@charset "UTF-8";
/*------------------------------
 common
------------------------------*/
html.is-fixed {
  height: 100%;
  overflow: hidden;
  scrollbar-gutter: stable !important;
}

button {
  color: #333 !important;
}

.z-index-9 {
  z-index: 9;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

.link-hover {
  transition: 0.4s;
}

.link-disabled {
  pointer-events: none;
}

.text-mb-0 > * {
  margin-bottom: 0;
}

.text-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ellipsis-2,
.text-ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ellipsis-2 {
  -webkit-line-clamp: 2;
}

.text-ellipsis-3 {
  -webkit-line-clamp: 3;
}

.scrollbar-disabled {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-disabled::-webkit-scrollbar {
  display: none;
}

.icon-external-link {
  object-fit: contain;
  width: 1em;
}

.external-links-dark,
.external-links-white {
  position: relative;
  padding-left: 1.5em;
}

.external-links-dark::after,
.external-links-white::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: -0.5em;
  width: 1em;
  height: 1em;
  transform: translateY(-55%);
}

.external-links-dark::after {
  background-image: url("../images/common/external_links.svg");
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}

.external-links-white::after {
  background-image: url("../images/common/external_links_white.svg");
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}

.link-button-more {
  position: relative;
  border: 1px solid #1c1c1c;
  border-radius: 100vmax;
  max-width: 254px;
  width: 100%;
  text-align: center;
  padding-block: 15px;
}

.link-button-more::before {
  position: absolute;
  content: "";
  border-right: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  width: 0.5em;
  height: 0.5em;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
}

.white.link-button-more,
.white.link-button-more::before {
  border-color: #fff;
}

.single-content-container,
.single-user-interview-container {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.single-content-container mark {
  padding: 0 !important;
}

.single-content-container p {
  margin-bottom: 1rem !important;
}

.single-content-container h1 {
  font-size: 48px;
  font-weight: bold;
  padding-top: 50px;
  margin-bottom: 30px;
}

.single-content-container h2 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 2px solid #333333;
  padding-top: 50px;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

.single-content-container h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  padding-top: 24px;
  margin-bottom: 32px;
}

.single-content-container h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  padding-top: 1.25em;
  margin-bottom: 1.75em;
}

.single-content-container h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  padding-top: 1.5em;
  margin-bottom: 1.5em;
}

.single-content-container h6 {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  padding-top: 1.5em;
  margin-bottom: 1em;
}

.single-content-container figure {
  margin-bottom: 30px;
}

.single-content-container ul,
.single-content-container ol {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 35px;
}

.single-content-container ul li {
  list-style-type: disc !important;
}

.single-content-container ol li {
  list-style-type: decimal !important;
}

.single-user-interview-container h2 {
  position: relative;
  font-size: 20px !important;
  letter-spacing: 0.1em;
  font-family: "FOT-筑紫ゴシック Pro B", "TsukuGoPro-B", sans-serif;
  line-height: 1.75;
  padding-top: 2em;
  margin-bottom: 30px !important;
}

.single-user-interview-container h2::before {
  position: absolute;
  content: "Q";
  height: 100%;
  font-family: "FOT-筑紫ゴシック Pro B", "TsukuGoPro-B", sans-serif;
  line-height: 1.75;
  font-size: 20px !important;
  top: 0;
  left: 0;
  /* transform: translateY(-50%); */
}

.single-user-interview-container p {
  font-size: 16px !important;
  line-height: 1.875em;
  margin-bottom: 50px !important;
}

.single-user-interview-container figure {
  margin-bottom: 32px;
}

.single-user-interview-container figure img {
  width: 100% !important;
}

@media (hover: hover) {
  .link-hover:hover {
    opacity: 0.6;
  }

  .hover-pointer:hover {
    cursor: pointer;
  }
}

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

  .text-lg-nowrap {
    white-space: nowrap;
  }

  .text-ellipsis-lg-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text-ellipsis-lg-2 {
    -webkit-line-clamp: 2;
  }

  .text-ellipsis-lg-3 {
    -webkit-line-clamp: 3;
  }

  .single-content-container h2 {
    font-size: 32px;
  }

  .single-content-container h3 {
    font-size: 22px;
  }

  .single-user-interview-container h2 {
    padding-left: 2em;
    padding-top: 0;
  }

  .single-user-interview-container h2,
  .single-user-interview-container h2::before {
    line-height: 1.5;
  }

  .single-user-interview-container h2::before {
    height: 100%;
    top: 0;
    left: 0;
  }
}

/*------------------------------
 privacy-policy
------------------------------*/
#privacyPolicy ul,
#privacyPolicy ul li {
  list-style-type: disc !important;
}

#privacyPolicy ol,
#privacyPolicy ol li {
  list-style-type: decimal !important;
}

#privacyPolicy ol {
  padding-left: 1.25rem !important;
}

#privacyPolicy ol li ol {
  padding-left: 2rem !important;
}


/*------------------------------
 汎用
------------------------------*/
.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-46 {
  padding-left: 46px;
  padding-right: 46px;
}

.rounded-16 {
  border-radius: 1rem;
}

.common-link-btn{
  height: 55px;
  cursor: pointer;
}

.common-link-btn>div:first-child{
  min-width: 175px;
  text-align: center;
}

.common-link-btn-icon{
  width: 55px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.common-link-btn-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  height: calc(100% * 15 / 94);
  width: calc(100% * 15 / 94);
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (min-width: 992px) {
}


/*------------------------------
 TOP
------------------------------*/
.top-bg{
  background-color: #F5F5F5;
}

h1,h2,h3 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

.top-bg ul {
  margin-bottom: 0;
}

.fv-img {
  width: 100%;
}

.fv-video-stack {
  display: grid;
}

.fv-video-stack > video {
  grid-area: 1 / 1;
  margin: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: opacity 1s ease, visibility 0s linear 1s;
}

.fv-video-stack > video.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: opacity 1s ease;
}

.fv-video-stack > video.is-front {
  z-index: 3;
}

@supports not (height: 100svh) {
  .fv-video-stack > video {
    height: 100dvh;
  }
}

.top-fv-content{
  z-index: 10;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .top-fv-content{
    position: absolute;
  }
}

.top-topics{
  background-color: #F5F5F5;
  width: 100%;
  max-width:100%;
  min-height: 131px;
  border-top-left-radius: 32px;
  padding: 16px 12px 16px 18px;
}

.top-topics::before{
  content: "";
  background-image: url(../images/top/news-area-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}

.top-topics > * {
  transition: opacity 0.4s;
}

.top-topics:hover > * {
  opacity: 0.6;
}

.top-topics-label{
  background-image: url(../images/common/header-bg-gradient.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6px 12px;
}

.top-topics-title{
  text-decoration-line: underline;
}

.square-btn.top-topics-btn{
  width: 34px;
  height: 34px;
}

.fv-copy {
  padding: 0 12px;
}

.fv-copy img{
  padding: 0 12px;
  max-width: 353px;
}

@media screen and (min-width: 992px) {
  .fv-img img,
  .fv-img video {
    height: auto;
  }

  .fv-copy {
    padding: 0 0 0 40px;
  }

  .fv-copy img{
    max-width: 628px;
  }
}

@media screen and (min-width: 1200px) {
  .top-topics{
    max-width: 531px;
    min-height: 154px;
    border-top-left-radius: 64px;
    padding: 16px 40px 32px 16px;
    gap: 0 32px;
    width: 36%;
  }

  .top-topics-image img{
    max-width: 106px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 50rem;
    border-top-right-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
}

/*------------------------------
メッセージ
------------------------------*/

/* Scroll fade-in (generic) */
.js-fade-in > span {
    display: block;
    opacity: 0;
    will-change: opacity, transform;
}

.p-message_title {
    color: #000;
}

.p-message_title .text-orange-light {
    color: #000 !important;
}

.p-message_text {
    padding-top: 58px;
}

@media (min-width: 992px) {
  .p-message_text {
    padding-top: 64px;
}
}

/*------------------------------
サービス
------------------------------*/

.p-service_item:hover {
  opacity:0.6;
}

.p-service_text-warp {
  padding-top: 32px;
  gap: 56px;
}

@media (min-width: 992px) {
  .p-service_text-warp {
    gap: 126px;
  }
}

.p-service_main-text {
  padding-top: 48px;
}

.p-service_box {
  grid-template-columns: 1fr;
  gap: 12px;
  padding-top: 64px;
}

@media (min-width: 992px) {
.p-service_box {
  grid-template-columns: repeat(2, 1fr);
  }
}

.p-service_img {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.p-service_text-box {
  position: absolute;
  top: 0;
  padding: 24px 16px 16px 16px;
  height: 100%;
}

.p-service_box-warp {
  height: 100%;
}

@media (min-width: 992px) {
  .p-service_text-box {
    position: absolute;
    padding: 24px;
  }
}

.p-service_box-text {
  width: 75%;
}

@media (min-width: 992px) {
  .p-service_box-text {
    max-width: 385px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .p-service_box-wrapper {
    gap: 48px;
}
}

/*------------------------------
サービス（下層）
------------------------------*/

.p-sub-service_box {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-top: 64px;
}

.p-sub-service_img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .p-sub-service_img {
      border-radius: 16px;
  }
}

.p-sub-service_img.p-sub-service_img-first {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 992px) {
  .p-sub-service_img.p-sub-service_img-first {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}

.p-sub-service_img.p-sub-service_img-third {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (min-width: 992px) {
.p-sub-service_img.p-sub-service_img-third {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
}

.p-sub-service_img.p-sub-service_img-last {
  grid-column: 1 / -1;
  border-radius: 0;;
}

@media (min-width: 992px) {
.p-sub-service_img.p-sub-service_img-last {
  border-radius: 16px;
}
}

.p-sub-service_img img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .p-sub-service_img img {
    height: 300px;
  }
}

.p-sub-service_item--last .p-sub-service_img img {
  height: 200px;
}

@media (min-width: 992px) {
  .p-sub-service_item--last .p-sub-service_img img {
    height: 300px;
  }
}

.p-sub-service_text + .p-sub-service_text {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .p-sub-service_text + .p-sub-service_text {
  padding-top: 50px;
}
}

.p-sub-service_text-wrapper {
  padding-top: 47px;
}

@media (min-width: 992px) {
  .p-sub-service_text-wrapper {
      padding-top: 80px;
  }
}

.p-sub-service_text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: 100%;
}

@media (min-width: 992px) {
  .p-sub-service_text-box {
    padding: 24px;
  }
}

.p-sub-service_box-warp {
  height: 100%;
  position: relative;
}

.p-sub-service_support-caption {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.3;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .p-sub-service_support-caption {
    top: 50%;
  }
}

.p-sub-service_box-title {
  text-align: center;
}

@media (min-width: 992px) {
.p-sub-service_box-title {
  text-align: left;
  }
}

.p-sub-service_box-sub-title {
  position: absolute;
  top: 14px;
  left:18px;
}

@media (min-width: 992px) {
  .p-sub-service_box-sub-title {
    position: inherit;
  }
}

/*------------------------------
サービスリスト（下層）
------------------------------*/

.p-sub-service-top {
  padding-top: 80px;
}

@media (min-width: 992px) {
  .p-sub-service-top {
    padding-top: 100px;
  }
}

.p-sub-service-list-top {
  padding-top: 96px;
}

@media (min-width: 992px) {
  .p-sub-service-list-top {
    padding-top: 144px;
  }
}

.p-sub-service-inner {
  padding: 0;
}

@media (min-width: 992px) {
  .p-sub-service-inner {
    padding: 0 12px;
  }
}

.p-sub-service_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-sub-service_list-item {
  background-color: #f5f5f5;
  border-radius: 24px;
  overflow: hidden;
  gap: 24px;
  padding: 12px 12px 24px 12px;
  text-decoration: none;
  flex-direction: column;
  cursor: pointer;
}

@media (min-width: 992px) {
  .p-sub-service_list-item {
    gap: 60px;
    padding: 30px 54px 30px 57px;
    flex-direction: row;
  }
}

.p-sub-service_list-img {
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .p-sub-service_list-img {
    width: 516px;
  }
}

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

.p-sub-service_list-body {
  flex: 1;
  padding: 8px 0;
  min-height: 160px;
}

@media (min-width: 992px) {
  .p-sub-service_list-body {
    padding: 16px 0;
    min-height: 220px;
  }
}

.p-sub-service_list-title {
  font-size: clamp(1.5rem, 1.352rem + 0.74vw, 2rem);
  line-height: 1.3;
  color: #333;
}

.p-sub-service_list-en {
  color: #333;
  font-weight: 700;
  margin: 0;
  padding-bottom: 16px;
}

@media (min-width: 992px) {
.p-sub-service_list-en {
    padding-bottom: 0;
  }
}

.p-sub-service_list-footer {
  gap: 16px;
}

@media (min-width: 992px) {
  .p-sub-service_list-footer {
  gap: 78px;
}
}

.p-sub-service_list-text {
  color: #333;
  margin: 0;
  flex: 1;
  padding-bottom: 16px;
}

@media (min-width: 992px) {
  .p-sub-service_list-text {
    padding-bottom: 0;
  }
}

.p-sub-service_list-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-main-orange);
  border-radius: 8px;
  flex-shrink: 0;
}

.p-sub-service_list-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
}

/*------------------------------
導入までの流れ
------------------------------*/

.p-flow-top {
  padding-top: 96px;
}

@media (min-width: 992px) {
  .p-flow-top {
    padding-top: 227px;
  }
}

.p-flow_list {
  list-style: none;
  padding: 48px 0 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media (min-width: 992px) {
  .p-flow_list {
    padding: 55px 0 0 0;
  }
}

.p-flow_item {
  gap: 33px;
  padding-bottom: 40px;
  position: relative;
}

@media (min-width: 992px) {
  .p-flow_item {
    gap: 40px;
    padding-bottom: 80px;
  }
}

.p-flow_item:last-of-type {
  padding-bottom: 96px;
}

@media (min-width: 992px) {
    .p-flow_item:last-of-type {
      padding-bottom: 240px;
    }
}

.p-flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 48px;
  left: 30px;
  width: 1px;
  bottom: 0;
  background: #FE9F5D;
  background: linear-gradient(180deg, rgba(254, 159, 93, 1) 20%, rgba(253, 133, 79, 1) 44%, rgba(253, 108, 65, 1) 67%, rgba(234, 99, 0, 1) 100%);
}
@media (min-width: 992px) {
.p-flow_item:not(:last-child)::after
  {
    bottom: -20px;
  }
}

.p-flow_number {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(254, 159, 93, 0.8);
  background: linear-gradient(
    57deg, 
    rgba(254, 159, 93, 0.8) 20%,
    rgba(253, 133, 79, 0.8) 44%,
    rgba(253, 108, 65, 0.8) 67%,
    rgba(234, 99, 0, 0.8) 100%
  );
  position: relative;
}

.p-flow_number-text {
  width: 19.5px;
  height: 14.2px;
  object-fit: cover;
}

.p-flow_body {
  padding-top: 16px;
}

@media (min-width: 992px) {
  .p-flow_body {
  padding-top: 0;
}
}

.p-flow_heading {
  line-height: 1;
  margin: 0 0 8px;
}

@media (min-width: 992px) {
  .p-flow_heading {
  line-height: 1.4;
  margin: 0 0 30px;
}
}

.p-flow_text {
  color: #000;
  line-height: 2;
}

@media (min-width: 992px) {
  .p-flow_text {
    line-height: 1.6;
  }
}

/*------------------------------
 導入事例
------------------------------*/

.p-case-inner {
  padding: 0 25px;
}

@media (min-width: 992px) {
.p-case-inner {
  padding: 0 12px;
}
}

.p-case-top {
  padding-top: 80px;
  margin-top: 96px;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

@media (min-width: 992px) {
  .p-case-top {
    padding-top: 148px;
    margin-top: 128px;
    border-top-left-radius: 148px;
    border-top-right-radius: 148px;
  }
}

.p-case_wrapper {
  max-width: 622px;
  width: 100%;
}

.p-case_text-warp {
  padding-top: 32px;
}

.p-case_main-text {
  padding-top: 48px;
}

.p-case_card-box {
  grid-template-columns:repeat(1, 1fr);
  gap: 32px;
  padding-top: 64px;
}

@media (min-width: 992px) {
  .p-case_card-box {
  grid-template-columns:repeat(3, 1fr);
  gap: 12px;
  padding-top: 139px;
  }
}

.p-case_card-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.p-case_card-label {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/top/case-label-bg-gradient.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right center;
  font-size: 14px;
  padding: 9px 37px;
}

.p-case_card-category-wrapper {
  padding-top: 24px;
}

.p-case_card-category {
  border-radius: 13px;
  border: 1px solid var(--color-main-orange);
  padding: 6px;
}

.p-case_card-title {
  padding-top: 16px;
}

.p-case_button {
  padding-top: 64px;
  width: 225px;
  margin-inline: auto;
}

@media (min-width: 992px) {
  .p-case_button {
      padding-top: 80px;
  }
}

/*------------------------------
 イベント情報
------------------------------*/

.p-event-top {
  padding-top: 80px;
}

.p-event {
  position: relative;
  display: flex;
  flex-direction: column;
}

.p-event_label {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/top/event-label-bg-gradient.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 20px;
  padding: 9px 17px;
}

.p-event_card {
  border-radius: 32px;
  padding: 76px 12px 72px;
  gap: 40px;
}

.p-event_img {
  width: 100%;
  max-width: 100%;
}

.p-event_img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 494 / 350;
}

.p-event_body {
}

.p-event_title {
  margin: 0;
  color: var(--color-main-black);
}

.p-event_text {
  margin: 0;
  padding-top: 24px;
  color: var(--color-main-black);
}

.p-event_meta {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 40px;
}

.p-event_meta-item dt {
  margin: 0;
  color: var(--color-main-black);
}

.p-event_meta-item dd {
  margin: 0;
  color: var(--color-main-black);
}

.p-event_note {
  padding-top: 40px;
}

.p-event_note-text {
  margin: 0;
  color: var(--color-main-black);
}

.p-event_link {
  display: block;
  padding-left: 1em;
  color: var(--color-main-black);
  word-break: break-all;
}

@media screen and (min-width: 992px) {
  .p-event_label {
    font-size: 24px;
  }

  .p-event-top {
    padding-top: 80px;
  }

  .p-event_card {
    padding: 128px 106px 128px 57px;
    gap: 118px;
  }

  .p-event_img {
    max-width: 494px;
  }
  .p-event_text {
    padding-top: 32px;
  }

  .p-event_meta {
    padding-top: 32px;
  }

  .p-event_note {
    padding-top: 32px;
}
}

/*------------------------------
 導入事例 マップ
------------------------------*/

.p-case_map {
  max-width: 100%;
  height: auto;
}

.p-case_map .p-map_area {
  cursor: pointer;
  transition: fill 0.25s ease;
}

@media (hover: hover) {
  .p-case_map .p-map_area:hover {
    fill: var(--color-orange-light);
  }

  .p-case_map .p-map_label:hover {
    fill: #fff;
  }
}

.p-case_map .p-map_area.is-hovered {
  fill: var(--color-orange-light);
}

.p-case_map .p-map_label.is-hovered {
  fill: #fff;
}

.p-map__tooltip {
  position: absolute;
  background-color: var(--color-main-black);
  color: var(--color-main-white);
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 10;
  transform: translate(-50%, -100%);
}

.p-map__tooltip.is-visible {
  opacity: 1;
}

.p-case_map-wrap {
  position: relative;
  display: inline-block;
  padding-top: 64px;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (min-width: 992px) {
  .p-case_map-wrap {
    padding-top: 68px;
    margin-left: 30px;
  }
}

/*------------------------------
  英語のテキスト
------------------------------*/

.p-vision {
  overflow: hidden;
  width: 100%;
  display: flex;
  padding-top: 18px;
}

.p-vision_text {
  font-size: clamp(5rem, 4.911rem + 0.45vw, 5.188rem);
  color: rgba(234, 99, 0, 0.05);
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
}

@media screen and (min-width: 992px) {
  .p-vision_text {
      font-size: 188px;
  }
}

.p-vision_text:nth-child(odd) {
  animation: loop 65s -32.5s linear infinite;
}

.p-vision_text:nth-child(even) {
  animation: loop2 65s linear infinite;
}

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
}



/*------------------------------
 お知らせ
------------------------------*/

.p-news-top {
  padding-top: 48px;
}

@media screen and (min-width: 992px) {
  .p-news-top {
      padding-top: 144px;
  }
}

.p-news_button {
  padding-top: 40px;
  width: 225px;
  margin-inline: auto;
}

@media screen and (min-width: 992px) {
  .p-news_button {
      padding-top: 32px;
      margin-right: auto;
  }
}

.p-news_list {
  max-width: 100%;
  width: 100%;
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .p-news_list {
      max-width: 727px;
      padding-top: 0;
  }
}

.p-news_content {
  gap: 62px;
}

@media screen and (min-width: 992px) {
.p-news_content {
  gap: 0;
}
}

.p-news_list-item {
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
}

.p-news_list-item .p-news_content {
  display: flex;
  padding: 32px 24px;
}

@media screen and (min-width: 992px) {
  .p-news_list-item .p-news_content {
    padding: 40px 37px;
  }
}

.p-news_list-item + .p-news_list-item {
  margin-top: 23px;
}

.p-news_list-item:hover {
  opacity: 0.6;
  transition: 0.4s;
}

/*------------------------------
 私たちの強み
------------------------------*/

.p-solution-top {
  padding-top: 80px;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
  width: 100%;
}

@media screen and (min-width: 992px) {
  .p-solution-top {
    padding-top: 140px;
  }
}

.p-solution {
  border-radius: 32px;
  background: rgba(254, 159, 93, 0.8);
  background: linear-gradient(84deg, rgba(254, 159, 93, 0.8) 20%, rgba(253, 133, 79, 0.8) 44%, rgba(253, 108, 65, 0.8) 67%, rgba(234, 99, 0, 0.8) 100%);
  padding: 79px 12px;
}

@media screen and (min-width: 992px) {
  .p-solution {
      border-radius: 128px;
      padding: 128px 92px;
  }
}

.p-solution_sub-title {
  color: rgba(255, 255, 255, 0.6);
}

.p-solution-flow {
  padding-top: 48px;
  flex-wrap: wrap;
}

.p-solution-flow__item {
  border-radius: 16px;
  padding: 20px 16px 24px;
  width: 100%;
  gap: 20px;
  box-shadow: 0 4px 40px rgba(139, 73, 25, 0.5);
}
@media screen and (min-width: 992px) {
  .p-solution-flow__item {
      width: 140px;
  }
}

.p-solution-flow__number {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  flex-shrink: 0;
}

.p-solution-flow__number-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.p-solution-flow__title {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.4;
  text-align: center;
  margin: 0;
}

.p-solution-flow__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-solution-flow__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-solution-flow__arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 18px solid var(--color-main-orange);
  flex-shrink: 0;
  padding-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .p-solution-flow__arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 18px solid var(--color-main-orange);
    flex-shrink: 0;
    padding-right: 26px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-solution-flow {
    flex-wrap: nowrap;
    padding-top: 80px;
  }

  .p-solution-flow__item {
    width: 211px;
    height: 241px;
    padding: 35px 9px;
  }
}

/*------------------------------
 グループ
------------------------------*/

.p-group-top {
  padding-top: 144px;
}

.p-group {
  position: relative;
}

.p-group_text {
  max-width: 100%;
  width: 100%;
  padding-top: 32px;
}

@media (min-width: 992px) {
  .p-group_text {
      padding-top: 48px;
      max-width: 511px;
  }
}

.p-group_cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding-top: 32px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.p-group_card {
  background-color: #fff;
  border-radius: 16px;
  padding: 15px 10px 16px;
  display: flex;
  flex-direction: column;
  color: #333;
  width: 100%;
  height: 215px;
}

@media (min-width: 992px) {
  .p-group_card {
    width: 211px;
    height: 211px;
    padding: 32px 24px 24px;
  }
}

.p-group_card-logo img {
  max-width: 100%;
  height: auto;
}

.p-group_card-text {
  flex: 1;
}

.p-group_img {
  padding-top: 64px;
}

@media (min-width: 992px) {
  .p-group_img {
    position: absolute;
    top: -8px;
    left: 173px;
    padding-top: 0;
  }
}

.p-group_box {
  background: rgba(254, 159, 93, 0.8);
  background: linear-gradient(84deg, rgba(254, 159, 93, 0.8) 20%, rgba(253, 133, 79, 0.8) 44%, rgba(253, 108, 65, 0.8) 67%, rgba(234, 99, 0, 0.8) 100%);
  max-width: 206px;
  width: 100%;
  border-radius: 128px;
  padding: 5px 22px;
  position: relative;
  top: -140px;
  margin-left: auto;
}

@media (min-width: 992px) {
.p-group_box {
  max-width: 485px;
  padding: 22px;
  top: 0;
}
}

.p-group_box p {
  text-align: center;
}

.p-group_img-slider {
  display: flex;
  gap: 20px;
  overflow: hidden;
  padding-top: 0;
  margin-top: -100px;
}

@media (min-width: 992px) {
  .p-group_img-slider {
    padding-top: 70px;
    margin-top: 0px;
  }
}

.p-group_img-slider-track {
    display: flex;
    gap: 20px;
    animation: loopAnimation 30s linear infinite;
}

@keyframes loopAnimation {
    0% {
    transform: translate(0%);
    }
    100% {
    transform: translate(-100%);
    }
}

.p-group_img-slider-item {
  flex-shrink: 0;
  width: 203px;
}

@media (min-width: 992px) {
  .p-group_img-slider-item {
      width: 305px;
      margin-right: 26px;
  }
}

.p-group_img-slider img {
  border-radius: 16px;
  object-fit: cover;
  width: 203px;
  height: 160px;
}

@media (min-width: 992px) {
  .p-group_img-slider img {
      width: 305px;
      height: 240px;
  }
}

@media (min-width: 992px) {
  .p-group_card {
    padding: 16px 19px 16px 19px;
  }

  .p-group_cards {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 41px;
    column-gap: 16px;
  }

  .p-group_img {
    top: -8px;
    left: 173px;
  }
}


/*------------------------------
 導入事例一覧
------------------------------*/

.custom-list-marker{
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.custom-list-marker::before{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/common/list-marker-or.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50rem;
  display: block;
}

.cat-btn{
  display: block;
  background-color: #fff;
  border: 1px solid #D0D0D0;
  transition: 0.4s;
}

.cat-btn.is-disabled{
  background-color: #D0D0D0;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.cat-btn:not(.is-disabled):hover, .cat-btn.active {
  background-color: var(--color-main-orange);
  border-color: transparent;
  color: #fff!important;
}

.cat-btn-wrapper{
  margin-bottom: 64px;
}

.cat-btn-wrapper ul{
  gap: 24px 16px;
}

.case-item figure img {
  aspect-ratio: 411 / 288;
  width: 100%;
  height: auto;
  object-position: center;
}

.case-item figcaption{
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-image: url("../images/case/case-label-bg-gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cat-item-btn {
  padding: 6px;
}

.square-btn.pagination-btn{
  display: block;
  width: 40px;
}

.square-btn.pagination-btn.prev::before{
  transform: translate(-35%, -50%) scaleX(-1);
}

.pagination-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius: 8.5%;
  font-family: "ABeeZee", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: var(--color-main-orange);
  transition: all 0.4s;
  background: #fff;
}

.pagination-num.is-current{
  background-image:url("../images/common/header-bg-gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color:#fff;
}

.pagination-num.is-dots{
  border:none;
}


@media screen and (min-width: 992px) {
  .square-btn.pagination-btn{
    width: 45px;
  }

  .pagination-num{
    width:45px;
    height:45px;
    font-size: 1.125rem;/* 18px */
  }
}


/*------------------------------
 導入事例詳細
------------------------------*/

.single-case-link a{
  text-decoration: underline!important;
  transition: 0.3s;
}

.single-case-link a:hover{
  opacity: 0.6;
}

.case-single-cat-btn{
  background-image: url("../images/case/case-label-bg-gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.case-speech-bubble{
  background-color: #FEF7F2;
  border-radius: 1rem;
}

.case-speech-bubble-black{
  background-color: #F5F5F5;
  border-radius: 1rem;
}

.case-speech-bubble-green{
  background-color: #ECF8EE;
  border-radius: 1rem;
}

.case-single-label{
  min-width: 136px;
  min-height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
}

.case-single-label{
  background-color: var(--color-main-orange);
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.case-speech-bubble-black .case-single-label{
  background-color: var(--color-main-black);
}

.case-speech-bubble-black::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 25px solid #F5F5F5;
  left: 50%;
  top: 99.9%;
  transform: translateX(-50%);
}

.case-speech-bubble-green .case-single-label{
  background-color: var(--color-main-green);
}

.other-case{
  margin-bottom: 100px;
}

.single-case-swiper {
  position: relative;
}

.single-case-slide-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.single-case-swiper-prev svg,
.single-case-swiper-next svg {
  display: none !important;
}

.single-case-swiper-prev,
.single-case-swiper-next {
  width: 48px;
  height: 48px;
}

.single-case-swiper-prev::before,
.single-case-swiper-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  border-top: 5px solid var(--color-main-orange);
  border-right: 5px solid var(--color-main-orange);
}

.single-case-swiper-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.single-case-swiper-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.single-case-swiper-prev {
  left: 12px!important;
}

.single-case-swiper-next {
  right: 12px!important;
}

.single-case-swiper-pagination {
  position: static;
}

.single-case-wrapper {
  position: relative;
  padding: 0 24px;
}

.single-case-swiper {
  position: static;
}

/* --- 矢印のカスタマイズ --- */
.single-case-swiper-prev::after,
.single-case-swiper-next::after {
  content: none !important;
}

.single-case-swiper-prev,
.single-case-swiper-next {
  width: 48px;
  height: 48px;
}

.single-case-swiper-prev {
  top: calc(50% - 66px) !important;
  left: -16px !important;
}

.single-case-swiper-next {
  top: calc(50% - 66px) !important;
  right: -16px !important;
}

.single-case-swiper-prev::before,
.single-case-swiper-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  border-top: 5px solid var(--color-main-orange);
  border-right: 5px solid var(--color-main-orange);
}

.single-case-swiper-prev::before {
  right: 50%;
  transform: translate(-30%, -50%) rotate(-135deg);
}

.single-case-swiper-next::before {
  left: 50%;
  transform: translate(-70%, -50%) rotate(45deg);
}

.single-case-swiper-pagination.swiper-pagination-bullets {
  width: auto !important;
}

.single-case-swiper-pagination .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 8px !important;
  background: #D9D9D9 !important;
  opacity: 1 !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.single-case-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-main-orange) !important;
}

@media screen and (min-width: 992px) {
  .single-case-swiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 20px !important;
  }
}

@media screen and (min-width: 992px) {

  .case-single-label{
    min-width: 210px;
    min-height: 63px;
    padding: 20px;
  }

  .case-speech-bubble-black::before{
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-top: 32px solid #F5F5F5;
  }

  .other-case{
    margin-bottom: 236px;
  }

  .single-case-wrapper {
    padding: 0 60px;
  }

}

@media screen and (min-width: 1200px) {

  .single-case-swiper-prev {
    left: -72px !important;
  }

  .single-case-swiper-next {
    right: -72px !important;
  }

}


/*------------------------------
 お知らせ一覧
------------------------------*/

.news-item {
  background-color: rgba(234, 99, 0, 0.06);
  padding: 32px 24px;
}

.square-btn-news-item{
  flex-shrink: 0;
  width: 45px;
}

@media screen and (min-width: 992px) {
  .news-item {
    padding: 40px;
  }

  .square-btn-news-item{
    width: 54px;
  }
}


/*------------------------------
 お知らせ詳細
------------------------------*/

.news-single-border{
  border-color: #F5F5F5;
}

.news-single-content{
  font-family: "DNPShueiGoGinStd-M", sans-serif;
}

.news-single-nav-btn{
  gap: 0 1rem;
}

.is-hidden{
  visibility: hidden!important;
  pointer-events: none;
}

.news-single-nav-btn-txt{
  display: none;
}

@media screen and (min-width: 320px) {
  .news-single-nav-btn-txt{
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .news-single-nav-btn{
    gap: 0 1.5rem;
  }
}

/*------------------------------
 CT
------------------------------*/

.p-cta_text {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  padding-top: 32px;
  padding-bottom: 17px;
}

@media screen and (min-width: 992px) {
  .p-cta_text {
     font-size: 24px;
     padding-top: 0;
     padding-bottom: 0;
  }
}

/*------------------------------
 電話問い合わせ
------------------------------*/

.p-tel {
  background-color: var(--color-main-orange);
  border-radius: 8px;
  padding: 20px 24px;
  width: 100%;
  max-width: 510px;
}

.p-tel_header {
  gap: 10px;
}

.p-tel_icon {
  flex-shrink: 0;
  width: 18px;
}

.p-tel_title {
  font-size: 20px;
}

.p-tel_divider {
  border-color: rgba(255, 255, 255, 0.5);
  margin: 10px 0;
  opacity: 1;
}

.p-tel_phonetic {
  font-size: 11px;
  letter-spacing: 0.5em;
  color: #fff;
  ruby-position: over;
}

.p-tel_number-row {
  gap: 12px;
  flex-wrap: wrap;
}

.p-tel_number {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.02em;
}

.p-tel_badges {
  gap: 8px;
}

.p-tel_badge {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--color-main-white);
  gap: 2px;
}

@media screen and (min-width: 992px) {
  .p-tel_badge {
    width: 50px;
    height: 50px;
  }
}

.p-tel_badge-num {
  font-size: 28px;
  font-weight: bold;
  color: var(--color-main-orange);
}

.p-tel_badge-day {
  font-size: 23px;
  font-weight: bold;
  color: var(--color-main-orange);
}

.p-tel_badge-unit {
  font-size: 9px;
  color: var(--color-main-orange);
}

.p-tel_note {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
}

@media screen and (min-width: 992px) {
  .p-cta-top {
    padding-top: 145px;
  }
  .p-cta {
    gap: 184px;
  }
  .p-tel {
    padding: 16px 47px 21px 38px;
    background-color: var(--color-main-orange);
    border-radius: 8px;
    width: 100%;
    max-width: 515px;
  }

  .p-tel_phonetic {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .p-tel_number {
    font-size: 42px;
  }

  .p-tel_badge {
    width: 55px;
    height: 55px;
  }

  .p-tel_badge-unit {
    font-size: 12px;
  }

  .p-tel_note {
    margin-top: 11px;
  }
}

/*------------------------------
 (name)
------------------------------*/

@media screen and (min-width: 992px) {
}

@media (hover: hover) {
}

/*------------------------------
 下層ページ
------------------------------*/

.fv-sub-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 390 / 271;
}

@media screen and (min-width: 992px) {
  .fv-sub-img img {
    height: 400px;
    aspect-ratio: 1440 / 400;
  }
}

.fv-sub-copy {
  padding: 0 0 83px 12px;
}

@media screen and (min-width: 992px) {
  .fv-sub-copy {
    padding: 0 0 122px 90px;
  }
}

.top-breadcrumbs::before{
  content: "";
  background-image: url(../images/common/bg-breadcrumbs_sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 341px;
  height: 51px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 992px) {
  .top-breadcrumbs::before{
    background-image: url(../images/common/bg-breadcrumbs.svg);
    width: 621px;
    height: 93px;
  }
}

.c-breadcrumb {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 341px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
}

@media screen and (min-width: 992px) {
  .c-breadcrumb {
    width: 621px;
    height: 93px;
    padding-left: 80px;
    align-items: flex-end;
    padding-bottom: 33px;
  }
}

.c-breadcrumb__list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
}

.c-breadcrumb__link {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.c-breadcrumb__sep {
  list-style: none;
  font-size: 14px;
}

.c-breadcrumb__current {
  color: var(--color-main-orange);
  font-size: 14px;
}

.sub-title {
  color: rgba(254, 255, 255, 0.6);
}

.p-page-sub-top {
    padding-top: 70px;
}

@media (min-width: 992px) {
  .p-page-sub-top {
    padding-top: 100px;
  }
}

.p-page-sub_main-text {
  color: #333;
  line-height: 1.35;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .p-page-sub_main-text {
    padding-bottom: 64px;
  }
}

/*------------------------------
 自治体ソリューションのポイント
------------------------------*/

.p-page-sub-point {
  padding-top: 64px;
  padding-bottom: 87px;
}

@media (min-width: 992px) {
  .p-page-sub-point {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.p-page-sub-point_head {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .p-page-sub-point_head {
    margin-bottom: 60px;
  }
}

.p-page-sub-point_title {
  display: inline-block;
  position: relative;
  color: #333;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.8;
}

.p-page-support-point_title {
  display: inline-block;
  position: relative;
  color: #333;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.8;
}

.p-page-sub-point_title::after,
.p-page-sub-point_inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(89deg, rgba(254, 159, 93, 1) 20%, rgba(253, 133, 79, 1) 44%, rgba(253, 108, 65, 1) 67%, rgba(234, 99, 0, 1) 106%);
  z-index: -1;
  opacity: 0.8;
}

.p-page-support-point_title::after,
.p-page-support-point_inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 15px;
  background: #B6EDAC;
  background: linear-gradient(90deg, rgba(182, 237, 172, 1) 0%, rgba(50, 146, 45, 1) 100%);
  z-index: -1;
  opacity: 0.8;
}

.p-page-sub-point_title::after {
  display: none;
}

.p-page-support-point_title::after {
  display: none;
}

.p-page-sub-point_inner {
  display: inline-block;
  position: relative;
}

@media (min-width: 992px) {
  .p-page-sub-point_inner {
    position: initial;
  }
}

.p-page-sub-point_number.p-page-support-point_number
.p-page-sub-point_inner.p-page-support-point_inner {
  display: inline-block;
  position: relative;
}

.p-page-sub-point_inner::after {
  display: block;
  bottom: 2px;
}

.p-page-sub-point_inner.p-page-support-point_inner::after {
  display: block;
  bottom: 4px;
}

@media (min-width: 992px) {
  .p-page-sub-point_title::after {
    display: block;
    bottom: 4px;
  }
  .p-page-sub-point_inner::after {
    display: none;
  }
}

.p-page-sub-point .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 24px;
}

@media (min-width: 992px) {
  .p-page-sub-point .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }
}

.p-page-sub-point_card {
  background-color: #F5F5F5;
  border-radius: 32px;
  padding: 48px 20px;
  text-align: center;
  height: 100%;
}

.p-page-sub-point_number {
  color: var(--color-main-orange);
  margin-bottom: 8px;
  font-weight: bold;
}

.p-page-sub-point_number.p-page-support-point_number {
  color: var(--color-main-green);
  margin-bottom: 8px;
  font-weight: 700;
}

.p-page-sub-point_text {
  color: #333;
}

.p-page-sub_text-warp {
  padding-top: 32px;
  gap: 56px;
}

@media (min-width: 992px) {
  .p-page-sub_text-warp {
    gap: 126px;
  }
}

/*------------------------------
 下層ページ詳細セクション
------------------------------*/

.p-page-sub-detail {
  padding-top: 124px;
  padding-bottom: 144px;
  background-color: #FEF7F2;
  position: relative;
  overflow: hidden;
}

.p-page-sub-detail.p-page-support-detail {
  background-color: #ECF8EE;
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .p-page-sub-detail.p-page-support-detail {
      padding-bottom: 144px;
  }
}

.p-page-sub-detail::before {
  content: "";
  display: block;
  background-image: url("../images/common/bg-polygon .svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-width: 992px) {
  .p-page-sub-detail {
    padding-top: 160px;
  }
}

.p-page-sub-detail_item + .p-page-sub-detail_item {
  margin-top: 64px;
}

@media (min-width: 992px) {
  .p-page-sub-detail_item + .p-page-sub-detail_item {
    margin-top: 144px;
  }
}

.p-page-sub-detail_row {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1200px) {
  .p-page-sub-detail_row {
    flex-direction: row;
    align-items: flex-start;
    gap: 43px;
  }
}

.p-page-sub-detail_list-col {
  width: 100%;
}

@media (min-width: 992px) {
  .p-page-sub-detail_list-col {
    width: 591px;
    flex-shrink: 0;
  }
}

.p-page-sub-detail_img {
  width: 100%;
  padding: 0 2px;
}

@media (min-width: 992px) {
  .p-page-sub-detail_img {
    width: 516px;
    flex-shrink: 0;
    padding: 0;
  }
}

.p-page-sub-detail_title {
  color: var(--color-main-orange);
  margin-bottom: 32px;
}

.p-page-sub-detail_title.p-page-support-detail_title {
  color: var(--color-main-green);
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .p-page-sub-detail_title {
    margin-bottom: 33px;
  }
}

.p-page-sub-detail_lead {
  color: #333;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 3px solid color-mix(in srgb, var(--color-main-orange), transparent 90%);
}

.p-page-sub-detail_lead.p-page-support-detail_lead {
  border-bottom: 3px solid color-mix(in srgb, var(--color-main-green), transparent 90%);
}

.p-page-sub-detail_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-page-sub-detail_list-item {
  color: #333;
  padding-left: 20px;
  position: relative;
}

.p-page-sub-detail_list-item::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FE9F5D;
  background: linear-gradient(58deg,rgba(254, 159, 93, 1) 20%, rgba(253, 133, 79, 1) 44%, rgba(253, 108, 65, 1) 67%, rgba(234, 99, 0, 1) 100%);
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.p-page-sub-detail_list-item.p-page-support-detail_list-item::before {
  background: #B6EDAC;
  background: linear-gradient(58deg, rgba(182, 237, 172, 1) 0%, rgba(50, 146, 45, 1) 100%);
}

.p-page-sub-detail_img img {
  border-radius: 16px;
}

/*------------------------------
 代表システム
------------------------------*/

.p-page-sub-system {
  padding-top: 89px;
  padding-bottom: 119px;
}

@media (min-width: 992px) {
  .p-page-sub-system {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

.p-page-sub-system_title {
  color: var(--color-main-orange);
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .p-page-sub-system_title {
    margin-bottom: 48px;
  }
}

.p-page-sub-system_list {
  row-gap: 14px;
  column-gap: 12px;
  padding: 0 12px;
}

.p-page-sub-system_list > .col-12 {
    background-color: #fff;
}

@media (min-width: 992px) {
  .p-page-sub-system_list {
    padding: 0;
  }
  .p-page-sub-system_list > .col-12 {
    width: 411px;
    flex: 0 0 411px;
  }
}

.p-page-sub-system_item {
  gap: 16px;
  padding: 19px 25px;
}

@media (min-width: 992px) {
  .p-page-sub-system_item {
    gap: 40px;
  }
}

.p-page-sub-system_img {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #E5E5E5;
}

.p-page-sub-system_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-page-sub-system_name {
  color: var(--color-main-orange);
  margin-bottom: 0;
}

.p-sub-case-top {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (min-width: 992px) {
  .p-sub-case-top {
    padding-top: 144px;
    padding-bottom: 240px;
  }
}

.p-case_sub-card-box {
  padding-top: 48px;
}

/*------------------------------
 事業紹介
------------------------------*/

.p-sub-service_main-text {
  color: var(--color-main-orange);
  line-height: 1.35;
}

.p-sub-service_main-text + .p-sub-service_main-text {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .p-sub-service_main-text + .p-sub-service_main-text {
  padding-top: 60px;
}
}

.p-sub-service_text-warp {
  padding-top: 32px;
  gap: 56px;
}

@media (min-width: 992px) {
  .p-sub-service_text-warp {
    gap: 126px;
  }
}

/*------------------------------
 特徴
------------------------------*/

.p-features-top {
  padding-top: 96px;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
  width: 100%;
}

@media screen and (min-width: 992px) {
  .p-features-top {
    padding-top: 144px;
  }
}

.p-features {
  border-radius: 32px;
  background: rgba(254, 159, 93);
  background: linear-gradient(90deg, rgba(254, 159, 93, 1) 20%, rgba(253, 133, 79, 1) 44%, rgba(253, 108, 65, 1) 67%, rgba(234, 99, 0, 1) 100%);
  padding: 79px 12px;
  opacity: 0.8;
}

@media screen and (min-width: 992px) {
  .p-features {
      border-radius: 128px;
      padding: 104px 92px 62px;
  }
}


@media screen and (min-width: 992px) {
.p-features_wrapper {
    gap: 113px;
  }
}

.p-features_title {
  flex-shrink: 0;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .p-features_title {
    max-width: 670px;
  }
}

.p-features_text-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  padding-top: 48px;
}

@media screen and (min-width: 992px) {
  .p-features_text-box {
    max-width: 411px;
    padding-top: 0;
    gap: 16px;
  }
}

.p-features_text {
  margin: 0;
}

.p-features_sub-title {
  color: rgba(255, 255, 255, 0.6);
}

.p-features-flow {
  padding-top: 48px;
  flex-wrap: wrap;
}

.p-features-flow__item {
  border-radius: 16px;
  padding: 20px 16px 24px;
  width: 100%;
  gap: 20px;
  box-shadow: 0 4px 40px rgba(139, 73, 25, 0.5);
}
@media screen and (min-width: 992px) {
  .p-features-flow__item {
      width: 140px;
  }
}

.p-features-flow__number {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  flex-shrink: 0;
}

.p-features-flow__number-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.p-features-flow__title {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.4;
  text-align: center;
  margin: 0;
}

.p-features-flow__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-features-flow__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-features-flow__arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 18px solid var(--color-main-orange);
  flex-shrink: 0;
  padding-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .p-features-flow__arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 18px solid var(--color-main-orange);
    flex-shrink: 0;
    padding-right: 26px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-features-flow {
    flex-wrap: nowrap;
    padding-top: 80px;
  }

  .p-features-flow__item {
    width: 211px;
    height: 241px;
    padding: 35px 9px;
  }
}

.p-features_strength {
  padding-top: 80px;
}

@media screen and (min-width: 992px) {
  .p-features_strength {
    padding-top: 130px;
  }
}

.p-features_strength-list {
  grid-template-columns: 1fr;
  gap: 48px;
  padding-top: 48px;
}

@media screen and (min-width: 992px) {
  .p-features_strength-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 118px;
    padding-top: 80px;
    max-width: 1150px;
    margin: 0 auto;
  }
}

.p-features_strength-item {
  display: flex;
  flex-direction: column;
}

.p-features_strength-number {
  width: 73px;
  height: 57px;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .p-features_strength-number {
    width: 110px;
    height: 85px;
  }
}

.p-features_strength-heading {
  padding-top:8px;
}

@media screen and (min-width: 992px) {
  .p-features_strength-heading {
  padding-top: 16px;
}
}

.p-features_strength-text {
  padding-top:8px;
  width: 87%;
}

@media screen and (min-width: 992px) {
  .p-features_strength-text {
  padding-top: 16px;
  width: 100%;
}
}

/*------------------------------
 会社概要
------------------------------*/

.p-philosophy {
  padding-top: 64px;
}

@media (min-width: 992px) {
  .p-philosophy {
  padding-top: 72px;
}
}

.p-philosophy_title {
  margin-bottom: 40px;
}

.p-philosophy_text {
  letter-spacing: 0.15em;
}

/*---------------------------------------------------
 経営理念
----------------------------------------------------*/

.p-philosophy_wrapper {
  display: grid;
  gap: 20px;
}

@media (min-width: 992px) {
  .p-philosophy_wrapper {
    gap: 64px;
  }
}

/*---------------------------------------------------
 アクセス
----------------------------------------------------*/

.p-access-top {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (min-width: 992px) {
  .p-access-top {
    padding-top: 144px;
    padding-bottom: 240px;
  }
}

.p-access_header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 992px) {
  .p-access_header {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}

.p-access_heading {
  flex-shrink: 0;
}

.p-access_info {
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .p-access_info {
    width: 267px;
    margin-left: 260px;
  }
}

.p-access_text {
  margin: 0;
  line-height: 2;
}

.p-access_btn-text {
  padding: 20px 48px 20px 48px;
}

.p-access_btn-wrapper {
  flex-shrink: 0;
  max-width: 225px;
  width: 100%;
}

@media (min-width: 992px) {
  .p-access_btn-wrapper {
    margin-left: 98px;
  }
}

.p-access_map {
  margin-top: 32px;
}

.p-access_map iframe {
  display: block;
  width: 100%;
  height: 184px;
}

@media (min-width: 992px) {
  .p-access_map iframe {
    height: 528px;
  }
}

/*---------------------------------------------------
 沿革
----------------------------------------------------*/

.p-history-top {
  padding-top: 96px;
}

@media (min-width: 992px) {
  .p-history-top {
    padding-top: 144px;
  }
}

.p-history {
  background-color: #f5f5f5;
  border-radius: 32px;
  padding: 80px 15px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media (min-width: 992px) {
  .p-history {
    flex-direction: row;
    align-items: flex-start;
    gap: 130px;
    padding: 95px 158px 195px 158px;
    border-radius: 128px;
  }
}

.p-history-inner {
  padding: 0;
}

@media (min-width: 992px) {
  .p-history-inner {
    padding: 0 12px;
  }
}

.p-history_heading {
  flex-shrink: 0;
}

.p-history_timeline {
  flex: 1;
  min-width: 0;
}

.p-history_list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.p-history_list::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 24px;
  bottom: 10px;
  width: 1px;
  background: #FE9F5D;
  background: linear-gradient(180deg, rgba(254, 159, 93, 1) 20%, rgba(253, 133, 79, 1) 44%, rgba(253, 108, 65, 1) 67%, rgba(234, 99, 0, 1) 100%);
}

.p-history_list::after {
  content: '';
  position: absolute;
  left: 9px;
  bottom: -46px;
  height: 56px;
  width: 1px;
  background-image: url('../images/about/dot_sp.svg');
  background-size: 1px 100%;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .p-history_list::after {
    bottom: -111px;
    height: 121px;
    background-image: url('../images/about/dot.svg');
  }
}

.p-history_item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 64px;
}

@media (min-width: 992px) {
  .p-history_item {
    padding-left: 60px;
    padding-bottom: 40px;
  }
}

.p-history_item:last-child {
  padding-bottom: 0;
}

.p-history_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #FE9F5D;
  background: linear-gradient(58deg,rgba(254, 159, 93, 1) 20%, rgba(253, 133, 79, 1) 44%, rgba(253, 108, 65, 1) 67%, rgba(234, 99, 0, 1) 100%);
  opacity: 0.8;
  z-index: 1;
}

@media (min-width: 992px) {
  .p-history_item {
    padding-bottom: 48px;
  }

  .p-history_item::before {
    top: 7px;
  }
}

.p-history_year {
  color: var(--color-main-orange);
  font-weight: 700;
}

.p-history_desc {
  color: var(--color-main-black);
  margin: 0;
}

/*---------------------------------------------------
 会社概要
----------------------------------------------------*/

.p-company-top {
  padding-top: 96px;
}

@media (min-width: 992px) {
  .p-company-top {
    padding-top: 144px;
  }
}

.p-company_title {
  justify-items: left;
}

@media (min-width: 992px) {
  .p-company_title {
  justify-items: center;
  }
}

.p-company_list {
  margin: 0;
  padding: 0;
}

.p-company_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid var(--color-light-gray);
  padding: 20px 0;
  gap: 14px;
}

@media (min-width: 992px) {
  .p-company_item {
    padding: 40px 0;
    gap: 52px;
  }
}

.p-company_term {
  color: var(--color-main-orange);
  flex-shrink: 0;
  width: 80px;
}

@media (min-width: 992px) {
  .p-company_term {
    width: 160px;
  }
}

.p-company_desc {
  margin: 0;
  color: var(--color-main-black);
  line-height: 1.6;
}

/*---------------------------------------------------
 代表挨拶
----------------------------------------------------*/

.p-about-top {
  padding-top: 96px;
}

@media (min-width: 992px) {
  .p-about-top {
  padding-top: 144px;
}
}

.p-about_wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media (min-width: 992px) {
  .p-about_wrapper {
    flex-direction: row;
    gap: 112px;
    align-items: flex-start;
  }
}

.p-about_image-wrapper {
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .p-about_image-wrapper {
    width: 516px;
  }
}

.p-about_figure {
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
}

.p-about_image {
  width: 100%;
  height: auto;
  display: block;
}

.p-about_content {
  width: 100%;
}

@media (min-width: 992px) {
  .p-about_content {
    width: 410px;
  }
}

.p-about_text {
  margin-bottom: 16px;
}

.p-about_text:last-child {
  margin-bottom: 0;
}

.p-about_signature {
  padding-top: 24px;
}

.p-about_role {
  display: block;
  margin-bottom: 4px;
}

.p-about_name {
  display: block;
  letter-spacing: 0.2em;
}

.p-about_img-slider {
  display: flex;
  gap: 20px;
  overflow: hidden;
  padding-top: 48px;
}

@media (min-width: 992px) {
  .p-about_img-slider {
    padding-top: 80px;
  }
}

.p-about_img-slider-track {
    display: flex;
    gap: 20px;
    animation: loopAnimation 30s linear infinite;
    margin-bottom: 0;
}

@keyframes loopAnimation {
    0% {
    transform: translate(0%);
    }
    100% {
    transform: translate(-100%);
    }
}

.p-about_img-slider-item {
  flex-shrink: 0;
  width: 203px;
}

@media (min-width: 992px) {
  .p-about_img-slider-item {
      width: 305px;
      margin-right: 26px;
  }
}

.p-about_img-slider img {
  border-radius: 16px;
  object-fit: cover;
  width: 203px;
  height: 160px;
}

@media (min-width: 992px) {
  .p-about_img-slider img {
      width: 305px;
      height: 240px;
  }
}

/*-------------------------------
 お問い合わせ
-------------------------------*/
.p-contact {
  padding: 97px 0 96px;
}

@media (min-width: 992px) {
  .p-contact {
    padding: 110px 0 190px;
  }
}

.p-contact_lead {
  font-size: 16px;
  color: var(--color-main-black);
  margin-bottom: 40px;
  line-height: 2;
}

/* フォーム行 */
.p-contact_form .p-contact_row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 64px 0 0 0;
  margin: 0;
}

@media (min-width: 992px) {
  .p-contact_form .p-contact_row {
    align-items: flex-start;
    gap: 16px;
  }
}

.p-contact_form .p-contact_row:first-child {
  border-top: 1px solid var(--color-light-gray);
  padding: 74px 0 0 0;
}

@media (min-width: 992px) {
  .p-contact_form .p-contact_row:first-child {
    padding: 64px 0 0 0;
  }
}

.p-contact_form .p-contact_row.p-contact_row:nth-child(2) {
  padding: 64px 0 0 0;
}

@media (min-width: 992px) {
  .p-contact_form .p-contact_row.p-contact_row:nth-child(2) {
    padding: 56px 0 0 0;
  }
}

.p-contact_form .p-contact_row:nth-child(n+4) {
  padding: 40px 0 0 0;
}

/* ラベル */
.p-contact_dt {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .p-contact_dt {
    width: 280px;
    gap: 16px;
  }
}

.p-contact_label {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-main-black);
  line-height: 1;
}

/* 必須・任意バッジ */
.p-contact_badge {
  display: inline-block;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 3px;
  white-space: nowrap;
  flex-shrink: 0;
}

.p-contact_badge.is-required {
  background-color: #F25858;
  color: var(--color-main-white);
  border-radius: 3px;
}

.p-contact_badge.is-optional {
  background-color: #B4B4B4;
  color: var(--color-main-white);
  border-radius: 3px;
}

/* 入力エリア */
.p-contact_dd {
  flex: 1;
  margin: 0;
  width: 100%;
}

/* テキスト入力 */
.p-contact_form input[type="text"],
.p-contact_form input[type="email"],
.p-contact_form input[type="tel"],
.p-contact_form textarea,
.p-contact_form select {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #F5F5F5 !important;
  border-radius: 4px;
  background-color: #F5F5F5;
  color: var(--color-main-black);
  appearance: none;
  -webkit-appearance: none;
}

.p-contact_form input[type="text"]:focus,
.p-contact_form input[type="email"]:focus,
.p-contact_form input[type="tel"]:focus,
.p-contact_form textarea:focus,
.p-contact_form select:focus {
  outline: 2px solid var(--color-main-orange);
  outline-offset: -1px;
  border-color: var(--color-main-orange) !important;
}

.p-contact_input-short {
  width: 160px !important;
}

/* セレクト */
.p-contact_dd .wpcf7-select {
  cursor: pointer;
}

/* 都道府県セレクト カスタム矢印 */
.p-contact_form .wpcf7-form-control-wrap[data-name="prefecture"] {
  position: relative;
  display: inline-block;
}

.p-contact_form .wpcf7-form-control-wrap[data-name="prefecture"] select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 36px;
  cursor: pointer;
}

.p-contact_form .wpcf7-form-control-wrap[data-name="prefecture"]::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.324219 0.382812L7.32393 6.38281L14.3242 0.382812' stroke='%23272727'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* テキストエリア */
.p-contact_form textarea {
  height: 180px;
  resize: vertical;
}

/* チェックボックス 共通 */
.p-contact_form .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}

.p-contact_form .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 16px;
  color: var(--color-main-black);
  cursor: pointer;
  font-family: "DNPShueiGoGinStd-M", sans-serif;
}

.p-contact_form .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.p-contact_form .wpcf7-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  flex-shrink: 0;
  border: 0.5px solid #C3C3C3;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.p-contact_form .wpcf7-checkbox input[type="checkbox"]:checked {
  background-color: var(--color-main-orange);
  border-color: var(--color-main-orange);
}

.p-contact_form .wpcf7-checkbox input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

/* お問い合わせ種別：2列グリッド */
.p-contact_form .p-contact_row:nth-child(1) .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}

@media (min-width: 992px) {
  .p-contact_form .p-contact_row:nth-child(1) .wpcf7-checkbox {
    grid-template-columns: repeat(2, 210px);
  }
}

/* 資料請求サービス：1列 */
.p-contact_form .p-contact_row:nth-child(2) .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* プライバシー同意チェックボックス */
.p-contact_acceptance {
  padding: 24px 0 0;
}

.p-contact_acceptance .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 992px) {
  .p-contact_acceptance .wpcf7-acceptance label {
    gap: 16px;
  }
}

.p-contact_acceptance .wpcf7-list-item {
  margin: 0;
}

.p-contact_acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  accent-color: var(--color-main-orange);
  cursor: pointer;
  margin: 0;
}

/* 個人情報テキスト */
.p-contact_privacy-text {
  padding-top: 24px;
  max-width: 480px;
  width: 100%;
}

.p-contact_privacy-title {
  font-size: 14px;
  color: var(--color-main-black);
  margin-bottom: 4px;
  line-height: 2;
}

.p-contact_privacy-text p:last-child {
  font-size: 14px;
  color: var(--color-main-black);
  line-height: 1.7;
  margin-bottom: 0;
}

.p-contact_privacy-link {
  text-decoration: underline;
}

/* 送信ボタン */
.p-contact_submit {
  display: flex;
  margin-inline: auto;
  max-width: 225px;
  width: 100%;
  margin-top: 72px;
}

@media (min-width: 992px) {
  .p-contact_submit {
      margin-top: 75px;
      justify-content: center;
  }
}

.p-contact_submit input[type="submit"],
.p-contact_submit .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 84.5px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: var(--color-main-orange);
  font-family: "DNPShueiGoGinStd-B", sans-serif;
  border: none;
  border-radius: 27.5px;
  cursor: pointer;
  transition: opacity 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
}

.p-contact_submit input[type="submit"]:hover,
.p-contact_submit .wpcf7-submit:hover {
  opacity: 0.8;
}

/* CF7 バリデーションメッセージ */
.p-contact_form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e00;
  margin-top: 4px;
}

.p-contact_form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
  border: none !important;
}

.p-contact_form-wrap .wpcf7-mail-sent-ok {
  background-color: #e6f4ea;
  color: var(--color-main-green);
}

.p-contact_form-wrap .wpcf7-validation-errors {
  background-color: #fdecea;
  color: #e00;
}

.contact-head {
  width: 100%;
  height: auto;
  aspect-ratio: 390 / 271;
  background-color: #F5F5F5;
}

.contact-head-ttl {
  padding-bottom: 83px;
}

@media screen and (min-width: 992px) {
  .contact-head {
    height: 400px;
    aspect-ratio: 1440 / 400;
  }

  .contact-head-ttl {
    padding-bottom: 122px;
  }
}

/*-------------------------------
 受付完了
-------------------------------*/
.p-thanks {
  padding: 100px 0 96px;
}

@media (min-width: 992px) {
  .p-thanks {
    padding: 96px 0 160px;
  }
}

.p-thanks_title {
  color: var(--color-main-black);
  line-height: 1.6;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}

@media (min-width: 992px) {
  .p-thanks_title {
    margin-bottom: 48px;
  }
}

.p-thanks_body {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .p-thanks_body {
  margin-bottom: 80px;
}
}

.p-thanks_body p {
  line-height: 2;
  color: var(--color-main-black);
}

.p-thanks_btn-wrap {
  display: flex;
  justify-content: center;
}

/*-------------------------------
 404
-------------------------------*/
.p-error {
  padding: 100px 0 96px;
}

@media (min-width: 992px) {
  .p-error {
    padding: 96px 0 160px;
  }
}

.p-error_title {
  color: var(--color-main-black);
  line-height: 1.6;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}

@media (min-width: 992px) {
  .p-error_title {
    margin-bottom: 48px;
  }
}

.p-error_body {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .p-error_body {
  margin-bottom: 80px;
}
}

.p-error_body p {
  line-height: 2;
  color: var(--color-main-black);
}

.p-error_btn-wrap {
  display: flex;
  justify-content: center;
}