@charset "UTF-8";
img {
  object-fit: cover;
}

.wp-block-heading {
  background-color: initial;
  border: none !important;
}

.wp-block-spacer {
  margin: 0 !important;
}

/* サイト共通設定 */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5em;
}
body h2,
body p {
  line-height: 1.5em;
}
body a {
  transition: 0.5s;
}
body a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

@media (min-width: 1024px) {
  ._sp {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media (max-width: 1023px) {
  ._pc {
    display: none;
  }
}
.c-heading {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.c-heading__en {
  font-family: "Jost", sans-serif;
  font-size: 70px;
  font-style: italic;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-heading__en {
    font-size: 40px;
  }
}
.c-heading__en--left {
  text-align: left;
}
.c-heading__jp {
  color: #D42B29;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .c-heading__jp {
    font-size: 1rem;
  }
}
.c-heading__jp--left {
  margin-left: 0 !important;
}
.c-heading--color-light .c-heading__en {
  color: #fff;
}
.c-heading--color-light .c-heading__jp {
  color: #fff;
}

.c-title-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.c-title-text .c-title-text__title__label {
  margin: 0;
  padding: 0 10px;
  background-color: #D42B29;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  .c-title-text .c-title-text__title__label {
    font-size: 0.875rem;
  }
}
.c-title-text .c-title-text__title {
  font-size: 1.875rem;
  color: #D42B29;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .c-title-text .c-title-text__title {
    font-size: 1.375rem;
  }
}
.c-title-text .c-title-text__title--sm {
  font-size: 1.75rem;
}
@media (max-width: 1023px) {
  .c-title-text .c-title-text__title--sm {
    font-size: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .c-title-text .c-title-text__title--center-sp {
    text-align: center;
  }
}
.c-title-text .c-title-text__title--light {
  color: #fff;
}
.c-title-text .c-title-text__title br {
  display: none;
}
@media (max-width: 1023px) {
  .c-title-text .c-title-text__title br {
    display: block;
  }
}
@media (min-width: 1024px) {
  .c-title-text .c-title-text__title--br-block br {
    display: block;
  }
}
@media (max-width: 1023px) {
  .c-title-text .c-title-text__title--br-block br {
    display: block;
  }
}
.c-title-text .c-title-text__title--br-pcBlock-spNone br {
  display: block;
}
@media (max-width: 1023px) {
  .c-title-text .c-title-text__title--br-pcBlock-spNone br {
    display: none;
  }
}
.c-title-text .c-title-text__text {
  margin: 0;
  padding: 0;
}
.c-title-text .c-title-text__text--font-size-lg {
  font-size: 1.125rem;
}
@media (max-width: 1023px) {
  .c-title-text .c-title-text__text--font-size-lg {
    font-size: 1rem;
  }
}
.c-title-text .c-title-text__lists {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-title-text .c-title-text__lists li {
  font-size: 1.25rem;
}
@media (max-width: 1023px) {
  .c-title-text .c-title-text__lists li {
    font-size: 1rem;
  }
}

.c-media-text {
  display: flex;
}
@media (max-width: 1023px) {
  .c-media-text .c-media-text__img {
    margin-bottom: 24px;
  }
}
.c-media-text .c-media-text__img figure {
  overflow: hidden;
}
.c-media-text .c-media-text__img figure img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  aspect-ratio: 570/363;
}
.c-media-text .c-media-text__img--long img {
  height: 700px !important;
  aspect-ratio: 570/700;
}
@media (max-width: 1023px) {
  .c-media-text .c-media-text__img--long img {
    height: 400px !important;
  }
}
@media (min-width: 1024px) {
  .c-media-text--reverse .c-media-text__text-area {
    order: -1;
  }
}

.c-table {
  font-weight: 500 !important;
}

.c-btn-main {
  display: inline-block;
  background-color: #D42B29;
  color: #fff;
  text-decoration: none;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  transition: 0.5s;
}
.c-btn-main:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.c-btn-main .c-btn-main__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px 16px 76.5px;
}
@media (max-width: 1023px) {
  .c-btn-main .c-btn-main__inner {
    padding: 16px 16px 16px 44.5px;
  }
}
.c-btn-main .c-btn-main__inner::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  width: 28.5px;
  height: 6.5px;
  background-image: url("/wp-content/uploads/2026/01/icon_arrow_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1023px) {
  .c-btn-main .c-btn-main__inner::before {
    left: 16px;
  }
}
.c-btn-main .c-btn-main__text {
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 18px;
}
@media (max-width: 1023px) {
  .c-btn-main .c-btn-main__text {
    font-size: 0.875rem;
    text-align: left;
  }
}
.c-btn-main--yellow {
  background-color: #FFFE00;
  color: #333;
}
.c-btn-main--yellow .c-btn-main__inner::before {
  background-image: url("/wp-content/uploads/2026/01/icon_arrow_02.png");
}
.c-btn-main--line {
  background-color: #02B902;
}
.c-btn-main--line .c-btn-main__inner::before {
  background-image: url("/wp-content/uploads/2026/01/ico_line.png");
  width: 27.3px;
  height: 26px;
}
.c-btn-main--contact {
  background-color: #D42B29;
}
.c-btn-main--contact .c-btn-main__inner::before {
  background-image: url("/wp-content/uploads/2026/01/icon_mail.png");
  width: 26px;
  height: 19px;
}

.c-posts,
.p-archive,
.p-related-posts {
  max-width: 900px;
}
.c-posts .c-meta__item--categories,
.p-archive .c-meta__item--categories,
.p-related-posts .c-meta__item--categories {
  display: block !important;
}
.c-posts .c-entry-summary__meta,
.p-archive .c-entry-summary__meta,
.p-related-posts .c-entry-summary__meta {
  flex: 0 1 auto;
  width: auto !important;
}
.c-posts .c-entry-summary__meta .c-meta,
.p-archive .c-entry-summary__meta .c-meta,
.p-related-posts .c-entry-summary__meta .c-meta {
  flex-wrap: nowrap;
}
.c-posts .c-entries,
.p-archive .c-entries,
.p-related-posts .c-entries {
  border-top: #CCCCCC 1px solid;
}
.c-posts .c-entries__item,
.p-archive .c-entries__item,
.p-related-posts .c-entries__item {
  border-bottom: #CCCCCC 1px solid;
}
.c-posts time,
.p-archive time,
.p-related-posts time {
  font-weight: 700;
  color: #D42B29;
}

.c-cta-box {
  text-align: center;
}
.c-cta-box .c-cta-box__title {
  font-size: 1.75rem;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .c-cta-box .c-cta-box__title {
    font-size: 1.25rem;
  }
}
.c-cta-box .c-cta-box__title--line {
  color: #02B902;
}
.c-cta-box .c-cta-box__title--contact {
  color: #D42B29;
}
.c-cta-box .c-cta-box__title__text {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .c-cta-box .c-cta-box__title__text {
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .c-cta-box .c-cta-box__title__text br {
    display: none;
  }
}
.c-cta-box .c-cta-box__title__btn {
  margin: 0;
  padding: 0;
}

.c-page-header {
  text-align: center;
  /* ヘッダー画像を暗く */
}
.c-page-header .c-page-header__title {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .c-page-header .c-page-header__title {
    font-size: 1.125rem;
  }
}
.c-page-header .c-page-header__title:first-line {
  font-size: 86px;
  text-align: center;
  line-height: 100%;
  width: 100%;
  font-family: "Jost", sans-serif !important;
  font-style: italic;
}
@media (max-width: 1023px) {
  .c-page-header .c-page-header__title:first-line {
    font-size: 40px;
  }
}
.c-page-header .c-page-header__bgimage::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #b30600;
  opacity: 0.7;
}
.c-page-header .c-meta__item--author {
  display: none;
}

.c-flow .smb-step__item__title {
  font-size: 1.875rem;
  color: #D42B29;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .c-flow .smb-step__item__title {
    font-size: 1.25rem;
  }
}
.c-flow figure {
  overflow: hidden;
}
.c-flow figure img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
@media (max-width: 1023px) {
  .c-flow .smb-step__item__number {
    top: 18px !important;
  }
}

.p-top-movie h2 {
  font-size: 1.875rem;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .p-top-movie h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .p-top-movie h2 br {
    display: none;
  }
}

.p-top-cta .p-top-cta__head {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 44px;
}
@media (max-width: 1023px) {
  .p-top-cta .p-top-cta__head {
    font-size: 1.125rem;
    line-height: 30px;
    font-weight: 800;
  }
}

.p-footer-nav .p-footer-nav__info {
  --_item-width: 35%;
}
@media (max-width: 1023px) {
  .p-footer-nav .p-footer-nav__info {
    --_item-width: 100%;
    margin-right: 0;
  }
}
.p-footer-nav .p-footer-nav__info p {
  font-size: 1rem;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .p-footer-nav .p-footer-nav__info p br {
    display: none;
  }
}
.p-footer-nav .p-footer-nav__nav {
  --_item-width: 65%;
}
@media (max-width: 1023px) {
  .p-footer-nav .p-footer-nav__nav {
    --_item-width: 100%;
  }
}
.p-footer-nav .p-footer-nav__nav #menu-global-menu-2 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  font-size: 1rem;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
@media (max-width: 1023px) {
  .p-footer-nav .p-footer-nav__nav #menu-global-menu-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (min-width: 1024px) {
  .p-footer-nav .p-footer-nav__nav #menu-global-menu-2 li {
    margin-top: 0;
  }
}
.p-footer-nav .p-footer-nav__nav #menu-global-menu-2 li:last-of-type a {
  display: block;
  padding: 16px 48px 16px 76.5px;
}
.p-footer-nav .p-footer-nav__nav #menu-global-menu-2 li:last-of-type a::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 19px;
  background-image: url("/wp-content/uploads/2026/01/icon_mail.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-service-problem .smb-section__body {
  gap: 48px;
}
.p-service-problem .p-service-problem__title {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .p-service-problem .p-service-problem__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .p-service-problem .p-service-problem__title br {
    display: none;
  }
}
.p-service-problem .p-service-problem__lists {
  margin: 0;
  padding: 0;
}
.p-service-problem .p-service-problem__lists li {
  list-style: none;
  font-size: 1.5rem;
  margin-bottom: 32px;
  position: relative;
  padding-left: 32px;
}
@media (max-width: 1023px) {
  .p-service-problem .p-service-problem__lists li {
    font-size: 1.125rem;
    margin-bottom: 16px;
    padding-left: 24px;
  }
}
.p-service-problem .p-service-problem__lists li:last-of-type {
  margin-bottom: 0;
}
.p-service-problem .p-service-problem__lists li:before {
  position: absolute;
  content: "✓";
  top: 0%;
  left: 0%;
  display: block;
}

.p-service-solution .p-service-solution__title {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1023px) {
  .p-service-solution .p-service-solution__title {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .p-service-solution .p-service-solution__title br {
    display: none;
  }
}
@media (max-width: 1023px) {
  .p-service-solution .p-service-solution__text-img {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .p-service-solution .p-service-solution__text-img .p-service-solution__img-human img {
    width: 200px;
  }
}

.p-page-contact-section-contactform7 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  /* ===============================================
      # ボタン
  =============================================== */
}
@media (max-width: 1023px) {
  .p-page-contact-section-contactform7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-page-contact-section-contactform7 .text {
  text-align: center;
  display: block;
}
.p-page-contact-section-contactform7 .text-red {
  text-align: right;
  color: #D42B29;
  display: block;
}
.p-page-contact-section-contactform7 p {
  width: 100%;
  margin-bottom: 20px;
}
.p-page-contact-section-contactform7 p label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02rem;
  font-size: 1rem;
  color: #333;
}
.p-page-contact-section-contactform7 p label .red {
  color: #B53434;
}
.p-page-contact-section-contactform7 p label .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  height: 50px !important;
  border-radius: 5px;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}
.p-page-contact-section-contactform7 .wide-textarea {
  min-height: 250px;
}
.p-page-contact-section-contactform7 .submit-container {
  text-align: center;
}
.p-page-contact-section-contactform7 .submit-container .wpcf7-submit {
  margin-left: 72px;
  padding: 10px 50px;
  height: 50px;
  background-color: #D42B29;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 1rem;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy {
  margin-bottom: 48px;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy .p-page-top-section-contactform7__privacy-policy-title {
  margin-top: 24px !important;
  display: block;
  margin-bottom: 8px;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy .wp-block-heading {
  margin-top: 24px !important;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy .wp-block-heading:first-of-type {
  margin-top: 0 !important;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy p {
  margin-bottom: 0px;
}
.p-page-contact-section-contactform7 .p-page-top-section-contactform7__privacy-policy .checkbox {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}
.p-page-contact-section-contactform7 .red {
  color: #B53434;
}

.error404 .c-entry, .search .c-entry {
  margin-top: 10%;
}
.error404 .c-entry__content, .search .c-entry__content {
  padding: 10%;
}

.l-section .smb-section__body {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1023px) {
  .l-section .smb-section__body {
    gap: 24px;
  }
}

nav a {
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
}
@media (max-width: 1023px) {
  nav a {
    color: #fff !important;
  }
}
nav a:hover {
  opacity: 0.8;
}

.c-navbar__item.c-btn-main {
  position: relative;
  display: inline-block;
  background-color: #D42B29;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  transition: 0.5s;
  margin: 20px 0px;
}
.c-navbar__item.c-btn-main:hover {
  opacity: 0.7;
}
.c-navbar__item.c-btn-main a {
  display: block;
  text-decoration: none;
  color: #fff !important;
  padding: 0 !important;
}
.c-navbar__item.c-btn-main a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px 16px 76.5px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .c-navbar__item.c-btn-main a span {
    padding: 16px 16px 16px 44.5px;
    font-size: 0.875rem;
  }
}
.c-navbar__item.c-btn-main::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 19px;
  background-image: url("/wp-content/uploads/2026/01/icon_mail.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1023px) {
  .c-navbar__item.c-btn-main::before {
    left: 16px;
  }
}

.page-id-6302 h1 {
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .page-id-6302 h1 {
    font-size: 16px;
  }
}
.page-id-6302 h1:after {
  content: "SERVICE";
  font-size: 86px;
  font-family: "Jost", sans-serif;
}
@media (max-width: 1023px) {
  .page-id-6302 h1:after {
    font-size: 14px;
  }
}

.single .c-page-header__title {
  font-size: 1.75rem !important;
}
@media (max-width: 1023px) {
  .single .c-page-header__title {
    font-size: 1.125rem;
  }
}
.single .c-page-header__title:first-line {
  font-size: 1.75rem !important;
}
@media (max-width: 1023px) {
  .single .c-page-header__title:first-line {
    font-size: 1.125rem;
  }
}/*# sourceMappingURL=style.css.map */