@charset "UTF-8";
/*
Theme Name: SSH-campany
Author: 3rd-web
Description: This is my original theme.
Version: 1.0
*/

/* -------基本構造（全体）------- */

	body {margin: 0;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif, serif;
	line-height: 1.8;
	color: #333;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	box-sizing: border-box;
	}

	img {
	display: block;
	margin: 0 auto;
	}

	span {
	display: inline-block;
	}

	strong {
	font-weight: bold;
}

/* -------インナーの左右の余白------- */
@media (max-width: 768px) {
	.inner {
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	}
}

	.clearfix:after {
    content:"";
    display:block;
    clear:both;
	}

/* ------それぞれの各ブロックの上下間隔------ */
	.sub-header {
	padding-top: 5px;
	}

	.contents {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	}

	.sub {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	}

@media (max-width: 599px) {
	.contents {
	padding-top: 10px;
	}
}

/*--コンテンツとサイドバーを横に並べる設定--*/
@media (min-width: 768px) {
	.contents {
	float: left;
	width: 70%;
	}

	.sub {
	float: left;
	width: 30%;
	}

/* ---コンテンツとサイドバーの間隔--- */
	.contents {
	padding-right: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
}

@media (min-width: 960px) {
	.inner {
	width: 960px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	}
}

/* -----------ヘッダー-------------- */
	header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 70px;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

/* ヘッダー内部 */
	#header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
}

/* =========================
   左側：ロゴ＋会社名
========================= */
	.header-logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

	.logo h1 {
	margin: 0;
	padding: 0;
	float: none;
	line-height: 1;
}

	.logo a {
	display: block;
	text-decoration: none;
}

	#header-inner .logo img {
	display: block;
	width: auto;
	height: 60px;
	margin: 0;
}

/* 会社名 */
	.company-name {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
	color: #333;
}

/* 会社ポリシー */
	.company-policy {
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
	color: #333;
}

	.company-text {
	display: flex;
	align-items: center;
}

/* =========================
   右側：メニュー
========================= */
	.header-box {
	margin-left: auto;
	float: none;
	text-align: center;
}

	#sitenav {
	text-align: center;
}

	#header-inner a {
	text-decoration: none;
}


/* =========================
   スマートフォン
========================= */
@media (max-width: 768px) {
	.company-text {
	flex-direction: column;
	align-items: flex-start;
	}

	.company-policy {
		margin-left: 8px;
	}
}

@media (max-width: 599px) {
	header {
	height: 70px;
	}

	#header-inner {
	height: 70px;
	}

	#header-inner .logo img {
	height: 50px;
	}

	.company-name {
	margin-left: 8px;
	font-size: 18px;
	}

	.header-box {
	margin-left: auto;
	}
}

/* -----------ナビボタン-------------- */
@media (max-width: 1081px){
	.mainmenu li {
	border-bottom: #fff 1px solid;
	color: #333;
	background-color: rgba(255,255,255,0.9);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	}

	.mainmenu li a {
	text-align: center;
	}

	.mainmenu li:first-child {
	border-top: #fff 1px solid;
	background-color: rgba(255,255,255,0.9);
	}

	.mainmenu li:last-child {
	border-bottom: 0px;
	}

	.mainmenu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	z-index: 3;
	position: absolute;
	right: 0;
	top: 70px;
	width: 100%;
	color: #333;
	background-color: rgba(0,0,0,0.7);
	}
}

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

	.mainmenu li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #333;
	}

	.mainmenu a:hover {
	color: #444;
	}

/* ---- トグルボタン ---- */
	#sitenav {
	text-align: center;
	overflow: hidden;
	margin: 0;
	clear: both;
	width: 100%;
	}

	#navbtn {
	font: 400 13.3333px Arial;
	margin: 5px 4px;
	padding: 5px 4px;
	border: none;
	cursor: pointer;
	background: no-repeat;
	display: inline-block;
	line-height: 1;
	float: right;
	text-align: center;
	}

	#navbtn:focus {
	outline: none;
	}

	#navbtn i {
	font-size: 24px;
	color: #333;
	margin: 5px 4px;
	}

	#navbtn span {
	display: block;
	padding-left: 0px;
	font-size: 11px;
	color: #333;
	}

@media (min-width: 1081px) {
	/*ナビゲーションボタンを横並びに配置*/
	#mainmenu {
	display: block !important;
	}

	.mainmenu {
	margin-top: 10px;
	height: 50px;
	}

	.mainmenu ul:after {
	content: "";
	display: block;
	clear: both;
	}

	.mainmenu li {
	float: left;
	text-decoration: none;
	list-style: none;
	width: auto;
	}

	.mainmenu li a {
	color: #333;
	text-align: center;
	}

	.mainmenu a:hover {
	color: #999;
	transition: all .5s;
	}

	/*トグルボタン*/
	#navbtn {
	display: none;
	}
}

