@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
main a:hover, main a img:hover {
  opacity: unset;
}

.main_visual {
  position: relative;
  margin-bottom: 20px;
  margin-top: 70px;
  /* 961- */
}
@media screen and (min-width: 961px) {
  .main_visual {
    margin-top: 0;
  }
}
.main_visual p {
  text-align: 15px;
  text-align: right;
  font-weight: 600;
  margin-right: 20px;
}
.main_visual .main_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  color: #fff;
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  /* 751- */
}
@media all and (min-width: 751px) {
  .main_visual .main_catch {
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    font-size: 2.8vw;
  }
}
.main_visual .main_catch span {
  display: block;
  font-size: 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  .main_visual .main_catch span {
    font-size: 3.8vw;
    margin: 20px auto 40px;
  }
}

.bpo_service_ttl {
  text-align: center;
  font-size: 24px;
  color: #495839;
  font-weight: 600;
  border: none;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  .bpo_service_ttl {
    font-size: 34px;
    padding-bottom: 40px;
  }
}

.bpo_service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* -750 */
}
@media all and (max-width: 750px) {
  .bpo_service_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bpo_service_list > li {
  padding: 20px 10px;
  /* 751- */
  /* -750 */
}
@media all and (min-width: 751px) {
  .bpo_service_list > li {
    padding: 30px 40px;
    border-right: 1px solid #313131;
  }
  .bpo_service_list > li:first-child {
    border-left: 1px solid #313131;
  }
}
@media all and (max-width: 750px) {
  .bpo_service_list > li {
    width: 50%;
  }
}
.bpo_service_list > li img {
  width: 110px;
  display: block;
  margin: 0 auto;
}
.bpo_service_list > li span {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0;
  text-align: center;
  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;
  min-height: 3em;
  /* 751- */
}
@media all and (min-width: 751px) {
  .bpo_service_list > li span {
    font-size: 22px;
    margin: 20px 0;
  }
}
.bpo_service_list > li ul li {
  text-align: center;
  font-size: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .bpo_service_list > li ul li {
    font-size: 16px;
  }
}

.strong_point {
  background: #CEDCC0;
  text-align: center;
  margin: 80px 0 0;
  font-size: 25px;
  font-weight: 600;
  padding: 0 0 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .strong_point {
    font-size: 34px;
  }
}
.strong_point span {
  display: block;
  background: #495839;
  font-size: 20px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
  padding: 2px 20px;
  border-radius: 30px;
  position: relative;
  top: -18px;
}

.strong_detail {
  padding: 40px 0 80px;
}
.strong_detail:nth-child(even) {
  background: #F1F6EB;
}
.strong_detail .strong_ttl {
  font-size: 23px;
  font-weight: 600;
  border: none;
  text-align: center;
  position: relative;
  padding: 20px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .strong_detail .strong_ttl {
    padding: 100px 0;
    font-size: 28px;
  }
}
.strong_detail .strong_ttl span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  color: #CEDCC0;
  font-size: 200px;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 0;
  /* -750 */
}
@media all and (max-width: 750px) {
  .strong_detail .strong_ttl span {
    font-size: 140px;
    position: absolute;
    top: -11%;
  }
}
.strong_detail .strong_ttl p {
  position: relative;
  z-index: 1;
}
.strong_detail .strong_note {
  text-align: center;
  font-size: 16px;
}
.strong_detail .strong_service {
  /* 961- */
}
@media screen and (min-width: 961px) {
  .strong_detail .strong_service {
    padding: 0 50px;
  }
  .strong_detail .strong_service img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}
.strong_detail .strong_service li {
  position: relative;
}
.strong_detail .strong_service li:first-child {
  margin: 50px 0 80px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .strong_detail .strong_service li:first-child {
    margin: 50px 0 140px;
  }
}
.strong_detail .strong_service li:first-child::after {
  content: "";
  position: absolute;
  background: #A9C190;
  height: 25px;
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 751- */
}
@media all and (min-width: 751px) {
  .strong_detail .strong_service li:first-child::after {
    bottom: -78px;
  }
}
.strong_detail .strong_woman {
  margin: 60px auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  .strong_detail .strong_woman {
    width: 500px;
  }
}
.strong_detail .schdule {
  /* 751- */
  /* -750 */
}
@media all and (min-width: 751px) {
  .strong_detail .schdule {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.strong_detail .schdule p {
  font-size: 16px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .strong_detail .schdule p {
    font-size: 12px;
  }
}
@media all and (max-width: 750px) {
  .strong_detail .schdule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.strong_detail .backup {
  /* 751- */
}
@media all and (min-width: 751px) {
  .strong_detail .backup {
    margin-top: 40px;
  }
}
.strong_detail .backup .backup_ttl {
  background: #495839;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2px 20px;
  border-radius: 30px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .strong_detail .backup .backup_ttl {
    font-size: 23px;
    margin-top: 40px;
  }
}
.strong_detail .backup .backup_wrap {
  margin: 20px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .strong_detail .backup .backup_wrap {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
}
.strong_detail .backup .backup_wrap .backup_box {
  /* 751- */
}
@media all and (min-width: 751px) {
  .strong_detail .backup .backup_wrap .backup_box {
    width: 380px;
  }
}
.strong_detail .backup .backup_wrap .backup_box .backup_text {
  text-align: center;
  padding: 16px;
  font-size: 16px;
  background: #fff;
  border: 4px dashed #888888;
  border-radius: 5px;
}
.strong_detail .backup .backup_wrap .backup_box .backup_text span {
  font-weight: 600;
  color: #A72128;
}

.strong_flow {
  margin: 40px 0 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .strong_flow {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.strong_flow li {
  width: 300px;
  position: relative;
  /* -750 */
}
@media all and (max-width: 750px) {
  .strong_flow li {
    margin: 0 auto;
  }
  .strong_flow li:not(:last-child) {
    margin: 0 auto 80px;
  }
}
.strong_flow li .flow_image {
  width: 100px;
  margin: 0 auto;
}
.strong_flow li span {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}
.strong_flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  background: #A9C190;
  height: 25px;
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  /* 751- */
  /* -750 */
}
@media all and (min-width: 751px) {
  .strong_flow li:not(:last-child)::after {
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
@media all and (max-width: 750px) {
  .strong_flow li:not(:last-child)::after {
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.case_study {
  background: #F1F6EB;
  margin: 80px 0 0;
  padding: 0 0 30px;
}
.case_study .case_study_ttl {
  display: block;
  background: #495839;
  font-size: 20px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
  padding: 2px 20px;
  border-radius: 30px;
  position: relative;
  top: -18px;
  margin-bottom: 40px;
}
.case_study .note-card {
  background: #fff;
}