@charset "UTF-8";
/* resset.dev • v5.0.2
https://github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 62%; /* Set font-size to 62% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* サイト共通設定
----------------------------------------*/
/* 変数
----------------------------------------*/
/* color
----------------------------------------*/
/* font
----------------------------------------*/
/* breakpoint
----------------------------------------*/
/* 関数
----------------------------------------*/
* {
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 1024px) {
  :root {
    font-size: 0.9766vw;
  }
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 2.6042vw;
  }
}

body {
  width: 100%;
  background-color: #fff;
  color: #222;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.56;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  body.nav-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  body.filter-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  body .filter-open-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
  }
}
@media screen and (min-width: 768px) {
  body.filter-open {
    top: auto !important;
  }
}
body.modal-open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-lg-only {
    display: none !important;
  }
}

.mb-none {
  margin-bottom: 0 !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 300ms;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

.text-bold {
  font-weight: bold;
}
.text-bold .en {
  font-weight: 600;
}

.visually-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

/* コンポーネント
c-archive
----------------------------------------*/
.c-archive {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-archive {
    display: block;
  }
}
.c-archive > li {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
  transition: box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .c-archive > li {
    width: 31.0833%;
    margin: 0 0 4rem 3.37505%;
  }
  .c-archive > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-archive > li {
    width: calc((100% - 4rem) / 2);
    margin: 0 0 4rem 4rem;
  }
  .c-archive > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-archive > li {
    width: auto;
    margin: 0 0 4rem;
  }
}
@media (hover: hover) {
  .c-archive > li:hover {
    box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
  }
  .c-archive > li:hover a {
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-name: case;
    animation-timing-function: linear;
  }
}
.c-archive > li > a {
  display: block;
  opacity: 1;
}
.c-archive > li.c-archive__none {
  width: 100%;
  background: none;
  text-align: center;
  box-shadow: none;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-archive > li.c-archive__none {
    font-size: 1.4rem;
  }
}
.c-archive__box {
  margin: 3rem 2rem 2.3rem;
}
.c-archive__box dl {
  border-top: 0.2rem solid #f0f2f5;
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  padding: 0.9rem 0 0;
}
.c-archive__box dl dt {
  width: 7rem;
  color: #8A9DB5;
  margin-bottom: 0.7rem;
}
.c-archive__box dl dd {
  width: calc(100% - 7rem);
  margin-bottom: 0.7rem;
}
.c-archive__service {
  margin-bottom: 1rem;
}
.c-archive__service span {
  display: inline-block;
  background: #ECF5FD;
  font-size: 1.2rem;
  color: #0089D0;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-radius: 0.6rem;
  padding: 0.4rem 1.2rem;
}
.c-archive__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}
.c-archive__company {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.c-archive__company:last-child {
  padding-bottom: 0.5rem;
}
.c-archive__category {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.8rem;
  padding: 0 1.5rem;
}
.c-archive__category li {
  margin: 0.5rem;
}
.c-archive__category li a {
  display: block;
  border-radius: 0.4rem;
  background: #ECF5FD;
  color: #0089D0;
  font-size: 1.4rem;
  padding: 0.4rem 0.4rem 0.3rem;
  letter-spacing: 0.04em;
}
.c-archive__tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin: 0.8rem 1.5rem 2.7rem;
}
.c-archive__tag li {
  margin: 0.2rem 0.5rem;
}
.c-archive__tag a {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #A0AFC3;
}
.c-archive__btn-more {
  cursor: pointer;
  max-width: 24rem;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 10.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.3rem;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
  transition: 0.3s;
  letter-spacing: 0.04em;
}
.c-archive__btn-more:hover {
  background: #0089D0;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
}
.c-archive__btn-more:active {
  background: #00548E;
  color: #fff;
  box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.2);
}

@keyframes case {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.75;
  }
}
/* customer-harassmentページ
common
----------------------------------------*/
/* 関数
----------------------------------------*/
.p-customer-harassment__contents {
  width: 100%;
  overflow: hidden;
}
.p-customer-harassment__contents-inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__contents-inner {
    padding: 0 5.3%;
  }
}
.p-customer-harassment .btn-download {
  font-size: 2.4rem;
  line-height: 1.4;
  width: fit-content;
  max-width: 100%;
  min-width: 41.1rem;
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
  color: #fff;
  font-weight: 700;
  border-radius: 10rem;
  box-shadow: 0px 1.5rem 3.6rem rgba(0, 65, 110, 0.1);
  background: linear-gradient(to bottom, #FF920C 0%, #FFAC14 9%, #F98109 100%);
  text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.25);
}
.p-customer-harassment .btn-download:hover {
  opacity: 1;
  background: linear-gradient(to bottom, #FEA713 0%, #FFC14E 6%, #FF9500 100%);
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .btn-download {
    min-width: 30rem;
    min-height: 5rem;
    font-size: 1.8rem;
    box-shadow: 0px 1.3rem 3rem rgba(0, 65, 110, 0.1);
    border: 0.1rem solid #F1F3F6;
    margin-inline: auto;
  }
}
.p-customer-harassment .btn-download::before {
  content: "";
  background-image: url(../img/common/icon-document.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.27rem;
  height: 2.4rem;
  margin-right: 1.4rem;
}
.p-customer-harassment .btn-download::after {
  content: "";
  background-image: url(../img/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 1.9rem;
  margin-left: 1.2rem;
}

/* customer-harassmentページ
main エリア
----------------------------------------*/
.p-customer-harassment__main {
  aspect-ratio: 1440/529;
  background: url(../img/main/main_bg.png) no-repeat center center/cover;
  padding: 6rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__main {
    aspect-ratio: 375/665;
    background: url(../img/main/main_bg-sp.png) no-repeat center center/cover;
    padding: 4rem 0 2rem;
  }
}
.p-customer-harassment__main-inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.p-customer-harassment__main-logo {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__main-logo {
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__main-logo img {
    width: 24.8rem;
  }
}
.p-customer-harassment__main-title {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1.3;
  color: #000;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__main-title {
    font-size: 3.6rem;
    margin-bottom: 1.6rem;
    text-align: center;
  }
}
.p-customer-harassment__main-title .small {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__main-title .small {
    font-size: 2.6rem;
  }
}
.p-customer-harassment__main-title .blue {
  color: #0089D0;
}
.p-customer-harassment__main-catch {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__main-catch {
    font-size: 1.6rem;
    margin-bottom: 29rem;
    text-align: center;
  }
}
.p-customer-harassment__main-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(240deg, rgba(13, 181, 219, 0.9) 0%, rgba(0, 174, 246, 0.9) 50%);
  padding: 1rem 2rem;
  box-shadow: 0 -1.5rem 3.6rem rgba(0, 65, 110, 0.1);
  text-align: center;
  z-index: 1000;
  transition: 300ms;
}
.p-customer-harassment__main-fixed .btn-download {
  margin-inline: auto;
}

/* customer-harassmentページ
logo エリア
----------------------------------------*/
.p-customer-harassment__logo {
  padding: 2rem 0 1rem;
}
.p-customer-harassment__logo-title {
  text-align: center;
}
.p-customer-harassment__logo-title img {
  width: 42.5rem;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__logo-title img {
    width: 33.7rem;
  }
}
.p-customer-harassment__logo-inner {
  max-width: none;
}
.p-customer-harassment__logo-inner figure {
  float: left;
  margin: 0 4rem;
}
.p-customer-harassment__logo-inner .slick-list {
  padding: 2rem 0 !important;
  overflow: visible;
}
.p-customer-harassment__logo-inner .slick-list::after {
  content: "";
  display: block;
  clear: both;
}
.p-customer-harassment__logo-inner .slick-track {
  display: flex;
}

/* customer-harassmentページ
column エリア
----------------------------------------*/
.p-customer-harassment__column {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #F5FBFF;
}
.p-customer-harassment__column-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__column-title {
    font-size: 2.6rem;
  }
}
.p-customer-harassment__column-title > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__column-title > span {
    font-size: 1.6rem;
  }
}
.p-customer-harassment__column-title > span.small {
  display: inline-block;
}
.p-customer-harassment__column-title > span.en {
  display: inline;
  font-weight: 600;
  font-size: inherit;
}
.p-customer-harassment__column-title > span.blue {
  display: inline-block;
  font-size: inherit;
  color: #0089D0;
}
.p-customer-harassment__column .c-archive {
  max-width: none;
  justify-content: center;
}
.p-customer-harassment__column .c-archive li.slick-slide,
.p-customer-harassment__column .c-archive > li {
  width: 30rem;
  border-radius: 1.2rem;
  margin: 0 2rem;
  float: left;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
  transition: box-shadow 0.3s;
}
@media (hover: hover) {
  .p-customer-harassment__column .c-archive li.slick-slide:hover,
  .p-customer-harassment__column .c-archive > li:hover {
    box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
  }
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__column .c-archive li.slick-slide,
  .p-customer-harassment__column .c-archive > li {
    margin: 0 0.7rem;
  }
}
.p-customer-harassment__column .c-archive__box {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.p-customer-harassment__column .c-archive__title {
  font-weight: 400;
}
.p-customer-harassment__column .c-archive__category {
  padding-bottom: 2.5rem;
}
.p-customer-harassment__column .c-archive__category li a {
  font-size: 1.2rem;
}
.p-customer-harassment__column .c-archive .slick-list {
  padding: 2rem 0 !important;
  overflow: visible;
}
.p-customer-harassment__column .c-archive .slick-list::after {
  content: "";
  display: block;
  clear: both;
}
.p-customer-harassment__column .c-archive .slick-track {
  display: flex;
}
.p-customer-harassment__column .c-archive .slick-next,
.p-customer-harassment__column .c-archive .slick-prev {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1rem 2rem rgba(34, 86, 124, 0.18);
  overflow: hidden;
  text-indent: -99rem;
  position: absolute;
  top: 19.3rem;
  right: 12rem;
  z-index: 10;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__column .c-archive .slick-next,
  .p-customer-harassment__column .c-archive .slick-prev {
    display: none !important;
  }
}
@media (hover: hover) {
  .p-customer-harassment__column .c-archive .slick-next:hover,
  .p-customer-harassment__column .c-archive .slick-prev:hover {
    opacity: 1;
    background: #0089D0;
    box-shadow: 0 0.5rem 1rem rgba(34, 86, 124, 0.1);
  }
  .p-customer-harassment__column .c-archive .slick-next:hover::before,
  .p-customer-harassment__column .c-archive .slick-prev:hover::before {
    border-color: #fff;
  }
}
.p-customer-harassment__column .c-archive .slick-next:active,
.p-customer-harassment__column .c-archive .slick-prev:active {
  background: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(34, 86, 124, 0.2);
}
.p-customer-harassment__column .c-archive .slick-next::before,
.p-customer-harassment__column .c-archive .slick-prev::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.3rem solid #C2CBD8;
  border-right: 0.3rem solid #C2CBD8;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5rem;
  right: 0;
  margin: auto;
}
.p-customer-harassment__column .c-archive .slick-prev {
  right: auto;
  left: 12rem;
}
.p-customer-harassment__column .c-archive .slick-prev::before {
  transform: rotate(-135deg);
  left: 0.5rem;
}
.p-customer-harassment__column .c-archive .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__column .c-archive .slick-dots {
    flex-wrap: wrap;
  }
}
.p-customer-harassment__column .c-archive .slick-dots li {
  width: 1.4rem;
  margin: 0 1rem;
}
.p-customer-harassment__column .c-archive .slick-dots li button {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #222;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -99rem;
  overflow: hidden;
  opacity: 0.1;
}
.p-customer-harassment__column .c-archive .slick-dots li.slick-active button {
  background: linear-gradient(to right, #01acd1 0%, #009be3 100%);
  opacity: 1;
}
.p-customer-harassment__column-btn {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__column-btn {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
.p-customer-harassment__column-btn a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.2rem 1rem 1.3rem;
  letter-spacing: 0.04em;
  border: 0.1rem solid #F1F3F6;
  border-radius: 2.8rem;
  width: 34rem;
  background: #fff;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
}
@media (hover: hover) {
  .p-customer-harassment__column-btn a:hover {
    opacity: 1;
    background: #0089D0;
    border-color: #0089D0;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-customer-harassment__column-btn a:hover::after {
    border-color: #fff;
  }
}
.p-customer-harassment__column-btn a:active {
  background: #00548E;
  border-color: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.2);
}
.p-customer-harassment__column-btn a:active::after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__column-btn a {
    width: 100%;
  }
}
.p-customer-harassment__column-btn a::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.25rem solid #009BE3;
  border-right: 0.25rem solid #009BE3;
  transform: rotate(45deg);
  margin: 0 -0.8rem 0 0.8rem;
  vertical-align: 0.1rem;
  transition: border-color 0.3s;
}

