@charset "UTF-8";
@font-face {
  font-family: "enFont"; /* 任意の名前 */
  src: url("../font/Gilroy-Light.otf") format("off");
  /* 必要に応じて他のフォーマットも追加 */
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media (min-width: 1760px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0;
}
body p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

body.is-active {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
}

p {
  font-size: 1rem;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.js-image-modal {
  display: none;
}
@media screen and (min-width: 769px) {
  .js-image-modal {
    position: fixed;
    inset: 0;
    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;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    width: 100%;
    height: 100vh;
  }
}

.js-image-modal-inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.js-image-modal-content {
  max-width: 70%;
  max-height: 70%;
  border-radius: 8px;
  margin-inline: auto;
}

.js-image-modal-close {
  position: absolute;
  top: -30px;
  right: -10px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.js-image-modal-bg {
  position: fixed;
  inset: 0;
}

.l-container {
  padding: 2.5rem 1.25rem;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .l-container {
    max-width: 1400px;
    margin-inline: auto;
    padding: 6.25rem 0;
  }
}

.l-detail {
  padding-top: 2.0625rem;
}
.l-detail p {
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
.l-detail h2 {
  font-size: 1.625rem;
  position: relative;
  padding-bottom: 0.3125rem;
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .l-detail h2 {
    margin-bottom: 2.5rem;
    padding-bottom: 1.1875rem;
    margin-top: 3.125rem;
  }
}
.l-detail h3 {
  font-size: 1rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .l-detail h3 {
    font-size: 1.125rem;
  }
}
.l-detail ul {
  list-style: none;
  margin: 0.625rem 0 0 1.875rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 769px) {
  .l-detail ul {
    margin: 0.625rem 0 1.875rem 1.875rem;
  }
}
.l-detail ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
}
.l-detail ul li::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-color: #1c873b;
  border-radius: 100px;
  position: absolute;
  top: 0.375rem;
  left: 0;
}
.l-detail ul .highlight-box {
  background-color: #fff;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  border-radius: 20px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 769px) {
  .l-detail ul .highlight-box {
    margin-bottom: 2.5rem;
    margin-left: 1.875rem;
  }
}
.l-detail ul .highlight-box p {
  margin-bottom: 0 !important;
}
.l-detail p > ul {
  margin: 0;
  padding: 0;
}
.l-detail p:has(> ul) {
  margin: 0;
  display: contents; /* pタグを無視 */
}
.l-detail .wp-block-uagb-separator {
  margin: 1.875rem 0;
}
@media screen and (min-width: 769px) {
  .l-detail .wp-block-uagb-separator {
    margin: 3.125rem 0;
  }
}

.l-front {
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .l-inner {
    max-width: 81.25rem;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.l-main {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .l-main {
    margin-top: 6.25rem;
  }
}

.l-sidebar-anchor {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-sidebar-anchor {
    display: block;
    margin-bottom: 3.875rem;
  }
}
.l-sidebar-anchor ul li a {
  border-left: 3px solid #e6e6e6;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5625rem;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2;
}
.l-sidebar-anchor ul li a.-current {
  color: #222222;
  border-color: #1c873b;
}

/* ボタン共通スタイル */
.btn {
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-primary {
  background-color: #2c7a2c;
  color: white;
}

.btn-primary:hover {
  background-color: #235f23;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(44, 122, 44, .3);
          box-shadow: 0 4px 12px rgba(44, 122, 44, .3);
}

.btn-secondary {
  background-color: #fff;
  color: #2c7a2c;
  border: 2px solid #2c7a2c;
}

.btn-secondary:hover {
  background-color: #2c7a2c;
  color: white;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 3.125rem;
  font-size: 1.125rem;
  border-radius: 100px;
  background-color: #222222;
  color: #fff;
  text-align: center;
  padding-right: 1.25rem;
  position: relative;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .5), 3px 3px 8px rgba(32, 141, 70, .8);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, .5), 3px 3px 8px rgba(32, 141, 70, .8);
}
@media screen and (min-width: 769px) {
  .c-btn {
    width: 17.5rem;
    height: 4.375rem;
  }
}
.c-btn::before {
  content: "";
  background-image: url("../images/common/btn-arrow.png");
  background-size: cover;
  width: 0.875rem;
  height: 0.75rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 1.125rem;
}

.c-normal-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 3.125rem;
  font-size: 1.125rem;
  border-radius: 100px;
  background-color: #222222;
  color: #fff;
  text-align: center;
  padding-right: 1.25rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-normal-btn {
    width: 20rem;
    height: 4.375rem;
  }
}
.c-normal-btn::before {
  content: "";
  background-image: url("../images/common/btn-arrow.png");
  background-size: cover;
  width: 0.875rem;
  height: 0.75rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 1.125rem;
}

.c-card {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  position: relative;
}
.c-card::before {
  content: "";
  width: 0.875rem;
  height: 0.75rem;
  background-image: url("../images/archive/arrow.png");
  position: absolute;
  background-size: cover;
  bottom: 1.25rem;
  right: 1.25rem;
}
@media screen and (min-width: 769px) {
  .c-card::before {
    bottom: 1.875rem;
    right: 2.1875rem;
  }
}
.c-card .-image {
  width: 100%;
  aspect-ratio: 370/200;
  overflow: hidden;
}
.c-card .-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card .-category {
  font-size: 0.75rem;
  font-weight: bold;
  padding: 0.3125rem 1.5625rem;
  border-radius: 0.9375rem;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-card .-body {
  padding: 0.9375rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-card .-body {
    padding: 1.5625rem 2.1875rem;
  }
}
.c-card .-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-card .-meta time {
  font-size: 0.75rem;
}
.c-card .-meta .-company-name p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.c-card h2 {
  font-size: 1rem;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .c-card h2 {
    font-size: 1.125rem;
  }
}
.c-card p {
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.c-card .-tag span {
  font-size: 0.75rem;
  display: block;
}

.c-heading {
  position: relative;
}
.c-heading .-en {
  display: inline-block;
  height: 0.625rem;
  width: auto;
  margin-bottom: 0.625rem;
}
.c-heading h2 {
  font-size: 1.25rem;
  line-height: 1;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .c-heading h2 {
    font-size: 2.125rem;
    padding-bottom: 2.5625rem;
  }
}
.c-heading::before {
  content: "";
  width: 3.125rem;
  height: 0.3125rem;
  background-color: #1c873b;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-hero__label {
  height: 1.0625rem;
  margin-bottom: 0.3125rem;
  position: relative;
  font-size: 1rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "enFont";
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
.c-hero__label.-green {
  color: #1c873b;
}
.c-hero__label::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ffc832;
  border-radius: 100px;
  margin-right: 0.625rem;
  display: block;
}
.c-hero h1 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .c-hero h1 {
    font-size: 3rem;
    margin-bottom: 1.125rem;
  }
}
.c-hero p {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-hero p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-inner {
  padding: 0 0.9375rem 0;
}
@media screen and (min-width: 769px) {
  .c-inner {
    max-width: 81.25rem;
    padding: 0 3.125rem 0;
    margin-inline: auto;
  }
}

.c-title span {
  display: inline-block;
  height: 0.7625rem;
  width: auto;
}
.c-title span img {
  height: inherit;
  width: auto;
}
.c-title h2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .c-title h2 {
    font-size: 2.125rem;
    line-height: 1.5882352941;
  }
}

.c-top {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 769px) {
  .c-top {
    height: 18.8125rem;
    padding-bottom: 0;
  }
}
.c-top.-style1 {
  background: -webkit-gradient(linear, right top, left top, from(#237c40), to(#23aa53));
  background: linear-gradient(to left, #237c40, #23aa53);
}
@media screen and (min-width: 769px) {
  .c-top.-style1 {
    height: 21.9375rem;
  }
}
.c-top.-style1 .p-breadcrumb li {
  color: #fff;
}
.c-top.-style1 .p-breadcrumb li:last-child {
  color: #fff;
}
.c-top.-style1 .p-breadcrumb li a {
  color: #fff;
}
.c-top.-style1 .p-breadcrumb li:not(:last-child)::after {
  color: #fff;
}
.c-top .c-hero {
  max-width: 81.25rem;
  padding: 2.3125rem 1.25rem 0;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .c-top .c-hero {
    padding: 2.375rem 3.125rem 0;
  }
}
.c-top .c-hero__label {
  height: 0.75rem;
}

/* パンくずリスト */
.p-breadcrumb {
  max-width: 88.75rem;
  margin-inline: auto;
  padding: 0.9375rem 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-breadcrumb {
    padding: 1.8125rem 0.625rem;
  }
}
.p-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  font-size: 0.75rem;
}
.p-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  color: #999;
}
.p-breadcrumb a {
  color: #666;
  text-decoration: none;
}
.p-breadcrumb a:hover {
  color: #2c7a2c;
}
.p-breadcrumb li:last-child {
  color: #999;
}

/* 事業内容 */
.business-section {
  padding: 50px 0;
  margin: 0;
  position: relative;
}
.business-section::before {
  content: "";
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
}
.business-section .container {
  position: relative;
  z-index: 1;
}

.business-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.business-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #333;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}

.business-section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #2c7a2c;
}

.business-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 769px) {
  .business-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
  }
}

.business-item {
  background-color: white;
  padding: 40px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.business-icon {
  width: 80px;
  height: 80px;
  background-color: #2c7a2c;
  border-radius: 50%;
  margin: 0 auto 20px;
  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;
  color: white;
  font-size: 36px;
}

.business-item h3 {
  font-size: 1.125rem;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .business-item h3 {
    font-size: 1.25rem;
  }
}

.business-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

/* お問い合わせフォーム */
.form-group {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .form-group {
    margin-bottom: 1.5625rem;
  }
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #333;
}

.required {
  color: #e74c3c;
  margin-left: 0.3125rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .form-group input,
  .form-group textarea {
    font-size: 1.125rem;
  }
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #2c7a2c;
}

.form-group textarea {
  resize: vertical;
  min-height: 150px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.checkbox-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  cursor: pointer;
}

.checkbox-group input[type=checkbox] {
  width: auto;
  margin-right: 8px;
}

.privacy-agreement {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.privacy-agreement h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.privacy-content {
  height: 150px;
  overflow-y: auto;
  background-color: white;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .privacy-content {
    padding: 15px;
  }
}
.privacy-content p {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .privacy-content p {
    font-size: 1rem;
  }
}

.agreement-checkbox {
  margin-top: 15px;
}

.form-submit {
  text-align: center;
  margin-top: 30px;
}

.form-submit .btn {
  padding: 15px 60px;
  font-size: 18px;
  background-color: #e74c3c;
  border: none;
}

.form-submit .btn:hover {
  background-color: #c0392b;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}

.required {
  color: #e74c3c;
  margin-left: 5px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.form-group select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .form-group select {
    width: 50%;
  }
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #2c7a2c;
}

.form-group textarea {
  resize: vertical;
  min-height: 150px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.checkbox-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  cursor: pointer;
}

.checkbox-group input[type=checkbox] {
  width: auto;
  margin-right: 8px;
}

.privacy-agreement {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.privacy-agreement h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.privacy-content {
  height: 150px;
  overflow-y: auto;
  background-color: white;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.8;
}
.privacy-content li, .privacy-content p, .privacy-content h2 {
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.8;
}
.privacy-content h2 {
  margin-top: 15px;
}

.agreement-checkbox {
  margin-top: 15px;
}

.form-submit {
  text-align: center;
  margin-top: 30px;
}

.form-submit .btn {
  padding: 15px 60px;
  font-size: 18px;
  background-color: #e74c3c;
  border: none;
}

.form-submit .btn:hover {
  background-color: #c0392b;
}

/* 連絡先情報セクション */
.contact-info-section {
  background-color: white;
  padding: 60px 0;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-method {
  text-align: center;
}

.contact-method h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
}

.contact-method .phone-number {
  font-size: 28px;
  font-weight: bold;
  color: #2c7a2c;
  margin: 10px 0;
}

.contact-method .business-hours {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.contact-method p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.contact-method .office-info {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
}

.contact-method .office-info h4 {
  font-size: 16px;
  color: #2c7a2c;
  margin-bottom: 10px;
}

.contact-method .office-info p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.documents-grid {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 769px) {
  .documents-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-bottom: 3.75rem;
  }
}

.document-card {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.document-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
          box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
}

.document-header {
  background-color: #f8f8f8;
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.document-icon {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #2c7a2c;
  border-radius: 10px;
  margin: 0 auto 20px;
  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;
  color: white;
  font-size: 36px;
}
@media screen and (min-width: 769px) {
  .document-icon {
    width: 80px;
    height: 80px;
  }
}

.document-title {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 769px) {
  .document-title {
    font-size: 1.5rem;
  }
}

.document-format {
  font-size: 14px;
  color: #666;
}

.document-body {
  padding: 1.875rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.document-description {
  color: #666;
  margin-bottom: 1.875rem;
  line-height: 1.8;
}

.download-button {
  margin-top: auto;
}

.download-button {
  width: 100%;
  padding: 15px;
  background-color: #e74c3c;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.download-button:hover {
  background-color: #c0392b;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(231, 76, 60, .3);
          box-shadow: 0 4px 12px rgba(231, 76, 60, .3);
}

/* FAQ誘導 */
.faq-guide {
  background-color: #f0f7f0;
  padding: 60px 0;
  text-align: center;
}

.faq-guide h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
}

.faq-guide p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #666;
}

.flow-section {
  background-color: #f0f7f0;
  padding: 5rem 0;
}
.flow-section .container {
  padding: 0 1.25rem;
}
@media screen and (min-width: 769px) {
  .flow-section .container {
    max-width: 87.5rem;
    margin-inline: auto;
  }
}

.flow-steps {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 769px) {
  .flow-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
}

.flow-step {
  background-color: white;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 769px) {
  .flow-step::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 24px;
    color: #2c7a2c;
  }
}

.flow-step:last-child::after {
  display: none;
}

.flow-number {
  background-color: #e8f5e8;
  color: #2c7a2c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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: 0 auto 15px;
  font-weight: bold;
}

.flow-step h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.flow-step p {
  font-size: 14px;
  color: #666;
}

@media screen and (min-width: 769px) {
  .flow-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .flow-step::after {
    display: none;
  }
}
.form-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}

.checkbox-group {
  margin: 20px 0;
}

.checkbox-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: normal;
  cursor: pointer;
}

.checkbox-group input[type=checkbox] {
  width: auto;
  margin-right: 8px;
  margin-top: 3px;
}

.form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.form-submit button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .form-submit button {
    font-size: 1rem;
  }
}

.submit-button {
  background-color: #e74c3c;
  color: white;
}

.submit-button:hover {
  background-color: #c0392b;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(231, 76, 60, .3);
          box-shadow: 0 4px 12px rgba(231, 76, 60, .3);
}

.cancel-button {
  background-color: #ddd;
  color: #666;
}

.cancel-button:hover {
  background-color: #ccc;
}

/* セキュリティ・信頼性セクション */
.security-section {
  background-color: #f0f7f0;
  padding: 60px 0;
  text-align: center;
}

.security-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .security-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.875rem;
  }
}

.security-item {
  text-align: center;
}

.security-icon {
  width: 60px;
  height: 60px;
  background-color: #2c7a2c;
  border-radius: 50%;
  margin: 0 auto 15px;
  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;
  color: white;
  font-size: 28px;
}

.security-item h4 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}

.security-item p {
  font-size: 14px;
  color: #666;
}

/* ヒーローセクション */
.hero {
  background: linear-gradient(135deg, #2c7a2c 0%, #4a9d4a 100%);
  color: white;
  padding: 3.125rem 1.25rem 1.875rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hero {
    padding: 5rem 0 3.75rem;
  }
}

.hero h1 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .hero h1 {
    font-size: 3rem;
  }
}

.hero p {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .hero p {
    font-size: 1.25rem;
    max-width: 37.5rem;
  }
}

.hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .hero-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.125rem;
    gap: 1.25rem;
  }
}

/* メッセージセクション */
.message-section {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  padding: 50px;
  margin-bottom: 40px;
}

.message-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
  color: #333;
  position: relative;
  padding-bottom: 20px;
}

.message-section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #2c7a2c;
}

.message-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.message-content p {
  margin-bottom: 20px;
  line-height: 2;
  color: #666;
}

.ceo-info {
  margin-top: 40px;
  text-align: right;
}

.ceo-info p {
  margin: 0;
  color: #333;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 2000;
  overflow-y: auto;
}

.modal-content {
  background-color: white;
  margin: 3.125rem auto;
  padding: 0;
  border-radius: 10px;
  width: 90%;
  max-width: 37.5rem;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .3);
          box-shadow: 0 5px 30px rgba(0, 0, 0, .3);
}
.modal-header {
  background-color: #2c7a2c;
  color: white;
  padding: 1.875rem;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.modal-header h2 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 769px) {
  .modal-header h2 {
    font-size: 28px;
  }
}

.modal-header p {
  font-size: 1rem;
  opacity: 0.9;
}

.close-button {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.25rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close-button:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-body {
  padding: 1.25rem;
}
@media screen and (min-width: 769px) {
  .modal-body {
    padding: 2.5rem;
  }
}

/* 拠点情報 */
.office-section {
  margin-bottom: 40px;
  padding: 1.875rem 0;
}
@media screen and (min-width: 769px) {
  .office-section {
    padding: 3.75rem 0;
  }
}

.office-section h2 {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
  color: #333;
  position: relative;
  padding-bottom: 20px;
}

.office-section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #2c7a2c;
}

.office-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 769px) {
  .office-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}

.office-card {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  padding: 40px 30px;
  text-align: center;
}

.office-card h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #2c7a2c;
}

.office-card p {
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
}

.office-card .address {
  margin-bottom: 20px;
}

.office-card .tel {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.p-archive-case__main {
  padding-bottom: 6.0625rem;
}
.p-archive-case .c-top {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 769px) {
  .p-archive-case .c-top {
    height: 30rem;
  }
}
.p-archive-case__slider {
  width: 100vw;
  margin: -3.125rem calc(50% - 50vw) 0;
}
@media screen and (min-width: 769px) {
  .p-archive-case__slider {
    margin: -9.375rem calc(50% - 50vw) 0;
  }
}
.p-archive-case__slider .swiper-slide {
  width: 18.75rem;
  margin: 0 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-archive-case__slider .swiper-slide {
    width: 53.75rem;
    margin: 0 2.1875rem;
  }
}
.p-archive-case__slider .swiper-wrapper {
  position: relative;
}
.p-archive-case__slider .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  margin-top: 1.25rem;
}
.p-archive-case__slider .swiper-pagination-bullet-active {
  background-color: #1c873b;
}
.p-archive-case__slider .p-case-slide__next,
.p-archive-case__slider .p-case-slide__prev {
  position: absolute;
  top: 3.625rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 2.5rem;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-archive-case__slider .p-case-slide__next,
  .p-archive-case__slider .p-case-slide__prev {
    top: 12.5rem;
  }
}
.p-archive-case__slider .p-case-slide__prev {
  -webkit-transform: translateX(calc(-50% - 9.3125rem));
          transform: translateX(calc(-50% - 9.3125rem));
}
@media screen and (min-width: 769px) {
  .p-archive-case__slider .p-case-slide__prev {
    -webkit-transform: translateX(calc(-50% - 27rem));
            transform: translateX(calc(-50% - 27rem));
  }
}
.p-archive-case__slider .p-case-slide__next {
  -webkit-transform: translateX(calc(-50% + 9.3125rem));
          transform: translateX(calc(-50% + 9.3125rem));
}
@media screen and (min-width: 769px) {
  .p-archive-case__slider .p-case-slide__next {
    -webkit-transform: translateX(calc(-50% + 27rem));
            transform: translateX(calc(-50% + 27rem));
  }
}
.p-archive-case__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 600px) {
  .p-archive-case__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .p-archive-case__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem 2.8125rem;
    margin-top: 6.0625rem;
  }
}
.p-archive-case__item:nth-child(4n) {
  position: relative;
}
.p-archive-case__item:nth-child(4n)::after {
  content: "";
  position: absolute;
  top: -1.875rem;
  left: 0;
  width: 75rem; /* 3カラム分の幅 */
  height: 1px;
  background-color: #e6e6e6;
  z-index: 1;
}

.p-case-slide {
  position: relative;
}
.p-case-slide__image {
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 620/320;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  .p-case-slide__image {
    border-radius: 50px;
  }
}
.p-case-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-case-slide__body-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-case-slide__body-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.p-case-slide__body-meta .-meta01 {
  padding-right: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-case-slide__body-meta .-meta02 {
    padding-left: 1.25rem;
    border-left: 1px solid #222222;
  }
}
.p-case-slide__body-cat {
  margin-left: auto;
  font-size: 0.75rem;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
  background-color: red;
}
.p-case-slide__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
  font-size: 12px;
}
.p-case-slide__title {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-case-slide__title {
    font-size: 1.5rem;
  }
}
.p-case-slide__arrow {
  position: absolute;
  bottom: 1.25rem;
  right: 0;
  width: 0.875rem;
}
.p-case-slide:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-case-slide:hover .p-case-slide__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-archive-faq {
  background-color: #f8f8f8;
}
.p-archive-faq .l-inner {
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 769px) {
  .p-archive-faq .l-inner {
    padding-bottom: 8.875rem;
  }
}
.p-archive-faq__title {
  color: #1c873b;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
}
.p-archive-faq__main {
  margin-top: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-archive-faq__main {
    margin-top: 6.25rem;
  }
}
.p-archive-faq__item a {
  position: relative;
  width: 100%;
  border: 1px solid #e6e6e6;
  height: 5rem;
  padding: 0.625rem 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .p-archive-faq__item a {
    padding: 0.625rem 4.0625rem;
  }
}
.p-archive-faq__item a::before {
  content: "";
  background-image: url("../images/common/q.svg");
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-archive-faq__item a::before {
    left: 1.875rem;
  }
}
.p-archive-faq__item a::after {
  content: "";
  background-image: url("../images/common/yajirushi-green.svg");
  width: 0.875rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-archive-faq__popular-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
.p-archive-faq__list {
  margin-top: 3.75rem;
}
@media screen and (min-width: 769px) {
  .p-archive-faq__list {
    margin-top: 7rem;
  }
}
.p-archive-faq__list-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-archive-faq__list-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.25rem 2.5rem;
  }
}
.p-archive-faq__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  margin-top: 1.875rem;
}

.p-archive-product {
  background-color: #f8f8f8;
}
.p-archive-product .l-inner {
  max-width: 93.75rem;
}
@media screen and (min-width: 769px) {
  .p-archive-product .l-inner {
    padding-bottom: 8.25rem;
  }
}
@media screen and (min-width: 769px) {
  .p-archive-product .p-breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-archive-product .c-hero__label {
  color: #1c873b;
}
@media screen and (min-width: 769px) {
  .p-archive-product .c-top {
    height: 20.375rem;
  }
}
@media screen and (min-width: 769px) {
  .p-archive-product .c-hero {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
.p-archive-product .p-product-card {
  padding: 0;
}
.p-archive-product .p-product-card a {
  padding: 1.875rem 1.6875rem 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-archive-product .p-product-card a {
    padding: 3.0625rem 2rem 3.4375rem;
  }
}
.p-archive-product__head h2 {
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-archive-product__head h2 {
    font-size: 1.625rem;
  }
}
.p-archive-product__head p {
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.625rem;
}
.p-archive-product__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-archive-product__contents {
    gap: 6.25rem;
  }
}
.p-archive-product__items {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.375rem;
}
@media screen and (min-width: 769px) {
  .p-archive-product__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.75rem 2.5rem;
  }
}
.p-archive-product .p-product-option {
  margin-top: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-archive-product .p-product-option {
    margin-top: 6.25rem;
  }
}

.p-archive {
  background-color: #f8f8f8;
  /* ブログコンテンツセクション */
  /* 記事一覧 */
  /* カテゴリ別の色 */
  /* サイドバー */
  /* カテゴリウィジェット */
  /* 最新記事ウィジェット */
  /* ページネーション */
}
.p-archive .blog-section {
  padding: 0 0 3.75rem;
}
@media screen and (min-width: 769px) {
  .p-archive .blog-section {
    padding: 0 3.125rem 9.0625rem;
  }
}
.p-archive .blog-container {
  max-width: 81.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-archive .blog-container {
    padding: 0 3.125rem;
  }
}
.p-archive .p-archive__top article {
  border-radius: 20px;
  overflow: hidden;
}
.p-archive .p-archive__top article a {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-archive .p-archive__top article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.125rem;
    padding: 3.125rem 3rem;
  }
}
.p-archive .p-archive__top article a::before {
  content: "";
  width: 0.875rem;
  height: 0.75rem;
  background-image: url("../images/archive/arrow.png");
  position: absolute;
  background-size: cover;
  bottom: 1.25rem;
  right: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-archive .p-archive__top article a::before {
    bottom: 2.5rem;
    right: 2.5rem;
  }
}
.p-archive .p-archive__top article .-image {
  width: 100%;
  aspect-ratio: 370/200;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-archive .p-archive__top article .-image {
    width: 34.375rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 550/300;
    border-radius: 20px;
  }
}
.p-archive .p-archive__top article .-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-archive .p-archive__top article .-body {
  padding: 0.9375rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-archive .p-archive__top article .-body {
    width: 30rem;
    padding: 0;
  }
}
.p-archive .p-archive__top article .-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.6875rem;
  margin-top: 1rem;
}
.p-archive .p-archive__top article .-meta time {
  font-size: 0.75rem;
}
.p-archive .p-archive__top article .-meta .article-category {
  font-size: 0.75rem;
}
.p-archive .p-archive__top article h2 {
  font-size: 1rem;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .p-archive .p-archive__top article h2 {
    font-size: 1.5rem;
    margin-bottom: 0.875rem;
  }
}
.p-archive .p-archive__top article p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.7;
  overflow: hidden;
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
}
.p-archive .p-archive__top article .-tag {
  font-size: 0.75rem;
}
.p-archive .p-archive__top article .-tag span {
  display: block;
}
.p-archive .p-archive__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-archive .p-archive__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem 2.8125rem;
    margin-top: 7.5rem;
  }
}
.p-archive .p-archive__items article {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  position: relative;
}
.p-archive .p-archive__items article::before {
  content: "";
  width: 0.875rem;
  height: 0.75rem;
  background-image: url("../images/archive/arrow.png");
  position: absolute;
  background-size: cover;
  bottom: 1.25rem;
  right: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-archive .p-archive__items article::before {
    bottom: 1.875rem;
    right: 2.1875rem;
  }
}
.p-archive .p-archive__items article .-image {
  width: 100%;
  aspect-ratio: 370/200;
  overflow: hidden;
}
.p-archive .p-archive__items article .-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-archive .p-archive__items article .-body {
  padding: 0.9375rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-archive .p-archive__items article .-body {
    padding: 1.5625rem 2.1875rem;
  }
}
.p-archive .p-archive__items article .-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-archive .p-archive__items article .-meta time {
  font-size: 0.75rem;
}
.p-archive .p-archive__items article .-meta .article-category {
  font-size: 0.75rem;
}
.p-archive .p-archive__items article .-meta .-company-name p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.p-archive .p-archive__items article h2 {
  font-size: 1rem;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .p-archive .p-archive__items article h2 {
    font-size: 1.125rem;
  }
}
.p-archive .p-archive__items article p {
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.p-archive .p-archive__items article .-tag span {
  font-size: 0.75rem;
  display: block;
}
.p-archive .category-news {
  background-color: #e74c3c;
}
.p-archive .category-case {
  background-color: #3498db;
}
.p-archive .category-tips {
  background-color: #f39c12;
}
.p-archive .category-tech {
  background-color: #9b59b6;
}
.p-archive .category-event {
  background-color: #2ecc71;
}
.p-archive .article-content {
  padding: 1.5625rem;
}
.p-archive .article-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
  line-height: 1.4;
}
.p-archive .article-title a {
  color: inherit;
  text-decoration: none;
}
.p-archive .article-title a:hover {
  color: #2c7a2c;
}
.p-archive .article-date {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 0.9375rem;
}
.p-archive .article-excerpt {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-archive .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.p-archive .article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-archive .article-tag {
  font-size: 11px;
  color: #666;
  background-color: #f0f0f0;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.75rem;
}
.p-archive .article-category {
  padding: 0.3125rem 1.5625rem;
  border-radius: 0.9375rem;
  font-size: 0.6875rem;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-archive .sidebar {
  position: sticky;
  top: 5.625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-archive .sidebar-widget {
  background-color: white;
  padding: 2.4375rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .1);
  margin-bottom: 30px;
}
.p-archive .sidebar-widget h3 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  color: #333;
  border-bottom: 0.125rem solid #2c7a2c;
  padding-bottom: 0.625rem;
}
.p-archive .category-list {
  list-style: none;
}
.p-archive .category-item {
  margin-bottom: 0.9375rem;
  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;
}
.p-archive .category-item a {
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-archive .category-item a:hover {
  color: #2c7a2c;
}
.p-archive .category-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-archive .category-count {
  font-size: 0.875rem;
  color: #999;
}
.p-archive .recent-posts {
  list-style: none;
}
.p-archive .recent-post {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eee;
}
.p-archive .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-archive .recent-post a {
  color: #333;
  text-decoration: none;
  display: block;
}
.p-archive .recent-post a:hover {
  color: #2c7a2c;
}
.p-archive .recent-post-date {
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 0.3125rem;
}
.p-archive .recent-post-title {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-archive .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1875rem;
}
.p-archive .pagination {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
.p-archive .pagination a,
.p-archive .pagination span {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.3125rem;
  color: #333;
  background-color: #fff;
  border: 1px solid E6E6E6;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
  font-size: 0.875rem;
}
.p-archive .pagination a:hover {
  opacity: 0.6;
}
.p-archive .pagination .current {
  background-color: #222222;
  color: white;
  border-color: #222222;
}
.p-archive .next.page-numbers {
  width: auto;
  background-color: transparent;
}
.p-archive .next.page-numbers::after {
  content: "";
  width: 0.875rem;
  height: 0.75rem;
  background-image: url("../images/archive/arrow.png");
  display: block;
  background-size: cover;
  margin-left: 0.3125rem;
}
.p-archive .prev.page-numbers {
  background-color: transparent;
  width: auto;
}
.p-archive .prev.page-numbers::before {
  content: "";
  width: 0.875rem;
  height: 0.75rem;
  background-image: url("../images/archive/arrow.png");
  display: block;
  background-size: cover;
  margin-left: 0.3125rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 0.3125rem;
}

.p-assignment {
  margin-top: 5.3125rem;
}
@media screen and (min-width: 769px) {
  .p-assignment {
    margin-top: 11rem;
  }
}
.p-assignment__inner {
  max-width: 87.5rem;
  margin-inline: auto;
  padding: 3.875rem 1.25rem 2.3125rem;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-assignment__inner {
    padding: 7.4375rem 0 4.8125rem;
  }
}
.p-assignment__inner::before {
  content: "";
  border-right: 6.0625rem solid transparent;
  border-left: 6.0625rem solid transparent;
  border-top: 6.0625rem solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: -2.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-assignment__icon {
  position: absolute;
  width: 4.625rem;
  top: -2.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-assignment__icon {
    width: 9.25rem;
    top: -4.6875rem;
  }
}
.p-assignment h2 {
  font-size: 1.125rem;
  line-height: 1.5333333333;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-assignment h2 {
    font-size: 1.875rem;
  }
}
.p-assignment__items {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-assignment__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
    margin-top: 2.8125rem;
  }
}
.p-assignment__item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-assignment__item {
    width: 14.375rem;
  }
}
.p-assignment__item img {
  margin-inline: auto;
}
.p-assignment__item p {
  margin-top: 1.25rem;
  letter-spacing: 0;
  font-weight: 500;
}

.p-center {
  margin-top: -7.5rem;
  width: 90%;
  padding-top: 4.0625rem;
  padding-bottom: 3.4375rem;
  border-radius: 1.875rem;
  margin-inline: auto;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-center {
    margin-top: -14.375rem;
    width: 106.25rem;
    padding-top: 8.0625rem;
    padding-bottom: 6.875rem;
  }
}

.p-company-access__wrap {
  position: relative;
  z-index: 1;
  margin-top: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-company-access__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
  }
}
.p-company-access__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-company-access__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 12.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-company-access__buttons .tab-button {
  padding: 1.375rem 0;
  border-bottom: 2px solid #222222;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.p-company-access__buttons .tab-button::before {
  content: "";
  width: 0.875rem;
  height: 0.75rem;
  background-image: url("../images/archive/arrow.png");
  background-size: cover;
  position: absolute;
  right: 1.875rem;
  bottom: 1.75rem;
}
@media screen and (min-width: 769px) {
  .p-company-access__buttons .tab-button::before {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-company-access__buttons .tab-button {
    font-size: 1.125rem;
  }
}
.p-company-access__buttons .tab-button.active {
  border-bottom: 2px solid #1c873b;
}
@media screen and (min-width: 769px) {
  .p-company-access__buttons .tab-button:nth-of-type(1) {
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-company-access__contents {
    width: 59.375rem;
  }
}
.p-company-access__contents .tab-content {
  display: none;
}
.p-company-access__contents .tab-content.active {
  display: block;
}
.p-company-access__contents .tab-content iframe {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 950/600;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-company-access__contents .tab-content iframe {
    margin-top: 0;
  }
}
.p-company-access__contents .-body {
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-company-access__contents .-body {
    margin-top: 2.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-company-access__contents .-body h3 {
  font-size: 1.75rem;
  line-height: 1.9285714286;
}
.p-company-access__contents .-body p {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-company-access__contents .-body p {
    margin-left: 1.875rem;
  }
}
.p-company-access__contents .-body a {
  display: block;
  margin-left: auto;
  width: 12.5rem;
  margin-top: 0.625rem;
}

.p-company-message {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-company-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-company-message .c-heading {
    margin-top: 0.875rem;
  }
}
.p-company-message .-body {
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-company-message .-body {
    width: 49.5rem;
    margin-top: 0;
  }
}
.p-company-message .-body p {
  font-size: 1rem;
  line-height: 2.5;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-company-message .-body p {
    margin-bottom: 3.625rem;
  }
}
.p-company-message .-body span {
  display: block;
  font-weight: 500;
  font-size: 1rem;
}

.p-company__inner {
  padding: 3.75rem 0.9375rem 0;
}
@media screen and (min-width: 769px) {
  .p-company__inner {
    max-width: 81.25rem;
    padding: 5.5625rem 3.125rem 0;
    margin-inline: auto;
  }
}
.p-company table {
  margin-top: 2.25rem;
  width: 100%;
}
.p-company table th,
.p-company table td {
  border-bottom: 1px solid #e6e6e6;
  padding: 1.625rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
.p-company table th {
  font-weight: bold;
  text-align: left;
  width: 6.4375rem;
}
@media screen and (min-width: 769px) {
  .p-company table th {
    width: 11rem;
  }
}
.p-company__message {
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .p-company__message {
    margin-top: 9.875rem;
  }
}
.p-company__business {
  padding-top: 5rem;
}
@media screen and (min-width: 769px) {
  .p-company__business {
    padding-top: 8.5rem;
  }
}
.p-company__business ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.125rem;
  height: 100%;
  gap: 30px;
}
@media screen and (min-width: 769px) {
  .p-company__business ul {
    display: grid;
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-company__business li {
  position: relative;
  width: 345px;
}
@media screen and (min-width: 769px) {
  .p-company__business li {
    width: 100%;
  }
}
.p-company__business .-wrap {
  position: absolute;
  left: 0;
  top: 9.5625rem;
  padding: 1.875rem 0.625rem;
  color: white;
  background-color: #1c873b;
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 769px) {
  .p-company__business .-wrap {
    top: 8.75rem;
    height: 15.625rem;
  }
}
.p-company__business .-wrap h3 {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-company__business .-wrap h3 {
    font-size: 1.25rem;
  }
}
.p-company__business .-wrap p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-company__business .-wrap p {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.p-company__office {
  padding-top: 5rem;
}
@media screen and (min-width: 769px) {
  .p-company__office {
    padding-top: 8.125rem;
  }
}
.p-company__office ul {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-company__office ul {
    gap: 2.6875rem;
    margin-top: 2.875rem;
  }
}
.p-company__office ul li h3 {
  font-size: 1rem;
  width: 100%;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #222222;
}
@media screen and (min-width: 769px) {
  .p-company__office ul li h3 {
    font-size: 1.125rem;
  }
}
.p-company__office ul li .-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.1875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-company__office ul li .-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 769px) {
  .p-company__office ul li .-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-company__office ul li .-item span {
  display: block;
  width: 7.5rem;
}
.p-company__office ul a {
  width: 12.5rem;
  margin-top: 1.25rem;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .p-company__office ul a {
    margin-top: 0;
    margin-left: 0;
  }
}
.p-company__access {
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
  position: relative;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .p-company__access {
    padding-top: 6.5rem;
    margin-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}
.p-company__access::before {
  content: "";
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
}
.p-company__access .c-heading {
  text-align: center;
}
.p-company__access .c-heading::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-contact__inner {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.p-cta {
  background-image: url("../images/front/cta-bg.png");
  background-size: cover;
}
.p-cta__inner {
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-cta__inner {
    padding: 5.1875rem 0 6.3125rem;
  }
}
.p-cta__icon {
  width: 5.6875rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-cta__icon {
    width: 11.4375rem;
  }
}
.p-cta__title {
  color: #fff;
  font-size: 1.25rem;
  margin-top: 1.0625rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-cta__title {
    font-size: 2.5rem;
    margin-top: 0.9375rem;
  }
}
.p-cta__catch {
  margin-right: 1.0625rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-cta__catch {
    margin-top: 0.5625rem;
  }
}
.p-cta__center {
  width: 100%;
  background-color: #fff;
  padding: 1.5625rem;
  margin-top: 1.875rem;
  border-radius: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-cta__center {
    width: 75rem;
    height: 15.625rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-cta__tel {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-cta__tel {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5625rem;
  }
}
.p-cta__tel h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.p-cta__tel a {
  display: block;
  text-align: center;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .p-cta__tel a {
    pointer-events: none;
  }
}
.p-cta__tel p {
  text-align: center;
}
.p-cta__tel img {
  height: 2.0625rem;
  width: auto;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-cta__tel img {
    margin-top: 0;
    margin-inline: initial;
  }
}
.p-cta__contact {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-cta__contact {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.875rem;
  }
}
@media screen and (min-width: 769px) {
  .p-cta__contact::before {
    content: "";
    width: 0.0625rem;
    height: 100%;
    background-color: #222222;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-cta__contact h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.p-cta__contact a {
  width: 100%;
  height: 3.125rem;
  background-color: #222222;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 100px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-cta__contact a {
    width: 21.875rem;
    height: 4.375rem;
    font-size: 1.125rem;
    margin-top: 0;
  }
}
.p-cta__contact a::before {
  content: "";
  width: 0.875rem;
  height: 0.75rem;
  background-image: url("../images/common/btn-arrow.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-cta__contact p img {
  width: 17.0625rem;
  margin-inline: auto;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-cta__contact p img {
    margin-inline: initial;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-cta__office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.0625rem;
  }
}
.p-cta__office h3 {
  font-size: 1rem;
  padding-top: 1.75rem;
}
@media screen and (min-width: 769px) {
  .p-cta__office h3 {
    font-size: 1.125rem;
    padding-right: 1.875rem;
    padding-top: 2.4375rem;
  }
}
.p-cta__office-items {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .p-cta__office-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-cta__office-item {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-cta__office-item {
    width: 22.8125rem;
    padding: 0 1.1875rem 0 1.875rem;
    border-left: 1px solid #222222;
  }
}
@media screen and (min-width: 769px) {
  .p-cta__office-item.-item1 {
    width: 22.8125rem;
  }
}
@media screen and (min-width: 769px) {
  .p-cta__office-item.-item2 {
    width: 23.4375rem;
  }
}
@media screen and (min-width: 769px) {
  .p-cta__office-item.-item3 {
    width: 23.875rem;
    padding: 0 0 0 1.875rem;
  }
}
.p-cta__office-item h4 {
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-cta__office-item h4 {
    font-size: 1rem;
  }
}
.p-cta__office-item p {
  font-size: 0.625rem;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-cta__office-item p {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 0.8125rem;
  }
}

.p-customer-voice__inner {
  width: 100%;
  margin-top: 4.6875rem;
  margin-inline: auto;
  padding: 0 1.25rem 0 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-customer-voice__inner {
    width: 87.5rem;
    margin-top: 9.375rem;
    padding: 0;
  }
}
.p-customer-voice__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-customer-voice .c-btn {
  -webkit-box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0, 0, 0, .08);
          box-shadow: 0.25rem 0.25rem 0.5625rem rgba(0, 0, 0, .08);
}
@media screen and (min-width: 769px) {
  .p-customer-voice .c-btn {
    width: 18.75rem;
    height: 3.75rem;
    font-size: 1rem;
  }
}
.p-customer-voice__btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-customer-voice__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
}
.p-customer-voice__items {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8125rem;
}
@media screen and (min-width: 769px) {
  .p-customer-voice__items {
    gap: 5.1875rem;
  }
}
.p-customer-voice__item {
  position: relative;
  padding: 3.125rem 1.25rem 1.875rem 1.25rem;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .p-customer-voice__item {
    padding: 4rem 6.75rem 4.9375rem 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.875rem;
  }
}
.p-customer-voice__item-label {
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
}
.p-customer-voice__item-label img {
  width: 3.75rem;
}
@media screen and (min-width: 769px) {
  .p-customer-voice__item-label img {
    width: 5.25rem;
  }
}
.p-customer-voice__item-image {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-customer-voice__item-image {
    width: 40.625rem;
    margin-top: 0;
  }
}
.p-customer-voice__item h3 {
  font-size: 1.0625rem;
  color: #1c873b;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-customer-voice__item h3 {
    font-size: 1.125rem;
  }
}
.p-customer-voice__item h4 {
  margin-top: 1.5625rem;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-customer-voice__item h4 {
    font-size: 1.75rem;
    margin-top: 0.875rem;
  }
}
.p-customer-voice__item-text {
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-customer-voice__item-text {
    margin-top: 2.75rem;
  }
}
.p-customer-voice__item-name {
  font-weight: bold;
  margin-top: 1.25rem;
}
.p-customer-voice__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  margin-top: 1.25rem;
  padding-right: 1.875rem;
  border: 1px solid #222222;
  border-radius: 100px;
  height: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-customer-voice__item a {
    margin-top: 1.875rem;
    text-align: right;
    display: block;
    border-radius: 0;
    border: none;
    height: auto;
  }
}
.p-customer-voice__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  background-image: url("../images/common/read-more-arrow.png");
  width: 0.875rem;
  height: 0.75rem;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .p-customer-voice__item a::before {
    right: 0;
  }
}

.p-download {
  padding: 3.125rem 1.25rem;
  background-color: #f8f8f8;
}
@media screen and (min-width: 769px) {
  .p-download {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-download__inner {
    max-width: 75rem;
    margin-inline: auto;
    padding: 6.1875rem 0 6.0625rem;
  }
}
.p-download__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-download h2 {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-download h2 {
    font-size: 2.125rem;
    text-align: left;
  }
}
.p-download__btn {
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #222222;
  color: #fff;
  font-size: 1rem;
  padding: 1.0625rem 0;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-download__btn {
    width: 18.75rem;
    padding: 1.375rem 0;
    margin-top: 0;
  }
}
.p-download__btn span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 0.875rem;
}
.p-download__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-top: 3.375rem;
}
@media screen and (min-width: 769px) {
  .p-download__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.375rem;
  }
}
@media screen and (min-width: 769px) {
  .p-download__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-download__item img {
  width: 12.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-download__item img {
    width: 12.5rem;
  }
}
.p-download__item h3 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-download__item h3 {
    margin-top: 0;
    text-align: left;
  }
}
.p-download__item span {
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 0.625rem;
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-download__item span {
    text-align: left;
  }
}
.p-download__item p {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-download__item p {
    margin-top: 1.875rem;
  }
}

.p-faq {
  /* FAQカテゴリータブ */
  /* FAQ一覧 */
  /* 人気のFAQ */
  /* FAQの統計情報 */
}
.p-faq .c-inner {
  padding-bottom: 6.25rem;
}
.p-faq .c-hero {
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-faq .c-hero {
    margin-bottom: 5rem;
  }
}
.p-faq .faq-categories {
  margin-bottom: 3.75rem;
}
.p-faq .category-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.p-faq .category-tab {
  padding: 0.75rem 1.875rem;
  background-color: white;
  border: 2px solid #ddd;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
.p-faq .category-tab:hover {
  border-color: #2c7a2c;
  color: #2c7a2c;
}
.p-faq .category-tab.active {
  background-color: #2c7a2c;
  color: white;
  border-color: #2c7a2c;
}
.p-faq .faq-list {
  max-width: 75rem;
  margin: 0 auto;
}
.p-faq .faq-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.125rem 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-faq .faq-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem 2.5rem;
  }
}
.p-faq .faq-category-section {
  margin-bottom: 0;
}
.p-faq .category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
  padding-bottom: 0.9375rem;
  border-bottom: 3px solid #2c7a2c;
}
.p-faq .category-icon {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #2c7a2c;
  border-radius: 10px;
  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;
  color: white;
  font-size: 1.5rem;
  margin-right: 1.25rem;
}
.p-faq .category-title {
  font-size: 1.125rem;
  color: #2c7a2c;
}
@media screen and (min-width: 769px) {
  .p-faq .category-title {
    font-size: 1.75rem;
  }
}
.p-faq .faq-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-faq .faq-items {
    gap: 1.25rem;
  }
}
.p-faq .faq-item {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-faq .faq-item:hover {
  -webkit-box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, .15);
          box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, .15);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-faq .faq-link {
  padding: 0.625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
  background-color: white;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-faq .faq-link {
    padding: 1.5625rem 1.875rem;
  }
}
.p-faq .faq-link:hover {
  background-color: #f8f8f8;
}
.p-faq .faq-link h3 {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-faq .faq-link h3 {
    font-size: 1.125rem;
  }
}
.p-faq .faq-icon {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #2c7a2c;
  border-radius: 50%;
  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;
  color: white;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq .faq-item:hover .faq-icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.p-faq .popular-faqs {
  padding: 3.75rem 0;
  margin-bottom: 3.75rem;
}
.p-faq .popular-title {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 2.5rem;
  color: #333;
}
@media screen and (min-width: 769px) {
  .p-faq .popular-title {
    font-size: 2rem;
  }
}
.p-faq .popular-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-faq .popular-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1000px;
    gap: 1.875rem;
  }
}
.p-faq .popular-item {
  background-color: white;
  padding: 1.25rem 0.625rem 1.25rem 1.875rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-faq .popular-item {
    padding: 1.5625rem;
  }
}
.p-faq .popular-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #e74c3c;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.p-faq .popular-item:hover::before {
  width: 100%;
  opacity: 0.1;
}
.p-faq .popular-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, .15);
          box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, .15);
}
.p-faq .popular-badge {
  display: inline-block;
  background-color: #e74c3c;
  color: white;
  padding: 0.1875rem 0.625rem;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.p-faq .popular-item h4 {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-faq .popular-item h4 {
    font-size: 1rem;
  }
}
.p-faq .faq-stats {
  background-color: white;
  padding: 2.5rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, .1);
  margin-bottom: 3.75rem;
  text-align: center;
}
.p-faq .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.p-faq .stat-item {
  border-right: 1px solid #eee;
}
.p-faq .stat-item:last-child {
  border-right: none;
}
.p-faq .stat-number {
  font-size: 2.25rem;
  font-weight: bold;
  color: #2c7a2c;
  margin-bottom: 0.3125rem;
}
.p-faq .stat-label {
  font-size: 0.875rem;
  color: #666;
}

.p-footer {
  background-color: #222222;
  color: #fff;
}
.p-footer__inner {
  padding: 3.125rem 1.25rem 0;
}
@media screen and (min-width: 769px) {
  .p-footer__inner {
    padding: 4.5rem 3.125rem 0;
  }
}
@media screen and (min-width: 769px) {
  .p-footer__wrap {
    width: 87.5rem;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 4.75rem;
  }
}
.p-footer__logo {
  width: 6.6875rem;
}
@media screen and (min-width: 769px) {
  .p-footer__logo {
    width: 13.375rem;
  }
}
.p-footer__logo-text {
  margin-top: 0.5625rem;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-footer__logo-text {
    font-size: 1.375rem;
  }
}
.p-footer__tel {
  margin-top: 2.1875rem;
}
.p-footer__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .p-footer__tel a {
    pointer-events: none;
  }
}
.p-footer__tel a span,
.p-footer__tel a p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.p-footer__email {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__email a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer__email img {
  height: 0.875rem;
  width: auto;
}
.p-footer__office {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  display: block;
}
.p-footer__right {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-footer__right {
    width: 46.25rem;
    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: 0;
  }
}
.p-footer__nav-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 0;
}
@media screen and (min-width: 769px) {
  .p-footer__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem 0;
  }
}
.p-footer__nav-item a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .p-footer__nav-item a {
    width: 13rem;
  }
}
@media screen and (min-width: 769px) {
  .p-footer__nav-item:nth-of-type(4n) a {
    width: 7.0625rem;
  }
}
.p-footer__yamato {
  width: 100%;
  margin-top: 2.5rem;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-footer__yamato {
    width: 23.75rem;
  }
}
.p-footer__yamato span {
  font-size: 0.875rem;
  font-weight: bold;
}
.p-footer__yamato img {
  width: inherit;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-footer__yamato img {
    margin-top: 0.3125rem;
  }
}
.p-footer__links {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
    margin-top: auto;
  }
}
.p-footer__link {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-footer__link {
    width: 14.75rem;
  }
}
.p-footer__youtube {
  margin-top: 1.875rem;
  text-align: center;
}
.p-footer__copy {
  padding-top: 1.375rem;
  padding-bottom: 4.25rem;
  text-align: right;
  border-top: 1px solid #969696;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-footer__copy {
    margin-top: 0;
  }
}
.p-footer__copy p {
  font-size: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-footer__copy p {
    width: 75rem;
    margin-inline: auto;
    font-size: 0.75rem;
  }
}

.p-function__inner {
  width: 100%;
  padding: 0 1.25rem;
  margin-inline: auto;
  padding-top: 2.4375rem;
}
@media screen and (min-width: 769px) {
  .p-function__inner {
    width: 75rem;
    padding: 0;
    margin-top: 4.875rem;
  }
}
.p-function__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 769px) {
  .p-function__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-function__item {
  width: 100%;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, .07);
          box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, .07);
  padding: 2.5rem 0 2.9375rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-function__item {
    width: 13.75rem;
  }
}
.p-function__item h3 {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: bold;
  margin-top: 1.6875rem;
}
.p-function__image {
  width: 6.25rem;
  margin-inline: auto;
}

.p-hamburger {
  display: block;
  width: 1.25rem;
  height: 0.625rem;
  position: relative;
  margin-left: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-hamburger {
    display: none;
  }
}
.p-hamburger span {
  display: block;
  width: 100%;
  height: 0.125rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #222222;
}
.p-hamburger span:nth-child(1) {
  top: 0;
}
.p-hamburger span:nth-child(2) {
  bottom: 0;
}
.p-hamburger.is-active span {
  top: 50%;
}
.p-hamburger.is-active span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-24deg);
          transform: translate(-50%, -50%) rotate(-24deg);
}
.p-hamburger.is-active span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(24deg);
          transform: translate(-50%, -50%) rotate(24deg);
}

.p-header-nav {
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(#23aa53), to(#346734));
  background: linear-gradient(to right, #23aa53, #346734);
  color: #fff;
  z-index: -19;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  padding: 3.125rem 0;
}
@media screen and (min-width: 769px) {
  .p-header-nav {
    position: relative;
    height: 6.25rem;
    top: 0;
    left: 0;
    background: transparent;
    color: #222222;
    padding: 0;
    opacity: 1;
    z-index: 1;
  }
}
.p-header-nav.u-mobile {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-header-nav.u-mobile {
    display: none;
  }
}
.p-header-nav.u-desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-header-nav.u-desktop {
    display: block;
  }
}
.p-header-nav.is-active {
  z-index: 10;
  opacity: 1;
}
.p-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.125rem;
}
@media screen and (min-width: 769px) {
  .p-header-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: inherit;
    gap: 2.125rem;
  }
}
.p-header-nav__item {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header-nav__link {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-header-nav__link {
    padding-bottom: 0.4375rem;
  }
}

.p-header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  z-index: 100;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 769px) {
  .p-header {
    height: 6.25rem;
  }
}
.p-header__inner {
  padding: 0 1.25rem 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .p-header__inner {
    padding: 0 2.125rem 0 1.9375rem;
  }
}
.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.p-header__logo a {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}
.p-header__logo img {
  width: 6.125rem;
}
@media screen and (min-width: 769px) {
  .p-header__logo img {
    width: 9.8125rem;
  }
}
.p-header__logo p {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-header__logo p {
    font-size: 1rem;
    font-weight: bold;
  }
}
.p-header__contact {
  margin-left: 1.9375rem;
}
.p-header__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 9.375rem;
  padding: 0 0.625rem;
  height: 3.125rem;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#23aa53), to(#237c40));
  background: linear-gradient(to right, #23aa53, #237c40);
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-header__contact a {
    min-width: 15.625rem;
    padding: 0 0.625rem;
    height: 3.75rem;
    font-size: 1.0625rem;
  }
}

.p-information {
  background-color: #fff;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-information {
    padding: 0;
  }
}
.p-information__inner {
  padding: 1.875rem 0;
}
@media screen and (min-width: 769px) {
  .p-information__inner {
    padding: 3.75rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
}
.p-information__left {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-information__left {
    width: 24.375rem;
  }
}
.p-information__title {
  font-size: 1.25rem;
  color: #1c873b;
}
@media screen and (min-width: 769px) {
  .p-information__title {
    font-size: 1.875rem;
  }
}
.p-information__text {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 769px) {
  .p-information__text {
    margin-top: 0.5625rem;
  }
}
.p-information__form {
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-information__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8125rem;
  }
}
.p-information__form p {
  display: contents;
}
.p-information__form input[type=email] {
  width: 100%;
  height: 3.125rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.375rem;
  padding: 0 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-information__form input[type=email] {
    width: 32.3125rem;
    height: 3.75rem;
    padding: 0 1.25rem;
  }
}
.p-information__form .submit {
  background-color: #1c873b;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  height: 3.125rem;
  padding: 0 1.875rem;
  margin-top: 0.625rem;
  margin-left: auto;
  display: block;
  border: none;
}
@media screen and (min-width: 769px) {
  .p-information__form .submit {
    height: 3.75rem;
    margin: 0;
  }
}
.p-information__right {
  border-radius: 16px;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .07);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .07);
  margin-top: 1.875rem;
  padding: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-information__right {
    width: 45.625rem;
    padding: 2.5rem 2.1875rem;
    margin-top: 0.375rem;
  }
}
.p-information__right .p-information__form-text {
  display: block;
  font-size: 0.75rem;
  margin-top: 1.1875rem;
}
.p-information .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-information .wpcf7-list-item label input {
  margin-top: 0;
}
.p-information .wpcf7-list-item label span {
  font-size: 0.875rem;
  line-height: 1;
}
.p-information .wpcf7-list-item:nth-of-type(1) {
  margin: 0;
}

.p-movie__inner {
  margin-top: 4.0625rem;
}
@media screen and (min-width: 769px) {
  .p-movie__inner {
    margin-top: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7.875rem;
  }
}
.p-movie__main {
  width: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 8px 0 17px rgba(32, 141, 70, .8), 8px 0 17px rgba(0, 0, 0, .8);
          box-shadow: 8px 0 17px rgba(32, 141, 70, .8), 8px 0 17px rgba(0, 0, 0, .8);
  border-radius: 1rem;
  margin-top: 1.875rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-movie__main {
    width: 57.6875rem;
    border-radius: 2.0625rem;
    margin-top: 0;
  }
}
.p-movie__main img.video {
  width: 100%;
}
.p-movie__btn {
  position: absolute;
  width: 3.625rem;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.p-page-contact .hero {
  background: #fff;
  color: #222222;
}

.p-page-glossary {
  background-color: #f8f8f8;
}
.p-page-glossary .l-inner {
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 769px) {
  .p-page-glossary .l-inner {
    padding-bottom: 7.875rem;
  }
}
.p-page-glossary .c-top {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-page-glossary .c-top {
    height: 100%;
  }
}
.p-page-glossary .c-hero__label {
  color: #1c873b;
}
@media screen and (min-width: 769px) {
  .p-page-glossary .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.75rem;
  }
}
@media screen and (min-width: 769px) {
  .p-page-glossary .article-container {
    width: 62.5rem;
    position: relative;
  }
}
.p-page-glossary .sidebar {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-page-glossary .sidebar {
    position: sticky;
    display: block;
    top: 12.5rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: -6.25rem;
    padding-bottom: 12.5rem;
  }
}
.p-page-glossary__content {
  padding-top: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-page-glossary__content {
    padding-top: 4.625rem;
  }
}
.p-page-glossary__content-item {
  width: 100%;
  border-radius: 20px;
  padding: 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .08);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, .08);
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-page-glossary__content-item {
    padding: 2.5rem;
  }
}
.p-page-glossary__content-item h3 {
  font-size: 1.25rem;
  color: #1c873b;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-page-glossary__content-item .-label {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #969696;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-page-glossary__content-item .-label {
    line-height: 1;
  }
}
.p-page-glossary__content-item .-topText {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1.25rem;
}
.p-page-glossary__content-item .-bottom {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e6e6e6;
}
.p-page-glossary__content-item h4 {
  font-size: 1rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-page-glossary__content-item h5 {
  font-size: 1rem;
  line-height: 1.8125;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 1.25rem 0 0;
}
.p-page-glossary__content-item .-tags {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.p-page-glossary__content-item .-tags li {
  border: 1px solid #1c873b;
  color: #1c873b;
  padding: 0.625rem 1.875rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 20px;
  font-weight: bold;
}
.p-page-glossary__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .p-page-glossary__title {
    font-size: 1.625rem;
    line-height: 1;
  }
}
.p-page-glossary__anchor li {
  height: 3.75rem;
  border-left: 3px solid #e6e6e6;
}
.p-page-glossary__anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.25rem;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
.p-page-glossary__anchor li.-current {
  border-color: #1c873b;
}

.p-page-material {
  background-color: #f8f8f8;
}
.p-page-material__inner {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-page-material__inner {
    max-width: 81.25rem;
    padding-top: 5rem;
    padding-bottom: 10.25rem;
  }
}
.p-page-material__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-page-material__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
  }
}
.p-page-material__item {
  background-color: #fff;
  padding: 2.8125rem 3.125rem;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .p-page-material__item .-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
  }
}
.p-page-material__item .-image {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-page-material__item .-image {
    width: 13.125rem;
  }
}
.p-page-material__item .-image img {
  width: 10rem;
  display: inline-block;
}
.p-page-material__item .-image h3 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 1.25rem;
}
.p-page-material__item .-image p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-page-material__item .-text {
    width: 14.375rem;
  }
}
.p-page-material__item .-btn {
  display: block;
  text-align: center;
  margin-top: 2.8125rem;
}
.p-page-material__item .-btn button {
  width: 16.25rem;
  height: 3.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  border: 1px solid #222222;
  border-radius: 100px;
}
@media screen and (min-width: 769px) {
  .p-page-material__item .-btn button {
    height: 3.75rem;
  }
}
.p-page-material__item .-btn button span {
  width: 1.1875rem;
}
.p-page-material__item .-btn button span img {
  width: 100%;
  height: auto;
}
.p-page-material__security {
  margin-top: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-page-material__security {
    margin-top: 5.875rem;
  }
}
.p-page-material__security ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-page-material__security ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-page-material__security ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.p-page-material__security ul li .-icon {
  width: 5rem;
}
.p-page-material__security ul li .-body h4 {
  font-size: 1.125rem;
}
.p-page-material__security ul li .-body p {
  font-size: 0.875rem;
}
.p-page-material__modal {
  width: 100%;
  height: 100vh;
  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;
  padding: 2.5rem 1.25rem;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-page-material__modal {
    padding: 3.75rem 5rem;
  }
}
.p-page-material__modal.is-active {
  z-index: 100;
}
.p-page-material__modal .js-modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
}
.p-page-material__form {
  max-width: 37.5rem;
  width: 100%;
  padding: 1.25rem;
  height: auto;
  background-color: #1c873b;
  position: relative;
  z-index: 101;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .p-page-material__form {
    padding: 3.125rem;
  }
}
.p-page-material__form input[type=text],
.p-page-material__form input[type=email],
.p-page-material__form input[type=tel] {
  width: 100%;
  height: 2.5rem;
  border: none;
}
.p-page-material__form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.p-page-material__form .js-modal-close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  font-size: 1.875rem;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-page-material__form .js-modal-close {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.p-page-material__form .wpcf7-list-item {
  margin-left: 0;
}
.p-page-material__form .p-page-material__form-submit {
  margin-top: 1.875rem;
  text-align: center;
}
.p-page-material__form .p-page-material__form-submit input {
  width: 12.5rem;
  height: 3.125rem;
  background-color: #e74c3c;
  color: #fff;
  border: none;
  padding: none;
  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-inline: auto;
}

.p-page-support {
  background-color: #f8f8f8;
}
.p-page-support .c-hero__label {
  color: #1c873b;
}
.p-page-support .l-inner {
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 769px) {
  .p-page-support .l-inner {
    padding-bottom: 8.3125rem;
  }
}
.p-page-support__main {
  margin-top: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-page-support__main {
    margin-top: 5.625rem;
  }
}
.p-page-support__top h2 {
  font-size: 1.375rem;
}
@media screen and (min-width: 769px) {
  .p-page-support__top h2 {
    font-size: 1.625rem;
  }
}
.p-page-support__top p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 0.9375rem;
}
.p-page-support__point {
  margin-top: 3.4375rem;
}
.p-page-support__point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-page-support__point ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.125rem;
  }
}
.p-page-support__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-page-support__contents {
    gap: 5rem;
    margin-top: 5.375rem;
    margin-bottom: 6.25rem;
  }
}
.p-page-support__content {
  padding: 1.25rem;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 8px 10px rgba(0, 0, 0, .08);
          box-shadow: 5px 5px 8px 10px rgba(0, 0, 0, .08);
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .p-page-support__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-page-support__content .-body {
    width: 26.25rem;
  }
}
.p-page-support__content .-body .-label {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1c873b;
}
.p-page-support__content .-body h3 {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-page-support__content .-body h3 {
    line-height: 1;
    margin-top: 0.9375rem;
  }
}
.p-page-support__content .-body p {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.25rem;
}
.p-page-support__content .-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-top: 3.125rem;
}
.p-page-support__content .-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.875rem;
  gap: 0.875rem;
  border-radius: 10px;
  background-color: #f8f8f8;
  font-size: 0.875rem;
  line-height: 2.4285714286;
  font-weight: 400;
}
.p-page-support__content .-body ul li span {
  width: 1.375rem;
}
.p-page-support__content .-image {
  aspect-ratio: 550/450;
  margin-top: 1.875rem;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-page-support__content .-image {
    width: 34.375rem;
    margin-top: 0;
  }
}
.p-page-support__content .-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-page-support__content.-item5 ul {
    margin-top: 1.25rem;
  }
}
.p-page-support__flow {
  margin-top: 3.375rem;
}
.p-page-support__flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page-support__flow ul li {
  width: 12rem;
}
.p-page-support__flow ul li img {
  width: 100%;
  height: auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.08)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, .08));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, .08));
}

.p-page-top {
  position: fixed;
  bottom: 0rem;
  right: 0rem;
  display: none; /* 最初は非表示 */
  width: 4.6875rem;
  height: 4.6875rem;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-page-top {
    width: 9.375rem;
    height: 9.375rem;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}

.p-post {
  background-color: #f8f8f8;
  /* 2カラムレイアウト */
  /* 記事コンテンツ */
  /* 関連記事 */
  /* サイドバー */
}
.p-post .container {
  max-width: 81.25rem;
  margin-inline: auto;
  padding: 0 1.25rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 769px) {
  .p-post .container {
    padding: 0 3.125rem 5.625rem;
  }
}
.p-post .content-wrapper {
  margin-top: 3.5rem;
}
@media screen and (min-width: 769px) {
  .p-post .content-wrapper {
    display: grid;
    gap: 6.25rem;
    grid-template-columns: 1fr 15.75rem;
  }
}
.p-post .article-container h1 {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-post .article-container h1 {
    font-size: 2.125rem;
  }
}
.p-post .article-container .-company-name {
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 769px) {
  .p-post .article-container .-company-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-post .article-container .-company-name p {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-post .article-container .-company-name .-item1 {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .p-post .article-container .-company-name .-item2 {
    padding-left: 1.25rem;
    border-left: 1px solid #222222;
  }
}
.p-post .article-container .-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
  font-size: 0.75rem;
}
.p-post .article-container .-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #222222;
}
.p-post .article-container .-tags a {
  font-size: 0.75rem;
  line-height: 1;
}
.p-post .article-container .-image {
  margin-top: 2.5rem;
  aspect-ratio: 849/403;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .p-post .article-container .-image {
    margin-top: 4.375rem;
  }
}
.p-post .article-container .-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post .article-container .-body {
  padding-top: 2.0625rem;
}
.p-post .article-container .-body p {
  font-size: 1rem;
  margin-bottom: 2.5rem;
}
.p-post .article-container .-body h2 {
  font-size: 1.625rem;
  position: relative;
  padding-bottom: 0.3125rem;
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-post .article-container .-body h2 {
    margin-bottom: 2.5rem;
    padding-bottom: 1.1875rem;
    margin-top: 4.375rem;
  }
}
.p-post .article-container .-body h2::before, .p-post .article-container .-body h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.p-post .article-container .-body h2::before {
  background-color: #1c873b;
  width: 6.25rem;
  z-index: 1;
}
.p-post .article-container .-body h2::after {
  background-color: #e6e6e6;
  width: 100%;
}
.p-post .article-container .-body h3 {
  font-size: 1rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-post .article-container .-body h3 {
    font-size: 1.125rem;
  }
}
.p-post .article-container .-body p > ul {
  margin: 0;
  padding: 0;
}
.p-post .article-container .-body p:has(> ul) {
  margin: 0;
  display: contents; /* pタグを無視 */
}
.p-post .article-container ul {
  list-style: none;
  margin: 0.625rem 0 0 1.875rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-post .article-container ul {
    margin: 0.625rem 0 1.875rem 1.875rem;
  }
}
.p-post .article-container ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
}
.p-post .article-container ul li::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-color: #1c873b;
  border-radius: 100px;
  position: absolute;
  top: 0.375rem;
  left: 0;
}
.p-post .article-category {
  padding: 0.3125rem 1.5625rem;
  border-radius: 1.25rem;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #3498db;
}
.p-post .article-title {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #333;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-post .article-title {
    font-size: 32px;
  }
}
.p-post .highlight-box {
  background-color: #fff;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  border-radius: 20px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-post .highlight-box {
    margin-bottom: 2.5rem;
    margin-left: 1.875rem;
  }
}
.p-post .highlight-box p {
  margin-bottom: 0 !important;
}
.p-post .highlight-box h4 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-post .highlight-box h4 {
    margin-bottom: 0.625rem;
  }
}
.p-post .article-tags {
  padding: 30px 40px;
  border-top: 1px solid #eee;
}
.p-post .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-post .tag-item {
  background-color: #f0f0f0;
  color: #666;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-post .tag-item:hover {
  background-color: #2c7a2c;
  color: white;
}
.p-post .related-articles {
  margin-top: 60px;
  max-width: 74.8125rem;
}
@media screen and (min-width: 769px) {
  .p-post .related-articles {
    margin-top: 7.6875rem;
  }
}
.p-post .related-articles h3 {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .p-post .related-articles h3 {
    font-size: 1.125rem;
  }
}
.p-post .related-articles__wrap {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-post .related-articles__wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8125rem;
  }
}
.p-post .related-articles article {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
  position: relative;
}
.p-post .related-articles article::before {
  content: "";
  width: 0.875rem;
  height: 0.75rem;
  background-image: url("../images/archive/arrow.png");
  position: absolute;
  background-size: cover;
  bottom: 1.25rem;
  right: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-post .related-articles article::before {
    bottom: 1.4375rem;
    right: 1.5625rem;
  }
}
.p-post .related-articles article .-image {
  width: 100%;
  aspect-ratio: 370/200;
  overflow: hidden;
}
.p-post .related-articles article .-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post .related-articles article .-body {
  padding: 0.9375rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-post .related-articles article .-body {
    padding: 1.5625rem 2.1875rem;
  }
}
.p-post .related-articles article .-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-post .related-articles article .-meta time {
  font-size: 0.75rem;
}
.p-post .related-articles article .-meta .article-category {
  font-size: 0.75rem;
}
.p-post .related-articles article h2 {
  font-size: 1rem;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .p-post .related-articles article h2 {
    font-size: 1.125rem;
  }
}
.p-post .related-articles article p {
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.p-post .related-articles article .-tag span {
  font-size: 0.75rem;
  display: block;
}
.p-post .sidebar {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-post .sidebar {
    margin-top: 0;
  }
}
.p-post .p-sidebar__widget {
  margin-bottom: 1.875rem;
  /* カテゴリウィジェット */
  /* 最新記事ウィジェット */
}
@media screen and (min-width: 769px) {
  .p-post .p-sidebar__widget {
    margin-bottom: 3.75rem;
  }
}
.p-post .p-sidebar__widget h3 {
  font-size: 1rem;
  line-height: 1;
  color: #333;
}
.p-post .p-sidebar__widget .category-list {
  list-style: none;
}
.p-post .p-sidebar__widget .category-item {
  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;
}
.p-post .p-sidebar__widget .category-item a {
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  padding: 1rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-bottom: 1px solid #e6e6e6;
}
.p-post .p-sidebar__widget .category-item a:hover {
  color: #2c7a2c;
}
.p-post .p-sidebar__widget .category-dot {
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
}
.p-post .p-sidebar__widget .category-count {
  font-size: 0.875rem;
}
.p-post .p-sidebar__widget .recent-posts {
  list-style: none;
}
.p-post .p-sidebar__widget .recent-posts.-case {
  margin-top: 1.25rem;
}
.p-post .p-sidebar__widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-post .p-sidebar__widget .recent-post a {
  text-decoration: none;
  display: block;
  font-weight: 400;
  line-height: 1.5714285714;
  padding: 1rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.p-post .p-sidebar__widget .recent-post.-case a {
  border-bottom: none;
  background-color: #fff;
  margin-top: 0.625rem;
  padding: 1.25rem 1.25rem;
  border-radius: 10px;
}
.p-post .p-sidebar__widget .recent-post a:hover {
  color: #2c7a2c;
}
.p-post .p-sidebar__widget .recent-post-date {
  font-size: 0.75rem;
  margin-bottom: 5px;
  font-weight: 500;
}
.p-post .p-sidebar__widget .recent-post-title {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
}
.p-post__cta {
  background-color: #23aa53;
  color: #fff;
  text-align: center;
  padding: 1.875rem 0 2.5rem;
  border-radius: 20px;
  margin: 2.5rem 0;
}
@media screen and (min-width: 769px) {
  .p-post__cta {
    margin-bottom: 5rem;
  }
}
.p-post__cta.-case {
  margin-bottom: 0;
}
.p-post__cta-icon {
  width: 7.125rem;
  margin-bottom: 1rem;
  margin-inline: auto;
}
.p-post__cta h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 769px) {
  .p-post__cta h3 {
    font-size: 1.625rem;
  }
}
.p-post__cta p {
  font-size: 1rem;
  line-height: 1.875;
  margin-bottom: 1.5625rem;
  text-align: center;
}
.p-post__cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-post__cta-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-post__cta-btn a {
  display: block;
  border-radius: 100px;
  background-color: #222222;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  max-width: 21.875rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-post__cta-btn a {
    font-size: 1.125rem;
    height: 4.375rem;
  }
}
.p-post__cta-btn a::before {
  content: "";
  background-image: url("../images/common/btn-arrow.png");
  width: 0.875rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
}
.p-post__company {
  width: 100%;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-post__company {
    margin-bottom: 2.5rem;
  }
}
.p-post__company h2 {
  font-size: 1rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #222222;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .p-post__company h2 {
    font-size: 1.125rem;
    margin-bottom: 0.8125rem;
  }
}
.p-post__company h3 {
  font-size: 1rem;
  color: #1c873b;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .p-post__company h3 {
    font-size: 1.125rem;
  }
}
.p-post__company table {
  width: 100%;
}
.p-post__company table th,
.p-post__company table td {
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.875rem;
  padding: 0.8125rem 0;
}
@media screen and (min-width: 769px) {
  .p-post__company table th,
  .p-post__company table td {
    font-size: 1rem;
  }
}
.p-post__company table th {
  font-weight: 500;
  width: 6.875rem;
  text-align: left;
}
.p-post__company table td {
  font-weight: 400;
}
.p-post .p-post__bottom-tag {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 1.25rem 1.875rem;
}
.p-post .p-post__bottom-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-size: 0.75rem;
}
.p-post .p-post__bottom-tags a {
  display: block;
}
.p-post .rental-promotion {
  margin: 2.5rem 0;
  background-color: #f8f8f8;
  padding: 1.25rem;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .p-post .rental-promotion {
    padding: 1.875rem;
  }
}
.p-post .rental-promotion h3 {
  color: #1c873b;
  font-size: 1.125rem;
}
.p-post .rental-promotion ul {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  margin: 0.625rem 0 0 0;
}
.p-post .rental-promotion ul li {
  font-size: 1rem;
  line-height: 1.5;
}

.p-privacy .c-top .c-hero__label {
  color: #1c873b;
}
.p-privacy__container p {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .p-privacy__container p {
    font-size: 1.125rem;
  }
}
.p-privacy__container p img {
  height: 16px;
  width: auto;
}
.p-privacy__container h2 {
  font-size: 18px;
  margin: 40px 0 20px;
  color: #2c7a2c;
  border-bottom: 2px solid #2c7a2c;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-privacy__container h2 {
    font-size: 1.625rem;
    margin: 2.5rem 0 1.25rem;
  }
}
.p-privacy__container ul, .p-privacy__container ol {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .p-privacy__container ul, .p-privacy__container ol {
    font-size: 1.125rem;
  }
}
.p-privacy__container ul {
  list-style: disc;
  padding-left: 30px;
  margin-top: 10px;
}
.p-privacy__container ol {
  list-style: decimal;
  padding-left: 30px;
  margin-top: 10px;
}

.p-product-card {
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .07);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .07);
  width: 100%;
  padding: 1.875rem 1.6875rem 1.4375rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-product-card {
    width: 27.5rem;
    padding: 3.0625rem 2rem 1.5625rem;
    text-align: left;
  }
}
.p-product-card__thumb {
  width: 15.625rem;
  aspect-ratio: 250/156;
  margin-inline: auto;
}
.p-product-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-card img {
  width: 15.625rem;
  aspect-ratio: 250/156;
  margin-inline: auto;
}
.p-product-card__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-product-card__label {
  color: #969696;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 1rem;
}
.p-product-card__title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0.5625rem;
}
.p-product-card__text {
  padding-left: 1.25rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 0.6875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-product-card__text {
    width: 100%;
  }
}
.p-product-card__text::before {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  position: absolute;
  top: 0.625rem;
  left: 0;
  background-color: #1c873b;
  border-radius: 100px;
}
@media screen and (min-width: 769px) {
  .p-product-card__text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-product-card__btn {
  width: 100%;
  height: 3.125rem;
  border: 1px solid #222222;
  text-align: center;
  position: relative;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-product-card__btn {
    width: 22.5rem;
    height: 3.75rem;
  }
}
.p-product-card__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/common/read-more-arrow.png");
  width: 0.875rem;
  height: 0.75rem;
  background-size: contain;
}
.p-product-card__arrow {
  width: 0.875rem;
  position: absolute;
  bottom: 1.625rem;
  right: 1.625rem;
}

.p-product-option {
  margin-top: 7.6875rem;
}
@media screen and (min-width: 769px) {
  .p-product-option {
    margin-top: 8.125rem;
  }
}
.p-product-option__item {
  background-color: #fff;
  border-radius: 1.25rem;
  width: 100%;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .07);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .07);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-product-option__item {
    width: 27.5rem;
    max-width: 27.5rem;
  }
}
.p-product-option__item a {
  display: block;
  width: 100%;
  padding: 1.875rem 1.6875rem 2.0625rem 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-product-option__item a {
    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;
    padding: 2.4375rem 3.875rem 3.25rem 2.1875rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product-option h2 {
    font-size: 1.625rem;
  }
}
.p-product-option__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-product-option__image {
    margin: 0;
  }
}
.p-product-option__image.-item1 {
  width: 7.625rem;
}
.p-product-option__image.-item2 {
  width: 10.125rem;
}
.p-product-option__image.-item3 {
  width: 10rem;
}
@media screen and (min-width: 769px) {
  .p-product-option__item-body {
    max-width: 10.625rem;
  }
}
.p-product-option__item-body h3 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-product-option__item-body h3 {
    min-height: 3.875rem;
    text-align: left;
    margin-top: 0;
  }
}
.p-product-option__item-body p {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-product-option__item-body p {
    margin-top: 0;
  }
}
.p-product-option__arrow {
  position: absolute;
  bottom: 1.6875rem;
  right: 2.125rem;
  width: 0.875rem;
  height: 0.75rem;
}

.p-product {
  background-color: #fff;
}
.p-product__inner {
  width: 100%;
  padding: 2.8125rem 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-product__inner {
    width: 87.5rem;
    padding: 7rem 0 8.625rem;
  }
}
@media screen and (min-width: 769px) {
  .p-product__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-product__top-title {
  font-size: 1.625rem;
  line-height: a;
  font-weight: bold;
}
.p-product__top-btn {
  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;
  background-color: #222222;
  border-radius: 100px;
  color: #fff;
  width: 100%;
  height: 3.125rem;
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-product__top-btn {
    width: 18.75rem;
    height: 3.75rem;
    margin-left: auto;
    margin-top: 0;
  }
}
.p-product__top-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.0625rem;
  width: 0.875rem;
  height: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/common/btn-arrow.png");
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-product__top-btn.u-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-product__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-product__label {
    margin-left: 2.125rem;
    margin-top: 0;
  }
}
.p-product__label li {
  border: 1px solid #1c873b;
  color: #1c873b;
  font-weight: bold;
  width: 12.5rem;
  height: 2.5rem;
  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;
}
.p-product__main {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8125rem;
}
@media screen and (min-width: 769px) {
  .p-product__main {
    gap: 5.4375rem;
  }
}
.p-product__items {
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.375rem;
}
@media screen and (min-width: 769px) {
  .p-product__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.75rem 2.5rem;
  }
}
.p-product__head {
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  padding-left: 1.5625rem;
}
.p-product__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ffc832;
  border-radius: 100px;
}
.p-product__option {
  margin-top: 7.5rem;
}

.p-scene__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 3.75rem;
}
@media screen and (min-width: 769px) {
  .p-scene__inner {
    margin-top: 7rem;
  }
}
.p-scene__title {
  text-align: center;
}
.p-scene__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2.5rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-scene__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.3125rem;
  }
}
.p-scene__body {
  margin-top: 3.1875rem;
}
.p-scene__body h3 {
  font-size: 1.25rem;
  line-height: 1.8;
}
.p-scene__body p {
  font-weight: 500;
  margin-top: 2.1875rem;
  width: 18.75rem;
}
.p-scene__body a {
  background-color: #1c873b;
  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: 0.625rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  border-radius: 100px;
  width: 100%;
  height: 3.125rem;
  font-weight: bold;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-scene__body a {
    width: 17.5rem;
    height: 3.75rem;
    margin-top: 5.375rem;
  }
}
.p-scene__body a span {
  width: 0.9375rem;
}
.p-scene__image {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-scene__image {
    width: 55.125rem;
    margin-top: -0.8125rem;
    margin-right: -1.125rem;
  }
}

.p-sidebar-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
.p-sidebar-faq__item {
  border: 1px solid #e6e6e6;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  position: relative;
  border-radius: 10px;
}
.p-sidebar-faq__item::before {
  content: "";
  background-image: url("../images/common/yajirushi-green.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 0.75rem;
  height: 0.625rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-single-faq {
  background: #fff;
}
.p-single-faq .l-inner {
  padding-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-single-faq .l-inner {
    padding-bottom: 11.375rem;
  }
}
.p-single-faq .sidebar.-faq {
  width: 15.625rem;
  position: sticky;
  top: 12.5rem;
}
.p-single-faq__top .-cat {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}
.p-single-faq__top .-title {
  color: #1c873b;
  font-size: 1.75rem;
  line-height: 2;
  margin-top: 1.25rem;
}
.p-single-faq__top .-time {
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 1.875rem;
}
.p-single-faq__top .-time span {
  font-family: "enFont";
  margin-left: 0.75rem;
}
.p-single-faq__top .-catch {
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 3.75rem;
}
.p-single-faq__content {
  margin-top: 1.25rem;
  margin-bottom: 2.1875rem;
}
.p-single-faq__content p {
  font-size: 1rem;
  line-height: 2;
  margin: 1.875rem 0;
}
.p-single-faq__content h2 {
  font-size: 1.375rem;
  color: #1c873b;
  line-height: 1.5;
  border-top: 1px solid #e6e6e6;
  padding-top: 2.1875rem;
  margin: 3.4375rem 0 2.1875rem;
}
.p-single-faq__content h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-single-faq__content h5 {
  font-size: 1rem;
  line-height: 1.25;
  padding-left: 1.25rem;
  position: relative;
  margin: 0.625rem 0 0;
}
.p-single-faq__content h5::before {
  content: "⚫︎";
  font-size: 1.25rem;
  line-height: 1;
  color: #1c873b;
  position: absolute;
  top: 0;
  left: 0;
}
.p-single-faq__content h5 + p {
  margin: 0 0 1.875rem;
}
.p-single-faq__content ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
  margin: 1.875rem 0;
}
.p-single-faq__content ol h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
}
.p-single-faq__content ol p {
  font-size: 1rem;
  line-height: 2;
  margin: 0;
}
.p-single-faq__content table {
  font-size: 1rem;
  line-height: 2;
  border-collapse: collapse;
}
.p-single-faq__content table th,
.p-single-faq__content table td {
  padding: 1.25rem;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 769px) {
  .p-single-faq__content table th,
  .p-single-faq__content table td {
    padding: 1.25rem 3.125rem;
  }
}
.p-single-faq__content table th {
  background-color: #f8f8f8;
}
.p-single-faq__content table td span {
  color: #1c873b;
}
.p-single-faq__content table tr.-head th {
  background-color: #222222;
  color: #fff;
}

.p-single-product {
  background-color: #f8f8f8;
}
.p-single-product .l-inner {
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 769px) {
  .p-single-product .l-inner {
    max-width: 93.75rem;
    padding-bottom: 14.6875rem;
  }
}
.p-single-product__top {
  margin-top: 3.125rem;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 4.375rem 3.125rem 5rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__top .-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.125rem;
  }
}
.p-single-product__top .-label {
  background-color: #1c873b;
  padding: 1.25rem 2.5rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0 0 20px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__top .-label {
    min-width: 12.5rem;
    height: 4.375rem;
    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;
  }
}
.p-single-product__top .-thumb {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-single-product__top .-thumb {
    width: 34.375rem;
  }
}
.p-single-product__top .-thumb .-main-slider {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-single-product__top .-thumb .-main-slider .swiper-slide {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-single-product__top .-thumb .-sub-slider {
  overflow: hidden;
}
.p-single-product__top .-thumb .-sub-slider .swiper-slide {
  width: 6.25rem;
}
.p-single-product__top .-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
}
.p-single-product__top .-body {
  width: 1005;
}
@media screen and (min-width: 769px) {
  .p-single-product__top .-body {
    width: 40.625rem;
  }
}
.p-single-product__top .-title {
  font-size: 1.25rem;
  line-height: 1.2307692308;
  margin-top: 1.875rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-single-product__top .-title {
    font-size: 1.625rem;
    margin-top: 0;
  }
}
.p-single-product__top .-model-number {
  font-size: 0.75rem;
  line-height: 2;
  color: #969696;
  margin-top: 0.625rem;
}
.p-single-product__top .-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.p-single-product__top .-tag {
  padding: 0.625rem 1.25rem;
  line-height: 1;
  font-size: 0.75rem;
  border: 1px solid #222222;
  border-radius: 100px;
}
.p-single-product__top .-text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.875rem;
}
.p-single-product__top .-btns {
  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: 1.875rem;
  gap: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__top .-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-single-product__content {
  margin-top: 3.9375rem;
}
.p-single-product__buttons {
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 100px;
}
.p-single-product__button {
  width: 6.25rem;
  font-size: 0.875rem;
  padding: 0.625rem 0.625rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-single-product__button {
    width: 17.5rem;
    padding: 1.125rem;
    font-size: 1rem;
  }
}
.p-single-product__button.-current {
  background-color: #1c873b;
  color: #fff;
  border-radius: 100px;
}
.p-single-product__tab-contents {
  margin-top: 2.0625rem;
  background-color: #fff;
  border-radius: 20px;
}
.p-single-product__tab-content.-item1 {
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item1 {
    padding: 5rem 6.25rem;
  }
}
.p-single-product__tab-content.-item1 .-item {
  border-top: 1px solid #222222;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item1 .-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-single-product__tab-content.-item1 .-item h3 {
  padding-top: 1.25rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item1 .-item h3 {
    width: 20%;
    padding-right: 0.625rem;
  }
}
.p-single-product__tab-content.-item1 .-item table {
  width: 83.3333333333%;
  border-collapse: collapse;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item1 .-item table {
    margin-top: 0;
  }
}
.p-single-product__tab-content.-item1 .-item table th,
.p-single-product__tab-content.-item1 .-item table td {
  font-size: 1rem;
  line-height: 2;
  border-bottom: 1px solid #e6e6e6;
}
.p-single-product__tab-content.-item1 .-item table th {
  width: 9.375rem;
  padding: 0.625rem;
  text-align: left;
  background-color: #f8f8f8;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item1 .-item table th {
    width: 18%;
    padding: 0.875rem 1.25rem;
  }
}
.p-single-product__tab-content.-item1 .-item table td {
  padding: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item1 .-item table td {
    width: 82%;
    padding: 0.875rem 1.25rem;
  }
}
.p-single-product__tab-content.-item2 {
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item2 {
    padding: 5rem 6.25rem;
  }
}
.p-single-product__tab-content.-item2 .-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item2 .-items {
    gap: 6rem;
  }
}
.p-single-product__tab-content.-item2 .-item {
  border-top: 1px solid #222222;
  padding-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item2 .-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 2.625rem;
  }
}
.p-single-product__tab-content.-item2 h3 {
  font-size: 1.125rem;
  line-height: 1;
  padding-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item2 h3 {
    padding-top: 1.25rem;
    width: 9.375rem;
  }
}
.p-single-product__tab-content.-item2 .-thumb {
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item2 .-thumb {
    width: 34.375rem;
    margin-top: 0;
  }
}
.p-single-product__tab-content.-item2 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  border-top: 1px solid #e6e6e6;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item2 table {
    width: 28.125rem;
    margin-left: 3.125rem;
    margin-top: 0;
  }
}
.p-single-product__tab-content.-item2 table th,
.p-single-product__tab-content.-item2 table td {
  padding: 0.625rem;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item2 table th,
  .p-single-product__tab-content.-item2 table td {
    padding: 0.875rem 1.25rem;
  }
}
.p-single-product__tab-content.-item2 table th {
  background-color: #f8f8f8;
}
.p-single-product__tab-content.-item3 .-items {
  padding: 0 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item3 .-items {
    padding: 0 6.25rem;
  }
}
.p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.25rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item .-thumb {
  aspect-ratio: 600/400;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item .-thumb {
    width: 37.5rem;
  }
}
.p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item .-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item .-body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item .-body {
    width: 31.875rem;
    margin-top: 0;
  }
}
.p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item .-body h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item .-body h3 {
    font-size: 1.625rem;
  }
}
.p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item .-body p {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 1.875rem;
}
.p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item .-body ul {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item .-body ul {
    margin-top: 3.125rem;
  }
}
.p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item .-body ul li {
  padding-left: 1.875rem;
  font-size: 1rem;
  line-height: 2;
  position: relative;
}
.p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card .-item .-body ul li::before {
  content: "";
  width: 1rem;
  height: 0.8125rem;
  background-image: url("../images/common/check.svg");
  background-size: cover;
  position: absolute;
  top: 0.625rem;
  left: 0;
}
.p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card:nth-child(2n+1) .-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-single-product__tab-content.-item3 .wp-block-lazyblock-product-card:last-child .-item {
  border-bottom: none;
}
.p-single-product__other {
  margin-top: 6.25rem;
}
.p-single-product__other .p-product-card__thumb {
  width: 100%;
  aspect-ratio: auto;
}
.p-single-product__other .p-product-card__thumb img {
  width: auto;
  aspect-ratio: auto;
}

.p-single__tab-content {
  display: none;
}

.p-single__tab-content.-current {
  display: block;
}

.p-solution__inner {
  margin-top: 4.1875rem;
}
@media screen and (min-width: 769px) {
  .p-solution h2 {
    padding-right: 1.3125rem;
  }
}
.p-solution h2 img {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-solution h2 img {
    width: 36.25rem;
  }
}
.p-solution__items {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.8125rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-solution__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.5625rem;
    margin-top: 3.625rem;
    padding-right: 2.5625rem;
  }
}
.p-solution__item {
  width: 20.625rem;
  height: 27.5625rem;
  padding: 1.875rem;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
}
.p-solution__item::before {
  content: "";
  width: 20.625rem;
  height: inherit;
  opacity: 0.5;
  background-color: #000;
  border-radius: 30px;
  position: absolute;
  bottom: -0.9375rem;
  right: -0.9375rem;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .p-solution__item::before {
    bottom: -1.5625rem;
    right: -1.5625rem;
  }
}
.p-solution__item::after {
  content: "";
  width: 20.625rem;
  height: inherit;
  opacity: 0.8;
  background-color: 208d46;
  border-radius: 30px;
  position: absolute;
  bottom: -0.9375rem;
  right: -0.9375rem;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-solution__item::after {
    bottom: -1.5625rem;
    right: -1.5625rem;
  }
}
.p-solution__item h3 {
  margin-top: 1.875rem;
  font-size: 1.0625rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-solution__item h3 {
    font-size: 1.25rem;
    margin-top: 2.25rem;
  }
}
.p-solution__item p {
  margin-top: 1.25rem;
  font-weight: 500;
  max-width: 12.5rem;
  margin-inline: auto;
}

.p-support__inner {
  padding: 3.5625rem 1.25rem 3.625rem;
}
@media screen and (min-width: 769px) {
  .p-support__inner {
    max-width: 87.5rem;
    margin-inline: auto;
    padding: 7.0625rem 0 7.3125rem;
  }
}
.p-support__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  gap: 1.875rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 769px) {
  .p-support__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
    margin-top: 4.4375rem;
  }
}
.p-support__item {
  padding: 0.9375rem 1.0625rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, .07);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, .07);
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .p-support__item {
    width: 20rem;
    padding: 1.875rem 1.5625rem 2.8125rem;
  }
}
.p-support__item h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-support__item h3 {
    font-size: 1.25rem;
    margin-top: 0;
  }
}
.p-support__item p {
  margin-top: 1.0625rem;
}
@media screen and (min-width: 769px) {
  .p-support__item p {
    margin-top: 2.375rem;
  }
}
.p-support__icon {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-support__icon {
    height: 5rem;
  }
}
.p-support__icon img.-item1 {
  width: 2.8125rem;
}
@media screen and (min-width: 769px) {
  .p-support__icon img.-item1 {
    width: 4.5625rem;
  }
}
.p-support__icon img.-item2 {
  width: 2rem;
}
@media screen and (min-width: 769px) {
  .p-support__icon img.-item2 {
    width: 2.625rem;
  }
}
.p-support__icon img.-item3 {
  width: 1.9375rem;
}
@media screen and (min-width: 769px) {
  .p-support__icon img.-item3 {
    width: 3.1875rem;
  }
}
.p-support__icon img.-item4 {
  width: 2rem;
}
@media screen and (min-width: 769px) {
  .p-support__icon img.-item4 {
    width: 2.625rem;
  }
}
.p-support__button {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-support__button {
    margin-top: 3.125rem;
  }
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 769px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-top {
  background: #23aa53;
  padding: 6.25rem 0 0;
  position: relative;
  z-index: 2;
}
.p-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 3838/3078;
  background-image: url("../images/front/bg-circle.png");
  background-size: contain;
  z-index: -1;
}
.p-top__inner {
  padding: 3.125rem 1.25rem 10.3125rem;
}
@media screen and (min-width: 769px) {
  .p-top__inner {
    padding: 6.125rem 6.3125rem 23.625rem 7.0625rem;
  }
}
@media screen and (min-width: 769px) {
  .p-top__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top__left {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top__left {
    padding-right: 2.375rem;
  }
}
.p-top__left::before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../images/front/left-yajirushi.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-top__left::before {
    width: 3.6875rem;
    height: 3.6875rem;
    top: 4.125rem;
    right: -0.875rem;
  }
}
.p-top__right {
  position: relative;
}
.p-top__right::before {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: url("../images/front/right-yajirusi.png");
  background-size: cover;
  position: absolute;
  top: 92%;
  left: -0.4375rem;
}
@media screen and (min-width: 769px) {
  .p-top__right::before {
    top: 50%;
    right: -2rem;
    left: auto;
    width: 3.25rem;
    height: 3.25rem;
  }
}
.p-top__right::after {
  content: "";
  width: 5.4375rem;
  height: 5.4375rem;
  background-image: url("../images/front/search.png");
  background-size: cover;
  position: absolute;
  top: 0.9375rem;
  right: -0.4375rem;
}
@media screen and (min-width: 769px) {
  .p-top__right::after {
    width: 9.375rem;
    height: 9.375rem;
    top: -0.25rem;
    right: -0.875rem;
  }
}
.p-top__icon {
  width: 6.375rem;
  position: absolute;
  bottom: 2.1875rem;
  right: -1.5625rem;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-top__icon {
    width: 12.8125rem;
  }
}
.p-top__logo {
  width: 7.8125rem;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 769px) {
  .p-top__logo {
    width: 15.6875rem;
  }
}
.p-top__title {
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-top__title {
    width: 32.5rem;
  }
}
.p-top__text {
  margin-top: 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-top__buttons {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-top__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-top__logos {
  width: 100%;
  margin-top: 2.625rem;
}
@media screen and (min-width: 769px) {
  .p-top__logos {
    width: 38.75rem;
    margin-top: 5.25rem;
  }
}
.p-top__image {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 4.375rem;
}
@media screen and (min-width: 769px) {
  .p-top__image {
    width: 62.5rem;
    padding-top: 4.25rem;
  }
}
.p-top__center {
  margin-top: 6.25rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-top__center {
    margin-top: 10.6875rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.8125rem;
  }
}
.p-top__center h3 {
  font-size: 1.0625rem;
  line-height: 1.7058823529;
}
@media screen and (min-width: 769px) {
  .p-top__center h3 {
    font-size: 2.125rem;
  }
}
.p-top__center p {
  font-size: 1rem;
  line-height: 2.5;
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-top__center p {
    width: 32.0625rem;
    margin-top: 0;
  }
}

.p-top__image {
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

.p-top__image.is-loaded {
  opacity: 1;
}

.p-utilize__inner {
  padding: 0 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-utilize__inner {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-utilize__wrap {
    width: 87.5rem;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6.125rem;
  }
}
@media screen and (min-width: 769px) {
  .p-utilize__main {
    width: 50rem;
  }
}
.p-utilize__items {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-utilize__items {
    margin-top: 0;
  }
}
.p-utilize__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-utilize__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
  }
}
.p-utilize__item + .p-utilize__item {
  margin-top: 2.1875rem;
  padding-top: 2.5rem;
  border-top: 1px solid #e6e6e6;
}
.p-utilize__item:last-of-type {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.p-utilize__item-title {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-utilize__item-title {
    padding-left: 2.1875rem;
  }
}
.p-utilize__item-title span {
  height: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-utilize__item-title span {
    position: absolute;
    top: 0.3125rem;
    left: 0;
    height: 0.725rem;
    width: auto;
  }
}
.p-utilize__item-title span img {
  height: inherit;
  width: auto;
}
.p-utilize__item-title h3 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-utilize__item-title h3 {
    margin-top: 0;
  }
}
.p-utilize__item-title p {
  margin-top: 1.875rem;
  font-weight: 500;
}
.p-utilize__item-image {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-utilize__item-image {
    width: 20.625rem;
  }
}

/* 検索セクション */
.search-section {
  background-color: white;
  padding: 2.5rem 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  margin-bottom: 2.5rem;
  position: sticky;
  top: 6.25rem;
  z-index: 100;
}

.search-container {
  max-width: 37.5rem;
  margin: 0 auto;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 20px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.search-input:focus {
  outline: none;
  border-color: #2c7a2c;
}

.search-button {
  padding: 0.9375rem 1.875rem;
  background-color: #2c7a2c;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-button:hover {
  background-color: #235f23;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(44, 122, 44, .3);
          box-shadow: 0 4px 12px rgba(44, 122, 44, .3);
}

/* サービス概要 */
.service-overview {
  padding: 80px 0;
  background-color: white;
}

.section-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.service-detail {
  padding: 80px 0;
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 769px) {
  .service-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.25rem;
  }
}

.service-item:nth-child(even) {
  direction: rtl;
}

.service-item:nth-child(even) > * {
  direction: ltr;
}

.service-content {
  padding: 1.875rem 0;
}
@media screen and (min-width: 769px) {
  .service-content {
    padding: 2.5rem;
  }
}

.service-badge {
  display: inline-block;
  background-color: #e74c3c;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

.service-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
}

.service-content p {
  margin-bottom: 20px;
  color: #666;
}

.service-features {
  list-style: none;
  margin-bottom: 30px;
}

.service-features li {
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}

.service-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2c7a2c;
  font-weight: bold;
  font-size: 20px;
}

.service-image {
  background-color: #f0f0f0;
  height: 400px;
  border-radius: 10px;
  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;
  color: #666;
  font-size: 18px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

/* お客様の声 */
.testimonials {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}

.testimonial-card {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 60px;
  color: #2c7a2c;
  opacity: 0.2;
}

.testimonial-content {
  margin-bottom: 20px;
  line-height: 1.8;
  padding-left: 30px;
}

.testimonial-author {
  text-align: right;
  color: #666;
}

.testimonial-company {
  font-weight: bold;
  color: #333;
}

@media screen and (min-width: 769px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
.service-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 769px) {
  .service-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
  }
}

.timeline-item {
  text-align: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .timeline-item::after {
    content: "";
    position: absolute;
    top: 35px;
    right: -30px;
    width: 30px;
    height: 2px;
    background-color: #ddd;
  }
}

.timeline-item:last-child::after {
  display: none;
}

.timeline-number {
  width: 70px;
  height: 70px;
  background-color: #2c7a2c;
  color: white;
  border-radius: 50%;
  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;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
}

.timeline-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.timeline-item p {
  font-size: 14px;
  color: #666;
}

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

@media screen and (min-width: 769px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
