html {
  font-size: 16px;
}

body {
  font-family: "";
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}on-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  overflow-x: clip;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
  overflow-x: clip;
}

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

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  padding: 0 1.5625rem;
  max-width: 1150px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-inner {
    max-width: 600px;
    padding: 0 1.875rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-inner {
    max-width: 770px;
    padding: 0 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px;
    padding: 0 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .l-inner--w20 {
    padding: 0 1.25rem;
  }
}

.l-inner--wide {
  max-width: 78.125rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-inner--wide {
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .l-inner--wide {
    max-width: 62.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner--wide {
    padding: 0 1.25rem;
    max-width: 37.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-inner--news {
    max-width: 37.5rem;
    width: 100%;
    margin: auto;
    padding: 0 2.5rem;
  }
}

.l-inner--news-detail {
  width: 100%;
  margin-inline: auto;
  padding: 0 1.5625rem;
  max-width: 78.125rem;
}
@media screen and (max-width: 767px) {
  .l-inner--news-detail {
    max-width: 37.5rem;
    width: 100%;
    margin: auto;
    padding: 0 1.875rem;
  }
}

.l-inner--works-detail {
  max-width: 55.625rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-inner--works-detail {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner--works-detail {
    max-width: 37.5rem;
  }
}

.l-mv {
  margin-top: 9.375rem;
  margin-left: auto;
  width: calc(100% - 10.625rem);
}
@media screen and (max-width: 767px) {
  .l-mv {
    margin-top: 6.25rem;
    margin-left: 0.5rem;
    width: calc(100% - 0.3125rem);
  }
}

.l-about {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-about {
    margin-top: 4rem;
  }
}

.l-service {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-service {
    margin-top: 3.125rem;
  }
}

.l-contact {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-top: 2.5rem;
  }
}

.l-news {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-news {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.c-btn {
  text-align: right;
  font-weight: 700;
}

.c-btn__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  /* 矢印用のスペース（重なり防止） */
  padding-right: 1.125rem;
}

/* くの字（右端にabsolute） */
.c-btn__label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  transform: translateY(-50%) translateX(0) rotate(45deg);
  transition: transform 0.3s;
}

/* 下線（文字だけ）※read more=8文字想定なので 8ch */
.c-btn__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 10ch;
  /* ← 文字数ぶんだけ下線 */
  max-width: 100%;
  height: 0.125rem;
  background: #333;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}

/* hover */
@media (any-hover: hover) {
  .c-btn:hover .c-btn__label::after {
    transform: scaleX(1);
  }
  .c-btn:hover .c-btn__label::before {
    transform: translateY(-50%) translateX(0.375rem) rotate(45deg);
  }
}
.c-btn__outline {
  padding: 0.75rem 1.875rem;
  border: 1px solid #000;
  border-radius: 0.3125rem;
}

.c-btn__404 {
  padding: 0.75rem 3.125rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.3125rem;
  text-transform: uppercase;
}

.c-btn__outline--wide {
  padding: 0.75rem 7.5rem;
  border-color: #011950;
}
@media screen and (max-width: 767px) {
  .c-btn__outline--wide {
    padding: 0.75rem 4.375rem;
  }
}

.c-btn__outline--w {
  padding: 0.75rem 10.625rem;
  border-color: #011950;
}
@media screen and (max-width: 767px) {
  .c-btn__outline--w {
    padding: 0.75rem 4.375rem;
  }
}

.c-btn__label-outline {
  font-size: 0.875rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  /* 矢印用のスペース（重なり防止） */
  padding-right: 0.9375rem;
}

/* くの字（右端にabsolute） */
.c-btn__label-outline::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  transform: translateY(-50%) translateX(0) rotate(45deg);
  transition: transform 0.3s;
}

/* 下線（文字だけ）※read more=8文字想定なので 8ch */
.c-btn__label-outline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 10ch;
  /* ← 文字数ぶんだけ下線 */
  max-width: 100%;
  height: 0.125rem;
  background: #333;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
  bottom: 0;
}

.c-btn__label-404 {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 1.125rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.c-btn__label-404::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translateY(-50%) rotate(-135deg);
  transition: transform 0.3s;
}

.c-btn__404--sp {
  border-color: #011950;
}

.c-btn__label-404--sp {
  color: #011950;
}

.c-btn__label-404--sp::before {
  border-top-color: #011950;
  border-right-color: #011950;
}

@media (any-hover: hover) {
  .c-btn__404:hover .c-btn__label-404::before {
    transform: translateY(-50%) translateX(-0.3125rem) rotate(-135deg);
  }
}
/* 下線（文字だけ）※read more=8文字想定なので 8ch */
.c-btn__label-outline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  width: 10ch;
}

/* hover */
@media (any-hover: hover) {
  .c-btn__outline:hover .c-btn__label-outline::before {
    transform: translateY(-50%) translateX(0.375rem) rotate(45deg);
  }
}
.c-btn__outline--prev .c-btn__label-outline {
  /* 矢印を左側に配置 */
  padding-left: 0.9375rem;
  padding-right: 0;
}
.c-btn__outline--prev .c-btn__label-outline::before {
  /* 矢印を左側に配置 */
  right: auto;
  left: 0;
  /* 左向きの矢印（-135度） */
  transform: translateY(-50%) translateX(0) rotate(-135deg);
}
.c-btn__outline--prev .c-btn__label-outline::after {
  /* 下線の幅を調整（前の記事へ=5文字） */
  width: 6ch;
}

@media (any-hover: hover) {
  .c-btn__outline--prev:hover .c-btn__label-outline::before {
    /* ホバー時に左に移動 */
    transform: translateY(-50%) translateX(-0.375rem) rotate(-135deg);
  }
}
.c-btn__outline--next .c-btn__label-outline::after {
  /* 下線の幅を調整（次の記事へ=5文字） */
  width: 6ch;
}

.c-btn__outline--navy {
  background-color: #011950;
  border-color: #011950;
}
.c-btn__outline--navy .c-btn__label-outline {
  color: #FFFFFF;
}
.c-btn__outline--navy .c-btn__label-outline::before {
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
}
.c-btn__outline--navy .c-btn__label-outline::after {
  background-color: #FFFFFF;
}

@media (any-hover: hover) {
  .c-btn__outline--navy:hover {
    opacity: 0.85;
  }
}
.c-btn__prev {
  padding: 0.75rem 10.625rem;
  border: 1px solid #011950;
  border-radius: 0.3125rem;
  background-color: #011950;
}
@media screen and (max-width: 767px) {
  .c-btn__prev {
    padding: 0.75rem 6.25rem;
  }
}
.c-btn__prev .c-btn__label-outline {
  color: #FFFFFF;
  padding-left: 0.9375rem;
  padding-right: 0;
}
.c-btn__prev .c-btn__label-outline::before {
  right: auto;
  left: 0;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  transform: translateY(-50%) translateX(0) rotate(-135deg);
}
.c-btn__prev .c-btn__label-outline::after {
  width: 6ch;
  background-color: #FFFFFF;
}

@media (any-hover: hover) {
  .c-btn__prev:hover {
    opacity: 0.85;
  }
  .c-btn__prev:hover .c-btn__label-outline::before {
    transform: translateY(-50%) translateX(-0.375rem) rotate(-135deg);
  }
}
.c-title {
  font-size: 4.375rem;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.375rem;
  }
}

.c-title--small {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
}

.c-title--end {
  font-size: 4.375rem;
  font-weight: 700;
  text-transform: capitalize;
  text-align: right;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title--end {
    font-size: 2.375rem;
    text-align: left;
  }
}

.c-title--start {
  font-size: 4.375rem;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title--start {
    font-size: 2.375rem;
    text-align: left;
  }
}

.c-title-about {
  display: block;
  font-weight: 700;
  text-align: left;
  font-family: "Oswald", sans-serif;
}

.c-title-about__heading {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-title-about__heading {
    font-size: 0.75rem;
  }
}

.c-title-about__sub {
  font-size: 2.5rem;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-title-about__sub {
    font-size: 1.625rem;
  }
}

.c-title-about--with-line::after {
  content: "";
  margin-left: 0.3125rem;
  display: inline-block;
  width: 3.125rem;
  height: 0.125rem;
  vertical-align: 80%;
  background-color: #282F35;
}
@media screen and (max-width: 767px) {
  .c-title-about--with-line::after {
    width: 2.5rem;
    height: 0.125rem;
    vertical-align: 47%;
  }
}

.c-title-about__box-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 37.5rem;
  margin: 0 auto;
  margin-top: 4.375rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-title-about__box-container {
    margin-top: 1.875rem;
  }
}

.c-title-about__box {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

.c-title-about__box::after {
  content: "";
  position: relative;
  top: -0.3125rem;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
  margin-left: 15px;
  vertical-align: middle;
}

.c-bread {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: right;
  text-transform: capitalize;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.c-bread__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin-right: 5rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-bread__list {
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}

.c-bread__list.c-bread__item {
  position: relative;
}

.c-bread__item--gray {
  color: #A9A9A9;
}

.c-bread__item + .c-bread__item::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  /* 横棒の長さ */
  height: 0.03125rem;
  /* 太さ */
  background-color: #A9A9A9;
  vertical-align: middle;
  margin-inline: 10px;
  /* ← 左右どちらにも同じ余白をつけるのがポイント */
}

.c-breadcrumb {
  font-size: 0.875rem;
  margin-top: 1.25rem;
  font-weight: 400;
  text-align: right;
  text-transform: capitalize;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    font-size: 0.75rem;
    padding-right: 0.625rem;
  }
}

.c-breadcrumb a,
.c-breadcrumb a:link,
.c-breadcrumb a:visited {
  color: #A9A9A9;
}

.c-breadcrumb .current-item {
  color: #000;
}

.c-breadcrumb__between {
  display: inline-block;
  width: 25px;
  height: 1px;
  margin: 0 8px;
  background-color: #A9A9A9;
  vertical-align: middle;
  font-size: 0;
}

.c-breadcrumb--sp-short.c-breadcrumb .current-item {
  color: #242424;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb--sp-short > *:nth-child(n+4) {
    display: none;
  }
  .c-breadcrumb--sp-short > *:nth-child(3),
  .c-breadcrumb--sp-short > *:nth-child(3) a,
  .c-breadcrumb--sp-short > *:nth-child(3) a:link,
  .c-breadcrumb--sp-short > *:nth-child(3) a:visited {
    color: #242424;
  }
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.c-mv {
  position: relative;
}

.c-mv__image {
  animation: slideInFromBottom 0.8s ease-out forwards;
  opacity: 0;
}
.c-mv__image img {
  display: block;
  width: 100%;
  height: auto;
}

.c-mv__head {
  position: absolute;
  top: -0.0625rem;
  left: -0.0625rem;
  width: 40%;
  height: 45%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-mv__head {
    width: 51.5%;
    height: auto;
    min-height: 8.125rem;
  }
}

.c-mv__title {
  font-size: 6.25rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  margin-top: 1.875rem;
  padding-left: 1.875rem;
  line-height: 1.2;
  animation: slideInFromLeft 0.8s ease-out 0.8s forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-mv__title {
    font-size: 2.75rem;
    padding-left: 1.5625rem;
    padding-top: 1.875rem;
    margin-top: 0rem;
  }
}
@media (min-width: 1490px) {
  .c-mv__title {
    font-size: clamp(6.25rem, 20vw, 9.375rem);
  }
}

.c-mv__sub {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 1.875rem;
  line-height: 1.2;
  animation: slideInFromLeft 0.8s ease-out 1s forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-mv__sub {
    font-size: 0.75rem;
    padding-left: 1.5625rem;
  }
}

.c-footer {
  padding: 3.75rem 0 2.6875rem;
  background-color: #06163c;
  color: #fff;
}

.c-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0rem 1.5625rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.75rem;
}

.c-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.c-footer__brand-top {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.c-footer__logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}

.c-footer__logo img {
  display: block;
  height: auto;
}

.c-footer__sns-list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-footer__sns-list {
    margin-left: 2.5rem;
  }
}

.c-footer__sns {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-left: 1.5rem;
  font-size: 1.375rem;
}

.c-footer__sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-footer__sns-link:hover {
  opacity: 0.7;
}

.c-footer__copy {
  margin: 0;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
}

.c-footer__nav {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  margin-right: 5rem;
}

.c-footer__nav-link {
  display: inline-block;
  padding: 0.625rem 0.625rem 0.625rem 0rem;
}

.c-footer__policy {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .c-footer {
    padding: 2.5rem 0 2rem;
  }
  .c-footer__inner {
    width: 100%;
    padding: 2rem 20px 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
  .c-footer__nav {
    order: -1;
    width: 100%;
    gap: 0.625rem;
    font-size: 0.8125rem;
    padding-left: 2.5rem;
  }
  .c-footer__brand {
    width: 100%;
    gap: 1.25rem;
  }
  .c-footer__brand-top {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .c-footer__logo img {
    max-width: 10rem;
    padding-left: 1.625rem;
  }
  .c-footer__sns {
    gap: 1.25rem;
    font-size: 1.375rem;
    margin-left: 2.5rem;
    padding-left: 0;
  }
  .c-footer__copy {
    font-size: 0.6875rem;
    padding-left: 2.5rem;
    margin-top: 1.875rem;
  }
}
.c-header {
  position: relative;
  z-index: 950;
  background-color: #fff;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .c-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
  }
}

.c-header__inner {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header__logo {
  max-width: 16.125rem;
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    max-width: 7.125rem;
  }
}

.c-header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.c-header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-header__logo img {
    margin-top: 0;
  }
}

/* 初期状態：通常ロゴだけ見せる */
.c-header__logo-image {
  display: block;
  width: 100%;
  height: auto;
}

.c-header__logo-image--drawer {
  display: none;
}

/* ドロワー開時：色違いロゴに切替 */
body.is-drawer-open .c-header__logo-image--default {
  display: none;
}

body.is-drawer-open .c-header__logo-image--drawer {
  display: block;
}

body.is-drawer-open,
body.is-drawer-opening {
  overflow: hidden;
}

body.is-drawer-open .c-header {
  background-color: #001135;
}

.c-header__nav {
  display: flex;
  height: inherit;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-header__nav {
    display: none;
  }
}

.c-header__nav-list {
  display: flex;
  height: inherit;
  align-items: center;
}

.c-header__nav-item {
  height: inherit;
}

.c-header__nav-item.c-header__nav-item--contact {
  margin-left: 3.125rem;
  display: flex;
  align-items: center;
}

.c-header__nav-item a {
  padding: 0 1.5625rem;
  height: inherit;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  color: #333;
  text-transform: uppercase;
}

.c-header__nav-item.c-header__nav-item--contact a {
  padding: 2.1875rem 2.5625rem;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.08em;
  gap: 0.625rem;
  position: relative;
  color: #fff;
  background-color: #011950;
}

.c-header__nav-item.c-header__nav-item--contact a i {
  position: relative;
  top: 0.5px;
  color: #fff;
  font-size: 1.125rem;
}

/* watch test */
.c-header__hamburger {
  margin: 0;
  padding: 0;
  left: 0;
  outline: none;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 999;
  height: inherit;
  display: none;
  cursor: pointer;
  padding: 0 1.875rem;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .c-header__hamburger {
    display: block;
  }
}

.c-header__hamburger.is-open {
  background-color: transparent;
}

.c-header__hamburger span {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1.25rem;
  height: 1px;
  background-color: #242424;
  transition: 0.5s;
}

.c-header__hamburger span:nth-child(3) {
  width: 0.875rem;
  /* 例: 長さを25pxに設定 */
  left: 39%;
}

.c-header__hamburger span:nth-of-type(1) {
  top: -0.3125rem;
}

.c-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.c-header__hamburger span:nth-of-type(3) {
  top: 0.3125rem;
}

.c-header__hamburger.is-open span:nth-of-type(1) {
  top: 0rem;
  transform: translateX(-50%) rotate(45deg);
  width: 1.875rem;
}

.c-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.c-header__hamburger.is-open span:nth-of-type(3) {
  top: -0.03125rem;
  transform: translateX(-43%) rotate(-45deg);
  width: 1.875rem;
}

body.is-drawer-open .c-header__hamburger span {
  background-color: #fff;
}

.c-header__drawer {
  position: fixed;
  inset: 0;
  z-index: 900;
  width: 100%;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #001135;
  overflow-y: auto;
  scrollbar-width: none;
  /* clip-pathで円形マスクを作る（初期は右下に小さい円） */
  clip-path: circle(0% at 150% 150%);
  transition: clip-path 0.6s cubic-bezier(0, 0, 1, 1);
}

.c-header__drawer.is-open {
  /* 円の半径を大きくし、中心を左上に移動 */
  clip-path: circle(200vmax at 0% 0%);
}

.c-header__drawer-nav {
  position: relative;
  z-index: 901;
  width: 100%;
  background: #001135;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.c-header__drawer-logo {
  width: 100%;
  max-width: 7.125rem;
  margin: 0 0 2.125rem;
}

.c-header__drawer-logo a {
  display: block;
}

.c-header__drawer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.c-header__drawer-list {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  max-width: 73%;
  width: 100%;
  margin-top: 3.75rem;
}

.c-header__drawer-item a {
  padding: 0.875rem 0.3125rem;
  text-transform: uppercase;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.c-header__drawer-item:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.c-header__drawer-item.c-header__drawer-item--policy a {
  text-transform: none;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  opacity: 0.85;
}

.c-header__drawer-sns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 20rem;
  margin: 3rem auto 0;
  gap: 1.5rem;
  padding-left: 1.5625rem;
}

.c-header__drawer-sns-icon {
  display: block;
  max-width: none;
  width: auto;
  color: #fff;
  font-size: 1.125rem;
  padding: 0 0.3125rem;
}

.c-header__drawer-sns-icon + .c-header__drawer-sns-icon {
  margin-left: 0;
}

.c-header__drawer-sns-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-page-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 34.375rem;
  margin: 0 auto;
  margin-top: 4.375rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-page-nav {
    margin-top: 2.375rem;
  }
}

.c-page-nav__item {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .c-page-nav__item {
    font-size: 0.75rem;
  }
}

.c-page-nav__item::after {
  content: "";
  position: relative;
  top: -0.3125rem;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
  margin-left: 0.625rem;
  vertical-align: -5%;
}
@media screen and (max-width: 767px) {
  .c-page-nav__item::after {
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.5rem;
    top: -0.1875rem;
  }
}

.c-intro {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-intro {
    margin-top: 3.75rem;
  }
}

.c-intro__inner {
  max-width: 52.5rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-intro__inner {
    max-width: 37.5rem;
    padding: 0 1.25rem;
  }
}

.c-intro__title {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-intro__title {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 2;
    margin-top: 3.75rem;
  }
}

.c-intro__text {
  font-size: 1rem;
  line-height: 2.2;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-intro__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2.2;
  }
}

.c-pagination {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

.c-pagination__links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.c-pagination__item {
  display: inline-block;
  text-decoration: none;
  padding: 0.5em 1em;
  color: #333;
  background-color: #e9eeef;
  transition: background-color 0.3s, color 0.3s;
}
.c-pagination__item:hover {
  background-color: #333;
  color: #fff;
}

.c-pagination__item--current {
  background-color: #333;
  color: #fff;
  cursor: default;
  transition: background-color 0.3s, color 0.3s;
}
.c-pagination__item--current:hover {
  background-color: #333;
  color: #fff;
}

.c-pagination__links:has(.c-pagination__item:not(.c-pagination__item--current):hover) .c-pagination__item--current {
  background-color: #e9eeef;
  color: #333;
}

.c-pagination__item--prev,
.c-pagination__item--next {
  position: relative;
  background-color: transparent;
  font-size: 0;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-pagination__item--next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  transform: translateY(-50%) translateX(50%) rotate(45deg);
  transition: transform 0.3s;
}

.c-pagination__item--prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  transform: translateY(-50%) translateX(-50%) rotate(225deg);
  transition: transform 0.3s;
}

.p-works-pagination {
  margin-top: 3.75rem;
}

.p-works-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}

.p-works-pagination__item {
  list-style: none;
}

.p-works-pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  color: #333;
}

.p-works-pagination .page-numbers.current {
  background-color: #333;
  color: #fff;
}

.p-works-pagination .prev,
.p-works-pagination .next {
  font-size: 1.125rem;
}

.c-anim-slide-ltr {
  transform: translateX(-110%);
  animation: slide-in-ltr 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  white-space: nowrap;
}
@keyframes slide-in-ltr {
  to {
    transform: translateX(0);
  }
}

.c-anim-slide-rtl {
  transform: translateX(110%);
  animation: slide-in-rtl 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  white-space: nowrap;
}
@keyframes slide-in-rtl {
  to {
    transform: translateX(0);
  }
}

.c-entry-news h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.c-entry-news h3 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.c-entry-news p {
  margin-bottom: 1.5rem;
}

.c-entry-news ul {
  margin-bottom: 1.5rem;
}

.c-entry-news li {
  position: relative;
  padding-left: 1em;
}

.c-entry-news li + li {
  margin-top: 0.25rem;
}

.p-contact {
  overflow: hidden;
  margin-top: 0;
  padding-top: 7.5rem;
}
.p-contact--top {
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 3.125rem;
  }
}

.p-contact__container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 28rem;
  background-color: #031a4a;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    flex-direction: column-reverse;
  }
}

.p-contact__image {
  flex: 1 1 55%;
}
@media screen and (max-width: 767px) {
  .p-contact__image {
    width: 100%;
    height: auto;
  }
}

.p-contact__image picture,
.p-contact__image img {
  width: 100%;
  height: 27.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-contact__image picture,
  .p-contact__image img {
    height: 15rem;
  }
}

.p-contact__content {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  color: #fff;
  background-color: #031a4a;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    padding: 5rem 0;
    align-items: center;
    text-align: center;
  }
}

.p-contact__lead {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 0.9375rem;
  }
}

.p-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 15.625rem;
  margin: 0 auto;
  padding: 1.25rem 2rem;
  border-radius: 0.375rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  transition: none;
}

.p-contact__btn img {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-contact__btn i {
  position: relative;
  z-index: 1;
  top: 1px;
  color: inherit;
  font-size: 1.375rem;
  transition: color 0.3s ease-in-out;
}

.p-contact__btn--mail {
  background-color: transparent;
  color: inherit;
  padding: 1.25rem 2.5rem;
  position: relative;
  text-decoration: none;
  border: 1px solid #fff;
}

.p-contact__btn--mail::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 0;
}

.p-contact__btn--mail span {
  position: relative;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .p-contact__btn--mail:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .p-contact__btn--mail:hover span {
    color: #000;
  }
  .p-contact__btn--mail:hover i {
    color: #000;
  }
}
.p-contact__btn--tel {
  background-color: transparent;
}

.p-contact__btn:hover {
  opacity: 1;
  transform: none;
}

.p-contact__note {
  font-size: 0.8125rem;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-contact__note {
    font-size: 0.75rem;
  }
}

.p-top-mv {
  height: 100vh;
  margin-bottom: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    height: auto;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-top-mv {
    height: auto;
    margin-bottom: 2.5rem;
  }
}

.p-top-mv__container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-top-mv__container {
    flex-direction: column;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-top-mv__container {
    flex-direction: column;
    height: auto;
  }
}

