@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  overscroll-behavior: none;
  background-color: white;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth !important;
  scroll-padding-top: 0px !important;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 50px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  overscroll-behavior-y: none;
  font-weight: 500;
  color: #604C38;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::-moz-selection {
  background: #604C38;
  color: #ffffff;
}

::selection {
  background: #604C38;
  color: #ffffff;
}

::-moz-selection {
  background: #604C38;
  color: #ffffff;
}

@keyframes fv {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: scale(1.1);
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
#fv {
  padding-top: 0.68rem;
  padding-left: 0.25rem;
  height: 5.78rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #fv {
    padding-top: 1.42rem;
    padding-left: unset;
    height: 8.82rem;
  }
}
#fv .l-container {
  width: 3.5rem;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: unset;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #fv .l-container {
    width: calc(50vw + 6.2rem);
    margin-left: auto;
  }
}
#fv .l-bg {
  width: 100%;
  height: 3.63rem;
  border-radius: 0.8rem 0 0 0;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #fv .l-bg {
    border-top-left-radius: 2rem;
    height: 6.9rem;
  }
}
#fv .l-bg--item {
  background-size: cover;
  background-repeat: no-repeat;
  animation: fv 18s infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
#fv .l-bg--item:nth-of-type(1) {
  background-image: url("../img/top/fv1_sp.webp");
  animation-delay: 0s;
}
@media screen and (min-width: 768px) {
  #fv .l-bg--item:nth-of-type(1) {
    background-image: url("../img/top/fv1_pc.webp");
  }
}
#fv .l-bg--item:nth-of-type(2) {
  background-image: url("../img/top/fv2_sp.webp");
  animation-delay: 6s;
}
@media screen and (min-width: 768px) {
  #fv .l-bg--item:nth-of-type(2) {
    background-image: url("../img/top/fv2_pc.webp");
  }
}
#fv .l-bg--item:nth-of-type(3) {
  background-image: url("../img/top/fv3_sp.webp");
  animation-delay: 12s;
}
@media screen and (min-width: 768px) {
  #fv .l-bg--item:nth-of-type(3) {
    background-image: url("../img/top/fv3_pc.webp");
  }
}
#fv .l-text {
  width: 100%;
  padding-top: 0.12rem;
  padding-left: 0.13rem;
  padding-bottom: 0.1rem;
  z-index: 2;
  background-color: #D98A12;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
#fv .l-text small {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #fv .l-text small {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#fv .l-text strong {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #fv .l-text strong {
    font-size: 0.46rem;
    line-height: 0.66rem;
    background-color: rgba(217, 138, 18, 0.71);
    padding: 0rem 0.17rem 0.09rem;
  }
}
@media screen and (min-width: 768px) {
  #fv .l-text {
    position: absolute;
    top: 2.7rem;
    left: 0.6rem;
    width: -moz-fit-content;
    width: fit-content;
    background-color: unset;
    gap: 0.18rem;
  }
}
#fv .l-dog {
  position: absolute;
  right: 0.05rem;
  bottom: 0.4rem;
  z-index: 4;
  width: 0.61rem;
  height: 0.71rem;
  background-image: url("../img/top/dog_fv.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #fv .l-dog {
    width: 1.24rem;
    height: 1.44rem;
    right: unset;
    left: calc(50% + 4.32rem);
    bottom: 0;
  }
}
#fv .l-bottom {
  width: 100%;
  height: 0.38rem;
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.04rem;
  padding-left: 0.13rem;
  color: white;
  background-color: #8DC75B;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #fv .l-bottom {
    height: 0.5rem;
    padding-left: 0.32rem;
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
#fv .l-scroll {
  position: absolute;
  left: 0.05rem;
  bottom: 0;
  writing-mode: vertical-rl;
  display: flex;
  gap: 0.05rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #fv .l-scroll {
    gap: 0.1rem;
    bottom: 0;
    transform: unset;
    left: unset;
    right: calc(50% + 6.6rem);
  }
}
#fv .l-scroll::before {
  content: "scroll";
  color: #D98A12;
  font-family: "Quicksand", sans-serif;
  font-size: 0.1rem;
  line-height: 0.13rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #fv .l-scroll::before {
    font-size: 0.18rem;
    line-height: 0.23rem;
  }
}
#fv .l-scroll::after {
  content: "";
  width: 0.01rem;
  height: 0.74rem;
  background-color: #D98A12;
  position: relative;
  right: 0.01rem;
}
@media screen and (min-width: 768px) {
  #fv .l-scroll::after {
    height: 0.98rem;
  }
}

#top-intro {
  padding-top: 0.33rem;
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #top-intro {
    padding-top: 0.8rem;
    padding-bottom: 1.1rem;
    position: relative;
  }
}
#top-intro .l-heading {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.27rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #D98A12;
  margin-bottom: 0.58rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #top-intro .l-heading {
    font-size: 0.58rem;
    line-height: 0.78rem;
    position: relative;
    left: -0.6rem;
    margin-bottom: 0.45rem;
  }
}
#top-intro .l-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.54rem 0;
  margin-bottom: 0.59rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-container {
    position: absolute;
    flex-direction: column;
    gap: unset;
    top: 1.54rem;
    right: 0;
  }
}
#top-intro .l-container .l-wrapper {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.23rem;
  line-height: 0.33rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-intro .l-container .l-wrapper {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
#top-intro .l-container .l-wrapper::before {
  content: "";
  border-radius: 100%;
  width: 1.22rem;
  height: 1.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
@media screen and (min-width: 768px) {
  #top-intro .l-container .l-wrapper::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
#top-intro .l-container .l-wrapper:nth-of-type(1)::before {
  background-color: #F7F0F2;
}
@media screen and (min-width: 768px) {
  #top-intro .l-container .l-wrapper:nth-of-type(2) {
    margin-top: 1.26rem;
    margin-bottom: 1.01rem;
  }
}
#top-intro .l-container .l-wrapper:nth-of-type(2)::before {
  background-color: #EAF5F4;
}
#top-intro .l-container .l-wrapper:nth-of-type(3) {
  width: 100%;
}
#top-intro .l-container .l-wrapper:nth-of-type(3)::before {
  background-color: #F2EBD6;
}
#top-intro .l-container .l-wrapper span {
  position: relative;
  z-index: 2;
}
#top-intro .l-catch {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-catch {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
#top-intro .l-desc {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #top-intro .l-desc {
    font-size: 0.18rem;
    line-height: 0.42rem;
    width: 6.56rem;
    margin-bottom: 0.6rem;
  }
}
#top-intro .c-btn--chevron {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-intro .c-btn--chevron {
    margin-left: unset;
  }
}

#top-service .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #top-service .l-container {
    flex-direction: row;
    gap: 0.87rem;
  }
}
#top-service .l-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #top-service .l-left {
    width: 50%;
    gap: 0.5rem;
  }
}
#top-service .l-text {
  position: relative;
}
#top-service .l-text::before {
  content: "";
  position: absolute;
  width: 0.04rem;
  height: calc(100% - 0.05rem);
  background-color: #FFC400;
  top: 0.05rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #top-service .l-text::before {
    top: 0.08rem;
  }
}
#top-service .l-text h3 {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.38rem;
  letter-spacing: -0.11em;
  font-weight: 500;
  padding-left: 0.2rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #top-service .l-text h3 {
    font-size: 0.32rem;
    line-height: 0.54rem;
    letter-spacing: 0;
  }
}
#top-service .l-text h3 span {
  color: #D98A12;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  #top-service .l-text h3 span {
    letter-spacing: 0;
  }
}
#top-service .l-text p {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.2rem;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  #top-service .l-text p {
    margin-top: 0.3rem;
    width: 4.9rem;
  }
}
#top-service .l-text figure {
  width: 3.05rem;
  height: 1.93rem;
  overflow: hidden;
  border-radius: 0.2rem;
  margin-left: auto;
  margin-top: 0.15rem;
}
@media screen and (min-width: 768px) {
  #top-service .l-text figure {
    width: 4.13rem;
    height: 1.93rem;
    margin-top: 0.26rem;
    margin-left: 0.2rem;
  }
}
#top-service .l-text figure img {
  display: block;
  width: 100%;
  height: 100%;
}
#top-service .l-right {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #top-service .l-right {
    gap: 0.14rem;
    width: 4.73rem;
  }
}
#top-service .l-box {
  background-color: white;
  border-radius: 0.1rem;
  padding-top: 0.21rem;
  padding-left: 0.34rem;
  padding-bottom: 0.19rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-service .l-box {
    padding: 0.14rem 0.4rem 0.2rem;
  }
}
#top-service .l-box::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 0.25rem;
  background-color: rgba(255, 196, 0, 0.1);
  top: 0.24rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #top-service .l-box::before {
    width: 0.24rem;
    height: 0.3rem;
    top: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  #top-service .l-box--narrow li:nth-of-type(2n) {
    width: 2.5rem !important;
  }
}
#top-service .l-box--dog {
  width: 1.24rem;
  height: 1.09rem;
  position: absolute;
  top: -0.92rem;
  right: -0.18rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #top-service .l-box--dog {
    width: 1.44rem;
    height: 1.27rem;
    right: 0.42rem;
    top: -1.1rem;
  }
}
#top-service .l-box--dog::before {
  content: "";
  display: block;
  width: 1.24rem;
  height: 1.03rem;
  background-image: url("../img/common/dog_header.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #top-service .l-box--dog::before {
    width: 1.44rem;
    height: 1.2rem;
  }
}
#top-service .l-box--arm {
  width: 1.24rem;
  height: 1.09rem;
  position: absolute;
  top: -0.92rem;
  right: -0.18rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #top-service .l-box--arm {
    width: 1.44rem;
    height: 1.27rem;
    right: 0.42rem;
    top: -1.1rem;
  }
}
#top-service .l-box--arm::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.36rem;
  background-image: url("../img/common/dog_header_arm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0.57rem;
}
@media screen and (min-width: 768px) {
  #top-service .l-box--arm::before {
    width: 0.47rem;
    height: 0.42rem;
    left: 0.66rem;
  }
}
#top-service .l-box__sub {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #top-service .l-box__sub {
    flex-direction: row;
  }
  #top-service .l-box__sub ul li {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  #top-service .l-box__sub--child {
    width: 50%;
  }
}
#top-service .l-box h4 {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.16rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #top-service .l-box h4 {
    font-size: 0.26rem;
    line-height: 0.37rem;
    margin-bottom: 0.15rem;
  }
}
#top-service .l-box h5 {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #D98A12;
  margin-bottom: 0.08rem;
}
#top-service .l-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #top-service .l-box ul {
    justify-content: flex-start;
  }
}
#top-service .l-box ul li {
  min-width: 40%;
}
#top-service .l-box ul li:nth-of-type(2n) {
  width: 60%;
}
@media screen and (min-width: 768px) {
  #top-service .l-box ul li:nth-of-type(2n) {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  #top-service .l-box ul li {
    width: 33%;
    min-width: unset;
  }
}
#top-service .l-box ul li span {
  color: #D98A12;
}
#top-service .l-box ul li small {
  letter-spacing: -0.08em;
}
#top-service .l-box ul[vertical] {
  flex-direction: column;
}
#top-service .l-box ul[vertical] li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-service .l-box ul[vertical] {
    flex-direction: row;
  }
  #top-service .l-box ul[vertical] li {
    width: 50%;
  }
}
#top-service .l-space {
  height: 0.1rem;
}
#top-service .c-btn--chevron {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-service .c-btn--chevron {
    margin-left: unset;
  }
}

