.ads_inner {
  margin: 0 auto;
  width: 1070px;
}
@media screen and (max-width: 767px) {
  .ads_inner {
    width: 92%;
  }
}

.ads_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-weight: bold;
  font-size: 36px;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .ads_ttl {
    height: 70px;
    font-size: 18px;
  }
}

.ads_mv {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/mv.jpg);
  width: 100%;
  height: 390px;
}
@media screen and (max-width: 767px) {
  .ads_mv {
    background-image: url(../img/mv_sp.jpg);
    height: 170px;
  }
}
.ads_mv_ttl {
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  .ads_mv_ttl {
    display: block;
    padding: 0;
    top: auto;
    bottom: -100px;
    text-align: center;
  }
}
.ads_mv_ttl img {
  width: 445px;
}
@media screen and (max-width: 767px) {
  .ads_mv_ttl img {
    width: 68.5%;
  }
}

.ads_about {
  background: #ebebeb;
  padding: 60px 0 120px;
}
@media screen and (max-width: 767px) {
  .ads_about {
    padding: 120px 0 0;
  }
}
.ads_about_ttl {
  text-align: center;
  font-size: 55px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ads_about_ttl {
    font-size: 30px;
  }
}
.ads_about_ttl span {
  font-weight: 900;
}
.ads_about_ttl_og {
  color: #ff9123;
}
.ads_about_ttl_bl {
  color: #1c50a1;
}
.ads_about_txt {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ads_about_txt {
    font-size: 14px;
    line-height: 26px;
  }
}
.ads_about_box {
  position: relative;
  background: #FFF;
  padding: 20px 50px 70px;
}
@media screen and (max-width: 767px) {
  .ads_about_box {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 20px 20px 40px;
  }
}
.ads_about_anc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ads_about_anc_btn {
  width: 285px;
}
@media screen and (max-width: 767px) {
  .ads_about_anc_btn {
    width: 48%;
  }
}

.ads_sec01 {
  background: #fff5e1;
}
.ads_sec01 .ads_ttl {
  background: #ff9123;
}
.ads_sec01 .ads_inner {
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .ads_sec01 .ads_inner {
    padding: 30px 0 50px;
  }
}
.ads_sec01_txt {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ads_sec01_txt {
    text-align: left;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
.ads_sec01_img {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ads_sec01_img {
    box-sizing: border-box;
    margin: 0 calc(50% - 50vw) 50px;
    width: 100vw;
    padding: 0 4%;
  }
}
.ads_sec01_list {
  background: #FFF;
  padding: 10px 90px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .ads_sec01_list {
    padding: 0 30px;
  }
}
.ads_sec01_list_box {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .ads_sec01_list_box {
    padding: 30px 0;
  }
}
.ads_sec01_list_box:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
}
.ads_sec01_list_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ads_sec01_list_cont {
    display: block;
  }
}
.ads_sec01_list_desc {
  width: 590px;
}
@media screen and (max-width: 767px) {
  .ads_sec01_list_desc {
    width: auto;
  }
}
.ads_sec01_list_img {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .ads_sec01_list_img {
    width: 90%;
    margin: 0 auto;
  }
}
.ads_sec01_list_ttl {
  font-weight: bold;
  color: #1c50a1;
  background: url(../img/pads_check1.svg) no-repeat 0 0;
  background-size: 65px;
  font-size: 22px;
  line-height: 32px;
  padding: 7px 0 0 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ads_sec01_list_ttl {
    background-size: 32px;
    font-size: 16px;
    line-height: 23px;
    padding: 0 0 0 40px;
  }
}
.ads_sec01_list_ttl span {
  font-weight: bold;
  color: #d56800;
}
.ads_sec01_list_txt {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .ads_sec01_list_txt {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 30px;
  }
}
.ads_sec01_list_btn {
  display: block;
  margin: 40px auto 0;
  width: 405px;
}
@media screen and (max-width: 767px) {
  .ads_sec01_list_btn {
    width: 90%;
  }
}
.ads_sec01_list_ex {
  width: 780px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .ads_sec01_list_ex {
    width: auto;
    margin: 30px auto 0;
  }
}

.ads_sec02 {
  background: #e3edf8;
}
.ads_sec02 .ads_ttl {
  background: #1c50a1;
}
.ads_sec02 .ads_inner {
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .ads_sec02 .ads_inner {
    padding: 30px 0;
  }
}
.ads_sec02_data {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 60px;
  width: 890px;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_data {
    display: block;
    width: auto;
    margin: 0 30px 30px;
  }
}
.ads_sec02_data_box {
  width: calc(50% - 4px);
}
@media screen and (max-width: 767px) {
  .ads_sec02_data_box {
    width: auto;
  }
  .ads_sec02_data_box:not(:last-child) {
    margin-bottom: 5px;
  }
}
.ads_sec02_data_box._w33 {
  width: calc(33.2% - 4px);
}
@media screen and (max-width: 767px) {
  .ads_sec02_data_box._w33 {
    width: auto;
  }
}
.ads_sec02_box {
  background: #FFF;
  padding: 30px 90px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_box {
    padding: 30px;
  }
}
.ads_sec02_box_ttl {
  margin: 0 auto 30px;
  width: 205px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_box_ttl {
    width: 102px;
    margin-bottom: 20px;
  }
}
.ads_sec02_box_txt {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_box_txt {
    text-align: left;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 40px;
  }
}
.ads_sec02_list_box {
  position: relative;
  border-top: 1px solid #c8c8c8;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_box {
    padding: 30px 0;
  }
}
.ads_sec02_list_box:last-child {
  padding-bottom: 0;
}
.ads_sec02_list_ttl {
  font-weight: bold;
  color: #1c50a1;
  background: url(../img/pads_check2.svg) no-repeat 0 0;
  background-size: 65px;
  font-size: 22px;
  line-height: 32px;
  padding: 7px 0 0 80px;
  margin-bottom: 20px;
  min-height: 50px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_ttl {
    background-size: 32px;
    font-size: 16px;
    line-height: 23px;
    padding: 0 0 0 40px;
    margin-bottom: 0;
  }
}
.ads_sec02_list_ttl span {
  font-weight: bold;
  color: #d56800;
}
.ads_sec02_list_txt {
  font-size: 16px;
  line-height: 26px;
  width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_txt {
    width: auto;
    font-size: 12px;
    line-height: 21px;
  }
}
.ads_sec02_list_txt span {
  font-weight: bold;
  color: #d56800;
}
.ads_sec02_list_ico {
  position: absolute;
  display: flex;
  top: 50px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_ico {
    position: static;
    margin: 5px 0;
    justify-content: flex-end;
  }
}
.ads_sec02_list_ico img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_ico img {
    width: 30px;
  }
}
.ads_sec02_list_pos {
  position: relative;
  background: #fff9e1;
  margin-top: 70px;
  padding: 50px 35px 20px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_pos {
    padding: 40px 20px 20px;
    margin-top: 50px;
  }
}
.ads_sec02_list_pos_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-weight: bold;
  color: #FFF;
  background: #ff9123;
  left: 50%;
  top: -25px;
  width: 270px;
  height: 55px;
  margin-left: -135px;
  font-size: 18px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_pos_ttl {
    width: 174px;
    height: 36px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: -87px;
    top: -17px;
  }
}
.ads_sec02_list_pos_catch {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_pos_catch {
    font-size: 16px;
    line-height: 23px;
  }
}
.ads_sec02_list_pos_catch span {
  font-weight: bold;
  color: #1c50a1;
}
.ads_sec02_list_pos_txt {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_pos_txt {
    text-align: left;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
.ads_sec02_list_pos_img {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_pos_img {
    display: block;
    width: 50%;
    margin: 0 auto 40px;
  }
}
.ads_sec02_list_pos_img_box {
  width: 200px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_pos_img_box {
    width: auto;
    margin: 10px 0;
  }
}
.ads_sec02_list_pos_arw {
  font-weight: bold;
  color: #1c50a1;
  text-align: center;
  font-size: 22px;
  background: url(../img/pos_arw.svg) no-repeat 50% 100%;
  background-size: 130px;
  padding-bottom: 50px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_pos_arw {
    font-size: 14px;
    line-height: 20px;
    background-size: 65px;
    padding-bottom: 30px;
  }
}
.ads_sec02_list_pos_sub {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_pos_sub {
    display: block;
  }
}
.ads_sec02_list_pos_sub_box {
  background: #FFF;
  width: 395px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_pos_sub_box {
    width: auto;
    margin-bottom: 10px;
  }
}
.ads_sec02_list_pos_sub_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #1c50a1;
  background: #ffe29b;
  font-size: 18px;
  line-height: 24px;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_pos_sub_ttl {
    font-size: 11px;
    line-height: 15px;
    height: 42px;
  }
}
.ads_sec02_list_pos_sub_desc {
  padding: 15px;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_pos_sub_desc {
    font-size: 9px;
    line-height: 14px;
    padding: 10px;
  }
}
.ads_sec02_list_pos_sub_desc p {
  text-indent: -1em;
  padding-left: 1em;
}
.ads_sec02_list_pos_cap {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_pos_cap {
    font-size: 9px;
    text-align: left;
  }
}
.ads_sec02_list_btn {
  display: block;
  margin: 40px auto 0;
  width: 405px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_btn {
    width: 90%;
    margin-top: 30px;
  }
}
.ads_sec02_list_data {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_data {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.ads_sec02_list_data_box {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_data_box {
    width: auto;
    margin-top: 20px;
  }
}
.ads_sec02_list_data_img {
  margin-bottom: 10px;
}
.ads_sec02_list_data_txt {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_data_txt {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 0;
  }
}
.ads_sec02_list_data_btn {
  display: block;
  margin: 0 auto;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .ads_sec02_list_data_btn {
    width: 130px;
    margin: 10px auto 0;
  }
}

.ads_sec03_img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ads_sec03_img {
    margin-bottom: 20px;
  }
}
.ads_sec03_cv {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .ads_sec03_cv {
    display: block;
    margin: 30px auto 0;
    width: 90%;
  }
}
.ads_sec03_cv_btn {
  width: 407px;
}
@media screen and (max-width: 767px) {
  .ads_sec03_cv_btn {
    display: block;
    width: auto;
    margin-top: 15px;
  }
}

.ads_form {
  background: #eee;
}
.ads_form .ads_ttl {
  background: #3e3a39;
}
.ads_form .ads_inner {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .ads_form .ads_inner {
    padding: 30px 0;
  }
}
.ads_form_box {
  background: #FFF;
  border-radius: 10px;
  padding: 30px 60px;
}
@media screen and (max-width: 767px) {
  .ads_form_box {
    padding: 20px;
    border-radius: 5px;
  }
}/*# sourceMappingURL=ponta-ads.css.map */