@charset "UTF-8";
:root {
  --sds-typography-weight-semibold: 600;
}

.header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 961px) {
  .header {
    left: calc(100% - 480px);
  }
}
@media screen and (max-width: 1280px) and (min-width: 961px) {
  .header {
    left: calc(100% - 420px);
  }
}

.header__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 961px) {
  .header:has(.active) {
    right: 60px;
    left: auto;
  }
}
.bpo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .bpo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bpo-main-area {
  position: relative;
  padding-bottom: 160px;
}
@media screen and (min-width: 961px) {
  .bpo-main-area {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 1280px) and (min-width: 961px) {
  .bpo-main-area {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 960px) {
  .bpo-main-area {
    padding-bottom: 50px;
  }
}

.bpo .inner {
  max-width: 1030px;
}
@media screen and (max-width: 1366px) {
  .bpo .inner {
    padding-inline: 5.8%;
  }
}

.bpo .section-title--en {
  font-size: 60px;
}

/* ===================================
 * MV
 * =================================== */
@media screen and (max-width: 960px) {
  .mv {
    margin-bottom: 50px;
  }
}

.mv__content {
  position: relative;
}

@media screen and (max-width: 960px) {
  .mv__img img {
    height: 440px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 67%;
       object-position: 67%;
  }
}

.mv__box {
  padding: 0 20px;
  background: #A32C00;
  position: absolute;
  bottom: 70px;
  left: 100px;
  height: 241px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .mv__box {
    padding: 0 1.4641288433vw;
    bottom: 5.1244509517vw;
    left: 7.3206442167vw;
    height: 17.6427525622vw;
  }
}
@media screen and (max-width: 1280px) {
  .mv__box {
    bottom: 3.6603221083vw;
    left: 3.6603221083vw;
  }
}
@media screen and (max-width: 960px) {
  .mv__box {
    padding: 0 50px 20px;
    height: auto;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }
}

.mv__title {
  margin-top: 57px;
  font-family: "Roboto Slab";
  font-size: 65px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3692307692;
}
@media screen and (max-width: 1366px) {
  .mv__title {
    margin-top: 4.1727672035vw;
    font-size: 4.7584187408vw;
  }
}
@media screen and (max-width: 960px) {
  .mv__title {
    margin-top: 30px;
    font-size: 50px;
  }
}
.mv__title .bold {
  margin-right: 20px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .mv__title .bold {
    margin-right: 1.4641288433vw;
  }
}
@media screen and (max-width: 960px) {
  .mv__title .bold {
    margin-right: 10px;
  }
}
.mv__title .bold::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 48px;
  background: #fff;
}
@media screen and (max-width: 1366px) {
  .mv__title .bold::after {
    right: -1.4641288433vw;
    width: 0.1464128843vw;
    height: 3.513909224vw;
  }
}
@media screen and (max-width: 960px) {
  .mv__title .bold::after {
    right: -10px;
    width: 1px;
    height: 30px;
  }
}

.mv__text {
  color: #FFF;
  text-align: right;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .mv__text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 960px) {
  .mv__text {
    font-size: 14px;
    text-align: center;
  }
}

/* ===================================
 * Benefit
 * =================================== */
.benefit__title,
.evidence__title {
  margin: 60px 0 35px;
  padding: 0 75px;
  color: #000;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6176470588;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .benefit__title,
  .evidence__title {
    padding: 0 5.4904831625vw;
  }
}
@media screen and (max-width: 960px) {
  .benefit__title,
  .evidence__title {
    margin-inline: auto;
    padding: 0 40px;
    font-size: 20px;
    line-height: 1.2;
  }
}
.benefit__title::before, .benefit__title::after,
.evidence__title::before,
.evidence__title::after {
  content: "";
  position: absolute;
  color: #000;
  font-family: "Roboto Slab";
  font-size: 160px;
  font-style: normal;
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .benefit__title::before, .benefit__title::after,
  .evidence__title::before,
  .evidence__title::after {
    font-size: 90px;
  }
}
.benefit__title::before,
.evidence__title::before {
  content: "[";
  left: 0;
}
.benefit__title::after,
.evidence__title::after {
  content: "]";
  right: 0;
}

.benefit__box {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1366px) {
  .benefit__box {
    gap: 2.9282576867vw;
  }
}
@media screen and (max-width: 960px) {
  .benefit__box {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.benefit__content {
  padding-top: 18px;
  padding-left: 154px;
  max-width: 64%;
}
@media screen and (max-width: 1366px) {
  .benefit__content {
    padding-left: 11.2737920937vw;
  }
}
@media screen and (max-width: 960px) {
  .benefit__content {
    padding-left: 0;
    max-width: 100%;
  }
}

.benefit__text {
  color: #000;
  line-height: 1.875;
}

.benefit__img {
  max-width: 36%;
}
@media screen and (max-width: 960px) {
  .benefit__img {
    margin: auto;
    max-width: 80%;
  }
}

.benefit__add {
  margin-top: -50px;
}
@media screen and (max-width: 1280px) {
  .benefit__add {
    margin-top: 50px;
  }
}

.benefit__add-title,
.advantage__add-title {
  padding: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000005;
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.0882352941;
  width: 100%;
  max-width: 596px;
}
@media screen and (max-width: 960px) {
  .benefit__add-title,
  .advantage__add-title {
    margin: auto;
    padding: 12px 24px;
    font-size: 26px;
    text-align: center;
    max-width: 100%;
  }
}

.benefit__add-list,
.advantage__add-list {
  margin-top: 60px;
  margin-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1366px) {
  .benefit__add-list,
  .advantage__add-list {
    margin-left: 5.1244509517vw;
    gap: 7.3206442167vw;
  }
}
@media screen and (max-width: 960px) {
  .benefit__add-list,
  .advantage__add-list {
    margin-top: 30px;
    margin-left: 0;
    gap: 40px;
  }
}

.benefit__add-item,
.advantage__add-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .benefit__add-item,
  .advantage__add-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.benefit__add-number,
.advantage__add-number {
  padding-top: 20px;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.0882352941;
  text-align: right;
}
@media screen and (min-width: 961px) {
  .benefit__add-number,
  .advantage__add-number {
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
  }
}
@media screen and (max-width: 960px) {
  .benefit__add-number,
  .advantage__add-number {
    padding-top: 0;
    text-align: left;
    font-size: 24px;
  }
}
.benefit__add-number .num,
.advantage__add-number .num {
  font-size: 60px;
  line-height: 0.6166666667;
}
@media screen and (max-width: 960px) {
  .benefit__add-number .num,
  .advantage__add-number .num {
    font-size: 48px;
  }
}

.benefit__add-content,
.advantage__add-content {
  padding-top: 20px;
  color: #000;
  border-top: 1px solid #000;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .benefit__add-content,
  .advantage__add-content {
    padding-top: 10px;
  }
}

.benefit__add-item-title,
.advantage__add-item-title {
  color: #A32C00;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3214285714;
}
@media screen and (max-width: 960px) {
  .benefit__add-item-title,
  .advantage__add-item-title {
    font-size: 22px;
  }
}

.benefit__add-text,
.advantage__add-text {
  margin-top: 14px;
  line-height: 1.875;
}

/* ===================================
 * record
 * =================================== */
.record {
  margin: auto;
  max-width: 1260px;
}
.record img {
  width: 100%;
}

/* ===================================
 * 実績
 * =================================== */
@media screen and (min-width: 961px) {
  .evidence .section-title {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.evidence__title {
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .evidence__title {
    font-size: 18px;
  }
}

.evidence__list {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 960px) {
  .evidence__list {
    margin-top: 60px;
    gap: 50px;
  }
}

.evidence__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1366px) {
  .evidence__item {
    gap: 4.39238653vw;
  }
}
@media screen and (max-width: 960px) {
  .evidence__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}

.evidence__img {
  padding-top: 68px;
  width: 44.5%;
}
@media screen and (max-width: 960px) {
  .evidence__img {
    padding-top: 0;
    margin: auto;
    width: 100%;
    max-width: 80%;
  }
}

.evidence__content {
  width: 52.5%;
}
@media screen and (max-width: 960px) {
  .evidence__content {
    width: 100%;
  }
}

.evidence__number {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.0882352941;
}
@media screen and (max-width: 960px) {
  .evidence__number {
    font-size: 24px;
  }
}
.evidence__number .num {
  font-size: 60px;
  line-height: 0.6166666667;
}
@media screen and (max-width: 960px) {
  .evidence__number .num {
    font-size: 48px;
  }
}

.evidence__content-title {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
  color: #A32C00;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3214285714;
}
@media screen and (max-width: 960px) {
  .evidence__content-title {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 22px;
  }
}

.evidence__text {
  margin-top: 14px;
  line-height: 1.875;
}

/* ===================================
 * Advantage
 * =================================== */
.advantage {
  position: relative;
}
.advantage::before {
  background: url(../img/common/common-bg-gray.webp) repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.advantage::after {
  background: url(../img/common/common-logo.svg) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 770px;
  height: 770px;
  left: -112px;
  bottom: 118px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .advantage::after {
    width: 500px;
    height: 500px;
  }
}

.advantage__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .advantage__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.advantage__content {
  margin-top: 40px;
  margin-left: 65px;
  width: 42.2%;
}
@media screen and (max-width: 1366px) {
  .advantage__content {
    margin-left: 4.7584187408vw;
  }
}
@media screen and (max-width: 960px) {
  .advantage__content {
    margin-left: 0;
    width: 100%;
  }
}

.advantage__title,
.feature__title {
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .advantage__title,
  .feature__title {
    font-size: 24px;
    gap: 5px;
  }
}
.advantage__title span,
.feature__title span {
  padding: 5px 15px;
  background: #A32C00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .advantage__title span,
  .feature__title span {
    padding: 3px 10px;
  }
}

.advantage__description {
  margin-top: 30px;
  color: #000;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .advantage__description {
    margin-top: 20px;
  }
}

.advantage__box-img {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .advantage__box-img {
    width: 100%;
    max-width: 90%;
    margin: auto;
  }
}

.advantage__add {
  margin-top: 140px;
}
@media screen and (max-width: 960px) {
  .advantage__add {
    margin-top: 60px;
  }
}

/* ===================================
 * Feature
 * =================================== */
.feature__content {
  margin-top: 30px;
  padding-left: 68px;
}
@media screen and (max-width: 1366px) {
  .feature__content {
    padding-left: 4.9780380673vw;
  }
}
@media screen and (max-width: 960px) {
  .feature__content {
    padding-left: 0;
  }
}

.feature__text {
  margin-top: 40px;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .feature__text {
    margin-top: 20px;
  }
}

.feature__img {
  margin-top: 100px;
  margin-left: 48px;
  max-width: 78%;
}
@media screen and (max-width: 1366px) {
  .feature__img {
    margin-top: 7.3206442167vw;
    margin-left: 3.513909224vw;
  }
}
@media screen and (max-width: 960px) {
  .feature__img {
    margin-top: 30px;
    margin-inline: auto;
  }
}

/* ===================================
 * Column
 * =================================== */
.column .section-title {
  position: relative;
}
.column .section-title::after {
  background: url(../img/service/bpo/column-bg.webp) no-repeat center center/cover;
  content: "";
  position: absolute;
  width: 837px;
  height: 104px;
  right: 9px;
  top: -4px;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  .column .section-title::after {
    width: 61.2737920937vw;
    height: 7.6134699854vw;
    right: 0.6588579795vw;
    top: -0.2928257687vw;
  }
}
@media screen and (max-width: 960px) {
  .column .section-title::after {
    width: 90%;
    height: 77px;
  }
}
.column h3 {
  margin-top: 84px;
  margin-bottom: 15px;
  padding-bottom: 16px;
  padding-right: 40px;
  color: #000005;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9375;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 960px) {
  .column h3 {
    margin-top: 42px;
    font-size: 24px;
    line-height: 1.25;
  }
}
.column h3::before {
  background: #939191;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .column h3::before {
    height: 3px;
  }
}
.column h3::after {
  background: #A32C00;
  content: "";
  width: 87px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .column h3::after {
    height: 3px;
  }
}
.column h4 {
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 8px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  background: #000005;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .column h4 {
    font-size: 20px;
  }
}
.column p {
  margin-top: 14px;
}
.column p + p {
  margin-top: 24px;
}
.column ul {
  margin-top: 24px;
  padding-left: 24px;
}
.column ul li {
  list-style-type: disc;
}
.column ul li::marker {
  font-size: 8px;
}

/* ===================================
 * フォーム
 * =================================== */
.service-side-area {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 340px;
  height: 100vh;
  overflow-y: auto;
  -webkit-box-shadow: 0 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  background: #F0F0F0;
}
@media screen and (max-width: 1280px) {
  .service-side-area {
    width: 280px;
  }
}
@media screen and (max-width: 960px) {
  .service-side-area {
    position: static;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.form-area {
  height: 100%;
  padding: 20px 8.8% 0;
  background: #F0F0F0;
}
@media screen and (max-width: 1280px) {
  .form-area {
    padding-inline: 5%;
  }
}

.form-are-header {
  text-align: center;
}

.form-are-header p:first-of-type {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 40px;
}

.form-are-header p:last-of-type {
  margin: 10px auto 15px;
  padding-bottom: 15px;
  font-size: 13px;
  border-bottom: 1px solid #000005;
  max-width: 241px;
}

.form-are-header p .red {
  color: #F00;
}

input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  margin: 0;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 10px;
}
.wpcf7-list-item input[type=radio] {
  margin-bottom: 2px;
}
.wpcf7-list-item.last {
  margin-right: 0;
}

.wpcf7-list-item-label {
  font-size: 13px;
}

.form-inner {
  padding-bottom: 20px;
}

.form-parts {
  margin-top: 15px;
}

.form-parts.last-border {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.form-parts .form-parts-title {
  margin-bottom: 3px;
  font-weight: 700;
  line-height: normal;
}

.form-parts input[type=text],
.form-parts input[type=email],
.form-parts input[type=tel] {
  outline: none;
  width: 100%;
  padding: 4px 8px;
  background: #fff;
}
.form-parts input[type=text]::-webkit-input-placeholder, .form-parts input[type=email]::-webkit-input-placeholder, .form-parts input[type=tel]::-webkit-input-placeholder {
  font-size: 13px;
}
.form-parts input[type=text]::-moz-placeholder, .form-parts input[type=email]::-moz-placeholder, .form-parts input[type=tel]::-moz-placeholder {
  font-size: 13px;
}
.form-parts input[type=text]:-ms-input-placeholder, .form-parts input[type=email]:-ms-input-placeholder, .form-parts input[type=tel]:-ms-input-placeholder {
  font-size: 13px;
}
.form-parts input[type=text]::-ms-input-placeholder, .form-parts input[type=email]::-ms-input-placeholder, .form-parts input[type=tel]::-ms-input-placeholder {
  font-size: 13px;
}
.form-parts input[type=text]::placeholder,
.form-parts input[type=email]::placeholder,
.form-parts input[type=tel]::placeholder {
  font-size: 13px;
}

.form-parts textarea {
  width: 100%;
  padding: 3px 8px;
  background: #fff;
}

.form-parts a {
  text-decoration: underline;
}

.must {
  margin-left: 5px;
  color: #F00;
  font-weight: 700;
  line-height: normal;
}

.submit-wrap .submitbtn {
  width: 100%;
  height: 42px;
  margin-top: 15px;
  padding: 3px 10px;
  background: #000005;
  border: 1px solid #000005;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submit-wrap .submitbtn:hover {
  background: #fff;
  color: #000005;
}
.submit-wrap .submitbtn:disabled {
  opacity: 0.3;
}

.fixed-cta-contact-wrap {
  display: none;
}