@charset "utf-8";
/* CSS Document */
.u-text-red {
  color: #f00;
}
.p-pcconsul {
  line-height: 1.42;
  color: #484848;
  letter-spacing: 0.12em;
  font-size: 14px;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-pcconsul {
    padding-bottom: 87px;
  }
}
.p-pcconsul img {
  max-width: 100%;
  height: auto;
}

.p-pcconsul__mv {
  position: relative;
  text-align: center;
}
.p-pcconsul__mv__text {
  position: absolute;
  top: 5%;
  width: 100%;
}
.p-pcconsul__mv__text h1 {
  color: #004da1;
  font-weight: bold;
  font-size: clamp(27px, 55/750*100vw, 46px);
  line-height: 1.23;
  margin-bottom: 0.9em;
}
.p-pcconsul__mv__text p {
  font-weight: bold;
  color: #484848;
  font-size: clamp(16px, 33/750*100vw, 28px);
}

@media screen and (min-width: 768px) {
  .p-pcconsul__mv {
    width: fit-content;
    margin: 0 auto;
  }

  .p-pcconsul__mv__text {
    top: 23%;
    left: 13.3%;
    width: fit-content;
    text-align: left;
  }
  .p-pcconsul__mv__text h1 {
    font-size: min(46/1600*100vw, 46px);
  }
  .p-pcconsul__mv__text p {
    font-size: min(28/1600*100vw, 28px);
  }

}
.p-pcconsul__section {
  padding-top: calc(80/750*100vw);
  padding-bottom: calc(80/750*100vw);
}
@media screen and (min-width: 768px) {
  .p-pcconsul__section {
    padding-top: 86px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .p-pcconsul__section__inner {
    padding-left: calc(30/750*100vw);
    padding-right: calc(30/750*100vw);
  }
}
.p-pcconsul__section--features {
  background: #e5f6fc;
}
.p-pcconsul__features {
  display: flex;
}

.p-pcconsul__features__item img {
  width: 55%;
  display: block;
  margin: 0 auto 30px;
  max-width: 518px;
}

@media screen and (min-width: 768px) {
  .p-pcconsul__features {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 3.2%;
  }

  .p-pcconsul__features__item {
    flex: 1;
  }

  .p-pcconsul__features__item img {
    width: 72.5%;
  }
}

.p-pcconsul__h2 {
  position: relative;
  font-size: min(50/750*100vw, 36px);
  line-height: 1.1;
  padding-bottom: 1em;
  text-align: center;
  width: fit-content;
  margin: 0 auto 36px;
  font-weight: bold;
}

.p-pcconsul__h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 60px;
  height: 5px;
  background: #004da1;
}

@media screen and (min-width: 768px) {
  .p-pcconsul__h2 {
    margin-bottom: 52px;
  }
}

.p-pcconsul__troubles__wrapper {
  text-align: center;
}
.p-pcconsul__troubles {
  margin: 38px auto 32px;
  font-size: min(28/750*100vw, 20px);
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
  width: fit-content;
}
.p-pcconsul__troubles > li {
  position: relative;
  padding-left: 2.5em;
}
.p-pcconsul__troubles > li::before {
  position: absolute;
  left: 0;
  top: 0.3em;
  content: "";
  display: block;
  width: 1.4em;
  aspect-ratio: 39/30;
  background: no-repeat url(../images/icon-check.webp) left/contain;
}
.p-pcconsul__troubles > li + li {
  margin-top: 0.5em;
}

@media screen and (min-width: 980px) {
  .p-pcconsul__troubles__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
    margin-bottom: 73px;
  }

  .p-pcconsul__troubles__wrapper img {
    width: 40%;
  }
  .p-pcconsul__troubles {
    margin: 0;
  }
}

.p-pcconsul__about {
  text-align: center;
}

.p-pcconsul__about::before {
  content: "";
  display: block;
  width: min(84/750*100vw, 64px);
  aspect-ratio: 1/1;
  background: no-repeat url(../images/icon-down.webp) center/contain;
  margin: 0 auto 36px;
}

.p-pcconsul__about__service-name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: min(36/750*100vw, 24px);
  width: fit-content;
  margin: 0 auto 32px;
  background: #e5f1ff;
  color: #004da1;
  padding: 0.3em 0.9em;
}

