@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icomoon.ttf?amz6nk") format("truetype"), url("../fonts/icons/icomoon.woff?amz6nk") format("woff"), url("../fonts/icons/icomoon.svg?amz6nk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-link:before {
  content: "\e900";
}

.icon-arrow_down_01:before {
  content: "\e901";
}

.p-wrapper {
  text-align: justify;
  text-justify: inter-ideograph;
}

.p-wrapper * {
  -webkit-appearance: none;
}

.p-wrapper *:after,
.p-wrapper *:before {
  font-family: inherit;
  color: inherit;
}

.p-wrapper *,
.p-wrapper *:after,
.p-wrapper *:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.p-wrapper a[href^="tel:"] {
  pointer-events: all;
}

@media screen and (min-width: 768px) {
  .p-wrapper a[href^="tel:"] {
    pointer-events: none;
  }
}

.p-wrapper span {
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.p-wrapper img, .p-wrapper svg {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.p-wrapper img {
  height: auto;
}

.p-wrapper picture {
  display: block;
}

.p-wrapper strong,
.p-wrapper em {
  font-weight: 700;
}

.p-wrapper sup {
  font-size: .75em;
  vertical-align: super;
}

.p-wrapper sub {
  font-size: .75em;
  vertical-align: sub;
}

.u-color-red {
  color: #db3d23 !important;
}

.u-color-blue {
  color: #0071bc !important;
}

.u-visible-sp {
  display: none !important;
}

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

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

.u-disable-event {
  pointer-events: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.c-ttl {
  text-align: center;
}

.c-ttl .inner {
  position: relative;
  padding: 0 78px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-ttl .inner {
    padding: 0 50px;
  }
}

.c-ttl .inner::before, .c-ttl .inner::after {
  width: 50px;
  height: 76px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-ttl .inner::before, .c-ttl .inner::after {
    width: 32px;
    height: 48px;
  }
}

.c-ttl .inner::before {
  background: url(../img/index/img-brackets_left_01.png) 0 center/contain no-repeat;
  left: 0;
}

.c-ttl .inner::after {
  background: url(../img/index/img-brackets_right_01.png) 0 center/contain no-repeat;
  right: 0;
}

.c-ttl .ja {
  font-size: 218.75%;
  line-height: 1;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-ttl .ja {
    font-size: 143.75%;
  }
}

.c-ttl .en {
  font-size: 100%;
  font-weight: 700;
  color: #fac452;
  line-height: 1;
  display: block;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .c-ttl .en {
    font-size: 87.5%;
    margin-top: 10px;
  }
}

.c-ttl__dots {
  text-align: center;
}

.c-ttl__dots span {
  font-size: 218.75%;
  font-weight: 700;
  line-height: 1.33;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-ttl__dots span {
    font-size: 143.75%;
    padding: 0;
  }
}

.c-ttl__dots span::before, .c-ttl__dots span::after {
  content: "";
  width: 38px;
  height: 33px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-ttl__dots span::before, .c-ttl__dots span::after {
    width: 27.5px;
    height: 24px;
  }
}

.c-ttl__dots span::before {
  background: url(../img/index/img-dots_left_01_pc.png) 0 center/contain;
  right: calc(100% + 20px);
}

@media screen and (max-width: 767px) {
  .c-ttl__dots span::before {
    right: calc(100% + 15px);
  }
}

.c-ttl__dots span::after {
  background: url(../img/index/img-dots_right_01_pc.png) 0 center/contain;
  left: calc(100% + 20px);
}

@media screen and (max-width: 767px) {
  .c-ttl__dots span::after {
    left: calc(100% + 15px);
  }
}

@media screen and (min-width: 768px) {
  .c-ttl__dots.__cogevo span::after {
    left: 100%;
  }
}

.c-btn {
  font-size: 100%;
  font-weight: 500;
  text-decoration: none !important;
  border: 2px solid #db3d23;
  width: 100%;
  padding: 15px 45px;
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.c-btn::after {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 320px) {
  .c-btn::after {
    right: 10px;
  }
}

@media screen and (max-width: 968px) {
  .c-btn {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 87.5%;
    text-align: center;
    padding: 15px 50px 15px 24px;
  }
}

@media screen and (max-width: 360px) {
  .c-btn {
    font-size: 81.25%;
    padding: 10px 30px 10px 10px;
  }
}

.c-btn.__red {
  color: #fff;
  background: #db3d23;
}

.c-btn.__red:hover {
  color: #db3d23;
  background: #fff;
}

.c-btn.__white {
  color: #db3d23;
  background: #fff;
}

.c-btn.__white:hover {
  color: #fff;
  background: #db3d23;
}

.c-footer-nav {
  border-top: 1px solid #bbbbba;
  border-bottom: 1px solid #bbbbba;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-footer-nav {
    border-bottom: none;
    margin-top: 30px;
  }
}

.c-footer-nav .inner {
  max-width: 815px;
  margin: 0 auto;
}

.c-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #bbbbba;
}

@media screen and (max-width: 767px) {
  .c-footer-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: none;
  }
}

.c-footer-nav ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border-right: 1px solid #bbbbba;
}

@media screen and (max-width: 767px) {
  .c-footer-nav ul li {
    border-bottom: 1px solid #bbbbba;
    border-right: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-footer-nav ul li:nth-child(odd) {
    border-right: 1px solid #bbbbba;
  }
}

.c-footer-nav ul li a {
  height: 66px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .c-footer-nav ul li a {
    height: 44px;
    padding: 5px;
  }
}

.c-footer-nav ul li a img {
  max-width: 35px;
}

@media screen and (max-width: 767px) {
  .c-footer-nav ul li a img {
    max-height: 34px;
  }
}

.c-footer-nav ul li a span {
  color: #000;
  font-size: 87.5%;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .c-footer-nav ul li a span {
    display: block;
    font-size: 62.5%;
    text-align: center;
    margin: auto;
  }
}

.c-footer-nav ul li a span.fssmall {
  font-size: 75%;
  text-align: left;
  margin-left: 10px;
}

.p-index__hero .ttl img {
  width: 100%;
}

.p-index__hero .lead {
  margin: 70px 0 60px;
}

@media screen and (max-width: 767px) {
  .p-index__hero .lead {
    margin: 32px 0 0;
  }
}

.p-index__hero .text {
  font-size: 100%;
  line-height: 2;
  letter-spacing: .03em;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-index__hero .text {
    font-size: 87.5%;
  }
}

.p-index__nav {
  background: #e7f2fc;
  margin-top: 60px;
  padding: 16px 0;
}

@media screen and (max-width: 767px) {
  .p-index__nav {
    margin-top: 30px;
  }
}

.p-index__nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-index__nav .nav {
    max-width: 500px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .p-index__nav .nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

@media screen and (min-width: 768px) {
  .p-index__nav .nav li:not(:first-child) {
    margin-left: 94px;
  }
}

@media screen and (max-width: 767px) {
  .p-index__nav .nav li:nth-child(even) {
    margin-left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .p-index__nav .nav li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.p-index__nav .nav li a {
  font-size: 100%;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-index__nav .nav li a {
    font-size: 87.5%;
    text-align: center;
    padding-right: 24px;
  }
}

.p-index__nav .nav li a:hover {
  opacity: .6;
}

.p-index__nav .nav li a::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #0071bc;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  display: inline-block;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .p-index__nav .nav li a::after {
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: scale(0.6) translateY(-50%);
            transform: scale(0.6) translateY(-50%);
  }
}

.p-index__project {
  margin-top: 30px;
  padding-top: 35px;
}

.p-index__project .l-sec {
  position: relative;
}

.p-index__project .l-sec::before {
  content: "";
  position: absolute;
}

.p-index__project .l-sec::before {
  background: url(../img/index/bg-project_left_01_pc.png) no-repeat center center/contain;
  width: 198px;
  height: 306px;
  top: -32px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-index__project .l-sec::before {
    background: url(../img/index/bg-project_left_01_sp.png) no-repeat center center/contain;
    width: 62px;
    height: 66px;
    top: -65px;
    z-index: -1;
  }
}

.p-index__project .cont {
  padding: 36px 0 64px;
  position: relative;
  z-index: 10;
}

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

.p-index__project .cont .lead {
  font-size: 100%;
  line-height: 2;
  text-align: left;
  width: 100%;
  max-width: 553px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-index__project .cont .lead {
    font-size: 87.5%;
    line-height: 1.79;
  }
}

.p-index__project .cont .lead span {
  white-space: nowrap;
}

.p-index__project .legendCup {
  background: #fac452;
  padding: 42px 0;
}

.p-index__project .legendCup .inner {
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 968px) {
  .p-index__project .legendCup .inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-index__project .legendCup .inner {
    max-width: 665px;
    padding: 0 15px;
    display: block;
  }
}

.p-index__project .legendCup .title {
  font-size: 150%;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-index__project .legendCup .title {
    font-size: 112.5%;
    text-align: center;
  }
}

.p-index__project .legendCup .text {
  font-size: 100%;
  line-height: 2;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .p-index__project .legendCup .text {
    font-size: 87.5%;
    line-height: 1.82;
  }
}

.p-index__project .legendCup .btn_wrap {
  width: 100%;
  max-width: 409px;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-index__project .legendCup .btn_wrap {
    margin-top: 20px;
    max-width: none;
  }
}

.p-index__project .legendCup .detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 409px;
          flex: 0 0 409px;
  max-width: 409px;
}

@media screen and (max-width: 767px) {
  .p-index__project .legendCup .detail {
    max-width: none;
  }
}

.p-index__project .legendCup .fig {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 30px 0 0 46px;
  max-width: 100%;
}

@media screen and (max-width: 968px) {
  .p-index__project .legendCup .fig {
    margin: 30px 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-index__project .legendCup .fig {
    margin: 18px auto 0;
  }
}

.p-index__project .footer {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-index__project .footer {
    margin-top: 15px;
  }
}

.p-index__project .footer a {
  color: #000;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid #777;
  min-width: 290px;
  padding: 10px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-index__project .footer a {
    font-size: 87.5%;
    width: 60%;
    min-width: 200px;
  }
}

.p-index__project .footer a::before {
  content: "";
  width: 12px;
  height: 16px;
  background: url(../img/common/icon-chevron-right.png) 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
}

@media screen and (max-width: 767px) {
  .p-index__project .footer a::before {
    width: 10px;
    height: 13.3333333333px;
    right: 6px;
  }
}

.p-index__project .footer a:hover {
  background-color: #eee;
}

.p-index__report {
  margin-top: 60px;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-index__report {
    margin-top: 0;
  }
}

.p-index__report .l-sec {
  position: relative;
}

.p-index__report .l-sec::after {
  content: "";
  position: absolute;
  background: url(../img/index/bg-report_right_01_pc.png) no-repeat center center/contain;
  width: 216px;
  height: 394px;
  top: -20px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-index__report .l-sec::after {
    background: url(../img/index/bg-report_right_01_sp.png) no-repeat center center/contain;
    width: 70px;
    height: 178px;
    top: -28px;
    z-index: -1;
  }
}

.p-index__report .cont {
  padding: 50px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-index__report .cont {
    padding: 20px 0 0;
  }
}

.p-index__report .title {
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
}

@media screen and (max-width: 767px) {
  .p-index__report .title {
    font-size: 112.5%;
    line-height: 1.5;
  }
}

.p-index__report .text {
  font-size: 100%;
  line-height: 2;
  width: 100%;
  max-width: 550px;
  margin: 20px auto 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-index__report .text {
    font-size: 87.5%;
    line-height: 1.79;
    margin-top: 15px;
  }
}

.p-index__report .note {
  font-size: 81.25%;
  color: inherit;
  line-height: 1.69;
  text-align: center;
  margin-top: 25px;
}

.p-index__report .media {
  margin-top: 36px;
}

.p-index__report .media .movie {
  background: #fff;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.p-index__report .media .movie .trigger {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  cursor: pointer;
}

.p-index__report .media .movie .trigger::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  width: 68px;
  height: 46px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.p-index__report .media .movie .trigger::after {
  content: "▶︎";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .p-index__report .media .movie .trigger:hover {
    opacity: 0.7;
  }
}

.p-index__report .media .images {
  padding: 30px 0 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-index__report .media .images {
    padding: 20px 0;
  }
}

.p-index__report .media .images::before {
  content: "";
  background: #0071bc;
  width: 100vw;
  height: 139%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
}

.p-index__report .media .images .list {
  position: relative;
  max-width: 996px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-index__report .media .images .list {
    width: 100vw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
  }
}

.p-index__report .media .images .list .item .inner {
  margin: 0 8px;
}

@media screen and (max-width: 767px) {
  .p-index__report .media .images .list .item .inner {
    margin: 0 5px;
  }
}

.p-index__report .media .images .list .item .inner img {
  width: 100%;
  max-width: none;
}

.p-index__report .media .images .list .slider_arrow {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

@media screen and (max-width: 767px) {
  .p-index__report .media .images .list .slider_arrow {
    width: 50px;
    height: 50px;
  }
}

.p-index__report .media .images .list .slider_arrow::after {
  content: "";
  width: 16px;
  height: 23px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-index__report .media .images .list .slider_arrow::after {
    width: 14px;
    height: 20px;
  }
}

.p-index__report .media .images .list .slider_arrow.prev {
  left: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .p-index__report .media .images .list .slider_arrow.prev {
    left: 7%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-index__report .media .images .list .slider_arrow.prev::after {
  background: url(../img/index/ico-arrow_slider_left.png) no-repeat center center/contain;
}

.p-index__report .media .images .list .slider_arrow.next {
  right: 8px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media screen and (max-width: 767px) {
  .p-index__report .media .images .list .slider_arrow.next {
    right: 7%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-index__report .media .images .list .slider_arrow.next::after {
  background: url(../img/index/ico-arrow_slider_right.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .p-index__report .media .images .list .slider_arrow:hover {
    background-color: #e7f2fc;
  }
}

.p-index__introduction {
  margin-top: 53px;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-index__introduction {
    margin-top: 0;
  }
}

.p-index__introduction .l-sec {
  position: relative;
}

@media screen and (max-width: 320px) {
  .p-index__introduction .l-sec {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-index__introduction .l-sec::before {
    content: "";
    position: absolute;
    background: url(../img/index/bg-introduction_left_01_sp.png) no-repeat center center/contain;
    width: 60px;
    height: 146px;
    top: -60px;
    left: 0;
  }
}

.p-index__introduction .cont {
  padding: 50px 0 80px;
}

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

.p-index__introduction .title {
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .title {
    font-size: 112.5%;
    line-height: 1.5;
    margin-top: 15px;
  }
}

.p-index__introduction .text {
  font-size: 100%;
  line-height: 2;
  width: 100%;
  max-width: 550px;
  margin: 20px auto 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .text {
    font-size: 87.5%;
    line-height: 1.79;
    margin-top: 15px;
  }
}

.p-index__introduction .fig_title {
  font-size: 100%;
  font-weight: 700;
  color: #0071bc;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .fig_title {
    font-size: 87.5%;
  }
}

.p-index__introduction .solution {
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .solution {
    margin-top: 38px;
  }
}

.p-index__introduction .solution .inner {
  border-top: 1px solid #0071bc;
  border-bottom: 1px solid #0071bc;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .solution .inner {
    padding: 27px 0;
  }
}

.p-index__introduction .solution .lead {
  font-size: 100%;
  color: #0071bc;
  text-align: center;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .solution .lead {
    font-size: 87.5%;
    line-height: 1.79;
  }
}

.p-index__introduction .visualization .system {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .visualization .system {
    margin-top: 28px;
  }
}

.p-index__introduction .visualization .system .inner {
  background: #f5f7fa;
  border-radius: 20px;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .visualization .system .inner {
    max-width: 550px;
  }
}

.p-index__introduction .visualization .system .img {
  width: 100%;
  max-width: 664px;
  margin: 38px auto 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .visualization .system .img {
    margin-top: 22px;
    max-width: 457px;
  }
}

.p-index__introduction .visualization .system .caption {
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  margin: 37px 0 0;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .visualization .system .caption {
    font-size: 87.5%;
    line-height: 1.68;
  }
}

.p-index__introduction .cogevo {
  margin-top: 70px;
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .cogevo {
    margin-top: 44px;
    padding-top: 55px;
  }
}

.p-index__introduction .cogevo::before {
  content: "";
  background: url(../img/index/img-line_01_pc.png) no-repeat center center/contain;
  width: 714px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-index__introduction .cogevo::before {
    background: url(../img/index/img-line_01_sp.png) no-repeat center center/contain;
    width: 100%;
    height: 14px;
  }
}

.p-index__introduction .cogevo .about {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .cogevo .about {
    margin-top: 18px;
  }
}

.p-index__introduction .cogevo .about .inner {
  width: 100%;
  max-width: 630px;
  margin: auto;
}

.p-index__introduction .cogevo .about .img {
  margin-top: 10px;
  border: 1px solid #000;
  overflow: hidden;
}

.p-index__introduction .note {
  font-size: 81.25%;
  color: inherit;
  line-height: 1.69;
  text-align: center;
  margin-top: 25px;
}

.p-index__introduction .btn_wrap {
  margin: 50px auto 0;
  max-width: 450px;
}

@media screen and (max-width: 767px) {
  .p-index__introduction .btn_wrap {
    margin-top: 27px;
  }
}

.p-index__tools {
  border-top: 1px solid #777;
}

.p-index__tools .cont {
  padding: 60px 0 120px;
}

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

.p-index__tools .cont .block:not(:first-child) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block:not(:first-child) {
    margin-top: 40px;
  }
}

.p-index__tools .cont .block .ttl {
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .ttl {
    font-size: 112.5%;
  }
}

.p-index__tools .cont .block .ttl::before {
  content: "\e900";
  color: #1b244a;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 187.5%;
  text-align: center;
  margin-bottom: 5px;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .ttl::before {
    margin-bottom: 3px;
  }
}

.p-index__tools .cont .block .fig {
  text-align: center;
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .fig {
    margin-top: 0;
  }
}

.p-index__tools .cont .block .fig img {
  width: 1010px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .fig img {
    width: 100%;
    max-width: 680px;
  }
}

.p-index__tools .cont .block .summary {
  max-width: 900px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .summary {
    margin-top: 20px;
    display: block;
  }
}

.p-index__tools .cont .block .summary .logo {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 25px 15px 0;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .summary .logo {
    max-width: inherit;
    padding: 0;
  }
}

.p-index__tools .cont .block .summary .logo img._realive {
  width: 201px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .summary .logo img._realive {
    width: 48.3582089552%;
    max-width: 201px;
  }
}

.p-index__tools .cont .block .summary .logo img._orihime {
  width: 210px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .summary .logo img._orihime {
    width: 46.5671641791%;
    max-width: 210px;
  }
}

.p-index__tools .cont .block .summary .logo img._elgana {
  width: 218px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .summary .logo img._elgana {
    width: 52.2388059701%;
    max-width: 218px;
  }
}

.p-index__tools .cont .block .summary .holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .summary .holder {
    margin-top: 20px;
    padding: 0 10px;
  }
}

.p-index__tools .cont .block .summary .holder .lead {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .summary .holder .lead {
    font-size: 87.5%;
    text-align: center;
  }
}

.p-index__tools .cont .block .summary .holder .txt {
  line-height: 1.6875;
  max-width: 500px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .summary .holder .txt {
    max-width: inherit;
  }
}

.p-index__tools .cont .block .summary .holder .note {
  font-size: 81.25%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .summary .holder .note {
    margin-top: 5px;
  }
}

.p-index__tools .cont .block .summary .holder .note li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.p-index__tools .cont .block .footer {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .footer {
    margin-top: 20px;
  }
}

.p-index__tools .cont .block .footer a {
  font-weight: 700;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #0071bc;
  min-width: 385px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .footer a {
    max-width: 400px;
    min-width: inherit;
    padding: 6px 32px 6px 10px;
    position: relative;
    display: block;
    margin: 0 auto;
  }
}

.p-index__tools .cont .block .footer a .txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .footer a .txt {
    font-size: 87.5%;
    text-align: left;
  }
}

.p-index__tools .cont .block .footer a .txt ._sm {
  display: block;
  font-size: 81.25%;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .footer a .txt ._sm {
    font-size: 75%;
  }
}

.p-index__tools .cont .block .footer a::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 175%;
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .footer a::after {
    margin-left: 0;
    font-size: 125%;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.p-index__tools .cont .block .footer a:hover {
  color: #fff;
  background-color: #0071bc;
}

.p-index__tools .cont .block .other {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .other {
    margin-top: 25px;
  }
}

.p-index__tools .cont .block .other .txt {
  font-weight: 700;
  text-align: center;
}

.p-index__tools .cont .block .other .other_footer {
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .other .other_footer {
    margin-top: 10px;
  }
}

.p-index__tools .cont .block .other .other_footer a {
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #0071bc;
  min-width: 385px;
  padding: 20px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .other .other_footer a {
    font-size: 87.5%;
    max-width: 400px;
    min-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 15px 10px;
  }
}

.p-index__tools .cont .block .other .other_footer a::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 175%;
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .p-index__tools .cont .block .other .other_footer a::after {
    font-size: 143.75%;
    margin-left: 6px;
  }
}

.p-index__tools .cont .block .other .other_footer a:hover {
  background-color: #005289;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 150vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 30px;
}

.modal__content p {
  margin-top: 0;
}

.modal__content.modal__content--feature {
  padding: 0;
}

.modal__content.modal__content--smart {
  background: none;
  text-align: center;
  max-width: 800px;
  padding: 0;
}

.modal__content.modal__content--smart .o-btn {
  margin-top: 30px;
  min-width: 205px;
}

.modal__video {
  padding-bottom: 56.25%;
  position: relative;
}

.modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.modal__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 430px;
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  .modal {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .modal {
    padding: 0 15px;
  }
  .modal__content {
    padding: 20px;
  }
  .modal__content.modal__content--smart {
    padding: 0;
  }
  .modal__content.modal__content--smart img {
    width: 100%;
  }
  .modal__content.modal__content--smart .o-btn {
    margin-top: 15px;
    display: inline-block;
  }
  .modal__links {
    display: block;
    margin-top: 5px;
  }
}

.js-modal-close {
  position: absolute;
  right: 0px;
  font-size: 30px;
  top: -60px;
}

.cmn3 .js-modal-close a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.cmn3 .js-modal-close a:hover {
  color: #fff;
  cursor: pointer;
}
