@charset "UTF-8";
/* ============================================================================
   共通スタイル (backoffice.css & contactcenter.css)
   ============================================================================ */

/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  margin-top: 130px;
  padding: 0 40px;
  background: url(/assets/images/common/bg_mv_pc.png) no-repeat top 15px center/cover;
}

.p-mv-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding-left: 220px;
  position: relative;
}

.p-mv-ttl-wrap {
  margin-top: 95px;
}

.p-mv-ttl-jn {
  font-size: 4.4rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-mv-ttl-en {
  color: #0052C5;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-family: "CrimsonText";
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  .p-mv-inner {
    padding-left: 100px;
  }
  .p-mv-img {
    width: 48vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-mv {
    margin-top: 10.156vw;
    padding: 0 3.125vw;
    background: url(/assets/images/common/bg_mv_pc.png) no-repeat top 1.17vw center/cover;
  }
  .p-mv-inner {
    padding-left: 3.9vw;
  }
  .p-mv-ttl-wrap {
    margin-top: 7.42vw;
  }
  .p-mv-ttl-jn {
    font-size: 3.43vw;
  }
  .p-mv-ttl-en {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 18.6666666667vw;
    padding: 0 5.3333333333vw;
    background: url(/assets/images/common/bg_mv_sp.png) no-repeat top -4vw right/100%;
  }
  .p-mv-inner {
    display: block;
    padding-left: 0;
  }
  .p-mv-ttl-wrap {
    margin-top: 0;
    padding-top: 4vw;
  }
  .p-mv-ttl-jn {
    font-size: 7.7333333333vw;
  }
  .p-mv-ttl-en {
    font-size: 5.3333333333vw;
    line-height: 1.75;
  }
  .p-mv-img {
    margin-top: 4vw;
  }
}

/* p-service
---------------------------------------------------------------------------- */
.p-service {
  margin: 100px 0 0;
}

.p-service:last-of-type {
    margin-bottom: 100px;
}

.p-service-inner {
  margin: 0 120px;
  padding: 30px 0 0;
}

.p-txt-center {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
}

.p-img {
  margin: 30px auto;
  text-align: center;
}

.p-service-top-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 40px 0 0;
}

.p-service-top-img {
  margin: 10px 45px 0 0;
}
.p-service-top-img img {
  width: 100%;
}

.p-service-top-content-ttl {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  color: #0052C5;
  margin: 0 0 20px;
}

.p-service-top-content-list li {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-left: 25px;
  margin: 12px 0 0;
  position: relative;
}
.p-service-top-content-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/images/service/icn_check_gray.png) no-repeat center center/100%;
  width: 16px;
  height: 12px;
}

.p-service-catch {
  font-size: 2.2rem;
  line-height: 2.3636363636;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  text-align: center;
  background: #F5F5F6;
  padding: 26px 0;
  margin: 50px 0 0;
  position: relative;
}
.p-service-catch::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 32px;
  height: 47px;
  border-top: 3px solid #0052C5;
  border-left: 3px solid #0052C5;
}
.p-service-catch::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 32px;
  height: 47px;
  border-bottom: 3px solid #0052C5;
  border-right: 3px solid #0052C5;
}

.p-service-catch-note {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 35px;
}

.p-backoffice-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 40px 0 15px;
  gap: 30px;
}

.p-backoffice-list-item {
  background: #F2F7FF;
  width: 50%;
}

.p-backoffice-list-item-ttl {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #0052C5;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

/* ============================================================================
   backoffice.css 固有のスタイル
   ============================================================================ */

.p-backoffice-list-item {
  padding: 18px 25px 24px;
}

.p-backoffice-list-item-ttl {
  line-height: 1.8181818182;
}

.p-backoffice-list-item-txt {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 5px;
}

.p-backoffice-note-wrap {
  margin: 0 0 55px;
}

.p-backoffice-note {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-indent: -1em;
  margin-left: 1em;
}

/* ============================================================================
   contactcenter.css 固有のスタイル
   ============================================================================ */

.p-service-top-content-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 40px;
}

.p-backoffice-list-item {
  padding: 18px 20px 24px;
}

.p-backoffice-list-item-ttl {
  line-height: 2.3636363636;
}

.p-content-list {
  margin-top: 5px;
}

.p-content-list-item {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 7px;
  padding-left: 15px;
  position: relative;
}
.p-content-list-item::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0052C5;
}

.p-result-txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.1875;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-result-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
}

.p-result-list-item {
  width: 300px;
  background: #F2F7FF;
  padding: 24px 0;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  text-align: center;
  position: relative;
}
.p-result-list-item::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/assets/images/service/contactcenter/icn_check.png) no-repeat center center/100%;
}

.p-result-img {
  width: 100%;
  margin: 60px auto;
}

.m-btn01-wrap {
  text-align: center;
}

/* ============================================================================
   メディアクエリ: 1280px - 768px (共通)
   ============================================================================ */

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-service {
    margin: 7.8vw 0 0;
  }
  .p-service-inner {
    margin: 0 9.37vw;
    padding: 2.34vw 0 0;
  }
  .p-txt-center {
    font-size: 1.111vw;
  }
  .p-service-top-wrap {
    margin: 3.125vw 0 0;
  }
  .p-service-top-img {
    margin: 0.78vw 3.51vw 0 0;
    width: 11.95vw;
  }
  .p-service-top-content-ttl {
    font-size: 1.71vw;
    margin: 0 0 1.56vw;
  }
  .p-service-top-content-list li {
    font-size: 1.25vw;
    padding-left: 1.95vw;
    margin: 0.93vw 0 0;
  }
  .p-service-top-content-list li::before {
    width: 1.25vw;
    height: 0.93vw;
  }
  .p-service-catch {
    font-size: 1.71vw;
    padding: 2.03vw 0;
    margin: 3.9vw 0 0;
  }
  .p-service-catch::before {
    width: 2.5vw;
    height: 3.67vw;
    border-top: 0.23vw solid #0052C5;
    border-left: 0.23vw solid #0052C5;
  }
  .p-service-catch::after {
    width: 2.5vw;
    height: 3.67vw;
    border-bottom: 0.23vw solid #0052C5;
    border-right: 0.23vw solid #0052C5;
  }
  .p-backoffice-list {
    margin: 3.125vw 0 1.17vw;
    gap: 2.8333vw;
  }
  .p-backoffice-list-item-ttl {
    font-size: 1.71vw;
  }

  /* backoffice.css 固有 (1280px - 768px) */
  .p-backoffice-list-item {
    padding: 1.4vw 1.95vw 1.875vw;
  }
  .p-backoffice-list-item-txt {
    font-size: 1.17vw;
    margin-top: 0.39vw;
  }
  .p-backoffice-note-wrap {
    margin: 0 0 4.29vw;
  }
  .p-backoffice-note {
    font-size: 1.09vw;
  }

  /* contactcenter.css 固有 (1280px - 768px) */
  .p-service-top-content-inner {
    gap: 3.125vw;
  }
  .p-service-catch-note {
    font-size: 1.17vw;
    margin-top: 2.73vw;
  }
  .p-backoffice-list-item {
    padding: 1.4vw 1.56vw 1.875vw;
  }
  .p-content-list {
    margin-top: 5px;
  }
  .p-content-list-item {
    font-size: 1.25vw;
    margin-bottom: 0.54vw;
    padding-left: 1.17vw;
  }
  .p-content-list-item::before {
    width: 0.46vw;
    height: 0.46vw;
  }
  .p-result-txt {
    font-size: 1.25vw;
  }
  .p-result-list {
    max-width: 75vw;
    margin: 3.12vw auto 0;
  }
  .p-result-list-item {
    width: 23.43vw;
    padding: 1.875vw 0;
    font-size: 1.4vw;
  }
  .p-result-list-item::after {
    width: 2.1vw;
    height: 2.1vw;
    top: -1vw;
  }
  .p-result-img {
    margin: 4.68vw auto;
  }
}

/* ============================================================================
   メディアクエリ: ~767px (共通)
   ============================================================================ */

@media screen and (max-width: 767px) {
  .p-service {
    margin: 13.3333333333vw 0 0;
  }
  .p-service:last-of-type {
    margin-bottom: 50px;
  }
  .p-service-inner {
    margin: 0;
    padding: 0;
  }
  .p-txt-center {
    text-align: left;
  }
  .p-service-top-wrap {
    display: block;
    margin: 5.3333333333vw 0 0;
  }
  .p-service-top-img {
    margin: 0 auto 5.3333333333vw;
    width: 50%;
  }
  .p-service-top-content-ttl {
    font-size: 4.8vw;
    margin: 0 0 2.6666666667vw;
    text-align: center;
  }
  .p-service-top-content-list li {
    font-size: 4vw;
    padding-left: 6.6666666667vw;
    margin: 1.6vw 0 0;
  }
  .p-service-top-content-list li::before {
    width: 4.2666666667vw;
    height: 3.2vw;
    top: 2.1333333333vw;
    -webkit-transform: none;
            transform: none;
  }
  .p-service-catch {
    font-size: 4.8vw;
    padding: 8vw 5.3333333333vw;
    margin: 8vw 0 0;
    line-height: 2;
  }
  .p-service-catch::before {
    width: 8.5333333333vw;
    height: 12.5333333333vw;
    border-top: 0.8vw solid #0052C5;
    border-left: 0.8vw solid #0052C5;
  }
  .p-service-catch::after {
    width: 8.5333333333vw;
    height: 12.5333333333vw;
    border-bottom: 0.8vw solid #0052C5;
    border-right: 0.8vw solid #0052C5;
  }
  .p-backoffice-list {
    display: block;
    margin: 8vw 0 4vw;
  }
  .p-backoffice-list-item {
    width: 100%;
    padding: 4vw 5.3333333333vw;
  }
  .p-backoffice-list-item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .p-backoffice-list-item-ttl {
    font-size: 4.8vw;
  }

  /* backoffice.css 固有 (~767px) */
  .p-service .m-mh::before {
    top: 5.3333333333vw;
    -webkit-transform: none;
            transform: none;
  }
  .p-service-catch-note {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
    line-height: 2;
    text-align: left;
  }
  .p-backoffice-list-item-txt {
    font-size: 4vw;
    margin-top: 0;
  }
  .p-backoffice-note-wrap {
    margin: 0 0 8vw;
  }
  .p-backoffice-note {
    font-size: 3.7333333333vw;
  }

  /* contactcenter.css 固有 (~767px) */
  .p-service-top-content-inner {
    display: block;
  }
  .p-service-catch-note {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
    line-height: 2;
    text-align: left;
  }
  .p-content-list {
    margin-top: 1.3333333333vw;
  }
  .p-content-list-item {
    font-size: 4vw;
    margin-bottom: 1.8666666667vw;
    padding-left: 4vw;
  }
  .p-content-list-item::before {
    width: 1.6vw;
    height: 1.6vw;
  }
  .p-result-txt {
    font-size: 4vw;
    line-height: 2;
  }
  .p-result-list {
    display: block;
    max-width: 100%;
    margin: 8vw auto 0;
  }
  .p-result-list-item {
    width: 100%;
    padding: 6.4vw 0;
    font-size: 4.8vw;
  }
  .p-result-list-item::after {
    width: 7.2vw;
    height: 7.2vw;
    top: -3.4666666667vw;
  }
  .p-result-list-item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
  .p-result-img {
    margin: 8vw auto 10.6666666667vw;
  }
}

/* ============================================================================
   p-detail (共通)
   ============================================================================ */

.p-detail {
  padding: 0 0 100px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-detail {
    padding: 0 0 7.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail {
    padding: 0 0 13.3333333333vw;
  }
}
