@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #252525;
}

body.js-open {
  height: 100%;
  overflow: hidden;
}

main {
  flex: 1;
}

.main-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main .pin-spacer,
main .p-top-service {
  width: 100% !important;
}

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

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

html {
  font-size: 16px;
}
@media (max-width: 1350px) {
  html {
    font-size: 1.1851851852vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

select::-ms-expand {
  display: none;
}

/* リンク */
a {
  display: inline-block;
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

/*-------------------------------
Gutenbergのカスタマイズ
-------------------------------*/
.single .wp-block-image {
  margin-top: 4.375rem;
  margin-bottom: 2.5rem;
  max-width: 67.1875rem;
}
@media screen and (max-width: 767px) {
  .single .wp-block-image {
    margin-top: 2.5rem;
  }
}

.single .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1075/716;
}
@media screen and (max-width: 767px) {
  .single .wp-block-image img {
    aspect-ratio: 335/223;
  }
}

.single .wp-element-caption {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single .wp-element-caption {
    font-size: 0.8125rem;
  }
}

.single h2.wp-block-heading {
  margin-top: 10rem;
  margin-bottom: 2.5rem;
  padding-left: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: 2px solid #707070;
}
@media screen and (max-width: 767px) {
  .single h2.wp-block-heading {
    margin-top: 5rem;
    margin-bottom: 1.25rem;
    padding-left: 0;
    font-size: 1.5rem;
  }
}

.single h3.wp-block-heading {
  margin-top: 4.375rem;
  margin-bottom: 1.875rem;
  padding-left: 1rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-left: 4px solid #54b782;
}
@media screen and (max-width: 767px) {
  .single h3.wp-block-heading {
    margin-top: 3.75rem;
    margin-bottom: 1.5rem;
    padding-left: 0.75rem;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.single h4.wp-block-heading {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single h4.wp-block-heading {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
  }
}

.single p {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .single p {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.single ul.wp-block-list li {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.06em;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .single ul.wp-block-list li {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    gap: 0.75rem;
  }
}

.single ul.wp-block-list li::before {
  content: "";
  margin-top: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #54b782;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .single ul.wp-block-list li::before {
    margin-top: 0.5625rem;
    width: 0.375rem;
    height: 0.375rem;
  }
}

.single .wp-block-table {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single .wp-block-table {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.single .wp-block-table td:first-child {
  width: 30%;
}

/*-------------------------------
c-button
-------------------------------*/
.c-button {
  display: flex;
  justify-content: center;
}

.c-button a,
.c-button button,
.p-form__submit.c-button input[type=submit] {
  padding: 1.3125rem 1.75rem;
  width: 100%;
  max-width: 16.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 300;
  color: #fff;
  background-color: #54b782;
  border-radius: 2.1875rem;
  position: relative;
  border: 1px solid #54b782;
  transition: 0.3s ease-out;
}

.c-button a::before,
.c-button button::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 1.625rem;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease-out;
  border-bottom: 1px solid #54b782;
  border-right: 1px solid #54b782;
}

.c-button a::after,
.c-button button::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 1.8125rem;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s ease-out;
}

@media (any-hover: hover) {
  .c-button a:hover,
  .c-button button:hover,
  .p-form__submit.c-button input[type=checkbox]:checked:not(.is-disabled):hover {
    color: #54b782;
    background-color: #fff;
  }
  .c-button a:hover::after,
  .c-button button:hover::after {
    width: 1rem;
    height: 0.0625rem;
    border-radius: 0.125rem;
    background: #fff;
    transform: translate(4px, -50%);
    background-color: #54b782;
  }
}
.c-button button.-back {
  color: #54b782;
  background-color: #fff;
}

.c-button button.-back::before {
  left: 1.625rem;
  transform: translateY(-50%) rotate(135deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.c-button button.-back::after {
  right: initial;
  left: 1.625rem;
  background-color: #54b782;
  transform: translateY(-50%) rotate(180deg);
}

@media (any-hover: hover) {
  .c-button button.-back:hover {
    color: #fff;
    background-color: #54b782;
  }
  .c-button button.-back:hover::after {
    background-color: #fff;
  }
}
/*-------------------------------
c-circle-button
-------------------------------*/
.c-circle-button {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border-radius: 3.125rem;
  position: relative;
  transition: 0.3s ease-out;
}

.c-circle-button::after {
  content: "";
  width: 1rem;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  background-color: #54b782;
  border-radius: 0.125rem;
  transition: 0.2s ease-out;
}

.c-circle-button::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 1.3125rem;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease-out;
  border-bottom: 1px solid #54b782;
  border-right: 1px solid #54b782;
}

@media screen and (max-width: 767px) {
  .c-circle-button.-sp-small {
    width: 2.125rem;
    height: 2.125rem;
  }
}

@media screen and (max-width: 767px) {
  .c-circle-button.-sp-small::after {
    width: 0.625rem;
    right: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .c-circle-button.-sp-small::before {
    width: 0.375rem;
    height: 0.375rem;
    right: 0.75rem;
  }
}

/*-------------------------------
c-common-title
-------------------------------*/
.c-common-title {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.c-common-title.-white {
  color: #fff;
}

.c-common-title-wrap {
  display: flex;
  align-items: flex-end;
  gap: 1.875rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-common-title-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.125rem;
  }
}

.c-common-title.active .c-common-title-wrap {
  animation: slide-in_text 0.4s ease-in-out forwards;
}

@keyframes slide-in_text {
  0% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-common-title::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #54b782;
  clip-path: inset(0 100% 0 0);
}

.c-common-title.-white::after {
  background-color: #fff;
}

.c-common-title.active::after {
  animation: slide-in_bg 0.8s ease-in-out;
}

@keyframes slide-in_bg {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.c-common-title span {
  font-family: "Roboto", sans-serif;
  font-size: 4.125rem;
  line-height: 1.3181818182;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-common-title span {
    font-size: 2.75rem;
    line-height: 1.3181818182;
  }
}

.c-common-title h2 {
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-common-title h2 {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

/*-------------------------------
c-fade-up
-------------------------------*/
.c-fade-up {
  opacity: 0;
  transform: translateY(3.125rem);
  transition: 0.5s ease-in-out;
}

.c-fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------------
c-hover-underline
-------------------------------*/
.c-hover-underline {
  position: relative;
}

.c-hover-underline::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0rem;
  left: 0;
  background-color: #212121;
  transform: scaleX(0);
  transition: 0.3s ease-out;
}

.c-hover-underline:hover::after {
  transform: scaleX(1);
}

/*-------------------------------
c-roading-logo
-------------------------------*/
.c-roading-logo {
  width: 10.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 767px) {
  .c-roading-logo {
    width: 6.25rem;
  }
}

/* 60終了後に logo を表示 */
.c-roading-logo.is-show {
  opacity: 1;
  visibility: visible;
}

.c-roading-logo.is-fadeout {
  opacity: 0;
  transition: opacity 0.7s ease; /* フェードアウトは1s */
}

.c-roading-logo__top,
.c-roading-logo__bottom {
  width: 100%;
}

.c-roading-logo__bottom img {
  width: 100%;
  height: auto;
}

.c-roading-logo__mask1 {
  fill: none;
  stroke-miterlimit: 10;
  stroke: #fff;
  stroke-width: 65px;
}

.c-roading-logo__mask2 {
  fill: none;
  stroke-miterlimit: 10;
  stroke: #000;
  stroke-width: 65px;
}

/*-------------------------------
c-slide-in
-------------------------------*/
.c-slide-in-top {
  position: relative;
  z-index: 10;
  clip-path: inset(0 100% 0 0);
}

.c-slide-in-top.active {
  animation: slide-in-top 0.7s 0.3s ease-in-out forwards;
}

.c-slide-in-back {
  position: absolute;
  top: 0;
  left: 0;
  color: #bbb;
}

.c-slide-in-back.active {
  animation: slide-in-back 0.9s ease-in-out forwards;
}

@keyframes slide-in-top {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes slide-in-back {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  80% {
    clip-path: inset(0 0 0 0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-------------------------------
c-top-mv-mainText
-------------------------------*/
.cls-1 {
  stroke-width: 52px;
}

.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cls-2 {
  stroke-width: 55px;
}

.cls-3 {
  stroke-width: 37px;
}

.cls-4 {
  stroke-width: 42px;
}

.cls-5 {
  stroke-width: 46px;
}

.cls-6 {
  fill: none;
}

/*-------------------------------
l-contact-section
-------------------------------*/
.l-contact-section {
  margin-top: 9.625rem;
}
@media screen and (max-width: 767px) {
  .l-contact-section {
    margin-top: 4.5625rem;
  }
}

/*-------------------------------
l-footer
-------------------------------*/
.l-footer {
  margin-top: 3.4375rem;
}

/*-------------------------------
l-header
-------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}

/*-------------------------------
l-inner
-------------------------------*/
.l-inner {
  max-width: 1400px;
  padding-right: 25px;
  padding-left: 25px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*-------------------------------
l-top-about
-------------------------------*/
.l-top-about {
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .l-top-about {
    margin-top: 2.8125rem;
  }
}

/*-------------------------------
l-top-news
-------------------------------*/
.l-top-news {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-top-news {
    margin-top: 4.75rem;
  }
}

/*-------------------------------
l-top-service
-------------------------------*/
.l-top-service {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-top-service {
    margin-top: 6.25rem;
  }
}

/*-------------------------------
p-about-engineer
-------------------------------*/
.p-about-engineer {
  margin-top: 9.9375rem;
  padding-top: 9.6875rem;
  padding-bottom: 6.25rem;
  background-color: #252525;
}
@media screen and (max-width: 767px) {
  .p-about-engineer {
    margin-top: 5.0625rem;
    padding-top: 4.8125rem;
    padding-bottom: 5rem;
  }
}

.p-about-engineer__inner.l-inner {
  max-width: 1250px;
}
@media screen and (max-width: 767px) {
  .p-about-engineer__inner.l-inner {
    max-width: 550px;
  }
}

.p-about-engineer__title {
  color: #fff;
}

.p-about-engineer__text {
  margin-top: 3.875rem;
  margin-left: 8.3333333333%;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-engineer__text {
    margin-top: 2.125rem;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-about-engineer__button {
  margin-top: 3.5rem;
}

/*-------------------------------
p-about-greeting
-------------------------------*/
.p-about-greeting {
  margin-top: 24.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about-greeting {
    margin-top: 9.75rem;
  }
}

.p-about-greeting__inner.l-inner {
  max-width: 1250px;
}
@media screen and (max-width: 767px) {
  .p-about-greeting__inner.l-inner {
    max-width: 550px;
  }
}

.p-about-greeting__content {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-greeting__content {
    flex-direction: column;
    gap: 0;
  }
}

.p-about-greeting__media {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-about-greeting__media {
    margin-top: 2.375rem;
    width: 100%;
    order: 2;
  }
}

.p-about-greeting__img {
  width: 100%;
}

.p-about-greeting__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 560/644;
}
@media screen and (max-width: 767px) {
  .p-about-greeting__img img {
    aspect-ratio: 335/418;
  }
}

.p-about-greeting__text {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-about-greeting__text {
    display: contents;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-about-greeting__title {
    order: 1;
  }
}

.p-about-greeting__paragraph-wrap {
  margin-top: 7.5rem;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-greeting__paragraph-wrap {
    margin-top: 2.8125rem;
    font-size: 1rem;
    line-height: 2.125;
    order: 3;
  }
}

.p-about-greeting__signature {
  margin-top: 1.625rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-greeting__signature {
    margin-top: 1.5625rem;
    padding-right: 0.5rem;
    order: 4;
  }
}

.p-about-greeting__position {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-about-greeting__position {
    font-size: 1rem;
    line-height: 2.125;
  }
}

.p-about-greeting__name {
  font-size: 2rem;
  line-height: 1.4375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about-greeting__name {
    font-size: 1.625rem;
    line-height: 1.4230769231;
  }
}

/*-------------------------------
p-about-history
-------------------------------*/
.p-about-history {
  margin-top: 9.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-history {
    margin-top: 4.6875rem;
  }
}

.p-about-history__inner.l-inner {
  max-width: 783px;
}
@media screen and (max-width: 767px) {
  .p-about-history__inner.l-inner {
    max-width: 550px;
  }
}

.p-about-history__title {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about-history__title {
    margin: 0;
  }
}

.p-about-history__list {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-history__list {
    margin-top: 1.5625rem;
  }
}

.p-about-history__item {
  display: flex;
  font-size: 1.125rem;
  line-height: 1.7222222222;
}
@media screen and (max-width: 767px) {
  .p-about-history__item {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-about-history__term,
.p-about-history__desc {
  padding-block: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about-history__term,
  .p-about-history__desc {
    padding-block: 0.775rem;
  }
}

.p-about-history__term {
  padding-left: 0.3125rem;
  width: 29.3315143247%;
  border-bottom: 1px solid #54b782;
}
@media screen and (max-width: 767px) {
  .p-about-history__term {
    padding-left: 0;
    width: 28.6567164179%;
    text-align: center;
  }
}

.p-about-history__desc {
  padding-left: 3.0625rem;
  width: 70.6684856753%;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-about-history__desc {
    padding-left: 0;
    width: 71.3432835821%;
    display: flex;
    align-items: center;
  }
}

/*-------------------------------
p-about-overview
-------------------------------*/
.p-about-overview {
  margin-top: 12.5rem;
  padding-top: 9.625rem;
  padding-bottom: 10rem;
  background: #54b782;
  background: linear-gradient(90deg, rgb(84, 183, 130) 0%, rgb(118, 192, 186) 100%);
}
@media screen and (max-width: 767px) {
  .p-about-overview {
    margin-top: 4.6875rem;
    padding-top: 4.75rem;
    padding-bottom: 4.875rem;
  }
}

.p-about-overview__inner.l-inner {
  max-width: 1050px;
}
@media screen and (max-width: 767px) {
  .p-about-overview__inner.l-inner {
    max-width: 550px;
  }
}

.p-about-overview__title {
  margin-inline: auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-overview__title {
    margin: 0;
  }
}

.p-about-overview__list {
  margin-top: 3.875rem;
  border-block: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-about-overview__list {
    margin-top: 2.25rem;
  }
}

.p-about-overview__item {
  padding-block: 1.025rem;
  border-bottom: 1px solid #fff;
  display: flex;
  font-size: 1.125rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-overview__item {
    padding-block: 0.75rem 0.6875rem;
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-about-overview__term {
  width: 15%;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-overview__term {
    width: 100%;
    text-align: left;
  }
}

.p-about-overview__desc {
  padding-left: 2.75rem;
  width: 85%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-about-overview__desc {
    margin-top: 0.75rem;
    padding-left: 0.5625rem;
    width: 100%;
  }
}

.p-about-overview__address-item + .p-about-overview__address-item {
  margin-top: 0.875rem;
}

.p-about-overview__address-label {
  display: block;
  font-weight: 500;
}

.p-about-overview__address-text {
  margin-top: 0.125rem;
  display: block;
  line-height: 1.7222222222;
}
@media screen and (max-width: 767px) {
  .p-about-overview__address-text {
    line-height: 1.875;
  }
}

.p-about-overview__desc.-business {
  display: flex;
  gap: 5.75rem;
  line-height: 1.7222222222;
}
@media screen and (max-width: 767px) {
  .p-about-overview__desc.-business {
    gap: 3.125rem;
    line-height: 1.875;
  }
}

@media screen and (max-width: 767px) {
  .p-about-overview__desc.-business.u-pc-only {
    display: none;
  }
}

.p-about-overview__desc.-business.u-mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about-overview__desc.-business.u-mobile-only {
    display: flex;
  }
}

.p-about-overview__industry-item.-list + .p-about-overview__industry-item.-list {
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__industry-item.-list + .p-about-overview__industry-item.-list {
    margin-top: 0.625rem;
  }
}

.p-about-overview__industry-item.-single {
  margin-top: 0.75rem;
  display: block;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about-overview__industry-item.-single {
    margin-top: 0.625rem;
    line-height: 1.875;
    text-wrap: nowrap;
  }
}

.p-about-overview__industry-label {
  font-weight: 500;
}

.p-about-overview__industry-text {
  margin-top: 0.75rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-about-overview__industry-text {
    margin-top: 0.5rem;
    flex-direction: column;
  }
}

.p-about-overview__industry-title {
  width: 12.6550868486%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-overview__industry-title {
    width: 100%;
  }
}

.p-about-overview__industry-content {
  margin-top: 0.25rem;
  padding-left: 1.875rem;
  width: 87.3449131514%;
  line-height: 1.7222222222;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-about-overview__industry-content {
    margin-top: 0.125rem;
    margin-left: 0.625rem;
    padding-left: 0.5625rem;
    width: 100%;
    line-height: 1.875;
    border-left: 1px solid #fff;
  }
}

.p-about-overview__association-list {
  display: flex;
  gap: 5.1875rem;
}

.p-about-overview__association-item {
  margin-top: 0.25rem;
  line-height: 1.7222222222;
}
@media screen and (max-width: 767px) {
  .p-about-overview__association-item {
    line-height: 1.875;
  }
}

@media screen and (max-width: 767px) {
  .p-about-overview__desc.u-pc-only {
    display: none;
  }
}

.p-about-overview__desc.u-mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about-overview__desc.u-mobile-only {
    display: block;
  }
}

/*-------------------------------
p-about-philosophy
-------------------------------*/
.p-about-philosophy {
  margin-top: 12.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy {
    margin-top: 4.75rem;
  }
}

.p-about-philosophy__inner.l-inner {
  max-width: 1250px;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__inner.l-inner {
    max-width: 550px;
  }
}

.p-about-philosophy__content {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__content {
    flex-direction: column;
    gap: 0;
  }
}

.p-about-philosophy__text {
  width: calc(50% - 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__text {
    display: contents;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-about-philosophy__title {
    order: 1;
  }
}

.p-about-philosophy__subtitle {
  font-family: "Roboto Slab", serif;
  margin-top: 7.8125rem;
  font-size: 3.125rem;
  line-height: 1.32;
  font-weight: 400;
  color: #54b782;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__subtitle {
    margin-top: 3.125rem;
    font-size: 2rem;
    line-height: 1.34375;
    order: 3;
    white-space: nowrap;
  }
}

.p-about-philosophy__lead {
  margin-top: 4.125rem;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__lead {
    margin-top: 1.5625rem;
    font-size: 1rem;
    line-height: 2.125;
    order: 4;
  }
}

.p-about-philosophy__media {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__media {
    margin-top: 2.375rem;
    width: 100%;
    order: 2;
  }
}

.p-about-philosophy__img {
  width: 100%;
}

.p-about-philosophy__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 560/644;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__img img {
    aspect-ratio: 335/418;
  }
}

.p-about-philosophy__main-img {
  margin-top: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__main-img {
    margin-top: 5.9375rem;
    margin-inline: calc(50% - 50vw);
  }
}

.p-about-philosophy__main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1228/1203;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__main-img img {
    aspect-ratio: 375/367;
  }
}

/*-------------------------------
p-breadcrumbs
-------------------------------*/
.p-breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__list {
    overflow: hidden;
  }
}

.p-breadcrumbs__item {
  display: flex;
  min-width: 0;
}

.p-breadcrumbs__item:not(:first-child) {
  align-items: center;
  gap: 1em;
}

.p-breadcrumbs__item:not(:first-child)::before {
  content: "";
  width: 0.8em;
  height: 1px;
  background-color: #fff;
}

.no-bg .p-breadcrumbs__item:not(:first-child)::before,
.single-post .p-breadcrumbs__item:not(:first-child)::before {
  background-color: #252525;
}

.p-breadcrumbs__item:not(:last-child) {
  flex: 0 0 auto;
}

.p-breadcrumbs__item a {
  text-wrap: nowrap;
}

.p-breadcrumbs__current {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-break: strict;
  word-break: normal;
}

/*-------------------------------
p-confirm
-------------------------------*/
.p-confirm__title {
  font-size: 1.625rem;
  line-height: 1.3846153846;
  font-weight: 500;
}

.p-confirm__lead {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-confirm__lead {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.6111111111;
  }
}

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

.p-confirm__item:not(:first-child) {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-confirm__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.p-confirm__label {
  font-weight: 500;
}

.p-confirm__value {
  margin-top: 0.625rem;
  padding-left: 0.625rem;
  font-weight: 400;
}

.p-confirm__btn-list {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__btn-list {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-confirm__btn-item {
  width: 16.25rem;
}

.p-confirm__btn.-back {
  text-align: right;
}

.p-confirm__btn.-submit {
  text-align: left;
}

/*-------------------------------
p-contact-section
-------------------------------*/
.p-contact-section__link {
  width: 100%;
}

.p-contact-section__bg {
  position: relative;
  padding-top: 9.75rem;
  padding-bottom: 9.8125rem;
  background: linear-gradient(90deg, rgb(84, 183, 130) 0%, rgb(118, 192, 186) 100%);
  overflow: hidden;
  transition: 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .p-contact-section__bg {
    padding-top: 4.75rem;
    padding-bottom: 10.125rem;
  }
}

.p-contact-section__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(118, 192, 186) 0%, rgb(84, 183, 130) 100%);
  opacity: 0;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
}

.p-contact-section__link:hover .p-contact-section__bg::after {
  opacity: 1;
}

.p-contact-section__inner.l-inner {
  max-width: 1250px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .p-contact-section__inner.l-inner {
    padding-inline: 20px;
    max-width: 600px;
  }
}

.p-contact-section__flex {
  margin-top: 3.8125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-section__flex {
    margin-top: 2.125rem;
  }
}

.p-contact-section__text-wrap {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-section__text-wrap {
    text-align: justify;
  }
}

.p-contact-section__text {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-section__text {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-section__button {
    position: absolute;
    bottom: -5.125rem;
    right: 1.25rem;
  }
}

.p-contact-section__link:hover .p-contact-section__button {
  width: 5.625rem;
}

.p-contact-section__link:hover .p-contact-section__button::before {
  animation: arrow-move 0.5s ease-out;
}

.p-contact-section__link:hover .p-contact-section__button::after {
  animation: arrow-move 0.5s ease-out;
}

@keyframes arrow-move {
  0% {
    right: 1.25rem;
  }
  70% {
    right: 3.125rem;
  }
  100% {
    right: 1.25rem;
  }
}
.page-template-page-thanks .p-contact-section {
  display: none;
}

/*-------------------------------
p-contact
-------------------------------*/
.page-template-page-thanks .p-contact {
  padding-bottom: 6.5625rem;
}

.p-contact__inner.l-inner {
  padding-inline: 80px;
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .p-contact__inner.l-inner {
    padding-inline: 20px;
    max-width: 500px;
  }
}

.p-contact__intro {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}

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

.p-contact__phone-guide {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__phone-guide {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-contact__tel {
  margin-top: 0.625rem;
  font-family: "Roboto Slab", serif;
  color: #54b782;
  font-weight: 400;
}
.p-contact__tel-label {
  font-size: 1.875rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-label {
    font-size: 1.375rem;
    line-height: 1.3181818182;
  }
}

.p-contact__tel a {
  font-size: 3.125rem;
  line-height: 1.32;
}
@media screen and (max-width: 767px) {
  .p-contact__tel a {
    font-size: 2.5rem;
    line-height: 1.325;
  }
}

.p-contact__hours {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__hours {
    margin-top: 0.375rem;
    font-size: 0.8125rem;
    line-height: 2.7692307692;
  }
}

.p-contact__form {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 5rem;
  }
}

.p-contact__confirm {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact__confirm {
    margin-top: 5rem;
  }
}

.p-contact__top-btn.c-button {
  margin-top: 3.75rem;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .p-contact__top-btn.c-button {
    margin-top: 2.5rem;
    justify-content: center;
  }
}

/*-------------------------------
p-contact-thanks
-------------------------------*/
.page-template-page-thanks #page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-template-page-thanks main {
  flex: 1;
}

/*-------------------------------
p-csr-data
-------------------------------*/
.p-csr-data__inner.l-inner {
  max-width: 1050px;
}
@media screen and (max-width: 767px) {
  .p-csr-data__inner.l-inner {
    padding: 0;
    max-width: 500px;
  }
}

.p-csr-data__item + .p-csr-data__item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-csr-data__item + .p-csr-data__item {
    margin-top: 3.125rem;
  }
}

.p-csr-data__title {
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 2px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-csr-data__title {
    padding-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-csr-data__lead {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-csr-data__lead {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-csr-data__definition-list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr-data__definition-list {
    margin-top: 1.875rem;
  }
}

.p-csr-data__definition {
  padding-block: 2.5rem;
  display: flex;
  border-bottom: 1px solid #CECECE;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-csr-data__definition {
    padding-block: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-csr-data__term {
  width: 16%;
  flex-shrink: 0;
  font-weight: 500;
  color: #54b782;
}
@media screen and (max-width: 767px) {
  .p-csr-data__term {
    width: 27.3015873016%;
  }
}

.p-csr-data__description {
  width: 84%;
}
@media screen and (max-width: 767px) {
  .p-csr-data__description {
    width: 72.6984126984%;
  }
}

.p-csr-data__subheading {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-csr-data__subheading {
    margin-top: 3.125rem;
  }
}

.p-csr-data__subheading-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-csr-data__subheading-title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-csr-data__subheading-title span {
  color: #54b782;
}

.p-csr-data__ordered-list {
  margin-top: 2.5rem;
  margin-inline-start: 4.0625rem;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .p-csr-data__ordered-list {
    margin-top: 1.25rem;
    margin-inline-start: 1.875rem;
  }
}

.p-csr-data__ordered-item {
  padding-left: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-csr-data__ordered-item {
    padding-left: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-csr-data__subitem::before {
  content: "・";
}

.p-csr-data__footer {
  margin-top: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-csr-data__footer {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

/*-------------------------------
p-csr-initiatives
-------------------------------*/
.p-csr-initiatives {
  padding-block: 9.5rem 10rem;
  background: linear-gradient(90deg, rgb(84, 183, 130) 0%, rgb(118, 192, 186) 100%);
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives {
    padding-block: 4.6875rem 5rem;
  }
}

.p-csr-initiatives__inner.l-inner {
  padding-inline: 60px;
  max-width: 1320px;
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives__inner.l-inner {
    padding-inline: 20px;
    max-width: 550px;
  }
}

.p-csr-sdgs__title.c-common-title {
  margin-inline: auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-csr-sdgs__title.c-common-title {
    margin-inline: 0;
  }
}

.p-csr__header-title.c-common-title span,
.p-csr-sdgs__title.c-common-title span {
  text-transform: none;
}

.p-csr-initiatives__list {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives__list {
    margin-top: 2.8125rem;
  }
}

.p-csr-initiatives__item + .p-csr-initiatives__item {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives__item + .p-csr-initiatives__item {
    margin-top: 2.8125rem;
  }
}

.p-csr-initiatives__heading {
  padding-left: 1.25rem;
  border-left: 4px solid #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives__heading {
    padding-left: 0.625rem;
  }
}

.p-csr-initiatives__heading-en {
  font-family: "Roboto", sans-serif;
  font-size: 3.375rem;
  line-height: 1.3333333333;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives__heading-en {
    font-size: 2.25rem;
    line-height: 1.3333333333;
  }
}

.p-csr-initiatives__heading-ja {
  margin-top: 0.3125rem;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives__heading-ja {
    margin-top: 0.1875rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.p-csr-initiatives__body {
  margin-top: 2.5rem;
  padding: 3.125rem;
  display: flex;
  justify-content: space-between;
  gap: 3.125rem;
  border-radius: 1.875rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives__body {
    margin-top: 1.875rem;
    padding: 1.875rem 1.25rem;
    flex-direction: column;
    border-radius: 0.875rem;
    gap: 1.875rem;
  }
}

.p-csr-initiatives__label {
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives__label {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-csr-initiatives__label span {
  color: #54b782;
}

.p-csr-initiatives__sub-list {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives__sub-list {
    margin-top: 1.25rem;
  }
}

.p-csr-initiatives__sub-item {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives__sub-item {
    font-size: 1.125rem;
    line-height: 2;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.p-csr-initiatives__img {
  width: 17.5625rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives__img {
    width: 100%;
  }
}

.p-csr-initiatives__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 281/280;
}
@media screen and (max-width: 767px) {
  .p-csr-initiatives__img img {
    aspect-ratio: 295/193;
  }
}

@media screen and (max-width: 767px) {
  .p-csr-initiatives__item:nth-child(n+2) .p-csr-initiatives__img img {
    aspect-ratio: 295/91;
  }
}

/*-------------------------------
p-csr-iso
-------------------------------*/
.p-csr-iso {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-csr-iso {
    margin-top: 4.6875rem;
  }
}

.p-csr-iso__inner.l-inner {
  padding-inline: 60px;
  max-width: 1320px;
}
@media screen and (max-width: 767px) {
  .p-csr-iso__inner.l-inner {
    padding-inline: 20px;
    max-width: 550px;
  }
}

.p-csr-iso__content {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-csr-iso__content {
    margin-top: 3.125rem;
  }
}

/*-------------------------------
p-csr-nav
-------------------------------*/
.p-csr-nav__inner.l-inner {
  max-width: 1586px;
}

/*-------------------------------
p-csr-partner
-------------------------------*/
.p-csr-partner {
  margin-top: 23.75rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-csr-partner {
    margin-top: 9.6875rem;
    padding-bottom: 5rem;
  }
}

.p-csr-partner__inner.l-inner {
  padding-inline: 60px;
  max-width: 1320px;
}
@media screen and (max-width: 767px) {
  .p-csr-partner__inner.l-inner {
    padding-inline: 20px;
    max-width: 550px;
  }
}

.p-csr-partner__hedaer .c-common-title-wrap {
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.p-csr-partner__content-title {
  padding-block: 0.3125rem 0.625rem;
  padding-left: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  border-left: 4px solid #54b782;
}
@media screen and (max-width: 767px) {
  .p-csr-partner__content-title {
    padding-block: 0.0625rem 0;
    padding-left: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.p-csr-partner__content {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-csr-partner__content {
    margin-top: 3.125rem;
  }
}

.p-csr-partner__content .p-csr-data__list {
  margin-top: 1.875rem;
}

.p-csr-partner__content .p-csr-data__ordered-list {
  margin-left: 2.5rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-csr-partner__content .p-csr-data__ordered-list {
    margin-left: 1.25rem;
  }
}

.p-csr-partner__content .p-csr-data__ordered-item {
  text-indent: calc(-1em - 0.3125rem);
  padding-left: calc(1em + 0.3125rem);
}

.p-csr-partner__content .p-csr-data__sublist {
  padding-left: calc(1em + 0.3125rem);
}

/*-------------------------------
p-csr-privacy
-------------------------------*/
.p-csr-privacy {
  margin-top: 23.75rem;
}
@media screen and (max-width: 767px) {
  .p-csr-privacy {
    margin-top: 9.6875rem;
  }
}

.p-csr-privacy__inner.l-inner {
  padding-inline: 60px;
  max-width: 1320px;
}
@media screen and (max-width: 767px) {
  .p-csr-privacy__inner.l-inner {
    padding-inline: 20px;
    max-width: 550px;
  }
}

.p-csr-privacy__hedaer .c-common-title-wrap {
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.p-csr-privacy__button {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-csr-privacy__button {
    margin-top: 3.75rem;
  }
}

/*-------------------------------
p-csr-sdgs
-------------------------------*/
.p-csr-sdgs {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-csr-sdgs {
    margin-top: 4.6875rem;
    padding-bottom: 5rem;
  }
}

.p-csr-sdgs__inner.l-inner {
  padding-inline: 60px;
  max-width: 1320px;
}
@media screen and (max-width: 767px) {
  .p-csr-sdgs__inner.l-inner {
    padding-inline: 20px;
    max-width: 550px;
  }
}

.p-csr__header {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-csr__header {
    align-items: flex-start;
    flex-direction: column;
  }
}

.p-csr__header-left {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-csr__header-left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.p-csr__header-lead {
  margin-top: 5.5rem;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-csr__header-lead {
    margin-top: 3.125rem;
    font-size: 1rem;
    line-height: 2.125;
  }
}

.p-csr__header-img {
  width: calc(50% - 2.5rem);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-csr__header-img {
    margin-top: 3.125rem;
    width: 100%;
  }
}

.p-csr__header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 560/644;
}
@media screen and (max-width: 767px) {
  .p-csr__header-img img {
    aspect-ratio: 335/418;
  }
}

.p-csr__header-bottom-img {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-csr__header-bottom-img {
    margin-top: 3.75rem;
  }
}

.p-csr__header-bottom-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1200/712;
}

/*-------------------------------
p-ecoactivity
-------------------------------*/
.p-ecoactivity__inner.l-inner {
  max-width: 1586px;
}
@media screen and (max-width: 767px) {
  .p-ecoactivity__inner.l-inner {
    max-width: 550px;
  }
}

.p-ecoactivity__content {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-ecoactivity__content {
    padding-bottom: 2.5rem;
  }
}

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

.p-ecoactivity__item {
  padding-block: 5rem;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ecoactivity__item {
    flex-direction: column;
    gap: 3.75rem;
  }
}

.p-ecoactivity__item::before {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #707070;
}

.p-ecoactivity__item::before {
  top: 0;
}

.p-ecoactivity__head {
  width: 39.9739583333%;
}
@media screen and (max-width: 767px) {
  .p-ecoactivity__head {
    width: 100%;
  }
}

.p-ecoactivity__title {
  font-family: "Roboto", sans-serif;
  font-size: 4.125rem;
  line-height: 1.3181818182;
  font-weight: 500;
  text-transform: uppercase;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ecoactivity__title {
    font-size: 2.75rem;
    line-height: 1.3181818182;
    letter-spacing: -0.02em;
  }
}

.p-ecoactivity__title span {
  padding-inline: 0.625rem;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, rgb(84, 183, 130) 0%, rgb(118, 192, 186) 100%);
  display: block;
}
@media screen and (max-width: 767px) {
  .p-ecoactivity__title span {
    padding-inline: 0.5rem;
    padding-block: 0.3125rem 0.5625rem;
  }
}

.p-ecoactivity__title span + span {
  margin-top: 0.625rem;
}

.p-ecoactivity__subtitle {
  margin-top: 1.875rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-ecoactivity__subtitle {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.p-ecoactivity__body {
  width: 60.0260416667%;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-ecoactivity__body {
    width: 100%;
    font-size: 1rem;
    line-height: 2.125;
  }
}

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

.p-ecoactivity__body-bottom {
  margin-top: 3.75rem;
}

.p-ecoactivity__section + .p-ecoactivity__section {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-ecoactivity__section + .p-ecoactivity__section {
    margin-top: 2.5rem;
  }
}

.p-ecoactivity__section-title {
  padding-block: 0.3125rem 0.625rem;
  padding-left: 1rem;
  border-left: 4px solid #54b782;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-ecoactivity__section-title {
    padding-block: 0.3125rem;
    padding-left: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-ecoactivity__section-content {
  margin-top: 1.875rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-ecoactivity__section-content {
    margin-top: 1.5rem;
  }
}

.p-ecoactivity__section-content p + p {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-ecoactivity__section-content p + p {
    margin-top: 1.25rem;
  }
}

/*-------------------------------
p-footer
-------------------------------*/
.p-footer__inner.l-inner {
  max-width: 1250px;
}
@media screen and (max-width: 767px) {
  .p-footer__inner.l-inner {
    max-width: 13.75rem;
  }
}

.p-footer__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__flex {
    display: block;
  }
}

.p-footer__logo a {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo a {
    margin-inline: auto;
    width: 8.75rem;
    display: block;
  }
}

@media (any-hover: hover) {
  .p-footer__logo a:hover {
    opacity: 0.8;
  }
}
.p-footer__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 200/123.5;
}

.p-footer__sns {
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    display: none;
  }
}

.p-footer__sns a {
  width: 1.875rem;
}

.p-footer__sns a::after {
  bottom: -0.375rem;
}

.p-footer__sns img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 30/30;
}

.p-footer__address {
  margin-top: 2.625rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-top: 2.3125rem;
  }
}

.p-footer__nav {
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 2.625rem;
    flex-direction: column;
    gap: 3.625rem;
  }
}

.p-footer__group-title {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  font-weight: 500;
  text-transform: uppercase;
}

.p-footer__nav-flex {
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-flex {
    flex-direction: column;
    gap: 0;
  }
}

.p-footer__group {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__group {
    margin-top: initial;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-left .p-footer__group:first-child,
  .p-footer__nav-right .p-footer__group {
    margin-top: 0.625rem;
  }
}

.p-footer__list {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-footer__group:not(:first-child) .p-footer__list {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__item {
    width: 100%;
  }
}

.p-footer__item a,
.p-footer__item span {
  padding-block: 0.5rem;
  display: inline-block;
}

.p-footer__item a::after {
  bottom: 0.25rem;
}

.p-footer__item.-big a,
.p-footer__item.-big span {
  font-size: 1rem;
  line-height: 1.5;
}

.p-footer__bottom {
  margin-top: 3.25rem;
  padding-block: 1.3125rem 1.625rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 500;
  border-top: 1px solid #54b782;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    margin-top: 2.625rem;
    padding-block: 1rem 1.25rem;
  }
}

.p-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-inner {
    flex-direction: column-reverse;
    gap: 1.0625rem;
  }
}

.p-footer__copyright {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.5625rem;
    line-height: 1.4444444444;
  }
}

.p-footer__bottom-nav {
  display: flex;
  gap: 1.25rem;
}

/*-------------------------------
p-form
-------------------------------*/
.p-form__field:not(:first-child),
.p-form__field-group,
.p-form__privacy,
.p-form__privacy-check {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__field:not(:first-child),
  .p-form__field-group,
  .p-form__privacy,
  .p-form__privacy-check {
    margin-top: 2.5rem;
  }
}

.p-form__label {
  padding-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    padding-bottom: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-form__radio-list {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-form__radio-list {
    margin-top: 0.625rem;
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-form__radio-item .wpcf7-radio label {
  display: flex;
  align-items: center;
}

.p-form__radio-item .wpcf7-radio label input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
}

.p-form__radio-item .wpcf7-list-item,
.p-form__privacy-check .wpcf7-list-item {
  margin: 0;
}

.p-form__field .wpcf7-form-control-wrap input[type=text],
.p-form__field .wpcf7-form-control-wrap input[type=email],
.p-form__field .wpcf7-form-control-wrap textarea,
.p-form__field .wpcf7-form-control-wrap select {
  background-color: #f4f4f4;
  padding: 1.25rem 1.875rem;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-form__field .wpcf7-form-control-wrap input[type=text],
  .p-form__field .wpcf7-form-control-wrap input[type=email],
  .p-form__field .wpcf7-form-control-wrap textarea,
  .p-form__field .wpcf7-form-control-wrap select {
    padding: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-form__field.-w50p,
.p-form__field .wpcf7-form-control-wrap .p-form__input.-w50p {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-form__field.-w50p,
  .p-form__field .wpcf7-form-control-wrap .p-form__input.-w50p {
    width: 100%;
  }
}

.p-form__field .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  position: relative;
}

.p-form__field.-w50p .wpcf7-form-control-wrap:has(.p-form__select)::before {
  content: "";
  width: 1.0625rem;
  height: 0.9375rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  background: url(../images/common/select-tri.png) center/contain no-repeat;
}

.p-form__field-group {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-form__field-group {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-form__field-group .p-form__field {
  margin-top: 0;
}

.p-form__required {
  margin-top: 0.125rem;
  padding: 0.25rem 0.25rem 0.375rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  background-color: #ea625c;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-form__required {
    padding: 0.125rem 0.25rem 0.1875rem;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.p-form__field .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #bbb;
}

.p-form__field .wpcf7-form-control-wrap textarea::placeholder {
  color: #bbb;
}

.p-form__privacy {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-form__privacy {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-form__privacy-note a {
  color: #707070;
  text-decoration: underline;
}

.p-form__submit {
  margin-top: 3.75rem;
  margin-inline: auto;
  width: 16.25rem;
  display: flex;
}

/* ラジオ本体は非表示 */
.p-form__radio-item .wpcf7-radio label input[type=radio] {
  display: none;
}

/* カスタムラジオスタイル用にspanをボタン風に */
.p-form__radio-list .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.875rem;
  display: inline-block;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-form__radio-list .wpcf7-list-item-label {
    padding-left: 1.5625rem;
    font-size: 0.875rem;
    line-height: 2.5714285714;
  }
}

/* 外枠の丸 */
.p-form__radio-list .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #212121;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-form__radio-list .wpcf7-list-item-label::before {
    width: 0.9375rem;
    height: 0.9375rem;
    top: 55%;
  }
}

/* 選択中の●（デフォルトは非表示） */
.p-form__radio-list .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.1875rem;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #54b782; /* ✅ 選択時の色 */
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .p-form__radio-list .wpcf7-list-item-label::after {
    top: 53%;
    left: 0.125rem;
    width: 0.6875rem;
    height: 0.6875rem;
  }
}

/* input:checked に連動して●を表示 */
.p-form__radio-list input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/*-------------------------------
プラポリ チェックボックス
-------------------------------*/
.p-form__privacy-check .wpcf7-acceptance input[type=checkbox] {
  margin-inline: 0 0.4375rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  display: inline-block;
}

.p-form__privacy-check {
  display: flex;
  justify-content: center;
}

.p-form__privacy-check .wpcf7-form-control-wrap {
  margin-top: 0.375rem;
}

.p-form__privacy-check .wpcf7-form-control-wrap label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-form__privacy-check .wpcf7-form-control-wrap,
.p-form__privacy-check .wpcf7-wpcf7-list-item {
  display: flex;
}

.p-form__privacy-check .wpcf7-acceptance input[type=checkbox] {
  margin-inline: 0 0.4375rem;
  margin-block: 0;
}

/* チェックボックス自体を非表示 */
.p-form__privacy-check .wpcf7-acceptance input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #f4f4f4;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
  margin-right: 8px;
}

/* チェックされたときの背景とチェックマーク */
.p-form__privacy-check .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #54b782; /* 青背景 */
  border-color: #54b782;
}

/* チェックマークを擬似要素で表示 */
.p-form__privacy-check .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  width: 0.9375rem;
  height: 0.4375rem;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

/*-------------------------------
p-header
-------------------------------*/
.p-header {
  padding-block: 2.125rem;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-block: 0.375rem;
  }
}

.p-header:not(:has(.top-page)) {
  padding-block: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-header:not(:has(.top-page)) {
    padding-block: 0.375rem;
  }
}

.p-header.is-scroll {
  padding-block: 0.375rem;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.p-header__inner.l-inner {
  padding-inline: 3.125rem;
  width: 100%;
  max-width: 120rem;
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 100;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .p-header__inner.l-inner {
    padding-inline: 1.25rem;
  }
}

.p-header__left {
  display: flex;
  gap: 4.125rem;
}

.p-header__logo {
  position: relative;
  z-index: 999;
}

.p-header__logo a {
  width: 16.25rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    width: 9.75rem;
  }
}

@media (any-hover: hover) {
  .p-header__logo a:hover {
    opacity: 0.7;
  }
}
.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 260/40;
}

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

.p-header__nav-list {
  height: inherit;
  display: flex;
  gap: 2.5rem;
}

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

.p-header__nav-item a {
  padding-inline: 1.25rem;
  height: inherit;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.p-header__nav-item a span {
  padding-block: 0.1875rem;
}

.p-header__right {
  display: flex;
  align-items: center;
  gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__right {
    gap: 1.4375rem;
  }
}

.p-header__sns {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__sns {
    display: none;
  }
}

.p-header__sns a {
  width: 2.25rem;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.p-header__sns a img {
  width: 100%;
  height: 2.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 36/38;
}

.p-header__cta-button {
  position: relative;
  z-index: 999;
}

.p-header__cta-button a {
  padding: 0.375rem 1.1875rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border: 1px solid #212121;
  position: relative;
  z-index: 10;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-header__cta-button a {
    padding: 0.3125rem 0.6875rem;
    gap: 1.0625rem;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.p-header__cta-button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #212121;
  clip-path: inset(0 100% 0 0);
  transition: 0.4s ease-in-out;
}

.p-header__cta-button a::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  position: relative;
  top: 0.0625rem;
  transform: rotate(-45deg);
  border-bottom: 1px solid #212121;
  border-right: 1px solid #212121;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-header__cta-button a::after {
    width: 0.375rem;
    height: 0.375rem;
  }
}

@media (any-hover: hover) {
  .p-header__cta-button a:hover {
    color: #fff;
  }
  .p-header__cta-button a:hover::before {
    clip-path: inset(0 0 0 0);
  }
  .p-header__cta-button a:hover::after {
    border-color: #fff;
  }
}
.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 999;
    width: 2rem;
    height: 100%;
    cursor: pointer;
    transition: 0.3s;
    display: block;
  }
}

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

.p-header__hamburger span {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #212121;
  transition: 0.5s;
}

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

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

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

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

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

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -0.125rem;
  transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  padding: 8.75rem 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  overflow-y: scroll;
  scrollbar-width: none;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-item a {
  padding: 1.25rem 0;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.p-header__drawer-item.-sns a {
  margin-inline: auto;
  width: 1.875rem;
  height: 100%;
}

/*-------------------------------
p-kv
-------------------------------*/
.p-kv {
  margin-top: 5.625rem;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-kv {
    margin-top: 4rem;
  }
}

.p-kv.no-bg {
  color: #252525;
}

.p-kv__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.p-kv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1920/680;
}
@media screen and (max-width: 767px) {
  .p-kv__img img {
    aspect-ratio: 375/680;
  }
}

.p-kv__inner.l-inner {
  padding-block: 5.625rem 9.125rem;
  padding-inline: 60px;
  max-width: 1656px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-kv__inner.l-inner {
    padding-block: 9rem 9.4375rem;
    padding-inline: 30px;
    max-width: 650px;
  }
}

.no-bg .p-kv__inner.l-inner {
  padding-block: 5.625rem 11.25rem;
}
@media screen and (max-width: 767px) {
  .no-bg .p-kv__inner.l-inner {
    padding-block: 9rem 5rem;
  }
}

.p-kv__title-en {
  margin-top: 5.6875rem;
  font-family: "Roboto", sans-serif;
  font-size: 7.75rem;
  line-height: 1.3225806452;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-kv__title-en {
    margin-top: 4.125rem;
    font-size: 3.75rem;
    line-height: 1.3166666667;
  }
}

.p-kv__title-ja {
  margin-top: -0.5625rem;
  font-size: 1.625rem;
  line-height: 1.4230769231;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-kv__title-ja {
    margin-top: 0.1875rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-kv__right {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-kv__right {
    margin-top: 3.25rem;
  }
}

.p-kv__right.-no-read {
  margin-top: 0;
}

.p-kv__lead {
  margin-left: auto;
  width: 48rem;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-kv__lead {
    width: 100%;
    max-width: 31.25rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

/*-------------------------------
p-page-nav
-------------------------------*/
@media screen and (max-width: 767px) {
  .p-page-nav {
    margin-top: 6.375rem;
  }
}

.p-page-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-page-nav__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-page-nav__item {
  padding-bottom: 10.625rem;
  height: 36.5625rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-page-nav__item {
    padding-bottom: 0;
    height: 8.125rem;
    align-items: center;
  }
}

.p-page-nav__item a {
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-nav__item a {
    padding-block: 1.875rem 2.5rem;
    padding-inline: 0 1.25rem;
    width: 100%;
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #252525;
  }
}

@media screen and (max-width: 767px) {
  .p-page-nav__item:first-child a {
    border-top: 1px solid #252525;
  }
}

.p-page-nav__link-en {
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-page-nav__link-en {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.p-page-nav__link-ja {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-page-nav__link-ja {
    margin-top: 0.4375rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-page-nav__link-arrow {
  margin-top: 2.125rem;
  width: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-page-nav__link-arrow {
    margin-top: 0;
    width: 0.3125rem;
  }
}

.p-page-nav__link-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 6/32;
}

@keyframes arrow-down {
  0% {
    transform: translateY(0px);
  }
  15% {
    transform: translateY(15px);
  }
  30% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(15px);
  }
  60% {
    transform: translateY(15px);
  }
  70% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (any-hover: hover) {
  .p-page-nav__item a:hover .p-page-nav__link-arrow {
    animation: arrow-down 1.1s linear infinite;
  }
}
/*-------------------------------
p-pager
-------------------------------*/
.p-pager {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-pager {
    margin-top: 3.75rem;
  }
}

.p-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-pager__list {
    justify-content: space-around;
    gap: 0.75rem;
  }
}

.p-pager__item {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.p-pager__item.-number a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-pager__item.-number a,
  .p-pager__item.-number span {
    padding-inline: 0.3125rem;
  }
}

.p-pager__item.-circle a,
.p-pager__item.-circle span {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: #252525;
  position: relative;
  transition: 0.2s ease-out;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-pager__item.-circle a,
  .p-pager__item.-circle span {
    width: 1.875rem;
    height: 1.875rem;
  }
}

@media (any-hover: hover) {
  .p-pager__item.-number a:hover,
  .p-pager__item.-circle a:hover {
    opacity: 0.8;
  }
}
.p-pager__item.-circle.-prev a::before,
.p-pager__item.-circle.-next a::before,
.p-pager__item.-circle.-prev span::before,
.p-pager__item.-circle.-next span::before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 10;
}

.p-pager__item.-circle.-prev a::before,
.p-pager__item.-circle.-prev span::before {
  transform: translate(-50%, -50%) rotate(225deg);
}
@media screen and (max-width: 767px) {
  .p-pager__item.-circle.-prev a::before,
  .p-pager__item.-circle.-prev span::before {
    transform: translate(-40%, -50%) rotate(225deg);
  }
}

.p-pager__item.-circle.-next a::before,
.p-pager__item.-circle.-next span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-pager__item.-circle.-next a::before,
  .p-pager__item.-circle.-next span::before {
    transform: translate(-60%, -50%) rotate(45deg);
  }
}

.p-pager__item.-circle.-start a::before,
.p-pager__item.-circle.-end a::before,
.p-pager__item.-circle.-start span::before,
.p-pager__item.-circle.-end span::before {
  content: "";
  width: 0.625rem;
  height: 0.4375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.p-pager__item.-circle.-start a::before,
.p-pager__item.-circle.-start span::before {
  background: url(../images/common/pager-start.png) center/contain no-repeat;
}

.p-pager__item.-circle.-end a::before,
.p-pager__item.-circle.-end span::before {
  background: url(../images/common/pager-end.png) center/contain no-repeat;
}

/*-------------------------------
p-post
-------------------------------*/
@media screen and (max-width: 767px) {
  .archive-news .p-post {
    padding-bottom: 1.25rem;
  }
}

.single-post .p-post {
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .single-post .p-post {
    margin-top: 9.25rem;
  }
}

.p-post__inner.l-inner {
  padding-inline: 60px;
  max-width: 1656px;
}
@media screen and (max-width: 767px) {
  .p-post__inner.l-inner {
    padding-inline: 20px;
    max-width: 540px;
  }
}

.p-post__flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-post__flex {
    flex-direction: column;
    gap: 3.75rem;
  }
}

.single-post .p-post__flex {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .single-post .p-post__flex {
    margin-top: 2.5rem;
    gap: 0;
  }
}

.p-post__sidebar {
  width: 30.0130208333%;
}
@media screen and (max-width: 767px) {
  .p-post__sidebar {
    width: 100%;
  }
}

.p-post__sidebar-wrap {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-post__sidebar-wrap {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-post__sidebar-tag {
  padding-inline: 1.25rem;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 500;
  display: block;
  border: 1px solid #252525;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-post__sidebar-tag {
    padding-inline: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

.p-post__sidebar-wrap time {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #707070;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-post__sidebar-wrap time {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-post__content {
  width: 69.9869791667%;
}
@media screen and (max-width: 767px) {
  .p-post__content {
    width: 100%;
  }
}

.p-post__title {
  font-size: 2.5rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-post__title {
    margin-top: 4.375rem;
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

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

.p-post__sidebar-list {
  max-width: 16.125rem;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-post__sidebar-list {
    max-width: 10.5rem;
  }
}

.p-post__category-title,
.p-post__archive-title {
  padding-left: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
  line-height: 1.6666666667;
  font-weight: 500;
  text-transform: uppercase;
  border-left: 4px solid #54b782;
}
@media screen and (max-width: 767px) {
  .p-post__category-title,
  .p-post__archive-title {
    padding-left: 0.625rem;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}

.p-post__category-sublist {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-post__category-sublist {
    margin-top: 0.625rem;
  }
}

.p-post__category-subitem,
.p-post__archive-subitem {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-post__category-subitem,
  .p-post__archive-subitem {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-post__category-subitem {
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-post__category-subitem {
    padding-left: 1rem;
  }
}

.p-post__category-subitem a,
.p-post__archive-subitem a {
  display: block;
}

.p-post__archive-sublist {
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-post__archive-sublist {
    margin-top: 0.625rem;
  }
}

.p-post__year-toggle {
  padding-left: 1.5rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-post__year-toggle {
    padding-left: 1rem;
  }
}

.p-post__year-toggle::after {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  position: absolute;
  top: 50%;
  right: 0.1875rem;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  border-bottom: 1px solid #252525;
  border-right: 1px solid #252525;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-post__year-toggle::after {
    top: 46%;
  }
}

.p-post__year-toggle.is-open::after {
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .p-post__year-toggle.is-open::after {
    transform: translateY(-25%) rotate(-135deg);
  }
}

.p-post__month-list {
  margin-top: 0.625rem;
  padding-left: 1.5rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-post__month-list {
    padding-left: 1rem;
  }
}

.p-post__month-item {
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-post__month-item {
    padding-left: 1rem;
  }
}

.p-post__month-item + .p-post__month-item {
  margin-top: 0.625rem;
}

.p-post__category-subitem::before,
.p-post__year-toggle::before,
.p-post__month-item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #54b782;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-post__category-subitem::before,
  .p-post__year-toggle::before,
  .p-post__month-item::before {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.p-post__content-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-post__content-list {
    gap: 3.75rem;
  }
}

.p-post__content-item a {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #707070;
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-post__content-item a {
    padding-bottom: 0;
    flex-direction: column;
    gap: 1.25rem;
    border: none;
  }
}

.p-post__content-item-img {
  width: 35.3488372093%;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-post__content-item-img {
    width: 100%;
  }
}

.p-post__content-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/240;
  transition: 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-post__content-item a:hover .p-post__content-item-img img {
    transform: scale(1.05);
  }
}
.p-post__content-item-body {
  width: 64.6511627907%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-post__content-item-body {
    padding-right: 4.75rem;
    width: 100%;
  }
}

.p-post__content-item-head {
  display: flex;
  justify-content: space-between;
}

.p-post__content-item-label {
  padding-inline: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  border: 1px solid #252525;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-post__content-item-label {
    padding-inline: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}

.p-post__content-item-date {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-post__content-item-date {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-post__content-item-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-post__content-item-bottom {
    margin-top: 1.25rem;
  }
}

.p-post__content-item-text {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-post__content-item-text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.p-post__content-item-arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #54b782;
  border-radius: 3.125rem;
  position: relative;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-post__content-item-arrow {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.p-post__content-item-arrow::after {
  content: "";
  width: 1rem;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.125rem;
  transition: 0.2s ease-out;
}

.p-post__content-item-arrow::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 1.3125rem;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease-out;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-post__pagenation {
    margin-inline: auto;
    max-width: 25rem;
  }
}

/*-------------------------------
p-privacy
-------------------------------*/
.p-privacy {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-privacy__inner.l-inner {
  max-width: 1050px;
}
@media screen and (max-width: 767px) {
  .p-privacy__inner.l-inner {
    max-width: 550px;
  }
}

.p-privacy__list-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-privacy__list-title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    text-indent: -2em;
    padding-left: 2em;
  }
}

.p-privacy__list-sub-title {
  font-weight: 500;
}

.p-privacy__list-body {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__list-body {
    padding-left: 2.25rem;
  }
}

.p-privacy__read {
  font-weight: 500;
}

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

.p-privacy__img {
  margin-top: 2.5rem;
  margin-inline: auto;
  width: 11.125rem;
}

.p-privacy__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 178/180;
}

.p-privacy__more-btn {
  margin-top: 2.5rem;
}

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

.p-privacy__rule-item + .p-privacy__rule-item {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__rule-item + .p-privacy__rule-item {
    margin-top: 3.125rem;
  }
}

.p-privacy__rule-text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__rule-text {
    margin-top: 0.75rem;
  }
}

.p-privacy__rule-data,
.p-privacy__policy-data {
  margin-top: 4.375rem;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-privacy__rule-data,
  .p-privacy__policy-data {
    margin-top: 3.125rem;
  }
}

.p-privacy__rule-data span {
  font-weight: 500;
  color: #54b782;
}

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

.p-privacy__policy-title {
  padding-bottom: 1rem;
  border-bottom: 2px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-privacy__policy-title {
    padding-bottom: 0.625rem;
  }
}

.p-privacy__policy-read {
  margin-top: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-privacy__policy-read {
    margin-top: 1.25rem;
  }
}

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

.p-privacy__policy-item p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__policy-item p {
    margin-top: 0.75rem;
  }
}

.p-privacy__policy-item + .p-privacy__policy-item {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__policy-item + .p-privacy__policy-item {
    margin-top: 3.125rem;
  }
}

.p-privacy__policy-list-title {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-privacy__policy-list-title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    text-indent: -2em;
    padding-left: 2em;
  }
}

.p-privacy__policy-sub-item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__policy-sub-item {
    margin-top: 1.5rem;
  }
}

.p-privacy__policy-child-wrap {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__policy-child-wrap {
    margin-top: 0.75rem;
  }
}

.p-privacy__policy-child {
  padding-left: 3em;
}

.p-privacy__policy-child + .p-privacy__policy-child {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__policy-child + .p-privacy__policy-child {
    margin-top: 0.75rem;
  }
}

.p-privacy__policy-child span {
  margin-top: 0.625rem;
  padding-left: 1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-privacy__policy-child span {
    margin-top: 0.375rem;
  }
}

.p-privacy__bottom {
  margin-top: 4.375rem;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-privacy__bottom {
    display: none;
  }
}

.p-privacy__bottom span {
  font-weight: 500;
  color: #54b782;
}

/*-------------------------------
p-roading
-------------------------------*/
.p-roading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
}

.p-roading__animation {
  width: 28.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-roading__animation {
    width: 18.75rem;
  }
}

.p-roading__top {
  margin-inline: auto;
  width: 17rem;
  position: relative;
  animation: logo-animation 0.2s ease-in-out 1.3s forwards;
}
@media screen and (max-width: 767px) {
  .p-roading__top {
    width: 15rem;
  }
}

.p-roading__60 {
  width: 100%;
}

.c-animation-mask {
  fill: none;
  stroke-miterlimit: 10;
  stroke: #fff;
  stroke-width: 31.2px;
}

.p-roading__th {
  width: 27%;
  position: absolute;
  bottom: 0.3125rem;
  right: 0;
  transform: translateX(100%) rotate(-90deg);
  transform-origin: bottom left;
  opacity: 0;
  animation: logo-th 0.3s ease-in-out 1.2s forwards;
}

.p-roading__bottom {
  margin-top: 30px;
}

.p-roading__annivarsary {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  gap: 6px;
  position: relative;
}

.p-roading__annivarsary li {
  width: -moz-fit-content;
  width: fit-content;
  height: 37px;
  opacity: 0;
  animation: logo-annivarsary-delay 0.55s ease-in-out forwards;
}

.p-roading__annivarsary li.delay-0 {
  animation-delay: 1.3s;
}

.p-roading__annivarsary li.delay-1 {
  animation-delay: 1.35s;
}

.p-roading__annivarsary li.delay-2 {
  animation-delay: 1.4s;
}

.p-roading__annivarsary li.delay-3 {
  animation-delay: 1.45s;
}

.p-roading__annivarsary li.delay-4 {
  animation-delay: 1.5s;
}

.p-roading__annivarsary li.delay-5 {
  animation-delay: 1.55s;
}

.p-roading__annivarsary li.delay-6 {
  animation-delay: 1.6s;
}

.p-roading__annivarsary li.delay-7 {
  animation-delay: 1.65s;
}

.p-roading__annivarsary li.delay-8 {
  animation-delay: 1.7s;
}

.p-roading__annivarsary li.delay-9 {
  animation-delay: 1.75s;
}

.p-roading__annivarsary li.delay-10 {
  animation-delay: 1.8s;
}

.p-roading__annivarsary li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes logo-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-37px);
  }
}
@keyframes logo-th {
  0% {
    transform: translateX(100%) rotate(-90deg);
  }
  40% {
    opacity: 0;
  }
  100% {
    transform: translateX(100%) rotate(0deg);
    opacity: 1;
  }
}
@keyframes logo-annivarsary-delay {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*-------------------------------
p-service
-------------------------------*/
.p-service-content {
  margin-top: 10rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-service-content {
    margin-top: 5rem;
    padding-bottom: 1.25rem;
  }
}

.p-service-content__item + .p-service-content__item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__item + .p-service-content__item {
    margin-top: 5rem;
  }
}

.p-service-content__inner.l-inner {
  max-width: 1586px;
}
@media screen and (max-width: 767px) {
  .p-service-content__inner.l-inner {
    max-width: 500px;
  }
}

.p-service-content__top {
  padding-top: 10rem;
  display: flex;
  gap: 5.2083333333%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-content__top {
    padding-top: 5rem;
    flex-direction: column;
    gap: 3.75rem;
  }
}

.p-service-content__top::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-service-content__top::before {
    background: linear-gradient(180deg, rgb(235, 235, 235) 0%, rgb(255, 255, 255) 52%);
  }
}

.p-service-content__top-body {
  padding-left: 10.9375%;
  width: 47.3958333333%;
}
@media screen and (max-width: 767px) {
  .p-service-content__top-body {
    padding-left: 0;
    width: 100%;
  }
}

.p-service-content__title-wrap.c-common-title-wrap {
  padding-left: 2.5rem;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
  border-left: 2px solid #54b782;
}
@media screen and (max-width: 767px) {
  .p-service-content__title-wrap.c-common-title-wrap {
    padding-left: 1rem;
  }
}

.p-service-content__title.c-common-title h2 {
  padding-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-service-content__title.c-common-title h2 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-service-content__title.c-common-title span {
  color: #54b782;
}
@media screen and (max-width: 767px) {
  .p-service-content__title.c-common-title span {
    font-size: 2.5rem;
    line-height: 1.325;
  }
}

.p-service-content__lead {
  margin-top: 3.625rem;
  font-size: 2.625rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-content__lead {
    margin-top: 3.0625rem;
    font-size: 1.625rem;
    line-height: 1.6923076923;
  }
}

.p-service-content__text {
  margin-top: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-service-content__text {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 2.125;
  }
}

.p-service-content__btn.c-button {
  margin-top: 3.75rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-service-content__btn.c-button {
    margin-top: 2.5rem;
    justify-content: center;
  }
}

.p-service-content__btn.c-button a {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-service-content__top-img {
  width: 47.3958333333%;
}
@media screen and (max-width: 767px) {
  .p-service-content__top-img {
    margin-inline: calc(50% - 50vw);
    width: auto;
  }
}

.p-service-content__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 728/728;
  border-top-left-radius: 15rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__top-img img {
    border-top-left-radius: 7.5rem;
  }
}

.p-service-content__bottom {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 5.2083333333%;
}
@media screen and (max-width: 767px) {
  .p-service-content__bottom {
    margin-top: 1.875rem;
    flex-direction: column;
    gap: 1.875rem;
  }
}

.p-service-content__bottom-body {
  padding-right: 10.9375%;
  width: 47.3958333333%;
}
@media screen and (max-width: 767px) {
  .p-service-content__bottom-body {
    padding-right: 0;
    width: 100%;
  }
}

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

.p-service-content__bottom-title {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  color: #54b782;
}
@media screen and (max-width: 767px) {
  .p-service-content__bottom-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-service-content__bottom-text {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-service-content__bottom-text {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-service-content__bottom-text ul {
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__bottom-text ul {
    flex-direction: column;
    gap: 0;
  }
}

.p-service-content__bottom-img {
  width: 47.3958333333%;
}
@media screen and (max-width: 767px) {
  .p-service-content__bottom-img {
    margin-inline: calc(50% - 50vw);
    width: auto;
  }
}

.p-service-content__bottom-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 728/728;
  border-top-right-radius: 15rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__bottom-img img {
    border-top-right-radius: 7.5rem;
  }
}

.p-service-content__btn-list {
  width: 100%;
  max-width: 75rem;
  color: #fff;
}

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

.p-service-content__btn-item a {
  padding-block: 2.5rem;
  padding-inline: 3.4375rem 8.5rem;
  display: block;
  border-radius: 0 5rem 0 5rem;
  position: relative;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-service-content__btn-item a {
    padding-block: 1.25rem 1.5625rem;
    padding-inline: 1.25rem;
    min-height: 10.4375rem;
    border-radius: 0 2.5rem 0 2.5rem;
  }
}

.p-service-content__btn-item.-black a {
  background-color: #252525;
}

.p-service-content__btn-item.-gray a {
  background-color: #707070;
}

.p-service-content__btn-item span {
  display: block;
}

.p-service-content__btn-label {
  font-size: 1.875rem;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-content__btn-label {
    font-size: 1.1875rem;
    line-height: 1.4210526316;
  }
}

.p-service-content__btn-title {
  font-size: 2.3125rem;
  line-height: 1.4594594595;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-service-content__btn-title {
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}

.p-service-content__btn-item a:has(.p-service-content__btn-label) .p-service-content__btn-title {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-service-content__btn-item a:has(.p-service-content__btn-label) .p-service-content__btn-title {
    margin-top: 1.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service-content__btn-item a:not(:has(.p-service-content__btn-text)) {
    padding-bottom: 4.375rem;
  }
}

.p-service-content__btn-text {
  margin-top: 1.25rem;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-content__btn-text {
    margin-top: 1.3125rem;
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}

#construction .p-service-content__bottom-item {
  display: flex;
}
@media screen and (max-width: 767px) {
  #construction .p-service-content__bottom-item {
    flex-direction: column;
  }
}

#construction .p-service-content__bottom-item dt {
  width: 21.4285714286%;
}
@media screen and (max-width: 767px) {
  #construction .p-service-content__bottom-item dt {
    width: 100%;
  }
}

#construction .p-service-content__bottom-item dd {
  margin-top: 0;
  width: 78.5714285714%;
}
@media screen and (max-width: 767px) {
  #construction .p-service-content__bottom-item dd {
    margin-top: 0.625rem;
    width: 100%;
  }
}

#soil-contamination .p-service-content__bottom {
  flex-direction: row;
  justify-content: center;
}

.p-service-content__btn-arrow {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-service-content__btn-arrow {
    top: initial;
    bottom: 0.25rem;
    right: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-service-content__btn-item a:hover {
    opacity: 0.95;
  }
  .p-service-content__btn-item a:hover .p-service-content__btn-arrow {
    width: 5.625rem;
  }
  .p-service-content__btn-item a:hover .p-service-content__btn-arrow::before {
    animation: arrow-move 0.5s ease-out;
  }
  .p-service-content__btn-item a:hover .p-service-content__btn-arrow::after {
    animation: arrow-move 0.5s ease-out;
  }
}
@keyframes arrow-move {
  0% {
    right: 1.25rem;
  }
  70% {
    right: 3.125rem;
  }
  100% {
    right: 1.25rem;
  }
}
/*-------------------------------
p-service-nav
-------------------------------*/
.p-service-nav__item:nth-child(odd) {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-service-nav__item:nth-child(odd) {
    margin-inline: calc(50% - 50vw);
  }
}

.p-service-nav__item:nth-child(even) {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-service-nav__item:nth-child(even) {
    margin-inline: calc(50% - 50vw);
  }
}

.p-service-nav__item + .p-service-nav__item {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-nav__item + .p-service-nav__item {
    margin-top: 0;
  }
}

.p-service-nav__item a {
  width: 100%;
}

.p-service-nav__bg {
  padding-block: 1.25rem;
  background: linear-gradient(180deg, rgba(84, 183, 130, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}
@media screen and (max-width: 767px) {
  .p-service-nav__bg {
    padding-block: 2.5rem;
    background: linear-gradient(180deg, rgba(84, 183, 130, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%);
  }
}

.p-service-nav__item:nth-child(odd) .p-service-nav__bg {
  padding-left: calc(50vw - 44.4444444444%);
}
@media screen and (max-width: 767px) {
  .p-service-nav__item:nth-child(odd) .p-service-nav__bg {
    padding-inline: 20px;
  }
}

.p-service-nav__item:nth-child(even) .p-service-nav__bg {
  padding-right: calc(50vw - 44.4444444444%);
}
@media screen and (max-width: 767px) {
  .p-service-nav__item:nth-child(even) .p-service-nav__bg {
    padding-inline: 20px;
  }
}

.p-service-nav__inner.l-inner {
  padding-inline: 1.875rem;
  max-width: calc(1200px + 3.75rem);
}
@media screen and (max-width: 767px) {
  .p-service-nav__inner.l-inner {
    padding-inline: 0;
    max-width: 500px;
  }
}

.p-service-nav__flex {
  display: flex;
  gap: 6.25rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service-nav__flex {
    flex-direction: column;
    gap: 3.125rem;
  }
}

.p-service-nav__item:nth-child(even) .p-service-nav__flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-service-nav__item:nth-child(even) .p-service-nav__flex {
    flex-direction: column;
  }
}

.p-service-nav__img {
  width: 18.75rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service-nav__img {
    width: 15rem;
  }
}

.p-service-nav__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 300/300;
  transition: 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-service-nav__item a:hover .p-service-nav__img img {
    transform: scale(1.05);
  }
}
.p-service-nav__content {
  display: flex;
  align-items: center;
  gap: 12.5%;
}
@media screen and (max-width: 767px) {
  .p-service-nav__content {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-service-nav__text-wrap {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-service-nav__text-wrap {
    width: 100%;
  }
}

.p-service-nav__title {
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-nav__title {
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }
}

.p-service-nav__text {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service-nav__text {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 2.125;
  }
}

.p-service-nav__btn.c-circle-button {
  width: 6.25rem;
  height: 6.25rem;
  border: 1px solid #54b782;
}

.p-service-nav__btn.c-circle-button::before {
  width: 0.625rem;
  height: 0.625rem;
  top: initial;
  bottom: 36%;
  right: 50%;
  transform: translateX(50%) rotate(45deg);
}

.p-service-nav__btn.c-circle-button::after {
  width: 1.875rem;
  height: 1px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(90deg);
}

/*-------------------------------
p-service
-------------------------------*/
.p-service {
  overflow: hidden;
}

.p-service__inner.l-inner {
  max-width: 1586px;
}
@media screen and (max-width: 767px) {
  .p-service__inner.l-inner {
    max-width: 550px;
  }
}

.p-service__nav {
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__nav {
    margin-top: 5rem;
  }
}

/*-------------------------------
p-sitemap
-------------------------------*/
.p-sitemap__inner.l-inner {
  padding-inline: 60px;
  max-width: 1656px;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__inner.l-inner {
    padding-inline: 20px;
    max-width: 500px;
    flex-direction: column;
    gap: 0;
  }
}

.p-sitemap__list {
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-sitemap__list {
    width: 100%;
  }
}

.p-sitemap__list .p-sitemap__item,
.p-sitemap__list .p-sitemap__item > div {
  border-bottom: 1px solid #707070;
}

.p-sitemap__list:last-of-type .p-sitemap__item:last-child {
  border-bottom: none;
}

.p-sitemap__item > a,
.p-sitemap__item span,
.p-sitemap__item > div > a {
  padding-block: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sitemap__item > a,
  .p-sitemap__item span,
  .p-sitemap__item > div > a {
    padding-block: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.p-sitemap__sub-list {
  margin-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__sub-list {
    margin-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
}

.p-sitemap__sub-item {
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__sub-item {
    padding-left: 1.25rem;
  }
}

.p-sitemap__sub-item > a {
  padding-block: 0.3125rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__sub-item > a {
    padding-block: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-sitemap__sub-item > a::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #54b782;
}
@media screen and (max-width: 767px) {
  .p-sitemap__sub-item > a::before {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.p-sitemap__sub-item.-external > a::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/common/icon-external-link.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-sitemap__sub-item.-external > a::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}

@media (any-hover: hover) {
  .p-sitemap__item a:hover {
    opacity: 0.7;
  }
}
/*-------------------------------
p-top-about
-------------------------------*/
@media screen and (max-width: 767px) {
  .p-top-about {
    overflow: hidden;
  }
}

.p-top-about__inner.l-inner {
  padding-right: 0;
  max-width: 1920px;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner.l-inner {
    max-width: 600px;
  }
}

.p-top-about__content {
  margin-inline: auto 0;
  max-width: 99.0625rem;
}

.p-top-about__flex {
  margin-top: 4.125rem;
  display: flex;
  gap: 7.6923076923%;
}
@media screen and (max-width: 767px) {
  .p-top-about__flex {
    margin-top: 1.75rem;
    flex-direction: column-reverse;
    gap: 3.125rem;
  }
}

.p-top-about__text-wrapper {
  width: 100%;
  max-width: 34.6153846154%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-about__text-wrapper {
    max-width: 100%;
  }
}

.p-top-about__catchcopy {
  font-size: 3.125rem;
  line-height: 1.44;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-about__catchcopy {
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.p-top-about__text {
  margin-top: 3.5625rem;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    margin-top: 1.625rem;
    padding-right: 20px;
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
}

.p-top-about__button {
  margin-top: 3.5rem;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top-about__button {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-about__button a {
    margin-inline: auto;
  }
}

.p-top-about__image {
  width: 100%;
  max-width: 57.6923076923%;
}
@media screen and (max-width: 767px) {
  .p-top-about__image {
    margin-right: calc(50% - 50vw + 10px);
    width: initial;
    max-width: initial;
  }
}

.p-top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top 70% left 50%;
     object-position: top 70% left 50%;
  aspect-ratio: 900/543;
  border-radius: 1.25rem 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__image img {
    aspect-ratio: 355/300;
    max-height: 31.25rem;
  }
}

.p-top-about__gallery {
  margin-top: 6.25rem;
  display: flex;
  gap: 1.875rem;
  overflow: hidden;
}

.p-top-about__gallery-list {
  display: flex;
  gap: 1.875rem;
  flex: 0 0 auto;
  animation: aboutLoop 25s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-top-about__gallery-list {
    gap: 1.25rem;
    animation: aboutLoop 25s linear infinite;
  }
}

@keyframes aboutLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-101.5%);
  }
}
.p-top-about__gallery-item {
  width: 100%;
}

.p-top-about__gallery-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}

.p-top-about__gallery-item:nth-child(1),
.p-top-about__gallery-item:nth-child(5) {
  margin-top: 15rem;
  max-width: 19.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__gallery-item:nth-child(1),
  .p-top-about__gallery-item:nth-child(5) {
    margin-top: 9rem;
    max-width: 11.625rem;
  }
}

.p-top-about__gallery-item:nth-child(1) img,
.p-top-about__gallery-item:nth-child(5) img {
  aspect-ratio: 310/208;
}
@media screen and (max-width: 767px) {
  .p-top-about__gallery-item:nth-child(1) img,
  .p-top-about__gallery-item:nth-child(5) img {
    aspect-ratio: 186/125;
  }
}

.p-top-about__gallery-item:nth-child(2),
.p-top-about__gallery-item:nth-child(6) {
  margin-top: 8.125rem;
  max-width: 22.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__gallery-item:nth-child(2),
  .p-top-about__gallery-item:nth-child(6) {
    margin-top: 4.875rem;
    max-width: 13.25rem;
  }
}

.p-top-about__gallery-item:nth-child(2) img,
.p-top-about__gallery-item:nth-child(6) img {
  aspect-ratio: 354/228;
}
@media screen and (max-width: 767px) {
  .p-top-about__gallery-item:nth-child(2) img,
  .p-top-about__gallery-item:nth-child(6) img {
    aspect-ratio: 212/137;
  }
}

.p-top-about__gallery-item:nth-child(3) {
  max-width: 18.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__gallery-item:nth-child(3) {
    max-width: 10.875rem;
  }
}

.p-top-about__gallery-item:nth-child(3) img {
  aspect-ratio: 290/410;
}
@media screen and (max-width: 767px) {
  .p-top-about__gallery-item:nth-child(3) img {
    aspect-ratio: 174/246;
  }
}

.p-top-about__gallery-item:nth-child(4) {
  margin-top: 3rem;
  max-width: 27.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__gallery-item:nth-child(4) {
    margin-top: 1.8125rem;
    max-width: 16.75rem;
  }
}

.p-top-about__gallery-item:nth-child(4) img {
  aspect-ratio: 446/320;
}
@media screen and (max-width: 767px) {
  .p-top-about__gallery-item:nth-child(4) img {
    aspect-ratio: 268/192;
  }
}

/*-------------------------------
p-top-mv
-------------------------------*/
.p-top-mv {
  position: relative;
  overflow: hidden;
}

.p-top-mv__bg {
  margin-top: -12.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg {
    margin-top: -4.0625rem;
  }
}

.p-top-mv__bg-top-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-top-mv__bg-top {
  position: relative;
  z-index: 10;
  transform: translateY(170%);
}

.p-top-mv.is-show .p-top-mv__bg-top {
  animation: mvBgTop 0.7s ease-out forwards;
}

.p-top-mv__bg-top::before {
  content: "";
  width: 100%;
  height: 15rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #bdbdbd;
  z-index: -1;
}

.p-top-mv.is-show .p-top-mv__bg-top::before {
  animation: mvBgGray 0.1s 0.6s ease-out forwards;
}

@keyframes mvBgGray {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-mv__bg-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1920/900;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg-top img {
    aspect-ratio: 375/331;
  }
}

.p-top-mv__text {
  position: absolute;
  top: 27.5vw;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: inline-block;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    top: 55.4vw;
  }
}

.p-top-mv__text span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 100;
  opacity: 0;
  transform: translate(calc(-50% + var(--center-x, 0px)), calc(-50% + var(--center-y, 0px)));
}
@media screen and (max-width: 767px) {
  .p-top-mv__text span {
    font-size: 2.4375rem;
    line-height: 1.4358974359;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-mv__text span {
    font-size: clamp(6.875rem, 1.875rem + 6.67vw, 9.875rem);
  }
}

.p-top-mv.is-show .p-top-mv__text span.is-animated {
  animation: textScale 0.2s forwards, textExpand 1.8s cubic-bezier(0.01, 0.7, 0, 1) forwards;
}

@keyframes textScale {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textExpand {
  0% {
    transform: translate(calc(-50% + var(--center-x, 0px)), calc(-50% + var(--center-y, 0px)));
  }
  100% {
    transform: translate(0, 0);
  }
}
.p-top-mv__bg-bottom-wrap {
  width: 100%;
  position: absolute;
  top: 45.9868421053%;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg-bottom-wrap {
    top: 40.95371669%;
  }
}

.p-top-mv__bg-bottom {
  transform: translateY(100%);
}

.p-top-mv.is-show .p-top-mv__bg-bottom {
  animation: mvBgBottom 0.3s ease-out forwards;
}

.p-top-mv__bg-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1920/820;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg-bottom img {
    aspect-ratio: 375/339;
  }
}

.p-top-mv__bg-bottom-text {
  font-size: 1.875rem;
  line-height: 2;
  letter-spacing: 0.19em;
  font-weight: 500;
  text-wrap: nowrap;
  position: absolute;
  top: clamp(11.25rem, -9.792rem + 28.06vw, 23.875rem);
  left: 49vw;
  text-shadow: 1px 1px 4px #000;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg-bottom-text {
    font-size: 1rem;
    line-height: 1.75;
    top: 62.9%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-top-mv__bg-bottom-text span {
  visibility: hidden;
}

@keyframes mvBottomText {
  from {
    width: 0ch;
  }
}
.p-top-mv__scroll {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
  font-weight: 100;
  position: absolute;
  bottom: 13.3vw;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top-mv__scroll {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    bottom: 11.8vw;
  }
}

.p-top-mv.is-show .p-top-mv__scroll {
  animation: mvText 0.5s 1.8s ease-out forwards;
}

@keyframes mvBgTop {
  0% {
    transform: translateY(170%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mvBgBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mvText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-mv__main-text {
  width: 100%;
  max-width: 51.5625vw;
  position: absolute;
  top: 52.2%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  aspect-ratio: 1127/759;
}
@media screen and (max-width: 767px) {
  .p-top-mv__main-text {
    width: 78.6666666667vw;
    max-width: 25.9375rem;
    top: 40.5%;
  }
}

@keyframes mvMainText {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.p-top-mv__scroll-tri {
  width: 1.125rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 20;
}

/*-------------------------------
p-top-news
-------------------------------*/
.p-top-news__inner.l-inner {
  max-width: 1250px;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner.l-inner {
    max-width: 600px;
  }
}

.p-top-news__content {
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__content {
    flex-direction: column;
    gap: 2.375rem;
  }
}

.p-top-news__left {
  flex: 0 0 auto;
}

.p-top-news__right {
  flex-grow: 1;
}

.p-top-news__item {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-top-news__item a {
  padding-block: 2.6875rem 2.625rem;
  padding-right: 6.875rem;
  display: flex;
  gap: 2.125rem;
  position: relative;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 767px) {
  .p-top-news__item a {
    padding-block: 2.25rem 2.25rem;
    padding-right: 3.4375rem;
    flex-direction: column;
    gap: 0.8125rem;
  }
}

.p-top-news__item a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 3.75rem;
  transform: translateY(-50%);
  background-color: #54b782;
  border-radius: 50%;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .p-top-news__item a::after {
    right: 0rem;
  }
}

.p-top-news__item a::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease-out;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top-news__item a::before {
    right: -0.125rem;
  }
}

@media (any-hover: hover) {
  .p-top-news__item a:hover::after {
    width: 1rem;
    height: 0.125rem;
    border-radius: 0.125rem;
    transform: translate(4px, -50%);
  }
  .p-top-news__item a:hover::before {
    border-bottom: 2px solid #54b782;
    border-right: 2px solid #54b782;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__text {
    line-height: 1.625;
  }
}

.p-top-news__button {
  margin-top: 3.75rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-news__button {
    justify-content: center;
  }
}

.p-top-news__button a {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top-news__button a {
    margin-left: initial;
  }
}

.p-top-news__recruit {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__recruit {
    margin-top: 5rem;
  }
}

.p-top-news__recruit a {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-news__recruit a {
    margin-inline: auto;
    max-width: 37.5rem;
    display: block;
  }
}

.p-top-news__recruit-bg {
  width: 100%;
  transition: 0.3s ease-out;
}

.p-top-news__recruit-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1200/500;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__recruit-bg img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 335/240;
  }
}

.p-top-news__recruit-texts {
  position: absolute;
  top: 2.375rem;
  left: 2.5rem;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-news__recruit-texts {
    top: 1.125rem;
    left: 1.25rem;
  }
}

.p-top-news__recruit-title span {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top-news__recruit-title span {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}

.p-top-news__recruit-title span::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #54b782;
}

.p-top-news__recruit-title h2 {
  margin-top: 0.25rem;
  font-size: 1.625rem;
  line-height: 1.4230769231;
  letter-spacing: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-news__recruit-title h2 {
    margin-top: 0rem;
    font-size: 1.1875rem;
    line-height: 1.4210526316;
  }
}

.p-top-news__recruit-text {
  margin-top: 4.875rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  line-height: 1.6222222222;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-news__recruit-text {
    margin-top: 0.5rem;
    font-size: 1.5625rem;
    line-height: 1.52;
    text-shadow: 1px 2px 14px rgba(0, 0, 0, 0.2);
  }
}

.p-top-news__recruit-button {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-news__recruit-button {
    top: initial;
    bottom: 0.25rem;
    right: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-top-news__recruit a:hover .p-top-news__recruit-bg {
    filter: brightness(0.8);
  }
  .p-top-news__recruit a:hover .p-top-news__recruit-button {
    width: 5.625rem;
  }
  .p-top-news__recruit a:hover .p-top-news__recruit-button::before {
    animation: arrow-move 0.5s ease-out;
  }
  .p-top-news__recruit a:hover .p-top-news__recruit-button::after {
    animation: arrow-move 0.5s ease-out;
  }
}
@keyframes arrow-move {
  0% {
    right: 1.25rem;
  }
  70% {
    right: 3.125rem;
  }
  100% {
    right: 1.25rem;
  }
}
/*-------------------------------
p-top-recruit
-------------------------------*/
.p-top-recruit {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    margin-top: 5rem;
  }
}

.p-top-recruit__inner.l-inner {
  max-width: 1250px;
}

.p-top-recruit a {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-recruit a {
    margin-inline: auto;
    max-width: 37.5rem;
    display: block;
  }
}

.p-top-recruit__bg {
  width: 100%;
  transition: 0.3s ease-out;
}

.p-top-recruit__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1200/500;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__bg img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 335/240;
  }
}

.p-top-recruit__texts {
  position: absolute;
  top: 2.375rem;
  left: 2.5rem;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__texts {
    top: 1.125rem;
    left: 1.25rem;
  }
}

.p-top-recruit__title span {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__title span {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}

.p-top-recruit__title span::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #54b782;
}

.p-top-recruit__title h2 {
  margin-top: 0.25rem;
  font-size: 1.625rem;
  line-height: 1.4230769231;
  letter-spacing: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__title h2 {
    margin-top: 0rem;
    font-size: 1.1875rem;
    line-height: 1.4210526316;
  }
}

.p-top-recruit__text {
  margin-top: 4.875rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8125rem;
  line-height: 1.6222222222;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text {
    margin-top: 0.5rem;
    font-size: 1.5625rem;
    line-height: 1.52;
    text-shadow: 1px 2px 14px rgba(0, 0, 0, 0.2);
  }
}

.p-top-recruit__button {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__button {
    top: initial;
    bottom: 0.25rem;
    right: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-top-recruit a:hover .p-top-recruit__bg {
    filter: brightness(0.8);
  }
  .p-top-recruit a:hover .p-top-recruit__button {
    width: 5.625rem;
  }
  .p-top-recruit a:hover .p-top-recruit__button::before {
    animation: arrow-move 0.5s ease-out;
  }
  .p-top-recruit a:hover .p-top-recruit__button::after {
    animation: arrow-move 0.5s ease-out;
  }
}
@keyframes arrow-move {
  0% {
    right: 1.25rem;
  }
  70% {
    right: 3.125rem;
  }
  100% {
    right: 1.25rem;
  }
}
.page-template-page-thanks .p-top-recruit {
  display: none;
}

/*-------------------------------
p-top-service
-------------------------------*/
.p-top-service {
  position: relative;
  overflow: hidden;
  padding-block: 9.5rem 14.8125rem;
  background: linear-gradient(90deg, rgb(84, 183, 130) 0%, rgb(118, 192, 186) 100%);
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-block: 4.75rem 5rem;
  }
}

.p-top-service__inner.l-inner {
  margin-left: auto;
  max-width: 1250px;
}

.p-top-service__text-wrapper {
  margin-top: 4.25rem;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-service__text-wrapper {
    margin-top: 2.375rem;
  }
}

.p-top-service__text {
  font-size: 3.125rem;
  line-height: 1.44;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-service__text {
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.p-top-service__list {
  margin-top: 10.1875rem;
  display: flex;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__list {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__item {
    margin-inline: auto;
    width: 100%;
    max-width: 21.25rem;
  }
}

@media (any-hover: hover) {
  .p-top-service__item a:hover .p-top-service__image {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__item a {
    width: 100%;
  }
}

.p-top-service__image-wrap {
  padding: 3.25rem;
  width: clamp(25rem, 12.731rem + 15.43vw, 31.25rem);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
  border-radius: 0.625rem;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service__image-wrap {
    padding: 1.3125rem;
    width: 100%;
  }
}

.p-top-service__item-text {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
}

.p-top-service__category {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top-service__category {
    margin-top: 1.125rem;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}

.p-top-service__category::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #252525;
}

.p-top-service__name {
  margin-top: 0.25rem;
  font-size: 1.625rem;
  line-height: 1.4230769231;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-service__name {
    margin-top: 0rem;
    font-size: 1.1875rem;
    line-height: 1.4210526316;
  }
}

.p-top-service__image {
  width: clamp(13.75rem, 6.389rem + 9.26vw, 17.5rem);
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-top-service__image {
    width: 100%;
    max-width: 13.125rem;
  }
}

.p-top-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 500/500;
}

@media (max-width: 767px) {
  .js-top-service-XScroll {
    transform: none !important;
  }
}
/*-------------------------------
u-anchor
-------------------------------*/
.u-anchor {
  scroll-margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .u-anchor {
    scroll-margin-top: 0;
  }
}

/*-------------------------------
u-inline-block
-------------------------------*/
.u-inline-block {
  display: inline-block;
}

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

.u-mobile-only.-w600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-mobile-only.-w600 {
    display: block;
  }
}

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

/*-------------------------------
u-visually-hidden
-------------------------------*/
.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
/*# sourceMappingURL=style.css.map */