/*メニュー項目の下の英字*/
	.menu-en {
	display: block;
	margin-top: 2px;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	font-weight: normal;
}

	mark {
	background:linear-gradient(transparent 60%, pink 60%);
	font-weight: bold;
	}

/* -----------ページトップに-------------- */
	#pageTop {
	position: fixed;
  	bottom: 10px;
  	right: 10px;
	}
 
	#pageTop a {
  	display: block;
  	z-index: 998;
  	padding: 10px;
  	width: 50px;
  	height: 50px;
  	background-color: #000;
  	color: #fff;
  	font-weight: bold;
  	text-decoration: none;
  	text-align: center;
  	opacity: 0.9;
  	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	border-radius: 50%;
	}
 
	#pageTop a:hover {
	text-decoration: none;
  	opacity: 0.5;
  	cursor: pointer;
	}

/* -----------トップページ-------------- */
	#header-image {
	position: relative;
	overflow: hidden;
}

	#header-image img {
	display: block;
	width: 100%;
	max-height: 800px;
	object-fit: cover;
}

/* 画像上のテキスト */
	.mainvisual-text {
	position: absolute;
	top: 55%;
	left: 8%;
	transform: translateY(-50%);
	width: 84%;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

/* タイトル */
	.mainvisual-text h1 {
	margin: 0 0 24px;
	font-size: clamp(32px, 3.2vw, 60px);
	line-height: 1.4;
	font-weight: 700;
}

/* サブタイトル */
	.mainvisual-text p {
	margin: 0;
	font-size: clamp(15px, 1.25vw, 21px);
	line-height: 2;
	font-weight: 500;
}


/* スマートフォン */
@media (max-width: 599px) {
	#header-image img {
	min-height: 420px;
	object-fit: cover;
	}

	.mainvisual-text {
	left: 6%;
	width: 88%;
	}

	.mainvisual-text h1 {
	margin-bottom: 16px;
	font-size: clamp(20px, 5vw, 30px);
	line-height: 1.45;
	}

	.mainvisual-text p {
	font-size: clamp(14px, 3.4vw, 16px);
	line-height: 1.8;
	}
}

/* ------ヘッダーグローバルナビの幅分のスペース-------- */
	.space {
	padding-top: 70px;
	}

/*エリア１*/
	#area1 {
	background-color: none;
	}

	#area1 .inner {
	padding: 10px;
	}

	#area1 h2 {
	text-align: center;
	font-weight: bold;
	font-size: clamp(32px, 3.0vw, 44px);
	padding: 0 0 1em 0;
	color: #000;
	}
/*エリア2*/
	#area2 h2 {
	text-align: center;
	font-weight: bold;
	font-size: clamp(32px, 3.0vw, 44px);
	padding: 0 0 1em 0;
	color: #000;
	line-height: 1.5;
	}

@media (max-width: 599px) {
	#area1 h2 {
	font-size: clamp(20px, 5vw, 30px);
	}
	
	#area2 h2 {
	font-size: clamp(20px, 5vw, 30px);
	margin-top: -60px;
	}
}

	.box2 img {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	}

	.box2 a img {
	transition: all .5s ease-out;
	}

	.message {
	max-width: 1200px;
	margin: 0 auto;
	}

	.message h2 {
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	padding: 20px 0;
	margin-top: 20px;
	color: navy;
	}

	.message h3 {
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	padding: 30px 0 0 0;
	color: peru;
	}

	.message img {
	max-width: 100%;
	margin: 0 auto;
	}

	.message img {
	max-width: 100%;
	margin: 0 auto;
	}

	.message p {
	padding: 10px 0;
	font-size: 1em;
	}

	.flex {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

	.flex-reverse {
	display: flex;
	flex-direction: row-reverse;
	align-items: stretch;
}

@media (max-width: 768px) {
	.flex, .flex-reverse {
	flex-direction: column;
	}
}

	.box2 {
	box-sizing: border-box;
}

	.box2 a {
	display: block;
	color: #333;
	text-decoration: none;
	}

	.box2 a:hover {
	opacity: 0.8;
	transition: all .5s;
	}

	.box2 p {
    padding: 0 20px 20px 20px;
    margin: 0 auto;
	}

	.box2 img {
	object-fit: cover;
	height: 100%;
}

	.box2 h3 {
	position: relative;
	padding: 60px 20px 20px 20px;
	font-size: 1.5em;
	color: #222;
}

	.box2 h3 span {
	position: relative;
	z-index: 0;
	color: #fff;
	font-weight: bold;
}

@media (min-width: 768px) {
	.box2 {
    width: 50%;
	}

	.box2 img {
	width: 100%;
	margin: 0 auto;
	}	
}

@media (max-width: 599px) {
	.box2 h3 {
    font-size: clamp(20px, 5vw, 30px);
	}

	.box2 p {
    margin-bottom: 0px;
	}

	.message h2 {
	padding: 20px 0;
	font-size: 1.8em;
	}
	
	.message h3 {
	padding: 20px 0;
	font-size: 1.5em;
	}

	.message p {
	padding: 20px 0;
	}
}

	.work img {
	width: 100%;
	margin: 0 auto;
	}

	.work a img {
	transition: all .5s ease-out;
	}

	.work p {
	text-align: center;
	font-weight: bold;
	background-color: #eee;
	font-size: 1.5em;
	padding: 10px;
}

@media (max-width: 768px) {
	.work img {
	width: 80%;
	}
	.work p {
	width: 80%;
	margin: 0 auto;
	}
}

	.icon {
	text-align: center;
	}

	.icon ul {
	display: flex;
	}

	.icon li {
	text-decoration: none;
	list-style: none;
	}

	.icon li a img{
	margin: 10px 20px 10px 0;
	width: 20px;
	}

	.icon a:hover {
	opacity: 0.5;
	transition: all .5s;
	}

/*エリア6*/
	#area6 {
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/top2.webp) center/cover no-repeat;
	padding: 60px 0;
	}

	#area6 .inner {
	padding: 3em 10px;
	}

	#area6 h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	padding: 1em 0;
	color: #fff;
	}

	#area6 p {
	color: #fff;
}

@media (max-width: 599px) {
	#area6 h2 {
	font-size: clamp(20px, 5vw, 30px);
	}
	
	#area6 {
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/top2.webp) center/cover no-repeat;
	}
}

/* ------固定ページ固有のCSS（選ばれる理由など背景に番号）-------- */
	.reason-list {
	width: 100%;
}

	.reason-block {
	position: relative;
	z-index: 0;
	isolation: isolate;
	overflow: hidden;
	padding: 10px 30% 70px 0%;
	min-height: 280px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	}

/* 背景の大きな番号 */
	.reason-block::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
	font-size: clamp(130px, 15vw, 240px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.08em;
	color: #ccc;
	z-index: -1;
	pointer-events: none;
}

/* 見出し */
	.kiji .reason-block h3 {
	margin: 0 0 25px;
	font-size: clamp(24px, 2.2vw, 36px);
	line-height: 1.5;
	font-weight: 700;
	color: #222;
	border-bottom: none;
}

/* 本文 */
	.reason-block p {
	margin: 0;
	font-size: 16px;
	line-height: 2;
	color: #444;
}

/* 偶数ブロックの背景 */
	.reason-block:nth-child(even) {
	background-color: #fafafa;
}

/* スマートフォン */
@media (max-width: 599px) {
	.reason-block {
	padding: 0 25px 85px;
	min-height: 300px;
	}

	.reason-block::before {
	top: auto;
	right: 15px;
	bottom: -10px;
	transform: none;
	font-size: clamp(110px, 35vw, 160px);
	}

	.kiji .reason-block h3 {
	margin-bottom: 18px;
	font-size: 22px;
	line-height: 1.5;
	}

	.reason-block p {
	font-size: 14px;
	line-height: 1.8;
	}
}

/* -----------固定、投稿ページコンテンツ-------------- */
	.main-contents {
	margin: 0 auto;
	}

	.column1-contents {
	margin: 0 auto;
	max-width: 1200px;
	}

	.column1-contents .kiji h2 {
	text-align: center;
	}

	.itiran h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
	padding: 4px;
	letter-spacing: 0.05em;
	color: #222;
	}

@media (max-width: 599px) {
	.itiran h2 {
	font-size: 1.2em;
	}
}

/* -----------過去記事-------------- */
/*記事の概要*/
	.gaiyou a {
	display: block;
	padding: 20px;
	border-bottom: dotted 2px #fff;
	color: #222;
	text-decoration: none;
	background-color: #fff;
	}

	.gaiyou a:hover {
	background-color: #ddd;
	}

	.gaiyou a:hover img {
	opacity: 0.5;
	}

	.gaiyou a img {
	transition: opacity 0.5s ease-out;
	}

	.gaiyou h2 {
	font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 8px;
    color: #444;
    font-weight: bold;
	}

	.gaiyou p {
	font-size: 1em;
    margin: 0;
    color: #444;
	}

	.gaiyou img {
	float: left;
	width: 200px;
	height: 200px;
	object-fit: cover;
	}

	.gaiyou .text {
	float: none;
	width: auto;
	margin-left: 0px;
	}

	.contents .gaiyou .text {
	float: none;
	width: auto;
	margin-left: 230px;
	}

	#blogtitle h3 {
	font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 8px;
    color: #444;
    font-weight: bold;
}

