@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.area_history .sec_history {
  padding-top: 150px;
}
@media all and (max-width: 896px) {
  .area_history .sec_history {
    padding-top: 75px;
  }
}
.area_history .sec_history.sec_first {
  padding-top: 120px;
}
@media all and (max-width: 896px) {
  .area_history .sec_history.sec_first {
    padding-top: 60px;
  }
}
.area_history .history_wrapper {
  padding: 50px 40px 0;
}
@media all and (max-width: 896px) {
  .area_history .history_wrapper {
    padding: 25px 20px 0;
  }
}
.area_history .ttl_third_common {
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .area_history .ttl_third_common {
    margin-bottom: 15px;
  }
}
.area_history .block_img_common {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .area_history .block_img_common {
    margin-top: 50px;
  }
}
.area_history .block_img {
  text-align: center;
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .area_history .block_img {
    margin-top: 50px;
  }
}
.area_history .block_history {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .area_history .block_history {
    margin-top: 50px;
  }
}
.area_history .list_history {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px 0;
}
@media all and (max-width: 896px) {
  .area_history .list_history {
    gap: 30px 0;
  }
}
@media all and (max-width: 480px) {
  .area_history .list_history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.area_history .list_history > li:nth-of-type(1) {
  width: 25%;
}
@media all and (max-width: 480px) {
  .area_history .list_history > li:nth-of-type(1) {
    width: 100%;
  }
}
.area_history .list_history > li:nth-of-type(2) {
  width: 25%;
}
@media all and (max-width: 480px) {
  .area_history .list_history > li:nth-of-type(2) {
    width: 100%;
  }
}
.area_history .list_history > li:nth-of-type(3) {
  width: 40%;
}
@media all and (max-width: 480px) {
  .area_history .list_history > li:nth-of-type(3) {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .area_history .list_img_history02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 896px) {
  .area_history .list_img_history02 > li {
    width: 100%;
  }
}
.area_history .list_img_history02 .box_item .item_left {
  width: 70%;
}
@media all and (max-width: 480px) {
  .area_history .list_img_history02 .box_item .item_left {
    width: 100%;
  }
}
.area_history .list_img_history02 .box_item .item_left .name_img_common {
  text-align: left;
}
@media all and (max-width: 480px) {
  .area_history .list_img_history02 .box_item .item_left .name_img_common {
    text-align: center;
  }
}
.area_history .list_img_history02 .box_item .item_right {
  width: 50%;
  margin: -40% 0 0 auto;
}
@media all and (max-width: 480px) {
  .area_history .list_img_history02 .box_item .item_right {
    width: 100%;
    margin-top: 30px;
  }
}
.area_history .list_img_history02 .box_item .item_right .name_img_common {
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .area_history .list_img_history02 .box_item .item_right .name_img_common {
    font-size: 1.6rem;
  }
}
.area_history .block_yurai {
  margin-top: 100px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 5%;
}
@media all and (max-width: 896px) {
  .area_history .block_yurai {
    margin-top: 50px;
    gap: 25px 5%;
  }
}
.area_history .block_yurai .box_txt {
  width: 50%;
}
@media all and (max-width: 1025px) {
  .area_history .block_yurai .box_txt {
    width: 100%;
  }
}
.area_history .block_yurai .box_img {
  text-align: center;
  width: 40%;
}
@media all and (max-width: 1025px) {
  .area_history .block_yurai .box_img {
    width: 100%;
  }
}
.area_history .block_yurai .ttl_yurai {
  font-size: 3.4rem;
}
@media all and (max-width: 896px) {
  .area_history .block_yurai .ttl_yurai {
    font-size: 2rem;
  }
}
.area_history .block_yurai .txt_yurai {
  font-size: 5.4rem;
  line-height: 1.4;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .area_history .block_yurai .txt_yurai {
    font-size: 3rem;
    margin-top: 5px;
  }
}
.area_history .block_yurai .note_yurai {
  font-size: 2.2rem;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_history .block_yurai .note_yurai {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
.area_history .block_yurai .name_yurai {
  font-size: 3.4rem;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_history .block_yurai .name_yurai {
    font-size: 2rem;
    margin-top: 10px;
  }
}
.area_history .list_ongi {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media all and (max-width: 896px) {
  .area_history .list_ongi {
    gap: 30px 25px;
  }
}
.area_history .list_ongi > li {
  padding-bottom: 160px;
  position: relative;
  width: calc(28% - 50px);
}
@media all and (max-width: 1025px) {
  .area_history .list_ongi > li {
    width: calc((100% - 50px) / 2);
  }
}
@media all and (max-width: 896px) {
  .area_history .list_ongi > li {
    padding-bottom: 140px;
    width: calc((100% - 25px) / 2);
  }
}
@media all and (max-width: 480px) {
  .area_history .list_ongi > li {
    padding-bottom: 0;
    width: 100%;
  }
}
.area_history .list_ongi > li:nth-of-type(1) {
  width: 44%;
}
@media all and (max-width: 1025px) {
  .area_history .list_ongi > li:nth-of-type(1) {
    padding-bottom: 0;
    width: 100%;
  }
  .area_history .list_ongi > li:nth-of-type(1) .name_img_common {
    position: static;
  }
}
.area_history .list_ongi .name_img_common {
  width: 100%;
  position: absolute;
}
@media all and (max-width: 480px) {
  .area_history .list_ongi .name_img_common {
    position: static;
  }
}