@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span,
small,
em,
time,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  border: medium;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
select {
  vertical-align: middle;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: inherit;
}

body {
  color: #333;
}

html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  font-size: 4rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.l-header.is-hidden {
  display: none;
}
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  background-color: transparent;
  color: #fff;
  box-sizing: border-box;
  z-index: 100;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header {
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  .l-header {
    position: fixed;
    background-color: #47a638;
  }
}
.l-header {
  transition: background-color 0.3s ease, padding 0.3s ease, transform 0.3s ease;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header {
    padding: 11px 15px;
  }
  .l-header.is-open {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .l-header {
    padding: 11px 15px;
  }
  .l-header.is-open {
    background-color: transparent;
  }
}
.l-header.is-lower {
  background-color: #47a638; /* 好きな色 */
}
.l-header__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-header__inner {
    align-items: center;
  }
}
.l-header__logo {
  max-width: 15.1%;
  z-index: 101;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header__logo {
    width: 130px;
    max-width: initial;
  }
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 149px;
    max-width: initial;
  }
}
.l-header__nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header__nav-wrap {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .l-header__nav-wrap {
    display: none;
  }
}
.l-header__row-top {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header__row-top {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.l-header__nav .l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header__nav .l-header__nav-list {
    gap: 10px;
  }
}
.l-header__nav .l-header__nav-list li a {
  display: inline-block;
  font-size: clamp(10px, 1.5vw, 15px);
  font-weight: bold;
  white-space: nowrap;
  color: inherit;
  transition: transform 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease;
}
@media (max-width: 768px) {
  .l-header__nav .l-header__nav-list li a {
    font-size: clamp(14px, 1.5vw, 15px);
  }
}
.l-header__nav .l-header__nav-list li a:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
.l-header__tel {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease;
}
.l-header__tel:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header__tel {
    font-size: clamp(12px, 1.8vw, 18px);
  }
}
.l-header__login {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  transition: transform 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease;
}
.l-header__login:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
.l-header__row-bottom {
  display: flex;
  gap: 14px;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header__row-bottom {
    gap: 10px;
  }
}
.l-header__row-bottom .c-button, .l-header__row-bottom .p-form__button input.wpcf7-submit, .p-form__button .l-header__row-bottom input.wpcf7-submit, .l-header__row-bottom .p-form__button input.wpcf7-previous, .p-form__button .l-header__row-bottom input.wpcf7-previous {
  width: 238px;
  height: 50px;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header__row-bottom .c-button, .l-header__row-bottom .p-form__button input.wpcf7-submit, .p-form__button .l-header__row-bottom input.wpcf7-submit, .l-header__row-bottom .p-form__button input.wpcf7-previous, .p-form__button .l-header__row-bottom input.wpcf7-previous {
    width: 170px;
    height: 40px;
    font-size: clamp(12px, 2vw, 20px);
  }
}
.l-header.is-fixed {
  position: fixed;
  padding: 10px 20px;
  background-color: #47a638;
  animation: slideDown 0.4s ease forwards;
}
@media (max-width: 768px) {
  .l-header.is-fixed {
    animation: none;
    padding: 11px 15px;
  }
}
.l-header.is-fixed .l-header__inner {
  align-items: center;
}
.l-header.is-fixed .l-header__nav-wrap {
  flex-direction: row;
  align-items: center;
  gap: 25px;
  padding-top: 0;
}
@media (max-width: 768px) {
  .l-header.is-fixed .l-header__nav-wrap {
    display: none;
  }
}
.l-header.is-fixed .l-header__nav li a {
  font-size: 14px;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .l-header.is-fixed .l-header__row-top {
    justify-content: flex-start;
  }
}
.l-header.is-fixed .l-header__tel {
  display: none;
}
@media (max-width: 1010px) and (min-width: 769px) {
  .l-header.is-fixed .l-header__row-bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.l-header.is-fixed .l-header__row-bottom .c-button, .l-header.is-fixed .l-header__row-bottom .p-form__button input.wpcf7-submit, .p-form__button .l-header.is-fixed .l-header__row-bottom input.wpcf7-submit, .l-header.is-fixed .l-header__row-bottom .p-form__button input.wpcf7-previous, .p-form__button .l-header.is-fixed .l-header__row-bottom input.wpcf7-previous {
  width: 180px;
  font-size: 17px;
  line-height: 1.471;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .l-header.is-fixed .l-header__row-bottom .c-button, .l-header.is-fixed .l-header__row-bottom .p-form__button input.wpcf7-submit, .p-form__button .l-header.is-fixed .l-header__row-bottom input.wpcf7-submit, .l-header.is-fixed .l-header__row-bottom .p-form__button input.wpcf7-previous, .p-form__button .l-header.is-fixed .l-header__row-bottom input.wpcf7-previous {
    width: 160px;
  }
}
@media (max-width: 678px) {
  .l-header.is-fixed .l-header__row-bottom .c-button, .l-header.is-fixed .l-header__row-bottom .p-form__button input.wpcf7-submit, .p-form__button .l-header.is-fixed .l-header__row-bottom input.wpcf7-submit, .l-header.is-fixed .l-header__row-bottom .p-form__button input.wpcf7-previous, .p-form__button .l-header.is-fixed .l-header__row-bottom input.wpcf7-previous {
    width: 100%;
  }
}
.l-header__hamburger {
  display: none;
}
@media (max-width: 768px) {
  .l-header__hamburger {
    display: block;
    position: relative;
    width: 22px;
    height: 14px;
    z-index: 110;
    cursor: pointer;
  }
  .l-header__hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .l-header__hamburger span:nth-child(1) {
    top: 0;
  }
  .l-header__hamburger span:nth-child(2) {
    top: 6px;
  }
  .l-header__hamburger span:nth-child(3) {
    top: 12px;
  }
}
.l-header.is-open .l-header__hamburger span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}
.l-header.is-open .l-header__hamburger span:nth-child(2) {
  opacity: 0;
}
.l-header.is-open .l-header__hamburger span:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}
.l-header__sp-container {
  display: none;
}
@media (max-width: 768px) {
  .l-header__sp-container {
    display: block;
  }
  .l-header__sp-container .sp-nav-menu {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100vh;
    padding: 80px 20px 20px 20px;
    background: #47a638;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
    z-index: 105;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .l-header__sp-container .sp-nav-menu a {
    transition: color 0.3s;
    display: block;
    color: #fff;
  }
  .l-header__sp-container .sp-nav-menu .l-header__nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .l-header__sp-container .sp-nav-menu .l-header__tel {
    display: flex;
    margin-top: 40px;
    font-size: 20px;
  }
  .l-header__sp-container .sp-nav-menu .l-header__login {
    display: flex;
    font-size: 15px;
    margin-top: 24px;
  }
  .l-header__sp-container .sp-nav-menu .l-header__row-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 32px;
    gap: 12px;
  }
  .l-header__sp-container .sp-nav-menu .c-button, .l-header__sp-container .sp-nav-menu .p-form__button input.wpcf7-submit, .p-form__button .l-header__sp-container .sp-nav-menu input.wpcf7-submit, .l-header__sp-container .sp-nav-menu .p-form__button input.wpcf7-previous, .p-form__button .l-header__sp-container .sp-nav-menu input.wpcf7-previous {
    width: 100%;
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-header.is-open .sp-nav-menu {
  right: 0 !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.is-lower .l-header.is-fixed {
  animation: none;
}

.l-header--fixed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #47a638;
  color: #fff;
  box-sizing: border-box;
  z-index: 100;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header--fixed {
    padding: 0;
  }
}
.l-header--fixed.is-show {
  display: block;
  animation: slideDown 0.4s ease forwards;
}
@media (max-width: 768px) {
  .l-header--fixed {
    padding: 11px 15px;
  }
  .l-header--fixed.is-open {
    background-color: transparent;
  }
}
.l-header--fixed.is-lower {
  background-color: #47a638;
}
.l-header--fixed__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .l-header--fixed__inner {
    align-items: center;
  }
}
.l-header--fixed__logo {
  margin-right: auto;
  padding-left: 40px;
  max-width: 15.1%;
  z-index: 101;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header--fixed__logo {
    padding-left: 10px;
    width: 130px;
    max-width: initial;
  }
}
@media (max-width: 768px) {
  .l-header--fixed__logo {
    width: 149px;
    max-width: initial;
  }
}
.l-header--fixed__nav-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header--fixed__nav-wrap {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .l-header--fixed__nav-wrap {
    display: none;
  }
}
.l-header--fixed__btn-wrap {
  display: flex;
  gap: 10px;
  margin-right: 31px;
}
.l-header--fixed__btn-wrap .c-button, .l-header--fixed__btn-wrap .p-form__button input.wpcf7-submit, .p-form__button .l-header--fixed__btn-wrap input.wpcf7-submit, .l-header--fixed__btn-wrap .p-form__button input.wpcf7-previous, .p-form__button .l-header--fixed__btn-wrap input.wpcf7-previous {
  width: 180px;
  height: 44px;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header--fixed__btn-wrap {
    width: 360px;
    height: 40px;
    font-size: clamp(12px, 2vw, 20px);
  }
}
.l-header--fixed__row-top {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 85px;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header--fixed__row-top {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.l-header--fixed__row-bottom {
  position: absolute;
  top: 86px;
  left: 0;
  width: 100%;
  background-color: #47a638;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.l-header--fixed__nav .l-header--fixed__nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header--fixed__nav .l-header--fixed__nav-list {
    gap: 20px;
  }
}
.l-header--fixed__nav .l-header--fixed__nav-list li a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  color: inherit;
  transition: transform 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease;
}
.l-header--fixed__nav .l-header--fixed__nav-list li a:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
.l-header--fixed__tel {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease;
}
.l-header--fixed__tel:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header--fixed__tel {
    font-size: 18px;
  }
}
.l-header--fixed__login {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  transition: transform 0.2s ease, opacity 0.2s ease, text-shadow 0.2s ease;
}
.l-header--fixed__login:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
.l-header--fixed__hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  width: 93px;
  height: 85px;
  z-index: 110;
  background-color: #117a00;
  border: none;
  cursor: pointer;
}
.l-header--fixed__hamburger .nav-icon {
  position: relative;
  width: 40px;
  height: 24px;
}
.l-header--fixed__hamburger .nav-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.l-header--fixed__hamburger .nav-icon span:nth-child(1) {
  top: 0;
}
.l-header--fixed__hamburger .nav-icon span:nth-child(2) {
  top: 12px;
}
.l-header--fixed__hamburger .nav-icon span:nth-child(3) {
  top: 24px;
}
.l-header--fixed__hamburger .nav-text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.l-header--fixed.is-open .l-header--fixed__row-bottom {
  height: 64px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1160px) and (min-width: 769px) {
  .l-header--fixed.is-open .l-header--fixed__row-bottom {
    height: 104px;
  }
}
.l-header--fixed.is-open .l-header--fixed__hamburger .nav-icon span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.l-header--fixed.is-open .l-header--fixed__hamburger .nav-icon span:nth-child(2) {
  opacity: 0;
}
.l-header--fixed.is-open .l-header--fixed__hamburger .nav-icon span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

@media (max-width: 1160px) and (min-width: 769px) {
  .icon-phone, .icon-user {
    display: none;
  }
}
.p-banner--campaign {
  transition: opacity 0.3s;
}
.p-banner--campaign:hover {
  opacity: 0.7;
}
.p-banner--stat {
  width: 100%;
  padding: 30px 20px 20px;
  background-color: #117a00;
  text-align: center;
}
@media (max-width: 768px) {
  .p-banner--stat {
    padding: 8px 0;
  }
}
.p-banner--stat .p-banner__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 100%;
  box-sizing: border-box;
}
.p-banner--stat .p-banner__inner::before, .p-banner--stat .p-banner__inner::after {
  content: "";
  flex-shrink: 0;
  width: 37px;
  height: 99px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-banner--stat .p-banner__inner::before {
  background-image: url("../images/icon-laurel_left.png");
}
.p-banner--stat .p-banner__inner::after {
  background-image: url("../images/icon-laurel_right.png");
}
.p-banner--stat .p-banner__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
.p-banner--stat .p-banner__lead {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 1px 0;
  line-height: 1.458;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.p-banner--stat .p-banner__number-wrap {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.p-banner--stat .p-banner__number {
  color: #ffff00;
  font-family: "Roboto", sans-serif;
  font-size: 7.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  font-style: italic;
}
.p-banner--stat .p-banner__number .p-banner__comma {
  font-size: 5.8rem;
}
.p-banner--stat .p-banner__suffix {
  font-size: 3.6rem;
  font-weight: bold;
  margin-left: 4px;
  font-feature-settings: "palt";
}
.p-banner--stat .p-banner__suffix span {
  margin-right: 2.8px;
  color: #ffff00;
}

.p-contact {
  position: relative;
  padding: 70px 0 69px;
  background-color: #edf5eb;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-contact {
    padding: 70px 0 150px;
  }
}
@media (max-width: 768px) {
  .p-contact {
    padding: 54px 0 122px;
  }
}
.p-contact__title {
  margin-bottom: 26px;
  font-size: 3.2rem;
  font-feature-settings: "palt";
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-contact__title {
    margin-bottom: 14.8px;
    font-size: 20px;
  }
  .p-contact__title span {
    font-size: 24px;
  }
}
.p-contact__inner {
  max-width: 780px;
  width: 100%;
  margin-inline: auto;
  padding: 43px 10% 41px;
  background-color: #47a638;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p-contact__inner {
    padding: 23.8px 5.8%;
  }
}
.p-contact__button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  max-width: 665px;
  margin-bottom: 21px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-contact__button-wrap {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.p-contact__image {
  position: absolute;
  bottom: 0;
  right: 7%;
  width: 18.06%;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-contact__image {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .p-contact__image {
    width: 254px;
  }
}
.p-contact .c-button--arrow::before, .p-contact .p-form__button input.wpcf7-submit::before, .p-form__button .p-contact input.wpcf7-submit::before {
  background-color: currentColor;
}
.p-contact .c-button--arrow::after, .p-contact .p-form__button input.wpcf7-submit::after, .p-form__button .p-contact input.wpcf7-submit::after {
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
@media (max-width: 768px) {
  .p-contact .c-button--arrow, .p-contact .p-form__button input.wpcf7-submit, .p-form__button .p-contact input.wpcf7-submit {
    height: 70px;
    line-height: 1.2;
  }
}

.p-trouble {
  padding: 91px 0 40px;
}
@media (max-width: 768px) {
  .p-trouble {
    padding: 58px 0 0;
  }
}
.p-trouble__title {
  margin-bottom: 43px;
}
.p-trouble__title span {
  position: relative;
  margin: 0 8px;
  font-size: 5.5rem;
}
.p-trouble__title span::before, .p-trouble__title span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background-color: #26b110;
}
.p-trouble__title span::before {
  bottom: -15px;
}
.p-trouble__title span::after {
  bottom: -6px;
}
@media (max-width: 768px) {
  .p-trouble__title {
    margin-bottom: 32px;
    font-size: 22px;
  }
  .p-trouble__title span {
    font-size: 32px;
    margin: 0;
  }
  .p-trouble__title span::before {
    bottom: -10px;
    height: 3px;
  }
  .p-trouble__title span::after {
    bottom: -4px;
    height: 3px;
  }
}
.p-trouble__text {
  margin-bottom: 43px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-trouble__text {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.p-trouble__table-head {
  position: relative;
  display: flex;
  width: 100%;
  height: 73px;
  background-color: #47a638;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-trouble__table-head {
    height: 54px;
  }
}
.p-trouble__table-head.is-reverse .-type01 {
  clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0 100%);
}
.p-trouble__table-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  height: 100%;
}
.p-trouble__table-tab.-type01 {
  background-color: #47a638;
  color: #fff;
  width: 50%;
  padding-right: 25px;
  clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
  margin-right: -25px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-trouble__table-tab.-type01 {
    padding-right: 10px;
  }
}
.p-trouble__table-tab.-type02 {
  pointer-events: none;
  background-color: #e1eedb;
  color: #333333;
  flex-grow: 1;
  padding-left: 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-trouble__table-tab.-type02 {
    padding-left: 20px;
  }
}
.p-trouble__table-body {
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 14px;
  padding: 32px 21px 41px;
  background-color: #47a638;
  border-radius: 0 0 10px 10px;
  display: none;
}
.p-trouble__table-body.is-active {
  display: grid;
}
@media (max-width: 768px) {
  .p-trouble__table-body {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 16px;
    padding: 22px 16px 32px;
  }
}
.p-trouble__table-body.-bg01 {
  background-color: #e1eedb;
}
.p-trouble__item {
  display: flex;
  flex-direction: column;
  padding: 25px 0;
  background-color: #fff;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-trouble__item {
    padding: 25px 5px;
  }
}
@media (max-width: 768px) {
  .p-trouble__item {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "box2 box1" "box2 box3";
    text-align: left;
    align-items: center;
    padding: 16px 0;
  }
}
.p-trouble__item-title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-trouble__item-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-trouble__item-title {
    grid-area: box1;
  }
}
.p-trouble__item-image {
  margin: 0 auto 3px;
  width: 58.7%;
}
@media (max-width: 768px) {
  .p-trouble__item-image {
    grid-area: box2;
    width: 70%;
  }
}
.p-trouble__item-text {
  line-height: 1.563;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-trouble__item-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .p-trouble__item-text {
    grid-area: box3;
  }
}
.p-trouble__arrow {
  margin: 0 auto 53px;
  width: 73px;
}
@media (max-width: 768px) {
  .p-trouble__arrow {
    margin-bottom: 24px;
    width: 54px;
  }
}
@media (max-width: 768px) {
  .p-trouble .u-flex {
    flex-direction: row;
  }
}

.p-solution__image {
  display: inline-block;
  margin: 0 auto 58px;
  width: 90%;
}
@media (max-width: 768px) {
  .p-solution__image {
    margin-bottom: 34px;
    width: 100%;
  }
}
.p-solution__text {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-solution__text {
    font-size: 14px;
  }
}
.p-solution__point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 64px;
  font-size: 3.8rem;
  font-weight: bold;
}
@media (max-width: 1279px) and (min-width: 800px) {
  .p-solution__point {
    font-size: 2.8rem;
  }
}
@media (max-width: 799px) and (min-width: 769px) {
  .p-solution__point {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .p-solution__point {
    gap: 9px;
    font-size: 18px;
    margin-bottom: 35px;
  }
}
.p-solution__point-item {
  position: relative;
  padding: 18px 54px 20px 84px;
  border: 2px solid #47a638;
  box-shadow: 9px 8px 0 0 #47a638;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .p-solution__point-item {
    padding: 4px 16px 8px 32px;
  }
}
.p-solution__point-item::before {
  position: absolute;
  content: "";
  top: -16px;
  left: 6px;
  width: 68px;
  height: 68px;
  background: url(../images/check.png) no-repeat center/contain;
  transform: rotate(-15deg);
}
@media (max-width: 768px) {
  .p-solution__point-item::before {
    top: -6px;
    left: 3px;
    width: 28px;
    height: 28px;
  }
}
.p-solution__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1279px) and (min-width: 800px) {
  .p-solution__list {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .p-solution__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-solution__list-card {
  display: flex;
  flex-direction: column;
  padding: 23px 25px 37px;
  background-color: #fafafa;
  border: 3px solid #47a638;
  border-radius: 12px;
}
@media (max-width: 1279px) and (min-width: 800px) {
  .p-solution__list-card {
    padding: 23px 15px 37px;
  }
}
.p-solution__list-card:nth-of-type(1) .p-solution__list-head > p:last-child {
  padding-left: 20px;
}
.p-solution__list-card:nth-of-type(1) .p-solution__list-head > p span:nth-of-type(1) {
  font-size: 5.5rem;
  line-height: 1;
}
@media (max-width: 1279px) and (min-width: 800px) {
  .p-solution__list-card:nth-of-type(1) .p-solution__list-head > p span:nth-of-type(1) {
    font-size: 4.5rem;
  }
}
.p-solution__list-card:nth-of-type(1) .p-solution__list-head > p span:nth-of-type(2) {
  font-size: 2.8rem;
  font-weight: 900;
}
@media (max-width: 1279px) and (min-width: 800px) {
  .p-solution__list-card:nth-of-type(1) .p-solution__list-head > p span:nth-of-type(2) {
    font-size: 2rem;
  }
}
.p-solution__list-card:nth-of-type(1) .p-solution__list-head > p span:nth-of-type(3) {
  color: #333;
  font-size: 2.7rem;
  font-weight: 600;
}
@media (max-width: 1279px) and (min-width: 800px) {
  .p-solution__list-card:nth-of-type(1) .p-solution__list-head > p span:nth-of-type(3) {
    font-size: 2rem;
  }
}
.p-solution__list-card:nth-of-type(3) .p-solution__list-head p:first-child {
  margin-bottom: -8px;
  line-height: 1.4;
}
.p-solution__list-card:nth-of-type(3) .p-solution__list-head p span {
  font-size: 1.2rem;
}
.p-solution__list-card:nth-of-type(4) .p-solution__list-head p:first-child {
  letter-spacing: -0.02em;
}
.p-solution__list-card:nth-of-type(5) .p-solution__list-tag {
  letter-spacing: 0.1em;
}
.p-solution__list-card:nth-of-type(5) .p-solution__list-tag span {
  margin-left: 20px;
}
@media (max-width: 1279px) and (min-width: 800px) {
  .p-solution__list-card:nth-of-type(5) .p-solution__list-tag span {
    margin-left: 30px;
  }
}
.p-solution__list-card:nth-child(n+4) {
  display: block;
}
.p-solution__list-card:nth-child(n+4) .p-solution__list-head {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .p-solution__list-card:nth-child(n+4) .p-solution__list-head {
    padding-bottom: 0;
  }
}
.p-solution__list-tag {
  position: relative;
  padding: 8px 0;
  width: 100%;
  margin-bottom: 13px;
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
  background-color: #47a638;
  border-radius: 35px;
  letter-spacing: 0.3em;
}
.p-solution__list-tag::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 12%;
  width: 28px;
  height: 46px;
  background: url(../images/check.png) no-repeat center/contain;
}
@media (max-width: 1279px) and (min-width: 800px) {
  .p-solution__list-tag {
    font-size: 2rem;
  }
}
.p-solution__list-head {
  font-weight: bold;
  flex-grow: 1;
}
.p-solution__list-head p {
  font-size: 1.8rem;
}
@media (max-width: 1279px) and (min-width: 800px) {
  .p-solution__list-head p {
    font-size: 1.6rem;
  }
}
.p-solution__list-head .u-orange {
  font-size: 3.6rem !important;
  line-height: 1.676 !important;
}
@media (max-width: 1279px) and (min-width: 800px) {
  .p-solution__list-head .u-orange {
    font-size: 3rem !important;
  }
}
.p-solution__list-head p:last-of-type {
  font-weight: 800;
  line-height: 1.676;
  letter-spacing: 0.02em;
}
.p-solution__list-line {
  border: none;
  border-top: 2px dotted #47a638;
  width: 100%;
  height: 1px;
  margin-bottom: 18px;
  margin-top: auto;
}
.p-solution__list-body {
  text-align: start;
  line-height: 1.625;
  font-family: "Noto Sans CJK JP", sans-serif;
}
.p-solution__list-body span {
  font-size: 1.2rem;
}
.p-solution__annotation {
  text-align: start;
  margin-bottom: 43px;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-solution__annotation {
    margin-bottom: 30px;
  }
}
.p-solution__fee {
  width: 68.8%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-solution__fee {
    width: 100%;
  }
}
.p-solution__fee-title {
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.7;
}
.p-solution__fee-table {
  border: 1.38px solid #dedede;
}
.p-solution__fee-table th {
  text-align: center;
  padding: 8px 20px;
  width: 135px;
  color: #fff;
  background-color: #47a638;
  border: 1.38px solid #dedede;
  font-size: 1.949rem;
  font-weight: 500;
  line-height: 1.2;
}
.p-solution__fee-table th sub {
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .p-solution__fee-table th {
    width: 49px;
    padding: 0;
    font-size: 11px;
  }
}
.p-solution__fee-table td {
  padding: 30px 0;
  border: 1.38px solid #dedede;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .p-solution__fee-table td {
    padding: 25px 0;
    font-size: 14px;
  }
}
.p-solution__fee-table tr:nth-of-type(2) td {
  font-weight: 600;
}
.p-solution__fee-annotation {
  text-align: right;
  margin-bottom: 40px;
  font-size: 12px;
  white-space: pre-line;
}

.p-reason {
  padding: 82px 0 95px;
  background: url("../images/bg-reason.jpg") center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-reason {
    padding: 68px 0 41px;
  }
}
.p-reason__title {
  margin-bottom: 30px;
  font-size: 4.4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .p-reason__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.p-reason__text {
  margin-bottom: 37px;
  font-size: 1.7rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-reason__text {
    margin-bottom: 34px;
    font-size: 14px;
  }
}

.p-comparison {
  padding: 100px 0 66px;
}
@media (max-width: 768px) {
  .p-comparison {
    padding: 50px 0 30px;
  }
}
.p-comparison__title {
  position: relative;
  margin-bottom: 90px;
  font-size: 4rem;
}
.p-comparison__title::before {
  content: none;
  position: absolute;
  bottom: -75px;
  right: 0;
  font-size: 10px;
  font-weight: normal;
}
.p-comparison__title::after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 46%;
  width: 65px;
  height: 2px;
  background: #47a638;
}
.p-comparison__title span {
  font-size: 55px;
}
@media (max-width: 768px) {
  .p-comparison__title {
    font-size: 24px;
    margin-bottom: 85px;
  }
  .p-comparison__title::before {
    content: "※国内主要ファクタリング事業者19社の公式ウェブサイトに基づく当社調べ（2026年4月時点）";
  }
  .p-comparison__title::after {
    bottom: -24px;
  }
  .p-comparison__title span {
    font-size: 30px;
  }
}
.p-comparison__table-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .p-comparison__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
  }
}
.p-comparison__table {
  position: relative;
  width: 100%;
  margin: 0 auto 11px;
  border-collapse: separate;
  border-spacing: 0;
  font-family: sans-serif;
  color: #333333;
}
@media (max-width: 768px) {
  .p-comparison__table {
    width: 1000px;
  }
}
.p-comparison__table th,
.p-comparison__table td {
  padding: 20px 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  border-bottom: 1px solid #e5e5e5;
}
.p-comparison__table thead th {
  position: relative;
  background-color: #8fa7bc;
  color: #fff;
  font-weight: bold;
  border-bottom: none;
}
.p-comparison__table thead th span {
  font-size: 1.4rem;
}
.p-comparison__table thead th:first-child {
  background-color: transparent;
  border: none;
}
.p-comparison__table thead th.highlight {
  background-color: #ffc000;
  border: 3px solid #ffc000;
  font-size: 2rem;
  padding: 15px 15px 35px;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-comparison__table thead th.highlight {
    font-size: 1.8rem;
    padding: 15px 5px 35px;
  }
}
.p-comparison__table thead th.highlight::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -3px;
  right: -3px;
  height: 20px;
  background-color: #ffc000;
  border-top: 3px solid #ffc000;
  border-left: 3px solid #ffc000;
  border-right: 3px solid #ffc000;
}
.p-comparison__table thead th.highlight span {
  font-size: 1.7rem;
}
.p-comparison__table tbody th {
  background-color: #f5f5f5;
  font-weight: bold;
  width: 20%;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.p-comparison__table tbody td {
  background-color: #fff;
  width: 26.6%;
}
.p-comparison__table tbody td:last-child {
  border-right: 1px solid #e5e5e5;
}
.p-comparison__table tbody tr:last-child td.highlight {
  border-bottom: 3px solid #ffc000;
}
.p-comparison__table .highlight {
  background-color: #fffbef;
  border-left: 3px solid #ffc000;
  border-right: 3px solid #ffc000;
  font-weight: 600;
}
.p-comparison__table .highlight span {
  font-size: 1.2rem;
}
.p-comparison__table::after {
  content: "※国内主要ファクタリング事業者19社の公式ウェブサイトに基づく当社調べ（2026年4月時点）";
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 11px;
}
@media (max-width: 768px) {
  .p-comparison__table::after {
    content: none;
  }
}
.p-comparison__annotation {
  display: flex;
  justify-content: right;
  max-width: 900px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.636;
  text-align: left;
}
@media (max-width: 768px) {
  .p-comparison__annotation {
    text-align: left;
  }
}

.p-voice {
  padding: 80px 0;
  background: url("../images/bg-voice.jpg") center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-voice {
    padding: 64px 0 76px;
  }
}
.p-voice__title {
  margin-bottom: 12px;
}
.p-voice__text {
  margin-bottom: 39px;
  font-size: 1.8rem;
}
.p-voice__list {
  margin-bottom: 49px;
}
@media (min-width: 768px) {
  .p-voice__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4%;
  }
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-voice__list {
    gap: 2%;
  }
}
.p-voice__list-item {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  box-shadow: 9px 9px 0px 0px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.p-voice__list-item:hover {
  transform: translateY(-5px);
  border: 1px solid #cccccc;
}
.p-voice__list-inner {
  padding: 20px 20px 23px;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-voice__list-inner {
    padding: 20px 10px;
  }
}
.p-voice__list-company {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 11px;
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-voice__list-company {
    font-size: 16px;
  }
}
.p-voice dl {
  font-size: 1.4rem;
  font-weight: 600;
}
.p-voice__list-info {
  display: flex;
  justify-content: left;
  font-size: 1.4rem;
  text-align: left;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-voice__list-info {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.2rem;
  }
}
.p-voice__list-info + .p-voice__list-info {
  margin-top: 15px;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-voice__list-info + .p-voice__list-info {
    margin-top: 10px;
  }
}
.p-voice__list-info dt {
  min-width: 65px;
  text-align: left;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-voice__list-info dt {
    min-width: initial;
    position: relative;
    padding-right: 16px;
  }
  .p-voice__list-info dt::before {
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-voice__list-info dd {
  position: relative;
  padding-left: 10px;
}
.p-voice__list-info dd::before {
  content: ":";
  position: absolute;
  top: 0;
  left: 0;
}
.p-voice__list-info dd span {
  padding: 4px 8px;
  background-color: #edf5eb;
  border-radius: 2px;
  font-weight: 500;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-voice__list-info dd {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .p-voice__list-info dd::before {
    display: none;
  }
  .p-voice__list-info dd span {
    display: block;
    text-align: center;
  }
}
.p-voice__list-image img {
  border-radius: 10px 10px 0 0;
}
.p-voice__list-text {
  margin-bottom: 16px;
  text-align: left;
  line-height: 1.75;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-voice__list-text {
    font-size: 15px;
    line-height: 1.6;
  }
}
.p-voice__list-line {
  border: none;
  border-top: 3px dotted #fcd355;
  width: 100%;
  height: 1px;
  margin-bottom: 14px;
  margin-top: auto;
}
.p-voice .c-button, .p-voice .p-form__button input.wpcf7-submit, .p-form__button .p-voice input.wpcf7-submit, .p-voice .p-form__button input.wpcf7-previous, .p-form__button .p-voice input.wpcf7-previous {
  width: clamp(343px, 25vw, 367px);
  height: 64px;
}
@media (min-width: 769px) {
  .p-voice .swiper {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .p-voice .swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-voice .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 16px;
  height: 16px;
}
.p-voice .swiper-pagination-bullet-active {
  background: #47a638;
  border-radius: 999px;
}

.p-flow {
  margin: 80px 0 100px;
}
@media (max-width: 768px) {
  .p-flow {
    margin: 60px 0;
  }
}
.p-flow__title {
  margin-bottom: 12px;
}
.p-flow__text {
  margin-bottom: 37px;
  font-size: 1.8rem;
}
.p-flow__image {
  display: inline-block;
}
.p-flow__image + .p-flow__image {
  margin-top: 50px;
}

.p-question {
  padding: 90px 0 80px;
  background: #fafafa;
}
.p-question__title {
  margin-bottom: 50px;
}
.p-question__item {
  width: 100%;
  margin: 0 auto;
  padding: 22px 31px 31px;
  text-align: left;
  background: #fff;
  border-radius: 5px;
}
.p-question__item + .p-question__item {
  margin-top: 30px;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-question__item {
    padding: 22px 31px 31px;
  }
}
@media (max-width: 768px) {
  .p-question__item {
    padding: 16px 30px 16px 14px;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-question__item + .p-question__item {
    margin-top: 15px;
  }
}
.p-question__q, .p-question__a {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-question__q, .p-question__a {
    gap: 15px;
  }
}
.p-question__q span, .p-question__a span {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-question__q span, .p-question__a span {
    gap: 15px;
    width: 33px;
    height: 33px;
    font-size: 18px;
  }
}
.p-question__q p, .p-question__a p {
  margin-right: 88px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-question__q p, .p-question__a p {
    margin-right: 20px;
  }
}
.p-question__q {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .p-question__q {
    margin-bottom: 0;
  }
}
.p-question__q span {
  background: #fcd355;
}
.p-question__q p {
  color: #ff9500;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-question__a {
    margin-top: 18px;
    align-items: flex-start;
  }
}
.p-question__a span {
  color: #fff;
  background: #47a638;
}
.p-question .c-button, .p-question .p-form__button input.wpcf7-submit, .p-form__button .p-question input.wpcf7-submit, .p-question .p-form__button input.wpcf7-previous, .p-form__button .p-question input.wpcf7-previous {
  margin-top: 50px;
  width: clamp(343px, 25vw, 367px);
  height: 64px;
}
.p-question .p-question__item .p-question__q {
  cursor: default;
  pointer-events: none;
}
.p-question .p-question__item .p-question__q p,
.p-question .p-question__item .p-question__a p {
  opacity: 1;
  transform: none;
  margin: 0;
}
.p-question .p-question__item .p-question__q p a,
.p-question .p-question__item .p-question__a p a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .p-question .p-question__item .p-question__q {
    position: relative;
    cursor: pointer;
    pointer-events: auto;
  }
  .p-question .p-question__item .p-question__q::-webkit-details-marker {
    display: none;
  }
  .p-question .p-question__item .p-question__q::before, .p-question .p-question__item .p-question__q::after {
    position: absolute;
    width: 2px;
    height: 0.9em;
    border-radius: 5px;
    background-color: #333;
    content: "";
    right: -0.5em;
    top: 50%;
    margin-top: -0.45em;
  }
  .p-question .p-question__item .p-question__q::before {
    rotate: 90deg;
  }
  .p-question .p-question__item .p-question__q::after {
    transition: rotate 0.3s;
  }
  .p-question .p-question__item[open] .p-question__q::after {
    rotate: 90deg;
  }
  .p-question .p-question__item .p-question__a p {
    transform: translateY(-10px);
    opacity: 0;
    padding: 0.3em 2em 1.5em 0;
    transition: transform 0.5s, opacity 0.5s;
  }
  .p-question .p-question__item[open] .p-question__a p {
    transform: none;
    opacity: 1;
  }
}

.p-form {
  padding: 70px 0 98px;
  background: #47a638;
}
@media (max-width: 768px) {
  .p-form {
    padding: 50px 0 50px;
  }
}
.p-form .l-container {
  max-width: 1200px;
}
.p-form__title {
  color: #fff;
  margin-bottom: 58px;
}
.p-form__title span {
  font-size: 20px;
}
@media (max-width: 768px) {
  .p-form__title {
    margin-bottom: 30px;
  }
}
.p-form__content {
  position: relative;
  padding: 98px 105px 85px 125px;
  background: #fff;
  border-radius: 40px;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-form__content {
    padding: 98px 30px 85px;
  }
}
@media (max-width: 768px) {
  .p-form__content {
    padding: 37px 30px 48px;
    border-radius: 20px;
  }
}
.p-form__content::after {
  content: "";
  position: absolute;
  top: -208px;
  right: 30px;
  width: 216px;
  height: 208px;
  background: url(../images/guide.png) center/contain no-repeat;
}
@media (max-width: 1279px) {
  .p-form__content::after {
    display: none;
  }
}
.p-form__form-item, .confirm-item {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-form__form-item, .confirm-item {
    flex-direction: column;
  }
}
.p-form__form-item dt, .confirm-item dt {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 10px;
  font-size: 18px;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-form__form-item dt, .confirm-item dt {
    flex-direction: column;
    align-items: flex-start;
    width: 160px;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .p-form__form-item dt, .confirm-item dt {
    width: 100%;
    margin-bottom: 8px;
    padding-top: 0;
  }
}
.p-form__form-item dt label, .confirm-item dt label {
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-form__form-item dt label, .confirm-item dt label {
    font-size: 14px;
  }
}
.p-form__form-item dt .required, .confirm-item dt .required {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background-color: #47a638;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.468;
}
.p-form__form-item dt .optional, .confirm-item dt .optional {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background-color: #d3d3d3;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.468;
}
.p-form__form-item dd, .confirm-item dd {
  flex-grow: 1;
  margin-left: 0;
}
@media (max-width: 768px) {
  .p-form__form-item dd, .confirm-item dd {
    width: 100%;
  }
}
.p-form__form-item dd input, .confirm-item dd input,
.p-form__form-item dd textarea,
.confirm-item dd textarea {
  width: 100%;
  padding: 20px 30px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
@media (max-width: 768px) {
  .p-form__form-item dd input, .confirm-item dd input,
  .p-form__form-item dd textarea,
  .confirm-item dd textarea {
    padding: 10px 20px;
  }
}
.p-form__form-item dd input::placeholder, .confirm-item dd input::placeholder,
.p-form__form-item dd textarea::placeholder,
.confirm-item dd textarea::placeholder {
  color: #c8c8c8;
}
.p-form__form-item dd input:focus, .confirm-item dd input:focus,
.p-form__form-item dd textarea:focus,
.confirm-item dd textarea:focus {
  border-color: #a6a6a6;
}
.p-form__form-item dd select, .confirm-item dd select {
  width: 50%;
  padding: 20px 30px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #ffffff;
  outline: none;
  appearance: none;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .p-form__form-item dd select, .confirm-item dd select {
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .p-form__form-item dd select, .confirm-item dd select {
    width: 100%;
  }
}
.p-form__form-item dd .company-note, .confirm-item dd .company-note {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.468;
}
@media (max-width: 768px) {
  .p-form__form-item dd .company-note, .confirm-item dd .company-note {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 8px;
  }
}
.p-form__form-item dd .name-field, .confirm-item dd .name-field {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-form__form-item dd .name-field:first-child, .confirm-item dd .name-field:first-child {
  margin-right: 34px;
}
@media (max-width: 768px) {
  .p-form__form-item dd .name-field:first-child, .confirm-item dd .name-field:first-child {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.p-form__form-item dd .name-label, .confirm-item dd .name-label {
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-form__form-item dd .name-label, .confirm-item dd .name-label {
    font-size: 14px;
  }
}
.p-form__form-item dd .status-note, .confirm-item dd .status-note {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.6;
}
.p-form__form-item dd .status-note a, .confirm-item dd .status-note a {
  text-decoration: underline;
}
.p-form__form-item dd .message-note, .confirm-item dd .message-note {
  margin-bottom: 23px;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-form__form-item dd .message-note, .confirm-item dd .message-note {
    font-size: 12px;
  }
}
.p-form__form-item, .confirm-item {
  /* 上揃え調整用 */
}
.p-form__form-item.is-align-top, .is-align-top.confirm-item {
  align-items: flex-start;
  padding-top: 15px;
}
.p-form__privacy {
  margin-top: 55px;
}
.p-form__privacy p + p {
  margin-top: 20px;
}
.p-form__privacy label {
  display: block;
  margin: 40px 0 42px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-form__privacy label {
    font-size: 12px;
  }
}
.p-form__privacy-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.768;
}
@media (max-width: 768px) {
  .p-form__privacy-title {
    font-size: 20px;
  }
}
.p-form__privacy-text {
  font-size: 12px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-form__privacy-text {
    text-align: left;
    font-size: 10px;
  }
}
.p-form__privacy-text a {
  text-decoration: underline;
}
.p-form .c-button--arrow, .p-form .p-form__button input.wpcf7-submit, .p-form__button .p-form input.wpcf7-submit {
  width: clamp(303px, 25vw, 367px);
  height: 68px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .p-form .c-button--arrow, .p-form .p-form__button input.wpcf7-submit, .p-form__button .p-form input.wpcf7-submit {
    width: 100%;
  }
}
.p-form .c-button--arrow::before, .p-form .p-form__button input.wpcf7-submit::before, .p-form__button .p-form input.wpcf7-submit::before {
  background-color: currentColor;
}
.p-form .c-button--arrow::after, .p-form .p-form__button input.wpcf7-submit::after, .p-form__button .p-form input.wpcf7-submit::after {
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.p-form .wpcf7-spinner {
  display: none;
}

.wpcf7-acceptance .wpcf7-form-control-wrap,
.wpcf7-acceptance.wpcf7-form-control,
.wpcf7-acceptance .wpcf7-list-item {
  display: contents;
}

.p-news {
  padding: 68px 0 90px;
}
.p-news__list {
  max-width: 800px;
  width: 100%;
  margin: 25px auto 35px;
  text-align: left;
}
.p-news__list li {
  border-bottom: 1px solid #d9d9d9;
  padding: 19px 0;
  display: block;
  text-decoration: none;
  color: inherit;
}
.p-news__list li a {
  transition: opacity 0.3s;
}
.p-news__list li a:hover {
  opacity: 0.7;
}
.p-news__list li time {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}
.p-news__list li + li {
  margin-top: 15px;
}
.p-news__list-tag {
  display: inline-block;
  padding: 4px 8px;
  font-size: 13px;
  color: #191919;
  background-color: #edf5eb;
  border-radius: 2px;
}
.p-news__list-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-top: 11px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.468;
}
@media (max-width: 768px) {
  .p-news__list-title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }
}
.p-news .c-button, .p-news .p-form__button input.wpcf7-submit, .p-form__button .p-news input.wpcf7-submit, .p-news .p-form__button input.wpcf7-previous, .p-form__button .p-news input.wpcf7-previous {
  width: 367px;
  height: 64px;
}
@media (max-width: 768px) {
  .p-news .c-button, .p-news .p-form__button input.wpcf7-submit, .p-form__button .p-news input.wpcf7-submit, .p-news .p-form__button input.wpcf7-previous, .p-form__button .p-news input.wpcf7-previous {
    width: 100%;
  }
}

.u-header {
  padding: 35px 0 55px;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .u-header {
    font-size: 30px;
    padding: 40px 0 30px;
  }
}

.u-section {
  padding: 40px 0 77px;
}
@media (max-width: 768px) {
  .u-section {
    padding: 40px 0 60px;
  }
}
.u-section__bg {
  padding: 40px 0 77px;
  background-color: #47a638;
}
@media (max-width: 768px) {
  .u-section__bg {
    padding: 40px 0 60px;
  }
}
.u-section__lightbg {
  padding: 100px 0;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .u-section__lightbg {
    padding: 40px 0 60px;
  }
}

.under-top {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .under-top {
    padding-top: 48px;
  }
}

.confirm-txt {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .confirm-txt {
    font-size: 18px;
    text-align: left;
  }
}
.confirm-box {
  background-color: #fff;
  border-radius: 40px;
  padding: 116px 10% 78px;
}
@media (max-width: 768px) {
  .confirm-box {
    padding: 40px 8%;
  }
}
.confirm-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
}
.confirm-item:last-child {
  margin-bottom: 65px;
}
.confirm-item dt {
  padding-top: 0;
}
.confirm-item.is-align-top {
  padding: 0 0 15px 0;
}

.p-form__button {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .p-form__button {
    flex-direction: column;
    gap: 15px;
  }
}
.p-form__button input.wpcf7-previous,
.p-form__button input.wpcf7-submit {
  max-width: initial !important;
  border: none;
  font-size: 20px !important;
  width: fit-content !important;
  background-repeat: no-repeat !important;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-form__button input.wpcf7-previous,
  .p-form__button input.wpcf7-submit {
    width: 100% !important;
    font-size: 16px !important;
  }
}
.p-form__button input.wpcf7-previous {
  position: relative;
  background-color: #a9a9a9;
  color: #fff;
  padding: 10px 59px 10px 81px;
  background-image: url(../images/share/btn-arrow-left.svg);
  background-position: left 27px center !important;
}
.p-form__button input.wpcf7-previous:hover {
  background-image: url(../images/share/btn-arrow-left.svg) !important;
}
@media (max-width: 768px) {
  .p-form__button input.wpcf7-previous {
    background-position: left 20px center !important;
    background-size: 25px;
    padding: 10px 60px;
  }
}
.p-form__button input.wpcf7-submit {
  background-image: url("../images/share/btn_arro.svg") !important;
  padding: 10px 112px 10px 75px;
  background-position: right 30px center !important;
  background-size: 16px auto;
  text-align: left;
}
.p-form__button input.wpcf7-submit:disabled {
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .p-form__button input.wpcf7-submit {
    padding: 10px 50px;
    background-position: right 20px center !important;
    text-align: center;
    background-size: 25px !important;
  }
}
.p-form__button .wpcf7-spinner {
  display: none;
}

.contactconf .wpcf7-form .confirm-item:last-of-type dd {
  white-space: pre-line;
}

.p-case-list .l-container {
  max-width: 1040px;
}
.p-case-list .p-voice__list {
  display: grid;
  gap: 50px 40px;
}
@media (max-width: 1279px) {
  .p-case-list .p-voice__list {
    gap: 30px 25px;
  }
}
.p-case-list .c-button, .p-case-list .p-form__button input.wpcf7-previous, .p-form__button .p-case-list input.wpcf7-previous, .p-case-list .p-form__button input.wpcf7-submit, .p-form__button .p-case-list input.wpcf7-submit {
  margin: 82px 0 71px;
}
@media (max-width: 768px) {
  .p-case-list .c-search-filter {
    margin-bottom: 50px;
  }
  .p-case-list .c-button, .p-case-list .p-form__button input.wpcf7-previous, .p-form__button .p-case-list input.wpcf7-previous, .p-case-list .p-form__button input.wpcf7-submit, .p-form__button .p-case-list input.wpcf7-submit {
    margin: 45px 0 65px;
  }
}

.p-case-detail .l-container {
  max-width: 900px;
  padding-top: 35px;
  text-align: start;
  line-height: 1.53;
}
.p-case-detail__title {
  margin: 21px 0 50px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-case-detail__title {
    font-size: 24px;
    margin: 10px 0 30px;
  }
}
.p-case-detail__company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 57px;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .p-case-detail__company {
    flex-direction: column;
    gap: 29.65px;
    padding-bottom: 30px;
    margin-bottom: 24px;
    border-bottom: 3px dotted #fcd355;
  }
}
.p-case-detail__company-image {
  width: 53.3%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-case-detail__company-image {
    width: 100%;
  }
}
.p-case-detail__company-text {
  max-width: 360px;
}
.p-case-detail__company-text .company-name {
  margin-bottom: 31px;
  font-size: 22px;
  font-weight: 500;
}
.p-case-detail__company-text .company-info {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  gap: 6px;
}
.p-case-detail__company-text .company-info dt {
  font-weight: 500;
  min-width: 80px;
}
.p-case-detail__company-text .company-info:not(:first-child) {
  margin-top: 18px;
}
.p-case-detail__company-text dd {
  position: relative;
  padding-left: 16px;
}
.p-case-detail__company-text dd::before {
  content: ":";
  position: absolute;
  top: 0;
  left: 0;
}
.p-case-detail__company-text dd span {
  padding: 4px 10px;
  background-color: #edf5eb;
  border-radius: 2px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-case-detail__company-text .company-name {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .p-case-detail__company-text .company-info {
    gap: 3px;
  }
  .p-case-detail__company-text .company-info dt {
    font-size: 13px;
    min-width: 65px;
  }
  .p-case-detail__company-text .company-info:not(:first-child) {
    margin-top: 10px;
  }
}
.p-case-detail__company-lead {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.944;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-case-detail__company-lead {
    font-size: 15px;
    line-height: 1.8;
  }
}
.p-case-detail__company-annotation {
  text-align: right;
  margin-right: 0px;
  margin-bottom: 85px;
  font-size: 13px;
  line-height: 2.462;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-case-detail__company-annotation {
    text-align: left;
    font-size: 12px;
    margin: 0 0 50px;
    letter-spacing: -0.01em;
  }
}
.p-case-detail__summary {
  background-color: #f1f3f5;
  border-radius: 20px;
  padding: 34px 40px 23px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-case-detail__summary {
    padding: 27px 10px 9px;
  }
}
.p-case-detail__summary-title {
  margin-bottom: 19px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.6em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-case-detail .summary-list .summary-item {
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .p-case-detail .summary-list .summary-item {
    gap: 15px;
    padding: 20px 0;
    padding-left: 5px;
  }
}
.p-case-detail .summary-list .summary-item + .summary-item {
  border-top: 1px solid #d5d9db;
}
.p-case-detail .summary-list .summary-item:first-child {
  padding-top: 0;
}
.p-case-detail .summary-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-case-detail .summary-badge {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
}
.p-case-detail .summary-badge.type-blue {
  background-color: #85a8bf;
  color: #fff;
}
.p-case-detail .summary-badge.type-green-border {
  background-color: #fff;
  border: 3px solid #47a638;
  color: #47a638;
}
@media (max-width: 768px) {
  .p-case-detail .summary-badge.type-green-border {
    border: 2px solid #47a638;
  }
}
.p-case-detail .summary-badge.type-green-fill {
  background-color: #47a638;
  color: #fff;
}
.p-case-detail .summary-text {
  padding-right: 10px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .p-case-detail .summary-text {
    padding-right: 10px;
    font-size: 14px;
  }
}
.p-case-detail__article {
  padding: 100px 0 73px;
}
@media (max-width: 768px) {
  .p-case-detail__article {
    padding: 60px 0 44px;
  }
}
.p-case-detail__article h2 {
  margin-top: 70px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  line-height: 1.53;
}
@media (max-width: 768px) {
  .p-case-detail__article h2 {
    margin-top: 60px;
    font-size: 22px;
    letter-spacing: -0.02em;
  }
}
.p-case-detail__article h2:first-child {
  margin-top: 0;
}
.p-case-detail__article h3 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.455;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-case-detail__article h3 {
    margin-top: 40px;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
}
.p-case-detail__article h3:first-child {
  margin-top: 0;
}
.p-case-detail__article p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2.133;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-case-detail__article p {
    margin-top: 20px;
    line-height: 1.933;
  }
}
.p-case-detail__article p:first-child {
  margin-top: 0;
}
.p-case-detail__article .wp-block-image:first-child img {
  margin-top: 0;
}
.p-case-detail__article img {
  width: 82.67%;
  margin-inline: auto;
  margin-top: 50px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-case-detail__article img {
    width: 100%;
    margin-top: 40px;
    border-radius: 10px;
  }
}
.p-case-detail__article figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 2.714;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .p-case-detail__article figcaption {
    margin-top: 0;
    font-size: 12px;
    line-height: 3.167;
  }
}
.p-case-detail__button-area {
  display: flex;
  justify-content: center;
  padding: 59px 0 74px;
  background-color: #fafafa;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.p-case-detail__button-area .c-button, .p-case-detail__button-area .p-form__button input.wpcf7-previous, .p-form__button .p-case-detail__button-area input.wpcf7-previous, .p-case-detail__button-area .p-form__button input.wpcf7-submit, .p-form__button .p-case-detail__button-area input.wpcf7-submit {
  width: 456px;
  height: 92px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .p-case-detail__button-area {
    padding: 30px 0;
    margin-top: 60px;
  }
  .p-case-detail__button-area .c-button, .p-case-detail__button-area .p-form__button input.wpcf7-previous, .p-form__button .p-case-detail__button-area input.wpcf7-previous, .p-case-detail__button-area .p-form__button input.wpcf7-submit, .p-form__button .p-case-detail__button-area input.wpcf7-submit {
    width: 320px;
    height: 64px;
    font-size: 18px;
  }
}
.p-case-detail__others {
  max-width: 1040px;
  padding: 63px 0 98px;
  margin: 0 auto;
  width: 90%;
}
.p-case-detail__others .p-voice__list {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-case-detail__others {
    padding: 53px 0 58px;
  }
}
.p-case-detail__others-title {
  margin-bottom: 49px;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 768px) {
  .p-case-detail__others-title {
    margin-bottom: 28px;
    font-size: 20px;
  }
}

.p-news-list .l-container {
  max-width: 1040px;
}
.p-news-list .c-page-title {
  margin: 85px 0 49px;
}
.p-news-list .p-news__list {
  margin-bottom: 40px;
}
.p-news-list .c-search-tags .search-tag {
  padding: 5px 9px;
}
.p-news-list .c-button, .p-news-list .p-form__button input.wpcf7-previous, .p-form__button .p-news-list input.wpcf7-previous, .p-news-list .p-form__button input.wpcf7-submit, .p-form__button .p-news-list input.wpcf7-submit {
  margin: 82px 0 71px;
}
@media (max-width: 768px) {
  .p-news-list .c-button, .p-news-list .p-form__button input.wpcf7-previous, .p-form__button .p-news-list input.wpcf7-previous, .p-news-list .p-form__button input.wpcf7-submit, .p-form__button .p-news-list input.wpcf7-submit {
    margin: 45px 0 64px;
  }
}
@media (max-width: 768px) {
  .p-news-list time {
    margin-left: 2px;
  }
}
.p-news-list .p-news__list-tag + .p-news__list-tag {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .p-news-list .p-news__list {
    margin-bottom: 56px;
  }
  .p-news-list .p-news__list-title {
    font-size: 14px;
    line-height: 1.468;
  }
  .p-news-list .p-news__list li + li {
    margin-top: 4px;
  }
  .p-news-list .p-news__list-title {
    margin-top: 13px;
  }
}

.p-news-detail .l-container {
  max-width: 800px;
  padding-top: 35px;
  text-align: start;
}
.p-news-detail__head {
  display: flex;
  align-items: center;
  margin: 45px 0 12px;
}
.p-news-detail__head time {
  font-size: 14px;
  margin-right: 15px;
}
.p-news-detail__head .p-news__list-tag {
  transition: opacity 0.3s;
}
.p-news-detail__head .p-news__list-tag:hover {
  opacity: 0.7;
}
.p-news-detail__head .p-news__list-tag + .p-news__list-tag {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .p-news-detail__head {
    margin: 27px 0 20px;
  }
  .p-news-detail__head .p-news__list-tag {
    font-size: 12px;
  }
}
.p-news-detail__title {
  margin-bottom: 45px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .p-news-detail__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.458;
  }
}
.p-news-detail__image img {
  margin-bottom: 69px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-news-detail__image img {
    margin-bottom: 40px;
    border-radius: 10px;
  }
}
.p-news-detail__body h2,
.p-news-detail__body h3,
.p-news-detail__body h4,
.p-news-detail__body h5 {
  font-weight: 500;
  line-height: 1.455;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-news-detail__body h2,
  .p-news-detail__body h3,
  .p-news-detail__body h4,
  .p-news-detail__body h5 {
    line-height: 1.53;
    letter-spacing: -0.02em;
    margin-bottom: 20px !important;
  }
}
.p-news-detail__body h2 {
  margin-bottom: 37px;
  font-size: 22px;
}
.p-news-detail__body h3,
.p-news-detail__body h4,
.p-news-detail__body h5 {
  margin-bottom: 30px;
}
.p-news-detail__body h3 {
  font-size: 20px;
}
.p-news-detail__body h4 {
  font-size: 18px;
}
.p-news-detail__body p {
  font-size: 15px;
  line-height: 2.133;
  letter-spacing: 0.05em;
}
.p-news-detail__body p + .p-news-detail__body p {
  margin-top: 50px;
}
.p-news-detail__body p:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .p-news-detail__body p {
    line-height: 1.933;
  }
  .p-news-detail__body p + .p-news-detail__body p {
    margin-top: 30px;
  }
  .p-news-detail__body p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-news-detail__body .wp-block-image:not(:last-child) {
  margin-bottom: 50px;
}
.p-news-detail__body img {
  border-radius: 20px;
  width: 80%;
  margin: 0 auto;
}
.p-news-detail__button-area {
  display: flex;
  justify-content: center;
  padding: 59px 0 74px;
  margin-top: 105px;
  background-color: #fafafa;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.p-news-detail__button-area .c-button, .p-news-detail__button-area .p-form__button input.wpcf7-previous, .p-form__button .p-news-detail__button-area input.wpcf7-previous, .p-news-detail__button-area .p-form__button input.wpcf7-submit, .p-form__button .p-news-detail__button-area input.wpcf7-submit {
  width: 456px;
  height: 92px;
  font-size: 22px;
  position: relative;
}
.p-news-detail__button-area .c-button::before, .p-news-detail__button-area .p-form__button input.wpcf7-previous::before, .p-form__button .p-news-detail__button-area input.wpcf7-previous::before, .p-news-detail__button-area .p-form__button input.wpcf7-submit::before, .p-form__button .p-news-detail__button-area input.wpcf7-submit::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  width: 33px;
  height: 2px;
  background-color: #47a638;
}
.p-news-detail__button-area .c-button::after, .p-news-detail__button-area .p-form__button input.wpcf7-previous::after, .p-form__button .p-news-detail__button-area input.wpcf7-previous::after, .p-news-detail__button-area .p-form__button input.wpcf7-submit::after, .p-form__button .p-news-detail__button-area input.wpcf7-submit::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #47a638;
  border-right: 2px solid #47a638;
  transform: translateY(-50%) rotate(135deg);
}
@media (max-width: 768px) {
  .p-news-detail__button-area .c-button::before, .p-news-detail__button-area .p-form__button input.wpcf7-previous::before, .p-form__button .p-news-detail__button-area input.wpcf7-previous::before, .p-news-detail__button-area .p-form__button input.wpcf7-submit::before, .p-form__button .p-news-detail__button-area input.wpcf7-submit::before {
    right: 16px;
    width: 21.7px;
    height: 2px;
  }
  .p-news-detail__button-area .c-button::after, .p-news-detail__button-area .p-form__button input.wpcf7-previous::after, .p-form__button .p-news-detail__button-area input.wpcf7-previous::after, .p-news-detail__button-area .p-form__button input.wpcf7-submit::after, .p-form__button .p-news-detail__button-area input.wpcf7-submit::after {
    right: 16px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 768px) {
  .p-news-detail__button-area {
    padding: 30px 0;
    margin-top: 60px;
  }
  .p-news-detail__button-area .c-button, .p-news-detail__button-area .p-form__button input.wpcf7-previous, .p-form__button .p-news-detail__button-area input.wpcf7-previous, .p-news-detail__button-area .p-form__button input.wpcf7-submit, .p-form__button .p-news-detail__button-area input.wpcf7-submit {
    width: 320px;
    height: 64px;
    font-size: 18px;
  }
}

.p-environment .l-container {
  text-align: left;
  max-width: 800px;
}
.p-environment .c-page-title {
  margin-top: 58px;
  font-size: 34px;
  line-height: 1.53;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-environment .c-page-title {
    font-size: 32px;
  }
}
.p-environment .c-page-text {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 2.133;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-environment .c-page-text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}
.p-environment__inner {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .p-environment__inner {
    padding-bottom: 0;
  }
}
.p-environment__inner .env-block {
  margin-bottom: 50px;
}
.p-environment__inner .env-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-environment__inner .env-block {
    margin-bottom: 30px;
  }
}
.p-environment__inner .env-title {
  padding: 10px 23px;
  background-color: #edf5eb;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-environment__inner .env-title {
    font-size: 14px;
    padding: 8px 12px;
  }
}
.p-environment__inner .env-body {
  padding: 24px 23px 0 23px;
}
@media (max-width: 768px) {
  .p-environment__inner .env-body {
    padding: 14px 14px 0 12px;
  }
}
.p-environment__inner .env-list li {
  position: relative;
  font-size: 15px;
  line-height: 2.133;
  letter-spacing: 0.05em;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .p-environment__inner .env-list li {
    font-size: 13px;
  }
}
.p-environment__inner .env-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.p-environment__button-area {
  display: flex;
  justify-content: center;
  padding: 59px 0 74px;
  background-color: #fafafa;
}
@media (max-width: 768px) {
  .p-environment__button-area {
    padding: 30px 0;
    margin-top: 60px;
  }
}

.u-question {
  padding: 0;
}
.u-question__under {
  padding: 63px 0 82px;
}
@media (max-width: 768px) {
  .u-question__under {
    padding: 60px 0;
  }
}
.u-question__under .c-button, .u-question__under .p-form__button input.wpcf7-previous, .p-form__button .u-question__under input.wpcf7-previous, .u-question__under .p-form__button input.wpcf7-submit, .p-form__button .u-question__under input.wpcf7-submit {
  margin-top: 82px;
}
@media (max-width: 768px) {
  .u-question__under .c-button, .u-question__under .p-form__button input.wpcf7-previous, .p-form__button .u-question__under input.wpcf7-previous, .u-question__under .p-form__button input.wpcf7-submit, .p-form__button .u-question__under input.wpcf7-submit {
    margin-top: 45px;
  }
}
.u-question .p-question__item {
  padding: 22px 57px 31px 31px;
}
@media (max-width: 768px) {
  .u-question .p-question__item {
    padding: 16px 30px 16px 14px;
  }
}
.u-question .p-question__q p,
.u-question .p-question__a p {
  margin-right: 0;
}

.l-footer {
  padding: 60px 20px 30px;
  background-color: #47a638;
  color: #fff;
  font-family: sans-serif;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 48px 16px 62px;
  }
}
.l-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.l-footer__info-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .l-footer__info-wrap {
    flex-wrap: wrap;
  }
}
.l-footer__company {
  flex: 1;
  max-width: 445px;
}
@media (max-width: 768px) {
  .l-footer__company {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 27px;
  }
}
.l-footer__logo {
  width: 171px;
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  .l-footer__logo {
    margin-bottom: 16px;
  }
}
.l-footer__company-name {
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .l-footer__company-name {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.l-footer__address {
  font-style: normal;
  line-height: 1.468;
}
@media (max-width: 768px) {
  .l-footer__address {
    font-size: 14px;
  }
}
.l-footer__nav {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .l-footer__nav {
    width: 50%;
    flex-basis: 50%;
    padding-top: 0;
  }
}
.l-footer__nav .l-footer__nav-list li {
  position: relative;
  padding-left: 15px;
  line-height: 2.168;
}
@media (max-width: 768px) {
  .l-footer__nav .l-footer__nav-list li {
    font-size: 14px;
  }
}
.l-footer__nav .l-footer__nav-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.l-footer__nav .l-footer__nav-list li a {
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer__nav .l-footer__nav-list li a:hover {
  opacity: 0.7;
}
.l-footer__nav--main {
  margin-right: 60px;
  font-weight: bold;
}
.l-footer__nav--main li {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-footer__nav--main {
    margin-right: 0;
  }
}
.l-footer__nav-sub li {
  font-size: 16px;
}
.l-footer__btn-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 154px;
}
@media (max-width: 768px) {
  .l-footer__btn-wrap {
    gap: 7px;
    align-items: center;
    margin-bottom: 0;
  }
}
.l-footer__btn-wrap .c-button, .l-footer__btn-wrap .p-form__button input.wpcf7-previous, .p-form__button .l-footer__btn-wrap input.wpcf7-previous, .l-footer__btn-wrap .p-form__button input.wpcf7-submit, .p-form__button .l-footer__btn-wrap input.wpcf7-submit {
  max-width: 320px;
}
@media (max-width: 768px) {
  .l-footer__btn-wrap .c-button, .l-footer__btn-wrap .p-form__button input.wpcf7-previous, .p-form__button .l-footer__btn-wrap input.wpcf7-previous, .l-footer__btn-wrap .p-form__button input.wpcf7-submit, .p-form__button .l-footer__btn-wrap input.wpcf7-submit {
    font-size: 16px;
    height: 49px;
  }
}
@media (max-width: 768px) {
  .l-footer__btn-wrap .c-button--with-icon {
    gap: 5px;
  }
  .l-footer__btn-wrap .c-button--with-icon img {
    width: 20px;
    height: 20px;
  }
}
.l-footer__copyright {
  text-align: center;
}
.l-footer__copyright small {
  font-size: 13px;
}
@media (max-width: 768px) {
  .l-footer__copyright small {
    font-size: 12px;
  }
}
.l-footer .sp-fixed-footer {
  display: none;
}
@media (max-width: 768px) {
  .l-footer .sp-fixed-footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #47a638;
    z-index: 999;
  }
}
.l-footer .sp-fixed-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  padding: 10px 0 10px 13px;
  box-sizing: border-box;
}
.l-footer .sp-fixed-footer__main-btns {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 6px;
  margin-right: 14px;
  height: 100%;
}
.l-footer .sp-fixed-footer__main-btns .c-button, .l-footer .sp-fixed-footer__main-btns .p-form__button input.wpcf7-previous, .p-form__button .l-footer .sp-fixed-footer__main-btns input.wpcf7-previous, .l-footer .sp-fixed-footer__main-btns .p-form__button input.wpcf7-submit, .p-form__button .l-footer .sp-fixed-footer__main-btns input.wpcf7-submit {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 14px;
  padding: 0;
}
.l-footer .sp-fixed-footer__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #117a00;
  color: #fff;
  margin-left: auto;
  flex-shrink: 0;
  border-left: 1px solid #fff;
}
.l-footer .sp-fixed-footer__tel .icon-phones {
  width: 21px;
  height: 26px;
}

.l-container {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 768px) {
  .l-container {
    width: 91.5%;
    min-width: 343px;
  }
}
.l-container.-wide {
  max-width: 1200px;
}

.l-container02 {
  max-width: 1030px;
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 768px) {
  .l-container02 {
    width: 91.5%;
    min-width: 343px;
  }
}
.l-container02.-wide {
  max-width: 1200px;
}

.c-page-title {
  margin-top: 35px;
  margin-bottom: 22px;
  font-size: 40px;
}
@media (max-width: 768px) {
  .c-page-title {
    margin-bottom: 15px;
    font-size: 30px;
  }
}

.c-page-text {
  margin-bottom: 51px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .c-page-text {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.c-button, .p-form__button input.wpcf7-previous, .p-form__button input.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  width: 100%;
  max-width: 665px;
  height: 70px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  transition: 0.1s;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .c-button, .p-form__button input.wpcf7-previous, .p-form__button input.wpcf7-submit {
    height: 60px;
    font-size: 20px;
  }
}
.c-button:hover, .p-form__button input.wpcf7-previous:hover, .p-form__button input.wpcf7-submit:hover {
  transform: translateY(-2px);
  background: #26b110;
  border: 1px solid #fff;
  color: #fff;
}
.c-button--primary, .p-form__button input.wpcf7-submit {
  background: #ffc000;
  color: #fff;
  border: 1.14px solid #fff;
}
.c-button--secondary {
  background: #fff;
  color: #ff9500;
}
.c-button--green {
  width: 367px;
  height: 64px;
  background: #fff;
  color: #333;
  border: 2px solid #47a638;
  font-size: 18px;
}
@media (max-width: 768px) {
  .c-button--green {
    width: 320px;
  }
}
.c-button--with-icon {
  gap: 15px;
}
.c-button--with-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.c-button--arrow, .p-form__button input.wpcf7-submit {
  position: relative;
}
.c-button--arrow::before, .p-form__button input.wpcf7-submit::before {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  width: 33px;
  height: 2px;
  background-color: #47a638;
}
.c-button--arrow::after, .p-form__button input.wpcf7-submit::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 52%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #47a638;
  border-right: 2px solid #47a638;
  transform: translateY(-50%) rotate(45deg);
}
.c-button--arrow:hover, .p-form__button input.wpcf7-submit:hover {
  content: "";
  cursor: pointer;
}
.c-button--arrow:hover::before, .p-form__button input.wpcf7-submit:hover::before {
  background-color: #fff;
}
.c-button--arrow:hover::after, .p-form__button input.wpcf7-submit:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 768px) {
  .c-button--arrow::before, .p-form__button input.wpcf7-submit::before {
    right: 16px;
    width: 21.7px;
    height: 2px;
  }
  .c-button--arrow::after, .p-form__button input.wpcf7-submit::after {
    right: 16px;
    width: 8px;
    height: 8px;
  }
}
.c-button.is-disabled, .p-form__button input.is-disabled.wpcf7-previous, .p-form__button input.is-disabled.wpcf7-submit {
  background: #ccc;
  color: #fff;
  border-color: #ccc;
  pointer-events: none;
  opacity: 0.6;
}
.c-button.is-disabled::before, .p-form__button input.is-disabled.wpcf7-previous::before, .p-form__button input.is-disabled.wpcf7-submit::before, .c-button.is-disabled::after, .p-form__button input.is-disabled.wpcf7-previous::after, .p-form__button input.is-disabled.wpcf7-submit::after {
  display: none;
}
.c-button--back {
  position: relative;
}
.c-button--back::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  width: 33px;
  height: 2px;
  background-color: #47a638;
}
.c-button--back::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 51%;
  width: 8px;
  height: 8px;
  border-left: 2px solid #47a638;
  border-bottom: 2px solid #47a638;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .c-button--back::before {
    left: 16px;
    width: 21.7px;
    height: 2px;
  }
  .c-button--back::after {
    left: 16px;
    width: 8px;
    height: 8px;
  }
}

.p-news-detail__button-area .c-button--back::before {
  left: 32px;
  top: 50%;
  width: 33px;
  height: 2px;
  background-color: #47a638;
  transform: translateY(-50%);
}
.p-news-detail__button-area .c-button--back::after {
  left: 32px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: 2px solid #47a638;
  border-bottom: 2px solid #47a638;
  border-right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.c-page-top {
  position: fixed;
  bottom: 24px;
  right: 63px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background-color: #47a638;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s, transform 0.2s;
}
@media (max-width: 768px) {
  .c-page-top {
    bottom: 70px;
    right: 16px;
  }
}
.c-page-top__arrow {
  display: block;
  width: 33px;
  height: 26px;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin-bottom: 8px;
}
.c-page-top__text {
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  white-space: nowrap;
}
.c-page-top:hover {
  transform: translateY(-5px);
  background-color: rgb(79.1554054054, 185.0675675676, 62.4324324324);
}
.c-page-top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 30px 38px 0;
  font-size: 13px;
}
@media (max-width: 768px) {
  .c-breadcrumb {
    margin: 12px 21px 0;
    font-size: 11px;
  }
}
.c-breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  min-width: 0;
}
@media (max-width: 768px) {
  .c-breadcrumb .breadcrumb-item a, .c-breadcrumb .breadcrumb-item[aria-current=page] {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-breadcrumb .breadcrumb-item {
    max-width: 200px;
  }
}
.c-breadcrumb .breadcrumb-item a {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.c-breadcrumb .breadcrumb-item a:hover {
  opacity: 0.7;
}
.c-breadcrumb .breadcrumb-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 1px solid #47a638;
  border-right: 1px solid #47a638;
  transform: rotate(45deg);
  vertical-align: middle;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  background-color: #fafafa;
  transition: background-color 0.2s, color 0.2s;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  display: none;
}
.pagination .page-numbers.current {
  background-color: #47a638;
  color: #fff;
}
.pagination a.page-numbers:hover {
  background-color: #e0e0e0;
}
.pagination .page-numbers.dots {
  background-color: transparent;
  width: auto;
  min-width: 20px;
}

.c-search-filter {
  width: 100%;
  margin: 0 auto 80px;
  border: 3px solid #47a638;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-search-filter {
    margin: 0 auto 34px;
  }
}
.c-search-filter__header {
  background-color: #47a638;
  color: #fff;
  padding: 13px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-search-filter__header {
    padding: 6px 23px;
  }
}
.c-search-filter__title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .c-search-filter__title {
    font-size: 20px;
    padding: 0;
  }
}
.c-search-filter__arrow {
  position: absolute;
  right: 36px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: -12px;
  transform: rotate(225deg);
  transition: transform 0.3s ease;
}
.is-open .c-search-filter__arrow {
  transform: rotate(45deg);
  margin-top: 8px;
}
.c-search-filter__body {
  padding: 0 43px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.is-open .c-search-filter__body {
  max-height: 500px;
  overflow-y: scroll;
  padding: 43px 30px;
}
@media (max-width: 768px) {
  .c-search-filter__body {
    padding: 0 15px;
  }
  .is-open .c-search-filter__body {
    max-height: 500px;
    padding: 15px;
  }
}
.c-search-filter__note {
  font-size: 15px;
  color: #47a638;
  margin: 36px 0;
  font-weight: 600;
}

.c-search-tabs {
  display: flex;
  gap: 25px;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-search-tabs {
    flex-direction: column;
    gap: 12px;
  }
}
.c-search-tabs .search-tab {
  flex: 1;
  max-width: 240px;
  padding: 17px 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  background-color: #f6f6f6;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-search-tabs .search-tab {
    max-width: initial;
    width: 100%;
  }
}
.c-search-tabs .search-tab.active {
  background-color: #edf5eb;
  border-color: #47a638;
  font-weight: 600;
}

.c-search-tags[hidden] {
  display: none !important;
}

.c-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.c-search-tags .search-tag {
  padding: 5px 18px;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  background-color: #f6f6f6;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 768px) {
  .c-search-tags .search-tag {
    font-size: 12px;
  }
}
.c-search-tags .search-tag.active {
  background-color: #47a638;
  color: #fff;
  font-weight: 600;
}

.c-marker {
  background: linear-gradient(transparent 72%, rgba(255, 192, 0, 0.5) 72%);
}

.u-green {
  color: #26b110;
}

.u-orange {
  color: #ffaa00;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-p20 {
  padding: 20px;
}

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

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-hidden {
  display: none;
}

.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

.u-flex {
  display: flex;
}
@media (max-width: 768px) {
  .u-flex {
    flex-direction: column;
  }
}

.u-inline-flex {
  display: inline-flex;
}

.u-justify-center {
  justify-content: center;
}

.u-justify-between {
  justify-content: space-between;
}

.u-items-center {
  align-items: center;
}

.u-flex-column {
  flex-direction: column;
}

.u-w100 {
  width: 100%;
}

.u-h100 {
  height: 100%;
}

.u-maxw1000 {
  max-width: 1000px;
}

.u-fs12 {
  font-size: 1.2rem;
}

.u-fs14 {
  font-size: 1.4rem;
}

.u-fs16 {
  font-size: 1.6rem;
}

.u-fs40 {
  font-size: 4rem;
}

.u-bold {
  font-weight: bold;
}

.u-normal {
  font-weight: normal;
}

.u-display-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-display-sp {
    display: block;
  }
}

.u-display-pc {
  display: block;
}
@media (max-width: 768px) {
  .u-display-pc {
    display: none;
  }
}

#feature,
#flow,
#faq,
#news,
#contact {
  scroll-margin-top: 140px;
}

@media screen and (max-width: 768px) {
  #feature,
  #flow,
  #news,
  #contact {
    scroll-margin-top: 70px;
  }
  #faq, #contact {
    scroll-margin-top: 30px;
  }
}
button {
  color: #333 !important;
}/*# sourceMappingURL=style.css.map */