@charset "UTF-8";
.c-button {
  position: relative;
  display: inline-block;
  width: 41.0256410256vw;
  height: 13.3333333333vw;
  border: 3px solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 4px rgba(255, 255, 255, 0.25);
          box-shadow: 3px 3px 4px rgba(255, 255, 255, 0.25);
}
@media screen and (min-width: 768px) {
  .c-button {
    border: 4px solid #fff;
    width: 18.6111111111vw;
    height: 6.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-button {
    width: 268px;
    height: 87px;
  }
}
.c-button:hover {
  background-color: #ffd700;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 4.1025641026vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8205128205vw;
  height: 5.641025641vw;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='34' viewBox='0 0 20 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L16.5203 16.5203L2 31.0406' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='34' viewBox='0 0 20 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L16.5203 16.5203L2 31.0406' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (min-width: 768px) {
  .c-button::after {
    top: 50%;
    right: 2.0659722222vw;
    width: 1.3888888889vw;
    height: 2.3611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-button::after {
    right: 22.75px;
    width: 20px;
    height: 34px;
  }
}

.c-button__text {
  margin-bottom: 2px;
  padding-left: 6.1538461538vw;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 4.6153846154vw;
  text-align: center;
  line-height: 1.1875;
}
@media screen and (min-width: 768px) {
  .c-button__text {
    margin-bottom: 3px;
    font-size: 2.2222222222vw;
    padding-left: 2.5694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-button__text {
    font-size: 32px;
    padding-left: 33px;
  }
}

.c-pagetop {
  position: fixed;
  right: 2.0512820513vw;
  bottom: 2.0512820513vw;
  z-index: 100;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 768px) {
  .c-pagetop {
    right: 20px;
    bottom: 20px;
  }
}
.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.c-pagetop__icon {
  width: 12.3076923077vw;
  height: 12.3076923077vw;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.5s, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.5s;
  transition: transform 0.8s ease-in-out, opacity 0.5s, -webkit-transform 0.8s ease-in-out;
}
@media screen and (min-width: 500px) {
  .c-pagetop__icon {
    width: 60px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-pagetop__icon {
    width: 78.85px;
    height: 78.37px;
  }
}
.c-pagetop__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-pagetop__text {
  margin-top: -8px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0.6px 0.6px 0 #1a1a1a, -0.6px 0.6px 0 #1a1a1a, 0.6px -0.6px 0 #1a1a1a, -0.6px -0.6px 0 #1a1a1a, 0.6px 0 0 #1a1a1a, -0.6px 0 0 #1a1a1a, 0 0.6px 0 #1a1a1a, 0 -0.6px 0 #1a1a1a;
}
@media screen and (min-width: 768px) {
  .c-pagetop__text {
    margin-top: unset;
    font-size: 16px;
  }
}
.c-pagetop.is-active {
  pointer-events: none;
}
.c-pagetop.is-active .c-pagetop__icon {
  -webkit-transform: translate(-100vw, -100vh);
          transform: translate(-100vw, -100vh);
}
.c-pagetop.is-active .c-pagetop__text {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-pagetop.is-stopped {
  bottom: 50px;
}
@media screen and (min-width: 768px) {
  .c-pagetop.is-stopped {
    bottom: 90px;
  }
}

.c-section__title {
  color: #fff;
  font-size: 8.2051282051vw;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .c-section__title {
    font-size: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-section__title {
    font-size: 80px;
  }
}
.c-section__title .en {
  font-weight: 900;
  line-height: 1.2;
  text-align: start;
}
.c-section__title .ja {
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .c-section__title .ja {
    font-weight: 900;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-section__title .ja {
    font-size: 24px;
  }
}

.c-news-card {
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 346/370;
  border: 2.5px solid #1a1a1a;
  -webkit-box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .c-news-card {
    width: 100%;
    height: auto;
    aspect-ratio: 364/414;
  }
}
@media screen and (min-width: 1440px) {
  .c-news-card {
    width: 364px;
    height: 414px;
  }
}
.c-news-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-news-card__link:hover .c-news-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-news-card__link:hover .c-news-card__title {
  color: #ffd700;
}
.c-news-card__image {
  width: 100%;
  aspect-ratio: 360/240;
  overflow: hidden;
  height: auto;
}
.c-news-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.c-news-card__content {
  padding: 4.6153846154vw 3.8461538462vw 6.1538461538vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.0769230769vw;
}
@media screen and (min-width: 500px) {
  .c-news-card__content {
    padding: 18px 15px 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-news-card__content {
    padding: 0.9722222222vw 0.6944444444vw 1.3888888889vw;
    gap: 0.6944444444vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-news-card__content {
    padding: 1.3888888889vw 1.1111111111vw 2.0833333333vw;
    gap: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-news-card__content {
    padding: 20px 16px 30px;
    gap: 16px;
  }
}
.c-news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .c-news-card__meta {
    gap: 2.1527777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-news-card__meta {
    gap: 31px;
  }
}
.c-news-card__date {
  font-size: 3.0769230769vw;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-news-card__date {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-news-card__date {
    font-size: 18px;
  }
}
.c-news-card__category {
  font-size: 3.5897435897vw;
  padding: 0.7692307692vw 1.5384615385vw;
  border: 1.5px solid;
  border-radius: 8px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-news-card__category {
    font-size: 1.1111111111vw;
    padding: 0.5555555556vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-news-card__category {
    font-size: 16px;
    padding: 8px 20px;
  }
}
.c-news-card__title {
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: start;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .c-news-card__title {
    font-size: 1.25vw;
    height: 4em;
    font-weight: 700;
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  .c-news-card__title {
    font-size: 18px;
  }
}
.c-news-card.is-cat-news .c-news-card__category, .c-news-card__category.is-cat-news {
  color: #ffd700;
  border-color: #ffd700;
}
.c-news-card.is-cat-news:hover .c-news-card__title {
  color: #ffd700;
}
.c-news-card.is-cat-media .c-news-card__category, .c-news-card__category.is-cat-media {
  color: #ff1900;
  border-color: #ff1900;
}
.c-news-card.is-cat-media:hover .c-news-card__title {
  color: #ff1900;
}
.c-news-card.is-cat-recruit .c-news-card__category, .c-news-card__category.is-cat-recruit {
  color: #0067ff;
  border-color: #0067ff;
}
.c-news-card.is-cat-recruit:hover .c-news-card__title {
  color: #0067ff;
}
.c-news-card.is-cat-other .c-news-card__category, .c-news-card__category.is-cat-other {
  color: #ff9800;
  border-color: #ff9800;
}
.c-news-card.is-cat-other:hover .c-news-card__title {
  color: #ff9800;
}

.c-sub-mv {
  height: 30.7692307692vw;
  background-image: url(/img/c-sub-mv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .c-sub-mv {
    margin-top: 96px;
    height: 20.8333333333vw;
  }
}
.c-sub-mv__inner {
  z-index: 1;
  width: 100%;
  text-align: center;
  padding-left: 3.8461538462vw;
  padding-top: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .c-sub-mv__inner {
    padding-left: 8.3333333333vw;
    padding-top: 4.1666666667vw;
  }
}
.c-sub-mv__title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 500px) {
  .c-sub-mv__title .en {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-sub-mv__title .en {
    font-size: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-sub-mv__title .en {
    font-size: 80px;
  }
}
@media screen and (min-width: 500px) {
  .c-sub-mv__title .ja {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .c-sub-mv__title .ja {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-sub-mv__title .ja {
    font-size: 24px;
  }
}

.p-service-intro {
  padding: 10.2564102564vw 0;
}
@media screen and (min-width: 768px) {
  .p-service-intro {
    padding: 80px 0;
  }
}
.p-service-intro__text-group {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.p-service-intro__text {
  font-weight: 700;
  font-size: 3.0769230769vw;
  line-height: 2.8;
}
@media screen and (min-width: 500px) {
  .p-service-intro__text {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .p-service-intro__text {
    font-size: 1.6666666667vw;
    line-height: 3;
  }
}

.p-service-detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4.6153846154vw;
  padding-bottom: 15.3846153846vw;
}
@media screen and (min-width: 768px) {
  .p-service-detail__list {
    padding-top: unset;
    padding-bottom: 6.9444444444vw;
  }
}
.p-service-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.1025641026vw;
  padding-bottom: 10.2564102564vw;
  border-bottom: 2px solid #afafaf;
  padding-top: 10.2564102564vw;
}
.p-service-detail__item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-service-detail__item {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    gap: 2.7777777778vw;
    padding-bottom: 50px;
  }
  .p-service-detail__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-service-detail__image {
  border-radius: 8px;
  width: 76.9230769231vw;
  height: 51.2820512821vw;
}
@media screen and (min-width: 768px) {
  .p-service-detail__image {
    width: 41.6666666667vw;
    height: 27.7777777778vw;
    border-radius: 16px;
  }
}
.p-service-detail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-service-detail__image img {
    border-radius: 16px;
  }
}
.p-service-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 76.9230769231vw;
  gap: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .p-service-detail__content {
    width: 38.8888888889vw;
    max-width: unset;
    gap: 1.3888888889vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-service-detail__title {
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: 0.02em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 500px) {
  .p-service-detail__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-service-detail__title {
    font-size: 2.7777777778vw;
    letter-spacing: unset;
  }
}
.p-service-detail__sub-title {
  font-size: 4.1025641026vw;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 2.21;
  text-decoration: underline;
  text-decoration-color: #ffd700;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.25em;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  padding-bottom: 2.5641025641vw;
}
@media screen and (min-width: 500px) {
  .p-service-detail__sub-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-service-detail__sub-title {
    font-size: 1.6666666667vw;
    padding-bottom: 1.1805555556vw;
  }
}
.p-service-detail__text {
  font-size: 3.0769230769vw;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 500px) {
  .p-service-detail__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-service-detail__text {
    line-height: 2;
    font-size: 1.25vw;
  }
}
.p-service-detail__links {
  margin-top: 2.0512820513vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  position: relative;
}
.p-service-detail__links::before {
  content: "詳細ページはこちら";
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .p-service-detail__links {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 10px;
  }
}

.c-link-text {
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border: 2px solid #1a1a1a;
  border-radius: 6px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .c-link-text {
    padding: 1.1805555556vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-link-text {
    padding: 17px;
  }
}
.c-link-text::after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 52%;
  right: 2.0512820513vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.7948717949vw;
  height: 3.5897435897vw;
  background-color: #1a1a1a;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='34' viewBox='0 0 20 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L16.5203 16.5203L2 31.0406' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='20' height='34' viewBox='0 0 20 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L16.5203 16.5203L2 31.0406' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (min-width: 500px) {
  .c-link-text::after {
    right: 1.5384615385vw;
    width: 1.2820512821vw;
    height: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .c-link-text::after {
    right: 1.1111111111vw;
    width: 0.7451388889vw;
    height: 1.4902777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-link-text::after {
    right: 16px;
    width: 10.73px;
    height: 21.46px;
  }
}
.c-link-text::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 194px;
  height: 42px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-100%) translateY(-80%) rotate(135deg);
  transform: translateX(-100px) translateY(-80%) rotate(135deg);
  background-color: #ffd700;
}
@media screen and (min-width: 500px) {
  .c-link-text::before {
    -webkit-transform: translateX(-120%) translateY(-80%) rotate(135deg);
    transform: translateX(-120px) translateY(-80%) rotate(135deg);
    width: 240px;
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .c-link-text::before {
    -webkit-transform: translateX(-130%) translateY(-80%) rotate(135deg);
    transform: translateX(-130px) translateY(-80%) rotate(135deg);
    width: 250px;
    height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .c-link-text::before {
    -webkit-transform: translateX(-135%) translateY(-80%) rotate(135deg);
    transform: translateX(-135px) translateY(-80%) rotate(135deg);
    width: 250px;
    height: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .c-link-text::before {
    -webkit-transform: translateX(-145%) translateY(-80%) rotate(135deg);
    transform: translateX(-145px) translateY(-80%) rotate(135deg);
    width: 270px;
    height: 70px;
  }
}
.c-link-text:hover {
  color: #ffd700;
}
.c-link-text:hover::before {
  -webkit-transform: translateX(0px) translateY(-8%) rotate(180deg);
          transform: translateX(0px) translateY(-8%) rotate(180deg);
}
.c-link-text:hover {
  color: #fff;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-service-detail__links .c-button__text {
  position: relative;
  z-index: 2;
  padding-left: unset;
  color: #1a1a1a;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1875;
  margin-bottom: unset;
  margin-right: 17px;
  font-size: 3.0769230769vw;
}
@media screen and (min-width: 500px) {
  .p-service-detail__links .c-button__text {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-service-detail__links .c-button__text {
    margin-right: 20.73px;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-service-detail__links .c-button__text {
    font-size: 16px;
  }
}

.p-service-detail__content-115 .p-service-detail__sub-title {
  text-decoration-color: #ff9800;
}
.p-service-detail__content-115 .c-link-text::before {
  background-color: #ff9800;
}

.p-service-detail__content-sport .p-service-detail__sub-title {
  text-decoration-color: #00a7ff;
}
.p-service-detail__content-sport .c-link-text::before {
  background-color: #00a7ff;
}

.p-service-detail__content-welfare .p-service-detail__sub-title {
  text-decoration-color: #ff00a7;
}
.p-service-detail__content-welfare .c-link-text::before {
  background-color: #ff00a7;
}

/* 代表メッセージセクション */
.p-about-message {
  padding: 15.3846153846vw 0;
}
@media screen and (min-width: 768px) {
  .p-about-message {
    padding: 11.1111111111vw 4.8611111111vw 6.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-message {
    padding: 80px 70px 50px;
  }
}
.p-about-message__container {
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.6923076923vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-about-message__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-message__container {
    gap: 60px;
  }
}
.p-about-message__image {
  width: 73.0769230769vw;
  height: 97.4358974359vw;
  margin: 0 auto;
}
@media screen and (min-width: 500px) {
  .p-about-message__image {
    width: 427.5px;
    height: 570px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-message__image {
    margin: unset;
    width: 39.5833333333vw;
    height: 52.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-message__image {
    width: 570px;
    height: 760px;
  }
}
.p-about-message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.1025641026vw;
  padding-inline: 20px;
}
@media screen and (min-width: 500px) {
  .p-about-message__content {
    padding-inline: clamp(2.5rem, 14.981vw - 2.182rem, 5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-about-message__content {
    padding-inline: unset;
    gap: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-message__content {
    gap: 24px;
  }
}
.p-about-message__head {
  font-size: 4.6153846154vw;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-color: #ffd700;
  text-decoration-thickness: 0.2em;
  text-underline-offset: 0.18em;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
@media screen and (min-width: 500px) {
  .p-about-message__head {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-message__head {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-message__head {
    font-size: 32px;
  }
}
.p-about-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .p-about-message__body {
    gap: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-message__body {
    gap: 16px;
  }
}
.p-about-message__body p {
  font-size: 3.0769230769vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .p-about-message__body p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-message__body p {
    line-height: 2;
    font-size: 1.25vw;
    font-weight: 500;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-message__body p {
    font-size: 18px;
  }
}
.p-about-message__body p span {
  font-weight: 700;
}
.p-about-message__sign {
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 500px) {
  .p-about-message__sign {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-message__sign br {
    display: none;
  }
  .p-about-message__sign {
    font-size: 1.25vw;
    line-height: 1;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-message__sign {
    font-size: 18px;
  }
}
.p-about-message__sign .name-jp {
  margin-left: 0.9em;
  letter-spacing: 0.06em;
  font-size: 4.6153846154vw;
  font-weight: 700;
}
@media screen and (min-width: 500px) {
  .p-about-message__sign .name-jp {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-message__sign .name-jp {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-message__sign .name-jp {
    font-size: 24px;
  }
}
.p-about-message__sign .name-en {
  font-size: 3.0769230769vw;
  text-align: center;
  font-weight: 700;
  color: #ffd700;
}
@media screen and (min-width: 500px) {
  .p-about-message__sign .name-en {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-message__sign .name-en {
    margin-left: 1.25vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-message__sign .name-en {
    margin-left: 18px;
    font-size: 18px;
  }
}

/* 会社概要セクション */
.p-about-company {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 10px 80px;
  gap: 16px;
}
@media screen and (min-width: 500px) {
  .p-about-company {
    padding: 60px clamp(1rem, 8.989vw - 1.809rem, 2.5rem) 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-company {
    padding: 3.4722222222vw 5.5555555556vw 5.5555555556vw;
    gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-company {
    padding: 50px 80px 80px;
    gap: 40px;
  }
}
.p-about-company::after {
  position: absolute;
  top: 30px;
  left: 2.5641025641vw;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  pointer-events: none;
  content: "Our Company";
  font-size: 10.2564102564vw;
  font-weight: 900;
  line-height: 1.2031;
  letter-spacing: 0.08em;
  color: #f0f2f5;
  z-index: -1;
}
@media screen and (min-width: 500px) {
  .p-about-company::after {
    font-size: clamp(3rem, 11.985vw - 0.745rem, 5rem);
    top: 1%;
  }
}
@media screen and (min-width: 768px) {
  .p-about-company::after {
    top: -50px;
    left: 8.3333333333vw;
    font-size: 8.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-company::after {
    font-size: 128px;
  }
}
.p-about-company .c-section-title {
  padding-left: 4.1025641026vw;
  font-size: 6.1538461538vw;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: 100%;
  max-width: 76.9230769231vw;
}
@media screen and (min-width: 500px) {
  .p-about-company .c-section-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-company .c-section-title {
    width: 100%;
    max-width: 1000px;
    padding-left: 3.3333333333vw;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-company .c-section-title {
    padding-left: 48px;
    font-size: 40px;
  }
}

/* 会社情報テーブル (dl形式) */
.p-about-profile__table-wrap {
  width: 100%;
  max-width: 855px;
  border: 3px solid #1a1a1a;
  border-radius: 12px;
  padding: 3.0769230769vw;
}
@media screen and (min-width: 500px) {
  .p-about-profile__table-wrap {
    padding: 36px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-profile__table-wrap {
    border-radius: 40px;
  }
}
.p-about-profile__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.5641025641vw 0;
}
@media screen and (min-width: 768px) {
  .p-about-profile__table {
    padding: 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-profile__table {
    padding: 20px 0;
  }
}
.p-about-profile__table dt,
.p-about-profile__table dd {
  padding-bottom: 5.1282051282vw;
  font-size: 3.3333333333vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (min-width: 500px) {
  .p-about-profile__table dt,
  .p-about-profile__table dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-profile__table dt,
  .p-about-profile__table dd {
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 1.6666666667vw;
    font-size: 1.1111111111vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-profile__table dt,
  .p-about-profile__table dd {
    padding-bottom: 24px;
    font-size: 16px;
  }
}
.p-about-profile__table dt:first-of-type,
.p-about-profile__table dd:first-of-type {
  padding-top: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .p-about-profile__table dt:first-of-type,
  .p-about-profile__table dd:first-of-type {
    padding-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-profile__table dt:first-of-type,
  .p-about-profile__table dd:first-of-type {
    padding-top: 20px;
  }
}
.p-about-profile__table dt:last-of-type,
.p-about-profile__table dd:last-of-type {
  padding-bottom: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .p-about-profile__table dt:last-of-type,
  .p-about-profile__table dd:last-of-type {
    padding-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-profile__table dt:last-of-type,
  .p-about-profile__table dd:last-of-type {
    padding-bottom: 20px;
  }
}
.p-about-profile__table dt {
  width: 22.4209078404%;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about-profile__table dt {
    font-weight: 700;
  }
}
.p-about-profile__table dd {
  padding-left: 3.0769230769vw;
  border-left: 1px solid #1a1a1a;
  width: 77.5790921596%;
}
@media screen and (min-width: 768px) {
  .p-about-profile__table dd {
    padding-left: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-profile__table dd {
    padding-left: 40px;
  }
}
.p-about-profile__table dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-about-profile__table dd ul li {
  font-size: 3.3333333333vw;
  font-weight: 500;
  line-height: 1.5;
  list-style: none;
}
@media screen and (min-width: 500px) {
  .p-about-profile__table dd ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-about-profile__table dd ul li {
    font-weight: 700;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about-profile__table dd ul li {
    font-size: 16px;
  }
}

.p-news-archive {
  padding: 15.3846153846vw 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 500px) {
  .p-news-archive {
    padding: 15.3846153846vw 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .p-news-archive {
    padding: 80px 0;
    gap: 3.3333333333vw;
  }
}
.p-news-archive__title {
  font-size: 6.1538461538vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.1944;
}
@media screen and (min-width: 500px) {
  .p-news-archive__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-news-archive__title {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news-archive__title {
    font-size: 36px;
  }
}

/* カテゴリーフィルター [cite: 73, 74] */
.p-news-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.0769230769vw;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-news-filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.3333333333vw;
  }
}
.p-news-filter__item {
  position: relative;
}
.p-news-filter__item a {
  display: inline-block;
  position: relative;
  font-size: 3.8461538462vw;
  font-weight: 900;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 500px) {
  .p-news-filter__item a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-news-filter__item a {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news-filter__item a {
    font-size: 24px;
  }
}
.p-news-filter__item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.15em;
  background-color: #ffd700;
  bottom: calc(-0.15em - 4px);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-news-filter__item:hover a, .p-news-filter__item.is-active a {
  color: #ffd700;
}
.p-news-filter__item:hover a::after, .p-news-filter__item.is-active a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* ニュースカードリスト  */
.p-archive__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-inline: 16px;
}
@media screen and (min-width: 500px) {
  .p-archive__list {
    margin-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-archive__list {
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.7777777778vw;
    max-width: 90vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-archive__list {
    gap: 54px;
  }
}

/* ページネーション  */
.c-pagination__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .c-pagination__wrapper {
    gap: 2.5vw;
  }
}
.c-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .c-pagination__numbers {
    gap: 1.6666666667vw;
  }
}
.c-pagination__num {
  font-size: 3.5897435897vw;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  color: #1a1a1a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-pagination__num {
    font-size: 1.25vw;
  }
}
.c-pagination__num:hover:not(.is-active) {
  border-color: #ffd700;
  color: #ffd700;
}
.c-pagination__num.is-active {
  color: #ffd700;
  border-color: #ffd700;
}
.c-pagination__prev, .c-pagination__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1a1a1a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.c-pagination__prev.disabled, .c-pagination__next.disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-pagination__prev svg path, .c-pagination__next svg path {
    stroke: currentColor;
    stroke-width: 2px;
  }
}
.c-pagination__prev:hover:not(.is-active), .c-pagination__next:hover:not(.is-active) {
  color: #ffd700;
}
.c-pagination__prev.is-disabled, .c-pagination__next.is-disabled {
  color: #ccc !important;
  opacity: 0.5;
  pointer-events: none;
}
.c-pagination__next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-pagination .dots {
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 投稿詳細全体セクション */
.p-post-detail {
  padding: 15.3846153846vw 0;
}
@media screen and (min-width: 768px) {
  .p-post-detail {
    padding: 6.9444444444vw 0;
  }
}
.p-post-detail .l-post-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-post-detail .l-post-inner {
    padding: 0 2.7777777778vw;
  }
}

/* 記事ヘッダー */
.p-post-header {
  margin-bottom: 10.2564102564vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-post-header {
    margin-bottom: 4.1666666667vw;
  }
}
.p-post-header .c-news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.8461538462vw;
  margin-bottom: 3.8461538462vw;
}
.p-post-header__title {
  font-size: 6.1538461538vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 500px) {
  .p-post-header__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-post-header__title {
    font-size: 2.5vw;
  }
}

/* サムネイル画像 */
.p-post-detail__thumbnail {
  margin-bottom: 10.2564102564vw;
  width: 100%;
  height: auto;
  aspect-ratio: 360/240;
}
.p-post-detail__thumbnail img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-post-detail__thumbnail {
    margin-bottom: 5.5555555556vw;
  }
}

/* 記事本文コンテンツ（WP出力エリア） */
.p-post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-post-content > * {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .p-post-content > * {
    max-width: 60vw;
    margin-bottom: 2.7777777778vw;
  }
}
.p-post-content > .alignwide {
  max-width: 1000px;
}
.p-post-content > .alignfull {
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
}
.p-post-content > .alignfull img {
  border-radius: 0;
}
.p-post-content p {
  font-size: 3.8461538462vw;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-post-content p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-post-content p {
    font-size: 18px;
  }
}
.p-post-content h2 {
  font-size: 5.1282051282vw;
  font-weight: 700;
  margin-top: 2em;
  border-left: 5px solid #ffd700;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .p-post-content h2 {
    font-size: 1.9444444444vw;
  }
}

.p-contact-form {
  padding: 15.3846153846vw 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.1538461538vw;
}
@media screen and (min-width: 500px) {
  .p-contact-form {
    padding: 15.3846153846vw 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form {
    padding: 6.9444444444vw 0 10.4166666667vw;
    gap: 2.7777777778vw;
  }
}
.p-contact-form__title {
  font-size: 6.1538461538vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 500px) {
  .p-contact-form__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form__title {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact-form__title {
    font-size: 36px;
  }
}
.p-contact-form__intro {
  max-width: 920px;
  margin: 0 auto;
}
.p-contact-form__intro p {
  text-align: center;
  font-size: 3.3333333333vw;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 500px) {
  .p-contact-form__intro p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form__intro p {
    line-height: 2;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact-form__intro p {
    font-size: 18px;
  }
}
.p-contact-form__intro a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}
.p-contact-form__intro a:hover {
  color: #ffd700;
}
.p-contact-form__body {
  max-width: 920px;
  margin: 0 auto;
}
.p-contact-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 18px;
  padding-top: 18px;
}
@media screen and (min-width: 500px) {
  .p-contact-form__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.0833333333vw;
    padding-top: 2.0833333333vw;
  }
}
.p-contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px;
  font-weight: 700;
  font-size: 3.8461538462vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 500px) {
  .p-contact-form__label {
    font-size: 16px;
    gap: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form__label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    width: 14.5833333333vw;
    font-size: 1.25vw;
  }
}
.p-contact-form__label .c-tag--required {
  color: #ff1900;
  font-size: 2.5641025641vw;
  line-height: 1.1875;
  letter-spacing: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 500px) {
  .p-contact-form__label .c-tag--required {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form__label .c-tag--required {
    font-size: 1.1111111111vw;
  }
}
.p-contact-form__input {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact-form__input {
    width: 49.3055555556vw;
  }
}
.p-contact-form__input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-contact-form__input input[type=text],
.p-contact-form__input input[type=email],
.p-contact-form__input input[type=tel],
.p-contact-form__input textarea {
  padding: unset;
  padding-inline: 1em;
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: rgba(217, 217, 217, 0.3);
  font-size: 3.8461538462vw;
  border-radius: 8px;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  height: 36px;
}
@media screen and (min-width: 500px) {
  .p-contact-form__input input[type=text],
  .p-contact-form__input input[type=email],
  .p-contact-form__input input[type=tel],
  .p-contact-form__input textarea {
    height: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form__input input[type=text],
  .p-contact-form__input input[type=email],
  .p-contact-form__input input[type=tel],
  .p-contact-form__input textarea {
    height: 40px;
    font-size: 1.1111111111vw;
  }
}
.p-contact-form__input input[type=text]:focus,
.p-contact-form__input input[type=email]:focus,
.p-contact-form__input input[type=tel]:focus,
.p-contact-form__input textarea:focus {
  outline: none;
  border-color: #ffd700;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.2);
}
.p-contact-form__input input[type=text].wpcf7-not-valid,
.p-contact-form__input input[type=email].wpcf7-not-valid,
.p-contact-form__input input[type=tel].wpcf7-not-valid,
.p-contact-form__input textarea.wpcf7-not-valid {
  border-color: #ff1900;
}
.p-contact-form__input textarea {
  resize: vertical;
  height: 200px;
}
@media screen and (min-width: 500px) {
  .p-contact-form__input textarea {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form__input textarea {
    height: 300px;
  }
}
.p-contact-form__input .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff1900;
  font-size: 3.0769230769vw;
  font-weight: 700;
  margin-top: 1.0256410256vw;
}
@media screen and (min-width: 768px) {
  .p-contact-form__input .wpcf7-not-valid-tip {
    font-size: 0.9027777778vw;
  }
}
.p-contact-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6.1538461538vw;
  text-align: center;
  gap: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .p-contact-form__bottom {
    margin-top: 2.7777777778vw;
    gap: 2.7777777778vw;
  }
}
.p-contact-form__privacy {
  font-size: 3.3333333333vw;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 500px) {
  .p-contact-form__privacy {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form__privacy {
    font-size: 1.25vw;
  }
}
.p-contact-form__privacy a {
  color: #0067ff;
  text-decoration: underline;
  font-weight: 500;
}
.p-contact-form__privacy a:hover {
  opacity: 0.6;
}
.p-contact-form__submit {
  position: relative;
}
.p-contact-form__submit .c-button-submit {
  max-width: 200px;
  padding: 2.0512820513vw 12.3076923077vw;
  background-color: #fff;
  color: #1a1a1a;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 3px solid #1a1a1a;
  font-size: 4.1025641026vw;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
  transition: background-color 0.3s, -webkit-transform 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out, background-color 0.3s;
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out, background-color 0.3s, -webkit-transform 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
}
@media screen and (min-width: 500px) {
  .p-contact-form__submit .c-button-submit {
    max-width: 300px;
    padding: 12px 64px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-form__submit .c-button-submit {
    max-width: 25vw;
    padding: 1.0416666667vw 4.8611111111vw;
    font-size: 1.6666666667vw;
  }
}
.p-contact-form__submit .c-button-submit:hover {
  background-color: #ffd700;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.p-contact-form__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 5.1282051282vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.p-contact-form .wpcf7-response-output {
  margin: 5.1282051282vw 0 0 !important;
  padding: 3.8461538462vw !important;
  font-size: 3.5897435897vw !important;
  border-radius: 4px;
  border: 2px solid transparent !important;
}
@media screen and (min-width: 768px) {
  .p-contact-form .wpcf7-response-output {
    font-size: 1.1111111111vw !important;
    margin-top: 2.0833333333vw !important;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-comp-form {
    padding: 10.4166666667vw 0;
    min-height: calc(100vh - 160px - 390px);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact-comp-form {
    min-height: calc(100vh - 300px - 502px);
  }
}
.p-contact-comp-form {
  min-height: calc(100vh - 133px - 313px);
}

.p-privacy {
  padding: 15.3846153846vw 20px;
}
@media screen and (min-width: 500px) {
  .p-privacy {
    padding: 15.3846153846vw 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding: 10.4166666667vw 0;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-privacy {
    max-width: 1000px;
  }
}
.p-privacy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-privacy__item {
  margin-bottom: 1.56em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .p-privacy__item {
    margin-bottom: 1.06em;
  }
}
.p-privacy__item:last-child {
  margin-bottom: 0;
}
.p-privacy__head {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 4.6153846154vw;
}
@media screen and (min-width: 500px) {
  .p-privacy__head {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy__head {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-privacy__head {
    font-size: 1.6666666667vw;
  }
}
.p-privacy__text, .p-privacy__sub-list li, .p-privacy__address {
  margin-top: 0.4em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 500px) {
  .p-privacy__text, .p-privacy__sub-list li, .p-privacy__address {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy__text, .p-privacy__sub-list li, .p-privacy__address {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-privacy__text, .p-privacy__sub-list li, .p-privacy__address {
    font-size: 1.25vw;
  }
}
.p-privacy__sub-list {
  list-style: disc;
  padding-left: 1.56em;
  margin-top: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-privacy__sub-list {
    padding-left: 0.56em;
  }
}
.p-privacy__sub-list li {
  margin-top: 0;
}
.p-privacy__sub-list li:last-child {
  margin-bottom: 0;
}
.p-privacy__address {
  margin-top: 0.5em;
  font-style: normal;
}
.p-privacy__address a {
  color: #ff1900;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-privacy__address a:hover {
  opacity: 0.7;
}
.p-privacy a {
  color: #ff1900;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-privacy a:hover {
  opacity: 0.7;
}

.p-404 {
  padding: 15.3846153846vw 5.1282051282vw;
  text-align: center;
  height: 60vh;
}
@media screen and (min-width: 768px) {
  .p-404 {
    padding: 100px 0;
  }
}
.p-404__text {
  line-height: 2;
  margin-bottom: 10.2564102564vw;
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
.p-404__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-btn {
  display: inline-block;
  padding: 15px 40px;
  background-color: #1a1a1a;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-btn:hover {
  color: #ffd700;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  background: #fff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

.inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.u-fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.u-fade-up.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade-left {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.u-fade-left.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 96px;
  }
}
.l-header__inner {
  height: 100%;
  margin: 0 auto;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 0 40px 0 0px;
  }
}
@media screen and (min-width: 1440px) {
  .l-header__inner {
    padding: 0 120px 0 0;
  }
}
.l-header__logo {
  z-index: 200;
  height: 100%;
}
.l-header__logo a {
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 20px;
  background-color: rgba(255, 215, 0, 0.8);
}
.l-header__logo a img {
  height: 40px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo a img {
    height: 52px;
  }
}
@media screen and (min-width: 1440px) {
  .l-header__logo a img {
    height: 64px;
  }
}
.l-header__logo a .l-header__logo-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .l-header__logo a .l-header__logo-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .l-header__logo a .l-header__logo-title {
    font-size: 32px;
  }
}
.l-header__hamburger {
  display: block;
  position: relative;
  z-index: 110;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger span {
  display: block;
  position: absolute;
  left: 50%;
  width: 28px;
  height: 2px;
  background-color: #1a1a1a;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__hamburger span:nth-child(1) {
  top: 12px;
}
.l-header__hamburger span:nth-child(2) {
  top: 20px;
}
.l-header__hamburger span:nth-child(3) {
  top: 28px;
}
.l-header__hamburger.is-open span:nth-child(1) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.l-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-open span:nth-child(3) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    display: block;
  }
}
.l-header__nav.is-open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
}
.l-header__nav.is-open .l-header__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 40px;
}
.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .l-header__list {
    gap: 0 48px;
  }
}
.l-header__item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  gap: 5px;
}
.l-header__item a:hover .en,
.l-header__item a:hover .ja {
  color: #ffd700;
}
.l-header__item .en {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.166;
}
.l-header__item .ja {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.222;
}

.p-mv {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 96px;
  }
}
.p-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-mv {
  /* --- スライドショー --- */
}
.p-mv__slide-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 46.1538461538vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__slide-wrap {
    height: 32.0138888889vw;
  }
}
.p-mv__slide-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.2);
  z-index: 2;
}
.p-mv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: fade-slideshow 25s infinite;
          animation: fade-slideshow 25s infinite;
}
.p-mv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__slide:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.p-mv__slide:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.p-mv__slide:nth-child(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.p-mv__slide:nth-child(4) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.p-mv__slide:nth-child(5) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.p-mv {
  /* --- コンテンツエリア --- */
}
.p-mv__content {
  position: relative;
  height: 51.2820512821vw;
  color: #fff;
  width: 100%;
  background-image: url("../img/fv_bg1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (min-width: 768px) {
  .p-mv__content {
    background-image: url("../img/fv_bg-pc.png");
    height: 20.7638888889vw;
  }
}
.p-mv__content::after {
  content: "";
  position: absolute;
  z-index: 100;
  top: -3.0769230769vw;
  right: -23.0769230769vw;
  width: 76.9230769231vw;
  height: 25.641025641vw;
  background-image: url("../img/fv_bg2_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-mv__content::after {
    background-image: url("../img/fv_bg2.png");
    width: 63.7152777778vw;
    height: 20.7604166667vw;
    top: -11.9vw;
    right: 8.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__content::after {
    top: -12.9111111111vw;
    right: 12.9166666667vw;
    right: 2vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-mv__content::after {
    top: -13.5vw;
    right: 2vw;
  }
}
.p-mv__title {
  top: 14%;
  left: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  position: absolute;
  color: #fff;
  font-size: 10.2564102564vw;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 2px #1a1a1a;
  paint-order: stroke fill;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    line-height: 1.2;
    top: -11%;
    left: -14px;
    font-size: 7.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__title {
    top: -20%;
    font-size: 7.7777777778vw;
  }
}
.p-mv__title span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13.8461538462vw;
  min-width: 13.8461538462vw;
  max-width: 13.8461538462vw;
  color: transparent;
  -webkit-text-stroke: 0 transparent;
  fill: transparent;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__title span {
    margin-right: 0.9722222222vw;
    font-size: 11.1111111111vw;
    width: 11.1111111111vw !important;
    min-width: 11.1111111111vw !important;
    max-width: 11.1111111111vw !important;
  }
  @supports (-webkit-hyphens: none) {
    .p-mv__title span {
      margin-right: 2.0833333333vw;
    }
  }
}
.p-mv__title span::before {
  content: "風";
  position: absolute;
  top: -1.5384615385vw;
  left: 0;
  font-size: 13.8461538462vw;
  color: #fff;
  -webkit-text-stroke: 2px #1a1a1a;
  paint-order: stroke fill;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-mv__title span::before {
    font-size: 11.1111111111vw;
    top: -1.875vw;
    left: 0.4166666667vw;
  }
}
.p-mv__text {
  padding-top: 23.0769230769vw;
  padding-left: 8px;
  font-size: 2.5641025641vw;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 1.1111111111vw;
    padding-top: 8.8055555556vw;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__text {
    padding-top: 6vw;
  }
}

/* --- フェードアニメーションの定義 --- */
@-webkit-keyframes fade-slideshow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-slideshow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.pickup {
  z-index: 200;
  position: absolute;
  top: calc(96px + 74.358974359vw);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 4px 8px 0;
  background-color: #fff;
  border: 2px solid #1a1a1a;
  -webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .pickup {
    top: calc(96px + 40.9722222222vw);
    padding: 0 6px 18px 0;
  }
}
.pickup__link {
  gap: 8px;
  display: inline-grid;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pickup__link:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .pickup__link {
    gap: 14px;
  }
}
.pickup__title {
  background-color: #ffd700;
  border-bottom: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  font-size: 3.5897435897vw;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 900;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  .pickup__title {
    font-size: 1.6666666667vw;
    padding: 6px 15px;
  }
}
.pickup__text {
  font-size: 2.5641025641vw;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .pickup__text {
    font-size: 1.1111111111vw;
  }
}

.l-footer {
  background-color: #1a1a1a;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__inner {
  width: 100%;
  max-width: 1440px;
  padding-inline: 15px;
}
@media screen and (min-width: 500px) {
  .l-footer__inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding-top: 85px;
    padding-inline: 60px;
  }
}
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.6153846154vw;
  padding-top: 32px;
  padding-bottom: 28px;
}
@media screen and (min-width: 500px) {
  .l-footer__content {
    gap: 18px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__content {
    padding-top: unset;
    padding-bottom: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 93px;
  }
}
.l-footer__logo span {
  font-size: 5.1282051282vw;
  font-weight: 900;
  color: #1a1a1a;
  color: #fff;
}
@media screen and (min-width: 500px) {
  .l-footer__logo span {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__logo span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer__logo span {
    font-size: 32px;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4.1025641026vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 500px) {
  .l-footer__nav {
    gap: 28px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer__nav {
    gap: 45px;
  }
}
.l-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 500px) {
  .l-footer__column {
    gap: 18px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__column {
    gap: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer__column {
    gap: 32px;
  }
}
.l-footer__label {
  font-size: 3.8461538462vw;
  font-weight: 700;
  line-height: 1.1875;
}
@media screen and (min-width: 500px) {
  .l-footer__label {
    font-size: clamp(0.9375rem, 1.124vw + 0.586rem, 1.125rem);
  }
}
@media screen and (min-width: 768px) {
  .l-footer__label {
    font-weight: 900;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer__label {
    font-size: 32px;
  }
}
.l-footer__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-footer__item {
    width: unset;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5384615385vw;
}
@media screen and (min-width: 500px) {
  .l-footer__list {
    gap: 6px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__list {
    gap: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer__list {
    gap: 16px;
  }
}
.l-footer__link {
  font-size: 2.5641025641vw;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  line-height: 1.1875;
}
.l-footer__link:hover {
  color: #ffd700;
}
@media screen and (min-width: 500px) {
  .l-footer__link {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__link {
    font-weight: 700;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer__link {
    font-size: 18px;
  }
}
.l-footer__sns-link {
  display: inline-block;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 33'%3E%3Cpath d='M4.7 0C2.1 0 0 2.1 0 4.7v23.6C0 30.9 2.1 33 4.7 33h7.2V22.3H8.1V16.5h3.9v-2.5c0-6.4 2.9-9.4 9.2-9.4 1.2 0 3.3.2 4.1.5v5.2c-.4 0-1.2-.1-2.1-.1-3.1 0-4.3 1.2-4.3 4.2V16.5h6.1l-1.1 5.8h-5v10.7h9.5c2.6 0 4.7-2.1 4.7-4.7V4.7C33 2.1 30.9 0 28.3 0H4.7z' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 33'%3E%3Cpath d='M4.7 0C2.1 0 0 2.1 0 4.7v23.6C0 30.9 2.1 33 4.7 33h7.2V22.3H8.1V16.5h3.9v-2.5c0-6.4 2.9-9.4 9.2-9.4 1.2 0 3.3.2 4.1.5v5.2c-.4 0-1.2-.1-2.1-.1-3.1 0-4.3 1.2-4.3 4.2V16.5h6.1l-1.1 5.8h-5v10.7h9.5c2.6 0 4.7-2.1 4.7-4.7V4.7C33 2.1 30.9 0 28.3 0H4.7z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.l-footer__sns-link:hover {
  background-color: #ffd700;
}
@media screen and (min-width: 500px) {
  .l-footer__sns-link {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__sns-link {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer__sns-link {
    width: 33px;
    height: 33px;
  }
}
.l-footer__bottom {
  width: 100%;
  border-top: 1px solid #fff;
  padding-top: 3.8461538462vw;
  padding-bottom: 3.8461538462vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 500px) {
  .l-footer__bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    padding-top: 1.7361111111vw;
    padding-bottom: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.l-footer__copyright {
  font-size: 2.5641025641vw;
  color: #fff;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 500px) {
  .l-footer__copyright {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .l-footer__copyright {
    font-size: 16px;
  }
}

.p-about {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 0;
  }
}
.p-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    gap: 10vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__content {
    gap: 144px;
  }
}
.p-about__image {
  width: 46.1538461538vw;
  height: 82.0512820513vw;
}
@media screen and (min-width: 768px) {
  .p-about__image {
    width: 40.2777777778vw;
    height: 66.4583333333vw;
  }
}
@media screen and (min-width: 1500px) {
  .p-about__image {
    width: calc(100vw - 1440px + 580px - 40px);
    height: 957px;
  }
}
.p-about__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-about__text-group {
  padding-top: 0.5555555556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.0769230769vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-about__text-group {
    padding-top: 0;
    gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__text-group {
    padding-top: 80px;
    gap: 40px;
  }
}
.p-about__catch {
  width: 46.1538461538vw;
  height: auto;
}
.p-about__catch img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__catch {
    width: 35.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__catch {
    width: 512px;
  }
}
.p-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3.0769230769vw;
  gap: 2.0512820513vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-about__body {
    padding-bottom: 1.6666666667vw;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-about__body {
    padding-bottom: 24px;
    gap: 20px;
  }
}
.p-about__text {
  width: 46.1538461538vw;
  font-size: 2.5641025641vw;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.3;
  text-align: start;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-about__text {
    line-height: 2.11;
    font-weight: 700;
    width: 37.5vw;
    font-size: 1.25vw;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1440px) {
  .p-about__text {
    width: 540px;
    font-size: 18px;
  }
}
.p-about__text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-about__text br {
    display: block;
  }
}

.p-service {
  background-image: url("../img/service_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15.3846153846vw 3.8461538462vw;
}
@media screen and (min-width: 500px) {
  .p-service {
    padding: 15.3846153846vw 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .p-service {
    padding: 60px 120px;
  }
}
.p-service__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.p-service__head {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-service__head {
    margin-bottom: 24px;
  }
}
.p-service__head-text {
  color: #fff;
  font-size: 3.0769230769vw;
  margin-bottom: 24px;
  text-align: start;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-service__head-text {
    font-size: 1.25vw;
    line-height: 2;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .p-service__head-text {
    font-size: 18px;
  }
}
.p-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-service__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    height: 41.6666666667vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-service__list {
    height: 600px;
  }
}
.p-service__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 400px;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-service__item {
    max-height: unset;
    width: 13.8888888889vw;
    height: 100%;
  }
  .p-service__item.is-active {
    width: 41.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-service__item {
    width: 200px;
  }
  .p-service__item.is-active {
    width: 600px;
  }
}
.p-service__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  pointer-events: none;
}
.p-service__item-btn {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 20px;
  right: 20px;
  width: 15.3846153846vw;
  height: 15.3846153846vw;
}
@media screen and (min-width: 768px) {
  .p-service__item-btn {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    bottom: 2.0833333333vw;
    right: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-service__item-btn {
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__item.is-active .p-service__item-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-service__image {
  width: 100%;
  position: relative;
  height: 92.3076923077vw;
}
@media screen and (min-width: 768px) {
  .p-service__image {
    height: 100%;
  }
}
.p-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service__image::after {
  opacity: 0.6;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 提供された画像(image_1.png)のグラデーション設定を適用 */
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(82, 82, 82, 0.6)), to(rgb(82, 82, 82)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(82, 82, 82, 0.6) 60%, rgb(82, 82, 82) 100%);
  pointer-events: none; /* 下の画像やボタンに干渉しないように */
}
.p-service__content {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 100%;
  z-index: 10;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-service__content {
    min-width: 41.6666666667vw;
    top: 5.5555555556vw;
    left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-service__content {
    min-width: 600px;
    top: 80px;
    left: 30px;
  }
}
.p-service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-service__title .ja {
  display: block;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1.1875;
}
@media screen and (min-width: 768px) {
  .p-service__title .ja {
    font-size: 1.1111111111vw;
  }
  .p-service__item.is-active .p-service__title .ja {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-service__title .ja {
    font-size: 16px;
  }
  .p-service__item.is-active .p-service__title .ja {
    font-size: 32px;
  }
}
.p-service__title .en {
  color: #ffd700;
  display: block;
  font-size: 2.0512820513vw;
  font-weight: 900;
  line-height: 1.1875;
}
@media screen and (min-width: 768px) {
  .p-service__title .en {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-service__title .en {
    font-size: 16px;
  }
}
.p-service__text {
  font-weight: 700;
  line-height: 1.22222;
  font-size: 3.0769230769vw;
  margin-bottom: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .p-service__text {
    font-size: 1.25vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}
@media screen and (min-width: 1440px) {
  .p-service__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__item.is-active .p-service__text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-service__btn {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-service__btn {
    margin-top: 3.8888888889vw;
  }
}

.p-news {
  padding: 60px 0;
  background-color: #fff;
}
@media screen and (min-width: 500px) {
  .p-news {
    padding: 15.3846153846vw 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .p-news {
    padding: 60px 0;
  }
}
.p-news__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-news__inner {
    padding: 0 120px;
  }
}
.p-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-news__head .en {
  color: #1a1a1a;
}
.p-news__head .ja {
  color: #1a1a1a;
}
.p-news__head {
  margin-bottom: 48px;
}
.p-news__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.7777777778vw;
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .p-news__list {
    gap: 3.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news__list {
    gap: 56px;
  }
}
.p-news__btn {
  margin-top: 10.2564102564vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-news__btn {
    margin-top: 3.8888888889vw;
  }
}
.p-news__btn .c-button {
  border-color: #1a1a1a;
}
.p-news__btn .c-button__text {
  color: #1a1a1a;
}
.p-news__btn .c-button {
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
}
.p-news__btn .c-button:hover {
  color: #fff;
}
.p-news__btn .c-button::after {
  background-color: #1a1a1a;
}

.p-contact {
  padding: 60px 0 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 60px 0 260px;
  }
}
.p-contact::after {
  content: "Contact";
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  -webkit-text-stroke: 1px #ffd700;
  -webkit-transform: rotate(90deg) translateX(50%) translateY(100%);
          transform: rotate(90deg) translateX(50%) translateY(100%);
  -webkit-transform-origin: center;
          transform-origin: center;
  text-align: center;
  position: absolute;
  top: -100px;
  left: -20px;
  font-size: 17.4358974359vw;
}
@media screen and (min-width: 768px) {
  .p-contact::after {
    font-weight: 900;
    top: -150px;
    left: 34px;
    font-size: 11.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact::after {
    font-size: 160px;
    left: 12px;
  }
}
.p-contact__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding: 0 120px;
  }
}
.p-contact__box {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 61.5384615385vw;
  width: 100%;
  max-width: 128.2051282051vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 23.0756944444vw;
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__box {
    height: 332.29px;
    max-width: 1000px;
  }
}
.p-contact__box::after {
  z-index: 1;
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 89.7435897436vw;
  height: 61.5384615385vw;
  top: 8px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .p-contact__box::after {
    -webkit-transform: unset;
            transform: unset;
    width: 65.7986111111vw;
    height: 25.3472222222vw;
    top: 1.0416666667vw;
    right: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__box::after {
    width: 951.5px;
    height: 368px;
    top: 11px;
    right: 25px;
  }
}
.p-contact__content {
  z-index: 5;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  margin-inline: 10.2564102564vw 10.2564102564vw;
  margin-top: 44px;
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .p-contact__content {
    width: 52.0833333333vw;
    margin-inline: 2.8472222222vw 14.5138888889vw;
    margin-top: 2.2222222222vw;
    padding: 3.4722222222vw 4.1666666667vw 8.0756944444vw 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__content {
    width: 750px;
    margin-top: 54px;
    margin-inline: 41px 209px;
    padding: 50px 60px 116.29px 60px;
  }
}
.p-contact__head {
  width: 100%;
  font-size: 4.6153846154vw;
  font-weight: 700;
  margin-bottom: 4.1025641026vw;
  line-height: 1.1875;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    font-size: 2.2222222222vw;
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__head {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.p-contact__text {
  width: 100%;
  font-size: 2.5641025641vw;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__text {
    font-size: 16px;
  }
}
.p-contact__btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 42.0512820513vw;
  right: 11.2820512821vw;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    width: 23.9125vw;
    top: 15.9027777778vw;
    left: 40.0694444444vw;
    right: unset;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__btn {
    width: 344.34px;
    top: 239px;
    left: 577px;
  }
}
.p-contact__btn .c-button {
  background-color: #fff;
  border-color: #1a1a1a;
  color: #1a1a1a;
  padding: 2.0512820513vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__btn .c-button {
    padding: 1.25vw 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__btn .c-button {
    padding: 18px 26px;
  }
}
.p-contact__btn .c-button::after {
  background-color: #1a1a1a;
  top: 54%;
  right: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .p-contact__btn .c-button::after {
    top: 50%;
    right: 2.0659722222vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__btn .c-button::after {
    right: 22.75px;
    width: 20px;
    height: 34px;
  }
}
.p-contact__btn .c-button:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.p-contact__btn .c-button:hover::after {
  background-color: #fff;
}
.p-contact__btn .c-button:hover .c-button__text {
  color: #fff;
}
.p-contact__btn .c-button__text {
  text-align: start;
  width: 41.0256410256vw;
  font-weight: 500;
  font-size: 3.5897435897vw;
  margin-bottom: 2px;
  padding-left: unset;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .p-contact__btn .c-button__text {
    width: 18.75vw;
    font-weight: 700;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__btn .c-button__text {
    width: 284px;
    font-size: 24px;
  }
}