@charset "UTF-8";
/*!
Theme Name: ゴミ屋敷ポータルサイト用テーマ
Version: 1.0.1
*/
*, *::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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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.woff2") format("woff2"), url("../font/ZenOldMincho-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../font/ZenOldMincho-Medium.woff2") format("woff2"), url("../font/ZenOldMincho-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../font/ZenOldMincho-Bold.woff2") format("woff2"), url("../font/ZenOldMincho-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.sp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-block {
    display: none;
  }
}

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

html {
  font-size: 2.67vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(0.77vw, 10px);
  }
}

body {
  background: white;
  color: #000;
  line-height: 1.5;
  font-family: "Zen Old Mincho", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}

a {
  text-decoration: none;
  transition: 0.25s ease-in-out;
  color: rgb(0, 121, 154);
}

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

strong {
  color: #5EA6B9;
}

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

iframe {
  max-width: 100%;
}

.nowrap {
  display: inline-block;
}

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

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

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

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

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

body.underscroll {
  overflow: hidden;
}

.wrap {
  overflow: hidden;
  background-color: #ffffff;
}

.cont {
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cont {
    width: 120rem;
  }
}

.cont-s {
  width: 33.5rem;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cont-s {
    width: 96rem;
  }
}

.sec-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #000;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin: 2rem auto 3.5rem;
}
@media screen and (min-width: 768px) {
  .sec-title {
    font-size: 4.5rem;
    letter-spacing: 0.15em;
    margin: 3rem auto 4.5rem;
  }
}
.sec-title::before, .sec-title::after {
  content: "";
  display: block;
  position: absolute;
  top: -1.6rem;
  width: 2.7rem;
  aspect-ratio: 13/12;
  background: url(images/shining.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .sec-title::before, .sec-title::after {
    width: 5.2rem;
  }
}
.sec-title::before {
  left: -1.8rem;
}
@media screen and (min-width: 768px) {
  .sec-title::before {
    left: -6rem;
  }
}
.sec-title::after {
  right: -1.8rem;
  transform: rotateY(180deg);
}
@media screen and (min-width: 768px) {
  .sec-title::after {
    right: -6rem;
  }
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto;
}
.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 40px;
  background: url("../images/icon_button_arrow.png") center no-repeat;
  background-size: 15px;
  padding: 0;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .slick-arrow {
    background-size: 20px;
  }
}
.slick-arrow:hover {
  opacity: 0.5;
}
.slick-prev {
  left: -29px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: -5px;
    z-index: 3;
  }
}
.slick-next {
  right: -29px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: -5px;
    z-index: 3;
  }
}
.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 #d1d1d1;
  overflow: hidden;
}
.slick-dots .slick-active button {
  border-color: #1B376C;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  border: none;
  border-radius: 0.6rem;
  padding: 0.5em 1em;
  background: #8EBFCC;
  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: #65afc4;
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 2.8rem;
  }
}

.breadcrumbs {
  font-size: 12px;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumbs {
    font-size: 16px;
  }
}
.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: 1025px) {
  .breadcrumbs-list {
    flex-wrap: wrap;
  }
}
.breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.breadcrumbs-item + li::before {
  content: "";
  flex: 0 0 0.5em;
  margin-left: auto;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.breadcrumbs-item a {
  color: #000;
}
.breadcrumbs-item a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header {
  padding: 1rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 2rem;
  }
}
.header-h1 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
  display: block;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media screen and (min-width: 768px) {
  .header-h1 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    display: inline-block;
    text-align: left;
    margin-bottom: 2rem;
    width: unset;
    margin-left: unset;
    border-bottom: 0.5px solid #8EBFCC;
  }
}
@media screen and (min-width: 768px) {
  .header-logo img {
    width: auto;
    height: 70px;
  }
}

.footer {
  border-top: 3px solid #8EBFCC;
  background-color: #ffffff;
}
.footer-inner {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 6.5rem 0 10rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-logo {
    width: 50%;
    margin: auto;
  }
}
.footer-logo span {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-logo span {
    margin-bottom: 2rem;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-logo img {
    width: 100%;
  }
}
.footer-menu {
  margin-top: 1.7rem;
  border-top: 1px solid #8EBFCC;
  border-bottom: 1px solid #8EBFCC;
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    margin: 4rem auto 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 5rem;
  }
}
.footer-menu li {
  text-align: left;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer-menu li {
    text-align: center;
    margin-bottom: 0;
  }
}
.footer-menu li a {
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-menu li a {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.footer-menu li a:hover {
  opacity: 0.8;
}
.footer-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 100%;
  margin: 3rem auto 1rem;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 5.5rem;
    width: 90%;
    margin: 0 auto;
  }
}
.footer-nav-inner {
  position: relative;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner {
    border-bottom: none;
  }
}
.footer-nav-inner:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner:before {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
  }
}
.footer-nav-inner.active:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner.active:before {
    left: -7px;
    top: -4px;
    width: 1px;
    height: 110%;
  }
}
.footer-nav-inner p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  width: 100%;
  color: #000;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner p {
    font-size: 2rem;
  }
  .footer-nav-inner p:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
}
.footer-nav-inner .toggle-footer-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  padding-bottom: 0.5rem;
}
.footer-nav-inner .toggle-footer-nav::before {
  content: none;
}
.footer-nav-inner .toggle-footer-nav img {
  width: 2rem;
  rotate: 180deg;
}
.footer-nav-inner ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}
.footer-nav-inner .footer-nav-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  display: none;
  margin-top: 1rem;
}
.footer-nav-inner .footer-nav-list li:before {
  content: "・";
  margin-right: 0rem;
  color: #000;
  font-size: 1.5rem;
}
.footer-nav-inner .footer-nav-list li a {
  color: #000;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner .footer-nav-list li a {
    font-size: 1.6rem;
  }
}
.footer-nav-inner.active .footer-nav-list {
  max-height: 500px;
  padding-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-nav-inner.active .footer-nav-list {
    padding-bottom: 0rem;
    padding-left: 1rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.footer-nav-inner .footer-bottom-arrow {
  transition: transform 0.3s ease;
}
.footer-nav-inner .footer-bottom-arrow.rotated {
  transform: rotate(180deg);
}
.footer-copyright {
  padding: 3rem 0;
  background-color: #8EBFCC;
  font-size: 1.6rem;
  color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 2.4rem;
  }
}

.list {
  padding: 20px 0 30px;
}
@media screen and (min-width: 768px) {
  .list {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1025px) {
  .list {
    padding: 70px 0;
  }
}
.list li {
  list-style: none;
}
.list-column ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 120px);
  justify-content: space-around;
  align-items: start;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .list-column ul {
    grid-template-columns: repeat(auto-fill, 130px);
    justify-content: center;
    gap: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .list-column ul {
    grid-template-columns: repeat(auto-fill, 150px);
    gap: 40px;
  }
}
.list-column a {
  color: #8EBFCC;
}
.list-column a:hover {
  color: #EC6555;
}
.list-column .label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8em;
  border-bottom: 1.5px solid;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .list-column .label {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .list-column .label {
    font-size: 22px;
  }
}
.list-ranking {
  background-color: #EFFDFB;
}
.list-ranking h3 {
  margin: 20px 0 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #8EBFCC;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #8EBFCC;
}
@media screen and (min-width: 768px) {
  .list-ranking h3 {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .list-ranking h3 {
    margin-top: 40px;
    font-size: 30px;
  }
}
.list-ranking h3:first-child {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .list-ranking h3:first-child {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .list-ranking h3:first-child {
    margin-top: 30px;
  }
}
.list-ranking ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .list-ranking ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .list-ranking ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-ranking a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  background-color: white;
  color: #8EBFCC;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.16);
}
.list-ranking a:hover {
  opacity: 0.8;
}
.list-ranking .icon:has(img) {
  flex: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .list-ranking .icon:has(img) {
    flex: 0 0 60px;
  }
}
.list-ranking .label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .list-ranking .label {
    font-size: 16px;
  }
}
.list-ranking .label span {
  display: block;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .list-ranking .label span {
    font-size: 30px;
  }
}
.list-default ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  justify-content: center;
  align-items: start;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .list-default ul {
    grid-template-columns: repeat(auto-fill, 320px);
    gap: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .list-default ul {
    gap: 40px;
  }
}
.list-default a {
  color: #000;
}
.list-default a:hover {
  color: #8EBFCC;
}
.list-default .thumbnail {
  display: block;
  aspect-ratio: 2/1;
  background-color: #d1d1d1;
}
.list-default .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-default .label {
  display: block;
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .list-default .label {
    font-size: 16px;
  }
}

.review {
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .review {
    margin: 5rem 0;
  }
}
.review-overview {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .review-overview {
    display: flex;
    align-items: flex-end;
    gap: 3.5rem;
  }
}
.review-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.review-wrap::before {
  content: "▼";
  position: absolute;
  bottom: -4px;
  right: 0px;
  font-size: 0.8em;
  color: #8EBFCC;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .review-wrap::before {
    bottom: -8px;
  }
}
.review-title {
  background-color: #8EBFCC;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: #ffffff;
}
.review-rating {
  width: -moz-fit-content;
  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;
  color: #000;
}
.review-star {
  width: 16.3rem;
  aspect-ratio: 326/52;
  margin: 1rem auto 0;
  -webkit-mask: url("../images/stars.webp") right/contain no-repeat;
          mask: url("../images/stars.webp") 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 {
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .review-reviews {
    margin: 4rem 2rem;
    overflow: hidden;
  }
}
.review-reviews-item {
  margin: 0 0.5rem;
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  padding: 1rem;
  line-height: 1.5;
  background-color: white;
}
.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: 7lh;
  overflow-y: auto;
}
.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: #5EA6B9;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.review-link a:hover {
  opacity: 0.8;
}

.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: center;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .form th {
    width: 14em;
  }
}
.form p {
  color: #000;
}
.form .required {
  display: inline-block;
  width: 4rem;
  height: 2.4rem;
  margin-left: 1.5rem;
  border-radius: 0.3rem;
  background-color: #EC6555;
  line-height: 2.4rem;
  font-size: 1.2rem;
  color: #fff;
  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 #d1d1d1;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #fff;
}
.form input[type=date] {
  border: 1px solid #d1d1d1;
  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 #d1d1d1;
  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 #000;
}
.form input[type=radio]:checked + span,
.form input[type=checkbox]:checked + span {
  border-color: #000;
  color: #000;
}
.form input[type=radio] + span:before {
  border-radius: 50%;
}
.form input[type=radio]:checked + span:before {
  background-image: radial-gradient(#000 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: 1025px) {
  .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: #8EBFCC;
}
.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: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  gap: 0.4em;
  padding: 0 0.3em;
  border-bottom: 1px solid;
  color: #000;
  font-size: 1.4rem;
}
.form-privacy a:after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #000;
  -webkit-mask: url('../images/external-link.svg') center/contain no-repeat;
          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: -moz-fit-content;
  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-color: #8EBFCC;
  z-index: 0;
  display: block;
}
.faq-outer {
  width: 33.5rem;
  margin-top: 8rem;
  border-top: 1.9rem solid #8EBFCC;
  padding: 5rem 0rem 10rem;
  background-color: #ffffff;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .faq-outer {
    width: 120rem;
    margin-top: 13rem;
    border-width: 2rem;
    padding: 5rem 0 11rem;
  }
}
.faq-title {
  background: none;
  margin: 5rem 0 8rem;
}
.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 1rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .faq-item {
    margin: 3.5rem 5rem 0;
    padding: 3rem 5rem;
  }
}
.faq-question {
  position: relative;
  padding: 1rem 0.5rem 1rem 6rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #ffffff;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .faq-question {
    gap: 2rem;
    padding: 0.5rem 1rem 1rem 6rem;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  left: 2%;
  transform: translateY(-50%);
  width: 50px; /* 画像の幅 */
  height: 50px; /* 画像の高さ */
  background-image: url("../images/q-mark.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .faq-question::before {
    top: 45%;
    left: 0%;
  }
}
.faq-answer {
  position: relative;
  padding-left: 45px;
  padding-right: 10px;
  padding-top: 5px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 1.4rem;
  line-height: 2;
  background: #C8EBEC;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .faq-answer {
    gap: 2rem;
    padding-bottom: 1.5rem;
    paddding-top: 0.5rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.faq-answer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  left: 2%;
  transform: translateY(-50%);
  width: 50px; /* 画像の幅 */
  height: 50px; /* 画像の高さ */
  background-image: url("../images/a-mark.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .faq-answer::before {
    top: 30px;
    left: 1%;
  }
}
.faq-answer p {
  margin: 0;
  color: #000 !important;
  margin-left: 20px;
}

.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: #8EBFCC;
  transition: 0.25s ease-in-out;
}
.page-numbers:not(.current):hover {
  background-color: #8EBFCC;
  color: white;
}
.page-numbers.current {
  background-color: #8EBFCC;
  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 {
  margin-top: 5rem;
  position: relative;
  height: 50.5rem;
  background-image: url("../images/cta-back-sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .cta {
    left: 0;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url("../images/cta-back.webp");
  }
}
.cta:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: -14%;
  width: 130%;
  height: 49%;
  background-image: url("../images/cta-woman.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .cta:before {
    bottom: 0;
    left: -60px;
    width: 100%;
    height: 100%;
  }
}
.cta-head {
  height: 13.9rem;
  padding-top: 1.8rem;
  background-color: #143C6A;
  color: white;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 12.6rem, calc(50% + 0.9rem) 12.6rem, 50% 100%, calc(50% - 0.9rem) 12.6rem, 0 12.6rem);
          clip-path: polygon(0 0, 100% 0, 100% 12.6rem, calc(50% + 0.9rem) 12.6rem, 50% 100%, calc(50% - 0.9rem) 12.6rem, 0 12.6rem);
}
@media screen and (min-width: 768px) {
  .cta-head {
    height: 18.3rem;
    padding-top: 3.4rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 16.1rem, calc(50% + 1.6rem) 16.1rem, 50% 100%, calc(50% - 1.6rem) 16.1rem, 0 16.1rem);
            clip-path: polygon(0 0, 100% 0, 100% 16.1rem, calc(50% + 1.6rem) 16.1rem, 50% 100%, calc(50% - 1.6rem) 16.1rem, 0 16.1rem);
  }
}
.cta-head .txt0 {
  width: 22.3rem;
  margin: 0 auto;
  border-bottom: 0.2rem dotted white;
  padding-bottom: 0.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 768px) {
  .cta-head .txt0 {
    width: auto;
    border: none;
    padding: 0;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
  }
}
.cta-head .txt0 span {
  color: #F0B453;
}
.cta-head .txt1 {
  margin: 0.7rem 0 0;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.17rem;
}
@media screen and (min-width: 768px) {
  .cta-head .txt1 {
    margin-top: 1.3rem;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
  }
}
.cta-body {
  position: absolute;
  top: 29%;
  left: 0%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-body {
    top: 35%;
    left: 30%;
  }
}
.cta-body-inner {
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta-body-inner {
    margin: 0 1.5rem;
    padding-left: 7%;
  }
}
.cta-body-inner .tel-sp {
  grid-column: span 2;
  position: relative;
  width: 34.1rem;
}
@media screen and (min-width: 768px) {
  .cta-body-inner .tel-sp {
    display: none;
  }
}
.cta-body-inner .tel-sp img {
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.16));
}
.cta-body-inner .tel-sp .txt1 {
  display: flex;
  position: absolute;
  bottom: 7%;
  left: 8%;
  align-items: center;
  gap: 1rem;
}
.cta-body-inner .tel-sp .txt1 .free {
  padding: 0.1rem 0.5rem;
  color: #108FB1;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.cta-body-inner .tel-sp .txt1 .note {
  color: #108FB1;
  font-size: 1rem;
  letter-spacing: 0.05em;
  transform: scale(0.7);
  transform-origin: left center;
}
.cta-body-inner .tel-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta-body-inner .tel-pc {
    display: block;
    grid-column: span 2;
    position: relative; /* 擬似要素を絶対配置するために必要 */
    z-index: 1; /* 他要素より前面にする（必要に応じて） */
  }
  .cta-body-inner .tel-pc:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25%;
    /* right: 0; */
    /* bottom: 0; */
    background-image: url(../images/cta-phone-back.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -3;
    height: 100%;
    width: 93.5%;
  }
}
.cta-body-inner .tel-pc .txt0 {
  width: 49rem;
  margin: 0;
  background-color: black;
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 4.6rem;
  text-align: center;
}
.cta-body-inner .tel-pc .num {
  margin: 1.6rem 0 1rem 0;
  font-size: 6.5rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #108FB1 !important;
  position: relative;
  padding-left: 40px; /* ← 画像分の余白を確保 */
}
.cta-body-inner .tel-pc .num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6%;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  background-image: url(../images/cta-phone-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.cta-body-inner .tel-pc .txt1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (min-width: 768px) {
  .cta-body-inner .tel-pc .txt1 {
    gap: 1rem;
    padding-top: 0.5rem;
  }
}
.cta-body-inner .tel-pc .txt1 .free {
  padding: 0.1rem 1.2rem;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #000;
}
.cta-body-inner .tel-pc .txt1 .note {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .cta-body-inner .tel-pc-top {
    width: 65%;
    padding-top: 10px;
  }
}
.cta-body-inner .tel-pc-top .tel {
  width: 100%;
}
.cta-body-inner .tel-pc-top .txt {
  width: 84%;
}
.cta-body-inner .tel-pc-bottom {
  text-align: center;
  padding: 0rem 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .cta-body-inner .tel-pc-bottom {
    padding: 0rem 0 2rem 0;
    width: 65%;
  }
}
.cta-body-inner .btn {
  display: block;
  width: 57%;
}
@media screen and (min-width: 768px) {
  .cta-body-inner .btn {
    width: 68%;
    width: 32.5%;
  }
  .cta-body-inner .btn:hover {
    opacity: 0.8;
  }
}
.cta-body-inner .btn img {
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 768px) {
  .cta-body-inner .btn img {
    filter: drop-shadow(0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.16));
  }
}
.cta-body-inner .title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 2rem 0;
}
.cta-body-inner .title-text {
  text-align: center;
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .cta-body-inner .title-text {
    margin: 0 3rem;
  }
}
.cta-body-inner .title-text .top {
  font-size: 3.5rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
  color: #C51919;
  border-bottom: 1px solid #C51919;
}
@media screen and (min-width: 768px) {
  .cta-body-inner .title-text .top {
    font-size: 4rem;
    letter-spacing: 1rem;
  }
}
.cta-body-inner .title-text .bottom {
  font-size: 1.8rem;
  padding-top: 0.3rem;
  display: block;
  color: #C51919;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cta-body-inner .title-text .bottom {
    font-size: 2.3rem;
  }
}
.cta-body-inner .title img {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .cta-body-inner .title img {
    width: 90px;
  }
}
.cta-body-inner-in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cta-body-inner-in {
    flex-direction: row;
    padding: 2rem 0;
  }
}
.cta-body-inner-in-left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .cta-body-inner-in-left {
    margin-top: 0rem;
    flex-direction: column;
    width: 40%;
  }
}
.cta-body-inner-in-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cta-body-inner-in-right {
    border: 2px solid #fff;
    border-radius: 7rem;
    flex-direction: column;
    width: 60%;
  }
}
.cta-body-inner .url-mail-wrap {
  margin-top: 9%;
  z-index: 99;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .cta-body-inner .url-mail-wrap {
    margin-top: 2%;
    flex-direction: row;
    align-items: center;
    margin-top: 13px;
  }
}

.foot {
  position: fixed;
  z-index: 100;
  inset: auto 0 0;
  background-color: rgba(0, 121, 154, 0.9);
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
}
.foot._hide {
  opacity: 0.5;
  transform: translateY(18rem);
}
@media screen and (min-width: 768px) {
  .foot._hide {
    transform: translateY(17rem);
  }
}
.foot-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 0.2rem, transparent 0.2rem, transparent 0.6rem) left/1.5rem 100% no-repeat, repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 0.2rem, transparent 0.2rem, transparent 0.6rem) right/1.5rem 100% no-repeat;
}
@media screen and (min-width: 768px) {
  .foot-back {
    width: calc(100% - 10rem);
    max-width: 1300px;
    margin: auto;
    background: repeating-linear-gradient(-36deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 0.3rem, transparent 0.3rem, transparent 0.7rem) left/5rem 100% no-repeat, repeating-linear-gradient(-36deg, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0.25) 0.3rem, transparent 0.3rem, transparent 0.7rem) right/5rem 100% no-repeat;
  }
}
.foot-back::before, .foot-back::after {
  content: "";
  display: block;
  position: absolute;
}
.foot-back::before {
  top: -3rem;
  left: 0rem;
  width: 8rem;
  height: 10.5rem;
  background: url("../images/foot-p-1.webp") center top/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .foot-back::before {
    top: auto;
    bottom: -2rem;
    left: 10rem;
    width: 21.5rem;
    height: 19.3rem;
    background: url("../images/foot-p-1.webp") center top/cover no-repeat;
  }
}
.foot-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 11.3rem 20.1rem;
  grid-template-rows: auto 5rem;
  justify-content: center;
  gap: 0.8rem 0.6rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .foot-inner {
    grid-template-columns: 31.8rem 44.1rem;
    grid-template-rows: 3rem 8.5rem;
    gap: 1.1rem 1.5rem;
    padding: 1.4rem 5.4rem 1rem 0;
    margin-left: 26%;
  }
}
.foot h3 {
  position: relative;
  grid-column: span 2;
  text-align: center;
  white-space: nowrap;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  .foot h3 {
    padding-left: 0;
  }
}
.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);
}
@media screen and (min-width: 768px) {
  .foot h3 {
    position: relative;
    justify-self: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.foot h3 .txt0 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin-left: 7.5%;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt0 {
    font-size: 2.1rem;
    letter-spacing: 0.05em;
    margin-left: 0;
  }
}
.foot h3 .txt0 .txt0-title {
  background-color: #ffffff;
  padding: 0.25rem 1rem;
  color: #C51919;
  margin-right: 0.5rem;
}
.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: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 2rem;
}
.foot h3 .txt1 span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt1 {
    font-size: 2.1rem;
    padding-left: 0rem;
  }
  .foot h3 .txt1 span {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .foot h3 .txt1 span::after {
    content: "、";
  }
}
.foot h3 .txt2 {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: -0.05em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt2 {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.foot h3 .txt2 span {
  display: inline-block;
  margin-left: 0.3rem;
  margin-right: 0.2rem;
  padding: 0 0.4rem;
  background-color: white;
  color: #C51919;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .foot h3 .txt2 span {
    margin-left: 0.7rem;
    margin-right: 0.6rem;
    font-size: 2rem;
    padding: 0 1rem;
  }
}
.foot .mail img,
.foot .tel img {
  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 .tel {
  position: relative;
}
@media screen and (min-width: 768px) {
  .foot .tel {
    margin-top: -0.7%;
  }
}
.foot .tel .num {
  display: block;
  position: absolute;
  top: 1.8rem;
  left: 5.2rem;
  color: white;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .foot .tel .num {
    top: 3rem;
    left: 12.4rem;
    font-size: 3.9rem;
    letter-spacing: 0.01em;
  }
}
.foot .tel-only {
  width: 230px;
  margin-left: 70%;
}
@media screen and (min-width: 768px) {
  .foot .tel-only {
    width: 500px;
    margin-left: 40%;
  }
}

.pickup {
  width: 100vw;
  margin: 0rem -2rem 0;
  padding: 5rem 0 0;
  background: url(images/pickup-bg-sp.webp) center/cover no-repeat;
}
.pickup + br {
  display: none;
}
@media screen and (min-width: 768px) {
  .pickup {
    margin: 0rem calc(50% - 50vw) 10rem;
    padding: 6rem 0;
    background-image: url(images/pickup-bg-pc.webp);
  }
}
.pickup-inner {
  background-image: url("../images/pickup-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-bottom: 10px solid #8EBFCC;
}
@media screen and (min-width: 768px) {
  .pickup-inner {
    background-image: url("../images/pickup-background.webp");
  }
}
.pickup-inner-in {
  width: 33.5rem;
  margin: 0 auto;
  padding: 4rem 0 7rem;
}
@media screen and (min-width: 768px) {
  .pickup-inner-in {
    width: 87rem;
    padding: 5rem 0 8rem;
  }
}
.pickup .pickup-h2 {
  padding: 0;
  margin: 0;
}
.pickup h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 0 auto;
  border: none;
  color: white;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  background-color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pickup h2 {
    font-size: 1.8rem;
  }
}
.pickup h2 .top {
  position: relative;
  font-size: 3.8rem;
  -webkit-text-stroke: 0.3px #ffffff;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .pickup h2 .top {
    font-size: 7rem;
    -webkit-text-stroke: 0.5px #ffffff;
  }
}
.pickup h2 .top:before, .pickup h2 .top:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.pickup h2 .top:before {
  width: 25px;
  height: 25px;
  top: -8px;
  left: -24px;
  background-image: url("../images/pickup-recommendation-imgleft.png");
}
@media screen and (min-width: 768px) {
  .pickup h2 .top:before {
    width: 40px;
    height: 40px;
    top: 10px;
    left: -55px;
  }
}
.pickup h2 .top:after {
  width: 20px;
  height: 20px;
  bottom: -7px;
  right: -16px;
  background-image: url("../images/pickup-recommendation-imgright.png");
}
@media screen and (min-width: 768px) {
  .pickup h2 .top:after {
    width: 35px;
    height: 35px;
    bottom: 0;
    right: -50px;
  }
}
@media screen and (min-width: 768px) {
  .pickup h2 .bottom {
    font-size: 2.5rem;
  }
}
.pickup h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2lh;
  margin: 1rem 0 0.5rem;
  border: none;
  padding: 0;
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
  background: none;
}
@media screen and (min-width: 768px) {
  .pickup h3 {
    justify-content: center;
    min-height: 0;
    margin: 3rem 0;
    font-size: 4.5rem;
    letter-spacing: 0.1em;
  }
}
.pickup .image {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pickup .image {
    width: 57.8rem;
  }
}
.pickup .image:before {
  content: "";
  display: block;
  position: absolute;
  top: -10.5rem;
  left: -1.3rem;
  width: 10.2rem;
  height: 11.5rem;
  background: url(images/pickup-icon-sp.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .pickup .image:before {
    top: 4.5rem;
    left: -22.2rem;
    width: 23.6rem;
    height: 19.5rem;
    background-image: url(images/pickup-icon-pc.webp);
  }
}
.pickup .image img {
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.16);
}
.pickup .content {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .pickup .content {
    font-size: 1.8rem;
  }
}
.pickup a {
  display: block;
  width: 14rem;
  margin: 3rem auto 0;
  border-radius: 3rem;
  padding: 1rem 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  text-align: center;
  text-decoration: none;
  background: #1282A1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1025px) {
  .pickup a {
    width: 20rem;
    font-size: 1.6rem;
    margin-top: 4rem;
    padding: 1.5rem 2.4rem;
  }
}
.pickup a:hover {
  text-decoration: none;
  opacity: 0.7;
}

h2:has(+ .recommend-item) {
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  h2:has(+ .recommend-item) {
    width: calc(100% + 10rem);
    margin-left: -5rem;
  }
}

h2 + .recommend-item {
  margin-top: 0;
}
.recommend-title {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
  color: #8EBFCC;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .recommend-title {
    font-size: 3.5rem;
    letter-spacing: 0.1em;
  }
}
.recommend-title:after {
  content: "";
  display: block;
  position: static;
  width: 100%;
  height: 1rem;
  margin: 0.2rem 0 0;
  background: linear-gradient(to right, #8EBFCC 100%);
  height: 2px;
}
@media screen and (min-width: 768px) {
  .recommend-title:after {
    margin: 0;
  }
}
.recommend-image {
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .recommend-image {
    margin: 4rem 0 0;
  }
}
.recommend-image img {
  margin: 0 auto;
}
.recommend-image .seiyaku {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -4.9rem;
  right: -2rem;
  width: 10rem;
  aspect-ratio: 1/1;
  background: url(images/seiyaku-bn.webp) center/contain no-repeat;
  transform: rotate(15deg);
}
@media screen and (min-width: 768px) {
  .recommend-image .seiyaku {
    bottom: -6.6rem;
    right: -6.6rem;
    width: 20.4rem;
  }
}

#recommend0 ~ .recommend-item {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  #recommend0 ~ .recommend-item {
    margin-top: 15rem;
  }
}

.recommendTable {
  z-index: 1;
  position: relative;
  margin-bottom: 3rem;
  overflow-x: auto;
}
.recommendTable-title {
  margin: 0;
  padding: 0 1.5rem;
  background: none;
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recommendTable-title {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 120rem;
    margin-left: calc(50% - 60rem);
    padding: 0;
    font-size: 3.5rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .recommendTable {
    overflow: hidden;
    width: 120rem;
    margin-left: calc(50% - 60rem);
  }
}
.recommendTable::-webkit-scrollbar {
  height: 1rem;
}
.recommendTable::-webkit-scrollbar-track {
  background: #fafafa;
}
.recommendTable::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}
.recommendTable table {
  margin: auto;
  width: auto;
  border: none;
  margin-top: 3rem;
  /*
  .sticky{
    position: sticky;
    z-index: 1;
    left: 0;
  }
    */
}
@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 .rev {
  min-width: 10rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table .rev {
    min-width: 21.8rem;
  }
}
.recommendTable table .spc {
  min-width: 8.7rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table .spc {
    min-width: 13.9rem;
  }
}
.recommendTable table th {
  border-right: 1px solid #ffffff;
  padding: 0.6rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  line-height: 1.2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 768px) {
  .recommendTable table th {
    padding: 1.3rem 0;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
  }
}
.recommendTable table th.bulk {
  padding-left: 1.8rem;
  background: #8EBFCC 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: #8EBFCC 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: #8EBFCC url(../images/recommend-gift.svg) 0.9rem 50%/2.1rem no-repeat;
  color: #ffffff;
  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 th:nth-child(1) {
  width: 30%;
}
.recommendTable table th:nth-child(2) {
  width: 15%;
}
.recommendTable table th:nth-child(3) {
  width: 55%;
}
.recommendTable table td {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 0.9rem 0.6rem;
  background-color: white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommendTable table td {
    padding: 1.1rem 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: #000;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.name a {
    width: 31.2rem;
    margin: 0 auto;
  }
}
.recommendTable table td.name a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.recommendTable table td.name a > span {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.name a > span {
    gap: 1.5rem;
    margin-top: 1rem;
    font-size: 2.2rem;
  }
}
.recommendTable table td.name a > span .no1,
.recommendTable table td.name a > span .no2,
.recommendTable table td.name a > span .no3,
.recommendTable table td.name a > span .no4,
.recommendTable table td.name a > span .no5 {
  position: relative;
  flex: 2.9rem 0 0;
  aspect-ratio: 70/94;
  margin-left: -1rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Source Han Sans", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.8rem;
  text-align: center;
  margin-top: -0.4rem;
}
@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,
  .recommendTable table td.name a > span .no4,
  .recommendTable table td.name a > span .no5 {
    flex-basis: 7rem;
    margin-top: -2.5rem;
    margin-left: -0.6rem;
    font-size: 3rem;
    line-height: 6.8rem;
  }
}
.recommendTable table td.name a > span .no1 {
  color: #FFB600;
}
.recommendTable table td.name a > span .no1:before {
  background-color: #FFB600;
}
.recommendTable table td.name a > span .no2 {
  color: #00C7E6;
}
.recommendTable table td.name a > span .no2:before {
  background-color: #00C7E6;
}
.recommendTable table td.name a > span .no3 {
  color: #B27665;
}
.recommendTable table td.name a > span .no3:before {
  background-color: #B27665;
}
.recommendTable table td.name a img {
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.name a img {
    margin-top: 1.4rem;
  }
}
.recommendTable table td.rev {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.rev {
    font-size: 5rem;
  }
}
.recommendTable table td.rev .total {
  margin-left: 0.2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.rev .total {
    margin-left: 1rem;
    font-size: 2.5rem;
  }
}
.recommendTable table td.rev .star {
  display: block;
  width: 7rem;
  aspect-ratio: 326/52;
  margin: 0rem auto -1rem;
  -webkit-mask: url(../images/stars.webp) right/contain no-repeat;
          mask: url(../images/stars.webp) right/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.rev .star {
    width: 16rem;
    margin: -0.5rem auto -2.5rem;
  }
}
.recommendTable table td.rev a {
  display: block;
  width: 8.5rem;
  margin: 0 auto;
  background-color: #555555;
  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: #E5B226;
  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 #E5B226;
  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: flex;
  flex-flow: column wrap;
  gap: 0.5rem;
  height: 12.5rem;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.tag ul {
    flex-direction: row;
    gap: 2rem;
    width: 58rem;
    height: auto;
  }
}
.recommendTable table td.tag ul li {
  width: 6rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .recommendTable table td.tag ul li {
    width: 10rem;
  }
}
.recommendTable::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url("../images/post-back-1.webp") no-repeat center center;
  background-size: contain;
  z-index: 10;
}