/* customer-harassmentページ
concept エリア
----------------------------------------*/
.p-customer-harassment__concept {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: url(../img/concept/concept_bg_01.png) no-repeat left bottom/30.4rem auto, url(../img/concept/concept_bg_02.png) no-repeat right top/29.9rem auto, linear-gradient(200deg, rgba(13, 181, 219, 0.15) 0%, rgba(0, 174, 246, 0.15) 50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__concept {
    padding-bottom: 44rem;
    background: url(../img/concept/concept_bg_sp_02.png) no-repeat left bottom/100vw auto, url(../img/concept/concept_bg_sp.png) no-repeat left bottom/100vw auto, linear-gradient(200deg, rgba(13, 181, 219, 0.15) 0%, rgba(0, 174, 246, 0.15) 50%);
  }
}
.p-customer-harassment__concept-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__concept-title {
    font-size: 2.6rem;
  }
}
.p-customer-harassment__concept-title > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__concept-title > span {
    font-size: 1.6rem;
  }
}
.p-customer-harassment__concept-title > span.small {
  display: inline-block;
}
.p-customer-harassment__concept-title > span.en {
  display: inline;
  font-weight: 600;
  font-size: inherit;
}
.p-customer-harassment__concept-title > span.blue {
  display: inline-block;
  font-size: inherit;
  color: #0089D0;
}
.p-customer-harassment__concept-subtitle {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__concept-subtitle {
    font-size: 2.2rem;
  }
}
.p-customer-harassment__concept-subtitle span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #0089D0;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment__concept-subtitle .sp-only {
    display: block !important;
  }
}
.p-customer-harassment__concept-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__concept-text {
    width: 33rem;
    margin: 0 auto 2rem;
    line-height: 1.5;
  }
}
.p-customer-harassment__concept-text p .text-bold {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__concept-text p .text-bold {
    font-size: 2.2rem;
  }
}
.p-customer-harassment__concept-text p + p {
  margin-top: 1.7em;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__concept-text p + p {
    margin-top: 1.3em;
  }
}
.p-customer-harassment__concept-text p:last-child {
  margin-top: 4rem;
}

/* customer-harassmentページ
reason エリア
----------------------------------------*/
.p-customer-harassment__reason {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #F5FBFF;
}
.p-customer-harassment__reason-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__reason-title {
    font-size: 2.6rem;
  }
}
.p-customer-harassment__reason-title > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__reason-title > span {
    font-size: 1.6rem;
  }
}
.p-customer-harassment__reason-title > span.small {
  display: inline-block;
}
.p-customer-harassment__reason-title > span.en {
  display: inline;
  font-weight: 600;
  font-size: inherit;
}
.p-customer-harassment__reason-title > span.blue {
  display: inline-block;
  font-size: inherit;
  color: #0089D0;
}
.p-customer-harassment__reason-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__reason-list {
    gap: 6rem;
  }
}
.p-customer-harassment__reason-list-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  translate: 0 -50%;
  margin: auto;
  background-image: url(../img/reason/reason_hexagon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8.2rem;
  height: 7.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 2.7rem;
  z-index: 3;
}
.p-customer-harassment__reason-list-item {
  padding: 2rem;
  background: #FFF;
  width: calc(33.3333333333% - 1.34rem);
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__reason-list-item {
    width: 100%;
  }
}
.p-customer-harassment__reason-list-item figure {
  max-width: 28.8rem;
  margin: 3rem auto 2rem;
}
.p-customer-harassment__reason-list-item h3 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__reason-list-item h3 {
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.p-customer-harassment__reason-list-item ul {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__reason-list-item ul {
    font-size: 1.6rem;
  }
}
.p-customer-harassment__reason-list-item ul li {
  margin-bottom: 1rem;
  padding-left: 3rem;
}
.p-customer-harassment__reason-list-item ul li:last-child {
  margin-bottom: 0;
}
.p-customer-harassment__reason-list-item ul li::before {
  content: "";
  background: url(../img/common/check.svg) no-repeat center center;
  background-color: #0089D0;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.p-customer-harassment__reason .p-customer-harassment__cv {
  max-width: 120rem;
  margin: 6rem auto 0;
}

/* customer-harassmentページ
trouble エリア
----------------------------------------*/
.p-customer-harassment__trouble {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #CBD3E1;
  background: linear-gradient(360deg, #F3F4F5 2%, #CBD3E1 80%);
  z-index: 2;
}
.p-customer-harassment__trouble::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  width: 8.8rem;
  height: 8.8rem;
  background: #F3F4F5;
  border-radius: 0.8rem;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__trouble::after {
    bottom: -2rem;
  }
}
.p-customer-harassment__trouble-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__trouble-title {
    font-size: 2.6rem;
  }
}
.p-customer-harassment__trouble-title > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__trouble-title > span {
    font-size: 1.6rem;
  }
}
.p-customer-harassment__trouble-title > span.small {
  display: inline-block;
}
.p-customer-harassment__trouble-title > span.en {
  display: inline;
  font-weight: 600;
  font-size: inherit;
}
.p-customer-harassment__trouble-title > span.blue {
  display: inline-block;
  font-size: inherit;
  color: #0089D0;
}
.p-customer-harassment__trouble-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.9rem;
  margin-bottom: 2rem;
}
.p-customer-harassment__trouble-list-item {
  padding: 4rem 2rem 2rem;
  background: #FFF;
  width: calc(25% - 1.43rem);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__trouble-list-item {
    padding: 3rem 2rem 2rem;
  }
}
.p-customer-harassment__trouble-list-item p {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__trouble-list-item p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__trouble-list-item {
    width: 100%;
  }
}
.p-customer-harassment__trouble-list-item figure {
  margin-top: 2rem;
}
.p-customer-harassment__trouble-list-item figure img {
  max-width: 20rem;
}

/* customer-harassmentページ
cv エリア
----------------------------------------*/
.p-customer-harassment__cv {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__cv {
    padding: 0 5.3%;
  }
}
.p-customer-harassment__cv-inner {
  max-width: 120rem;
  width: 100;
  margin: 0 auto;
  background: #0DB5DB;
  background: linear-gradient(240deg, #0DB5DB 0%, #00AEF6 100%);
  border-radius: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__cv-inner {
    gap: 0;
    padding: 2rem 2rem 3rem;
    margin-top: 6rem;
  }
}
.p-customer-harassment__cv-inner div {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__cv-inner div {
    padding-top: 0;
    text-align: center;
  }
}
.p-customer-harassment__cv-inner figure {
  max-width: 34.8rem;
}
.p-customer-harassment__cv-title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__cv-title {
    font-size: 2.6rem;
  }
}
.p-customer-harassment__cv-title .en {
  font-weight: 600;
  font-size: inherit;
}
.p-customer-harassment__cv-catch {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__cv-catch {
    font-size: 1.6rem;
  }
}
.p-customer-harassment__cv.is-bg {
  background: #F5FBFF;
}

/* customer-harassmentページ
solution エリア
----------------------------------------*/
.p-customer-harassment__solution {
  padding: 2rem 0 6rem;
  background: url(../img/application/application_bg_01.png) no-repeat left top/19.2rem auto, url(../img/application/application_bg_02.png) no-repeat right bottom/20rem auto, linear-gradient(240deg, #0db5db 0%, #00aef6 50%);
  background-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution {
    background: linear-gradient(240deg, #0db5db 0%, #00aef6 50%);
  }
}
.p-customer-harassment__solution::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  width: 8.8rem;
  height: 8.8rem;
  background: #00AEF6;
  border-radius: 0.8rem;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution::after {
    bottom: -2rem;
  }
}
.p-customer-harassment__solution-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  width: 95rem;
  max-width: 100%;
  height: 19.9rem;
  margin: 5rem auto 4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-title {
    position: relative;
    font-size: 2.6rem;
    margin-bottom: 14.2rem;
    text-align: center;
    margin-top: 0;
  }
}
.p-customer-harassment__solution-title .small {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-title .small {
    font-size: 1.8rem;
  }
}
.p-customer-harassment__solution-title::before {
  content: "";
  background: url(../img/solution/solution_img_01.png) no-repeat center center/contain;
  margin-right: 3.1rem;
  width: 17rem;
  height: 15.94rem;
  display: inline-block;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-title::before {
    position: absolute;
    margin-right: 0;
    top: 15rem;
    left: 3rem;
    width: 13.6rem;
    height: 12.7rem;
  }
}
.p-customer-harassment__solution-title::after {
  content: "";
  background: url(../img/solution/solution_img_02.png) no-repeat center center/contain;
  margin-left: 3.1rem;
  width: 17rem;
  height: 15.94rem;
  display: inline-block;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-title::after {
    position: absolute;
    margin-left: 0;
    top: 15rem;
    right: 3rem;
    width: 13.6rem;
    height: 12.7rem;
  }
}
.p-customer-harassment__solution-subtitle {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 4rem;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.6rem !important;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-subtitle {
    font-size: 2.6rem;
  }
}
.p-customer-harassment__solution-subtitle > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-subtitle > span {
    font-size: 1.6rem;
  }
}
.p-customer-harassment__solution-subtitle > span.small {
  display: inline-block;
}
.p-customer-harassment__solution-subtitle > span.en {
  display: inline;
  font-weight: 600;
  font-size: inherit;
}
.p-customer-harassment__solution-subtitle > span.blue {
  display: inline-block;
  font-size: inherit;
  color: #0089D0;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-subtitle {
    font-size: 2.2rem;
  }
}
.p-customer-harassment__solution-about {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  max-width: 90rem;
  margin: 0 auto 4rem;
  color: #fff;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-about {
    text-align: center;
    margin: 0 auto 4rem;
  }
}
.p-customer-harassment__solution-about figure {
  max-width: 33.2rem;
}
.p-customer-harassment__solution-about .p-customer-harassment__solution-subtitle {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-about .p-customer-harassment__solution-subtitle {
    font-size: 2.6rem;
    text-align: center;
  }
}
.p-customer-harassment__solution-about p {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-about p {
    font-size: 1.6rem;
  }
}
.p-customer-harassment__solution-important {
  background: #FFF;
  border-radius: 1.2rem;
  max-width: 90rem;
  margin: 0 auto;
  padding: 3rem 2rem 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-important {
    padding: 2rem 1rem 2rem;
  }
}
.p-customer-harassment__solution-important .p-customer-harassment__solution-subtitle {
  color: #0089D0;
}
.p-customer-harassment__solution-important p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-important p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-customer-harassment__solution-important img {
  max-width: 58rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__solution-important img {
    max-width: 31.5rem;
  }
}

/* customer-harassmentページ
approach エリア
----------------------------------------*/
.p-customer-harassment__approach {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-bottom: 0 !important;
}
.p-customer-harassment__approach-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 4rem;
  text-align: center;
  color: #0089D0;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-title {
    font-size: 2.6rem;
  }
}
.p-customer-harassment__approach-title > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-title > span {
    font-size: 1.6rem;
  }
}
.p-customer-harassment__approach-title > span.small {
  display: inline-block;
}
.p-customer-harassment__approach-title > span.en {
  display: inline;
  font-weight: 600;
  font-size: inherit;
}
.p-customer-harassment__approach-title > span.blue {
  display: inline-block;
  font-size: inherit;
  color: #0089D0;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-title {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 6rem;
  }
}
.p-customer-harassment__approach-title .label {
  display: inline-block;
  background: linear-gradient(to left, #0DB5DB, #00AEF6);
  color: #fff;
  padding: 0.6em 3em;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-title .label {
    font-size: 1.8rem;
    padding: 0.6em 1.4em;
    line-height: 1.4;
  }
}
.p-customer-harassment__approach-title .label::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-width: 2rem 1.6rem 0 1.6rem;
  border-style: solid;
  border-color: #00AEF6 transparent transparent transparent;
}
.p-customer-harassment__approach-title .title {
  font-size: 4.8rem;
  display: inline;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-title .title {
    font-size: 2.6rem;
  }
}
.p-customer-harassment__approach-title .small {
  font-size: 3.2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-title .small {
    font-size: 1.8rem;
  }
}
.p-customer-harassment__approach-list-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 11rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-list-inner {
    gap: 3rem;
  }
}
.p-customer-harassment__approach-list-inner figure {
  max-width: 38rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-list-inner figure {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-customer-harassment__approach-list-inner div {
    flex: 1;
    max-width: 64rem;
  }
}
.p-customer-harassment__approach-list-inner ul {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-list-inner ul {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.p-customer-harassment__approach-list-inner ul li {
  margin-bottom: 1rem;
  padding-left: 3rem;
}
.p-customer-harassment__approach-list-inner ul li:last-child {
  margin-bottom: 2rem;
}
.p-customer-harassment__approach-list-inner ul li::before {
  content: "";
  background: url(../img/common/check.svg) no-repeat center center;
  background-color: #0C57AE;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.p-customer-harassment__approach-list-inner dl {
  display: flex;
  background: #FFF;
  border-radius: 0.6rem;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1.8;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-list-inner dl {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.6rem;
  }
}
.p-customer-harassment__approach-list-inner dl dt {
  background: #0C57AE;
  color: #FFF;
  padding: 0.6rem 0.6rem 0.6rem 1.2rem;
  font-weight: 400;
  width: 18.6rem;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-list-inner dl dt {
    width: 100%;
    justify-content: center;
    padding: 0.2rem 0.6rem 0.2rem 1.2rem;
  }
}
.p-customer-harassment__approach-list-inner dl dt::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #0C57AE;
  position: absolute;
  right: -0.5rem;
  transform: rotate(315deg) skew(15deg, 15deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-list-inner dl dt::before {
    right: 50%;
    bottom: -0.3rem;
    transform: rotate(45deg) skew(15deg, 15deg);
  }
}
.p-customer-harassment__approach-list-inner dl dd {
  padding: 0.6rem 1.2rem 0.6rem 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-customer-harassment__approach-list-inner dl dd {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-list-inner dl dd {
    padding: 1.2rem 1.2rem 0.6rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
  }
}
.p-customer-harassment__approach-list-label {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  color: #0C57AE;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-list-label {
    text-align: center;
  }
}
.p-customer-harassment__approach-list-title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  background: #0C57AE;
  color: #FFF;
  margin-bottom: 2rem;
  padding: 1.2rem;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  width: fit-content;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-list-title {
    flex-direction: column;
    gap: 1.2rem;
    font-size: 2.2rem;
    text-align: center;
    width: 100%;
  }
}
.p-customer-harassment__approach-list-title::before {
  content: "";
  background: url(../img/approach/approach_icon_01.svg) no-repeat center center/contain;
  margin-right: 1.2rem;
  width: 5.4rem;
  height: 4rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-list-title::before {
    display: block;
  }
}
.p-customer-harassment__approach-list-item {
  padding: 4rem 0;
}
.p-customer-harassment__approach-list-item::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #F2FAFF;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.p-customer-harassment__approach-list-item:nth-child(2n)::before {
  background: #DDF2FF;
}
.p-customer-harassment__approach-list-item.approach-02 .p-customer-harassment__approach-list-label {
  color: #0089D0;
}
.p-customer-harassment__approach-list-item.approach-02 .p-customer-harassment__approach-list-title {
  background: #0089D0;
  display: flex;
  align-items: center;
}
.p-customer-harassment__approach-list-item.approach-02 .p-customer-harassment__approach-list-title::before {
  content: "";
  background: url(../img/approach/approach_icon_02.svg) no-repeat center center/contain;
  margin-right: 1.2rem;
  width: 5.95rem;
  height: 3.6rem;
  display: inline-block;
  vertical-align: middle;
}
.p-customer-harassment__approach-list-item.approach-02 .p-customer-harassment__approach-list-inner {
  flex-direction: row-reverse;
}
.p-customer-harassment__approach-list-item.approach-02 .p-customer-harassment__approach-list-inner ul li::before {
  background-color: #0089D0;
}
.p-customer-harassment__approach-list-item.approach-02 .p-customer-harassment__approach-list-inner dt {
  background: #0089D0;
}
.p-customer-harassment__approach-list-item.approach-02 .p-customer-harassment__approach-list-inner dt::before {
  background: #0089D0;
}
.p-customer-harassment__approach-list-item.approach-02 .p-customer-harassment__approach-pickup-title::before {
  background: url(../img/approach/function_icon_02.svg) no-repeat center center/contain;
}
.p-customer-harassment__approach-list-item.approach-03 .p-customer-harassment__approach-list-label {
  color: #1595B2;
}
.p-customer-harassment__approach-list-item.approach-03 .p-customer-harassment__approach-list-title {
  background: #1595B2;
  display: flex;
  align-items: center;
}
.p-customer-harassment__approach-list-item.approach-03 .p-customer-harassment__approach-list-title::before {
  content: "";
  background: url(../img/approach/approach_icon_03.svg) no-repeat center center/contain;
  margin-right: 1.2rem;
  width: 2.47rem;
  height: 4rem;
  display: inline-block;
  vertical-align: middle;
}
.p-customer-harassment__approach-list-item.approach-03 .p-customer-harassment__approach-list-inner ul li::before {
  background-color: #1595B2;
}
.p-customer-harassment__approach-list-item.approach-03 .p-customer-harassment__approach-list-inner dt {
  background: #1595B2;
}
.p-customer-harassment__approach-list-item.approach-03 .p-customer-harassment__approach-list-inner dt::before {
  background: #1595B2;
}
.p-customer-harassment__approach-list-item.approach-03 .p-customer-harassment__approach-pickup-title::before {
  background: url(../img/approach/function_icon_03.svg) no-repeat center center/contain;
}
.p-customer-harassment__approach-list-item.approach-04 .p-customer-harassment__approach-list-label {
  color: #0DB5DB;
}
.p-customer-harassment__approach-list-item.approach-04 .p-customer-harassment__approach-list-title {
  background: #0DB5DB;
  display: flex;
  align-items: center;
}
.p-customer-harassment__approach-list-item.approach-04 .p-customer-harassment__approach-list-title::before {
  content: "";
  background: url(../img/approach/approach_icon_04.svg) no-repeat center center/contain;
  margin-right: 1.2rem;
  width: 3.2rem;
  height: 4rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-list-item.approach-04 .p-customer-harassment__approach-list-title::before {
    margin-right: 0;
  }
}
.p-customer-harassment__approach-list-item.approach-04 .p-customer-harassment__approach-list-inner {
  flex-direction: row-reverse;
}
.p-customer-harassment__approach-list-item.approach-04 .p-customer-harassment__approach-list-inner ul li::before {
  background-color: #0DB5DB;
}
.p-customer-harassment__approach-list-item.approach-04 .p-customer-harassment__approach-list-inner dt {
  background: #0DB5DB;
}
.p-customer-harassment__approach-list-item.approach-04 .p-customer-harassment__approach-list-inner dt::before {
  background: #0DB5DB;
}
.p-customer-harassment__approach-list-item.approach-04 .p-customer-harassment__approach-pickup-title::before {
  background: url(../img/approach/function_icon_04.svg) no-repeat center center/contain;
}
.p-customer-harassment__approach-pickup {
  margin: 3rem 0 2rem;
}
.p-customer-harassment__approach-pickup-title {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-pickup-title {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    margin-top: 4.4rem;
  }
}
.p-customer-harassment__approach-pickup-title::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url(../img/approach/function_icon_01.svg) no-repeat center center/contain;
  vertical-align: middle;
}
.p-customer-harassment__approach-pickup ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.p-customer-harassment__approach-pickup ul li {
  width: calc(20% - 1.6rem);
  background: #FFF;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-pickup ul li {
    width: 100%;
  }
}
.p-customer-harassment__approach-pickup ul li figure {
  width: 100%;
  background: #ECF5FD;
  text-align: center;
}
.p-customer-harassment__approach-pickup ul li figure img {
  aspect-ratio: 224/158;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__approach-pickup ul li figure img {
    max-width: 19.5rem;
    margin: 1.1rem 0;
  }
}
.p-customer-harassment__approach-pickup ul li p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: 2.6rem 1.6rem;
}
.p-customer-harassment__approach-pickup ul li p .option {
  position: absolute;
  right: 0.5rem;
}
.p-customer-harassment__approach-option {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 1rem;
  color: #0089D0;
}
.p-customer-harassment__approach-option .option {
  margin-right: 0.5rem;
}
.p-customer-harassment__approach .option {
  display: inline-block;
  width: 1rem;
  height: 1.1rem;
  background: url(../img/approach/kome.svg) no-repeat center center/contain;
  color: transparent;
  vertical-align: middle;
}

/* customer-harassmentページ
timetable エリア
----------------------------------------*/
.p-customer-harassment {
  /* incoming-webhookページ
  ----------------------------------------*/
}
.p-customer-harassment__price {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price {
    padding-top: 12rem;
  }
}
.p-customer-harassment__price-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-title {
    font-size: 2.6rem;
  }
}
.p-customer-harassment__price-title > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-title > span {
    font-size: 1.6rem;
  }
}
.p-customer-harassment__price-title > span.small {
  display: inline-block;
}
.p-customer-harassment__price-title > span.en {
  display: inline;
  font-weight: 600;
  font-size: inherit;
}
.p-customer-harassment__price-title > span.blue {
  display: inline-block;
  font-size: inherit;
  color: #0089D0;
}
.p-customer-harassment__price-catch {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-catch {
    line-height: 1.6;
    font-size: 1.6rem;
  }
}
.p-customer-harassment__price-catch span {
  font-weight: 700;
}
.p-customer-harassment__price-catch .en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-catch .en {
    font-size: 1.8rem;
  }
}
.p-customer-harassment__price-download {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-download {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-customer-harassment__price-month {
  display: grid;
  grid-template-columns: 10.7rem 37.7rem;
  justify-content: center;
  width: fit-content;
  margin-inline: auto;
  border-radius: 1.1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-month {
    width: 100%;
    grid-template-columns: 22.3% 77.7%;
  }
}
.p-customer-harassment__price-month dt {
  background-color: #0089d0;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.8;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 11rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-month dt {
    font-size: 1.8rem;
    height: 7.6rem;
  }
}
.p-customer-harassment__price-month dd {
  background-color: #F5FBFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.p-customer-harassment__price-month dd .price {
  font-weight: 700;
  line-height: 1.2;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-month dd .price {
    font-size: 3.1rem;
  }
}
.p-customer-harassment__price-month dd .price span {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-month dd .price span {
    font-size: 2.3rem;
  }
}
.p-customer-harassment__price-month dd .id {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.8;
  margin-left: 0.6rem;
  margin-right: 1rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-month dd .id {
    font-size: 1.7rem;
    margin-top: 1.2rem;
  }
}
.p-customer-harassment__price-month dd .tax {
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-month dd .tax {
    font-size: 1.5rem;
    margin-top: 0.8rem;
  }
}
.p-customer-harassment__price-caution {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.42;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-caution {
    font-size: 1rem;
    line-height: 1.8;
    width: 100%;
    max-width: 33.6rem;
  }
}
.p-customer-harassment__price-initial {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
.p-customer-harassment__price-initial figure {
  width: 7.9rem;
  margin-right: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-initial figure {
    width: 6.57rem;
    margin-right: 1.1rem;
  }
}
.p-customer-harassment__price-initial .text {
  padding-right: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-initial .text {
    padding-right: 7rem;
  }
}
.p-customer-harassment__price-initial .text-head {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.8;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-initial .text-head {
    font-size: 1.35rem;
    line-height: 1;
  }
}
.p-customer-harassment__price-initial .text-body {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  color: #0089d0;
  display: flex;
  align-items: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -0.6rem;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-initial .text-body {
    font-size: 3rem;
    margin-top: 0.3rem;
  }
}
.p-customer-harassment__price-initial .text-body span {
  font-weight: 700;
  font-size: 4.6rem;
  margin-bottom: -0.3rem;
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-initial .text-body span {
    font-size: 4rem;
  }
}
.p-customer-harassment__price-initial .text-num {
  font-weight: 700;
  font-size: 9rem;
  line-height: 0.8;
  color: #0089d0;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  right: 4rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-initial .text-num {
    font-size: 7rem;
    right: 2.8rem;
  }
}
.p-customer-harassment__price-initial .text-tilde {
  font-weight: 700;
  font-size: 7rem;
  line-height: 0.8;
  color: #0089d0;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  right: -0.2rem;
  bottom: 0;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-initial .text-tilde {
    font-size: 6rem;
    top: 0.4rem;
    right: -0.8rem;
  }
}
.p-customer-harassment__price-start {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
  column-gap: 0.8rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-start {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-customer-harassment__price-start::before, .p-customer-harassment__price-start::after {
  content: "";
  height: 1.8rem;
  width: 0.2rem;
  background-color: currentColor;
  transform: skewX(15deg);
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-start::before, .p-customer-harassment__price-start::after {
    height: 1.6rem;
    margin-bottom: 0.7rem;
  }
}
.p-customer-harassment__price-start::after {
  transform: skewX(-15deg);
}
.p-customer-harassment__price-merit {
  width: 83.9rem;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  column-gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment__price-merit {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 2rem;
  }
}
.p-customer-harassment__price-merit > li {
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  align-items: center;
  border-radius: 0.8rem;
  min-height: 11rem;
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment__price-merit > li {
    column-gap: 4rem;
    background-color: #ecf5fd;
  }
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-merit > li {
    column-gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment__price-merit > li figure {
    width: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment__price-merit > li figure img {
    height: 7rem;
  }
}
.p-customer-harassment__price-merit > li dl {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment__price-merit > li dl {
    min-width: 16.4rem;
  }
}
.p-customer-harassment__price-merit > li dl dt {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.p-customer-harassment__price-merit > li dl dd {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #0089d0;
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment__price-spblock {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment__price-spblock .p-phone__price-caution {
    margin-bottom: 2rem;
    line-height: 1.5;
  }
}
.p-customer-harassment__price-2column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment__price-2column {
    display: contents;
  }
}
.p-customer-harassment__price-2column .p-phone__price-initial {
  background-color: #fff;
  margin-bottom: 0;
  padding-inline: 2.8rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment__price-2column .p-phone__price-initial {
    width: 43.7rem;
    max-width: 100%;
    padding-block: 2.7rem;
    order: 2;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-2column .p-phone__price-initial {
    padding-inline: 0;
    padding-block: 1.8rem;
  }
}
.p-customer-harassment__price-2column .p-phone__price-initial .text-head {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-2column .p-phone__price-initial .text-head {
    font-size: 1.45rem;
  }
}
.p-customer-harassment__price-2column .p-phone__price-month {
  margin: 0;
  width: 43.7rem;
  grid-template-columns: 1fr 33rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-2column .p-phone__price-month {
    width: 100%;
    grid-template-columns: 22.3% 77.7%;
  }
}
.p-customer-harassment__price-2column .p-phone__price-month-text {
  display: flex;
  align-items: center;
}
.p-customer-harassment__price-2column .p-phone__price-month dt {
  height: 13.2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-2column .p-phone__price-month dt {
    height: 10rem;
  }
}
.p-customer-harassment__price-2column .p-phone__price-month dd {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2.8rem;
}
.p-customer-harassment__price-2column .p-phone__price-month dd p {
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__price-2column .p-phone__price-month dd p {
    font-size: 1.3rem;
  }
}
.p-customer-harassment__price-guide {
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.2rem;
  color: #222;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 4rem;
  line-height: 2.25;
}
.p-customer-harassment__price-guide::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  rotate: 45deg;
}
.p-customer-harassment .p-incoming-webhook__price {
  background-color: #e1e6ec;
}
.p-customer-harassment .p-incoming-webhook__price-list {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.p-customer-harassment .p-incoming-webhook__price-list-wrapper {
  max-width: 103.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment .p-incoming-webhook__price-list-wrapper {
    max-width: 74.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment .p-incoming-webhook__price-list {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__price-list {
    flex-direction: column;
    gap: 4rem !important;
  }
}
.p-customer-harassment .p-incoming-webhook__price-list li {
  text-align: center;
  background-color: #fff;
  max-width: 31.8rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment .p-incoming-webhook__price-list li {
    max-width: 23.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__price-list li {
    max-width: 100% !important;
  }
}
.p-customer-harassment .p-incoming-webhook__price-list li .p-incoming-webhook__price-list-container {
  color: #fff;
  font-weight: 700;
  border-radius: 0.8rem 0.8rem 0 0;
  font-size: 1.8rem;
  padding: 1rem 0;
}
.p-customer-harassment .p-incoming-webhook__price-list li .tagline {
  font-size: 1.4rem;
}
.p-customer-harassment .p-incoming-webhook__price-list li .tagline::before, .p-customer-harassment .p-incoming-webhook__price-list li .tagline::after {
  content: "";
  display: inline-block;
  height: 1.4rem;
  width: 0.2rem;
  background-color: currentColor;
  transform: skewX(15deg);
  margin-bottom: -0.2rem;
  margin-left: 0.4rem;
}
.p-customer-harassment .p-incoming-webhook__price-list li .tagline::after {
  content: "";
  transform: skewX(-15deg);
  margin-left: 0.4rem;
}
.p-customer-harassment .p-incoming-webhook__price-list li .tagline::before {
  margin-right: 0.4rem;
}
.p-customer-harassment .p-incoming-webhook__price-list li:nth-child(1) .p-incoming-webhook__price-list-container {
  background-color: #00c6ef;
}
.p-customer-harassment .p-incoming-webhook__price-list li:nth-child(1) .tagline {
  color: #00c6ef;
}
.p-customer-harassment .p-incoming-webhook__price-list li:nth-child(2) .p-incoming-webhook__price-list-container {
  background-color: #1aac9c;
}
.p-customer-harassment .p-incoming-webhook__price-list li:nth-child(2) .tagline {
  color: #1aac9c;
}
.p-customer-harassment .p-incoming-webhook__price-list li:nth-child(3) .p-incoming-webhook__price-list-container {
  background-color: #003d67;
}
.p-customer-harassment .p-incoming-webhook__price-list li:nth-child(3) .tagline {
  color: #003d67;
}
.p-customer-harassment .p-incoming-webhook__price-list-title {
  letter-spacing: 0.02em;
}
.p-customer-harassment .p-incoming-webhook__price-list-contents {
  padding: 3rem 1rem 4rem;
  width: 31.8rem;
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment .p-incoming-webhook__price-list-contents {
    width: 23.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__price-list-contents {
    width: 100% !important;
    padding: 3rem 1rem 3rem;
  }
}
.p-customer-harassment .p-incoming-webhook__price-list-contents p:nth-child(1) {
  font-weight: bold;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__price-list-contents p:nth-child(1) {
    line-height: 1.4;
  }
}
.p-customer-harassment .p-incoming-webhook__price-list-contents p:nth-child(2) {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__price-list-contents p:nth-child(2) {
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 2;
  }
}
.p-customer-harassment .p-incoming-webhook__price-list-contents img {
  max-width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__price-list-contents img {
    display: none;
  }
}
.p-customer-harassment .p-incoming-webhook__price-list-contents .price {
  font-weight: 600;
  font-size: 4.1rem;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__price-list-contents .price {
    line-height: 1.2;
  }
}
.p-customer-harassment .p-incoming-webhook__price-list-contents .id,
.p-customer-harassment .p-incoming-webhook__price-list-contents .tax {
  font-size: 1.4rem;
  font-weight: 400;
}
.p-customer-harassment .p-incoming-webhook__price-caution {
  letter-spacing: -0.01em !important;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__price-caution {
    font-size: 1.2rem !important;
  }
}
.p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list {
  margin-top: 4rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list {
    gap: 2rem !important;
  }
}
.p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list li {
  max-width: 30rem;
  min-width: 27.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list li {
    max-width: 23.5rem;
    min-width: 21.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list li {
    width: 100% !important;
  }
}
.p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-contents {
  width: 30rem;
  padding: 1rem 0.9rem 1.4rem 1rem;
  border-left: 1px solid #d2d8e2;
  border-right: 1px solid #d2d8e2;
  border-bottom: 1px solid #d2d8e2;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (max-width: 1024px) {
  .p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-contents {
    width: 21.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-contents {
    width: 100% !important;
  }
}
.p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-contents p:nth-child(1) {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-contents p:nth-child(1) {
    font-size: 1.3rem;
  }
}
.p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-contents p:nth-child(2) {
  font-size: 2.4rem;
  margin-bottom: 0;
  line-height: 0.7;
}
.p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-contents .price {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-contents .price {
    font-size: 2.2rem;
  }
}
.p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-contents .id,
.p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-contents .tax {
  font-size: 1.2rem;
}
.p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-title {
    font-size: 1.4rem;
  }
}
.p-customer-harassment .p-incoming-webhook__faq-list .p-incoming-webhook__price-list-container {
  padding: 0.8rem 0 !important;
}

/* customer-harassmentページ
application エリア
----------------------------------------*/
.p-customer-harassment__application {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  background: url(../img/application/application_bg_01.png) no-repeat left top/19.2rem auto, url(../img/application/application_bg_02.png) no-repeat right bottom/20rem auto, linear-gradient(240deg, #0db5db 0%, #00aef6 50%);
  background-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__application {
    padding-inline: 2rem;
    background: linear-gradient(240deg, #0db5db 0%, #00aef6 50%);
  }
}
.p-customer-harassment__application-title {
  font-size: 3.2rem;
  margin-bottom: 4rem;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__application-title {
    margin-bottom: 4rem;
    font-size: 2.6rem;
  }
}
.p-customer-harassment__application-title span {
  font-weight: 600;
}
.p-customer-harassment__application-form {
  max-width: 49.7rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__application-form {
    padding-bottom: 3rem;
  }
}
.p-customer-harassment__application-form label {
  font-size: 14px;
}

/* customer-harassmentページ
faq エリア
----------------------------------------*/
.p-customer-harassment__faq {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.p-customer-harassment__faq-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__faq-title {
    font-size: 2.6rem;
  }
}
.p-customer-harassment__faq-title > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__faq-title > span {
    font-size: 1.6rem;
  }
}
.p-customer-harassment__faq-title > span.small {
  display: inline-block;
}
.p-customer-harassment__faq-title > span.en {
  display: inline;
  font-weight: 600;
  font-size: inherit;
}
.p-customer-harassment__faq-title > span.blue {
  display: inline-block;
  font-size: inherit;
  color: #0089D0;
}
.p-customer-harassment__faq-box {
  max-width: 120rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2rem);
  -webkit-backdrop-filter: blur(2rem);
  border-radius: 1.3rem;
  padding: 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__faq-box {
    max-width: 33.5rem;
    padding: 0;
  }
}
.p-customer-harassment__faq-box dl dt {
  border-top: 0.1rem solid #C2CBD8;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 2rem 6rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__faq-box dl dt {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 2rem 2rem 2rem 4.2rem;
  }
}
.p-customer-harassment__faq-box dl dt::before {
  content: "";
  display: block;
  width: 2.085rem;
  height: 2.4rem;
  background: url(../img/faq/icon_q.svg) no-repeat left top/100% auto;
  position: absolute;
  top: 1.8rem;
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__faq-box dl dt::before {
    top: 1.9rem;
    left: 0;
  }
}
.p-customer-harassment__faq-box dl dt::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #00AEF6;
  border-right: 0.2rem solid #00AEF6;
  transform: rotate(135deg);
  position: absolute;
  top: 2.4rem;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__faq-box dl dt::after {
    top: 2rem;
    right: 0.2rem;
  }
}
.p-customer-harassment__faq-box dl dt.open::after {
  transform: rotate(-45deg);
  top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__faq-box dl dt.open::after {
    top: 2.5rem;
  }
}
.p-customer-harassment__faq-box dl dt.open + dd {
  transform: scaleY(1);
}
.p-customer-harassment__faq-box dl dd {
  font-size: 1.8rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  transition: height 0.3s;
  overflow: hidden;
  height: 0;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__faq-box dl dd {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-customer-harassment__faq-box dl dd p {
  padding: 1.1rem 4rem 1.9rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-customer-harassment__faq-box dl dd p {
    padding: 1rem 0 5rem 4.2rem;
  }
}
.p-customer-harassment__faq-box dl dd a {
  display: block;
  width: fit-content;
  font-size: 1.6rem;
  padding-right: 1.6rem;
  text-decoration: underline;
}

/* customer-harassmentページ
footer エリア
----------------------------------------*/
.l-footer {
  background: linear-gradient(to bottom, #f1f3f6 0%, #fff 100%);
  padding: 4.8rem 0 8.9rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.8rem 0 7rem;
  }
}
.l-footer__pagetop {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 10rem;
  right: 2rem;
  z-index: 1500;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    width: 4.2rem;
    height: 4.2rem;
    right: 1.6rem;
    bottom: 8rem;
  }
}
.l-footer__pagetop img {
  width: 100%;
  height: 100%;
  display: block;
}
.l-footer__pagetop.ab {
  position: absolute;
  top: 2rem;
  right: 2rem;
  bottom: auto;
}
.l-footer__inner {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
    width: auto;
    margin: 0 1.6rem;
  }
}
.l-footer__logo {
  width: 23.5rem;
  margin-right: 6%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: auto;
    margin-right: 0;
  }
}
.l-footer__logo > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__logo > a {
    padding-left: 1.8rem;
    width: fit-content;
  }
}
.l-footer__logo > a p {
  font-size: 1.9rem;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo > a p {
    font-size: 1.8rem;
  }
}
.l-footer__logo > a img {
  width: 19.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo > a img {
    width: 19.2rem;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: space-between;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 1.6rem;
    width: 21rem;
  }
}
.l-footer__navi {
  display: flex;
  margin-top: 1.1rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer__navi {
    display: block;
    margin-top: 4.8rem;
  }
}
.l-footer__navi dl {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navi dl {
    margin-left: 0;
  }
  .l-footer__navi dl + dl {
    margin-top: 3.3rem;
  }
}
.l-footer__navi dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
}
.l-footer__navi dl dt a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.15rem solid #222;
  border-right: 0.15rem solid #222;
  transform: rotate(45deg);
  margin: 0 0.9rem 0 1rem;
  vertical-align: 0.3rem;
  transition: border-color 0.3s;
}
.l-footer__navi dl dd ul li {
  margin-top: 1.1rem;
}
@media (hover: hover) {
  .l-footer__navi dl dd ul li a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .l-footer__navi dl dd ul li a:hover[target=_blank]::after {
    background-image: url(../img/common/icon_external-blue.svg);
  }
  .l-footer__navi dl dd ul li a:hover:not([target=_blank])::after {
    border-color: #0089D0;
  }
}
.l-footer__navi dl dd ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon_external.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.7rem;
}
.l-footer__navi dl dd ul li a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.15rem solid #222;
  border-right: 0.15rem solid #222;
  transform: rotate(45deg);
  margin: 0 0.9rem 0 1rem;
  vertical-align: 0.3rem;
  transition: border-color 0.3s;
}
.l-footer__security {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 7rem auto 5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__security {
    width: auto;
    margin: 3.4rem 1.6rem 2.8rem;
    flex-wrap: wrap;
  }
}
.l-footer__security-pmark {
  width: 7.1rem;
  margin-right: 1.5rem;
}
.l-footer__security-pmark a {
  display: block;
}
.l-footer__security-isms {
  width: 11.5rem;
}
.l-footer__security-text {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin: 0.2rem 0 0 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-footer__security-text {
    width: 100%;
    margin: 2.5rem 0 0;
  }
}
.l-footer__security-bnr {
  width: 34.2rem;
  margin: 0 0 2.3rem auto;
}
@media screen and (max-width: 767px) {
  .l-footer__security-bnr {
    width: 100%;
    margin: 2.8rem 0 0;
  }
}
.l-footer__link {
  border-top: 0.1rem solid #E1E6EC;
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  padding: 6.1rem 0 1.2rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__link {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    margin: 0 1.6rem;
    padding: 4rem 0 2.1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-footer__link li {
  margin: 0 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__link li {
    width: 100%;
    margin: 0 0 1.15rem;
    text-align: center;
  }
  .l-footer__link li:last-child {
    width: auto;
    margin: 0 0 0 2rem;
  }
  .l-footer__link li:nth-last-child(2) {
    width: auto;
    margin: 0;
  }
}
@media (hover: hover) {
  .l-footer__link a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .l-footer__link a:hover[target=_blank]::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
}
.l-footer__link a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon_external.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.5rem;
}
.l-footer__copyright {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.2rem;
}

/*# sourceMappingURL=style.css.map */
