.br {
  display: none;
}
@media screen and (min-width: 769px) {
  .br.mnw769 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.mxw768 {
    display: inline-block;
  }
}
@media screen and (max-width: 500px) {
  .br.mxw500 {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .br.dp-mx-tablet {
    display: inline;
  }
}

section:has(.wrapper), section:has(.content) {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  section:has(.wrapper), section:has(.content) {
    margin-bottom: 100px;
  }
}
section:last-of-type {
  margin-bottom: 0;
}
section .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  section .wrapper {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
section .wrapper .ttl,
section .content .ttl {
  margin-bottom: 30px;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 700;
}
section .wrapper .ttl:after,
section .content .ttl:after {
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-image: linear-gradient(to right, #BF4DF5 0%, #68E2FD 100%);
}
@media screen and (max-width: 768px) {
  section .wrapper .ttl,
  section .content .ttl {
    font-size: 30px;
  }
}
section .wrapper .sec-summary,
section .content .sec-summary {
  text-align: center;
  font-size: 1.8rem;
  color: #5A5A5A;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  section .wrapper .sec-summary,
  section .content .sec-summary {
    margin-bottom: 30px;
  }
}
section .wrapper .txt-center,
section .content .txt-center {
  text-align: center;
  font-size: 18px;
  color: #5A5A5A;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section .wrapper .txt-center,
  section .content .txt-center {
    margin-bottom: 40px;
  }
}
section .wrapper .btn-wrap,
section .content .btn-wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  section .wrapper .btn-wrap,
  section .content .btn-wrap {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
section .wrapper .btn-wrap .btn__anchor,
section .content .btn-wrap .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  margin: 60px auto 0;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
section .wrapper .btn-wrap .btn__anchor:before,
section .content .btn-wrap .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
section .wrapper .btn-wrap .btn__anchor:after,
section .content .btn-wrap .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  transition: 0.35s;
}
section .wrapper .btn-wrap .btn__anchor .btn__txt,
section .content .btn-wrap .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  section .wrapper .btn-wrap > a:hover,
  section .content .btn-wrap > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  section .wrapper .btn-wrap > a:hover:before,
  section .content .btn-wrap > a:hover:before {
    border: 2px solid #fff;
  }
  section .wrapper .btn-wrap > a:hover:after,
  section .content .btn-wrap > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  section .wrapper .btn-wrap .btn__anchor,
  section .content .btn-wrap .btn__anchor {
    border: 0;
  }
  section .wrapper .btn-wrap .btn__anchor:before,
  section .content .btn-wrap .btn__anchor:before {
    display: none;
  }
  section .wrapper .btn-wrap .btn__anchor:after,
  section .content .btn-wrap .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  section .wrapper .btn-wrap .btn__txt,
  section .content .btn-wrap .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
section .wrapper .btn-wrap .btn__anchor::after,
section .content .btn-wrap .btn__anchor::after {
  background-image: linear-gradient(to right, #9890e3 0%, #b1f4cf 100%);
}
section .wrapper img,
section .content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
section .content-flex {
  display: grid;
  grid-template-columns: 1fr 2fr;
  place-items: center;
  gap: min(4vw, 60px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section .content-flex {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
section .content-flex .content-left {
  max-width: 450px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  section .content-flex .content-left {
    max-width: 320px;
  }
}
section .content-flex .content-right {
  color: #5A5A5A;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  section .content-flex .content-right {
    font-size: 1.8rem;
  }
}

.main.page-ads-reason {
  position: relative;
  padding-top: 80px;
}
@media screen and (min-width: 1001px) {
  .main.page-ads-reason:after {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 300px;
    height: 1013px;
    content: "";
    background-image: url("../images/ads/reason/img-side.webp");
    pointer-events: none;
    user-select: none;
  }
}
@media screen and (max-width: 768px) {
  .main.page-ads-reason {
    padding-bottom: 0;
  }
}

.sec-mv {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 380px;
  background-image: url("../images/ads/reason/mv.webp");
  color: #fff;
}
.sec-mv .ttl {
  text-align: center;
}
.sec-mv .ttl__sm {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}
.sec-mv .ttl__lg {
  display: block;
  font-size: 6.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-mv {
    justify-content: flex-start;
    padding: 0 2vw;
    height: 280px;
    background-image: url("../images/ads/reason/sp-mv.webp");
  }
  .sec-mv .ttl {
    text-align: left;
  }
  .sec-mv .ttl__sm {
    font-size: 1.6rem;
  }
  .sec-mv .ttl__lg {
    font-size: 3rem;
  }
}

.sec-head {
  text-align: center;
  background: rgba(245, 245, 245, 0.8);
  padding-block: 40px 48px;
  position: relative;
  z-index: -2;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec-head {
    margin-bottom: 60px;
    padding-inline: 10px;
  }
}
.sec-head .sec-head-ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec-head .sec-head-ttl {
    font-size: 3rem;
  }
}
.sec-head .sec-head-txt {
  font-size: 2rem;
  color: #5A5A5A;
}
@media screen and (max-width: 768px) {
  .sec-head .sec-head-txt {
    font-size: 1.8rem;
  }
}

.sec-combination .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-combination .wrapper {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-combination .ttl {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 700;
}
.sec-combination .ttl:after {
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-image: linear-gradient(to right, #BF4DF5 0%, #68E2FD 100%);
}
@media screen and (max-width: 768px) {
  .sec-combination .ttl {
    font-size: 30px;
  }
}
.sec-combination .combination-img {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .sec-combination .combination-img {
    margin-bottom: 30px;
  }
}
.sec-combination .combination-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sec-impression .impression-txts {
  display: flex;
  justify-content: center;
  gap: min(3vw, 40px);
  background: #F5F5F5;
  padding-block: 22px 28px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec-impression .impression-txts {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-inline: 5px;
    margin-bottom: 30px;
  }
}
.sec-impression .impression-txts .impression-txt {
  display: flex;
  align-items: center;
  font-size: min(2vw, 2.2rem);
}
@media screen and (max-width: 768px) {
  .sec-impression .impression-txts .impression-txt:not(:last-of-type) {
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .sec-impression .impression-txts .impression-txt {
    font-size: 1.8rem;
    width: 100%;
    max-width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .sec-impression .impression-txts .impression-txt .impression-txt-left {
    min-width: 170px;
  }
}
.sec-impression .impression-txts .impression-txt .orange {
  font-size: min(2.5vw, 3rem);
  font-weight: 600;
  color: #F38100;
}
@media screen and (max-width: 768px) {
  .sec-impression .impression-txts .impression-txt .orange {
    font-size: 2.4rem;
  }
}

.sec-program .example {
  background: #F38100;
  color: white;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  padding: 8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec-program .example {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
.sec-program .example-list {
  padding-left: 1.3em;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .sec-program .example-list {
    margin-bottom: 40px;
  }
}
.sec-program .example-list .example-item {
  list-style: disc;
  line-height: 1.3;
}
.sec-program .example-list .example-item::marker {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .sec-program .example-list .example-item {
    margin-bottom: 24px;
  }
}
.sec-program .example-list .example-item .adjustment {
  vertical-align: middle;
}
.sec-program .example-list .example-item .adjustment .bold {
  font-weight: bold;
}

.sec-feature .ttl {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 700;
}
.sec-feature .ttl:after {
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-image: linear-gradient(to right, #68E2FD 0%, #BF4DF5 100%);
}
@media screen and (max-width: 768px) {
  .sec-feature .ttl {
    font-size: 30px;
  }
}
.sec-feature .content {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-feature .content {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-feature .content__img {
  margin-top: 50px;
}
.sec-feature .content__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sec-feature .content__txt-body {
  margin-top: 55px;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  color: #5A5A5A;
  letter-spacing: 0.12em;
}
.sec-feature .content__btn {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec-feature .content__btn {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec-feature .content__btn .btn__anchor {
  position: relative;
  display: block;
  border: 1px solid #000;
  margin: 60px auto 0;
  max-width: 360px;
  height: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  transition: 0.25s;
}
.sec-feature .content__btn .btn__anchor:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: 2px solid transparent;
  margin: auto auto;
  width: 95%;
  height: 75%;
  content: "";
  transition: 0.25s;
}
.sec-feature .content__btn .btn__anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  transition: 0.35s;
}
.sec-feature .content__btn .btn__anchor .btn__txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec-feature .content__btn > a:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .sec-feature .content__btn > a:hover:before {
    border: 2px solid #fff;
  }
  .sec-feature .content__btn > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sec-feature .content__btn .btn__anchor {
    border: 0;
  }
  .sec-feature .content__btn .btn__anchor:before {
    display: none;
  }
  .sec-feature .content__btn .btn__anchor:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    width: 99%;
    opacity: 1;
  }
  .sec-feature .content__btn .btn__txt {
    display: block;
    border: 1px solid #000;
    width: 99%;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sec-feature {
    margin-top: 100px;
  }
  .sec-feature .content__txt-body {
    margin-top: 30px;
    font-size: 2rem;
    line-height: 1.9;
  }
}/*# sourceMappingURL=page-ads-reason.css.map */