@charset 'UTF-8';

/* BPOサービスーsp
      ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.page-top__ttl-item {
  font-size: 22px;
  font-weight: 500;
}

.page-parent-ttl {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--color04);
  padding: 10.5px 14.5px;
  border-radius: 32px;
  background-color: var(--hbg-btn-color01);
}

.section1 {
  margin: 0 0 80px;
  padding: 0;
}

.section1 p {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin: 0 0 24px;
}

.section1 figure {
  margin: 50px 0;
}

.section2 {
  padding: 80px 0;
}

.h3-cont {
  margin: 0 0 50px;
}

.h3-ttl {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px;
}

.h3-sub-ttl {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0 0 50px;
}

.section2 p {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin: 0 0 50px;
}

.wp-block-columns {
  margin: 0 0 14px;
}

.column-card__group {
  margin: 0 0 14px;
}

.column-card__box {
  margin: 0 0 14px;
}

.column-card__group .column-card__box:last-of-type {
  margin: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-card__group .column-card__box .column-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-card {
}

.border-radius {
  border-radius: 10px;
}

.padding {
  padding: 28px 17px;
}

.column-h4 {
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 700;
  padding: 0 0 24px;
  margin: 0 0 22px;
  border-bottom: solid 1px var(--color02);
}

.column-h4 + p {
  font-size: 14px;
  letter-spacing: 0.06rem;
  letter-spacing: 1.7;
  margin: 0;
}

.dot-h4 {
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin: 0 0 54px;
  position: relative;
}

.dot-h4::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 9px;
  background-image: url(../../images/service/sec-title-dot.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.dot-h4 + p {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin: 0;
}

.margin {
  margin: 0 0 14px;
}

.list-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  margin: 0 0 32px;
}

.list-item {
  padding: 0 0 0 2em;
}

.list-item ul {
}

.list-item li {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-weight: 700;
  list-style-type: disc;
}

.list-item ul + p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  display: contents;
}

.section2 figure + p {
  font-size: 12px;
  letter-spacing: 0.02em;
  margin: 16px 0 0;
}

.section3 {
  padding: 40px 0;
}

.section3 h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0 0 54px;
  position: relative;
}

.section3 h4::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 9px;
  background-image: url(../../images/service/sec-title-dot2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.section3 p {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.7;
}

.section3 img {
  width: 100%;
  height: auto;
}

.section4 {
  padding: 40px 0;
}

.ttl-accent {
  font-size: 19px !important;
  font-weight: 500;
  padding: 0 0 0 22px;
  position: relative;
}

.ttl-accent::before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../../images/common/related-accent.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: 0;
  margin: 0 0 33px;
}

.section4 h4 {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin: 0 0 16px;
  font-weight: 700;
}

.section4 p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 24px;
}

.section4 h4 + p {
  margin: 0 0 32px;
}

.has-text-align-center {
  text-align: center;
}

.section3 .h3-cont .wp-block-column.is-layout-flow {
  width: 100%;
}

/* ボタン */

.wp-block-button:has(.wp-block-button__link) {
  margin: 40px 0 0 !important;
}

.wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  height: 72px;
  padding: 22px 77px 22px 22px !important;
  position: relative;
  height: auto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left !important;
}

.wp-block-button__link:hover {
  opacity: 0.8;
}

.wp-block-button__link::before {
  display: inline-block;
  content: "";
  width: 56px;
  height: 56px;
  background-image: url(../../images/common/btn-b-r.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* 記事一覧 */
.page-service {
  padding: 90px 0 0;
  margin: 0 0 120px;
  scroll-margin-top: 100px;
}

.page-service__ttl {
  font-size: 17px;
  font-weight: 700;
  color: var(--color03);
  margin: 0 0 50px;
  padding: 0 0 28px 60px;
  border-bottom: solid 1px var(--color06);
}

.page-service__ttl--01,
.page-service__ttl--02,
.page-service__ttl--03 {
  position: relative;
}

.page-service__ttl--01::before {
  display: inline-block;
  content: "";
  width: 44px;
  height: 34px;
  background-image: url(../../images/service/service-section-icon04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

.page-service__ttl--02::before {
  display: inline-block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../../images/service/service-section-icon02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
}

.page-service__ttl--03::before {
  display: inline-block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../../images/service/service-section-icon03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
}

.page-service__sub-ttl {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0 0;
}

.page-service__sub-ttl-color {
  color: var(--color02);
}
.is-layout-flex {
  flex-direction: column;
}

.column-article__img{
  transition: transform 0.3s ease;
}
.column-article__img:hover {
  transform: scale(1.05);
}

@media screen and (min-width: 577px) {
  /* BPOサービスーtb
          ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .page-top__ttl-item {
    font-size: 44px;
  }

  .page-parent-ttl {
    font-size: 24px;
    padding: 21px 29px;
  }

  .page-top__img {
    /* aspect-ratio: 75 / 56; */
  }

  .section1 {
    margin: 0 0 160px;
    padding: 0 44px;
  }

  .section1 p {
    font-size: 27px;
    margin: 0 0 48px;
  }

  .section1 figure {
    margin: 100px 0;
  }

  .section2 {
    padding: 160px 0;
  }

  .h3-cont {
    margin: 0 0 100px;
  }

  .h3-ttl {
    font-size: 64px;
    margin: 0 0 40px;
  }

  .h3-sub-ttl {
    font-size: 24px;
    margin: 0 0 100px;
  }

  .section2 p {
    font-size: 27px;
    margin: 0 0 100px;
  }
  .section4 {
    padding: 80px 0;
  }

  .wp-block-columns {
    margin: 0 0 27px;
  }

  .column-card__group {
    margin: 0 0 27px;
  }

  .column-card__box {
    margin: 0 0 27px;
  }

  .border-radius {
    border-radius: 20px;
  }

  .padding {
    padding: 56px 34px;
  }

  .column-h4 {
    font-size: 30px;
    padding: 0 0 48px;
    margin: 0 0 44px;
  }

  .column-h4 + p {
    font-size: 27px;
    margin: 0;
  }

  .dot-h4 {
    font-size: 30px;
    margin: 0 0 108px;
  }

  .dot-h4::before {
    width: 60px;
    height: 18px;
    bottom: -64px;
  }

  .dot-h4 + p {
    font-size: 28px;
  }

  .margin {
    margin: 0 0 28px;
  }

  .list-box {
    row-gap: 32px;
    margin: 0 0 64px;
  }

  .list-item ul {
    margin: 0 0 24px;
  }

  .list-item li {
    font-size: 28px;
  }

  .list-item ul + p {
    font-size: 28px;
  }

  .section2 figure + p {
    font-size: 24px;
    margin: 32px 0 0;
  }

  .section3 {
    padding: 160px 0;
  }

  .section3 h4 {
    font-size: 28px;
    margin: 0 0 108px;
  }

  .section3 h4::before {
    width: 80px;
    height: 18px;
    bottom: -60px;
    left: 0;
  }

  .section3 p {
    font-size: 28px;
  }

  .section4 {
    padding: 160px 0;
  }

  .ttl-accent {
    font-size: 30px;
    padding: 0 0 0 44px;
  }

  .ttl-accent::before {
    width: 26px;
    height: 26px;
    top: 10px;
    left: 0;
    margin: 0 0 66px;
  }

  .section4 h4 {
    font-size: 30px;
    margin: 0 0 32px;
  }

  .section4 p {
    font-size: 24px;
    margin: 0 0 48px;
  }

  .section4 h4 + p {
    margin: 0 0 64px;
  }

  /* ボタン */
  .wp-block-button:has(.wp-block-button__link) {
    margin: 80px 0 0 !important;
  }

  .wp-block-button__link {
    font-size: 24px !important;
    height: 90px;
    padding: 22px 158px 22px 44px !important;
    font-size: 28px;
  }

  .wp-block-button__link::before {
    width: 80px;
    height: 80px;
    right: 5px;
  }

  /* 記事一覧 */
  .page-service {
    margin: 0 0 240px;
    scroll-margin-top: 200px;
  }

  .page-service__ttl {
    font-size: 32px;
    padding: 0 0 56px 120px;
  }

  .page-service__ttl--01::before {
    width: 88px;
    height: 67px;
    top: -5px;
    left: 0;
  }

  .page-service__ttl--02::before {
    width: 120px;
    height: 120px;
    top: -6px;
    left: 0;
  }

  .page-service__ttl--03::before {
    width: 120px;
    height: 120px;
    top: -6px;
    left: 0;
  }

  .page-service__sub-ttl {
    font-size: 30px;
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 769px) {
  /* BPOサービスーpc
        ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .page-parent-ttl {
    font-size: 20px;
    padding: 15px 21px;
    margin: 0 0 80px;
  }

  .page-top__img {
    max-width: 1320px;
    aspect-ratio: 1320 / 784;
  }

  .inner-cont {
    /* padding: 0; */
  }

  .page-top__ttl-list::before {
    display: inline-block;
    content: "";
    width: 69px;
    height: 51px;
    background-image: url(../../images/service/service-section-icon04.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -90px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .section1 {
    margin: 0 0 120px;
    padding: 0 44px 0;
  }

  .section1 p {
    font-size: 18px;
    margin: 0 0 32px;
  }

  .section1 figure {
    margin: 64px 0;
  }

  .section2 {
    padding: 120px 0;
  }

  .h3-cont {
    margin: 0 0 60px;
  }

  .h3-ttl {
    font-size: 48px;
    margin: 0 0 30px;
  }

  .section2 p {
    font-size: 18px;
    margin: 0 0 64px;
  }

  .section2 p {
    font-size: 18px;
    margin: 0 0 80px;
  }

  .column-card__group {
    margin: 0 0 24px;
  }

  .column-card__box {
    margin: 0 0 24px;
  }

  .padding {
    padding: 40px 20px;
  }

  .column-h4 {
    font-size: 20px;
    padding: 0 0 32px;
    margin: 0 0 32px;
  }

  .column-h4 + p {
    font-size: 16px;
    margin: 0;
  }

  .dot-h4 {
    font-size: 20px;
    margin: 0 0 70px;
  }

  .dot-h4::before {
    width: 48px;
    height: 12px;
    bottom: -42px;
  }

  .dot-h4 + p {
    font-size: 20px;
    margin: 0;
  }

  .wp-block-list:has(.wp-block-group__inner-container) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-item ul {
    display: inline-block;
    font-size: 20px;
    margin: 0;
    width: auto;
  }

  .list-item li {
    font-size: 20px;
  }

  .list-item ul + p {
    font-size: 20px;
    width: auto;
  }

  .padding-column100 {
    padding: 0 100px;
  }

  .section2 figure + p {
    font-size: 16px;
    margin: 24px 0 0;
  }

  .wp-block-columns.img-txt-column {
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
  }

  .section3 {
    padding: 80px 0;
  }

  .section3 h4 {
    font-size: 24px;
    margin: 0 0 73px;
  }

  .section3 h4::before {
    width: 30px;
    height: 12px;
    bottom: -50px;
    left: 0;
  }

  .section3 p {
    font-size: 18px;
  }

  .section3 img {
    width: 100%;
    height: auto;
    aspect-ratio: 144 / 95;
  }

  .section4 p {
    font-size: 18px;
    margin: 0 0 24px;
  }

  .section4 h4 {
    font-size: 24px;
    margin: 0 0 82px;
    font-weight: 700;
  }

  .section4 h4 + p {
    padding: 0 0 0 20px;
    margin: 0 0 50px;
  }

  .ttl-accent {
    font-size: 20px !important;
    padding: 0 0 0 30px;
  }

  .ttl-accent::before {
    width: 18px;
    height: 18px;
    top: 10px;
    left: 0;
    margin: 0;
  }

  .service-column {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .service-column > .wp-block-column:nth-of-type(1) {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    width: 40%;
  }

  .service-column > .wp-block-column:nth-of-type(2) {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    width: 60%;
  }

  p.name {
    font-size: 16px;
    color: var(--color03);
    padding: 0;
    margin: 0;
  }

  .wp-block-button:has(.wp-block-button__link) {
    margin: 48px 0 0 !important;
  }

  .wp-block-button__link {
    font-size: 15px !important;
    height: 72px;
    padding: 29px 136px 29px 44px !important;
  }

  .wp-block-button__link::before {
    width: 56px;
    height: 56px;
    right: 5px;
  }

  /* 記事一覧 */
  .page-service__ttl {
    font-size: 32px;
    padding: 0 0 48px 113px;
    margin: 0 0 50px;
  }

  .page-service__ttl--01::before {
    width: 80px;
    height: 80px;
    top: 6px;
  }

  .page-service__ttl--02::before {
    width: 80px;
    height: 80px;
    top: 6px;
  }

  .page-service__ttl--03::before {
    width: 80px;
    height: 80px;
    top: 6px;
  }

  .page-service__sub-ttl {
    font-size: 20px;
    margin: 24px 0 0;
  }

  .page-service__ttl--01::before {
    width: 80px;
    height: 80px;
    top: -10px;
  }

  .column-article__list {
    margin: 0;
  }

  .page-service {
    margin: 0 0 120px;
    padding: 180px 0 0;
    overflow: hidden;
  }
  .is-layout-flex {
    flex-direction: row;
  }
  .section3 .h3-cont .wp-block-column.is-layout-flow {
    width: 50%;
  }
}