.recommendBulk {
  width: calc(100% + 2.2rem);
  margin: 3rem -1.1rem 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recommendBulk {
    width: 100%;
    margin: 5rem 0 7rem;
  }
}
.recommendBulk p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 0.3rem solid #DE4B42;
  border-radius: 3rem;
  padding: 0.6rem 2.3rem;
  background-color: white;
  color: #000 !important;
  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%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          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: #DE4B42;
}
@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 #DE4B42;
  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, #BC372F 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%, #BC372F 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: -moz-fit-content;
  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);
}
.recommendBulk .recommendBulkText {
  color: #000 !important;
}

.page-ranking-title {
  z-index: 1;
  position: relative;
}

.line-back-image {
  position: relative;
}
.line-back-image::before {
  content: "";
  position: absolute;
  top: -67%;
  right: -14%;
  width: 150%;
  height: 150%;
  background: url("../images/post-back-1.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .line-back-image::before {
    top: -36%;
    right: -55%;
    width: 100%;
    height: 100%;
  }
}
.line-back-image::after {
  content: "";
  position: absolute;
  bottom: -61%;
  left: -61%;
  width: 150%;
  height: 150%;
  background: url("../images/post-back-2.webp") no-repeat center center;
  background-size: contain;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .line-back-image::after {
    bottom: -45%;
    left: -55%;
    width: 100%;
    height: 100%;
  }
}

.recommendTable.tablePoint table th:nth-child(1) {
  width: 30%;
}
.recommendTable.tablePoint table th:nth-child(2) {
  width: 17.5%;
}
.recommendTable.tablePoint table th:nth-child(3) {
  width: 17.5%;
}
.recommendTable.tablePoint table th:nth-child(4) {
  width: 17.5%;
}
.recommendTable.tablePoint table th:nth-child(5) {
  width: 17.5%;
}

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

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

#toc_container {
  margin: 5rem 0 10rem;
  padding: 2rem;
  background-color: #F5F5F5;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw !important;
}
@media screen and (min-width: 768px) {
  #toc_container {
    padding: 2rem 5rem;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }
}
#toc_container a {
  color: #000;
}
#toc_container .toc_title {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #000 !important;
}
@media screen and (min-width: 768px) {
  #toc_container .toc_title {
    font-size: 2.2rem;
  }
}
#toc_container .toc_title:before {
  content: "目次";
  margin: 0 1.3rem 0 -1.5rem;
  padding-right: 0.9rem;
  color: #5EA6B9;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  line-height: 4rem;
}
#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: #5EA6B9;
  -webkit-mask: url("../images/angle-down.svg") center/contain no-repeat;
          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 > a {
  color: #5EA6B9;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #toc_container .toc_list li > a {
    font-size: 2rem;
  }
}
#toc_container .toc_list li > a:before {
  content: "●";
  color: #5EA6B9;
  margin-right: 0.5em;
}
#toc_container .toc_list li ul {
  margin-left: 2rem;
}
#toc_container .toc_list li ul li a {
  color: #000;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #toc_container .toc_list li ul li a {
    font-size: 1.6rem;
  }
}
#toc_container .toc_list li ul li a:before {
  content: none;
  color: #5EA6B9;
  margin-right: 0.5em;
}

.hero img {
  margin: 0 auto;
}