.p-top-mv__title-wrap {
  position: absolute;
  right: 3rem;
  top: 47%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-mv__title-wrap {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 1.25rem;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-top-mv__title-wrap {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 1.25rem;
    flex-shrink: 0;
    padding-bottom: 1.25rem;
  }
}

.p-top-mv__main-title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(2.125rem, 5vw, 3.6rem);
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-top-mv__main-title {
    font-size: 2.125rem;
    padding-left: 1.25rem;
    writing-mode: horizontal-tb;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-top-mv__main-title {
    font-size: 2.125rem;
    margin-top: 1.25rem;
    writing-mode: horizontal-tb;
    padding-left: 1.25rem;
  }
}

.p-top-mv__slick.slick-slider {
  margin-bottom: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__slick.slick-slider {
    height: 30rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-top-mv__slick.slick-slider {
    height: 31.25rem;
  }
}

/* スライダー外枠 */
.p-top-mv__slick {
  width: 80%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__slick {
    width: 100%;
    height: 30rem;
  }
}
@media screen and (max-width: 399px) {
  .p-top-mv__slick {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .p-top-mv__slick {
    max-width: 22.1875rem;
    margin: 0 auto;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  .p-top-mv__slick {
    padding: 0 0.625rem;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-top-mv__slick {
    width: 100%;
    height: 31.25rem;
    padding: 0 0.9375rem;
    box-sizing: border-box;
  }
}

.p-top-mv__slick-img {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 5rem;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-top-mv__slick-img {
    margin-left: 0;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .p-top-mv__slick-img {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-top-mv__slick-img {
    margin-left: 0;
    overflow: hidden;
  }
}

.p-top-mv__slick-img picture {
  display: block;
  width: 100%;
  height: 100%;
}

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

.p-top-mv__slick .slick-list,
.p-top-mv__slick .slick-track,
.p-top-mv__slick .slick-slide {
  height: 100% !important;
}

.p-top-mv__slick .slick-slide > div {
  height: 100%;
}

.p-top-loop {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 1.25rem;
}

.p-top-loop__list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loopText 20s linear infinite;
}

@keyframes loopText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-top-loop__item {
  padding: 0 20px;
  flex-shrink: 0;
  font-size: 9.375rem;
  font-weight: bold;
  line-height: 1;
  list-style: none;
  color: #011950;
}
@media screen and (max-width: 767px) {
  .p-top-loop__item {
    font-size: 5.25rem;
    margin-left: 1.875rem;
    margin-top: auto;
  }
}

.p-top-about-us {
  margin-top: 5.625rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-us {
    margin-top: 3.75rem;
    margin-bottom: 0rem;
  }
}

.p-top-about-us__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-about-us__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-top-about-us__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-about-us__item:nth-of-type(even) {
    flex-direction: column;
  }
}

.p-top-about-us__item + .p-top-about-us__item {
  margin-top: 1.875rem;
}

.p-top-about-us__img {
  max-width: 34.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-about-us__img {
    width: 100%;
  }
}

.p-top-about-us__item:nth-of-type(even) .p-top-about-us__img {
  margin-left: 6.25rem;
}
.p-top-about-us__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 550/480;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-about-us__text-block {
  margin-top: 1.25rem;
  max-width: 30.625rem;
  width: 100%;
  margin-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-us__text-block {
    margin-top: 1.5625rem;
    margin-left: 0rem;
  }
}

.p-top-about-us__item:nth-of-type(even) .p-top-about-us__text-block {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-about-us__item:nth-of-type(even) .p-top-about-us__text-block {
    margin-left: 0;
  }
}

.p-top-about-us__description {
  padding-top: 2.5rem;
  max-width: 30.625rem;
  width: 100%;
  font-size: 1rem;
  line-height: 2.2857142857;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-about-us__description {
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2.2857142857;
    padding-top: 1.5625rem;
    padding-bottom: 1.875rem;
  }
}

.p-top-about-us__item:nth-of-type(even) .p-top-about-us__description {
  margin-left: 0;
}
.p-top-about-us__btn-wrap {
  margin-top: 1.875rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-top-about-us__btn-wrap {
    margin-top: 0.3125rem;
  }
}

.p-top-service {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    margin-top: 3.75rem;
  }
}

.p-top-service__title-wrap {
  overflow: hidden;
  clip-path: inset(0);
}

.p-top-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.125rem;
  justify-content: space-between;
  counter-reset: number;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
    justify-content: space-between;
    counter-reset: number;
  }
}

.p-top-service__item a {
  display: inline-block;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}

.p-top-service__subtitle {
  font-size: 1.625rem;
  line-height: 1.9;
  white-space: normal;
  overflow-wrap: anywhere;
}

.p-top-service__img {
  width: 100%;
  position: relative;
}

.p-top-service__img img {
  width: 100%;
  aspect-ratio: 335/175;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-service__wrap {
  content: "";
  position: absolute;
  top: 32%;
  left: 12%;
  color: #fff;
}

.p-top-service__item-title {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

.p-top-service__item-title::after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero) "";
}

.p-top-service__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  margin-top: 1.5rem;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .p-top-service__description {
    font-size: 0.875rem;
    margin-top: 1.25rem;
    line-height: 1.8;
  }
}

.p-top-service__btn {
  margin-top: 1.25rem;
}

.p-top-works {
  background-color: #F8F8F8;
  margin-top: 7.5rem;
  padding-top: 5rem;
  display: flow-root;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-works {
    margin-top: 5rem;
    padding-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-top-works__title-wrap {
  overflow: hidden;
  clip-path: inset(0);
}

.p-top-works__title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__title {
    margin-bottom: 1.25rem;
  }
}

.p-top-works__body {
  padding: 2.5rem 2.375rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-works__body {
    padding: 2.5rem 2.5rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}

.p-top-works__btn-wrap {
  margin-top: 1.875rem;
  text-align: right;
}

.p-top-works .p-works__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.p-about-nav {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-nav {
    margin-top: 1.875rem;
    max-width: 18.75rem;
  }
}

.p-about-nav__item {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-about-nav__item {
    font-size: 0.75rem;
  }
}

.p-about-nav__item::after {
  content: "";
  position: relative;
  top: -0.3125rem;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
  margin-left: 0.625rem;
  vertical-align: -5%;
}
@media screen and (max-width: 767px) {
  .p-about-nav__item::after {
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.5rem;
    top: -0.1875rem;
  }
}

.p-about-philosophy {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__inner {
    position: relative;
  }
  .p-about-philosophy__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background-color: #F8F8F8;
    z-index: 0;
  }
}

.p-about-philosophy__content {
  display: flex;
  align-items: flex-start;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__content {
    display: block;
    position: relative;
    z-index: 1;
    background-color: transparent;
  }
}

.p-about-philosophy__image {
  flex: 0 0 auto;
  flex: 0 0 360px;
  flex-shrink: 0;
  width: 360px;
  max-width: 360px;
  aspect-ratio: 360/535;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: flex-start;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__image {
    flex: 0 0 335px;
    flex-shrink: 0;
    width: 335px;
    max-width: 335px;
    aspect-ratio: 335/300;
    margin: 1.875rem auto 0;
  }
}

.p-about-philosophy__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-about-philosophy__body {
  padding-top: 4.375rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__body {
    max-width: 31.25rem;
    padding: 3.125rem 0 0;
  }
}

.p-about-philosophy__text {
  margin-top: 3.5rem;
  margin-bottom: 1.875rem;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2857142857;
  max-width: 42.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__text {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    max-width: none;
  }
}

.p-about-philosophy__name {
  text-align: right;
  padding-right: 1.25rem;
  letter-spacing: 0.1em;
}

.p-about-philosophy__name-space {
  display: inline-block;
  width: 1em;
}

.p-about-access__text-wrap {
  margin-top: 0;
  max-width: 42.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-access__text-wrap {
    margin-top: 1.25rem;
    max-width: 31.25rem;
    padding: 0;
  }
}

.p-about-access__address {
  font-size: 1rem;
  line-height: 1.8;
}
.p-about-access__address .p-about-access__zip {
  display: inline;
  margin-right: 0.5rem;
}
.p-about-access__address .p-about-access__street {
  display: inline;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-about-access__address {
    font-size: 0.875rem;
  }
  .p-about-access__address .p-about-access__zip {
    display: block;
    margin-right: 0;
    margin-top: 0.875rem;
  }
  .p-about-access__address .p-about-access__street {
    display: block;
    margin-top: 0.125rem;
  }
}

.p-about-access__name {
  text-align: right;
  padding-right: 1.25rem;
}

.p-about-access__map {
  width: 100%;
  overflow: hidden;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-access__map {
    margin-top: 1.25rem;
  }
}

.p-about-access__map iframe {
  aspect-ratio: 1150/400;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-about-access__map iframe {
    aspect-ratio: 335/400;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
}

.p-about-company {
  padding-top: 4.375rem;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .p-about-company {
    padding-top: 3.375rem;
  }
}

.p-about-company__dl-wrap {
  margin-top: 3.5rem;
  display: block;
  max-width: 96%;
}
@media screen and (max-width: 767px) {
  .p-about-company__dl-wrap {
    margin-top: 1.625rem;
    max-width: none;
  }
}

.p-about-company__dl {
  display: grid;
  grid-template-columns: 12em 1fr;
  align-items: start;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
  text-align: left;
  border-bottom: solid 0.0625rem #E2E2E2;
  padding-bottom: 2.5rem;
  max-width: 96%;
}
@media screen and (max-width: 767px) {
  .p-about-company__dl {
    display: block;
    margin-top: 1.125rem;
    padding-bottom: 1.1875rem;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 0.875rem;
    max-width: none;
  }
}

.p-about-company__dt,
.p-about-company__dd {
  width: auto;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-company__dt,
  .p-about-company__dd {
    width: 100%;
    margin-top: 0.0625rem;
    font-size: 0.875rem;
  }
}

.p-about-company__dt {
  grid-column: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-company__dt {
    width: 100%;
    flex-shrink: 0;
    font-size: 0.875rem;
  }
}

.p-about-company__dd {
  grid-column: 2;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-about-company__dd {
    margin-top: 0.4375rem;
  }
}

/* PCのみ：2つ目以降のddにだけ上マージン */
.p-about-company__dd + .p-about-company__dd {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about-company__dd + .p-about-company__dd {
    margin-top: 0;
  }
}

.p-about-company__dt:not(:first-child) {
  margin-top: 1rem;
}

.p-about-company__address {
  display: flex;
  flex-direction: column;
  letter-spacing: -0.05em;
}

/* PCのみ縦積みに強制したい場合のモディファイア */
.p-about-company__dl--pc-column {
  display: grid;
}
@media screen and (max-width: 767px) {
  .p-about-company__dl--pc-column {
    display: block;
  }
}

@keyframes p-about-company__scroll-list--left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-about-company__scroll {
  width: 100vw;
  width: 100svw;
  margin-left: calc(50% - 50vw);
  margin-left: calc(50% - 50svw);
  overflow: hidden;
  overflow-x: clip;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-about-company__scroll-wrap {
  display: flex;
  gap: 0.3125rem;
  overflow: hidden;
}

.p-about-company__scroll-list {
  display: flex;
  list-style: none;
  padding: 0;
  flex-shrink: 0;
  gap: 0.3125rem;
}

.p-about-company__scroll-item > img {
  display: block;
  max-width: 100%;
}

.p-about-company__scroll-list--left {
  animation: p-about-company__scroll-list--left 80s infinite linear 0.5s both;
}

.p-about-company__scroll-item {
  width: 30rem;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-company__scroll-item {
    width: 11.25rem;
    height: 9.375rem;
  }
}

.p-about-company__scroll-item > img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-about-company__scroll-item > img {
    width: 100%;
    height: 9.375rem;
  }
}

.p-news--top {
  padding-top: 7.5rem;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .p-news--top {
    padding: 3rem 0 2.5rem;
  }
}

.p-news--detail,
.p-works--detail {
  padding-top: 6.25rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news--detail,
  .p-works--detail {
    padding: 6.25rem 0;
  }
}

.p-news__breadcrumb {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__breadcrumb {
    margin-bottom: 1.25rem;
  }
}

.p-news__layout {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-news__layout {
    flex-direction: column;
    margin: auto;
    max-width: 37.5rem;
    width: 100%;
  }
}

.p-news__content {
  width: 100%;
  min-width: 0;
}

.p-news__archive-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__archive-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

.p-news__list {
  width: 100%;
  border-top: none;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
  }
}

.p-news-pagination {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-news-pagination {
    justify-content: center;
  }
}
.p-news-pagination .c-pagination__links {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-news-pagination .c-pagination__links {
    justify-content: center;
  }
}

.p-news-pagination__item--disabled {
  pointer-events: none;
}

.p-news__body {
  display: flex;
  flex-wrap: nowrap;
  gap: 6rem;
  width: 100%;
  border-top: none;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-news__body {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
  }
}

.p-news__sidebar {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  align-self: flex-start;
}
.p-news--top .p-news__sidebar {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__sidebar {
    flex: none;
    width: 100%;
  }
}

.p-news__sidebar--sticky {
  position: sticky;
  top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__sidebar--sticky {
    position: static;
    top: auto;
  }
}

.p-news__title {
  margin: 0;
  line-height: 1;
}

.p-news__contents {
  min-width: 0;
  flex: 1 1 auto;
  position: relative;
  padding-left: 3.4375rem;
  margin-left: 5.5rem;
  display: none;
}
@media screen and (max-width: 1400px) {
  .p-news__contents {
    padding-left: 2.875rem;
    margin-left: 4.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-news__contents {
    padding-left: 2.125rem;
    margin-left: 3.25rem;
  }
}
@media screen and (max-width: 999px) {
  .p-news__contents {
    padding-left: 1.25rem;
    margin-left: 1.75rem;
  }
}
.p-news__contents.is-active {
  display: block;
}
.p-news__contents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: #E2E2E2;
}
.p-news--top .p-news__contents::before {
  height: 43.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__contents {
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 1.875rem;
  }
  .p-news__contents::before {
    width: 100%;
    height: 0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news--top .p-news__contents::before {
    height: 0.0625rem;
  }
}

.p-news--top .p-news__contents {
  min-height: 43.25rem;
}
@media screen and (max-width: 767px) {
  .p-news--top .p-news__contents {
    min-height: 35rem;
  }
}

.p-news__contents.is-active {
  display: block;
}

/* 左メニューのactive（見た目確認しやすくする） */
.p-news-nav__link.is-active {
  color: #111;
  font-weight: 700;
}

.p-news-nav__link.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #0d2c6c;
}

.p-news__btn-wrap {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: right;
}

.p-news__list {
  font-size: 0.875rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-news__item {
  border-bottom: 1px solid #E2E2E2;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.p-news__item.is-hidden {
  display: none;
}

.p-news__list .c-pagination__links {
  justify-content: flex-start;
}

.p-works-list .c-pagination__links {
  justify-content: flex-start;
}

.p-news__link {
  padding-top: 1.875rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    padding: 0.625rem 0;
  }
}
.p-news__item:first-child .p-news__link {
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__item:first-child .p-news__link {
    padding-top: 0.625rem;
  }
}

.p-news__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__meta {
    padding-top: 0.625rem;
  }
}

.p-news__date {
  font-size: 0.75rem;
  color: #A9A9A9;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: 0.6875rem;
  }
}

.p-news__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  text-wrap: pretty;
  margin-left: 0;
  margin-top: 1.5625rem;
  padding-top: 0;
  margin-bottom: 1.875rem;
  animation: 1s fadeup ease-in-out forwards;
}
@media screen and (max-width: 999px) {
  .p-news__text {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__text {
    color: #000000;
    font-size: 0.9375rem;
    font-family: "Noto Sans JP";
    font-weight: 500;
    margin-bottom: 0.875rem;
  }
}

.c-text-underline {
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 0.125rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: background-size 0.35s ease-out;
}

.c-text-underline.is-line-split {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  background-image: none;
}

.c-text-underline__line {
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 0.125rem;
  transition: background-size 0.35s ease-out;
  transition-delay: 0s;
}

.c-text-underline {
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 0.125rem;
  transition: background-size 0.35s ease-out;
  transition-delay: 0s;
}

.p-news__link:hover .c-text-underline:not(.is-line-split) {
  background-size: 100% 0.125rem;
}

.p-news__link:hover .c-text-underline,
.p-works__link:hover .c-text-underline {
  background-size: 100% 0.125rem;
  transition-delay: calc(var(--line-index, 0) * 0.35s);
}

.p-news__link:hover .c-text-underline__line,
.p-works__link:hover .c-text-underline__line {
  background-size: 100% 0.125rem;
  transition-delay: calc(var(--line-index, 0) * 0.35s);
}

.p-news .p-news__text:has(.p-news__text--pc) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .p-news .p-news__text:has(.p-news__text--pc) {
    margin-top: 0.75rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.p-news__text--pc {
  display: inline;
}

.p-news__text--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-news__text--pc {
    display: none;
  }
  .p-news__text--sp {
    display: inline;
  }
}
.p-news__category {
  padding: 0.375rem 0.875rem;
  min-width: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #626262;
  background-color: #FFFFFF;
  text-align: center;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-news__category {
    padding: 0.375rem 0.5rem;
    min-width: auto;
    font-size: 0.6875rem;
  }
}

.p-news__category.p-news__category--secondary {
  padding: 0.375rem 0.875rem;
  min-width: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #626262;
  text-align: center;
  margin-left: 0;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .p-news__category.p-news__category--secondary {
    padding: 0.375rem 0.5rem;
    min-width: auto;
    font-size: 0.6875rem;
  }
}

.p-sidebar-nav-list,
.p-news__sidebar-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-sidebar-nav-list,
  .p-news__sidebar-nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, 1fr));
    gap: 0rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

.p-sidebar-nav-list__item {
  position: relative;
  display: block;
  cursor: pointer;
  opacity: 0;
  transform: translateY(30px);
  animation: 1s news-nav-fadeup ease-in-out forwards;
  padding-bottom: 0.6875rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.p-sidebar-nav-list__item:nth-child(1) {
  animation-delay: 0.08s;
}
.p-sidebar-nav-list__item:nth-child(2) {
  animation-delay: 0.16s;
}
.p-sidebar-nav-list__item:nth-child(3) {
  animation-delay: 0.24s;
}
.p-sidebar-nav-list__item:nth-child(4) {
  animation-delay: 0.32s;
}
.p-sidebar-nav-list__item:nth-child(5) {
  animation-delay: 0.4s;
}
.p-sidebar-nav-list__item:nth-child(6) {
  animation-delay: 0.48s;
}
.p-sidebar-nav-list__item:nth-child(7) {
  animation-delay: 0.56s;
}
.p-sidebar-nav-list__item:nth-child(8) {
  animation-delay: 0.64s;
}
.p-sidebar-nav-list__item:nth-child(9) {
  animation-delay: 0.72s;
}
.p-sidebar-nav-list__item:nth-child(10) {
  animation-delay: 0.8s;
}

.p-sidebar-nav-list__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #A9A9A9;
}
@media screen and (max-width: 767px) {
  .p-sidebar-nav-list__link {
    white-space: nowrap;
  }
}

.p-sidebar-nav-list__link.is-active {
  color: #111;
  font-weight: 700;
}

.p-sidebar-nav-list__link.is-active::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 37%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #0d2c6c;
}

.p-nav {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0rem 1.25rem;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

.p-news-nav__item {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(30px);
  animation: 1s news-nav-fadeup ease-in-out forwards;
  padding-top: 0.1875rem;
  padding-bottom: 0.625rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.p-news-nav__item--active {
  font-size: 0.875rem;
  font-weight: 700;
}

.p-news-nav__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #A9A9A9;
}

.p-news-nav__link:hover {
  color: #111;
  font-weight: 700;
}

.p-news-nav__link.is-active {
  color: #111;
  font-weight: 700;
}

.p-news-nav__link.is-active::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 43%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #0d2c6c;
}

@keyframes news-nav-fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-news-sidebar {
  flex: 0 0 calc(34% - 4.375rem);
  flex-shrink: 0;
  max-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-sidebar {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    margin-top: 3.5rem;
  }
}

.p-news-sidebar__breadcrumb,
.p-works-sidebar__breadcrumb {
  position: absolute;
  top: -4.5rem;
  right: -5.4375rem;
  width: calc(31% - 4.375rem);
  text-align: right;
  margin-bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-news-sidebar__breadcrumb,
  .p-works-sidebar__breadcrumb {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.p-news-sidebar__widget {
  margin-bottom: 1.625rem;
}
.p-news-sidebar__widget:last-child {
  margin-bottom: 0;
}

.p-news-sidebar__title {
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #011950;
  padding: 0.625rem 1rem;
}

.p-news-sidebar__widget:first-child .p-news-sidebar__title {
  margin-bottom: 1rem;
}

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

.p-news-sidebar__post-item {
  margin-top: 1.125rem;
}
.p-news-sidebar__post-item:last-child {
  margin-bottom: 0;
}

.p-news-sidebar__post-link {
  position: relative;
  display: flex;
  gap: 1.5625rem;
  text-decoration: none;
  color: #000000;
  transition: opacity 0.3s;
  padding: 0 0.9375rem 1.125rem 0.9375rem;
}
.p-news-sidebar__post-link::after {
  content: "";
  position: absolute;
  left: 0.9375rem;
  bottom: 0;
  width: calc(100% - 1.875rem);
  height: 1px;
  background-color: #E2E2E2;
}
.p-news-sidebar__post-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-news-sidebar__post-item:nth-child(5) .p-news-sidebar__post-link::after {
    display: none;
  }
}

.p-news-sidebar__post-thumb {
  flex-shrink: 0;
  width: 6.25rem;
  height: 6.25rem;
  overflow: hidden;
}
.p-news-sidebar__post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-sidebar__post-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-news-sidebar__post-text {
  font-size: 0.75rem;
  line-height: 1.8;
  margin: 0;
  overflow: hidden;
}
.p-news-sidebar__post-text--margin {
  margin-bottom: 1.25rem;
}
.p-news-sidebar__post-text--spacing {
  margin-bottom: 2.5rem;
}

.p-news-sidebar__post-date {
  font-size: 0.75rem;
  color: #666;
  display: block;
}

.p-news-sidebar__archive-list,
.p-news-sidebar__category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  padding: 0 1rem;
}

.p-news-sidebar__archive-list li,
.p-news-sidebar__category-list li {
  padding: 1rem 0;
  border-bottom: 1px solid #E2E2E2;
}
.p-news-sidebar__archive-list li:last-child,
.p-news-sidebar__category-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.p-news-sidebar__archive-list li a,
.p-news-sidebar__category-list li a {
  font-size: 0.875rem;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}
.p-news-sidebar__archive-list li a:hover,
.p-news-sidebar__category-list li a:hover {
  color: #011950;
  text-decoration: underline;
}

.p-news-blog {
  min-width: 0;
  max-width: 50.1875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news-blog {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 1.875rem;
  }
}

.p-news-blog__tabs {
  margin-bottom: 1.5rem;
  max-width: 44.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-news-blog__tabs {
    margin-bottom: 0.75rem;
  }
}

.p-news-blog__tab {
  padding: 0.375rem 0.875rem;
  min-width: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #626262;
  text-align: center;
  margin-left: 0;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .p-news-blog__tab {
    padding: 0.375rem 0.5rem;
    min-width: auto;
    font-size: 0.6875rem;
  }
}

.p-news-blog__thumb {
  display: block;
  width: 44.875rem;
  max-width: 100%;
  height: 25rem;
  margin: 0 auto 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-news-blog__thumb {
    width: 100%;
    height: auto;
    margin-top: 1.25rem;
  }
}

.p-news-blog__wrapper {
  max-width: 44.875rem;
  margin-left: auto;
  margin-right: auto;
}

.p-news-blog__title {
  margin: 0 0 0.75rem 0;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-news-blog__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 1.25rem;
    margin-bottom: 0rem;
  }
}

.p-news-blog__date {
  font-size: 0.875rem;
  color: #666;
  display: block;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-blog__date {
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
  }
}

.p-news-blog__content {
  margin: 2.5rem auto 2.5rem auto;
  max-width: 44.875rem;
}

.c-entry-news {
  max-width: 44.875rem;
}
.c-entry-news h2 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  padding-left: 0.75rem;
  padding-block: 0.5rem;
  border-left: 0.1875rem solid #011950;
  background-color: #F8F8F8;
}
.c-entry-news h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  border-bottom: none;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(to right, #000000 0%, #000000 40%, #E2E2E2 40%, #E2E2E2 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.c-entry-news p {
  font-size: 1rem;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-entry-news p {
    font-size: 0.875rem;
  }
}
.c-entry-news p:has(+ h3) {
  margin-bottom: 4.5rem;
}
.c-entry-news ul {
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
}
.c-entry-news li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-entry-news li {
    font-size: 0.875rem;
  }
}
.c-entry-news li::before {
  content: "・";
  position: absolute;
  left: -0.1875rem;
  top: -0.375rem;
  font-size: 1.5625rem;
}

.c-entry-works {
  max-width: 44.875rem;
}
.c-entry-works p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-entry-works p {
    font-size: 0.875rem;
  }
}
.c-entry-works ul {
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
}
.c-entry-works li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-entry-works li {
    font-size: 0.875rem;
  }
}
.c-entry-works li::before {
  content: "・";
  position: absolute;
  left: -0.1875rem;
  top: -0.375rem;
  font-size: 1.5625rem;
}

.p-news-blog__pager {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 3.5rem;
  max-width: 44.875rem;
  gap: 1.25rem;
}
.p-news-blog__pager::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E2E2E2;
}
.p-news-blog__pager .c-btn {
  text-align: left;
  flex: 0 1 auto;
}
.p-news-blog__pager .c-btn__outline {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news-blog__pager {
    padding-top: 0rem;
  }
  .p-news-blog__pager::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-news-blog__pager .c-btn__outline--next {
    display: none;
  }
}

.p-service-features__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: number;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #011950;
  font-family: "Oswald", sans-serif;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-features__list {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}

.p-service-features__item {
  display: flex;
  width: 100%;
  gap: 0;
  counter-increment: features;
  position: relative;
  background-color: #F8F8F8;
  scroll-margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-features__item {
    scroll-margin-top: 5rem;
  }
}
.p-service-features__item:not(:first-child) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-features__item:not(:first-child) {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-features__item {
    flex-direction: column;
    background-color: transparent;
    isolation: isolate;
  }
  .p-service-features__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #F8F8F8;
    z-index: -1;
  }
}

.p-service-features__item-body {
  flex: 0 0 46.6666666667%;
  padding: 3.75rem 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-features__item-body {
    flex: none;
    padding: 4.375rem 0 0;
  }
}

.p-service-features__item-body::before {
  content: counter(features, decimal-leading-zero);
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "Oswald", sans-serif;
  align-self: flex-start;
  display: flex;
  align-items: center;
  padding-right: 0.9375rem;
  border-right: 0.15625rem solid #011950;
  line-height: 1;
  height: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-service-features__item-body::before {
    padding-right: 0.375rem;
    font-size: 2rem;
    border-right: 0.0625rem solid #011950;
    height: 1.75rem;
    padding-right: 0.625rem;
  }
}

.p-service-features__item-title {
  margin: 0;
  margin-top: 1.875rem;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-service-features__item-title {
    font-size: 1.25rem;
  }
}

.p-service-features__item-text {
  margin: 0;
  margin-top: 1.125rem;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  max-width: 33.75rem;
  color: #000000;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .p-service-features__item-text {
    font-size: 0.875rem;
    line-height: 2.5;
    max-width: none;
    width: 100%;
  }
}

.p-service-features__item-media {
  flex: 0 0 53.3333333333%;
  margin: 0;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-service-features__item-media {
    flex: none;
    width: 100%;
    height: auto;
    margin-top: 1.25rem;
  }
}

.p-service-features__item-media-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-service-features__item-media-img {
    height: auto;
  }
}

.p-service-features__head {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-features__head {
    margin-top: 1.875rem;
  }
}

.p-service-features__wrap {
  max-width: 68.75rem;
  margin: auto;
}
.p-service-features__title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.375rem;
  letter-spacing: 0.01em;
  color: #011950;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.p-service-features__title .ja {
  font-size: 0.75rem;
  color: #000000;
  letter-spacing: 0.08em;
}

.p-service-features__text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: normal;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service-features__text {
    margin-top: 1.5625rem;
    line-height: 2.5;
    font-size: 0.875rem;
  }
}

.p-works__container {
  overflow: visible;
}

.p-works--sub {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-works--sub {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-works__layout {
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-works__layout {
    flex-direction: column;
    margin: auto;
    max-width: 37.5rem;
    width: 100%;
  }
}

.p-works__sidebar {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-works__sidebar {
    flex: none;
    width: 100%;
  }
}

.p-works__sidebar--sticky {
  position: sticky;
  top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-works__sidebar--sticky {
    position: static;
    top: auto;
  }
}

.p-works__contents {
  min-width: 0;
  flex: 1 1 auto;
  position: relative;
  padding-left: 3.75rem;
  margin-left: 7.5rem;
  display: none;
}
.p-works__contents.is-active {
  display: block;
}
.p-works__contents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: #E2E2E2;
}
@media screen and (max-width: 767px) {
  .p-works__contents::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-works__contents {
    flex: none;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 1.875rem;
  }
  .p-works__contents::before {
    width: 100%;
    height: 0.0625rem;
  }
}

.p-works__list {
  list-style: none;
}

.p-works__item {
  border-bottom: 1px solid #E2E2E2;
}
.p-works__item.is-hidden {
  display: none;
}

.p-works__item + .p-works__item {
  margin-top: 1.875rem;
}

.p-works__link {
  display: flex;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-works__link {
    align-items: flex-start;
  }
}

.p-works__entry {
  display: flex;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-works__entry {
    align-items: flex-start;
  }
}

.p-works__img {
  width: 100%;
  flex: 0 0 clamp(7.5rem, 24.17vw, 18.125rem);
  align-self: flex-start;
  aspect-ratio: 290/229;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-works__img {
    max-width: none;
    width: 7.5rem;
    flex: 0 0 7.5rem;
    aspect-ratio: 120/90;
  }
}
.p-works__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-works__img--sub {
  flex: 0 0 10rem;
  width: 10rem;
  aspect-ratio: 160/160;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-works__img--sub {
    flex: 0 0 8.125rem;
    width: 8.125rem;
    aspect-ratio: 130/100;
  }
}

.p-works__img--sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-works__content {
  margin-left: 3.125rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-works__content {
    margin-left: 1.125rem;
  }
}

.p-works__meta {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.p-works__category {
  padding: 0.3125rem;
  min-width: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.625rem;
  line-height: 1;
  color: #626262;
  background-color: #ECECF4;
  text-align: center;
}

.p-works__title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 0;
  margin-top: 1.5625rem;
  padding-top: 0;
  animation: 1s fadeup ease-in-out forwards;
}
@media screen and (max-width: 767px) {
  .p-works__title {
    color: #000000;
    font-size: 0.875rem;
    font-family: "Noto Sans JP";
    font-weight: 500;
    margin-bottom: 0.875rem;
  }
}

.p-works__link:hover .c-text-underline {
  background-size: 100% 0.125rem;
}

.p-works .p-works__content {
  max-width: 33rem;
}
@media screen and (max-width: 767px) {
  .p-works .p-works__content {
    min-width: 0;
  }
}

.p-works .p-works__title {
  font-size: 1.125rem;
  font-weight: 500;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-works .p-works__title {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

.p-works .p-works__title .c-text-underline,
.p-works .p-works__title .p-works__title-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-works .p-works__title .c-text-underline.is-line-split {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
  text-overflow: unset;
}

@media screen and (min-width: 768px) {
  .p-works .p-works__title .c-text-underline.c-text-underline--manual-break {
    display: block;
    width: 100%;
    overflow: visible;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    text-overflow: unset;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .p-works .p-works__title .c-text-underline.c-text-underline--manual-break {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 768px) {
  .p-works .p-works__title:has(.c-text-underline--manual-break) {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
  .p-works .p-works__item:last-of-type .p-works__title .c-text-underline,
  .p-works .p-works__item:last-of-type .p-works__title .p-works__title-text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

.p-works__text {
  display: block;
  font-size: 1rem;
  line-height: 2.375;
  letter-spacing: -0.02em;
  animation: 1s fadeup ease-in-out forwards;
  color: #626262;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-works__text {
    display: none;
  }
}

.p-works__date {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #A9A9A9;
  line-height: 1;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-works__title-text--pc {
  display: inline;
}

.p-works__title-text--sp {
  display: none;
}

@media (max-width: 767px) {
  .p-works__title-text--pc {
    display: none;
  }
  .p-works__title-text--sp {
    display: inline;
  }
}
.p-works-detail {
  flex: 0 0 calc(69% - 3rem);
  min-width: 0;
  max-width: 52.5rem;
}
@media screen and (max-width: 767px) {
  .p-works-detail {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 1.875rem;
  }
}

.p-works-detail__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-works-detail__tabs {
    margin-bottom: 0.75rem;
  }
}

.p-works-detail__tab {
  padding: 0.375rem 0.875rem;
  min-width: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #626262;
  text-align: center;
  margin-left: 0;
  background-color: #F8F8F8;
  transition: all 0.3s;
}
.p-works-detail__tab.is-active {
  color: #fff;
  background-color: #011950;
}
@media screen and (max-width: 767px) {
  .p-works-detail__tab {
    padding: 0.375rem 0.5rem;
    min-width: auto;
    font-size: 0.6875rem;
  }
}

.p-works-detail__wrapper {
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
}

.p-works-detail__thumb {
  margin: 1.875rem auto 1.5rem auto;
  max-width: 52.5rem;
  aspect-ratio: 840/471;
  overflow: hidden;
}
.p-works-detail__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-works-detail__thumb {
    margin-top: 1.25rem;
  }
}

.p-works-detail__content {
  margin: 2.5rem auto 3.5rem auto;
  max-width: 42.5rem;
}

.p-works-detail {
  max-width: 52.5rem;
}

@media screen and (max-width: 767px) {
  .p-works-detail .c-entry-works > p:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-works-detail .c-entry-works > p:nth-of-type(2) {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }
}

.c-entry-works p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-entry-works p {
    font-size: 0.875rem;
  }
}

.p-works-detail__title {
  margin: 0 0 0.75rem 0;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-works-detail__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 0rem;
  }
}

.p-works-detail__date {
  font-size: 0.875rem;
  color: #666;
  display: block;
  padding-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-works-detail__date {
    font-size: 0.625rem;
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
  }
}

.p-works-detail__pager {
  display: flex;
  justify-content: space-between;
  max-width: 52.5rem;
  gap: 1.25rem;
}
.p-works-detail__pager--center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-works-detail__pager {
    padding-top: 0rem;
    border-top: none;
  }
}

.p-sub-contact__inner {
  margin: auto;
  padding: 0 1.5625rem;
  max-width: 45.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__inner {
    padding: 0 1.25rem;
    max-width: 37.5rem;
  }
}

.p-sub-contact__inner--03 {
  max-width: 43.125rem;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.p-sub-contact__text-wrap {
  margin-top: 3.75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__text-wrap {
    margin-top: 2.5rem;
    max-width: 100%;
  }
}

.p-sub-contact__intro:not(.p-sub-contact--form02) .p-sub-contact__inner:not(.p-sub-contact__inner--03) > .p-sub-contact__text-wrap {
  max-width: 40rem;
}

.p-sub-contact--form02 .p-sub-contact__text-wrap {
  max-width: 42.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-contact--form02 .p-sub-contact__text-wrap {
    max-width: 100%;
  }
}

.p-sub-contact__text {
  font-size: 1rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__text {
    font-size: 0.875rem;
  }
}

.p-sub-contact__form {
  margin: 3.75rem auto 9.375rem;
  max-width: 40rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__form {
    max-width: 100%;
  }
}

.p-sub-contact__form02 {
  margin: 3.75rem auto 9.375rem;
  max-width: 42.5rem;
  width: 100%;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
  row-gap: 1.75rem;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__form02 {
    max-width: 100%;
    display: block;
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
  }
  .p-sub-contact__form02 > .p-sub-contact__wrap {
    margin-bottom: 0;
  }
  .p-sub-contact__form02 > .p-sub-contact__wrap + .p-sub-contact__wrap {
    margin-top: 1.75rem;
  }
}
.p-sub-contact__form02 .p-sub-contact__input input,
.p-sub-contact__form02 .p-sub-contact__select select {
  border-radius: 0;
}
.p-sub-contact__form02 > .p-sub-contact__wrap--inline {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__form02 > .p-sub-contact__wrap--inline {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.625rem;
  }
}
.p-sub-contact__form02 > .p-sub-contact__btn {
  grid-column: 1/-1;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__form02 > .p-sub-contact__btn {
    margin-top: 1.25rem;
  }
}

.p-sub-contact__wrap--inline .p-sub-contact__label {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__wrap--inline .p-sub-contact__label {
    margin-bottom: 0;
  }
}

.p-sub-contact__label-text {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 2;
}

.p-sub-contact__label > span:not(.p-sub-contact__note) {
  vertical-align: 0.08em;
}

.p-sub-contact__wrap + .p-sub-contact__wrap {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__wrap + .p-sub-contact__wrap {
    margin-bottom: 0rem;
  }
}

.p-sub-contact__label {
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.p-sub-contact__label > br {
  display: none;
}

.p-sub-contact__label > span:not(.p-sub-contact__note) {
  margin-left: 0.1875rem;
  display: inline-block;
  color: #FF3F02;
}

.p-sub-contact__note {
  margin-left: 0.5rem;
  color: #000000;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__note {
    display: block;
    margin-top: 0.5rem;
    margin-left: 0;
    line-height: 1.5;
    width: 100%;
    white-space: normal;
  }
}

.p-sub-contact__input {
  margin-bottom: 2.5rem;
}

.p-sub-contact__input input {
  height: 2.5rem;
  padding: 0 0.625rem;
  width: 100%;
  font-size: 1rem;
  line-height: calc(2.5rem - 0.125rem);
  border-radius: 0.3125rem;
  border: 0.0625rem solid #E2E2E2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
}

.p-sub-contact__input input:focus {
  outline: none;
}

.p-sub-contact__input input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.p-sub-contact__input input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.p-sub-contact__select {
  margin-bottom: 2.5rem;
}

.p-sub-contact__select select {
  height: 2.5rem;
  padding: 0 2.5rem 0 0.625rem;
  width: 100%;
  font-size: 1rem;
  line-height: calc(2.5rem - 0.125rem);
  border-radius: 0.3125rem;
  border: 0.0625rem solid #E2E2E2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.75rem;
  background-position: right 0.75rem top 50%;
  cursor: pointer;
}

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

.p-sub-contact__select select:focus {
  outline: none;
}

.p-sub-contact__textarea {
  margin-top: 0.625rem;
}

.p-sub-contact__textarea textarea {
  padding: 0.625rem;
  width: 100%;
  height: 12rem;
  font-size: 1rem;
  border-radius: 0;
  border: 0.125rem solid #E0E0E0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  resize: none;
}

.p-sub-contact__textarea textarea:focus {
  box-shadow: none;
  outline: none;
}

.p-sub-contact__textarea textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.p-sub-contact__textarea textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.p-sub-contact__chk input {
  display: none;
}

.p-sub-contact__chk input + .p-sub-contact__chk-row {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.p-sub-contact__chk-star--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__chk-star--sp {
    display: inline-block;
    flex-shrink: 0;
    padding-top: 0.3125rem;
    color: #FF3F02;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-sub-contact__chk-star--pc {
  margin-left: 0.1875rem;
  display: inline;
  color: #FF3F02;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__chk-star--pc {
    display: none;
  }
}

.p-sub-contact__chk-box {
  flex: 1;
  min-width: 0;
  padding: 0 0 0 1.5rem;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-sub-contact__chk-txt {
  display: inline-block;
  padding-top: 0.3125rem;
}

.p-sub-contact__chk input + .p-sub-contact__chk-row .p-sub-contact__chk-box::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  background: #fff;
  border: 1px solid #E2E2E2;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}

.p-sub-contact__chk input + .p-sub-contact__chk-row .p-sub-contact__chk-box::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 0.75rem;
  left: 0.125rem;
  transform: rotate(-45deg);
  display: block;
  width: 0.9375rem;
  height: 0.5rem;
  border-bottom: 0.1875rem solid #333;
  border-left: 0.1875rem solid #333;
  transition: 0.3s;
  opacity: 0;
}

.p-sub-contact__chk input:checked + .p-sub-contact__chk-row .p-sub-contact__chk-box::after {
  opacity: 1;
}

.p-sub-contact__submit {
  margin-top: 2.5rem;
  text-align: center;
}

.p-sub-contact__submit input {
  padding: 1.5625rem 11.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #011950;
  background-image: none;
  border: none;
  border-radius: 0.4375rem;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__submit input {
    padding: 0.9375rem 6.25rem;
  }
}

.p-sub-contact__submit input:hover,
.p-sub-contact__submit input:focus {
  outline: none;
}

.p-sub-contact__submit input:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__submit input:hover {
    opacity: 1;
  }
}

.p-sub-contact__submit input::-moz-focus-inner {
  padding: 0;
  border: none;
}

.p-sub-contact__form-select {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__form-select {
    margin-top: 0;
  }
}

.p-sub-contact__select select {
  padding: 0.71875rem 3.125rem 0.71875rem 0.9375rem;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.75rem;
  background-position: right 0.9375rem top 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

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

.p-sub-contact__select select:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.p-sub-contact__wrap--inline {
  display: flex;
  align-items: baseline;
  gap: 1.875rem;
}
.p-sub-contact__wrap--inline .p-sub-contact__label {
  flex-shrink: 0;
}
.p-sub-contact__wrap--inline > dd {
  flex: 1 1 0;
  min-width: 0;
}

.p-sub-contact__btn {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 5.625rem;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__btn {
    margin-top: 3.75rem;
    gap: 1.25rem;
  }
}

.p-sub-contact__btn .p-sub-contact__submit {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__btn .p-sub-contact__submit {
    width: 100%;
  }
}

.p-sub-contact__btn .p-sub-contact__submit input {
  width: 100%;
  padding: 1.5625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__btn .p-sub-contact__submit input {
    padding: 0.9375rem 0.625rem;
  }
}

.p-sub-contact__submit--back input {
  background-color: #fff;
  color: #011950;
  border: 1px solid #011950;
}

.p-sub-contact__text-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #011950;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__text-title {
    font-size: 1.5rem;
  }
}

.p-sub-contact__text-sub {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__text-sub {
    font-size: 0.875rem;
  }
}

.p-sub-contact__content {
  margin-top: 2.5rem;
}

.p-sub-contact__pager-wrap {
  margin-top: 3.75rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__pager-wrap {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
  }
}

.p-sub-contact__pager {
  display: flex;
  width: 100%;
}
.p-sub-contact__pager--center {
  justify-content: center;
}
.p-sub-contact__pager .c-btn {
  text-align: center;
}

.js-privacy input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  width: 1.125rem;
  height: 1.125rem;
}

.p-sub-contact__privacy {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.wpcf7-list-item-label {
  font-size: 0.875rem;
}

.p-sub-contact__required--sp {
  display: none;
}

.p-sub-contact__required--pc {
  display: inline;
  color: #e60000;
}

@media screen and (max-width: 767px) {
  .p-sub-contact__required--sp {
    display: inline;
    color: #e60000;
  }
  .p-sub-contact__required--pc {
    display: none;
  }
}
.p-sub-contact__privacy .p-sub-contact__required--sp {
  position: relative;
  top: 1.625rem;
  left: 0.1875rem;
}

.p-sub-contact__privacy input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  margin: 0 0.375rem 0 0;
  padding: 0;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  border-radius: 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  flex-shrink: 0;
}
.p-sub-contact__privacy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.0625rem;
  left: 0.25rem;
  width: 0.3125rem;
  height: 0.5625rem;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}

.p-sub-contact__required {
  color: #e60000;
}

.p-privacy-policy {
  padding: 5rem 0 6.25rem;
}

.p-privacy-policy__inner {
  width: min(100% - 2.5rem, 56.25rem);
  margin-inline: auto;
}

.p-privacy-policy__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-privacy-policy__content {
  margin-top: 3rem;
  font-size: 1rem;
  line-height: 1.9;
}

.p-privacy-policy__content p {
  margin-top: 1.25rem;
}

.p-privacy-policy__content h2 {
  margin-top: 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-privacy-policy__content h3 {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-privacy-policy__content ul,
.p-privacy-policy__content ol {
  margin-top: 1.25rem;
  padding-left: 1.5rem;
}

.p-privacy-policy__content li {
  line-height: 1.9;
}

.p-404 {
  overflow: hidden;
}

.p-404__mv {
  position: relative;
  margin-top: 11.25rem;
  margin-bottom: 7.5rem;
  margin-left: auto;
  width: calc(100% - 10.625rem);
}
@media screen and (max-width: 767px) {
  .p-404__mv {
    margin-top: 7.5rem;
    margin-bottom: 0.625rem;
    width: calc(100% - 0.3125rem);
  }
}

.p-404__image,
.p-404__image picture,
.p-404__image img {
  display: block;
  width: 100%;
}

.p-404__image img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-404__content {
  position: absolute;
  top: 50%;
  right: 12%;
  left: auto;
  transform: translateY(-50%);
  width: min(100%, 26.25rem);
  color: #fff;
  z-index: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-404__content {
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.p-404__title {
  font-size: 4.375rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  padding-left: 0;
  background: transparent;
  opacity: 1;
  animation: none;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 2.1875rem;
  }
}

.p-404__sub {
  margin-top: 1.5625rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 3;
  color: #fff;
  padding-left: 0;
  background: transparent;
  opacity: 1;
  animation: none;
}
@media screen and (max-width: 767px) {
  .p-404__sub {
    display: none;
  }
}

.p-404__btn {
  margin-top: 1.5rem;
  padding-left: 0;
  opacity: 1;
  animation: none;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    display: none;
  }
}

.p-404__bottom {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-404__bottom {
    display: block;
    padding: 1.5rem 1.25rem 0;
  }
}

.p-404__sub-bottom {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #011950;
}
@media screen and (max-width: 767px) {
  .p-404__sub-bottom {
    font-size: 0.875rem;
    line-height: 2;
  }
}

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

.u-nowrap {
  white-space: nowrap;
}

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

.br-sp-alt {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp-alt {
    display: block;
  }
}

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

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