@charset "UTF-8";
/*!
Theme Name: フォトウエディングセレクション
Version: 1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul[class],
ol[class] {
  list-style: none;
}

#root, #__next {
  isolation: isolate;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("./font/ZenOldMincho-Regular-ss.woff2") format("woff2"), url("./font/ZenOldMincho-Regular-ss.woff") format("woff");
  font-weight: 100 500;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("./font/ZenOldMincho-Bold-ss.woff2") format("woff2"), url("./font/ZenOldMincho-Bold-ss.woff") format("woff");
  font-weight: 600 900;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("./font/NotoSansJP-VariableFont_wght.ttf") format("ttf");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 2.67vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(0.77vw, 10px);
  }
}

body {
  background: white;
  color: #2A2928;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.footer {
  margin-top: auto;
}

a {
  text-decoration: none;
  transition: 0.25s ease-in-out;
}

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

strong {
  color: #de4b42;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

iframe {
  max-width: 100%;
}

ul {
  list-style: none;
}

.nowrap {
  display: inline-block;
}

.center,
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

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

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

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

@media screen and (min-width: 1025px) {
  .pc-hidden {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  clip-path: polygon(0 0, 0 0);
}

body.underscroll {
  overflow: hidden;
}

.con {
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .con {
    width: 120rem;
  }
}
@media screen and (min-width: 768px) {
  .con-p {
    width: 120rem;
    margin: 0 auto;
  }
}
.con-s {
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .con-s {
    width: 96rem;
  }
}
.con-pri {
  position: relative;
}
.con-pri::before {
  position: absolute;
  content: "";
  top: -23rem;
  left: -4rem;
  width: 33.3rem;
  height: 24.4rem;
  background: url(images/pws-common-h2-parts-sp.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .con-pri::before {
    background: url(images/pws-common-h2-parts-pc.webp) center/cover no-repeat;
    width: 57.6rem;
    height: 31.1rem;
    top: -31rem;
    left: 10rem;
  }
}
.con-pri h2 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #F57F88;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .con-pri h2 {
    font-size: 3.5rem;
  }
}
.con-pri h2 > span {
  color: #F57F88;
}
.con-lead {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .con-lead {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 5rem;
    max-width: 90rem;
    margin-inline: auto;
    text-align: center;
  }
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto;
}
.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 20px;
  height: 40px;
  border: none;
  background: url(images/angle-right-sharp.svg) center/18px no-repeat;
  padding: 0;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-prev {
  left: 10px;
  transform: translateY(-50%) rotate(180deg);
}
.slick-next {
  right: 10px;
  transform: translateY(-50%);
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}
.slick-dots li {
  margin: 0;
}
.slick-dots button {
  display: block;
  width: 20px;
  height: 0;
  border: 1px solid #FBFBFB;
  overflow: hidden;
}
.slick-dots .slick-active button {
  border-color: #040404;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  border: none;
  border-radius: 0.6rem;
  padding: 0.5em 1em;
  background: #de4b42;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.16);
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
.button:hover {
  background-color: rgb(228.6, 111, 103.8);
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 2.8rem;
  }
}

.slick-next,
.slick-prev {
  z-index: 10;
  cursor: pointer;
}

.breadcrumbs {
  width: 33.5rem;
  margin: 2rem auto;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    width: 106rem;
    margin: 3rem auto;
    font-size: 1.6rem;
  }
}
.breadcrumbs::-webkit-scrollbar {
  height: 1px;
}
.breadcrumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  background: #bbb;
}
.breadcrumbs-list {
  display: flex;
  gap: 0.5em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-list {
    flex-wrap: wrap;
  }
}
.breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin: 0;
}
.breadcrumbs-item + li::before {
  content: "";
  flex: 0 0 0.5em;
  margin-left: auto;
  height: 0.5em;
  border-top: 1px solid #2A2928;
  border-right: 1px solid #2A2928;
  transform: rotate(45deg);
}
.breadcrumbs-item a {
  color: #2A2928;
}
.breadcrumbs-item a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header {
  padding: 1rem 0;
  background-color: #FEE4E8;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 2rem;
  }
}
.header-h1 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
}
@media screen and (min-width: 768px) {
  .header-h1 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.header-logo img {
  width: auto;
  height: 62px;
}
@media screen and (min-width: 768px) {
  .header-logo img {
    height: 82px;
  }
}

.footer {
  border-top: 1px solid #FBB1BD;
}
.footer-inner {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7rem 5rem;
    padding: 6.5rem 0 10rem;
  }
}
.footer-logo span {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .footer-logo span {
    margin-bottom: 2rem;
    font-size: 1.9rem;
  }
}
.footer-logo img {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-logo img {
    margin-bottom: 0;
  }
}
.footer-menu {
  margin-top: 1.7rem;
  border-top: 1px solid #FBB1BD;
  border-bottom: 1px solid #FBB1BD;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    margin-top: 0;
    padding: 0;
    border: none;
  }
}
.footer-menu li {
  padding-left: 3.2rem;
  background: radial-gradient(circle at center, #FBB1BD 55%, transparent 65%) 1rem 50%/1.2rem 1.2rem no-repeat;
}
@media screen and (min-width: 768px) {
  .footer-menu li {
    padding-left: 2.9rem;
    background-position-x: 0;
    background-size: 1.5rem 1.5rem;
  }
}
.footer-menu li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-menu li + li {
    margin-top: 2rem;
  }
}
.footer-menu a {
  color: #2A2928;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-menu a {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.footer-menu a:hover {
  opacity: 0.8;
}
.footer-nav {
  padding: 1rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    grid-column: span 2;
    margin: 0;
    padding: 0;
  }
}
.footer-nav-inner {
  border-bottom: 1px solid #FBB1BD;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner {
    border: none;
  }
}
.footer-nav-inner p {
  padding: 1.2rem 0 1.2rem 3.2rem;
  background: radial-gradient(circle at center, #FBB1BD 55%, transparent 65%) 1rem 50%/1.2rem 1.2rem no-repeat;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner p {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem 0 0.9rem 2.9rem;
    background-position-x: 0;
    background-size: 1.5rem 1.5rem;
    font-size: 2rem;
  }
  .footer-nav-inner p:after {
    content: "";
    height: 1px;
    background-color: #FBB1BD;
  }
}
.footer-nav-inner ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin: 0.4rem 1.8rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner ul {
    margin: 0.7rem 2.9rem 2rem;
  }
}
.footer-nav-inner ul li:not(:last-child) {
  border-right: 1px solid #2A2928;
  padding-right: 0.8rem;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner ul li:not(:last-child) {
    padding-right: 1rem;
  }
}
.footer-nav-inner ul li a {
  color: #2A2928;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner ul li a {
    font-size: 1.6rem;
  }
}
.footer-nav-inner ul li a:hover {
  opacity: 0.8;
}
.footer-copyright {
  padding: 3rem 0;
  background-color: #FBB1BD;
  font-size: 1.6rem;
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 2.4rem;
  }
}

.review {
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .review {
    margin: 5rem 0;
  }
}
.review-overview {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .review-overview {
    display: flex;
    align-items: flex-end;
    gap: 3.5rem;
  }
}
.review-title {
  position: relative;
  border-top: 0.2rem solid #FBB1BD;
  border-bottom: 0.2rem solid #FBB1BD;
  padding: 1.6rem 1rem 2.6rem;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
.review-title span {
  display: block;
  position: absolute;
  inset: auto 0 -1rem;
  width: fit-content;
  margin: auto;
  padding: 0 1rem;
  background-color: #FBB1BD;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 2rem;
}
.review-rating {
  width: fit-content;
  margin: 1.7rem auto 0;
}
.review-score {
  padding-left: 20rem;
  background: url(images/google.svg) left bottom/17.8rem no-repeat;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.review-star {
  width: 16.3rem;
  aspect-ratio: 326/52;
  margin: 1rem auto 0;
  mask: url(images/stars.svg) right/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .review .review-reviews::before,
  .review .review-reviews::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 2;
    pointer-events: none; /* 矢印などのクリックを邪魔しない */
  }
  .review .review-reviews::before {
    left: 0;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  .review .review-reviews::after {
    right: 0;
    background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}
.review-reviews {
  overflow: hidden;
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .review-reviews {
    margin: 4rem 2rem;
  }
}
.review-reviews-item {
  margin: 0 0.5rem;
  border: 1px solid #FBFBFB;
  border-radius: 0.5rem;
  padding: 1rem;
  line-height: 1.5;
  background-color: #FBFBFB;
}
.review-reviews-item-name {
  font-weight: bold;
}
.review-reviews-item-time {
  font-size: 86%;
}
.review-reviews-item-rating {
  margin: 0.5rem 0;
}
.review-reviews-item-rating .review-star {
  display: block;
  width: 10rem;
  margin: 0;
}
.review-reviews-item-text {
  height: 5lh;
  overflow-y: auto;
}
.review-reviews .slick-dots .slick-active button {
  border: 1px solid #F57F88;
}
.review-reviews .slick-dots button {
  border: 1px solid #FEEAEA;
}
.review-link {
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .review-link {
    margin-top: 4rem;
  }
}
.review-link a {
  display: block;
  width: 17.4rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  background-color: #F57F88;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
}
.review-link a:hover {
  opacity: 0.8;
}

body:not(:has(.form)) .grecaptcha-badge {
  visibility: hidden;
}

.form {
  font-size: max(16px, 1.6rem);
}
@media screen and (min-width: 768px) {
  .form {
    font-size: 1.8rem;
  }
}
.form table,
.form tbody,
.form tr,
.form th,
.form td {
  display: block;
}
@media screen and (min-width: 768px) {
  .form table,
  .form tbody,
  .form tr,
  .form th,
  .form td {
    display: revert;
  }
}
.form th,
.form td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form th,
  .form td {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.form th {
  text-align: left;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .form th {
    width: 14em;
  }
}
.form .required {
  display: inline-block;
  width: 4rem;
  height: 2.4rem;
  margin-left: 1.5rem;
  border-radius: 0.3rem;
  background-color: #FFD700;
  line-height: 2.4rem;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form .required {
    float: right;
    margin-left: 0;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=url],
.form select,
.form textarea {
  width: 100%;
  border: 1px solid #FBFBFB;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #fff;
}
.form input[type=date] {
  border: 1px solid #FBFBFB;
  border-radius: 0.5rem;
  padding: 1rem 0;
  background-color: #fff;
  text-align: center;
}
.form select[name=pref],
.form input[name=address] {
  margin-top: 1rem;
}
.form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.form .wpcf7-radio > span {
  margin: 0;
}
.form input[type=radio],
.form input[type=checkbox] {
  display: none;
}
.form input[type=radio] + span,
.form input[type=checkbox] + span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 100%;
  border: 1px solid #FBFBFB;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  background-color: white;
  transition: 0.2s ease-in-out;
}
.form input[type=radio] + span:before,
.form input[type=checkbox] + span:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: white;
  border: 2px solid #2A2928;
}
.form input[type=radio]:checked + span,
.form input[type=checkbox]:checked + span {
  border-color: #2A2928;
}
.form input[type=radio] + span:before {
  border-radius: 50%;
}
.form input[type=radio]:checked + span:before {
  background-image: radial-gradient(#2A2928 49%, white 51%);
}
.form input[type=checkbox] + span:before {
  border-radius: 0.4rem;
}
.form input[type=checkbox]:checked + span:before {
  background: white url(images/check-solid.svg) center/90% no-repeat;
}
.form-date {
  display: flex;
  align-items: center;
}
.form-date input[type=text] {
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .form-date input[type=text] {
    flex-grow: 0;
    width: auto;
  }
}
.form-date select {
  width: auto;
  margin-left: 0.8rem;
}
.form .wpcf7-acceptance label span {
  background-color: rgb(248.4, 219, 217.2);
}
.form .wpcf7-acceptance label :checked + span {
  background-color: white;
}
.form span[data-name=your-consent] {
  display: block;
  text-align: center;
}
.form-privacy {
  margin-top: 1.5rem;
}
.form-privacy a {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  gap: 0.4em;
  padding: 0 0.3em;
  border-bottom: 1px solid;
  color: #2A2928;
  font-size: 1.4rem;
}
.form-privacy a:after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #2A2928;
  mask: url(images/external-link.svg) center/contain no-repeat;
}
.form .button {
  width: 30rem;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .form .button {
    width: 50rem;
    margin-top: 5rem;
  }
}
.form .button[disabled] {
  pointer-events: none;
  opacity: 0.6;
}
.form-note {
  width: fit-content;
  margin: 0 auto;
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  font-size: 120%;
}
@media screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    padding: 1.5rem 3rem;
  }
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
}

