@charset "utf-8";

/* ------------------------------
  TOP
--------------------------------*/
.fv {
  background: url(../images/fv.jpg) center / cover no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
  background-attachment: fixed;
	min-height: -webkit-fill-available;
	aspect-ratio: 16 / 9;
}

.fv_inner {
  position: absolute;
  top: 50%;
  left: 7rem;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  text-shadow: 1px 2px 7px #fff;
}

.fv_inner h2.hero-title {
  font-size: 3.8rem;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
}

.hero-title span {
  font-size: 2.4rem;
  color: #bfa15f;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.fv_inner p {
  margin: 1rem 0;
}

.hero-badges {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 16px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
}

.badge-item {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(191, 161, 95, 0.4);
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 15px;
  backdrop-filter: blur(5px);
  justify-content: center;
}

.badge-item i {
  font-size: 2.4rem;
  color: #bfa15f;
}

.badge-item strong {
  color: #bfa15f;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
	.badge-item{
		height: fit-content;
	}
}

@media screen and (max-width: 550px) {
  .fv{
    background: url(../images/fv_s.jpg) center / cover no-repeat;
    background-attachment: scroll!important;
  }
}

section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.section-title-en {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  color: #bfa15f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 10px;
}

.section-title {
  font-size: 3.2rem;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #bfa15f;
}

.trouble-section,
.concept-section,
.services-section,
.partner-section,
.catalog-section,
.info-section {
  padding: 5rem 0;
}

.trouble-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 50px;
}

.trouble-card {
  background-color: #f4f7f5;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #e8efe9;
}

.trouble-icon-wrap {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.trouble-icon-wrap i {
  font-size: 2.2rem;
  color: #0b301f;
}

.trouble-txt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #3b4d44;
  line-height: 1.7;
}

.concept-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 40px;
}
.concept-img-wrap img{
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(11, 48, 31, 0.12);
  width: 100%;
}

.concept-img-wrap {
  position: relative;
}

.concept-lead {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  color: #0b301f;
  margin-bottom: 30px;
  line-height: 1.6;
}

.concept-text {
  font-size: 16px;
  color: #4a5d54;
  margin-bottom: 30px;
}

.concept-point {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

.concept-point i {
  color: #bfa15f;
  font-size: 1.8rem;
  margin-top: 5px;
}

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 120px;
}

.service-block:nth-child(even) {
  direction: rtl;
}

.service-block:nth-child(even) .service-info {
  direction: ltr;
}

.service-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(11, 48, 31, 0.12);
}

.service-label {
  font-size: 1.3rem;
  color: #bfa15f;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  display: block;
}

.service-title {
  font-size: 3rem;
  margin-bottom: 25px;
  line-height: 1.4;
}

.service-sub {
  font-size: 1.6rem;
  font-weight: 700;
  color: #bfa15f;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-desc {
  font-size: 1.5rem;
  color: #555555;
  margin-bottom: 30px;
  text-align: justify;
}

.service-features {
  margin-bottom: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.feature-item i {
  color: #158360;
}

.service-link {
  font-size: 14px;
  color: #0b301f;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #0b301f;
  padding-bottom: 4px;
}

.partner-group {
    margin-bottom: 50px;
}

.partner-type-title {
    font-size: 1.6rem;
    color: #bfa15f;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.partner-type-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #e2e8f0;
}
.partner-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.logo-card {
    background-color: #ffffff;
    border: 1px solid #e8efe9;
    padding: 25px;
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
    color: #0b301f;
    font-size: 1.4rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}
.catalog-card {
    background-color: #f4f7f5;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}
.catalog-img-placeholder {
    height: 200px;
    background: linear-gradient(135deg, #e8efe9, #cbd5e1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.catalog-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #0b301f;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
}
.catalog-body {
    padding: 30px 25px;
}
.catalog-name {
    font-size: 20px;
    margin-bottom: 12px;
    color: #0b301f;
    display: flex;
    align-items: center;
    gap: 8px;
}
.catalog-name i {
    color: #bfa15f;
    font-size: 16px;
}
.catalog-desc {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.info-title h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.info-title p{
    font-size: 13px;
    color: #666;
}
.info-details dt {
    font-weight: 700;
    color: #0b301f;
    margin-top: 20px;
    font-size: 16px;
}
.info-details dd {
    color: #4a5d54;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 0;
}
.info-details dt {
    font-weight: 700;
    color: #0b301f;
    margin-top: 20px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
	.hero-badges{
		width:90%;
	}
  .section-title{
    font-size: 2.2rem;
  }
  .trouble-grid , .concept-grid, .service-block, .partner-logo-grid, .catalog-grid, .info-grid {
    grid-template-columns: 1fr;
  }
  .trouble-card{
    display: flex;
    padding: 30px 20px;
  }
  .trouble-icon-wrap{
    margin: 0 10px 0 0;
  }
}

@media (max-width: 550px) {
  .fv_inner{
    left: 15px;
    top: 220px;
  }
  .fv_inner h2.hero-title {
    font-size: 2.2rem;
  }
  .hero-title span{
    font-size: 1.8rem;
  }
  .hero-badges{
    grid-template-columns: 1fr;
    left: 1%;
    transform: unset;
    width: auto;
    gap: 10px;
  }
  .service-img{
    height: auto;
  }
}
@media (max-width: 385px) {
	.hero-badges{
		display:none;
	}
	
}

/* インフォメーション */
.grid article.news-card a,
.news-list article.news-item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dotted;
  padding: 1rem 0;
}

.grid article.news-card a time,
.news-meta {
  margin-right: 2rem;
}

.grid article.news-card a h3,
.news-title {
  font-size: 100%;
  line-height: 1.3;
}


/* お知らせ */
.newarrival_list li {
  border-bottom: 1px dotted #ccc;
  padding: 1rem 0;
}

h2.pagetitle {
  border-bottom: 1px dotted #ccc;
  line-height: 1.3;
}

.info_data {
  display: flex;
  flex-wrap: wrap;
}

.entry-date,
.entry-author,
.entry-cat {
  font-size: 80%;
  margin-right: .5rem;
}

.news-archive h1.page-title {
  font-size: 2.4rem;
}


/* ブログ */
.singlePost_inner {
  margin: 2rem 0;
}

/* 関連記事 */
.post_cat {
  background: #f4f4f4;
  padding: 2rem;
  border-radius: 15px;
}

/* =================================================
  ページネーション（ページ送り）
================================================= */
.p-pagination {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

/* WordPressが自動生成するナビゲーション囲みクラス */
.p-pagination .nav-links {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  /* ボタン同士の間隔 */
  flex-wrap: wrap;
}
.p-pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 6px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.p-pagination a.page-numbers:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}
.p-pagination .page-numbers.current {
  border-color: #333;
  background-color: #333;
  color: #fff;
  cursor: default;
}
.p-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  color: #999;
  cursor: default;
}
.p-pagination .prev.page-numbers,
.p-pagination .next.page-numbers {
  font-size: 18px;
}