@charset "UTF-8";
/*!
Theme Name: Pika Kuma
Version: 1.0.4
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

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;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("./font/NotoSansJP-Bold-en.woff2") format("woff2"), url("./font/NotoSansJP-Bold-en.woff") format("woff");
}
html {
  overscroll-behavior-y: none;
  font-size: 2.67vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(10px, 0.77vw);
  }
}

body {
  background: #E9F5E6;
  color: #2E2E2E;
  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.25s ease-in-out;
}

img {
  height: auto;
  vertical-align: bottom;
}

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;
  }
}

.ttl,
.ttl-d,
.ttl-dw {
  position: relative;
  padding-top: 3.9rem;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ttl,
  .ttl-d,
  .ttl-dw {
    padding-top: 4.2rem;
    font-size: 5.4rem;
  }
}
.ttl img,
.ttl-d img,
.ttl-dw img {
  position: absolute;
  inset: 0 0 auto;
  width: auto;
  height: 4rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .ttl img,
  .ttl-d img,
  .ttl-dw img {
    height: 5.6rem;
  }
}

.ttl-d,
.ttl-dw {
  width: 29.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ttl-d,
  .ttl-dw {
    width: 53.2rem;
  }
}
.ttl-d:before, .ttl-d:after,
.ttl-dw:before,
.ttl-dw:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  width: 2.7rem;
  aspect-ratio: 55/139;
  background-color: black;
  mask-size: contain;
}
@media screen and (min-width: 768px) {
  .ttl-d:before, .ttl-d:after,
  .ttl-dw:before,
  .ttl-dw:after {
    top: 2.5rem;
    width: 3.8rem;
  }
}
.ttl-d:before,
.ttl-dw:before {
  left: 0;
  mask-image: url(images/pkm-ttl-l.webp);
}
.ttl-d:after,
.ttl-dw:after {
  right: 0;
  mask-image: url(images/pkm-ttl-r.webp);
}

.ttl-dw {
  color: white;
}
.ttl-dw:before, .ttl-dw:after {
  background-color: white;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 2.2rem;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 50%;
  padding: 0;
  background-color: white;
  box-shadow: 0 0 0.2rem rgba(47, 47, 47, 0.2);
  color: transparent;
  font-size: 0;
  overflow: hidden;
  transform: translateY(-50%);
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 0.9;
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #17A796;
  mask: url(images/chevron-right.svg) center/0.6rem no-repeat;
}
.slick-prev {
  left: 0.8rem;
}
.slick-prev::before {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: -2rem;
  }
}
.slick-next {
  right: 0.8rem;
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: -2rem;
  }
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  border: 0;
  border-radius: 1rem;
  background-color: white;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.slick-dots .slick-active button {
  background-color: #91BE5B;
}

.button,
.button-w {
  display: block;
  position: relative;
  width: fit-content;
  border-radius: 2rem;
  padding: 0.2rem 1.8rem 0.2rem 1.4rem;
  background: #17A796;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .button,
  .button-w {
    padding: 0.4rem 3.7rem 0.4rem 2.2rem;
    font-size: 1.9rem;
    transition: 0.25s ease-in-out;
  }
  .button:hover,
  .button-w:hover {
    opacity: 0.9;
  }
}
.button::after,
.button-w::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0.8rem 0 auto;
  width: 0.5rem;
  margin: auto;
  background-color: white;
  mask: url(images/chevron-right.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .button::after,
  .button-w::after {
    right: 1.6rem;
    width: 1rem;
  }
}

.button-w {
  background: white;
  color: #91BE5B;
}
.button-w::after {
  background-color: #91BE5B;
}

.button-u,
.button-ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: fit-content;
  color: #91BE5B;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: underline dotted;
  text-underline-offset: 0.5em;
}
@media screen and (min-width: 768px) {
  .button-u,
  .button-ul {
    gap: 1.6rem;
    font-size: 2.8rem;
    transition: 0.25s ease-in-out;
  }
  .button-u:hover,
  .button-ul:hover {
    opacity: 0.8;
  }
}
.button-u::before,
.button-ul::before {
  order: 1;
  content: "";
  width: 2.8rem;
  aspect-ratio: 1/1;
  margin-top: 0.8rem;
  border-radius: 50%;
  border: 0.3rem solid #91BE5B;
  background-color: #91BE5B;
}
@media screen and (min-width: 768px) {
  .button-u::before,
  .button-ul::before {
    width: 4rem;
    border-width: 0.4rem;
  }
}
.button-u::after,
.button-ul::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.8rem 0 0 auto;
  width: 2.8rem;
  aspect-ratio: 1/1;
  background-color: white;
  mask: url(images/angle-right.svg) center/0.8rem no-repeat;
}
@media screen and (min-width: 768px) {
  .button-u::after,
  .button-ul::after {
    width: 4rem;
    mask-size: 1.2rem;
  }
}

.button-ul::before {
  background-color: white;
}
.button-ul::after {
  right: 0.1rem;
  background-color: #91BE5B;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .button-ul::after {
    right: 0.2rem;
  }
}

#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: 0.5rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-list {
    gap: 0.8rem;
  }
}
.breadcrumbs-item {
  flex-shrink: 0;
  color: #2F2F2F;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-item {
    font-size: 1.4rem;
  }
}
.breadcrumbs-item a {
  color: inherit;
}
.breadcrumbs-item:first-child a {
  display: inline-block;
  padding-left: 1.9rem;
  background: url(images/home-gr.svg) 0 50%/1.6rem no-repeat;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-item:first-child a {
    padding-left: 2.3rem;
  }
}
.breadcrumbs-item:not(:first-child) {
  padding-left: 1rem;
  background: url(images/chevron-right.svg) 0 50%/0.4rem no-repeat;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-item:not(:first-child) {
    padding-left: 1.3rem;
    background-size: 0.5rem;
  }
}

.header {
  background-color: white;
}
.header-inner {
  display: grid;
  grid-template-areas: "h1 h1" "logo sp";
  align-items: center;
  justify-content: space-between;
  gap: 0 2rem;
  padding: 0.6rem 0 0.3rem 0.7rem;
}
@media screen and (min-width: 768px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    grid-template-areas: "h1 pc" "logo pc";
    padding: 1.8rem 0 0.5rem;
  }
}
.header-h1 {
  grid-area: h1;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .header-h1 {
    align-self: end;
    font-size: 1.8rem;
  }
}
.header-logo {
  grid-area: logo;
}
@media screen and (min-width: 768px) {
  .header-logo {
    align-self: flex-start;
  }
}
.header-logo img {
  width: 16.1rem;
}
@media screen and (min-width: 768px) {
  .header-logo img {
    width: 34rem;
  }
}
.header-sp {
  grid-area: sp;
  display: flex;
  gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  .header-sp {
    display: none;
  }
}
.header-sp a,
.header-sp button {
  width: 4rem;
  height: 4rem;
}
.header-sp a img,
.header-sp button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-sp button {
  border: none;
  padding: 0;
  background: none;
}
.header-pc {
  grid-area: pc;
  display: none;
}
@media screen and (min-width: 768px) {
  .header-pc {
    display: block;
  }
}
.header-pay {
  width: 52.9rem;
  margin: 0 0 1.4rem auto;
}
.header-appeal {
  display: flex;
}
.header-appeal li img {
  width: auto;
  height: 3.6rem;
}
.header-tel {
  width: fit-content;
  margin: 0 auto;
  padding-left: 4.3rem;
  background: url(images/header-phone.svg) 0 1.6rem/4.3rem no-repeat;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
}
.header-tel.free {
  background-image: url(images/tel-free.webp);
}
.header-tel:has(> span) {
  background-position: 0 2.4rem;
}
.header-tel span {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0.3em;
  text-align: center;
}
.header-menu {
  position: fixed;
  z-index: 101;
  inset: 0 0 auto;
  max-height: 100dvh;
  padding-bottom: 1rem;
  background-color: white;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  opacity: 0.9;
  transform: translateX(100%);
  transition: 0.4s 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;
  width: 4.8rem;
  height: 4.8rem;
  margin: 2.2rem 1rem 0 auto;
  border: none;
  padding: 0;
  background: none;
}
.header-menu-inner {
  overflow-y: auto;
  max-height: calc(100dvh - 5.8rem);
}
.header-menu-inner ul {
  list-style: none;
}
.header-menu-inner li {
  margin: 0;
  border-bottom: 1px solid #A8DED7;
}
.header-menu-inner li a {
  display: block;
  padding: 0.8rem 3rem;
  color: #17A796;
  font-size: 1.6rem;
  font-weight: bold;
}
.header-menu-inner li a.no-link {
  pointer-events: none;
}
.header-menu-inner li a:has(+ ul) {
  border-bottom: 1px dotted #A8DED7;
}
.header-menu-inner .sub-menu li {
  border: none;
}
.header-menu-inner .sub-menu li a {
  padding: 0.5rem 3rem 0.5rem 7.5rem;
  background: url(images/chevron-right-gr.svg) 6rem 50%/0.6rem no-repeat;
  font-size: 1.4rem;
  font-weight: normal;
}

.foot {
  position: fixed;
  z-index: 120;
  inset: auto 0 0;
  height: 10rem;
  background-color: #027E70;
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .foot {
    height: 8.6rem;
    background: #027E70;
  }
}
.foot._hide {
  opacity: 0.5;
  transform: translateY(105%);
}
@media screen and (min-width: 768px) {
  .foot._hide {
    transform: translateY(131%);
  }
}
.foot-sp {
  position: relative;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .foot-sp {
    display: none;
  }
}
.foot-sp:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 6.2rem;
  height: 10rem;
  background: url(images/pkm-kabucta-pkm.webp) 0 0/6.8rem no-repeat;
}
.foot-sp-text {
  margin-left: 2.6rem;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: sans-serif;
}
.foot-sp-text span {
  color: #FFFF74;
}
.foot-sp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0.5rem 5rem 0 1.1rem;
}
.foot-sp a img {
  filter: drop-shadow(0.1rem 0.1rem 0.2rem rgba(47, 47, 47, 0.2));
}
.foot-sp .line img,
.foot-sp .mail img {
  width: 9.7rem;
}
.foot-sp .tel {
  position: relative;
}
.foot-sp .tel img {
  width: 10.7rem;
}
.foot-sp .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: flex;
    align-items: center;
    justify-content: center;
    height: 8.6rem;
  }
}
.foot-pc-text {
  position: relative;
  display: flex;
  align-items: center;
  width: 28.6rem;
  height: 8.6rem;
  padding-left: 10.3rem;
  color: white;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  white-space: nowrap;
}
.foot-pc-text:before {
  content: "";
  display: block;
  position: absolute;
  top: -2.7rem;
  left: 2rem;
  width: 10.4rem;
  height: 11rem;
  background: url(images/pkm-kabucta-pc.webp) 0/contain no-repeat;
}
.foot-pc-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0.5rem 4.6rem;
  background: url(images/pkm-kabucta-phone.webp) 0 50%/4.2rem no-repeat;
  color: white;
  font-size: 6.1rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}
.foot-pc-tel:has(> span) {
  background-position: 0 1.4rem;
}
.foot-pc-tel span {
  font-size: 0.9rem;
  font-weight: normal;
  letter-spacing: 0.3em;
  text-align: center;
}
.foot-pc-appeal {
  margin-left: 2rem;
}
.foot-pc-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem 0 2.2rem;
}
.foot-pc-button a:hover {
  opacity: 0.9;
}
.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;
}

.footer {
  border-top: 0.5rem solid #17A796;
  padding-top: 1.4rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 7rem;
  }
}
.footer-con {
  display: grid;
  grid-template-columns: auto 50%;
  grid-template-areas: "logo logo" "menu offi" "menu text" "link link";
  justify-content: space-between;
  align-items: start;
  gap: 0 2rem;
}
@media screen and (min-width: 768px) {
  .footer-con {
    gap: 0 5rem;
  }
}
.footer-logo {
  grid-area: logo;
  width: 18.4rem;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    width: 34.3rem;
    justify-self: left;
  }
}
.footer-menu {
  grid-area: menu;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    margin-top: 5rem;
  }
}
.footer-menu li {
  list-style: none;
  margin-top: 0.5rem;
}
.footer-menu a {
  display: block;
  position: relative;
  padding-left: 1.2rem;
  color: #17A796;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-menu a {
    padding-left: 3rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.footer-menu a::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 0 0.1rem;
  width: 0.4rem;
  background-color: #17A796;
  mask: url(images/chevron-right.svg) 0 50%/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .footer-menu a::before {
    left: 1.1rem;
    width: 0.7rem;
  }
}
.footer-menu a:has(+ ul):before {
  transform: rotate(90deg);
}
.footer-menu a:hover {
  color: #91BE5B;
}
.footer-menu a:hover:before {
  background-color: #91BE5B;
}
.footer-menu a.no-link {
  pointer-events: none;
}
.footer-menu a + ul {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .footer-menu a + ul {
    margin-bottom: 3rem;
  }
}
.footer-menu a.submenu-link {
  margin-left: 1.4rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .footer-menu a.submenu-link {
    margin-left: 3.2rem;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }
}
.footer-menu a.submenu-link:before {
  content: "- ";
  display: inline;
  position: static;
  background: none;
  mask: none;
}
.footer-office {
  grid-area: offi;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer-office {
    margin-top: 6rem;
  }
}
.footer-office dl + dl {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer-office dl + dl {
    margin-top: 2rem;
  }
}
.footer-office dt {
  width: fit-content;
  border: 1px solid;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .footer-office dt {
    padding: 1rem 2.5rem;
    font-size: 1.4rem;
  }
}
.footer-office dd {
  margin-top: 0.4rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .footer-office dd {
    margin-top: 1cqmax;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.footer-text {
  grid-area: text;
  margin-top: 1.4rem;
  font-size: 0.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .footer-text {
    margin-top: 2.3rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.footer-link {
  grid-area: link;
  margin-top: 3.4rem;
}
@media screen and (min-width: 768px) {
  .footer-link {
    margin-top: 4rem;
    border-top: 1px solid #747474;
    padding-top: 8rem;
  }
}
.footer-link ul {
  list-style: none;
}
.footer-link-title {
  display: block;
  position: relative;
  margin-top: 1rem;
  padding-left: 1.2rem;
  color: #17A796;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .footer-link-title {
    margin-top: 2.7rem;
    padding-left: 2.3rem;
    font-size: 2rem;
  }
}
.footer-link-title:hover {
  opacity: 0.8;
}
.footer-link-title::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 0 0.3rem;
  width: 0.4rem;
  background-color: #17A796;
  mask: url(images/chevron-right.svg) 0 50%/contain no-repeat;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .footer-link-title::before {
    width: 0.8rem;
  }
}
.footer-link-title._opened:before {
  transform: rotate(90deg);
}
.consent > .footer-link-title {
  color: #E15502;
}
.consent > .footer-link-title:before {
  background-color: #E15502;
}
.aircon > .footer-link-title {
  color: #457ACA;
}
.aircon > .footer-link-title:before {
  background-color: #457ACA;
}
.footer-link-block {
  display: none;
  padding: 0.6rem 0;
}
@media screen and (min-width: 768px) {
  .footer-link-block {
    padding: 2.3rem 0 1rem;
  }
}
.footer-link-label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.3rem;
  color: #17A796;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 768px) {
  .footer-link-label {
    display: block;
    font-size: 1.5rem;
  }
}
.footer-link-label:after {
  content: "";
  height: 1px;
  background-color: #17A796;
}
@media screen and (min-width: 768px) {
  .footer-link-label:after {
    display: block;
    margin-top: 0.5rem;
  }
}
.consent .footer-link-label {
  color: #E15502;
}
.consent .footer-link-label:after {
  background-color: #E15502;
}
.aircon .footer-link-label {
  color: #457ACA;
}
.aircon .footer-link-label:after {
  background-color: #457ACA;
}
.footer-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 1rem;
  padding: 0.6rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .footer-link-list {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem 2rem;
    padding: 0.7rem 1rem 2.5rem;
  }
}
.footer-link-list a {
  color: #2F2F2F;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .footer-link-list a {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .footer-link-list a:before {
    content: "-";
  }
}
.footer-copy {
  margin-top: 2.8rem;
  padding: 1.2rem 1.5rem;
  background-color: #17A796;
  color: white;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-copy {
    margin-top: 5rem;
    padding: 1.5rem;
    font-size: 2rem;
  }
}

.cta {
  overflow: hidden;
  padding-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 7rem;
  }
}
main > .cta:last-child {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  main > .cta:last-child {
    margin-bottom: 15rem;
  }
}
.cta-con {
  position: relative;
  padding: 1rem 0 2.1rem;
  background: linear-gradient(90deg, #FFFDF2 0.2rem, #F7CEC9 0.2rem) left/0.4rem repeat-x;
}
@media screen and (min-width: 768px) {
  .cta-con {
    width: 110rem;
    margin: 0 auto;
    padding: 0.1rem 0 3.9rem;
  }
}
.cta-head {
  position: relative;
  z-index: 1;
  width: 35.7rem;
  margin: -1.6rem 0 0 0.9rem;
}
@media screen and (min-width: 768px) {
  .cta-head {
    width: 108.2rem;
    margin: -3rem 0 0 2.5rem;
  }
}
.cta-body {
  width: 34.5rem;
  margin: -1.7rem auto 0;
  padding: 2.3rem 0 2.3rem;
  background-color: white;
  background-image: url(images/pkm-cta-img01.webp), url(images/pkm-cta-img02.webp);
  background-position: -0.8rem -2rem, 30.6rem 3.6rem;
  background-size: 7.3rem, 4.6rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .cta-body {
    width: 100rem;
    margin-top: -8.3rem;
    padding: 4.2rem 0 7.4rem;
    background-image: url(images/pkm-cta-img01.webp), url(images/pkm-cta-img03.webp);
    background-position: 2rem 2rem, 91rem 19.5rem;
    background-size: 9.2rem, 8rem;
  }
}
.cta-body:has(> .cta-tel) {
  padding-bottom: 1.5rem;
  background-position: -0.8rem -2rem, 30.6rem 9.6rem;
}
@media screen and (min-width: 768px) {
  .cta-body:has(> .cta-tel) {
    padding-bottom: 3rem;
    background-position: 2rem 2rem, 91rem 30.7rem;
  }
}
.cta-tel {
  position: relative;
  height: 8.9rem;
  margin-bottom: 1.8rem;
  padding: 2.3rem 0 0 8.6rem;
  background: url(images/pkm-cta-text-sp.webp) 9.3rem/23.3rem no-repeat;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-tel {
    width: 81rem;
    height: 18.1rem;
    margin: 0 0 4.3rem 10rem;
    padding: 5rem 0 0 15rem;
    background-image: url(images/pkm-cta-text-pc.webp);
    background-position: left;
    background-size: 79.5rem;
  }
}
.cta-tel a {
  color: #E8636C;
  font-size: 3.8rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .cta-tel a {
    font-size: 10.3rem;
    cursor: default;
  }
}
.cta-tel-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8.5rem;
}
.cta-tel-btn img {
  filter: drop-shadow(0.2rem 0.2rem 0.1rem rgba(47, 47, 47, 0.2));
}
@media screen and (min-width: 768px) {
  .cta-tel-btn {
    display: none;
  }
}
.cta-text {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta-text {
    display: block;
    margin: 0 0 2.3rem 17.1rem;
  }
}
.cta-button {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .cta-button {
    gap: 2rem;
  }
}
.cta-button a {
  width: 16.5rem;
}
@media screen and (min-width: 768px) {
  .cta-button a {
    width: 40rem;
  }
  .cta-button a:hover {
    opacity: 0.9;
  }
}
.cta-button a img {
  filter: drop-shadow(0.1rem 0.1rem 0.2rem rgba(47, 47, 47, 0.2));
}

.hero {
  overflow: hidden;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .hero {
    font-size: min(10px, 0.52dvw);
  }
}
.hero-con {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.hero-city {
  position: absolute;
  top: 9.8rem;
  left: 8.4rem;
  width: fit-content;
  color: white;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .hero-city {
    top: 17.1em;
    left: 45.5em;
  }
}
.hero-city span {
  display: block;
  font-size: 4.4rem;
}
@media screen and (min-width: 768px) {
  .hero-city span {
    font-size: 7em;
  }
}

.about {
  overflow: hidden;
}
.about-con {
  position: relative;
  padding: 5.8rem 0 21.5rem;
  background: url(images/pkm-about-arrow.webp) 50% 100%/2.7rem no-repeat;
}
.temp-aircon .about-con {
  background-image: url(images/pkm-arrow-con.webp);
}
.temp-consent .about-con {
  background-image: url(images/pkm-arrow-con.webp);
}
@media screen and (min-width: 768px) {
  .about-con {
    padding: 8.5rem 0 22.6rem;
    background-position: 50% 100%;
    background-size: 4.6rem;
  }
}
.about-con:before, .about-con:after {
  content: "";
  display: block;
  position: absolute;
}
.about-con:before {
  top: 63.4rem;
  left: 0.9rem;
  width: 5.7rem;
  aspect-ratio: 57/93;
  background: url(images/pkm-img01.webp) center/contain no-repeat;
  transform: rotate(-35deg);
}
@media screen and (min-width: 768px) {
  .about-con:before {
    top: 56.8rem;
    left: 3.3rem;
    width: 8.9rem;
  }
}
:where(.temp-aircon, .temp-consent, .temp-electrical) .about-con:before {
  top: 70rem;
}
@media screen and (min-width: 768px) {
  :where(.temp-aircon, .temp-consent, .temp-electrical) .about-con:before {
    top: 76.5rem;
  }
}
.temp-consent .about-con:before {
  background-image: url(images/pkm-img01-con.webp);
}
.temp-aircon .about-con:before {
  background-image: url(images/pkm-img01-air.webp);
}
.about-con:after {
  top: 13.8rem;
  right: 1.2rem;
  width: 5.5rem;
  aspect-ratio: 65/149;
  background: url(images/pkm-img02.webp) center/contain no-repeat;
  transform: rotate(29deg);
}
@media screen and (min-width: 768px) {
  .about-con:after {
    top: 9.2rem;
    right: 7.7rem;
    width: 7.4rem;
  }
}
:where(.temp-aircon, .temp-consent, .temp-electrical) .about-con:after {
  top: 35.2rem;
}
@media screen and (min-width: 768px) {
  :where(.temp-aircon, .temp-consent, .temp-electrical) .about-con:after {
    top: 4.5rem;
  }
}
.temp-consent .about-con:after {
  background-image: url(images/pkm-img02-con.webp);
}
.temp-aircon .about-con:after {
  background-image: url(images/pkm-img02-air.webp);
}
.about h2 {
  color: #17A796;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about h2 {
    font-size: 3rem;
  }
  :where(.temp-aircon, .temp-consent, .temp-electrical) .about h2 {
    font-size: 4rem;
  }
}
.temp-consent .about h2 {
  color: #E15502;
}
.temp-aircon .about h2 {
  color: #457ACA;
}
.about h2 .city {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about h2 .city {
    font-size: 4.5rem;
  }
}
.about h2 .city span {
  display: inline-block;
  margin-right: 0.3rem;
  padding: 0 1.5rem;
  background-color: #17A796;
  color: white;
  font-size: 3.5rem;
  line-height: 5rem;
}
.temp-consent .about h2 .city span {
  background-color: #E15502;
}
.temp-aircon .about h2 .city span {
  background-color: #457ACA;
}
@media screen and (min-width: 768px) {
  .about h2 .city span {
    margin-bottom: 2.6rem;
    font-size: 5.5rem;
    line-height: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .about h2 br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .about h2 .space::before {
    content: " ";
  }
}
.about hr {
  width: 34.5rem;
  height: 1.5rem;
  margin: 0.6rem auto 0;
  border: none;
  background-color: #17A796;
  mask: url(images/pkm-about-border.webp) center/auto 100% no-repeat;
}
@media screen and (min-width: 768px) {
  .about hr {
    width: 72rem;
    margin-top: 1rem;
  }
  :where(.temp-aircon, .temp-consent, .temp-electrical) .about hr {
    width: 97.5rem;
  }
}
.temp-consent .about hr {
  background-color: #E15502;
}
.temp-aircon .about hr {
  background-color: #457ACA;
}
.about-text {
  margin: 0.8rem 1.5rem 1rem;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-text {
    margin: 0.7rem 4rem 2rem;
    font-size: 2rem;
    letter-spacing: 0.15em;
    line-height: 1.7;
  }
}
.about ul {
  position: relative;
  z-index: 1;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 17rem);
  justify-content: space-between;
  gap: 5rem 0;
  margin: 0.2rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .about ul {
    grid-template-columns: repeat(3, 27.3rem);
    justify-content: center;
    gap: 6rem 12rem;
    margin: 3.8rem 0 0;
  }
  :where(.temp-aircon, .temp-consent, .temp-electrical) .about ul {
    grid-template-columns: repeat(4, 27.3rem);
    gap: 2rem;
    margin-top: 7.2rem;
  }
}
.about ul li {
  padding: 0.6rem 0.6rem 1rem;
  background-color: white;
  box-shadow: 0.2rem 0.2rem 0.1rem rgba(47, 47, 47, 0.2);
}
@media screen and (min-width: 768px) {
  .about ul li {
    padding: 1rem 1rem 1.8rem;
  }
}
.about ul li img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .about ul li img {
    height: 16rem;
  }
}
.about ul li span {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0.7rem auto 0;
  padding: 0 0.2rem 0.1rem;
  background: linear-gradient(to top, #ECECEC 0.4rem, transparent 0.4rem);
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .about ul li span {
    margin-top: 1.1rem;
    padding: 0 1rem;
    background: linear-gradient(to top, #ECECEC 1.3rem, transparent 1.3rem);
    font-size: 1.8rem;
  }
}
.about ul li:first-child {
  transform: translate(-0.4rem, 0) rotate(-5deg);
}
@media screen and (min-width: 768px) {
  .about ul li:first-child {
    transform: translate(0, 0) rotate(7deg);
  }
  :where(.temp-aircon, .temp-consent, .temp-electrical) .about ul li:first-child {
    z-index: 1;
    transform: translate(0, 1.2rem) rotate(7deg);
  }
}
.about ul li:nth-child(2) {
  transform: translate(0.4rem, 4.3rem) rotate(8deg);
}
@media screen and (min-width: 768px) {
  .about ul li:nth-child(2) {
    transform: translate(-7.8rem, 0.9rem) rotate(-7deg);
  }
  :where(.temp-aircon, .temp-consent, .temp-electrical) .about ul li:nth-child(2) {
    transform: translate(-1.2rem, 8.7rem) rotate(-7deg);
  }
}
.about ul li:nth-child(3) {
  transform: translate(-1.6rem, -2rem) rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .about ul li:nth-child(3) {
    transform: translate(-15.2rem, -0.5rem) rotate(10deg);
  }
  :where(.temp-aircon, .temp-consent, .temp-electrical) .about ul li:nth-child(3) {
    z-index: 1;
    transform: translate(0.9rem, 0) rotate(10deg);
  }
}
.about ul li:nth-child(4) {
  transform: translate(1.4rem, 1.6rem) rotate(15deg);
}
@media screen and (min-width: 768px) {
  .about ul li:nth-child(4) {
    transform: translate(14.4rem, 0.6rem) rotate(-15deg);
  }
  :where(.temp-aircon, .temp-consent, .temp-electrical) .about ul li:nth-child(4) {
    transform: translate(0, 3.9rem) rotate(-15deg);
  }
}
.about ul li:nth-child(5) {
  transform: translate(-0.6rem, -4.4rem) rotate(-5deg);
}
@media screen and (min-width: 768px) {
  .about ul li:nth-child(5) {
    transform: translate(7.9rem, 3.3rem) rotate(7deg);
  }
}
.about ul li:nth-child(6) {
  transform: translate(0.2rem, 0) rotate(8deg);
}
@media screen and (min-width: 768px) {
  .about ul li:nth-child(6) {
    transform: translate(0, 0) rotate(-10deg);
  }
}
.about-msg {
  position: relative;
  margin-top: 0.7rem;
}
:where(.temp-aircon, .temp-consent, .temp-electrical) .about-msg {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .about-msg {
    width: 80rem;
    margin: 8.7rem auto 0;
    padding: 2.6rem 0 2.2rem;
    background: url(images/pkm-about-pat.webp) center/cover;
    text-align: center;
  }
  :where(.temp-aircon, .temp-consent, .temp-electrical) .about-msg {
    margin-top: 16rem;
  }
  .temp-aircon .about-msg {
    background-image: url(images/pkm-about-pat-air.webp);
  }
  .temp-consent .about-msg {
    background-image: url(images/pkm-about-pat-con.webp);
  }
  .temp-electrical .about-msg {
    background-image: url(images/pkm-about-pat-ele.webp);
  }
}
.about-msg:before {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  left: 7rem;
  width: 2.7rem;
  aspect-ratio: 1/1;
  background: url(images/pkm-about-img.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .about-msg:before {
    top: -4.4rem;
    left: -5.5rem;
    width: 4.4rem;
  }
}
.temp-aircon .about-msg:before {
  background-image: url(images/pkm-about-img-air.webp);
}
.temp-consent .about-msg:before {
  background-image: url(images/pkm-about-img-con.webp);
}
.about-msg .text01 {
  width: 15.6rem;
  margin: 0 auto 1.1rem;
  padding: 0.5rem 0 0.7rem;
  background-image: url(images/pkm-about-pat01.webp);
  font-size: 2.7rem;
}
.temp-aircon .about-msg .text01 {
  background-image: url(images/pkm-about-pat01-air.webp);
}
.temp-consent .about-msg .text01 {
  background-image: url(images/pkm-about-pat01-con.webp);
}
.about-msg .text02 {
  padding: 0.6rem 0 0.8rem 1rem;
  background-image: url(images/pkm-about-pat02.webp);
  font-size: 4.6rem;
}
.temp-aircon .about-msg .text02 {
  background-image: url(images/pkm-about-pat02-air.webp);
}
.temp-consent .about-msg .text02 {
  background-image: url(images/pkm-about-pat02-con.webp);
}
.about-msg .text01,
.about-msg .text02 {
  display: block;
  background-size: cover;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .about-msg .text01,
  .about-msg .text02 {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 4rem;
    letter-spacing: 0.4em;
  }
}
.about-msg img {
  position: absolute;
  top: 10.2rem;
  left: 0.9rem;
  width: 38.9rem;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .about-msg img {
    top: 3.7rem;
    left: 51.8rem;
    width: 51.9rem;
  }
}

.voice {
  margin: -7rem 0 3rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .voice {
    margin: 7.8rem 0 8rem;
  }
}
.voice-con {
  position: relative;
  padding: 8.5rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .voice-con {
    padding-top: 0;
  }
}
.voice-con:before, .voice-con:after {
  content: "";
  display: block;
  position: absolute;
}
.voice-con:before {
  top: 0.8rem;
  right: 1.1rem;
  width: 5.7rem;
  aspect-ratio: 57/93;
  background: url(images/pkm-img01.webp) center/contain no-repeat;
  transform: rotate(-35deg);
}
@media screen and (min-width: 768px) {
  .voice-con:before {
    top: 4.8rem;
    right: 14.5rem;
    width: 10.4rem;
  }
}
@media screen and (min-width: 768px) {
  .voice-con:after {
    top: 14.2rem;
    left: 10.3rem;
    width: 9.3rem;
    aspect-ratio: 65/149;
    background: url(images/pkm-img02.webp) center/contain no-repeat;
    transform: rotate(205deg);
  }
}
@media screen and (min-width: 768px) {
  .voice h2 img {
    height: 5.3rem;
  }
}
.voice-lead {
  margin-top: 2.9rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice-lead {
    margin-top: 5.2rem;
    font-size: 3rem;
    letter-spacing: 0.3em;
  }
}
.voice-text {
  margin: 1.7rem 2.7rem 0;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice-text {
    width: 90rem;
    margin: 2.7rem auto 0;
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
}
.voice-rating {
  display: grid;
  grid-template-columns: 12.3rem 9.5rem;
  justify-content: center;
  align-items: end;
  gap: 1.6rem;
  margin-top: 0.9rem;
  border-radius: 1rem;
  padding: 2.2rem 0 2.2rem 1.1rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .voice-rating {
    width: 75rem;
    grid-template-columns: 20.9rem 14.2rem;
    gap: 3.5rem;
    margin: 3.1rem auto 0;
    padding: 3.6rem 0 3.1rem 0.5rem;
  }
}
.voice-rating .text {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice-rating .text {
    font-size: 2.3rem;
  }
}
.voice-rating .text img {
  margin-bottom: 0.1rem;
}
.voice-rating .num {
  font-family: sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice-rating .num {
    font-size: 7.7rem;
  }
}
.voice-rating .num img {
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .voice-rating .num img {
    margin-top: 0.4rem;
  }
}

.review-items {
  width: calc(100% + 3rem);
  margin: 1rem -1.5rem 0;
}
@media screen and (min-width: 768px) {
  .review-items {
    width: 77rem;
    margin: 4.2rem auto 0;
  }
}
.review-items .slick-dots {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .review-items .slick-dots {
    margin-top: 3rem;
  }
}
.review-item {
  margin: 0 0.8rem 0.3rem;
  border-radius: 0 1rem 0 1rem;
  padding: 1.7rem 1.5rem 1.4rem;
  background-color: white;
  border-image: url(images/pkm-voice-border.webp) 56/2.8rem;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(47, 47, 47, 0.2);
}
@media screen and (min-width: 768px) {
  .review-item {
    margin: 0 1rem 0.3rem;
    padding: 2.9rem 2.2rem 2.2rem;
    border-image: url(images/pkm-voice-border-pc.webp) 80/8rem;
  }
}
.review-item .name {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .review-item .name {
    font-size: 1.8rem;
  }
}
.review-item img {
  width: 5.5rem;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .review-item img {
    width: 9rem;
    margin-top: 0.7rem;
  }
}
.review-item .time {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .review-item .time {
    margin-top: 0.9rem;
    font-size: 1rem;
  }
}
.review-item .text {
  height: 8lh;
  margin-top: 0.7rem;
  font-size: 0.8rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .review-item .text {
    height: 7lh;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.trust {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .trust + .cta {
    margin-top: -3rem;
  }
}
.trust-con {
  position: relative;
  padding: 4rem 0 3rem;
  background: url(images/pkm-trust-pkm.webp) 0 11.2rem/12.6rem no-repeat;
}
@media screen and (min-width: 768px) {
  .trust-con {
    padding: 1rem 0 4.3rem;
    background-position: 24rem 14.6rem;
    background-size: 27.6rem;
  }
}
.trust-con:before, .trust-con:after {
  content: "";
  display: block;
  position: absolute;
}
.trust-con:before {
  top: 4rem;
  right: -1.5rem;
  width: 5.7rem;
  aspect-ratio: 57/93;
  background: url(images/pkm-img01.webp) center/contain no-repeat;
  transform: rotate(26deg);
}
@media screen and (min-width: 768px) {
  .trust-con:before {
    top: auto;
    bottom: 0.9rem;
    right: 14.7rem;
  }
}
.trust-con:after {
  top: -1rem;
  left: -4rem;
  width: 6.5rem;
  aspect-ratio: 65/149;
  background: url(images/pkm-img02.webp) center/contain no-repeat;
  transform: rotate(29deg);
}
@media screen and (min-width: 768px) {
  .trust-con:after {
    top: 4.5rem;
    left: 15.1rem;
    width: 9.3rem;
  }
}
.trust h2 img {
  height: 3.2rem;
}
@media screen and (min-width: 768px) {
  .trust h2 img {
    height: 5.3rem;
    transform: translateY(-1.3rem);
  }
}
.trust-lead {
  margin: 2rem 0 0 13.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .trust-lead {
    margin: 3.3rem 18rem 0 55.3rem;
    font-size: 3rem;
    letter-spacing: 0.3em;
    line-height: 1.83;
  }
}
.trust-lead span {
  padding-bottom: 0.2rem;
  background: url(images/border-dashed.svg) 0 100%/1.2rem repeat-x;
}
.trust-text {
  margin-top: 1.7rem;
  font-size: 1.2rem;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .trust-text {
    margin: 4rem 23rem 0 55.3rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.price {
  overflow: hidden;
  padding: 5.8rem 0 3.6rem;
}
@media screen and (min-width: 768px) {
  .price {
    padding: 11rem 0 2.2rem;
  }
}
.price-con {
  position: relative;
}
.price-con:before {
  content: "";
  display: block;
  position: absolute;
  top: -4rem;
  right: 2rem;
  width: 5.7rem;
  aspect-ratio: 57/93;
  background: url(images/pkm-img01.webp) center/contain no-repeat;
  transform: rotate(-35deg);
}
:where(.temp-aircon, .temp-consent, .temp-electrical) .price-con:before {
  top: -5.5rem;
}
.temp-consent .price-con:before {
  background-image: url(images/pkm-img01-con.webp);
}
.temp-aircon .price-con:before {
  background-image: url(images/pkm-img01-air.webp);
}
@media screen and (min-width: 768px) {
  .price-con:before {
    content: none;
  }
}
.price h2 {
  background-image: url(images/pkm-price-border.webp), url(images/pkm-price-border.webp);
  background-position: 25.7rem 5.5rem, right 25.7rem top 5.5rem;
  background-size: auto 1.65rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .price h2 {
    background-position: 7.2rem 7.4rem, right 7.2rem top 7.4rem;
  }
}
@media screen and (min-width: 768px) {
  .price h2 img {
    height: 6rem;
    transform: translateY(-0.5rem);
  }
}
.price-lead {
  margin: 1.9rem 1.5rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price-lead {
    margin: 4.5rem 4rem 0;
    font-size: 2rem;
    letter-spacing: 0.15em;
    line-height: 2;
  }
}
.price-lead span {
  margin: 0 0.2rem;
  padding: 0.2rem 0.4rem;
  background-color: white;
}
.price-list {
  display: grid;
  grid-template-columns: 32.5rem;
  justify-content: center;
  margin-top: 9.2rem;
}
@media screen and (min-width: 768px) {
  .price-list {
    grid-template-columns: repeat(3, 32.5rem);
    gap: 0 4rem;
    margin-top: 9.8rem;
  }
}
.price-item {
  position: relative;
  grid-row: span 4;
  display: grid;
  grid-template-rows: subgrid;
  border: 0.5rem solid #17A796;
  border-radius: 2rem;
  padding: 1.2rem 1.7rem 2rem;
  background-color: white;
  color: #17A796;
}
.price-item:nth-child(n+2) {
  margin-top: 7.8rem;
}
@media screen and (min-width: 768px) {
  .price-item:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .price-item:nth-child(n+4) {
    margin-top: 8.8rem;
  }
}
.price-item.consent {
  border-color: #E15502;
  color: #E15502;
}
.price-item.aircon {
  border-color: #457ACA;
  color: #457ACA;
}
.price-item img {
  aspect-ratio: 28/18;
  object-fit: cover;
}
.price-item h3 {
  margin: 0.7rem 0.6rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.price-item .num {
  position: relative;
  margin: -0.5rem 0.5rem 0;
  border-bottom: 1px solid;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.price-item .num::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: 8rem;
  width: 1rem;
  height: 2px;
  background-color: white;
}
.price-item .num .yen {
  font-size: 1.5rem;
}
.price-item .num .tax {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0;
  transform: translate(-6rem, -1.7rem);
}
.price-item .text {
  margin: 0.8rem 0.6rem 0;
  color: #2F2F2F;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.price-label {
  position: absolute;
  z-index: -1;
  top: -5.8rem;
  left: -0.5rem;
  width: 26.3rem;
  height: 10rem;
  border-radius: 2rem;
  padding: 1.7rem 0 0 7.5rem;
  background: #17A796 url(images/pkm-price-icon03.webp) 1.7rem 0.8rem/4.6rem no-repeat;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.consent .price-label {
  background-color: #E15502;
  background-image: url(images/pkm-price-icon01.webp);
}
.aircon .price-label {
  background-color: #457ACA;
  background-image: url(images/pkm-price-icon02.webp);
}

.danger {
  overflow: hidden;
  padding: 3.5rem 0;
  background-color: #FFDC18;
  background-image: repeating-linear-gradient(114deg, #2E2E2E 0, #2E2E2E 0.5rem, transparent 0.6rem, transparent 1.1rem, #2E2E2E 1.2rem), repeating-linear-gradient(114deg, #2E2E2E 0, #2E2E2E 0.5rem, transparent 0.6rem, transparent 1.1rem, #2E2E2E 1.2rem);
  background-size: 100% 1.7rem;
  background-position: top, bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .danger {
    padding: 5.8rem 0 5.2rem;
  }
}
.danger-con {
  position: relative;
}
@media screen and (min-width: 768px) {
  .danger-con {
    width: 78rem;
    margin: 0 auto;
    padding-right: 18rem;
  }
}
.danger-con::after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  right: -1.5rem;
  width: 16rem;
  aspect-ratio: 314/348;
  background: url(images/pkm-danger-pkm.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .danger-con::after {
    top: -9.1rem;
    right: -1.8rem;
    width: 27rem;
  }
}
.danger-lead {
  padding: 0.4rem 1.9rem;
  background-color: white;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .danger-lead {
    padding: 0 3.9rem;
    font-size: 4.1rem;
    line-height: 6rem;
  }
}
.danger-lead .wa {
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .danger-lead .wa {
    font-size: 3rem;
  }
}
.danger-lead .ex {
  display: inline-block;
  transform: translate(-0.35em, 0.05em) rotate(20deg);
}
@media screen and (min-width: 768px) {
  .danger-lead .ex {
    font-size: 3.9rem;
  }
}
.danger-text {
  margin: 1.2rem 9.5rem 0 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .danger-text {
    margin: 2.5rem 0 0;
    font-size: 1.6rem;
  }
}

.result {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .result {
    padding: 17rem 0 3.7rem;
  }
}
.result h2 {
  width: 23.4rem;
}
@media screen and (min-width: 768px) {
  .result h2 {
    width: 33rem;
  }
}
.result-satis {
  margin: 0.7rem auto 0;
}
@media screen and (min-width: 768px) {
  .result-satis {
    margin-top: 3.7rem;
  }
}
.result-catch {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .result-catch {
    margin-top: 2.5rem;
    font-size: 3rem;
    letter-spacing: 0.3em;
  }
}
.result-lead {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .result-lead {
    margin-top: 0.6rem;
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
}
.result-list {
  margin-top: 0.9rem;
}
@media screen and (min-width: 768px) {
  .result-list {
    width: 79rem;
    margin: 4.5rem auto 0;
  }
}
.result-list .slick-track {
  display: flex;
  padding: 1.5rem 0 0.3rem;
}
.result-list .slick-slide {
  height: auto;
}
.result-list .slick-arrow {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .result-list .slick-arrow {
    background-color: white;
  }
}
.result-item {
  display: block;
  position: relative;
  margin: 0 0.7rem;
  padding: 1.7rem 1rem 1rem;
  background-color: white;
  box-shadow: 0.2rem 0.2rem 0.1rem rgba(47, 47, 47, 0.2);
  color: #2F2F2F;
}
@media screen and (min-width: 768px) {
  .result-item {
    margin: 0 1.2rem;
  }
}
.result-item::before {
  content: "";
  display: block;
  position: absolute;
  inset: -1.5rem 0 auto;
  height: 3rem;
  background: url(images/pkm-result-pin.webp) center/contain no-repeat;
}
.result-item .image {
  height: 10.3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.result-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.result-item h3 {
  position: relative;
  margin: 0.4rem 0.2rem 0;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.result-item h3::before, .result-item h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
}
.result-item h3::before {
  left: 0;
  width: 100%;
  background-color: #A8DED7;
}
.result-item h3::after {
  left: 2rem;
  width: 0.5rem;
  background-color: white;
}
.result-item .name {
  margin: 0.8rem 0.2rem 0;
  background: url(images/review-stars.webp) right 1rem center/5rem no-repeat;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.result-item .comment {
  margin: 0.4rem 0.2rem 0;
  font-size: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.result-item .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-top: 0.8rem;
}
.result-item .meta li {
  padding: 0.2rem 0.3rem;
  background-color: #F1F1F1;
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.result-button {
  width: fit-content;
  margin: 2.6rem auto 0;
}

.brand {
  margin-top: 9rem;
  padding: 1px 0 5rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .brand {
    margin-top: 16rem;
    padding-bottom: 9rem;
  }
}
.brand .ttl {
  margin-top: -3.8rem;
}
@media screen and (min-width: 768px) {
  .brand .ttl {
    margin-top: -6.1rem;
  }
}
.brand .ttl::before {
  background-image: url(images/brand-icon.webp);
  background-size: 5.1rem;
}
@media screen and (min-width: 768px) {
  .brand .ttl::before {
    background-size: 8.3rem;
  }
}
.brand .lead {
  margin-top: 1.7rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .brand .lead {
    margin-top: 2.5rem;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
.brand img {
  margin: 3.6rem auto 0;
}
@media screen and (min-width: 768px) {
  .brand img {
    margin-top: 6.5rem;
  }
}

.reason {
  overflow: hidden;
  padding-top: 9.3rem;
}
@media screen and (min-width: 768px) {
  .reason {
    padding-top: 19rem;
  }
}
.reason-con {
  position: relative;
}
.reason-con:before, .reason-con:after {
  content: "";
  display: block;
  position: absolute;
}
.reason-con:before {
  top: -7.8rem;
  left: -0.9rem;
  width: 6.5rem;
  aspect-ratio: 65/149;
  background: url(images/pkm-img02.webp) center/contain no-repeat;
  transform: rotate(29deg);
}
@media screen and (min-width: 768px) {
  .reason-con:before {
    display: none;
  }
}
.reason-con:after {
  top: 122.7rem;
  right: 0;
  width: 5.7rem;
  aspect-ratio: 57/93;
  background: url(images/pkm-img01.webp) center/contain no-repeat;
  transform: rotate(-35deg);
}
@media screen and (min-width: 768px) {
  .reason-con:after {
    top: -5rem;
    right: -5.2rem;
    width: 11.7rem;
  }
}
.reason .ttl {
  width: 30.2rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-image: url(images/pkm-reason-ttl-l.webp), url(images/pkm-reason-ttl-r.webp);
  background-position: 0 100%, 100% 100%;
  background-size: 3.7rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reason .ttl {
    width: 50.2rem;
  }
}
.reason-lead {
  margin-top: 1.9rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reason-lead {
    margin-top: 4.7rem;
    font-size: 3rem;
  }
}
.reason-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8.4rem 2.2rem;
  margin-top: 7.1rem;
}
@media screen and (min-width: 768px) {
  .reason-list {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 10.7rem;
  }
}
.reason-list li {
  position: relative;
  margin-bottom: 1rem;
  border-top-left-radius: 3rem;
  padding: 3rem 2.3rem 2.3rem;
  background-color: white;
  box-shadow: 0.9rem 1rem 0 #BDDC68;
}
@media screen and (min-width: 768px) {
  .reason-list li {
    padding: 2rem 1.5rem;
    box-shadow: 0.6rem 0.7rem 0 #BDDC68;
  }
}
.reason-list li .num {
  align-items: center;
  position: absolute;
  top: -5.4rem;
  left: 10.7rem;
  width: 13.1rem;
  aspect-ratio: 1/1;
  padding-top: 2.4rem;
  border-radius: 50%;
  background: url(images/pkm-reason-num.webp) center/11.5rem no-repeat, linear-gradient(white 50%, transparent 50%);
  color: white;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reason-list li .num {
    top: -4.1rem;
    left: 8.3rem;
    width: 10.6rem;
    padding-top: 2rem;
    background-size: 9.3rem, cover;
    font-size: 1.5rem;
  }
}
.reason-list li .num span {
  display: block;
  margin-top: -0.8rem;
  font-size: 6.8rem;
}
@media screen and (min-width: 768px) {
  .reason-list li .num span {
    margin-top: -0.5rem;
    font-size: 5.3rem;
  }
}
.reason-list li img {
  aspect-ratio: 290/182;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .reason-list li img {
    aspect-ratio: 251/208;
  }
}
.reason-list li h3 {
  margin-top: 0.9rem;
  padding-bottom: 0.7rem;
  background: url(images/border-dotted.svg) 0 100%/0.5rem repeat-x;
  color: #91BE5B;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reason-list li h3 {
    margin-top: 1.4rem;
  }
}
.reason-list li .text {
  margin-top: 1.7rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .reason-list li .text {
    margin-top: 1.4rem;
    font-size: 1.5rem;
  }
}

.flow {
  overflow: hidden;
  padding: 7.5rem 0;
  background-color: #17A796;
  color: white;
}
@media screen and (min-width: 768px) {
  .flow {
    margin-top: 8rem;
    padding: 16rem 0 14.5rem;
  }
}
.flow .con {
  position: relative;
}
.flow .con::before {
  content: "";
  display: block;
  position: absolute;
  top: 8.6rem;
  right: -1.3rem;
  width: 7.6rem;
  aspect-ratio: 213/364;
  background: url(images/pkm-flow-pkm.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .flow .con::before {
    top: -3.2rem;
    right: 0;
    width: 21.3rem;
  }
}
.flow h2 {
  width: 32.7rem;
}
@media screen and (min-width: 768px) {
  .flow h2 {
    width: 60.3rem;
  }
}
.flow-lead {
  width: 27.5rem;
  margin-top: 3rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.67;
}
.flow-lead br {
  display: none;
}
@media screen and (min-width: 768px) {
  .flow-lead {
    width: 93rem;
    margin: 3rem auto 0;
    font-size: 3rem;
    letter-spacing: 0.3em;
  }
  .flow-lead br {
    display: block;
  }
}
.flow-list {
  counter-reset: num;
  counter-reset: counter;
  margin-top: 4.4rem;
}
@media screen and (min-width: 768px) {
  .flow-list {
    display: grid;
    grid-template-columns: repeat(4, 23rem);
    justify-content: center;
    gap: 6.5rem;
    margin-top: 7rem;
  }
}
.flow-list li {
  counter-increment: num;
  position: relative;
  display: grid;
  grid-template-columns: 6.7rem 1fr;
}
@media screen and (min-width: 768px) {
  .flow-list li {
    display: block;
  }
}
.flow-list li:before {
  content: "0" counter(num);
  grid-row: 1/3;
  padding-top: 1.8rem;
  color: #17A796;
  font-size: 6.5rem;
  -webkit-text-stroke: 1px white;
  transform: translateX(-0.4rem);
}
@media screen and (min-width: 768px) {
  .flow-list li:before {
    display: block;
    padding-top: 2.2rem;
    font-size: 8.5rem;
    text-align: center;
    line-height: 1.4;
    transform: none;
  }
}
.flow-list li:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .flow-list li:not(:last-child) {
    margin-bottom: 0;
  }
}
.flow-list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto -1.6rem -3.9rem;
  height: 2.9rem;
  background: url(images/pkm-flow-arrow-sp.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .flow-list li:not(:last-child)::after {
    inset: 0 -4.4rem 0 auto;
    width: 2.9rem;
    height: 45.8rem;
    background-image: url(images/pkm-flow-arrow-pc.webp);
  }
}
.flow-list li h3 {
  width: fit-content;
  border-radius: 0.5rem;
  padding: 0.2rem 1rem;
  background-color: #FF7D0B;
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .flow-list li h3 {
    margin: 0 auto;
  }
}
.flow-list li p {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .flow-list li p {
    margin-top: 4rem;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.faq {
  padding: 7.7rem 0 8.7rem;
  background-color: #17A796;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 17rem 0 13rem;
  }
}
@media screen and (min-width: 768px) {
  .faq h2 img {
    top: -0.5rem;
    height: 5rem;
  }
}
.faq-lead {
  margin: 2.8rem 0 3rem;
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.7;
  text-align: center;
}
.faq-lead br {
  display: none;
}
@media screen and (min-width: 768px) {
  .faq-lead {
    margin: 5.5rem 0 4rem;
    font-size: 2rem;
  }
  .faq-lead br {
    display: block;
  }
}
.faq-item {
  margin-top: 2rem;
  border-radius: 1.5rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .faq-item {
    width: 90rem;
    margin: 2rem auto 0;
  }
}
.faq-item .q {
  display: grid;
  grid-template-columns: 5.8rem 1fr;
  align-items: center;
  margin: 0 1.4rem;
  padding: 1.9rem 0 1.3rem;
  background: url(images/border-disc.svg) bottom/0.9rem repeat-x;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .faq-item .q {
    grid-template-columns: 5rem 1fr;
    margin: 0 2.4rem;
    padding: 1.9rem 0 1.3rem;
    font-size: 2rem;
  }
}
.faq-item .q:before {
  content: "";
  height: 4.7rem;
  background: url(images/pkm-faq-q.webp) left/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .faq-item .q:before {
    height: 5rem;
    transform: translateX(-1rem);
  }
}
.faq-item .a {
  padding: 0.8rem 1.7rem 2.5rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .faq-item .a {
    padding: 1.9rem 3.7rem 3.2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.faq-item .a ul,
.faq-item .a ol {
  padding-left: 1em;
}
.faq-item .a a {
  color: #17A796;
}
.faq-item .a a:hover {
  color: #91BE5B;
}
.faq-item .a p > a:only-child:after {
  content: "";
  display: inline-block;
  width: 1.1em;
  aspect-ratio: 1/1;
  margin-left: 0.3em;
  background-color: #17A796;
  mask: url(images/md-open.svg) center/contain no-repeat;
  vertical-align: -0.15em;
  transition: 0.25s ease-in-out;
}
.faq-item .a p > a:only-child:hover:after {
  background-color: #91BE5B;
}

.area {
  overflow: hidden;
  padding-top: 11rem;
}
@media screen and (min-width: 768px) {
  .area {
    padding-top: 18.8rem;
  }
}
.area-con {
  position: relative;
}
.area-con:before, .area-con:after {
  content: "";
  display: block;
  position: absolute;
}
.area-con:before {
  top: -12.3rem;
  left: 2.2rem;
  width: 6.5rem;
  aspect-ratio: 65/149;
  background: url(images/pkm-img02.webp) center/contain no-repeat;
  transform: rotate(29deg);
}
@media screen and (min-width: 768px) {
  .area-con:before {
    top: -14.9rem;
    left: 4.3rem;
    width: 9.3rem;
    transform: rotate(30deg);
  }
}
.area-con:after {
  top: 60rem;
  right: 1.3rem;
  width: 5.7rem;
  aspect-ratio: 57/93;
  background: url(images/pkm-img01.webp) center/contain no-repeat;
  transform: rotate(26deg);
}
@media screen and (min-width: 768px) {
  .area-con:after {
    display: none;
  }
}
.area-lead {
  margin: 3rem 1.5rem 0;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .area-lead {
    margin: 4.1rem 24.2rem 0;
    font-size: 3rem;
    font-weight: bold;
  }
}
.area-text {
  position: relative;
  margin-top: 2rem;
  padding: 1.6rem 2rem;
  background: url(images/pkm-area-back.webp) center/cover;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .area-text {
    margin-top: 2.1rem;
    padding: 3.8rem 17rem;
    font-size: 3rem;
  }
}
.area-text:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 10.1rem;
  right: 0;
  width: 10.5rem;
  aspect-ratio: 241/366;
  background: url(images/pkm-area-pkm.webp) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .area-text:after {
    top: -27.8rem;
    width: 24.1rem;
  }
}
.area-list {
  position: relative;
  z-index: 1;
  margin: 4.5rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .area-list {
    margin: 5rem 25rem 0;
  }
}
.area-list .slick-prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  .area-list .slick-prev {
    left: 2rem;
  }
}
.area-list .slick-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .area-list .slick-next {
    right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .area-list .slick-arrow {
    width: 4.2rem;
  }
}
.area-item {
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .area-item {
    margin: 0 7.5rem;
  }
}
.area-item .image {
  height: 27.7rem;
}
@media screen and (min-width: 768px) {
  .area-item .image {
    height: 48.3rem;
  }
}
.area-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.area-item .pref {
  width: fit-content;
  margin-top: 1.8rem;
  padding: 0.5rem 2rem;
  background-color: #91BE5B;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .area-item .pref {
    margin-top: 3.1rem;
    font-size: 3.4rem;
  }
}
.area-item .text {
  margin-top: 1.3rem;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .area-item .text {
    margin-top: 2.3rem;
    font-size: 1.8rem;
  }
}

.line-bnr {
  overflow: hidden;
  padding: 6rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .line-bnr {
    padding: 13rem 0 11rem;
  }
}
.line-bnr-con {
  position: relative;
}
@media screen and (min-width: 768px) {
  .line-bnr-con:before {
    content: "";
    display: block;
    position: absolute;
    top: -7rem;
    right: 0.2rem;
    width: 10.2rem;
    aspect-ratio: 65/149;
    background: url(images/pkm-img01.webp) center/contain no-repeat;
    transform: rotate(26deg);
  }
}
.line-bnr-con a {
  transition: opacity 0.25s ease-in-out;
}
.line-bnr-con a:hover {
  opacity: 0.9;
}
.line-bnr-con img {
  width: 34.5rem;
  margin: 0 auto;
  filter: drop-shadow(0.2rem 0.2rem 0 rgba(47, 47, 47, 0.2));
}
@media screen and (min-width: 768px) {
  .line-bnr-con img {
    width: 69rem;
  }
}

.columns {
  padding: 9rem 0 6.5rem;
  background-image: repeating-linear-gradient(-45deg, #9ED0C2, #9ED0C2 0.1rem, transparent 0.15rem, transparent 0.4rem, #9ED0C2 0.45rem), repeating-linear-gradient(-45deg, #9ED0C2, #9ED0C2 0.1rem, transparent 0.15rem, transparent 0.4rem, #9ED0C2 0.45rem);
  background-position: 50% 6rem, center bottom 2.3rem;
  background-size: 100% 1.8rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .columns {
    padding: 12.8rem 0 7.5rem;
    background-position: 50% 7.9rem, center bottom 1.8rem;
    background-size: 100rem 1.8rem;
  }
}
.columns-con {
  position: relative;
}
.columns-con:before, .columns-con:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.columns-con:before {
  top: -6.5rem;
  right: 0;
  width: 5.7rem;
  aspect-ratio: 57/93;
  background: url(images/pkm-img01.webp) center/contain no-repeat;
  transform: rotate(26deg);
}
@media screen and (min-width: 768px) {
  .columns-con:before {
    top: -11rem;
    right: 3.5rem;
    width: 10.6rem;
  }
}
.columns-con:after {
  bottom: -5rem;
  left: -0.9rem;
  width: 6.5rem;
  aspect-ratio: 65/149;
  background: url(images/pkm-img02.webp) center/contain no-repeat;
  transform: rotateX(180deg) rotate(50deg);
}
@media screen and (min-width: 768px) {
  .columns-con:after {
    bottom: -1rem;
    left: 8rem;
    width: 9rem;
    transform: rotateX(180deg) rotate(20deg);
  }
}
.columns .ttl {
  padding-top: 3.4rem;
}
@media screen and (min-width: 768px) {
  .columns .ttl {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .columns .ttl img {
    height: 5.4rem;
  }
}
.columns-list {
  display: grid;
  grid-template-columns: repeat(2, 16rem);
  justify-content: center;
  gap: 0 2.5rem;
  margin-top: 2.1rem;
}
@media screen and (min-width: 768px) {
  .columns-list {
    grid-template-columns: repeat(3, 22.5rem);
    gap: 0 3.3rem;
    margin-top: 3.5rem;
  }
}
.columns-item {
  grid-row: span 3;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: subgrid;
  padding: 0.8rem 0.7rem 0.6rem;
  background-color: white;
  color: #2F2F2F;
  box-shadow: 0.1rem 0.1rem rgba(47, 47, 47, 0.2);
}
@media screen and (min-width: 768px) {
  .columns-item {
    padding: 0.8rem 0.7rem 1rem;
  }
}
.columns-item .image {
  aspect-ratio: 146/103;
}
.columns-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.columns-item .title {
  margin: 0.7rem 0 1.7rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .columns-item .title {
    margin: 0.7rem 0.4rem 2.2rem;
    font-size: 1.5rem;
  }
}
.columns-item .meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.columns-item .meta time {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .columns-item .meta time {
    font-size: 1.2rem;
  }
}
.columns-item .meta span {
  border-radius: 0.6rem;
  padding: 0.1rem 0.9rem;
  background-color: #17A796;
  color: white;
  font-size: 0.7rem;
}
.columns-item .meta span[data-cat=consent] {
  background-color: #E15502;
}
.columns-item .meta span[data-cat=aircon] {
  background-color: #457ACA;
}
@media screen and (min-width: 768px) {
  .columns-item .meta span {
    font-size: 1.2rem;
  }
}
.columns-button {
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .columns-button {
    margin-top: 4.7rem;
  }
}
.columns-button a {
  margin: 0 auto;
}

.newses {
  padding-top: 7.4rem;
}
@media screen and (min-width: 768px) {
  .newses {
    padding-top: 9rem;
  }
}
.newses-con {
  position: relative;
  width: 34.5rem;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 1.7rem 1.2rem 1.4rem;
  background: white linear-gradient(#E9F5E6, #E9F5E6) 1.4rem 5rem/0.2rem calc(100% - 12rem) no-repeat;
}
@media screen and (min-width: 768px) {
  .newses-con {
    width: 100rem;
    padding: 4.9rem 4.6rem 2.9rem 11rem;
    background: white linear-gradient(#E9F5E6, #E9F5E6) 11.4rem 10rem/0.3rem calc(100% - 19rem) no-repeat;
  }
}
.newses-con:before {
  content: "";
  display: block;
  position: absolute;
  top: -2.8rem;
  right: 0;
  width: 8.2rem;
  aspect-ratio: 164/280;
  background: url(images/pkm-news-pkm.webp) right/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .newses-con:before {
    right: 5.1rem;
    width: 14rem;
  }
}
.newses h2 {
  border-left: 0.6rem solid #BDDC68;
  padding: 2.5rem 0 0 1.3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .newses h2 {
    border-width: 1.1rem;
    padding: 3.2rem 0 0 2.2rem;
  }
}
.newses h2 img {
  inset: 0 auto auto 1.8rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .newses h2 img {
    inset: -0.5rem auto auto 3rem;
    height: 5rem;
  }
}
.newses-list {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .newses-list {
    margin-top: 3.2rem;
    margin-right: 20.5rem;
  }
}
.newses-list a {
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  align-items: center;
  margin-top: 1.5rem;
  border-left: 0.6rem solid #BDDC68;
  padding: 0.5rem 2rem 0.5rem 1.6rem;
  background: url(images/pkm-news-right.webp) right 0.4rem center/1rem no-repeat;
  color: #2F2F2F;
}
@media screen and (min-width: 768px) {
  .newses-list a {
    grid-template-columns: 19.3rem 1fr;
    margin-top: 2.3rem;
    margin-left: 0.2rem;
    border-width: 0.7rem;
    padding: 0 5rem 0 1.6rem;
  }
}
.newses-list a:hover {
  border-color: #17A796;
}
.newses-list a .time {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .newses-list a .time {
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
}
.newses-list a .time span {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .newses-list a .time span {
    display: inline;
    margin: 0;
    font-size: inherit;
    letter-spacing: inherit;
  }
  .newses-list a .time span:after {
    content: ".";
  }
}
.newses-list a .title {
  border-left: 0.2rem solid #ccc;
  padding-left: 0.6rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .newses-list a .title {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.newses-button {
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .newses-button {
    margin-top: 1rem;
  }
}
.newses-button a {
  display: flex;
  width: fit-content;
  gap: 0.8rem;
  margin-left: auto;
  color: #2F2F2F;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .newses-button a {
    gap: 1.2rem;
    background-size: 1rem;
    font-size: 1.9rem;
  }
}
.newses-button a:after {
  content: "";
  width: 0.6rem;
  background-color: #2F2F2F;
  mask: url(images/chevron-right.svg) center/contain no-repeat;
  transition: 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .newses-button a:after {
    width: 0.9rem;
  }
}
.newses-button a:hover {
  color: #17A796;
}
.newses-button a:hover::after {
  background-color: #17A796;
}

.service {
  margin: 7rem 0;
}
@media screen and (min-width: 768px) {
  .service {
    margin: 15rem 0;
  }
}
.service-title {
  position: relative;
  padding-left: 1.7rem;
  color: #17A796;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .service-title {
    padding-left: 10rem;
    font-size: 4.5rem;
    letter-spacing: 0.3em;
  }
}
.service-title::before, .service-title::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.service-title::before {
  top: -1.9rem;
  left: 0;
  width: 2rem;
  height: 3.5rem;
  background-image: url(images/service-line-sp.svg);
  transform: rotate(28deg);
}
@media screen and (min-width: 768px) {
  .service-title::before {
    top: -1.2rem;
    left: 3.5rem;
    width: 4.4rem;
    height: 8rem;
    background-image: url(images/service-line.svg);
    transform: none;
  }
}
.service-title::after {
  top: -3.4rem;
  right: -1.5rem;
  width: 12.5rem;
  aspect-ratio: 250/218;
  background-image: url(images/service-mascot.webp);
}
@media screen and (min-width: 768px) {
  .service-title::after {
    top: -9.6rem;
    right: -1.8rem;
    width: 23.9rem;
  }
}
.service-list {
  display: grid;
  grid-template-columns: 33rem;
  justify-content: center;
  gap: 1.5rem 2rem;
  margin-top: 0.9rem;
}
@media screen and (min-width: 768px) {
  .service-list {
    grid-template-columns: repeat(2, 55rem);
    margin-top: 6.4rem;
  }
}
.service-list img {
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(47, 47, 47, 0.2));
}

.public {
  margin: 12rem 0;
}
@media screen and (min-width: 768px) {
  .public {
    margin: 15rem 0 8rem;
  }
}
.public .ttl {
  margin-top: -3.8rem;
}
@media screen and (min-width: 768px) {
  .public .ttl {
    margin-top: -6.1rem;
  }
}
.public .ttl::before {
  background-image: url(images/public-icon.webp);
  background-size: 5.8rem;
}
@media screen and (min-width: 768px) {
  .public .ttl::before {
    background-size: 11.6rem;
  }
}
.public .name {
  margin-top: 3.5rem;
  color: #91BE5B;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .public .name {
    margin-top: 6.5rem;
    font-size: 3.1rem;
    letter-spacing: 0.3em;
  }
}
.public .text {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .public .text {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.public-table {
  margin: 6rem 0 0;
}
@media screen and (min-width: 768px) {
  .public-table {
    display: grid;
    grid-template-columns: 21.8rem auto;
    gap: 4rem 0;
    width: fit-content;
    margin: 6rem auto 0;
  }
}
.public-table dt {
  margin-top: 3rem;
  border-bottom: 0.1rem solid #91BE5B;
  padding: 0 0 1.6rem 5.7rem;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .public-table dt {
    margin-top: 0;
    padding: 0 0 1.4rem 6.4rem;
    font-size: 2.4rem;
  }
}
.public-table dt.place {
  background: url(images/icon-place.svg) 1.8rem 0/2.2rem no-repeat;
}
@media screen and (min-width: 768px) {
  .public-table dt.place {
    background-position-x: 1.7rem;
    background-size: 2.8rem;
  }
}
.public-table dt.phone {
  background: url(images/icon-phone.svg) 1.4rem 0/2.6rem no-repeat;
}
@media screen and (min-width: 768px) {
  .public-table dt.phone {
    background-position-x: 1.7rem;
    background-size: 2.9rem;
  }
}
.public-table dd {
  margin-top: 1.5rem;
  border-bottom: 0.1rem solid #91BE5B;
  padding: 0 0.4rem 1.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .public-table dd {
    margin-top: 0;
    padding: 0 3rem 1.4rem;
    font-size: 2.4rem;
  }
}
.public-button {
  width: fit-content;
  margin: 4.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .public-button {
    margin: 8rem 0 0 auto;
  }
}

.archive-works-item {
  padding: 1.1rem 1rem 1.2rem;
  background-color: white;
  color: #2F2F2F;
  box-shadow: 0.2rem 0.2rem 0.1rem rgba(47, 47, 47, 0.2);
}
@media screen and (min-width: 768px) {
  .archive-works-item {
    grid-row: span 5;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: subgrid;
  }
}
.archive-works-item:hover {
  opacity: 0.9;
}
.archive-works-item .image {
  height: 20rem;
  border-radius: 1rem;
  overflow: hidden;
}
.archive-works-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-works-item h3 {
  position: relative;
  margin: 0.7rem 0.2rem 0;
  padding-bottom: 0.7rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.archive-works-item h3::before, .archive-works-item h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
}
.archive-works-item h3::before {
  left: 0.1rem;
  right: 0.1rem;
  background-color: #A8DED7;
}
.archive-works-item h3::after {
  left: 6rem;
  width: 0.2rem;
  background-color: white;
}
.archive-works-item .name {
  margin: 0.6rem 0.2rem 0;
  background: url(images/review-stars.webp) right 1rem center/5rem no-repeat;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.archive-works-item .comment {
  margin: 0.5rem 0.2rem 0;
  font-size: 1rem;
}
.archive-works-item .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.8rem;
}
.archive-works-item .meta li {
  padding: 0.3rem 0.6rem;
  background-color: #F1F1F1;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.archive-column-item {
  padding: 1.1rem 1.2rem 1rem;
  background-color: white;
  color: #2F2F2F;
  box-shadow: 0.1rem 0.1rem rgba(47, 47, 47, 0.2);
}
@media screen and (min-width: 768px) {
  .archive-column-item {
    grid-row: span 4;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: subgrid;
    padding: 1.3rem 1.3rem 1.5rem;
  }
}
.archive-column-item:hover {
  opacity: 0.9;
}
.archive-column-item .image {
  aspect-ratio: 320/200;
}
.archive-column-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-column-item .title {
  position: relative;
  margin-top: 0.7rem;
  padding-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .archive-column-item .title {
    margin-top: 0.6rem;
    font-size: 1.5rem;
  }
}
.archive-column-item .title::before, .archive-column-item .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
}
.archive-column-item .title::before {
  left: 0.1rem;
  right: 0.1rem;
  background-color: #A8DED7;
}
.archive-column-item .title::after {
  left: 6rem;
  width: 0.2rem;
  background-color: white;
}
.archive-column-item .excerpt {
  margin-top: 0.6rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .archive-column-item .excerpt {
    margin: 0.4rem 0.2rem 0;
    font-size: 1.2rem;
  }
}
.archive-column-item .meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
}
.archive-column-item .meta time {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.archive-column-item .meta span {
  border-radius: 1rem;
  padding: 0.1rem 0.9rem;
  background-color: #17A796;
  color: white;
  font-size: 1.2rem;
}
.archive-column-item .meta span[data-cat=consent] {
  background-color: #E15502;
}
.archive-column-item .meta span[data-cat=aircon] {
  background-color: #457ACA;
}
@media screen and (min-width: 768px) {
  .archive-column-item .meta span {
    font-size: 1.2rem;
  }
}

.news-item {
  position: relative;
  border-radius: 1rem;
  padding: 0.6rem 1.4rem 1rem 3.4rem;
  background-color: white;
  color: #2F2F2F;
}
@media screen and (min-width: 768px) {
  .news-item {
    padding: 2rem 3rem 3.7rem 3.9rem;
  }
  .news-item:hover {
    opacity: 0.9;
  }
}
.news-item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0.8rem auto 0.8rem 1.2rem;
  width: 0.6rem;
  background-color: #BDDC68;
}
@media screen and (min-width: 768px) {
  .news-item::after {
    inset: 2.5rem auto 2.5rem 1.2rem;
  }
}
.news-item:nth-child(n+2):before {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: 1.4rem;
  width: 0.2rem;
  height: 100%;
  background-color: #D5E5D1;
}
.news-item .date {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .news-item .date {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.news-item .title {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .news-item .title {
    margin-top: 1.5rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  .page-nav {
    gap: 2rem;
    margin-top: 10rem;
  }
}

.page-numbers {
  width: 2.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #C2C2C2;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.2rem;
  text-align: center;
}
.page-numbers.current {
  background-color: #17A796;
  pointer-events: none;
}
.page-numbers:hover {
  opacity: 0.8;
}
.page-numbers.prev, .page-numbers.next {
  position: relative;
  background-color: white;
  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/chevron-right-gr.svg) center/0.6rem no-repeat;
}
.page-numbers.prev {
  transform: rotate(180deg);
}

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;
  }
}
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: rgba(233, 245, 230, 0.5);
  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 {
  background-color: rgba(23, 167, 150, 0.5);
}
.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: rgba(233, 245, 230, 0.5);
}
.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.2rem;
}
@media screen and (min-width: 768px) {
  .form-title .required {
    line-height: 2.8rem;
    font-size: 1.5rem;
  }
}
.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: #A8DED7;
  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: #17A796;
  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;
}

.toc {
  width: calc(100% + 3rem);
  margin: 5rem -1.5rem;
  padding: 2rem 1.5rem;
  background-color: #E9F5E6;
}
@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: #17A796;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.67;
  text-decoration: underline dashed #A8DED7 2px;
  text-underline-offset: 0.3em;
  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: #17A796;
}
.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;
  padding-left: 1.8rem;
  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-h2 a {
  background: url(images/chevron-right.svg) 0 50%/0.5rem no-repeat;
}
@media screen and (min-width: 768px) {
  .toc-items ul .toc-h2 a {
    background-size: 0.6rem;
  }
}
.toc-items ul .toc-h3 {
  margin-top: 0.5rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .toc-items ul .toc-h3 {
    font-size: 1.8rem;
  }
}

.archive {
  overflow: hidden;
  padding: 1rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .archive {
    padding: 1.8rem 0 15rem;
  }
}
.archive-title {
  width: 23.4rem;
  margin: 3.2rem auto 0;
}
@media screen and (min-width: 768px) {
  .archive-title {
    width: 33rem;
    margin-top: 11.2rem;
  }
}
.archive-works-lead {
  position: relative;
  margin-top: 3rem;
  margin-left: 13rem;
  font-size: 1.2rem;
  line-height: 1.7;
}
.archive-works-lead br {
  display: none;
}
@media screen and (min-width: 768px) {
  .archive-works-lead {
    margin-top: 6.5rem;
    margin-left: 39.5rem;
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
  .archive-works-lead br {
    display: block;
  }
}
.archive-works-lead:before {
  content: "";
  display: block;
  position: absolute;
  top: -7rem;
  left: -13.9rem;
  width: 14.3rem;
  aspect-ratio: 323/379;
  background: url(images/pkm-results-pkm.webp) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .archive-works-lead:before {
    top: -22.7rem;
    left: -32.3rem;
    width: 32.3rem;
  }
}
.archive-subtitle {
  position: relative;
  width: fit-content;
  margin: 3rem auto 0;
  padding: 0 3.6rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .archive-subtitle {
    margin-top: 5rem;
    padding: 0 6rem;
    font-size: 3.2rem;
    letter-spacing: 0.15em;
  }
}
.archive-subtitle:before, .archive-subtitle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2rem;
  height: 1px;
  margin: auto;
  background-color: #2F2F2F;
}
@media screen and (min-width: 768px) {
  .archive-subtitle:before, .archive-subtitle:after {
    width: 3.5rem;
    height: 2px;
  }
}
.archive-subtitle:before {
  left: 0;
}
.archive-subtitle:after {
  right: 0;
}
.archive-works, .archive-column, .archive-news {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  margin-top: 4rem;
}
.archive-works, .archive-column {
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .archive-works, .archive-column {
    grid-template-columns: repeat(3, 34rem);
    gap: 0 3rem;
    margin-top: 10.5rem;
  }
  .archive-works > :nth-child(n+4), .archive-column > :nth-child(n+4) {
    margin-top: 3rem;
  }
}
.archive-news {
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .archive-news {
    grid-template-columns: 90rem;
    gap: 2rem;
    margin-top: 8rem;
  }
}
.archive-nocontent {
  margin-top: 6rem;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .archive-nocontent {
    margin-top: 10rem;
    font-size: 2rem;
  }
}

.wp-embedded-content {
  width: 100%;
}

.post {
  border-top: 0.3rem solid #E9F5E6;
  padding: 0.7rem 0 2.5rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .post {
    border-width: 0.5rem;
    padding: 1.3rem 0 8rem;
  }
}
.post-con {
  width: 34.5rem;
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px) {
  .post-con {
    width: 86rem;
    margin-top: 8rem;
  }
}
.post-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .post-meta {
    gap: 3.3rem;
  }
}
.post-meta .date {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .post-meta .date {
    font-size: 2.7rem;
    line-height: 3.8rem;
  }
}
.post-meta ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .post-meta ul {
    gap: 1rem;
  }
}
.post-meta ul a {
  display: block;
  border-radius: 0.6rem;
  padding: 0.1rem 0.9rem;
  background-color: #17A796;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .post-meta ul a {
    padding: 0.1rem 0.9rem;
    font-size: 2.4rem;
  }
}
.post-meta ul a[data-cat=consent] {
  background-color: #E15502;
}
.post-meta ul a[data-cat=aircon] {
  background-color: #457ACA;
}
.post-meta ul a:hover {
  opacity: 0.9;
}
.post-title {
  margin-top: 1.5rem;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .post-title {
    margin-top: 3rem;
    font-size: 4rem;
  }
}
.post-image {
  margin-top: 1.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: 6rem;
  }
}
:where(.post-content) {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  :where(.post-content) {
    font-size: 1.8rem;
  }
}
: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: 4rem 0 2rem;
  color: #17A796;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.67;
  text-decoration: underline dashed #A8DED7 2px;
  text-underline-offset: 0.3em;
}
@media screen and (min-width: 768px) {
  :where(.post-content) h2 {
    margin: 8rem 0 3.5rem;
    font-size: 3rem;
  }
}
:where(.post-content) .heading {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  padding: 0.9rem 1.5rem;
  background-color: #17A796;
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  :where(.post-content) .heading {
    width: auto;
    margin-left: 0;
    padding: 0.9rem 2rem;
    font-size: 2.5rem;
  }
}
:where(.post-content) h3 {
  margin: 4rem 0 1rem;
  border-bottom: 2px dashed #A8DED7;
  padding-bottom: 0.3em;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  :where(.post-content) h3 {
    margin: 8rem 0 2rem;
    font-size: 2.5rem;
  }
}
:where(.post-content) h2 + h3 {
  margin-top: 2rem;
}
:where(.post-content) .question {
  position: relative;
  padding: 0.2rem 0.4rem 1.2rem 4rem;
}
@media screen and (min-width: 768px) {
  :where(.post-content) .question {
    padding: 0.4rem 1rem 1.5rem 6rem;
    font-size: 2.2rem;
  }
}
:where(.post-content) .question:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 0 0;
  width: 3rem;
  background: url(images/pkm-faq-q.webp) 0 0/3rem no-repeat;
}
@media screen and (min-width: 768px) {
  :where(.post-content) .question:before {
    width: 4.5rem;
    background-size: 4.5rem;
  }
}
:where(.post-content) h4 {
  margin: 3.5rem 0 1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  :where(.post-content) h4 {
    margin: 4rem 0 2rem;
    font-size: 2rem;
  }
}
:where(.post-content) h5 {
  margin: 3rem 0 1rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  :where(.post-content) h5 {
    margin: 3.5rem 0 2rem;
    font-size: 1.8rem;
  }
}
:where(.post-content) h6 {
  margin: 3rem 0 1rem;
}
@media screen and (min-width: 768px) {
  :where(.post-content) h6 {
    margin: 3.5rem 0 2rem;
  }
}
:where(.post-content) p {
  margin: 1em 0;
  line-height: 2;
}
:where(.post-content) strong {
  color: #17A796;
}
:where(.post-content) .marker {
  background-image: linear-gradient(transparent 60%, #E9F5E6 60%);
}
:where(.post-content) blockquote {
  padding: 1px 20px;
  background-color: #E9F5E6;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  :where(.post-content) blockquote {
    padding: 20px 40px;
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  }
}
:where(.post-content) ul,
:where(.post-content) ol {
  padding-left: 2em;
  line-height: 2;
}
:where(.post-content) table {
  width: 100%;
  margin: 2em auto;
  border-spacing: 0;
  border-top: 1px solid #666666;
  overflow-x: auto;
}
:where(.post-content) thead th, :where(.post-content) thead td {
  background-color: #f1f1f1;
}
:where(.post-content) th,
:where(.post-content) td {
  min-width: 5em;
  border-bottom: 1px solid #666666;
  padding: 0.5em;
}
@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;
  }
}
.post-back {
  width: fit-content;
  margin: 5rem auto 0;
}
@media screen and (min-width: 768px) {
  .post-back {
    margin-top: 8rem;
  }
}
.post-related {
  margin-top: 5.5rem;
  padding: 3.8rem 0;
  background-image: repeating-linear-gradient(-45deg, #9ED0C2, #9ED0C2 0.1rem, transparent 0.15rem, transparent 0.4rem, #9ED0C2 0.45rem), repeating-linear-gradient(-45deg, #9ED0C2, #9ED0C2 0.1rem, transparent 0.15rem, transparent 0.4rem, #9ED0C2 0.45rem);
  background-position: top, bottom;
  background-size: 100% 1.8rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .post-related {
    margin-top: 8rem;
    padding: 6.8rem 0;
  }
}
.post-related h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post-related h2 {
    font-size: 4rem;
  }
}
.post-related-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 16rem);
  justify-content: center;
  gap: 0 1.5rem;
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .post-related-list {
    grid-template-columns: repeat(auto-fit, 22.5rem);
    gap: 0 3.3rem;
    margin-top: 5rem;
  }
}
.post-related-list:nth-child(n+3) {
  display: none;
}
@media screen and (min-width: 768px) {
  .post-related-list:nth-child(n+3) {
    display: block;
  }
}
.post-related-item {
  grid-row: span 3;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: subgrid;
  padding: 0.8rem 0.7rem 0.6rem;
  background-color: white;
  color: #2F2F2F;
  box-shadow: 0.1rem 0.1rem rgba(47, 47, 47, 0.2);
}
@media screen and (min-width: 768px) {
  .post-related-item {
    padding: 0.8rem 0.7rem 1rem;
  }
}
.post-related-item:hover {
  background-color: #E9F5E6;
}
.post-related-item .image {
  aspect-ratio: 146/103;
}
.post-related-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-related-item .title {
  margin: 0.7rem 0 1.7rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .post-related-item .title {
    margin: 0.7rem 0.4rem 2.2rem;
    font-size: 1.5rem;
  }
}
.post-related-item .meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.post-related-item .meta time {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .post-related-item .meta time {
    font-size: 1.2rem;
  }
}
.post-related-item .meta span {
  border-radius: 0.6rem;
  padding: 0.1rem 0.9rem;
  background-color: #17A796;
  color: white;
  font-size: 0.7rem;
}
.post-related-item .meta span[data-cat=consent] {
  background-color: #E15502;
}
.post-related-item .meta span[data-cat=aircon] {
  background-color: #457ACA;
}
@media screen and (min-width: 768px) {
  .post-related-item .meta span {
    font-size: 1.2rem;
  }
}
.post + .cta {
  margin-top: 5rem;
}

.page-wrap {
  overflow: hidden;
}
.page-lead {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page-lead {
    font-size: 5rem;
    letter-spacing: 0.15em;
  }
}
.page-lead strong {
  background: linear-gradient(transparent 50%, #FFC322 50%);
}
@media screen and (min-width: 768px) {
  .page-lead strong {
    background: linear-gradient(transparent 75%, #FFC322 75%);
  }
}
.page-text {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-text {
    margin-top: 6.4rem;
    font-size: 2.6rem;
  }
}

.page-home .campaign {
  border-top: 4rem solid #E9F5E6;
}
@media screen and (min-width: 768px) {
  .page-home .campaign {
    border-top-width: 8rem;
  }
}
.page-home .page-wrap {
  padding: 10.5rem 0 12.8rem;
}
@media screen and (min-width: 768px) {
  .page-home .page-wrap {
    background: url(images/back-pale.webp) right top/100% repeat-y;
  }
}
.page-home .message {
  margin-top: 11rem;
}
@media screen and (min-width: 768px) {
  .page-home .message {
    margin-top: 12rem;
  }
}

.page-first-time .page-wrap {
  background: linear-gradient(135deg, #E9F5E6 26.5rem, transparent 26.5rem);
}
@media screen and (min-width: 768px) {
  .page-first-time .page-wrap {
    background: linear-gradient(160deg, #E9F5E6 74rem, transparent 74rem);
  }
}
.page-first-time .page-wrap .con {
  position: relative;
  padding: 12.1rem 0 18.4rem;
}
@media screen and (min-width: 768px) {
  .page-first-time .page-wrap .con {
    padding: 15.6rem 2rem 7.8rem 64rem;
  }
}
.page-first-time .page-wrap .con::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 -1.5rem;
  background: radial-gradient(closest-side at center, transparent 94%, white 95.5%, white 100%, transparent 101%) 27.9rem 8.3rem/9.1rem 9.1rem no-repeat, url(images/first-time-04.webp) 28rem 8.4rem/8.9rem no-repeat, radial-gradient(closest-side at center, transparent 96%, #E9F5E6 97%, #E9F5E6 100%, transparent 101%) 18.2rem 1.3rem/13.4rem 13.4rem no-repeat, url(images/first-time-03.webp) 18.3rem 1.4rem/13.2rem no-repeat, url(images/first-time-02.webp) left 14.6rem bottom 4.6rem/22.3rem no-repeat, url(images/first-time-01.webp) 3.2rem 100%/15.6rem no-repeat;
}
@media screen and (min-width: 768px) {
  .page-first-time .page-wrap .con::after {
    inset: 0 50% 0 -9.7rem;
    background: url(images/first-time-02.webp) left 17.9rem bottom/51.6rem no-repeat, radial-gradient(closest-side at center, transparent 96.3%, #E9F5E6 97.3%, #E9F5E6 100%, transparent 101%) -0.1rem 44.9rem/30.1rem 30.1rem no-repeat, url(images/first-time-04.webp) 0 45rem/29.9rem no-repeat, radial-gradient(closest-side at center, transparent 96%, #E9F5E6 97%, #E9F5E6 100%, transparent 101%) 39.7rem 24.6rem/27.9rem 27.9rem no-repeat, url(images/first-time-03.webp) 39.8rem 24.7rem/27.7rem no-repeat, url(images/first-time-01.webp) 11.8rem 5.3rem/35.4rem no-repeat;
  }
}
.page-first-time .government {
  position: relative;
  padding-top: 14.5rem;
}
@media screen and (min-width: 768px) {
  .page-first-time .government {
    padding-top: 26.6rem;
  }
}
.page-first-time .government::before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 2.2rem;
  height: 11rem;
  transform: translateX(-50%);
  background: radial-gradient(#17A796 31%, rgba(0, 0, 0, 0) 35%) center/2.2rem 2.2rem repeat-y;
}
@media screen and (min-width: 768px) {
  .page-first-time .government::before {
    top: 6rem;
    width: 3rem;
    height: 15rem;
    background-size: 3rem 3rem;
  }
}
.page-first-time .government-title {
  font-size: 3rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page-first-time .government-title {
    margin-left: 5rem;
    font-size: 5.5rem;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .page-first-time .government-title::after {
    background-position: left center;
  }
}
.page-first-time .government-lead {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .page-first-time .government-lead {
    margin-left: 5rem;
    font-size: 2.6rem;
    letter-spacing: 0.12em;
    text-align: left;
  }
}
.page-first-time .government-lead::before {
  top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .page-first-time .government-lead::before {
    display: none;
  }
}
.page-first-time .government-lead::after {
  top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .page-first-time .government-lead::after {
    top: -25.6rem;
    right: -41.8rem;
    width: 43.7rem;
    height: 43.5rem;
    border-radius: 0;
    background: url(images/government-first-time.webp) center/contain no-repeat;
    transform: none;
  }
}

@media screen and (min-width: 768px) {
  .page-about .page-wrap {
    position: relative;
  }
  .page-about .page-wrap::before {
    content: "";
    display: block;
    position: absolute;
    inset: 12rem 0 16rem calc(50% - 12.2rem);
    border-radius: 10rem 0 0 10rem;
    background-color: #E9F5E6;
  }
}
.page-about .page-wrap .con {
  position: relative;
  z-index: 1;
  padding: 26.6rem 0 8.5rem;
}
@media screen and (min-width: 768px) {
  .page-about .page-wrap .con {
    padding: 28.6rem 2rem 32.6rem 64rem;
  }
}
.page-about .page-wrap .con::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(images/about-02.webp) 0 13rem/16rem no-repeat, url(images/about-01.webp) 11.5rem 3.3rem/23rem no-repeat, linear-gradient(#FFC322, #FFC322) 10.3rem 4.4rem/23rem 15.9rem no-repeat, linear-gradient(#17A796, #17A796) 0.8rem 13.9rem/16rem 11rem no-repeat;
}
@media screen and (min-width: 768px) {
  .page-about .page-wrap .con::after {
    inset: 0 50% 0 -9.7rem;
    background: url(images/about-02.webp) 0 66.1rem/50rem no-repeat, url(images/about-01.webp) 9.7rem 18.5rem/58rem no-repeat, linear-gradient(#FFC322, #FFC322) 8.1rem 20rem/58rem 40rem no-repeat, linear-gradient(#17A796, #17A796) 1.5rem 67.5rem/50rem 36rem no-repeat;
  }
}
.page-about .reason {
  border-top: 1rem solid #17A796;
  padding-top: 0.8rem;
  background: linear-gradient(white 17rem, #17A796 17rem);
}
@media screen and (min-width: 768px) {
  .page-about .reason {
    border-top-width: 2rem;
    padding-top: 1.6rem;
    background: linear-gradient(white 28.5rem, #17A796 28.5rem);
  }
}
.page-about .reason + .cta {
  background-color: #E9F5E6;
}
.page-about .flow {
  border-top: 1rem solid #17A796;
}
@media screen and (min-width: 768px) {
  .page-about .flow {
    border-top-width: 3rem;
  }
}

.page-purchase .page-wrap {
  padding: 5.7rem 0 0;
}
@media screen and (min-width: 768px) {
  .page-purchase .page-wrap {
    padding: 9.2rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .page-purchase .page-lead {
    letter-spacing: 0.05em;
  }
}
.page-purchase .purchase {
  padding-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .page-purchase .purchase {
    padding-top: 1.9rem;
  }
}

.page-items .page-wrap {
  padding-top: 6.2rem;
}
@media screen and (min-width: 768px) {
  .page-items .page-wrap {
    padding-top: 9.8rem;
  }
}
.page-items .page-wrap .con {
  padding: 0 1.3rem;
}
@media screen and (min-width: 768px) {
  .page-items .page-wrap .con {
    padding: 0 7rem;
  }
}
@media screen and (min-width: 768px) {
  .page-items .page-lead {
    letter-spacing: 0.05em;
  }
}
.page-items .page-lead strong {
  padding: 0 0.4rem;
}
@media screen and (min-width: 768px) {
  .page-items .page-lead strong {
    padding: 0;
  }
  .page-items .page-lead strong:first-child {
    padding-left: 1.2rem;
  }
}
.page-items .page-text {
  padding: 0 0.7rem;
}
@media screen and (min-width: 768px) {
  .page-items .page-text {
    padding: 0 1.2rem;
  }
}
.page-items .items {
  padding-top: 5.8rem;
}
@media screen and (min-width: 768px) {
  .page-items .items {
    padding-top: 10.6rem;
  }
}

.page-company .message {
  padding: 4.9rem 0 8.8rem;
}
@media screen and (min-width: 768px) {
  .page-company .message {
    padding: 9rem 0 11.5rem;
  }
}
.page-company-wrap {
  padding: 10rem 0 8.5rem;
  background-color: #E9F5E6;
}
@media screen and (min-width: 768px) {
  .page-company-wrap {
    padding: 17.5rem 0 24rem;
  }
}
.page-company-title {
  width: fit-content;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #666666;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page-company-inner {
  margin-top: 1.2rem;
  padding: 1rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .page-company-inner {
    margin-top: 2.5rem;
    padding: 0 1.4rem 2px 0;
  }
}
.page-company-inner .co-map {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .page-company-inner .co-map {
    float: right;
    width: 54.2rem;
    margin: 1.1rem 0 0 3.2rem;
  }
}
.page-company-inner .co-list {
  position: relative;
  display: grid;
  grid-template-columns: 9.7rem 1fr;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .page-company-inner .co-list {
    grid-template-columns: 15.5rem 1fr;
  }
}
.page-company-inner .co-list::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 -1px 10rem;
  height: 0;
  border-bottom: 1px solid #666666;
}
@media screen and (min-width: 768px) {
  .page-company-inner .co-list::after {
    left: 15.8rem;
  }
}
.page-company-inner .co-list + dl {
  margin-top: 2px;
}
.page-company-inner .co-list > dt {
  display: flex;
  align-items: center;
  padding: 1.5rem 0.9rem;
  background-color: #DADADA;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page-company-inner .co-list > dt {
    padding: 2.2rem 2.7rem;
    font-size: 1.8rem;
  }
}
.page-company-inner .co-list > dd {
  align-self: center;
  padding: 1.5rem 0.7rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page-company-inner .co-list > dd {
    padding: 2.2rem 2.5rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-company-inner .co-mail dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-company-inner .co-business dd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40rem, max-content));
    gap: 0 8rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .page-company-inner .co-office dl {
    display: grid;
    grid-template-columns: 15rem 1fr;
    align-items: center;
    gap: 3.5rem;
    font-size: 1.4rem;
  }
}
.page-company-inner .co-office dl + dl {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .page-company-inner .co-office dl + dl {
    margin-top: 2rem;
  }
}
.page-company-inner .co-office dl dt {
  width: fit-content;
  border: 1px solid black;
  padding: 1rem 2.5rem;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .page-company-inner .co-office dl dt {
    width: auto;
    padding: 1rem;
    text-align: center;
  }
}
.page-company-inner .co-office dl dd {
  margin-top: 0.6rem;
  margin-left: 0.9rem;
}
@media screen and (min-width: 768px) {
  .page-company-inner .co-office dl dd {
    margin: 0;
  }
}

.wrap {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(white, #C4F5E9);
}
@media screen and (min-width: 768px) {
  .wrap {
    border-bottom: 3rem solid #17A796;
    padding-bottom: 15rem;
  }
}
.temp-consent .wrap {
  border-color: #E15502;
  background-image: linear-gradient(white, #FFC9A7);
}
.temp-aircon .wrap {
  border-color: #457ACA;
  background-image: linear-gradient(white, #C9E7FF);
}

.btns {
  display: grid;
  grid-template-columns: 35.9rem;
  gap: 1.5rem;
  padding: 11.2rem 0.5rem 0;
  background: linear-gradient(white, #E9F5E6 6.3rem);
}
@media screen and (min-width: 768px) {
  .btns {
    grid-template-columns: repeat(auto-fit, 35.9rem);
    justify-content: center;
    gap: 3.5rem;
    margin-top: -2.3rem;
    padding: 17.4rem 0 0;
    background: linear-gradient(white, #E9F5E6 12rem);
  }
}

.works {
  padding: 1rem 0 12rem;
}
@media screen and (min-width: 768px) {
  .works {
    padding: 2rem 0 15rem;
  }
}
.works-header {
  width: 23.4rem;
  margin: 3.2rem auto 0;
}
@media screen and (min-width: 768px) {
  .works-header {
    width: 33rem;
    margin-top: 11.2rem;
  }
}
.works-lead {
  margin-top: 3.2rem;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works-lead {
    margin-top: 6.5rem;
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
}
.works-outer {
  margin-top: 1.8rem;
  padding: 1.8rem 1.2rem;
  background-color: white;
  box-shadow: 0.2rem 0.2rem 0.1rem rgba(47, 47, 47, 0.2);
}
@media screen and (min-width: 768px) {
  .works-outer {
    margin-top: 7.5rem;
    padding: 7rem 10rem;
  }
}
.works-meta {
  display: flex;
}
.works-meta ul {
  list-style: none;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .works-meta ul {
    gap: 1rem;
  }
}
.works-meta ul a {
  display: block;
  padding: 0.3rem 0.6rem;
  background-color: #F1F1F1;
  color: #2F2F2F;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .works-meta ul a {
    font-size: 1.8rem;
  }
}
.works-meta ul a:hover {
  background-color: #ccc;
}
.works-meta time {
  margin-left: auto;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .works-meta time {
    margin-right: 0;
    font-size: 1.8rem;
  }
}
.works-title {
  position: relative;
  margin-top: 1.3rem;
  padding-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .works-title {
    margin-top: 3.4rem;
    padding-bottom: 1.3rem;
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
}
.works-title::before, .works-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
}
.works-title::before {
  left: 0.2rem;
  right: 0.2rem;
  background-color: #A8DED7;
}
@media screen and (min-width: 768px) {
  .works-title::before {
    left: -0.5rem;
    right: -0.5rem;
  }
}
.works-title::after {
  left: 6.2rem;
  width: 0.2rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .works-title::after {
    left: 20rem;
    width: 0.6rem;
  }
}
.works-customer {
  margin-top: 0.7rem;
}
@media screen and (min-width: 768px) {
  .works-customer {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6.8rem;
    margin-top: 1.5rem;
  }
}
.works-customer .place,
.works-customer .name {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .works-customer .place,
  .works-customer .name {
    font-size: 2rem;
  }
}
.works-customer .name {
  margin-top: 0.4rem;
  background: url(images/review-stars.webp) right 1rem center/6rem no-repeat;
}
@media screen and (min-width: 768px) {
  .works-customer .name {
    grid-column: 2;
    margin-top: 0;
    background-position: right center;
    background-size: 11rem;
  }
}
.works-customer .name .sama {
  margin-left: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .works-customer .name .sama {
    margin-left: 1rem;
    font-size: 1.5rem;
  }
}
.works-image {
  width: calc(100% + 2.4rem);
  margin: 1rem -1.2rem 0;
}
@media screen and (min-width: 768px) {
  .works-image {
    width: auto;
    margin: 3.6rem 3rem 0;
  }
}
.works-image .image {
  aspect-ratio: 1/1;
  margin: 0 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .works-image .image {
    margin: 0 18rem;
  }
}
.works-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-image .slick-dots {
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .works-image .slick-dots {
    margin-top: 3rem;
  }
}
.works-image .slick-dots button {
  background-color: #C8C8C8;
}
.works-image .slick-dots .slick-active button {
  background-color: #A8DED7;
}
.works-data {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.7rem 1.5rem;
  margin: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .works-data {
    grid-template-columns: 20rem 1fr;
    gap: 0.7rem 2rem;
    margin: 5rem 0;
  }
}
.works-data dt,
.works-data dd {
  border-bottom: 1px solid #A8DED7;
  font-weight: bold;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .works-data dt,
  .works-data dd {
    line-height: 4.6rem;
  }
}
.works-data dt {
  color: #17A796;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .works-data dt {
    font-size: 2.2rem;
  }
}
.works-data dd {
  padding: 0 0.5rem;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .works-data dd {
    padding: 0 4rem;
    font-size: 2.7rem;
  }
}
.works-comment, .works-reply {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .works-comment, .works-reply {
    margin-top: 4rem;
  }
}
.works-comment h3, .works-reply h3 {
  width: fit-content;
  padding: 0.4rem 1.2rem;
  background-color: #17A796;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .works-comment h3, .works-reply h3 {
    padding: 1rem 3rem;
    font-size: 1.8rem;
  }
}
.works-comment p, .works-reply p {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .works-comment p, .works-reply p {
    margin: 1rem 0.8rem 0;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.works-reply h3 {
  background-color: #A8DED7;
}
.works-back {
  width: fit-content;
  margin: 5rem auto 0;
}
@media screen and (min-width: 768px) {
  .works-back {
    margin-top: 12rem;
  }
}/*# sourceMappingURL=style.css.map */