.about {
  padding: 5rem 0 6rem;
  background-color: #ffffff;
  background-image: url("../images/about-back-sp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: -10rem;
    padding: 10rem 0 17rem;
    background-image: url("../images/about-back.webp");
  }
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent);
  z-index: 1;
  pointer-events: none;
}
.about::after {
  content: "";
  position: absolute;
  top: -6%;
  right: 0;
  width: 90%;
  height: 90%;
  background-image: url("../images/about-pic-sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .about::after {
    top: 15%;
    right: -1%;
    width: 70%;
    height: 70%;
    background-image: url("../images/about-pic.webp");
  }
}
.about-inner {
  width: 90%;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-inner {
    width: 700px;
  }
}
@media screen and (min-width: 1100px) {
  .about-inner {
    width: 900px;
  }
}
.about h2 {
  color: #000;
  font-size: 2.3rem;
  font-weight: 500;
  margin: 0 auto;
  text-align: left;
  background-color: #ffffff;
  display: inline-grid;
  margin-left: 0%;
  padding: 1.5rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about h2 {
    display: inline-block;
    font-size: 3.5rem;
    letter-spacing: 0.15em;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 3rem 5rem;
    margin-left: -6%;
  }
}
.about h2 span {
  display: inline;
}
@media screen and (min-width: 768px) {
  .about h2 span {
    display: block;
  }
}
.about h2 .bold {
  color: #8EBFCC;
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 768px) {
  .about h2 .bold {
    font-size: 6rem;
    letter-spacing: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .about h2 .bold2 {
    font-size: 4.5rem;
    letter-spacing: 1rem;
  }
}
.about .contents-wrap p {
  margin: 26rem auto 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #000;
  text-align: justify;
  z-index: 1;
  position: relative;
  margin-left: 0%;
}
@media screen and (min-width: 768px) {
  .about .contents-wrap p {
    margin: 0rem auto 0;
    width: 55%;
    margin-left: 0%;
    font-size: 2.5rem;
    line-height: 2.3;
  }
}
@media screen and (min-width: 1100px) {
  .about .contents-wrap p {
    width: 65%;
  }
}

.onayami {
  background-image: url("../images/onayami-back.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .onayami {
    padding: 10rem 0;
  }
}
.onayami h2 {
  position: relative;
  text-align: center;
  font-size: 2rem;
  margin: 2em 0;
  display: table;
  margin: auto;
  color: #728491;
}
@media screen and (min-width: 768px) {
  .onayami h2 {
    font-size: 3rem;
    letter-spacing: 0.5rem;
    margin-bottom: 2rem;
  }
}
.onayami h2::before, .onayami h2::after {
  content: "";
  position: absolute;
  top: 57%;
  width: 25px;
  height: 2px;
  background-color: #728491;
}
@media screen and (min-width: 768px) {
  .onayami h2::before, .onayami h2::after {
    top: 57%;
    width: 50px;
    height: 2px;
  }
}
.onayami h2::before {
  left: -28px;
  transform: rotate(50deg);
}
@media screen and (min-width: 768px) {
  .onayami h2::before {
    left: -65px;
  }
}
.onayami h2::after {
  right: -28px;
  transform: rotate(-50deg);
}
@media screen and (min-width: 768px) {
  .onayami h2::after {
    right: -60px;
  }
}
.onayami h2 .big {
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .onayami h2 .big {
    font-size: 6rem;
  }
}

.worries {
  padding: 10rem 0 10rem;
  color: #000;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .worries {
    padding: 15rem 0 10rem;
  }
}
.worries h2 {
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .worries h2 {
    font-size: 4rem;
    letter-spacing: 0.3em;
  }
}
.worries h2::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
  background-image: url("../images/flow-title.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .worries h2::before {
    top: 3%;
    width: 350px;
    height: 350px;
  }
}
.worries h2 span {
  text-align: left;
  display: block;
}
.worries h2 span:first-of-type {
  font-size: 1.8rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .worries h2 span:first-of-type {
    font-size: 2.5rem;
    margin-left: 1rem;
  }
}
.worries ol {
  display: grid;
  grid-template-columns: 100%;
  gap: 6.5rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .worries ol {
    grid-template-columns: repeat(3, 33.6rem);
    justify-content: center;
    align-items: start;
    gap: 7.2rem;
    margin-top: 7.5rem;
  }
}
.worries li {
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .worries li {
    gap: 2rem;
    flex-direction: column;
  }
}
.worries li div:nth-child(1) {
  flex: 0 0 auto;
  width: 12%;
}
@media screen and (min-width: 768px) {
  .worries li div:nth-child(1) {
    width: 100%;
  }
}
.worries li div:nth-child(2) {
  flex: 1;
  width: 88%;
}
@media screen and (min-width: 768px) {
  .worries li div:nth-child(2) {
    width: 100%;
  }
}
.worries li img {
  display: block;
  position: relative;
  z-index: 1;
}
.worries li h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: justify;
  color: #000;
}
@media screen and (min-width: 768px) {
  .worries li h3 {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.worries li p {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #000;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .worries li p {
    font-size: 1.7rem;
  }
}

.seiyaku {
  padding: 0rem 0 6rem;
  color: #000;
  background-color: white;
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .seiyaku {
    padding: 8rem 0 12.5rem;
    width: 120rem;
  }
}
@media screen and (min-width: 768px) {
  .seiyaku .border {
    margin-top: 30px;
    height: 20px;
    width: 100%;
    background-color: #8EBFCC;
  }
}
.seiyaku-inner {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-template-areas: "heading" "image" "text";
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .seiyaku-inner {
    grid-template-columns: 3fr 2fr;
    gap: 3rem 3rem;
    grid-template-areas: "heading heading" "text image";
  }
}
.seiyaku h2 {
  grid-area: heading;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: left;
  position: relative;
  padding: 1rem;
  background-color: #8EBFCC;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media screen and (min-width: 768px) {
  .seiyaku h2 {
    font-size: 3rem;
    letter-spacing: 0.3em;
    padding: 1.5rem 2rem;
    width: auto;
    margin-left: 0;
  }
}
.seiyaku h2 span {
  text-align: left;
  display: block;
}
.seiyaku h2 span:first-of-type {
  font-size: 1.8rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .seiyaku h2 span:first-of-type {
    font-size: 2.5rem;
    margin-left: 1rem;
  }
}
.seiyaku img {
  grid-area: image;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .seiyaku img {
    width: 90%;
    margin-top: -19%;
    z-index: 1;
  }
}
.seiyaku p {
  grid-area: text;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000;
}
@media screen and (min-width: 768px) {
  .seiyaku p {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
}

.tabs1 {
  overflow: hidden;
  padding-top: 5rem;
}
.tabs1 .cont {
  width: 100%;
}
.tabs1-inner {
  padding: 10rem 0 10rem;
  background-image: url("../images/tabs1-back-sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .tabs1-inner {
    padding: 15rem 0 15rem;
    background-position: initial;
    background-image: url("../images/tabs1-back.webp");
  }
}
.tabs1-inner:nth-child(n+2) {
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .tabs1-inner:nth-child(n+2) {
    margin-top: 0rem;
  }
}
.tabs1-inner h2 {
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .tabs1-inner h2 {
    font-size: 4rem;
  }
}
.tabs1-inner h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background-image: url("../images/search.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .tabs1-inner h2::before {
    top: -92%;
    width: 180%;
    height: 180%;
  }
}
.tabs1-inner h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 110%;
  background-image: url("../images/search-bottom.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .tabs1-inner h2::after {
    top: 14px;
    width: 100%;
    height: 100%;
  }
}
.tabs1-inner h2 span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .tabs1-inner h2 span {
    font-size: 2rem;
  }
}
.tabs1-inner .lead {
  margin: 5rem 1.3rem 4rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .tabs1-inner .lead {
    margin: 5rem auto 6rem;
    font-size: 2.4rem;
    font-weight: normal;
  }
}
.tabs1 .contents-wrap {
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tabs1 .contents-wrap {
    width: 120rem;
  }
}
.tabs1-list {
  display: grid;
  grid-template-columns: repeat(2, 15.4rem);
  justify-content: center;
  gap: 2.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .tabs1-list {
    grid-template-columns: repeat(4, 27.5rem);
    gap: 4.8rem 3rem;
    justify-content: start;
  }
}
.tabs1-list a {
  position: relative;
  background-color: #ffffff;
  padding: 0.5rem 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .tabs1-list a {
    padding: 1rem;
  }
}
.tabs1-list a:hover {
  opacity: 0.8;
}
.tabs1-list a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs1-list a .title,
.tabs1-list a .icon {
  padding: 0rem;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  min-height: 70px;
}
@media screen and (min-width: 768px) {
  .tabs1-list a .title,
  .tabs1-list a .icon {
    padding: 0rem;
    font-size: 2.5rem;
    min-height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .tabs1-list a .icon {
    padding-top: 1.9rem;
  }
}
.tabs1-list a .label {
  position: relative;
  padding: 0rem 0 0.5rem;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tabs1-list a .label {
    padding: 0.5rem 0 1rem;
    font-size: 2rem;
  }
}
.tabs1-list a::before {
  content: "";
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  width: 88%;
  height: 93%;
  background-repeat: no-repeat;
  left: 3px;
  background-image: url("../images/left-arrow.png"); /* 左画像URL */
}
@media screen and (min-width: 768px) {
  .tabs1-list a::before {
    left: 10px;
  }
}
.tabs1-list a::after {
  content: "";
  position: absolute;
  top: -44%;
  transform: translateY(-50%);
  width: 88%;
  height: 94%;
  background-repeat: no-repeat;
  right: 3px;
  background-image: url(../images/left-arrow.png);
  rotate: 180deg;
}
@media screen and (min-width: 768px) {
  .tabs1-list a::after {
    right: 7px;
  }
}
.tabs1-list img {
  width: 100% !important;
  height: 110px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .tabs1-list img {
    height: 170px !important;
  }
}

.tabs2 {
  overflow: hidden;
  background-color: #ffffff;
}
.tabs2 .cont {
  width: 100%;
}
.tabs2-inner {
  border-radius: 2.6rem;
  padding: 0rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .tabs2-inner {
    padding: 0rem 0 10rem;
  }
}
.tabs2-inner:nth-child(n+2) {
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .tabs2-inner:nth-child(n+2) {
    margin-top: 0rem;
  }
}
.tabs2-inner h2 {
  background: #D2DFE8;
  padding: 3.5rem 0;
  text-align: center;
  font-weight: 500;
  width: 100%;
  font-size: 3rem;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .tabs2-inner h2 {
    padding: 4rem 0;
    font-size: 4rem;
  }
}
.tabs2-inner h2 span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .tabs2-inner h2 span {
    font-size: 2rem;
  }
}
.tabs2-inner .lead {
  margin: 5rem 1.3rem 4rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
  color: #E5B226;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .tabs2-inner .lead {
    margin: 5rem auto 6rem;
    font-size: 2.4rem;
    font-weight: normal;
  }
}
.tabs2 .contents-wrap {
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tabs2 .contents-wrap {
    width: 120rem;
  }
}
.tabs2-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 2.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .tabs2-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 4.8rem 3rem;
    justify-content: start;
  }
}
.tabs2-list a {
  display: block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #8EBFCC;
}
.tabs2-list a:hover {
  opacity: 0.8;
}
.tabs2-list a .a-column-wrap span {
  display: block;
}
.tabs2-list a .a-column-wrap span img {
  width: 10px;
}
@media screen and (min-width: 768px) {
  .tabs2-list a .a-column-wrap span img {
    width: 13px;
  }
}
.tabs2-list a .a-column-wrap img {
  width: 100% !important;
  height: 160px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .tabs2-list a .a-column-wrap img {
    padding: 1.5rem;
  }
}
.tabs2-list a .a-column-wrap .title,
.tabs2-list a .a-column-wrap .icon {
  padding: 0rem;
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .tabs2-list a .a-column-wrap .title,
  .tabs2-list a .a-column-wrap .icon {
    padding: 0rem;
    font-size: 2rem;
  }
}
.tabs2-list a .a-column-wrap .title {
  width: 100%;
  background-color: #D2DFE8;
  padding: 1rem 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .tabs2-list a .a-column-wrap .icon {
    padding-top: 1.9rem;
  }
}
.tabs2-list a .a-column-wrap .label {
  position: relative;
  padding: 1rem 0 0.5rem;
  color: black;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tabs2-list a .a-column-wrap .label {
    padding: 1.5rem 0 0.8rem;
    font-size: 2rem;
  }
}
.tabs2-list a .a-column-wrap .label::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 auto;
  width: 13.2rem;
  height: 0.3rem;
  margin: auto;
  border-radius: 0.3rem;
  background-color: #8EBFCC;
}
@media screen and (min-width: 768px) {
  .tabs2-list a .a-column-wrap .label::before {
    width: 25rem;
  }
}
.tabs2-list a .arrow-each-bottom {
  margin: 15px auto 0;
  width: 35px;
}
@media screen and (min-width: 768px) {
  .tabs2-list a .arrow-each-bottom {
    width: 45px;
  }
}

.rankings-wrap {
  background-color: #EDF8F5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rankings-wrap .ranking-recommend-title {
  max-width: 600px;
  margin: 0 auto;
  padding: 8rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .ranking-recommend-title {
    padding: 15rem 0 10rem;
  }
}
.rankings-wrap .ranking-recommend-title h2 {
  padding: 3.5rem 0;
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  margin: 0 auto !important;
  color: #041128;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .ranking-recommend-title h2 {
    padding: 4rem 0;
    font-size: 4rem;
  }
}
.rankings-wrap .ranking-recommend-title h2 span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .ranking-recommend-title h2 span {
    font-size: 2rem;
  }
}
.rankings-wrap .ranking-recommend-title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url("../images/recommend.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .ranking-recommend-title h2::before {
    top: -56%;
    width: 160%;
    height: 160%;
  }
}
.rankings-wrap .ranking-recommend-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 110%;
  background-image: url("../images/search-bottom.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .ranking-recommend-title h2::after {
    top: 14px;
    width: 100%;
    height: 100%;
  }
}
.rankings-wrap .ranking-recommend-title img {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .ranking-recommend-title img {
    width: 100%;
  }
}
.rankings-wrap .rankings {
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings {
    padding-bottom: 15rem;
  }
}
.rankings-wrap .rankings-head {
  text-align: center;
}
.rankings-wrap .rankings-head h2 {
  position: relative;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: left;
  color: #041128;
  line-height: 1.3;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-head h2 {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
  }
}
.rankings-wrap .rankings-head h2 img {
  width: 19px;
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-head h2 img {
    width: 30px;
    margin-top: 5px;
    margin-left: 5px;
  }
}
.rankings-wrap .rankings-head h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  background-color: #8EBFCC;
}
.rankings-wrap .rankings-head p {
  margin-top: 1.8rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-head p {
    margin-top: 2rem;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.rankings-wrap .rankings-inner h3 {
  margin-top: 3.5rem;
  background: linear-gradient(#8EBFCC, #8EBFCC) center/100% 0.1rem no-repeat;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-inner h3 {
    margin-top: 5rem;
    background-size: 100% 0.2rem;
  }
}
.rankings-wrap .rankings-inner h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #8EBFCC;
  width: 17rem;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-inner h3 span {
    padding: 1rem 1rem 1rem 2rem;
    font-size: 2.25rem;
    width: 33rem;
  }
}
.rankings-wrap .rankings-inner ul {
  list-style: none;
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-inner ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3.4rem;
  }
}
.rankings-wrap .rankings-inner ul a {
  border-radius: 1rem;
  padding: 0.6rem 0.8rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-inner ul a {
    padding: 0.8rem 1rem;
  }
}
.rankings-wrap .rankings-inner ul a:hover {
  opacity: 0.8;
}
.rankings-wrap .rankings-inner ul a .icon {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-inner ul a .icon {
    padding-bottom: 0.6rem;
  }
}
.rankings-wrap .rankings-inner ul a .icon img {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-inner ul a .icon img {
    width: 5.4rem;
    margin-top: -0.5rem;
  }
}
.rankings-wrap .rankings-inner ul a .icon span {
  grid-column: 2;
  color: #8EBFCC;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-inner ul a .icon span {
    font-size: 3.5rem;
  }
}
.rankings-wrap .rankings-inner ul a .label {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: block;
  margin-top: -0.4rem;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-inner ul a .label {
    font-size: 1.9rem;
  }
}
.rankings-wrap .rankings-inner ul a .flex {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #ffffff;
  padding: 0.5rem 0 0.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-inner ul a .flex {
    padding: 1rem 0 1rem 0.75rem;
  }
}
.rankings-wrap .rankings-inner ul a .flex .textcontents {
  margin-left: 1rem;
}
.rankings-wrap .rankings-inner ul a .flex .textcontents .recommend-line {
  height: 2px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-inner ul a .flex .textcontents .recommend-line {
    width: 95%;
  }
}
.rankings-wrap .rankings-inner ul a .area {
  font-size: 3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-inner ul a .area {
    font-size: 3rem;
  }
}
.rankings-wrap .rankings-inner ul a .recommend {
  font-size: 1.6rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .rankings-wrap .rankings-inner ul a .recommend {
    font-size: 1.9rem;
  }
}
.rankings-wrap .rankings-inner ul a .right-arrow {
  width: 25px;
  margin-right: 1rem;
}
.rankings-wrap .rankings-inner ul a .link-bottom {
  margin: 1rem auto 0;
  width: 90%;
  height: 0.1rem;
}

.correction-wrap {
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.correction-wrap .correction-recommend-title {
  max-width: 100%;
  margin: 0 auto;
  padding: 8rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-recommend-title {
    padding: 15rem 0 7rem;
  }
}
.correction-wrap .correction-recommend-title h2 {
  padding: 3.5rem 0;
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  margin: 0 auto !important;
  color: #041128;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-recommend-title h2 {
    padding: 4rem 0;
    font-size: 4rem;
  }
}
.correction-wrap .correction-recommend-title h2 span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-recommend-title h2 span {
    font-size: 2rem;
  }
}
.correction-wrap .correction-recommend-title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: -31%;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 140%;
  background-image: url("../images/search-by-method-sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-recommend-title h2::before {
    background-image: url("../images/search-by-method.webp");
    top: -118%;
    width: 300%;
    height: 300%;
  }
}
.correction-wrap .correction-recommend-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  height: 110%;
  background-image: url("../images/search-bottom.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-recommend-title h2::after {
    top: 14px;
    width: 100%;
    height: 100%;
  }
}
.correction-wrap .correction-recommend-title img {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-recommend-title img {
    width: 100%;
  }
}
.correction-wrap .correction-in-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 95%;
  gap: 2rem 1rem;
  box-sizing: border-box;
  margin: auto;
  padding: 3rem 0 13rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-in-wrap {
    width: 120rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.correction-wrap .correction-in-wrap > a {
  display: block; /* セルいっぱいに広げる */
  text-decoration: none; /* リンク装飾は好みで */
  color: inherit; /* テキスト色を継承 */
}
.correction-wrap .correction {
  text-align: center;
}
.correction-wrap .correction img {
  margin: auto;
}
.correction-wrap .correction-head {
  text-align: center;
  max-width: unset;
  width: 95%;
  margin: auto;
  background: #D2DFE8;
  padding: 2.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-head {
    padding: 2.5rem 3rem;
    max-width: 800px;
    width: 100%;
  }
}
.correction-wrap .correction-head h2 {
  position: relative;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #041128;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-head h2 {
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
}
.correction-wrap .correction-head h2 img {
  width: 19px;
  margin-top: 5px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-head h2 img {
    width: 30px;
    margin-top: 5px;
    margin-left: 5px;
  }
}
.correction-wrap .correction-head p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-head p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.correction-wrap .correction-head img {
  margin: 1rem auto;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-head img {
    width: 50%;
  }
}
.correction-wrap .correction-inner h3 {
  margin-top: 3.5rem;
  background: linear-gradient(#8EBFCC, #8EBFCC) center/100% 0.1rem no-repeat;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-inner h3 {
    margin-top: 10rem;
    background-size: 100% 0.2rem;
  }
}
.correction-wrap .correction-inner h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  color: #fff;
  background-color: #8EBFCC;
  width: 17rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-inner h3 span {
    padding: 1rem 1rem 1rem 2rem;
    font-size: 2.25rem;
    width: 33rem;
  }
}
.correction-wrap .correction-inner ul {
  list-style: none;
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-inner ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3.4rem;
  }
}
.correction-wrap .correction-inner ul a {
  border-radius: 1rem;
  padding: 0.6rem 0.8rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-inner ul a {
    padding: 0.8rem 1rem;
  }
}
.correction-wrap .correction-inner ul a:hover {
  opacity: 0.8;
}
.correction-wrap .correction-inner ul a .icon {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-inner ul a .icon {
    padding-bottom: 0.6rem;
  }
}
.correction-wrap .correction-inner ul a .icon img {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-inner ul a .icon img {
    width: 5.4rem;
    margin-top: -0.5rem;
  }
}
.correction-wrap .correction-inner ul a .icon span {
  grid-column: 2;
  color: #8EBFCC;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-inner ul a .icon span {
    font-size: 3.5rem;
  }
}
.correction-wrap .correction-inner ul a .label {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: block;
  margin-top: -0.4rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-inner ul a .label {
    font-size: 1.9rem;
  }
}
.correction-wrap .correction-inner ul a .flex {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #ffffff;
  padding: 0.5rem 0 0.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-inner ul a .flex {
    padding: 1rem 0 1rem 0.75rem;
  }
}
.correction-wrap .correction-inner ul a .flex .textcontents {
  margin-left: 1rem;
}
.correction-wrap .correction-inner ul a .flex .textcontents .recommend-line {
  height: 2px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-inner ul a .flex .textcontents .recommend-line {
    width: 95%;
  }
}
.correction-wrap .correction-inner ul a .area {
  font-size: 3rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-inner ul a .area {
    font-size: 3rem;
  }
}
.correction-wrap .correction-inner ul a .recommend {
  font-size: 1.6rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction-inner ul a .recommend {
    font-size: 1.9rem;
  }
}
.correction-wrap .correction-inner ul a .right-arrow {
  width: 25px;
  margin-right: 1rem;
}
.correction-wrap .correction-inner ul a .link-bottom {
  margin: 1rem auto 0;
  width: 90%;
  height: 0.1rem;
}
.correction-wrap .correction .correction-each {
  border: 2px solid #D2DFE8;
}
.correction-wrap .correction .correction-text {
  background: #D2DFE8;
  padding: 1rem 0.5rem;
  min-height: 180px;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction .correction-text {
    padding: 2rem;
    min-height: 150px;
  }
}
.correction-wrap .correction .correction-text img {
  padding: 1rem 0;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction .correction-text img {
    width: 70%;
  }
}
.correction-wrap .correction .correction-text h2 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction .correction-text h2 {
    font-size: 2.2rem;
  }
}
.correction-wrap .correction .correction-text p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .correction-wrap .correction .correction-text p {
    font-size: 1.8rem;
  }
}

.archive-header {
  border-top: 0.2rem solid #8EBFCC;
  padding-bottom: 4rem;
  background-color: #fff;
}
@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: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
  font-size: 2.2rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .archive-header h2 {
    margin-top: 3rem;
    font-size: 2.8rem;
  }
}
.archive-body {
  padding: 4rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .archive-body {
    padding: 7rem;
  }
}
.archive-body ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .archive-body ul {
    gap: 4rem;
  }
}
.archive-body ul li {
  list-style: none;
  margin: 0;
}
.archive-body ul li a {
  display: block;
  padding: 0 0 0.2em 0.6em;
  border-left: 0.3em solid #8EBFCC;
  border-bottom: 0.1rem solid #8EBFCC;
  color: #000;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .archive-body ul li a {
    font-size: 2.2rem;
  }
}
.archive-body ul li a:hover {
  border-color: #F0B453;
}

.post {
  padding-bottom: 0rem;
  font-size: 1.4rem;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .post {
    padding-bottom: 0rem;
    font-size: 1.8rem;
  }
}
.post-header .breadcrumbs {
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  .post-header .breadcrumbs {
    margin: 5rem 0;
  }
}
.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: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  padding: 0;
  background: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  .post-title {
    margin: 4rem auto;
  }
}
.post-title::after {
  content: none;
}
.post p:empty {
  display: none;
}

:where(.post) a:hover {
  text-decoration: underline;
}
:where(.post) h2 {
  position: relative;
  margin: 10rem 0 2rem;
  padding: 0.3em 1em 0.3em 1em;
  background-color: #5EA6B9;
  color: #fff;
  font-size: 2.3rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  :where(.post) h2 {
    margin: 8rem 0 3rem;
    font-size: 2.7rem;
  }
}
:where(.post) h2#over4_5 {
  position: relative;
  background-color: unset;
  margin: 0 0 2rem;
  color: #041128;
  font-size: 2.6rem;
  position: relative;
  padding-left: 40px; /* アイコン分の余白を確保 */
  line-height: 1.5;
}
:where(.post) h2#over4_5:before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%); /* 縦の中央揃え */
  width: 70px;
  height: 70px;
  background-image: url("../images/post-h2-img.webp"); /* ←画像のパス */
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  :where(.post) h2#over4_5:before {
    top: 57%;
    width: 60px;
    height: 60px;
  }
}
:where(.post) h2#over4_5 #Google45 {
  padding-left: 1.5rem;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  :where(.post) h2#over4_5 {
    margin: 0 0 5rem -6rem;
    font-size: 3rem;
  }
}
:where(.post) .heading-bg {
  background-image: url("../images/h2-background-sp.webp"); /* 背景画像のURL */
  background-size: cover; /* 画像を要素全体にフィット */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返さない */
  width: 100%; /* 横幅いっぱいに */
  display: block;
  padding: 2rem 1rem; /* 上下左右の余白を調整 */
  color: #fff; /* テキスト色（背景に応じて） */
}
@media screen and (min-width: 768px) {
  :where(.post) .heading-bg {
    background-image: url("../images/h2-background.webp");
  }
}
:where(.post) h3 {
  margin: 3rem 0 2rem;
  padding: 0 0 0.6rem 1rem;
  background: #EDF8F5;
  font-size: 2.3rem;
  line-height: 1.35;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  :where(.post) h3 {
    margin: 5.5rem 0 2rem;
    padding: 1rem 0 1rem 2.3rem;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  :where(.post) .price-wrap {
    width: 70%;
    margin: auto;
  }
}
:where(.post) h4 {
  margin: 1.5em 0 1em;
  padding: 0 0.4em;
  line-height: 1.35;
  font-size: 1.9rem;
  color: #5EA6B9;
}
@media screen and (min-width: 768px) {
  :where(.post) h4 {
    font-size: 2.2rem;
  }
}
:where(.post) h4.flex {
  display: flex;
  align-items: center;
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  :where(.post) h4.flex {
    font-size: 2.6rem;
  }
}
:where(.post) h4.flex img {
  width: 35px;
  height: auto;
  margin-right: 5px;
}
:where(.post) h5 {
  margin: 1.5em 0 1em;
  border-bottom: 1px solid #d1d1d1;
  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;
  color: #000 !important;
  position: relative;
  z-index: 1;
}
:where(.post) li {
  margin-left: 2em;
  color: #000;
}
:where(.post) table {
  width: 100%;
  margin: 5rem auto;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  :where(.post) table {
    margin: 7.5rem auto 7.5rem -12rem;
    width: 120rem;
  }
}
:where(.post) tr:not(:first-of-type) th, :where(.post) tr:not(:first-of-type) td {
  border-top: 1px solid #fff;
  text-align: justify;
}
:where(.post) tr:not(:first-of-type) th {
  border-top: 1px solid #fff;
  text-align: center;
}
:where(.post) th {
  padding: 1rem 0.5rem;
  background-color: #8EBFCC;
  color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  :where(.post) th {
    width: 50%;
    padding: 2rem 0.5rem;
  }
}
:where(.post) th:first-child {
  border-right: 1px solid #ffffff;
}
:where(.post) th.post {
  width: 50%;
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  :where(.post) th.post {
    width: 50%;
    padding: 2rem 0.5rem;
  }
}
:where(.post) .table th {
  background-color: #8EBFCC;
}
:where(.post) .detail-table th {
  background-color: #8EBFCC;
}
:where(.post) .sticky {
  background-color: #8EBFCC;
}
:where(.post) td {
  min-width: 9rem;
  padding: 1rem;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  :where(.post) td {
    padding: 2rem 3rem;
  }
}
:where(.post) td:first-child {
  border-right: 1px solid #8EBFCC;
}
: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: 1025px) {
  :where(.post) .gmap iframe {
    aspect-ratio: 2/1;
  }
}
:where(.post) .check-point {
  margin-top: 3rem;
}
:where(.post) .check-point li {
  position: relative;
  margin-left: 0;
  margin-bottom: 1rem;
  padding-left: 3rem;
  list-style: none;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  :where(.post) .check-point li {
    font-size: 2rem;
  }
}
:where(.post) .check-point li:before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/li-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  :where(.post) .check-point li:before {
    top: 0.5rem;
    width: 2.3rem;
    height: 2.3rem;
  }
}
:where(.post) .ranking-detail-img {
  width: 100%;
  margin: 3rem auto 1rem;
}
@media screen and (min-width: 768px) {
  :where(.post) .ranking-detail-img {
    width: 100%;
    max-width: 1400px;
    margin: 5rem auto 1rem;
  }
}

.privacy p {
  color: #000 !important;
}

.recommend-p-white-wrap p {
  color: #000 !important;
}

.column-p-white-wrap {
  padding-bottom: 10rem;
}
.column-p-white-wrap p {
  color: #000 !important;
}

.point-contents {
  margin: 0rem calc(50% - 50vw);
  padding: 3rem 0;
  width: 100vw;
  background-color: #fff;
}
.point-contents h2 {
  background: none;
  padding: 0;
  margin: 0 auto 2rem;
}
.point-contents .point-contents-in {
  width: 33.5rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .point-contents .point-contents-in {
    width: 96rem;
  }
}
.point-contents .point-contents-in h2 {
  margin: 0rem calc(50% - 50vw) 3rem;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .point-contents .point-contents-in h2 {
    width: 100%;
    margin: 0 auto 3rem;
  }
}
.point-contents .point-item {
  display: flex;
  align-items: start;
  font-size: 1.8rem;
  border-bottom: 1.5px solid #9BA4AA;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .point-contents .point-item {
    font-size: 2.2rem;
  }
}
.point-contents .point-item img {
  width: 25px;
  margin-top: 0.2rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .point-contents .point-item img {
    margin-top: 0.5rem;
  }
}
.point-contents .point-item:last-child {
  margin-bottom: 0;
}

.review-box .star {
  display: block;
  width: 7rem;
  aspect-ratio: 326/52;
  margin: 0rem auto -1rem;
  -webkit-mask: url(../images/stars.webp) right/contain no-repeat;
  mask: url(../images/stars.webp) right/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .review-box .star {
    width: 16rem;
    margin: -0.5rem auto -2.5rem;
  }
}

.clinic-recommend-list.pc-only {
  margin: 6rem auto;
  background-color: #fff;
}

.clinic-recommend-list.sp-only {
  background-color: #fff;
  margin: 0rem calc(50% - 50vw);
  padding: 6rem 0;
  width: 100vw;
}

.clinic-recommend-item {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .clinic-recommend-item {
    width: 96rem;
  }
}
.clinic-recommend-item h3 {
  background-color: #5EA6B9;
  color: #fff;
  border: none;
  margin: 2rem auto 1rem;
  padding: 1rem 1.5rem 1rem;
  font-size: 1.6rem;
  width: 36rem;
}
@media screen and (min-width: 768px) {
  .clinic-recommend-item h3 {
    font-size: 2.3rem;
    width: 95%;
  }
}
.clinic-recommend-item h4 {
  margin: 0 auto 1rem;
  border-left: 0;
  border-bottom: 1px solid #000;
  color: #000;
  display: inline-block;
}
.sp-only .clinic-recommend-item .clinic-flex {
  width: 36rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .pc-only .clinic-recommend-item .clinic-flex {
    display: flex;
    align-items: start;
    font-size: 2.3rem;
    width: 95%;
    margin: auto;
  }
}
.clinic-recommend-item .clinic-flex .clinic-thumbnail {
  margin-right: 1rem;
}
.clinic-recommend-item .clinic-lead {
  width: 36rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .clinic-recommend-item .clinic-lead {
    width: 95%;
  }
}

.pc-only .clinic-flex-left {
  width: 35%;
}
.pc-only .clinic-flex-right {
  width: 65%;
}
.pc-only .clinic-flex-right .clinic-name {
  font-size: 2.6rem;
}
.pc-only .clinic-flex-right .review-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-only .clinic-flex-right .review-box .left {
  width: 45%;
}
.pc-only .clinic-flex-right .review-box .center {
  width: 25%;
  margin-top: -45px;
}
.pc-only .clinic-flex-right .review-box .center .center-flex {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 4rem;
  font-weight: bold;
}
.pc-only .clinic-flex-right .review-box .center .center-flex .total {
  font-size: 1rem;
}
.pc-only .clinic-flex-right .review-box .right {
  width: 25%;
}
.pc-only .clinic-flex-right .review-box .right a {
  background-color: #5EA6B9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 1.6rem;
  padding: 1rem;
  text-decoration: none;
}
.pc-only .clinic-flex-right .review-box .right a img {
  width: 25%;
}
.pc-only .clinic-flex-right .review-box .right a span {
  text-align: center;
}
.pc-only .clinic-flex-right .clinic-lead {
  width: 97.5%;
  font-size: 1.6rem;
  text-align: justify;
  margin-top: 10px;
}

.sp-only .clinic-flex-left {
  width: 100%;
}
.sp-only .clinic-flex-right {
  width: 100%;
  text-align: center;
}
.sp-only .clinic-flex-right .clinic-name {
  font-size: 2.3rem;
  margin-top: 1rem;
}
.sp-only .clinic-flex-right .review-box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
}
.sp-only .clinic-flex-right .review-box-flex .left img {
  width: 150px;
}
.sp-only .clinic-flex-right .review-box-flex .center {
  /* width: 50%; */
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.7;
  margin: 0 1rem;
}
.sp-only .clinic-flex-right .review-box-flex .center .total {
  font-size: 1rem;
  font-weight: normal;
  display: block;
  margin-top: 7px;
}
.sp-only .clinic-flex-right .review-box-flex .right {
  margin-top: -15px;
}
.sp-only .clinic-flex-right a {
  background-color: #5EA6B9;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 1rem 0;
    font-size: 1.2rem;
    padding: 0.5rem;
    text-decoration: none;
}
.sp-only .clinic-flex-right a img {
  width: 15%;
}
.sp-only .clinic-flex-right a span {
  text-align: center;
}
.sp-only .clinic-lead {
  text-align: justify;
  font-size: 1.2rem;
}

.detail {
  border-top: 0.2rem solid #8EBFCC;
  padding-bottom: 5rem;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .detail {
    padding-bottom: 10rem;
    padding-top: 3rem;
  }
}
.detail-bread {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .detail-bread {
    padding-top: 3rem;
  }
}
.detail-bread li {
  margin: 0;
}
.detail-thumbnail {
  position: relative;
  width: 37.5rem;
  margin: 2rem -2rem 5rem;
}
@media screen and (min-width: 768px) {
  .detail-thumbnail {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 3rem auto 4rem;
  }
}
.detail-thumbnail .seiyaku {
  display: block;
  position: absolute;
  bottom: -4.5rem;
  right: 0;
  width: 8.3rem;
  aspect-ratio: 1/1;
  background: url("../images/seiyaku-bn.webp") center/contain no-repeat;
  transform: rotate(15deg);
}
@media screen and (min-width: 768px) {
  .detail-thumbnail .seiyaku {
    bottom: -6.5rem;
    right: -6.5rem;
    width: 20.4rem;
  }
}
.detail-title {
  margin: auto;
  border-bottom: 4px dotted #8EBFCC;
  padding: 0 0 0.3rem;
  background: none;
  color: #8EBFCC;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@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;
    text-align: left;
  }
}
.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 {
  position: relative;
  margin: 5rem 0 2rem;
  border: none;
  padding: 1rem 2rem 1rem;
  background-color: #5EA6B9;
  color: white;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .detail-subtitle {
    margin-top: 9rem;
    padding: 1rem 4rem 1rem;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
}
.detail-lead {
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
}
@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: #8EBFCC;
  font-size: 1rem;
}
.detail-table {
  table-layout: auto;
  width: 100%;
  margin: auto;
}
.detail-table th {
  width: 10em;
}
.detail .links {
  margin: 30px auto;
}
.detail-special {
  margin-top: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .detail-special {
    margin-top: 3rem;
  }
}
.detail-special img {
  margin: 0 auto;
}
.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: -moz-fit-content;
  width: fit-content;
  height: -moz-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: #E5B226;
  -webkit-mask: url("../images/circle-xmark-solid.svg") center/contain no-repeat;
          mask: url("../images/circle-xmark-solid.svg") center/contain no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .detail-special-text::after {
    margin-top: 4rem;
  }
}
.detail-special-text ol li {
  color: #000;
}
.detail-point-title {
  margin: 1.5rem 0 1rem;
  border: none;
  padding: 0 0 0 4rem;
  background: url("../images/square-check.webp") left center/3rem no-repeat;
  color: black;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #041128;
}
@media screen and (min-width: 768px) {
  .detail-point-title {
    margin: 4rem 1rem 1rem;
    padding-left: 6rem;
    background-size: 3.8rem;
    font-size: 2.8rem;
    letter-spacing: 0.15em;
  }
}
.detail-point-title span {
  display: inline; /* ブロックだと改行対応できないのでinline推奨 */
  background-image: linear-gradient(rgba(181, 205, 206, 0.5));
  background-repeat: no-repeat;
  background-size: 100% 0.3em; /* 横100%、縦に太さ */
  background-position: 0 100%; /* 下線を文字の下に配置 */
  font-weight: bold; /* 太め */
}
.detail-point-content {
  margin: 0 1.5rem;
  font-size: 1.4rem;
  line-height: 2;
  color: #041128;
}
@media screen and (min-width: 768px) {
  .detail-point-content {
    margin: 0 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.detail-area-wrap {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .detail-area-wrap {
    flex-flow: row-reverse;
    gap: 5rem;
  }
}
.detail-area-image {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .detail-area-image {
    width: 50%;
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .detail-area-list {
    width: 50%;
  }
}
.detail-area-list ul li {
  list-style: none;
  margin: 0 0 4rem 0;
}
.detail-area-list ul li h3 {
  display: inline-block;
  margin: 0;
  padding: 1rem 1.5rem;
  background-color: #8EBFCC;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: opacity 0.25s ease-in-out;
  border-left: 0;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .detail-area-list ul li h3 {
    font-size: 1.8rem;
    padding: 0.75rem 2rem;
  }
}
.detail-area-list ul li h3._show::after {
  transform: rotate(180deg);
}
.detail-area-list ul li p {
  margin: 0.5rem 0 0rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .detail-area-list ul li p {
    font-size: 1.8rem;
  }
}
.detail-area-list ul li p.tel {
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}
.detail-area-list ul li p.tel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/tel-icon.png"); /* パスを調整してね */
  background-size: contain;
  background-repeat: no-repeat;
}
.detail .faq-outer {
  background-color: white;
}

.ranking-header img {
  margin: 0 auto;
}
.ranking-image {
  position: relative;
  padding: 7.5rem 1.5rem 15rem;
  background-image: url("../images/ranking-image-back-sp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ranking-image {
    background-position: inherit;
    background-image: url("../images/ranking-image-back.webp");
    padding: 20rem 0 15rem;
  }
}
.ranking-image-inner {
  position: relative;
  z-index: 1;
  max-width: 120rem;
  height: 46rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner {
    height: 46rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
}
.ranking-image-inner .image {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .image {
    width: 50%;
    height: unset;
  }
}
.ranking-image-inner .image img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .image img {
    width: 100%;
    height: unset;
  }
}
.ranking-image-inner .text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text {
    width: 50%;
  }
}
.ranking-image-inner .text02 {
  color: #000;
  font-size: 6rem;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text02 {
    font-size: 12rem;
  }
}
.ranking-image-inner .text02 span {
  display: block;
}
.ranking-image-inner .text03 {
  color: #000;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.35;
  margin-top: 1rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ranking-image-inner .text03 {
    font-size: 4rem;
    letter-spacing: 0.15em;
    text-align: left;
    line-height: 1.4;
    margin-top: 0;
    margin: auto;
  }
}

.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: #ffffff;
  color: #000;
}
.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/button-angle-circle.svg"), linear-gradient(#DC5142, #A70000);
  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: #43BDD6;
  -webkit-mask: url("../images/request/title-line-sp.svg") center/contain no-repeat;
          mask: url("../images/request/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;
    -webkit-mask-image: url("../images/request/title-line-pc.svg");
            mask-image: url("../images/request/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.15em;
    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.01em;
    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/recommend-google.png") center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2::before {
    left: 0;
    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/recommend-review-sp.png") center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-recommend-title h2::after {
    background-image: url("../images/request/recommend-review-pc.png");
    right: -4.5rem;
    width: 27rem;
    aspect-ratio: 323/252;
  }
}
@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: -moz-fit-content;
    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: #43BDD6;
}
@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: #43BDD6;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .request-appeal-title::before, .request-appeal-title::after {
    bottom: 0.5rem;
    width: 10rem;
    aspect-ratio: 63/66;
  }
}
.request-appeal-title::before {
  left: -0.7rem;
  -webkit-mask-image: url("../images/request/appeal-left-sp.svg");
          mask-image: url("../images/request/appeal-left-sp.svg");
}
@media screen and (min-width: 768px) {
  .request-appeal-title::before {
    left: -7.7rem;
    -webkit-mask-image: url("../images/request/appeal-left-pc.svg");
            mask-image: url("../images/request/appeal-left-pc.svg");
  }
}
.request-appeal-title::after {
  right: -0.7rem;
  -webkit-mask-image: url("../images/request/appeal-right-sp.svg");
          mask-image: url("../images/request/appeal-right-sp.svg");
}
@media screen and (min-width: 768px) {
  .request-appeal-title::after {
    right: -7.7rem;
    -webkit-mask-image: url("../images/request/appeal-right-pc.svg");
            mask-image: url("../images/request/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: #E3F9F5;
}
.request-appeal-item p {
  color: #43BDD6;
  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: #E3F9F5 url("../images/request/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/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: #6CD5CE;
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          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: #8DE1E4;
}
@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, #43BDD6 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, #43BDD6 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, #43BDD6 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, #43BDD6 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: 38.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 {
  -webkit-mask-image: url("../images/request/point-01.svg");
          mask-image: url("../images/request/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 {
  -webkit-mask-image: url("../images/request/point-02.svg");
          mask-image: url("../images/request/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 {
  -webkit-mask-image: url("../images/request/point-03.svg");
          mask-image: url("../images/request/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 {
  -webkit-mask-image: url("../images/request/point-04.svg");
          mask-image: url("../images/request/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, #E3F9F5 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: #E3F9F5;
  -webkit-mask: url("../images/request/wrap-top.png") 0 0/100% no-repeat;
          mask: url("../images/request/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: #43BDD6;
  -webkit-mask: url("../images/request/title-line-sp.svg") center/contain no-repeat;
          mask: url("../images/request/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;
    -webkit-mask-image: url("../images/request/title-line-pc.svg");
            mask-image: url("../images/request/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;
  color: #43BDD6;
}
@media screen and (min-width: 768px) {
  .request-genre-title h2 {
    width: -moz-fit-content;
    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;
  top: -2.1rem;
  left: 2rem;
  width: 4.8rem;
  aspect-ratio: 96/84;
  background-color: #43BDD6;
  -webkit-mask: url("../images/request/genre-title-1.png") 0 0/contain no-repeat;
          mask: url("../images/request/genre-title-1.png") 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .request-genre-title h2::before {
    top: -2rem;
    left: -1rem;
    width: 6rem;
    transform: rotate(340deg);
  }
}
.request-genre-title h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 3rem;
  width: 5rem;
  aspect-ratio: 100/136;
  background-color: #43BDD6;
  -webkit-mask: url("../images/request/genre-title-2.png") 0 0/contain no-repeat;
          mask: url("../images/request/genre-title-2.png") 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;
  -o-object-fit: cover;
     object-fit: cover;
  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: left;
  letter-spacing: 0.1em;
  color: #43BDD6;
}
@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: #43BDD6;
  -webkit-mask: url("../images/request/genre-plus.svg") center/contain no-repeat;
          mask: url("../images/request/genre-plus.svg") center/contain no-repeat;
}
.request-step {
  position: relative;
  margin: 16.3rem auto 14.7rem;
  border-top: 0.4rem solid #43BDD6;
  border-bottom: 4px solid #43BDD6;
  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 #43BDD6;
    padding: 12rem 5rem 15rem;
  }
}
.request-step-title {
  font-size: 3.4rem;
  line-height: 1.44;
  color: #43BDD6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-step-title {
    width: -moz-fit-content;
    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 #43BDD6;
}
@media screen and (min-width: 768px) {
  .request-step-title::after {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.request-step-title span {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .request-step-title span {
    font-size: 5rem;
  }
}
.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: #E3F9F5;
}
@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%;
  padding: 1.9rem 0;
  background-color: #43BDD6;
}
@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: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.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: #43BDD6;
  -webkit-mask: url("../images/request/step-angle.svg") center/contain no-repeat;
          mask: url("../images/request/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: #E3F9F5;
  }
}
: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: #43BDD6;
  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/button-angle.svg"), linear-gradient(#A70000, #DC5142);
  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: #43BDD6;
  color: white;
}
.request-footer p {
  margin: 1.5rem 0;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */