body{
   font-family:"游ゴシック体","A1 Gothic R","Zen Kaku Gothic New","Yu Gothic","Hiragino Sans",Meiryo,"MS PGothic",sans-serif;
   letter-spacing: .08em!important;
}
html{
    scroll-behavior: smooth;
}

/* video{
    position: absolute;
    height: 100vh;
    object-fit: cover;
} */

.bg__0f172a{
    background: #0F172A;
}
.color__0f172a{
    color: #0F172A;
}
.color__ffffff{
    color:#ffffff;
}
.bg__ffffff{
    background:#ffffff;
}
.h--fixed{
  position: fixed;
  background: #ffffff;
  z-index: 9999;
  width: 100%;
}

/*===================
header
===================*/
/* ==================================================
header
================================================== */

.header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e8edf2;
}

.header__inner {
  min-height: 80px;
}

/* logo
------------------------------ */

.header__logo a {
  text-decoration: none;
}

.header__logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #15558d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.header__company-name {
  display: block;
  color: #17212b;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.header__company-en {
  display: block;
  margin-top: 7px;
  color: #7a828b;
  font-size: 9px;
  letter-spacing: 0.24em;
  white-space: nowrap;
}

/* nav
------------------------------ */

.header__nav a {
  position: relative;
  display: block;
  padding: 29px 0;
  color: #3c4650;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.25s ease;
}

.header__nav a:hover {
  color: #15558d;
}

.header__nav .current-menu-item a,
.header__nav .current_page_item a {
  color: #15558d;
}

/* tel
------------------------------ */

.header__tel {
  padding-left: 24px;
  border-left: 1px solid #e0e5ea;
  white-space: nowrap;
}

.header__tel-icon {
  margin-right: 8px;
  color: #15558d;
  font-size: 15px;
}

.header__tel a {
  color: #15558d;
  font-size: 14px;
  text-decoration: none;
}

/* CTA
------------------------------ */

.header__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 48px;
  padding: 0 18px;
  background: #15558d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.header__cta:hover {
  opacity: 0.8;
}

/* hamburger
------------------------------ */

.header__hamburger {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  /* border: 1px solid #d8dee4; */
  background: #fff;
  cursor: pointer;
}

.header__hamburger span {
  position: absolute;
  left: 10px;
  width: 22px;
  height: 2px;
  background: #17212b;
  transition: 0.25s ease;
}

.header__hamburger span:nth-child(1) {
  top: 13px;
}

.header__hamburger span:nth-child(2) {
  top: 20px;
}

.header__hamburger span:nth-child(3) {
  top: 27px;
}

/* drawer
------------------------------ */

.header {
  position: sticky;
  top: 0;
  z-index: 1000;

  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e8edf2;
}

.header__drawer {
  display: none;
}

@media screen and (max-width: 1023px) {

  .header__inner {
    min-height: 72px;
  }

  .header__drawer {
    position: fixed;
    top: 72px;
    right: 0;
    z-index: 999;
    width: 100%;
    height: calc(100vh - 72px);
    padding: 24px;
    background: #fff;
    overflow-y: auto;
  }

  .header__drawer.is-open {
    display: block;
  }

  .header__drawer li {
    border-bottom: 1px solid #e8edf2;
  }

  .header__drawer li a {
    display: block;
    padding: 18px 4px;
    color: #17212b;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  }

  .header__drawer-contact {
    margin-top: 32px;
  }

  .header__drawer-contact > a:first-child {
    display: block;
    margin-bottom: 16px;
    color: #15558d;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .header__drawer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    background: #15558d;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }

  .header__hamburger.is-open span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }

  .header__hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .header__hamburger.is-open span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 599px) {

  .header__inner {
    min-height: 64px;
  }

  .header__logo-mark {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .header__company-name {
    font-size: 14px;
  }

  .header__company-en {
    margin-top: 5px;
    font-size: 8px;
  }

  .header__drawer {
    top: 64px;
    height: calc(100vh - 64px);
    padding: 16px;
  }
}
/*===================
FV
===================*/
/* ==================================================
main visual
================================================== */

/* .fv {
  position: relative;
  min-height: 720px;
  background-image: url("../images/nvbg_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
} */

.fv {
  position: relative;
  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.42),
      rgba(0, 0, 0, 0.42)
    ),
    url("../images/mvbg_img.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fv__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 42, 74, 0.42);
}

.fv__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 720px;
}

.fv__content {
  width: 100%;
  max-width: 720px;
  color:#ffffff;
}

.fv__meta {
  margin-bottom: 34px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.fv__slash {
  display: inline-block;
  margin: 0 14px;
  font-weight: 400;
}

.fv__title {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.fv__text {
  max-width: 720px;
  margin-top: 42px;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.fv__buttons {
  margin-top: 46px;
}

.fv__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 0 36px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition:
    opacity 0.25s ease,
    background-color 0.25s ease;
}

.fv__button--primary {
  min-width: 310px;
  background: #15558d;
  color: #fff;
}

.fv__button--primary:hover {
  opacity: 0.85;
}

.fv__button--secondary {
  min-width: 255px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.fv__button--secondary:hover {
  background: rgba(255, 255, 255, 0.15);
}

.fv__arrow {
  margin-left: 20px;
  font-size: 28px;
  font-weight: 400;
}


/* ==================================================
tablet
================================================== */

@media screen and (max-width: 1023px) {

  .fv {
    min-height: 650px;
  }

  .fv__inner {
    min-height: 650px;
  }

  .fv__content {
    max-width: 650px;
  }

  .fv__meta {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .fv__title {
    font-size: 52px;
  }

  .fv__text {
    margin-top: 32px;
    font-size: 18px;
  }

  .fv__buttons {
    margin-top: 36px;
  }

  .fv__button {
    min-height: 72px;
    padding: 0 28px;
    font-size: 17px;
  }

  .fv__button--primary {
    min-width: 270px;
  }

  .fv__button--secondary {
    min-width: 220px;
  }
}


/* ==================================================
smartphone
================================================== */

@media screen and (max-width: 599px) {

  .fv {
    min-height: 760px;
    background-position: center center;
  }

  .fv__inner {
    align-items: flex-start;
    min-height: 760px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fv__content {
    max-width: none;
  }

  .fv__meta {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }

  .fv__slash {
    margin: 0 8px;
  }

  .fv__title {
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: 0;
  }

  .fv__text {
    max-width: none;
    margin-top: 20px;
    font-size: 12px;
    line-height: 2;
  }

  .fv__buttons {
    margin-top: 46px;
  }

  .fv__button {
    width: 100%;
    min-width: 0;
    min-height: 76px;
    padding: 0 20px;
    font-size: 18px;
  }

  .fv__button + .fv__button {
    margin-top: 16px;
  }

  .fv__button--primary {
    min-width: 0;
  }

  .fv__button--secondary {
    min-width: 0;
  }

  .fv__arrow {
    margin-left: 18px;
    font-size: 25px;
  }
  .fv {
    background-position: 55% center;
  }
}/* ==================================================
home stats
================================================== */

.home-stats {
  padding: 52px 0;
  background: #f3f6fa;
}

.home-stats__grid {
  grid-template-columns: repeat(4, 1fr);
}

.home-stats__number {
  margin: 0;
  color: #15558d;
  font-size: 30px;
  line-height: 1.2;
}

.home-stats__label {
  margin-bottom: 0;
  color: #7a838c;
  line-height: 1.4;
}


/* tablet */
@media screen and (max-width: 1023px) {

  .home-stats {
    padding: 44px 0;
  }

  .home-stats__number {
    font-size: 26px;
  }
}


/* smartphone */
@media screen and (max-width: 599px) {

  .home-stats {
    padding: 36px 0;
  }

  .home-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }

  .home-stats__number {
    font-size: 22px;
  }
}
/* ==================================================
strength
================================================== */

.section-en {
  color: #15558d;
  font-size: 10px;
  letter-spacing: 0.24em;
}

.section-line {
  display: block;
  width: 42px;
  height: 2px;
  background: #15558d;
}

.strength__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strength-card {
  border: 1px solid #dfe4e9;
  background: #fff;
}

.strength-card__icon {
  color: #15558d;
  font-size: 20px;
}

.strength-card__text {
  color: #707983;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {

  .strength__grid {
    grid-template-columns: 1fr;
  }
}/* ==================================================
services
================================================== */

.services {
  background: #f3f6fa;
}

.services__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #dfe4e9;
}

.services-card + .services-card {
  border-left: 1px solid #dfe4e9;
}

.services-card {
  transition: background-color 0.2s ease;
}

.services-card:hover {
  background: #f8fafc;
}

.services-card__icon {
  color: #15558d;
}

.services-card__text {
  color: #707983;
  line-height: 1.8;
}

.section-more {
  color: #15558d;
  text-decoration: none;
}

.section-more__arrow {
  transition: transform 0.2s ease;
}

.section-more:hover .section-more__arrow {
  transform: translateX(4px);
}

@media screen and (max-width: 1023px) {

  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-card:nth-child(3) {
    border-left: none;
  }

  .services-card:nth-child(n + 3) {
    border-top: 1px solid #dfe4e9;
  }
}

@media screen and (max-width: 599px) {

  .services__grid {
    grid-template-columns: 1fr;
  }

  .services-card + .services-card {
    border-left: none;
    border-top: 1px solid #dfe4e9;
  }
}
/* ==================================================
works
================================================== */

.works__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.works-card {
  border: 1px solid #dfe4e9;
  background: #fff;
  overflow: hidden;
}

.works-card a {
  color: inherit;
  text-decoration: none;
}

.works-card__image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.works-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.works-card:hover .works-card__image img {
  transform: scale(1.04);
}

.works-card__category {
  color: #15558d;
}

@media screen and (max-width: 767px) {

  .works__grid {
    grid-template-columns: 1fr;
  }
}
/* ========================================
   WORKS
======================================== */

.works-section {
  width: 100%;
}


/* heading
---------------------------------------- */

.section-heading__en {
  color: #1d5b96;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}

.section-heading__title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 16px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  color: #1c2733;
}

.section-heading__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: #1d5b96;
}


/* list
---------------------------------------- */

.works-list {
  align-items: stretch;
}


/* card
---------------------------------------- */

.works-card {
  width: calc((100% - 48px) / 3);
  border: 1px solid #d9e0e7;
  background: #fff;
}

.works-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}


/* image
---------------------------------------- */

.works-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f5f7;
}

.works-card__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.works-card__link:hover .works-card__thumbnail {
  transform: scale(1.04);
}

.works-card__noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #8793a0;
  font-size: 14px;
}


/* body
---------------------------------------- */

.works-card__body {
  background: #fff;
}


/* tags
---------------------------------------- */

.works-card__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0 0 12px;
  color: #1d5b96;
}

.works-card__separator {
  color: #1d5b96;
}


/* title
---------------------------------------- */

.works-card__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #1c2733;
  transition: color 0.3s ease;
}

.works-card__link:hover .works-card__title {
  color: #1d5b96;
}


/* more
---------------------------------------- */

.works-section__more-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1d5b96;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.works-section__more-link:hover {
  opacity: 0.7;
}

.works-section__arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.works-section__more-link:hover .works-section__arrow {
  transform: translateX(5px);
}


/* responsive
---------------------------------------- */

@media screen and (max-width: 767px) {

  .works-card {
    width: 100%;
  }

  .section-heading__title {
    font-size: 26px;
  }

  .works-card__title {
    font-size: 18px;
  }

}

/* ========================================
   WORKS responsive
======================================== */

@media screen and (max-width: 599px) {

  .works-list {
    flex-direction: column;
    gap: 24px;
  }

  .works-card {
    width: 100%;
  }

  .works-card__link {
    width: 100%;
  }

  .works-card__image {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .works-card__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .works-card__body {
    width: 100%;
  }

  .works-card__tags {
    margin-bottom: 8px;
  }

  .works-card__title {
    font-size: 18px;
    line-height: 1.6;
  }

  .works-section__more {
    margin-top: 32px;
  }
}
/* ==================================================
news
================================================== */

.news {
  background: #f3f6fa;
}

.news-list {
  border: 1px solid #dfe4e9;
}

.news-list__item {
  color: #17212b;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.news-list__item + .news-list__item {
  border-top: 1px solid #dfe4e9;
}

.news-list__item:hover {
  background: #f8fafc;
}

.news-list__date {
  flex: 0 0 90px;
  color: #7a838c;
}

.news-list__category {
  flex: 0 0 auto;
  padding: 4px 8px;
  border: 1px solid #b8cde0;
  color: #15558d;
}

.news-list__title {
  flex: 1;
}

@media screen and (max-width: 599px) {

  .news-list__date {
    flex: none;
  }
}
/* ==================================================
home contact
================================================== */

.home-contact {
  background: #fff;
}

.home-contact__box {
  border: 1px solid #dfe4e9;
}

.home-contact__text {
  color: #707983;
  line-height: 1.8;
}

.home-contact__tel {
  color: #15558d;
  font-size: 20px;
  text-decoration: none;
}

.home-contact__button {
  min-width: 210px;
  min-height: 52px;
  padding: 0 22px;
  background: #15558d;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.home-contact__button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 599px) {

  .home-contact__button {
    width: 100%;
  }
}
/*===================
会社概要
===================*/
/*会社概要*/
.company_css__title h3{
    font-size: 1.5rem;
}
.company_css dl{
    width: 100%;
    border-bottom: 1px dotted #4b4b4b;
    padding: 1.25em 0;
    font-size: .8rem;
}
.company_css dt{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.2em;
    line-height: 1.5;
}
.company_css dd {
    text-align: center;
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/* ==================================================
footer
================================================== */

.footer {
  padding: 48px 0 0px;
  background: #f3f6fa;
  color: #68727d;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  gap: 72px;
  align-items: start;
}

/* company
------------------------------ */

.footer__company-name {
  margin: 0;
  color: #17212b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.footer__company-en {
  margin-top: 4px;
  color: #8b949d;
  font-size: 9px;
  letter-spacing: 0.2em;
}

.footer__address {
  margin-top: 22px;
  font-size: 13px;
  line-height: 1.8;
}

.footer__contact {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.8;
}

/* title
------------------------------ */

.footer__title {
  margin: 0 0 18px;
  color: #17212b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

/* sitemap
------------------------------ */

.footer__nav-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.footer__nav-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__nav-grid li + li {
  margin-top: 12px;
}

.footer__nav-grid a {
  color: #68727d;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__nav-grid a:hover {
  color: #15558d;
}

/* license
------------------------------ */

.footer__license p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}


/* ==================================================
responsive
================================================== */

@media screen and (max-width: 1023px) {

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px 40px;
  }

  .footer__license {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 599px) {

  .footer {
    padding: 40px 0;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer__license {
    grid-column: auto;
  }

  .footer__nav-grid {
    gap: 24px;
  }

  .footer__company-name,
  .footer__title {
    font-size: 15px;
  }

  .footer__address,
  .footer__contact,
  .footer__nav-grid a,
  .footer__license p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
ドローン点検とは
===================*/
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
ドローン点検とは
===================*/
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
ドローン点検とは
===================*/
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
}
/*===================
お問い合わせ
===================*/
.contact-form {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 32px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

/* ラベル */
.contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

/* 入力系共通 */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fafafa;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

/* フォーカス */
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #1e88e5;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(30,136,229,.15);
}

/* テキストエリア */
.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

/* フィールド間余白 */
.contact-form p {
  margin-bottom: 22px;
}

/* セレクト矢印対策 */
.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

/* 同意チェック */
.contact-form .wpcf7-acceptance {
  font-size: 13px;
  color: #555;
}

.contact-form .wpcf7-acceptance input {
  margin-right: 6px;
}

/* 送信ボタン */
.contact-form input[type="submit"] {
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #1e88e5, #1565c0);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

/* ホバー */
.contact-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(21,101,192,.3);
  opacity: .95;
}

/* 押下 */
.contact-form input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: none;
}

/* エラー */
.contact-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #d32f2f;
  margin-top: 6px;
}

.contact-form .wpcf7-validation-errors,
.contact-form .wpcf7-response-output {
  margin-top: 20px;
  padding: 16px;
  font-size: 14px;
  border-radius: 8px;
}

/* エラー時 */
.contact-form .wpcf7-validation-errors {
  background: #fff5f5;
  border: 1px solid #f44336;
  color: #c62828;
}

/* 送信成功 */
.contact-form .wpcf7-mail-sent-ok {
  background: #f1f8ff;
  border: 1px solid #1e88e5;
  color: #0d47a1;
}

@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 599px) {
      .contact-form {
    padding: 28px 20px;
  }
}
/*===================
下層ページ
===================*/
.site-explain{
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
    margin-top: 40px;
}
.site-explain img{
    width: 100%;
}
.single section h1{
    font-size: 1.5rem;
    color: #4b4b4b;
    padding: 10px;
    padding-left: 0;
    margin-bottom: 40px;
    border-bottom: solid 4px #4b4b4b;
}
.single section h2{
    font-size: 1.2rem;
    /* background: #4b4b4b;
    color: #ffffff; */
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.single section h3{
    font-size: 1.1rem;
    font-weight: bold;
    color: #4b4b4b;
    padding: 10px;
    padding-left: 0;
    margin-top: 20px;
}
.single section p{
    font-size: 1rem;
    line-height: 1.5;
}
@media screen and (max-width:1023px){
}
@media screen and (max-width:599px){
    .site-explain{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 80px;
        margin-top: 20px;
    }
    .single section h1{
        font-size: 1.2rem;
        color: #4b4b4b;
        padding: 8px;
        padding-left: 0;
        margin-bottom: 20px;
        border-bottom: solid 2px #4b4b4b;
    }
    .single section h2{
        font-size: 1.1rem;
        padding: 6px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .single section h3{
        font-size: 1rem;
        font-weight: bold;
        color: #4b4b4b;
        padding: 8px;
        padding-left: 0;
    }
    .single section p{
        font-size: 1rem;
        line-height: 1.4;
    }
}
/*========
投稿フレックス
=========*/
.single .columns-4{
    display: flex;
    flex-wrap: wrap;
}

/*パンくず*/
.breadcrumb{
  display: flex;
  padding-top: 120px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 99;
  flex-wrap: wrap;
  line-height: 1.5;
}
.breadcrumb li{
  padding: 0 15px;
  position: relative;
  z-index: 100;
}
.breadcrumb li:first-child{
padding-left: 0;
}
.breadcrumb li::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
.breadcrumb li:first-child::after{
  content: '';
  width:0;
  height: 0;
  border-top: solid 0px #333;
  border-right: solid 0px #333;
}
@media screen and (max-width:599px){
.breadcrumb{
  display: flex;
  padding-top: 90px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 99;
}
}

/*=======================================
個別・カテゴリー・アーカイブ・タグページ・404共通
========================================*/
/*.page_wrap,*/
.archive_wrap,
.cat_wrap,
.tag_wrap,
.non_wrap{
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
  margin-top: 40px;
  max-width: 1200px;
  width: 100%;
}
/* .page h1,
.archive h1,
.category h1,
.tag h1,
.non h1,
.section_title_css h2{
  text-align: center;
} */
.page h1,
.archive h1,
.category h1,
.tag h1,
.non h1,
.section_title_css h2{
  color:#4b4b4b;
  font-size: 3rem;
  /*font-family: "Rubik Mono One", monospace!important;*/
  font-weight: bold;
  font-style: normal;
}
.page_content_1,
.archive_centent_1,
.category_centent_1,
.tag_centent_1{
  margin-top: 70px;
}
@media screen and (max-width:1025px){
}
@media screen and (max-width:600px){
  /*.page_wrap,*/
  .archive_wrap,
  .cat_wrap,
  .tag_wrap,
  .non_wrap{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .page h1,
  .archive h1,
  .category h1,
  .tag h1,
  .non h1,
  .section_title_css h2{
      font-size: 1.7rem;
  }
  .page_content_1,
  .archive_centent_1,
  .category_centent_1,
  .tag_centent_1{
    margin-top: 30px;
  }
}
/*======================
個別ページ
======================*/
/* .page h2{
  font-size: 1.2rem;
  background: #4b4b4b;
  color: #ffffff;
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.page h3{
  font-size: 1.1rem;
  font-weight: bold;
  color: #4b4b4b;
  padding: 10px;
  padding-left: 0;
  margin-top: 20px;
} */
.page p{
  font-size: 1rem;
  line-height: 1.5;
}
.page .wsp-pages-list,
.page .wsp-posts-list{
  line-height: 2;
}
@media screen and (max-width:600px){
  .page h2{
      font-size: 1.1rem;
      padding: 6px;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .page h3{
      font-size: 1rem;
      font-weight: bold;
      color: #4b4b4b;
      padding: 8px;
      padding-left: 0;
  }
  .page p{
      font-size: 1rem;
      line-height: 1.5;
  }
}
/*======================
Category・Archiveページ
======================*/
.cat_ul,
.archive_ul,
.tag_ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cat_ul li,
.archive_ul li,
.tag_ul li{
  width: 27%;
  margin: 0 auto;
  margin-top: 40px;
  border:solid 1px rgba(0,0,0,.3)
}
.cat_img_css,
.archive_img_css,
.tag_img_css{
  width: 100%;
}
.cat_title_wrap,
.archive_title_wrap,
.tag_title_wrap{
  text-align: center;
  margin-top: 10px;
}
.title_a_css a p,
.archive_a_css a p,
.tag_a_css a p{
  text-align: center;
  padding: 10px;
}
@media screen and (max-width:1025px){
  .cat_ul li,
  .archive_ul li,
  .tag_ul li{
    width: 47%;
  }
}
@media screen and (max-width:600px){
  .cat_ul,
  .archive_ul,
  .tag_ul{
    display: block;
  }
  .cat_ul li,
  .archive_ul li,
  .tag_ul li{
    width: 100%;
  }
}
/*======================
個別ページ
======================*/
/*===「page.php」以外の個別ページ見出し====*/
.other_page-section_title_css h2{
  font-size: 3rem!important;
  font-weight: bold!important;
  font-style: normal!important;
  background: none!important;
  text-align: center!important;
  color:#4b4b4b!important;
}
/*===料金表====*/
.page_content_1{
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
  margin-top: 40px;
  max-width: 1200px;
  width: 100%;
}
.page-table_above{
  text-align: center;
  margin:0 auto;
}
.table-under{
  text-align: center;
}
.table-under{
  margin-top: 80px;
}
@media screen and (max-width:1023px){
  .price_css h2{
    text-align: center!important;
    font-size: 1.5rem!important;
    background: none!important;
    font-weight: bold!important;
    color:#4b4b4b!important;
  }
  .table-under{
    margin-top: 40px;
    font-size: 0.8rem!important;
  }
  .page-table_above p,
  .table-under p{
    font-size: 0.8rem!important;
  }
}
@media screen and (max-width:599px){
  .table-under{
    margin-top: 20px;
  }
  .page-table_above p,
  .table-under p{
    font-size: 0.7rem!important;
  }
  .page_content_1{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /*===「page.php」以外の個別ページ見出し====*/
  .other_page-section_title_css h2{
    text-align: center!important;
    font-size: 1.2rem!important;
    background: none!important;
    font-weight: bold!important;
    color:#4b4b4b!important;
  }
}
/*=======================
その他
=======================*/
#contact h2,
.contact h2{
  color: #000000;
  background: none!important;
}

/*footer*/
.footer_bottom{
    padding: 20px;
    text-align: center;
}
@media screen and (max-width:600px){
  .footer_bottom{
    font-size: 0.8rem;
}
}
/*footer--end*/
/*pagetopボタン*/
#page-bottom{
  line-height: 1.5;
}
#page-bottom a{
    display: flex;
    justify-content:center;
    align-items:center;
    /*background:#4b4b4b;*/
    background:#4b4b4b;
    color:#ffffff;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; 
    text-decoration: none;
    font-size:0.6rem;
    transition:all 0.3s;
  }
  #page-bottom a:hover{
    background:#027996;
  }
  #page-bottom {
    position: fixed;
    right: 10px;
    bottom:100px;
    z-index: 2;
    opacity: 0;
    transform: translateX(100px);
  }
  #page-bottom.LeftMove{
    animation: LeftAnime 0.5s forwards;
  }
  @keyframes LeftAnime{
    from {
      opacity: 0;
    transform: translateX(100px);
    }
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }
  #page-bottom.RightMove{
    animation: RightAnime 0.5s forwards;
  }
  @keyframes RightAnime{
    from {
      opacity: 1;
    transform: translateX(0);
    }
    to {
      opacity: 1;
    transform: translateX(100px);
    }
  }
  /*お問合せフォーム20260819*/
  /* ==================================================
contact layout
================================================== */

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  align-items: start;
}

.contact-layout__main {
  min-width: 0;
}

.contact-layout__side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


/* ==================================================
contact info card
================================================== */

.contact-info-card {
  padding: 28px 26px;
  border: 1px solid #d7dde3;
  background: #fff;
}

.contact-info-card--primary {
  background: #f3f6fa;
}

.contact-info-card__icon {
  margin-bottom: 20px;
  color: #15558d;
  font-size: 22px;
  line-height: 1;
}

.contact-info-card__label {
  margin-bottom: 8px;
  color: #737d87;
  font-size: 12px;
  line-height: 1.5;
}

.contact-info-card__tel {
  display: inline-block;
  color: #15558d;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.contact-info-card__small {
  margin-top: 8px;
  color: #737d87;
  font-size: 11px;
  line-height: 1.6;
}

.contact-info-card__text {
  color: #202830;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
  overflow-wrap: anywhere;
}


/* ==================================================
responsive
================================================== */

@media screen and (max-width: 1023px) {

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-layout__side {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {

  .contact-layout {
    gap: 32px;
  }

  .contact-layout__side {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-info-card {
    padding: 24px 20px;
  }

  .contact-info-card__tel {
    font-size: 20px;
  }
}

/*==========================
個別ページ
==========================*/
/* ==================================================
page lead
================================================== */

.page-lead {
  padding: 56px 0 58px;
  background: #f3f6fa;
}

.page-lead__inner {
  width: 100%;
}

.page-lead__en {
  margin-bottom: 14px;
  color: #15558d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.22em;
}

.page-lead__title {
  margin: 0;
  color: #17212b;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

.page-lead__text {
  margin-top: 12px;
  color: #6f7882;
  font-size: 14px;
  line-height: 1.8;
}


/* ==================================================
responsive
================================================== */

@media screen and (max-width: 1023px) {

  .page-lead {
    padding: 48px 0 50px;
  }

  .page-lead__title {
    font-size: 34px;
  }
}

@media screen and (max-width: 599px) {

  .page-lead {
    padding: 40px 0 42px;
  }

  .page-lead__en {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .page-lead__title {
    font-size: 30px;
  }

  .page-lead__text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.9;
  }
}
/* ==================================================
個別ページ
================================================== */
/* ==================================================
page services
================================================== */

.page-services {
  background: #fff;
}

.page-services__lead {
  color: #737d87;
}

.page-services__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-services-card {
  border: 1px solid #dfe4e9;
  background: #fff;
}

.page-services-card__icon {
  color: #15558d;
  font-size: 20px;
}

.page-services-card__text {
  color: #707983;
  line-height: 1.9;
}

.page-services-card__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
}

.page-services-card__list span {
  position: relative;
  padding-left: 12px;
  color: #56616c;
  font-size: 12px;
  line-height: 1.6;
}

.page-services-card__list span::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 2px;
  height: 1em;
  background: #9bb9d4;
}

@media screen and (max-width: 599px) {

  .page-services__grid {
    grid-template-columns: 1fr;
  }

  .page-services-card__list {
    grid-template-columns: 1fr;
  }
}
/* ==================================================
flow
================================================== */

.flow {
  background: #f3f6fa;
}

.flow__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #dfe4e9;
}

.flow-card {
  min-height: 170px;
}

.flow-card:not(:nth-child(3n + 1)) {
  border-left: 1px solid #dfe4e9;
}

.flow-card:nth-child(n + 4) {
  border-top: 1px solid #dfe4e9;
}

.flow-card__number {
  color: #15558d;
  font-size: 13px;
}

.flow-card__text {
  color: #707983;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {

  .flow__grid {
    grid-template-columns: 1fr;
  }

  .flow-card {
    min-height: auto;
  }

  .flow-card:not(:nth-child(3n + 1)) {
    border-left: none;
  }

  .flow-card + .flow-card {
    border-top: 1px solid #dfe4e9;
  }
}
/* ==================================================
estimate
================================================== */

.estimate {
  background: #fff;
}

.estimate__layout {
  grid-template-columns: 1fr 1fr;
}

.estimate__image {
  overflow: hidden;
}

.estimate__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.estimate__text {
  color: #707983;
  line-height: 2;
}

.estimate__button {
  min-height: 50px;
  padding: 0 24px;
  background: #15558d;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.estimate__button:hover {
  background: #0d426f;
}

.estimate__button:hover span {
  transform: translateX(3px);
}

.estimate__button span {
  display: inline-block;
  transition: transform 0.2s ease;
}

@media screen and (max-width: 767px) {

  .estimate__layout {
    grid-template-columns: 1fr;
  }

  .estimate__image img {
    min-height: 260px;
  }

  .estimate__button {
    width: 100%;
  }
}

/* ==================================================
page company
================================================== */
/* ==================================================
message
================================================== */

.message {
  background: #fff;
}

.message__layout {
  grid-template-columns: 1fr 1.05fr;
}

.message__image {
  overflow: hidden;
}

.message__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.message__text {
  color: #65707a;
  line-height: 2;
}

.message__signature {
  color: #17212b;
}


/* tablet */
@media screen and (max-width: 1023px) {

  .message__layout {
    grid-template-columns: 1fr 1fr;
  }

  .message__image img {
    min-height: 360px;
  }
}


/* smartphone */
@media screen and (max-width: 767px) {

  .message__layout {
    grid-template-columns: 1fr;
  }

  .message__image img {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .message__content {
    margin-top: 8px;
  }

  .message__text {
    line-height: 1.9;
  }
}
/* ==================================================
company profile
================================================== */

.company-profile {
  background: #f3f6fa;
}

.company-profile__table-wrap {
  width: 100%;
  overflow-x: auto;
}

.company-profile__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #dfe4e9;
}

.company-profile__table th,
.company-profile__table td {
  padding: 20px 22px;
  border-bottom: 1px solid #dfe4e9;
  vertical-align: middle;
  text-align: left;
}

.company-profile__table tr:last-child th,
.company-profile__table tr:last-child td {
  border-bottom: none;
}

.company-profile__table th {
  width: 220px;
  color: #15558d;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
}

.company-profile__table td {
  color: #39434d;
  font-size: 13px;
  line-height: 1.8;
}


/* ==================================================
tablet
================================================== */

@media screen and (max-width: 1023px) {

  .company-profile__table th {
    width: 180px;
  }
}


/* ==================================================
smartphone
================================================== */

@media screen and (max-width: 599px) {

  .company-profile__table {
    border: none;
    background: transparent;
  }

  .company-profile__table,
  .company-profile__table tbody,
  .company-profile__table tr,
  .company-profile__table th,
  .company-profile__table td {
    display: block;
    width: 100%;
  }

  .company-profile__table tr {
    margin-bottom: 12px;
    border: 1px solid #dfe4e9;
    background: #fff;
  }

  .company-profile__table th,
  .company-profile__table td {
    border-bottom: none;
  }

  .company-profile__table th {
    padding: 14px 16px 4px;
    font-size: 12px;
  }

  .company-profile__table td {
    padding: 4px 16px 14px;
    font-size: 12px;
  }
}/* ==================================================
history
================================================== */

.history {
  background: #fff;
}

.history__list {
  position: relative;
  max-width: 760px;
}

.history__list::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 4px;
  width: 1px;
  background: #cbd7e2;
}

.history__item {
  position: relative;
  padding-left: 28px;
}

.history__item + .history__item {
  margin-top: 34px;
}

.history__dot {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #15558d;
}

.history__year {
  color: #15558d;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.history__text {
  color: #39434d;
  line-height: 1.8;
}


/* tablet */
@media screen and (max-width: 1023px) {

  .history__item + .history__item {
    margin-top: 30px;
  }
}


/* smartphone */
@media screen and (max-width: 599px) {

  .history__item {
    padding-left: 24px;
  }

  .history__item + .history__item {
    margin-top: 26px;
  }

  .history__year {
    font-size: 13px;
  }

  .history__text {
    font-size: 12px;
  }
}
/* ==================================================
access
================================================== */

.access {
  background: #f3f6fa;
}

.access__box {
  padding: 32px 28px;
  border: 1px solid #dfe4e9;
  background: #fff;
}

.access__box p {
  margin: 0;
  color: #39434d;
  font-size: 14px;
  line-height: 2;
}


/* ==================================================
smartphone
================================================== */

@media screen and (max-width: 599px) {

  .access__box {
    padding: 24px 20px;
  }

  .access__box p {
    font-size: 13px;
    line-height: 1.9;
  }
}
/* ==================================================
archive news
================================================== */

.archive-news {
  background: #fff;
}

.archive-news__list {
  max-width: 1040px;
  margin: 0 auto;
}

.archive-news__item {
  padding: 36px 40px;
  border: 1px solid #dfe4e9;
  background: #fff;
}

.archive-news__item + .archive-news__item {
  margin-top: 24px;
}


/* meta
------------------------------ */

.archive-news__date {
  color: #7b858f;
  font-size: 12px;
  line-height: 1.4;
}

.archive-news__category {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 8px;

  border: 1px solid #b8cde0;

  color: #15558d;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}


/* title
------------------------------ */

.archive-news__title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.archive-news__title a {
  color: #17212b;
  text-decoration: none;

  transition: color 0.2s ease;
}

.archive-news__title a:hover {
  color: #15558d;
}


/* excerpt
------------------------------ */

.archive-news__excerpt {
  color: #707983;
  font-size: 13px;
  line-height: 1.9;
}

.archive-news__excerpt p {
  margin: 0;
}


/* ==================================================
pagination
================================================== */

.archive-news__pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.archive-news__pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 40px;
  height: 40px;
  padding: 0 10px;

  border: 1px solid #dfe4e9;

  color: #39434d;
  font-size: 13px;
  text-decoration: none;

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.archive-news__pagination a.page-numbers:hover {
  border-color: #15558d;
  background: #15558d;
  color: #fff;
}

.archive-news__pagination .current {
  border-color: #15558d;
  background: #15558d;
  color: #fff;
}


/* ==================================================
smartphone
================================================== */

@media screen and (max-width: 599px) {

  .archive-news__item {
    padding: 24px 20px;
  }

  .archive-news__item + .archive-news__item {
    margin-top: 16px;
  }

  .archive-news__meta {
    gap: 8px;
  }

  .archive-news__date {
    font-size: 11px;
  }

  .archive-news__category {
    font-size: 9px;
  }

  .archive-news__title {
    font-size: 16px;
  }

  .archive-news__excerpt {
    font-size: 12px;
    line-height: 1.8;
  }
}
/* GitHub更新テスト */