@charset "UTF-8";
/* --------------------------------------------

FileName    :    page-contents-seo.css

-------------------------------------------- */

.container {
  margin: 0 auto;
  @media screen and (max-width: 767px) {
    width: 91%;
  }
}
.block {
  padding-block: clamp(60px, 8vw, 100px);
}
.page .breadcrumb.container {
  margin-block: 2%;
}
.section-gray {
  background: #f2f2f2;
}
.section-gray + .section {
  background: transparent;
}
/* slide-up target */
:is(.section-border-tit, .schedule, .plan, .case-tit, .case-point) {
  opacity: 0;
  transform: translateY(60px);
  transition: all .6s .1s ease;
}

.service .main-visual-cs {
  width: 100%;
  height: 943px;
  background: url(./images/contents-seo/bg_main_img_2.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  @media screen and (max-width: 767px) {
    height: 600px;
    background-image: url(./images/contents-seo/bg_main_img_sp.jpg);
  }
}
.page .copy {
  height: 100%;
  justify-content: space-between;
  padding-block: 68px 56px;
  @media screen and (max-width: 767px) {
    display: flex;
    width: 100%;
    padding: 40px 15px 23px;
  }
}
.service .main-copy-cs {
  font-size: clamp(4rem, 7vw, 7rem);
  color: #FFF;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  border: 0;
}
.service .main-copy-cs span {
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: 0.03em;
}
.main-copy-cs-icon {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px;
  width: auto;
  max-width: 763px;
  margin: 0;
  @media screen and (max-width: 767px) {
    gap: 5px;
  }
}
.main-copy-cs-icon li {
  width: auto;
}

.section-fukidashi-tit {
  margin: 0 0 20px 0;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;

  span {
    position: relative;
    display: block;
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
    padding: 18px;
    line-height: 1;
    background: #FFFFFF;
    border-radius: 2em;
    &::before {
      content: '';
      position: absolute;
      top: calc(100% - 1px);
      left: 50%;
      transform: translateX(-50%);
      width: clamp(18px, 3vw, 36px);
      height: clamp(16px, 3vw, 24px);
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      background: #FFF;
    }
  }
}
.section-border-tit {
  margin-bottom: clamp(30px, 4vw, 40px);
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: bold;
  text-align: center;

  span {
    display: inline-block;
    padding-bottom: 1%;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #222;
  }
}
.cs-trouble-list {
  width: 100%;
  max-width: max-content;
  padding-bottom: 0;
  text-align: start;
  @media screen and (max-width: 767px) {
    padding-top: 10px;
  }
}
.cs-trouble-list li {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  padding: 0 0 0 clamp(36px, 4vw, 46px);
  background-size: 26px;
  &:last-child {
    margin-bottom: 0;
  }
}

.service .section .body-copy {
  @media screen and (max-width: 767px) {
    width: 100%;
    font-size: 1.6rem;
  }
}
.section .body-copy br:not([class]) {
  @media screen and (max-width: 767px) {
    display: block;
  }
}

.point-box {
  padding-bottom: 0;
  counter-reset: point;
}
.point-box-item--number {
  position: relative;

  &::before {
    counter-increment: point;
    content: counter(point);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-content: center;
    width: clamp(50px, 6vw, 60px);
    height: clamp(50px, 6vw, 60px);
    border-radius: 50%;
    font-size: clamp(3rem, 3vw, 3.2rem);
    font-family: Roboto;
    font-weight: bold;
    color: #FFF;
    background: #0D4B9B;
  }
}

.schedule {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 25px 63px;
  border: 1px solid #D0D0D0;
  @media screen and (max-width: 767px) {
    gap: 10px;
    padding: 12px 18px;
  }

  dt {
    flex: 0 0 auto;
    display: grid;
    place-content: center;
    width: clamp(65px, 10vw, 120px);
    height: clamp(30px, 4vw, 40px);
    background: #F97316;
    color: #FFFFFF;
    font-weight: 700;
    font-size: clamp(14px, 2vw, 18px);
    border-radius: 2em;
  }

  dd {
    
  }
}
.schedule + .schedule {
  margin-top: 12px;
}

.plan-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
  }
}
.plan {
  --plan-color: #0D4B9B;
  position: relative;
  display: grid;
  gap: 30px;
  padding: 65px 15px clamp(30px, 6vw, 65px);
  font-size: 16px;
  border: 1px solid #D0D0D0;
  background: #FFFFFF;
}
.plan--agency {
  --plan-color: #F97316;
}
.plan__title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: var(--plan-color);
  line-height: 1;
}
.plan__description {
  font-weight: 700;
  text-align: center;
}
.plan__price {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  .num {
    font-family: Roboto;
    font-size: 40px;
    letter-spacing: 0.03em;
  }
  .unit {
    font-size: 22px;
  }
}
.plan__duration {
  text-align: center;
}
.plan__list {
  margin-inline: auto;
  font-size: clamp(14px, 2vw, 16px);

  li {
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
    width: 100%;
    background: url(./images/contents-seo/icon-check-blue.svg) left center no-repeat;
    background-size: 20px;

    .plan--agency & {
      background-image: url(./images/contents-seo/icon-check-orange.svg);
    }

    &:last-child {
      margin-bottom: 0;
    }

    &.highlight {
      padding: 0;
      font-weight: 700;
      color: #0D4B9B;
      background: none;
    }
  }
}
.plan__select {
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 420px;
  height: 40px;
  margin-inline: auto;
  background: var(--plan-color);
  color: #FFF;
  border-radius: 5px;
  @media (hover: hover) and (pointer: fine) {
    transition: opacity .2s;
    &:hover {
      opacity: 0.8;
    }
  }
}
.plan__recommend {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 24px;
  background: var(--plan-color);
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border-radius: 2em;
}

