@charset "UTF-8";
.top-fv {
  position: relative;
  padding-block: 200px 150px;
  overflow: hidden;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .top-fv {
    padding-block: 150px 100px;
  }
}
@media (max-width: 639px) {
  .top-fv {
    padding-block: 100px 70px;
  }
}
.top-fv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/wp-content/uploads/2024/01/fv-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  z-index: -1;
}

.top-fv__inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.top-fv__text-big, .top-fv__text-small {
  color: #fff;
}

.top-fv__text-big {
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .top-fv__text-big {
    font-size: 40px;
  }
}
@media (max-width: 639px) {
  .top-fv__text-big {
    font-size: 28px;
  }
}

.top-fv__text-small {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 639px) {
  .top-fv__text-small {
    font-size: 16px;
  }
}

.top-fv__btn {
  display: inline-block;
  width: 300px;
  padding-block: 24px;
  background-color: var(--wp--preset--color--sm-accent);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .top-fv__btn {
    width: 250px;
    padding-block: 12px;
  }
}
@media (max-width: 639px) {
  .top-fv__btn {
    width: 230px;
    padding-block: 8px;
  }
}

.page-id-7 .c-entries--text {
  border-top-width: 3px;
}
.page-id-7 .c-entries--text .c-entries__item {
  border-bottom-width: 3px;
}
.page-id-7 .top-bg .smb-section-with-bgimage__bgimage img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
@media (max-width: 639px) {
  .page-id-7 .top-bg p {
    margin-top: 0;
  }
  .page-id-7 .top-bg strong {
    font-size: 1rem;
  }
}
.page-id-7 .top-pre .smb-container__body {
  margin-right: 0;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .page-id-7 .top-pre .smb-container__body {
    margin-right: auto;
  }
}
@media (max-width: 639px) {
  .page-id-7 .top-pre .smb-container__body p:first-child strong {
    font-size: 1.3rem;
  }
  .page-id-7 .top-pre .smb-container__body p:last-child {
    font-size: 0.8rem !important;
  }
}
.page-id-7 .about {
  position: relative;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .page-id-7 .about figure {
    width: 40%;
  }
}
.page-id-7 .about::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  background-color: var(--wp--preset--color--sm-accent);
}
@media (min-width: 640px) and (max-width: 1023px) {
  .page-id-7 .about-body {
    max-width: 40%;
  }
}
.page-id-7 .strong-point figure {
  margin-top: 8px;
  width: 75%;
}
.page-id-7 .strong-point img {
  width: 100%;
}

/* ============================
* 全体
* ========================= */
body {
  background-color: #e8e8e8;
  color: #333333;
}

.btn {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.l-body:not(.blog, .single-post) h2 {
  position: relative;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.8rem;
}

.l-body:not(.blog) h2:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--sm-accent);
  border-radius: 2px;
}

.c-entry__title {
  display: none;
}

/* ============================
* ヘッダー
* ========================= */
.l-header__content {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 639px) {
  .l-header__content {
    padding-block: 0;
  }
}

.l-simple-header__row {
  padding-block: 0;
}

.l-header__content .c-row__col--auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.c-site-branding--has-logo {
  width: 120px;
}

.c-site-branding__title .custom-logo {
  display: inline-block;
  width: 120px;
  height: 60px;
}

.header-title {
  font-size: 24px;
  font-weight: bold;
}
.header-title a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 639px) {
  .header-title {
    font-size: 12px;
  }
}

.header-contact {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
}

.header-contact, .header-tel {
  margin-top: auto;
  margin-right: 12px;
}
@media (max-width: 639px) {
  .header-contact, .header-tel {
    display: none;
  }
}
.header-contact a, .header-contact div, .header-tel a, .header-tel div {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
.header-contact i, .header-contact span, .header-tel i, .header-tel span {
  display: block;
  color: #fff;
}
.header-contact i, .header-tel i {
  font-size: 30px;
}

.header-icon {
  font-size: 22px;
  color: #fff;
}

.l-header__content .c-row__col--fit {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.c-hamburger-btn__bars {
  width: 28.6px;
  height: 20.8px;
}

.c-hamburger-btn__bar {
  height: 3px;
}

.c-hamburger-btn__bar:nth-of-type(2) {
  top: 9px;
}

.c-hamburger-btn__bar:nth-of-type(3) {
  top: 18px;
}

/* ============================
* fv(トップページ以外)
* ========================= */
.common-fv {
  position: relative;
  padding-block: 200px 150px;
  overflow: hidden;
}
.common-fv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/wp-content/uploads/2024/01/fv-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  z-index: -1;
}

.common-fv__inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.common-fv__title {
  color: #fff;
  font-size: 2.66rem;
  font-weight: bold;
}

/* ============================
* ナビゲーションバー
* ========================= */
.nav-bar {
  background-color: var(--wp--preset--color--sm-accent);
}
@media (max-width: 639px) {
  .nav-bar {
    display: none;
  }
}

.nav-list {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-list a {
  display: inline-block;
  padding-inline: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-list a:hover {
  background-color: #DE7A28;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .nav-list a {
    font-size: 0.8rem;
    padding-inline: 15px;
  }
}

.nav-item {
  list-style: none;
}

/* ============================
* フッターの上
* ========================= */
.bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
}
@media (max-width: 639px) {
  .bottom-menu {
    display: none;
  }
}
.bottom-menu li {
  width: 25%;
  list-style: none;
}
.bottom-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .bottom-menu li a {
    height: 300px;
  }
}
.bottom-menu li span {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-shadow: 0 3px 6px #000000;
}
.bottom-menu .menu-news {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/2024/01/menu1-scaled.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2024/01/menu1-scaled.jpg);
  background-size: 300%;
  background-position: 70% 50%;
}
.bottom-menu .menu-news:hover {
  background-size: 320%;
}
.bottom-menu .menu-about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/2024/01/menu-2.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2024/01/menu-2.jpg);
  background-position: 50% 50%;
  background-size: 110%;
}
.bottom-menu .menu-about:hover {
  background-size: 120%;
}
.bottom-menu .menu-company {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/2024/01/menu-3.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2024/01/menu-3.jpg);
  background-position: 50% 50%;
  background-size: 120%;
}
.bottom-menu .menu-company:hover {
  background-size: 130%;
}
.bottom-menu .menu-recruit {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(/wp-content/uploads/2024/01/menu4-scaled.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2024/01/menu4-scaled.jpg);
  background-position: 50% 50%;
  background-size: 300%;
}
.bottom-menu .menu-recruit:hover {
  background-size: 320%;
}

.totop {
  height: 56px;
}

.totop a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 56px;
  background-color: var(--wp--preset--color--sm-accent);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.totop a:hover {
  opacity: 0.8;
}
.totop a::after, .totop a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 48%;
  width: 20px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 639px) {
  .totop a::after, .totop a::before {
    left: 44%;
  }
}
.totop a::before {
  -webkit-transform: translate(2px, -7px) rotate(-45deg);
          transform: translate(2px, -7px) rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.totop a::after {
  -webkit-transform: translate(0px, -5px) rotate(-135deg);
          transform: translate(0px, -5px) rotate(-135deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.contact__wrapper {
  position: relative;
  padding-top: 96px;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .contact__wrapper {
    padding-top: 0;
  }
}
@media (max-width: 639px) {
  .contact__wrapper {
    padding-top: 0;
  }
}
.contact__wrapper::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 50%;
  background-color: var(--wp--preset--color--sm-accent);
}

.contact {
  margin-inline: auto;
  padding-block: 130px 48px;
  width: 100%;
  max-width: 1200px;
  background-image: url(/wp-content/uploads/2024/01/contact-bg-scaled.jpeg);
  background-size: cover;
  text-align: center;
}

.contact__inner {
  margin-inline: auto;
  padding: 40px 96px;
  max-width: 960px;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .contact__inner {
    max-width: 690px;
    padding: 30px;
  }
}
@media (max-width: 639px) {
  .contact__inner {
    padding: 16px 16px;
  }
}

.contact__title {
  margin-bottom: 24px;
  font-weight: bold;
}

.contact__text {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 639px) {
  .contact__text {
    font-size: 12px;
  }
}

.contact__row-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 639px) {
  .contact__row-upper {
    display: block;
  }
}

.tel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 639px) {
  .tel-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
  }
}

.tel-icon {
  padding-top: 6px;
}

.footer-icon-tel {
  font-size: 42px;
}

.tel-info {
  text-align: left;
}
.tel-info a, .tel-info span {
  display: block;
}
.tel-info .tel-info-big {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.tel-info .tel-info-small {
  font-size: 12px;
}

.contact-btn a {
  display: inline-block;
  padding: 21px 50px;
  border: 1px solid #707070;
  background-color: #D2171A;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 639px) {
  .contact-btn a {
    padding: 8px 24px;
    font-size: 14px;
  }
}

.contact__row-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 24px;
}
@media (max-width: 639px) {
  .contact__row-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact__row-bottom::after {
  position: absolute;
  content: "";
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 1px;
  height: 80px;
  background-color: #333333;
}
@media (max-width: 639px) {
  .contact__row-bottom::after {
    top: 8px;
    height: 60px;
  }
}

.contact-logo {
  width: 40%;
}
.contact-logo img {
  width: 80%;
}

.contact-info {
  margin-top: 16px;
  width: 40%;
}
@media (max-width: 639px) {
  .contact-info {
    margin-top: 0;
  }
}

.contact-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 8px;
}
.contact-icons a {
  color: #333333;
}

.contact-icon {
  font-size: 24px;
}

.contact-address:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 639px) {
  .contact-address:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (max-width: 639px) {
  .contact-address {
    font-size: 12px;
  }
}

/* ============================
* footer
* ========================= */
.p-footer-sub-nav {
  background-color: var(--wp--preset--color--sm-accent);
  color: #fff;
  font-weight: bold;
}
.p-footer-sub-nav .menu-item {
  padding-inline: 6px 12px;
}
.p-footer-sub-nav .menu-item:not(:last-child) {
  border-right: 1px solid #fff;
}

.c-copyright {
  background-color: #E8E8E8;
  color: #6C6C6C;
}

.blog .c-meta__item--author, .single-post .c-meta__item--author {
  display: none;
}

.page-id-15 .example figure {
  margin-top: 8px;
  width: 70%;
}
@media (max-width: 639px) {
  .page-id-15 .example figure {
    width: 100%;
  }
}
.page-id-15 .example figure img {
  width: 100%;
}
.page-id-15 .example figure.ml-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.page-id-15 .example figure.mr-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.page-id-15 .c-row--fill {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-15 .about {
  position: relative;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .page-id-15 .about figure {
    width: 40%;
  }
}
.page-id-15 .about::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  background-color: var(--wp--preset--color--sm-accent);
}
@media (min-width: 640px) and (max-width: 1023px) {
  .page-id-15 .about-body {
    max-width: 40%;
  }
}

.contact-box {
  padding: 8px !important;
}
.contact-box p:not(:first-child) {
  margin-top: 0px;
}

.smf-button-control__control {
  font-weight: bold;
}

.company-about {
  text-align: center;
}

.page-id-186 iframe {
  margin-inline: auto;
  text-align: center;
}

@media (max-width: 639px) {
  .page-id-17 .smb-section-break-the-grid__content--p-l {
    padding: 18px;
  }
}

@media (max-width: 639px) {
  .page-id-19 .wp-block-column.has-sm-text-alt-color {
    padding: 22px !important;
  }
  .page-id-19 .wp-block-column.has-sm-text-alt-color h2 {
    font-size: 1.4rem;
  }
}
.page-id-19 .plane h2 {
  position: static;
  margin-bottom: 0;
}
.page-id-19 .plane h2:before {
  content: none;
  position: static;
  width: 0;
  height: 0;
  background-color: transparent;
  border-radius: 0;
}