@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
  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] {
  -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: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

img {
  width: auto;
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  letter-spacing: 0.05em;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.l-footer {
  padding: 6rem;
  border-top: solid 1px #f6f6f6;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6rem 2rem 3rem;
  }
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.l-footer__img {
  max-width: 10rem;
}
@media screen and (max-width: 767px) {
  .l-footer__img {
    max-width: 8rem;
  }
}
.l-footer__desc p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-footer__desc p {
    text-align: center;
  }
}
.l-footer__desc p a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__desc p a {
    margin: auto;
  }
}
.l-footer__desc p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.l-footer__copy {
  font-size: 1rem;
  letter-spacing: 0.15em;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2rem;
  }
}
.l-header__logo {
  padding: 4rem 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    padding: 0;
  }
}
.l-header__logo a {
  display: block;
  max-width: 16rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    max-width: 8rem;
  }
}

.l-gNav {
  padding: 4rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-gNav {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #ffffff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 4rem 4rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-gNav.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-gNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.l-gNav ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li a {
    font-size: 1.6rem;
  }
}
.l-gNav ul li a:hover {
  color: #8ac37d;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.l-gNav ul li.cta-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding: 1.5rem 2.5rem;
  border-radius: 5rem;
  background: #8ac37d;
  color: #fff;
}
.l-gNav ul li.cta-btn a::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../../assets/img/ico/ico_chat.png) no-repeat center/contain;
}

.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    width: 5rem;
    height: 5rem;
    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;
    z-index: 110;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2px;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #8ac37d;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #8ac37d;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  .l-hamburger span:nth-of-type(3) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #8ac37d;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    opacity: 0;
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.p-view {
  position: relative;
  z-index: 10;
  margin-top: -5rem;
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-view {
    padding: 6rem 2rem 2rem;
    border-radius: 10rem 0rem 0rem 0;
    margin-top: 0;
    background: url(../../assets/img/view_bg-1.png) no-repeat left center/cover;
  }
}
.p-view__thumb {
  margin-left: 24rem;
}
@media screen and (max-width: 767px) {
  .p-view__thumb {
    margin-left: auto;
  }
  .p-view__thumb img {
    display: none;
  }
  .p-view__thumb::before {
    content: "";
    display: block;
    width: 60%;
    aspect-ratio: 1/1;
    background: url(../../assets/img/view_img-1.png) no-repeat center/contain;
    margin-left: auto;
    margin-right: 3rem;
  }
}
.p-view__desc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 15rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc {
    position: static;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: -3rem;
    -webkit-transform: unset;
            transform: unset;
  }
}
.p-view__desc h1 {
  color: #666666;
  font-weight: 500;
  font-size: 4vw;
  line-height: 1.25;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-view__desc h1 {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.p-view__desc h1 .green {
  color: #8ac37d;
}
.p-view__desc h1 .orange {
  color: #fcc078;
}
.p-view__desc p {
  font-size: 0.95vw;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-view__desc p {
    font-size: 1.3rem;
  }
}

.p-guide {
  margin: 15rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-guide {
    margin: 8rem 2rem;
  }
}
.p-guide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-guide__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-guide__thumb {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-guide__thumb {
    width: 60%;
    margin: auto;
  }
}
.p-guide__desc {
  margin-bottom: 6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-guide__desc {
    margin-bottom: 4rem;
  }
}
.p-guide__desc h2 {
  font-size: 3.4rem;
  color: #8ac37d;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-guide__desc h2 {
    font-size: 2.4rem;
  }
}
.p-guide__desc p {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-guide__desc p {
    margin-top: 2.5rem;
  }
}

.p-news {
  padding: 12rem 5rem;
  background: #f9fdf8;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 8rem 2rem;
  }
}
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem 4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-area: 3rem;
  }
}
.p-news__list li {
  width: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-news__list li {
    width: auto;
  }
}
.p-news__list li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-news__list li a:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.p-news__list li a figure {
  width: 100%;
  margin-bottom: 2.5rem;
}
.p-news__list li a figure img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-news__list li a .date {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  background: url(../../assets/img/ico/ico_date.svg) no-repeat left center/contain;
  padding-left: 2.5rem;
}
.p-news__list li a .text {
  font-size: 1.5rem;
  line-height: 2;
}
.p-service {
  padding: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 8rem 2rem;
  }
}
.p-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-service__item {
  width: calc((100% - 8rem) / 3);
  -webkit-box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    width: 100%;
  }
}
.p-service__item h3 {
  font-size: 2.2rem;
  color: #8ac37d;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__item h3 {
    font-size: 2rem;
  }
}
.p-service__item figure {
  max-width: 63%;
  border: solid 1px #f6f6f6;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem auto;
}
.p-service__item figure img {
  display: block;
  width: 65%;
  margin: auto;
}
.p-cta {
  padding: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 8rem 2rem;
  }
}
.p-cta__head {
  max-width: 100rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  border: solid 1px #f6f6f6;
  padding: 3rem 5rem;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-cta__head {
    padding: 0 5rem;
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: unset;
    background: none;
    border: none;
  }
}
.p-cta__head p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-cta__head p {
    font-size: 1.4rem;
    position: relative;
    width: 100%;
  }
  .p-cta__head p:not(:first-child) {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #f6f6f6;
  }
}
.p-cta__head p:first-child span {
  background: #8ac37d;
  color: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__head p:first-child span {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 1rem;
  }
}
.p-cta__head p:last-child::after {
  display: none;
}
.p-cta__head p::after {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../../assets/img/ico/r-arrow-2-b.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-cta__head p::after {
    width: 0.5rem;
    height: 0.5rem;
    background: unset;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
  }
}
.p-cta__list {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-cta__list {
    display: block;
  }
}
.p-cta__item {
  width: 100%;
  border: solid 1px #f6f6f6;
}
.p-cta__item a {
  padding: 5rem;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-cta__item a {
    padding: 5rem 0;
  }
}
.p-cta__item a:hover {
  -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
}
.p-cta__item a .title {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-cta__item a .title {
    font-size: 1.8rem;
  }
}
.p-cta__item a .text {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #8ac37d;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-cta__item a .text {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.p-cta__item a .num {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  color: #8ac37d;
}
@media screen and (max-width: 767px) {
  .p-cta__item a .num {
    font-size: 2.8rem;
  }
}
.p-cta__item a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-cta__item a dl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.p-cta__item a dl dt {
  width: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #8ac37d;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-cta__item a dl dt {
    width: 5rem;
  }
}
.p-cta__item a dl dt img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 3rem;
  max-height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-cta__item a dl dt img {
    max-width: 2.4rem;
    max-height: 3rem;
  }
}
.p-cta__item a dl dd small {
  margin-top: 1.5rem;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-cta__item a dl dd small {
    margin-top: 0.8rem;
  }
}
.p-cta__desc {
  max-width: 100rem;
  margin: 4rem auto;
  text-align: center;
}
.p-cta__desc p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-cta__desc p:not(:first-child) {
  margin-top: 2rem;
}
.p-cta--type01 {
  background: #8ac37d;
  border-radius: 5rem 5rem 0 0;
  padding: 8rem 5rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-cta--type01 {
    padding: 8rem 2rem;
  }
  .p-cta--type01 .p-cta__head p:first-child span {
    background: #71a665;
  }
}
.p-cta--type01 .p-cta__desc {
  color: #ffffff;
}
.p-cta--type01 .c-head--type01 {
  color: #ffffff;
}

.p-elmView {
  position: relative;
  z-index: 10;
  padding: 8rem 5rem 15rem;
  margin-top: -5rem;
  background: url(../../assets/img/view_img-3.png) repeat-x center bottom/contain;
}
@media screen and (max-width: 767px) {
  .p-elmView {
    padding: 8rem 2rem;
  }
}
.p-elmView__desc {
  position: relative;
  z-index: 20;
  text-align: center;
}
.p-elmView__desc h2 {
  font-size: 3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-elmView__desc h2 {
    font-size: 2.2rem;
  }
}
.p-elmView__desc p {
  color: #8ac37d;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-elmView__desc p {
    font-size: 1.4rem;
  }
}

.p-elmSec--type01 {
  padding: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec--type01 {
    padding: 8rem 2rem;
  }
}

.p-elmBox {
  background: #f9fdf8;
  padding: 6rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox {
    padding: 3rem 2rem;
    border-radius: 1.5rem;
  }
}
.p-elmBox:not(:last-child) {
  margin-bottom: 6rem;
}
.p-elmBox__desc:not(:last-child) {
  margin-bottom: 4rem;
}
.p-elmBox__desc h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #c1e0d5;
}
.p-elmBox__desc p {
  font-size: 1.5rem;
  line-height: 2;
}
.p-elmBox__accordion dt {
  padding: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  background: #8ac37d;
  border-radius: 1rem;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-elmBox__accordion dt {
    padding: 2rem;
    font-size: 1.5rem;
  }
}
.p-elmBox__accordion dt::before {
  content: "";
  position: absolute;
  right: 4.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 2.4rem;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-elmBox__accordion dt::before {
    height: 2rem;
    right: 3.9rem;
  }
}
.p-elmBox__accordion dt::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-elmBox__accordion dt::after {
    width: 2rem;
  }
}
.p-elmBox__accordion dt.is-open {
  border-radius: 1rem 1rem 0 0;
}
.p-elmBox__accordion dt.is-open::before {
  height: 0;
}
.p-elmBox__accordion-item table {
  width: 100%;
}
.p-elmBox__accordion-item table tbody tr {
  border: solid 1px #c1e0d5;
}
.p-elmBox__accordion-item table tbody tr th {
  padding: 2.5rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  vertical-align: middle;
  background: #d8edd4;
  border: solid 1px #bdd7b8;
  color: #000000;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p-elmBox__accordion-item table tbody tr th {
    padding: 2rem 1rem;
    font-size: 1.4rem;
  }
}
.p-elmBox__accordion-item table tbody tr td {
  font-size: 1.5rem;
  line-height: 1.5;
  vertical-align: middle;
  padding: 2.5rem;
  border: solid 1px #8ac37d;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p-elmBox__accordion-item table tbody tr td {
    padding: 2rem 1rem;
    font-size: 1.4rem;
  }
}
.p-elmBox__accordion-item p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-elmBox__accordion-item p:not(:first-child) {
  margin-top: 2rem;
}
.p-elmBox__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-elmBox__detail-img {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox__detail-img {
    width: 60%;
  }
}
.p-elmBox__detail-img img {
  border-radius: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  -o-object-fit: 0;
}
.p-elmBox__detail-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-elmBox__detail-head {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px #8ac37d;
}
.p-elmBox__detail-head h2 {
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3rem;
  letter-spacing: 0.1em;
}
.p-elmBox__detail-head h2 small {
  font-size: 1.8rem;
}
.p-elmBox__detail-head p {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.p-elmBox__detail-desc p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-overview {
  margin: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-overview {
    margin: 8rem 2rem;
  }
}

.p-flow {
  margin: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin: 8rem 2rem;
  }
}
.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-flow__list::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: #f6f6f6;
  position: absolute;
  left: 9rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-flow__list::before {
    display: none;
  }
}
.p-flow__list:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-flow__list:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-flow__list dt {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-flow__list dt {
    margin: 0 auto -3rem;
    position: relative;
    z-index: 20;
  }
}
.p-flow__list dt span {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  color: #ffffff;
  background: #8ac37d;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.p-flow__list dt span::before {
  content: "STEP";
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}
.p-flow__list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f6f6f6;
  padding: 4rem 2rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-flow__list dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flow__list dd h3 {
  font-size: 1.8rem;
  font-weight: 600;
  width: 22rem;
  text-align: center;
  color: #8ac37d;
}
@media screen and (max-width: 767px) {
  .p-flow__list dd h3 {
    width: auto;
    margin: 2rem 0 2rem;
  }
}
.p-flow__list dd p {
  padding-left: 6rem;
  border-left: solid 1px #cccccc;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-flow__list dd p {
    border-left: none;
    border-top: solid 1px #cccccc;
    padding: 2rem 0 0;
    font-size: 1.4rem;
  }
}
.p-flow__list dd p small {
  display: block;
  margin-top: 1rem;
}

.p-company {
  padding: 12rem 5rem;
  background: #f9fdf8;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 8rem 2rem;
  }
}
.p-company table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-company table tbody {
    display: block;
  }
}
.p-company table tbody tr {
  border-bottom: solid 1px #bdd7b8;
}
@media screen and (max-width: 767px) {
  .p-company table tbody tr {
    display: block;
  }
}
.p-company table tbody tr th {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: middle;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-company table tbody tr th {
    display: block;
    padding: 2rem 1rem;
    color: #8ac37d;
    border-bottom: dashed 1px #fff;
  }
}
.p-company table tbody tr td {
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 2;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company table tbody tr td {
    display: block;
    padding: 0 1rem 2rem;
  }
}

.p-access {
  margin: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-access {
    margin: 8rem 2rem 0;
  }
}
.p-access__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
  margin: auto;
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .p-access__detail {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.p-access__detail dt {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-access__detail dd a {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  display: block;
  padding: 1.5rem 4rem 1.5rem 2.5rem;
  border-radius: 5rem;
  background: #8ac37d url(../../assets/img/ico/r-arrow-w.svg) no-repeat right 1rem center/2rem;
  color: #fff;
}
.p-access__map {
  margin-top: 4rem;
}
.p-access__map iframe {
  width: 100%;
  height: 48rem;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    height: 32rem;
  }
}

.p-form__table {
  width: 100%;
  max-width: 100rem;
  margin: 8rem auto 0;
}
.p-form__table tbody tr {
  border-top: solid 1px #eeeeee;
}
.p-form__table tbody tr:last-child {
  border-bottom: solid 1px #eeeeee;
}
.p-form__table tbody tr th {
  font-size: 1.6rem;
  position: relative;
  width: 28rem;
  padding: 2.5rem;
  text-align: left;
  vertical-align: middle;
}
.p-form__table tbody tr th .req {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  padding: 0.5rem 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  border-radius: 0.5rem;
  background: #ff4848;
}
.p-form__table tbody tr td {
  padding: 2.5rem;
  vertical-align: middle;
}
.p-form__table tbody tr td .note {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 2rem 0;
  color: #ff4848;
}
.p-form__table tbody tr td .note:last-child {
  margin-bottom: 0;
}
.p-form__short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.p-form__short-add {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 24rem;
}
.p-form__short-num {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 10rem;
}
.p-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.p-form__check:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 0;
}
.p-form__check:first-child {
  margin-top: 0;
}
.p-form__check:last-child {
  margin-bottom: 0;
}
.p-form__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form input[type=text],
.p-form input[type=email] {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form input[type=submit] {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 6rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #333333;
}
.p-form textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  min-height: 20rem;
  padding: 1.5rem;
  resize: none;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-form__table {
    width: 100%;
    max-width: 100rem;
    margin: 8rem auto 0;
  }
  .p-form__table tbody {
    display: block;
  }
  .p-form__table tbody tr {
    display: block;
    border-top: solid 1px #eeeeee;
  }
  .p-form__table tbody tr:last-child {
    border-bottom: solid 1px #eeeeee;
  }
  .p-form__table tbody tr th {
    display: block;
    font-size: 1.6rem;
    position: relative;
    width: auto;
    padding: 2rem 0;
  }
  .p-form__table tbody tr th .req {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    padding: 0.5rem 0.8rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    border-radius: 0.5rem;
    background: #ff4848;
  }
  .p-form__table tbody tr td {
    display: block;
    padding: 0 0 2rem;
  }
  .p-form__table tbody tr td .note {
    font-size: 1.3rem;
    margin: 2rem 0;
  }
  .p-form__short {
    margin-bottom: 2rem;
  }
  .p-form__short-add {
    max-width: 20rem;
  }
  .p-form__short-num {
    max-width: 8rem;
  }
  .p-form__check {
    gap: 1.5rem;
  }
  .p-form input[type=text],
  .p-form input[type=email] {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
  .p-form input[type=checkbox],
  .p-form input[type=radio] {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  .p-form input[type=submit] {
    margin: 4rem auto 0;
    padding: 2rem;
  }
  .p-form textarea {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    min-height: 20rem;
    padding: 1.5rem;
    resize: none;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
}
.p-thanks {
  text-align: center;
  background: #eeeeee;
  padding: 5rem;
}
.p-thanks .btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-thanks .btn {
    margin-top: 4rem;
  }
}
.p-thanks__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #000000;
}
.p-thanks__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #000000;
  margin: 3rem auto;
}
.p-thanks__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-thanks__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-thanks .c-moreBtn-type01 {
  margin-top: 4rem;
}
.p-thanks__btn {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 4rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #333333;
}

@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3rem 2.5rem;
  }
  .p-thanks__ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-thanks__txt {
    font-size: 1.2rem;
  }
  .p-thanks__txt:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .p-thanks__btn {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    max-width: 28rem;
    margin: 3rem auto 0;
    padding: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #333333;
  }
}
.p-privacy {
  margin-bottom: 12rem;
}
.p-privacy__list:not(:last-child) {
  margin-bottom: 6rem;
}
.p-privacy__list-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dotted 2px #dddddd;
}
.p-privacy__list-summary::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000000;
}
.p-privacy__list-summary p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ul {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 2rem;
}

.c-pager {
  margin-top: 6rem;
  text-align: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #8ac37d;
  padding: 1rem 1.5rem 1.2rem;
  margin: 0 0.2rem;
  display: inline-block;
  border-radius: 0.3rem;
  vertical-align: middle;
  color: #ffffff;
  letter-spacing: 0;
  background: #8ac37d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
  background: #8ac37d;
  color: #ffffff;
  border: solid 1px #8ac37d;
}
.c-pager .wp-pagenavi a:hover {
  background: #8ac37d;
  color: #ffffff;
  border: solid 1px #8ac37d;
  opacity: 1;
}

.c-postHead__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: solid 0.7rem #8ac37d;
  padding: 0 0 0.5rem 2rem;
}
.c-postHead__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin: 5rem 0;
}
.c-postHead__date {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-left: 2.8rem;
  background: url(../../assets/img/ico/ico_date.svg) no-repeat left center/contain;
}
.c-postHead__cat {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  background: #8ac37d;
  color: #ffffff;
  padding: 0.8rem 0.8rem;
}

.c-postWrap h1 {
  font-size: 2.4rem;
  line-height: 1.45;
  border-left: solid 0.6rem #8ac37d;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h1 {
    font-size: 2.1rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h2 {
  font-size: 2.2rem;
  line-height: 1.45;
  padding: 1.6rem 2.6rem;
  margin: 4rem 0 2.5rem;
  border-radius: 1rem;
  color: #ffffff;
  background: #8ac37d;
}
@media screen and (max-width: 767px) {
  .c-postWrap h2 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h3 {
  font-size: 2.2rem;
  line-height: 1.45;
  border-left: solid 0.6rem #8ac37d;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h3 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4 {
  font-size: 2rem;
  line-height: 1.45;
  border-bottom: dashed 0.1rem #8ac37d;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h4 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4::before {
  content: "-";
  font-weight: 600;
  display: inline;
  vertical-align: baseline;
  color: #8ac37d;
  margin-right: 1rem;
}
.c-postWrap h5 {
  font-size: 1.8rem;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #8ac37d;
}
@media screen and (max-width: 767px) {
  .c-postWrap h5 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h6 {
  font-size: 1.8rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap h6 {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
.c-postWrap p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap p {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.c-postWrap p a {
  color: #8ac37d;
  text-decoration: underline;
}
.c-postWrap p a:hover, .c-postWrap p a:active, .c-postWrap p a:focus, .c-postWrap p a:focus-within {
  text-decoration: none;
}
.c-postWrap ul {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-postWrap ul {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ul li:last-child {
  margin-bottom: 0;
}
.c-postWrap ol {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .c-postWrap ol {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ol li {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ol li:last-child {
  margin-bottom: 0;
}

.c-postPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
.c-postPager__prev {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__prev a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #ffffff;
  border: solid 1px #8ac37d;
  background: #8ac37d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__prev a:hover, .c-postPager__prev a:active, .c-postPager__prev a:focus, .c-postPager__prev a:focus-within {
  color: #8ac37d;
  background: #ffffff;
}
.c-postPager__prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postPager__next {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__next a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #ffffff;
  border: solid 1px #8ac37d;
  background: #8ac37d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__next a:hover, .c-postPager__next a:active, .c-postPager__next a:focus, .c-postPager__next a:focus-within {
  color: #8ac37d;
  background: #ffffff;
}
.c-postPager__next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn--type01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 3rem;
  gap: 1.5em;
  background: #8ac37d;
  color: #ffffff;
  border-radius: 6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn--type01 a {
    margin: auto;
  }
}
.btn--type01 a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.btn--type01 a img {
  width: 2.4rem;
}
.btn--type02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 3rem;
  margin: auto;
  gap: 1.5em;
  background: #8ac37d;
  color: #ffffff;
  border-radius: 6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--type02 a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.btn--type02 a img {
  width: 2.4rem;
}

.c-head--type01 {
  margin-bottom: 6rem;
}
.c-head--type01 h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-head--type01 h2 {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.c-head--type01 h2 span {
  display: block;
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-head--type01 h2 span {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.c-head--type01 p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.c-head--type02 {
  margin-bottom: 6rem;
}
.c-head--type02 h2 {
  text-align: center;
  font-size: 2.4rem;
}
.c-head--type02 p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 3rem;
}

.c-breadcrumb {
  padding: 4rem 5rem;
  width: 100%;
  overflow-x: scroll;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 3rem;
    white-space: nowrap;
  }
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.c-breadcrumb ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.c-breadcrumb ul li:not(:last-child) a::after {
  content: "›";
  display: inline-block;
  font-size: 1.6rem;
}/*# sourceMappingURL=style.css.map */