@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap");
.u-xsmall {
  font-size: 0.75em;
}

.u-small {
  font-size: 0.85em;
}

.u-large {
  font-size: 1.25em;
}

.u-xlarge {
  font-size: 1.5em;
}

.u-text-highlight-bg {
  color: #333;
  background-color: #fff;
  line-height: 1;
  padding: 0 8px;
  border-radius: 2px;
  margin-right: 4px;
}

.u-en {
  font-family: "Roboto", sans-serif;
}

.u-bold {
  font-weight: 700;
}

.nowrap {
  display: inline-block;
}

/*------------------------------------------
 *  ヘッダー
 *----------------------------------------*/
header #page-header.l-header .l-header__contact-btn.menu-item.menu-item-type-post_type.menu-item-object-page.hfe-creative-menu {
  margin-left: 1em;
}
header #page-header.l-header .l-header__contact-btn.menu-item.menu-item-type-post_type.menu-item-object-page.hfe-creative-menu > a {
  color: #fff;
  background-color: #1D4AA7;
  padding: 8px 24px;
  border-radius: 40px;
}
header #page-header.l-header .l-header__contact-btn.menu-item.menu-item-type-post_type.menu-item-object-page.hfe-creative-menu > a::after {
  content: "\f054";
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  margin-left: 8px;
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  header #page-header.l-header .l-header__contact-btn.menu-item.menu-item-type-post_type.menu-item-object-page.hfe-creative-menu > a {
    margin-top: 0.7em;
    margin-bottom: 2em;
  }
}
header #page-header.l-header .l-header__contact-btn.menu-item.menu-item-type-post_type.menu-item-object-page.hfe-creative-menu > a:hover {
  color: #fff;
  background-color: #4371CD;
}
header #page-header.l-header nav.hfe-dropdown {
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden; /* メニューが閉じている間に内容が見えないようにする */
}
header #page-header.l-header nav.hfe-dropdown.menu-is-active {
  max-height: 1000px;
}
@media (max-width: 1024px) {
  header #page-header.l-header .hfe-nav-menu__toggle {
    cursor: pointer;
    display: block;
  }
}
@media (min-width: 1025px) {
  header #page-header.l-header nav.hfe-dropdown {
    max-height: none;
    overflow: visible;
  }
}

ul.hfe-nav-menu li.menu-item.menu-item-type-post_type.hfe-creative-menu a.hfe-menu-item {
  justify-content: center; /* Safari, 旧バージョンのChrome */
  width: -moz-fit-content; /* 古いバージョンのFirefox */
  width: fit-content;
  margin: 0 auto;
}
ul.hfe-nav-menu li.menu-item.menu-item-type-post_type.hfe-creative-menu a.hfe-menu-item:hover {
  color: #1D4AA7;
}
ul.hfe-nav-menu li.menu-item.menu-item-type-custom.hfe-creative-menu.hfe-has-submenu.parent-has-child .hfe-has-submenu-container a.hfe-menu-item {
  justify-content: center;
}
ul.hfe-nav-menu li.menu-item.menu-item-type-custom.hfe-creative-menu.hfe-has-submenu.parent-has-child .sub-menu {
  box-shadow: none;
}
@media (max-width: 1024px) {
  ul.hfe-nav-menu li.menu-item.menu-item-type-custom.hfe-creative-menu.hfe-has-submenu.parent-has-child .sub-menu .menu-item.hfe-creative-menu .hfe-sub-menu-item {
    justify-content: center;
  }
}

/*------------------------------------------
 *  FV
 *----------------------------------------*/
.l-fv h1.elementor-heading-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.l-fv h1.elementor-heading-title .text-line {
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.25);
}
.l-fv h1.elementor-heading-title .highlight-bg {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #fff;
  padding: 8px 11px;
  border-radius: 4px;
  background-color: #1D4AA7;
  line-height: 1;
  padding: 0 8px;
  margin-right: 4px;
  text-shadow: none;
}

/*------------------------------------------
 *  Vision
 *----------------------------------------*/
.c-vision .c-vision__img--2 {
  transform: translate(-40%, -50%);
}
@media (max-width: 1024px) {
  .c-vision .c-vision__img--2 {
    transform: translate(-18vw, -50%);
  }
}
@media (max-width: 767px) {
  .c-vision .c-vision__img--2 {
    transform: translate(-28vw, -50%);
  }
}

/*------------------------------------------
*  Feature
*----------------------------------------*/
.c-feature .highlight-number {
  color: #1D4AA7;
  font-size: 40px;
}

/*------------------------------------------
*  Services
*----------------------------------------*/
@media (max-width: 767px) {
  .c-services-top .c-services__card-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}
.c-services-top .c-services__card {
  overflow: hidden;
}

/*------------------------------------------
 *  Contact
 *----------------------------------------*/
@media (max-width: 767px) {
  .c-contact .c-contact__btn {
    width: auto;
  }
}

/*------------------------------------------
*  FAQ
*----------------------------------------*/
.c-faq .elementor-tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.c-faq .q-icon,
.c-faq .a-icon {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-right: 16px;
}
.c-faq .auto-indent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-faq .q-icon {
  color: #4371CD;
}
.c-faq .a-icon {
  color: #C92B1F;
}

/*------------------------------------------
 *  Company
 *----------------------------------------*/
.c-company__map-btn:hover {
  opacity: 0.8;
}
.c-company__map-btn .elementor-button-content-wrapper {
  align-items: center;
}
.c-company__map-btn .elementor-button-icon {
  width: 16px;
  height: 16px;
}

/*------------------------------------------
*  Download
*----------------------------------------*/
.c-download__item:hover {
  opacity: 0.8;
}

/*------------------------------------------
*  投稿
*----------------------------------------*/
.single-post .entry-title {
  font-size: 1.5em;
  font-weight: 700;
}
.single-post .entry-meta {
  display: none;
}

/*------------------------------------------
 *  お問い合わせフォーム
 *----------------------------------------*/
.wpforms-field.wpforms-field-checkbox.privacy-agreement {
  text-align: center;
}
.wpforms-field.wpforms-field-checkbox.privacy-agreement li label a {
  color: #124e87;
}
.wpforms-field.wpforms-field-checkbox.privacy-agreement li label a:hover {
  color: #0A3E6D;
}

.wpforms-submit-container {
  text-align: center;
}
.wpforms-submit-container .wpforms-submit {
  font-weight: 700;
  padding: 16px 24px;
  width: 18vw;
}
@media (max-width: 767px) {
  .wpforms-submit-container .wpforms-submit {
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 20%;
  }
}

.wpforms-confirmation-container {
  text-align: center;
  background: #fff;
  padding: 40px;
  border-radius: 3px;
  box-shadow: 0px 2px 20px rgba(51, 51, 51, 0.05);
}

label.wpforms-field-label {
  margin-bottom: 0.4em;
}

.grecaptcha-badge {
  top: 78%;
}

/*------------------------------------------
 *  Footer
 *----------------------------------------*/
/* overflowを使用して余白を削除 */
footer {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */