/*
Theme Name: Seoinux Child
Description: Child Theme for seoinux Theme
Author: zozothemes
Version: 1.0
Template: seoinux
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */


.logoSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  flex-shrink: 0;
}


.logoSwiper .swiper-slide img {
  display: block;
  width: 150px;
  height: auto;
  object-fit: contain;
}

.logoSwiper .swiper-wrapper {
  transition-timing-function: linear !important; 
}

.page .seoinux-page-header, .error404 .seoinux-page-header{
  background-image: none;
}
header.seoinux-page-header{
  background: rgba(16, 10, 8, 0.79);

}


/* 新着情報セクション */
.news-section {
  background-color: #f6f4f1;
  padding: 80px 0;
  font-family: 'Noto Sans JP', sans-serif;
}

.news-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.news-header {
  margin-bottom: 40px;
}

.news-label-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.news-dot {
  width: 8px;
  height: 8px;
  background-color: #dd7109;
  border-radius: 50%;
}

.news-label {
  font-family: 'Sansation', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #dd7109;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.news-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #534439;
  letter-spacing: 3px;
  margin: 0;
}

.news-list {
  margin-bottom: 50px;
}

.news-item a {
  display: flex;
  align-items: center;
  padding: 24px 24px 24px 45px;
  border-bottom: 1px solid rgba(83, 68, 57, 0.15);
  gap: 60px;
  position: relative;
  transition: opacity 0.3s ease;
}
.news-item a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.news-item:first-child  a{
  border-top: 1px solid rgba(83, 68, 57, 0.15);
}
.news-date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: #212121;
  min-width: 120px;
  flex-shrink: 0;
}

.news-category {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: white;
  padding: 10px 15px;
line-height: 1;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.news-category.category-orange {
  background-color: #FFA12E;
}

.news-category.category-dark-orange {
  background-color: #DD7109;
}

.news-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: #212121;
  flex: 1;
}

.news-button-wrapper {
  display: flex;
  justify-content: center;
}

.news-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background-color: #534439;
  color: white;
  padding: 20px 50px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 300;
  transition: opacity 0.3s ease;
}

.news-button:hover {
  opacity: 0.8;
}

.news-arrow {
  transform: rotate(315deg);
  flex-shrink: 0;
}


/* CTAセクション */
.cta-section {
  padding: 0 0 80px 0;
  font-family: 'Noto Sans JP', sans-serif;
}

.cta-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 38px;
  justify-content: center;
}

.cta-card {
  background-color: white;
  border: 4px solid #ebebeb;
  border-radius: 32px;
  padding: 36px 44px 40px;
  width: 626px;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.cta-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cta-icon {
  width: 82px;
  height: 78px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.cta-icon-blue {
  background-color: #0064e0;
  border: 1px solid #0064e0;
}

.cta-icon-orange {
  background-color: #e07b00;
  border: 1px solid #e07b00;
}

.cta-icon-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.cta-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #534439;
  margin: 0 0 20px 0;
  line-height: 38px;
  letter-spacing: -1px;
}

.cta-description {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #797979;
  line-height: 28px;
  margin: 0 0 24px 0;
  flex: 1;
}

.cta-divider {
  height: 1px;
  background-color: #ebebeb;
  margin-bottom: 24px;
  width: 100%;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 0;
  border-radius: 20px;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
  width: 100%;
  position: relative;
}

.cta-button:hover {
  opacity: 0.9;
}

.cta-button-blue {
  background-color: #0064e0;
  border: 1px solid #0064e0;
}

.cta-button-orange {
  background-color: #e07b00;
  border: 1px solid #e07b00;
}

.cta-button span {
  line-height: normal;
}

.cta-arrow {
  width: 14px;
  height: 14px;
  transform: rotate(315deg);
  flex-shrink: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    gap: 30px;
  }

  .cta-card {
    width: 100%;
    padding: 30px 20px;
  }

  .cta-title {
    font-size: 20px;
    line-height: 32px;
  }

  .cta-description {
    font-size: 16px;
    line-height: 26px;
  }
}
.single.single-cea-service .seoinux-page-header{
  background-image: none;
}

.service-content{
  padding-top: 0;
}

body.page-id-19001 .blog-style-list .post-thumb{
  display: none;
}

.required{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
  display: inline-block;
  background-color: #DD7109;
  border-radius: 0;
  text-align: center;
  line-height: 14px;
  vertical-align: middle;
  padding: 6px 9px;
  margin-right: 10px;
}

.wpcf7-form.init .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select{
padding: 0 40px;
}

input.wpcf7-form-control.wpcf7-submit{
  margin-top: 20px;
  width: 100%;
  max-width: 200px;
  font-size: 18px;
  font-weight: 500;
}

body.page-id-92464  .blog-style-classic-pro .blog-inner .post-more .read-more:after{

  color: #316aa3;
}

 body.page-id-92464  .blog-style-classic-pro a:focus, body.page-id-92464  .blog-style-classic-pro a:hover, body.page-id-92464  .blog-style-classic-pro a:active{

  color: #316aa3 !important;
}

body.page-id-92464  .blog-style-classic-pro ul.nav.pagination.post-pagination > li > span.active{
  border-color: #316aa3;
  background-color: #316aa3;
}

body.page-id-92464  .blog-style-classic-pro ul.nav.pagination.post-pagination > li > a:hover{
  color: #fff !important;

}

body.page-id-92491 .seoinux-content-wrap.container.page{
  max-width: 1320px;
}


/* 会社情報セクション */
.company-info-section {
  padding:  0;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.company-info-container {
  max-width: 1605px;
  margin: 0 auto;
}

.company-info-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: white;
}

.company-info-table th {
  background-color: white;
  border: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 22px;
  font-size: 18px;
  font-weight: 700;
  color: #1c2a33;
  letter-spacing: 0.7px;
  text-align: left;
  vertical-align: top;
  width: 262px;
  min-width: 262px;
}

.company-info-table td {
  background-color: white;
  border: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 22px;
  font-size: 18px;
  font-weight: 500;
  color: #1c2a33;
  letter-spacing: 0.7px;
  vertical-align: middle;
  text-align: left;
}

.company-info-table td p {
  margin: 0;
  line-height: normal;
}

.company-info-table td p:not(:last-child) {
  margin-bottom: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .company-info-container {
    padding: 0 15px;
  }

  .company-info-table {
    display: block;
  }

  .company-info-table thead {
    display: none;
  }

  .company-info-table tbody {
    display: block;
  }

  .company-info-table tr {
    display: block;
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: -2px;
  }

  .company-info-table tr:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .company-info-table tr:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
  }

  .company-info-table th,
  .company-info-table td {
    display: block;
    width: 100%;
    border: none;
    padding: 15px 20px;
  }

  .company-info-table th {
    background-color: #f6f4f1;
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
  }

  .company-info-table td {
    border-top: none;
    padding-top: 10px;
  }
}
/* 会社情報セクション */
.company-info-section {
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.company-info-container {
  max-width: 1605px;
  margin: 0 auto;
}

.company-info-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: white;
}

.company-info-table th {
  background-color: white;
  border: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 22px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1c2a33;
  letter-spacing: 0.7px;
  text-align: left;
  vertical-align: top;
  width: 262px;
  min-width: 262px;
}

.company-info-table td {
  background-color: white;
  border: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 22px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1c2a33;
  letter-spacing: 0.7px;
  vertical-align: middle;
}

.company-info-table td p {
  margin: 0;
  line-height: normal;
}

.company-info-table td p:not(:last-child) {
  margin-bottom: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .company-info-container {
    padding: 0 15px;
  }

  .company-info-table {
    display: block;
  }

  .company-info-table thead {
    display: none;
  }

  .company-info-table tbody {
    display: block;
  }

  .company-info-table tr {
    display: block;
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: -2px;
  }

  .company-info-table tr:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .company-info-table tr:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
  }

  .company-info-table th,
  .company-info-table td {
    display: block;
    width: 100%;
    border: none;
    padding: 15px 20px;
  }

  .company-info-table th {
    background-color: #f6f4f1;
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
  }

  .company-info-table td {
    border-top: none;
    padding-top: 10px;
  }
}

/* 会社沿革セクション */
.company-history-section {
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.company-history-container {
  max-width: 1605px;
  margin: 0 auto;
}

.company-history-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: white;
}

.company-history-table th {
  background-color: white;
  padding: 10px 22px;
  font-size: 18px;
  font-weight: 500;
  color: #1c2a33;
  letter-spacing: 0.7px;
  text-align: left;
  vertical-align: middle;
  width: 120px;
  min-width: 120px;
}

.company-history-table th:empty {
  width: 120px;
}

.company-history-table td {
  background-color: white;
  padding: 10px 22px;
  font-size: 18px;
  font-weight: 500;
  color: #1c2a33;
  letter-spacing: 0.7px;
  vertical-align: middle;
  text-align: left;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .company-history-container {
    padding: 0 15px;
  }

  .company-history-table {
    display: block;
  }

  .company-history-table thead {
    display: none;
  }

  .company-history-table tbody {
    display: block;
  }

  .company-history-table tr {
    display: block;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
  }

  .company-history-table tr:last-child {
    border-bottom: none;
  }

  .company-history-table th,
  .company-history-table td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }

  .company-history-table th {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .company-history-table td {
    padding-top: 0;
  }
}