/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

body{font-family: "Kiwi Maru", serif!important;}

.site-footer-copyright p:nth-child(2){display:none!important;}
.site-footer{background-color:#ffe6e6;border-top:none;}

.global-nav-list>li:before {
    border-bottom: 1px solid #ff6b6b;
}

.page_top_btn {
    background-color: #ff6b6b;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .8), 0 0 0 2px rgba(255, 255, 255, 1);
}

@media (min-width: 992px) {
    .site-header--layout--nav-float .site-header-logo img {
        height: 100px;
    }
}

.vk-mobile-nav {background-color: #ffe6e6;}

/* 文字 */
body p{font-size:16px;line-height:2;font-weight:300;}
h2, h3 {margin:initial;line-height: initial;padding:initial;color:initial;border:none;}
h3::after{border:none;}
h2{font-size:3.2rem;font-weight:500;font-style:normal;}
h3{font-size: 1.8rem;font-weight: 300;line-height: 1.4;}


/* トップページ */
/* --- ベース設定 --- */
.front01-hero-section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
  background-image: url('https://www.kirari369.com/wp-content/uploads/mainheadcatch-PCbgimg.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
	padding:25rem 0;
}

/* 背景を少し暗くするためのオーバーレイ（必要に応じて調整） */
.front01-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* 黒の半透明レイヤー */
  z-index: 1;
}

.front01-container {
  position: relative;
  z-index: 2; /* オーバーレイより手前に表示 */
  max-width: 800px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- タイトルエリア --- */
.front01-main-title {
  font-family: serif; /* 明朝体や手書き風フォントを想定 */
  font-size: 3.5rem;
  font-weight: bold;
  color: #fbbf24; /* 黄色（輝星の色） */
  margin: 0 0 15px 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  /* 手書き風フォントがあればここで指定 */
}

/* サブタイトル */
.front01-subtitle {
  font-family: serif; /* 手書き風フォントを想定 */
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 30px 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  letter-spacing: 0.05em;
}

/* 説明文 */
.front01-desc {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 40px 0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  font-weight: 500;
}

/* --- ボタンエリア --- */
.front01-btn-group {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.front01-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 50px;
  transition: transform 0.2s, opacity 0.2s;
  min-width: 140px;
}

.front01-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* お問い合わせボタン（ピンク） */
.front01-btn-primary {
  background-color: #ff6b6b; /* サーモンピンク */
  color: #fff;
  box-shadow: 0 4px 10px rgba(255, 107, 107, 0.4);
}

.front01-arrow {
  margin-left: 8px;
  font-size: 1.1em;
}

/* 会社概要ボタン（白） */
.front01-btn-secondary {
  background-color: #fff;
  color: #ff6b6b; /* テキスト色をピンクに合わせる */
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .front01-hero-section {
    height: 500px;
	  background-image: url('https://www.kirari369.com/wp-content/uploads/mainheadcatch-SPbgimg.webp');
  }
	
	.front01-container {
    max-width: 90%;
    padding: 0 20%;
}

  .front01-main-title {
    font-size: 2.5rem;
  }
  
  .front01-subtitle {
    font-size: 1.7rem;
  }
  
  .front01-desc {
    font-size: 1.5rem;
    text-align: center; /* スマホでも中央揃え維持 */
  }
  
  .front01-pc-br {
    display: none; /* スマホでは改行無効 */
  }

  .front01-btn-group {
    flex-direction: row; /* 横並び維持 */
    gap: 15px;
  }
  
  .front01-btn {
    padding: 10px 20px;
    font-size: 1.6rem;
    min-width: 200px;
  }
}
@media(max-width:450px){
	.front01-container{padding:0 55px;}
	.front01-btn-group {flex-direction: column;}
	.front01-desc{line-height:1.5;}
}

/* --- ベース設定 --- */
.front02-section {
  background-color: #fff9e6; /* 淡いクリーム色 */
  padding: 80px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #333;
}

.front02-container {
  max-width: 800px;
  margin: 0 auto;
}

/* --- タイトル --- */
.front02-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #ff6b6b;
  margin: 0 0 40px 0;
  letter-spacing: 0.05em;
}

/* --- 本文ブロック --- */
.front02-text-block {
  margin-bottom: 50px;
}

.front02-desc {
  font-size: 1.6rem;
  line-height: 2;
  color: #4b5563;
  margin: 0 0 30px 0;
  font-weight: 500;
}

/* --- 画像カード --- */
.front02-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* ふんわりとした影 */
}

.front02-img-box {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.front02-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.front02-card-message {
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  margin: 0 0 10px 0;
}

.front02-card-sub {
  font-size: 1.6rem;
  color: #ff8080;
  margin: 0;
  font-weight: bold;
}

/* --- レスポンシブ対応 --- */
@media(max-width:860px){
	.front02-container{max-width:85%;}
}

@media (max-width: 768px) {
  .front02-section {
    padding: 60px 20px;
  }
	.front02-container{max-width:90%;}

  .front02-title {
    font-size: 2.5rem;
  }

  .front02-desc {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 1.8;
  }
  
  .front02-pc-br {
    display: none; /* スマホでは改行無効 */
  }

  .front02-card {
    padding: 30px 20px;
  }
}

/* --- ベース設定 --- */
.front03-section {
  background-color: #fff;
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.front03-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* --- 共通タイトル周り --- */
.front03-area {
  text-align: center;
	margin:0 auto;
}

.front03-mt-large {
  margin-top: 100px; /* セクション間の余白 */
}

.front03-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #ff6b6b;
  margin: 0 0 15px 0;
  letter-spacing: 0.05em;
}

.front03-subtitle {
  font-size: 1.6rem;
  color: #666;
  margin: 0 0 40px 0;
}

/* --- 共通アイコンスタイル --- */
.front03-icon-circle {
  width: 75px;
  height: 75px;
  background-color: #ff6b6b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 10px rgba(255, 128, 128, 0.3);
}

.front03-icon-circle i{
	margin:0;
}

/* --- サービス紹介（カード） --- */
.front03-service-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.front03-service-card {
  background-color: #ffe4e6; /* 薄いピンク背景 */
  border-radius: 20px;
  padding: 40px 30px;
  width: calc(50% - 15px); /* 2列 */
  min-width: 280px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.front03-card-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
}

.front03-card-desc {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #555;
  margin: 0 0 25px 0;
  flex-grow: 1;
	text-align:justify;
}

.front03-link {
  color: #ff6b6b;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: opacity 0.2s;
}

.front03-link:hover {
  opacity: 0.7;
}

.front03-link i {
  font-size: 0.8em;
}

/* --- 輝星の特徴（3列） --- */
.front03-feature-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.front03-feature-item {
  width: calc(33.333% - 30px); /* 3列 */
  min-width: 250px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.front03-feature-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
}

.front03-feature-desc {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #666;
  margin: 0;
	text-align:justify;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .front03-section {
    padding: 60px 20px;
  }
	.front03-area{max-width:90%;}

  .front03-title {
    font-size: 2.5rem;
  }

  .front03-mt-large {
    margin-top: 60px;
  }

  /* サービス紹介 */
  .front03-service-card {
    width: 100%; /* スマホでは1列 */
  }

  /* 特徴 */
  .front03-feature-item {
    width: 100%; /* スマホでは1列 */
    max-width: 400px;
    margin-bottom: 20px;
  }
  
  .front03-feature-desc {
    font-size: 1.5rem;
  }
}


/* --- ベース設定 --- */
.front04-section {
  background-color: #ff6b6b;
  padding: 100px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

.front04-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- タイトル --- */
.front04-title {
  font-size: 3.2rem;
	color:#fff;
  font-weight: 500;
  margin: 0 0 25px 0;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* --- 説明文 --- */
.front04-desc {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 45px 0;
  font-weight: 500;
  opacity: 0.95;
}

/* --- ボタン --- */
.front04-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: #fff;
  color: #ff8080; /* 背景色と同じ色をテキストに */
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  padding: 18px 50px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}

.front04-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  opacity: 0.95;
}

.front04-btn i {
  font-size: 0.9em;
  transition: transform 0.2s;
}

.front04-btn:hover i {
  transform: translateX(3px); /* ホバー時に矢印が少し右へ動く */
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .front04-section {
    padding: 80px 20px;
  }

  .front04-title {
    font-size: 2.5rem;
  }
  
  .front04-desc {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  
  .front04-btn {
    width: 100%;
    max-width: 300px;
    padding: 16px 20px;
    box-sizing: border-box;
  }
}


/* --- ベース設定 --- */
.kaisha01-section {
  background-color: #fff;
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
  display: flex;
  justify-content: center;
}

/* --- カードスタイル --- */
.kaisha01-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
  width: 100%;
  max-width: 900px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* ふんわりした影 */
}

/* --- タイトル --- */
.kaisha01-title {
  text-align: center;
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 50px 0;
  letter-spacing: 0.05em;
}

/* --- リスト（行） --- */
.kaisha01-list {
  display: flex;
  flex-direction: column;
}

.kaisha01-row {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #ffe4e6; /* 薄いピンクの区切り線 */
  align-items: flex-start;
}

/* 最後の行は線なし */
.kaisha01-row.no-border {
  border-bottom: none;
}

/* --- ラベル（左側） --- */
.kaisha01-label {
  width: 200px; /* 固定幅 */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  color: #4b5563;
}

.kaisha01-icon {
  color: #ff6b6b; /* アイコン色 */
  font-size: 1.6rem;
  width: 24px;
  text-align: center;
}

.kaisha01-label-text {
  font-size: 1.6rem;
}

/* --- コンテンツ（右側） --- */
.kaisha01-content {
  flex-grow: 1;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #1a1a1a;
  padding-left: 20px;
}

/* 事業内容のリスト */
.kaisha01-content-list {
  list-style: disc; /* 黒丸リスト */
  margin: 0;
  padding-left: 1.2em;
}

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

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

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .kaisha01-card {
    padding: 40px 20px;
  }

  .kaisha01-title {
    font-size: 2.5rem!important;
    margin-bottom: 30px;
  }

  .kaisha01-row {
    flex-direction: column;
    padding: 20px 0;
  }

  .kaisha01-label {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .kaisha01-content {
    padding-left: 40px; /* アイコンの分インデント */
    width: 100%;
    box-sizing: border-box;
  }
}


/* --- ベース設定 --- */
.kaisha02-section {
  /* 背景：上部は白っぽく、下に向かって薄いピンクになるグラデーションを想定 */
  background: linear-gradient(180deg, #fff 0%, #ffe6e6 100%);
  padding: 80px 20px;
  box-sizing: border-box;
}

.kaisha02-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* --- グリッドレイアウト --- */
.kaisha02-grid {
  display: flex;
  justify-content: center;
  gap: 30px; /* カード間の余白 */
}

/* --- カードスタイル --- */
.kaisha02-card {
  background-color: #fff;
  border-radius: 20px; /* 角丸 */
  padding: 50px 40px;
  width: 50%; /* 2列均等 */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03); /* 非常に薄い影 */
  display: flex;
  flex-direction: column;
}

/* --- タイトル --- */
.kaisha02-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 25px 0;
  letter-spacing: 0.05em;
}

/* --- 本文 --- */
.kaisha02-text {
  font-size: 1.6rem;
  line-height: 1.8; /* 読みやすい行間 */
  color: #333;
  margin: 0;
  text-align: justify; /* 両端揃え（お好みで left に変更可） */
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
	.kaisha02-container{
		max-width:90%;
	}
  .kaisha02-section {
    padding: 60px 20px;
  }

  .kaisha02-grid {
    flex-direction: column; /* スマホでは縦並び */
    gap: 20px;
  }

  .kaisha02-card {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 30px;
  }
}


/* --- ベース設定 --- */
.kaisha03-section {
  background-color: #ff6b6b;
  padding: 100px 20px;
  box-sizing: border-box;
  color: #fff;
}

.kaisha03-container {
  max-width: 800px;
  margin: 0 auto;
}

/* --- タイトル --- */
.kaisha03-title {
  text-align: center;
  font-size: 3.2rem!important;
  font-weight: bold;
  margin: 0 0 60px 0;
	color:#fff;
  letter-spacing: 0.1em;
}

/* --- 沿革リスト --- */
.kaisha03-history-list {
  max-width: 600px;
  margin: 0 auto; /* リスト全体を中央寄せ */
}

/* 各行のレイアウト */
.kaisha03-row {
  display: flex;
  align-items: baseline; /* 文字のベースラインで揃える */
  margin-bottom: 40px; /* 行間の余白 */
  border-bottom: 1px solid rgba(255, 255, 255, 0); /* 必要であれば薄い線を入れるための準備 */
}

.kaisha03-row:last-child {
  margin-bottom: 0;
}

/* 年月（左側） */
.kaisha03-date {
  width: 140px; /* 固定幅をとって揃える */
  font-size: 1.6rem;
  font-weight: 500;
  flex-shrink: 0; /* 幅が縮まないようにする */
  margin-right: 40px; /* 年月と出来事の間隔 */
}

/* 出来事（右側） */
.kaisha03-event {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 600px) {
  .kaisha03-section {
    padding: 60px 20px;
  }

  .kaisha03-title {
    font-size: 2.5rem!important;
    margin-bottom: 40px;
  }

  .kaisha03-row {
    flex-direction: column; /* スマホでは縦並び */
    margin-bottom: 25px;
  }

  .kaisha03-date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 1.6rem;
    opacity: 0.9;
  }
  
  .kaisha03-event {
    font-size: 1.6rem;
  }
	.kaisha03-history-list{
		max-width:80%;
	}
}


/* ヘルパーステーション */
/* --- ベース設定 --- */
.helper01-section {
  background-color: #fff;
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.helper01-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* --- タイトル --- */
.helper01-title {
  text-align: center;
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #ff6b6b; /* サーモンピンク */
  margin: 0 0 50px 0;
  letter-spacing: 0.05em;
}

/* --- グリッドレイアウト --- */
.helper01-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 */
  gap: 30px;
}

/* --- カードスタイル --- */
.helper01-card {
  background-color: #fff5f7; /* 非常に薄いピンク背景 */
  /* もしグラデーションの場合は以下を使用
  background: linear-gradient(180deg, #fff0f2 0%, #fff 100%); */
  border-radius: 16px;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.03);
  transition: transform 0.2s;
}

.helper01-card:hover {
  transform: translateY(-5px);
}

/* アイコンボックス */
.helper01-icon-box {
  width: 60px;
  height: 60px;
  background-color: #ff6b6b; /* アイコン背景色 */
  border-radius: 12px; /* 角丸四角形 */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
	font-size:2rem;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(255, 107, 107, 0.3);
}

.helper01-icon-box i{margin:0;}

/* カードタイトル */
.helper01-card-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
}

/* カード説明文 */
.helper01-card-desc {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
  text-align: left; /* 読みやすさのため左揃え（デザインによりcenterも可） */
}

/* --- レスポンシブ対応 --- */
@media (max-width: 900px) {
  .helper01-grid {
    grid-template-columns: repeat(2, 1fr); /* タブレットなどは2列 */
  }
}

@media (max-width: 600px) {
  .helper01-section {
    padding: 60px 20px;
  }

  .helper01-title {
    font-size: 2.5rem!important;
    margin-bottom: 30px;
  }

  .helper01-grid {
    grid-template-columns: 1fr; /* スマホは1列 */
    gap: 20px;
  }
  
  .helper01-card {
    padding: 30px 20px;
  }
}


/* --- ベース設定 --- */
.helper02-section {
  background: linear-gradient(180deg, #fff 0%, #ffe6e6 100%);
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.helper02-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* --- 共通タイトル --- */
.helper02-title {
  text-align: center;
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #ff6b6b; /* サーモンピンク */
  margin: 0 0 50px 0;
  letter-spacing: 0.05em;
}

.helper02-mt-large {
  margin-top: 100px; /* セクション間の余白 */
}

/* --- 特徴セクション（画像＋テキスト） --- */
.helper02-feature-box {
  display: flex;
  align-items: center; /* 垂直方向中央揃え */
  gap: 50px;
}

/* 画像エリア */
.helper02-img-area {
  flex: 1;
}

.helper02-feature-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  display: block;
}

/* テキストエリア */
.helper02-text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.helper02-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.helper02-icon-wrapper {
  color: #ff6b6b; /* アイコン色 */
  font-size: 2rem;
  margin-top: 3px; /* テキストとの位置調整 */
  flex-shrink: 0;
}

.helper02-item-body {
  flex-grow: 1;
}

.helper02-item-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
}

.helper02-item-desc {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* --- ご利用の流れセクション --- */
.helper02-flow-list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.helper02-flow-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

/* ステップ番号（円） */
.helper02-step-num {
  width: 45px;
  height: 45px;
  background-color: #ff6b6b;
  color: #fff;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(255, 107, 107, 0.3);
}

.helper02-flow-content {
  flex-grow: 1;
  padding-top: 8px; /* 番号との高さ合わせ */
}

.helper02-flow-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 8px 0;
}

.helper02-flow-desc {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
	.helper02-section {
    padding: 60px 20px;
  }
	.helper02-container{
		max-width:85%;
	}

  .helper02-title {
    font-size: 2.5rem!important;
    margin-bottom: 40px;
  }

  /* 特徴セクションを縦並びに */
  .helper02-feature-box {
    flex-direction: column;
    gap: 40px;
  }

  .helper02-img-area,
  .helper02-text-area {
    width: 100%;
  }

  .helper02-mt-large {
    margin-top: 60px;
  }
}


/* --- ベース設定 --- */
.helper03-section {
  background-color: #ff6b6b;
  padding: 80px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

.helper03-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- 時計アイコン --- */
.helper03-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  margin-bottom: 30px;
  color: #fff;
}

.helper03-icon-circle i{
	margin:0;
}

/* --- タイトル --- */
.helper03-title {
  font-size: 3.2rem!important;
  font-weight: 500;
  margin: 0 0 20px 0;
  letter-spacing: 0.05em;
	color:#fff;
}

/* --- 説明文 --- */
.helper03-text {
  font-size: 1.6rem;
  margin: 0 0 40px 0;
  font-weight: 500;
  line-height: 1.6;
}

/* --- ボタン --- */
.helper03-btn-wrapper {
  margin-top: 10px;
}

.helper03-btn {
  display: inline-block;
  background-color: #fff;
  color: #ff6b6b; /* 背景色と同じテキスト色 */
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  padding: 20px 60px;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}

.helper03-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  opacity: 0.95;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .helper03-section {
    padding: 60px 20px;
  }

  .helper03-icon-circle {
    width: 60px;
    height: 60px;
    font-size: 4rem;
    border-width: 3px;
    margin-bottom: 20px;
  }

  .helper03-title {
	  font-size: 2.5rem!important;
  }

  .helper03-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .helper03-btn {
    padding: 16px 40px;
    font-size: 2rem;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
  }
}



/* 相談支援事業所 */
/* --- ベース設定 --- */
.soudan01-section {
  background-color: #fff;
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.soudan01-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* --- タイトル --- */
.soudan01-title {
  text-align: center;
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 60px 0;
  letter-spacing: 0.05em;
}

/* --- グリッドレイアウト --- */
.soudan01-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列 */
  gap: 40px;
  align-items: flex-start;
}

/* --- 各アイテム --- */
.soudan01-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left; /* 本文は左揃え */
}

/* アイコンボックス */
.soudan01-icon-box {
  width: 70px;
  height: 70px;
  background-color: #ff6b6b;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(222, 107, 112, 0.3);
}

.soudan01-icon-box i{
	margin:0;
}

/* アイテムタイトル */
.soudan01-item-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 20px 0;
  letter-spacing: 0.05em;
  text-align: justify;
}

/* アイテム説明文 */
.soudan01-item-desc {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #4b5563; /* 濃いグレー */
  margin: 0;
  width: 100%;
  text-align: justify; /* 両端揃え（お好みで left に） */
}

/* --- レスポンシブ対応 --- */
@media (max-width: 900px) {
  .soudan01-grid {
    grid-template-columns: repeat(2, 1fr); /* タブレット等は2列 */
    gap: 40px 30px;
  }
}

@media (max-width: 500px) {
  .soudan01-section {
    padding: 60px 20px;
  }

  .soudan01-title {
    font-size: 2.5rem!important;
    margin-bottom: 40px;
  }

  .soudan01-grid {
    grid-template-columns: 1fr; /* スマホは1列 */
    gap: 40px;
  }
  
  .soudan01-item {
    align-items: center;
    text-align: left;
  }
  
  .soudan01-item-title {
    text-align: left;
  }
	
	.soudan01-icon-box{
		font-size:2.7rem;
	}

}


/* --- ベース設定 --- */
.soudan02-section {
  background-color: #fff9e6; /* 淡いクリーム色 */
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.soudan02-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* --- タイトル --- */
.soudan02-title {
  text-align: center;
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 50px 0;
  letter-spacing: 0.05em;
}

/* --- カードスタイル --- */
.soudan02-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* ふんわりした影 */
}

.soudan02-card-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

/* --- カラム設定 --- */
.soudan02-col {
  flex: 1;
  min-width: 300px; /* カラムの最小幅 */
}

.soudan02-col-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
}

/* --- リストスタイル --- */
.soudan02-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.soudan02-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.soudan02-item:last-child {
  margin-bottom: 0;
}

/* ピンク色のドット */
.soudan02-dot {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ff6b6b; /* サーモンピンク */
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0; /* 縮小を防ぐ */
}

.soudan02-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #4b5563; /* ダークグレー */
  font-weight: 500;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
	.soudan02-container{
		max-width:85%;
	}

  .soudan02-section {
    padding: 60px 20px;
  }

  .soudan02-title {
    font-size: 2.5rem!important;
    margin-bottom: 30px;
  }

  .soudan02-card {
    padding: 40px 25px;
  }

  .soudan02-card-inner {
    flex-direction: column; /* スマホでは縦並び */
    gap: 40px;
  }

  .soudan02-col {
    min-width: auto;
  }
  
  .soudan02-col-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  
  .soudan02-item {
    margin-bottom: 15px;
  }
}


/* --- ベース設定 --- */
.soudan03-section {
  background-color: #fff;
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.soudan03-container {
  max-width: 800px;
  margin: 0 auto;
}

/* --- タイトル --- */
.soudan03-title {
  text-align: center;
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 60px 0;
  letter-spacing: 0.05em;
}

/* --- リストスタイル --- */
.soudan03-list {
  display: flex;
  flex-direction: column;
  gap: 40px; /* アイテム間の余白 */
}

.soudan03-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

/* 番号（円） */
.soudan03-num {
  width: 50px;
  height: 50px;
  background-color: #ff6b6b;
  color: #fff;
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* 縮小防止 */
  margin-top: 5px; /* テキストとの位置微調整 */
}

/* テキストエリア */
.soudan03-content {
  flex-grow: 1;
}

.soudan03-step-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
}

.soudan03-step-desc {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .soudan03-section {
    padding: 60px 20px;
  }

  .soudan03-title {
    font-size: 2.5rem!important;
    margin-bottom: 40px;
  }

  .soudan03-item {
    gap: 15px;
  }

  .soudan03-num {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    margin-top: 2px;
  }

  .soudan03-step-title {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

  .soudan03-step-desc {
    font-size: 1.6rem;
  }
}


/* 採用ページ */
/* --- ベース設定 --- */
.saiyou01-section {
  background-color: #fff;
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.saiyou01-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* --- レイアウト（左右配置） --- */
.saiyou01-flex-box {
  display: flex;
  align-items: center; /* 上下中央揃え */
  gap: 60px; /* 画像とテキストの間隔 */
  justify-content: center;
}

/* --- 画像エリア --- */
.saiyou01-image-area {
  flex: 1; /* 幅の比率（画像） */
  max-width: 550px;
}

.saiyou01-img {
  width: 100%;
  height: auto;
  border-radius: 20px; /* 角丸 */
  box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* ふんわりとした影 */
  display: block;
}

/* --- テキストエリア --- */
.saiyou01-text-area {
  flex: 1; /* 幅の比率（テキスト） */
  max-width: 550px;
}

.saiyou01-title {
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #ff6b6b; /* サーモンピンク */
  margin: 0 0 30px 0;
  letter-spacing: 0.05em;
}

.saiyou01-desc {
  font-size: 1.6rem;
  line-height: 2;
  color: #4b5563;
  margin: 0;
  text-align: justify;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 900px) {
  .saiyou01-flex-box {
    flex-direction: column;
    gap: 40px;
  }

  .saiyou01-image-area,
  .saiyou01-text-area {
    width: 100%;
    max-width: 100%;
  }

  .saiyou01-title {
    font-size: 2.5rem!important;
    margin-bottom: 20px;
    text-align: center; /* スマホではタイトル中央揃えが見やすい場合が多い */
  }
}


/* --- ベース設定 --- */
.saiyou02-section {
  background-color: #fff;
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.saiyou02-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* --- タイトル --- */
.saiyou02-title {
  text-align: center;
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 50px 0;
  letter-spacing: 0.05em;
}

/* --- グリッドレイアウト --- */
.saiyou02-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 */
  gap: 30px;
}

/* --- カードスタイル --- */
.saiyou02-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08); /* 柔らかい影 */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; /* 名前などは中央揃え */
  transition: transform 0.2s;
}

.saiyou02-card:hover {
  transform: translateY(-5px); /* ホバー時に少し浮く */
}

/* アバター画像 */
.saiyou02-avatar {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.saiyou02-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; /* 丸く切り抜き */
  border: 1px solid #eee; /* 薄い枠線（お好みで） */
}

/* 名前 */
.saiyou02-name {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px 0;
}

/* 本文 */
.saiyou02-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
  text-align: left; /* 本文は左揃え（読みやすさ重視） */
  width: 100%;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 900px) {
  .saiyou02-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:800px){
	.saiyou02-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .saiyou02-section {
    padding: 60px 20px;
  }

  .saiyou02-title {
    font-size: 2.5rem!important;
    margin-bottom: 30px;
  }

  .saiyou02-grid {
    gap: 30px;
  }
  
  .saiyou02-card {
    padding: 30px 20px;
  }
}


/* --- ベース設定 --- */
.saiyou03-section {
  background-color: #fff9e6; /* 淡いクリーム色 */
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.saiyou03-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* --- タイトル --- */
.saiyou03-title {
  text-align: center;
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 40px 0;
  letter-spacing: 0.05em;
}

/* --- 集合イラストエリア --- */
.saiyou03-hero-img-box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.saiyou03-hero-img {
  max-width: 80%;
  height: auto;
  display: block;
	margin:0 auto;
}

/* --- グリッドレイアウト --- */
.saiyou03-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4列 */
  gap: 25px;
}

/* --- カードスタイル --- */
.saiyou03-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* アイコンボックス */
.saiyou03-icon-box {
  width: 50px;
  height: 50px;
  background-color: #ff6b6b;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
}

.saiyou03-icon-box i{margin:0;}

/* カードタイトル */
.saiyou03-card-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
}

/* カード説明文 */
.saiyou03-card-desc {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
	text-align:justify;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 900px) {
  .saiyou03-grid {
    grid-template-columns: repeat(2, 1fr); /* タブレットなどは2列 */
    gap: 30px 20px;
  }
}

@media (max-width: 500px) {
  .saiyou03-section {
    padding: 60px 20px;
  }

  .saiyou03-title {
    font-size: 2.5rem!important;
  }

  .saiyou03-grid {
    grid-template-columns: 1fr; /* スマホは1列 */
    gap: 20px;
  }
}


/* --- ベース設定 --- */
.saiyou05-section {
  background-color: #fff4f4; /* 薄いピンクベージュ系背景 */
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.saiyou05-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* --- 全体タイトル --- */
.saiyou05-main-title {
  text-align: center;
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 50px 0;
  letter-spacing: 0.05em;
}

/* --- カードスタイル --- */
.saiyou05-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05); /* 柔らかい影 */
}

/* 職種タイトル */
.saiyou05-job-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ddd; /* 薄いグレーの下線 */
  padding-bottom: 20px;
  margin: 0 0 40px 0;
  letter-spacing: 0.05em;
}

.saiyou05-job-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #ff6b6b;
}

/* --- グリッドレイアウト --- */
.saiyou05-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列 */
  column-gap: 60px; /* 列の間隔 */
  row-gap: 40px;    /* 行の間隔 */
  align-items: start;
}

/* 各項目 */
.saiyou05-item {
  width: 100%;
}

/* 項目ラベル（ピンク色の文字） */
.saiyou05-label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 15px 0;
}

/* テキスト本文 */
.saiyou05-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

/* リストスタイル */
.saiyou05-list {
  margin: 0;
  padding-left: 1.2em; /* 黒丸のためのインデント */
  font-size: 1.6rem;
  line-height: 1.8;
}

.saiyou05-list li {
  margin-bottom: 5px;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .saiyou05-section {
    padding: 60px 20px;
  }

  .saiyou05-main-title {
    font-size: 2.5rem!important;
    margin-bottom: 30px;
  }

  .saiyou05-card {
    padding: 30px 20px;
  }

  .saiyou05-job-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .saiyou05-grid {
    grid-template-columns: 1fr; /* スマホでは1列 */
    gap: 30px;
  }
}


/* --- ベース設定 --- */
.saiyou06-section {
  background-color: #fff4f4; /* 薄いピンクベージュ系背景 */
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.saiyou06-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* --- カードスタイル --- */
.saiyou06-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05); /* 柔らかい影 */
}

/* 職種タイトル */
.saiyou06-job-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #ff8080; /* ピンクの下線 */
  display: inline-block; /* 下線の長さを文字に合わせる場合 */
  padding-bottom: 5px;
  margin: 0 0 40px 0;
  width: 100%; /* 全幅にして下線を引く場合はこちら */
  display: block;
  border-bottom: 1px solid #ddd; /* 画像では薄いグレーの線に見える場合はこちら */
}

/* 画像の下線はタイトル左下のピンクのライン装飾かもしれないので調整 */
.saiyou06-job-title {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.saiyou06-job-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px; /* アクセントラインの幅 */
  height: 3px;
  background-color: #ff6b6b;
}

/* --- グリッドレイアウト --- */
.saiyou06-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列 */
  column-gap: 60px; /* 列の間隔 */
  row-gap: 40px;    /* 行の間隔 */
  align-items: start;
}

/* 各項目 */
.saiyou06-item {
  width: 100%;
}

/* 項目ラベル（ピンク色の文字） */
.saiyou06-label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 15px 0;
}

/* テキスト本文 */
.saiyou06-text,
.saiyou06-process-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

/* リストスタイル */
.saiyou06-list {
  margin: 0;
  padding-left: 1.2em;
  font-size: 1.6rem;
  line-height: 1.8;
}

.saiyou06-list li {
  margin-bottom: 5px;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .saiyou06-section {
    padding: 60px 20px;
  }

  .saiyou06-card {
    padding: 30px 20px;
  }

  .saiyou06-job-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .saiyou06-grid {
    grid-template-columns: 1fr; /* スマホでは1列 */
    gap: 30px;
  }
}



/* --- ベース設定 --- */
.saiyou07-section {
  background-color: #fff4f4; /* 薄いピンクベージュ系背景 */
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.saiyou07-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* --- カードスタイル --- */
.saiyou07-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05); /* 柔らかい影 */
}

/* 職種タイトル */
.saiyou07-job-title {
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin: 0 0 40px 0;
  line-height: 1.2;
}

.saiyou07-job-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #ff6b6b;
}

/* --- グリッドレイアウト --- */
.saiyou07-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列 */
  column-gap: 60px; /* 列の間隔 */
  row-gap: 40px;    /* 行の間隔 */
  align-items: start;
}

/* 各項目 */
.saiyou07-item {
  width: 100%;
}

/* 項目ラベル（ピンク色の文字） */
.saiyou07-label {
	font-size:1.8rem;
  font-weight: bold;
  color: #ff6b6b; /* サーモンピンク */
  margin: 0 0 15px 0;
}

/* テキスト本文 */
.saiyou07-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

/* リストスタイル */
.saiyou07-list {
  margin: 0;
  padding-left: 1.2em; /* 黒丸のためのインデント */
  font-size: 1.6rem;
  line-height: 1.8;
}

.saiyou07-list li {
  margin-bottom: 5px;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .saiyou07-section {
    padding: 60px 20px;
  }

  .saiyou07-card {
    padding: 30px 20px;
  }

  .saiyou07-job-title {
    font-size: 2.5rem!important;
    margin-bottom: 30px;
  }

  .saiyou07-grid {
    grid-template-columns: 1fr; /* スマホでは1列 */
    gap: 30px;
  }
}


/* --- ベース設定 --- */
.saiyou08-section {
  background-color: #ff6b6b;
  padding: 100px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

.saiyou08-container {
  max-width: 800px;
  margin: 0 auto;
}

/* --- タイトル --- */
.saiyou08-title {
  font-size: 3.2rem!important;
  font-weight: bold; /* 画像では太めのゴシック体 */
  margin: 0 0 20px 0;
  letter-spacing: 0.05em;
  line-height: 1.4;
	color:#fff;
}

/* --- サブテキスト --- */
.saiyou08-text {
  font-size: 1.6rem;
  margin: 0 0 40px 0;
  font-weight: 500;
}

/* --- ボタン --- */
.saiyou08-btn {
  display: inline-block;
  background-color: #fff;
  color: #ff6b6b;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  padding: 16px 50px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
  min-width: 200px;
}

.saiyou08-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  opacity: 0.95;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .saiyou08-section {
    padding: 80px 20px;
  }

  .saiyou08-title {
    font-size: 2.5rem!important;
  }
  
  .saiyou08-text {
    font-size: 0.9rem;
  }
  
  .saiyou08-btn {
    width: 100%;
    max-width: 300px;
    padding: 15px 20px;
    box-sizing: border-box;
  }
}



/* お問い合わせ */
/* --- ベース設定 --- */
.contact01-section {
  background-color: #fff;
  padding: 80px 20px;
  box-sizing: border-box;
  color: #333;
}

.contact01-container {
  max-width: 800px;
  margin: 0 auto;
}

/* --- タイトル --- */
.contact01-title {
  text-align: center;
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 40px 0;
  letter-spacing: 0.05em;
}

/* --- 電話番号ボックス --- */
.contact01-box {
  background-color: #ffe6e6;
  border-radius: 20px;
  padding: 50px 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* アイコン円 */
.contact01-icon-circle {
  width: 70px;
  height: 70px;
  background-color: #ff6b6b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(222, 107, 112, 0.3);
}

/* 小見出し（お電話） */
.contact01-subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
}

/* 電話番号 */
.contact01-tel {
  font-size: 2.5rem;
  font-weight: 500;
  color: #4b5563; /* 少し濃いグレー */
  margin: 0 0 10px 0;
  letter-spacing: 0.05em;
  font-family: sans-serif; /* 数字を見やすくするため */
}

/* 受付時間 */
.contact01-hours {
  font-size: 1.6rem;
  color: #6b7280; /* グレー */
  margin: 0;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 600px) {
  .contact01-section {
    padding: 60px 20px;
  }

  .contact01-title {
    font-size: 2.5rem!important;
    margin-bottom: 30px;
  }

  .contact01-box {
    padding: 40px 20px;
  }

  .contact01-tel {
    font-size: 1.3rem;
  }
}


/* --- Contact Form 7用 カスタムデザイン (wp-cf7-c02) --- */

/* フォーム全体のコンテナ */
.wp-cf7-c02-form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
  color: #333;
}

/* タイトル */
.wp-cf7-c02-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 50px 0;
  letter-spacing: 0.05em;
}

/* 各入力項目のラッパー */
.wp-cf7-c02-item {
  margin-bottom: 30px;
}

/* ラベル */
.wp-cf7-c02-label {
  display: block;
  font-weight: bold;
  margin-bottom: 3px!important;
  font-size: 2rem;
  color: #333;
}

/* 必須マーク (*) */
.wp-cf7-c02-required {
  color: #e67e80; /* ピンク色 */
  margin-left: 5px;
}

/* 入力フィールド共通設定 (テキスト、メール、電話) */
.wp-cf7-c02-input,
.wp-cf7-c02-select,
.wp-cf7-c02-textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ff6b6b; 
  border-radius: 8px;      
  font-size: 1rem;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  outline: none;
  transition: border-color 0.3s;
}

/* フォーカス時のスタイル */
.wp-cf7-c02-input:focus,
.wp-cf7-c02-select:focus,
.wp-cf7-c02-textarea:focus {
  border-color: #e67e80; /* 濃いピンク */
}

/* プレースホルダーの色 */
.wp-cf7-c02-input::placeholder,
.wp-cf7-c02-textarea::placeholder {
  color: #aaa;
}

/* セレクトボックスのラッパー（矢印カスタマイズ用） */
.wp-cf7-c02-select-wrap {
  position: relative;
}

.wp-cf7-c02-select-wrap::after {
  content: '\f078'; /* FontAwesomeの下矢印 */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none; /* クリックを透過 */
  font-size: 0.8rem;
}

/* セレクトボックス本体 */
.wp-cf7-c02-select {
  appearance: none; /* デフォルトの矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* テキストエリア */
.wp-cf7-c02-textarea {
  height: 200px; /* 高さを確保 */
  resize: vertical; /* 縦方向のみリサイズ可 */
}

/* --- 送信ボタンエリア --- */
.wp-cf7-c02-submit-area {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

/* ボタンのラッパー（アイコン配置用） */
.wp-cf7-c02-btn-wrapper {
  position: relative;
  display: inline-block;
  min-width: 250px;
}

/* --- 送信ボタンエリア --- */
.wp-cf7-c02-submit-area {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

/* 送信ボタン本体（buttonタグ用修正版） */
.wp-cf7-c02-submit {
  width: 100%;
  max-width: 300px; /* ボタンの最大幅を指定 */
  background-color: #ff6b6b;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 18px 50px;
  font-size: 2.5rem;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.2s;
    display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px; /* アイコンと文字の間隔 */
}

/* ホバー時の動き */
.wp-cf7-c02-submit:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* アイコン自体の調整 */
.wp-cf7-c02-submit i {
  font-size: 2.5rem;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea {
	font-size: 1.8rem;
    border: 1px solid #ff6b6b;
}

.wp-cf7-c02-input, .wp-cf7-c02-select, .wp-cf7-c02-textarea {
    font-size: 1.6rem;
}

.wp-cf7-c02-form-container .wp-cf7-c02-item p{line-height:1.1;}

input[type=submit]{
	background-color:#ff6b6b;
	border:none;
	font-size: 2rem;
	border-radius: 50px;
}

.contact01-icon-circle i{margin:0;}

/* スマホ対応 */
@media (max-width: 600px) {
  .wp-cf7-c02-form-container {
    padding: 40px 20px;
  }
  
  .wp-cf7-c02-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  .wp-cf7-c02-submit {
    padding: 15px 30px 15px 50px;
  }
  
  .wp-cf7-c02-icon {
    left: 30%;
  }
}


/* --- Contact Form 7用 営業時間・休業日デザイン (wp-cf7-hours) --- */

/* セクション全体のラッパー */
.wp-cf7-hours-section {
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 20px;
  box-sizing: border-box;
  color: #333;
}

/* ピンク色のカード */
.wp-cf7-hours-card {
  background-color: #ffe6e6; /* 薄いピンク */
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center; /* 垂直方向中央揃え */
  gap: 40px; /* アイコンとテキストの間隔 */
  box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

/* --- アイコンエリア --- */
.wp-cf7-hours-icon-wrapper {
  flex-shrink: 0; /* 幅が縮まないように */
}

.wp-cf7-hours-icon-circle {
  width: 80px;
  height: 80px;
  background-color: #ff6b6b; /* サーモンピンク */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4rem;
  box-shadow: 0 4px 10px rgba(222, 107, 112, 0.3);
  line-height: 1;
}

.wp-cf7-hours-icon-circle i{margin:0;}

/* --- テキストエリア --- */
.wp-cf7-hours-content {
  flex-grow: 1;
}

/* タイトル */
.wp-cf7-hours-title {
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
  letter-spacing: 0.05em;
}

/* テキスト行 */
.wp-cf7-hours-text {
  font-size: 1.6rem;
  color: #555; /* グレー */
  margin-bottom: 8px !important;
  line-height: 1.6;
}

.wp-cf7-hours-text:last-child {
  margin-bottom: 0 !important;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 600px) {
  .wp-cf7-hours-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    gap: 20px;
  }

  .wp-cf7-hours-icon-circle {
    width: 60px;
    height: 60px;
    font-size: 2.5rem;
  }

  .wp-cf7-hours-title {
    font-size: 2.5rem!important;
  }
}


/* --- Contact Form 7用 アクセスマップデザイン (wp-cf7-map) --- */

/* セクション全体の背景と余白 */
.wp-cf7-map-section {
  background-color: #fffdf5; /* 淡いクリーム色 */
  padding: 60px 20px;
  box-sizing: border-box;
  color: #333;
}

/* メインタイトル「アクセス」 */
.wp-cf7-map-title {
  text-align: center;
  font-size: 3.2rem!important;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0 0 40px 0;
  letter-spacing: 0.05em;
}

/* 白いカードエリア */
.wp-cf7-map-card {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.03); /* 薄い影 */
}

/* 小見出し「所在地」 */
.wp-cf7-map-subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
}

/* 住所行 */
.wp-cf7-map-address {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 1.6rem;
  color: #555;
}

/* アイコン */
.wp-cf7-map-icon {
  color: #ff6b6b;
  font-size: 1.8rem;
}

/* --- 地図エリア --- */
.wp-cf7-map-iframe-wrapper {
  width: 100%;
  height: 350px; /* 地図の高さ */
  background-color: #e9ecef; /* 地図がない時のグレー背景 */
  border-radius: 12px;
  overflow: hidden; /* 角丸からはみ出さないように */
  position: relative;
}

/* Googleマップiframe用の調整 */
.wp-cf7-map-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* プレースホルダー（実際の運用では削除またはiframeで隠れます） */
.wp-cf7-map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 0.9rem;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #31b5ae!important;
    border-radius: 20px!important;
    width: 80%!important;
    margin: 0 auto!important;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 600px) {
  .wp-cf7-map-section {
    padding: 40px 20px;
  }

  .wp-cf7-map-card {
    padding: 30px 20px;
  }

  .wp-cf7-map-title {
    font-size: 2.5rem!important;
    margin-bottom: 30px;
  }

  .wp-cf7-map-iframe-wrapper {
    height: 250px; /* スマホでは高さを少し抑える */
  }
}






/* 幅設定 */
.maxwidth1200 {max-width:1200px!important;margin: 0 auto;}
.maxwidth1000 {max-width:1200px!important;margin: 0 auto;}
.maxwidth800 {max-width: 800px!important;margin: 0 auto;}
.maxwidth600{max-width:600px!important;margin: 0 auto;}
.maxwidth300{max-width:300px!important;margin: 0 auto;}
.maxwidth230{max-width:230px!important;margin: 0 auto;}
@media(max-width:1200px){.maxwidth1200{max-width:90%!important;}}
@media(max-width:1000px){.maxwidth1000{max-width:90%!important;}}
@media(max-width:800px){.maxwidth800{max-width:90%!important;}}
@media(max-width:600px){.maxwidth600{max-width:90%!important;}}
.fullwidecontainer{width:100vw!important;margin: 0 calc(50% - 50vw)!important;padding: 7rem 0rem;position: relative;}
.fullwidecontainer-pdzero{width:100vw!important;margin: 0 calc(50% - 50vw)!important;padding: 0rem 0rem;position: relative;}

/* 文字整列 */
.textjustify {text-align: justify!important; text-justify: inter-ideograph!important; text-justify: inter-character!; }
.textclum{display: inline-block!important;}
.textleft{text-align:left!important;}
.textcenter{text-align:center!important;}
.textcenter img{margin:0 auto!important;}

/* 余白設定 */
.margin-zero {margin:0!important;}
.margin-topzero{margin-top:0!important;}
.margin-bottomzero{margin-bottom:0!important;}
.margin-top-bottom-zero{margin-top:0!important;margin-bottom:0!important;}
.margin-topplus3 {margin-top:3rem!important;}
.margin-topplus6 {margin-top:6rem!important;}
.margin-topplus10 {margin-top:10rem!important;}
.margin-topplus15 {margin-top:15rem!important;}
.margin-topplus20 {margin-top:20rem!important;}
.margin-bttomplus1 {margin-bottom:1rem!important;}
.margin-bttomplus5 {margin-bottom:5rem!important;}
.margin-bttomplus10 {margin-bottom:10rem!important;}
.margin-bttomplus15 {margin-bottom:15rem!important;}
.margin-topbottomplus1 {margin-top:1rem!important;margin-bottom:1rem!important;}
.margin-topbottomplus3 {margin-top:3rem!important;margin-bottom:3rem!important;}
.margin-topbottomplus5 {margin-top:5rem!important;margin-bottom:5rem!important;}
.margin-topbottomplus10 {margin-top:10rem!important;margin-bottom:10rem!important;}
.margin-bottomplus7em {margin-bottom:7rem!important;}
.margin-bottomplus10em {margin-bottom:10rem!important;}
.margin-topminus10 {margin-top:-10rem!important;}

.padding-zero {padding:0!important;}
.padding-bottomplus10 {padding-bottom:10rem!important;}
.padding-bottomplus15 {padding-bottom:15rem!important;}
.padding-bottomplus20 {padding-bottom:20rem!important;}
.padding-topbottom1rem {padding:1rem 0!important;}
.padding-topbottom5rem {padding:5rem 0!important;}
.padding-topbottom15vw {padding:15vw 0!important;}





/* 各固定ページ */
.pageheader-ld-section {
  /* 背景：非常に薄いピンク〜白へのグラデーション（または単色） */
  background: linear-gradient(120deg, #ffe6e6 25%, #fcf7f7 50%, #ffe6e6 75%);
  padding: 80px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #333;
}

.pageheader-ld-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- アイコン --- */
.pageheader-ld-icon-circle {
  width: 100px;
  height: 100px;
  background-color: #ff6b6b; /* サーモンピンク */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4rem; /* アイコンサイズ */
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3); /* アイコンの影 */
}

.pageheader-ld-icon-circle i{margin:0;}

/* --- タイトル --- */
.pageheader-ld-title {
  font-size: 3.2rem!important;
  font-weight: 500;
  color: #ff6b6b; /* サーモンピンク */
  margin: 0 0 20px 0;
  letter-spacing: 0.05em;
}

/* --- 説明文 --- */
.pageheader-ld-desc {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
  font-weight: 300;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .pageheader-ld-section {
    padding: 60px 20px;
  }

  .pageheader-ld-icon-circle {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .pageheader-ld-title {
    font-size: 2.5rem!important;
  }
  
  .pageheader-ld-desc {
    font-size: 1.5rem;
    text-align: center;
  }
  
  .pageheader-ld-pc-br {
    display: none;
  }
}



/* プライバシーポリシー */
/* コンテナ全体のフォントと余白 */
.hp-privacy-container {
    color: #333;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

/* 各セクションの余白 */
.hp-privacy-section {
    margin-bottom: 40px;
}

/* 見出し：キーカラーのアクセント */
.hp-privacy-h2 {
    font-size: 2.5rem!important;
    font-weight: bold;
    color: #000;
    border-left: 6px solid #ff6b6b;
    padding: 5px 0 5px 15px;
    margin: 0 0 20px 0;
}

/* 本文テキスト */
.hp-privacy-text {
    margin-bottom: 15px;
}

/* リスト（利用目的） */
.hp-privacy-list {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 25px 25px 25px 45px;
    border-radius: 8px;
    list-style-type: disc;
}

.hp-privacy-list li {
    margin-bottom: 12px;
	text-align: justify;
	font-size:15px;
}

.hp-privacy-bold {
    font-weight: bold;
    color: #ff6b6b;
}

.hp-privacy-container p{
	text-align:justify;
}

/* お問い合わせ窓口（住所） */
.hp-privacy-address {
    font-style: normal;
    background-color: #fdf2f2;
    border: 1px dashed #ff6b6b;
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
}

.hp-privacy-address-name {
    font-weight: bold;
    font-size: 1.1rem;
    color: #000;
}

/* 区切り線 */
.hp-privacy-divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 50px 0;
}

/* フッター情報 */
.hp-privacy-footer {
    font-size: 0.9rem;
    color: #666;
    text-align: right;
}

.hp-privacy-signature {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}







/* フッター */
.site-footer-content {padding-top: 70px;}
@media(max-width:600px){
	.site-footer-content {
    width: 85%;
	}
}

.saburoku01-footer {
  background-color: #f7e8e8;
  padding: 60px 20px;
  box-sizing: border-box;
  color: #4b5563;
}

.saburoku01-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

/* --- 左カラム：会社情報 --- */
.saburoku01-info-col {
  flex: 2; /* 左側を少し広めに取る */
  min-width: 300px;
}

/* ロゴエリア */
.saburoku01-logo-group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.saburoku01-logo-icon {
  width: 50px;
  height: 50px;
  background-color: #ff6b6b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  flex-shrink: 0;
}

.saburoku01-logo-icon i{margin:0;}

.saburoku01-company-name {
  font-size: 3.2rem;
  font-weight: bold;
  color: #ff6b6b;
  margin: 0;
}

/* 説明文 */
.saburoku01-desc {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 25px 0;
  font-weight: 500;
}

/* 住所・電話番号 */
.saburoku01-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.saburoku01-contact-icon {
  color: #ff6b6b; /* アイコン色 */
  font-size: 1.6rem;
  margin-top: 2px;
  width: 20px;
  text-align: center;
}

.saburoku01-contact-text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

/* --- 右側リンクカラム（共通） --- */
.saburoku01-link-col {
  flex: 1;
  min-width: 200px;
}

.saburoku01-heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 25px 0;
}

.saburoku01-list {
  list-style: none;
  padding: 0!important;
  margin: 0;
}

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

.saburoku01-list a {
  text-decoration: none;
  color: #4b5563;
  font-size: 1.6rem;
  transition: opacity 0.2s;
}

.saburoku01-list a:hover {
  opacity: 0.7;
  color: #e67e80;
}

/* --- レスポンシブ対応 --- */
@media (max-width: 768px) {
  .saburoku01-container {
    flex-direction: column;
    gap: 50px;
  }
  
  .saburoku01-info-col,
  .saburoku01-link-col {
    width: 100%;
    flex: auto;
  }
}

@media(max-width:600px){
	.saburoku01-heading{
		margin-bottom:7px;
		margin-top:10px;
	}
}