@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 100%;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Maru Gothic", serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

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

.l-header {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 0.3125rem solid #4EA90F;
}
@media screen and (max-width: 767px) {
  .l-header {
    border-bottom: 0.1875rem solid #4EA90F;
  }
}

.l-header__inner {
  width: 100%;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0rem 0.9375rem;
  }
}

.l-header__logo {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    font-size: 1.125rem;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}

.l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header__box {
    display: none;
  }
}

.l-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.l-header__button {
  width: 100%;
  width: 7.5rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  background: #4EA90F;
  border: 0.125rem solid #4EA90F;
  border-radius: 0.625rem;
}
.l-header__button:hover {
  color: #4EA90F;
  background: #fff;
}
.l-header__button_pink {
  width: 8.75rem;
  background: #E18182;
  border: 0.125rem solid #E18182;
}
.l-header__button_pink:hover {
  color: #E18182;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.875rem;
}

.l-header-nav__list {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}

.l-header-nav__link {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  border-bottom: 0.125rem solid rgba(142, 195, 30, 0);
}
.l-header-nav__link:hover {
  color: #4EA90F;
  border-bottom: 0.125rem solid #4EA90F;
}

.l-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 3.75rem;
  }
}

.l-footer {
  width: 100%;
  background: #4EA90F;
}

.l-footer__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 3.75rem 0 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 2.5rem 0.9375rem 1.875rem 0.9375rem;
  }
}

.l-footer__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0rem;
  }
}

.l-footer__logo {
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    font-size: 1.25rem;
  }
}

.l-footer__text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
}

.l-footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__group {
    display: none;
    gap: 0.9375rem;
    margin-top: 1.875rem;
  }
}

.l-footer__button {
  width: 100%;
  width: 8.75rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  background: #FFA639;
  border: 0.125rem solid #FFA639;
  border-radius: 0.625rem;
}
.l-footer__button:hover {
  color: #FFA639;
  background: #fff;
}
.l-footer__button_pink {
  background: #E18182;
  border: 0.125rem solid #E18182;
}
.l-footer__button_pink:hover {
  color: #E18182;
  background: #fff;
}

.l-footer-nav {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    display: none;
  }
}

.l-footer-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__lists {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    text-align: center;
  }
}

.l-footer-nav__list {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 0 1.25rem;
  border-right: 1px solid #fff;
}
.l-footer-nav__list:first-of-type {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__list {
    width: calc(50% - 1rem);
    font-size: 0.875rem;
  }
}

.l-footer-nav__link {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__link {
    font-size: 0.875rem;
  }
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer-small {
  width: 100%;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer-small {
    font-size: 0.75rem;
  }
}

.c-hamburger {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 99;
  top: 1.3125rem;
  right: 0.9375rem;
  width: 1.25rem;
  height: 1.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.25rem;
  height: 2px;
  background: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.5rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 1rem;
}

.c-hamburger.active {
  background: rgba(255, 255, 255, 0);
}
.c-hamburger.active span {
  background: #fff;
}
.c-hamburger.active span:nth-of-type(1) {
  top: 0.5625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.5625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: 98;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 90%;
  height: 100%;
  background: #4EA90F;
  padding: 5.625rem 1.25rem 3.125rem 1.25rem;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
}

.c-hamburger-nav__list {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border-bottom: 0.125rem dashed #fff;
}

.c-hamburger-nav__link {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 0.5rem;
}

.c-hamburger-nav__sub-lists {
  margin-top: 1.25rem;
}

.c-hamburger-nav__sub-list {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.c-hamburger-nav__sub-link {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.c-hamburger-nav__sub-link::before {
  content: "-";
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-right: 0.3125rem;
}

.c-hamburger-nav.active {
  right: 0rem;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 3.125rem;
  }
}
.c-breadcrumb a:hover {
  color: #1E9150;
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
}
.c-breadcrumb__list::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: -0.625rem;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
.c-breadcrumb__list_end::after {
  display: none;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    gap: 0.375rem;
  }
}
.pagination .page-numbers {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0em;
}
.pagination .page-numbers:hover {
  color: #369CDA;
}
.pagination .dots {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
.pagination .dots:hover {
  color: #333;
}
.pagination .current {
  color: #369CDA;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
.pagination .prev {
  position: relative;
  top: 0.125rem;
  font-size: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid #369CDA;
  border-left: 2px solid #369CDA;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .next {
  position: relative;
  top: 0.125rem;
  font-size: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #369CDA;
  border-right: 2px solid #369CDA;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-post-template {
  position: relative;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  background: #fff;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-post-template {
    margin-top: 2.5rem;
  }
}
.c-post-template h2 {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  background: #4EA90F;
  padding: 1.25rem;
  border-radius: 0.625rem;
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-post-template h2 {
    font-size: 1.125rem;
    padding: 1rem 0.9375rem;
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
.c-post-template h3 {
  position: relative;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
  background: rgba(225, 129, 130, 0.15);
  padding: 1.25rem;
  border-bottom: solid 0.3125rem #E18182;
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-post-template h3 {
    font-size: 1rem;
    padding: 0.3125rem;
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
}
.c-post-template h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 0.25rem solid #FFA639;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-post-template h4 {
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.c-post-template h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 0.25rem dotted #4EA90F;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-post-template h5 {
    font-size: 1rem;
    margin-top: 1.875rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.c-post-template h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-post-template h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.c-post-template p {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-post-template p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.c-post-template figure {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-post-template figure {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.c-post-template figure figcaption {
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.c-post-template img {
  width: auto;
}
.c-post-template div {
  max-width: 100%;
}
.c-post-template blockquote {
  padding: 2.5rem;
  background: #eeeeee;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-post-template blockquote {
    padding: 1.5rem;
  }
}
.c-post-template blockquote cite {
  display: inline-block;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-post-template blockquote cite {
    margin-top: 0.625rem;
  }
}
.c-post-template blockquote p {
  margin: 0;
}
.c-post-template table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.c-post-template table th,
.c-post-template table td {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.625rem;
  border: 1px solid #4EA90F;
}
.c-post-template table th {
  font-weight: 700;
}
.c-post-template table thead {
  border: none;
}
.c-post-template table thead th {
  color: #fff;
  background: #4EA90F;
  text-align: center;
  border-right: 1px solid #ffffff;
}
.c-post-template table thead th:last-of-type {
  border-right: 1px solid #4EA90F;
}
.c-post-template dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #4EA90F;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.c-post-template dl dt, .c-post-template dl dd {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #4EA90F;
  padding: 1rem;
}
.c-post-template dl dt {
  width: 20%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-post-template dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0rem;
  }
}
.c-post-template dl dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .c-post-template dl dd {
    width: 100%;
  }
}
.c-post-template ul {
  width: 100%;
  padding-left: 1rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.c-post-template ul li {
  position: relative;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  list-style: disc;
  margin-bottom: 0.625rem;
}
.c-post-template ul li:last-child {
  margin-bottom: 0;
}
.c-post-template ul li ul {
  margin-top: 0.625rem;
  margin-bottom: 0rem;
}
.c-post-template ol {
  width: 100%;
  padding-left: 1.25rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  /* 2段階目のリストスタイル */
}
.c-post-template ol li {
  position: relative;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  list-style-type: decimal;
  margin-bottom: 0.625rem;
}
.c-post-template ol li:last-child {
  margin-bottom: 0;
}
.c-post-template ol li ol {
  margin-top: 0.625rem;
  margin-bottom: 0rem;
  padding-left: 1rem;
}
.c-post-template ol li ol li {
  list-style-type: upper-roman;
}
.c-post-template ol li ol li {
  list-style-type: upper-latin;
}
.c-post-template ol li ol li ol li {
  list-style-type: lower-alpha;
}
.c-post-template a {
  color: #0387CC;
  text-decoration: underline;
}
.c-post-template a:hover {
  opacity: 0.7;
}
.c-post-template address {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.c-post-template address p {
  margin: 0;
}

.c-page-header {
  width: 100%;
  background-color: #f6faf3;
  background-image: radial-gradient(circle, #e4f5dd 0.15625rem, transparent 0.15625rem), radial-gradient(circle, #e4f5dd 0.15625rem, transparent 0.15625rem);
  background-position: 0 0, 0.46875rem 0.9375rem;
  background-size: 0.9375rem 1.875rem;
}

.c-page-header__inner {
  width: 100%;
  padding: 2.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-page-header__inner {
    padding: 2.5rem 0.9375rem;
  }
}

.c-page-header__title {
  color: #1E9150;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-page-header__title {
    font-size: 1.5rem;
  }
}

.c-page-main {
  width: 100%;
}

.c-page-main__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 1.25rem 0rem 5rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-page-main__inner {
    padding: 1.25rem 0.9375rem 3.75rem 0.9375rem;
  }
}

.c-title-post {
  color: #4EA90F;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1rem 0.5rem;
  border-top: solid 0.1875rem #4EA90F;
  border-bottom: solid 0.1875rem #4EA90F;
}
@media screen and (max-width: 767px) {
  .c-title-post {
    font-size: 1.25rem;
  }
}

.c-title-h2 {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  background: #4EA90F;
  padding: 1.25rem 1.875rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-title-h2 {
    font-size: 1.125rem;
    padding: 1rem 0.9375rem;
  }
}

.c-title-h3 span {
  display: inline-block;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.75rem 1.875rem;
  background: #E18182;
}
@media screen and (max-width: 767px) {
  .c-title-h3 span {
    font-size: 1rem;
    padding: 0.625rem 0.9375rem;
  }
}

.c-title-h3-2 {
  position: relative;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
  background: #E18182;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-title-h3-2 {
    font-size: 1rem;
    padding: 0.3125rem;
  }
}
.c-title-h3-2 span {
  width: 100%;
  display: inline-block;
  border: dashed 0.125rem #fff;
  padding: 0.5rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-title-h3-2 span {
    border: dashed 1.5px #fff;
    padding: 0.5rem 0.5rem;
  }
}

.c-title-h4 {
  color: #FFA639;
  background: #FAF8EF;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1rem 1.25rem;
  border-left: 0.3125rem solid #FFA639;
  text-shadow: 0.0625rem 0.0625rem 0rem #fff;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-title-h4 {
    font-size: 1rem;
    padding: 0.75rem 0.9375rem;
    border-left: 0.25rem solid #FFA639;
    margin-bottom: 0.9375rem;
  }
}

.c-title-h4-2 {
  position: relative;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.5rem 0 0.3125rem 1.5rem;
  border-bottom: 0.1875rem solid #FFA639;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-title-h4-2 {
    font-size: 1.125rem;
  }
}
.c-title-h4-2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.3em;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  height: 0.6875rem;
  width: 0.75rem;
  background: #FFA639;
}
.c-title-h4-2::after {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  top: 0.6em;
  left: 0;
  height: 0.5rem;
  width: 0.5rem;
  background: #FFA639;
}

.mail_form {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  border: 1px solid #1E2D52;
}

.clearfix {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #1E2D52), color-stop(18.75rem, #1E2D52), color-stop(18.75rem, #fff), to(#fff)) 100%;
  background: linear-gradient(90deg, #1E2D52 0, #1E2D52 18.75rem, #fff 18.75rem, #fff) 100%;
}

.tit {
  width: 18.75rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  padding: 1.25rem;
  margin-top: 0.625rem;
}

.required {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.375rem 0.5rem;
  background: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.optional {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.375rem 0.5rem;
  background: grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input {
  width: calc(100% - 18.75rem);
  border-bottom: 1px solid #1E2D52;
  padding: 1.25rem;
}
.input input {
  height: 3.75rem;
  background: #eee;
}
.input textarea {
  height: 15rem;
  background: #eee;
  padding: 0.25rem 0.625rem;
}

.input_long {
  width: 100%;
  padding: 0rem 0.625rem;
}

.c-marker {
  display: inline;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFFB6));
  background: linear-gradient(transparent 50%, #FFFFB6 50%);
}

.c-ctn {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  border-radius: 0.625rem;
  border: 0.1875rem solid #4EA90F;
}
.c-ctn_mt80 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-ctn_mt80 {
    margin-top: 3.75rem;
  }
}

.c-ctn__inner {
  width: 100%;
  padding: 2.5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-ctn__inner {
    padding: 1.875rem 0.625rem;
  }
}

.c-ctn__title {
  color: #4EA90F;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ctn__title {
    font-size: 1.375rem;
  }
}

.c-ctn__text {
  font-size: 1rem;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-ctn__text {
    font-size: 0.875rem;
  }
}

.c-ctn__tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  color: #4EA90F;
  font-size: 2.625rem;
  line-height: 1.5;
  font-weight: 700;
  padding-right: 3.125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-ctn__tel {
    gap: 0.125rem;
    font-size: 2rem;
    padding-right: 1.25rem;
    margin-top: 1.25rem;
  }
}
.c-ctn__tel:hover {
  opacity: 0.7;
}
.c-ctn__tel::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.25rem;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../imgs/pc/tel_green.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-ctn__tel::before {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.c-ctn__link {
  width: 100%;
  max-width: 20rem;
  height: 3.75rem;
  margin: 1.875rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 6.25rem;
  background-color: #4EA90F;
  border: 0.125rem solid #4EA90F;
}
@media screen and (max-width: 767px) {
  .c-ctn__link {
    max-width: 17.5rem;
    height: 3.5rem;
    margin: 1.25rem auto 0 auto;
    font-size: 1rem;
  }
}
.c-ctn__link:hover {
  color: #4EA90F;
  background: #fff;
}

.p-fv {
  position: relative;
  width: 100%;
}

.p-fv__inner {
  position: relative;
  width: 100%;
  padding-top: 34.7222222222%;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    padding: 2.5rem 0rem 0rem 0.9375rem;
  }
}

.p-fv__box {
  position: absolute;
  z-index: 3;
  top: 23.3333333333%;
  left: 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    position: relative;
    z-index: 3;
    top: 0rem;
    left: 0rem;
    padding-right: 0.9375rem;
  }
}

.p-fv__title {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.1875rem;
    line-height: 1.375;
    margin-bottom: 1rem;
  }
}
.p-fv__title span {
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title span {
    margin-bottom: 0.25rem;
  }
}
.p-fv__title span:last-child {
  margin-bottom: 0;
}

.p-fv__text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
}

.p-fv__img {
  position: absolute;
  z-index: 2;
  top: 6.6666666667%;
  right: 0rem;
  display: block;
  width: 46.6666666667%;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    position: relative;
    z-index: 2;
    top: auto;
    right: auto;
    width: 100%;
  }
}

.p-fv__item {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 4.4375rem;
  left: -2.8125rem;
  width: 10.3125rem;
  height: 10.3125rem;
  background: rgba(78, 169, 15, 0.2);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-fv__item {
    position: absolute;
    z-index: 1;
    top: -3.125rem;
    left: -3.75rem;
    width: 8.875rem;
    height: 8.875rem;
  }
}

.p-fv__item02 {
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: -1.25rem;
  left: 35.9375%;
  width: 18rem;
  height: 18rem;
  background: rgba(78, 169, 15, 0.2);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-fv__item02 {
    top: 9.375rem;
    left: auto;
    right: -8.5625rem;
    width: 18.3125rem;
    height: 18.3125rem;
  }
}

.p-fv-news {
  width: 100%;
}

.p-fv-news__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0rem 0.9375rem;
    margin-top: 2.5rem;
  }
}

.p-fv-news__title {
  color: #4EA90F;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}

.p-fv-news__allLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  margin-top: 1.25rem;
}
.p-fv-news__allLink:hover {
  color: #4EA90F;
}
.p-fv-news__allLink span {
  position: relative;
  top: 0.0625rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #4EA90F;
}
.p-fv-news__allLink span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.5rem;
  border-color: transparent transparent transparent #FFFFFF;
}

@media screen and (max-width: 767px) {
  .p-fv-news__leftBox {
    max-width: 100%;
  }
}

.p-fv-news__rightBox {
  width: 100%;
  max-width: 43.75rem;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__rightBox {
    max-width: 100%;
    margin-top: 2.5rem;
  }
}

.p-fv-news__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 0.9375rem 0rem;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-fv-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.3125rem;
  }
}
.p-fv-news__link:first-of-type {
  border-top: 1px solid #CCCCCC;
}
.p-fv-news__link:hover .p-fv-news__listTitle {
  color: #4EA90F;
}

.p-fv-news__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv-news__time {
  width: 8.75rem;
  min-width: 8.75rem;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-news__time {
    width: 8.125rem;
    min-width: 8.125rem;
  }
}

.p-fv-news__category {
  width: 7.5rem;
  min-width: 7.5rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  background: #4EA90F;
  text-align: center;
  padding: 0.46875rem 0rem 0.40625rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__category {
    font-size: 0.75rem;
  }
}

.p-fv-news__listTitle {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 700;
  padding-top: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-news__listTitle {
    padding-top: 0.625rem;
  }
}

.p-fv-video {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 5rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-video {
    padding: 0 0.9375rem;
    margin: 3.75rem auto;
  }
}
.p-fv-video__inner {
  position: relative;
  width: 100%;
  border: 0.1875rem solid #4EA90F;
  padding-top: 56.25%;
}
.p-fv-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-fv-explan {
  width: 100%;
  background: rgba(78, 169, 15, 0.1);
}

.p-fv-explan__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 5rem 0 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-explan__inner {
    padding: 3.75rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-fv-explan__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-explan__title {
    font-size: 1.125rem;
    text-align: left;
  }
  .p-fv-explan__title span {
    font-size: 1.5rem;
  }
}

.p-fv-explan__text {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-explan__text {
    text-align: left;
    margin-top: 1.5625rem;
  }
}

.p-fv-explan__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem 2.5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-explan__wrapper {
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.75rem;
    margin-top: 2.5rem;
  }
}

.p-fv-explan__column {
  width: 100%;
}

.p-fv-explan__img {
  width: 100%;
}

.p-fv-explan__group {
  padding: 1.25rem 1.25rem 0rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-explan__group {
    padding: 1.25rem 0rem 0rem 0rem;
  }
}

.p-fv-explan__subTitle {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-explan__subTitle {
    font-size: 1.375rem;
  }
}

.p-fv-explan__subText {
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-explan__subText {
    margin-top: 0.625rem;
  }
}

.p-fv-explan__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-explan__link {
    margin-top: 1.875rem;
  }
}
.p-fv-explan__link:hover {
  color: #4EA90F;
}
.p-fv-explan__link span {
  position: relative;
  top: 0.0625rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #4EA90F;
}
.p-fv-explan__link span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.5rem;
  border-color: transparent transparent transparent #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-fv-explan__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-fv-banner {
  width: 100%;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-banner {
    margin-top: 3.75rem;
  }
}

.p-fv-banner__text {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-banner__text {
    font-size: 0.75rem;
  }
}

.p-fv-banner__link {
  width: 100%;
  max-width: 30rem;
  margin: 0.625rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0.75rem 1.25rem;
  border-radius: 6.25rem;
  background: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  border: 0.1875rem solid #FFA639;
}
@media screen and (max-width: 767px) {
  .p-fv-banner__link {
    font-size: 0.875rem;
  }
}
.p-fv-banner__link:hover {
  opacity: 0.7;
}
.p-fv-banner__link span {
  color: #FFA639;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-banner__link span {
    font-size: 1.25rem;
  }
}
.p-fv-banner__link span span:nth-of-type(1) {
  color: #54BC9E;
}
.p-fv-banner__link span span:nth-of-type(2) {
  color: #ABCE87;
}
.p-fv-banner__link span span:nth-of-type(3) {
  color: #76CADD;
}
.p-fv-banner__link span span:nth-of-type(4) {
  color: #83B5DC;
}
.p-fv-banner__link span span:nth-of-type(5) {
  color: #E09BA8;
}
.p-fv-banner__link span span:nth-of-type(6) {
  color: #D6BA6F;
}

.p-fv-features {
  width: 100%;
}

.p-fv-features__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 5rem 0 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-features__inner {
    padding: 3.75rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-fv-features__title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-features__title {
    font-size: 1.25rem;
  }
}

.p-fv-features__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.125rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__wrapper {
    gap: 3.25rem;
    margin-top: 1.9375rem;
  }
}

.p-fv-features__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-fv-features__img {
  width: 100%;
  max-width: 33.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-features__img {
    max-width: 100%;
  }
}

.p-fv-features__box {
  width: 100%;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__box {
    padding-top: 0rem;
  }
}

.p-fv-features__point {
  position: relative;
  display: inline-block;
  color: #1E9150;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-family: "Noto Serif JP", serif;
  padding: 0 1.125rem 0.5rem 0;
  border-bottom: 0.125rem solid rgba(78, 169, 15, 0.2);
}
.p-fv-features__point::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 1.8125rem;
  height: 0.125rem;
  background: #4EA90F;
}
.p-fv-features__point span {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 0.85;
  margin-left: 0.5625rem;
}

.p-fv-features__subTitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__subTitle {
    font-size: 1.375rem;
  }
}

.p-fv-features__lists {
  padding-left: 1.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__lists {
    margin-top: 1.25rem;
  }
}

.p-fv-features__list {
  list-style: disc;
}

.p-fv-features__text {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__text {
    margin-top: 1.25rem;
  }
}

.p-fv-features__link {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-features__link {
    margin-top: 2.5rem;
  }
}

.p-news {
  width: 100%;
}

.p-news__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}

.p-news__lists {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}

.p-news__list {
  padding: 1.25rem 0;
  border-top: 1px solid #CCCCCC;
}

.p-news__link:hover .p-news__time {
  color: #4EA90F;
}
.p-news__link:hover .p-news__title {
  color: #4EA90F;
}

.p-news__time {
  display: inline-block;
  color: #777777;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-bottom: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-news__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-news-nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  margin-top: 3.125rem;
}
.p-news-nav .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  border: 1px solid #4EA90F;
  background: #4EA90F;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-news-nav .page-numbers:hover {
  color: #4EA90F;
  background: #ffffff;
}
.p-news-nav .current {
  color: #4EA90F;
  background: #ffffff;
  border: 1px solid #4EA90F;
}
.p-news-nav .prev {
  position: relative;
  font-size: 0;
}
.p-news-nav .prev::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0.0625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-news-nav .prev:hover::before {
  border-top: 0.125rem solid #4EA90F;
  border-right: 0.125rem solid #4EA90F;
}
.p-news-nav .next {
  position: relative;
  font-size: 0;
}
.p-news-nav .next::before {
  content: "";
  display: inline-block;
  position: relative;
  left: -0.0625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-news-nav .next:hover::before {
  border-top: 0.125rem solid #4EA90F;
  border-right: 0.125rem solid #4EA90F;
}

.p-care {
  width: 100%;
}

.p-care__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-care__wrapper {
    gap: 3.75rem;
    margin-top: 2.5rem;
  }
}

.p-care-cont {
  width: 100%;
}
.p-care-cont_mt60 {
  margin-top: 3.75rem;
}

.p-care-cont__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-care-cont__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 0.9375rem;
  }
}

.p-care-cont__box40 {
  width: 100%;
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  .p-care-cont__box40 {
    max-width: 100%;
  }
}

.p-care-cont__box60 {
  width: 100%;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .p-care-cont__box60 {
    max-width: 100%;
  }
}

.p-care-cont__group {
  width: 100%;
  margin-top: 1.875rem;
}

.p-care-cont__tableBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.75rem;
  margin-top: 1.875rem;
}

.p-care-second {
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
  border: 0.1875rem solid #E18182;
  margin-top: 1.875rem;
}

.p-care-third {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 0rem 1.25rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-care-third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.25rem;
    padding: 0rem 0.9375rem;
    margin: 1.25rem 0;
  }
}
.p-care-third a {
  color: #4EA90F;
  display: inline-block;
  text-decoration: underline;
}
.p-care-third a:hover {
  opacity: 0.7;
}
.p-care-third ul {
  padding-left: 1.25rem;
}
.p-care-third li {
  list-style: disc;
}

.p-care-third__box {
  width: 100%;
}

.p-care-third__box40 {
  width: 100%;
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  .p-care-third__box40 {
    max-width: 100%;
  }
}

.p-care-third__box60 {
  width: 100%;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .p-care-third__box60 {
    max-width: 100%;
  }
}

.p-care-card {
  width: 100%;
  border: 0.1875rem solid #FFA639;
  background: #FAF8EF;
  border-radius: 0.625rem;
  padding: 2.5rem 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-care-card {
    padding: 1.875rem 0.9375rem;
  }
}

.p-care-card__title {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-care-card__title {
    font-size: 1.25rem;
  }
}

.p-care-card__text {
  font-size: 1rem;
  margin-top: 1.875rem;
}
.p-care-card__text.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-care-card__text.center {
    text-align: left;
  }
}

.p-care__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #FFA639;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-care__dl {
    margin-top: 1.25rem;
  }
}
.p-care__dl dt {
  width: 15.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.25rem;
  border: 1px solid #FFA639;
  border-top: none;
  background: #FAF8EF;
}
@media screen and (max-width: 767px) {
  .p-care__dl dt {
    width: 100%;
    font-size: 1rem;
    padding: 1rem;
  }
}
.p-care__dl dd {
  width: calc(100% - 15.625rem);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.25rem;
  border-bottom: 1px solid #FFA639;
  border-right: 1px solid #FFA639;
}
@media screen and (max-width: 767px) {
  .p-care__dl dd {
    width: 100%;
    font-size: 1rem;
    padding: 1rem;
    border-left: 1px solid #FFA639;
  }
}
.p-care__dl dd a {
  display: inline-block;
  color: #4EA90F;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-care__dl dd a {
    font-size: 1rem;
  }
}
.p-care__dl dd a:hover {
  opacity: 0.7;
}

.p-care-item {
  width: 100%;
  border: 0.1875rem solid #FFA639;
  border-radius: 0.625rem;
  padding: 2.5rem 1.875rem;
  margin-top: 1.875rem;
}

.p-care-item__title {
  position: relative;
  color: #1E9150;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  background: #FAF8EF;
  padding: 1rem 1.25rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-care-item__title {
    font-size: 1.125rem;
    padding: 1rem 0.9375rem;
  }
}

.p-care-item__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.875rem;
  margin-top: 1.875rem;
}

.p-care-item__img {
  width: 100%;
  max-width: 40%;
}

.p-care-item__lists {
  width: 100%;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
.p-care-item__lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
.p-care-item__lists li::before {
  content: "";
  display: block;
  position: relative;
  width: 0.875rem;
  height: 0.5rem;
  border-left: 0.1875rem solid #FFA639;
  border-bottom: 0.1875rem solid #FFA639;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-care-table {
  width: 100%;
  table-layout: auto;
  margin-top: 1.875rem;
}
.p-care-table thead th {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  background: #FFA639;
  padding: 1rem 0.625rem;
  border: 1px solid #FFA639;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-care-table thead th {
    font-size: 1rem;
    padding: 0.875rem 0.3125rem;
  }
}
.p-care-table thead th:last-of-type {
  border-right: 1px solid #FFA639;
}
.p-care-table tbody th {
  width: 20%;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  background: #FAF8EF;
  padding: 1rem 0.625rem;
  border: 1px solid #FFA639;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-care-table tbody th {
    width: 30%;
    font-size: 0.875rem;
    padding: 0.875rem 0.3125rem;
  }
}
.p-care-table tbody th span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-care-table tbody th span {
    font-size: 0.625rem;
  }
}
.p-care-table tbody td {
  width: 40%;
  font-size: 1.125rem;
  padding: 1rem 0.625rem;
  border: 1px solid #FFA639;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-care-table tbody td {
    width: 35%;
    font-size: 0.875rem;
    padding: 0.875rem 0.3125rem;
  }
}
.p-care-table tbody td ul {
  padding-left: 1.875rem;
}
.p-care-table tbody td li {
  list-style: disc;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-care-table tbody td li {
    font-size: 0.875rem;
  }
}
.p-care-table.table-2 tbody td {
  width: 80%;
}
.p-care-table.fixed {
  table-layout: fixed;
}

.p-care-tableText {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-care-tableText {
    font-size: 0.75rem;
  }
}
.p-care-tableText.red {
  color: red;
}
.p-care-tableText.mt20 {
  margin-top: 1.25rem;
}

.p-care-video {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 2.5rem auto;
}
@media screen and (max-width: 767px) {
  .p-care-video {
    margin: 0.625rem auto 1.875rem auto;
  }
}
.p-care-video__inner {
  width: 100%;
  padding-top: 56.25%;
}
.p-care-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-care-textCenter {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-care-textCenter {
    text-align: left;
  }
}

.p-care-carousel {
  width: 100%;
  padding: 0rem 1.25rem 2.5rem 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-care-carousel {
    padding: 0rem 1.25rem 2.5rem 1.25rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
  }
}

.p-care-carousel__list {
  width: 100%;
}

.p-care-carousel__title {
  cursor: pointer;
  position: relative;
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  padding: 0.9375rem 0.625rem;
  background: #FFA639;
}
.p-care-carousel__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 0.9375rem;
  height: 1.5px;
  background: #fff;
}
.p-care-carousel__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.34375rem;
  width: 1.5px;
  height: 0.9375rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-care-carousel__title.open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-care-carousel__text {
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.9375rem;
  background: rgba(255, 166, 57, 0.2);
}

.p-care-point {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-care-point {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
  }
}

.p-care-point__box {
  width: 100%;
  text-align: center;
  padding: 2.5rem 1.25rem;
  border-radius: 0.625rem;
  background: rgba(225, 129, 130, 0.1);
}
@media screen and (max-width: 767px) {
  .p-care-point__box {
    max-width: 80%;
    margin: 0 auto;
    padding: 1.875rem 0rem;
  }
}

.p-care-point__img {
  position: relative;
  width: 100%;
  max-width: 9.375rem;
  height: 9.375rem;
  border-radius: 6.25rem;
  background: #FFFEED;
  border: 0.1875rem solid #E18182;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-care-point__img {
    max-width: 6.875rem;
    height: 6.875rem;
  }
}
.p-care-point__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6.25rem;
}

.p-care-point__title {
  font-size: 1.5rem;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-care-point__title {
    font-size: 1.125rem;
  }
}

.p-care-point__text {
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-care-point__text {
    font-size: 0.75rem;
  }
}

.p-company {
  width: 100%;
}

.p-company-tag {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-tag {
    width: 100%;
    max-width: 31.25rem;
    margin: 0 auto;
    gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-company-tag li {
  width: 100%;
}
.p-company-tag a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  border: 0.1875rem solid #4EA90F;
  padding: 1.25rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-tag a {
    font-size: 0.875rem;
    border: 0.125rem solid #4EA90F;
    padding: 1rem;
  }
}
.p-company-tag a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 1.5625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #333333;
  border-right: 0.125rem solid #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-company-tag a::after {
    width: 0.5625rem;
    height: 0.5625rem;
    right: 0.9375rem;
  }
}
.p-company-tag a:hover {
  color: #fff;
  background: #4EA90F;
}
.p-company-tag a:hover::after {
  right: 0.9375rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
}

.p-company__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-company__wrapper {
    gap: 3.75rem;
  }
}

.p-company__column {
  width: 100%;
}

.p-company__imgBox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company__imgBox {
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}

.p-company__img {
  width: 100%;
}
.p-company__img_in {
  position: relative;
  width: 100%;
  padding-top: 68.5714285714%;
}
.p-company__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-company__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #FFA639;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company__dl {
    margin-top: 1.25rem;
  }
}
.p-company__dl dt {
  width: 12.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.25rem;
  border: 1px solid #FFA639;
  border-top: none;
  background: #FAF8EF;
}
@media screen and (max-width: 767px) {
  .p-company__dl dt {
    width: 100%;
    font-size: 1rem;
    padding: 1rem;
  }
}
.p-company__dl dd {
  width: calc(100% - 12.5rem);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.25rem;
  border-bottom: 1px solid #FFA639;
  border-right: 1px solid #FFA639;
}
@media screen and (max-width: 767px) {
  .p-company__dl dd {
    width: 100%;
    font-size: 1rem;
    padding: 1rem;
    border-left: 1px solid #FFA639;
  }
}
.p-company__dl dd a {
  display: inline-block;
  color: #4EA90F;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-company__dl dd a {
    font-size: 1rem;
  }
}
.p-company__dl dd a:hover {
  opacity: 0.7;
}

.p-contact-form {
  width: 100%;
}

.p-contact-form__inner {
  width: 100%;
}

.p-contact-form__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.75rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}
.p-contact-form__group:first-of-type {
  margin-top: 0rem;
}

.p-contact-form__name {
  position: relative;
  width: 15.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__name {
    width: auto;
    font-size: 1.125rem;
    padding-top: 0rem;
  }
}
.p-contact-form__name_pt0 {
  padding-top: 0rem;
}

.p-contact-form__required {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 500;
  background: #E18182;
  padding: 0.375rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__required {
    padding: 0.1875rem 0.5rem;
  }
}

.p-contact-form__inputBox {
  position: relative;
  width: 100%;
}
.p-contact-form__inputBox input {
  cursor: pointer;
  width: 100%;
  height: 3.75rem;
  padding: 0rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-contact-form__inputBox input {
    height: 3.125rem;
    padding: 0rem 0.9375rem;
  }
}

.p-contact-form__address {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-form__address {
    gap: 1.25rem;
    font-size: 1rem;
  }
}
.p-contact-form__address_box {
  width: 100%;
}
.p-contact-form__address_post {
  max-width: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__address_post {
    max-width: 10rem;
  }
}
.p-contact-form__address_name {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__address_name {
    margin-bottom: 0.625rem;
  }
}
.p-contact-form__address input {
  cursor: pointer;
  width: 100%;
  height: 3.75rem;
  padding: 0rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .p-contact-form__address input {
    height: 3.125rem;
    padding: 0rem 0.9375rem;
  }
}

.p-contact-form__radioBox {
  width: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radioBox {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.p-contact-form__radioBox .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radioBox .wpcf7-form-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}
.p-contact-form__radioBox .wpcf7-list-item {
  margin: 0;
}
.p-contact-form__radioBox label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radioBox label {
    gap: 0.625rem;
    font-size: 1rem;
  }
}
.p-contact-form__radioBox label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1.9375rem;
  height: 1.9375rem;
  border-radius: 100%;
  border: 1px solid #E18182;
  background: #ffffff;
}
.p-contact-form__radioBox input {
  display: none;
}
.p-contact-form__radioBox input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.25rem;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 100%;
  background: #E18182;
}
.p-contact-form__radioBox_flex .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__radioBox_flex .wpcf7-form-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}

.p-contact-form__textareaBox {
  position: relative;
  width: 100%;
}
.p-contact-form__textareaBox textarea {
  width: 100%;
  height: 15rem;
  font-size: 1.125rem;
  line-height: 1.5;
  background: #F7F7F7;
  padding: 1.25rem;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
@media screen and (max-width: 767px) {
  .p-contact-form__textareaBox textarea {
    height: 11.25rem;
  }
}

.p-contact-privacy {
  width: 100%;
  max-width: 62.5rem;
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy {
    margin: 1.875rem auto 0 auto;
  }
}
.p-contact-privacy .wpcf7-list-item {
  margin: 0;
}

.p-contact-privacy__box {
  width: 100%;
  padding: 1.25rem 1.75rem 1.5625rem 2.75rem;
  border: 2px solid #E18182;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__box {
    padding: 1.25rem 0.9375rem 1.5625rem 1.25rem;
  }
}

.p-contact-privacy__group {
  width: 100%;
  height: 9.5625rem;
  overflow-y: scroll;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__group {
    height: 8.125rem;
    padding-right: 0.9375rem;
  }
}
.p-contact-privacy__group::-webkit-scrollbar {
  width: 0.625rem;
}
.p-contact-privacy__group::-webkit-scrollbar-thumb {
  background: #E18182;
  border-radius: 6.25rem;
}
.p-contact-privacy__group::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #E18182;
}

.p-contact-privacy__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__title {
    font-size: 1rem;
  }
}

.p-contact-privacy__text {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__text {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.p-contact-privacy__lists {
  padding-left: 1.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__lists {
    margin-top: 0.75rem;
  }
}
.p-contact-privacy__lists li {
  font-size: 1.125rem;
  line-height: 1.5;
  list-style: decimal !important;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__lists li {
    font-size: 0.875rem;
  }
}

.p-contact-privacy__check {
  text-align: center;
  margin-top: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__check {
    margin-top: 2.1875rem;
  }
}
.p-contact-privacy__check label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3125rem;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact-privacy__check label {
    gap: 0.625rem;
    font-size: 1rem;
  }
}
.p-contact-privacy__check label::before {
  content: "";
  position: relative;
  top: 0rem;
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid #E18182;
  background: #ffffff;
}
.p-contact-privacy__check input {
  display: none;
}
.p-contact-privacy__check input:checked ~ span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  border: 2px solid #E18182;
  background: #E18182;
}
.p-contact-privacy__check input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.625rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.625rem;
  height: 1rem;
  border: solid #fff;
  border-width: 0 0.25rem 0.25rem 0;
}

.p-contact-form__button {
  position: relative;
  width: 20rem;
  height: 5rem;
  margin: 3.125rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  background: #E18182;
  border: 1px solid #E18182;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__button {
    width: 17.5rem;
    height: 4.0625rem;
    font-size: 1.25rem;
    margin: 2.5rem auto 0 auto;
  }
}
.p-contact-form__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 1.875rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-top: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__button::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-contact-form__button:hover {
  color: #E18182;
  background: #fff;
}
.p-contact-form__button:hover::before {
  border-top: 0.1875rem solid #E18182;
  border-right: 0.1875rem solid #E18182;
}

.p-contact-form__button input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.p-contact-form__text {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__text {
    font-size: 0.875rem;
    text-align: left;
  }
}
.p-contact-form__text a {
  color: #4EA90F;
  font-weight: 700;
  text-decoration: underline;
}
.p-contact-form__text a:hover {
  opacity: 0.7;
}

.recapcha-text {
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .recapcha-text {
    font-size: 0.625rem;
  }
}

.p-thanks__text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-thanks__link {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  max-width: 17.5rem;
  height: 3.75rem;
  border-radius: 6.25rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  background: #FFA639;
  border: 1px solid #FFA639;
  margin: 3.75rem auto 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-thanks__link {
    max-width: 15rem;
    margin: 3.125rem auto 0 auto;
  }
}
.p-thanks__link:hover {
  color: #FFA639;
  background: #fff;
}

.p-recruit-video {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-video {
    padding: 0 0.9375rem;
  }
}

.p-recruit-video__box {
  width: 100%;
  padding: 1.875rem 2.5rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-video__box {
    padding: 1.25rem 0rem;
  }
}

.p-recruit-video__iframe {
  position: relative;
  width: 100%;
  border: 0.1875rem solid #4EA90F;
  padding-top: 56.25%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-video__iframe {
    margin-top: 1rem;
  }
}
.p-recruit-video__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-recruit {
  width: 100%;
}

.p-recruit__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #FFA639;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__dl {
    margin-top: 1.25rem;
  }
}
.p-recruit__dl dt {
  width: 12.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.25rem;
  border: 1px solid #FFA639;
  border-top: none;
  background: #FAF8EF;
}
@media screen and (max-width: 767px) {
  .p-recruit__dl dt {
    width: 100%;
    font-size: 1rem;
    padding: 1rem;
  }
}
.p-recruit__dl dd {
  width: calc(100% - 12.5rem);
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 1.25rem;
  border-bottom: 1px solid #FFA639;
  border-right: 1px solid #FFA639;
}
@media screen and (max-width: 767px) {
  .p-recruit__dl dd {
    width: 100%;
    font-size: 1rem;
    padding: 1rem;
    border-left: 1px solid #FFA639;
  }
}
.p-recruit__dl dd a {
  display: inline-block;
  color: #4EA90F;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-recruit__dl dd a {
    font-size: 1rem;
  }
}
.p-recruit__dl dd a:hover {
  opacity: 0.7;
}
.p-recruit__dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__dl dd ul {
    gap: 0.625rem;
  }
}
.p-recruit__dl dd ul li {
  border: 1px solid #333;
  border-radius: 6.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.p-recruit__dl dd .map {
  max-width: 31.25rem;
  height: 18.75rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__dl dd .map {
    height: 15rem;
  }
}

.p-recruit-contact {
  width: 100%;
  padding: 3.125rem 2.5rem;
  border: 0.1875rem solid #FFA639;
  border-radius: 0.625rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-contact {
    padding: 1.875rem 0.9375rem;
  }
}

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

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

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

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */