@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  display: block;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: calc(1086px + 32px);
}
@media (max-width: 768px) {
  body {
    min-width: auto;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body p,
body a {
  line-height: 1.5;
}
body picture {
  display: block;
}

.l-body-inner {
  overflow-x: clip;
}

.l-container {
  width: 100%;
  max-width: calc(1086px + 32px);
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

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

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

.c-green {
  color: #2f6d26;
}

.c-yellow {
  color: #fcdc99;
}

.c-red {
  color: #c9522f;
}

.c-gold {
  color: #d09a05;
}

.c-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(50 / 30);
  position: relative;
  display: inline-block;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 140px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 65px;
  background-color: #c9522f;
}
@media (max-width: 768px) {
  .c-btn {
    font-size: 18px;
    padding: 12px 45px;
  }
}
.c-btn::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  content: "";
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/img/ico_btn01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .c-btn::before {
    right: 15px;
    width: 16px;
    height: 16px;
  }
}
.c-btn:hover::before {
  right: 20px;
}

.c-note {
  font-size: 12px;
  line-height: calc(22 / 12);
}

.l-header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.l-header__logo {
  position: relative;
  z-index: 99;
  width: 201px;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 120px;
    margin: 0 auto;
  }
}
.l-header__logo img {
  border-radius: 0 0 20px 0;
}
@media (max-width: 768px) {
  .l-header__logo img {
    border-radius: 0 0 20px 20px;
  }
}

.l-header__btn {
  display: none;
}
@media (max-width: 768px) {
  .l-header__btn {
    position: fixed;
    z-index: 99;
    top: 10px;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 13px 7px;
    border-radius: 50%;
    background-color: #d09a05;
  }
}
.l-header__btn .l-header__btn-inner {
  position: relative;
  width: 16px;
  height: 9px;
  margin: 0 auto;
}
.l-header__btn .l-header__btn-inner span {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1px;
  background-color: #ffffff;
}
.l-header__btn .l-header__btn-inner span:nth-child(1) {
  top: 0;
}
.l-header__btn .l-header__btn-inner span:nth-child(2) {
  top: 4px;
}
.l-header__btn .l-header__btn-inner span:nth-child(3) {
  top: 8px;
}
.l-header__btn .l-header__btn-inner::before {
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  bottom: -14px;
  left: 50%;
  content: "メニュー";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  color: #ffffff;
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(1) {
  top: 4px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(2) {
  opacity: 0;
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(3) {
  top: 4px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.l-header__content {
  display: none;
}
.l-header__content.is-open {
  position: relative;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100svh;
  padding-top: 127px;
  background-color: #ffffff;
}
.l-header__content::before, .l-header__content::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
}
.l-header__content::before {
  z-index: 0;
  top: 0;
  height: 106px;
  content: "";
  background: url(../../assets/img/bg_header_sp01.svg) center center/contain repeat-x;
}
.l-header__content::after {
  z-index: 0;
  bottom: 0;
  height: 75px;
  content: "";
  background: url(../../assets/img/bg_header_sp02.svg) center center/contain repeat-x;
}

.l-header__content-logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header__content-logo img {
  border-radius: 0 0 20px 20px;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 60px;
  gap: 23px;
}
.l-header__nav li {
  position: relative;
  padding-bottom: 25px;
}
.l-header__nav li::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/img/ico_line_header01.svg) center center/contain no-repeat;
}
.l-header__nav a {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(23 / 18);
  display: block;
  text-align: center;
  text-decoration: none;
  color: #2f6d26;
}

.l-header__link {
  display: block;
  width: 40px;
  height: 40px;
  margin: 25px auto 0;
}

.l-footer {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  padding: 15px 0;
  background-color: #e1e1e1;
}
@media (max-width: 768px) {
  .l-footer {
    margin-top: 40px;
  }
}

.l-footer__inner {
  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 (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

.l-footer__logo {
  width: 116px;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: 90px;
  }
}

.l-footer__copyright {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 12px;
    position: relative;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
}

.l-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
  gap: 40px;
}
@media (max-width: 768px) {
  .l-footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 44px;
  }
}

.l-footer-menu-item__header {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .l-footer-menu-item__header {
    padding-bottom: 12px;
  }
}

.l-footer-menu-item__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 16px;
  padding-left: 30px;
  gap: 16px;
}
@media (max-width: 768px) {
  .l-footer-menu-item__list {
    padding-left: 0;
  }
}
.l-footer-menu-item__list::before {
  position: absolute;
  top: 0;
  left: calc(30px / 2);
  width: 1px;
  height: 100%;
  content: "";
}
@media (max-width: 768px) {
  .l-footer-menu-item__list::before {
    display: none;
  }
}
.l-footer-menu-item__list a {
  text-decoration: none;
}

/****************************
common
****************************/
/****************************
KV
****************************/
.p-kv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: url(../../assets/img/bg_kv03.svg) top left/41px 32px repeat;
  aspect-ratio: calc(1365 / 768);
}

.p-kv-top {
  position: relative;
  padding: calc(20 / 1365 * 100vw) 0 0;
  background: #2f6d26;
}
@media (max-width: 768px) {
  .p-kv-top {
    padding: 85px 20px 13px;
  }
}
.p-kv-top::before {
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  height: 26px;
  content: "";
  background: url(../../assets/img/bg_kv01.svg) center center/contain repeat-x;
}
@media (max-width: 768px) {
  .p-kv-top::before {
    bottom: -12px;
    height: 13px;
    background: url(../../assets/img/bg_kv01_sp.svg) center center/contain repeat-x;
  }
}

.p-kv-top__img {
  display: block;
  width: calc(771 / 1366 * 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-kv-top__img {
    width: 100%;
  }
}

.p-kv-main {
  position: relative;
}
.p-kv-main::before {
  position: absolute;
  z-index: 0;
  right: calc(15 / 1366 * 100%);
  bottom: -112px;
  width: calc(396 / 1366 * 100%);
  content: "";
  background: url(../../assets/img/img_kv02.png) center center/contain repeat-x;
  aspect-ratio: calc(396 / 638);
}
@media (max-width: 768px) {
  .p-kv-main::before {
    z-index: 0;
    top: -11px;
    right: calc(30 / 375 * 100%);
    bottom: initial;
    width: calc(158 / 375 * 100%);
  }
}

.p-kv-main__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(887 / 1365 * 100%);
  margin-top: 50px;
  margin-left: calc(90 / 1365 * 100%);
}
@media (max-width: 768px) {
  .p-kv-main__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-top: 31px;
    margin-left: 0;
    padding: 0 20px;
  }
}

.p-kv-main__copy {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(45 / 30);
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-kv-main__copy {
    font-size: calc(16 / 375 * 100vw);
    margin-left: calc(20 / 335 * 100%);
  }
}

.p-kv-main__img {
  margin-top: 13px;
}
.p-kv-main__img img {
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 0 #cec4b2;
          box-shadow: 10px 10px 0 #cec4b2;
}

.p-kv-bottom {
  position: relative;
  z-index: 2;
  margin-top: 77px;
}
@media (max-width: 768px) {
  .p-kv-bottom {
    margin-top: 36px;
    padding: 0 20px;
  }
}

.p-kv-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 46px 0 20px;
}
@media (max-width: 768px) {
  .p-kv-bottom__inner {
    padding: 29px 0 16px;
  }
}
.p-kv-bottom__inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  content: "";
  background: url(../../assets/img/bg_kv02.svg) center center/contain repeat-x;
}
@media (max-width: 768px) {
  .p-kv-bottom__inner::before {
    height: 13px;
  }
}
.p-kv-bottom__inner::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 26px);
  content: "";
  background-color: #c9522f;
}
@media (max-width: 768px) {
  .p-kv-bottom__inner::after {
    height: calc(100% - 13px);
  }
}

.p-kv-bottom__tag {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 8px 27px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #c9522f;
  border: 3px solid #c9522f;
  border-radius: 55px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-kv-bottom__tag {
    font-size: 18px;
    top: -11px;
    left: 65%;
    padding: 6px 20px 7px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    border: 2px solid #c9522f;
    border-radius: 55px;
  }
}

.p-kv-bottom__circle {
  position: absolute;
  top: 50%;
  left: calc(150 / 1366 * 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;
  width: calc(174 / 1366 * 100%);
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c9522f;
}
@media screen and (max-width: 1365px) {
  .p-kv-bottom__circle {
    left: calc(100 / 1366 * 100%);
  }
}
.p-kv-bottom__circle .inner {
  font-size: 25px;
  font-weight: bold;
  line-height: calc(40 / 25);
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-kv-bottom__circle .inner {
    font-size: 16px;
  }
}
.p-kv-bottom__circle .inner::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 174px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffffff;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .p-kv-bottom__circle .inner::before {
    width: 103px;
  }
}
.p-kv-bottom__circle img {
  display: inline-block;
  width: 41px;
  margin: 4px 2px -4px 0;
  aspect-ratio: calc(41 / 33);
}
@media (max-width: 768px) {
  .p-kv-bottom__circle img {
    width: 28px;
  }
}

@media (max-width: 768px) {
  .p-kv-bottom__circle {
    left: 14px;
    width: calc(103 / 375 * 100%);
  }
}

.p-kv-bottom__copy {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(51 / 30);
  width: 100%;
  padding-left: calc(107 / 1366 * 100%);
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-kv-bottom__copy {
    font-size: 16px;
    padding-left: 127px;
  }
}

/****************************
menu
****************************/
.p-menu {
  position: sticky;
  z-index: 99;
  top: 0;
  width: 100%;
  padding: 30px 0;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-menu {
    display: none;
    padding: 20px 0;
  }
}
.p-menu.is-tracking {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .p-menu.is-tracking .p-menu__link {
    display: none;
  }
}

.p-menu__inner {
  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: 30px;
}
@media (max-width: 768px) {
  .p-menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.p-menu__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #2f6d26;
}
@media (max-width: 768px) {
  .p-menu__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: 0;
    gap: 15px 0;
  }
}
.p-menu__nav li {
  display: block;
  border-left: 1px solid #2f6d26;
}
@media (max-width: 768px) {
  .p-menu__nav li:nth-child(1), .p-menu__nav li:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .p-menu__nav li:nth-child(n+3) {
    width: calc(100% / 3);
  }
}
@media (max-width: 768px) {
  .p-menu__nav li:nth-child(1), .p-menu__nav li:nth-child(3) {
    border-left: 0;
  }
}
.p-menu__nav a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 10px 30px 16px;
  text-align: center;
  text-decoration: none;
  color: #2f6d26;
}
@media (max-width: 768px) {
  .p-menu__nav a {
    font-size: 14px;
    padding: 5px 10px 17px;
  }
}
.p-menu__nav a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15px;
  height: 7px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/ico_arrow01.svg) center center/contain no-repeat;
}

.p-menu__link {
  display: block;
}
@media (max-width: 768px) {
  .p-menu__link {
    position: relative;
    padding-left: 55px;
  }
  .p-menu__link::before {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 43px;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../../assets/img/text_header01.svg) center center/contain no-repeat;
    aspect-ratio: calc(43 / 10);
  }
}
.p-menu__link img {
  width: 47px;
  height: 47px;
}
@media (max-width: 768px) {
  .p-menu__link img {
    width: 40px;
    height: 40px;
  }
}

/****************************
about
****************************/
.c-header {
  font-size: 70px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding: 41px 0 29px;
  text-align: center;
  color: #2f6d26;
}
@media (max-width: 768px) {
  .c-header {
    font-size: 32px;
    padding: 21px 0 15px;
  }
}
.c-header::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.1;
  background: url(../../assets/img/header_about01.svg) center center/contain repeat-x;
  aspect-ratio: calc(1848 / 141);
}
@media (max-width: 768px) {
  .c-header::before {
    font-size: 32px;
  }
}

.p-about {
  padding: 123px 0 125px;
  background-color: #fdefd7;
}
@media (max-width: 768px) {
  .p-about {
    padding: 40px 0 60px;
  }
}
.p-about .c-note {
  max-width: 490px;
  margin: 0 auto;
  margin-top: 22px;
}

.p-about-desc {
  font-size: 30px;
  font-weight: bold;
  margin-top: 32px;
  text-align: center;
  color: #2f6d26;
}
@media (max-width: 768px) {
  .p-about-desc {
    font-size: 16px;
    margin-top: 20px;
  }
}

.p-about-period {
  width: calc(685 / 1366 * 100%);
  margin: 28px auto 0;
}
@media (max-width: 768px) {
  .p-about-period {
    width: calc(294 / 335 * 100%);
    max-width: 350px;
    margin: 15px auto 0;
  }
}

.p-about-profile {
  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-top: 30px;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-about-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
    gap: 0;
  }
}

.p-about-profile__img {
  width: calc(453 / 1086 * 100%);
}
@media (max-width: 768px) {
  .p-about-profile__img {
    width: calc(310 / 335 * 100%);
    max-width: 400px;
    margin: 0 auto;
  }
}

.p-about-profile__content {
  width: calc(533 / 1086 * 100%);
}
@media (max-width: 768px) {
  .p-about-profile__content {
    width: 100%;
  }
}

.p-about-profile__title {
  width: 107px;
}
@media (max-width: 768px) {
  .p-about-profile__title {
    display: none;
  }
}

.p-about-profile__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  gap: 48px;
}
@media (max-width: 768px) {
  .p-about-profile__main {
    margin-top: 0;
    gap: 20px;
  }
}

.p-about-profile__name {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(50 / 30);
}
@media (max-width: 768px) {
  .p-about-profile__name {
    font-size: 18px;
  }
}

.p-about-profile__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-about-profile__sns {
    gap: 15px;
  }
}
.p-about-profile__sns .sns-x {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../assets/img/ico_x02.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-about-profile__sns .sns-x {
    width: 20px;
    height: 20px;
  }
}
.p-about-profile__sns .insta {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../../assets/img/ico_insta.svg) center center/contain no-repeat;
}
.p-about-profile__desc {
  font-size: 18px;
  line-height: calc(30 / 18);
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-about-profile__desc {
    font-size: 13px;
    margin-top: 5px;
  }
}

.p-about-campaign {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-about-campaign {
    margin-top: 40px;
  }
}

.p-about-campaign__copy {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(50 / 30);
  position: relative;
  padding-bottom: 16px;
  text-align: center;
  color: #2f6d26;
}
@media (max-width: 768px) {
  .p-about-campaign__copy {
    font-size: 22px;
    line-height: calc(33 / 22);
  }
}
.p-about-campaign__copy::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 6px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/ico_line01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-about-campaign__copy::before {
    background: url(../../assets/img/ico_line02_sp.svg) center center/contain no-repeat;
  }
}
.p-about-campaign__copy span {
  position: relative;
  display: inline-block;
}
.p-about-campaign__copy span::before, .p-about-campaign__copy span::after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: calc(-60px);
  width: 30px;
  height: 47px;
  content: "";
  -webkit-transform: rotate(-16deg) translateY(-4px);
          transform: rotate(-16deg) translateY(-4px);
  background: url(../../assets/img/ico_line02.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-about-campaign__copy span::before, .p-about-campaign__copy span::after {
    top: 10px;
    bottom: initial;
    left: calc(-37px);
    width: 24px;
    height: 37px;
    -webkit-transform: rotate(-16deg) translateY(0);
            transform: rotate(-16deg) translateY(0);
  }
}
.p-about-campaign__copy span::after {
  right: -40px;
  left: initial;
  -webkit-transform: rotate(-164deg) translateY(-4px);
          transform: rotate(-164deg) translateY(-4px);
  background: url(../../assets/img/ico_line04.svg) center center/contain no-repeat;
}

.p-about-campaign__desc {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(32 / 18);
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-campaign__desc {
    font-size: 16px;
    margin-top: 15px;
  }
}
.p-about-campaign__desc .c-red {
  display: inline-block;
  margin: 0 2px;
}

.p-about-campaign-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
  gap: 65px;
}
@media (max-width: 768px) {
  .p-about-campaign-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 17px;
    gap: 62px;
  }
}

.p-about-campaign-item {
  position: relative;
}
.p-about-campaign-item__content {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(32 / 20);
  padding: 25px 20px;
  text-align: center;
  border: 1px solid #2f6d26;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-about-campaign-item__content {
    font-size: 17px;
    padding: 15px 10px;
    border-radius: 20px;
  }
}
.p-about-campaign-item__content span {
  font-weight: bold;
  color: #2f6d26;
}
.p-about-campaign-item__content .small {
  font-size: 18px;
  color: #000000;
}
@media (max-width: 768px) {
  .p-about-campaign-item__content .small {
    font-size: 12px;
  }
}

.p-about-campaign-item__tag {
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-about-campaign-item__tag span {
  font-size: 22px;
  font-weight: bold;
  line-height: calc(28 / 22);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: #2f6d26;
}
@media (max-width: 768px) {
  .p-about-campaign-item__tag span {
    font-size: 16px;
  }
}
.p-about-campaign-item__tag span::before {
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 14px;
  content: "";
  background: #fcdc99;
}
.p-about-campaign-item__tag img {
  width: 27px;
  margin: 0 2px;
}
@media (max-width: 768px) {
  .p-about-campaign-item__tag img {
    width: 22px;
  }
}

.p-about-campaign-item__desc {
  font-size: 24px;
  font-weight: bold;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-campaign-item__desc {
    font-size: 20px;
    margin-top: 30px;
  }
}

.p-about-cta {
  position: relative;
  margin-top: 375px;
}
@media (max-width: 768px) {
  .p-about-cta {
    margin-top: 220px;
  }
}
.p-about-cta::before {
  position: absolute;
  z-index: 0;
  top: -333px;
  left: 50%;
  width: 367px;
  height: 333px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/img_about05.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-about-cta::before {
    top: -200px;
    width: 221px;
    height: 201px;
  }
}
.p-about-cta::after {
  position: absolute;
  z-index: 0;
  top: -434px;
  left: -4px;
  width: 1143px;
  height: 416px;
  content: "";
  background: url(../../assets/img/img_about06.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-about-cta::after {
    top: -267px;
    left: 50%;
    width: 479px;
    height: 264px;
    -webkit-transform: translateX(-52%);
            transform: translateX(-52%);
    background: url(../../assets/img/img_about06_sp.png) center center/contain no-repeat;
  }
}

/****************************

present

****************************/
.p-present {
  position: relative;
  padding: 205px 0 100px;
  background-color: #ebf0e8;
}
@media (max-width: 768px) {
  .p-present {
    padding: 116px 0 60px;
  }
}
.p-present::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  content: "";
  background: url(../../assets/img/bg_present01.svg) center center/contain repeat-x;
}
@media (max-width: 768px) {
  .p-present::before {
    height: 13px;
  }
}
.p-present .c-header {
  position: relative;
}
.p-present .c-header::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.05;
  background: url(../../assets/img/header_present.svg) center center/contain repeat-x;
  aspect-ratio: calc(2426 / 141);
}
.p-present .c-header::after {
  position: absolute;
  z-index: -1;
  top: -119px;
  left: 50%;
  width: 368px;
  height: 137px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/img_present10.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-present .c-header::after {
    top: -73px;
    width: calc(223 / 335 * 100%);
    height: auto;
    aspect-ratio: calc(223 / 83);
  }
}

.p-present-desc {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(50 / 30);
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #2f6d26;
}
@media (max-width: 768px) {
  .p-present-desc {
    font-size: 16px;
    margin-top: 25px;
  }
}

.p-present-tokuten {
  position: relative;
  margin-top: 75px;
  padding: 70px 80px;
  background-color: #2f6d26;
}
@media (max-width: 768px) {
  .p-present-tokuten {
    margin-top: 60px;
    padding: 60px 20px 40px;
  }
}

.p-present-tokuten--1 {
  position: relative;
}
.p-present-tokuten--1::before {
  position: absolute;
  z-index: 0;
  top: -196px;
  left: 20px;
  width: 193px;
  height: 231px;
  content: "";
  background: url(../../assets/img/img_present11.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-present-tokuten--1::before {
    top: calc(-89 / 365 * 100vw);
    left: 0;
    width: calc(95 / 335 * 100%);
    height: auto;
    aspect-ratio: calc(95 / 114);
  }
}

.p-present-tokuten--2 .p-present-tokuten-box__inner {
  position: relative;
}
.p-present-tokuten--2 .p-present-tokuten-box__inner::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 21px;
  width: 130px;
  height: 221px;
  content: "";
  background: url(../../assets/img/img_present09.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-present-tokuten--2 .p-present-tokuten-box__inner::before {
    bottom: calc(-19 / 365 * 100vw);
    left: 0;
    width: calc(99 / 365 * 100vw);
    height: auto;
    aspect-ratio: calc(99 / 167);
  }
}

.p-present-tokute-header {
  position: absolute;
  top: -32px;
  left: 50%;
  width: 318px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-present-tokute-header {
    top: -25px;
    width: calc(228 / 335 * 100%);
    max-width: 270px;
  }
}

.p-present-tokuten-box {
  overflow: hidden;
  border-radius: 20px;
}
.p-present-tokuten-box__header {
  font-size: 28px;
  font-weight: bold;
  line-height: calc(50 / 28);
  padding: 25px 24px;
  text-align: center;
  color: #ffffff;
  background-color: #d09a05;
}
@media (max-width: 768px) {
  .p-present-tokuten-box__header {
    font-size: 18px;
    padding: 7px 24px 9px;
  }
}

.p-present-tokuten-box__inner {
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-present-tokuten-box__inner {
    padding: 15px 20px 20px;
  }
}

.p-present-tokuten-box__img img {
  width: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-present-tokuten-box__img img {
    width: 42px;
    height: auto;
  }
}

.p-present-tokuten-box__desc {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(50 / 30);
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-present-tokuten-box__desc {
    font-size: 22px;
    line-height: calc(28 / 22);
  }
}
.p-present-tokuten-box__desc .small {
  font-size: 26px;
}
@media (max-width: 768px) {
  .p-present-tokuten-box__desc .small {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-present-tokuten-box__desc .small-sp {
    font-size: 13px;
    position: relative;
    top: -4px;
    display: inline-block;
    margin: 0 0 2px;
  }
}

.p-present-tokuten-content__icon {
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .p-present-tokuten-content__icon {
    margin: 30px auto 0;
  }
}
.p-present-tokuten-content__icon img {
  width: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-present-tokuten-content__icon img {
    width: 42px;
    height: auto;
  }
}

.p-present-tokuten-content__copy {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(50 / 30);
  margin-top: 23px;
  padding-bottom: 26px;
  text-align: center;
  color: #ffffff;
  background: url(../../assets/img/ico_line05.svg) center bottom/contain no-repeat;
}
@media (max-width: 768px) {
  .p-present-tokuten-content__copy {
    font-size: 17px;
    margin-top: 12px;
    padding-bottom: 15px;
    background: url(../../assets/img/ico_line05_sp.svg) center bottom/contain no-repeat;
  }
}

.p-present-tokuten-content__img {
  width: calc(855 / 926 * 100%);
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-present-tokuten-content__img {
    width: calc(255 / 335 * 100%);
    margin: 22px auto 0;
  }
}

.p-present-tokuten-box-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-present-tokuten-box-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-present-tokuten-box-video__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 345px;
}
@media (max-width: 768px) {
  .p-present-tokuten-box-video__inner {
    width: 100%;
  }
}

.p-present-tokuten-box-video__icon {
  width: 91px;
}
@media (max-width: 768px) {
  .p-present-tokuten-box-video__icon {
    width: 42px;
  }
}

.p-present-tokuten-box-video__desc {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(40 / 30);
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #2f6d26;
}
@media (max-width: 768px) {
  .p-present-tokuten-box-video__desc {
    font-size: 22px;
    margin-top: 16px;
  }
}
.p-present-tokuten-box-video__desc .small {
  font-size: 26px;
}
@media (max-width: 768px) {
  .p-present-tokuten-box-video__desc .small {
    font-size: 20px;
  }
}
.p-present-tokuten-box-video__desc span.c-green {
  display: block;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .p-present-tokuten-box-video__desc span.c-green {
    font-size: 18px;
    margin-top: 8px;
  }
}

.p-present-tokuten-box-video__img {
  width: 346px;
}
@media (max-width: 768px) {
  .p-present-tokuten-box-video__img {
    width: calc(173 / 255 * 100%);
    margin-left: auto;
  }
}
.p-present-tokuten-box-video__img img {
  border-radius: 20px;
}

.p-present-wchance {
  width: calc(926 / 1086 * 100%);
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .p-present-wchance {
    width: calc(305 / 335 * 100%);
    margin: 30px auto 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

/****************************

product

****************************/
.p-product {
  position: relative;
  overflow: hidden;
  padding: 156px 0 0;
}
@media (max-width: 768px) {
  .p-product {
    padding: 54px 0 0;
  }
}
.p-product::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  content: "";
  background: url(../../assets/img/bg_product01.svg) center center/contain repeat-x;
}
@media (max-width: 768px) {
  .p-product::before {
    height: 13px;
  }
}
.p-product::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26px;
  content: "";
  background: url(../../assets/img/bg_product02.svg) center center/contain repeat-x;
}
@media (max-width: 768px) {
  .p-product::after {
    height: 13px;
  }
}
.p-product .c-header::before {
  background: url(../../assets/img/header_product.svg) center center/contain repeat-x;
  aspect-ratio: calc(2547 / 141);
}

.p-product-inner {
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .p-product-inner {
    padding-bottom: 65px;
  }
}
.p-product-inner::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: calc((218 + 140) / 1118 * 100% * -1);
  width: calc(1584 / 1118 * 100%);
  content: "";
  opacity: 0.1;
  background: url(../../assets/img/bg_product01.png) center center/contain no-repeat;
  aspect-ratio: calc(1584 / 1112);
}
@media (max-width: 768px) {
  .p-product-inner::before {
    left: calc(286 / 375 * 100% * -1);
    width: calc(661 / 375 * 100%);
    background: url(../../assets/img/bg_product01_sp.png) center center/contain no-repeat;
    aspect-ratio: calc(662 / 779);
  }
}

.p-product-copy {
  width: 1011px;
  margin: 23px auto 0;
}
@media (max-width: 768px) {
  .p-product-copy {
    width: calc(273 / 335 * 100%);
    max-width: 273px;
  }
}

.p-product-content__person {
  position: absolute;
  bottom: 0;
  left: -112px;
  width: calc(654 / 1118 * 100%);
}
@media (max-width: 768px) {
  .p-product-content__person {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 335px;
    margin: 26px auto 0;
  }
}
.p-product-content__person img {
  -webkit-filter: drop-shadow(-15px 3px 20px rgba(0, 0, 0, 0.27));
          filter: drop-shadow(-15px 3px 20px rgba(0, 0, 0, 0.27));
}
@media (max-width: 768px) {
  .p-product-content__person img {
    -webkit-filter: none;
            filter: none;
  }
}
.p-product-content__person .inner {
  position: relative;
  z-index: 1;
}
.p-product-content__person .inner::before {
  position: absolute;
  z-index: 0;
  top: -150px;
  right: -404px;
  width: 559px;
  height: auto;
  content: "";
  background: url(../../assets/img/img_product04.png) center center/contain no-repeat;
  aspect-ratio: calc(559 / 344);
}
@media (max-width: 768px) {
  .p-product-content__person .inner::before {
    display: none;
  }
}

.p-product-content__price {
  position: relative;
  width: 630px;
  margin-top: 390px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-product-content__price {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
}

.p-product-content__btn-wrapper {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-product-content__btn-wrapper {
    bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 30px);
  }
}
.p-product-content__btn-wrapper .c-btn {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-product-content__btn-wrapper .c-btn {
    width: 100%;
  }
}
.p-product-content__btn-wrapper .c-note {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .p-product-content__btn-wrapper .c-note {
    line-height: calc(20 / 12);
    width: 100%;
    margin: 10px auto 0;
  }
}

/****************************

howto

****************************/
.p-howto {
  padding: 90px 0 100px;
  background-color: #2f6d26;
}
@media (max-width: 768px) {
  .p-howto {
    padding: 55px 0 60px;
  }
}
@media (max-width: 768px) {
  .p-howto .c-header {
    padding: 0;
  }
}
.p-howto .c-header__jp {
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-howto .c-header__jp {
    line-height: calc(40 / 32);
  }
}
.p-howto .c-header::before {
  opacity: 0.05;
  background: url(../../assets/img/header_howto.svg) center center/contain repeat-x;
  aspect-ratio: calc(2143 / 141);
}
@media (max-width: 768px) {
  .p-howto .c-header::before {
    height: calc(68 / 80 * 100%);
  }
}
.p-howto .c-btn-wrapper {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-howto .c-btn-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .p-howto .c-btn-wrapper .c-btn {
    width: 100%;
    max-width: 272px;
  }
}
.p-howto .c-note {
  max-width: 490px;
  margin: 15px auto 0;
}
.p-howto .c-note--white {
  color: #ffffff;
}

.p-howto-priod {
  width: calc(685 / 1086 * 100%);
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .p-howto-priod {
    width: calc(294 / 335 * 100%);
    margin: 33px auto 0;
  }
}

.p-howto-box {
  position: relative;
  margin-top: 124px;
  padding: 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-howto-box {
    margin-top: 52px;
  }
}
@media (max-width: 768px) {
  .p-howto-box--2 .p-howto-box__title {
    height: 153px;
  }
}

.p-howto-box__header {
  font-size: 36px;
  font-weight: bold;
  line-height: calc(60 / 34);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  display: block;
  padding: 0 60px 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #2f6d26;
  border: 4px solid #2f6d26;
  border-radius: 34px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-howto-box__header {
    font-size: 36px;
    font-size: 18px;
    padding: 4px 33px;
    border: 2px solid #2f6d26;
  }
}

.p-howto-box__title {
  position: relative;
  width: 1086px;
  height: 270px;
  background: #ffffff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 78.9%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 78.9%, 0% 100%);
}
@media (max-width: 768px) {
  .p-howto-box__title {
    width: 100%;
    height: 200px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 78.9%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 78.9%, 0% 100%);
  }
}
.p-howto-box__title .p-howto-box__title-bg {
  font-size: 38px;
  font-weight: bold;
  line-height: calc(60 / 38);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 57px 20px;
  text-align: center;
  color: #ffffff;
  background: #d09a05;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 78.9%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 78.9%, 0% 100%);
}
@media (max-width: 768px) {
  .p-howto-box__title .p-howto-box__title-bg {
    font-size: 20px;
    line-height: calc(28 / 20);
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    padding: 30px 0 50px;
  }
}
.p-howto-box__title .p-howto-box__title-bg img {
  display: inline-block;
  width: auto;
  margin: 0 4px;
}
@media (max-width: 768px) {
  .p-howto-box__title .p-howto-box__title-bg img {
    width: 26px;
    height: auto;
    margin: 0 2px 0 0;
  }
}

.p-howto-box__inner {
  padding: 20px 50px 80px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-howto-box__inner {
    padding: 6px 20px 40px;
  }
}

.p-howto-box-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 73px;
}
@media (max-width: 768px) {
  .p-howto-box-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}

.p-howto-box-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% / 3 - 73px * 2 / 3);
}
@media (max-width: 768px) {
  .p-howto-box-step__item {
    width: 100%;
  }
}
.p-howto-box-step__item + .p-howto-box-step__item {
  position: relative;
}
.p-howto-box-step__item + .p-howto-box-step__item::before {
  position: absolute;
  z-index: 0;
  top: 168px;
  left: calc(73px / 2 * -1);
  width: 45px;
  height: 26px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/ico_triangle01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-howto-box-step__item + .p-howto-box-step__item::before {
    top: calc(60px / 2 * -1);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

@media (max-width: 768px) {
  .p-howto-box-step__img {
    width: calc(234 / 295 * 100%);
    max-width: 400px;
  }
}

.p-howto-box-step__title {
  font-size: 26px;
  font-weight: bold;
  line-height: calc(36 / 26);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #2f6d26;
}
@media (max-width: 768px) {
  .p-howto-box-step__title {
    font-size: 20px;
  }
}

.p-howto-box-step__desc {
  font-size: 18px;
  line-height: calc(26 / 18);
  height: 106px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .p-howto-box-step__desc {
    font-size: 14px;
    line-height: calc(24 / 14);
    height: auto;
  }
}
.p-howto-box-step__desc span {
  font-weight: bold;
}

.p-howto-box-step__note {
  font-size: 14px;
  font-weight: normal !important;
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-howto-box-step__note {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-howto-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-howto-box-btn {
    margin-top: 30px;
  }
}

.c-accordion {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .c-accordion {
    margin-top: 40px;
  }
}
.c-accordion dt {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(34 / 30);
  position: relative;
  padding: 26px 0;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: #2f6d26;
}
@media (max-width: 768px) {
  .c-accordion dt {
    font-size: 16px;
    padding: 15px 0;
    border-radius: 5px;
  }
}
.c-accordion dt span {
  display: block;
}
.c-accordion dt span::before, .c-accordion dt span::after {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 32px;
  height: 4px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .c-accordion dt span::before, .c-accordion dt span::after {
    right: 20px;
    width: 16px;
    height: 2px;
  }
}
.c-accordion dt span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-accordion dt.is-open span::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.c-accordion dt:hover {
  cursor: pointer;
}
.c-accordion dt:hover::before {
  top: 0;
}
.c-accordion dd {
  font-size: 18px;
  line-height: 1.5;
  overflow: scroll;
  max-height: 300px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .c-accordion dd {
    font-size: 16px;
    margin-top: 20px;
  }
}

/****************************

attention

****************************/
.p-attention {
  position: relative;
  padding: 115px 0 0;
}
@media (max-width: 768px) {
  .p-attention {
    padding: 72px 0 0;
  }
}
.p-attention::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  content: "";
  background: url(../../assets/img/bg_attention01.svg) center center/contain repeat-x;
}
@media (max-width: 768px) {
  .p-attention::before {
    height: 13px;
  }
}
.p-attention .c-header::before {
  background: url(../../assets/img/header_attention.svg) center center/contain repeat-x;
  aspect-ratio: calc(2976 / 141);
}
.p-attention .c-accordion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 120px;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-attention .c-accordion {
    margin-top: 36px;
    gap: 15px;
  }
}
.p-attention .c-accordion::before {
  position: absolute;
  z-index: 0;
  top: -170px;
  left: 0;
  width: 195px;
  height: 211px;
  content: "";
  background: url(../../assets/img/img_attention01.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-attention .c-accordion::before {
    top: -98px;
    left: 0;
    width: 103px;
    height: 112px;
  }
}

/****************************

contact

****************************/
.p-contact-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 140px auto 0;
  padding: 68px 100px 40px;
  border-radius: 20px;
  background-color: #ebf0e8;
}
@media (max-width: 768px) {
  .p-contact-inner {
    margin: 65px auto 0;
    padding: 30px 20px 30px;
  }
}

.p-contact-header {
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.05em;
  color: #2f6d26;
}
@media (max-width: 768px) {
  .p-contact-header {
    font-size: 24px;
    padding: 0 21px;
    white-space: nowrap;
  }
}

.p-contact-title {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 23px;
  text-align: center;
  color: #2f6d26;
}
@media (max-width: 768px) {
  .p-contact-title {
    font-size: 16px;
    padding-bottom: 25px;
  }
}
.p-contact-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: url(../../assets/img/ico_line06.svg) center center/contain repeat-x;
}
@media (max-width: 768px) {
  .p-contact-title::before {
    height: 5px;
    background: url(../../assets/img/ico_line06_sp.svg) center center/contain repeat-x;
  }
}

.p-contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 30px;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-contact-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
    gap: 15px;
  }
}

.p-contact-cotnent__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-contact-cotnent__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-contact-cotnent__inner a {
  text-decoration: none;
}

.p-contact-content dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  width: 172px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: #2f6d26;
}
@media (max-width: 768px) {
  .p-contact-content dt {
    font-size: 14px;
    width: 119px;
    padding: 4px 9px;
    border-radius: 5px;
  }
}

.p-contact-content dd {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-contact-content dd {
    font-size: 14px;
  }
}

.p-contact-note {
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-contact-note {
    font-size: 12px;
    line-height: calc(20 / 12);
    margin-top: 20px;
  }
}

.p-contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 372px;
  margin: 50px auto 0;
  padding: 29px 48px 33px;
  text-decoration: none;
  border: 2px solid #dbdbdb;
  border-radius: 20px;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-contact-link {
    width: 242px;
    padding: 15px 28px 20px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    gap: 18px;
  }
}

.p-contact-link__img {
  width: 151px;
}
@media (max-width: 768px) {
  .p-contact-link__img {
    width: 93px;
  }
}

.p-contact-link__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
}
@media (max-width: 768px) {
  .p-contact-link__text {
    font-size: 14px;
  }
}

.c-accordion__q-header {
  font-size: 16px;
  font-weight: bold;
}
.c-accordion__q-header + .c-accordion__q-desc {
  margin-top: 8px;
}

.c-accordion__q-desc {
  font-size: 16px;
}
.c-accordion__q-desc + .c-accordion__q-header {
  margin-top: 24px;
}