@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@layer components, variations;
@layer components {
  a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
  }
  p {
    font-size: 1.6rem;
    line-height: 2.25;
  }
  button {
    border: none;
    font: inherit;
    color: currentColor;
  }
  ol,
ul {
    list-style: none;
  }
}
html {
  line-height: 1;
}

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

strong {
  font-weight: 700;
}

caption,
td,
th {
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

a img {
  border: none;
}

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

html {
  font-size: 100%;
  line-height: 1.5em;
}

* {
  box-sizing: border-box;
  word-break: break-word; /* 長い単語を強制的に折り返す */
  overflow-wrap: break-word; /* 同様の目的。対応ブラウザが広い */
  line-break: strict; /* 節での自然な改行を優先（日本語では特に有効） */
  white-space: normal; /* 普通の折り返し挙動に */
}

html {
  font-size: 100%;
  width: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-size: min(0.694444vw, 62.5%);
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 1.6rem;
  scroll-behavior: smooth;
}
body.is-fixed {
  overscroll-behavior-y: none;
  overflow: hidden;
}

div[id],
section[id],
h2[id] {
  scroll-margin-top: 15rem;
}
@media screen and (max-width: 767.98px) {
  div[id],
section[id],
h2[id] {
    scroll-margin-top: 9rem;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
.u-sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .u-sp {
    display: block;
  }
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-en {
  font-family: "Poppins", sans-serif;
}

.c-btn {
  border-radius: 100vw;
  border: 1px solid #fff;
  font-size: 2.2rem;
  text-decoration: none;
  color: #fff;
  min-height: 8rem;
  display: grid;
  place-content: center;
  font-weight: 700;
  width: 100%;
  padding-inline: 4.4rem;
  transition: 0.3s color, 0.3s background-color;
}
@media screen and (max-width: 767.98px) {
  .c-btn {
    background-color: #fff;
    color: #000;
    min-height: 6rem;
    font-size: 1.8rem;
    padding-inline: 2.5rem;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #fff;
    color: #000;
  }
}
.c-btn.c-dl {
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: 0.3s background-color;
}
@media (any-hover: hover) {
  .c-btn.c-dl:hover::after {
    background-color: #000;
  }
}
.c-btn.c-dl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.9rem;
  width: 2.9rem;
  height: 2rem;
  background-color: #fff;
  display: block;
  transform: translateY(-50%);
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.39 20.17"><title>download</title><polygon class="cls-1" points="29.39 20.17 0 20.17 0 12.36 2 12.36 2 18.17 27.39 18.17 27.39 12.36 29.39 12.36 29.39 20.17"/><polygon class="cls-1" points="20.69 5.31 15.7 10.22 15.7 0 13.7 0 13.7 10.23 8.7 5.31 7.3 6.73 14.7 14.02 22.1 6.73 20.69 5.31"/></svg>') no-repeat center center/cover;
          mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.39 20.17"><title>download</title><polygon class="cls-1" points="29.39 20.17 0 20.17 0 12.36 2 12.36 2 18.17 27.39 18.17 27.39 12.36 29.39 12.36 29.39 20.17"/><polygon class="cls-1" points="20.69 5.31 15.7 10.22 15.7 0 13.7 0 13.7 10.23 8.7 5.31 7.3 6.73 14.7 14.02 22.1 6.73 20.69 5.31"/></svg>') no-repeat center center/cover;
}
@media screen and (max-width: 767.98px) {
  .c-btn.c-dl::after {
    height: 1.7rem;
    width: 2.5rem;
    right: 2.2rem;
    background-color: #000;
  }
}

.c-btn.u-color--orange {
  background-color: #fff;
  color: #f67301;
}
.c-btn.u-color--orange::after {
  background-color: #f67301;
}
@media screen and (max-width: 767.98px) {
  .c-btn.u-color--orange {
    min-height: 6.5rem;
  }
}
@media (any-hover: hover) {
  .c-btn.u-color--orange:hover {
    opacity: 1 !important;
  }
  .c-btn.u-color--orange:hover::after {
    background-color: #f67301;
  }
}

.c-btn.u-color--orange-rev {
  background-color: #f67301;
  color: #fff;
  min-height: 6.5rem;
}
.c-btn.u-color--orange-rev.c-dl::after {
  background-color: #fff;
}

.c-btn.u-color--white {
  background-color: #fff;
  color: #000;
  min-height: 6rem;
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (any-hover: hover) {
  .c-btn.u-color--white:hover {
    background-color: #000;
    color: #fff;
  }
}
@media (any-hover: hover) {
  .c-btn.u-color--white.c-dl:hover::after {
    background-color: #fff;
  }
}
.c-btn.u-color--white.c-dl::after {
  height: 1.7rem;
  width: 2.5rem;
  background-color: #000;
}

#l-header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 1000;
  height: 11rem;
}
@media screen and (max-width: 767.98px) {
  #l-header {
    height: 7rem;
  }
}
#l-header::after {
  left: 0;
  right: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.3s opacity, 0.3s background-color;
}
#l-header.is-bgcolor::after {
  opacity: 0.7;
  background-color: #fff;
}

.p-contact #l-header::after {
  background-color: #fff;
}

.p-contact #l-main {
  padding-top: 11rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact #l-main {
    padding-top: 7rem;
  }
}

.l-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 6rem 2rem;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .l-header__inner {
    height: auto;
    display: block;
    padding-inline: 0;
  }
}

.l-header__logo {
  width: 18.1rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__logo {
    padding: 1.5rem 0 0 2rem;
    width: 16rem;
  }
}
@media (any-hover) {
  .l-header__logo a {
    transition: 0.3s opacity;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}

.l-header__nav {
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav {
    height: auto;
    background-color: #465f00;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100dvh;
    overflow: auto;
    transform: translateX(100%);
    transition: 0.3s transform;
    z-index: 20;
  }
  .l-header__nav.is-open {
    transform: translateX(0);
  }
}
.l-header__nav .l-header__logo {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav .l-header__logo {
    display: block;
  }
}
.l-header__nav .l-hamburger .l-line {
  width: 3rem;
}
.l-header__nav .l-hamburger .l-line:first-of-type {
  top: calc(50% - 1px);
  transform: rotate(-40deg);
}
.l-header__nav .l-hamburger .l-line:last-of-type {
  top: calc(50% - 1px);
  transform: rotate(40deg);
}
.l-header__nav .l-hamburger .l-line:nth-of-type(2) {
  display: none;
}

.l-hamburger__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 7rem;
  height: 7rem;
  display: none;
  border-bottom-left-radius: 1.5rem;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger__wrapper {
    display: block;
  }
}

