@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  color: #1a1a1a;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

h1, h2 {
  font-weight: inherit;
  line-height: 1.3;
  font-size: clamp(2.188rem, 1.016rem + 2.344vw, 3.125rem);
}
h1:not([class]), h2:not([class]) {
  margin-bottom: 0.9375rem;
}

h3 {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 2.1875rem;
}

p:not([class]) {
  margin-bottom: 1.5625rem;
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.l-footer__nav {
  width: 52%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  max-width: 545px;
}

.l-footer__item {
  font-weight: 500;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #e4e4e4;
  font-size: 0.8125rem;
}

.l-footer__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #0F2B0F;
  color: #fff;
}

.l-footer__cta-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 500;
  padding: 1.875rem 0;
  border-right: 1px solid #fff;
}
.l-footer__cta-item:last-child {
  border-right: none;
}

.l-footer__main {
  background-color: #fff;
  padding: 5.625rem 0 2.8125rem;
}

.l-footer__main-top {
  display: flex;
  justify-content: space-between;
}

.l-footer__sns {
  display: flex;
  gap: 1.875rem;
}

.l-footer__sns-item {
  max-width: 20px;
  max-height: 20px;
  display: block;
}
.l-footer__sns-item img {
  width: 100%;
  height: 100%;
}

.l-footer__main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.l-footer__logo {
  display: block;
  max-width: 155px;
  margin-left: auto;
  margin-bottom: 0.9375rem;
}

.l-footer__copyright small {
  font-size: 0.625rem;
  color: #666666;
  font-weight: 300;
}

.l-footer__policy-item {
  color: #666666;
  font-size: 0.6875rem;
}

.l-footer__top-link {
  pointer-events: none;
  position: fixed;
  bottom: 3.125rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #0f2b0f;
  border-radius: 50%;
  transition: 0.3s linear;
  opacity: 0;
  z-index: 10;
}

.l-footer__top-link div {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1rem;
  transform: translate(-50%, -50%);
}
.l-footer__top-link div::after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.0625rem solid #fff;
  border-left: 0.0625rem solid #fff;
  transform: rotate(45deg);
  margin: auto;
  margin-top: 0.3125rem;
}

.scrolled .l-footer__top-link {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .l-footer__main-top {
    flex-direction: column;
    gap: 5.3125rem 0;
    margin-bottom: 6.25rem;
  }
  .l-footer__nav {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
  .l-footer__sns {
    justify-content: center;
  }
  .l-footer__main-bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
  .l-footer__logo {
    margin: 0 auto 1.25rem;
    order: 1;
    width: 100%;
  }
  .l-footer__policy {
    order: 1;
    margin-bottom: 1.875rem;
  }
  .l-footer__copyright {
    display: contents;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  transition: all 0.3s ease;
}

.l-header__logo {
  max-width: 155px;
  width: 25%;
}
.l-header__logo img {
  transition: filter 0.3s ease;
}

.l-header__inner {
  display: flex;
  align-items: center;
  padding: 1.25rem 2.5rem;
  max-width: 1750px;
  margin: 0 auto;
}

.l-header__nav {
  display: flex;
  gap: 1.25rem 2.5rem;
  color: #000;
  margin-left: auto;
  margin-right: 3.125rem;
  transition: color 0.3s ease;
}

.l-header__item-link {
  padding: 0.625rem 0.3125rem;
  font-weight: 500;
}

.l-header__hamburger {
  width: 2.5rem;
  height: 0.375rem;
  position: relative;
  cursor: pointer;
}

.l-header__hamburger-bar {
  display: block;
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  border-radius: 5px;
  left: 0;
  transition: all 0.3s;
  background-color: #000;
}

.l-header__hamburger-bar:nth-child(1) {
  top: 0;
}

.l-header__hamburger-bar:nth-child(2) {
  top: 100%;
  transform: translateY(-100%);
}

.home .l-header {
  background-color: transparent;
}
.home .l-header__nav {
  color: #fff;
}
.home .l-header__hamburger-bar {
  background-color: #fff;
}
.home .l-header__logo img {
  filter: invert(100%);
}
.home .l-header.is-scrolled {
  background-color: #fff;
}
.home .l-header.is-scrolled .l-header__nav {
  color: #000;
}
.home .l-header.is-scrolled .l-header__hamburger-bar {
  background-color: #000;
}
.home .l-header.is-scrolled .l-header__logo img {
  filter: none;
}

@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
  .l-header__inner {
    justify-content: space-between;
  }
  .l-header__inner {
    padding: 1.25rem 1.25rem;
    justify-content: center;
  }
  .l-header__hamburger {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__logo {
    width: 32%;
  }
}
.l-inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 1500px) {
  .l-inner {
    max-width: 1400px;
  }
}
.page-template {
  margin-top: 5rem;
}

.page-hero {
  position: relative;
  width: 100%;
  min-height: 34.375rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.page-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-hero__content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 60px 40px;
  text-align: center;
}

.page-hero__title {
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 15px 0;
  letter-spacing: 0.05em;
}

.page-header {
  padding: 80px 0 40px;
  text-align: center;
}

.page-header__title {
  font-size: 3rem;
  font-weight: normal;
  color: #000;
  margin: 0 0 15px 0;
  letter-spacing: 0.05em;
}

.page-header__subtitle {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}

.page-content {
  padding: 80px 0;
}

.page-template--simple {
  background: #e6e6e6;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .page-hero {
    min-height: 18.75rem;
  }
  .page-hero__image {
    min-height: 300px;
  }
  .page-hero__image img {
    min-height: 300px;
  }
  .page-hero__content {
    padding: 40px 20px;
  }
  .page-hero__title {
    font-size: 2rem;
  }
  .page-hero__subtitle {
    font-size: 0.75rem;
  }
  .page-header {
    padding: 60px 0 30px;
  }
  .page-header__title {
    font-size: 2rem;
  }
  .page-header__subtitle {
    font-size: 0.75rem;
  }
  .page-content {
    padding: 60px 0;
  }
}
.l-pager {
  margin-top: 2rem;
}

.l-post-connect {
  margin-top: 1rem;
}

.c-breadcrumb {
  padding: 1rem 0;
}

.c-breadcrumb a {
  color: #2589d0;
}

.c-btn {
  display: inline-block;
  min-width: 200px;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #2589d0;
  border: 1px solid #2589d0;
  transition: 0.3s;
}

.c-btn::after {
  content: "";
  display: inline-block;
  margin-left: 16px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}

.c-btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #2589d0;
  opacity: 1;
  cursor: pointer;
}

.c-btn:hover::after {
  border-top: 1px solid #2589d0;
  border-right: 1px solid #2589d0;
  transform: translateX(5px) rotate(45deg);
}

.c-btn-arrow {
  transition: transform 0.3s;
}

.c-btn-arrow svg circle {
  transition: fill 0.3s;
}

.c-btn-arrow svg path {
  transition: stroke 0.3s;
}

.c-btn-arrow:hover .c-btn-arrow svg circle {
  fill: #fff;
  transition: fill 0.3s;
}

.c-btn-arrow:hover .c-btn-arrow path {
  stroke: #0f2b0f;
  transition: stroke 0.3s;
}

a:hover .c-btn-arrow svg circle {
  fill: #fff;
  transition: fill 0.3s;
}
a:hover .c-btn-arrow path {
  stroke: #0f2b0f;
  transition: stroke 0.3s;
}

.c-custom-button-wrap {
  text-align: center;
  margin: 40px 0;
}

.c-custom-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #0f2b0f;
  border: 1px solid #0f2b0f;
  color: #fff;
  padding: 1.125rem 3.125rem;
  border-radius: 1.875rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
  min-width: 220px;
}
.c-custom-button svg {
  width: 0.4375rem;
  margin-top: 0.125rem;
}
.c-custom-button:hover {
  background: #fff;
  color: #0f2b0f;
  opacity: 1;
  transition: background 0.3s, color 0.3s;
}
.c-custom-button:hover svg polyline {
  stroke: #0f2b0f;
  transition: fill 0.3s, stroke 0.3s;
}

.c-custom-button__arrow {
  font-size: 1.25rem;
  transition: transform 0.3s;
  line-height: 1;
}

.c-custom-button--white {
  background: #fff;
  color: #0f2b0f;
  border: 1px solid #fff;
}
.c-custom-button--white:hover {
  background: #0f2b0f;
  color: #fff;
  opacity: 1;
  transition: background 0.3s, color 0.3s;
}
.c-custom-button--white:hover svg polyline {
  color: #fff;
  stroke: #fff;
  transition: fill 0.3s, stroke 0.3s;
}
.c-custom-button--white:hover .c-custom-button__arrow {
  color: #fff;
}
.c-custom-button--white .c-custom-button__arrow {
  color: #0f2b0f;
}

.c-custom-button-wrap {
  margin: 30px 0;
}

.c-custom-button {
  padding: 15px 40px;
  font-size: 0.875rem;
  min-width: 240px;
}

.c-head-sub {
  font-weight: 300;
  font-size: 0.875rem;
  margin-bottom: 4.6875rem;
}

.c-head__intro {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .c-head-sub {
    margin-bottom: 2.8125rem;
  }
  .c-head__intro {
    font-size: 1rem;
  }
}
.p-404__title {
  text-align: center;
}

.p-404__btn {
  text-align: center;
}

.p-contact__head {
  width: 15.625rem;
}

.p-contact__item {
  margin-top: 0.375rem;
}

.p-contact__item-example {
  margin-top: 0.375rem;
  color: gray;
}

.p-contact__required {
  color: red;
  padding-left: 1em;
}

.p-contact__policy,
.p-contact__content,
.p-contact__btn {
  margin: 1.5rem 0;
}

.p-contact__policy-link {
  color: blue;
  transition: all 0.3s;
}

.p-contact__btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-contact__btn-wrap {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.p-contact__btn {
  display: inline-block;
  text-align: center;
}

.p-contact__item-text,
.p-contact__item-tel,
.p-contact__item-email,
.p-contact__item-textarea,
.p-contact__item-select {
  margin: 0;
  padding: 0.8em;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  outline: none;
  background: none;
  background-color: transparent;
  font-size: 1rem;
  color: inherit;
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.p-contact__item-text:focus,
.p-contact__item-tel:focus,
.p-contact__item-email:focus,
.p-contact__item-textarea:focus,
.p-contact__item-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: none;
  outline: none;
}

.p-contact__item-textarea {
  height: 200px;
  resize: none;
  overflow: auto;
}

.p-contact__item-message {
  white-space: pre-wrap;
}

.p-contact__item-select {
  padding-right: 3em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: right 0.5em center;
  color: inherit;
}

.p-contact__item-select:invalid {
  color: rgba(0, 0, 0, 0.32);
}

.p-contact__item-select select::-ms-expand {
  display: none;
}

.p-contact__item-radio input[type=radio],
.p-contact__item-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact__item-radio input[type=radio] + span,
.p-contact__item-checkbox input[type=checkbox] + span {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0.5em 1em 0.5em 1.5em;
  color: #333;
  font-size: 1rem;
}

.p-contact__item-radio input[type=radio]:focus + span,
.p-contact__item-checkbox input[type=checkbox]:focus + span {
  opacity: 0.7;
}

.p-contact__item-radio input[type=radio] + span::before,
.p-contact__item-checkbox input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  content: "";
  transform: translateY(-50%);
  background: white;
  border: 1px solid black;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::before {
  background: #333;
}

.p-contact__item-radio input[type=radio]:checked + span::before {
  background: white;
}

.p-contact__item-radio input[type=radio] + span::before {
  border-radius: 50%;
}

.p-contact__item-radio input[type=radio] + span::after {
  position: absolute;
  content: "";
  background: #333;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 0.5em;
  left: 0.25em;
  opacity: 0;
  padding: 0.125em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 0.5em;
}

.p-contact__item-checkbox input[type=checkbox] + span::after {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  content: "";
  display: block;
  height: 0.35em;
  left: 0.15em;
  margin-top: -0.1em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 0.8em;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::after,
.p-contact__item-radio input[type=radio]:checked + span::after {
  opacity: 1;
}

/* button */
.p-contact__btn input[type=submit],
.p-contact__btn input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 0.5em 2em;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  background: rgba(0, 0, 0, 0.32);
  color: #333;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 0;
  border: none;
  transition: all 0.3s;
}

.p-contact__btn input[type=submit]:hover,
.p-contact__btn input[type=button]:hover,
.p-contact__btn input[type=submit]:focus,
.p-contact__btn input[type=button]:focus {
  outline: none;
  opacity: 0.7;
}

.p-contact__item,
.p-contact__btn-submit {
  min-width: 9.375rem;
}

.wpcf7-spinner {
  position: absolute;
}

.p-front-media-text {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5.9375rem;
}
.p-front-media-text img {
  margin: 0 auto;
}

.p-front-media-text__container {
  position: relative;
  z-index: 10;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.p-front-media-text__left {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-front-media-text__left::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.p-front-media-text__left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-media-text__left video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front-media-text__thumb {
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.p-front-media-text__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-front-media-text__image,
.p-front-media-text__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-front-media-text__play {
  position: absolute;
  left: 50%;
  top: 50%; /* ← 中央より少し下（55〜62%あたりで調整） */
  transform: translate(-50%, -50%);
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  width: 5rem;
  height: 5rem;
}

.p-front-media-text__play.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.p-front-media-text__thumb.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.p-front-media-text__right {
  background: #fff;
  padding: 1.875rem 1.25rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-front-media-text__text {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 0.9375rem;
  text-align: center;
  font-weight: 600;
}

.p-front-media-text__highlight {
  font-size: 2.25rem;
  font-weight: bold;
  color: #999999;
  text-align: center;
}

.p-front-media-text__button-wrap {
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .p-front-media-text {
    padding: 60px 0;
  }
  .p-front-media-text__container {
    grid-template-columns: 1fr;
    padding: 0 15px;
    max-width: 530px;
    margin: 0 auto;
  }
  .p-front-media-text__left::before {
/*     padding-top: 70%; */
  }
  .p-front-media-text__right {
    padding: 2.8125rem 0.9375rem;
  }
  .p-front-media-text__text {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .p-front-media-text__highlight {
    font-size: 2rem;
  }
  .p-front-media-text__button {
    padding: 12px 30px;
    font-size: 0.8125rem;
  }
}
.p-index p:not([class]) {
  margin-bottom: 1.5625rem;
}
.p-index img {
  margin: 0 auto 3.75rem;
}

@media screen and (max-width: 768px) {
  .p-index img {
    margin: 0 auto 1.875rem;
  }
}
.p-news-section {
  padding: 60px 0;
}

.p-news-section__header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.p-news-section__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-news-section__subtitle {
  font-size: 1rem;
  color: #666;
}

.p-news-section__more {
  position: absolute;
  top: 0;
  right: 0;
  background: #333;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background 0.3s;
}
.p-news-section__more:hover {
  background: #555;
}

.p-news-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-news-section__link {
  display: flex;
  gap: 20px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
.p-news-section__link:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.p-news-section__link:hover .p-news-section__arrow {
  transform: translateX(5px);
}

.p-news-section__thumbnail {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
.p-news-section__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-right: 30px;
}

.p-news-section__date {
  font-size: 0.875rem;
  color: #999;
  margin-bottom: 8px;
}

.p-news-section__item-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.p-news-section__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #333;
  transition: transform 0.3s;
}

.p-news-section__empty {
  text-align: center;
  padding: 40px 0;
  color: #999;
}

/* レスポンシブ */
@media screen and (max-width: 767px) {
  .p-news-section {
    padding: 40px 0;
  }
  .p-news-section__header {
    margin-bottom: 30px;
  }
  .p-news-section__title {
    font-size: 2rem;
  }
  .p-news-section__more {
    position: static;
    display: inline-block;
    margin-top: 15px;
  }
  .p-news-section__link {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
  .p-news-section__thumbnail {
    width: 100%;
    height: 200px;
  }
  .p-news-section__content {
    padding-right: 25px;
  }
}
.p-pager-list {
  display: flex;
  justify-content: space-between;
}

.p-pager-list__btn a {
  display: inline-block;
  padding: 10px 20px;
  color: #2589d0;
  border: 1px solid #2589d0;
}

.p-post-article__inner.l-inner {
  margin-top: 2rem;
}

.p-post-article__title {
  font-size: 3rem;
  color: #2589d0;
}

.p-post-article__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-post-article__category {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}

.p-post-article__category li {
  padding: 0.3125rem;
  color: #2589d0;
  border: 1px solid #2589d0;
}

.p-post-article__box {
  margin: 6.4rem auto 0;
}

.p-post-article__content {
  padding: 1.25rem 1.4375rem 0;
  background-color: #fff;
  width: 100%;
}

.p-post-article__content-wrap {
  padding-bottom: 1.875rem;
  width: 100%;
  margin: auto;
}

.p-post-article__contents {
  margin-top: 1.875rem;
}

.p-post-article__main-img {
  aspect-ratio: 7/4;
}

.p-post-article__main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-article__category {
  letter-spacing: 0;
}

.p-post-article__data {
  margin-left: auto;
  font-size: 1.3125rem;
  text-align: right;
  letter-spacing: 0.05em;
}

.p-post-article__content h2 {
  margin: 1.875rem 0 0.9375rem;
  padding: 0.3125rem 1.25rem;
  color: #fff;
  background-color: #2589d0;
  font-size: 1.75rem;
}

.p-post-article__contents h3 {
  margin: 1.875rem 0 0.9375rem;
  padding-left: 0.625rem;
  color: #2589d0;
  font-size: 1.75rem;
  border-left: 0.5em solid #2589d0;
}

.p-post-article__contents h4 {
  margin: 0.625rem 0;
  font-size: 1.5rem;
}

.p-post-article__contents h5 {
  margin: 0.625rem 0;
  padding: 0.125rem 0.78125rem;
  display: inline-block;
  color: #2589d0;
  font-size: 1.25rem;
  border-top: 2px solid #2589d0;
  border-bottom: 2px solid #2589d0;
}

.p-post-article__contents p {
  font-size: 1.25rem;
}

.p-post-article__contents a {
  color: #2589d0;
  text-decoration: underline;
}

.p-post-article__contents img {
  margin: 0.625rem 0;
}

.p-post-article__contents figure {
  margin: 0.625rem 0;
}

.p-post-article__contents figcaption {
  margin: 0.625rem 0;
  font-size: 0.75rem;
}

.p-post-card__img {
  width: 100%;
  aspect-ratio: 400/300;
}

.p-post-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-card__body {
  position: relative;
}

.p-post-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.p-post-card__category li {
  padding: 0.3125rem;
  color: #2589d0;
  border: 1px solid #2589d0;
}

.p-post-card__new {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #2589d0;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #2589d0;
}

.p-post-connect__title {
  font-size: 1.5rem;
  color: #2589d0;
}

.p-post-connect__items {
  display: grid;
  gap: 3.125rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-post-connect__items {
    row-gap: 2.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-post-list {
  position: relative;
}

.p-post-list__wrap {
  margin: 2rem 0;
}

.p-post-list__title {
  font-size: 3rem;
  color: #2589d0;
}

.p-post-list__items {
  display: grid;
  gap: 3.125rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-post-list__items {
    row-gap: 2.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-post-list__cards {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-post-list__cards {
    margin-top: 6.25rem;
  }
}

.p-post-list__btn {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-post-list__btn {
    margin: 1.75rem auto 0;
    width: 100%;
    max-width: calc(61.25rem + 50px);
    padding: 0 0.625rem;
  }
}

.p-top-blog {
  position: relative;
  padding: 5.9375rem 0;
  background-image: url("../images/common/blog-back.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-top-blog__container {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.p-top-blog__image {
  width: 100%;
  position: relative;
}
.p-top-blog__image::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.p-top-blog__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-blog__content {
  background: #fff;
  padding: 3.75rem 3.125rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-top-blog__title {
  font-size: 3rem;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #000;
  letter-spacing: 0.05em;
}

.p-top-blog__subtitle {
  font-size: 0.875rem;
  color: #000;
  margin: 0 0 30px 0;
  font-weight: normal;
}

.p-top-blog__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 40px 0;
}

.p-top-blog__content .c-custom-button {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top-blog {
    padding: 80px 0;
  }
  .p-top-blog__container {
    grid-template-columns: 1fr;
    max-width: 530px;
    padding: 0 1.5625rem;
  }
  .p-top-blog__image img {
    -o-object-position: top center;
       object-position: top center;
  }
  .p-top-blog__image::before {
    padding-top: 74%;
  }
  .p-top-blog__content {
    padding: 2.5rem 1.25rem;
  }
  .p-top-blog__title {
    font-size: 2.25rem;
  }
  .p-top-blog__subtitle {
    font-size: 0.75rem;
    margin-bottom: 20px;
  }
  .p-top-blog__text {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
}
.p-top-gallery__inner {
  margin: 5% 5% 0 5%;
}

.p-top-gallery .splide__slide {
  display: block;
  width: 100%;
  aspect-ratio: 600/300;
}

.p-top-gallery .splide__slide picture {
  height: inherit;
  height: 100%;
}

.p-top-gallery .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-gallery .swiper-slide {
  display: block;
  width: 100%;
  aspect-ratio: 600/300;
}

.p-top-gallery .swiper-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-gallery .slick-track {
  display: block;
  width: 100%;
}

.p-top-gallery .slick-slide {
  display: block;
  width: 100%;
  aspect-ratio: 600/300;
  margin: 0 5px;
}

.p-top-gallery .slick-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-gallery .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-slick {
  background: black;
}

.p-top-mv-slick__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-slick .slick-track {
  display: block;
  width: 100%;
}

.p-top-mv-slick .slick-slide {
  display: block;
  width: 100%;
  aspect-ratio: 600/300;
  margin: 0 5px;
}

.p-top-mv-slick .slick-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-mv-slick .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-splide {
  position: relative;
}

.p-top-mv-splide .splide__slide {
  display: block;
  width: 100%;
}

.p-top-mv-splide .splide__slide picture {
  height: inherit;
  width: 100%;
  position: relative;
  max-height: 97vh;
}
.p-top-mv-splide .splide__slide picture::before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.p-top-mv-splide .splide__slide picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-splide .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide__slide-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 5%;
  font-size: 3vw;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
}
.splide__slide-text p {
  margin: 0;
}

.splide__slide-text {
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.3s ease;
}

.splide.is-initialized .splide__slide-text {
  opacity: 1;
}

.p-top-mv-topics {
  position: absolute;
  bottom: 40px;
  left: 5%;
  z-index: 10;
  max-width: 600px;
  width: 90%;
}

.p-top-mv-topics__link {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 15px 20px;
  color: #333;
  transition: all 0.3s;
}
.p-top-mv-topics__link:hover {
  opacity: 1;
}
.p-top-mv-topics__label {
  background: #0f2b0f;
  color: #fff;
  padding: 4px 12px;
  font-size: 0.6875rem;
  font-weight: 500;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.p-top-mv-topics__text {
  flex: 1;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-top-mv-topics__arrow {
  flex-shrink: 0;
  font-size: 1.25rem;
  transition: transform 0.3s;
}

.splide__pagination__page {
  margin: 0.1875rem 0.3125rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
}

.splide__pagination__page.is-active {
  scale: 1;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top-mv-splide .splide__slide picture {
    max-height: 750px;
  }
  .p-top-mv-splide .splide__slide picture::before {
    padding-top: 160%;
  }
  .splide__slide-text {
    font-size: 2.125rem;
  }
  .p-top-mv-topics {
    position: relative;
    transform: none;
    bottom: auto;
    margin: 1.875rem 0;
  }
  .p-top-mv-topics__link {
    gap: 10px;
    padding: 1.5rem 0 1.5rem 0;
    box-shadow: none;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1.25rem;
  }
  .p-top-mv-topics__text {
    font-size: 0.8125rem;
  }
  .p-top-mv-topics__arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 420px) {
  .splide__slide-text {
    font-size: 1.625rem;
  }
}
.p-top-mv-swiper__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-swiper .swiper-slide {
  display: block;
  width: 100%;
  aspect-ratio: 600/300;
}

.p-top-mv-swiper .swiper-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-mv-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-swiper .swiper-button-prev,
.p-top-mv-swiper .swiper-button-next {
  text-rendering: initial;
}

.p-top-news {
  padding: 80px 0;
  background: #fff;
}

.p-top-news__inner {
  margin: 0 auto;
  padding: 0 20px;
}

.p-top-news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.p-top-news__heading {
  text-align: center;
  flex: 1;
}

.p-top-news__title {
  font-size: 3rem;
  font-weight: normal;
  margin: 0 0 8px 0;
  color: #000;
  letter-spacing: 0.05em;
}

.p-top-news__subtitle {
  font-size: 0.875rem;
  color: #808080;
  margin: 0;
  font-weight: normal;
}

.p-top-news__more {
  background: #0f2b0f;
  color: #fff;
  padding: 0.25rem 1.5rem;
  border-radius: 1.25rem;
  text-decoration: none;
  font-size: 0.75rem;
  transition: all 0.3s;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 1px solid #0f2b0f;
}
.p-top-news__more:hover {
  color: #0f2b0f;
  background: #fff;
  opacity: 1;
}

.p {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-top-news__item {
  border-top: 1px solid #e0e0e0;
}
.p-top-news__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.p-top-news__link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
  text-decoration: none;
  color: #000;
  transition: background 0.3s;
}
.p-top-news__link:hover .p-top-news__arrow .p-top-news__arrow svg circle {
  fill: #0f2b0f;
}
.p-top-news__link:hover .p-top-news__arrow .p-top-news__arrow path {
  stroke: #fff;
}

.p-top-news__thumbnail {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
}
.p-top-news__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-top-news__content {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.p-top-news__date {
  display: block;
  font-size: 0.75rem;
  color: #808080;
}

.p-top-news__item-title {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-top-news__empty {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 60px 0;
  }
  .p-top-news__header {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .p-top-news__title {
    font-size: 2.25rem;
  }
  .p-top-news__subtitle {
    font-size: 0.75rem;
  }
  .p-top-news__more {
    padding: 6px 20px;
    font-size: 0.8125rem;
  }
  .p-top-news__link {
    gap: 15px;
    padding: 20px 0;
  }
  .p-top-news__thumbnail {
    width: 60px;
    height: 60px;
  }
  .p-top-news__date {
    font-size: 0.75rem;
  }
  .p-top-news__item-title {
    font-size: 0.875rem;
  }
}
.p-top-post__inner {
  margin: 5% 5% 0 5%;
}

.p-top-post .splide__slide {
  display: block;
  width: 100%;
}

.p-top-post .splide__slide a {
  display: block;
  aspect-ratio: 600/400;
}

.p-top-post .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .splide__pagination {
  bottom: -2em;
}

.p-top-post .splide__pagination__page.is-active {
  background-color: blue;
}

.p-top-post .swiper {
  padding-bottom: 20px;
}

.p-top-post .swiper-slide {
  display: block;
  width: 100%;
  aspect-ratio: 600/300;
}

.p-top-post .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .swiper-pagination {
  bottom: 0;
}

.p-top-post .swiper-button-prev,
.p-top-post .swiper-button-next {
  text-rendering: initial;
}

.p-top-post .slick-track {
  display: block;
  width: 100%;
}

.p-top-post .slick-slide {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 5px;
}

.p-top-post .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 600/300;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .slick-next,
.p-top-post .slick-prev {
  background: gray;
}

.p-top-product {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  margin-top: 5.625rem;
}

.p-top-product__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-top-product__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-product__inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-product__header {
  text-align: center;
  margin-bottom: 60px;
}

.p-top-product__title {
  font-size: 3rem;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #fff;
  letter-spacing: 0.05em;
}

.p-top-product__subtitle {
  font-size: 0.875rem;
  color: #fff;
  margin: 0;
  font-weight: normal;
}

.p-top-product__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem 3.125rem;
}

.p-top-product__item {
  background: #fff;
  aspect-ratio: 2.2/1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 85% 100%, 0 100%, 0% 50%);
}
.p-top-product__item:hover {
  opacity: 0.9;
}

.p-top-product__item-content {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-top-product__item-content--logo img {
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-product__item-text {
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-align: center;
}

.p-top-product__item-content--logo img {
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  .p-top-product {
    padding: 3.75rem 0;
  }
  .p-top-product__header {
    margin-bottom: 2.5rem;
  }
  .p-top-product__item-content {
    padding: 0.9375rem 0.625rem;
  }
  .p-top-product__title {
    font-size: 2.25rem;
  }
  .p-top-product__subtitle {
    font-size: 0.75rem;
  }
  .p-top-product__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
  .p-top-product__item-text {
    font-size: 1rem;
  }
  .p-top-product__item-content--logo img {
    max-width: 80%;
    max-height: 80%;
  }
}
@media screen and (max-width: 420px) {
  .p-top-product__item-text {
    font-size: 0.875rem;
  }
}
.p-top-recruit {
  position: relative;
  padding: 0;
}

.p-top-recruit__container {
  position: relative;
  z-index: 10;
  margin: 3.125rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.p-top-recruit__image {
  width: 100%;
  position: relative;
}
.p-top-recruit__image::before {
  content: "";
  padding-top: 92%;
  display: block;
  max-height: 650px;
}
.p-top-recruit__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-recruit__content {
  background: #0f2b0f;
  padding: 3.75rem 3.125rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.p-top-recruit__title {
  font-size: 3rem;
  font-weight: normal;
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
}

.p-top-recruit__subtitle {
  font-size: 0.875rem;
  margin: 0 0 1.875rem 0;
  font-weight: 300;
  color: #666666;
}

.p-top-recruit__head {
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0 0 1.875rem 0;
}

.p-top-recruit__text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 2.8125rem 0;
}

.p-top-recruit__content .c-custom-button {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top-recruit__container {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
  .p-top-recruit__image img {
    -o-object-position: top center;
       object-position: top center;
  }
  .p-top-recruit__image::before {
    padding-top: 74%;
  }
  .p-top-recruit__content {
    transform: translateY(-1px);
    padding: 2.5rem 1.25rem;
  }
  .p-top-recruit__title {
    font-size: 2.25rem;
  }
  .p-top-recruit__subtitle {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .p-top-recruit__text {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
  .p-top-recruit__head {
    font-size: 1.25rem;
  }
}
.p-top-shop {
  padding: 5rem 0;
}

.p-top-shop__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-shop__header {
  text-align: center;
  margin-bottom: 1.25rem;
}

.p-top-shop__title {
  font-size: 3rem;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #000;
  letter-spacing: 0.05em;
}

.p-top-shop__subtitle {
  font-size: 0.875rem;
  color: #000;
  margin: 0;
  font-weight: normal;
}

.p-top-shop__catchcopy {
  text-align: center;
  font-size: 1.625rem;
  margin: 0 0 3.125rem 0;
}

.p-top-shop__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5rem;
}

.p-top-shop__stores {
  display: flex;
  flex-direction: column;
}
.p-top-shop__stores .p-top-shop__store-item:last-of-type {
  border-bottom: 1px solid #e4e4e4;
}

.p-top-shop__store-link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-top: 1px solid #e4e4e4;
  transition: all 0.3s;
}

.p-top-shop__store-image {
  width: 6.25rem;
  height: 6.25rem;
  flex-shrink: 0;
  overflow: hidden;
}
.p-top-shop__store-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-shop__store-info {
  flex: 1;
}

.p-top-shop__store-name {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 5px 0;
  color: #000;
}

.p-top-shop__store-location {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}

.c-btn-arrow {
  flex-shrink: 0;
  color: #000;
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn-arrow:hover {
  transform: translateX(5px);
}

.p-top-shop__online {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top-shop__online-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-top-shop__online-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-shop__online-content {
  position: relative;
  z-index: 10;
  text-align: center;
}

.p-top-shop__online-title {
  font-size: 2.25rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 1.875rem 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-top-shop {
    padding: 60px 0;
  }
  .p-top-shop__title {
    font-size: 2.25rem;
  }
  .p-top-shop__subtitle {
    font-size: 0.75rem;
  }
  .p-top-shop__catchcopy {
    font-size: 0.875rem;
    margin-bottom: 30px;
  }
  .p-top-shop__content {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
  .p-top-shop__store-link {
    gap: 15px;
  }
  .p-top-shop__store-image {
    width: 6.875rem;
    height: 6.875rem;
  }
  .p-top-shop__store-name {
    font-size: 1.125rem;
  }
  .p-top-shop__store-location {
    font-size: 0.75rem;
  }
  .p-top-shop__online-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 420px) {
  .p-top-shop__catchcopy {
    font-size: 0.8125rem;
  }
}
.p-top-works {
  padding-bottom: 3.125rem;
}

.p-top-works__inner {
  margin: 5% 5% 0 5%;
}

.p-top-works .splide__slide {
  display: block;
  width: 100%;
}

.p-top-works .splide__slide a {
  display: block;
  aspect-ratio: 600/400;
}

.p-top-works .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works .splide__pagination {
  bottom: -2em;
}

.p-top-works .splide__pagination__page.is-active {
  background-color: blue;
}

.p-top-works .swiper {
  padding-bottom: 20px;
}

.p-top-works .swiper-slide {
  display: block;
  width: 100%;
  aspect-ratio: 600/300;
}

.p-top-works .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works .swiper-pagination {
  bottom: 0;
}

.p-top-works .swiper-button-prev,
.p-top-works .swiper-button-next {
  text-rendering: initial;
}

.p-top-works .slick-track {
  display: block;
  width: 100%;
}

.p-top-works .slick-slide {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 5px;
}

.p-top-works .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 600/300;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works .slick-next,
.p-top-works .slick-prev {
  background: gray;
}

.gallery {
  margin: 3.125rem auto;
}
.gallery img {
  margin: 0 auto;
}

.gallery-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.gallery-columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.gallery-icon {
  position: relative;
}
.gallery-icon::before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.gallery-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .gallery-columns-2 {
    gap: 0.9375rem;
  }
  .gallery-columns-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
  .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }
}
.pagination {
  width: 100%;
}
.nav-links ul {
  display: flex;
  justify-content: center;
}

.nav-links ul li a,
.nav-links ul li span {
  color: #2589d0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .nav-links ul li a,
  .nav-links ul li span {
    font-size: 1.5rem;
  }
}

.nav-links ul li span.current {
  color: #1a1a1a;
}

.nav-links ul li {
  position: relative;
  margin: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .nav-links ul li {
    margin: 0 0.625rem;
  }
}

.nav-links ul li a,
.nav-links ul li span {
  display: block;
  width: 100%;
  padding: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .nav-links ul li a,
  .nav-links ul li span {
    padding: 0.625rem;
  }
}

.nav-links ul li .nav-links ul .dots {
  padding-right: 0;
  padding-left: 0;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.alignjustify {
  text-align: justify;
}