#top-solution {
  background-color: #FFC400;
  overflow: hidden;
  padding-top: 1.31rem;
  padding-bottom: 4.23rem;
}
@media screen and (min-width: 768px) {
  #top-solution {
    padding-top: 22.6388888889vw;
    padding-bottom: 2.57rem;
  }
}
#top-solution::before {
  content: "";
  width: 100%;
  height: 2.47rem;
  position: absolute;
  left: 0;
  top: -1.22rem;
  background-image: url("../img/common/bg_balloon.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-solution::before {
    height: 55.3472222222vw;
    top: -32.9861111111vw;
  }
}
#top-solution .l-heading {
  text-align: center;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.42rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.73rem;
  color: white;
}
@media screen and (min-width: 768px) {
  #top-solution .l-heading {
    font-size: 0.36rem;
    line-height: 0.52rem;
    margin-bottom: 1.09rem;
  }
}
#top-solution .l-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.79rem;
}
@media screen and (min-width: 768px) {
  #top-solution .l-container {
    margin-bottom: 1.44rem;
  }
}
#top-solution .l-container * {
  transition: 0.3s;
}
#top-solution .l-container .l-wrapper {
  width: 1.56rem;
  height: 1.39rem;
  background-image: url("../img/common/balloon.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 768px) {
  #top-solution .l-container .l-wrapper {
    width: 2.46rem;
    height: 2.18rem;
  }
}
#top-solution .l-container .l-wrapper:has(.l-switch:checked) .l-top--question {
  opacity: 0;
  transform: translate(-50%, 0.1rem);
}
#top-solution .l-container .l-wrapper:has(.l-switch:checked) .l-top--light {
  transform: translateY(0);
  opacity: 1;
}
#top-solution .l-container .l-wrapper:has(.l-switch:checked) .l-default {
  opacity: 0;
}
#top-solution .l-container .l-wrapper:has(.l-switch:checked) .l-hover {
  opacity: 1;
}
#top-solution .l-container .l-wrapper:has(.l-switch:checked) .l-dog--question {
  opacity: 0;
}
#top-solution .l-container .l-wrapper:has(.l-switch:checked) .l-dog--delight {
  opacity: 1;
}
#top-solution .l-container .l-wrapper:hover .l-top--question {
  opacity: 0;
  transform: translate(-50%, 0.1rem);
}
#top-solution .l-container .l-wrapper:hover .l-top--light {
  opacity: 1;
  transform: translateY(0);
}
#top-solution .l-container .l-wrapper:hover .l-default {
  opacity: 0;
}
#top-solution .l-container .l-wrapper:hover .l-hover {
  opacity: 1;
}
#top-solution .l-container .l-wrapper:hover .l-dog--question {
  opacity: 0;
}
#top-solution .l-container .l-wrapper:hover .l-dog--delight {
  opacity: 1;
}
#top-solution .l-container .l-wrapper .l-switch {
  display: none;
}
#top-solution .l-container .l-wrapper .l-top {
  position: absolute;
  width: 0.46rem;
  height: 0.54rem;
  top: -0.12rem;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (min-width: 768px) {
  #top-solution .l-container .l-wrapper .l-top {
    width: 0.73rem;
    height: 0.86rem;
    top: -0.19rem;
  }
}
#top-solution .l-container .l-wrapper .l-top--question {
  width: 0.23rem;
  height: 0.38rem;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  position: absolute;
  background-image: url("../img/common/question.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-solution .l-container .l-wrapper .l-top--question {
    width: 0.36rem;
    height: 0.6rem;
  }
}
#top-solution .l-container .l-wrapper .l-top--light {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/common/light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(0.1rem);
}
#top-solution .l-container .l-wrapper .l-default {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding-bottom: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #top-solution .l-container .l-wrapper .l-default {
    font-size: 0.28rem;
    line-height: 0.44rem;
    padding-bottom: 0.52rem;
  }
}
#top-solution .l-container .l-wrapper .l-hover {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.18rem;
  letter-spacing: 0em;
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding-bottom: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #top-solution .l-container .l-wrapper .l-hover {
    font-size: 0.18rem;
    line-height: 0.28rem;
    padding-bottom: 0.52rem;
  }
}
#top-solution .l-container .l-wrapper .l-dog {
  width: 0.92rem;
  height: 0.97rem;
  bottom: -0.49rem;
  right: 0.1rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #top-solution .l-container .l-wrapper .l-dog {
    right: 0.15rem;
    bottom: -0.77rem;
    width: 1.45rem;
    height: 1.55rem;
  }
}
#top-solution .l-container .l-wrapper .l-dog--question {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/top/dog_question.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#top-solution .l-container .l-wrapper .l-dog--delight {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.78rem;
  height: 0.91rem;
  background-image: url("../img/top/dog_delight.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #top-solution .l-container .l-wrapper .l-dog--delight {
    width: 1.24rem;
    height: 1.44rem;
  }
}
#top-solution .l-horizon {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #top-solution .l-horizon {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 0.53rem;
  }
}
#top-solution .l-horizon .l-image {
  display: none;
}
@media screen and (min-width: 768px) {
  #top-solution .l-horizon .l-image {
    display: flex;
    overflow: hidden;
    height: 3.2rem;
    width: calc(50% - 4.3rem);
  }
  #top-solution .l-horizon .l-image img {
    dispaly: block;
    width: 100%;
    height: 100%;
  }
  #top-solution .l-horizon .l-image:nth-of-type(1) {
    border-radius: 0 0.3rem 0.3rem 0;
  }
  #top-solution .l-horizon .l-image:nth-of-type(2) {
    border-radius: 0.3rem 0 0 0.3rem;
  }
}
#top-solution .l-horizon .p-support {
  flex: none;
  width: 3.25rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #top-solution .l-horizon .p-support {
    width: 8rem;
    height: 3.2rem;
    padding-top: 0.82rem;
  }
  #top-solution .l-horizon .p-support .p-support__heading {
    top: 0;
  }
}
#top-solution .l-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-solution .l-bottom {
    gap: 0.2rem;
  }
}
#top-solution .l-bottom h3 {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top-solution .l-bottom h3 {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
#top-solution .l-bottom p {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-solution .l-bottom p {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
}

#top-direction {
  background-color: white;
}
#top-direction .l-container {
  background-color: white;
  width: 3.25rem;
  margin: auto;
  position: relative;
  top: -4rem;
  margin-bottom: -3.5rem;
  border: 0.1rem solid #FFC400;
  border-radius: 0.4rem;
  padding: 0.23rem 0 0.26rem;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container {
    width: 8rem;
    top: -2.09rem;
    margin-bottom: -1.09rem;
    padding: 0.34rem 0.22rem 0.09rem 0.57rem;
  }
}
#top-direction .l-container .l-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.27rem;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container .l-heading {
    gap: 0.34rem;
    margin-bottom: 0.3rem;
  }
}
#top-direction .l-container .l-heading strong {
  font-family: "Quicksand", sans-serif;
  font-size: 0.31rem;
  line-height: 0.41rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #D98A12;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container .l-heading strong {
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
}
#top-direction .l-container .l-heading span {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.23rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container .l-heading span {
    font-size: 0.3rem;
    line-height: 0.44rem;
  }
}
#top-direction .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container .l-wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#top-direction .l-container .l-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container .l-text {
    flex: none;
    width: 3.2rem;
  }
}
#top-direction .l-container .l-text .l-desc {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.08rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container .l-text .l-desc {
    font-size: 0.18rem;
    line-height: 0.32rem;
    margin-bottom: 0.27rem;
  }
}
#top-direction .l-container .l-text .l-strong {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.45rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #8DC75B;
  margin-bottom: 0.08rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container .l-text .l-strong {
    font-size: 0.38rem;
    line-height: 0.58rem;
    margin-bottom: 0.28rem;
  }
}
#top-direction .l-container .l-text .l-catch {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: block;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container .l-text .l-catch {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
#top-direction .l-container .l-map {
  width: 2.65rem;
  height: 2.95rem;
}
@media screen and (min-width: 768px) {
  #top-direction .l-container .l-map {
    flex: none;
    width: 3.66rem;
    height: 4.08rem;
    margin-top: 0.11rem;
  }
}
#top-direction .l-container .l-map img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-direction .l-container .c-btn--chevron {
  margin: auto;
  margin-top: 0.25rem;
}
#top-direction .l-direction {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #top-direction .l-direction {
    flex-direction: row;
  }
}
#top-direction .l-direction__wrapper {
  height: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-direction .l-direction__wrapper {
    width: 50%;
  }
}
#top-direction .l-direction__wrapper:hover {
  opacity: 1;
}
#top-direction .l-direction__wrapper:hover .l-direction__image img {
  transform: scale(1.1);
}
#top-direction .l-direction__wrapper:hover .l-direction__image::before {
  opacity: 1;
}
#top-direction .l-direction__wrapper #direction1 img {
  transform-origin: top right;
}
#top-direction .l-direction__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#top-direction .l-direction__image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
#top-direction .l-direction__image::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #719241;
  opacity: 0.85;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
#top-direction .l-direction__title {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: center;
  max-width: unset;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-direction .l-direction__title {
    gap: 0.14rem;
  }
}
#top-direction .l-direction__title p {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-direction .l-direction__title p {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 0.15rem;
  }
}
#top-direction .l-direction__title p strong {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-direction .l-direction__title p strong {
    font-size: 0.46rem;
    line-height: 0.54rem;
  }
}
#top-direction .l-direction__title p small {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-direction .l-direction__title p small {
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
}
#top-direction .l-direction__title span {
  width: 100%;
  font-family: "Quicksand", sans-serif;
  font-size: 0.18rem;
  line-height: 0.23rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top-direction .l-direction__title span {
    font-size: 0.21rem;
    line-height: 0.26rem;
  }
}

#top-faq {
  padding-top: 0.37rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #top-faq {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
}

