@charset "UTF-8";
@media print {
  @page {
    margin: 10mm;
    size: A4;
  }
  body {
    width: 297mm;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}

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

* {
  padding: 0;
  margin: 0;
}

html {
  position: relative;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  font-size: 62.5%;
  line-height: 1.15;
}

body {
  position: relative;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ W3",HiraKakuPro-W3,"Hiragino Sans","メイリオ",Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  color: #434343;
}

@media only screen and (-webkit-max-device-pixel-ratio: 1), (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  line-height: 0;
  vertical-align: top;
}

img[src$=".svg"] {
  width: 100%;
}

video {
  width: 100%;
  height: auto;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-user-select: auto;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: 0;
}

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

main {
  display: block;
}

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

sup span {
  position: relative;
  font-size: 61%;
  top: -.5em;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: visible;
  /* ie11 */
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

address {
  font-style: normal;
}

/* ------------------------------------------------------

  NEWS

------------------------------------------------------ */
.c-block__title__none {
  margin-bottom: 1.1em;
  font-size: 2.0rem;
  font-weight: 500;
  color: #00a8ec;
}

@media screen and (max-width: 767px) {
  .c-block__title__none {
    padding-bottom: .55em;
    margin-bottom: .65em;
    font-size: 1.8rem;
  }
}


.c-block__title {
  padding-bottom: 1em;
  margin-bottom: 1.1em;
  border-bottom: 1px solid #00a8ec;
  font-size: 1.8rem;
  font-weight: 500;
  color: #00a8ec;
}

@media screen and (max-width: 767px) {
  .c-block__title {
    padding-bottom: .55em;
    margin-bottom: .65em;
    font-size: 1.6rem;
  }
}

.c-block__body {
  line-height: 1.875;
}

.c-block__body p:not(:last-child) {
  margin-bottom: 2em;
}

.c-block__body ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.c-block__body ul li::before {
  position: relative;
  display: inline-block;
  text-align: center;
  content: '・';
  width: 1em;
  text-indent: 0;
}

.c-block__body a {
  color: #00a8ec;
  text-decoration: underline;
  text-underline-offset: .5em;
}

/* ------------------------------------------------------

    サブページメイン画像

------------------------------------------------------ */
.c-hero {
  position: relative;
  height: 480px;
  margin-bottom: 40px;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .c-hero {
    height: auto;
    margin-top: -70px;
  }
}

@media screen and (max-width: 767px) {
  .c-hero {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .c-hero::before {
    content: '';
    display: block;
    padding-top: calc(480 / 1200 * 100%);
  }
}

@media screen and (max-width: 767px) {
  .c-hero::before {
    content: '';
    display: block;
    padding-top: calc(580 / 1000 * 100%);
  }
}

.c-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.c-hero:not([data-status=show]) .c-hero__img {
  opacity: 0;
  transform: scale(1.2);
}

.c-hero[data-status=show] .c-hero__img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms, transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.c-hero__title {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  top: calc(50% + 35px);
  left: 50%;
  padding: 0 40px;
  transform: translate(-50%, -50%);
  color: #fff;
}

.c-hero:not([data-status=show]) .c-hero__title {
  opacity: 0;
}

.c-hero[data-status=show] .c-hero__title {
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 300ms;
}

@media screen and (max-width: 767px) {
  .c-hero__title {
    top: 50%;
  }
}

.c-hero__title span[lang="en"] {
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  font-size: 3.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-hero__title span[lang="en"] {
    padding-bottom: 18px;
    font-size: 2.2rem;
  }
}

.c-hero__title span:not([lang="en"]) {
  display: block;
  padding-top: 23px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-hero__title span:not([lang="en"]) {
    padding-top: 15px;
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------
    サブページナビ
------------------------------------------------------ */
.c-navi {
  position: relative;
}

.c-navi:not([data-status=show]) {
  opacity: 0;
}

.c-navi[data-status=show] {
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0ms;
}

.c-navi ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #00a8ec;
}

@media screen and (max-width: 767px) {
  .c-navi ul {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 15px 0 10px;
  }
}

.c-navi li {
  height: 60px;
}

@media screen and (max-width: 767px) {
  .c-navi li {
    width: 50%;
    height: 40px;
    margin-bottom: 10px;
  }
}

.c-navi a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  padding: 0 .5em;
  transition: color 300ms ease;
  font-size: calc( 1.4rem + ((1vw - 0.768rem) * 1.13636));
  min-height: 0vw;
  line-height: 1;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #9d9d9d;
}

@media screen and (min-width: 1120px) {
  .c-navi a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .c-navi a {
    justify-content: flex-start;
    font-size: 1.4rem;
  }
}

.c-navi a span {
  position: relative;
  padding-right: 2em;
}

.c-navi a span::after {
  position: absolute;
  content: attr(data-letter);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.c-navi a:hover {
  color: #00a8ec;
}

.c-navi a.active {
  color: #00a8ec;
}

/* ------------------------------------------------------

------------------------------------------------------ */
.c-hover {
  opacity: 1;
  transition: opacity 300ms ease;
}

.c-hover:hover {
  opacity: 0.7;
}

.c-hover-color {
  transition: color 300ms ease, border-color 300ms ease;
}

.c-hover-color:hover {
  color: #00a8ec;
  border-color: #00a8ec;
}

/* ------------------------------------------------------

------------------------------------------------------ */
.c-sec__body {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .c-sec__body {
    padding: 0 10px;
  }
}

.c-sec__body--s {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .c-sec__body--s {
    padding: 0 10px;
  }
}

/* ------------------------------------------------------

------------------------------------------------------ */
.c-sec-title {
  position: relative;
  padding: 10px 30px;
}

.c-sec-title::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 0;
  border-color: #00a8ec transparent transparent transparent;
}

.c-sec-title span[lang="en"] {
  display: block;
  margin-bottom: 8px;
  font-size: 3.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #00a8ec;
}

@media screen and (max-width: 767px) {
  .c-sec-title span[lang="en"] {
    margin-bottom: 4px;
    font-size: 2.25rem !important;
  }
}

.c-sec-title span:not([lang="en"]) {
  display: block;
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #00a8ec;
}

@media screen and (max-width: 767px) {
  .c-sec-title span:not([lang="en"]) {
    font-size: 1.0rem !important;
  }
}

/* ------------------------------------------------------

------------------------------------------------------ */
.c-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  height: 60px;
  background-color: #fff;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #00a8ec;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.22);
  transition: background 300ms ease;
  font-size: 1.8rem;
  font-weight: 500;
  color: #00a8ec;
}

@media screen and (max-width: 767px) {
  .c-link {
    box-shadow: none;
  }
}

.c-link:hover {
  background-color: #f5f5f5;
}

.c-link::before {
  position: absolute;
  content: '';
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #00a8ec transparent;
}

.c-link--func {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  height: 60px;
  background-color: #fff;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #f9c147;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.22);
  transition: background 300ms ease;
  font-size: 1.8rem;
  font-weight: 500;
  color: #f9c147;
}

@media screen and (max-width: 767px) {
  .c-link--func {
    box-shadow: none;
  }
}

.c-link--func:hover {
  background-color: #f5f5f5;
}

.c-link--func::before {
  position: absolute;
  content: '';
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #f9c147 transparent;
}

.c-link--app {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  height: 60px;
  background-color: #fff;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #379293;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.22);
  transition: background 300ms ease;
  font-size: 1.8rem;
  font-weight: 500;
  color: #379293;
}

@media screen and (max-width: 767px) {
  .c-link--app {
    box-shadow: none;
  }
}

.c-link--app:hover {
  background-color: #f5f5f5;
}

.c-link--app::before {
  position: absolute;
  content: '';
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #379293 transparent;
}

/* ------------------------------------------------------

------------------------------------------------------ */
.c-link-more {
  position: relative;
  padding: 5px 1em 15px 1em;
  border-bottom: 1px solid #00a8ec;
  transition: opacity 300ms ease;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #00a8ec;
}

@media screen and (max-width: 767px) {
  .c-link-more {
    font-size: 1.2rem;
  }
}

.c-link-more.is-over {
  opacity: 0.7;
}

.c-link-more::before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #00a8ec transparent;
}

.c-link-more--black {
  color: #434343;
  border-bottom: 1px solid #434343;
}

.c-link-more--black::before {
  border-color: transparent transparent #434343 transparent;
}

.c-link-line {
  position: relative;
  display: block;
  text-indent: -.70em;
  padding-left: .70em;
  line-height: 2.125;
}

.c-link-line:hover {
  color: #00a8ec;
}

.c-link-line::before {
  content: '- ';
}

.c-link-line span {
  text-decoration: underline;
  text-underline-offset: .5em;
}

.c-link-line:hover span::after {
  content: '　→';
}

.c-copy {
  margin-bottom: 35px;
  text-align: center;
  font-feature-settings: normal;
}

@media screen and (max-width: 767px) {
  .c-copy {
    margin-bottom: 35px;
  }
}

.c-copy p:nth-child(1) {
  margin-bottom: .5em;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-copy p:nth-child(1) {
    font-feature-settings: "palt" 1;
    letter-spacing: 0em;
    font-size: 2.0rem;
  }
}

.c-copy p:nth-child(2) {
  color: #00a8ec;
  line-height: 1.875;
  letter-spacing: 0.036em;
}

/* ------------------------------------------------------

------------------------------------------------------ */
.c-icon-blank {
  position: relative;
}

.c-icon-blank::before,
.c-icon-blank::after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #434343;
}

.c-icon-blank::before {
  background-color: #434343;
  top: calc(50% - 2px);
  right: 4px;
  transform: translateY(-50%);
}

.c-icon-blank::after {
  background-color: #fff;
  top: calc(50% + 2px);
  right: 0;
  transform: translateY(-50%);
}

/* ------------------------------------------------------
    製品終了リンク
------------------------------------------------------ */
.prod-end-ui {
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .prod-end-ui {
    justify-content: space-between;
    font-size: 1.2rem;
  }
}

.prod-end-ui__item {
  width: 33.3%;
}

@media screen and (max-width: 767px) {
  .prod-end-ui__item {
    width: 50%;
  }
  .prod-end-ui__item:nth-child(2) {
    width: calc(50% - 10px);
  }
}

.prod-end-ui__top {
  display: flex;
  align-items: center;
  transition: opacity 300ms ease;
}

.prod-end-ui__top::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 1.25em;
  border-radius: 50%;
  border: 2px solid #434343;
}

@media screen and (max-width: 767px) {
  .prod-end-ui__top::before {
    width: 38px;
    height: 38px;
    margin-right: .5em;
  }
}

.prod-end-ui__top::after {
  content: '←';
  position: absolute;
  display: block;
  margin-left: 22px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .prod-end-ui__top::after {
    margin-left: 12px;
  }
}

.prod-end-ui__top:hover {
  opacity: 0.6;
}

.prod-end-ui__form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 60px;
  margin: 0 auto;
  background-color: #00a8ec;
  transition: opacity 300ms ease;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .prod-end-ui__form {
    width: auto;
    height: 38px;
  }
}

.prod-end-ui__form span {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .prod-end-ui__form span {
    margin-left: 0;
  }
}

.prod-end-ui__form span::after {
  content: '';
  position: relative;
  display: inline-block;
  margin-left: 1em;
  top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 767px) {
  .prod-end-ui__form span::after {
    margin-left: .5em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff;
  }
}

.prod-end-ui__form:hover {
  opacity: 0.6;
}

/* ------------------------------------------------------
    背景線
------------------------------------------------------ */
.c-line {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -640px;
  width: 1280px;
  height: 100%;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.c-line::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 49.9%;
  height: 100%;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.c-line::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 50%;
  width: 1px;
  height: 100%;
  border-right: 1px solid #f2f2f2;
}

/**
 * Swiper 6.3.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 20, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff
;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.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(0px, 0, 0);
}

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

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

.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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px
;
}

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .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: .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: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -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: .2s transform, .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: .2s transform, .2s left;
}

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  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-color:#ffffff
;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000
;
}

.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%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff
;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000
;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

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

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

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

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

@-webkit-keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, #c8c8c8 0, transparent 16px, transparent);
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, #c8c8c8 0, transparent 16px, transparent), linear-gradient(270deg, #c8c8c8 0, transparent 16px, transparent);
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, #c8c8c8 0, transparent 16px, transparent);
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 50px);
  box-sizing: border-box;
  width: 100px;
  height: 50px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(51, 51, 51, 0.7);
  text-align: center;
  padding: 10px 10px 10px 10px;
}

.scroll-hint--top .scroll-hint-icon {
  top: 50px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  line-height: 1;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 17px;
  height: 12px;
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.l-contents,
.l-contents--space {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 200px - 482px);
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .l-contents,
  .l-contents--space {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-contents--space {
    padding-top: 50px;
  }
}

.page-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  padding-top: 4px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #00a8ec;
}

.page-top::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #00a8ec transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #00a8ec transparent;
}

.footer {
  position: relative;
  z-index: 100;
}

.footer__btm {
  padding: 55px 0 25px;
  background-color: #00a8ec;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__btm {
    padding: 25px 0 10px;
  }
}

.footer__l {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 130px;
}

@media screen and (max-width: 767px) {
  .footer__l {
    display: none;
  }
}

.footer__l-item {
  width: 33.333%;
}

.footer__nav {
  display: inline-block;
  text-align: left;
}

.footer__nav a {
  transition: opacity 300ms ease;
  line-height: 1;
}

.footer__nav a:hover {
  text-decoration: underline;
}

.footer__nav > li {
  margin-bottom: 1.4em;
}

.footer__nav > li > a {
  font-weight: 600;
}

.footer__nav-sub > li {
  padding: .65em 0 0 .5em;
}

.footer__nav-sub > li > a {
  font-weight: 500;
}

.footer__unitika {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .footer__unitika {
    margin-bottom: 20px;
  }
}

.footer__unitika img {
  width: 206px;
}

@media screen and (max-width: 767px) {
  .footer__unitika img {
    width: 156px;
  }
}

.footer__copyright {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1.0rem;
  }
}

.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  font-weight: 500;
  letter-spacing: -0.025em;
}

body.in .header {
  position: fixed;
  top: -120px;
}

@media screen and (max-width: 1199px) {
  .header {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    flex-wrap: nowrap;
    top: 0 !important;
  }
}

.header__logo {
  width: 100%;
  height: 120px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: auto;
    height: auto;
  }
}

.header__logo-link {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  line-height: 1;
}

:lang(ja) .header__logo-link {
  max-width: 606px;
}

:lang(en) .header__logo-link,
:lang(zh-Hant) .header__logo-link,
:lang(zh-Hans) .header__logo-link {
  max-width: 782px;
}

@media screen and (max-width: 767px) {
  .header__logo-link {
    margin: 0;
  }
  :lang(ja) .header__logo-link {
    max-width: 200px;
  }
  :lang(en) .header__logo-link,
  :lang(zh-Hant) .header__logo-link,
  :lang(zh-Hans) .header__logo-link {
    max-width: 260px;
  }
}

.header__nav {
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  .header__nav {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
  }
}

.header__menu {
  display: flex;
  justify-content: flex-end;
  height: 80px;
}

@media screen and (max-width: 1199px) {
  .header__menu {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header__menu {
    display: block;
    padding-left: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
}

.header__menu.open {
  visibility: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .header__menu.open {
    height: calc(100vh - 50px);
  }
}

.header__menu.opening {
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .header__menu.opening {
    height: calc(100vh - 50px);
  }
}

.header__menu.closing {
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .header__menu li {
    width: 100%;
  }
}

.header__menu li:first-child, .header__menu li:last-child {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__menu li:first-child, .header__menu li:last-child {
    display: block;
  }
}

.header__menu li a {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 100%;
  transition: opacity 300ms ease;
  font-size: 1.6rem;
  line-height: 1;
}

.header__menu li a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 1199px) {
  .header__menu li a {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .header__menu li a {
    display: block;
    padding: 22px 15px;
    text-align: center;
  }
}

.header__utils {
  position: absolute;
  display: flex;
  height: 80px;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .header__utils {
    position: relative;
    margin-left: auto;
    height: 50px;
  }
}

.header__utils a {
  transition: opacity 300ms ease;
}

.header__utils a:hover {
  opacity: 0.75;
}

.header__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
}

.header__contact img {
  width: 26px;
}

@media screen and (max-width: 1199px) {
  .header__contact {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header__contact {
    display: none;
  }
}

.header__search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .header__search {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header__search {
    display: none;
  }
}

.header__search img {
  width: 20px;
}

.header__contact-sp {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 90px;
  height: 90px !important;
  margin: 0 auto;
  background-color: #00a8ec;
}

@media screen and (max-width: 767px) {
  .header__contact-sp {
    display: flex !important;
  }
}

.header__contact-sp img {
  width: 30px;
  margin-bottom: .75em;
}

.header__contact-sp span {
  display: block;
  font-size: 1.0rem;
  color: #fff;
}

.hd-search-pc-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0 20px;
  background-color: #fff;
  overflow: hidden;
  pointer-events: none;
  transition: 300ms all ease;
  text-align: center;
}

.hd-search-pc-wrap.open {
  height: 100px;
  pointer-events: auto;
}

.hd-search-pc-wrap ::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b8b8b8;
}

.hd-search-pc {
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 900px;
  margin: 20px auto;
  font-size: 1.6rem;
}

.hd-search-pc__text {
  flex-grow: 1;
  height: 100%;
  padding: 0 2em 0 2em;
  border: none;
  background-color: #e3e3e3;
}

.hd-search-pc__btn {
  display: block;
  width: 120px;
  height: 60px;
  background-color: #747474;
  color: #fff;
}

.hd-search-sp {
  display: flex;
  width: 100%;
  height: 50px;
}

.hd-search-sp__text {
  width: calc(100% - 50px);
  height: 100%;
  padding: 0 20px 0 20px;
  border: none;
  background-color: #e3e3e3;
  font-size: 1.6rem;
}

.hd-search-sp__btn {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #00a8ec;
  color: #fff;
  line-height: 1;
}

.hd-search-sp__btn img {
  width: 14px;
}

/* ------------------------------------------------------

    言語選択

------------------------------------------------------ */
.lang-select {
  position: relative;
  z-index: 100;
}

.footer .lang-select {
  width: 20px;
}

.lang-select__btn {
  line-height: 1;
}

.header .lang-select__btn {
  width: 80px;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .header .lang-select__btn {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header .lang-select__btn {
    width: 50px;
  }
}

.lang-select__btn img {
  width: 20px;
}

.lang-select__sub {
  position: absolute;
  top: calc( 100% - 10px);
  left: 50%;
  width: 120px;
  height: 150px;
  margin-left: -60px;
  padding: 10px 0 30px;
  background-color: #00a8ec;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 300ms all ease;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.footer .lang-select__sub {
  top: 40px;
  background-color: #fff;
  color: #00a8ec;
}

.lang-select__sub.open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .lang-select__sub {
    top: 100%;
  }
}

.lang-select__sub::before {
  position: absolute;
  content: '';
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 0 10px 16px 10px;
  border-color: transparent transparent #00a8ec transparent;
}

.footer .lang-select__sub::before {
  border-color: transparent transparent #fff transparent;
}

.lang-select__sub li {
  padding: 10px;
  cursor: pointer;
}

/* ------------------------------------------------------

    Humberger Menu Btn

------------------------------------------------------ */
.menu-btn {
  position: relative;
  display: none;
  width: 80px;
  height: 80px;
  background-color: #00a8ec;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    display: block;
    width: 50px;
    height: 50px;
  }
}

.menu-btn.open {
  background-color: #fff;
}

.menu-btn::before {
  position: absolute;
  content: 'menu';
  width: 100%;
  bottom: 10px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .menu-btn::before {
    font-size: 1.0rem;
    bottom: 7px;
  }
}

.menu-btn.open::before {
  content: 'close';
  color: #00a8ec;
}

.menu-btn > span:nth-child(1),
.menu-btn > span:nth-child(2),
.menu-btn > span:nth-child(3) {
  position: absolute;
  top: 30px;
  left: 25px;
  width: 30px;
  height: 20px;
  transition: transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 767px) {
  .menu-btn > span:nth-child(1),
  .menu-btn > span:nth-child(2),
  .menu-btn > span:nth-child(3) {
    top: 17px;
    left: 15px;
    width: 20px;
    height: 12px;
  }
}

.menu-btn.open > span:nth-child(1) {
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.menu-btn.open > span:nth-child(2) {
  display: none;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.menu-btn.open > span:nth-child(3) {
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.menu-btn > span span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .menu-btn > span span {
    height: 2px;
  }
}

.menu-btn > span:nth-child(1) span {
  top: 50%;
  transform: translateY(-50%) translateY(-7px);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

@media screen and (max-width: 767px) {
  .menu-btn > span:nth-child(1) span {
    transform: translateY(-50%) translateY(-5px);
  }
}

.menu-btn > span:nth-child(2) span {
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.1596s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.menu-btn > span:nth-child(3) span {
  top: 50%;
  transform: translateY(-50%) translateY(7px);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

@media screen and (max-width: 767px) {
  .menu-btn > span:nth-child(3) span {
    transform: translateY(-50%) translateY(5px);
  }
}

.menu-btn.open > span:nth-child(1) span {
  background-color: #00a8ec;
  transform: translateY(-50%);
  transition: transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-btn.open > span:nth-child(3) span {
  background-color: #00a8ec;
  transform: translateY(-50%);
  transition: transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.u-ztop {
  z-index: 100;
}

.u-nowrap {
  white-space: nowrap;
}

.u-hidden {
  display: none !important;
}

.u-disable {
  pointer-events: none;
}

.u-transparent {
  opacity: 0;
}

.u-active {
  opacity: 0.5;
}

.u-debug {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(255, 0, 0, 0.8);
  font-size: 1.2rem;
  color: #fff;
  z-index: 1000;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: inline-block;
  }
}

.u-pc {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-indent {
  text-indent: 1em;
}

.u-txt-bold,
.u-text-bold {
  font-weight: bold;
}

.u-txt-underline {
  text-decoration: underline;
}

/********************************************************
	
	flex-grid:| sm  | md  | lg  |  xl  |
	min-width:| 576 | 768 | 992 | 1200 |
	max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
.u-txt-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/********************************************************
	Utility: display
********************************************************/
.u-dn {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

@media screen and (max-width: 1199px) {
  .u-dn--lg {
    display: none !important;
  }
  .u-d-i--lg {
    display: inline !important;
  }
  .u-d-ib--lg {
    display: block !important;
  }
  .u-d-b--lg {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .u-dn--md {
    display: none !important;
  }
  .u-d-i--md {
    display: inline !important;
  }
  .u-d-ib--md {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-dn--sm {
    display: none !important;
  }
  .u-d-i--sm {
    display: inline !important;
  }
  .u-d-ib--sm {
    display: inline-block !important;
  }
  .u-d-b--sm {
    display: block !important;
  }
}

@media screen and (max-width: 575px) {
  .u-dn--xs {
    display: none !important;
  }
  .u-d-i--xs {
    display: inline !important;
  }
  .u-d-ib--xs {
    display: inline-block !important;
  }
  .u-d-b--xs {
    display: block !important;
  }
}

.p-add {
  position: relative;
}

.p-add__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-add__inner {
    padding: 40px 0 50px;
  }
}

.p-add__logo {
  width: 50%;
  max-width: 275px;
  padding: 0 30px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-add__logo {
    max-width: 185px;
    padding: 0 10px 0 10px;
    text-align: inherit;
  }
}

.p-add__logo img {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .p-add__logo img {
    width: 136px;
  }
}

.p-add__address {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-add__address {
    padding: 0 10px 0 10px;
  }
}

.p-add__tel {
  display: block;
  margin: 0 0 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #00a8ec;
}

@media screen and (max-width: 767px) {
  .p-add__tel {
    font-size: 1.8rem;
  }
}

.p-add .c-link-more {
  display: block;
  margin: 0 15px;
  padding: 5px 1em 20px 1em;
}

/* ------------------------------------------------------

    Banner

------------------------------------------------------ */
.bnr-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: -80px auto 0;
  padding: 20px 0;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .bnr-slider {
    margin: 0 auto;
    padding: 15px 0;
  }
}

.bnr-slider .swiper-slide {
  width: calc(100% - 240px) !important;
  max-width: 600px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  transition: opacity 300ms ease;
}

@media screen and (max-width: 767px) {
  .bnr-slider .swiper-slide {
    width: calc(100% - 110px) !important;
  }
}

.bnr-slider .swiper-slide:hover {
  opacity: 0.75;
}

.bnr-slider .swiper-slide img {
  width: 100%;
  max-width: none;
}

.bnr-slider .bnr-slider__buttons {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 240px) !important;
  height: 100%;
  max-width: 600px;
  transform: translate(-50%, 0);
  z-index: 100;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .bnr-slider .bnr-slider__buttons {
    width: calc(100% - 110px) !important;
  }
}

.bnr-slider .bnr-slider__buttons::before {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% + 1px);
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: auto;
  left: -19px;
  transform: translate(-100%, 0);
}

@media screen and (max-width: 767px) {
  .bnr-slider .bnr-slider__buttons::before {
    left: -4px;
  }
}

.bnr-slider .bnr-slider__buttons::after {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% + 1px);
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: auto;
  right: -19px;
  transform: translate(100%, 0);
}

@media screen and (max-width: 767px) {
  .bnr-slider .bnr-slider__buttons::after {
    right: -4px;
  }
}

.bnr-slider .swiper-button-prev {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  top: 0;
  top: 50%;
  margin-top: -30px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #00a8ec;
  outline: 0;
  pointer-events: auto;
  cursor: pointer;
  z-index: 1;
  transition: background 300ms ease;
  left: -100px;
}

.bnr-slider .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
  .bnr-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .bnr-slider .swiper-button-prev {
    left: -45px;
  }
}

.bnr-slider .swiper-button-prev::before {
  display: inline;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #00a8ec transparent transparent;
}

.bnr-slider .swiper-button-next {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  top: 0;
  top: 50%;
  margin-top: -30px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #00a8ec;
  outline: 0;
  pointer-events: auto;
  cursor: pointer;
  z-index: 1;
  transition: background 300ms ease;
  right: -100px;
}

.bnr-slider .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
  .bnr-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .bnr-slider .swiper-button-next {
    right: -45px;
  }
}

.bnr-slider .swiper-button-next::before {
  display: inline;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #00a8ec;
}

.modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*-webkit-backface-visibility: hidden;*/
  /*-webkit-tap-highlight-color: transparent;*/
  /*touch-action: manipulation;*/
  /*transform: translateZ(0);*/
  transition-duration: 600ms;
  pointer-events: none;
  z-index: 10000;
}

.modal.is-open {
  display: block;
  visibility: visible;
  pointer-events: auto;
}

.modal .is-hidden {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  pointer-events: none;
  visibility: hidden;
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.is-open .modal__bg {
  opacity: 0.8;
}

.modal__inner, .modal__stage, .modal__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.modal__slide {
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  text-align: center;
  pointer-events: auto;
  transition-property: transform, opacity;
  z-index: 99994;
}

@media screen and (max-width: 767px) {
  .modal__slide {
    padding: 10px;
  }
}

.modal__slide::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  font-size: 0;
}

.modal__content {
  position: relative;
  display: inline-block;
  width: 100%;
  /* javascript calcurate */
  height: 100%;
  /* javascript calcurate */
  max-width: 100%;
  overflow: visible;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  vertical-align: middle;
  text-align: left;
  pointer-events: auto;
}

.modal__iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.modal__loading {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  padding: 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  background: transparent;
  opacity: .7;
  -webkit-animation: modal-rotate 1s linear infinite;
  animation: modal-rotate 1s linear infinite;
  z-index: 99999;
}

.modal__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 30px;
  bottom: 30px;
  width: 180px;
  height: 40px;
  z-index: 1;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

.modal__close::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #af334b;
  z-index: -1;
  transition: all 300ms;
}

.modal__close.is-over::before {
  transform: scale(1.1, 1.2);
}

@media screen and (max-width: 767px) {
  .modal__close {
    right: 50%;
    bottom: 15px;
    margin-right: -90px;
  }
}

.modal__content {
  position: relative;
  overflow: hidden;
}

.modal__content::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 160%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  transform-origin: 0 0;
  transform: translateX(100%) skew(-45deg);
  transition: transform 1.2s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 767px) {
  .modal__content::before {
    width: 253.75%;
    transition-duration: 1.4s;
  }
}

.modal__content.modal--anime::before {
  transform: translateX(0) skew(-45deg);
}

@-webkit-keyframes modal-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes modal-rotate {
  100% {
    transform: rotate(360deg);
  }
}