.table-area {
  overflow: auto;
}
.plan-table {
  width: 100%;
  min-width: max-content;
  border-collapse: collapse;
  th {
    padding-block: 20px;
    font-weight: 700;
    border: 1px solid #D0D0D0;
  }
  td {
    width: 330px;
    border: 1px solid #D0D0D0;
    text-align: center;
    @media screen and (max-width: 767px) {
      width: auto;
    }
  }
  thead {
    tr {
      font-size: clamp(16px, 2vw, 18px);
      background: #F8F8F8;
    }
    th {
      padding-block: 23px;
      &:nth-child(2) {
        color: #0D4B9B;
      }
      &:nth-child(3) {
        color: #F97316;
      }

      @media screen and (max-width: 767px) {
        padding-block: 8px;
        padding-inline: 16px;
      }
    }
  }
  tbody {
    tr:nth-child(even) {
      background: #F8F8F8;
    }
    th {
      padding-block: 18px;
      padding-left: 78px;
      text-align: left;
      @media screen and (max-width: 767px) {
        padding-block: 8px;
        padding-inline: 16px;
        text-align: center;
      }
    }
  }

  :is(.check, .cross) {
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle;
  }
  .check {
    width: 25px;
    height: 25px;
    background: url(./images/contents-seo/icon-check-blue.svg) no-repeat center / contain;
    td:nth-child(3) & {
      background-image: url(./images/contents-seo/icon-check-orange.svg);
    }
  }
  .cross {
    width: 18px;
    height: 18px;
    background: url(./images/contents-seo/icon-cross.svg) no-repeat center / contain;
  }
}

.case + .case {
  margin-top: 60px;
}
.case-tit {
  font-weight: 700;
  font-size: clamp(22px, 2vw, 24px);
}
.point-box--step {
  gap: 40px 45px;
  margin-top: clamp(15px, 3vw, 30px);

  .point-box-item {
    margin: 0;

    &:not(:last-child) {
      &::before {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(100% + 22.5px);
        translate: -50% -50% 0;
        width: 20px;
        height: 30px;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        background: #0D4B9B;
        @media screen and (max-width: 767px) {
          top: calc(100% + 20px);
          left: 50%;
          width: 30px;
          height: 20px;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
        }
      }
    }
  }

  .point-box-item-inner {
    padding-block: 20px;
  }
  .point-tit {
    margin: 0 0 15px;
    padding-bottom: 10px;
    text-align: start;
    font-size: 2rem;
    border-bottom: 1px solid #333333;

    span {
      color: #0D4B9B;
      font-family: Roboto;

      &:nth-child(1) {
        font-size: 16px;
        vertical-align: top;
      }
      &:nth-child(2) {
        position: relative;
        margin-right: 20px;
        padding-left: 15px;
        font-size: 30px;
        vertical-align: middle;
        &::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
          width: 2px;
          height: 40px;
          background: #0D4B9B;
        }
      }
    }
  }

  .point-text {
    ul {
      list-style: disc;
      padding: 0 0 0 1.5em;
      text-align: start;
      li {
        list-style: inherit;
      }
    }
    p {
      text-align: center;
    }
    strong {
      display: inline-block;
      margin-top: 8px;
      font-weight: 700;
      font-size: clamp(16px, 2vw, 18px);
      line-height: 36px;
    }
    em {
      margin-inline: 0.1em;
      font-size: 22px;
      color: #F97316;
      vertical-align: baseline;
      span {
        margin-inline: 0.1em;
        font-family: Roboto;
        font-size: clamp(30px, 3vw, 32px);
        letter-spacing: -0.03em;
        vertical-align: baseline;
      }
    }
  }
  .point-text--start p {
    text-align: start;
  }
}
.case-point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px 60px;
  margin-top: 30px;
  padding: 45px clamp(10px, 5vw, 50px) 25px;
  background: #FFFFFF;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    padding: 20px 10px;
  }

  .case-point-body {
    position: relative;
    width: 100%;
    max-width: 450px;
    padding-block: 40px 20px;
    font-weight: 700;
    font-size: clamp(16px, 2vw, 18px);
    text-align: center;
    border: 2px solid #F97316;
    p {
      line-height: clamp(34px, 5vw, 47px);
    }
    strong {
      color: #F97316;
      font-weight: 700;
      font-size: 24px;
      em {
        font-size: clamp(24px, 3vw, 30px);
      }
      .num {
        margin-inline: 0.1em;
        font-family: Roboto;
        font-size: clamp(34px, 5vw, 47px);
      }
      .unit {
        font-family: Roboto;
        font-size: clamp(32px, 4vw, 40px);
      }
    }
  }
  .case-point-title {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50% 0;
    display: grid;
    place-content: center;
    width: 120px;
    height: 40px;
    border-radius: 2em;
    background: #F97316;
    color: #FFF;
    font-weight: bold;
  }
}