.faq-outer-wrap {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 10rem;
}
.faq-outer-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/pws-faq-bg.webp) top right/cover no-repeat;
  z-index: 0;
  display: block;
}
.faq-outer {
  width: 33.5rem;
  margin-top: 8rem;
  border-top: 1.9rem solid #FBB1BD;
  padding: 5rem 0rem 10rem;
  background-color: white;
  margin: auto;
}
.faq-outer:after {
  height: 0;
}
@media screen and (min-width: 768px) {
  .faq-outer {
    width: 120rem;
    margin-top: 8rem;
    border-width: 2rem;
    padding: 5rem 0 11rem;
  }
}
.faq-title {
  background: none;
  margin: 5rem 0 8rem;
  border-bottom: none;
  border-image: none;
  color: #F57F88;
}
.faq-title img {
  margin: auto;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .faq-title img {
    width: 30%;
  }
}
.faq-item {
  margin-top: 2.3rem;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 1.5rem 0.8rem 0.8rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .faq-item {
    margin: 3.5rem 5rem 0;
    padding: 3rem 5rem;
  }
}
.faq-question {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  position: relative;
  padding: 1rem 0.5rem 2.5rem 7rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.6rem;
  background-color: #ffffff;
  color: #2A2928;
  font-weight: 500;
  line-height: 1.8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .faq-question {
    gap: 2rem;
    padding: 3rem 3rem 3rem 9rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.5rem;
  left: 1rem;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("images/pws-q-mark.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .faq-question::before {
    top: 4.5rem;
    left: 2rem;
  }
}
.faq-answer {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  padding: 1.5rem 0.5rem 3rem 7rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.8;
  background: #FBB1BD;
  border-radius: 10px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .faq-answer {
    gap: 2rem;
    padding: 3rem 4rem 3rem 9rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.faq-answer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  left: 1rem;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url("images/pws-a-mark.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .faq-answer::before {
    top: 5rem;
    left: 2rem;
  }
}
.faq-answer p {
  margin: 0;
  color: white !important;
}

.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .page-nav {
    margin: 40px 0;
  }
}
.page-nav:empty {
  margin: 0;
}

.page-numbers {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #FBB1BD;
  transition: 0.25s ease-in-out;
}
.page-numbers:not(.current):hover {
  background-color: #FBB1BD;
  color: white;
}
.page-numbers.current {
  background-color: #FBB1BD;
  color: white;
}
.page-numbers.prev, .page-numbers.next {
  font-size: 0;
}
.page-numbers.prev::after, .page-numbers.next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
}
.page-numbers.prev::after {
  transform: rotate(225deg) translate(-15%, 15%);
}
.page-numbers.next::after {
  transform: rotate(45deg) translate(-15%, 15%);
}

.cta {
  width: calc(100% + 4rem);
  margin-top: 5rem;
  margin-left: -2rem;
  height: 44rem;
  background: url(images/pws-cta-sp.webp) center/auto 100% no-repeat;
}
@media screen and (min-width: 768px) {
  .cta {
    height: 50rem;
    margin-top: 10rem;
    width: 100%;
    margin-left: 0;
    background-image: url(images/pws-cta-pc.webp);
  }
}
.cta-inner {
  position: relative;
  height: 100%;
}
.cta-inner .num {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta-inner .num {
    display: block;
    position: absolute;
    top: 22.5rem;
    left: 24rem;
    margin: 0;
    color: white;
    font-size: 8rem;
    letter-spacing: 0;
    line-height: 1;
  }
}
.cta-inner .text {
  position: absolute;
  top: 20.5rem;
  left: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 28rem;
  height: 2.9rem;
  color: black;
}
@media screen and (min-width: 768px) {
  .cta-inner .text {
    top: 32.5rem;
    left: 24rem;
    gap: 2rem;
    width: auto;
    height: auto;
  }
}
.cta-inner .text .free {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.1rem 0.6rem;
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .cta-inner .text .free {
    background-color: white;
    padding: 0 1rem;
    font-size: 1.6rem;
  }
}
.cta-inner .text .note {
  margin: 0;
  color: black;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  transform: scale(0.8);
  transform-origin: left;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cta-inner .text .note {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    transform: none;
    color: white;
  }
}
.cta-inner .site,
.cta-inner .mail {
  position: absolute;
  top: 26.9rem;
  width: 16rem;
  height: 14rem;
}
@media screen and (min-width: 768px) {
  .cta-inner .site,
  .cta-inner .mail {
    top: 37rem;
    width: 38rem;
  }
}
.cta-inner .site img,
.cta-inner .mail img {
  filter: drop-shadow(0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.16));
}
.cta-inner .site {
  left: 0;
}
@media screen and (min-width: 768px) {
  .cta-inner .site {
    left: 10rem;
  }
}
.cta-inner .mail {
  right: 0;
}
@media screen and (min-width: 768px) {
  .cta-inner .mail {
    right: 32rem;
  }
}
.cta-inner .tel-sp {
  position: absolute;
  top: 13rem;
  left: 0;
  height: 11.1rem;
}
.cta-inner .tel-sp > img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-inner .tel-sp > img {
    display: none;
  }
}

.foot {
  position: fixed;
  z-index: 101;
  inset: auto 0 0;
  background-color: rgba(255, 106, 118, 0.7);
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
}
.foot._hide {
  opacity: 0.5;
  transform: translateY(13rem);
}
@media screen and (min-width: 768px) {
  .foot._hide {
    transform: translateY(18rem);
  }
}
.foot-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .foot-back {
    width: 120rem;
    margin: auto;
  }
}
.foot-back::before, .foot-back::after {
  content: "";
  display: block;
  position: absolute;
}
.foot-back::before {
  top: -5rem;
  left: 0.5rem;
  width: 6.334rem;
  height: 9.572rem;
  background: url(images/pws-foot-parts-sp.webp) center top/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .foot-back::before {
    background: url(images/pws-foot-parts-pc.webp) center top/cover no-repeat;
    top: -2rem;
    left: -12rem;
    width: 32.4rem;
    height: 17.4rem;
  }
}
.foot-back-p::before {
  top: -2rem;
}
.foot-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto 5rem;
  justify-content: center;
  gap: 0.5rem 0.6rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.7rem 0 1rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .foot-inner {
    grid-template-rows: 3rem 8.5rem;
    gap: 1.1rem 1.5rem;
    padding: 1.4rem 0.5rem 1rem 0;
  }
}
.foot h3 {
  grid-column: span 2;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .foot h3 {
    position: relative;
    justify-self: center;
    width: fit-content;
  }
  .foot h3:has(.txt1)::before, .foot h3:has(.txt1)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.8rem;
    width: 2rem;
    height: 0;
    border-top: 0.2rem solid white;
    transform-origin: center;
  }
  .foot h3:has(.txt1)::before {
    left: -3rem;
    top: 60%;
    transform: rotate(60deg);
  }
  .foot h3:has(.txt1)::after {
    right: -3rem;
    top: 60%;
    transform: rotate(-60deg);
  }
}
.foot h3::before, .foot h3::after {
  width: 0;
  height: 0;
  background-color: unset;
}
@media screen and (min-width: 768px) {
  .foot h3::before, .foot h3::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: #fff;
  }
}
.foot h3::before {
  left: -40px;
  transform: rotate(60deg);
}
.foot h3::after {
  right: -40px;
  transform: rotate(-60deg);
}
.foot h3 .txt0 {
  font-size: 0.9rem;
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt0 {
    font-size: 2.1rem;
    letter-spacing: 0.05em;
  }
}
.foot h3 .txt0 span {
  display: inline-block;
  margin-right: 0.4rem;
  padding: 0 0.4rem;
  background-color: white;
  color: rgba(255, 106, 118, 0.7);
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt0 span {
    margin-right: 1.5rem;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.foot h3 .txt1,
.foot h3 .txt2 {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt1,
  .foot h3 .txt2 {
    display: inline-block;
  }
}
.foot h3 .txt1 {
  color: white;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt1 {
    font-size: 2.1rem;
  }
  .foot h3 .txt1 span {
    color: white;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .foot h3 .txt1 span::after {
    content: "、";
  }
}
.foot h3 .txt2 {
  color: white;
  font-size: 1rem;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt2 {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.foot h3 .txt20 {
  display: inline-block;
  margin: -0.2rem 0.2rem 0 0;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt20 br {
    display: none;
  }
}
.foot h3 .txt21 {
  display: inline-block;
  margin-left: 0.3rem;
  margin-right: 0.2rem;
  padding: 0 0.4rem;
  background-color: white;
  color: rgba(255, 106, 118, 0.7);
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt21 {
    margin-left: 0.7rem;
    margin-right: 0.4rem;
    font-size: 2.4rem;
  }
}
.foot .mail img,
.foot .tel img {
  width: 100%;
  filter: drop-shadow(0.2rem, 0.2rem, 0.2rem, rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 768px) {
  .foot .mail img,
  .foot .tel img {
    filter: drop-shadow(0.2rem, 0.2rem, 0.4rem, rgba(0, 0, 0, 0.2));
  }
}
.foot .mail:only-of-type,
.foot .tel:only-of-type {
  grid-column: 1/3;
}
.foot .mail {
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .foot .mail {
    width: 31.8rem;
  }
}
.foot .tel {
  position: relative;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .foot .tel {
    width: 44rem;
  }
}
.foot .tel .num {
  display: block;
  position: absolute;
  top: 2.2rem;
  left: 5.3rem;
  color: white;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .foot .tel .num {
    top: 2.5rem;
    left: 12rem;
    font-size: 3.9rem;
    letter-spacing: 0.01em;
  }
}

.pickup {
  background: url(images/pws-top-bg.webp) center/cover no-repeat;
  width: 100dvw;
  margin: 7rem -2rem 5rem;
  border-bottom: 1rem solid #FBB1BD;
  padding-bottom: 2.4rem;
  background-color: white;
}
.pickup + br {
  display: none;
}
@media screen and (min-width: 768px) {
  .pickup {
    margin: 10rem calc(50% - 50dvw);
    border-width: 1.5rem;
    padding-bottom: 7rem;
  }
}
.pickup-head {
  position: relative;
  margin-bottom: 3rem;
  padding: 3.4rem 2rem 2.4rem;
  background: url(images/pickup-bg-sp.webp) center/cover no-repeat, linear-gradient(#F57F88, #FBB1BD);
}
@media screen and (min-width: 768px) {
  .pickup-head {
    margin-bottom: 6rem;
    padding: 6.9rem 5rem 4.8rem;
    background: url(images/pickup-bg-pc.webp) center/cover no-repeat, linear-gradient(#F57F88, #FBB1BD);
  }
}
.pickup-head::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 0.5px;
  background: #fff;
}
.pickup h2 {
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  background: none;
  color: white;
  font-size: 2.2rem;
  font-weight: normal;
  border: none;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .pickup h2 {
    font-size: 2.5rem;
    font-size: 4.3rem;
  }
}
.pickup h2::before {
  content: "";
  position: absolute;
  background: url(images/pws-pickup-h2-parts-l-sp.webp) center/cover no-repeat;
  width: 2rem;
  height: 2.5rem;
  top: -2rem;
  left: -3rem;
}
@media screen and (min-width: 768px) {
  .pickup h2::before {
    background: url(images/pws-pickup-h2-parts-l.webp) center/cover no-repeat;
    width: 4.4rem;
    height: 4.3rem;
    left: -6rem;
  }
}
.pickup h2::after {
  content: "";
  position: absolute;
  background: url(images/pws-pickup-h2-parts-r-sp.webp) center/cover no-repeat;
  right: -2rem;
  bottom: -0.5rem;
  width: 1.8rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .pickup h2::after {
    background: url(images/pws-pickup-h2-parts-r.webp) center/cover no-repeat;
    width: 3rem;
    height: 3.5rem;
    right: -4rem;
  }
}
.pickup h3 {
  margin: 1.2rem 0 0;
  border: none;
  padding: 0;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pickup h3 {
    margin-top: 2.4rem;
    font-size: 2.5rem;
  }
}
.pickup .image {
  width: fit-content;
  margin: 0 auto 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pickup .image {
    margin-bottom: 6rem;
  }
}
.pickup .image::before {
  content: "";
  position: absolute;
  background: url(images/pws-pickup-image-parts-r-sp.webp) center/cover no-repeat;
  width: 10.2rem;
  height: 17.6rem;
  top: -5rem;
  right: -2rem;
}
@media screen and (min-width: 768px) {
  .pickup .image::before {
    background: url(images/pws-pickup-image-parts-r.webp) center/cover no-repeat;
    width: 13.8rem;
    height: 23.8rem;
    top: -10rem;
    right: -12rem;
  }
}
.pickup .image::after {
  content: "";
  position: absolute;
  background: url(images/pws-pickup-image-parts-l-sp.webp) center/cover no-repeat;
  width: 10.2rem;
  height: 12.1rem;
  left: -2rem;
  bottom: -39rem;
}
@media screen and (min-width: 768px) {
  .pickup .image::after {
    background: url(images/pws-pickup-image-parts-l.webp) center/cover no-repeat;
    width: 21.2rem;
    height: 25.3rem;
    left: -20rem;
    bottom: -14rem;
  }
}
.pickup .title {
  width: fit-content;
  margin: 0 auto 1rem;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pickup .title {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
}
.pickup .content {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .pickup .content {
    font-size: 1.8rem;
  }
}
.pickup a {
  display: block;
  width: 15rem;
  margin: 4rem auto 0;
  border-radius: 3rem;
  padding: 0.5rem 0;
  background: #F57F88;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pickup a {
    width: 24rem;
    margin-top: 6rem;
    padding: 1rem 0;
    font-size: 2.1rem;
  }
}
.pickup a:hover {
  text-decoration: none;
  opacity: 0.9;
}

h2:has(+ .recommend-item) {
  display: grid;
  grid-template-columns: 5.3rem 1fr;
  align-items: center;
  gap: 1.2rem;
  margin: 4.5rem 0 2.5rem;
  border: none;
  padding: 0;
  background: none;
  color: #2A2928;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h2:has(+ .recommend-item) {
    gap: 1.9rem;
    width: calc(100% + 6.6rem);
    margin: 6.5rem 0 6rem -6.6rem;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
h2:has(+ .recommend-item):before {
  content: "";
  display: block;
  height: 8.4rem;
  background: url(images/recommend-title.svg) 0 0/contain no-repeat;
}

.recommend-item {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .recommend-item {
    margin-bottom: 20rem;
  }
}
.recommend-title {
  border: none;
  border-bottom: 0.3rem solid #F57F88;
  padding: 0 1rem 0.5rem 1rem;
  color: #F57F88;
  font-size: 2.2rem;
  letter-spacing: -0.03em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .recommend-title {
    font-size: 4.5rem;
    letter-spacing: 0.1em;
  }
}
.recommend-image {
  position: relative;
  width: fit-content;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .recommend-image {
    margin-top: 4rem;
  }
}
.recommend-image .seiyaku {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -4.9rem;
  right: -2rem;
  width: 10.7rem;
  aspect-ratio: 1/1;
  background: url(images/seiyaku-bn.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .recommend-image .seiyaku {
    bottom: -6.2rem;
    right: -1.3rem;
    width: 21rem;
  }
}

.recommend-table {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(135deg, #FCDFD0 0%, #FFFFFF 50%, #DFEDDA 100%);
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .recommend-table {
    padding-bottom: 5rem;
  }
}

.recommendHead-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
  background: #F57F88;
  border: none;
  padding: 2.5rem 2rem 3rem;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .recommendHead-ttl {
    flex-direction: row;
    padding: 2rem 0;
    width: 100%;
    gap: 2rem;
    font-size: 4rem;
  }
}
.recommendHead-ttl::before {
  content: "";
  background: url(images/pws-recommendHead-icon.webp) center/cover no-repeat;
  width: 3.9rem;
  height: 2.55rem;
}
@media screen and (min-width: 768px) {
  .recommendHead-ttl::after {
    content: "";
    background: url(images/pws-recommendHead-icon.webp) center/cover no-repeat;
    width: 3.9rem;
    height: 2.55rem;
  }
}
.recommendHead-inner {
  display: flex;
  gap: 1rem;
  padding: 2rem 2rem 2.5rem;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .recommendHead-inner {
    gap: 5.5rem;
    padding: 6rem 0 4.5rem;
  }
}
.recommendHead-inner > img {
  width: 14.8rem;
  height: 13.7rem;
}
@media screen and (min-width: 768px) {
  .recommendHead-inner > img {
    width: 35.1rem;
    height: 32.7rem;
  }
}
.recommendHead-txt {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .recommendHead-txt {
    gap: 4rem;
  }
}
.recommendHead-txt h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  .recommendHead-txt h3 {
    font-size: 4.3rem;
    text-align: center;
  }
}
.recommendHead-txt p {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .recommendHead-txt p {
    font-size: 1.8rem;
    text-align: center;
  }
}
.recommendHead-span {
  color: #F57F88;
}

.recommendTable {
  overflow-x: auto;
  margin-inline: 2rem;
}
@media screen and (min-width: 768px) {
  .recommendTable {
    overflow: hidden;
    width: 120rem;
    margin-left: calc(50% - 60rem);
  }
}
.recommendTable tbody,
.recommendTable thead,
.recommendTable tfoot {
  display: contents !important;
  min-width: auto !important;
}
.recommendTable-title {
  position: relative;
  width: 37.5rem;
  margin: 0 -2rem;
  padding: 4.1rem 5.5rem 2.5rem;
  background: url(images/recommend-crown.svg) 50% 0.6rem/3.9rem no-repeat, linear-gradient(105deg, #54778B, #174D6E 120%);
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommendTable-title {
    width: 120rem;
    margin: 0 calc(50% - 60rem);
    padding: 3.2rem 0;
    background: url(images/recommend-crown.svg) 17rem 50%/5.9rem no-repeat, url(images/recommend-crown.svg) 97rem 50%/5.9rem no-repeat, linear-gradient(105deg, #54778B, #174D6E 120%);
    font-size: 4rem;
    letter-spacing: 0.1em;
  }
}
.recommendTable-title:before, .recommendTable-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: white;
}
.recommendTable-title:before {
  top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .recommendTable-title:before {
    top: 1.1rem;
  }
}
.recommendTable-title:after {
  bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .recommendTable-title:after {
    bottom: 1.1rem;
  }
}
.recommendTable::-webkit-scrollbar {
  height: 1rem;
}
.recommendTable::-webkit-scrollbar-track {
  background: #fafafa;
}
.recommendTable::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}
.recommendTable table {
  width: auto;
  border: none;
  border-spacing: 0;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table {
    width: 100%;
    margin-top: 4rem;
  }
}
.recommendTable table .bulk {
  min-width: 7rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table .bulk {
    min-width: 13rem;
  }
}
.recommendTable table .name {
  min-width: 18.5rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table .name {
    min-width: 35.8rem;
  }
}
.recommendTable table .name a {
  position: relative;
}
.recommendTable table .name-special {
  position: absolute;
  top: -1.5rem;
  right: -0.5rem;
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table .name-special {
    width: 10.2rem;
    height: 10.3rem;
    right: -3rem;
  }
}
.recommendTable table .rev {
  min-width: 10rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table .rev {
    min-width: 18.5rem;
  }
}
.recommendTable table .spc {
  min-width: 8.7rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table .spc {
    min-width: 13.5rem;
  }
}
.recommendTable table .tag:not(:has(img)) {
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommendTable table .tag:not(:has(img)) {
    font-size: 4rem;
  }
}
.recommendTable table .tag > ul:not(:has(img:nth-of-type(4))) {
  display: flex !important;
}
.recommendTable table th {
  border-right: 1px solid white;
  padding: 0.6rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .recommendTable table th {
    padding: 1.3rem 0;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
  }
}
.recommendTable table th:first-child {
  border-left: 1px solid #FBB1BD;
}
.recommendTable table th:last-child {
  border-right: 1px solid #FBB1BD;
}
.recommendTable table th.bulk {
  padding-left: 1.8rem;
  background: #FBB1BD url(images/recommend-calc.svg) 0.5rem 50%/1.7rem no-repeat;
  font-size: 1.1rem;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .recommendTable table th.bulk {
    padding-left: 3.3rem;
    background-position: 1.3rem 50%;
    background-size: 2.7rem;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.recommendTable table th.rev {
  padding-left: 3rem;
  background: #FBB1BD url(images/recommend-review.svg) 0.8rem 50%/2.2rem no-repeat;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .recommendTable table th.rev {
    padding-left: 5.4rem;
    background-position: 3.7rem 50%;
    background-size: 3.6rem;
    font-size: 2.1rem;
    letter-spacing: 0.2em;
  }
}
.recommendTable table th.spc {
  padding-left: 2.7rem;
  background: #FBB1BD url(images/recommend-gift.svg) 0.9rem 50%/2.1rem no-repeat;
  color: #FFDD4E;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .recommendTable table th.spc {
    padding-left: 3.7rem;
    background-position: 1.3rem 50%;
    background-size: 3.6rem;
    font-size: 2.1rem;
    letter-spacing: 0.2em;
  }
}
.recommendTable table td {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 0.9rem 0.6rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .recommendTable table td {
    padding: 1.2rem;
  }
}
.recommendTable table td:first-child {
  border-left: 1px solid #707070;
}
.recommendTable table td.bulk {
  position: relative;
}
.recommendTable table td.bulk label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.recommendTable table td.bulk input {
  display: none;
}
.recommendTable table td.bulk span {
  position: relative;
  border: 0.1rem solid #E2E2E2;
  border-radius: 50%;
  padding: 0.3rem;
  background-color: #F6F6F6;
  box-shadow: 0.1rem 0.1rem 0 rgba(120, 120, 120, 0.5);
}
.recommendTable table td.bulk span::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: linear-gradient(#F6F6F6, #CCCCCC);
  box-shadow: inset 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}
.recommendTable table td.bulk span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 1.8rem;
  height: 1.6rem;
  background: url(images/recommend-check.svg) top left/contain no-repeat;
  transform: scale(1.5) translate(-0.9rem, -0.9rem);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.recommendTable table td.bulk :checked + span::after {
  transform: scale(1) translate(0, 0);
  opacity: 1;
}
.recommendTable table td.name a {
  display: block;
  width: 16rem;
  margin: 0 0.2rem 0 1rem;
  color: #2A2928;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.name a {
    width: 34rem;
    margin: 0 auto;
  }
}
.recommendTable table td.name a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.recommendTable table td.name a > span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.name a > span {
    gap: 1.3rem;
    font-size: 2.2rem;
    margin-top: 0;
  }
}
.recommendTable table td.name a > span .no1,
.recommendTable table td.name a > span .no2,
.recommendTable table td.name a > span .no3 {
  flex: 0 0 2.7rem;
  aspect-ratio: 55/87;
  background: center/contain no-repeat;
  text-indent: 6rem;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.name a > span .no1,
  .recommendTable table td.name a > span .no2,
  .recommendTable table td.name a > span .no3 {
    flex-basis: 5.4rem;
    transform: translateY(1rem);
  }
}
.recommendTable table td.name a > span .no1 {
  background-image: url(images/pws-chart-prts1.webp);
}
.recommendTable table td.name a > span .no2 {
  background-image: url(images/pws-chart-prts2.webp);
}
.recommendTable table td.name a > span .no3 {
  background-image: url(images/pws-chart-prts3.webp);
}
.recommendTable table td.name a img {
  margin-top: 0.6rem;
}
.recommendTable table td.rev {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.rev {
    font-size: 5rem;
  }
}
.recommendTable table td.rev .total {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.rev .total {
    display: inline;
    font-size: 2rem;
    margin-left: 0.4rem;
  }
}
.recommendTable table td.rev .star {
  display: block;
  width: 7rem;
  aspect-ratio: 326/52;
  margin: 0.5rem auto 0.8rem;
  mask: url(images/stars.svg) right/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.rev .star {
    width: 16rem;
    margin: 1.5rem auto 2rem;
  }
}
.recommendTable table td.rev a {
  display: block;
  width: 8.5rem;
  margin: 0 auto;
  background-color: #FBB1BD;
  color: white;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.rev a {
    width: 17rem;
    font-size: 1.8rem;
  }
}
.recommendTable table td.rev a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.recommendTable table td.spc {
  text-align: center;
}
.recommendTable table td.spc .ari {
  color: #FBB1BD;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.spc .ari {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.recommendTable table td.spc .ari::before {
  content: "";
  display: block;
  width: 4.4rem;
  aspect-ratio: 1/1;
  margin: 0 auto 0.6rem;
  border: 0.7rem solid #FBB1BD;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.spc .ari::before {
    width: 6rem;
    margin-bottom: 1rem;
    border-width: 1rem;
  }
}
.recommendTable table td.spc .nashi {
  display: inline-block;
  width: 2.4rem;
  height: 0.4rem;
  background-color: #707070;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.spc .nashi {
    width: 3rem;
    height: 0.5rem;
  }
}
.recommendTable table td.tag ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 6rem);
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.tag ul {
    grid-template-columns: repeat(4, 8rem);
    gap: 1rem;
  }
}
.recommendTable table td.tag ul li {
  width: 6rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.tag ul li {
    width: 8rem;
  }
}
.recommendTable table td.tag ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.tag ul li span {
    font-size: 1.2rem;
  }
}

.recommendBulk {
  margin: 3rem 2rem 5rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
}
@media screen and (min-width: 768px) {
  .recommendBulk {
    width: 100%;
    margin: 5rem 0 7rem;
  }
}
.recommendBulk p {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  border: 0.3rem solid #F57F88;
  border-radius: 3rem;
  padding: 0.6rem 2.3rem;
  background-color: white;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .recommendBulk p {
    padding: 0.7rem 4.8rem;
    font-size: 2.1rem;
    letter-spacing: 0.2em;
  }
}
.recommendBulk p::before, .recommendBulk p::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1.2rem;
  height: 0.9rem;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .recommendBulk p::before, .recommendBulk p::after {
    width: 2rem;
    height: 1.5rem;
  }
}
.recommendBulk p::before {
  bottom: -1.2rem;
  background-color: #F57F88;
}
@media screen and (min-width: 768px) {
  .recommendBulk p::before {
    bottom: -1.5rem;
  }
}
.recommendBulk p::after {
  bottom: -0.7rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .recommendBulk p::after {
    bottom: -1rem;
  }
}
.recommendBulk a {
  display: block;
  height: 12rem;
  margin-top: 2rem;
  border: 0.5rem solid #F57F88;
  border-radius: 1.5rem;
  padding-top: 1.4rem;
  background: url(images/angle-right.svg) right 1rem center/0.9rem no-repeat, radial-gradient(ellipse at 50% -17rem, #F57F88 57%, #de4b42 0) center top/64rem 100%;
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .recommendBulk a {
    display: flex;
    align-items: center;
    gap: 9.1rem;
    width: 80rem;
    height: 9rem;
    margin: 2rem auto 0;
    padding-top: 0;
    padding-left: 3.9rem;
    background: url(images/angle-right.svg) right 2rem center/1.1rem no-repeat, radial-gradient(ellipse at -17% 50%, #F57F88 25%, #de4b42 0) left center/100% 80rem;
    font-size: 3.3rem;
    letter-spacing: 0.4em;
  }
}
.recommendBulk a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.recommendBulk a span {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .recommendBulk a span {
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    line-height: 2.5rem;
  }
}
.recommendBulk a span::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.4rem;
  left: -1.9rem;
  width: 1.5rem;
  height: 1.8rem;
  background: url(images/recommend-lines.svg) center/contain no-repeat;
  transform: rotate(16deg);
}

#rt1 ~ #toc_container .toc_list > li:first-child {
  display: none;
}

#toc_container li:has(a[href="#Recommended_Contractor"]) {
  display: none;
}

#toc_container {
  width: 100% !important;
  margin: 3rem 0;
  border-top: 1px solid #FBB1BD;
  border-bottom: 1px solid #FBB1BD;
  padding: 2rem;
  background-color: #FEE4E8;
}
@media screen and (min-width: 768px) {
  #toc_container {
    width: 120rem !important;
    margin: 6rem calc(50% - 60rem);
    padding: 2rem 12.5rem 2.4rem;
  }
}
#toc_container a {
  color: #2A2928;
}
#toc_container .toc_title {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
}
#toc_container .toc_title:before {
  content: "目次";
  margin: 0 1.3rem 0 -1.5rem;
  border-right: 0.2rem solid #FBB1BD;
  padding-right: 0.9rem;
  color: #2A2928;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 4rem;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  #toc_container .toc_title:before {
    font-size: 2.5rem;
    padding-left: 0;
  }
}
#toc_container .toc_title .toc_toggle {
  display: block;
  position: absolute;
  inset: -2rem;
}
#toc_container .toc_title .toc_toggle a {
  display: block;
  height: 100%;
  padding-left: 101%;
  overflow: hidden;
}
#toc_container .toc_title .toc_toggle a:hover {
  opacity: 0.8;
}
#toc_container .toc_title .toc_toggle a:after {
  content: "";
  display: block;
  position: absolute;
  top: 3.5rem;
  right: 0.7rem;
  width: 2.1rem;
  height: 1.2rem;
  background-color: #FBB1BD;
  mask: url(images/angle-down.svg) center/contain no-repeat;
}
#toc_container .toc_title .toc_brackets {
  display: none;
}
#toc_container .toc_list {
  margin-top: 3rem;
}
#toc_container .toc_list li {
  list-style: none;
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
}
#toc_container .toc_list li ul {
  margin-left: 2rem;
}

.hero img {
  margin: 0 auto;
}

.about {
  position: relative;
  padding: 6rem 0 5rem;
  background: url(images/pws-top-bg.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 5rem 0 8rem;
  }
}
.about .con {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about .con {
    padding-top: 54rem;
    max-width: 120rem;
  }
}
.about .con::before {
  content: "";
  position: absolute;
  background: url(images/pws-about-bg-pict-sp.webp) center/cover no-repeat;
  width: 100%;
  height: auto;
  z-index: -1;
  aspect-ratio: 750/1280;
  top: -4rem;
}
@media screen and (min-width: 768px) {
  .about .con::before {
    top: 0;
    left: 0;
    background: url(images/pws-about-bg-pict-pc.webp) center/cover no-repeat;
    aspect-ratio: 1121/953;
  }
}
.about .ttl {
  background-color: #fff;
  width: 100%;
  margin: auto;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .ttl {
    padding: 3rem 6rem 3rem 3rem;
    width: fit-content;
    height: auto;
    margin: 0;
    text-align: left;
  }
}
.about .ttl h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .about .ttl h2 {
    font-size: 4rem;
    font-weight: 500;
  }
}
.about .ttl h2 > br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about .ttl h2 > br {
    display: block;
  }
}
.about .ttl2 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about .ttl2 {
    font-size: 3rem;
    padding: 2.5rem 3rem;
  }
}
.about .ttl2 > br {
  display: block;
}
@media screen and (min-width: 768px) {
  .about .ttl2 > br {
    display: none;
  }
}
.about .txt {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 500;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  padding: 27.5rem 1.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .about .txt {
    padding: 0 3rem 3rem;
    font-size: 1.8rem;
    font-weight: 400;
  }
}

.worries {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 4rem 0 7.5rem;
}
@media screen and (min-width: 768px) {
  .worries {
    padding: 6rem 0;
  }
}
.worries::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #fff;
}
.worries h2 {
  position: relative;
  display: inline-block;
  box-shadow: inset 0 -0.8rem 0 #FEF5DD;
  padding: 0.2rem 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .worries h2 {
    font-size: 3.5rem;
    font-weight: 500;
  }
}
.worries h2::before {
  position: absolute;
  content: "";
  background: url(images/pws-worries-h2-parts.webp) center/cover no-repeat;
  top: -6rem;
  left: -3rem;
  width: 14rem;
  height: 20rem;
}
@media screen and (min-width: 768px) {
  .worries h2::before {
    top: -9rem;
    left: -30rem;
    width: 20rem;
    height: 25rem;
  }
}
.worries ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin: 3.5rem auto 0;
  margin-top: 3.5rem;
  max-width: 30rem;
}
@media screen and (min-width: 768px) {
  .worries ul {
    grid-template-columns: repeat(3, 1fr);
    margin: 4.5rem auto 0;
    max-width: 100rem;
    gap: 2.5rem;
  }
}
.worries ul li img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  object-position: bottom;
  border-top-left-radius: 5rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .worries ul li img {
    height: 24rem;
  }
}
.worries ul li h3 {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  box-shadow: inset 0 -1rem 0 #FEEAEA;
  padding: 0.2rem 0;
}
@media screen and (min-width: 768px) {
  .worries ul li h3 {
    font-size: 2.2rem;
  }
}
.worries ul li p {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .worries ul li p {
    font-size: 1.8rem;
    text-align: left;
  }
}

.top-bg {
  background: url(images/pws-top-bg.webp) center/cover no-repeat;
}
.top-bg [id^=index] {
  padding: 18rem 2rem 5rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .top-bg [id^=index] {
    padding: 18rem 2rem 15rem;
    margin-bottom: 20rem;
  }
}
.top-bg [id^=index]:nth-child(odd) {
  border-top-left-radius: 10rem;
  border-top-right-radius: 0;
}
.top-bg [id^=index]:nth-child(even) {
  border-top-left-radius: 0;
  border-top-right-radius: 10rem;
}
.top-bg [id^=index]:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .top-bg [id^=index]:last-child {
    padding-bottom: 0;
  }
}

.seiyaku {
  text-align: center;
  padding-top: 11rem;
  padding-inline: 2rem;
  padding-bottom: 13rem;
}
@media screen and (min-width: 768px) {
  .seiyaku {
    padding-top: 9rem;
    padding-inline: 0;
    padding-bottom: 20rem;
  }
}
.seiyaku-step h2 {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .seiyaku-step h2 {
    font-size: 3.5rem;
    margin-bottom: 6rem;
  }
}
.seiyaku-step h2::before {
  position: absolute;
  content: "";
  background: url(images/pws-top-seiyaku-ttl-l.webp) center/cover no-repeat;
  width: 17.3rem;
  height: 11.7rem;
  top: -10.7rem;
  left: -2.5rem;
}
@media screen and (min-width: 768px) {
  .seiyaku-step h2::before {
    width: 27.4rem;
    height: 18.5rem;
    top: -10rem;
    left: -26rem;
  }
}
.seiyaku-step h2::after {
  position: absolute;
  content: "";
  background: url(images/pws-top-seiyaku-ttl-r-sp.webp) center/cover no-repeat;
  width: 14.5rem;
  height: 25rem;
  top: -7rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .seiyaku-step h2::after {
    background: url(images/pws-top-seiyaku-ttl-r-pc.webp) center/cover no-repeat;
    width: 28.8rem;
    height: 37.7rem;
    top: -11rem;
    right: -28rem;
  }
}
.seiyaku-step > ol {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  gap: 10rem;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem;
  border-radius: 1rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .seiyaku-step > ol {
    display: grid;
    grid-template-columns: repeat(3, 30rem);
    align-items: stretch;
    max-width: 120rem;
    height: 54rem;
    padding: 6rem 7rem;
    margin-bottom: 12rem;
  }
}
.seiyaku-step > ol::after {
  position: absolute;
  content: "";
  background: url(images/pws-seiyaku-step-parts.webp) center/cover no-repeat;
  width: 10.8rem;
  height: 17.1rem;
  bottom: -12rem;
  left: -1rem;
}
@media screen and (min-width: 768px) {
  .seiyaku-step > ol::after {
    bottom: -5rem;
    left: -6rem;
  }
}
.seiyaku-step > ol > li {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1;
}
.seiyaku-step > ol > li::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .seiyaku-step > ol > li::before {
    position: relative;
    margin: auto auto 0;
  }
}
.seiyaku-step > ol > li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -8rem;
  left: calc(50% - 1.55rem);
  background: url(images/pws-step-parts.webp) center/cover no-repeat;
  width: 2.1rem;
  height: 6.35rem;
}
@media screen and (min-width: 768px) {
  .seiyaku-step > ol > li::after {
    transform: rotate(-90deg);
    left: auto;
    right: -6rem;
    bottom: 30%;
  }
}
.seiyaku-step > ol > li > h3 {
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .seiyaku-step > ol > li > h3 {
    font-size: 2.2rem;
    padding-left: 5rem;
    letter-spacing: 0.2em;
  }
}
.seiyaku-step > ol > li > h3::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .seiyaku-step > ol > li > h3::before {
    position: absolute;
    top: calc(50% - 2rem);
    left: 0;
    margin-bottom: 0;
  }
}
.seiyaku-step > ol > li > p {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .seiyaku-step > ol > li > p {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.seiyaku-step > ol > li:nth-of-type(1) > h3::before {
  background: url(images/pws-step-num-1.webp) center/cover no-repeat;
}
.seiyaku-step > ol > li:nth-of-type(1)::before {
  top: 0;
  right: 0;
  background: url(images/pws-step-1-sp.webp) center/cover no-repeat;
  width: 14rem;
  height: 16.1rem;
}
@media screen and (min-width: 768px) {
  .seiyaku-step > ol > li:nth-of-type(1)::before {
    background: url(images/pws-step-1-pc.webp) center/cover no-repeat;
  }
}
.seiyaku-step > ol > li:nth-of-type(2) > h3::before {
  background: url(images/pws-step-num-2.webp) center/cover no-repeat;
}
.seiyaku-step > ol > li:nth-of-type(2)::before {
  top: 0;
  right: 0;
  background: url(images/pws-step-2-sp.webp) center/cover no-repeat;
  width: 14.1rem;
  height: 13.5rem;
}
@media screen and (min-width: 768px) {
  .seiyaku-step > ol > li:nth-of-type(2)::before {
    background: url(images/pws-step-2-pc.webp) center/cover no-repeat;
    margin: 2.5rem 10rem 0 auto;
  }
}
.seiyaku-step > ol > li:nth-of-type(3) > h3::before {
  background: url(images/pws-step-num-3.webp) center/cover no-repeat;
}
.seiyaku-step > ol > li:nth-of-type(3)::before {
  top: 0;
  right: 0;
  background: url(images/pws-step-3-sp.webp) center/cover no-repeat;
  width: 15rem;
  height: 14.1rem;
}
@media screen and (min-width: 768px) {
  .seiyaku-step > ol > li:nth-of-type(3)::before {
    background: url(images/pws-step-3-pc.webp) center/cover no-repeat;
    margin: 2rem auto 0;
  }
}
.seiyaku-step > ol > li:nth-of-type(3)::after {
  content: none;
}
.seiyaku-inner h2 {
  max-width: 120rem;
  padding: 2rem 0;
  background: radial-gradient(ellipse 80rem 40rem at center, #F57F88 0%, #FBB1BD 50%, rgba(254, 240, 241, 0) 100%);
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: block;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .seiyaku-inner h2 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
    text-align: left;
    padding-left: 15rem;
    letter-spacing: 0.2em;
  }
}
.seiyaku-inner p {
  text-align: left;
  position: relative;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .seiyaku-inner p {
    max-width: 90rem;
    font-size: 1.8rem;
    font-weight: 400;
    margin-inline: auto;
    padding-right: 35rem;
    line-height: 2.5;
  }
}
.seiyaku-inner p::before {
  content: "";
  display: block;
  width: 20rem;
  height: 20rem;
  background: url(images/pws-seiyaku-bn.webp) center/cover no-repeat;
  margin-bottom: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .seiyaku-inner p::before {
    position: absolute;
    top: -9rem;
    right: 3rem;
    margin-bottom: 0;
    width: 30rem;
    height: 30rem;
  }
}

.tabs {
  padding: 18rem 2rem 5rem;
  background-color: #fff;
  border-top-right-radius: 10rem;
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .tabs {
    padding: 20rem 0 15rem;
    margin-bottom: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .tabs-inner {
    max-width: 100rem;
    margin-inline: auto;
  }
}
.tabs-inner > p {
  text-align: left;
}
.tabs-list {
  display: grid;
  grid-template-columns: repeat(2, 16rem);
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .tabs-list {
    grid-template-columns: repeat(3, 32rem);
    gap: 4.5rem;
  }
}
.tabs-list li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .tabs-list li {
    gap: 3rem;
  }
}
.tabs-list li .image img {
  object-fit: cover;
  width: 100%;
  height: 11rem;
}
@media screen and (min-width: 768px) {
  .tabs-list li .image img {
    width: 100%;
    height: 22rem;
  }
}
.tabs-list li .text {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .tabs-list li .text {
    font-size: 1.6rem;
  }
}
.tabs-list li .link {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 3.1rem;
  background-color: #F57F88;
  width: 100%;
  font-weight: 400;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .tabs-list li .link {
    font-size: 2rem;
    height: 6rem;
  }
}
.tabs-list li .link:hover {
  opacity: 0.8;
}

.other {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .other {
    padding: 20rem 0 15rem;
  }
}
@media screen and (min-width: 768px) {
  .other-inner {
    max-width: 100rem;
    margin-inline: auto;
  }
}

.rankings {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .rankings {
    padding: 20rem 0 15rem;
  }
}
@media screen and (min-width: 768px) {
  .rankings-inner {
    max-width: 100rem;
    margin-inline: auto;
  }
}
.rankings-pri {
  height: 7rem;
  background: #F57F88;
  color: white;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .rankings-pri {
    height: 9rem;
  }
}
.rankings-pri::before {
  position: absolute;
  width: 80%;
  height: 2px;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  bottom: 1.5rem;
  left: 3rem;
}
.rankings-pri span {
  font-size: 2.5rem;
  margin-right: 1rem;
}
.rankings-list {
  display: grid;
  grid-template-columns: repeat(2, 16rem);
  gap: 1rem 1.5rem;
  padding: 1rem 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .rankings-list {
    padding: 2rem 0;
    grid-template-columns: repeat(3, 30rem);
    gap: 1.5rem 2rem;
  }
}
.rankings-list a {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  border: 1px solid #F57F88;
  box-shadow: 0.3rem 0.3rem #F57F88;
  background: #fff;
  position: relative;
  color: #000;
  padding: 1rem 3rem 1rem 1rem;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .rankings-list a {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
}
.rankings-list a:hover {
  top: 0.3rem;
  left: 0.3rem;
  box-shadow: 0 0 #F57F88;
}
.rankings-list a::after {
  position: absolute;
  content: "";
  background: url(images/pws-rankings-arrow-parts.webp) center/cover no-repeat;
  width: 1rem;
  height: 0.3rem;
  bottom: 1.5rem;
  right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .rankings-list a::after {
    bottom: calc(50% - 0.15rem);
  }
}
.rankings-list a .title {
  display: block;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .rankings-list a .title {
    font-size: 2.4rem;
  }
}
.rankings-list a .text {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .rankings-list a .text {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.archive-header {
  border-top: 0.2rem solid #FBB1BD;
  padding-bottom: 4rem;
  background-color: #FEE4E8;
}
@media screen and (min-width: 768px) {
  .archive-header {
    padding-bottom: 7rem;
  }
}
.archive-header .breadcrumbs {
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .archive-header .breadcrumbs {
    margin: 1.5rem 0;
  }
}
.archive-header h2 {
  width: fit-content;
  margin: 2rem auto 0;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .archive-header h2 {
    margin-top: 3rem;
    font-size: 2.8rem;
  }
}
.archive-body {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .archive-body {
    padding: 7rem;
  }
}
.archive-body ul {
  display: grid;
  grid-template-columns: repeat(2, 16rem);
  justify-content: space-between;
  gap: 2rem 0;
}
@media screen and (min-width: 768px) {
  .archive-body ul {
    grid-template-columns: repeat(3, 36rem);
    gap: 6rem 0;
  }
}
.archive-body ul li {
  list-style: none;
  margin: 0;
}
.archive-body ul li a {
  display: block;
  color: #2A2928;
}
.archive-body ul li a:hover {
  color: #FBB1BD;
}
.archive-body ul li a .thumbnail {
  display: block;
  aspect-ratio: 2/1;
  background-color: #FBFBFB;
}
.archive-body ul li a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-body ul li a .title {
  display: block;
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .archive-body ul li a .title {
    font-size: 1.6rem;
  }
}

.post {
  overflow: hidden;
  padding-bottom: 4rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .post {
    padding-bottom: 8rem;
    font-size: 1.8rem;
  }
}
.post-date {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .post-date {
    font-size: 2.2rem;
    margin: 2rem 0;
    padding-inline: 2rem;
  }
}
.post-thumbnail {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .post-thumbnail {
    margin-bottom: 4rem;
  }
}
.post-thumbnail img {
  margin: 0 auto;
}
.post-title {
  width: fit-content;
  margin: 2rem auto;
  padding: 0;
  background: none;
  color: #2A2928;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  border: none;
}
@media screen and (min-width: 768px) {
  .post-title {
    margin: 3rem 0;
    padding-inline: 2rem;
    font-size: 4rem;
  }
}
.post p:empty {
  display: none;
}
.post-btn {
  margin: 2rem auto 3rem;
}
.post-btn a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #F57F88;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2.6rem;
  max-width: 15rem;
  max-height: 5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .post-btn a {
    max-width: 20rem;
    padding: 2rem 3rem;
    font-size: 1.6rem;
    transition: 0.2s ease-in-out;
  }
}
.post-btn a::after {
  content: "";
  background: url(images/pws-column-link-btn.webp) center/cover no-repeat;
  display: block;
  width: 0.8rem;
  height: 1.2rem;
}
@media screen and (min-width: 768px) {
  .post-btn a::after {
    margin-top: 0.1rem;
  }
}
.post-btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}

:where(.post) a:hover {
  text-decoration: underline;
}
:where(.post) strong {
  color: #F57F88;
}
:where(.post) h2 {
  position: relative;
  margin: 6rem 0 3rem;
  padding: 0.8rem 2rem;
  background: linear-gradient(to left, #FBB1BD, #F57F88);
  border-bottom: 0.5rem solid;
  border-image: linear-gradient(to right, #FBB1BD, #F57F88) 1;
  color: white;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  :where(.post) h2 {
    margin-top: 8rem;
    padding: 1rem 4rem;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
:where(.post) h3 {
  margin: 3rem 0 2rem;
  padding: 0 0 0.6rem 1rem;
  border-left: 0.7rem solid #F57F88;
  border-bottom: 0.2rem solid #F57F88;
  font-size: 2rem;
  line-height: 1.35;
  color: #F57F88;
}
@media screen and (min-width: 768px) {
  :where(.post) h3 {
    margin: 5.5rem 0 2rem;
    padding: 0.3rem 0 1rem 2.3rem;
    font-size: 2.4rem;
  }
}
:where(.post) h4 {
  margin: 1.5em 0 1em;
  border-left: 4px solid #FBB1BD;
  padding: 0 0.4em;
  line-height: 1.35;
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  :where(.post) h4 {
    font-size: 2.2rem;
  }
}
:where(.post) h5 {
  margin: 1.5em 0 1em;
  border-bottom: 1px solid #FBFBFB;
  padding-bottom: 0.3em;
  line-height: 1.35;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  :where(.post) h5 {
    font-size: 2rem;
  }
}
:where(.post) p {
  margin: 1em 0;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
:where(.post) ul {
  list-style: disc;
}
:where(.post) li {
  margin-left: 2em;
  line-height: 2.4;
}
:where(.post) table {
  width: 100%;
  margin: 2rem auto;
  border-collapse: separate;
  border-spacing: 0.3rem;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  :where(.post) table {
    margin: 3rem auto;
  }
}
:where(.post) .table-scroll {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  :where(.post) .table-scroll {
    overflow-x: visible;
    margin: 3rem auto;
  }
}
:where(.post) .table-scroll table {
  min-width: 550px;
}
@media screen and (min-width: 768px) {
  :where(.post) .table-scroll table {
    min-width: auto;
  }
}
:where(.post) th {
  padding: 1rem 0.5rem;
  background-color: #FBB1BD;
  color: white;
}
@media screen and (min-width: 768px) {
  :where(.post) th {
    padding: 2rem 0.5rem;
  }
}
:where(.post) td {
  min-width: 15rem;
  padding: 1rem;
  background-color: #FBFBFB;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  :where(.post) td {
    font-size: 1.6rem;
    padding: 2rem 3rem;
  }
}
:where(.post) .gmap {
  margin: 2.5em 0;
}
:where(.post) .gmap iframe {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 480px) {
  :where(.post) .gmap iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 768px) {
  :where(.post) .gmap iframe {
    aspect-ratio: 2/1;
  }
}

.detail {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .detail {
    padding-bottom: 10rem;
  }
}
.detail-thumbnail {
  position: relative;
  width: 37.5rem;
  margin: 2rem -2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail-thumbnail {
    width: fit-content;
    max-width: 100%;
    margin: 6rem auto 4.5rem;
  }
}
.detail-thumbnail:has(.seiyaku) {
  margin-bottom: 6rem;
}
.detail-thumbnail .seiyaku {
  display: block;
  position: absolute;
  bottom: -5.3rem;
  right: 0;
  width: 10.7rem;
  aspect-ratio: 1/1;
  background: url(images/seiyaku-bn.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .detail-thumbnail .seiyaku {
    bottom: -6.2rem;
    right: -1.3rem;
    width: 21rem;
  }
}
.detail-title {
  border-bottom: 0.4rem dotted #F57F88;
  padding: 0 0 0.3rem;
  background: none;
  color: #F57F88;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .detail-title {
    width: 100%;
    margin: 4.5rem 0 0;
    padding-bottom: 0.4rem;
    font-size: 4.5rem;
    letter-spacing: 0.15em;
  }
}
.detail-title:after {
  content: none;
}
.detail .review {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .detail .review {
    margin-top: 4.2rem;
  }
}
.detail-subtitle {
  margin: 4rem 0 2.5rem;
  border: none;
  padding: 1rem 2rem;
  background-color: #F57F88;
  color: white;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .detail-subtitle {
    margin-top: 8rem;
    padding: 1rem 4rem;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
}
.detail-subtitle.info {
  padding-left: 5rem;
  background: #F57F88 url(images/icon-i.svg) 1.1rem 50%/3rem no-repeat;
}
@media screen and (min-width: 768px) {
  .detail-subtitle.info {
    padding-left: 7.3rem;
    background-position: 3.2rem 50%;
  }
}
.detail-lead {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .detail-lead {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.detail-tag {
  display: grid;
  grid-template-columns: repeat(auto-fill, 6rem);
  grid-auto-rows: 6rem;
  justify-content: center;
  gap: 0.5rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .detail-tag {
    grid-template-columns: repeat(auto-fill, 10rem);
    grid-auto-rows: 10rem;
    gap: 1rem;
    margin: 4rem 0 6rem;
  }
}
.detail-tag li {
  margin: 0;
}
.detail-tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1em;
  color: #FBB1BD;
  font-size: 1rem;
}
.detail-table {
  table-layout: auto;
}
.detail-table th {
  width: 10em;
  background-color: #F57F88;
}
.detail .links {
  margin: 30px auto;
}
.detail-special {
  margin-top: 3rem;
  cursor: pointer;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
@media screen and (min-width: 768px) {
  .detail-special {
    margin-top: 5rem;
    margin-left: 0;
    width: 100%;
  }
}
.detail-special img {
  height: 18.75rem;
  margin: 0 auto;
  filter: drop-shadow(0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 768px) {
  .detail-special img {
    height: 48rem;
  }
}
.detail-special-pop {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  visibility: visible;
  opacity: 1;
}
.detail-special-pop._hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.detail-special-text {
  position: absolute;
  inset: 0;
  width: fit-content;
  height: fit-content;
  max-width: 92%;
  max-height: 92%;
  overflow-y: auto;
  margin: auto;
  padding: 2rem;
  background-color: white;
  font-size: 1.4rem;
  line-height: 2;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
._hide .detail-special-text {
  transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .detail-special-text {
    padding: 5rem 5rem 2rem;
    font-size: 1.6rem;
  }
}
.detail-special-text::after {
  content: "";
  display: block;
  width: 3.6rem;
  aspect-ratio: 1/1;
  margin: 2rem auto 0;
  background-color: #FBB1BD;
  mask: url(images/circle-xmark-solid.svg) center/contain no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .detail-special-text::after {
    margin-top: 4rem;
  }
}
.detail-point-title {
  margin: 1.5rem 0 1rem;
  border: none;
  padding: 0 0 0 4rem;
  background: url(images/rect-check.svg) left center/3rem no-repeat;
  color: black;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .detail-point-title {
    margin: 4rem 1rem 1rem;
    padding-left: 6rem;
    background-size: 3.8rem;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
}
.detail-point-title span {
  background: linear-gradient(transparent 60%, #FEEAEA 60%);
}
.detail-point-content {
  margin: 0 1.5rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .detail-point-content {
    margin: 0 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.detail-area {
  width: 37.5rem;
  margin-left: -2rem;
}
@media screen and (min-width: 768px) {
  .detail-area {
    width: 100%;
    margin: 4rem 0 0;
  }
}
.detail-area-item {
  margin: 0 2rem;
}
@media screen and (min-width: 768px) {
  .detail-area-item {
    grid-template-columns: 1fr 32rem;
    grid-template-rows: auto 1fr;
    gap: 2.5rem 3rem;
    margin: 0 5rem;
  }
  .detail-area-item.slick-slide {
    display: grid;
  }
}
.detail-area-item img {
  width: 32rem;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 768px) {
  .detail-area-item img {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 38rem;
    margin-bottom: 0;
  }
}
.detail-area-item h3 {
  width: fit-content;
  margin: 0 0 1rem;
  border: 0.2rem solid #FBB1BD;
  padding: 0.2rem 1.8rem;
  background-color: transparent;
  color: #FBB1BD;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .detail-area-item h3 {
    margin: 1rem 0 0;
    padding: 0.6rem 3rem;
    font-size: 2.2rem;
  }
}
.detail-area-item p {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .detail-area-item p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .detail-area-item:not(:has(img)) {
    display: flex !important;
    flex-direction: column;
    gap: 3rem;
  }
}
.detail-area .slick-dots {
  margin-top: 2rem;
}
.detail-area .slick-dots li {
  margin: 0 0.7rem;
}
.detail-area .slick-dots button {
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid #B7B7B7;
  border-radius: 1rem;
  text-indent: 2rem;
  white-space: nowrap;
}
.detail-area .slick-dots .slick-active button {
  border-color: #FBB1BD;
  background-color: #FBB1BD;
}
.detail .faq-outer {
  background-color: white;
}
.detail table th {
  min-width: 10rem;
}

#main:has(.ranking-header) {
  background-color: #FEE4E8;
}

.ranking-header img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ranking-header + .breadcrumbs {
    margin: 2.5rem auto;
  }
}
.ranking-body {
  background-color: #fff;
  padding-top: 8rem;
}
.ranking-body > .post {
  padding-bottom: 0;
}
.ranking-image {
  position: relative;
  padding: 0 2rem 8rem;
}
@media screen and (min-width: 768px) {
  .ranking-image {
    padding-bottom: 13rem;
  }
}
.ranking-image::before {
  position: absolute;
  content: "";
  background: url(images/pws-top-bg.webp) center/cover no-repeat;
  left: 0;
  top: -8rem;
  width: 100%;
  height: 35rem;
}
@media screen and (min-width: 768px) {
  .ranking-image::before {
    top: -13rem;
  }
}
.ranking-image::after {
  position: absolute;
  content: "";
  background: url(images/pws-ranking-primary-bg.webp) center/cover no-repeat;
  width: 100%;
  height: 45rem;
  top: -8rem;
  left: 0;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .ranking-image::after {
    background: url(images/pws-ranking-primary-bg-pc.webp) no-repeat center/contain;
  }
}
.ranking-image-inner {
  position: relative;
  width: 100%;
  height: 31rem;
  background: url(images/pws-top-bg.webp) center/cover no-repeat, #F57F88;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner {
    max-width: 75rem;
    margin-top: 5rem;
    background: none;
    height: 30rem;
  }
}
.ranking-image-inner::before {
  content: "";
  position: absolute;
  inset: 1rem;
  background: url(images/pws-ranking-primary-bg.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner::before {
    content: none;
  }
}
.ranking-image-inner::after {
  position: absolute;
  content: "";
  background: url(images/pws-ranking-primary-inner-parts.webp) center/cover no-repeat;
  width: 10.7rem;
  height: 10.7rem;
  top: -7rem;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner::after {
    width: 15rem;
    height: 15rem;
    top: -5rem;
    left: -6rem;
  }
}
.ranking-image-inner .image {
  position: absolute;
  top: -4rem;
  left: calc(50% - 12.5rem);
  width: 25rem;
  height: 20rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .image {
    width: 40rem;
    height: 30rem;
    top: -5rem;
    right: -8rem;
    left: auto;
    z-index: 5;
  }
}
.ranking-image-inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ranking-image-inner .text {
  padding-top: 20rem;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 17rem 2rem 2.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text {
    background: url(images/pws-top-bg.webp) center/cover no-repeat, #F57F88;
    margin-right: 25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    padding: 5rem;
    padding-right: 7rem;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text::before {
    content: "";
    position: absolute;
    inset: 1rem;
    background: url(images/pws-ranking-primary-bg-pc.svg) no-repeat center/contain;
  }
}
.ranking-image-inner .text .text01 {
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text .text01 {
    font-size: 2rem;
  }
}
.ranking-image-inner .text .text02 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text .text02 {
    font-size: 6rem;
  }
}
.ranking-image-inner .text .text03 {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text .text03 {
    font-size: 3rem;
  }
}

.fixed-request {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0.5rem;
  width: 11.5rem;
  padding-right: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}
.fixed-request.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .fixed-request {
    bottom: 2rem;
    width: 20rem;
    padding-right: 2rem;
  }
}
main:has(#foot) ~ .fixed-request {
  bottom: 12rem;
}
@media screen and (min-width: 768px) {
  main:has(#foot) ~ .fixed-request {
    bottom: 15rem;
  }
}

.request {
  max-width: 1920px;
  margin: 0 auto;
  background: #FFF8C0;
  color: #2A2928;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
}
.request-cont {
  width: 34.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .request-cont {
    width: 120rem;
  }
}
.request-button {
  position: fixed;
  z-index: 10;
  inset: auto 0 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .request-button {
    bottom: 2.5rem;
  }
}
.request-button.show {
  opacity: 1;
  visibility: visible;
}
.request-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9rem;
  margin: auto;
  border-radius: 5.1rem;
  background-image: url(images/request/pws-button-angle-circle.svg), linear-gradient(#EF3D4B, #F57F88);
  background-position: right 2.9rem center, 0 0;
  background-size: 3rem, auto;
  background-repeat: no-repeat;
  text-align: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.23);
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .request-button a {
    width: 120rem;
    max-width: 1200px;
    height: 10.5rem;
    background-position: right 4.1rem center, 0 0;
    background-size: 4.4rem, auto;
  }
}
.request-button a:hover {
  background-position: right 3.3rem center, 0 0;
}
.request-button a > span {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: white;
}
@media screen and (min-width: 768px) {
  .request-button a > span {
    font-size: 4rem;
    letter-spacing: 0.15em;
  }
}
.request-button a > span .kana {
  font-size: 83.3%;
}
@media screen and (min-width: 768px) {
  .request-button a > span .kana {
    font-size: 87.5%;
  }
}
.request-wrap-1 {
  overflow: hidden;
  padding-top: 8rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .request-wrap-1 {
    padding-top: 8.8rem;
  }
}
.request-recommend-title {
  width: 37.5rem;
  margin: 4rem -1.5rem 0;
}
@media screen and (min-width: 768px) {
  .request-recommend-title {
    width: 100%;
    margin: 10erm auto 0;
  }
}
.request-recommend-title:after {
  content: "";
  display: block;
  width: 36.8rem;
  height: 0.4rem;
  margin: 0.4rem auto 0;
  background-color: #FBD15E;
  mask: url(images/request/pws-title-line-sp.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-recommend-title:after {
    width: 118.7rem;
    margin-top: 1.1rem;
    mask-image: url(images/request/pws-title-line-pc.svg);
  }
}
.request-recommend-title h2 {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2 {
    margin-right: 0.58rem;
    font-size: 5.7rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.request-recommend-title h2 span {
  display: inline-block;
  position: relative;
}
.request-recommend-title h2 span::before {
  content: "";
  display: block;
  position: absolute;
  inset: -0.02em 0 auto;
  height: 0.3em;
  background: radial-gradient(circle at center, #FBAE14 0.14em, transparent 0.16em) left top/1em 0.3em repeat-x;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2 span::before {
    top: -0.15em;
    height: 0.26em;
    background: radial-gradient(circle at center, #FBAE14 0.12em, transparent 0.13em) left top/1em 0.26em repeat-x;
  }
}
.request-recommend-title h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  width: 5.9rem;
  aspect-ratio: 128/131;
  background: url(images/request/pws-recommend-google.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2::before {
    left: 0.5rem;
    bottom: 2rem;
    width: 12.4rem;
  }
}
.request-recommend-title h2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0.8rem;
  bottom: 0;
  width: 8.9rem;
  aspect-ratio: 178/210;
  background: url(images/request/pws-recommend-review-sp.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2::after {
    background-image: url(images/request/pws-recommend-review-pc.webp);
    right: -4.5rem;
    width: 27rem;
    aspect-ratio: 397.61/305.59;
  }
}
@media screen and (min-width: 1025px) {
  .request-recommend-title h2::after {
    right: -9.5rem;
    width: 32.3rem;
  }
}
.request-recommend-text {
  margin-top: 1.47rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .request-recommend-text {
    margin-top: 1.65rem;
    font-size: 2.3rem;
  }
}
.request-appeal-title {
  position: relative;
  margin-top: 10rem;
  font-size: 1.9rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-appeal-title {
    width: fit-content;
    margin: 14rem auto 0;
    padding: 0 5rem;
    font-size: 4.5rem;
    letter-spacing: 0.12em;
  }
}
.request-appeal-title span {
  font-size: 147%;
  color: #FF6A76;
}
@media screen and (min-width: 768px) {
  .request-appeal-title span {
    font-size: 100%;
  }
}
.request-appeal-title::before, .request-appeal-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 2.6rem;
  aspect-ratio: 52/86;
  background-color: #FF6A76;
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .request-appeal-title::before, .request-appeal-title::after {
    bottom: 0.5rem;
    width: 6.3rem;
    aspect-ratio: 63/66;
  }
}
.request-appeal-title::before {
  left: -0.7rem;
  mask-image: url(images/request/pws-appeal-left-sp.svg);
}
@media screen and (min-width: 768px) {
  .request-appeal-title::before {
    mask-image: url(images/request/pws-appeal-left-pc.svg);
  }
}
.request-appeal-title::after {
  right: -0.7rem;
  mask-image: url(images/request/pws-appeal-right-sp.svg);
}
@media screen and (min-width: 768px) {
  .request-appeal-title::after {
    mask-image: url(images/request/pws-appeal-right-pc.svg);
  }
}
.request-appeal-list {
  display: grid;
  grid-template-columns: repeat(2, 16.9rem);
  grid-auto-rows: 16.9rem;
  justify-content: space-between;
  gap: 1em 0;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .request-appeal-list {
    grid-template-columns: repeat(2, 58rem);
    grid-auto-rows: 38.8rem;
    gap: 3.3rem 0;
    margin-top: 5.9rem;
  }
}
.request-appeal-item {
  border-radius: 2rem;
  background-color: #FEE4E8;
}
.request-appeal-item p {
  color: #FF6A76;
  font-weight: bold;
  line-height: 1.375;
  white-space: nowrap;
  text-align: center;
}
.request-appeal-item-1 img {
  width: 10.8rem;
  margin: 1.6rem auto 0.5rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-1 img {
    width: 25.3rem;
    margin: 2.1rem auto 1.7rem;
  }
}
.request-appeal-item-1 p {
  font-size: 1.45rem;
  letter-spacing: -0.035em;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-1 p {
    font-size: 4.5rem;
  }
}
.request-appeal-item-1 p span {
  font-size: 240%;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-1 p span {
    font-size: 189%;
  }
}
.request-appeal-item-2 img {
  width: 12.6em;
  margin: 2.3rem auto 1.2rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-2 img {
    width: 30.7rem;
    margin: 4.2rem auto 1.6rem;
  }
}
.request-appeal-item-2 p {
  font-size: 1.6rem;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-2 p {
    font-size: 5rem;
  }
}
.request-appeal-item-3 img {
  width: 9.9rem;
  margin: 2.5rem auto 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-3 img {
    width: 27.3rem;
    margin: 3.7rem auto 3.2rem;
  }
}
.request-appeal-item-3 p {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-3 p {
    font-size: 5rem;
    letter-spacing: 0.2em;
  }
}
.request-appeal-item-4 img {
  width: 14.9rem;
  margin: 2.7rem auto 1rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-4 img {
    width: 41.7rem;
    margin: 6.2rem auto 3.2rem;
  }
}
.request-appeal-item-4 p {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .request-appeal-item-4 p {
    font-size: 5rem;
  }
}
.request-point {
  overflow: hidden;
  padding: 6.6rem 0 11.4rem;
  background: #FEE4E8 url(images/request/pws-point-top.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .request-point {
    padding: 9.7rem 0 20.3rem;
    background-position: 0 max(-22vw, -49rem);
  }
}
.request-point-cont {
  width: 125rem;
  margin: 0 auto;
}
.request-point-item {
  position: relative;
}
.request-point-item img {
  position: absolute;
  z-index: 2;
}
.request-point-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7.5rem;
  left: 1rem;
  width: 16rem;
  height: 0.3rem;
  background: url(images/request/pws-point-line.png) 0 0/contain;
  transform: rotate(115deg);
}
@media screen and (min-width: 768px) {
  .request-point-item:after {
    left: 11.5rem;
    bottom: -18.5rem;
    width: 56rem;
    height: 0.5rem;
    transform: rotate(140deg);
  }
}
.request-point-item .txt {
  position: relative;
  z-index: 1;
  width: 33.5rem;
  height: 23rem;
  border-radius: 2rem;
  padding: 2.1rem 2.5rem 0;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt {
    width: 80rem;
    height: 55rem;
    padding: 6.2rem 8.8rem 0 3.5rem;
  }
}
.request-point-item .txt:before {
  content: "";
  display: block;
  position: absolute;
  top: -3.15rem;
  left: 20rem;
  width: 12rem;
  height: 4.2rem;
  background-color: #F57F88;
  mask-position: left center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt:before {
    width: 28rem;
    height: 10rem;
    top: -7.4rem;
    left: 43.3rem;
  }
}
.request-point-item .txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: 2px;
  height: 12.6rem;
  background-color: #F57F88;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt::after {
    left: 3.5rem;
    width: 0.6rem;
    height: 32.5rem;
  }
}
.request-point-item .txt h3 {
  margin-left: 0.6rem;
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt h3 {
    margin-left: 5rem;
    font-size: 4.8rem;
  }
}
.request-point-item .txt p {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-point-item .txt p {
    font-size: 3rem;
  }
}
.request-point-item:first-child, .request-point-item:nth-child(3) {
  background: radial-gradient(circle at 10.9rem 13rem, #FFABB1 13rem, transparent 13rem);
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child, .request-point-item:nth-child(3) {
    background: radial-gradient(circle at 30rem 30rem, #FFABB1 30rem, transparent 30rem);
  }
}
.request-point-item:first-child .txt, .request-point-item:nth-child(3) .txt {
  margin-left: 4rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child .txt, .request-point-item:nth-child(3) .txt {
    margin-left: 45rem;
  }
}
.request-point-item:nth-child(2), .request-point-item:nth-child(4) {
  padding-top: 16.2rem;
  background: radial-gradient(circle at 29.5rem 13rem, #FFABB1 13rem, transparent 13rem);
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2), .request-point-item:nth-child(4) {
    padding-top: 20.2rem;
    background: radial-gradient(circle at 95rem 30rem, #FFABB1 30rem, transparent 30rem);
  }
}
.request-point-item:nth-child(2) .txt:before, .request-point-item:nth-child(4) .txt:before {
  left: 2.3rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) .txt:before, .request-point-item:nth-child(4) .txt:before {
    left: 43.3rem;
  }
}
.request-point-item:first-child {
  padding-top: 19.6rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child {
    padding-top: 29.4rem;
  }
}
.request-point-item:first-child img {
  top: 6rem;
  left: 1.5rem;
  width: 18rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child img {
    top: 16.5rem;
    left: 8.5rem;
    width: 39rem;
  }
}
.request-point-item:first-child .txt:before {
  mask-image: url(images/request/pws-point-01.svg);
}
.request-point-item:first-child .txt h3 span {
  display: block;
  margin-top: -0.1rem;
  font-size: 6.2rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child .txt h3 span {
    font-size: 15rem;
  }
}
.request-point-item:first-child .txt p {
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:first-child .txt p {
    margin-top: 1.6rem;
  }
}
.request-point-item:nth-child(2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) {
    margin-top: 16.8rem;
  }
}
.request-point-item:nth-child(2) img {
  top: 4.8rem;
  left: 18.6rem;
  width: 18.7rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) img {
    top: 16rem;
    left: 76rem;
    width: 40rem;
  }
}
.request-point-item:nth-child(2)::after {
  left: 20rem;
  transform: rotate(65deg);
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2)::after {
    left: 37rem;
    transform: rotate(40deg);
  }
}
.request-point-item:nth-child(2) .txt:before {
  mask-image: url(images/request/pws-point-02.svg);
}
.request-point-item:nth-child(2) .txt h3 span:first-of-type {
  display: block;
  margin-top: -0.1rem;
  font-size: 6.2rem;
  float: left;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) .txt h3 span:first-of-type {
    font-size: 15rem;
  }
}
.request-point-item:nth-child(2) .txt h3 span:nth-of-type(2) {
  display: inline-block;
  margin-top: 1.8rem;
  margin-left: 0.4rem;
}
.request-point-item:nth-child(2) .txt h3 + p {
  clear: both;
}
.request-point-item:nth-child(2) .txt p {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(2) .txt p {
    margin-top: 8.4rem;
  }
}
.request-point-item:nth-child(3) {
  margin-top: 2.4rem;
  padding-top: 17rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) {
    margin-top: 10.4rem;
    padding-top: 29.4rem;
  }
}
.request-point-item:nth-child(3) img {
  top: 4.2em;
  left: 2.7em;
  width: 16.2em;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) img {
    top: 15rem;
    left: 10.5rem;
    width: 37rem;
  }
}
.request-point-item:nth-child(3) .txt:before {
  mask-image: url(images/request/pws-point-03.svg);
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt h3 {
    font-size: 5rem;
  }
}
.request-point-item:nth-child(3) .txt h3 > span:first-child {
  display: block;
  margin-bottom: 1rem;
  font-size: 5.7rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt h3 > span:first-child {
    margin-bottom: 1.8rem;
    font-size: 12rem;
  }
}
.request-point-item:nth-child(3) .txt h3 > span:nth-child(2) {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt h3 > span:nth-child(2) {
    font-size: 3.2rem;
  }
}
.request-point-item:nth-child(3) .txt h3 > span:nth-child(2) > span {
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt h3 > span:nth-child(2) > span {
    font-size: 1.2rem;
  }
}
.request-point-item:nth-child(3) .txt p {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(3) .txt p {
    margin-top: 7.8rem;
  }
}
.request-point-item:nth-child(4) {
  margin-top: 1.9rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) {
    margin-top: 17.5rem;
  }
}
.request-point-item:nth-child(4) img {
  top: 3.1rem;
  left: 18.7rem;
  width: 18.7rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) img {
    top: 9.6rem;
    left: 76rem;
    width: 38rem;
  }
}
.request-point-item:nth-child(4):after {
  content: none;
}
.request-point-item:nth-child(4) .txt:before {
  mask-image: url(images/request/pws-point-04.svg);
}
.request-point-item:nth-child(4) .txt h3 > span {
  display: block;
  margin-top: 0.2rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) .txt h3 > span {
    font-size: 7rem;
  }
}
.request-point-item:nth-child(4) .txt h3 > span > span {
  font-size: 4.5rem;
  vertical-align: -0.15em;
  margin: 0 0.1rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) .txt h3 > span > span {
    font-size: 10rem;
    vertical-align: -0.1em;
  }
}
.request-point-item:nth-child(4) .txt p {
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
  .request-point-item:nth-child(4) .txt p {
    margin-top: 6.6rem;
  }
}
.request-wrap-2 {
  overflow: hidden;
  position: relative;
  background: repeating-linear-gradient(282deg, white 0 16px, #FEE4E8 16px 23px);
  padding-top: 14.9em;
}
@media screen and (min-width: 768px) {
  .request-wrap-2 {
    padding-top: 18em;
  }
}
.request-wrap-2:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  aspect-ratio: 960/73;
  background-color: #FEE4E8;
  mask: url(images/request/pws-wrap-top.png) 0 0/100% no-repeat;
}
.request-genre-title:after {
  content: "";
  display: block;
  width: 36.8rem;
  height: 0.4rem;
  margin: 1rem auto 0;
  background-color: #FF6A76;
  mask: url(images/request/pws-title-line-sp.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-genre-title:after {
    width: 118.7rem;
    margin-top: 1.1rem;
    mask-image: url(images/request/pws-title-line-pc.svg);
  }
}
.request-genre-title h2 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.46;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .request-genre-title h2 {
    width: fit-content;
    margin: 0 auto;
    padding: 0 5rem;
    font-size: 5rem;
    letter-spacing: 0.15em;
  }
}
.request-genre-title h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5.9rem;
  left: 0;
  width: 4.8rem;
  aspect-ratio: 96/84;
  background-color: #FF6A76;
  mask: url(images/request/pws-genre-title-1.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-genre-title h2::before {
    bottom: 3rem;
    left: -1rem;
    width: 6rem;
    transform: rotate(340deg);
  }
}
.request-genre-title h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0.2rem;
  width: 5rem;
  aspect-ratio: 100/136;
  background-color: #FF6A76;
  mask: url(images/request/pws-genre-title-2.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-genre-title h2::after {
    right: -0.5rem;
    width: 5rem;
  }
}
.request-genre-inner {
  margin-top: 2rem;
  border-radius: 5rem;
  padding: 5.4rem 1rem;
  background-color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .request-genre-inner {
    margin-top: 4rem;
    padding: 7.5rem 4.5rem;
  }
}
.request-genre-list {
  display: grid;
  grid-template-columns: repeat(2, 14.3rem);
  justify-content: center;
  gap: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-genre-list {
    grid-template-columns: repeat(4, 24rem);
    gap: 6rem 4.5rem;
  }
}
.request-genre-list span {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.025rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-genre-list span {
    font-size: 3rem;
  }
}
.request-genre-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 3px solid #FF6A76;
  border-radius: 50%;
  overflow: hidden;
}
.request-genre-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 3rem;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .request-genre-text {
    margin-top: 6rem;
    font-size: 3rem;
  }
}
.request-genre-text:before {
  content: "";
  width: 3.5rem;
  aspect-ratio: 1/1;
  background-color: #FF6A76;
  mask: url(images/request/pws-genre-plus.svg) center/contain no-repeat;
}
.request-step {
  position: relative;
  margin: 16.3rem auto 14.7rem;
  border-top: 0.4rem solid #FF6A76;
  border-bottom: 4px solid #FF6A76;
  padding: 7rem 1.5rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .request-step {
    width: calc(100% - 10rem);
    max-width: 1300px;
    margin: 19rem auto 31.5rem;
    border: 0.4rem solid #F57F88;
    padding: 12rem 5rem 15rem;
  }
}
.request-step-title {
  font-size: 3.4rem;
  line-height: 1.44;
  color: #FF6A76;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-step-title {
    width: fit-content;
    margin: 0 auto;
    font-size: 5rem;
  }
}
.request-step-title::after {
  content: "";
  display: block;
  margin-top: 1.5rem;
  margin-left: -7.5em;
  border-bottom: 0.4rem solid #FF6A76;
}
@media screen and (min-width: 768px) {
  .request-step-title::after {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.request-step-list {
  display: grid;
  gap: 5.8rem;
  margin-top: 4.3rem;
}
@media screen and (min-width: 768px) {
  .request-step-list {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: auto;
    gap: 7.5rem;
    margin-top: 12.2rem;
  }
}
.request-step-item {
  position: relative;
  padding-bottom: 3rem;
  background-color: #FEE4E8;
}
@media screen and (min-width: 768px) {
  .request-step-item {
    padding-bottom: 0;
    background: none;
  }
}
.request-step-item-num {
  position: absolute;
  top: 7.3rem;
  left: -1.2rem;
  width: 8.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FF6A76;
}
@media screen and (min-width: 768px) {
  .request-step-item-num {
    inset: -3.2rem 0 auto;
    width: 9.3rem;
    margin: auto;
  }
}
.request-step-item-num img {
  width: 100%;
  height: 4.8rem;
  margin-top: 1.9rem;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .request-step-item-num img {
    height: 5.5rem;
  }
}
.request-step-item:first-child:after, .request-step-item:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 -5.8rem;
  margin: auto;
  width: 5.4rem;
  aspect-ratio: 1/1;
  background-color: #FF6A76;
  mask: url(images/request/pws-step-angle.svg) center/contain no-repeat;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .request-step-item:first-child:after, .request-step-item:nth-child(2):after {
    inset: 20rem -7rem auto auto;
    transform: rotate(0);
  }
}
.request-step-item-title {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .request-step-item-title {
    height: 45rem;
    background-color: #FEE4E8;
  }
}
:where(.item1) .request-step-item-title img {
  margin: 2.9rem auto 0.8rem 10.1rem;
  width: 18rem;
}
@media screen and (min-width: 768px) {
  :where(.item1) .request-step-item-title img {
    margin: 10.5rem auto 2.4rem;
    width: 18.4rem;
  }
}
:where(.item2) .request-step-item-title img {
  margin: 2.9rem auto 0.3rem 10.4rem;
  width: 14.9rem;
}
@media screen and (min-width: 768px) {
  :where(.item2) .request-step-item-title img {
    margin: 8.2rem auto 1.1rem;
    width: 18.4rem;
  }
}
:where(.item3) .request-step-item-title img {
  margin: 4.1rem auto 2.3rem;
  width: 16.6rem;
}
@media screen and (min-width: 768px) {
  :where(.item3) .request-step-item-title img {
    margin: 10.2rem auto 7.2rem;
    width: 19.5rem;
  }
}
.request-step-item-title h3 {
  font-size: 3rem;
  line-height: 1.44;
  color: #FF6A76;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-step-item-title h3 {
    font-size: 4rem;
  }
}
:where(.item1) .request-step-item-title h3 {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  :where(.item1) .request-step-item-title h3 {
    letter-spacing: 0;
  }
}
:where(.item1) .request-step-item-title h3 span {
  margin-left: 0.2em;
  letter-spacing: 0;
  font-size: 66.7%;
}
@media screen and (min-width: 768px) {
  :where(.item1) .request-step-item-title h3 span {
    font-size: 60.5%;
  }
}
:where(.item2) .request-step-item-title h3 span {
  display: block;
  font-size: 50%;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  :where(.item2) .request-step-item-title h3 span {
    margin-left: 1.7em;
    font-size: 57.5%;
    letter-spacing: 0;
    text-indent: -1em;
    text-align: left;
  }
}
.request-step-item p {
  margin: 0.5em 0.7em 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-step-item p {
    font-size: 2.3rem;
  }
}
.request-step-button {
  display: block;
  position: absolute;
  z-index: 1;
  inset: auto 0 -3.7rem;
  margin: auto;
  width: 34.5rem;
  height: 5.8rem;
  border-radius: 5.1rem;
  background-image: url(images/request/pws-button-angle.svg), linear-gradient(#EF3D4B, #F57F88);
  background-position: right 1.4rem center, 0 0;
  background-size: 0.8rem, auto;
  background-repeat: no-repeat;
  line-height: 5.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-step-button {
    bottom: -5.1rem;
    width: 75.2rem;
    height: 10.2rem;
    background-position: right 3.7rem center, 0 0;
    background-size: 1.4rem, auto;
    line-height: 10.2rem;
    transition: 0.2s ease-in-out;
  }
  .request-step-button:hover {
    background-position: right 3rem center, 0 0;
  }
}
.request-step-button > span {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: white;
}
@media screen and (min-width: 768px) {
  .request-step-button > span {
    font-size: 4.5rem;
  }
}
.request-footer {
  background-color: #FF6A76;
  color: white;
}
.request-footer p {
  margin: 1.5rem 0;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */