@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.page .entry-content {
  color: #333; }
.page main h2 {
  font-weight: 700;
  font-size: 32px;
  margin: 0;
  padding: 0.5em 0 0; }
  .page main h2:before {
    top: 0; }

.sp {
  display: none; }

@media screen and (max-width: 767px) {
  .page main h2 {
    font-size: 18px; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
#lead {
  padding-bottom: 200px; }
  #lead .wrap {
    background-color: #f4f4f4;
    padding: 62px 110px 110px; }
  #lead p {
    margin: 0; }
  #lead .box {
    background-color: #fff;
    text-align: center;
    padding: 60px; }
    #lead .box figure {
      margin: 0; }
    #lead .box figcaption {
      color: #1085b4;
      font-weight: 600;
      font-size: 26px;
      line-height: 32px;
      letter-spacing: 0.05em;
      padding-top: 10px; }
    #lead .box p {
      padding-top: 20px; }
  #lead .contact-cta__more {
    margin: 75px auto 0; }

@media screen and (max-width: 767px) {
  #lead {
    padding-bottom: 100px; }
    #lead .wrap {
      padding: 20px 20px 50px; }
    #lead .box {
      padding: 20px; }
      #lead .box figcaption {
        font-size: 18px; }
      #lead .box p {
        padding-top: 15px; }
    #lead .contact-cta__more {
      margin-top: 40px; } }
#feedback {
  padding-bottom: 200px; }
  #feedback .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    padding-top: 100px; }
    #feedback .box figure {
      width: 100%;
      padding-top: 66%;
      margin: 0;
      position: relative;
      overflow: hidden; }
      #feedback .box figure img {
        width: 100%;
        max-width: inherit;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s linear; }
    #feedback .box p {
      margin: 0; }
    #feedback .box .company {
      color: #555;
      font-weight: 500;
      font-size: 18px;
      letter-spacing: 0.1em;
      padding-top: 30px; }
    #feedback .box .ttl {
      font-weight: 700;
      font-size: 23px;
      letter-spacing: 0.025em;
      line-height: 48px;
      text-decoration: underline;
      padding-top: 15px; }
    #feedback .box a {
      text-decoration: none; }
    #feedback .box a:hover figure img {
      transform: scale(1.05); }
    #feedback .box a:hover .ttl {
      text-decoration: none; }

@media screen and (max-width: 767px) {
  #feedback {
    padding-bottom: 100px; }
    #feedback .box {
      grid-template-columns: 1fr;
      gap: 50px;
      padding-top: 40px; }
      #feedback .box .company {
        font-size: 16px;
        padding-top: 15px; }
      #feedback .box .ttl {
        font-size: 18px;
        line-height: 32px;
        padding-top: 10px; } }
#service {
  padding-bottom: 200px; }
  #service .list-check {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 36px;
    list-style: none;
    margin: 0;
    padding: 100px 0 0; }
    #service .list-check li {
      background: url("../images/web-advertising/icon-check.png") no-repeat top left/36px auto;
      padding-left: 50px; }
      #service .list-check li + li {
        margin-top: 24px; }
  #service .box {
    background-color: #f4f4f4;
    margin-top: 65px;
    padding: 65px 55px; }
    #service .box h3 {
      text-align: center;
      font-weight: 700;
      font-size: 24px;
      letter-spacing: 0.1em;
      line-height: 36px;
      margin: 0; }
    #service .box ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 64px;
      list-style: none;
      font-weight: 500;
      font-size: 18px;
      line-height: 40px;
      letter-spacing: 0.1em;
      margin: 0;
      padding: 30px 0 0; }
      #service .box ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 295px;
        background-color: #fff;
        text-align: center; }
        #service .box ul li img {
          margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  #service {
    padding-bottom: 100px; }
    #service .list-check {
      font-size: 18px;
      line-height: 25px;
      padding-top: 40px; }
      #service .list-check li {
        background-size: 25px auto;
        padding-left: 35px; }
    #service .box {
      margin-top: 50px;
      padding: 20px; }
      #service .box h3 {
        font-size: 18px;
        line-height: 32px; }
      #service .box ul {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-top: 20px;
        font-size: 16px;
        line-height: 30px; }
        #service .box ul li img {
          margin-bottom: 20px; } }
#media {
  padding-bottom: 200px; }
  #media .box {
    background-color: #f4f4f4;
    margin-top: 100px;
    padding: 65px 65px;
    text-align: center; }
    #media .box figure {
      margin: 0; }
    #media .box h3 {
      font-weight: 500;
      font-size: 20px;
      line-height: 40px;
      letter-spacing: 0.05em;
      margin: 50px 0 0; }
    #media .box .photo {
      display: flex;
      justify-content: center;
      gap: 24px;
      padding-top: 20px; }
      #media .box .photo figure {
        width: 316px; }

@media screen and (max-width: 767px) {
  #media {
    padding-bottom: 100px; }
    #media .box {
      margin-top: 40px;
      padding: 20px; }
      #media .box h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px; } }
#performance {
  padding-bottom: 200px; }
  #performance .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 25px 40px;
    margin: 0;
    padding: 100px 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 41px;
    letter-spacing: 0.05em;
    list-style: none; }
    #performance .box li:not(.etc) {
      display: grid;
      grid-template-columns: 85px 1fr;
      align-items: center;
      background-color: #f4f4f4; }
    #performance .box .etc {
      text-align: center; }

@media screen and (max-width: 1023px) {
  #performance .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px; } }
@media screen and (max-width: 767px) {
  #performance {
    padding-bottom: 100px; }
    #performance .box {
      grid-template-columns: 1fr;
      gap: 10px;
      padding-top: 40px;
      font-size: 16px;
      line-height: 30px; }
      #performance .box li:not(.etc) {
        grid-template-columns: 65px 1fr; } }
#flow {
  padding-bottom: 200px; }
  #flow .txt {
    margin: 0;
    padding-top: 50px; }

#flow .ad-flow {
  counter-reset: number 0;
  position: relative;
  margin-top: 50px; }

#flow .ad-flow::before {
  content: "";
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
  bottom: 0;
  display: block;
  width: 2px;
  background: #dedede; }

#flow .ad-flow__title {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 10rem;
  position: relative;
  width: fit-content;
  margin-bottom: 1rem; }

#flow .ad-flow__title::before {
  counter-increment: number 1;
  content: counter(number);
  display: flex;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background: #2aa0d0;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0; }

#flow .ad-flow__title::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #adadad; }

#flow .ad-flow__content {
  padding-left: 10rem; }

@media screen and (max-width: 767px) {
  #flow {
    padding-bottom: 100px; }
    #flow .txt {
      padding-top: 20px; }
    #flow .ad-flow {
      margin-top: 40px; }

  #flow .ad-flow__title {
    padding-left: 7rem;
    font-size: 1.8rem; }

  #flow .ad-flow__content {
    padding-left: 7rem;
    font-size: 1.3rem; } }
#faq .wrap {
  display: grid;
  grid-template-columns: 1fr 785px; }
#faq .box dl {
  margin: 0;
  padding: 0; }
  #faq .box dl + dl {
    padding-top: 60px; }
  #faq .box dl dt {
    background-color: #f4f4f4;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 31px;
    margin: 0;
    padding: 15px 15px 15px 65px;
    position: relative; }
    #faq .box dl dt:before {
      content: '';
      width: 31px;
      height: 31px;
      background: url("../images/web-advertising/qa-icon.png") no-repeat center top/cover;
      position: absolute;
      top: 15px;
      left: 20px; }
  #faq .box dl dd {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 31px;
    margin: 0;
    padding: 30px 0 0; }

@media screen and (max-width: 1080px) {
  #faq .wrap {
    grid-template-columns: 280px 1fr; } }
@media screen and (max-width: 767px) {
  #faq .wrap {
    grid-template-columns: 1fr;
    gap: 20px; }
  #faq .box dl + dl {
    padding-top: 40px; }
  #faq .box dl dt {
    font-size: 16px;
    padding-left: 50px; }
    #faq .box dl dt:before {
      left: 10px; }
  #faq .box dl dd {
    font-size: 16px;
    padding-top: 10px; } }

/*# sourceMappingURL=web-advertising.css.map */
