@charset "UTF-8";
/*
@media screen and ($over-tab) {}
@media screen and ($less-tab) {}
*/
/*-------------------------------------------> #HOME */
#HOME {
  /*-------------------------------------------> .cover */
  /*-------------------------------------------> #Statement */
  /*-------------------------------------------> #Material */
  /*-------------------------------------------> #Plan */
  /*-------------------------------------------> #Model */
  /*-------------------------------------------> #Service */
  /*-------------------------------------------> #Roadmap */
  /*-------------------------------------------> #Menu */
}
#HOME #Cover {
  position: relative;
  width: 100%;
  height: 100vh;
}
#HOME #Cover .snow-layer {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}
#HOME #Cover .snow-layer canvas {
  display: block;
  width: 100%;
  height: 100%;
}
#HOME #Cover .dotFrame {
  mix-blend-mode: difference;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
}
#HOME #Cover .dotFrame .dot {
  display: block;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
}
#HOME #Cover .dotFrame .dot.dot01 {
  left: 16px;
}
#HOME #Cover .dotFrame .dot.dot02 {
  left: 6.796875%;
}
#HOME #Cover .dotFrame .dot.dot03 {
  left: 11.25%;
}
#HOME #Cover .dotFrame .dot.dot04 {
  left: 12.8125%;
}
#HOME #Cover .dotFrame .dot.dot05 {
  left: 15%;
}
#HOME #Cover .dotFrame .dot.dot06 {
  left: 23.828125%;
}
#HOME #Cover .dotFrame .dot.dot07 {
  left: 26.328125%;
}
@media screen and (max-width: 767px) {
  #HOME #Cover .dotFrame {
    height: 1.6vw;
  }
  #HOME #Cover .dotFrame .dot {
    width: 1.6vw;
    height: 1.6vw;
  }
  #HOME #Cover .dotFrame .dot.dot01 {
    left: 3.3333333333vw;
  }
  #HOME #Cover .dotFrame .dot.dot02 {
    left: 13.3333333333vw;
  }
  #HOME #Cover .dotFrame .dot.dot03 {
    left: 21.3333333333vw;
  }
  #HOME #Cover .dotFrame .dot.dot04 {
    left: 24vw;
  }
  #HOME #Cover .dotFrame .dot.dot05 {
    left: 28vw;
  }
  #HOME #Cover .dotFrame .dot.dot06 {
    left: 43.7333333333vw;
  }
  #HOME #Cover .dotFrame .dot.dot07 {
    left: 48.2666666667vw;
  }
}
#HOME #Cover .cqFrame {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
#HOME #Cover .inner {
  position: relative;
  width: 100%;
  height: 100%;
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
}
#HOME #Cover canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
  display: block;
}
#HOME #Cover .slogan, #HOME #Cover .copy {
  position: absolute;
}
#HOME #Cover .slogan {
  font-size: 40px; /* legacy */
  font-size: 3.125cqw;
  line-height: 1.2;
  letter-spacing: 0em;
  bottom: 7.8125cqw;
  left: 51.171875cqw;
}
#HOME #Cover .copy {
  font-size: 52px; /* legacy */
  font-size: 4.0625cqw;
  line-height: 1.0769230769;
  letter-spacing: -0.02em;
  color: #9b00c2;
  top: 9.296875cqw;
  left: 5.859375cqw;
}
#HOME #Cover .scroll {
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  position: fixed;
  z-index: 100;
  left: calc(100% - 48px);
  bottom: 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  rotate: -90deg;
}
.Scroll #HOME #Cover .scroll {
  opacity: 0;
  pointer-events: none;
  -webkit-animation: none;
          animation: none;
}
#HOME #Cover .scroll a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
#HOME #Cover .scroll span {
  display: block;
  width: 150px;
  height: 1px;
  background: #000000;
  margin-right: 4px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: scrollLine;
          animation-name: scrollLine;
}
@media screen and (max-width: 767px) {
  #HOME #Cover .scroll {
    right: 2vw;
    top: calc(100svh - 2vw);
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    rotate: 90deg;
  }
  #HOME #Cover .scroll::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0em;
    content: "";
  }
  #HOME #Cover .scroll::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }
  #HOME #Cover .scroll span {
    width: 25.6vw;
    height: 0.2666666667vw;
    margin-left: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  #HOME #Cover {
    width: 100%;
    height: 100svh;
  }
  #HOME #Cover .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 65.3333333333vw;
  }
  #HOME #Cover .slogan {
    font-size: 28px; /* legacy */
    font-size: 7.4666666667vw;
    line-height: 1.2857142857;
    letter-spacing: 0em;
    bottom: 26.6666666667vw;
    left: auto;
    right: 11.4666666667vw;
  }
  #HOME #Cover .slogan::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1428571429em;
    content: "";
  }
  #HOME #Cover .slogan::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1428571429em;
    content: "";
  }
  #HOME #Cover .copy {
    font-size: 36px; /* legacy */
    font-size: 9.6vw;
    line-height: 1.1111111111;
    letter-spacing: -0.02em;
    top: 32vw;
    left: 9.8666666667vw;
  }
}
#HOME #Statement {
  color: #FFFFFF;
  background: #000000;
  padding-bottom: 16px;
  margin-bottom: -16px;
}
#HOME #Statement .inner {
  margin-left: 2.5cqw;
  margin-right: 2.5cqw;
  padding-top: 10cqw;
  padding-bottom: calc(7.8125cqw + 20px);
}
#HOME #Statement .mod_sectionTitle .text {
  color: #FFFFFF;
}
#HOME #Statement .copy {
  margin-left: 3.75cqw;
  margin-right: 3.75cqw;
}
#HOME #Statement .copy p {
  font-size: 24px; /* legacy */
  font-size: 1.875cqw;
  line-height: 2;
  letter-spacing: 0em;
}
#HOME #Statement .copy p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
  content: "";
}
#HOME #Statement .copy p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.5em;
  content: "";
}
#HOME #Statement .copy p + p {
  margin-top: 2em;
}
#HOME #Statement .copy .fig {
  margin-top: 2.34375cqw;
  margin-bottom: 1.171875cqw;
  text-align: center;
}
#HOME #Statement .copy .fig img {
  width: 76.875cqw;
}
#HOME #Statement .copy .fig + p {
  margin-top: 0;
}
#HOME #Statement .loop {
  width: 100%;
  height: 139px;
  overflow: hidden;
}
#HOME #Statement .loop .frame {
  line-height: 1;
  width: 3902px;
  height: 139px;
  background: url(../images/home/model_loop.png?v=2) repeat-x left bottom;
  background-size: 50%;
  -webkit-animation-name: modelLoopText;
          animation-name: modelLoopText;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  #HOME #Statement {
    padding-bottom: 4.2666666667vw;
    margin-bottom: -4.2666666667vw;
  }
  #HOME #Statement .inner {
    margin-left: 0vw;
    margin-right: 0vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
    padding-top: 25.6vw;
    padding-bottom: 34.1333333333vw;
  }
  #HOME #Statement .copy {
    width: auto;
    margin-left: 7.6vw;
    margin-right: 0;
  }
  #HOME #Statement .copy p {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0em;
  }
  #HOME #Statement .copy p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.5em;
    content: "";
  }
  #HOME #Statement .copy p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.5em;
    content: "";
  }
  #HOME #Statement .copy p + p {
    margin-top: 2em;
  }
  #HOME #Statement .copy .fig {
    width: 100vw;
    margin-left: -10.9333333333vw;
    margin-top: 6.6666666667vw;
    margin-bottom: 9.3333333333vw;
    text-align: center;
  }
  #HOME #Statement .copy .fig p {
    margin-top: 0;
  }
  #HOME #Statement .copy .fig img {
    width: 100%;
  }
  #HOME #Statement .copy .fig + p {
    margin-top: 0;
  }
  #HOME #Statement .loop {
    height: 37.0666666667vw;
  }
  #HOME #Statement .loop .frame {
    width: 1040.5333333333vw;
    height: 37.0666666667vw;
    background: url(../images/home/model_loop.png?v=2) repeat-x left bottom;
    background-size: auto 100%;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
  }
}
#HOME #Material {
  background: #f5f5f5;
  border-radius: 16px;
}
#HOME #Material .inner {
  margin-left: 2.5cqw;
  margin-right: 2.5cqw;
  padding-top: 7.421875cqw;
  padding-bottom: 10cqw;
}
#HOME #Material .read {
  font-size: 64px; /* legacy */
  font-size: 5cqw;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 6.25cqw;
}
#HOME #Material .read strong {
  color: #9b00c2;
}
#HOME #Material .list {
  width: 91.640625cqw;
  width: min(91.640625cqw, 1173px);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#HOME #Material .list li {
  width: min(20.390625cqw, 261px);
  margin-left: min(1.25cqw, 16px);
  margin-right: min(1.25cqw, 16px);
}
#HOME #Material .list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#HOME #Material .list li dl dt {
  color: #0000b0;
  font-size: 19px; /* legacy */
  font-size: 1.484375cqw;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 0.78125cqw;
}
@media screen and (min-width: 768px) {
  #HOME #Material .list li:nth-child(n+5) {
    margin-top: 2.34375cqw;
  }
}
@media screen and (max-width: 767px) {
  #HOME #Material {
    background: #f5f5f5;
    border-radius: 4.2666666667vw;
  }
  #HOME #Material .inner {
    margin-left: 0vw;
    margin-right: 0vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
    padding-top: 25.3333333333vw;
    padding-bottom: 32.8vw;
  }
  #HOME #Material .read {
    font-size: 40px; /* legacy */
    font-size: 10.6666666667vw;
    line-height: 1.4;
    letter-spacing: 0em;
    margin-bottom: 8vw;
  }
  #HOME #Material .read::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    content: "";
  }
  #HOME #Material .read::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }
  #HOME #Material .list {
    width: 92.5333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  #HOME #Material .list li {
    width: 45.6vw;
    margin-left: 0;
    margin-right: 0;
  }
  #HOME #Material .list li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #HOME #Material .list li dl dt {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 1.3333333333vw;
  }
  #HOME #Material .list li:nth-child(n+3) {
    margin-top: 5.3333333333vw;
  }
}
#HOME .homeWideSlide {
  width: 100%;
  background: #f0f0f0;
}
#HOME .homeWideSlide .slideWrap .slick-list {
  border-radius: 30px;
  overflow: hidden;
}
#HOME .homeWideSlide .slideWrap .slide {
  max-width: 545px;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  margin: 0 70px;
}
@media screen and (max-width: 767px) {
  #HOME .homeWideSlide .slideWrap .slick-list {
    border-radius: 0;
  }
  #HOME .homeWideSlide .slideWrap .slide {
    max-width: initial;
    width: 64.5333333333vw;
    border-radius: 0;
    padding: 2.1333333333vw 0;
    margin: 0 1.4666666667vw;
  }
}
#HOME #Plan {
  background: #f5f5f5;
  border-radius: 16px;
}
#HOME #Plan .inner {
  margin-left: 2.5cqw;
  margin-right: 2.5cqw;
  padding-top: 7.421875cqw;
  padding-bottom: 10cqw;
}
#HOME #Plan .read {
  font-size: 64px; /* legacy */
  font-size: 5cqw;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 6.25cqw;
}
#HOME #Plan .read::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}
#HOME #Plan .read::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}
#HOME #Plan .read strong {
  color: #9b00c2;
}
#HOME #Plan .figTitle {
  color: #9b00c2;
  font-size: 20px; /* legacy */
  font-size: 1.5625cqw;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 3.515625cqw;
}
#HOME #Plan .figTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}
#HOME #Plan .figTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}
#HOME #Plan .fig {
  position: relative;
  width: 75cqw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#HOME #Plan .fig .block {
  width: 35cqw;
  padding-top: 3.515625cqw;
  padding-bottom: 1.25cqw;
  padding-left: 2.5cqw;
  padding-right: 2.5cqw;
  margin-left: 1.25cqw;
  margin-right: 1.25cqw;
  background: #FFFFFF;
  border-radius: 0.5859375cqw;
  overflow: hidden;
}
#HOME #Plan .fig .block dl dt {
  font-size: 32px; /* legacy */
  font-size: 2.5cqw;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
