@charset "UTF-8";
/*
Theme Name: サカノシタ
Theme URI:
Author:
Description: 株式会社サカノシタ コーポレートサイト（Figma + FLOCSS）
Version: 1.0.0
Text Domain: sakanoshita
*/
html {
  font-size: min(0.6944444444vw, 10px);
  scroll-behavior: auto !important;
}
@media (max-width: 768px) {
  html {
    font-size: 2.66666667vw;
  }
}

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

body {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #2B2C2A;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
  opacity: 0;
  animation: fadeIn 0.5s ease 0.1s 1 forwards;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.65;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.4;
}

li {
  list-style: none;
}

main {
  display: block;
  overflow: hidden;
}

section {
  position: relative;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-inner01 {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner01 {
    padding-inline: 1.6rem;
  }
}

.l-inner02 {
  width: 100%;
  max-width: 114rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner02 {
    padding-inline: 1.6rem;
  }
}

.l-inner03 {
  width: 100%;
  max-width: 108rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner03 {
    padding-inline: 1.6rem;
  }
}

.l-inner04 {
  width: 100%;
  max-width: 104rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner04 {
    padding-inline: 1.6rem;
  }
}

.l-inner05 {
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner05 {
    padding-inline: 1.6rem;
  }
}

.l-inner06 {
  width: 100%;
  max-width: 84rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner06 {
    padding-inline: 1.6rem;
  }
}

.l-inner07 {
  width: 100%;
  max-width: 118.8rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner07 {
    padding-inline: 1.6rem;
  }
}

.l-inner08 {
  width: 100%;
  max-width: 128.8rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner08 {
    padding-inline: 1.6rem;
  }
}

.l-inner09 {
  width: 100%;
  max-width: 123.3rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner09 {
    padding-inline: 1.6rem;
  }
}

.l-inner10 {
  width: 100%;
  max-width: 98.8rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner10 {
    padding-inline: 1.6rem;
  }
}

.l-inner11 {
  width: 100%;
  max-width: 112.8rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner11 {
    padding-inline: 1.6rem;
  }
}

.l-inner12 {
  width: 100%;
  max-width: 84.8rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner12 {
    padding-inline: 1.6rem;
  }
}

.l-inner14 {
  width: 100%;
  max-width: 144rem;
  margin-inline: auto;
  padding-inline: 6rem;
}
@media (max-width: 768px) {
  .l-inner14 {
    padding-inline: 2rem;
  }
}

.l-inner13 {
  width: 100%;
  max-width: 100.8rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
}
@media (max-width: 768px) {
  .l-inner13 {
    padding-inline: 1.6rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 50;
  padding: 2.2rem 5rem 1.6rem;
}
@media (max-width: 768px) {
  .l-header {
    padding: 1.2rem 2rem;
    background: #fdfdfd;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.l-header__logo {
  flex-shrink: 0;
  line-height: 0;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  display: block;
  height: 5.3rem;
  width: auto;
}
@media (max-width: 768px) {
  .l-header__logo img {
    height: 3.6rem;
  }
}
@media (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}

.l-footer {
  background: #fdfdfd;
}
.l-footer__body {
  position: relative;
  overflow: hidden;
}
.l-footer__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 4rem;
  padding-block: 6rem;
}
@media (max-width: 768px) {
  .l-footer__inner {
    display: block;
    padding-block: 4rem 3rem;
  }
}
.l-footer__frog {
  position: absolute;
  right: 6.8rem;
  bottom: -2.2rem;
  z-index: 1;
  width: 9rem;
  height: auto;
}
@media (max-width: 768px) {
  .l-footer__frog {
    right: 0.9rem;
    bottom: -1.5rem;
    width: 6.6rem;
  }
}
@media (max-width: 768px) {
  .l-footer__info {
    text-align: center;
  }
}
.l-footer__logo {
  line-height: 0;
}
.l-footer__logo img {
  display: block;
  height: 4.7rem;
  width: auto;
}
@media (max-width: 768px) {
  .l-footer__logo img {
    height: 4.2rem;
    margin-inline: auto;
  }
}
.l-footer__sns {
  margin-top: 2rem;
  line-height: 0;
}
.l-footer__sns img {
  display: block;
  width: 8.1rem;
  height: auto;
}
@media (max-width: 768px) {
  .l-footer__sns img {
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .l-footer__sns {
    margin-top: 1.2rem;
  }
}
.l-footer__company {
  margin-top: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2B2C2A;
}
@media (max-width: 768px) {
  .l-footer__company {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .l-footer__addr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.4rem;
  }
}
.l-footer__addr-head {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .l-footer__addr-head {
    width: 100%;
    font-size: 1.4rem;
  }
}
.l-footer__postal {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.l-footer__postal img {
  width: 1.1rem;
  height: 1.4rem;
}
@media (max-width: 768px) {
  .l-footer__postal {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.l-footer__addr-body {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .l-footer__addr-body {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.l-footer__contact {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .l-footer__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
}
.l-footer__tel {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.l-footer__tel img {
  width: 1.2rem;
  height: 1.2rem;
}
.l-footer__tel a {
  color: #0000A2;
}
@media (max-width: 768px) {
  .l-footer__tel {
    font-size: 1.4rem;
  }
}
.l-footer__fax {
  margin-top: 0.4rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .l-footer__fax {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.l-footer__recruit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
  padding: 1.6rem 2.2rem;
  background: #0B8900;
  border-radius: 0.8rem;
  transition: opacity 0.2s;
}
.l-footer__recruit:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .l-footer__recruit {
    margin-top: 2rem;
    padding: 1.5rem 1.8rem;
    border-radius: 0.4rem;
  }
}
.l-footer__recruit-icon {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: -0.6rem;
}
.l-footer__recruit-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .l-footer__recruit-text {
    font-size: 1.4rem;
  }
}
.l-footer__recruit-arrow {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 768px) {
  .l-footer__recruit-arrow {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.l-footer__right {
  position: relative;
  flex-shrink: 0;
  align-self: stretch;
}
@media (max-width: 768px) {
  .l-footer__right {
    margin-top: 3.5rem;
  }
}
.l-footer__nav {
  display: flex;
  gap: 5.5rem;
}
@media (max-width: 768px) {
  .l-footer__nav--pc {
    display: none;
  }
}
.l-footer__nav--sp {
  display: none;
}
@media (max-width: 768px) {
  .l-footer__nav--sp {
    display: flex;
    gap: 4.7rem;
    padding-inline: 1.6rem;
    text-align: left;
  }
}
.l-footer__col > li + .l-footer__nav-item {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .l-footer__col > li + .l-footer__nav-item {
    margin-top: 2rem;
  }
}
.l-footer__nav-item a {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.l-footer__nav-item a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .l-footer__nav-item a {
    font-size: 1.4rem;
  }
}
.l-footer__sub {
  margin-top: 1rem;
  opacity: 0.5;
}
.l-footer__sub-item + .l-footer__sub-item {
  margin-top: 0.8rem;
}
.l-footer__sub-item a {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-footer__sub-item + .l-footer__sub-item {
    margin-top: 1rem;
  }
  .l-footer__sub-item a {
    font-size: 1.2rem;
  }
}
.l-footer__pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .l-footer__pagetop {
    position: static;
    display: block;
    margin-top: 4.5rem;
    padding-right: 6rem;
    text-align: right;
  }
}
.l-footer__pagetop-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .l-footer__pagetop-text {
    font-size: 1.5rem;
  }
}
.l-footer__copyright {
  padding: 1.6rem 2rem;
  background: #0B8900;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #fdfdfd;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    padding: 0.4rem 1rem;
  }
}

.c-btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1.4rem 3.2rem;
  border-radius: 4rem;
  background: #0B8900;
  color: #fdfdfd;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.c-btn-contact:hover {
  opacity: 0.85;
}
.c-btn-contact--lg {
  padding: 1.4rem 3rem 1.2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.45;
}
.c-btn-contact__text {
  display: block;
}
.c-btn-contact__icon {
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}

.c-btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: 1.8rem 3.5rem;
  background: #0B8900;
  border-radius: 4rem;
  transition: opacity 0.2s;
}
.c-btn-more:hover {
  opacity: 0.9;
}
.c-btn-more__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.c-btn-more__leaf {
  width: 2.2rem;
  height: 2rem;
}
.c-btn-more__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.c-btn-more__arrow {
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.c-btn-more--light {
  background: #fdfdfd;
}
.c-btn-more--light .c-btn-more__text {
  color: #0B8900;
}

.c-cta-fixed {
  display: none;
}
@media (max-width: 768px) {
  .c-cta-fixed {
    display: block;
    position: fixed;
    bottom: 1.3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 40;
    width: 26.2rem;
    text-align: center;
  }
}

.c-cta-fixed__badge {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 0.4rem;
  background: #ebffe9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #0B8900;
}

.c-cta-fixed__tail {
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  width: 1.9rem;
  height: 1.4rem;
  margin-left: -0.95rem;
  transform: rotate(180deg);
}

.c-cta-fixed__btn {
  margin-top: -0.7rem;
}

.c-slider-nav {
  display: none;
}
@media (max-width: 768px) {
  .c-slider-nav {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-top: 3rem;
  }
}
.c-slider-nav__arrows {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background: #0B8900;
  border-radius: 2rem;
  overflow: hidden;
}
.c-slider-nav__arrows .splide__arrow {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 3.4rem;
  transform: none;
  background: transparent;
  border-radius: 0;
  opacity: 1;
}
.c-slider-nav__arrows .splide__arrow svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: #fdfdfd;
}
.c-slider-nav__arrows .splide__arrow:disabled {
  opacity: 0.35;
}
.c-slider-nav__arrows .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.c-slider-nav__arrows .splide__arrow--next {
  border-left: 0.1rem solid rgba(253, 253, 253, 0.3);
}
.c-slider-nav__progress {
  position: relative;
  flex: 1;
  height: 0.2rem;
  background: #EEEEEE;
}
.c-slider-nav__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33.33%;
  background: #0B8900;
  transition: width 0.3s ease;
}

.c-heading {
  text-align: center;
}
.c-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .c-heading__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    line-height: 1;
  }
}
.c-heading__leaf {
  width: 2rem;
  height: 1.8rem;
}
@media (max-width: 768px) {
  .c-heading__leaf {
    width: 1.68rem;
    height: 1.5rem;
  }
}
.c-heading__en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-heading__en {
    font-size: 1.4rem;
  }
}
.c-heading__ja {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 1.2;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-heading__ja {
    margin-top: 0;
    font-size: 2.6rem;
    line-height: 1.45;
    text-align: center;
  }
}
.c-heading--light .c-heading__en,
.c-heading--light .c-heading__ja {
  color: #fdfdfd;
}
.c-heading--left {
  text-align: left;
}
.c-page-header {
  position: relative;
  height: 30rem;
  margin-top: 9.1rem;
  overflow: hidden;
}
.c-page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.55);
}
@media (max-width: 768px) {
  .c-page-header {
    height: 20rem;
    margin-top: 6rem;
  }
}
.c-page-header__bg-wrap {
  display: contents;
}
.c-page-header__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-page-header__bg--fill {
  object-fit: fill;
}
@media (max-width: 768px) {
  .c-page-header__bg--fill {
    object-fit: cover;
    object-position: center;
  }
}
.c-page-header__frog {
  position: absolute;
  right: 12rem;
  bottom: 0;
  z-index: 1;
  width: 9rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  .c-page-header__frog {
    right: 2rem;
    width: 6rem;
  }
}
.c-page-header__inner {
  position: relative;
  z-index: 1;
  padding: 10.8rem 0 0 12rem;
}
@media (max-width: 768px) {
  .c-page-header__inner {
    padding: 7.3rem 0 0 2rem;
  }
}
.c-page-header__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .c-page-header__eyebrow {
    gap: 0.5rem;
  }
}
.c-page-header__leaf {
  width: 2rem;
  height: 1.8rem;
}
@media (max-width: 768px) {
  .c-page-header__leaf {
    width: 1.68rem;
    height: 1.5rem;
  }
}
.c-page-header__en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-page-header__en {
    font-size: 1.4rem;
  }
}
.c-page-header__title {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 1.2;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-page-header__title {
    margin-top: 0;
    font-size: 2.6rem;
  }
}

.c-breadcrumb {
  color: rgba(51, 51, 51, 0.5);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(51, 51, 51, 0.5);
  letter-spacing: 0.05em;
}
.c-breadcrumb a {
  color: inherit;
  transition: opacity 0.2s;
}
.c-breadcrumb a:hover {
  opacity: 0.7;
}
.c-breadcrumb__sep {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid currentColor;
  border-right: 0.1rem solid currentColor;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .c-breadcrumb {
    gap: 0.6rem;
    padding: 0.5rem 1.6rem;
    font-size: 1.4rem;
    flex-wrap: wrap;
  }
}
.c-breadcrumb--plain {
  margin-top: 9.1rem;
}
@media (max-width: 768px) {
  .c-breadcrumb--plain {
    margin-top: 6rem;
  }
}
.c-breadcrumb--right {
  justify-content: flex-end;
  padding: 0;
  font-size: 1.4rem;
  color: rgba(43, 44, 42, 0.5);
}
@media (max-width: 768px) {
  .c-breadcrumb--right {
    padding: 0;
  }
}

.c-hamburger {
  display: none;
}
@media (max-width: 768px) {
  .c-hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    flex-shrink: 0;
    z-index: calc(60 + 1);
  }
}
.c-hamburger__icon {
  display: block;
  width: 4rem;
  height: 4rem;
}
.c-hamburger__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  color: #0B8900;
  letter-spacing: 0.05em;
}
.js-drawer-open .c-hamburger {
  opacity: 0;
  pointer-events: none;
}

.c-tag {
  display: inline-block;
  padding: 0.7rem 2rem;
  background: #EBFFE9;
  border-radius: 10rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: normal;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-tag {
    padding: 0.4rem 1rem;
  }
}
.c-tag--sm {
  padding: 0.4rem 1.2rem;
}
@media (max-width: 768px) {
  .c-tag--sm {
    padding: 0.4rem 1.2rem;
  }
}