.l-hamburger {
  width: 100%;
  height: 100%;
  background-color: #465f00;
  position: relative;
}
.l-hamburger .l-line {
  position: absolute;
  width: 2.5rem;
  height: 2px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.l-hamburger .l-line:first-of-type {
  top: calc(50% - 0.9rem);
}
.l-hamburger .l-line:first-of-type(2) {
  top: calc(50% - 1px);
}
.l-hamburger .l-line:last-of-type {
  top: calc(50% + 0.9rem);
}

.l-header__nav-list {
  display: flex;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-list {
    color: #fff;
    margin-top: 8rem;
    height: auto;
    display: block;
    font-size: 1.8rem;
  }
}
.l-header__nav-list a {
  color: currentColor;
  text-decoration: none;
  display: grid;
  place-content: center;
  height: 100%;
  padding-inline: 2em;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-list a {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
  }
}
@media (any-hover: hover) {
  .l-header__nav-list a:hover span::after {
    width: 100%;
  }
}

.l-header__nav-item {
  list-style: none;
  height: 100%;
}
.l-header__nav-item span {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-item span {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.l-header__nav-item span::after {
  transition: 0.3s width;
  position: absolute;
  content: "";
  height: 2px;
  background-color: #465f00;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
}
.l-header__nav-item.-inquiry {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-header__nav-item.-inquiry a {
  color: #fff;
  max-height: 4.2rem;
  background-color: #465f00;
  border-radius: 100vw;
}
@media (any-hover) {
  .l-header__nav-item.-inquiry a {
    transition: 0.3s opacity;
  }
  .l-header__nav-item.-inquiry a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__nav-item.-inquiry a {
    min-height: inherit;
  }
}
.l-header__nav-item.-inquiry a span {
  margin-top: 0;
  padding-bottom: 0;
}
.l-header__nav-item.-inquiry a span::after {
  display: none;
}

.l-footer__inner,
.l-content__inner {
  max-width: 122rem;
  margin-inline: auto;
}

@media screen and (max-width: 767.98px) {
  .l-content__inner {
    padding-inline: 1.5rem;
  }
}

.c-section__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 3rem;
  font-weight: 700;
  color: #465f00;
  position: relative;
  line-height: 2.1739130435;
}
.c-section__ttl span {
  display: inline;
  padding-bottom: 1rem;
  background: linear-gradient(180deg, rgba(70, 95, 0, 0) 95%, rgb(70, 95, 0) 95%, rgb(70, 95, 0) 100%);
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl {
    font-size: 2rem;
  }
  .c-section__ttl.u-txtsize--large {
    font-size: 2.3rem;
  }
}

.js-animate {
  opacity: 0;
  transform: translateY(8rem);
  transition: 1s opacity, 1s transform;
}
.js-animate.is-show {
  opacity: 1;
  transform: translateY(0);
}

:root {
  --radius: 3rem;
  --spRadius: 2rem;
}

.p-mv {
  background: url(../img/bg_mv.webp) no-repeat top center/cover;
  position: relative;
  opacity: 0;
  transition: 1s opacity;
  padding-top: 23.5rem;
  overflow: hidden;
}
.p-mv.is-show {
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .p-mv {
    background-image: url(../img/bg_mv_sp.webp);
    height: 100svh;
    padding-top: 0;
  }
}

.p-mv__inner {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-mv__inner {
    height: 100%;
  }
}

.p-mv__block {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__block {
    padding-bottom: 3rem;
  }
}
.p-mv__block .c-txt-main {
  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  color: #465f00;
  margin-top: 5.4rem;
  line-height: 1.4;
  opacity: 0;
  transition: 0.5s 0.8s opacity;
  position: relative;
  z-index: 2;
}
.p-mv__block .c-txt-main.is-show {
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .p-mv__block .c-txt-main {
    font-size: 2.8rem;
    margin-top: 2.4rem;
  }
}
.p-mv__block .c-txt {
  font-size: 2rem;
  text-align: center;
  margin-top: 1.1rem;
  opacity: 0;
  transition: 0.5s 1.1s opacity;
  position: relative;
  z-index: 2;
}
.p-mv__block .c-txt.is-show {
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .p-mv__block .c-txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

.p-img-tablet__wrapper {
  position: relative;
  margin-top: auto;
}
.p-img-tablet__wrapper::after {
  content: "";
  position: absolute;
  width: 120%;
  left: -10%;
  right: -10%;
  height: 64.4rem;
  background-color: #fff;
  bottom: 0;
  z-index: -1;
  transform: translate(0, 75%);
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
}
@media screen and (max-width: 767.98px) {
  .p-img-tablet__wrapper::after {
    width: 220%;
    left: -60%;
    right: -60%;
    transform: translate(0, 86%);
  }
}

.p-img-tablet {
  display: block;
  max-width: 63.5rem;
  margin-inline: auto;
  position: relative;
  opacity: 0;
  transition: 1s 0.5s opacity;
}
.p-img-tablet.is-show {
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .p-img-tablet {
    width: 70%;
  }
}
.p-img-tablet picture {
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
}

.p-mv-btn {
  width: 22rem;
  height: 22rem;
  border-radius: 100vw;
  border: 0.5rem solid #fff;
  position: absolute;
  text-decoration: none;
  display: block;
  font-size: 2rem;
  padding-top: 4.2rem;
  line-height: 1.5;
  z-index: 1;
  top: -7.3rem;
  right: -13.9rem;
  will-change: transform;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, rgb(140, 198, 63) 0%, rgb(70, 95, 0) 85%);
}
@media screen and (max-width: 767.98px) {
  .p-mv-btn {
    display: none;
  }
}
@media (any-hover: hover) {
  .p-mv-btn:hover {
    -webkit-animation: bounceIn 0.4s forwards;
            animation: bounceIn 0.4s forwards;
  }
}
.p-mv-btn::after {
  content: "";
  position: absolute;
  bottom: 3.8rem;
  left: 50%;
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.39 20.17"><title>download</title><polygon class="cls-1" points="29.39 20.17 0 20.17 0 12.36 2 12.36 2 18.17 27.39 18.17 27.39 12.36 29.39 12.36 29.39 20.17"/><polygon class="cls-1" points="20.69 5.31 15.7 10.22 15.7 0 13.7 0 13.7 10.23 8.7 5.31 7.3 6.73 14.7 14.02 22.1 6.73 20.69 5.31"/></svg>') no-repeat center center/cover;
          mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.39 20.17"><title>download</title><polygon class="cls-1" points="29.39 20.17 0 20.17 0 12.36 2 12.36 2 18.17 27.39 18.17 27.39 12.36 29.39 12.36 29.39 20.17"/><polygon class="cls-1" points="20.69 5.31 15.7 10.22 15.7 0 13.7 0 13.7 10.23 8.7 5.31 7.3 6.73 14.7 14.02 22.1 6.73 20.69 5.31"/></svg>') no-repeat center center/cover;
  background-color: #fff;
  transform: translateX(-50%);
  width: 3.2rem;
  height: 2.3rem;
}
.p-mv-btn p {
  font-size: 2rem;
  line-height: 1.5;
}

@-webkit-keyframes bounceIn {
  0%, 40%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale3d(1, 1, 1);
  }
  40% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 40%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale3d(1, 1, 1);
  }
  40% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.p-download {
  margin-top: 2rem;
}
.p-download p {
  font-size: 2rem;
  font-weight: 700;
  color: #465f00;
  text-align: center;
  line-height: 1.4;
}
.p-download .p-btn-wrapper {
  max-width: 26.9rem;
  margin: 1rem auto 0;
}

.p-about-geonix {
  margin-top: 7rem;
  background: url(../img/bg_about.webp) no-repeat bottom center/100% auto;
}
@media screen and (max-width: 767.98px) {
  .p-about-geonix {
    margin-top: 8rem;
    background-size: 245% auto;
    background-position: bottom 4rem center;
    position: relative;
  }
}

.p-about-geonix__content .c-catch {
  width: 104rem;
  margin-inline: auto;
}
.p-about-geonix__content .c-catch img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-about-geonix__content .c-catch {
    width: auto;
    position: absolute;
    left: 0;
    top: 6.7rem;
    z-index: -1;
    width: 4.5rem;
  }
}

.p-about-geonix__block {
  display: flex;
  margin-left: 6rem;
  margin-top: 4.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-about-geonix__block {
    display: block;
    margin-left: 0;
  }
}
.p-about-geonix__block .p-img-wrapper {
  flex-shrink: 0;
  max-width: 64.4rem;
  margin: 1rem -5rem 0 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-about-geonix__block .p-img-wrapper {
    display: block;
    margin: 0 calc(50% - 50vw);
    max-width: inherit;
  }
  .p-about-geonix__block .p-img-wrapper img {
    width: 100%;
  }
}

.p-about-geonix__txt-wrapper {
  max-width: 49.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-about-geonix__txt-wrapper {
    padding-inline: 1.8rem;
  }
}
.p-about-geonix__txt-wrapper .c-section__ttl {
  margin-left: 0;
}
.p-about-geonix__txt-wrapper .c-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-about-geonix__txt-wrapper .c-txt {
    margin-top: 1.7rem;
  }
}

.p-problem {
  padding: 8.6rem 1rem 6rem;
  background-color: #dcedda;
}
@media screen and (max-width: 767.98px) {
  .p-problem {
    padding: 3rem 1.5rem 5.2rem;
    background-color: #daeeea;
  }
  .p-problem .c-section__ttl {
    text-align: center;
  }
}
.p-problem .c-heading__txt {
  margin-top: 1.7rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-problem .c-heading__txt {
    text-align: left;
    padding-inline: 1.6rem;
  }
}

.p-problem__content {
  display: flex;
  border-radius: var(--radius);
  background-color: #bedeb9;
  gap: 0 8.7rem;
  justify-content: center;
  max-width: 120rem;
  margin: 6.7rem auto 0;
  padding: 7.1rem 7.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-problem__content {
    margin-top: 2.8rem;
    display: block;
    padding: 1rem 1rem 1.5rem;
    border-radius: 2rem;
  }
}

.p-problem__block {
  background-color: #fff;
  width: 50%;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}
.p-problem__block:first-of-type {
  position: relative;
}
.p-problem__block:first-of-type::after {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 2.8rem;
  height: 4rem;
  background-color: #f67301;
  left: calc(100% + 3rem);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-problem__block:first-of-type::after {
    width: 4rem;
    height: 2.2rem;
    left: 50%;
    top: calc(100% + 1.2rem);
    transform: translate(-50%, 0);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
@media screen and (max-width: 767.98px) {
  .p-problem__block {
    width: auto;
    display: block;
    border-radius: 1.5rem;
  }
  .p-problem__block:first-of-type {
    margin-bottom: 4.6rem;
  }
}
.p-problem__block.-after {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 767.98px) {
  .p-problem__block.-after {
    filter: none;
  }
}

.p-problem__ttl-wrapper {
  border-radius: 1rem 1rem 0 0;
  display: flex;
  padding: 2.3rem 2.3rem;
  gap: 0 1rem;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-problem__ttl-wrapper {
    padding-inline: 1.8rem;
  }
}
.p-problem__ttl-wrapper span {
  flex-shrink: 0;
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 100vw;
  display: inline-block;
  padding: 0.6rem 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-problem__ttl-wrapper span {
    font-size: 1.5rem;
    min-width: 6.5rem;
    text-align: center;
  }
}
.p-problem__ttl-wrapper .p-problem__ttl {
  line-height: 1.5555555556;
}
.-before .p-problem__ttl-wrapper {
  background-color: #e6da8e;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 767.98px) {
  .-before .p-problem__ttl-wrapper {
    padding-top: 1.8rem;
  }
}
.-before .p-problem__ttl-wrapper .p-problem__ttl {
  font-size: 2rem;
  color: #464646;
}
@media screen and (max-width: 767.98px) {
  .-before .p-problem__ttl-wrapper .p-problem__ttl {
    font-size: 1.8rem;
  }
}
.-before .p-problem__ttl-wrapper span {
  background-color: #bda946;
  margin-top: -0.1rem;
}
@media screen and (max-width: 767.98px) {
  .-before .p-problem__ttl-wrapper span {
    margin-top: 0.2rem;
  }
}
.-after .p-problem__ttl-wrapper {
  background: linear-gradient(180deg, rgb(123, 191, 27) 0%, rgb(70, 95, 0) 100%);
  padding-top: 1.8rem;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 767.98px) {
  .-after .p-problem__ttl-wrapper {
    padding-block: 1.3rem;
  }
}
.-after .p-problem__ttl-wrapper .p-problem__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #e5da8e;
}
@media screen and (max-width: 767.98px) {
  .-after .p-problem__ttl-wrapper .p-problem__ttl {
    font-size: 1.8rem;
  }
}
.-after .p-problem__ttl-wrapper span {
  background-color: #486201;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .-after .p-problem__ttl-wrapper span {
    margin-top: 0.1rem;
  }
}

.p-problem__body {
  padding: 3.6rem 4.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-problem__body {
    padding: 2rem 2rem;
  }
}
.p-problem__body .p-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  margin-bottom: 2rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-problem__body .p-list {
    display: block;
    padding-inline: 0.5rem;
  }
}
.p-problem__body .p-list li {
  font-size: 2rem;
  line-height: 1.95;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media screen and (max-width: 767.98px) {
  .p-problem__body .p-list li {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
.p-problem__body .p-list li + li {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-problem__body .p-list li + li {
    margin-top: 0;
  }
}
.-after .p-problem__body .p-list li {
  font-weight: 700;
  color: #465f00;
}
@media screen and (max-width: 767.98px) {
  .-after .p-problem__body .p-list li {
    font-size: 1.6rem;
  }
}
.-after .p-problem__body .p-list li span {
  background: linear-gradient(180deg, rgba(70, 95, 0, 0) 90%, rgb(70, 95, 0) 90%, rgb(70, 95, 0) 93%, rgba(70, 95, 0, 0) 93%, rgba(70, 95, 0, 0) 100%);
}
@media screen and (max-width: 767.98px) {
  .-after .p-problem__body .p-list li span {
    background: none;
  }
}

.-after .p-list {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .-after .p-list {
    margin-bottom: 2rem;
  }
}

.p-aside__list {
  display: flex;
  margin: auto 0 0;
  background-color: #e8e8e8;
  padding: 2.4rem 3rem 1.5rem;
  justify-content: space-between;
  border-radius: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-aside__list {
    padding: 2rem 1rem;
  }
}
.p-aside__list li {
  text-align: center;
  width: 33%;
}
.p-aside__list .c-icn {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1rem;
}
.p-aside__list p {
  line-height: 1.2;
}
.p-aside__list .c-txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #465f00;
}
@media screen and (max-width: 767.98px) {
  .p-aside__list .c-txt {
    font-size: 1.4rem;
  }
}
.p-aside__list .c-inter {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #858585;
}

.p-features {
  position: relative;
  z-index: 5;
  padding-block: 12.2rem 13.5rem;
  background: linear-gradient(180deg, rgb(123, 191, 27) 0%, rgb(70, 95, 0) 90%);
}
@media screen and (max-width: 767.98px) {
  .p-features {
    padding: 4.8rem 1.5rem 5.7rem;
    border-radius: 0 0 var(--spRadius) var(--spRadius);
  }
}

.p-featrues__content {
  background-color: #fff;
  border-radius: var(--radius);
  padding-block: 6.1rem 9.1rem;
  max-width: 120rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-featrues__content {
    border-radius: var(--spRadius);
    padding: 2.7rem 1.6rem;
  }
}

.p-features__list {
  max-width: 96rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6rem;
  row-gap: 4.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-features__list {
    display: block;
    margin-top: 3.3rem;
  }
}

.p-features__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #465f00;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  margin-bottom: 1.1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-features__ttl {
    font-size: 1.8rem;
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }
}

.p-features__item {
  max-width: 42.7rem;
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .p-features__item {
    width: auto;
  }
  .p-features__item + .p-features__item {
    margin-top: 4.4rem;
  }
}
.p-features__item p {
  margin-top: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .p-features__item p {
    margin-top: 1.4rem;
  }
}
.p-features__item .p-img-wrapper {
  width: 413/250;
  overflow: hidden;
  width: 100%;
}
.p-features__item .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-num {
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  background-color: #748740;
  color: #fff;
  width: 4.4rem;
  height: 5.1rem;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .u-num {
    font-size: 1.4rem;
    width: 3.2rem;
    height: 3.8rem;
  }
}

.p-modal-open {
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (any-hover) {
  .p-modal-open {
    transition: 0.3s opacity;
  }
  .p-modal-open:hover {
    opacity: 0.7;
  }
}
.p-modal-open::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/kakudai.webp) no-repeat center center/100% 100%;
}

.p-3minits {
  background: url(../img/bg_3minits.svg) no-repeat center center/cover;
  border-radius: var(--radius);
  text-decoration: none;
  color: currentColor;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  padding: 6.8rem 13.2rem 8.6rem 0;
  max-width: 120rem;
  margin: 8.6rem auto 0;
  grid-template-areas: "catch img" "ttl img" "btn img";
}
@media (any-hover) {
  .p-3minits {
    transition: 0.3s opacity;
  }
  .p-3minits:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-3minits {
    margin-top: 4.4rem;
    padding: 4rem 2.4rem;
    display: block;
    background-image: url(../img/bg_3minits_sp.svg);
    border-radius: var(--spRadius);
  }
}
.p-3minits .p-btn-wrapper {
  width: 36rem;
  grid-area: btn;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-3minits .p-btn-wrapper {
    width: 100%;
    margin: 2.8rem auto 0;
  }
}
.p-3minits .c-catch {
  font-size: 2.4rem;
  color: #fff29e;
  font-weight: 700;
  grid-area: catch;
  text-align: center;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-3minits .c-catch {
    font-size: 2.2rem;
  }
}
.p-3minits .c-ttl {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  grid-area: ttl;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-3minits .c-ttl {
    margin-top: 3.5rem;
    font-size: 2.4rem;
  }
}
.p-3minits .p-img-wrapper {
  grid-area: img;
  width: 38rem;
  margin: 0 0 0 4rem;
  filter: drop-shadow(8px 7px 6px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767.98px) {
  .p-3minits .p-img-wrapper {
    width: 26.2rem;
    margin: 2rem auto 0;
  }
}

.p-spsd {
  text-align: center;
  height: 46.8rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-spsd {
    height: 40.7rem;
    margin-top: -5.7rem;
    margin-bottom: -5.7rem;
  }
}
.p-spsd .u-en {
  font-size: 2.8rem;
  color: #fff;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin-inline: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-spsd .u-en {
    font-size: 1.6rem;
    top: 30%;
    transform: translateY(0);
  }
}

.jarallax {
  height: 100%;
}

.p-example {
  padding-top: 7.9rem;
  padding-bottom: 7rem;
  position: relative;
  z-index: 5;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-example {
    padding-top: 3.9rem;
    padding-bottom: 4rem;
    border-radius: var(--spRadius) var(--spRadius) 0 0;
  }
}
.p-example .c-heading__txt {
  max-width: 80rem;
  font-size: 1.8rem;
  line-height: 2;
  margin: 4.9rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-example .c-heading__txt {
    margin-top: 3.9rem;
    font-size: 1.6rem;
    padding-inline: 2.8rem;
  }
}
.p-example .splide__track {
  overflow: visible;
}

.swiper-slide {
  width: 37.3rem;
}

.swiper-button-prev,
.swiper-button-next {
  top: 40%;
  width: 6rem;
  height: 6rem;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.8);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: 1.8rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #465f00;
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.37 33.29"><title>arrow</title><polygon class="cls-1" points="16.65 33.29 0 16.63 16.65 0 19.37 2.72 5.44 16.64 19.37 30.57 16.65 33.29"/></svg>') no-repeat center center/100% 100%;
          mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.37 33.29"><title>arrow</title><polygon class="cls-1" points="16.65 33.29 0 16.63 16.65 0 19.37 2.72 5.44 16.64 19.37 30.57 16.65 33.29"/></svg>') no-repeat center center/100% 100%;
}
@media screen and (max-width: 767.98px) {
  .swiper-button-prev::after,
.swiper-button-next::after {
    width: 1.6rem;
    height: 2.6rem;
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.14 26.44"><title>arrow</title><polygon class="cls-1" points="13.75 26.44 0 13.21 13.75 0 15.14 1.44 2.89 13.21 15.14 25 13.75 26.44"/></svg>');
            mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.14 26.44"><title>arrow</title><polygon class="cls-1" points="13.75 26.44 0 13.21 13.75 0 15.14 1.44 2.89 13.21 15.14 25 13.75 26.44"/></svg>');
  }
}

.swiper-button-prev {
  left: 5rem;
}

.swiper-button-next {
  right: 5rem;
}

.swiper-pagination-bullet-active {
  background-color: #465f00;
}

.swiper-slide-active .splide__inner figure {
  transform: scale(1);
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.swiper {
  padding-bottom: 8rem;
}

.splide {
  margin-top: 8.3rem;
  /* display: none; */
}
@media screen and (max-width: 767.98px) {
  .splide {
    margin-top: 3.3rem;
  }
}

.splide__inner {
  margin-inline: 0;
  width: 36.4rem;
}
@media screen and (max-width: 767.98px) {
  .splide__inner {
    width: 22.6rem;
  }
}
.splide__inner figure {
  transition: 0.3s transform;
  transform: scale(0.75);
}
.splide__inner p {
  color: #465f00;
  font-weight: 700;
  text-align: center;
  font-size: 2.4rem;
  margin-top: 0.7rem;
  margin-top: auto;
}
@media screen and (max-width: 767.98px) {
  .splide__inner p {
    font-size: 1.9rem;
  }
}

.splide__slide.is-active .splide__inner {
  margin-inline: 4rem;
}
@media screen and (max-width: 767.98px) {
  .splide__slide.is-active .splide__inner {
    margin-inline: 0;
  }
}
.splide__slide.is-active figure {
  transform: scale(1);
}

.splide__pagination {
  bottom: -4em;
  gap: 0 0.5rem;
  display: flex !important;
}

.splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #465f00;
}

.splide__pagination__page {
  width: 0.8rem;
  height: 0.8rem;
}

.splide__arrow {
  height: 6rem;
  width: 6rem;
  background-color: #fff;
  opacity: 1;
  top: 43.3%;
}
.splide__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: 1.8rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #465f00;
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.37 33.29"><title>arrow</title><polygon class="cls-1" points="16.65 33.29 0 16.63 16.65 0 19.37 2.72 5.44 16.64 19.37 30.57 16.65 33.29"/></svg>') no-repeat center center/100% 100%;
          mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.37 33.29"><title>arrow</title><polygon class="cls-1" points="16.65 33.29 0 16.63 16.65 0 19.37 2.72 5.44 16.64 19.37 30.57 16.65 33.29"/></svg>') no-repeat center center/100% 100%;
}
@media screen and (max-width: 767.98px) {
  .splide__arrow::before {
    width: 1.6rem;
    height: 2.6rem;
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.14 26.44"><title>arrow</title><polygon class="cls-1" points="13.75 26.44 0 13.21 13.75 0 15.14 1.44 2.89 13.21 15.14 25 13.75 26.44"/></svg>');
            mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.14 26.44"><title>arrow</title><polygon class="cls-1" points="13.75 26.44 0 13.21 13.75 0 15.14 1.44 2.89 13.21 15.14 25 13.75 26.44"/></svg>');
  }
}
@media screen and (max-width: 767.98px) {
  .splide__arrow {
    position: static;
    transform: translateY(0);
  }
}
.splide__arrow:focus {
  outline: none !important;
  border: none !important;
}

@media screen and (max-width: 767.98px) {
  .splide__pagination {
    position: static;
  }
}

@media screen and (max-width: 767.98px) {
  .splide__arrows {
    width: 90%;
    margin: 1rem auto 0;
    display: flex;
    justify-content: space-between;
  }
  .splide__arrows .splide__arrow img {
    width: 1.7rem;
  }
}

.splide__arrow--prev {
  left: 4em;
}

.splide__arrow--next {
  right: 4em;
}
.splide__arrow--next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.splide__arrow svg {
  fill: #465f00;
}

.splide-controler {
  display: flex;
  justify-content: center;
}

.p-case-study {
  padding-top: 13rem;
  padding-bottom: 15.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-case-study {
    padding-top: 1rem;
    padding-bottom: 7.3rem;
  }
}

.p-case-study__content {
  margin-top: 8.8rem;
  background-color: #dceeda;
  border-radius: var(--radius);
  padding-block: 11.8rem 9.4em;
}
@media screen and (max-width: 767.98px) {
  .p-case-study__content {
    margin-top: 4.1rem;
    padding: 6rem 1.3rem 7rem;
    border-radius: var(--spRadius);
  }
}

.p-case-study__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 96.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-case-study__list {
    display: block;
  }
}

.p-case-study__item {
  width: 50%;
  max-width: 44rem;
}
@media screen and (max-width: 767.98px) {
  .p-case-study__item {
    width: auto;
  }
  .p-case-study__item + .p-case-study__item {
    margin-top: 6.4rem;
  }
}
.p-case-study__item .p-img-wrapper {
  aspect-ratio: 256/354;
  margin-inline: auto;
  width: 25.6rem;
  display: block;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-case-study__item .p-img-wrapper {
    width: 17.6rem;
  }
}
.p-case-study__item .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case-study__body .c-ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
.p-case-study__body .c-ttl + p {
  margin-top: 2.3rem;
}
.p-case-study__body p:has(+ .p-btn-wrapper) {
  margin-bottom: 4.5rem;
}
.p-case-study__body p + p {
  margin-top: 1em;
}
.p-case-study__body .p-btn-wrapper {
  width: 27rem;
  margin: 4.5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-case-study__body .p-btn-wrapper {
    margin-top: 3.7rem;
  }
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: grid;
  place-content: center;
  display: none;
}
.p-modal.is-show {
  display: grid;
}

.p-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.p-modal__inner {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .p-modal__inner {
    width: 90%;
    margin-inline: auto;
  }
}
.p-modal__inner .p-modal__close {
  position: absolute;
  top: -5rem;
  right: 0;
  cursor: pointer;
  font-size: 4rem;
  background-color: transparent;
}
.p-modal__inner .p-img {
  max-width: 65rem;
}
@media screen and (max-width: 767.98px) {
  .p-modal__inner .p-img {
    max-width: inherit;
  }
}
.p-modal__inner .p-img-wrapper {
  min-width: 65rem;
  min-height: 39.2rem;
  background: url(../img/loading.gif) no-repeat center center;
}
@media screen and (max-width: 767.98px) {
  .p-modal__inner .p-img-wrapper {
    min-width: 90%;
    aspect-ratio: 65/39;
    min-height: inherit;
  }
}

.p-faq {
  background-color: #e6e6e6;
  position: relative;
  z-index: 2;
  padding-block: 15.7rem 13.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq {
    padding-block: 5.6rem 7.4rem;
  }
}

.p-faq__content {
  background-color: #fff;
  border-radius: var(--radius);
  padding: 9.7rem 5rem 14rem;
}
@media screen and (max-width: 767.98px) {
  .p-faq__content {
    border-radius: var(--spRadius);
    padding: 6.2rem 1.3rem 6.5rem;
  }
}

.p-faq__list {
  max-width: 81.4rem;
  margin: 6.5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-faq__list {
    margin-top: 3.9rem;
  }
}

.p-faq__item + .p-faq__item {
  margin-top: 0.6em;
}

.p-faq__block * {
  font-size: 1.8rem;
  line-height: 2;
}

.p-faq__question {
  color: #465f00;
}

.p-faq__answer {
  padding-left: 1em;
}
.p-faq__answer a {
  font-weight: 700;
  color: currentColor;
}
@media (any-hover: hover) {
  .p-faq__answer a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-faq__answer {
    padding-left: 0;
  }
}

.l-footer__pas {
  position: relative;
  background-color: #e6e6e6;
}
.l-footer__pas::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 49%;
  height: calc(49% + 4rem);
  background-color: #465f00;
}
@media screen and (max-width: 767.98px) {
  .l-footer__pas::after {
    top: 52%;
    height: calc(50% + 4rem);
  }
}

.l-footer__pas-inner {
  max-width: 122rem;
  background: url(../img/bg_pas.webp) no-repeat center center/cover;
  padding: 7.6rem 0 9.2rem;
  border-radius: var(--radius);
  margin-inline: auto;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .l-footer__pas-inner {
    border-radius: var(--spRadius);
    background-image: url(../img/bg_pas_sp.webp);
    padding: 4.3rem 0;
    width: 92%;
  }
}

.l-footer__pas-ttl {
  font-size: 3.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-left: 12rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .l-footer__pas-ttl {
    font-size: 2.4rem;
    padding-left: 0;
    padding-top: 8rem;
    text-align: center;
  }
}
.l-footer__pas-ttl::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8.2rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/mark.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767.98px) {
  .l-footer__pas-ttl::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 5.5rem;
    height: 6rem;
  }
}
.l-footer__pas-ttl .u-en {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2.3rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .l-footer__pas-ttl .u-en {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
}

.l-footer__pas-content {
  display: flex;
  margin-top: 9.4rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer__pas-content {
    display: block;
    margin-top: 4.4rem;
  }
}
.l-footer__pas-content > div {
  text-align: center;
  width: 50%;
  display: flex;
  flex-direction: column;
  min-height: 19.7rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__pas-content > div {
    width: auto;
    min-height: inherit;
  }
  .l-footer__pas-content > div + div {
    margin-top: 3.5rem;
  }
}
.l-footer__pas-content > div:not(:first-of-type) {
  position: relative;
}
.l-footer__pas-content > div:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: 0;
  height: calc(100% - 1.2rem);
  top: 1.2rem;
  width: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-footer__pas-content > div:not(:first-of-type)::before {
    display: none;
  }
}
.l-footer__pas-content .p-btn-wrapper {
  max-width: 40.6rem;
  margin: auto auto 0;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-footer__pas-content .p-btn-wrapper {
    max-width: 27rem;
    margin-top: 2.2rem;
  }
}
.l-footer__pas-content .c-txt {
  font-size: 2.2rem;
  line-height: 1.9090909091;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .l-footer__pas-content .c-txt {
    font-size: 1.6rem;
  }
}
.l-footer__pas-content .c-ttl {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__pas-content .c-ttl {
    font-size: 2.4rem;
  }
}

.l-footer__upper {
  background-color: #465f00;
  color: #fff;
  padding-bottom: 5.6rem;
  padding-top: 5.6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .l-footer__upper {
    padding-top: 3.1rem;
    padding-bottom: 8.7rem;
  }
}
.l-footer__upper .l-footer__inner {
  position: relative;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 15rem 0px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__upper .l-footer__inner {
    display: block;
  }
}

.l-footer__nav {
  grid-column: 2;
  grid-row: 1;
  margin-left: auto;
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav {
    font-size: 1.8rem;
  }
}

.l-footer__nav-list {
  list-style: none;
  font-weight: 700;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1.7rem 5.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav-list {
    display: block;
    text-align: center;
    width: auto;
  }
}

.l-footer__nav-item a {
  color: currentColor;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav-item a {
    padding: 1em 0;
    display: block;
  }
}
@media (any-hover: hover) {
  .l-footer__nav-item a:hover::after {
    width: 100%;
  }
}
.l-footer__nav-item a::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 0.3s ease;
}
.l-footer__nav-item:first-of-type {
  grid-row: 1;
  grid-column: 1;
}
.l-footer__nav-item:nth-of-type(2) {
  grid-row: 2;
  grid-column: 1;
}
.l-footer__nav-item:nth-of-type(3) {
  grid-row: 3;
  grid-column: 1;
}
.l-footer__nav-item:nth-of-type(4) {
  grid-row: 4;
  grid-column: 1;
}
.l-footer__nav-item:nth-of-type(5) {
  grid-row: 1;
  grid-column: 2;
}
.l-footer__nav-item:nth-of-type(6) {
  grid-row: 2;
  grid-column: 2;
}

.l-footer__company-info {
  grid-column: 1;
  grid-row: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer__company-info {
    margin: 5.4rem auto 0;
  }
}
.l-footer__company-info .c-catch {
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .l-footer__company-info .c-catch {
    font-size: 1.4rem;
  }
}
.l-footer__company-info .c-logo {
  display: block;
  max-width: 27.3rem;
  margin: 1.4rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer__company-info .c-logo {
    max-width: 23rem;
  }
}

.l-footer__sns {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  margin: auto 1rem 0 auto;
}
@media screen and (max-width: 767.98px) {
  .l-footer__sns {
    justify-content: center;
    margin: 6rem auto 0;
  }
}
.l-footer__sns a {
  display: block;
}
@media (any-hover) {
  .l-footer__sns a {
    transition: 0.3s opacity;
  }
  .l-footer__sns a:hover {
    opacity: 0.7;
  }
}

.l-footer__sns-item {
  width: 5.5rem;
}

.l-footer__secondary-nav {
  font-size: 1.6rem;
  max-width: 62rem;
  grid-column: 1;
  grid-row: 2;
  margin-left: -1em;
}
@media screen and (max-width: 767.98px) {
  .l-footer__secondary-nav {
    font-size: 1.4rem;
    display: grid;
    align-items: center;
    margin: 7rem auto 0;
    max-width: inherit;
  }
}
.l-footer__secondary-nav a {
  text-decoration: none;
  color: currentColor;
  display: block;
  padding: 0 1.3em;
}
@media (any-hover) {
  .l-footer__secondary-nav a {
    transition: 0.3s opacity;
  }
  .l-footer__secondary-nav a:hover {
    opacity: 0.7;
  }
}

.l-footer__secondary-nav-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.3rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__secondary-nav-list {
    display: inline-flex;
    width: 87%;
    margin: 0 auto;
    row-gap: 2rem;
  }
}

.l-footer__secondary-nav-item {
  position: relative;
}
.l-footer__secondary-nav-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer__secondary-nav-item:nth-of-type(even)::after {
    display: none;
  }
}

.l-footer__bottom {
  background-color: #edebeb;
  padding-block: 3rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__bottom {
    padding-block: 2.6rem 2rem;
  }
}
.l-footer__bottom .l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .l-footer__bottom .l-footer__inner {
    display: block;
  }
}

.c-copyright {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .c-copyright {
    display: block;
    font-size: 1.2rem;
    margin-top: 0.6rem;
    text-align: center;
  }
}

.c-txt_julc {
  width: 36.6rem;
  display: block;
}
.c-txt_julc img {
  width: 100%;
}
@media (any-hover) {
  .c-txt_julc {
    transition: 0.3s opacity;
  }
  .c-txt_julc:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .c-txt_julc {
    width: 84.8%;
    margin-inline: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	フォーム
* --------------------------------------------------------------------------------------------------*/
.p-contact .p-kv {
  height: 40rem;
  background: linear-gradient(180deg, rgb(140, 198, 63) 0%, rgb(70, 95, 0) 100%);
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-contact .p-kv {
    height: 23.6rem;
  }
}
.p-contact .p-kv .c-section__ttl {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-contact .p-kv .c-section__ttl {
    font-size: 2.2rem;
  }
}
.p-contact .p-kv .c-section__ttl span {
  background: linear-gradient(180deg, rgba(70, 95, 0, 0) 95%, rgb(255, 255, 255) 95%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 767.98px) {
  .p-contact .p-kv .c-section__ttl span {
    padding-bottom: 0.5rem;
    background: linear-gradient(180deg, rgba(70, 95, 0, 0) 92%, rgb(255, 255, 255) 92%, rgb(255, 255, 255) 100%);
  }
}

.p-contact__content {
  background-color: #e6e6e6;
  padding-block: 12.9rem 20.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact__content {
    padding: 5.2rem 1.5rem 8.3rem;
  }
}
.p-contact__content.-thanks .p-contact__body {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact__content.-thanks .p-contact__body {
    padding-top: 6.5rem;
    padding-bottom: 6.2rem;
  }
}

.p-contact__body {
  background-color: #fff;
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
  padding-top: 14.5rem;
  padding-bottom: 21rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact__body {
    padding: 7.3rem 1.6rem 7.4rem;
  }
}

.p-progress {
  display: flex;
  justify-content: center;
  gap: 0 23rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-progress {
    -moz-column-gap: 10.9rem;
         column-gap: 10.9rem;
  }
}
.p-progress::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.4rem;
  right: 0.4rem;
  width: calc(100% - 0.8rem);
  height: 1px;
  background-color: #d9d9d9;
}
.p-progress li {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100vw;
  background-color: #d9d9d9;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .p-progress li {
    width: 1rem;
    height: 1rem;
  }
}
.p-progress li.c-current {
  background-color: #465f00;
}
.p-progress li.c-current p {
  color: #465f00;
}
.p-progress li.c-current::before {
  content: "";
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  border: 1px solid #465f00;
  border-radius: 100vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
  .p-progress li.c-current::before {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.p-progress li p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: -8rem;
  color: #858585;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-progress li p {
    font-size: 1.4rem;
    bottom: -5.3rem;
  }
}

.p-form__content {
  max-width: 90rem;
  margin-inline: auto;
  margin-top: 17.4rem;
}
.p-form__content input[type=text],
.p-form__content input[type=email],
.p-form__content input[type=tel],
.p-form__content textarea {
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  background-color: #f0f0f0;
  width: 100%;
  padding: 1.8rem 1.3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-form__content input[type=text],
.p-form__content input[type=email],
.p-form__content input[type=tel],
.p-form__content textarea {
    padding-block: 1.5rem;
  }
}
.p-form__content textarea {
  min-height: 22rem;
  line-height: 1.8;
  padding-block: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-form__content {
    margin-top: 10rem;
  }
}

.p-select-wrapper {
  background-color: #f0f0f0;
  width: 100%;
  font-size: 1.6rem;
  position: relative;
}
.p-select-wrapper::after {
  content: "";
  position: absolute;
  background-color: #5a5a5a;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 1.2rem;
  height: 1rem;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-select-wrapper select {
  padding: 1.8rem 1.3rem;
}

select,
option {
  font-family: "Noto Sans JP", sans-serif;
  color: currentColor;
  border: none;
  background-color: transparent;
  margin: 0;
  font-size: 1.6rem;
  cursor: pointer;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-moz-placeholder {
  color: #6b6b6b;
}

::placeholder {
  color: #6b6b6b;
}

.f_field {
  display: flex;
  width: 100%;
  border-bottom: 1px dashed #d9d9d9;
  padding: 3.8rem 0;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .f_field {
    display: block;
    padding-block: 3rem;
  }
}
.f_field.u-flexstart {
  align-items: flex-start;
}
.f_field.u-flexstart .f_label_container {
  padding-top: 1rem;
}

.f_content_container {
  flex-grow: 1;
  max-width: 50rem;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .f_content_container {
    margin-top: 1.6rem;
  }
}
.f_content_container .c-note {
  font-size: 1.4rem;
  color: #5a5a5a;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.f_label_container {
  display: flex;
  font-size: 1.6rem;
}

.c-required {
  font-size: 1.6rem;
  color: #e60012;
  margin-left: 1em;
}

.f_unit {
  display: flex;
  justify-content: space-between;
}
.f_unit input[type=text] {
  width: 24rem;
}
@media screen and (max-width: 767.98px) {
  .f_unit input[type=text] {
    width: 15rem;
  }
}

.p-btn-unit {
  display: flex;
  margin-top: 14.2rem;
  justify-content: center;
  -moz-column-gap: 4.7rem;
       column-gap: 4.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-btn-unit {
    margin-top: 7rem;
    flex-direction: column;
    gap: 2.8rem 0;
  }
}

.p-btn {
  border: none;
  background-color: #465f00;
  color: #fff;
  border-radius: 100vw;
  display: grid;
  place-content: center;
  border: none;
  width: 30rem;
  min-height: 7.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  cursor: pointer;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media (any-hover) {
  .p-btn {
    transition: 0.3s opacity;
  }
  .p-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-btn {
    margin-inline: auto;
  }
}
.p-btn.p-back {
  background-color: #858585;
}

.p-thanks__content {
  padding-top: 15rem;
}
@media screen and (max-width: 767.98px) {
  .p-thanks__content {
    padding-top: 14rem;
  }
}
.p-thanks__content .p-btn-wrapper {
  margin: 6rem auto 0;
  max-width: 30rem;
}
.p-thanks__content .c-ttl {
  font-size: 2.4rem;
  color: #465f00;
  text-align: center;
  margin-bottom: 5.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-thanks__content .c-ttl {
    font-size: 2rem;
  }
}
.p-thanks__content .c-txt {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-thanks__content .c-txt {
    text-align: left;
  }
}
.p-thanks__content .c-txt + .c-txt {
  margin-top: 2em;
}

.f_work .p-radio-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767.98px) {
  .f_work .p-radio-unit {
    margin-top: 1.8rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
    margin-bottom: 2rem;
  }
}
.f_work .p-radio-unit .f_form-radio-field:first-of-type {
  grid-column: 1;
  grid-row: 1;
}
.f_work .p-radio-unit .f_form-radio-field:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2;
}
.f_work .p-radio-unit .f_form-radio-field:nth-of-type(3) {
  grid-column: 1;
  grid-row: 3;
}
.f_work .p-radio-unit .f_form-radio-field:nth-of-type(4) {
  grid-column: 1;
  grid-row: 4/6;
}
.f_work .p-radio-unit .f_form-radio-field:nth-of-type(5) {
  grid-column: 2;
  grid-row: 1;
}
.f_work .p-radio-unit .f_form-radio-field:nth-of-type(6) {
  grid-column: 2;
  grid-row: 2;
}
.f_work .p-radio-unit .f_form-radio-field:nth-of-type(7) {
  grid-column: 2;
  grid-row: 3;
}
.f_work .p-radio-unit .f_form-radio-field:nth-of-type(8) {
  grid-column: 2;
  grid-row: 4;
}
.f_work .p-radio-unit .f_form-radio-field:nth-of-type(9) {
  grid-column: 2;
  grid-row: 5;
}

.f_time .p-radio-unit {
  display: flex;
  -moz-column-gap: 6.5rem;
       column-gap: 6.5rem;
}
@media screen and (max-width: 767.98px) {
  .f_time .p-radio-unit {
    flex-direction: column;
    row-gap: 0.8rem;
    margin-top: 2rem;
  }
}

.f_type .p-radio-unit {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .f_type .p-radio-unit {
    margin-top: 2rem;
  }
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0); /* 古いブラウザ対応 */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); /* モダンブラウザ用 */
  overflow: hidden;
  white-space: nowrap;
}

input + span {
  display: inline-block;
  position: relative;
  line-height: 2.2;
  cursor: pointer;
  padding-left: 3rem;
}
input + span .u-txtsize--small {
  display: block;
  font-size: 1.4rem;
}

/* inputの位置と枠　*/
input + span:before {
  display: block;
  position: absolute;
  border: 1px solid #858585;
  content: "";
}

input[type=checkbox] + span {
  padding-left: 2rem;
}

input[type=checkbox] + span:before {
  top: 1.1rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.2rem;
}

/*　チェックマーク　*/
input[type=checkbox]:checked + span:after {
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 0.4rem;
  width: 0.5rem;
  height: 0.9rem;
  transform: rotate(45deg);
  border-right: 2px solid #5a5a5a;
  border-bottom: 2px solid #5a5a5a;
  content: "";
}

input[type=radio] + span:before {
  top: 1.1rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100vw;
}
@media screen and (max-width: 767.98px) {
  input[type=radio] + span:before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.8rem;
  }
}

/* ラジオボタンのチェック　*/
input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100vw;
  background-color: #5a5a5a;
  content: "";
}
@media screen and (max-width: 767.98px) {
  input[type=radio]:checked + span:after {
    width: 1.2rem;
    height: 1.2rem;
    top: 1.2rem;
  }
}

.p-inquiry-technology {
  display: none;
}

.p-inquiry-common .f_field:last-of-type,
.p-inquiry-technology .f_field:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767.98px) {
  .p-inquiry-common .f_field:last-of-type,
.p-inquiry-technology .f_field:last-of-type {
    padding-bottom: 0;
  }
}

.p-confirm .c-heading__txt {
  font-size: 1.8rem;
  margin-top: 12rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-confirm .c-heading__txt {
    font-size: 1.6rem;
    margin: 8.7rem auto 0;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-confirm .p-form__content {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-confirm .p-form__content {
    margin-top: 3.5rem;
  }
}
.p-confirm .p-btn-unit {
  margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-confirm .p-btn-unit {
    margin-top: 7rem;
  }
}
.p-confirm .p-inquiry-technology {
  display: block;
}

.p-privacy {
  margin-top: 14rem;
}
@media screen and (max-width: 767.98px) {
  .p-privacy {
    margin-top: 7.4rem;
  }
}
.p-privacy .c-ttl {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-privacy .c-ttl {
    text-align: left;
    margin-bottom: 2rem;
  }
}

.p-privacy__content {
  background-color: #f2f2f2;
  max-width: 80rem;
  margin-inline: auto;
  padding: 3.6rem 5.1rem 3.6rem 4.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-privacy__content {
    height: 38.2rem;
    overflow: auto;
    padding: 1.9rem 1.3rem 4.6rem 1.5rem;
  }
}
.p-privacy__content a {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover) {
  .p-privacy__content a {
    transition: 0.3s opacity;
  }
  .p-privacy__content a:hover {
    opacity: 0.7;
  }
}
.p-privacy__content p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.p-privacy__content p + p {
  margin-top: 2em;
}

.p-pribacy__agree {
  margin-top: 3.8rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-pribacy__agree {
    margin-top: 2rem;
    margin-left: 0.5rem;
    text-align: left;
  }
}

.p-top-btn-wrapper {
  position: absolute;
  right: 1rem;
  top: 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-btn-wrapper {
    top: auto;
    right: 2rem;
    bottom: -7rem;
  }
}

.p-top-btn {
  width: 7rem;
  height: 7rem;
  border-radius: 100vw;
  background-color: rgba(217, 217, 217, 0.3);
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  display: grid;
  place-content: center;
  text-decoration: none;
  padding-top: 2rem;
  position: relative;
}
@media (any-hover) {
  .p-top-btn {
    transition: 0.3s opacity;
  }
  .p-top-btn:hover {
    opacity: 0.7;
  }
}
.p-top-btn::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
/*# sourceMappingURL=style.css.map */