/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap);
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss (1) ***!
  \**************************************************************************************************************************************************************************/
@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: calc(14.5px + (16 - 14.5) * ((100vw - 1440px) / (1920 - 1440)));
  --cx: 0;
  --cy: 0;
  --size: 32px;
  --screen: 0px;
  --dog: 0px;
  --head: 89.65px; }
  @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: 12px; } }

@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: .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: .3s opacity;
  -o-transition: .3s opacity;
  transition: .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: .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: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.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: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.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: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

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

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

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

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

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

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

@media screen and (min-width: 1120px) {
  * {
    margin: 0;
    padding: 0; }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  html {
    -webkit-text-size-adjust: none; }
  body {
    color: #393937;
    background: #f6f5f2;
    font-size: 1rem;
    line-height: 1.8;
    font-family: 'Roboto', 'Noto Sans JP', 'Yu Gothic', '游ゴシック' ,YuGothic, 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.024em; }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500; }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast; }
  i, strong {
    font-style: normal; }
  a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #D02; }
    a:hover {
      text-decoration: none;
      color: #ff1136; }
      a:hover img {
        opacity: .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; }
  body {
    color: #393937;
    background: #f6f5f2;
    font-size: 1rem;
    line-height: 1.8;
    font-family: 'Roboto', 'Noto Sans JP', 'Yu Gothic', '游ゴシック' ,YuGothic, 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.024em; }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500; }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast; }
  i, strong {
    font-style: normal; }
  a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #D02; }
    a:hover {
      text-decoration: none;
      color: #ff1136; }
      a:hover img {
        opacity: .8; }
  .clear {
    clear: both; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .display {
    width: auto;
    padding: 0 32px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0; }
  ul, ol {
    list-style: none; }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  input[type="submit"],
  input[type="button"],
  select,
  textarea {
    outline: none; } }
  @media screen and (max-width: 1119px) and (max-width: 1119px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="password"],
    input[type="submit"],
    input[type="button"],
    select,
    textarea {
      -webkit-appearance: none; } }

@media screen and (max-width: 640px) {
  * {
    margin: 0;
    padding: 0; }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  html {
    -webkit-text-size-adjust: none; }
  body {
    color: #393937;
    background: #f6f5f2;
    font-size: 1rem;
    line-height: 1.8;
    font-family: 'Roboto', 'Noto Sans JP', 'Yu Gothic', '游ゴシック' ,YuGothic, 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.024em; }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500; }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast; }
  i, strong {
    font-style: normal; }
  a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #D02; }
    a:hover {
      text-decoration: none;
      color: #ff1136; }
      a:hover img {
        opacity: .8; }
  .clear {
    clear: both; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .display {
    width: auto;
    padding: 0 16px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0; }
  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: #DDD 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: #DDD 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: #DDD 2px solid; }
  #wire .bo-t {
    border-top: #DDD 2px solid; }
  #wire .bo-l {
    border-left: #DDD 2px solid; }
  #wire .bo-r {
    border-right: #DDD 2px solid; }
  #wire .bo-b {
    border-bottom: #DDD 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: .24rem;
    border: #393937 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: #393937;
      opacity: .88;
      transform: translate(-50%, -50%) rotate(45deg); }
    #wire span.a:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  #wire .w-1 {
    width: 1%; }
  #wire .h-1 {
    height: 10px; }
  #wire .w-2 {
    width: 2%; }
  #wire .h-2 {
    height: 20px; }
  #wire .w-3 {
    width: 3%; }
  #wire .h-3 {
    height: 30px; }
  #wire .w-4 {
    width: 4%; }
  #wire .h-4 {
    height: 40px; }
  #wire .w-5 {
    width: 5%; }
  #wire .h-5 {
    height: 50px; }
  #wire .w-6 {
    width: 6%; }
  #wire .h-6 {
    height: 60px; }
  #wire .w-7 {
    width: 7%; }
  #wire .h-7 {
    height: 70px; }
  #wire .w-8 {
    width: 8%; }
  #wire .h-8 {
    height: 80px; }
  #wire .w-9 {
    width: 9%; }
  #wire .h-9 {
    height: 90px; }
  #wire .w-10 {
    width: 10%; }
  #wire .h-10 {
    height: 100px; }
  #wire .w-11 {
    width: 11%; }
  #wire .h-11 {
    height: 110px; }
  #wire .w-12 {
    width: 12%; }
  #wire .h-12 {
    height: 120px; }
  #wire .w-13 {
    width: 13%; }
  #wire .h-13 {
    height: 130px; }
  #wire .w-14 {
    width: 14%; }
  #wire .h-14 {
    height: 140px; }
  #wire .w-15 {
    width: 15%; }
  #wire .h-15 {
    height: 150px; }
  #wire .w-16 {
    width: 16%; }
  #wire .h-16 {
    height: 160px; }
  #wire .w-17 {
    width: 17%; }
  #wire .h-17 {
    height: 170px; }
  #wire .w-18 {
    width: 18%; }
  #wire .h-18 {
    height: 180px; }
  #wire .w-19 {
    width: 19%; }
  #wire .h-19 {
    height: 190px; }
  #wire .w-20 {
    width: 20%; }
  #wire .h-20 {
    height: 200px; }
  #wire .w-21 {
    width: 21%; }
  #wire .h-21 {
    height: 210px; }
  #wire .w-22 {
    width: 22%; }
  #wire .h-22 {
    height: 220px; }
  #wire .w-23 {
    width: 23%; }
  #wire .h-23 {
    height: 230px; }
  #wire .w-24 {
    width: 24%; }
  #wire .h-24 {
    height: 240px; }
  #wire .w-25 {
    width: 25%; }
  #wire .h-25 {
    height: 250px; }
  #wire .w-26 {
    width: 26%; }
  #wire .h-26 {
    height: 260px; }
  #wire .w-27 {
    width: 27%; }
  #wire .h-27 {
    height: 270px; }
  #wire .w-28 {
    width: 28%; }
  #wire .h-28 {
    height: 280px; }
  #wire .w-29 {
    width: 29%; }
  #wire .h-29 {
    height: 290px; }
  #wire .w-30 {
    width: 30%; }
  #wire .h-30 {
    height: 300px; }
  #wire .w-31 {
    width: 31%; }
  #wire .h-31 {
    height: 310px; }
  #wire .w-32 {
    width: 32%; }
  #wire .h-32 {
    height: 320px; }
  #wire .w-33 {
    width: 33%; }
  #wire .h-33 {
    height: 330px; }
  #wire .w-34 {
    width: 34%; }
  #wire .h-34 {
    height: 340px; }
  #wire .w-35 {
    width: 35%; }
  #wire .h-35 {
    height: 350px; }
  #wire .w-36 {
    width: 36%; }
  #wire .h-36 {
    height: 360px; }
  #wire .w-37 {
    width: 37%; }
  #wire .h-37 {
    height: 370px; }
  #wire .w-38 {
    width: 38%; }
  #wire .h-38 {
    height: 380px; }
  #wire .w-39 {
    width: 39%; }
  #wire .h-39 {
    height: 390px; }
  #wire .w-40 {
    width: 40%; }
  #wire .h-40 {
    height: 400px; }
  #wire .w-41 {
    width: 41%; }
  #wire .h-41 {
    height: 410px; }
  #wire .w-42 {
    width: 42%; }
  #wire .h-42 {
    height: 420px; }
  #wire .w-43 {
    width: 43%; }
  #wire .h-43 {
    height: 430px; }
  #wire .w-44 {
    width: 44%; }
  #wire .h-44 {
    height: 440px; }
  #wire .w-45 {
    width: 45%; }
  #wire .h-45 {
    height: 450px; }
  #wire .w-46 {
    width: 46%; }
  #wire .h-46 {
    height: 460px; }
  #wire .w-47 {
    width: 47%; }
  #wire .h-47 {
    height: 470px; }
  #wire .w-48 {
    width: 48%; }
  #wire .h-48 {
    height: 480px; }
  #wire .w-49 {
    width: 49%; }
  #wire .h-49 {
    height: 490px; }
  #wire .w-50 {
    width: 50%; }
  #wire .h-50 {
    height: 500px; }
  #wire .w-51 {
    width: 51%; }
  #wire .h-51 {
    height: 510px; }
  #wire .w-52 {
    width: 52%; }
  #wire .h-52 {
    height: 520px; }
  #wire .w-53 {
    width: 53%; }
  #wire .h-53 {
    height: 530px; }
  #wire .w-54 {
    width: 54%; }
  #wire .h-54 {
    height: 540px; }
  #wire .w-55 {
    width: 55%; }
  #wire .h-55 {
    height: 550px; }
  #wire .w-56 {
    width: 56%; }
  #wire .h-56 {
    height: 560px; }
  #wire .w-57 {
    width: 57%; }
  #wire .h-57 {
    height: 570px; }
  #wire .w-58 {
    width: 58%; }
  #wire .h-58 {
    height: 580px; }
  #wire .w-59 {
    width: 59%; }
  #wire .h-59 {
    height: 590px; }
  #wire .w-60 {
    width: 60%; }
  #wire .h-60 {
    height: 600px; }
  #wire .w-61 {
    width: 61%; }
  #wire .h-61 {
    height: 610px; }
  #wire .w-62 {
    width: 62%; }
  #wire .h-62 {
    height: 620px; }
  #wire .w-63 {
    width: 63%; }
  #wire .h-63 {
    height: 630px; }
  #wire .w-64 {
    width: 64%; }
  #wire .h-64 {
    height: 640px; }
  #wire .w-65 {
    width: 65%; }
  #wire .h-65 {
    height: 650px; }
  #wire .w-66 {
    width: 66%; }
  #wire .h-66 {
    height: 660px; }
  #wire .w-67 {
    width: 67%; }
  #wire .h-67 {
    height: 670px; }
  #wire .w-68 {
    width: 68%; }
  #wire .h-68 {
    height: 680px; }
  #wire .w-69 {
    width: 69%; }
  #wire .h-69 {
    height: 690px; }
  #wire .w-70 {
    width: 70%; }
  #wire .h-70 {
    height: 700px; }
  #wire .w-71 {
    width: 71%; }
  #wire .h-71 {
    height: 710px; }
  #wire .w-72 {
    width: 72%; }
  #wire .h-72 {
    height: 720px; }
  #wire .w-73 {
    width: 73%; }
  #wire .h-73 {
    height: 730px; }
  #wire .w-74 {
    width: 74%; }
  #wire .h-74 {
    height: 740px; }
  #wire .w-75 {
    width: 75%; }
  #wire .h-75 {
    height: 750px; }
  #wire .w-76 {
    width: 76%; }
  #wire .h-76 {
    height: 760px; }
  #wire .w-77 {
    width: 77%; }
  #wire .h-77 {
    height: 770px; }
  #wire .w-78 {
    width: 78%; }
  #wire .h-78 {
    height: 780px; }
  #wire .w-79 {
    width: 79%; }
  #wire .h-79 {
    height: 790px; }
  #wire .w-80 {
    width: 80%; }
  #wire .h-80 {
    height: 800px; }
  #wire .w-81 {
    width: 81%; }
  #wire .h-81 {
    height: 810px; }
  #wire .w-82 {
    width: 82%; }
  #wire .h-82 {
    height: 820px; }
  #wire .w-83 {
    width: 83%; }
  #wire .h-83 {
    height: 830px; }
  #wire .w-84 {
    width: 84%; }
  #wire .h-84 {
    height: 840px; }
  #wire .w-85 {
    width: 85%; }
  #wire .h-85 {
    height: 850px; }
  #wire .w-86 {
    width: 86%; }
  #wire .h-86 {
    height: 860px; }
  #wire .w-87 {
    width: 87%; }
  #wire .h-87 {
    height: 870px; }
  #wire .w-88 {
    width: 88%; }
  #wire .h-88 {
    height: 880px; }
  #wire .w-89 {
    width: 89%; }
  #wire .h-89 {
    height: 890px; }
  #wire .w-90 {
    width: 90%; }
  #wire .h-90 {
    height: 900px; }
  #wire .w-91 {
    width: 91%; }
  #wire .h-91 {
    height: 910px; }
  #wire .w-92 {
    width: 92%; }
  #wire .h-92 {
    height: 920px; }
  #wire .w-93 {
    width: 93%; }
  #wire .h-93 {
    height: 930px; }
  #wire .w-94 {
    width: 94%; }
  #wire .h-94 {
    height: 940px; }
  #wire .w-95 {
    width: 95%; }
  #wire .h-95 {
    height: 950px; }
  #wire .w-96 {
    width: 96%; }
  #wire .h-96 {
    height: 960px; }
  #wire .w-97 {
    width: 97%; }
  #wire .h-97 {
    height: 970px; }
  #wire .w-98 {
    width: 98%; }
  #wire .h-98 {
    height: 980px; }
  #wire .w-99 {
    width: 99%; }
  #wire .h-99 {
    height: 990px; }
  #wire .w-100 {
    width: 100%; }
  #wire .h-100 {
    height: 1000px; }

#site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.44rem calc(var(--size) + 2vw);
  z-index: 1000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background: #f6f5f2;
  backdrop-filter: saturate(90%) blur(40px); }
  @media screen and (max-width: 1119px) {
    #site-header {
      position: absolute;
      padding: 1.72rem calc(var(--size) + 2vw); } }
  @media screen and (max-width: 640px) {
    #site-header {
      padding: 1.64rem calc(var(--size) + 2vw); } }
  #site-header .logo {
    width: 10.6rem; }
    @media screen and (max-width: 1119px) {
      #site-header .logo {
        position: relative;
        z-index: 10; } }
    @media screen and (max-width: 640px) {
      #site-header .logo {
        width: 8.8rem; } }
    #site-header .logo svg {
      display: block;
      width: 100%;
      fill: #393937; }
  #site-header .trg {
    display: none; }
    @media screen and (max-width: 1119px) {
      #site-header .trg {
        display: block;
        width: 3.2rem;
        height: 3.2rem;
        background: #e79f7f;
        display: -webkit-flex;
        display: -moz-flex;
        display: -o-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        justify-content: center;
        border-radius: .4rem;
        position: relative;
        z-index: 10;
        transition: background 400ms cubic-bezier(0.65, 0, 0.35, 1);
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%); }
        #site-header .trg.active {
          background: #7fc1e7; }
        #site-header .trg svg {
          width: 2rem;
          height: 2rem;
          fill: #f6f5f2; }
          #site-header .trg svg:nth-of-type(2) {
            display: none; } }
  @media screen and (min-width: calc(1119px + 1px)) {
    #site-header .spmenu {
      display: block !important; } }
  @media screen and (max-width: 1119px) {
    #site-header .spmenu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100dvh;
      background: #FFF;
      z-index: 5;
      visibility: hidden; }
      #site-header .spmenu.active {
        visibility: visible; } }
  #site-header nav {
    position: absolute;
    top: 50%;
    left: calc(calc(var(--size) + 2vw) + 10.6rem + 4.8rem);
    transform: translate(0, -50%); }
    @media screen and (max-width: 1119px) {
      #site-header nav {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        display: -webkit-flex;
        display: -moz-flex;
        display: -o-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        justify-content: center; } }
    #site-header nav 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;
      flex-wrap: nowrap;
      align-items: center; }
      @media screen and (max-width: 1119px) {
        #site-header nav ul {
          display: block;
          padding: var(--head) 0 9.6rem; } }
      #site-header nav ul li {
        font-size: 1.04rem;
        margin: 0 1.6rem 0 0;
        padding: 0 1.6rem 0 0;
        position: relative; }
        @media screen and (max-width: 1119px) {
          #site-header nav ul li {
            margin: 0 0 3.2rem;
            padding: 0;
            font-size: 5.6vmin;
            color: #4e4e4b;
            text-align: center; } }
        #site-header nav ul li:after {
          content: '';
          width: 1px;
          height: 64%;
          background: #393937;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(50%, -50%) skewX(-20deg);
          opacity: .2; }
          @media screen and (max-width: 1119px) {
            #site-header nav ul li:after {
              display: none; } }
        #site-header nav ul li:last-child {
          margin-right: 0;
          padding-right: 0; }
          @media screen and (max-width: 1119px) {
            #site-header nav ul li:last-child {
              margin: 0; } }
          #site-header nav ul li:last-child::after {
            display: none; }
        #site-header nav ul li a {
          color: #393937; }
          #site-header nav ul li a:hover {
            color: #e1855d; }
  #site-header .contact {
    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;
    flex-wrap: nowrap; }
    @media screen and (max-width: 1119px) {
      #site-header .contact {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: calc(var(--size) + 2vw);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-top: #DDD 1px solid; } }
    @media screen and (max-width: 640px) {
      #site-header .contact {
        border-top: rgba(221, 221, 221, 0.8) 1px solid; } }
    #site-header .contact__item {
      font-size: .92rem;
      padding: .72rem 1.2rem;
      color: #393937;
      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 .64rem 0 0;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      border: #e79f7f 1.5px solid;
      color: #FFF;
      fill: #FFF;
      position: relative;
      z-index: 1;
      transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1); }
      @media screen and (max-width: 640px) {
        #site-header .contact__item {
          padding: .72rem;
          font-size: .88rem;
          white-space: nowrap;
          border-radius: .4rem; } }
      #site-header .contact__item:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #e79f7f;
        z-index: -1;
        transition: width 200ms cubic-bezier(0.65, 0, 0.35, 1); }
      #site-header .contact__item:last-of-type {
        margin-right: 0;
        border-color: #7fc1e7; }
        #site-header .contact__item:last-of-type:before {
          background: #7fc1e7; }
      #site-header .contact__item svg {
        display: inline-block;
        margin: 0 .4rem 0 0; }
      #site-header .contact__item:hover {
        color: #e1855d;
        fill: #e1855d; }
        #site-header .contact__item:hover:before {
          width: 0;
          left: auto;
          right: 0; }
        #site-header .contact__item:hover:last-of-type {
          color: #5db0e1;
          fill: #5db0e1; }
  #site-header .nav-enter-active,
  #site-header .nav-leave-active {
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
  #site-header .nav-enter-from,
  #site-header .nav-leave-to {
    opacity: 0; }

#site-footer {
  background: #f3f2ed; }
  #site-footer .pagetop {
    display: block;
    text-align: center;
    background: #efeee7;
    color: #393937;
    padding: 24px 0; }
    @media screen and (max-width: 640px) {
      #site-footer .pagetop {
        padding: 16px 0; } }
  #site-footer .footbox {
    padding: 80px calc(var(--size) + 2vw); }
    @media screen and (max-width: 1119px) {
      #site-footer .footbox {
        padding: 64px calc(var(--size) + 2vw); } }
    @media screen and (max-width: 640px) {
      #site-footer .footbox {
        padding: 40px calc(var(--size) + 2vw); } }
    #site-footer .footbox__grid {
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      grid-column-gap: calc(var(--size) + 2vw); }
      @media screen and (max-width: 1119px) {
        #site-footer .footbox__grid {
          grid-template-columns: 1fr 1fr; } }
      @media screen and (max-width: 640px) {
        #site-footer .footbox__grid {
          grid-template-columns: 1fr;
          grid-row-gap: 32px; } }
    @media screen and (max-width: 640px) {
      #site-footer .footbox__company {
        text-align: center; } }
    #site-footer .footbox__company dt {
      font-size: 1.64rem;
      margin: 0 0 .8rem;
      line-height: 1; }
    #site-footer .footbox__company dd {
      margin: .8rem 0 0; }
      #site-footer .footbox__company dd a {
        background: #fdfcf9;
        padding: .8rem 1.6rem;
        color: #393937;
        display: inline-block;
        border-radius: .8rem; }
        #site-footer .footbox__company dd a i {
          color: #5db0e1;
          display: inline-block;
          margin: 0 6px 0 0; }
    #site-footer .footbox__nav ul {
      display: grid;
      grid-template-columns: 1fr 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;
          grid-row-gap: 0;
          border: #e7e7e7 1px solid;
          border-radius: .4rem;
          overflow: hidden; } }
      #site-footer .footbox__nav ul li {
        border-bottom: #DDD 1px dashed; }
        @media screen and (max-width: 640px) {
          #site-footer .footbox__nav ul li {
            border-bottom: #e7e7e7 1px solid; }
            #site-footer .footbox__nav ul li:last-child {
              border-bottom: 0; } }
        #site-footer .footbox__nav ul li a,
        #site-footer .footbox__nav ul li span {
          font-size: 1.04rem;
          color: #393937;
          display: block;
          padding: .92rem 0;
          padding-right: 1rem;
          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: #f6f5f2;
              font-size: 1rem; } }
          #site-footer .footbox__nav ul li a svg,
          #site-footer .footbox__nav ul li span svg {
            width: .8rem;
            height: .8rem;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%) scale(0.8); }
            @media screen and (max-width: 640px) {
              #site-footer .footbox__nav ul li a svg,
              #site-footer .footbox__nav ul li span svg {
                right: calc(var(--size) + 2vw); } }
  #site-footer .copy {
    padding: 32px 0;
    font-size: .8rem;
    border-top: rgba(57, 57, 55, 0.08) 1px solid;
    text-align: center;
    display: block; }
    @media screen and (max-width: 640px) {
      #site-footer .copy {
        border-top: 0;
        background: #ebe9e1; } }

.secondary {
  margin: var(--head) calc(var(--size) + 2vw) 0;
  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-end;
  z-index: 2;
  background: url(/images/common/tex.webp) repeat top left/256px;
  border-radius: .8rem;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .secondary {
      margin: calc(var(--head)) calc(var(--size) + 2vw) 0; } }
  .secondary__title {
    position: absolute;
    top: 50%;
    left: calc(var(--size) + 2vw);
    padding: 2rem calc(var(--size) + 2vw);
    padding-left: 0;
    transform: translateY(-50%);
    border-radius: .8rem;
    line-height: 1;
    white-space: nowrap; }
    .secondary__title__eng {
      font-size: 3.66rem;
      text-indent: -.024em; }
      @media screen and (max-width: 1119px) {
        .secondary__title__eng {
          font-size: 2.72rem; } }
      @media screen and (max-width: 640px) {
        .secondary__title__eng {
          font-size: 1.64rem; } }
    .secondary__title__h1 {
      font-size: 1.32rem;
      margin: .64rem 0 0; }
      @media screen and (max-width: 640px) {
        .secondary__title__h1 {
          font-size: 1rem; } }
  .secondary__pic {
    width: 75%;
    height: 420px;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%); }
    @media screen and (max-width: 1119px) {
      .secondary__pic {
        height: 300px;
        width: 70%; } }
    @media screen and (max-width: 640px) {
      .secondary__pic {
        height: 160px;
        width: 60%; } }
    .secondary__pic.abs {
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%); }
      .secondary__pic.abs:before {
        content: '';
        width: 100%;
        height: 100%;
        background: url(/images/common/tex_d.webp) repeat top left/256px;
        position: absolute;
        top: 0;
        left: 0;
        mix-blend-mode: multiply; }
    .secondary__pic img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .secondary__bread {
    position: absolute;
    right: 1rem;
    bottom: 1.66rem;
    z-index: 3; }
    @media screen and (max-width: 640px) {
      .secondary__bread {
        right: 0;
        bottom: 1rem; } }
    .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; }
      .secondary__bread ol li {
        margin: 0 16px 0 0;
        font-size: .88rem;
        position: relative; }
        @media screen and (max-width: 640px) {
          .secondary__bread ol li {
            font-size: .72rem; } }
        .secondary__bread ol li:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 16px;
          height: 100%;
          background: #f3f2ed;
          transform: translateX(50%);
          clip-path: polygon(0 20%, 100% 50%, 0 80%);
          z-index: 2; }
        .secondary__bread ol li:last-child:before {
          display: none; }
        .secondary__bread ol li a {
          color: #393937; }
          .secondary__bread ol li a:hover span {
            color: #7fc1e7; }
        .secondary__bread ol li span {
          background: #f6f5f2;
          padding: 8px 16px;
          display: block;
          border-radius: 4px;
          box-shadow: 0 0 32px rgba(57, 57, 55, 0.12); }
          @media screen and (max-width: 640px) {
            .secondary__bread ol li span {
              padding: 4px 12px; } }

.site-index .firstview {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  min-height: 640px; }
  @media screen and (max-width: 1119px) {
    .site-index .firstview {
      min-height: 1px;
      height: 560px; } }
  @media screen and (max-width: 640px) {
    .site-index .firstview {
      height: 320px; } }
  .site-index .firstview .foot {
    width: 20%;
    height: 66%;
    position: absolute;
    top: 50%;
    left: calc(calc(var(--size) + 2vw) * .5);
    transform: translateY(-50%); }
    @media screen and (max-width: 1119px) {
      .site-index .firstview .foot {
        width: 16.6%;
        height: 80%;
        left: calc(calc(var(--size) + 2vw) * .5); } }
    @media screen and (max-width: 640px) {
      .site-index .firstview .foot {
        display: none; } }
    .site-index .firstview .foot img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .site-index .firstview h1 {
    color: #4e4e4b;
    position: absolute;
    top: 50%;
    left: calc(calc(var(--size) + 2vw) * 1.5);
    z-index: 10;
    line-height: 1;
    transform: translateY(-50%); }
    @media screen and (max-width: 640px) {
      .site-index .firstview h1 {
        left: calc(var(--size) + 2vw); } }
    .site-index .firstview h1 span {
      display: inline-block;
      padding: .96rem .64rem;
      padding-bottom: .8rem;
      margin: .16rem 0;
      letter-spacing: .024em;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 1119px) {
        .site-index .firstview h1 span {
          padding: .64rem; } }
      .site-index .firstview h1 span:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fdfcf9;
        border-radius: .4rem;
        z-index: -1; }
      .site-index .firstview h1 span strong {
        color: #5db0e1;
        font-weight: 400; }
      .site-index .firstview h1 span img {
        height: 3.66rem; }
        @media screen and (max-width: 1119px) {
          .site-index .firstview h1 span img {
            height: 2.66rem; } }
        @media screen and (max-width: 1119px) {
          .site-index .firstview h1 span img {
            height: 1.32rem; } }
  .site-index .firstview__pic {
    width: 72%;
    height: calc(100% - var(--head) - calc(var(--size) + 2vw));
    position: absolute;
    top: var(--head);
    right: calc(calc(var(--size) + 2vw));
    border-radius: 8rem 0 8rem 0;
    overflow: hidden; }
    @media screen and (max-width: 1119px) {
      .site-index .firstview__pic {
        right: calc(calc(var(--size) + 2vw) * 1.66);
        border-radius: 2.4rem 1rem 2.4rem 0; } }
    @media screen and (max-width: 640px) {
      .site-index .firstview__pic {
        border-radius: .8rem .8rem .8rem 0;
        width: 76%; } }
    .site-index .firstview__pic img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      user-select: none;
      pointer-events: none; }
  .site-index .firstview .swiper-slide-active img,
  .site-index .firstview .swiper-slide-duplicate-active img,
  .site-index .firstview .swiper-slide-prev img {
    animation: zoomUp 14s linear 0s 1 normal both; }

@keyframes zoomUp {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
  .site-index .firstview .pager {
    position: absolute;
    top: 50%;
    right: calc(calc(var(--size) + 2vw) * .5);
    transform: translate(50%, -50%); }
    @media screen and (max-width: 1119px) {
      .site-index .firstview .pager {
        right: calc(calc(calc(var(--size) + 2vw) * 1.66) * .5); } }
    .site-index .firstview .pager span {
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 0 1rem;
      background: #d9d7d2;
      opacity: 1;
      transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
      transition-property: background, transform; }
      @media screen and (max-width: 640px) {
        .site-index .firstview .pager span {
          width: 8px;
          height: 8px; } }
      .site-index .firstview .pager span.swiper-pagination-bullet-active {
        background: #e79f7f;
        animation: animationPager 1200ms cubic-bezier(0.65, 0, 0.35, 1) forwards; }

@keyframes animationPager {
  0%, 100% {
    transform: scale(1); }
  33% {
    transform: scale(0.8); }
  66% {
    transform: scale(1.6); } }
      .site-index .firstview .pager span:hover {
        background: #e79f7f;
        transform: scale(1.6); }
      .site-index .firstview .pager span:last-of-type {
        margin-bottom: 0; }
  .site-index .firstview .topics {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 60%;
    max-width: 640px; }
    @media screen and (max-width: 1119px) {
      .site-index .firstview .topics {
        max-width: 100%;
        width: 86%; } }
    .site-index .firstview .topics a {
      background: #eeece6;
      color: #393937;
      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;
      flex-wrap: nowrap;
      padding: 2.4rem calc(var(--size) + 2vw);
      padding-right: calc(calc(var(--size) + 2vw) + 1rem);
      border-radius: 0 .8rem .8rem 0;
      position: relative; }
      @media screen and (max-width: 1119px) {
        .site-index .firstview .topics a {
          padding: 1.6rem calc(var(--size) + 2vw); } }
      @media screen and (max-width: 640px) {
        .site-index .firstview .topics a {
          padding: 1rem calc(var(--size) + 2vw);
          padding-right: 2.4rem; } }
      .site-index .firstview .topics a time,
      .site-index .firstview .topics a span {
        width: 108px;
        background: #e79f7f;
        color: #f6f5f2;
        text-align: center;
        font-size: .92rem;
        padding: .16rem 0;
        border-radius: .24rem; }
        @media screen and (max-width: 640px) {
          .site-index .firstview .topics a time,
          .site-index .firstview .topics a span {
            font-size: .72rem;
            width: 64px; } }
      .site-index .firstview .topics a span {
        background: #f6f5f2;
        color: #393937; }
      .site-index .firstview .topics a h2 {
        width: calc(100% - (108px * 2) - 20px);
        padding: 0 0 0 .64rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
        @media screen and (max-width: 640px) {
          .site-index .firstview .topics a h2 {
            width: calc(100% - (64px * 2) - 10px);
            font-size: .8rem; } }
    .site-index .firstview .topics svg {
      position: absolute;
      top: 50%;
      right: calc(calc(var(--size) + 2vw) * .5);
      transform: translateY(-50%);
      opacity: .72;
      fill: #393937; }
      @media screen and (max-width: 640px) {
        .site-index .firstview .topics svg {
          width: 1rem; } }
  .site-index .firstview h1 span {
    opacity: 0;
    transform: translateY(50%);
    transform-origin: left bottom; }
    .site-index .firstview h1 span::before {
      width: 0; }
  .site-index .firstview .firstview__pic {
    opacity: 0; }
  .site-index .firstview.active h1 span:nth-of-type(1) {
    opacity: 1;
    transform: translateY(0);
    transition: all 800ms 80ms cubic-bezier(0.65, 0, 0.35, 1);
    transition-property: opacity, transform; }
    .site-index .firstview.active h1 span:nth-of-type(1):before {
      width: 100%;
      transition: width 800ms 820ms cubic-bezier(0.65, 0, 0.35, 1); }
  .site-index .firstview.active h1 span:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    transition: all 800ms 160ms cubic-bezier(0.65, 0, 0.35, 1);
    transition-property: opacity, transform; }
    .site-index .firstview.active h1 span:nth-of-type(2):before {
      width: 100%;
      transition: width 800ms 920ms cubic-bezier(0.65, 0, 0.35, 1); }
  .site-index .firstview.active h1 span:nth-of-type(3) {
    opacity: 1;
    transform: translateY(0);
    transition: all 800ms 240ms cubic-bezier(0.65, 0, 0.35, 1);
    transition-property: opacity, transform; }
    .site-index .firstview.active h1 span:nth-of-type(3):before {
      width: 100%;
      transition: width 800ms 1020ms cubic-bezier(0.65, 0, 0.35, 1); }
  .site-index .firstview.active .firstview__pic {
    opacity: 1;
    transition: opacity 1200ms cubic-bezier(0.65, 0, 0.35, 1); }

.site-index .first {
  position: relative;
  margin: 5.6rem 0 0; }
  @media screen and (max-width: 640px) {
    .site-index .first {
      margin: 3.2rem 0 0; } }
  .site-index .first.in-module.wrap {
    padding-top: 5.6rem; }
    @media screen and (max-width: 640px) {
      .site-index .first.in-module.wrap {
        padding-top: 3.2rem; } }
  .site-index .first:before {
    content: '';
    width: 50%;
    height: 100%;
    background: #fdfcf9;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: .8rem 0 0; }
    @media screen and (max-width: 1119px) {
      .site-index .first:before {
        width: 75%; } }
    @media screen and (max-width: 640px) {
      .site-index .first:before {
        width: 100%;
        border-radius: 0; } }
  .site-index .first:after {
    content: '';
    width: 20%;
    height: 50%;
    background: url(/images/common/tex.webp) repeat bottom left/256px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 .8rem .8rem 0; }
    @media screen and (max-width: 640px) {
      .site-index .first:after {
        width: 33%;
        height: 10rem;
        border-radius: 0; } }
  .site-index .first__foot {
    position: absolute;
    right: calc(var(--size) + 2vw);
    top: 4.8rem;
    width: 6.4rem; }
    @media screen and (max-width: 1119px) {
      .site-index .first__foot {
        display: none; } }
    .site-index .first__foot img {
      width: 100%; }
    .site-index .first__foot.inright {
      right: auto;
      top: auto;
      bottom: 4.8rem;
      left: calc(var(--size) + 2vw);
      z-index: 5; }
  .site-index .first__efe {
    position: absolute;
    bottom: 0;
    right: calc(var(--size) + 2vw);
    z-index: 2;
    width: 18rem; }
    @media screen and (max-width: 1119px) {
      .site-index .first__efe {
        width: 16rem; } }
    @media screen and (max-width: 640px) {
      .site-index .first__efe {
        display: none; } }
    .site-index .first__efe img {
      width: 100%; }
  .site-index .first .max {
    position: relative;
    z-index: 2; }
  .site-index .first__grid {
    display: grid;
    grid-template-columns: 1.33fr 1fr;
    grid-column-gap: calc(var(--size) + 2vw); }
    @media screen and (max-width: 1119px) {
      .site-index .first__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 3.2rem; } }
    @media screen and (max-width: 640px) {
      .site-index .first__grid {
        grid-template-columns: 1fr;
        gap: 2.4rem; } }
    .site-index .first__grid__pic {
      position: relative; }
      .site-index .first__grid__pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: .8rem; }
    .site-index .first__grid__data {
      padding: 0 24px;
      align-self: center; }
      @media screen and (max-width: 1119px) {
        .site-index .first__grid__data {
          padding: 0 0 2.4rem; } }
      @media screen and (max-width: 640px) {
        .site-index .first__grid__data {
          padding: 0 calc(var(--size) + 2vw); } }
      .site-index .first__grid__data__inner {
        max-width: 600px;
        margin: 0 auto;
        font-size: 1.04rem; }
        .site-index .first__grid__data__inner h2 {
          font-size: 2rem;
          font-weight: 700;
          line-height: 1.56;
          margin: 0 0 1.2rem;
          white-space: nowrap; }
          @media screen and (max-width: 1119px) {
            .site-index .first__grid__data__inner h2 {
              font-size: 1.32rem;
              white-space: normal; } }
          .site-index .first__grid__data__inner h2:before {
            content: attr(data-eng);
            font-size: 1.12rem;
            color: #5db0e1;
            display: block;
            margin: 0 0 .96rem; }
            @media screen and (max-width: 1119px) {
              .site-index .first__grid__data__inner h2:before {
                font-size: 1rem; } }

.site-index .second .max {
  position: relative;
  z-index: 2; }

.site-index .second__grid {
  background: #f6f5f2;
  border-radius: .8rem;
  box-shadow: 0 0 32px rgba(57, 57, 55, 0.04);
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 1119px) {
    .site-index .second__grid {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: .1rem;
      grid-row-gap: .1rem;
      background: #e7e7e7; } }
  .site-index .second__grid > li {
    display: block;
    padding: 2.4rem;
    color: #393937;
    border-right: #e7e7e7 1px solid; }
    @media screen and (max-width: 1119px) {
      .site-index .second__grid > li {
        background: #f6f5f2;
        border: none; } }
    @media screen and (max-width: 640px) {
      .site-index .second__grid > li {
        padding: 1.4rem; } }
    .site-index .second__grid > li:last-child {
      border: none; }
    .site-index .second__grid > li figure {
      width: 33%;
      margin: 0 auto 1rem; }
      .site-index .second__grid > li figure img {
        width: 100%; }
    .site-index .second__grid > li dt {
      font-size: 1.32rem;
      text-align: center;
      color: #5db0e1;
      margin: 0 0 .24rem; }
    .site-index .second__grid > li dd {
      font-size: .96rem;
      line-height: 1.66;
      text-align: justify; }

.site-index .clumarea {
  position: relative; }
  .site-index .clumarea:before {
    content: '';
    background: url(/images/common/tex.webp) repeat bottom left/256px;
    width: 100%;
    height: 56%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .site-index .clumarea .max {
    position: relative;
    z-index: 2; }
  .site-index .clumarea__box {
    padding-top: 6.4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem; }
    @media screen and (max-width: 1119px) {
      .site-index .clumarea__box {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 1.2rem; } }
    @media screen and (max-width: 640px) {
      .site-index .clumarea__box {
        padding: 3.2rem 0 0; } }
    .site-index .clumarea__box__item {
      background: #f6f5f2;
      color: #393937;
      box-shadow: 0 0 32px rgba(57, 57, 55, 0.04);
      padding: 1.6rem;
      border-radius: .8rem;
      display: grid;
      grid-template-columns: 7.2rem 1fr;
      grid-column-gap: 2rem;
      transition: border 400ms cubic-bezier(0.65, 0, 0.35, 1); }
      @media screen and (max-width: 640px) {
        .site-index .clumarea__box__item {
          grid-template-columns: 5.6rem 1fr; } }
      .site-index .clumarea__box__item:hover figure img {
        opacity: 1;
        transform: scale(1.2); }
      .site-index .clumarea__box__item figure {
        width: 7.2rem;
        height: 7.2rem;
        border-radius: 999px;
        overflow: hidden;
        align-self: center; }
        @media screen and (max-width: 640px) {
          .site-index .clumarea__box__item figure {
            width: 5.6rem;
            height: 5.6rem; } }
        .site-index .clumarea__box__item figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1); }
      .site-index .clumarea__box__item dl dt {
        font-size: 1.44rem;
        color: #5db0e1;
        margin: 0 0 .4rem; }
        @media screen and (max-width: 1119px) {
          .site-index .clumarea__box__item dl dt {
            font-size: 2rem; } }
        @media screen and (max-width: 640px) {
          .site-index .clumarea__box__item dl dt {
            font-size: 1.32rem;
            margin: 0; } }
      .site-index .clumarea__box__item dl dd {
        font-size: .96rem;
        line-height: 1.6; }
        @media screen and (max-width: 1119px) {
          .site-index .clumarea__box__item dl dd {
            font-size: 1.08rem; } }
        @media screen and (max-width: 640px) {
          .site-index .clumarea__box__item dl dd {
            font-size: 1rem; } }

.site-index .special__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: .64rem;
  grid-column-gap: .64rem;
  border-radius: .8rem; }
  @media screen and (max-width: 1119px) {
    .site-index .special__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 640px) {
    .site-index .special__grid {
      grid-template-columns: 1fr; } }
  .site-index .special__grid li a {
    background: #f6f5f2;
    height: 100%;
    padding: 1.66rem;
    padding-right: 3.2rem;
    display: grid;
    grid-template-columns: 3.6rem 1fr;
    grid-column-gap: 1.2rem;
    border-radius: .8rem;
    box-shadow: 0 0 32px rgba(57, 57, 55, 0.04);
    position: relative; }
    @media screen and (max-width: 640px) {
      .site-index .special__grid li a {
        padding: 1.2rem; } }
    .site-index .special__grid li a figure img {
      width: 100%; }
    .site-index .special__grid li a p {
      font-size: 1.08rem;
      color: #393937;
      align-self: center; }
    .site-index .special__grid li a svg {
      width: 1.2rem;
      height: 1.2rem;
      fill: #393937;
      position: absolute;
      top: 50%;
      right: 1.66rem;
      transform: translateY(-50%); }

.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: 400;
  line-height: 1;
  margin: 24px 0 0; }
  @media screen and (max-width: 1119px) {
    .site-index .news .title {
      width: auto;
      margin: 0; } }
  .site-index .news .title:before {
    color: #5db0e1;
    content: attr(data-eng);
    font-size: 2.4rem;
    display: block;
    margin: 0 0 12px; }

.site-index .news .list {
  width: calc(100% - 240px - 180px);
  height: 156px;
  overflow: auto;
  padding: 0 0 0 20px; }
  @media screen and (max-width: 1119px) {
    .site-index .news .list {
      width: auto;
      padding: 0;
      margin: 32px 0 0; } }
  @media screen and (max-width: 640px) {
    .site-index .news .list {
      height: 192px;
      margin: 1rem 0 0; } }
  .site-index .news .list li {
    border-bottom: rgba(57, 57, 55, 0.08) 1px solid; }
    .site-index .news .list li a {
      color: #393937;
      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: .88rem;
        width: 100px;
        text-align: center;
        padding: 3px 0;
        display: block;
        background: #ebe9e1;
        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: #f6f5f2;
  background: #7fc1e7;
  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 {
  position: relative;
  z-index: 1; }
  .site-index .kussion__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .site-index .kussion__bg img {
      position: absolute;
      top: -50%;
      left: 0;
      width: 100%;
      height: 150%;
      object-fit: cover;
      object-position: center;
      filter: blur(0px); }
  .site-index .kussion .max {
    z-index: 2;
    position: relative; }
  .site-index .kussion__clum {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 1119px) {
      .site-index .kussion__clum {
        grid-template-columns: 1fr;
        grid-row-gap: 2rem; } }
    @media screen and (max-width: 640px) {
      .site-index .kussion__clum {
        width: auto; } }
    .site-index .kussion__clum__box {
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: saturate(90%) blur(20px);
      padding: 2.4rem;
      border-radius: .8rem; }
      @media screen and (max-width: 640px) {
        .site-index .kussion__clum__box {
          padding: 1.6rem; } }
      .site-index .kussion__clum__box h4 {
        font-size: 1.66rem;
        text-align: center;
        color: #5db0e1;
        margin: 0 0 .4rem; }
        .site-index .kussion__clum__box h4.pink {
          color: #df7f54; }
      .site-index .kussion__clum__box__txt {
        text-align: center; }
      .site-index .kussion__clum__box__dl {
        text-align: center;
        max-width: 88%;
        margin: .8rem auto; }
        .site-index .kussion__clum__box__dl dt {
          background: #f3f2ed;
          margin: 0 0 .8rem;
          padding: .4rem 0; }
        .site-index .kussion__clum__box__dl dd {
          font-size: 1.32rem;
          line-height: 1; }
      .site-index .kussion__clum__box .btnarea {
        margin: 1.6rem auto 0;
        max-width: 88%; }
        .site-index .kussion__clum__box .btnarea a {
          display: block;
          padding: .8rem;
          font-size: 1.08rem;
          min-width: 1px; }
      .site-index .kussion__clum__box table {
        width: 100%;
        border-collapse: collapse; }
        .site-index .kussion__clum__box table thead tr,
        .site-index .kussion__clum__box table tbody tr {
          border-bottom: #DDD 1px dashed; }
          .site-index .kussion__clum__box table thead tr th, .site-index .kussion__clum__box table thead tr td,
          .site-index .kussion__clum__box table tbody tr th,
          .site-index .kussion__clum__box table tbody tr td {
            vertical-align: middle;
            padding: .82rem .6rem;
            font-size: .8rem;
            text-align: center; }
            @media screen and (max-width: 640px) {
              .site-index .kussion__clum__box table thead tr th, .site-index .kussion__clum__box table thead tr td,
              .site-index .kussion__clum__box table tbody tr th,
              .site-index .kussion__clum__box table tbody tr td {
                padding: .6rem;
                font-size: .72rem; } }
          .site-index .kussion__clum__box table thead tr th,
          .site-index .kussion__clum__box table tbody tr th {
            text-align: left;
            font-weight: 400; }
          .site-index .kussion__clum__box table thead tr td,
          .site-index .kussion__clum__box table tbody tr td {
            color: #e79f7f; }
            .site-index .kussion__clum__box table thead tr td.br,
            .site-index .kussion__clum__box table tbody tr td.br {
              color: #393937; }
        .site-index .kussion__clum__box table thead tr {
          background: #f3f2ed;
          border-bottom: none; }
          .site-index .kussion__clum__box table thead tr th, .site-index .kussion__clum__box table thead tr td {
            color: #393937; }

.site-index .indexScrollEffect > * {
  opacity: 0;
  transform: translateY(3.2rem); }

.site-index .indexScrollEffect.active > * {
  opacity: 1;
  transform: translateY(0);
  transition: all 800ms cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: opacity, transform; }
  .site-index .indexScrollEffect.active > *:nth-of-type(1) {
    transition-delay: 80ms; }
  .site-index .indexScrollEffect.active > *:nth-of-type(2) {
    transition-delay: 160ms; }
  .site-index .indexScrollEffect.active > *:nth-of-type(3) {
    transition-delay: 240ms; }
  .site-index .indexScrollEffect.active > *:nth-of-type(4) {
    transition-delay: 320ms; }
  .site-index .indexScrollEffect.active > *:nth-of-type(5) {
    transition-delay: 400ms; }
  .site-index .indexScrollEffect.active > *:nth-of-type(6) {
    transition-delay: 480ms; }
  .site-index .indexScrollEffect.active > *:nth-of-type(7) {
    transition-delay: 560ms; }
  .site-index .indexScrollEffect.active > *:nth-of-type(8) {
    transition-delay: 640ms; }
  .site-index .indexScrollEffect.active > *:nth-of-type(9) {
    transition-delay: 720ms; }
  .site-index .indexScrollEffect.active > *:nth-of-type(10) {
    transition-delay: 800ms; }

.site-contact .localnav {
  background: url(/images/common/tex.webp) repeat top left/256px;
  padding: 2rem;
  border-radius: .8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem; }
  @media screen and (max-width: 1119px) {
    .site-contact .localnav {
      grid-template-columns: 1fr; } }
  .site-contact .localnav dl {
    padding: 2rem;
    background: #f6f5f2;
    text-align: center;
    box-shadow: 0 0 3.2rem rgba(57, 57, 55, 0.12);
    border-radius: .4rem; }
    .site-contact .localnav dl dt {
      font-size: 1.56rem; }
    .site-contact .localnav dl dd.btnarea {
      margin-top: 1rem; }
      .site-contact .localnav dl dd.btnarea a {
        display: block;
        padding: .8rem; }

.site-contact .formstyle {
  width: 100%;
  border-collapse: collapse; }
  @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(57, 57, 55, 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: #f3f2ed;
          padding: 15px; } }
      .site-contact .formstyle tbody tr th.hiss:after {
        content: '必須項目';
        color: #FFF;
        font-size: .8rem;
        font-weight: 500;
        background: #7fc1e7;
        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: 500;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        letter-spacing: 0.024em;
        font-size: 1rem;
        width: 100%;
        background: #fdfcf9;
        border: none;
        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(57, 57, 55, 0.08);
          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: #f1f0ea;
      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: .92rem; } }
      .site-contact .formstyle .wpcf7-list-item label input:checked + * {
        color: #7fc1e7; }
      .site-contact .formstyle .wpcf7-list-item label .wpcf7-list-item-label {
        margin: 0 0 0 8px; }

.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: 500;
    -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: #f6f5f2;
    border: none;
    position: relative;
    z-index: 1;
    background: #7fc1e7;
    border: #7fc1e7 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: #7fc1e7;
      background: #FFF; }

.site-contact .wpcf7-not-valid-tip {
  margin: .4rem 0 0;
  font-size: .92rem;
  color: #e1855d; }

.site-contact .wpcf7-spinner {
  display: block;
  margin: 1rem auto 0; }

.site-contact .wpcf7-response-output {
  background: #e79f7f;
  color: #f6f5f2;
  border: none !important;
  text-align: center;
  padding: .8rem !important;
  margin: 1rem auto 0 !important;
  border-radius: .3rem; }

.site-access .ttl {
  font-size: 1.88rem;
  text-align: center;
  line-height: 1.56; }

.site-access .map {
  height: 450px;
  border: #DDD 1px solid;
  border-radius: .8rem;
  overflow: hidden;
  margin: 4rem 5% 0; }
  @media screen and (max-width: 1119px) {
    .site-access .map {
      margin-left: 0;
      margin-right: 0;
      border-radius: .4rem; } }
  .site-access .map iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom; }

.site-access .pics {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  margin: 4rem auto 0; }
  @media screen and (max-width: 1119px) {
    .site-access .pics {
      width: auto;
      grid-column-gap: 1.2rem; } }
  .site-access .pics figure img {
    width: 100%;
    border-radius: .8rem; }
    @media screen and (max-width: 1119px) {
      .site-access .pics figure img {
        border-radius: .4rem; } }

.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: #f6f5f2;
  border-radius: 12px;
  background: url(/images/common/tex.webp) repeat top left/256px;
  max-width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 1119px) {
    .site-recruit .localnav {
      max-width: 100%; } }
  @media screen and (max-width: 640px) {
    .site-recruit .localnav {
      display: block;
      padding: calc(var(--size) + 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: #e79f7f;
      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: .5rem;
        margin: 1rem 0 0; } }
    .site-recruit .localnav__list li a {
      display: block;
      background: #f6f5f2;
      color: #393937;
      padding: 12px 0;
      text-align: center;
      font-size: 1.08rem;
      border-radius: 4px; }
      @media screen and (max-width: 1119px) {
        .site-recruit .localnav__list li a {
          font-size: 1rem; } }
      .site-recruit .localnav__list li a:hover {
        background: #7fc1e7;
        color: #f6f5f2; }

.site-recruit .recpartation {
  position: relative; }
  .site-recruit .recpartation:before {
    content: '';
    width: 1px;
    height: 8rem;
    position: absolute;
    top: -4rem;
    left: 50%;
    background: #7fc1e7;
    transform-origin: center top;
    animation: recpartation 1200ms cubic-bezier(0.65, 0, 0.35, 1) infinite; }
    @media screen and (max-width: 640px) {
      .site-recruit .recpartation:before {
        display: none; } }

@keyframes recpartation {
  0% {
    transform: scaleY(0);
    transform-origin: center top; }
  50% {
    transform: scaleY(1);
    transform-origin: center top; }
  51% {
    transform: scaleY(1);
    transform-origin: center bottom; }
  100% {
    transform: scaleY(0);
    transform-origin: center bottom; } }

.site-recruit .recbox {
  background: #fdfcf9;
  padding: 4.8rem;
  border-radius: 12px;
  max-width: 90%;
  margin: 72px auto 0;
  position: relative; }
  .site-recruit .recbox:first-of-type {
    margin-top: 0; }
  @media screen and (max-width: 1119px) {
    .site-recruit .recbox {
      max-width: 100%;
      padding: 2.4rem; } }
  @media screen and (max-width: 640px) {
    .site-recruit .recbox {
      margin: 32px 0 0;
      padding: calc(var(--size) + 2vw); } }
  .site-recruit .recbox__foot {
    width: 5.6rem;
    position: absolute;
    right: 2rem;
    top: 2rem; }
    .site-recruit .recbox__foot img {
      width: 100%; }
  .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: 1119px) {
      .site-recruit .recbox__clum {
        display: block; } }
    @media screen and (max-width: 640px) {
      .site-recruit .recbox__clum {
        display: block;
        margin: 0 0 2.4rem; } }
    .site-recruit .recbox__clum__pic {
      width: 400px;
      border-radius: 4px;
      overflow: hidden; }
      @media screen and (max-width: 1119px) {
        .site-recruit .recbox__clum__pic {
          width: auto; } }
      @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: auto;
          padding: 2.4rem 2.4rem 0;
          text-align: center; } }
      @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: #5db0e1;
        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__clum__data dd.btnarea {
          text-align: left;
          margin: 1.6rem 0 0; }
          @media screen and (max-width: 1119px) {
            .site-recruit .recbox__clum__data dd.btnarea {
              text-align: center; } }
          .site-recruit .recbox__clum__data dd.btnarea a {
            padding: .8rem 3.2rem;
            min-width: 1rem; }
  .site-recruit .recbox table {
    width: 100%;
    border-collapse: collapse;
    border-top: lightgray 1px dashed; }
    @media screen and (max-width: 640px) {
      .site-recruit .recbox table {
        display: block;
        border: none; }
        .site-recruit .recbox table + .btnarea {
          margin-top: 1.6rem; } }
    @media screen and (max-width: 640px) {
      .site-recruit .recbox table tbody {
        display: block; } }
    .site-recruit .recbox table tbody tr {
      border-bottom: lightgray 1px dashed; }
      @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: #f7f6f3; }
        @media screen and (max-width: 640px) {
          .site-recruit .recbox table tbody tr th {
            width: auto; } }

@media screen and (max-width: 640px) {
  .site-news .list {
    padding: 0 .8rem; } }

.site-news .list li {
  border-bottom: rgba(57, 57, 55, 0.08) 1px solid; }
  .site-news .list li a {
    color: #393937;
    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; }
    @media screen and (max-width: 640px) {
      .site-news .list li a {
        padding: 1.2rem 0;
        padding-right: 3.2rem;
        display: block; } }
    .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: .88rem;
      width: 100px;
      text-align: center;
      padding: 3px 0;
      display: block;
      background: #ebe9e1;
      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; }
      @media screen and (max-width: 640px) {
        .site-news .list li a h4 {
          width: auto;
          padding: 0;
          margin: .8rem 0 0; } }
    .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-single .title {
  margin: 4rem 0 0; }
  @media screen and (max-width: 640px) {
    .site-single .title {
      margin: 3.2rem .8rem 0; } }
  .site-single .title__date {
    font-size: 1.08rem;
    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;
    margin: 0 0 .64rem; }
    .site-single .title__date span {
      background: #7fc1e7;
      color: #f6f5f2;
      border-radius: 999px;
      display: inline-block;
      margin: 0 1.2rem 0 0;
      padding: .24rem 2rem;
      font-size: .88rem; }
  .site-single .title__h1 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.56; }
    @media screen and (max-width: 640px) {
      .site-single .title__h1 {
        font-size: 1.4rem; } }

.site-single .detailbox {
  margin: 3.2rem 0 0; }
  @media screen and (max-width: 640px) {
    .site-single .detailbox {
      margin: 1.6rem .8rem 0; } }
  .site-single .detailbox__section {
    font-size: 1.06rem;
    line-height: 2;
    margin: 0 0 4rem; }
    @media screen and (max-width: 640px) {
      .site-single .detailbox__section {
        margin: 0 0 3.2rem; } }
    .site-single .detailbox__section:last-of-type {
      margin-bottom: 0; }
    .site-single .detailbox__section h2 {
      background: url(/images/common/tex.webp) repeat top left/256px;
      padding: .8rem 1.6rem;
      font-size: 1.56rem;
      font-weight: 700;
      border-radius: .2rem;
      margin: 0 0 2rem;
      border-left: #7fc1e7 4px solid; }
      @media screen and (max-width: 640px) {
        .site-single .detailbox__section h2 {
          font-size: 1.32rem; } }
      .site-single .detailbox__section h2 + h3 {
        margin-top: 0; }
    .site-single .detailbox__section h3 {
      font-size: 1.44rem;
      font-weight: 700;
      margin: 0 0 1rem;
      margin-top: 3.2rem;
      padding: 0 0 0 1.8rem;
      line-height: 1.6;
      position: relative; }
      .site-single .detailbox__section h3:before {
        content: '';
        width: 1.2rem;
        height: 1.2rem;
        border: #e79f7f 0.33rem solid;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }

.site-hospital .context {
  background: #fcfcfb;
  padding: 2.4rem 3.2rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  border-radius: .8rem; }
  @media screen and (max-width: 1119px) {
    .site-hospital .context {
      width: auto; } }
  @media screen and (max-width: 640px) {
    .site-hospital .context {
      font-size: .92rem;
      padding: calc(var(--size) + 2vw) calc(calc(var(--size) + 2vw) * 1.66);
      text-align: center; } }
  .site-hospital .context.l {
    width: auto; }

.site-hospital .slash {
  position: relative; }
  .site-hospital .slash:before {
    content: '';
    width: 100%;
    height: 60%;
    background: #f6f5f2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .site-hospital .slash .max {
    position: relative;
    z-index: 2; }

.site-hospital .visit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 4.8rem;
  margin: 4rem 0 0;
  position: relative; }
  @media screen and (max-width: 1119px) {
    .site-hospital .visit {
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 4rem; } }
  .site-hospital .visit:before {
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(57, 57, 55, 0.08);
    position: absolute;
    top: 0;
    left: 50%; }
    @media screen and (max-width: 1119px) {
      .site-hospital .visit:before {
        display: none; } }
  .site-hospital .visit__item h3 {
    background: #e79f7f;
    color: #f6f5f2;
    font-size: 1.32rem;
    padding: .4rem;
    text-align: center;
    margin: 0 0 1.6rem; }
  .site-hospital .visit__item:last-of-type h3 {
    background: #7fc1e7; }
  .site-hospital .visit__item__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem; }
    .site-hospital .visit__item__list li {
      background: #efeee7;
      display: grid;
      grid-template-columns: 5.6rem 1fr;
      grid-column-gap: 1rem;
      padding: 1.2rem; }
      @media screen and (max-width: 640px) {
        .site-hospital .visit__item__list li {
          grid-template-columns: 1fr;
          text-align: center; } }
      .site-hospital .visit__item__list li > * {
        align-self: center; }
      .site-hospital .visit__item__list li figure {
        background: #f6f5f2;
        padding: 1.2rem;
        border-radius: 999rem; }
        @media screen and (max-width: 640px) {
          .site-hospital .visit__item__list li figure {
            width: 64%;
            margin: 0 auto 1rem; } }
        .site-hospital .visit__item__list li figure img {
          width: 100%; }
  .site-hospital .visit__item__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    min-height: calc(100% - 4.8rem); }
    .site-hospital .visit__item__box__el {
      background: #efeee7;
      padding: 1.6rem; }
      @media screen and (max-width: 640px) {
        .site-hospital .visit__item__box__el {
          font-size: .88rem;
          text-align: justify;
          line-height: 1.6; } }
      .site-hospital .visit__item__box__el figure {
        width: 7rem;
        background: #f6f5f2;
        padding: 1.2rem;
        border-radius: 999rem;
        margin: 0 auto 1.6rem; }
        .site-hospital .visit__item__box__el figure img {
          width: 100%; }

.site-hospital .flow {
  margin: 3.2rem 5% 0; }
  @media screen and (max-width: 1119px) {
    .site-hospital .flow {
      margin: 3.2rem 0 0; } }
  @media screen and (max-width: 640px) {
    .site-hospital .flow {
      margin: 2.4rem 0 0; } }
  .site-hospital .flow li {
    border-radius: .8rem;
    background: #fcfcfb;
    padding: 2rem;
    padding-left: 5.6rem;
    margin: 0 0 2.4rem;
    position: relative;
    box-shadow: 0 0.8rem 3.2rem rgba(57, 57, 55, 0.03); }
    @media screen and (max-width: 640px) {
      .site-hospital .flow li {
        padding: 1.6rem; } }
    .site-hospital .flow li:after {
      content: '';
      width: 3.2rem;
      height: 1.6rem;
      background: #fcfcfb;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translate(-50%, 100%);
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      z-index: 2; }
    .site-hospital .flow li:before {
      content: '1';
      position: absolute;
      top: 50%;
      left: 2rem;
      width: 2.4rem;
      height: 2.4rem;
      background: #e79f7f;
      color: #f6f5f2;
      border-radius: 50%;
      transform: translateY(-50%);
      display: -webkit-flex;
      display: -moz-flex;
      display: -o-flex;
      display: -ms-flex;
      display: flex;
      -moz-flex-flow: row wrap;
      -webkit-flex-flow: row wrap;
      -o-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: space-between;
      -o-justify-content: space-between;
      -ms-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 640px) {
        .site-hospital .flow li:before {
          transform: translate(0, 0);
          top: 1.44rem;
          left: 1.6rem; } }
    .site-hospital .flow li:last-child {
      margin-bottom: 0; }
      .site-hospital .flow li:last-child::after {
        display: none; }
    .site-hospital .flow li:nth-child(1):before {
      content: "1"; }
    .site-hospital .flow li:nth-child(2):before {
      content: "2"; }
    .site-hospital .flow li:nth-child(3):before {
      content: "3"; }
    .site-hospital .flow li:nth-child(4):before {
      content: "4"; }
    .site-hospital .flow li:nth-child(5):before {
      content: "5"; }
    .site-hospital .flow li:nth-child(6):before {
      content: "6"; }
    .site-hospital .flow li:nth-child(7):before {
      content: "7"; }
    .site-hospital .flow li:nth-child(8):before {
      content: "8"; }
    .site-hospital .flow li:nth-child(9):before {
      content: "9"; }
    .site-hospital .flow li:nth-child(10):before {
      content: "10"; }
    .site-hospital .flow li dl {
      display: grid;
      grid-template-columns: 16rem 1fr; }
      @media screen and (max-width: 640px) {
        .site-hospital .flow li dl {
          grid-template-columns: 1fr;
          gap: 1.2rem; } }
      .site-hospital .flow li dl > * {
        align-self: center; }
      .site-hospital .flow li dl dt {
        font-weight: 700; }
        @media screen and (max-width: 640px) {
          .site-hospital .flow li dl dt {
            padding-left: 3.2rem;
            font-size: 1.24rem; } }

.site-hospital .staffwrap {
  margin: 0 5%; }
  @media screen and (max-width: 1119px) {
    .site-hospital .staffwrap {
      margin: 0; } }

.site-hospital .staff {
  display: grid;
  grid-template-columns: 12rem 1fr;
  grid-column-gap: 3.2rem;
  background: #f6f5f2;
  padding: 1.6rem;
  border-radius: .8rem; }
  @media screen and (max-width: 1119px) {
    .site-hospital .staff {
      grid-template-columns: 20rem 1fr; } }
  @media screen and (max-width: 640px) {
    .site-hospital .staff {
      grid-template-columns: 1fr;
      gap: 1.6rem; } }
  .site-hospital .staff__pic {
    background: #f3f2ed;
    border-radius: .8rem;
    overflow: hidden; }
    .site-hospital .staff__pic img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .site-hospital .staff__data {
    padding: 1rem 0;
    align-self: center; }
    @media screen and (max-width: 640px) {
      .site-hospital .staff__data {
        padding-bottom: 0; } }
    .site-hospital .staff__data__name {
      display: grid;
      grid-template-columns: 9.6rem 1fr;
      grid-column-gap: 2rem;
      margin: 0 0 1.6rem;
      padding: 0 0 1.2rem;
      border-bottom: rgba(57, 57, 55, 0.2) 0.1rem dashed; }
      @media screen and (max-width: 1119px) {
        .site-hospital .staff__data__name {
          grid-template-columns: 6.4rem 1fr;
          grid-column-gap: 1.6rem; } }
      .site-hospital .staff__data__name > * {
        align-self: center; }
      .site-hospital .staff__data__name dt {
        text-align: center;
        font-size: 1rem;
        background: #7fc1e7;
        color: #f6f5f2;
        padding: .4rem 1.6rem;
        border-radius: 999rem; }
      .site-hospital .staff__data__name dd {
        font-size: 2.4rem;
        font-weight: 700; }
        @media screen and (max-width: 1119px) {
          .site-hospital .staff__data__name dd {
            font-size: 1.8rem; } }
        @media screen and (max-width: 640px) {
          .site-hospital .staff__data__name dd {
            font-size: 1.56rem; } }
        .site-hospital .staff__data__name dd small {
          font-size: .92rem;
          display: inline-block;
          margin: 0 0 0 .4rem; }
    .site-hospital .staff__data__item {
      display: grid;
      grid-template-columns: 9.6rem 1fr;
      grid-column-gap: 2rem; }
      @media screen and (max-width: 640px) {
        .site-hospital .staff__data__item {
          grid-template-columns: 8.8rem 1fr; } }
      .site-hospital .staff__data__item dt {
        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-hospital .staff__data__item dt:before {
          content: '';
          width: 1rem;
          height: 1rem;
          background: #7fc1e7;
          border-radius: 50%;
          margin: 0 .8rem 0 0; }
    .site-hospital .staff__data__history {
      margin: 1.6rem 0 0; }
      .site-hospital .staff__data__history dt {
        background: #7fc1e7;
        color: #f6f5f2;
        padding: .32rem 2.4rem;
        display: inline-block;
        border-radius: 999rem;
        margin: 0 0 1rem; }
      .site-hospital .staff__data__history dd {
        margin: .4rem 0 0; }

.site-hospital .mob {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin: 3.2rem 0 0;
  padding: 3.2rem 0 0;
  border-top: rgba(57, 57, 55, 0.2) 1px dashed; }
  @media screen and (max-width: 1119px) {
    .site-hospital .mob {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 640px) {
    .site-hospital .mob {
      margin: 2.4rem 0 0;
      padding: 2.4rem 0 0;
      grid-template-columns: 1fr; } }
  .site-hospital .mob li {
    background: #f6f5f2;
    border-radius: .8rem;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 1.6rem;
    padding: 1.6rem; }
    .site-hospital .mob li > * {
      align-self: center; }
    .site-hospital .mob li dl {
      line-height: 1.5; }
      .site-hospital .mob li dl dt {
        font-size: .92rem;
        color: #f6f5f2;
        background: #7fc1e7;
        display: inline-block;
        padding: .32rem 1.2rem;
        border-radius: 999rem; }
      .site-hospital .mob li dl dd {
        margin: .4rem 0 0;
        font-size: .92rem; }
        .site-hospital .mob li dl dd.name {
          font-size: 1.12rem;
          font-weight: 700; }
    .site-hospital .mob li figure {
      width: 5.6rem;
      height: 5.6rem;
      border-radius: 999rem;
      overflow: hidden;
      box-shadow: 0 0 0.64rem rgba(57, 57, 55, 0.08); }
      .site-hospital .mob li figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media screen and (max-width: 640px) {
        .site-hospital .mob li figure {
          width: 4.8rem;
          height: 4.8rem; } }

.site-equipment .eqlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem; }
  @media screen and (max-width: 1119px) {
    .site-equipment .eqlist {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 640px) {
    .site-equipment .eqlist {
      gap: 1.2rem; } }
  .site-equipment .eqlist li {
    background: #fcfcfb;
    box-shadow: 0 0.8rem 2rem rgba(57, 57, 55, 0.04);
    border-radius: .8rem;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .site-equipment .eqlist li {
        border-radius: .4rem; } }
    .site-equipment .eqlist li figure img {
      width: 100%; }
    .site-equipment .eqlist li h3 {
      font-size: 1.24rem;
      padding: 1.6rem;
      text-align: center;
      line-height: 1.5;
      font-weight: 700;
      color: #5db0e1; }
      @media screen and (max-width: 640px) {
        .site-equipment .eqlist li h3 {
          font-size: 1rem;
          padding: .8rem 1.2rem;
          font-weight: 400; } }
    .site-equipment .eqlist li .data {
      padding: 1.6rem;
      border-top: #f6f5f2 2px solid;
      font-size: .92rem; }

.site-specialty {
  position: relative; }
  .site-specialty .spcbox {
    margin: 0 0 8rem; }
    @media screen and (max-width: 640px) {
      .site-specialty .spcbox {
        margin: 0 0 3.2rem; } }
    .site-specialty .spcbox:last-of-type {
      margin-bottom: 0; }
    .site-specialty .spcbox__title {
      font-size: 2.8rem;
      text-align: center;
      position: relative;
      margin: 0 0 1.66rem;
      line-height: 1.6; }
      @media screen and (max-width: 640px) {
        .site-specialty .spcbox__title {
          font-size: 1.72rem; } }
    .site-specialty .spcbox__category {
      background: #fdfcf9;
      padding: 2rem;
      display: grid;
      grid-template-columns: .33fr 1fr;
      margin: 0 0 2rem;
      position: relative; }
      @media screen and (max-width: 640px) {
        .site-specialty .spcbox__category {
          grid-template-columns: 1fr;
          padding: 1.6rem; } }
      .site-specialty .spcbox__category:before {
        content: '';
        width: 1rem;
        height: 1rem;
        position: absolute;
        top: .4rem;
        left: .4rem;
        background: #7fc1e7;
        clip-path: polygon(0 0, 100% 0, 0 100%); }
      .site-specialty .spcbox__category:last-of-type {
        margin-bottom: 0; }
      .site-specialty .spcbox__category dt {
        font-size: 1.44rem;
        line-height: 1.66;
        align-self: center;
        text-align: center;
        padding: 0 2rem 0 0; }
        @media screen and (max-width: 1119px) {
          .site-specialty .spcbox__category dt {
            font-size: 1.24rem; } }
        @media screen and (max-width: 640px) {
          .site-specialty .spcbox__category dt {
            padding: 0; } }
      .site-specialty .spcbox__category dd {
        align-self: center;
        padding: 0 0 0 2rem;
        border-left: #e2e2e2 1px dashed; }
        @media screen and (max-width: 640px) {
          .site-specialty .spcbox__category dd {
            padding: 0;
            border: none; } }
  .site-specialty ul.linklist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem; }
    @media screen and (max-width: 640px) {
      .site-specialty ul.linklist {
        grid-template-columns: 1fr;
        margin: 1.44rem 0 0;
        gap: .8rem; } }
    .site-specialty ul.linklist.darken li a {
      border-color: #ebe9e1; }
      .site-specialty ul.linklist.darken li a:before {
        background: #ebe9e1; }
    .site-specialty ul.linklist li a {
      border: #f3f2ed 2px solid;
      color: #393937;
      padding: 1rem 1.6rem;
      height: 100%;
      text-align: center;
      line-height: 1.66;
      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;
      justify-content: center;
      align-items: center;
      z-index: 1; }
      @media screen and (max-width: 1119px) {
        .site-specialty ul.linklist li a {
          font-size: .92rem; } }
      .site-specialty ul.linklist li a::before {
        content: '';
        width: 100%;
        height: 100%;
        background: #f3f2ed;
        position: absolute;
        left: 0;
        top: 0;
        transition: width 400ms cubic-bezier(0.65, 0, 0.35, 1);
        z-index: -1; }
      .site-specialty ul.linklist li a:hover:before {
        width: 0;
        left: auto;
        right: 0; }

html {
  overscroll-behavior-y: none; }

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

#scrollArea {
  position: relative;
  top: 0;
  left: 0;
  width: 100%; }

.in-module.wrap {
  padding: calc(10vh + 48px) calc(var(--size) + 2vw); }
  @media screen and (max-width: 1119px) {
    .in-module.wrap {
      padding: calc(6.4vmin + 48px) calc(var(--size) + 2vw); } }
  @media screen and (max-width: 640px) {
    .in-module.wrap {
      padding: calc(4vmin + 40px) calc(var(--size) + 2vw); } }
  .in-module.wrap.mid {
    padding-top: calc(8vh + 48px);
    padding-bottom: calc(8vh + 48px); }
    @media screen and (max-width: 1119px) {
      .in-module.wrap.mid {
        padding-top: calc(5vmin + 48px);
        padding-bottom: calc(5vmin + 48px); } }
    @media screen and (max-width: 640px) {
      .in-module.wrap.mid {
        padding: calc(3.2vmin + 32px) calc(var(--size) + 2vw); } }
  .in-module.wrap.m-top {
    padding-top: calc(8vh + 48px); }
    @media screen and (max-width: 1119px) {
      .in-module.wrap.m-top {
        padding-top: calc(5vmin + 48px); } }
    @media screen and (max-width: 640px) {
      .in-module.wrap.m-top {
        padding-top: calc(3.2vmin + 32px); } }
  .in-module.wrap.m-bottom {
    padding-bottom: calc(8vh + 48px); }
    @media screen and (max-width: 1119px) {
      .in-module.wrap.m-bottom {
        padding-bottom: calc(5vmin + 48px); } }
    @media screen and (max-width: 640px) {
      .in-module.wrap.m-bottom {
        padding-bottom: calc(3.2vmin + 32px); } }
  .in-module.wrap.no-top {
    padding-top: 0; }
  .in-module.wrap.no-bottom {
    padding-bottom: 0; }

.in-module.gray {
  background: #f3f2ed; }

.in-module.tex {
  background: url(/images/common/tex.webp) repeat top left/256px; }

.in-module.white {
  background: #fdfcf9; }

.in-module .max {
  max-width: 1600px;
  padding: 0 24px;
  margin: 0 auto; }
  @media screen and (max-width: 1119px) {
    .in-module .max {
      padding: 0; } }
  .in-module .max.min {
    max-width: 980px; }
    @media screen and (max-width: 1119px) {
      .in-module .max.min {
        max-width: 90%; } }
    @media screen and (max-width: 640px) {
      .in-module .max.min {
        max-width: 100%; } }

.in-module .ct {
  text-align: center; }

.in-module .t-center {
  text-align: center;
  line-height: 1;
  font-size: 1.08rem;
  font-weight: 400;
  margin: 0 0 2.4rem; }
  @media screen and (max-width: 640px) {
    .in-module .t-center {
      font-size: .92rem; } }
  .in-module .t-center:before {
    content: attr(data-eng);
    text-transform: uppercase;
    font-size: 2.8rem;
    color: #5db0e1;
    display: block;
    margin: 0 0 .8rem; }
    @media screen and (max-width: 640px) {
      .in-module .t-center:before {
        font-size: 1.88rem; } }

.in-module .btnarea {
  margin: 3.2rem 0 0; }
  @media screen and (max-width: 640px) {
    .in-module .btnarea {
      margin: 2.4rem 0 0; } }
  .in-module .btnarea.center {
    text-align: center; }
  .in-module .btnarea a {
    display: inline-block;
    padding: .96rem 3.66rem;
    min-width: 340px;
    font-size: 1.24rem;
    position: relative;
    color: #FFF;
    z-index: 1;
    text-align: center;
    border-radius: 999px;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .in-module .btnarea a {
        min-width: 1px;
        display: block;
        margin: 0 0 .8rem; }
        .in-module .btnarea a:last-of-type {
          margin-bottom: 0; } }
    .in-module .btnarea a svg {
      position: absolute;
      top: 50%;
      right: 1.6rem;
      transform: translateY(-50%);
      fill: #FFF;
      z-index: 2;
      transition: right 400ms cubic-bezier(0.65, 0, 0.35, 1); }
    .in-module .btnarea a.block {
      display: block;
      padding-right: 1.6rem; }
    .in-module .btnarea a small {
      font-size: .72rem; }
      @media screen and (max-width: 640px) {
        .in-module .btnarea a small {
          display: block; } }
    .in-module .btnarea a:before, .in-module .btnarea a:after {
      content: '';
      width: 100%;
      height: 100%;
      background: #7fc1e7;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      transition: width 400ms cubic-bezier(0.65, 0, 0.35, 1); }
    .in-module .btnarea a:after {
      background: #e79f7f;
      width: 0; }
    .in-module .btnarea a:hover:after {
      width: 100%;
      right: auto;
      left: 0; }
    .in-module .btnarea a:hover svg {
      right: 1.2rem; }
    .in-module .btnarea a.pink:before {
      background: #e79f7f; }
    .in-module .btnarea a.pink:after {
      background: #7fc1e7; }

.in-module .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) {
    .in-module .pager {
      margin: 2.4rem 0 0; } }
  .in-module .pager a,
  .in-module .pager span {
    width: 36px;
    height: 36px;
    background: #ebe9e1;
    border: #ebe9e1 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: #393937;
    transition: all 120ms cubic-bezier(0.65, 0, 0.35, 1); }
  .in-module .pager a:hover {
    border-color: #7fc1e7;
    background: #f6f5f2;
    color: #7fc1e7;
    transform: scale(1.1); }
  .in-module .pager span {
    background: #7fc1e7;
    border-color: #7fc1e7;
    color: #f6f5f2; }

.defaultScrollAnimation {
  opacity: 0;
  transform: translateY(3.2rem);
  transition: all 800ms cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: opacity, transform; }
  .defaultScrollAnimation.active {
    opacity: 1;
    transform: translateY(0); }

.fixdoganimation {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1000;
  width: 88px;
  height: 88px;
  background: #fdfcf9;
  border-radius: .8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 32px rgba(57, 57, 55, 0.12);
  transform: translateY(200%);
  transition: transform 800ms cubic-bezier(0.65, 0, 0.35, 1); }
  @media screen and (max-width: 1119px) {
    .fixdoganimation {
      display: none; } }
  .fixdoganimation.active {
    transform: translateY(0); }
  .fixdoganimation__pic {
    width: 58px;
    height: 38px;
    background-image: url(/images/common/dog_animation.png);
    background-repeat: repeat-x;
    background-size: calc(58px * 6) 38px;
    background-position: var(--dog) 0;
    transform: translateY(-8px); }
  .fixdoganimation__txt {
    position: absolute;
    left: 50%;
    bottom: 12px;
    font-size: .72rem;
    color: #5db0e1;
    line-height: 1;
    transform: translateX(-50%);
    white-space: nowrap; }

.fixscroll {
  position: fixed;
  right: calc(calc(var(--size) + 2vw) * .5);
  bottom: 0;
  width: 100px;
  z-index: 2; }
  @media screen and (max-width: 1119px) {
    .fixscroll {
      display: none; } }
  .fixscroll:hover img {
    opacity: 1; }
  .fixscroll img {
    width: 100%; }
  .fixscroll__p {
    position: absolute;
    right: 85px;
    top: 0;
    background: #FFF;
    font-size: .88rem;
    line-height: 1.5;
    padding: .48rem 1.44rem;
    border-radius: 999px;
    white-space: nowrap;
    color: #393937;
    animation: jumpHukidashi 800ms cubic-bezier(0.65, 0, 0.35, 1) infinite alternate; }
    .fixscroll__p:before {
      content: '';
      width: 1.6rem;
      height: 1.2rem;
      background: #FFF;
      position: absolute;
      left: 60%;
      top: 99%;
      clip-path: polygon(0 0, 100% 0, 100% 100%); }

@keyframes jumpHukidashi {
  0% {
    transform: translate(0); }
  100% {
    transform: translateY(-4px); } }

.grecaptcha-badge {
  bottom: 10rem !important;
  z-index: 1000 !important; }
  @media screen and (max-width: 1119px) {
    .grecaptcha-badge {
      bottom: 1rem !important; } }


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