/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-4.use[2]!./src/scss/style.scss ***!
  \**************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-4.use[2]!./src/scss/style.scss (1) ***!
  \******************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;800;900&display=swap);
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-4.use[2]!./src/scss/style.scss (2) ***!
  \******************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap);
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-4.use[2]!./src/scss/style.scss (3) ***!
  \******************************************************************************************************************************************************************/
@charset "UTF-8";
/* BASE COLOR
------------------------------------------------------------*/
/* DISPLAY SETTING
------------------------------------------------------------*/
/* OTHER SETTING
------------------------------------------------------------*/
:root {
  font-size: calc(14.5px + 1.5 * (100vw - 1440px) / 480);
  --cx: 0;
  --cy: 0;
  --vw: 100vw;
  --vh: 100vh;
  --screen: 0px;
  --size: 32px;
}
@media screen and (min-width: 1920px) {
  :root {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    font-size: 14px;
    --size: 16px;
  }
}
@media screen and (max-width: 769px) {
  :root {
    font-size: 13.5px;
    --size: 10px;
  }
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

html {
  overscroll-behavior-y: none;
}

* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  color: #222220;
  fill: #222220;
  background: #FFF;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

i, strong {
  font-style: normal;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #029b27;
}

ul, ol {
  list-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=submit],
input[type=button],
select,
textarea {
  outline: none;
}
@media screen and (max-width: 1023px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=submit],
  input[type=button],
  select,
  textarea {
    -webkit-appearance: none;
  }
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

#viewport {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#viewport #scrollArea {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.site-main {
  padding: var(--head) 0 0;
  position: relative;
}

.in-module .max {
  max-width: 1040px;
  margin: 0 auto;
}
.in-module .max.w-1 {
  max-width: 1010px;
}
.in-module .max.w-2 {
  max-width: 1020px;
}
.in-module .max.w-3 {
  max-width: 1030px;
}
.in-module .max.w-4 {
  max-width: 1040px;
}
.in-module .max.w-5 {
  max-width: 1050px;
}
.in-module .max.w-6 {
  max-width: 1060px;
}
.in-module .max.w-7 {
  max-width: 1070px;
}
.in-module .max.w-8 {
  max-width: 1080px;
}
.in-module .max.w-9 {
  max-width: 1090px;
}
.in-module .max.w-10 {
  max-width: 1100px;
}
.in-module .max.w-11 {
  max-width: 1110px;
}
.in-module .max.w-12 {
  max-width: 1120px;
}
.in-module .max.w-13 {
  max-width: 1130px;
}
.in-module .max.w-14 {
  max-width: 1140px;
}
.in-module .max.w-15 {
  max-width: 1150px;
}
.in-module .max.w-16 {
  max-width: 1160px;
}
.in-module .max.w-17 {
  max-width: 1170px;
}
.in-module .max.w-18 {
  max-width: 1180px;
}
.in-module .max.w-19 {
  max-width: 1190px;
}
.in-module .max.w-20 {
  max-width: 1200px;
}
@media screen and (max-width: 1023px) {
  .in-module .max {
    min-width: 1px;
    max-width: 100%;
  }
}
.in-module.wrap {
  padding: 7.2rem calc(var(--size) + 2vw);
}
@media screen and (max-width: 1023px) {
  .in-module.wrap {
    padding: 6.4rem calc(var(--size) + 2vw);
  }
}
@media screen and (max-width: 769px) {
  .in-module.wrap {
    padding: 4rem calc(var(--size) + 2vw);
  }
}
.in-module.wrap.no-top {
  padding-top: 0;
}
.in-module.wrap.no-bottom {
  padding-bottom: 0;
}
.in-module .l-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 2rem;
}
.in-module .l-title:before {
  content: attr(data-eng);
  font-size: 3.2rem;
  display: block;
  color: #029b27;
}
.in-module .b-title {
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
  padding: 0 0.1rem 0.5rem;
  font-size: 1.72rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  margin: 0 0 2rem;
}
@media screen and (max-width: 769px) {
  .in-module .b-title {
    font-size: 1.32rem;
    margin: 0 0 1rem;
    padding-bottom: 0.3rem;
  }
}
.in-module .b-title:before {
  content: "";
  width: 6.4rem;
  height: 2px;
  background: #029b27;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.in-module .t-center {
  text-align: center;
}
.in-module .t-start {
  text-align: start;
}
.in-module .t-end {
  text-align: end;
}
.in-module .col-navy {
  color: #17023a;
}
.in-module .col-lime {
  color: #b4f323;
}
.in-module .btnarea {
  margin: 2.4rem 0 0;
}
.in-module .btnarea.center {
  text-align: center;
}
.in-module .btnarea a {
  color: #FFF;
  background: #17023a;
  font-size: 1.08rem;
  line-height: 1.66;
  padding: 1.3rem 3.2rem;
  border-radius: 999rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 320ms cubic-bezier(0.65, 0, 0.35, 1);
}
.in-module .btnarea a:hover {
  color: #17023a;
  background: #b4f323;
  transform: translateY(-5%);
  box-shadow: 0 0.8rem 1.4rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 769px) {
  .in-module .btnarea a {
    width: 100%;
    font-size: 1.12rem;
    text-align: center;
  }
}
.in-module .p-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .in-module .p-bg {
    background: none;
  }
}
.in-module .p-bg:before,
.in-module .p-bg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in-module .p-bg:before {
  content: "";
}
.in-module .p-bg > img {
  display: none;
  z-index: -2;
}
@media screen and (max-width: 1023px) {
  .in-module .p-bg > img {
    position: sticky;
    height: 100dvh;
    display: block;
  }
}
.in-module .tablestyle {
  background: #FFF;
  width: 100%;
  border-collapse: collapse;
  border: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (max-width: 769px) {
  .in-module .tablestyle {
    display: block;
    border: rgba(0, 0, 0, 0.08) 1px solid;
  }
}
.in-module .tablestyle.table-center tbody tr th, .in-module .tablestyle.table-center tbody tr td {
  text-align: center;
  font-size: 1.24rem;
}
@media screen and (max-width: 769px) {
  .in-module .tablestyle.table-center tbody tr th, .in-module .tablestyle.table-center tbody tr td {
    text-align: left;
  }
}
@media screen and (max-width: 769px) {
  .in-module .tablestyle tbody {
    display: block;
  }
}
.in-module .tablestyle tbody tr {
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (max-width: 769px) {
  .in-module .tablestyle tbody tr {
    display: block;
  }
  .in-module .tablestyle tbody tr:last-child {
    border: none;
  }
}
.in-module .tablestyle tbody tr th, .in-module .tablestyle tbody tr td {
  vertical-align: middle;
  text-align: left;
  padding: 2rem;
  font-size: 0.96rem;
}
@media screen and (max-width: 769px) {
  .in-module .tablestyle tbody tr th, .in-module .tablestyle tbody tr td {
    display: block;
    padding: 0.8rem 0.92rem;
  }
}
.in-module .tablestyle tbody tr th {
  width: 16.6rem;
  border-right: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (max-width: 769px) {
  .in-module .tablestyle tbody tr th {
    width: auto;
    border: none;
    background: #f3f3f5;
  }
  .in-module .tablestyle tbody tr th br {
    display: none;
  }
}

.pager {
  margin: 4rem 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .pager {
    margin: 2.4rem 1rem 0;
  }
}
.pager a, .pager span {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.4rem;
  border-radius: 50%;
  border: rgba(0, 0, 0, 0.08) 1px solid;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: rgb(107.1927272727, 107.1927272727, 100.8872727273);
}
.pager span {
  background: rgba(0, 0, 0, 0.08);
  color: #222220;
}
.pager a {
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 769px) {
  .pager a {
    background: #FFF;
  }
}
.pager a:hover {
  background: #029b27;
  border-color: #029b27;
  color: #FFF;
  transform: scale(1.1);
}

.hero {
  position: relative;
  width: 100%;
  height: calc(100dvh - var(--head));
  min-height: 650px;
  overflow: hidden;
  background: #000;
  display: grid;
}
@media screen and (max-width: 769px) {
  .hero {
    min-height: 1px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero__group {
  align-self: center;
  justify-self: center;
  text-align: center;
  position: relative;
  z-index: 3;
  color: #FFF;
  transform: translateY(calc(-0.5 * var(--head)));
}
@media screen and (max-width: 769px) {
  .hero__group {
    transform: translateY(calc(-0.66 * var(--head)));
  }
}
.hero__group__en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #b4f323;
  letter-spacing: 0.6rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 769px) {
  .hero__group__en {
    font-size: 1rem;
    letter-spacing: 0.32rem;
    margin: 0 0 1.2rem;
  }
}
.hero__group__en.is-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
  font-weight: 600;
  font-size: 1.56rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 769px) {
  .hero__group__en.is-jp {
    font-size: 1rem;
  }
}
.hero__group__title {
  font-size: clamp(3.2rem, 10vw, 6.4rem);
  font-weight: 600;
  line-height: 0.95;
}
@media screen and (max-width: 769px) {
  .hero__group__title {
    font-size: 4.2rem;
  }
}
.hero__group__title.is-mini {
  font-size: clamp(2rem, 10vw, 4.8rem);
}
.hero__group__title.efe {
  text-shadow: 0 0 0.8rem rgba(0, 210, 255, 0.9), 0 0 1.8rem rgba(0, 210, 255, 0.6), 0 0 3.2rem rgba(0, 210, 255, 0.3);
}
.hero__group__catch {
  margin: 2.4rem 0 0;
  font-size: clamp(1.08rem, 2.5vw, 1.64rem);
  letter-spacing: 0.56rem;
}
@media screen and (max-width: 769px) {
  .hero__group__catch {
    margin: 1.6rem 0 0;
  }
}
.hero__group__catch.is-mini {
  font-size: 1.32rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 769px) {
  .hero__group__catch.is-mini {
    line-height: 1.33;
    margin: 1.6rem 10%;
  }
}
.hero__localnav {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.8rem;
  text-align: center;
  transform: translate(-50%, 0);
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .hero__localnav.is-scroll {
    width: 18.5rem;
    height: 12rem;
    padding: 4rem 0;
    bottom: 4rem;
    display: block;
    overflow: auto;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 20%, black 40%, black 60%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 20%, black 40%, black 60%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);
  }
  .hero__localnav.is-scroll a {
    display: block;
    width: 100%;
    margin: 0 0 0.8rem;
  }
  .hero__localnav.is-scroll a:last-of-type {
    margin: 0;
  }
}
.hero__localnav a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  background: #b4f323;
  color: #222220;
  white-space: nowrap;
  padding: 0.72rem 1.6rem;
  letter-spacing: 0.12rem;
  border-radius: 0.4rem;
  min-width: 120px;
  transition: 200ms;
}
@media screen and (max-width: 1023px) {
  .hero__localnav a {
    padding: 0.72rem 1.2rem;
  }
}
.hero__localnav a:hover {
  background: #fff;
  transform: translateY(-4%);
  box-shadow: 0 0.4rem 1.4rem rgba(180, 243, 35, 0.4);
}

.recruit-carousel {
  border-top: 1.6rem #f3f3f5 solid;
  border-bottom: 1.6rem #f3f3f5 solid;
}
@media screen and (max-width: 769px) {
  .recruit-carousel {
    border: none;
  }
}
.recruit-carousel .swiper-wrapper {
  transition-timing-function: linear;
}

.toAnimation {
  transform: translateY(2rem);
  opacity: 0;
}
.toAnimation.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 600ms ease-in-out;
  transition-property: transform, opacity;
}
.toAnimation.active.delay-1 {
  transition-delay: 200ms;
}
.toAnimation.active.delay-2 {
  transition-delay: 400ms;
}
.toAnimation.active.delay-3 {
  transition-delay: 600ms;
}
.toAnimation.active.delay-4 {
  transition-delay: 800ms;
}
.toAnimation.active.delay-5 {
  transition-delay: 1000ms;
}
.toAnimation.active.delay-6 {
  transition-delay: 1200ms;
}
.toAnimation.active.delay-7 {
  transition-delay: 1400ms;
}
.toAnimation.active.delay-8 {
  transition-delay: 1600ms;
}
.toAnimation.active.delay-9 {
  transition-delay: 1800ms;
}
.toAnimation.active.delay-10 {
  transition-delay: 2000ms;
}

.toAnimationAll > * {
  transform: translateY(2rem);
  opacity: 0;
}
.toAnimationAll.active > * {
  transform: translateY(0);
  opacity: 1;
  transition: all 600ms ease-in-out;
  transition-property: transform, opacity;
}
.toAnimationAll.active > *:nth-child(1) {
  transition-delay: 80ms;
}
.toAnimationAll.active > *:nth-child(2) {
  transition-delay: 160ms;
}
.toAnimationAll.active > *:nth-child(3) {
  transition-delay: 240ms;
}
.toAnimationAll.active > *:nth-child(4) {
  transition-delay: 320ms;
}
.toAnimationAll.active > *:nth-child(5) {
  transition-delay: 400ms;
}
.toAnimationAll.active > *:nth-child(6) {
  transition-delay: 480ms;
}
.toAnimationAll.active > *:nth-child(7) {
  transition-delay: 560ms;
}
.toAnimationAll.active > *:nth-child(8) {
  transition-delay: 640ms;
}
.toAnimationAll.active > *:nth-child(9) {
  transition-delay: 720ms;
}
.toAnimationAll.active > *:nth-child(10) {
  transition-delay: 800ms;
}
.toAnimationAll.active > *:nth-child(11) {
  transition-delay: 880ms;
}
.toAnimationAll.active > *:nth-child(12) {
  transition-delay: 960ms;
}
.toAnimationAll.active > *:nth-child(13) {
  transition-delay: 1040ms;
}
.toAnimationAll.active > *:nth-child(14) {
  transition-delay: 1120ms;
}
.toAnimationAll.active > *:nth-child(15) {
  transition-delay: 1200ms;
}
.toAnimationAll.active > *:nth-child(16) {
  transition-delay: 1280ms;
}
.toAnimationAll.active > *:nth-child(17) {
  transition-delay: 1360ms;
}
.toAnimationAll.active > *:nth-child(18) {
  transition-delay: 1440ms;
}
.toAnimationAll.active > *:nth-child(19) {
  transition-delay: 1520ms;
}
.toAnimationAll.active > *:nth-child(20) {
  transition-delay: 1600ms;
}
.toAnimationAll.active > *:nth-child(21) {
  transition-delay: 1680ms;
}
.toAnimationAll.active > *:nth-child(22) {
  transition-delay: 1760ms;
}
.toAnimationAll.active > *:nth-child(23) {
  transition-delay: 1840ms;
}
.toAnimationAll.active > *:nth-child(24) {
  transition-delay: 1920ms;
}
.toAnimationAll.active > *:nth-child(25) {
  transition-delay: 2000ms;
}
.toAnimationAll.active > *:nth-child(26) {
  transition-delay: 2080ms;
}
.toAnimationAll.active > *:nth-child(27) {
  transition-delay: 2160ms;
}
.toAnimationAll.active > *:nth-child(28) {
  transition-delay: 2240ms;
}
.toAnimationAll.active > *:nth-child(29) {
  transition-delay: 2320ms;
}
.toAnimationAll.active > *:nth-child(30) {
  transition-delay: 2400ms;
}

.site-index .fv {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: calc(100dvh - var(--head));
  position: relative;
}
.site-index .fv::before {
  content: "";
  background: linear-gradient(to bottom, rgba(23, 2, 58, 0.3) 0%, transparent 40%, transparent 60%, rgba(23, 2, 58, 0.4) 100%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site-index .fv video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.site-index .fv__box {
  color: #FFF;
  text-align: center;
  transform: translateY(calc(var(--head) / -2));
}
.site-index .fv__box__group {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #b4f323;
  letter-spacing: 0.6rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 1rem;
  text-transform: uppercase;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
.site-index .fv__box__h {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-size: clamp(4rem, 12vw, 9.2rem);
  line-height: 0.9;
  color: #d0f8f6;
  font-style: italic;
  text-shadow: 0 0 0.16rem #d3dcf3;
  transform: scaleY(1.1);
}
.site-index .fv__box__text {
  font-weight: 400;
  letter-spacing: 0.5rem;
  font-size: clamp(1rem, 3vw, 1.8rem);
  margin-top: 1.8rem;
  text-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.8);
}
.site-index .fv__news {
  color: #FFF;
  font-weight: 700;
  position: absolute;
  left: 6%;
  bottom: 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  gap: 1rem;
}
.site-index .fv__news__label {
  font-size: 0.72rem;
  background: #000;
  color: #b4f323;
  padding: 0.1rem 1rem;
}
.site-index .fv__news time {
  opacity: 0.8;
}
.site-index > section {
  position: relative;
}
.site-index > section .indexbox {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 4rem;
  border-radius: 2rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  .site-index > section .indexbox {
    padding: 3.2rem 2rem 2rem;
  }
}
@media screen and (max-width: 769px) {
  .site-index > section .indexbox {
    padding: 2rem 1.6rem 1.6rem;
  }
}
.site-index > section .indexbox.mb {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1023px) {
  .site-index > section .indexbox.mb {
    margin-bottom: 4rem;
  }
}
.site-index > section .secheader {
  margin-bottom: 2.4rem;
  border-left: 0.4rem solid #b4f323;
  padding-left: 1.6rem;
}
@media screen and (max-width: 769px) {
  .site-index > section .secheader {
    padding-left: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: calc(769px + 1px)) {
  .site-index > section .secheader.rvs {
    border: none;
    padding: 0;
    border-right: 0.4rem solid #b4f323;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 769px) {
  .site-index > section .secheader.rvs {
    padding-right: 1.2rem;
  }
}
.site-index > section .secheader__jp {
  font-size: clamp(2.6rem, 8vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0.12rem;
  background: linear-gradient(180deg, #17023a 0%, #4a2b9d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1023px) {
  .site-index > section .secheader__jp {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 769px) {
  .site-index > section .secheader__jp {
    font-size: 2rem;
  }
}
.site-index > section .secheader__en {
  font-size: 1.04rem;
  font-weight: 600;
  margin-top: 0.72rem;
  letter-spacing: 0.2rem;
  color: rgb(107.1927272727, 107.1927272727, 100.8872727273);
}
.site-index > section .clums {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 769px) {
  .site-index > section .clums {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .site-index > section .clums .clums__data {
    order: 1;
  }
  .site-index > section .clums .clums__pic {
    order: 2;
  }
}
@media screen and (min-width: calc(769px + 1px)) {
  .site-index > section .clums.rvs {
    text-align: right;
  }
}
.site-index > section .clums.rvs .clums__data {
  order: 2;
}
.site-index > section .clums.rvs .clums__pic {
  order: 1;
}
.site-index > section .clums > * {
  align-self: center;
}
.site-index > section .clums__data__title {
  font-size: clamp(1.3rem, 3vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 1.4rem;
  line-height: 1.5;
}
.site-index > section .clums__data p.string {
  font-size: 1.08rem;
  font-weight: 600;
}
.site-index > section .clums__pic img {
  width: 100%;
  border-radius: 0.8rem;
  box-shadow: 0 1rem 1.8rem rgba(0, 0, 0, 0.1);
}
.site-index .first .indexbox {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1023px) {
  .site-index .first .indexbox {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
.site-index .first .p-bg:before {
  background: linear-gradient(rgba(10, 20, 30, 0.75), rgba(10, 20, 30, 0.75));
}
.site-index .first__box {
  border-top: #b4f323 0.8rem solid;
}
.site-index .first__box__header {
  margin: 0 0 5.6rem;
}
@media screen and (max-width: 1023px) {
  .site-index .first__box__header {
    margin: 0 0 3.2rem;
  }
}
.site-index .first__box__header dt {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 1.1rem 0;
}
@media screen and (max-width: 769px) {
  .site-index .first__box__header dt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.site-index .first__box__header dd {
  font-size: clamp(1.04rem, 4vw, 1.2rem);
  font-weight: 700;
}
.site-index .first__box__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .site-index .first__box__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 769px) {
  .site-index .first__box__grid {
    gap: 1.6rem;
  }
}
.site-index .first__box__grid__item {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1.6rem;
  overflow: hidden;
  transition: 0.3s ease;
}
.site-index .first__box__grid__item:hover {
  transform: translateY(-0.6rem);
  border-color: #32cd32;
}
.site-index .first__box__grid__item figure {
  position: relative;
}
.site-index .first__box__grid__item figure img {
  width: 100%;
  aspect-ratio: 16/10;
}
.site-index .first__box__grid__item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  background: #17023a;
  color: #FFF;
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  border-bottom-right-radius: 1rem;
  z-index: 2;
}
.site-index .first__box__grid__item__box {
  padding: 1.6rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: rgb(88.8945454545, 88.8945454545, 83.6654545455);
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .site-index .first__box__grid__item__box {
    padding: 1.2rem;
  }
}
.site-index .first__box__grid__item__box h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #222220;
  border-left: 0.3rem solid #32cd32;
  padding-left: 1.1rem;
  margin: 0 0 0.8rem 0;
}
.site-index .first__box__footer {
  text-align: center;
  margin: 3.2rem 0 0;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .site-index .first__box__footer {
    margin: 2.4rem 0 0;
  }
}
.site-index .first__box__footer .btnarea {
  margin-top: 1.6rem;
}
.site-index .second .p-bg:before {
  background: linear-gradient(rgba(23, 2, 58, 0.5), rgba(23, 2, 58, 0.1));
}
.site-index .second .identity {
  margin: 0 0 6.4rem;
}
@media screen and (max-width: 769px) {
  .site-index .second .identity {
    margin: 0 0 3.2rem;
  }
}
.site-index .second .identity__title {
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 769px) {
  .site-index .second .identity__title {
    margin-bottom: 2.4rem;
    line-height: 1.5;
  }
}
.site-index .second .identity__section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 769px) {
  .site-index .second .identity__section {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
.site-index .second .identity__section__item {
  background: rgba(23, 2, 58, 0.05);
  padding: 2.4rem;
  border-radius: 1rem;
  border-left: 0.4rem solid #b4f323;
}
@media screen and (max-width: 769px) {
  .site-index .second .identity__section__item {
    padding: 1.6rem;
  }
}
.site-index .second .identity__section__item h3 {
  font-size: 1.32rem;
  font-weight: 900;
  margin-bottom: 0.8rem;
}
.site-index .second .identity__section__item p {
  font-size: 1.08rem;
}
.site-index .second .chart {
  margin: 4rem 0 0;
  padding: 4rem 0 0;
  border-top: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (max-width: 769px) {
  .site-index .second .chart {
    margin: 2rem 0 0;
    padding: 2rem 0 0;
  }
}
.site-index .second .chart__map {
  background: rgba(255, 255, 255, 0.95);
  padding: 3.2rem 1.6rem;
  border-radius: 1rem;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.05);
}
.site-index .second .chart__map canvas {
  height: 400px;
}
.site-index .third .p-bg:before {
  background: linear-gradient(rgba(23, 2, 58, 0.5), rgba(23, 2, 58, 0.1));
}
.site-index .fourth .p-bg:before {
  background: linear-gradient(rgba(23, 2, 58, 0.5), rgba(23, 2, 58, 0.3));
}
.site-index .fourth .postdata.mb {
  margin: 0 0 4.8rem;
}
.site-index .fourth .postdata__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .site-index .fourth .postdata__list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.site-index .fourth .postdata__list li a {
  display: block;
  height: 100%;
  color: #222220;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.site-index .fourth .postdata__list li a:hover {
  border-color: #b4f323;
  transform: translateY(-0.6rem);
}
.site-index .fourth .postdata__list li a:hover figure img {
  transform: scale(1.1);
  opacity: 0.8;
}
.site-index .fourth .postdata__list li a figure {
  width: 100%;
  height: 13rem;
  overflow: hidden;
  background: #f3f3f5;
}
@media screen and (max-width: 1023px) {
  .site-index .fourth .postdata__list li a figure {
    aspect-ratio: 16/10;
    height: auto;
  }
}
.site-index .fourth .postdata__list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.site-index .fourth .postdata__list li a .box {
  padding: 1.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  grid-row-gap: 0.2rem;
}
.site-index .fourth .postdata__list li a .box time {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  color: rgba(34, 34, 32, 0.5);
}
.site-index .fourth .postdata__list li a .box span {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.1rem 0.6rem;
  border-radius: 0.2rem;
  background: #f3f3f5;
  display: inline-block;
}
.site-index .fourth .postdata__list li a .box span.c {
  background: #b4f323;
}
.site-index .fourth .postdata__list li a .box h3 {
  font-weight: 700;
  font-size: 1.04rem;
  line-height: 1.6;
  width: 100%;
}
.site-index .fourth .postdata__list li a .box h3.new {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .site-index .fourth .postdata__list li a .box h3.new {
    align-items: flex-start;
  }
}
.site-index .fourth .postdata__list li a .box h3.new:before {
  content: "NEW";
  background: #ff3b30;
  color: #fff;
  font-size: 0.72rem;
  padding: 0.1rem 0.32rem;
  border-radius: 0.2rem;
  margin: 0 0.4rem 0 0;
}
.site-index .gmap iframe {
  vertical-align: bottom;
}
@media screen and (max-width: 769px) {
  .site-index .gmap iframe {
    height: 62.5vw;
  }
}

.side-decoration {
  position: fixed;
  top: 0;
  width: 100px;
  height: 100dvh;
  z-index: 1000;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.side-decoration--left {
  left: 0;
  flex-direction: row-reverse;
}
.side-decoration--right {
  right: 0;
  flex-direction: row;
}
.side-decoration__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: calc(var(--head) + 1rem) 0;
}
.side-decoration__sns {
  pointer-events: auto;
  color: #b4f323;
  transition: opacity 0.3s ease;
}
.side-decoration__sns:hover {
  opacity: 0.6;
}
.side-decoration__text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-size: 1.12rem;
  letter-spacing: 0.5rem;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #b4f323;
}
.side-decoration__track {
  position: relative;
  width: 1px;
  height: 100%;
  margin: 0 1.6rem;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.05), transparent);
}
.side-decoration__meteor {
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 200px;
  opacity: 0;
  border-radius: 0 0 2px 2px;
  background: linear-gradient(to bottom, transparent, rgba(0, 242, 255, 0.6) 40%, #f0ffff 85%, #fff);
  box-shadow: 0 0 15px rgba(0, 242, 255, 0.6), 0 0 5px #fff;
  animation: meteor-flow 5s infinite cubic-bezier(0.7, 0, 0.84, 0);
}
.side-decoration__meteor--left {
  animation-delay: 0s;
}
.side-decoration__meteor--right {
  animation-delay: 2.5s;
  animation-duration: 4s;
}

@keyframes meteor-flow {
  0% {
    top: -300px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  35% {
    top: 110%;
    opacity: 0;
  }
  100% {
    top: 110%;
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .side-decoration {
    display: none;
  }
}
.site-company > section {
  position: relative;
}
.site-company .v-title {
  color: #FFF;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  text-align: center;
  margin: 0 0 2.4rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 15px rgba(165, 242, 243, 0.4);
}
.site-company .p-bg.first:before {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.site-company .message__box {
  background: rgba(255, 255, 255, 0.85);
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 3.2rem;
  border-radius: 1.6rem;
  gap: 3.2rem;
}
@media screen and (max-width: 769px) {
  .site-company .message__box {
    padding: 1.6rem;
    grid-template-columns: 1fr;
  }
}
.site-company .message__box figure {
  width: 16rem;
  height: 440px;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0.8rem 0.8rem 1.2rem rgba(34, 34, 32, 0.12);
  align-self: flex-start;
}
@media screen and (max-width: 769px) {
  .site-company .message__box figure {
    justify-self: center;
  }
}
.site-company .message__box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-company .message__box dl {
  padding-top: 0.4rem;
}
.site-company .message__box dl dt {
  font-size: clamp(1.9rem, 5vw, 3rem);
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  border-bottom: #222220 1px solid;
  padding: 0 0 0.8rem;
  margin: 0 0 1.6rem;
}
.site-company .message__box dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 2;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.6rem 0 0;
}
.site-company .message__box dl dd strong {
  font-weight: 900;
}
.site-company .message__box dl dd:first-of-type {
  margin: 0;
}
.site-company .message__box dl dd.em {
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 1.4;
  border-left: 0.4rem solid #b4f323;
  padding: 0 0 0 1rem;
  margin: 0 0 1.6rem;
}
.site-company .message__box dl dd.date {
  margin-top: 3.2rem;
  font-weight: 700;
  text-align: right;
}
.site-company .message__box dl dd.min {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
  margin-top: 0.8rem;
}
@media screen and (max-width: 769px) {
  .site-company .message__box dl dd.min {
    margin: 0;
  }
}
.site-company .vision {
  background: rgba(0, 0, 0, 0.15);
  color: #FFF;
}
.site-company .vision .box {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.32rem;
  font-weight: 700;
  padding: 3.2rem;
  border-radius: 0.4rem;
  color: #222220;
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
  max-width: 780px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 769px) {
  .site-company .vision .box {
    padding: 1.6rem;
    text-align: left;
    font-size: 1.24rem;
    margin: 0 auto 2rem;
  }
}
.site-company .vision .box.mini {
  padding: 2rem;
  max-width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
}
@media screen and (max-width: 769px) {
  .site-company .vision .box.mini {
    padding: 1.6rem;
  }
}
.site-company .vision .box.mini dt {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 2rem;
  text-align: left;
}
.site-company .vision .box.mini dt:after {
  content: attr(data-eng);
  font-size: 0.88rem;
  color: rgb(107.1927272727, 107.1927272727, 100.8872727273);
  text-transform: uppercase;
  line-height: 1;
  display: block;
  border-top: #222220 1px solid;
  padding: 0.64rem 0 0;
  margin: 0.4rem 0 0;
}
.site-company .vision .box.mini dd {
  font-size: 1.08rem;
  font-weight: 700;
  text-align: left;
}
.site-company .vision .three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 1023px) {
  .site-company .vision .three {
    grid-template-columns: repeat(1, 1fr);
  }
}
.site-company .about {
  background: rgba(0, 0, 0, 0.2);
}
.site-company .about .e-title {
  color: #FFF;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  text-shadow: 0 0.16rem 0.6rem rgba(0, 0, 0, 0.4);
  text-align: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTAuODggNDEuOTkiPjxwYXRoIGZpbGw9IiNiNGYzMjMiIGQ9Ik0xNzUuNDQsNDEuOTlsLTIxLTIxTDE3NS40NCwwbDIxLDIxLTIxLDIxWk0xNTUuODYsMjFsMTkuNTgsMTkuNTgsMTkuNTgtMTkuNThMMTc1LjQ0LDEuNDFsLTE5LjU4LDE5LjU4WiIvPjxyZWN0IGZpbGw9IiNiNGYzMjMiIHk9IjIwLjA2IiB3aWR0aD0iMTQyLjEiIGhlaWdodD0iMSIvPjxyZWN0IGZpbGw9IiNiNGYzMjMiIHg9IjIwOC43NyIgeT0iMjAuMDYiIHdpZHRoPSIxNDIuMTEiIGhlaWdodD0iMSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 1rem;
  padding: 0 0 2rem;
  transform: translateY(-1rem);
  margin: 0 0 2.4rem;
}
.site-company .about .tables {
  color: rgb(28.56, 28.56, 26.88);
  border: #222220 1px solid;
  padding: 0.2rem;
}
.site-company .about .tables__inner {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(1rem);
  border: #222220 1px solid;
  padding: 2.4rem;
}
@media screen and (max-width: 769px) {
  .site-company .about .tables__inner {
    padding: 1.6rem;
  }
}
.site-company .about .tables__inner__header {
  border-bottom: 0.16rem solid rgb(28.56, 28.56, 26.88);
  padding-bottom: 1.2rem;
  margin-bottom: 2.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .site-company .about .tables__inner__header {
    margin-bottom: 1.6rem;
    display: block;
  }
}
.site-company .about .tables__inner__header h3 {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.site-company .about .tables__inner__header .sq {
  font-family: monospace;
  font-weight: 700;
  color: #b4f323;
  background: rgb(28.56, 28.56, 26.88);
  padding: 0.3rem 0.88rem;
}
@media screen and (max-width: 769px) {
  .site-company .about .tables__inner__header .sq {
    display: inline-block;
    margin: 0.64rem 0 0;
  }
}
.site-company .about .tables__inner .dlist {
  border-left: 0.3rem solid #b4f323;
  padding-left: 1rem;
  margin: 0 0 2.4rem;
}
.site-company .about .tables__inner .dlist dt {
  font-weight: 800;
  color: rgb(28.56, 28.56, 26.88);
  margin-bottom: 0.6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
}
.site-company .about .tables__inner .dlist dt small {
  font-size: 0.88rem;
  font-weight: 400;
  color: rgb(107.1927272727, 107.1927272727, 100.8872727273);
}
.site-company .about .tables__inner .dlist dd {
  font-size: 1.1rem;
  color: rgb(52.2981818182, 52.2981818182, 49.2218181818);
  line-height: 1.7;
  font-weight: 600;
}
.site-company .about .tables__inner .dlist dd.lg {
  color: rgb(28.56, 28.56, 26.88);
  font-size: 1.44rem;
}
.site-company .about .tables__inner .dlist dd address {
  font-style: normal;
}
.site-company .about .tables__inner .dlist dd strong {
  color: rgb(28.56, 28.56, 26.88);
  font-size: 1.2rem;
}
.site-company .about .tables__inner .dlist dd a {
  color: rgb(52.2981818182, 52.2981818182, 49.2218181818);
}
.site-company .about .tables__inner .dlist dd a:hover {
  color: #029b27;
}
.site-company .about .tables__inner__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 769px) {
  .site-company .about .tables__inner__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.site-company .about .tables__inner__grid .dlist {
  margin: 0;
}
.site-company .about .tables__inner .inv {
  background: rgba(0, 0, 0, 0.05);
  padding: 1.6rem;
  border: 0.1rem dashed rgb(28.56, 28.56, 26.88);
  margin: 2.4rem 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .site-company .about .tables__inner .inv {
    display: block;
  }
}
.site-company .about .tables__inner .inv dt {
  font-weight: 700;
  color: rgb(28.56, 28.56, 26.88);
}
.site-company .about .tables__inner .inv dt small {
  font-size: 0.92rem;
  font-weight: 400;
  color: rgb(88.8945454545, 88.8945454545, 83.6654545455);
  display: inline-block;
  margin: 0 0 0 0.4rem;
}
.site-company .about .tables__inner .inv dd {
  font-weight: 700;
}
.site-company .access .p-bg:before {
  background: rgba(0, 0, 0, 0.15);
}
.site-company .access .three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .site-company .access .three {
    display: block;
  }
}
.site-company .access .three li {
  background: rgba(0, 0, 0, 0.6);
  padding: 1.4rem;
  padding-bottom: 8rem;
  border: 0.2rem solid rgba(0, 210, 255, 0.45);
  color: #fff;
  text-align: center;
  position: relative;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1023px) {
  .site-company .access .three li {
    max-width: 28.5rem;
    margin: 0 auto 2rem;
  }
  .site-company .access .three li:last-child {
    margin-bottom: 0;
  }
}
.site-company .access .three li:hover {
  border-color: #00d2ff;
  box-shadow: 0 0 20px #00d2ff, 0 0 40px rgba(0, 210, 255, 0.2666666667);
  transform: translateY(-0.3rem);
}
.site-company .access .three li iframe {
  width: 100%;
  height: 16rem;
  background: rgba(255, 255, 255, 0.12);
}
.site-company .access .three li dl {
  text-align: center;
  margin: 2rem 0 0;
}
.site-company .access .three li dl dt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: rgba(255, 255, 255, 0.12) 1px solid;
}
.site-company .access .three li .btnarea {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: calc(100% - 4rem);
  text-align: center;
}
.site-company .access .three li .btnarea a {
  font-size: 1rem;
  font-weight: 700;
  background: #b4f323;
  color: #222220;
  border-radius: 0.3rem;
  padding: 0.8rem 1.6rem;
}
.site-company .access .three li .btnarea a:hover {
  background: #FFF;
  color: #222220;
}
.site-company .history .p-bg::before {
  background: rgba(0, 0, 0, 0.4);
}
.site-company .history .max {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1023px) {
  .site-company .history .max {
    display: block;
  }
}
.site-company .history__box {
  width: 40%;
  position: sticky;
  top: calc(var(--head) + 2rem);
  left: 0;
  color: #FFF;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .site-company .history__box {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
  }
}
.site-company .history__box #historySlides {
  overflow: hidden;
}
.site-company .history__box #historySlides figure {
  height: clamp(16rem, 30vh, 24rem);
  border-radius: 0.8rem;
  overflow: hidden;
}
.site-company .history__box #historySlides figure img, .site-company .history__box #historySlides figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-company .history__box #historySlides p {
  font-size: 1.08rem;
  padding: 1.2rem 0 0;
}
.site-company .history__box #historySlides .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
.site-company .history__box #historySlides .swiper-slide {
  transform: scale(0.8);
  opacity: 0;
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
.site-company .history__box #historySlides .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.site-company .history__box #historySlides .swiper-button-prev,
.site-company .history__box #historySlides .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0.4rem;
  left: auto;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: #b4f323 1px solid;
  border-radius: 0.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.site-company .history__box #historySlides .swiper-button-prev:hover,
.site-company .history__box #historySlides .swiper-button-next:hover {
  background: #b4f323;
}
.site-company .history__box #historySlides .swiper-button-prev:hover svg,
.site-company .history__box #historySlides .swiper-button-next:hover svg {
  fill: #222220;
}
.site-company .history__box #historySlides .swiper-button-prev svg,
.site-company .history__box #historySlides .swiper-button-next svg {
  width: 2rem;
  height: 2rem;
  fill: #b4f323;
}
.site-company .history__box #historySlides .swiper-button-prev {
  right: 4rem;
}
.site-company .history__list {
  width: 60%;
  padding: 0 0 0 5rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .site-company .history__list {
    width: auto;
    padding: 0;
    margin: 3.2rem 0;
  }
}
.site-company .history__list__line {
  content: "";
  width: 1px;
  height: 0;
  background: #FFF;
  position: absolute;
  top: 0.32rem;
  left: 17rem;
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .site-company .history__list__line {
    left: 0;
  }
}
.site-company .history__list ol {
  color: #FFF;
}
.site-company .history__list li {
  padding: 0 0 3.2rem;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
.site-company .history__list li.active {
  opacity: 1;
}
.site-company .history__list li.active dl dd:before {
  transform: translate(-50%, 0) scale(1);
}
.site-company .history__list li:last-child {
  padding: 0;
}
.site-company .history__list dl {
  display: grid;
  grid-template-columns: 12rem 1fr;
  font-size: 1.08rem;
}
@media screen and (max-width: 1023px) {
  .site-company .history__list dl {
    display: block;
  }
}
.site-company .history__list dl dt {
  color: #b4f323;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .site-company .history__list dl dt {
    padding: 0 0 0 2.4rem;
  }
}
.site-company .history__list dl dd {
  padding: 0 0 0 5rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .site-company .history__list dl dd {
    padding: 0 0 0 2.4rem;
  }
}
.site-company .history__list dl dd:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #b4f323;
  box-shadow: 0 0 0 5px rgba(180, 243, 35, 0.32);
  position: absolute;
  top: 0.32rem;
  left: 0;
  transform: translate(-50%, 0) scale(0);
  border-radius: 50%;
  transition: transform 400ms ease-in-out;
}
@media screen and (max-width: 1023px) {
  .site-company .history__list dl dd:before {
    top: -1.66rem;
  }
}

.site-feature > section {
  position: relative;
  color: #17023a;
}
.site-feature .sectitle {
  font-weight: 400;
  letter-spacing: 0.12rem;
  margin: 0 0 1rem;
}
.site-feature .first {
  background: rgba(255, 255, 255, 0.5);
}
.site-feature .first__title {
  font-size: clamp(1.72rem, 4vw, 2.8rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.4;
  text-shadow: 0 0 1.6rem white;
}
.site-feature .first__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.site-feature .first__list li {
  background: #FFF;
  border-radius: 0.4rem;
  padding: 1.6rem;
}
.site-feature .first__list li figure {
  width: 100%;
  height: 9rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .site-feature .first__list li figure {
    width: 90%;
    height: 8rem;
    margin: 0 auto;
  }
}
.site-feature .first__list li figure img {
  max-width: 85%;
  max-height: 100%;
  object-fit: contain;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .site-feature .first__list li figure img {
    height: 100%;
  }
}
.site-feature .first__list li figure img.mr {
  transform: translateX(20%);
}
.site-feature .first__list li figure img.sc {
  transform: scale(1.4);
}
@media screen and (max-width: 769px) {
  .site-feature .first__list li figure img.sc {
    transform: scale(1.7);
  }
}
.site-feature .first__list li p {
  font-weight: 700;
  border-top: 0.14rem solid #b4f323;
  padding: 1.4rem 0 0;
  margin: 1.4rem 0 0;
  text-align: center;
}
.site-feature .second {
  background: rgba(10, 1, 26, 0.4);
}
.site-feature .second .sectitle {
  color: #b4f323;
}
.site-feature .second__title {
  font-size: clamp(1.72rem, 4vw, 2.8rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.4;
  color: #FFF;
}
.site-feature .second__title strong {
  display: inline-block;
  border-bottom: #b4f323 0.3rem solid;
}
.site-feature .second__pics {
  background: #17023a;
  border-radius: 1rem;
  overflow: hidden;
}
.site-feature .second__pics figure img {
  width: 100%;
}
.site-feature .second__pics__box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.6rem 0;
}
@media screen and (max-width: 769px) {
  .site-feature .second__pics__box {
    display: block;
  }
}
.site-feature .second__pics__box dl {
  color: #FFF;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.site-feature .second__pics__box dl dt {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12rem;
  color: #b4f323;
}
.site-feature .second__list {
  margin: 3.2rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .site-feature .second__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .site-feature .second__list {
    grid-template-columns: 1fr;
  }
}
.site-feature .second__list li {
  background: rgba(255, 255, 255, 0.95);
  padding: 1.4rem 2rem;
  border-radius: 1rem;
  border-top: 0.33rem solid #b4f323;
  text-align: center;
}
.site-feature .second__list li figure {
  margin: 0 0 1.72rem;
}
.site-feature .second__list li figure img {
  filter: hue-rotate(180deg);
}
.site-feature .second__list li h4 {
  font-size: 1.32rem;
  font-weight: 800;
  margin: 0 0 0.8rem;
}
.site-feature .third {
  color: #FFF;
  position: relative;
}
.site-feature .third .p-bg::before {
  background: rgba(15, 45, 110, 0.2);
}
.site-feature .third .is-darken {
  background: rgba(10, 15, 45, 0.5);
}
.site-feature .third .sectitle {
  color: #b4f323;
}
.site-feature .third__title {
  font-size: clamp(1.72rem, 4vw, 2.8rem);
  font-weight: 900;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.4;
}
.site-feature .third__list__item {
  min-height: 23.5rem;
  border-radius: 1rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #17023a;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  margin: 0 0 4rem;
}
@media screen and (max-width: 769px) {
  .site-feature .third__list__item {
    grid-template-columns: 1fr;
    margin: 0 0 2.4rem;
    min-height: 1px;
  }
}
@media screen and (min-width: calc(769px + 1px)) {
  .site-feature .third__list__item:nth-child(even) > figure {
    order: 2;
  }
  .site-feature .third__list__item:nth-child(even) .third__list__item__box {
    order: 1;
  }
}
.site-feature .third__list__item:last-child {
  margin: 0;
}
.site-feature .third__list__item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-feature .third__list__item__box {
  border-top: #b4f323 0.5rem solid;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  flex-wrap: wrap;
  padding: 2.4rem;
  font-size: 1.04rem;
}
@media screen and (max-width: 769px) {
  .site-feature .third__list__item__box {
    padding: 1.6rem;
  }
}
.site-feature .third__list__item__box .step {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-shadow: 0 0 10px rgba(0, 229, 255, 0.4), 0 0 20px rgba(0, 229, 255, 0.2);
}
.site-feature .third__list__item__box h3 {
  font-size: 1.56rem;
  font-weight: 900;
  margin: 0.8rem 0;
}
@media screen and (max-width: 769px) {
  .site-feature .third__list__item__box h3 {
    margin: 0 0 0.4rem;
  }
}
.site-feature .third__tec li {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(180, 243, 35, 0.3);
  margin: 0 0 3rem;
}
.site-feature .third__tec li:last-child {
  margin: 0;
}
.site-feature .third__tec li figure img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.site-feature .third__tec li figure figcaption {
  padding: 2rem;
  color: #fff;
}
.site-feature .third__tec li figure figcaption h3 {
  font-size: 1.32rem;
  font-weight: 900;
}
.site-feature .third__tec li figure figcaption p {
  color: rgba(255, 255, 255, 0.8);
}
.site-feature .fourth .p-bg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.site-feature .fourth .p-bg:before {
  background: #FFF;
  opacity: 0.3;
}
.site-feature .fourth .p-bg__tile {
  background-size: cover;
}
.site-feature .fourth__box {
  background: rgba(255, 255, 255, 0.95);
  padding: 4rem 2rem;
  border-radius: 1.4rem;
  box-shadow: 0 3.2rem 8rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 769px) {
  .site-feature .fourth__box {
    padding: 1.6rem;
  }
}
.site-feature .fourth__box__header {
  text-align: center;
}
.site-feature .fourth__box__header .sectitle {
  margin: 0;
}
.site-feature .fourth__box__header h3 {
  font-size: 2rem;
  font-weight: 900;
}
.site-feature .fourth__box__table {
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 769px) {
  .site-feature .fourth__box__table {
    width: 100%;
    overflow: auto;
  }
}
.site-feature .fourth__box__table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 769px) {
  .site-feature .fourth__box__table table {
    width: 200%;
  }
}
.site-feature .fourth__box__table table thead tr th, .site-feature .fourth__box__table table thead tr td,
.site-feature .fourth__box__table table tbody tr th,
.site-feature .fourth__box__table table tbody tr td {
  padding: 1.2rem;
  vertical-align: middle;
  text-align: start;
}
.site-feature .fourth__box__table table thead {
  background: #17023a;
  color: #FFF;
}
.site-feature .fourth__box__table table tbody tr th, .site-feature .fourth__box__table table tbody tr td {
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
.site-feature .fourth__box__alt {
  text-align: center;
  color: rgba(34, 34, 32, 0.72);
  font-size: 0.88rem;
  margin: 2rem 0 0;
}

.site-business > section {
  position: relative;
  color: #17023a;
}
.site-business .hero {
  background-size: cover;
}
.site-business .hero::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
}
.site-business .hero .hero__localnav {
  bottom: 3rem;
}
@media screen and (max-width: 769px) {
  .site-business .hero .hero__localnav {
    gap: 0.4rem;
    width: 100%;
    padding: 0 calc(var(--size) + 2vw);
    bottom: 4rem;
  }
}
.site-business .hero .hero__localnav a {
  border-radius: 999rem;
  min-width: 12rem;
  display: inline-flex;
  gap: 0.4rem;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .site-business .hero .hero__localnav a {
    border-radius: 0.4rem;
    min-width: auto;
    font-size: 0.76rem;
    padding: 0.64rem 0;
    letter-spacing: 0;
    width: 100%;
  }
}
.site-business .hero .hero__localnav a:hover {
  background: #b4f323;
  color: #029b27;
}
.site-business .hero .hero__localnav a:hover svg {
  fill: #029b27;
  transition: 200ms;
}
.site-business .hero .hero__localnav a svg {
  height: 1.1rem;
  fill: #222220;
}
@media screen and (max-width: 769px) {
  .site-business .hero .hero__localnav a svg {
    height: 1rem;
  }
}
.site-business .bus-title {
  color: #17023a;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 4rem;
}
.site-business .bus-title:before {
  content: attr(data-eng);
  letter-spacing: 0.32rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  font-size: 0.96rem;
  display: block;
}
.site-business .bus-mid-title {
  line-height: 1.3;
  text-align: center;
}
.site-business .bus-mid-title dt {
  font-size: 1.8rem;
  font-weight: 800;
  color: #b4f323;
  margin: 0 0 0.64rem;
}
.site-business .bus-mid-title dd {
  color: #FFF;
  font-weight: 600;
}
.site-business .first .p-bg:before {
  background: rgba(255, 255, 255, 0.7);
}
.site-business .first__title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 1.4rem;
}
.site-business .first .pa-t {
  padding-top: 7.2rem;
}
.site-business .first__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 1023px) {
  .site-business .first__list {
    grid-template-columns: 1fr;
  }
}
.site-business .first__list__item {
  background: rgba(255, 255, 255, 0.95);
  padding: 1.6rem;
  border-radius: 15px;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.1);
  border-top: 5px solid #b4f323;
}
.site-business .first__list__item h3 {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.site-business .first__list__item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.site-business .first__list__item ul li a {
  display: block;
  transition: transform 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.site-business .first__list__item ul li a:hover {
  transform: scale(1.04);
}
.site-business .first__list__item ul li a:hover img {
  opacity: 0.8;
}
.site-business .first__list__item ul li figure img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0.6rem;
  transition: opacity 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.site-business .first__list__item ul li figure figcaption {
  font-size: 0.92rem;
  text-align: center;
  margin: 0.4rem 0 0;
  font-weight: 700;
}
.site-business .first__flows {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .site-business .first__flows {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media screen and (max-width: 769px) {
  .site-business .first__flows {
    grid-template-columns: 1fr;
  }
}
.site-business .first__flows__item {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.72rem 1.8rem rgba(0, 0, 0, 0.1);
  border-top: 0.3rem solid #b4f323;
  transition: 0.4s;
  position: relative;
}
.site-business .first__flows__item:hover {
  transform: translateY(-0.6rem);
  border-color: #b4f323;
}
.site-business .first__flows__item__step {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  border-radius: 0.3rem;
  font-weight: 800;
  font-size: 0.8rem;
  background: #17023a;
  color: #FFF;
  padding: 0.3rem 0.8rem;
  z-index: 2;
}
.site-business .first__flows__item__data {
  padding: 1.6rem;
  font-weight: 700;
}
.site-business .first__flows__item__data h3 {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 0.8rem;
}
.site-business .first__alt {
  font-size: clamp(1.04rem, 2.2vw, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
  margin: 3.2rem 0 0;
}
.site-business .first__alt .t {
  display: inline;
}
@media screen and (max-width: 769px) {
  .site-business .first__alt .t {
    display: inline-block;
    white-space: nowrap;
  }
}
.site-business .second .bus-title {
  color: #FFF;
}
.site-business .second .bus-title:before {
  color: #b4f323;
}
.site-business .second .p-bg::before {
  background: rgba(23, 2, 58, 0.5);
}
.site-business .second .mb {
  margin-bottom: 7.2rem;
}
.site-business .second__list {
  margin: 3.2rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .site-business .second__list {
    grid-template-columns: repeat(2, 2fr);
  }
}
@media screen and (max-width: 769px) {
  .site-business .second__list {
    grid-template-columns: 1fr;
  }
}
.site-business .second__list.one {
  display: block;
  max-width: 27.5rem;
  margin-left: auto;
  margin-right: auto;
}
.site-business .second__list__item {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem;
}
.site-business .second__list__item:hover {
  transform: translateY(-0.8rem);
  border-color: #b4f323;
  box-shadow: 0 0 1.4rem rgba(180, 243, 35, 0.6), 0 0.8rem 2rem rgba(0, 0, 0, 0.4);
  background: white;
}
.site-business .second__list__item a {
  display: block;
}
.site-business .second__list__item a:hover figure img {
  transform: scale(1.04);
  opacity: 0.8;
}
.site-business .second__list__item a figure {
  margin: 0 0 1rem 0;
  border-radius: 0.8rem;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.site-business .second__list__item a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.site-business .second__list__item h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0 0 0.72rem;
  line-height: 1.4;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.site-business .second__list__item h3 .numb {
  font-size: 0.92rem;
  color: #666;
}
.site-business .second__vid {
  margin: 3.2rem 0 0;
}
.site-business .second__vid iframe,
.site-business .second__vid video {
  border: 3px solid #b4f323;
  border-radius: 1rem;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .site-business .second__vid iframe,
  .site-business .second__vid video {
    max-width: 100%;
  }
}
.site-business .second__vid video {
  max-width: 38.6rem;
}
@media screen and (max-width: 769px) {
  .site-business .second__vid video {
    max-width: 100%;
  }
}
.site-business .third.wrap {
  padding-top: 22.5rem;
}
@media screen and (max-width: 769px) {
  .site-business .third.wrap {
    padding-top: 4rem;
  }
}
.site-business .third .p-bg {
  background-attachment: scroll;
}
.site-business .third .p-bg:before {
  background: linear-gradient(to bottom, rgba(23, 2, 58, 0.2) 0%, rgba(23, 2, 58, 0.4) 30%, rgba(23, 2, 58, 0.6) 70%, rgba(23, 2, 58, 0.8) 100%);
}
.site-business .third .bus-title {
  color: #FFF;
}
.site-business .third .bus-title:before {
  color: #b4f323;
}
.site-business .third .bus-title + p {
  color: #FFF;
  font-weight: 700;
  font-size: 1.32rem;
  line-height: 1;
}
.site-business .third__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 8rem;
  margin: 3.2rem 0 0;
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .site-business .third__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 769px) {
  .site-business .third__grid {
    margin: 2.4rem 0 0;
    padding: 0;
  }
}
.site-business .third__grid__item {
  color: #FFF;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.8rem;
  padding: 1.6rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 1023px) {
  .site-business .third__grid__item {
    max-width: 27.5rem;
    justify-self: center;
  }
}
.site-business .third__grid__item:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-0.4rem);
  border-color: #b4f323;
}
.site-business .third__grid__item__bar {
  display: block;
  padding: 0.1rem 0.6rem;
  color: #222220;
  background: #b4f323;
  font-weight: 800;
  font-size: 0.8rem;
  border-radius: 0.1rem;
  margin: 0 0 1rem;
}
.site-business .third__grid__item h3 {
  font-size: 1.56rem;
  color: #b4f323;
  margin-bottom: 1rem;
  border-left: 0.2rem solid #b4f323;
  padding-left: 0.8rem;
}
.site-business .third__grid__item__box img {
  width: 100%;
  display: block;
  filter: contrast(1.05);
}
.site-business .third__grid__item__box img, .site-business .third__grid__item__box iframe {
  border-radius: 0.5rem;
}
.site-business .third__grid__item__box iframe {
  margin-top: auto;
  min-height: 20rem;
}
.site-business .third__grid__item__box p {
  margin: 1.2rem 0;
}
.site-business .third__grid__item__box__btn {
  padding: 0.4rem 0.6rem;
  color: #222220;
  background: #b4f323;
  font-weight: 800;
  font-size: 0.92rem;
  border-radius: 0.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.site-business .third__message {
  margin: 3.2rem 0 0;
  padding: 0 8rem;
}
@media screen and (max-width: 769px) {
  .site-business .third__message {
    padding: 0;
  }
}
.site-business .third__message dl {
  color: #FFF;
  position: relative;
  text-align: center;
  padding: 3.2rem 0 0;
}
.site-business .third__message dl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #b4f323;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.site-business .third__message dl:after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: #b4f323;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-business .third__message dl dt {
  color: #b4f323;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700;
}
.site-business .third__message dl dd {
  font-size: clamp(1rem, 2vw, 1.3rem);
  opacity: 0.95;
}

.site-recruit > section {
  position: relative;
}
.site-recruit .fv {
  position: relative;
  height: calc(100dvh - var(--head));
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.site-recruit .fv__list {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.site-recruit .fv__list figure {
  position: relative;
  overflow: hidden;
}
.site-recruit .fv__list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: kenBurns 20s infinite alternate ease-in-out;
}
@keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.site-recruit .fv__title {
  text-align: center;
  color: #fff;
  width: 95%;
  max-width: 55.6rem;
  position: relative;
  z-index: 10;
}
.site-recruit .fv__title__box {
  background: rgba(46, 204, 113, 0.9);
  backdrop-filter: blur(0.4rem);
  padding: 2.8rem 1.3rem;
  animation: fadeInUp 1.2s ease-out both;
  border-radius: 0.4rem;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-recruit .fv__title__box dt {
  font-size: clamp(1.08rem, 2vw, 1.4rem);
  font-weight: 700;
  margin: 0 0 0.8rem;
}
.site-recruit .fv__title__box dd.strong {
  font-size: clamp(1.32rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 1.4;
}
.site-recruit .fv__title__box dd.mini {
  font-size: clamp(0.96rem, 1.5vw, 1.08rem);
  margin-top: 0.92rem;
}
.site-recruit .isbox {
  background: rgba(255, 255, 255, 0.95);
  padding: clamp(1.3rem, 5vw, 3.2rem);
  border-radius: 0.4rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.site-recruit .isbox.mb {
  margin-bottom: 8rem;
}
@media screen and (max-width: 769px) {
  .site-recruit .isbox.mb {
    margin-bottom: 2.4rem;
  }
}
.site-recruit .isbox__title {
  font-size: clamp(1.32rem, 3vw, 1.8rem);
  font-weight: 900;
  line-height: 1.6;
  border-left: 0.4rem solid #2ecc71;
  padding-left: 1.2rem;
  margin-bottom: 2.4rem;
  position: relative;
}
.site-recruit .isbox__pic {
  margin: 0 0 2.4rem;
}
.site-recruit .isbox__pic img {
  width: 100%;
  height: auto;
  border-radius: 0.3rem;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.1);
}
.site-recruit .isbox__text {
  font-size: clamp(1.08rem, 2.5vw, 1.32rem);
  line-height: 2;
  font-weight: 500;
  margin-top: 2.4rem 0 0;
  text-align: justify;
}
.site-recruit .first .p-bg:before {
  background: rgba(255, 255, 255, 0.25);
}
.site-recruit .first .three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .site-recruit .first .three {
    grid-template-columns: 1fr;
  }
}
.site-recruit .first .three > li {
  background: #FFF;
  padding: 1.6rem;
  border-bottom: 0.3rem solid #2ecc71;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05);
}
.site-recruit .first .three > li > dl {
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
.site-recruit .first .three > li > dl dt {
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0 0 0.72rem;
}
.site-recruit .first .three > li > ul > li {
  font-size: 0.92rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05);
  padding: 0.4rem 0.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
}
.site-recruit .first .three > li > ul > li svg {
  width: 1.4rem;
  fill: #2ecc71;
}
.site-recruit .second .p-bg::before {
  background: rgba(255, 255, 255, 0.25);
}
.site-recruit .second .deplist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .site-recruit .second .deplist {
    grid-template-columns: 1fr;
  }
}
.site-recruit .second .deplist > li {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
}
.site-recruit .second .deplist > li figure {
  height: 15.6rem;
  overflow: hidden;
}
.site-recruit .second .deplist > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-recruit .second .deplist > li dl {
  padding: 1.6rem;
}
.site-recruit .second .deplist > li dl dt {
  font-weight: 900;
  font-size: 1.33rem;
  margin: 0 0 0.72rem;
  color: #2ecc71;
}
.site-recruit .second .mid-title {
  color: #003366;
  font-size: clamp(1.4rem, 5vw, 2.4rem);
  font-weight: 900;
  margin: 0 0 2.4rem;
  line-height: 1.4;
  text-align: center;
}
.site-recruit .second .voicelist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .site-recruit .second .voicelist {
    grid-template-columns: 1fr;
  }
}
.site-recruit .second .voicelist > li {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .site-recruit .second .voicelist > li {
    max-width: 35.8rem;
    justify-self: center;
  }
}
.site-recruit .second .voicelist > li figure {
  width: 100%;
  aspect-ratio: 1/1;
}
.site-recruit .second .voicelist > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-recruit .second .voicelist > li dl, .site-recruit .second .voicelist > li p {
  margin: 1.2rem 1.6rem;
}
.site-recruit .second .voicelist > li dl dt {
  font-size: 1.2rem;
  font-weight: 900;
}
.site-recruit .second .voicelist > li dl dd {
  font-size: 0.92rem;
  opacity: 0.6;
}
.site-recruit .second .voicelist > li p {
  padding-top: 1.2rem;
  border-top: 0.14rem solid #222220;
}
.site-recruit .third .p-bg:before {
  background: rgba(255, 255, 255, 0.25);
}
.site-recruit .third .column {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .site-recruit .third .column {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.site-recruit .third .column__data {
  width: calc(100% - 32rem);
  padding: 0 2.4rem 0 0;
}
@media screen and (max-width: 1023px) {
  .site-recruit .third .column__data {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.site-recruit .third .column__data__title {
  color: #003366;
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 900;
  margin-bottom: 0.72rem;
  line-height: 1.4;
}
.site-recruit .third .column__data__sub {
  font-size: 1.08rem;
  font-weight: 700;
}
.site-recruit .third .column__data__dl {
  margin: 1.6rem 0 0;
  padding: 0 0 0 2.4rem;
  position: relative;
}
.site-recruit .third .column__data__dl svg {
  fill: #003366;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 1.4rem;
}
.site-recruit .third .column__data__dl dt {
  font-size: 1.08rem;
  font-weight: 900;
}
.site-recruit .third .column__data__dl dd {
  color: rgb(88.8945454545, 88.8945454545, 83.6654545455);
}
.site-recruit .third .column__pics {
  width: 32rem;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1rem 1rem 0 #2ecc71;
}
@media screen and (max-width: 1023px) {
  .site-recruit .third .column__pics {
    width: 100%;
    order: 1;
  }
}
.site-recruit .third .bnr {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1rem;
  margin: 1.6rem 0 0;
}
.site-recruit .third .bnr a {
  border: rgba(0, 0, 0, 0.08) 1px solid;
}
.site-recruit .third .bnr a:hover img {
  opacity: 0.8;
}
.site-recruit .third .bnr a img {
  max-width: 20.5rem;
  transition: opacity 200ms cubic-bezier(0.65, 0, 0.35, 1);
}

.site-contact .contactbox {
  background: #f3f3f5;
  padding: 20px 6%;
  border-radius: 4px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1023px) {
  .site-contact .contactbox {
    padding: 20px;
  }
}
@media screen and (max-width: 769px) {
  .site-contact .contactbox {
    padding: 15px;
    display: block;
  }
}
.site-contact .contactbox li {
  width: calc(50% - 12px);
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
  text-align: center;
  padding: 24px;
}
@media screen and (max-width: 769px) {
  .site-contact .contactbox li {
    width: auto;
    padding: 15px;
    margin: 0 0 12px;
  }
  .site-contact .contactbox li:last-child {
    margin: 0;
  }
}
.site-contact .contactbox li dl {
  line-height: 1;
}
.site-contact .contactbox li dl dt {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 16px;
}
@media screen and (max-width: 769px) {
  .site-contact .contactbox li dl dt {
    font-size: 17px;
  }
}
.site-contact .contactbox li dl dd {
  margin: 12px 0 0;
}
.site-contact .contactbox li dl .tel {
  font-size: 2rem;
  font-weight: 700;
  color: #029b27;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}
@media screen and (max-width: 769px) {
  .site-contact .contactbox li dl .tel {
    font-size: 24px;
  }
}
.site-contact .contactbox li dl .tel svg {
  width: 2rem;
  display: inline-block;
  transform: translateY(0.3rem) rotateZ(8deg);
  fill: #029b27;
}
.site-contact .contactbox li dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  margin: 0 auto;
  background: #029b27;
  color: #FFF;
  font-size: 18px;
  padding: 17px 0;
  border-radius: 4px;
  box-shadow: 0 6px 0 rgb(1.52, 117.8, 29.64);
  transition: all 100ms cubic-bezier(0.65, 0, 0.35, 1);
  gap: 0.6rem;
}
@media screen and (max-width: 1023px) {
  .site-contact .contactbox li dl .btn {
    width: auto;
  }
}
@media screen and (max-width: 769px) {
  .site-contact .contactbox li dl .btn {
    font-size: 17px;
  }
}
.site-contact .contactbox li dl .btn:hover {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #029b27;
}
.site-contact .contactbox li dl .btn svg {
  width: 1.6rem;
  display: inline-block;
  fill: #FFF;
}
.site-contact .privacy {
  text-align: center;
  margin: 32px 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 17px;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .site-contact .privacy {
    margin: 16px 0 0;
    font-size: 13px;
  }
}
.site-contact .privacy input {
  display: inline-block;
  border: rgba(0, 0, 0, 0.08) 2px solid;
  border-radius: 6px;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
  transform: translateY(1px);
}
.site-contact .privacy a {
  text-decoration: underline;
}
.site-contact .formstyle {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .site-contact .formstyle {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .site-contact .formstyle tbody {
    display: block;
  }
}
.site-contact .formstyle tbody tr {
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (max-width: 769px) {
  .site-contact .formstyle tbody tr {
    display: block;
  }
}
.site-contact .formstyle tbody tr th,
.site-contact .formstyle tbody tr td {
  padding: 24px 0;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .site-contact .formstyle tbody tr th,
  .site-contact .formstyle tbody tr td {
    display: block;
    padding: 15px 0;
  }
}
.site-contact .formstyle tbody tr th {
  width: 240px;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .site-contact .formstyle tbody tr th {
    width: auto;
    font-size: 15px;
    padding-bottom: 0;
  }
}
.site-contact .formstyle tbody tr th.hiss:after {
  content: "必須項目";
  background: #029b27;
  color: #FFF;
  float: right;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 13px;
}
.site-contact .formstyle tbody tr td {
  padding-left: 48px;
}
@media screen and (max-width: 769px) {
  .site-contact .formstyle tbody tr td {
    padding-left: 0;
  }
}
.site-contact .formstyle tbody tr td input[type=text],
.site-contact .formstyle tbody tr td input[type=tel],
.site-contact .formstyle tbody tr td input[type=email],
.site-contact .formstyle tbody tr td input[type=password],
.site-contact .formstyle tbody tr td select,
.site-contact .formstyle tbody tr td textarea {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
  font-size: 15px;
  padding: 8px;
  background: rgb(243.96, 243.96, 245.8);
  border: rgba(0, 0, 0, 0.08) 2px solid;
  border-radius: 4px;
  display: block;
  width: 100%;
  outline: none;
  transition: all 160ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 769px) {
  .site-contact .formstyle tbody tr td input[type=text],
  .site-contact .formstyle tbody tr td input[type=tel],
  .site-contact .formstyle tbody tr td input[type=email],
  .site-contact .formstyle tbody tr td input[type=password],
  .site-contact .formstyle tbody tr td select,
  .site-contact .formstyle tbody tr td textarea {
    -webkit-appearance: none;
  }
}
.site-contact .formstyle tbody tr td input[type=text]:focus,
.site-contact .formstyle tbody tr td input[type=tel]:focus,
.site-contact .formstyle tbody tr td input[type=email]:focus,
.site-contact .formstyle tbody tr td input[type=password]:focus,
.site-contact .formstyle tbody tr td select:focus,
.site-contact .formstyle tbody tr td textarea:focus {
  border-color: #FFF;
  background: #FFF;
  z-index: 2;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  transform: scale(1.02);
}
.site-contact .formstyle tbody tr td textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
}
.site-contact .send {
  margin: 32px 0 0;
  text-align: center;
}
.site-contact .send input {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
  width: 400px;
  height: 56px;
  background: #029b27;
  border: #029b27 2px solid;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .site-contact .send input {
    width: 100%;
  }
}
.site-contact .send input:hover {
  background: #FFF;
  color: #029b27;
}

.site-sitemap .maplist {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 0 -1.6rem;
}
@media screen and (max-width: 769px) {
  .site-sitemap .maplist {
    display: block;
    margin: 0;
  }
}
.site-sitemap .maplist li {
  width: 25%;
  padding: 0 0 0 1.6rem;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 769px) {
  .site-sitemap .maplist li {
    width: auto;
    padding: 0;
    margin: 0 0 0.8rem;
  }
  .site-sitemap .maplist li:last-child {
    margin-bottom: 0;
  }
}
.site-sitemap .maplist li:nth-child(-n+4) {
  margin-top: 0;
}
.site-sitemap .maplist li a {
  background: #f3f3f5;
  display: block;
  text-align: center;
  padding: 0.8rem 0;
  color: #222220;
  font-size: 1.08rem;
}
@media screen and (max-width: 769px) {
  .site-sitemap .maplist li a {
    padding: 0.8rem 1rem;
    text-align: left;
  }
}
.site-sitemap .maplist li a:hover {
  background: #029b27;
  color: #FFF;
}

.site-blog .flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .site-blog .flex {
    display: block;
  }
}
.site-blog .container {
  width: calc(100% - 22rem);
  order: 2;
}
@media screen and (max-width: 1023px) {
  .site-blog .container {
    width: auto;
  }
}
.site-blog .sidebar {
  width: 22rem;
  padding: 0 4rem 0 0;
  order: 1;
  position: sticky;
  top: calc(var(--head) + 1rem);
  left: 0;
}
@media screen and (max-width: 1023px) {
  .site-blog .sidebar {
    width: auto;
    padding: 3.2rem 0 0;
    top: 0;
  }
}
@media screen and (max-width: 769px) {
  .site-blog .sidebar {
    padding: 2.4rem 0 0;
  }
}
.site-blog .sidebar__box {
  margin: 0 0 4rem;
}
@media screen and (max-width: 1023px) {
  .site-blog .sidebar__box {
    margin: 0 0 3.2rem;
  }
}
@media screen and (max-width: 769px) {
  .site-blog .sidebar__box {
    margin: 0 0 1.6rem;
  }
}
.site-blog .sidebar__box:last-of-type {
  margin: 0;
}
.site-blog .bloglist > li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 0 1.6rem;
  padding: 0 0 1.6rem;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
@media screen and (max-width: 769px) {
  .site-blog .bloglist > li {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
  }
}
.site-blog .bloglist > li a {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  color: #222220;
  position: relative;
  padding: 0 6.4rem 0 0;
}
@media screen and (max-width: 769px) {
  .site-blog .bloglist > li a {
    padding: 0 2.4rem 0 0;
  }
}
.site-blog .bloglist > li figure {
  width: 220px;
  height: 140px;
}
@media screen and (max-width: 769px) {
  .site-blog .bloglist > li figure {
    width: 100px;
    height: 70px;
  }
}
.site-blog .bloglist > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.site-blog .bloglist > li dl {
  width: calc(100% - 220px);
  padding: 0 0 0 1.8rem;
}
@media screen and (max-width: 769px) {
  .site-blog .bloglist > li dl {
    width: calc(100% - 100px);
    padding: 0 0 0 1rem;
  }
}
.site-blog .bloglist > li dl .meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.92rem;
}
@media screen and (max-width: 769px) {
  .site-blog .bloglist > li dl .meta {
    font-size: 0.8rem;
  }
}
.site-blog .bloglist > li dl .meta .category {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.site-blog .bloglist > li dl .meta time,
.site-blog .bloglist > li dl .meta li {
  border: #222220 1px solid;
  padding: 0.2rem 1rem;
  display: inline-block;
  margin: 0 0.72rem 0 0;
}
@media screen and (max-width: 769px) {
  .site-blog .bloglist > li dl .meta time,
  .site-blog .bloglist > li dl .meta li {
    padding: 1px 0.8rem;
    font-size: 0.72rem;
  }
}
.site-blog .bloglist > li dl .meta li {
  background: #f3f3f5;
  border-color: #f3f3f5;
}
.site-blog .bloglist > li dl dt {
  font-size: 1.32rem;
  font-weight: 700;
  margin: 0.9rem 0;
}
@media screen and (max-width: 769px) {
  .site-blog .bloglist > li dl dt {
    font-size: 1.08rem;
  }
}
.site-blog .bloglist > li dl dd.desc {
  text-align: justify;
  font-size: 1.08rem;
  line-height: 1.66;
}
@media screen and (max-width: 769px) {
  .site-blog .bloglist > li dl dd.desc {
    display: none;
  }
}
.site-blog .bloglist > li .arrow {
  width: 4rem;
  height: 4rem;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0.3rem 0.3rem 1rem rgba(34, 34, 32, 0.12);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .site-blog .bloglist > li .arrow {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0.72rem;
  }
}
.site-blog .bloglist > li .arrow svg {
  width: 1rem;
  fill: #029b27;
}
.site-blog .bloglist.mini > li {
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
}
@media screen and (max-width: 769px) {
  .site-blog .bloglist.mini > li {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
  }
}
.site-blog .bloglist.mini > li a {
  padding: 0;
}
.site-blog .bloglist.mini > li a figure {
  width: 80px;
  height: 50px;
}
.site-blog .bloglist.mini > li a dl {
  width: calc(100% - 80px);
  padding: 0 0 0 1.4rem;
}
.site-blog .bloglist.mini > li a dl .meta {
  font-size: 0.72rem;
}
.site-blog .bloglist.mini > li a dl dt {
  font-size: 1rem;
  margin: 0.3rem 0 0;
}
.site-blog .categorylist {
  transform: translateY(-1rem);
}
.site-blog .categorylist li {
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
.site-blog .categorylist li a {
  padding: 1rem 0.3rem;
  padding-right: 2.2rem;
  display: block;
  color: #222220;
  position: relative;
}
.site-blog .categorylist li a:hover {
  opacity: 0.64;
}
.site-blog .categorylist li a svg {
  width: 1rem;
  fill: rgb(177.5018181818, 177.5018181818, 172.6581818182);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 0.8rem;
}
.site-blog .metabox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.92rem;
}
.site-blog .metabox .category {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.site-blog .metabox time,
.site-blog .metabox li {
  border: #222220 1px solid;
  padding: 0.2rem 1rem;
  display: inline-block;
  margin: 0 0.8rem 0 0;
}
.site-blog .metabox li {
  background: #f3f3f5;
  border-color: #f3f3f5;
}

.site-edit {
  margin: 1.1rem 0 0;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 769px) {
  .site-edit {
    margin: 1rem 0 0;
    font-size: 0.9rem;
  }
}
.site-edit h3 {
  font-size: 1.6rem;
  font-weight: 700;
  border-top: #222220 2px solid;
  border-bottom: #222220 2px solid;
  font-weight: 700;
  padding: 0.5rem 0.1rem;
  margin: 0 0 1.3rem;
}
@media screen and (max-width: 769px) {
  .site-edit h3 {
    font-size: 1.3rem;
    margin: 0 0 0.7rem;
  }
}
.site-edit h4 {
  font-size: 1.5rem;
  border-bottom: rgba(0, 0, 0, 0.08) 2px solid;
  font-weight: 700;
  padding: 0 0 0 1.1rem;
  margin: 0 0 1.1rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .site-edit h4 {
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
  }
}
.site-edit h4:before {
  content: "";
  width: 0.3rem;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  background: #029b27;
  border-radius: 0.1rem;
}
.site-edit h5 {
  font-size: 1.3rem;
  font-weight: 700;
  background: #f3f3f5;
  padding: 0.3rem 1rem;
  margin: 0 0 1.1rem;
}
@media screen and (max-width: 769px) {
  .site-edit h5 {
    font-size: 1.1rem;
  }
}
.site-edit h6 {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 0 0 1.2rem;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 769px) {
  .site-edit h6 {
    font-size: 0.9rem;
  }
}
.site-edit h6:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: #029b27 4px solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.site-edit table {
  border: rgba(0, 0, 0, 0.08) 1px solid;
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 2.7rem;
}
@media screen and (max-width: 769px) {
  .site-edit table {
    margin: 0 0 1.6rem;
  }
}
.site-edit table tbody tr td,
.site-edit table tbody tr th,
.site-edit table thead tr td,
.site-edit table thead tr th {
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
  border: rgba(0, 0, 0, 0.08) 1px solid;
}
.site-edit table tbody tr th,
.site-edit table thead tr th {
  background: #f3f3f5;
}
@media screen and (max-width: 769px) {
  .site-edit table tbody tr th,
  .site-edit table thead tr th {
    width: 8rem;
  }
}
.site-edit img {
  max-width: 100%;
}
.site-edit .avatar {
  width: 5.9rem;
  margin: 0 1rem;
}
.site-edit .avatar img {
  width: 100%;
  border-radius: 50%;
}
.site-edit .avatar figcaption {
  text-align: center;
  margin: 1rem 0 0;
  font-size: 0.9rem;
}
.site-edit iframe {
  width: 100%;
  height: 483.75px;
  vertical-align: bottom;
  margin: 0 0 2.7rem;
}
@media screen and (max-width: 769px) {
  .site-edit iframe {
    height: 168.75px;
    margin: 0 0 1.6rem;
  }
}
.site-edit p,
.site-edit ul,
.site-edit ol {
  margin: 0 0 2.7rem;
}
@media screen and (max-width: 769px) {
  .site-edit p,
  .site-edit ul,
  .site-edit ol {
    margin: 0 0 1.6rem;
  }
}

.site-privacy .p-title {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin: 0 0 32px;
}
@media screen and (max-width: 769px) {
  .site-privacy .p-title {
    font-size: 1.66rem;
    margin: 0 0 24px;
  }
}
.site-privacy .context {
  font-size: 1.08rem;
  text-align: center;
}
.site-privacy .tablestyle {
  margin: 64px 0 0;
}
@media screen and (max-width: 769px) {
  .site-privacy .tablestyle {
    margin: 32px 0 0;
  }
}
.site-privacy .tablestyle tbody tr th, .site-privacy .tablestyle tbody tr td {
  font-size: 1.04rem;
  text-align: left;
}
.site-privacy .tablestyle tbody tr th {
  background: #f3f3f5;
}
@media screen and (max-width: 769px) {
  .site-privacy .tablestyle tbody tr th br {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map*/