@charset "UTF-8";
/*!
Theme Name: くじょまる
Version: 1.2.3
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

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

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

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

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

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

#root, #__next {
  isolation: isolate;
}

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

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

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

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

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

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

@font-face {
  font-family: "ZenMaruGothic";
  src: url("./font/ZenMaruGothic-Medium-s.woff2") format("woff2"), url("./font/ZenMaruGothic-Medium-s.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("./font/ZenMaruGothic-Bold-s.woff2") format("woff2"), url("./font/ZenMaruGothic-Bold-s.woff") format("woff");
  font-weight: bold;
}
html {
  overscroll-behavior-y: none;
  font-size: 2.67vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(10px, 0.77vw);
  }
}

body {
  background: white;
  color: #2f2f2f;
  line-height: 1.5;
  font-family: ZenMaruGothic, sans-serif;
  display: flex;
  flex-direction: column;
}

.footer {
  margin-top: auto;
}

a,
button {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

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

strong {
  font-weight: bold;
}

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

iframe {
  max-width: 100%;
}

.nowrap {
  display: inline-block;
}

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

.alignright {
  margin-left: auto;
}

.text-center {
  text-align: center;
}

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

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

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

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

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

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

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

.con-border {
  width: 36.5rem;
  margin: 0 auto;
  border-image: url(images/section-bg.webp) 40 fill/2.5rem;
  padding: 1px 2.9rem 6rem 2rem;
}
@media screen and (min-width: 768px) {
  .con-border {
    width: min(92.3%, 141.3rem);
    border-image-width: 4rem;
    padding: 1px clamp(7.1rem, 8.9%, 12.1rem) 10rem clamp(5.8rem, 7.1%, 10.8rem);
  }
}
.con-border .ttl {
  margin-top: -3.9rem;
}
@media screen and (min-width: 768px) {
  .con-border .ttl {
    margin-top: -5.7rem;
  }
}

@media (min-width: 768px) {
  .ttl {
    margin-left: 4rem;
  }
}
.ttl .en {
  display: block;
  border-bottom: 2px solid #2e2e2e;
  font-size: 5.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .ttl .en {
    width: fit-content;
    font-size: 9.5rem;
    letter-spacing: 0.15em;
  }
}
.ttl .ja {
  display: block;
  margin-top: 0.4rem;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .ttl .ja {
    margin-top: 1rem;
    font-size: 3.8rem;
  }
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: none;
  background: #FF4B2D url(images/icon-chevron-right.svg) center/1.2rem no-repeat;
  padding: 0;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  transition: opacity 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .slick-arrow {
    width: 6rem;
    background-size: 1.5rem;
  }
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-prev {
  left: 0.5rem;
  transform: translateY(-50%) rotate(180deg);
}
.slick-next {
  right: 0.5rem;
  transform: translateY(-50%);
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .slick-dots {
    gap: 2rem;
  }
}
.slick-dots button {
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border: 0;
  border-radius: 1rem;
  background-color: #eee;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .slick-dots button {
    width: 1.6rem;
  }
}
.slick-dots .slick-active button {
  background-color: #FFEADB;
}

.btn-link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .btn-link {
    gap: 1.6rem;
    font-size: 2.8rem;
    transition: 0.25s ease-in-out;
  }
}
.btn-link span {
  border-bottom: 0.3rem dotted;
  padding-bottom: 0.4rem;
  color: #E6535C;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: color 0.25s ease-in-out;
}
.btn-link:after {
  content: "";
  width: 2.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #E6535C url(images/icon-chevron-right.svg) center/0.8rem no-repeat;
  transition: background-color 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn-link:after {
    width: 4rem;
  }
}
.btn-link:hover span {
  color: #A81010;
}
.btn-link:hover:after {
  background-color: #A81010;
}

#lightbox-outer {
  position: fixed;
  z-index: 900;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
}
#lightbox-underlay {
  position: absolute;
  z-index: 1;
  inset: 0;
}
#lightbox-image {
  position: absolute;
  z-index: 2;
  inset: 0;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  margin: auto;
  user-select: none;
  transform: scale(0.5);
  transition: 0.5s ease-in-out;
}
#lightbox-image._show {
  transform: scale(1);
}
#lightbox-close {
  position: absolute;
  z-index: 3;
  inset: 0 0 auto auto;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.8);
}
#lightbox-close::before, #lightbox-close::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background-color: white;
}
#lightbox-close::before {
  transform: rotate(45deg);
}
#lightbox-close::after {
  transform: rotate(-45deg);
}

.breadcrumbs {
  overflow-x: auto;
}
.breadcrumbs::-webkit-scrollbar {
  height: 1px;
}
.breadcrumbs::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  background: #bbb;
}
.breadcrumbs-list {
  display: flex;
  gap: 1rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-list {
    font-size: 1.6rem;
  }
}
.breadcrumbs-item {
  flex-shrink: 0;
}
.breadcrumbs-item:not(:first-child) {
  padding-left: 1.5rem;
  background: url(images/chevron-right.svg) 0 50%/0.7rem no-repeat;
}
.breadcrumbs-item a {
  color: #2f2f2f;
}
.breadcrumbs-item a:hover {
  opacity: 0.9;
}

.review-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-rating {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .review-rating {
    gap: 1.5rem;
    font-size: 3rem;
  }
}
.review-rating img {
  width: 3.6rem;
}
@media screen and (min-width: 768px) {
  .review-rating img {
    width: 4.8rem;
  }
}
.review-rating-num {
  font-size: 200%;
  font-weight: 900;
  font-family: sans-serif;
  line-height: 1;
}
.review-star {
  margin-top: 1rem;
}
.review-star img {
  width: 18rem;
}
@media screen and (min-width: 768px) {
  .review-star img {
    width: 22.2rem;
  }
}
.review-total {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .review-total {
    font-size: 1.6rem;
  }
}
.review-items {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .review-items {
    margin-top: 4rem;
  }
  .review-items .slick-dots {
    margin-top: 3rem;
  }
}
.review-item {
  margin: 0 0.5rem;
  padding: 1rem;
  background-color: rgb(255, 244.5, 237);
}
@media screen and (min-width: 768px) {
  .review-item {
    margin: 0 1rem;
    padding: 1.5rem;
  }
}
.review-item .name {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .review-item .name {
    font-size: 1.6rem;
  }
}
.review-item .meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .review-item .meta {
    gap: 1.2rem;
    margin: 1rem 0;
  }
}
.review-item .meta img {
  width: 6.4rem;
}
@media screen and (min-width: 768px) {
  .review-item .meta img {
    width: 11rem;
  }
}
.review-item .meta span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .review-item .meta span {
    font-size: 1.4rem;
  }
}
.review-item .text {
  height: 6lh;
  font-size: 1.2rem;
  line-height: 1.7;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .review-item .text {
    font-size: 1.4rem;
  }
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-nav {
    gap: 1.5rem 1.8rem;
  }
}

.page-numbers {
  width: 2.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.2rem solid;
  color: #707070;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    width: 4rem;
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.page-numbers.current {
  color: #E6535C;
  pointer-events: none;
}
.page-numbers:hover {
  opacity: 0.8;
}
.page-numbers.prev, .page-numbers.next {
  position: relative;
  border-color: #E6535C;
  background-color: #E6535C;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 10rem;
}
.page-numbers.prev::after, .page-numbers.next::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(images/icon-chevron-right.svg) center/0.8rem no-repeat;
}
@media screen and (min-width: 768px) {
  .page-numbers.prev::after, .page-numbers.next::after {
    background-size: 1rem;
  }
}
.page-numbers.prev {
  transform: rotate(180deg);
}

.toc {
  width: calc(100% + 3rem);
  margin: 5rem -1.5rem;
  padding: 2rem 1.5rem;
  background-color: #FFEADB;
}
@media screen and (min-width: 768px) {
  .toc {
    width: auto;
    margin: 5rem auto;
    border-radius: 1rem;
    padding: 4rem 5rem;
  }
}
.toc-button {
  width: fit-content;
  margin: 0 auto;
  color: #2f2f2f;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .toc-button {
    font-size: 2.5rem;
  }
}
.toc-button:after {
  content: "［表示］";
  display: inline-block;
  width: 7rem;
  margin-left: -0.5rem;
  color: #979797;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .toc-button:after {
    width: 10rem;
    font-size: 1.7rem;
  }
}
.toc-button._show:after {
  content: "［非表示］";
}
.toc-button:hover::after {
  color: #E6535C;
}
.toc-items {
  display: none;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .toc-items {
    margin-top: 4rem;
  }
}
.toc-items ul {
  list-style: none;
  padding: 0;
  line-height: 1.5;
}
.toc-items ul a {
  display: block;
  color: #2f2f2f;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .toc-items ul a {
    padding-left: 2.2rem;
  }
}
.toc-items ul .toc-h2 {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .toc-items ul .toc-h2 {
    font-size: 1.9rem;
  }
}
.toc-items ul .toc-h3 {
  margin-top: 0.5rem;
  margin-left: 2rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .toc-items ul .toc-h3 {
    font-size: 1.8rem;
  }
}

.blogcard {
  display: grid;
  grid-template-columns: 7rem 1fr;
  margin: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .blogcard {
    grid-template-columns: 9.5rem 1fr;
    margin: 5rem 4.5rem;
  }
}
.blogcard span {
  color: #FF4B2D;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .blogcard span {
    font-size: 1.8rem;
  }
}
.blogcard a {
  width: fit-content;
  padding-right: 2.2rem;
  background: url(images/md-open.svg) 100% 50%/2rem no-repeat;
  color: #2f2f2f;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .blogcard a {
    margin-top: 0.2rem;
    font-size: 1.6rem;
  }
}
.blogcard a:hover {
  color: #FF4B2D;
  text-decoration: none;
}

.header {
  background-color: white;
}
.header-inner {
  display: grid;
  grid-template-areas: "h1 h1" "logo sp";
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.6rem 0;
}
@media screen and (min-width: 768px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    grid-template-areas: "h1 pc" "logo pc";
    gap: 1.4rem;
    padding: 1.8rem 0;
  }
}
.header-h1 {
  grid-area: h1;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .header-h1 {
    font-size: 1.8rem;
  }
}
.header-logo {
  grid-area: logo;
}
.header-logo img {
  width: 17.1rem;
}
@media screen and (min-width: 768px) {
  .header-logo img {
    width: 36.3rem;
  }
}
.header-sp {
  grid-area: sp;
  display: flex;
  justify-content: flex-end;
  gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  .header-sp {
    display: none;
  }
}
.header-sp a,
.header-sp button {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
.header-sp button {
  border: none;
  padding: 0;
  background: none;
}
.header-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-pc {
    display: block;
    grid-area: pc;
  }
}
.header-pay {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.header-pay p {
  padding: 0.3rem 0.5rem;
  background-color: #4C4546;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}
.header-pay ul {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.header-pay ul li {
  list-style: none;
}
.header-appeal {
  margin: 1.4rem auto 0;
}
.header-tel {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0.2rem 7rem;
  background: url(images/header-tel.webp) 0 1.1rem/6rem no-repeat;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
}
.header-tel.free {
  background-image: url(images/header-tel-free.webp);
}
.header-tel span {
  display: block;
  position: absolute;
  inset: auto 0 -1.5rem 7rem;
  font-size: 1.1rem;
  letter-spacing: 0.3em;
  text-align: center;
}
.header-menu {
  position: fixed;
  z-index: 101;
  inset: 0;
  background-color: white;
  opacity: 0.9;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header-menu {
    display: none;
  }
}
.header-menu._show {
  opacity: 1;
  transform: translateX(0);
}
.header-menu-underlay {
  position: fixed;
  z-index: 100;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.header-menu-underlay._show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .header-menu-underlay {
    display: none;
  }
}
.header-menu-close {
  display: block;
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  width: 4.8rem;
  height: 4.8rem;
  border: none;
  padding: 0;
  background: none;
}
.header-menu-inner {
  overflow-y: auto;
  max-height: 100%;
  padding-top: 4rem;
}
.header-menu-inner ul {
  list-style: none;
}
.header-menu-inner li {
  margin: 0;
  border-bottom: 1px solid #A81010;
}
.header-menu-inner li a {
  display: block;
  padding: 0.8rem 3rem;
  color: #A81010;
  font-size: 2.1rem;
  font-weight: bold;
}

.foot {
  position: fixed;
  z-index: 120;
  inset: auto 0 0;
  height: 10rem;
  background: linear-gradient(#f05660, #e12148);
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
}
.foot._hide {
  opacity: 0.5;
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  .foot {
    height: 8.6rem;
  }
}
.foot-sp {
  padding: 0.8rem 0;
}
@media screen and (min-width: 768px) {
  .foot-sp {
    display: none;
  }
}
.foot-sp-appeal {
  width: 34.3rem;
  margin: 0 auto 0.5rem;
}
.foot-sp-button {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
.foot-sp-button img {
  width: 11rem;
  filter: drop-shadow(0.1rem 0.1rem 0.2rem rgba(47, 47, 47, 0.2));
}
.foot-sp-button .tel {
  display: block;
  position: relative;
}
.foot-sp-button .tel .note {
  display: block;
  position: absolute;
  inset: auto 0 0;
  width: fit-content;
  margin-left: 50%;
  color: white;
  font-size: 1rem;
  white-space: nowrap;
  transform: translateX(-50%) scale(0.5);
}
.foot-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .foot-pc {
    display: grid;
    grid-template-columns: calc(50dvw + 19rem) 1fr;
    justify-content: center;
    gap: 2.9rem;
  }
}
.foot-pc-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 8rem;
  margin-top: 0.3rem;
  padding-right: 2.7rem;
  background: linear-gradient(285deg, transparent 2rem, white 2.1rem);
}
.foot-pc-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
.foot-pc-right a img {
  width: 7rem;
  margin-top: 0.9rem;
  transition: 0.25s ease-in-out;
}
.foot-pc-right a:hover img {
  filter: brightness(0.95);
}
.foot-pc-text {
  position: relative;
  margin-top: 0.3rem;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
.foot-pc-text span {
  color: #E6535C;
}
.foot-pc-text:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.3rem;
  left: -1.2rem;
  width: 1.1rem;
  height: 1.1rem;
  background: url(images/foot-chon.webp) 0/contain no-repeat;
}
.foot-pc-tel {
  padding-left: 4rem;
  background: url(images/foot-tel-pc.webp) 0 50%/auto 5.8rem no-repeat;
}
.foot-pc-tel.free {
  padding-left: 10.2rem;
  background-image: url(images/foot-tel-pc-free.webp);
}
.foot-pc-tel .num {
  font-size: 6.1rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
}
.foot-pc-tel .note {
  margin: 0.2rem 0 0.4rem;
  font-size: 0.9rem;
  letter-spacing: 0.3em;
  text-align: center;
}
.foot-pc-appeal {
  width: 17.2rem;
  margin-right: 0.4rem;
}

.footer {
  border-top: 0.5rem solid #A81010;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .footer-con {
    display: grid;
    grid-template-columns: 43rem 1fr;
    grid-template-areas: "logo right" "menu right" "link link";
    gap: 0 8rem;
    padding-top: 5.6rem;
  }
}
@media (min-width: 768px) {
  .footer-menu {
    grid-area: menu;
    margin-top: 2.7rem;
    margin-left: 4.5rem;
  }
}
.footer-menu ul {
  list-style: none;
}
.footer-menu ul li {
  border-bottom: 1px solid #A81010;
}
@media (min-width: 768px) {
  .footer-menu ul li {
    border: none;
  }
  .footer-menu ul li + li {
    margin-top: 2rem;
  }
}
.footer-menu ul li a {
  display: block;
  padding: 1.2rem 3rem;
  color: #A81010;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .footer-menu ul li a {
    padding: 0;
    font-size: 1.8rem;
  }
}
.footer-menu ul li a:hover {
  color: #E6535C;
}
.footer-link {
  margin: 4rem 3rem 0;
}
@media (min-width: 768px) {
  .footer-link {
    grid-area: link;
    margin: 5rem 0 0;
    border-top: 1px solid #A81010;
    padding: 0 3rem;
  }
}
@media (min-width: 768px) {
  .footer-link-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-link-inner > li {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .footer-link-inner > li {
    width: 33.3%;
    margin-top: 4.8rem;
  }
  .footer-link-inner > li:only-child {
    width: 100%;
  }
}
.footer-link-label {
  display: flex;
  gap: 1rem;
  color: #A81010;
  font-size: 2.2rem;
  font-weight: bold;
}
.footer-link-label:after {
  content: "";
  display: inline-block;
  width: 2.2rem;
  background: url(images/footer-arrow.webp) 0 0.7rem/contain no-repeat;
}
@media (min-width: 768px) {
  .footer-link-label:after {
    content: none;
  }
}
.footer-link-label._show:after {
  transform: rotate(180deg);
  background-position: 0 0.4rem;
}
.footer-link-list {
  display: none;
  margin-top: 1.9rem;
}
._show + .footer-link-list {
  display: block;
}
@media (min-width: 768px) {
  .footer-link-list {
    display: block;
  }
  li:only-child .footer-link-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0.8rem;
  }
}
.footer-link-list li {
  margin-top: 1.1rem;
}
.footer-link-list li a {
  color: #2f2f2f;
  font-size: 1.6rem;
}
.footer-link-list li a:hover {
  color: #E6535C;
}
.footer-logo {
  width: 24.3rem;
  margin: 4.5rem auto 0;
}
@media (min-width: 768px) {
  .footer-logo {
    grid-area: logo;
    margin: 0 0 0 3rem;
  }
}
@media (min-width: 768px) {
  .footer-right {
    grid-area: right;
    align-self: end;
  }
}
.footer-office {
  margin: 3.1rem 2.5rem 0;
}
@media (min-width: 768px) {
  .footer-office {
    margin: 0;
  }
}
.footer-office dl {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .footer-office dl {
    display: grid;
    grid-template-columns: 14rem 1fr;
    align-items: center;
    gap: 3.5rem;
    margin-top: 2rem;
  }
}
.footer-office dl dt {
  width: 14rem;
  border: 1px solid #2f2f2f;
  padding: 1rem 0;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  text-align: center;
}
.footer-office dl dd {
  margin-top: 0.3rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .footer-office dl dd {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.footer-text {
  margin: 2rem 1.5rem 0;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .footer-text {
    margin: 2.6rem 0 0;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.footer-copy {
  margin-top: 1.5rem;
  padding: 2rem;
  font-size: 1.7rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-copy {
    margin-top: 3rem;
    font-size: 2rem;
  }
}

.recruit {
  position: fixed;
  z-index: 120;
  bottom: 10.5rem;
  right: 0.5rem;
  width: 10rem;
  aspect-ratio: 300/241;
  opacity: 1;
  transform: translateX(0);
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .recruit {
    right: 2rem;
    bottom: 9rem;
    width: 15rem;
  }
}
.recruit._hide {
  opacity: 0.5;
  transform: translateX(108%);
}
.recruit a:hover {
  opacity: 0.8;
}

.cta {
  overflow: hidden;
  background-color: #FF4B2D;
}
.lowprices + .cta {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .lowprices + .cta {
    padding-top: 6rem;
  }
}
.cta:has(+ .result) {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cta:has(+ .result) {
    padding-bottom: 6rem;
  }
}
.cta-con {
  position: relative;
  height: 100rem;
  background: url(images/cta-back-sp.webp) center/contain no-repeat;
}
@media (min-width: 768px) {
  .cta-con {
    font-size: min(10px, 0.63dvw);
    width: 158em;
    height: 98em;
    margin: 0 auto;
    background-image: url(images/cta-back-pc.webp);
  }
}
.cta-tel {
  display: none;
}
@media (min-width: 768px) {
  .cta-tel {
    display: block;
    position: absolute;
    top: 27.8em;
    left: 25em;
  }
}
.cta-tel.free:before {
  content: "通話無料";
  display: block;
  width: fit-content;
  border: 2px solid #2f2f2f;
  padding: 0.07em 0.7em;
  font-size: 3.6em;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
.cta-tel .num {
  margin: 0;
  font-size: 14em;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1;
}
.cta-tel .note {
  margin: 0.4em 0 0;
  font-size: 1.4em;
  letter-spacing: 0.3em;
  line-height: 1.5;
}
.cta-buttons {
  position: absolute;
  top: 46.4em;
  left: 1.5em;
}
@media (min-width: 768px) {
  .cta-buttons {
    inset: 70.7em 0 auto;
    display: flex;
    justify-content: center;
    gap: 6em;
  }
}
.cta-phone, .cta-mail, .cta-line {
  display: block;
}
.cta-phone:hover, .cta-mail:hover, .cta-line:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.cta-phone img, .cta-mail img, .cta-line img {
  filter: drop-shadow(0.2em 0.2em 0.4em rgba(47, 47, 47, 0.2));
}
.cta-phone {
  width: 35.1em;
  margin-top: 0.7em;
  margin-bottom: 1.8em;
}
.cta-phone.free {
  margin-top: 0;
}
@media (min-width: 768px) {
  .cta-phone {
    display: none;
  }
}
.cta-mail, .cta-line {
  width: 34.5em;
}
@media (min-width: 768px) {
  .cta-mail, .cta-line {
    width: 42.1em;
  }
}
.cta-line {
  margin-top: 1.2em;
}
@media (min-width: 768px) {
  .cta-line {
    margin-top: 0;
  }
}

.hero {
  background-color: white;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero {
    font-size: min(0.52vw, 10px);
    border-top: 0.5rem solid #FFEADB;
  }
  .hornet .hero {
    border-color: #F6E7B8;
  }
  .cockroach .hero {
    border-color: #ECFBF2;
  }
  .vermin .hero {
    border-color: #DFFBFE;
  }
}
.hero-con {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.hero-city {
  position: absolute;
  top: 2.5em;
  left: 50%;
  width: fit-content;
  margin-left: 0.6rem;
  color: white;
  font-weight: bold;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .hero-city {
    top: 1.5em;
    left: 94.1em;
    margin-left: 0;
  }
  .temp-hornet .hero-city {
    top: 0.9em;
    left: 78.4em;
  }
}
.hero-city span {
  display: block;
  font-size: 6.3em;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .hero-city span {
    font-size: 15em;
  }
}

.about {
  margin-top: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 3rem;
  }
}
.about:before, .about:after {
  content: "";
  display: block;
  height: 2rem;
  background-color: #FFEADB;
}
@media screen and (min-width: 768px) {
  .about:before, .about:after {
    height: 6rem;
  }
}
.temp-hornet .about:before, .temp-hornet .about:after {
  background-color: #F6E7B8;
}
.temp-cockroach .about:before, .temp-cockroach .about:after {
  background-color: #ECFBF2;
}
.temp-vermin .about:before, .temp-vermin .about:after {
  background-color: #DFFBFE;
}
.about:before {
  mask: url(images/about-top-sp.webp) center bottom/100% 100% no-repeat;
}
@media screen and (min-width: 768px) {
  .about:before {
    mask-image: url(images/about-top-pc.webp);
  }
}
.about:after {
  mask: url(images/about-bottom-sp.webp) center top/100% 100% no-repeat;
}
@media screen and (min-width: 768px) {
  .about:after {
    mask-image: url(images/about-bottom-pc.webp);
  }
}
.about-inner {
  padding: 7rem 0 6rem;
  background-color: #FFEADB;
  background-image: url(images/img-circle.webp), url(images/img-dots.webp), url(images/img-circle.webp), url(images/img-dots.webp), url(images/img-dots.webp), url(images/img-circle.webp);
  background-position: -8rem 22.3rem, 23.7rem 25rem, 30.3rem 35rem, left 31.9rem bottom 53.5rem, left 6.3rem bottom 46rem, left -4.6rem bottom 33.5rem;
  background-size: 11.8rem, 12.3rem, 7.2rem, 9.1rem, 7.7rem, 16rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .about-inner {
    padding: 13rem 0 11rem;
    background-position: right calc(50vw + 60rem) top 27rem, calc(50vw + 35.4rem) 30rem, calc(50vw + 54.6rem) 47rem, left calc(50vw + 47.8rem) bottom 41.5rem, right calc(50vw + 52.7rem) bottom 54rem, right calc(50vw + 47.6rem) bottom 58rem;
    background-size: 22.8rem, 12.3rem, 20.4rem, 19rem, 19.2rem, 7rem;
  }
}
:where(.temp-hornet, .temp-cockroach, .temp-vermin) .about-inner {
  padding-bottom: 14rem;
  background-position: -8rem 22.3rem, 23.7rem 25rem, 30.3rem 35rem, left 1.5rem bottom 51rem, left 6.3rem bottom 38rem, left 25.4rem bottom 8.5rem;
}
@media screen and (min-width: 768px) {
  :where(.temp-hornet, .temp-cockroach, .temp-vermin) .about-inner {
    padding-bottom: 22rem;
    background-position: right calc(50vw + 60rem) top 27rem, calc(50vw + 35.4rem) 30rem, calc(50vw + 54.6rem) 47rem, left calc(50vw + 47.8rem) bottom 8.5rem, right calc(50vw + 52.7rem) bottom 4rem, right calc(50vw + 47.6rem) bottom 5rem;
  }
}
.temp-hornet .about-inner {
  background-color: #F6E7B8;
}
.temp-cockroach .about-inner {
  background-color: #ECFBF2;
}
.temp-vermin .about-inner {
  background-color: #DFFBFE;
}
.about-con {
  position: relative;
}
.about-chara1, .about-chara2 {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-chara1 {
  top: 11rem;
  left: -0.1rem;
  width: 12.5rem;
  aspect-ratio: 252/270;
  background-image: url(images/about-kjm1.webp);
}
@media screen and (min-width: 768px) {
  .about-chara1 {
    top: 14rem;
    left: -9.8rem;
    width: 24.2rem;
  }
}
:where(.temp-hornet, .temp-cockroach, .temp-vermin) .about-chara1 {
  width: 11.9rem;
  aspect-ratio: 238/270;
}
@media screen and (min-width: 768px) {
  :where(.temp-hornet, .temp-cockroach, .temp-vermin) .about-chara1 {
    top: 14rem;
    left: -9.8rem;
    width: 24.2rem;
  }
}
.temp-hornet .about-chara1 {
  background-image: url(images/about-kjm1-hor.webp);
}
.temp-cockroach .about-chara1 {
  background-image: url(images/about-kjm1-coc.webp);
}
.temp-vermin .about-chara1 {
  background-image: url(images/about-kjm1-ver.webp);
}
.about-chara2 {
  bottom: 37rem;
  right: -3.5rem;
  width: 13.9rem;
  aspect-ratio: 278/272;
  background-image: url(images/about-kjm2.webp);
}
@media screen and (min-width: 768px) {
  .about-chara2 {
    top: 27rem;
    bottom: auto;
    right: -6.5rem;
    width: 29.3rem;
  }
}
@media screen and (min-width: 768px) {
  :where(.temp-hornet, .temp-cockroach, .temp-vermin) .about-chara2 {
    top: 23rem;
  }
}
.about-title {
  border-radius: 2rem;
  padding: 0.6rem 0;
  background-color: white;
  font-size: 3.1rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-title {
    font-size: 5rem;
    letter-spacing: 0.4em;
  }
}
.about-title span {
  color: #FF4B2D;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .about-title span {
    font-size: 6.5rem;
  }
}
.about-text {
  list-style: none;
  width: fit-content;
  margin: 13.4rem auto 0;
}
@media screen and (min-width: 768px) {
  .about-text {
    margin-top: 4.7rem;
  }
}
.about-text li {
  margin-left: 0;
  padding-left: 4.3rem;
  background: url(images/about-check.webp) 0 0/3.4rem no-repeat;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .about-text li {
    padding: 0.5rem 0 0.5rem 7.1rem;
    background-size: 4.8rem;
    font-size: 2.7rem;
  }
}
.about-text li + li {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-text li + li {
    margin-top: 2.3rem;
  }
}
.about-down {
  height: 12.6rem;
  border: none;
  background: url(images/about-down.webp) 50% 4.8rem/4.8rem no-repeat;
}
@media screen and (min-width: 768px) {
  .about-down {
    height: 17.2rem;
    background-position: 50% 5.5rem;
    background-size: 6rem;
  }
}
.about-msg1 {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-msg1 {
    font-size: 3.5rem;
    line-height: 1.8;
  }
}
.about-msg2 {
  position: relative;
  width: 37.5rem;
  margin: 2.1rem -1.5rem 0;
  padding: 0.6rem 2.4rem 1.4rem;
  background-color: #A81010;
  color: white;
  font-size: 4.1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about-msg2 {
    width: 103.2rem;
    margin: 4.9rem 0 0 12.4rem;
    padding: 1rem 0 1.3rem 12.3rem;
    font-size: 7.4rem;
  }
}
.about-msg2 span {
  font-size: 3rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .about-msg2 span {
    font-size: 6rem;
    letter-spacing: 0.1em;
  }
}
.about-msg2:before {
  content: "";
  display: block;
  position: absolute;
  top: -2.3rem;
  right: 0.5rem;
  width: 14.6rem;
  aspect-ratio: 365/381;
  background: url(images/about-kjm3.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .about-msg2:before {
    inset: -12.4rem auto auto -24.5rem;
    width: 36.5rem;
  }
}
@media screen and (min-width: 768px) {
  .about-msg2:after {
    content: "";
    display: block;
    position: absolute;
    top: -6.8rem;
    right: -7.8rem;
    width: 12.7rem;
    height: 10.2rem;
    background: url(images/about-msg.webp) 0 0/contain no-repeat;
  }
}
.about-msg3 {
  margin: 2.4rem 0.9rem 0;
  color: #A81010;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.45em;
}
@media screen and (min-width: 768px) {
  .about-msg3 {
    margin: 1.6rem 0 0 26.6rem;
    font-size: 5rem;
    letter-spacing: 0.2em;
  }
}
.about-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.7rem;
  padding: 1rem 0 7rem;
  background-color: #FFEADB;
}
@media screen and (min-width: 768px) {
  .about-btns {
    flex-direction: row;
  }
}
.about-btns img {
  width: 33rem;
  filter: drop-shadow(0.2rem 0.2rem 0.3rem rgba(47, 47, 47, 0.2));
}
@media screen and (min-width: 768px) {
  .about-btns img {
    width: 37.5rem;
  }
}

.reasons {
  overflow: hidden;
  margin: 13rem 0 10rem;
}
@media (min-width: 768px) {
  .reasons {
    margin: 14rem 0 13rem;
  }
}
.reasons-desc {
  margin-top: 3.8rem;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .reasons-desc {
    margin: 4.5rem 4rem 0;
    font-size: 3rem;
  }
}
.reasons-points {
  width: 37.5rem;
  margin: 4rem -1.5rem 0;
}
@media (min-width: 768px) {
  .reasons-points {
    width: auto;
    margin: 7.5rem 0 0;
  }
}
@media (min-width: 1600px) {
  .reasons-points {
    width: 149rem;
    margin-left: -14.5rem;
  }
}
.reasons-points .slick-track {
  display: flex;
}
.reasons-points .slick-track .slick-slide {
  height: auto;
}
.reasons-points .slick-arrow {
  background-color: #FFB780;
}
.reasons-card {
  margin: 0 1rem;
  border-radius: 0 3rem 0 3rem;
  padding: 0 2rem 2rem;
  background: #FFF8E7;
}
@media (min-width: 768px) {
  .reasons-card {
    margin: 0 0.75rem;
    padding: 0 2.5rem 1.5rem;
  }
}
.reasons-card .label {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .reasons-card .label {
    font-size: 2.5rem;
  }
}
.reasons-card .label span {
  vertical-align: -0.7rem;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .reasons-card .label span {
    vertical-align: -0.9rem;
    font-size: 5.5rem;
  }
}
.reasons-card .label span:before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 2rem;
  margin: 0 1.1rem 0.3rem 0.8rem;
  border-radius: 0.2rem;
  background-color: #2f2f2f;
  transform: rotate(25deg);
}
@media (min-width: 768px) {
  .reasons-card .label span:before {
    height: 2.5rem;
    margin: 0 1.5rem 0.4rem 0.8rem;
  }
}
.reasons-card img {
  width: 25rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 1.5rem auto 0;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .reasons-card img {
    width: 22rem;
  }
}
@media (min-width: 1600px) {
  .reasons-card img {
    width: 25rem;
  }
}
.reasons-card .title {
  overflow: overlay;
  width: fit-content;
  min-width: 27.7rem;
  max-width: 100%;
  margin: 1.5rem auto 1.4rem;
  background: linear-gradient(transparent 44%, #ffbc8d 44%);
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media (min-width: 768px) {
  .reasons-card .title {
    min-width: 22rem;
    margin: 2.5rem auto 3.4rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .reasons-card .title {
    min-width: 27.7rem;
    font-size: 3.5rem;
  }
}
.reasons-card .title span {
  display: block;
  white-space: nowrap;
  transform-origin: 25%;
}
.reasons-card .text {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2;
}

.voice {
  margin: 10rem 0 14rem;
}
@media (min-width: 768px) {
  .voice {
    margin: 12rem 0 18rem;
  }
}
.voice .ttl .en {
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .voice .ttl .en {
    letter-spacing: 0.15em;
  }
}
.voice-content {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .voice-content {
    display: grid;
    grid-template-columns: 52rem 58rem;
    justify-content: space-between;
    margin-top: 8rem;
    margin-left: 3rem;
  }
}
.voice-reviews {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .voice-reviews {
    margin-bottom: 0;
  }
}
.voice-text {
  grid-row: 2;
}
@media (min-width: 768px) {
  .voice-text {
    grid-row: 1;
  }
}
.voice-text-1 {
  border-bottom: 0.4rem dotted #FF4B2D;
  padding: 0 0.5rem 1.5rem;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.85;
}
@media (min-width: 768px) {
  .voice-text-1 {
    padding: 0 1rem 2.5rem;
    font-size: 3.5rem;
    margin: 0 0 1.6rem;
  }
}
.voice-text-1 span {
  color: #FF4B2D;
}
.voice-text-2 {
  margin-top: 2rem;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (min-width: 768px) {
  .voice-text-2 {
    margin: 3rem 0 0 1rem;
    font-size: 2.4rem;
  }
}
.voice-text-link {
  display: block;
  width: fit-content;
  margin: 1.8rem 0 0 auto;
  border-bottom: 2px solid;
  padding: 0 1.5rem 0.4rem 0;
  background: url(images/voice-link.svg) 100% 50%/0.7rem no-repeat;
  color: #2f2f2f;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .voice-text-link {
    margin: 5.5rem 0 0 auto;
    padding: 0 2.3rem 0.6rem 0;
    background-size: 1rem;
    font-size: 2rem;
  }
}
.voice-text-link:hover {
  opacity: 0.8;
}

.caution {
  overflow: hidden;
  padding: 11.4rem 0 9.8rem;
  background-color: #FFDC18;
  background-image: repeating-linear-gradient(114deg, #2E2E2E 0, #2E2E2E 1.1rem, transparent 1.2rem, transparent 2.3rem, #2E2E2E 2.4rem), repeating-linear-gradient(114deg, #2E2E2E 0, #2E2E2E 1.1rem, transparent 1.2rem, transparent 2.3rem, #2E2E2E 2.4rem);
  background-size: 100% 4.5rem;
  background-position: top, bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .caution {
    padding: 13.3rem 0 13rem;
  }
}
.caution-con {
  position: relative;
}
@media screen and (min-width: 768px) {
  .caution-con:before {
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    left: -15rem;
    width: 23.5rem;
    height: 26.6rem;
    background: url(images/caution-kjm.webp) 0 0/contain no-repeat;
  }
}
@media screen and (min-width: 768px) {
  :where(.temp-hornet, .temp-cockroach, .temp-vermin) .caution-con:before {
    top: 9rem;
  }
  :where(.temp-hornet, .temp-cockroach, .temp-vermin) .caution-con:after {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.temp-hornet .caution-con:after {
  top: 0;
  right: -11rem;
  width: 23.2rem;
  height: 22.7rem;
  background-image: url(images/caution-hornet.webp);
}
.temp-cockroach .caution-con:after {
  top: 0;
  right: -15rem;
  width: 25.4rem;
  height: 20.7rem;
  background-image: url(images/caution-goki.webp);
}
.temp-vermin .caution-con:after {
  top: 7rem;
  right: -12rem;
  width: 24.6rem;
  height: 19.4rem;
  background-image: url(images/caution-vermin.webp);
}
.caution-title {
  margin-bottom: 4rem;
  padding-top: 8rem;
  background: url(images/caution-sign.svg) 50% 0/7.8rem no-repeat;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .caution-title {
    width: fit-content;
    margin: 0 auto 9rem;
    padding: 1rem 11.4rem;
    background-image: url(images/caution-sign.svg), url(images/caution-sign.svg);
    background-position: 0 0, 100% 0;
    background-size: contain;
    font-size: 4.5rem;
    white-space: nowrap;
  }
}
.caution-text {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .caution-text {
    margin-left: 12.5rem;
    font-size: 2.7rem;
    letter-spacing: 0.02em;
    text-indent: -1em;
  }
  .caution-text + p {
    margin-top: 4rem;
  }
}
.caution-text strong {
  background-color: white;
}

.price {
  margin: 9rem 0 15rem;
  background-color: white;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .price {
    margin: 19rem 0 16rem;
  }
}
.price-lead {
  margin-top: 3.8rem;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .price-lead {
    margin-top: 4.5rem;
    margin-left: 4rem;
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
}
.price-text {
  margin-top: 2.4rem;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .price-text {
    margin-top: 1.6rem;
    margin-left: 4rem;
    font-size: 1.8rem;
  }
}
.price-list {
  margin: 4.4rem 0.4rem 0;
}
@media screen and (min-width: 768px) {
  .price-list {
    margin: 8.4rem 3rem 0 5rem;
  }
}
.price-item {
  position: relative;
}
.price-item + li {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .price-item + li {
    margin-top: 6rem;
  }
}
.price-item:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.8rem;
  left: -1.5rem;
  width: 10.5rem;
  aspect-ratio: 1/1;
  background: radial-gradient(circle at center, #E5FFFE 69%, transparent 70%) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .price-item:before {
    top: -3.2rem;
    left: -3.4rem;
    width: 18rem;
  }
}
.price-item.hornet:before {
  background-image: radial-gradient(circle at center, #FFEFE3 69%, transparent 70%);
}
.price-item.cockroach:before {
  background-image: radial-gradient(circle at center, #DEFBE8 69%, transparent 70%);
}
.price-item-inner {
  position: relative;
  border-image: url(images/price-flame.webp) 40/2rem;
  padding: 1.3rem 1.6rem 1.8rem;
}
@media screen and (min-width: 768px) {
  .price-item-inner {
    display: grid;
    grid-template-columns: 1fr 39rem;
    grid-template-rows: auto auto 1fr;
    align-items: start;
    padding: 2.2rem 3.7rem 2.4rem 3.9rem;
  }
}
.price-item .label {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .price-item .label {
    position: absolute;
    top: 2.9rem;
    left: 2.3rem;
    font-size: 2.7rem;
    letter-spacing: 0;
  }
}
.price-item .label br {
  display: none;
}
@media screen and (min-width: 768px) {
  .price-item .label br {
    display: block;
  }
}
.price-item img {
  width: 25.2rem;
  height: 15.7rem;
  object-fit: cover;
  margin: 0.8rem auto 0;
}
@media screen and (min-width: 768px) {
  .price-item img {
    grid-column: 2;
    grid-row: 1/4;
    width: 39rem;
    height: 39rem;
    margin: 0;
  }
}
.price-item .title {
  overflow: overlay;
}
.price-item .title h3 {
  position: relative;
  margin-top: 0.7rem;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  -webkit-text-stroke: 0.3rem #2f2f2f;
  transform-origin: left;
}
@media screen and (min-width: 768px) {
  .price-item .title h3 {
    grid-row: 1;
    grid-column: 1;
    margin: 1rem 0 0 12.3rem;
    font-size: 5.5rem;
    letter-spacing: 0;
    text-align: left;
  }
}
.price-item .title h3:after {
  content: attr(data-stroke);
  display: block;
  position: absolute;
  inset: 0;
  color: #FFF71A;
  -webkit-text-stroke: 0;
}
.price-item .val {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .price-item .val {
    margin-top: 0.5rem;
    font-size: 4rem;
  }
}
.price-item .val .num {
  margin-right: 0.7rem;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .price-item .val .num {
    font-size: 10rem;
  }
}
.price-item .val .tax {
  display: block;
  position: absolute;
  bottom: 2.6rem;
  right: 2.3rem;
  font-size: 0.8rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .price-item .val .tax {
    bottom: 4.6rem;
    right: 4.3rem;
    font-size: 1.4rem;
  }
}
.price-item .text {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .price-item .text {
    width: 61rem;
    margin-top: 4.5rem;
    font-size: 1.8rem;
  }
}

.lowprices {
  padding: 12rem 0;
  background-color: #ffeadb;
}
@media (min-width: 768px) {
  .lowprices {
    padding: 13.5rem 0;
  }
}
.temp-hornet .lowprices {
  background-color: #F6E7B8;
}
.temp-cockroach .lowprices {
  background-color: #ECFBF2;
}
.temp-vermin .lowprices {
  background-color: #DFFBFE;
}
.lowprices:has(+ .cta) {
  padding-bottom: 13.5rem;
  background-image: url(images/cta-top-sp.webp);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .lowprices:has(+ .cta) {
    padding-bottom: 19rem;
    background-image: url(images/cta-top-pc.webp);
  }
}
.lowprices-text {
  margin: 3.8rem 0.9rem 0;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media (min-width: 768px) {
  .lowprices-text {
    margin: 4.6rem 0 0;
    font-size: 2.9rem;
    letter-spacing: 0.1em;
  }
}
.lowprices-text .normal {
  display: block;
}
@media (min-width: 768px) {
  .lowprices-text .normal {
    padding: 0 4rem;
  }
}
.lowprices-text .strong {
  background-color: white;
}
@media (min-width: 768px) {
  .lowprices-text .strong {
    padding: 0 2rem 0 4rem;
    white-space: nowrap;
  }
}
.lowprices-text strong {
  color: #FF4B2D;
}
.lowprices-image {
  width: 36.2rem;
  margin: 3.3rem -0.8rem 0;
}
@media (min-width: 768px) {
  .lowprices-image {
    width: 102.6rem;
    margin: 3.8rem auto 0;
  }
}

.result {
  overflow: hidden;
  padding: 20rem 0 0;
  background-color: #FFD7B9;
}
@media (min-width: 768px) {
  .result {
    padding: 26rem 0 1rem;
  }
}
.temp-hornet .result {
  background-color: #F6E7B8;
}
.temp-cockroach .result {
  background-color: #ECFBF2;
}
.temp-vermin .result {
  background-color: #DFFBFE;
}
.cta + .result {
  padding-top: 24rem;
  background-image: url(images/cta-bottom-sp.webp);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .cta + .result {
    background-image: url(images/cta-bottom-pc.webp);
  }
}
.result .ttl {
  position: relative;
}
.result .ttl:before, .result .ttl:after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
}
.result .ttl:before {
  top: -12.5rem;
  left: 18.1rem;
  width: 16.3rem;
  background-image: url(images/img-circle.webp);
}
@media (min-width: 768px) {
  .result .ttl:before {
    top: -10.3rem;
    left: -19.9rem;
    width: 23.5rem;
  }
}
.result .ttl:after {
  top: 9.6rem;
  left: 13.1rem;
  width: 7.7rem;
  background-image: url(images/img-dots.webp);
}
@media (min-width: 768px) {
  .result .ttl:after {
    top: 13.2rem;
    left: 37.3rem;
    width: 7.8rem;
    background-image: url(images/img-circle.webp);
  }
}
.result .ttl .en {
  position: relative;
}
.result-lead {
  position: relative;
  width: 37.5rem;
  margin: 3.5rem -1.5rem 0;
  padding: 1.1rem 2.5rem 0;
  background-color: white;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .result-lead {
    width: 97rem;
    margin: 4.4rem 0 0;
    padding: 0 4rem;
    font-size: 7rem;
    letter-spacing: 0.2em;
  }
}
.result-lead span {
  display: block;
  margin-top: -1rem;
  color: #FF4B2D;
  font-size: 5.2rem;
}
@media (min-width: 768px) {
  .result-lead span {
    display: inline;
    margin-top: 0;
    font-size: 7rem;
  }
}
.result-lead:after {
  content: "";
  display: block;
  position: absolute;
  top: -1.2rem;
  left: 24rem;
  width: 14.3rem;
  height: 14.1rem;
  background: url(images/result-kjm.webp) 0 0/contain no-repeat;
}
@media (min-width: 768px) {
  .result-lead:after {
    top: -18.4rem;
    left: 85.5rem;
    width: 44.5rem;
    height: 41.6rem;
    background-image: url(images/result-kjm.webp), url(images/img-circle.webp), url(images/img-dots.webp);
    background-position: 0 4.6rem, 100% 0, 100% 100%;
    background-size: 34.5rem, 35.8rem, 16.8rem;
  }
}
.result-attention {
  margin-top: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .result-attention {
    margin: 0.5rem 0 0 69rem;
    font-size: 1.5rem;
  }
}
.result-text {
  margin-top: 2rem;
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .result-text {
    margin-left: 4rem;
    font-size: 3.5rem;
  }
}
.result-list {
  width: 37.5rem;
  margin: 3.5rem -1.5rem 0;
}
@media (min-width: 768px) {
  .result-list {
    width: 120rem;
    margin: 4rem 0 0;
  }
}
@media (min-width: 1600px) {
  .result-list {
    width: 150rem;
    margin: 3.8rem -15rem 0;
  }
}
.result-list .slick-track {
  display: flex;
}
.result-list .slick-track .slick-slide {
  height: auto;
}
.result-list .slick-arrow {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .result-list .slick-prev {
    left: -3rem;
  }
  .result-list .slick-next {
    right: -3rem;
  }
}
.result-item {
  margin: 0 1.5rem 0.7rem;
  padding: 2.2rem 1.9rem 1.7rem;
  background-color: white;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(47, 47, 47, 0.2);
  color: #2f2f2f;
}
@media (min-width: 1600px) {
  .result-item {
    margin: 1rem;
    padding: 3rem 2.5rem 2.2rem;
  }
}
.result-item:hover {
  opacity: 0.9;
}
.result-item .image {
  aspect-ratio: 300/210;
}
@media (min-width: 1600px) {
  .result-item .image {
    aspect-ratio: 400/280;
  }
}
.result-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.result-item h3 {
  margin: 1.5rem 0 2rem;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 1600px) {
  .result-item h3 {
    margin: 2rem 0;
    font-size: 3rem;
  }
}
.result-item .comment {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  height: 6lh;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1600px) {
  .result-item .comment {
    font-size: 1.8rem;
  }
}
.result-item .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.result-item .meta ul {
  list-style: none;
  display: flex;
  gap: 0.9rem;
}
@media (min-width: 1600px) {
  .result-item .meta ul {
    gap: 1.2rem;
  }
}
.result-item .meta ul li {
  border: 0.15rem solid;
  padding: 0.2rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 1600px) {
  .result-item .meta ul li {
    font-size: 2.2rem;
  }
}
.result-item .meta time {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 1600px) {
  .result-item .meta time {
    font-size: 2.2rem;
  }
}

.service {
  padding: 23rem 0 20rem;
  background-color: #ffd7b9;
  background-image: url(images/img-circle.webp), url(images/img-dots.webp), url(images/img-circle.webp), url(images/img-dots.webp), url(images/img-dots-l.webp);
  background-position: right 19.9rem top, right 24.2rem top 2.6rem, left 25.2rem bottom 3.5rem, left 18.7rem bottom 10rem, -1rem;
  background-size: 4.5rem, 13.2rem, 12.3rem, 9.3rem, 0;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service {
    padding: 21rem 0 28rem;
    background-position: right calc(50dvw + 51rem) top, right calc(50dvw + 58rem) top 4.7rem, left calc(50dvw + 51rem) bottom 11rem, -1rem, left calc(50dvw + 60rem) bottom 18rem;
    background-size: 7.8rem, 22.7rem, 13.8rem, 0, 28.7rem;
  }
}
.temp-hornet .service {
  background-color: #F6E7B8;
}
.temp-cockroach .service {
  background-color: #ECFBF2;
}
.temp-vermin .service {
  background-color: #DFFBFE;
}
.service-bottom {
  height: 3rem;
  background-color: #ffd7b9;
  mask: url(images/service-bottom.webp) -43rem 0/130rem no-repeat;
}
@media screen and (min-width: 768px) {
  .service-bottom {
    height: 6rem;
    mask-position: 0 0;
    mask-size: 100% 100%;
  }
}
.temp-hornet .service-bottom {
  background-color: #F6E7B8;
}
.temp-cockroach .service-bottom {
  background-color: #ECFBF2;
}
.temp-vermin .service-bottom {
  background-color: #DFFBFE;
}
.service-inner {
  width: 34.5rem;
  margin: 0 auto;
  padding: 6rem 0;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .service-inner {
    width: auto;
    max-width: 140rem;
    border-radius: 1.5rem;
    padding: 9rem 0 15rem;
  }
}
.service-con {
  width: 31.3rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service-con {
    width: 120rem;
  }
}
.service-lead {
  margin-top: 3.8rem;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .service-lead {
    margin-top: 4.5rem;
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
}
.service-tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .service-tab {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 16.5rem);
    justify-content: center;
    gap: 12rem;
    margin-top: 11rem;
    border-top: 0.2rem solid #2f2f2f;
    border-bottom: 0.2rem solid #2f2f2f;
    padding: 1.5rem 0 0;
  }
  .service-tab label {
    display: block;
    position: relative;
    height: 100%;
    border-bottom: 0.5rem solid transparent;
    padding-bottom: 0.8rem;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    transition: 0.25s ease-in-out;
    cursor: pointer;
  }
  .service-tab label:hover {
    border-color: #ffad7d;
  }
  .service-tab label span {
    display: block;
    font-size: 2rem;
  }
  .service-tab label:after {
    content: "";
    display: block;
    position: absolute;
    inset: auto 0 -0.5rem;
    height: 1.3rem;
    background-color: transparent;
    transition: 0.25s ease-in-out;
  }
}
.service-panels {
  display: grid;
  gap: 2rem;
  width: 30rem;
  margin: 1.7rem auto 0;
}
@media screen and (min-width: 768px) {
  .service-panels {
    width: 110rem;
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  .service-panel {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 47.9rem 1fr;
    grid-template-rows: auto auto 1fr;
    align-items: start;
    gap: 0 5rem;
    background-color: white;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
}
.service-panel .num {
  width: 12rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #2f2f2f;
  color: white;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 3.3rem, 6.5rem 3.3rem, 50% 100%, 5.5rem 3.3rem, 0 3.3rem);
  transform: translateY(2rem);
}
@media screen and (min-width: 768px) {
  .service-panel .num {
    grid-column: 2;
    width: 16.6rem;
    margin: 0;
    font-size: 3rem;
    clip-path: polygon(0 0, 100% 0, 100% 4.5rem, 8.9rem 4.5rem, 50% 100%, 7.7rem 4.5rem, 0 4.5rem);
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .service-panel img {
    grid-column: 1;
    grid-row: 1/4;
  }
}
.service-panel h3 {
  width: 26rem;
  margin: 1.2rem auto 1.4rem;
  border-bottom: 0.4rem dotted #2f2f2f;
  padding-bottom: 0.6rem;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service-panel h3 {
    margin: 1.3rem 0 2.4rem;
  }
}
.service-panel p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .service-panel p {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  #step1:checked ~ .service-tab label[for=step1]:after,
  #step2:checked ~ .service-tab label[for=step2]:after,
  #step3:checked ~ .service-tab label[for=step3]:after,
  #step4:checked ~ .service-tab label[for=step4]:after {
    background-color: #ffad7d;
  }
  #step1:checked ~ .service-panels #panel1,
  #step2:checked ~ .service-panels #panel2,
  #step3:checked ~ .service-panels #panel3,
  #step4:checked ~ .service-panels #panel4 {
    opacity: 1;
  }
}
.area {
  margin: 20rem 0 17rem;
  background-color: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area {
    margin: 19rem 0 21rem;
  }
}
.area .ttl {
  position: relative;
}
.area .ttl .en {
  width: 31rem;
}
.area .ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20rem;
  width: 13.9rem;
  aspect-ratio: 278/270;
  background: url(images/area-img01.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .area .ttl:after {
    left: 30rem;
    width: 20.8rem;
  }
}
.area-lead {
  margin-top: 3.8rem;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .area-lead {
    margin-top: 4.5rem;
    margin-left: 4rem;
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
}
.area-list {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .area-list {
    margin: 9rem 5rem;
  }
}
.area-list li {
  display: grid;
  grid-template-columns: 10.6rem 1fr;
  grid-template-rows: 10.6rem auto;
  gap: 1.6rem 1.8rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .area-list li {
    grid-template-columns: 23.3rem 1fr;
    grid-template-rows: 6.5rem 1fr;
    gap: 1rem 1.5rem;
    align-items: start;
  }
}
.area-list li + li {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .area-list li + li {
    margin-top: 3rem;
  }
}
.area-list li img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .area-list li img {
    grid-row: 1/3;
  }
}
.area-list li h3 {
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .area-list li h3 {
    margin-left: 0.6rem;
  }
}
.area-list li p {
  grid-column: 1/3;
  border-top: 3px dotted #E6535C;
  padding-top: 1.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .area-list li p {
    grid-column: 2;
    padding-left: 0.6rem;
    font-size: 1.8rem;
  }
}

.line {
  margin: 15rem 0;
}
@media screen and (min-width: 768px) {
  .line {
    margin: 21rem 0 14rem;
  }
}
@media screen and (min-width: 768px) {
  .line a {
    display: block;
    width: 99.3rem;
    margin: 0 auto;
  }
}
.line a:hover {
  opacity: 0.9;
}
.line a img {
  filter: drop-shadow(0.3rem 0.3rem 0.5rem rgba(47, 47, 47, 0.2));
}

.faq {
  overflow: hidden;
  margin: 15rem 0 14rem;
}
@media screen and (min-width: 768px) {
  .faq {
    margin: 11rem 0 14rem;
  }
}
.faq-lead {
  margin: 3.8rem 0 5.4rem;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .faq-lead {
    margin: 4.5rem 0 7.5rem 4rem;
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
}
.faq-item {
  width: 37.5rem;
  margin-left: -1.5rem;
  border-bottom: 2px solid;
}
@media screen and (min-width: 768px) {
  .faq-item {
    width: auto;
    margin: 0 4rem;
  }
}
.faq-item:first-of-type {
  border-top: 2px solid;
}
.faq-item .q,
.faq-item .a {
  display: grid;
  grid-template-columns: 4.7rem 1fr;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .faq-item .q,
  .faq-item .a {
    grid-template-columns: 8.4rem 1fr;
    padding: 2.4rem 2rem;
  }
}
.faq-item .q:before,
.faq-item .a:before {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .faq-item .q:before,
  .faq-item .a:before {
    font-size: 5.5rem;
  }
}
.faq-item .q {
  padding-right: 5.5rem;
  background: url(images/faq-plus.svg) right 2rem center/2.7rem no-repeat;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .faq-item .q {
    padding-right: 9.5rem;
    background-size: 4.8rem;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
.faq-item .q:before {
  content: "Q";
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .faq-item .q:before {
    margin-top: -0.8rem;
  }
}
.faq-item .q._show {
  background-image: url(images/faq-minus.svg);
}
.faq-item .a {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .faq-item .a {
    padding-top: 1rem;
    font-size: 2.3rem;
  }
}
.faq-item .a:before {
  content: "A";
  margin-top: -1rem;
  color: #FFF71A;
  -webkit-text-stroke: 1px #2f2f2f;
}
@media screen and (min-width: 768px) {
  .faq-item .a:before {
    margin-top: -0.6rem;
  }
}
.faq-item .a ul,
.faq-item .a ol {
  padding-left: 1em;
}
.faq-item .a a {
  color: #FF4B2D;
}
.faq-item .a a:hover {
  color: #A81010;
}

.columns {
  margin: 7.5rem 0 12.5rem;
  background-color: white;
}
@media (min-width: 768px) {
  .columns {
    margin: 8rem 0 15rem;
  }
}
.columns-con {
  border: 2px solid #FF4B2D;
  padding: 4rem 2rem 1px;
}
@media (min-width: 768px) {
  .columns-con {
    display: grid;
    grid-template-columns: 25.4rem 1fr;
    align-items: center;
    padding: 4.7rem 7.6rem 3.8rem 4.6rem;
  }
}
.columns-title {
  width: fit-content;
  border-bottom: 3px solid;
  padding-bottom: 0.7rem;
  color: #FF4B2D;
  font-size: 4rem;
  letter-spacing: 0.3em;
}
@media (min-width: 768px) {
  .columns-title {
    border: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .columns-content {
    border-left: 3px solid #FF4B2D;
    padding-left: 3rem;
  }
}
.columns-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .columns-items {
    margin-top: 0;
  }
}
.columns-item {
  display: grid;
  grid-template-columns: 10.5rem 1fr;
  gap: 1rem;
  border-bottom: 2px dotted #ffdbd5;
  padding-bottom: 1rem;
  color: #2f2f2f;
}
@media (min-width: 768px) {
  .columns-item {
    grid-template-columns: 16rem 1fr;
    gap: 2.5rem;
  }
}
.columns-item:hover {
  color: #E6535C;
}
.columns-item .image {
  height: 8rem;
}
@media (min-width: 768px) {
  .columns-item .image {
    height: 9rem;
  }
}
.columns-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.columns-item .date {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .columns-item .date {
    font-size: 1.9rem;
  }
}
.columns-item .title {
  display: block;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .columns-item .title {
    margin-top: 0.3rem;
    font-size: 1.9rem;
    letter-spacing: 0.05em;
  }
}
.columns-btn {
  display: block;
  width: 30rem;
  line-height: 5rem;
  margin: 0 auto;
  border-radius: 1rem;
  padding-right: 2.6rem;
  background: #FF4B2D url(images/icon-circle-chevron-right.svg) 20.5rem 50%/2.4rem no-repeat;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-align: center;
  transform: translateY(50%);
}
@media (min-width: 768px) {
  .columns-btn {
    width: 56rem;
    line-height: 6rem;
    margin-top: 2rem;
    padding-right: 1.8rem;
    background-position: 35.8rem 50%;
    transform: none;
  }
}
.columns-btn:hover {
  opacity: 0.9;
}

.newss {
  margin: 8rem 0 7.5rem;
  background-color: white;
}
@media (min-width: 768px) {
  .newss {
    margin: 10rem 0 8rem;
  }
}
.newss-con {
  border: 2px solid #A81010;
  padding: 4rem 2rem 1px;
}
@media (min-width: 768px) {
  .newss-con {
    display: grid;
    grid-template-columns: 25.4rem 1fr;
    align-items: center;
    padding: 4.7rem 7.6rem 3.8rem 4.6rem;
  }
}
.newss-title {
  width: fit-content;
  border-bottom: 3px solid;
  padding-bottom: 0.7rem;
  color: #A81010;
  font-size: 4rem;
  letter-spacing: 0.3em;
}
@media (min-width: 768px) {
  .newss-title {
    border: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .newss-content {
    border-left: 3px solid #A81010;
    padding-left: 3rem;
  }
}
.newss-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .newss-items {
    margin-top: 0;
  }
}
.newss-item {
  display: grid;
  grid-template-columns: 9rem 1fr;
  border-bottom: 2px dotted rgb(237.6, 207.2, 207.2);
  padding-bottom: 0.8rem;
  color: #2f2f2f;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .newss-item {
    grid-template-columns: 11rem 1fr;
    padding-bottom: 1.8rem;
    font-size: 1.9rem;
  }
}
.newss-item:hover {
  color: #FF4B2D;
}
.newss-btn {
  display: block;
  width: 30rem;
  line-height: 5rem;
  margin: 0 auto;
  border-radius: 1rem;
  padding-right: 2.6rem;
  background: #A81010 url(images/icon-circle-chevron-right.svg) 20.5rem 50%/2.4rem no-repeat;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-align: center;
  transform: translateY(50%);
}
@media (min-width: 768px) {
  .newss-btn {
    width: 56rem;
    line-height: 6rem;
    margin-top: 2rem;
    padding-right: 1.8rem;
    background-position: 35.8rem 50%;
    transform: none;
  }
}
.newss-btn:hover {
  opacity: 0.9;
}

.archive {
  padding: 0.6rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .archive {
    padding: 2.2rem 0 20rem;
  }
}
.archive .ttl {
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .archive .ttl {
    margin: 10rem 0 0;
  }
}
.archive .page-nav {
  margin-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  .archive .page-nav {
    margin-top: 8.5rem;
  }
}
.archive-nocontent {
  position: relative;
  margin-top: 11.8rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .archive-nocontent {
    margin-top: 10rem;
    font-size: 2.8rem;
  }
}
.archive-nocontent:before {
  content: "";
  display: block;
  position: absolute;
  top: -16.6rem;
  left: 20rem;
  width: 16.1rem;
  aspect-ratio: 322/332;
  background: url(images/column-kjm.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .archive-nocontent:before {
    top: -30rem;
    left: 47rem;
    width: 23.5rem;
  }
}
.archive-news, .archive-column {
  border-top: 0.5rem solid #FFEADB;
  background-image: url(images/img-circle-r.webp), url(images/img-dots-r.webp), url(images/img-circle-r.webp), url(images/img-dots-r.webp);
  background-position: 26.5rem 1.5rem, 15.3rem 18.7rem, left 29.3rem bottom 15rem, left 1.5rem bottom 1.5rem;
  background-size: 16.3rem, 9.8rem, 8.2rem, 15.7rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .archive-news, .archive-column {
    background-image: url(images/img-circle-r.webp), url(images/img-circle-r.webp), url(images/img-circle-r.webp), url(images/img-dots-r.webp), url(images/img-dots-r.webp), url(images/img-circle-r.webp), url(images/img-circle-r.webp);
    background-position: right calc(50dvw + 52.5rem) top 23.1rem, right calc(50dvw + 7rem) top 11.1rem, calc(50dvw + 39.8rem) 17.2rem, calc(50dvw + 60rem) 42rem, right calc(50dvw + 53.3rem) bottom 14.3rem, right calc(50dvw + 47.7rem) bottom 47.5rem, left calc(50dvw + 52.5rem) bottom 5rem;
    background-size: 23.5rem, 7.8rem, 35.8rem, 16.8rem, 22.7rem, 7.8rem, 23.5rem;
  }
}
.archive-news-list, .archive-column-list {
  position: relative;
  margin-top: 11.8rem;
}
@media screen and (min-width: 768px) {
  .archive-news-list, .archive-column-list {
    margin: 10rem 2.5rem 0;
  }
}
.archive-news-list:before, .archive-column-list:before {
  content: "";
  display: block;
  position: absolute;
  top: -16.6rem;
  left: 20rem;
  width: 16.1rem;
  aspect-ratio: 322/332;
  background: url(images/column-kjm.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .archive-news-list:before, .archive-column-list:before {
    top: -30rem;
    left: 47rem;
    width: 23.5rem;
  }
}
@media screen and (min-width: 768px) {
  .archive-news .ttl .en {
    width: 46.1rem;
  }
}
.archive-news-list a {
  display: block;
  margin-top: 4.2rem;
  border-bottom: 0.4rem dotted;
  color: #2f2f2f;
}
@media screen and (min-width: 768px) {
  .archive-news-list a {
    margin-top: 6rem;
  }
}
.archive-news-list a:hover {
  color: #E6535C;
}
.archive-news-list a .date {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .archive-news-list a .date {
    font-size: 2.5rem;
  }
}
.archive-news-list a .title {
  display: block;
  margin-top: 1.8rem;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .archive-news-list a .title {
    font-size: 2.6rem;
  }
}
.archive-column-list a {
  display: block;
  margin-top: 3rem;
  border-bottom: 0.4rem dotted;
  padding-bottom: 0.3rem;
  color: #2f2f2f;
}
@media screen and (min-width: 768px) {
  .archive-column-list a {
    display: grid;
    grid-template-columns: 33rem 1fr;
    gap: 5rem;
    margin-top: 4rem;
    border: none;
    padding: 0;
  }
}
.archive-column-list a:hover {
  color: #E6535C;
}
.archive-column-list a .image {
  width: 33rem;
  aspect-ratio: 16/9;
  margin: 0 auto 0.6rem;
}
@media screen and (min-width: 768px) {
  .archive-column-list a .image {
    margin: 0;
  }
}
.archive-column-list a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .archive-column-list a .text {
    border-bottom: 0.4rem dotted;
  }
}
.archive-column-list a .text .date {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .archive-column-list a .text .date {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.archive-column-list a .text .title {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .archive-column-list a .text .title {
    margin-top: 1rem;
    font-size: 2.6rem;
  }
}
.archive-works {
  background-color: #FFEADB;
  background-image: url(images/img-circle.webp), url(images/img-dots.webp), url(images/img-circle.webp), url(images/img-dots.webp);
  background-position: 26.5rem 1.4rem, 14.6rem 19.6rem, left 11rem bottom 11.1rem, left 0 bottom 1.1rem;
  background-size: 16.3rem, 7.7rem, 4.5rem, 13.2rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .archive-works {
    background-image: url(images/img-circle.webp), url(images/img-circle.webp), url(images/img-circle.webp), url(images/img-dots.webp), url(images/img-dots.webp), url(images/img-circle.webp), url(images/img-circle.webp);
    background-position: right calc(50dvw + 52.5rem) top 23.1rem, right calc(50dvw + 7rem) top 11.1rem, calc(50dvw + 39.8rem) 17.2rem, calc(50dvw + 60rem) 42rem, right calc(50dvw + 53.3rem) bottom 3.6rem, right calc(50dvw + 47.7rem) bottom 20.7rem, left calc(50dvw + 52.5rem) bottom 8.3rem;
    background-size: 23.5rem, 7.8rem, 35.8rem, 16.8rem, 22.7rem, 7.8rem, 23.5rem;
  }
}
.archive-works-lead {
  margin-top: 5.3rem;
  font-size: 1.7rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .archive-works-lead {
    margin-top: 3rem;
    font-size: 3.5rem;
    letter-spacing: 0.06em;
  }
}
.archive-works-list {
  position: relative;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .archive-works-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2.2rem;
    margin-top: 4.8rem;
  }
}
.archive-works-list:before {
  content: "";
  display: block;
  position: absolute;
  top: -18rem;
  right: -2.4rem;
  width: 14.3rem;
  aspect-ratio: 345/340;
  background: url(images/result-kjm.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .archive-works-list:before {
    top: -33rem;
    right: -3rem;
    width: 33.3rem;
  }
}
.archive-works-list a {
  display: block;
  margin-top: 2.3rem;
  padding: 2.2rem 1.8rem 1.7rem;
  background-color: white;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(47, 47, 47, 0.2);
  color: #2f2f2f;
}
@media screen and (min-width: 768px) {
  .archive-works-list a {
    grid-row: span 4;
    display: grid;
    grid-template-rows: subgrid;
    margin-top: 3.2rem;
  }
}
.archive-works-list a:hover {
  opacity: 0.9;
}
.archive-works-list a .image {
  aspect-ratio: 300/210;
}
@media (min-width: 1600px) {
  .archive-works-list a .image {
    aspect-ratio: 360/280;
  }
}
.archive-works-list a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-works-list a h3 {
  margin: 1.5rem 0 2rem;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 1600px) {
  .archive-works-list a h3 {
    margin: 2rem 0;
    font-size: 3rem;
  }
}
.archive-works-list a .comment {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  height: 6lh;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1600px) {
  .archive-works-list a .comment {
    font-size: 1.8rem;
  }
}
.archive-works-list a .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.archive-works-list a .meta ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
@media (min-width: 1600px) {
  .archive-works-list a .meta ul {
    gap: 1.2rem;
  }
}
.archive-works-list a .meta ul li {
  border: 0.15rem solid;
  padding: 0.2rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 1600px) {
  .archive-works-list a .meta ul li {
    font-size: 2rem;
  }
}
.archive-works-list a .meta time {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 1600px) {
  .archive-works-list a .meta time {
    font-size: 2rem;
  }
}
.archive-404 {
  border-top: 0.5rem solid #FFEADB;
}
@media screen and (min-width: 768px) {
  .archive-404 .ttl .en {
    width: 46rem;
  }
}
.archive-404-text {
  position: relative;
  margin-top: 10rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .archive-404-text {
    font-size: 2.8rem;
  }
}
.archive-404-text:before {
  content: "";
  display: block;
  position: absolute;
  top: -15rem;
  left: 22rem;
  width: 11.9rem;
  aspect-ratio: 238/270;
  background: url(images/about-kjm1-hor.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .archive-404-text:before {
    top: -30rem;
    left: 47rem;
    width: 23.5rem;
  }
}

.wp-embedded-content {
  position: static !important;
}

.post {
  border-top: 0.5rem solid #FFEADB;
  padding: 0.6rem 0 10rem;
  background-image: url(images/img-circle-r.webp), url(images/img-dots-r.webp), url(images/img-circle-r.webp), url(images/img-dots-r.webp), url(images/img-circle-r.webp), url(images/img-dots-r.webp);
  background-position: 26.5rem 1.5rem, 21.2rem 11rem, 29.3rem 49%, 3rem 51%, left 26.5rem bottom 5rem, left 21.2rem bottom 2.5rem;
  background-size: 16.3rem, 9.8rem, 8.1rem, 15.7rem, 16.3rem, 9.8rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .post {
    padding: 2rem 0 10rem;
    background-image: url(images/img-circle-r.webp), url(images/img-circle-r.webp), url(images/img-circle-r.webp), url(images/img-dots-r.webp), url(images/img-circle-r.webp), url(images/img-dots-r.webp), url(images/img-circle-r.webp), url(images/img-circle-r.webp), url(images/img-dots-r.webp);
    background-position: right calc(50dvw + 47rem) top 24rem, right calc(50dvw + 7rem) top 11.5rem, calc(50dvw + 39.8rem) 27.5rem, calc(50dvw + 60rem) 52rem, right calc(50dvw + 46rem) top 60%, right calc(50dvw + 52rem) top 62%, calc(50dvw + 50rem) 90%, right calc(50dvw + 39rem) bottom 7.5rem, right calc(50dvw + 33rem) bottom 0.5rem;
    background-size: 23.5rem, 7.8rem, 35.8rem, 16.8rem, 7.8rem, 24.4rem, 23.5rem, 35.8rem, 19.6rem;
  }
}
.post.page {
  background-image: url(images/img-circle-r.webp), url(images/img-dots-r.webp);
  background-position: left 26.5rem bottom 5rem, left 21.2rem bottom 2.5rem;
}
@media screen and (min-width: 768px) {
  .post.page {
    background-image: url(images/img-circle-r.webp), url(images/img-circle-r.webp), url(images/img-dots-r.webp);
    background-position: calc(50dvw + 47rem) 5rem, right calc(50dvw + 39rem) bottom 7.5rem, right calc(50dvw + 33rem) bottom 0.5rem;
    background-size: 23.5rem, 35.8rem, 19.6rem;
  }
}
.post + .faq {
  margin-top: 0;
}
.post-con {
  max-width: 1000px;
}
.post-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 4rem;
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .post-meta {
    margin-top: 6.5rem;
  }
}
.post-meta .date {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .post-meta .date {
    font-size: 2.5rem;
  }
}
.post-meta .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.post-meta .cat a {
  border: 1px solid;
  padding: 0 1rem;
  background-color: white;
  color: #2f2f2f;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .post-meta .cat a {
    padding: 0 1.8rem;
    font-size: 2rem;
  }
}
.post-meta .cat a:hover {
  color: #E6535C;
}
.post-title {
  margin-top: 3rem;
  background: radial-gradient(circle at left 0.2rem bottom 0.4rem, #2f2f2f 0.15rem, transparent 0.2rem) left bottom/1rem 1lh;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .post-title {
    margin-top: 3.3rem;
    font-size: 4rem;
  }
}
.post-image {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .post-image {
    margin-top: 3rem;
  }
}
.post-image img {
  margin: 0 auto;
}
.post-content {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .post-content {
    margin-top: 3rem;
  }
}
.post-banners {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 2.7rem;
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
  .post-banners {
    grid-template-columns: repeat(3, 1fr);
    margin: 6rem 0;
  }
}
.post-banners br {
  display: none;
}
.post-banners img {
  filter: drop-shadow(0.2rem 0.2rem 0.3rem rgba(47, 47, 47, 0.2));
}
.post .cta {
  width: 37.5rem;
  margin: 5rem -1.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .post .cta {
    width: 100%;
    margin: 10rem 0;
  }
}
@media (min-width: 768px) {
  .post .cta-con {
    font-size: 0.63rem;
  }
}
.post-back {
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .post-back {
    margin-top: 11rem;
  }
}
.post-back a {
  margin: 0 auto;
}
.post-related {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .post-related {
    margin-bottom: 15rem;
  }
}
.post-related h2 {
  margin-bottom: 2rem;
  border-bottom: 1px solid #E6535C;
  padding-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .post-related h2 {
    margin-bottom: 2.5rem;
    border-width: 2px;
    padding-bottom: 1.5rem;
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .post-related-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
}
.post-related-item {
  display: block;
  margin-top: 3rem;
  border-bottom: 0.4rem dotted;
  padding-bottom: 0.3rem;
  color: #2f2f2f;
}
@media screen and (min-width: 768px) {
  .post-related-item {
    margin-top: 0;
  }
}
.post-related-item:hover {
  color: #E6535C;
}
.post-related-item .image {
  width: 33rem;
  aspect-ratio: 16/9;
  margin: 0 auto 0.6rem;
}
@media screen and (min-width: 768px) {
  .post-related-item .image {
    margin: 0;
  }
}
.post-related-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-related-item .meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .post-related-item .meta {
    gap: 2rem;
    margin-top: 2rem;
  }
}
.post-related-item .meta time {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .post-related-item .meta time {
    font-size: 2rem;
  }
}
.post-related-item .meta span {
  border: 1px solid;
  padding: 0 1rem;
  background-color: white;
  color: #2f2f2f;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .post-related-item .meta span {
    padding: 0 1.8rem;
    font-size: 2rem;
  }
}
.post-related-item .title {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .post-related-item .title {
    margin-top: 1rem;
    font-size: 2.6rem;
  }
}

:where(.post-content) {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  :where(.post-content) {
    font-size: 1.6rem;
  }
}
:where(.post-content) a:hover {
  text-decoration: underline;
}
:where(.post-content) h2, :where(.post-content) h3, :where(.post-content) h4, :where(.post-content) h5, :where(.post-content) h6 {
  font-weight: bold;
}
:where(.post-content) h2:first-child, :where(.post-content) h3:first-child, :where(.post-content) h4:first-child, :where(.post-content) h5:first-child, :where(.post-content) h6:first-child {
  margin-top: 0;
}
:where(.post-content) h2 {
  margin: 6rem 0 2rem;
  border-bottom: 1px solid #E6535C;
  padding-bottom: 1rem;
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  :where(.post-content) h2 {
    margin: 15rem 0 2.5rem;
    border-width: 2px;
    padding-bottom: 1.5rem;
    font-size: 3.5rem;
  }
}
:where(.post-content) h2:first-child {
  margin-top: 0;
}
:where(.post-content) h3 {
  margin: 6rem 0 2.5rem;
  border-bottom: 1px solid #E6535C;
  padding-bottom: 1rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  :where(.post-content) h3 {
    margin: 7rem 0 2rem;
    border-width: 2px;
    padding-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}
:where(.post-content) h4 {
  margin: 4rem 0 2.5rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  :where(.post-content) h4 {
    font-size: 2.2rem;
  }
}
:where(.post-content) h5 {
  margin: 3rem 0 1.5rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  :where(.post-content) h5 {
    font-size: 2rem;
  }
}
:where(.post-content) h6 {
  margin: 3rem 0 1.5rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  :where(.post-content) h6 {
    font-size: 1.8rem;
  }
}
:where(.post-content) p {
  margin: 1em 0;
  line-height: 2;
}
:where(.post-content) strong {
  background-image: linear-gradient(transparent 60%, rgb(250, 220.6, 222.4) 60%);
}
:where(.post-content) blockquote {
  padding: 1px 2rem;
  background-color: #fafafa;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  :where(.post-content) blockquote {
    padding: 2rem 4rem;
    clip-path: polygon(2rem 0, 100% 0, calc(100% - 2rem) 100%, 0 100%);
  }
}
:where(.post-content) ul,
:where(.post-content) ol {
  padding-left: 2em;
  line-height: 2;
}
:where(.post-content) table {
  margin: 2em auto;
  border-spacing: 0;
  border-bottom: 1px solid #2f2f2f;
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
:where(.post-content) .table {
  margin: 2em auto;
  overflow-x: auto;
}
:where(.post-content) .table table {
  display: table;
  margin: 0;
  width: 100%;
  max-width: none;
  overflow: hidden;
}
:where(.post-content) th,
:where(.post-content) td {
  min-width: 5em;
  border-top: 1px solid #2f2f2f;
  padding: 0.5em;
  background-color: white;
}
@media screen and (min-width: 768px) {
  :where(.post-content) th,
  :where(.post-content) td {
    padding: 0.5em 1em;
  }
}
@media screen and (min-width: 1200px) {
  :where(.post-content) th,
  :where(.post-content) td {
    padding: 1em 1.5em;
  }
}
:where(.post-content) th {
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  :where(.post-content) th {
    white-space: nowrap;
  }
}
:where(.post-content) thead th,
:where(.post-content) thead td {
  border-top: none;
  background-color: #FF4B2D;
  color: white;
}
:where(.post-content) thead + tbody tr:first-child th,
:where(.post-content) thead + tbody tr:first-child td {
  border-top: none;
}

.works {
  padding: 0.6rem 0 15rem;
  background-color: #FFEADB;
  background-image: url(images/img-circle.webp), url(images/img-dots.webp), url(images/img-circle.webp), url(images/img-dots.webp);
  background-position: 26.5rem 1.5rem, 14.6rem 19.6rem, left 13rem bottom 10.9rem, left bottom;
  background-size: 16.3rem, 7.7rem, 4.5rem, 13.2rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .works {
    padding: 2rem 0 20rem;
    background-image: url(images/img-circle.webp), url(images/img-circle.webp), url(images/img-circle.webp), url(images/img-dots.webp), url(images/img-circle.webp), url(images/img-circle.webp), url(images/img-dots.webp);
    background-position: right calc(50dvw + 52rem) top 23rem, right calc(50dvw + 7rem) top 11.5rem, calc(50dvw + 29rem) 8.5rem, calc(50dvw + 58rem) 30rem, left calc(50dvw + 50rem) bottom 5rem, right calc(50dvw + 47rem) bottom 30.5rem, right calc(50dvw + 52rem) bottom 12.5rem;
    background-size: 23.5rem, 7.8rem, 35.8rem, 16.8rem, 23.5rem, 7.8rem, 22.7rem;
  }
}
.works + .faq {
  margin-top: 0;
}
.works .ttl {
  margin-top: 7.4rem;
}
@media screen and (min-width: 768px) {
  .works .ttl {
    margin-top: 10.4rem;
    margin-left: 0;
  }
}
.works-lead {
  margin-top: 5.3rem;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .works-lead {
    margin-top: 3rem;
    font-size: 3.5rem;
    letter-spacing: 0.06em;
  }
}
.works-outer {
  margin-top: 4.8rem;
  padding: 8rem 2rem 7rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .works-outer {
    margin-top: 10rem;
    border-radius: 1.5rem;
    padding: 8rem 10rem 10rem;
  }
}
@media screen and (min-width: 1600px) {
  .works-outer {
    max-width: 140rem;
    margin: 10rem -10rem 0;
    padding: 8rem 13rem 10rem;
  }
}
.works-title {
  border-bottom: 3px solid;
  padding: 0 0.8rem;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .works-title {
    font-size: 4rem;
  }
}
.works-image {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .works-image {
    display: grid;
    grid-template-columns: 50rem 47rem;
    gap: 3rem;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1600px) {
  .works-image {
    grid-template-columns: 59rem 52rem;
  }
}
.works-image .small {
  display: none;
}
@media screen and (min-width: 768px) {
  .works-image .small {
    display: block;
  }
}
.works-image .small .slick-track {
  display: grid;
  grid-template-columns: 22.5rem 22.5rem;
  grid-auto-rows: 22.5rem;
  gap: 1.4rem 2rem;
  width: 100% !important;
}
@media screen and (min-width: 1600px) {
  .works-image .small .slick-track {
    grid-template-columns: 25rem 25rem;
    grid-auto-rows: 25rem;
  }
}
.works-image .small .slick-track:before, .works-image .small .slick-track:after {
  content: none;
}
.works-image .small .image {
  width: 100% !important;
  height: 100% !important;
}
.works-image .small .image img,
.works-image .small .image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-data {
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .works-data {
    display: grid;
    grid-template-columns: repeat(2, minmax(45rem, max-content));
    gap: 2.5rem 4rem;
    margin-top: 7.5rem;
  }
}
.works-data li {
  display: grid;
  grid-template-columns: 8.6rem 0.3rem 1fr;
  align-items: center;
  margin-top: 1.1rem;
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .works-data li {
    margin-top: 2.5rem;
    grid-template-columns: 12.5rem 0.3rem 1fr;
    padding-bottom: 0.7rem;
  }
}
.works-data li h3 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .works-data li h3 {
    font-size: 2.2rem;
  }
}
.works-data li h3 span {
  display: block;
  width: 7.4rem;
  margin-top: 0.1rem;
  padding: 0 0.5rem;
  background-color: #FFEADB;
  color: #FB9343;
  font-size: 1rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .works-data li h3 span {
    width: 10rem;
    margin-top: 0.3rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
.works-data li:after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  height: 4.3rem;
  border-radius: 0.2rem;
  background-color: #2f2f2f;
}
@media screen and (min-width: 768px) {
  .works-data li:after {
    height: 4.5rem;
  }
}
.works-data li div {
  grid-column: 3;
  padding-left: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .works-data li div {
    font-size: 3rem;
  }
}
.works-comment h3, .works-reply h3 {
  width: fit-content;
  border-bottom: 0.4rem dotted;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .works-comment h3, .works-reply h3 {
    padding-bottom: 0.6rem;
    font-size: 3.5rem;
    letter-spacing: 0.2em;
  }
}
.works-comment p, .works-reply p {
  margin-top: 2.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .works-comment p, .works-reply p {
    font-size: 2.2rem;
  }
}
.works-comment {
  margin-top: 5rem;
}
.works-comment h3 {
  color: #FB9343;
}
.works-reply {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .works-reply {
    margin-top: 5rem;
  }
}
.works-back {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .works-back {
    margin-top: 11rem;
  }
}
.works-back a {
  margin: 2.6rem auto 0;
}
@media screen and (min-width: 768px) {
  .works-back a {
    margin-top: 3rem;
  }
}

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

.wpcf7 {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .wpcf7 {
    border-radius: 1rem;
    border: 1px solid #ccc;
    padding: 5rem 8rem;
    background-color: white;
  }
}
p + .wpcf7 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  p + .wpcf7 {
    margin-top: 4rem;
  }
}
.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-item {
  min-width: 45%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-item {
    min-width: 31.5%;
  }
}
.wpcf7-radio input, .wpcf7-checkbox input, .wpcf7-acceptance input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.wpcf7-radio label, .wpcf7-checkbox label, .wpcf7-acceptance label {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-radio label, .wpcf7-checkbox label, .wpcf7-acceptance label {
    font-size: 1.8rem;
  }
}
.wpcf7-radio label span, .wpcf7-checkbox label span, .wpcf7-acceptance label span {
  display: grid;
  grid-template-columns: 1.2em 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background-color: #f0f0f1;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.wpcf7-radio label span::before, .wpcf7-checkbox label span::before, .wpcf7-acceptance label span::before {
  content: "";
  aspect-ratio: 1/1;
  background-color: white;
  border: 2px solid #4C4546;
}
.wpcf7-radio label span::after, .wpcf7-checkbox label span::after, .wpcf7-acceptance label span::after {
  content: "";
  display: none;
}
.wpcf7-radio label input:checked + span, .wpcf7-checkbox label input:checked + span, .wpcf7-acceptance label input:checked + span {
  border-color: #4C4546;
  background-color: white;
}
.wpcf7-radio label span::before {
  border-radius: 50%;
}
.wpcf7-radio label input:checked + span::before {
  background-image: radial-gradient(#4C4546 49.5%, white 51.5%);
}
.wpcf7-checkbox label, .wpcf7-acceptance label {
  position: relative;
}
.wpcf7-checkbox label span::before, .wpcf7-acceptance label span::before {
  border-radius: 0.4rem;
}
.wpcf7-checkbox label input:checked + span::after, .wpcf7-acceptance label input:checked + span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.2em;
  width: 0.8em;
  height: 0.6em;
  margin-top: -0.4em;
  border: solid #4C4546;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .wpcf7-checkbox label input:checked + span::after, .wpcf7-acceptance label input:checked + span::after {
    left: 1em;
  }
}
.wpcf7-acceptance {
  grid-template-columns: auto;
  justify-content: center;
}
.wpcf7-acceptance label span {
  border-color: #4C4546 !important;
  background-color: #f1faff;
}
.wpcf7-not-valid-tip {
  margin: 0.3rem 1rem;
}

.form-hidden {
  display: none;
}
.form-item {
  display: block;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .form-item {
    display: grid;
    grid-template-columns: 23rem 1fr;
    align-items: start;
    gap: 3rem;
  }
}
.form-item input[type=text],
.form-item input[type=tel],
.form-item input[type=email],
.form-item input[type=url],
.form-item select,
.form-item textarea {
  width: 100%;
  padding: 1.5rem;
  background-color: white;
  border: 1px solid #4C4546;
  border-radius: 0.5rem;
  font-size: 1.6rem;
}
.form-item input[type=text]:placeholder-shown,
.form-item input[type=tel]:placeholder-shown,
.form-item input[type=email]:placeholder-shown,
.form-item input[type=url]:placeholder-shown,
.form-item select:placeholder-shown,
.form-item textarea:placeholder-shown {
  background-color: #f1faff;
}
.form-item input[type=text] ~ input,
.form-item input[type=text] ~ select,
.form-item input[type=tel] ~ input,
.form-item input[type=tel] ~ select,
.form-item input[type=email] ~ input,
.form-item input[type=email] ~ select,
.form-item input[type=url] ~ input,
.form-item input[type=url] ~ select,
.form-item select ~ input,
.form-item select ~ select,
.form-item textarea ~ input,
.form-item textarea ~ select {
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .form-item input[type=text],
  .form-item input[type=tel],
  .form-item input[type=email],
  .form-item input[type=url],
  .form-item select,
  .form-item textarea {
    flex: 1;
    font-size: 1.8rem;
  }
}
.form-item textarea {
  height: 12.5em;
}
.form-title {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .form-title {
    justify-content: space-between;
    margin: 0;
    padding-top: 1.5rem;
    font-size: 1.8rem;
  }
}
.form-title .required {
  line-height: 2.2rem;
  border-radius: 0.2rem;
  padding: 0 0.6rem;
  background-color: #ff9a9a;
  color: white;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .form-title .required {
    line-height: 2.8rem;
    font-size: 1.3rem;
  }
}
.form-note {
  font-size: 87.5%;
}
.form-privacy {
  margin-top: 1em;
  font-size: 1.4rem;
  text-align: center;
}
.form-privacy a {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0 0.3em;
  border-bottom: 1px solid;
  color: black;
}
.form-privacy a::after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: black;
  mask: url(images/md-open.svg) center/contain no-repeat;
}
.form-privacy a:hover {
  border-color: #E6535C;
  text-decoration: none;
}
.form-confirm {
  display: block;
}
@media screen and (min-width: 768px) {
  .form-confirm {
    display: grid;
    grid-template-columns: 25rem 1fr;
  }
  .form-confirm .form-title {
    padding-top: 0;
  }
}
.form-confirm .form-title {
  margin-bottom: 0;
  padding-top: 0;
}
.form-button {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .form-button {
    position: relative;
  }
}
.form-button input {
  display: block;
  width: 30rem;
  margin: 0 auto;
  border: none;
  border-radius: 0.5rem;
  padding: 1.2rem;
  background-color: #FF4B2D;
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form-button input {
    width: 55rem;
  }
}
.form-button input[disabled] {
  opacity: 0.5;
}
.form-button .back {
  width: 14rem;
  margin: 2rem auto 0;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .form-button .back {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 15rem;
    line-height: 10rem;
    margin: 0;
    border-radius: 2.2rem;
    font-size: 2.2rem;
  }
}
.form-button .back:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */