@charset "UTF-8";
.wp-block-table thead {
  border-bottom: none;
}

.c-breadcrumbs {
  font-size: 14px;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding: 56.206088993% 0 0;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-drawer {
  background-color: rgba(59, 120, 181, 0.9);
}

.border-radius {
  border-radius: 10px;
}

.arrow-down {
  width: 70px;
  height: 25px;
  background-color: #3b78b5;
  clip-path: polygon(50% 25px, 0% 0%, 70px 0%);
  padding-top: 30px;
}

.detail-btn .svg-inline--fa {
  padding-right: 15px;
}

.contact-btn .svg-inline--fa {
  padding-right: 2px;
}

.detail-btn .smb-btn {
  position: relative;
  border-radius: 50px;
}

.smb-btn:active,
.smb-btn:focus,
.smb-btn:hover {
  filter: brightness(140%);
}

/* セクション間の余白をゼロにする */
.smb-section_pb0 {
  padding-bottom: 0;
}

.p-global-nav .c-navbar__item > a {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.p-global-nav--hover-extend-underline .c-navbar__item > a:after {
  height: 2px;
}

/* カレント表示時 */
.p-global-nav .c-navbar__item[data-active-menu=true] > a {
  color: none;
}

.c-fluid-container {
  padding-top: 7px;
  padding-bottom: 7px;
}

.home .smb-section__header + * {
  margin-top: 60px;
}

.c-entries--text2 .c-entry-summary__term {
  border-radius: 5px;
}

.c-entry-summary__body {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.c-entries--text2 .c-entry-summary__meta {
  order: 1;
  margin-top: 0;
}

.c-entries--text2 .c-entry-summary__header {
  order: 2;
}

@media screen and (min-width: 600px) {
  .c-entry-summary__body {
    align-items: center;
    gap: 40px;
    flex-wrap: nowrap;
  }
  .c-entry-summary__meta .c-meta {
    gap: 20px;
  }
}
.after-arrow:after {
  content: "";
  display: block;
  width: 100px;
  height: 40px;
  background-color: #3b78b5;
  background-position: center;
  clip-path: polygon(50% 40px, 0% 0%, 100px 0%);
}

#mv {
  height: clamp(28.125rem, 17.708rem + 21.701vw, 43.75rem);
}
#mv h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: clamp(2.375rem, 1.792rem + 1.215vw, 3.25rem);
}
#mv .smb-section__lede {
  font-size: 17px;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  #mv {
    height: 350px;
  }
  #mv h2 {
    font-size: 26px;
  }
  #mv .smb-section__lede {
    font-size: 13px;
  }
  #mv .smb-section-with-bgimage__bgimage {
    height: auto;
  }
}

#case .case-wrapper {
  margin-top: 40px;
}
#case h3 {
  margin-bottom: 10px;
}
#case h4 {
  border-bottom: 1px dotted #ccc;
}
#case .white-wrapper {
  padding-bottom: 50px;
}
#case .support-wrapper {
  margin-top: 50px;
}
#case .svg-inline--fa {
  margin-right: 5px;
}
#case .problem .svg-inline--fa {
  color: orange;
}
#case .achievement .svg-inline--fa {
  color: #07575b;
}

@media screen and (max-width: 500px) {
  #case .case-box {
    padding-top: 15px !important;
    gap: 10px !important;
    justify-content: center !important;
  }
  #case .support-wrapper {
    margin-top: 0;
  }
}
.company-info table td:first-child {
  background-color: #fcfcfc;
}

.l-footer {
  background-color: #3b78b5;
  color: #fff;
}

.p-footer-sub-nav {
  padding: 15px 0;
}

.l-footer > .c-sub-nav .c-navbar {
  gap: 0 40px;
}

.c-page-header[data-has-image=true] {
  height: clamp(12.5rem, 6.25rem + 13.02vw, 21.875rem);
}
@media screen and (max-width: 500px) {
  .c-page-header[data-has-image=true] {
    height: 130px;
  }
}

.c-page-header__title {
  text-align: center;
}

.c-page-header__bgimage img {
  filter: blur(2px) brightness(0.6);
}

@media screen and (max-width: 500px) {
  .c-page-header__title {
    font-size: 24px;
  }
}
.c-prev-next-nav {
  display: none;
}

.single-post .c-meta {
  display: none;
}

.smf-item__label {
  position: relative;
}

.smf-form--simple-table .smf-item__col--label {
  padding-right: 80px;
}

.required .smf-item__label::after {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 25px;
  border-radius: 4px;
  content: "必須";
  font-size: 13px;
  color: #fff;
  background: #b3123a;
}

@media screen and (max-width: 500px) {
  .smb-section__title {
    font-size: 24px;
  }
  .wp-block-heading {
    font-size: 20px;
  }
  .l-header__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}