@media (max-width: 599px) {
	.gaiyou img {
	width: 100px;
	height: 100px;
	}

	.gaiyou .text {
	margin-left: 0px;
	}
	
	.contents .gaiyou .text {
	margin-left: 110px;
	}

	.gaiyou h2 {
	font-size: 1em;
	}
	
	.gaiyou a {
	padding: 0;
	}

	.gaiyou p {
	visibility: hidden;
	height: 0;
	}
}

/* ---------個別ページ------------ */
	.kiji h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 2em;
	background-color: #000;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	}

	.kiji h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 2em;
	border-bottom: solid 2px #000;
	padding: 10px;
	letter-spacing: 0.05em;
	color: #000;
	font-weight: bold;
	}

	.kiji h4 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.5em;
	border-left: solid 10px #000;
	padding: 0 10px;
	letter-spacing: 0.05em;
	color: #222;
	font-weight: bold;
	}

	.kiji h5 {
	margin: 0 0 10px 0;
	font-size: 1.3em;
	padding: 4px 4px 4px 14px;
	letter-spacing: 0.05em;
	color: #222;
	font-weight: bold;
	background-color: #efefef;
	}

@media (max-width: 599px) {
	.kiji h2 {
	font-size: 1.5em;
	}
	.kiji h3 {
	font-size: 1.5em;
	}
	.kiji h4 {
	font-size: 1.3em;
	}
}

	.kiji p {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
	}

	.kiji:after {
	content: "";
	display: block;
	clear: both;
	}

	.kiji-date {
	color: #444;
	font-size: 0.8em;
	margin-bottom: 10px;
	}

	.kiji-date span {
	display: inline-block;
	background-color: #222;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	}

	.furniture-item .text .kiji-date {
	padding-left: 10px;
	}

	.datetime {
	display: inline-block;
	}

/*タグ*/
	.kiji-tag {
	margin-bottom: 10px;
	}

	.kiji-tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	.kiji-tag li a {
	display: block;
	padding: 0 5px;
	color: #222;
	background-color: #eee;
	margin-right: 5px;
	margin-bottom: 2px;
	border-radius: 2px;
	font-size: 12px;
	text-decoration: none;
	}

	.kiji-tag li a:hover {
	background-color: #ccc;
	}

	.kiji-tag ul:after {
	content:"";
    display:block;
    clear:both;
	}

	.kiji-tag li {
	float: left;
	width: auto;
	}

/*パンくずリスト*/
	.bread ol {
	margin: 0;
	padding: 0;
	}

	.bread li a {
	display: inline-block;
	padding: 5px 5px;
	color: #888;
	font-size: 12px;
	text-decoration: none;
	}

	.bread li a[href]:hover {
	background-color: #eee;
	}

	.bread li {
	float: left;
	width: auto;
	}

	.bread li:after {
	content: '\003e';
	margin-left: 2px;
	margin-right: 2px;
	color: #888;
	}

	.bread li:last-child:after {
	content: none;
	}

/*ページネーション*/
	.pagination {
	margin: 40px 0 30px;
	text-align: center;
	}

	.pagination ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	}

	.pagination li a,
	.pagination li > span {
	display: block;
	margin :0 5px;
	padding: 6px 8px;
	color: #000;
	font-size: 1em;
	border :solid 1px #eee;
	text-decoration: none;
	}

	.pagination li > span{
	background-color: #efefef;
	}

	.pagination li a:hover {
	background-color: #eee;
	}

	.pagination ul:after{
	content: "";
	display: block;
	clear: both;
	}

	.pagination li {
	float: left;
	width: auto;
	}

