/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.12.0
Tested up to: 6.8
Requires at least: 6.0
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.hamburger-menu{
	display: none;
}
.clearfix {
  min-height: 1px;
}
.c-postContent>:first-child {
    margin-top: unset;
}
a{
	text-decoration: none;
}
body{
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
.pcnon{
	display: none;
}

.spnon{
	display: block;
}

.hmenu{
	z-index: 1000;
	position: absolute;
	top: 30px;
    right: 150px;
	font-size: 14px;
    background: rgba(0,0,0,0.0);
	padding: 0;
}
.hmenu.is-animation{
    background: rgba(0,0,0,0.5);
	padding: 20px;
	top: 0;
	right: 0;
}


.hmenu li{
	float: left;
	margin: 0 35px 0 0;
	display:  block;
	line-height: 1;
}

.hmenu a{
 color: #000;	
	display:  block;
	padding: 5px 0;
	font-size: 16px;
	text-decoration: none;
}
.hmenu a:hover{
	opacity: 0.7;
}
.head_wrap {
    height: 100px;
    background: #fff;
    width: 100%;
    z-index: 100;
}

.hmenu > li > a span {
    display: block;
    font-size: 12px;
    color: #888;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}

.side_btn{
	position: fixed;
	right: 0;
	top: 250px;
	z-index: 1000;
}
.top_logo{
	z-index: 1000;
	position: absolute;
	top: 15px;
	left: 20px;
}
.top_logo img{
    height: 70px;
    width: auto;
}



.info-section {
    padding-top: 0;
    padding-bottom: 80px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.info-card {
    position: relative;
    padding-top: 15px;
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%; 
    background-color: #b1dcf5;
    z-index: 1;
}

.info-card2 {
    position: relative;
    padding-top: 15px;
}

.info-card2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%; 
    background-color: #b1dcf5;
    z-index: 1;
}


.card-image-wrapper {
    position: relative;
    z-index: 2;
    padding: 0 25px 30px 25px; 
    background-color: transparent; 
}

.card-image-wrapper img {
    display: block;
    width: 100%;
	margin-top: 20px;
}

.card-content {
    padding: 0 30px 30px 30px;
    text-align: center;
}


.card-content h3 {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
	position: relative;
	padding-bottom: 10px;
}
.card-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: 0 auto;
    width: 60px;
    height: 3px;
    background-color: #333;
}
.card-content p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin: 0 0 30px 0;
    text-align: left;
}


.foot_contact h2{
	text-align: center;
	font-size: 77px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: normal;
    font-family: 'Oswald', sans-serif;

}
.foot_contact h3{
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 50px;
}

.contact_txt{
	margin: 0 10%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 50px;
}
.contact_p01{
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.contact_p01 a{
	color: #fff;
	font-weight: bold;
}

.contact_p02{
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}
.contact_p02 a{
	color: #fff;
	font-weight: bold;
}

.fad{
	line-height: 2;
	margin-bottom: 20px;
}


.fworktime{
	line-height: 2;
	margin-bottom: 20px;
}
.top-news-section {
    background-color: #ebf4fa;
    padding: 80px 0;
    overflow: hidden;
position: relative;
}

.top-news-container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}


.news-background-text {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 140px;
	font-weight: 700;
    color: #c6dfef;
    writing-mode: vertical-rl;
    z-index: 1;
    user-select: none;
    font-family: Arial;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 2;
}

.news-list li {
    margin-bottom: 15px;
}

.news-list li:last-child {
    margin-bottom: 0;
}

.news-list a {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px 30px;
    text-decoration: none;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-list a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}

.news-list a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background-color: #4bbbeb;
}

.news-date {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #4bbbeb; /* テーマカラー */
    font-size: 16px;
    margin-right: 25px;
    padding-left: 10px; /* 黄色い線との余白 */
    flex-shrink: 0;
}

