@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@media screen and (min-width: 769px) {
  .page-bpo .main {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-bpo .Breadcrumb {
    margin: 0 0 10px;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.bpo_section {
  padding: 100px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  color: #000;
}
.bpo_section img {
  height: auto;
}
.bpo_section_title {
  margin-bottom: 16px;
  font-family: YuMincho, "游明朝体", "Yu Mincho", serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 150%;
  color: #590302;
  text-align: center;
}
.bpo_section_title-small {
  margin-bottom: 40px;
  font-family: YuMincho, "游明朝体", "Yu Mincho", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 150%;
  color: #000;
  text-align: center;
}
.bpo_section_h3 {
  margin-bottom: 16px;
  font-family: YuMincho, "游明朝体", "Yu Mincho", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 150%;
  color: #000;
  text-align: center;
}
.bpo_section .container {
  position: relative;
  z-index: 1;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .bpo_section {
    padding: 65px 0;
  }
  .bpo_section img {
    width: auto;
    max-width: 100%;
  }
  .bpo_section_title {
    font-size: 32px;
  }
  .bpo_section_title-small {
    font-size: 28px;
  }
  .bpo_section_h3 {
    font-size: 24px;
  }
  .bpo_section_title-small {
    margin-bottom: 24px;
  }
  .bpo_section .container {
    max-width: 100%;
  }
}

.bpo-intro {
  background: url(../../assets/img/bpo/intro_bg.png) no-repeat center/cover;
  color: #fff;
}
.bpo-intro .bpo_section_title {
  color: #fff;
}
.bpo-intro_pic {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .bpo-intro_pic {
    margin-top: 30px;
  }
}

.bpo-feature {
  position: relative;
  background: url(../../assets/img/bpo/feature_bg_top.png) no-repeat top center/auto, url(../../assets/img/bpo/feature_bg_bottom.png) no-repeat bottom center/auto;
}
.bpo-feature .bpo_section_title {
  margin-bottom: 64px;
}
.bpo-feature_intro {
  margin-bottom: 100px;
}
.bpo-feature:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #DADADA;
  opacity: 0.3;
  content: "";
}
@media screen and (max-width: 768px) {
  .bpo-feature_intro {
    margin-bottom: 40px;
  }
}

.bpo-feature_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
.bpo-feature_box_list li {
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 768px) {
  .bpo-feature_box_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bpo-feature_box_list li {
    width: 100%;
  }
}

.bpo-feature_box {
  position: relative;
  padding: 24px;
  height: 100%;
  background: #fff;
}
.bpo-feature_box_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  border-radius: 50%;
  border: 1px solid #590302;
  font-weight: bold;
  color: #590302;
}
.bpo-feature_box_label .number {
  display: block;
  font-family: Montserrat;
  font-size: 22px;
}
.bpo-feature_box_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #000;
  text-align: center;
}
.bpo-feature_box_pic {
  margin-top: 16px;
}
.bpo-feature_box_desc {
  margin-top: 16px;
}

.bpo-feature_box-team {
  margin-top: 40px;
}
.bpo-feature_box-team_title {
  position: absolute;
  top: 64px;
  left: 64px;
  padding-left: 16px;
  border-left: 5px solid #590302;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .bpo-feature_box-team_title {
    position: static;
  }
  .bpo-feature_box-team_pic {
    margin-right: -24px;
    margin-left: -24px;
  }
}

.cta_box {
  padding: 24px;
  border: 1px solid #590302;
  background: url(../../assets/img/bpo/cta_box_bg.png) no-repeat center center/cover;
}
.cta_box_inner {
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
}
.cta_box_title {
  margin-bottom: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 150%;
  color: #000;
  text-align: center;
}
.cta_box_catch {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #590302;
  text-align: center;
}
.cta_box_desc {
  margin-top: 16px;
  text-align: center;
}
.cta_box_notes {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta_box {
    padding: 16px;
    background-image: url(../../assets/img/bpo/cta_box_bg_sp.png);
  }
  .cta_box_inner {
    padding: 40px 16px;
  }
  .cta_box_catch {
    font-size: 20px;
  }
  .cta_box_notes {
    font-size: 12px;
    line-height: 150%;
  }
}

.cta_box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  max-width: 420px;
  width: 100%;
  background: #590302;
  border-radius: 40px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.cta_box_btn:after {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../assets/img/bpo/icon_btn.svg) no-repeat center center/cover;
  content: "";
}
@media screen and (max-width: 768px) {
  .cta_box_btn {
    font-size: 14px;
    line-height: 150%;
  }
}

.bpo-voice {
  background: url(../../assets/img/bpo/voice_bg.png) no-repeat center center/cover;
  color: #fff;
}
.bpo-voice .bpo_section_title-small {
  color: #fff;
}

.voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 40px;
}
.voice_list li {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .voice_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .voice_list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.voice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.voice_box_pic {
  margin-bottom: 16px;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
.voice_box_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voice_box_title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .voice_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .voice_box_pic {
    margin-bottom: 8px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .voice_box_title {
    margin-bottom: 8px;
  }
}

.bpo-step {
  background: rgba(218, 218, 218, 0.3);
}

.step_list li:not(:last-child):after {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background-color: #D9D9D9;
  margin: 24px auto;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.step_box {
  padding: 24px;
  background: #fff;
  text-align: center;
}
.step_box_number {
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  font-family: Montserrat;
  color: #590302;
}
.step_box_title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .step_box_number {
    margin-bottom: 12px;
  }
  .step_box_title {
    font-size: 18px;
  }
  .step_box_desc {
    text-align: left;
  }
}

.bpo-faq {
  background: rgba(218, 218, 218, 0.3);
}

.faq_box:not(:last-of-type) {
  margin-bottom: 30px;
}
.faq_box_title {
  padding: 12px 24px;
  background: #590302;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
}
.faq_box_answer {
  padding: 24px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .faq_box_title {
    font-size: 16px;
  }
}

.section_bnr {
  padding: 0 15px;
}