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

@media print, screen and (min-width: 768px) {
  .bottomMv__sp {
    display: none;
  }
}

.bottomMv .photo__image {
  width: 100%;
  height: auto;
  display: block;
}

.dataSect {
  position: relative;
}

.dataSect__inner {
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .dataSect__inner {
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .dataSect__inner {
    max-width: calc(342 / 390 * 100vw);
  }
}

.dataSect__head {
  text-align: center;
}

.dataSect__ttl {
  color: #104052;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  letter-spacing: .08em;
}

@media print, screen and (min-width: 768px) {
  .dataSect__ttl {
    font-size: 20px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .dataSect__ttl {
    font-size: 18px;
    line-height: 1.8;
  }
}

@media print, screen and (min-width: 768px) {
  .dataSect__cont {
    margin-top: 108px;
  }
}

@media screen and (max-width: 768px) {
  .dataSect__cont {
    margin-top: 56px;
  }
}

.dataSect__label {
  color: #111111;
  display: inline-block;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  letter-spacing: .1em;
  padding-left: 20px;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .dataSect__label {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .dataSect__label {
    font-size: 14px;
    line-height: 1.6;
  }
}

.dataSect__label:before {
  background-color: #84a8a1;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

.dataSect__chart {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .dataSect__chart .dataSect__source {
    margin: 8px auto 0;
    width: 640px;
  }
}

.dataSect__visual {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .dataSect__visual {
    margin-top: 36px;
    width: 640px;
  }
}

.dataSect__visual .photo__image {
  display: block;
  height: auto;
  margin-top: 16px;
  width: 100%;
}

.dataSect__source {
  color: #999999;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.4;
  margin-top: 8px;
  text-align: right;
}

.dataSect__divider {
  border: none;
  border-top: 1px solid #cccccc;
}

@media print, screen and (min-width: 768px) {
  .dataSect__divider {
    margin: 48px 0;
  }
}

@media screen and (max-width: 768px) {
  .dataSect__divider {
    margin: 32px 0;
  }
}

.dataSect__ranking {
  text-align: center;
}

.dataSect__grid {
  display: grid;
  gap: 16px;
}

@media print, screen and (min-width: 768px) {
  .dataSect__grid {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .dataSect__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .dataSect__item .dataSect__source {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .dataSect__item .dataSect__source {
    letter-spacing: .03em;
    text-align: left;
  }
}

.dataSect__item .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.growthSect__inner {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .growthSect__inner {
    max-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .growthSect__inner {
    max-width: calc(342 / 390 * 100vw);
  }
}

.growthSect__head {
  text-align: center;
}

.growthSect__ttl {
  color: #104052;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  letter-spacing: .08em;
}

@media print, screen and (min-width: 768px) {
  .growthSect__ttl {
    font-size: 20px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .growthSect__ttl {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media print, screen and (min-width: 768px) {
  .growthSect__cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .growthSect__cont {
    margin-top: 32px;
  }
}

.growthSect__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

@media print, screen and (min-width: 768px) {
  .growthSect__visual {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 580px;
            flex: 0 0 580px;
    width: 580px;
  }
}

.growthSect__main {
  overflow: hidden;
}

.growthSect__main .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.growthSect__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.growthSect__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.growthSect__item .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.growthSect__desc {
  position: relative;
  overflow: visible;
}

@media print, screen and (min-width: 768px) {
  .growthSect__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .growthSect__desc {
    margin-top: 24px;
  }
}

.growthSect__txt {
  color: #111111;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 400;
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .growthSect__txt {
    font-size: 13px;
    line-height: 2.2;
  }
}

@media screen and (max-width: 768px) {
  .growthSect__txt {
    font-size: 13px;
    line-height: 2;
  }
}

.growthSect__accent {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .growthSect__accent {
    position: absolute;
    right: 0;
    top: 220px;
    width: 210px;
  }
}

@media screen and (max-width: 768px) {
  .growthSect__accent {
    margin-left: auto;
    margin-top: 16px;
    width: 172px;
  }
}

.growthSect__accent .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.growthSect__cap {
  color: #999999;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.4;
  margin-top: 8px;
  text-align: right;
}

.reasonSect__inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .reasonSect__inner {
    max-width: 1200px;
    padding: 70px 80px 100px;
  }
}

@media screen and (max-width: 768px) {
  .reasonSect__inner {
    max-width: calc(342 / 390 * 100vw);
    padding: 32px 24px 50px;
  }
}

.reasonSect__head {
  text-align: center;
}

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

.reasonSect__decoImg {
  height: auto;
  width: 100%;
}

.reasonSect__ttl {
  color: #104052;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .reasonSect__ttl {
    font-size: 22px;
    line-height: 1;
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .reasonSect__ttl {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 15px;
  }
}

.reasonSect__border {
  background-color: rgba(0, 58, 14, 0.1);
  display: block;
  height: 4px;
}

@media print, screen and (min-width: 768px) {
  .reasonSect__border {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .reasonSect__border {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .reasonSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .reasonSect__cont {
    margin-top: 32px;
  }
}

.reasonSect__txt {
  color: #111111;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .reasonSect__txt {
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 2;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .reasonSect__txt {
    font-size: 13px;
    letter-spacing: .03em;
    line-height: 2;
  }
}

.reasonSect__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  overflow: visible;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .reasonSect__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .reasonSect__bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 56px;
  }
}

.reasonSect__item {
  overflow: visible;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .reasonSect__item {
    width: calc((100% - 30px) / 4);
  }
}

@media screen and (max-width: 768px) {
  .reasonSect__item {
    width: calc((100% - 10px) / 2);
  }
}

.reasonSect__item .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .reasonSect__item:nth-child(2) {
    z-index: 2;
  }
}

@media print, screen and (min-width: 768px) {
  .reasonSect__item:nth-child(3) {
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .reasonSect__item:nth-child(6) {
    z-index: 3;
  }
}

.reasonSect__icon {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .reasonSect__icon--01 {
    left: -4%;
    top: 62%;
    width: 115px;
  }
  .reasonSect__icon--02 {
    left: 74%;
    top: -14%;
    width: 109px;
  }
  .reasonSect__icon--03 {
    left: 78%;
    top: 64%;
    width: 96px;
  }
  .reasonSect__icon--04 {
    left: 72%;
    top: -17%;
    width: 105px;
  }
  .reasonSect__icon--05 {
    left: -4%;
    top: 61%;
    width: 98px;
  }
  .reasonSect__icon--06 {
    left: -4%;
    top: -14%;
    width: 100px;
  }
  .reasonSect__icon--07 {
    left: 69%;
    top: 54%;
    width: 115px;
  }
}

@media screen and (max-width: 768px) {
  .reasonSect__icon--01 {
    left: 45%;
    top: 34%;
    width: 92px;
  }
  .reasonSect__icon--02 {
    left: 48%;
    top: -8%;
    width: 87px;
  }
  .reasonSect__icon--03 {
    left: 54%;
    top: 50%;
    width: 77px;
  }
  .reasonSect__icon--04 {
    left: 49%;
    top: -8%;
    width: 84px;
  }
  .reasonSect__icon--05 {
    left: 53%;
    top: 45%;
    width: 78px;
  }
  .reasonSect__icon--06 {
    left: 52%;
    top: -8%;
    width: 80px;
  }
  .reasonSect__icon--07 {
    left: 45%;
    top: 38%;
    width: 91px;
  }
}

.reasonSect__cap {
  color: #999999;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.4;
  margin-top: 8px;
  text-align: right;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .reasonSect__cap {
    padding-right: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .child-reason {
    padding: 120px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .child-reason {
    padding: 56px 0 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .child-data {
    padding: 0 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .child-data {
    padding: 0 0 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .child-growth {
    padding: 120px 0 320px;
  }
}

@media screen and (max-width: 768px) {
  .child-growth {
    padding: 80px 0 160px;
  }
}

@media print, screen and (min-width: 768px) {
  .child-bottom {
    padding-top: 0;
  }
}