.news-title {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cen{
	text-align: center;
	display: block;
	margin: 0 auto;
}

.foot_contact{
	background-image: url(/wp-content/uploads/contactbg.jpg);
	padding: 50px 0;
	font-family: sans-serif;
}

.fban2 {
    max-width: 1200px;
    display: flex;
    margin: 0 auto 50px auto;
}
.fban2 p {
    flex-basis: 30%;
    margin: 0 1.5%;
}
.fban2 p img {
    width: 100%;
    height: auto;
}

/* フッター全体 */
.site-footer {
  background-color: #fff;
  color: #333;
  font-size: 15px;
  border-top: 1px solid #e9ecf2;
}

/* フッターコンテナ（幅と余白を管理） */
.footer-container {
  width: 90%; /* 全体を90%に */
  max-width: 1200px; /* PCでの最大幅 */
  margin: 0 auto; /* 中央寄せ */
  padding: 60px 0;
}

/* メインコンテンツ（4カラムグリッド） */
.footer-main-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr; /* 1列目を少し広く */
  gap: 30px; /* カラム間の余白 */
  text-align: left; /* 全体を左揃えに */
}

/* 1. 会社情報エリア */
.footer-info p {
  margin: 0 0 10px 0;
  line-height: 1.7;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-logo-tagline {
  font-size: 13px;
  color: #555;
  margin-bottom: 5px;
}
.footer-logo img {
  max-width: 280px;
  height: auto;
}

/* 電話番号 */
.footer-phone {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.footer-phone .phone-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.footer-phone a {
  font-size: 26px;
  font-weight: bold;
  color: #4bbbeb; /* テーマカラー */
  text-decoration: none;
}

/* お問い合わせボタン */
.footer-contact-button {
  display: inline-block;
  background-color: #4bbbeb;
  color: #fff;
  font-weight: bold;
  padding: 12px 40px;
  text-decoration: none;
  position: relative;
  transition: opacity 0.3s;
}
.footer-contact-button:hover {
  opacity: 0.8;
}
/* ボタン右下の飾り */
.footer-contact-button::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  background-color: #b1dcf5; /* 薄い青 */
  z-index: -1;
}

/* 2,3,4. リンクエリア */
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li {
  margin-bottom: 15px;
}
.footer-links a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: #4bbbeb;
}

/* コピーライト */
.footer-copyright {
  text-align: center;
  padding: 20px 5%;
  font-size: 13px;
  color: #555;
  border-top: 1px solid #e9ecf2;
}

/* レスポンシブ対応（スマートフォン表示） */
@media (max-width: 768px) {
  .footer-main-content {
    grid-template-columns: 1fr; /* 1カラムに変更 */
    gap: 0;
  }
  .footer-container {
        padding: 40px 0;
        margin: 0 10%;
        width: auto;
  }
	
}

.mv_photo{
	position: relative;	
}
.mv_photo img{
    display: block;
    height: 700px;
    object-fit: cover;
    width: 100%;
    object-position: 100% 0;
}
/* 縦書きテキストのコンテナ */
.mv_catch {
  position: absolute;
  top: 50%;
  right: 15%;
	min-height: 500px;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  gap: 25px;
}

.mv_catch h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 0 20px;
  text-orientation: upright;
}

.mv_catch h3 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.9;
  letter-spacing: 0.15em;
  margin: 40px 0 0 0;
}

/* スマートフォンなど画面幅が狭い場合の調整 */
@media (max-width: 768px) {
  .mv_catch {
    right: 15%; /* 右からの位置を調整 */
    gap: 15px;
		top: 80%;
  }
  .mv_catch h2 {
    font-size: 7vw; /* スマホでは少し大きめに */
  }
  .mv_catch h3 {
    font-size: 15px;
  }
.mv_photo img {
    display: block;
    height: 400px;
    object-fit: cover;
    width: 100%;
    object-position: 30% 0px;
}
}

/*
--- 工事実績ページ 修正スタイル ---
*/

/* 見出しのスタイル */
.table-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 3px solid #4bbbeb;
  margin-top: 40px;
  margin-bottom: 20px;
}
.table-title:first-of-type {
  margin-top: 0;
}

/* 実績リストのコンテナ */
.works-list {
  border: 1px solid #e9ecf2;
  border-radius: 8px;
  overflow: hidden;
}

/* 各実績アイテム */
.work-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecf2;
}
.work-item:last-child {
  border-bottom: none;
}
.work-item:nth-child(even) {
  background-color: #f7faff;
}

/* 工事名 */
.work-item__name {
  flex-grow: 1;
  padding-right: 20px;
  margin: 0;
  line-height: 1.7;
}

/* 日付エリア */
.work-item__meta {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #555;
  white-space: nowrap;
}
.work-item__meta strong {
  font-weight: normal;
  color: #777;
}


/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .work-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .work-item__name {
    padding-right: 0;
    font-weight: bold;
  }
  .work-item__meta {
    width: 100%;
    justify-content: flex-start;
    gap: 30px;
  }
}

/*
--- 下層ページ共通スタイル ---
*/

/* ヘッダー (背景画像なし)
--------------------------------*/
.subpage-header {
  background-color: #f7faff;
  padding: 50px 0;
  border-bottom: 1px solid #e9ecf2;
}
.subpage-header .page-container {
  text-align: center;
}
.subpage-header__icon {
  font-size: 42px; /* アイコンのサイズをフォントサイズで指定 */
  color: #4bbbeb; /* テーマカラーを適用 */
  margin-bottom: 20px;
}
.subpage-header__title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
.subpage-header__subtitle {
  font-size: 16px;
  color: #4bbbeb;
  margin: 5px 0 0 0;
  letter-spacing: 1px;
}


.service-details-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* --- 各ステップのコンテナ --- */
.service-details-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
/* 偶数番目は画像とテキストを反転 */
.service-details-item:nth-child(even) {
  flex-direction: row-reverse;
}
.step-item {
  position: relative;
}

/* --- ステップ内の画像エリア --- */
.service-details-item__image {
  flex: 0 0 45%;
}
.service-details-item__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.07);
}

/* --- ステップ内のテキストエリア --- */
.service-details-item__content {
  flex: 1;
}

/* --- ステップ番号のタグ --- */
.step-tag {
  display: inline-block;
  background-color: #4bbbeb;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 50px;
  margin-bottom: 15px;
}

/* --- 各ステップのタイトル --- */
.service-details-item__title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.service-details-item__title .icon-title {
  margin-right: 10px;
  color: #4bbbeb;
}

/* --- 各ステップの説明文 --- */
.service-details-item p {
  line-height: 1.8;
  font-size: 15px;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 900px) {
  .service-details-item,
  .service-details-item:nth-child(even) {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}


.table-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 3px solid #4bbbeb;
  margin-top: 40px;
  margin-bottom: 20px;
}
.table-title:first-of-type {
  margin-top: 0;
}

/* テーブルを囲むラッパー（スマホで横スクロールさせるため） */
.table-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
}

/* テーブル本体のスタイル */
.works-table {
  width: 100%;
  min-width: 600px; /* スマホ表示時の最小幅 */
  border-collapse: collapse;
  font-size: 15px;
}

.works-table th,
.works-table td {
  border: 1px solid #e9ecf2;
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
}

.works-table th {
  background-color: #f7faff;
  font-weight: bold;
  white-space: nowrap;
	color: #333;
}

.works-table tbody tr:nth-child(even) {
  background-color: #f7faff;
}

.works-table td:nth-child(2),
.works-table td:nth-child(3) {
  text-align: center;
  white-space: nowrap;
}

.representative-signature {
  margin-top: 30px;
  text-align: right;
  line-height: 1.5;
}
.representative-signature .name {
  font-size: 22px;
  font-weight: bold;
}

/* テーブルラッパー */
.table-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
}

/* 会社概要テーブル */
.profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.profile-table th,
.profile-table td {
  border: 1px solid #e9ecf2;
  padding: 15px !important;
  vertical-align: top;
}
.profile-table th {
  background-color: #f7faff;
  font-weight: bold;
  width: 25%;
  min-width: 180px;
  text-align: left;
}

/* 沿革テーブル */
.history-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.history-table th,
.history-table td {
  border-bottom: 1px dotted #ccc;
  padding: 15px 10px !important;
  vertical-align: top;
}
.history-table th {
  font-weight: bold;
  white-space: nowrap;
  padding-right: 20px;
    width: 25%;
    min-width: 180px;
	background-color: #f7faff;
}

/* 保有資格グリッド */
.qualifications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 25px;
}
.qualification-item {
  background: #f7faff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qualification-item span {
  font-size: 18px;
  font-weight: bold;
  color: #4bbbeb;
}

/* マップ */
.map-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}
.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}


@media (max-width: 768px) {
.qualifications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}
}



/* ページ基本コンテナ
--------------------------------*/
.page-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.page-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* コンテンツセクション
--------------------------------*/
.content-section {
  padding: 30px 0;
}
.section-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #4bbbeb;
}
.section-title--left {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* 導入セクション (テキスト+画像)
--------------------------------*/
.intro-section {
  display: flex;
  align-items: center;
  gap: 50px;
}
.intro-text {
  flex: 1;
}
.intro-text p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 1.5em;
}
.intro-image {
  flex: 0 0 45%;
  max-width: 45%;
}
.intro-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* 強みセクション (リスト形式)
--------------------------------*/
.strengths-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.strength-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.strength-item__icon {
  flex-shrink: 0;
  font-size: 36px;
  color: #4bbbeb;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eaf6ff;
  border-radius: 50%;
}
.strength-item__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.strength-item__text p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* 工事内容セクション (カードグリッド)
--------------------------------*/
.service-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.service-details-card {
  background-color: #fff;
  border: 1px solid #e9ecf2;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.service-details-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.service-details-card__image {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.service-details-card__content {
  padding: 25px;
}
.service-details-card__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.service-details-card__title .icon-title {
  margin-right: 10px;
  color: #4bbbeb;
}
.service-details-card p {
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
}

/* CTAバナー
--------------------------------*/
.cta-banner {
  background-color: #f7faff;
  border-top: 1px solid #e9ecf2;
  padding: 60px 0;
  text-align: center;
}
.cta-banner__icon {
  font-size: 48px;
  color: #4bbbeb;
  margin-bottom: 25px;
}
.cta-banner__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.cta-banner__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ボタン
--------------------------------*/
.btn {
  display: inline-block;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px; /* 角を丸く */
  transition: opacity 0.3s;
  box-shadow: 0 4px 10px rgba(75, 187, 235, 0.3);
}
.btn:hover {
  opacity: 0.8;
}
.btn--primary {
  background-color: #4bbbeb;
  color: #fff;
}
.btn--large {
  padding: 18px 60px;
  font-size: 18px;
}

/* レスポンシブ対応
--------------------------------*/
@media (max-width: 900px) {
  .intro-section {
    flex-direction: column;
  }
  .intro-image {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .page-container {
    padding: 0 20px;
  }
  .subpage-header__title,
  .section-title,
  .section-title--left {
    font-size: 24px;
  }
  .service-details-grid {
    grid-template-columns: 1fr;
  }
}


/* Aboutセクション全体 */
.about-section {
  width: 100%;
  padding: 80px 20px; /* 上下の余白 */
  box-sizing: border-box;
}

/* コンテンツの最大幅と中央寄せ */
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  gap: 60px; /* 画像とテキストの間隔 */
}

/* 画像のラッパー */
.about-image-wrapper {
  flex: 1 1 50%; /* コンテナ内で柔軟に伸縮させる (flex-grow, flex-shrink, flex-basis) */
}

.about-image-wrapper img {
  width: 100%;
  height: auto;
  display: block; /* 画像下の余分な余白を削除 */
}

/* テキストコンテンツのラッパー */
.about-content {
  flex: 1 1 50%;
}

/* メインタイトル "About" */
.about-title {
  font-size: 48px; /* フォントサイズはお好みで調整してください */
  font-weight: bold;
  color: #4bbbeb;
  margin: 0;
  position: relative; /* 疑似要素の基準点 */
  padding-bottom: 15px; /* 下線とのスペース */
text-align: center;
}

/* 疑似要素で下線を作成 */
.about-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
	right: 0;
	margin: 0 auto;
  width: 60px; /* 下線の長さ */
  height: 4px;   /* 下線の太さ */
  background-color: #4bbbeb;
}

/* サブタイトル "当社について" */
.about-subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #4bbbeb;
text-align: center;
  margin: 10px 0 30px 0; /* 上下のマージン調整 */
}

/* 説明文 */
.about-text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 1em 0;
}

/* 768px以下のスクリーンサイズ（タブレット・スマートフォン）用の設定 */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column; /* 縦並びに変更 */
    gap: 40px;
  }

  .about-content {
    text-align: center; /* テキストを中央揃えに */
  }

}

/* Serviceセクション ヘッダー（パララックス） */
.service-hero {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff; /* 文字色を白に */
  text-align: center;
}

.service-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('/wp-content/uploads/service_head.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; /* 黒フィルター削除に伴いz-indexを調整 */
}

/* 黒フィルターの記述を削除 */

.service-hero-content .service-title {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}

.service-hero-content .service-subtitle {
  font-size: 18px;
  margin: 10px 0 0 0;
}


/* Serviceセクション コンテンツ */
.service-contents {
  padding: 100px 20px;
}

.service-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 60px;
}

.service-item-reverse {
  flex-direction: row-reverse;
}

.service-item-image,
.service-item-text {
  flex: 1;
}

.service-item-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ★修正: アイコンとタイトルを縦並び・中央揃えに */
.service-item-header {
  display: flex;
  flex-direction: column; /* 縦並びに変更 */
  align-items: center;   /* 中央揃え */
  gap: 15px;
  margin-bottom: 25px;
}

.service-item-icon {
  width: 50px;
  height: auto;
}

/* ★修正: タイトルに共通のスタイルを適用 */
.service-item-title {
  font-size: 32px;
  font-weight: bold;
  color: #4bbbeb; /* 色を変更 */
  margin: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

/* ★修正: 両方のタイトルに下線がつくようにセレクタを変更 */
.service-item-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
	right: 0;
	margin: 0 auto;
  width: 60px;
  height: 3px;
  background-color: #4bbbeb;
}


.service-item-text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 30px 0;
  text-align: left; /* 本文は左揃えのまま */
}

.service-detail-button {
  transition: opacity 0.3s;
}
.service-detail-button:hover {
  opacity: 0.8;
}

.service-detail-button img {
  display: block;
  width: 220px;
  height: auto;
margin: 0 auto;
}


/* レスポンシブ対応 */
@media (max-width: 900px) {
  .service-item,
  .service-item-reverse {
    flex-direction: column;
    gap: 30px;
  }
  
  /* ★修正: SP表示時のテキストレイアウト調整 */
  .service-item-text {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .service-item-text p {
    text-align: center; /* SPでは本文も中央揃え */
  }
}


li.menu__single {
    position: relative;
}

ul.hmenu li span{
	display: block;
	text-align: center;
	margin-top: 7px;
	font-size: 11px;
    color: #7fabb4;
}

.hmenu li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 200px;
    background: #5272b8;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    float: none;
	padding: 0;
	margin: 0;
}


.hmenu ul.menu__second-level li{
    float: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.hmenu ul.menu__second-level li a{
	display: block;
	padding: 15px 10px;
	font-size: 14px;
	color: #fff;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__second-level a:hover{
    background: #708bc4;
	color: #fff;
	display: block;
}


.menu__second-level li {
}

.menu__third-level li {
}


/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.l-main__body>:last-child {
    margin-bottom: 60px;
}

.l-main__body>:first-child {
    margin-top: unset;
}

.page-header {
    text-align: center;
    margin-bottom: 60px;
}

.page-header h1 {
    font-size: 42px;
    color: #0a3da9;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: sans-serif;
}

.page-header .subtitle {
    font-size: 14px;
    color: #888;
    letter-spacing: 2px;
}

.content-section {
    display: grid;
    gap: 50px;
}

/*
--- 作業の流れページ 追加スタイル ---
*/

/* ステップ要素のラッパー */
.step-item {
  position: relative;
}

/* ステップ番号のタグ */
.step-tag {
  display: inline-block;
  background-color: #4bbbeb;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    font-size: 16px;
    line-height: 1.8;
    padding: 10px 0 10px 30px;
    position: relative;
}

.check-list li:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}

.check-list li::before {
    content: '✔';
    color: #0a3da9;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 10px;
}

@media (max-width: 768px) {
    .page-header h1 {
        font-size: 26px;
    }

    .section-container {
        padding: 30px 20px;
    }

}

.profile-header {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.profile-image {
    flex: 0 0 400px;
    text-align: center;
}

.profile-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	border-radius: 8px;
}

.profile-info {
    flex: 1;
}

.profile-info h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px 0;
}

.profile-info .name-en {
    font-size: 16px;
    font-weight: normal;
    color: #888;
    margin-left: 10px;
}

.profile-info .profile-title {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.profile-heading {
    font-size: 20px;
    color: #0a3da9;
    padding-bottom: 8px;
    border-bottom: 2px solid #0a3da9;
    margin: 0 0 20px 0;
}

.profile-content p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 25px 0;
}

.profile-history,
.profile-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.profile-history li,
.profile-list li {
    font-size: 16px;
    line-height: 1.8;
    padding: 8px 0 8px 25px;
    position: relative;
}

.profile-history li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 10px;
    height: 2px;
    background-color: #0a3da9;
}

.profile-list li::before {
    content: '▶';
    position: absolute;
    left: 0;
    top: 12px;
    color: #0a3da9;
    font-size: 12px;
}

@media (max-width: 768px) {
    .profile-header {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-bottom: 40px;
    }

    .profile-image {
        flex-basis: auto;
        width: 180px;
    }

    .profile-info {
        text-align: center;
    }

    .profile-info h2 {
        font-size: 26px;
    }

    .profile-info .name-en {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border: 1px solid #e9ecf2;
    border-radius: 8px;
    margin-bottom: 25px;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.faq-question {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 20px 60px 20px 70px;
    position: relative;
    cursor: pointer;
    list-style: none;
    width: 100%;
    text-align: left;
	background: #f0f2f6;
}
.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::before {
    content: 'Q';
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #0a3da9;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: normal;
    color: #0a3da9;
    transition: transform 0.3s ease;
}

.faq-item[open] > .faq-question::after {
    content: '−';
    transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
    padding: 10px 40px 30px 70px;
    border-top: 1px solid #e9ecf2;
    position: relative;
}
.faq-answer::before {
    content: 'A';
    position: absolute;
    left: 25px;
    top: 12px;
    color: #c52929;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.9;
margin: 0;
padding: 7px 0 0 0;
}

@media (max-width: 768px) {
    .faq-question {
        font-size: 16px;
        padding: 15px 50px 15px 60px;
    }
    .faq-question::before,
    .faq-answer::before {
        left: 20px;
        font-size: 20px;
    }
    .faq-question::after {
        right: 20px;
        font-size: 24px;
    }
    .faq-answer {
        padding: 15px 20px 20px 60px;
    }
}

.hero-image-container {
    margin: 0 auto 20px auto;
	max-width: 800px;
}

.hero-image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.intro-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.intro-text p {
    font-size: 16px;
    line-height: 2;
	text-align: left;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.benefit-icon {
    font-size: 48px;
    color: #0a3da9;
    margin-bottom: 25px;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: bold;
    color: #0a3da9;
    margin-bottom: 20px;
    line-height: 1.6;
}

.benefit-card p {
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
    margin: 0;
}

@media (max-width: 768px) {
    .intro-text h2 {
        font-size: 20px;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

.flow-container {
    position: relative;
    max-width: 900px;
    margin: 60px auto 0;
}

.flow-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background-color: #e9ecf2;
}


.service-list {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 50px;
background: #fff;
	padding: 40px;
	border-radius:20px;
}

.service-item:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1 1 45%;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.service-text {
    flex: 1 1 55%;
}


.service-text > p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 25px 0;
}

.service-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-details li {
    font-size: 15px;
    position: relative;
    padding: 5px 0 5px 25px;
    line-height: 1.8;
}

.service-details li::before {
    content: '✔';
    color: #0a3da9;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 6px;
}

@media (max-width: 800px) {
    .service-item,
    .service-item:nth-child(even) {
        flex-direction: column;
        gap: 30px;
    }
    
    .service-text {
        width: 100%;
    }
    .service-title {
        font-size: 24px;
    }
}


.hero-image-container {
    margin: -10px auto 60px auto; /* intro-textとのマージン調整 */
    max-width: 1100px;
}

.hero-image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.intro-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #4bbbeb;
}

.strengths-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.strength-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border-top: 5px solid #0a3da9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.strength-icon {
    font-size: 40px;
    color: #0a3da9;
    margin-bottom: 30px;
    height: 40px;
	text-align: center;
}

.strength-card h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.5;
	text-align: center;
}

.strength-card p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0;
    flex-grow: 1; /* p要素がカードの高さを揃えるために伸びる */
}

@media (max-width: 768px) {
    .intro-text h2 {
        font-size: 24px;
    }
    .strengths-grid {
        grid-template-columns: 1fr;
    }
    .strength-card h3 {
        font-size: 20px;
    }
}

.contact-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
    font-size: 16px;
    line-height: 2;
}

.contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Contact Form 7 の生成するタグをスタイリング */
.wpcf7-form p {
    margin-bottom: 25px;
}

.wpcf7-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background: #f9f9f9;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #0a3da9;
    background: #fff;
}

.wpcf7-form textarea {
    height: 180px;
}

.wpcf7-form .wpcf7-submit {
    display: block;
    width: 250px;
    margin: 30px auto 0;
    padding: 15px 20px;
    background: #0a3da9;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.wpcf7-form .wpcf7-submit:hover {
    opacity: 0.8;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-spinner {
    margin: 0;
}

.required-indicator {
    display: inline-block;
    background-color: #c52929;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}

@media (max-width: 1151px) {
.hmenu {
    display: none;
}
	html.is-fixed,
　　　　html.is-fixed body {
  height: 100%;
  overflow: hidden;
　　　　}
	.side_btn{
		display: none;
	}
.hamburger-menu{
	display: block;	
	}

.menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 10001;
    background-color: #0a3da9;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

.menu-content ul {
    padding: 70px 30px 0 30px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 20px 15px 20px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 24px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 10000;
    background-color: #3e64b3;
    transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}
}


@media (max-width: 768px) {
	.spnon{
		display: none;
	}
	.pcnon{
		display: block;
	}
	.head_wrap {
		height: 80px;
	}
	.top_logo {
		top: 15px;
		left: 15px;
	}
	.top_logo img {
		height: 50px;
	}
	.menu-btn {
		top: 10px;
		right: 10px;
	}
	.mv_photo h2 {
		font-size: 26px;
	}
	.mv_photo h3 {
		font-size: 14px;
	}
	.feature-section h2,
	.service_head h2,
	.case-section h2 {
		font-size: 32px;
	}
	.feature-section h3,
	.service_head h3,
	.case-section h3 {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.service_wrap {
		margin-top: -50px;
		padding: 40px 20px;
	}
	.service-grid {
		flex-direction: column;
	}
	.case-grid {
		flex-direction: column;
		margin-left: 5%;
		margin-right: 5%;
	}
	.foot_contact h2 {
		font-size: 42px;
	}
	.foot_contact h3 {
		font-size: 16px;
	}
	.fban2 {
		flex-direction: column;
		gap: 20px;
		margin-left: 5%;
		margin-right: 5%;
	}
    .fban2 p {
        margin: 0;
    }
	.contact-form-wrapper {
		padding: 30px 20px;
	}
	.wpcf7-form .wpcf7-submit {
		width: 100%;
		max-width: 300px;
	}
    .page-container {
        padding: 40px 15px;
    }
    .page-header {
        margin-bottom: 40px;
    }
    .intro-text h2 {
        font-size: 22px;
    }
.info-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.service-hero {
    position: relative;
    width: 100%;
    height: 200px;
}
	
.service-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url(/wp-content/uploads/service_head.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.service-contents {
    padding: 50px 20px;
}

.news-background-text {
    position: unset;
    top: 50%;
    right: 30px;
    transform: unset;
    font-size: 55px;
    font-weight: 700;
    color: #c6dfef;
    writing-mode: unset;
    z-index: 1;
    user-select: none;
    font-family: Arial;
    text-align: center;
    margin-bottom: 30px;
}

.top-news-section {
    background-color: #ebf4fa;
    padding: 40px 0;
	}
	
.footer-info{
	margin-bottom: 50px;
	text-align: center;
}

.footer-logo {
    margin-bottom: 20px;
    text-align: center;
}

.footer-phone {
    display: flex;
    align-items: center;
    margin: 20px auto;
    width: 260px;
}

}

a.fbtn{
display: block;
	margin: 0 auto;
    text-align: center;
}

.representative-signature{
	text-align: center;
}
.content-section {
    display: grid;
    gap: unset;
}



.l-main__body>:last-child {
    margin-bottom: 80px !important;
}

.l-article{
	max-width: 100%;
}

@media (max-width: 768px) {
	
.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35%;
    background-color: #b1dcf5;
    z-index: 1;
}
	.contact_txt{
		font-size: 14px;
	}
.l-main__body>:first-child {
    margin-top: 0px !important;
}
.subpage-header {
    background-color: #f7faff;
	padding: 30px 0;
	}
.subpage-header .page-container {
    text-align: center;
	padding: 0px 15px;
}
    .page-container {
        padding: 40px 10%;
    }
.content-section {
    padding: 20px 0px;
}
.intro-section {
    display: flex;
    align-items: center;
    gap: 20px;
}
.strength-item {
    display: flex;
    gap: 25px;
    flex-direction: column;
}
.strength-item__icon {
    text-align: center;
    margin: 0 auto;
}
	.strength-item__title{
		text-align: center;
	}
.btn--large {
    padding: 18px 60px;
    font-size: 15px;
}
.cta-banner__text {
	font-size: 14px;
	}
.cta-banner__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.history-table th {
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
    width: 25%;
	font-size: 14px !important;
    min-width: 100px;
    background-color: #f7faff;
}
.profile-table th {
    background-color: #f7faff;
    font-weight: bold;
    width: 25%;
    min-width: 100px;
    text-align: left;
	font-size: 14px !important;
}
.qualification-item {
    font-size: 14px;
	gap: 30px;
}
.qualification-item span {
	font-size: 14px;
	min-width: 30px;
	}
}

.archive-list {
  margin-bottom: 60px;
}

.archive-item {
  padding: 30px 0;
  border-bottom: 1px solid #e9ecf2;
}
.archive-item:first-child {
  padding-top: 0;
}

.archive-item__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}
.archive-item__date {
  color: #555;
}
.archive-item__category {
  display: inline-block;
  background-color: #4bbbeb;
  color: #fff;
  padding: 3px 12px;
  border-radius: 4px;
  font-size: 12px;
}

.archive-item__title {
  font-size: 22px;
  margin: 0 0 15px 0;
}
.archive-item__title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.archive-item__title a:hover {
  color: #4bbbeb;
}

.archive-item__excerpt p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination .nav-links {
  display: flex;
  gap: 10px;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e9ecf2;
  border-radius: 50%;
  text-decoration: none;
  color: #555;
  transition: all 0.3s;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: #4bbbeb;
  color: #fff;
  border-color: #4bbbeb;
}


/* --- single.php --- */
.post-content {
  max-width: 800px;
  margin: 0 auto;
}

.post-header {
  margin-bottom: 40px;
  border-bottom: 1px solid #e9ecf2;
  padding-bottom: 20px;
}

.post-title {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

.post-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #555;
}
.post-meta a {
  color: #555;
  text-decoration: none;
}
.post-meta a:hover {
  color: #4bbbeb;
}
.post-meta .fas {
  margin-right: 5px;
}

/* 投稿本文のスタイル */
.post-content h2, .post-content h3, .post-content h4 {
  font-weight: bold;
  margin: 40px 0 20px 0;
}
.post-content h2 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecf2;
}
.post-content h3 {
  font-size: 20px;
}
.post-content p {
  line-height: 1.9;
  margin-bottom: 1.5em;
}
.post-content ul, .post-content ol {
  padding-left: 20px;
  margin-bottom: 1.5em;
}
.post-content li {
  line-height: 1.8;
  margin-bottom: 0.8em;
}
.post-content a {
  color: #4bbbeb;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

/* 前後記事へのナビゲーション */
.post-navigation {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e9ecf2;
  border-bottom: 1px solid #e9ecf2;
}
.post-navigation .nav-links {
  display: flex;
  width: 100%;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1;
  padding: 20px;
  display: block;
}
.post-navigation .nav-previous {
  border-right: 1px solid #e9ecf2;
}
.post-navigation a {
  text-decoration: none;
  color: #333;
}
.post-navigation a:hover .nav-title {
  color: #4bbbeb;
}
.post-navigation .nav-subtitle {
  display: block;
  font-size: 12px;
  color: #777;
  margin-bottom: 5px;
}
.post-navigation .nav-title {
  font-weight: bold;
  transition: color 0.3s;
}

@media(max-width: 768px) {
  .post-title {
    font-size: 26px;
  }
}

[data-sidebar=on] .l-main {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
.required-badge {
  display: inline-block;
  background-color: #4bbbeb;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
}

.grecaptcha-badge {
    bottom: 70px !important;
	z-index: 100000;
}
.pagetop{
  position: fixed;
  right: 5px;
  bottom: 10px;
  font-size: 50px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  z-index: 10000;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}