@charset "utf-8";
.webp .lower_headline {
  background-image: url("../images/situation_hl_bg.webp");
}
.no-webp .lower_headline {
  background-image: url("../images/situation_hl_bg-min.jpg");
}
.lower_headline {
  padding-top: 244px;
  padding-bottom: 244px;
}
@media (max-width: 599px) {
  .lower_headline {
    padding-top: 55px;
    padding-bottom: 112px;
  }
}
.note {
  text-align: center;
  line-height: 2em;
  font-weight: bold;
  padding-top: 50px;
  color: #fff;
}
.note span {
  display: inline-block;
}
@media (max-width: 599px) {
  .note {
    text-align: left;
  }
  .note br {
    display: none;
  }
  .note span {
    display: inline;
  }
}
.separator {
  line-height: 0;
}
.separator img {
  width: 100%;
}
#sec_01,
#sec_03 {
  background: #e5ecef;
}
#sec_01 {
  padding-top: 157px;
  padding-bottom: 65px;
}
#sec_01 .bg_num {
  top: 65px;
}
@media (max-width: 599px) {
  #sec_01 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #sec_01 .bg_num {
    top: 23px;
  }
}
#sec_02 {
  padding-top: 70px;
  padding-bottom: 70px;
}
#sec_02 .bg_num {
  top: -24px;
}
@media (max-width: 599px) {
  #sec_02 {
    padding-top: 50px;
    padding-bottom: 38px;
  }
  #sec_02 .bg_num {
    top: 23px;
  }
}
#sec_03 {
  padding-top: 130px;
  padding-bottom: 75px;
}
#sec_03 .bg_num {
  top: 37px;
}
@media (max-width: 599px) {
  #sec_03 {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  #sec_03 .bg_num {
    top: 20px;
  }
}
.situation_wrap {
  position: relative;
  line-height: 0;
  padding: 0 12.4251%;
}
.situation_wrap * {
  position: relative;
}
.situation_wrap .bg_num {
  position: absolute;
  width: 20.7906%;
  right: 11.4202%;
}
.situation_wrap h2 {
  font-size: 32px;
  line-height: 54px;
  margin-bottom: 25px;
  color: #014262;
}
.situation_wrap p {
  line-height: 2em;
}
.situation_wrap .image {
  text-align: center;
  line-height: 0;
  margin: 50px 0 35px;
}
.situation_wrap .image img {
  width: 51.6932%;
}
.situation_wrap .catch {
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  color: #014262;
  text-align: center;
}
.situation_wrap .catch span {
  display: inline-block;
}
@media (max-width: 599px) {
  .situation_wrap {
    padding: 0 5.3435%;
  }
  .situation_wrap .bg_num {
    position: absolute;
    width: 38.5269%;
    right: 5.3435%;
  }
  .situation_wrap h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
  .situation_wrap h2 span {
    display: inline-block;
  }
  .situation_wrap .image {
    margin: 30px 0 35px;
  }
  .situation_wrap .image img {
    width: 90%;
  }
  .situation_wrap .catch {
    font-size: 26px;
    line-height: 40px;
  }
}
.breadcrumb.sp {
  background: #e5ecef;
}
