.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;
  }
}

.sec-mv {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 380px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../images/target/mv.webp");
}
.sec-mv .page-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec-mv .page-ttl .sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-mv {
    background-image: url("../images/target/sp-mv.webp");
    justify-content: flex-start;
    min-height: 280px;
  }
  .sec-mv .page-ttl {
    font-size: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    max-width: calc(1220px + 20px * 2);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec-mv .page-ttl {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec-mv .page-ttl .ttl {
    padding: 0;
  }
  .sec-mv .page-ttl .sp-br {
    display: block;
  }
}

.sec.sec-distribution {
  position: relative;
}
.sec.sec-distribution::after {
  content: "";
  background-image: url("../images/target/img-letter.png");
  background-size: contain;
  width: 300px;
  height: 960px;
  position: absolute;
  right: 0;
  top: -90px;
  z-index: -1;
}
.sec.sec-distribution .ttl {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 700;
}
.sec.sec-distribution .ttl:after {
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-image: linear-gradient(to right, #ffaf7b 0%, #a186d1 100%);
}
@media screen and (max-width: 768px) {
  .sec.sec-distribution .ttl {
    font-size: 30px;
  }
}
.sec.sec-distribution .picture-box {
  position: absolute;
  width: 45%;
  max-width: 816px;
  min-width: 316px;
  top: 80px;
  left: 0;
}
@media (max-width: 900px) {
  .sec.sec-distribution .picture-box {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 30px;
  }
}
.sec.sec-distribution .picture-box img {
  max-width: 100%;
}
.sec.sec-distribution .contents {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(2.5rem, 2.4977rem + 3.6477vw, 6.875rem);
  margin-left: auto;
  padding-left: 550px;
}
@media screen and (max-width: 768px) {
  .sec.sec-distribution .contents {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media (max-width: 1300px) {
  .sec.sec-distribution .contents {
    padding-left: 45%;
  }
}
@media (max-width: 900px) {
  .sec.sec-distribution .contents {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec-distribution .contents {
    padding-left: 3.5vw;
    margin-top: 30px;
  }
}
.sec.sec-distribution .contents > .txtbox {
  font-size: 2rem;
  font-weight: 400;
  color: #5a5a5a;
  width: 580px;
  z-index: 10;
}
@media (max-width: 1100px) {
  .sec.sec-distribution .contents > .txtbox {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec-distribution .contents > .txtbox {
    font-size: clamp(1.0625rem, 0.1679rem + 3.8168vw, 1.8rem);
  }
}
.sec.sec-distribution .contents > .txtbox p {
  padding-bottom: 25px;
}
.sec.sec-distribution .contents > .txtbox p:not(:first-of-type) {
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sec.sec-distribution .contents > .txtbox p:not(:first-of-type) {
    word-break: normal;
  }
}
.sec.sec-distribution .contents .point {
  margin-top: clamp(1.875rem, 0.0893rem + 3.5714vw, 4.375rem);
}
.sec.sec-distribution .contents .point .lead {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  background-color: #f59323;
}
.sec.sec-distribution .contents .point > .inner {
  background-color: #fffced;
  padding: 30px 0;
}
.sec.sec-distribution .contents .point > .inner .txtbox {
  margin: 0 auto;
  width: fit-content;
  padding: 0 3.5vw;
}
.sec.sec-distribution .contents .point > .inner .txt {
  color: #5a5a5a;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .sec.sec-distribution .contents .point > .inner .txt {
    font-size: clamp(1.7rem, 0.2901rem + 3.5623vw, 2.4rem);
  }
}
.sec.sec-distribution .contents .point > .inner .txt + .txt {
  margin-top: 10px;
}
.sec.sec-distribution .contents .point > .inner .txt:not(.result)::before {
  content: "";
  width: 12px;
  height: 22px;
  border-bottom: 4px solid #f38100;
  border-right: 4px solid #f38100;
  transform: rotate(45deg);
  display: inline-block;
  border-radius: 3px;
  margin-right: 10px;
}
.sec.sec-distribution .contents .point > .inner .txt.result {
  font-size: 32px;
  text-align: center;
  margin-top: 15px;
  text-decoration-line: underline;
  text-decoration-color: #fdf0ae;
  text-decoration-thickness: 20px;
  text-underline-offset: -6px;
}
@media screen and (max-width: 768px) {
  .sec.sec-distribution .contents .point > .inner .txt.result {
    font-size: clamp(2.6rem, 0.2901rem + 3.5623vw, 3.2rem);
  }
}
.sec.sec-distribution .contents .point > .inner .txt .orange {
  color: #f38100;
  font-weight: 700;
}
.sec.sec-distribution .contents .point > .inner .arrow {
  clip-path: polygon(0 17px, 50.5px 17px, 50.5px 0, 136px 0, 136px 17px, 100% 17px, 50% 100%);
  width: 187px;
  height: 59px;
  background-image: linear-gradient(#f7a937, #ffde8a);
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.sec-distribution::after {
    display: none;
  }
}

.sec.sec-category {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .sec.sec-category {
    margin-top: 100px;
  }
}
.sec.sec-category .ttl {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 700;
}
.sec.sec-category .ttl:after {
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-image: linear-gradient(to right, #ffaf7b 0%, #a186d1 100%);
}
@media screen and (max-width: 768px) {
  .sec.sec-category .ttl {
    font-size: 30px;
  }
}
.sec.sec-category .lead {
  color: #5a5a5a;
  font-size: 18px;
  text-align: center;
  line-height: 1.8333333333;
  word-break: keep-all;
  max-width: 960px;
  padding: 0 3.5vw;
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .lead {
    word-break: normal;
    font-size: clamp(1.0625rem, 0.1679rem + 3.8168vw, 1.8rem);
  }
}
.sec.sec-category .lead .bold {
  font-weight: 700;
}
.sec.sec-category .lead .orange {
  color: #f38100;
}
.sec.sec-category .contents.top {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  display: grid;
  grid-template-columns: 29% auto;
  column-gap: max(3.1vw, 45px);
  padding-bottom: 40px;
  margin-top: 48px;
  border-bottom: 2px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media (max-width: 900px) {
  .sec.sec-category .contents.top {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }
}
.sec.sec-category .contents.top .company {
  grid-column: 1/2;
  background-color: #fffbd9;
  border-radius: 21px;
  max-width: 375px;
  padding: 30px 60px;
  margin-top: 125px;
  position: relative;
}
@media (max-width: 1200px) {
  .sec.sec-category .contents.top .company {
    padding: 35px 4.5vw;
  }
}
@media (max-width: 900px) {
  .sec.sec-category .contents.top .company {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: 30px auto 0;
    padding: 35px 65px;
  }
}
@media screen and (max-width: 425px) {
  .sec.sec-category .contents.top .company {
    padding: 35px 40px;
  }
}
.sec.sec-category .contents.top .company::before {
  content: "";
  background-image: url(../images/target/company_arrow.webp);
  background-size: contain;
  width: 79px;
  height: 78px;
  display: block;
  position: absolute;
  top: 40%;
  right: -40px;
}
@media (max-width: 900px) {
  .sec.sec-category .contents.top .company::before {
    rotate: 90deg;
    top: unset;
    bottom: -65px;
    right: 50%;
    transform: translate(30%, -37px);
    aspect-ratio: 1/2;
    width: 79px;
    height: 126px;
    background-size: 100% 100%;
  }
}
.sec.sec-category .contents.top .company .picture-box {
  width: 70%;
  max-width: 157px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .sec.sec-category .contents.top .company .picture-box {
    width: 100%;
  }
}
.sec.sec-category .contents.top .company .picture-box img {
  max-width: 100%;
}
.sec.sec-category .contents.top .company .name {
  color: #f38100;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
.sec.sec-category .contents.top .company .txt {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 2.05;
  word-break: keep-all;
  margin-top: 20px;
}
@media screen and (max-width: 425px) {
  .sec.sec-category .contents.top .company .txt {
    padding-left: 1.5rem;
  }
}
.sec.sec-category .contents.top .column {
  grid-column: 1/2;
  background-color: #efefef;
  border-radius: 13px;
  max-width: 319px;
  padding: 24px 60px 37px;
  margin: 67px auto 18px;
  position: relative;
}
@media (max-width: 1200px) {
  .sec.sec-category .contents.top .column {
    padding: 24px 5.1vw 18px;
  }
}
@media (max-width: 900px) {
  .sec.sec-category .contents.top .column {
    grid-column: 1/2;
    grid-row: 3/4;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .column {
    padding: 24px 60px;
  }
}
.sec.sec-category .contents.top .column::before {
  content: "";
  background-image: url(../images/target/target_column_icon.webp);
  background-size: contain;
  max-width: 56px;
  max-height: 56px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
}
.sec.sec-category .contents.top .column .picture-box {
  position: absolute;
  max-width: 56px;
}
.sec.sec-category .contents.top .column .picture-box img {
  max-width: 100%;
}
.sec.sec-category .contents.top .column__ttl {
  font-size: 26px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
.sec.sec-category .contents.top .column .txt {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 2.05;
  margin-top: 15px;
}
.sec.sec-category .contents.top .target-list {
  max-width: 787px;
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (max-width: 900px) {
  .sec.sec-category .contents.top .target-list {
    margin: 85px auto 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.sec.sec-category .contents.top .target-list .head {
  padding: 18px 0;
  background-color: #f59323;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .target-list .head {
    padding: 15px 0;
  }
}
.sec.sec-category .contents.top .target-list .head::before, .sec.sec-category .contents.top .target-list .head::after {
  content: "";
  background-image: url(../images/target/reach_head_01.webp);
  background-size: contain;
  position: absolute;
  top: 50%;
  width: 92px;
  height: 106px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .target-list .head::before, .sec.sec-category .contents.top .target-list .head::after {
    top: 60%;
    width: 12%;
    height: 100%;
  }
}
.sec.sec-category .contents.top .target-list .head::before {
  left: min(7%, 10px);
}
.sec.sec-category .contents.top .target-list .head::after {
  right: min(7%, 10px);
  transform: scale(-1, 1);
}
.sec.sec-category .contents.top .target-list .head .txt {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .target-list .head .txt {
    font-size: 24px;
  }
}
.sec.sec-category .contents.top .target-list .head .txt::before {
  content: "";
  display: block;
  background-image: url(../images/target/reach_head_icon.webp);
  background-size: contain;
  max-width: 48px;
  aspect-ratio: 48/33;
  width: 100%;
  height: 100%;
  margin-top: 5px;
  margin-right: 10px;
}
.sec.sec-category .contents.top .target-list .inner {
  border: 6px solid #f59323;
  padding: 26px 26px 20px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .target-list .inner {
    padding: 13px 15px 12px;
    margin-top: 8px;
  }
}
.sec.sec-category .contents.top .target-list .inner .list.top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .target-list .inner .list.top {
    column-gap: 8px;
  }
}
.sec.sec-category .contents.top .target-list .inner .list.top .item {
  background-color: #efefef;
  border-radius: 21px;
  padding: 13px 24px 22px;
  display: grid;
  grid-template-rows: 214px 70px auto;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .target-list .inner .list.top .item {
    padding: 10px;
    grid-template-rows: 29vw 70px auto;
  }
}
.sec.sec-category .contents.top .target-list .inner .list.top .item > .picture-box {
  margin: 0 auto;
}
.sec.sec-category .contents.top .target-list .inner .list.top .item:first-of-type > .picture-box {
  max-width: 187px;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .target-list .inner .list.top .item:first-of-type > .picture-box {
    width: 70%;
  }
}
.sec.sec-category .contents.top .target-list .inner .list.top .item:first-of-type > .picture-box img {
  max-width: 100%;
}
.sec.sec-category .contents.top .target-list .inner .list.top .item:nth-of-type(2) > .picture-box {
  margin: 10px auto 30px;
  max-width: 241px;
  height: 174px;
}
@media (max-width: 1200px) {
  .sec.sec-category .contents.top .target-list .inner .list.top .item:nth-of-type(2) > .picture-box {
    margin: 20px auto 30px;
    height: 164px;
  }
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .target-list .inner .list.top .item:nth-of-type(2) > .picture-box {
    width: 90%;
    height: auto;
    margin: 10px auto 2vw;
  }
}
.sec.sec-category .contents.top .target-list .inner .list.top .item:nth-of-type(2) > .picture-box img {
  max-width: 100%;
}
.sec.sec-category .contents.top .target-list .inner .list.top .item:nth-of-type(2) .name {
  align-content: start;
  margin-top: 3px;
}
.sec.sec-category .contents.top .target-list .inner .list.top .item .name {
  color: #f38100;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  flex-grow: 1;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .target-list .inner .list.top .item .name {
    font-size: 26px;
    word-break: normal;
  }
}
@media (max-width: 1200px) {
  .sec.sec-category .contents.top .target-list .inner .list.top .item .name .small {
    font-size: 18px;
    display: block;
  }
}
@media (max-width: 900px) {
  .sec.sec-category .contents.top .target-list .inner .list.top .item .name .small {
    font-size: min(16px, 3vw);
  }
}
.sec.sec-category .contents.top .target-list .inner .list.top .item .to {
  display: flex;
  gap: 20px;
  background-color: #f59323;
  border-radius: 10.5px;
  padding: 24px 0px;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .target-list .inner .list.top .item .to {
    padding: 14px 0px;
    gap: 15px;
  }
}
.sec.sec-category .contents.top .target-list .inner .list.top .item .to .picture-box {
  width: 24%;
  max-width: 71px;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .target-list .inner .list.top .item .to .picture-box {
    max-width: 42px;
    min-width: 36px;
  }
}
.sec.sec-category .contents.top .target-list .inner .list.top .item .to .picture-box img {
  max-width: 100%;
}
.sec.sec-category .contents.top .target-list .inner .list.top .item .to .txt {
  color: #fff;
  font-size: clamp(28px, 2.6vw, 48px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.top .target-list .inner .list.top .item .to .txt {
    font-size: 28px;
  }
}
.sec.sec-category .contents.top .target-list .inner .list.bottom {
  display: flex;
  justify-content: space-between;
  gap: 2px;
}
.sec.sec-category .contents.top .target-list .inner .list.bottom .item.picture-box {
  max-width: 176px;
  max-height: 276px;
  position: relative;
  overflow: hidden;
}
.sec.sec-category .contents.top .target-list .inner .list.bottom .item.picture-box img {
  max-width: 100%;
}
.sec.sec-category .contents.top .target-list .inner .list.bottom .item.picture-box .name {
  position: absolute;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 2px 0;
  text-align: center;
  background-color: #f59323;
  border-radius: 5px;
  width: 100%;
  max-height: 45px;
  top: 81%;
  bottom: 0;
  left: 0;
}
@media (max-width: 1190px) {
  .sec.sec-category .contents.top .target-list .inner .list.bottom .item.picture-box .name {
    font-size: 24px;
    padding: 4px 0;
  }
}
@media (max-width: 900px) {
  .sec.sec-category .contents.top .target-list .inner .list.bottom .item.picture-box .name {
    font-size: clamp(12px, 3vw, 20px);
  }
}
@media screen and (max-width: 425px) {
  .sec.sec-category .contents.top .target-list .inner .list.bottom .item.picture-box .name {
    padding: 2px 0;
  }
}
.sec.sec-category .contents.bottom {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
  margin-top: 25px;
  display: flex;
  gap: 68px;
}
@media screen and (max-width: 768px) {
  .sec.sec-category .contents.bottom {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media (max-width: 900px) {
  .sec.sec-category .contents.bottom {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.sec.sec-category .contents.bottom .left {
  position: relative;
  margin-top: 40px;
}
.sec.sec-category .contents.bottom .left .txt {
  margin: 25px 0 0 auto;
  font-size: min(40px, 3.4vw);
  font-weight: 700;
  width: fit-content;
}
@media (max-width: 900px) {
  .sec.sec-category .contents.bottom .left .txt {
    font-size: clamp(2.2rem, 0.2901rem + 3.5623vw, 2.8rem);
    margin: 17px 0 0 auto;
  }
}
.sec.sec-category .contents.bottom .left .picture-box {
  max-width: 653px;
  margin-top: -3.3vw;
  position: relative;
  z-index: -1;
}
@media (max-width: 1300px) {
  .sec.sec-category .contents.bottom .left .picture-box {
    margin-top: calc(-5% + 3.3vw);
  }
}
@media (max-width: 900px) {
  .sec.sec-category .contents.bottom .left .picture-box {
    margin-top: -80px;
  }
}
@media (max-width: 550px) {
  .sec.sec-category .contents.bottom .left .picture-box {
    margin-top: -48px;
  }
}
.sec.sec-category .contents.bottom .left .picture-box img {
  max-width: 100%;
}
.sec.sec-category .contents.bottom .right.picture-box {
  max-width: 497px;
}
.sec.sec-category .contents.bottom .right.picture-box img {
  max-width: 100%;
}

.sec.sec-cycle {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .sec.sec-cycle {
    margin-top: 100px;
  }
}
.sec.sec-cycle .ttl {
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 700;
}
.sec.sec-cycle .ttl:after {
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 8px;
  content: "";
  background-image: linear-gradient(to right, #ffaf7b 0%, #a186d1 100%);
}
@media screen and (max-width: 768px) {
  .sec.sec-cycle .ttl {
    font-size: 30px;
  }
}
.sec.sec-cycle .lead {
  color: #5a5a5a;
  font-size: 18px;
  text-align: center;
  line-height: 1.8333333333;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec.sec-cycle .lead {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
@media screen and (max-width: 768px) {
  .sec.sec-cycle .lead {
    font-size: clamp(1.0625rem, 0.1679rem + 3.8168vw, 1.8rem);
  }
}
.sec.sec-cycle .lead .bold {
  font-weight: 700;
}
.sec.sec-cycle .lead .orange {
  color: #f38100;
}
.sec.sec-cycle .contents {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: calc(1220px + 20px * 2);
}
@media screen and (max-width: 768px) {
  .sec.sec-cycle .contents {
    padding: 0 3.5vw;
    max-width: calc(1220px + 3.5vw * 2);
  }
}
.sec.sec-cycle .contents .img-box {
  max-width: 100%;
}
.sec.sec-cycle .contents .img-box img {
  max-width: 100%;
}/*# sourceMappingURL=page-ads-target.css.map */