@charset "UTF-8";
/*===============================================
customer-harassment
===============================================*/
.contents-wrap {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .contents-wrap {
    margin-top: 2.5rem;
  }
}

.p-txt {
  line-height: 2;
}

.p-bg--green {
  padding: 3rem 1rem;
  background: url(/service/field/complaint/customer-harassment/img/bg_green.webp) no-repeat center center/cover;
}
@media screen and (min-width: 769px) {
  .p-bg--green {
    padding: 3.5rem 1.5rem 3rem;
  }
}

.ttl-level-02 {
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .ttl-level-02 {
    margin-top: 100px;
  }
}

.sec-inner li {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.list-cmn-asterisk li {
  font-size: 0.875rem;
}

/*===============================================
MV
===============================================*/
.p-mv__inner {
  padding-top: 94px;
  background: url(/service/field/complaint/customer-harassment/img/bg_mv.webp) no-repeat top center/cover;
}
@media only screen and (min-width: 769px) {
  .p-mv__inner {
    padding-top: 34px;
    background-image: url(/service/field/complaint/customer-harassment/img/bg_mv_pc.webp);
  }
}
.p-mv__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .p-mv__intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 1rem;
  }
}
.p-mv__intro--yellow {
  padding: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #BA9536;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .p-mv__intro--yellow {
    font-size: 1.25rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-mv__intro--black {
  padding: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #333;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 769px) {
  .p-mv__intro--black {
    font-size: 1.25rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-mv__lv01 {
  margin-bottom: 0.75rem;
  font-size: 3rem;
  text-align: center;
  line-height: 1.1;
}
@media only screen and (min-width: 769px) {
  .p-mv__lv01 {
    margin-bottom: 0.625rem;
    font-size: 4rem;
  }
}
.p-mv__lv02 {
  display: none;
}
@media only screen and (min-width: 769px) {
  .p-mv__lv02 {
    display: block;
    margin-bottom: 1.875rem;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .p-mv__lv02--large {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.p-mv__data {
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .p-mv__data {
    top: 200px;
  }
}

/*===============================================
anchor
===============================================*/
@media only screen and (min-width: 769px) {
  .p-anchor__item {
    width: 20%;
  }
}
/*===============================================
point
===============================================*/
.p-point__ttl {
  font-family: "Yu Mincho", "YuMincho", "serif", "ＭＳ Ｐ明朝", "MS PMincho", "HG明朝B", "HGMinchoB";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-point__ttl {
    font-size: 1.5rem;
  }
}
.p-point__ttl--large {
  font-size: 1.875rem;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .p-point__ttl--large {
    font-size: 2.125rem;
  }
}
.p-point__inner {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-point__inner {
    margin-top: 2rem;
  }
}
.p-point .img-float-right {
  display: block;
  width: 100%;
  height: auto;
  max-width: 343px;
  margin: 0 auto 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-point .img-float-right {
    max-width: 240px;
    padding: 0 !important;
    margin-left: 2rem;
  }
}
.p-point__contents {
  margin-top: 1.5rem;
  padding: 1.5rem 1rem;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .p-point__contents {
    margin-top: 4rem;
    padding: 1.5rem;
  }
}
.p-point__h4 {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-point__h4 {
    margin-top: 2rem;
  }
}

/*===============================================
risk
===============================================*/
.p-risk__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media only screen and (min-width: 769px) {
  .p-risk__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-risk__item {
  padding: 1.5rem 1rem;
  border: 1px solid #AAA;
}
@media only screen and (min-width: 769px) {
  .p-risk__item {
    padding: 1.5rem;
    width: calc(50% - 1.5rem);
  }
}
.p-risk__item__img {
  max-width: 260px;
  margin: 0 auto 1rem;
}
.p-risk__item__img img {
  width: 100%;
  height: auto;
  padding: 0;
}
.p-risk__item--arrow {
  position: relative;
}
.p-risk__item--arrow::after {
  position: absolute;
  bottom: -49px;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
  height: 48px;
  background: #E9F2F1;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
}
@media only screen and (min-width: 769px) {
  .p-risk__item--arrow::after {
    top: 0;
    bottom: 0;
    left: auto;
    right: -49px;
    width: 48px;
    height: 160px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
.p-risk__list {
  margin: 0;
}
.p-risk__list li {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

/*===============================================
check
===============================================*/
.p-check__contents {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  padding: 1.5rem 1rem;
  border: 1px solid #AAA;
}
@media only screen and (min-width: 769px) {
  .p-check__contents {
    margin-top: 2rem;
    padding: 2rem;
  }
}
.p-check__contents::after {
  position: absolute;
  bottom: -49px;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
  height: 48px;
  background: #E9F2F1;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
}
.p-check__h3 span {
  position: relative;
  padding-left: 28px;
}
@media only screen and (min-width: 769px) {
  .p-check__h3 span {
    padding-left: 32px;
  }
}
.p-check__h3 span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(/service/field/complaint/customer-harassment/img/icon_check.svg) no-repeat center center/contain;
  content: "";
}
@media only screen and (min-width: 769px) {
  .p-check__h3 span::before {
    width: 24px;
    height: 24px;
  }
}
.p-check__result {
  padding: 1rem;
}
@media only screen and (min-width: 769px) {
  .p-check__result {
    padding: 1.5rem;
  }
}
.p-check__result__txt {
  line-height: 30px;
}
.p-check__result--01 {
  background: #F4F8F8;
}
.p-check__result--02 {
  background: #E9F2F1;
}
.p-check__result--03 {
  background: #FFD0D4;
}
.p-check__txt {
  margin-top: 1rem;
  font-weight: 700;
  line-height: 30px;
  color: #B70000;
}
.p-check__list {
  list-style: none;
  margin-bottom: 2rem;
  padding: 0;
}
.p-check__list__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  cursor: pointer;
}
.p-check__list__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.p-check__list__input:checked + .p-check__list__box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #204E48;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-check__list__box {
  position: relative;
  display: inline-block;
  top: 4px;
  width: 24px;
  height: 24px;
  border: 1px solid #AAA;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-check__list__txt {
  width: calc(100% - 24px - 8px);
  font-weight: 700;
  line-height: 2;
}
.p-check__list li + li {
  margin-top: 1rem;
}

/*===============================================
support
===============================================*/
.p-support .img-float-right {
  display: block;
  width: 100%;
  height: auto;
  max-width: 240px;
  margin: 0 auto 1.5rem;
  padding: 0 !important;
}
@media only screen and (min-width: 769px) {
  .p-support .img-float-right {
    margin-left: 1.5rem;
  }
}
.p-support__contents {
  margin-top: 1.5rem;
  padding: 1.5rem 1rem;
  background: #F4F8F8;
}
@media only screen and (min-width: 769px) {
  .p-support__contents {
    margin-top: 96px;
    padding: 2rem 2rem 5rem;
  }
}
.p-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-support__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-support__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .p-support__list__item {
    width: calc(50% - 0.75rem);
    padding: 1.5rem;
  }
}
.p-support__list__img {
  width: 260px;
}
@media only screen and (min-width: 769px) {
  .p-support__list__img {
    width: 256px;
  }
}
.p-support__list__img img {
  width: 100%;
  height: auto;
  padding: 0;
}
.p-support__list__txt {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
  color: #204E48;
  text-align: center;
}

/*===============================================
merit
===============================================*/
.p-merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-merit__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 0.625rem;
  }
}
.p-merit__list__item {
  padding: 1rem;
  border: solid 1px #aaa;
}
@media screen and (min-width: 769px) {
  .p-merit__list__item {
    padding: 1.5rem;
    width: calc(50% - 5px);
  }
}
.p-merit__list__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  margin-bottom: 0.75rem;
  padding-left: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #204E48;
}
@media screen and (min-width: 769px) {
  .p-merit__list__ttl {
    min-height: 50px;
    margin-bottom: 1rem;
    padding-left: 3rem;
    font-size: 1.125rem;
  }
}
.p-merit__list__ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 39px;
  background: url(/common/img/icon_medal_check.svg) no-repeat center center/contain;
  content: "";
}
@media screen and (min-width: 769px) {
  .p-merit__list__ttl::before {
    width: 40px;
    height: 49px;
  }
}
.p-merit__list p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
}
.p-merit__list p sup {
  font-size: 0.625rem;
}

/*===============================================
fee
===============================================*/
.p-fee__table {
  margin-bottom: 1.5rem;
}
.p-fee__table th {
  vertical-align: middle;
  font-size: 1rem;
  width: 50%;
}
.p-fee__table td {
  vertical-align: middle;
  font-size: 1rem;
  width: 50%;
}
.p-fee__table--small {
  font-size: 0.875rem;
}
.p-fee__table__note {
  position: relative;
  font-size: 0.875rem;
  padding-left: 0.875rem;
  text-indent: -0.875rem;
}
.p-fee__table__note::before {
  content: "※";
}

/*===============================================
plan
===============================================*/
.p-plan__table {
  margin-top: 1.5rem;
  width: 100%;
  table-layout: fixed;
}
@media screen and (min-width: 769px) {
  .p-plan__table {
    margin-top: 2rem;
  }
}
.p-plan__table th {
  padding: 0.5rem;
  vertical-align: middle;
}
.p-plan__table__th__inner {
  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: 0.5rem;
}
.p-plan__table__th__inner span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-plan__table__th__inner span {
    font-size: 1rem;
  }
}
.p-plan__table__th__icon {
  width: 28px;
}
.p-plan__table__th__icon img {
  width: 100%;
  height: auto;
  padding: 0;
}
.p-plan__table__th--industry {
  width: 86px;
  background: #3B7EC7;
}
@media screen and (min-width: 769px) {
  .p-plan__table__th--industry {
    width: 142px;
  }
}
.p-plan__table__th--trouble {
  width: calc((100% - 86px) / 2);
  background: #F48658;
}
@media screen and (min-width: 769px) {
  .p-plan__table__th--trouble {
    width: calc((100% - 142px) / 2);
  }
}
.p-plan__table__th--counter {
  width: calc((100% - 86px) / 2);
  background: #0C695B;
}
@media screen and (min-width: 769px) {
  .p-plan__table__th--counter {
    width: calc((100% - 142px) / 2);
  }
}
.p-plan__table td {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .p-plan__table td {
    padding: 1rem 0.5rem;
  }
}
.p-plan__table td.p-plan__table__td--trouble {
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .p-plan__table td.p-plan__table__td--trouble {
    vertical-align: middle;
    padding: 1rem;
  }
}
.p-plan__table td.p-plan__table__td--counter {
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .p-plan__table td.p-plan__table__td--counter {
    vertical-align: middle;
    padding: 1rem;
  }
}
.p-plan__table__td__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-plan__table__td--industry {
  background: #F3F7FD;
}
.p-plan__table__td--industry .p-plan__table__td__inner {
  gap: 0.5rem;
}
.p-plan__table__td--industry__icon {
  width: 32px;
}
.p-plan__table__td--industry__icon img {
  width: 100%;
  height: auto;
  padding: 0;
}
.p-plan__table__td--industry span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3B7EC7;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-plan__table__td--industry span {
    font-size: 1.125rem;
  }
}
.p-plan__table__td--trouble {
  background: #FFECE4;
}
.p-plan__table__td--trouble .p-plan__table__td__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
}
@media screen and (min-width: 769px) {
  .p-plan__table__td--trouble .p-plan__table__td__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-plan__table__td--trouble__icon {
  width: 28px;
}
.p-plan__table__td--trouble__icon img {
  width: 100%;
  height: auto;
  padding: 0;
}
.p-plan__table__td--trouble__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-plan__table__td--trouble__list {
    width: calc(100% - 28px - 0.5rem);
  }
}
.p-plan__table__td--trouble__list li {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  .p-plan__table__td--trouble__list li {
    font-size: 1rem;
  }
}
.p-plan__table__td--trouble__list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #F75613;
  border-radius: 50%;
  content: "";
}
.p-plan__table__td--counter {
  position: relative;
  background: #F4F8F8;
}
.p-plan__table__td--counter::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7px;
  margin: auto;
  width: 8px;
  height: 32px;
  background: #F4F8F8;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  content: "";
}
@media screen and (min-width: 769px) {
  .p-plan__table__td--counter::before {
    left: -15px;
    width: 16px;
  }
}
.p-plan__table__td--counter .p-plan__table__td__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
}
@media screen and (min-width: 769px) {
  .p-plan__table__td--counter .p-plan__table__td__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-plan__table__td--counter__icon {
  width: 28px;
}
.p-plan__table__td--counter__icon img {
  width: 100%;
  height: auto;
  padding: 0;
}
.p-plan__table__td--counter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-plan__table__td--counter__list {
    width: calc(100% - 28px - 0.5rem);
  }
}
.p-plan__table__td--counter__list li {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  .p-plan__table__td--counter__list li {
    font-size: 1rem;
  }
}
.p-plan__table__td--counter__list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #0C695B;
  border-radius: 50%;
  content: "";
}
.p-plan__table tr + tr {
  border-top: solid 4px #fff;
}
.p-plan__table tr:first-child {
  border-top: none;
}
.p-plan__table tr:nth-child(2) {
  border-top: none;
}
.p-plan__txt {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-plan__txt {
    margin-top: 2rem;
  }
}/*# sourceMappingURL=style.css.map */