.c-article {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2B2C2A;
}
.c-article > * + * {
  margin-top: 2rem;
}
.c-article p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.07em;
  color: #2B2C2A;
}
@media (max-width: 768px) {
  .c-article p {
    font-size: 1.4rem;
  }
}
.c-article strong,
.c-article b {
  font-weight: 700;
}
.c-article a:not([class]) {
  color: #0B8900;
  text-decoration: underline;
  transition: opacity 0.2s;
}
.c-article a:not([class]):hover {
  opacity: 0.7;
}
.c-article h2 {
  position: relative;
  padding: 1.2rem 2rem 1.2rem 3rem;
  border: 0.2rem solid #0B8900;
  border-radius: 0.8rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #0B8900;
}
.c-article h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.2rem;
  width: 1rem;
  height: 5.9rem;
  background: #0B8900;
  border-radius: 0.8rem 0 0 0.8rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-article h2 {
    padding: 1rem 1.6rem;
    border-radius: 0.4rem;
    font-size: 2rem;
  }
  .c-article h2::before {
    height: 4.9rem;
    border-radius: 0.4rem 0 0 0.4rem;
  }
}
.c-article > h2 {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .c-article > h2 {
    margin-top: 5rem;
  }
}
.c-article > h2 + * {
  margin-top: 1.2rem;
}
.c-article h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #0B8900;
}
.c-article h3::after {
  content: "";
  display: block;
  height: 0.6rem;
  margin-top: 1rem;
  border-radius: 0.8rem;
  background-color: #EEEEEE;
  background-image: linear-gradient(#0B8900, #0B8900);
  background-repeat: no-repeat;
  background-size: 5rem 100%;
}
@media (max-width: 768px) {
  .c-article h3 {
    font-size: 1.8rem;
  }
  .c-article h3::after {
    height: 0.4rem;
    margin-top: 0.8rem;
    border-radius: 0.4rem;
    background-size: 2.4rem 100%;
  }
}
.c-article > h3 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .c-article > h3 {
    margin-top: 3rem;
  }
}
.c-article > h3 + * {
  margin-top: 0.5rem;
}
.c-article h4 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #0B8900;
}
.c-article h4::before {
  content: "";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("assets/img/news/icon-h4.svg") no-repeat center/contain;
}
@media (max-width: 768px) {
  .c-article h4 {
    font-size: 1.6rem;
  }
}
.c-article > h4 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .c-article > h4 {
    margin-top: 3rem;
  }
}
.c-article > h4 + * {
  margin-top: 0.5rem;
}
.c-article img:not([class]) {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
@media (max-width: 768px) {
  .c-article img:not([class]) {
    border-radius: 0.8rem;
  }
}
.c-article table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.c-article table th,
.c-article table td {
  padding: 1.6rem 1.5rem;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.07em;
  line-height: normal;
}
.c-article table th {
  padding-block: 1.4rem;
  background: #0B8900;
  border: 0.05rem solid #fdfdfd;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fdfdfd;
}
.c-article table td {
  background: #fdfdfd;
  border: 0.05rem solid #0B8900;
  font-weight: 500;
  font-size: 1.6rem;
  color: #2B2C2A;
}
.c-article table tr:first-child th:first-child {
  border-top-left-radius: 0.4rem;
}
.c-article table tr:first-child th:last-child {
  border-top-right-radius: 0.4rem;
}
.c-article table tr:last-child td:first-child {
  border-bottom-left-radius: 0.4rem;
}
.c-article table tr:last-child td:last-child {
  border-bottom-right-radius: 0.4rem;
}
@media (max-width: 768px) {
  .c-article table th {
    font-size: 1.5rem;
    padding: 1rem 0.8rem;
  }
  .c-article table td {
    font-size: 1.4rem;
    padding: 1rem 0.8rem;
  }
}
.c-article__box-tab {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #0B8900;
  border-radius: 0.8rem 0.8rem 0 0;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #fdfdfd;
}
@media (max-width: 768px) {
  .c-article__box-tab {
    padding: 0.8rem 1.4rem;
    border-radius: 0.4rem 0.4rem 0 0;
    font-size: 1.6rem;
  }
}
.c-article__box-body {
  padding: 2rem 3rem;
  border: 0.15rem solid #0B8900;
  border-radius: 0 0.8rem 0.8rem 0.8rem;
}
@media (max-width: 768px) {
  .c-article__box-body {
    padding: 1.8rem 2rem;
    border-width: 0.1rem;
    border-radius: 0 0.4rem 0.4rem 0.4rem;
  }
}
.c-article__box-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.15rem dashed #0B8900;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #2B2C2A;
}
.c-article__box-list li + li {
  margin-top: 1.4rem;
}
@media (max-width: 768px) {
  .c-article__box-list li {
    gap: 0.6rem;
    padding-bottom: 0.6rem;
    border-bottom-width: 0.1rem;
    font-size: 1.5rem;
  }
}
.c-article__box-num {
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .c-article__box-num {
    font-size: 1.7rem;
  }
}
.c-article__speech--fill {
  position: relative;
  padding-left: 3.5rem;
}
.c-article__speech--fill .c-article__speech-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 0;
}
@media (max-width: 768px) {
  .c-article__speech--fill .c-article__speech-avatar {
    width: 4rem;
    height: 4rem;
  }
}
.c-article__speech--fill .c-article__speech-name {
  padding: 0.8rem 1.5rem 0.8rem 4rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #2B2C2A;
}
@media (max-width: 768px) {
  .c-article__speech--fill .c-article__speech-name {
    padding: 0.6rem 1rem 0.6rem 2rem;
    font-size: 1.3rem;
  }
}
.c-article__speech--fill .c-article__speech-body {
  padding: 3.5rem 4rem;
  background: #0B8900;
  border-radius: 0.4rem;
}
.c-article__speech--fill .c-article__speech-body p {
  font-size: 1.7rem;
  line-height: normal;
  color: #fdfdfd;
}
@media (max-width: 768px) {
  .c-article__speech--fill .c-article__speech-body {
    padding: 2rem;
  }
  .c-article__speech--fill .c-article__speech-body p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .c-article__speech--fill {
    padding-left: 2rem;
  }
}
.c-article__speech--line {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.c-article__speech--line .c-article__speech-person {
  flex-shrink: 0;
  width: 12.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .c-article__speech--line .c-article__speech-person {
    width: 6.9rem;
  }
}
.c-article__speech--line .c-article__speech-avatar {
  width: 7rem;
  height: 7rem;
  border-radius: 0;
}
@media (max-width: 768px) {
  .c-article__speech--line .c-article__speech-avatar {
    width: 4rem;
    height: 4rem;
  }
}
.c-article__speech--line .c-article__speech-name {
  margin-top: 0.8rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #0B8900;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-article__speech--line .c-article__speech-name {
    margin-top: 0.4rem;
    font-size: 1.2rem;
  }
}
.c-article__speech--line .c-article__speech-body {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 2.5rem;
  background: #fdfdfd;
  border: 0.15rem solid #0B8900;
  border-radius: 0.8rem;
}
.c-article__speech--line .c-article__speech-body p {
  font-size: 1.7rem;
  line-height: normal;
  color: #2B2C2A;
}
.c-article__speech--line .c-article__speech-body::before, .c-article__speech--line .c-article__speech-body::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  width: 0;
  height: 0;
  border-style: solid;
}
.c-article__speech--line .c-article__speech-body::before {
  left: -1.2rem;
  border-width: 0.8rem 1.2rem 0.8rem 0;
  border-color: transparent #0B8900 transparent transparent;
}
.c-article__speech--line .c-article__speech-body::after {
  left: -0.9rem;
  border-width: 0.7rem 1.1rem 0.7rem 0;
  border-color: transparent #fdfdfd transparent transparent;
}
@media (max-width: 768px) {
  .c-article__speech--line .c-article__speech-body {
    padding: 1.5rem;
  }
  .c-article__speech--line .c-article__speech-body p {
    font-size: 1.5rem;
  }
}
.c-article__marker {
  background: linear-gradient(transparent 60%, #FBFF00 60%);
}
.c-article__cta {
  text-align: center;
}
.c-article__cta-lead {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: normal;
  color: #0B8900;
}
.c-article__cta-lead::before, .c-article__cta-lead::after {
  content: "";
  width: 0.1rem;
  height: 2rem;
  background: #0B8900;
}
.c-article__cta-lead::before {
  transform: rotate(-20deg);
}
.c-article__cta-lead::after {
  transform: rotate(20deg);
}
.c-article__cta .c-btn-more {
  margin-top: 0.5rem;
}
.c-article__toc {
  padding: 4rem;
  background: #EBFFE9;
  border-radius: 1.2rem;
}
@media (max-width: 768px) {
  .c-article__toc {
    padding: 2rem;
    border-radius: 0.8rem;
  }
}
.c-article__toc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-article__toc-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #2B2C2A;
}
@media (max-width: 768px) {
  .c-article__toc-title {
    font-size: 2rem;
  }
}
.c-article__toc-toggle {
  padding: 0.8rem 1.4rem;
  background: #0B8900;
  border-radius: 0.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #fdfdfd;
  transition: opacity 0.2s;
}
.c-article__toc-toggle:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .c-article__toc-toggle {
    border-radius: 0.2rem;
    font-size: 1.4rem;
  }
}
.c-article__toc-panel {
  overflow: hidden;
  transition: height 0.3s ease;
}
.c-article__toc-inner {
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .c-article__toc-inner {
    padding-top: 2rem;
  }
}
.c-article__toc-item + .c-article__toc-item {
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .c-article__toc-item + .c-article__toc-item {
    margin-top: 1.4rem;
  }
}
.c-article__toc-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: opacity 0.2s;
}
.c-article__toc-link:hover {
  opacity: 0.7;
}
.c-article__toc-num {
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #2B2C2A;
}
@media (max-width: 768px) {
  .c-article__toc-num {
    font-size: 1.7rem;
  }
}
.c-article__toc-bar {
  flex-shrink: 0;
  width: 0.1rem;
  height: 2rem;
  background: #2B2C2A;
}
.c-article__toc-text {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #2B2C2A;
}
@media (max-width: 768px) {
  .c-article__toc-text {
    font-size: 1.6rem;
  }
}
.c-article__toc-sub {
  padding-left: 4rem;
  margin-top: 1.2rem;
}
.c-article__toc-sub-item + .c-article__toc-sub-item {
  margin-top: 0.8rem;
}
.c-article__toc-sub-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.07em;
  color: #2B2C2A;
  transition: opacity 0.2s;
}
.c-article__toc-sub-link:hover {
  opacity: 0.7;
}
.c-article__toc-sub-link::before {
  content: "";
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: #0B8900;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .c-article__toc-sub-link {
    font-size: 1.5rem;
  }
}

.p-global-nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .p-global-nav {
    display: none;
  }
}
.p-global-nav__list {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.p-global-nav__item--has-child {
  position: relative;
}
.p-global-nav__item--has-child > .p-global-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
}
.p-global-nav__item--has-child:hover .p-global-nav__sub, .p-global-nav__item--has-child:focus-within .p-global-nav__sub {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.p-global-nav__item--has-child:hover .p-global-nav__chevron, .p-global-nav__item--has-child:focus-within .p-global-nav__chevron {
  transform: rotate(180deg);
}
.p-global-nav__sub {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0.8rem);
  min-width: 20rem;
  padding: 1rem 0;
  background: #fdfdfd;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, transform 0.2s;
  z-index: 51;
}
.p-global-nav__sub::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 1.2rem;
}
.p-global-nav__sub-link {
  display: block;
  padding: 1rem 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}
.p-global-nav__sub-link:hover {
  color: #0B8900;
  background: #EBFFE9;
}
.p-global-nav__link {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.p-global-nav__link:hover {
  opacity: 0.6;
}
.p-global-nav__chevron {
  display: block;
  width: 1.5rem;
  height: 0.6rem;
  transition: transform 0.2s;
}
.p-global-nav__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 2.5rem 1.5rem 6.5rem;
  background: #0B8900;
  border-radius: 4rem;
  transition: opacity 0.2s;
}
.p-global-nav__cta:hover {
  opacity: 0.9;
}
.p-global-nav__cta-frog {
  position: absolute;
  left: 0.6rem;
  top: -1.6rem;
  height: 6.6rem;
  width: auto;
  pointer-events: none;
}
.p-global-nav__cta-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-global-nav__cta-arrow {
  display: block;
  width: 2rem;
  height: 2rem;
}

.p-drawer {
  display: none;
}
@media (max-width: 768px) {
  .p-drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    height: 100dvh;
    z-index: 60;
    background: #fdfdfd;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .js-drawer-open .p-drawer {
    transform: translateX(0);
  }
}
.p-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.6rem;
}
.p-drawer__logo img {
  display: block;
  width: auto;
  height: 4.8rem;
}
.p-drawer__close {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.p-drawer__close-icon {
  display: block;
  width: 4rem;
  height: 4rem;
}
.p-drawer__close-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  color: #0B8900;
  letter-spacing: 0.05em;
}
.p-drawer__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 5rem 1.6rem 3rem;
}
.p-drawer__nav {
  display: flex;
  gap: 4.7rem;
  width: 34.3rem;
  max-width: 100%;
  padding-inline: 1.6rem;
}
.p-drawer__col {
  flex: 1;
  min-width: 0;
}
.p-drawer__col .p-drawer__item + .p-drawer__item {
  margin-top: 2rem;
}
.p-drawer__link {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-drawer__sub {
  margin-top: 1rem;
}
.p-drawer__sub li + li {
  margin-top: 1rem;
}
.p-drawer__sub-link {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.p-drawer__recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 1.8rem;
  background: #0B8900;
  border-radius: 0.4rem;
}
.p-drawer__recruit-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.p-drawer__recruit-ext {
  width: 1.1rem;
  height: 1.1rem;
}
.p-drawer__recruit-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
.p-drawer__recruit-arrow {
  width: 1.7rem;
  height: 1.7rem;
}
.p-drawer__overlay {
  display: none;
}
@media (max-width: 768px) {
  .p-drawer__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .js-drawer-open .p-drawer__overlay {
    opacity: 1;
    pointer-events: auto;
  }
}

.p-top-hero {
  position: relative;
  width: 100%;
  height: 65.1rem;
  overflow: hidden;
  background: #fdfdfd;
}
@media (max-width: 768px) {
  .p-top-hero {
    height: auto;
    padding-bottom: 8rem;
  }
}

.p-top-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p-top-hero__bg img {
  display: block;
  width: 144rem;
  max-width: none;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-top-hero__bg img {
    width: 100%;
  }
}

.p-top-hero__inner {
  position: relative;
  z-index: 2;
  width: 144rem;
  margin-inline: auto;
  padding: 16.2rem 0 0 10rem;
}
@media (max-width: 768px) {
  .p-top-hero__inner {
    width: 100%;
    padding: 8.8rem 0 0;
  }
}

.p-top-hero__copy {
  position: relative;
  width: 46.6rem;
}
@media (max-width: 768px) {
  .p-top-hero__copy {
    width: 25.1rem;
    margin-inline: auto;
  }
}

.p-top-hero__union {
  position: absolute;
  top: 1.9rem;
  left: 0;
  z-index: 0;
  width: 33.4rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-top-hero__union {
    display: none;
  }
}
.p-top-hero__union--sp {
  display: none;
}
@media (max-width: 768px) {
  .p-top-hero__union--sp {
    display: block;
    top: 0.3rem;
    width: 21.8rem;
  }
}

.p-top-hero__gear {
  position: absolute;
  z-index: 2;
  height: auto;
  pointer-events: none;
}
.p-top-hero__gear--lg {
  top: 0.2rem;
  left: -0.6rem;
  width: 2rem;
}
@media (max-width: 768px) {
  .p-top-hero__gear--lg {
    top: -1.2rem;
    left: -0.7rem;
  }
}
.p-top-hero__gear--sm {
  top: 1.8rem;
  left: -2.2rem;
  width: 1.6rem;
}
@media (max-width: 768px) {
  .p-top-hero__gear--sm {
    top: 0.4rem;
    left: -2.3rem;
  }
}
.p-top-hero__gear--br {
  top: 25.9rem;
  left: 33.7rem;
  width: 1.6rem;
}
@media (max-width: 768px) {
  .p-top-hero__gear--br {
    top: 15.2rem;
    left: 21rem;
  }
}

.p-top-hero__catch {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.7rem;
  font-weight: 500;
  line-height: 1.403;
  letter-spacing: 0.03em;
  white-space: nowrap;
  color: #2B2C2A;
}
@media (max-width: 768px) {
  .p-top-hero__catch {
    padding-top: 0.9rem;
    font-size: 4.2rem;
    line-height: 1.262;
  }
}

.p-top-hero__catch-sm {
  font-size: 5.7rem;
}
@media (max-width: 768px) {
  .p-top-hero__catch-sm {
    font-size: 3.2rem;
  }
}

.p-top-hero__mark {
  color: #fdfdfd;
}

.p-top-hero__kern-ri {
  letter-spacing: 0.08em;
}

.p-top-hero__kern-ke {
  letter-spacing: -0.05em;
}

.p-top-hero__lead {
  margin-top: 2.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.909;
  letter-spacing: 0.06em;
  white-space: nowrap;
  color: #2B2C2A;
}
@media (max-width: 768px) {
  .p-top-hero__lead {
    width: 34.9rem;
    margin-top: 1.3rem;
    margin-inline: auto;
    font-size: 1.5rem;
    line-height: 1.867;
    text-align: center;
  }
}

.p-top-hero__visual {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 144rem;
  height: 100%;
  margin-left: -72rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-top-hero__visual {
    position: relative;
    left: auto;
    width: 100%;
    height: 25.8rem;
    margin-top: 0.9rem;
    margin-left: 0;
  }
}

.p-top-hero__visual-item {
  position: absolute;
  display: block;
  height: auto;
}
.p-top-hero__visual-item--person {
  top: 8.8rem;
  left: 77.2rem;
  width: 61.7rem;
}
@media (max-width: 768px) {
  .p-top-hero__visual-item--person {
    top: 0;
    left: 9.4rem;
    width: 27.8rem;
  }
}
.p-top-hero__visual-item--gear {
  top: 11rem;
  left: 54.9rem;
  width: 45.7rem;
}
@media (max-width: 768px) {
  .p-top-hero__visual-item--gear {
    top: 1.6rem;
    left: -3.1rem;
    width: 22.6rem;
  }
}
.p-top-hero__visual-item--robot {
  top: 10.5rem;
  left: 116.1rem;
  width: 27.8rem;
}
@media (max-width: 768px) {
  .p-top-hero__visual-item--robot {
    top: 1.5rem;
    left: 25.3rem;
    width: 12.4rem;
  }
}
.p-top-hero__visual-item--frog {
  top: 38.7rem;
  left: 63.2rem;
  width: 24.2rem;
}
@media (max-width: 768px) {
  .p-top-hero__visual-item--frog {
    top: 15.2rem;
    left: 3.5rem;
    width: 10.2rem;
  }
}

.p-top-about {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 18rem;
  background: #fdfdfd;
}
@media (max-width: 768px) {
  .p-top-about {
    padding: 6rem 0 8rem;
  }
}
.p-top-about__bg {
  position: absolute;
  top: 0.4rem;
  right: 6rem;
  width: 46.6rem;
  opacity: 0.35;
  pointer-events: none;
}
.p-top-about__bg img {
  display: block;
  width: 100%;
  height: auto;
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .p-top-about__bg {
    display: none;
  }
}
.p-top-about__frog {
  position: absolute;
  left: 8rem;
  top: 30rem;
  z-index: 1;
  width: 17.7rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-top-about__frog {
    display: none;
  }
}
.p-top-about__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 128rem;
  margin-inline: auto;
  padding-inline: 2.4rem;
  text-align: center;
}
.p-top-about__lead {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.8;
  color: #2B2C2A;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .p-top-about__lead {
    font-size: 2rem;
  }
}
.p-top-about__accent {
  color: #0B8900;
}
.p-top-about__body {
  margin-top: 4rem;
}
.p-top-about__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.8;
  color: #2B2C2A;
  letter-spacing: 0.06em;
}
.p-top-about__text + .p-top-about__text {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-top-about__text {
    font-size: 1.5rem;
    text-align: center;
  }
}
.p-top-about__cards {
  margin-top: 6rem;
}
.p-top-about__cards.splide:not(.is-active) .splide__list {
  display: flex;
  justify-content: center;
}
.p-top-about__cards .splide__list {
  display: flex;
  align-items: stretch;
}
.p-top-about__cards .splide__slide {
  display: flex;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-top-about__cards {
    margin-top: 4rem;
  }
  .p-top-about__cards .splide__slide {
    flex: none;
  }
}
.p-top-about__card {
  width: 100%;
  padding: 4rem 2rem;
  background: #fdfdfd;
  text-align: left;
}
.p-top-about__card--left {
  border-top: 0.3rem solid #0B8900;
  border-bottom: 0.3rem solid #0B8900;
  border-left: 0.3rem solid #0B8900;
  border-radius: 1.2rem 0 0 1.2rem;
}
@media (max-width: 768px) {
  .p-top-about__card--left {
    padding: 2rem;
    border-right: 0.3rem solid #0B8900;
    border-radius: 1.2rem;
  }
}
.p-top-about__card--mid {
  border: 0.3rem solid #0B8900;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-about__card--mid {
    border-radius: 1.2rem;
    padding: 2rem;
  }
}
.p-top-about__card--right {
  border-top: 0.3rem solid #0B8900;
  border-bottom: 0.3rem solid #0B8900;
  border-right: 0.3rem solid #0B8900;
  border-radius: 0 1.2rem 1.2rem 0;
}
@media (max-width: 768px) {
  .p-top-about__card--right {
    border-left: 0.3rem solid #0B8900;
    border-radius: 1.2rem;
    padding: 2rem;
  }
}
.p-top-about__card-en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-about__card-en {
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-top-about__card-title {
  margin-top: 0.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .p-top-about__card-title {
    font-size: 1.7rem;
    text-align: center;
  }
}
.p-top-about__card-text {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2B2C2A;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .p-top-about__card-text {
    font-size: 1.4rem;
  }
}
.p-top-about__card-lines {
  margin-top: 4.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-about__card-lines {
    margin-top: 2.4rem;
    font-size: 1.7rem;
  }
}
.p-top-about__btn {
  margin-top: 6rem;
  text-align: center;
}

.p-top-numbers {
  position: relative;
  padding: 9rem 0 8rem;
}
@media (max-width: 768px) {
  .p-top-numbers {
    padding: 5rem 0 6rem;
  }
}
.p-top-numbers__strip {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-top-numbers__strip {
    top: 1rem;
  }
}
.p-top-numbers__strip-track {
  display: flex;
  align-items: flex-end;
  width: max-content;
  animation: p-top-numbers-strip-marquee 40s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-numbers__strip-track {
    animation: none;
  }
}
.p-top-numbers__strip-item {
  flex-shrink: 0;
  width: auto;
  height: 15rem;
  margin-right: 2.4rem;
}
@media (max-width: 768px) {
  .p-top-numbers__strip-item {
    height: 8rem;
    margin-right: 1.2rem;
  }
}
@keyframes p-top-numbers-strip-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-top-numbers__box {
  position: relative;
  width: 100%;
  padding: 16rem 0 10rem;
  background: #0B8900;
  border-radius: 12rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-numbers__box {
    padding: 7rem 0 6rem;
    border-radius: 4rem;
  }
}
.p-top-numbers__gear {
  position: absolute;
  z-index: 0;
  width: 30rem;
  height: auto;
  opacity: 0.8;
  pointer-events: none;
}
.p-top-numbers__gear--tl {
  top: 9rem;
  left: -3rem;
}
.p-top-numbers__gear--br {
  bottom: -8rem;
  right: 0;
}
.p-top-numbers .c-heading {
  position: relative;
  z-index: 1;
}
.p-top-numbers__pill {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 6rem;
  padding: 1.5rem 4rem;
  background: #fdfdfd;
  border-radius: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.4;
  color: #0B8900;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-numbers__pill {
    flex-wrap: wrap;
    font-size: 1.9rem;
    padding: 1.5rem 2rem;
  }
}
.p-top-numbers__pill-sub {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .p-top-numbers__pill-sub {
    font-size: 1.5rem;
  }
}
.p-top-numbers__cards {
  position: relative;
  z-index: 1;
  margin-top: 1.6rem;
}
.p-top-numbers__cards > * + * {
  margin-top: 2rem;
}
.p-top-numbers__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .p-top-numbers__row {
    display: block;
  }
  .p-top-numbers__row > * + * {
    margin-top: 1.6rem;
  }
}
.p-top-numbers__card {
  position: relative;
  width: calc((100% - 1.6rem) / 2);
  padding: 3.5rem 4rem;
  background: #fdfdfd;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-numbers__card {
    width: 100%;
    padding: 2rem;
  }
}
.p-top-numbers__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2B2C2A;
}
.p-top-numbers__card-en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-numbers__card-en {
    font-size: 1.4rem;
  }
}
.p-top-numbers__card-no {
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.p-top-numbers__card-catch {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-numbers__card-catch {
    font-size: 1.6rem;
  }
}
.p-top-numbers__card-desc {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-numbers__card-desc {
    font-size: 1.4rem;
  }
}
.p-top-numbers__card-big {
  margin-top: 1rem;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 6.8rem;
  line-height: 1;
  color: #0B8900;
  letter-spacing: -0.03em;
}
@media (max-width: 768px) {
  .p-top-numbers__card-big {
    font-size: 3.6rem;
  }
}
.p-top-numbers__card-big--symbol {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-top-numbers__card-unit {
  margin-left: 0.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.p-top-numbers__band {
  display: flex;
}
@media (max-width: 768px) {
  .p-top-numbers__band {
    flex-wrap: wrap;
    gap: 0.4rem;
  }
}
.p-top-numbers__band-item {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 18rem;
  overflow: hidden;
}
.p-top-numbers__band-item:first-child {
  border-radius: 1rem 0 0 1rem;
}
.p-top-numbers__band-item:last-child {
  border-radius: 0 1rem 1rem 0;
}
.p-top-numbers__band-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-top-numbers__band-item {
    flex: none;
    height: 10rem;
  }
  .p-top-numbers__band-item:nth-child(1) {
    width: calc((100% - 0.4rem) / 2);
    border-radius: 1rem 0 0 0;
  }
  .p-top-numbers__band-item:nth-child(2) {
    width: calc((100% - 0.4rem) / 2);
    border-radius: 0 1rem 0 0;
  }
  .p-top-numbers__band-item:nth-child(3) {
    width: 100%;
    border-radius: 0 0 1rem 1rem;
  }
}
.p-top-numbers__band-label {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.6rem 2rem;
  background: #0B8900;
  border-radius: 0 0.8rem 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-numbers__band-label {
    font-size: 1.5rem;
  }
}
.p-top-numbers__stats {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
  margin-top: 1.6rem;
}
.p-top-numbers__stat {
  width: 29.8rem;
  min-height: 13rem;
  padding: 2rem 1.5rem;
  background: #fdfdfd;
  border-radius: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-numbers__stat {
    width: calc((100% - 1.6rem) / 2);
    min-height: 0;
  }
}
.p-top-numbers__stat-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
  color: #2B2C2A;
}
@media (max-width: 768px) {
  .p-top-numbers__stat-en {
    font-size: 2.5rem;
  }
}
.p-top-numbers__stat-num {
  margin-top: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  color: #0B8900;
}
@media (max-width: 768px) {
  .p-top-numbers__stat-num {
    font-size: 2.8rem;
  }
}
.p-top-numbers__stat-unit {
  margin-left: 0.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #0B8900;
}
.p-top-numbers__stat-label {
  display: block;
  margin-top: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-numbers__stat-label {
    font-size: 1.4rem;
  }
}

.p-top-range {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .p-top-range {
    padding: 5rem 0;
  }
}
.p-top-range__intro {
  text-align: center;
}
.p-top-range__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
  color: #0B8900;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .p-top-range__title {
    font-size: 2rem;
  }
}
.p-top-range__lead {
  margin-top: 3rem;
}
.p-top-range__lead p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.8;
  color: #2B2C2A;
  letter-spacing: 0.06em;
}
.p-top-range__lead p + p {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-top-range__lead p {
    font-size: 1.5rem;
    text-align: center;
  }
}
.p-top-range__accent {
  color: #0B8900;
}
.p-top-range__compare {
  margin-top: 5rem;
}
.p-top-range__compare.splide:not(.is-active) .splide__list {
  display: flex;
  gap: 3rem;
  align-items: stretch;
}
.p-top-range__compare .splide__list {
  display: flex;
  align-items: stretch;
}
.p-top-range__compare .splide__slide {
  display: flex;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-top-range__compare .splide__slide {
    flex: none;
  }
}
.p-top-range__col {
  width: 100%;
  padding: 2rem;
  border-radius: 1rem;
}
.p-top-range__col--before {
  background: #EEEEEE;
}
.p-top-range__col--after {
  padding: 2.5rem;
  background: #fdfdfd;
  border: 0.3rem solid #0B8900;
}
.p-top-range__col-head {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.p-top-range__badge {
  flex-shrink: 0;
  padding: 0.4rem 1rem;
  background: #fdfdfd;
  border-radius: 0.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-top-range__badge--after {
  background: #0B8900;
  color: #fdfdfd;
}
.p-top-range__col-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-range__col-title {
    font-size: 1.8rem;
  }
}
.p-top-range__col-sub {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.5;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-range__col-sub {
    font-size: 1.6rem;
  }
}
.p-top-range__map {
  margin-top: 1.5rem;
  border-radius: 0.4rem;
  padding: 1.4rem 1.6rem;
}
.p-top-range__map--dashed {
  border: 0.1rem dashed #2B2C2A;
}
.p-top-range__map--green {
  position: relative;
  background: #0B8900;
}
@media (max-width: 768px) {
  .p-top-range__map--green {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
.p-top-range__map-rows {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-top-range__map-rows {
    flex: 1;
    min-width: 0;
  }
}
.p-top-range__map-row {
  display: flex;
  align-items: center;
  gap: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-top-range__map-row + .p-top-range__map-row {
  margin-top: 0.6rem;
}
.p-top-range__map--green .p-top-range__map-row {
  color: #fdfdfd;
}
@media (max-width: 768px) {
  .p-top-range__map-row {
    gap: 1rem;
    font-size: 1.3rem;
  }
}
.p-top-range__map-cat {
  flex-shrink: 0;
  width: 14.3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-top-range__map-cat {
    width: 11rem;
  }
}
.p-top-range__map-dest {
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-top-range__map-dest {
    white-space: nowrap;
  }
}
.p-top-range__map-arrow {
  font-weight: 400;
}
.p-top-range__map-logo {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27rem;
  height: 90%;
  background: #fdfdfd;
  border-radius: 0.5rem;
}
.p-top-range__map-logo img {
  width: 28.4rem;
  height: auto;
}
@media (max-width: 768px) {
  .p-top-range__map-logo {
    flex-shrink: 0;
    width: 11rem;
    height: 90%;
    padding: 1rem;
  }
  .p-top-range__map-logo img {
    width: 12rem;
  }
}
.p-top-range__points {
  margin-top: 1.5rem;
}
.p-top-range__points li {
  position: relative;
  padding-left: 2.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-top-range__points li + li {
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .p-top-range__points li {
    font-size: 1.6rem;
  }
}
.p-top-range__points--ng li {
  color: #0B8900;
}
.p-top-range__points--ng li::before {
  content: "✕";
  position: absolute;
  left: 0;
}
.p-top-range__points--ok li {
  color: #2B2C2A;
}
.p-top-range__points--ok li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0B8900;
  font-weight: 700;
}
.p-top-range__lineup {
  position: relative;
  margin-top: 8rem;
  padding: 6rem 3.6rem 4rem;
  background: #0B8900;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .p-top-range__lineup {
    margin-top: 6rem;
    padding: 5rem 1.6rem 3rem;
  }
}
.p-top-range__lineup-pill {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem 2.4rem;
  background: #fdfdfd;
  border: 0.4rem solid #0B8900;
  border-radius: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-top-range__lineup-pill {
    width: calc(100% - 2rem);
    font-size: 1.6rem;
    text-align: center;
    white-space: normal;
  }
}
.p-top-range__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.8rem;
  align-items: center;
  justify-content: center;
  padding-inline: 8.5rem;
}
@media (max-width: 768px) {
  .p-top-range__tags {
    padding-inline: 0;
  }
}
.p-top-range__tag {
  padding: 0.65rem 1.15rem;
  border: 0.15rem solid #fdfdfd;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
.p-top-range__tag--fill {
  padding: 0.8rem 1rem;
  background: #fdfdfd;
  border-color: #fdfdfd;
  font-weight: 700;
  font-size: 2rem;
  color: #0B8900;
}
@media (max-width: 768px) {
  .p-top-range__tag {
    font-size: 1.3rem;
  }
  .p-top-range__tag--fill {
    font-size: 1.5rem;
  }
}
.p-top-range__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 4rem;
}
.p-top-range__cat {
  width: calc((100% - 2rem) / 3);
  padding: 2.2rem 2rem;
  background: #fff;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .p-top-range__cat {
    width: calc((100% - 1rem) / 2);
    padding: 1.6rem 1.2rem;
  }
}
.p-top-range__cat-head {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .p-top-range__cat-head {
    gap: 0.4rem;
  }
}
.p-top-range__cat-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background: #0B8900;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-range__cat-icon {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.p-top-range__cat-icon img {
  width: 4.8rem;
  height: 4.8rem;
}
@media (max-width: 768px) {
  .p-top-range__cat-icon img {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.p-top-range__cat-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-range__cat-name {
    font-size: 1.6rem;
  }
}
.p-top-range__cat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  align-items: center;
  margin-top: 1.4rem;
}
.p-top-range__cat-tags span:not(.p-top-range__cat-more) {
  padding: 0.4rem 0.8rem;
  background: #EEEEEE;
  border-radius: 0.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-range__cat-tags span:not(.p-top-range__cat-more) {
    font-size: 1.3rem;
  }
}
.p-top-range__cat-more {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #333;
}
.p-top-range__frog {
  position: absolute;
  top: -16rem;
  right: 4rem;
  z-index: 2;
  width: 17.7rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-top-range__frog {
    display: none;
  }
}

