/*!**********************************************************************************************************************************************************************!*\
  !*** 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;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 (1) ***!
  \**************************************************************************************************************************************************************************/
@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;
}

:root {
  font-size: calc(14.5px + 1.5 * (100vw - 1440px) / 480);
  --cx: 0;
  --cy: 0;
  --head: 5.9rem;
  --vw: 1440px;
  --size: 32px;
  --screen: 0px;
}
@media screen and (min-width: 1920px) {
  :root {
    font-size: 16px;
  }
}
@media screen and (max-width: 1119px) {
  :root {
    font-size: 14px;
    --size: 16px;
  }
}
@media screen and (max-width: 640px) {
  :root {
    font-size: 13.5px;
    --size: 10px;
  }
}

::selection {
  background: #1c1d39;
  color: #FFF;
}

@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;
    overscroll-behavior-y: none;
  }
  body {
    color: #1c1d39;
    background: #f8fafd;
    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: 400;
    -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: #1479eb;
  }
  a:hover {
    text-decoration: none;
    color: rgb(67, 147.8, 239);
  }
  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;
  }
  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;
    overscroll-behavior-y: none;
  }
  body {
    color: #1c1d39;
    background: #f8fafd;
    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: 400;
    -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: #1479eb;
  }
  a:hover {
    text-decoration: none;
    color: rgb(67, 147.8, 239);
  }
  a:hover img {
    opacity: 0.8;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .display {
    width: auto;
    padding: 0 0;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  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;
    overscroll-behavior-y: none;
  }
  body {
    color: #1c1d39;
    background: #f8fafd;
    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: 400;
    -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: #1479eb;
  }
  a:hover {
    text-decoration: none;
    color: rgb(67, 147.8, 239);
  }
  a:hover img {
    opacity: 0.8;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .display {
    width: auto;
    padding: 0 0;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  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: #e8eaec 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: #e8eaec 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: #e8eaec 2px solid;
}
#wire .bo-t {
  border-top: #e8eaec 2px solid;
}
#wire .bo-l {
  border-left: #e8eaec 2px solid;
}
#wire .bo-r {
  border-right: #e8eaec 2px solid;
}
#wire .bo-b {
  border-bottom: #e8eaec 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: #1c1d39 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: #1c1d39;
  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;
}

.siteheader {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.siteheader:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(248, 250, 253, 0.92);
  backdrop-filter: saturate(90%) blur(40px);
  display: none;
}
@media screen and (min-width: calc(1119px + 1px)) {
  .siteheader.active, .siteheader.static {
    position: fixed;
    width: calc(100% - calc(var(--size) + 3.2vw) * 2);
    left: calc(var(--size) + 3.2vw);
    border-radius: 4px;
    overflow: hidden;
    top: 8px;
    box-shadow: 0 0 32px rgba(20, 96, 235, 0.08);
    transform: translateY(-100%);
    animation: viewheader 600ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
  @keyframes viewheader {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .siteheader.active .siteheader__inner, .siteheader.static .siteheader__inner {
    padding: 20px 32px;
  }
  .siteheader.active .siteheader__inner__logo, .siteheader.static .siteheader__inner__logo {
    width: 180px;
  }
  .siteheader.active:before, .siteheader.static:before {
    display: block;
  }
}
@media screen and (min-width: calc(1119px + 1px)) {
  .siteheader.static {
    animation: inherit;
    transform: translateY(0);
  }
}
.siteheader__inner {
  padding: 22px 40px;
  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) {
  .siteheader__inner {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 640px) {
  .siteheader__inner {
    padding: 18px calc(var(--size) + 3.2vw);
  }
}
.siteheader__inner__logo {
  width: 180px;
  display: block;
}
@media screen and (max-width: 1119px) {
  .siteheader__inner__logo {
    width: 132px;
    position: relative;
    z-index: 20;
    transform: translateX(-0.32rem);
  }
}
.siteheader__inner__logo svg {
  display: block;
}
.siteheader__inner__logo svg path {
  fill: #1c1d39;
}
.siteheader__inner__logo svg path.cls-3 {
  fill: #1479eb;
}
.siteheader__inner__logo svg circle {
  fill: #ffd522;
}
.siteheader__inner .trg {
  display: none;
}
@media screen and (max-width: 1119px) {
  .siteheader__inner .trg {
    position: fixed;
    top: 0;
    right: 0;
    padding: 19px 32px;
    background: #1479eb;
    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: 20;
    cursor: pointer;
    user-select: none;
  }
}
@media screen and (max-width: 1119px) and (max-width: 640px) {
  .siteheader__inner .trg {
    padding: 0 calc(var(--size) + 3.2vw);
    height: var(--head);
  }
}
@media screen and (max-width: 1119px) {
  .siteheader__inner .trg.active span i {
    left: 10%;
  }
  .siteheader__inner .trg.active span i:before {
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9) rotate(45deg);
  }
  .siteheader__inner .trg.active span i:after {
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9) rotate(-45deg);
  }
  .siteheader__inner .trg span {
    display: block;
    color: #f8fafd;
    font-size: 1.12rem;
    padding: 0 0 0 36px;
    position: relative;
  }
  .siteheader__inner .trg span i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: left 200ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  .siteheader__inner .trg span i:before, .siteheader__inner .trg span i:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f8fafd;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
  }
  .siteheader__inner .trg span i:after {
    top: 65%;
  }
}
.siteheader__inner__gnavi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1119px) {
  .siteheader__inner__gnavi {
    position: fixed;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: auto;
    right: 0;
    transform: translate(-100%, 0);
    background: #f8fafd;
    backdrop-filter: saturate(90%) blur(40px);
    z-index: 10;
    transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
    overflow: auto;
  }
  .siteheader__inner__gnavi.active {
    transform: translate(0, 0);
  }
}
.siteheader__inner__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;
  justify-content: flex-start;
}
@media screen and (max-width: 1119px) {
  .siteheader__inner__gnavi ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: calc(var(--head) + 1rem);
    padding-bottom: 9rem;
  }
}
.siteheader__inner__gnavi ul li {
  font-size: 1.08rem;
  margin: 0 0 0 3.2vw;
}
@media screen and (max-width: 1119px) {
  .siteheader__inner__gnavi ul li {
    width: 100%;
    text-align: center;
    align-self: center;
    margin: 0;
  }
}
.siteheader__inner__gnavi ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1119px) {
  .siteheader__inner__gnavi ul li.pc {
    display: none;
  }
}
.siteheader__inner__gnavi ul li.sp {
  display: none;
}
@media screen and (max-width: 1119px) {
  .siteheader__inner__gnavi ul li.sp {
    display: block;
  }
}
.siteheader__inner__gnavi ul li a,
.siteheader__inner__gnavi ul li span {
  color: #1c1d39;
  position: relative;
  display: block;
  transition: color 200ms cubic-bezier(0.65, 0, 0.35, 1);
  cursor: pointer;
}
@media screen and (max-width: 1119px) {
  .siteheader__inner__gnavi ul li a,
  .siteheader__inner__gnavi ul li span {
    font-size: 5.2vmin;
  }
}
@media screen and (max-width: 640px) {
  .siteheader__inner__gnavi ul li a,
  .siteheader__inner__gnavi ul li span {
    font-size: 1.66rem;
  }
}
.siteheader__inner__gnavi ul li a.visit,
.siteheader__inner__gnavi ul li span.visit {
  color: #1479eb;
}
.siteheader__inner__gnavi ul li a:before,
.siteheader__inner__gnavi ul li span:before {
  content: "";
  width: 0;
  height: 2px;
  background: #1479eb;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  border-radius: 1px;
  transition: width 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 1119px) {
  .siteheader__inner__gnavi ul li a:before,
  .siteheader__inner__gnavi ul li span:before {
    display: none;
  }
}
.siteheader__inner__gnavi ul li a:hover,
.siteheader__inner__gnavi ul li span:hover {
  color: #1479eb;
}
.siteheader__inner__gnavi ul li a:hover:before,
.siteheader__inner__gnavi ul li span:hover:before {
  width: 100%;
}
.siteheader__inner__gnavi .spbottom {
  display: none;
}
@media screen and (max-width: 1119px) {
  .siteheader__inner__gnavi .spbottom {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px 0;
    background: #e9eef5;
    text-align: center;
  }
}
@media screen and (max-width: 1119px) and (max-width: 640px) {
  .siteheader__inner__gnavi .spbottom {
    padding: 10px calc(var(--size) + 3.2vw);
  }
}
@media screen and (max-width: 1119px) {
  .siteheader__inner__gnavi .spbottom span {
    display: inline-block;
    background: #1479eb;
    color: #f8fafd;
    font-size: 1.24rem;
    padding: 16px 56px;
    border-radius: 999px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1119px) and (max-width: 640px) {
  .siteheader__inner__gnavi .spbottom span {
    padding: 14px 0;
    display: block;
  }
}
.siteheader__inner__contact {
  position: absolute;
  top: 0;
  right: 0;
  color: #f8fafd;
  padding: 0 40px;
  height: 100%;
  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: 1;
  overflow: hidden;
}
@media screen and (max-width: 1119px) {
  .siteheader__inner__contact {
    display: none;
  }
}
.siteheader__inner__contact:before, .siteheader__inner__contact:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1479eb;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.siteheader__inner__contact:after {
  width: 0;
  background: #1460eb;
  transition: width 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
.siteheader__inner__contact:hover {
  color: #f8fafd;
}
.siteheader__inner__contact:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
.siteheader__inner__contact span {
  display: block;
  font-size: 1.04rem;
}
.siteheader__inner__contact span i {
  display: inline-block;
  margin: 0 6px 0 0;
}

#site-footer {
  background: #e9eef5;
}
#site-footer .pagetop {
  display: block;
  text-align: center;
  background: rgb(225.9875, 232.58125, 241.8125);
  color: #1c1d39;
  padding: 24px 0;
}
@media screen and (max-width: 640px) {
  #site-footer .pagetop {
    padding: 16px 0;
  }
}
#site-footer .footbox {
  padding: 80px calc(var(--size) + 3.2vw);
}
@media screen and (max-width: 1119px) {
  #site-footer .footbox {
    padding: 64px calc(var(--size) + 3.2vw);
  }
}
@media screen and (max-width: 640px) {
  #site-footer .footbox {
    padding: 40px calc(var(--size) + 3.2vw);
  }
}
#site-footer .footbox__grid {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.66fr;
  grid-column-gap: calc(calc(var(--size) + 3.2vw) * 0.5);
}
@media screen and (max-width: 1119px) {
  #site-footer .footbox__grid {
    grid-template-columns: 0.8fr 0.8fr 1.66fr;
  }
}
@media screen and (max-width: 640px) {
  #site-footer .footbox__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
}
#site-footer .footbox__company dt {
  font-size: 1.24rem;
  font-weight: 700;
  margin: 0 0 12px;
}
@media screen and (max-width: 1119px) {
  #site-footer .footbox__company dt {
    font-size: 1.12rem;
    margin: 0 0 6px;
  }
}
#site-footer .footbox__company dd a {
  color: #1c1d39;
}
#site-footer .footbox__company dd a i {
  color: #1479eb;
  display: inline-block;
  margin: 0 6px 0 0;
}
#site-footer .footbox__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 6px;
}
@media screen and (max-width: 1119px) {
  #site-footer .footbox__nav ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  #site-footer .footbox__nav ul {
    grid-template-columns: 1fr;
  }
}
#site-footer .footbox__nav ul li a,
#site-footer .footbox__nav ul li span {
  font-size: 0.92rem;
  color: #1c1d39;
  display: block;
  padding: 0 24px 0 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #site-footer .footbox__nav ul li a,
  #site-footer .footbox__nav ul li span {
    padding: 12px 16px;
    background: #f8fafd;
    font-size: 1rem;
  }
}
#site-footer .footbox__nav ul li a svg,
#site-footer .footbox__nav ul li span svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
}
#site-footer .copy {
  padding: 32px 0;
  font-size: 0.8rem;
  border-top: rgba(28, 29, 57, 0.08) 1px solid;
  text-align: center;
  display: block;
}

.secondary {
  position: relative;
  top: -1px;
}
.secondary__pic {
  min-height: 460px;
  height: 56.666vh;
  max-height: 600px;
  position: relative;
  z-index: 2;
  margin: 20px;
  margin-bottom: 0;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1119px) {
  .secondary__pic {
    margin: 0;
    height: auto;
    min-height: 1px;
    border-radius: 0;
  }
}
.secondary__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.05);
  animation: blurZoomOut 4000ms linear forwards;
}
@media screen and (max-width: 640px) {
  .secondary__pic img {
    height: 240px;
  }
}
@keyframes blurZoomOut {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.secondary__title {
  color: #f8fafd;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  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;
  padding: 0 calc(var(--size) + 3.2vw);
  z-index: 3;
}
.secondary__title h1 {
  font-size: 1.72rem;
  line-height: 1;
  font-weight: 700;
  transform: translateY(10px);
  padding: 0 0 0 40px;
  text-shadow: 0 0 32px rgba(28, 29, 57, 0.16);
}
@media screen and (max-width: 640px) {
  .secondary__title h1 {
    font-size: 1rem;
    padding: 0 0 0 calc(var(--size) + 3.2vw);
  }
}
.secondary__title h1:before {
  content: attr(data-eng);
  font-size: 5.2rem;
  display: block;
  margin: 0 0 0.6rem;
}
@media screen and (max-width: 640px) {
  .secondary__title h1:before {
    font-size: 2.4rem;
  }
}
.secondary__bread {
  position: absolute;
  right: calc(var(--size) + 3.2vw);
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .secondary__bread {
    right: 5px;
  }
}
.secondary__bread 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;
  transform: translateY(50%);
}
.secondary__bread ol li {
  margin: 0 16px 0 0;
  font-size: 0.88rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .secondary__bread ol li {
    font-size: 0.8rem;
  }
}
.secondary__bread ol li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #f8fafd;
  transform: translateX(50%);
  clip-path: polygon(0 20%, 100% 50%, 0 80%);
  z-index: -1;
}
.secondary__bread ol li:last-child:before {
  display: none;
}
.secondary__bread ol li a {
  color: #1c1d39;
}
.secondary__bread ol li a:hover span {
  color: #1479eb;
}
.secondary__bread ol li span {
  background: #f8fafd;
  padding: 8px 16px;
  display: block;
  border-radius: 4px;
}

#backgroundCanvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.site-index .firstview {
  width: 100%;
  height: 100vh;
  min-height: 640px;
  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;
  z-index: 10;
  overflow: hidden;
  perspective: 1000px;
}
@media screen and (max-width: 640px) {
  .site-index .firstview {
    min-height: 400px;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}
.site-index .firstview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vh;
  background: linear-gradient(to bottom, #f8fafd 0%, rgba(248, 250, 253, 0) 100%);
  opacity: 0.56;
  z-index: -1;
}
.site-index .firstview__pic {
  content: "";
  width: 56%;
  height: calc(100% - var(--head) * 1);
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50% 0 0 0;
}
@media screen and (max-width: 1119px) {
  .site-index .firstview__pic {
    border-radius: 256px 0 0 0;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .site-index .firstview__pic {
    border-radius: 56px 0 0 0;
  }
}
.site-index .firstview__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.site-index .firstview__inner {
  position: relative;
  z-index: 10;
  text-align: left;
  line-height: 1.1;
  margin: 0 0 0 6.4vw;
}
.site-index .firstview__inner .eng {
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0.004em;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1119px) {
  .site-index .firstview__inner .eng {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 640px) {
  .site-index .firstview__inner .eng {
    font-size: 1.88rem;
    line-height: 1.3;
  }
}
.site-index .firstview__inner .eng span {
  color: #1479eb;
  display: inline-block;
  position: relative;
}
.site-index .firstview__inner .eng span:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  background: #1479eb;
}
.site-index .firstview__inner h1 {
  font-size: 1.44rem;
  font-weight: 700;
  line-height: 1.7;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 1119px) {
  .site-index .firstview__inner h1 {
    font-size: 1.32rem;
  }
}
@media screen and (max-width: 640px) {
  .site-index .firstview__inner h1 {
    font-size: 0.92rem;
    text-align: justify;
    max-width: 37.2vw;
  }
  .site-index .firstview__inner h1 br {
    display: none;
  }
}
.site-index .firstview__news {
  width: 48%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 1119px) {
  .site-index .firstview__news {
    width: 72%;
  }
}
@media screen and (max-width: 640px) {
  .site-index .firstview__news {
    width: calc(100% - calc(var(--size) + 3.2vw));
  }
}
.site-index .firstview__news a {
  padding: 24px calc(calc(var(--size) + 3.2vw) * 0.5);
  padding-right: 48px;
  background: #e9eef5;
  border-radius: 0 12px 0 0;
  color: #1c1d39;
  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;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-index .firstview__news a {
    padding: 12px calc(var(--size) + 3.2vw);
  }
}
@media screen and (max-width: 640px) {
  .site-index .firstview__news a {
    justify-content: flex-start;
  }
}
.site-index .firstview__news time,
.site-index .firstview__news span {
  width: 100px;
  text-align: center;
  background: rgb(211.9625, 221.74375, 235.4375);
  border-radius: 0 12px 0 12px;
  font-size: 0.88rem;
  padding: 3px 0;
}
@media screen and (max-width: 1119px) {
  .site-index .firstview__news time,
  .site-index .firstview__news span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .site-index .firstview__news time,
  .site-index .firstview__news span {
    margin: 0 8px 0 0;
  }
}
.site-index .firstview__news i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 0.8rem;
}
.site-index .firstview__news p {
  width: calc(100% - 200px - 24px);
  font-size: 1.12rem;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 1119px) {
  .site-index .firstview__news p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .site-index .firstview__news p {
    width: 100%;
    padding: 8px 0 0;
  }
}
.site-index .firstview__scroll {
  position: absolute;
  right: 40px;
  bottom: 24px;
  z-index: 2;
  color: #1479eb;
  font-weight: 500;
  font-size: 0.96rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-index .firstview__scroll {
    display: none;
  }
}
.site-index .firstview__scroll span {
  display: block;
  width: 72px;
  height: 72px;
  background: #f8fafd;
  border-radius: 50%;
  box-shadow: 0 0 32px rgba(20, 96, 235, 0.08);
  margin: 0 0 1rem;
  position: relative;
}
.site-index .firstview__scroll span i {
  width: 4px;
  height: 4px;
  background: #1479eb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: movesc 2000ms ease-in-out infinite;
}
@keyframes movesc {
  0% {
    top: 30%;
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  30%, 70% {
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(2);
  }
  50% {
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
  100% {
    top: 70%;
    opacity: 0;
    transform: translate(-50%, -50%);
  }
}
.site-index .firstview canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.site-index .first {
  position: relative;
  z-index: 2;
}
.site-index .first h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-index .first h2 {
    font-size: 1.32rem;
  }
}
.site-index .first h2:before {
  content: attr(data-eng);
  display: block;
  font-size: 0.92rem;
  color: #1479eb;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.site-index .first__context {
  text-align: center;
  font-size: 1.12rem;
  margin: 1rem 0 0;
}
.site-index .first__pics {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  margin: 4rem 0 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-index .first__pics {
    margin: 2rem 0 0;
  }
}
.site-index .first__pics img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  .site-index .first__pics img {
    border-radius: 4px;
  }
}
.site-index .about {
  position: relative;
  z-index: 1;
}
.site-index .about::before {
  content: "";
  width: 25%;
  height: 50%;
  background: linear-gradient(45deg, rgba(0, 232, 247, 0.24) 0%, #1479eb 100%);
  position: absolute;
  border-radius: 0 24px 24px 0;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.24;
}
@media screen and (max-width: 640px) {
  .site-index .about::before {
    height: 30%;
  }
}
.site-index .about .max {
  position: relative;
}
.site-index .about .max .eng {
  font-size: 10.2rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: -1rem;
  transform: translateY(-100%);
  opacity: 0.8;
}
@media screen and (max-width: 1119px) {
  .site-index .about .max .eng {
    font-size: 5.6rem;
    top: -3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .site-index .about .max .eng {
    font-size: 2.8rem;
    right: 0;
    top: -2rem;
  }
}
.site-index .about .max .eng span {
  color: transparent;
  background: linear-gradient(-45deg, rgba(0, 232, 247, 0.24) 0%, #1479eb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block;
}
.site-index .about__clum {
  display: grid;
  grid-template-columns: 1.36fr 1fr;
  grid-column-gap: calc(var(--size) + 3.2vw);
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1119px) {
  .site-index .about__clum {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .site-index .about__clum {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
}
.site-index .about__clum__pic {
  width: 100%;
  padding: 62.5% 0 0;
  position: relative;
}
.site-index .about__clum__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.site-index .about__clum__data {
  align-self: center;
}
.site-index .about__clum__data__box {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 24px;
  font-size: 1.08rem;
}
@media screen and (max-width: 1119px) {
  .site-index .about__clum__data__box {
    padding: 40px 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .site-index .about__clum__data__box {
    padding: 0;
  }
}
.site-index .about__clum__data__box h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 1119px) {
  .site-index .about__clum__data__box h2 {
    white-space: normal;
    font-size: 1.72rem;
  }
}
.site-index .about__clum__data__box h2:before {
  content: attr(data-eng);
  font-size: 0.92rem;
  color: #1479eb;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin: 0 0 1.6rem 0.04em;
}
.site-index .threewrap {
  position: relative;
}
.site-index .threewrap::before {
  content: "";
  width: 25%;
  height: 50%;
  background: linear-gradient(-45deg, rgba(0, 232, 247, 0.24) 0%, #1479eb 100%);
  position: absolute;
  border-radius: 24px 0 0 24px;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.24;
}
.site-index .threewrap .max {
  position: relative;
}
.site-index .threewrap .max h2 {
  font-size: 10.2rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: -1rem;
  transform: translateY(-100%);
  opacity: 0.8;
}
@media screen and (max-width: 1119px) {
  .site-index .threewrap .max h2 {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 640px) {
  .site-index .threewrap .max h2 {
    font-size: 2.8rem;
    left: 0;
    top: -1rem;
  }
}
.site-index .threewrap .max h2 span {
  color: transparent;
  background: linear-gradient(45deg, #1479eb 0%, rgba(0, 232, 247, 0.24) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block;
}
.site-index .three {
  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 .three {
    display: block;
  }
}
.site-index .three li {
  width: 31.5%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .site-index .three li {
    width: auto;
    height: auto;
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 1119px) and (max-width: 640px) {
  .site-index .three li {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1119px) {
  .site-index .three li:last-child {
    margin-bottom: 0;
  }
}
.site-index .three li:nth-child(1) {
  transform: translateY(calc(25% * 1));
}
.site-index .three li:nth-child(2) {
  transform: translateY(calc(25% * 2));
}
.site-index .three li:nth-child(3) {
  transform: translateY(calc(25% * 3));
}
.site-index .three li a {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafd;
  color: #1c1d39;
  box-shadow: 0 0 16px rgba(20, 96, 235, 0.06);
}
@media screen and (max-width: 640px) {
  .site-index .three li a {
    border-radius: 6px;
  }
}
.site-index .three li a:hover img {
  opacity: 1;
}
.site-index .three li figure {
  width: 100%;
  height: calc(30vh + 256px);
  max-height: 640px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media screen and (max-width: 1119px) {
  .site-index .three li figure {
    width: 50%;
    height: 20rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  .site-index .three li figure {
    width: 100%;
    height: 56.25vw;
  }
}
.site-index .three li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
}
.site-index .three li dl {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 26px 32px;
  z-index: 2;
  background: #FFF;
}
@media screen and (max-width: 1119px) {
  .site-index .three li dl {
    width: 50%;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 640px) {
  .site-index .three li dl {
    padding: 24px calc(var(--size) + 3.2vw) 20px;
    position: relative;
    width: auto;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
}
.site-index .three li dl dt {
  font-weight: 700;
  font-size: 1.24rem;
  margin: 0 0 8px;
  padding: 0 0 0 3.2rem;
  position: relative;
}
.site-index .three li dl dt::before {
  content: attr(data-eng) ".";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.024em;
  color: #1479eb;
  position: absolute;
  left: 0;
  bottom: 0.24rem;
}
.site-index .three li dl dd {
  font-size: 1.02rem;
  line-height: 1.72;
}
.site-index .three .plus {
  width: 48px;
  height: 48px;
  color: #1479eb;
  background: #f8fafd;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 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;
  z-index: 20;
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  box-shadow: 0 0 16px rgba(20, 96, 235, 0.08);
}
@media screen and (max-width: 1119px) {
  .site-index .three .plus {
    background: #1479eb;
    color: #f8fafd;
  }
}
.site-index .news .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;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .site-index .news .clum {
    display: block;
  }
}
.site-index .news .title {
  width: 240px;
  font-weight: 700;
  line-height: 1;
  margin: 24px 0 0;
}
.site-index .news .title:before {
  color: #1479eb;
  content: attr(data-eng);
  font-size: 2.4rem;
  display: block;
  margin: 0 0 12px;
}
.site-index .news .list {
  width: calc(100% - 240px - 180px);
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1119px) {
  .site-index .news .list {
    width: auto;
    padding: 0;
    margin: 32px 0 0;
  }
}
.site-index .news .list li {
  border-bottom: rgba(28, 29, 57, 0.08) 1px solid;
}
.site-index .news .list li a {
  color: #1c1d39;
  padding: 24px 0;
  padding-right: 40px;
  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;
  position: relative;
}
.site-index .news .list li a:hover h4 {
  text-decoration: underline;
}
.site-index .news .list li a:hover svg {
  right: 12px;
}
.site-index .news .list li a time {
  font-size: 0.88rem;
  width: 100px;
  text-align: center;
  padding: 3px 0;
  display: block;
  background: rgb(218.975, 227.1625, 238.625);
  border-radius: 999px;
}
.site-index .news .list li a h4 {
  width: calc(100% - 100px);
  font-size: 1.08rem;
  line-height: 1.6;
  padding: 0 0 0 32px;
}
@media screen and (max-width: 640px) {
  .site-index .news .list li a h4 {
    padding: 0 0 0 20px;
  }
}
.site-index .news .list li a svg {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: right 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.site-index .news .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  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: #f8fafd;
  background: #1479eb;
  border-radius: 12px;
}
@media screen and (max-width: 1119px) {
  .site-index .news .more {
    width: auto;
    height: auto;
    padding: 12px 48px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 640px) {
  .site-index .news .more {
    padding: 12px 24px;
  }
}
.site-index .news .more__icon i {
  display: block;
  text-align: center;
  font-size: 1.12rem;
  margin: 0 0 12px;
}
@media screen and (max-width: 1119px) {
  .site-index .news .more__icon i {
    margin: 0 8px 0 0;
    display: inline-block;
  }
}
.site-index .kussion {
  margin: 0 calc(var(--size) + 3.2vw);
  height: 125vh;
  background: #1c1d39;
  border-radius: 12px;
  background: url(/images/index/kussion.webp) no-repeat fixed center center/cover;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .site-index .kussion {
    background: url(/images/index/kussion.webp) no-repeat center center/cover;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.site-index .kussion__overlay {
  background: rgba(17, 17, 17, 0.64);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.site-index .kussion__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.site-index .kussion__box__dl {
  color: #f8fafd;
  position: sticky;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .site-index .kussion__box__dl {
    padding: 0 calc(var(--size) + 3.2vw);
  }
}
.site-index .kussion__box__dl dt {
  font-size: 4.12rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-index .kussion__box__dl dt {
    font-size: 1.72rem;
  }
}
.site-index .kussion__box__dl dd {
  font-size: 1.24rem;
}
@media screen and (max-width: 640px) {
  .site-index .kussion__box__dl dd {
    font-size: 1rem;
  }
}

.site-company .context {
  text-align: center;
  background: #f8fafd;
  padding: 56px 48px;
  box-shadow: 0 0 32px rgba(20, 96, 235, 0.04);
  border-radius: 8px;
  margin: 0 0 104px;
}
@media screen and (max-width: 640px) {
  .site-company .context {
    padding: calc(calc(var(--size) + 3.2vw) * 1.5) calc(var(--size) + 3.2vw);
    margin: 0 0 56px;
  }
}
.site-company .context h2 {
  font-size: 1.72rem;
  font-weight: 700;
  line-height: 1.56;
}
@media screen and (max-width: 640px) {
  .site-company .context h2 {
    font-size: 1.24rem;
  }
}
.site-company .context h2:before {
  content: attr(data-eng);
  font-size: 1rem;
  color: #1479eb;
  display: block;
  margin: 0 0 0.6rem;
}
.site-company .context__tt {
  font-size: 1.08rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 640px) {
  .site-company .context__tt {
    font-size: 1rem;
  }
}
.site-company .overview {
  background: #f8fafd;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .site-company .overview {
    padding: 0 calc(var(--size) + 3.2vw);
  }
}
.site-company .overview__company {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
@media screen and (max-width: 640px) {
  .site-company .overview__company {
    grid-template-columns: 1fr;
  }
}
.site-company .overview dl {
  padding: 40px 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;
  border-top: #e8eaec 1px solid;
  font-size: 1.08rem;
}
@media screen and (max-width: 640px) {
  .site-company .overview dl {
    padding: calc(var(--size) + 3.2vw) 0;
    font-size: 0.92rem;
  }
}
.site-company .overview dl:nth-child(-n+2) {
  border-top: none;
}
@media screen and (max-width: 640px) {
  .site-company .overview dl:nth-child(-n+2) {
    border-top: #e8eaec 1px solid;
  }
}
.site-company .overview dl dt {
  width: 9rem;
  font-weight: 700;
}
.site-company .overview dl dd {
  width: calc(100% - 9rem);
}
.site-company .overview dl dd a {
  color: #1c1d39;
  text-decoration: underline;
}
.site-company .overview dl dd a:hover {
  color: #1479eb;
}
.site-company .overview dl dd a i {
  display: inline-block;
  margin: 0 0 0 8px;
  color: #1479eb;
}

.site-facility .context {
  text-align: center;
  font-size: 1.72rem;
  line-height: 1.66;
  font-weight: 700;
  margin: 0 0 3.6rem;
}
@media screen and (max-width: 640px) {
  .site-facility .context {
    font-size: 1.24rem;
    margin: 0 16px 2.4rem;
  }
}
.site-facility .context strong {
  color: #1460eb;
}
.site-facility .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2.4rem;
}
@media screen and (max-width: 1119px) {
  .site-facility .list {
    grid-column-gap: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .site-facility .list {
    grid-template-columns: 1fr;
    grid-row-gap: calc(var(--size) + 3.2vw);
  }
}
.site-facility .list li {
  background: #f8fafd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(20, 96, 235, 0.04);
}
.site-facility .list li:nth-child(1) dl dt:before {
  content: "01.";
}
.site-facility .list li:nth-child(2) dl dt:before {
  content: "02.";
}
.site-facility .list li:nth-child(3) dl dt:before {
  content: "03.";
}
.site-facility .list li figure img {
  width: 100%;
}
.site-facility .list li dl {
  padding: 32px;
}
@media screen and (max-width: 1119px) {
  .site-facility .list li dl {
    padding: 24px;
  }
}
@media screen and (max-width: 640px) {
  .site-facility .list li dl {
    padding: calc(var(--size) + 3.2vw);
  }
}
.site-facility .list li dl dt {
  font-size: 1.24rem;
  line-height: 1.56;
  font-weight: 700;
  margin: 0 0 12px;
}
.site-facility .list li dl dt:before {
  display: inline-block;
  margin: 0 4px 0 0;
}
.site-facility .list li dl dd {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 16px;
  padding-left: 1.6rem;
  border-bottom: #e8eaec 1px dashed;
  line-height: 1.6;
}
.site-facility .list li dl dd:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.site-facility .list li dl dd:nth-of-type(odd):before {
  background: #ffd522;
}
.site-facility .list li dl dd:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #1479eb;
  position: absolute;
  top: 0.32rem;
  left: 0;
  border-radius: 2px;
}
.site-facility .clum {
  margin: 4rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2.4rem;
}
@media screen and (max-width: 640px) {
  .site-facility .clum {
    grid-template-columns: 1fr;
    grid-row-gap: calc(var(--size) + 3.2vw);
  }
}
.site-facility .clum table {
  background: #f8fafd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(20, 96, 235, 0.04);
  font-size: 1.08rem;
}
.site-facility .clum table tbody tr {
  border-bottom: #e8eaec 1px solid;
}
.site-facility .clum table tbody tr:last-child {
  border-bottom: none;
}
.site-facility .clum table tbody tr th, .site-facility .clum table tbody tr td {
  padding: 32px;
}
@media screen and (max-width: 1119px) {
  .site-facility .clum table tbody tr th, .site-facility .clum table tbody tr td {
    padding: 24px;
  }
}
.site-facility .clum table tbody tr th {
  text-align: left;
  width: 12rem;
}
@media screen and (max-width: 1119px) {
  .site-facility .clum table tbody tr th {
    width: 10rem;
  }
}
.site-facility .clum figure {
  background: #f8fafd;
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(20, 96, 235, 0.04);
  padding: 4rem 5.6rem;
  overflow: hidden;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-facility .clum figure {
    padding: calc(var(--size) + 3.2vw);
  }
}
.site-facility .clum figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(204.95, 216.325, 232.25);
  padding: 12px 32px;
  border-radius: 0 0 999px 0;
}
@media screen and (max-width: 640px) {
  .site-facility .clum figure figcaption {
    padding: 8px 16px;
    padding-right: 24px;
  }
}
.site-facility .clum figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 500px;
}
.site-facility .pics {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.2rem;
  grid-row-gap: 2.4rem;
}
@media screen and (max-width: 640px) {
  .site-facility .pics {
    grid-template-columns: 1fr;
    grid-row-gap: calc(var(--size) + 3.2vw);
  }
}
.site-facility .pics figure {
  padding: 1rem;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(20, 96, 235, 0.04);
}
@media screen and (max-width: 640px) {
  .site-facility .pics figure {
    padding: calc(var(--size) + 3.2vw);
  }
}
.site-facility .pics figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.site-business i.alt {
  color: #f33e69;
  display: inline-block;
  margin: 0 0.4rem 0 0;
}
.site-business i.alt.last {
  margin: 0 0 0 0.4rem;
}
.site-business .mission {
  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;
  background: #f8fafd;
  padding: 48px;
  box-shadow: 0 0 32px rgba(20, 96, 235, 0.04);
  border-radius: 8px;
}
@media screen and (max-width: 1119px) {
  .site-business .mission {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .site-business .mission {
    padding: calc(calc(var(--size) + 3.2vw) * 1.5) calc(var(--size) + 3.2vw);
  }
}
.site-business .mission__title {
  font-size: 2rem;
  line-height: 1;
  color: #1479eb;
}
@media screen and (max-width: 640px) {
  .site-business .mission__title {
    font-size: 1.44rem;
  }
}
.site-business .mission__desc {
  max-width: 780px;
  padding: 0 0 0 5.6rem;
  font-size: 1.08rem;
}
@media screen and (max-width: 1119px) {
  .site-business .mission__desc {
    padding: 1.2rem 0 0;
  }
}
.site-business .clum {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  padding: 72px 0 0;
}
@media screen and (max-width: 640px) {
  .site-business .clum {
    display: block;
    padding: 48px 0 0;
  }
}
.site-business .clum__pic img {
  width: 100%;
  border-radius: 8px;
}
.site-business .clum__data {
  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;
  padding: 0 0 0 calc(var(--size) + 3.2vw);
}
@media screen and (max-width: 640px) {
  .site-business .clum__data {
    padding: 32px 0 0;
  }
}
.site-business .clum__data__inner {
  max-width: 620px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1119px) {
  .site-business .clum__data__inner {
    padding: 0;
  }
}
.site-business .clum__data__inner dt {
  color: #1479eb;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 1119px) {
  .site-business .clum__data__inner dt {
    font-size: 1.56rem;
  }
}
@media screen and (max-width: 640px) {
  .site-business .clum__data__inner dt {
    font-size: 1.32rem;
  }
}
.site-business .clum__data__inner dd {
  margin: 1rem 0 0;
  font-size: 1.08rem;
}
.site-business .clum__data__inner dd.btnarea {
  margin: 2rem 0 0;
}
.site-business .listdata {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: calc(calc(var(--size) + 3.2vw) * 0.5);
  padding: 72px 0 0;
}
@media screen and (max-width: 640px) {
  .site-business .listdata {
    grid-template-columns: 1fr;
    grid-row-gap: calc(var(--size) + 3.2vw);
  }
}
.site-business .listdata__item {
  background: #f8fafd;
  padding: 40px 48px;
  box-shadow: 0 0 32px rgba(20, 96, 235, 0.04);
  border-radius: 8px;
}
@media screen and (max-width: 1119px) {
  .site-business .listdata__item {
    padding: 32px;
  }
}
@media screen and (max-width: 640px) {
  .site-business .listdata__item {
    padding: calc(var(--size) + 3.2vw);
  }
}
.site-business .listdata__item__title {
  line-height: 1.2;
  font-size: 1.56rem;
  color: #1479eb;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-business .listdata__item__title {
    font-size: 1.32rem;
    padding: 0.4rem 0 0;
  }
}
.site-business .listdata__item__data {
  margin: 1.6rem 0;
  background: #e9eef5;
  padding: 16px;
  border-radius: 2px;
}
.site-business .listdata__item__list li {
  font-size: 1.12rem;
  position: relative;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 1119px) {
  .site-business .listdata__item__list li {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: #e8eaec 1px solid;
  }
  .site-business .listdata__item__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
@media screen and (max-width: 640px) {
  .site-business .listdata__item__list li {
    font-size: 1rem;
  }
}
.site-business .listdata__item__list li i {
  color: #1479eb;
  font-size: 1.24rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.site-business .test {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: calc(calc(var(--size) + 3.2vw) * 0.5);
  grid-row-gap: calc(calc(var(--size) + 3.2vw) * 0.5);
}
@media screen and (max-width: 1119px) {
  .site-business .test {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .site-business .test {
    grid-row-gap: calc(var(--size) + 3.2vw);
  }
}
.site-business .test__box {
  background: #f8fafd;
  padding: 40px;
  box-shadow: 0 0 32px rgba(20, 96, 235, 0.04);
  border-radius: 8px;
}
@media screen and (max-width: 1119px) {
  .site-business .test__box {
    padding: 32px;
  }
}
@media screen and (max-width: 640px) {
  .site-business .test__box {
    padding: calc(var(--size) + 3.2vw);
  }
}
.site-business .test__box h4 {
  background: #1479eb;
  color: #f8fafd;
  text-align: center;
  margin: 0 0 1.6rem;
  font-size: 1.32rem;
  font-weight: 700;
  padding: 16px 0;
  line-height: 1.2;
}
.site-business .test__box__sub {
  padding: 10px 16px;
  border: #1479eb 1px solid;
  color: #1479eb;
  font-size: 1.12rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 1.6rem;
}
.site-business .test__box__sub .normal {
  color: #1c1d39;
  font-size: 0.92rem;
}
.site-business .test__box__p {
  margin: 1.6rem 0 0;
}
.site-business .test__box__p strong {
  color: #1460eb;
}
.site-business .test__box table {
  border: rgba(28, 29, 57, 0.06) 1px solid;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .site-business .test__box table {
    font-size: 0.92rem;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .site-business .test__box table thead,
  .site-business .test__box table tbody {
    display: block;
  }
}
.site-business .test__box table thead tr,
.site-business .test__box table tbody tr {
  font-size: 0.92rem;
  border-bottom: rgba(28, 29, 57, 0.06) 1px solid;
}
@media screen and (max-width: 640px) {
  .site-business .test__box table thead tr,
  .site-business .test__box table tbody tr {
    display: block;
  }
  .site-business .test__box table thead tr:last-child,
  .site-business .test__box table tbody tr:last-child {
    border-bottom: none;
  }
}
.site-business .test__box table thead tr th,
.site-business .test__box table tbody tr th {
  width: 10rem;
  background: rgb(236.50625, 240.709375, 246.59375);
}
@media screen and (max-width: 640px) {
  .site-business .test__box table thead tr th,
  .site-business .test__box table tbody tr th {
    width: auto;
  }
}
.site-business .test__box table thead tr th, .site-business .test__box table thead tr td,
.site-business .test__box table tbody tr th,
.site-business .test__box table tbody tr td {
  text-align: left;
  vertical-align: middle;
  padding: 1rem;
}
@media screen and (max-width: 640px) {
  .site-business .test__box table thead tr th, .site-business .test__box table thead tr td,
  .site-business .test__box table tbody tr th,
  .site-business .test__box table tbody tr td {
    display: block;
  }
}
.site-business .test__box table thead tr td ul,
.site-business .test__box table tbody tr td 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;
  justify-content: flex-start;
}
.site-business .test__box table thead tr td ul li,
.site-business .test__box table tbody tr td ul li {
  padding: 4px 12px;
  background: #e9eef5;
  margin: 4px 8px 4px 0;
  border-radius: 2px;
}
.site-business .test__box table thead tr td dl,
.site-business .test__box table tbody tr td dl {
  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 12px;
}
.site-business .test__box table thead tr td dl:last-of-type,
.site-business .test__box table tbody tr td dl:last-of-type {
  margin-bottom: 0;
}
.site-business .test__box table thead tr td dl dt,
.site-business .test__box table tbody tr td dl dt {
  width: 120px;
  background: #e9eef5;
  padding: 6px 0;
  text-align: center;
}
.site-business .test__box table thead tr td dl dd,
.site-business .test__box table tbody tr td dl dd {
  width: calc(100% - 120px - 20px);
}
@media screen and (max-width: 640px) {
  .site-business .test__box__table tbody.sphide,
  .site-business .test__box__table thead.sphide {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .site-business .test__box__table tbody tr td:last-of-type,
  .site-business .test__box__table thead tr td:last-of-type {
    border: none;
  }
}
.site-business .test__box__table tbody tr td,
.site-business .test__box__table thead tr td {
  border: #e8eaec 1px solid;
}
@media screen and (max-width: 640px) {
  .site-business .test__box__table tbody tr td,
  .site-business .test__box__table thead tr td {
    border: none;
    border-bottom: #e8eaec 1px solid;
  }
  .site-business .test__box__table tbody tr td:before,
  .site-business .test__box__table thead tr td:before {
    content: attr(data-name);
    width: 8rem;
    font-size: 0.9rem;
    background: #e9eef5;
    padding: 0.4rem 0;
    text-align: center;
    display: inline-block;
    margin: 0 0.8rem 0 0;
  }
}
.site-business .price {
  background: #f8fafd;
  padding: 40px;
  box-shadow: 0 0 32px rgba(20, 96, 235, 0.04);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: calc(calc(var(--size) + 3.2vw) * 0.5);
}
@media screen and (max-width: 1119px) {
  .site-business .price {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .site-business .price {
    padding: calc(var(--size) + 3.2vw);
  }
}
.site-business .price__desc {
  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;
  position: relative;
}
@media screen and (max-width: 1119px) {
  .site-business .price__desc {
    padding: 40px 0;
    margin: 0 0 32px;
  }
}
.site-business .price__desc__pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.2;
}
.site-business .price__desc__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
}
.site-business .price__desc__inner {
  font-size: 1.16rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .site-business .price__desc__inner {
    font-size: 0.96rem;
    padding: 1rem;
    white-space: nowrap;
  }
}
.site-business .price__desc__inner strong {
  font-size: 2.2rem;
  color: #1479eb;
  display: inline-block;
  margin: 0 0 1.2rem;
  border-bottom: #1479eb 4px solid;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .site-business .price__desc__inner strong {
    font-size: 1.8rem;
    border-bottom-width: 3px;
  }
}
.site-business .price h4 {
  font-size: 1.32rem;
  font-weight: 700;
  margin: 0 0 1rem;
  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-business .price h4:before {
  font-size: 0.92rem;
  content: "●";
  display: inline-block;
  margin: 0 0.56rem 0 0;
  color: #1479eb;
}
.site-business .price table {
  border: rgba(28, 29, 57, 0.06) 1px solid;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .site-business .price table {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .site-business .price table thead,
  .site-business .price table tbody {
    display: block;
  }
}
.site-business .price table thead tr,
.site-business .price table tbody tr {
  font-size: 0.92rem;
}
@media screen and (max-width: 640px) {
  .site-business .price table thead tr,
  .site-business .price table tbody tr {
    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-business .price table thead tr br,
  .site-business .price table tbody tr br {
    display: none;
  }
}
.site-business .price table thead tr th,
.site-business .price table tbody tr th {
  width: 12rem;
  background: rgb(236.50625, 240.709375, 246.59375);
}
@media screen and (max-width: 640px) {
  .site-business .price table thead tr th,
  .site-business .price table tbody tr th {
    width: 100%;
  }
}
.site-business .price table thead tr th .sml,
.site-business .price table tbody tr th .sml {
  font-size: 0.88rem;
  line-height: 1.5;
}
.site-business .price table thead tr th, .site-business .price table thead tr td,
.site-business .price table tbody tr th,
.site-business .price table tbody tr td {
  border: rgba(28, 29, 57, 0.06) 1px solid;
  text-align: left;
  vertical-align: middle;
  padding: 1rem;
  font-size: 1.04rem;
}
@media screen and (max-width: 640px) {
  .site-business .price table thead tr th, .site-business .price table thead tr td,
  .site-business .price table tbody tr th,
  .site-business .price table tbody tr td {
    display: block;
    border: none;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .site-business .price table thead tr td,
  .site-business .price table tbody tr td {
    width: 50%;
  }
}
.site-business .price table thead tr td:nth-of-type(2),
.site-business .price table tbody tr td:nth-of-type(2) {
  color: #1479eb;
  font-weight: 700;
}

.site-news .title {
  color: #1460eb;
  font-size: 2.12rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 640px) {
  .site-news .title {
    font-size: 1.56rem;
    margin: 2rem 0 1rem;
  }
}
.site-news .list li {
  border-bottom: rgba(28, 29, 57, 0.08) 1px solid;
}
.site-news .list li a {
  color: #1c1d39;
  padding: 24px 0;
  padding-right: 40px;
  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;
  position: relative;
}
.site-news .list li a:hover h4 {
  text-decoration: underline;
}
.site-news .list li a:hover svg {
  right: 12px;
}
.site-news .list li a time {
  font-size: 0.88rem;
  width: 100px;
  text-align: center;
  padding: 3px 0;
  display: block;
  background: rgb(218.975, 227.1625, 238.625);
  border-radius: 999px;
}
.site-news .list li a h4 {
  width: calc(100% - 100px);
  font-size: 1.08rem;
  line-height: 1.6;
  padding: 0 0 0 32px;
}
.site-news .list li a svg {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: right 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.site-news .newstile {
  font-size: 1.66rem;
  font-weight: 700;
  line-height: 1.56;
  text-align: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 640px) {
  .site-news .newstile {
    font-size: 1.24rem;
  }
}
.site-news .newstile:before {
  content: "NEWS TITLE";
  font-weight: 400;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  line-height: 1;
  display: block;
  color: #1479eb;
  margin: 0 0 12px;
}
.site-news .newstime {
  text-align: center;
  margin: 1.2rem 0 3.2rem;
}
.site-news .detailbox {
  max-width: 80%;
  margin: 0 auto;
  font-size: 1.04rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .site-news .detailbox {
    max-width: 100%;
  }
}
.site-news .detailbox p {
  margin: 0 0 1.5rem;
}
.site-news .detailbox p:last-of-type {
  margin-bottom: 0;
}
.site-news .detailbox img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.site-news .detailbox iframe {
  width: 100%;
  height: 468px;
  vertical-align: bottom;
}
.site-recruit .alt {
  background: #f8fafd;
  padding: 4rem 0;
  text-align: center;
  font-size: 1.32rem;
  border-radius: 0.8rem;
}
.site-recruit .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;
  padding: 24px;
  background: #f8fafd;
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(20, 96, 235, 0.04);
}
@media screen and (max-width: 640px) {
  .site-recruit .localnav {
    display: block;
    padding: calc(var(--size) + 3.2vw);
  }
}
.site-recruit .localnav h2 {
  width: 300px;
  font-size: 1.32rem;
  font-weight: 700;
}
@media screen and (max-width: 1119px) {
  .site-recruit .localnav h2 {
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .site-recruit .localnav h2 {
    width: auto;
  }
}
.site-recruit .localnav h2 i {
  color: #1479eb;
  display: inline-block;
  margin: 0 12px 0 0;
}
.site-recruit .localnav__list {
  width: calc(100% - 300px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 1119px) {
  .site-recruit .localnav__list {
    width: calc(100% - 240px);
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .site-recruit .localnav__list {
    width: auto;
    grid-template-columns: 1fr;
    grid-row-gap: 0.5rem;
    margin: 1rem 0 0;
  }
}
.site-recruit .localnav__list li a {
  display: block;
  background: #f8fafd;
  border: #1479eb 1.5px solid;
  color: #1479eb;
  padding: 12px 0;
  text-align: center;
  font-size: 1.12rem;
  border-radius: 4px;
}
.site-recruit .localnav__list li a:hover {
  background: #1479eb;
  color: #f8fafd;
}
.site-recruit .recbox {
  background: #f8fafd;
  box-shadow: 0 0 16px rgba(20, 96, 235, 0.04);
  padding: 2rem;
  border-radius: 12px;
  margin: 72px 0 0;
}
@media screen and (max-width: 640px) {
  .site-recruit .recbox {
    margin: 32px 0 0;
    padding: calc(var(--size) + 3.2vw);
  }
}
.site-recruit .recbox__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;
  margin: 0 0 4rem;
}
@media screen and (max-width: 640px) {
  .site-recruit .recbox__clum {
    display: block;
  }
}
.site-recruit .recbox__clum__pic {
  width: 400px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1119px) {
  .site-recruit .recbox__clum__pic {
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .site-recruit .recbox__clum__pic {
    width: auto;
  }
}
.site-recruit .recbox__clum__pic img {
  width: 100%;
}
.site-recruit .recbox__clum__data {
  width: calc(100% - 400px);
  padding: 0 0 0 3.2rem;
}
@media screen and (max-width: 1119px) {
  .site-recruit .recbox__clum__data {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 640px) {
  .site-recruit .recbox__clum__data {
    width: auto;
    padding: 2rem 0 0;
  }
}
.site-recruit .recbox__clum__data dt {
  font-size: 1.88rem;
  font-weight: 700;
  color: #1460eb;
  line-height: 1.56;
  margin: 0 0 1rem;
}
@media screen and (max-width: 640px) {
  .site-recruit .recbox__clum__data dt {
    font-size: 1.32rem;
  }
}
.site-recruit .recbox__clum__data dd {
  font-size: 1.08rem;
}
@media screen and (max-width: 640px) {
  .site-recruit .recbox__clum__data dd {
    font-size: 1rem;
  }
}
.site-recruit .recbox table {
  width: 100%;
  border-collapse: collapse;
  border-top: #e8eaec 1px solid;
}
@media screen and (max-width: 640px) {
  .site-recruit .recbox table {
    display: block;
    border: none;
  }
}
@media screen and (max-width: 640px) {
  .site-recruit .recbox table tbody {
    display: block;
  }
}
.site-recruit .recbox table tbody tr {
  border-bottom: #e8eaec 1px solid;
}
@media screen and (max-width: 640px) {
  .site-recruit .recbox table tbody tr {
    display: block;
    border-bottom: none;
  }
}
.site-recruit .recbox table tbody tr th, .site-recruit .recbox table tbody tr td {
  text-align: left;
  vertical-align: middle;
  padding: 32px;
  font-size: 1.08rem;
}
@media screen and (max-width: 640px) {
  .site-recruit .recbox table tbody tr th, .site-recruit .recbox table tbody tr td {
    display: block;
    padding: 1rem;
  }
}
.site-recruit .recbox table tbody tr th {
  width: 240px;
  background: rgb(240.0125, 243.41875, 248.1875);
}
@media screen and (max-width: 640px) {
  .site-recruit .recbox table tbody tr th {
    width: auto;
  }
}

.site-contact .contactbox {
  text-align: center;
  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-contact .contactbox {
    display: block;
  }
}
.site-contact .contactbox__data {
  width: calc(50% - 8px);
  background: #f8fafd;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(20, 96, 235, 0.08);
}
@media screen and (max-width: 1119px) {
  .site-contact .contactbox__data {
    font-size: 0.92rem;
  }
}
@media screen and (max-width: 640px) {
  .site-contact .contactbox__data {
    width: auto;
    margin: 0 0 15px;
  }
  .site-contact .contactbox__data:last-of-type {
    margin: 0;
  }
}
.site-contact .contactbox__data dt {
  font-size: 1.32rem;
  font-weight: 700;
  margin: 0 0 2px;
}
.site-contact .contactbox__data__btn {
  margin: 12px 0 0;
}
.site-contact .contactbox__data__btn a {
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
  font-size: 1.12rem;
  display: inline-block;
  padding: 8px 64px;
  background: #1479eb;
  color: #FFF;
  border-radius: 999px;
  border: #1479eb 2px solid;
  font-size: 1.08rem;
  min-width: 320px;
}
@media screen and (max-width: 1119px) {
  .site-contact .contactbox__data__btn a {
    display: block;
    padding: 8px 16px;
  }
}
.site-contact .contactbox__data__btn a:hover {
  color: #1479eb;
  background-color: transparent;
}
@media screen and (max-width: 1119px) {
  .site-contact .contactbox__data__btn a {
    min-width: 1px;
  }
}
@media screen and (max-width: 640px) {
  .site-contact .contactbox__data__btn a {
    min-width: 1px;
    display: block;
    padding: 12px 0;
  }
}
.site-contact .message {
  background: rgb(229.49375, 235.290625, 243.40625);
  padding: 24px;
  margin: 0 0 48px;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .site-contact .message {
    padding: 15px;
    margin: 0 0 24px;
  }
}
.site-contact .message li {
  background: #FFF;
  font-size: 0.96rem;
  color: rgb(54.88, 56.84, 111.72);
  padding: 16px 24px;
  padding-left: 64px;
  margin: 0 0 8px;
  border-radius: 3px;
  position: relative;
}
.site-contact .message li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.32rem;
  color: #1479eb;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.site-contact .message li:last-child {
  margin: 0;
}
.site-contact .title {
  text-align: center;
  font-size: 2.4rem;
  color: #1460eb;
  font-weight: 700;
  margin: 0 0 0.2rem;
}
@media screen and (max-width: 640px) {
  .site-contact .title {
    font-size: 1.44rem;
    margin: 0 0 1rem;
  }
}
.site-contact .formstyle {
  width: 100%;
  border-collapse: collapse;
  /* ContactForm7 Format */
}
@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: rgba(28, 29, 57, 0.06) 1px solid;
}
@media screen and (max-width: 640px) {
  .site-contact .formstyle tbody tr {
    display: block;
    border-bottom: none;
  }
}
.site-contact .formstyle tbody tr th,
.site-contact .formstyle tbody tr td {
  text-align: left;
  vertical-align: middle;
  padding: 36px 0;
}
@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 {
  font-size: 1.08rem;
  width: 300px;
}
@media screen and (max-width: 1119px) {
  .site-contact .formstyle tbody tr th {
    width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .site-contact .formstyle tbody tr th {
    width: auto;
    background: #e9eef5;
    padding: 15px;
  }
}
.site-contact .formstyle tbody tr th.hiss:after {
  content: "必須項目";
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 500;
  background: #1479eb;
  padding: 3px 15px;
  border-radius: 3px;
  float: right;
}
.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 {
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
  font-size: 1rem;
  width: 100%;
  background: #f8fafd;
  border: #e8eaec 1px solid;
  padding: 12px 12px;
  border-radius: 3px;
  display: block;
  outline: none;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: background, box-shadow, transform;
}
.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 {
  background: #FFF;
  box-shadow: 0 0 32px rgba(28, 29, 57, 0.12);
  transform: scale(1.02);
}
.site-contact .formstyle tbody tr td textarea {
  height: 180px;
}
.site-contact .formstyle .mt {
  margin-top: 10px;
}
.site-contact .formstyle .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;
  margin: 0 0 0 -32px;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .site-contact .formstyle .flex {
    display: block;
    margin: 0;
  }
}
.site-contact .formstyle .flex__item {
  width: 50%;
  padding: 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;
  align-items: center;
  margin: 32px 0 0;
}
@media screen and (max-width: 640px) {
  .site-contact .formstyle .flex__item {
    width: auto;
    margin: 0 0 12px;
    padding: 0;
  }
  .site-contact .formstyle .flex__item:last-child {
    margin: 0;
  }
}
.site-contact .formstyle .flex__item:nth-of-type(-n+2) {
  margin-top: 0;
}
.site-contact .formstyle .flex__item__title {
  width: 80px;
}
.site-contact .formstyle .flex__item__content {
  width: calc(100% - 80px);
  padding: 0 0 0 12px;
}
.site-contact .formstyle .wpcf7-list-item {
  display: inline-block;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 640px) {
  .site-contact .formstyle .wpcf7-list-item {
    margin: 4px 8px 4px 0;
  }
}
.site-contact .formstyle .wpcf7-list-item label {
  background: rgb(229.49375, 235.290625, 243.40625);
  padding: 6px 16px;
  border-radius: 3px;
  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;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .site-contact .formstyle .wpcf7-list-item label {
    padding: 5px 12px;
    font-size: 0.92rem;
  }
}
.site-contact .formstyle .wpcf7-list-item label input:checked + * {
  color: #1479eb;
}
.site-contact .formstyle .wpcf7-list-item label .wpcf7-list-item-label {
  margin: 0 0 0 8px;
}
.site-contact .checkprivacy {
  margin: 2rem 0 0;
  text-align: center;
}
.site-contact .checkprivacy .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.site-contact .checkprivacy .wpcf7-acceptance .wpcf7-list-item label {
  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-contact .checkprivacy .wpcf7-acceptance .wpcf7-list-item label input {
  display: inline-block;
  margin: 0 0.48rem 0 0;
}
.site-contact .send {
  margin: 40px 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: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
  display: inline-block;
  padding: 16px 80px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 999px;
  font-size: 1.24rem;
  color: #f8fafd;
  border: none;
  position: relative;
  z-index: 1;
  background: #1479eb;
  border: #1479eb 1.5px solid;
}
@media screen and (max-width: 640px) {
  .site-contact .send input {
    font-size: 1.56rem;
    padding: 12px 0;
    width: 100%;
  }
}
.site-contact .send input:hover {
  color: #1479eb;
  background: #FFF;
}
.site-contact .privacy h2 {
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 0.64rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-contact .privacy h2 {
    font-size: 1.64rem;
  }
}
.site-contact .privacy .context {
  text-align: center;
}
.site-contact .privacy .box {
  background: #f8fafd;
  box-shadow: 0 0 24px rgba(20, 96, 235, 0.08);
  padding: 2.4rem;
  margin: 2rem 0 0;
  border-radius: 0.4rem;
}
.site-contact .privacy .box h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.site-contact .privacy .box .mb {
  padding: 0 0 1.6rem;
  margin: 0 0 1.6rem;
  border-bottom: #e8eaec 2px dashed;
}
.site-contact .privacy .box ol.mb {
  margin-top: 1rem;
}
.site-contact .privacy .box ol li {
  list-style: none;
  position: relative;
  padding: 0 0 0 1rem;
}
.site-contact .privacy .box ol li:nth-child(1):before {
  content: "1";
  position: absolute;
  top: 0;
  left: 0;
}
.site-contact .privacy .box ol li:nth-child(2):before {
  content: "2";
  position: absolute;
  top: 0;
  left: 0;
}
.site-contact .privacy .box ol li:nth-child(3):before {
  content: "3";
  position: absolute;
  top: 0;
  left: 0;
}
.site-contact .privacy .box ol li:nth-child(4):before {
  content: "4";
  position: absolute;
  top: 0;
  left: 0;
}
.site-contact .privacy .box ol li:nth-child(5):before {
  content: "5";
  position: absolute;
  top: 0;
  left: 0;
}
.site-contact .privacy .box ol li:nth-child(6):before {
  content: "6";
  position: absolute;
  top: 0;
  left: 0;
}
.site-contact .privacy .box ol li:nth-child(7):before {
  content: "7";
  position: absolute;
  top: 0;
  left: 0;
}
.site-contact .privacy .box ol li:nth-child(8):before {
  content: "8";
  position: absolute;
  top: 0;
  left: 0;
}
.site-contact .privacy .box ol li:nth-child(9):before {
  content: "9";
  position: absolute;
  top: 0;
  left: 0;
}
.site-contact .privacy .box ol li:nth-child(10):before {
  content: "10";
  position: absolute;
  top: 0;
  left: 0;
}

.availability {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 800ms cubic-bezier(0.65, 0, 0.35, 1);
}
.availability.active {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.availability.fadeout {
  opacity: 0;
}
.availability.fadeout * {
  pointer-events: none;
}
.availability__box {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  border-radius: 16px;
}
@media screen and (max-width: 1119px) {
  .availability__box {
    max-width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .availability__box {
    max-width: 92%;
  }
}
.availability__box__close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .availability__box__close {
    width: 32px;
    height: 32px;
  }
}
.availability__box__close:hover:before, .availability__box__close:hover:after {
  transform: translate(-50%, -50%);
}
.availability__box__close:before, .availability__box__close:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #1c1d39;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.availability__box__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.availability__box__inner {
  padding: 32px;
  overflow: auto;
  max-height: 88vh;
}
@media screen and (max-width: 640px) {
  .availability__box__inner {
    padding: 24px 16px 16px;
  }
}
.availability__box__inner__tablebox {
  margin: 32px 0 0;
}
@media screen and (max-width: 1119px) {
  .availability__box__inner__tablebox {
    width: 100%;
    overflow: scroll;
  }
  .availability__box__inner__tablebox:before {
    content: "横にスクロールしてご覧ください";
    display: block;
    margin: 0 0 12px;
    position: sticky;
    top: 0;
    left: 0;
    text-align: center;
  }
}
.availability__box__inner__alert {
  text-align: center;
  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;
}
.availability__box__inner__alert img {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  margin: 0 0.6rem 0 0;
}
.availability__box__inner__meta {
  text-align: center;
  position: relative;
  margin: 2.4rem 0 0;
}
.availability__box__inner__meta h5 {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .availability__box__inner__meta h5 {
    font-size: 2rem;
  }
}
.availability__box__inner__meta .next,
.availability__box__inner__meta .prev {
  position: absolute;
  cursor: pointer;
  background: #e9eef5;
  padding: 0.4rem 0.8rem;
  font-size: 0.92rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.availability__box__inner__meta .next:hover,
.availability__box__inner__meta .prev:hover {
  background: rgb(176.1428571429, 183, 189.8571428571);
  color: #f8fafd;
}
.availability__box__inner__meta .next {
  right: 0;
}
.availability__box__inner__meta .prev {
  left: 0;
}
.availability h4 {
  text-align: center;
  font-size: 1.72rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
@media screen and (max-width: 640px) {
  .availability h4 {
    font-size: 1.56rem;
    margin: 0 0 1rem;
  }
}
.availability figure {
  background: #FFF;
  padding: 32px 120px;
  border: #e8eaec 1px solid;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .availability figure {
    padding: 32px;
  }
}
.availability figure img {
  width: 100%;
}
.availability table {
  width: 100%;
  border-collapse: collapse;
  border: #e8eaec 1px solid;
}
@media screen and (max-width: 1119px) {
  .availability table {
    width: 180%;
  }
}
.availability table thead tr.part,
.availability table tbody tr.part {
  border-top: #e8eaec 24px solid;
}
.availability table thead tr th, .availability table thead tr td,
.availability table tbody tr th,
.availability table tbody tr td {
  vertical-align: middle;
  border: #e8eaec 1px solid;
  padding: 8px 0;
  font-size: 0.88rem;
}
@media screen and (max-width: 640px) {
  .availability table thead tr th, .availability table thead tr td,
  .availability table tbody tr th,
  .availability table tbody tr td {
    padding: 6px 0;
  }
}
@media screen and (max-width: 1119px) {
  .availability table thead tr th,
  .availability table tbody tr th {
    min-width: 64px;
  }
}
.availability table thead tr th.head,
.availability table tbody tr th.head {
  background: rgb(248.7571428571, 249.3, 249.8428571429);
  padding-left: 8px;
  padding-right: 8px;
  color: #1479eb;
  font-size: 1.66rem;
  font-weight: 400;
}
.availability table thead tr th span,
.availability table tbody tr th span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #747479;
  color: #FFF;
  border-radius: 50%;
  font-size: 1.12rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .availability table thead tr th span,
  .availability table tbody tr th span {
    width: 32px;
    height: 32px;
    font-size: 1.08rem;
  }
}
.availability table thead tr td,
.availability table tbody tr td {
  text-align: center;
  width: 54px;
  background: rgb(248.7571428571, 249.3, 249.8428571429);
  color: rgb(198.4857142857, 203.4, 208.3142857143);
}
@media screen and (max-width: 1119px) {
  .availability table thead tr td,
  .availability table tbody tr td {
    min-width: 54px;
    width: auto;
  }
}
.availability table thead tr td.active, .availability table thead tr td.alt,
.availability table tbody tr td.active,
.availability table tbody tr td.alt {
  background: #FFF;
  color: #666;
  font-size: 0.76rem;
  line-height: 1.6;
}
.availability table thead tr td.active:before, .availability table thead tr td.alt:before,
.availability table tbody tr td.active:before,
.availability table tbody tr td.alt:before {
  color: #ffd522;
  content: "●";
  display: block;
  font-size: 1rem;
}
.availability table thead tr td.alt:before,
.availability table tbody tr td.alt:before {
  color: orangered;
  content: "▲";
}
.availability table thead {
  background: rgb(243.1714285714, 244.2, 245.2285714286);
}
.availability table thead tr td {
  color: #1c1d39;
}

#container.alpha {
  min-height: 100vh;
  background: rgba(248, 250, 253, 0.12);
  backdrop-filter: saturate(90%) blur(20px);
  border-top: rgba(248, 250, 253, 0.32) 1px solid;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #container.alpha {
    min-height: 1px;
  }
}

.sitewrap {
  padding: 140px 0;
}
@media screen and (max-width: 1119px) {
  .sitewrap {
    padding: 96px 0;
  }
}
@media screen and (max-width: 640px) {
  .sitewrap {
    padding: 56px 0;
  }
}
.sitewrap.s {
  padding: 80px 0;
}
@media screen and (max-width: 1119px) {
  .sitewrap.s {
    padding: 64px 0;
  }
}
@media screen and (max-width: 640px) {
  .sitewrap.s {
    padding: 48px 0;
  }
}
.sitewrap.s-top {
  padding-top: 104px;
}
@media screen and (max-width: 1119px) {
  .sitewrap.s-top {
    padding-top: 72px;
  }
}
@media screen and (max-width: 640px) {
  .sitewrap.s-top {
    padding-top: 40px;
  }
}
.sitewrap.no-top {
  padding-top: 0;
}
.sitewrap.no-bottom {
  padding-bottom: 0;
}
.sitewrap.pa-l {
  padding-left: calc(var(--size) + 3.2vw);
}
.sitewrap.pa-r {
  padding-right: calc(var(--size) + 3.2vw);
}
.sitewrap.bg-white {
  background: #f8fafd;
}
.sitewrap.bg-alpha {
  background: rgba(248, 250, 253, 0.4);
  backdrop-filter: saturate(90%) blur(20px);
}
.sitewrap.bg-gray {
  background: #e9eef5;
}

.t-center {
  text-align: center;
  font-weight: 700;
  font-size: 1.32rem;
  line-height: 1;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 640px) {
  .t-center {
    font-size: 1.12rem;
    margin: 0 0 2rem;
  }
}
.t-center:before {
  content: attr(data-eng);
  font-size: 4.4rem;
  color: #1460eb;
  display: block;
  margin: 0.8rem;
}
@media screen and (max-width: 640px) {
  .t-center:before {
    font-size: 2.8rem;
  }
}

.btnarea {
  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;
  margin: 28px 0 0;
}
@media screen and (max-width: 640px) {
  .btnarea {
    display: block;
    text-align: center;
    margin: 24px 0 0;
  }
}
.btnarea.left {
  justify-content: flex-start;
}
.btnarea.l {
  margin: 56px 0 0;
}
@media screen and (max-width: 640px) {
  .btnarea.l {
    margin: 24px 0 0;
  }
}
.btnarea.l a,
.btnarea.l .cln {
  font-size: 1.32rem;
  padding: 16px 80px;
}
@media screen and (max-width: 640px) {
  .btnarea.l a,
  .btnarea.l .cln {
    padding: 12px 16px;
  }
}
.btnarea a,
.btnarea .cln {
  display: inline-block;
  padding: 10px 40px;
  padding-right: 52px;
  overflow: hidden;
  border-radius: 999px;
  font-size: 1.08rem;
  color: #f8fafd;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .btnarea a,
  .btnarea .cln {
    padding: 12px 16px;
    display: block;
  }
}
.btnarea a svg,
.btnarea .cln svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
.btnarea a:before, .btnarea a:after,
.btnarea .cln:before,
.btnarea .cln:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1479eb;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.btnarea a:after,
.btnarea .cln:after {
  width: 0;
  background: #1460eb;
  transition: width 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
.btnarea a:hover svg,
.btnarea .cln:hover svg {
  right: 16px;
}
.btnarea a:hover:after,
.btnarea .cln:hover:after {
  right: auto;
  left: 0;
  width: 100%;
}

.max {
  max-width: 1600px;
  margin: 0 auto;
}

.pager {
  margin: 48px 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;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .pager {
    margin: 24px 0 0;
  }
}
.pager a,
.pager span {
  width: 36px;
  height: 36px;
  background: #e9eef5;
  border: #e9eef5 2px solid;
  border-radius: 50%;
  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;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #1c1d39;
  transition: all 120ms cubic-bezier(0.65, 0, 0.35, 1);
}
.pager a:hover {
  border-color: #1479eb;
  background: #f8fafd;
  color: #1479eb;
  transform: scale(1.1);
}
.pager span {
  background: #1479eb;
  border-color: #1479eb;
  color: #f8fafd;
}

.grecaptcha-badge {
  z-index: 10;
}

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