@charset "UTF-8";

/* 基本設定： ページ全体 */

html{
	font-size: 62.5%;
}

body {
	font-family:"メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	position:relative;/* サイドバーの親要素に指定 */
	vertical-align:top;
	margin: 0;
	padding: 0;
	height: 100%;
	font-style: normal;
	-webkit-text-size-adjust: 100%; /* iOSランドスケープモード対策 */
}

/* 基本色 */

.topheigt {
	margin-top: 2.3em;
}
.white {
	color: #fff;
}

h1 {
	margin-top: 0.1em;
	margin-bottom: 1.5em;
	font-size: 2.6rem;
	text-align: center;
	font-weight: 500;
}
h2 {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	text-align: center;
}
h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-size: 3rem;
	font-weight: 400;
	text-align: left;
}
h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-size: 3rem;
	font-weight: 100;
	text-align: left;
}
p {
	margin-top: 0;
	margin-bottom: 1.6rem;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: justify;/* 幅いっぱい */
	text-justify: inter-ideograph;/* 幅いっぱい */
}

/* クリック時の青い枠を透過 -------------------------------- */
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
}

/* クリック時の青い枠を消す -------------------------------- */
*:focus {
  outline: none;
}
li {
	font-size: 1rem;
}

/* メインコピー 下を空ける*/
.bottom_space{
	/* max-width: 840px; 2025/12/20*/
	text-align: center;
	margin: 0 auto;
}
.bottom_space .contents{
	margin-bottom: 3rem;
	display: inline-block;
	text-align: left;
}
.top_space .contents{
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: inline-block;
	text-align: left;
}
/* ショールームで使用　住所 tel mailなど */
.lefty{
	text-align: left;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
/* Yahoo Map
.map{
  width: 100%;
  position: relative;
	margin-bottom: 4rem;
}
 */
/* 動画 */
.video{
  width: 100%;
  position: relative;
	padding-top: 56.25%;
	margin-bottom: 4rem;
}
.videotopspace{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
	margin-bottom: 4rem;
	margin-top: 1rem;
}
.videomap{
  width: 100%;
  position: relative;
	padding-top: 66.9%;
	margin-bottom: 4rem;
}
.videomap iframe{
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.videotopspace iframe{
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

/* 画像 */
.photo{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
	margin-bottom: 4rem;
}
.photo.lists-caption {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
	text-align: left;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.photo669{
  width: 100%;
  position: relative;
  padding-top: 66.9%;
	margin-bottom: 4rem;
}
.photo4179{
  width: 100%;
  position: relative;
  padding-top: 41.79%;
	margin-bottom: 4rem;
}
.photo1595{
  width: 30%;
  position: relative;
	margin-bottom: 1rem;
	padding: 0 auto;
}
.photo1595 img{
	margin : 0 auto;
	/* position: absolute; */
	text-align: center;
  width: 100%;
}
.phototopspace{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
	margin-bottom: 4rem;
	margin-top: -24px;
}
.photo img{
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.photo669 img{
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.photo4179 img{
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.phototopspace img{
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

h5.clean{
	position: relative;
	text-align: left;
	font-size: 2rem;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #0099ff;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.clean::before{
	font-family: "Font Awesome 5 Free";
  content: "\f391";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 700;
  left: -1.3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	margin: 0;
}



h5.hand{
	position: relative;
	text-align: left;
	font-size: 2rem;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #0099ff;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.hand::before{
	font-family: "Font Awesome 5 Free";
  content: "\f256";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 100;
  left: -1.17em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	  margin: 0;
}

h5.clip{
	position: relative;
	text-align: left;
	font-size: 2rem;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #0099ff;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.clip::before{
	font-family: "Font Awesome 5 Free";
  content: "\f279";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 700;
  left: -1.3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	  margin: 0;
}



h5.lessthan{
	position: relative;
	text-align: left;
	font-size: 2rem;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #0099ff;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.lessthan::before{
	font-family: "Font Awesome 5 Free";
  content: "\f536";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 900;
  left: -1.1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	margin: 0;
}
h5.history{
	position: relative;
	text-align: left;
	font-size: 2rem;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #0099ff;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.history::before{
	font-family: "Font Awesome 5 Free";
  content: "\f1da";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 700;
  left: -1.2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	margin: 0;
}
h5.sun{
	position: relative;
	text-align: left;
	font-size: 2rem;
  background: #fdfde7;
  padding: 0.25em 0.5em;
  border-left: solid 2em #de5511;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.sun::before{
	font-family: "Font Awesome 5 Free";
  content: "\f192";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 900;
  left: -1.22em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	margin: 0;
}
h5.exclamationsun{
	position: relative;
	text-align: left;
	font-size: 2rem;
  background: #fdfde7;
  padding: 0.25em 0.5em;
  border-left: solid 2em #de5511;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.exclamationsun::before{
	font-family: "Font Awesome 5 Free";
  content: "\f06a";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 900;
  left: -1.22em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	margin: 0;
}
h5.building{
	position: relative;
	text-align: left;
	font-size: 2rem;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #0099ff;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.building::before{
	font-family: "Font Awesome 5 Free";
  content: "\f1ad";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 900;
  left: -1.15em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	margin: 0;
}
h5.exclamation{
	position: relative;
	text-align: left;
	font-size: 2rem;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #0099ff;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.exclamation::before{
	font-family: "Font Awesome 5 Free";
  content: "\f06a";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 900;
  left: -1.2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	margin: 0;
}
h5.sekou{
	position: relative;
	text-align: left;
	font-size: 2rem;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #0099ff;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.sekou::before{
	font-family: "Font Awesome 5 Free";
  content: "\f55d";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 900;
  left: -1.09em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	margin: 0;
}
h5.aword{
	position: relative;
	text-align: left;
	font-size: 2rem;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #0099ff;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.aword::before{
	font-family: "Font Awesome 5 Free";
  content: "\f559";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 900;
  left: -1.09em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	margin: 0;
}
h5.nishoku{
	position: relative;
	text-align: left;
	font-size: 2rem;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #0099ff;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.nishoku::before{
	font-family: "Font Awesome 5 Free";
  content: "\f249";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 900;
  left: -1.13em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	margin: 0;
}
/* ペンアイコン */
h5.penicon {
  position: relative;
	text-align: left;
	font-size: 2rem;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #0099ff;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
h5.penicon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ad";
	font-size: 2.7rem;
  position: absolute;
  color: white;
  font-weight: 900;
  left: -1.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	margin: 0;
}

.red{
	color: #ff0000;
}
.orange{
	color: #ff3300;
}
.blue{
	color: #163681;
}
.middlefont {
	font-size: 1.4rem;
}
.middle {
	display: inline-block;
	vertical-align: middle;
}

i .top{
	vertical-align: top;
}

i .middle{
	vertical-align: middle;
}

i .bottom{
	vertical-align: bottom;
}

/* 見出しの下のライン */
.headingoya{
	text-align: center;
	margin: 0;
}
.heading01 {
	position: relative;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	border-bottom: 1rem solid #0c3586;
	display: inline-block; /* 必要なのはこれだけです */
	margin: 2.4rem 0 3rem;
}
.heading01::after {
	content: '';
	position: absolute;
	bottom: -1rem;
	left: 0%;
	width: 30%;
	height: 1rem;
	background-color: #c6181e;
}

/* スマホ用ページタイトルを小さく*/
@media (max-width: 600px) {
.heading01 {
	font-size: 2.4rem;
	}
}

/* ヘッダー -----------------------------*/
header {
	position: fixed;
	/* position: relative;　アレンジ: ヘッダーを固定しない */
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	margin: 0 auto;
	padding: 16px 0;
	background-color: rgba(255,255,255,1);/* 透明度 */
	/* border-bottom: solid 1px #ccc;底部のライン */
}
@media (max-width: 840px) {
	header {
		padding: 10px 0 5px 0;
	}
}

header .container{
	margin: auto;/* センター合わせする　重要 */
}

/* ヘッダーA: ロゴ */
.headA {
	display: block;
	padding-left: 1.6rem; /* ロゴ左側空き */
	padding-bottom: 5px;
}
.headB {
	display: block;
}

/* ヘッダーB： ナビゲーションメニュー
.headB ul {
	padding-top: 36px;
	list-style: none;
}
.headB li {
	list-style-type: none;
  flex-grow: 1;
  text-align: center;
	border-right: 1px solid #999;
}
.headB a {
	display: block;
	padding: 3px;
	width: 88px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.headB a:hover {
	color: #ff0000;
} */

/* トグルボタンメニューopen時 背景をフィックス */
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

/* ヘッダーC： トグルボタン */
@media (max-width: 1999px) {
	/* 小さい画面用の設定 */
	header .container-small {
		display: flex;
		align-items: center;
		vertical-align: middle;
		justify-content: space-between;
	}
	/* https://www.kimagure-weblog.net/js/menu-scroll001/ */
	.headA img {
		width: 79px;
		height: 42px;
	}
	.headB {
		display: none;
	}
	.headC {
		margin-right: 16px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		color: #666;/* opacity値をやめた。ハンバーガーが水色になるのを回避 2025/12/18 */
		cursor: pointer;
	}
	header .small{
		font-size: 1.4rem;/* MENUの文字 */
		padding-right: 1rem;
		vertical-align: middle;
		font-weight: thin;
	}
	.headC:hover {
		opacity: 1;/* 05から1に変更　ボタンがタップされたあとに薄くなり続けるのを回避 2025/12/18 */
	}
	/* ヘッダー　SP(Works) */
	.head_SP{
		display: none;
		margin-bottom: 20px;
  	/*滑らかスクロール*/
  	-webkit-overflow-scrolling: touch;
	}
	.head_SP_menu{
		display: flex;
		max-width: 840px;/* 広くして2カラムにする */
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ヘッダーSP2(Company Info.) */
.head_SP1 {
	width: 50%;
	margin-right: 0.8rem;
	margin-bottom: 10px;
}
.head_SP1 div {
	flex: 1;
	padding-left: 1.6rem;
}
.head_SP1 h3 {
	margin-top: 0;
	margin-bottom: 4px;
	border-bottom: solid 1px currentColor;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}
.head_SP1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.head_SP1 ul li{
	border-bottom: solid 1px;
	border-color: #ccc;
	padding: 2px 0;
}
.head_SP1 ul .indent-1 {
	border-bottom: solid 1px;
	border-color: #fff;
}
.head_SP1 a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}
.head_SP1 a:hover {
	color: #ff0000;
}
.head_SP1 div .close {
	display: block;
	color: #b2b2b2;
	font-size: 14px;
	margin-top: 1.75rem;
	margin-bottom: 4px;
	font-weight: 700;
}
/* ヘッダーSP2(Works.) */
.head_SP2 {
	width: 50%;
	margin-bottom: 10px;
	margin-left: 0;
}
.head_SP2 div {
	flex: 1;
	padding-right: 1.6rem;
}
.head_SP2 h3 {
	margin-top: 0;
	margin-bottom: 4px;
	border-bottom: solid 1px currentColor;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}
.head_SP2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.head_SP2 ul li{
	border-bottom: solid 1px;
	border-color: #ccc;
	padding: 2px 0;
}
.head_SP2 ul .indent-1 {
	border-bottom: solid 1px;
	border-color: #fff;
}
.head_SP2 a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}
.head_SP2 a:hover {
	color: #ff0000;
}


/* ヘッダー　大きい画面用の設定 style_PCに移動*/


/* TOP -----------------------------*/
/* TOPイメージ */
.main {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28rem;/* vh指定だと スマホchromスクロール時ちょっと拡大してしまう */
	background-image: url(img/img_main_bak02.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	background-size: auto 100%;/* 縦幅は常に100% スマホchromスクロール時ちょっと拡大してしまう */
	background-color: #f1f8ff !important;
	margin: 6px auto 0;
}


/* TOPイメージ 大きい画面用の設定 style_PCに移動*/


/* 会社概要　1カラム */
table{
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
table, tr, th {
	border: none;
  border-bottom: 1px solid #dcd9d9;
	vertical-align: text-top;
}

.sample01{
	text-align: left;
	font-size: 1.4rem;
}
.sample01 th,
.sample01 tr {
  display: block;
	padding-top: 1.2rem;
	padding-bottom: 0.6rem
}
.sample01 td {
  display: block;
	padding: 0.6rem 0;
}
.sample01 li{
	font-size: 1.4rem;
	text-align: left;
	list-style: none;
}
.sample01 ul{
	padding-left: 0;
	line-height: 1.9;
	margin: 0;
}
.sample01 li .indent2B{
	padding-bottom: 1rem;
	padding-left: 0;
}
.sample01 .indent2B_circle{
	list-style: decimal;
	list-style-position:inside;
	text-indent: -1.4em;/* 2025/12/25;*/
	padding-left: 1.4em;/* 2025/12/25;*/
}
.sample01 li .indent3B{
	margin-left: 0;
}
.sample01 th {
  display: none;
}
.sample01 td {
	width: auto;/* 2025/12/25;*/
	vertical-align: top;
}
.sample01 .price {
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	padding: 0;
	/* border: none;*/
}
.sample01 .price2 {
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	padding: 0;
	/* border: none;*/
}
.sample01 ul .level2{
	font-size: 1.6rem;
}
.sample01 .indent{
	padding-left: 1.6rem;
}
.sample01 .indent3B{
	list-style: circle;
	list-style-position:inside;
	font-size: 1.4rem;
}
.sample01 .indent_nocircle .indent3B{
	list-style: none;
	list-style-position:inside;
	font-size: 1.4rem;
	padding-left: 3.2rem;
}
.sample01 .indent_nocircle .indent3Bno{
	list-style: none;
	list-style-position:inside;
	font-size: 1.4rem;
	padding-left: 3.2rem;
	padding-bottom: 0.6rem;
}
.amaple01 li{
	list-style: none;
}

/* PC用　設定 */
@media (min-width: 600px) {
  .sample01 th,
  .sample01 tr,
  .sample01 td {
    border-collapse: collapse;
		padding: 1.6rem 0 1.6rem 2.2rem;
  }
	.sample01{
		text-align: left;
		font-size: 1.6rem;
	}
	.sample01 li{
		font-size: 1.6rem;
	}
	.sample01 .price {
	  font-weight: bold;
		width: 12rem;
		padding: 1.6rem 0 1.6rem 1.6rem;
	}
	.sample01 .price2 {
		font-weight: bold;
		width: 21rem;
		padding: 1.6rem 0 1.6rem 1.6rem;
	}
	.fontnormal {
	  font-weight: normal;
	}
  .sample01 tr {
    display: table-row;
  }
  .sample01 th,
  .sample01 td {
    display: table-cell;
  }
  .sample01 th {
    background-color: mediumblue;
    color: white;
  }
  .sample01 {
    display: table;
		width: 100%;
    border-collapse: collapse;
  }
	.sample01 .base{
		border: none;
		border-bottom: 1px solid #dcd9d9;
		vertical-align: middle;
	}
	.sample01 .indent_nocircle .indent3Bno{
		padding-bottom: 1.2rem;
	}
	.sample01 .indent_nocircle .indent3B{
		list-style: none;
		list-style-position:inside;
		font-size: 1.4rem;
		padding-left: 2.2rem;
	}
	.sample01 .indent_nocircle .indent3Bno{
		list-style: none;
		list-style-position:inside;
		font-size: 1.4rem;
		padding-left: 2.2rem;
		padding-bottom: 0.6rem;
	}
}
/* 会社概要　1カラム ここまで*/

/* card一覧 */
.card {
  flex: 1 1 150px;
	display: flex;
	margin: 6px;
  background: #fff;
  border-radius: 16px;
	border: solid 2px #fff;
  box-shadow: 0 2px 5px #aeabab;
}
.card_blank {
  flex: 1 1 150px;
	display: flex;
	margin: 6px;
  background: #ccc;
  border-radius: 16px;
	border: solid 2px #ccc;
}
.card a:hover {
  color: #ff0000;
}
.card-img {
  border-radius: 16px 16px 0 0;
  max-width: 100%;
  height: auto;
	background: #000;
	position: relative;
}
.new_icon:after{
　position: absolute;
　content: “new”;
　top:-10px;
　left: -10px;
　background:#00DE94;
　border-radius: 50%;
　color: #fff;
　padding: 10px 5px;
}
.card-img:hover,
.bnr:hover {/* ひまわり　2025/12/20 */
	opacity: 0.85;
}
.card-content {
  padding: 10px 10px;/* 文字列の余白をコントロール　重要 */
}
.card-title {
  font-size: 1.75rem;/* 小さめにした　2025/12/20 */
	line-height: 1.3;
  margin-bottom: 0.75rem;
  text-align: center;
	color: #333;
}
.card-title a {
	color: #333!important;
	text-decoration: none;
}
.card-title a:hover {
  color: #ff0000;
}
.card-text {
  color: #777;
  font-size: 1.4rem;
  line-height: 1.5;
	text-align: left;
	text-align: justify;/* テキスト幅いっぱい */
	text-justify: inter-ideograph;/* テキスト幅いっぱい */
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link a {
	display: flex;
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.card-link a:hover {
  color: #cc384f;
}

@media (max-width: 450px) {
	.card-title {
		font-size: 1.6rem;
		line-height: 1.3;
  	margin-bottom: 0.3rem;
		text-align: center;
	}
	.card-content {
  	padding: 6px 6px;/* 文字列の余白をコントロール　重要 */
	}
	.card-text {
		font-size: 1.2rem;
	}
}
/* cardテここまで https://www.webcreatorbox.com/tech/card*/

/* bnr一覧 */
.bnr {
	position: relative;/*相対配置*/
	display: flex;
  background: #fff;
  border-radius: 16px;
	border: solid 2px #fff;
  box-shadow: 0 2px 5px #aeabab;
	overflow: hidden;/* 拡大時に周りを隠す */
}
.bnr-img {
  border-radius: 16px;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	/* bnr拡大 */
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	/* http://raining.bear-life.com/css　*/
	}
/*
.bnr-img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
*/
/* バナー文字 */
.bnr p img{
	display: block;
	position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	height: 100%;/* ひまわり */
	/* filter: drop-shadow(1px 1px 2px #fff); */
	text-align: center;
	line-height:1.1
  }
.bnr p span {
	font-size: 1rem;
}
/* パネルとバナー一覧 */
.lineup {
	background-color: #ccc;
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
	padding-left: 6px;
	padding-right: 6px;
}
.lineup .container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.lineup .container .bnr{
	width: 35%;
}


/* 大項目とバナー一覧 大きい画面用の設定 style_PCに移動*/


/* 2カラム用llists一覧 */
.listup {
	/* padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	padding-right: 6px; */
}
.listup .container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0 !important;
	margin-bottom: 0!important;　/* 2カラム落ちの隙間が回避できた！ */
	padding-bottom: 0!important;/* 2カラム落ちの隙間が回避できた！ */
}
.listup .container .lists{
	width: 100%;
}


/* 2カラム用lists一覧 大きい画面用の設定 style_PCに移動*/


/* 2カラム用l個別コンテンツ */
.lists {
  flex: 1 1 250px;
	display: flex;
  /* background: #fff; 2025/12/20*/
}

@media (min-width: 530px){
	.lists:first-child {
		/* 最初の要素に適用したいCSS */
		margin-right: 16px;
	}
}

@media (max-width: 529px){
	.lists {
		/* 最初の要素に適用したいCSS */
		margin-right: 0px;
	}
}

.lists-img {
  width: 100%;
  height: auto;
}
.lists-content {
  padding: 0;
}
.lists-title {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
  color: #333;
}
.lists-caption {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
	text-align: left;
	margin-top: 0.4rem;
	margin-bottom: 2rem;
}

/*} ←謎の閉じ　取るとlists-contentが左右揃えになり崩れる */

.lists-pack {
	display: block;/*} ←flexからblockに変更　謎の原因 */
	text-align: left;
  margin: 0;
	margin-top: 0!important;
	margin-bottom: 0!important;　/* 2カラム落ちの隙間が回避できた！ */
}
.lists-link a:hover {
  color: #cc384f;
}
.lists .indent1 {
	font-size: 1.8rem;
}
.lists .indent2 {
	font-size: 1.6rem;
}

@media (max-width: 767px) {
	.lists .indent1 {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.lists .indent2 {
		font-size: 1.4rem;
	}
}

/* 採用情報 */
.lists .indent1B {
	font-weight: bold;
	font-size: 1.6rem;
}
.lists .indent2B {
	list-style: none;
	font-size: 1.6rem;
}
.lists .indent2B_circle {
	list-style: decimal;
	font-size: 1.6rem;
}
.lists .indent2B_circle_orange {
	list-style: none;
	font-size: 1.6rem;
	font-weight: bold;
	color: #;
}
.lists .indent3B {
	list-style: none;
	font-size: 1.6rem;
}
.lists .indent3 {
	font-size: 1.4rem;
}
.lists .two_col {
	font-size: 1.6rem;
}
.lists ul {
	list-style: none;
	line-height: 1.8;
	text-align: left;
	padding: 0;
}
.lists ul .level1{
	list-style: none;
	padding-left: 1.6rem;
}
.lists ul .level2 {
	list-style: circle;
	padding-left: 1.6rem;
	margin-left: 1.6rem;
	margin-bottom: 1.6rem;
}
.lists ul .level3 {
	padding-left: 2.4rem;
	margin-bottom: 1.6rem;
}
.lists ul .level1B{
	list-style: none;
	font-weight: bold;
	padding-left: 1.6rem;
}
.lists ul .level2B {
	list-style: none;
	padding-left: 1.6rem;
	margin-left: 1.6rem;
	margin-bottom: 1.6rem;
}
.lists ul .level2C {
	list-style-type: decimal
	padding-left: 1.6rem;
	margin-left: 1.6rem;
	margin-bottom: 1.6rem;
}
/*
/* listsここまで https://www.webcreatorbox.com/tech/lists*/

/* TOPページ　メイン画像-----------------------------*/
.top_image {
	width: 100%;
	background-color: #e9e8e8;/* ガイド用イェロー背景 */
}
.top_image .container {
	text-align: center;
	position: relative;
}
.top_image .container .copybox{
	display: wrap;
  justify-content: center;
  flex-wrap: wrap;
}
.top_image h1 {
	width: 90%; /* 右に白が入ったので90にした 100に戻した　2025/12/20*/
  position: absolute;
	display: inline-block;
	margin-top: 0rem;
	margin-bottom: 0rem;
	margin: 0 auto;
	margin-left: 0.25em;
	text-indent: -0.5em;
	padding-left: 0.5em;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  }
  /*文字の装飾*/
.text_white{
	font-size: 3rem;
	line-height: 1.3;
	color: #fff;
	filter: drop-shadow(3px 3px 6px #000);
	display: block;
}


/* 小さい画面用の設定*/
@media (max-width: 440px){
	.text_white{
		font-size: 2.4rem;
	}
}

.top_image img{
	vertical-align:top;
	max-width: 1102px;
	margin-top: 0px;	/* ヘッダー分下に落とす */
	width: 100%;    /* 横幅を割合で指定 */
	height: auto;  /* 高さは自動指定 */
}

@media (max-width: 840px){
.top_image img{
	margin-top: 64px;	/* ヘッダー分下に落とす */
}
.top_image h1 {
	margin-top: 3rem;/* 私たちは、いつも 快適な空間 を考えています。 */

  }
}

@media (min-width: 1200px){
.top_image img{
	vertical-align:top;
	max-width: 1102px;
	margin-top: 0;	/* ヘッダー分下に落とさない */
	width: 100%;    /* 横幅を割合で指定 */
	height: auto;  /* 高さは自動指定 */
}
}
/* TOPページ　メイン画像-----------------------------*/
.top_image_page {
	width: 100%;
	margin-bottom: 3rem;
}
.top_image_page img{
	vertical-align:top;
	/* max-width: 840px; */
	/* margin-top: 60px; */
	width: 100%;    /* 横幅を割合で指定 */
	height: auto;  /* 高さは自動指定 */
}

@media (max-width: 840px){
	.top_image_page img{
		margin-top: 64px;
height: 156px;
	}
}

.top_image_page .container {
	text-align: center;
	position: relative;

}
.top_image_page .container_orange {
	text-align: center;
	position: relative;
	/* background-color: #fdfde7;　himawari背景 */
}
.top_image_page .container .copybox{
	display: wrap;
  justify-content: center;
  flex-wrap: wrap;
}
.top_image_page h1 {
	width: 90%; /* 右に白が入ったので90にした*/
  position: absolute;
	/* display: inline-block; */
	/* margin-top: 3rem; */
	margin-top: 0em;
	margin-bottom: 0em;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*文字の装飾　青背景*/
}
@media (max-width: 840px){
	.top_image_page h1{
		padding-top: 64px;
	}
}

.top_image_page	.text_white{
	font-size: 3rem;
	line-height: 1.3;
	color: #fff;
	filter: drop-shadow(1px 1px 2px #247dfe);

}

/* 小さい画面用の設定*/
@media (max-width: 414px){
	.top_image_page	.text_white{
		font-size: 3rem;
	}
}
/*文字の装飾 ひまわり*/
.top_image_page	.text_orange{
	font-size: 3rem;
	line-height: 1.3;
	color: #fff;
	filter: drop-shadow(2px 2px 3px #e68703);
	display: block;
	}

/* 小さい画面用の設定*/
@media (max-width: 414px){
	.top_image_page	.text_orange{
		font-size: 3rem;
	}
}

@media (min-width: 1200px){
	.top_image_page img{
		vertical-align:top;
		max-width: 1000px;
		margin-top: 0;	/* ヘッダー分下に落とさない */
		width: 100%;    /* 横幅を割合で指定 */
		height: auto;  /* 高さは自動指定 */
	}
}


/* ページ -----------------------------*/
/* ページメイン画像-----------------------------*/

.page_image {
	width: 100%;
	/* background-color: #e9e8e8; ページメインイメージの背景色　2025/12/20 */
}
.page_image .container {
	text-align: center;
}
.page_image img{
	vertical-align:top;
	max-width: 1000px;
	margin-top: 64px;	/* ヘッダー分下に落とす　60→64pxに変更 2025/12/20　*/
	width: 100%;    /* 横幅を割合で指定 */
	height: auto;  /* 高さは自動指定 */
}

@media (min-width: 840px) {
	.page_image img{
		vertical-align:top;
		max-width: 1000px;
		margin-top: 0;	/* ヘッダー分下に落とさない */
		width: 100%;    /* 横幅を割合で指定 */
		height: auto;  /* 高さは自動指定 */
	}
}

/* サイドバー -----------------------------*/
#child{
    position: fixed;
		top: -80px;
    left: 50%;
    transform: translate(440px, 100px);
		z-index: 100;
}
#child .container{
    width: 204px;
    height: auto;
		border: solid 1px #000;
		background: #fff;
		padding: 10px;
		padding-top: 6px;
		padding-bottom: 0;
		z-index: 100;
}
/* サイドバー 隠す-----------------------------*/
@media (max-width: 1199px) {
	#child{
  	display: none;
	}
}

/* サイドナビ本体 */
.child_navi {
	margin-bottom: 10px;
}
.child_navi div {
	flex: 1;
}
.child_navi h3 {
	margin-top: 0;
	margin-top: 10px;
	margin-bottom: 12px;
	border-bottom: solid 2px #666;
	font-size: 10px;
	color: #666;
	font-weight: 700;
	text-align: center;
}
.child_navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.child_navi ul li{
	border-bottom: solid 1px;
	border-color: #e9e8e8;
	padding: 3px 0;
}
.child_navi .now{
	background-color: #e9e8e8;
	padding: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}
.child_navi ul .indent-1 {
	border-bottom: solid 1px;
	border-color: #fff;
}
.child_navi a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}
.child_navi a:hover {
	color: #ff0000;
}

/* ページ　画像以外のコンテンツ -----------------------------*/
.page{
	width: 100%;
	text-align: center;
	/*background-color: #d435fc; ガイド用パープル背景 */
}
.page .container{
	text-align: center;
	margin-left: 1.6rem;/*marginに変更　2025/12/20 */
	margin-right: 1.6rem;/*marginに変更　2025/12/20 */
	margin-bottom: 0rem;
	/*background-color: #fff; ガイド用白背景 */
}
.page h2{
	margin-top: 0.5rem;
	margin-bottom: 2rem;
	font-size: 2rem;
	text-align: center;
}

/* フッター -----------------------------*/
footer {
	color: #000;
	background-color: #e9e8e8;
}


/* フッター 大きい画面用の設定　style_PCに移動*/


/* フッター 小さい画面用の設定
(max-width: 768px)*/
@media (max-width: 767px) {
	footer .container {
		display: flex;
		flex-wrap: wrap;
		max-width: 767px;
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
		margin-left: 1.6rem;
		margin-right: 1.6rem;
	}
	.footA {
		flex: 0 0 100%;
	}
	.footD {
		flex: 0 0 100%;
	}
	.footC {
		flex: 0 0 100%;
	}
}

/* フッターA： 住所電話番号 */
.footA {
	margin-bottom: 30px;
	font-size: 1.2rem;
}
.footA h2 {
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 1.6rem;
	text-align:left;
}
.footA h3 {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 1.2rem;
	text-align:left;
}
.footA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2rem;
}
.footA a {
	color: inherit;
	text-decoration: none;
}
.footA a:hover {/* 2025/12/20 */
	color: #ff0000;
}

/* フッターB(Works)： フッターメニュー */
.footB {
	display: none;
	margin-bottom: 30px;
}
.footB div {
	margin-bottom: 20px;
	padding-left: 5px;
}
.footB h3 {
	margin-top: 0;
	margin-bottom: 4px;
	border-bottom: solid 1px currentColor;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.footB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footB ul li{
	border-bottom: solid 1px;
	border-color: #ccc;
	padding: 2px 0;
}
.footB ul .indent-1 {
	border-bottom: solid 1px;
	border-color: #e9e8e8;
}
.footB a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}
.footB a:hover {
	color: #ff0000;
}


/* フッター(Works)： フッターメニュー 大きい画面用の設定　styke_PCに移動*/


/* フッター(Company Info.)： フッターメニュー */
.footBB {
	display: none;
	margin-bottom: 30px;
}
.footBB div {
	flex: 1;
	margin-bottom: 20px;
	padding-right: 5px;
}
.footBB h3 {
	margin-top: 0;
	margin-bottom: 4px;
	border-bottom: solid 1px currentColor;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.footBB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footBB ul li{
	border-bottom: solid 1px;
	border-color: #ccc;
	padding: 2px 0;
}
.footBB ul li .indent-1 {
	padding-left:12px;
	text-indent:-12px;
	border-bottom: solid 1px;
	border-color: #ff0048;
}
.footBB a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}
.footBB a:hover {
	color: #ff0000;
}


/* フッター(Company Info.)： フッターメニュー 大きい画面用の設定　style_PCに移動 */


/* フッターC： コピーライト */
.footC {
	color: #666;
	font-size: 10px;
	text-align: center;
}

/* フッターD： SNSメニュー */
.footD {
	margin-top: 20px;
	display: flex;
}
.footD img {
	border-radius: 50%;
	width: 52px;
	height: 52px;
}
.footD .SideBySide {
	margin-right: 20px;
	/* width: 50%; */
}
.footD .SideBySide p{
 	display:inline-block;
 	vertical-align:middle; /*縦方向の揃え位置を指定*/
	line-height: 1.1;
	font-size: 12px;
}
.footD ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
.footD a {
	display: block;
	margin-right: 8px;
	padding: 0;
	color: inherit;
	font-size: 2rem;
	text-decoration: none;
	border: solid 1px currentColor;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
}

.footD a:hover {
	background-color: rgba(0,0,0,0.3);
} */
