@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*
  Reset
---------------------------------*/
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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;
  border: 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;
}

/*
  Base
---------------------------------*/
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
  font-weight: 500;
  background-color: #FAF9F6;
}
img {
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/*
  Layout - Header
---------------------------------*/
.l-header {
  display: none;
}
@media screen and (min-width: 1200px) {
  .l-header {
    display: block;
    background-color: #EDF6EE;
    height: 160px;
  }
}
.l-header__inner {
  pointer-events: none;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .l-header__inner {
    background-color: #EDF6EE;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    pointer-events: auto;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.l-header-logo {
  pointer-events: all;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.l-header-logo__img img {
  width: 55px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .l-header-logo__img img {
    width: 100%;
    height: auto;
    max-width: 415px;
  }
}
.l-header-logo__sub {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  color: #4E3F0C;
  letter-spacing: 0.03em;
  opacity: 0.9;
}
@media screen and (min-width: 1200px) {
  .l-header-logo__sub {
    font-size: 1.8rem;
  }
}
.l-header-logo__main {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #555555;
}
@media screen and (min-width: 1200px) {
  .l-header-logo__main {
    margin-bottom: 10px;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-logo__main {
    display: inline-block;
    font-size: 1.8rem;
  }
}

.l-container {
  width: 93.6507936508%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .l-container {
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container {
    padding: 0;
  }
}

.l-container--small {
  width: 93.6507936508%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .l-container--small {
    width: 100%;
    max-width: 960px;
  }
}

/*
  Layout - Section
---------------------------------*/
.l-section:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .l-section:not(:first-of-type) {
    margin-top: 60px;
  }
}

.home .l-section:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .home .l-section:not(:first-of-type) {
    margin-top: 40px;
  }
}

/*
  Layout - Main
---------------------------------*/
@media screen and (min-width: 1200px) {
  .l-main {
    order: 2;
    max-width: 780px;
    width: calc(100% - 330px);
    margin: initial;
    margin-top: 0;
  }
}

/*
  Layout - Footer
---------------------------------*/
.l-footer {
  background-color: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .l-footer {
    margin-top: 80px;
  }
}
.l-footer__inner {
  background: #EFFAF6;
}
.l-footer__copyright {
  font-size: 1rem;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #fff;
  text-align: center;
  background-color: #1A9479;
  line-height: 1.4;
  margin-bottom: 70px;
}
@media screen and (min-width: 1200px) {
  .l-footer__copyright {
    margin-bottom: 0px;
    padding: 40px;
  }
}

.l-sidebar {
  z-index: 5;
  padding: 30px 0 10px;
}
@media screen and (min-width: 1200px) {
  .l-sidebar {
    width: 272px;
    padding-top: 0;
    margin: 0 50px 0 0;
  }
}

.l-column2 {
  background-color: #fff;
  padding: 30px 0 30px;
}
@media screen and (min-width: 1200px) {
  .l-column2 {
    padding: 50px 0 100px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }
}

/* ==========================================================================
   Object
   ========================================================================== */
/* -----------------------------------------------------------------
   Component
   ----------------------------------------------------------------- */
/*
  Button
---------------------------------*/
.c-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .c-btn {
    margin-top: 30px;
  }
}

.c-btn a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 12px 42px 12px 24px;
  font-weight: 700;
  border: 2px solid #E8AF1E;
  border-radius: 50px;
  position: relative;
  text-align: center;
  background: #E8AF1E;
  max-width: 220px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-btn a {
    padding: 18px 42px 18px 24px;
    max-width: 290px;
    transition: 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    font-size: 1.6rem;
  }
}
.c-btn a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-wh.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 1200px) {
  .c-btn a::before {
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
@media screen and (min-width: 1200px) {
  .c-btn a:hover {
    border: 2px solid #444444;
    color: #444444;
    background: #fff;
  }
  .c-btn a:hover::before {
    background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  }
}
.c-btn--wh a {
  border: 2px solid #C0BDB2;
  background-color: #fff;
  color: #444444;
}
.c-btn--wh a::before {
  background: url(../img/common/icon-arrow-black.svg) no-repeat center/contain;
}

.c-btn-lg {
  margin-left: auto;
  margin-right: auto;
}
.c-btn-lg a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 16px 42px 16px 24px;
  font-weight: 700;
  border: 2px solid #F4AC16;
  border-radius: 50px;
  position: relative;
  text-align: center;
  background: #F4AC16;
  max-width: 340px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-btn-lg a {
    padding: 18px 42px 18px 24px;
    max-width: 480px;
    transition: 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    font-size: 1.8rem;
  }
}
.c-btn-lg a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-wh.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 1200px) {
  .c-btn-lg a::before {
    right: 30px;
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
@media screen and (min-width: 1200px) {
  .c-btn-lg a:hover {
    border: 2px solid #6bb6b3;
    color: #18705D;
    background: #fff;
  }
  .c-btn-lg a:hover::before {
    background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  }
}
.c-btn-lg--blue a {
  border: 2px solid #26B4B2;
  background-color: #26B4B2;
}

.c-btn--left a {
  margin-left: 0;
  margin-right: auto;
}

/*
  Pagination
---------------------------------*/
.c-pagination {
  margin: 60px auto;
  padding: 10px 0;
  text-align: center;
}
.c-pagination a {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #FAFAFA;
  transition: 0.3s;
}
.c-pagination a:hover {
  color: #fff;
  background: #E8AF1E;
}
.c-pagination span {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #fff;
}
.c-pagination span.dots {
  background: 0;
}
.c-pagination span.current {
  background: #E8AF1E;
  color: #fff;
}
.c-pagination--circle a {
  border-radius: 50%;
}
.c-pagination--circle span {
  border-radius: 50%;
}

/*
  for Not Found Page
---------------------------------*/
.c-not-found {
  margin-top: 64px;
}

.c-not-found__inner {
  border: 8px solid #EFFAF6;
  padding: 40px 8px;
}
@media screen and (min-width: 769px) {
  .c-not-found__inner {
    border: 16px solid #EFFAF6;
    padding: 80px;
  }
}

.c-not-found__inner > * + * {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .c-not-found__inner > * + * {
    margin-top: 48px;
  }
}

.c-not-found__heading__main {
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .c-not-found__heading__main {
    font-size: 5.6rem;
  }
}

.c-not-found__heading__sub {
  font-size: 1.6rem;
  color: #E8AF1E;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .c-not-found__heading__sub {
    font-size: 3.2rem;
  }
}

.c-not-found__text {
  font-size: 1.4rem;
  color: #444444;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .c-not-found__text {
    font-size: 1.8rem;
  }
}

.c-not-found-btn {
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  max-width: 310px;
}
.c-not-found-btn__link {
  display: block;
  text-align: center;
  padding: 14px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  color: #E8AF1E;
  border: 3px solid #E8AF1E;
  border-radius: 16px;
}
@media screen and (min-width: 769px) {
  .c-not-found-btn__link {
    font-size: 2.2rem;
    border-radius: 18px;
  }
}

/* -----------------------------------------------------------------
   Project
   ----------------------------------------------------------------- */
/*
  Header
---------------------------------*/
.p-sp-menu {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 999999;
  background-color: #fff;
  width: 100%;
  padding: 5px 0;
}
@media screen and (min-width: 1200px) {
  .p-sp-menu {
    display: none;
  }
}

.p-sp-menu ul {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.p-sp-menu ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 10px;
}

.p-sp-menu ul li img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
  max-height: 90px;
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}

.p-sp-menu-logo {
  margin-top: 83px;
  background-color: #fff;
  padding: 8px 0;
}
@media screen and (min-width: 1200px) {
  .p-sp-menu-logo {
    display: none;
  }
}
.p-sp-menu-logo__img {
  display: block;
  width: 100%;
  text-align: center;
}
.p-sp-menu-logo__img img {
  width: 90%;
  max-width: 300px;
}

.p-sp-sticky-btns {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: #FFF;
}
@media screen and (min-width: 1200px) {
  .p-sp-sticky-btns {
    display: none;
  }
}

.p-sp-sticky-btns p {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 4px 0;
}

.p-sp-sticky-btns p span {
  color: #F0771D;
}

.p-sp-sticky-btns ul {
  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;
  text-align: center;
  background: #fff;
  padding: 0 3px 3px 3px;
}

.p-sp-sticky-btns li {
  width: 50%;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.p-sp-sticky-btn__tell {
  background: #F0771D;
  font-weight: bold;
  margin-right: 3px;
  letter-spacing: 1px;
}

.p-sp-sticky-btn__tell a {
  width: 100%;
  padding: 12px 4px;
  padding-left: 30px;
  color: #fff;
  display: block;
}

.p-sp-sticky-btn__tell:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/common/icon-tell.svg") no-repeat;
  background-size: contain;
  left: 24px;
}

.p-sp-sticky-btn__line {
  background: #06C755;
  font-weight: bold;
}

.p-sp-sticky-btn__line a {
  width: 100%;
  padding: 12px 4px;
  padding-left: 30px;
  color: #fff;
  display: block;
}

.p-sp-sticky-btn__line:before {
  content: "";
  position: absolute;
  background: url("../img/common/icon-line.png") no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 34px;
  height: 30px;
}

/*
  Footer
---------------------------------*/
.p-footer {
  position: relative;
  background-color: #fff;
}
.p-footer__content {
  position: relative;
  padding: 40px 8px 40px;
  max-width: 450px;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .p-footer__content {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0 20px;
  }
}
.p-footer__img {
  max-width: 165px;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .p-footer__img {
    max-width: 225px;
    margin: initial;
  }
}

.p-footer-nav {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dashed #AFAFAF;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-footer-nav {
    padding-bottom: 50px;
  }
}
.p-footer-nav__item {
  font-weight: 400;
  font-size: 1.4rem;
  padding-left: 17px;
  margin-right: 30px;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-footer-nav__item {
    margin-top: 45px;
    font-size: 1.6rem;
  }
}
.p-footer-nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/common/icon-arrow-circle.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
.p-footer-nav__item a {
  transition: all 0.3s;
}
.p-footer-nav__item a:hover {
  transition: all 0.3s;
  opacity: 0.5;
}

.p-footer-info {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .p-footer-info {
    display: flex;
  }
}
.p-footer-info__img {
  max-width: 350px;
  margin-top: 15px;
}
.p-footer-info__text {
  line-height: 1.6;
  display: block;
  margin-top: 4px;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-footer-info__text {
    font-size: 1.6rem;
    text-align: initial;
  }
}
.p-footer-info__sub {
  color: #fff;
  background-color: #26B4B2;
  padding: 4px 8px;
  line-height: 1.6;
  display: block;
  margin-top: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .p-footer-info__sub {
    margin-top: 13px;
    font-size: 1.6rem;
    text-align: initial;
  }
}
.p-footer-info__address {
  margin-top: 18px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .p-footer-info__address {
    font-size: 1.6rem;
  }
}

.p-timeline {
  display: flex;
  flex-direction: column;
  max-width: 385px;
  width: 100%;
}

.p-timeline th,
.p-timeline td {
  border: 1px solid #DBDBDB;
  font-size: 1.2rem;
  padding: 3px 5px;
  text-align: center;
  background: #fff;
}

.p-timeline th {
  background: #f7ad24;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
}

.p-timeline__table {
  width: 100%;
  border-bottom: 1px dotted #DBDBDB;
  margin: 15px 0 10px 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  background-color: #FFFFFF;
}
.p-timeline__notice {
  color: #EC5700;
  font-size: 1.2rem;
  margin-top: 6px;
  line-height: 1.3333333333;
}
.p-timeline__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-timeline__text {
    font-size: 1.8rem;
  }
}
.p-timeline__text span {
  color: #EC5700;
}
.p-timeline .kome {
  position: relative;
}
.p-timeline .kome::after {
  content: "※";
  position: absolute;
  font-size: 9px;
  right: 1px;
  bottom: 1px;
}

.p-badge-reserve {
  border: 3px solid #EC5700;
  background: #fff;
  height: 40px;
  width: 85px;
  text-align: center;
  color: #EC5700;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.1875;
  margin-left: auto;
  margin-bottom: 15px;
  margin-top: -30px;
}
@media screen and (min-width: 769px) {
  .p-badge-reserve {
    font-size: 1.6rem;
    height: 70px;
    width: 70px;
    margin: initial;
    border-radius: 50%;
  }
}

.p-cta-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-cta-btns span {
  font-size: 1.3rem;
  text-align: center;
}

