@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box; }

::before, ::after {
  box-sizing: inherit; }

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

main {
  display: block; }

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace,monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: bottom; }

embed, object, iframe {
  border: 0;
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

option {
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

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

caption {
  text-align: left; }

td, th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: 700; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, YuGothic, "Yu Gothic Medium", "Yu Gothic", Osaka, sans-serif;
  color: #333;
  font-weight: normal;
  overflow-y: scroll;
  letter-spacing: 0.05em;
  text-indent: 0.05em; }

.site {
  width: 100%;
  overflow: hidden; }

img, iframe {
  max-width: 100%; }

.header-nav-list a {
  color: #fff; }

.js-navi-button {
  position: fixed;
  top: 0;
  right: 0;
  line-height: 1;
  z-index: 100; }
  .js-navi-button > * {
    transition: .5s; }
  .js-navi-button span, .js-navi-button span:before, .js-navi-button span:after {
    content: "";
    position: absolute;
    display: block;
    transition: .5s; }
  .js-navi-button span {
    top: 50%;
    left: 50%; }
  .js-navi-button.is-active span {
    background: transparent; }
    .js-navi-button.is-active span:before, .js-navi-button.is-active span:after {
      top: 0; }
    .js-navi-button.is-active span:before {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .js-navi-button.is-active span:after {
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.button-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.button-s, .button-m {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #F59301;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .button-s:before, .button-m:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.948' height='16.992' viewBox='0 0 6.948 16.992'%3E%3Cpath id='ico-arrow' data-name='ico-arrow' d='M-6.246,1.656l5.166-8.5-5.166-8.5-1.782.774,4.7,7.722L-8.028.882Z' transform='translate(8.028 15.336)' fill='%23fff'/%3E%3C/svg%3E");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .button-s.lead-case, .button-m.lead-case {
    background: #333; }
    .button-s.lead-case:before, .button-m.lead-case:before {
      content: "";
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20.001' viewBox='0 0 21 20.001'%3E%3Cpath id='合体_3' data-name='合体 3' d='M-24,618v-3h-4V598h18v4h3v16Zm1-1H-8V603h-2v12H-23Zm12-3V603H-23v11Zm-16,0h3V602h13v-3H-27Z' transform='translate(28 -598)' fill='%23fff'/%3E%3C/svg%3E");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 1.6em;
      height: 1.6em;
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .button-s.close, .button-m.close {
    background: #333;
    cursor: pointer; }
    .button-s.close:before, .button-m.close:before {
      content: "\00d7";
      font-weight: 900;
      color: #fff;
      background: none; }
  .button-s.lead-contact, .button-m.lead-contact {
    background: #333; }

.sec-contact {
  border: none;
  text-align: center; }
  .sec-contact h2, .sec-contact h3 {
    font-weight: 900; }

.gototop {
  position: fixed;
  bottom: -100px;
  transition: .5s;
  z-index: 5; }
  .gototop .goto__link {
    font-size: 0px;
    font-size: 0rem; }
    .gototop .goto__link:before {
      content: "";
      width: 50px;
      height: 50px;
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='14px'%3E%3Cpath fill-rule='evenodd'  fill='rgb(255, 255, 255)' d='M0.0,2.0 L0.0,0.0 L15.999,0.0 L15.999,2.0 L0.0,2.0 ZM15.599,11.931 L14.448,13.82 L7.999,6.633 L1.550,13.82 L0.399,11.931 L7.999,4.330 L15.599,11.931 Z'/%3E%3C/svg%3E");
      background-size: 16px 14px;
      background-color: #1C1C1C; }

.footer {
  background: #1C1C1C;
  color: #fff;
  position: relative; }
  .footer .footer-profile h3:before {
    content: "\003010"; }
  .footer .footer-profile h3:after {
    content: "\003011"; }
  .footer hr {
    margin: 20px auto;
    width: 100%;
    background: #707070;
    height: 1px;
    border: none; }

.service__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 1em; }
  .service__item:before {
    content: "\003e";
    margin: 0 .5em 0 -1em; }

@media only screen and (min-width: 961px) {
  body {
    font-size: 14px; }

  a:hover {
    opacity: .8; }

  .header-nav-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .header-nav__item {
    margin-left: 40px; }

  #spnav {
    display: none; }

  .button-s {
    width: 200px;
    height: 60px;
    transition: .5s;
    opacity: 1; }
    .button-s:hover {
      opacity: .8; }
    .button-s:before {
      left: 50px; }

  .button-m {
    width: 360px;
    height: 60px;
    transition: .5s;
    opacity: 1; }
    .button-m:hover {
      opacity: .8; }
    .button-m:before {
      left: 50px; }

  .sec-contact {
    position: relative;
    padding: 110px 0 100px; }
    .sec-contact:after {
      content: '';
      width: 500%;
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -250%;
      height: 100%;
      background: #EFEFEF; }
    .sec-contact h2 {
      font-size: 60px;
      font-size: 3.75rem; }
    .sec-contact h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.6666666667; }
      .sec-contact h3 span {
        font-size: 12px;
        font-size: 0.75rem; }
    .sec-contact hgroup h2 + h3 {
      padding: 40px 0 30px; }
    .sec-contact p {
      padding: 0 0 45px;
      margin-top: -20px;
      line-height: 2.4285714286; }

  .gototop {
    right: 85px; }

  .goto__link {
    transition: .5s; }
    .goto__link:hover:before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='14px'%3E%3Cpath fill-rule='evenodd'  fill='rgb(28,28,28)' d='M0.0,2.0 L0.0,0.0 L15.999,0.0 L15.999,2.0 L0.0,2.0 ZM15.599,11.931 L14.448,13.82 L7.999,6.633 L1.550,13.82 L0.399,11.931 L7.999,4.330 L15.599,11.931 Z'/%3E%3C/svg%3E");
      background-color: #fff; }

  .pagedown .gototop {
    bottom: 100px; }

  .footer {
    font-size: 0.8571428571rem;
    max-width: calc(1000px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 2vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .footer:after {
      content: '';
      width: 500%;
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -250%;
      height: 100%;
      background: #1C1C1C; }
    .footer hr {
      margin: 25px 0 20px; }
    .footer p {
      margin-bottom: 30px;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 2; }

  .footer-logo {
    width: 173px; }

  .footer-body {
    width: calc(100% - 220px); }

  .service__item {
    margin-bottom: 10px; }

  .footer-profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2; }
    .footer-profile h3 {
      width: 100px; }
    .footer-profile address li {
      display: inline-block;
      margin-right: 1.5em; }
      .footer-profile address li:first-child {
        display: block; }

  .sp-only {
    display: none; } }
@media only screen and (max-width: 960px) {
  body {
    font-size: 14px;
    font-size: 0.875rem; }

  img {
    max-width: 100%;
    height: auto; }

  .header-nav {
    height: 0;
    width: 100vw;
    left: 0;
    padding-top: 50px;
    position: fixed;
    z-index: 10;
    @includetransition;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    right: -50%;
    top: 0;
    transition: .5s; }
    .header-nav.is-active {
      top: 0;
      height: 100vh;
      background: #1C1C1C;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      overflow-y: auto; }

  .header-nav-list {
    border-top: 1px solid #777;
    margin: 0 4vw;
    font-size: 0.7142857143rem; }

  .header-nav__item a {
    display: block;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #777; }

  .js-navi-button {
    width: 50px;
    height: 50px; }
    .js-navi-button span {
      margin-left: -10px; }
      .js-navi-button span:before {
        top: -.5rem; }
      .js-navi-button span:after {
        top: .5rem; }
    .js-navi-button span, .js-navi-button span:before, .js-navi-button span:after {
      background: #fff;
      width: 20px;
      height: 2px; }

  .button-s {
    width: 200px;
    height: 60px;
    transition: .5s;
    opacity: 1; }
    .button-s:hover {
      opacity: .8; }
    .button-s:before {
      left: 20px; }

  .button-m {
    width: 300px;
    height: 60px;
    transition: .5s;
    opacity: 1; }
    .button-m:hover {
      opacity: .8; }
    .button-m:before {
      left: 20px; }

  .sec-contact {
    background: #EFEFEF;
    padding: 50px 4vw; }
    .sec-contact h2 {
      font-size: 1.7142857143rem; }
    .sec-contact h3 {
      font-size: 1.1428571429rem;
      line-height: 1.6666666667; }
      .sec-contact h3 span {
        font-size: 0.7142857143rem; }
    .sec-contact hgroup h2 + h3 {
      padding: 15px 0 25px; }
    .sec-contact p {
      padding: 0 0 30px;
      line-height: 1.7142857143; }

  .gototop {
    right: 10px; }

  .pagedown .gototop {
    bottom: 40px; }

  .footer {
    font-size: 0.7142857143rem;
    padding: 40px 4vw 20px;
    background: #1C1C1C; }
    .footer hr {
      margin: 20px 0 15px; }
    .footer p {
      margin-bottom: 20px;
      line-height: 2; }

  .footer-logo {
    width: 120px;
    margin: 0 auto 2em; }

  .service__item {
    margin-bottom: 10px; }

  .footer-profile {
    line-height: 2;
    text-align: center; }
    .footer-profile address li {
      display: inline-block;
      padding: 0 .5em; }
      .footer-profile address li:first-child {
        display: block; }

  .pc-only {
    display: none; } }
@media all and (max-width: 960px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden; } }

.modal-window {
  display: none;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2; }

.modal-window__inner {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  line-height: 1.8em; }
  .modal-window__inner h1, .modal-window__inner h2, .modal-window__inner h3 {
    font-weight: 700; }
  .modal-window__inner h2 {
    margin: 2em 0 1em; }
    .modal-window__inner h2:first-child {
      margin-top: 0; }
  .modal-window__inner h3 {
    margin: 2.5em 0 1.5em; }
  .modal-window__inner p, .modal-window__inner ul, .modal-window__inner ol, .modal-window__inner dl, .modal-window__inner table {
    margin-bottom: 2em; }
  .modal-window__inner ul li, .modal-window__inner ol li {
    padding-left: 1.5em;
    margin-bottom: .5em; }
    .modal-window__inner ul li:before, .modal-window__inner ol li:before {
      margin: 0 .3em 0 -1.4em; }
  .modal-window__inner ul li:before {
    content: "\0030fb"; }
  .modal-window__inner ol {
    counter-reset: number; }
    .modal-window__inner ol li:before {
      counter-increment: number;
      content: counter(number) ".";
      font-weight: 700; }
  .modal-window__inner a {
    color: #078EF5;
    text-decoration: underline; }
  .modal-window__inner table {
    border-bottom: 1px solid #cfcfcf;
    width: 100%; }
    .modal-window__inner table tbody {
      width: 100%; }
    .modal-window__inner table th {
      font-weight: 700; }
  .modal-window__inner p, .modal-window__inner ul, .modal-window__inner ol {
    font-size: 0.9285714286rem; }

.modal_close {
  text-align: center;
  padding: 10px; }

#lean_overlay {
  top: 0; }

@media only screen and (min-width: 961px) {
  .modal-window__inner {
    padding: 2vw;
    width: 60vw;
    max-height: 80vh;
    max-width: 900px; }
    .modal-window__inner h1 {
      font-size: 24px;
      font-size: 1.5rem; }
    .modal-window__inner h2 {
      font-size: 20px;
      font-size: 1.25rem; }
    .modal-window__inner h3 {
      font-size: 18px;
      font-size: 1.125rem; }
    .modal-window__inner p, .modal-window__inner ul, .modal-window__inner ol {
      line-height: 1.4285714286; } }
@media only screen and (max-width: 960px) {
  .modal-window__inner {
    padding: 4vw;
    width: 96vw;
    max-height: 90vh; }
    .modal-window__inner h1 {
      font-size: 1.2857142857rem; }
    .modal-window__inner h2 {
      font-size: 0.9285714286rem; }
    .modal-window__inner h3 {
      font-size: 0.8571428571rem;
      line-height: 1.6666666667; }
    .modal-window__inner p, .modal-window__inner ul, .modal-window__inner ol {
      line-height: 1.4285714286; } }
.header {
  position: absolute;
  top: 0;
  right: 0; }

.kv {
  position: relative; }

.kv-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center; }
  .kv-body .kv__text__primary, .kv-body .kv__text__secondary {
    font-family: 'Gothic MB101 Bold JIS2004','tofu';
    font-weight: bold; }

.kv-slide__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  object-fit: cover; }

.slick-list, .slick-track {
  height: 100%;
  width: 100%; }

.slick-dots {
  position: absolute;
  font-size: 0;
  counter-reset: number; }
  .slick-dots li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .slick-dots li:before {
      counter-increment: number;
      content: counter(number,decimal-leading-zero);
      color: #fff;
      font-weight: 700; }
  .slick-dots button:before {
    display: inline-block;
    content: '';
    opacity: 1;
    background: #fff;
    transition: .5s; }

.slide-animation {
  animation: fadezoom 16s 0s forwards; }

.newsticker {
  width: 100%;
  color: #fff;
  position: relative; }

.newsticker__title, .newsticker__main {
  position: relative;
  z-index: 2; }

.newsticker__title {
  border: 1px solid #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.newsticker__text {
  line-height: 1.6em; }

.contents {
  text-align: center; }
  .contents *:not(.sec-introduction) h2, .contents *:not(.sec-introduction) h3 {
    font-weight: 900; }

.sec-introduction {
  font-weight: 900; }

section + section {
  border-top: 1px solid #cfcfcf; }

.feature-list {
  counter-reset: number; }

.feature__item {
  text-align: left; }
  .feature__item h3:before {
    counter-increment: number;
    content: counter(number,decimal-leading-zero);
    display: block;
    border-bottom: 1px solid #ccc; }

.feature__img img {
  border-radius: 3px; }

.feature__item .feature__img {
  filter: drop-shadow(0 0 0 #EFEFEF); }
.feature__item.js-trigger-once.appeared:nth-child(2n - 1) .feature__img {
  /*box-shadow:10px 10px 0 0 $color_back;filter:drop-shadow(10px 10px 0 $color_back);*/
  animation: img-shadow1 0.5s ease-in 1.5s forwards; }
.feature__item.js-trigger-once.appeared:nth-child(2n) .feature__img {
  /*box-shadow:-10px 10px 0 0 $color_back;filter:drop-shadow(-10px 10px 0 $color_back);*/
  animation: img-shadow2 0.5s ease-in 1.5s forwards; }

@keyframes img-shadow1 {
  to {
    filter: drop-shadow(10px 10px 0 #EFEFEF); } }
@keyframes img-shadow2 {
  to {
    filter: drop-shadow(-10px 10px 0 #EFEFEF); } }
.js-slide {
  text-align: center; }
  .js-slide .slick-slide {
    text-align: center; }
    .js-slide .slick-slide img {
      display: block;
      margin: 0 auto; }
  .js-slide .slick-dots {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%; }
    .js-slide .slick-dots li button:before {
      border-radius: 50%;
      text-align: center;
      border: 2px solid #ccc; }
    .js-slide .slick-dots li.slick-active button:before {
      background: #ccc; }

.spec .spec-list {
  background: #EFEFEF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 3px; }
  .spec .spec-list li:not(:last-child):after {
    content: "\002f";
    padding: 0 .5em; }
.spec .spec-img {
  text-align: center; }
  .spec .spec-img img {
    border-radius: 50%;
    border: 1px solid #ccc; }

.slider .slick-slide img {
  width: 100%;
  height: auto; }

.flow-list {
  counter-reset: number; }

.flow__item {
  position: relative; }
  .flow__item:before {
    font-weight: 900;
    counter-increment: number;
    content: counter(number);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #333;
    color: #333;
    line-height: 1;
    position: absolute; }
  .flow__item h4 {
    font-weight: 900; }

.outline-def {
  border: 1px solid #777;
  border-radius: 3px;
  text-align: left; }
  .outline-def dt {
    white-space: nowrap;
    font-weight: 700; }
  .outline-def dd strong {
    color: #F65E03;
    font-weight: 700; }

.attention-list {
  text-align: left; }
  .attention-list li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .attention-list li:before {
      content: "\0030fb"; }

.faq__item {
  text-align: left; }
  .faq__item:not(:last-child) {
    border-bottom: 1px dotted #ccc; }
  .faq__item h4 {
    font-weight: 700;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .faq__item h4:before {
      content: "\0051\002e";
      display: block; }

@keyframes fadezoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
@media only screen and (min-width: 961px) {
  .header-nav-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .header-nav {
    padding: 50px 110px 0 0; }

  .kv {
    min-height: 600px;
    max-height: 800px;
    height: 90vh; }
    .kv .kv-slide__item {
      min-height: 600px;
      max-height: 800px;
      height: 90vh; }
    .kv .slick-dots {
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      margin-top: -50px; }
      .kv .slick-dots li {
        margin: 10px 0; }
        .kv .slick-dots li:before {
          font-size: 0.9285714286rem;
          margin-right: 5px;
          opacity: 0; }
        .kv .slick-dots li button:before {
          width: 40px;
          height: 1px; }
        .kv .slick-dots li.slick-active:before {
          opacity: 1; }
        .kv .slick-dots li.slick-active button:before {
          width: 80px; }

  .kv-body {
    width: 100%;
    padding-bottom: 10%; }
    .kv-body .kv__text__primary {
      margin: 50px auto 40px;
      /*font-size:$fz-xx-large;*/
      font-size: 60px;
      font-size: 3.75rem; }
    .kv-body .kv__text__secondary {
      /*font-size:$fz-medium;*/
      font-size: 24px;
      font-size: 1.5rem; }

  .newsticker {
    height: 100px;
    margin-top: -100px;
    max-width: calc(1000px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .newsticker:after {
      content: '';
      width: 500%;
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -250%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      z-index: 0; }

  .newsticker__title {
    width: 80px;
    height: 30px; }

  .newsticker__main {
    width: calc(100% - 80px); }

  .newsticker__item {
    padding: 10px 0; }

  .newsticker__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .newsticker__time {
    padding: 3px 20px 0 30px; }

  .newsticker__text {
    padding: 0; }

  .contents *:not(.sec-introduction) h2 {
    /*font-size:$fz-xxx-large;*/
    font-size: 60px;
    font-size: 3.75rem; }
  .contents *:not(.sec-introduction) h3 {
    /*font-size:$fz-large;*/
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.6666666667; }
    .contents *:not(.sec-introduction) h3 span {
      /*font-size:$fz-x-small;*/
      font-size: 12px;
      font-size: 0.75rem; }
  .contents *:not(.sec-introduction) hgroup h2 + h3 {
    padding: 40px 0 30px; }
  .contents section {
    padding: 110px 0 100px; }

  .sec-introduction {
    position: relative; }
    .sec-introduction:after {
      background-image: url(../img/bg_camera.png);
      background-size: 608px 453px;
      background-position: left 58% bottom;
      background-repeat: no-repeat;
      content: "";
      content: '';
      width: 500%;
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -250%;
      height: 100%; }
    .sec-introduction h2 {
      /*font-size:$fz-x-large;*/
      font-size: 42px;
      font-size: 2.625rem;
      margin-bottom: 60px; }
    .sec-introduction p {
      /*font-size:$fz-medium;*/
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 40px;
      line-height: 2.2222222222; }

  .feature-list {
    max-width: calc(1100px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }

  .feature__item {
    margin-bottom: 110px; }
    .feature__item h3 {
      /*font-size:$fz-large;*/
      font-size: 24px;
      font-size: 1.5rem;
      margin-bottom: 10px; }
      .feature__item h3:before {
        /*font-size:$fz-x-large;*/
        font-size: 42px;
        font-size: 2.625rem;
        margin-bottom: 25px; }
    .feature__item p {
      line-height: 2.2857142857; }
    .feature__item:nth-child(2n - 1) {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .feature__item:nth-child(2n - 1) .feature__text, .feature__item:nth-child(2n - 1) .feature__img {
        width: 45.45%; }
    .feature__item:nth-child(2n) {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
      align-content: flex-end;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .feature__item:nth-child(2n) .feature__text, .feature__item:nth-child(2n) .feature__img {
        width: 45.45%; }
      .feature__item:nth-child(2n) .feature__text {
        margin-left: 1.5vw; }
      .feature__item:nth-child(2n) .feature__img {
        margin-right: 1.5vw; }

  .feature__text {
    padding-bottom: 15px; }

  .js-slide {
    margin: 0 auto;
    max-width: calc(1000px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto; }
    .js-slide .slick-dots {
      bottom: 25px;
      left: 0; }
      .js-slide .slick-dots li {
        margin: 0 5px; }
        .js-slide .slick-dots li button:before {
          width: 20px;
          height: 20px; }

  .spec {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: calc(1000px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px; }
    .spec .spec-list {
      padding: 25px 18px 15px; }
      .spec .spec-list li {
        /*font-size:$fz-x-small;*/
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 10px;
        letter-spacing: 0em;
        text-indent: 0em; }
    .spec .spec__text {
      width: 50%;
      text-align: left; }
      .spec .spec__text h3 {
        /*font-size:$fz-large;*/
        font-size: 24px;
        font-size: 1.5rem;
        letter-spacing: 0em;
        text-indent: 0em;
        line-height: 1.6666666667;
        white-space: nowrap; }
      .spec .spec__text p {
        line-height: 2.2857142857;
        padding: 10px 0 20px; }
    .spec .spec-img {
      text-align: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-top: 5px; }
      .spec .spec-img li {
        width: 180px;
        margin-left: 40px;
        /*font-size:$fz-x-small;*/
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.6666666667;
        letter-spacing: 0em;
        text-indent: 0em; }
        .spec .spec-img li figcaption {
          white-space: nowrap; }
      .spec .spec-img img {
        border-radius: 50%;
        border: 1px solid #ccc;
        margin-bottom: 20px; }

  .slider {
    margin-bottom: 50px; }
    .slider .slider-list {
      margin-bottom: 20px; }
    .slider .slick-slide {
      margin-right: 20px; }

  .flow-list {
    max-width: calc(1000px + 4vw);
    padding-left: 2vw;
    padding-right: 2vw;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }

  .flow__item {
    border-top: 1px dotted #ccc;
    padding: 30px 0 10px calc(12.8% + 50px); }
    .flow__item:before {
      width: 50px;
      height: 50px;
      /*font-size:$fz-large;*/
      font-size: 32px;
      font-size: 2rem;
      left: 6.4%; }
    .flow__item h4 {
      /*font-size:$fz-x-medium;*/
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 900; }
    .flow__item p {
      line-height: 2.4285714286;
      padding: 10px 0 0; }

  .outline-def {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 50px; }
    .outline-def dt, .outline-def dd {
      box-sizing: border-box;
      padding: 17px 0;
      border-top: 1px solid #777; }
    .outline-def dt {
      width: 20%; }
      .outline-def dt:first-child, .outline-def dt:first-child + dd {
        border: none; }
    .outline-def dd {
      width: 80%; }
      .outline-def dd strong {
        /*font-size:$fz-x-medium;*/
        font-size: 18px;
        font-size: 1.125rem; }

  .outline-def, .attention-list, .faq-list {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto; }

  .attention-list {
    /*font-size:$fz-x-small;*/
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    text-indent: 0em;
    padding: 20px 0 60px; }
    .attention-list li {
      margin-bottom: 10px; }

  .faq-list h3 {
    margin-bottom: 20px; }

  .faq__item {
    padding: 20px 0 10px; }
    .faq__item h4:before {
      width: 30px; }

  .faq__text {
    padding: 10px 0 0 30px;
    line-height: 1.7142857143; }
    .faq__text p {
      margin-bottom: 0; } }
@media only screen and (max-width: 960px) {
  .kv {
    max-height: 400px;
    height: 60vh; }
    .kv .kv-slide__item {
      max-height: 400px;
      height: 60vh; }
    .kv .slick-dots {
      right: 4vw;
      top: 50%;
      transform: translateY(-50%);
      display: none !important; }
      .kv .slick-dots li {
        margin: 0 0; }
        .kv .slick-dots li:before {
          font-size: 0.7142857143rem;
          margin-right: 5px;
          opacity: 0; }
        .kv .slick-dots li button:before {
          width: 20px;
          height: 1px; }
        .kv .slick-dots li.slick-active:before {
          opacity: 1; }
        .kv .slick-dots li.slick-active button:before {
          width: 40px; }

  .kv-body {
    width: 100%;
    padding-bottom: 10%; }
    .kv-body .kv__logo {
      width: 300px;
      margin: 0 auto; }
    .kv-body .kv__text__primary {
      margin: 20px auto;
      font-size: 1.7142857143rem; }
    .kv-body .kv__text__secondary {
      font-size: 0.7142857143rem; }

  .newsticker {
    transform: translateY(-100%);
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 4vw;
    margin-bottom: -80px; }

  .newsticker__title {
    width: 60px;
    height: 30px;
    font-size: 0.7142857143rem; }

  .newsticker__main {
    width: calc(100% - 80px); }

  .newsticker__item {
    padding: 10px 0; }

  .newsticker__time {
    padding: 5px 0;
    font-size: 0.7142857143rem;
    display: block; }

  .newsticker__text {
    padding: 0;
    font-size: 0.7142857143rem;
    line-height: 1.6666666667; }

  .contents {
    text-align: center; }
    .contents *:not(.sec-introduction) h2 {
      font-size: 1.7142857143rem; }
    .contents *:not(.sec-introduction) h3 {
      font-size: 1.1428571429rem;
      line-height: 1.6666666667; }
      .contents *:not(.sec-introduction) h3 span {
        font-size: 0.7142857143rem; }
    .contents *:not(.sec-introduction) hgroup h2 + h3 {
      padding: 15px 0 25px; }
    .contents section {
      padding: 50px 4vw; }

  .sec-introduction {
    background: url(../img/bg_camera.png) no-repeat right bottom;
    background-size: 70% auto; }
    .sec-introduction h2 {
      font-size: 1.2857142857rem;
      margin-bottom: 30px; }
    .sec-introduction p {
      font-size: 0.8571428571rem;
      margin-bottom: 40px;
      line-height: 1.6666666667; }

  .feature__item {
    margin-bottom: 50px; }
    .feature__item h3 {
      font-size: 1.1428571429rem;
      margin-bottom: 20px;
      text-align: center;
      padding: 20px 0 0; }
      .feature__item h3:before {
        font-size: 1.7142857143rem;
        margin: 0 auto 10px;
        padding-bottom: 10px; }
    .feature__item p {
      line-height: 1.7142857143; }

  .feature__text {
    padding-bottom: 15px; }

  .js-slide {
    margin: 0 -2vw 40px; }
    .js-slide .slick-dots {
      bottom: -40px; }
      .js-slide .slick-dots li {
        margin: 0 5px; }
        .js-slide .slick-dots li button:before {
          width: 20px;
          height: 20px; }

  .spec {
    padding: 50px 0 0; }
    .spec .spec-list {
      padding: 20px 15px 10px;
      margin: 20px auto; }
      .spec .spec-list li {
        font-size: 0.7142857143rem;
        margin-bottom: 10px;
        letter-spacing: 0em;
        text-indent: 0em; }
    .spec .spec__text h3 {
      font-size: 1.1428571429rem;
      letter-spacing: 0em;
      text-indent: 0em;
      line-height: 1.6666666667;
      white-space: nowrap;
      text-align: center; }
    .spec .spec__text p {
      line-height: 1.7142857143;
      padding: 20px 0; }
    .spec .spec-img {
      text-align: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .spec .spec-img li {
        font-size: 0.7142857143rem;
        line-height: 1.6666666667;
        letter-spacing: 0em;
        text-indent: 0em;
        width: calc(50% - 10px);
        margin: 20px 0 0; }
        .spec .spec-img li figcaption {
          white-space: nowrap; }
      .spec .spec-img img {
        border-radius: 50%;
        border: 1px solid #ccc;
        margin-bottom: 10px; }

  .slider {
    margin: 20px -4vw 40px; }
    .slider .slider-list {
      margin-bottom: 10px; }
    .slider .slick-slide {
      margin-right: 10px; }

  .flow-list {
    text-align: left; }

  .flow__item {
    border-top: 1px dotted #ccc;
    padding: 30px 0 20px 50px; }
    .flow__item:before {
      width: 30px;
      height: 30px;
      font-size: 0.9285714286rem;
      left: 0;
      top: 25px; }
    .flow__item h4 {
      font-size: 1.1428571429rem;
      font-weight: 900; }
    .flow__item p {
      line-height: 1.7142857143;
      padding: 10px 0 0;
      font-size: 0.8571428571rem; }

  .outline-def {
    padding: 2vw 4vw; }
    .outline-def dt {
      border-top: 1px solid #777;
      padding: 15px 0 10px; }
      .outline-def dt:first-child {
        border: none; }
    .outline-def dd {
      padding: 5px 0 15px 0;
      line-height: 1.7142857143; }
      .outline-def dd strong {
        font-size: 1.2857142857rem; }

  .attention-list {
    font-size: 0.7142857143rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    text-indent: 0em;
    padding: 20px 0 40px; }
    .attention-list li {
      margin-bottom: 10px; }

  .faq-list h3 {
    margin-bottom: 10px; }

  .faq__item {
    padding: 20px 0 10px; }
    .faq__item h4:before {
      width: 30px; }

  .faq__text {
    padding: 10px 0 0 30px;
    line-height: 1.7142857143; }
    .faq__text p {
      margin-bottom: 10px; } }
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