/* -----------テーブルデザイン-------------- */
	table.type10 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	color: #333;
	margin: 40px 0px;
	}

	table.type10 thead th {
	width: 10%;
	padding: 10px;
	vertical-align: middle;
	background-color: #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

	table.type10 thead td {
	width: 30%;
	background-color: #fff;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	}

	table.type10 tbody th {
	vertical-align: middle;
	width: 10%;
	padding-left: 10px;
	background-color: #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

	table.type10 tr {
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	}

	table.type10 tbody td {
	width: 30%;
	padding: 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	background-color: #fff;
	}

	table.type10 .even {
	background-color: #f3f6f7;
	}

@media (max-width: 599px) {
	table.type10 {
	font-size: 14px;
	}
}

	table.type11 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	color: #444;
	margin: 20px 0;
	}

	table.type11 thead th {
	width: 25%;
	padding: 20px;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	}

	table.type11 thead td {
	width: 75%;
	padding: 20px;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	}

	table.type11 tbody th {
	vertical-align: middle;
	width: 25%;
	padding-left: 20px;
	border-bottom: 1px dotted #ccc;
	}

	table.type11 tr {
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	}

	table.type11 tbody td {
	width: 75%;
	padding: 20px;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
	}

	table.type11 .even {
	background-color: #f3f6f7;
	}

@media (max-width: 599px) {
	table.type11 {
	font-size: 14px;
	}
}


/* ----------リストデザイン-------------- */
	ul .list {
	margin-bottom: 10px;
}

	ul .list li {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 0px;
	font-size: 1em; 
	margin-bottom: 4px;
	}

	@media (max-width: 599px) {
	ul .list li {
	font-size: 0.9em;
	}
}

/* -----------サイド-------------- */
	.mymenu {
	padding-bottom: 40px;
	}

	.mymenu h2 {
	font-size: 1em;
    padding: 12px;
    color: #000;
    font-weight: normal;
    letter-spacing: 0.05em;
    background-color: #fff;
    border: solid 2px #000;
	font-weight: bold;
	}

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

	.mymenu li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #444;
	text-decoration: none;
    border-bottom: solid 1px #ccc;
	}

	.mymenu li a:hover {
	background-color: #ddd;
	transition: all .5s;
	}

/*サムネイルをつけたサイドメニューのデザイン*/
	.mymenu-thumb li a {
	padding: 10px;
	border-bottom: solid 1px #ccc;
	color: #333;
	}

	.mymenu-thumb li a:after {
	content: "";
	display: block;
	clear: both;
	}

	.mymenu-thumb li .thumb {
	float: left;
	width: 90px;
	height: 90px;
	background-size: cover;
	background-position: 50% 50%;
	}

	.mymenu-thumb li .text {
	float: none;
	width: auto;
	margin-left: 105px;
	}

/*サムネイル画像に文字を重ねたサイドメニューのデザイン*/
	.mymenu-large li a {
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	}

	.mymenu-large li a:hover {
	opacity: 0.8;
	}

	.mymenu-large li .thumb {
	width: 100%;
	height: 130px;
	background-size: cover;
	background-position: 50% 50%;
	}

	.mymenu-large li .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	box-sizing: border-box;
}

@media (min-width: 400px) and (max-width: 767px){
	.mymenu-large ul:after{
	content: "";
	display: block;
	clear: both;
	}

	.mymenu-large li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	}

	.mymenu-large li:nth-child(odd){
	clear: both;
	padding-right: 10px;
	}

	.mymenu-large li:nth-child(even){
	padding-left: 10px;
	}
}

/* SNSの配置 */
	.fb {
	text-align: center;
	}

	.inst {
	text-align: center;
	}

/* イラストマップの位置 */
	.map {
	text-align: center;
	}

/* グーグルマップの配置 */

	.ggmap {
	width: 100%;
	margin: 20px auto;
	box-sizing: border-box;
	}

	iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	}

/* ユーチューブ */
	.youtube {
	position: relative;
	padding-top: 56.25%;
	max-width: 100%;
	overflow: hidden;
	}
 
	.youtube iframe,
	.youtube object,
	.youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


/* サイドバーの検索フォーム */
	.search-field {
	width: 80%;
	height: 40px;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 0;
	background-image: none;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	}

	.screen-reader-text {
	display: block;
	visibility: hidden;
	height: 0;
	}

	.search-submit {
	display: inline-block;
	width: 18%;
	height: 40px;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: 0;
	background-color: #eee;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
	cursor: pointer;
	}

/*サイドバーのタグクラウドに枠線を付ける（＋フォントサイズ統一）*/
	.tagcloud a {
    font-size: 0.9em !important;
    border: solid 1px #ccc;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    margin-top: 20px;
    color: #444;
    text-decoration: none;
	}

/* タグクラウドのマウスオーバー時の背景色 */
	.tagcloud a:hover {
    background-color: #eee;
    text-decoration: none;
    color: #444;
	}

/* -----------予約ボタン--------------*/
	.reserve a {
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    background-color: #fff;
	border: solid 2px #000;
    color: #000;
    margin: 20px auto;
    font-weight: bold;
	}

	.reserve a:hover {
    background-color: #000;
    color: #fff;
    border: solid 2px #fff;
    transition: .5s;
	}

	.contact-btn a {
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    background-color: darkturquoise;
	border: solid 2px darkturquoise;
    color: #fff;
    margin: 20px auto 60px;
    font-weight: bold;
	}

	.contact-btn a:hover {
    background-color: #fff;
    color: darkturquoise;
    border: solid 2px darkturquoise;
    transition: .5s;
	}

	.newlist a {
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    color: goldenrod;
    border: solid 2px goldenrod;
	background-color: #fff;
    margin: 20px auto;    
	font-weight: bold;
	font-size: 2em;
	}

	.newlist a:hover {
    background-color: goldenrod;
    color: #fff;
	border: solid 2px goldenrod;
    transition: .5s;
	}

	#area5 .newlist a {
	color: #fff;
	}

	#area5 .newlist :hover{
	color: goldenrod;
	}

/* -----------コンタクトフォーム送信ボタン-------------- */
	.wpcf7 input[type="submit"] {
	font-size: 100%;
	font-weight: bold;
 	padding: 10px 60px;
 	background-color: darkturquoise;
 	color: #fff;
 	cursor: pointer;
 	border: 2px solid darkturquoise;
 	margin: 40px;
 	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	}

	.wpcf7 input[type="submit"]:hover {
 	text-decoration: none;
	color: darkturquoise;
	background-color: #fff;
	border: 2px solid darkturquoise;
	transition: all .5s;
	margin: 40px;
	}

/* ---------コンタクトフォームデザイン----------- */
	.wpcf7 input[type="text"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="url"],
	.wpcf7 input[type="tel"],
	.wpcf7 select,
	.span .wpcf7-list-item,
	.wpcf7 input[type="date"],
	.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 99%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	}

@media (max-width: 599px) {
	.wpcf7 .form {
	max-width: 280px;
	}
}

	.contact-form p {
	margin: 10px;
}

	.contact-form span {
	display: block;
}

	.wpcf7-radio span {
	display: inline-block;
}
/* ---------コンタクトフォームテーブル風デザイン----------- */
	/* ---------コンタクトフォームテーブル風デザイン----------- */

.contact-form dl {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
}

.contact-form dl dt {
    background-color: #eee;
    padding: 10px;
    width: 220px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.contact-form dl dd {
    background: #fff;
    padding: 10px;
    width: calc(100% - 220px);
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.contact-form .required {
    display: inline;
    font-size: 12px;
    color: red;
}

@media only screen and (max-width: 768px) {

    .contact-form dl dt {
        width: 100%;
        border-right: none;
    }

    .contact-form dl dd {
        width: 100%;
    }
}

/* -----------画像-------------- */
/* 画像のキャプション */
	.wp-caption-text {
	margin: 0px;
	color: #666;
	font-size: 10px;
	text-align: center;
	}

@media (max-width: 599px){
	.wp-caption-text {
	font-size: 8px;
	}
}

	.wp-caption-text a {
	color: #666;
	}

/* 画像の配置 */
	.aligncenter {
	display: block;
	margin: 0px auto 20px;
	}

@media (max-width: 599px) {
	.alignleft, .alignright{
	display: block;
	margin: 0px auto 20px;
	}
}

@media (min-width: 600px) {
	.alignleft {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 30px;
	}
	
	.alignright {
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	}
}

/* 大きい画像用の設定 */
	img, .wp-caption {
	max-width: 100%;
	height: auto;
	}

/* アイキャッチ画像 */
	.catch {
	margin: 20px 0px;
	}

/* -----------フッター-------------- */
/* ===========================
   Footer
   =========================== */
	#footer {
	padding: 40px 0 24px;
	background-color: #f7f7f7;
	color: #555;
	font-size: 0.875rem;
}

	.footer__inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 20px;
}

/* フッターナビ（縦並び） */
	.footer-nav__list {
	padding: 0;
	margin: 0;
	flex-direction: column;
	display: inline-block;
}

	.footer-nav__list > li {
	list-style: none;
	margin-bottom: 8px;
}

	.footer-nav__list > ul li a:hover{
	opacity: 0.8;
}

/* 子メニュー（1文字インデント） */
	.footer-nav__list li ul {
	padding-left: 1em;
	margin-top: 6px;
}

	.footer-nav__list li ul li {
	margin-bottom: 6px;
}

/* リンク（装飾なし） */
	.footer-nav__list a {
	color: var(--color-secondary);
	text-decoration: none;
	font-size: var(--font-xxs);
}

/* コピーライト（右下） */
	.footer__copy {
	text-align: right;
	font-size: var(--font-xxs);
	color: #999;
}

/* -----------firefoxの画像クリックしたときの枠線を消す------------- */
	a {
	outline: none;
	}

	a:focus {
	outline: none;
	}

/* -----------要素の枠線とpaddingを内側にする------------- */
	* {-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box
  	}

  	.center {
  	text-align: center;
  	display: block;
  	}

  	.white-bg {
  	background-color: rgba(255,255,255,1);
  	padding: 30px 10px 20px 10px;
  	max-width: 800px;
  	margin: 0 auto;
  	}

  	.big {
  	font-size: 1.5em;
  	}

	.width600 {
	max-width: 600px;
	margin: 0 auto;
	}

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

	.width800 p {
	padding-bottom: 60px;
	}

	.padding-top-bottom60{
	padding-top: 60px;
	padding-bottom: 60px;
}

  	.tel a{
  	font-size: 1.5em;
  	background-color: rgba(255,255,255,0);
  	padding: 0;
  	color: #444;
  	border: none;
  	}

  	.tel {
  	font-size: 1.5em;
  	}

	.tel a:hover {
	background-color: #fff;
	color: #444;
	border: none;
	transition: .5s;
	}

@media (max-width: 599px) {
	.tel {
  	font-size: 1em;
  	}
}

	.column2 {
	box-sizing: border-box;
}

	.column2-flex {
	display: flex;
	gap: 20px;
	padding: 60px 20px;
}

@media (min-width: 600px) {
	.column2 {
	vertical-align: top;
	display: inline-block;
	width: 50%;
	}

	.column2 img {
	width: 100%;
	margin: 0 auto;
	}

	.column2 h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #222;
	padding: 20px 20px 0 20px;
	border: none;
	}

	.column2 p {
	font-size: 1em;
	text-align: left;
	padding: 0 20px;
	}
}

@media (max-width: 599px) {
	.column2-flex {
	flex-direction: column;
	}
	
	.column2 {
	width: 100%;
	}
	
	.column2 img {
	width: 100%;
	margin: 0 auto;
	}

	.column2 h3 {
	font-size: 1.2em;
	}
	
	.column2 p {
	margin: 0 auto;
	font-size: 1em;
	text-align: left;
	padding: 10px 20px;
	}
}

	.card-logo {
	display: inline-block;
	vertical-align: middle;
}

	.white {
	background-color: white;
	padding: 60px 0;
}

	.section-inner {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 120px 0;
}

	.text-white {
	padding: 14px;
}

	.text-white li {
	color: white;
}

	.bg-case {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/case1.webp) center/cover no-repeat;
}
	.bg-profile {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/profile1.webp) center/cover no-repeat;
}
	.bg-qima {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/qima1.webp) center/cover no-repeat;
}
	.bg-reason {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/reason1.webp) center/cover no-repeat;
	color: #fff;
}

	.bg-case p, .bg-profile p, .bg-qima p, .bg-reason p {
	color: #fff;
}

	.bg-moon {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/top3.webp) center/cover no-repeat;
	padding-top: 60px;
	padding-bottom: 60px;
	}

	.brand h2 {
	text-align: center;
    font-weight: bold;
    font-size: clamp(32px, 3.0vw, 44px);
    padding: 1em 0;
	color: lightyellow;
	line-height: 1.5;
}

	.brand p {
	color: white;
	text-shadow: #000 1px 0 3px;
}

@media (max-width: 599px) {
	.brand h2 {
	font-size: clamp(20px, 5vw, 30px);
	}
}

	.bg-smoke-white {
	background: linear-gradient(180deg, whitesmoke 60%, white 60% 100%);
	padding-top: 60px;
	padding-bottom: 60px;
}

/*========= レイアウトのためのCSS ===============*/
	ul{
	list-style:none;
}

	.kiji ul {
	list-style: disc;
	padding-left: 2em;
}

	.kiji ol {
	list-style: decimal;
	padding-left: 2em;
}

	a{
	color:#666;
	text-decoration: none;
}

	.wrapper{
	width:100%;
	max-width: 1080px;
	margin:30px auto;
}

	.area h2{
	font-size:1.5em;
	font-weight: bold;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
	.area h2{
	font-size:1em;
}
}

	.area li{
	padding: 0px; 
}

/*========= 更新情報（ツイッターとブログ）のCSS ===============*/
#area1 .blog h2 {
	padding: 0;
	font-size: 1.2em;
}

.twitter {
	padding: 0 20px 60px 20px;
	margin: 0 auto;
	display: inline-block;
}

/*========= 時系列のタイムラインのCSS ===============*/
	.timeline {
	color: #dd0808;
	border-left: 4px solid lavenderblush;
	padding-left: 14px;
	margin-left: 10px;
}

	.timeline-item {
	margin-bottom: 20px;
}

	.kiji .timeline-title {
	font-size: 1.2em;
	display: inline-block;
	margin: 15px 20px;
	color: #dd0808;
}

	.timeline-content {
	font-size: 1em;
	position: relative;
}

	.timeline-content::before {
	width: 22px;
	height: 22px;
	display: block;
	background-color: #dd0808;
	border-radius: 50%;
	text-align: center;
	padding: 6px;
	position: absolute;
	top: -45px;
	left: -30px;
	font-family: 'Font Awesome';
	font-weight: 900;
	font-size: 1em;
	color: #fff;
}

	.icon-1::before {
	content: '1';
}

	.icon-2::before {
	content: '2';
}

	.icon-3::before {
	content: '3';
}

	.icon-4::before {
	content: '4';
}

	.icon-5::before {
	content: '5';
}
	
@media (min-width: 600px) {
	.timeline {
	color: #dd0808;
	border-left: none;
}
	
	.timeline-item {
	display: flex;
	margin-bottom: 0;
}
	.timeline-item p {
	margin-bottom: 0;
}

	.kiji .timeline-title {
	width: 100px;
	padding: 8px 12px 20px 0;
	text-align: right;
}

	.timeline-content {
	border-left: 4px solid lavenderblush;
	width: calc(100% - 100px);
	padding: 15px 0 15px 25px;
}
	
	.timeline-content::before {
	top: 20px;
	left: -20px;
}
}
	
/* =========================
   画像リンクバナー
========================= */
.image-banner {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

/* 画像 */
	.image-banner img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.4s ease;
}

/* 下半分の黒い半透明レイヤー */
	.image-banner::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	transition: background 0.3s ease;
}

/* 文字 */
	.image-banner-text {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 30%;
	padding: 15px;
	box-sizing: border-box;

	color: #fff;
	text-align: center;
}

/* メインタイトル */
	.image-banner-text strong {
	display: block;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.4;
	font-weight: 600;
}

/* 英字などのサブタイトル */
	.image-banner-text small {
	display: block;
	margin-top: 6px;
	font-size: clamp(10px, 1vw, 13px);
	line-height: 1.4;
	letter-spacing: 0.12em;
}

/* =========================
   マウスを乗せたとき
========================= */

.image-banner:hover img {
	transform: scale(1.04);
}

.image-banner:hover::after {
	background: rgba(0, 0, 0, 0.65);
}

/* =========================
   スマートフォン
========================= */
@media (max-width: 599px) {
	.image-banner-text {
		padding: 10px;
	}

	.image-banner-text strong {
		font-size: 18px;
	}

	.image-banner-text small {
		margin-top: 4px;
		font-size: 10px;
	}
}

/* =========================
   ご依頼の流れ
========================= */
	.flow-list {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* 各STEP */
	.flow-block {
	display: flex;
	align-items: stretch;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	background: #fff;
}

/* 偶数STEPを薄いグレーに */
	.flow-block:nth-child(even) {
	background: #f5f5f5;
}

/* =========================
   左側：画像
========================= */
	.flow-image {
	position: relative;
	flex: 0 0 38%;
	max-width: 38%;
	min-height: 300px;
	overflow: hidden;
}

	.flow-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* STEPバッジ */
	.flow-step {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	height: 48px;
	padding: 0 20px;
	box-sizing: border-box;
	background: #222;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
}

/* =========================
   右側：文章
========================= */
	.flow-content {
	flex: 1;
	padding: 20px 6%;
	box-sizing: border-box;
}

/* 見出し */
	.kiji .flow-content h3 {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 18px;
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 700;
	line-height: 1.5;
	color: #222;
	border-bottom: none;
}

/* 見出し下のアクセント線 */
	.kiji .flow-content h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 3px;
	background: #333;
}

/* 本文 */
	.flow-content p {
	margin: 0;
	font-size: 16px;
	line-height: 2;
	color: #444;
}

/* STEP5の前後の文章 */
	.flow-content p + .flow-work-list {
	margin-top: 20px;
}

	.flow-work-list + p {
	margin-top: 20px;
}

/* =========================
   STEP5 リスト
========================= */
.kiji .flow-work-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kiji .flow-work-list li {
	position: relative;
	margin: 7px 0;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1;
	color: #444;
}

.kiji .flow-work-list li::before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #555;
}

/* =========================
   スマートフォン
========================= */
@media (max-width: 599px) {
	.flow-block {
	display: block;
	}

	.flow-image {
	width: 100%;
	max-width: none;
	min-height: 0;
	height: 230px;
	}

	.flow-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}

	.flow-step {
	min-width: 90px;
	height: 40px;
	padding: 0 15px;
	font-size: 24px;
	}

	.flow-content {
	padding: 35px 25px 45px;
	}

	.kiji .flow-content h3 {
	margin-bottom: 18px;
	padding: 0 0 0 14px;
	font-size: 22px;
	line-height: 1.5;
	}

	.kiji .flow-content h3::before {
	top: 10%;
	width: 3px;
	height: 80%;
	}

	.flow-content p {
	font-size: 14px;
	line-height: 1.9;
	}

	.kiji .flow-work-list li {
	font-size: 14px;
	line-height: 1;
	}
}

	.anchor-target {
	scroll-margin-top: 70px;
}