#HOME #Plan .fig .block dl dd {
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 3.125cqw;
}
#HOME #Plan .fig .block dl dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3571428571em;
  content: "";
}
#HOME #Plan .fig .block dl dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3571428571em;
  content: "";
}
#HOME #Plan .fig .block dl dd strong {
  color: #9b00c2;
}
#HOME #Plan .fig .block .image {
  text-align: center;
  margin-top: 0.546875cqw;
}
#HOME #Plan .fig .block .price {
  border-top: solid 0.078125cqw #c2c2c2;
  margin-top: 2.890625cqw;
  padding-top: 1.25cqw;
}
#HOME #Plan .fig .block.plan01 dl dd strong {
  color: #9b00c2;
}
#HOME #Plan .fig .block.plan02 dl dd strong {
  color: #0000b0;
}
@media screen and (max-width: 767px) {
  #HOME #Plan {
    background: #f5f5f5;
    border-radius: 4.2666666667vw;
  }
  #HOME #Plan .inner {
    margin-left: 0vw;
    margin-right: 0vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
    padding-top: 25.3333333333vw;
    padding-bottom: 34.1333333333vw;
  }
  #HOME #Plan .read {
    font-size: 40px; /* legacy */
    font-size: 10.6666666667vw;
    line-height: 1.4;
    letter-spacing: 0em;
    margin-bottom: 10.6666666667vw;
  }
  #HOME #Plan .read::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    content: "";
  }
  #HOME #Plan .read::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }
  #HOME #Plan .figTitle {
    font-size: 20px; /* legacy */
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 12vw;
  }
  #HOME #Plan .figTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0em;
    content: "";
  }
  #HOME #Plan .figTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }
  #HOME #Plan .fig {
    width: 93.3333333333vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #HOME #Plan .fig .block {
    width: 100%;
    padding-top: 12.8vw;
    padding-bottom: 4.2666666667vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
    margin-left: 0;
    margin-right: 0;
    border-radius: 2vw;
  }
  #HOME #Plan .fig .block + .block {
    margin-top: 4.2666666667vw;
  }
  #HOME #Plan .fig .block dl dt {
    font-size: 32px; /* legacy */
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #HOME #Plan .fig .block dl dd {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.06em;
    margin-top: 9.8666666667vw;
    padding-left: 4.1333333333vw;
    padding-right: 4.1333333333vw;
  }
  #HOME #Plan .fig .block dl dd::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3571428571em;
    content: "";
  }
  #HOME #Plan .fig .block dl dd::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3571428571em;
    content: "";
  }
  #HOME #Plan .fig .block .image {
    text-align: center;
    margin-top: 5.8666666667vw;
  }
  #HOME #Plan .fig .block .price {
    border-top: solid 0.2666666667vw #c2c2c2;
    margin-top: 6.4vw;
    padding-top: 4vw;
  }
}
#HOME #Model {
  background: #f5f5f5;
  border-radius: 16px;
}
#HOME #Model .inner {
  margin-left: 2.5cqw;
  margin-right: 2.5cqw;
  padding-top: 7.421875cqw;
  padding-bottom: 7.578125cqw;
}
#HOME #Model .read {
  font-size: 24px; /* legacy */
  font-size: 1.875cqw;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 5.46875cqw;
}
#HOME #Model .read::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3333333333em;
  content: "";
}
#HOME #Model .read::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3333333333em;
  content: "";
}
#HOME #Model .fig {
  position: relative;
  width: 87.5cqw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#HOME #Model .fig .arrow {
  position: absolute;
  top: 22.5cqw;
  left: 36.6015625cqw;
  width: 4.5703125cqw;
}
#HOME #Model .fig .block {
  border-radius: 8px;
  text-align: center;
  padding-top: 4.609375cqw;
  padding-bottom: 5.234375cqw;
}
#HOME #Model .fig .block dl dt {
  font-size: 16px; /* legacy */
  font-size: 1.25cqw;
  line-height: 1;
  letter-spacing: 0em;
}
#HOME #Model .fig .block dl dd .image {
  width: 100%;
  min-height: 38.28125cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#HOME #Model .fig .block dl dd .text {
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  margin-top: 0.78125cqw;
}
#HOME #Model .fig .block dl dd .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3571428571em;
  content: "";
}
#HOME #Model .fig .block dl dd .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3571428571em;
  content: "";
}
#HOME #Model .fig .block dl dd .text strong {
  color: #9b00c2;
}
#HOME #Model .fig .block.before {
  width: 37.5cqw;
  background: #ebebeb;
}
#HOME #Model .fig .block.after {
  width: 47.5cqw;
  background: #FFFFFF;
}
#HOME #Model .fig .block.after dl dd .image {
  padding-top: 1.953125cqw;
}
#HOME #Model .fig .block.after dl dd .image .aniGif {
  width: 43.2421875cqw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #HOME #Model {
    background: #f5f5f5;
    border-radius: 4.2666666667vw;
  }
  #HOME #Model .inner {
    margin-left: 0vw;
    margin-right: 0vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
    padding-top: 25.3333333333vw;
    padding-bottom: 25.3333333333vw;
  }
  #HOME #Model .read {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 15.7333333333vw;
  }
  #HOME #Model .read::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.25em;
    content: "";
  }
  #HOME #Model .read::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.25em;
    content: "";
  }
  #HOME #Model .fig {
    width: 86.6666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #HOME #Model .fig .arrow {
    position: absolute;
    top: 142.1333333333vw;
    left: 50%;
    width: 15.6vw;
    translate: -50% 0;
    rotate: 90deg;
  }
  #HOME #Model .fig .block {
    width: 100%;
    border-radius: 2.1333333333vw;
    padding-top: 15.3333333333vw;
    padding-bottom: 14.6666666667vw;
  }
  #HOME #Model .fig .block + .block {
    margin-top: 8.5333333333vw;
  }
  #HOME #Model .fig .block dl dt {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #HOME #Model .fig .block dl dd .image {
    width: 100%;
    min-height: initial;
  }
  #HOME #Model .fig .block dl dd .text {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
  #HOME #Model .fig .block dl dd .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3571428571em;
    content: "";
  }
  #HOME #Model .fig .block dl dd .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3571428571em;
    content: "";
  }
  #HOME #Model .fig .block.before {
    width: 100%;
  }
  #HOME #Model .fig .block.before dl dd .image {
    height: auto;
    margin-top: 13.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
  #HOME #Model .fig .block.after {
    width: 100%;
  }
  #HOME #Model .fig .block.after dl dt .inEN {
    font-size: 5.52vw;
  }
  #HOME #Model .fig .block.after dl dd {
    margin-top: 13.3333333333vw;
  }
  #HOME #Model .fig .block.after dl dd .image {
    display: block;
    padding-top: 1.953125cqw;
    margin-bottom: 5.3333333333vw;
  }
  #HOME #Model .fig .block.after dl dd .image .aniGif {
    width: 100%;
  }
}
#HOME #Service .inner {
  margin-left: 2.5cqw;
  margin-right: 2.5cqw;
  padding-top: 7.421875cqw;
  padding-bottom: 8.125cqw;
}
#HOME #Service .read {
  font-size: 24px; /* legacy */
  font-size: 1.875cqw;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 4.140625cqw;
}
#HOME #Service .read::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3333333333em;
  content: "";
}
#HOME #Service .read::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3333333333em;
  content: "";
}
#HOME #Service .list {
  width: 63.75cqw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.203125cqw;
}
#HOME #Service .list li {
  width: 18.75cqw;
  text-align: center;
}
#HOME #Service .list li .text {
  font-size: 16px; /* legacy */
  font-size: 1.25cqw;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 1.875cqw;
}
#HOME #Service .list li .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
#HOME #Service .list li .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
@media screen and (max-width: 767px) {
  #HOME #Service .inner {
    margin-left: 0vw;
    margin-right: 0vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
    padding-top: 25.3333333333vw;
    padding-bottom: 35.3333333333vw;
  }
  #HOME #Service .read {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 10.6666666667vw;
  }
  #HOME #Service .read::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.25em;
    content: "";
  }
  #HOME #Service .read::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.25em;
    content: "";
  }
  #HOME #Service .list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12vw;
  }
  #HOME #Service .list li {
    width: 100%;
    text-align: center;
  }
  #HOME #Service .list li + li {
    margin-top: 12.8vw;
  }
  #HOME #Service .list li .image {
    width: 59.7333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  #HOME #Service .list li .text {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: 6.4vw;
  }
  #HOME #Service .list li .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.25em;
    content: "";
  }
  #HOME #Service .list li .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.25em;
    content: "";
  }
}
#HOME #Roadmap {
  background: #f5f5f5;
  border-radius: 16px;
}
#HOME #Roadmap .inner {
  margin-left: 2.5cqw;
  margin-right: 2.5cqw;
  padding-top: 7.421875cqw;
  padding-bottom: 5cqw;
}
#HOME #Roadmap .read {
  font-size: 48px; /* legacy */
  font-size: 3.75cqw;
  line-height: 0.8333333333;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 2.734375cqw;
}
#HOME #Roadmap .read::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0.0833333333em;
  content: "";
}
#HOME #Roadmap .read::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0.0833333333em;
  content: "";
}
#HOME #Roadmap .fig {
  width: 92.5cqw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#HOME #Roadmap .fig .caption {
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5.15625cqw;
}
#HOME #Roadmap .image {
  position: relative;
}
#HOME #Roadmap .image > div {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
#HOME #Roadmap .image > div.base {
  position: relative;
  z-index: 1;
}
#HOME #Roadmap .image > div.bar1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#HOME #Roadmap .image > div.bar2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#HOME #Roadmap .image > div.pop1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#HOME #Roadmap .image > div.pop2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#HOME #Roadmap .image > div.pop3 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#HOME #Roadmap .image > div.pop4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#HOME #Roadmap .image > div.pop5 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#HOME #Roadmap .image > div.pop6 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#HOME #Roadmap .image > div.pop7 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
#HOME #Roadmap .image > div.pop8 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  #HOME #Roadmap .inner {
    margin-left: 0vw;
    margin-right: 0vw;
    padding-top: 25.3333333333vw;
    padding-bottom: 2.1333333333vw;
  }
  #HOME #Roadmap .mod_sectionTitle {
    margin-left: 3.3333333333vw;
  }
  #HOME #Roadmap .read {
    font-size: 40px; /* legacy */
    font-size: 10.6666666667vw;
    line-height: 1.4;
    letter-spacing: 0em;
    margin-bottom: 6.6666666667vw;
  }
  #HOME #Roadmap .read::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    content: "";
  }
  #HOME #Roadmap .read::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2em;
    content: "";
  }
  #HOME #Roadmap .fig {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #HOME #Roadmap .fig .caption {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    margin-bottom: 13.3333333333vw;
  }
  #HOME #Roadmap .fig .caption::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3571428571em;
    content: "";
  }
  #HOME #Roadmap .fig .caption::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3571428571em;
    content: "";
  }
  #HOME #Roadmap .fig .scroll {
    width: 100vw;
    overflow: scroll;
    position: relative;
  }
  #HOME #Roadmap .fig .scroll.inView::after {
    -webkit-animation-name: scrollAction;
            animation-name: scrollAction;
  }
  #HOME #Roadmap .fig .scroll::after {
    content: "";
    display: block;
    width: 21.0666666667vw;
    height: 10.6666666667vw;
    background: url(../images/scroll_action.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    z-index: 10;
    top: 56vw;
    left: calc(50% - 10.5333333333vw);
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transition: all 0.5s 5s ease-out;
    transition: all 0.5s 5s ease-out;
    pointer-events: none;
    opacity: 0;
  }
  #HOME #Roadmap .fig .scroll .image {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 3.3333333333vw;
  }
  #HOME #Roadmap .fig .scroll .image img {
    max-width: initial;
    width: auto;
    height: 149.8666666667vw;
  }
  #HOME #Roadmap .fig .scroll.iconHide::after {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
  }
}
#HOME #Menu {
  position: fixed;
  z-index: 1100;
  left: 16px;
  bottom: 64px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 1;
  pointer-events: auto;
}
.hideMenu #HOME #Menu {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #HOME #Menu ul li .text {
    opacity: 0;
  }
  #HOME #Menu:hover ul li .text {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #HOME #Menu {
    left: 3.3333333333vw;
    bottom: 6.4vw;
  }
}
#HOME #Menu ul li {
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.05em;
}
#HOME #Menu ul li + li {
  margin-top: 0.66em;
}
#HOME #Menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#HOME #Menu ul li .dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 1px rgba(255, 255, 255, 0.64);
  margin-right: 8px;
}
#HOME #Menu ul li .text {
  color: rgba(255, 255, 255, 0.64);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#HOME #Menu ul li.active .dot {
  background: #64ff3d;
  border: solid 1px #64ff3d;
}
#HOME #Menu ul li.active .text {
  color: #64ff3d;
}
@media screen and (min-width: 768px) {
  #HOME #Menu ul li a:hover .dot {
    background: #64ff3d;
    border: solid 1px #64ff3d;
  }
  #HOME #Menu ul li a:hover .text {
    color: #64ff3d;
  }
}
@media screen and (max-width: 767px) {
  #HOME #Menu ul li {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: -0.05em;
  }
  #HOME #Menu ul li .dot {
    display: block;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-radius: 2.1333333333vw;
    border: solid 0.1333333333vw rgba(255, 255, 255, 0.64);
    margin-right: 2.1333333333vw;
    mix-blend-mode: difference;
  }
  #HOME #Menu ul li .text {
    display: none;
    opacity: 0;
  }
  .onScroll #HOME #Menu ul li .text {
    opacity: 0;
  }
}

/*
@media screen and ($over-tab) {}
@media screen and ($less-tab) {}
*/
/*-------------------------------------------> #SERVICE */
@media screen and (max-width: 767px) {
  #SERVICE {
    /*
    #Header {
      .hmRequest {
        opacity: 0;
        transition: all .3s ease-out;
        &.inView {
          animation-name: none;
          .Scroll & {
            opacity: 1;
          }
        }
      }
    }
    */
  }
  #SERVICE .mod_pageTop .inner {
    padding-top: 53.3333333333vw;
  }
  #SERVICE .mod_pageTop .pageTitle {
    letter-spacing: -0.025em;
    margin-left: -0.5em;
  }
}
#SERVICE .sectionBlock {
  /*-------------------------------------------> .block01 */
  /*-------------------------------------------> .block02 */
  /*-------------------------------------------> .block03 */
}
#SERVICE .sectionBlock .cqFrame {
  max-width: 75cqw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock .cqFrame {
    max-width: initial;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }
}
#SERVICE .sectionBlock .inner {
  margin-left: 1.6666666667cqw;
  margin-right: 1.6666666667cqw;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock .inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10.9333333333vw;
    padding-right: 10.9333333333vw;
  }
}
#SERVICE .sectionBlock.block01 {
  background: #f5f5f5;
  text-align: center;
  border-radius: 1.6666666667cqw;
}
#SERVICE .sectionBlock.block01 .inner {
  padding-top: 10cqw;
  padding-bottom: 13.3333333333cqw;
}
#SERVICE .sectionBlock.block01 .sectionTitle {
  font-size: 24px; /* legacy */
  font-size: 2.5cqw;
  line-height: 1;
  letter-spacing: 0em;
}
#SERVICE .sectionBlock.block01 .text {
  font-size: 14px; /* legacy */
  font-size: 1.4583333333cqw;
  line-height: 1.8571428571;
  letter-spacing: 0em;
  margin-top: 3.9583333333cqw;
}
#SERVICE .sectionBlock.block01 .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.4285714286em;
  content: "";
}
#SERVICE .sectionBlock.block01 .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.4285714286em;
  content: "";
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block01 {
    border-radius: 4.2666666667vw;
  }
  #SERVICE .sectionBlock.block01 .inner {
    padding-top: 25.3333333333vw;
    padding-bottom: 25.3333333333vw;
  }
  #SERVICE .sectionBlock.block01 .sectionTitle {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
  #SERVICE .sectionBlock.block01 .sectionTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1666666667em;
    content: "";
  }
  #SERVICE .sectionBlock.block01 .sectionTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1666666667em;
    content: "";
  }
  #SERVICE .sectionBlock.block01 .text {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0em;
    margin-top: 9.8666666667vw;
  }
  #SERVICE .sectionBlock.block01 .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.5em;
    content: "";
  }
  #SERVICE .sectionBlock.block01 .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.5em;
    content: "";
  }
}
#SERVICE .sectionBlock.block02 .inner {
  margin-top: 9.375cqw;
  margin-left: 1.6666666667cqw;
  margin-right: 1.6666666667cqw;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block02 .inner {
    margin-top: 24vw;
    margin-left: 0;
    margin-right: 0;
  }
}
#SERVICE .sectionBlock.block02 .sectionTitle {
  font-size: 64px; /* legacy */
  font-size: 6.6666666667cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5.2083333333cqw;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block02 .sectionTitle {
    font-size: 48px; /* legacy */
    font-size: 12.8vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 13.3333333333vw;
  }
}
#SERVICE .sectionBlock.block02 .columnTextImage {
  width: 100.8854166667cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#SERVICE .sectionBlock.block02 .columnTextImage .textArea {
  width: 40cqw;
}
#SERVICE .sectionBlock.block02 .columnTextImage .textArea .copy {
  font-size: 24px; /* legacy */
  font-size: 2.5cqw;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  margin-bottom: 3.125cqw;
}
#SERVICE .sectionBlock.block02 .columnTextImage .textArea .copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3333333333em;
  content: "";
}
#SERVICE .sectionBlock.block02 .columnTextImage .textArea .copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3333333333em;
  content: "";
}
#SERVICE .sectionBlock.block02 .columnTextImage .textArea .text {
  font-size: 16px; /* legacy */
  font-size: 1.6666666667cqw;
  line-height: 1.875;
  letter-spacing: 0em;
}
#SERVICE .sectionBlock.block02 .columnTextImage .textArea .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.4375em;
  content: "";
}
#SERVICE .sectionBlock.block02 .columnTextImage .textArea .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.4375em;
  content: "";
}
#SERVICE .sectionBlock.block02 .columnTextImage .imageArea {
  width: 60.8854166667cqw;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block02 .columnTextImage {
    width: 100%;
    display: block;
  }
  #SERVICE .sectionBlock.block02 .columnTextImage .textArea {
    width: 100%;
  }
  #SERVICE .sectionBlock.block02 .columnTextImage .textArea .copy {
    width: 82.4vw;
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 9.3333333333vw;
  }
  #SERVICE .sectionBlock.block02 .columnTextImage .textArea .copy::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.25em;
    content: "";
  }
  #SERVICE .sectionBlock.block02 .columnTextImage .textArea .copy::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.25em;
    content: "";
  }
  #SERVICE .sectionBlock.block02 .columnTextImage .textArea .text {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0em;
  }
  #SERVICE .sectionBlock.block02 .columnTextImage .textArea .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.5em;
    content: "";
  }
  #SERVICE .sectionBlock.block02 .columnTextImage .textArea .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.5em;
    content: "";
  }
  #SERVICE .sectionBlock.block02 .columnTextImage .imageArea {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
#SERVICE .sectionBlock.block02 .point {
  margin-top: 4.4791666667cqw;
  border-radius: 0.8333333333cqw;
  border: solid 1px #a6a6a6;
  padding: 2.6041666667cqw 3.2291666667cqw;
}
#SERVICE .sectionBlock.block02 .point .pointTitle {
  font-size: 24px; /* legacy */
  font-size: 2.5cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 2.5cqw;
}
#SERVICE .sectionBlock.block02 .point ul {
  font-size: 14px; /* legacy */
  font-size: 1.4583333333cqw;
  line-height: 1.2142857143;
  letter-spacing: 0em;
  margin-left: 1.0416666667cqw;
}
#SERVICE .sectionBlock.block02 .point ul li {
  position: relative;
}
#SERVICE .sectionBlock.block02 .point ul li::before {
  content: "";
  display: inline-block;
  width: 1.4583333333cqw;
  height: 1.25cqw;
  background: url(../images/svg/icon_check.svg) no-repeat center center;
  background-size: contain;
  margin-right: 0.5208333333cqw;
  vertical-align: middle;
}
#SERVICE .sectionBlock.block02 .point ul li + li {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block02 .point {
    margin-top: 7.2vw;
    border-radius: 2.1333333333vw;
    border: solid 0.2666666667vw #a6a6a6;
    padding: 5.3333333333vw 4vw 7.4666666667vw;
  }
  #SERVICE .sectionBlock.block02 .point .pointTitle {
    font-size: 20px; /* legacy */
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5.6vw;
  }
  #SERVICE .sectionBlock.block02 .point ul {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    margin-left: 0;
  }
  #SERVICE .sectionBlock.block02 .point ul::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.2142857143em;
    content: "";
  }
  #SERVICE .sectionBlock.block02 .point ul::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.2142857143em;
    content: "";
  }
  #SERVICE .sectionBlock.block02 .point ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #SERVICE .sectionBlock.block02 .point ul li::before {
    content: "";
    display: inline-block;
    width: 3.7333333333vw;
    height: 3.2vw;
    margin-right: 2vw;
    vertical-align: middle;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.7333333333vw;
            flex: 0 0 3.7333333333vw;
  }
  #SERVICE .sectionBlock.block02 .point ul li + li {
    margin-top: 0.7em;
  }
}
#SERVICE .sectionBlock.block02 .servicePickup {
  margin-top: 6.6666666667cqw;
  margin-bottom: 5.8333333333cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#SERVICE .sectionBlock.block02 .servicePickup .block {
  background: #f5f5f5;
  border-radius: 1.6666666667cqw;
  width: 46.6666666667cqw;
  padding: 1.6666666667cqw 1.6666666667cqw 2.7083333333cqw 1.6666666667cqw;
}
#SERVICE .sectionBlock.block02 .servicePickup .block .image {
  margin-bottom: 3.6458333333cqw;
}
#SERVICE .sectionBlock.block02 .servicePickup .block dl dt {
  font-size: 24px; /* legacy */
  font-size: 2.5cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 4.1666666667cqw;
}
#SERVICE .sectionBlock.block02 .servicePickup .block dl dd {
  font-size: 14px; /* legacy */
  font-size: 1.4583333333cqw;
  line-height: 1.7142857143;
  letter-spacing: -0.005em;
}
#SERVICE .sectionBlock.block02 .servicePickup .block dl dd::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3571428571em;
  content: "";
}
#SERVICE .sectionBlock.block02 .servicePickup .block dl dd::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3571428571em;
  content: "";
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block02 .servicePickup {
    margin-top: 8.5333333333vw;
    margin-bottom: 21.3333333333vw;
    display: block;
  }
  #SERVICE .sectionBlock.block02 .servicePickup .block {
    border-radius: 4.2666666667vw;
    width: 100%;
    padding: 4.2666666667vw 4.2666666667vw 13.3333333333vw 4.2666666667vw;
  }
  #SERVICE .sectionBlock.block02 .servicePickup .block + .block {
    margin-top: 4.2666666667vw;
  }
  #SERVICE .sectionBlock.block02 .servicePickup .block .image {
    margin-bottom: 6.6666666667vw;
  }
  #SERVICE .sectionBlock.block02 .servicePickup .block dl dt {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    margin-bottom: 6.4vw;
  }
  #SERVICE .sectionBlock.block02 .servicePickup .block dl dt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1666666667em;
    content: "";
  }
  #SERVICE .sectionBlock.block02 .servicePickup .block dl dt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1666666667em;
    content: "";
  }
  #SERVICE .sectionBlock.block02 .servicePickup .block dl dd {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0em;
  }
  #SERVICE .sectionBlock.block02 .servicePickup .block dl dd::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3571428571em;
    content: "";
  }
  #SERVICE .sectionBlock.block02 .servicePickup .block dl dd::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3571428571em;
    content: "";
  }
}
#SERVICE .sectionBlock.block03 {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  /*-------------------------------------------> .block03 - .material */
  /*-------------------------------------------> .block03 - .function */
  /*-------------------------------------------> .block03 - .order */
  /*-------------------------------------------> .block03 - .imageList */
}
#SERVICE .sectionBlock.block03::after {
  content: "";
  display: block;
  width: calc(100% - 43px);
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: #f5f5f5;
  border-radius: 16px 0px 0px 16px;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block03 {
    background: #f5f5f5;
    border-radius: 4.2666666667vw 0px 0px 4.2666666667vw;
  }
  #SERVICE .sectionBlock.block03::after {
    display: none;
  }
}
#SERVICE .sectionBlock.block03 .inner {
  position: relative;
  z-index: 10;
  padding-top: 10.4166666667cqw;
  padding-bottom: 12.5cqw;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block03 .inner {
    padding-top: 16vw;
    padding-bottom: 18.6666666667vw;
  }
}
#SERVICE .sectionBlock.block03 .sectionTitle {
  font-size: 40px; /* legacy */
  font-size: 4.1666666667cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 2.6041666667cqw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block03 .sectionTitle {
    font-size: 32px; /* legacy */
    font-size: 8.5333333333vw;
    line-height: 1.25;
    letter-spacing: 0em;
    margin-bottom: 9.3333333333vw;
  }
  #SERVICE .sectionBlock.block03 .sectionTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.125em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .sectionTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.125em;
    content: "";
  }
}
#SERVICE .sectionBlock.block03 .read {
  font-size: 14px; /* legacy */
  font-size: 1.4583333333cqw;
  line-height: 1.8571428571;
  letter-spacing: 0em;
  margin-bottom: 6.7708333333cqw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block03 .read {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0em;
    margin-bottom: 12.8vw;
  }
  #SERVICE .sectionBlock.block03 .read::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.5em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .read::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.5em;
    content: "";
  }
}
#SERVICE .sectionBlock.block03 .mod_linkBtn.request a, #SERVICE .sectionBlock.block03 .mod_linkBtn.request button {
  width: 96.5625cqw;
  height: 9.8958333333cqw;
  display: block;
  border-radius: 1.6666666667cqw;
}
#SERVICE .sectionBlock.block03 .mod_linkBtn.request a .frame, #SERVICE .sectionBlock.block03 .mod_linkBtn.request button .frame {
  font-size: 18px; /* legacy */
  font-size: 1.875cqw;
  line-height: 1;
  letter-spacing: 0.5em;
}
#SERVICE .sectionBlock.block03 .mod_linkBtn.request a .frame .text, #SERVICE .sectionBlock.block03 .mod_linkBtn.request button .frame .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#SERVICE .sectionBlock.block03 .mod_linkBtn.request a .frame .text > span, #SERVICE .sectionBlock.block03 .mod_linkBtn.request button .frame .text > span {
  margin-left: 0.5208333333cqw;
}
#SERVICE .sectionBlock.block03 .mod_linkBtn.request a .frame .text > span img, #SERVICE .sectionBlock.block03 .mod_linkBtn.request a .frame .text > span .svg, #SERVICE .sectionBlock.block03 .mod_linkBtn.request button .frame .text > span img, #SERVICE .sectionBlock.block03 .mod_linkBtn.request button .frame .text > span .svg {
  width: 1.71875cqw;
}
@media screen and (min-width: 768px) {
  #SERVICE .sectionBlock.block03 .mod_linkBtn.request a:hover .frame .text > span img, #SERVICE .sectionBlock.block03 .mod_linkBtn.request a:hover .frame .text > span .svg, #SERVICE .sectionBlock.block03 .mod_linkBtn.request button:hover .frame .text > span img, #SERVICE .sectionBlock.block03 .mod_linkBtn.request button:hover .frame .text > span .svg {
    translate: 0 0;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block03 .mod_linkBtn.request a, #SERVICE .sectionBlock.block03 .mod_linkBtn.request button {
    border: solid 0.2666666667vw #878787;
    width: 93.3333333333vw;
    height: 21.3333333333vw;
    border-radius: 2.1333333333vw;
    margin-left: -7.6vw;
  }
  #SERVICE .sectionBlock.block03 .mod_linkBtn.request a .frame, #SERVICE .sectionBlock.block03 .mod_linkBtn.request button .frame {
    font-size: 18px; /* legacy */
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.5em;
  }
  #SERVICE .sectionBlock.block03 .mod_linkBtn.request a .frame .text > span img, #SERVICE .sectionBlock.block03 .mod_linkBtn.request a .frame .text > span .svg, #SERVICE .sectionBlock.block03 .mod_linkBtn.request button .frame .text > span img, #SERVICE .sectionBlock.block03 .mod_linkBtn.request button .frame .text > span .svg {
    margin-left: 1.8666666667vw;
    width: 4.4vw;
  }
}
#SERVICE .sectionBlock.block03 .material {
  margin-top: 13.3333333333cqw;
}
#SERVICE .sectionBlock.block03 .material .columnTextImage {
  width: 100cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .imageArea {
  width: 43.75cqw;
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .textArea {
  width: 50cqw;
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .title {
  font-size: 28px; /* legacy */
  font-size: 2.9166666667cqw;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 2.34375cqw;
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .title strong {
  display: inline-block;
  vertical-align: middle;
  width: 8.3333333333cqw;
  font-size: 12px; /* legacy */
  font-size: 1.25cqw;
  line-height: 2;
  letter-spacing: 0em;
  text-align: center;
  border: solid 1px #000000;
  margin-left: 1.0416666667cqw;
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .point {
  font-size: 16px; /* legacy */
  font-size: 1.6666666667cqw;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 2.0833333333cqw;
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .point::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.375em;
  content: "";
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .point::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.375em;
  content: "";
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .textArea > .text {
  font-size: 14px; /* legacy */
  font-size: 1.4583333333cqw;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  margin-bottom: 5.7291666667cqw;
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .textArea > .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.3571428571em;
  content: "";
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .textArea > .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.3571428571em;
  content: "";
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .mod_linkBtn a, #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .mod_linkBtn button {
  margin-left: 0;
  width: 24.7916666667cqw;
  height: 4.7916666667cqw;
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .mod_linkBtn a .frame .linkBlank, #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .mod_linkBtn button .frame .linkBlank {
  width: 1.5625cqw;
}
#SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .mod_linkBtn a:hover .frame .text > span img, #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .mod_linkBtn a:hover .frame .text > span .svg, #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .mod_linkBtn button:hover .frame .text > span img, #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .mod_linkBtn button:hover .frame .text > span .svg {
  translate: 0 0;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block03 .material {
    margin-top: 26.1333333333vw;
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage .imageArea {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea {
    width: 100%;
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .title {
    display: inline-block;
    text-indent: -0.3em;
    font-size: 32px; /* legacy */
    font-size: 8.5333333333vw;
    line-height: 1;
    letter-spacing: -0.025em;
    margin-bottom: 6.1333333333vw;
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .title strong {
    display: inline-block;
    width: 21.3333333333vw;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    border: solid 0.2666666667vw #000000;
    margin-left: 2.1333333333vw;
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .point {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 8vw;
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .point::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.375em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .point::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.375em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea > .text {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    margin-bottom: 13.3333333333vw;
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea > .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.3571428571em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea > .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.3571428571em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .mod_linkBtn a, #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .mod_linkBtn button {
    width: 63.4666666667vw;
    height: 12.2666666667vw;
    margin-left: 0;
  }
  #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .mod_linkBtn a .frame .linkBlank, #SERVICE .sectionBlock.block03 .material .columnTextImage .textArea .mod_linkBtn button .frame .linkBlank {
    width: 4vw;
  }
}
#SERVICE .sectionBlock.block03 .function {
  margin-top: 12.9166666667cqw;
  margin-top: 6.6666666667cqw;
}
#SERVICE .sectionBlock.block03 .function .title {
  font-size: 24px; /* legacy */
  font-size: 2.5cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 6.25cqw;
}
#SERVICE .sectionBlock.block03 .function .pointPickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#SERVICE .sectionBlock.block03 .function .pointPickup .pickup {
  width: 33.3333333333cqw;
}
#SERVICE .sectionBlock.block03 .function .pointPickup .pickup .jis {
  text-align: center;
}
#SERVICE .sectionBlock.block03 .function .pointPickup .pickup .jis img, #SERVICE .sectionBlock.block03 .function .pointPickup .pickup .jis .svg {
  width: 16.6666666667cqw;
}
#SERVICE .sectionBlock.block03 .function .pointPickup .pickup .list {
  margin-top: 4.1666666667cqw;
  font-size: 16px; /* legacy */
  font-size: 1.6666666667cqw;
  line-height: 1;
  letter-spacing: 0em;
}
#SERVICE .sectionBlock.block03 .function .pointPickup .pickup .list li {
  display: inline-block;
  margin-right: 0.78125cqw;
}
#SERVICE .sectionBlock.block03 .function .pointPickup .pickup .list li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5208333333cqw;
  width: 1.6666666667cqw;
  height: 1.6666666667cqw;
  background: url(../images/svg/icon_checkCircle.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #SERVICE .sectionBlock.block03 .function .pointPickup .pickup .list li:nth-child(n+3) {
    margin-top: 1.3020833333cqw;
  }
}
#SERVICE .sectionBlock.block03 .function .pointPickup .subList {
  width: 56.7708333333cqw;
}
#SERVICE .sectionBlock.block03 .function .pointPickup .subList ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#SERVICE .sectionBlock.block03 .function .pointPickup .subList ul li {
  width: 8.3333333333cqw;
  margin-left: 7.8125cqw;
}
#SERVICE .sectionBlock.block03 .function .pointPickup .subList ul li .text {
  font-size: 14px; /* legacy */
  font-size: 1.4583333333cqw;
  line-height: 1.2857142857;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 1.3020833333cqw;
}
#SERVICE .sectionBlock.block03 .function .pointPickup .subList ul li .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1428571429em;
  content: "";
}
#SERVICE .sectionBlock.block03 .function .pointPickup .subList ul li .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1428571429em;
  content: "";
}
@media screen and (min-width: 768px) {
  #SERVICE .sectionBlock.block03 .function .pointPickup .subList ul li:nth-child(4n-3) {
    margin-left: 0;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .subList ul li:nth-child(n+5) {
    margin-top: 5.2083333333cqw;
  }
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block03 .function {
    margin-top: 26.1333333333vw;
    margin-top: 17.0666666667vw;
  }
  #SERVICE .sectionBlock.block03 .function .title {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 15.3333333333vw;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .pickup {
    width: 78.1333333333vw;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .pickup .jis img, #SERVICE .sectionBlock.block03 .function .pointPickup .pickup .jis .svg {
    width: 42.6666666667vw;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .pickup .list {
    width: 85.7333333333vw;
    margin-top: 12vw;
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .pickup .list li {
    margin-right: 3.4666666667vw;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .pickup .list li::before {
    margin-right: 0.8vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .pickup .list li:nth-child(n+3) {
    margin-top: 3.3333333333vw;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .subList {
    width: 100%;
    margin-top: 16.8vw;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .subList ul {
    width: 78.1333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .subList ul li {
    width: 34.8vw;
    margin-left: 0;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .subList ul li .icon {
    width: 21.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .subList ul li .text {
    height: 21.3333333333vw;
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
    letter-spacing: 0em;
    margin-top: 0;
    padding-top: 4.2666666667vw;
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .subList ul li .text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1428571429em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .function .pointPickup .subList ul li .text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1428571429em;
    content: "";
  }
}
#SERVICE .sectionBlock.block03 .order {
  margin-top: 8.3333333333cqw;
  margin-bottom: 6.6666666667cqw;
  background: #FFFFFF;
  border-radius: 0.8333333333cqw;
  padding: 3.3333333333cqw 3.3333333333cqw 3.3333333333cqw 3.3333333333cqw;
}
#SERVICE .sectionBlock.block03 .order .title {
  font-size: 24px; /* legacy */
  font-size: 2.5cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 3.6458333333cqw;
}
#SERVICE .sectionBlock.block03 .order .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#SERVICE .sectionBlock.block03 .order .step .block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: solid 1px #a6a6a6;
}
#SERVICE .sectionBlock.block03 .order .step .block .num {
  font-size: 16px; /* legacy */
  font-size: 1.6666666667cqw;
  line-height: 1;
  letter-spacing: 0em;
}
#SERVICE .sectionBlock.block03 .order .step .block > dl {
  margin-left: 1.0416666667cqw;
}
#SERVICE .sectionBlock.block03 .order .step .block > dl dt {
  font-size: 16px; /* legacy */
  font-size: 1.6666666667cqw;
  line-height: 1.25;
  letter-spacing: 0em;
}
#SERVICE .sectionBlock.block03 .order .step .block > dl dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.125em;
  content: "";
}
#SERVICE .sectionBlock.block03 .order .step .block > dl dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.125em;
  content: "";
}
#SERVICE .sectionBlock.block03 .order .step .block > dl dt small {
  font-size: 12px; /* legacy */
  font-size: 1.25cqw;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
#SERVICE .sectionBlock.block03 .order .step .block > dl dd > dl {
  margin-top: 1.8229166667cqw;
}
#SERVICE .sectionBlock.block03 .order .step .block > dl dd > dl dt {
  font-size: 16px; /* legacy */
  font-size: 1.6666666667cqw;
  line-height: 2;
  letter-spacing: 0em;
}
#SERVICE .sectionBlock.block03 .order .step .block > dl dd > dl dd {
  font-size: 12px; /* legacy */
  font-size: 1.25cqw;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  margin-top: 0.2604166667cqw;
}
#SERVICE .sectionBlock.block03 .order .step .block > dl dd > dl dd .indent1em {
  text-indent: -1em;
  margin-left: 1em;
}
#SERVICE .sectionBlock.block03 .order .step .block + .block {
  border-right: none;
  padding-left: 3.3333333333cqw;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block03 .order {
    margin-top: 7.7333333333vw;
    margin-bottom: 6.6666666667vw;
    margin-bottom: 17.0666666667vw;
    border-radius: 4.2666666667vw;
    padding: 8.5333333333vw 6.4vw 17.0666666667vw 6.4vw;
  }
  #SERVICE .sectionBlock.block03 .order .title {
    font-size: 24px; /* legacy */
    font-size: 6.4vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 6.6666666667vw;
  }
  #SERVICE .sectionBlock.block03 .order .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #SERVICE .sectionBlock.block03 .order .step .block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: none;
    border-bottom: solid 0.2666666667vw #a6a6a6;
    padding-bottom: 12.8vw;
  }
  #SERVICE .sectionBlock.block03 .order .step .block .num {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl {
    margin-left: 1.3333333333vw;
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl dt {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl dt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.125em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl dt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.125em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl dt small {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl dd > dl {
    margin-top: 4.8vw;
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl dd > dl dt {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl dd > dl dt::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl dd > dl dt::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl dd > dl dt .arrow {
    display: block;
    height: 1.6vw;
    background: url(../images/svg/accordion_arrow.svg) no-repeat center center;
    background-size: auto 1.6vw;
    text-indent: -9999px;
    margin-top: 2.4vw;
    margin-bottom: 2.4vw;
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl dd > dl dd {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    margin-top: 5.6vw;
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl dd > dl dd::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1666666667em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .order .step .block > dl dd > dl dd::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1666666667em;
    content: "";
  }
  #SERVICE .sectionBlock.block03 .order .step .block + .block {
    border-right: none;
    border-bottom: none;
    padding-left: 0;
    margin-top: 8.5333333333vw;
    padding-bottom: 0;
  }
}
#SERVICE .sectionBlock.block03 .imageList {
  width: 133.3333333333cqw;
  margin-left: -18.3333333333cqw;
  margin-top: 12.9166666667cqw;
}
#SERVICE .sectionBlock.block03 .imageList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#SERVICE .sectionBlock.block03 .imageList ul li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #SERVICE .sectionBlock.block03 .imageList {
    width: 100vw;
    margin-left: -10.9333333333vw;
    margin-bottom: 17.0666666667vw;
    margin-top: 17.0666666667vw;
  }
  #SERVICE .sectionBlock.block03 .imageList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #SERVICE .sectionBlock.block03 .imageList ul li {
    width: 100%;
  }
}

/*
@media screen and ($over-tab) {}
@media screen and ($less-tab) {}
*/
/*-------------------------------------------> #FAQ */
@media screen and (max-width: 767px) {
  #FAQ .mod_pageTop .inner {
    padding-top: 62.6666666667vw;
  }
}
#FAQ .faqContents {
  background: #f5f5f5;
  border-radius: 16px 16px 0 0;
  margin-bottom: -16px;
}
#FAQ .faqContents .faq:first-child .inner {
  padding-top: 9.6875cqw;
}
#FAQ .faqContents .faq:last-child .inner {
  padding-bottom: 8.75cqw;
}
#FAQ .faqContents .inner {
  margin-left: 2.5cqw;
  margin-right: 2.5cqw;
  padding-bottom: 9.5703125cqw;
}
#FAQ .faqContents .mod_sectionTitle {
  font-size: 24px; /* legacy */
  font-size: 1.875cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 4.4921875cqw;
}
#FAQ .faqContents .mod_sectionTitle .line {
  width: 6.796875cqw;
  translate: 0 -0.15625cqw;
}
@media screen and (max-width: 767px) {
  #FAQ .faqContents .mod_sectionTitle {
    font-size: 20px; /* legacy */
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 17.3333333333vw;
    margin-left: -0.4em;
  }
  #FAQ .faqContents .mod_sectionTitle .line {
    width: 11.6vw;
    height: 0.2666666667vw;
    translate: 0 -0.15625cqw;
    margin-left: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
  #FAQ .faqContents .mod_sectionTitle .text.ja {
    font-size: 4.8vw;
  }
}
#FAQ .faqContents .cqBase {
  max-width: clamp(0px, 81.5789473684%, 1488px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #FAQ .faqContents {
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
    margin-bottom: -4.2666666667vw;
  }
  #FAQ .faqContents .faq:first-child .inner {
    padding-top: 24vw;
  }
  #FAQ .faqContents .faq:last-child .inner {
    padding-bottom: 34.1333333333vw;
  }
  #FAQ .faqContents .inner {
    margin-left: 0vw;
    margin-right: 0vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
    padding-bottom: 33.3333333333vw;
  }
  #FAQ .faqContents .cqBase {
    max-width: initial;
    width: 78.1333333333vw;
  }
}
#FAQ .faqContents .list {
  padding-left: 0;
  padding-right: 0;
}
#FAQ .faqContents .list dl {
  width: 100%;
  border-top: solid 1px #a6a6a6;
}
#FAQ .faqContents .list dl.open dt button .arrow {
  rotate: 180deg;
}
#FAQ .faqContents .list dl dt {
  font-size: 36px; /* legacy */
  font-size: 3.6290322581cqw;
  line-height: 1.1944444444;
  letter-spacing: 0em;
}
#FAQ .faqContents .list dl dt small {
  font-size: 56%;
}
#FAQ .faqContents .list dl dt .inEN {
  font-family: YakuHanJP, "Zen Kaku Gothic New", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#FAQ .faqContents .list dl dt button {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  padding: 1.4112903226cqw 5.0403225806cqw 1.4112903226cqw 6.5524193548cqw;
}
#FAQ .faqContents .list dl dt button:focus-visible {
  border: none;
}
#FAQ .faqContents .list dl dt button .arrow {
  width: 1.7137096774cqw;
  height: 1.0080645161cqw;
  background: url(../images/svg/accordion_arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.6129032258cqw;
  translate: 0 -50%;
  line-height: 0;
}
#FAQ .faqContents .list dl dt button .arrow img, #FAQ .faqContents .list dl dt button .arrow .svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#FAQ .faqContents .list dl dt button .arrow img .fill-arrow-accordion, #FAQ .faqContents .list dl dt button .arrow .svg .fill-arrow-accordion {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#FAQ .faqContents .list dl dd {
  padding: 0.8064516129cqw 3.2258064516cqw 2.5201612903cqw 6.8044354839cqw;
  font-size: 16px; /* legacy */
  font-size: 1.6129032258cqw;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: -1.0080645161cqw;
  display: none;
}
#FAQ .faqContents .list dl dd small {
  font-size: 75%;
}
#FAQ .faqContents .list dl dd p + p {
  margin-top: 0.75em;
}
#FAQ .faqContents .list dl dd .note {
  font-size: 12px; /* legacy */
  font-size: 1.2096774194cqw;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  #FAQ .faqContents .list dl {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #FAQ .faqContents .list dl button {
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #FAQ .faqContents .list dl button .arrow {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #FAQ .faqContents .list dl button:hover {
    color: #9b00c2;
  }
  #FAQ .faqContents .list dl button:hover .arrow {
    translate: 0 calc(-50% + 5px);
  }
  #FAQ .faqContents .list dl button:hover .arrow img .fill-arrow-accordion, #FAQ .faqContents .list dl button:hover .arrow .svg .fill-arrow-accordion {
    fill: #9b00c2;
  }
  #FAQ .faqContents .list dl.open button:hover .arrow {
    translate: 0 calc(-50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  #FAQ .faqContents .list {
    padding-left: 0;
    padding-right: 0;
  }
  #FAQ .faqContents .list dl {
    width: 100%;
    border-top: solid 0.1333333333vw #a6a6a6;
  }
  #FAQ .faqContents .list dl dt {
    font-size: 20px; /* legacy */
    font-size: 5.3333333333vw;
    line-height: 1.2;
    letter-spacing: 0em;
  }
  #FAQ .faqContents .list dl dt small {
    font-size: 75%;
  }
  #FAQ .faqContents .list dl dt button {
    padding: 2.6666666667vw 8.8vw 3.2vw 4vw;
  }
  #FAQ .faqContents .list dl dt button .arrow {
    width: 4.5333333333vw;
    height: 2.6666666667vw;
    right: 4.2666666667vw;
  }
  #FAQ .faqContents .list dl dd {
    padding: 0vw 10.2666666667vw 5.0666666667vw 4.2666666667vw;
    margin-top: -2vw;
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0em;
    display: none;
  }
  #FAQ .faqContents .list dl dd small {
    font-size: 85%;
  }
  #FAQ .faqContents .list dl dd .note {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

/*
@media screen and ($over-tab) {}
@media screen and ($less-tab) {}
*/
/*-------------------------------------------> #BLOG */
#BLOG #Header .navi .hdLink.active a {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  #BLOG .mod_pageTop .inner {
    padding-top: 22.265625cqw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #BLOG .mod_pageTop .inner > div {
    margin: 0 auto auto;
  }
}
#BLOG .mod_pageTop.detailTop .inner {
  padding-top: 4.296875cqw;
  padding-bottom: 3.515625cqw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#BLOG .mod_pageTop.detailTop .inner > div {
  margin: auto auto 0;
}
#BLOG .mod_pageTop.detailTop .inner .entryDate {
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 3.90625cqw;
}
#BLOG .mod_pageTop.detailTop .inner .pageTitle {
  font-size: 48px; /* legacy */
  font-size: 3.75cqw;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  min-height: 4em;
}
#BLOG .mod_pageTop.detailTop .inner .pageTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1666666667em;
  content: "";
}
#BLOG .mod_pageTop.detailTop .inner .pageTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1666666667em;
  content: "";
}
@media screen and (max-width: 767px) {
  #BLOG .mod_pageTop.detailTop .inner {
    padding: 34.1333333333vw 10.9333333333vw 15.3333333333vw;
    min-height: initial;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #BLOG .mod_pageTop.detailTop .inner > div {
    margin: 0 auto auto;
  }
  #BLOG .mod_pageTop.detailTop .inner .entryDate {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 8.6666666667vw;
  }
  #BLOG .mod_pageTop.detailTop .inner .pageTitle {
    font-size: 28px; /* legacy */
    font-size: 7.4666666667vw;
    line-height: 1.3571428571;
    letter-spacing: 0em;
  }
  #BLOG .mod_pageTop.detailTop .inner .pageTitle::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1785714286em;
    content: "";
  }
  #BLOG .mod_pageTop.detailTop .inner .pageTitle::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1785714286em;
    content: "";
  }
}
#BLOG .archives .inner {
  position: relative;
  z-index: 10;
  padding-left: 12.5cqw;
  padding-right: 12.5cqw;
  margin-bottom: 7.65625cqw;
}
#BLOG .archives .postList {
  margin: 0 -1.25cqw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#BLOG .archives .postList .mod_card {
  margin: 0 1.25cqw;
}
@media screen and (min-width: 768px) {
  #BLOG .archives .postList .mod_card:nth-child(n+4) {
    margin-top: 2.5cqw;
  }
}
@media screen and (max-width: 767px) {
  #BLOG .archives .inner {
    padding-left: 10.9333333333vw;
    padding-right: 10.9333333333vw;
    margin-bottom: 17.0666666667vw;
  }
  #BLOG .archives .postList {
    margin: 0;
    display: block;
  }
  #BLOG .archives .postList .mod_card {
    width: 78.1333333333vw;
    margin: 0;
  }
  #BLOG .archives .postList .mod_card + .mod_card {
    margin-top: 4.2666666667vw;
  }
}
#BLOG .detail .cover {
  text-align: center;
}
#BLOG .detail .cover img {
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #BLOG .detail .cover img {
    border-radius: 4.2666666667vw;
  }
}
#BLOG .detail .inner {
  padding-left: 13.75cqw;
  padding-right: 13.75cqw;
  margin-bottom: 8.984375cqw;
}
@media screen and (max-width: 767px) {
  #BLOG .detail .inner {
    padding-left: 10.9333333333vw;
    padding-right: 10.9333333333vw;
    margin-bottom: 22.6666666667vw;
  }
}
#BLOG .detail .entryMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.734375cqw;
}
#BLOG .detail .entryMeta .entryDate {
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
}
#BLOG .detail .entryMeta .entryCategory {
  margin-left: 1.25cqw;
}
#BLOG .detail .entryMeta .entryCategory ul {
  padding-left: 1.25cqw;
  border-left: solid 1px #5c5c5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#BLOG .detail .entryMeta .entryCategory ul li {
  border: solid 1px #000000;
  border-radius: 3px;
}
#BLOG .detail .entryMeta .entryCategory ul li + li {
  margin-left: 0.625cqw;
}
#BLOG .detail .entryMeta .entryCategory ul li span {
  display: inline-block;
  padding: 0.3125cqw 0.625cqw;
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
}
#BLOG .detail .entryMeta .entryCategory ul li span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}
#BLOG .detail .entryMeta .entryCategory ul li span::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}
@media screen and (max-width: 767px) {
  #BLOG .detail .entryMeta {
    margin-bottom: 6.6666666667vw;
  }
  #BLOG .detail .entryMeta .entryDate {
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #BLOG .detail .entryMeta .entryCategory {
    margin-left: 4.2666666667vw;
  }
  #BLOG .detail .entryMeta .entryCategory ul {
    padding-left: 4.2666666667vw;
    border-left: solid 0.2666666667vw #5c5c5c;
  }
  #BLOG .detail .entryMeta .entryCategory ul li {
    border: solid 0.2666666667vw #000000;
    border-radius: 0.8vw;
  }
  #BLOG .detail .entryMeta .entryCategory ul li + li {
    margin-left: 2.1333333333vw;
  }
  #BLOG .detail .entryMeta .entryCategory ul li span {
    padding: 0.5333333333vw 1.3333333333vw;
    font-size: 12px; /* legacy */
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: -0.025em;
  }
  #BLOG .detail .entryMeta .entryCategory ul li span::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: 0em;
    content: "";
  }
  #BLOG .detail .entryMeta .entryCategory ul li span::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: 0em;
    content: "";
  }
}
#BLOG .detail .entryBody {
  font-size: 16px; /* legacy */
  font-size: 1.25cqw;
  line-height: 2;
  letter-spacing: 0em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 3.90625cqw;
  margin-bottom: 5.859375cqw;
}
#BLOG .detail .entryBody img {
  border-radius: 16px;
  overflow: hidden;
}
#BLOG .detail .entryBody .image_l {
  width: 100cqw;
  margin-left: -13.75cqw;
  text-align: center;
}
#BLOG .detail .entryBody .column_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#BLOG .detail .entryBody .column_photo .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.125cqw;
          flex: 0 0 23.125cqw;
}
#BLOG .detail .entryBody .column_photo .textArea {
  margin-left: 2.890625cqw;
  margin-bottom: 0;
}
#BLOG .detail .entryBody .column_photo .textArea > *:last-child {
  margin-bottom: 0;
}
#BLOG .detail .entryBody .column_photo .textArea dl dt {
  font-size: 18px; /* legacy */
  font-size: 1.40625cqw;
  line-height: 1.5555555556;
  letter-spacing: 0em;
}
#BLOG .detail .entryBody .column_photo .textArea dl dt small {
  display: block;
}
#BLOG .detail .entryBody .column_photo .textArea dl dt small.honorific {
  display: inline;
}
#BLOG .detail .entryBody .column_photo .textArea dl dd > *:last-child {
  margin-bottom: 0;
}
#BLOG .detail .back {
  text-align: center;
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
}
#BLOG .detail .back .linkArrow {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#BLOG .detail .back .linkArrow span {
  margin-left: 1.171875cqw;
}
#BLOG .detail .back .linkArrow span, #BLOG .detail .back .linkArrow img, #BLOG .detail .back .linkArrow .svg {
  width: 3.125cqw;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#BLOG .detail .back .linkArrow span .fill-link-arrow, #BLOG .detail .back .linkArrow img .fill-link-arrow, #BLOG .detail .back .linkArrow .svg .fill-link-arrow {
  fill: #000000;
}
@media screen and (min-width: 768px) {
  #BLOG .detail .back .linkArrow:hover .fill-link-arrow {
    fill: #9b00c2;
  }
}
@media screen and (max-width: 767px) {
  #BLOG .detail .entryBody {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-top: 15.3333333333vw;
    margin-bottom: 16vw;
  }
  #BLOG .detail .entryBody img {
    border-radius: 4.2666666667vw;
    overflow: hidden;
  }
  #BLOG .detail .entryBody .image_l {
    width: 100vw;
    margin-left: -10.9333333333vw;
  }
  #BLOG .detail .entryBody .image_l img {
    border-radius: 4.2666666667vw;
  }
  #BLOG .detail .entryBody .column_photo {
    display: block;
  }
  #BLOG .detail .entryBody .column_photo .image {
    width: 100%;
  }
  #BLOG .detail .entryBody .column_photo .textArea {
    margin-left: 0;
    margin-bottom: 0;
  }
  #BLOG .detail .entryBody .column_photo .textArea dl dt {
    font-size: 16px; /* legacy */
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  #BLOG .detail .back {
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0em;
  }
  #BLOG .detail .back .linkArrow span {
    margin-left: 2vw;
  }
  #BLOG .detail .back .linkArrow span, #BLOG .detail .back .linkArrow img, #BLOG .detail .back .linkArrow .svg {
    width: 10.6666666667vw;
  }
}
#BLOG .pageNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.25cqw;
  font-size: 14px; /* legacy */
  font-size: 1.09375cqw;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  #BLOG .pageNavi a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #BLOG .pageNavi a:hover {
    color: #9b00c2;
  }
}
#BLOG .pageNavi .linkButton .linkArrow span, #BLOG .pageNavi .linkButton .linkArrow img, #BLOG .pageNavi .linkButton .linkArrow .svg {
  width: 3.125cqw;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#BLOG .pageNavi .linkButton .linkArrow span .fill-link-arrow, #BLOG .pageNavi .linkButton .linkArrow img .fill-link-arrow, #BLOG .pageNavi .linkButton .linkArrow .svg .fill-link-arrow {
  fill: #000000;
}
@media screen and (min-width: 768px) {
  #BLOG .pageNavi .linkButton .linkArrow:hover .fill-link-arrow {
    fill: #9b00c2;
  }
}
#BLOG .pageNavi .linkButton.prev {
  text-align: left;
}
#BLOG .pageNavi .linkButton.prev .linkArrow span {
  margin-right: 0.546875cqw;
  rotate: 180deg;
}
#BLOG .pageNavi .linkButton.next {
  text-align: right;
}
#BLOG .pageNavi .linkButton.next .linkArrow span {
  margin-left: 0.546875cqw;
}
#BLOG .pageNavi .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 1.953125cqw;
}
#BLOG .pageNavi .num a {
  position: relative;
}
#BLOG .pageNavi .num a span {
  opacity: 1;
}
#BLOG .pageNavi .num a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  #BLOG .pageNavi .num a:hover::after {
    background: #9b00c2;
  }
}
#BLOG .pageNavi .num span {
  display: block;
  text-align: center;
  width: 2em;
  padding: 0.5em;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #BLOG .pageNavi {
    margin-top: 17.0666666667vw;
    font-size: 14px; /* legacy */
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #BLOG .pageNavi .linkButton .linkArrow span, #BLOG .pageNavi .linkButton .linkArrow img, #BLOG .pageNavi .linkButton .linkArrow .svg {
    width: 10.6666666667vw;
  }
  #BLOG .pageNavi .linkButton.prev .linkArrow span {
    margin-right: 1.8666666667vw;
  }
  #BLOG .pageNavi .linkButton.next .linkArrow span {
    margin-left: 1.8666666667vw;
  }
  #BLOG .pageNavi .num {
    display: none;
  }
}

/* animation
.image {
	animation-delay: 0.3s;
}
&.inView {
	.base, .image {
		animation-name: fadeInUp;
	}
}
*/
.anim-scrollLine span {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: scrollLine;
          animation-name: scrollLine;
}

.anim-scrollAction {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: scrollAction;
          animation-name: scrollAction;
}

/*-------------------------------------------> animation module */
.anim-fadeIn {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeIn,
.inView .isAnim.inView .anim-fadeIn,
.inView .anim-fadeIn,
.inView.anim-fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.inView .isAnim.anim-fadeIn,
.inView .isAnim .anim-fadeIn {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInUp {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInUp,
.inView .isAnim.inView .anim-fadeInUp,
.inView .anim-fadeInUp,
.inView.anim-fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.inView .isAnim.anim-fadeInUp,
.inView .isAnim .anim-fadeInUp {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInDown {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInDown,
.inView .isAnim.inView .anim-fadeInDown,
.inView .anim-fadeInDown,
.inView.anim-fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.inView .isAnim.anim-fadeInDown,
.inView .isAnim .anim-fadeInDown {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInRight {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInRight,
.inView .isAnim.inView .anim-fadeInRight,
.inView .anim-fadeInRight,
.inView.anim-fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.inView .isAnim.anim-fadeInRight,
.inView .isAnim .anim-fadeInRight {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInLeft {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInLeft,
.inView .isAnim.inView .anim-fadeInLeft,
.inView .anim-fadeInLeft,
.inView.anim-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.inView .isAnim.anim-fadeInLeft,
.inView .isAnim .anim-fadeInLeft {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeText span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  clip-path: inset(0 100% 0 0);
}

.inView .isAnim.inView.anim-fadeText span,
.inView .isAnim.inView .anim-fadeText span,
.inView .anim-fadeText span,
.inView.anim-fadeText span {
  -webkit-animation: fadeText 1s ease-out forwards;
          animation: fadeText 1s ease-out forwards;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(1),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(1),
.inView .anim-fadeText span:nth-of-type(1),
.inView.anim-fadeText span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(2),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(2),
.inView .anim-fadeText span:nth-of-type(2),
.inView.anim-fadeText span:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(3),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(3),
.inView .anim-fadeText span:nth-of-type(3),
.inView.anim-fadeText span:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(4),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(4),
.inView .anim-fadeText span:nth-of-type(4),
.inView.anim-fadeText span:nth-of-type(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(5),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(5),
.inView .anim-fadeText span:nth-of-type(5),
.inView.anim-fadeText span:nth-of-type(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(6),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(6),
.inView .anim-fadeText span:nth-of-type(6),
.inView.anim-fadeText span:nth-of-type(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(7),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(7),
.inView .anim-fadeText span:nth-of-type(7),
.inView.anim-fadeText span:nth-of-type(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(8),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(8),
.inView .anim-fadeText span:nth-of-type(8),
.inView.anim-fadeText span:nth-of-type(8) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(9),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(9),
.inView .anim-fadeText span:nth-of-type(9),
.inView.anim-fadeText span:nth-of-type(9) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(10),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(10),
.inView .anim-fadeText span:nth-of-type(10),
.inView.anim-fadeText span:nth-of-type(10) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.inView .isAnim.anim-fadeText,
.inView .isAnim .anim-fadeText {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeImage img {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeImage img,
.inView .isAnim.inView .anim-fadeImage img,
.inView .anim-fadeImage img,
.inView.anim-fadeImage img {
  -webkit-animation-name: fadeImage;
          animation-name: fadeImage;
}

.inView .isAnim.anim-fadeImage img,
.inView .isAnim .anim-fadeImage img {
  -webkit-animation-name: none;
          animation-name: none;
}

.linkArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.linkArrow.disable {
  pointer-events: none;
  opacity: 0.3;
}
.linkArrow span {
  display: block;
}
.linkArrow span img, .linkArrow span .svg {
  display: block;
}
@media screen and (min-width: 768px) {
  .linkArrow img, .linkArrow .svg {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .linkArrow:hover {
    color: #9b00c2;
  }
  .linkArrow:hover img, .linkArrow:hover .svg {
    translate: 5px 0;
  }
}

.anim-slice {
  clip-path: inset(0 100% 0 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: filter;
}

.inView .isAnim.inView.anim-slice,
.inView .isAnim.inView .anim-slice,
.inView .anim-slice,
.inView.anim-slice {
  -webkit-animation-name: slice;
          animation-name: slice;
}

.inView .isAnim.anim-slice,
.inView .isAnim .anim-slice {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-slice.reverse {
  clip-path: inset(0 0 0 100%);
}

.inView .isAnim.inView.anim-slice.reverse,
.inView .isAnim.inView .anim-slice.reverse,
.inView .anim-slice.reverse,
.inView.anim-slice.reverse {
  -webkit-animation-name: sliceR;
          animation-name: sliceR;
}

.inView .isAnim.anim-slice.reverse,
.inView .isAnim .anim-slice.reverse {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-sliceHide {
  clip-path: inset(0 0 0 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: filter;
}

.inView .isAnim.inView.anim-sliceHide,
.inView .isAnim.inView .anim-sliceHide,
.inView .anim-sliceHide,
.inView.anim-sliceHide {
  -webkit-animation-name: sliceHide;
          animation-name: sliceHide;
}

.inView .isAnim.anim-sliceHide,
.inView .isAnim .anim-sliceHide {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-sliceHide.reverse {
  clip-path: inset(0 0 0 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: filter;
}

.inView .isAnim.inView.anim-sliceHide.reverse,
.inView .isAnim.inView .anim-sliceHide.reverse,
.inView .anim-sliceHide.reverse,
.inView.anim-sliceHide.reverse {
  -webkit-animation-name: sliceHideR;
          animation-name: sliceHideR;
}

.inView .isAnim.anim-sliceHide.reverse,
.inView .isAnim .anim-sliceHide.reverse {
  -webkit-animation-name: none;
          animation-name: none;
}

/* delay */
.delay0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.delay1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay12 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.delay13 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.delay14 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.delay15 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay16 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.delay17 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.delay18 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.delay19 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.delay20 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

/*-------------------------------------------> keyframe */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeText {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes fadeText {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes fadeImage {
  from {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeImage {
  from {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hoverImage {
  from {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
  to {
    -webkit-transform: translateX(1.08);
            transform: translateX(1.08);
  }
}
@keyframes hoverImage {
  from {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
  to {
    -webkit-transform: translateX(1.08);
            transform: translateX(1.08);
  }
}
@-webkit-keyframes linkArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
  31% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  32% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes linkArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
  31% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  32% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes scrollLine {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  40% {
    clip-path: inset(0 0 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  90% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes scrollLine {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  40% {
    clip-path: inset(0 0 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  90% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes scrollAction {
  0% {
    translate: 6.6666666667vw 0;
    opacity: 0;
  }
  25% {
    translate: 2.6666666667vw 0;
    opacity: 1;
  }
  75% {
    translate: -2.6666666667vw 0;
    opacity: 1;
  }
  100% {
    translate: -6.6666666667vw 0;
    opacity: 0;
  }
}
@keyframes scrollAction {
  0% {
    translate: 6.6666666667vw 0;
    opacity: 0;
  }
  25% {
    translate: 2.6666666667vw 0;
    opacity: 1;
  }
  75% {
    translate: -2.6666666667vw 0;
    opacity: 1;
  }
  100% {
    translate: -6.6666666667vw 0;
    opacity: 0;
  }
}
@-webkit-keyframes slice {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@keyframes slice {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@-webkit-keyframes sliceR {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@keyframes sliceR {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@-webkit-keyframes sliceHide {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes sliceHide {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes sliceHideR {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes sliceHideR {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
/*-------------------------------------------> Home */
@-webkit-keyframes modelLoopText {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes modelLoopText {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
/*-------------------------------------------> TextEffects */
.anim-textLeftIn span {
  display: inline-block;
}
.anim-textLeftIn span.w {
  overflow: hidden;
}
.anim-textLeftIn span.w:nth-child(1) > span {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.anim-textLeftIn span.w:nth-child(2) > span {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
.anim-textLeftIn span.w:nth-child(3) > span {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.anim-textLeftIn span.w:nth-child(4) > span {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.anim-textLeftIn span.w:nth-child(5) > span {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.anim-textLeftIn span.w:nth-child(6) > span {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.anim-textLeftIn span.w:nth-child(7) > span {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.anim-textLeftIn span.w:nth-child(8) > span {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.anim-textLeftIn span.w:nth-child(9) > span {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.anim-textLeftIn span.w:nth-child(10) > span {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.anim-textLeftIn span.w:nth-child(11) > span {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.anim-textLeftIn span.w:nth-child(12) > span {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.anim-textLeftIn span.w:nth-child(13) > span {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.anim-textLeftIn span.w:nth-child(14) > span {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.anim-textLeftIn span.w:nth-child(15) > span {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.anim-textLeftIn span.w:nth-child(16) > span {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.anim-textLeftIn span.w:nth-child(17) > span {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.anim-textLeftIn span.w:nth-child(18) > span {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.anim-textLeftIn span.w:nth-child(19) > span {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.anim-textLeftIn span.w:nth-child(20) > span {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.anim-textLeftIn span.w:nth-child(21) > span {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anim-textLeftIn span.w:nth-child(22) > span {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.anim-textLeftIn span.w:nth-child(23) > span {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.anim-textLeftIn span.w:nth-child(24) > span {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.anim-textLeftIn span.w:nth-child(25) > span {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.anim-textLeftIn span.w:nth-child(26) > span {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anim-textLeftIn span.w:nth-child(27) > span {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.anim-textLeftIn span.w:nth-child(28) > span {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.anim-textLeftIn span.w:nth-child(29) > span {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.anim-textLeftIn span.w:nth-child(30) > span {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.anim-textLeftIn span.w:nth-child(31) > span {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.anim-textLeftIn span.w:nth-child(32) > span {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.anim-textLeftIn span.w:nth-child(33) > span {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.anim-textLeftIn span.w:nth-child(34) > span {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.anim-textLeftIn span.w:nth-child(35) > span {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}
.anim-textLeftIn span.w:nth-child(36) > span {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.anim-textLeftIn span.w:nth-child(37) > span {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.anim-textLeftIn span.w:nth-child(38) > span {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.anim-textLeftIn span.w:nth-child(39) > span {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
.anim-textLeftIn span.w:nth-child(40) > span {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.anim-textLeftIn span.w:nth-child(41) > span {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anim-textLeftIn span.w:nth-child(42) > span {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.anim-textLeftIn span.w:nth-child(43) > span {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.anim-textLeftIn span.w:nth-child(44) > span {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}
.anim-textLeftIn span.w:nth-child(45) > span {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.anim-textLeftIn span.w:nth-child(46) > span {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.anim-textLeftIn span.w:nth-child(47) > span {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}
.anim-textLeftIn span.w:nth-child(48) > span {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}
.anim-textLeftIn span.w:nth-child(49) > span {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.anim-textLeftIn span.w:nth-child(50) > span {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.anim-textLeftIn span.w > span {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-textLeftIn span.w span,
.inView .isAnim.inView .anim-textLeftIn span.w span,
.inView .anim-textLeftIn span.w span,
.inView.anim-textLeftIn span.w span {
  -webkit-animation-name: textLeftIn;
          animation-name: textLeftIn;
}

.inView .isAnim.anim-textLeftIn span.w span,
.inView .isAnim .anim-textLeftIn span.w span {
  -webkit-animation-name: none;
          animation-name: none;
}

@-webkit-keyframes textLeftIn {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes textLeftIn {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}