/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap);
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss (1) ***!
  \**************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap);
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss (2) ***!
  \**************************************************************************************************************************************************************************/
@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??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss (3) ***!
  \**************************************************************************************************************************************************************************/
@charset "UTF-8";
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;
}

/* BASE COLOR
------------------------------------------------------------*/
/* DISPLAY SETTING
------------------------------------------------------------*/
/* OTHER SETTING
------------------------------------------------------------*/
:root {
  font-size: 14px;
}

@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;
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

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

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

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

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@media screen and (min-width: 1120px) {
  * {
    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;
    background: #FFF;
    font-size: 1rem;
    line-height: 1.8;
    font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.024em;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
  img {
    -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: rgb(167.4215517241, 234.6034482759, 12.7965517241);
  }
  a:hover {
    text-decoration: none;
    color: rgb(186.5948275862, 244.0551724138, 54.3448275862);
  }
  a:hover img {
    opacity: 0.8;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .display {
    width: 1120px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .display.wide {
    width: auto;
    max-width: 1300px;
  }
  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 (min-width: 1120px) and (max-width: 1119px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=submit],
  input[type=button],
  select,
  textarea {
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 1119px) {
  * {
    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;
    background: #FFF;
    font-size: 1rem;
    line-height: 1.8;
    font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.024em;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
  img {
    -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: rgb(167.4215517241, 234.6034482759, 12.7965517241);
  }
  a:hover {
    text-decoration: none;
    color: rgb(186.5948275862, 244.0551724138, 54.3448275862);
  }
  a:hover img {
    opacity: 0.8;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .display {
    width: auto;
    padding: 0 32px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .display.wide {
    width: auto;
    max-width: 1300px;
  }
  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: 1119px) and (max-width: 1119px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=submit],
  input[type=button],
  select,
  textarea {
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 640px) {
  * {
    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;
    background: #FFF;
    font-size: 1rem;
    line-height: 1.8;
    font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.024em;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
  img {
    -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: rgb(167.4215517241, 234.6034482759, 12.7965517241);
  }
  a:hover {
    text-decoration: none;
    color: rgb(186.5948275862, 244.0551724138, 54.3448275862);
  }
  a:hover img {
    opacity: 0.8;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .display {
    width: auto;
    padding: 0 16px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  .display.wide {
    width: auto;
    max-width: 1300px;
  }
  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: 640px) and (max-width: 1119px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=submit],
  input[type=button],
  select,
  textarea {
    -webkit-appearance: none;
  }
}
#wire {
  width: 1120px;
  background: #FFF;
  font-size: 1.2rem;
  margin: 40px auto;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
}
#wire header {
  padding: 20px 40px;
  border-bottom: #e8e8e8 1px solid;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
#wire header ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#wire header ul li {
  margin: 0 0 0 40px;
}
#wire section {
  padding: 72px 40px;
  border-bottom: #e8e8e8 1px solid;
  position: relative;
}
#wire .tip {
  font-size: 1rem;
  color: #FFF;
  background: #444;
  padding: 8px 32px;
  position: absolute;
  top: 40px;
  right: -20px;
  z-index: 2;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.16);
}
#wire .tip:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 20px 8px 0;
  border-color: transparent #444 transparent transparent;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
#wire .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
#wire .flex.just {
  justify-content: space-between;
}
#wire .flex.start {
  justify-content: flex-start;
}
#wire .flex.end {
  justify-content: flex-end;
}
#wire .gray {
  background: #f2f2f2;
}
#wire .white {
  background: #FFF;
}
#wire .dark {
  background: #444;
  color: #FFF;
}
#wire .dark span.a {
  border-color: #FFF;
}
#wire .dark span.a:before, #wire .dark span.a:after {
  background: #FFF;
}
#wire .dark .btn {
  background: #666;
}
#wire .mb {
  margin-bottom: 24px;
}
#wire .mb-s {
  margin-bottom: 12px;
}
#wire .shadow {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.04), 0 0 8px rgba(0, 0, 0, 0.02);
}
#wire .left {
  text-align: left;
}
#wire .right {
  text-align: right;
}
#wire .center {
  text-align: center;
}
#wire .bold {
  font-weight: 700;
}
#wire .large {
  font-size: 2rem;
}
#wire .bo {
  border: #e8e8e8 2px solid;
}
#wire .bo-t {
  border-top: #e8e8e8 2px solid;
}
#wire .bo-l {
  border-left: #e8e8e8 2px solid;
}
#wire .bo-r {
  border-right: #e8e8e8 2px solid;
}
#wire .bo-b {
  border-bottom: #e8e8e8 2px solid;
}
#wire .pa {
  padding: 1.25rem;
}
#wire .btn {
  min-width: 300px;
  width: 33%;
  margin: 32px auto 0;
  padding: 1rem 0;
  text-align: center;
  font-weight: 700;
  background: #888;
  color: #FFF;
}
#wire span.a {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.24rem;
  border: #222220 1px solid;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
}
#wire span.a:before, #wire span.a:after {
  content: "";
  width: 1px;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #222220;
  opacity: 0.88;
  transform: translate(-50%, -50%) rotate(45deg);
}
#wire span.a:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#wire .w-1 {
  width: 1%;
}
#wire .h-1 {
  height: 10px;
}
#wire .w-2 {
  width: 2%;
}
#wire .h-2 {
  height: 20px;
}
#wire .w-3 {
  width: 3%;
}
#wire .h-3 {
  height: 30px;
}
#wire .w-4 {
  width: 4%;
}
#wire .h-4 {
  height: 40px;
}
#wire .w-5 {
  width: 5%;
}
#wire .h-5 {
  height: 50px;
}
#wire .w-6 {
  width: 6%;
}
#wire .h-6 {
  height: 60px;
}
#wire .w-7 {
  width: 7%;
}
#wire .h-7 {
  height: 70px;
}
#wire .w-8 {
  width: 8%;
}
#wire .h-8 {
  height: 80px;
}
#wire .w-9 {
  width: 9%;
}
#wire .h-9 {
  height: 90px;
}
#wire .w-10 {
  width: 10%;
}
#wire .h-10 {
  height: 100px;
}
#wire .w-11 {
  width: 11%;
}
#wire .h-11 {
  height: 110px;
}
#wire .w-12 {
  width: 12%;
}
#wire .h-12 {
  height: 120px;
}
#wire .w-13 {
  width: 13%;
}
#wire .h-13 {
  height: 130px;
}
#wire .w-14 {
  width: 14%;
}
#wire .h-14 {
  height: 140px;
}
#wire .w-15 {
  width: 15%;
}
#wire .h-15 {
  height: 150px;
}
#wire .w-16 {
  width: 16%;
}
#wire .h-16 {
  height: 160px;
}
#wire .w-17 {
  width: 17%;
}
#wire .h-17 {
  height: 170px;
}
#wire .w-18 {
  width: 18%;
}
#wire .h-18 {
  height: 180px;
}
#wire .w-19 {
  width: 19%;
}
#wire .h-19 {
  height: 190px;
}
#wire .w-20 {
  width: 20%;
}
#wire .h-20 {
  height: 200px;
}
#wire .w-21 {
  width: 21%;
}
#wire .h-21 {
  height: 210px;
}
#wire .w-22 {
  width: 22%;
}
#wire .h-22 {
  height: 220px;
}
#wire .w-23 {
  width: 23%;
}
#wire .h-23 {
  height: 230px;
}
#wire .w-24 {
  width: 24%;
}
#wire .h-24 {
  height: 240px;
}
#wire .w-25 {
  width: 25%;
}
#wire .h-25 {
  height: 250px;
}
#wire .w-26 {
  width: 26%;
}
#wire .h-26 {
  height: 260px;
}
#wire .w-27 {
  width: 27%;
}
#wire .h-27 {
  height: 270px;
}
#wire .w-28 {
  width: 28%;
}
#wire .h-28 {
  height: 280px;
}
#wire .w-29 {
  width: 29%;
}
#wire .h-29 {
  height: 290px;
}
#wire .w-30 {
  width: 30%;
}
#wire .h-30 {
  height: 300px;
}
#wire .w-31 {
  width: 31%;
}
#wire .h-31 {
  height: 310px;
}
#wire .w-32 {
  width: 32%;
}
#wire .h-32 {
  height: 320px;
}
#wire .w-33 {
  width: 33%;
}
#wire .h-33 {
  height: 330px;
}
#wire .w-34 {
  width: 34%;
}
#wire .h-34 {
  height: 340px;
}
#wire .w-35 {
  width: 35%;
}
#wire .h-35 {
  height: 350px;
}
#wire .w-36 {
  width: 36%;
}
#wire .h-36 {
  height: 360px;
}
#wire .w-37 {
  width: 37%;
}
#wire .h-37 {
  height: 370px;
}
#wire .w-38 {
  width: 38%;
}
#wire .h-38 {
  height: 380px;
}
#wire .w-39 {
  width: 39%;
}
#wire .h-39 {
  height: 390px;
}
#wire .w-40 {
  width: 40%;
}
#wire .h-40 {
  height: 400px;
}
#wire .w-41 {
  width: 41%;
}
#wire .h-41 {
  height: 410px;
}
#wire .w-42 {
  width: 42%;
}
#wire .h-42 {
  height: 420px;
}
#wire .w-43 {
  width: 43%;
}
#wire .h-43 {
  height: 430px;
}
#wire .w-44 {
  width: 44%;
}
#wire .h-44 {
  height: 440px;
}
#wire .w-45 {
  width: 45%;
}
#wire .h-45 {
  height: 450px;
}
#wire .w-46 {
  width: 46%;
}
#wire .h-46 {
  height: 460px;
}
#wire .w-47 {
  width: 47%;
}
#wire .h-47 {
  height: 470px;
}
#wire .w-48 {
  width: 48%;
}
#wire .h-48 {
  height: 480px;
}
#wire .w-49 {
  width: 49%;
}
#wire .h-49 {
  height: 490px;
}
#wire .w-50 {
  width: 50%;
}
#wire .h-50 {
  height: 500px;
}
#wire .w-51 {
  width: 51%;
}
#wire .h-51 {
  height: 510px;
}
#wire .w-52 {
  width: 52%;
}
#wire .h-52 {
  height: 520px;
}
#wire .w-53 {
  width: 53%;
}
#wire .h-53 {
  height: 530px;
}
#wire .w-54 {
  width: 54%;
}
#wire .h-54 {
  height: 540px;
}
#wire .w-55 {
  width: 55%;
}
#wire .h-55 {
  height: 550px;
}
#wire .w-56 {
  width: 56%;
}
#wire .h-56 {
  height: 560px;
}
#wire .w-57 {
  width: 57%;
}
#wire .h-57 {
  height: 570px;
}
#wire .w-58 {
  width: 58%;
}
#wire .h-58 {
  height: 580px;
}
#wire .w-59 {
  width: 59%;
}
#wire .h-59 {
  height: 590px;
}
#wire .w-60 {
  width: 60%;
}
#wire .h-60 {
  height: 600px;
}
#wire .w-61 {
  width: 61%;
}
#wire .h-61 {
  height: 610px;
}
#wire .w-62 {
  width: 62%;
}
#wire .h-62 {
  height: 620px;
}
#wire .w-63 {
  width: 63%;
}
#wire .h-63 {
  height: 630px;
}
#wire .w-64 {
  width: 64%;
}
#wire .h-64 {
  height: 640px;
}
#wire .w-65 {
  width: 65%;
}
#wire .h-65 {
  height: 650px;
}
#wire .w-66 {
  width: 66%;
}
#wire .h-66 {
  height: 660px;
}
#wire .w-67 {
  width: 67%;
}
#wire .h-67 {
  height: 670px;
}
#wire .w-68 {
  width: 68%;
}
#wire .h-68 {
  height: 680px;
}
#wire .w-69 {
  width: 69%;
}
#wire .h-69 {
  height: 690px;
}
#wire .w-70 {
  width: 70%;
}
#wire .h-70 {
  height: 700px;
}
#wire .w-71 {
  width: 71%;
}
#wire .h-71 {
  height: 710px;
}
#wire .w-72 {
  width: 72%;
}
#wire .h-72 {
  height: 720px;
}
#wire .w-73 {
  width: 73%;
}
#wire .h-73 {
  height: 730px;
}
#wire .w-74 {
  width: 74%;
}
#wire .h-74 {
  height: 740px;
}
#wire .w-75 {
  width: 75%;
}
#wire .h-75 {
  height: 750px;
}
#wire .w-76 {
  width: 76%;
}
#wire .h-76 {
  height: 760px;
}
#wire .w-77 {
  width: 77%;
}
#wire .h-77 {
  height: 770px;
}
#wire .w-78 {
  width: 78%;
}
#wire .h-78 {
  height: 780px;
}
#wire .w-79 {
  width: 79%;
}
#wire .h-79 {
  height: 790px;
}
#wire .w-80 {
  width: 80%;
}
#wire .h-80 {
  height: 800px;
}
#wire .w-81 {
  width: 81%;
}
#wire .h-81 {
  height: 810px;
}
#wire .w-82 {
  width: 82%;
}
#wire .h-82 {
  height: 820px;
}
#wire .w-83 {
  width: 83%;
}
#wire .h-83 {
  height: 830px;
}
#wire .w-84 {
  width: 84%;
}
#wire .h-84 {
  height: 840px;
}
#wire .w-85 {
  width: 85%;
}
#wire .h-85 {
  height: 850px;
}
#wire .w-86 {
  width: 86%;
}
#wire .h-86 {
  height: 860px;
}
#wire .w-87 {
  width: 87%;
}
#wire .h-87 {
  height: 870px;
}
#wire .w-88 {
  width: 88%;
}
#wire .h-88 {
  height: 880px;
}
#wire .w-89 {
  width: 89%;
}
#wire .h-89 {
  height: 890px;
}
#wire .w-90 {
  width: 90%;
}
#wire .h-90 {
  height: 900px;
}
#wire .w-91 {
  width: 91%;
}
#wire .h-91 {
  height: 910px;
}
#wire .w-92 {
  width: 92%;
}
#wire .h-92 {
  height: 920px;
}
#wire .w-93 {
  width: 93%;
}
#wire .h-93 {
  height: 930px;
}
#wire .w-94 {
  width: 94%;
}
#wire .h-94 {
  height: 940px;
}
#wire .w-95 {
  width: 95%;
}
#wire .h-95 {
  height: 950px;
}
#wire .w-96 {
  width: 96%;
}
#wire .h-96 {
  height: 960px;
}
#wire .w-97 {
  width: 97%;
}
#wire .h-97 {
  height: 970px;
}
#wire .w-98 {
  width: 98%;
}
#wire .h-98 {
  height: 980px;
}
#wire .w-99 {
  width: 99%;
}
#wire .h-99 {
  height: 990px;
}
#wire .w-100 {
  width: 100%;
}
#wire .h-100 {
  height: 1000px;
}

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 4vw;
  z-index: 1000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  transition: all 300ms cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1000;
  background: #FFF;
}
@media screen and (max-width: 1300px) {
  #site-header {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 1119px) {
  #site-header {
    padding: 16px 4vw;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(90%) blur(20px);
    border-bottom-color: rgba(255, 255, 255, 0.24);
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #site-header {
    padding: 15px;
  }
}
#site-header.active {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(90%) blur(20px);
  border-bottom-color: rgba(255, 255, 255, 0.24);
}
#site-header.active a {
  color: #222220;
}
#site-header a {
  color: #222220;
  transition: color 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 1119px) {
  #site-header a {
    color: #222220;
  }
}
#site-header .logo {
  color: #222220;
  position: relative;
  display: block;
}
@media screen and (max-width: 1119px) {
  #site-header .logo {
    position: relative;
    z-index: 100;
  }
}
#site-header .logo img {
  width: 250px;
}
@media screen and (max-width: 1300px) {
  #site-header .logo img {
    width: 220px;
  }
}
@media screen and (max-width: 640px) {
  #site-header .logo img {
    width: 220px;
  }
}
#site-header .logo img * {
  transition: fill 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: calc(1119px + 1px)) {
  #site-header .toggle {
    display: block !important;
  }
}
#site-header .gnavi {
  margin: 0 0 0 4.8vw;
}
@media screen and (max-width: 1300px) {
  #site-header .gnavi {
    margin: 0 0 0 2.4vw;
  }
}
@media screen and (max-width: 1119px) {
  #site-header .gnavi {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(90%) blur(20px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
  }
  #site-header .gnavi.active {
    animation: view 800ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
  @keyframes view {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
#site-header .gnavi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1119px) {
  #site-header .gnavi ul {
    display: block;
  }
}
#site-header .gnavi ul li {
  margin: 0 0 0 2.4vw;
}
@media screen and (max-width: 1300px) {
  #site-header .gnavi ul li {
    margin: 0 0 0 1.6vw;
  }
}
@media screen and (max-width: 1119px) {
  #site-header .gnavi ul li {
    margin: 4.4vh 0 0;
  }
}
@media screen and (max-width: 640px) {
  #site-header .gnavi ul li {
    margin: 3.2vh 0 0;
  }
}
#site-header .gnavi ul li a {
  font-size: 1.06rem;
  position: relative;
  display: block;
}
#site-header .gnavi ul li a:hover:after, #site-header .gnavi ul li a.active:after {
  width: 3rem;
}
#site-header .gnavi ul li a:hover {
  color: #b4f323;
}
#site-header .gnavi ul li a:after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  background: #b4f323;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%) translateY(-100%);
  transition: width 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 1119px) {
  #site-header .gnavi ul li a {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
  }
}
@media screen and (max-width: 1119px) and (max-width: 640px) {
  #site-header .gnavi ul li a {
    font-size: 1.56rem;
  }
}
@media screen and (max-width: 1119px) {
  #site-header .gnavi ul li a:before {
    content: attr(data-eng);
    font-size: 1rem;
    color: #b4f323;
    font-weight: 400;
    display: block;
    margin: 0 0 12px;
  }
}
#site-header .gnavi ul li:first-child {
  margin-left: 0;
}
#site-header .gnavi ul li.none {
  display: none;
}
@media screen and (max-width: 1119px) {
  #site-header .gnavi ul li.none {
    display: block;
  }
}
#site-header .subnavi {
  display: none;
}
@media screen and (max-width: 1119px) {
  #site-header .subnavi {
    position: absolute;
    left: 4vw;
    bottom: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1119px) and (max-width: 640px) {
  #site-header .subnavi {
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1119px) {
  #site-header .subnavi a {
    display: inline-block;
    margin: 0 24px 0 0;
    font-size: 1.16rem;
    color: #222220;
  }
}
@media screen and (max-width: 1119px) and (max-width: 640px) {
  #site-header .subnavi a {
    font-size: 0.88rem;
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 1119px) {
  #site-header .subnavi a:last-of-type {
    margin: 0;
  }
}
@media screen and (min-width: calc(1119px + 1px)) {
  #site-header .trg {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  #site-header .trg {
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #b4f323;
    border-radius: 2px;
    cursor: pointer;
    z-index: 1000;
  }
}
#site-header .trg__border {
  position: absolute;
  width: 50%;
  height: 16%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#site-header .trg__border.active:before {
  transform: rotate(45deg);
  top: calc(50% - 1px);
}
#site-header .trg__border.active:after {
  bottom: 50%;
  transform: rotate(-45deg);
}
#site-header .trg__border:before, #site-header .trg__border:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
#site-header .trg__border:after {
  top: auto;
  bottom: 0;
}
#site-header .contact,
#site-header .morikoh {
  background: #b4f323;
  position: absolute;
  top: 50%;
  right: 4vw;
  padding: 12px 30px;
  font-size: 1.12rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  color: #222220 !important;
  border-radius: 2px;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
#site-header .contact:hover,
#site-header .morikoh:hover {
  background: #222220;
  color: #b4f323 !important;
}
@media screen and (max-width: 1300px) {
  #site-header .contact,
  #site-header .morikoh {
    right: 24px;
  }
}
@media screen and (max-width: 1360px) {
  #site-header .contact,
  #site-header .morikoh {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1119px) {
  #site-header .contact,
  #site-header .morikoh {
    display: none;
  }
}
#site-header .contact i,
#site-header .morikoh i {
  display: inline-block;
  margin: 0 8px 0 0;
}
#site-header .morikoh {
  background: #fafafa;
  border: #e8e8e8 1px solid;
  right: calc(4vw + 190px);
  padding: 13px 20px;
}
#site-header .morikoh:hover {
  background: #FFF;
}
#site-header .morikoh:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 1360px) {
  #site-header .morikoh {
    padding-left: 12px;
    padding-right: 12px;
    right: calc(4vw + 170px);
  }
  #site-header .morikoh:hover {
    background: #FFF;
  }
  #site-header .morikoh:hover img {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1300px) {
  #site-header .morikoh {
    right: 194px;
  }
}
#site-header .morikoh img {
  width: 180px;
  vertical-align: bottom;
}

#site-footer {
  background: #222220;
  color: #d8d8d9;
}
#site-footer a {
  color: #d8d8d9;
}
#site-footer .pagetop {
  display: block;
  text-align: center;
  padding: 16px 0;
  color: #FFF;
  background: rgb(55.0181818182, 55.0181818182, 51.7818181818);
}
#site-footer .pagetop:hover {
  background: rgb(60.2727272727, 60.2727272727, 56.7272727273);
}
#site-footer .footbox {
  padding-top: 72px;
  padding-bottom: 72px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1119px) {
  #site-footer .footbox {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #site-footer .footbox {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#site-footer .footbox__meta {
  width: 540px;
  margin: 0 0 32px;
}
@media screen and (max-width: 1119px) {
  #site-footer .footbox__meta {
    width: auto;
  }
}
#site-footer .footbox__meta > figure {
  width: 200px;
}
#site-footer .footbox__meta > figure img {
  width: 100%;
}
#site-footer .footbox__meta > dl dt {
  font-size: 1.66rem;
  font-weight: 700;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: rgba(255, 255, 255, 0.12) 1px solid;
  position: relative;
}
#site-footer .footbox__meta > dl dt:before {
  content: "";
  width: 64px;
  height: 2px;
  background: #b4f323;
  position: absolute;
  left: 0;
  bottom: -1px;
}
#site-footer .footbox__meta > dl dd {
  font-size: 0.96rem;
}
#site-footer .footbox__nav {
  width: calc(100% - 540px);
  padding: 0 0 0 5.6vw;
  margin: 0 0 0 -24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
}
@media screen and (max-width: 1119px) {
  #site-footer .footbox__nav {
    width: auto;
    padding: 0;
  }
}
#site-footer .footbox__nav li {
  width: 33.3%;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 1119px) {
  #site-footer .footbox__nav li {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  #site-footer .footbox__nav li {
    width: 50%;
  }
}
#site-footer .footbox__nav li a {
  display: block;
  border-bottom: rgba(255, 255, 255, 0.12) 1px solid;
  padding: 12px 0;
  padding-right: 24px;
  font-size: 0.92rem;
  position: relative;
}
@media screen and (max-width: 1119px) {
  #site-footer .footbox__nav li a {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 640px) {
  #site-footer .footbox__nav li a {
    padding: 16px 0;
    font-size: 0.78rem;
  }
}
#site-footer .footbox__nav li a svg {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  opacity: 0.56;
}
#site-footer .copy {
  width: 100%;
  display: block;
  font-size: 0.8rem;
}
@media screen and (max-width: 1119px) {
  #site-footer .copy {
    margin: 40px 0 0;
  }
}

.breadarea {
  width: 100%;
  height: 460px;
  position: relative;
  background: #f3f3f5;
  color: #eee;
  overflow: hidden;
}
@media screen and (max-width: 1119px) {
  .breadarea {
    padding: 64px 8vw;
  }
}
@media screen and (max-width: 640px) {
  .breadarea {
    margin: 64px 0 0;
    padding: 56px 15px 56px 8vw;
  }
}
.breadarea a {
  color: #eee;
}
.breadarea:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15));
  opacity: 1;
  z-index: 1;
}
.breadarea__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}
.breadarea__bg img {
  display: none;
}
.breadarea__title {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 160px 0 0;
}
.breadarea__title h1 {
  color: #b4f323;
  line-height: 1;
  font-size: clamp(3.2rem, 7vw, 7.6rem);
  letter-spacing: 0.32rem;
  text-transform: uppercase;
  margin: 0 0 1.6rem 0;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-indent: 2rem;
}
@media screen and (max-width: 1119px) {
  .breadarea__title h1 {
    font-size: 2.66rem;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 640px) {
  .breadarea__title h1 {
    font-size: 2rem;
    margin: 0 0 12px;
  }
}
.breadarea__title .swiper-slide {
  font-weight: 700;
  font-size: 1.5rem;
}
.breadarea__crumb {
  position: absolute;
  top: 200px;
  left: 4vw;
  z-index: 2;
  color: #aaa;
  display: none;
}
@media screen and (max-width: 640px) {
  .breadarea__crumb {
    bottom: 10px;
    right: 15px;
  }
}
.breadarea__crumb a {
  color: #aaa;
}
.breadarea__crumb ol {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.88rem;
}
.breadarea__crumb ol li {
  margin: 0 0 0 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.breadarea__crumb ol li:first-child {
  margin-left: 0;
}
.breadarea__crumb ol li a:hover {
  text-decoration: underline;
}
.breadarea__crumb ol li svg path {
  fill: #aaa;
}
.breadarea__crumb ol li svg.home {
  width: 12px;
  display: inline-block;
  margin: 0 8px 0 0;
  transform: translateY(-1px);
}
.breadarea__crumb ol li svg.home path {
  fill: #b4f323;
}
.breadarea__crumb ol li svg.arrow {
  width: 6px;
  display: inline-block;
  margin: 0 0 0 12px;
  transform: translateY(-1px);
}

.site-index .first {
  position: relative;
  z-index: 10;
}
.site-index .first .lg-text {
  text-align: center;
  font-size: 1.72rem;
  font-weight: 700;
}
.site-index .first .fig {
  margin: 2.4rem 0 0;
  background: #f5f5f0;
  padding: 3.2rem;
  text-align: center;
  border-radius: 0.4rem;
}
.site-index .first .fig img {
  width: 80%;
}
.site-index .first .blocks {
  margin: 4rem 0 0;
  background: #f5f5f0;
  border-radius: 0.4rem;
  overflow: hidden;
}
.site-index .first .blocks__fig img {
  width: 100%;
}
.site-index .first .blocks__clum {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 3.2rem;
  gap: 3.2rem;
}
.site-index .first .blocks__clum > * {
  align-self: center;
}
.site-index .first .blocks__clum__dl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.44;
}
.site-index .first .blocks__clum__item dl {
  display: grid;
  grid-template-columns: 10rem 1fr;
  font-size: 1.12rem;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: #e8e8e8 1px solid;
}
.site-index .first .blocks__clum__item dl:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
.site-index .first .blocks__clum__item dl > * {
  align-self: flex-start;
}
.site-index .first .blocks__clum__item dl dt {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 0.72rem;
}
.site-index .first .blocks__clum__item dl dt i {
  font-size: 1.24rem;
  color: #b4f323;
}
.site-index .adddata {
  margin-top: 144px;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .site-index .adddata {
    margin-top: 96px;
  }
}
.site-index .adddata__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  font-weight: 700;
  padding: 20px 56px;
  border-radius: 4px;
  line-height: 1;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (max-width: 1119px) {
  .site-index .adddata__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .site-index .adddata__title {
    font-size: 1.24rem;
    padding: 15px 32px;
  }
}
.site-index .adddata__title:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-16deg);
}
.site-index .adddata__title strong {
  color: #b4f323;
  font-size: 4.8rem;
  display: inline-block;
  margin: 0 12px;
  min-width: 155px;
  min-height: 4.8rem;
}
@media screen and (max-width: 640px) {
  .site-index .adddata__title strong {
    font-size: 2.4rem;
    min-width: 80px;
    min-height: 2.4rem;
    margin: 0 4px;
  }
}
.site-index .adddata__midtitle {
  font-size: 1.66rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: rgb(226.9, 226.9, 226.9) 1px solid;
  padding: 0 2px 12px;
  position: relative;
  margin: 0 0 32px;
}
@media screen and (max-width: 640px) {
  .site-index .adddata__midtitle {
    font-size: 1rem;
    margin: 0 0 16px;
  }
}
.site-index .adddata__midtitle:after {
  content: "";
  width: 88px;
  height: 2px;
  background: #b4f323;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.site-index .adddata__midtitle:before {
  content: attr(data-eng);
  font-size: 2.72rem;
  display: inline-block;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .site-index .adddata__midtitle:before {
    font-size: 1.48rem;
  }
}
.site-index .adddata .areamap {
  background: #FFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 20px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .site-index .adddata .areamap {
    padding: 40px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 640px) {
  .site-index .adddata .areamap {
    padding: 16px;
    padding-top: 56px;
  }
}
.site-index .adddata .areamap__txt {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
  font-size: 1.24rem;
  border-bottom: #222220 2px solid;
}
@media screen and (max-width: 1119px) {
  .site-index .adddata .areamap__txt {
    top: 40px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .site-index .adddata .areamap__txt {
    top: 16px;
    font-size: 0.88rem;
  }
}
.site-index .adddata .areamap__inner {
  width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1119px) {
  .site-index .adddata .areamap__inner {
    display: block;
    width: auto;
  }
}
.site-index .adddata .areamap__inner__pic {
  width: 570px;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .site-index .adddata .areamap__inner__pic {
    width: 100%;
  }
}
.site-index .adddata .areamap__inner__pic .pos {
  pointer-events: none;
  position: absolute;
  width: 353px;
  left: 281px;
  top: 115px;
}
@media screen and (max-width: 1119px) {
  .site-index .adddata .areamap__inner__pic .pos {
    display: none;
  }
}
.site-index .adddata .areamap__inner__pic img {
  width: 100%;
}
.site-index .adddata .areamap__inner__list {
  width: calc(100% - 570px);
  padding: 0 0 0 32px;
  margin: 88px 0 0;
}
@media screen and (max-width: 1119px) {
  .site-index .adddata .areamap__inner__list {
    width: auto;
    padding: 0;
    margin: 32px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .site-index .adddata .areamap__inner__list {
    margin: 16px 0 0;
  }
}
.site-index .adddata .areamap__inner__list li {
  margin: 0 0 18px;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .site-index .adddata .areamap__inner__list li {
    margin: 0 0 12px;
  }
}
.site-index .adddata .areamap__inner__list li:last-child {
  margin: 0;
}
.site-index .adddata .areamap__inner__list li a {
  font-size: 1.24rem;
  background: #b4f323;
  border: #b4f323 2px solid;
  padding: 10px 15px;
  display: block;
  border-radius: 3px;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .site-index .adddata .areamap__inner__list li a {
    font-size: 1.04rem;
  }
}
.site-index .adddata .areamap__inner__list li a:hover {
  background: #FFF;
  color: #b4f323;
}
.site-index .adddata .areamap__inner__list li a small.sml {
  font-size: 0.92rem;
  display: inline-block;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 640px) {
  .site-index .adddata .areamap__inner__list li a small.sml {
    font-size: 0.88rem;
    margin: 0 0 0 4px;
  }
}
@media screen and (max-width: 640px) {
  .site-index .graph .display {
    padding: 0;
  }
}
.site-index .graph .chartbox {
  height: 300px;
  padding: 0 48px 0 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .site-index .graph .chartbox {
    padding: 0;
  }
}
.site-index .graph .chartbox__list {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1119px) {
  .site-index .graph .chartbox__list {
    display: none;
  }
}
.site-index .graph .chartbox__list li {
  margin: 0 0 33px;
  font-size: 1.08rem;
  line-height: 1;
  color: #696969;
}
.site-index .graph .chartbox__list li:last-child {
  margin-bottom: 0;
}
.site-index .graph .chartbox__list li:nth-child(1) {
  padding-left: calc(80px + 3%);
}
.site-index .graph .chartbox__list li:nth-child(2) {
  padding-left: calc(80px + 40%);
}
.site-index .graph .chartbox__list li:nth-child(3) {
  padding-left: calc(80px + 55%);
}
.site-index .graph .chartbox__list li:nth-child(4) {
  padding-left: calc(80px + 71%);
}
.site-index .graph .chartbox__list li:nth-child(5) {
  text-align: right;
}
.site-index .graph #salesChart {
  width: 100%;
}
.site-index .graph .blocks {
  margin: 4rem 0 0;
  background: #f5f5f0;
  border-radius: 0.4rem;
  overflow: hidden;
}
.site-index .second {
  position: relative;
  background: #f3f3f5;
  background: -moz-linear-gradient(top, #f3f3f5 0%, #FFF 100%);
  background: -webkit-linear-gradient(top, #f3f3f5 0%, #FFF 100%);
  background: linear-gradient(to bottom, #f3f3f5 0%, #FFF 100%);
}
.site-index .second .guide {
  position: relative;
  padding: 0 5.6vw;
  z-index: 3;
}
.site-index .second .guide__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-index .second .guide__list {
    display: block;
  }
}
.site-index .second .guide__list li {
  width: calc(33.3% - 24px);
  height: auto;
}
@media screen and (max-width: 640px) {
  .site-index .second .guide__list li {
    width: auto;
    margin: 0 0 8px;
  }
  .site-index .second .guide__list li:last-child {
    margin-bottom: 0;
  }
}
.site-index .second .guide__list li a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  background: #FFF;
  color: #222220;
}
@media screen and (max-width: 640px) {
  .site-index .second .guide__list li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  .site-index .second .guide__list li figure {
    width: 120px;
  }
}
.site-index .second .guide__list li figure img {
  width: 100%;
}
.site-index .second .guide__list li h3 {
  padding: 20px 24px;
  padding-right: 40px;
  font-size: 1.12rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-index .second .guide__list li h3 {
    padding: 0 0 0 24px;
    width: calc(100% - 120px);
  }
}
.site-index .second .guide__list li h3 svg {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #b4f323;
}
.site-index .second .reel {
  margin: 40px 0 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .site-index .second .reel {
    margin: 24px 0 0;
  }
}
.site-index .third {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  border: #FFF 40px solid;
}
@media screen and (max-width: 640px) {
  .site-index .third {
    border-width: 10px;
  }
}
.site-index .third__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.site-index .third__box__min {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(40px);
  opacity: 0.4;
  pointer-events: none;
}
.site-index .third .video {
  width: 60vmax;
  height: 33.75vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  box-shadow: 8px 8px 24px rgba(34, 34, 32, 0.32);
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .site-index .third .video {
    width: 72vw;
    height: 72vh;
    object-fit: cover;
  }
}
.site-index .third .context {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  color: #FFF;
  text-shadow: 0 0 32px rgba(34, 34, 32, 0.32);
  font-size: 1.48rem;
  border-radius: 999px;
  z-index: 2;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .site-index .third .context {
    font-size: 12px;
    bottom: 32px;
  }
}
.site-index .tabs__top {
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 24px;
  border-bottom: #e8e8e8 1px solid;
}
@media screen and (max-width: 640px) {
  .site-index .tabs__top {
    padding: 0;
    border: none;
  }
}
.site-index .tabs__top:before {
  content: "";
  width: 88px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #b4f323;
}
@media screen and (max-width: 640px) {
  .site-index .tabs__top:before {
    display: none;
  }
}
.site-index .tabs__top__title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}
.site-index .tabs__top__title:before {
  content: attr(data-eng);
  font-size: 2.4rem;
  margin: 0 20px 0 0;
}
.site-index .tabs__top__tab {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-index .tabs__top__tab {
    position: relative;
    right: auto;
    bottom: auto;
    justify-content: flex-start;
    margin: 12px 0 0;
  }
}
.site-index .tabs__top__tab li {
  background: #e8e8e8;
  padding: 12px 20px;
  font-size: 0.92rem;
  margin: 0 0 0 1px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .site-index .tabs__top__tab li {
    padding: 8px 12px;
    font-size: 0.88rem;
  }
}
.site-index .tabs__top__tab li.active, .site-index .tabs__top__tab li:hover {
  background: #b4f323;
  color: #FFF;
}
.site-index .tabs__top__tab li:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
}
@media screen and (max-width: 640px) {
  .site-index .tabs__top__tab li:first-child {
    border-radius: 0;
  }
}
.site-index .tabs__top__tab li:last-child {
  border-top-right-radius: 4px;
}
@media screen and (max-width: 640px) {
  .site-index .tabs__top__tab li:last-child {
    border-radius: 0;
  }
}
.site-index .tabs__box.invisible {
  display: none !important;
}
.site-index .tabs__box__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-index .tabs__box__list {
    display: block;
  }
}
.site-index .tabs__box__list li {
  width: calc(50% - 12px);
  margin: 24px 0 0;
}
@media screen and (max-width: 640px) {
  .site-index .tabs__box__list li {
    width: auto;
    margin: 0 0 12px;
  }
  .site-index .tabs__box__list li:last-child {
    margin: 0;
  }
}
.site-index .tabs__box__list li:nth-child(-n+2) {
  margin-top: 0;
}
.site-index .tabs__box__list li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f5;
  color: #222220;
  padding: 16px;
  padding-right: 72px;
  line-height: 1.5;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-index .tabs__box__list li a {
    padding-right: 56px;
  }
}
.site-index .tabs__box__list li a > figure {
  width: 120px;
  height: 90px;
}
@media screen and (max-width: 640px) {
  .site-index .tabs__box__list li a > figure {
    width: 100px;
    height: 75px;
  }
}
.site-index .tabs__box__list li a > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.site-index .tabs__box__list li a > dl {
  width: calc(100% - 120px);
  padding: 0 0 0 24px;
}
@media screen and (max-width: 640px) {
  .site-index .tabs__box__list li a > dl {
    width: calc(100% - 100px);
    padding: 0 0 0 20px;
  }
}
.site-index .tabs__box__list li a > dl dt {
  background: #7ec549;
  color: #FFF;
  font-size: 0.88rem;
  display: inline-block;
  vertical-align: bottom;
  padding: 3px 16px;
  margin: 0 0 6px;
}
.site-index .tabs__box__list li a > dl dd {
  font-size: 1.16rem;
  font-weight: 700;
}
@media screen and (max-width: 1119px) {
  .site-index .tabs__box__list li a > dl dd {
    font-size: 1.12rem;
  }
}
@media screen and (max-width: 640px) {
  .site-index .tabs__box__list li a > dl dd {
    font-size: 1.04rem;
  }
}
.site-index .tabs__box__list li a .arrow {
  background: #FFF;
  color: #b4f323;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 16px rgba(34, 34, 32, 0.06);
}
@media screen and (max-width: 640px) {
  .site-index .tabs__box__list li a .arrow {
    width: 32px;
    height: 32px;
  }
  .site-index .tabs__box__list li a .arrow svg {
    display: inline-block;
    transform: scale(0.88);
  }
}
.site-index .recruit {
  margin: 124px 0 0;
  border-top: #f3f3f5 24px solid;
  border-bottom: #f3f3f5 24px solid;
}
@media screen and (max-width: 640px) {
  .site-index .recruit {
    margin: 48px 0 0;
    border: none;
    border-top: #e8e8e8 1px solid;
  }
}
.site-index .recruit.nop {
  margin-top: 0;
}
.site-index .recruit__slides {
  position: relative;
}
.site-index .recruit__slides .swiper-wrapper {
  transition-timing-function: linear;
  pointer-events: none;
}
.site-index .recruit__slides .swiper-wrapper .swiper-slide {
  width: auto;
  height: 350px;
}
@media screen and (max-width: 640px) {
  .site-index .recruit__slides .swiper-wrapper .swiper-slide {
    height: 160px;
  }
}
.site-index .recruit__slides .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.site-index .recruit__slides__data {
  position: absolute;
  top: 0;
  left: 50%;
  width: 500px;
  height: 100%;
  transform: translateX(-50%);
  background: #f3f3f5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .site-index .recruit__slides__data {
    position: relative;
    width: auto;
    transform: translate(0, 0);
    left: 0;
  }
}
.site-index .recruit__slides__data__box {
  padding: 32px 56px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-index .recruit__slides__data__box {
    padding: 24px;
  }
}
.site-index .recruit__slides__data__box h3 {
  font-size: 1.32rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .site-index .recruit__slides__data__box h3 {
    font-size: 1.08rem;
  }
}
.site-index .recruit__slides__data__box h3:before {
  content: attr(data-eng);
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  display: block;
  margin: 0 0 8px;
}
@media screen and (max-width: 640px) {
  .site-index .recruit__slides__data__box h3:before {
    font-size: 2rem;
  }
}
.site-index .recruit__slides__data__box dl {
  margin: 24px 0 0;
}
.site-index .recruit__slides__data__box dl dt {
  font-size: 1.24rem;
  line-height: 1.66;
}
@media screen and (max-width: 640px) {
  .site-index .recruit__slides__data__box dl dt {
    font-size: 1.08rem;
  }
}
.site-index .gmap {
  position: relative;
  background: #f3f3f5;
}
.site-index .gmap iframe {
  width: 100%;
  height: 400px;
  vertical-align: bottom;
  filter: grayscale(1) contrast(1.1);
  border-radius: 4px;
}

.site-index .firstview {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1119px) {
  .site-index .firstview {
    max-height: calc(var(--vh, 1vh) * 100);
  }
}
.site-index .firstview:before {
  content: "";
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.site-index .firstview.active .firstview__title {
  opacity: 1;
}
.site-index .firstview__slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.site-index .firstview__slides .swiper-slide {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.site-index .firstview__slides .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.site-index .firstview__slides .swiper-slide-active img,
.site-index .firstview__slides .swiper-slide-duplicate-active img,
.site-index .firstview__slides .swiper-slide-prev img {
  animation: zoomUp 14s linear forwards;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.site-index .firstview__title {
  margin: -80px 0 0 7.2vw;
  position: relative;
  z-index: 10;
  transition: opacity 1200ms 800ms cubic-bezier(0.65, 0, 0.35, 1);
  color: #FFF;
  text-shadow: 0 0 24px rgba(34, 34, 32, 0.4);
  opacity: 0;
}
.site-index .firstview__title__eng {
  font-weight: 700;
  line-height: 1;
  font-size: 6.4rem;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .site-index .firstview__title__eng {
    font-size: 3.2rem;
    line-height: 1.12;
  }
}
.site-index .firstview__title__eng .sml {
  font-size: 2.8rem;
  text-transform: none;
  letter-spacing: 0.12em;
  display: block;
  text-indent: 0.24em;
  margin: 0 0 20px;
  color: #b4f323;
}
@media screen and (max-width: 640px) {
  .site-index .firstview__title__eng .sml {
    font-size: 1.6rem;
  }
}
.site-index .firstview__title h1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 16px 0 0;
  border-bottom: #FFF 2px solid;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .site-index .firstview__title h1 {
    font-size: 1rem;
  }
}
.site-index .firstview__info {
  position: absolute;
  left: 4vw;
  bottom: 100px;
  background: rgba(180, 243, 35, 0.96);
  color: #FFF;
  max-width: 560px;
  padding: 20px 32px;
  padding-left: 64px;
  border-radius: 4px;
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  box-shadow: 6px 6px 32px rgba(34, 34, 32, 0.16);
}
@media screen and (max-width: 640px) {
  .site-index .firstview__info {
    max-width: 100%;
    width: calc(100% - 8vw);
  }
}
.site-index .firstview__info i {
  color: #FFF;
  font-size: 1.24rem;
  position: absolute;
  top: 48%;
  left: 32px;
  transform: translateY(-50%);
}
.site-index .firstview__info time {
  width: 96px;
}
.site-index .firstview__info h2 {
  width: calc(100% - 96px);
  padding: 0 0 0 20px;
  border-left: rgba(255, 255, 255, 0.62) 1px dotted;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.site-index .firstview__scroll {
  position: absolute;
  right: 4.2vw;
  bottom: 100px;
  z-index: 2;
  background: #FFF;
  color: #b4f323;
  width: 64px;
  height: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 6px 6px 32px rgba(34, 34, 32, 0.16);
}
@media screen and (max-width: 640px) {
  .site-index .firstview__scroll {
    display: none;
  }
}
.site-index .firstview__scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.3);
  border: #FFF 1px solid;
  animation: blurout 1200ms cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@keyframes blurout {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.site-index .firstview__scroll svg {
  transform: scale(1.2) rotate(90deg);
}
.site-index .firstview__clone {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #FFF;
}
.site-index .firstview__list {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #FFF;
  border-bottom: #e8e8e8 1px solid;
}
.site-index .firstview__list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 640px) {
  .site-index .firstview__list ul {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .site-index .firstview__list ul li:first-child {
    order: 3;
    border-top: #e8e8e8 1px solid;
    border-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .site-index .firstview__list ul li {
    border: none;
    border-bottom: #e8e8e8 1px solid;
  }
}
@media screen and (max-width: 640px) {
  .site-index .firstview__list ul li:last-of-type {
    border: none;
  }
}
.site-index .firstview__list ul li figure,
.site-index .firstview__list ul li a {
  padding: 16px 0;
  display: block;
  text-align: center;
  height: 80px;
}
@media screen and (max-width: 1119px) {
  .site-index .firstview__list ul li figure,
  .site-index .firstview__list ul li a {
    height: 64px;
    padding: 12px 0;
  }
}
.site-index .firstview__list ul li figure img,
.site-index .firstview__list ul li a img {
  width: 90%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.site-index .firstview__list ul li figure img.m,
.site-index .firstview__list ul li a img.m {
  width: 70%;
}

.site-company .por,
.site-company section {
  position: relative;
}
.site-company .por .sec-bg,
.site-company section .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.site-company .por .sec-bg figure,
.site-company section .sec-bg figure {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}
.site-company .por .sec-bg figure img,
.site-company section .sec-bg figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-company .message__box {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(90%) blur(20px);
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 3.2rem;
  border-radius: 1.6rem;
  gap: 3.2rem;
}
.site-company .message__box figure {
  width: 16rem;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0.8rem 0.8rem 1.2rem rgba(34, 34, 32, 0.12);
}
.site-company .message__box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-company .message__box dl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding-top: 0.4rem;
}
.site-company .message__box dl dt {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 1.6rem;
  color: #a88c39;
  border-bottom: #a88c39 2px solid;
}
.site-company .message__box dl dd {
  font-size: 1.2rem;
  margin: 1.6rem 0 0;
}
.site-company .message__box dl dd:first-of-type {
  margin: 0;
}
.site-company .vision {
  background: rgba(34, 34, 32, 0.8);
  color: #FFF;
}
.site-company .vision .box {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.32rem;
  padding: 3.2rem;
  border-radius: 1rem;
  color: #222220;
  background: #FFF;
  text-align: center;
}
.site-company .vision .box.mini {
  padding: 2rem;
}
.site-company .vision .box.mini dt {
  font-size: 2rem;
  border-bottom: #222220 1px solid;
  padding: 0 0 1.6rem;
  margin: 0 0 1.44rem;
}
.site-company .vision .box.mini dt:after {
  content: attr(data-eng);
  font-size: 0.88rem;
  line-height: 1;
  display: block;
}
.site-company .vision .box.mini dd {
  font-size: 0.96rem;
  text-align: left;
}
.site-company .vision .three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0 0;
}
.site-company .about {
  background: rgba(34, 34, 32, 0.32);
  color: #FFF;
}
.site-company .about .tables table {
  width: 100%;
  background: rgba(34, 34, 32, 0.8);
  color: #FFF;
  border-radius: 0.4rem;
  overflow: hidden;
}
.site-company .about .tables table tbody tr, .site-company .about .tables table thead tr {
  border-bottom: #b4f323 1px solid;
}
.site-company .about .tables table tbody tr:last-child, .site-company .about .tables table thead tr:last-child {
  border-bottom: none;
}
.site-company .about .tables table tbody tr th, .site-company .about .tables table tbody tr td, .site-company .about .tables table thead tr th, .site-company .about .tables table thead tr td {
  font-size: 1.12rem;
  vertical-align: middle;
  padding: 1.6rem;
}
.site-company .about .tables table tbody tr th, .site-company .about .tables table thead tr th {
  width: 25%;
  border-right: #b4f323 1px solid;
}
.site-company .access {
  background: rgba(34, 34, 32, 0.8);
  color: #FFF;
}
.site-company .access .three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.site-company .access .three li {
  background: rgba(34, 34, 32, 0.8);
  padding: 2rem;
  padding-bottom: 8rem;
  position: relative;
  border: #b4f323 1px solid;
  box-shadow: 0 0 1.6rem rgba(180, 243, 35, 0.4);
}
.site-company .access .three li iframe {
  width: 100%;
  height: 14rem;
  background: rgba(255, 255, 255, 0.12);
}
.site-company .access .three li dl {
  font-size: 1.04rem;
  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 {
  width: 100%;
  background: #b4f323;
  color: #222220;
}
.site-company .access .three li .btnarea a:hover {
  background: #FFF;
}
.site-company .history {
  background: rgba(34, 34, 32, 0.9);
}
.site-company .history .display {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.site-company .history__box {
  width: 40%;
  position: sticky;
  top: 10rem;
  left: 0;
  color: #FFF;
  height: 100%;
}
.site-company .history__box h2 {
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0 0 1.2rem;
}
.site-company .history__box #historySlides figure {
  height: 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 {
  top: auto;
  bottom: 0.4rem;
  left: auto;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: #b4f323 1px solid;
  border-radius: 0.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.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;
}
.site-company .history__list__line {
  content: "";
  width: 1px;
  height: 0;
  background: #FFF;
  position: absolute;
  top: 0.32rem;
  left: 17rem;
  opacity: 0.6;
}
.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;
}
.site-company .history__list dl dd {
  padding: 0 0 0 5rem;
  position: relative;
}
.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;
}

/*
.site-company{
	.first{
		position: relative;
    &.gray{
      background: darken($gray, 4%) !important;
    }
		.ceo{
      background: $gray;
			@include flex();
      align-items: flex-start;
      padding: 64px;
      @media screen and (max-width: $tab){
        display: block;
      }
      @media screen and (max-width: $phone){
        padding: 32px 16px;
      }
      img{
        width: 100%;
      }
      &__message{
        width: calc(100% - 300px);
        padding-left: 64px;
        background: $gray;
        @include flex();
        align-items: center;
        @media screen and (max-width: $tab){
          width: auto;
          display: block;
          padding-left: 0;
        }
        &__box{
          width: 100%;
          @media screen and (max-width: $tab){
            padding: 32px 0 0;
          }
          @media screen and (max-width: $phone){
            padding: 24px 8px 0;
          }
          dl{
             padding: 16px 0;
            dt{
              @include min();
              font-size: 2.66rem;
              line-height: 1;
              margin: 0 0 32px;
              @media screen and (max-width: $phone){
                font-size: 2rem;
                margin: 0 0 20px;
              }
            }
            dd{
              font-size: 1.12rem;
              line-height: 1.8;
              margin: 24px 0 0;
              @media screen and (max-width: $phone){
                font-size: 1.08rem;
                margin: 16px 0 0;
              }
              strong{
                font-weight: 700;
              }
              &:first-of-type{
                margin: 0;
              }
            }
          }
          figure{
            width: 280px;
            margin-left: auto;
            @media screen and (max-width: $phone){
              width: 200px;
            }
            img{
              width: 100%;
            }
          }
        }
      }
      &__human{
        width: 300px;
        @media screen and (max-width: $tab){
          margin: 0 auto;
        }
        @media screen and (max-width: $phone){
          width: 240px;
        }
      }
		}
		.slogan{
			text-align: center;
			@include min();
			line-height: 1;
			background: #FFF;
			background-size: 800px;
			padding: 48px;
			@media screen and (max-width: $phone){
				padding: 24px;	
			}
			&__date{
				font-size: 20px;
				font-weight: 500;
				margin: 0 0 28px;
				letter-spacing: .08em;
				position: relative;
				@media screen and (max-width: $phone){
					font-size: 18px;
					margin: 0 0 16px;
				}
				.inlineb{
					display: inline-block;
					padding: 0 48px;
					position: relative;
					@media screen and (max-width: $phone){
						padding: 0 32px;	
					}
					&:before,
					&:after{
						content: '';
						width: 32px;
						height: 1px;
						background: $normal;
						position: absolute;
						top: 50%;
						left: 0;
						transform: translateY(-50%);
						@media screen and (max-width: $phone){
							width: 24px;	
						}
					}
					&:after{
						left: auto;
						right: 0;
					}
				}
			}
			h2{
				font-size: 88px;
        font-weight: 700;
				margin: 0 0 16px;
				display: inline-block;
				@media screen and (max-width: $phone){
					font-size: 48px;
					margin: 0 0 16px;
				}
				&:before,
				&:after{
					display: inline-block;
					opacity: .16;
				}
				&:before{
					content: '“';
					margin: 0 8px 0 0;
				}
				&:after{
					content: '”';
					margin: 0 0 0 8px;
				}
			}
			&__txt{
				font-size: 1.44rem;
        line-height: 1.6;
				@media screen and (max-width: $phone){
					font-size: 14px;	
				}
			}
		}
	}

	.company{
		font-size: 15.5px;
		@media screen and (max-width: $phone){
			font-size: 14px;	
		}
		.logo{
			@include flex();
			align-items: center;
			justify-content: flex-start;
			&.mb{
				margin: 0 0 8px;
			}
			img{
				width: 280px;
				@media screen and (max-width: $phone){
					width: 180px;	
				}
			}
			.circlelink{
				display: inline-block;
				margin: 0 0 0 20px;
				$size: 40px;
				width: $size;
				height: $size;
				@include flex();
				align-items: center;
				justify-content: center;
				background: $gray;
				color: $normal;
				border-radius: 50%;
				&:hover{
					transform: scale(1.2);
					color: $main;
				}
			}
		}
		.map{
			display: inline-block;
			padding: 8px 40px;
			background: $gray;
			border-radius: 999px;
			margin: 16px 0 0;
			color: $normal;
			&:hover{
				background: $main;
				color: #FFF;
				i{
					color: #fff;
				}
			}
			i{
				color: $main;
				display: inline-block;
				margin: 0 8px 0 0;
			}
		}
	}

	.access{
		&__list{
			li{
				margin: 0 0 48px;
				padding: 0 0 48px;
				border-bottom: $border 1px solid;
				position: relative;
				@include flex();
				@media screen and (max-width: $tab){
					margin: 0 0 24px;
					padding: 0 0 24px;
				}
				@media screen and (max-width: $phone){
					padding: 0 0 15px;	
					margin: 0 0 15px;
					display: block;
				}
				&:last-child{
					margin: 0;
					padding: 0;
					border: none;
				}
			}
      .pos{
        position: absolute;
        top: -80px;
        left: 0;
        pointer-events: none;
      }
			&__target{
				position: absolute;
        top: 0;
				left: 0;
				pointer-events: none;
			}
			&__map{
				width: 640px;
				height: 350px;
				overflow: hidden;
				@media screen and (max-width: $tab){
					width: 320px;
					height: 200px;
				}
				@media screen and (max-width: $phone){
					width: 100%;
					height: 180px;
				}
				iframe{
					width: 100%;
					height: calc(350px + 400px);
					vertical-align: bottom;
					transform: translateY(-200px);
					@media screen and (max-width: $tab){
						height: calc(200px + 400px);
					}
					@media screen and (max-width: $phone){
						height: calc(180px + 400px);
					}
				}
			}
			&__data{
				width: calc(100% - 640px);
				padding: 0 0 0 48px;
				@media screen and (max-width: $tab){
					width: calc(100% - 320px);
					padding: 0 0 0 32px;
				}
				@media screen and (max-width: $phone){
					width: auto;
					padding: 16px 0 0;
				}
        figure{
          margin: 0 0 24px;
          img{
            max-width: 320px;
            @media screen and (max-width: $phone){
              max-width: 240px;
            }
          }
        }
				dl,
				&__addr{
					font-size: 16px;
					@media screen and (max-width: $phone){
						font-size: 15px;	
					}
				}
				dl{
					dt{
						margin: 0 0 12px;
					}
					dd{
						background: $gray;
						padding: 15px;
						font-size: 14px;
					}
				}
			}
		}
	}

	.history{
		&__list{
			position: relative;
			&:before{
				content: '';
				width: 3px;
        height: calc(100% - 8px);
				background: $main;
				position: absolute;
				border-radius: 999px;
				top: 8px;
				left: 258px;
				transform: translateX(-50%);
				z-index: 3;
				@media screen and (max-width: $phone){
					left: 8px;	
				}
			}
			&__item{
				@include flex();
				justify-content: flex-start;
				margin: 0 0 32px;
				padding: 0 0 32px;
				border-bottom: $border 1px solid;
				position: relative;
        opacity: 0;
        transform: scale(.9) translateY(24px);
        transition: all 400ms $ease;
        transition-property: opacity, transform;
        &.active{
          transform: translate(0, 0);
          opacity: 1;
        }
				@media screen and (max-width: $phone){
					display: block;
					margin: 0 0 15px;
					padding: 0 0 15px;
					padding-left: 40px;
				}
				&:before{
					content: '';
					width: 16px;
					height: 16px;
					background: $main;
					border-radius: 50%;
					position: absolute;
					top: 7px;
					left: 250px;
					@media screen and (max-width: $phone){
						left: 0;	
					}
				}
				&:last-child{
					margin-bottom: 0;
					padding-bottom: 0;
					border: none;
				}
				h4{
					width: 400px;
					font-weight: 700;
					font-size: 1.26rem;
					@media screen and (max-width: $phone){
						width: auto;	
					}
				}
				&__box{
					width: calc(100% - 400px);
					@media screen and (max-width: $phone){
						width: auto;
						margin: 12px 0 0;
					}
					.str,
					dl{
						margin: 20px 0 0;
						@media screen and (max-width: $phone){
							margin: 15px 0 0;	
						}
						&.mb{
							margin-bottom: 20px;
							@media screen and (max-width: $phone){
								margin-bottom: 15px;	
							}
						}
						&:first-of-type{
							margin-top: 0;
						}
						dd{
							margin: 20px 0 0;
							@media screen and (max-width: $phone){
								margin: 15px 0 0;	
							}
							&:first-of-type{
								margin: 0;
							}
						}
						ul{
							@include flex();
							justify-content: flex-start;
							li{
								height: 190px;
								margin: 0 20px 0 0;
								@media screen and (max-width: $tab){
									margin: 8px 8px 0 0;
								}
								@media screen and (max-width: $phone){
									height: 120px;
									margin: 7px 15px 0 0;
								}
								&:last-child{
									margin: 0;
									@media screen and (max-width: $tab){
										margin: 8px 8px 0 0;
									}
									@media screen and (max-width: $phone){
										margin: 7px 15px 0 0;	
									}
								}
								img{
									height: 100%;
									@media screen and (max-width: $phone){
										max-width: 100%;	
									}
								}
							}
						}
					}
					.str,
					dt{
						font-weight: 700;
						font-size: 16px;
					}
				}
			}
		}
	}

	.vision{
		&__context{
			text-align: center;
			@include min();
			font-size: 1.32rem;
      font-weight: 700;
			margin: 40px 0 0;
			line-height: 2;
			background: #FFF;
			border: $gray 10px solid;
			padding: 48px;
			@media screen and (max-width: $tab){
				padding: 24px;
				margin: 24px 0 0;
				font-size: 16px;
			}
			@media screen and (max-width: $phone){
				border-width: 4px;
				padding: 0;
				font-size: 13px;
				border: none;
			}
		}
		&__box{
			@include flex();
			margin: 40px 0 0;
			@media screen and (max-width: $tab){
				margin: 24px 0 0;
			}
			@media screen and (max-width: $phone){
				display: block;	
			}
		}
		&__message{
			width: 31.5%;
			background: $gray;
			padding: 24px;
			padding-top: 32px;
			@media screen and (max-width: $tab){
				padding: 16px;
			}
			@media screen and (max-width: $phone){
				width: auto;
				margin: 0 0 15px;
				&:last-child{
					margin: 0;
				}
			}
			dt{
				text-align: center;
				font-weight: 700;
				font-size: 1.56rem;
				line-height: 1;
				letter-spacing: .08em;
				@media screen and (max-width: $tab){
					font-size: 20px;
				}
				@media screen and (max-width: $phone){
					text-align: center;	
				}
				&:before{
					content: attr(data-eng);
					color: $main;
					font-size: .72rem;
          font-weight: 400;
					display: block;
					margin: 0 0 12px;
				}
			}
			dd{
				margin: 24px 0 0;
				padding: 16px 20px 0;
				border-top: #FFF 3px solid;
				text-align: center;
				@media screen and (max-width: $phone){
					margin: 12px 0 0;
					padding: 8px 0 0;
				}
			}
		}
	}

	.centerbox{
		@include flex();
		justify-content: center;
    dl.job{
      @include flex();
      dt{
        width: 160px;
      }
      dd{
        width: calc(100% - 160px);
      }
    }
    figure.maker{
      width: 240px;
      margin: 0 0 16px;
      &:last-of-type{
        margin-bottom: 0;
      }
      img{
        width: 100%;
      }
    }
    figure.company{
      width: 240px;
      margin: 24px 0 12px;
      &:first-of-type{
        margin-top: 0;
      }
      img{
        width: 100%;
      }
    }
		@media screen and (max-width: $phone){
			display: block;	
			display: block;	
		}
		&__item{
			width: 520px;
			text-align: left;
			@media screen and (max-width: $tab){
				width: 320px;	
			}
			@media screen and (max-width: $phone){
				width: auto;	
			}
		}
	}
  .recruit-mod{
    position: relative;
    background: $normal;
    @include flex();
    align-items: center;
    justify-content: flex-end;
    padding: 88px 0;
    @media screen and (max-width: $tab){
      display: block;	
    }
    @media screen and (max-width: $phone){
      padding-top: 0 !important;	
    }
    &__bg{
      width: 56%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center;
      @media screen and (max-width: $tab){
        width: 100%;
        height: 400px;
        position: relative;
      }
      @media screen and (max-width: $phone){
        height: auto;
        padding-top: 40%;
      }
    }
    &__content{
      width: 44%;
      padding: 0 40px;
      @media screen and (max-width: $tab){
        width: auto;
        padding: 32px 0 0;
        width: 80%;
        margin: 0 auto;
        text-align: center;
      }
      @media screen and (max-width: $phone){
        width: auto;
        padding: 24px 15px 0;
      }
      dl{
        max-width: 640px;
        padding: 0 40px;
        color: $border;
        @media screen and (max-width: $tab){
          max-width: 100%;
          padding: 0;
        }
        dt{
          font-size: 36px;
          line-height: 1;
          margin: 0 0 16px;
          padding: 0 0 20px;
          border-bottom: rgba(#FFF,.08) 1px solid;
          @media screen and (max-width: $phone){
            font-size: 28px;	
          }
          &:before{
            content: attr(data-eng);
            color: $main;
            font-size: 12px;
            letter-spacing: .08em;
            margin: 0 0 6px;
            display: block;
          }
        }
        dd{
          text-align: justify;
          @media screen and (max-width: $tab){
            text-align: center;	
          }
          @media screen and (max-width: $phone){
            text-align: justify;
          }
        }
      }
    }
  }
}

*/
@media screen and (max-width: 640px) {
  .site-business {
    overflow: hidden;
  }
}
.site-business .site-module .b-title {
  font-size: 2.12rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-business .site-module .b-title {
    font-size: 1.4rem;
  }
}
.site-business .site-module .b-title:after {
  content: attr(data-eng);
  color: #b4f323;
  font-size: 0.92rem;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0 32px;
}
.site-business .context {
  text-align: center;
  margin: 0 0 56px;
}
@media screen and (max-width: 640px) {
  .site-business .context {
    margin: 0 16px 32px;
  }
}
.site-business .context dt {
  font-size: 1.56rem;
  font-weight: 700;
  margin: 0 0 12px;
}
@media screen and (max-width: 640px) {
  .site-business .context dt {
    font-size: 1.24rem;
  }
}
.site-business .context dd {
  font-size: 1.12rem;
}
@media screen and (max-width: 640px) {
  .site-business .context dd {
    font-size: 1.04rem;
  }
}
.site-business .pics {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0 -24px;
}
@media screen and (max-width: 640px) {
  .site-business .pics {
    margin: 0;
    justify-content: space-between;
  }
}
.site-business .pics.mb {
  margin-bottom: 56px;
}
.site-business .pics.mt {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .site-business .pics.mt {
    margin-top: 24px;
  }
}
.site-business .pics li {
  padding: 0 0 0 24px;
  margin: 40px 0 0;
  width: 25%;
  opacity: 0;
  transform: translateY(10%);
  transition: all 600ms cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: opacity, transform;
}
@media screen and (max-width: 1119px) {
  .site-business .pics li {
    width: 33.3%;
  }
}
@media screen and (max-width: 640px) {
  .site-business .pics li {
    width: calc(50% - 6px);
    padding: 0;
    margin: 20px 0 0;
  }
}
.site-business .pics li:nth-child(1) {
  transition-delay: 80ms;
}
.site-business .pics li:nth-child(2) {
  transition-delay: 160ms;
}
.site-business .pics li:nth-child(3) {
  transition-delay: 240ms;
}
.site-business .pics li:nth-child(4) {
  transition-delay: 320ms;
}
.site-business .pics li:nth-child(5) {
  transition-delay: 400ms;
}
.site-business .pics li:nth-child(6) {
  transition-delay: 480ms;
}
.site-business .pics li:nth-child(7) {
  transition-delay: 560ms;
}
.site-business .pics li:nth-child(8) {
  transition-delay: 640ms;
}
.site-business .pics li:nth-child(9) {
  transition-delay: 720ms;
}
.site-business .pics li:nth-child(10) {
  transition-delay: 800ms;
}
.site-business .pics li:nth-child(11) {
  transition-delay: 880ms;
}
.site-business .pics li:nth-child(12) {
  transition-delay: 960ms;
}
.site-business .pics li:nth-child(13) {
  transition-delay: 1040ms;
}
.site-business .pics li:nth-child(14) {
  transition-delay: 1120ms;
}
.site-business .pics li:nth-child(15) {
  transition-delay: 1200ms;
}
.site-business .pics li:nth-child(16) {
  transition-delay: 1280ms;
}
.site-business .pics li:nth-child(17) {
  transition-delay: 1360ms;
}
.site-business .pics li:nth-child(18) {
  transition-delay: 1440ms;
}
.site-business .pics li:nth-child(19) {
  transition-delay: 1520ms;
}
.site-business .pics li:nth-child(20) {
  transition-delay: 1600ms;
}
.site-business .pics li.active {
  transform: translate(0, 0);
  opacity: 1;
}
.site-business .pics li:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 1119px) {
  .site-business .pics li:nth-child(-n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .site-business .pics li:nth-child(-n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1119px) {
  .site-business .pics li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .site-business .pics li:nth-child(-n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .site-business .pics li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
.site-business .pics li figure img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}
@media screen and (max-width: 1119px) {
  .site-business .pics li figure img {
    height: 18vw;
  }
}
@media screen and (max-width: 640px) {
  .site-business .pics li figure img {
    height: 27vw;
  }
}
.site-business .pics li figure figcaption {
  margin: 12px 0 0;
  font-size: 1.08rem;
}
@media screen and (max-width: 640px) {
  .site-business .pics li figure figcaption {
    font-size: 0.96rem;
  }
}
.site-business .pics li.dammy.active {
  opacity: 0.8;
}
.site-business .pics li.dammy.active:last-child {
  opacity: 0.5;
}
.site-business .pics li.dammy:before {
  content: "";
  height: 220px;
  display: block;
  background: #f3f3f5;
  border-radius: 2px;
}
.site-business .appclum {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 56px;
}
@media screen and (max-width: 1119px) {
  .site-business .appclum {
    display: block;
  }
}
.site-business .appclum__pic {
  width: 600px;
  padding: 32px 24px;
  border: #e8e8e8 1px solid;
  border-radius: 4px;
}
@media screen and (max-width: 1119px) {
  .site-business .appclum__pic {
    width: auto;
  }
}
.site-business .appclum__pic img {
  width: 100%;
}
.site-business .appclum__data {
  width: calc(100% - 600px);
  padding: 0 0 0 32px;
}
@media screen and (max-width: 1119px) {
  .site-business .appclum__data {
    width: auto;
    padding: 32px 0 0;
  }
}
.site-business .appclum__data > dl {
  background: #f3f3f5;
  padding: 24px;
  margin: 24px 0 0;
  border-radius: 4px;
}
.site-business .appclum__data > dl:first-of-type {
  margin-top: 0;
}
.site-business .appclum__data > dl dt {
  font-size: 1.44rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 20px;
}
.site-business .appclum__data > dl dd {
  position: relative;
  font-size: 1.04rem;
  padding: 0 0 12px 24px;
  margin: 0 0 12px;
  border-bottom: rgba(34, 34, 32, 0.12) 1px dashed;
}
.site-business .appclum__data > dl dd:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.site-business .appclum__data > dl dd i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #b4f323;
}
.site-business .mapclum {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-business .mapclum {
    display: block;
  }
}
.site-business .mapclum__pic {
  width: calc(50% - 8px);
  height: 400px;
  border: #e8e8e8 1px solid;
  border-radius: 4px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .site-business .mapclum__pic {
    width: auto;
    height: calc((100vw - 32px) / 16 * 9);
    margin: 0 0 24px;
  }
  .site-business .mapclum__pic:last-child {
    margin: 0;
  }
}
.site-business .mapclum__pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.site-business .mapclum__pic figcaption {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 24px;
  background: #222220;
  color: #FFF;
  border-bottom-left-radius: 4px;
}
@media screen and (max-width: 640px) {
  .site-business .mapclum__pic figcaption {
    padding: 4px 16px;
    font-size: 0.8rem;
  }
}
.site-business .fatitle {
  background: #f3f3f5;
  padding: 16px 24px;
  border-left: #b4f323 2px solid;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .site-business .fatitle {
    display: block;
    line-height: 1.5;
  }
}
.site-business .fatitle.mb {
  margin-bottom: 24px;
}
.site-business .fatitle h4 {
  font-size: 1.56rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-business .fatitle h4 {
    font-size: 1.24rem;
  }
}
.site-business .fatitle .maker {
  font-size: 1.24rem;
}
@media screen and (max-width: 640px) {
  .site-business .fatitle .maker {
    font-size: 1rem;
  }
}
.site-business .fatitle .maker:before {
  content: "メーカー / ";
}
.site-business .fabox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 96px;
}
@media screen and (max-width: 1119px) {
  .site-business .fabox {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .site-business .fabox {
    margin: 0 0 40px;
  }
}
.site-business .fabox.mb {
  margin: 0 0 24px;
}
.site-business .fabox.mb0 {
  margin: 0;
}
.site-business .fabox li {
  width: calc(50% - 12px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f5;
  padding: 20px;
  margin: 24px 0 0;
  position: relative;
  opacity: 0;
  transform: translateY(10%) scale(1.1);
  transition: all 600ms cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: opacity, transform;
}
@media screen and (max-width: 1119px) {
  .site-business .fabox li {
    width: auto;
    padding: 16px;
    align-items: flex-start;
  }
}
.site-business .fabox li.active {
  transform: translate(0, 0);
  opacity: 1;
}
.site-business .fabox li figure {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 640px) {
  .site-business .fabox li figure {
    width: 80px;
    height: 80px;
    margin: 24px 0 0;
  }
}
.site-business .fabox li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.site-business .fabox li dl {
  width: calc(100% - 120px);
  padding: 0 0 0 24px;
}
@media screen and (max-width: 640px) {
  .site-business .fabox li dl {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
}
.site-business .fabox li dl dt {
  font-size: 1.32rem;
  font-weight: 700;
  margin: 0 0 8px;
}
@media screen and (max-width: 640px) {
  .site-business .fabox li dl dt {
    font-size: 1.12rem;
  }
}
.site-business .fabox li dl dd {
  font-size: 0.96rem;
  line-height: 1.66;
}
@media screen and (max-width: 640px) {
  .site-business .fabox li dl dd {
    font-size: 0.92rem;
  }
}
.site-business .fabox li .count {
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(226.3090909091, 226.3090909091, 231.0909090909);
  padding: 4px 24px;
}
@media screen and (max-width: 640px) {
  .site-business .fabox li .count {
    right: auto;
    left: 0;
    font-size: 0.8rem;
    padding: 4px 0;
    width: 96px;
    text-align: center;
  }
}
.site-business .fabox li .count:before {
  content: "所有台数";
  display: inline-block;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 640px) {
  .site-business .fabox li .count:before {
    margin: 0 4px 0 0;
  }
}
.site-business .youtube {
  margin: 0 0 96px;
  padding: 80px 20%;
  background: #f3f3f5;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-business .youtube {
    padding: 0;
    margin: 0 0 40px;
  }
}
.site-business .youtube.mb0 {
  margin-bottom: 0;
}
.site-business .youtube::before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(226.3090909091, 226.3090909091, 231.0909090909);
  padding: 4px 24px;
}
@media screen and (max-width: 640px) {
  .site-business .youtube::before {
    position: relative;
    display: block;
    margin: 0 0 12px;
    padding: 4px 16px;
    border-radius: 2px;
  }
}
.site-business .youtube__box {
  width: 100%;
  padding: 56.25% 0 0;
  position: relative;
}
.site-business .youtube video,
.site-business .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  border: #222220 2px solid;
  box-shadow: 0 0 32px rgba(34, 34, 32, 0.16);
}
@media screen and (max-width: 640px) {
  .site-business .youtube video,
  .site-business .youtube iframe {
    box-shadow: 0;
    border-radius: 2px;
  }
}
.site-business .manage {
  border: #f3f3f5 4px solid;
  padding: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 640px) {
  .site-business .manage {
    padding: 16px;
  }
}
.site-business .manage dt {
  font-size: 1.24rem;
  font-weight: 700;
}
.site-business .manage dd {
  margin: 0 0 0 24px;
  font-size: 1.08rem;
}

.site-contact .contactbox {
  background: #f3f3f5;
  padding: 20px 6%;
  border-radius: 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1119px) {
  .site-contact .contactbox {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .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: 640px) {
  .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: 640px) {
  .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: 32px;
  font-weight: 700;
  color: #b4f323;
}
@media screen and (max-width: 640px) {
  .site-contact .contactbox li dl .tel {
    font-size: 24px;
  }
}
.site-contact .contactbox li dl .tel i {
  display: inline-block;
  margin: 0 6px 0 0;
  transform: rotateZ(10deg) translateY(-1px);
  font-size: 0.8em;
}
.site-contact .contactbox li dl .btn {
  display: block;
  width: 320px;
  margin: 0 auto;
  background: #b4f323;
  color: #FFF;
  font-size: 18px;
  padding: 17px 0;
  border-radius: 4px;
  box-shadow: 0 6px 0 rgb(160.5189655172, 224.9310344828, 12.2689655172);
  transition: all 100ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 1119px) {
  .site-contact .contactbox li dl .btn {
    width: auto;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .site-contact .contactbox li dl .btn {
    font-size: 17px;
  }
}
.site-contact .contactbox li dl .btn:hover {
  transform: translateY(4px);
  box-shadow: 0 2px 0 rgb(167.4215517241, 234.6034482759, 12.7965517241);
}
.site-contact .contactbox li dl .btn i {
  display: inline-block;
  margin: 0 8px 0 0;
}
.site-contact .privacy {
  text-align: center;
  margin: 32px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .site-contact .privacy {
    margin: 16px 0 0;
    font-size: 13px;
  }
}
.site-contact .privacy input {
  display: inline-block;
  border: #e8e8e8 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: 640px) {
  .site-contact .formstyle {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .site-contact .formstyle tbody {
    display: block;
  }
}
.site-contact .formstyle tbody tr {
  border-bottom: #e8e8e8 1px solid;
}
@media screen and (max-width: 640px) {
  .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: 640px) {
  .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: 640px) {
  .site-contact .formstyle tbody tr th {
    width: auto;
    font-size: 15px;
    padding-bottom: 0;
  }
}
.site-contact .formstyle tbody tr th.hiss:after {
  content: "必須項目";
  background: #b4f323;
  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: 640px) {
  .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: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
  font-size: 15px;
  padding: 8px;
  background: rgb(248.5636363636, 248.5636363636, 249.6363636364);
  border: #e8e8e8 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: 640px) {
  .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: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
  width: 400px;
  height: 56px;
  background: #b4f323;
  border: #b4f323 2px solid;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .site-contact .send input {
    width: 100%;
  }
}
.site-contact .send input:hover {
  background: #FFF;
  color: #b4f323;
}

.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: 640px) {
  .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: 640px) {
  .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: 640px) {
  .site-privacy .tablestyle tbody tr th br {
    display: none;
  }
}

.site-sitemap .maplist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 640px) {
  .site-sitemap .maplist {
    display: block;
    margin: 0;
  }
}
.site-sitemap .maplist li {
  width: 25%;
  padding: 0 0 0 20px;
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .site-sitemap .maplist li {
    width: auto;
    padding: 0;
    margin: 0 0 12px;
  }
  .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: rgb(237.4363636364, 237.4363636364, 240.3636363636);
  display: block;
  text-align: center;
  padding: 12px 0;
  color: #222220;
  font-size: 1.08rem;
}
@media screen and (max-width: 640px) {
  .site-sitemap .maplist li a {
    padding: 12px 16px;
    text-align: left;
  }
}
.site-sitemap .maplist li a:hover {
  background: #b4f323;
  color: #FFF;
}

.site-recruit .fv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.site-recruit .fv:before {
  content: "";
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.site-recruit .fv__title {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .site-recruit .fv__title {
    width: 100%;
  }
}
.site-recruit .fv__title__box {
  background: #b4f323;
  color: #FFF;
  line-height: 1;
  text-align: center;
  padding: 44px 80px;
  padding-top: 32px;
  border-radius: 16px;
  box-shadow: 0 12px 56px rgba(34, 34, 32, 0.56);
  position: relative;
  background: rgba(178.3512931034, 242.7362068966, 30.1637931034, 0.72);
  backdrop-filter: saturate(90%) blur(16px);
  opacity: 0;
  animation: toggleup 1200ms 400ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@media screen and (max-width: 640px) {
  .site-recruit .fv__title__box {
    padding: 32px 0;
    width: 88%;
    margin: 0 auto;
  }
}
.site-recruit .fv__title__box figure {
  width: 80px;
  margin: 0 auto 24px;
  opacity: 0.8;
  mix-blend-mode: hard-light;
}
.site-recruit .fv__title__box figure img {
  width: 100%;
}
.site-recruit .fv__title__box dt {
  font-size: 1.72rem;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  .site-recruit .fv__title__box dt {
    font-size: 1.32rem;
  }
}
.site-recruit .fv__title__box dd.strong {
  font-size: 2rem;
  margin: 0 0 24px;
}
@media screen and (max-width: 640px) {
  .site-recruit .fv__title__box dd.strong {
    font-size: 1.32rem;
  }
}
.site-recruit .fv__title__box dd.mini {
  font-size: 1.44rem;
}
@media screen and (max-width: 640px) {
  .site-recruit .fv__title__box dd.mini {
    font-size: 1.12rem;
  }
}
.site-recruit .fv .btnarea {
  opacity: 0;
  animation: toggleup 1200ms 600ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.site-recruit .fv .btnarea a {
  background: #FFF;
  border-radius: 999px;
  color: #b4f323;
  box-shadow: 0 12px 56px rgba(34, 34, 32, 0.56);
  font-size: 1.24rem;
  transition: padding 240ms cubic-bezier(0.65, 0, 0.35, 1);
}
.site-recruit .fv .btnarea a i {
  font-size: 1.24rem;
  display: inline-block;
  margin: 0 8px 0 0;
}
.site-recruit .fv .btnarea a:hover {
  background: #FFF;
  color: #b4f323;
  padding-left: 80px;
  padding-right: 80px;
}
.site-recruit .fv__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: recfview 4000ms linear forwards;
}
.site-recruit .fv__list:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.04;
}
@keyframes recfview {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.site-recruit .fv__list > figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
}
.site-recruit .fv__list > figure:nth-of-type(2), .site-recruit .fv__list > figure:nth-of-type(4) {
  left: 50%;
}
.site-recruit .fv__list > figure:nth-of-type(3), .site-recruit .fv__list > figure:nth-of-type(4) {
  top: 50%;
}
.site-recruit .fv__list > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@keyframes toggleup {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-recruit .context {
  text-align: center;
  font-size: 1.92rem;
  margin: 0 0 40px;
  font-weight: 700;
}
.site-recruit .context strong {
  color: #b4f323;
}
@media screen and (max-width: 640px) {
  .site-recruit .context {
    font-size: 1.32rem;
    margin: 0 16px 24px;
  }
}
.site-recruit .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
  margin: 0 0 0 -16px;
}
@media screen and (max-width: 1119px) {
  .site-recruit .list {
    display: block;
    margin: 0;
  }
}
.site-recruit .list__item {
  width: 33.3%;
  padding: 0 0 0 16px;
}
@media screen and (max-width: 1119px) {
  .site-recruit .list__item {
    width: auto;
    padding: 0;
    margin: 0 0 20px;
  }
  .site-recruit .list__item:last-child {
    margin-bottom: 0;
  }
}
.site-recruit .list__item__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 16px;
  padding-right: 24px;
  color: #222220;
  position: relative;
  background: #FFF;
  border: #e8e8e8 2px solid;
  border-bottom: none;
  box-shadow: 0 5px rgb(221.8, 221.8, 221.8);
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.site-recruit .list__item__box:hover {
  border-color: #b4f323;
  box-shadow: 0 4px #b4f323;
  transform: translateY(1px);
}
.site-recruit .list__item__box:hover img {
  opacity: 1;
}
.site-recruit .list__item__box__pic {
  width: 96px;
  height: 96px;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 1119px) {
  .site-recruit .list__item__box__pic {
    width: 72px;
    height: 72px;
  }
}
.site-recruit .list__item__box__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.site-recruit .list__item__box__txt {
  width: calc(100% - 96px);
  padding: 0 0 0 24px;
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.44;
}
@media screen and (max-width: 1119px) {
  .site-recruit .list__item__box__txt {
    width: calc(100% - 72px);
  }
}
.site-recruit .list__item__box__txt--sml {
  font-weight: 400;
  font-size: 0.96rem;
}
.site-recruit .list__item__box > i {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 0.88rem;
  transform: translateY(-50%);
  color: #b4f323;
}
.site-recruit .reel {
  transform: translateY(3rem);
}
.site-recruit .reel__item {
  color: #f3f3f5 !important;
}
.site-recruit .tabs__top {
  margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
  .site-recruit .tabs__top {
    margin: 0 0 12px;
  }
}
.site-recruit .tabs__top__tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .site-recruit .tabs__top__tab {
    justify-content: space-between;
  }
}
.site-recruit .tabs__top__tab li {
  cursor: pointer;
  min-width: 240px;
  text-align: center;
  padding: 14px 0;
  font-size: 1.16rem;
  font-weight: 700;
  background: #FFF;
  border: #FFF 2px solid;
  margin: 0 8px 0 0;
  position: relative;
  transition: all 160ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 640px) {
  .site-recruit .tabs__top__tab li {
    min-width: 1px;
    width: calc(50% - 8px);
    margin: 0 0 12px;
    padding: 8px 0;
    font-size: 0.92rem;
  }
}
.site-recruit .tabs__top__tab li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #b4f323 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: all 160ms 40ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 640px) {
  .site-recruit .tabs__top__tab li:before {
    display: none;
  }
}
.site-recruit .tabs__top__tab li.active {
  border-color: #b4f323;
  color: #b4f323;
  box-shadow: 0 0 16px rgba(180, 243, 35, 0.12);
  z-index: 2;
}
.site-recruit .tabs__top__tab li.active:before {
  bottom: 0;
  opacity: 1;
}
.site-recruit .tabs__top__tab li:last-child {
  margin-right: 0;
}
.site-recruit .tabs__box {
  background: #FFF;
  border-radius: 4px;
  padding: 32px;
}
@media screen and (max-width: 640px) {
  .site-recruit .tabs__box {
    padding: 16px;
  }
}
.site-recruit .tabs__box.invisible {
  display: none !important;
}
.site-recruit .tabs__box__group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 32px;
}
@media screen and (max-width: 1119px) {
  .site-recruit .tabs__box__group {
    display: block;
  }
}
.site-recruit .tabs__box__group__pic {
  width: 400px;
  height: 250px;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 1119px) {
  .site-recruit .tabs__box__group__pic {
    width: 100%;
    height: auto;
  }
}
.site-recruit .tabs__box__group__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.site-recruit .tabs__box__group__data {
  width: calc(100% - 400px);
  padding: 0 0 0 56px;
}
@media screen and (max-width: 1119px) {
  .site-recruit .tabs__box__group__data {
    width: auto;
    padding: 32px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .site-recruit .tabs__box__group__data {
    padding: 24px 0 0;
  }
}
.site-recruit .tabs__box__group__data dt {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.56;
  margin: 0 0 16px;
}
@media screen and (max-width: 640px) {
  .site-recruit .tabs__box__group__data dt {
    font-size: 1.64rem;
  }
}
.site-recruit .tabs__box__group__data dd {
  font-size: 1.12rem;
}
@media screen and (max-width: 640px) {
  .site-recruit .tabs__box__group__data dd {
    font-size: 1rem;
  }
}
.site-recruit .tabs__box__group__data dd.btnarea {
  margin-top: 24px;
}
.site-recruit .tabs__box table.tablestyle tbody th, .site-recruit .tabs__box table.tablestyle tbody td {
  font-size: 1.12rem;
}
@media screen and (max-width: 640px) {
  .site-recruit .tabs__box table.tablestyle tbody th, .site-recruit .tabs__box table.tablestyle tbody td {
    font-size: 1.04rem;
  }
}
.site-recruit .tabs__box table.tablestyle tbody th {
  background: #f3f3f5;
  text-align: center;
}
.site-recruit .tabs__box table.tablestyle tbody td .inner {
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .site-recruit .tabs__box table.tablestyle tbody td .inner {
    width: auto;
  }
}

.site-voice .intvfv {
  margin-top: 80px;
  height: 460px;
  background: #f3f3f5;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1119px) {
  .site-voice .intvfv {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .site-voice .intvfv {
    display: block;
    height: auto;
    background: #222220;
  }
}
.site-voice .intvfv__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}
.site-voice .intvfv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 640px) {
  .site-voice .intvfv__bg {
    position: relative;
    right: auto;
    left: 0;
    width: 100%;
    height: 240px;
  }
}
.site-voice .intvfv:before {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10%;
  background: #222220;
  z-index: 2;
  transform: skewX(-20deg);
}
@media screen and (max-width: 640px) {
  .site-voice .intvfv:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 16px 12px;
    border-color: transparent transparent #f3f3f5 transparent;
    transform: translateX(-50%);
    background: none;
    top: 224px;
    left: 50%;
  }
}
.site-voice .intvfv:after {
  content: "";
  position: absolute;
  top: 0;
  left: -4vw;
  width: 16vw;
  height: 16vw;
  background: #b4f323;
  z-index: 3;
  transform: translateX(-50%) translateY(-50%) rotate(32deg);
}
@media screen and (max-width: 640px) {
  .site-voice .intvfv:after {
    display: none;
  }
}
.site-voice .intvfv .display {
  z-index: 2;
  color: #FFF;
}
@media screen and (max-width: 1119px) {
  .site-voice .intvfv .display {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .site-voice .intvfv .display {
    padding: 24px 15px;
  }
}
.site-voice .intvfv .display > * {
  max-width: 45%;
}
@media screen and (max-width: 640px) {
  .site-voice .intvfv .display > * {
    max-width: 100%;
  }
}
.site-voice .intvfv .display h1 {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
  padding: 0 0 24px;
  border-bottom: rgba(255, 255, 255, 0.12) 1px solid;
  position: relative;
}
.site-voice .intvfv .display h1:before {
  content: "Interview";
  color: #b4f323;
  font-size: 24px;
  display: inline-block;
  margin: 0 20px 0 0;
}
.site-voice .intvfv .display h1:after {
  content: "";
  width: 24%;
  height: 1px;
  background: #b4f323;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.site-voice .intvfv .display .catch {
  font-size: 2.24rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: 1.44;
  margin: 0 0 48px;
  opacity: 0.96;
}
@media screen and (max-width: 1119px) {
  .site-voice .intvfv .display .catch {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .site-voice .intvfv .display .catch {
    font-size: 20px;
    margin: 0 0 16px;
  }
}
.site-voice .intvfv .display .job {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 6px;
  justify-content: flex-start;
  opacity: 0.72;
}
.site-voice .intvfv .display .job dt:after {
  content: "/";
  display: inline-block;
  margin: 0 4px;
}
.site-voice .intvfv .display .name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
}
.site-voice .intvfv .display .name dt {
  font-size: 1.88rem;
  font-weight: 500;
  opacity: 0.72;
}
@media screen and (max-width: 640px) {
  .site-voice .intvfv .display .name dt {
    font-size: 24px;
    opacity: 1;
  }
}
.site-voice .intvfv .display .name dd {
  font-size: 0.92rem;
  opacity: 0.32;
  display: inline-block;
  margin: 0 0 0 20px;
}
.site-voice .intvlist li {
  border: #f3f3f5 8px solid;
  background: #FFF;
  border-radius: 16px;
  padding: 32px;
  position: relative;
  margin: 0 0 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(10%) scale(0.88);
  transition: all 640ms cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: opacity, transform;
}
.site-voice .intvlist li.active {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 640px) {
  .site-voice .intvlist li {
    border-width: 4px;
    padding: 15px;
    margin: 0 0 24px;
  }
}
.site-voice .intvlist li:nth-child(1):after {
  content: "質問.1";
}
.site-voice .intvlist li:nth-child(2):after {
  content: "質問.2";
}
.site-voice .intvlist li:nth-child(3):after {
  content: "質問.3";
}
.site-voice .intvlist li:nth-child(4):after {
  content: "質問.4";
}
.site-voice .intvlist li:nth-child(5):after {
  content: "質問.5";
}
.site-voice .intvlist li:nth-child(6):after {
  content: "質問.6";
}
.site-voice .intvlist li:nth-child(7):after {
  content: "質問.7";
}
.site-voice .intvlist li:nth-child(8):after {
  content: "質問.8";
}
.site-voice .intvlist li:nth-child(9):after {
  content: "質問.9";
}
.site-voice .intvlist li:nth-child(10):after {
  content: "質問.10";
}
.site-voice .intvlist li:nth-child(11):after {
  content: "質問.11";
}
.site-voice .intvlist li:nth-child(12):after {
  content: "質問.12";
}
.site-voice .intvlist li:nth-child(13):after {
  content: "質問.13";
}
.site-voice .intvlist li:nth-child(14):after {
  content: "質問.14";
}
.site-voice .intvlist li:nth-child(15):after {
  content: "質問.15";
}
.site-voice .intvlist li:nth-child(16):after {
  content: "質問.16";
}
.site-voice .intvlist li:nth-child(17):after {
  content: "質問.17";
}
.site-voice .intvlist li:nth-child(18):after {
  content: "質問.18";
}
.site-voice .intvlist li:nth-child(19):after {
  content: "質問.19";
}
.site-voice .intvlist li:nth-child(20):after {
  content: "質問.20";
}
.site-voice .intvlist li:nth-child(21):after {
  content: "質問.21";
}
.site-voice .intvlist li:nth-child(22):after {
  content: "質問.22";
}
.site-voice .intvlist li:nth-child(23):after {
  content: "質問.23";
}
.site-voice .intvlist li:nth-child(24):after {
  content: "質問.24";
}
.site-voice .intvlist li:nth-child(25):after {
  content: "質問.25";
}
.site-voice .intvlist li:nth-child(26):after {
  content: "質問.26";
}
.site-voice .intvlist li:nth-child(27):after {
  content: "質問.27";
}
.site-voice .intvlist li:nth-child(28):after {
  content: "質問.28";
}
.site-voice .intvlist li:nth-child(29):after {
  content: "質問.29";
}
.site-voice .intvlist li:nth-child(30):after {
  content: "質問.30";
}
.site-voice .intvlist li:nth-child(31):after {
  content: "質問.31";
}
.site-voice .intvlist li:nth-child(32):after {
  content: "質問.32";
}
.site-voice .intvlist li:nth-child(33):after {
  content: "質問.33";
}
.site-voice .intvlist li:nth-child(34):after {
  content: "質問.34";
}
.site-voice .intvlist li:nth-child(35):after {
  content: "質問.35";
}
.site-voice .intvlist li:nth-child(36):after {
  content: "質問.36";
}
.site-voice .intvlist li:nth-child(37):after {
  content: "質問.37";
}
.site-voice .intvlist li:nth-child(38):after {
  content: "質問.38";
}
.site-voice .intvlist li:nth-child(39):after {
  content: "質問.39";
}
.site-voice .intvlist li:nth-child(40):after {
  content: "質問.40";
}
.site-voice .intvlist li:nth-child(41):after {
  content: "質問.41";
}
.site-voice .intvlist li:nth-child(42):after {
  content: "質問.42";
}
.site-voice .intvlist li:nth-child(43):after {
  content: "質問.43";
}
.site-voice .intvlist li:nth-child(44):after {
  content: "質問.44";
}
.site-voice .intvlist li:nth-child(45):after {
  content: "質問.45";
}
.site-voice .intvlist li:nth-child(46):after {
  content: "質問.46";
}
.site-voice .intvlist li:nth-child(47):after {
  content: "質問.47";
}
.site-voice .intvlist li:nth-child(48):after {
  content: "質問.48";
}
.site-voice .intvlist li:nth-child(49):after {
  content: "質問.49";
}
.site-voice .intvlist li:nth-child(50):after {
  content: "質問.50";
}
.site-voice .intvlist li:nth-child(51):after {
  content: "質問.51";
}
.site-voice .intvlist li:nth-child(52):after {
  content: "質問.52";
}
.site-voice .intvlist li:nth-child(53):after {
  content: "質問.53";
}
.site-voice .intvlist li:nth-child(54):after {
  content: "質問.54";
}
.site-voice .intvlist li:nth-child(55):after {
  content: "質問.55";
}
.site-voice .intvlist li:nth-child(56):after {
  content: "質問.56";
}
.site-voice .intvlist li:nth-child(57):after {
  content: "質問.57";
}
.site-voice .intvlist li:nth-child(58):after {
  content: "質問.58";
}
.site-voice .intvlist li:nth-child(59):after {
  content: "質問.59";
}
.site-voice .intvlist li:nth-child(60):after {
  content: "質問.60";
}
.site-voice .intvlist li:nth-child(61):after {
  content: "質問.61";
}
.site-voice .intvlist li:nth-child(62):after {
  content: "質問.62";
}
.site-voice .intvlist li:nth-child(63):after {
  content: "質問.63";
}
.site-voice .intvlist li:nth-child(64):after {
  content: "質問.64";
}
.site-voice .intvlist li:nth-child(65):after {
  content: "質問.65";
}
.site-voice .intvlist li:nth-child(66):after {
  content: "質問.66";
}
.site-voice .intvlist li:nth-child(67):after {
  content: "質問.67";
}
.site-voice .intvlist li:nth-child(68):after {
  content: "質問.68";
}
.site-voice .intvlist li:nth-child(69):after {
  content: "質問.69";
}
.site-voice .intvlist li:nth-child(70):after {
  content: "質問.70";
}
.site-voice .intvlist li:nth-child(71):after {
  content: "質問.71";
}
.site-voice .intvlist li:nth-child(72):after {
  content: "質問.72";
}
.site-voice .intvlist li:nth-child(73):after {
  content: "質問.73";
}
.site-voice .intvlist li:nth-child(74):after {
  content: "質問.74";
}
.site-voice .intvlist li:nth-child(75):after {
  content: "質問.75";
}
.site-voice .intvlist li:nth-child(76):after {
  content: "質問.76";
}
.site-voice .intvlist li:nth-child(77):after {
  content: "質問.77";
}
.site-voice .intvlist li:nth-child(78):after {
  content: "質問.78";
}
.site-voice .intvlist li:nth-child(79):after {
  content: "質問.79";
}
.site-voice .intvlist li:nth-child(80):after {
  content: "質問.80";
}
.site-voice .intvlist li:nth-child(81):after {
  content: "質問.81";
}
.site-voice .intvlist li:nth-child(82):after {
  content: "質問.82";
}
.site-voice .intvlist li:nth-child(83):after {
  content: "質問.83";
}
.site-voice .intvlist li:nth-child(84):after {
  content: "質問.84";
}
.site-voice .intvlist li:nth-child(85):after {
  content: "質問.85";
}
.site-voice .intvlist li:nth-child(86):after {
  content: "質問.86";
}
.site-voice .intvlist li:nth-child(87):after {
  content: "質問.87";
}
.site-voice .intvlist li:nth-child(88):after {
  content: "質問.88";
}
.site-voice .intvlist li:nth-child(89):after {
  content: "質問.89";
}
.site-voice .intvlist li:nth-child(90):after {
  content: "質問.90";
}
.site-voice .intvlist li:nth-child(91):after {
  content: "質問.91";
}
.site-voice .intvlist li:nth-child(92):after {
  content: "質問.92";
}
.site-voice .intvlist li:nth-child(93):after {
  content: "質問.93";
}
.site-voice .intvlist li:nth-child(94):after {
  content: "質問.94";
}
.site-voice .intvlist li:nth-child(95):after {
  content: "質問.95";
}
.site-voice .intvlist li:nth-child(96):after {
  content: "質問.96";
}
.site-voice .intvlist li:nth-child(97):after {
  content: "質問.97";
}
.site-voice .intvlist li:nth-child(98):after {
  content: "質問.98";
}
.site-voice .intvlist li:nth-child(99):after {
  content: "質問.99";
}
.site-voice .intvlist li:nth-child(100):after {
  content: "質問.100";
}
.site-voice .intvlist li:after {
  position: absolute;
  top: -24px;
  right: 40px;
  background: #b4f323;
  font-size: 1.32rem;
  font-weight: 700;
  color: #FFF;
  border-radius: 999px;
  padding: 4px 32px;
  box-shadow: 0 4px 16px rgba(160.5189655172, 224.9310344828, 12.2689655172, 0.32);
}
@media screen and (max-width: 640px) {
  .site-voice .intvlist li:after {
    right: 15px;
    font-size: 0.88rem;
    top: -15px;
  }
}
.site-voice .intvlist li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 8px 0 8px;
  border-color: #b4f323 transparent transparent transparent;
  transform: skewX(-20deg);
  position: absolute;
  right: 80px;
  top: 16px;
}
@media screen and (max-width: 640px) {
  .site-voice .intvlist li:before {
    display: none;
  }
}
.site-voice .intvlist li figure {
  width: 440px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 1119px) {
  .site-voice .intvlist li figure {
    width: 100%;
  }
}
.site-voice .intvlist li figure img {
  width: 100%;
}
.site-voice .intvlist li figure + dl {
  width: calc(100% - 440px);
  padding: 0 0 0 40px;
}
@media screen and (max-width: 1119px) {
  .site-voice .intvlist li figure + dl {
    width: 100%;
    padding: 32px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .site-voice .intvlist li figure + dl {
    padding: 24px 0 0;
  }
}
.site-voice .intvlist li dl dt, .site-voice .intvlist li dl dd {
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-voice .intvlist li dl dt, .site-voice .intvlist li dl dd {
    padding-left: 24px;
  }
}
.site-voice .intvlist li dl dt:before, .site-voice .intvlist li dl dd:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #b4f323;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .site-voice .intvlist li dl dt:before, .site-voice .intvlist li dl dd:before {
    font-size: 1.24rem;
  }
}
.site-voice .intvlist li dl dt {
  font-size: 1.88rem;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: #f3f3f5 5px solid;
}
@media screen and (max-width: 640px) {
  .site-voice .intvlist li dl dt {
    font-size: 1.24rem;
  }
}
.site-voice .intvlist li dl dd {
  font-size: 1.12rem;
}
.site-voice .intvlist li dl dd:before {
  content: "A";
  font-weight: 700;
  left: 2px;
  top: -2px;
  color: #f65064;
}
@media screen and (max-width: 640px) {
  .site-voice .reclbtn {
    margin: 4px auto;
  }
}

.site-feature .titlearea {
  text-align: center;
  padding: 48px 0;
  border: #f3f3f5 16px solid;
  margin: 0 0 80px;
}
@media screen and (max-width: 640px) {
  .site-feature .titlearea {
    padding: 24px 16px;
    margin: 0 0 32px;
    border-width: 8px;
  }
}
.site-feature .str {
  color: #b4f323;
  text-align: center;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 24px;
}
.site-feature .str .sml {
  display: block;
  font-size: 1.2rem;
  margin: 8px 0 0;
}
@media screen and (max-width: 640px) {
  .site-feature .str {
    line-height: 1.2;
    font-size: 2.4rem;
  }
}
.site-feature .txtarea {
  font-size: 1.4rem;
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-feature .txtarea {
    font-size: 1.04rem;
    text-align: left;
  }
}
.site-feature .txtarea + .alt {
  display: block;
  margin: 12px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-feature .txtarea + .alt {
    text-align: left;
  }
}
.site-feature .onebox__item {
  margin: 0 0 32px;
  position: relative;
  background: #f3f3f5;
  padding: 32px;
}
@media screen and (max-width: 1119px) {
  .site-feature .onebox__item {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .site-feature .onebox__item {
    padding: 15px;
    margin: 0 0 16px;
  }
}
.site-feature .onebox__item__clum {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.site-feature .onebox__item__clum.kugiri {
  margin: 0 0 64px;
  padding: 0 0 64px;
  border-bottom: #FFF 2px solid;
}
@media screen and (max-width: 640px) {
  .site-feature .onebox__item__clum {
    display: block;
  }
}
.site-feature .onebox__item__clum__pic {
  width: 400px;
}
@media screen and (max-width: 1119px) {
  .site-feature .onebox__item__clum__pic {
    width: 320px;
  }
}
@media screen and (max-width: 640px) {
  .site-feature .onebox__item__clum__pic {
    width: auto;
  }
}
.site-feature .onebox__item__clum__pic.s {
  width: 280px;
  margin: 0 0 0 0;
}
@media screen and (max-width: 640px) {
  .site-feature .onebox__item__clum__pic.s {
    width: auto;
  }
}
.site-feature .onebox__item__clum__pic img {
  width: 100%;
}
.site-feature .onebox__item__clum__txt {
  width: calc(100% - 400px);
  padding: 0 0 0 48px;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .site-feature .onebox__item__clum__txt {
    width: calc(100% - 320px);
    padding: 0 0 0 32px;
  }
}
@media screen and (max-width: 640px) {
  .site-feature .onebox__item__clum__txt {
    width: auto;
    padding: 16px 0 0;
  }
}
.site-feature .onebox__item__clum__txt.s {
  width: calc(100% - 600px);
  padding: 0 0 0 16px;
}
@media screen and (max-width: 640px) {
  .site-feature .onebox__item__clum__txt.s {
    width: auto;
    padding: 16px 0 0;
  }
}
.site-feature .onebox__item__clum__txt dt {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0 0 0 50px;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .site-feature .onebox__item__clum__txt dt {
    line-height: 1.5;
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .site-feature .onebox__item__clum__txt dt {
    font-size: 17px;
    padding: 0 0 0 32px;
  }
}
.site-feature .onebox__item__clum__txt dt:before {
  content: attr(data-num);
  background: #b4f323;
  line-height: 1;
  font-size: 18px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .site-feature .onebox__item__clum__txt dt:before {
    font-size: 15px;
    width: 24px;
    height: 24px;
  }
}
.site-feature .onebox__item__clum__txt dd {
  font-size: 15px;
  text-align: justify;
}
@media screen and (max-width: 1119px) {
  .site-feature .onebox__item__clum__txt dd {
    font-size: 14px;
  }
}
.site-feature .onebox h3.borders {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .site-feature .onebox h3.borders {
    margin-top: 24px;
  }
}
.site-feature .videoclum {
  margin: 64px 0 0;
}
@media screen and (max-width: 1119px) {
  .site-feature .videoclum {
    margin: 48px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .site-feature .videoclum {
    margin: 32px 0 0;
  }
}
.site-feature .videoclum__list {
  margin: 0 0 0 -32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-feature .videoclum__list {
    display: block;
    margin: 0;
  }
}
.site-feature .videoclum__list li {
  width: 33.3%;
  padding: 0 0 0 32px;
}
@media screen and (max-width: 1119px) {
  .site-feature .videoclum__list li {
    width: 50%;
    margin: 32px 0 0;
  }
  .site-feature .videoclum__list li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .site-feature .videoclum__list li {
    width: auto;
    margin: 0 0 16px;
    padding: 0;
  }
  .site-feature .videoclum__list li:last-child {
    margin: 0;
  }
}
.site-feature .videoclum__list li video {
  width: 100%;
  vertical-align: bottom;
}
.site-feature .videoclum__cap {
  text-align: center;
  background: #e8e8e8;
  padding: 8px 15px;
  margin: 0 0 24px;
  position: relative;
  border-radius: 3px;
}
.site-feature .videoclum__cap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #e8e8e8 transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.site-feature .ars {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 24px;
}
.site-feature .ars:last-of-type {
  margin: 0;
}
.site-feature .ars dt {
  width: 14%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1119px) {
  .site-feature .ars dt {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .site-feature .ars dt {
    width: 100%;
    font-size: 15px;
    margin: 0 0 8px;
  }
}
.site-feature .ars dd {
  width: 15%;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 1119px) {
  .site-feature .ars dd {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .site-feature .ars dd {
    font-size: 10px;
    line-height: 1.5;
    width: 17%;
    padding: 8px;
  }
}
.site-feature .ars dd.large {
  width: 41%;
}
@media screen and (max-width: 640px) {
  .site-feature .ars dd.large {
    width: 49%;
  }
}
.site-feature .ars dd.middle {
  width: 23%;
}
@media screen and (max-width: 640px) {
  .site-feature .ars dd.middle {
    width: 25%;
  }
}
.site-feature .ars dd.small {
  width: 10%;
}
@media screen and (max-width: 640px) {
  .site-feature .ars dd.small {
    width: 16%;
  }
}
.site-feature .ars dd:first-of-type {
  border-radius: 4px 0 0 4px;
}
.site-feature .ars dd:last-of-type {
  border-radius: 0 4px 4px 0;
}
.site-feature .ars.glay dd {
  background: #444;
}
.site-feature .ars.glay dd:nth-of-type(odd) {
  background: rgb(98.6, 98.6, 98.6);
}
.site-feature .ars.green dd {
  background: #b4f323;
}
.site-feature .ars.green dd:nth-of-type(odd) {
  background: rgb(186.5948275862, 244.0551724138, 54.3448275862);
}
.site-feature .ars.green dd:last-of-type {
  background: #FFF;
  color: #222220;
  box-shadow: none;
}
.site-feature .ars.green dd:last-of-type strong {
  color: #b4f323;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .site-feature .ars.green dd:last-of-type strong {
    display: block;
  }
}
.site-feature .alt {
  text-align: right;
  font-size: 11px;
  margin: 12px 0 0;
}
.site-feature .scrollanime {
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transition: all 600ms cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: opacity, transform;
}
.site-feature .scrollanime.active {
  opacity: 1;
  transform: translate(0, 0);
}

.site-sdgs .context {
  font-size: 1.08rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-sdgs .context {
    font-size: 0.92rem;
    margin: 0 0.8rem;
    text-align: left;
  }
}
.site-sdgs .mb {
  margin-bottom: 4.8rem;
}
.site-sdgs .mb.m {
  margin-bottom: 2.4rem;
}
.site-sdgs h4 {
  font-size: 1.24rem;
  font-weight: 700;
  background: #f3f3f5;
  padding: 1.2rem 1.6rem;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 640px) {
  .site-sdgs h4 {
    font-size: 1.16rem;
    padding: 1rem 1.6rem;
  }
}
.site-sdgs .box {
  padding: 2rem;
  background: #f3f3f5;
  margin-top: 2.4rem;
}
@media screen and (max-width: 640px) {
  .site-sdgs .box {
    padding: 1.6rem;
    margin-top: 1.6rem;
  }
}
.site-sdgs .box dt {
  font-size: 1.24rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
}
@media screen and (max-width: 640px) {
  .site-sdgs .box dt {
    font-size: 1.16rems;
  }
}

.site-blog .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1119px) {
  .site-blog .flex {
    display: block;
  }
}
.site-blog .container {
  width: calc(100% - 360px);
  order: 2;
}
@media screen and (max-width: 1119px) {
  .site-blog .container {
    width: auto;
  }
}
.site-blog .sidebar {
  width: 360px;
  padding: 0 64px 0 0;
  order: 1;
  position: sticky;
  top: 88px;
  left: 0;
}
@media screen and (max-width: 1119px) {
  .site-blog .sidebar {
    width: auto;
    padding: 48px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .site-blog .sidebar {
    padding: 32px 0 0;
  }
}
.site-blog .sidebar__box {
  margin: 0 0 56px;
}
@media screen and (max-width: 1119px) {
  .site-blog .sidebar__box {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 640px) {
  .site-blog .sidebar__box {
    margin: 0 0 24px;
  }
}
.site-blog .sidebar__box:last-of-type {
  margin: 0;
}
.site-blog .bloglist > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 32px;
  padding: 0 0 32px;
  border-bottom: #e8e8e8 1px solid;
}
@media screen and (max-width: 640px) {
  .site-blog .bloglist > li {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}
.site-blog .bloglist > li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  color: #222220;
  position: relative;
  padding: 0 88px 0 0;
}
@media screen and (max-width: 640px) {
  .site-blog .bloglist > li a {
    padding: 0 40px 0 0;
  }
}
.site-blog .bloglist > li figure {
  width: 220px;
  height: 140px;
}
@media screen and (max-width: 640px) {
  .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 32px;
}
@media screen and (max-width: 640px) {
  .site-blog .bloglist > li dl {
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
}
.site-blog .bloglist > li dl .meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .site-blog .bloglist > li dl .meta {
    font-size: 11px;
  }
}
.site-blog .bloglist > li dl .meta .category {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  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: 2px 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 640px) {
  .site-blog .bloglist > li dl .meta time,
  .site-blog .bloglist > li dl .meta li {
    padding: 1px 12px;
    font-size: 0.72rem;
  }
}
.site-blog .bloglist > li dl .meta li {
  background: #f3f3f5;
  border-color: #f3f3f5;
}
.site-blog .bloglist > li dl dt {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}
@media screen and (max-width: 640px) {
  .site-blog .bloglist > li dl dt {
    font-size: 15px;
  }
}
.site-blog .bloglist > li dl dd.desc {
  text-align: justify;
  font-size: 15px;
  line-height: 1.66;
}
@media screen and (max-width: 640px) {
  .site-blog .bloglist > li dl dd.desc {
    display: none;
  }
}
.site-blog .bloglist > li .arrow {
  width: 56px;
  height: 56px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 4px 4px 16px rgba(34, 34, 32, 0.12);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .site-blog .bloglist > li .arrow {
    width: 32px;
    height: 32px;
    font-size: 0.72rem;
  }
}
.site-blog .bloglist > li .arrow i {
  color: #b4f323;
}
.site-blog .bloglist.mini > li {
  margin: 0 0 20px;
  padding: 0 0 20px;
}
@media screen and (max-width: 640px) {
  .site-blog .bloglist.mini > li {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}
.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 20px;
}
.site-blog .bloglist.mini > li a dl .meta {
  font-size: 10px;
}
.site-blog .bloglist.mini > li a dl dt {
  font-size: 14px;
  margin: 4px 0 0;
}
.site-blog .categorylist {
  transform: translateY(-15px);
}
.site-blog .categorylist li {
  border-bottom: #e8e8e8 1px solid;
}
.site-blog .categorylist li a {
  padding: 15px 4px;
  padding-right: 32px;
  display: block;
  color: #222220;
  position: relative;
}
.site-blog .categorylist li a:hover {
  opacity: 0.64;
}
.site-blog .categorylist li a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 11px;
}
.site-blog .metabox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
}
.site-blog .metabox .category {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.site-blog .metabox time,
.site-blog .metabox li {
  border: #222220 1px solid;
  padding: 2px 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.site-blog .metabox li {
  background: #f3f3f5;
  border-color: #f3f3f5;
}

.site-edit {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .site-edit {
    margin: 15px 0 0;
    font-size: 14px;
  }
}
.site-edit h3 {
  font-size: 24px;
  font-weight: 700;
  border-top: #222220 2px solid;
  border-bottom: #222220 2px solid;
  font-weight: 700;
  padding: 8px 2px;
  margin: 0 0 20px;
}
@media screen and (max-width: 640px) {
  .site-edit h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.site-edit h4 {
  font-size: 22px;
  border-bottom: #e8e8e8 2px solid;
  font-weight: 700;
  padding: 0 0 0 16px;
  margin: 0 0 16px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-edit h4 {
    font-size: 18px;
    margin: 0 0 8px;
  }
}
.site-edit h4:before {
  content: "";
  width: 4px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  background: #b4f323;
  border-radius: 2px;
}
.site-edit h5 {
  font-size: 20px;
  font-weight: 700;
  background: #f3f3f5;
  padding: 4px 15px;
  margin: 0 0 16px;
}
@media screen and (max-width: 640px) {
  .site-edit h5 {
    font-size: 16px;
  }
}
.site-edit h6 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 0 18px;
  margin: 0 0 8px;
}
@media screen and (max-width: 640px) {
  .site-edit h6 {
    font-size: 14px;
  }
}
.site-edit h6:before {
  content: "";
  width: 12px;
  height: 12px;
  border: #b4f323 4px solid;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.site-edit table {
  border: #e8e8e8 1px solid;
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
  .site-edit table {
    margin: 0 0 24px;
  }
}
.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: 15px;
  text-align: left;
  vertical-align: middle;
  border: #e8e8e8 1px solid;
}
.site-edit table tbody tr th,
.site-edit table thead tr th {
  background: #f3f3f5;
}
@media screen and (max-width: 640px) {
  .site-edit table tbody tr th,
  .site-edit table thead tr th {
    width: 120px;
  }
}
.site-edit img {
  max-width: 100%;
}
.site-edit .avatar {
  width: 88px;
  margin: 0 15px;
}
.site-edit .avatar img {
  width: 100%;
  border-radius: 50%;
}
.site-edit .avatar figcaption {
  text-align: center;
  margin: 15px 0 0;
  font-size: 14px;
}
.site-edit iframe {
  width: 100%;
  height: 483.75px;
  vertical-align: bottom;
  margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
  .site-edit iframe {
    height: 168.75px;
    margin: 0 0 24px;
  }
}
.site-edit p,
.site-edit ul,
.site-edit ol {
  margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
  .site-edit p,
  .site-edit ul,
  .site-edit ol {
    margin: 0 0 24px;
  }
}

.site-module.wrap {
  padding: 144px 0;
}
@media screen and (max-width: 1119px) {
  .site-module.wrap {
    padding: 96px 0;
  }
}
@media screen and (max-width: 640px) {
  .site-module.wrap {
    padding: 64px 0;
  }
}
.site-module.wrap.top-s {
  padding-top: 64px;
}
@media screen and (max-width: 640px) {
  .site-module.wrap.top-s {
    padding-top: 32px;
  }
}
.site-module.wrap.bottom-s {
  padding-bottom: 64px;
}
@media screen and (max-width: 640px) {
  .site-module.wrap.bottom-s {
    padding-bottom: 32px;
  }
}
.site-module.wrap.mid {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 640px) {
  .site-module.wrap.mid {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.site-module.wrap.no-top {
  padding-top: 0;
}
.site-module.wrap.no-bottom {
  padding-bottom: 0;
}
.site-module.wrap.side {
  padding-right: 5.6vw;
  padding-left: 5.6vw;
}
@media screen and (max-width: 640px) {
  .site-module.wrap.side {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.site-module.wrap.side.left-0 {
  padding-left: 0;
}
.site-module.wrap.side.right-0 {
  padding-right: 0;
}
.site-module.wrap.gray {
  background: #f3f3f5;
}
.site-module.wrap.bg-ami {
  background-color: #FFF;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15 15"><rect x="0" y="0" width="3" height="3" fill="rgba(2, 155, 39, 0.08)" stroke-width="0" /></svg>');
  background-size: 9px;
}
.site-module .t-center {
  text-align: center;
  font-size: 1.08rem;
}
.site-module .btnarea {
  margin: 32px 0 0;
}
.site-module .btnarea.center {
  text-align: center;
}
.site-module .btnarea a {
  background: #222220;
  color: #b4f323;
  padding: 12px 48px;
  font-size: 1.24rem;
  display: inline-block;
  border-radius: 3px;
  position: relative;
}
.site-module .btnarea a:hover {
  background: #b4f323;
  color: #222220;
  box-shadow: 0 0 2.4rem rgba(180, 243, 35, 0.8);
}
.site-module .btnarea a svg {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.site-module .btnarea a i {
  font-size: 0.96rem;
  display: inline-block;
  margin: 0 0 0 8px;
}
.site-module .b-title {
  border-bottom: rgb(226.9, 226.9, 226.9) 1px solid;
  padding: 0 2px 8px;
  font-size: 1.72rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  margin: 0 0 24px;
}
@media screen and (max-width: 640px) {
  .site-module .b-title {
    font-size: 1.32rem;
    margin: 0 0 16px;
    padding-bottom: 6px;
  }
}
.site-module .b-title:before {
  content: "";
  width: 88px;
  height: 2px;
  background: #b4f323;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.site-module .c-title {
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 32px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-module .c-title {
    font-size: 1.08rem;
  }
}
.site-module .c-title:before {
  content: attr(data-eng);
  text-transform: uppercase;
  font-size: 4.12rem;
  font-weight: 700;
  margin: 0 0 8px;
  display: block;
}
@media screen and (max-width: 640px) {
  .site-module .c-title:before {
    font-size: 2.4rem;
  }
}
.site-module.relative {
  position: relative;
}
.site-module .localnav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -100%);
  gap: 0.8rem;
}
@media screen and (max-width: 640px) {
  .site-module .localnav {
    padding: 16px;
    display: block;
  }
}
.site-module .localnav a {
  font-size: 1rem;
  background: #b4f323;
  color: #222220;
  display: block;
  text-align: center;
  padding: 0.8rem 1.4rem;
  border-radius: 999rem;
  font-weight: 700;
  box-shadow: 0 0 16px rgba(34, 34, 32, 0.08);
  position: relative;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 1119px) {
  .site-module .localnav a {
    margin: 0;
    min-width: 1px;
    width: 32%;
    margin: 2% 2% 0 0;
  }
  .site-module .localnav a:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .site-module .localnav a:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .site-module .localnav a {
    width: auto;
    margin: 0 0 12px;
  }
  .site-module .localnav a:last-of-type {
    margin: 0;
  }
}
.site-module .localnav a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 3.2rem rgba(180, 243, 35, 0.9);
}
.site-module .localnav a i {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #b4f323;
  font-size: 0.8rem;
}
.site-module .localnav a:last-of-type {
  margin-right: 0;
}
.site-module .reel {
  position: relative;
  height: 16rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .site-module .reel {
    height: 8rem;
  }
}
.site-module .reel__item {
  font-size: 16rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: rgb(231.8727272727, 231.8727272727, 235.7272727273);
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 640px) {
  .site-module .reel__item {
    font-size: 8rem;
  }
}
.site-module .reel__item__txt {
  display: inline-block;
  animation: reel 20000ms linear infinite;
}
@keyframes reel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.site-module .tablestyle {
  background: #FFF;
  width: 100%;
  border-collapse: collapse;
  border: #e8e8e8 1px solid;
}
@media screen and (max-width: 640px) {
  .site-module .tablestyle {
    display: block;
    border: #e8e8e8 1px solid;
  }
}
.site-module .tablestyle.table-center tbody tr th, .site-module .tablestyle.table-center tbody tr td {
  text-align: center;
  font-size: 1.24rem;
}
@media screen and (max-width: 640px) {
  .site-module .tablestyle.table-center tbody tr th, .site-module .tablestyle.table-center tbody tr td {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .site-module .tablestyle tbody {
    display: block;
  }
}
.site-module .tablestyle tbody tr {
  border-bottom: #e8e8e8 1px solid;
}
@media screen and (max-width: 640px) {
  .site-module .tablestyle tbody tr {
    display: block;
  }
  .site-module .tablestyle tbody tr:last-child {
    border: none;
  }
}
.site-module .tablestyle tbody tr th, .site-module .tablestyle tbody tr td {
  vertical-align: middle;
  text-align: left;
  padding: 32px;
}
@media screen and (max-width: 640px) {
  .site-module .tablestyle tbody tr th, .site-module .tablestyle tbody tr td {
    display: block;
    padding: 12px 15px;
  }
}
.site-module .tablestyle tbody tr th {
  width: 240px;
  border-right: #e8e8e8 1px solid;
}
@media screen and (max-width: 640px) {
  .site-module .tablestyle tbody tr th {
    width: auto;
    border: none;
    background: rgb(248.5636363636, 248.5636363636, 249.6363636364);
  }
  .site-module .tablestyle tbody tr th br {
    display: none;
  }
}
.site-module .pager {
  margin: 56px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .site-module .pager {
    margin: 32px 16px 0;
  }
}
.site-module .pager a, .site-module .pager span {
  width: 34px;
  height: 34px;
  margin: 0 6px;
  border-radius: 50%;
  border: #e8e8e8 2px solid;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  color: #828282;
}
.site-module .pager span {
  background: #e8e8e8;
  color: #222220;
}
.site-module .pager a {
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 640px) {
  .site-module .pager a {
    background: #FFF;
  }
}
.site-module .pager a:hover {
  background: #b4f323;
  border-color: #b4f323;
  color: #FFF;
  transform: scale(1.1);
}

.site-404 {
  padding-top: 48px;
}

.loading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  perspective: 1000px;
  opacity: 1;
  transition: opacity 800ms cubic-bezier(0.65, 0, 0.35, 1);
}
.loading.remove {
  opacity: 0 !important;
}
.loading * {
  user-select: none;
}
.loading__box {
  transform: translateY(-20px);
}
.loading__box__pic {
  width: 520px;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .loading__box__pic {
    width: 280px;
  }
}
.loading__box__pic img {
  width: 100%;
}
.loading__box__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.96rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin: 4px 0 0;
  opacity: 1;
  transform: translateX(16px);
}
@media screen and (max-width: 640px) {
  .loading__box__txt {
    font-size: 1.24rem;
  }
}
.loading__box__txt .slice {
  display: inline-block;
  opacity: 0;
}
.loading.active figure {
  animation: logoview 1200ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div {
  opacity: 1;
}
.loading.active > div .slice:nth-of-type(1) {
  animation: logoview 800ms 1240ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(2) {
  animation: logoview 800ms 1280ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(3) {
  animation: logoview 800ms 1320ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(4) {
  animation: logoview 800ms 1360ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(5) {
  animation: logoview 800ms 1400ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(6) {
  animation: logoview 800ms 1440ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(7) {
  animation: logoview 800ms 1480ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(8) {
  animation: logoview 800ms 1520ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(9) {
  animation: logoview 800ms 1560ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(10) {
  animation: logoview 800ms 1600ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(11) {
  animation: logoview 800ms 1640ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(12) {
  animation: logoview 800ms 1680ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(13) {
  animation: logoview 800ms 1720ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(14) {
  animation: logoview 800ms 1760ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(15) {
  animation: logoview 800ms 1800ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(16) {
  animation: logoview 800ms 1840ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(17) {
  animation: logoview 800ms 1880ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(18) {
  animation: logoview 800ms 1920ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(19) {
  animation: logoview 800ms 1960ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(20) {
  animation: logoview 800ms 2000ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(21) {
  animation: logoview 800ms 2040ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(22) {
  animation: logoview 800ms 2080ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(23) {
  animation: logoview 800ms 2120ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(24) {
  animation: logoview 800ms 2160ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(25) {
  animation: logoview 800ms 2200ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(26) {
  animation: logoview 800ms 2240ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(27) {
  animation: logoview 800ms 2280ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(28) {
  animation: logoview 800ms 2320ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(29) {
  animation: logoview 800ms 2360ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.loading.active > div .slice:nth-of-type(30) {
  animation: logoview 800ms 2400ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes logoview {
  0% {
    opacity: 0;
    transform: scale(1.1) translateY(20px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.loading .loader {
  width: 32px;
  height: 32px;
  border: 3px solid #e8e8e8;
  border-bottom-color: #b4f323;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 0.6s linear infinite;
  position: absolute;
  right: 32px;
  bottom: 32px;
}
@media screen and (max-width: 640px) {
  .loading .loader {
    right: 16px;
    bottom: 16px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.8s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

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