.main_visual {
  background: url("img/mv.jpg") no-repeat right top;
}

.caption {
  padding: 100px 0 130px;
}

.caption_title {
  font-weight: 500;
}

.caption_txt {
  margin-bottom: 70px;
  text-align: center;
}

.heading_title_sub:last-of-type {
  margin-top: 100px;
}

.entry_link {
  display: inline-block;
  width: 65%;
  border: 2px solid var(--color_navy);
  align-items: center;
  font-size: 120%;
  font-weight: bold;
  border-radius: 10px;
  padding: 20px 60px 20px 30px;
  text-decoration: none;
  background-image: url("/assets/img/icon_window.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 20px top 50%;
}

.miyasaka_number {
  /*background: linear-gradient(90deg, rgba(36, 67, 101, 1) 0%, rgba(32, 39, 56, 1) 49%, rgba(38, 73, 109, 1) 100%);*/
  background: url("img/bg_data.png") no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

.miyasaka_number .inner {
  padding: 80px 0;
  position: relative;
}

.miyasaka_number .main_visual_en {
  font-size: 500%;
  right: 0;
  bottom: -16px;
}

@media print, screen and (max-width: 1070px) {
  .main_visual {
    background: url("img/mv_sp.jpg") no-repeat center 50%;
    background-size: cover;
  }

  .caption {
    padding: 40px 0 70px;
  }

  .caption_txt {
    margin-bottom: 40px;
  }

  .heading_title_sub {
    margin-top: 0;
  }

  .heading_title_sub:last-of-type {
    margin-top: 50px;
  }

  .entry_link {
    width: 90%;
    font-size: 100%;
    padding: 20px 60px 20px 15px;
  }

  .main_visual_jp_none {
    font-size: 200%;
  }

  .miyasaka_number .inner {
    padding: 40px 0 52px;
  }

  .miyasaka_number .main_visual_en {
    font-size: 280%;
    bottom: -8px;
  }
}

#miyasaka_data {
  background-color: #E9EEF4;
  padding: 0 0 100px;
}

.data_now {
  text-align: right;
  font-weight: bold;
  padding: 15px 0;
}

.data_box {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.data_title {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.25;
  color: var(--color_navy);
  margin-bottom: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--color_navy);
}

.data_box {
  min-height: 300px;
  height: 100%;
}

.data_box.kotei {
  min-height: 350px;
  height: 100%;
}

.data_number {
  font-size: 220%;
  font-weight: bold;
  color: var(--color_navy);
}

.data_number span {
  font-size: 260%;
  line-height: 1.25;
  color: var(--color_red);
}

.data_year .img {
  padding: 0 45px;
}

.data_work .img {
  padding: 0 30px;
}

.data_type .img {
  padding: 0 80px;
}

.data_img img {
  width: 100%;
  height: auto;
}

.data_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}

.data_box_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px;
}

.col_1 {
  width: 24%;
}

.col_2 {
  width: 48.5%;
}

.col_2 .data_txt {
  width: 65%;
}

.col_2 .data_img {
  width: 35%;
}

.col_4 {
  width: 74%;
}

.col_5 {
  width: 100%;
}

@media print, screen and (max-width: 1070px) {
  .img {
    margin-top: 20px;
  }

  .data_wrapper {
    display: block;
  }

  .data_box01 {
    margin-bottom: 30px;
  }

  .data_box01 img {
    width: 90%;
    height: auto;
  }

  .data_box02, .data_box03, .data_box04, .data_box06 {
    padding-bottom: 20px;
  }

  .data_box_inner {
    display: block;
  }

  .divided .data_box_inner {
    display: flex;
    flex-wrap: wrap;
  }

  .data_title {
    margin-bottom: 15px;
  }

  .data_box.kotei {
    min-height: auto;
  }

  .data_number span {
    font-size: 200%;
  }

  .data_year .img {
    padding: 0 30px;
  }

  .data_work .img {
    padding: 0 15px;
  }

  .data_type .img {
    padding: 0 70px;
  }

  #miyasaka_data {
    padding: 0 0 30px;
  }

  .divided .data_box_inner img {
    width: 100%;
    height: auto;
  }

  .divided .data_box_inner .data_list {
    width: 50%;
  }

  .col_1, .col_2, .col_4, .col_5 {
    width: 100%;
  }

  .col_2:last-child {
    margin-top: 30px;
  }

  .col_2 .data_txt {
    width: 100%;
  }

  .col_2 .data_img {
    margin: 0 auto;
  }
}