.p-pcconsul__about__text {
  font-size: min(30/750*100vw, 20px);
  margin-bottom: 32px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}

.p-pcconsul__about img {
  width: 57.9%;
  max-width: 400px;
}

@media screen and (min-width: 768px) {
  .p-pcconsul__about::before {
    margin-bottom: 66px;
  }

  .p-pcconsul__about__service-name {
    margin-bottom: 52px;
  }

  .p-pcconsul__about__content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
  }

  .p-pcconsul__about__text {
    text-align: left;
  }
  .p-pcconsul__about img {
    width: 28%;
    max-width: 270px;
    transform: translateY(-40%);
  }
}

.p-pcconsul__section--flow {
  background: #d8eafd;
}

.p-pcconsul__flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}

.p-pcconsul__flow > li {
  position: relative;
  text-align: center;
}

.p-pcconsul__flow__text {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  min-height: 50px;
  padding: 0.3em 0.5em;
  width: fit-content;
  min-width: 52%;
  margin: 0.8em auto 0;
  letter-spacing: 0;
}

.p-pcconsul__flow > li::before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  aspect-ratio: 79/40;
  background: no-repeat url(../images/icon-square.webp) center/contain;
  content: "";
}

.p-pcconsul__flow > li:nth-child(1)::before {
  display: none;
}

.p-pcconsul__flow li:nth-child(1) img {
  width: 50%;
}
.p-pcconsul__flow li:nth-child(2) img {
  width: 24%;
}
.p-pcconsul__flow li:nth-child(3) img {
  width: 45.6%;
}
.p-pcconsul__flow li:nth-child(4) img {
  width: 100%;
}
.p-pcconsul__flow li:nth-child(5) img {
  width: 51.7%;
}

@media screen and (min-width: 768px) {
  .p-pcconsul__flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 9.6%;
    grid-row-gap: 70px;
    max-width: 1040px;
    margin: 0 auto;
  }

  .p-pcconsul__flow li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .p-pcconsul__flow li:nth-child(4),
  .p-pcconsul__flow li:nth-child(5) {
    justify-content: center;
  }
  .p-pcconsul__flow__text {
    width: 100%;
    font-size: min(12/768*100vw, 14px);
    min-height: 68px;
  }

  .p-pcconsul__flow > li:nth-child(4) {
    grid-row: 2/3;
    grid-column: 2/4;
  }
  .p-pcconsul__flow > li::before {
    width: 60px;
  }
  .p-pcconsul__flow > li:nth-child(1)::before {
    display: block;
  }
  .p-pcconsul__flow > li:nth-child(1)::before,
  .p-pcconsul__flow > li:nth-child(2)::before {
    top: 50%;
    left: auto;
    right: -18%;
    transform: translate(50%, -50%) rotate(-90deg);
  }

  .p-pcconsul__flow li:nth-child(3)::before {
    left: 50%;
    top: auto;
    bottom: -35px;
    transform: translate(-50%, 50%);
  }
  .p-pcconsul__flow li:nth-child(4)::before {
    display: none;
  }
  .p-pcconsul__flow li:nth-child(5)::before {
    left: auto;
    top: 50%;
    right: -18%;
    transform: translate(50%, -50%) rotate(90deg);
  }

  .p-pcconsul__flow li:nth-child(1) img {
    width: 88%;
  }

  .p-pcconsul__flow li:nth-child(2) img {
    width: 42%;
  }

  .p-pcconsul__flow li:nth-child(3) img {
    width: 80%;
  }

  .p-pcconsul__flow li:nth-child(4) img {
    width: 90.4%;
  }

  .p-pcconsul__flow li:nth-child(5) img {
    width: 91%;
  }

}

.p-pcconsul__inquiry-graph {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.p-pcconsul__section--use-case {
  background: #f1f8ff;
}

.p-pcconsul__use-case {
  background: #fff;
  color: #004da1;
  font-size: 16px;
  line-height: 1.75;
}
.p-pcconsul__use-case + .p-pcconsul__use-case {
  margin-top: 18px;
}
.p-pcconsul__use-case__title,
.p-pcconsul__use-case__body {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  padding: 0.3em 48px 0.3em 1.2em;
}
.p-pcconsul__use-case__title {
  cursor: pointer;
}
.p-pcconsul__use-case__title::before {
  content: "相談内容";
  display: block;
  border: 1px solid #004da1;
  flex: 0 0 auto;
  padding: 0 0.5em;
  margin-right: 11px;
  font-weight: 500;
}
.p-pcconsul__use-case__toggle {
  position: absolute;
  right: 18px;
  transform: translateY(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #004da1;
  border-radius: 50%;
}
.p-pcconsul__use-case__toggle::before,
.p-pcconsul__use-case__toggle::after {
  content: "";
  display: block;
  width: 65%;
  height: 2px;
  background: #fff;
}
.p-pcconsul__use-case__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-pcconsul__use-case__body {
  margin-top: 10px;
  padding-top: 10px;
  background: #f5f5f5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-pcconsul__use-case__body::before {
  content: "対応内容";
  display: block;
  border: 1px solid #004da1;
  flex: 0 0 auto;
  padding: 0 0.5em;
  margin-right: 11px;
  background: #004da1;
  color: #fff;
  font-weight: 500;
}

.p-pcconsul__use-case.is-open .p-pcconsul__use-case__toggle::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-pcconsul__use-case {
    font-size: 14px;
  }
  .p-pcconsul__use-case + .p-pcconsul__use-case {
    margin-top: 14px;
  }
  .p-pcconsul__use-case__toggle {
    right: 4px;
    width: 18px;
    height: 18px;
  }
  .p-pcconsul__use-case__title,
  .p-pcconsul__use-case__body {
    padding-left: 4px;
    padding-right: 30px;
  }
  .p-pcconsul__use-case__title::before,
  .p-pcconsul__use-case__body::before {
    padding: 0 0.25em;
    margin-right: 8px;
  }
}

.p-pcconsul__steps__icon-step {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  background: #004da1;
  font-size: 24px;
  width: 85px;
  aspect-ratio: 1/1;
  line-height: 1;
  margin: 0 auto 22px;
}

.p-pcconsul__steps__image {
  margin-top: 36px;
  width: 81%;
  display: block;
  margin: 36px auto 0;
}
.p-pcconsul__steps__item + .p-pcconsul__steps__item {
  margin-top: 36px;
}


@media screen and (min-width: 768px) {
  .p-pcconsul__steps {
    width: fit-content;
    margin: 0 auto;
  }
  .p-pcconsul__steps__item {
    padding: 0 40px;
  }
  .p-pcconsul__steps__item + .p-pcconsul__steps__item {
    margin-top: 60px;
  }
  .p-pcconsul__steps__item__header {
    display: flex;
    gap: 34px;
    align-items: center;
  }
  .p-pcconsul__steps__icon-step {
    flex: 0 0 auto;
    margin: 0;
  }
  .p-pcconsul__steps__image {
    width: 100%;
    margin-top: 24px;
  }
}
.p-pcconsul__section--support {
  background: #fafafa;
}
.p-pcconsul__support__table__wrapper {
  overflow: auto;
}
.p-pcconsul__support__table {
  font-size: 14px;
  line-height: 1.5;
  min-width: 600px;
  width: 100%;
  margin: 38px auto 0;
}
.p-pcconsul__support__table th,
.p-pcconsul__support__table td {
  padding: 1em;
}
.p-pcconsul__support__table th {
  font-weight: 500;
  background: #eee;
  border: 1px solid #fff;
  border-right: 0;
  text-align: center;
  word-break: keep-all;
  vertical-align: middle;
}
.p-pcconsul__support__table td {
  border: 1px solid #eee;
  border-left: 0;
  background: #fff;
  text-align: left;
}

.p-pcconsul__mypage-button {
  background: #254a73;
  color: #fff;
  border: 0;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  margin: 38px auto 0;
}
.p-pcconsul__mypage-button:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .p-pcconsul__mypage-text {
    text-align: center;
  }
}

.p-pcconsul__section--caution {
  background: #f3f3f3;
}
.p-pcconsul__caution-list {
  line-height: 2;
}
.p-pcconsul__caution-list > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 0.4em;
}
.p-pcconsul__caution-list > li::before {
  content: "・";
}
.p-pcconsul__caution-list > li > ul {
  padding-left: 1.2em;
}

.p-pcconsul__about img {
  transform: translateY(-20%);
}

/*240202追加*/
.p-pcconsul__support__table th {
  width: 200px;
}
@media screen and (max-width: 767px) {
.p-pcconsul__support__table th {
    width: 170px;
}
}