@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* 使用例（多分）
.hoge {
z-index: map-get(g.$layer, "header");
}

相対的な順番は、共通定義したドロワーの値から
z-index: map-get($layer, "drawer") + 1;
あるいは
z-index: map-get($layer, "drawer") - 1;
などして制御。
*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #250709;
}

img {
  width: 100%;
}

.l-header {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 100;
}

.l-header__inner {
  display: flex;
  align-items: center;
  height: 80px;
}

.l-header__logo-wrap {
  width: 83px;
}

.l-header .p-header-box {
  margin-left: 8px;
}
.l-header .p-information {
  margin-left: 13px;
  margin-top: 8px;
}
.l-header .p-sns-icons {
  margin-left: 20px;
}

.l-main {
  overflow: hidden;
}

.l-footer__head {
  background: #00AA7B;
  padding-top: 38px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer__head {
    padding-top: 15px;
    padding-bottom: 68px;
  }
}
.l-footer__head .p-sns-icons {
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}
.l-footer__head .p-sns-icons__insta {
  background: #00AA7B;
}
.l-footer__head .p-sns-icons__line {
  background: #00AA7B;
}
.l-footer__head .p-sns-icons__mail {
  background: #00AA7B;
}
.l-footer__txt {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__txt {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 16px;
  }
}
.l-footer__img-wrap {
  width: 179px;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__img-wrap {
    width: 100px;
    margin-top: 15px;
  }
}
.l-footer__logo-wrap {
  width: 332px;
  margin: auto;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-wrap {
    width: 166px;
  }
}
.l-footer__copy {
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.l-footer__bottom {
  background: #fdba2c;
  padding: 14px 0;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    padding: 7px 0;
    display: none;
  }
}
.l-footer__bottom .p-sns-icons {
  gap: 14px;
}
.l-footer__bottom .p-sns-icons__line {
  background: #FDBA2C;
  height: 101%;
}
.l-footer__bottom .p-sns-icons__mail {
  background: #FDBA2C;
  height: 101%;
}
.l-footer__bottom-inner {
  display: flex;
  gap: 22px;
  justify-content: center;
}
.l-footer__bottom-tel {
  transition: 0.3s;
}
.l-footer__bottom-tel:hover {
  opacity: 0.7;
}
.l-footer__bottom-inner-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fdba2c;
  padding: 7px 0;
  width: 100%;
  z-index: 100;
}
.l-footer__list {
  display: flex;
  gap: 5px;
}
.c-inner {
  max-width: 1080px;
  width: 92%;
  margin: auto;
}

.c-head {
  border-top: 40px solid #00AA7B;
  border-bottom: 40px solid #00AA7B;
  position: relative;
  padding-top: 31px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-head {
    border-top-width: 20px;
    border-bottom-width: 20px;
    padding: 15px 0;
  }
}
.c-head::after {
  position: absolute;
  content: "";
  background: #fff url(../img/main-logo-lg.png) no-repeat center center/contain;
  width: 284px;
  height: 243px;
  bottom: 85%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-head::after {
    width: 142px;
    height: 121.5px;
    bottom: 94%;
  }
}
.c-head__ttl {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-head__ttl {
    font-size: 0.875rem;
  }
}
.c-head__ttl .--large {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-head__ttl .--large {
    font-size: 1.125rem;
  }
}
.c-head__img {
  max-width: 378px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-head__img {
    width: 189px;
    margin-right: 5px;
  }
}

.c-head-dark {
  background: #250709;
}
.c-head-dark__ttl {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 70px;
}
.c-head-dark__ttl .--small {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-head-dark__ttl {
    font-size: 1.125rem;
    padding-top: 19px;
    padding-bottom: 35px;
  }
}

.p-header-box__sub-ttl {
  font-size: 0.6875rem;
  font-weight: 500;
}

.p-header-box__body {
  display: flex;
  margin-top: 6px;
}

.p-header-box__ttl {
  width: 211px;
}

.p-card-icons {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-left: 60px;
}

.p-card-icons__ttl {
  font-size: 0.75rem;
}

.p-card-icons__img-wrap {
  width: 160px;
  margin-left: 10px;
}

.p-information {
  border: 2px solid #00AA7B;
  border-radius: 10px;
  width: 222px;
  padding: 0.5em 0 0.2em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-information__ttl {
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 0.5em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.p-information__tel {
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00AA7B;
}

.p-information__time {
  font-size: 0.75rem;
  font-weight: 700;
}

.p-sns-icons {
  display: flex;
}
.p-sns-icons__insta, .p-sns-icons__line, .p-sns-icons__mail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  background: #fff;
  transition: 0.3s;
}
.p-sns-icons__insta:hover, .p-sns-icons__line:hover, .p-sns-icons__mail:hover {
  transition: 0.3s;
  opacity: 0;
}

.p-sns-icons__item {
  width: 40px;
  position: relative;
}

.p-drawer-icon {
  position: fixed;
  top: 10px;
  right: 4%;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media screen and (max-width: 1079px) {
  .p-drawer-icon {
    display: block;
  }
}
.p-drawer-icon.is-active {
  transform: translateX(-280px);
}
.p-drawer-icon.is-active .p-drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.p-drawer-icon.is-active .p-drawer-icon__bar2 {
  display: none;
}
.p-drawer-icon.is-active .p-drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
}
.p-drawer-icon__bars {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.p-drawer-icon__bar1, .p-drawer-icon__bar2, .p-drawer-icon__bar3 {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #00AA7B;
  top: 0;
  left: 0;
}
.p-drawer-icon__bar1 {
  top: 0;
}
.p-drawer-icon__bar2 {
  top: 4px;
}
.p-drawer-icon__bar3 {
  top: 8px;
}

.p-drawer-content {
  background: #fff;
  width: 280px;
  height: 100vh;
  right: 0;
  top: 0;
  position: fixed;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 300;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.p-drawer-content.is-active {
  transform: translateX(0);
}
.p-drawer-content a {
  border-bottom: 1px solid #00AA7B;
  display: block;
  padding: 1em;
  padding-left: 3em;
  font-weight: 700;
  color: #00AA7B;
}
.p-drawer-content .insta {
  position: relative;
  z-index: 1000;
}
.p-drawer-content .insta::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center center/contain;
  background-image: url(../img/insta.png);
}
.p-drawer-content .line {
  position: relative;
  z-index: 1000;
}
.p-drawer-content .line::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center center/contain;
  background-image: url(../img/line.png);
}
.p-drawer-content .contact {
  position: relative;
  z-index: 1000;
}
.p-drawer-content .contact::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center center/contain;
  background-image: url(../img/mail.png);
}
.p-drawer-content .tel {
  position: relative;
  z-index: 1000;
}
.p-drawer-content .tel::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center center/contain;
  background-image: url(../img/tel-icon.svg);
}
.p-drawer-content__item {
  border-bottom: 1px solid #00AA7B;
}

.p-drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 298;
  display: none;
}
.p-drawer-background.is-active {
  display: block;
}

@media screen and (min-width: 1080px) {
  .p-header-sp {
    display: none;
  }
}
.p-header-sp__box {
  display: flex;
  align-items: center;
  height: 38px;
}
.p-header-sp .l-header__logo-wrap {
  width: 42px;
}
.p-header-sp .p-header-box__sub-ttl {
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-header-sp .p-header-box__body {
    margin-top: 0;
  }
}
.p-header-sp .p-header-box__ttl {
  width: 106px;
}
.p-header-sp .p-card-icons {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 2px 0;
}
@media screen and (max-width: 1079px) {
  .p-header-sp .p-card-icons {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-header-sp .p-card-icons {
    margin-top: 0;
  }
}
.p-header-sp .p-card-icons__ttl {
  font-size: 0.625rem;
  font-weight: 700;
}
.p-header-sp .p-card-icons__img-wrap {
  width: 80px;
  margin-bottom: 4px;
}
.p-mv {
  margin-top: 80px;
  background: url(../img/mv-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: url(../img/mv-sp.jpg) no-repeat center center/contain;
    aspect-ratio: 750/770;
  }
}
.p-mv__img-wrap {
  max-width: 1103px;
  width: 98%;
  margin: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-mv__img-wrap {
    display: none;
    padding: 0;
  }
}
.p-mv__img {
  position: relative;
  left: 16px;
}

.p-leave-it-to-us {
  background: #FFF258;
  padding-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .p-leave-it-to-us {
    padding-bottom: 18px;
  }
}
.p-leave-it-to-us__animal-list {
  position: relative;
  top: -62px;
}
@media screen and (max-width: 767px) {
  .p-leave-it-to-us__animal-list {
    position: static;
  }
}
.p-leave-it-to-us__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: -46px;
}
@media screen and (max-width: 767px) {
  .p-leave-it-to-us__ttl {
    font-size: 1.25rem;
    white-space: nowrap;
    margin-top: 10px;
  }
}
.p-leave-it-to-us__img {
  width: 333px;
  margin-bottom: 10px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .p-leave-it-to-us__img {
    width: 166.5px;
    margin-bottom: 5px;
    margin-right: 3px;
  }
}
.p-leave-it-to-us__advantage {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-leave-it-to-us__advantage {
    margin-top: 10px;
  }
}

.p-animal-list {
  background-color: #FFF258;
  border-radius: 10px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-animal-list {
    padding: 0;
  }
}
.p-area {
  padding-top: 28px;
  padding-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .p-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.p-area__media {
  border: 3px solid #00AA7B;
  border-radius: 30px;
  display: flex;
}
@media screen and (max-width: 1079px) {
  .p-area__media {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-area__media {
    border-radius: 15px;
  }
}
.p-area__left {
  width: 47.8703703704%;
  padding: 58px 48px 0 58px;
}
@media screen and (max-width: 1079px) {
  .p-area__left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-area__left {
    padding: 20px 100px 0 30px;
  }
}
.p-area__ttl {
  font-size: 1.875rem;
  font-weight: 700;
  color: #00AA7B;
  border-bottom: 3px solid #00AA7B;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .p-area__ttl {
    font-size: 0.9375rem;
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }
}
.p-area__ttl-img {
  width: 150px;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .p-area__ttl-img {
    width: 75px;
    margin-right: 14px;
  }
}
.p-area__txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-area__txt {
    font-size: 0.75rem;
    margin-top: 12px;
  }
}
.p-area__txt span {
  display: inline-block;
}
.p-area__right {
  width: 52.037037037%;
}
@media screen and (max-width: 1079px) {
  .p-area__right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-area__right {
    margin-top: 12px;
  }
}
.p-problem {
  background: #f2f2f2;
  padding-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .p-problem {
    padding-top: 10px;
    padding-bottom: 26px;
  }
}
.p-problem__head {
  display: flex;
  justify-content: center;
  position: relative;
  top: -24px;
}
@media screen and (max-width: 767px) {
  .p-problem__head {
    position: static;
    margin-top: 4px;
  }
}
.p-problem__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  position: relative;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .p-problem__ttl {
    font-size: 1.25rem;
  }
}
.p-problem__ttl::before, .p-problem__ttl::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 52px;
  bottom: 9px;
}
@media screen and (max-width: 767px) {
  .p-problem__ttl::before, .p-problem__ttl::after {
    width: 20px;
    height: 36px;
    bottom: 0px;
  }
}
.p-problem__ttl::before {
  background: url(../img/treatment-left.png) no-repeat center center/contain;
  left: -11px;
}
@media screen and (max-width: 767px) {
  .p-problem__ttl::before {
    left: -6px;
  }
}
.p-problem__ttl::after {
  background: url(../img/treatment-right.png) no-repeat center center/contain;
  right: -11px;
}
@media screen and (max-width: 767px) {
  .p-problem__ttl::after {
    right: -6px;
  }
}
.p-problem__ttl .--danger {
  color: #dc1016;
}
.p-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.1111111111%;
  padding: 0 70px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-cards {
    gap: 19px;
    padding: 0;
    margin-top: 14px;
  }
}
.p-cards__head {
  text-align: center;
}
.p-cards__txt {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636;
}
@media screen and (max-width: 1079px) {
  .p-cards__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cards__txt {
    font-size: 0.625rem;
    margin-top: 4px;
  }
}
.p-cards__img-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-cards__img-wrap {
    margin-top: 6px;
  }
}
.p-possibility {
  padding-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .p-possibility {
    padding-bottom: 16px;
  }
}
.p-possibility__head {
  background: #dc1016;
  border-radius: 20px;
  padding: 18px 0 12px;
  margin: 0 50px;
  position: relative;
  top: -59px;
}
@media screen and (max-width: 767px) {
  .p-possibility__head {
    margin: 0;
    padding: 4px 0 4px;
    border-radius: 10px;
    top: -20px;
  }
}
.p-possibility__txt {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .p-possibility__txt {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-possibility__txt {
    font-size: 0.625rem;
  }
}
.p-possibility__txt.--danger {
  color: #dc1016;
}
.p-possibility__txt.--dawn-arrow {
  position: relative;
  display: inline-block;
  padding: 0 134px;
}
@media screen and (max-width: 767px) {
  .p-possibility__txt.--dawn-arrow {
    padding: 0 62px;
  }
}
.p-possibility__txt.--dawn-arrow::before, .p-possibility__txt.--dawn-arrow::after {
  position: absolute;
  content: "";
  width: 112px;
  height: 66px;
  background: url(../img/down-arrow.png) no-repeat center center/contain;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-possibility__txt.--dawn-arrow::before, .p-possibility__txt.--dawn-arrow::after {
    width: 38px;
    height: 24px;
  }
}
.p-possibility__txt.--dawn-arrow::before {
  left: 0;
}
.p-possibility__txt.--dawn-arrow::after {
  right: 0;
}
.p-possibility__body {
  display: flex;
  justify-content: center;
  margin-top: -44px;
}
@media screen and (max-width: 767px) {
  .p-possibility__body {
    margin-top: -18px;
  }
}

.p-result {
  background: #fdba2c;
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-result {
    padding-top: 70px;
  }
}
.p-result__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.1666666667%;
  position: relative;
  top: -19px;
}
@media screen and (max-width: 767px) {
  .p-result__list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 6px;
    position: static;
    gap: 76px;
  }
}
.p-result__img-wrap.--balloon, .p-result__img-wrap.--balloon02, .p-result__img-wrap.--balloon03 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-result__img-wrap.--balloon::before, .p-result__img-wrap.--balloon02::before, .p-result__img-wrap.--balloon03::before {
    position: absolute;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .p-result__img-wrap.--balloon::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 114px;
    background: url(../img/result-balloon.png) no-repeat center center/contain;
    top: 0;
    left: -18px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-result__img-wrap.--balloon02::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 114px;
    background: url(../img/result-balloon02.png) no-repeat center center/contain;
    top: -10px;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-result__img-wrap.--balloon03::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 114px;
    background: url(../img/result-balloon03.png) no-repeat center center/contain;
    top: 0;
    left: 0;
    transform: translateY(-50%);
  }
}
.p-result__txt {
  font-weight: 500;
  line-height: 1.625;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-result__txt {
    margin-top: 8px;
  }
}

.p-cta__inner {
  position: relative;
}
.p-cta__inner::before {
  position: absolute;
  content: "";
  width: 244px;
  height: 340px;
  background: url(../img/cta01.png) no-repeat center center/contain;
  left: 10px;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 1079px) {
  .p-cta__inner::before {
    left: auto;
    right: 0;
    width: 210px;
    height: 294px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner::before {
    width: 122px;
    height: 170px;
  }
}
.p-cta__head {
  display: flex;
  justify-content: flex-end;
  background: linear-gradient(transparent 67%, #FFF258 67%);
  padding-bottom: 32px;
}
@media screen and (max-width: 1079px) {
  .p-cta__head {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__head {
    padding-bottom: 40px;
  }
}
.p-cta__head-inner {
  width: 76.4814814815%;
}
@media screen and (max-width: 1079px) {
  .p-cta__head-inner {
    width: 100%;
    padding: 0 4%;
  }
}
.p-cta__ttl {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1079px) {
  .p-cta__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__ttl {
    font-size: 1.25rem;
  }
}
.p-cta__ttl .--danger {
  color: #dc1016;
}
.p-cta__body {
  background: #00AA7B;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 17px;
}
@media screen and (max-width: 1079px) {
  .p-cta__body {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 4%;
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__body {
    padding-bottom: 10px;
  }
}
.p-cta__body-inner {
  width: 76.4814814815%;
}
@media screen and (max-width: 1079px) {
  .p-cta__body-inner {
    width: 100%;
  }
}
.p-cta__lead {
  font-size: 1.875rem;
  font-weight: 700;
  color: #dc1016;
  background-color: #fff;
  border: 3px solid #dc1016;
  border-radius: 50px;
  text-align: center;
  padding-bottom: 4px;
  width: 94.5%;
  position: relative;
  top: -17px;
}
@media screen and (max-width: 1079px) {
  .p-cta__lead {
    width: 65.0666666667%;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__lead {
    font-size: 0.625rem;
    width: 70%;
    padding: 4px 0;
    top: -33px;
  }
}
.p-cta__txt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFF258;
  padding-left: 1em;
}
@media screen and (max-width: 1079px) {
  .p-cta__txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__txt {
    font-size: 0.9375rem;
    margin-top: -16px;
  }
}
.p-cta__btn-wrap {
  display: flex;
  gap: 14px;
  margin-top: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 1079px) {
  .p-cta__btn-wrap {
    flex-direction: column;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap {
    gap: 3px;
  }
}
.p-cta__btn-tel {
  background-color: #fff;
  width: 56.9007263923%;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  height: 80px;
  padding-top: 0.5em;
  flex-shrink: 0;
}
@media screen and (max-width: 1079px) {
  .p-cta__btn-tel {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn-tel {
    font-size: 0.625rem;
    height: 40px;
    padding: 0.3em 0;
    border-radius: 5px;
  }
}
.p-cta__btn-tel .--caution {
  font-size: 3.125rem;
  font-weight: 700;
  color: #00AA7B;
  font-family: "Montserrat";
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-tel .--caution {
    font-size: 1.5625rem;
  }
}
.p-cta__btn-line {
  width: 38.4987893462%;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00AA7B;
  display: flex;
  align-items: center;
  padding-left: 5.1em;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .p-cta__btn-line {
    width: 68%;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn-line {
    height: 40px;
    font-size: 0.625rem;
    padding-left: 6em;
    border-radius: 5px;
  }
}
.p-cta__btn-line::before {
  position: absolute;
  content: "";
  width: 57px;
  height: 57px;
  background: url(../img/line-icon.png) no-repeat center center/contain;
  left: 27px;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-line::before {
    width: 28px;
    height: 28px;
    left: 20px;
  }
}

.p-cta-wrap01 {
  margin-top: 58px;
  padding-bottom: 168px;
}
@media screen and (max-width: 767px) {
  .p-cta-wrap01 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta-wrap01 {
    margin-top: 20px;
  }
}

.p-what-is-vermin {
  background: #F2F2F2;
  padding-bottom: 150px;
}
@media screen and (max-width: 1079px) {
  .p-what-is-vermin {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-what-is-vermin {
    background: #fff;
    padding-bottom: 8px;
  }
}
.p-what-is-vermin__ttl {
  max-width: 468px;
  margin: auto;
  position: relative;
  top: -124px;
}
@media screen and (max-width: 767px) {
  .p-what-is-vermin__ttl {
    max-width: 165px;
    position: static;
    margin-top: 15px;
  }
}
.p-what-is-vermin__txt {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-top: -110px;
}
@media screen and (max-width: 1079px) {
  .p-what-is-vermin__txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-what-is-vermin__txt {
    margin-top: 0;
    font-size: 0.75rem;
  }
}
.p-what-is-vermin__txt .--large {
  font-size: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-what-is-vermin__txt .--large {
    font-size: 0.875rem;
  }
}

.p-damage {
  background: #FFF258;
  padding-bottom: 53px;
}
.p-damage__animal-list {
  position: relative;
  top: -140px;
}
@media screen and (max-width: 1079px) {
  .p-damage__animal-list {
    position: static;
  }
}
.p-damage__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  margin-top: -95px;
}
@media screen and (max-width: 1079px) {
  .p-damage__list {
    margin-top: 24px;
    gap: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-damage__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-damage__item {
  background: #fff;
  border: 3px solid #250709;
  border-radius: 10px;
  padding: 27px 36px 20px 36px;
}
@media screen and (max-width: 767px) {
  .p-damage__item {
    padding: 17px;
  }
}
.p-damage__ttl {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-damage__ttl {
    font-size: 0.75rem;
  }
}
.p-damage__ttl .--large {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-damage__ttl .--large {
    font-size: 1rem;
  }
}
.p-damage__txt {
  font-weight: 500;
  line-height: 1.75;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-damage__txt {
    font-size: 0.75rem;
    margin-top: 14px;
  }
}

.p-extermination {
  background: #00AA7B;
  padding-top: 30px;
}
.p-extermination__inner {
  position: relative;
  padding-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .p-extermination__inner {
    padding-bottom: 200px;
  }
}
.p-extermination__inner::after {
  position: absolute;
  content: "";
  width: 265px;
  height: 400px;
  background: url(../img/extermination-bg.png) no-repeat center center/contain;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-extermination__inner::after {
    width: 132.5px;
    height: 200px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-extermination__ttl {
  max-width: 662px;
  margin: auto;
}
.p-extermination__txt {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-extermination__txt {
    font-size: 0.75rem;
  }
}
.p-extermination__txt.--top {
  width: 77%;
}
@media screen and (max-width: 1079px) {
  .p-extermination__txt.--top {
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .p-extermination__txt.--top {
    width: 100%;
    margin-top: 10px;
  }
}
.p-extermination__txt.--bottom {
  margin-top: 30px;
  width: 74%;
}
@media screen and (max-width: 1079px) {
  .p-extermination__txt.--bottom {
    width: 61%;
  }
}
@media screen and (max-width: 767px) {
  .p-extermination__txt.--bottom {
    width: 100%;
  }
}
.p-extermination__txt .--caution {
  color: #FFF258;
}

.p-about {
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 37px;
  }
}
.p-about__box {
  border: 6px solid #00AA7B;
  border-radius: 30px;
  text-align: center;
  position: relative;
  padding: 58px 50px 32px;
}
@media screen and (max-width: 767px) {
  .p-about__box {
    border-width: 3px;
    border-radius: 15px;
    padding: 28px 20px;
  }
}
.p-about__ttl {
  font-size: 1.875rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -34px;
  padding: 0 2em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    font-size: 0.9375rem;
    top: -17px;
  }
}
.p-about__ttl::before, .p-about__ttl::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 67px;
  background: #00AA7B;
}
@media screen and (max-width: 767px) {
  .p-about__ttl::before, .p-about__ttl::after {
    width: 3px;
    height: 33.5px;
  }
}
.p-about__ttl::before {
  transform: rotate(-15deg) translateY(-50%);
  left: 3px;
  top: 50%;
}
.p-about__ttl::after {
  transform: rotate(15deg) translateY(-50%);
  right: 3px;
  top: 50%;
}
.p-about__img {
  width: 378px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    width: 189px;
    padding-right: 8px;
  }
}
.p-about__txt {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about__txt {
    font-size: 0.9375rem;
  }
}
.p-about__txt .--danger {
  color: #dc1016;
}
.p-about__lead {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    font-size: 1.4375rem;
    margin-top: 8px;
  }
}
.p-about__lead .--under-line {
  background: linear-gradient(transparent 64%, #FFF258 64%);
}
.p-about__lead .--danger {
  color: #dc1016;
}

.p-cta-wrap02 {
  margin-top: 58px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-cta-wrap02 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta-wrap02 {
    margin-top: 20px;
  }
}

.p-caution {
  background: #dc1016;
  padding-top: 54px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-caution {
    padding-top: 29px;
    padding-bottom: 16px;
  }
}
.p-caution__head {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-caution__head {
    padding-bottom: 19px;
  }
}
.p-caution__ttl {
  color: #fff;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  position: relative;
  padding-left: 4.4em;
}
@media screen and (max-width: 767px) {
  .p-caution__ttl {
    font-size: 1.0625rem;
    padding-left: 5em;
  }
}
.p-caution__ttl::before {
  position: absolute;
  content: "";
  width: 162px;
  height: 145px;
  background: url(../img/caution.png) no-repeat center center/contain;
  left: 0;
  top: 41%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-caution__ttl::before {
    width: 81px;
    height: 72.5px;
  }
}
.p-caution__lead {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.4583333333;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-caution__lead {
    font-size: 0.75rem;
    text-align: left;
    margin-top: 9px;
  }
}
.p-caution__box {
  border: 5px solid #00AA7B;
  border-radius: 30px;
  background: #fff;
  padding: 28px 35px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-caution__box {
    padding: 14px 16px;
    margin-top: 10px;
  }
}
.p-caution__txt {
  color: #dc1016;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .p-caution__txt {
    font-size: 0.75rem;
  }
}

.p-reason {
  padding-top: 209px;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 117px;
  }
}
.p-reason__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 0;
  }
}
.p-reason-footer {
  background: #00AA7B;
  padding-top: 85px;
  margin-top: -49px;
}
@media screen and (max-width: 767px) {
  .p-reason-footer {
    margin-top: -25px;
    padding-top: 46px;
  }
}
.p-reason-footer__inner {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-reason-footer__inner {
    padding-bottom: 31px;
  }
}
.p-reason-footer__inner::after {
  position: absolute;
  content: "";
  width: 146px;
  height: 230px;
  background: url(../img/reason-footer-bg.png) no-repeat center center/contain;
  right: 0;
  bottom: 0;
  transform: translateX(23%);
}
@media screen and (max-width: 1079px) {
  .p-reason-footer__inner::after {
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 767px) {
  .p-reason-footer__inner::after {
    width: 103px;
    height: 164px;
    transform: translateX(0);
  }
}
.p-reason-footer__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-reason-footer__ttl {
    font-size: 1.75rem;
    position: relative;
    z-index: 10;
  }
}
.p-reason-footer__img {
  width: 378px;
}
@media screen and (max-width: 767px) {
  .p-reason-footer__img {
    width: 273px;
    padding-top: 6px;
    padding-bottom: 8px;
  }
}

.p-profile {
  background: #FFF258;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding: 15px 0;
  }
}
.p-profile__box {
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .p-profile__box {
    padding: 15px;
    border-radius: 10px;
  }
}
.p-profile__ttl {
  width: 216px;
  position: absolute;
  top: 0;
  right: 38px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-profile__ttl {
    width: 108px;
    top: 18px;
    transform: translateY(0);
  }
}
.p-profile__box-inner {
  display: flex;
  gap: 54px;
}
@media screen and (max-width: 1079px) {
  .p-profile__box-inner {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__box-inner {
    gap: 15px;
  }
}
.p-profile__img-wrap {
  width: 35.4166666667%;
}
@media screen and (max-width: 767px) {
  .p-profile__img-wrap {
    width: 30.4347826087%;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__body {
    width: 63.768115942%;
  }
}
.p-profile__txt {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .p-profile__txt {
    font-size: 0.9375rem;
    margin-top: 49px;
  }
}
.p-profile__txt .--small {
  font-size: 1rem;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .p-profile__txt .--small {
    font-size: 0.625rem;
    padding-left: 14px;
  }
}
.p-profile__dl {
  margin-top: 71px;
}
@media screen and (max-width: 767px) {
  .p-profile__dl {
    font-size: 0.625rem;
    margin-top: 15px;
  }
}
.p-profile__dl-inner {
  display: flex;
}
.p-profile__dl-inner + .p-profile__dl-inner {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-profile__dl-inner + .p-profile__dl-inner {
    margin-top: 5px;
  }
}
.p-profile__dl-inner:last-of-type {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .p-profile__dl-inner:last-of-type {
    margin-top: 15px;
    display: block;
  }
}
.p-profile__dt {
  font-weight: 700;
  color: #00AA7B;
  width: 98px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-profile__dt {
    width: 49px;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__dt:last-of-type {
    white-space: nowrap;
  }
}
.p-profile__dd {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-profile__dd:last-of-type {
    margin-top: 5px;
  }
}

.p-voice {
  margin-top: 233px;
}
@media screen and (max-width: 767px) {
  .p-voice {
    margin-top: 106px;
  }
}
.p-voice__list-wrap {
  background: #f2f2f2;
  padding-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .p-voice__list-wrap {
    padding-bottom: 26px;
  }
}
.p-voice__list {
  margin-top: -20px;
  padding-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    margin-top: -10px;
    padding-top: 29px;
  }
}
.p-voice__item {
  background: #fff;
  border-radius: 20px;
  padding: 40px 75px;
  border: 3px solid #000;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    padding: 13px 17px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-voice__item {
    border-radius: 10px;
  }
}
.p-voice__item + .p-voice__item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-voice__item + .p-voice__item {
    margin-top: 10px;
  }
}
.p-voice__item-head {
  display: flex;
  border-bottom: 1px solid #707070;
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-voice__item-head {
    display: block;
    padding-bottom: 0px;
  }
}
.p-voice__lv2-ttl {
  font-size: 1.375rem;
  font-weight: 700;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__lv2-ttl {
    font-size: 0.6875rem;
  }
}
.p-voice__age {
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-voice__age {
    font-size: 0.625rem;
    text-align: right;
  }
}
.p-voice__txt {
  font-weight: 500;
  line-height: 1.75;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-voice__txt {
    font-size: 0.625rem;
    margin-top: 3px;
  }
}

.p-cta-wrap03 {
  margin-top: 58px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-cta-wrap03 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta-wrap03 {
    margin-top: 20px;
  }
}

.p-flow__list-wrap {
  background: #f2f2f2;
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-flow__list-wrap {
    padding-bottom: 7px;
  }
}
.p-flow__list {
  position: relative;
  top: -36px;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    top: -18px;
  }
}
.p-flow__item {
  display: flex;
  border: 5px solid #fdba2c;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    border-width: 3px;
    border-radius: 10px;
  }
}
.p-flow__item + .p-flow__item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-flow__item + .p-flow__item {
    margin-top: 20px;
  }
}
.p-flow__img-wrap {
  width: 17.558685446%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-flow__img.--01 {
  width: 78px;
}
@media screen and (max-width: 767px) {
  .p-flow__img.--01 {
    width: 39px;
  }
}
.p-flow__img.--02 {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .p-flow__img.--02 {
    width: 40px;
  }
}
.p-flow__img.--03 {
  width: 84px;
}
@media screen and (max-width: 767px) {
  .p-flow__img.--03 {
    width: 42px;
  }
}
.p-flow__img.--04 {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .p-flow__img.--04 {
    width: 45px;
  }
}
.p-flow__img.--05 {
  width: 64px;
}
@media screen and (max-width: 767px) {
  .p-flow__img.--05 {
    width: 32px;
  }
}
.p-flow__body {
  border-left: 5px solid #fdba2c;
  position: relative;
  width: 82.441314554%;
  padding: 20px 36px;
}
@media screen and (max-width: 767px) {
  .p-flow__body {
    border-left-width: 3px;
    padding: 10px 18px;
  }
}
.p-flow__body::after {
  position: absolute;
  content: "";
  background: url(../img/flow-arrow.png) no-repeat center center/contain;
  width: 30px;
  height: 40px;
  left: -3px;
  top: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-flow__body::after {
    width: 15px;
    height: 20px;
    left: -2px;
  }
}
.p-flow__body.--arrow-none::after {
  background: none;
}
.p-flow__lv2-ttl {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-flow__lv2-ttl {
    font-size: 0.875rem;
  }
}
.p-flow__txt {
  font-weight: 500;
  line-height: 1.625;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-flow__txt {
    font-size: 0.875rem;
    margin-top: 4px;
  }
}
.p-flow__txt .--danger {
  color: #dc1016;
}

.p-accordion {
  position: relative;
  width: 100%;
}
.p-accordion__list {
  position: relative;
  top: -34px;
}
@media screen and (max-width: 767px) {
  .p-accordion__list {
    top: -14px;
  }
}
.p-accordion__item + .p-accordion__item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-accordion__item + .p-accordion__item {
    margin-top: 10px;
  }
}
.p-accordion__question {
  cursor: pointer;
  position: relative;
  display: flex;
  border: 5px solid #fdba2c;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-accordion__question {
    border-width: 3px;
    border-radius: 10px;
  }
}
.p-accordion__question::after {
  border-right: solid 3px #250709;
  border-top: solid 3px #250709;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 12px;
}
@media screen and (max-width: 767px) {
  .p-accordion__question::after {
    border-right-width: 2px;
    border-top-width: 2px;
    height: 6px;
    width: 6px;
    right: 10px;
  }
}
.p-accordion__question.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.p-accordion__question-body {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 28px;
  background: #fff;
  width: calc(100% - 123px);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 767px) {
  .p-accordion__question-body {
    width: calc(100% - 50px);
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}
.p-accordion__question-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #250709;
}
@media screen and (max-width: 767px) {
  .p-accordion__question-ttl {
    font-size: 0.75rem;
  }
}
.p-accordion__img-wrap {
  background: #fdba2c;
  width: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-accordion__img-wrap {
    width: 50px;
  }
}
.p-accordion__img {
  width: 42px;
}
@media screen and (max-width: 767px) {
  .p-accordion__img {
    width: 21px;
  }
}
.p-accordion__content {
  display: none;
  border: 5px solid #fdba2c;
  border-radius: 20px;
  margin-top: 20px;
  width: 88%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-accordion__content {
    border-radius: 10px;
    margin-top: 7px;
    border-width: 3px;
    width: 93%;
  }
}
.p-accordion__content-inner {
  display: flex;
}
.p-accordion__content-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 123px;
  background: #250709;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-right: 5px solid #fdba2c;
}
@media screen and (max-width: 767px) {
  .p-accordion__content-img-wrap {
    width: 50px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right-width: 3px;
  }
}
.p-accordion__content-img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-accordion__content-img {
    width: 20px;
  }
}
.p-accordion__content-body {
  background: #ffebc1;
  width: calc(100% - 123px);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-accordion__content-body {
    width: calc(100% - 50px);
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}
.p-accordion__content-txt {
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-accordion__content-txt {
    font-size: 0.625rem;
  }
}

.p-form {
  max-width: 565px;
  width: 90%;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-form__item + .p-form__item {
  margin-top: 20px;
}
.p-form__item input,
.p-form__item textarea {
  background: #f2f2f2;
  width: 100%;
  border-radius: 5px;
  font-size: 0.875rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-form__item input,
.p-form__item textarea {
    font-size: 0.75rem;
    border-radius: 3px;
  }
}
.p-form__item input {
  padding: 1em;
}
.p-form__item input::placeholder {
  color: #bcbcbc;
}
.p-form__item select {
  width: 190px;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 0.7em;
  margin-top: 10px;
}
.p-form__item textarea {
  resize: none;
  height: 190px;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .p-form__item textarea {
    height: 100px;
  }
}
.p-form__label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #00AA7B;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    font-size: 0.875rem;
  }
}
.p-form__label.--dark {
  font-size: 1rem;
  font-weight: 500;
  color: #250709;
}
@media screen and (max-width: 767px) {
  .p-form__label.--dark {
    font-size: 0.75rem;
  }
}
.p-form__label.--dark.--mt {
  margin-top: -5px;
}
.p-form__label.--required::after {
  content: "必須";
  display: inline-block;
  background: #dc1016;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.1em 0.5em;
  border-radius: 2px;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .p-form__label.--required::after {
    font-size: 0.75rem;
    margin-left: 10px;
  }
}
.p-form__label.--arbitrary::after {
  content: "任意";
  display: inline-block;
  background: #fdba2c;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.1em 0.5em;
  border-radius: 2px;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .p-form__label.--arbitrary::after {
    font-size: 0.75rem;
    margin-left: 10px;
  }
}
.p-form__address-wrap {
  position: relative;
}
.p-form__address-wrap::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/post.svg) no-repeat center center/contain;
  left: 0;
  top: 78%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-form__address-wrap::before {
    top: 38%;
  }
}
.p-form__address-wrap::after {
  content: "半角数字7桁(ハイフンなし)";
  width: 100%;
  font-size: 0.875rem;
  color: #bcbcbc;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-form__address-wrap::after {
    display: block;
    padding-left: 0;
  }
}
.p-form__address-wrap input {
  width: 250px;
  margin-left: 30px;
}
.p-form__select-wrap {
  position: relative;
}
.p-form__select-wrap::after {
  border-right: solid 2px #250709;
  border-top: solid 2px #250709;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}
@media screen and (max-width: 767px) {
  .p-form__select-wrap::after {
    border-right-width: 2px;
    border-top-width: 2px;
    height: 6px;
    width: 6px;
    right: 10px;
    top: 66%;
  }
}
.p-form__btn {
  background: #00AA7B;
  color: #fff;
  width: 100%;
  padding: 1.1em;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 42px;
  transition: 0.3s;
}
.p-form__btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    font-size: 0.75rem;
    border-radius: 5px;
    margin-top: 21px;
  }
}
.p-form__end-message {
  text-align: center;
  color: #00AA7B;
}
.p-form__false-message {
  text-align: center;
}

.false-message {
  display: none;
}

.end-message {
  display: none;
}

.p-contact__form {
  background: #f2f2f2;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    padding-bottom: 23px;
  }
}
.p-contact__form-container {
  border: 5px solid #00AA7B;
  border-radius: 20px;
  background: #fff;
  position: relative;
  top: -37px;
}
@media screen and (max-width: 767px) {
  .p-contact__form-container {
    position: static;
    margin-top: 12px;
    border-radius: 10px;
    border-width: 3px;
  }
}

.p-company {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 20px;
    padding-bottom: 16px;
  }
}
.p-company__inner {
  max-width: 740px;
  margin: auto;
}
.p-company__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.p-company__dl {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-company__dl {
    margin-top: 6px;
  }
}
.p-company__dl-box {
  display: flex;
  border-bottom: 1px dotted #707070;
  padding: 10px 0;
}
.p-company__dt {
  font-size: 1.125rem;
  font-weight: 700;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-company__dt {
    width: 80px;
    font-size: 0.75rem;
  }
}
.p-company__dd {
  font-size: 1.125rem;
  font-weight: 500;
  width: calc(100% - 200px);
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-company__dd {
    width: calc(100% - 80px);
    font-size: 0.75rem;
  }
}

/* ページトップボタン */
#page-top a {
  background-color: #fff;
  border: 2px solid #00AA7B;
  color: #250709;
  font-size: 0.875rem;
  font-weight: 700;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  position: fixed;
  right: 11%;
  bottom: 70px;
  text-align: center;
  padding-top: 34px;
}
@media screen and (max-width: 767px) {
  #page-top a {
    display: none;
  }
}
#page-top a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/tri.svg) no-repeat center center/contain;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.p-footer-page-top {
  background-color: #fff;
  font-size: 0.75rem;
  text-align: center;
  font-weight: 700;
  height: 30px;
  border-radius: 5px;
  position: relative;
  padding-top: 14px;
}
.p-footer-page-top::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/tri.svg) no-repeat center center/contain;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.p-plan__head {
  background: #250709;
}
.p-plan__ttl {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-plan__ttl {
    font-size: 1.25rem;
    padding: 20px 0 54px;
  }
}
.p-plan__body {
  background: #f2f2f2;
  padding-bottom: 28px;
}
.p-plan__box {
  background: #fff;
  border-radius: 20px;
  border: 5px solid #00AA7B;
  padding-top: 24px;
  padding-bottom: 18px;
  position: relative;
  top: -36px;
}
@media screen and (max-width: 767px) {
  .p-plan__box {
    padding: 16px 0 10px 0;
  }
}
.p-plan__boxTxt {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__boxTxt {
    font-size: 0.875rem;
  }
}
.p-plan__boxTxt .--underLine {
  font-size: 3.125rem;
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #FFF258 70%);
}
@media screen and (max-width: 767px) {
  .p-plan__boxTxt .--underLine {
    font-size: 1.25rem;
  }
}
.p-plan__boxTxt .--large {
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-plan__boxTxt .--large {
    font-size: 1.25rem;
  }
}
.p-plan__boxImg {
  width: 347px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-plan__boxImg {
    width: 160px;
    margin-right: 8px;
  }
}
.p-plan__calc {
  display: flex;
  justify-content: space-between;
  margin-top: -22px;
}
@media screen and (max-width: 767px) {
  .p-plan__calc {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.p-plan__calcBox {
  background: #00AA7B;
  border-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45.3703703704%;
  height: 210px;
}
@media screen and (max-width: 767px) {
  .p-plan__calcBox {
    width: 100%;
    height: 100px;
  }
}
.p-plan__calcTxt {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-plan__calcTxt {
    font-size: 1.5rem;
  }
}
.p-plan__calcTxt .--caution {
  color: #FFF258;
}
.p-plan__calcTxt .--large {
  font-size: 3.75rem;
  font-family: "Montserrat";
}
@media screen and (max-width: 767px) {
  .p-plan__calcTxt .--large {
    font-size: 2.375rem;
  }
}
.p-plan__calcImg {
  width: 6.1111111111%;
}
@media screen and (max-width: 767px) {
  .p-plan__calcImg {
    width: 8vw;
  }
}
.p-plan__txt {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-plan__txt {
    font-size: 0.75rem;
  }
}

.p-reference {
  background: #FFF258;
  padding: 26px 0 36px 0;
}
.p-reference__ttl {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reference__ttl {
    font-size: 1.25rem;
  }
}
.p-reference__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px;
  margin-top: 20px;
}
@media screen and (max-width: 1079px) {
  .p-reference__list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-reference__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
.p-free {
  text-align: center;
  padding: 16px 0 30px;
}
@media screen and (max-width: 767px) {
  .p-free {
    text-align: left;
  }
}
.p-free__ttl {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #dc1016;
  display: inline-block;
  padding: 0 30px 4px;
}
@media screen and (max-width: 1079px) {
  .p-free__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-free__ttl {
    font-size: 1.375rem;
    line-height: 1.8;
    padding: 0;
  }
}
.p-free__ttl .--underLine {
  background: linear-gradient(rgba(255, 255, 255, 0) 66%, #FFF258 66%);
}
.p-free__txt {
  font-size: 1.375rem;
  line-height: 1.2727272727;
  font-weight: 700;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-free__txt {
    font-size: 1rem;
  }
}
.p-free__lead {
  font-size: 1.375rem;
  font-weight: 700;
  background: #FFF258;
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-free__lead {
    font-size: 1rem;
    padding: 0.5em;
  }
}
.p-free__footer {
  border-top: 1px solid #00aa7b;
  border-bottom: 1px solid #00aa7b;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 15px 0;
  margin-top: 24px;
}
.p-free__footerTxt {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-free__footerTxt {
    font-size: 0.75rem;
  }
}
.p-free__footerImg {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .p-free__footerImg {
    width: 100px;
  }
}

.p-assurance {
  background: #00AA7B;
  color: #fff;
  text-align: center;
  padding: 34px 0 34px;
}
@media screen and (max-width: 767px) {
  .p-assurance {
    text-align: left;
  }
}
.p-assurance__ttl {
  font-size: 2.8125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-assurance__ttl {
    font-size: 1.75rem;
  }
}
.p-assurance__lead {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-assurance__lead {
    font-size: 1rem;
  }
}
.p-assurance__img {
  width: 675px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-assurance__img {
    width: 100%;
  }
}
.p-assurance__txt {
  font-weight: 500;
  line-height: 1.8;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-assurance__txt {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1080px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

@media screen and (min-width: 1080px) {
  .u-tab-only {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .u-tab-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-tab-only {
    display: none;
  }
}

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

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

@media screen and (min-width: 1080px) {
  .u-tab-block {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .u-tab-block {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
