@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #414141;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

s picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

.c-works-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (any-hover: hover) {
  .c-works-card__link:hover .c-works-card__thumbnail img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-works-card__link:hover .c-works-card__body {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-works-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.c-works-card__thumbnail {
  width: 27.861163227%;
  overflow: hidden;
}
.c-works-card__thumbnail img {
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-works-card__thumbnail img {
    aspect-ratio: 390/150;
  }
}
@media screen and (max-width: 767px) {
  .c-works-card__thumbnail {
    width: 100%;
    height: clamp(150px, 38.4615384615vw, 300px);
  }
}

.c-works-card__body {
  width: 70.0750469043%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-works-card__body {
    width: 100%;
  }
}

.c-works-card__category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-works-card__category-wrap {
    gap: 3px;
  }
}

.c-works-card__category {
  color: #fff;
  background: #399684;
  border-radius: 50px;
  padding: 0.125rem 3.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem; /* 150% */
}
@media screen and (max-width: 767px) {
  .c-works-card__category {
    padding: 2px 20px;
    font-size: 16px;
    line-height: 20px;
  }
}

.c-works-card__time {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-works-card__time {
    margin-top: 5px;
    font-size: 13px;
  }
}

.c-works-card__text {
  margin-top: 0.3125rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .c-works-card__text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.c-drawer-icon {
  width: 32px;
  height: 27px;
  position: relative;
  z-index: 51;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar {
  background: #000;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(1) {
  top: 14px;
  width: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(2) {
  top: 9px;
  display: none;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(3) {
  top: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-drawer-icon {
  display: none;
}
@media screen and (max-width: 1100px) {
  .c-drawer-icon {
    display: inline;
  }
}

.c-drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.c-drawer-icon__bar:nth-of-type(2) {
  top: 12px;
}
.c-drawer-icon__bar:nth-of-type(3) {
  top: 24px;
}

.c-drawer-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 50;
  padding: 122px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 0.8s ease;
  transition: opacity 1s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 1s ease;
  transition: transform 0.8s ease, opacity 1s ease, -webkit-transform 0.8s ease;
}
.c-drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.c-drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-align: center;
  height: 543px;
}

.c-drawer-content__link {
  display: inline-block;
  font-size: 18px;
  padding-block: 8px;
}
.c-drawer-content__link span {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  text-align: center;
}

.p-header {
  height: 7.9375rem;
  position: fixed; /* ヘッダーを固定 */
  top: 0; /* 上部に配置 */
  left: 0; /* 左端に配置 */
  width: 100%; /* 横幅を全体に広げる */
  background-color: transparent;
  z-index: 1000; /* 重なり順を他の要素より前に */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディングを含めてボックスサイズを計算 */
  -webkit-transition: background-color 0.8s ease;
  transition: background-color 0.8s ease;
}
.p-header.is-scroll {
  background: rgba(0, 0, 0, 0.6);
}
.p-header {
  /* ★ ドロワーOPEN時 */
}
.p-header.is-drawer-open {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 68px;
  }
}

.p-header__inner {
  height: inherit;
  padding-top: 2.875rem;
  padding-bottom: 2.25rem;
  padding-inline: 4.125rem 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-inline: 10px;
  }
}

.p-header__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__logo-wrap span {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-header__logo-wrap span {
    font-size: 7px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-header__logo {
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.p-header__logo:hover {
  opacity: 0.6;
}

.p-header.is-drawer-open .p-header__logo-wrap span {
  color: #000;
}
.p-header.is-drawer-open .p-header__logo img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.p-header-logo__link {
  width: 11.25rem;
}
.p-header-logo__link img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-header-logo__link {
    width: 160px;
  }
}

@media screen and (max-width: 1099px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}

.p-header__nav-item {
  text-align: center;
}
.p-header__nav-item a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
.p-header__nav-item span {
  color: #fff;
  margin-top: 0.3125rem;
  display: block;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: normal;
}
.p-header__nav-item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__nav-item:hover {
    opacity: 0.7;
  }
}

/* ★ 1番目以外だけ hover を効かせる */
.p-header__nav-btn {
  border-radius: 5px;
  background: #22ba4f;
  padding: 0.1875rem 0.5rem;
  margin-left: 0.5rem;
}
.p-header__nav-btn a {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.046875rem;
}
.p-header__nav-btn a img {
  width: 1.9375rem;
  padding-right: 0.3125rem;
}

.p-header__item--menu {
  position: relative;
}

.p-header__sublist-wrap {
  position: absolute;
  top: calc(100% - 0.3125rem);
  left: 50%;
  translate: -50%;
  padding-top: 0.9375rem;
  display: none;
}

.p-header__sublist {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background: #fff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.3125rem;
}
.p-header__sublist li a {
  color: #414141;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__sublist li a:hover {
    color: #2f725a;
  }
}
.p-header__sublist::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 11px solid #fff;
  border-top: 0;
}

.p-footer {
  background: url(../img/bg_footer.webp) no-repeat center center/cover;
  width: 100%;
  height: 50rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer {
    height: auto;
    padding-bottom: 35px;
  }
}

.p-footer__inner {
  padding: 6.125rem 6.25rem 6.25rem 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding: 50px 20px 50px 20px;
  }
}

.p-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    gap: 20px;
  }
}

.p-footer__logo a {
  width: 15.625rem;
}
.p-footer__logo a img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-footer__logo a {
    width: 150px;
  }
}
.p-footer__logo {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}

.p-footer__address {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    font-size: 16px;
    line-height: 28px;
  }
}

.p-footer__nav {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 30px;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.p-footer__item a {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-footer__item a {
    font-size: 16px;
  }
}
.p-footer__item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__item:hover {
    opacity: 0.7;
  }
}

.p-footer__privacy {
  margin-top: 2.9375rem;
}
.p-footer__privacy a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-footer__privacy a {
    font-size: 13px;
  }
}
.p-footer__privacy {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__privacy:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__privacy {
    margin-top: 30px;
  }
}

.p-footer__copy {
  display: block;
  margin-top: 1.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.13125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 2.1px;
  }
}

/*----------------------------------
  mv
-----------------------------------*/
.p-top-mv {
  background: url(../img/bg_fv.webp) no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
.p-top-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* ← ここで濃さ調整 */
  z-index: 1;
}

.p-top-mv__inner {
  height: 100%;
  position: relative;
  z-index: 2;
  padding-inline: 7.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner {
    padding-inline: 20px;
  }
}

.p-top-mv__lead {
  width: 37.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__lead {
    width: 280px;
  }
}
.p-top-mv__lead img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------
  p-top-scroll
-----------------------------------*/
/* ===== scroll 全体（ここだけ動かす） ===== */
.p-top-scroll {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-scroll {
    bottom: 32px;
  }
}

/* ===== scroll 文字（崩さない） ===== */
.p-top-scroll-text {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  position: relative;
  top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-scroll-text {
    top: 80px;
    font-size: 12px;
  }
}

/* ===== scroll 線 ===== */
.p-top-scroll-border {
  position: relative;
  padding: 3.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-scroll-border {
    padding: 56px 0;
  }
}

/* 上の線 */
.p-top-scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.0625rem;
  height: 3.125rem;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  -webkit-animation: scrollbar-top 2s ease-in-out infinite;
          animation: scrollbar-top 2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-top-scroll-border::before {
    top: 19px;
    width: 1px;
    height: 50px;
    -webkit-animation: scrollbar-top-sp 2s ease-in-out infinite;
            animation: scrollbar-top-sp 2s ease-in-out infinite;
  }
}

/* 下の線 */
.p-top-scroll-border::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.0625rem;
  height: 3.125rem;
  top: 5.3125rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  -webkit-animation: scrollbar-bottom 2s ease-in-out infinite;
          animation: scrollbar-bottom 2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-top-scroll-border::after {
    width: 1px;
    height: 50px;
    top: 85px;
    -webkit-animation: scrollbar-bottom-sp 2s ease-in-out infinite;
            animation: scrollbar-bottom-sp 2s ease-in-out infinite;
  }
}

/* ===== animation ===== */
@-webkit-keyframes scrollbar-top {
  0% {
    height: 0;
  }
  30% {
    height: 3.125rem;
  }
  90% {
    height: 3.125rem;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes scrollbar-top {
  0% {
    height: 0;
  }
  30% {
    height: 3.125rem;
  }
  90% {
    height: 3.125rem;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes scrollbar-bottom {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  55% {
    height: 3.125rem;
  }
  90% {
    height: 3.125rem;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes scrollbar-bottom {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  55% {
    height: 3.125rem;
  }
  90% {
    height: 3.125rem;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes scrollbar-top-sp {
  0% {
    height: 0;
  }
  30% {
    height: 40px;
  }
  90% {
    height: 40px;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes scrollbar-top-sp {
  0% {
    height: 0;
  }
  30% {
    height: 40px;
  }
  90% {
    height: 40px;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes scrollbar-bottom-sp {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  55% {
    height: 40px;
  }
  90% {
    height: 40px;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes scrollbar-bottom-sp {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  55% {
    height: 40px;
  }
  90% {
    height: 40px;
  }
  90.1% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
/*----------------------------------
  共通クラス
-----------------------------------*/
.p-top-main {
  overflow: hidden;
}

.p-top-section__title-wrap {
  text-align: left;
}

.p-top-section__title-icon {
  width: 70px; /* ← ここがサイズ */
  height: 23px; /* ← ここがサイズ */
  background: #fff;
  /* 左上が直角の三角形（右上へ伸びる） */
  clip-path: polygon(65% 100%, 0% 20%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-top-section__title-icon {
    width: 50px;
    height: 15px;
  }
}

.p-top-section__maintitle {
  margin-top: 1.5625rem;
  color: #fff;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-top-section__maintitle {
    margin-top: 13px;
    font-size: 30px;
  }
}

.p-top-section__subtitle {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 0;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-section__subtitle {
    margin-top: 30px;
    font-size: 16px;
  }
}

.p-top-btn {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-btn {
    font-size: 13px;
  }
}
.p-top-btn span {
  margin-left: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top-btn span {
    margin-left: 5px;
    width: 15px;
    height: 15px;
  }
}
.p-top-btn span img {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-btn span img {
    width: 8px;
    height: 8px;
  }
}
@media (any-hover: hover) {
  .p-top-btn:hover span {
    translate: 5px 0;
  }
}

/*----------------------------------
  service
-----------------------------------*/
.p-top-service {
  background: #fff;
  position: relative;
}
.p-top-service::before {
  content: "";
  position: absolute;
  background: url(../img/bg_circle.svg) no-repeat center center/contain;
  width: 20.75rem;
  height: 20.75rem;
  top: 56.25rem;
  left: 6.25rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-service::before {
    width: 150px;
    height: 150px;
    top: 466px;
    left: -60px;
  }
}

.p-top-service-intro__container {
  padding-block: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service-intro__container {
    padding-block: 50px;
  }
}

.p-top-service-intro__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 4.0625rem 32.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service-intro__inner {
    padding-inline: 20px;
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-top-service__intro-wrap {
  background-color: #399684;
  max-width: 53.8125rem;
  padding: 3.625rem 6.25rem 10.4375rem 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__intro-wrap {
    padding: 20px;
    max-width: clamp(250px, 58.9743589744vw, 300px);
  }
}

.p-top-service__lead {
  margin-top: 2.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__lead {
    margin-top: 30px;
    font-size: 19px;
    line-height: 30px;
  }
}

.p-top-service__text {
  color: #fff;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
  }
}

.p-top-service__btn-wrap {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__btn-wrap {
    margin-top: 20px;
  }
}

.p-top-service-intro__image {
  padding-left: 18.375rem;
  margin-top: -5.9375rem;
  position: relative;
  z-index: 1;
}
.p-top-service-intro__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-service-intro__image {
    padding-left: min(16vw, 100px);
    margin-top: -10px;
  }
}

.p-top-service__deco {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.875rem; /* 176.471% */
  letter-spacing: 1.25rem;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: "vhal" 1, "vrt2" 1;
          font-feature-settings: "vhal" 1, "vrt2" 1;
  position: absolute;
  top: 0;
  right: clamp(170px, 5vw, 14.625rem);
}
@media screen and (max-width: 767px) {
  .p-top-service__deco {
    right: unset;
    left: calc(50% + 95px);
    top: 45px;
    font-size: min(4.1025641026vw, 18px);
    line-height: 30px;
    letter-spacing: 10px;
  }
}

.p-top-service__cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}

.p-top-service__card {
  position: relative;
}
.p-top-service__card:nth-child(1) .p-top-service-card__title-wrap {
  max-width: 25.5rem;
  top: 6.25rem;
  right: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__card:nth-child(1) .p-top-service-card__title-wrap {
    max-width: 200px;
    top: 40px;
    right: 20px;
  }
}
.p-top-service__card:nth-child(1) .p-top-service-card__text {
  top: calc(100% - 19.375rem);
  left: 8.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__card:nth-child(1) .p-top-service-card__text {
    top: calc(100% - 100px);
    left: 40px;
  }
}
.p-top-service__card:nth-child(2) .p-top-service-card__title-wrap {
  max-width: 36.5625rem;
  left: 9.6875rem;
  top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__card:nth-child(2) .p-top-service-card__title-wrap {
    max-width: 200px;
    left: 20px;
    top: 40px;
  }
}
.p-top-service__card:nth-child(2) .p-top-service-card__text {
  text-align: end;
  right: 7.1875rem;
  top: calc(100% - 14.625rem);
}
@media screen and (max-width: 767px) {
  .p-top-service__card:nth-child(2) .p-top-service-card__text {
    right: 40px;
    top: calc(100% - 57px);
  }
}
.p-top-service__card:nth-child(3) .p-top-service-card__title-wrap {
  top: 13.1875rem;
  max-width: 100%;
  text-align: center;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .p-top-service__card:nth-child(3) .p-top-service-card__title-wrap {
    top: 60px;
  }
}
.p-top-service__card:nth-child(3) .p-top-service-card__title-wrap::before {
  width: 23.1875rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .p-top-service__card:nth-child(3) .p-top-service-card__title-wrap::before {
    width: 100%;
  }
}
.p-top-service__card:nth-child(3) .p-top-service-card__title-wrap .p-top-service-card__btn-wrap {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__card:nth-child(3) .p-top-service-card__title-wrap .p-top-service-card__btn-wrap {
    margin-top: 10px;
  }
}
.p-top-service__card:nth-child(3) .p-top-service-card__text {
  text-align: center;
  left: 50%;
  translate: -50%;
  top: calc(100% - 14.625rem);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-service__card:nth-child(3) .p-top-service-card__text {
    top: calc(100% - 60px);
  }
}

.p-top-service-card__image {
  overflow: hidden;
  max-height: 43.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service-card__image {
    height: clamp(250px, 64.1025641026vw, 300px);
  }
}
.p-top-service-card__image img {
  aspect-ratio: 1440/700;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-service-card__image img {
    aspect-ratio: 390/250;
  }
}
.p-top-service-card__image {
  /* ★ 黒オーバーレイ */
}
.p-top-service-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* ← 濃さ調整 */
  z-index: 1;
}

.p-top-service-card__text {
  position: absolute;
  z-index: 1;
  color: rgba(255, 255, 255, 0.15);
  font-size: 4.6875rem;
  font-weight: 700;
  line-height: 5rem; /* 106.667% */
}
@media screen and (max-width: 767px) {
  .p-top-service-card__text {
    font-size: 20px;
    line-height: 25px;
  }
}

.p-top-service-card__title-wrap {
  position: absolute;
  z-index: 1;
}
.p-top-service-card__title-wrap::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 0.0625rem;
  width: 100%;
  top: 6.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service-card__title-wrap::before {
    height: 1px;
    top: 40px;
  }
}

.p-top-service-card__maintitle {
  color: #fff;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 6.25rem; /* 153.199% */
}
@media screen and (max-width: 767px) {
  .p-top-service-card__maintitle {
    font-size: 20px;
    line-height: 30px;
  }
}

.p-top-service-card__subtitle {
  padding-top: 0.6875rem;
  color: #fff;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8125rem; /* 152.5% */
}
@media screen and (max-width: 767px) {
  .p-top-service-card__subtitle {
    font-size: 15px;
    line-height: 25px;
  }
}

.p-top-service-card__btn-wrap {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-service-card__btn-wrap {
    margin-top: 5px;
  }
}

/*----------------------------------
  p-top-works
-----------------------------------*/
.p-top-works {
  position: relative;
}
.p-top-works::before {
  content: "";
  position: absolute;
  background: url(../img/bg_circle.svg) no-repeat center center/contain;
  width: 20.75rem;
  height: 20.75rem;
  top: 3.75rem;
  right: -8.75rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-works::before {
    width: 150px;
    height: 150px;
    top: 50px;
    right: -75px;
    z-index: -1;
  }
}

.p-top-works__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 16.0625rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__inner {
    padding-inline: 20px;
    padding-bottom: 80px;
    padding-top: 30px;
  }
}

.p-top-works_title__inner {
  padding-top: 4.875rem;
  padding-inline: 7.3125rem 13.3125rem;
  margin-inline: auto;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-works_title__inner {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 30px;
    padding-top: 50px;
    padding-inline: 20px;
  }
}

.p-top-works_title-icon {
  background: #2f725a;
}

.p-top-works_maintitle {
  color: #2f725a;
}

.p-top-works_subtitle {
  margin-top: 3.125rem;
  color: #414141;
}
@media screen and (max-width: 767px) {
  .p-top-works_subtitle {
    margin-top: 30px;
  }
}

.p-top-works__lead {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0.375rem; /* 152.5% */
}
@media screen and (max-width: 767px) {
  .p-top-works__lead {
    margin-top: 10px;
    font-size: 15px;
    line-height: 30px;
  }
}

.p-top-works__text {
  margin-left: -8.75rem;
  margin-top: 1.1875rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6875rem; /* 215% */
}
@media screen and (max-width: 767px) {
  .p-top-works__text {
    margin-left: 0;
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
  }
}

.p-top-works__cards {
  margin-top: 3.625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__cards {
    margin-top: 50px;
    gap: 30px;
  }
}

.p-top-works__btn-wrap {
  margin-top: 2.5625rem;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .p-top-works__btn-wrap {
    margin-top: 30px;
  }
}

.p-top-works__btn {
  color: #414141;
  font-weight: 700;
}
.p-top-works__btn span {
  background: #414141;
}

/*----------------------------------
  p-top-cta
-----------------------------------*/
.p-top-cta {
  background: url(../img/bg_top-cta1.webp) no-repeat center center/cover;
  width: 100%;
}

.p-top-cta__inner {
  padding-block: 8.875rem;
  padding-inline: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-top-cta__lead {
  color: #fff;
  font-size: 4.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-cta__lead {
    font-size: 25px;
  }
}

/*----------------------------------
  p-top-cta2
-----------------------------------*/
.p-top-cta2 {
  background: url(../img/bg_top-cta2.webp) no-repeat center center/cover;
  width: 100%;
}

.p-top-cta2__inner {
  padding-block: 4.1875rem;
  padding-inline: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta2__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-top-cta2__lead {
  text-align: end;
  color: #fff;
  font-size: 4.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-cta2__lead {
    font-size: 25px;
  }
}

/*----------------------------------
  p-top__about
-----------------------------------*/
.p-top__about {
  background: #399684;
}

.p-top-about__inner {
  padding-inline: 8.4375rem 6.9375rem;
  padding-block: 3rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    padding-inline: 20px;
    padding-block: 30px;
  }
}

.p-top-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__content {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 30px;
    position: relative;
    max-width: 430px;
    margin-inline: auto;
  }
}

.p-top-about__image {
  clip-path: circle(50% at 50% 50%);
  max-width: 34.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__image {
    max-width: min(51.2820512821vw, 320px);
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 0;
  }
}
.p-top-about__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-about__lead {
  color: #fff;
  margin-top: 2.5rem;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-about__lead {
    margin-top: 30px;
    font-size: 20px;
    position: relative;
    z-index: 1;
  }
}

.p-top-about__text {
  color: #fff;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    z-index: 1;
  }
}

.p-top-about__btn-wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__btn-wrap {
    margin-top: 30px;
  }
}

/*----------------------------------
  p-top__info
-----------------------------------*/
.p-top-info__inner {
  padding-block: 8.75rem 5.125rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-top-info_title-icon {
  background: #2f725a;
}

.p-top-info_maintitle {
  color: #2f725a;
}

.p-top-info_subtitle {
  color: #414141;
}

.p-top-info__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.p-top-info__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-top-info__item:first-of-type .p-top-info__link {
  padding-top: 0;
}
.p-top-info__item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-info__item:hover {
    opacity: 0.7;
  }
}

.p-top-info__link {
  padding-block: 2.5rem;
  border-bottom: 1px dashed #414141;
  display: grid;
  grid-template-columns: auto auto 1fr;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__link {
    padding-block: 20px;
    grid-template-columns: 1fr;
    row-gap: 10px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-top-info__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__meta {
    gap: 10px;
  }
}

.p-top-info__time {
  font-size: 1.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-info__time {
    font-size: 13px;
  }
}

.p-top-info__category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__category-wrap {
    gap: 3px;
  }
}

.p-top-info__category {
  color: #fff;
  background: #399684;
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 0.4375rem 4.375rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-info__category {
    font-size: 14px;
    padding: 2px 10px;
  }
}

.p-top-info__title {
  font-size: 1.1875rem;
  line-height: 1.6;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-top-info__title {
    font-size: 16px;
  }
}

.p-top-info__btn-wrap {
  margin-top: 1.4375rem;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .p-top-info__btn-wrap {
    margin-top: 20px;
  }
}

.p-top-info__btn {
  color: #414141;
  font-weight: 700;
}
.p-top-info__btn span {
  background: #414141;
}

.p-top-info__to-contact {
  margin-top: 7.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-info__to-contact {
    margin-top: 50px;
  }
}

.p-top-info-to-contact__link {
  width: 100%;
  padding: 3.0625rem;
  color: #fff;
  background: #399684;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-info-to-contact__link {
    max-width: 500px;
    margin-inline: auto;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
  }
}
.p-top-info-to-contact__link span {
  width: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-info-to-contact__link span {
    width: 20px;
  }
}
.p-top-info-to-contact__link span img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-info-to-contact__link {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-info-to-contact__link:hover {
    background: #1b534b;
  }
}

/*----------------------------------
  p-top__banner
-----------------------------------*/
#js-banner {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.p-top-banner__link {
  width: 100%;
  height: 80px;
  text-align: center;
  padding: 5px;
  color: #fff;
  background: #22ba4f;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
.p-top-banner__link img {
  margin-right: 8px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page__title-wrap {
  text-align: left;
  padding-inline: 4.125rem 6.25rem;
  padding-top: 7.125rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-page__title-wrap {
    padding-inline: 20px;
    padding-top: 60px;
  }
}

.p-page__title-icon {
  width: 70px; /* ← ここがサイズ */
  height: 23px; /* ← ここがサイズ */
  background: #2f725a;
  /* 左上が直角の三角形（右上へ伸びる） */
  clip-path: polygon(65% 100%, 0% 20%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-page__title-icon {
    width: 50px;
    height: 15px;
  }
}

.p-page__maintitle {
  margin-top: 1.5625rem;
  color: #2f725a;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-page__maintitle {
    margin-top: 13px;
    font-size: 30px;
  }
}

.p-page__subtitle {
  margin-top: 3.125rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-page__subtitle {
    margin-top: 30px;
    font-size: 16px;
  }
}

.p-page-header {
  background: #414141;
}

/* アイキャッチ */
.p-single-article__thumbnail {
  min-height: 43.75rem;
}
.p-single-article__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* パンくず */
.p-single-article__breadcrumb {
  margin-top: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.625rem;
  list-style: none;
  padding: 0;
  font-size: 1rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 4.1875rem;
}

.p-single-article__breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single-article__breadcrumb-item:not(:last-child)::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.625rem;
  border-top: 2px solid #8d8d8d;
  border-right: 2px solid #8d8d8d;
  content: "";
}
.p-single-article__breadcrumb-item a {
  color: #8d8d8d;
  text-decoration: none;
  font-weight: 700;
}
.p-single-article__breadcrumb-item.is-current span {
  color: #414141;
  font-weight: 700;
}

/* コンテンツ全体 */
.p-single-article__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 15rem 14.8125rem;
  padding-top: 5.25rem;
  padding-bottom: 6rem;
}

/* タイトル */
.p-single-article__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.5625rem;
}

/* 日付 */
.p-single-article__time {
  display: block;
  margin-top: 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.6875rem;
}

/* カテゴリ */
.p-single-article__category-wrap {
  margin-top: 1.875rem;
}

.p-single-article__category {
  color: #fff;
  background: #399684;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}

/* 記事本文 */
.p-single-article__article {
  margin-top: 3.3125rem;
}
.p-single-article__article p {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.p-single-article__article h2 {
  margin-top: 4.375rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.5625rem;
  border-bottom: 1px solid #399684;
}
.p-single-article__article img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-article__article h3 {
  position: relative;
  padding-left: 2.5rem;
  color: #399684;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 3.5625rem;
}
.p-single-article__article h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 0.375rem;
  background-image: radial-gradient(circle, #399684 60%, transparent 61%);
  background-size: 0.625rem 0.375rem;
  background-repeat: repeat-x;
}

/* share */
.p-single-article__links {
  margin-top: 8.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single-article__links span {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.p-single-article__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-single-article-sns__link {
  width: 1.9375rem;
}
.p-single-article-sns__link img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-article-sns__link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-single-article-sns__link:hover {
    opacity: 0.7;
  }
}

/* recommend */
.p-single-article__recommend {
  margin-top: 6rem;
}

.p-single-article-recommend__title {
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 2.25rem;
  position: relative;
}
.p-single-article-recommend__title::before {
  content: "";
  position: absolute;
  background: #414141;
  height: 0.0625rem;
  width: 45.1875rem;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}

.p-single-article-recommend__cards {
  margin-top: 4.1875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.p-single-article-recommend__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.p-single-article-recommend__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (any-hover: hover) {
  .p-single-article-recommend__link:hover .p-single-article-recommend-card__thumbnail img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-single-article-recommend__link:hover .p-single-article-recommend-card__time,
  .p-single-article-recommend__link:hover .p-single-article-recommend-card__title {
    opacity: 0.7;
  }
}

.p-single-article-recommend-card__thumbnail {
  min-height: 10.1875rem;
  overflow: hidden;
}
.p-single-article-recommend-card__thumbnail img {
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-article-recommend-card__time {
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.6875rem;
}

.p-single-article-recommend-card__title {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-single-article-recommend__btn-wrap {
  margin-top: 5.4375rem;
  text-align: center;
}

.p-single-article-recommend__btn {
  display: inline-block;
  padding: 1.875rem 10.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  border-radius: 8px;
  border: 1px solid #414141;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-single-article-recommend__btn:hover {
    color: #fff;
    background: #414141;
  }
}

.p-pagination {
  margin-top: 7.5625rem;
}
@media screen and (max-width: 767px) {
  .p-pagination {
    margin-top: 80px;
  }
}

.p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-pagination__list {
    gap: 15px;
  }
}

.p-pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-pagination__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
  text-decoration: none;
  color: #414141;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-pagination__link {
    gap: 10px;
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .p-pagination__link:hover {
    opacity: 0.7;
  }
}
.p-pagination__link[aria-current=page] {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.5rem;
  background: #399684;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-pagination__link[aria-current=page] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
}
@media (any-hover: hover) {
  .p-pagination__link[aria-current=page]:hover {
    opacity: 1;
  }
}

/* Prev / Next */
.p-pagination__link--prev,
.p-pagination__link--next {
  font-size: 1.25rem;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-pagination__link--prev,
  .p-pagination__link--next {
    font-size: 16px;
    gap: 8px;
  }
}

.p-pagination__icon {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-pagination__icon {
    font-size: 16px;
  }
}

.p-pagination__text {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-pagination__text {
    font-size: 16px;
  }
}

/* … */
.p-pagination__dots {
  color: #414141;
  font-size: 2.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-pagination__dots {
    font-size: 16px;
  }
}

/* もし Prev/Next を無効化したいとき用 */
.p-pagination__item.is-disabled {
  pointer-events: none;
}
.p-pagination__item.is-disabled .p-pagination__link {
  opacity: 0.4;
}

.p-service-mv {
  background: url(../img/bg_service_fv.webp) no-repeat center center/cover;
  width: 100%;
  position: relative;
}
.p-service-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* ← ここで濃さ調整 */
}
.p-service-mv {
  height: 43.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-mv {
    height: clamp(200px, 51.2820512821vw, 300px);
  }
}

.p-service-mv__inner {
  height: 100%;
}

.p-service__contents {
  margin-top: 7.125rem;
}
@media screen and (max-width: 767px) {
  .p-service__contents {
    margin-top: 60px;
  }
}

.p-service__content {
  margin-bottom: 5.1875rem;
}
.p-service__content:nth-child(1) .p-service-content__title {
  max-width: 25.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__content:nth-child(1) .p-service-content__title::before {
    max-width: 60px;
  }
}
.p-service__content:nth-child(2) .p-service-content__title {
  max-width: 36.375rem;
}
.p-service__content:nth-child(3) .p-service-content__title {
  max-width: 37.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__content {
    margin-bottom: 80px;
    max-width: 100%;
  }
}

.p-service-content__kv {
  background: url(../img/bg_service01.webp) no-repeat center center/cover;
  width: 100%;
  min-height: 25rem;
}
.p-service-content__kv.--2 {
  background: url(../img/bg_service02.webp) no-repeat center center/cover;
}
.p-service-content__kv.--3 {
  background: url(../img/bg_service03.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-service-content__kv {
    min-height: unset;
    height: 200px;
  }
}

.p-service-content-kv__inner {
  height: 100%;
  padding-inline: 5.625rem;
  padding-top: 4.75rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-service-content-kv__inner {
    padding-inline: 20px;
    padding-top: 50px;
    height: 100%;
  }
}

.p-service-content__title {
  color: #fff;
  position: relative;
}
.p-service-content__title::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 0.0625rem;
  width: 100%;
  top: 6.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-service-content__title::before {
    top: 41px;
    height: 1px;
    max-width: 250px;
  }
}

.p-service-content__title-en {
  font-size: 4.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-content__title-en {
    font-size: 30px;
  }
}

.p-service-content__title-ja {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__title-ja {
    font-size: 17px;
    line-height: 20px;
  }
}

.p-service-content__text {
  padding-inline: 5.625rem;
  max-width: 1440px;
  margin-inline: auto;
  margin-top: 3.375rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__text {
    padding-inline: 20px;
    margin-top: 50px;
    font-size: 16px;
    line-height: 40px;
  }
}

.p-service-content__btn-wrap {
  margin-top: 1.4375rem;
  padding-inline: 5.625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-service-content__btn-wrap {
    margin-top: 20px;
    padding-inline: 20px;
    text-align: right;
  }
}

.p-service-content__btn {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 0;
}
.p-service-content__btn span {
  margin-left: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background: #414141;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-service-content__btn span {
    margin-left: 8px;
    width: 18px;
    height: 18px;
  }
}
.p-service-content__btn span img {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__btn span img {
    width: 10px;
    height: 10px;
  }
}
@media (any-hover: hover) {
  .p-service-content__btn:hover span {
    translate: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service-content__btn {
    font-size: 16px;
  }
}

.p-company-mv {
  background: url(../img/pic_company_fv.webp) no-repeat center center/cover;
  width: 100%;
  height: 43.75rem;
  position: relative;
}
.p-company-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* ← ここで濃さ調整 */
}
@media screen and (max-width: 767px) {
  .p-company-mv {
    height: clamp(200px, 51.2820512821vw, 300px);
  }
}

.p-company__contents {
  margin-top: 7.125rem;
}
@media screen and (max-width: 767px) {
  .p-company__contents {
    margin-top: 60px;
  }
}

.p-company__message {
  background: url(../img/bg_company.webp) no-repeat center center/cover;
  width: 100%;
}

.p-company-message__inner {
  padding: 8.125rem 8.125rem 9.375rem 4.25rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-company-message__inner {
    padding: 80px 15px 80px 15px;
  }
}

.p-company-message__lead {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-message__lead {
    font-size: 16px;
    line-height: 45px;
  }
}

.p-company-info__inner {
  padding-block: 7.125rem 9.375rem;
  padding-inline: 9.4375rem 7.875rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-company-info__inner {
    padding-block: 80px;
    padding-inline: 20px;
  }
}

.p-company-info__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-company-info__title {
    font-size: 26px;
  }
}

.p-company-info__table {
  margin-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__table {
    margin-top: 50px;
  }
}

.p-company-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px dashed #414141;
}
.p-company-info__row:not(:first-of-type) {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__row:not(:first-of-type) {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-info__row {
    gap: 10px;
    padding-bottom: 10px;
  }
}

.p-company-info__term {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__term {
    font-size: 16px;
    line-height: 19px;
  }
}

.p-company-info__desc {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__desc {
    font-size: 18px;
    line-height: 19px;
  }
}

.p-company__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
  aspect-ratio: 1440/778;
}

.p-information-mv {
  background: url(../img/pic_information_fv.webp) no-repeat center center/cover;
  width: 100%;
  height: 43.75rem;
}
@media screen and (max-width: 767px) {
  .p-information-mv {
    height: clamp(200px, 51.2820512821vw, 300px);
  }
}

.p-information {
  margin-top: 6.3125rem;
}
@media screen and (max-width: 767px) {
  .p-information {
    margin-top: 60px;
  }
}

.p-information__inner {
  padding-inline: 11.6875rem;
  padding-bottom: 9.5625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-information__inner {
    padding-inline: 20px;
    padding-bottom: 100px;
  }
}

.p-information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-information__list {
    gap: 50px;
  }
}

.p-information-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (any-hover: hover) {
  .p-information-card__link:hover .p-information-card__thumbnail img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-information-card__link:hover .p-information-card__body {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-information-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

.p-information-card__thumbnail {
  width: 27.861163227%;
  overflow: hidden;
}
.p-information-card__thumbnail img {
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-information-card__thumbnail {
    width: 100%;
    height: 150px;
  }
}

.p-information-card__body {
  width: 70.0750469043%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-information-card__body {
    width: 100%;
  }
}

.p-information-card__category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-information-card__category-wrap {
    gap: 3px;
  }
}

.p-information-card__category {
  color: #fff;
  background: #399684;
  border-radius: 50px;
  padding: 0.125rem 3.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem; /* 150% */
}
@media screen and (max-width: 767px) {
  .p-information-card__category {
    padding: 2px 20px;
    font-size: 16px;
    line-height: 20px;
  }
}

.p-information-card__time {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-information-card__time {
    margin-top: 5px;
    font-size: 13px;
  }
}

.p-information-card__text {
  margin-top: 0.3125rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-information-card__text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.p-works-mv {
  background: url(../img/pic_works_fv.webp) no-repeat center center/cover;
  width: 100%;
  height: 43.75rem;
}
@media screen and (max-width: 767px) {
  .p-works-mv {
    height: clamp(200px, 51.2820512821vw, 300px);
  }
}

.p-works {
  margin-top: 6.3125rem;
}
@media screen and (max-width: 767px) {
  .p-works {
    margin-top: 60px;
  }
}

.p-works__inner {
  padding-inline: 11.6875rem;
  padding-bottom: 9.5625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-works__inner {
    padding-inline: 20px;
    padding-bottom: 100px;
  }
}

.p-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-works__list {
    gap: 50px;
  }
}

.p-works__title-wrap {
  padding-inline: unset;
  padding-top: unset;
  max-width: unset;
  margin-inline: unset;
}

.p-works__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  padding-inline: 4.125rem 6.25rem;
  padding-top: 7.125rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-works__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-inline: 20px;
    padding-top: 60px;
  }
}

.p-works__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-works__category {
    gap: 20px;
  }
}

.p-works-category__title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-works-category__title {
    font-size: 17px;
    line-height: 20px;
  }
}

.p-works-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-works-category__list {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-works-category__item a {
  border-radius: 50px;
  padding: 0.125rem 3.25rem;
  background: #399684;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-works-category__item a {
    padding: 2px 20px;
    font-size: 17px;
    line-height: 20px;
  }
}
.p-works-category__item a.is-current {
  background: #1b534b;
}
.p-works-category__item a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-works-category__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-works-category__item a {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-single-information__thumbnail {
  height: 43.75rem;
}
.p-single-information__thumbnail img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-single-information__thumbnail {
    min-height: unset;
    height: 300px;
  }
}

.p-single-information__breadcrumb {
  margin-top: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.625rem;
  list-style: none;
  padding: 0;
  font-size: 1rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-single-information__breadcrumb {
    margin-top: 20px;
    gap: 0 10px;
    font-size: 14px;
    padding-inline: 20px;
  }
}

.p-single-information__breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single-information__breadcrumb-item:not(:last-child)::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.625rem;
  border-top: 2px solid #8d8d8d;
  border-right: 2px solid #8d8d8d;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-single-information__breadcrumb-item:not(:last-child)::after {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
}
.p-single-information__breadcrumb-item a {
  color: #8d8d8d;
  text-decoration: none;
  font-weight: 700;
}
.p-single-information__breadcrumb-item.is-current span {
  color: #414141;
  font-weight: 700;
}

.p-single-information__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 15rem 14.8125rem;
  padding-top: 5.25rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-single-information__inner {
    padding-inline: 20px;
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.p-single-information__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single-information__title {
    font-size: 22px;
    line-height: 40px;
  }
}

.p-single-information__time {
  display: block;
  margin-top: 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-single-information__time {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
}

.p-single-information__category-wrap {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single-information__category-wrap {
    margin-top: 15px;
    gap: 3px;
  }
}

.p-single-information__category {
  color: #fff;
  background: #399684;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-information__category {
    padding: 2px 20px;
    font-size: 16px;
    line-height: 20px;
  }
}

.p-single-information__article {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single-information__article {
    margin-top: 30px;
  }
}
.p-single-information__article p {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-information__article p {
    font-size: 14px;
    line-height: 30px;
  }
}
.p-single-information__article h2 {
  margin-top: 4.375rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.5625rem;
  border-bottom: 1px solid #399684;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-single-information__article h2 {
    margin-top: 50px;
    font-size: 20px;
    line-height: 40px;
  }
}
.p-single-information__article img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-information__article h3 {
  position: relative;
  padding-left: 2.5rem;
  color: #399684;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single-information__article h3 {
    padding-left: 20px;
    font-size: 20px;
    line-height: 40px;
  }
}
.p-single-information__article h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 0.375rem;
  background-image: radial-gradient(circle, #399684 60%, transparent 61%);
  background-size: 0.625rem 0.375rem;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .p-single-information__article h3::before {
    width: 20px;
    height: 6px;
    background-size: 7px 6px;
  }
}
.p-single-information__article a {
  color: #399684;
  border-bottom: 1px solid #399684;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-single-information__article a:hover {
    opacity: 0.7;
  }
}
.p-single-information__article {
  /* ハイライト（mark）を下線風にする */
  /* 下線風マーカー（色は管理画面で選んだものを使用） */
}
.p-single-information__article mark {
  background: none !important; /* 元のベタ塗りを消す */
  position: relative;
  padding: 0;
  color: inherit;
}
.p-single-information__article mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.12em; /* 下線の位置 */
  height: 0.5em; /* 下線の太さ */
  background: var(--mark-bg, #ffd54d); /* ←管理画面の色 */
  z-index: -1;
}

.p-single-information__links {
  margin-top: 8.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single-information__links span {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-information__links span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-single-information__links {
    margin-top: 100px;
    gap: 15px;
  }
}

.p-single-information__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single-information__sns {
    gap: 10px;
  }
}

.p-single-information-sns__link {
  width: 1.9375rem;
}
.p-single-information-sns__link img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-information-sns__link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-single-information-sns__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-single-information-sns__link {
    width: 30px;
  }
}

.p-single-information__recommend {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-single-information__recommend {
    margin-top: 80px;
  }
}

.p-single-information-recommend__title {
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-information-recommend__title {
    font-size: 26px;
    line-height: 30px;
    max-width: 330px;
  }
}
.p-single-information-recommend__title {
  position: relative;
}
.p-single-information-recommend__title::before {
  content: "";
  position: absolute;
  background: #414141;
  height: 0.0625rem;
  width: 45.1875rem;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-single-information-recommend__title::before {
    height: 1px;
    width: 150px;
  }
}

.p-single-information-recommend__cards {
  margin-top: 4.1875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single-information-recommend__cards {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-single-information-recommend__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 767px) {
  .p-single-information-recommend__card:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.p-single-information-recommend__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (any-hover: hover) {
  .p-single-information-recommend__link:hover .p-single-information-recommend-card__thumbnail img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-single-information-recommend__link:hover .p-single-information-recommend-card__time,
  .p-single-information-recommend__link:hover .p-single-information-recommend-card__title {
    opacity: 0.7;
  }
}

.p-single-information-recommend-card__thumbnail {
  min-height: 10.1875rem;
  overflow: hidden;
}
.p-single-information-recommend-card__thumbnail img {
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-single-information-recommend-card__thumbnail {
    min-height: unset;
    height: clamp(150px, 38.4615384615vw, 300px);
  }
}

.p-single-information-recommend-card__time {
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-single-information-recommend-card__time {
    margin-top: 5px;
    font-size: 13px;
    line-height: 30px;
  }
}

.p-single-information-recommend-card__title {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-single-information-recommend-card__title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.p-single-information-recommend__btn-wrap {
  margin-top: 5.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single-information-recommend__btn-wrap {
    margin-top: 50px;
  }
}

.p-single-information-recommend__btn {
  display: inline-block;
  padding: 1.875rem 10.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  border-radius: 8px;
  border: 1px solid #414141;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-single-information-recommend__btn:hover {
    color: #fff;
    background: #414141;
  }
}
@media screen and (max-width: 767px) {
  .p-single-information-recommend__btn {
    padding: 10px 30px;
    font-size: 17px;
    line-height: 20px;
  }
}

.p-single-works__thumbnail {
  height: 43.75rem;
}
.p-single-works__thumbnail img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-single-works__thumbnail {
    min-height: unset;
    height: 300px;
  }
}

.p-single-works__breadcrumb {
  margin-top: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.625rem;
  list-style: none;
  padding: 0;
  font-size: 1rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__breadcrumb {
    margin-top: 20px;
    gap: 0 10px;
    font-size: 14px;
    padding-inline: 20px;
  }
}

.p-single-works__breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single-works__breadcrumb-item:not(:last-child)::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.625rem;
  border-top: 2px solid #8d8d8d;
  border-right: 2px solid #8d8d8d;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-single-works__breadcrumb-item:not(:last-child)::after {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
}
.p-single-works__breadcrumb-item a {
  color: #8d8d8d;
  text-decoration: none;
  font-weight: 700;
}
.p-single-works__breadcrumb-item.is-current span {
  color: #414141;
  font-weight: 700;
}

.p-single-works__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 15rem 14.8125rem;
  padding-top: 5.25rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__inner {
    padding-inline: 20px;
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.p-single-works__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__title {
    font-size: 22px;
    line-height: 40px;
  }
}

.p-single-works__time {
  display: block;
  margin-top: 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__time {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
}

.p-single-works__category-wrap {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__category-wrap {
    margin-top: 15px;
    gap: 5px;
  }
}

.p-single-works__category {
  color: #fff;
  background: #399684;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__category {
    padding: 2px 20px;
    font-size: 16px;
    line-height: 20px;
  }
}

.p-single-works__article {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__article {
    margin-top: 30px;
  }
}
.p-single-works__article p {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__article p {
    font-size: 14px;
    line-height: 30px;
  }
}
.p-single-works__article h2 {
  margin-top: 4.375rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.5625rem;
  border-bottom: 1px solid #399684;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-single-works__article h2 {
    margin-top: 50px;
    font-size: 20px;
    line-height: 40px;
  }
}
.p-single-works__article img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-works__article h3 {
  position: relative;
  padding-left: 2.5rem;
  color: #399684;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__article h3 {
    padding-left: 20px;
    font-size: 20px;
    line-height: 40px;
  }
}
.p-single-works__article h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 0.375rem;
  background-image: radial-gradient(circle, #399684 60%, transparent 61%);
  background-size: 0.625rem 0.375rem;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .p-single-works__article h3::before {
    width: 20px;
    height: 6px;
    background-size: 7px 6px;
  }
}
.p-single-works__article a {
  color: #399684;
  border-bottom: 1px solid #399684;
  font-weight: 700;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-single-works__article a:hover {
    opacity: 0.7;
  }
}
.p-single-works__article {
  /* 下線風マーカー（色は管理画面で選んだものを使用） */
}
.p-single-works__article mark {
  background: none !important; /* 元のベタ塗りを消す */
  position: relative;
  padding: 0;
  color: inherit;
}
.p-single-works__article mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.12em; /* 下線の位置 */
  height: 0.5em; /* 下線の太さ */
  background: var(--mark-bg, #ffd54d); /* ←管理画面の色 */
  z-index: -1;
}

.p-single-works__links {
  margin-top: 8.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single-works__links span {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__links span {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-single-works__links {
    margin-top: 100px;
    gap: 15px;
  }
}

.p-single-works__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__sns {
    gap: 10px;
  }
}

.p-single-works-sns__link {
  width: 1.9375rem;
}
.p-single-works-sns__link img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-works-sns__link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-single-works-sns__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-single-works-sns__link {
    width: 30px;
  }
}

.p-single-works__recommend {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__recommend {
    margin-top: 80px;
  }
}

.p-single-works-recommend__title {
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 2.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single-works-recommend__title {
    font-size: 26px;
    line-height: 30px;
    max-width: 330px;
  }
}
.p-single-works-recommend__title::before {
  content: "";
  position: absolute;
  background: #414141;
  height: 0.0625rem;
  width: 45.1875rem;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-single-works-recommend__title::before {
    height: 1px;
    width: 150px;
  }
}

.p-single-works-recommend__cards {
  margin-top: 4.1875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single-works-recommend__cards {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-single-works-recommend__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 767px) {
  .p-single-works-recommend__card:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.p-single-works-recommend__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media (any-hover: hover) {
  .p-single-works-recommend__link:hover .p-single-works-recommend-card__thumbnail img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-single-works-recommend__link:hover .p-single-works-recommend-card__time,
  .p-single-works-recommend__link:hover .p-single-works-recommend-card__title {
    opacity: 0.7;
  }
}

.p-single-works-recommend-card__thumbnail {
  min-height: 10.1875rem;
  overflow: hidden;
}
.p-single-works-recommend-card__thumbnail img {
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-single-works-recommend-card__thumbnail {
    min-height: unset;
    height: clamp(150px, 38.4615384615vw, 300px);
  }
}

.p-single-works-recommend-card__time {
  margin-top: 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-single-works-recommend-card__time {
    margin-top: 5px;
    font-size: 13px;
    line-height: 30px;
  }
}

.p-single-works-recommend-card__title {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-single-works-recommend-card__title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.p-single-works-recommend__btn-wrap {
  margin-top: 5.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single-works-recommend__btn-wrap {
    margin-top: 50px;
  }
}

.p-single-works-recommend__btn {
  display: inline-block;
  padding: 1.875rem 10.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  border-radius: 8px;
  border: 1px solid #414141;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-single-works-recommend__btn:hover {
    color: #fff;
    background: #414141;
  }
}
@media screen and (max-width: 767px) {
  .p-single-works-recommend__btn {
    padding: 10px 30px;
    font-size: 17px;
    line-height: 20px;
  }
}

.p-privacy {
  margin-top: 7.9375rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    margin-top: 68px;
  }
}

.p-privacy-content__inner {
  padding-inline: 9.3125rem;
  padding-block: 4.75rem 13.625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-privacy-content__inner {
    padding-inline: 20px;
    padding-block: 60px 100px;
  }
}

.p-privacy__text {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6875rem;
}
.p-privacy__text span {
  display: inline;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6875rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-privacy__text span {
    font-size: 14px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 14px;
    line-height: 27px;
  }
}

.p-contact {
  margin-top: 7.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin-top: 68px;
  }
}

.p-contact__form {
  padding-bottom: 16.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    padding-bottom: 100px;
  }
}

.p-contact__form__inner {
  padding-top: 10rem;
  padding-inline: 11.1875rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__form__inner {
    padding-inline: 20px;
    padding-top: 60px;
  }
}

.p-contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__fields {
    gap: 30px;
  }
}

.p-contact__privacy {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy {
    margin-top: 30px;
  }
}

.p-contact-text-deco {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact-text-deco:hover {
    opacity: 0.7;
  }
}

.p-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-form-field {
    gap: 14px;
  }
}

.p-form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__head {
    gap: 7px;
  }
}

.p-form-field__label {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-form-field__label {
    font-size: 18px;
  }
}

.p-form-field__tag {
  background: url(../img/icon_required.svg) no-repeat center center/contain;
  width: 0.8125rem;
  height: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__tag {
    width: 10px;
    height: 10px;
  }
}

.p-form-text {
  border: none;
  background: rgba(238, 238, 238, 0.7);
  padding: 1.375rem 3rem;
  width: 100%;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: normal;
}
.p-form-text::-webkit-input-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.p-form-text::-moz-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.p-form-text:-ms-input-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.p-form-text::-ms-input-placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.p-form-text::placeholder {
  color: #d6d6d6;
  opacity: 1;
}
.p-form-text:focus {
  outline: #333 auto 1px;
}
.p-form-text:not(:-moz-placeholder) {
  color: #333;
}
.p-form-text:not(:-ms-input-placeholder) {
  color: #333;
}
.p-form-text:not(:placeholder-shown) {
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-form-text {
    padding: 10px 30px;
    font-size: 16px;
  }
}

.p-form-textarea {
  width: 100%;
  padding: 1.375rem 3rem;
  background: rgba(238, 238, 238, 0.7);
  border: none;
  height: 29.125rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: normal;
}
.p-form-textarea:focus {
  outline: #333 auto 1px;
}
.p-form-textarea:not(:-moz-placeholder) {
  color: #333;
}
.p-form-textarea:not(:-ms-input-placeholder) {
  color: #333;
}
.p-form-textarea:not(:placeholder-shown) {
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-form-textarea {
    padding: 10px 30px;
    font-size: 16px;
    height: 160px;
  }
}

.p-form-checkbox__container {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox__container {
    margin-top: 10px;
  }
}

.p-form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form-checkbox__input:checked + .wpcf7-list-item-label .p-form-checkbox__text::after {
  opacity: 1;
}
.p-form-checkbox__input:focus + .wpcf7-list-item-label .p-form-checkbox__text::before {
  border: 1px solid #333;
}

.p-form-checkbox__text {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 3.6875rem;
}
.p-form-checkbox__text::before, .p-form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form-checkbox__text::before {
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 4px;
  border: 1px solid #414141;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox__text::before {
    width: 20px;
    height: 20px;
  }
}
.p-form-checkbox__text::after {
  width: 2.0625rem;
  height: 2.0625rem;
  background: url(../img/icon_check.svg) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox__text::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-form-checkbox__text {
    font-size: 16px;
    padding-left: 35px;
  }
}

.p-contact__button-wrap {
  margin-top: 12.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__button-wrap {
    margin-top: 100px;
    padding-inline: 30px;
  }
}

.p-contact__button {
  padding: 3.0625rem 24.625rem;
  display: inline-block;
  width: 75rem;
  color: #fff;
  background: #414141;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__button {
    padding: 20px 80px;
    width: 100%;
    font-size: 20px;
    line-height: 43px;
  }
}

/*----------------------------------
  contact-form7
-----------------------------------*/
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.u-hidden-sp {
  display: inline;
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: inline;
  }
}

.u-anim-box.slidein {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px); /* ★ 少し距離を増やす */
}

.u-anim-box.slidein.is-animated {
  -webkit-animation: slideInSoft 5s cubic-bezier(0.18, 1, 0.25, 1) forwards;
          animation: slideInSoft 5s cubic-bezier(0.18, 1, 0.25, 1) forwards;
  /* ★ 時間を長く + 強めの減速 */
}

@-webkit-keyframes slideInSoft {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  60% {
    opacity: 1; /* ★ かなり早めに存在感を出す */
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInSoft {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  60% {
    opacity: 1; /* ★ かなり早めに存在感を出す */
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.u-anim-box.slidein-left {
  opacity: 0;
  -webkit-transform: translateX(-150px) scale(0.98);
          transform: translateX(-150px) scale(0.98); /* ★マイナスが左 */
}

.u-anim-box.slidein-left.is-animated {
  -webkit-animation: slideInSoftLeft 4.5s cubic-bezier(0.12, 1, 0.18, 1) forwards;
          animation: slideInSoftLeft 4.5s cubic-bezier(0.12, 1, 0.18, 1) forwards;
}

@-webkit-keyframes slideInSoftLeft {
  0% {
    -webkit-transform: translateX(-150px) scale(0.98);
            transform: translateX(-150px) scale(0.98);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}

@keyframes slideInSoftLeft {
  0% {
    -webkit-transform: translateX(-150px) scale(0.98);
            transform: translateX(-150px) scale(0.98);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}
.u-anim-box.zoomin {
  opacity: 0;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

.u-anim-box.zoomin.is-animated {
  -webkit-animation: zoomInSoft 4s cubic-bezier(0.12, 1, 0.18, 1) forwards;
          animation: zoomInSoft 4s cubic-bezier(0.12, 1, 0.18, 1) forwards;
}

@-webkit-keyframes zoomInSoft {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInSoft {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.u-anim-box.fadein {
  opacity: 0;
  -webkit-transition: opacity 5s cubic-bezier(0.18, 1, 0.25, 1);
  transition: opacity 5s cubic-bezier(0.18, 1, 0.25, 1);
}

.u-anim-box.fadein.is-animated {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .u-anim-box {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}/*# sourceMappingURL=style.css.map */