.p-top-solutions {
  position: relative;
  padding: 10rem 0 14rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-solutions {
    padding: 6rem 0 10rem;
  }
}
.p-top-solutions__band {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  height: 40rem;
  background: #0B8900;
  border-radius: 12rem 12rem 0 0;
}
@media (max-width: 768px) {
  .p-top-solutions__band {
    height: 30rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.p-top-solutions__inner {
  position: relative;
  z-index: 1;
}
.p-top-solutions__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-top-solutions__head {
    align-items: center;
  }
}
.p-top-solutions__nav {
  display: flex;
  gap: 8rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-top-solutions__nav {
    gap: 2rem;
  }
}
.p-top-solutions__arrow {
  width: 6.5rem;
  height: 6.5rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.p-top-solutions__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-solutions__arrow--next img {
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .p-top-solutions__arrow {
    width: 4rem;
    height: 4rem;
  }
}
.p-top-solutions__slider {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
  padding-left: max(2.4rem, (100% - 120rem) / 2 + 2.4rem);
}
@media (max-width: 768px) {
  .p-top-solutions__slider {
    margin-top: 2.5rem;
    padding-left: 1.6rem;
  }
}
.p-top-solutions__card {
  position: relative;
  display: block;
  width: 100%;
  height: 45rem;
  border-radius: 2rem;
  overflow: hidden;
}
.p-top-solutions__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(43, 44, 42, 0.6);
  z-index: 1;
}
@media (max-width: 768px) {
  .p-top-solutions__card {
    height: 19.5rem;
  }
}
.p-top-solutions__card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-solutions__card-body {
  position: absolute;
  left: 4rem;
  bottom: 4rem;
  z-index: 2;
  max-width: 40rem;
}
@media (max-width: 768px) {
  .p-top-solutions__card-body {
    left: 2.4rem;
    bottom: 2.4rem;
  }
}
.p-top-solutions__card-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-solutions__card-title {
    font-size: 1.7rem;
  }
}
.p-top-solutions__card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #fdfdfd;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .p-top-solutions__card-icon {
    width: 2rem;
    height: 2rem;
  }
}
.p-top-solutions__card-icon img {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 768px) {
  .p-top-solutions__card-icon img {
    width: 2rem;
    height: 2rem;
  }
}
.p-top-solutions__card-desc {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-solutions__card-desc {
    font-size: 1.4rem;
  }
}
.p-top-solutions__card-arrow {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  z-index: 2;
  width: 8rem;
  height: 8rem;
}
.p-top-solutions__card-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-top-solutions__card-arrow {
    right: 2rem;
    bottom: 2rem;
    width: 3.4rem;
    height: 3.4rem;
  }
}
.p-top-solutions .splide__pagination {
  position: static;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: 2rem;
  padding: 0;
}
@media (max-width: 768px) {
  .p-top-solutions .splide__pagination {
    justify-content: center;
  }
}
.p-top-solutions .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  margin: 0;
  background: #2B2C2A;
  border-radius: 50%;
  opacity: 1;
}
.p-top-solutions .splide__pagination__page.is-active {
  background: #fdfdfd;
  transform: none;
}
.p-top-solutions__more {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
  text-align: center;
}
.p-top-solutions__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.8rem 3.5rem;
  background: #fdfdfd;
  border-radius: 4rem;
}
.p-top-solutions__more-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #0B8900;
  letter-spacing: 0.05em;
}
.p-top-solutions__more-label img {
  width: 2.2rem;
  height: 2rem;
}
.p-top-solutions__more-arrow {
  width: 2rem;
  height: 2rem;
}
.p-top-solutions__watermark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  z-index: 1;
  overflow: hidden;
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-top-solutions__watermark {
    bottom: 2rem;
  }
}
.p-top-solutions__watermark-track {
  display: flex;
  width: max-content;
  animation: p-top-solutions-watermark 30s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-solutions__watermark-track {
    animation: none;
  }
}
.p-top-solutions__watermark-img {
  flex-shrink: 0;
  width: auto;
  height: 8rem;
}
@media (max-width: 768px) {
  .p-top-solutions__watermark-img {
    height: 4rem;
  }
}
@keyframes p-top-solutions-watermark {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.p-flow-cta {
  padding: 2rem 0 12rem;
}
@media (max-width: 768px) {
  .p-flow-cta {
    padding: 2rem 0 9rem;
  }
}
.p-flow-cta__box {
  position: relative;
  padding: 6rem 5rem 4rem;
  background: #0B8900;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .p-flow-cta__box {
    padding: 5rem 1.6rem 3rem;
  }
}
.p-flow-cta__pill {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem 2.4rem;
  background: #fdfdfd;
  border: 0.35rem solid #0B8900;
  border-radius: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-flow-cta__pill {
    top: -3.5rem;
    width: calc(100% - 1.5rem);
    padding: 0.8rem 1.2rem;
    font-size: 1.6rem;
    text-align: center;
    white-space: normal;
  }
}
.p-flow-cta__pill-accent {
  color: #0B8900;
}
.p-flow-cta__actions {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-flow-cta__actions {
    display: block;
  }
}
.p-flow-cta__tel {
  display: flex;
  gap: 2.2rem;
  align-items: center;
  padding: 2rem 4rem;
  border: 0.2rem solid #fdfdfd;
  border-radius: 50rem;
}
@media (max-width: 768px) {
  .p-flow-cta__tel {
    justify-content: space-between;
    gap: 0.5rem;
    padding: 1.2rem 1.6rem;
    border-width: 0.15rem;
    border-radius: 1rem;
  }
}
.p-flow-cta__tel-label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-flow-cta__tel-label {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.p-flow-cta__tel-num {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-flow-cta__tel-num img {
  width: 2.5rem;
  height: 2.5rem;
}
.p-flow-cta__tel-num a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.6;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-flow-cta__tel-num {
    gap: 0.5rem;
  }
  .p-flow-cta__tel-num img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .p-flow-cta__tel-num a {
    font-size: 2rem;
    white-space: nowrap;
  }
}
.p-flow-cta__tel-hours {
  flex-shrink: 0;
  padding: 0.2rem 1.2rem;
  background: #fdfdfd;
  border-radius: 50rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-flow-cta__tel-hours {
    font-size: 1.2rem;
  }
}
.p-flow-cta__web {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  padding: 2rem 4rem;
  background: #fdfdfd;
  border-radius: 50rem;
}
@media (max-width: 768px) {
  .p-flow-cta__web {
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding: 1.2rem 1.6rem;
    border-radius: 1rem;
  }
}
.p-flow-cta__web-label {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-flow-cta__web-label {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.p-flow-cta__web-main {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.6;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-flow-cta__web-main {
    font-size: 2rem;
    white-space: nowrap;
  }
}
.p-flow-cta__web-arrow {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 768px) {
  .p-flow-cta__web-arrow {
    width: 3rem;
    height: 3rem;
  }
}
.p-flow-cta__frog {
  position: absolute;
  bottom: -13.5rem;
  width: 15.7rem;
  height: auto;
  pointer-events: none;
}
.p-flow-cta__frog--left {
  left: 8rem;
}
.p-flow-cta__frog--right {
  right: 8rem;
}
@media (max-width: 768px) {
  .p-flow-cta__frog {
    width: 10.4rem;
    bottom: -8.8rem;
  }
  .p-flow-cta__frog--left {
    left: 0;
  }
  .p-flow-cta__frog--right {
    right: 0;
  }
}

.p-building-band {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-building-band img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-building-band {
    height: 25rem;
  }
  .p-building-band img {
    height: 100%;
    object-fit: cover;
  }
}
.p-building-band--overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(43, 44, 42, 0.5);
}
.p-building-band__text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  text-align: center;
  color: #fdfdfd;
}
.p-building-band__en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-building-band__en {
    font-size: 2.4rem;
  }
}
.p-building-band__ja {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .p-building-band__ja {
    font-size: 1.4rem;
  }
}

.p-top-products {
  position: relative;
  overflow: hidden;
  padding: 15rem 0 8rem;
}
@media (max-width: 768px) {
  .p-top-products {
    padding: 8rem 0 6rem;
  }
}
.p-top-products__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 350rem;
  z-index: 0;
  pointer-events: none;
}
.p-top-products__bg img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-products__inner {
  position: relative;
  z-index: 1;
}
.p-top-products__cards {
  margin-top: 7rem;
}
.p-top-products__cards .splide__track {
  overflow: unset;
}
.p-top-products__cards.splide:not(.is-active) .splide__list {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.p-top-products__cards .splide__list {
  display: flex;
}
@media (max-width: 768px) {
  .p-top-products__cards {
    margin-top: 5rem;
  }
  .p-top-products__cards .splide__track {
    padding-top: 3rem;
  }
}
.p-top-products__card {
  position: relative;
  width: 36.667rem;
  background: #fdfdfd;
  border: 0.4rem solid #0B8900;
  border-radius: 0.4rem;
}
@media (max-width: 768px) {
  .p-top-products__card {
    width: 100%;
    border: 0.1rem solid #0B8900;
  }
}
.p-top-products__card-tab {
  position: absolute;
  top: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.6rem 0.8rem;
  background: #0B8900;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-top-products__card-tab {
    font-size: 1.7rem;
  }
}
.p-top-products__card-photo {
  height: 20rem;
  border-bottom: 0.4rem solid #0B8900;
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
}
.p-top-products__card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-top-products__card-photo {
    height: 15rem;
    border-bottom: none;
  }
}
.p-top-products__card-desc {
  padding: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #555;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-products__card-desc {
    font-size: 1.4rem;
  }
}
.p-top-products__dots {
  display: none;
}
.p-top-products__arrows {
  display: none;
}
@media (max-width: 768px) {
  .p-top-products__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    margin-top: 3rem;
  }
  .p-top-products__dots li {
    line-height: 0;
  }
  .p-top-products__dots .splide__pagination__page {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    padding: 0;
    background: transparent;
    border: 0.1rem solid #0B8900;
    border-radius: 50%;
    opacity: 1;
  }
  .p-top-products__dots .splide__pagination__page.is-active {
    background: #0B8900;
    transform: none;
  }
  .p-top-products__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.6rem;
  }
  .p-top-products .splide__arrow {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background: #0B8900;
    border-radius: 50%;
    opacity: 1;
    transform: none;
  }
  .p-top-products .splide__arrow svg {
    display: none;
  }
  .p-top-products .splide__arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0 0.8rem 1.2rem;
    border-color: transparent transparent transparent #fdfdfd;
  }
  .p-top-products .splide__arrow:disabled {
    opacity: 0.4;
  }
  .p-top-products .splide__arrow--prev::before {
    transform: scaleX(-1);
  }
}
.p-top-products__more {
  margin-top: 6rem;
  text-align: center;
}

.p-top-cases {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
  background: #0B8900;
  border-radius: 0 0 12rem 12rem;
}
@media (max-width: 768px) {
  .p-top-cases {
    padding: 6rem 0;
    border-radius: 0 0 5rem 5rem;
  }
}
.p-top-cases__deco-tool {
  position: absolute;
  top: 0;
  left: -6rem;
  height: 100%;
  width: 46rem;
  opacity: 0.5;
  pointer-events: none;
}
.p-top-cases__frog-laptop {
  position: absolute;
  top: 2rem;
  right: 7rem;
  width: 39rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-top-cases__frog-laptop {
    width: 20rem;
    right: -4rem;
  }
}
.p-top-cases__frog-magnify {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(13.3rem);
  width: 12.2rem;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-top-cases__frog-magnify {
    transform: translateX(9rem);
    width: 8rem;
  }
}
.p-top-cases .c-heading {
  position: relative;
  z-index: 1;
}
.p-top-cases__slider {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .p-top-cases__slider {
    padding-bottom: 7rem;
  }
}
.p-top-cases .splide__pagination {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
.p-top-cases .splide__pagination li {
  line-height: 0;
}
.p-top-cases .splide__pagination .splide__pagination__page {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  background: #fdfdfd;
  border: none;
  border-radius: 50%;
  opacity: 0.4;
  transition: opacity 0.2s;
}
.p-top-cases .splide__pagination .splide__pagination__page.is-active {
  opacity: 1;
  transform: none;
}
@media (max-width: 768px) {
  .p-top-cases .splide__pagination {
    gap: 1.6rem;
    margin-top: 3rem;
  }
  .p-top-cases .splide__pagination .splide__pagination__page {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-top-cases__card {
  position: relative;
  background: #fdfdfd;
  border-radius: 2rem;
  transition: transform 0.3s ease;
}
.p-top-cases .splide__slide {
  transition: transform 0.3s ease;
  transform: scale(0.9);
}
.p-top-cases .splide__slide.is-active {
  transform: scale(1) rotate(0deg);
  z-index: 1;
}
.p-top-cases .splide__slide:has(+ .is-active) {
  transform: scale(0.9) rotate(-5deg);
}
.p-top-cases .splide__slide.is-active + .splide__slide {
  transform: scale(0.9) rotate(5deg);
}
.p-top-cases__card-photo {
  position: relative;
  height: 25rem;
}
@media (max-width: 768px) {
  .p-top-cases__card-photo {
    height: 16.7rem;
  }
}
.p-top-cases__card-photo {
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}
.p-top-cases__card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-cases__card-cat {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.6rem 2rem;
  background: #2B2C2A;
  border-radius: 0 0.8rem 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-cases__card-cat {
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
  }
}
.p-top-cases__card-body {
  position: relative;
  overflow: hidden;
  padding: 3rem 4rem;
  border-radius: 0 0 2rem 2rem;
}
@media (max-width: 768px) {
  .p-top-cases__card-body {
    padding: 2rem 1.6rem;
  }
}
.p-top-cases__card-watermark {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 9rem;
  line-height: 1;
  color: #0B8900;
  opacity: 0.05;
  pointer-events: none;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-top-cases__card-watermark {
    right: 1rem;
    top: 1rem;
    font-size: 5rem;
  }
}
.p-top-cases__card-title {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-cases__card-title {
    font-size: 1.9rem;
  }
}
.p-top-cases__card-row {
  display: flex;
  gap: 0.2rem;
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-top-cases__card-row dt {
  flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-top-cases__card-row {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.p-top-cases__more {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
  text-align: center;
}
.p-top-cases .splide__arrows {
  pointer-events: none;
}
.p-top-cases .splide__arrow {
  position: absolute;
  top: 22rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  background: #2B2C2A;
  border-radius: 50%;
  opacity: 1;
  pointer-events: auto;
}
.p-top-cases .splide__arrow svg {
  display: none;
}
.p-top-cases .splide__arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
}
.p-top-cases .splide__arrow--prev {
  left: calc(50% - 34.3rem);
}
.p-top-cases .splide__arrow--prev::before {
  margin-right: 0.3rem;
  border-right: 2.3rem solid #fdfdfd;
}
.p-top-cases .splide__arrow--next {
  right: calc(50% - 34.3rem);
}
.p-top-cases .splide__arrow--next::before {
  margin-left: 0.3rem;
  border-left: 2.3rem solid #fdfdfd;
}
.p-top-cases .splide__arrow:disabled {
  opacity: 0.4;
}
@media (max-width: 768px) {
  .p-top-cases .splide__arrow {
    top: auto;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
  }
  .p-top-cases .splide__arrow::before {
    border-top-width: 0.8rem;
    border-bottom-width: 0.8rem;
  }
  .p-top-cases .splide__arrow--prev {
    left: calc(50% - 6.5rem);
  }
  .p-top-cases .splide__arrow--prev::before {
    border-right-width: 1.4rem;
  }
  .p-top-cases .splide__arrow--next {
    right: calc(50% - 6.5rem);
  }
  .p-top-cases .splide__arrow--next::before {
    border-left-width: 1.4rem;
  }
}

.p-top-news {
  position: relative;
  padding-bottom: 8rem;
}
.p-top-news__band {
  position: relative;
  height: 50rem;
  overflow: hidden;
}
.p-top-news__band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.55);
}
@media (max-width: 768px) {
  .p-top-news__band {
    height: 32rem;
  }
}
.p-top-news__band-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-news__band-text {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
}
.p-top-news__band-en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1.2;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-news__band-en {
    font-size: 2.8rem;
  }
}
.p-top-news__band-ja {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-news__band-ja {
    font-size: 1.8rem;
  }
}
.p-top-news__watermark {
  position: absolute;
  top: 53.4rem;
  left: 0;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-top-news__watermark {
    top: 35rem;
  }
}
.p-top-news__watermark-track {
  display: flex;
  width: max-content;
  animation: p-top-news-watermark 30s linear infinite;
}
.p-top-news__watermark-track span {
  flex-shrink: 0;
  padding-right: 4rem;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0B8900;
}
@media (max-width: 768px) {
  .p-top-news__watermark-track span {
    padding-right: 2rem;
    font-size: 4.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-news__watermark-track {
    animation: none;
  }
}
@keyframes p-top-news-watermark {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-top-news__card {
  position: relative;
  z-index: 2;
  width: 130rem;
  max-width: calc(100% - 4rem);
  margin: -7rem auto 0;
  padding: 7rem 10rem 6rem;
  background: #fdfdfd;
  border-radius: 4rem;
  box-shadow: 0.3rem 0.3rem 2.5rem rgba(43, 44, 42, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}
@media (max-width: 768px) {
  .p-top-news__card {
    display: block;
    padding: 4rem 2.4rem;
    border-radius: 2rem;
  }
}
.p-top-news__side {
  flex-shrink: 0;
}
.p-top-news__cat {
  margin-top: 5rem;
}
.p-top-news__cat-label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-news__cat-label {
    text-align: center;
    font-size: 1.4rem;
  }
}
.p-top-news__cat-list {
  margin-top: 2rem;
}
.p-top-news__cat-list li + li {
  margin-top: 1.4rem;
}
@media (max-width: 768px) {
  .p-top-news__cat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .p-top-news__cat-list li + li {
    margin-top: 0;
  }
}
.p-top-news__cat-item {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  background: #EBFFE9;
  border-radius: 50rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.p-top-news__cat-item:hover {
  opacity: 0.7;
}
.p-top-news__main {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-top-news__main {
    margin-top: 2rem;
  }
}
.p-top-news__item {
  border-bottom: 0.1rem solid rgba(43, 44, 42, 0.5);
}
.p-top-news__item-link {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 2rem 1rem;
  transition: opacity 0.2s;
}
.p-top-news__item-link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .p-top-news__item-link {
    gap: 1.6rem;
  }
}
.p-top-news__item-body {
  flex: 1;
  min-width: 0;
}
.p-top-news__item-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.p-top-news__item-cat {
  padding: 0.7rem 2rem;
  background: #EBFFE9;
  border-radius: 10rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-top-news__item-date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-news__item-date {
    font-size: 1.4rem;
  }
}
.p-top-news__item-title {
  margin-top: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-top-news__item-title {
    font-size: 1.6rem;
  }
}
.p-top-news__item-arrow {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
}
.p-top-news__more {
  margin-top: 5rem;
  text-align: right;
}

.p-top-companies {
  padding: 6rem 0 8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-companies {
    padding: 1.5rem 0 6.5rem;
  }
}
.p-top-companies__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-top-companies__lead {
    font-size: 1.6rem;
  }
}
.p-top-companies__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 4rem;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .p-top-companies__logos {
    gap: 1rem 0.65rem;
    margin-top: 2rem;
  }
}
.p-top-companies__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17%;
  height: 8.6rem;
}
.p-top-companies__logo.--ver02 {
  width: 24%;
}
@media (max-width: 768px) {
  .p-top-companies__logo.--ver02 {
    width: 16rem;
  }
}
.p-top-companies__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .p-top-companies__logo {
    width: 11rem;
    height: 4.5rem;
  }
}
.p-top-companies__note {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-top-companies__note {
    margin-top: 1.4rem;
  }
}

.p-news {
  padding: 4rem 0 8rem;
}
@media (max-width: 768px) {
  .p-news {
    padding: 2rem 0 8rem;
  }
}
.p-news__filter {
  position: relative;
  padding: 3.8rem;
  border: 0.2rem solid #0B8900;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .p-news__filter {
    padding: 1.8rem 1.4rem;
    border-radius: 1rem;
  }
}
.p-news__filter-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .p-news__filter-head {
    gap: 0.8rem;
  }
}
.p-news__filter-icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 768px) {
  .p-news__filter-icon {
    width: 2rem;
    height: 2rem;
  }
}
.p-news__filter-head-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: normal;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-news__filter-head-text {
    font-size: 1.8rem;
  }
}
.p-news__filter-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .p-news__filter-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.4rem 1rem;
  }
}
.p-news__filter-cell {
  flex-shrink: 0;
}
.p-news__filter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 19.7rem;
  padding: 1.25rem 3.6rem;
  border: 0.15rem solid #2B2C2A;
  border-radius: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: normal;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.p-news__filter-item:hover {
  opacity: 0.7;
}
.p-news__filter-item.is-current {
  background: #0B8900;
  border-color: #0B8900;
  color: #fdfdfd;
}
@media (max-width: 768px) {
  .p-news__filter-item {
    width: 14.2rem;
    padding: 0.85rem 1.6rem;
    border-radius: 0.6rem;
    font-size: 1.5rem;
  }
}
.p-news__filter-leaf {
  flex-shrink: 0;
  width: 1.756rem;
  height: 1.566rem;
}
.p-news__filter-frog {
  position: absolute;
  top: -6.3rem;
  right: -0.2rem;
  width: 12.2rem;
  height: 15rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-news__filter-frog {
    top: -2.2rem;
    width: 6.5rem;
    height: 8rem;
  }
}
.p-news__list {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-news__list {
    padding-inline: 1.6rem;
    margin-top: 3rem;
  }
}
.p-news__item {
  border-bottom: 0.1rem solid rgba(43, 44, 42, 0.5);
}
.p-news__item-link {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 2rem 1rem;
  transition: opacity 0.2s;
}
.p-news__item-link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .p-news__item-link {
    gap: 1rem;
    padding: 1.4rem 0.8rem;
  }
}
.p-news__item-body {
  flex: 1;
  min-width: 0;
}
.p-news__item-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .p-news__item-meta {
    gap: 0.8rem;
  }
}
.p-news__item-date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-news__item-date {
    font-size: 1.4rem;
  }
}
.p-news__item-title {
  display: block;
  margin-top: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-news__item-title {
    margin-top: 0.6rem;
    font-size: 1.6rem;
  }
}
.p-news__item-arrow {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 768px) {
  .p-news__item-arrow {
    width: 3rem;
    height: 3rem;
  }
}
.p-news__empty {
  padding: 4rem 0;
  text-align: center;
  color: #2B2C2A;
}
.p-news__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-news__pager {
    gap: 1.8rem;
    margin-top: 3rem;
  }
}
.p-news__pager-edge {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  color: #0B8900;
  transition: opacity 0.2s;
}
.p-news__pager-edge:hover {
  opacity: 0.7;
}
.p-news__pager-edge.is-disabled {
  opacity: 0.4;
  color: #2B2C2A;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-news__pager-edge {
    gap: 0.8rem;
    font-size: 1.4rem;
  }
}
.p-news__pager-leaf {
  flex-shrink: 0;
  width: 1.566rem;
  height: 1.756rem;
}
.p-news__pager-leaf--prev {
  transform: rotate(90deg) scaleY(-1);
}
.p-news__pager-leaf--next {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .p-news__pager-leaf {
    width: 1.248rem;
    height: 1.4rem;
  }
}
.p-news__pager-nums {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .p-news__pager-nums {
    gap: 0.8rem;
  }
}
.p-news .page-numbers {
  display: block;
  width: 5rem;
  height: 5rem;
  border: 0.15rem solid #0B8900;
  border-radius: 50%;
  background: #fdfdfd;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 4.7rem;
  color: #0B8900;
  text-align: center;
  transition: opacity 0.2s;
}
.p-news .page-numbers:hover {
  opacity: 0.7;
}
.p-news .page-numbers.current {
  background: #0B8900;
  color: #fdfdfd;
}
.p-news .page-numbers.dots {
  width: 2.3rem;
  height: 0.5rem;
  border: none;
  border-radius: 0;
  background-image: radial-gradient(circle 0.25rem at 0.25rem 50%, #0B8900 100%, transparent 0);
  background-size: 0.9rem 0.5rem;
  background-repeat: repeat-x;
  font-size: 0;
}
@media (max-width: 768px) {
  .p-news .page-numbers {
    width: 4rem;
    height: 4rem;
    font-size: 1.7rem;
    line-height: 3.7rem;
  }
  .p-news .page-numbers.dots {
    width: 1.8rem;
    height: 0.4rem;
    background-image: radial-gradient(circle 0.2rem at 0.2rem 50%, #0B8900 100%, transparent 0);
    background-size: 0.7rem 0.4rem;
  }
}

.p-single-head {
  margin-top: 9.1rem;
  padding: 4rem 0 3rem;
  border-bottom: 0.1rem solid #0B8900;
}
@media (max-width: 768px) {
  .p-single-head {
    margin-top: 6rem;
    padding: 3rem 0 2rem;
  }
}
.p-single-head__meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.p-single-head__date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-single-head__date {
    font-size: 1.4rem;
  }
}
.p-single-head__title {
  margin-top: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-single-head__title {
    font-size: 1.8rem;
  }
}
.p-single-head__breadcrumb {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-single-head__breadcrumb {
    margin-top: 1.2rem;
  }
}

.p-single {
  padding: 6rem 0 10rem;
}
@media (max-width: 768px) {
  .p-single {
    padding: 3rem 0 6rem;
  }
}
.p-single__cols {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}
@media (max-width: 768px) {
  .p-single__cols {
    display: block;
  }
}
.p-single__main {
  flex: 1;
  min-width: 0;
}
.p-single__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 700/400;
  object-fit: cover;
  border-radius: 1.2rem;
}
@media (max-width: 768px) {
  .p-single__thumb img {
    aspect-ratio: 343/190;
    border-radius: 0.8rem;
  }
}
.p-single__thumb + .c-article {
  margin-top: 2rem;
}
.p-single__share {
  margin-top: 8rem;
  padding: 2rem 0;
  border-top: 0.2rem solid #2B2C2A;
  border-bottom: 0.2rem solid #2B2C2A;
  text-align: center;
}
@media (max-width: 768px) {
  .p-single__share {
    margin-top: 5rem;
    padding: 1.2rem 0;
  }
}
.p-single__share-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-single__share-title {
    font-size: 1.6rem;
  }
}
.p-single__share-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 1.4rem;
}
@media (max-width: 768px) {
  .p-single__share-row {
    gap: 1.6rem;
  }
}
.p-single__share-sns {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.p-single__share-sns a {
  display: block;
  transition: opacity 0.2s;
}
.p-single__share-sns a:hover {
  opacity: 0.7;
}
.p-single__share-sns img {
  display: block;
  width: auto;
  height: 3rem;
}
@media (max-width: 768px) {
  .p-single__share-sns {
    gap: 1.4rem;
  }
  .p-single__share-sns img {
    height: 2.4rem;
  }
}
.p-single__share-copy {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.6rem 1.4rem;
  background: transparent;
  border: 0.15rem solid #2B2C2A;
  border-radius: 50rem;
  cursor: pointer;
  transition: opacity 0.2s;
}
.p-single__share-copy:hover {
  opacity: 0.7;
}
.p-single__share-copy img {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 768px) {
  .p-single__share-copy {
    gap: 0.8rem;
    padding: 0.6rem 1rem;
  }
}
.p-single__share-copy-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-single__share-copy-text {
    font-size: 1.2rem;
  }
}
.p-single__related {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .p-single__related {
    margin-top: 5rem;
  }
}
.p-single__related-title {
  padding-bottom: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-single__related-title::after {
  content: "";
  display: block;
  height: 0.3rem;
  margin-top: 1rem;
  border-radius: 50rem;
  background-color: #B4B4B5;
  background-image: linear-gradient(#2B2C2A, #2B2C2A);
  background-repeat: no-repeat;
  background-size: 4.17rem 100%;
}
@media (max-width: 768px) {
  .p-single__related-title {
    padding-bottom: 1.2rem;
    font-size: 2rem;
  }
  .p-single__related-title::after {
    background-size: 2.04rem 100%;
  }
}
.p-single__related-list {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media (max-width: 768px) {
  .p-single__related-list {
    gap: 1.2rem;
  }
}
.p-single__related-item {
  flex: 1;
  min-width: 0;
  max-width: 34rem;
}
.p-single__related-link {
  display: block;
  transition: opacity 0.2s;
}
.p-single__related-link:hover {
  opacity: 0.7;
}
.p-single__related-thumb {
  display: block;
}
.p-single__related-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 340/191;
  object-fit: cover;
  border-radius: 0.8rem;
}
.p-single__related-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-inline: 1.4rem;
  margin-top: 1.4rem;
}
@media (max-width: 768px) {
  .p-single__related-meta {
    gap: 0.8rem;
    padding-inline: 0;
    margin-top: 1rem;
  }
}
.p-single__related-date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: normal;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-single__related-name {
  display: block;
  padding-inline: 1.4rem;
  margin-top: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-single__related-name {
    padding-inline: 0;
    font-size: 1.4rem;
  }
}
.p-single__back {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-single__back {
    margin-top: 3rem;
  }
}
.p-single__side {
  flex-shrink: 0;
  width: 30rem;
}
@media (max-width: 768px) {
  .p-single__side {
    width: 100%;
    margin-top: 5rem;
  }
}
.p-single__widget + .p-single__widget {
  margin-top: 5rem;
}
.p-single__widget-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: normal;
  color: #2B2C2A;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .p-single__widget-title {
    font-size: 2rem;
  }
}
.p-single__widget-group {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .p-single__widget-group {
    margin-top: 2.4rem;
  }
}
.p-single__widget-cat {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-single__widget-list {
  margin-top: 1.4rem;
}
.p-single__widget-item + .p-single__widget-item {
  margin-top: 2rem;
}
.p-single__widget-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: opacity 0.2s;
}
.p-single__widget-link:hover {
  opacity: 0.7;
}
.p-single__widget-thumb {
  display: block;
  flex-shrink: 0;
  width: 10rem;
}
.p-single__widget-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 100/70;
  object-fit: cover;
  border-radius: 0.4rem;
}
.p-single__widget-body {
  display: block;
  flex: 1;
  min-width: 0;
}
.p-single__widget-date {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-single__widget-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.p-single__recruit {
  display: block;
  margin-top: 2rem;
  border-radius: 1.2rem;
  overflow: hidden;
  transition: opacity 0.2s;
}
.p-single__recruit:hover {
  opacity: 0.9;
}
.p-single__recruit-visual {
  display: block;
  position: relative;
}
.p-single__recruit-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 300/178;
  object-fit: cover;
}
.p-single__recruit-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(253, 253, 253, 0.3);
}
.p-single__recruit-copy {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 1;
}
.p-single__recruit-label {
  display: table;
  padding: 0.2rem 0.4rem;
  background: #0B8900;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
.p-single__recruit-label + .p-single__recruit-label {
  margin-top: 0.8rem;
}
.p-single__recruit-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: 1rem 1.2rem;
  background: #0B8900;
}
.p-single__recruit-bar img {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.p-single__recruit-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: normal;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}

.p-thanks {
  padding: 7rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .p-thanks {
    padding: 4rem 0;
  }
}
.p-thanks__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-thanks__title {
    font-size: 2rem;
  }
}
.p-thanks__text {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-thanks__text {
    font-size: 1.5rem;
  }
}
.p-thanks__note {
  margin-top: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-thanks__note {
    font-size: 1.5rem;
  }
}
.p-thanks__back {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-thanks__back {
    margin-top: 3rem;
  }
}

.p-policy {
  padding: 4rem 0 10rem;
}
@media (max-width: 768px) {
  .p-policy {
    padding: 3rem 0 6rem;
  }
}
.p-policy__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 1.7;
  color: #0B8900;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-policy__title {
    font-size: 3rem;
  }
}
.p-policy__intro {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-policy__section {
  margin-top: 4rem;
}
.p-policy__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-policy__text {
  margin-top: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-policy__text {
    font-size: 1.5rem;
  }
}
.p-policy__list {
  margin-top: 1.8rem;
  padding-left: 2.7rem;
  list-style: decimal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-policy__list > li + li {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .p-policy__list {
    font-size: 1.5rem;
  }
}
.p-policy__list--none {
  padding-left: 0;
  list-style: none;
}
.p-policy__sublist {
  margin-top: 0.5rem;
  padding-left: 2.7rem;
  list-style: lower-alpha;
}
.p-policy__sublist > li + li {
  margin-top: 0.5rem;
}
.p-policy__updated {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  text-align: right;
}
@media (max-width: 768px) {
  .p-policy__updated {
    font-size: 1.4rem;
  }
}
.p-policy__back {
  margin-top: 5rem;
  text-align: center;
}

.p-contact {
  padding: 5rem 0 10rem;
}
@media (max-width: 768px) {
  .p-contact {
    padding: 4rem 0 6rem;
  }
}
.p-contact__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-contact__lead + .p-contact__lead {
  margin-top: 3.4rem;
}
@media (max-width: 768px) {
  .p-contact__lead {
    font-size: 1.5rem;
  }
}
.p-contact__form {
  margin-top: 6rem;
}
.p-contact__field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.p-contact__field + .p-contact__field {
  margin-top: 3.5rem;
}
.p-contact__field--textarea {
  align-items: flex-start;
}
.p-contact__field .wpcf7-form-control-wrap {
  display: block;
}
@media (max-width: 768px) {
  .p-contact__field {
    display: block;
  }
  .p-contact__field .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.p-contact__label {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
}
.p-contact__badge {
  padding: 0.6rem 1.2rem;
  background: #f8f8f8;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-contact__badge--req {
  background: #0B8900;
  color: #fdfdfd;
}
.p-contact__label-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-contact__input {
  width: 60rem;
  padding: 1.6rem 2.4rem;
  background: #fdfdfd;
  border: 0.05rem solid #2B2C2A;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-contact__input::placeholder {
  color: rgba(43, 44, 42, 0.3);
}
@media (max-width: 768px) {
  .p-contact__input {
    width: 100%;
    margin-top: 1.2rem;
    font-size: 1.6rem;
  }
}
.p-contact__textarea {
  height: 22rem;
  resize: vertical;
}
.p-contact__privacy {
  margin-top: 6rem;
  text-align: center;
}
.p-contact__privacy-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-contact__privacy-text {
    font-size: 1.5rem;
  }
}
.p-contact__agree {
  margin-top: 4.8rem;
}
.p-contact__agree .wpcf7-list-item {
  margin: 0;
}
.p-contact__agree label {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
}
.p-contact__check {
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  accent-color: #0B8900;
}
.p-contact__agree-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-contact__agree-text a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .p-contact__agree-text {
    font-size: 1.6rem;
  }
}
.p-contact__submit {
  display: block;
  margin: 4.8rem auto 0;
  padding: 2rem 10rem;
  background: #0B8900;
  border-radius: 4.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.2s;
}
.p-contact__submit:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .p-contact__submit {
    padding: 1.8rem 6rem;
    font-size: 2rem;
  }
}
.p-contact .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #d00000;
  letter-spacing: 0.05em;
  text-align: left;
}
.p-contact .wpcf7-response-output {
  margin: 3rem 0 0;
  padding: 1.6rem 2rem;
  border-width: 0.2rem;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact .wpcf7-response-output {
    font-size: 1.4rem;
  }
}
.p-contact .wpcf7-spinner {
  display: none;
}
.p-contact form.submitting .wpcf7-spinner {
  display: block;
  margin: 1.6rem auto 0;
  visibility: visible;
}
.p-contact .wpcf7-not-valid.p-contact__input {
  border-color: #d00000;
}

.p-company-info {
  position: relative;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .p-company-info {
    padding: 5rem 0;
  }
}
.p-company-info__frog {
  position: absolute;
  top: 4.5rem;
  right: 12rem;
  z-index: 1;
  width: 16.1rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-company-info__frog {
    top: 2rem;
    right: 1.6rem;
    width: 9rem;
  }
}
.p-company-info__grid {
  display: flex;
  gap: 4rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-company-info__grid {
    display: block;
  }
}
.p-company-info__col {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-company-info__col + .p-company-info__col {
    margin-top: 0;
  }
}
.p-company-info__row {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  border-bottom: 0.1rem solid #0B8900;
}
.p-company-info__row dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 11.9rem;
  padding: 1.6rem 1rem;
  background: #ebffe9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #0B8900;
  letter-spacing: 0.05em;
}
.p-company-info__row dd {
  flex: 1;
  padding: 1.6rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-company-info__row dt {
    width: 10rem;
    font-size: 1.4rem;
  }
  .p-company-info__row dd {
    font-size: 1.4rem;
  }
}
.p-company-info__map {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.4rem 0;
  color: #0B8900;
}
.p-company-info__map img {
  width: 1.1rem;
  height: 1.4rem;
}

.p-company-message {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-company-message {
    padding: 5rem 0;
  }
}
.p-company-message__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 144rem;
  height: 50rem;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.p-company-message__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
@media (max-width: 768px) {
  .p-company-message__bg {
    width: 100%;
    height: 30rem;
  }
}
.p-company-message__inner {
  position: relative;
  z-index: 1;
}
.p-company-message__card {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
  margin-top: 4rem;
  padding: 4rem 6rem;
  background: #fdfdfd;
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 1rem rgba(43, 44, 42, 0.06);
}
@media (max-width: 768px) {
  .p-company-message__card {
    display: block;
    padding: 3rem 2.4rem;
  }
}
.p-company-message__body {
  flex: 1;
  min-width: 0;
}
.p-company-message__catch-line {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  background: #0B8900;
  border-radius: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
.p-company-message__catch-line + .p-company-message__catch-line {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-company-message__catch-line {
    font-size: 2rem;
  }
}
.p-company-message__text {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-company-message__text {
    font-size: 1.5rem;
  }
}
.p-company-message__sign {
  margin-top: 5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  text-align: right;
}
.p-company-message__photo {
  flex-shrink: 0;
  width: 46rem;
  height: 48rem;
  border-radius: 1rem;
  overflow: hidden;
}
.p-company-message__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-company-message__photo {
    width: 100%;
    height: 32rem;
    margin-top: 3rem;
  }
}

.p-company-bases {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .p-company-bases {
    padding: 5rem 0;
  }
}
.p-company-bases__group {
  margin-top: 4rem;
}
.p-company-bases__head {
  position: relative;
  width: 100%;
  padding: 1.2rem 4rem;
  background: #0B8900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #fdfdfd;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
}
.p-company-bases__head-icon {
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #fdfdfd;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.p-company-bases__head-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.1rem 0.9rem 0 0.9rem;
  border-color: #0B8900 transparent transparent transparent;
  transform: translate(-50%, -45%);
}
.p-company-bases__panel {
  margin-top: 4rem;
}
.p-company-bases__panel[hidden] {
  display: none;
}
.p-company-bases__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media (max-width: 768px) {
  .p-company-bases__grid {
    gap: 3rem;
    justify-content: center;
  }
}
.p-company-bases__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33rem;
  min-height: 25rem;
}
@media (max-width: 768px) {
  .p-company-bases__card {
    width: 100%;
    min-height: 0;
  }
}
.p-company-bases__card-name {
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid #0B8900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-company-bases__group--affiliate .p-company-bases__card-name {
  min-height: 5.68rem;
}
@media (max-width: 768px) {
  .p-company-bases__group--affiliate .p-company-bases__card-name {
    min-height: 0;
  }
}
.p-company-bases__card-addr {
  margin-top: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-company-bases__card-tel {
  margin-top: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-company-bases__map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin: auto;
  margin-top: 2rem;
  padding: 1.4rem 1.8rem;
  border: 0.1rem solid #2B2C2A;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.p-company-bases__map:hover {
  opacity: 0.7;
}

.p-company-history {
  padding: 8rem 0;
}
.p-company-history .splide__track {
  overflow: unset;
}
@media (max-width: 768px) {
  .p-company-history {
    padding: 5rem 0;
  }
}
.p-company-history__slider {
  position: relative;
  margin-top: 5rem;
}
.p-company-history__item {
  position: relative;
  width: 100%;
  padding: 3.5rem 2rem 0 0;
  border-top: 0.2rem solid rgba(43, 44, 42, 0.2);
}
.p-company-history__marker {
  position: absolute;
  top: -1.5rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: #fdfdfd;
  border: 0.2rem solid #0B8900;
  border-radius: 50%;
}
.p-company-history__marker img {
  width: 1.6rem;
  height: auto;
}
.p-company-history__marker::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0.1rem;
  height: 2rem;
  background: rgba(43, 44, 42, 0.5);
  transform: translateX(-50%);
}
.p-company-history__year {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-company-history__desc {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-company-history__controls {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
.p-company-history__arrows {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.p-company-history__arrows .splide__arrow {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #0B8900;
  border-radius: 50%;
  opacity: 1;
  transform: none;
}
.p-company-history__arrows .splide__arrow svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: #fdfdfd;
}
.p-company-history__arrows .splide__arrow:disabled {
  opacity: 0.35;
}
.p-company-history__arrows .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.p-company-history__line {
  flex: 1;
  height: 0.2rem;
  background: rgba(43, 44, 42, 0.2);
}

.p-reason-intro {
  padding: 8rem 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .p-reason-intro {
    padding: 7rem 0 0;
  }
}
.p-reason-intro__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.8;
  color: #0B8900;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .p-reason-intro__lead {
    font-size: 2.4rem;
  }
}
.p-reason-intro__catch {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.2rem 1rem;
  background: #0B8900;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.8;
  color: #fdfdfd;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .p-reason-intro__catch {
    margin-top: 0.5rem;
    font-size: 2.4rem;
    white-space: nowrap;
  }
}

.p-reasons {
  padding: 7rem 0 8rem;
}
@media (max-width: 768px) {
  .p-reasons {
    padding: 2rem 0 7rem;
  }
}
.p-reasons__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4rem;
}
.p-reasons__item + .p-reasons__item {
  margin-top: 8rem;
}
.p-reasons__item:nth-child(even) {
  flex-direction: row;
}
@media (max-width: 768px) {
  .p-reasons__item {
    display: block;
  }
  .p-reasons__item + .p-reasons__item {
    margin-top: 5rem;
  }
}
.p-reasons__body {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-reasons__body {
    margin-top: 2rem;
  }
}
.p-reasons__num {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-reasons__num {
    font-size: 1.4rem;
  }
}
.p-reasons__title {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-reasons__title {
    margin-top: 0.2rem;
    font-size: 1.9rem;
  }
}
.p-reasons__text {
  margin-top: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-reasons__text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.p-reasons__photo {
  flex-shrink: 0;
  width: 52rem;
  height: 32rem;
  border-radius: 2rem;
  overflow: hidden;
}
.p-reasons__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-reasons__photo {
    width: 100%;
    height: 20rem;
    border-radius: 1rem;
  }
}
.p-reasons__photo--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem;
  background: #fdfdfd;
}
.p-reasons__photo--logo img {
  width: auto;
  max-width: 80%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-reasons__photo--logo {
    padding: 2rem;
  }
  .p-reasons__photo--logo img {
    max-width: 88%;
  }
}

.p-comparison {
  position: relative;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .p-comparison {
    padding: 4rem 0;
  }
}
.p-comparison__frog {
  position: absolute;
  top: 1rem;
  left: 19rem;
  z-index: 1;
  width: 17.7rem;
  height: auto;
}
@media (max-width: 768px) {
  .p-comparison__frog {
    top: 4.4rem;
    left: 0.2rem;
    width: 6.1rem;
  }
}
.p-comparison__head--solution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  text-align: center;
}
.p-comparison__head--solution .p-comparison__frog--solution {
  position: static;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-comparison__head--solution .p-comparison__frog--solution {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-comparison__head--solution {
    display: block;
  }
}
.p-comparison__heading {
  display: inline-block;
  padding: 1.4rem 3rem;
  background: #0B8900;
  border-radius: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-comparison__heading {
    display: block;
    padding: 0.2rem 1rem;
    font-size: 2rem;
    line-height: 1.7;
    text-align: center;
  }
}
.p-comparison__scroll {
  margin-top: 5rem;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .p-comparison__scroll {
    margin-top: 2rem;
  }
}
.p-comparison__table {
  width: 100%;
  max-width: 108rem;
  min-width: 82rem;
  margin-inline: auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
@media (max-width: 768px) {
  .p-comparison__table {
    min-width: 74.4rem;
  }
}
.p-comparison__th-empty {
  width: 24rem;
  background: #EEEEEE;
  border: 0.1rem solid #EEEEEE;
  border-top-left-radius: 0.4rem;
}
@media (max-width: 768px) {
  .p-comparison__th-empty {
    width: 21.8rem;
  }
}
.p-comparison__th {
  width: 21rem;
  padding: 1.8rem 1rem;
  background: #EEEEEE;
  border: 0.1rem solid #EEEEEE;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-comparison__th:last-child {
  border-top-right-radius: 0.4rem;
}
.p-comparison__th--main {
  width: 40rem;
  background: #0B8900;
  border-color: #0B8900;
  color: #fdfdfd;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .p-comparison__th {
    width: 14.9rem;
    padding: 1.6rem 1rem;
    font-size: 1.7rem;
  }
  .p-comparison__th--main {
    width: 22.6rem;
    font-size: 2rem;
  }
}
.p-comparison__row-label {
  padding: 1.8rem 2rem;
  background: #fdfdfd;
  border: 0.1rem solid #EEEEEE;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-comparison__row-label {
    padding: 1.45rem 2.1rem;
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.p-comparison__icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.2rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-comparison__icon {
    width: 2rem;
    height: 2rem;
  }
}
.p-comparison__cell {
  padding: 1.8rem 1rem;
  background: #fdfdfd;
  border: 0.1rem solid #EEEEEE;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
  color: #0B8900;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
.p-comparison__cell--main {
  background: #0B8900;
  border-color: #0B8900;
  color: #fdfdfd;
  border-top: 1px solid;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .p-comparison__cell {
    padding: 1.6rem 1rem;
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .p-comparison__cell--main {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-comparison__infinity {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-comparison__infinity {
    font-size: 2.4rem;
  }
}
.p-comparison tbody tr:last-child .p-comparison__row-label {
  border-bottom-left-radius: 0.4rem;
}
.p-comparison tbody tr:last-child .p-comparison__cell:last-child {
  border-bottom-right-radius: 0.4rem;
}

.p-solution-cards {
  padding: 12rem 0 14rem;
  background: #0B8900;
  border-radius: 10rem 10rem 0 0;
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .p-solution-cards {
    padding: 8rem 0 9rem;
    border-radius: 4rem 4rem 0 0;
  }
}
.p-solution-cards__head {
  position: relative;
  margin-top: -19rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-solution-cards__head {
    margin-top: -12rem;
  }
}
.p-solution-cards__lead {
  display: inline-block;
  padding: 1.6rem 4rem;
  background: #fdfdfd;
  border: 4px solid;
  border-radius: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-solution-cards__lead {
    padding: 1rem 2rem;
    font-size: 2rem;
  }
}
.p-solution-cards__frog {
  position: absolute;
  right: 0;
  top: 1.8rem;
  width: 22.9rem;
  height: auto;
}
@media (max-width: 768px) {
  .p-solution-cards__frog {
    display: none;
  }
}
.p-solution-cards__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6rem 5rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-solution-cards__grid {
    display: block;
    margin-top: 4rem;
  }
}
.p-solution-cards__card {
  position: relative;
  display: block;
  width: calc((100% - 5rem) / 2);
}
.p-solution-cards__card:nth-child(2n) {
  margin-top: 7rem;
}
.p-solution-cards__card:hover .p-solution-cards__card-info {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .p-solution-cards__card {
    width: 100%;
  }
  .p-solution-cards__card:nth-child(2n) {
    margin-top: 0;
  }
  .p-solution-cards__card + .p-solution-cards__card {
    margin-top: 13rem;
  }
}
.p-solution-cards__card-bg {
  position: relative;
  height: 38rem;
  border-radius: 1rem;
  overflow: hidden;
}
.p-solution-cards__card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(43, 44, 42, 0.6);
}
.p-solution-cards__card-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-solution-cards__card-bg {
    height: 19.9rem;
  }
}
.p-solution-cards__card-info {
  position: absolute;
  right: 0;
  bottom: -7rem;
  display: flex;
  align-items: center;
  gap: 10rem;
  padding: 2.5rem 3rem;
  background: #fdfdfd;
  border-radius: 1.2rem;
  transition: opacity 0.2s;
}
@media (max-width: 768px) {
  .p-solution-cards__card-info {
    justify-content: space-between;
    width: 29.1rem;
    gap: 1rem;
    padding: 1.5rem 2rem;
    border-radius: 0.6rem;
  }
}
.p-solution-cards__card-text {
  width: 31.5rem;
}
@media (max-width: 768px) {
  .p-solution-cards__card-text {
    width: auto;
  }
}
.p-solution-cards__card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .p-solution-cards__card-head {
    gap: 0.45rem;
  }
}
.p-solution-cards__card-icon {
  flex-shrink: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  background: #0B8900;
  border-radius: 50%;
}
.p-solution-cards__card-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-solution-cards__card-icon {
    width: 2rem;
    height: 2rem;
  }
}
.p-solution-cards__card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3;
  color: #0B8900;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-solution-cards__card-title {
    font-size: 1.7rem;
  }
}
.p-solution-cards__card-sub {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-solution-cards__card-sub {
    margin-top: 0.45rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-solution-cards__card-arrow {
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
}
.p-solution-cards__card-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .p-solution-cards__card-arrow {
    width: 4rem;
    height: 4rem;
  }
}

.p-sol-check {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .p-sol-check {
    padding: 5rem 0 0;
  }
}
.p-sol-check__box {
  position: relative;
  padding: 5.8rem 28.3rem 4.3rem 5.3rem;
  border: 0.3rem solid #0B8900;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .p-sol-check__box {
    padding: 2.8rem 1.2rem 2.3rem;
  }
}
.p-sol-check__title {
  position: absolute;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem 2.4rem;
  background: #0B8900;
  border-radius: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
  color: #fdfdfd;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-sol-check__title {
    top: -2.1rem;
    padding: 0.5rem 1.2rem;
    font-size: 2rem;
  }
}
.p-sol-check__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-block: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #0B8900;
  letter-spacing: 0.05em;
}
.p-sol-check__item + .p-sol-check__item {
  margin-top: 1rem;
}
.p-sol-check__item::before {
  content: "✓";
  flex-shrink: 0;
  color: #0B8900;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-sol-check__item {
    gap: 0.5rem;
    font-size: 1.7rem;
  }
  .p-sol-check__item + .p-sol-check__item {
    margin-top: 0.5rem;
  }
}
.p-sol-check__frog {
  position: absolute;
  right: -1.3rem;
  top: 9rem;
  width: 30.5rem;
  height: auto;
}
@media (max-width: 768px) {
  .p-sol-check__frog {
    right: 0;
    top: auto;
    bottom: -4.5rem;
    width: 10rem;
  }
}

.p-sol-products {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .p-sol-products {
    padding: 5rem 0;
  }
}
.p-sol-products__grid {
  position: relative;
  margin-top: 5rem;
}
.p-sol-products__grid.splide:not(.is-active) .splide__list {
  display: flex;
}
.p-sol-products__grid .splide__list {
  display: flex;
  gap: 2rem;
}
.p-sol-products__grid .splide__slide {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-sol-products__grid {
    margin-top: 3rem;
    padding-bottom: 7rem;
  }
  .p-sol-products__grid .splide__list {
    gap: 0;
  }
  .p-sol-products__grid .splide__slide {
    flex: none;
  }
}
.p-sol-products__grid .splide__pagination {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 3rem;
}
.p-sol-products__grid .splide__pagination li {
  line-height: 0;
}
.p-sol-products__grid .splide__pagination .splide__pagination__page {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  background: transparent;
  border: 0.1rem solid #0B8900;
  border-radius: 50%;
  opacity: 1;
}
.p-sol-products__grid .splide__pagination .splide__pagination__page.is-active {
  background: #0B8900;
  transform: none;
}
.p-sol-products__grid .splide__arrow {
  position: absolute;
  top: auto;
  bottom: 1rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #0B8900;
  border-radius: 50%;
  opacity: 1;
}
.p-sol-products__grid .splide__arrow svg {
  display: none;
}
.p-sol-products__grid .splide__arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
}
.p-sol-products__grid .splide__arrow--prev {
  left: calc(50% - 6.5rem);
}
.p-sol-products__grid .splide__arrow--prev::before {
  margin-right: 0.2rem;
  border-right: 1.4rem solid #fdfdfd;
}
.p-sol-products__grid .splide__arrow--next {
  right: calc(50% - 6.5rem);
}
.p-sol-products__grid .splide__arrow--next::before {
  margin-left: 0.2rem;
  border-left: 1.4rem solid #fdfdfd;
}
.p-sol-products__card {
  padding: 2rem;
  border: 0.3rem solid #0B8900;
  border-radius: 1rem;
  text-align: center;
}
.p-sol-products__card-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #0B8900;
  letter-spacing: 0.05em;
}
.p-sol-products__card-photo {
  height: 20rem;
  margin-top: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  background: #fdfdfd;
}
.p-sol-products__card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sol-products__card-photo--contain img {
  object-fit: contain;
}
.p-sol-products__more {
  margin-top: 5rem;
  text-align: center;
}

.p-frogband {
  overflow: hidden;
}
.p-frogband__track {
  display: flex;
  width: max-content;
  animation: p-frogband-scroll 40s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-frogband__track {
    animation: none;
  }
}
.p-frogband img {
  display: block;
  flex-shrink: 0;
  width: 144rem;
  height: auto;
}
@media (max-width: 768px) {
  .p-frogband img {
    width: auto;
    height: 8rem;
  }
}

@keyframes p-frogband-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-sol-price {
  position: relative;
  z-index: 1;
  margin-top: -6rem;
  padding: 8rem 0;
  background: #fdfdfd;
  border-radius: 6rem 6rem 0 0;
}
@media (max-width: 768px) {
  .p-sol-price {
    margin-top: -3rem;
    padding: 5rem 0;
    border-radius: 3rem 3rem 0 0;
  }
}
.p-sol-price__frog {
  position: absolute;
  left: 4rem;
  top: 12rem;
  width: 15rem;
  height: auto;
}
@media (max-width: 768px) {
  .p-sol-price__frog {
    display: none;
  }
}
.p-sol-price__lead {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-sol-price__lead {
    font-size: 1.5rem;
  }
}
.p-sol-price__cards {
  display: flex;
  gap: 4rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-sol-price__cards {
    display: block;
  }
}
.p-sol-price__card {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 4rem 3.5rem;
  background: #fdfdfd;
  border: 0.3rem solid #0B8900;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .p-sol-price__card + .p-sol-price__card {
    margin-top: 4rem;
  }
}
.p-sol-price__card--aid {
  background: #EBFFE9;
}
@media (max-width: 768px) {
  .p-sol-price__card {
    padding: 3.1rem 1.9rem 2.3rem;
  }
}
.p-sol-price__card-tag {
  position: absolute;
  top: -2.4rem;
  left: 34%;
  padding: 0.9rem 3rem;
  background: #0B8900;
  border-radius: 50rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-sol-price__card-tag {
    top: -2.1rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem 2.2rem;
    font-size: 2.2rem;
    line-height: 1.4;
    border-radius: 4rem;
  }
}
.p-sol-price__card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-sol-price__card-title {
    font-weight: 700;
    text-align: center;
  }
}
.p-sol-price__card--aid .p-sol-price__card-title {
  color: #2B2C2A;
}
.p-sol-price__card-price {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-sol-price__card-price {
    margin-top: 0.6rem;
    text-align: center;
  }
}
.p-sol-price__card--aid .p-sol-price__card-price {
  font-size: 2.8rem;
  color: #0B8900;
}
@media (max-width: 768px) {
  .p-sol-price__card--aid .p-sol-price__card-price {
    font-size: 2rem;
    color: #0B8900;
  }
}
@media (max-width: 768px) {
  .p-sol-price__card-price-num {
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}
.p-sol-price__card-note {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-sol-price__card-list {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-sol-price__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.p-sol-price__chip {
  padding: 0.8rem 1.6rem;
  background: #0B8900;
  border-radius: 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}

.p-flow {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .p-flow {
    padding: 5rem 0;
  }
}
.p-flow__list {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-flow__list {
    gap: 0.6rem;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
  }
}
.p-flow__item {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 3.6rem 1.6rem 7.5rem;
  border: 0.2rem solid #2B2C2A;
  border-radius: 0.8rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-flow__item {
    flex: none;
    width: 19rem;
    padding: 2.5rem 1.5rem 5.7rem;
  }
}
.p-flow__num {
  position: absolute;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #0B8900;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  color: #fdfdfd;
}
.p-flow__num--ring {
  border: 0.2rem solid #fdfdfd;
}
@media (max-width: 768px) {
  .p-flow__num {
    top: -2rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
  }
}
.p-flow__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .p-flow__head {
    justify-content: flex-start;
  }
}
.p-flow__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
}
.p-flow__icon img {
  display: block;
  width: 5rem;
  height: 5rem;
}
.p-flow__icon--ring {
  border: 0.2rem solid #2B2C2A;
  border-radius: 50%;
}
.p-flow__icon--ring img {
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 768px) {
  .p-flow__icon {
    width: 4rem;
    height: 4rem;
  }
  .p-flow__icon img {
    width: 4rem;
    height: 4rem;
  }
  .p-flow__icon--ring img {
    width: 2rem;
    height: 2rem;
  }
}
.p-flow__title {
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.3;
  color: #2B2C2A;
  letter-spacing: 0.03em;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .p-flow__title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-flow__desc {
  margin-top: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  text-align: left;
}
@media (max-width: 768px) {
  .p-flow__desc {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-flow__badge {
  position: absolute;
  right: 1.6rem;
  bottom: 2.5rem;
  left: 1.6rem;
  padding: 0.5rem 1rem;
  background: #2B2C2A;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fdfdfd;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-flow__badge {
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
    font-size: 1.2rem;
  }
}
.p-flow__arrow {
  flex-shrink: 0;
  align-self: center;
  display: flex;
  align-items: center;
}
.p-flow__arrow img {
  display: block;
  width: 1.8rem;
  height: 1.6rem;
  transform: rotate(-90deg);
}
.p-flow__arrow img + img {
  margin-left: -0.2rem;
}
@media (max-width: 768px) {
  .p-flow__arrow img {
    width: 1.5rem;
    height: 1.3rem;
  }
}

.p-marquee {
  overflow: hidden;
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .p-marquee {
    padding: 6rem 0 2rem 0;
  }
}
.p-marquee__track {
  display: flex;
  width: max-content;
  animation: p-marquee-scroll 50s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .p-marquee__track {
    animation: none;
  }
}
.p-marquee__img {
  flex-shrink: 0;
  width: auto;
  height: 8.4rem;
}
@media (max-width: 768px) {
  .p-marquee__img {
    height: 4.2rem;
  }
}

@keyframes p-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-cpt {
  padding: 6rem 0 10rem;
}
@media (max-width: 768px) {
  .p-cpt {
    padding: 4rem 0 6rem;
  }
}
.p-cpt__lead {
  margin-top: 4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-cpt__lead {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-cpt__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-cpt__grid {
    gap: 3rem 1.5rem;
  }
}
.p-cpt__card {
  width: calc((100% - 4rem) / 3);
  text-align: center;
  transition: opacity 0.2s;
}
.p-cpt__card:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .p-cpt__card {
    width: calc((100% - 1.5rem) / 2);
  }
}
.p-cpt__card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-cpt__card-img {
    height: 10rem;
  }
}
.p-cpt__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-cpt__card-img--maker {
  background: #fdfdfd;
  border: 0.1rem solid #eee;
}
.p-cpt__card-img--maker img {
  object-fit: contain;
  padding: 2rem;
}
.p-cpt__card-noimg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #0B8900;
  text-align: center;
}
.p-cpt__card-title {
  margin-top: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-cpt__card-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 15.9rem;
  height: 4.3rem;
  margin-top: 2rem;
  margin-inline: auto;
  border: 0.1rem solid #0B8900;
  border-radius: 50rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  color: #0B8900;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.p-cpt__card-more img {
  width: 1.5rem;
  height: 1.5rem;
}
.p-cpt__card:hover .p-cpt__card-more {
  opacity: 0.7;
}
.p-cpt__card-more--product {
  border: 0.05rem solid #2B2C2A;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  color: #2B2C2A;
}
.p-cpt__empty {
  width: 100%;
  padding: 4rem 0;
  text-align: center;
  color: #2B2C2A;
}
.p-cpt__pager {
  margin-top: 6rem;
}
.p-cpt__pager .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.p-cpt__pager .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  height: 5rem;
  padding: 0 1.2rem;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #2B2C2A;
}
.p-cpt__pager .page-numbers.current {
  background: #0B8900;
  color: #fdfdfd;
}

.p-maker-single {
  padding: 5rem 0 10rem 0;
}
@media (max-width: 768px) {
  .p-maker-single {
    padding: 4rem 0 8rem 0;
  }
}
.p-maker-single__head {
  text-align: center;
}
.p-maker-single__head::after {
  content: "";
  display: block;
  width: 22rem;
  height: 0.2rem;
  margin: 1rem auto 0;
  background: #0B8900;
}
@media (max-width: 768px) {
  .p-maker-single__head::after {
    width: 16rem;
  }
}
.p-maker-single__en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #0B8900;
  letter-spacing: 0.05em;
}
.p-maker-single__title {
  margin-top: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.4;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-maker-single__title {
    font-size: 2.2rem;
  }
}
.p-maker-single__logo {
  margin-top: 3rem;
  text-align: center;
}
.p-maker-single__logo img {
  display: inline-block;
  max-width: 50rem;
  width: 100%;
  height: auto;
}
.p-maker-single__noimg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50rem;
  max-width: 100%;
  height: 22rem;
  background: #EBFFE9;
  font-weight: 700;
  color: #0B8900;
}
.p-maker-single__desc {
  margin-top: 3rem;
}
.p-maker-single__table {
  margin-top: 4rem;
  border-top: 0.2rem solid #0B8900;
}
.p-maker-single__row {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  border-bottom: 0.2rem solid #0B8900;
}
.p-maker-single__row dt {
  flex-shrink: 0;
  width: 15.3rem;
  padding: 2.4rem 1rem;
  background: #EBFFE9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #0B8900;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-maker-single__row dt {
    width: 10rem;
    padding: 1.6rem 0.8rem;
    font-size: 1.5rem;
  }
}
.p-maker-single__row dd {
  flex: 1;
  align-self: center;
  padding: 1.2rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  word-break: break-all;
}
.p-maker-single__row dd a {
  color: #0B8900;
  text-decoration: underline;
  word-break: break-all;
}
@media (max-width: 768px) {
  .p-maker-single__row dd {
    font-size: 1.5rem;
  }
}

.p-product-filter {
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .p-product-filter {
    padding-top: 3rem;
  }
}
.p-product-filter__box {
  position: relative;
  width: 100%;
  max-width: 72rem;
  margin-inline: auto;
  padding: 4rem;
  border: 0.2rem solid #0B8900;
  border-radius: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-product-filter__box {
    padding: 3rem 1.6rem 2.4rem;
  }
}
.p-product-filter__frog {
  position: absolute;
  right: -0.2rem;
  top: -6.5rem;
  width: 12.2rem;
  height: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-product-filter__frog {
    right: -1.5rem;
    top: -6.5rem;
    width: 7rem;
  }
}
.p-product-filter__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product-filter__title {
    gap: 0.6rem;
    font-size: 1.7rem;
  }
}
.p-product-filter__icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 768px) {
  .p-product-filter__icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-product-filter__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem 4rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .p-product-filter__btns {
    gap: 1.2rem;
    margin-top: 2rem;
  }
}
.p-product-filter__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 23.2rem;
  padding: 1.4rem 3.6rem;
  background: #fdfdfd;
  border: 0.15rem solid #2B2C2A;
  border-radius: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.p-product-filter__btn:hover {
  opacity: 0.8;
}
.p-product-filter__btn.is-current {
  background: #0B8900;
  border-color: #0B8900;
  color: #fdfdfd;
}
@media (max-width: 768px) {
  .p-product-filter__btn {
    width: 100%;
    max-width: 23.2rem;
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
  }
}
.p-product-filter__btn-leaf {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.6rem;
}
.p-product-filter__btn:not(.is-current) .p-product-filter__btn-leaf {
  display: none;
}

.p-product-other {
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .p-product-other {
    padding-bottom: 6rem;
  }
}
.p-product-other__anchors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 7rem 2rem 3rem;
}
@media (max-width: 768px) {
  .p-product-other__anchors {
    gap: 1.2rem;
    padding: 4rem 1.6rem 2rem;
  }
}
.p-product-other__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  width: 24.9rem;
  padding: 1.6rem 2.8rem;
  border: 0.2rem solid #2B2C2A;
  border-radius: 10rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.p-product-other__anchor:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .p-product-other__anchor {
    width: calc((100% - 1.2rem) / 2);
    min-width: 0;
    gap: 0.8rem;
    padding: 1rem 1.2rem;
    font-size: 1.3rem;
  }
}
.p-product-other__anchor-arrow {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-top: 1.1rem solid #2B2C2A;
  border-right: 0.95rem solid transparent;
  border-left: 0.95rem solid transparent;
}
@media (max-width: 768px) {
  .p-product-other__anchor-arrow {
    border-top-width: 0.8rem;
    border-right-width: 0.7rem;
    border-left-width: 0.7rem;
  }
}
.p-product-other__group {
  scroll-margin-top: 12rem;
}
.p-product-other__group + .p-product-other__group {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-product-other__group {
    scroll-margin-top: 8rem;
  }
  .p-product-other__group + .p-product-other__group {
    margin-top: 4rem;
  }
}
.p-product-other__head {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #EEEEEE;
}
.p-product-other__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 10rem;
  height: 0.3rem;
  background: #0B8900;
}
.p-product-other__en {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product-other__en {
    gap: 0.5rem;
    font-size: 1.4rem;
  }
}
.p-product-other__leaf {
  flex-shrink: 0;
  width: 2rem;
  height: 1.8rem;
}
@media (max-width: 768px) {
  .p-product-other__leaf {
    width: 1.68rem;
    height: 1.5rem;
  }
}
.p-product-other__title {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product-other__title {
    margin-top: 0.2rem;
    font-size: 2.2rem;
  }
}
.p-product-other__photos {
  display: flex;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .p-product-other__photos {
    flex-wrap: wrap;
    margin-top: 1.6rem;
  }
}
.p-product-other__photo {
  flex: 1;
  min-width: 0;
  height: 17rem;
  overflow: hidden;
}
.p-product-other__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-product-other__photo {
    flex: none;
    width: 50%;
    height: 10rem;
  }
}
.p-product-other__note {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product-other__note {
    font-size: 1.2rem;
  }
}
.p-product-other__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .p-product-other__list {
    gap: 0.8rem 0;
    margin-top: 2rem;
  }
}
.p-product-other__item {
  width: calc((100% - 3rem) / 3);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-product-other__item::before {
  content: "・";
  color: #0B8900;
}
@media (max-width: 768px) {
  .p-product-other__item {
    width: 100%;
    font-size: 1.4rem;
  }
}

.p-product {
  padding: 6rem 0 0;
}
@media (max-width: 768px) {
  .p-product {
    padding: 4rem 0 0;
  }
}
.p-product__title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product__title {
    font-size: 2.6rem;
  }
}
.p-product__title::after {
  content: "";
  display: block;
  width: 22rem;
  max-width: 100%;
  height: 0.2rem;
  margin: 1rem auto 0;
  background: #0B8900;
}
.p-product__gallery {
  margin-top: 4rem;
}
.p-product__media {
  max-width: 60rem;
  margin-inline: auto;
}
.p-product__main {
  aspect-ratio: 600/321;
  overflow: hidden;
}
.p-product__main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product__thumbs {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.p-product__thumb {
  flex: 1;
  min-width: 0;
  aspect-ratio: 190/102;
  overflow: hidden;
}
.p-product__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product__lead {
  margin-top: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product__lead {
    font-size: 1.5rem;
  }
}
.p-product__heading {
  padding-left: 2rem;
  border-left: 0.4rem solid #0B8900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product__heading {
    font-size: 2rem;
  }
}
.p-product__feature, .p-product__spec, .p-product__video, .p-product__maker {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .p-product__feature, .p-product__spec, .p-product__video, .p-product__maker {
    margin-top: 5rem;
  }
}
.p-product__feature {
  padding: 3rem 3.4rem;
  border: 0.2rem solid #0B8900;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .p-product__feature {
    padding: 2.4rem 2rem;
  }
}
.p-product__list {
  margin-top: 1.5rem;
  padding-left: 2.4rem;
  list-style: disc;
}
.p-product__list li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-product__list li::marker {
  color: #0B8900;
}
@media (max-width: 768px) {
  .p-product__list li {
    font-size: 1.4rem;
  }
}
.p-product__note {
  margin-top: 0.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product__note {
    font-size: 1.4rem;
  }
}
.p-product__subhead {
  margin-top: 3rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.2rem solid #0B8900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product__subhead {
    font-size: 1.8rem;
  }
}
.p-product__feature-text {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product__feature-text {
    font-size: 1.4rem;
  }
}
.p-product__spec-table {
  margin-top: 2rem;
}
.p-product__spec-row {
  display: flex;
  align-items: stretch;
  border-top: 0.2rem solid #0B8900;
}
.p-product__spec-row:last-child {
  border-bottom: 0.2rem solid #0B8900;
}
.p-product__spec-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.3rem;
  padding: 1.2rem 1rem;
  background: #EBFFE9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #0B8900;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-product__spec-label {
    width: 10rem;
    font-size: 1.4rem;
  }
}
.p-product__spec-value {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 1.2rem 0 1.2rem 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product__spec-value {
    font-size: 1.4rem;
  }
}
.p-product__catalog {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #0000A2;
}
.p-product__catalog img {
  width: 1.8rem;
  height: 1.8rem;
}
.p-product__catalog--empty {
  color: #0000A2;
  pointer-events: none;
}
.p-product__embed {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-product__embed iframe,
.p-product__embed img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.p-product__video-text {
  margin-top: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product__video-text {
    font-size: 1.5rem;
  }
}
.p-product__maker-box {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 2rem;
  padding: 3.4rem;
  border: 0.2rem solid #0B8900;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .p-product__maker-box {
    display: block;
    padding: 2.4rem 2rem;
  }
}
.p-product__maker-logo {
  flex-shrink: 0;
  width: 30rem;
  max-width: 100%;
}
.p-product__maker-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .p-product__maker-logo {
    margin-inline: auto;
  }
}
.p-product__maker-text {
  flex: 1;
  min-width: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product__maker-text {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
.p-product__contact {
  margin-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .p-product__contact {
    margin-top: 7rem;
    padding-bottom: 6rem;
  }
}
.p-product__contact-head {
  text-align: center;
}
.p-product__contact-en {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
.p-product__contact-en img {
  width: 2rem;
  height: 1.8rem;
}
.p-product__contact-title {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.4;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product__contact-title {
    font-size: 2.6rem;
  }
}
.p-product__contact-lead {
  margin-top: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-product__contact-lead {
    font-size: 1.4rem;
  }
}
.p-product__form {
  margin-top: 5rem;
}

.p-maker-list {
  padding: 6rem 0 8rem;
}
@media (max-width: 768px) {
  .p-maker-list {
    padding: 4rem 0 5rem;
  }
}
.p-maker-list__layout {
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-maker-list__layout {
    flex-direction: column;
    gap: 0;
  }
}
.p-maker-list__index {
  position: sticky;
  top: 12rem;
  flex-shrink: 0;
  border-left: 0.1rem solid #797c78;
  padding-left: 2rem;
  text-align: right;
}
@media (max-width: 768px) {
  .p-maker-list__index {
    order: -1;
    position: static;
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    text-align: center;
  }
}
.p-maker-list__index-link {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #0B8900;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.p-maker-list__index-link + .p-maker-list__index-link {
  margin-top: 2rem;
}
.p-maker-list__index-link:hover {
  opacity: 0.6;
}
.p-maker-list__index-link--empty {
  color: #0B8900;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-maker-list__index-link {
    font-size: 1.6rem;
  }
  .p-maker-list__index-link + .p-maker-list__index-link {
    margin-top: 0;
  }
}
.p-maker-list__main {
  flex: 1;
  min-width: 0;
}
.p-maker-list__empty {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #2B2C2A;
}
.p-maker-list__group + .p-maker-list__group {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-maker-list__group + .p-maker-list__group {
    margin-top: 4rem;
  }
}
.p-maker-list__head {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #2B2C2A;
}
.p-maker-list__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 9rem;
  height: 0.3rem;
  background: #0B8900;
}
@media (max-width: 768px) {
  .p-maker-list__head::after {
    width: 3.6rem;
    height: 0.2rem;
  }
}
.p-maker-list__kana {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-maker-list__kana {
    font-size: 2.4rem;
  }
}
.p-maker-list__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 2rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .p-maker-list__grid {
    gap: 1.2rem 2rem;
    margin-top: 2rem;
  }
}
.p-maker-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: none;
  width: 48.4444rem;
  padding: 1.6rem 2rem;
  border: 0.1rem solid #2B2C2A;
  border-radius: 0.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
}
.p-maker-list__item:hover {
  opacity: 0.65;
}
@media (max-width: 768px) {
  .p-maker-list__item {
    width: calc((100% - 2rem) / 2);
    gap: 0.6rem;
    padding: 1rem 0.6rem;
    border-radius: 0.2rem;
    font-size: 1.4rem;
  }
}
.p-maker-list__item-arrow {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}

.p-cta {
  position: relative;
}
.p-cta__deco {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 3rem);
  transform: translateX(-50%);
  width: 144rem;
  max-width: 100%;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-cta__deco {
    width: 100%;
    bottom: calc(100% - 4rem);
  }
}
.p-cta__deco-track {
  display: flex;
  width: max-content;
  animation: p-cta-deco-marquee 40s linear infinite;
}
.p-cta__deco-track img {
  display: block;
  flex-shrink: 0;
  width: 144rem;
  height: auto;
}
@media (max-width: 768px) {
  .p-cta__deco-track img {
    width: auto;
    height: 8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-cta__deco-track {
    animation: none;
  }
}
@keyframes p-cta-deco-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-cta__box {
  position: relative;
  z-index: 1;
  max-width: 134rem;
  margin-top: 12rem;
  margin-inline: auto;
  padding: 10rem 12rem 6rem;
  background: #0B8900;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 768px) {
  .p-cta__box {
    display: block;
    margin-inline: 1.6rem;
    margin-top: 4rem;
    padding: 7rem 1.6rem 3.5rem;
    border-radius: 2rem;
  }
}
.p-cta__eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
.p-cta__eyebrow img {
  width: 2rem;
  height: 1.8rem;
}
@media (max-width: 768px) {
  .p-cta__eyebrow {
    gap: 0.5rem;
    font-size: 1.4rem;
  }
  .p-cta__eyebrow img {
    width: 1.68rem;
    height: 1.5rem;
  }
}
.p-cta__title {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 1.2;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-cta__title {
    margin-top: 0;
    font-size: 2.6rem;
    line-height: 1.45;
  }
}
.p-cta__lead {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .p-cta__lead {
    margin-top: 2rem;
  }
}
.p-cta__lead-main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.6;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-cta__lead-main {
    font-size: 2rem;
  }
}
.p-cta__lead-sub {
  margin-top: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-cta__lead-sub {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}
.p-cta__actions {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-cta__actions {
    margin-top: 3.5rem;
  }
}
.p-cta__tel {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  padding: 2rem 5rem;
  border: 0.2rem solid #fdfdfd;
  border-radius: 50rem;
}
@media (max-width: 768px) {
  .p-cta__tel {
    justify-content: space-between;
    gap: 0.5rem;
    padding: 1.2rem 1.6rem;
    border-width: 0.15rem;
    border-radius: 1rem;
  }
}
.p-cta__tel-label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-cta__tel-label {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.p-cta__tel-num {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-cta__tel-num img {
  width: 2.5rem;
  height: 2.5rem;
}
.p-cta__tel-num a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.6;
  color: #fdfdfd;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-cta__tel-num {
    gap: 0.5rem;
  }
  .p-cta__tel-num img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .p-cta__tel-num a {
    font-size: 2rem;
    white-space: nowrap;
  }
}
.p-cta__tel-hours {
  flex-shrink: 0;
  padding: 0.2rem 1.2rem;
  background: #fdfdfd;
  border-radius: 50rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2B2C2A;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-cta__tel-hours {
    font-size: 1.2rem;
  }
}
.p-cta__web {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  margin-top: 2rem;
  padding: 2rem 5rem;
  background: #fdfdfd;
  border-radius: 50rem;
  transition: opacity 0.2s;
}
.p-cta__web:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .p-cta__web {
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding: 1.2rem 1.6rem;
    border-radius: 1rem;
  }
}
.p-cta__web-label {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-cta__web-label {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.p-cta__web-main {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.6;
  color: #0B8900;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-cta__web-main {
    font-size: 2rem;
    white-space: nowrap;
  }
}
.p-cta__web-arrow {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 768px) {
  .p-cta__web-arrow {
    width: 3rem;
    height: 3rem;
  }
}

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

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