@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.mv {
  background-image: url(../images/data/mv.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
@media all and (max-width: 600px) {
  .mv {
    padding-top: 130px;
  }
}
.mv::after {
  content: "";
  display: block;
  padding-top: 45%;
}
.mv-ttl-en {
  color: #C50018;
  font-weight: 700;
}
.mv-ttl-ja {
  color: #152E55;
  font-weight: 500;
}

.pankuzu {
  color: #152E55;
}
.pankuzu li span {
  background: #152E55;
}

.section {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
  padding-top: 160px;
}
@media all and (max-width: 896px) {
  .section {
    padding-top: 130px;
  }
}
.section.first {
  padding-top: 100px;
}
@media all and (max-width: 600px) {
  .section .section-ttl-blk {
    padding-left: 20px;
  }
}

.section-contents {
  max-width: 1500px;
  width: 85%;
  margin: 150px auto 0;
}
@media all and (max-width: 1025px) {
  .section-contents {
    margin: 100px auto 0;
  }
}
.section-contents .section-bg {
  padding-top: 12%;
  background-image: url(../images/top/bg.svg);
  background-size: cover;
  background-position: -200px top;
}
@media all and (max-width: 1025px) {
  .section-contents .section-bg {
    background-size: contain;
    background-position: top;
  }
}

.data__blk {
  border: 1px solid #152E55;
  border-radius: 20px;
}
.data__blk.second ul li .line {
  border-bottom: 1px solid #c1c6ce;
  position: relative;
  top: 80px;
}
@media all and (max-width: 1025px) {
  .data__blk.second ul li .line {
    border-bottom: none;
  }
}
.data__blk.second ul li:nth-child(1) {
  margin-bottom: 40px;
}
@media all and (max-width: 1025px) {
  .data__blk.second ul li:nth-child(1) {
    margin-bottom: 90px;
  }
}
.data__blk.second ul li:nth-child(2) {
  margin-bottom: 40px;
}
@media all and (max-width: 1025px) {
  .data__blk.second ul li:nth-child(2) {
    margin-bottom: 90px;
  }
}
.data__blk.second ul li:nth-child(3) {
  border-right: 1px solid #c1c6ce;
  padding-top: 80px;
  margin-top: 120px;
}
@media all and (max-width: 1025px) {
  .data__blk.second ul li:nth-child(3) {
    padding-top: 0;
    margin-top: 0;
    border-right: none;
  }
}
.data__blk.second ul li:nth-child(4) {
  padding-top: 80px;
  margin-top: 120px;
}
@media all and (max-width: 1025px) {
  .data__blk.second ul li:nth-child(4) {
    padding-top: 0;
    margin-top: 0;
  }
}
.data__blk.thr ul li {
  width: 30%;
}
@media all and (max-width: 1025px) {
  .data__blk.thr ul li {
    width: 100%;
  }
}
.data__blk.thr ul li:nth-child(1) {
  border-right: 1px solid #c1c6ce;
}
@media all and (max-width: 1025px) {
  .data__blk.thr ul li:nth-child(1) {
    border-right: none;
  }
}
.data__blk.thr ul li:nth-child(2) {
  border-right: 1px solid #c1c6ce;
}
@media all and (max-width: 1025px) {
  .data__blk.thr ul li:nth-child(2) {
    border-right: none;
  }
}
.data__blk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 0px 80px;
}
@media all and (max-width: 1025px) {
  .data__blk ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0;
  }
}
.data__blk ul li {
  width: 45%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1025px) {
  .data__blk ul li {
    width: 100%;
  }
}
.data__blk ul li:nth-child(1) {
  border-right: 1px solid #c1c6ce;
}
@media all and (max-width: 1025px) {
  .data__blk ul li:nth-child(1) {
    border-right: none;
  }
}
@media all and (max-width: 1025px) {
  .data__blk ul li.sp-line {
    border-bottom: 1px solid #c1c6ce;
    border-right: none;
    width: 80%;
    margin: 0 auto 90px;
    padding-bottom: 50px;
  }
}
.data__blk ul li.caution {
  font-weight: 400;
  font-size: 14px;
}
.data__blk ul li h4 {
  font-size: 3.6rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .data__blk ul li h4 {
    font-size: 3rem;
  }
}
.data__blk ul li h4::after {
  content: "";
  background-image: url(../images/common/slide-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.data__icon {
  margin-bottom: 30px;
}
.data__icon img {
  width: 30%;
}
@media all and (max-width: 896px) {
  .data__icon img {
    width: 45%;
  }
}
.data__icon.big img {
  width: 80%;
}
@media all and (max-width: 896px) {
  .data__icon.big img {
    width: 100%;
  }
}
.data__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.data__year {
  color: #C50018;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (max-width: 896px) {
  .data__year {
    font-size: 7rem;
  }
}
.data__ja {
  font-size: 3.6rem;
  font-weight: 500;
  margin-left: 10px;
}
@media all and (max-width: 896px) {
  .data__ja {
    font-size: 2.4rem;
  }
}
.data__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 896px) {
  .data__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.data__wrap .data__icon {
  width: 200px;
  margin-left: 20px;
}
@media all and (max-width: 896px) {
  .data__wrap .data__icon {
    margin-left: 0;
    width: 90%;
  }
}
.data__wrap .data__icon img {
  width: 100%;
}
.data__txt {
  margin-right: 30px;
}
.data__txt p {
  text-align: left;
}
.data__txt p span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.data__txt p:nth-child(1) span {
  background: #426CAD;
}
.data__txt p:nth-child(2) span {
  background: #42A6AD;
}
.data__txt p:nth-child(3) span {
  background: #42AD88;
}
.data__txt p:nth-child(4) span {
  background: #72A954;
}
.data__txt p:nth-child(5) span {
  background: #A9AC68;
}
.data__txt p:nth-child(6) span {
  background: #C56255;
}
.data__txt p:nth-child(7) span {
  background: #CF3D3D;
}
.data__txt p:nth-child(8) span {
  background: #D36081;
}

.caution {
  font-size: 14px;
}
.caution-sec {
  font-size: 18px;
}