#instagram {
  padding-top: 0.52rem;
  padding-bottom: 1.14rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #instagram {
    padding-top: 0.9rem;
    padding-bottom: 1.5rem;
  }
}
#instagram .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0.01rem;
  align-items: center;
  text-align: center;
  margin-bottom: 0.52rem;
}
@media screen and (min-width: 768px) {
  #instagram .l-heading {
    gap: 0.1rem;
    margin-bottom: 0.58rem;
  }
}
#instagram .l-heading strong {
  color: #8DC75B;
  font-family: "Quicksand", sans-serif;
  font-size: 0.5rem;
  line-height: 0.63rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #instagram .l-heading strong {
    font-size: 0.64rem;
    line-height: 0.8rem;
  }
}
#instagram .l-heading span {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#instagram .l-slider .swiper-wrapper {
  height: 2.6rem;
  transition-timing-function: linear !important;
}
@media screen and (min-width: 768px) {
  #instagram .l-slider .swiper-wrapper {
    height: 18.0555555556vw;
  }
}
#instagram .l-slider .swiper-wrapper .swiper-slide {
  max-height: 100%;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
#instagram .l-slider .swiper-wrapper .swiper-slide:hover {
  opacity: 0.7;
}
#instagram .l-slider .swiper-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}

#contact {
  background-color: #FFC400;
  padding-top: 0.35rem;
}
@media screen and (min-width: 768px) {
  #contact {
    padding-top: 0.3rem;
  }
}
#contact .l-heading {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.33rem;
}
@media screen and (min-width: 768px) {
  #contact .l-heading {
    font-size: 0.32rem;
    line-height: 0.46rem;
    display: flex;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 0.24rem;
  }
}
#contact .l-heading span:nth-of-type(2) {
  display: flex;
  gap: 0.05rem;
  align-items: baseline;
  justify-content: center;
}
#contact .l-heading span:nth-of-type(2)::before {
  content: "";
  width: 0.22rem;
  height: 0.15rem;
  background-color: white;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  #contact .l-heading span:nth-of-type(2)::before {
    position: absolute;
    left: -0.2rem;
    bottom: 0.12rem;
    transform: translateX(-100%);
  }
}
#contact .l-heading span:nth-of-type(2)::after {
  content: "";
  width: 0.22rem;
  height: 0.15rem;
  background-color: white;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  #contact .l-heading span:nth-of-type(2)::after {
    position: absolute;
    right: -0.2rem;
    bottom: 0.12rem;
    transform: translateX(100%);
  }
}
#contact .l-box {
  position: relative;
  border-radius: 0.3rem;
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background-color: #FFF9D5;
  margin-bottom: 1.14rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #contact .l-box {
    padding-top: 0.35rem;
    padding-bottom: 0.4rem;
    position: relative;
    margin-bottom: 0.5rem;
  }
}
#contact .l-box__desc {
  text-align: center;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #contact .l-box__desc {
    font-size: 0.18rem;
    line-height: 0.32rem;
    margin-bottom: 0.06rem;
  }
}
#contact .l-box__dog {
  width: 0.79rem;
  height: 1.01rem;
  position: absolute;
  left: 1.6rem;
  bottom: -0.82rem;
  background-image: url("../img/common/dog_contact.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.09rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #contact .l-box__dog {
    width: 1.13rem;
    height: 1.44rem;
    position: absolute;
    bottom: 0.33rem;
    left: calc(50% + 2.48rem);
    margin-bottom: unset;
  }
}
#contact .l-box__strong {
  font-family: "Quicksand", sans-serif;
  font-size: 0.45rem;
  line-height: 0.56rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D98A12;
  gap: 0.06rem;
}
@media screen and (min-width: 768px) {
  #contact .l-box__strong {
    font-size: 0.68rem;
    line-height: 0.85rem;
    gap: 0.2rem;
  }
}
#contact .l-box__strong i {
  display: block;
  width: 0.41rem;
  height: 0.41rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #D98A12;
}
@media screen and (min-width: 768px) {
  #contact .l-box__strong i {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#contact .l-box__strong i::after {
  content: "";
  width: 0.1rem;
  height: 0.15rem;
  display: block;
  background-color: white;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media screen and (min-width: 768px) {
  #contact .l-box__strong i::after {
    width: 0.15rem;
    height: 0.22rem;
  }
}
#contact .l-box .c-btn {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  width: 2.81rem;
  height: 0.62rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #contact .l-box .c-btn {
    width: 4.2rem;
    height: 0.6rem;
    font-size: 0.32rem;
    line-height: 0.46rem;
    padding-bottom: 0.04rem;
  }
}
#contact .l-bottom {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #contact .l-bottom {
    flex-direction: row;
    height: 4.4rem;
  }
}
#contact .l-bottom__image {
  display: flex;
}
@media screen and (min-width: 768px) {
  #contact .l-bottom__image {
    flex-grow: 1;
    flex-direction: column;
  }
}
#contact .l-bottom__image img {
  display: block;
  width: 50%;
  height: 1.38rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #contact .l-bottom__image img {
    width: 100%;
    height: 50%;
  }
}
#contact .l-bottom__center {
  background-color: white;
  padding-top: 0.32rem;
  padding-bottom: 0.22rem;
}
@media screen and (min-width: 768px) {
  #contact .l-bottom__center {
    width: 8.8rem;
    flex: none;
    padding-top: 1.12rem;
    padding-bottom: 1.12rem;
  }
}
#contact .l-bottom__strong {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.48rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.23rem;
}
@media screen and (min-width: 768px) {
  #contact .l-bottom__strong {
    font-size: 0.36rem;
    line-height: 0.52rem;
    margin-bottom: 0.12rem;
  }
}
#contact .l-bottom__strong span {
  display: inline-block;
  padding-left: 0.04rem;
  padding-right: 0.04rem;
  background-color: #FFC400;
  line-height: 0.34rem;
  margin-left: 0.06rem;
  margin-right: 0.06rem;
}
@media screen and (min-width: 768px) {
  #contact .l-bottom__strong span {
    margin-left: 0.08rem;
    margin-right: 0.08rem;
    line-height: 0.47rem;
    padding-left: 0.05rem;
    padding-right: 0.05rem;
  }
}
#contact .l-bottom__desc {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.11rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contact .l-bottom__desc {
    margin-bottom: 0.24rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#contact .l-bottom__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.18rem;
  font-family: "Quicksand", sans-serif;
  font-size: 0.42rem;
  line-height: 0.53rem;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #contact .l-bottom__tel {
    font-size: 0.69rem;
    line-height: 0.86rem;
    gap: 0.28rem;
  }
}
#contact .l-bottom__tel::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  background-image: url("../img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #contact .l-bottom__tel::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}

#service-intro {
  padding-top: 0.48rem;
  padding-bottom: 0.9rem;
}
@media screen and (min-width: 768px) {
  #service-intro {
    padding-top: 0.81rem;
    padding-bottom: 0.99rem;
  }
}
#service-intro .c-heading--marker {
  margin-bottom: 0.63rem;
}
@media screen and (min-width: 768px) {
  #service-intro .c-heading--marker {
    margin-bottom: 0.7rem;
  }
}
#service-intro .l-desc {
  text-align: center;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #service-intro .l-desc {
    font-size: 0.22rem;
    line-height: 0.48rem;
  }
}
#service-intro .l-desc span {
  color: #D98A12;
}

#about-top {
  padding-top: 0.52rem;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  #about-top {
    padding-top: 1.19rem;
    padding-bottom: 1.2rem;
  }
}
#about-top #about1 {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #about-top #about1 {
    left: calc(50% + 0.8rem);
    top: -0.26rem;
    width: calc(50vw - 0.8rem);
  }
}
#about-top #about2 {
  margin-bottom: 0.5rem;
  position: relative;
  left: -0.25rem;
}
@media screen and (min-width: 768px) {
  #about-top #about2 {
    left: unset;
    position: absolute;
    right: calc(50% + 1rem);
    top: 0.1rem;
    width: calc(50vw - 1rem);
  }
}
#about-top .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #about-top .l-container {
    gap: 1.27rem;
  }
}
#about-top .l-container .l-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: unset;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about-top .l-container .l-wrapper:nth-of-type(2) .l-text {
    margin-left: auto;
  }
}
#about-top .l-container .l-wrapper .l-image {
  max-width: unset;
  width: 3.5rem;
  height: 2.33rem;
}
@media screen and (min-width: 768px) {
  #about-top .l-container .l-wrapper .l-image {
    width: 44.4444444444vw;
    height: 4.5rem;
    position: absolute;
  }
}
#about-top .l-container .l-wrapper .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #about-top .l-container .l-wrapper .l-text {
    width: 50%;
  }
}
#about-top .l-container .l-wrapper .l-heading {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.42rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #about-top .l-container .l-wrapper .l-heading {
    font-size: 0.36rem;
    line-height: 0.56rem;
    margin-bottom: 0.3rem;
  }
}
#about-top .l-container .l-wrapper .l-catch {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin-bottom: 0.2rem;
  color: #D98A12;
  display: block;
}
@media screen and (min-width: 768px) {
  #about-top .l-container .l-wrapper .l-catch {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#about-top .l-container .l-wrapper .l-desc {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#about-top .l-container .l-wrapper .l-name {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.1rem;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  #about-top .l-container .l-wrapper .l-name {
    margin-top: 0.5rem;
  }
}
#about-top .l-container .l-wrapper .l-name small {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #about-top .l-container .l-wrapper .l-name small {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
#about-top .l-container .l-wrapper .l-name strong {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #about-top .l-container .l-wrapper .l-name strong {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}

#about-company {
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #about-company {
    padding-bottom: 2rem;
  }
}
#about-company .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #about-company .l-heading {
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 0.8rem;
  }
}
#about-company .l-heading strong {
  color: #D98A12;
  font-family: "Quicksand", sans-serif;
  font-size: 0.35rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about-company .l-heading strong {
    font-size: 0.6rem;
    line-height: 0.75rem;
  }
}
#about-company .l-heading span {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #about-company .l-heading span {
    font-size: 0.3rem;
    line-height: 0.44rem;
  }
}
#about-company .l-table {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about-company .l-table {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    gap: unset;
  }
}
#about-company .l-table dl {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about-company .l-table dl {
    gap: unset;
    flex-direction: row;
    border-top: 0.01rem solid #D6B99B;
    padding-top: 0.26rem;
    padding-bottom: 0.28rem;
  }
  #about-company .l-table dl:nth-last-of-type(1) {
    border-bottom: 0.01rem solid #D6B99B;
  }
}
#about-company .l-table dl dt {
  width: 100%;
  height: 0.38rem;
  display: flex;
  align-items: center;
  padding-left: 0.09rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  background-color: rgba(214, 185, 155, 0.2);
}
@media screen and (min-width: 768px) {
  #about-company .l-table dl dt {
    padding-left: unset;
    background-color: unset;
    width: 1.8rem;
    flex: none;
  }
}
#about-company .l-table dl dd {
  width: 100%;
  padding-left: 0.09rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #about-company .l-table dl dd {
    padding-left: unset;
    flex-grow: 1;
  }
}

#intro .l-container {
  margin-bottom: 0.97rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #intro .l-container {
    margin-bottom: 1rem;
    flex-direction: row;
    gap: 0.87rem;
  }
}
#intro .l-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #intro .l-left {
    width: 50%;
    gap: 0.74rem;
  }
}
#intro .l-text {
  position: relative;
}
#intro .l-text::before {
  content: "";
  position: absolute;
  width: 0.04rem;
  height: calc(100% - 0.08rem);
  background-color: #FFC400;
  top: 0.05rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #intro .l-text::before {
    top: 0.08rem;
  }
}
#intro .l-text h3 {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.38rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-left: 0.2rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #intro .l-text h3 {
    font-size: 0.32rem;
    line-height: 0.54rem;
    letter-spacing: 0;
  }
}
#intro .l-text h3 span {
  color: #D98A12;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  #intro .l-text h3 span {
    letter-spacing: 0;
  }
}
#intro .l-text h3 small {
  letter-spacing: -0.11em;
}
#intro .l-text p {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.2rem;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  #intro .l-text p {
    margin-top: 0.3rem;
  }
}
#intro .l-text figure {
  width: 3.05rem;
  height: 1.93rem;
  overflow: hidden;
  border-radius: 0.2rem;
  margin-left: auto;
  margin-top: 0.15rem;
}
@media screen and (min-width: 768px) {
  #intro .l-text figure {
    width: 5.4rem;
    height: 2.44rem;
    margin-top: 0.26rem;
  }
}
#intro .l-text figure img {
  display: block;
  width: 100%;
  height: 100%;
}
#intro .l-right {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #intro .l-right {
    gap: 0.1rem;
    width: 4.73rem;
  }
}
#intro .l-box {
  background-color: white;
  border-radius: 0.1rem;
  padding-top: 0.21rem;
  padding-left: 0.34rem;
  padding-bottom: 0.19rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #intro .l-box {
    padding: 0.14rem 0.4rem 0.2rem;
  }
}
#intro .l-box::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 0.25rem;
  background-color: rgba(255, 196, 0, 0.1);
  top: 0.24rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  #intro .l-box::before {
    width: 0.24rem;
    height: 0.3rem;
    top: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  #intro .l-box--narrow li:nth-of-type(2n) {
    width: 2.5rem !important;
  }
}
#intro .l-box__sub {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #intro .l-box__sub {
    flex-direction: row;
  }
  #intro .l-box__sub ul li {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  #intro .l-box__sub--child {
    width: 50%;
  }
}
#intro .l-box h4 {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #intro .l-box h4 {
    font-size: 0.26rem;
    line-height: 0.37rem;
    margin-bottom: 0.15rem;
  }
}
#intro .l-box h5 {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #D98A12;
  margin-bottom: 0.08rem;
}
#intro .l-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #intro .l-box ul {
    justify-content: flex-start;
  }
}
#intro .l-box ul li {
  min-width: 40%;
}
#intro .l-box ul li:nth-of-type(2n) {
  width: 60%;
}
@media screen and (min-width: 768px) {
  #intro .l-box ul li:nth-of-type(2n) {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  #intro .l-box ul li {
    width: 33%;
    min-width: unset;
  }
}
#intro .l-box ul li span {
  color: #D98A12;
}
#intro .l-box ul li small {
  letter-spacing: -0.08em;
}
#intro .l-box ul[vertical] {
  flex-direction: column;
}
#intro .l-box ul[vertical] li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #intro .l-box ul[vertical] {
    flex-direction: row;
  }
  #intro .l-box ul[vertical] li {
    width: 50%;
  }
}

#service-facility {
  padding-bottom: 1.03rem;
}
@media screen and (min-width: 768px) {
  #service-facility {
    padding-bottom: 1.05rem;
  }
}

#service-faq {
  padding-bottom: 1.16rem;
}
@media screen and (min-width: 768px) {
  #service-faq {
    padding-bottom: 2.05rem;
  }
}

#faq-simple .l-container {
  display: flex;
  flex-direction: column;
  gap: unset;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #faq-simple .l-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
#faq-simple .c-heading--large {
  margin-bottom: 0.47rem;
}
@media screen and (min-width: 768px) {
  #faq-simple .c-heading--large {
    margin-bottom: unset;
  }
}
#faq-simple .l-left {
  width: 3.2rem;
}
@media screen and (min-width: 768px) {
  #faq-simple .l-left {
    padding-top: 0.32rem;
  }
}
#faq-simple .p-accordion {
  gap: 0;
}
@media screen and (min-width: 768px) {
  #faq-simple .p-accordion {
    width: 7rem;
  }
}
#faq-simple .p-accordion__wrapper {
  background-color: transparent;
  padding-left: unset;
  padding-top: 0.17rem;
  padding-bottom: 0.12rem;
  border-top: 0.01rem solid #E2DFDF;
  border-radius: unset;
}
@media screen and (min-width: 768px) {
  #faq-simple .p-accordion__wrapper {
    padding-left: 0.2rem;
    padding-top: 0.15rem;
    padding-bottom: 0.17rem;
  }
}
#faq-simple .p-accordion__wrapper:nth-last-of-type(1) {
  border-bottom: 0.01rem solid #E2DFDF;
}
#faq-simple .p-accordion__mark {
  left: unset;
  top: unset;
  right: 0;
  bottom: 0.17rem;
}
#faq-simple .p-accordion__mark::before {
  background-color: #604C38;
  width: 0.01rem;
}
#faq-simple .p-accordion__mark::after {
  background-color: #604C38;
  height: 0.01rem;
}
#faq-simple .p-accordion__question::before {
  content: unset;
}
#faq-simple .c-btn--chevron {
  margin: 0.47rem auto 0;
}
@media screen and (min-width: 768px) {
  #faq-simple .c-btn--chevron {
    margin-top: 0.51rem;
  }
}

#reason-strength {
  padding-top: 0.48rem;
  padding-bottom: 1.17rem;
}
@media screen and (min-width: 768px) {
  #reason-strength {
    padding-top: 1.01rem;
    padding-bottom: 0.7rem;
  }
}
#reason-strength .c-heading--round {
  margin-top: 0.62rem;
  margin-bottom: 0.38rem;
}
@media screen and (min-width: 768px) {
  #reason-strength .c-heading--round {
    margin-top: 0.8rem;
    margin-bottom: 0.81rem;
  }
}
#reason-strength .l-container {
  display: flex;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #reason-strength .l-container {
    gap: 0.5rem;
    width: 8.8rem;
    margin: auto;
  }
}
#reason-strength .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  align-items: flex-start;
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #707070;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #reason-strength .l-container .l-wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0.4rem;
    padding-bottom: 0.5rem;
  }
}
#reason-strength .l-container .l-wrapper:nth-last-of-type(1) {
  padding-bottom: unset;
  border-bottom: unset;
}
#reason-strength .l-container .l-title {
  display: flex;
  gap: 0.14rem;
}
@media screen and (min-width: 768px) {
  #reason-strength .l-container .l-title {
    gap: 0.5rem;
  }
}
#reason-strength .l-container .l-title strong {
  color: #D98A12;
  font-family: "Quicksand", sans-serif;
  font-size: 0.4rem;
  line-height: 0.5rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #reason-strength .l-container .l-title strong {
    font-size: 0.5rem;
    line-height: 0.63rem;
  }
}
#reason-strength .l-container .l-title p {
  padding-top: 0.07rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.38rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #reason-strength .l-container .l-title p {
    font-size: 0.32rem;
    line-height: 0.46rem;
    padding-top: unset;
  }
}
#reason-strength .l-container .l-title p span {
  color: #D98A12;
}
#reason-strength .l-container .l-desc {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #reason-strength .l-container .l-desc {
    width: 3.2rem;
  }
}

#reason-difference {
  padding-bottom: 0.89rem;
}
@media screen and (min-width: 768px) {
  #reason-difference {
    padding-bottom: 1.16rem;
  }
}
#reason-difference .l-container {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-left: 0.44rem;
  padding-right: 0.44rem;
  padding-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #reason-difference .l-container {
    overflow: initial;
    padding-left: unset;
    padding-right: unset;
    padding-bottom: unset;
  }
}
#reason-difference .l-container .c-table-sp {
  width: 19.09rem;
}
#reason-difference .c-heading--round {
  margin-bottom: 0.63rem;
}
@media screen and (min-width: 768px) {
  #reason-difference .c-heading--round {
    margin-bottom: 0.88rem;
  }
}

#reason-facility {
  padding-bottom: 1.01rem;
}
@media screen and (min-width: 768px) {
  #reason-facility {
    padding-bottom: 1.5rem;
  }
}

#facility .c-heading--round {
  margin-bottom: 0.27rem;
}
@media screen and (min-width: 768px) {
  #facility .c-heading--round {
    margin-bottom: 0.49rem;
  }
}
#facility .l-desc {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.36rem;
}
@media screen and (min-width: 768px) {
  #facility .l-desc {
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
#facility .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.33rem;
  align-items: center;
  margin-bottom: 0.76rem;
}
@media screen and (min-width: 768px) {
  #facility .l-container {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  #facility .l-container {
    align-items: stretch;
    flex-direction: row;
    justify-conntent: space-between;
  }
}
#facility .l-container .l-wrapper {
  width: 2.7rem;
  background-color: white;
  border-radius: 0.2rem;
  padding: 0.16rem 0.16rem 0.21rem;
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  align-items: center;
}
#facility .l-container .l-wrapper h3 {
  text-align: center;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 700;
}
#facility .l-container .l-wrapper p {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#facility .l-container .l-wrapper:nth-of-type(1) h3 {
  color: #69A3D8;
}
#facility .l-container .l-wrapper:nth-of-type(2) h3 {
  color: #C8D627;
}
#facility .l-container .l-wrapper:nth-of-type(3) h3 {
  color: #E76E79;
}
#facility .l-container .l-wrapper:nth-of-type(4) h3 {
  color: #FFC400;
}

#flow-intro {
  padding-top: 0.61rem;
  padding-bottom: 0.41rem;
}
@media screen and (min-width: 768px) {
  #flow-intro {
    padding-top: 0.71rem;
    padding-bottom: 1rem;
  }
}
#flow-intro .l-heading {
  color: #D98A12;
  text-align: center;
  white-space: nowrap;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.38rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #flow-intro .l-heading {
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
}
#flow-intro .l-desc {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #flow-intro .l-desc {
    line-height: 0.28rem;
    width: 7.31rem;
    margin: auto;
  }
}