.p-cta-btn {
  border-radius: 10px;
  width: 100%;
  max-width: 232px;
  height: 48px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 0 25px 0 56px;
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-weight: bold;
}
.p-cta-btn__tell {
  background: #F0771D;
  font-size: 2.2rem;
  position: relative;
  z-index: 1;
  position: relative;
}
.p-cta-btn__tell::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-tell.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 20px;
  height: 23px;
  animation: buruburu 2s linear infinite;
  scale: 1;
}
@keyframes buruburu {
  0% {
    transform: translate(0, -50%);
  }
  7% {
    transform: translate(-2px, -50%) rotateZ(-7deg);
  }
  14% {
    transform: translate(2px, -50%) rotateZ(7deg);
  }
  20% {
    transform: translate(-2px, -50%) rotateZ(-7deg);
  }
  32% {
    transform: translate(2px, -50%) rotateZ(7deg);
  }
  40% {
    transform: translate(0px, -50%);
  }
}
.p-cta-btn__tell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  background: inherit;
  box-shadow: 0 0 0.8em #E8AF1E, 0 0 0.3em rgba(255, 255, 255, 0.5) inset;
  animation: glow 1.5s ease-in-out infinite alternate;
}
@keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.p-cta-btn__line {
  background: #06C755;
  font-size: 1.8rem;
  position: relative;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
.p-cta-btn__line::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-line.png) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 38px;
  height: 34px;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.94);
  }
}

.p-list {
  margin-top: 15px;
}

.p-list-item {
  background-color: #FFFBEF;
  box-shadow: 0px 3px 12px #e5f4ea;
  border: 1px solid #A6C58C;
  border-radius: 6px;
}
@media screen and (min-width: 769px) {
  .p-list-item {
    filter: drop-shadow(0px 3px 12px #e5f4ea);
  }
}
.p-list-item:not(:first-child) {
  margin-top: 25px;
}
.p-list-item__heading {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-list-item__heading {
    margin-bottom: 24px;
  }
}
.p-list-item__title {
  font-size: 2rem;
  color: #2D8A46;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-list-item__title {
    font-size: 2.8rem;
  }
}
.p-list-item__subtitle {
  line-height: 1;
  margin-right: 9px;
  background: #3FA04E;
  background: url(../img/common/list-item-badge.png) no-repeat center/contain;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-list-item__subtitle {
    font-size: 3.2rem;
    margin-right: 18px;
    width: 76px;
    height: 76px;
  }
}
.p-list-item__subtitle span {
  font-size: 0.9rem;
}
@media screen and (min-width: 769px) {
  .p-list-item__subtitle span {
    font-size: 1.1rem;
  }
}
.p-list-item__text {
  font-size: 1.5rem;
  line-height: 1.8125;
}
@media screen and (min-width: 769px) {
  .p-list-item__text {
    font-size: 1.6rem;
  }
}
.p-list-item__notice {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5714285714;
  opacity: 0.9;
}
@media screen and (min-width: 769px) {
  .p-list-item__notice {
    font-size: 1.4rem;
  }
}
.p-list-item__notice a {
  color: #00A0E9;
  text-decoration: underline;
  font-weight: bold;
  transition: all 0.3s;
}
.p-list-item__notice a:hover {
  transition: all 0.3s;
  opacity: 0.5;
}
.p-list-item__inner {
  padding: 20px 15px;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .p-list-item__inner {
    padding: 40px 25px;
    flex-direction: initial;
    justify-content: space-between;
  }
}
.p-list-item__img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-list-item__img {
    margin-bottom: 0;
    max-width: 245px;
  }
}
@media screen and (min-width: 769px) {
  .p-list-item__box {
    width: calc(100% - 275px);
  }
}

.p-shopinfo {
  border: 3px solid #1A9479;
  border-radius: 10px;
  background: #fff;
  padding: 15px 10px;
  margin-top: 30px;
  filter: drop-shadow(0px 0px 10px #ccedd7);
}
@media screen and (min-width: 769px) {
  .p-shopinfo {
    padding: 40px 25px;
    border: 4px solid #1A9479;
    filter: drop-shadow(0px 0px 15px #ccedd7);
  }
}
.p-about .p-shopinfo {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-shopinfo {
    margin-top: 60px;
  }
  .p-about .p-shopinfo {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-shopinfo__box {
    width: 51%;
    padding-left: 30px;
  }
}
.p-shopinfo__img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-shopinfo__img {
    max-width: 354px;
  }
}
.p-shopinfo__head {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-shopinfo__head {
    margin-top: 30px;
    margin-top: 0;
    font-size: 2.4rem;
  }
}
.p-shopinfo__text {
  line-height: 1.6;
  display: block;
  margin-top: 4px;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-shopinfo__text {
    font-size: 1.6rem;
  }
}
.p-shopinfo__sub {
  display: inline-block;
  color: #fff;
  background-color: #26B4B2;
  padding: 4px 8px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-shopinfo__sub {
    font-size: 1.6rem;
    text-align: initial;
  }
}
.p-shopinfo__sub:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  animation: shine 1.5s infinite;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.p-shopinfo__address {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-shopinfo__address {
    font-size: 1.5rem;
  }
}
.p-shopinfo__address:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-shopinfo__address:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.p-shopinfo .p-cta-btns {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-shopinfo .p-cta-btns {
    margin-top: 10px;
    width: 38.9189189189%;
  }
}
.p-shopinfo .p-cta-btn {
  max-width: 288px;
  width: 100%;
  justify-content: center;
}
.p-shopinfo .p-cta-btn__tell::after {
  left: 42px;
}
.p-shopinfo .p-cta-btn__line::after {
  left: 36px;
}

.p-shopinfo-content__inner {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-shopinfo-content__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-shopinfo-content__inner:nth-child(n+2) {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .p-shopinfo-content__inner:nth-child(n+2) {
    margin-top: 20px;
  }
}

.p-shopinfo-map {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-shopinfo-map {
    margin-top: 60px;
  }
}
.p-shopinfo-map__btn {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-shopinfo-map__btn {
    margin-top: 30px;
  }
}
.p-shopinfo-map__btn a {
  max-width: 200px;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .p-shopinfo-map__btn a {
    max-width: 260px;
  }
}
.p-shopinfo-map__iframe {
  position: relative;
}
.p-shopinfo-map__iframe::after {
  padding-top: 70.7395498392%;
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .p-shopinfo-map__iframe::after {
    padding-top: 52.5%;
  }
}
.p-shopinfo-map iframe {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-news-bar {
  display: block;
  background-color: #ff3700;
  color: #fff;
}
.p-news-bar:hover {
  text-decoration: underline;
}
.p-news-bar__inner {
  margin: auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  padding: 12px 40px 12px 10px;
  font-size: 1.1rem;
  position: relative;
}
.p-news-bar__inner::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  background: url(../img/common/icon-news.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}
.p-news-bar__content {
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.p-news-bar__title {
  font-size: 1.5rem;
  margin-left: 1.6rem;
  position: relative;
}
.p-news-bar__title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -6px;
}

/*
  Section
---------------------------------*/
.p-section-heading {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  background-color: #1A9479;
  color: #fff;
  border-radius: 10px;
  padding: 12px 5px 12px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-section-heading {
    padding: 16px 10px 16px 30px;
    margin-top: 10px;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
.p-section-heading--lower {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #EFFAF6;
  padding: 12px 0 12px 12px;
  border-left: 6px solid #1A9479;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .p-section-heading--lower {
    padding: 12px 0 12px 30px;
    margin-top: 10px;
    font-size: 2.2rem;
  }
}
.p-section-heading--minor {
  color: #2D8A46;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-section-heading--minor {
    font-size: 2rem;
  }
}

.p-section__text {
  font-size: 1.5rem;
  line-height: 1.8125;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .p-section__text {
    font-size: 1.6rem;
  }
}
.p-section__text:nth-child(n+2) {
  margin-top: 20px;
}
.p-section__text span {
  color: #EC5700;
  font-weight: bold;
}

.p-section-arrow {
  margin: 0 auto;
}
.p-section-arrow--01 {
  max-width: 100px;
}
.p-section-arrow--02 {
  max-width: 150px;
}

.p-section__img {
  margin-top: 20px;
}

/*
  Breadcrumb
---------------------------------*/
.p-breadcrumb {
  padding: 8px;
}
@media screen and (min-width: 769px) {
  .p-breadcrumb {
    padding: 20px 10px 20px;
  }
}
.p-breadcrumb span a {
  color: #444444;
}
.p-breadcrumb span {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) {
  .p-breadcrumb span {
    font-size: 1.4rem;
  }
}

/*
  Sidebar
---------------------------------*/
.p-side-menu {
  background: #FCF9F0;
  border-radius: 10px;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 15px 10px;
}
@media screen and (min-width: 769px) {
  .p-side-menu {
    margin: 0 0 40px;
  }
}

.p-side-menu h2 {
  color: #18705D;
  font-size: 20px;
  text-align: center;
  margin: 0px 0px 10px 0px;
  padding: 0 0 5px 0;
  line-height: 25px;
  font-weight: 700;
}

.p-side-menu h3 {
  background-color: #fff;
  color: #2a9d8f;
  font-size: 16px;
  text-align: center;
  margin: 20px 0px 0px 0px;
  padding: 4px 10px;
  line-height: 25px;
  font-weight: 700;
}

.p-side-menu__list {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.p-side-menu__list li {
  font-size: 1.7rem;
  line-height: 1.2;
  border-bottom: 1px dashed #707070;
  position: relative;
}

.p-side-menu__list li a {
  color: #444444;
  padding: 12px 5px 12px 20px;
  margin: 0;
  display: block;
}

.p-side-menu__list li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #26B4B2;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.p-side-menu__list li a:hover {
  opacity: 0.7;
}

/*
  Top
---------------------------------*/
.p-top-mv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-mv {
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
}
.p-top-mv__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-top-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a-shine {
  position: relative;
  overflow: hidden;
}
.a-shine:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  animation: shine 1.5s infinite;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}

.p-top-claims__inner {
  padding: 2rem 0 4rem;
  padding-bottom: 4rem;
  background-image: repeating-linear-gradient(to bottom, transparent 11px, #F5F5F5 12px, #F5F5F5 12px, transparent 13px, transparent 23px, #F5F5F5 24px, #F5F5F5 24px, transparent 25px, transparent 35px, #F5F5F5 36px, #F5F5F5 36px, transparent 37px, transparent 47px, #F5F5F5 48px, #F5F5F5 48px, transparent 49px, transparent 59px, #F5F5F5 60px, #F5F5F5 60px), repeating-linear-gradient(to right, transparent 11px, #F5F5F5 12px, #F5F5F5 12px, transparent 13px, transparent 23px, #F5F5F5 24px, #F5F5F5 24px, transparent 25px, transparent 35px, #F5F5F5 36px, #F5F5F5 36px, transparent 37px, transparent 47px, #F5F5F5 48px, #F5F5F5 48px, transparent 49px, transparent 59px, #F5F5F5 60px, #F5F5F5 60px);
}
.p-top-claims__content {
  padding: 30px 10px 30px;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-top-claims__content {
    padding: 30px 10px 50px;
  }
}
.p-top-claims__item {
  position: relative;
  padding-left: 2.4em;
  font-size: 1.5rem;
  line-height: 1.65;
}
@media screen and (min-width: 769px) {
  .p-top-claims__item {
    font-size: 1.7rem;
  }
}
.p-top-claims__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../img/common/icon-check.svg) no-repeat center/contain;
  width: 25px;
  height: 24px;
}
@media screen and (min-width: 769px) {
  .p-top-claims__item::after {
    width: 28px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-top-claims__bottom {
  background: #fffbef;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 600px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 769px) {
  .p-top-claims__bottom {
    width: 80%;
  }
}

.p-top-achievements__content {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .p-top-achievements__content {
    display: flex;
    flex-direction: row;
  }
}
.p-top-achievements__content img {
  max-width: 260px;
  margin: 0 auto;
}
.p-top-achievements__text {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-top-achievements__text {
    line-height: 2.2;
    padding: 0 3rem;
    font-size: 1.8rem;
  }
}

.p-top-worries {
  position: relative;
  background: url(../img/top/worries-bg_sp01.png) no-repeat top/contain;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p-top-worries {
    background: url(../img/top/worries-bg.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 769px) {
  .p-top-worries {
    padding-bottom: 40px;
  }
}

.p-top-worries__inner {
  position: relative;
  background: url(../img/top/worries-bg_sp02.png) repeat-y bottom/contain;
}
@media screen and (min-width: 769px) {
  .p-top-worries__inner {
    background: none;
  }
}

.p-top-worries__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-worries__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .p-top-worries__cards {
    gap: 20px;
  }
}

.p-top-worries__card {
  background: #FCF9F0;
  border-radius: 18px;
  padding: 24px 18px 22px;
  border: 1px solid #E5E8E4;
}

.p-top-worries__icon {
  display: grid;
  place-items: center;
  margin-top: -10px;
  margin-bottom: 14px;
}
.p-top-worries__icon img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-top-worries__icon img {
    width: 140px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-worries__icon img {
    height: 140px;
  }
}

.p-top-worries__title {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #2a9d8f;
  margin-top: 0;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .p-top-worries__title {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-worries__title {
    margin-bottom: 14px;
  }
}

.p-top-worries__text {
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

.p-top-worries__cases {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-top-worries__cases {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-top-worries__cases {
    gap: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top-worries__cases {
    margin-top: 36px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-worries__cases {
    max-width: 1080px;
  }
}

.p-top-worries__case {
  background: #ffffff;
  border-radius: 16px;
  border: 3px solid #bfe6e0;
  padding: 18px 14px;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.55;
  color: #18705D;
  background: #f7fffc;
  border: 3px solid rgba(38, 180, 178, 0.4);
  box-shadow: 0px 0px 12px #ccedd8;
}
@media screen and (min-width: 769px) {
  .p-top-worries__case {
    font-size: 1.7rem;
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-worries__case {
    width: 30%;
  }
}
.p-top-worries__case span {
  color: #F0771D;
}
@media screen and (min-width: 769px) {
  .p-top-worries__case span.text-lg {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top-worries__case.text-sm {
    font-size: 1.5rem;
  }
  .p-top-worries__case.text-sm span {
    font-size: 1.6rem;
  }
}

.p-top-features {
  background: #F4FDF5;
  padding-bottom: 36px;
}
@media screen and (min-width: 769px) {
  .p-top-features {
    padding-bottom: 56px;
  }
}
.p-top-features__content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-top-features__content {
    margin-top: 2rem;
    padding-right: 1.6rem;
  }
}
.p-top-features__copy {
  text-align: center;
}
.p-top-features__copy span {
  text-align: center;
  padding: 4px 8px;
  background: #3FA04E;
  border-radius: 4px;
  color: #fff;
  display: inline;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-top-features__copy span {
    font-size: 1.8rem;
  }
}
.p-top-features__btn {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-top-features__btn {
    margin-top: 40px;
  }
}

.p-top-features__items {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-features__items {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 0px;
  }
}

.p-top-features__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  .p-top-features__item {
    grid-template-columns: 150px 1fr;
    gap: 0px;
  }
}

.p-top-features__media {
  display: grid;
  place-items: center;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-features__media {
    width: 150px;
  }
}

.p-top-features__img {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 9999px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-top-features__img {
    width: 140px;
    height: 140px;
  }
}

.p-top-features__body {
  text-align: left;
  padding-left: 0;
}
.p-top-features__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.35;
  color: #2D8A46;
}
@media screen and (min-width: 769px) {
  .p-top-features__title {
    font-size: 2rem;
  }
}
.p-top-features__title span {
  display: inline;
  background: linear-gradient(transparent 62%, #FFF39B 62%);
  padding: 0 4px;
}

.p-top-features__text {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #3b3b3b;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .p-top-features__text {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.9;
  }
}

.p-top-price {
  padding: 15px 5px 30px;
  border-radius: 6px;
  background-color: #FCF9F0;
  background-image: repeating-linear-gradient(to bottom, transparent 11px, #F0F0F0 12px, #F0F0F0 12px, transparent 13px, transparent 23px, #F0F0F0 24px, #F0F0F0 24px, transparent 25px, transparent 35px, #F0F0F0 36px, #F0F0F0 36px, transparent 37px, transparent 47px, #F0F0F0 48px, #F0F0F0 48px, transparent 49px, transparent 59px, #F0F0F0 60px, #F0F0F0 60px), repeating-linear-gradient(to right, transparent 11px, #F0F0F0 12px, #F0F0F0 12px, transparent 13px, transparent 23px, #F0F0F0 24px, #F0F0F0 24px, transparent 25px, transparent 35px, #F0F0F0 36px, #F0F0F0 36px, transparent 37px, transparent 47px, #F0F0F0 48px, #F0F0F0 48px, transparent 49px, transparent 59px, #F0F0F0 60px, #F0F0F0 60px);
}
.p-top-price__head {
  max-width: 610px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .p-top-price__head {
    margin-bottom: 10px;
  }
}
.p-top-price__text {
  text-align: center;
  margin-top: 0 !important;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-top-price__text {
    font-size: 1.6rem;
  }
}
.p-top-price__notice {
  text-align: center;
  color: #707070;
  font-size: 1.2rem;
  margin-top: 12px;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-top-price__notice {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-top-price__btn {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-top-price__btn {
    margin-top: 15px;
  }
}

.p-top-greeting__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .p-top-greeting__inner {
    gap: 0px;
    align-items: initial;
    flex-direction: initial;
    justify-content: space-between;
  }
}
.p-top-greeting__img {
  width: 80%;
}
@media screen and (min-width: 769px) {
  .p-top-greeting__img {
    width: 31.9230769231%;
  }
}
.p-top-greeting__img span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
  color: #2D8A46;
}
@media screen and (min-width: 769px) {
  .p-top-greeting__img span {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-greeting__content {
    width: 63.3333333333%;
  }
}

.p-top-cta {
  padding: 30px 15px;
  background: #26B4B2;
}
@media screen and (min-width: 769px) {
  .p-top-cta {
    border-radius: 16px;
    padding: 30px 30px;
  }
}
.p-top-cta .p-cta-btns {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-top-cta .p-cta-btns {
    flex-direction: row;
    justify-content: space-between;
    max-width: 660px;
    margin: auto;
    margin-top: 20px;
  }
}
.p-top-cta .p-cta-btn {
  max-width: 300px;
  justify-content: center;
  margin: 10px 10px;
  border-radius: 999px;
  height: 56px;
}
@media screen and (min-width: 769px) {
  .p-top-cta .p-cta-btn {
    height: 64px;
    margin: 10px;
  }
}
.p-top-cta .p-cta-btn__line::after {
  left: 4rem;
}
.p-top-cta .p-cta-btn__tell::after {
  left: 4rem;
}
.p-top-cta .p-cta-btn__tell::before {
  border-radius: 999px;
}
.p-top-cta__title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-top-cta__title {
    font-size: 3.2rem;
  }
}
.p-top-cta__copy {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-top-cta__copy {
    font-size: 1.8rem;
  }
}
.p-top-cta__content {
  background: #fff;
  border-radius: 16px;
  margin-top: 3rem;
  padding: 3rem 1.5rem 2.5rem;
}
.p-top-cta__text {
  text-align: center;
  color: #18705D;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-top-cta__text {
    font-size: 1.8rem;
  }
}
.p-top-cta__text span {
  display: inline;
  background: linear-gradient(transparent 62%, rgb(255, 243, 155) 62%);
  padding: 0px 4px;
}

/* overlay（画面全体の透過ブラック） */
.slideBannerOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .slideBannerOverlay {
    z-index: 9999999;
  }
}

/* 表示状態 */
.slideBannerOverlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* 左から出てくるバナー（ドロワー） */
.slideBanner {
  width: 85%;
  max-width: 780px;
  background: #fff;
  transform: translateX(-105%);
  transition: transform 0.25s ease;
  box-shadow: 8px 0 24px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  border: 8px solid #56DD8D;
}

/* 表示状態 */
.slideBannerOverlay.is-open .slideBanner {
  transform: translateX(0);
}

.slideBanner__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.slideBanner__inner {
  padding: 45px 10px 25px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .slideBanner__inner {
    padding: 64px 20px 50px;
  }
}

.slideBanner__inner img {
  max-width: 420px;
}

.slideBanner__title {
  margin: 0 auto 20px;
  text-align: center;
}

.slideBanner__text {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  color: #4d4d4d;
}
@media screen and (min-width: 769px) {
  .slideBanner__text {
    font-size: 16px;
    margin: 0 0 20px;
  }
}

.slideBanner__btn {
  margin: 0 auto;
  display: inline-block;
  padding: 16px 16px;
  border-radius: 50px;
  text-decoration: none;
  background: #2C9F4B;
  background: #01B44A;
  color: #fff;
  width: 100%;
  max-width: 280px;
  font-size: 1.8rem;
  font-weight: bold;
  box-shadow: 0px 5px 3px #c6c6c6;
}
@media screen and (min-width: 769px) {
  .slideBanner__btn {
    width: 80%;
    max-width: 400px;
    font-size: 2.8rem;
    padding: 20px 16px;
  }
}

/* ✅ 開いてる間スクロール禁止にする用（JSで body に付け外し） */
body.is-slideBannerLock {
  overflow: hidden;
}

.p-page-heading {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.03em;
  border: 3px solid #1A9479;
  border-radius: 10px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  background-color: #EDF6EE;
  color: #18705D;
  margin-bottom: 30px;
  padding: 15px 10px 15px 10px;
}
@media screen and (min-width: 769px) {
  .p-page-heading {
    letter-spacing: 0.08em;
    font-size: 3.2rem;
    padding: 22px;
  }
}

.p-page-totop {
  padding: 30px 0 25px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-page-totop {
    padding: 33px 0;
  }
}
.p-page-totop a {
  padding-top: 20px;
  font-size: 1.4rem;
  position: relative;
  color: #E8AF1E;
}
@media screen and (min-width: 769px) {
  .p-page-totop a {
    padding-top: 30px;
  }
}
.p-page-totop a::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid #EC9100;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .p-page-totop a::after {
    top: 20px;
  }
}
.p-page-totop a::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EC9100;
  line-height: 1;
  width: 60px;
  height: 2px;
}
.p-page-section-heading {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p-page-section-heading {
    margin-bottom: 60px;
  }
}
.p-page-section-heading__main {
  display: block;
  margin-top: 10px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-page-section-heading__main {
    margin-top: 20px;
    font-size: 4rem;
  }
}
.p-page-section-heading__sub {
  display: block;
  font-size: 1.1rem;
  color: #E8AF1E;
  margin-top: 8px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .p-page-section-heading__sub {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}
.p-page-section-heading--small {
  font-size: 70%;
  letter-spacing: 4px;
}

.p-page-section-desc {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-page-section-desc {
    font-size: 2rem;
    margin-top: 40px;
  }
}

.p-page-cta {
  position: relative;
  background: #fff;
}
.p-page-cta__inner {
  z-index: 1;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-page-cta__inner {
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
  }
}

.p-page-cta-block {
  z-index: 0;
  background-color: #FFF8F9;
  padding: 30px 10px 20px;
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .p-page-cta-block {
    padding: 50px 40px 30px;
    width: 45.7407407407%;
  }
}
.p-page-cta-block:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-page-cta-block:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-page-cta-block__bottom {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-page-cta-block__head {
  font-size: 2rem;
  font-weight: bold;
  color: #E8AF1E;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__head {
    font-size: 3.6rem;
  }
}
.p-page-cta-block__head span {
  color: #FFA22A;
}
.p-page-cta-block__text {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__text {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
.p-page-cta-block__content {
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__content {
    margin: initial;
  }
}
.p-page-cta-block__head {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  color: #444444;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__head {
    font-size: 2.2em;
  }
}
.p-page-cta-block__note {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__note {
    font-size: 1.8rem;
  }
}
.p-page-cta-block__note span {
  display: block;
  font-size: 1.2rem;
  color: #766E54;
  margin-top: 6px;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__note span {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.p-page-cta-block__btn {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__btn {
    margin-top: 20px;
  }
}
.p-page-cta-block__btn a {
  display: block;
  margin: auto;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 16px;
  position: relative;
  color: #fff;
  background: #E8AF1E;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 300px;
  padding: 16px 10px 16px 40px;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__btn a {
    width: 100%;
    max-width: 468px;
    font-size: 2.8rem;
    padding: 20px 40px 20px 60px;
  }
}
.p-page-cta-block__btn a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-mail.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__btn a::before {
    width: 38px;
    height: 37px;
    right: 43px;
  }
}
.p-page-cta-block__tell a {
  position: relative;
  letter-spacing: 0.06em;
  max-width: 260px;
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__tell a {
    max-width: 394px;
    font-size: 2.8rem;
  }
}
.p-page-cta-block__tell a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-tell-call.svg) no-repeat center;
  background-size: contain;
}
.p-page-cta-block__mail a {
  position: relative;
  background-color: #fff;
  border: 2px solid #E8AF1E;
  color: #E8AF1E;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-page-cta-block__mail a {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1400px) {
  .p-page-cta-block__mail a {
    font-size: 2.4rem;
  }
}
.p-page-cta-block__mail a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-mail-pink.svg) no-repeat center;
  background-size: contain;
}

.p-under__wrap {
  margin-top: 64px;
}
@media screen and (min-width: 992px) {
  .p-under__wrap {
    margin-top: 120px;
  }
}

.p-price-table {
  width: 100%;
  border: 1px solid #a2a2a2;
  margin: 30px 0 10px;
  text-align: center;
}

.p-price-table th {
  padding: 10px 15px;
  border: 1px solid #a2a2a2;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #FFFCE8;
  vertical-align: middle;
  text-align: center;
}

.p-price-table td {
  padding: 10px 15px;
  font-size: 1.8rem;
  border: 1px solid #a2a2a2;
  text-align: right;
  width: 50%;
  vertical-align: middle;
}

.-column3.p-price-table td {
  width: 33%;
}

.-column3.p-price-table th {
  width: 33%;
}

.p-price-bnr a {
  transition: all 0.3s;
  position: relative;
}
.p-price-bnr a:hover {
  transition: all 0.3s;
  opacity: 0.5;
}

.p-access__list {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 612px;
}
@media screen and (min-width: 769px) {
  .p-access__list {
    margin-top: 40px;
  }
}
.p-access__item {
  position: relative;
}
.p-access__item:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .p-access__item:not(:first-of-type) {
    margin-top: 120px;
  }
}
.p-access__item:not(:last-of-type)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #26B4B2;
  position: absolute;
  bottom: -14%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  margin-top: -6px;
}
@media screen and (min-width: 769px) {
  .p-access__item:not(:last-of-type)::before {
    border-width: 15px 0 15px 20px;
  }
}
.p-access__img img {
  border-radius: 4px;
}
.p-access__text {
  font-size: 1.5rem;
  margin-top: 15px;
  line-height: 1.8125;
}
@media screen and (min-width: 769px) {
  .p-access__text {
    font-size: 1.6rem;
  }
}
.p-access .p-shopinfo {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-access .p-shopinfo {
    margin-bottom: 60px;
  }
}

.p-profile {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .p-profile {
    margin-top: 40px;
  }
}
.p-profile__block:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .p-profile__block:nth-child(n+2) {
    margin-top: 25px;
  }
}

.p-nav {
  margin-top: 40px;
  margin-bottom: 48px;
}
.p-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .p-nav__list {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-nav__item {
  list-style: none;
  filter: drop-shadow(0px 3px 5px #cfe0d4);
}
.p-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  background-color: #f3faf4;
  border: 2px solid #6bb6b3;
  border-radius: 12px;
  color: #356b5b;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (min-width: 769px) {
  .p-nav__link {
    padding: 20px 24px;
  }
}
.p-nav__link::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #f2b94c;
}
.p-nav__link:hover {
  background-color: #eaf6ee;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.p-nav__text {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-nav__text {
    font-size: 1.6rem;
  }
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-faq__item {
  background-color: #fdfaf2;
  border: 1px solid #6bb6b3;
  border-radius: 16px;
  padding: 24px 24px 28px;
}
.p-faq__q, .p-faq__a {
  display: flex;
  gap: 16px;
}
.p-faq__q {
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 16px;
}
.p-faq__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-faq__icon--q {
  background-color: #2D8A46;
}
.p-faq__icon--a {
  background-color: #F0B843;
}
.p-faq__text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
}
.p-faq__answer p {
  font-size: 15px;
  line-height: 1.8;
}
.p-accident-nayami {
  border: 2px solid #f3c95c;
  border-radius: 10px;
  padding: 20px 15px;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-accident-nayami {
    padding: 30px 35px;
  }
}
.p-accident-nayami__item {
  font-size: 1.6rem;
  padding: 10px 10px 10px 2.5rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-accident-nayami__item {
    font-size: 1.8rem;
  }
}
.p-accident-nayami__item::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #37A0E9;
}
@media screen and (min-width: 769px) {
  .p-accident-nayami__item::after {
    font-size: 1.8rem;
  }
}
.p-accident-nayami__item span {
  font-weight: bold;
  color: #EC5700;
}

.p-accident-feature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-accident-feature__item {
  width: 100%;
  border: 3px solid #E8AF1E;
  border-radius: 7px;
  background-color: #F9F8EE;
  margin-top: 10px;
  display: flex;
  align-items: center;
  padding: 20px 12px;
}
@media screen and (min-width: 769px) {
  .p-accident-feature__item {
    padding: 35px 12px;
    margin-top: 20px;
    width: 48.7179487179%;
  }
}
.p-accident-feature__subtitle {
  line-height: 1;
  margin-right: 9px;
  background-color: #E8AF1E;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 769px) {
  .p-accident-feature__subtitle {
    font-size: 3.2rem;
    margin-right: 18px;
    width: 72px;
    height: 72px;
  }
}
.p-accident-feature__subtitle span {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .p-accident-feature__subtitle span {
    font-size: 1.1rem;
  }
}
.p-accident-feature__title {
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-accident-feature__title {
    line-height: 1.85;
    font-size: 2rem;
  }
}
.p-accident-feature__title span {
  color: #EC5700;
  font-weight: bold;
}
.p-accident-feature__title .text-l {
  font-size: 150%;
}

.p-policy {
  position: relative;
  padding: 15px 10px 40px;
  padding-bottom: 40px;
  background: #E1F7F2;
  background-image: linear-gradient(to bottom, #EFFAF6 0, #EFFAF6 2px, transparent 2px, transparent 10px);
  background-size: 100% 10px;
}
@media screen and (min-width: 769px) {
  .p-policy {
    padding: 20px 50px 56px;
  }
}

.p-policy__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 35px;
}
@media screen and (min-width: 769px) {
  .p-policy__list {
    margin-top: 50px;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.p-policy__item {
  position: relative;
}

.p-policy__box {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  border: 2px solid #3FA04E;
  padding-top: 35px;
  padding-right: 18px;
  padding-bottom: 20px;
  padding-left: 18px;
  box-shadow: 0px 0px 6px #85a591;
  overflow: hidden;
  /* 方眼っぽい薄いグリッド */
  background-image: linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 18px 18px;
}
@media screen and (min-width: 769px) {
  .p-policy__box {
    border-radius: 6px;
    padding: 24px;
  }
}

/* 左の丸バッジ */
.p-policy__badge {
  z-index: 1;
  position: absolute;
  left: 18px;
  top: -22px;
  width: 52px;
  height: 52px;
  border-radius: 9999px;
  background: #3FA04E;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 769px) {
  .p-policy__badge {
    left: 22px;
    top: -18px;
    width: 70px;
    height: 70px;
  }
}

.p-policy__badgeLabel {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-top: 3px;
}
@media screen and (min-width: 769px) {
  .p-policy__badgeLabel {
    margin-top: 6px;
    font-size: 13px;
  }
}

.p-policy__badgeNum {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-top: -14px;
}
@media screen and (min-width: 769px) {
  .p-policy__badgeNum {
    font-size: 34px;
  }
}

/* タイトル */
.p-policy__title {
  margin: 0;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #505050;
}
@media screen and (min-width: 769px) {
  .p-policy__title {
    line-height: 1.45;
    font-size: 2.4rem;
    padding-left: 70px;
  }
}

.p-policy__titleIn {
  display: inline;
  background: linear-gradient(transparent 62%, #FFF39B 62%);
  padding: 0 6px 2px;
}

.p-policy__titleOrange {
  color: #F0771D;
}

.p-policy__titleGreen {
  color: #2D8A46;
}

/* 説明文 */
.p-policy__text {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .p-policy__text {
    font-size: 1.6rem;
    margin-top: 18px;
  }
}

.p-post-list__date {
  font-size: 1.2rem;
  color: #898989;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .p-post-list__date {
    font-size: 1.4rem;
  }
}
.p-post-list__head {
  font-size: 1.8rem;
  border-bottom: 1px solid #2D8A46;
  padding: 8px 0 10px;
  line-height: 1.45;
}
@media screen and (min-width: 769px) {
  .p-post-list__head {
    padding: 8px 0 16px;
    font-size: 2.4rem;
  }
}
.p-post-list__excerpt {
  color: #444444;
  font-size: 1.4rem;
  padding-top: 20px;
  line-height: 1.55;
}
@media screen and (min-width: 769px) {
  .p-post-list__excerpt {
    padding-top: 30px;
    font-size: 1.6rem;
  }
}

.p-post-list__item {
  margin-top: 30px;
  border-radius: 10px;
  border: 2px solid #A6C58C;
  filter: drop-shadow(0px 3px 12px #ccedd7);
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .p-post-list__item {
    margin-top: 40px;
    padding: 40px;
  }
}
.p-post-list__item:nth-child(n+2) {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .p-post-list__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.p-post-list__btn {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .p-post-list__btn {
    margin-top: 30px;
  }
}

.p-post-list__btn a {
  background: #2BAFA0;
  border: 2px solid #2BAFA0;
  margin-left: 0;
}

.p-post-single-content {
  margin: 40px 0 60px;
}
@media screen and (min-width: 769px) {
  .p-post-single-content {
    margin: 40px 0 80px;
  }
}
.p-post-single-content h2 {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  background-color: #1A9479;
  color: #fff;
  border-radius: 10px;
  padding: 12px 5px 12px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-post-single-content h2 {
    padding: 16px 10px 16px 30px;
    margin-top: 10px;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
.p-post-single-content h3 {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #EFFAF6;
  padding: 12px 0 12px 12px;
  border-left: 6px solid #1A9479;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .p-post-single-content h3 {
    padding: 12px 0 12px 30px;
    margin-top: 10px;
    font-size: 2.2rem;
  }
}
.p-post-single-content h4 {
  color: #2D8A46;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-post-single-content h4 {
    font-size: 2rem;
  }
}
.p-post-single-content p {
		margin-top: 16px;
		margin-bottom: 20px;
		font-weight: 400;
		line-height: 1.8;
		font-size: 1.5rem;
		@include mq(md){
			line-height: 2;
			font-size: 1.6rem;
			margin-top: 20px;
			margin-bottom: 30px;
		}
}
.p-post-single-content ul {
  margin-top: 16px;
  padding-left: 2em;
}
@media screen and (min-width: 769px) {
  .p-post-single-content ul {
    line-height: 1.5;
  }
}
.p-post-single-content li {
  font-size: 1.5rem;
  list-style: initial;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-post-single-content li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-post-single-content img {
  margin: 20px 0;
  width: auto;
}
@media screen and (min-width: 769px) {
  .p-post-single-content img {
    margin: 40px 0;
  }
}
.p-post-single-content a {
  color: #FAFAFA;
  font-weight: 700;
}
.p-post-single-content table {
  border-collapse: collapse;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .p-post-single-content table {
    margin-top: 20px;
  }
}
.p-post-single-content table th, .p-post-single-content table td {
  padding: 10px;
  border: solid 1px #444444;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-post-single-content table th, .p-post-single-content table td {
    font-size: 2rem;
  }
}

.p-post-single-author {
  display: flex;
  gap: 0px;
  margin-top: 30px;
  border-radius: 8px;
  border: 1px solid #a6c58c;
  box-shadow: 0px 0px 6px rgba(166, 197, 140, 0.8);
  background: #FCF9F0;
  padding: 20px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-post-single-author {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    margin-top: 40px;
    padding: 35px 30px;
  }
}
.p-post-single-author__img {
  width: 120px;
}
@media screen and (min-width: 769px) {
  .p-post-single-author__img {
    width: 158px;
  }
}
@media screen and (min-width: 769px) {
  .p-post-single-author__body {
    width: 70%;
  }
}
.p-post-single-author__date {
  font-size: 1.2rem;
  color: #898989;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .p-post-single-author__date {
    font-size: 1.4rem;
  }
}
.p-post-single-author__head {
  font-size: 1.8rem;
  border-bottom: 1px solid #2D8A46;
  padding: 8px 0 10px;
  line-height: 1.45;
}
@media screen and (min-width: 769px) {
  .p-post-single-author__head {
    border-bottom: 2px solid #2D8A46;
    padding: 8px 0 16px;
    font-size: 2.4rem;
  }
}
.p-post-single-author__excerpt {
  color: #444444;
  font-size: 1.4rem;
  padding-top: 20px;
  line-height: 1.65;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-post-single-author__excerpt {
    padding-top: 20px;
    font-size: 1.6rem;
  }
}

/*
  Library
---------------------------------*/
.js-fade-in {
  filter: blur(1px);
  opacity: 0;
  transform: translate(0, 15px);
  transition: all 1.1s ease-out, opacity 0.9s linear, filter 1s linear;
  animation-delay: 1s;
}

.js-scroll-in {
  filter: blur(0);
  opacity: 1;
  transition-duration: 1s;
  transform: translate(0, 0);
}

/* -----------------------------------------------------------------
   Utility
   ----------------------------------------------------------------- */
.sp-only {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.pc-only-inline {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-only-inline {
    display: inline-block;
  }
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.u-line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}

.u-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}

.u-align-l {
  text-align: left;
}/*# sourceMappingURL=style.css.map */