@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Oswald:wght@200;400&display=swap");
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;
}

ul, ol {
  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;
}

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;
}

@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 {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  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 {
  touch-action: pan-y;
}

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

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

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

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

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

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

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

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

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}

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

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

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

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

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

.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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: flex;
  justify-content: 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;
  transform-origin: 50%;
  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");
}
@keyframes swiper-preloader-spin {
  100% {
    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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  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 {
  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;
  backface-visibility: hidden;
}

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

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

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
}

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

/* BASE COLOR
------------------------------------------------------------*/
/* TEMP COLOR
------------------------------------------------------------*/
/* SITE SETTING
------------------------------------------------------------*/
/* RESPONSIVE SETTING
------------------------------------------------------------*/
/* DEFAULT SETTING
------------------------------------------------------------*/
@media screen and (min-width: 641px) {
  * {
    margin: 0;
    padding: 0;
  }
  *, *:before, *:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
  }
  body {
    color: #000;
    background: #FFF;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    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;
  }
  i, strong {
    font-style: normal;
  }
  a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #005bab;
  }
  a:hover {
    text-decoration: none;
    color: #0076de;
  }
  a:hover img {
    opacity: 0.8;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .display {
    width: 1120px;
    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=submit],
  textarea {
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 640px) {
  * {
    margin: 0;
    padding: 0;
  }
  *, *:before, *:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
  }
  body {
    color: #000;
    background: #FFF;
    font-size: 13px;
    line-height: 1.8;
    font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    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;
  }
  i, strong {
    font-style: normal;
  }
  a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #005bab;
  }
  a:hover {
    text-decoration: none;
    color: #0076de;
  }
  a:hover img {
    opacity: 0.8;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .display {
    width: auto;
    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=submit],
  textarea {
    -webkit-appearance: none;
  }
  body {
    overflow-x: hidden;
  }
}
/* READING SCSS
------------------------------------------------------------*/
.simple-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1040px;
  height: 120px;
  background: #FFF;
  padding: 32px 40px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  transition: top 200ms cubic-bezier(0.85, 0, 0.15, 1), box-shadow 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .simple-header {
    min-width: 1px;
    padding: 0 15px;
    height: 64px;
  }
}
@media screen and (min-width: 641px) {
  .simple-header.active {
    top: -56px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
  }
  .simple-header.active .title .title__logo {
    transform: translateY(14px);
  }
  .simple-header.active .navigation {
    bottom: 20px;
  }
  .simple-header.active .navigation dl.active dt:before, .simple-header.active .navigation dl:hover dt:before {
    bottom: -20px;
  }
  .simple-header.active .navigation dl.active .sub, .simple-header.active .navigation dl:hover .sub {
    top: 64px;
  }
  .simple-header.active .member {
    transform: translateY(13px);
  }
}
.simple-header .title {
  position: relative;
  z-index: 2;
}
.simple-header .title__h {
  font-size: 10px;
  line-height: 1;
  max-width: 50vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 640px) {
  .simple-header .title__h {
    max-width: calc(100vw - 80px);
  }
}
.simple-header .title__logo {
  margin: 16px 0 0;
  transition: transform 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .simple-header .title__logo {
    margin: 8px 0 0;
  }
}
.simple-header .title__logo img {
  height: 25px;
}
@media screen and (max-width: 640px) {
  .simple-header .title__logo img {
    height: 22px;
  }
}
.simple-header .menu-trg {
  display: none;
}
@media screen and (max-width: 640px) {
  .simple-header .menu-trg {
    width: 48px;
    height: 32px;
    display: block;
    position: absolute;
    top: 16px;
    right: 3px;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -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;
    cursor: pointer;
    transition: transform 400ms cubic-bezier(0.85, 0, 0.15, 1);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .simple-header .menu-trg .line {
    width: 24px;
    display: block;
    height: 16px;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
    position: relative;
    transition: border 400ms cubic-bezier(0.85, 0, 0.15, 1);
  }
  .simple-header .menu-trg .line:before, .simple-header .menu-trg .line:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all 400ms cubic-bezier(0.85, 0, 0.15, 1);
  }
  .simple-header .menu-trg.is-res {
    transform: rotate(360deg);
  }
  .simple-header .menu-trg.is-res .line {
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .simple-header .menu-trg.is-res .line:before, .simple-header .menu-trg.is-res .line:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .simple-header .menu-trg.is-res .line:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .simple-header .menu-trg.is-res + ul {
    transform: translateX(0);
    box-shadow: 0 32px 32px rgba(0, 0, 0, 0.12);
  }
}
.simple-header .navigation {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 32px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: center;
  transition: bottom 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .simple-header .navigation {
    bottom: auto;
    top: 0;
  }
}
.simple-header .navigation.remove-login {
  justify-content: flex-end;
  padding: 0 40px 0 0;
}
.simple-header .navigation > ul {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .simple-header .navigation > ul {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: #FFF;
    padding: 0;
    border-top: #e7e7e7 1px solid;
    display: block;
    overflow: auto;
    transform: translateX(100vw);
    transition: transform 400ms cubic-bezier(0.85, 0, 0.15, 1), box-shadow 400ms cubic-bezier(0.85, 0, 0.15, 1);
  }
}
.simple-header .navigation > ul > li {
  margin: 0 0 0 4vw;
}
.simple-header .navigation > ul > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .simple-header .navigation > ul > li {
    margin: 0;
    font-size: 15px;
    border-bottom: #e7e7e7 1px solid;
  }
  .simple-header .navigation > ul > li:last-child {
    border: none;
  }
}
.simple-header .navigation > ul > li:last-child {
  margin: 0;
}
.simple-header .navigation > ul > li a {
  color: #000;
}
@media screen and (max-width: 640px) {
  .simple-header .navigation > ul > li a {
    padding: 12px 15px;
    display: block;
    position: relative;
  }
  .simple-header .navigation > ul > li a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 10px;
    transform: translateY(-50%);
  }
}
.simple-header .navigation > ul > li a:hover {
  opacity: 0.64;
}
.simple-header .navigation dl {
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .simple-header .navigation dl {
    padding: 15px;
  }
}
@media screen and (min-width: 641px) {
  .simple-header .navigation dl.active dt:before, .simple-header .navigation dl:hover dt:before {
    opacity: 1;
    transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1);
  }
  .simple-header .navigation dl.active dt:after, .simple-header .navigation dl:hover dt:after {
    content: "";
    width: 160%;
    height: 100px;
    position: absolute;
    left: -30%;
    top: 0;
  }
  .simple-header .navigation dl.active .sub, .simple-header .navigation dl:hover .sub {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.simple-header .navigation dl dt {
  position: relative;
}
.simple-header .navigation dl dt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #f0f0f2 transparent;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .simple-header .navigation dl dt:before {
    display: none;
  }
}
.simple-header .navigation .sub {
  background: #FFF;
  position: fixed;
  top: 120px;
  left: 0;
  padding: 20px 40px;
  width: 100%;
  border-top: #f0f0f2 4px solid;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1);
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .simple-header .navigation .sub {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 12px 0 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    box-shadow: none;
    border: none;
  }
}
.simple-header .navigation .sub ul {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .simple-header .navigation .sub ul {
    justify-content: space-between;
  }
}
.simple-header .navigation .sub ul li {
  width: 20%;
  border-right: #e7e7e7 1px solid;
}
@media screen and (max-width: 640px) {
  .simple-header .navigation .sub ul li {
    width: calc(50% - 7.5px);
    border: none;
  }
}
.simple-header .navigation .sub ul li:first-child {
  border-left: #e7e7e7 1px solid;
}
@media screen and (max-width: 640px) {
  .simple-header .navigation .sub ul li:first-child {
    border: none;
  }
}
.simple-header .navigation .sub ul li a {
  display: block;
  text-align: center;
  padding: 16px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .simple-header .navigation .sub ul li a {
    padding: 15px;
    background: #f4f4f5;
    border-radius: 4px;
    font-size: 13.5px;
  }
  .simple-header .navigation .sub ul li a:after {
    display: none;
  }
}
.simple-header .navigation .sub ul li a i {
  font-size: 22px;
  display: block;
  margin: 0 0 16px;
}
@media screen and (max-width: 640px) {
  .simple-header .navigation .sub ul li a i {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.simple-header .member {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin: 28px 0 0;
  position: relative;
  transition: transform 200ms cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .simple-header .member {
    display: none;
  }
}
.simple-header .member li {
  margin: 0 12px 0 0;
}
.simple-header .member li:last-child {
  margin: 0;
}
.simple-header .member li a {
  color: #000;
  background: #f0f0f2;
  border: 1px #f0f0f2 solid;
  width: 30px;
  height: 30px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
.simple-header .member li a:hover {
  transform: scale(1.1);
  background: #FFF;
  border-color: #000;
}
.simple-header .meta {
  font-size: 11px;
  line-height: 1;
  position: absolute;
  top: 32px;
  right: 40px;
}
@media screen and (max-width: 640px) {
  .simple-header .meta {
    display: none;
  }
}
.simple-header .meta strong {
  font-size: 12px;
  font-weight: 700;
}
.simple-header .spmenu {
  display: none;
}
@media screen and (max-width: 640px) {
  .simple-header .spmenu {
    display: block;
  }
  .simple-header .spmenu__box {
    background: #f4f4f5;
    border-bottom: #e7e7e7 1px solid;
    padding: 15px;
  }
  .simple-header .spmenu__box li {
    margin: 0 0 12px;
  }
  .simple-header .spmenu__box li:last-child {
    margin: 0;
  }
  .simple-header .spmenu__box li a {
    background: #FFF;
    border-radius: 4px;
  }
  .simple-header .spmenu__box li a i {
    display: inline-block;
    margin: 0 8px 0 0;
  }
  .simple-header .spmenu__meta {
    padding: 30px 15px;
    text-align: center;
    font-size: 13px;
  }
  .simple-header .spmenu__meta strong {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 4px;
  }
  .simple-header .spmenu__meta .res-hide {
    display: none;
  }
}

#site-footer.simple-wrapper {
  background: #f0f0f2;
  padding: 80px 40px;
}
@media screen and (max-width: 640px) {
  #site-footer.simple-wrapper {
    padding: 32px 15px;
  }
}
#site-footer.simple-wrapper a {
  color: #000;
}
#site-footer.simple-wrapper .data {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #site-footer.simple-wrapper .data {
    display: block;
  }
}
#site-footer.simple-wrapper .data__nav {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 320px;
}
@media screen and (max-width: 640px) {
  #site-footer.simple-wrapper .data__nav {
    width: auto;
    margin: 0 0 0 -15px;
  }
}
#site-footer.simple-wrapper .data__nav li {
  width: 50%;
  font-size: 12px;
  margin: 0 0 12px;
}
@media screen and (max-width: 640px) {
  #site-footer.simple-wrapper .data__nav li {
    padding: 0 0 0 15px;
  }
}
#site-footer.simple-wrapper .data__nav li a:hover {
  text-decoration: underline;
}
#site-footer.simple-wrapper .data__company {
  width: 50%;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  #site-footer.simple-wrapper .data__company {
    display: block;
    width: auto;
    margin: 32px 0 0;
  }
}
#site-footer.simple-wrapper .data__company dt {
  font-size: 20px;
  margin: 0 0 16px;
  padding: 0 0 12px;
  border-bottom: #e7e7e7 1px solid;
}
@media screen and (max-width: 640px) {
  #site-footer.simple-wrapper .data__company dt {
    font-size: 18px;
  }
}
#site-footer.simple-wrapper .meta {
  margin: 48px 0 0;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  #site-footer.simple-wrapper .meta {
    margin: 24px 0 0;
  }
  #site-footer.simple-wrapper .meta__copy {
    display: block;
    width: 100%;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 640px) {
  #site-footer.simple-wrapper .meta__link {
    width: 100%;
    display: block;
  }
}
#site-footer.simple-wrapper .meta__link:hover {
  text-decoration: underline;
}
#site-footer.simple-wrapper .meta__link i {
  display: inline-block;
  margin: 0 0 0 6px;
  opacity: 0.32;
}

.site-simple-index .simple-module.wrap {
  padding: 0 40px 128px;
}
@media screen and (max-width: 640px) {
  .site-simple-index .simple-module.wrap {
    padding: 0 15px 40px;
  }
}
.site-simple-index .simple-module.wrap.bg-kussion {
  padding-top: 112px;
  padding-bottom: 112px;
  margin-bottom: 128px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-simple-index .simple-module.wrap.bg-kussion {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 40px;
  }
}
.site-simple-index .simple-module.wrap.bg-kussion:before {
  content: "";
  width: 75%;
  height: 100%;
  background: #f0f0f2;
  position: absolute;
  top: 0;
  left: 0;
}
.site-simple-index .simple-module .ttl {
  font-size: 12px;
  margin: 0 0 24px;
}
@media screen and (max-width: 640px) {
  .site-simple-index .simple-module .ttl {
    margin: 0 0 12px;
  }
}
.site-simple-index .simple-module .ttl:before {
  content: attr(data-eng);
  font-size: 26px;
  display: inline-block;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .site-simple-index .simple-module .ttl:before {
    font-size: 18px;
    margin: 0 12px 0 0;
  }
}
.site-simple-index .simple-module .simple-btn {
  margin: 48px 0 0;
}
@media screen and (max-width: 640px) {
  .site-simple-index .simple-module .simple-btn {
    margin: 24px 0 0;
  }
}
.site-simple-index .simple-module .simple-btn.center {
  text-align: center;
}
.site-simple-index .simple-module .simple-btn a {
  display: inline-block;
  padding: 14px 64px;
  color: #000;
  border: #000 1px solid;
  font-size: 15px;
  position: relative;
  transition: color 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-simple-index .simple-module .simple-btn a {
    display: block;
    padding: 15px;
  }
}
.site-simple-index .simple-module .simple-btn a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
.site-simple-index .simple-module .simple-btn a:hover {
  color: #f0f0f2;
}
.site-simple-index .simple-module .simple-btn a:hover:before {
  width: 100%;
}
.site-simple-index .simple-module .simple-btn a.arrow:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 10px;
  transform: translateY(-50%);
}
.site-simple-index .firstview {
  margin: 0 0 96px;
}
@media screen and (max-width: 640px) {
  .site-simple-index .firstview {
    margin: 0 0 32px;
  }
}
.site-simple-index .firstview .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}
.site-simple-index .firstview .swiper-wrapper .swiper-slide {
  overflow: hidden;
  margin: 0 20px;
  width: 980px;
}
@media screen and (max-width: 640px) {
  .site-simple-index .firstview .swiper-wrapper .swiper-slide {
    width: 100%;
    margin: 0;
  }
}
.site-simple-index .firstview .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.site-simple-index .firstview .fv-controll {
  position: absolute;
  top: calc(50% - 17.5px);
  width: 56px;
  height: 56px;
  background: #FFF;
  border-radius: 50%;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: opacity 240ms cubic-bezier(0.85, 0, 0.15, 1), transform 240ms cubic-bezier(0.85, 0, 0.15, 1), box-shadow 240ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-simple-index .firstview .fv-controll {
    top: calc(50% - 10.5px);
    width: 32px;
    height: 32px;
  }
}
.site-simple-index .firstview .fv-controll:before {
  content: "";
  border: #FFF 1px solid;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 50%;
  z-index: -1;
  transition: opacity 240ms cubic-bezier(0.85, 0, 0.15, 1), transform 240ms cubic-bezier(0.85, 0, 0.15, 1);
}
.site-simple-index .firstview .fv-controll:hover {
  transform: translateY(-50%) scale(0.8);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.12);
}
.site-simple-index .firstview .fv-controll:hover:before {
  transform: scale(1.3);
  opacity: 1;
}
.site-simple-index .firstview .fv-controll.fv-next {
  right: 4%;
}
.site-simple-index .firstview .fv-controll.fv-prev {
  left: 4%;
}
.site-simple-index .firstview .fv-controll.fv-prev .arrow {
  transform: rotateY(180deg);
}
.site-simple-index .firstview .fv-controll .arrow {
  display: block;
  position: relative;
  width: 12px;
}
@media screen and (max-width: 640px) {
  .site-simple-index .firstview .fv-controll .arrow {
    width: 6px;
  }
}
.site-simple-index .firstview .fv-controll .arrow:before, .site-simple-index .firstview .fv-controll .arrow:after {
  content: "";
  width: 100%;
  height: 1px;
  transform-origin: right center;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
}
.site-simple-index .firstview .fv-controll .arrow:after {
  transform: rotate(-45deg);
}
.site-simple-index .firstview .fv-pagination {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
  margin: 24px 0 0;
}
@media screen and (max-width: 640px) {
  .site-simple-index .firstview .fv-pagination {
    margin: 12px 0 0;
  }
}
.site-simple-index .firstview .fv-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #dddddd;
  opacity: 1;
  margin: 0 4px;
}
@media screen and (max-width: 640px) {
  .site-simple-index .firstview .fv-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
.site-simple-index .firstview .fv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.site-simple-index .tablist__list {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-left: #e7e7e7 1px solid;
}
@media screen and (max-width: 640px) {
  .site-simple-index .tablist__list {
    border: none;
    margin: 0 0 0 -10px;
  }
}
.site-simple-index .tablist__list__item {
  width: 25%;
  border-right: #e7e7e7 1px solid;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .site-simple-index .tablist__list__item {
    border: none;
    width: 50%;
    padding: 0 0 0 10px;
    margin: 10px 0 0;
    position: relative;
  }
  .site-simple-index .tablist__list__item.active:after {
    content: "選択中";
    position: absolute;
    top: -4px;
    right: -3px;
    font-size: 10px;
    padding: 2px 12px;
    background: #c9e5f8;
    color: #FFF;
    border-radius: 999px;
    opacity: 0;
    transform: scale(0);
    animation: actived 300ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
  }
  @keyframes actived {
    0% {
      opacity: 0;
      transform: scale(0.6);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  .site-simple-index .tablist__list__item:nth-child(-n+2) {
    margin: 0;
  }
}
.site-simple-index .tablist__list__item figure {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-simple-index .tablist__list__item figure {
    border: #e7e7e7 1px solid;
    padding: 15px;
    border-radius: 4px;
  }
}
.site-simple-index .tablist__list__item figure img {
  height: 40px;
  transition: transform 160ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-simple-index .tablist__list__item figure img {
    height: 24px;
  }
}
.site-simple-index .tablist__list__item figure figcaption {
  margin: 12px 0 0;
}
@media screen and (max-width: 640px) {
  .site-simple-index .tablist__list__item figure figcaption {
    margin: 6px 0 0;
  }
}
.site-simple-index .tablist__list__item:hover figure img {
  transform: scale(1.1);
}
.site-simple-index .tablist__btns {
  border-top: #000 1px solid;
  margin: 48px 0 0;
  padding: 24px 0 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-simple-index .tablist__btns {
    margin: 24px 0 0;
    padding: 15px 0 0;
  }
}
.site-simple-index .tablist__btns:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  top: -8px;
  transform: translateX(-50%);
  transition: left 600ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-simple-index .tablist__btns:before {
    left: 50%;
  }
}
@media screen and (min-width: 641px) {
  .site-simple-index .tablist__btns.index-1:before {
    left: 12.5%;
  }
}
@media screen and (min-width: 641px) {
  .site-simple-index .tablist__btns.index-2:before {
    left: 37.5%;
  }
}
@media screen and (min-width: 641px) {
  .site-simple-index .tablist__btns.index-3:before {
    left: 62.5%;
  }
}
@media screen and (min-width: 641px) {
  .site-simple-index .tablist__btns.index-4:before {
    left: 87.5%;
  }
}
.site-simple-index .tablist__btns ul {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.site-simple-index .tablist__btns ul.active li:nth-child(1) {
  animation: view 400ms 80ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-simple-index .tablist__btns ul.active li:nth-child(2) {
  animation: view 400ms 160ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-simple-index .tablist__btns ul.active li:nth-child(3) {
  animation: view 400ms 240ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-simple-index .tablist__btns ul.active li:nth-child(4) {
  animation: view 400ms 320ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-simple-index .tablist__btns ul.active li:nth-child(5) {
  animation: view 400ms 400ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-simple-index .tablist__btns ul.active li:nth-child(6) {
  animation: view 400ms 480ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-simple-index .tablist__btns ul.active li:nth-child(7) {
  animation: view 400ms 560ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-simple-index .tablist__btns ul.active li:nth-child(8) {
  animation: view 400ms 640ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-simple-index .tablist__btns ul.active li:nth-child(9) {
  animation: view 400ms 720ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-simple-index .tablist__btns ul.active li:nth-child(10) {
  animation: view 400ms 800ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-simple-index .tablist__btns__item {
  width: calc(50% - 8px);
  list-style: none;
  margin: 16px 0 0;
}
@media screen and (max-width: 640px) {
  .site-simple-index .tablist__btns__item {
    width: 100%;
    margin: 0 0 10px;
  }
  .site-simple-index .tablist__btns__item:last-child {
    margin: 0;
  }
}
.site-simple-index .tablist__btns__item:nth-child(-n+2) {
  margin-top: 0;
}
.site-simple-index .tablist__btns__item a {
  background: #f4f4f5;
  border: #f4f4f5 1px solid;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  padding: 30px;
  position: relative;
  transition: border 200ms cubic-bezier(0.85, 0, 0.15, 1), background 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-simple-index .tablist__btns__item a {
    padding: 15px;
    text-align: left;
  }
}
.site-simple-index .tablist__btns__item a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.12);
  transition: color 200ms cubic-bezier(0.85, 0, 0.15, 1), right 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-simple-index .tablist__btns__item a:after {
    right: 15px;
  }
}
.site-simple-index .tablist__btns__item a:hover {
  border-color: #000;
  background: #FFF;
}
.site-simple-index .tablist__btns__item a:hover:after {
  right: 24px;
  color: #000;
}
@media screen and (max-width: 640px) {
  .site-simple-index .tablist__btns__item a:hover:after {
    right: 10px;
  }
}
.site-simple-index .tablist__btns__item a i {
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .site-simple-index .tablist__btns__item a i {
    font-size: 16px;
  }
}
.site-simple-index .recslider {
  position: relative;
}
.site-simple-index .recslider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}
.site-simple-index .recslider__item {
  width: 31%;
  margin: 0 1.75%;
}
@media screen and (max-width: 640px) {
  .site-simple-index .recslider__item {
    width: 100%;
    margin: 0 7.5px;
  }
}
.site-simple-index .recslider__item__box {
  display: block;
  color: #000;
  position: relative;
  margin: 6px 0 0;
}
.site-simple-index .recslider__item__box:hover figure img {
  transform: translate(-50%, -50%) scale(1.2);
  transition: transform 2000ms linear;
}
.site-simple-index .recslider__item__box:hover figure:before {
  opacity: 1;
}
.site-simple-index .recslider__item__box:hover figure:after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.site-simple-index .recslider__item__box .badge {
  position: absolute;
  z-index: 2;
}
.site-simple-index .recslider__item__box .badge.new {
  background: #FFF;
  border-radius: 999px;
  font-size: 12px;
  padding: 3px 10px;
  top: 8px;
  left: 8px;
}
.site-simple-index .recslider__item__box .badge.rec {
  position: absolute;
  top: -6px;
  right: 0;
  background: #000;
  color: #FFF;
  width: 36px;
  height: 36px;
  font-size: 10px;
  line-height: 1.2;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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-simple-index .recslider__item__box .badge.rec {
    top: 6px;
    right: 6px;
  }
}
.site-simple-index .recslider__item__box .badge.rec:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: #000 1px solid;
  transform: translate(3px, 3px);
}
.site-simple-index .recslider__item__box figure {
  width: 100%;
  padding: 75% 0 0;
  position: relative;
  overflow: hidden;
  background: #f4f4f5;
}
.site-simple-index .recslider__item__box figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  transition: transform 400ms cubic-bezier(0.85, 0, 0.15, 1);
}
.site-simple-index .recslider__item__box figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 1;
}
.site-simple-index .recslider__item__box figure:after {
  content: "詳細を見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  background: #FFF;
  padding: 6px 32px;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1), transform 400ms cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 2;
}
.site-simple-index .recslider__item__box__ttl {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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: 16px 0 0;
}
.site-simple-index .recslider__item__box__ttl dt {
  background: #f4f4f5;
  font-size: 11px;
  padding: 2px 12px;
  margin: 0 20px 0 0;
}
.site-simple-index .recslider__item__box__ttl dd {
  transform: translateY(-2px);
}
.site-simple-index .recslider__item__box__ttl dd strong {
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  margin: 0 2px 0 0;
}
.site-simple-index .recslider__item__box__addr {
  font-size: 12px;
}
.site-simple-index .recslider__item__box__acc {
  margin: 8px 0 0;
  padding: 8px 0 0;
  font-size: 10px;
  text-align: right;
  border-top: #e7e7e7 1px solid;
}
.site-simple-index .recslider__item__box__acc .icon {
  display: inline-block;
}
.site-simple-index .recslider__item__box__acc .icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin: 0 4px 0 0;
}
.site-simple-index .recslider .rec-prev,
.site-simple-index .recslider .rec-next {
  width: 24px;
  height: 9px;
  background-image: url(/images/index/simple/rec_controll_2x.png);
  background-position: 0 0;
  background-size: 48px;
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .site-simple-index .recslider .rec-prev,
  .site-simple-index .recslider .rec-next {
    display: none;
  }
}
.site-simple-index .recslider .rec-prev:hover,
.site-simple-index .recslider .rec-next:hover {
  opacity: 0.4;
}
.site-simple-index .recslider .rec-next {
  left: auto;
  right: -48px;
  background-position: -24px 0;
}
.site-simple-index .recslider .rec-pagination {
  position: absolute;
  bottom: auto;
  left: auto;
  top: -40px;
  right: 0;
  width: auto;
}
.site-simple-index .kussionbox {
  position: relative;
}
.site-simple-index .kussionbox__pic {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 40px);
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .site-simple-index .kussionbox__pic {
    position: relative;
    width: auto;
    height: auto;
    padding-top: 60%;
  }
}
.site-simple-index .message {
  width: 50%;
  padding: 24px 40px;
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .site-simple-index .message {
    width: auto;
    padding: 22.5px;
    background: #FFF;
  }
}
.site-simple-index .message__title {
  margin: 0 0 24px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-simple-index .message__title {
    margin: 0 0 16px;
  }
}
.site-simple-index .message__title:before {
  content: attr(data-eng);
  font-size: 18px;
  width: 124px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .site-simple-index .message__title:before {
    font-size: 14px;
    width: 108px;
  }
}
.site-simple-index .message__title:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 14px;
  left: 96px;
}
@media screen and (max-width: 640px) {
  .site-simple-index .message__title:after {
    width: 16px;
    left: 76px;
    bottom: 12px;
  }
}
.site-simple-index .message__context__dt {
  font-size: 24px;
  line-height: 1.6;
  transform: translateX(-2px);
}
@media screen and (max-width: 640px) {
  .site-simple-index .message__context__dt {
    font-size: 17px;
  }
}
.site-simple-index .message__context__dd {
  text-align: justify;
  line-height: 2;
  margin: 24px 0 28px;
}
@media screen and (max-width: 640px) {
  .site-simple-index .message__context__dd {
    margin: 15px 0;
  }
}
.site-simple-index .message__context__name {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-size: 13px;
  text-align: right;
}
.site-simple-index .message__context__name strong {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 0 16px;
}
.site-simple-index .featurelist {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .site-simple-index .featurelist {
    display: block;
  }
}
.site-simple-index .featurelist li {
  width: 23.5%;
  margin: 40px 2% 0 0;
  background: #f0f0f2;
  padding: 32px 15px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-simple-index .featurelist li {
    width: auto;
    margin: 0 0 8px;
    text-align: left;
    padding: 15px;
  }
  .site-simple-index .featurelist li:last-child {
    margin: 0;
  }
}
.site-simple-index .featurelist li:nth-child(-n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .site-simple-index .featurelist li:nth-child(-n+4) {
    margin-top: 0;
  }
}
.site-simple-index .featurelist li:nth-child(4n+4) {
  margin-right: 0;
}
.site-simple-index .featurelist li:before {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .site-simple-index .featurelist li:before {
    position: relative;
    left: 0;
    font-size: 14px;
    transform: translate(0, 0);
    margin: 0 15px 0 0;
  }
}
.site-simple-index .featurelist li:nth-child(1):before {
  content: "01";
}
.site-simple-index .featurelist li:nth-child(2):before {
  content: "02";
}
.site-simple-index .featurelist li:nth-child(3):before {
  content: "03";
}
.site-simple-index .featurelist li:nth-child(4):before {
  content: "04";
}
.site-simple-index .featurelist li:nth-child(5):before {
  content: "05";
}
.site-simple-index .featurelist li:nth-child(6):before {
  content: "06";
}
.site-simple-index .featurelist li:nth-child(7):before {
  content: "07";
}
.site-simple-index .featurelist li:nth-child(8):before {
  content: "08";
}
.site-simple-index .featurelist li:nth-child(9):before {
  content: "09";
}
.site-simple-index .twosection {
  margin: 88px 0 0;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-simple-index .twosection {
    margin: 24px 0 0;
  }
}
.site-simple-index .twosection__item {
  width: calc(50% - 18px);
}
@media screen and (max-width: 640px) {
  .site-simple-index .twosection__item {
    width: 100%;
    margin: 0 0 24px;
  }
  .site-simple-index .twosection__item:last-of-type {
    margin: 0;
  }
}
.site-simple-index .twosection__item figure img {
  width: 100%;
}
.site-simple-index .twosection__item__box {
  margin: 24px 0 0;
  padding: 0 56px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-simple-index .twosection__item__box {
    margin: 16px 0 0;
    padding: 0;
  }
}
.site-simple-index .twosection__item__box:before {
  content: "";
  width: 32px;
  height: 1px;
  position: absolute;
  top: 18px;
  left: 0;
  background: #000;
}
@media screen and (max-width: 640px) {
  .site-simple-index .twosection__item__box:before {
    display: none;
  }
}
.site-simple-index .twosection__item__box h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 12px;
}
@media screen and (max-width: 640px) {
  .site-simple-index .twosection__item__box h4 {
    font-size: 17px;
    margin: 0 0 8px;
  }
}
.site-simple-index .twosection__item__box h4:after {
  content: attr(data-eng);
  font-size: 10px;
  margin: 0 0 0 8px;
  display: inline-block;
}
.site-simple-index .twosection__item__box p {
  font-size: 13px;
}
.site-simple-index .newslist {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
  margin: 0 0 0 -56px;
}
@media screen and (max-width: 640px) {
  .site-simple-index .newslist {
    display: block;
    margin: 0;
  }
}
.site-simple-index .newslist > li {
  width: 33.3%;
  padding: 0 0 0 56px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .site-simple-index .newslist > li {
    width: auto;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: #e7e7e7 1px solid;
  }
  .site-simple-index .newslist > li:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.site-simple-index .newslist > li time {
  font-size: 10px;
  width: 80px;
}
.site-simple-index .newslist > li a {
  width: calc(100% - 80px);
  display: block;
  color: #000;
  line-height: 1.5;
}
.site-simple-index .newslist > li a:hover {
  text-decoration: underline;
}

.basic-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1040px;
  height: 84px;
  background: #FFF;
  padding: 12px 40px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  transition: top 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .basic-header {
    min-width: 1px;
    padding: 0 15px;
    height: 64px;
  }
}
.basic-header .title {
  position: relative;
  z-index: 2;
}
.basic-header .title__h {
  font-size: 10px;
  line-height: 1;
  max-width: 45vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 640px) {
  .basic-header .title__h {
    max-width: calc(100vw - 80px);
  }
}
.basic-header .title__logo {
  margin: -10px 0 0;
  transition: 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
.basic-header .title__logo img {
  height: 80px;
}
@media screen and (max-width: 640px) {
  .basic-header .title__logo img {
    height: 60px;
  }
}
.basic-header .menu-trg {
  display: none;
}
@media screen and (max-width: 640px) {
  .basic-header .menu-trg {
    width: 48px;
    height: 32px;
    display: block;
    position: absolute;
    top: 16px;
    right: 3px;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -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;
    cursor: pointer;
    transition: 400ms cubic-bezier(0.85, 0, 0.15, 1);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .basic-header .menu-trg .line {
    width: 24px;
    display: block;
    height: 16px;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
    position: relative;
    transition: border 400ms cubic-bezier(0.85, 0, 0.15, 1);
  }
  .basic-header .menu-trg .line:before, .basic-header .menu-trg .line:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all 400ms cubic-bezier(0.85, 0, 0.15, 1);
  }
  .basic-header .menu-trg.is-res {
    transform: rotate(360deg);
  }
  .basic-header .menu-trg.is-res .line {
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .basic-header .menu-trg.is-res .line:before, .basic-header .menu-trg.is-res .line:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .basic-header .menu-trg.is-res .line:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .basic-header .menu-trg.is-res + ul {
    transform: translateX(0);
    box-shadow: 0 32px 32px rgba(0, 0, 0, 0.12);
  }
}
.basic-header .navigation {
  position: absolute;
  bottom: 16px;
  right: calc(84px * 2 + 40px);
}
.basic-header .navigation.remove-login {
  right: 40px;
}
@media screen and (max-width: 640px) {
  .basic-header .navigation {
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
  }
}
.basic-header .navigation > ul {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .basic-header .navigation > ul {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: #FFF;
    padding: 0;
    border-top: #e7e7e7 1px solid;
    overflow: auto;
    display: block;
    transform: translateX(100vw);
    transition: 400ms cubic-bezier(0.85, 0, 0.15, 1);
  }
}
.basic-header .navigation > ul > li {
  margin: 0 0 0 3vw;
}
.basic-header .navigation > ul > li:first-child {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .basic-header .navigation > ul > li {
    margin: 0;
    font-size: 15px;
    border-bottom: #e7e7e7 1px solid;
  }
  .basic-header .navigation > ul > li:last-child {
    border: none;
  }
}
.basic-header .navigation > ul > li:last-child {
  margin: 0;
}
.basic-header .navigation > ul > li a {
  color: #000;
}
@media screen and (max-width: 640px) {
  .basic-header .navigation > ul > li a {
    padding: 12px 15px;
    display: block;
    position: relative;
  }
  .basic-header .navigation > ul > li a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 10px;
    transform: translateY(-50%);
    color: #005bab;
  }
}
.basic-header .navigation > ul > li a:hover {
  opacity: 0.64;
}
.basic-header .navigation dl {
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .basic-header .navigation dl {
    padding: 15px;
  }
}
@media screen and (min-width: 641px) {
  .basic-header .navigation dl.active dt:before, .basic-header .navigation dl:hover dt:before {
    opacity: 1;
    transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1);
  }
  .basic-header .navigation dl.active dt:after, .basic-header .navigation dl:hover dt:after {
    content: "";
    width: 160%;
    height: 100px;
    position: absolute;
    left: -30%;
    top: 0;
  }
  .basic-header .navigation dl.active .sub, .basic-header .navigation dl:hover .sub {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.basic-header .navigation dl dt {
  position: relative;
}
.basic-header .navigation dl dt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #f4f4f5 transparent;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .basic-header .navigation dl dt:before {
    display: none;
  }
}
.basic-header .navigation .sub {
  background: #FFF;
  position: fixed;
  top: 84px;
  left: 0;
  padding: 20px 40px;
  width: 100%;
  border-top: #f4f4f5 4px solid;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1);
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .basic-header .navigation .sub {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 12px 0 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    box-shadow: none;
    border: none;
  }
}
.basic-header .navigation .sub ul {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .basic-header .navigation .sub ul {
    justify-content: space-between;
  }
}
.basic-header .navigation .sub ul li {
  width: 20%;
  border-right: #e7e7e7 1px solid;
}
@media screen and (max-width: 640px) {
  .basic-header .navigation .sub ul li {
    width: calc(50% - 7.5px);
    border: none;
  }
}
.basic-header .navigation .sub ul li:first-child {
  border-left: #e7e7e7 1px solid;
}
@media screen and (max-width: 640px) {
  .basic-header .navigation .sub ul li:first-child {
    border: none;
  }
}
.basic-header .navigation .sub ul li a {
  display: block;
  text-align: center;
  padding: 16px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .basic-header .navigation .sub ul li a {
    padding: 15px;
    background: #f4f4f5;
    border-radius: 4px;
    font-size: 13.5px;
  }
  .basic-header .navigation .sub ul li a:after {
    display: none;
  }
}
.basic-header .navigation .sub ul li a i {
  font-size: 22px;
  display: block;
  margin: 0 0 16px;
}
@media screen and (max-width: 640px) {
  .basic-header .navigation .sub ul li a i {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.basic-header .member {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .basic-header .member {
    display: none;
  }
}
.basic-header .member li a {
  color: #FFF;
  width: 84px;
  height: 84px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
  text-align: center;
  font-size: 12px;
  transition: all 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
.basic-header .member li a:hover {
  opacity: 0.8;
}
.basic-header .member li a i {
  display: block;
  font-size: 20px;
  margin: 0 0 6px;
}
.basic-header .member__login a {
  background: #c9e5f8;
}
.basic-header .member__regist a {
  background: #005bab;
}
.basic-header .meta {
  font-size: 11px;
  line-height: 1;
  position: absolute;
  top: 16px;
  right: calc(84px * 2 + 40px);
}
@media screen and (max-width: 640px) {
  .basic-header .meta {
    display: none;
  }
}
.basic-header .meta.remove-login {
  right: 40px;
}
.basic-header .meta strong {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin: 0 16px 0 0;
}
.basic-header .meta strong i {
  color: #005bab;
  font-size: 14px;
  display: inline-block;
  margin: 0 6px 0 0;
  transform: rotateY(180deg) rotateZ(-10deg);
}
.basic-header .spmenu {
  display: none;
}
@media screen and (max-width: 640px) {
  .basic-header .spmenu {
    display: block;
  }
  .basic-header .spmenu__box {
    background: #f4f4f5;
    border-bottom: #e7e7e7 1px solid;
    padding: 15px;
  }
  .basic-header .spmenu__box li {
    margin: 0 0 12px;
  }
  .basic-header .spmenu__box li:last-child {
    margin: 0;
  }
  .basic-header .spmenu__box li a {
    border-radius: 4px;
  }
  .basic-header .spmenu__box li a.login, .basic-header .spmenu__box li a.regist {
    color: #FFF;
  }
  .basic-header .spmenu__box li a.login:after, .basic-header .spmenu__box li a.regist:after {
    color: #FFF;
  }
  .basic-header .spmenu__box li a.login {
    background: #c9e5f8;
  }
  .basic-header .spmenu__box li a.regist {
    background: #005bab;
  }
  .basic-header .spmenu__box li a i {
    display: inline-block;
    margin: 0 8px 0 0;
  }
  .basic-header .spmenu__meta {
    padding: 30px 15px;
    text-align: center;
    font-size: 13px;
  }
  .basic-header .spmenu__meta strong {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 4px;
  }
  .basic-header .spmenu__meta .res-hide {
    display: none;
  }
}

#site-footer.basic-wrapper {
  background: #2d455b;
  color: #f4f4f5;
}
#site-footer.basic-wrapper .basicbox {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 640px) {
  #site-footer.basic-wrapper .basicbox {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#site-footer.basic-wrapper a {
  color: #f4f4f5;
}
#site-footer.basic-wrapper .pagetop {
  background: #3b5a76;
  display: block;
  text-align: center;
  padding: 15px 40px;
  transition: background 400ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  #site-footer.basic-wrapper .pagetop {
    padding: 12px 15px;
  }
}
#site-footer.basic-wrapper .pagetop:hover {
  background: #005bab;
}
#site-footer.basic-wrapper .data {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 56px 0;
}
@media screen and (max-width: 640px) {
  #site-footer.basic-wrapper .data {
    padding: 32px 0;
    display: block;
  }
}
#site-footer.basic-wrapper .data__nav {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 320px;
}
@media screen and (max-width: 640px) {
  #site-footer.basic-wrapper .data__nav {
    width: auto;
    display: block;
    border: rgba(255, 255, 255, 0.08) 1px solid;
    border-radius: 4px;
  }
}
#site-footer.basic-wrapper .data__nav li {
  width: 50%;
  font-size: 13px;
  margin: 0 0 6px;
}
@media screen and (max-width: 640px) {
  #site-footer.basic-wrapper .data__nav li {
    width: auto;
    margin: 0;
    border-bottom: rgba(255, 255, 255, 0.08) 1px solid;
  }
  #site-footer.basic-wrapper .data__nav li:last-child {
    border: none;
  }
}
@media screen and (max-width: 640px) {
  #site-footer.basic-wrapper .data__nav li a {
    display: block;
    padding: 15px;
    position: relative;
  }
  #site-footer.basic-wrapper .data__nav li a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 10px;
    color: #005bab;
  }
  #site-footer.basic-wrapper .data__nav li a:hover {
    background: rgba(255, 255, 255, 0.04);
  }
}
#site-footer.basic-wrapper .data__nav li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #site-footer.basic-wrapper .data__nav li a:hover {
    text-decoration: none;
  }
}
#site-footer.basic-wrapper .data__company {
  width: 50%;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  #site-footer.basic-wrapper .data__company {
    margin: 32px 0 0;
    width: auto;
  }
}
#site-footer.basic-wrapper .data__company dt {
  font-size: 20px;
  margin: 0 0 16px;
  padding: 0 0 12px;
  border-bottom: rgba(255, 255, 255, 0.08) 1px solid;
}
@media screen and (max-width: 640px) {
  #site-footer.basic-wrapper .data__company dt {
    font-size: 16px;
  }
}
#site-footer.basic-wrapper .meta {
  font-size: 10px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: rgba(255, 255, 255, 0.08) 1px solid;
}
#site-footer.basic-wrapper .meta .display {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #site-footer.basic-wrapper .meta .display {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #site-footer.basic-wrapper .meta__link {
    display: block;
  }
}
#site-footer.basic-wrapper .meta__link:hover {
  text-decoration: underline;
}
#site-footer.basic-wrapper .meta__link i {
  display: inline-block;
  margin: 0 0 0 6px;
  color: #005bab;
}

.site-basic-index .basic-module.wrap {
  padding: 0 40px 88px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .basic-module.wrap {
    padding: 0 15px 40px;
  }
}
.site-basic-index .basic-module.wrap.twobg {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 48px;
  background: #f4f4f5;
}
@media screen and (max-width: 640px) {
  .site-basic-index .basic-module.wrap.twobg {
    padding-bottom: 0;
  }
}
.site-basic-index .basic-module .ttl {
  font-size: 34px;
  margin: 0 0 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .site-basic-index .basic-module .ttl {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
.site-basic-index .basic-module .ttl:before {
  content: attr(data-eng);
  font-size: 14px;
  display: block;
  color: #005bab;
  text-transform: uppercase;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .basic-module .ttl:before {
    font-size: 12px;
  }
}
.site-basic-index .basic-module .basic-btn {
  margin: 48px 0 0;
}
@media screen and (max-width: 640px) {
  .site-basic-index .basic-module .basic-btn {
    margin: 24px 0 0;
  }
}
.site-basic-index .basic-module .basic-btn.center {
  text-align: center;
}
.site-basic-index .basic-module .basic-btn a {
  display: inline-block;
  padding: 14px 64px;
  color: #FFF;
  border: #000 2px solid;
  background: #000;
  font-size: 15px;
  position: relative;
  transition: color 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-basic-index .basic-module .basic-btn a {
    padding: 15px;
    display: block;
  }
}
.site-basic-index .basic-module .basic-btn a:hover {
  color: #000;
  background: #FFF;
}
.site-basic-index .basic-module .basic-btn a.arrow:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 10px;
  transform: translateY(-50%);
}
.site-basic-index .basic-module .basic-btn a.large {
  min-width: 500px;
  background: #005bab;
  border-color: #005bab;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-basic-index .basic-module .basic-btn a.large {
    font-size: 16px;
    min-width: 1px;
  }
}
.site-basic-index .basic-module .basic-btn a.large:hover {
  background: #FFF;
  color: #005bab;
}
.site-basic-index .firstview {
  margin: 0 0 80px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .firstview {
    margin: 0 0 32px;
  }
}
.site-basic-index .firstview .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}
.site-basic-index .firstview .swiper-wrapper .swiper-slide {
  overflow: hidden;
  width: 80%;
  max-width: 1320px;
}
.site-basic-index .firstview .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.site-basic-index .firstview .fv-controll {
  position: absolute;
  top: calc(50% - 17.5px);
  width: 56px;
  height: 56px;
  background: #FFF;
  border-radius: 50%;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: opacity 240ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-basic-index .firstview .fv-controll {
    top: calc(50% - 10.5px);
    width: 32px;
    height: 32px;
  }
}
.site-basic-index .firstview .fv-controll:before {
  content: "";
  border: #FFF 1px solid;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 50%;
  z-index: -1;
  transition: opacity 240ms cubic-bezier(0.85, 0, 0.15, 1);
}
.site-basic-index .firstview .fv-controll:hover {
  transform: translateY(-50%) scale(0.8);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.12);
}
.site-basic-index .firstview .fv-controll:hover:before {
  transform: scale(1.3);
  opacity: 1;
}
.site-basic-index .firstview .fv-controll.fv-next {
  right: 4%;
}
.site-basic-index .firstview .fv-controll.fv-prev {
  left: 4%;
}
.site-basic-index .firstview .fv-controll.fv-prev .arrow {
  transform: rotateY(180deg);
}
.site-basic-index .firstview .fv-controll .arrow {
  display: block;
  position: relative;
  width: 12px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .firstview .fv-controll .arrow {
    width: 6px;
  }
}
.site-basic-index .firstview .fv-controll .arrow:before, .site-basic-index .firstview .fv-controll .arrow:after {
  content: "";
  width: 100%;
  height: 1px;
  transform-origin: right center;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
}
.site-basic-index .firstview .fv-controll .arrow:after {
  transform: rotate(-45deg);
}
.site-basic-index .firstview .fv-pagination {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
  margin: 24px 0 0;
}
@media screen and (max-width: 640px) {
  .site-basic-index .firstview .fv-pagination {
    margin: 12px 0 0;
  }
}
.site-basic-index .firstview .fv-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #dddddd;
  opacity: 1;
  margin: 0 4px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .firstview .fv-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
.site-basic-index .firstview .fv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005bab;
}
.site-basic-index .tablist__list {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: #f4f4f5;
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__list {
    background: none;
    margin: 0 0 0 -10px;
  }
}
.site-basic-index .tablist__list__item {
  width: 25%;
  border-right: #FFF 2px solid;
  cursor: pointer;
  padding: 48px 0;
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__list__item {
    width: 50%;
    padding: 0 0 0 10px;
    border: none;
    margin: 10px 0 0;
    position: relative;
  }
  .site-basic-index .tablist__list__item.active:after {
    content: "選択中";
    position: absolute;
    top: -4px;
    right: -3px;
    font-size: 10px;
    padding: 2px 12px;
    background: #005bab;
    color: #FFF;
    border-radius: 999px;
    opacity: 0;
    transform: scale(0);
    animation: actived 300ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
  }
  @keyframes actived {
    0% {
      opacity: 0;
      transform: scale(0.6);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  .site-basic-index .tablist__list__item:nth-child(-n+2) {
    margin: 0;
  }
}
.site-basic-index .tablist__list__item:last-child {
  border: none;
}
.site-basic-index .tablist__list__item figure {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__list__item figure {
    background: #f4f4f5;
    border-radius: 4px;
    padding: 15px;
  }
}
.site-basic-index .tablist__list__item figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 50px;
  transition: opacity 160ms cubic-bezier(0.85, 0, 0.15, 1);
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__list__item figure:before {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .site-basic-index .tablist__list__item figure.icon_01:before {
    background-image: url(../../images/index/basic/tablist_icon_01_o_2x.png);
  }
  .site-basic-index .tablist__list__item figure.icon_02:before {
    background-image: url(../../images/index/basic/tablist_icon_02_o_2x.png);
  }
  .site-basic-index .tablist__list__item figure.icon_03:before {
    background-image: url(../../images/index/basic/tablist_icon_03_o_2x.png);
  }
  .site-basic-index .tablist__list__item figure.icon_04:before {
    background-image: url(../../images/index/basic/tablist_icon_04_o_2x.png);
  }
}
.site-basic-index .tablist__list__item figure img {
  height: 50px;
  transition: opacity 160ms cubic-bezier(0.85, 0, 0.15, 1);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__list__item figure img {
    height: 24px;
  }
}
.site-basic-index .tablist__list__item figure figcaption {
  margin: 12px 0 0;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__list__item figure figcaption {
    margin: 6px 0 0;
    font-size: 14px;
  }
}
.site-basic-index .tablist__list__item:hover figure:before, .site-basic-index .tablist__list__item.active figure:before {
  opacity: 1;
}
.site-basic-index .tablist__list__item:hover figure img, .site-basic-index .tablist__list__item.active figure img {
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__list__item:hover figure img, .site-basic-index .tablist__list__item.active figure img {
    opacity: 1;
  }
}
.site-basic-index .tablist__btns {
  border-top: #c9e5f8 4px solid;
  margin: 48px 0 0;
  padding: 48px 64px;
  background: #f4f4f5;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__btns {
    margin: 32px 0 0;
    padding: 15px 0 0;
    background: none;
    border-top-width: 2px;
  }
}
.site-basic-index .tablist__btns:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 22px 11px;
  border-color: transparent transparent #c9e5f8 transparent;
  position: absolute;
  top: -22px;
  transform: translateX(-50%);
  transition: left 600ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__btns:before {
    border-width: 0 8px 16px 8px;
    top: -16px;
    left: 50%;
  }
}
@media screen and (min-width: 641px) {
  .site-basic-index .tablist__btns.index-1:before {
    left: 12.5%;
  }
}
@media screen and (min-width: 641px) {
  .site-basic-index .tablist__btns.index-2:before {
    left: 37.5%;
  }
}
@media screen and (min-width: 641px) {
  .site-basic-index .tablist__btns.index-3:before {
    left: 62.5%;
  }
}
@media screen and (min-width: 641px) {
  .site-basic-index .tablist__btns.index-4:before {
    left: 87.5%;
  }
}
.site-basic-index .tablist__btns ul {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.site-basic-index .tablist__btns ul.active li:nth-child(1) {
  animation: view 400ms 80ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-basic-index .tablist__btns ul.active li:nth-child(2) {
  animation: view 400ms 160ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-basic-index .tablist__btns ul.active li:nth-child(3) {
  animation: view 400ms 240ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-basic-index .tablist__btns ul.active li:nth-child(4) {
  animation: view 400ms 320ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-basic-index .tablist__btns ul.active li:nth-child(5) {
  animation: view 400ms 400ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-basic-index .tablist__btns ul.active li:nth-child(6) {
  animation: view 400ms 480ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-basic-index .tablist__btns ul.active li:nth-child(7) {
  animation: view 400ms 560ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-basic-index .tablist__btns ul.active li:nth-child(8) {
  animation: view 400ms 640ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-basic-index .tablist__btns ul.active li:nth-child(9) {
  animation: view 400ms 720ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-basic-index .tablist__btns ul.active li:nth-child(10) {
  animation: view 400ms 800ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-basic-index .tablist__btns__item {
  width: calc(50% - 8px);
  list-style: none;
  margin: 16px 0 0;
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__btns__item {
    width: 100%;
    margin: 0 0 10px;
  }
  .site-basic-index .tablist__btns__item:last-child {
    margin: 0;
  }
}
.site-basic-index .tablist__btns__item:nth-child(-n+2) {
  margin-top: 0;
}
.site-basic-index .tablist__btns__item a {
  background: #FFF;
  border: #FFF 2px solid;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding: 30px 40px;
  position: relative;
  transition: border 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__btns__item a {
    padding: 15px;
    border-color: #f4f4f5;
    background: #f4f4f5;
    font-size: 15px;
  }
}
.site-basic-index .tablist__btns__item a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 14px;
  transform: translateY(-50%);
  color: #000;
  transition: color 200ms cubic-bezier(0.85, 0, 0.15, 1), right 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__btns__item a:after {
    right: 15px;
    font-size: 10px;
  }
}
.site-basic-index .tablist__btns__item a:hover {
  border-color: #005bab;
  background: #FFF;
}
.site-basic-index .tablist__btns__item a:hover:after {
  color: #005bab;
  right: 24px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__btns__item a:hover:after {
    right: 10px;
  }
}
.site-basic-index .tablist__btns__item a i {
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 22px;
  color: #005bab;
}
@media screen and (max-width: 640px) {
  .site-basic-index .tablist__btns__item a i {
    font-size: 17px;
  }
}
.site-basic-index .reccontainer {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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 88px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .reccontainer {
    margin: 0 0 32px;
    display: block;
  }
}
.site-basic-index .reccontainer__title {
  width: 480px;
  padding: 88px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-basic-index .reccontainer__title {
    width: auto;
    padding: 0 15px;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }
}
.site-basic-index .reccontainer__title h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .site-basic-index .reccontainer__title h2 {
    font-size: 14px;
  }
}
.site-basic-index .reccontainer__title h2:before {
  content: attr(data-eng);
  font-size: 36px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 12px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .reccontainer__title h2:before {
    font-size: 18px;
    display: inline-block;
    margin: 0 12px 0 0;
  }
}
.site-basic-index .reccontainer__title__ctr {
  position: relative;
  width: 96px;
  margin: 32px auto 0;
}
@media screen and (max-width: 640px) {
  .site-basic-index .reccontainer__title__ctr {
    width: 72px;
    font-size: 10px;
    position: absolute;
    top: 6px;
    right: 15px;
    margin: 0;
  }
}
.site-basic-index .reccontainer__title__ctr .rec-prev,
.site-basic-index .reccontainer__title__ctr .rec-next {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.site-basic-index .reccontainer__title__ctr .rec-prev:hover,
.site-basic-index .reccontainer__title__ctr .rec-next:hover {
  opacity: 0.4;
}
.site-basic-index .reccontainer__title__ctr .rec-next {
  left: auto;
  right: 0;
}
.site-basic-index .reccontainer__title__ctr .rec-pagination {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .site-basic-index .reccontainer__title__ctr .rec-pagination {
    font-size: 10px;
  }
}
@media screen and (max-width: 640px) {
  .site-basic-index .reccontainer__title .basic-btn {
    display: none;
  }
}
.site-basic-index .reccontainer__slider {
  width: calc(100% - 480px);
  position: relative;
  padding: 72px 0;
}
@media screen and (max-width: 640px) {
  .site-basic-index .reccontainer__slider {
    width: auto;
    padding: 20px 0;
    margin: 20px 0 0;
  }
}
.site-basic-index .reccontainer__slider:before {
  content: "";
  width: calc(100% - 96px);
  height: 100%;
  background: #f4f4f5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .site-basic-index .reccontainer__slider:before {
    right: auto;
    left: 0;
  }
}
.site-basic-index .recslider {
  position: relative;
}
.site-basic-index .recslider + .spv {
  display: none;
}
@media screen and (max-width: 640px) {
  .site-basic-index .recslider + .spv {
    display: block;
    margin: 24px 15px 0;
  }
}
.site-basic-index .recslider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}
.site-basic-index .recslider__item {
  width: 325px;
  height: auto;
  margin: 16px;
  background: #FFF;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 640px) {
  .site-basic-index .recslider__item {
    width: calc(100% - 30px);
    margin: 0 0 0 15px;
    box-shadow: none;
  }
}
.site-basic-index .recslider__item a {
  display: block;
  color: #000;
  position: relative;
}
.site-basic-index .recslider__item a:hover figure img {
  transform: translate(-50%, -50%) scale(1.2);
  transition: 2000ms;
}
.site-basic-index .recslider__item a:hover figure:before {
  opacity: 1;
}
.site-basic-index .recslider__item a:hover figure:after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.site-basic-index .recslider__item a .badge {
  position: absolute;
  z-index: 2;
}
.site-basic-index .recslider__item a .badge.new {
  background: #000;
  color: #FFF;
  font-size: 14px;
  padding: 2px 12px;
  padding-left: 24px;
  top: 0;
  left: 0;
}
.site-basic-index .recslider__item a .badge.new:after {
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -9px;
  background: #000;
  transform: skewX(-30deg);
  z-index: -1;
}
.site-basic-index .recslider__item a .badge.rec {
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  font-size: 12px;
  color: #FFF;
  line-height: 1.2;
  background: #005bab;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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-basic-index .recslider__item a .badge.recblk {
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  font-size: 12px;
  color: #FFF;
  line-height: 1.2;
  background: #181818;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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-basic-index .recslider__item a figure {
  width: 100%;
  padding: 75% 0 0;
  position: relative;
  overflow: hidden;
  background: #f4f4f5;
}
.site-basic-index .recslider__item a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  max-width: 100%;
  max-height: 100%;
  transition: 400ms cubic-bezier(0.85, 0, 0.15, 1);
}
.site-basic-index .recslider__item a figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 1;
}
.site-basic-index .recslider__item a figure:after {
  content: "詳細を見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  background: #FFF;
  padding: 6px 32px;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 2;
}
.site-basic-index .recslider__item__box {
  padding: 18px 20px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .recslider__item__box {
    padding: 15px;
  }
}
.site-basic-index .recslider__item__box__ttl {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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-basic-index .recslider__item__box__ttl dt {
  background: #f4f4f5;
  font-size: 13px;
  padding: 2px 12px;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 640px) {
  .site-basic-index .recslider__item__box__ttl dt {
    font-size: 12px;
  }
}
.site-basic-index .recslider__item__box__ttl dd {
  font-size: 17px;
  transform: translateY(-2px);
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-basic-index .recslider__item__box__ttl dd {
    font-size: 16px;
  }
}
.site-basic-index .recslider__item__box__ttl dd strong {
  font-size: 25px;
  display: inline-block;
  margin: 0 2px 0 0;
}
@media screen and (max-width: 640px) {
  .site-basic-index .recslider__item__box__ttl dd strong {
    font-size: 20px;
  }
}
.site-basic-index .recslider__item__box__addr {
  font-size: 14px;
  font-weight: 700;
}
.site-basic-index .recslider__item__box__acc {
  margin: 10px 0 0;
  padding: 10px 0 0;
  font-size: 14px;
  border-top: #e7e7e7 1px solid;
}
.site-basic-index .recslider__item__box__acc .icon {
  display: block;
  padding: 0 0 0 18px;
  position: relative;
}
.site-basic-index .recslider__item__box__acc .icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: lightgray;
  position: absolute;
  top: 1px;
  left: 0;
}
.site-basic-index .recslider__item__box__desc {
  padding: 12px 15px;
  font-size: 13px;
  margin: 16px 0 0;
  background: #f4f4f5;
}
.site-basic-index .kussionbox {
  position: relative;
  margin: 48px 0 88px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .kussionbox {
    margin: 0;
  }
}
.site-basic-index .kussionbox:before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  left: -40px;
  bottom: -88px;
  background: #f4f4f5;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .site-basic-index .kussionbox:before {
    display: none;
  }
}
.site-basic-index .kussionbox__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .site-basic-index .kussionbox__pic {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 60%;
  }
}
.site-basic-index .message {
  width: 50%;
  padding: 80px 0;
  margin: 0 0 0 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .site-basic-index .message {
    width: auto;
    padding: 24px 0 0;
    margin: 0;
  }
}
.site-basic-index .message__box {
  padding: 48px;
  padding-top: 72px;
  background: #FFF;
}
@media screen and (max-width: 640px) {
  .site-basic-index .message__box {
    padding: 15px;
    padding-top: 0;
  }
}
.site-basic-index .message__box__context__dt {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 700;
  transform: translateX(-2px);
}
@media screen and (max-width: 640px) {
  .site-basic-index .message__box__context__dt {
    font-size: 17px;
  }
}
.site-basic-index .message__box__context__dd {
  text-align: justify;
  line-height: 2;
  margin: 24px 0 28px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .message__box__context__dd {
    margin: 12px 0 15px;
  }
}
.site-basic-index .message__box__context__name {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-size: 13px;
  text-align: right;
}
.site-basic-index .message__box__context__name strong {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 0 16px;
}
.site-basic-index .featurebg {
  position: relative;
}
.site-basic-index .featurebg:before {
  content: "";
  width: 80px;
  height: 80%;
  position: absolute;
  top: -88px;
  left: -40px;
  background: #f4f4f5;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .site-basic-index .featurebg:before {
    display: none;
  }
}
.site-basic-index .featurelist {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .site-basic-index .featurelist {
    display: block;
  }
}
.site-basic-index .featurelist li::first-line {
  width: 23.5%;
  margin: 40px 2% 0 0;
  background: #f0f0f2;
  padding: 32px 15px;
  padding-bottom: 24px;
  text-align: center;
  position: relative;
}
.site-basic-index .featurelist li {
  width: 23.5%;
  margin: 40px 2% 0 0;
  background: #f0f0f2;
  padding: 32px 15px;
  padding-bottom: 24px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-basic-index .featurelist li {
    width: auto;
    margin: 0 0 28px;
    padding: 15px;
    padding-top: 24px;
    font-size: 14px;
  }
  .site-basic-index .featurelist li:last-child {
    margin: 0;
  }
  .site-basic-index .featurelist li:first-child {
    margin-top: 32px !important;
  }
}
.site-basic-index .featurelist li:nth-child(-n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .featurelist li:nth-child(-n+4) {
    margin-top: 0;
  }
}
.site-basic-index .featurelist li:nth-child(4n+4) {
  margin-right: 0;
}
.site-basic-index .featurelist li:before {
  font-size: 14px;
  padding: 2px 0;
  width: 108px;
  text-align: center;
  background: #b4b4bb;
  position: absolute;
  color: #FFF;
  font-weight: 700;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .site-basic-index .featurelist li:before {
    font-size: 11px;
    padding: 1px 0;
  }
}
.site-basic-index .featurelist li:nth-child(1):before {
  content: "その1";
}
.site-basic-index .featurelist li:nth-child(2):before {
  content: "その2";
}
.site-basic-index .featurelist li:nth-child(3):before {
  content: "その3";
}
.site-basic-index .featurelist li:nth-child(4):before {
  content: "その4";
}
.site-basic-index .featurelist li:nth-child(5):before {
  content: "その5";
}
.site-basic-index .featurelist li:nth-child(6):before {
  content: "その6";
}
.site-basic-index .featurelist li:nth-child(7):before {
  content: "その7";
}
.site-basic-index .featurelist li:nth-child(8):before {
  content: "その8";
}
.site-basic-index .featurelist li:nth-child(9):before {
  content: "その9";
}
.site-basic-index .twosection {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-basic-index .twosection {
    display: block;
  }
}
.site-basic-index .twosection__item {
  width: 50%;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .site-basic-index .twosection__item {
    width: auto;
    display: block;
  }
}
.site-basic-index .twosection__item:first-child {
  justify-content: flex-end;
}
.site-basic-index .twosection__item figure {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 390px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .site-basic-index .twosection__item figure {
    height: auto;
    padding-top: 60%;
  }
}
.site-basic-index .twosection__item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  width: 100%;
  height: auto;
}
.site-basic-index .twosection__item__box {
  position: relative;
  z-index: 2;
  background: #FFF;
  min-width: 440px;
  max-width: 600px;
  width: calc(46vw - 80px);
  padding: 32px;
  margin: 0 40px;
  transform: translateY(-40px);
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-basic-index .twosection__item__box {
    min-width: 1px;
    max-width: 100%;
    width: auto;
    padding: 22.5px;
    margin: 0 15px;
  }
}
.site-basic-index .twosection__item__box h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 16px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .twosection__item__box h4 {
    font-size: 20px;
    margin: 0 0 12px;
  }
}
.site-basic-index .twosection__item__box h4:before {
  content: attr(data-eng);
  font-size: 12px;
  color: #005bab;
  display: block;
  margin: 0 0 10px;
}
.site-basic-index .twosection__item__box p {
  text-align: justify;
}
.site-basic-index .newssection {
  padding: 56px 40px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .newssection {
    padding: 32px 15px;
  }
}
.site-basic-index .newssection .display {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-basic-index .newssection .display {
    display: block;
  }
}
.site-basic-index .newssection .display h4 {
  width: 240px;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .newssection .display h4 {
    width: auto;
    font-size: 13px;
    margin: 0 0 16px;
  }
}
.site-basic-index .newssection .display h4:before {
  content: attr(data-eng);
  font-size: 38px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 16px;
}
@media screen and (max-width: 640px) {
  .site-basic-index .newssection .display h4:before {
    display: inline-block;
    font-size: 20px;
    margin: 0 16px 0 0;
  }
}
.site-basic-index .newssection .display .newslist {
  width: calc(100% - 240px);
  height: 102px;
  overflow: auto;
}
@media screen and (max-width: 640px) {
  .site-basic-index .newssection .display .newslist {
    width: auto;
    height: 161px;
  }
}
.site-basic-index .newssection .display .newslist > li {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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 16px;
  padding: 0 0 16px;
  border-bottom: #e7e7e7 1px solid;
}
@media screen and (max-width: 640px) {
  .site-basic-index .newssection .display .newslist > li {
    display: block;
  }
  .site-basic-index .newssection .display .newslist > li:last-child {
    margin: 0;
  }
}
.site-basic-index .newssection .display .newslist > li time {
  background: #c9e5f8;
  font-size: 12px;
  width: 110px;
  padding: 2px 0;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-basic-index .newssection .display .newslist > li time {
    width: 96px;
    display: inline-block;
    font-size: 11px;
  }
}
.site-basic-index .newssection .display .newslist > li a {
  width: calc(100% - 110px);
  padding: 0 0 0 20px;
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .site-basic-index .newssection .display .newslist > li a {
    width: auto;
    padding: 0;
    margin: 10px 0 0;
    font-size: 14px;
  }
}
.site-basic-index .newssection .display .newslist > li a:hover {
  text-decoration: underline;
}

.family-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1040px;
  height: 120px;
  background: #FFF;
  padding: 24px 40px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 1000;
  transition: top 200ms cubic-bezier(0.85, 0, 0.15, 1), box-shadow 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .family-header {
    min-width: 1px;
    padding: 0 15px;
    height: 64px;
    align-items: center;
  }
}
@media screen and (min-width: 641px) {
  .family-header.active {
    top: -56px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
  }
  .family-header.active .title .title__logo {
    transform: translateY(5px);
  }
  .family-header.active .title .title__logo img {
    height: 24px;
  }
  .family-header.active .navigation {
    bottom: 20px;
  }
  .family-header.active .navigation > ul {
    padding: 0 200px 0 0;
  }
  .family-header.active .navigation > ul > li {
    margin: 0 0 0 3vw;
  }
  .family-header.active .navigation > ul > li:after {
    display: none;
  }
  .family-header.active .navigation dl.active dt:before, .family-header.active .navigation dl:hover dt:before {
    bottom: -20px;
  }
  .family-header.active .navigation dl.active .sub, .family-header.active .navigation dl:hover .sub {
    top: 64px;
  }
  .family-header.active .navigation.remove-login > ul {
    padding: 0;
  }
  .family-header.active .absnav {
    top: 56px;
    right: 0;
  }
  .family-header.active .absnav .meta {
    display: none;
  }
  .family-header.active .absnav .member li {
    margin: 0 !important;
  }
  .family-header.active .absnav .member li a {
    width: 100px;
    height: 64px;
    border-radius: 0;
    font-size: 12px;
  }
  .family-header.active .absnav .member li a i {
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}
.family-header .title {
  position: relative;
  z-index: 2;
}
.family-header .title__h {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  white-space: nowrap;
  top: -20px;
  left: 0;
  max-width: 45vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 640px) {
  .family-header .title__h {
    font-size: 10px;
    position: relative;
    top: 0;
    max-width: calc(100vw - 80px);
  }
}
.family-header .title__logo {
  margin: 16px 0 0;
  transition: transform 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .family-header .title__logo {
    margin: 8px 0 0;
  }
}
.family-header .title__logo img {
  height: 28px;
  transition: all 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .family-header .title__logo img {
    height: 22px;
  }
}
.family-header .menu-trg {
  display: none;
}
@media screen and (max-width: 640px) {
  .family-header .menu-trg {
    width: 48px;
    height: 32px;
    display: block;
    position: absolute;
    top: 16px;
    right: 3px;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -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;
    cursor: pointer;
    transition: transform 400ms cubic-bezier(0.85, 0, 0.15, 1);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .family-header .menu-trg .line {
    width: 24px;
    display: block;
    height: 16px;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
    position: relative;
    transition: border 400ms cubic-bezier(0.85, 0, 0.15, 1);
  }
  .family-header .menu-trg .line:before, .family-header .menu-trg .line:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all 400ms cubic-bezier(0.85, 0, 0.15, 1);
  }
  .family-header .menu-trg.is-res {
    transform: rotate(360deg);
  }
  .family-header .menu-trg.is-res .line {
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
  }
  .family-header .menu-trg.is-res .line:before, .family-header .menu-trg.is-res .line:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .family-header .menu-trg.is-res .line:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .family-header .menu-trg.is-res + ul {
    transform: translateX(0);
    box-shadow: 0 32px 32px rgba(0, 0, 0, 0.12);
  }
}
.family-header .navigation {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 18px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-end;
  transition: bottom 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .family-header .navigation {
    bottom: auto;
    top: 0;
  }
}
.family-header .navigation > ul {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 640px) {
  .family-header .navigation > ul {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: #FFF;
    padding: 0;
    border-top: #e7e7e7 1px solid;
    margin: 0;
    overflow: auto;
    display: block;
    transform: translateX(100vw);
    transition: transform 400ms cubic-bezier(0.85, 0, 0.15, 1), box-shadow 400ms cubic-bezier(0.85, 0, 0.15, 1);
  }
}
.family-header .navigation > ul > li {
  margin: 0 0 0 4.6vw;
  font-size: 15px;
  position: relative;
  transition: margin 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
.family-header .navigation > ul > li:first-child {
  margin: 0;
}
.family-header .navigation > ul > li:first-child:first-child:after {
  display: none;
}
@media screen and (max-width: 640px) {
  .family-header .navigation > ul > li {
    margin: 0;
    font-size: 15px;
    border-bottom: #e7e7e7 1px solid;
  }
  .family-header .navigation > ul > li:last-child {
    border: none;
  }
}
.family-header .navigation > ul > li:after {
  content: "";
  width: 1.5px;
  height: 70%;
  position: absolute;
  left: -2.3vw;
  top: 15%;
  background: #e7e7e7;
  transform: rotate(20deg) translateY(1px);
}
@media screen and (max-width: 640px) {
  .family-header .navigation > ul > li:after {
    display: none;
  }
}
.family-header .navigation > ul > li i {
  display: inline-block;
  margin: 0 8px 0 0;
  color: #7cbf2a;
}
.family-header .navigation > ul > li:last-child {
  margin: 0;
}
.family-header .navigation > ul > li:last-child:after {
  display: none;
}
.family-header .navigation > ul > li a {
  color: #000;
}
@media screen and (max-width: 640px) {
  .family-header .navigation > ul > li a {
    padding: 12px 15px;
    display: block;
    position: relative;
  }
  .family-header .navigation > ul > li a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 10px;
    transform: translateY(-50%);
    color: #7cbf2a;
  }
}
.family-header .navigation > ul > li a:hover {
  opacity: 0.64;
}
.family-header .navigation dl {
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .family-header .navigation dl {
    padding: 15px;
  }
}
@media screen and (min-width: 641px) {
  .family-header .navigation dl.active dt:before, .family-header .navigation dl:hover dt:before {
    opacity: 1;
    transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1);
  }
  .family-header .navigation dl.active dt:after, .family-header .navigation dl:hover dt:after {
    content: "";
    width: 160%;
    height: 100px;
    position: absolute;
    left: -30%;
    top: 0;
  }
  .family-header .navigation dl.active .sub, .family-header .navigation dl:hover .sub {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.family-header .navigation dl dt {
  position: relative;
}
.family-header .navigation dl dt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #f4f4f5 transparent;
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .family-header .navigation dl dt:before {
    display: none;
  }
}
.family-header .navigation .sub {
  background: #f4f4f5;
  position: fixed;
  top: 120px;
  left: 0;
  padding: 20px 40px;
  width: 100%;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1);
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .family-header .navigation .sub {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 12px 0 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    box-shadow: none;
    background: none;
  }
}
.family-header .navigation .sub ul {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .family-header .navigation .sub ul {
    justify-content: space-between;
  }
}
.family-header .navigation .sub ul li {
  width: 20%;
  border-right: #e7e7e7 1px solid;
}
@media screen and (max-width: 640px) {
  .family-header .navigation .sub ul li {
    width: calc(50% - 7.5px);
    border: none;
  }
}
.family-header .navigation .sub ul li:first-child {
  border-left: #e7e7e7 1px solid;
}
@media screen and (max-width: 640px) {
  .family-header .navigation .sub ul li:first-child {
    border: none;
  }
}
.family-header .navigation .sub ul li a {
  display: block;
  text-align: center;
  padding: 16px;
  line-height: 1;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .family-header .navigation .sub ul li a {
    padding: 15px;
    background: #f4f4f5;
    border-radius: 4px;
    font-size: 13.5px;
  }
  .family-header .navigation .sub ul li a:after {
    display: none;
  }
}
.family-header .navigation .sub ul li a i {
  font-size: 30px;
  display: block;
  margin: 0 0 16px;
}
@media screen and (max-width: 640px) {
  .family-header .navigation .sub ul li a i {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.family-header .absnav {
  position: absolute;
  top: 18px;
  right: 40px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .family-header .absnav {
    display: none;
  }
}
.family-header .member {
  margin: 0 0 0 24px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: transform 200ms cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 2;
}
.family-header .member li {
  margin: 0 12px 0 0;
}
.family-header .member li:last-child {
  margin: 0;
}
.family-header .member li a {
  color: #000;
  background: #7cbf2a;
  border: 1px #7cbf2a solid;
  width: 160px;
  padding: 8px 0;
  font-size: 15px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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: 4px;
  color: #FFF;
  transition: background 200ms cubic-bezier(0.85, 0, 0.15, 1), color 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
.family-header .member li a i {
  display: inline-block;
  margin: 0 8px 0 0;
}
.family-header .member li a:hover {
  opacity: 0.64;
}
.family-header .member__login a {
  border-color: #00a634 !important;
  background: #00a634 !important;
}
.family-header .meta {
  font-size: 10.5px;
  line-height: 1;
  text-align: right;
}
.family-header .meta i {
  display: inline-block;
  color: #7cbf2a;
  margin: 0 6px 0 0;
  transform: rotateY(180deg) rotateZ(-10deg) translateY(-1px);
  font-size: 17px;
}
.family-header .meta strong {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin: 0 0 6px;
  letter-spacing: 0.016m;
}
.family-header .spmenu {
  display: none;
}
@media screen and (max-width: 640px) {
  .family-header .spmenu {
    display: block;
  }
  .family-header .spmenu__box {
    background: #f4f4f5;
    border-bottom: #e7e7e7 1px solid;
    padding: 15px;
  }
  .family-header .spmenu__box li {
    margin: 0 0 12px;
  }
  .family-header .spmenu__box li:last-child {
    margin: 0;
  }
  .family-header .spmenu__box li a {
    background: #FFF;
    border-radius: 4px;
  }
  .family-header .spmenu__box li a.login, .family-header .spmenu__box li a.regist {
    color: #FFF;
  }
  .family-header .spmenu__box li a.login:after, .family-header .spmenu__box li a.regist:after {
    color: #FFF;
  }
  .family-header .spmenu__box li a.login {
    background: #00a634;
  }
  .family-header .spmenu__box li a.regist {
    background: #7cbf2a;
  }
  .family-header .spmenu__box li a i {
    display: inline-block;
    margin: 0 8px 0 0;
    color: #FFF;
  }
  .family-header .spmenu__meta {
    padding: 30px 15px;
    text-align: center;
    font-size: 13px;
  }
  .family-header .spmenu__meta strong {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 4px;
  }
  .family-header .spmenu__meta .res-hide {
    display: none;
  }
}

#site-footer.family-wrapper {
  background: #000;
  color: #f4f4f5;
}
#site-footer.family-wrapper .familybox {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 640px) {
  #site-footer.family-wrapper .familybox {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#site-footer.family-wrapper a {
  color: #f4f4f5;
}
#site-footer.family-wrapper .pagetop {
  background: #141414;
  display: block;
  text-align: center;
  padding: 15px 40px;
  transition: background 400ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  #site-footer.family-wrapper .pagetop {
    padding: 12px 15px;
  }
}
#site-footer.family-wrapper .pagetop:hover {
  background: #292929;
}
#site-footer.family-wrapper .data {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 56px 0;
}
@media screen and (max-width: 640px) {
  #site-footer.family-wrapper .data {
    padding: 32px 0;
    display: block;
  }
}
#site-footer.family-wrapper .data__nav {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 320px;
}
@media screen and (max-width: 640px) {
  #site-footer.family-wrapper .data__nav {
    width: auto;
    display: block;
    border: rgba(255, 255, 255, 0.08) 1px solid;
    border-radius: 4px;
  }
}
#site-footer.family-wrapper .data__nav li {
  width: 50%;
  font-size: 13px;
  margin: 0 0 6px;
}
@media screen and (max-width: 640px) {
  #site-footer.family-wrapper .data__nav li {
    width: auto;
    margin: 0;
    border-bottom: rgba(255, 255, 255, 0.08) 1px solid;
  }
  #site-footer.family-wrapper .data__nav li:last-child {
    border: none;
  }
}
@media screen and (max-width: 640px) {
  #site-footer.family-wrapper .data__nav li a {
    display: block;
    padding: 15px;
    position: relative;
  }
  #site-footer.family-wrapper .data__nav li a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 10px;
    color: #00a634;
  }
  #site-footer.family-wrapper .data__nav li a:hover {
    background: rgba(255, 255, 255, 0.04);
  }
}
#site-footer.family-wrapper .data__nav li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  #site-footer.family-wrapper .data__nav li a:hover {
    text-decoration: none;
  }
}
#site-footer.family-wrapper .data__company {
  width: 50%;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  #site-footer.family-wrapper .data__company {
    margin: 32px 0 0;
    width: auto;
  }
}
#site-footer.family-wrapper .data__company dt {
  font-size: 20px;
  margin: 0 0 16px;
  padding: 0 0 12px;
  border-bottom: rgba(255, 255, 255, 0.08) 1px solid;
}
@media screen and (max-width: 640px) {
  #site-footer.family-wrapper .data__company dt {
    font-size: 16px;
  }
}
#site-footer.family-wrapper .meta {
  font-size: 10px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: rgba(255, 255, 255, 0.08) 1px solid;
}
#site-footer.family-wrapper .meta .display {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #site-footer.family-wrapper .meta .display {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #site-footer.family-wrapper .meta__link {
    display: block;
  }
}
#site-footer.family-wrapper .meta__link:hover {
  text-decoration: underline;
}
#site-footer.family-wrapper .meta__link i {
  display: inline-block;
  margin: 0 0 0 6px;
  color: #00a634;
}

.site-family-index .family-module.wrap {
  padding: 72px 40px;
}
@media screen and (max-width: 640px) {
  .site-family-index .family-module.wrap {
    padding: 32px 15px;
  }
}
.site-family-index .family-module.wrap.no-top {
  padding-top: 0;
}
.site-family-index .family-module.wrap.bgtex {
  background: url("../../images/index/family/bg_tex_2x.png");
  background-size: 48px;
  background-repeat: repeat;
  position: relative;
}
.site-family-index .family-module.wrap.bgtex:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../../images/index/family/bg_cr.png") no-repeat center bottom;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.site-family-index .family-module.wrap.bg-kussion {
  background: url("../../images/index/family/bg_kussion_2x.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.site-family-index .family-module.wrap.bg-kussion:before {
  content: "";
  background: #FFF;
  opacity: 0.76;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.site-family-index .family-module.wrap.overbg {
  padding-bottom: 110px;
  background: url("../../images/index/family/over_bg_texture_01_2x.png") repeat-x bottom center;
  background-size: 364px 44px;
}
@media screen and (max-width: 640px) {
  .site-family-index .family-module.wrap.overbg {
    background-size: 182px 22px;
    padding-bottom: 56px;
  }
}
.site-family-index .family-module.wrap.overbg-g {
  padding-bottom: 110px;
  background: url("../../images/index/family/over_bg_texture_02_2x.png") repeat-x bottom center;
  background-size: 364px 44px;
}
@media screen and (max-width: 640px) {
  .site-family-index .family-module.wrap.overbg-g {
    background-size: 182px 22px;
    padding-bottom: 56px;
  }
}
.site-family-index .family-module.wrap.bg-green {
  background-color: #f0f4eb;
}
.site-family-index .family-module .textitle {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 32px;
  background: url(../../images/index/family/title_img_2x.png) no-repeat top center;
  background-size: 113px;
  padding: 68px 0 0;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .site-family-index .family-module .textitle {
    font-size: 24px;
    margin: 0 0 24px;
    background: url(../../images/index/family/title_img_2x.png) no-repeat top center;
    background-size: auto 40px;
    padding: 48px 0 0;
  }
}
.site-family-index .family-module .ttl {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px;
}
@media screen and (max-width: 640px) {
  .site-family-index .family-module .ttl {
    font-size: 18px;
  }
}
.site-family-index .family-module .ttl:after {
  content: attr(data-eng);
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .site-family-index .family-module .ttl:after {
    font-size: 12px;
    margin: 0 0 0 15px;
  }
}
.site-family-index .family-module .family-btn {
  margin: 48px 0 0;
}
@media screen and (max-width: 640px) {
  .site-family-index .family-module .family-btn {
    margin: 24px 0 0;
  }
}
.site-family-index .family-module .family-btn.center {
  text-align: center;
}
.site-family-index .family-module .family-btn a {
  display: inline-block;
  padding: 16px;
  min-width: 500px;
  color: #FFF;
  border: #00a634 2px solid;
  background: #00a634;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  transition: color 200ms cubic-bezier(0.85, 0, 0.15, 1), background 200ms cubic-bezier(0.85, 0, 0.15, 1);
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .site-family-index .family-module .family-btn a {
    min-width: 1px;
    display: block;
    padding: 15px;
    font-size: 16px;
  }
}
.site-family-index .family-module .family-btn a:hover {
  color: #00a634;
  background: #FFF;
}
.site-family-index .family-module .family-btn a:hover.arrow:after {
  right: 12px;
}
.site-family-index .family-module .family-btn a.arrow:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 24px;
  font-size: 14px;
  transform: translateY(-50%);
  transition: right 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
.site-family-index .firstview {
  border-bottom: #FFF 6px solid;
  padding: 0 0 20px;
}
@media screen and (max-width: 640px) {
  .site-family-index .firstview {
    border: none;
    padding: 0 0 12px;
  }
}
.site-family-index .firstview .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}
.site-family-index .firstview .swiper-wrapper .swiper-slide {
  overflow: hidden;
  width: 80%;
  max-width: 1320px;
}
@media screen and (max-width: 640px) {
  .site-family-index .firstview .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.site-family-index .firstview .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.site-family-index .firstview .fv-controll {
  position: absolute;
  top: calc(50% - 17.5px);
  width: 56px;
  height: 56px;
  background: #FFF;
  border-radius: 50%;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: opacity 240ms cubic-bezier(0.85, 0, 0.15, 1), transform 240ms cubic-bezier(0.85, 0, 0.15, 1), box-shadow 240ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-family-index .firstview .fv-controll {
    top: calc(50% - 10.5px);
    width: 32px;
    height: 32px;
  }
}
.site-family-index .firstview .fv-controll:before {
  content: "";
  border: #FFF 1px solid;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 50%;
  z-index: -1;
  transition: opacity 240ms cubic-bezier(0.85, 0, 0.15, 1), transform 240ms cubic-bezier(0.85, 0, 0.15, 1);
}
.site-family-index .firstview .fv-controll:hover {
  transform: translateY(-50%) scale(0.8);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.12);
}
.site-family-index .firstview .fv-controll:hover:before {
  transform: scale(1.3);
  opacity: 1;
}
.site-family-index .firstview .fv-controll.fv-next {
  right: 4%;
}
.site-family-index .firstview .fv-controll.fv-prev {
  left: 4%;
}
.site-family-index .firstview .fv-controll.fv-prev .arrow {
  transform: rotateY(180deg);
}
.site-family-index .firstview .fv-controll .arrow {
  display: block;
  position: relative;
  width: 12px;
}
@media screen and (max-width: 640px) {
  .site-family-index .firstview .fv-controll .arrow {
    width: 6px;
  }
}
.site-family-index .firstview .fv-controll .arrow:before, .site-family-index .firstview .fv-controll .arrow:after {
  content: "";
  width: 100%;
  height: 1px;
  transform-origin: right center;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
}
.site-family-index .firstview .fv-controll .arrow:after {
  transform: rotate(-45deg);
}
.site-family-index .firstview .fv-pagination {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
  margin: 24px 0 0;
}
@media screen and (max-width: 640px) {
  .site-family-index .firstview .fv-pagination {
    margin: 12px 0 0;
  }
}
.site-family-index .firstview .fv-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #dddddd;
  opacity: 1;
  margin: 0 4px;
}
@media screen and (max-width: 640px) {
  .site-family-index .firstview .fv-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
.site-family-index .firstview .fv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7cbf2a;
}
.site-family-index .tablist__list {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-family-index .tablist__list {
    margin: 0 0 0 -10px;
  }
}
.site-family-index .tablist__list__item {
  width: 23.5%;
  cursor: pointer;
  background: #FFF;
  border-radius: 4px;
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: background 160ms cubic-bezier(0.85, 0, 0.15, 1), color 160ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-family-index .tablist__list__item {
    width: 50%;
    padding: 0 0 0 10px;
    margin: 10px 0 0;
    font-size: 14px;
    background: none;
    position: relative;
  }
  .site-family-index .tablist__list__item.active:after {
    content: "選択中";
    position: absolute;
    top: -4px;
    right: -3px;
    font-size: 10px;
    padding: 2px 12px;
    background: #00a634;
    color: #FFF;
    border-radius: 999px;
    opacity: 0;
    transform: scale(0);
    animation: actived 300ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
  }
  @keyframes actived {
    0% {
      opacity: 0;
      transform: scale(0.6);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  .site-family-index .tablist__list__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.site-family-index .tablist__list__item figure {
  text-align: center;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-family-index .tablist__list__item figure {
    display: block;
    text-align: center;
    background: #FFF;
    padding: 15px;
    border-radius: 4px;
  }
}
.site-family-index .tablist__list__item figure img {
  height: 17px;
  display: inline-block;
  transition: opacity 160ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-family-index .tablist__list__item figure img {
    height: 20px;
  }
}
.site-family-index .tablist__list__item figure figcaption {
  margin: 0 0 0 10px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-family-index .tablist__list__item figure figcaption {
    margin: 8px 0 0;
    font-size: 15px;
  }
}
.site-family-index .tablist__list__item figure figcaption:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 20px;
  height: 17px;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 17px;
  transition: opacity 160ms cubic-bezier(0.85, 0, 0.15, 1);
  opacity: 0;
  transform: translateX(-100%) translateY(-50%);
}
@media screen and (max-width: 640px) {
  .site-family-index .tablist__list__item figure figcaption:before {
    display: none;
  }
}
.site-family-index .tablist__list__item figure figcaption.icon_01:before {
  background-image: url(../../images/index/family/tablist_icon_01_o_2x.png);
  width: 19px;
}
.site-family-index .tablist__list__item figure figcaption.icon_02:before {
  background-image: url(../../images/index/family/tablist_icon_02_o_2x.png);
  width: 23px;
}
.site-family-index .tablist__list__item figure figcaption.icon_03:before {
  background-image: url(../../images/index/family/tablist_icon_03_o_2x.png);
  width: 13.5px;
}
.site-family-index .tablist__list__item figure figcaption.icon_04:before {
  background-image: url(../../images/index/family/tablist_icon_04_o_2x.png);
  width: 22px;
}
@media screen and (min-width: 641px) {
  .site-family-index .tablist__list__item:hover, .site-family-index .tablist__list__item.active {
    background: #7cbf2a;
    color: #FFF;
  }
  .site-family-index .tablist__list__item:hover figure img, .site-family-index .tablist__list__item.active figure img {
    opacity: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  .site-family-index .tablist__list__item:hover figure img, .site-family-index .tablist__list__item.active figure img {
    opacity: 1;
  }
}
@media screen and (min-width: 641px) {
  .site-family-index .tablist__list__item:hover figure figcaption:before, .site-family-index .tablist__list__item.active figure figcaption:before {
    opacity: 1;
  }
}
.site-family-index .tablist__btns {
  border-top: #7cbf2a 4px solid;
  margin: 48px 0 0;
  padding: 40px 64px;
  background: #FFF;
  position: relative;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 640px) {
  .site-family-index .tablist__btns {
    margin: 24px 0 0;
    padding: 15px 15px 0;
    box-shadow: none;
  }
}
.site-family-index .tablist__btns:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 24px 12px;
  border-color: transparent transparent #7cbf2a transparent;
  position: absolute;
  top: -24px;
  transform: translateX(-50%);
  transition: left 600ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-family-index .tablist__btns:before {
    border-width: 0 8px 16px 8px;
    top: -20px;
    left: 50%;
  }
}
@media screen and (min-width: 641px) {
  .site-family-index .tablist__btns.index-1:before {
    left: 12.5%;
  }
}
@media screen and (min-width: 641px) {
  .site-family-index .tablist__btns.index-2:before {
    left: 37.5%;
  }
}
@media screen and (min-width: 641px) {
  .site-family-index .tablist__btns.index-3:before {
    left: 62.5%;
  }
}
@media screen and (min-width: 641px) {
  .site-family-index .tablist__btns.index-4:before {
    left: 87.5%;
  }
}
.site-family-index .tablist__btns ul {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.site-family-index .tablist__btns ul.active li:nth-child(1) {
  animation: view 400ms 80ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-family-index .tablist__btns ul.active li:nth-child(2) {
  animation: view 400ms 160ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-family-index .tablist__btns ul.active li:nth-child(3) {
  animation: view 400ms 240ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-family-index .tablist__btns ul.active li:nth-child(4) {
  animation: view 400ms 320ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-family-index .tablist__btns ul.active li:nth-child(5) {
  animation: view 400ms 400ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-family-index .tablist__btns ul.active li:nth-child(6) {
  animation: view 400ms 480ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-family-index .tablist__btns ul.active li:nth-child(7) {
  animation: view 400ms 560ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-family-index .tablist__btns ul.active li:nth-child(8) {
  animation: view 400ms 640ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-family-index .tablist__btns ul.active li:nth-child(9) {
  animation: view 400ms 720ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-family-index .tablist__btns ul.active li:nth-child(10) {
  animation: view 400ms 800ms cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@keyframes view {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
.site-family-index .tablist__btns__item {
  width: calc(50% - 8px);
  list-style: none;
  margin: 16px 0 0;
}
@media screen and (max-width: 640px) {
  .site-family-index .tablist__btns__item {
    width: 100%;
    margin: 0 0 10px;
  }
  .site-family-index .tablist__btns__item:last-child {
    margin: 0;
  }
}
.site-family-index .tablist__btns__item:nth-child(-n+2) {
  margin-top: 0;
}
.site-family-index .tablist__btns__item a {
  background: #FFF;
  border: #f4f4f5 4px solid;
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding: 28px 32px;
  border-radius: 6px;
  position: relative;
  transition: border 200ms cubic-bezier(0.85, 0, 0.15, 1), background 200ms cubic-bezier(0.85, 0, 0.15, 1), color 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-family-index .tablist__btns__item a {
    padding: 15px;
    border-width: 2px;
    font-size: 15px;
  }
}
.site-family-index .tablist__btns__item a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.12);
  transition: color 200ms cubic-bezier(0.85, 0, 0.15, 1), right 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-family-index .tablist__btns__item a:after {
    right: 15px;
  }
}
.site-family-index .tablist__btns__item a:hover {
  border-color: #7cbf2a;
  background: #7cbf2a;
  color: #FFF;
}
.site-family-index .tablist__btns__item a:hover:after {
  right: 24px;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .site-family-index .tablist__btns__item a:hover:after {
    right: 9px;
  }
}
.site-family-index .tablist__btns__item a:hover i {
  color: #FFF;
}
.site-family-index .tablist__btns__item a i {
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 20px;
  color: #7cbf2a;
  transition: color 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
.site-family-index .sliderboxwrapper {
  overflow: hidden;
}
.site-family-index .recslider {
  position: relative;
}
.site-family-index .recslider .swiper-container {
  overflow: visible;
}
@media screen and (max-width: 640px) {
  .site-family-index .recslider .swiper-container {
    overflow: hidden;
  }
}
.site-family-index .recslider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}
.site-family-index .recslider .swiper-wrapper .swiper-slide {
  opacity: 0.16;
  transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1);
  pointer-events: none;
}
.site-family-index .recslider .swiper-wrapper .swiper-slide-next,
.site-family-index .recslider .swiper-wrapper .swiper-slide-prev,
.site-family-index .recslider .swiper-wrapper .swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}
.site-family-index .recslider__item {
  width: 31%;
  height: auto;
  margin: 0 1.75%;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-family-index .recslider__item {
    width: 100%;
    margin: 0 7.5px;
    display: block;
  }
}
.site-family-index .recslider__item a {
  display: block;
  color: #000;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .site-family-index .recslider__item a {
    box-shadow: none;
  }
}
.site-family-index .recslider__item a:hover figure img {
  transform: translate(-50%, -50%) scale(1.2);
  transition: transform 2000ms linear;
}
.site-family-index .recslider__item a:hover figure:before {
  opacity: 1;
}
.site-family-index .recslider__item a:hover figure:after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.site-family-index .recslider__item a .badge {
  position: absolute;
  z-index: 2;
}
.site-family-index .recslider__item a .badge.new {
  background: #faf215;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 12px;
  padding-left: 24px;
  top: 0;
  left: 0;
}
.site-family-index .recslider__item a .badge.new:after {
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -16px;
  background: #faf215;
  transform: skewX(-30deg);
  z-index: -1;
}
.site-family-index .recslider__item a .badge.rec {
  top: -8px;
  right: -8px;
  width: 46px;
  height: 46px;
  font-size: 12px;
  border-radius: 50%;
  color: #FFF;
  line-height: 1.2;
  background: #00a634;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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-family-index .recslider__item a .badge.rec {
    top: 6px;
    right: 6px;
  }
}
.site-family-index .recslider__item a figure {
  width: 100%;
  padding: 75% 0 0;
  position: relative;
  overflow: hidden;
  background: #f4f4f5;
}
.site-family-index .recslider__item a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  max-width: 100%;
  max-height: 100%;
  transition: transform 400ms cubic-bezier(0.85, 0, 0.15, 1);
}
.site-family-index .recslider__item a figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 1;
}
.site-family-index .recslider__item a figure:after {
  content: "詳細を見る";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  background: #FFF;
  padding: 6px 32px;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1), transform 400ms cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 2;
}
.site-family-index .recslider__item__box {
  padding: 18px 20px;
}
@media screen and (max-width: 640px) {
  .site-family-index .recslider__item__box {
    padding: 15px 0 0;
  }
}
.site-family-index .recslider__item__box__ttl {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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-family-index .recslider__item__box__ttl dt {
  background: #7cbf2a;
  color: #FFF;
  font-size: 13px;
  padding: 2px 12px;
  margin: 0 12px 0 0;
}
.site-family-index .recslider__item__box__ttl dd {
  font-size: 17px;
  transform: translateY(-2px);
  font-weight: 700;
}
.site-family-index .recslider__item__box__ttl dd strong {
  font-size: 25px;
  display: inline-block;
  margin: 0 2px 0 0;
}
@media screen and (max-width: 640px) {
  .site-family-index .recslider__item__box__ttl dd strong {
    font-size: 20px;
  }
}
.site-family-index .recslider__item__box__addr {
  font-size: 14px;
  font-weight: 700;
}
.site-family-index .recslider__item__box__acc {
  margin: 10px 0 0;
  padding: 10px 0 0;
  font-size: 14px;
  border-top: #e7e7e7 1px solid;
}
.site-family-index .recslider__item__box__acc .icon {
  display: block;
  padding: 0 0 0 18px;
  position: relative;
}
.site-family-index .recslider__item__box__acc .icon:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: lightgray;
  position: absolute;
  top: 1px;
  left: 0;
}
.site-family-index .recslider__item__box__desc {
  padding: 12px 15px;
  font-size: 13px;
  margin: 16px 0 0;
  background: #f4f4f5;
}
.site-family-index .recslider .rec-prev,
.site-family-index .recslider .rec-next {
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
  font-size: 32px;
  color: #00a634;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .site-family-index .recslider .rec-prev,
  .site-family-index .recslider .rec-next {
    display: none;
  }
}
.site-family-index .recslider .rec-prev:hover,
.site-family-index .recslider .rec-next:hover {
  opacity: 0.4;
}
.site-family-index .recslider .rec-next {
  left: auto;
  right: -48px;
}
.site-family-index .recslider .rec-pagination {
  position: absolute;
  bottom: auto;
  left: auto;
  top: -40px;
  right: 0;
  width: auto;
  opacity: 0.32;
}
.site-family-index .kussintitle {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
  .site-family-index .kussintitle {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
.site-family-index .kussionbox {
  position: relative;
  background: #FFF;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .site-family-index .kussionbox {
    display: block;
  }
}
.site-family-index .kussionbox:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #7cbf2a;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  .site-family-index .kussionbox:before {
    display: none;
  }
}
.site-family-index .kussionbox__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .site-family-index .kussionbox__pic {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 60%;
  }
}
.site-family-index .message {
  width: 50%;
  padding: 32px 48px;
}
@media screen and (max-width: 640px) {
  .site-family-index .message {
    width: auto;
    padding: 22.5px;
  }
}
.site-family-index .message__context__dt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  transform: translateX(-2px);
}
@media screen and (max-width: 640px) {
  .site-family-index .message__context__dt {
    font-size: 16px;
  }
}
.site-family-index .message__context__dd {
  text-align: justify;
  line-height: 2;
  margin: 24px 0 28px;
}
@media screen and (max-width: 640px) {
  .site-family-index .message__context__dd {
    margin: 15px 0;
  }
}
.site-family-index .message__context__name {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-size: 13px;
  text-align: right;
}
.site-family-index .message__context__name strong {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 640px) {
  .site-family-index .message__context__name strong {
    font-size: 16px;
    margin: 0 0 0 8px;
  }
}
.site-family-index .featuretitle {
  text-align: center;
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .site-family-index .featuretitle {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
.site-family-index .featuretitle__str {
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin: 0 0 12px;
}
@media screen and (max-width: 640px) {
  .site-family-index .featuretitle__str {
    font-size: 16px;
  }
}
.site-family-index .featuretitle__str:before, .site-family-index .featuretitle__str:after {
  content: "";
  width: 4px;
  height: 100%;
  background: #00a634;
  position: absolute;
  border-radius: 999px;
  top: 0;
  left: -20px;
  transform: rotate(-45deg);
}
.site-family-index .featuretitle__str:after {
  left: auto;
  right: -20px;
  transform: rotate(45deg);
}
.site-family-index .featuretitle__block {
  display: block;
}
.site-family-index .featuretitle strong {
  color: #00a634;
}
.site-family-index .featurelist {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .site-family-index .featurelist {
    display: block;
  }
}
.site-family-index .featurelist li {
  width: 23.5%;
  margin: 24px 2% 0 0;
  border: #f4f4f5 4px solid;
  padding: 15px;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-family-index .featurelist li {
    width: auto;
    margin: 0 0 15px;
    font-size: 14px;
    padding: 8px 15px;
  }
  .site-family-index .featurelist li:last-child {
    margin: 0;
  }
}
.site-family-index .featurelist li:nth-child(-n+4) {
  margin-top: 0;
}
.site-family-index .featurelist li:nth-child(4n+4) {
  margin-right: 0;
}
.site-family-index .featurelist li:before {
  width: 108px;
  display: block;
  background: #7cbf2a;
  color: #FFF;
  border-radius: 4px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 640px) {
  .site-family-index .featurelist li:before {
    font-size: 12px;
    width: 80px;
  }
}
.site-family-index .featurelist li:nth-child(1):before {
  content: "その1";
}
.site-family-index .featurelist li:nth-child(2):before {
  content: "その2";
}
.site-family-index .featurelist li:nth-child(3):before {
  content: "その3";
}
.site-family-index .featurelist li:nth-child(4):before {
  content: "その4";
}
.site-family-index .featurelist li:nth-child(5):before {
  content: "その5";
}
.site-family-index .featurelist li:nth-child(6):before {
  content: "その6";
}
.site-family-index .featurelist li:nth-child(7):before {
  content: "その7";
}
.site-family-index .featurelist li:nth-child(8):before {
  content: "その8";
}
.site-family-index .featurelist li:nth-child(9):before {
  content: "その9";
}
.site-family-index .twosection__item {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 72px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-family-index .twosection__item {
    display: block;
    margin: 0 0 32px;
  }
}
.site-family-index .twosection__item:last-child {
  margin: 0;
}
.site-family-index .twosection__item.rvs .twosection__item__bg {
  left: auto;
  right: 0;
}
.site-family-index .twosection__item.rvs .twosection__item__box {
  margin-left: 0;
}
.site-family-index .twosection__item.rvs .twosection__item__box__chr {
  left: 48px;
  right: auto;
}
.site-family-index .twosection__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 64%;
  height: 88%;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .site-family-index .twosection__item__bg {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 60%;
    border-radius: 4px 4px 0 0;
  }
}
.site-family-index .twosection__item__bg:before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 8px;
  border: #FFF 1px solid;
}
@media screen and (max-width: 640px) {
  .site-family-index .twosection__item__bg:before {
    display: none;
  }
}
.site-family-index .twosection__item__box {
  margin: 160px 0 0 50%;
  width: 50%;
  padding: 40px 48px;
  position: relative;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 640px) {
  .site-family-index .twosection__item__box {
    margin: 0;
    width: auto;
    padding: 22.5px;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
  }
}
.site-family-index .twosection__item__box__chr {
  position: absolute;
  top: -160px;
  right: 48px;
}
@media screen and (max-width: 640px) {
  .site-family-index .twosection__item__box__chr {
    display: none;
  }
}
.site-family-index .twosection__item__box__chr img {
  height: 160px;
}
.site-family-index .twosection__item__box h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .site-family-index .twosection__item__box h4 {
    font-size: 17px;
  }
}
.site-family-index .twosection__item__box h4:before {
  content: attr(data-eng);
  font-size: 12px;
  color: #00a634;
  display: block;
  margin: 0 0 2px;
}
@media screen and (max-width: 640px) {
  .site-family-index .twosection__item__box h4:before {
    font-size: 11px;
  }
}
.site-family-index .twosection__item__box p {
  font-size: 15px;
  text-align: justify;
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: #e7e7e7 1px solid;
}
@media screen and (max-width: 640px) {
  .site-family-index .twosection__item__box p {
    font-size: 13.5px;
  }
}
.site-family-index .newssection {
  padding: 56px 40px;
  background: #7cbf2a;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .site-family-index .newssection {
    padding: 32px 15px;
  }
}
.site-family-index .newssection .display {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-family-index .newssection .display {
    display: block;
  }
}
.site-family-index .newssection .display h4 {
  width: 240px;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .site-family-index .newssection .display h4 {
    font-size: 14px;
    width: auto;
    margin: 0 0 16px;
  }
}
.site-family-index .newssection .display h4:before {
  content: attr(data-eng);
  font-size: 38px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 16px;
}
@media screen and (max-width: 640px) {
  .site-family-index .newssection .display h4:before {
    font-size: 20px;
    display: inline-block;
    margin: 0 8px 0 0;
  }
}
.site-family-index .newssection .display .newslist {
  width: calc(100% - 240px);
  height: 102px;
  overflow: auto;
}
@media screen and (max-width: 640px) {
  .site-family-index .newssection .display .newslist {
    width: auto;
    height: 161px;
  }
}
.site-family-index .newssection .display .newslist > li {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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 16px;
  padding: 0 0 16px;
  border-bottom: rgba(255, 255, 255, 0.12) 1px solid;
}
@media screen and (max-width: 640px) {
  .site-family-index .newssection .display .newslist > li {
    display: block;
  }
}
.site-family-index .newssection .display .newslist > li time {
  background: #FFF;
  font-size: 12px;
  width: 110px;
  padding: 2px 0;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-family-index .newssection .display .newslist > li time {
    display: inline-block;
    border-radius: 2px;
  }
}
.site-family-index .newssection .display .newslist > li a {
  width: calc(100% - 110px);
  padding: 0 0 0 20px;
  display: block;
  font-size: 15px;
  color: #FFF;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .site-family-index .newssection .display .newslist > li a {
    padding: 0;
    width: auto;
    font-size: 14px;
    margin: 8px 0 0;
  }
}
.site-family-index .newssection .display .newslist > li a:hover {
  text-decoration: underline;
}

.breadcrumb {
  padding: 16px 40px 56px;
  margin-bottom: 72px;
  background: #f4f4f5;
  position: relative;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    padding: 12px 15px 32px;
    margin-bottom: 32px;
  }
}
.breadcrumb.not {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .breadcrumb.not {
    margin: 8px 0 24px;
  }
}
.breadcrumb.not nav {
  margin: 16px 0 32px;
}
@media screen and (max-width: 640px) {
  .breadcrumb.not nav {
    margin: 14px 0;
  }
}
.breadcrumb nav {
  margin: 0 0 36px;
}
@media screen and (max-width: 640px) {
  .breadcrumb nav {
    margin: 0 0 16px;
    width: calc(100% - 15px);
    overflow: hidden;
  }
}
.breadcrumb ol {
  list-style: none;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
}
.breadcrumb ol li {
  font-size: 10.5px;
  position: relative;
  margin: 0 12px 0 0;
  padding: 0 16px 0 0;
}
@media screen and (max-width: 640px) {
  .breadcrumb ol li {
    font-size: 10px;
  }
}
.breadcrumb ol li:before, .breadcrumb ol li:after {
  content: "";
  width: 4px;
  height: 1px;
  transform-origin: right center;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
}
.breadcrumb ol li:after {
  transform: rotate(-45deg);
}
.breadcrumb ol li:last-child:before, .breadcrumb ol li:last-child:after {
  display: none;
}
.breadcrumb ol li a {
  color: #000;
}
.breadcrumb ol li a i {
  display: inline-block;
  margin: 0 6px 0 0;
  color: #bebebe;
}
.breadcrumb .sitetitle {
  margin: 15px 0 0;
  font-size: 26px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .breadcrumb .sitetitle {
    font-size: 20px;
  }
}

.site-company .tablestyle {
  margin-bottom: 72px;
}
@media screen and (max-width: 640px) {
  .site-company .tablestyle {
    margin-bottom: 32px;
  }
}
.site-company .photolist {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 640px) {
  .site-company .photolist {
    margin: 0 0 0 -15px;
  }
}
.site-company .photolist li {
  width: 33.3%;
  padding: 0 0 0 20px;
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .site-company .photolist li {
    width: 50%;
    padding: 0 0 0 15px;
    margin: 0 0 15px;
  }
  .site-company .photolist li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.site-company .photolist li:nth-child(-n+3) {
  margin-top: 0;
}
.site-company .photolist li figure img {
  width: 100%;
}
.site-company .shop {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
.site-company .shop__photo {
  width: 520px;
}
@media screen and (max-width: 640px) {
  .site-company .shop__photo {
    width: 100%;
  }
}
.site-company .shop__photo .parent {
  margin: 0 0 10px;
}
.site-company .shop__photo .parent .swiper-slide img {
  width: 100%;
}
.site-company .shop__photo .child .swiper-slide {
  padding: 16% 0 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.site-company .shop__photo .child .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  border: #dddddd 8px solid;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 400ms cubic-bezier(0.85, 0, 0.15, 1);
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .site-company .shop__photo .child .swiper-slide:before {
    border-width: 4px;
  }
}
.site-company .shop__photo .child .swiper-slide:hover {
  opacity: 0.64;
}
.site-company .shop__photo .child .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition: cubic-bezier(0.85, 0, 0.15, 1);
}
.site-company .shop__photo .child .swiper-slide.swiper-slide-thumb-active:before {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}
.site-company .shop__info {
  width: calc(100% - 520px);
  padding: 0 0 0 48px;
}
@media screen and (max-width: 640px) {
  .site-company .shop__info {
    width: auto;
    padding: 24px 0 0;
  }
}
.site-company .shop__info__catch {
  border: #f4f4f5 4px solid;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 8px;
}
.site-company .shop__info__table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.site-company .shop__info__table tbody tr {
  border-bottom: #e7e7e7 1px dashed;
}
.site-company .shop__info__table tbody tr th, .site-company .shop__info__table tbody tr td {
  padding: 11px 0;
  text-align: left;
}
.site-company .shop__info__table tbody tr th {
  width: 100px;
}
.site-company .shop__info__table tbody tr td {
  padding-left: 20px;
}
.site-company .shop__info__btn {
  text-align: right;
  margin: 16px 0 0;
}
@media screen and (max-width: 640px) {
  .site-company .shop__info__btn {
    text-align: center;
  }
}
.site-company .shop__info__btn a {
  color: #FFF;
  font-size: 12px;
  border: #005bab 2px solid;
  background: #005bab;
  display: inline-block;
  padding: 6px 16px;
}
@media screen and (max-width: 640px) {
  .site-company .shop__info__btn a {
    display: block;
  }
}
.site-company .shop__info__btn a i {
  font-size: 10px;
  display: inline-block;
  margin: 0 0 0 8px;
}
.site-company .shop__info__btn a:hover {
  background: #FFF;
  color: #005bab;
}

.site-staff .stafflist {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 0 -32px;
}
@media screen and (max-width: 640px) {
  .site-staff .stafflist {
    margin: 0 0 0 -15px;
  }
}
.site-staff .stafflist:after {
  display: block;
  content: "";
  width: 33.3%;
}
.site-staff .stafflist li {
  margin: 48px 0 0;
  padding: 0 0 0 32px;
  width: 33.3%;
}
@media screen and (min-width: 641px) {
  .site-staff .stafflist li {
    opacity: 0;
    transform: translateY(-20px);
  }
  .site-staff .stafflist li:nth-child(1) {
    animation: viewStaffList 600ms 80ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(2) {
    animation: viewStaffList 600ms 160ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(3) {
    animation: viewStaffList 600ms 240ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(4) {
    animation: viewStaffList 600ms 320ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(5) {
    animation: viewStaffList 600ms 400ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(6) {
    animation: viewStaffList 600ms 480ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(7) {
    animation: viewStaffList 600ms 560ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(8) {
    animation: viewStaffList 600ms 640ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(9) {
    animation: viewStaffList 600ms 720ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(10) {
    animation: viewStaffList 600ms 800ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(11) {
    animation: viewStaffList 600ms 880ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(12) {
    animation: viewStaffList 600ms 960ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(13) {
    animation: viewStaffList 600ms 1040ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(14) {
    animation: viewStaffList 600ms 1120ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(15) {
    animation: viewStaffList 600ms 1200ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(16) {
    animation: viewStaffList 600ms 1280ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(17) {
    animation: viewStaffList 600ms 1360ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(18) {
    animation: viewStaffList 600ms 1440ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(19) {
    animation: viewStaffList 600ms 1520ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(20) {
    animation: viewStaffList 600ms 1600ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(21) {
    animation: viewStaffList 600ms 1680ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(22) {
    animation: viewStaffList 600ms 1760ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(23) {
    animation: viewStaffList 600ms 1840ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(24) {
    animation: viewStaffList 600ms 1920ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(25) {
    animation: viewStaffList 600ms 2000ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(26) {
    animation: viewStaffList 600ms 2080ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(27) {
    animation: viewStaffList 600ms 2160ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(28) {
    animation: viewStaffList 600ms 2240ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(29) {
    animation: viewStaffList 600ms 2320ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(30) {
    animation: viewStaffList 600ms 2400ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(31) {
    animation: viewStaffList 600ms 2480ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(32) {
    animation: viewStaffList 600ms 2560ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(33) {
    animation: viewStaffList 600ms 2640ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(34) {
    animation: viewStaffList 600ms 2720ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(35) {
    animation: viewStaffList 600ms 2800ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(36) {
    animation: viewStaffList 600ms 2880ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(37) {
    animation: viewStaffList 600ms 2960ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(38) {
    animation: viewStaffList 600ms 3040ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(39) {
    animation: viewStaffList 600ms 3120ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(40) {
    animation: viewStaffList 600ms 3200ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(41) {
    animation: viewStaffList 600ms 3280ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(42) {
    animation: viewStaffList 600ms 3360ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(43) {
    animation: viewStaffList 600ms 3440ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(44) {
    animation: viewStaffList 600ms 3520ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(45) {
    animation: viewStaffList 600ms 3600ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(46) {
    animation: viewStaffList 600ms 3680ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(47) {
    animation: viewStaffList 600ms 3760ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(48) {
    animation: viewStaffList 600ms 3840ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(49) {
    animation: viewStaffList 600ms 3920ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(50) {
    animation: viewStaffList 600ms 4000ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(51) {
    animation: viewStaffList 600ms 4080ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(52) {
    animation: viewStaffList 600ms 4160ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(53) {
    animation: viewStaffList 600ms 4240ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(54) {
    animation: viewStaffList 600ms 4320ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(55) {
    animation: viewStaffList 600ms 4400ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(56) {
    animation: viewStaffList 600ms 4480ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(57) {
    animation: viewStaffList 600ms 4560ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(58) {
    animation: viewStaffList 600ms 4640ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(59) {
    animation: viewStaffList 600ms 4720ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(60) {
    animation: viewStaffList 600ms 4800ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(61) {
    animation: viewStaffList 600ms 4880ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(62) {
    animation: viewStaffList 600ms 4960ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(63) {
    animation: viewStaffList 600ms 5040ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(64) {
    animation: viewStaffList 600ms 5120ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(65) {
    animation: viewStaffList 600ms 5200ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(66) {
    animation: viewStaffList 600ms 5280ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(67) {
    animation: viewStaffList 600ms 5360ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(68) {
    animation: viewStaffList 600ms 5440ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(69) {
    animation: viewStaffList 600ms 5520ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(70) {
    animation: viewStaffList 600ms 5600ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(71) {
    animation: viewStaffList 600ms 5680ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(72) {
    animation: viewStaffList 600ms 5760ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(73) {
    animation: viewStaffList 600ms 5840ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(74) {
    animation: viewStaffList 600ms 5920ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(75) {
    animation: viewStaffList 600ms 6000ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(76) {
    animation: viewStaffList 600ms 6080ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(77) {
    animation: viewStaffList 600ms 6160ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(78) {
    animation: viewStaffList 600ms 6240ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(79) {
    animation: viewStaffList 600ms 6320ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(80) {
    animation: viewStaffList 600ms 6400ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(81) {
    animation: viewStaffList 600ms 6480ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(82) {
    animation: viewStaffList 600ms 6560ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(83) {
    animation: viewStaffList 600ms 6640ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(84) {
    animation: viewStaffList 600ms 6720ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(85) {
    animation: viewStaffList 600ms 6800ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(86) {
    animation: viewStaffList 600ms 6880ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(87) {
    animation: viewStaffList 600ms 6960ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(88) {
    animation: viewStaffList 600ms 7040ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(89) {
    animation: viewStaffList 600ms 7120ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(90) {
    animation: viewStaffList 600ms 7200ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(91) {
    animation: viewStaffList 600ms 7280ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(92) {
    animation: viewStaffList 600ms 7360ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(93) {
    animation: viewStaffList 600ms 7440ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(94) {
    animation: viewStaffList 600ms 7520ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(95) {
    animation: viewStaffList 600ms 7600ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(96) {
    animation: viewStaffList 600ms 7680ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(97) {
    animation: viewStaffList 600ms 7760ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(98) {
    animation: viewStaffList 600ms 7840ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(99) {
    animation: viewStaffList 600ms 7920ms ease-in-out forwards;
  }
  .site-staff .stafflist li:nth-child(100) {
    animation: viewStaffList 600ms 8000ms ease-in-out forwards;
  }
  @keyframes viewStaffList {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.site-staff .stafflist li figure {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-staff .stafflist li {
    margin: 0 0 24px;
    padding: 0 0 0 15px;
    width: 50%;
  }
  .site-staff .stafflist li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.site-staff .stafflist li:nth-child(-n+3) {
  margin-top: 0;
}
.site-staff .stafflist li a {
  display: block;
  color: #000;
}
.site-staff .stafflist li a figure img {
  max-width: 100%;
  min-height: 100%;
  height: 263px;
  max-height: 263px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .site-staff .stafflist li a figure img {
    width: 100%;
    max-height: 32.5vw;
    overflow: hidden;
  }
}
.site-staff .stafflist li a dl {
  margin: 12px 0 0;
}
.site-staff .stafflist li a dl dt,
.site-staff .stafflist li a dl dd {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .site-staff .stafflist li a dl dt,
  .site-staff .stafflist li a dl dd {
    display: block;
    line-height: 1.56;
  }
}
.site-staff .stafflist li a dl dt {
  font-size: 16px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .site-staff .stafflist li a dl dt {
    font-size: 14px;
    margin: 0;
  }
}
.site-staff .stafflist li a dl dd {
  font-size: 10px;
}
.site-staff .infobg {
  position: relative;
}
.site-staff .infobg:before {
  content: "";
  width: calc(50% + 40px);
  height: 66.6%;
  background: #f4f4f5;
  position: absolute;
  top: 72px;
  left: -40px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .site-staff .infobg:before {
    display: none;
  }
}
.site-staff .info__clum {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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 72px;
}
@media screen and (max-width: 640px) {
  .site-staff .info__clum {
    display: block;
    margin: 0 0 32px;
  }
}
.site-staff .info__clum figure {
  width: 52%;
}
@media screen and (max-width: 640px) {
  .site-staff .info__clum figure {
    width: auto;
  }
}
.site-staff .info__clum dl {
  width: 48%;
  padding: 0 0 0 56px;
}
@media screen and (max-width: 640px) {
  .site-staff .info__clum dl {
    width: auto;
    padding: 20px 0 0;
  }
}
.site-staff .info__clum dl dt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .site-staff .info__clum dl dt {
    font-size: 16px;
  }
}
.site-staff .info__clum dl dt:first-letter {
  color: #005bab;
}
.site-staff .info__clum dl dd {
  font-size: 15px;
  text-align: justify;
  line-height: 1.9;
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .site-staff .info__clum dl dd {
    margin: 15px 0 0;
    font-size: 14px;
  }
}
.site-staff .info__clum dl dd.eng {
  font-size: 12px;
  margin: 0 0 24px;
  text-align: left;
  position: relative;
  padding: 0 0 0 36px;
}
@media screen and (max-width: 640px) {
  .site-staff .info__clum dl dd.eng {
    margin: 0 0 15px;
  }
}
.site-staff .info__clum dl dd.eng:before {
  content: "";
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}
.site-staff .info__meta {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .site-staff .info__meta {
    display: block;
  }
}
.site-staff .info__meta__eng {
  width: 400px;
  padding: 0 56px 0 0;
  transform: translateY(-1em);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .site-staff .info__meta__eng {
    transform: translate(0);
    width: auto;
    padding: 0 15px 32px;
    position: relative;
  }
  .site-staff .info__meta__eng:before {
    content: "";
    width: calc(88% + 15px);
    height: calc(100% - 20px);
    position: absolute;
    top: 20px;
    left: -15px;
    z-index: -1;
    background: #f4f4f5;
  }
}
.site-staff .info__meta__eng dd {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: 1em;
}
.site-staff .info__meta__eng dd.s {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 641px) {
  .site-staff .info__meta__eng dd {
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .site-staff .info__meta__eng dd {
    font-size: 24px;
  }
}
.site-staff .info__meta__eng dt {
  font-size: 20px;
  margin: 16px 0 0;
}
@media screen and (max-width: 640px) {
  .site-staff .info__meta__eng dt {
    font-size: 15px;
    margin: 8px 0 0;
  }
}
.site-staff .info__meta__list {
  width: calc(100% - 400px);
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 0 -32px;
}
@media screen and (max-width: 640px) {
  .site-staff .info__meta__list {
    width: auto;
    padding: 40px 0 0;
    margin: 0 0 0 -15px;
  }
}
.site-staff .info__meta__list li {
  width: 50%;
  padding: 0 0 0 32px;
  margin: 64px 0 0;
}
@media screen and (max-width: 640px) {
  .site-staff .info__meta__list li {
    padding: 0 0 0 15px;
    margin: 32px 0 0;
  }
}
.site-staff .info__meta__list li:nth-child(-n+2) {
  margin-top: 0;
}
.site-staff .info__meta__list li figure img {
  width: 100%;
}
.site-staff .info__meta__list li figure figcaption {
  margin: 12px 0 0;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .site-staff .info__meta__list li figure figcaption {
    font-size: 11px;
    text-align: justify;
  }
}
.site-staff .greeting.wrap {
  padding-top: 72px;
  margin-bottom: 72px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-staff .greeting.wrap {
    padding-top: 48px;
    margin-bottom: 0;
  }
}
.site-staff .greeting.wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 40px);
  height: 100%;
  background: #f4f4f5;
}
@media screen and (max-width: 640px) {
  .site-staff .greeting.wrap:before {
    width: 100%;
  }
}
.site-staff .grtbox {
  background: #FFF;
  padding: 32px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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-staff .grtbox {
    padding: 15px;
    padding-top: 30px;
    display: block;
  }
}
.site-staff .grtbox h4 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.24em;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .site-staff .grtbox h4 {
    font-size: 20px;
  }
}
.site-staff .grtbox__left, .site-staff .grtbox__right {
  width: calc(50% - 32px);
}
@media screen and (max-width: 640px) {
  .site-staff .grtbox__left, .site-staff .grtbox__right {
    width: auto;
  }
}
.site-staff .grtbox__left dl {
  margin: 0 0 32px;
}
@media screen and (max-width: 640px) {
  .site-staff .grtbox__left dl {
    margin: 0 0 20px;
  }
}
.site-staff .grtbox__left dl:last-of-type {
  margin: 0;
}
.site-staff .grtbox__left dl dt {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 4px;
}
@media screen and (max-width: 640px) {
  .site-staff .grtbox__left dl dt {
    font-size: 15px;
  }
}
.site-staff .grtbox__left dl dt:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #005bab;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .site-staff .grtbox__left dl dt:before {
    top: 9px;
  }
}
@media screen and (max-width: 640px) {
  .site-staff .grtbox__right {
    margin: 32px 0 0;
  }
}
.site-staff .grtbox__right dl {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: #e7e7e7 1px dashed;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.site-staff .grtbox__right dl:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.site-staff .grtbox__right dl dt {
  width: 96px;
  padding: 0 16px 0 0;
  font-weight: 700;
}
.site-staff .grtbox__right dl dd {
  width: calc(100% - 96px);
}

.site-detail .telbtn {
  display: block;
  margin: 0 0 12px;
  line-height: 1.2;
  text-align: center;
  border: #005bab 2px solid;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
  padding: 12px 15px;
  transition: 120ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-detail .telbtn {
    margin-top: 24px;
  }
}
@media screen and (min-width: 641px) {
  .site-detail .telbtn.under {
    width: 420px;
    margin: 0 auto;
    margin-top: 48px;
    border-radius: 999px;
    padding: 8px 15px;
  }
}
.site-detail .telbtn:hover {
  border-color: #FFF;
  transform: scale(1.04);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
}
.site-detail .telbtn i {
  display: inline-block;
  color: #005bab;
  transform: rotateY(180deg);
  margin: 0 8px 0 0;
}
.site-detail .telbtn strong {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #005bab;
  letter-spacing: -0.012em;
  margin: 2px 0 0;
}
.site-detail .formbtn {
  margin: 0 0 12px;
}
.site-detail .formbtn__btn {
  display: block;
  height: 52px;
  position: relative;
  transition: 120ms cubic-bezier(0.85, 0, 0.15, 1);
}
.site-detail .formbtn__btn:hover {
  transform: scale(1.04);
}
.site-detail .formbtn__btn:hover .crone {
  border-color: #005bab !important;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
}
.site-detail .formbtn .submit {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  z-index: 1;
  cursor: pointer;
}
.site-detail .formbtn .crone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: #005bab 2px solid;
  color: #005bab;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
  font-size: 17px;
  border-radius: 4px;
  z-index: 2;
  pointer-events: none;
  transition: all 120ms cubic-bezier(0.85, 0, 0.15, 1);
}
.site-detail .formbtn .crone.style-orange {
  background: #005bab;
  color: #FFF;
}
.site-detail .formbtn .crone.style-gray {
  background: #f4f4f5;
  border-color: #f4f4f5;
  color: #000;
}
.site-detail .formbtn .crone.style-gray i {
  color: #005bab;
}
.site-detail .formbtn .crone i {
  display: inline-block;
  margin: 0 8px 0 0;
}
.site-detail .formbtn__btn:hover {
  transform: scale(1.04);
  z-index: 2;
}
.site-detail .formbtn__btn:hover .crone {
  border-color: #FFF !important;
  background: #FFF;
  color: #005bab;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.12);
}
.site-detail .detailtitle {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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 24px;
}
@media screen and (max-width: 640px) {
  .site-detail .detailtitle {
    margin: 0 0 16px;
    display: block;
  }
}
.site-detail .detailtitle dt {
  background: #f4f4f5;
  padding: 2px 8px;
  margin: 0 12px 0 0;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .site-detail .detailtitle dt {
    display: inline-block;
    margin: 0;
  }
}
.site-detail .detailtitle dd {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-detail .detailtitle dd {
    font-size: 18px;
  }
}
.site-detail .catch {
  border: #e7e7e7 1px solid;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #005bab;
  margin: 0 0 24px;
}
@media screen and (max-width: 640px) {
  .site-detail .catch {
    padding: 15px;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 15px;
  }
}
.site-detail .photos {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-detail .photos {
    display: block;
  }
}
.site-detail .photos li {
  margin: 24px 0 0;
  width: calc(50% - 12px);
}
@media screen and (max-width: 640px) {
  .site-detail .photos li {
    width: 100%;
    margin: 0 0 12px;
  }
  .site-detail .photos li:last-child {
    margin: 0;
  }
}
.site-detail .photos li:nth-child(-n+2) {
  margin-top: 0;
}
.site-detail .photos li figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 75%;
}
.site-detail .photos li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.site-detail .photos li figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  z-index: 2;
}
.site-detail .photos li .caption {
  margin: 16px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-detail .photos li .caption {
    margin: 0;
    border: rgba(0, 0, 0, 0.1) 1px solid;
    border-top: 0;
    padding: 8px 15px;
  }
}
.site-detail .data {
  margin: 72px 0 0;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-detail .data {
    margin: 32px 0 0;
    display: block;
  }
}
.site-detail .data__box {
  width: 70%;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-detail .data__box {
    width: auto;
  }
}
.site-detail .data__box dl {
  font-size: 15px;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: #e7e7e7 1px solid;
  width: calc(50% - 10px);
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .site-detail .data__box dl {
    font-size: 14px;
    width: 100%;
  }
}
.site-detail .data__box dl.wide {
  width: 100%;
}
.site-detail .data__box dl dt {
  width: 128px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-detail .data__box dl dt {
    width: 120px;
  }
}
.site-detail .data__box dl dd {
  width: calc(100% - 128px);
  padding: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .site-detail .data__box dl dd {
    width: calc(100% - 120px);
  }
}
.site-detail .data__box dl dd .price {
  color: #005bab;
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .site-detail .data__box dl dd .price {
    font-size: 24px;
  }
}
.site-detail .data__form {
  width: 30%;
  padding: 0 0 0 48px;
}
@media screen and (max-width: 640px) {
  .site-detail .data__form {
    width: auto;
    padding: 0;
  }
}
.site-detail .detailslider {
  position: relative;
}
.site-detail .detailslider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}
.site-detail .detailslider__item {
  width: 32%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .site-detail .detailslider__item {
    width: 80%;
    margin: 0 7.5px;
  }
}
.site-detail .detailslider__item figure {
  width: 100%;
  padding: 75% 0 0;
  position: relative;
  overflow: hidden;
  background: #f4f4f5;
}
.site-detail .detailslider__item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  max-width: 100%;
  max-height: 100%;
  transition: 400ms cubic-bezier(0.85, 0, 0.15, 1);
}
.site-detail .detailslider__item .caption {
  text-align: center;
  margin: 12px 0 0;
}
.site-detail .detailslider .detailslider-prev,
.site-detail .detailslider .detailslider-next {
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
  font-size: 32px;
  color: #e7e7e7;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .site-detail .detailslider .detailslider-prev,
  .site-detail .detailslider .detailslider-next {
    display: none;
  }
}
.site-detail .detailslider .detailslider-prev:hover,
.site-detail .detailslider .detailslider-next:hover {
  opacity: 0.4;
}
.site-detail .detailslider .detailslider-next {
  left: auto;
  right: -48px;
}
.site-detail .simulate.simulateForm {
  background: #f4f4f5;
  padding: 24px;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .site-detail .simulate.simulateForm {
    padding: 15px;
  }
}
.site-detail .simulate__box {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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 0 -24px;
}
@media screen and (max-width: 640px) {
  .site-detail .simulate__box {
    margin: 0;
  }
}
.site-detail .simulate__box__clum {
  padding: 0 0 0 24px;
  width: 20%;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .site-detail .simulate__box__clum {
    padding: 0;
    width: 100%;
    margin: 0 0 8px;
  }
  .site-detail .simulate__box__clum:last-of-type {
    margin: 0;
  }
}
.site-detail .simulate__box__clum__title {
  font-size: 14px;
  font-weight: 700;
  display: block;
  width: 100%;
  margin: 0 0 4px;
  position: relative;
  padding: 0 0 0 16px;
}
.site-detail .simulate__box__clum__title:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #005bab;
  border-radius: 2px;
}
.site-detail .simulate__box__clum__gadget {
  width: calc(100% - 40px) !important;
}
.site-detail .simulate__box__clum__sub {
  width: 32px;
  font-size: 13.5px;
  overflow: visible;
}
@media screen and (max-width: 640px) {
  .site-detail .simulate__box__clum__sub {
    font-size: 13px;
  }
}
.site-detail .simulate__result {
  margin: 20px 0 0;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-detail .simulate__result {
    margin: 12px 0 0;
    display: block;
  }
}
.site-detail .simulate__result__text {
  width: calc(100% - 300px);
  padding: 0 40px 0 0;
  font-size: 12.5px;
  order: 1;
}
@media screen and (max-width: 640px) {
  .site-detail .simulate__result__text {
    width: auto;
    margin: 12px 0 0;
    padding: 0;
  }
}
.site-detail .simulate__result__return {
  width: 300px;
  order: 2;
  background: #FFF;
  font-weight: 700;
  border-radius: 3px;
  text-align: center;
  padding: 15px;
  line-height: 1;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 640px) {
  .site-detail .simulate__result__return {
    width: auto;
  }
}
.site-detail .simulate__result__return dd {
  color: #005bab;
  font-size: 20px;
  margin: 6px 0 0;
}
@media screen and (max-width: 640px) {
  .site-detail .simulate__result__return dd {
    font-size: 24px;
  }
}
.site-detail .dataset {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-detail .dataset {
    display: block;
  }
}
.site-detail .dataset dl {
  width: 50%;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 13px;
  border: #e7e7e7 1px solid;
  margin-left: -1px;
  margin-top: -1px;
  margin-right: 1px;
}
@media screen and (max-width: 640px) {
  .site-detail .dataset dl {
    width: 100%;
    font-size: 12.5px;
  }
}
.site-detail .dataset dl dt, .site-detail .dataset dl dd {
  padding: 15px;
}
.site-detail .dataset dl dt {
  width: 150px;
  background: #f4f4f5;
}
@media screen and (max-width: 640px) {
  .site-detail .dataset dl dt {
    width: 100px;
  }
}
.site-detail .dataset dl dd {
  width: calc(100% - 150px);
}
@media screen and (max-width: 640px) {
  .site-detail .dataset dl dd {
    width: calc(100% - 100px);
  }
}
.site-detail .underbtn {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: #e7e7e7 1px solid;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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-detail .underbtn {
    margin: 12px 0 0;
    padding: 0;
    border: none;
    display: block;
  }
}
.site-detail .underbtn .formbtn {
  width: 280px;
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .site-detail .underbtn .formbtn {
    width: auto;
    margin: 0 0 12px;
  }
  .site-detail .underbtn .formbtn:last-of-type {
    margin: 0;
  }
}

.site-search .tabindex {
  margin: 0 0 64px;
}
@media screen and (max-width: 640px) {
  .site-search .tabindex {
    margin: 0 0 24px;
  }
}
.site-search .tabindex ul {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 640px) {
  .site-search .tabindex ul {
    margin: 0 0 0 -10px;
  }
}
.site-search .tabindex ul li {
  width: 25%;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .site-search .tabindex ul li {
    width: 50%;
    padding: 0 0 0 10px;
    margin: 10px 0 0;
  }
  .site-search .tabindex ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.site-search .tabindex ul li a {
  display: block;
  text-align: center;
  background: #f4f4f5;
  border: #f4f4f5 3px solid;
  color: #000;
  font-size: 16px;
  border-radius: 999px;
  padding: 12px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-search .tabindex ul li a {
    font-size: 15px;
    padding: 12px 0;
    border-radius: 6px;
    border-width: 2px;
  }
}
.site-search .tabindex ul li a:hover {
  background: #FFF;
  border-color: #e7e7e7;
}
.site-search .tabindex ul li.active a {
  background: #FFF;
  border-color: #e7e7e7;
}
.site-search .tabindex ul li.active a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #e7e7e7 transparent transparent transparent;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 640px) {
  .site-search .tabindex ul li.active a:before {
    display: none;
  }
}
.site-search .tabindex ul li.active a:after {
  content: "選択中";
  position: absolute;
  top: -15px;
  right: 15px;
  font-size: 12px;
  color: #FFF;
  background: #005bab;
  padding: 3px 16px;
  border-radius: 999px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .site-search .tabindex ul li.active a:after {
    font-size: 10px;
  }
}
.site-search .searchbox {
  margin: 0 0 64px;
}
@media screen and (max-width: 640px) {
  .site-search .searchbox {
    margin: 0 0 24px;
  }
}
.site-search .searchbox__list {
  margin: 0 0 0 -24px;
  padding: 8px 0 0;
  flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-search .searchbox__list {
    margin: 0 0 0 -10px;
    padding: 0;
  }
}
.site-search .searchbox__list li {
  width: 25%;
  padding: 0 0 0 24px;
  margin: 24px 0 0;
}
@media screen and (max-width: 640px) {
  .site-search .searchbox__list li {
    width: 50%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .site-search .searchbox__list li:nth-last-child(-n+2) {
    margin: 0;
  }
}
.site-search .searchbox__list li:nth-child(-n+4) {
  margin-top: 0;
}
.site-search .searchbox__list:after {
  content: "";
  display: block;
  width: 25%;
  height: 0;
}
.site-search .searchbox__list:before {
  content: "";
  display: block;
  width: 25%;
  height: 0;
  order: 1;
}
.site-search .searchbox__list__item {
  background: #f4f4f5;
  border-radius: 999px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-search .searchbox__list__item {
    border-radius: 4px;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.site-search .searchbox__list__item label {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .site-search .searchbox__list__item label {
    width: 46px;
  }
}
.site-search .searchbox__list__item label input {
  cursor: pointer;
}
.site-search .searchbox__list__item__link {
  padding: 12px;
  padding-left: 48px;
}
@media screen and (max-width: 640px) {
  .site-search .searchbox__list__item__link {
    padding-left: 46px;
  }
}
.site-search .searchbox__list__item__link a {
  color: #000;
}
.site-search .searchbox__list__item__link a:hover {
  color: #005bab;
  text-decoration: underline;
}

.site-result .resulttitle {
  border-bottom: #e7e7e7 1px solid;
  margin: 0 0 12px;
  padding: 0 0 4px;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .site-result .resulttitle {
    font-size: 15px;
  }
}
.site-result .resulttitle strong {
  color: #005bab;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  margin: 0 8px;
}
@media screen and (max-width: 640px) {
  .site-result .resulttitle strong {
    font-size: 22px;
  }
}
.site-result .sort {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  margin: 24px 0;
}
@media screen and (max-width: 640px) {
  .site-result .sort {
    margin: 16px 0;
  }
}
.site-result .sort dt {
  background: #f4f4f5;
  padding: 2px 24px;
  margin: 0 20px 0 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-result .sort dt {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 15px;
  }
}
.site-result .sort dt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #f4f4f5;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .site-result .sort dt:after {
    display: none;
  }
}
.site-result .sort dd {
  padding: 0 36px 0 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-result .sort dd {
    padding: 8px;
    width: 32%;
    margin: 2% 2% 0 0;
    padding: 0;
  }
  .site-result .sort dd:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
.site-result .sort dd a {
  color: #000;
}
@media screen and (max-width: 640px) {
  .site-result .sort dd a {
    display: block;
    text-align: center;
    border: #e7e7e7 1px solid;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
  }
}
.site-result .sort dd a:hover {
  text-decoration: underline;
}
.site-result .sort dd:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 18px;
  transform: translateX(-50%);
  width: 2px;
  height: 60%;
  background: #f4f4f5;
}
@media screen and (max-width: 640px) {
  .site-result .sort dd:after {
    display: none;
  }
}
.site-result .checkarea {
  background: #f4f4f5;
  padding: 24px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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-result .checkarea {
    padding: 15px;
    display: block;
    border-radius: 4px;
  }
}
.site-result .checkarea__btn {
  width: 308px;
  padding: 16px;
  text-align: center;
  background: #FFF;
  border: #FFF 2px solid;
  border-radius: 4px;
  margin: 0 16px 0 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-result .checkarea__btn {
    width: auto;
    margin: 0 0 12px;
    display: block;
    font-size: 14px;
  }
  .site-result .checkarea__btn:last-of-type {
    margin: 0;
  }
}
.site-result .checkarea__btn:hover {
  border-color: #e7e7e7;
}
.site-result .checkarea__btn:last-child {
  margin: 0;
}
.site-result .checkarea__btn input[type=checkbox] {
  margin: 0 8px 0 0;
}
.site-result .checkarea__btn .hidden {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.site-result .checkarea__btn .crone i {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 15px;
  color: #c8c8c8;
}
.site-result .listable {
  margin: 48px 0;
}
@media screen and (max-width: 640px) {
  .site-result .listable {
    margin: 32px 0;
  }
}
.site-result .listable__item {
  position: relative;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 48px;
  margin: 0 0 80px;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item {
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: #e7e7e7 1px solid;
    display: block;
    border-radius: 0 4px 0 0;
    overflow: hidden;
  }
}
.site-result .listable__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item:after {
    display: none;
  }
}
.site-result .listable__item__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: #f4f4f5;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__label {
    height: 200px;
    z-index: 2;
    left: auto;
    left: 0;
    border-radius: 0 0 0 4px;
    background-color: rgba(255, 255, 255, 0);
  }
}
.site-result .listable__item__pic {
  width: 400px;
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #f4f4f5;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__pic {
    width: 100%;
    height: auto;
    padding-top: 60%;
  }
}
.site-result .listable__item__pic figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #005bab;
  padding: 2px 20px;
  color: #FFF;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__pic figcaption {
    font-size: 11px;
  }
}
.site-result .listable__item__pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.site-result .listable__item__pic .blk {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #181818;
  color: #FFF;
  font-size: 12px;
  width: 46px;
  height: 46px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-result .listable__item__data {
  width: calc(100% - 400px);
  padding: 0 0 0 40px;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data {
    width: auto;
    padding: 20px 0 0;
  }
}
.site-result .listable__item__data__title {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data__title {
    display: block;
  }
}
.site-result .listable__item__data__title .meta {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data__title .meta {
    width: auto;
  }
}
.site-result .listable__item__data__title .meta dt {
  display: inline-block;
  font-size: 13px;
  padding: 2px 16px;
  background: #f4f4f5;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data__title .meta dt {
    font-size: 12px;
  }
}
.site-result .listable__item__data__title .meta dd {
  font-size: 14px;
  margin: 0 0 0 12px;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data__title .meta dd {
    font-size: 13px;
    width: 100%;
    margin: 6px 0 0;
  }
}
.site-result .listable__item__data__title .meta dd.price {
  width: 100%;
  font-size: 20px;
  margin: 6px 0 0;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data__title .meta dd.price {
    margin: 8px 0 0;
  }
}
.site-result .listable__item__data__title .meta dd strong {
  font-size: 36px;
  line-height: 1.2;
  color: #005bab;
  font-weight: 700;
  display: inline-block;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data__title .meta dd strong {
    font-size: 28px;
    margin: 0 6px 0 0;
  }
}
.site-result .listable__item__data__title .addr {
  position: absolute;
  right: 0;
  top: 32px;
  width: 350px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data__title .addr {
    width: auto;
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    padding: 5px 0 0;
  }
}
.site-result .listable__item__data__list {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
  margin: 2px 0 0;
  margin-left: -15px;
  min-height: 75px;
}
.site-result .listable__item__data__list dl {
  min-width: 230px;
  max-width: 50%;
  padding-left: 15px;
  margin: 8px 0 0;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data__list dl {
    min-width: 1px;
    width: 50%;
  }
}
.site-result .listable__item__data__list dt {
  width: 80px;
  padding: 2px 8px;
  font-size: 13px;
  border: #e7e7e7 1px solid;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data__list dt {
    font-size: 12px;
    width: 72px;
  }
}
.site-result .listable__item__data__list dd {
  width: calc(100% - 80px);
  padding: 0 0 0 12px;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data__list dd {
    width: calc(100% - 72px);
  }
}
.site-result .listable__item__data__other {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  min-height: 100px;
  padding: 8px 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-result .listable__item__data__other li {
  color: #bc8167;
  padding: 2px 20px;
  background: #fff7f3;
  margin: 8px 8px 0 0;
}
.site-result .listable__item__data__btn {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data__btn {
    justify-content: space-between;
  }
}
.site-result .listable__item__data__btn a {
  min-width: 186px;
  padding: 6px 16px;
  background: #5c5c5c;
  border: #5c5c5c 2px solid;
  color: #FFF;
  font-size: 15px;
  margin: 0 16px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-result .listable__item__data__btn a {
    min-width: 1px;
    width: calc(50% - 5px);
    margin: 0;
  }
}
.site-result .listable__item__data__btn a:last-of-type {
  margin: 0;
}
.site-result .listable__item__data__btn a:hover {
  background: none;
  color: #5c5c5c;
}
.site-result .listable__item__data__btn a.orange {
  background: #005bab;
  border-color: #005bab;
}
.site-result .listable__item__data__btn a.orange:hover {
  background: none;
  color: #005bab;
}
.site-result .listable__item__data__btn a i {
  display: inline-block;
  margin: 0 8px 0 0;
}
.site-result .notmember {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0 0 0 48px;
  margin: 0 0 80px;
}
@media screen and (max-width: 640px) {
  .site-result .notmember {
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: #e7e7e7 1px solid;
    display: block;
    border-radius: 0 4px 0 0;
    overflow: hidden;
  }
}
.site-result .notmember:before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f4f4f5;
}
@media screen and (max-width: 640px) {
  .site-result .notmember:before {
    display: none;
  }
}
.site-result .notmember:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}
@media screen and (max-width: 640px) {
  .site-result .notmember:after {
    display: none;
  }
}
.site-result .notmember__pic {
  width: 100%;
}
.site-result .notmember__pic img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .site-result .notmember__pic img {
    display: none;
  }
}
.site-result .notmember__pic .spv {
  display: none;
}
@media screen and (max-width: 640px) {
  .site-result .notmember__pic .spv {
    display: block;
  }
}
.site-result .pager {
  margin: 40px 0 0;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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-result .pager a, .site-result .pager span {
  width: 32px;
  height: 32px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
  font-size: 13px;
  margin: 0 2px;
}
.site-result .pager a {
  background: #f4f4f5;
  color: #000;
}
.site-result .pager a:hover {
  background: #005bab;
  color: #FFF;
}
.site-result .pager span {
  background: #5c5c5c;
  color: #FFF;
}

.site-contact .step {
  width: 580px;
  margin: 0 auto 40px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-contact .step {
    width: auto;
    margin: 0 0 24px;
  }
}
.site-contact .step:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #f4f4f5;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .site-contact .step:before {
    top: 16px;
  }
}
.site-contact .step__item {
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-contact .step__item {
    width: calc(33% - 15px);
  }
}
.site-contact .step__item__str {
  border-radius: 999px;
  background: #f4f4f5;
  font-size: 16px;
  padding: 8px 0;
}
@media screen and (max-width: 640px) {
  .site-contact .step__item__str {
    font-size: 11px;
    font-weight: 700;
  }
}
.site-contact .step__item__str.active {
  background: #005bab;
  color: #FFF;
}
.site-contact .step__item__numb {
  font-size: 13px;
  margin: 10px 0 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .site-contact .step__item__numb {
    margin: 6px 0 0;
  }
}
.site-contact .estatebox {
  padding: 32px;
  background: #f4f4f5;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 72px;
}
@media screen and (max-width: 640px) {
  .site-contact .estatebox {
    margin: 0 0 32px;
    padding: 15px;
    display: block;
  }
}
.site-contact .estatebox li {
  width: calc(50% - 10px);
  margin: 20px 0 0;
  background: #FFF;
  padding: 20px;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-contact .estatebox li {
    width: auto;
    margin: 0 0 10px;
    align-items: center;
  }
  .site-contact .estatebox li:last-child {
    margin: 0;
  }
}
.site-contact .estatebox li:nth-child(-n+2) {
  margin-top: 0;
}
.site-contact .estatebox li figure {
  width: 150px;
  padding: 90px 0 0;
  position: relative;
  overflow: hidden;
  background: #f4f4f5;
}
@media screen and (max-width: 640px) {
  .site-contact .estatebox li figure {
    width: 80px;
    padding: 50px 0 0;
  }
}
.site-contact .estatebox li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.site-contact .estatebox li dl {
  width: calc(100% - 150px);
  padding: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .site-contact .estatebox li dl {
    width: calc(100% - 80px);
    padding: 0 0 0 15px;
  }
}
.site-contact .estatebox li dl dt {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-contact .estatebox li dl dt {
    font-size: 14px;
  }
}
.site-contact .estatebox li dl dd {
  font-size: 13px;
  margin: 6px 0 0;
}
@media screen and (max-width: 640px) {
  .site-contact .estatebox li dl dd {
    font-size: 12px;
    margin: 0;
  }
}
.site-contact .estatebox li dl dd.price {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .site-contact .estatebox li dl dd.price {
    margin: 6px 0 0;
    display: block;
  }
}
.site-contact .estatebox li dl dd.price .title {
  background: #f4f4f5;
  font-size: 11px;
  padding: 2px 16px;
  margin: 0 12px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .site-contact .estatebox li dl dd.price .title {
    display: inline-block;
    margin: 0;
  }
}
.site-contact .estatebox li dl dd.price .spblock {
  transform: translateY(3px);
}
@media screen and (max-width: 640px) {
  .site-contact .estatebox li dl dd.price .spblock {
    transform: translate(0);
    margin: 8px 0 0;
  }
}
.site-contact .estatebox li dl dd.price .value {
  font-size: 26px;
  line-height: 1;
  margin: 0 4px 0 0;
}
@media screen and (max-width: 640px) {
  .site-contact .estatebox li dl dd.price .value {
    font-size: 28px;
    margin: 0 2px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .site-privacy {
    font-size: 12px;
  }
}
.site-privacy .context {
  background: #f4f4f5;
  padding: 28px;
  text-align: center;
  margin: 0 0 64px;
}
@media screen and (max-width: 640px) {
  .site-privacy .context {
    padding: 15px;
    margin: 0 0 24px;
  }
}
.site-privacy .context dt {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}
@media screen and (max-width: 640px) {
  .site-privacy .context dt {
    font-size: 16px;
    margin: 0 0 4px;
  }
}
.site-privacy .mb {
  margin: 0 0 20px;
}
.site-privacy .privlist > li {
  position: relative;
  padding: 0 0 0 48px;
  margin: 0 0 20px;
}
@media screen and (max-width: 640px) {
  .site-privacy .privlist > li {
    padding: 0 0 0 40px;
  }
}
.site-privacy .privlist > li:last-child {
  margin: 0;
}
.site-privacy .privlist > li:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 0;
  background: #f4f4f5;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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-privacy .privlist > li:nth-child(1):before {
  content: "1";
}
.site-privacy .privlist > li:nth-child(2):before {
  content: "2";
}
.site-privacy .privlist > li:nth-child(3):before {
  content: "3";
}
.site-privacy .privlist > li:nth-child(4):before {
  content: "4";
}
.site-privacy .privlist > li:nth-child(5):before {
  content: "5";
}
.site-privacy .privlist > li:nth-child(6):before {
  content: "6";
}
.site-privacy .privlist > li:nth-child(7):before {
  content: "7";
}
.site-privacy .privlist > li:nth-child(8):before {
  content: "8";
}
.site-privacy .privlist > li:nth-child(9):before {
  content: "9";
}
.site-privacy .privlist > li:nth-child(10):before {
  content: "10";
}
.site-privacy .privlist > li > dl,
.site-privacy .privlist > li > ul {
  background: #f4f4f5;
  padding: 24px;
}
@media screen and (max-width: 640px) {
  .site-privacy .privlist > li > dl,
  .site-privacy .privlist > li > ul {
    padding: 15px;
  }
}
.site-privacy .privlist > li > dl dt,
.site-privacy .privlist > li > ul dt {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}
@media screen and (max-width: 640px) {
  .site-privacy .privlist > li > dl dt,
  .site-privacy .privlist > li > ul dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .site-privacy .privlist > li > dl dd,
  .site-privacy .privlist > li > ul dd {
    font-size: 11px;
  }
}
.site-privacy .numblist > li {
  position: relative;
  padding: 0 0 0 24px;
  margin: 0 0 6px;
}
.site-privacy .numblist > li:last-child {
  margin: 0;
}
.site-privacy .numblist > li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #e7e7e7;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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;
}

/* CSS Document */
.msizebox {
  width: 700px;
  margin: auto;
}

.t_al_c {
  text-align: center;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.member-btn a {
  display: inline-block;
  padding: 14px 180px;
  color: #fff;
  border: #005bab 2px solid;
  border-radius: 4px;
  background: #005bab;
  font-size: 15px;
  position: relative;
  transition: color 0.2s;
  background: cubic-bezier(0.85, 0, 0.15, 1);
}
.member-btn a.arrow::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 10px;
  transform: translateY(-50%);
}
.member-btn a:hover {
  color: #005bab;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .msizebox {
    width: 100%;
  }
  .member-btn a {
    padding: 20px;
    margin: auto;
    display: block;
  }
}
#site-wrapper, #site-footer {
  position: relative;
}
#site-wrapper.simple-wrapper, #site-footer.simple-wrapper {
  top: 120px;
}
#site-wrapper.basic-wrapper, #site-footer.basic-wrapper {
  top: 84px;
}
#site-wrapper.family-wrapper, #site-footer.family-wrapper {
  top: 120px;
}
@media screen and (max-width: 640px) {
  #site-wrapper.simple-wrapper, #site-wrapper.basic-wrapper, #site-wrapper.family-wrapper, #site-footer.simple-wrapper, #site-footer.basic-wrapper, #site-footer.family-wrapper {
    top: 64px;
  }
}

.site-module.wrap {
  padding: 0 40px 72px;
}
@media screen and (max-width: 640px) {
  .site-module.wrap {
    padding: 0 15px 40px;
  }
}
.site-module h2.borders,
.site-module h3.borders,
.site-module h4.borders {
  border-bottom: #e7e7e7 1px solid;
  margin: 0 0 12px;
  padding: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-module h2.borders,
  .site-module h3.borders,
  .site-module h4.borders {
    font-size: 16px;
  }
}
.site-module h2.borders i,
.site-module h3.borders i,
.site-module h4.borders i {
  display: inline-block;
  margin: 0 8px 0 0;
}
.site-module h2.large,
.site-module h3.large,
.site-module h4.large {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.04em;
  margin: 0 0 32px;
}
@media screen and (max-width: 640px) {
  .site-module h2.large,
  .site-module h3.large,
  .site-module h4.large {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
.site-module h2.large:after,
.site-module h3.large:after,
.site-module h4.large:after {
  content: attr(data-eng);
  font-size: 14px;
  color: lightgray;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 640px) {
  .site-module h2.large:after,
  .site-module h3.large:after,
  .site-module h4.large:after {
    font-size: 12px;
  }
}
.site-module h2.orgborder,
.site-module h3.orgborder,
.site-module h4.orgborder {
  font-size: 18px;
  font-weight: 700;
  border-top: #e7e7e7 1px solid;
  border-bottom: #e7e7e7 1px solid;
  padding: 12px;
  padding-left: 22px;
  position: relative;
  margin: 0 0 32px;
}
@media screen and (max-width: 640px) {
  .site-module h2.orgborder,
  .site-module h3.orgborder,
  .site-module h4.orgborder {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
.site-module h2.orgborder:before,
.site-module h3.orgborder:before,
.site-module h4.orgborder:before {
  content: "";
  width: 4px;
  height: 60%;
  background: #005bab;
  position: absolute;
  top: 20%;
  left: 0;
}
.site-module table.tablestyle {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.site-module table.tablestyle tbody tr:nth-child(odd) {
  background: #f4f4f5;
}
.site-module table.tablestyle tbody th, .site-module table.tablestyle tbody td {
  vertical-align: middle;
  padding: 20px;
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .site-module table.tablestyle tbody th, .site-module table.tablestyle tbody td {
    font-size: 13.5px;
  }
}
.site-module table.tablestyle tbody th {
  width: 200px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-module table.tablestyle tbody th {
    width: 140px;
  }
}
.site-module table.formstyle,
.site-module .simulateForm {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle,
  .site-module .simulateForm {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle tbody,
  .site-module .simulateForm tbody {
    display: block;
  }
}
.site-module table.formstyle tbody tr,
.site-module .simulateForm tbody tr {
  border-bottom: #e7e7e7 1px solid;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle tbody tr,
  .site-module .simulateForm tbody tr {
    display: block;
  }
}
.site-module table.formstyle tbody tr th, .site-module table.formstyle tbody tr td,
.site-module .simulateForm tbody tr th,
.site-module .simulateForm tbody tr td {
  padding: 28px 0;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle tbody tr th, .site-module table.formstyle tbody tr td,
  .site-module .simulateForm tbody tr th,
  .site-module .simulateForm tbody tr td {
    display: block;
    padding: 15px 0;
  }
}
.site-module table.formstyle tbody tr th,
.site-module .simulateForm tbody tr th {
  width: 240px;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle tbody tr th,
  .site-module .simulateForm tbody tr th {
    width: auto;
    padding-bottom: 0;
    font-size: 14px;
  }
}
.site-module table.formstyle tbody tr th.hiss:after,
.site-module .simulateForm tbody tr th.hiss:after {
  content: "必須";
  font-size: 11px;
  padding: 2px 12px;
  font-weight: 500;
  color: #FFF;
  background: #005bab;
  border-radius: 3px;
  float: right;
}
.site-module table.formstyle tbody tr td,
.site-module .simulateForm tbody tr td {
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle tbody tr td,
  .site-module .simulateForm tbody tr td {
    padding-left: 0;
    font-size: 13px;
  }
}
.site-module table.formstyle tbody tr td label,
.site-module .simulateForm tbody tr td label {
  cursor: pointer;
}
.site-module table.formstyle.short tbody tr th,
.site-module .simulateForm.short tbody tr th {
  width: 200px;
}
.site-module table.formstyle input[type=text],
.site-module table.formstyle input[type=email],
.site-module table.formstyle input[type=password],
.site-module table.formstyle input[type=tel],
.site-module table.formstyle select,
.site-module table.formstyle textarea,
.site-module .simulateForm input[type=text],
.site-module .simulateForm input[type=email],
.site-module .simulateForm input[type=password],
.site-module .simulateForm input[type=tel],
.site-module .simulateForm select,
.site-module .simulateForm textarea {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
  font-size: 14px;
  background: #f4f4f5;
  width: 100%;
  padding: 8px 12px;
  border: none;
  display: block;
  outline: none;
  border-radius: 4px;
  transition: background 300ms ease-in-out, box-shadow 300ms ease-in-out;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle input[type=text],
  .site-module table.formstyle input[type=email],
  .site-module table.formstyle input[type=password],
  .site-module table.formstyle input[type=tel],
  .site-module table.formstyle select,
  .site-module table.formstyle textarea,
  .site-module .simulateForm input[type=text],
  .site-module .simulateForm input[type=email],
  .site-module .simulateForm input[type=password],
  .site-module .simulateForm input[type=tel],
  .site-module .simulateForm select,
  .site-module .simulateForm textarea {
    padding: 8px;
    -webkit-appearance: none;
    font-size: 15px;
  }
}
.site-module table.formstyle input[type=text]:focus,
.site-module table.formstyle input[type=email]:focus,
.site-module table.formstyle input[type=password]:focus,
.site-module table.formstyle input[type=tel]:focus,
.site-module table.formstyle select:focus,
.site-module table.formstyle textarea:focus,
.site-module .simulateForm input[type=text]:focus,
.site-module .simulateForm input[type=email]:focus,
.site-module .simulateForm input[type=password]:focus,
.site-module .simulateForm input[type=tel]:focus,
.site-module .simulateForm select:focus,
.site-module .simulateForm textarea:focus {
  background-color: #FFF;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.site-module table.formstyle input[type=text].white,
.site-module table.formstyle input[type=email].white,
.site-module table.formstyle input[type=password].white,
.site-module table.formstyle input[type=tel].white,
.site-module table.formstyle select.white,
.site-module table.formstyle textarea.white,
.site-module .simulateForm input[type=text].white,
.site-module .simulateForm input[type=email].white,
.site-module .simulateForm input[type=password].white,
.site-module .simulateForm input[type=tel].white,
.site-module .simulateForm select.white,
.site-module .simulateForm textarea.white {
  background: #FFF;
  border: #e7e7e7 2px solid;
}
.site-module table.formstyle input[type=checkbox],
.site-module .simulateForm input[type=checkbox] {
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle input[type=checkbox],
  .site-module .simulateForm input[type=checkbox] {
    font-size: 15px;
  }
}
.site-module table.formstyle select,
.site-module .simulateForm select {
  border: #e7e7e7 2px solid;
  background: #FFF;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle select,
  .site-module .simulateForm select {
    padding-right: 26px;
    position: relative;
    background-image: url(/images/common/res_select_arrow_2x.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right 10px center;
  }
}
.site-module table.formstyle select:focus,
.site-module .simulateForm select:focus {
  border-color: #FFF;
}
.site-module table.formstyle textarea,
.site-module .simulateForm textarea {
  height: 90px;
}
.site-module table.formstyle label.inline,
.site-module .simulateForm label.inline {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 32px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle label.inline,
  .site-module .simulateForm label.inline {
    font-size: 14px;
    margin: 4px 16px;
    margin-left: 0;
  }
}
.site-module table.formstyle label.inline input[type=checkbox],
.site-module .simulateForm label.inline input[type=checkbox] {
  margin: 0 8px 0 0;
}
.site-module table.formstyle label.inline input[type=text],
.site-module table.formstyle label.inline input[type=email],
.site-module table.formstyle label.inline input[type=password],
.site-module table.formstyle label.inline input[type=tel],
.site-module table.formstyle label.inline select,
.site-module .simulateForm label.inline input[type=text],
.site-module .simulateForm label.inline input[type=email],
.site-module .simulateForm label.inline input[type=password],
.site-module .simulateForm label.inline input[type=tel],
.site-module .simulateForm label.inline select {
  margin: 0 0 0 12px;
  width: 185px;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle label.inline input[type=text],
  .site-module table.formstyle label.inline input[type=email],
  .site-module table.formstyle label.inline input[type=password],
  .site-module table.formstyle label.inline input[type=tel],
  .site-module table.formstyle label.inline select,
  .site-module .simulateForm label.inline input[type=text],
  .site-module .simulateForm label.inline input[type=email],
  .site-module .simulateForm label.inline input[type=password],
  .site-module .simulateForm label.inline input[type=tel],
  .site-module .simulateForm label.inline select {
    width: 110px;
  }
}
.site-module table.formstyle label.block,
.site-module .simulateForm label.block {
  display: block;
}
.site-module table.formstyle label.block.mb,
.site-module .simulateForm label.block.mb {
  margin-bottom: 12px;
}
.site-module table.formstyle label.block.middle,
.site-module .simulateForm label.block.middle {
  width: 400px;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle label.block.middle,
  .site-module .simulateForm label.block.middle {
    width: auto;
  }
}
.site-module table.formstyle label.flex,
.site-module .simulateForm label.flex {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  cursor: auto;
  width: 100%;
}
.site-module table.formstyle label.flex.mb,
.site-module .simulateForm label.flex.mb {
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle label.flex.mb,
  .site-module .simulateForm label.flex.mb {
    margin-bottom: 15px;
  }
}
.site-module table.formstyle label.flex.cursol,
.site-module .simulateForm label.flex.cursol {
  cursor: pointer;
}
.site-module table.formstyle label.flex .sp-block,
.site-module .simulateForm label.flex .sp-block {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle label.flex.sp-gray-block,
  .site-module .simulateForm label.flex.sp-gray-block {
    padding: 12px 15px;
    border: #f4f4f5 4px solid;
    border-radius: 4px;
  }
  .site-module table.formstyle label.flex .sp-block,
  .site-module .simulateForm label.flex .sp-block {
    display: block;
    width: 100%;
    margin: 0 0 8px;
  }
  .site-module table.formstyle label.flex .sp-block.mt,
  .site-module .simulateForm label.flex .sp-block.mt {
    margin: 8px 0 0;
  }
  .site-module table.formstyle label.flex .sp-block > *,
  .site-module .simulateForm label.flex .sp-block > * {
    margin-left: 0 !important;
  }
  .site-module table.formstyle label.flex .sp-block.flex,
  .site-module .simulateForm label.flex .sp-block.flex {
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -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-module table.formstyle label.flex.middle input[type=text],
  .site-module table.formstyle label.flex.middle input[type=email],
  .site-module table.formstyle label.flex.middle input[type=tel],
  .site-module table.formstyle label.flex.middle input[type=password],
  .site-module table.formstyle label.flex.middle select,
  .site-module table.formstyle label.flex.middle textarea,
  .site-module .simulateForm label.flex.middle input[type=text],
  .site-module .simulateForm label.flex.middle input[type=email],
  .site-module .simulateForm label.flex.middle input[type=tel],
  .site-module .simulateForm label.flex.middle input[type=password],
  .site-module .simulateForm label.flex.middle select,
  .site-module .simulateForm label.flex.middle textarea {
    width: calc(100% - 110px - 12px);
  }
}
.site-module table.formstyle label.flex .pointer,
.site-module .simulateForm label.flex .pointer {
  cursor: pointer;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -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-module table.formstyle label.flex .minw,
.site-module .simulateForm label.flex .minw {
  display: inline-block;
  min-width: 80px;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle label.flex .minw,
  .site-module .simulateForm label.flex .minw {
    min-width: 110px;
  }
}
.site-module table.formstyle label.flex a,
.site-module .simulateForm label.flex a {
  color: #000;
  text-decoration: underline;
}
.site-module table.formstyle label.flex a:hover,
.site-module .simulateForm label.flex a:hover {
  color: #005bab;
}
.site-module table.formstyle label.flex input[type=text],
.site-module table.formstyle label.flex input[type=email],
.site-module table.formstyle label.flex input[type=password],
.site-module table.formstyle label.flex input[type=tel],
.site-module table.formstyle label.flex select,
.site-module .simulateForm label.flex input[type=text],
.site-module .simulateForm label.flex input[type=email],
.site-module .simulateForm label.flex input[type=password],
.site-module .simulateForm label.flex input[type=tel],
.site-module .simulateForm label.flex select {
  margin: 0 0 0 12px;
  width: 320px;
}
.site-module table.formstyle label.flex input[type=text].small,
.site-module table.formstyle label.flex input[type=email].small,
.site-module table.formstyle label.flex input[type=password].small,
.site-module table.formstyle label.flex input[type=tel].small,
.site-module table.formstyle label.flex select.small,
.site-module .simulateForm label.flex input[type=text].small,
.site-module .simulateForm label.flex input[type=email].small,
.site-module .simulateForm label.flex input[type=password].small,
.site-module .simulateForm label.flex input[type=tel].small,
.site-module .simulateForm label.flex select.small {
  width: 95px;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle label.flex input[type=text].small,
  .site-module table.formstyle label.flex input[type=email].small,
  .site-module table.formstyle label.flex input[type=password].small,
  .site-module table.formstyle label.flex input[type=tel].small,
  .site-module table.formstyle label.flex select.small,
  .site-module .simulateForm label.flex input[type=text].small,
  .site-module .simulateForm label.flex input[type=email].small,
  .site-module .simulateForm label.flex input[type=password].small,
  .site-module .simulateForm label.flex input[type=tel].small,
  .site-module .simulateForm label.flex select.small {
    width: 64px;
  }
}
.site-module table.formstyle label.flex input[type=text].auto,
.site-module table.formstyle label.flex input[type=email].auto,
.site-module table.formstyle label.flex input[type=password].auto,
.site-module table.formstyle label.flex input[type=tel].auto,
.site-module table.formstyle label.flex select.auto,
.site-module .simulateForm label.flex input[type=text].auto,
.site-module .simulateForm label.flex input[type=email].auto,
.site-module .simulateForm label.flex input[type=password].auto,
.site-module .simulateForm label.flex input[type=tel].auto,
.site-module .simulateForm label.flex select.auto {
  width: auto;
}
.site-module table.formstyle label.flex input[type=text].mr,
.site-module table.formstyle label.flex input[type=email].mr,
.site-module table.formstyle label.flex input[type=password].mr,
.site-module table.formstyle label.flex input[type=tel].mr,
.site-module table.formstyle label.flex select.mr,
.site-module .simulateForm label.flex input[type=text].mr,
.site-module .simulateForm label.flex input[type=email].mr,
.site-module .simulateForm label.flex input[type=password].mr,
.site-module .simulateForm label.flex input[type=tel].mr,
.site-module .simulateForm label.flex select.mr {
  margin-right: 12px;
}
.site-module table.formstyle label.flex input[type=text].mr-0,
.site-module table.formstyle label.flex input[type=email].mr-0,
.site-module table.formstyle label.flex input[type=password].mr-0,
.site-module table.formstyle label.flex input[type=tel].mr-0,
.site-module table.formstyle label.flex select.mr-0,
.site-module .simulateForm label.flex input[type=text].mr-0,
.site-module .simulateForm label.flex input[type=email].mr-0,
.site-module .simulateForm label.flex input[type=password].mr-0,
.site-module .simulateForm label.flex input[type=tel].mr-0,
.site-module .simulateForm label.flex select.mr-0 {
  margin-right: 0;
}
.site-module table.formstyle label.flex input[type=text].ml,
.site-module table.formstyle label.flex input[type=email].ml,
.site-module table.formstyle label.flex input[type=password].ml,
.site-module table.formstyle label.flex input[type=tel].ml,
.site-module table.formstyle label.flex select.ml,
.site-module .simulateForm label.flex input[type=text].ml,
.site-module .simulateForm label.flex input[type=email].ml,
.site-module .simulateForm label.flex input[type=password].ml,
.site-module .simulateForm label.flex input[type=tel].ml,
.site-module .simulateForm label.flex select.ml {
  margin-left: 12px;
}
.site-module table.formstyle label.flex input[type=text].ml-0,
.site-module table.formstyle label.flex input[type=email].ml-0,
.site-module table.formstyle label.flex input[type=password].ml-0,
.site-module table.formstyle label.flex input[type=tel].ml-0,
.site-module table.formstyle label.flex select.ml-0,
.site-module .simulateForm label.flex input[type=text].ml-0,
.site-module .simulateForm label.flex input[type=email].ml-0,
.site-module .simulateForm label.flex input[type=password].ml-0,
.site-module .simulateForm label.flex input[type=tel].ml-0,
.site-module .simulateForm label.flex select.ml-0 {
  margin-left: 0;
}
.site-module table.formstyle label.flex select,
.site-module .simulateForm label.flex select {
  margin: 0 0 0 12px;
}
.site-module table.formstyle label.flex input[type=checkbox],
.site-module table.formstyle label.flex input[type=radio],
.site-module .simulateForm label.flex input[type=checkbox],
.site-module .simulateForm label.flex input[type=radio] {
  margin: 0 8px 0 0;
}
.site-module table.formstyle .formclum,
.site-module .simulateForm .formclum {
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: flex-start;
}
.site-module table.formstyle .formclum li,
.site-module .simulateForm .formclum li {
  width: 16.6%;
  margin: 16px 0 0;
}
@media screen and (max-width: 640px) {
  .site-module table.formstyle .formclum li,
  .site-module .simulateForm .formclum li {
    width: 32%;
    margin: 0 2% 8px 0;
  }
  .site-module table.formstyle .formclum li:nth-child(3n+3),
  .site-module .simulateForm .formclum li:nth-child(3n+3) {
    margin-right: 0;
  }
  .site-module table.formstyle .formclum li:nth-last-child(-n+3),
  .site-module .simulateForm .formclum li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
.site-module table.formstyle .formclum li:nth-child(-n+6),
.site-module .simulateForm .formclum li:nth-child(-n+6) {
  margin-top: 0;
}
.site-module div.send {
  margin: 32px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-module div.send {
    margin: 24px 0 0;
  }
}
.site-module div.send input {
  width: 350px;
  border: #005bab 2px solid;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #005bab;
  background: #FFF;
  padding: 16px 0;
  cursor: pointer;
  transition: transform 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-module div.send input {
    width: 100%;
  }
}
.site-module div.send input:hover {
  background: #005bab;
  color: #FFF;
  transform: scale(1.02);
}
.site-module div.return {
  margin: 32px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-module div.return {
    margin: 24px 0 0;
  }
}
.site-module div.return input {
  width: 350px;
  border: #414141 2px solid;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #414141;
  background: #FFF;
  padding: 16px 0;
  cursor: pointer;
  transition: transform 200ms cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 640px) {
  .site-module div.return input {
    width: 100%;
  }
}
.site-module div.return input:hover {
  background: #414141;
  color: #FFF;
  transform: scale(1.02);
}
.site-module .resultbtn {
  margin: 64px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-module .resultbtn {
    margin: 24px 0 0;
  }
}
.site-module .resultbtn__numb {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  border-bottom: #000 2px solid;
  margin: 0 0 24px;
}
@media screen and (max-width: 640px) {
  .site-module .resultbtn__numb {
    display: block;
    font-size: 16px;
    margin: 0 0 12px;
  }
}
.site-module .resultbtn__numb strong {
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  margin: 0 8px 0 0;
  color: #005bab;
}
@media screen and (max-width: 640px) {
  .site-module .resultbtn__numb strong {
    font-size: 32px;
  }
}
.site-module .resultbtn__btn {
  width: 330px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-module .resultbtn__btn {
    width: 100%;
  }
}
.site-module .resultbtn__btn:hover .resultbtn__btn__crone {
  background: #FFF;
  color: #005bab;
}
.site-module .resultbtn__btn__crone {
  background: #005bab;
  border: #005bab 2px solid;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 12px 0;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .site-module .resultbtn__btn__crone {
    font-size: 17px;
  }
}
.site-module .resultbtn__btn__crone i {
  display: inline-block;
  margin: 0 8px 0 0;
}
.site-module .resultbtn__btn__over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.site-module .searchbtn {
  margin: 64px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-module .searchbtn {
    margin: 24px 0 0;
  }
}
.site-module .searchbtn__numb {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  border-bottom: #000 2px solid;
  margin: 0 0 24px;
}
@media screen and (max-width: 640px) {
  .site-module .searchbtn__numb {
    display: block;
    font-size: 16px;
    margin: 0 0 12px;
  }
}
.site-module .searchbtn__numb strong {
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  margin: 0 8px 0 0;
  color: #005bab;
}
@media screen and (max-width: 640px) {
  .site-module .searchbtn__numb strong {
    font-size: 32px;
  }
}
.site-module .searchbtn__btn {
  width: 330px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-module .searchbtn__btn {
    width: 100%;
  }
}
.site-module .searchbtn__btn:hover .searchbtn__btn__crone {
  background: #005bab;
  color: #FFF;
}
.site-module .searchbtn__btn__crone {
  background: #FFF;
  border: #005bab 2px solid;
  color: #005bab;
  text-align: center;
  font-size: 18px;
  padding: 12px 0;
  position: relative;
  z-index: 2;
  pointer-events: none;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .site-module .searchbtn__btn__crone {
    font-size: 17px;
  }
}
.site-module .searchbtn__btn__crone i {
  display: inline-block;
  margin: 0 8px 0 0;
}
.site-module .searchbtn__btn__over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

#sidebtn {
  position: fixed;
  top: 50%;
  right: 0;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  padding: 32px 16px;
  transform: translateY(-50%) translateX(100%);
  z-index: 1000;
  transition: transform 400ms cubic-bezier(0.85, 0, 0.15, 1);
}
#sidebtn.active {
  transform: translateY(-50%) translateX(0);
}
#sidebtn i {
  display: inline-block;
  margin: 0 0 8px;
}
#sidebtn.family {
  background: #00a634;
  border-radius: 6px 0 0 6px;
}
#sidebtn.basic {
  background: #005bab;
}
#sidebtn.simple {
  background: #3a3a3c;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  #sidebtn {
    display: none;
  }
}

#sidebtn2 {
  position: fixed;
  top: 25%;
  right: 0;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  padding: 32px 16px;
  transform: translateY(-50px) translateX(100%);
  z-index: 1000;
  transition: transform 400ms cubic-bezier(0.85, 0, 0.15, 1);
}
#sidebtn2.active {
  transform: translateY(-50px) translateX(0);
}
#sidebtn2 i {
  display: inline-block;
  margin: 0 0 8px;
}
#sidebtn2.family {
  background: #7cbf2a;
  border-radius: 6px 0 0 6px;
}
#sidebtn2.basic {
  background: #464646;
}
#sidebtn2.simple {
  background: #464646;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  #sidebtn2 {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .txt-slice {
    opacity: 0;
  }
  .txt-slice span {
    opacity: 0;
    transform: translateY(20px);
    display: inline-block;
  }
  .txt-slice:before, .txt-slice:after {
    opacity: 0;
  }
  .txt-slice._active {
    opacity: 1;
  }
  .txt-slice._active span:nth-of-type(1) {
    animation: sliceView 600ms 40ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(2) {
    animation: sliceView 600ms 80ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(3) {
    animation: sliceView 600ms 120ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(4) {
    animation: sliceView 600ms 160ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(5) {
    animation: sliceView 600ms 200ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(6) {
    animation: sliceView 600ms 240ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(7) {
    animation: sliceView 600ms 280ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(8) {
    animation: sliceView 600ms 320ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(9) {
    animation: sliceView 600ms 360ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(10) {
    animation: sliceView 600ms 400ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(11) {
    animation: sliceView 600ms 440ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(12) {
    animation: sliceView 600ms 480ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(13) {
    animation: sliceView 600ms 520ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(14) {
    animation: sliceView 600ms 560ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(15) {
    animation: sliceView 600ms 600ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(16) {
    animation: sliceView 600ms 640ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(17) {
    animation: sliceView 600ms 680ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(18) {
    animation: sliceView 600ms 720ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(19) {
    animation: sliceView 600ms 760ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(20) {
    animation: sliceView 600ms 800ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(21) {
    animation: sliceView 600ms 840ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(22) {
    animation: sliceView 600ms 880ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(23) {
    animation: sliceView 600ms 920ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(24) {
    animation: sliceView 600ms 960ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(25) {
    animation: sliceView 600ms 1000ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(26) {
    animation: sliceView 600ms 1040ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(27) {
    animation: sliceView 600ms 1080ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(28) {
    animation: sliceView 600ms 1120ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(29) {
    animation: sliceView 600ms 1160ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(30) {
    animation: sliceView 600ms 1200ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(31) {
    animation: sliceView 600ms 1240ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(32) {
    animation: sliceView 600ms 1280ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(33) {
    animation: sliceView 600ms 1320ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(34) {
    animation: sliceView 600ms 1360ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(35) {
    animation: sliceView 600ms 1400ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(36) {
    animation: sliceView 600ms 1440ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(37) {
    animation: sliceView 600ms 1480ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(38) {
    animation: sliceView 600ms 1520ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(39) {
    animation: sliceView 600ms 1560ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(40) {
    animation: sliceView 600ms 1600ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(41) {
    animation: sliceView 600ms 1640ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(42) {
    animation: sliceView 600ms 1680ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(43) {
    animation: sliceView 600ms 1720ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(44) {
    animation: sliceView 600ms 1760ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(45) {
    animation: sliceView 600ms 1800ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(46) {
    animation: sliceView 600ms 1840ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(47) {
    animation: sliceView 600ms 1880ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(48) {
    animation: sliceView 600ms 1920ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(49) {
    animation: sliceView 600ms 1960ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(50) {
    animation: sliceView 600ms 2000ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(51) {
    animation: sliceView 600ms 2040ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(52) {
    animation: sliceView 600ms 2080ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(53) {
    animation: sliceView 600ms 2120ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(54) {
    animation: sliceView 600ms 2160ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(55) {
    animation: sliceView 600ms 2200ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(56) {
    animation: sliceView 600ms 2240ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(57) {
    animation: sliceView 600ms 2280ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(58) {
    animation: sliceView 600ms 2320ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(59) {
    animation: sliceView 600ms 2360ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(60) {
    animation: sliceView 600ms 2400ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(61) {
    animation: sliceView 600ms 2440ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(62) {
    animation: sliceView 600ms 2480ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(63) {
    animation: sliceView 600ms 2520ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(64) {
    animation: sliceView 600ms 2560ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(65) {
    animation: sliceView 600ms 2600ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(66) {
    animation: sliceView 600ms 2640ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(67) {
    animation: sliceView 600ms 2680ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(68) {
    animation: sliceView 600ms 2720ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(69) {
    animation: sliceView 600ms 2760ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(70) {
    animation: sliceView 600ms 2800ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(71) {
    animation: sliceView 600ms 2840ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(72) {
    animation: sliceView 600ms 2880ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(73) {
    animation: sliceView 600ms 2920ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(74) {
    animation: sliceView 600ms 2960ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(75) {
    animation: sliceView 600ms 3000ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(76) {
    animation: sliceView 600ms 3040ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(77) {
    animation: sliceView 600ms 3080ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(78) {
    animation: sliceView 600ms 3120ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(79) {
    animation: sliceView 600ms 3160ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(80) {
    animation: sliceView 600ms 3200ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(81) {
    animation: sliceView 600ms 3240ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(82) {
    animation: sliceView 600ms 3280ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(83) {
    animation: sliceView 600ms 3320ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(84) {
    animation: sliceView 600ms 3360ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(85) {
    animation: sliceView 600ms 3400ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(86) {
    animation: sliceView 600ms 3440ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(87) {
    animation: sliceView 600ms 3480ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(88) {
    animation: sliceView 600ms 3520ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(89) {
    animation: sliceView 600ms 3560ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(90) {
    animation: sliceView 600ms 3600ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(91) {
    animation: sliceView 600ms 3640ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(92) {
    animation: sliceView 600ms 3680ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(93) {
    animation: sliceView 600ms 3720ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(94) {
    animation: sliceView 600ms 3760ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(95) {
    animation: sliceView 600ms 3800ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(96) {
    animation: sliceView 600ms 3840ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(97) {
    animation: sliceView 600ms 3880ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(98) {
    animation: sliceView 600ms 3920ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(99) {
    animation: sliceView 600ms 3960ms ease-in-out forwards;
  }
  .txt-slice._active span:nth-of-type(100) {
    animation: sliceView 600ms 4000ms ease-in-out forwards;
  }
  .txt-slice._active:before, .txt-slice._active:after {
    opacity: 1;
    transition: opacity 600ms 800ms linear;
  }
  @keyframes sliceView {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .scroll-anime {
    opacity: 0;
    transform: translateY(40px);
  }
  .scroll-anime._anime {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 800ms linear, transform 800ms ease-in-out;
  }
}
#pageup {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #FFF;
  z-index: 1000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms cubic-bezier(0.85, 0, 0.15, 1), transform 600ms cubic-bezier(0.85, 0, 0.15, 1), box-shadow 600ms linear;
}
@media screen and (max-width: 640px) {
  #pageup {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
}
#pageup > i {
  font-size: 20px;
  color: #bebebe;
}
@media screen and (max-width: 640px) {
  #pageup > i {
    font-size: 15px;
  }
}
#pageup.active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.swiper-container {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-container .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-container .swiper-wrapper .swiper-slide h3 {
  position: absolute;
  top: 40%;
  left: 15%;
  color: #ffffff;
  font-size: 2.5vw;
  font-weight: bold;
}
.swiper-container .swiper-wrapper .swiper-slide-active h3 {
  animation-name: fade-in;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: both;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */