@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
	max-width: 1680px;
	margin: 0 auto;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* -------------
header
------------- */

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	background-color: white;
	border-bottom: 1px solid #ddd;
}

.logo img {
	height: 50px;
}

@media screen and (max-width: 640px){
	.header{
		display: none;
	}
}


/* -------------
fv
------------- */

.fv img {
	width: 100%;
	height: auto;
	display: block;
}


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

/* 募集中の職種エリアのスタイル - 更新版 */
.job-list-section {
  /* ピンク色のグラデーション背景に変更 */
  background: linear-gradient(to bottom, #FFB6C1, #FF8C9E); /* 明るいピンクから少し濃いピンクへ */
  padding: 40px 20px;
  text-align: center;
}

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

/* タイトルスタイル - 黄色い斜線を削除 */
.job-list-title {
  color: white;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
}

/* ボタンコンテナ */
.job-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* 職種ボタン */
.job-button {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  min-width: 200px;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 職種テキスト */
.job-text {
  color: #FF8C9E; /* ピンク色のテキスト - グラデーションの下部の色と合わせる */
  font-size: 24px;
  font-weight: bold;
  display: block;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .job-list-title {
    font-size: 24px;
  }
  
  .job-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .job-button {
    width: 80%;
    max-width: 300px;
    padding: 15px;
  }
  
  .job-text {
    font-size: 18px;
  }
}

/* -------------
cta
------------- */

/* CTAボタン位置の修正CSS */

/* 共通のCTAスタイルベース */
.cta, .cta02, .cta03 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

/* CTA (最初のCTA) */
.cta {
  background-image: url(../images/pc/cta_bg01_pc.webp);
  height: 400px;
}

.cta img {
  display: block;
  margin: 0 auto;
  padding-top: 250px; /* 元のパディング維持 */
  max-width: 100%;
}

/* CTA02 (2番目のCTA) */
.cta02 {
  background-image: url(../images/pc/cta03_bg_pc.webp);
  height: 400px;
}

.cta02 img {
  display: block;
  margin: 0 auto;
  padding-top: 180px; /* 元のパディング維持 */
  max-width: 100%;
}

/* CTA03 (3番目のCTA) */
.cta03 {
  background-image: url(../images/pc/cta_bg02_pc.webp);
  height: 400px;
}

.cta03 img {
  display: block;
  margin: 0 auto;
  padding-top: 180px; /* 元のパディング維持 */
  max-width: 100%;
}

/* ホバー効果 */
.cta img:hover, .cta02 img:hover, .cta03 img:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

/* スマホ表示用のCTA調整 */
@media screen and (max-width: 640px) {
  /* 共通スタイル */
  .cta-sp-bg, .cta02-sp-bg, .cta03-sp-bg {
    width: 100%;
  }
  
  .cta-sp-inner, .cta02-sp-inner, .cta03-sp-inner {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  
  /* 個別の配置調整 */
  .cta-sp-inner {
    padding-bottom: 10px;
    margin-top: -90px; /* 元の値を維持 */
  }
  
  .cta02-sp-inner {
    padding-bottom: 0px;
    margin-top: -100px; /* 元の値を維持 */
  }
  
  .cta03-sp-inner {
    padding-bottom: 0px;
    margin-top: -100px; /* 元の値を維持 */
  }
  
  /* 画像サイズの調整 */
  .cta-sp-inner img, .cta02-sp-inner img, .cta03-sp-inner img {
    max-width: 100%;
    height: auto;
  }
}

/* キャリアエリアとの境界調整 */
.cta + .career, .cta02 + .career, .cta03 + .career {
  margin-top: 0; /* 重なりがあれば調整 */
  padding-top: 40px;
}

/* スマホでのキャリアエリアとの境界調整 */
.cta-sp + .career-sp, .cta02-sp + .career-sp, .cta03-sp + .career-sp {
  margin-top: 0;
  padding-top: 20px;
}

/* -------------
nayami
------------- */

.nayami img {
	width: 100%;
}

/* -------------
first
------------- */

.patient-first {
	background-color: #FFFDEB;
	text-align: center;
}

.point-btm img {
	width: 100%;
}

@media screen and (max-width: 640px){
	.patient-first-sp {
		width: 100%;
	}
}



/* -------------
career
------------- */
/* キャリアエリア全体のスタイル調整 */
.career {
  background-color: white; /* 白背景 */
  position: relative;
  padding: 40px 0 60px;
  text-align: center;
  overflow: hidden; /* はみ出し防止 */
}

/* 背景のカラフルな装飾用 */
.career::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('path/to/pastel-background.png'); /* 必要に応じてパス変更 */
  background-size: cover;
  opacity: 0.3; /* 背景の透明度 */
  z-index: 0;
}

/* 画像コンテナに適切な余白を追加 */
.career-h,
[career-01],
[career-02],
[career-03] {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; /* 各セクション間の余白 */
}

/* 最初の見出し部分を強調 */
.career-h {
  margin-bottom: 40px; /* 見出し下の余白を増やす */
}

/* 画像のサイズと位置を調整 */
.career img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* CTAがある場合のセクション間の境目を調整 */
.cta02 + .career,
.cta + .career {
  margin-top: -20px; /* CTAとの重なり具合を調整 */
  padding-top: 60px; /* 上部の余白を増やす */
}

/* スマホ表示用のスタイル調整 */
.career-sp {
  background-color: white;
  position: relative;
  padding: 30px 0 50px;
  overflow: hidden;
}

/* スマホ表示時の背景 */
.career-sp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('path/to/pastel-background-mobile.png'); /* 必要に応じてパス変更 */
  background-size: cover;
  opacity: 0.3;
  z-index: 0;
}

.system-sp,
.sarani-sp {
  position: relative;
  z-index: 1;
}

/* システム部分のスタイル */
.system-sp {
  margin-bottom: 25px;
}

.system-sp img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

/* さらに部分のスタイル */
.sarani-sp img {
  display: block;
  width: 100%;
}

/* CTAがある場合のスマホ表示の境目調整 */
.cta02-sp + .career-sp,
.cta-sp + .career-sp {
  margin-top: -15px;
  padding-top: 40px;
}

/* CTA自体の調整 */
.cta,
.cta02 {
  position: relative;
  z-index: 2; /* キャリアエリアより前面に */
}

.cta-sp,
.cta02-sp {
  position: relative;
  z-index: 2;
}

/* -------------
cta02
------------- */

/* CTA部分のスタイル調整 */
.cta {
  background-image: url(../images/pc/cta_bg01_pc.webp);
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  z-index: 2; /* キャリアセクションとの重なり調整 */
}

.cta img {
  display: block;
  margin: 0 auto;
  padding-top: 250px;
  position: relative;
  z-index: 3; /* 背景よりも前に */
}

.cta img:hover {
  opacity: 0.8;
}

/* CTA02のスタイル */
.cta02 {
  background-image: url(../images/pc/cta03_bg_pc.webp);
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  z-index: 2;
}

.cta02 img {
  display: block;
  margin: 0 auto;
  padding-top: 180px;
  position: relative;
  z-index: 3;
}

.cta02 img:hover {
  opacity: 0.8;
}

/* スマホ表示用CTA調整 */
@media screen and (max-width: 640px) {
  .cta-sp-bg,
  .cta02-sp-bg {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  
  .cta-sp-inner,
  .cta02-sp-inner {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-top: -90px;
    position: relative;
    z-index: 3;
  }
  
  .cta02-sp-inner {
    margin-top: -100px;
  }
  
  /* CTAとキャリアの境目調整 */
  .cta-sp + .career-sp,
  .cta02-sp + .career-sp {
    padding-top: 20px; /* 上部の余白調整 */
  }
}

/* 特別な境目調整用クラス - 必要に応じて追加 */
.cta-career-spacer {
  height: 30px; /* 必要な余白の高さ */
  background: linear-gradient(to bottom, transparent, #FFF5F5);
  position: relative;
  z-index: 1;
  margin-top: -30px; /* 重なり具合の調整 */
}

/* -------------
think
------------- */

.think {
	background-image: url(../images/pc/think_bg_pc.webp);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

.think_txt {
	text-align: center;
}

.yt-mov {
	text-align: center;
	padding-top: 30px;
}

@media screen and (max-width: 640px){
	.yt-mov iframe {
		width: 90%;
		text-align: center;
		padding-top: 10px;
	}
}

/* -------------
job
------------- */

.job-task {
	text-align: center;
	padding: 100px 0;
}

.tab-1 {
	display: flex;
	flex-wrap: wrap;
	max-width: 700px;
	margin: 0 auto;
	padding-top: 60px;
}

.tab-1 > label {
	flex: 1 1;
	order: -1;
	min-width: 70px;
	padding: .7em 1em .5em;
	border-bottom: 1px solid #f0f0f0;
	border-radius: 10px 10px 0 0;
	background-color: #E6E6E6;
	color: #6D6D6D;
	font-weight: 600;
	font-size: .9em;
	text-align: center;
	cursor: pointer;
}

.tab-1 > label:hover {
	opacity: .8;
}

.tab-1 input {
	display: none;
}

.tab-1 > div {
	display: none;
	width: 100%;
	padding: 1.5em 1em;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-top: none;
	border-radius: 0 0 10px 10px;
}

.tab-1 label:has(:checked) {
	background-color: #fff;
	border-color: #FA9DA1 #f0f0f0 #fff;
	border-style: solid;
	border-width: 4px 1px 1px;
	border-radius: 10px 10px 0 0;
	color: #FA9DA1;
}

.tab-1 label:has(:checked) + div {
	display: block;
}

.tab-staf {
	width: 100%;
}

@media screen and (max-width: 640px){
	.job-task {
		text-align: center;
		padding: 40px 10px 20px;
	}

	.job-task img {
		width: 100%;
	}
}

/* -------------
unique
------------- */

.unique {
	background-image: url(../images/pc/unique_bg.webp);
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 100px 0;
}

.unique-title {
	margin-bottom: 30px;
}

.unique-inner {
	margin-bottom: 30px;
}

@media screen and (max-width: 640px){
	.unique {
		background-image: none;
		padding: 0;
		width: 100%;
	}
}

/* -------------
staff
------------- */

.staf-voice {
	text-align: center;
	background-image: url(../images/pc/voice_bg_pc.webp);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

@media screen and (max-width: 640px){
	.staf-voice {
		background-image: none;
		padding: 0;
		width: 100%;
	}
}

/* -------------
staff
------------- */

.message {
	background-image: url(../images/pc/message_ceo_pc.webp);
	height: 1139px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.message img {
	width: 100%;
}

@media screen and (max-width: 640px){
	.message {
		background-image: none;
		height: auto;
	}
}

/* -------------
cta03
------------- */

/* 3番目のCTAボタン位置修正CSS - シンプル版 */

/* CTA03の位置調整 */
.cta03 {
  background-image: url(../images/pc/cta_bg02_pc.webp);
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  text-align: center;
}

.cta03 img {
  display: block;
  margin: 0 auto;
  padding-top: 180px; /* CTAボタンの縦位置調整 */
  max-width: 100%; /* 画像サイズ調整 */
  height: auto;
}

.cta03 img:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

/* スマホ表示用の調整（必要に応じて） */
@media screen and (max-width: 640px) {
  .cta03-sp-bg {
    width: 100%;
  }
  
  .cta03-sp-inner {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 0;
    margin-top: -100px; /* スマホでのボタン位置調整 */
  }
  
  .cta03-sp-inner img {
    max-width: 100%;
    height: auto;
  }
}

/* -------------
recommend
------------- */
/* おすすめエリアのグラデーション背景スタイル */
.recommend {
  /* グラデーション背景 - 上部が淡いピンク、下部が淡い紫のグラデーション */
  background: linear-gradient(180deg, #FFF5F5 0%, #F9F6FF 100%);
  padding: 60px 0;
  text-align: center;
}

/* 既存のレスポンシブ対応を維持 */
@media screen and (max-width: 640px){
  .recommend {
    padding: 40px 0;
  }
}

/* -------------
flow
------------- */

/* フローエリアのスタイル調整 */
.flow {
  /* 背景をグラデーションに変更 */
  background: linear-gradient(180deg, #FFF5F5 0%, #F9F6FF 100%);
  padding: 60px 0;
}

/* 内部コンテナ */
.flow-inner {
  max-width: 960px;
  margin: 0 auto;
  width: 90%;
  background-color: white;
  border-radius: 20px;
  padding: 40px 20px;
}

/* フロー画像コンテナ */
.flow-img {
  text-align: center;
  margin-top: 20px;
}

.flow-img img {
  max-width: 100%;
  height: auto;
}

/* レスポンシブ対応 */
@media screen and (max-width: 640px) {
  .flow {
    padding: 30px 10px;
  }
  
  .flow-inner {
    padding: 25px 15px;
  }
  
  .flow-title {
    font-size: 22px;
  }
  
  .rainbow-line {
    margin: 10px auto 20px;
  }
}

/* -------------
recruit
------------- */
/* アコーディオン全体の背景スタイル */
.recruit_info {
  background-color: #FFF5F5; /* 淡いパステルピンクの背景 */
  padding: 40px 0;
  position: relative;
}

/* 白色の背景コンテナ追加 */
.recruit-inner {
  max-width: 960px;
  margin: 0 auto;
  /* width: 90%; */
  background-color: #fff; /* 白背景 */
  padding: 30px 0;
  border-radius: 20px; /* 角を丸く */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* 影を追加 */
}

/* 装飾用の虹色の線（添付画像のような） */
.rainbow-line {
  height: 4px;
  background: linear-gradient(to right, 
    #8dd3c7, #ffffb3, #bebada, #fb8072, #80b1d3, #fdb462, 
    #b3de69, #fccde5, #d9d9d9, #bc80bd, #ccebc5, #ffed6f);
  margin: 15px auto 30px;
  border-radius: 2px;
	max-width: 800px;
}

/* 見出しスタイル */
.recruit-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
	max-width: 800px;
	margin: 0 auto 15px;
}

/* アコーディオンセクションのスタイル */
.accordion-section {
  margin-bottom: 20px;
  /* border-radius: 8px; */
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	max-width: 800px;
	margin: 0 auto 20px;
}

/* アコーディオンヘッダーのスタイル */
.accordion-header {
  background-color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 1px solid #FF9199; /* オレンジの枠線 */
  position: relative;
}

.accordion-header h2 {
  margin: 0;
  color: #FF9199; /* オレンジのテキスト */
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.toggle-icon {
  position: absolute;
  right: 20px;
  color: #FF9199;
  font-size: 16px;
  transition: transform 0.3s ease;
}

/* アコーディオン修正スタイル */
.accordion-content {
  max-height: none; /* max-heightの制限を解除 */
  display: none; /* 初期状態では非表示に */
  overflow: visible; /* overflowの制限を解除 */
  transition: none; /* 途中で切れることを防止するためトランジションを無効化 */
}

.content-inner {
  padding: 20px;
}

/* アコーディオンが開いている状態 */
.accordion-section.active .accordion-content {
  display: block; /* アクティブな場合は表示 */
  height: auto; /* 高さを自動調整 */
}

.accordion-section.active .toggle-icon {
  transform: rotate(180deg);
}

/* アコーディオンが開いた時のヘッダースタイル */
.accordion-section.active .accordion-header {
  background-color: #FF9199;
}

.accordion-section.active .accordion-header h2,
.accordion-section.active .toggle-icon {
  color: #fff;
}

/* テーブルのスタイル */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th, td {
  padding: 15px;
  border-bottom: 1px solid #FFCECE;
}

th {
  width: 25%;
  background-color: #FFCECE; /* 薄いピンク */
  color: #333;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

td {
  background-color: #fff;
}

td ul {
  padding-left: 20px;
  margin: 0;
}

td li {
  margin-bottom: 5px;
  position: relative;
  list-style-type: none;
  padding-left: 15px;
}

td li:before {
  content: '・';
  position: absolute;
  left: 0;
  color: #FF9199; /* オレンジのマーカー */
}

.text_red {
  color: #FF9199;
  font-weight: bold;
}

/* サブ見出しのスタイル */
h3 {
  margin: 30px 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #FFCECE;
  color: #FF9199;
  font-size: 20px;
}

h4 {
  margin: 15px 0 5px;
  color: #FF9199;
  font-size: 16px;
}

/* テーブルスタイルの修正 */
.content-inner table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* テーブルレイアウトを固定 */
}

.content-inner th,
.content-inner td {
  padding: 15px;
  border-bottom: 1px solid #FFCECE;
  vertical-align: top;
  word-wrap: break-word; /* 長いテキストの折り返し */
}

/* リスト内のテキストが切れないように */
.content-inner ul,
.content-inner ol {
  padding-left: 20px;
  margin: 0;
}

.content-inner li {
  margin-bottom: 5px;
  position: relative;
  list-style-type: none;
  padding-left: 15px;
}


/* スマートフォン向けスタイル調整 */
@media screen and (max-width: 640px) {
  .recruit_info {
    padding: 20px 0px;
  }
  
  .recruit-inner {
    width: 90%;
    padding: 20px 10px;
  }
  
  .recruit-title {
    font-size: 22px;
  }
  
  .accordion-header {
    padding: 12px 10px;
  }
  
  .accordion-header h2 {
    font-size: 16px;
    padding-right: 20px;
  }
  
  .toggle-icon {
    right: 10px;
    font-size: 14px;
  }
  
  .content-inner {
    padding: 15px 10px;
  }
  
  th, td {
    padding: 10px;
    display: block;
    width: 100%;
  }
  
  th {
    border-bottom: none;
  }
  
  td li {
    font-size: 14px;
  }
}


/* -------------
faq
------------- */

.faq {
  /* #EEF1D7をベースにしたグラデーション
     - 上部は明るめの #F5F7E6
     - 下部は元の色に近い #EEF1D7 */
  background: linear-gradient(180deg, #F5F7E6 0%, #EEF1D7 100%);
  padding: 40px 0;
  height: auto;
}

/* FAQ内部コンテナ */
.faq-inner {
  background-color: #fff;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* 影を追加 */
}

.faq-h {
  text-align: center;
  padding-bottom: 30px;
}

/* 見出しスタイル */
.faq-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

/* 装飾用の虹色の線（募集要項と同様） */
.rainbow-line {
  height: 4px;
  background: linear-gradient(to right, 
    #8dd3c7, #ffffb3, #bebada, #fb8072, #80b1d3, #fdb462, 
    #b3de69, #fccde5, #d9d9d9, #bc80bd, #ccebc5, #ffed6f);
  margin: 15px auto 30px;
  border-radius: 2px;
  width: 90%;
  max-width: 800px;
}

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

.faq-item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.question, .answer {
  padding: 15px 15px 15px 50px;
  position: relative;
}

.question {
  background-color: #FAA1A5;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding-right: 60px;
  transition: background-color 0.3s ease;
}

.question:hover {
  background-color: #F8908A;
}

.answer {
  background-color: #ffeeee;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.answer.show {
  max-height: 1000px;
  opacity: 1;
  padding: 15px 15px 15px 50px;
}

.marker {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  color: #ff9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.answer .marker {
  background-color: #ff9999;
  color: #fff;
}

.question::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.question.active::after {
  transform: translateY(-50%) rotate(180deg);
}

/* スマートフォン向けスタイル調整 */
@media screen and (max-width: 640px){
  .faq-title {
    font-size: 22px;
  }

  .faq-h {
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 90%;
  }

  .faq {
    background: linear-gradient(180deg, #F5F7E6 0%, #EEF1D7 100%); /* グラデーション背景の維持 */
    padding: 20px 0;
    height: auto;
  }
  
  .faq-inner {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px 10px;
  }

  .question {
    font-size: 14px;
    padding-right: 40px;
  }
  
  .answer {
    font-size: 14px;
  }
}

/* -------------
access
------------- */

.access {
  background-color: #D9F2E6;
  padding: 40px 0;
  text-align: center;
}

.access-inner {
  background-color: #fff;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* 影を追加 */
  width: 90%;
}

.access-h {
  text-align: center;
}

/* 見出しスタイル */
.access-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

/* 装飾用の虹色の線（募集要項・FAQと同様） */
.rainbow-line {
  height: 4px;
  background: linear-gradient(to right, 
    #8dd3c7, #ffffb3, #bebada, #fb8072, #80b1d3, #fdb462, 
    #b3de69, #fccde5, #d9d9d9, #bc80bd, #ccebc5, #ffed6f);
  margin: 15px auto 30px;
  border-radius: 2px;
  width: 90%;
  max-width: 800px;
}

.facility-name {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}

.access-con {
  max-width: 800px;
  margin: 0 auto;
}

.map {
  margin-top: 20px;
  margin-bottom: 30px;
}

.map iframe {
  width: 100%;
  max-width: 700px;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.access-info {
  background-color: #FFF8F9;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: left;
}

.address-box, .station-box {
  margin-bottom: 20px;
}

.address-box h3, .station-box h3 {
  color: #F15A24;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #FFCECE;
  padding-bottom: 5px;
}

.station-box ul {
  padding-left: 20px;
}

.station-box li {
  margin-bottom: 5px;
  position: relative;
  list-style-type: none;
  padding-left: 15px;
}

.station-box li:before {
  content: '・';
  position: absolute;
  left: 0;
  color: #F15A24;
}

.access-btm img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* スマートフォン向けスタイル調整 */
@media screen and (max-width: 640px) {
  .access {
    padding: 20px 0;
  }
  
  .access-inner {
    width: 90%;
    padding: 30px 10px;
  }
  
  .access-title {
    font-size: 22px;
  }
  
  .map iframe {
    height: 300px;
  }
  
  .access-info {
    padding: 15px;
  }
  
  .address-box h3, .station-box h3 {
    font-size: 18px;
  }

	.address {
		font-size: 15px;
	}

	.station-info {
		font-size: 15px;
	}
}

/* -------------
entry フォーム統合スタイル（背景削除・幅調整版）
------------- */

/* エントリーエリア基本スタイル */
.entry {
  background-color: #FFF5F5; /* 募集要項・FAQと同じ淡いパステルピンクの背景 */
  padding: 40px 0;
  height: auto;
}

.entry-inner {
  background-color: #fff;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 60px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* 影を追加 */
  width: 90%;
}

.entry-h {
  text-align: center;
  padding-bottom: 30px;
}

/* 見出しスタイル */
.entry-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

/* 装飾用の虹色の線 */
.rainbow-line {
  height: 4px;
  background: linear-gradient(to right, 
    #8dd3c7, #ffffb3, #bebada, #fb8072, #80b1d3, #fdb462, 
    #b3de69, #fccde5, #d9d9d9, #bc80bd, #ccebc5, #ffed6f);
  margin: 15px auto 20px;
  border-radius: 2px;
  width: 90%;
  max-width: 800px;
}

/* サブタイトルスタイル */
.entry-subtitle {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #555;
}

.entry-con {
  max-width: 800px;
  margin: 0 auto;
}

/* フォームラッパー */
#formWrap {
  width: 90%;
  max-width: 800px; /* 虹色ラインの最大幅と同じ */
  margin: 0 auto;
  color: #555;
}

.form_bg {
  /* 薄いピンク背景を削除 */
  padding: 0; /* パディングを削除 */
  width: 100%;
}

/* フォームテーブル基本スタイル */
.formTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.formTable th, .formTable td {
  padding: 15px;
  border-bottom: 1px solid #FFCECE;
}

.formTable th {
  width: 30%;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  font-size: 16px;
  background-color: #FFECEF; /* 薄いピンク */
  color: #333;
}

.formTable th span {
  color: #FF004C;
  font-weight: 500;
  font-size: 12px;
  margin-right: 10px;
}

.formTable td {
  background-color: #fff;
}

/* 入力フォームスタイル */
.form_text {
  display: inline-block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0.5em 0;
  padding: 10px;
  line-height: 1.5;
  border-radius: 5px;
}

.tarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0.5em 0;
  line-height: 1.5;
  height: 14em;
  border-radius: 5px;
}

/* プレースホルダースタイル */
::placeholder {
  color: #a9a9a9;
  font-size: 14px;
}

/* 年齢入力欄のスタイル */
.age_input {
  width: 80px !important;
  display: inline-block !important;
  text-align: center;
  margin-right: 5px;
}

/* チェックボックスとラジオボタンのスタイル */
.formTable input[type="radio"],
.formTable input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 0;
  vertical-align: middle;
}

.formTable input[type="radio"] + label,
.formTable input[type="checkbox"] + label {
  margin-right: 15px;
  cursor: pointer;
}

/* 送信ボタンスタイル */
.submit {
  text-align: center;
  margin-top: 30px;
}

.submit_button {
  display: inline-block;
  padding: 15px 60px;
  background-color: #06A94D; /* オレンジ色 */
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	max-width: 400px;
	width: 100%;
}

.submit_button:hover {
  background-color: #06A94D; /* 少し濃いオレンジ */
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.submit_button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* 注釈テキスト */
.note {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  line-height: 1.4;
}

/* チェックボックスのラッパー */
.checkbox-area {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}

.checkbox-wrap {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 8px;
  min-width: 110px;
}

/* 入力タイプの指定 */
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 入力フィールドのフォーカス時のスタイル */
.form_text:focus, 
.tarea:focus {
  border-color: #F15A24;
  box-shadow: 0 0 0 3px rgba(241, 90, 36, 0.1);
  outline: none;
}

/* スマートフォン向けスタイル調整 */
@media screen and (max-width: 640px) {
  /* エントリーエリア全体の調整 */
  .entry {
    padding: 20px 10px;
  }
  
  .entry-inner {
    width: 95%;
    padding: 20px 0;
  }
  
  .entry-title {
    font-size: 22px;
  }
  
  .entry-subtitle {
    font-size: 14px;
    padding: 0 10px;
  }
  
  .entry-h {
    padding-bottom: 20px;
  }
  
  /* フォームテーブルのレイアウト修正 */
  .formTable {
    width: 100%;
    margin: 0 auto;
  }
  
  /* 各行の間隔調整 */
  .formTable tr {
    margin-bottom: 15px;
    display: block;
  }
  
  /* セル全体の調整 */
  .formTable th, 
  .formTable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
  
  /* 見出しセルのスタイル */
  .formTable th {
    text-align: left;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 14px;
  }
  
  /* 必須マークのサイズ調整 */
  .formTable th span {
    font-size: 11px;
  }
  
  /* 入力セルのスタイル */
  .formTable td {
    border-radius: 0 0 5px 5px;
    margin-bottom: 15px;
  }
  
  /* テキスト入力欄の調整 */
  .form_text {
    width: 100%;
    box-sizing: border-box;
    margin: 5px 0;
    font-size: 16px; /* モバイルでズームインを防ぐため */
    padding: 12px 10px;
  }
  
  /* 年齢入力欄の調整 */
  .age_input {
    width: 70px !important;
    text-align: center;
    margin-right: 5px;
  }
  
  /* フォームラッパーの調整 */
  #formWrap {
    width: 100%;
  }
  
  /* チェックボックスの配置を調整 */
  .checkbox-wrap {
    min-width: auto;
    margin-right: 10px;
    width: 45%;
  }
  
  /* チェックボックスとラベルの配置調整 */
  .formTable input[type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 5px;
  }
  
  /* 注釈テキストのサイズ調整 */
  .note {
    font-size: 11px;
  }
  
  /* ラベルが途切れる問題の修正 */
  .formTable label {
    word-break: keep-all;
    white-space: nowrap;
  }
  
  /* 送信ボタンの調整 */
  .submit {
    margin-top: 20px;
    padding: 0 10px;
  }
  
  .submit_button {
    width: 90%;
    max-width: 300px;
    padding: 12px 0;
    font-size: 16px;
  }
  
  /* テキストエリアの調整 */
  .tarea {
    font-size: 16px;
    padding: 12px 10px;
  }

	/* 募集要項内のリスト表示 */
.recruit_info table td ul,
.accordion-content td ul,
.content-inner td ul {
  padding-left: 0; /* リストの左パディングをリセット */
  margin-left: 0; /* リストの左マージンをリセット */
}

/* リスト項目の調整 */
.recruit_info table td li,
.accordion-content td li,
.content-inner td li {
  position: relative;
  padding-left: 1em; /* 文字とマーカーの間隔 */
  margin-left: 0; /* 左マージンをリセット */
  list-style-type: none; /* デフォルトのリストマーカーを非表示 */
}

/* リストマーカーを擬似要素で追加 */
.recruit_info table td li:before,
.accordion-content td li:before,
.content-inner td li:before {
  content: "・"; /* 中黒点マーカー */
  position: absolute;
  left: 0;
  top: 0;
}

/* リストがない場合のテキスト行のパディング調整 */
.recruit_info table td p,
.accordion-content td p,
.content-inner td p {
  margin-left: 0;
  padding-left: 0;
}

	/* スマホ表示での募集要項テーブル調整 */
@media screen and (max-width: 640px) {
  /* テーブル全体の横幅を調整 */
  .formTable, 
  .recruit_info table,
  .accordion-content table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed; /* 固定レイアウトに */
  }
  
  /* テーブルセルのワードラップ設定 */
  .formTable td,
  .recruit_info td,
  .accordion-content td,
  .content-inner td {
    word-break: break-word; /* 長い単語を折り返す */
    overflow-wrap: break-word;
    white-space: normal; /* 改行を許可 */
    font-size: 14px; /* フォントサイズを少し小さく */
    padding: 10px 8px; /* パディングを少し小さく */
    width: 100%;
    display: block; /* 縦並びレイアウト */
  }
  
  /* 見出しセルの調整 */
  .formTable th,
  .recruit_info th,
  .accordion-content th,
  .content-inner th {
    width: 100%;
    display: block;
    padding: 10px 8px;
    font-size: 14px;
    border-bottom: none;
  }
  
  /* リスト要素の調整 */
  .formTable li,
  .recruit_info li,
  .accordion-content li,
  .content-inner li {
    margin-left: 0;
    padding-left: 15px;
    position: relative;
    line-height: 1.4;
  }
  
  /* 募集要項の幅調整 */
  .recruit-inner,
  .accordion-content .content-inner {
    width: 95%;
    padding: 15px 10px;
  }
  
  /* アコーディオンコンテンツの余白調整 */
  .accordion-content {
    padding: 0;
  }
  
  .content-inner {
    padding: 10px 5px;
  }
  
  /* テキストが途切れないように調整 */
  p, li, td, th {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
  }
  
  /* アコーディオンボタン内のテキスト調整 */
  .accordion-header h2 {
    font-size: 15px;
    padding-right: 30px; /* 矢印アイコンの分のスペース */
  }

  /* スマホでのリスト項目 */
  .recruit_info table td li,
  .accordion-content td li,
  .content-inner td li {
    padding-left: 1em;
    margin-left: 0;
  }
  
  /* リストマーカーの位置調整 */
  .recruit_info table td li:before,
  .accordion-content td li:before,
  .content-inner td li:before {
    left: 0;
  }
}
}


/* -------------
footer
------------- */

footer {
	text-align: center;
	padding: 20px 0 150px 0;
}

.footer-address {
	font-size: 14px;
}

.footer-address a {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

.cr p {
	font-size: 10px;
	padding-top: 20px;
}

.footer-h img {
  width: 200px;
}

@media screen and (max-width: 640px){
	footer {
		text-align: center;
		margin-top: 20px;
		padding: 20px 0;
	}
	
	.footer-address {
		font-size: 14px;
	}
	
	.footer-address a {
		text-decoration: none;
		font-size: 12px;
		color: #000;
	}
	
	.cr p {
		font-size: 10px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
}

/* -------------
f-benner
------------- */

.f-button-container {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../images/pc/f_banner_bg.webp);
	background-position: center;
	background-size: cover;
	padding: 10px 0;
	text-align: center;
	z-index: 1000; /* 高い値を設定 */
}
.sticky-button {
	display: inline-block;
	margin: 0 10px;
	transition: transform 0.3s ease;
}
.sticky-button:hover {
	transform: scale(1.1);
}
.sticky-button img {
	width: 100%; /* 画像のサイズを調整 */
	height: auto;
	border-radius: 10px; /* 画像の角を丸く */
}

@media screen and (max-width: 640px) {
	.f-button-container {
			display: flex;
			/* justify-content: center; */
			padding: 15px  0 5px 0;
	}
	.sticky-button {
			margin: 0;
	}
	.sticky-button img {
			width: 95%; /* スマートフォンでは画像を小さく */
	}
}


/* -------------
thanks
------------- */

.header-inner {
	text-align: center;
	margin-bottom: 50px;
}
.contact_text {
	text-align: center;
	font-size: 14px;
}
.contact_footer {
	font-size: 10px;
}
/* thanks */