/* =========================================================
button
========================================================= */
/* =========================================================
breadcrumbs
========================================================= */
.c-breadcrumbs--wrap {
  border-bottom: 1px solid #dbdbdb;
  margin: auto;
  max-width: 1760px;
  padding: 2rem 3vw;
  width: 96%;
}
.c-breadcrumbs-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.c-breadcrumbs-list > li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-breadcrumbs-list > li:not(:last-child)::after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  width: 1rem;
  margin-left: 8px;
}
.c-breadcrumbs-list a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
title
========================================================= */
/* =========================================================
forusers
========================================================= */
.p-forusers {
  padding-top: 90px;
}
@media screen and (min-width: 992px) {
  .p-forusers {
    padding-top: 150px;
  }
}
.p-forusers-mv--wrap {
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: auto;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 10vh 2vh;
  position: relative;
  width: 95%;
}
@media screen and (min-width: 992px) {
  .p-forusers-mv--wrap {
    padding: 20vh 10vh;
  }
}
.p-forusers-mv--wrap::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-forusers-mv_phrase {
  position: relative;
  width: 100%;
  z-index: 3;
}
.p-forusers-mv_phrase .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-mv_phrase .title {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-mv_phrase .title {
    font-size: clamp(56px, 4.323vw, 83px);
  }
}
.p-forusers-mv_phrase .text {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-mv_phrase .text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-mv_phrase .text {
    font-size: clamp(22px, 1.667vw, 32px);
  }
}
.p-forusers-intro--wrap {
  margin: auto;
  max-width: 1550px;
  padding: 40px 10px;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .p-forusers-intro--wrap {
    padding: clamp(40px, 4vw, 60px) clamp(20px, 10vw, 70px);
  }
}
@media screen and (min-width: 1200px) {
  .p-forusers-intro--wrap {
    width: 80%;
  }
}
.p-forusers-intro_label {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1200px;
}
.p-forusers-intro_label .en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .p-forusers-intro_label .en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-intro_label .en {
    font-size: 2rem;
  }
}
.p-forusers-intro_label::before {
  background-color: #209cff;
  content: "";
  display: block;
  height: 1px;
  width: 2rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-intro_label::before {
    width: 3rem;
  }
}
.p-forusers-intro_title {
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-forusers-intro_title {
    font-size: 3.4rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-intro_title {
    font-size: 4rem;
    margin-top: 50px;
  }
}
.p-forusers-intro_text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-forusers-intro_text {
    margin-top: 30px;
    text-align: center;
  }
}
.p-forusers-case {
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .p-forusers-case {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-case {
    padding: 100px 0 0;
  }
}
.p-forusers-case_mv {
  display: flex;
  align-items: center;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 40px 8vw 60px;
  position: relative;
  width: 97%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_mv {
    padding: 120px 10vw 160px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-case_mv {
    padding: 12vh 18vw 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .p-forusers-case_mv {
    width: 90%;
  }
}
.p-forusers-case_mv::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-forusers-case_mv::after {
  background-image: url("./../images/forusers/img_case_mv.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-forusers-case_mv--wrap {
  position: relative;
  z-index: 3;
}
.p-forusers-case_mv--wrap .en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_mv--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-case_mv--wrap .en {
    font-size: 5.2rem;
  }
}
.p-forusers-case_mv--wrap .en::before {
  background: url("./../images/forusers/icon_convenience_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_mv--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-forusers-case_mv--wrap .jp {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_mv--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-case_mv--wrap .jp {
    font-size: 2rem;
  }
}
.p-forusers-case--wrap {
  background-color: #e6e6e6;
  margin: -5vw auto 0;
  max-width: 1550px;
  padding: 40px 20px 100px;
  position: relative;
  width: 94%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-forusers-case--wrap {
    padding: clamp(40px, 4vw, 60px) clamp(20px, 10vw, 100px);
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-case--wrap {
    padding: clamp(60px, 5.2vw, 100px) clamp(40px, 4.2vw, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .p-forusers-case--wrap {
    width: 80%;
  }
}
.p-forusers-case_slider {
  margin: auto;
  max-width: 1290px;
  z-index: 2;
}
.p-forusers-case_slider .slick-track {
  display: flex;
}
.p-forusers-case_slider .slick-dots {
  display: flex !important;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  bottom: -60px;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_slider .slick-dots {
    bottom: -40px;
  }
}
.p-forusers-case_slider .slick-dots li {
  margin: 0;
}
.p-forusers-case_slider .slick-dots button {
  background-color: #c7c7c7;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 9px;
  padding: 0;
  width: 9px;
}
.p-forusers-case_slider .slick-dots button::before {
  display: none;
}
.p-forusers-case_slider .slick-dots .slick-active button {
  background-color: #005779;
}
.p-forusers-case_card {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 5px;
  overflow: hidden;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_card {
    margin: 0 25px;
  }
}
@media screen and (min-width: 1440px) {
  .p-forusers-case_card {
    margin: 0 clamp(15px, 1.8vw, 45px);
    max-width: 32%;
  }
}
.p-forusers-case_card.slick-slide {
  display: flex !important;
}
.p-forusers-case_card .image {
  aspect-ratio: 330/210;
  margin: 0;
  width: 100%;
}
.p-forusers-case_card .image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-forusers-case_card .tag {
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  line-height: 1;
  margin: 10px 0 0;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_card .tag {
    font-size: 1.5rem;
  }
}
.p-forusers-case_card--wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.p-forusers-case_card--wrap .category {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_card--wrap .category {
    font-size: 1.5rem;
  }
}
.p-forusers-case_card--wrap .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
  margin-top: 10px;
}
.p-forusers-case_card--wrap .profile {
  color: #ababab;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 1.5;
  margin-top: 3px;
}
.p-forusers-case_card--wrap .comment {
  border-top: 1px solid #dce1e7;
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  line-height: 1.6;
  margin-top: 16px;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_card--wrap .comment {
    font-size: 1.5rem;
    margin-top: 18px;
    padding-top: 18px;
  }
}
.p-forusers-case_card--wrap .point {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: auto 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_card--wrap .point {
    gap: 10px;
    padding-top: 24px;
  }
}
.p-forusers-case_card--wrap .point li {
  background-color: #f6f8fb;
  border: 1px solid #dce3ec;
  border-radius: 6px;
  box-sizing: border-box;
  min-height: 58px;
  padding: 7px;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_card--wrap .point li {
    min-height: 64px;
    padding: 9px;
  }
}
.p-forusers-case_card--wrap .point li figure {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_card--wrap .point li figure {
    gap: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .p-forusers-case_card--wrap .point li figure {
    gap: clamp(5px, 0.3vw, 10px);
  }
}
.p-forusers-case_card--wrap .point li img {
  flex-shrink: 0;
  height: 31px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 31px;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_card--wrap .point li img {
    height: 37px;
    width: 37px;
  }
}
@media screen and (min-width: 1440px) {
  .p-forusers-case_card--wrap .point li img {
    height: clamp(26px, 1.9vw, 37px);
    width: clamp(26px, 1.9vw, 37px);
  }
}
.p-forusers-case_card--wrap .point li figcaption {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.p-forusers-case_card--wrap .point li .reduce {
  color: #999999;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_card--wrap .point li .reduce {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-forusers-case_card--wrap .point li .reduce {
    font-size: clamp(10px, 0.7vw, 12px);
  }
}
.p-forusers-case_card--wrap .point li strong {
  color: #202020;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  line-height: 1.3;
  margin-top: 2px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_card--wrap .point li strong {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-forusers-case_card--wrap .point li strong {
    font-size: clamp(13px, 0.8vw, 15px);
  }
}
.p-forusers-case_card.eneleagezero .tag {
  background-color: #ffb400;
}
.p-forusers-case_card.eneleage .tag {
  background-color: #005779;
}
.p-forusers-case_arrow {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto;
  width: 85%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_arrow {
    top: 0;
    bottom: 0;
    width: auto;
    z-index: 1;
  }
}
.p-forusers-case_arrow--prev, .p-forusers-case_arrow--next {
  aspect-ratio: 1/1;
  position: relative;
  display: grid;
  place-items: center;
  width: 45px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #555;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-forusers-case_arrow--prev, .p-forusers-case_arrow--next {
    width: 56px;
  }
}
.p-forusers-case_arrow--prev::before, .p-forusers-case_arrow--next::before {
  display: block;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  content: "";
}
.p-forusers-case_arrow--prev.slick-disabled, .p-forusers-case_arrow--next.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.p-forusers-case_arrow--prev::before {
  margin-left: 5px;
  transform: rotate(-135deg);
}
.p-forusers-case_arrow--next::before {
  margin-right: 5px;
  transform: rotate(45deg);
}
.p-forusers-guide {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-forusers-guide {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-guide {
    padding-bottom: 80px;
  }
}
.p-forusers-guide_mv {
  display: flex;
  align-items: center;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 40px 8vw 60px;
  position: relative;
  width: 97%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-forusers-guide_mv {
    padding: 100px 8vw 140px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-guide_mv {
    padding: 12vh 18vw 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .p-forusers-guide_mv {
    width: 90%;
  }
}
.p-forusers-guide_mv::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-forusers-guide_mv::after {
  background-image: url("./../images/forusers/img_guide_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-forusers-guide_mv--wrap {
  position: relative;
  z-index: 3;
}
.p-forusers-guide_mv--wrap .en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-guide_mv--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-guide_mv--wrap .en {
    font-size: 5.2rem;
  }
}
.p-forusers-guide_mv--wrap .en::before {
  background: url("./../images/forusers/icon_convenience_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-guide_mv--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-forusers-guide_mv--wrap .jp {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-guide_mv--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-guide_mv--wrap .jp {
    font-size: 2rem;
  }
}
.p-forusers-guide--wrap {
  background-color: #ffffff;
  margin: -5vw auto 0;
  max-width: 1550px;
  padding: 40px 20px;
  position: relative;
  width: 94%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-forusers-guide--wrap {
    padding: clamp(40px, 5vw, 50px) clamp(40px, 6vw, 60px);
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-guide--wrap {
    padding: clamp(50px, 5vw, 60px) clamp(60px, 6vw, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .p-forusers-guide--wrap {
    padding: clamp(60px, 5vw, 80px) clamp(80px, 6.7vw, 130px);
    width: 80%;
  }
}
.p-forusers-guide_title {
  background: linear-gradient(90deg, #2d92ed 0%, #56d4d3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-guide_title {
    font-size: 4rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-guide_title {
    font-size: 4.6rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-forusers-guide_title {
    font-size: 5rem;
  }
}
.p-forusers-guide_text {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 20px;
}
.p-forusers-guide_point {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .p-forusers-guide_point {
    gap: 60px 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-guide_point {
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 85px;
  }
}
.p-forusers-guide_point article {
  text-align: center;
}
.p-forusers-guide_point article .image {
  aspect-ratio: 1/1;
  height: 70px;
  margin: auto;
}
.p-forusers-guide_point article .title {
  color: #3e3a39;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  .p-forusers-guide_point article .title {
    margin: 18px 0;
    white-space: nowrap;
  }
}
.p-forusers-guide_point article .text {
  color: #3e3a39;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}
.p-forusers-faq {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-forusers-faq {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-faq {
    padding-bottom: 80px;
  }
}
.p-forusers-faq_mv {
  display: flex;
  align-items: center;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 40px 8vw 60px;
  position: relative;
  width: 97%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-forusers-faq_mv {
    padding: 100px 8vw 140px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-faq_mv {
    padding: 12vh 18vw 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .p-forusers-faq_mv {
    width: 90%;
  }
}
.p-forusers-faq_mv::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-forusers-faq_mv::after {
  background-image: url("./../images/forusers/img_guide_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-forusers-faq_mv--wrap {
  position: relative;
  z-index: 3;
}
.p-forusers-faq_mv--wrap .en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-faq_mv--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-faq_mv--wrap .en {
    font-size: 5.2rem;
  }
}
.p-forusers-faq_mv--wrap .en::before {
  background: url("./../images/forusers/icon_convenience_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-faq_mv--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-forusers-faq_mv--wrap .jp {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-faq_mv--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-faq_mv--wrap .jp {
    font-size: 2rem;
  }
}
.p-forusers-faq--wrap {
  background-color: #ffffff;
  margin: -5vw auto 0;
  max-width: 1550px;
  padding: 40px 20px;
  position: relative;
  width: 94%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-forusers-faq--wrap {
    padding: clamp(40px, 5vw, 50px) clamp(40px, 6vw, 60px);
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-faq--wrap {
    padding: clamp(50px, 5vw, 60px) clamp(60px, 6vw, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .p-forusers-faq--wrap {
    padding: clamp(60px, 5vw, 80px) clamp(80px, 6.7vw, 130px);
    width: 80%;
  }
}
.p-forusers-faq_lead {
  margin: 0 auto;
  max-width: 1100px;
  text-align: center;
}
.p-forusers-faq_lead--text {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .p-forusers-faq_lead--text {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}
.p-forusers-faq_list {
  border-bottom: 1px solid #d3d3d3;
  margin: 45px auto 0;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .p-forusers-faq_list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-faq_list {
    margin-top: 75px;
  }
}
.p-forusers-faq_list dl {
  border-top: 1px solid #d3d3d3;
  margin: 0;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-forusers-faq_list dl {
    padding: 35px 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-faq_list dl {
    padding: 38px 24px;
  }
}
.p-forusers-faq_list dt,
.p-forusers-faq_list dd {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
}
.p-forusers-faq_list dd {
  margin-top: 16px;
}
.p-forusers-faq_list figure {
  flex: 0 0 auto;
  aspect-ratio: 1/1;
  margin: 0;
  width: 35px;
}
@media screen and (min-width: 768px) {
  .p-forusers-faq_list figure {
    width: 40px;
  }
}
.p-forusers-faq_list--question {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-forusers-faq_list--question {
    font-size: 2rem;
  }
}
.p-forusers-faq_list--answer {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 3px;
}
.p-forusers-faq_list--answer .note {
  color: #858080;
  display: block;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 8px;
}
.p-forusers-support {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-forusers-support {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support {
    padding-bottom: 60px;
  }
}
.p-forusers-support_mv {
  display: flex;
  align-items: center;
  max-height: 770px;
  max-width: 1760px;
  overflow: hidden;
  padding: 40px 8vw 60px;
  position: relative;
  width: 97%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_mv {
    padding: 100px 8vw 140px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_mv {
    padding: 12vh 18vw 20vh;
  }
}
@media screen and (min-width: 1200px) {
  .p-forusers-support_mv {
    width: 90%;
  }
}
.p-forusers-support_mv::before {
  background: linear-gradient(90deg, #3b75d3 0%, #a3dcf6 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-forusers-support_mv::after {
  background-image: url("./../images/forusers/img_support_mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-forusers-support_mv--wrap {
  position: relative;
  z-index: 3;
}
.p-forusers-support_mv--wrap .en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_mv--wrap .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_mv--wrap .en {
    font-size: 5.2rem;
  }
}
.p-forusers-support_mv--wrap .en::before {
  background: url("./../images/forusers/icon_convenience_ttl.webp");
  background-size: cover;
  content: "";
  height: 2rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_mv--wrap .en::before {
    top: 1.5rem;
    left: -2.5rem;
  }
}
.p-forusers-support_mv--wrap .jp {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_mv--wrap .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_mv--wrap .jp {
    font-size: 2rem;
  }
}
.p-forusers-support--wrap {
  background-color: #e6e6e6;
  margin: -5vw auto 0;
  max-width: 1550px;
  padding: 40px 20px;
  position: relative;
  width: 94%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-forusers-support--wrap {
    padding: clamp(40px, 4vw, 60px) clamp(20px, 10vw, 100px);
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support--wrap {
    padding: clamp(60px, 5.2vw, 100px) clamp(40px, 4.2vw, 80px);
  }
}
@media screen and (min-width: 1200px) {
  .p-forusers-support--wrap {
    width: 80%;
  }
}
.p-forusers-support_label {
  display: flex;
  align-items: center;
  margin: auto;
}
.p-forusers-support_label .en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_label .en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_label .en {
    font-size: 2rem;
  }
}
.p-forusers-support_label::before {
  background-color: #209cff;
  content: "";
  display: block;
  height: 1px;
  width: 3rem;
  margin-right: 0.5rem;
}
.p-forusers-support_title {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  margin-top: 35px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_title {
    font-size: 3.2rem;
    margin-top: 50px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_title {
    font-size: 4rem;
  }
}
.p-forusers-support_subtitle {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_subtitle {
    font-size: 1.8rem;
    margin-top: 45px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_subtitle {
    font-size: 2rem;
  }
}
.p-forusers-support_text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_text {
    text-align: center;
  }
}
.p-forusers-support_service {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
  margin-top: 45px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_service {
    gap: 50px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_service {
    grid-template-columns: 1fr 46%;
    gap: 80px;
    margin-top: 80px;
  }
}
.p-forusers-support_service--info .label {
  display: flex;
  align-items: center;
}
.p-forusers-support_service--info .label .en {
  background: linear-gradient(90deg, #209cff 0%, #68e0cf 100%);
  color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_service--info .label .en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_service--info .label .en {
    font-size: 2rem;
  }
}
.p-forusers-support_service--info .label::before {
  background-color: #209cff;
  content: "";
  display: block;
  height: 1px;
  margin-right: 10px;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_service--info .label::before {
    width: 40px;
  }
}
.p-forusers-support_service--info .title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-forusers-support_service--info .title {
    font-size: 2rem;
    margin-top: 50px;
  }
}
.p-forusers-support_service--info .text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_service--info .text {
    font-size: 1.6rem;
    line-height: 2.1;
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_service--info .text {
    font-size: 1.7rem;
    line-height: 2.2;
    margin-top: 30px;
  }
}
.p-forusers-support_service--info .tel {
  letter-spacing: 0.1rem;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-forusers-support_service--info .tel {
    margin-top: 40px;
  }
}
.p-forusers-support_service--info .tel .sub {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_service--info .tel .sub {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_service--info .tel .sub {
    font-size: 2rem;
  }
}
.p-forusers-support_service--info .tel .number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_service--info .tel .number {
    gap: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_service--info .tel .number {
    gap: 20px;
  }
}
.p-forusers-support_service--info .tel .number img {
  flex-shrink: 0;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_service--info .tel .number img {
    width: 46px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_service--info .tel .number img {
    width: 54px;
  }
}
.p-forusers-support_service--info .tel .number span {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_service--info .tel .number span {
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_service--info .tel .number span {
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }
}
.p-forusers-support_service--info .tel .time,
.p-forusers-support_service--info .tel .holiday {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_service--info .tel .time,
.p-forusers-support_service--info .tel .holiday {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_service--info .tel .time,
.p-forusers-support_service--info .tel .holiday {
    font-size: 1.5rem;
  }
}
.p-forusers-support_service--info .tel .time {
  margin-top: 10px;
}
.p-forusers-support_service--img img {
  display: block;
  height: auto;
  width: 100%;
}
.p-forusers-support_card {
  display: grid;
  gap: 35px;
  grid-template-columns: 1fr;
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_card {
    gap: 45px;
    margin-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_card {
    gap: 6vw;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 100px;
  }
}
.p-forusers-support_card > section {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
}
.p-forusers-support_card .icon {
  margin: auto;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_card .icon {
    width: 65px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_card .icon {
    width: 70px;
  }
}
.p-forusers-support_card .icon img {
  display: block;
  height: auto;
  width: 100%;
}
.p-forusers-support_card .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}
.p-forusers-support_card .subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 10px;
}
.p-forusers-support_card .text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 18px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_card .text {
    margin-top: 25px;
  }
}
.p-forusers-support_att {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-forusers-support_att {
    flex-direction: row;
    gap: 25px;
  }
}
.p-forusers-support_att .label {
  background-color: #ed0015;
  border-radius: 100px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 8px 22px;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_att .label {
    font-size: 2rem;
    padding: 16px 28px;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_att .label {
    font-size: clamp(16px, 1.25vw, 24px);
    padding: clamp(12px, 1.042vw, 20px) clamp(20px, 1.823vw, 35px);
  }
}
.p-forusers-support_att .text {
  border-bottom: 2px solid #333;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-forusers-support_att .text {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-forusers-support_att .text {
    font-size: clamp(24px, 1.875vw, 36px);
  }
}
/*# sourceMappingURL=style-forusers.css.map */