@charset "UTF-8";
html {
  font-size: min(1.1111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: min(4.2666666667vw, 16px);
  }
}
body {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.is-fixed {
  overflow: hidden;
}
.off-white {
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
.hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
}
.l-section-lg {
  padding-block: 160px;
}
@media screen and (max-width: 767px) {
  .l-section-lg {
    padding-block: 80px;
  }
}
.l-section-md {
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .l-section-md {
    padding-block: 80px;
  }
}
.l-section-sm {
  padding-block: 160px;
}
@media screen and (max-width: 767px) {
  .l-section-sm {
    padding-block: 100px;
  }
}
.l-section-PC__sm {
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .l-section-PC__sm {
    padding-bottom: 56px;
    padding-top: 40px;
  }
}
.l-section-s {
  padding-bottom: 120px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-section-s {
    padding-bottom: 80px;
    padding-top: 40px;
  }
}
.l-inner {
  margin: 0 auto;
  max-width: 1280px;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.l-inner-s {
  margin: 0 auto;
  max-width: 1040px;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .l-inner-s {
    max-width: 100%;
    padding-inline: 16px;
  }
}
.l-header {
  background: 0 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.l-header__inner {
  align-items: center;
  display: flex;
  height: 106px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 82px;
  }
}
.l-header__logo {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}
.l-header__nav {
  display: flex;
}
.l-header__nav.is-shift {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-header__nav .c-button {
    display: none !important;
  }
}
.l-header__button {
  margin-right: 24px;
  padding: 12px 24px 12px 56px;
  position: relative;
}
.l-header__button::before {
  background: url(../img/header_mail-icon.webp) no-repeat center center/contain;
  content: "";
  height: 24px;
  left: 24px;
  position: absolute;
  top: 14px;
  width: 24px;
}
.l-header__open {
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  box-shadow: 0 3px 0 0 #333;
  height: 50px;
  position: relative;
  width: 50px;
}
.l-header__open.is-checked .drawer__icon-bar:nth-child(1) {
  top: 24px;
  transform: translateX(-50%) rotate(40deg);
}
.l-header__open.is-checked .drawer__icon-bar:nth-child(2) {
  display: none;
}
.l-header__open.is-checked .drawer__icon-bar:nth-child(3) {
  top: 24px;
  transform: translateX(-50%) rotate(-40deg);
}
.drawer__icon-bar {
  background: #333;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 23px;
}
.drawer__icon-bar:nth-child(1) {
  top: 16px;
}
.drawer__icon-bar:nth-child(2) {
  top: 25px;
}
.drawer__icon-bar:nth-child(3) {
  top: 34px;
}
.l-footer {
  background: #4f4f4f;
  padding-block: 64px;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.l-footer__logo {
  color: #fafafa;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.l-footer__nav-list {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}
.l-footer__nav-item {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.l-footer__sns {
  text-align: center;
}
.l-footer__sns img {
  height: 24px;
  width: 24px;
}
.l-footer__sns-icon {
  background: #fafafa;
  border-radius: 50%;
  display: grid;
  height: 50px;
  margin: 0 auto;
  place-content: center;
  width: 50px;
}
.l-footer__copy {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 170%;
  text-align: center;
}
.c-pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 56px;
  color: #4f4f4f;
  width: 56px;
  height: 56px;
  border-radius: 42px;
  border: 2px solid #4f4f4f;
  background: #fff;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-numbers:hover {
  background: #D3D3D3;
}
.next,
.prev {
  position: relative;
}
.current {
  transition: all 0.3s ease;
  background: #4F4F4F;
  color: #fff;
}
.current:hover {
  color: #4f4f4f;
}
.next::before {
  position: absolute;
  content: "";
  background: url(../img/pagination_arrow_r.webp) no-repeat center center /
    contain;
  width: 9.561px;
  height: 19.483px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.prev::before {
  position: absolute;
  content: "";
  background: url(../img/pagination_arrow_l.webp) no-repeat center center /
    contain;
  width: 9.561px;
  height: 19.483px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.c-button {
  background: #ffe342;
  border: 1px solid #333;
  border-radius: 50px;
  box-shadow: 0 3px 0 0 #333;
  color: #333;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background 0.3s ease;
}
.c-button:hover {
  background: #fff;
}
.c-button--normal {
  padding: 24px 56px;
}
.c-link-button {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-link-button {
    margin-top: 56px;
  }
}
.c-button--white {
  background: #fff;
  padding: 24px 56px;
}
.c-button--white:hover {
  background: #ffe342;
}
@media screen and (max-width: 767px) {
  .c-button--white {
    padding: 16px 56px;
  }
}
.c-heading {
  text-align: center;
}
.c-heading__lg {
  text-align: left;
}
.c-heading__lg .c-heading__en {
  font-size: 104px;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .c-heading__lg .c-heading__en {
    font-size: 62px;
  }
}
.c-heading__lg .c-heading__ja {
  font-size: 36px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-heading__lg .c-heading__ja {
    font-size: 26px;
  }
}
.c-heading__en {
  color: #ff8c42;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .c-heading__en {
    font-size: 22px;
  }
}
.c-heading__ja {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-heading__ja {
    font-size: 32px;
    margin-top: 0;
  }
}
.c-privacy__en {
  font-size: 22px;
}
.c-privacy__ja {
  color: #333;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .c-privacy__ja {
    font-size: 26px;
  }
}
.c-cta {
  background: url(../img/bg_orange_pc.png) no-repeat center center / cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cta {
    background: url(../img/sp/bg_orange_sp.webp) no-repeat center center/cover;
    overflow: hidden;
  }
}
.c-cta::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 100%;
  height: 88px;
  background: #fafafa;
  transform-origin: top;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-cta::before {
    height: 42px;
  }
}
.c-cta--gray::before {
  background: #f2f2f2;
}
/* @media screen and (max-width: 767px) {
  .c-cta--gray::before {
    background: url(../img/sp/cta_top-gray-sp.webp) no-repeat center
      center/contain;
  }
} */
.c-cta__content {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-left: 120px;
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .c-cta__content {
    display: grid;
    grid-template-areas: "text" "button";
    grid-template-columns: 1fr auto;
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 500px;
    position: relative;
  }
  .c-cta__content::before {
    background: url(../img/cta_img.webp) no-repeat center center/contain;
    content: "";
    height: 211.826px;
    position: absolute;
    right: -51px;
    top: 0;
    transform: scaleX(-1);
    width: 196.162px;
  }
}
.c-cta__ttl {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .c-cta__ttl {
    font-size: 32px;
  }
}
.c-cta__text {
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    font-size: 14px;
    margin-top: 16px;
  }
  .c-cta__button-link {
    text-align: center;
  }
}
.c-cta__button {
  margin-top: 80px;
  padding: 24px 56px;
}
@media screen and (max-width: 767px) {
  .c-cta__button {
    margin-top: 40px;
    padding: 16px 56px;
  }
  .c-cta__img {
    display: none;
  }
}
.c-breadcrumbs {
  font-size: 14px;
  line-height: 170%;
  margin: 106px auto 0;
  height: 56px;
  max-width: 1280px;
  padding-inline: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin: 82px auto 0;
    max-width: 100%;
    padding-inline: 16px;
    flex-wrap: wrap;
  }
}
.breadcrumb-separator {
  margin-inline: 8px;
}
.home {
  padding-left: 24px;
  position: relative;
}
.home::before {
  position: absolute;
  content: "";
  background: url(../img/icon_home.webp) no-repeat center center / contain;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-works-slide {
  background: #fff;
  border-radius: 14px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 16px;
  width: 384px;
  cursor: pointer;
}
.c-works-slide:hover .c-works-slide__image img {
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .c-works-slide {
    padding: 12px;
    width: 280px;
  }
}
.c-works-slide__image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.c-works-slide__image img {
  backface-visibility: hidden;
  transition: transform 0.4s ease;
}
.c-works-slide__body {
  margin-top: 16px;
}
.c-works-slide__ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .c-works-slide__ttl {
    font-size: 20px;
  }
}
.c-works-slide__tag {
  border: 1px solid #333;
  border-radius: 50px;
  display: inline-block;
  font-size: 14px;
  line-height: 170%;
  margin-top: 12px;
  padding: 4px 12px;
}
@media screen and (max-width: 767px) {
  .c-works-slide__tag {
    font-size: 12px;
  }
}
.c-works-slide__tag + .c-works-slide__tag {
  margin-left: 8px;
}
.c-works-slide__link {
  color: #ff8c42;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  margin-top: 24px;
  padding-right: 31px;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-works-slide__link {
    font-size: 14px;
    margin-top: 16px;
  }
}
.c-works-slide__link::after {
  background: url(../img/arrow_outward.webp) no-repeat center center/contain;
  content: "";
  height: 24px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (max-width: 767px) {
  .c-works-slide__link::after {
    height: 18px;
    right: 10px;
    width: 18px;
  }
}
.c-category {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-category {
    display: block;
    width: 100%;
  }
}
.c-category__list {
  display: flex;
  justify-content: center;
}
.c-category__list-item {
  align-items: center;
  border: 1px solid #333;
  border-radius: 50px;
  display: flex;
}
.c-category__list-item a {
  font-size: 14px;
  line-height: 170%;
  /* padding: 4px 12px; */
}
.c-category__list-item.is-active {
  background: #ff8c42;
  border: none;
  color: #fafafa;
  font-size: 14px;
}
.c-category__list-item + .c-category__list-item {
  margin-left: 12px;
}
.c-works {
  background: #fafafa;
  overflow: hidden;
}
.c-works__swiper {
  margin-bottom: 56px;
  margin-top: 80px;
  overflow: visible;
  padding-left: max(30px, 50% - 602px);
}
@media screen and (max-width: 767px) {
  .c-works__swiper {
    margin-top: 40px;
    padding-left: max(16px, 50% - 602px);
  }
}
.c-works__wrapper {
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .c-works__wrapper {
    gap: 16px;
  }
}
.c-works__bottom {
  align-items: center;
  display: flex;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .c-works__bottom {
    height: auto;
    padding-inline: 16px;
  }
}
.c-works__pagination {
  position: static;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-works__pagination {
    text-align: center;
  }
}
/* .swiper-pagination-lock,
.swiper-button-lock {
  display: block !important;
} */
.swiper-pagination-bullet {
  background: #d3d3d3;
  border-radius: 6px;
  height: 6px;
  width: 40px;
}
.swiper-pagination-bullet-active {
  background: #ff8c42;
}
.c-works__next,
.c-works__prev {
  background: #fafafa;
  border: 2px solid #ff8c42;
  border-radius: 50%;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.15));
  flex-shrink: 0;
  height: 72px;
  margin-top: 0;
  position: static;
  transition: all 0.3s ease;
  width: 72px;
}
@media screen and (max-width: 767px) {
  .c-works__next,
  .c-works__prev {
    display: none;
  }
}
.c-works__next::after,
.c-works__prev::after {
  content: "";
}
.c-works__next:hover,
.c-works__prev:hover {
  background: #ff8c42;
  border: 2px solid #fff;
}
.c-works__next:hover .c-works__next-icon path,
.c-works__next:hover .c-works__prev-icon path,
.c-works__prev:hover .c-works__next-icon path,
.c-works__prev:hover .c-works__prev-icon path {
  stroke: #fff;
  transition: stroke 0.3s ease;
}
.c-works__prev {
  margin-right: 24px;
}
.c-works__prev.c-works__prev-icon {
  margin-right: 4px;
}
.c-works__prev-icon {
  height: 29px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}
.c-blog-list__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 24px;
  transition: all 0.3s ease;
}
.c-blog-card {
  align-items: center;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-blog-card {
    flex-direction: column;
    gap: 16px;
  }
}
.c-blog-card__thumb {
  display: flex;
}
.c-blog-card__thumb img {
  border-radius: 14px;
  width: 231px;
  flex-shrink: 0;
}
.c-blog-card__body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-blog-card__thumb img {
    width: 100%;
  }
  .c-blog-card__head {
    display: flex;
    justify-content: space-between;
  }
}
.c-blog-card__cat {
  font-weight: 700;
}
.c-blog-card__cat,
.c-blog-card__date {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 170%;
}
.c-blog-card__date {
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .c-blog-card__date {
    margin-left: auto;
  }
}
.c-blog-card__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-blog-card__title {
    font-size: 20px;
    margin-top: 12px;
  }
}
.c-blog-card__more {
  color: #ff8c42;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  padding-right: 30px;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-blog-card__more {
    margin-top: 16px;
  }
}
.c-blog-card__more::after {
  background: url(../img/arrow_outward.webp) no-repeat center center/contain;
  content: "";
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (max-width: 767px) {
  .c-blog-list__item {
    padding: 12px;
  }
}
.c-blog-list__item:hover {
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.15);
  transform: translate(2px, 2px);
}
.p-fv {
  overflow: hidden;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-bottom: 24px;
  }
}
.p-fv__top {
  color: #d3d3d3;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  padding: 32px 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__top {
    font-size: 22px;
    padding: 16px;
  }
}
.p-fv__wrapper {
  height: 794px;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .p-fv__wrapper {
    height: auto;
    padding-inline: 16px;
  }
}
.p-fv__wrapper::before {
  animation: reveal 3.5s ease-out forwards;
  aspect-ratio: 1920/1080;
  background: url(../img/img_road_PC2.png) no-repeat 0 0;
  background-size: auto;
  clip-path: inset(100% 0 0 0);
  content: "";
  inset: 0;
  left: 71%;
  position: absolute;
  top: 305px;
  transform: translateX(-50%);
  width: 2459px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-fv__wrapper::before {
    aspect-ratio: 16/9;
    background: url(../img/sp/fv_img_road_SP.webp) no-repeat center center/cover;
    bottom: -80px;
    height: 393px;
    left: 62%;
    top: auto;
    width: 819px;
  }
}
@keyframes reveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}
.p-fv__gate {
  display: inline-block;
  left: 79%;
  position: relative;
  top: 281px;
  width: 253px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__gate {
    left: 55%;
  }
}
.p-fv__gate img {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__gate {
    top: 425px;
  }
}
.p-fv__shine {
  background: url(../img/fv_img_shine.webp) no-repeat center center/contain;
  opacity: 0;
  z-index: -1;
}
.p-fv__shine,
.p-fv__sparkles {
  bottom: -24px;
  height: 440px;
  left: 51%;
  position: absolute;
  transform: translateX(-50%);
  width: 253px;
}
.p-fv__sparkles {
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-fv__sparkles {
    bottom: 0;
    width: 100px;
  }
}
.p-fv__sparkles .star {
  height: 6px;
  position: absolute;
  width: 6px;
}
.p-fv__sparkles .slide {
  animation: fade 1s linear infinite;
  background: radial-gradient(circle, #fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  height: 100%;
  opacity: 0;
  width: 100%;
}
@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  10%,
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.p-fv__ttl {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 3.2px;
  line-height: 140%;
  margin-top: 36px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-fv__ttl {
    font-size: 38px;
    letter-spacing: 1.9px;
    margin-top: 22px;
  }
}
.p-fv__bottom {
  align-items: flex-end;
  display: flex;
  margin-top: 163px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-top: 14px;
    position: relative;
  }
}
.p-fv__bottom-image {
  margin-left: 57px;
}
@media screen and (max-width: 767px) {
  .p-fv__bottom-image {
    margin-left: 0;
    margin-top: 29px;
  }
}
.p-fv__bottom-text {
  color: #fafafa;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-left: auto;
  margin-right: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-fv__bottom-text {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    margin: 0;
    text-align: left;
  }
}
.p-fv__scroll-bar {
  bottom: -21px;
  display: flex;
  position: relative;
}
.p-fv__scroll-bar img {
  animation: revealDown 3s cubic-bezier(0.19, 1, 0.22, 1) 1s infinite;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__scroll-bar {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}
@keyframes revealDown {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  25% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  75% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
}
.p-fv__scroll-bar-text {
  color: #fafafa;
  font-weight: 700;
  writing-mode: vertical-rl;
}
.p-concept {
  background: url(../img/bg_orange_pc.png) no-repeat center center/cover;
  font-weight: 700;
  margin: 0 auto;
  padding-bottom: 96px;
  padding-top: 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-concept {
    background: url(../img/sp/bg_orange_sp.webp) no-repeat center center/cover;
    padding-bottom: 64px;
    padding-top: 140px;
  }
}
.p-concept__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .p-concept__inner {
    gap: 40px;
  }
}
.p-concept__title {
  color: #333;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-concept__title {
    font-size: 32px;
  }
}
.p-concept__title-em {
  color: #fafafa;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  line-height: 130%;
  margin-inline: 12px;
}
@media screen and (max-width: 767px) {
  .p-concept__title-em {
    font-size: 36px;
  }
}
.p-concept__lead {
  font-size: 26px;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-concept__lead {
    font-size: 20px;
  }
}
.p-concept__lead-em {
  color: #fafafa;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  line-height: 150%;
}
.p-concept__list {
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-concept__list {
    gap: 20px;
    margin-inline: 4px;
  }
}
.p-concept__item {
  background: #fff;
  border: 1px solid #ff8c42;
  border-radius: 10px;
  box-shadow: 0 0 0 4px #fff;
  height: 210px;
  padding: 16px;
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .p-concept__item {
    height: 176px;
  }
}
.p-concept__item-head {
  align-items: baseline;
  display: flex;
  gap: 16px;
  justify-content: center;
}
.p-concept__item-num {
  -webkit-text-stroke-color: #ff8c42;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 150%;
  text-align: left;
}
.p-concept__item-title {
  color: #ff8c42;
  display: inline-block;
  font-size: 26px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-concept__item-title {
    font-size: 22px;
  }
}
.p-concept__item-text {
  font-size: 20px;
  line-height: 160%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-concept__item-text {
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
  }
}
.p-concept__footer {
  font-size: 26px;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-concept__footer {
    font-size: 20px;
  }
}
.p-concept__footer-em {
  color: #fff;
  font-family: Poppins, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-concept__footer-em {
    font-size: 26px;
    margin-right: 4px;
  }
  .p-concept__lead-keyword {
    color: #fafafa;
  }
  .p-concept__lead-closing {
    display: inline-block;
    margin-top: 12px;
    padding-left: 24px;
  }
  .p-concept__lead-closing--indented {
    display: inline-block;
    margin-top: 24px;
  }
  .p-concept__lead-ruby {
    font-size: 20px;
  }
}
.p-concept__footer-wh {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-concept__footer-wh {
    margin-right: 4px;
  }
}
.p-concept__bottom {
  background: #fafafa;
  text-align: center;
}
@media screen and (min-width: 887px) and (max-width: 1256px) {
  .p-concept__list {
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    justify-items: center;
  }
  .p-concept__list > :nth-child(n + 3) {
    grid-column: 1 / span 2;
    justify-self: center;
  }
  .p-concept__item {
    width: 382px;
  }
  .p-concept__item:nth-child(1) {
    margin-left: auto;
  }
  .p-concept__item:nth-child(2) {
    margin-right: auto;
  }
}
@media screen and (max-width: 886px) {
  .p-concept__list {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  .p-concept__item {
    max-width: 400px;
    width: auto;
  }
}
.p-strength {
  background: #f2f2f2;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-strength {
    padding-top: 80px;
  }
  .p-strength__heading-sub {
    font-size: 24px;
    margin-top: 4px;
  }
}
.p-strength__list {
  display: flex;
  flex-direction: column;
  gap: 84px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-strength__list {
    gap: 70px;
  }
}
.p-strength__list .p-strength__item:nth-of-type(2)::before {
  left: auto;
  right: 140px;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-strength__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-strength__list .p-strength__item:nth-of-type(2)::before {
    right: 42px;
  }
  .p-strength__list {
    margin-top: 40px;
  }
}
.p-strength__item {
  align-items: center;
  background: #fafafa;
  border: 2px solid #d3d3d3;
  border-radius: 22px;
  box-shadow: 2px 4px 0 0 #d3d3d3;
  display: flex;
  gap: 40px;
  padding: 43px 46px;
  position: relative;
}
.p-strength__item::before {
  background: url(../img/fv-fukidashi.webp) no-repeat center center/contain;
  bottom: -46px;
  content: "";
  height: 70px;
  left: 140px;
  position: absolute;
  width: 81px;
}
@media screen and (max-width: 767px) {
  .p-strength__item::before {
    background: url(../img/sp/fv-fukidashi-sp.webp) no-repeat center
      center/contain;
    bottom: -49px;
    left: 42px;
  }
  .p-strength__item {
    flex-direction: column;
    gap: 24px;
    padding: 28px 14px;
  }
}
.p-strength__item-revers {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-strength__item-revers {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-strength__item-revers {
    flex-direction: column;
  }
}
.p-strength__item-img {
  flex-shrink: 0;
}
.p-strength__item-img img {
  width: 365px;
}
.p-strength__item-ttl {
  color: #ff8c42;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-strength__item-ttl {
    font-size: 25px;
  }
}
.p-strength__item-sub {
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 16px;
  padding-left: 72px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-strength__item-sub {
    font-size: 20px;
    margin-top: 8px;
    padding-left: 46px;
  }
}
.p-strength__item-sub::before {
  background: #333;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
}
@media screen and (max-width: 767px) {
  .p-strength__item-sub::before {
    top: 27%;
    width: 38px;
  }
  .p-strength__spacing {
    display: block;
    text-align: right;
  }
}
.p-strength__item-text {
  color: #333;
  font-size: 18px;
  line-height: 170%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-strength__item-text {
    font-size: 16px;
    margin-top: 12px;
  }
}
.p-strength__fukidashi {
  bottom: -47px;
  left: 139px;
  position: absolute;
}
.p-strength__img-bottom {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-strength__img-bottom {
    margin-top: 70px;
  }
}
.p-service {
  background: #fafafa;
  position: relative;
}
.p-service::before {
  background: url(../img/cta_top.webp) no-repeat center center / contain;
  content: "";
  height: 88px;
  left: 50%;
  position: absolute;
  top: -1px;
  transform: translateX(-50%);
  width: 100%;
}
.p-service__boxes {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-service__boxes {
    gap: 16px;
    margin-top: 40px;
  }
}
.p-service__boxes .p-service__box:nth-child(3) .p-service__features {
  margin-top: 0;
}
.p-service__boxes .p-service__box:nth-child(3) .p-service__feature {
  display: block;
}
.p-service__boxes .p-service__box:nth-child(1) .p-service__trigger::after {
  transform: rotate(0);
}
.p-service__boxes
  .p-service__box:nth-child(1)
  .p-service__trigger.is-active::after {
  transform: rotate(180deg);
}
.p-service__trigger {
  background: #ff8c42;
  border-radius: 20px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
  color: #fafafa;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  padding: 24px 12px;
  padding-right: 72px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-service__trigger {
    font-size: 20px;
    height: 78px;
    padding: 12px;
  }
}
.p-service__trigger.is-active::after {
  transform: rotate(0);
}
.p-service__trigger::after {
  background: url(../img/arrow_drop_down_circle.webp) no-repeat center
    center/contain;
  content: "";
  height: 48px;
  margin-left: 24px;
  margin-right: auto;
  position: absolute;
  top: 29%;
  transform: rotate(180deg);
  width: 48px;
}
@media screen and (max-width: 767px) {
  .p-service__trigger::after {
    height: 28px;
    margin-left: auto;
    right: 12px;
    top: 33%;
    width: 28px;
  }
}
.p-service__content {
  background: #f2f2f2;
  border-radius: 20px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
  display: none;
  margin-top: 16px;
  padding: 40px 24px;
}
@media screen and (max-width: 767px) {
  .p-service__content {
    margin-top: 8px;
    padding: 12px;
  }
}
.p-service__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 16px;
  }
}
.p-service__features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-service__features {
    gap: 8px;
    margin-top: 12px;
  }
}
.p-service__feature {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-service__feature {
    display: block;
  }
}
.p-service__feature-head {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-service__check img {
    height: 28px;
    width: 28px;
  }
}
.p-service__spacing {
  margin-top: 4px;
}
.p-service__feature-body {
  align-items: center;
  display: flex;
}
.p-service__feature-ttl {
  color: #ff8c42;
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
  margin-left: 12px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .p-service__feature-ttl {
    font-size: 20px;
    margin-left: 8px;
    margin-right: 0;
  }
}
.p-service__feature-desc {
  font-size: 18px;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-service__feature-desc {
    font-size: 16px;
  }
}
.p-service__feature-desc--block {
  display: block;
  margin-top: 8px;
}
.p-profile__heading {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-profile__heading {
    text-align: center;
  }
}
.p-profile__content {
  align-items: center;
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .p-profile__content {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1057px) {
	.p-profile__content {
     flex-direction: column;
	}
}
.p-profile__img {
  background: #f2f2f2;
  border-radius: 24px;
  flex-shrink: 0;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .p-profile__img {
    padding: 8px;
  }
}
.p-profile__img img {
  border-radius: 20px;
  width: 526px;
}
.p-profile__name {
  color: #ff8c42;
  font-size: 64px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-profile__name {
    font-size: 36px;
    line-height: 130%;
    text-align: center;
  }
}
.p-profile__name-sub {
  color: #ff8c42;
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-profile__name-sub {
    display: block;
    font-size: 18px;
    margin-top: 4px;
    text-align: center;
  }
}
.p-profile__text {
  line-height: 170%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-profile__text {
    font-size: 15px;
  }
}
.p-profile__text p + p {
  margin-top: 8px;
}
.p-profile__text span {
  font-weight: 700;
}
.p-profile__bottom {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-profile__bottom {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 24px;
  }
}
.p-profile__skills-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-profile__skills-ttl {
    font-size: 16px;
    margin-bottom: 12px;
    text-align: center;
  }
}
.p-profile__skill {
  border: 1px solid #333;
  border-radius: 50px;
  font-size: 14px;
  line-height: 170%;
  padding: 4px 12px;
}
@media screen and (max-width: 767px) {
  .p-profile__skill {
    font-size: 12px;
    line-height: 160%;
  }
}
.p-profile__skill + .p-profile__skill {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .p-profile__skill + .p-profile__skill {
    margin-left: 8px;
  }
  .p-profile__bottom-sns {
    margin-top: 40px;
  }
}
.p-drawer {
  background: #f2f2f2;
  height: 100dvh;
  padding-bottom: 64px;
  padding-top: 170px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 20;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    padding-top: 82px;
	padding-bottom: 32px;
  }
}
.p-drawer.is-checked {
  transform: translateY(0);
}
.p-drawer__inner {
  margin: 0 auto;
  max-width: 439px;
  padding-inline: 40px;
}
.p-drawer__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-drawer__list {
    gap: 32px;
  }
}
.p-drawer__link {
  align-items: center;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-drawer__link {
    gap: 16px;
  }
}
.p-drawer__en {
  color: #ff8c42;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-drawer__en {
    font-size: 36px;
  }
}
.p-drawer__ja {
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-drawer__ja {
    font-size: 20px;
  }
}
.p-drawer__cta {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-drawer__cta {
    margin-top: 32px
  }
}
.p-drawer__button {
  padding: 12px 24px 12px 56px;
  position: relative;
}
.p-drawer__button::before {
  background: url(../img/header_mail-icon.webp) no-repeat center center/contain;
  content: "";
  height: 24px;
  left: 24px;
  position: absolute;
  top: 14px;
  width: 24px;
}
.p-works-page {
  background: #fafafa;
  overflow: hidden;
}
.p-works-page__decoration {
  position: relative;
}
.p-works-page__decoration::after {
  background: url(../img/works-head_img.webp) no-repeat center center/contain;
  content: "";
  height: 298px;
  position: absolute;
  right: -128px;
  top: -26px;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-works-page__decoration::after {
    height: 149px;
    right: -57px;
    width: 175px;
  }
}
.p-works-page__contents {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-works-page__contents {
    margin-top: 64px;
  }
}
.p-works__category-list--item {
  padding: 4px 12px;
}
.p-works-page__cards {
  gap: 24px;
  margin-block: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-works-page__cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
.p-works-page__cards .c-works-slide {
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-works-page__cards {
    gap: 12px;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    margin-block: 64px;
  }
  .p-works-page__slide {
    width: 100%;
  }
}
.p-works-detail__ttl {
  color: #ff8c42;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works-detail__ttl {
    font-size: 32px;
  }
}
.p-works-detail__contents {
  margin-top: 56px;
}
.p-works-detail__article {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-works-detail__article {
    margin-top: 40px;
  }
}
.p-works-detail__article .p-works-detail__section:first-of-type {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-works-detail__article .p-works-detail__section:first-of-type {
    margin-top: 40px;
  }
}
.p-works-detail__article
  .p-works-detail__section:nth-of-type(1)
  .p-works-detail__heading::before {
  background: url(../img/icon_tool.webp) no-repeat center center/contain;
}
.p-works-detail__article
  .p-works-detail__section:nth-of-type(2)
  .p-works-detail__heading::before {
  background: url(../img/icon_note.webp) no-repeat center center/contain;
}
.p-works-detail__article
  .p-works-detail__section:nth-of-type(3)
  .p-works-detail__heading::before {
  background: url(../img/icon_pc.webp) no-repeat center center/contain;
}
.p-works-detail__article
  .p-works-detail__section:nth-of-type(4)
  .p-works-detail__heading::before {
  background: url(../img/icon_link.webp) no-repeat center center/contain;
}
.p-works-detail__thumbnail {
  text-align: center;
}
.p-works-detail__section + .p-works-detail__section {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-works-detail__section + .p-works-detail__section {
    margin-top: 32px;
  }
}
.p-works-detail__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  padding-left: 36px;
  position: relative;
}
.p-works-detail__heading::before {
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.p-works-detail__text {
  font-size: 16px;
  line-height: 170%;
  margin-top: 12px;
}
.p-works-detail__link {
  -webkit-text-decoration-skip: ink;
  font-size: 18px;
  line-height: 170%;
  text-decoration-line: underline;
  text-decoration-skip-ink: auto;
  text-decoration-style: solid;
  text-decoration-thickness: 3%;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: opacity 0.3s ease;
}
.p-works-detail__link:hover {
  opacity: 0.7;
}
.p-blog {
  background: #fafafa;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
}
.p-blog__decoration {
  position: relative;
}
.p-blog__decoration::after {
  background: url(../img/blog-head_img.webp) no-repeat center center/contain;
  content: "";
  height: 298px;
  position: absolute;
  right: -240px;
  top: -26px;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .p-blog__decoration::after {
    height: 149px;
    right: -57px;
    width: 175px;
  }
}
.p-blog__contents {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-blog__contents {
    margin-top: 80px;
  }
}
.p-blog__category-list {
  background: #f2f2f2;
  border-radius: 42px;
  gap: 40px;
  padding: 16px 56px;
}
@media screen and (max-width: 767px) {
  .p-blog__category-list {
    -moz-column-gap: 32px;
    border-radius: 20px;
    column-gap: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    padding: 12px 8px;
    row-gap: 16px;
  }
  .p-blog__category-list .p-blog__category-list--item:nth-of-type(3) {
    margin-left: auto;
  }
}
.p-blog__category-list--item {
  border: none;
  font-weight: 700;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-blog__category-list--item {
    margin-left: auto;
    padding: 0;
  }
  /* .p-blog__category-list--item:last-child {
    grid-column: span 2;
    justify-self: center;
  } */
}
.p-blog__category-list--item a {
  font-size: 18px;
}
.p-blog__category-list--item.is-active {
  background: 0 0;
  color: #ff8c42;
}
.p-blog__category-list--item + .p-blog__category-list--item {
  margin-left: 0;
}
.p-blog-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-block: 80px;
}
@media screen and (max-width: 767px) {
  .p-blog-list {
    gap: 8px;
    margin-block: 64px;
  }
}
.p-blog-detail__meta {
  color: #4f4f4f;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  line-height: 170%;
}
.p-blog-detail__cat {
  font-weight: 700;
}
.p-blog-detail__date {
  margin-left: 10px;
}
.p-blog-detail__updated {
  margin-left: auto;
}
.p-blog-detail__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail__title {
    font-size: 32px;
  }
}
.p-blog-detail__thumbnail {
  margin-block: 80px;
}
.p-blog-detail__body p {
  line-height: 170%;
}
.p-blog-detail__body p + p {
  margin-top: 16px;
}
h2.wp-block-heading {
  background: #ff8c42;
  color: #fafafa;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}
h3.wp-block-heading {
  border-bottom: 1px solid #ff8c42;
  border-top: 1px solid #ff8c42;
  color: #ff8c42;
  font-size: 26px;
  padding-block: 4px;
  font-weight: 700;
  line-height: 160%;
  margin-block: 16px;
}
h4.wp-block-heading {
  font-size: 20px;
  padding-left: 38px;
  position: relative;
  font-weight: 700;
  line-height: 160%;
  margin-block: 16px;
}
h4.wp-block-heading::before {
  background: #ff8c42;
  border-radius: 4px;
  content: "";
  height: 22px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail__thumbnail {
    margin-block: 40px;
  }
}
.p-blog-detail__section,
.p-blog-detail__section + .p-blog-detail__section {
  margin-top: 16px;
}
.p-blog-detail__head {
  background: #ff8c42;
  color: #fafafa;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-blog-detail__head {
    font-size: 26px;
  }
}
.p-blog-detail__h3,
.p-blog-detail__heading {
  font-weight: 700;
  line-height: 160%;
}
.p-blog-detail__h3 {
  border-bottom: 1px solid #ff8c42;
  border-top: 1px solid #ff8c42;
  color: #ff8c42;
  font-size: 26px;
  padding-block: 4px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail__h3 {
    font-size: 20px;
  }
}
.p-blog-detail__h4 {
  font-size: 20px;
  padding-left: 38px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-blog-detail__h4 {
    font-size: 16px;
    padding-left: 36px;
  }
}
.p-blog-detail__h4::before {
  background: #ff8c42;
  border-radius: 4px;
  content: "";
  height: 22px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
@media screen and (max-width: 767px) {
  .p-blog-detail__h4::before {
    height: 20px;
    width: 20px;
  }
}
.p-blog-detail__text {
  font-size: 16px;
  line-height: 170%;
  margin-top: 16px;
}
.p-related-article {
  background: #f2f2f2;
}
.p-related-article__ttl {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-related-article__ttl {
    font-size: 32px;
  }
}
.p-related-article__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-block: 80px;
}
@media screen and (max-width: 767px) {
  .p-related-article__list {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 56px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 40px;
  }
}
.p-contact__lead {
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 80px;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.p-contact__form-inner {
  margin: 0 auto;
  max-width: 1040px;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact__form-inner {
    margin-left: 8px;
    margin-right: 8px;
    max-width: 100%;
    padding-inline: 0;
  }
}
.p-contact__form-wrap {
  background: #f2f2f2;
  border-radius: 4px;
}
.p-contact__form {
  margin: 0 auto;
  max-width: 768px;
  padding-block: 64px;
  width: 100%;
}
.p-contact__fields {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact__fields {
    margin-inline: 0;
  }
  .p-form-field {
    margin: 0 auto;
    width: 320px;
  }
}
.p-form-field__head {
  align-items: center;
  display: flex;
}
.p-form-field__tag {
  background: #ff8c42;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 0 6px;
}
.p-form-field__tag--black {
  background: #333;
  color: #fff;
}
.p-form-field__label {
  font-size: 18px;
  font-weight: 700;
  margin-left: 12px;
}
.p-form-field-item {
  margin-top: 8px;
}
.p-form-text {
  border: 1px solid transparent;
  border-radius: 4px;
  outline: 0;
  padding: 16px;
  transition: all 0.3s ease;
  width: 100%;
}
.p-form-text::-moz-placeholder {
  color: #d3d3d3;
  font-size: 16px;
  line-height: 170%;
}
.p-form-text::placeholder {
  color: #d3d3d3;
  font-size: 16px;
  line-height: 170%;
}
.p-form-text:focus {
  border: 1px solid #007bff;
}
.p-form-textarea {
  border: 1px solid transparent;
  border-radius: 4px;
  height: 270px;
  outline: 0;
  padding: 16px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-form-textarea {
    height: 329px;
  }
}
.p-form-textarea::-moz-placeholder {
  color: #d3d3d3;
  font-size: 16px;
  line-height: 170%;
}
.p-form-textarea::placeholder {
  color: #d3d3d3;
  font-size: 16px;
  line-height: 170%;
}
.p-form-textarea:focus {
  border: 1px solid #007bff;
}
.wpcf7-list-item {
  margin: 0;
}
.p-contact__privacy {
  text-align: center;
}
.p-form-checkbox {
  position: relative;
}
.p-form-checkbox__input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.p-form-checkbox__input:checked
  ~ .wpcf7-list-item-label
  .p-form-checkbox__text::before {
  border: none;
}
.p-form-checkbox__input:checked
  ~ .wpcf7-list-item-label
  .p-form-checkbox__text::after {
  opacity: 1;
}
.p-form-checkbox__input:focus
  ~ .wpcf7-list-item-label
  .p-form-checkbox__text::before {
  border-color: #ff8c42;
}
.p-form-checkbox__input.is-error
  ~ .wpcf7-list-item-label
  .p-form-checkbox__text::before {
  background: #fff;
  border-color: #ec0000;
}
.p-form-checkbox__text {
  font-size: 14px;
  line-height: 170%;
  padding-left: 25px;
}
.p-form-checkbox__text button {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  color: #333;
}
.p-form-checkbox__text::before {
  background: #fff;
  border: 1px solid #333;
  padding: 2px;
}
.p-form-checkbox__text::after,
.p-form-checkbox__text::before {
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  width: 17px;
}
.p-form-checkbox__text::after {
  background: url(../img/form-check_box.webp) no-repeat center center/contain;
  opacity: 0;
}
.p-contact__button {
  text-align: center;
}
.p-contact__button input {
  background: #ff8c42;
  color: #fff;
  cursor: pointer;
  padding: 24px 56px;
}
.p-contact__button input:hover {
  background: #fff;
  color: #ff8c42;
}
.wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #ec0000;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-response-output {
  display: none;
}
.p-contact__dialog {
  background: #fafafa;
  border: 6px solid #ff8c42;
  border-radius: 20px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  height: 640px;
  inset: 0;
  margin: auto;
  max-width: 880px;
  overflow: hidden;
  padding: 56px 56px 32px;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .p-contact__dialog {
    border: 4px solid #ff8c42;
    height: 432px;
    max-width: 320px;
    padding: 16px 16px 32px;
  }
}
.p-contact__dialog::backdrop {
  background: #000;
  opacity: 0.2;
}
.p-contact__dialog-close {
  background: #d3d3d3;
  border-radius: 50%;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .p-contact__dialog-close {
    height: 30px;
    right: 10px;
    top: 10px;
    width: 30px;
  }
}
.p-contact__dialog-close::before {
  background: url(../img/modal_icon_close.webp) no-repeat center center/contain;
  content: "";
  height: 16.263px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17.263px;
}
@media screen and (max-width: 767px) {
  .p-contact__dialog-close::before {
    height: 9.758px;
    width: 10.358px;
  }
}
.p-contact__dialog-content {
  height: 397px;
  margin-top: 40px;
  max-height: 50vh;
  overflow-y: auto;
  padding-right: 52px;
}
@media screen and (max-width: 767px) {
  .p-contact__dialog-content {
    height: 305px;
    margin-top: 24px;
    padding-bottom: 20px;
    padding-right: 16px;
  }
}
.p-contact__dialog-content::-webkit-scrollbar {
  width: 12px;
}
@media screen and (max-width: 767px) {
  .p-contact__dialog-content::-webkit-scrollbar {
    width: 6px;
  }
}
.p-contact__dialog-content::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.p-contact__dialog-content::-webkit-scrollbar-thumb {
  background: #ff8c42;
  border-radius: 14px;
}
.p-contact__dialog-content a {
  -webkit-text-decoration-skip: ink;
  color: #ff8c42;
  font-weight: 700;
  line-height: 170%;
  text-decoration-line: underline;
  text-decoration-skip-ink: auto;
  text-decoration-style: solid;
  text-decoration-thickness: 5%;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  .p-contact__dialog-content p,
  .p-contact__dialog-lead {
    font-size: 15px;
  }
}
.p-contact__dialog-content__heading {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-contact__dialog-content__heading {
    font-size: 16px;
    margin-top: 16px;
  }
}
.p-p-contact__list-disc {
  list-style: none;
  padding-left: 1.3rem;
  position: relative;
}
.p-p-contact__list-disc::before {
  background: #333;
  border-radius: 50%;
  content: "";
  height: 2px;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.p-p-contact__list-num {
  padding-left: 1.3rem;
  position: relative;
}
.p-p-contact__list-num::before {
  content: "1.";
  font-size: 16px;
  left: 6px;
  position: absolute;
}
.p-p-contact__list-num:nth-child(2)::before {
  content: "2.";
}
.p-p-contact__list-num:nth-child(3)::before {
  content: "3.";
}
.p-thanks {
  text-align: center;
}
.p-thanks__ttl {
  color: #ff8c42;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-thanks__ttl {
    font-size: 32px;
  }
}
.p-thanks__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-block: 40px;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 16px;
  }
}
.p-thanks__button {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-thanks__button {
    margin-top: 56px;
  }
}
.p-404 {
  margin-top: 106px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404 {
    margin-top: 82px;
  }
}
.p-404__ttl {
  color: #ff8c42;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-404__ttl {
    font-size: 32px;
  }
}
.p-404__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 16px;
    margin-bottom: 64px;
  }
}