#flow-content {
  padding-bottom: 0.94rem;
}
@media screen and (min-width: 768px) {
  #flow-content {
    padding-bottom: 1.5rem;
  }
}
#flow-content .l-heading {
  color: #D98A12;
  text-align: center;
  white-space: nowrap;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.38rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  #flow-content .l-heading {
    margin-bottom: 0.64rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
}
#flow-content .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #flow-content .l-container {
    width: 8.2rem;
    margin: auto;
    gap: 0.6rem;
  }
}
#flow-content .l-container #flow1 {
  top: 0;
}
#flow-content .l-container #flow2 {
  top: -1.34rem;
}
#flow-content .l-container #flow3 {
  top: -0.79rem;
}
#flow-content .l-container #flow4 {
  bottom: 0;
}
#flow-content .l-container .l-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  #flow-content .l-container .l-wrapper {
    width: 100%;
    display: flex;
    gap: 0.32rem;
  }
}
#flow-content .l-container .l-wrapper:nth-of-type(n + 2)::before {
  content: "";
  width: 0.31rem;
  height: 0.2rem;
  background-color: #FFC400;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  top: -0.36rem;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
}
@media screen and (min-width: 768px) {
  #flow-content .l-container .l-wrapper:nth-of-type(n + 2)::before {
    left: 2.29rem;
    top: -0.2rem;
    transform: translateY(-100%);
  }
}
#flow-content .l-container .l-wrapper .l-step {
  position: absolute;
  top: -0.05rem;
  left: 0;
  width: 0.82rem;
  height: 0.44rem;
  border-radius: 0.0567rem;
  background-color: #FFC400;
  color: white;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-top: 0.03rem;
  gap: 0.03rem;
}
@media screen and (min-width: 768px) {
  #flow-content .l-container .l-wrapper .l-step {
    width: 0.57rem;
    height: 1.4rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0.11rem;
    flex: none;
    position: initial;
    top: unset;
    left: unset;
  }
}
#flow-content .l-container .l-wrapper .l-step strong {
  font-size: 0.3rem;
  position: relative;
  top: 0.01rem;
}
@media screen and (min-width: 768px) {
  #flow-content .l-container .l-wrapper .l-step strong {
    top: -0.05rem;
  }
}
#flow-content .l-container .l-wrapper .l-title {
  padding-left: 0.88rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.15rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #flow-content .l-container .l-wrapper .l-title {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.14rem;
    padding-left: unset;
  }
}
#flow-content .l-container .l-wrapper .l-desc {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.05rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #flow-content .l-container .l-wrapper .l-desc {
    margin-bottom: unset;
    width: 4rem;
  }
}
#flow-content .l-container .l-wrapper .l-desc small {
  font-size: 0.12rem;
}
#flow-content .l-container .l-wrapper .l-image {
  width: 2.53rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #flow-content .l-container .l-wrapper .l-image {
    position: absolute;
    right: 0;
  }
}
#flow-content .l-container .l-wrapper .l-image img {
  display: block;
  width: 100%;
  height: auto;
}

#faq {
  padding-top: 0.48rem;
  padding-bottom: 1.17rem;
}
@media screen and (min-width: 768px) {
  #faq {
    padding-top: 0.71rem;
    padding-bottom: 1.72rem;
  }
}
#faq input[type=radio] {
  display: none;
}
#faq input[type=radio]:checked ~ .p-accordion {
  animation-name: faq-disappear;
}
#faq #faq-request-sw:checked ~ .l-button #faq-request-button {
  background-color: #D98A12;
  color: white;
  font-weight: 700;
}
#faq #faq-request-sw:checked ~ #faq-request-container {
  display: flex;
}
#faq #faq-cost-sw:checked ~ .l-button #faq-cost-button {
  background-color: #D98A12;
  color: white;
  font-weight: 700;
}
#faq #faq-cost-sw:checked ~ #faq-cost-container {
  display: flex;
}
#faq #faq-facility-sw:checked ~ .l-button #faq-facility-button {
  background-color: #D98A12;
  color: white;
  font-weight: 700;
}
#faq #faq-facility-sw:checked ~ #faq-facility-container {
  display: flex;
}
#faq #faq-visit-sw:checked ~ .l-button #faq-visit-button {
  background-color: #D98A12;
  color: white;
  font-weight: 700;
}
#faq #faq-visit-sw:checked ~ #faq-visit-container {
  display: flex;
}
#faq .l-button {
  display: flex;
  gap: 0.15rem 0.19rem;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 0.21rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #faq .l-button {
    gap: 0.2rem;
    margin-bottom: 0.3rem;
    justify-content: space-between;
  }
}
#faq .l-button label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.53rem;
  height: 0.49rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
  background-color: rgba(200, 214, 39, 0.2);
  border-radius: 0.1rem;
  transition: 0.3s;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  #faq .l-button label {
    width: 2.2rem;
    height: 0.7rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
    font-weight: 700;
  }
}
#faq .l-button label small {
  font-size: 0.1rem;
  line-height: 0.15rem;
  margin-top: -0.05rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #faq .l-button label small {
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-top: unset;
  }
}
#faq .p-accordion {
  display: none;
}

#contact-form {
  padding-top: 0.69rem;
  padding-bottom: 0.98rem;
}
@media screen and (min-width: 768px) {
  #contact-form {
    padding-top: 1.01rem;
    padding-bottom: 1.5rem;
  }
}
#contact-form .l-desc {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  align-items: flex-start;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  #contact-form .l-desc {
    gap: 0.27rem;
    margin-bottom: 0.61rem;
  }
}
#contact-form .l-desc small {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}

#privacy-policy {
  padding-top: 0.52rem;
  padding-bottom: 0.68rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy {
    padding-top: 0.71rem;
    padding-bottom: 1.5rem;
  }
}
#privacy-policy .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #C8D627;
  text-align: center;
  margin-bottom: 0.78rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-heading {
    flex-direction: row;
    justify-content: center;
    font-size: 0.26rem;
    line-height: 0.37rem;
    margin-bottom: 0.82rem;
  }
}
#privacy-policy .l-heading span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 0.015rem solid #C8D627;
  padding-left: 0.02rem;
  padding-right: 0.02rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-heading span {
    padding-bottom: 0.05rem;
    padding-left: unset;
    padding-right: unset;
  }
}
#privacy-policy .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container .l-content {
    padding-left: 1.23rem;
    padding-right: 1.05rem;
  }
}
#privacy-policy .l-container .c-heading--border {
  margin-bottom: 0.22rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container .c-heading--border {
    margin-left: 0.2rem;
    margin-bottom: 0.3rem;
  }
}
#privacy-policy .l-container .l-desc {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#privacy-policy .l-container .l-table {
  display: flex;
  flex-direction: column;
  border-bottom: 0.01rem solid #604C38;
  margin-top: 0.4rem;
  margin-bottom: 0.88rem;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container .l-table {
    margin-top: 0.5rem;
  }
}
#privacy-policy .l-container .l-table dl {
  display: flex;
  flex-direction: column;
  border-left: 0.01rem solid #604C38;
  border-right: 0.01rem solid #604C38;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container .l-table dl {
    flex-direction: row;
  }
}
#privacy-policy .l-container .l-table dl dt {
  background-color: #FAF5E4;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-top: 0.06rem;
  padding-bottom: 0.05rem;
  padding-left: 0.14rem;
  border-top: 0.01rem solid #604C38;
  border-bottom: 0.01rem solid #604C38;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container .l-table dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 1.1rem;
    flex: none;
    padding: unset;
    border-right: 0.01rem solid #604C38;
  }
}
#privacy-policy .l-container .l-table dl dd {
  padding: 0.08rem 0.14rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container .l-table dl dd {
    flex-grow: 1;
    padding: 0.15rem 0.26rem;
    border-top: 0.01rem solid #604C38;
  }
}
#privacy-policy .l-container .l-info {
  width: 2.88rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #privacy-policy .l-container .l-info {
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.3rem;
  }
}
#privacy-policy .l-container .l-info h2 {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#privacy-policy .l-container .l-info div {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#privacy-policy .l-container .l-info div dl {
  display: flex;
  gap: 1em;
}
#privacy-policy .l-container .l-info div dl dt {
  width: 3em;
  flex: none;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#privacy-policy .l-container .l-info div dl dd {
  flex-grow: grow;
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-body {
  overflow-x: hidden;
  background-color: #FCFAF2;
}

.p-header {
  z-index: 100000;
  width: 3.55rem;
  height: 0.5rem;
  position: fixed;
  top: 0.16rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 40000;
  background-color: white;
  border-radius: 1rem;
  transition: 0.6s;
  opacity: 1;
  animation: 1s header-in forwards;
}
@media screen and (min-width: 768px) {
  .p-header {
    top: 0.32rem;
    width: 12.4rem;
    height: 0.8rem;
  }
}
.p-header--white {
  --color: #ffffff !important;
  --f-color: brightness(0) invert(1) !important;
}
.p-header__container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  padding-left: 0.21rem;
  padding-right: 0.19rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    width: 100%;
    padding-right: 0.71rem;
    box-shadow: unset;
    padding-left: 0.3rem;
    padding-right: 0.15rem;
  }
}
.p-header__container::before {
  content: "";
  max-width: unset;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 98;
  top: -0.16rem;
  right: -0.1rem;
  background-color: rgba(252, 250, 242, 0.95);
  filter: blur(10px);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__container::before {
    content: unset;
  }
}
.p-header__container:has(#header-check:checked)::before {
  opacity: 1;
  filter: blur(0px);
}
.p-header__contact {
  width: 0.75rem;
  height: 0.29rem;
  border-radius: 1rem;
  color: white;
  background-color: #D98A12;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.09rem;
  line-height: 0.13rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-left: auto;
  margin-right: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-header__contact {
    width: 1.5rem;
    height: 0.5rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    margin-left: 0.4rem;
    margin-right: unset;
  }
}
.p-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 1.31rem;
  height: 0.45rem;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 1.9rem;
    height: 0.65rem;
  }
}
.p-header__logo span {
  display: none;
}
.p-header__logo img {
  display: block;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  width: 100%;
  height: 100%;
}
.p-header__nav {
  position: fixed;
  z-index: 99;
  top: -0.16rem;
  right: -0.11rem;
  max-width: unset;
  width: 100vw;
  height: 100vh;
  transform: translateX(-100%);
  transition: 0.3s;
  overflow: scroll;
  display: flex;
  padding: 1.48rem 0.25rem 1rem 0;
  color: #604C38;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    width: -moz-fit-content;
    width: fit-content;
    padding: unset;
    display: flex;
    align-items: center;
    position: initial;
    top: unset;
    right: unset;
    height: auto;
    transform: unset;
    overflow: initial;
    margin-left: auto;
  }
}
.p-header__nav--container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: none;
  max-height: unset;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding-top: 0.44rem;
  padding-right: 0.25rem;
  padding-left: 0.5rem;
  padding-bottom: 0.25rem;
  background-color: white;
  border-radius: 0 0.2rem 0.2rem 0;
}
@media screen and (min-width: 768px) {
  .p-header__nav--container {
    padding: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-header__nav--dog {
  width: 1.44rem;
  height: 1.27rem;
  position: absolute;
  top: -1.02rem;
  right: 0.1rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-header__nav--dog {
    display: none;
  }
}
.p-header__nav--dog::before {
  content: "";
  display: block;
  width: 1.44rem;
  height: 1.2rem;
  background-image: url("../img/common/dog_header.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.p-header__nav--arm {
  width: 1.44rem;
  height: 1.27rem;
  position: absolute;
  top: -1.02rem;
  right: 0.1rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-header__nav--arm {
    display: none;
  }
}
.p-header__nav--arm::before {
  content: "";
  display: block;
  width: 0.47rem;
  height: 0.42rem;
  background-image: url("../img/common/dog_header_arm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0.66rem;
}
.p-header__nav ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
  gap: 0.35rem;
  margin-bottom: 0.42rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav ul {
    flex-direction: row;
    gap: 0.4rem;
    margin-left: auto;
    margin-bottom: unset;
  }
}
.p-header__nav ul li {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.08rem;
  border-bottom: 0.01rem solid #D98A12;
}
@media screen and (min-width: 768px) {
  .p-header__nav ul li {
    font-size: 0.16rem;
    line-height: 0.24rem;
    border-bottom: unset;
    padding-bottom: unset;
  }
}
.p-header__nav--contact {
  width: 100%;
  height: 0.62rem;
  border-radius: 1rem;
  background-color: white;
  padding-left: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
  background-color: #D98A12;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__nav--contact {
    display: none;
  }
}
.p-header__nav--contact::after {
  content: "";
  width: 0.07rem;
  height: 0.12rem;
  position: absolute;
  top: 50%;
  right: 0.19rem;
  transform: translateY(-50%);
  background-image: url("../img/common/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header__nav--box {
  z-index: 100;
  height: 0.17rem;
  cursor: pointer;
  width: 0.27rem;
  height: 0.17rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header__nav {
  transform: translateX(0);
}
.p-header__nav--box--check:checked ~ .p-header__nav--bg {
  pointer-events: all;
  opacity: 1;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(-50%) rotate(28.05deg);
  height: 0.02rem;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(-50%) rotate(-28.05deg);
  height: 0.02rem;
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  height: 0.02rem;
  background-color: #D98A12;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line {
    height: 0.02rem;
  }
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(calc(-0.06rem - 50%));
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line:nth-of-type(1) {
    transform: translateY(calc(-0.08rem - 50%));
  }
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translateY(-50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(calc(0.06rem - 50%));
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line:nth-of-type(3) {
    transform: translateY(calc(0.08rem - 50%));
  }
}

@keyframes header-in {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes header-out {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.p-footer {
  background-color: white;
  color: #604C38;
  padding: 1.15rem 0.25rem 0.07rem;
  border-top: 0.01rem solid #D98A12;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 0.57rem;
    padding-bottom: 0.72rem;
  }
}
.p-footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  border-top: 0.01rem solid #D98A12;
  border-bottom: 0.01rem solid #D98A12;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 0.87rem 0 0.47rem;
  }
}
.p-footer__page-top {
  display: block;
  width: 1.24rem;
  height: 1.02rem;
  background-image: url("../img/common/page_top.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.17rem;
  right: 0.25rem;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .p-footer__page-top {
    top: -0.66rem;
    right: unset;
    left: calc(50% + 5.16rem);
  }
}
.p-footer__page-top:hover {
  transform: translateY(-0.2rem);
}
.p-footer__container {
  display: flex;
  flex-direction: column;
  gap: 0.51rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    flex-direction: row;
    justify-content: space-between;
    width: 11.2rem;
    margin: auto;
  }
}
.p-footer__top {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    flex-direction: row;
    gap: 0.64rem;
  }
}
.p-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.59rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    flex-direction: row;
    gap: 0.66rem;
  }
}
.p-footer__logo {
  width: 1.46rem;
  height: 1.55rem;
  background-image: url("../img/common/logo_large.webp");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.p-footer__info {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  align-items: flex-start;
}
.p-footer__info--address {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  font-style: normal;
}
.p-footer__info--tel {
  font-family: "Quicksand", sans-serif;
  font-size: 0.26rem;
  line-height: 0.33rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-footer__menu {
    width: 3.29rem;
  }
}
.p-footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__menu ul {
    gap: 0.32rem;
  }
}
.p-footer__menu ul li a {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  white-space: nowrap;
}
.p-footer__menu ul li a span {
  color: #D98A12;
  font-family: "Quicksand", sans-serif;
  font-size: 0.12rem;
  line-height: 0.15rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-footer__menu ul li a strong {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-footer__menu ul li:nth-of-type(2n) {
  width: 1.28rem;
}
@media screen and (min-width: 768px) {
  .p-footer__menu ul li:nth-of-type(2n) {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__menu ul li:nth-of-type(1) {
    width: 1.28rem;
  }
}
.p-footer__link {
  display: flex;
  flex-direction: column;
  gap: 0.27rem;
  align-items: center;
}
.p-footer__link--button {
  width: 2.66rem;
  height: 0.95rem;
  border-radius: 0.15rem;
  background-color: #D98A12;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__link--button {
    width: 1.9rem;
    height: 0.95rem;
  }
}
.p-footer__link--button strong {
  font-family: "Quicksand", sans-serif;
  font-size: 0.29rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-footer__link--button span {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-footer__link--instagram {
  width: 0.44rem;
  height: 0.44rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-footer__copyright {
  color: #D98A12;
  font-family: "Quicksand", sans-serif;
  font-size: 0.12rem;
  line-height: 0.15rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-top: 0.35rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 0.24rem;
  }
}

.p-news-list {
  display: flex;
  flex-direction: column;
}
.p-news-list__wrapper {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #EFF0F0;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}
.p-news-list__wrapper:nth-of-type(1) {
  padding-top: unset;
}
@media screen and (min-width: 768px) {
  .p-news-list__wrapper {
    flex-direction: row;
    gap: 0.48rem;
    align-items: baseline;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }
}
.p-news-list__date {
  font-size: 0.16rem;
  line-height: 0.16rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-news-list__date {
    flex: none;
    white-space: nowrap;
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
}
.p-news-list__title {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-news-list__title[href=""] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-news-list__title {
    font-size: 0.2rem;
    line-height: 0.34rem;
  }
}

.p-support {
  border-radius: 0.3rem;
  background-color: white;
  padding: 0.37rem 0 0.48rem;
}
@media screen and (min-width: 768px) {
  .p-support {
    width: 8.4rem;
    margin: auto;
    padding-top: 0.62rem;
    padding-bottom: 0.3rem;
    position: relative;
  }
}
.p-support__heading {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.38rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  .p-support__heading {
    position: absolute;
    font-size: 0.28rem;
    line-height: 0.4rem;
    width: 6.58rem;
    height: 0.7rem;
    text-align: center;
    border-radius: 0.2rem;
    top: -0.25rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-support__container {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-support__container {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: flex-end;
    gap: 0.5rem;
  }
}
.p-support__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-support__wrapper {
    gap: 0.21rem;
  }
}
@media screen and (min-width: 768px) {
  .p-support__wrapper:nth-of-type(1) {
    margin-right: 0.1rem;
  }
}
.p-support__wrapper:nth-of-type(1) img {
  width: 1.47rem;
}
.p-support__wrapper:nth-of-type(2) img {
  width: 2.12rem;
  margin-left: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-support__wrapper:nth-of-type(2) img {
    margin-left: unset;
  }
}
.p-support__wrapper:nth-of-type(3) img {
  width: 1.98rem;
}
.p-support__image {
  display: block;
}
.p-support__image img {
  height: auto;
  display: block;
}
.p-support__title {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-support__title {
    min-height: 0.61rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-accordion {
    gap: 0.1rem;
  }
}
.p-accordion__wrapper {
  position: relative;
  padding: 0.11rem 0.16rem 0.11rem 0.41rem;
  background-color: white;
  border-radius: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__wrapper {
    padding: 0.11rem 0.6rem;
  }
}
.p-accordion__mark {
  position: absolute;
  width: 0.15rem;
  height: 0.15rem;
  top: 0.17rem;
  left: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-accordion__mark {
    left: 0.19rem;
  }
}
.p-accordion__mark::before {
  content: "";
  width: 0.02rem;
  height: 100%;
  background-color: #C8D627;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.1rem;
  transition: 0.3s;
}
.p-accordion__mark::after {
  content: "";
  width: 100%;
  height: 0.02rem;
  background-color: #C8D627;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 0.1rem;
  transition: 0.3s;
}
.p-accordion__sw {
  display: none;
}
.p-accordion__sw:checked ~ .p-accordion__mark::before {
  transform: translateX(-50%) scaleY(0);
}
.p-accordion__sw:checked ~ .p-accordion__question {
  margin-bottom: 0.22rem;
}
.p-accordion__sw:checked ~ .p-accordion__answer {
  opacity: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.p-accordion__question {
  display: flex;
  gap: 0.13rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 500;
  flex-grow: 1;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-accordion__question {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-accordion__question::before {
  content: "Q.";
  color: #C8D627;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.26rem;
  transform: translateY(-0.02rem);
}
@media screen and (min-width: 768px) {
  .p-accordion__question::before {
    transform: unset;
  }
}
.p-accordion__answer {
  opacity: 0;
  display: flex;
  gap: 0.13rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 400;
  overflow-y: hidden;
  height: 0;
  transition: 0.3s;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-accordion__answer {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-accordion__answer::before {
  content: "A.";
  color: #C8D627;
  font-weight: 600;
  font-size: 0.18rem;
  line-height: 0.26rem;
  transform: translateY(-0.02rem);
}

.p-form__main--container {
  display: flex;
  flex-direction: column;
  gap: 0.27rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--container {
    gap: 0.2rem;
  }
}
.p-form__hidden {
  display: none;
}
.p-form__select {
  position: relative;
  width: 100%;
  height: 0.47rem;
  border: unset;
  display: flex;
  flex-direction: column;
  --active: transparent;
  --active-check: 0;
  z-index: 3;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__select {
    width: 3rem;
    cursor: pointer;
  }
}
.p-form__select::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  width: 0.15rem;
  height: 0.13rem;
  background-image: url("../img/common/icon_tri.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-form__select::after {
    right: 0.22rem;
  }
}
.p-form__select--container {
  display: flex;
  flex-direction: column;
  border-radius: 0.05rem;
  background-color: white;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 0.46rem;
  padding-top: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-form__select--container {
    gap: 0.03rem;
  }
}
.p-form__select--item {
  width: 100%;
  height: 0.4rem;
  border: 0.05rem solid transparent;
  background-clip: padding-box;
  display: none;
  overflow: hidden;
  pointer-events: none;
  cursor: pointer;
  position: relative;
}
.p-form__select--item:nth-of-type(1) {
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-form__select--item {
    height: 0.4rem;
    border-width: 0.06rem;
  }
}
.p-form__select--item span {
  padding-left: 0.09rem;
  border-radius: 0.04rem;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding-left: 0.19rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-form__select--item span {
    padding-left: 0.26rem;
  }
}
.p-form__select--item span:hover {
  background-color: #D98A12;
  color: white;
}
.p-form__select--item--active {
  display: block;
}
.p-form__select--item--active span {
  background-color: var(--active);
  color: var(--active-font);
}
.p-form__select:focus {
  --active: #D98A12;
  --active-font: white;
  --active-check: 1;
}
.p-form__select:focus .p-form__select--container {
  background-color: #F2F6F8;
}
.p-form__select:focus .p-form__select--item {
  display: block !important;
  pointer-events: all !important;
}
.p-form__select:focus .p-form__select--item:nth-of-type(n+2) {
  border-top-width: unset;
}
@media screen and (min-width: 768px) {
  .p-form__select:focus .p-form__select--item:nth-of-type(n+2) {
    border-top-width: unset;
  }
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.11rem;
  padding-bottom: 0.23rem;
  border-bottom: 0.01rem solid rgba(96, 76, 56, 0.5);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 0.2rem;
  }
}
.p-form__item dt {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__item dt {
    font-size: 0.15rem;
    line-height: 0.24rem;
    letter-spacing: 0.1em;
    flex-wrap: 1;
    justify-content: space-between;
    gap: 0.05rem;
    width: 2.39rem;
    flex: none;
    min-height: 0.47rem;
    justify-content: center;
  }
}
.p-form__item dt span {
  display: flex;
  align-items: baseline;
  gap: 0.16rem;
}
.p-form__item dt small {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form__item dd {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item dd {
    flex: none;
    flex-grow: 1;
    min-height: 0.47rem;
    justify-content: center;
  }
}
.p-form__item dd small {
  display: block;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__item dd small {
    font-size: 0.15rem;
    line-height: 0.21rem;
    margin-top: 0.16rem;
  }
}
.p-form__item dd.p-form__item--half {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-form__item dd.p-form__item--half {
    justify-content: flex-start;
    gap: 0.21rem;
  }
  .p-form__item dd.p-form__item--half > *:has(input) {
    width: 50%;
  }
}
.p-form__item--forward2 {
  position: relative;
  z-index: 2;
}
.p-form__item--forward3 {
  position: relative;
  z-index: 3;
}
.p-form__item--required dt span::after {
  content: "必須";
  width: 0.5rem;
  height: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 500;
  background-color: #E76E79;
  border-radius: 1rem;
  padding-bottom: 0.02rem;
}
.p-form__item--no-border {
  border-bottom: unset;
  padding-bottom: unset;
}
.p-form__item--radio--vertical {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item--date {
    width: 3rem;
  }
}
.p-form__item--ratio {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.p-form__item--ratio input[type=number] {
  padding: 0 !important;
  text-align: center;
  width: 0.48rem !important;
}
.p-form__item--ratio input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form__item--ratio input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form__item--ratio::after {
  content: "割";
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form__item--policy {
  display: flex;
  gap: 0.07rem;
  align-items: center;
  flex-direction: row !important;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item--policy {
    justify-content: flex-start !important;
  }
}
.p-form__item--policy a {
  text-decoration: underline;
  margin-right: 0.02rem;
}
.p-form__item--policy .wpcf7-list-item span {
  display: none;
}
.p-form__item--policy .wpcf7-not-valid-tip {
  right: unset;
  left: 0;
  bottom: -0.2rem !important;
}
@media screen and (min-width: 768px) {
  .p-form__item--policy .wpcf7-not-valid-tip {
    transform: unset !important;
  }
}
.p-form__box {
  margin-top: 0.1rem;
  padding: 0.1rem;
  border: 0.01rem solid red;
}
@media screen and (min-width: 768px) {
  .p-form__box {
    margin-top: 0.18rem;
    padding: 0.27rem;
    margin-right: 0.17rem;
  }
}
.p-form__box h3 {
  color: red;
  margin-bottom: 0.05rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__box h3 {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-form__box p {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__box p {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-form__box p b {
  font-weight: 500;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=date],
.p-form input[type=number],
.p-form select {
  width: 100%;
  height: 0.47rem;
  outline: unset;
  border: unset;
  background-color: white;
  padding-left: 0.19rem;
  padding-right: 0.19rem;
  color: #604C38;
  border-radius: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form input[type=date],
  .p-form input[type=number],
  .p-form select {
    height: 0.45rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding-left: 0.2rem;
  }
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form input[type=date]::-moz-placeholder, .p-form input[type=number]::-moz-placeholder, .p-form select::-moz-placeholder {
  color: #C9C9C9;
  font-weight: 400;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form input[type=date]::placeholder,
.p-form input[type=number]::placeholder,
.p-form select::placeholder {
  color: #C9C9C9;
  font-weight: 400;
}
.p-form .wpcf7-list-item {
  margin: unset;
}
.p-form .wpcf7-list-item:has(input[type=checkbox]) input[type=checkbox] {
  display: none;
}
.p-form .wpcf7-list-item:has(input[type=checkbox]) label {
  display: flex;
  align-items: flex-end;
  gap: 0.09rem;
}
.p-form .wpcf7-list-item:has(input[type=checkbox]) label::before {
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  border: 0.01rem solid #707070;
  background-color: white;
  display: block;
  border-radius: 0.04rem;
  box-sizing: border-box;
  background-image: url("../img/common/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 0.1rem 0.08rem;
  background-position: center center;
  transition: 0.3s;
  position: relative;
  top: 0.03rem;
}
.p-form .wpcf7-list-item:has(input[type=checkbox]) label span {
  display: none;
}
.p-form .wpcf7-list-item:has(input[type=checkbox]):has(input[type=checkbox]:checked) label::before {
  content: "";
  background-color: #D98A12;
}
.p-form input[type=radio] {
  display: none;
}
.p-form input[type=radio] ~ span {
  display: flex;
  align-items: center;
  gap: 0.09rem;
  cursor: pointer;
}
.p-form input[type=radio] ~ span::before {
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  outline: 0.01rem solid #707070;
  border: 0.05rem solid white;
  display: block;
  border-radius: 100%;
  box-sizing: border-box;
  background-color: white;
  background-clip: padding-box;
  transition: 0.3s;
}
.p-form input[type=radio]:checked ~ span::before {
  content: "";
  background-color: #D98A12;
}
.p-form input[type=checkbox]:checked ~ span::before {
  content: "";
  background-color: #D98A12;
}
.p-form input[type=submit] {
  margin: 0.84rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-form input[type=submit] {
    margin-top: 0.89rem;
  }
}
.p-form textarea {
  width: 100%;
  min-height: 1.9rem;
  background-color: white;
  outline: unset;
  border: unset;
  outline: unset;
  padding: 0.12rem 0.18rem;
  transition: 0.3s;
  color: #604C38;
  display: block;
  border-radius: 0.04rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding: 0.1rem 0.19rem;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    padding: 0.16rem;
  }
}
.p-form textarea::-moz-placeholder {
  color: #969A98;
  font-weight: 400;
}
.p-form textarea::placeholder {
  color: #969A98;
  font-weight: 400;
}
.p-form .wpcf7-spinner {
  display: none;
}
.p-form .wpcf7-not-valid-tip {
  margin-left: auto;
  position: absolute;
  bottom: 105%;
  right: 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  font-weight: 700;
  color: #a00000;
  white-space: nowrap;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-not-valid-tip {
    top: 100%;
    right: -0.1rem;
    transform: translate(100%, -100%);
    bottom: unset;
  }
}
.p-form .wpcf7-response-output {
  border-radius: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-response-output {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

.c-bg--white {
  background-color: #ffffff;
  width: 100%;
}

.c-desc {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 40000;
}
@media screen and (min-width: 768px) {
  .c-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
  }
}

.c-full {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-full {
    transform: unset;
    left: unset;
    position: initial;
    width: auto;
    max-width: 100%;
  }
}

.c-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .c-overflow {
    overflow-x: initial;
    padding-bottom: unset;
  }
}
.c-overflow > * {
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-overflow > * {
    padding-bottom: unset;
  }
}

.c-color--black {
  --color: #604C38;
  --f-color: brightness(0) saturate(100%) invert(32%) sepia(9%) saturate(1562%) hue-rotate(349deg) brightness(91%) contrast(94%);
}
.c-color--white {
  --color: #ffffff;
  --f-color: brightness(0) invert(1);
}

.c-btn, .c-btn--chevron, .c-btn--submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D98A12;
  color: white;
  border-radius: 1rem;
  outline: unset;
  border: unset;
  transition: 0.3s;
  cursor: pointer;
}
.c-btn:hover, .c-btn--chevron:hover, .c-btn--submit:hover {
  opacity: 0.7;
}
.c-btn--submit {
  border-radius: 0.05rem;
  width: 2.46rem;
  height: 0.7rem;
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.c-btn--chevron {
  width: 2.83rem;
  height: 0.62rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-btn--chevron {
    width: 3.2rem;
    height: 0.7rem;
  }
}
.c-btn--chevron::after {
  content: "";
  width: 0.07rem;
  height: 0.12rem;
  background-image: url("../img/common/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.19rem;
  transform: translateY(-50%);
}

.c-page-header {
  padding-top: 0.94rem;
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
  align-items: flex-start;
  width: 3.25rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-page-header {
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
    padding-top: 2.06rem;
    width: 11.2rem;
  }
}
.c-page-header strong {
  color: #D98A12;
  font-family: "Quicksand", sans-serif;
  font-size: 0.35rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-page-header strong {
    font-size: 0.6rem;
    line-height: 0.75rem;
  }
}
.c-page-header span {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-page-header span {
    font-size: 0.3rem;
    line-height: 0.44rem;
  }
}

.c-heading--large {
  display: flex;
  flex-direction: column;
  gap: 0.11rem;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading--large {
    gap: 0.13rem;
  }
}
.c-heading--large strong {
  font-family: "Quicksand", sans-serif;
  font-size: 0.4rem;
  line-height: 0.5rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #8DC75B;
}
@media screen and (min-width: 768px) {
  .c-heading--large strong {
    font-size: 0.64rem;
    line-height: 0.8rem;
  }
}
.c-heading--large span {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.25rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-heading--large span {
    font-size: 0.38rem;
    line-height: 0.55rem;
  }
}
.c-heading--border {
  position: relative;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-left: 0.14rem;
}
@media screen and (min-width: 768px) {
  .c-heading--border {
    font-size: 0.26rem;
    line-height: 0.37rem;
    padding-left: 0.26rem;
  }
}
.c-heading--border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.02rem;
  width: 0.05rem;
  height: 0.32rem;
  background-color: #C8D627;
}
@media screen and (min-width: 768px) {
  .c-heading--border::before {
    height: 0.5rem;
    top: -0.07rem;
  }
}
.c-heading--marker {
  display: flex;
  flex-direction: column;
  gap: 0.19rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-heading--marker {
    gap: 0.13rem;
  }
}
.c-heading--marker strong {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.48rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading--marker strong {
    font-size: 0.36rem;
    line-height: 0.52rem;
  }
}
.c-heading--marker strong span {
  display: inline-block;
  padding-left: 0.04rem;
  padding-right: 0.04rem;
  background-color: #FFC400;
  line-height: 0.34rem;
  margin-left: 0.06rem;
  margin-right: 0.06rem;
}
@media screen and (min-width: 768px) {
  .c-heading--marker strong span {
    margin-left: 0.08rem;
    margin-right: 0.08rem;
    line-height: 0.47rem;
    padding-left: 0.05rem;
    padding-right: 0.05rem;
  }
}
.c-heading--marker p {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-heading--marker p {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
.c-heading--round {
  background-color: white;
  border: 0.01rem solid #D98A12;
  color: #D98A12;
  border-radius: 1rem;
  width: 3.25rem;
  min-height: 0.46rem;
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.03rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-top: 0.04rem;
  padding-bottom: 0.08rem;
}
@media screen and (min-width: 768px) {
  .c-heading--round {
    flex-direction: row;
    align-items: baseline;
    gap: 0.3rem;
    width: 9.6rem;
    height: 0.63rem;
    font-size: 0.32rem;
    line-height: 0.46rem;
    padding-bottom: 0.03rem;
  }
}
.c-heading--round small {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #604C38;
}
@media screen and (min-width: 768px) {
  .c-heading--round small {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}

.c-table-sp {
  max-width: unset;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.2rem;
}
.c-table-sp table {
  border-collapse: separate;
  border-radius: 0.2rem;
  border-right: 0.01rem solid #707070;
}
.c-table-sp tr th {
  vertical-align: middle;
  height: 1rem;
  border-top: 0.01rem solid #707070;
  border-left: 0.01rem solid #707070;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.c-table-sp tr th:nth-of-type(1) {
  width: 1.18rem;
  background-color: white;
  border-radius: 0.2rem 0 0 0;
}
.c-table-sp tr th:nth-last-of-type(1) {
  border-radius: 0 0.2rem 0 0;
}
.c-table-sp tr th:nth-of-type(2n) {
  background-color: rgba(218, 150, 47, 0.25);
}
.c-table-sp tr th:nth-of-type(2n+3) {
  background-color: rgba(252, 196, 51, 0.1);
}
.c-table-sp tr td {
  vertical-align: middle;
  height: 0.83rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.36rem;
  line-height: 0.57rem;
  letter-spacing: 0em;
  font-weight: 500;
  width: 1.78rem;
  border-top: 0.01rem solid #707070;
  border-left: 0.01rem solid #707070;
}
.c-table-sp tr td:nth-of-type(1) {
  background-color: rgba(96, 76, 56, 0.2);
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.21rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
  width: 1.18rem;
}
.c-table-sp tr td:nth-of-type(2n) {
  background-color: rgba(218, 150, 47, 0.25);
}
.c-table-sp tr td:nth-of-type(2n+3) {
  background-color: rgba(252, 196, 51, 0.1);
}
.c-table-sp tr td small {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #604C38;
  display: block;
}
.c-table-sp tr:nth-of-type(2) td:nth-last-of-type(1) {
  border-radius: 0 0 0.2rem 0;
}
.c-table-sp tr:nth-of-type(3) td {
  height: 1.83rem;
  color: #D98A12;
  border-top: 0.05rem solid #D98A12;
  border-bottom: 0.05rem solid #D98A12;
  box-sizing: border-box;
}
.c-table-sp tr:nth-of-type(3) td:nth-of-type(1) {
  color: white;
  background-color: #D98A12;
  position: relative;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.37rem;
  line-height: 0.54rem;
  letter-spacing: 0em;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.c-table-sp tr:nth-of-type(3) td:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: 0.18rem;
  height: calc(100% + 0.1rem);
  border-radius: 0.2rem 0 0 0.2rem;
  left: 0;
  top: -0.05rem;
  transform: translateX(-100%);
  background-color: #D98A12;
}
.c-table-sp tr:nth-of-type(3) td:nth-of-type(1)::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/dog_table_sp.svg");
  width: 1.35rem;
  height: 1.12rem;
  background-repeat: no-repeat;
  background-position: bottom -0.12rem;
  bottom: -0.05rem;
  right: -0.17rem;
}
.c-table-sp tr:nth-of-type(3) td:nth-of-type(2n) {
  background-color: rgba(255, 235, 0, 0.4);
}
.c-table-sp tr:nth-of-type(3) td:nth-of-type(2n+3) {
  background-color: white;
}
.c-table-sp tr:nth-of-type(3) td:nth-last-of-type(1) {
  border-radius: 0 0.2rem 0.2rem 0;
  border-right: 0.05rem solid #D98A12;
}

.c-table-pc {
  max-width: unset;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.2rem;
}
.c-table-pc table {
  border-collapse: separate;
  border-radius: 0.2rem;
  border-bottom: 0.01rem solid #707070;
}
.c-table-pc thead tr th:nth-of-type(1) {
  background-color: rgba(96, 76, 56, 0.2);
}
.c-table-pc tr:nth-of-type(2n+1) td {
  background-color: rgba(218, 150, 47, 0.25);
}
.c-table-pc tr:nth-of-type(2n+1) td:nth-of-type(4) {
  background-color: rgba(255, 235, 0, 0.4);
}
.c-table-pc tr:nth-of-type(2n) td {
  background-color: rgba(252, 196, 51, 0.1);
}
.c-table-pc tr:nth-of-type(2n) td:nth-of-type(4) {
  background-color: white;
}
.c-table-pc tr th {
  vertical-align: middle;
  height: 0.8rem;
  border-top: 0.01rem solid #707070;
  border-left: 0.01rem solid #707070;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.37rem;
  letter-spacing: 0em;
  font-weight: 500;
  background-color: rgba(96, 76, 56, 0.2);
}
.c-table-pc tr th:nth-of-type(1) {
  width: 1.18rem;
  background-color: white !important;
  border-radius: 0.2rem 0 0 0;
}
.c-table-pc tr th:nth-of-type(4) {
  color: white;
  background-color: #D98A12;
  position: relative;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.37rem;
  line-height: 0.54rem;
  letter-spacing: 0em;
  font-weight: 700;
  border: unset;
  padding-bottom: 0.18rem;
}
.c-table-pc tr th:nth-of-type(4)::before {
  content: "";
  position: absolute;
  height: 0.38rem;
  width: 100%;
  border-radius: 0.2rem 0.2rem 0 0;
  left: 0rem;
  top: 0.01rem;
  transform: translateY(-100%);
  background-color: #D98A12;
}
.c-table-pc tr th:nth-of-type(4)::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/dog_table_pc.svg");
  width: 1.44rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: bottom -0.12rem;
  bottom: 0rem;
  left: 0.07rem;
}
.c-table-pc tr td {
  vertical-align: middle;
  height: 1.16rem;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.56rem;
  line-height: 0.81rem;
  letter-spacing: 0em;
  font-weight: 500;
  width: 1.74rem;
  border-top: 0.01rem solid #707070;
  border-left: 0.01rem solid #707070;
}
.c-table-pc tr td:nth-of-type(1) {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-left: 0.3rem;
  width: 2.5rem;
  text-align: left;
}
.c-table-pc tr td:nth-of-type(4) {
  color: #D98A12;
  border-left: 0.05rem solid #D98A12;
  border-right: 0.05rem solid #D98A12;
  box-sizing: border-box;
  width: 3.52rem;
}
.c-table-pc tr td small {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #604C38;
  display: block;
  margin-top: -0.02rem;
}
.c-table-pc tr:nth-last-of-type(1) td:nth-of-type(1) {
  border-radius: 0 0 0 0.2rem;
}
.c-table-pc tr:nth-last-of-type(1) td:nth-last-of-type(1) {
  border-radius: 0 0 0.2rem 0.2rem;
  border-bottom: 0.05rem solid #D98A12;
  padding-bottom: 0.25rem;
  height: 1.29rem;
}

.u-width, .u-width--325-960, .u-width--325-800, .u-width--325-1120 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--325-960, .u-width--325-800, .u-width--325-1120 {
    padding: 0;
    width: 11.2rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-800 {
    width: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-960 {
    width: 9.6rem;
  }
}

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

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  opacity: 0;
  transition: 0.3s opacity ease;
  transition-delay: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-warpper {
  transition-timing-function: linear;
}

[class^=simplebar] {
  max-width: unset;
}

.simplebar-track {
  background: #DFE2E2 !important;
  height: 0.04rem !important;
  width: 3.25rem;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    display: none;
  }
}

.simplebar-scrollbar {
  min-height: 0.04rem;
  background: #604C38 !important;
  border-radius: 0.1rem;
}
.simplebar-scrollbar::before {
  z-index: 10;
  background: #604C38 !important;
  opacity: 1 !important;
}

.js-fade {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  pointer-events: none;
  opacity: 0;
}
.js-fade--active {
  animation: fade-appear 1.5s forwards;
}

@keyframes fade-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-fv #fv-animation1 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 0.2s forwards fv-width;
}
.js-fv #fv-animation2 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 1s forwards fv-width;
}
.js-fv #fv-animation3 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 1.5s forwards fv-fade-up;
}
.js-fv #fv-animation4 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 2s forwards fv-fade-up;
}

@keyframes fv-width {
  0% {
    max-width: 0;
    opacity: 1;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes fv-fade-up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-load {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.js-load--hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 3s;
}
.js-load__logo {
  width: 1.45rem;
  height: 1.87rem;
  opacity: 0;
  background-image: url("../img/common/logo_v.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: 2s 1s forwards js-load-logo;
}

@keyframes js-load-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */