@charset "UTF-8";
/* 文字コードの指定 */
/*!
 * rev. 2023-03-20
 * copyright © 2023
 *
 */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  src: url(/font/icons.eot);
  src: url(/font/icons.eot?#iefix) format("embedded-opentype"), url(/font/icons.woff) format("woff"), url(/font/icons.ttf) format("truetype");
}
:root {
  font-size: 62.5%;
  height: 100%;
}

[data-lazy-font] {
  visibility: hidden;
}

.wf-active [data-lazy-font] {
  visibility: visible;
}

::-moz-selection {
  background-color: #00a3a5;
}

::selection {
  background-color: #00a3a5;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

@media (max-width: 767px) {
  [data-only=pc] {
    display: none;
  }
}
@media (min-width: 768px) {
  [data-only=sp] {
    display: none;
  }
}
@media (min-width: 340px) {
  [data-only=xssp] {
    display: none;
  }
}
body {
  color: #333f48;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.67;
  /*-webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";*/
  margin: 0;
  padding: 0;
  margin-top: 66px !important;
  font-size: 1.5rem !important;
}

@media (max-width: 767px) {
  body {
    margin-top: 50px !important;
    font-size: 1.6rem;
  }
}
body img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#head_btncontact,
.menuIconWrapper {
  display: none !important;
}

@media (min-width: 768px) {
  [data-visible-xs] {
    display: none !important;
  }
}
@media (max-width: 767px) {
  [data-hidden-xs] {
    display: none !important;
  }
}
button {
  border-radius: 0;
}

.c-lead__inner,
.c-news__inner,
.c-videos__inner,
.c-roadmap__body,
.c-roadmap__header,
.c-service-content__inner,
.c-service__inner,
.c-value__inner,
.c-voice__inner,
.c-model__inner,
.c-case__inner,
.c-schedule__inner {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .c-service__inner {
    padding: 0;
  }
}
.c-faq__inner {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}

.c-faq__head,
.c-roadmap__head,
.c-service__head,
.c-value__head,
.c-voice__head {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  position: relative;
  padding-top: 100px;
  margin: 0 0 60px;
  color: #00A7AC;
}

.c-videos__head,
.c-news__head {
  text-align: center;
  font-size: 3.92rem;
  font-weight: 700;
  position: relative;
  padding-top: 100px;
  margin: 0 0 50px;
}

.c-value__head--white {
  color: #fff;
}

@media (max-width: 767px) {
  .c-faq__head,
  .c-news__head,
  .c-videos__head,
  .c-roadmap__head,
  .c-service__head,
  .c-value__head,
  .c-voice__head {
    margin-bottom: 42px;
    padding-top: 60px;
    font-size: 2.8rem;
  }
}
/*.c-faq__head:before,
.c-news__head:before,
.c-roadmap__head:before,
.c-service__head:before,
.c-value__head:before,
.c-voice__head:before {
    content: "";
    height: 3px;
    width: 30px;
    background: #00a3a5;
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}*/
[data-color=white].c-faq__head,
[data-color=white].c-news__head,
[data-color=white].c-roadmap__head,
[data-color=white].c-service__head,
[data-color=white].c-value__head,
[data-color=white].c-voice__head {
  color: #fff;
  border-top: 0;
  position: relative;
}

[data-color=white].c-faq__head:after,
[data-color=white].c-news__head:after,
[data-color=white].c-roadmap__head:after,
[data-color=white].c-service__head:after,
[data-color=white].c-value__head:after,
[data-color=white].c-voice__head:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  opacity: 0.6;
  position: absolute;
  top: -3px;
  left: 0;
}

[data-color=white].c-faq__head:before,
[data-color=white].c-news__head:before,
[data-color=white].c-roadmap__head:before,
[data-color=white].c-service__head:before,
[data-color=white].c-value__head:before,
[data-color=white].c-voice__head:before {
  background: #fff;
}

.c-section-trigger {
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  top: 35%;
}

.inview-animate {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.inview-animate.animate-active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.c-page-home-upper {
  position: relative;
  background: #333f48;
  min-height: 1000px;
}

@media (max-width: 767px) {
  .c-page-home-upper {
    padding-top: 50px;
  }
}
.c-page-home-upper:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/kdive/bg-section-lower.png) no-repeat bottom/100% auto;
  display: block;
  position: absolute;
  bottom: -40px;
}

@media (min-width: 1480px) {
  .c-page-home-upper:before {
    bottom: -350px;
  }
}
@media (max-width: 767px) {
  .c-page-home-upper:before {
    display: none;
  }
}
.c-lead,
.c-page-home-lower {
  position: relative;
}

.c-lead {
  margin: 0 0 100px;
  z-index: 3;
}

@media (max-width: 767px) {
  .c-lead {
    margin: 0;
    padding-bottom: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(#00a7ac), color-stop(50%, #00a7ac), to(transparent));
    background: -webkit-linear-gradient(bottom, #00a7ac, #00a7ac 50%, transparent);
    background: linear-gradient(0deg, #00a7ac, #00a7ac 50%, transparent);
  }
}
.c-lead__head {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 48px;
}

@media (max-width: 767px) {
  .c-lead__head {
    font-size: 1.6rem;
    text-align: left;
    padding: 0 10px;
    margin: 0 0 30px;
  }
  .c-lead__head br {
    display: none;
  }
}
.c-lead__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .c-lead__body {
    display: block;
    margin: 42px 0 0;
  }
}
.c-lead__element {
  background: #00a7ac;
  margin: 0 10px;
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .c-lead__element {
    width: 100%;
    margin: 0 0 42px;
  }
  .c-lead__element:last-child {
    margin-bottom: 0;
  }
}
.c-lead__content {
  padding: 29px 22px 29.8px 34px;
  background: #00a7ac;
  color: #fff;
}

@media (max-width: 767px) {
  .c-lead__content {
    padding: 30px 20px 30px 22.9px;
  }
}
.c-lead__content p {
  margin: 0 0 18.2px;
  font-size: 1.6rem;
  line-height: 220%;
}

@media (max-width: 767px) {
  .c-lead__content p {
    margin: 0 0 12px;
    font-size: 1.6rem;
    line-height: 180%;
  }
}
.c-lead__content-head {
  margin: 0 0 8.67px;
  font-size: 2.25rem;
}

@media (max-width: 767px) {
  .c-lead__content-head {
    font-size: 2.2rem;
    margin: 0 0 5px;
  }
}
.c-value {
  margin: 0 0 100px;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .c-value {
    margin: 0;
    padding-bottom: 60px;
    background: #00a7ac;
  }
}
.c-value__lead {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  color: #00a7ac;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .c-value__lead {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
}
.c-value__text {
  text-align: center;
  font-size: 16px;
  line-height: 220%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .c-value__text {
    text-align: left;
    line-height: 180%;
    margin-bottom: 24px;
  }
}
.c-value__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -3px;
}

@media (max-width: 767px) {
  .c-value__body {
    margin: 0;
    display: block;
  }
}
.c-value__element {
  background: #fff;
  margin: 0 10.5px;
  width: calc(33.33333% - 21.7px);
}

@media (max-width: 767px) {
  .c-value__element {
    width: 100%;
    margin: 0 0 20px;
  }
}
.c-value__element-header {
  background: #F7F7F7;
  position: relative;
  padding-top: 20px;
  min-height: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .c-value__element-header {
    min-height: 110px;
  }
}
.c-value__element-header span {
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  padding: 6px 13px 7px;
  background: #fff;
}

.c-value__element-header span,
.c-value__element-sol {
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.c-value__element-sol {
  background: url(../img/kdive/bg-sol.svg) no-repeat top/100% auto;
  width: 72px;
  height: 30px;
  color: #00A7AC;
  font-size: 1.6rem;
  margin-top: -11.7px;
}

.c-value__element-def,
.c-value__element-sol {
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .c-value__element-def,
  .c-value__element-sol {
    font-size: 1.8rem;
  }
}
.c-value__element-def {
  font-weight: 700;
  margin-top: 20px;
}

.c-value__element-content {
  text-align: center;
  padding: 31.9px 13px 31px 16px;
  position: relative;
}

@media (max-width: 767px) {
  .c-value__element-content {
    padding: 42.5px 10px 42.5px;
  }
}
.c-value__element-content p {
  text-align: left;
  font-size: 1.6rem;
  margin: 0;
}

.c-value__element-ph {
  text-align: center;
  background: url(../img/kdive/bg-value-icon.png) no-repeat top/233px auto;
  padding: 18px 0;
}

/*.c-value__element-ph img {
    width: 126px
}*/
.c-value__element-head {
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
  line-height: 160%;
  margin: 0 0 10px;
}

.c-service {
  position: relative;
  margin: 0 0 170px;
  z-index: 3;
}

@media (max-width: 767px) {
  .c-service {
    background: #00a7ac;
    margin: 0 0 122px;
  }
}
.c-service__after-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: -105px;
  left: 0;
  z-index: 3;
}

@media (max-width: 767px) {
  .c-service__after-text {
    bottom: -75px;
  }
}
.c-service__after-text span {
  font-size: 20.4rem;
  color: #00f9ff;
  opacity: 0.35;
  font-weight: 400;
  white-space: nowrap;
  display: block;
  line-height: 1;
  -webkit-animation: loop-text 155s linear infinite paused;
  animation: loop-text 155s linear infinite paused;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  letter-spacing: -0.1em;
}

@media (max-width: 767px) {
  .c-service__after-text span {
    font-size: 5.6rem;
  }
}
@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes loop-text {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.c-service__body {
  background: #fff;
  padding: 45px 115px 70px;
}

@media (max-width: 767px) {
  .c-service__body {
    margin: 0 -20px;
    padding: 30px;
  }
}
.c-service__lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .c-service__lead {
    text-align: left;
    font-size: 1.6rem;
  }
  .c-service__lead br {
    display: none;
  }
}
.c-service__lead-text {
  margin: 0 0 34px;
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .c-service__lead-text {
    text-align: left;
    font-size: 1.5rem;
  }
}
.c-service__list {
  margin: 0 0 30px;
}

.c-service__list-head {
  font-weight: 700;
  text-align: center;
  margin: 0 0 17px;
}

@media (max-width: 767px) {
  .c-service__list-head {
    margin: 0 0 17px;
  }
}
.c-service__list-head span {
  display: inline-block;
  padding: 5px 18px 6px;
  background: #333f48;
  color: #fff;
  position: relative;
}

[data-color=yellow] .c-service__list-head span {
  color: #ffd800;
}

[data-color=blue] .c-service__list-head span {
  color: #64edff;
}

.c-service__list-head span:after {
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: 100%;
  position: absolute;
  width: 0;
  height: 0;
  border-color: #333f48 transparent transparent;
  border-style: solid;
  border-width: 7px 8px 0;
}

.c-service__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -5px;
  position: relative;
}

@media (max-width: 767px) {
  .c-service__list-body {
    display: block;
    margin: 0;
  }
}
.c-service__list-element {
  width: calc(33.33333% - 10px);
  margin: 0 5px;
}

@media (max-width: 767px) {
  .c-service__list-element {
    width: 100%;
    margin: 0 0 13px;
  }
}
.c-service__list-links {
  border: 1px solid #707070;
  display: block;
  border-radius: 0 10px 10px 10px;
  text-decoration: none;
  color: #333f48;
  padding: 23px 10px 25px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

@media (max-width: 767px) {
  .c-service__list-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 15px 28px;
  }
}
.c-service__list-links:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #333f48 url(../img/kdive/icon-ar-down.png) no-repeat center 52%/8px auto;
  position: absolute;
  border-radius: 50%;
  bottom: 6px;
  right: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

[data-color=yellow] .c-service__list-links:hover:before {
  background-color: #ffd800;
}

[data-color=blue] .c-service__list-links:hover:before {
  background-color: #64edff;
}

.c-service__list-num {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1.4rem;
  font-family: Barlow Semi Condensed, sans-serif;
  color: #333f48;
}

[data-color=yellow] .c-service__list-num {
  background-color: #ffd800;
}

[data-color=blue] .c-service__list-num {
  background-color: #64edff;
}

.c-service__list-ph {
  text-align: center;
  margin: 0 0 6px;
}

@media (max-width: 767px) {
  .c-service__list-ph {
    margin: 0;
  }
}
.c-service__list-ph img {
  width: 74px;
}

.c-service__list-title {
  font-weight: 700;
  text-align: center;
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .c-service__list-title {
    text-align: left;
    margin-left: 7px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
  }
}
.c-service-content {
  position: relative;
  margin: 0 0 100px;
  z-index: 3;
}

@media (max-width: 767px) {
  .c-service-content {
    margin: 0 0 60px;
  }
}
.c-service-content__block {
  background: #515b63;
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .c-service-content__block {
    margin: 0 -20px 40px;
  }
}
.c-service-content__block[data-color=yellow] {
  border-top: 1px solid #ffd800;
  border-bottom: 1px solid #ffd800;
}

.c-service-content__block[data-color=blue] {
  border-top: 1px solid #64edff;
  border-bottom: 1px solid #64edff;
}

.c-service-content__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin: 0 0 28px;
}

@media (max-width: 767px) {
  .c-service-content__button {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.c-service-content__button-element {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .c-service-content__button-element {
    margin: 0 8px;
  }
}
.c-service-content__button-toggle {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 5px 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333f48;
}

.c-service-content__button-toggle:hover {
  opacity: 0.6;
}

.c-service-content__button-toggle span {
  display: inline-block;
  padding-right: 18px;
  background-repeat: no-repeat;
}

.c-service-content__button-toggle[data-button=open] {
  background-color: #d8d8d8;
}

.c-service-content__button-toggle[data-button=open] span {
  background: url(../img/kdive/icon-plus.png) no-repeat 100%/13px auto;
}

@media (max-width: 767px) {
  .c-service-content__button-toggle[data-button=open] span {
    background-size: 10px auto;
  }
}
.c-service-content__button-toggle[data-button=close] {
  padding-right: 10px;
}

.c-service-content__button-toggle[data-button=close] span {
  background: url(../img/kdive/icon-close.png) no-repeat 100%/18px auto;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .c-service-content__button-toggle[data-button=close] span {
    background-size: 15px auto;
  }
}
.c-service-content__open {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  display: block;
  width: 100%;
  text-align: left;
  padding: 22px 25px 20px 26px;
  cursor: pointer;
  color: #333f48;
  font-family: Noto Sans JP, sans-serif;
}

@media (max-width: 767px) {
  .c-service-content__open {
    padding: 20px;
  }
}
.c-service-content__open-inner {
  position: relative;
}

.c-service-content__open-inner:after,
.c-service-content__open-inner:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #333f48;
  display: block;
  position: absolute;
  right: 6px;
  top: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .c-service-content__open-inner:after,
  .c-service-content__open-inner:before {
    width: 25px;
    height: 3px;
    right: 0;
    top: 8px;
  }
}
.c-service-content__open-inner:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-service-content__open-inner:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

[data-color=yellow] .c-service-content__open-inner:after,
[data-color=yellow] .c-service-content__open-inner:before {
  background-color: #ffd800;
}

[data-color=blue] .c-service-content__open-inner:after,
[data-color=blue] .c-service-content__open-inner:before {
  background-color: #64edff;
}

.active .c-service-content__open-inner:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.active .c-service-content__open-inner:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-service-content__body {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .c-service-content__body {
    padding: 0 10px 30px;
  }
}
.c-service-content__body ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.c-service-content__body ul li {
  padding: 0 0 0 12px;
  background: url(../img/kdive/icon-list-ar.png) no-repeat left 10px/7px auto;
  margin-bottom: 5px;
}

.c-service-content__cat {
  font-size: 1.4rem;
  margin: 0 0 6px;
}

[data-color=yellow] .c-service-content__cat {
  color: #ffd800;
}

[data-color=blue] .c-service-content__cat {
  color: #64edff;
}

.c-service-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media (max-width: 767px) {
  .c-service-content__header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
.c-service-content__num {
  width: 24px;
  height: 24px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .c-service-content__num {
    margin-top: 4px;
  }
}
[data-color=yellow] .c-service-content__num {
  background-color: #ffd800;
}

[data-color=blue] .c-service-content__num {
  background-color: #64edff;
}

.c-service-content__head {
  margin: 0 0 0 12px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .c-service-content__head {
    font-size: 2rem;
  }
}
.c-service-content__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -3px;
}

@media (max-width: 767px) {
  .c-service-content__col {
    display: block;
    margin: 0;
  }
}
.c-service-content__col-element {
  width: calc(33.33333% - 6px);
  margin: 0 3px 6px;
  background: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .c-service-content__col-element {
    width: 100%;
    margin: 0 0 10px;
  }
}
.c-service-content__col-element[data-size=large] {
  width: calc(50% - 6px);
}

@media (max-width: 767px) {
  .c-service-content__col-element[data-size=large] {
    width: 100%;
  }
}
.c-service-content__col-ph {
  border-bottom: 1px solid #ddd;
}

.c-service-content__col-content {
  padding: 22px 30px 32px;
}

@media (max-width: 767px) {
  .c-service-content__col-content {
    padding: 20px 20px 32px;
  }
}
.c-service-content__col-caption {
  font-size: 1rem;
  text-align: right;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.c-service-content__col-head {
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 1.8rem;
}

.c-service-content__body-upper {
  background: #fff;
  padding: 20px 46px 20px 20px;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .c-service-content__body-upper {
    display: block;
    padding: 10px 10px 24px;
    margin: 0 0 10px;
  }
}
.c-service-content__body-upper-ph {
  width: 561px;
}

@media (max-width: 767px) {
  .c-service-content__body-upper-ph {
    width: 100%;
    margin: 0 0 20px;
  }
}
.c-service-content__body-upper-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-left: 34px;
  padding-top: 27px;
}

@media (max-width: 767px) {
  .c-service-content__body-upper-body {
    padding: 0 10px;
  }
}
.c-service-content__body-upper-body li {
  margin: 0 0 10px;
}

.c-service-content__body-upper-head {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 6px;
}

.c-service-content__body-lead {
  background: #fff;
  padding: 20px 30px;
}

.c-service-content__body-lead small {
  font-size: 1.3rem;
  display: block;
}

.c-service-content__body-element {
  background: #fff;
  border-top: 1px solid #515b63;
  padding: 25px 20px 35px;
}

.c-service-content__body-element-head {
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .c-service-content__body-element-head {
    font-size: 1.6rem;
  }
  .c-service-content__body-element-head br {
    display: none;
  }
}
.c-service-content__body-element ul {
  max-width: 650px;
  margin: 35px auto 0;
}

.c-service-content__body-element ul li {
  margin-bottom: 8px;
}

.c-service-content__body-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .c-service-content__body-images {
    display: block;
  }
}
.c-service-content__body-images-element {
  width: 320px;
  margin: 0 5px;
  text-align: center;
}

@media (max-width: 767px) {
  .c-service-content__body-images-element {
    width: 100%;
    margin: 0 0 20px;
  }
  .c-service-content__body-images-element:last-child {
    margin-bottom: 0;
  }
}
.c-service-content__body-images-ph {
  margin: 0 0 10px;
}

.c-service-content__monitor {
  background: #fff;
  margin-top: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .c-service-content__monitor {
    margin-top: 10px;
  }
}
.c-service-content__monitor-head {
  font-weight: 700;
  padding: 29px 30px 17px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .c-service-content__monitor-head {
    padding: 20px 20px 10px;
  }
}
.c-service-content__monitor-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .c-service-content__monitor-body {
    display: block;
  }
}
.c-service-content__monitor-ph {
  width: 419px;
  text-align: center;
}

@media (max-width: 767px) {
  .c-service-content__monitor-ph {
    width: 100%;
    margin: 0 0 30px;
  }
}
.c-service-content__monitor-ph span {
  font-size: 1.3rem;
  display: inline-block;
  margin-top: 7px;
}

.c-service-content__monitor-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-right: 20px;
  margin-left: -12px;
  margin-top: -30px;
}

@media (max-width: 767px) {
  .c-service-content__monitor-content {
    margin: 0;
    padding: 0 20px;
  }
}
.c-service-content__monitor-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .c-service-content__monitor-content-list {
    display: block;
  }
}
.c-service-content__monitor-content-list ol {
  width: 256px;
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .c-service-content__monitor-content-list ol {
    width: 100%;
    margin: 0;
  }
}
.c-service-content__monitor-content-list li {
  margin: 0 0 14px;
}

.c-service-content__monitor-content-list p {
  margin: 0;
  padding-left: 25px;
}

.c-service-content__monitor-content-list p sup {
  font-size: 1rem;
}

.c-service-content__monitor-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 5px;
}

.c-service-content__monitor-num-element {
  width: 18px;
  height: 18px;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 1.8rem;
  padding-bottom: 1px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #ffd800;
  background: #333f48;
}

.c-service-content__monitor-num span {
  font-weight: 700;
  display: inline-block;
  margin-left: 6px;
  line-height: 1.4;
  margin-top: -2px;
}

.c-service-content__monitor-num small {
  font-weight: 700;
  font-size: 1rem;
  display: inline-block;
  margin-left: 8px;
  margin-top: 2px;
}

.c-service-content__monitor-content-ph {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 337px;
}

@media (max-width: 767px) {
  .c-service-content__monitor-content-ph {
    position: static;
    width: 100%;
  }
}
.c-service-content__monitor-content-ph span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #2badb0;
  display: inline-block;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  padding: 8px 8px 6px;
}

.c-service-content__monitor-caption {
  font-size: 1rem;
  margin: 10px 0 18px;
}

@media (max-width: 767px) {
  .c-service-content__monitor-caption {
    margin-bottom: -30px;
  }
}
.c-voice {
  position: relative;
  margin: 0 0 100px;
  z-index: 3;
}

@media (max-width: 767px) {
  .c-voice {
    margin: 0;
    padding-bottom: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#333f48), color-stop(80%, #333f48), to(#fff));
    background: -webkit-linear-gradient(top, #333f48, #333f48 80%, #fff);
    background: linear-gradient(180deg, #333f48, #333f48 80%, #fff);
  }
}
.c-voice__block {
  background: #fff;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .c-voice__block {
    display: block;
  }
}
.c-voice__ph {
  width: 230px;
}

@media (max-width: 767px) {
  .c-voice__ph {
    margin: 0 auto;
  }
}
.c-voice__ph img {
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.c-voice__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding: 30px 40px 32px;
}

@media (max-width: 767px) {
  .c-voice__content {
    padding: 30px 20px 45px;
  }
}
.c-voice__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-voice__content li {
  margin: 0 0 6px;
  font-size: 1.6rem;
  background: url(../img/kdive/icon-list.png) no-repeat left 7px/15px auto;
  padding-left: 25px;
}

.c-voice__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .c-voice__lower {
    display: block;
  }
}
.c-voice__name {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .c-voice__name {
    text-align: right;
  }
}
.c-voice__content-button {
  text-align: right;
}

@media (max-width: 767px) {
  .c-voice__content-button {
    text-align: center;
    margin-top: 30px;
  }
}
.c-voice__content-button a,
.c-voice__content-button button {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #707070;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.67;
  color: #333f48;
  padding: 6px 18px 7px 30px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-voice__content-button a:hover,
.c-voice__content-button button:hover {
  border-color: #2badb0;
  color: #2badb0;
}

.c-voice__content-button a:hover:before,
.c-voice__content-button button:hover:before {
  border-color: #2badb0;
}

.c-voice__content-button a:before,
.c-voice__content-button button:before {
  content: "";
  border-top: 1px solid #333f48;
  border-right: 1px solid #333f48;
  width: 5px;
  height: 5px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 14px;
  top: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-voice__content-button button {
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 5px;
  cursor: pointer;
}

.c-voice__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 42px;
}

@media (max-width: 767px) {
  .c-voice__button {
    margin-top: 32px;
  }
}
.c-voice__button-trigger {
  display: block;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: #2badb0;
  text-decoration: none;
  padding: 10px 36px 11px 44px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: Noto Sans JP, sans-serif;
}

@media (max-width: 767px) {
  .c-voice__button-trigger {
    font-size: 2rem;
  }
}
.c-voice__button-trigger:hover {
  border-color: #2badb0;
  color: #2badb0;
  background: #fff;
}

.c-voice__button-trigger:hover:before {
  border-color: #2badb0;
}

.c-voice__button-trigger:before {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 15px;
  top: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-voice__modal.iziModal {
  background: transparent;
  padding: 0 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-faq {
  padding: 100px 20px 80px;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .c-faq {
    padding: 60px 13px 30px;
  }
}
.c-faq__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin: 0 0 28px;
  padding: 0 60px;
}

@media (max-width: 767px) {
  .c-faq__button {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.c-faq__button-element {
  margin-left: 15px;
}

@media (max-width: 767px) {
  .c-faq__button-element {
    margin: 0 8px;
  }
}
.c-faq__button-toggle {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 5px 18px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333f48;
  font-family: Noto Sans JP, sans-serif;
}

.c-faq__button-toggle:hover {
  opacity: 0.6;
}

.c-faq__button-toggle span {
  display: inline-block;
  padding-right: 18px;
  background-repeat: no-repeat;
}

.c-faq__button-toggle[data-button=open] {
  background-color: #d8d8d8;
}

.c-faq__button-toggle[data-button=open] span {
  background: url(../img/kdive/icon-plus.png) no-repeat 100%/13px auto;
}

@media (max-width: 767px) {
  .c-faq__button-toggle[data-button=open] span {
    background-size: 10px auto;
  }
}
.c-faq__button-toggle[data-button=close] {
  padding-right: 10px;
}

.c-faq__button-toggle[data-button=close] span {
  background: url(../img/kdive/icon-close.png) no-repeat 100%/18px auto;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .c-faq__button-toggle[data-button=close] span {
    background-size: 15px auto;
  }
}
@media (max-width: 767px) {
  .c-faq__body {
    padding: 0;
  }
}
.c-faq__block {
  margin: 0 0 28px;
}

@media (max-width: 767px) {
  .c-faq__block {
    margin: 0 -10px 28px;
  }
}
.c-faq__block-content {
  display: none;
}

.c-faq__block-open {
  background: transparent;
  border: 0;
  font-weight: 700;
  font-size: 2rem;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 1px solid #333f48;
  margin: 0 0 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333f48;
}

@media (max-width: 767px) {
  .c-faq__block-open {
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
}
.c-faq__block-open:hover {
  color: #2badb0;
}

.c-faq__block-open:hover span:after,
.c-faq__block-open:hover span:before {
  background-color: #2badb0;
}

.c-faq__block-open span {
  position: relative;
  display: block;
}

.c-faq__block-open span:after,
.c-faq__block-open span:before {
  content: "";
  width: 13px;
  height: 3px;
  background: #333f48;
  display: block;
  position: absolute;
  right: 48px;
  top: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .c-faq__block-open span:after,
  .c-faq__block-open span:before {
    top: 10px;
    right: 0;
    width: 20px;
    height: 3px;
  }
}
.c-faq__block-open span:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-faq__block-open span:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-faq__block-open.active span:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-faq__block-open.active span:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-faq__element {
  padding: 0 25px 35px;
}

@media (max-width: 767px) {
  .c-faq__element {
    padding: 0 10px 20px;
  }
}
.c-faq__element-q {
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 12px;
}

.c-faq__element-q:before {
  content: "Q";
  display: inline-block;
  font-family: Barlow Semi Condensed, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  margin-right: 16px;
  margin-top: -2px;
}

.c-faq__element-a {
  border: 1px solid #00a3a5;
  position: relative;
  padding: 20px 42px 20px 85px;
  min-height: 100px;
}

.c-faq__element-a:before {
  content: "A";
  font-family: Barlow Semi Condensed, sans-serif;
  color: #2badb0;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  left: 35px;
  top: 20px;
}

.c-faq__element-a p {
  margin: 0 0 1em;
}

.c-faq__element-a p:last-child {
  margin-bottom: 0;
}

.c-faq__element-a a {
  color: #2badb0;
}

.c-faq__element-a a:hover {
  text-decoration: none;
}

.c-faq__element-a-pict {
  margin: 0 0 65px;
}

.c-faq__element-a-pict:last-child {
  margin-bottom: 20px;
}

.c-faq__element-a-pict-text {
  font-size: 1.3rem;
  margin: 0 0 20px;
}

.c-faq__element-a-pict-head {
  color: #2badb0;
  padding-bottom: 5px;
  margin: 0 0 10px;
  border-bottom: 1px solid #707070;
  font-weight: 500;
}

.c-roadmap {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .c-roadmap {
    padding: 60px 0;
  }
}
.c-roadmap__lead {
  margin: 0 0 60px;
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .c-roadmap__lead {
    text-align: left;
    margin: 0 0 24px;
    font-size: 1.6rem;
  }
}
.c-roadmap__content {
  position: relative;
}

/*.c-roadmap__content:before {
    content: "";
    height: 70px;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#148486), to(#2badb0));
    background: linear-gradient(90deg, #148486, #2badb0);
    width: calc(100% - 65px);
    left: 0;
    position: absolute;
    top: 81px
}

@media(max-width:767px) {
    .c-roadmap__content:before {
        height: calc(100% + 100px);
        top: -50px;
        width: 70px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        background: -webkit-gradient(linear, left top, left bottom, from(#148486), to(#2badb0));
        background: linear-gradient(#148486, #2badb0)
    }
}*/
/*.c-roadmap__content:after {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #2badb0;
    border-style: solid;
    border-width: 65px 0 65px 50px;
    position: absolute;
    right: 15px;
    top: 53px
}

@media(max-width:767px) {
    .c-roadmap__content:after {
        bottom: -100px;
        top: auto;
        border-width: 50px 65px 0;
        border-color: #2badb0 transparent transparent;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}*/
.c-roadmap__body {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .c-roadmap__body {
    display: block;
    padding: 0 20px;
  }
}
.c-roadmap__phase {
  background: #F7F7F7;
  position: relative;
}

@media (max-width: 767px) {
  .c-roadmap__phase {
    width: 100%;
    margin: 0 0 0;
  }
}
.c-roadmap__phase:nth-of-type(2) .c-roadmap__phase-upper {
  background: #468A8C;
}

.c-roadmap__phase:nth-of-type(3) .c-roadmap__phase-upper {
  background: #126769;
}

@media (max-width: 767px) {
  .c-roadmap__phase:nth-of-type(1),
  .c-roadmap__phase:nth-of-type(2),
  .c-roadmap__phase:nth-of-type(3) {
    width: 100%;
    margin-left: 0;
  }
}
.c-roadmap__phase-upper {
  text-align: center;
  height: 113px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-roadmap__phase-upper[data-active=true] {
  background: #2badb0;
}

.c-roadmap__phase-header {
  min-height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2badb0;
  gap: 17.4px;
}

.c-roadmap__phase-header[data-color=white] {
  color: #fff;
}

.c-roadmap__phase-head {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  width: 49px;
}

.c-roadmap__phase-head span {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 3rem;
  margin-left: 8px;
  display: inline-block;
}

.c-roadmap__phase-time {
  font-size: 1.3rem;
}

.c-roadmap__phase-pict {
  margin: 0 auto 0;
  max-width: 180px;
  width: 100%;
}

.c-roadmap__phase-lower {
  padding: 49px 25px 32px;
}

.c-roadmap__phase-lower p {
  margin: 23px auto 0;
  font-size: 1.6rem;
  line-height: 160%;
  max-width: 300px;
}

.c-roadmap__phase-title {
  text-align: left;
  font-size: 1.6rem;
  color: #fff;
}

/* コックピットの提供 */
.c-cockpit {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .c-cockpit {
    padding-top: 60px;
  }
}
/* コックピットモニターの各部説明 */
.c-monitor {
  padding: 80px 20px;
}

@media (max-width: 767px) {
  .c-monitor {
    padding: 60px 0px 0;
  }
}
.c-news {
  margin: 0 0 100px;
  position: relative;
}

@media (max-width: 767px) {
  .c-news {
    margin: 0 0 60px;
  }
}
.c-news__body {
  padding: 0 0 0;
}

@media (max-width: 767px) {
  .c-news__body {
    padding: 0;
  }
}
.c-news__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 0;
  border-bottom: solid 1px #888888;
  gap: 24px;
}

@media (max-width: 767px) {
  .c-news__element {
    display: block;
  }
}
.c-news__time {
  min-width: 8.5em;
  font-size: 1.4rem;
}

.c-news__title {
  font-size: 1.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.c-news__title a {
  color: #333f48;
  display: block;
}

.c-news__title a:hover {
  text-decoration: none;
}

.c-lower-cta {
  background: #EDF2F2;
  padding: 123px 20px 86px;
  position: relative;
}

@media (max-width: 767px) {
  .c-lower-cta {
    padding: 60px 15px 60px;
  }
}
.c-lower-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.c-lower-cta__head {
  text-align: center;
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
}

@media (max-width: 767px) {
  .c-lower-cta__head {
    font-size: 1.7rem;
    margin: 0 0 30px;
    min-height: 48px;
  }
  .c-lower-cta__head br {
    display: none;
  }
}
.c-lower-cta__head span {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}

.c-lower-cta__head span:before {
  content: "";
  display: block;
  height: 90%;
  position: absolute;
  width: 1px;
  background: #fff;
  opacity: 0.6;
  left: 0;
  top: 5%;
}

.c-lower-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.c-lower-cta__button-element {
  margin: 0 5px;
}

@media (max-width: 767px) {
  .c-lower-cta__button-element {
    margin: 0 2px;
  }
}
.c-lower-cta__button-element a {
  background: rgb(0, 167, 172);
  background: -webkit-linear-gradient(14deg, rgb(0, 167, 172) 0%, rgb(0, 161, 165) 50%, rgb(0, 129, 184) 100%);
  background: linear-gradient(76deg, rgb(0, 167, 172) 0%, rgb(0, 161, 165) 50%, rgb(0, 129, 184) 100%);
  display: inline-block;
  border-radius: 35px;
  padding: 11px 60px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.015em;
}

@media (max-width: 767px) {
  .c-lower-cta__button-element a {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
}
/*.c-lower-cta__button-element a:hover {
    color: #2badb0;
    border-color: #2badb0;
    background: #fff
}*/
@media (max-width: 767px) {
  #scorollvisible #sp-btn_contact {
    display: none;
  }
  .c-lower-cta--fixed:not([style="display: none;"]) ~ #footer #page-top {
    bottom: 76px;
    z-index: 10;
  }
}
#breadcrumbs,
#footer {
  position: relative;
}

.c-page-sub__main {
  background: #cecece url(../img/bg-upper.png) repeat-x center 102px;
  padding-top: 20px;
  padding-bottom: 65px;
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .c-page-sub__main {
    padding-bottom: 35px;
    padding-top: 0;
  }
}
.c-page-sub__main:after {
  content: "";
  display: block;
  height: 158px;
  width: 1353px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background: url(../img/pict-bg-lower.svg) no-repeat;
  background-size: auto 100%;
  background-position: top;
  bottom: -110px;
}

.c-page-sub__content {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
  padding-bottom: 55px;
  position: relative;
}

@media (max-width: 767px) {
  .c-page-sub__content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
    padding-top: 50px;
  }
}
.c-page-sub__content:before {
  content: "";
  display: block;
  height: 2px;
  background: #707070;
  width: 100%;
  position: absolute;
  top: -15px;
  left: 0;
}

@media (max-width: 767px) {
  .c-page-sub__content:before {
    top: 14px;
  }
}
.c-page-sub__content-inner {
  position: relative;
}

.c-page-sub__content-inner:after,
.c-page-sub__content-inner:before {
  content: "";
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  height: 60px;
  z-index: 1;
}

@media (max-width: 767px) {
  .c-page-sub__content-inner:after,
  .c-page-sub__content-inner:before {
    top: -34px;
  }
}
.c-page-sub__content-inner:before {
  content: "";
  width: 156px;
  height: 60px;
  left: 30px;
  background-image: url(../img/pict-spot-left.svg);
}

@media (max-width: 767px) {
  .c-page-sub__content-inner:before {
    left: -52px;
  }
}
.c-page-sub__content-inner:after {
  content: "";
  width: 150px;
  height: 60px;
  right: 30px;
  background-image: url(../img/pict-spot-right.svg);
}

@media (max-width: 767px) {
  .c-page-sub__content-inner:after {
    right: -52px;
  }
}
#header {
  z-index: 22;
  left: 0;
}

#header,
.c-sm-nav {
  position: fixed;
  top: 0;
}

.c-sm-nav {
  right: 0;
  z-index: 23;
}

.c-sm-nav__trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  border: 0;
  width: 50px;
  cursor: pointer;
  background: #333f48;
  position: relative;
}

@media (min-width: 768px) {
  .c-sm-nav__trigger {
    display: none;
  }
}
.c-sm-nav__trigger span {
  height: 2px;
  width: 18px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-sm-nav__trigger span:first-of-type {
  top: 10px;
}

.c-sm-nav__trigger span:nth-of-type(2) {
  top: 17px;
}

.c-sm-nav__trigger span:nth-of-type(3) {
  top: 24px;
}

.c-sm-nav__trigger small {
  color: #fff;
  font-size: 1.1rem;
  font-family: Barlow Semi Condensed, sans-serif;
  letter-spacing: 0.1em;
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  left: 0;
  bottom: 5px;
  padding-left: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-sm-nav__trigger small[data-open=true] {
  opacity: 0;
}

.c-sm-nav__trigger--active span:first-of-type {
  top: 15px;
  -webkit-transform: rotate(20deg) translateX(0) translateY(2px);
  transform: rotate(20deg) translateX(0) translateY(2px);
}

.c-sm-nav__trigger--active span:nth-of-type(2) {
  top: 23px;
  -webkit-transform: rotate(-20deg) translateX(1px) translateY(-6px);
  transform: rotate(-20deg) translateX(1px) translateY(-6px);
}

.c-sm-nav__trigger--active small[data-open=true] {
  opacity: 1;
}

.c-sm-nav__trigger--active small[data-open=false] {
  opacity: 0;
}

#headerInner {
  width: 100%;
}

@media (min-width: 768px) {
  #headerInner {
    padding: 0 38px;
  }
}
.c-page-nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 4;
}

@media (min-width: 768px) {
  .c-page-nav {
    z-index: 22;
  }
}
@media (max-width: 767px) {
  .c-page-nav {
    top: auto;
    bottom: 0;
  }
}
.c-page-nav__body {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .c-page-nav__body {
    display: block;
  }
}
.c-page-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  padding: 15px 20px 15px 28px;
  border-radius: 0 0 0 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
  .c-page-nav__content {
    border-radius: 0;
    padding: 7px 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
.c-page-nav__logo {
  width: 47px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .c-page-nav__logo {
    margin-right: 10px;
    width: 45px;
    padding-top: 2px;
  }
}
.c-page-nav__element {
  margin: 40px auto 0;
  text-align: center;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .c-page-nav__element {
    padding: 0;
  }
}
.c-page-nav__element a {
  background: rgb(0, 167, 172);
  background: -webkit-linear-gradient(14deg, rgb(0, 167, 172) 0%, rgb(0, 161, 165) 50%, rgb(0, 129, 184) 100%);
  background: linear-gradient(76deg, rgb(0, 167, 172) 0%, rgb(0, 161, 165) 50%, rgb(0, 129, 184) 100%);
  display: inline-block;
  border-radius: 35px;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.015em;
}

@media (max-width: 767px) {
  .c-page-nav__element a {
    font-size: 1.4rem;
    padding: 10px 17px;
    white-space: nowrap;
    width: 100%;
  }
}
/*@media(min-width:768px) {
    .c-page-nav__element a:hover {
        color: #2badb0;
        border-color: #2badb0;
        background: #fff
    }
}*/
.c-content-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: #fff;
  width: 200px;
  height: 100%;
  padding-top: 65px;
}

@media (max-width: 767px) {
  .c-content-nav {
    width: 100%;
    background: #333F48;
    color: #fff;
    padding: 90px 20px;
  }
}
.c-content-nav__logo {
  padding: 30px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .c-content-nav__logo {
    display: none;
  }
}
.c-content-nav__body {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-content-nav__element {
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .c-content-nav__element {
    margin-bottom: 0;
    border-bottom: solid 1px #fff;
  }
}
.c-content-nav__about,
.c-content-nav__links {
  display: block;
  width: 100%;
  color: #333f48;
  text-align: left;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  padding: 20px 20px 20px 20px;
  /*min-width: 121px;*/
  position: relative;
}

@media (max-width: 767px) {
  .c-content-nav__about,
  .c-content-nav__links {
    background: transparent;
    color: #fff;
  }
}
.c-content-nav__links--active,
.c-content-nav__links:hover {
  background: #2badb0;
  color: #fff;
}

.c-content-nav__links--active:before,
.c-content-nav__links:hover:before {
  border-color: #fff;
}

.c-footer {
  background-color: #fff;
}

.c-footer__upper {
  padding: 75px 0 20px;
}

@media (max-width: 767px) {
  .c-footer__upper {
    padding: 45px 0 50px;
  }
}
.c-footer__sns {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .c-footer__sns {
    margin: 0 0 20px;
  }
}
.c-footer__sns-head {
  text-align: center;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.06em;
  font-size: 1.2rem;
  margin: 0 0 16px;
}

.c-footer__sns-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-footer__sns-element {
  width: 40px;
  margin: 0 10px;
}

.c-footer__sns-element a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-footer__sns-element a:hover {
  opacity: 0.5;
}

.c-footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .c-footer__links ul {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-footer__links li {
    margin: 0 0 7px;
  }
}
.c-footer__links li:after {
  content: "";
  display: inline-block;
  margin: 0 22px;
  height: 1em;
  width: 1px;
  background: #e8eaea;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .c-footer__links li:after {
    display: none;
  }
}
.c-footer__links li:last-child:after {
  display: none;
}

.c-footer__links a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #333f48;
}

.c-footer__links a:hover {
  text-decoration: underline;
}

.c-footer__logo {
  width: 257px;
  margin: 0 auto 10px;
}

.c-footer__lower {
  background: #2badb0;
  color: #333f48;
  text-align: center;
  padding: 70px 10px 60px;
}

.c-footer__copyright {
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
}

.c-nav-global {
  position: fixed;
  background: #fff;
  width: 100%;
  display: none;
  z-index: 20;
  overflow: scroll;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .c-nav-global {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.c-nav-global__wrapper {
  height: calc(100vh - 66px);
}

@media (max-width: 767px) {
  .c-nav-global__wrapper {
    height: calc(100vh - 50px);
  }
}
@media (min-width: 768px) {
  .c-nav-global__upper {
    display: none;
  }
}
.c-nav-global__contact a {
  background-color: #2badb0;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  height: 90px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.c-nav-global__contact a span {
  display: inline-block;
  background-image: url(../img/icon-contact-white.svg);
  background-repeat: no-repeat;
  background-position: left 53%;
  background-size: 25px auto;
  padding-left: 34px;
}

.c-nav-global__consult a {
  background-color: #fff500;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2badb0;
  height: 90px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.c-nav-global__consult a span {
  display: inline-block;
  background-image: url(../img/icon-consult.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 35px auto;
  padding-left: 43px;
}

.c-nav-global__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .c-nav-global__inner {
    padding: 30px 20px 40px;
  }
}
.c-nav-global__block {
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .c-nav-global__block {
    margin: 0 0 30px;
  }
}
.c-nav-global__head {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  border-left: 2px solid #2badb0;
  padding-left: 14px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .c-nav-global__head {
    font-size: 1.5rem;
    padding-left: 12px;
    margin: 0 0 15px;
  }
}
.c-nav-global__seminar {
  padding: 0;
  margin: 0 -20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 767px) {
  .c-nav-global__seminar {
    display: block;
    margin: 0;
  }
}
.c-nav-global__seminar-element {
  width: calc(50% - 40px);
  margin: 0 20px 30px;
}

@media (max-width: 767px) {
  .c-nav-global__seminar-element {
    width: 100%;
    margin: 0 0 15px;
  }
}
.c-nav-global__seminar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #333f48;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #e8eaea;
  position: relative;
}

.c-nav-global__seminar-links:hover {
  color: #2badb0;
}

.c-nav-global__seminar-links:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2badb0 url(../img/icon-ar-white.svg) no-repeat 56%;
  background-size: 5px auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .c-nav-global__seminar-links:after {
    top: 14px;
  }
}
.c-nav-global__seminar-ph {
  width: 100px;
}

@media (max-width: 767px) {
  .c-nav-global__seminar-ph {
    width: 60px;
  }
}
.c-nav-global__seminar-content {
  padding-left: 22px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .c-nav-global__seminar-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    padding-left: 12px;
    padding-top: 6px;
  }
}
.c-nav-global__seminar-content small {
  display: block;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .c-nav-global__seminar-content small {
    font-size: 1.3rem;
  }
}
.c-nav-global__seminar-content span {
  display: block;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .c-nav-global__seminar-content span {
    font-size: 1.8rem;
  }
}
.c-nav-global__product-bnr {
  margin: 0 0 45px;
}

@media (max-width: 767px) {
  .c-nav-global__product-bnr {
    margin: 0 -10px 20px;
  }
}
.c-nav-global__product-bnr a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-nav-global__product-bnr a:hover {
  opacity: 0.7;
}

.c-nav-global__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-nav-global__list-element {
  width: 25%;
  margin: 0 0 20px;
  border-right: 1px solid #e8eaea;
}

@media (max-width: 767px) {
  .c-nav-global__list-element {
    width: 100%;
    border-top: 1px solid #e8eaea;
    border-right: 0;
    margin: 0;
  }
}
.c-nav-global__list-element:nth-of-type(4n) {
  border-right: 0;
}

.c-nav-global__list-links {
  color: #333f48;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 0 40px;
  display: block;
}

@media (max-width: 767px) {
  .c-nav-global__list-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
  }
}
.c-nav-global__list-links:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #333f48 url(../img/icon-ar-white.svg) no-repeat 56%;
  background-size: 5px auto;
  position: absolute;
  right: 15px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .c-nav-global__list-links:after {
    right: 0;
    top: 18px;
  }
}
.c-nav-global__list-links:hover {
  color: #2badb0;
  opacity: 0.8;
}

.c-nav-global__list-links:hover:after {
  background-color: #2badb0;
}

.c-nav-global__list-links[target=_blank]:after {
  background-image: url(../img/icon-external.png);
  background-color: transparent;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .c-nav-global__list-links[target=_blank]:after {
    top: 20px;
  }
}
.c-nav-global__list-ph {
  width: 100%;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .c-nav-global__list-ph {
    width: 52px;
    margin: 0;
  }
}
.c-nav-global__list-content {
  line-height: 1.5;
  min-height: 3em;
}

@media (max-width: 767px) {
  .c-nav-global__list-content {
    min-height: 0;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    padding-right: 30px;
    padding-top: 2px;
  }
}
.c-nav-global__list-content small {
  display: block;
  font-size: 1.4rem;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .c-nav-global__list-content small {
    font-size: 1.3rem;
  }
}
.c-nav-global__list-content span {
  display: block;
  font-size: 1.6rem;
}

.c-nav-global__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 -20px;
}

@media (max-width: 767px) {
  .c-nav-global__bnr {
    margin: 0;
  }
}
.c-nav-global__bnr-element {
  margin: 0;
  width: 300px;
}

.c-nav-global__bnr-element[data-size=large] {
  width: 500px;
  margin: 0 20px 30px;
}

@media (max-width: 767px) {
  .c-nav-global__bnr-element[data-size=large] {
    margin: 0 -10px 10px;
    width: 100%;
    max-width: 354px;
  }
  .c-nav-global__bnr-element[data-size=large]:nth-of-type(2) {
    margin-bottom: 30px;
  }
}
.c-nav-global__bnr-links {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-nav-global__bnr-links:hover {
  opacity: 0.6;
}

.c-nav-global__links {
  position: absolute;
  right: 0;
  top: 40px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
}

@media (max-width: 767px) {
  .c-nav-global__links {
    position: static;
    display: block;
    margin-top: 40px;
    padding-bottom: 50px;
  }
}
.c-nav-global__links li {
  margin-left: 34px;
}

@media (max-width: 767px) {
  .c-nav-global__links li {
    margin-left: 0;
    border-top: 1px solid #e8eaea;
    padding: 0 10px;
  }
  .c-nav-global__links li:last-child {
    border-bottom: 1px solid #e8eaea;
  }
}
.c-nav-global__links-element {
  background: #fff;
  text-decoration: none;
  color: #333f48;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-position: 0;
}

@media (max-width: 767px) {
  .c-nav-global__links-element {
    padding: 10px 0 10px 22px;
    display: block;
  }
}
.c-nav-global__links-element:hover {
  color: #2badb0;
}

.c-nav-global__links-element[data-links=about] {
  background-image: url(../img/icon-about.svg);
  background-size: 10px auto;
}

@media (max-width: 767px) {
  .c-nav-global__links-element[data-links=about] {
    background-position: 2px;
  }
}
.c-nav-global__links-element[data-links=magazine] {
  background-image: url(../img/icon-magazine.svg);
  background-size: 15px auto;
  background-position: left 56%;
}

.c-nav-sitemap {
  background-color: #3f3d2f;
  padding: 30px 0;
}

@media (max-width: 575px) {
  .c-nav-sitemap {
    padding: 0;
  }
}
.c-nav-sitemap ul[data-sitemap-level="1"],
.c-nav-sitemap ul[data-sitemap-level="2"],
.c-nav-sitemap ul[data-sitemap-level="3"] {
  margin: 0;
}

.c-nav-sitemap li[data-sitemap-level="1"],
.c-nav-sitemap li[data-sitemap-level="2"],
.c-nav-sitemap li[data-sitemap-level="3"] {
  display: block;
  margin: 0;
  padding: 0;
}

.c-nav-sitemap a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding-left: 30px;
}

@media (max-width: 575px) {
  .c-nav-sitemap a {
    padding: 20px;
  }
}
.c-nav-sitemap a:hover {
  opacity: 0.7;
}

.c-nav-sitemap a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 -20px;
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #2badb0;
}

@media (max-width: 575px) {
  .c-nav-sitemap a:before {
    display: none;
    margin: 0;
  }
}
.c-nav-sitemap__body {
  background-color: #3f3d2f;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
}

@media (max-width: 991px) {
  .c-nav-sitemap__body {
    max-width: 100%;
  }
}
.c-nav-sitemap ul[data-sitemap-level="1"] {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  padding: 0;
}

@media (max-width: 576px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-nav-sitemap ul[data-sitemap-level="1"] {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.c-nav-sitemap li[data-sitemap-level="1"] {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}

@media (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="1"] {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="1"] a {
    border-bottom: 2px solid #fff;
    margin: 0;
  }
  .c-nav-sitemap li[data-sitemap-level="1"] a :before {
    display: none;
    margin: 0;
  }
}
.c-nav-sitemap ul[data-sitemap-level="2"] {
  padding: 0 0 0 1em;
}

@media (max-width: 575px) {
  .c-nav-sitemap ul[data-sitemap-level="2"] {
    padding: 0;
  }
}
.c-nav-sitemap li[data-sitemap-level="2"] {
  margin: 0 0 0.5em;
}

@media (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] a {
    border-bottom: 1px solid #3f3d2f;
    background: #baa98f;
    padding: 15px 20px;
    color: #333f48;
  }
}
.c-nav-sitemap li[data-sitemap-level="2"] a:before {
  background: #00a3a5;
}

@media (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="2"] a:before {
    display: none;
    margin: 0;
  }
}
.c-nav-sitemap ul[data-sitemap-level="3"] {
  padding: 0 0 0 1em;
}

@media (max-width: 575px) {
  .c-nav-sitemap ul[data-sitemap-level="3"] {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="3"] a {
    background: #dad3c9;
    padding: 10px 20px;
    color: #333f48;
  }
}
.c-nav-sitemap li[data-sitemap-level="3"] a:before {
  border: 1px solid #fff;
  background: #fff;
}

@media (max-width: 575px) {
  .c-nav-sitemap li[data-sitemap-level="3"] a:before {
    display: none;
    margin: 0;
  }
}
.c-nav-breadcrumb {
  font-size: 1.2rem;
  max-width: 1200px;
  margin: 0 auto 38px;
}

@media (max-width: 767px) {
  .c-nav-breadcrumb {
    display: none;
  }
}
.c-nav-breadcrumb ol {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.c-nav-breadcrumb ol > li {
  list-style: none;
  font-size: 0.875em;
}

.c-nav-breadcrumb ol > li:last-child a :after {
  display: none;
}

.c-nav-breadcrumb a {
  color: #333f48;
  display: inline-block;
  text-decoration: underline;
}

.c-nav-breadcrumb a :after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
  color: #333f48;
}

.c-nav-breadcrumb__item {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.c-nav-breadcrumb__item:last-child {
  font-weight: 700;
}

.c-nav-breadcrumb__item[data-breadcrumb=current] a {
  text-decoration: none;
}

.c-list-banner {
  padding: 30px 0;
}

.c-list-banner__body {
  width: 1480;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1540px) {
  .c-list-banner__body {
    max-width: 1540px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .c-list-banner__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-list-banner__body > ul {
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.c-list-banner__body > ul > li {
  list-style: none;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .c-list-banner__body > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-list-banner__body > ul > li > a {
  text-decoration: none;
  display: block;
}

.c-list-banner__body > ul > li > a:hover {
  opacity: 0.7;
}

@media (max-width: 575px) {
  .c-list-banner__body > ul > li > a > img {
    width: 100%;
  }
}
.c-list-category {
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .c-list-category {
    display: none;
  }
}
.c-list-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
}

.c-list-category li {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

.c-list-category a {
  background: #cecece;
  color: #333;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 5px;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none;
}

.c-list-tag {
  font-size: 1rem;
}

@media (max-width: 576px) {
  .c-list-tag {
    display: none;
  }
}
.c-list-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.c-list-tag li {
  list-style: none;
  margin: 0 0.3em;
  padding: 0;
}

.c-list-tag a {
  background: #2badb0;
  color: #fff;
  display: block;
  padding: 1em 1.9em;
  text-decoration: none;
}

.c-hero {
  position: relative;
}

.c-hero__pict {
  background: -webkit-gradient(linear, left top, left bottom, from(#00a7ac), to(#0b7e81));
  background: -webkit-linear-gradient(top, #00a7ac, #0b7e81);
  background: linear-gradient(180deg, #00a7ac, #0b7e81);
}

.c-hero__pict-inner {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.c-hero__caption {
  font-size: 3.4rem;
  font-weight: 700;
  position: absolute;
  top: 20px;
  text-align: center;
  width: 100%;
  left: 0;
  color: #fff;
  letter-spacing: 0.015em;
  z-index: 2;
}

@media (max-width: 767px) {
  .c-hero__caption {
    font-size: 2.4rem;
    line-height: 1.3;
    top: 3.4vw;
  }
}
.c-hero__content {
  text-align: center;
  margin: -350px auto 0;
  position: relative;
  max-width: 1200px;
  z-index: 5;
}

@media (max-width: 767px) {
  .c-hero__content {
    margin-top: -130px;
  }
}
.c-hero__content p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 35px;
}

@media (max-width: 767px) {
  .c-hero__content p {
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
.c-hero__logo {
  width: 253px;
  margin: 0 auto 2px;
}

@media (max-width: 767px) {
  .c-hero__logo {
    width: 150px;
  }
}
.c-hero__start {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 180px;
  top: -208px;
  padding-top: 22px;
}

@media (max-width: 767px) {
  .c-hero__start {
    position: static;
    width: auto;
    height: auto;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 5px;
    width: 310px;
    margin: 0 auto;
  }
}
.c-hero__start-date {
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .c-hero__start-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.c-hero__start-date small {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1px;
}

@media (max-width: 767px) {
  .c-hero__start-date small {
    margin-bottom: 0;
    margin-right: 5px;
  }
}
.c-hero__start-date span {
  display: block;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .c-hero__start-date span {
    font-size: 1.3rem;
  }
}
.c-hero__start-date span em {
  font-style: normal;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .c-hero__start-date span em {
    font-size: 1.9rem;
  }
}
.c-hero__start-text {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #2badb0;
  position: relative;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .c-hero__start-text {
    font-size: 1.8rem;
    padding-left: 10px;
    padding-top: 0;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .c-hero__start-text br {
    display: none;
  }
}
.c-hero__start-text:before {
  content: "";
  width: 38px;
  height: 1px;
  background: #2badb0;
  left: 50%;
  top: 0;
  display: block;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  position: absolute;
}

@media (max-width: 767px) {
  .c-hero__start-text:before {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 1em;
    top: 50%;
  }
}
.c-pagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 4rem;
  margin: 20px 0 0;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 576px) {
  .c-pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
.c-pagination a {
  background: none;
  color: currentColor;
  text-decoration: none;
  font-size: 0.88889em;
}

.c-pagination__next a,
.c-pagination__prev a {
  border: 1px solid #d2cdcd;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
}

.c-pagination__next a[data-disabled=true],
.c-pagination__prev a[data-disabled=true] {
  opacity: 0.3;
  pointer-events: none;
}

.c-pagination__prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
}

.c-pagination__prev :before {
  content: "<";
  font-size: 0.77778em;
  display: inline-block;
  vertical-align: middle;
  color: #333f48;
  padding-right: 5px;
}

.c-pagination__next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
          order: 3;
}

.c-pagination__next :after {
  content: "＞";
  font-size: 0.77778em;
  display: inline-block;
  vertical-align: middle;
  color: #333f48;
  padding-left: 5px;
}

.c-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  list-style: none;
  margin: 0 30px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
          order: 2;
  padding: 0;
}

@media (max-width: 576px) {
  .c-pagination__numbers {
    display: none;
  }
}
.c-pagination__number {
  display: block;
  list-style: none;
  margin: 0 0.5em;
}

.c-pagination__number:hover {
  padding-bottom: 2px;
}

.c-pagination__number--current,
.c-pagination__number:hover {
  border-bottom: 2px solid #2badb0;
}

.c-pagination__number--current:hover {
  padding-bottom: 0;
}

.c-pagination__number a {
  display: block;
  padding: 0 0.3em;
  text-align: center;
}

.c-pagination__number a:after {
  display: none;
}

@media (min-width: 768px) {
  .bge-contents .detail-list,
  .c-content-main .detail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
.bge-contents .detail-list > li,
.c-content-main .detail-list > li {
  position: relative;
  font-size: 1em;
  padding-left: 3em;
}

@media (min-width: 768px) {
  .bge-contents .detail-list > li,
  .c-content-main .detail-list > li {
    width: 48%;
  }
  .bge-contents .detail-list > li:nth-child(3),
  .c-content-main .detail-list > li:nth-child(3) {
    width: 100%;
  }
}
.bge-contents .detail-list > li:before,
.c-content-main .detail-list > li:before {
  content: counter(content-main-ol-default, decimal-leading-zero);
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 1.5em;
}

.bge-contents .detail-list > li span,
.c-content-main .detail-list > li span {
  display: block;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.7em;
}

.bge-contents .detail-list > li:last-child,
.bge-contents .detail-list > li:not(:last-child),
.c-content-main .detail-list > li:last-child,
.c-content-main .detail-list > li:not(:last-child) {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px solid #d8d8d8;
}

.bge-contents .detail-list > li:first-child:before,
.bge-contents .detail-list > li:nth-child(2):before,
.c-content-main .detail-list > li:first-child:before,
.c-content-main .detail-list > li:nth-child(2):before {
  background-color: #7a7a7a;
}

.bge-contents .detail-list > li:nth-child(3):before,
.c-content-main .detail-list > li:nth-child(3):before {
  background-color: #2badb0;
}

.bge-contents .detail-list > li:nth-child(4):before,
.bge-contents .detail-list > li:nth-child(5):before,
.c-content-main .detail-list > li:nth-child(4):before,
.c-content-main .detail-list > li:nth-child(5):before {
  background-color: #7a7a7a;
}

.bge-contents .img-animation,
.c-content-main .img-animation {
  margin: 2em 0;
}

.bge-contents .img-animation img,
.c-content-main .img-animation img {
  max-width: 100%;
}

.bge-contents .detail-list-exblock .ttl,
.c-content-main .detail-list-exblock .ttl {
  font-weight: 500;
  font-size: 1.6em;
  color: #2badb0;
  text-align: center;
  padding: 0.8em;
  margin-bottom: 0;
  background: #cecece;
}

.bge-contents .detail-list-exblock .inner,
.c-content-main .detail-list-exblock .inner {
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .bge-contents .detail-list-exblock .inner,
  .c-content-main .detail-list-exblock .inner {
    display: block;
  }
}
.bge-contents .detail-list-exblock .col,
.c-content-main .detail-list-exblock .col {
  width: 48%;
  background: url(/pickup/horunavi/img/bg-pattern03.png), #e8eaea;
  padding: 1.5em;
}

@media (max-width: 767px) {
  .bge-contents .detail-list-exblock .col,
  .c-content-main .detail-list-exblock .col {
    width: 100%;
  }
  .bge-contents .detail-list-exblock .col:not(:last-child),
  .c-content-main .detail-list-exblock .col:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.bge-contents .detail-list-exblock .sttl,
.c-content-main .detail-list-exblock .sttl {
  font-size: 1.3em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .bge-contents .detail-list-exblock .btn a[data-type=btn],
  .c-content-main .detail-list-exblock .btn a[data-type=btn] {
    max-width: 100%;
    min-width: 0;
  }
}
.bge-contents .detail-list-exblock .btn a[data-type=btn]:after,
.c-content-main .detail-list-exblock .btn a[data-type=btn]:after {
  position: absolute;
  width: 1em;
  height: 1em;
  content: "";
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  right: 1.25em;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: calc(50% - 2px);
  background: none;
  bottom: auto;
  margin: 0;
}

.bge-contents .detail-list-exblock .btn a[data-type=btn]:hover:after,
.c-content-main .detail-list-exblock .btn a[data-type=btn]:hover:after {
  border-color: #2badb0;
}

.bge-contents .anchor-block,
.c-content-main .anchor-block {
  background: #00a3a5;
  padding: 2em;
}

@media (min-width: 768px) {
  .bge-contents .anchor-block,
  .c-content-main .anchor-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
.bge-contents .anchor-block button,
.c-content-main .anchor-block button {
  width: 100%;
}

@media (min-width: 768px) {
  .bge-contents .anchor-block button,
  .c-content-main .anchor-block button {
    width: 32%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .bge-contents .anchor-block button:not(:last-child),
  .c-content-main .anchor-block button:not(:last-child) {
    margin-bottom: 1em;
  }
}
.bge-contents .anchor-block button[data-type=btn]:after,
.c-content-main .anchor-block button[data-type=btn]:after {
  position: absolute;
  width: 1em;
  height: 1em;
  content: "";
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  left: 1.25em;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% - 2px);
  background: none;
  bottom: auto;
  margin: 0;
}

.bge-contents .anchor-block button[data-type=btn]:hover:after,
.c-content-main .anchor-block button[data-type=btn]:hover:after {
  border-color: #2badb0;
}

.bge-contents p[data-type=mcmg],
.c-content-main p[data-type=mcmg] {
  font-size: 1.125em;
  letter-spacing: 0.0625em;
  line-height: 2.1;
}

.bge-contents p[data-type=mcmg] span,
.c-content-main p[data-type=mcmg] span {
  font-weight: 700;
  color: #2badb0;
}

.bge-contents [data-col-type=movie] .inner,
.c-content-main [data-col-type=movie] .inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

.bge-contents [data-col-type=movie] .inner iframe,
.c-content-main [data-col-type=movie] .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .bge-contents [data-type=btn][data-btn-length=short],
  .c-content-main [data-type=btn][data-btn-length=short] {
    max-width: 200px;
  }
}
.bge-contents .bg-gray,
.c-content-main .bg-gray {
  background: #cecece;
  padding: 1.5em;
}

.bge-contents .flow-wrap,
.c-content-main .flow-wrap {
  position: relative;
  z-index: 2;
  padding: 5em 0;
}

.bge-contents .flow-wrap h3,
.c-content-main .flow-wrap h3 {
  color: #333;
  text-align: center;
  padding-bottom: 0.7em;
  margin-bottom: 1.5em;
  position: relative;
}

.bge-contents .flow-wrap h3:after,
.c-content-main .flow-wrap h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #2badb0;
}

.bge-contents .flow-wrap:after,
.c-content-main .flow-wrap:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100vw;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  background: #00a3a5;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 1239px) {
  .bge-contents .flow-wrap:after,
  .c-content-main .flow-wrap:after {
    width: 1239px;
  }
}
.bge-contents .detail-block,
.c-content-main .detail-block {
  margin-top: 1.875em;
  padding: 1.5em 2.5em 2.5em;
  background: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .bge-contents .detail-block,
  .c-content-main .detail-block {
    padding-top: 43%;
  }
}
.bge-contents .detail-block:after,
.c-content-main .detail-block:after {
  position: absolute;
  display: block;
  content: "";
  width: 150px;
  padding-top: 100px;
  background: url(/pickup/horunavi/img/logo-horunavi-plus.svg) no-repeat 50%/60% auto;
  right: 30px;
  top: 30px;
  border: 1px solid #ddd;
}

@media (max-width: 767px) {
  .bge-contents .detail-block:after,
  .c-content-main .detail-block:after {
    right: 2.5em;
    top: 0;
    margin-top: 10%;
    width: 38%;
    padding-top: 27%;
  }
}
.bge-contents .detail-block:before,
.c-content-main .detail-block:before {
  position: absolute;
  display: block;
  content: "";
  width: 150px;
  padding-top: 100px;
  background: url(/pickup/horunavi/img/logo-horunavi.svg) no-repeat 50%/60% auto;
  right: 30px;
  top: 30px;
  border: 1px solid #ddd;
  -webkit-transform: translateX(calc(-100% - 10px));
  transform: translateX(calc(-100% - 10px));
}

@media (max-width: 767px) {
  .bge-contents .detail-block:before,
  .c-content-main .detail-block:before {
    -webkit-transform: none;
    transform: none;
    left: 2.5em;
    top: 0;
    margin-top: 10%;
    width: 38%;
    padding-top: 27%;
  }
}
.bge-contents .ict-read-block p span,
.c-content-main .ict-read-block p span {
  font-weight: 700;
  color: #2badb0;
}

.bge-contents .product-3dmc-sec02,
.c-content-main .product-3dmc-sec02 {
  padding-bottom: 170px;
}

.bge-contents .product-3dmc-sec03[data-bg=obj01],
.c-content-main .product-3dmc-sec03[data-bg=obj01] {
  margin-top: 0;
}

.bge-contents .works-list-style02 button [data-col-type=img],
.c-content-main .works-list-style02 button [data-col-type=img] {
  background: #fff;
}

.bge-contents .text-large,
.c-content-main .text-large {
  font-size: 1.75em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .bge-contents .text-large,
  .c-content-main .text-large {
    font-size: 1.8rem;
  }
}
.bge-contents .text-left,
.c-content-main .text-left {
  text-align: left;
}

@media (min-width: 768px) {
  .bge-contents .maker-machine-block,
  .c-content-main .maker-machine-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .bge-contents .maker-machine-block,
  .c-content-main .maker-machine-block {
    display: block;
  }
}
.bge-contents .maker-machine-block figure,
.c-content-main .maker-machine-block figure {
  margin: 0;
  width: calc(50% - 1px);
  position: relative;
  background: #fff;
}

@media (max-width: 767px) {
  .bge-contents .maker-machine-block figure,
  .c-content-main .maker-machine-block figure {
    width: 100%;
  }
}
.bge-contents .maker-machine-block figure img,
.c-content-main .maker-machine-block figure img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .bge-contents .maker-machine-block figure:not(:last-child),
  .c-content-main .maker-machine-block figure:not(:last-child) {
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .bge-contents .maker-machine-block[data-col="3"] figure,
  .c-content-main .maker-machine-block[data-col="3"] figure {
    width: calc(33.33333% - 1.33333px);
  }
}
.bge-contents .body-indent,
.c-content-main .body-indent {
  padding: 0 20px;
}

.bge-contents .modal-description,
.c-content-main .modal-description {
  margin-top: 0;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .bge-contents .modal-description,
  .c-content-main .modal-description {
    text-align: center;
  }
}
.c-page-sub-cv {
  padding: 0 80px;
}

@media (max-width: 767px) {
  .c-page-sub-cv {
    padding: 0;
  }
}
.c-page-sub-cv + section.c-product-section {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .c-page-sub-cv + section.c-product-section {
    margin-top: 45px;
    padding-bottom: 45px;
  }
}
.c-page-sub-cv__element {
  margin-bottom: 20px;
  text-align: center;
  padding: 30px 27px 90px;
  position: relative;
}

@media (max-width: 767px) {
  .c-page-sub-cv__element {
    margin-bottom: 0;
  }
}
.c-page-sub-cv__element:after {
  content: "";
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  position: absolute;
  pointer-events: none;
}

.c-page-sub-cv__element[data-links=consult] {
  background: #fff500;
  color: #2badb0;
}

.c-page-sub-cv__element[data-links=consult]:after {
  height: 123px;
  background-image: url(../img/pict-cv-consult.svg);
}

@media (max-width: 767px) {
  .c-page-sub-cv__element[data-links=consult]:after {
    height: 89px;
  }
}
.c-page-sub-cv__element[data-links=contact] {
  background: #2badb0;
  color: #fff;
}

.c-page-sub-cv__element[data-links=contact]:after {
  height: 123px;
  background-image: url(../img/pict-cv-contact.svg);
}

@media (max-width: 767px) {
  .c-page-sub-cv__element[data-links=contact]:after {
    height: 89px;
  }
}
.c-page-sub-cv__head {
  font-weight: 700;
  line-height: 1.65;
  margin: 0 0 20px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .c-page-sub-cv__head {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.c-page-sub-cv__button {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  border-radius: 40px;
  border: 4px solid #fff;
  background: #fff;
  text-decoration: none;
  width: 550px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: calc(100% - 30px) 50%;
}

@media (max-width: 767px) {
  .c-page-sub-cv__button {
    width: 100%;
    font-size: 2.2rem;
    height: 60px;
  }
}
.c-page-sub-cv__button span {
  line-height: 1;
}

.c-page-sub-cv__button[data-links=consult] {
  background-color: #2badb0;
  color: #fff;
  border-color: #2badb0;
  background-image: url(../img/icon-ar-white.svg);
}

@media (max-width: 767px) {
  .c-page-sub-cv__button[data-links=consult] {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .c-page-sub-cv__button[data-links=consult]:hover {
    background-color: #fff;
    color: #2badb0;
    background-image: url(../img/icon-ar-green.svg);
  }
}
.c-page-sub-cv__button[data-links=contact] {
  background-color: #fff;
  color: #2badb0;
  background-image: url(../img/icon-ar-green.svg);
}

@media (max-width: 767px) {
  .c-page-sub-cv__button[data-links=contact] {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .c-page-sub-cv__button[data-links=contact]:hover {
    color: #fff;
    background-color: #2badb0;
    background-image: url(../img/icon-ar-white.svg);
  }
}
.c-page-wrapper {
  overflow: hidden;
}

.c-recomend {
  max-width: 1040px;
  margin: 70px auto 0;
}

@media (max-width: 767px) {
  .c-recomend {
    padding: 0 18px;
    margin-top: 60px;
  }
}
.c-recomend__head {
  text-align: center;
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 3rem;
  border-bottom: 1px solid #e8eaea;
  position: relative;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .c-recomend__head {
    font-size: 2rem;
    width: calc(100% - 14px);
    margin: 0 auto 20px;
  }
}
.c-recomend__head:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #009da1;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media (max-width: 767px) {
  .c-recomend__head:after {
    width: 40px;
  }
}
.c-recomend__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px;
}

@media (max-width: 767px) {
  .c-recomend__body {
    display: block;
  }
}
.c-recomend__element {
  width: calc(33.33333% - 10px);
  margin: 0 5px 20px;
}

@media (max-width: 767px) {
  .c-recomend__element {
    width: 100%;
  }
}
.c-recomend__links {
  border: 1px solid #f0f0f0;
  display: block;
  height: 100%;
  background: #fff;
  padding: 20px;
  text-decoration: none;
  color: #333f48;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .c-recomend__links:hover {
    color: #2badb0;
    border-color: #2badb0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.c-recomend__content {
  padding: 20px 10px 10px;
}

.c-recomend__content-head {
  font-weight: 700;
  font-size: 1.7rem;
  padding-right: 28px;
  position: relative;
  margin: 0 0 10px;
}

.c-recomend__content-head:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2badb0 url(../img/icon-ar-white.svg) no-repeat 56%;
  background-size: 5px auto;
  position: absolute;
  right: 0;
  top: 0.5em;
}

@media (max-width: 767px) {
  .c-recomend__content-head:after {
    top: 14px;
  }
}
.c-recomend__content-text {
  font-size: 1.4rem;
}

.c-product-content {
  position: relative;
  padding: 55px 80px 0;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .c-product-content {
    padding: 0 25px 35px;
    margin-bottom: 0;
  }
}
.c-product-content .slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.c-product-content .slick-dotted.slick-slider .slick-dots {
  bottom: -33px;
}

.c-product-content__slider {
  position: absolute;
  right: 0;
  top: 0;
  width: 650px;
}

@media (max-width: 767px) {
  .c-product-content__slider {
    width: 100%;
    position: relative;
  }
}
.c-product-content__slider .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 5px;
}

.c-product-content__slider .slick-dots li button {
  width: 11px;
  height: 11px;
  padding: 0;
}

.c-product-content__slider .slick-dots li button:before {
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 50%;
  background: #fff;
  border: 1px solid #bebebe;
  opacity: 1;
}

.c-product-content__slider .slick-dots li.slick-active button:before {
  background: #2badb0;
  border-color: #2badb0;
}

.c-product-content__upper {
  margin-bottom: 55px;
  width: 420px;
}

@media (min-width: 768px) {
  .c-product-content__upper {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  .c-product-content__upper {
    width: 100%;
    margin-bottom: 25px;
  }
}
.c-product-content__lead {
  margin: 0 0 12px;
  position: relative;
  word-break: break-word;
}

.c-product-content__lead:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -80px;
  top: 8px;
  background: #2badb0;
}

@media (max-width: 767px) {
  .c-product-content__lead:before {
    width: 15px;
    height: 15px;
    left: -25px;
    top: 3px;
  }
}
.c-product-content__lead-text {
  font-weight: 700;
  font-size: 3rem;
  margin: 0 0 8px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .c-product-content__lead-text {
    font-size: 1.6rem;
  }
}
.c-product-content__lead-head {
  font-size: 6rem;
  line-height: 1.2;
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  .c-product-content__lead-head {
    font-size: 2.8rem;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .c-product-content__lead-head[data-size=small] {
    font-size: 5rem;
  }
}
.c-product-content__lead-caption {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .c-product-content__lead-caption {
    font-size: 1.6rem;
  }
}
.c-product-content__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 141px 1fr;
  grid-template-columns: 141px 1fr;
  border-bottom: 1px solid #e8eaea;
  margin: 0 0 20px;
  padding-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .c-product-content__info {
    font-size: 1.4rem;
    -ms-grid-columns: 115px 1fr;
    grid-template-columns: 115px 1fr;
    padding-bottom: 25px;
  }
}
.c-product-content__info dt {
  font-weight: 700;
  padding-bottom: 4px;
}

.c-product-content__info dt:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #d8d8d8;
  vertical-align: middle;
  margin-right: 7px;
}

.c-product-content__info dd {
  margin: 0 0 0 1em;
  padding-bottom: 4px;
}

.c-product-content__brand {
  border-bottom: 1px solid #e8eaea;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .c-product-content__brand img {
    width: 179px;
  }
}
.c-product-content__brand02 {
  text-align: center;
}

@media (min-width: 768px) {
  .c-product-content__brand02 {
    position: absolute;
    top: 633px;
    right: 0;
    width: 650px;
  }
}
@media (max-width: 767px) {
  .c-product-content__brand02 {
    padding: 20px 0;
  }
  .c-product-content__brand02 img {
    width: 200px;
  }
}
.c-product-content__upprt-text {
  font-size: 1.4rem;
  margin: 0 0 40px;
}

.c-product-content__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .c-product-content__col {
    display: block;
  }
}
.c-product-content__col-block {
  width: 480px;
  position: relative;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .c-product-content__col-block {
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #e8eaea;
  }
}
.c-product-content__col-block:nth-of-type(2n):before {
  content: "";
  display: block;
  height: 100%;
  background: #e8eaea;
  width: 1px;
  position: absolute;
  left: -40px;
  top: 0;
}

@media (max-width: 767px) {
  .c-product-content__col-block:nth-of-type(2n):before {
    display: none;
  }
}
.c-product-content__col-head {
  margin: 0 0 30px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 36px;
  position: relative;
}

@media (max-width: 767px) {
  .c-product-content__col-head {
    font-size: 1.8rem;
    padding-left: 15px;
    margin-bottom: 14px;
  }
}
.c-product-content__col-head:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #2badb0;
  position: absolute;
  left: 0;
  top: 0.35em;
}

@media (max-width: 767px) {
  .c-product-content__col-head:before {
    width: 8px;
    height: 8px;
    top: 0.5em;
  }
}
.c-product-content__col-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .c-product-content__col-body {
    display: block;
  }
}
.c-product-content__col-ph {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
          order: 2;
  width: 160px;
}

@media (max-width: 767px) {
  .c-product-content__col-ph {
    margin: 0 auto 12px;
  }
}
.c-product-content__col-ph-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 10px;
  gap: 10px;
}

.c-product-content__col-ph-col > .c-product-content__col-ph {
  width: auto;
}

.c-product-content__col-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-right: 10px;
}

.c-product-content__col-text p {
  margin: 0;
}

.c-product-content__col-image {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .c-product-content__col-image {
    padding: 0 30px;
  }
}
.c-product-content__col-head-s {
  font-weight: 700;
  line-height: 1.5;
  border-left: 2px solid #2badb0;
  padding-left: 14px;
  margin: 40px 0 10px;
}

@media (max-width: 767px) {
  .c-product-content__col-head-s {
    font-size: 1.6rem;
    padding-left: 12px;
    margin: 25px 0 15px;
  }
}
.c-product-content__col-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 114px 1fr;
  grid-template-columns: 114px 1fr;
  padding-left: 14px;
  margin: 0;
}

.c-product-content__col-detail dd {
  margin: 0 0 0 1em;
}

.c-product-content__col-arm {
  background: #efefef;
  padding: 0 25px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .c-product-content__col-arm {
    padding: 0 20px;
    font-size: 1rem;
  }
}
.c-product-content__col-arm-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #e8eaea;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 12px 0;
}

.c-product-content__col-arm-block:last-child {
  border-bottom: none;
}

.c-product-content__col-arm-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.c-product-content__col-arm-cont img {
  height: 12px;
  width: auto;
}

@media (max-width: 767px) {
  .c-product-content__col-arm-cont img {
    height: 8px;
  }
}
.c-product-content__col-list,
.c-product-content__col-list02 {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .c-product-content__col-list,
  .c-product-content__col-list02 {
    margin: 0 0 30px;
  }
}
.c-product-content__col-list02-element,
.c-product-content__col-list-element {
  padding-left: 15px;
  position: relative;
  margin: 0 0 4px;
}

.c-product-content__col-list02-element:before,
.c-product-content__col-list-element:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #d8d8d8;
  position: absolute;
  display: block;
  left: 0;
  top: 0.9em;
}

.c-product-content__col-list02-bold,
.c-product-content__col-list-bold {
  font-weight: 700;
}

.c-product-content__col-list02-bold:after,
.c-product-content__col-list-bold:after {
  content: "　";
  display: inline;
}

.c-product-content__col-list02-small,
.c-product-content__col-list-small {
  font-size: 1.2rem;
}

.c-product-content__col-list02-lh-small,
.c-product-content__col-list-lh-small {
  line-height: 1.1;
  display: inline-block;
}

.c-product-content__col-list02-note,
.c-product-content__col-list-note {
  font-size: 1rem;
}

.c-product-content__col-list02-element {
  line-height: 1.5;
}

.c-product-content__col-list02-element:before {
  width: 5px;
  height: 2px;
  background: #2badb0;
  position: absolute;
  display: block;
  left: 0;
  top: 0.7em;
}

.c-product-content__up-box {
  font-weight: 700;
  line-height: 2rem;
  color: #2badb0;
  display: inline-block;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 5px 10px;
}

.c-product-content__up-box-lg {
  font-size: 1.6rem;
}

.c-product-content__up-box-md {
  font-size: 1.4rem;
}

.c-product-content__up-box-sm {
  font-size: 1rem;
}

.c-product-nav {
  padding: 0 80px;
  margin: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
}

@media (max-width: 767px) {
  .c-product-nav {
    display: block;
    margin: 0 0 45px;
    padding: 0;
  }
}
.c-product-nav__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #efefef;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  list-style: none;
  padding: 20px 30px;
  margin: 0;
}

@media (max-width: 767px) {
  .c-product-nav__body {
    display: block;
    padding: 0;
  }
}
.c-product-nav__element {
  margin-right: 22px;
}

@media (max-width: 767px) {
  .c-product-nav__element {
    margin-right: 0;
    border-bottom: 1px solid #fff;
  }
}
.c-product-nav__links {
  text-decoration: none;
  color: #333f48;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .c-product-nav__links {
    display: block;
    padding: 14px 25px;
    font-size: 1.5rem;
  }
}
.c-product-nav__links:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #333f48 url(../img/icon-ar-white.svg) no-repeat 56%;
  background-size: 6px auto;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: middle;
  margin-right: 7px;
  margin-top: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-product-nav__links:hover {
  color: #2badb0;
}

.c-product-nav__links:hover:before {
  background-color: #2badb0;
}

.c-product-nav__cv {
  width: 350px;
}

@media (max-width: 767px) {
  .c-product-nav__cv {
    width: 100%;
  }
}
.c-product-nav__cv-links {
  background: #2badb0;
  color: #fff;
  height: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-decoration: none;
  border: 2px solid #2badb0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .c-product-nav__cv-links {
    padding: 14px 25px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
.c-product-nav__cv-links:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2badb0 url(../img/icon-ar-white.svg) no-repeat 56%;
  background-size: 6px auto;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: middle;
  margin-right: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: -2px;
}

.c-product-nav__cv-links:hover {
  background-color: #fff;
  color: #2badb0;
}

.c-product-nav__cv-links:hover:before {
  background-color: #fff;
  background-image: url(../img/icon-ar-green.svg);
}

.c-product-section {
  padding: 0 80px;
  margin: 0 0 70px;
}

@media (max-width: 767px) {
  .c-product-section {
    padding: 0 24px;
    margin: 0 0 45px;
  }
}
.c-product-section__h2 {
  text-align: center;
  font-weight: 700;
  margin: 0 0 40px;
  font-size: 3rem;
  border-bottom: 1px solid #e8eaea;
  position: relative;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .c-product-section__h2 {
    font-size: 2rem;
    margin: 0 auto 20px;
  }
}
.c-product-section__h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #009da1;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media (max-width: 767px) {
  .c-product-section__h2:after {
    width: 40px;
  }
}
.c-product-section__h3 {
  color: #fff;
  background: #2badb0;
  font-size: 2rem;
  margin: 0 0 30px;
  padding: 4px 23px;
  position: relative;
}

@media (max-width: 767px) {
  .c-product-section__h3 {
    font-size: 1.6rem;
    padding: 4px 10px;
    margin: 0 0 15px;
  }
}
.c-product-section__h3:before {
  content: "";
  height: 3px;
  width: 11px;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .c-product-section__h3:before {
    width: 6px;
  }
}
.c-product-section__h4 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  border-left: 2px solid #2badb0;
  padding-left: 14px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .c-product-section__h4 {
    font-size: 1.6rem;
    padding-left: 12px;
    margin: 0 0 15px;
  }
}
.c-product-section__h4 small {
  font-weight: 400;
  font-size: 1.3rem;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .c-product-section__h4 small {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
}
.c-product-section__text {
  padding: 0 20px;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .c-product-section__text {
    padding: 0 6px;
  }
}
.c-product-section__text p {
  margin: 0 0 1.5em;
}

.c-product-section__link-list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .c-product-section__link-list {
    margin: 0 0 30px;
  }
}
.c-product-section__link-list-element {
  padding-left: 15px;
  position: relative;
  margin: 0 0 4px;
}

.c-product-section__link-list-element:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #d8d8d8;
  position: absolute;
  display: block;
  left: 0;
  top: 0.9em;
}

.c-product-section__link-list-element a {
  color: #333f48;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-product-section__link-list-element a:hover {
  color: #2badb0;
}

.c-product-section__link-list-element a[target=_blank]:after {
  display: inline-block;
  content: "";
  background-image: url(../img/icon-external.png);
  background-color: transparent;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
}

.c-product-section__link-list-element a[href$=".pdf"]:after {
  content: "PDF";
  background: #e30000;
  width: auto;
  height: auto;
  border-radius: 9px;
  color: #fff;
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  line-height: 1;
  font-weight: 700;
  padding: 3px 5px;
}

.c-product-section__movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px 50px;
}

@media (max-width: 767px) {
  .c-product-section__movie {
    display: block;
    margin: 0 0 30px;
  }
}
.c-product-section__movie-element {
  margin: 0 20px 40px;
  width: calc(50% - 40px);
}

@media (max-width: 767px) {
  .c-product-section__movie-element {
    width: 100%;
    margin: 0 0 25px;
  }
}
.c-product-section__movie-element[data-size=large] {
  width: calc(100% - 40px);
}

@media (max-width: 767px) {
  .c-product-section__movie-element[data-size=large] {
    width: 100%;
  }
}
.c-product-section__movie-content {
  margin: 0 0 20px;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

@media (max-width: 767px) {
  .c-product-section__movie-content {
    margin: 0 0 10px;
  }
}
.c-product-section__movie-content iframe,
.c-product-section__movie-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-product-section__movie-content img {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.c-product-section__movie-text {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .c-product-section__movie-text {
    padding: 0 5px;
  }
}
.c-product-section__movie-text p {
  margin: 0;
}

.c-product-section__movie-head {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 6px;
}

@media (max-width: 767px) {
  .c-product-section__movie-head {
    font-size: 1.7rem;
  }
}
.c-product-section__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px 50px;
  counter-reset: point;
}

@media (max-width: 767px) {
  .c-product-section__point {
    display: block;
    margin: 0 0 30px;
  }
}
.c-product-section__point-element {
  margin: 0 20px 40px;
  width: calc(50% - 40px);
  border: 1px solid #f0f0f0;
  position: relative;
}

@media (max-width: 767px) {
  .c-product-section__point-element {
    width: 100%;
    margin: 0 0 20px;
  }
}
.c-product-section__point-element[data-size=large] {
  width: calc(100% - 40px);
}

@media (max-width: 767px) {
  .c-product-section__point-element[data-size=large] {
    width: 100%;
  }
}
.c-product-section__point-element:before {
  counter-increment: point;
  content: counter(point);
  font-size: 2rem;
  font-family: Poppins, sans-serif;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #2badb0;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.c-product-section__point-content {
  padding: 20px 40px 30px;
}

.c-product-section__point-content p {
  margin: 0;
}

@media (max-width: 767px) {
  .c-product-section__point-content p {
    font-size: 1.4rem;
  }
}
.c-product-section__point-content .c-product-section__point-column {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-product-section__point-content .c-product-section__point-column-element:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-product-section__point-content .c-product-section__point-column-element:last-of-type {
    margin-bottom: 0;
  }
}
.c-product-section__point-content-lower {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .c-product-section__point-content-lower {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.c-product-section__point-content-lower-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin: 0 0 18px;
}

@media (max-width: 767px) {
  .c-product-section__point-content-lower-head {
    display: block;
  }
}
@media (min-width: 768px) {
  .c-product-section__point-content-lower-head * {
    margin-bottom: 0;
  }
}
p + .c-product-section__point-content-lower-head {
  margin-top: 35px;
}

.c-product-section__point-content-lower-head-caption {
  font-size: 1.3rem;
  margin-left: 10px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .c-product-section__point-content-lower-head-caption {
    margin-left: 15px;
    margin-top: -4px;
  }
}
.c-product-section__point-head {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 6px;
}

@media (max-width: 767px) {
  .c-product-section__point-head {
    font-size: 1.7rem;
  }
}
.c-product-section__point-head-sub {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .c-product-section__point-head-sub {
    font-size: 1.2rem;
  }
}
.c-product-section__point-sub {
  margin-top: 10px;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .c-product-section__point-content-image-scroll {
    overflow: scroll;
    margin-right: 0;
    text-align: center;
  }
  .c-product-section__point-content-image-scroll img {
    width: auto;
    max-width: 680px;
  }
}
.c-product-section__point-caption {
  border: 1px solid #2badb0;
  color: #2badb0;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 0 8px;
  padding: 2px 10px;
}

@media (max-width: 767px) {
  .c-product-section__point-caption {
    font-size: 1.2rem;
  }
}
.c-product-section__point-ph {
  background-color: #efefef;
}

@media (max-width: 767px) {
  .c-product-section__point-ph {
    padding-top: 40px;
  }
}
.c-product-section__point-ph-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 54px 0;
  background-color: #f9f9f9;
}

@media (max-width: 767px) {
  .c-product-section__point-ph-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 38px 0;
  }
}
@media (min-width: 768px) {
  .c-product-section__point-ph-col[data-align=center] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .c-product-section__point-ph-col[data-align=bottom] {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
}
.c-product-section__point-ph-col-element {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .c-product-section__point-ph-col-element {
    margin: 10px auto;
    padding: 0 85px;
  }
  .c-product-section__point-ph-col-element[data-size=large] {
    padding: 0 34px;
  }
  .c-product-section__point-ph-col-element img {
    width: auto;
  }
}
.c-product-section__point-ph-col-element[data-margin=large] {
  margin: 0 40px;
}

@media (max-width: 767px) {
  .c-product-section__point-ph-col-element[data-margin=large] {
    margin: 10px auto;
  }
}
.c-product-section__point-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .c-product-section__point-column {
    display: block;
  }
}
@media (min-width: 768px) {
  .c-product-section__point-column[data-column="2"] {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .c-product-section__point-column[data-column="3"] {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.c-product-section__point-column-element {
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .c-product-section__point-column-element {
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .c-product-section__point-column-element[data-column="2"] {
    width: calc(50% - 40px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .c-product-section__point-column-element[data-column="3"] {
    width: calc(33.33333% - 10px);
    margin-right: 5px;
    margin-left: 5px;
  }
}
.c-product-section__point-column-heading {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  border-left: 2px solid #2badb0;
  padding-left: 14px;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .c-product-section__point-column-heading {
    font-size: 1.6rem;
    padding-left: 12px;
    margin: 0 0 15px;
  }
}
.c-product-section__point-column-heading small {
  font-weight: 400;
  font-size: 1.3rem;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .c-product-section__point-column-heading small {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
}
.c-product-section__point-column-heading-sub {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.c-product-section__point-column-media {
  margin: 0 0 20px;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

@media (max-width: 767px) {
  .c-product-section__point-column-media {
    margin: 0 0 10px;
  }
}
.c-product-section__point-column-media iframe,
.c-product-section__point-column-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-product-section__point-column-media img {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.c-product-section__point-column-content p {
  margin: 0;
}

@media (max-width: 767px) {
  .c-product-section__point-column-content p {
    font-size: 1.3rem;
  }
}
.c-product-section__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .c-product-section__column {
    display: block;
  }
}
@media (min-width: 768px) {
  .c-product-section__column[data-column="2"] {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .c-product-section__column[data-column="3"] {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.c-product-section__column-element {
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .c-product-section__column-element {
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .c-product-section__column-element[data-column="2"] {
    width: calc(50% - 40px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .c-product-section__column-element[data-column="3"] {
    width: calc(33.33333% - 10px);
    margin-right: 5px;
    margin-left: 5px;
  }
}
.c-product-section__column-link {
  color: #333f48;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-product-section__column-link:hover {
  color: #2badb0;
}

.c-product-section__column-media {
  margin: 0 0 20px;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

@media (max-width: 767px) {
  .c-product-section__column-media {
    margin: 0 0 10px;
  }
}
.c-product-section__column-media iframe,
.c-product-section__column-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-product-section__column-media img {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.c-product-section__column-content {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .c-product-section__column-content {
    padding: 0 6px;
  }
}
.c-product-section__column-content p {
  margin: 0;
}

@media (max-width: 767px) {
  .c-product-section__column-content p {
    font-size: 1.3rem;
  }
}
.c-product-section__special {
  border-top: 1px solid #e8eaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media (max-width: 767px) {
  .c-product-section__special {
    display: block;
    border: 1px solid #e8eaea;
  }
}
.c-product-section__special-ph {
  width: 250px;
}

@media (max-width: 767px) {
  .c-product-section__special-ph {
    width: 100%;
  }
}
.c-product-section__special-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .c-product-section__special-content {
    padding: 20px 40px 30px;
  }
}
.c-product-section__special-head {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-product-section__special-head {
    font-size: 1.7rem;
    margin: 0 0 7px;
  }
}
.c-product-section__special-text {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .c-product-section__special-text {
    font-size: 1.4rem;
  }
}
.c-product-section__special-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media (max-width: 767px) {
  .c-product-section__special-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    font-size: 1.4rem;
  }
}
.c-product-section__special-links:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #d8d8d8;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.c-product-section__special-links:after {
  display: inline-block;
  content: "";
  background-image: url(../img/icon-external.png);
  background-color: transparent;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: 2px;
}

.c-product-section__special-links a {
  color: #333f48;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-product-section__special-links a:hover {
  color: #2badb0;
}

.c-product-section__faq-block {
  margin: 0 0 30px;
}

.c-product-section__faq-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  .c-product-section__faq-q {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin: 0 0 12px;
  }
}
.c-product-section__faq-q:before {
  content: "Q";
  font-size: 3.4rem;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  width: 60px;
  height: 60px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #333f48;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .c-product-section__faq-q:before {
    font-size: 1.8rem;
    width: 31px;
    height: 31px;
    margin-right: 10px;
  }
}
.c-product-section__faq-q span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-product-section__faq-q span {
    font-size: 1.7rem;
  }
}
.c-product-section__faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin: 0 0 8px;
  padding: 0 30px 0 90px;
}

@media (max-width: 767px) {
  .c-product-section__faq-a {
    padding: 0;
  }
}
.c-product-section__faq-a:before {
  content: "A";
  font-size: 5.4rem;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-right: 30px;
  color: #2badb0;
}

@media (max-width: 767px) {
  .c-product-section__faq-a:before {
    font-size: 3.4rem;
    margin-right: 14px;
    margin-left: 4px;
  }
}
.c-product-section__faq-a span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.c-product-section__faq-a span ul.c-product-section__link-list {
  margin-bottom: 0;
}

.c-product-section__link-block {
  margin: 40px 0;
}

.c-product-section__link-block-links {
  border-top: 1px solid #e8eaea;
  text-decoration: none;
  color: #333f48;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media (max-width: 767px) {
  .c-product-section__link-block-links {
    display: block;
    padding-top: 25px;
  }
}
.c-product-section__link-block-links:hover {
  color: #2badb0;
}

.c-product-section__link-block-ph {
  width: 200px;
}

@media (max-width: 767px) {
  .c-product-section__link-block-ph {
    width: 150px;
    margin: 0 auto 25px;
  }
}
.c-product-section__link-block-content {
  padding-left: 48px;
}

@media (max-width: 767px) {
  .c-product-section__link-block-content {
    padding-left: 20px;
  }
}
.c-product-section__link-block-head {
  font-weight: 700;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .c-product-section__link-block-head {
    font-size: 1.8rem;
    position: relative;
    line-height: 1.5;
  }
}
.c-product-section__link-block-head:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2badb0 url(../img/icon-ar-white.svg) no-repeat 56%;
  background-size: 5px auto;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .c-product-section__link-block-head:before {
    position: absolute;
    left: -20px;
    top: 0.4em;
  }
}
.c-product-section__link-block-head:after {
  display: inline-block;
  content: "";
  background-image: url(../img/icon-external.png);
  background-color: transparent;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-product-section__link-block-name {
  font-weight: 700;
  font-size: 3.4rem;
  margin: 0 0 2px;
}

@media (max-width: 767px) {
  .c-product-section__link-block-name {
    font-size: 2.6rem;
  }
}
.c-product-section__link-block p {
  margin: 0;
}

.c-product-section__table {
  margin: 0 0 50px;
}

.c-product-section__table-body {
  width: 100%;
  border-collapse: collapse;
}

.c-product-section__table td,
.c-product-section__table th {
  text-align: left;
  border: 1px solid #d8d8d8;
  font-size: 1.4rem;
  padding: 13px 15px;
  vertical-align: top;
}

.c-product-section__table thead {
  color: #fff;
}

.c-product-section__table thead th {
  background: #747474;
}

.c-product-section__table tbody th {
  background: #efefef;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .c-button {
    margin: 15px 0;
  }
}
.c-button[data-button=back] {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .c-button[data-button=back] {
    padding: 0 24px;
    margin-top: 60px;
  }
}
.c-button__links {
  display: inline-block;
  min-width: 244px;
  text-align: center;
  border: 1px solid #333f48;
  color: #333f48;
  border-radius: 60px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 85px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media (max-width: 767px) {
  .c-button__links {
    width: 100%;
    padding: 14px 45px;
  }
}
.c-button__links:hover {
  color: #2badb0;
  border-color: #2badb0;
}

.c-button__links[target=_blank]:after {
  display: inline-block;
  content: "";
  background-image: url(../img/icon-external.png);
  background-color: transparent;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
  border-radius: 0;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-button__links[target=_blank]:hover:after {
  background-image: url(../img/icon-external-green.png);
}

.c-button__links[href$=".pdf"]:after {
  content: "PDF";
  background: #e30000;
  width: auto;
  height: auto;
  border-radius: 9px;
  color: #fff;
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  line-height: 1;
  font-weight: 700;
  padding: 3px 5px;
}

.c-button__links[href$=".pdf"]:hover:after {
  background-image: none;
}

.c-button__links[data-button=em] {
  background: #333f48;
  color: #fff;
}

.c-button__links[data-button=em]:hover {
  color: #fff;
  background: #2badb0;
  border-color: #2badb0;
}

.c-trend-report {
  padding: 50px 80px;
}

@media (max-width: 767px) {
  .c-trend-report {
    padding: 10px 25px 20px;
  }
}
.c-trend-report__upper {
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  .c-trend-report__upper {
    margin: 0 0 30px;
  }
}
.c-trend-report__title {
  font-family: BhuTuka Expanded One, cursive;
  color: #2badb0;
  text-align: center;
  line-height: 1;
  margin: 0;
  font-size: 7rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .c-trend-report__title {
    font-size: 2.6rem;
  }
}
.c-trend-report__title-caption {
  margin: 0 0 48px;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-trend-report__title-caption {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 10px 0 20px;
  }
}
.c-trend-report__lead {
  padding: 0 160px;
}

@media (max-width: 767px) {
  .c-trend-report__lead {
    padding: 0;
  }
}
.c-trend-report__lead p {
  margin: 0;
}

.c-trend-report__hero {
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .c-trend-report__hero {
    margin: 0 -25px 30px;
  }
}
.c-trend-report__section {
  padding: 0 80px;
  margin: 0 0 100px;
}

@media (max-width: 767px) {
  .c-trend-report__section {
    padding: 0;
    margin: 0 0 40px;
  }
}
.c-trend-report__section-header {
  margin: 0 0 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .c-trend-report__section-header {
    margin: 0 0 30px;
  }
}
.c-trend-report__section-header:after,
.c-trend-report__section-header:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 28px;
  border: 1px solid #707070;
  margin: 30px 30px 0;
}

@media (max-width: 767px) {
  .c-trend-report__section-header:after,
  .c-trend-report__section-header:before {
    margin: 20px 10px;
  }
}
.c-trend-report__section-header:before {
  border-right: 0;
}

@media (max-width: 767px) {
  .c-trend-report__section-header:before {
    margin: 20px 10px 0 0;
  }
}
.c-trend-report__section-header:after {
  border-left: 0;
}

@media (max-width: 767px) {
  .c-trend-report__section-header:after {
    margin: 20px 0 0 10px;
  }
}
.c-trend-report__section-chapter {
  font-family: BhuTuka Expanded One, cursive;
  color: #2badb0;
  text-align: center;
  line-height: 1;
  margin: 0 0 5px;
  font-size: 5rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .c-trend-report__section-chapter {
    font-size: 2.5rem;
  }
}
.c-trend-report__section-head {
  font-weight: 700;
  font-size: 2.4rem;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .c-trend-report__section-head {
    font-size: 1.7rem;
  }
}
.c-trend-report__section-head-m {
  text-align: center;
  margin: 0 80px 40px;
  color: #2badb0;
  font-size: 2rem;
  position: relative;
  border-top: 1px solid #e8eaea;
  padding-top: 18px;
}

@media (max-width: 767px) {
  .c-trend-report__section-head-m {
    font-size: 1.5rem;
    margin: 0 0 25px;
    padding-top: 10px;
  }
}
.c-trend-report__section-head-m:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #009da1;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media (max-width: 767px) {
  .c-trend-report__section-head-m:before {
    width: 40px;
  }
}
.c-trend-report__section-text {
  padding: 0 80px;
  margin: 0 0 70px;
}

@media (max-width: 767px) {
  .c-trend-report__section-text {
    padding: 0;
    margin: 0 0 35px;
  }
}
.c-trend-report__section-text p {
  margin: 0 0 1.8em;
}

@media (max-width: 767px) {
  .c-trend-report__section-text p {
    margin: 0 0 1em;
  }
}
.c-trend-report__figure {
  margin: 0 0 50px;
  padding: 50px 160px;
  border: 1px solid #f0f0f0;
}

@media (max-width: 767px) {
  .c-trend-report__figure {
    padding: 20px;
    margin: 0 0 25px;
  }
}
.c-trend-report__figure figcaption {
  font-size: 1.2rem;
  margin-top: 20px;
  display: block;
  text-align: right;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .c-trend-report__figure figcaption {
    font-size: 1rem;
    text-align: left;
  }
}
.c-trend-report__section-caption {
  font-size: 1.4rem;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .c-trend-report__section-caption {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.c-trend-report__tool {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 767px) {
  .c-trend-report__tool {
    display: block;
    margin: 0;
  }
}
.c-trend-report__tool-element {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  background: #f9f9f9;
  padding: 40px 45px 50px;
}

@media (max-width: 767px) {
  .c-trend-report__tool-element {
    width: 100%;
    margin: 0 0 30px;
    padding: 20px;
  }
}
.c-trend-report__tool-element p {
  font-size: 1.4rem;
  margin: 0;
}

.c-trend-report__tool-ph {
  width: 250px;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .c-trend-report__tool-ph {
    width: 100%;
    max-width: 250px;
    margin-bottom: 15px;
  }
}
.c-trend-report__tool-head {
  font-size: 1.6rem;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .c-trend-report__tool-head br {
    display: none;
  }
}
.c-kenki-news {
  padding: 52px 80px 0;
}

@media (max-width: 767px) {
  .c-kenki-news {
    padding: 10px 25px 20px;
  }
}
.c-kenki-news__title {
  text-align: center;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .c-kenki-news__title {
    margin: 0 0 15px;
  }
  .c-kenki-news__title img {
    width: 250px;
    height: auto;
  }
}
.c-kenki-news__head {
  text-align: center;
  font-weight: 700;
  margin: 0 0 30px;
  font-size: 3rem;
  border-bottom: 1px solid #e8eaea;
  position: relative;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .c-kenki-news__head {
    font-size: 2rem;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.c-kenki-news__head:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #009da1;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media (max-width: 767px) {
  .c-kenki-news__head:after {
    width: 40px;
  }
}
.c-kenki-news__category {
  border-radius: 10px;
  background: #efefef;
  padding: 20px 20px 22px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .c-kenki-news__category {
    padding: 20px 15px 16px;
  }
}
.c-kenki-news__category-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  list-style: none;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-kenki-news__category-element {
  margin: 0 4px;
}

@media (max-width: 767px) {
  .c-kenki-news__category-element {
    margin: 0 4px 4px 0;
  }
}
.c-kenki-news__category-button {
  font-family: Noto Sans JP, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 1px solid #2badb0;
  background: #fff;
  color: #2badb0;
  line-height: 1;
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 12px 4px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-kenki-news__category-button:hover,
.c-kenki-news__category-button[data-category=active] {
  color: #fff;
  background-color: #2badb0;
}

.c-kenki-news__article-element {
  border-top: 1px solid #e8eaea;
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .c-kenki-news__article-element {
    display: block;
    padding-top: 20px;
  }
}
.c-kenki-news__article-ph {
  border: 1px solid #d8d8d8;
  width: 250px;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .c-kenki-news__article-ph {
    margin: 0 auto;
  }
}
.c-kenki-news__article-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-left: 40px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .c-kenki-news__article-content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.c-kenki-news__article-content p {
  margin: 0 0 20px;
}

.c-kenki-news__article-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 8px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-gap: 5px;
  gap: 5px;
}

.c-kenki-news__article-category-element {
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 5px 12px 6px;
  background: #333f48;
  color: #fff;
  line-height: 1;
}

@media (max-width: 767px) {
  .c-kenki-news__article-category-element {
    font-size: 1.1rem;
  }
}
.c-kenki-news__article-title {
  margin: 0 0 14px;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-kenki-news__article-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.c-kenki-news__article-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.c-kenki-news__article-links a {
  display: block;
  border: 1px solid #7a7a7a;
  text-decoration: none;
  line-height: 1;
  padding: 6px 20px 7px;
  width: 185px;
  text-align: center;
  position: relative;
  color: #333f48;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-kenki-news__article-links a:after {
  display: inline-block;
  content: "";
  background-image: url(../img/icon-external.png);
  background-color: transparent;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
  border-radius: 0;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-kenki-news__article-links a:hover {
  color: #2badb0;
  border-color: #2badb0;
}

.c-kenki-news__article-links a:hover:after {
  background-image: url(../img/icon-external-green.png);
}

.c-kenki-news__button {
  border-top: 1px solid #e8eaea;
  padding-top: 40px;
  margin-top: 80px;
  margin-bottom: 120px;
  text-align: center;
}

.c-kenki-news__button-text {
  font-size: 1.4rem;
  margin: 0 0 -10px;
}

.c-youtube-ranking__hero {
  background: url(../img/bg-youtube-hero.jpg) no-repeat top;
  background-size: cover;
  padding: 65px 80px 55px;
  margin: 0 0 50px;
  color: #fff;
}

@media (max-width: 767px) {
  .c-youtube-ranking__hero {
    padding: 30px 25px 20px;
    margin: 0 0 20px;
  }
}
.c-youtube-ranking__hero p {
  font-size: 1.6rem;
  margin: 0;
}

@media (max-width: 767px) {
  .c-youtube-ranking__hero p {
    font-size: 1.3rem;
  }
}
.c-youtube-ranking__hero-text {
  background: #fff500;
  padding: 2px 10px;
  border-radius: 5px;
  color: #2badb0;
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .c-youtube-ranking__hero-text {
    font-size: 1.3rem;
  }
}
.c-youtube-ranking__hero-head {
  font-weight: 700;
  font-size: 5rem;
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__hero-head {
    font-size: 2.4rem;
    margin: 0 0 2px;
  }
}
.c-youtube-ranking__body {
  padding: 0 80px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__body {
    padding: 10px 25px 20px;
  }
}
.c-youtube-ranking__nav {
  background: #efefef;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__nav {
    margin: 0 0 32px;
  }
}
.c-youtube-ranking__nav-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  list-style: none;
  padding: 16px 28px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__nav-body {
    padding: 12px 15px 4px;
    display: block;
  }
}
.c-youtube-ranking__nav-element {
  margin-right: 6px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__nav-element {
    margin: 0 0 8px;
  }
}
.c-youtube-ranking__nav-element a {
  display: block;
  color: #333f48;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  border: 1px solid #707070;
  border-radius: 40px;
  background: #fff;
  padding: 8px 20px 8px 40px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .c-youtube-ranking__nav-element a {
    font-size: 1.3rem;
    width: 100%;
  }
}
.c-youtube-ranking__nav-element a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #333f48 url(../img/icon-ar-white.svg) no-repeat 55%;
  background-size: 5px auto;
  border-radius: 50%;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-youtube-ranking__nav-element a:hover,
.c-youtube-ranking__nav-element a[data-active=true] {
  background: #333f48;
  color: #fff;
}

.c-youtube-ranking__head {
  text-align: center;
  font-weight: 700;
  margin: 0 0 8px;
  font-size: 3rem;
  border-bottom: 1px solid #e8eaea;
  position: relative;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__head {
    font-size: 2rem;
    width: 100%;
    margin: 0 auto 4px;
  }
}
.c-youtube-ranking__head:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #009da1;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media (max-width: 767px) {
  .c-youtube-ranking__head:after {
    width: 40px;
  }
}
.c-youtube-ranking__total {
  font-size: 1.4rem;
  text-align: right;
  margin: 0 0 24px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__total {
    font-size: 1.1rem;
    margin: 0 0 12px;
  }
}
.c-youtube-ranking__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px 50px;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .c-youtube-ranking__content {
    display: block;
    margin: 0 0 30px;
  }
}
.c-youtube-ranking__element {
  width: calc(50% - 10px);
  margin: 0 5px 40px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__element {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media (min-width: 768px) {
  .c-youtube-ranking__element:first-of-type {
    width: calc(100% - 10px);
    margin-bottom: 70px;
  }
}
.c-youtube-ranking__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 0 12px;
  }
}
.c-youtube-ranking__title {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 0 0 0 20px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__title {
    font-size: 1.5rem;
    margin-left: 10px;
  }
}
.c-youtube-ranking__num {
  color: #fff;
  width: 60px;
  text-align: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  height: 54px;
  background: url(../img/icon-ranking4.svg) no-repeat;
  background-size: 100% auto;
  padding-top: 16px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__num {
    width: 40px;
    height: 37px;
    font-size: 1.8rem;
    padding-top: 12px;
  }
}
.c-youtube-ranking__num[data-ranking="1"] {
  background-image: url(../img/icon-ranking1.svg);
}

.c-youtube-ranking__num[data-ranking="2"] {
  background-image: url(../img/icon-ranking2.svg);
}

.c-youtube-ranking__num[data-ranking="3"] {
  background-image: url(../img/icon-ranking3.svg);
}

.c-youtube-ranking__mov {
  background: #333f48;
  position: relative;
  height: 0;
  padding: 56.25% 10px 10px;
  margin: 0 0 40px;
}

.c-youtube-ranking__mov iframe {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.c-youtube-ranking__mov:after,
.c-youtube-ranking__mov:before {
  content: "";
  display: block;
  background: url(../img/icon-movie-low.svg) no-repeat;
  width: 43px;
  height: 24px;
  background-size: 100% auto;
  position: absolute;
  top: 100%;
}

.c-youtube-ranking__mov:before {
  left: 5px;
}

.c-youtube-ranking__mov:after {
  right: 40px;
}

@media (min-width: 768px) {
  .c-youtube-ranking__element:first-of-type .c-youtube-ranking__mov iframe {
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
.c-youtube-ranking__element:first-of-type .c-youtube-ranking__mov:before {
  left: 25px;
}

.c-youtube-ranking__element:first-of-type .c-youtube-ranking__mov:after {
  right: 60px;
}

.c-youtube-ranking__element-content {
  padding: 0 48px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__element-content {
    padding: 0;
  }
}
.c-youtube-ranking__element-content p {
  font-size: 1.4rem;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__element-content p {
    margin: 0 0 10px;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .c-youtube-ranking__element:first-of-type .c-youtube-ranking__element-content {
    padding: 0 160px;
  }
  .c-youtube-ranking__element:first-of-type .c-youtube-ranking__element-content p {
    font-size: 1.6rem;
    margin: 0 0 30px;
  }
}
.c-youtube-ranking__element-comment {
  background: #efefef;
  padding: 24px 30px;
}

.c-youtube-ranking__element-comment p {
  margin: 0;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .c-youtube-ranking__element:first-of-type .c-youtube-ranking__element-comment {
    padding: 24px 124px 25px 50px;
    background-image: url(../img/pict-comment.svg);
    background-repeat: no-repeat;
    background-size: 88px auto;
    background-position: calc(100% - 30px) bottom;
  }
  .c-youtube-ranking__element:first-of-type .c-youtube-ranking__element-comment p {
    font-size: 1.4rem;
    margin: 0;
  }
}
.c-youtube-ranking__element-comment-head {
  font-weight: 700;
  color: #2badb0;
  font-size: 1.4rem;
  margin: 0 0 8px;
  background: url(../img/icon-comment.svg) no-repeat left 3px;
  padding-left: 36px;
  background-size: 29px auto;
}

@media (min-width: 768px) {
  .c-youtube-ranking__element:first-of-type .c-youtube-ranking__element-comment-head {
    font-size: 1.6rem;
    padding-left: 40px;
    background-position: left 5px;
  }
}
.c-youtube-ranking__button {
  margin: 0 0 120px;
}

@media (max-width: 767px) {
  .c-youtube-ranking__button {
    margin: 0 0 40px;
  }
}
.c-page-strengths {
  margin: 0 0 80px;
}

.c-page-strengths-hero {
  background: url(../img/strengths/bg-hero.jpg) no-repeat top;
  background-size: cover;
  padding-top: 336px;
}

@media (max-width: 767px) {
  .c-page-strengths-hero {
    padding: 140px 25px 0;
  }
}
.c-page-strengths-hero__content {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
  background: hsla(0, 0%, 100%, 0.9);
  padding-bottom: 32px;
}

@media (max-width: 767px) {
  .c-page-strengths-hero__content {
    padding-bottom: 20px;
  }
}
.c-page-strengths-hero__head {
  background: #00e0e6;
  line-height: 1;
  border-radius: 0 0 5px 5px;
  display: inline-block;
  font-size: 2rem;
  margin: -6px 0 18px;
  padding: 12px 11px;
}

@media (max-width: 767px) {
  .c-page-strengths-hero__head {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.c-page-strengths-hero__title {
  color: #1a3d58;
  margin: 0;
  line-height: 1.4;
  font-size: 4rem;
}

@media (max-width: 767px) {
  .c-page-strengths-hero__title {
    font-size: 2rem;
  }
}
.c-page-strengths-nav {
  background: url(../img/strengths/bg-nav.jpg) no-repeat bottom;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 40px 25px 104px;
}

@media (max-width: 767px) {
  .c-page-strengths-nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.c-page-strengths-nav p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .c-page-strengths-nav p {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
}
.c-page-strengths-nav__head {
  font-weight: 700;
  font-size: 3rem;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .c-page-strengths-nav__head {
    font-size: 2.3rem;
    margin: 0 0 15px;
  }
}
.c-page-strengths-nav__body {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 767px) {
  .c-page-strengths-nav__body {
    display: block;
  }
}
.c-page-strengths-nav__element {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .c-page-strengths-nav__element {
    margin: 0 0 12px;
  }
}
.c-page-strengths-nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #2badb0;
  text-decoration: none;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .c-page-strengths-nav__links {
    display: block;
    text-align: left;
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 8px 20px;
  }
}
.c-page-strengths-nav__links:hover {
  background-color: #007d80;
}

.c-page-strengths-nav__links:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #333f48 url(../img/icon-ar-white.svg) no-repeat 56%;
  background-size: 5px auto;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 33px;
}

@media (max-width: 767px) {
  .c-page-strengths-nav__links:before {
    left: auto;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    margin-left: 0;
  }
}
.c-page-strengths-nav__links small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.42;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .c-page-strengths-nav__links small {
    margin-bottom: 2px;
    font-size: 1.2rem;
  }
  .c-page-strengths-nav__links small br {
    display: none;
  }
}
.c-page-strengths-nav__links span {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .c-page-strengths-nav__links span {
    font-size: 1.7rem;
  }
  .c-page-strengths-nav__links span br {
    display: none;
  }
}
.c-page-strengths-nav__content {
  padding-bottom: 12px;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .c-page-strengths-nav__content {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.c-page-strengths-section {
  margin: 0 0 80px;
}

@media (max-width: 767px) {
  .c-page-strengths-section {
    margin: 0 0 60px;
  }
}
.c-page-strengths-section img {
  max-width: 100%;
}

.c-page-strengths-section__header {
  background: #2badb0;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 17px 0 14px;
  margin: 0 0 24px;
}

@media (max-width: 767px) {
  .c-page-strengths-section__header {
    margin: 0 0 20px;
  }
}
.c-page-strengths-section__caption {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .c-page-strengths-section__caption {
    font-size: 1.6rem;
  }
}
.c-page-strengths-section__head {
  margin: 0;
  font-size: 4rem;
}

@media (max-width: 767px) {
  .c-page-strengths-section__head {
    font-size: 2.4rem;
  }
}
.c-page-strengths-section__inner {
  padding: 0 140px;
}

@media (max-width: 767px) {
  .c-page-strengths-section__inner {
    padding: 0 25px;
  }
}
.c-page-strengths-section__lead {
  text-align: center;
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  .c-page-strengths-section__lead {
    text-align: left;
    margin: 0 0 30px;
  }
}
.c-page-strengths-section__heading {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 20px;
  position: relative;
  padding-left: 36px;
}

@media (max-width: 767px) {
  .c-page-strengths-section__heading {
    font-size: 1.6rem;
    padding-left: 22px;
    margin: 0 0 12px;
  }
}
.c-page-strengths-section__heading:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #2badb0;
  display: block;
  top: 0.5em;
  left: 0;
}

@media (max-width: 767px) {
  .c-page-strengths-section__heading:before {
    width: 12px;
    height: 12px;
    top: 0.6em;
  }
}
.c-page-strengths-section__block {
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  .c-page-strengths-section__block {
    margin: 0 0 30px;
  }
}
.c-page-strengths-section__block-image {
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .c-page-strengths-section__block-image {
    margin: 0 -25px 20px;
  }
}
.c-page-strengths-section__flow {
  margin-bottom: 8px;
}

.c-page-strengths-section__flow-element {
  border: 1px solid #2badb0;
  border-radius: 10px;
  margin: 0 0 52px;
  padding: 20px 30px;
  position: relative;
}

@media (max-width: 767px) {
  .c-page-strengths-section__flow-element {
    padding: 16px 20px;
  }
}
.c-page-strengths-section__flow-element:after {
  content: "";
  display: block;
  background: url(../img/icon-flow-arrow.svg) no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: calc(100% + 20px);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.c-page-strengths-section__flow-element:last-child:after {
  display: none;
}

.c-page-strengths-section__flow-head {
  font-weight: 700;
  color: #2badb0;
  margin: 0 0 3px;
}

.c-page-strengths-section__content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -16px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 767px) {
  .c-page-strengths-section__content-col {
    display: block;
    margin: 0;
  }
}
.c-page-strengths-section__content-col-element {
  width: calc(50% - 36px);
  margin: 0 16px 20px;
}

@media (max-width: 767px) {
  .c-page-strengths-section__content-col-element {
    width: 100%;
    margin: 0 0 24px;
  }
}
.c-page-strengths-section__content-media {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}

.c-page-strengths-section__content-media[data-type=mov] {
  height: 0;
  padding-top: 56.25%;
}

.c-page-strengths-section__content-media[data-type=mov] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-page-strengths-section__content-media[data-type=pdf] {
  background: #efefef;
  padding: 12px;
  text-align: center;
}

@media (max-width: 767px) {
  .c-page-strengths-section__content-media[data-type=pdf] {
    padding: 12px 96px;
  }
}
.c-page-strengths-section__content-media[data-type=pdf]:after {
  content: "PDF";
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  background: #e30000;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 3px 6px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.c-page-strengths-section__content-media[data-type=pdf] img {
  height: 224px;
}

@media (max-width: 767px) {
  .c-page-strengths-section__content-media[data-type=pdf] img {
    width: 100%;
    height: auto;
  }
}
.c-page-strengths-section__content-media-links {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.c-page-strengths-section__content-media-links:hover {
  opacity: 0.7;
}

.c-page-strengths-section__content-col-title {
  font-weight: 700;
}

.c-page-strengths-section__product {
  border: 3px solid #e8eaea;
  padding: 45px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .c-page-strengths-section__product {
    display: block;
    border-width: 1px;
    padding: 2px 15px;
  }
}
.c-page-strengths-section__product-ph {
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .c-page-strengths-section__product-ph {
    width: 52px;
    margin: 0;
  }
}
.c-page-strengths-section__product-element {
  width: 33.33333%;
  border-right: 1px solid #e8eaea;
}

@media (max-width: 767px) {
  .c-page-strengths-section__product-element {
    width: 100%;
    border-bottom: 1px solid #e8eaea;
    border-right: 0;
    margin: 0;
  }
}
.c-page-strengths-section__product-element:last-child {
  border: 0;
}

.c-page-strengths-section__product-links {
  color: #333f48;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 0 40px 20px;
  display: block;
}

@media (max-width: 767px) {
  .c-page-strengths-section__product-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
.c-page-strengths-section__product-links:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #333f48 url(../img/icon-ar-white.svg) no-repeat 56%;
  background-size: 5px auto;
  position: absolute;
  right: 15px;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .c-page-strengths-section__product-links:after {
    right: 0;
    top: 18px;
  }
}
.c-page-strengths-section__product-links:hover {
  color: #2badb0;
  opacity: 0.8;
}

.c-page-strengths-section__product-links:hover:after {
  background-color: #2badb0;
}

.c-page-strengths-section__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-page-strengths-section__links li {
  padding-left: 15px;
  position: relative;
  margin: 0 0 4px;
}

.c-page-strengths-section__links li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #d8d8d8;
  position: absolute;
  display: block;
  left: 0;
  top: 0.9em;
}

.c-page-strengths-section__links li a {
  color: #333f48;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-page-strengths-section__links li a:hover {
  color: #2badb0;
}

.c-page-strengths-section__links li a[target=_blank]:after {
  display: inline-block;
  content: "";
  background-image: url(../img/icon-external.png);
  background-color: transparent;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
}

.c-page-strengths-section__links li a[href$=".pdf"]:after {
  content: "PDF";
  background: #e30000;
  width: auto;
  height: auto;
  border-radius: 9px;
  color: #fff;
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  line-height: 1;
  font-weight: 700;
  padding: 3px 5px;
}

.c-page-strengths-section__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 767px) {
  .c-page-strengths-section__col {
    display: block;
    margin: 0;
  }
}
.c-page-strengths-section__col-element {
  width: calc(50% - 20px);
  margin: 0 10px 40px;
}

@media (max-width: 767px) {
  .c-page-strengths-section__col-element {
    width: 100%;
    margin: 0 0 32px;
  }
}
.c-page-strengths-section__col-element p {
  margin: 0;
}

.c-page-strengths-section__col-ph {
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .c-page-strengths-section__col-ph {
    margin: 0 0 8px;
  }
}
.c-page-strengths-section__col-head {
  font-size: 3rem;
  color: #2badb0;
  font-weight: 700;
  margin: 0 0 4px;
}

@media (max-width: 767px) {
  .c-page-strengths-section__col-head {
    font-size: 2rem;
    margin: 0;
  }
}
.c-opening-modal {
  background: rgba(0, 167, 172, 0.95);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

body[data-session=true] .c-opening-modal {
  display: none;
}

.c-opening-modal__logo {
  margin: -30px 0 9px;
  width: 125px;
}

@media (max-width: 767px) {
  .c-opening-modal__logo {
    width: 90px;
    margin-bottom: 0;
  }
}
.c-opening-modal__body {
  width: 800px;
  height: 510px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .c-opening-modal__body {
    width: calc(100vw - 40px);
    height: auto;
  }
}
.c-opening-modal__body:after {
  content: "";
  display: block;
  background: url(../img/bg-opening-pict.svg) no-repeat;
  width: 370px;
  height: 186px;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  bottom: 30px;
}

@media (max-width: 767px) {
  .c-opening-modal__body:after {
    width: 240px;
    height: 120px;
    bottom: 10px;
  }
}
.c-opening-modal__inner {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .c-opening-modal__inner {
    border-radius: 12px;
  }
}
.c-opening-modal__news {
  background: #333f48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #00e0e6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 20px 38px;
}

@media (max-width: 767px) {
  .c-opening-modal__news {
    display: block;
    padding: 10px 14px;
    line-height: 1.5;
  }
}
.c-opening-modal__news time {
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  margin-right: 27px;
  margin-top: 2px;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .c-opening-modal__news time {
    font-size: 1.1rem;
  }
}
.c-opening-modal__news-title a {
  color: #00e0e6;
  text-decoration: underline;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .c-opening-modal__news-title a {
    font-size: 1.2rem;
  }
}
.c-opening-modal__content {
  text-align: center;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .c-opening-modal__content {
    padding: 24px 10px 85px;
  }
}
.c-opening-modal__head {
  font-family: M PLUS\ 1p, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.c-opening-modal__head small {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .c-opening-modal__head small {
    font-size: 1.6rem;
  }
}
.c-opening-modal__head span {
  font-size: 3rem;
  display: block;
}

@media (max-width: 767px) {
  .c-opening-modal__head span {
    font-size: 2.2rem;
  }
}
.c-opening-modal__head-caption {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-family: Poppins, sans-serif;
  text-indent: 0.1em;
  margin-top: 4px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .c-opening-modal__head-caption {
    font-size: 1.1rem;
  }
}
.c-opening-modal__text {
  margin: 15px 0 26px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .c-opening-modal__text {
    font-size: 1.3rem;
  }
}
.c-opening-modal__button-element {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 21px;
  background: #2badb0;
  border: 0;
  width: 267px;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-opening-modal__button-element:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #333f48 url(../img/icon-ar-white.svg) no-repeat 56%;
  background-size: 5px auto;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .c-opening-modal__button-element:after {
    right: 15px;
    top: 18px;
  }
}
.c-opening-modal__button-element:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .c-opening-modal__hidden-pc {
    display: none;
  }
}
/* --- ヘッダー --- */
.c-page-nav {
  width: auto;
  right: 0;
  left: inherit;
}

/*.c-page-nav__element a:hover span::after,
.c-lower-cta__button-element a:hover span::after {
    color: #00a7ac;
}*/
@media (max-width: 767px) {
  .c-page-nav {
    width: 100%;
  }
  .c-page-nav__element a {
    padding: 12px 10px 12px 16px;
  }
  .c-page-nav__element a span::after {
    margin: 0 0 3px 6px;
  }
  .c-sm-nav {
    z-index: 100;
  }
}
/* --- フッター --- */
.c-lower-cta__button-element {
  margin: 0 3px;
}

.c-lower-cta__button-element a {
  padding: 8.5px 60.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 220%;
  border-radius: 100px;
  position: relative;
}

.c-lower-cta__button-element a .icon {
  margin-top: 5px;
  display: block;
}

.c-lower-cta__button-element a::after {
  content: "";
  margin: 0 0 5px 24px;
  width: 11px;
  height: 11px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: 30px;
}

@media (max-width: 767px) {
  .c-lower-cta__button-element a {
    padding: 9px 30px 9px 20px;
  }
  .c-lower-cta__button-element a::after {
    margin: 0 0 3px 10px;
  }
}
/* --- メインビジュアル --- */
.c-hero:before {
  top: calc(100% - 829px);
}

.c-hero__start {
  width: 200px;
  height: 200px;
  background: #FFFF00;
  right: 180px;
  top: -120px;
  padding-top: 0px;
  /*opacity: 1.0;
  transition: 0.12s ease-out;*/
}

.c-hero__start-text {
  font-size: 2.6rem;
  padding-top: 0px;
  top: calc(50% - 63px);
  color: #00A7AC;
  position: relative;
}

.c-hero__start-text:before {
  display: none;
}

.c-hero__start-text:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #00A7AC;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: unset;
  bottom: -25px;
}

.c-hero__start-text::after {
  content: "";
  display: inline-block;
  /*width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #00A7AC transparent transparent transparent;*/
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #FFFF00;
  position: absolute;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -19px;
}

.c-hero__start-text span {
  display: block;
}

.c-hero__start-text span.start-text-s {
  font-size: 65%;
}

.c-hero__start-text span.start-text-m {
  font-size: 90%;
}

.c-hero__start-text span.x-textLarge {
  font-size: 135%;
}

.c-hero__start__btn {
  text-decoration: none;
}

@media (max-width: 767px) {
  .c-hero__inner {
    background: #00979b;
  }
  .c-hero__content {
    z-index: 3;
  }
  .c-page-home-upper {
    background: #00a7ac;
  }
  .c-hero:before {
    top: calc(100% - 690px);
  }
  .c-hero__start {
    height: auto;
    padding: 15px 20px 15px 10px;
    width: 80%;
    max-width: 90%;
  }
  .c-hero__start-text {
    width: 100%;
    font-size: 1.6rem;
    margin-left: 0px;
    padding: 5px 0 5px 0;
  }
  .c-hero__start-text::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #00A7AC;
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -5px;
    left: unset;
    bottom: unset;
  }
  .c-hero__start-text span {
    display: inline;
    font-size: 1.65rem !important;
  }
  .c-hero__start-text:before {
    display: none;
  }
  .c-hero__start-text br.spBr {
    display: inline !important;
  }
}
/* --- K-DIVEとは--- */
.lead_voice {
  text-align: center;
  margin: 60px auto 100px;
  position: relative;
  max-width: 1200px;
  z-index: 2;
}

.lead_voice p {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 1.5rem;
  color: #ffffff;
}

.lead_voice p::before,
.lead_voice p::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: "";
}

.lead_voice p::before {
  border-left: solid 2px;
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.lead_voice p::after {
  border-right: solid 2px;
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.lead_voice .youtubeBox {
  width: 800px;
  margin: 0 auto 30px;
}

.lead_voice .youtubeBox .youtubeInner {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

.lead_voice .youtubeBox .youtubeInner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.lead_voice a {
  display: inline-block;
  width: 340px;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 1.5rem;
  padding: 10px 0 11px 0;
}

.lead_voice a.c-content-nav__links:before {
  top: 18px;
  left: 20px;
}

.c-lead__head {
  color: #333f48;
}

@media (max-width: 767px) {
  .lead_voice {
    margin: 40px auto 0px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
  .lead_voice p {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    padding: 0 2rem;
  }
  .lead_voice p::before,
  .lead_voice p::after {
    position: absolute;
    top: 0.5rem;
    height: 4.3rem;
    content: "";
  }
  .lead_voice p::before {
    left: 5px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .lead_voice p::after {
    right: 5px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .lead_voice .youtubeBox {
    width: 100%;
    margin: 0 auto 20px;
  }
  .lead_voice a {
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .c-lead__head {
    color: #FFFFFF;
  }
  /*.c-lead {
      background: linear-gradient(0deg,#00a7ac,#00a7ac 100%,transparent);
  }*/
}
/* --- サービス内容 --- */
.c-service-content__col-content {
  padding: 22px 30px 46px;
}

@media (max-width: 767px) {
  .c-service-content__col-content {
    padding: 20px 20px 46px;
  }
}
/* --- 体験施設 --- */
.c-experience {
  position: relative;
  padding: 74px 20px;
  z-index: 3;
  background: #EDF2F2;
}

@media (max-width: 767px) {
  .c-experience {
    margin: 0;
    padding: 60px 0;
  }
}
.c-experience__inner {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}

.c-experience__head {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  position: relative;
  margin: 0 0 69px;
  color: #333F48;
  line-height: 1;
}

.c-service-content__body {
  display: none;
}

.c-service-content__button-toggle[data-button=close] {
  background-color: #d8d8d8;
}

.c-service-content__button-toggle[data-button=open] {
  background-color: #fff;
}

@media (max-width: 767px) {
  .c-experience__head {
    margin: 0 0 30px;
    font-size: 2.8rem;
  }
}
/* 240711 注釈追加 */
.c-service-content__body-text {
  color: white;
  margin: 0 0 1rem 10px;
}

.c-experience__body {
  background: #fff;
}

.c-experience__place {
  padding: 43px 0 0;
}

.c-experience__lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .c-experience__lead {
    text-align: left;
    font-size: 1.6rem;
  }
  .c-service__lead br {
    display: none;
  }
}
.c-experience__lead-text {
  margin: 0 0 43px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 220%;
}

@media (max-width: 767px) {
  .c-experience__lead-text {
    text-align: left;
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .c-experience-content__body-images-ph {
    margin: 0 0 20px;
  }
}
.c-experience__note {
  position: relative;
  text-align: center;
  line-height: 220%;
  margin-top: 46.5px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-experience__note {
    line-height: 180%;
    text-align: center;
    padding: 0;
    font-size: 1.6rem;
  }
}
.c-experience__note a {
  color: #2badb0;
}

.c-experience__note a:hover {
  text-decoration: none;
}

.c-experience__content-button {
  /*text-align: right*/
}

@media (max-width: 767px) {
  .c-experience__content-button {
    text-align: center;
    margin: 9.8px 0 0 auto;
    max-width: 100%;
  }
}
.c-experience__content-button a {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #00A7AC;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  color: #00A7AC;
  padding: 6px 15px 6px 15px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}

.c-experience__content-button a span {
  margin-right: 6px;
}

.c-experience__content-button a:hover {
  border-color: #00A7AC;
  color: #00A7AC;
}

.c-experience__place-ph {
  max-width: 200px;
  width: 100%;
}

.c-experience__place-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-experience__place-text p:first-child {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.c-experience__place-text p:nth-child(2) {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 180%;
}

.c-experience__place-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}

.c-experience .c-lower-cta__button {
  margin-top: 43px;
}

.c-experience .c-lower-cta__button-element a {
  font-size: 1.8rem;
  line-height: 220%;
  background: rgb(0, 167, 172);
  background: -webkit-linear-gradient(14deg, rgb(0, 167, 172) 0%, rgb(0, 161, 165) 50%, rgb(0, 129, 184) 100%);
  background: linear-gradient(76deg, rgb(0, 167, 172) 0%, rgb(0, 161, 165) 50%, rgb(0, 129, 184) 100%);
  padding: 18px 62px 18px 62px;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .c-experience .c-lower-cta__button-element a {
    padding: 4px;
  }
  .c-experience__place-box {
    width: 100%;
    gap: 12.98px;
  }
  .c-experience__place {
    padding: 0;
  }
  .c-experience__place-ph {
    width: 100%;
    max-width: 90px;
  }
  .c-experience__place-text p:first-child {
    font-size: 1.6rem;
    line-height: 220%;
    margin-bottom: 0;
  }
  .c-experience__place-text p:nth-child(2) {
    font-size: 1.2rem;
    line-height: 160%;
  }
  .c-experience__content-button a {
    width: 100%;
    max-width: 161px;
    padding: 4px 15px 6px 25px;
  }
}
/* --- お客様の声 --- */
.c-voice__inner .ico_new {
  position: relative;
}

.c-voice__inner .ico_new::after {
  position: absolute;
  content: "NEW";
  width: 60px;
  height: 28px;
  left: -14px;
  top: 10px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background: #00a7ac;
}

@media (max-width: 767px) {
  .c-voice {
    margin: 0 0 60px;
    padding: 0;
    background: inherit;
  }
  .c-voice__inner .ico_new::after {
    width: 80px;
    height: 28px;
    left: 0px;
    top: 10px;
  }
}
/* --- Q&A --- */
.c-faq__block-open span {
  font-family: Noto Sans JP, sans-serif;
}

.c-hero__caption {
  top: 10px;
}

@media (max-width: 767px) {
  .c-hero__caption {
    top: 3.4vw;
  }
}
/* --- メディア掲載・出演情報 --- */
.c-media {
  margin: 66px 0 100px 0;
  padding-top: 80px;
  position: relative;
  z-index: 3;
  font-size: 1.6rem !important;
  /*background:linear-gradient(90deg, rgba(227, 227, 227,1) 0%,rgba(207, 245, 247,1) 100%);*/
  background: url("/dx/img/kdive/bg_guradient.jpg") #ffffff no-repeat center top;
  background-size: 100%;
}

.c-media__inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.c-media__header {
  text-align: center;
  margin-bottom: 60px;
}

.c-media__head {
  font-size: 3.2rem;
  font-weight: 900;
  position: relative;
  border-top: 3px solid #ffffff;
  padding-top: 16px;
  margin: 0 0 15px 0;
}

.c-media__head:before {
  content: "";
  height: 3px;
  width: 30px;
  background: #00a3a5;
  display: block;
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.c-media__body {
  padding: 0 60px;
  margin-bottom: 80px;
}

.c-media__body a {
  color: #333f48;
  text-decoration: none;
}

.media_list {
  width: 100%;
  background-color: #ffffff;
  padding: 25px 50px 25px 25px;
  border-bottom: 1px solid #333f48;
}

.c-media__body > .media_list:first-child {
  border-top: 1px solid #333f48;
}

a .media_list {
  background-color: rgba(0, 167, 172, 0.17);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

a .media_list:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #333f48;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

a:hover .media_list:before {
  right: 20px;
}

a .media_list::after {
  content: "";
  right: 34px;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

a:hover .media_list::after {
  right: 29px;
}

.media_list_day {
  width: 8.5em;
  vertical-align: top;
  display: inline-block;
  margin-right: 90px;
}

.media_list_title {
  display: inline-block;
}

.media_list_title p {
  position: relative;
  margin: 0;
  color: #333f48;
}

.media_list_title p::after {
  content: "";
  width: 54px;
  padding: 1px 0 2px 0;
  text-align: center;
  display: block;
  background-color: #333f48;
  color: #ffffff;
  font-size: 82%;
  position: absolute;
  left: -86px;
  top: 2px;
}

.media_list_title p.ico_tv::after {
  content: "TV";
}

.media_list_title p.ico_web::after {
  content: "WEB";
}

.media_list_title p.ico_news::after {
  content: "新聞";
}

.media_list_title .media_list_link {
  text-decoration: underline;
  display: block;
}

a:hover .media_list_title .media_list_link {
  text-decoration: none;
}

.media_announce {
  text-align: center;
}

.media_announce strong {
  font-size: 130%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media_announce strong::before,
.media_announce strong::after {
  content: "";
  background-color: #333f48;
  height: 3px;
  width: 28px;
}

.media_announce strong::before {
  margin: 5px 10px 0 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.media_announce strong::after {
  margin: 5px 0 0 6px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.media_announce a {
  background-color: #00a7ac;
  width: 360px;
  line-height: 60px;
  color: #ffffff;
  border: 1px solid #00a7ac;
  display: block;
  border-radius: 10px;
  margin: 20px auto 0;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.media_announce a::before {
  content: "";
  width: 7px;
  height: 7px;
  font-size: 110%;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.media_announce a:hover {
  background-color: #fff;
  color: #00a7ac;
}

.media_announce a:hover::before {
  border-top: solid 2px #00a7ac;
  border-right: solid 2px #00a7ac;
}

@media (max-width: 767px) {
  .c-media {
    margin: 50px 0 60px 0;
    padding-top: 50px;
    background-size: auto;
    font-size: 1.5rem !important;
  }
  .c-media__inner {
    max-width: 100%;
    padding: 0 20px;
  }
  .c-media__header {
    margin-bottom: 30px;
  }
  .c-media__head {
    font-size: 2.4rem;
    padding-top: 12px;
  }
  .c-media__body {
    padding: 0;
    margin-bottom: 40px;
  }
  .media_list {
    width: 100%;
    padding: 15px 40px 15px 15px;
  }
  a .media_list:before {
    content: "";
    width: 20px;
    height: 20px;
    right: 15px;
    bottom: 0;
    -webkit-transition: inherit;
    transition: inherit;
  }
  a:hover .media_list:before {
    right: 15px;
  }
  a .media_list::after {
    content: "";
    right: 22px;
  }
  a:hover .media_list::after {
    right: 22px;
  }
  .media_list_day {
    width: inherit;
    margin: 0 0 5px 0;
    display: block;
  }
  .media_list_title {
    display: block;
  }
  .media_list_title p {
    position: relative;
    margin: 0;
    color: #333f48;
  }
  .media_list_title p::after {
    content: "";
    left: inherit;
    right: -25px;
    top: -30px;
  }
  .media_list_title .media_list_link {
    text-decoration: underline;
    display: block;
  }
  a:hover .media_list_title .media_list_link {
    text-decoration: none;
  }
  .media_announce {
    text-align: center;
  }
  .media_announce strong {
    font-size: 110%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .media_announce strong::before,
  .media_announce strong::after {
    content: "";
    background-color: #333f48;
    height: 2px;
    width: 22px;
  }
  .media_announce strong::before {
    margin: 3px 2px 0 0;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .media_announce strong::after {
    margin: 3px 0 0 0;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  .media_announce a {
    width: 100%;
  }
}
/* --- 共通 --- */
/*.c-hero,.c-value,.c-service,.c-voice,.c-experience,.c-faq,.c-roadmap,.c-news{
    padding-top: 66px;
    margin-top: -66px;
}*/
html {
  scroll-behavior: smooth;
}

/* ページ全般の設定 */
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

li {
  list-style: none;
}

a {
  color: #333F48;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}
@media (max-width: 767px) {
  img {
    width: auto;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-width {
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.c-green {
  color: #00A7AC;
}

/* 見出し */
.c-value__lead span {
  position: relative;
  padding: 0 42px;
}
@media (max-width: 767px) {
  .c-value__lead span {
    padding: 0 36px;
    width: 100%;
    letter-spacing: 5px;
  }
}
@media (max-width: 420px) {
  .c-value__lead span {
    font-size: 4.6vw;
  }
}
.c-value__lead span::before, .c-value__lead span::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 31px;
  height: 2px;
  background: #00A7AC;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .c-value__lead span::before, .c-value__lead span::after {
    width: 29px;
  }
}
.c-value__lead span::before {
  left: 0;
}
.c-value__lead span::after {
  right: 0;
}

.c-value__lead--wh span::before, .c-value__lead--wh span::after {
  background: #fff;
}

/* MV */
.c-hero__pict__slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 767px) {
  .c-hero__pict__slider {
    display: none;
  }
}

@media (min-width: 768px) {
  .c-hero__pict__slider-sp {
    display: none;
  }
}

.c-main-wrap {
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .c-main-wrap {
    width: 100%;
  }
}

.c-page-kdive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .c-page-kdive {
    overflow: hidden;
  }
}

.c-function__gallery,
.c-schedule__gallery,
.c-crowd__gallery,
.c-support__gallery {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .c-function__gallery,
  .c-schedule__gallery,
  .c-crowd__gallery,
  .c-support__gallery {
    margin-top: 28px;
  }
}
.c-videos .slick-next,
.c-function__gallery .slick-next,
.c-schedule__gallery .slick-next,
.c-crowd__gallery .slick-next,
.c-support__gallery .slick-next {
  background: url("../img/kdive/arrow-next-gr.svg") no-repeat right center;
  background-size: cover;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-videos .slick-next:hover,
.c-function__gallery .slick-next:hover,
.c-schedule__gallery .slick-next:hover,
.c-crowd__gallery .slick-next:hover,
.c-support__gallery .slick-next:hover {
  background: url("../img/kdive/arrow-next-wh.svg") no-repeat right center;
}
.c-videos .slick-prev,
.c-function__gallery .slick-prev,
.c-schedule__gallery .slick-prev,
.c-crowd__gallery .slick-prev,
.c-support__gallery .slick-prev {
  background: url("../img/kdive/arrow-prev-gr.svg") no-repeat left center;
  background-size: cover;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-videos .slick-prev:hover,
.c-function__gallery .slick-prev:hover,
.c-schedule__gallery .slick-prev:hover,
.c-crowd__gallery .slick-prev:hover,
.c-support__gallery .slick-prev:hover {
  background: url("../img/kdive/arrow-prev-wh.svg") no-repeat right center;
}
.c-videos .slick-prev,
.c-videos .slick-next,
.c-function__gallery .slick-prev,
.c-function__gallery .slick-next,
.c-schedule__gallery .slick-prev,
.c-schedule__gallery .slick-next,
.c-crowd__gallery .slick-prev,
.c-crowd__gallery .slick-next,
.c-support__gallery .slick-prev,
.c-support__gallery .slick-next {
  width: 34px;
  height: 34px;
  opacity: 1;
}

/* 導入スケジュール */
.c-schedule {
  background-image: url(../img/kdive/pc_bg-schedule.jpg);
  background-size: cover;
  padding: 0 0 100px;
  background-position: center top;
}
@media (max-width: 767px) {
  .c-schedule {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1700px) {
  .c-schedule {
    background-size: 1500px;
  }
}
@media (max-width: 767px) {
  .c-schedule .c-crowd__body__head {
    font-size: 1.8rem;
  }
}

.c-schedule__choice-btn .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100% !important;
  gap: 18px;
  -webkit-transform: unset !important;
          transform: unset !important;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .c-schedule__choice-btn .slick-track {
    gap: 10px;
  }
}
.c-schedule__choice-btn .slick-track::before,
.c-schedule__choice-btn .slick-track::after {
  display: none;
}
.c-schedule__choice-btn .slick-slide {
  color: #00A7AC;
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px;
  width: calc(50% - 9px) !important;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-schedule__choice-btn .slick-slide {
    width: calc(50% - 5px) !important;
    padding: 10px;
    font-size: 1.4rem;
  }
}
.c-schedule__choice-btn .slick-current, .c-schedule__choice-btn .slick-slide:hover {
  background: #00A7AC;
  color: #fff;
}

.c-schedule__body {
  background: #fff;
  padding: 60px 67px 72px;
  max-width: 948px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 10px auto;
}
@media (max-width: 767px) {
  .c-schedule__body {
    padding: 45px 10px 20px;
    width: 100%;
    position: relative;
  }
}

@media (max-width: 767px) {
  .c-schedule__gallery .slick-slide {
    overflow-x: scroll;
    position: relative;
  }
}

.scroll-hint-icon {
  left: 30%;
}

/* K-DIVE®とは */
.c-about {
  background: #EDF2F2;
  padding-bottom: 82px;
}
@media (max-width: 767px) {
  .c-about {
    padding-bottom: 60px;
  }
}

.c-about__body {
  background: #fff;
  padding: 50px 47.66px;
}
@media (max-width: 767px) {
  .c-about__body {
    padding: 40px 10px;
  }
}
@media (max-width: 767px) {
  .c-about__body .c-value__text {
    padding: 0 10px;
  }
}

.c-about .c-value__element-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: unset;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .c-about .c-value__element-header {
    padding: 30px 0 40px;
  }
}

.c-about .c-value__element-icon {
  margin-top: 19px;
  height: 87px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-about .c-value__element-icon {
    margin-top: 20px;
    height: auto;
  }
}

.c-about .c-value__element-content {
  color: #fff;
  background: #00A7AC;
}

.c-about .c-value__element {
  background: #00A7AC;
}
@media (max-width: 767px) {
  .c-about .c-value__element:last-of-type {
    margin-bottom: 0;
  }
}
.c-about .c-value__element-def {
  font-size: 2rem;
}

/* K-DIVE®が目指す未来 */
@media (max-width: 767px) {
  .c-future {
    padding: 0 20px;
  }
}
.c-future .c-value__lead {
  color: #333F48;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 180%;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .c-future .c-value__lead {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
.c-future .c-future__img {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .c-future .c-future__img {
    margin-top: 24px;
  }
}
.c-future .c-future__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .c-future .c-future__img img {
    width: 100%;
    height: 206px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* 重機の遠隔操作システム */
.c-system {
  margin-top: 80px;
  padding: 58px 12px 47.5px 97px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/kdive/pc_bg-system.jpg);
  background-size: cover;
  background-position: right bottom;
  height: 600px;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .c-system {
    margin-top: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 48px 22px 0 18px;
    height: 618px;
    background-image: url(../img/kdive/sp_bg-system.jpg);
  }
}
.c-system p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 220%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .c-system p {
    line-height: 180%;
  }
}
.c-system .system_bg2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .c-system .system_bg2 {
    display: none;
  }
}
.c-system .system_bg3 {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 50%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .c-system .system_bg3 {
    display: none;
  }
}

@media (max-width: 767px) {
  .c-monitor .c-value__lead span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

.c-monitor__body {
  background-image: url(../img/kdive/pc_bg-monitor.jpg);
  background-size: cover;
  color: #fff;
  padding: 46.9px 30px 25px 40px;
}
@media (max-width: 767px) {
  .c-monitor__body {
    background-position: center;
    padding: 60px 21px;
  }
}
.c-monitor__body .c-value__lead {
  color: #fff;
}
.c-monitor__body .caution {
  text-align: right;
  font-size: 1.4rem;
  line-height: 220%;
  margin-top: 8.6px;
}
@media (max-width: 767px) {
  .c-monitor__body .caution {
    text-align: left;
    font-size: 1.2rem;
    line-height: 180%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .c-monitor__body .c-news__button {
    margin-top: 10px;
  }
}

.c-monitor__body .flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-monitor__list {
  max-width: 209px;
}
@media (max-width: 767px) {
  .c-monitor__list {
    max-width: 100%;
  }
}
.c-monitor__list .c-monitor__list-num {
  width: 30px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 2rem;
  font-family: Barlow Semi Condensed, sans-serif;
  color: #00A7AC;
  background: #fff;
}
.c-monitor__list .c-monitor__list-title {
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-monitor__list .c-monitor__list-element p {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}
@media (max-width: 767px) {
  .c-monitor__list .c-monitor__list-element p {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .c-monitor__list--2 {
    display: none;
  }
}

.c-monitor__list .c-monitor__list-element:last-child p {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-monitor__img {
  max-width: 441px;
}
@media (max-width: 767px) {
  .c-monitor__img {
    max-width: 314px;
    margin: 42px auto 42px;
  }
}

/* 対応可能機種 */
.c-model {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .c-model {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .c-model .c-value__lead {
    margin-bottom: 40px;
  }
}

.c-model__body {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media (max-width: 767px) {
  .c-model__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.c-model__body .list_wrap {
  width: 60%;
}
@media (max-width: 767px) {
  .c-model__body .list_wrap {
    width: 100%;
  }
}
.c-model__body p {
  font-size: 1.4rem;
  line-height: 220%;
  margin-top: 59px;
}
@media (max-width: 767px) {
  .c-model__body p {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 180%;
  }
}
.c-model__body p a {
  color: #00A7AC;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .c-model__body p a {
    font-size: 1.4rem;
  }
}

.c-model__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80px;
}
@media (max-width: 767px) {
  .c-model__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 10px;
    height: 180px;
  }
}
.c-model__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .c-model__list li {
    width: calc(50% - 5px);
  }
}

.dot {
  background: #00A7AC;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  .dot {
    width: 10px;
    height: 10px;
  }
}

.c-model_img {
  max-width: 431px;
  width: 100%;
  margin: auto;
}

/* ヒト・重機の稼働データ活用 */
.c-data {
  background-image: url(../img/kdive/pc_bg-data.png);
  background-size: cover;
  height: 600px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .c-data {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 615px;
  }
}

.c-data {
  padding: 58px 12px 47.5px 97px;
  position: relative;
}
@media (max-width: 767px) {
  .c-data {
    padding: 48px 9.7px 37px 18px;
  }
}
.c-data::after {
  position: absolute;
  content: "";
  background-image: url(../img/kdive/data-img.png);
  background-size: contain;
  width: 48.0555555556vw;
  height: 35.5555555556vw;
  bottom: 0;
  right: 0;
}
@media (min-width:1440px) {
  .c-data::after {
    width: 692px;
    height: 512px;
  }
}
@media (max-width: 767px) {
  .c-data::after {
    width: 348px;
    height: 257.7px;
    bottom: 37px;
    right: 9.75px;
  }
}
.c-data p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 220%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .c-data p {
    line-height: 180%;
  }
}
.c-data .c-data__text {
  position: relative;
  z-index: 1;
}

.c-data__head {
  color: #fff;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .c-data__head {
    font-size: 3.6rem;
    line-height: 160%;
  }
}

sup {
  vertical-align: unset;
}

/* 動画で見るK-DIVE® */
.c-videos {
  --mainColor: #00a7ac;
  padding-bottom: 100px;
}
.c-videos .c-value__lead {
  margin-top: 50px;
}
.videolist {
  padding: 0 50px;
}
.videolist button[data-movieid] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 18px;
  margin: 0 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.videolist .thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.videolist .thumb::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 50%;
  translate: 50% 50%;
  aspect-ratio: 1;
  width: 15.3257%;
  max-width: 40px;
  background: url(../img/kdive/btn_play.webp) no-repeat center / contain;
}
.videolist .thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 5px;
  overflow: hidden;
}
.videolist .tag {
  margin-top: 10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  line-height: 1;
}
.videolist .tag li {
  flex: 0 0 auto;
  border: 1px solid;
  background-color: #fff;
  padding: 5px;
  color: var(--mainColor);
  font-size: 1.3rem;
}
.videolist h4 {
  margin-top: 10px;
  text-align: left;
  color: #333f48;
  font-size: 1.5rem;
  line-height: 1.6;
}
.videolist .date {
  margin-top: auto;
  padding-top: 6px;
  color: #999;
  font-size: 1.3rem;
}
.videolist .slick-track {
  display: flex;
  padding: 5px 0;
}
.videolist .slick-slide {
  float: none;
  min-height: 0;
  height: auto;
  scale: 0.9 0.9;
  transition-property: scale;
  transition-duration: 1s;
}
.videolist [data-movieid].slick-current {
  scale: 1 1;
}
@media (any-hover: hover) {
  .videolist button[data-movieid]:hover {
    border-color: var(--mainColor);
    background-color: #e8f8f8;
  }
}
[id=videoModal] {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  max-width: none;
  max-height: none;
  border: none;
  overscroll-behavior: none;
  scrollbar-width: none;
}
[id=videoModal][open]::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 1px);
}
[id=videoModal][open] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
[id=videoModal] > button {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  border: none;
  background: transparent none;
  inset: 0;
  cursor: auto;
}
[id=videoModal] .content {
  position: relative;
  width: 910px;
  max-width: 90%;
  aspect-ratio: 16 / 9;
}
[id=videoModal] .content iframe {
  position: absolute;
  right: 50%;
  bottom: 50%;
  translate: 50% 50%;
  width: 100%;
  height: 100%;
}
[id=videoModal] .content button {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 18px;
  border: 1px solid #fff;
  background-color: transparent;
  width: 50px;
  aspect-ratio: 1;
}
[id=videoModal] .content button::before,
[id=videoModal] .content button::after {
  content: "";
  position: absolute;
  left: 5%;
  top: 50%;
  rotate: 45deg;
  width: 90%;
  height: 1px;
  background-color: #fff;
}
[id=videoModal] .content button::after {
  rotate: -45deg;
}
@media (max-width: 767px) {
  .c-videos {
    padding-bottom: 60px;
  }
  .c-videos .c-value__lead span {
    font-size: 100%;
    letter-spacing: 0.05em;
  }
  .videolist {
    padding: 0 30px;
  }
  [id=videoModal] .content {
    max-height: calc(100% - 104px);
  }
  [id=videoModal] .content button {
    width: 42px;
    margin-bottom: 10px;
  }
}

/* ヘッダー */
.header-logo {
  width: 146px;
}
@media (max-width: 767px) {
  .header-logo {
    width: 46px;
  }
}

.header-logo-link {
  width: 189px;
}
@media (max-width: 767px) {
  .header-logo-link {
    width: 152px;
    padding-left: 9px;
    border-left: solid 1px #fff;
  }
}

.header-logo-kdive {
  width: 50px;
  position: absolute;
  right: 50px;
}
@media (min-width: 768px) {
  .header-logo-kdive {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-content-nav {
  z-index: 14;
}
@media (min-width: 768px) {
  .c-content-nav {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 767px) {
  .c-content-nav {
    display: none;
  }
}

.c-content-nav.active {
  -webkit-overflow-scrolling: touch;
  top: 0;
}
@media (max-width: 767px) {
  .c-content-nav.active {
    overflow-y: auto;
  }
}

.c-content-nav__about,
.c-content-nav__links {
  color: #333f48;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  padding: 20px 20px 20px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .c-content-nav__about,
  .c-content-nav__links {
    background: transparent;
    color: #fff;
    font-size: 2rem;
    padding: 20px 20px 20px 0;
  }
}

/* 矢印 */
.c-content-nav__links:before {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid #888888;
  border-bottom: 2px solid #888888;
  display: block;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  right: 20px;
  top: 44%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-content-nav__links:before {
    display: none;
  }
}

.c-content-nav__links span {
  position: relative;
}
@media (max-width: 767px) {
  .c-content-nav__links span {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .c-content-nav__links span::after {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 32%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    right: 0;
  }
}
.c-content-nav__links:hover {
  background-color: #edf2f2;
  color: #333f48;
}
.c-content-nav__links:hover::before {
  border-color: #888888;
}
@media (min-width: 768px) {
  .c-content-nav__links.active2 {
    background-color: #edf2f2;
    color: #333f48;
  }
}
@media (max-width: 767px) {
  button.c-content-nav__links:hover {
    background-color: transparent;
    color: #fff;
  }
}

.c-content-nav__element {
  margin-bottom: 0;
}

.c-page-nav__element a {
  padding: 7.5px 8.7px 7.5px 22.5px;
  line-height: 220%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  max-width: 160px;
  margin: 0 auto;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-page-nav__element a::before {
  content: "";
  background-image: url(/dx/img/kdive/icon-mail.svg);
  background-size: contain;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.c-page-nav__element a:hover {
  background: #fff;
  color: #00A7AC;
  border: 1px solid #00A7AC;
}
.c-page-nav__element a:hover span::after {
  color: #00A7AC;
}
.c-page-nav__element a:hover::before {
  background-image: url(/dx/img/kdive/icon-mail_gr.svg);
}
@media (max-width: 767px) {
  .c-page-nav__element a {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    gap: 10px;
  }
}

.c-page-nav__element a .icon {
  width: 17px;
}
@media (max-width: 767px) {
  .c-page-nav__element a .icon {
    width: 27px;
  }
}

.c-page-nav__element a span {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .c-page-nav__element a span {
    font-size: 2rem;
    line-height: 220%;
  }
}

.c-lower-cta__button-element a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  margin: 0 0 -3px 8px;
  width: 10px;
  height: 10px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-lower-cta__button-element a::after {
    display: none;
  }
}

.c-page-nav__element a span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  margin: 0 0 3px 8px;
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-page-nav__element a span::after {
    display: none;
  }
}

.c-page-nav__element {
  position: relative;
}
@media (max-width: 767px) {
  .c-page-nav__element::after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    margin: 0 0 3px 8px;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(-25%) rotate(45deg);
            transform: translateX(-25%) rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    right: 30px;
    top: 43%;
  }
}

.c-sm-nav__trigger.active span:first-of-type {
  top: 17px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-sm-nav__trigger.active span:nth-of-type(2) {
  display: none;
}
.c-sm-nav__trigger.active span:nth-of-type(3) {
  top: 17px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* メニュー */
.c-content-nav__about-pc {
  cursor: pointer;
  position: relative;
}
button.c-content-nav__links::before, button.c-content-nav__links::after,
.c-content-nav__about-pc::after, .c-content-nav__about-pc::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #888888;
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
button.c-content-nav__links::before,
.c-content-nav__about-pc::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
button.c-content-nav__links::after,
.c-content-nav__about-pc::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
button.c-content-nav__links.active,
.c-content-nav__about-pc.active {
  background: #EDF2F2;
}

.c-content-nav__about {
  cursor: pointer;
  position: relative;
}
.c-content-nav__about span {
  position: relative;
}
button.c-content-nav__links span {
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-content-nav__about span {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  button.c-content-nav__links::before, button.c-content-nav__links::after {
    display: none;
  }
  button.c-content-nav__links span::before, button.c-content-nav__links span::after,
  .c-content-nav__about span::after, .c-content-nav__about span::before {
    content: "";
    width: 13px;
    height: 2.7px;
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  button.c-content-nav__links span::before,
  .c-content-nav__about span::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  button.c-content-nav__links span::after,
  .c-content-nav__about span::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
button.c-content-nav__links.active::before,
.c-content-nav__about-pc.active::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
button.c-content-nav__links.active::after,
.c-content-nav__about-pc.active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  button.c-content-nav__links.open span::before,
  .c-content-nav__about.open span::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  button.c-content-nav__links.open span::after,
  .c-content-nav__about.open span::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
.c-case-menu,
.c-about-menu {
  height: 100vh;
  background: #EDF2F2;
  position: fixed;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  top: 0;
  width: 332px;
  left: 200px;
  padding: 110px 33px 0 61px;
}
@media (max-width: 767px) {
  .c-case-menu,
  .c-about-menu {
    height: auto;
    position: inherit;
    width: auto;
    padding: 0;
    left: inherit;
    top: inherit;
    display: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
    padding-bottom: 20px;
  }
}
.c-case-menu .c-case-menu__links,
.c-about-menu .c-about-menu__links {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .c-case-menu .c-case-menu__links,
  .c-about-menu .c-about-menu__links {
    margin-bottom: 15px;
  }
}
.c-case-menu .c-case-menu__links:last-child,
.c-about-menu .c-about-menu__links:last-child {
  margin-bottom: 0;
}
.c-case-menu .c-case-menu__links a,
.c-about-menu .c-about-menu__links a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-case-menu .c-case-menu__links a:hover,
.c-about-menu .c-about-menu__links a:hover {
  opacity: 0.8;
}
.c-case-menu__links a,
.c-about-menu .c-about-menu__links .top-link {
  color: #00A7AC;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.c-case-menu__links a .arrow {
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .c-case-menu__links a,
  .c-about-menu .c-about-menu__links .top-link {
    padding-left: 20px;
    color: #6adce0;
  }
}
@media (max-width: 767px) {
  .c-about-menu .c-about-menu__links .top-link .arrow {
    width: 12px;
  }
}
.c-about-menu .c-about-menu__links .link-list {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .c-about-menu .c-about-menu__links .link-list {
    margin-top: 14px;
    margin-bottom: 25px;
  }
}
.c-about-menu .c-about-menu__links .link-list li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c-about-menu .c-about-menu__links .link-list li {
    padding-left: 30px;
    margin-bottom: 15px;
  }
}
.c-about-menu .c-about-menu__links .link-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .c-about-menu .c-about-menu__links .link-list li a {
    color: #fff;
    font-size: 1.2rem;
  }
}
.c-about-menu .c-about-menu__links .link-list li:last-child {
  margin-bottom: 0;
}

.c-case-menu.active,
#about-menu.active {
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-overflow-scrolling: touch;
  top: 0;
}
@media (min-width: 768px) {
  .c-case-menu.active,
  #about-menu.active {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 768px) {
  #about-menu-btn.active2 {
    background-color: #edf2f2;
  }
}

#sp_icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 10px;
  position: fixed;
  top: 0;
  right: 0;
  height: 50px;
  z-index: 1000;
}
@media (min-width: 768px) {
  #sp_icon_wrap {
    display: none;
  }
}

/*　上に上がる動き　*/
#header.UpMove, #sp_icon_wrap.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#header.DownMove, #sp_icon_wrap.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body.c-page-home {
  /* c-newstop ニューススティッカー */
  /*  ニュースカテゴリー */
  /* ニュースルーム */
  /*tabの形状*/
  /*liにactiveクラスがついた時の形状*/
  /*エリアの表示非表示と形状*/
  /*areaにis-activeというクラスがついた時の形状*/
  /* 安全性・利便性の追求 */
  /*.c-function__gallery .slick-slide {
      width: 352px;
      min-height: 520px;
      border-radius: 4.3px;
      padding: 25px;
      background: $white;

      @include mq("pc") {
          overflow: hidden;
          transform: scale(0.778);
          transition: all .5s;
      }

  }*/
  /*  K-DIVE®の活用例 */
  /* 活用例スライダー */
  /* コックピットの提供 */
  /* クラウド提供スライダー */
  /* 活用サポートと保守運用スライダー */
}
@media (max-width: 767px) {
  body.c-page-home {
    overflow-x: hidden;
  }
}
body.c-page-home .c-hero {
  position: relative;
}
body.c-page-home .c-hero .c-hero__pict {
  background: #fff;
}
@media (min-width: 768px) {
  body.c-page-home .c-hero__pict-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.c-page-home .c-hero__pict-inner .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.c-page-home .c-hero__pict-inner .slick-slide {
    height: auto !important;
  }
  body.c-page-home .c-hero__pict-inner .c-hero__pict__slider {
    width: 50%;
  }
  body.c-page-home .c-hero__pict-inner .c-hero__pict__slider .c-hero__pict-element {
    height: 100%;
  }
  body.c-page-home .c-hero__pict-inner .c-hero__pict__slider .c-hero__pict-element img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.c-page-home .c-hero__pict-inner .mv_right {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-hero__pict-inner .mv_right {
    display: none;
  }
}
body.c-page-home .c-hero::after {
  position: absolute;
  content: "";
  background-image: url(../img/kdive/mv-text_pc.png);
  background-size: contain;
  width: 678px;
  height: 93px;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.c-page-home .c-hero::after {
    background-image: url(../img/kdive/mv-text.png);
    width: 375px;
    height: 261px;
    top: 56px;
  }
}
body.c-page-home .c-newstop {
  background: #EDF2F2;
  padding: 60px 20px;
}
body.c-page-home .c-newstop .c-news__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 418px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
body.c-page-home .c-newstop .c-newstop__block {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13px;
}
@media (max-width: 767px) {
  body.c-page-home .c-newstop .c-newstop__block {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    padding-bottom: 21px;
  }
}
body.c-page-home .c-newstop__wrapper {
  max-width: 1043px;
  margin: 0 auto;
}
body.c-page-home .c-newstop__list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  max-width: 907px;
  width: 100%;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  body.c-page-home .c-newstop__list-wrap {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
body.c-page-home .c-newstop__list-wrap::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #00A7AC;
  line-height: 1;
  margin: 0 0 3px 8px;
  width: 0.5em;
  height: 0.5em;
  border: 0.15em solid #00A7AC;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 40%;
  right: 12px;
}
@media (max-width: 767px) {
  body.c-page-home .c-newstop__list-wrap::after {
    width: 0.7em;
    height: 0.7em;
    top: 56%;
  }
}
body.c-page-home .c-more-btn-wrap {
  width: 120px;
}
body.c-page-home .c-newstop__title {
  background: #00A7AC;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 10.8px 0;
  height: 44px;
  display: inline-block;
  width: 141px;
  text-align: center;
}
@media (max-width: 767px) {
  body.c-page-home .c-newstop__title {
    width: 100%;
    padding: 5px 0;
    height: auto;
    font-size: 1.6rem;
  }
}
body.c-page-home .c-newstop__banner {
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  body.c-page-home .c-newstop__banner {
    margin-top: 40px;
  }
}
body.c-page-home .c-newstop__banner a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.c-page-home .c-newstop__banner a:hover {
  opacity: 0.8;
}
body.c-page-home .c-newstop__list {
  max-width: 766px;
}
@media (min-width: 768px) {
  body.c-page-home .c-newstop__list {
    width: 100%;
  }
}
body.c-page-home .c-newstop__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  body.c-page-home .c-newstop__list li {
    padding-left: 30px;
  }
}
body.c-page-home .c-newstop__list .desc {
  max-width: 418px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  body.c-page-home .c-newstop__list .desc {
    max-width: 100%;
    white-space: inherit;
    max-width: 284px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
body.c-page-home .c-newstop__list .date-cate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  white-space: nowrap;
}
body.c-page-home .c-newstop__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  height: 44px;
  padding: 10px 12px 8px 0px;
  width: 100%;
}
@media (max-width: 767px) {
  body.c-page-home .c-newstop__list a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 10px;
    font-size: 1.6rem;
  }
}
body.c-page-home .c-newstop__list .category {
  color: #F0AD38;
  border: solid 1px #F0AD38;
  border-radius: 3px;
  padding: 2px 2px;
  width: 140px;
  text-align: center;
}
@media (max-width: 767px) {
  body.c-page-home .c-newstop__list .category {
    font-size: 1.6rem;
    width: 147px;
    line-height: 160%;
  }
}
body.c-page-home .c-news__category--news,
body.c-page-home .c-newstop__list .c-news__category--event.category {
  color: #F0AD38;
  border: solid 1px #F0AD38;
}
body.c-page-home .c-news__category--release,
body.c-page-home .c-newstop__list .c-news__category--release.category {
  color: #00B9E0;
  border: solid 1px #00B9E0;
}
body.c-page-home .c-news__category--event,
body.c-page-home .c-newstop__list .c-news__category--event.category {
  color: #E6567A;
  border: solid 1px #E6567A;
}
body.c-page-home .c-news__category--media,
body.c-page-home .c-newstop__list .c-news__category--media.category {
  color: #32C140;
  border: solid 1px #32C140;
}
body.c-page-home .c-news__category {
  border-radius: 3px;
  padding: 2px;
  width: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 767px) {
  body.c-page-home .c-more-btn-wrap {
    padding: 0 14px;
    width: 100%;
    text-align: center;
  }
}
body.c-page-home .c-more-btn {
  background: #00A7AC;
  display: inline-block;
  border-radius: 85.4px;
  padding: 0 16px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  line-height: 220%;
  height: 32px;
  font-size: 1.4rem;
  position: relative;
  border: 1px solid transparent;
  width: 120px;
}
@media (max-width: 767px) {
  body.c-page-home .c-more-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 220%;
    font-size: 1.6rem;
    height: 43px;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-more-btn::after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    margin: 0 0 3px 8px;
    width: 7px;
    height: 7px;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(-25%) rotate(45deg);
            transform: translateX(-25%) rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 41%;
    right: 16px;
  }
}
body.c-page-home .c-more-btn:hover {
  background: #fff;
  color: #00A7AC;
  border: 1px solid #00A7AC;
}
body.c-page-home .c-more-btn:hover::after {
  color: #00A7AC;
}
body.c-page-home .c-more-btn span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  margin: 0 0 3px 8px;
  width: 0.5em;
  height: 0.5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  body.c-page-home .c-more-btn span::after {
    display: none;
  }
}
body.c-page-home .c-more-btn:hover span::after {
  color: #00A7AC;
}
body.c-page-home .c-news .c-news__button {
  text-align: center;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  body.c-page-home .c-news .c-news__button {
    margin-top: 30px;
  }
}
body.c-page-home .c-news .c-news__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.c-page-home .c-news .c-news__title {
    max-width: 90%;
  }
}
body.c-page-home .c-news .c-news__element {
  position: relative;
}
@media (max-width: 767px) {
  body.c-page-home .c-news .c-news__element::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #00A7AC;
    line-height: 1;
    margin: 0 0 3px 8px;
    border: 0.15em solid #00A7AC;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(-25%) rotate(45deg);
            transform: translateX(-25%) rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    right: 12px;
    width: 0.7em;
    height: 0.7em;
    top: 56%;
  }
}
body.c-page-home .c-news__button-element {
  background: #00A7AC;
  display: inline-block;
  border-radius: 35px;
  padding: 18px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  font-size: 1.8rem;
  max-width: 351px;
  width: 100%;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  body.c-page-home .c-news__button-element {
    font-size: 1.6rem;
    max-width: 310px;
    border-radius: 48px;
    padding: 4px;
    line-height: 220%;
    text-align: center;
  }
}
body.c-page-home .c-news__button-element::after, body.c-page-home .c-news__button-element::before {
  content: "";
  width: 13px;
  height: 2.7px;
  background: #fff;
  display: block;
  position: absolute;
  right: 22px;
  top: 47%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.c-page-home .c-news__button-element:hover {
  background: #fff;
  color: #00A7AC;
  border: 1px solid #00A7AC;
}
body.c-page-home .c-news__button-element:hover::after, body.c-page-home .c-news__button-element:hover::before {
  background: #00A7AC;
}
body.c-page-home .c-news__button-element::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
body.c-page-home .c-news__button-element::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  body.c-page-home #experience .c-news__button-element {
    max-width: unset;
  }
}
body.c-page-home #experience .c-experience__content-button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (min-width: 768px) {
  body.c-page-home #experience .c-experience__content-button a {
    height: 27px;
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  body.c-page-home #experience .c-experience__content-button a {
    padding: 6px 15px 6px 25px;
  }
}
body.c-page-home #experience .c-experience__content-button a::after {
  content: url(/dx/img/kdive/icon-blank.svg);
}
body.c-page-home #experience .c-experience__content-button a:hover {
  color: #fff;
  background: #00A7AC;
}
body.c-page-home #experience .c-experience__content-button a:hover::after {
  content: url(/dx/img/kdive/icon-blank_wh.svg);
}
body.c-page-home .c-news__button.open .c-news__button-element::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
body.c-page-home .c-news__button.open .c-news__button-element::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
body.c-page-home .c-news__button.open .text-more {
  display: none;
}
body.c-page-home .c-news__button.open .text-close {
  display: block;
}
body.c-page-home .c-news__body--hidden {
  display: none;
}
body.c-page-home .c-news__element__date-cate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  body.c-page-home .c-news__element__date-cate {
    margin-bottom: 10px;
    gap: 0;
  }
}
body.c-page-home .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.c-page-home .tab {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
}
body.c-page-home .tab li {
  width: 25%;
}
@media (max-width: 767px) {
  body.c-page-home .tab li {
    width: calc(50% - 5px);
  }
}
body.c-page-home .tab li a {
  display: block;
  background: #fff;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  border: solid 1px #00A7AC;
  max-width: 244px;
  width: 100%;
  height: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  body.c-page-home .tab li a {
    max-width: unset;
    font-size: 1.4rem;
    font-weight: 700;
    color: #00A7AC;
    height: 48px;
  }
}
body.c-page-home .tab li a:hover {
  background: #00A7AC;
  color: #fff;
}
body.c-page-home .tab li.js-active a {
  background: #00A7AC;
  color: #fff;
}
body.c-page-home .tab-area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
}
body.c-page-home .tab-area.js-is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.c-page-home .c-function {
  background: #EDF2F2;
  padding: 80px 20px;
}
@media (max-width: 767px) {
  body.c-page-home .c-function {
    padding: 45px 0;
  }
}
body.c-page-home .c-function__choice-btn .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
  width: 100% !important;
  -webkit-transform: unset !important;
          transform: unset !important;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  body.c-page-home .c-function__choice-btn .slick-track {
    gap: 10px;
  }
}
body.c-page-home .c-function__choice-btn .slick-track::before,
body.c-page-home .c-function__choice-btn .slick-track::after {
  display: none;
}
body.c-page-home .c-function__choice-btn .slick-slide {
  color: #00A7AC;
  background: #fff;
  border: solid 1px #00A7AC;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px;
  width: calc(33.3333333333% - 14px) !important;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  body.c-page-home .c-function__choice-btn .slick-slide {
    width: calc(50% - 5px) !important;
    padding: 10px;
    font-size: 1.4rem;
    background: transparent;
  }
}
body.c-page-home .c-function__choice-btn .slick-current,
body.c-page-home .c-function__choice-btn .slick-slide:hover {
  background: #00A7AC;
  color: #fff;
}
body.c-page-home .slider-wrap {
  margin: 50px auto 0;
  max-width: 1047px;
  width: 100%;
}
@media (max-width: 767px) {
  body.c-page-home .slider-wrap {
    margin-top: 20px;
  }
}
body.c-page-home .c-function__gallery {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  body.c-page-home .c-function__gallery {
    padding: 0;
  }
}
body.c-page-home .c-function__gallery .c-function__title {
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: 700;
}
body.c-page-home .c-function__gallery p {
  margin-top: 8.66px;
  font-size: 1.6rem;
  line-height: 180%;
}
body.c-page-home .c-function__gallery .small {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 4.33px;
  text-align: right;
}
body.c-page-home .c-function__body {
  /*width: 352px;*/
  min-height: 520px;
  border-radius: 4.3px;
  padding: 20px;
  background: #fff;
  /*overflow: hidden;*/
  -webkit-transform: scale(0.878);
          transform: scale(0.878);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 767px) {
  body.c-page-home .c-function__body {
    -webkit-transform: scale(1);
            transform: scale(1);
    border: solid 2.6px #00A7AC;
    min-height: auto;
    padding-bottom: 60px;
  }
}
body.c-page-home .c-function__body .small {
  font-size: 1rem;
  position: absolute;
  right: 10px;
  bottom: 20px;
}
body.c-page-home .c-function__gallery .c-function__img {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 767px) {
  body.c-page-home .c-function__gallery .c-function__img {
    max-width: 100%;
  }
}
body.c-page-home .c-function__gallery .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  body.c-page-home .c-function__gallery .slick-slide {
    width: 100%;
  }
}
body.c-page-home .c-function__gallery .slick-center .c-function__body {
  border: solid 2px #00A7AC;
  padding: 25px;
}
@media (min-width: 768px) {
  body.c-page-home .c-function__gallery .slick-center .c-function__body {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
body.c-page-home .c-function__gallery .slick-center .c-function__body .small {
  -webkit-transform: scale(1);
          transform: scale(1);
}
body.c-page-home .c-case {
  background: #00A7AC;
  padding: 0 20px 100px;
}
@media (max-width: 767px) {
  body.c-page-home .c-case {
    padding: 0 0 60px;
  }
}
body.c-page-home .c-case {
  --mainColor: #00a7ac;
}
body.c-page-home .c-case .c-value__head,
body.c-page-home .c-case .c-value__lead {
  color: #fff;
}
body.c-page-home .c-case .c-value__lead span::before,
body.c-page-home .c-case .c-value__lead span::after {
  background-color: #fff;
}
[id="case"] .lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #fff;
}
.c-case-interviewList {
  border-block: 1px solid #fff;
  padding: 30px 15px;
  margin: 60px auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c-case-interviewList > li {
  flex: 0 0 auto;
  width: calc((100% - 20px) / 2);
  display: flex;
  font-size: 1.3rem;
}
.c-case-interviewList a {
  flex: 0 0 100%;
  position: relative;
  background: #fff url(../img/kdive/arrow-next-gr.svg) no-repeat right 18px center / 20px auto;
  padding-right: 40px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
}
.c-case-interviewList .new a::before {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  right: 0;
  top: 0;
  width: 60px;
  background: #fff72a url(../img/kdive/icon-new.webp) no-repeat right 4px top 4px / 28px auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  border-radius: 0 10px 0 0;
}
.c-case-interviewList a .thumb {
  flex: 0 0 230px;
}
.c-case-interviewList a .thumb img {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.c-case-interviewList a .textbox {
  flex: 1 0 0%;
}
.c-case-interviewList a .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-case-interviewList a .tags li {
  line-height: 1;
  border: 1px solid var(--mainColor);
  background-color: #fff;
  padding: 3px 5px;
  color: var(--mainColor);
}
.c-case-interviewList a .company {
  margin: 10px auto 20px;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--mainColor);
}
.c-cases-categories ul {
  margin-top: 40px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 1.3rem;
}
.c-cases-categories li {
  flex: 0 0 auto;
  display: flex;
  width: calc((100% - 44px) / 3);
}
.c-cases-categories a {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 20px 20px 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  transition-duration: 0.3s;
}
.c-cases-categories a .thumb {
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-cases-categories a .thumb img {
  border-radius: 10px;
  overflow: hidden;
}
.c-cases-categories a h3 {
  position: relative;
  margin-bottom: 18px;
  padding-left: 24px;
  color: var(--mainColor);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}
.c-cases-categories a h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  aspect-ratio: 1;
  width: 16px;
  background-color: var(--mainColor);
  border-radius: 50%;
}
.c-cases-categories a h3::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  aspect-ratio: 1;
  width: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  rotate: -45deg;
}
@media (any-hover: hover) {
  .c-case-interviewList a:hover {
    background-color: #e8f8f8;
  }
  .c-cases-categories a:hover {
    border-color: var(--mainColor);
    background-color: #e8f8f8;
  }
}
@media (any-hover: none) {
  .c-case-interviewList a:active {
    background-color: #e8f8f8;
  }
  .c-cases-categories a:active {
    border-color: var(--mainColor);
    background-color: #e8f8f8;
  }
}
@media (max-width: 767px) {
  [id="case"] .lead {
    text-align: left;
  }
  .c-case-interviewList {
    flex-direction: column;
    padding-inline: 0;
  }
  .c-case-interviewList > li {
    width: 100%;
  }
  .c-case-interviewList a {
    flex-direction: column;
    padding-right: 0;
    background-image: none;
  }
  .c-case-interviewList a .thumb {
    flex-basis: auto;
  }
  .c-case-interviewList a .thumb img {
    border-radius: 10px 10px 0 0;
  }
  .c-case-interviewList a .textbox {
    background: url(../img/kdive/arrow-next-gr.svg) no-repeat right 10px center / 20px auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0 35px 20px 18px;
  }
  .c-case-interviewList a .textbox p br {
    display: none;
  }
  [id="case"] .c-value__lead span {
    font-size: 100%;
  }
  .c-cases-categories li {
    width: 100%;
  }
}

body.c-page-home .c-case__body__bottom-item--hidden {
  display: none;
  margin-top: 20px;
}
body.c-page-home .c-case__button {
  text-align: center;
  margin: 50px auto 0;
}
body.c-page-home .c-case__button-element {
  background: #fff;
  color: #00A7AC;
  display: inline-block;
  border-radius: 35px;
  padding: 18px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  font-size: 1.8rem;
  max-width: 351px;
  width: 100%;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  body.c-page-home .c-case__button-element {
    max-width: 310px;
    font-size: 1.6rem;
    padding: 8.2px;
  }
}
body.c-page-home .c-case__button-element:hover {
  color: #fff;
  background: #00A7AC;
  border: 1px solid #fff;
}
body.c-page-home .c-case__button-element:hover::after, body.c-page-home .c-case__button-element:hover::before {
  background: #fff;
}
body.c-page-home .c-case__button-element::after,
body.c-page-home .c-case__button-element::before {
  content: "";
  width: 13px;
  height: 2.7px;
  background: #00A7AC;
  display: block;
  position: absolute;
  right: 26px;
  top: 46%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.c-page-home .c-case__button-element::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body.c-page-home .c-case__button-element::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
body.c-page-home .text-close {
  display: none;
}
body.c-page-home .c-case__button.is-open .text-more {
  display: none;
}
body.c-page-home .c-case__button.is-open .text-close {
  display: block;
}
body.c-page-home .c-case__button.is-open .c-case__button-element::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
body.c-page-home .c-case__button.is-open .c-case__button-element::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
body.c-page-home .slick-prev,
body.c-page-home .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.c-page-home #function .slick-prev,
body.c-page-home #function .slick-next {
  top: 230px;
  -webkit-transform: unset;
          transform: unset;
}
body.c-page-home #crowd .slick-prev,
body.c-page-home #crowd .slick-next {
  top: 290px;
  -webkit-transform: unset;
          transform: unset;
}
body.c-page-home #support .slick-prev,
body.c-page-home #support .slick-next {
  top: 340px;
  -webkit-transform: unset;
          transform: unset;
}
body.c-page-home #schedule .slick-prev,
body.c-page-home #schedule .slick-next {
  top: 400px;
  -webkit-transform: unset;
          transform: unset;
}
body.c-page-home .c-case__body__head {
  color: #00A7AC;
  font-size: 3.1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.c-page-home .c-case__body__head {
    text-align: center;
    font-size: 2.2rem;
  }
}
body.c-page-home .c-case__body {
  background: #fff;
  padding: 50px 47.66px;
}
@media (max-width: 767px) {
  body.c-page-home .c-case__body {
    padding: 30px 10px;
  }
}
body.c-page-home .c-case__body .c-case__body__lead {
  margin-top: 9px;
  font-size: 1.6rem;
  line-height: 180%;
  color: #00A7AC;
}
@media (max-width: 767px) {
  body.c-page-home .c-case__body .c-case__body__lead {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
  }
}
body.c-page-home .c-case__body .c-case__body__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  body.c-page-home .c-case__body .c-case__body__top {
    gap: 60px;
  }
  body.c-page-home .c-case__body .c-case__body__top .c-case__category {
    width: calc(100% - 274px - 60px) !important;
  }
}
body.c-page-home .c-case__body .c-case__body__top .c-case__category {
  width: 100%;
}
@media (min-width: 768px) {
  body.c-page-home .c-case__body .c-case__body__top .c-case__body__head {
    font-size: 38px;
    padding: 30px 0 30px 30px;
    border-left: 7px solid #00A7AC;
    border-bottom: 2px solid #00A7AC;
    margin-bottom: 20px;
  }
}
body.c-page-home .c-case__body .c-case__img {
  width: 274px;
  height: auto;
}
body.c-page-home .c-case__body .c-case__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body.c-page-home .c-case__body .c-case__img {
    width: 100%;
    height: auto;
  }
  body.c-page-home .c-case__body .c-case__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.c-page-home .c-case__body .c-case__body__bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
body.c-page-home .c-case__body .c-case__body__bottom-item {
  background: #EDF2F2;
  padding: 20px 23px 23px 20px;
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  body.c-page-home .c-case__body .c-case__body__bottom-item {
    width: 100%;
    padding: 24px 10px;
  }
}
body.c-page-home .c-case__body .c-case__body__bottom-item .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media (min-width: 768px) {
  body.c-page-home .c-case__body .c-case__body__bottom-item .inner {
    height: calc(100% - 50px);
  }
}
body.c-page-home .c-case__body .c-case__body__bottom-item .item-title {
  color: #00A7AC;
  font-size: 2rem;
  font-weight: 700;
  border-left: solid #00A7AC 4px;
  padding-left: 10px;
  margin-bottom: 20px;
}
body.c-page-home .c-case__body .c-case__body__bottom-item .item-img {
  max-width: 182px;
  width: calc(50% - 10px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  body.c-page-home .c-case__body .c-case__body__bottom-item .item-img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-case__body .c-case__body__bottom-item .item-img img {
    height: 124px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.c-page-home .c-case__body .c-case__body__bottom-item .item-text {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  body.c-page-home .c-case__body .c-case__body__bottom-item .item-text {
    width: 100%;
  }
}
body.c-page-home .c-case__body .c-case__body__bottom-item p {
  line-height: 160%;
  font-size: 1.6rem;
  color: #666666;
  font-weight: 400;
}
body.c-page-home .c-case__body .c-green {
  font-weight: 700;
}
body.c-page-home .c-case__choice-btn {
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
}
body.c-page-home .c-case__choice-btn .slick-track {
  width: 100% !important;
  gap: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transform: unset !important;
          transform: unset !important;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  body.c-page-home .c-case__choice-btn .slick-track {
    gap: 10px;
  }
}
body.c-page-home .c-case__choice-btn .slick-track::before,
body.c-page-home .c-case__choice-btn .slick-track::after {
  display: none;
}
body.c-page-home .c-case__choice-btn .slick-slide {
  color: #fff;
  border: solid 1px #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px;
  width: calc(33.3333333333% - 14px) !important;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  body.c-page-home .c-case__choice-btn .slick-slide {
    width: calc(50% - 5px) !important;
    padding: 10px;
    font-size: 1.4rem;
  }
}
body.c-page-home .c-case__choice-btn .slick-current,
body.c-page-home .c-case__choice-btn .slick-slide:hover {
  background: #fff;
  color: #00A7AC;
}
body.c-page-home .c-case__gallery {
  margin-top: 50px;
}
@media (max-width: 767px) {
  body.c-page-home .c-case__gallery {
    margin-top: 30px;
  }
}
body.c-page-home .c-case__gallery .slick-next {
  background: url("../img/kdive/arrow-next-wh.svg") no-repeat right center;
  background-size: cover;
  right: -65px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 130px;
  -webkit-transform: unset;
          transform: unset;
}
body.c-page-home .c-case__gallery .slick-next:hover {
  background: url("../img/kdive/arrow-next-gr.svg") no-repeat left center;
}
@media (max-width:1400px) {
  body.c-page-home .c-case__gallery .slick-next {
    right: -40px;
  }
}
@media (max-width: 1024px) {
  body.c-page-home .c-case__gallery .slick-next {
    right: 0;
  }
}
body.c-page-home .c-case__gallery .slick-prev {
  background: url("../img/kdive/arrow-prev-wh.svg") no-repeat left center;
  background-size: cover;
  left: -65px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 130px;
  -webkit-transform: unset;
          transform: unset;
}
body.c-page-home .c-case__gallery .slick-prev:hover {
  background: url("../img/kdive/arrow-prev-gr.svg") no-repeat left center;
}
@media (max-width:1400px) {
  body.c-page-home .c-case__gallery .slick-prev {
    left: -40px;
  }
}
@media (max-width: 1024px) {
  body.c-page-home .c-case__gallery .slick-prev {
    left: 0;
  }
}
body.c-page-home .c-case__gallery .slick-prev,
body.c-page-home .c-case__gallery .slick-next {
  width: 34px;
  height: 34px;
  opacity: 1;
}
body.c-page-home .c-movie-btn {
  background: #00A7AC;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 74px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 202px;
  width: 100%;
  min-height: 28px;
  margin: 30px auto 0;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  body.c-page-home .c-movie-btn {
    font-size: 1.6rem;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 43px;
    gap: 17px;
  }
}
body.c-page-home .c-movie-btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.5px;
}
body.c-page-home .c-movie-btn .icon {
  width: 20px;
}
@media (max-width: 767px) {
  body.c-page-home .c-movie-btn .icon {
    width: 23px;
  }
}
body.c-page-home .c-movie-btn::after {
  content: url(/dx/img/kdive/arrow-wh.svg);
  display: block;
  width: 6.35px;
}
@media (min-width: 768px) {
  body.c-page-home .c-movie-btn::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6px;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-movie-btn::after {
    width: 7px;
  }
}
body.c-page-home .c-movie-btn:hover {
  color: #00A7AC;
  background: #fff;
  border: 1px solid #00A7AC;
}
body.c-page-home .c-movie-btn:hover::after {
  content: url(/dx/img/kdive/arrow-gr.svg);
}
body.c-page-home .c-movie-btn .arrow {
  width: 6.35px;
}
@media (min-width: 768px) {
  body.c-page-home .c-movie-btn .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 6px;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-movie-btn .arrow {
    width: 7px;
  }
}
body.c-page-home .c-movie-btn--int {
  max-width: 183.8px;
}
@media (max-width: 767px) {
  body.c-page-home .c-movie-btn--int {
    max-width: 100%;
  }
}
body.c-page-home .c-lead__content small {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  body.c-page-home .c-lead__content small {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-lead__element:last-of-type p {
    margin-bottom: 0;
  }
}
body.c-page-home .c-crowd {
  padding: 80px 20px;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd .c-value__lead span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd .c-value__lead span::before {
    left: -20px;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd .c-value__lead span::after {
    right: -20px;
  }
}
body.c-page-home .c-crowd__choice-btn .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100% !important;
  -webkit-transform: unset !important;
          transform: unset !important;
  gap: 18px;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__choice-btn .slick-track {
    gap: 10px;
  }
}
body.c-page-home .c-crowd__choice-btn .slick-track::before,
body.c-page-home .c-crowd__choice-btn .slick-track::after {
  display: none;
}
body.c-page-home .c-crowd__choice-btn .slick-slide {
  color: #00A7AC;
  border: solid 1px #00A7AC;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px;
  width: calc(33.3333333333% - 18px) !important;
  margin-bottom: 1px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__choice-btn .slick-slide {
    width: calc(50% - 5px) !important;
    padding: 10px;
    font-size: 1.4rem;
  }
}
body.c-page-home .c-crowd__choice-btn .slick-current,
body.c-page-home .c-crowd__choice-btn .slick-slide:hover {
  background: #00A7AC;
  color: #fff;
}
body.c-page-home .c-crowd__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__cards {
    gap: 0;
  }
}
body.c-page-home .c-crowd__cards .card {
  background: #EDF2F2;
  border-radius: 10px;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__cards .card {
    border: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__cards .card:last-child {
    margin-bottom: 0;
  }
}
body.c-page-home .c-crowd__cards .card__block {
  padding: 20px;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__cards .card__block {
    padding: 30px 10px;
  }
}
body.c-page-home .c-crowd__cards .card__block .block-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__cards .card__block .block-title {
    font-size: 1.8rem;
  }
}
body.c-page-home .c-crowd__cards .card__block .dot-list .dot {
  width: 6.89px;
  height: 6.89px;
}
body.c-page-home .c-crowd__cards .card__block .dot-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8.6px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__cards .card__block .dot-list li {
    font-size: 1.4rem;
  }
}
body.c-page-home .c-crowd__cards .card__block .dot-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__cards--acco {
    display: none;
  }
}
body.c-page-home .c-crowd__body {
  background: #fff;
  padding: 30px;
  max-width: 948px;
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 10px auto;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__body {
    padding: 34px 10px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border: solid 1px #00A7AC;
  }
}
body.c-page-home .c-crowd__body__head {
  color: #00A7AC;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__body__head {
    text-align: left;
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
body.c-page-home .c-crowd__body__text {
  font-size: 14px;
  line-height: 220%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__body__text {
    font-size: 12px;
  }
}
body.c-page-home .c-crowd__list {
  margin-top: 20px;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__list {
    padding: 0 10px;
    margin-top: 40px;
  }
}
body.c-page-home .c-crowd__list li {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 220%;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__list li {
    font-size: 1.4rem;
    line-height: 180%;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 1rem;
  }
}
body.c-page-home .c-crowd__cards--border .card {
  border: solid 2px #00A7AC;
  border-radius: 10px;
  overflow: hidden;
}
body.c-page-home .c-crowd__cards--border .card__img {
  background: #fff;
  border-bottom: solid 2px #00A7AC;
}
@media (max-width: 767px) {
  body.c-page-home .c-crowd__cards--border .card__img {
    border: none;
  }
}
body.c-page-home .c-crowd__cards--border .card__block {
  color: #000000;
}
body.c-page-home .c-crowd__cards--border .card__block .block-title {
  font-size: 1.6rem;
}
body.c-page-home .c-crowd__cards--border .card__block p {
  font-size: 1.6rem;
  line-height: 180%;
}
body.c-page-home .c-support {
  position: relative;
  padding-bottom: 100px;
}
body.c-page-home .c-support::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 575px;
  background: #00A7AC;
  top: 0;
  left: 0;
}
body.c-page-home .c-support .c-case__body__head {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  body.c-page-home .c-support .c-news__button {
    display: none;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-support .c-crowd__body__head {
    text-align: center;
  }
}
body.c-page-home .c-support__choice-btn .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100% !important;
  -webkit-transform: unset !important;
          transform: unset !important;
  gap: 18px;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  body.c-page-home .c-support__choice-btn .slick-track {
    gap: 10px;
  }
}
body.c-page-home .c-support__choice-btn .slick-track::before,
body.c-page-home .c-support__choice-btn .slick-track::after {
  display: none;
}
body.c-page-home .c-support__choice-btn .slick-slide {
  color: #fff;
  border: solid 1px #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 15px;
  width: calc(25% - 14px) !important;
  height: 71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.c-page-home .c-support__choice-btn .slick-slide {
    width: calc(50% - 5px) !important;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 130%;
    height: 48px;
  }
}
body.c-page-home .c-support__choice-btn .slick-current,
body.c-page-home .c-support__choice-btn .slick-slide:hover {
  background: #fff;
  color: #00A7AC;
}
body.c-page-home .c-support__gallery .small {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 220%;
}
@media (max-width: 767px) {
  body.c-page-home .c-support__gallery .small {
    font-size: 1.2rem;
    margin-top: 17px;
    padding: 0 11px;
  }
}
body.c-page-home .c-experience__place {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 43px;
  -webkit-column-gap: 88px;
     -moz-column-gap: 88px;
          column-gap: 88px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  body.c-page-home .c-experience__place {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-experience__place-ph img {
    width: 90px;
    height: 115px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 767px) {
  body.c-page-home .c-news__button {
    margin-top: 30px;
    text-align: center;
  }
}
body.c-page-home .c-news__button.is-open .text-more {
  display: none;
}
body.c-page-home .c-news__button.is-open .text-close {
  display: block;
}
body.c-page-home .c-news__button.is-open .c-news__button-element::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
body.c-page-home .c-news__button.is-open .c-news__button-element::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (min-width: 768px) {
  body.c-page-home .c-experience .c-news__button {
    display: none;
  }
}
body.c-page-home .image-text {
  text-align: right;
}
@media (min-width: 768px) {
  body.c-page-home #cockpit .c-lead__body .c-lead__ph {
    aspect-ratio: 510/264;
  }
}
body.c-page-home #cockpit .c-lead__body .c-lead__ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.c-page-home #cockpit .c-lead__body .c-lead__element:nth-child(2) .c-lead__ph {
  border: 1px solid #bfbfbf;
}

@media (max-width: 767px) {
  .c-lower-cta__button {
    width: 100%;
  }
}

.c-lower-cta__button-element {
  position: relative;
}
@media (max-width: 767px) {
  .c-lower-cta__button-element {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-lower-cta__button-element::after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    margin: 0 0 3px 8px;
    width: 7px;
    height: 7px;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(-25%) rotate(45deg);
            transform: translateX(-25%) rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 41%;
    right: 30px;
  }
}
.c-lower-cta__button-element a {
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .c-lower-cta__button-element a {
    font-size: 2rem;
    line-height: 220%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 4px;
  }
}
.c-lower-cta__button-element a::before {
  content: "";
  background-image: url(/dx/img/kdive/icon-mail.svg);
  width: 35px;
  height: 35px;
  background-size: contain;
  position: relative;
  top: 1px;
  display: block;
}
@media (max-width: 767px) {
  .c-lower-cta__button-element a::before {
    width: 30px;
    height: 30px;
  }
}
.c-lower-cta__button-element a:hover {
  background: #fff;
  color: #00A7AC;
  border: 1px solid #00A7AC;
}
.c-lower-cta__button-element a:hover::after {
  color: #00A7AC;
}
.c-lower-cta__button-element a:hover::before {
  background-image: url(/dx/img/kdive/icon-mail_gr.svg);
}

@media (max-width: 767px) {
  .c-lower-cta--contact .c-lower-cta__button-element::after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    margin: 0 0 3px 8px;
    width: 7px;
    height: 7px;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(-25%) rotate(45deg);
            transform: translateX(-25%) rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 44%;
    right: 30px;
  }
}

#breadcrumbs {
  min-width: unset;
}

#breadcrumbs ol {
  width: 100%;
}

.breadcrumbs-list {
  max-width: 1033px;
}

#footer > .footerInner {
  width: unset;
}

.footerInner {
  max-width: 1033px;
}

#footer {
  padding-bottom: 35px;
  min-width: unset;
}
@media (max-width: 767px) {
  #footer {
    padding-bottom: 64px;
  }
}

#footerGlobal > ul {
  width: unset;
}

#sitemapLink {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sitemapLink .sitemapBox {
  max-width: 208px;
  width: auto;
  float: unset;
  margin-left: 40px;
}

#sitemapLink .sitemapBox2 {
  max-width: 456px;
  width: auto;
  float: unset;
}

#sitemapLink .sitemapBox2 .floatLeft,
#sitemapLink .sitemapBox2 .floatRight {
  max-width: 208px;
  width: auto;
}

/* 固定CTA */
.c-lower-cta--fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  padding: 6.5px 21px;
}
@media (min-width: 768px) {
  .c-lower-cta--fixed {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .c-lower-cta--fixed .c-lower-cta__button-element {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-lower-cta--fixed .c-lower-cta__button-element::after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    margin: 0 0 3px 8px;
    width: 7px;
    height: 7px;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(-25%) rotate(45deg);
            transform: translateX(-25%) rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 46%;
    right: 17px;
  }
}
@media (max-width: 767px) {
  .c-lower-cta--fixed .c-lower-cta__button-element:hover::after {
    color: #00A7AC;
  }
}
.c-lower-cta--fixed .c-lower-cta__button-element a {
  font-size: 1.6rem;
  line-height: 1;
  padding: 9px;
}
.c-lower-cta--fixed .c-lower-cta__button-element a:after {
  right: 19px;
}
.c-lower-cta--fixed .c-lower-cta__button-element a .icon {
  margin-top: 0;
}

/* 20241120 ENG-24-4077 kdive.html  */
#future .youtubeIframe {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}

#future .youtubeIframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .youtubeIframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtubeIframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}