@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/* ===============================
HEADER
================================== */
main {
  .f-oswald {
    font-family: "Oswald", sans-serif;
  }
}

.img__page__header.__business {
  background: url(../images/business-net/business_head.jpg) no-repeat top center / cover;
}

.__business .page__header__txt {
    background: url(../images/business-net/business_title.png) no-repeat top right / contain;
}

@media screen and (max-width: 767px) {
  .img__page__header.__business {
  background: url(../images/business-net/business_head_sp.jpg) no-repeat top center / cover;
  }
  .__business .page__header__txt {
    background: url(../images/business-net/business_title_sp.png) no-repeat top right / contain;
  }
}

/* ===============================
MAIN
================================== */
.business__intro {
  padding: 100px 0 80px;
  & > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .txt__wrap {
    width: 48%;
    p {
      margin: 0 !important;
      text-align: left;
      font-size: 18px;
    }
  }
}

.business__intro__title {
  margin: 0 auto 30px;
}

.business__intro__img {
  margin: 0;
  width: 48%;
  &.visible-sp {
    display: none;
  }
}

.business__merit {
  padding: 100px 0;
  position: relative;
  &::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #166cb6 42%, #125895);
    position: absolute;
    top: 0;
    z-index: -1;
  }
  & > .container {
    max-width: 1230px;
  }
}

.side__dots__title {
  text-align: center;
  color: #FFF;
  font-size: clamp(30px, 2.8vw, 42px);
  font-weight: bold;
  margin: 0 auto 50px;
  .dots {
    padding: 0 21px;
    display: inline-block;
    vertical-align: 3px;
    position: relative;
    &::before, &::after {
      content: "";
      width: 8px;
      height: 8px;
      background: #e60012;
      position: absolute;
      top: calc(50% - 0.05rem);
      transform: translate(0, -50%);
    }
    &::before {
      left: 0;
    }
    &::after {
      right: 5px;
    }
    .sp {
      display: none;
    }
  }
}

.merit__item__list {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
  li {
    width: 30.58%;
    color: #FFF;
    & + li {
      margin-left: 4.13%;
    }
  }
}

.merit__item__img {
  width: 91.9%;
  display: block;
  margin: 0 auto 30px;
}

.merit__item__title {
  font-size: clamp(24px, 2.13vw, 32px);
  font-weight: bold;
  text-align: center;
  span {
    font-size: 75%;
    display: block;
  }
}

.merit__item__text {
  font-size: 16px;
  margin: 0 !important;
  .note {
    font-size: 14px;
  }
}

.business__function {
  padding: 100px 0;
  background: url(../images/business-net/function-bg.webp) repeat-y left top / 100% auto;
  & > .container {
    max-width: 1230px;
  }
}

.business__function__title {
  font-size: clamp(30px, 2.8vw, 42px);
  color: #0b308e;
  text-align: center;
  margin: 0 auto 45px;
}

.function__item__list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  li {
    width: 32.23%;
    margin-right: 1.65%;
    border: 2px solid #0b308e;
    background: #FFF;
    border-radius: 16px;
    padding-bottom: 40px;
    &:nth-child(3n) {
      margin-right: 0;
    }
    &:nth-child(n + 4) {
      margin-top: 20px;
    }
  }
}

.function__item__title {
  font-size: clamp(20px, 1.6vw, 24px);
  background: #0b308e;
  color: #FFF;
  border-radius: 13px 13px 0 0;
  padding: 21px 0 25px;
  text-align: center;
}

.function__item__img {
  width: 89.74%;
  display: block;
  margin: 30px auto;
}

.function__item__text {
  padding: 0 8.97%;
  margin: 0 !important;
}

.business__voice {
  padding: 100px 0;
}

.business__voice__title {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #0b308e;
  .marker {
    background: linear-gradient(transparent 60%, #fce06c 0);
    color: #e60012;
    line-height: 1;
    font-size: 32px;
    padding: 0 6px;
    .count {
      font-size: 42px;
      font-weight: 500;
      padding: 0 5px 0 0;
    }
  }
  .box__3d {
    display: inline-block;
    background: #ddedf6;
    line-height: 1;
    font-size: 32px;
    padding: 9px 26px;
    margin: 0 15px;
    position: relative;
    &::before {
      content: "";
      width: 100%;
      height: 100%;
      background: #0c3284;
      position: absolute;
      z-index: -1;
      top: 4px;
      left: 4px;
    }
    .count {
      font-size: 42px;
      font-weight: 500;
      padding: 0 5px 0 0;
    }
  }
  & + p {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #333;
    margin: 0.3em auto 0;
  }
}

.voice__logo__list {
  list-style: none;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 40px auto 50px !important;
  li {
    margin-bottom: 20px;
    margin-right: 13px;
    &:nth-child(4n) {
      margin-right: 0;
    }
    img {
      height: 80px;
    }
  }
}

.slider__wrap {
  margin-top: 40px;
}

.voice__slider {
  list-style: none;
  padding: 0 !important;
  .slide-arrow {
    width: 50px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 2;
    transition: 0.25s;
  }
  .next-arrow {
    right: calc(20% - 25px);
  }
  .prev-arrow {
    left: calc(20% - 25px);
  }
  .slick-dots {
    bottom: -80px;
    padding: 0 !important;
    li {
      margin: 0 4px;
      button {
        &::before {
          font-size: 18px;
          color: #c3c3c3;
          opacity: 1;
        }
      }
      &.slick-active {
        button {
          &::before {
            color: #29abe2;
          }
        }
      }
    }
  }
}

.voice__slider__item {
  background: #f2f6f8;
  border-radius: 16px;
  padding: 40px;
  margin: 0 25px;
  .text__wrap {
    padding-left: 42.7%;
    position: relative;
    background: #FFF;
    padding: 25px 30px 20px;
    margin-bottom: 30px;
    & > img {
      width: 39.13%;
      position: absolute;
      left: 0;
      top: 0;
    }
  }
  .scroll__wrap {
    height: 75vh;
    padding-right: 10px;
    overflow-y: auto;
    &::-webkit-scrollbar {
      width: 10px;
      background: #FFF;
      padding: 0 2px;
      margin: 0 0 0 15px;
      background-repeat: 20px;
    }
    &::-webkit-scrollbar-thumb {
      background-color: #bfbfbf;
      border-right: 2px solid transparent;
      border-left: 2px solid transparent;
      background-clip: padding-box;
      border-radius: 20px;
    }
    @media screen and (max-width: 900px) {
      height: 100vw;
    }
  }
  &.no-img {
    .text__wrap {
      padding: 25px 30px 20px;
    }
  }
}

.voice__slider__title {
  font-size: clamp(20px, 2.13vw, 32px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #0b308e;
  margin: 0 auto 25px;
}

.voice__slider__detail {
  display: flex;
  align-items: baseline;
  .news__detail__contents & {
    margin: 0;
  }
  & + .voice__slider__detail {
    margin-top: 10px;
  }
  span {
    min-width: 100px;
    text-align: center;
    display: inline-block;
    background: #FFF;
    border: 1px solid #0b308e;
    padding: 3px 14px 0;
    margin-right: 10px;
  }
  a {
    text-decoration: none;
    word-break: break-all;
  }
  & + p {
    font-size: 15px;
    margin: 15px 0 0;
  }
}

.qa__item {
  & + .qa__item {
    margin-top: 25px;
  }
}

.qa__title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5 !important;
  padding: 0 0 8px;
  margin: 0 auto 10px !important;
  border-bottom: 1px solid #0b308e;
  &::before {
    content: "";
    width: 25px;
    aspect-ratio: 1 / 1;
    background: url(../images/business-net/icon-comment.png) no-repeat center / cover;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 8px 0 0;
  }
}

.qa__answer {
  font-size: 15px;
  line-height: 1.5;
  &:last-of-type {
    margin-bottom: 0;
  }
}

.business__contact {
  p {
    margin: 0 !important;
    font-size: clamp(20px, 1.6vw, 24px);
    text-align: center;
    font-weight: bold;
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  .business__intro__img {
    &.visible-pc {
      display: none;
    }
    &.visible-sp {
      display: block;
    }
  }
  .business__intro {
    padding: 45px 0 50px;
    .txt__wrap {
      width: 100%;
      p {
        font-size: 16px;
      }
    }
  }
  .business__intro__title {
    margin: 0 auto 25px;
  }
  .business__intro__img {
    margin: 0 auto 25px;
    width: 100%;
  }
  .business__merit {
    padding: 50px 0;
  }
  .side__dots__title {
    font-size: clamp(16px, 4.8vw, 18px);
    margin: 0 auto 25px;
    & > .dots {
      &::before, &::after {
        content: none;
      }
    }
    .dots {
      &::before, &::after {
        width: 6px;
        height: 6px;
      }
      .sp {
        display: inline-block;
        font-size: 24px;
        margin-top: 10px;
      }
    }
  }
  .merit__item__list {
    li {
      width: 100%;
      & + li {
        margin-top: 30px;
      }
    }
  }
  .merit__item__img {
    width: 71.64%;
    margin: 0 auto 15px;
  }
  .merit__item__title {
    .news__detail__contents & {
      margin-bottom: 15px;
    }
  }
  .merit__item__text {
    font-size: 14px;
    .note {
      font-size: 12px;
    }
  }
  .business__function {
    padding: 50px 0;
    background: url(../images/business-net/function-bg.webp) repeat-y left top / 1800px auto;
  }
  .business__function__title {
    font-size: 24px;
    margin: 0 auto 30px;
    strong {
      display: block;
      font-size: 32px;
      margin: 18px 0 0;
    }
  }
  .function__item__list {
    li {
      width: 100%;
      border-radius: 12px;
      padding-bottom: 25px;
      & + li {
        margin-top: 20px;
      }
    }
  }
  .function__item__title {
    border-radius: 10px 10px 0 0;
    padding: 11px 0 14px;
  }
  .function__item__img {
    width: 87.5%;
    margin: 20px auto 15px;
  }
  .function__item__text {
    font-size: 14px;
    padding: 0 5.67%;
  }
  .business__voice {
    padding: 50px 0;
  }
  .business__voice__title {
    font-size: clamp(20px, 6.4vw, 24px);
    .marker {
      font-size: clamp(20px, 6.4vw, 24px);
      .count {
        font-size: clamp(26px, 8.5vw, 32px);
      }
    }
    .box__3d {
      font-size: clamp(20px, 6.4vw, 24px);
      padding: 6px 6px;
      margin: 0 10px 0 5px;
      .count {
          font-size: clamp(26px, 8.5vw, 32px);
          padding: 0 5px 0 0;
      }
    }
    & + p {
      font-size: clamp(16px, 5.33vw, 20px);
      letter-spacing: 0;
      margin: 0.7em auto 0;
    }
  }
  .voice__logo__list {
    margin: 30px auto 20px !important;
    li {
      width: 48.21%;
      margin-bottom: 10px;
      margin-right: 1.79%;
      &:nth-child(even) {
        margin-right: 0;
      }
      &:nth-child(3n) {
        margin-right: 1.79%;
      }
      img {
        /* height: clamp(30px, 9.6vw, 35px); */
        height: auto;
      }
    }
  }
  .slider__wrap {
    margin-top: 30px;
  }
  .voice__slider {
    .slick-dots {
      li {
        margin: 0;
        & button {
          &::before {
              font-size: 14px;
          }
        }
      }
    }
    .slide-arrow {
      width: 40px;
      top: auto;
      bottom: -80px;
    }
    .prev-arrow {
      left: 20px;
    }
    .next-arrow {
      right: 20px;
    }
  }
  .voice__slider__item {
    margin: 0 20px;
    padding: 30px 15px;
    .text__wrap {
      padding: 20px 4.5% 12px;
      margin-bottom: 15px;
      & > img {
        position: initial;
        width: 100%;
        margin-bottom: 25px;
      }
    }
    &.no-img {
      .text__wrap {
        padding: 20px 4.5% 12px;
      }
    }
    p {
      font-size: 14px;
    }
  }
  .voice__slider__title {
    text-align: left;
    font-size: clamp(18px, 5.17vw, 20px);
    margin: 0 auto 15px;
  }
  .voice__slider__detail {
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    span {
      min-width: 75px;
      font-size: 14px;
      padding: 1px 13px 0;
      margin-top: -3px;
    }
  }
  .qa__title {
    .news__detail__contents & {
      font-size: clamp(14px, 4.27vw, 16px);
    }
    &::before {
      width: 21px;  
    }
  }
  .business__contact {
    padding-top: 20px;
    p {
      font-size: 20px;
    }
  }
}