@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

:root {
	--main: #364887;
	--sub:  #d51111;
	--base: #f4f4f4;
	--base2:hsla(210,17%,84%,1.00);
	--text: #222222;
	--ease-out: cubic-bezier(0.30, 1.00, 0.30, 1.00);
	--ease-in: cubic-bezier(0.75, 0.05, 0.9, 0.05);
	--ease-inout: cubic-bezier(0.85, 0.00, 0.07, 1.00);
	--ease: all 0.3s ease;
}
*{
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
body {
	overflow-x: hidden;
}
.pc { display: block; }
.sp { display: none; }
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.pc { display: none; }
	.sp { display: block; }
}


/************************************************************/
/* 全体 */
/************************************************************/
#content #inner-content {
	width: 1180px;
	max-width: 1180px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 80px;
	align-content: flex-start;
	align-items: flex-start;
}
#content #sidebar1 {
	width: 275px;
	max-width: 275px;
	padding: 0;
	margin: 0;
	position: relative;
}
#content #main {
	width: calc(100% - 80px - 275px);
	padding: 0;
	margin: 0;
	position: relative;
}
#content,
.single #content,
.page #content {
	margin-top: 200px;
	padding-bottom: 4em;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#content #inner-content {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: space-between;
		column-gap: 0;
		grid-row-gap: 30px;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#content #sidebar1 {
		width: calc(100%);
		max-width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		flex: unset;
	}
	#content #main {
		width: calc(100%);
		padding: 0;
		margin: 0;
		position: relative;
	}
	#content {
		margin-top: 80px;
	}
	.single #content,
	.page #content {
		margin-top: 80px;
		padding-bottom: 2em;
	}
	.single #content {
		margin-top: 80px;
		padding-bottom: 4em;
	}
}

/************************************************************/
/*　ヘッダー
/************************************************************/
#header {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
.header_wrap {
	width: 100%;
	min-width: 1280px;
	padding: 10px 50px;
	margin: 0 auto;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 30px;
}
#logo {
	padding: 0;
	margin: 0 auto 0 0;
	position: relative;
}
#logo::before {
	display: none;
}
#logo .txt {
	padding: 0;
	margin: 0 0 10px;
	border: none;
	background: none;
	position: relative;
	font-size: 10px;
	line-height: 1;
	font-weight: lighter;
	color: var(--text);
}
#logo .logo {
	width: auto;
	height: 70px;
	padding: 0;
	margin: 0;
}
#logo .logo img {
	width: auto;
	height: 100%;
}
/*ヘッダーボタン*/
.headerBtn {
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	column-gap: 10px;
}
.headerBtn img {
	width: auto;
	height: 54px;
	transition: var(--ease);
	transition-duration: .4s;
	transform-origin: center;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.headerBtn a:first-of-type img {
	margin-top: 4px;
	width: auto;
	height: 50px;
	transition: var(--ease);
	transition-duration: .4s;
	transform-origin: center;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.headerBtn img:hover {
	transform: scale(1.05);
	transition: var(--ease);
}
/*ボタン*/
.btn {
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	flex-wrap: nowrap;
	column-gap: 10px;
}
.btn.left {
	justify-content: flex-end;
}
.btn.right {
	justify-content: flex-start;
}
.btn > a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: auto;
	column-gap: 10px;
	padding: 15px 30px;
	border: 3px solid #ff732f;
	background: #ff732f;
	border-radius: 5px;
	font-family: var(--font-all);
	font-size: 18px;
	line-height: 1;
	font-weight: 900;
	color: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;
	transition: var(--ease);
}
.btn > a:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}
.btn > a.line {
	border: 3px solid var(--line);
	background: var(--line);
}
.btn > a.mail::before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-image: url('https://eco-kyu.com/wp-content/uploads/icon_mail.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.btn > a.line::before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-image: url('https://eco-kyu.com/wp-content/uploads/icon_line.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.btn > a::after {
	content: '';
	display: block;
	width: calc(100%);
	height: 50%;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/* 電話番号 */
.tel {
	display: inline-flex;
	display: -webkit-inline-flex;
	flex-direction: column;
	grid-row-gap: 3px;
	padding: 0;
	margin: 0;
	position: relative;
}
.tel > h3 {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	background: none;
	border: none;
}
.tel > a {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 5px;
	font-family: var(--font-en);
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	text-decoration: none;
	transition: var(--ease);
	white-space: nowrap;
}
.tel > a > span {
	font-family: var(--font-en);
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	color: var(--main);
	white-space: nowrap;
	text-decoration: none;
	background: linear-gradient(to bottom, #fca600 0%, #ff2e1e 100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: var(--ease);
}
.tel > a > span:hover {
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	transition: var(--ease);
}
.tel > a::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('https://eco-kyu.com/wp-content/uploads/freedial.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.tel > span {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
}
.tel > span > b {
	padding: 3px 5px;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	background: #ff732f;
	border-radius: 15px;
	white-space: nowrap;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#header {
		width: 100%;
		height: 50px;
	}
	.header_wrap {
		width: 100%;
		min-width: 100%;
		height: 50px;
		padding: 0;
		align-items: center;
		column-gap: 10px;
	}
	#logo {
		position: relative;
		padding: 0 0 0 10px;
	}
	#logo a {
		display: inline;
		height: 100%;
		padding: 0;
		margin: 0;
		line-height: 1;
	}
	#logo .txt {
		margin: 0 0 8px;
	}
	#logo .logo {
		width: auto;
		height: 35px;
	}
	#logo .logo img {
		display: block;
		width: auto;
		height: 100%;
		padding: 0;
		margin: 0;
		line-height: 1;
	}
	/*ボタン*/
	.btn {
		display: none;
	}
	.headerBtn {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 50px;
	}
	.headerBtn img {
		width: auto;
		height: 40px;
		transition: var(--ease);
		transition-duration: .4s;
		transform-origin: center;
		filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
		margin-right: 5px;
		max-width: unset;
	}
	.headerBtn a:first-of-type img {
		margin-top: 0;
		width: auto;
		height: 40px;
		transition: var(--ease);
		transition-duration: .4s;
		transform-origin: center;
		filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
		margin-right: 5px;
	}
	/* 電話番号 */
	.tel {
		display: none;
		grid-row-gap: 2px;
	}
	.tel > h3 {
		font-size: 10px;
		line-height: 1;
		font-weight: lighter;
		text-align: right;
		margin: 0;
	}
	.tel > a {
		font-size: 22px;
		justify-content: flex-end;
	}
	.tel > a:hover {
		font-size: 22px;
	}
	.tel > a::before {
		width: 20px;
		height: 20px;
	}
	.tel > a > span {
		font-size: 18px;
	}
	.tel > a > span:hover {
		font-size: 18px;
	}
	.tel > span {
		font-size: 10px;
		white-space: nowrap;
	}
	/*エリアページロゴ*/
	#logo .logo.area a {
		display: inline-flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 10px;
	}
	#logo .logo.area a {
		width: auto;
		height: 35px;
		padding: 0;
		margin: 0;
	}
	#logo .logo.area a img {
		width: auto;
		height: 100%;
	}
	#logo .logo.area a > p {
		display: flex;
		flex-direction: column;
		grid-row-gap: 5px;
		padding: 0;
		margin: 0;
	}
	#all_wrap.sub_page #logo .logo.area a > p,
	#all_wrap.single_page #logo .logo.area a > p {
		display: flex;
		flex-direction: column;
		grid-row-gap: 5px;
		padding: 0;
		margin: 0;
	}
	#logo .logo.area a > p > span {
		display: none;
	}
	#logo .logo.area a > p > strong {
		display: inline-block;
		font-size: 14px;
		line-height: 1.2em;
	}
	.tel > span > b {
		display: none;
	}
	.header_txt {
		width: 100%;
		padding: 5px;
		margin: 0;
		background: var(--red);
		font-size: 12px;
		line-height: 1;
		font-weight: bold;
		color: #fff;
		text-align: center;
		position: fixed;
		top: 50px;
		left: 0;
	}
}

/************************************************************/
/*　メインナビ
/************************************************************/
#mainNav {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: var(--main);
	position: relative;
}
.sub_page #mainNav {
	border-bottom: 1px solid #fff;
}
#mainNav > ul {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	position: relative;
}
#mainNav > ul > li {
	padding: 0;
	margin: 0;
	position: relative;
}
#mainNav > ul > li a {
	padding: 20px 30px;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	position: relative;
	transition: var(--ease);
}
#mainNav > ul > li a::after {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transition: var(--ease);
}
#mainNav > ul > li:last-child a::after {
	display: none;
}
#mainNav > ul > li a:hover {
	background: var(--orange);
	transition: var(--ease);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#mainNav {
		display: none;
	}
}


/************************************************************/
/*　ハンバーガーメニュー
/************************************************************/
.humburger {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.humburger span {
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: calc(50% - 4px);
	left: 50%;
	transform: translate(-50%, -50%);
	transition: var(--ease);
}
.humburger span:nth-of-type(1) {
	width: 25px;
	height: 1px;
	transform: translate(-50%, 0);
}
.humburger span:nth-of-type(2) {
	width: 25px;
	height: 1px;
	transform: translate(-50%, 7px);

}
.humburger span:nth-of-type(3) {
	display: none;
}

#navTgl:checked + .open .humburger span:nth-of-type(1) {
	transform: rotate(45deg) translate(-50%, 0);
	transform-origin: left top;
	background: #fff;
}
#navTgl:checked + .open .humburger span:nth-of-type(2) {
	transform: rotate(-45deg) translate(-50%, 0);
	transform-origin: left bottom;
	background: #fff;
}
#navTgl:checked + .open .humburger span:nth-of-type(3) {
	opacity: 0;
	transition: var(--ease);
}

#navTgl {
	display: none;
}
label.open,
label.close {
	cursor: pointer;
	z-index: 100000;
}
.open {
	z-index: 100000;
	width: 70px;
	height: 70px;
	padding: 0;
	color: #fff;
	background: #364887;
	border-radius: 50%;
	font-size: 3em;
	text-align: center;
	transition: var(--ease);
	position: fixed;
	top: 10px;
	right: 10px;
}
.open::after {
	content: 'MENU';
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 13px;
	left: 0;
}
#navTgl:checked + .open {
	z-index: 100000;
}
.close {
	pointer-events: none;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#navTgl:checked ~ .close {
	pointer-events: auto;
	z-index: 100000;
}
#menu.menuNav {
	display: none;
	z-index: 99998;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background: rgba(201,215,228,0.9);
	padding: 0;
	overflow: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
#menu #menuNavBox {
	width: 100%;
	padding: 150px 0 0;
	margin: 0;
	transform: translateX(-100%);
	transition: all 1s ease;
}
#navTgl:checked ~ #menu #menuNavBox {
	width: 100%;
	padding: 150px 0 0;
	margin: 0;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition: all 1s ease;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.humburger {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	.humburger span {
		width: 16px;
		height: 1px;
		background-color: #fff;
		position: absolute;
		top: calc(50% - 4px);
		left: 50%;
		transform: translate(-50%, -50%);
		transition: var(--ease);
	}
	.humburger span:nth-of-type(1) {
		width: 16px;
		height: 1px;
		transform: translate(-50%, 0);
	}
	.humburger span:nth-of-type(2) {
		width: 16px;
		height: 1px;
		transform: translate(-50%, 5px);

	}
	.humburger span:nth-of-type(3) {
		display: none;
	}

	#navTgl:checked + .open .humburger span:nth-of-type(1) {
		transform: rotate(45deg) translate(-50%, 0);
		transform-origin: left top;
		background: #fff;
	}
	#navTgl:checked + .open .humburger span:nth-of-type(2) {
		transform: rotate(-45deg) translate(-50%, 0);
		transform-origin: left bottom;
		background: #fff;
	}
	#navTgl:checked + .open .humburger span:nth-of-type(3) {
		opacity: 0;
		transition: var(--ease);
	}

	#navTgl {
		display: none;
	}
	label.open,
	label.close {
		cursor: pointer;
		z-index: 100000;
	}
	.open {
		z-index: 100000;
		width: 70px;
		height: 70px;
		padding: 0;
		color: #fff;
		background: #364887;
		border-radius: 50%;
		font-size: 3em;
		text-align: center;
		transition: var(--ease);
		position: fixed;
		top: 5px;
		right: 5px;
	}
	.open::after {
		content: 'MENU';
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 10px;
		line-height: 1;
		text-align: center;
		color: #fff;
		position: absolute;
		bottom: 13px;
		left: 0;
	}
	#navTgl:checked + .open {
		z-index: 100000;
	}
	.close {
		pointer-events: none;
		z-index: 1;
		width: 100%;
		height: 100%;
	}
	#navTgl:checked ~ .close {
		pointer-events: auto;
		z-index: 100000;
	}
	#menu.menuNav {
		display: none;
		z-index: 99998;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background: rgba(201,215,228,0.9);
		padding: 0;
		overflow: hidden;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	#menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	#menu #menuNavBox {
		width: 100%;
		padding: 120px 0 0;
		margin: 0;
		transform: translateX(-100%);
		transition: all 1s ease;
	}
	#navTgl:checked ~ #menu #menuNavBox {
		width: 100%;
		padding: 120px 0 30px;
		margin: 0;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		transition: all 1s ease;
	}
}

/*-ロゴ*/
#menuNavBox #panelLogo {
	width: auto;
	height: 48px;
	position: absolute;
	top: 30px;
	left: 30px;
}
#menuNavBox #panelLogo img {
	width: auto;
	height: 100%;
}
/*ボタン*/
.panelBtn {
	width: calc(100% - 60px);
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.panelBtn > ul {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 10px;
}
.panelBtn > ul > li {
	padding: 0;
	margin: 0;
	position: relative;
}
.panelBtn > ul > li a {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	font-size: 14px;
	line-height: 1;
	min-width: 150px;
	color: rgb(255, 255, 255) !important;
	background: rgb(35, 81, 130);
	padding: 12px 30px;
	margin: 0px;
	transition: var(--ease);
}
.panelBtn > ul > li a::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	min-width: 18px;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}
.panelBtn > ul > li:nth-child(1) a::before {
	background-image: url('https://snph.jp/wp-content/uploads/icon_memo.png');
}
.panelBtn > ul > li:nth-child(2) a::before {
	background-image: url('https://snph.jp/wp-content/uploads/icon_pen.png');
}
.panelBtn > ul > li:nth-child(3) a::before {
	background-image: url('https://snph.jp/wp-content/uploads/icon_mail.png');
}
.panelBtn > ul > li a:hover {
	filter: brightness(1.1);
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*-ロゴ*/
	#menuNavBox #panelLogo {
		width: auto;
		height: 45px;
		position: absolute;
		top: 25px;
		left: 20px;
	}
	/*ボタン*/
	.panelBtn {
		width: calc(100% - 40px);
	}
	.panelBtn > ul {
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	.panelBtn > ul > li {
		width: calc(100% / 2 - 5px);
	}
	.panelBtn > ul > li:nth-child(2) {
		width: calc(100%);
		order: 1;
	}
	.panelBtn > ul > li a {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 10px;
		font-size: 14px;
		line-height: 1;
		min-width: auto;
		color: rgb(255, 255, 255) !important;
		background: rgb(35, 81, 130);
		padding: 12px 12px;
	}
}

/*メニュー*/
.panelMenu {
	width: calc(100% - 60px);
	padding: 50px 0;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	column-gap: 10px;
}
.panelMenu > dl {
	width: calc(100% / 7 - 8.6px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.panelMenu > dl dt {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.panelMenu > dl dt a {
	display: block;
	padding: 10px;
	margin: 0;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
	border-left: #777 solid 2px;
	transition: var(--ease);
}
.panelMenu > dl dt a:hover {
	color: #364887;
	border-left: #364887 solid 2px;
	transition: var(--ease);
}
.panelMenu > dl dd {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.panelMenu > dl dd ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	line-height: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.panelMenu > dl dd ul > li {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.panelMenu > dl dd ul > li a {
	display: block;
	padding: 7px 10px;
	margin: 0;
	border-left: #777 solid 1px;
	position: relative;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	color: var(--text);
	transition: var(--ease);
}
.panelMenu > dl dd ul > li a:hover {
	border-left: #364887 solid 1px;
	color: #364887;
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*メニュー*/
	.panelMenu {
		width: calc(100% - 40px);
		padding: 30px 0;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		column-gap: 10px;
		grid-row-gap: 20px;
	}
	.panelMenu > dl {
		width: calc(100% / 2 - 5px);
		grid-row-gap: 10px;
	}
}

/*会社情報*/
.panelCompany {
	width: calc(100% - 60px);
	padding: 0;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.panelCompany > dl {
	width: calc(100% / 5 - 24px);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.panelCompany > dl dt {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.panelCompany > dl dt a {
	display: block;
	padding: 10px;
	margin: 0;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: var(--text);
	border-left: #777 solid 2px;
	transition: var(--ease);
}
.panelCompany > dl dt a:hover {
	color: #364887;
	border-left: #364887 solid 2px;
	transition: var(--ease);
}
.panelCompany > dl dd {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
.panelCompany > dl dd p {
	padding: 0;
	margin: 0 auto 10px;
	position: relative;
	font-size: 12px;
	line-height: 1.5em;
}
.panelCompany > dl dd .tel {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 5px;
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	color: var(--text);
	padding: 0;
	margin: 0 auto 5px;
}
.panelCompany > dl dd .tel::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('https://snph.jp/column/wp-content/uploads/icon_freedial_w.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*会社情報*/
	.panelCompany {
		width: calc(100% - 40px);
		padding: 0;
		margin: 0 auto 30px;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 20px;
	}
	.panelCompany > dl {
		width: calc(100%);
		grid-row-gap: 10px;
	}
	.panelCompany > dl dt a {
		display: block;
		padding: 10px;
		font-size: 12px;
	}
}

/*-sns*/
.panelSns {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	column-gap: 5px;
	grid-row-gap: 5px;
}
.panelSns > li {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	aspect-ratio: 1/1;
	position: relative;
}
.panelSns > li img {
	width: 100%;
	height: auto;
	transition: var(--ease);
}
.panelSns > li:hover {
	opacity: 0.8;
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
}

/*バナー*/
.panelBanner {
	width: calc(100% - 60px);
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
}
.panelBanner ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 20px;
}
.panelBanner ul > li {
	width: auto;
	height: 80px;
}
.panelBanner ul > li img {
	height: 100%;
	width: auto;
}
/*テキスト*/
.panelTxt {
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 5px;
}
.panelTxt > h2,
.panelTxt > p {
	font-size: 10px !important;
	line-height: 1.2em !important;
	font-weight: lighter;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: relative;
}
/*コピーライト*/
.copyright {
	padding: 50px 0 0;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	line-height: 1;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*バナー*/
	.panelBanner {
		width: calc(100% - 40px);
		margin: 0 auto 20px;
	}
	.panelBanner ul {
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
	.panelBanner ul > li {
		width: calc(100%);
		height: auto;
	}
	.panelBanner ul > li img {
		height: auto;
		width: 100%;
	}
	/*テキスト*/
	.panelTxt {
		width: calc(100% - 60px);
		margin: 0 auto;
		padding: 0;
		list-style: none;
		position: relative;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		grid-row-gap: 5px;
	}
	.panelTxt > h2,
	.panelTxt > p {
		font-size: 10px !important;
		line-height: 1.2em !important;
		font-weight: lighter;
		padding: 0;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		position: relative;
	}
	/*コピーライト*/
	.copyright {
		padding: 50px 0 0;
		margin: 0 auto;
		text-align: center;
		font-size: 10px;
		line-height: 1;
	}
}

/************************************************************/
/*　フッター
/************************************************************/
.l-footer {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	background: var(--text);
	text-align: center;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
#menu-footer-menu {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 10px;
	position: relative;
	list-style: none;
}
#menu-footer-menu > li {
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
}
#menu-footer-menu > li a {
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	transition: var(--ease);
}
#menu-footer-menu > li a:hover {
	opacity: 0.8;
	transition: var(--ease);
}
.l-footer > address {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-style: normal;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.l-footer {
		width: 100%;
		padding: 30px 0 80px;
		margin: 0 auto;
		background: var(--text);
		text-align: center;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		grid-row-gap: 30px;
	}
}

/************************************************************/
/* サイドバー */
/************************************************************/
#sidebar1 .widget {
	margin-bottom: 30px;
}
#sidebar1 .widget:last-of-type {
	margin-bottom: 0;
}

/*タグクラウド*/
.tagcloud {
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 5px;
}
.tagcloud > a {
	display: inline-block;
	padding: 5px 10px 5px;
	margin: 0;
	font-style: normal;
	font-size: 10px;
	line-height: 1;
	font-weight: lighter;
	color: #fff;
	font-feature-settings: "palt" 1;
	text-decoration: none;
	border-radius: 15px;
	background: #364887;
	transition: var(--ease);
}
.tagcloud > a:hover {
	background: #ff732f;
	transition: var(--ease);
}

/*タイトル*/
#sidebar1 .widgettitle {
	width: 100%;
	padding: 15px;
	margin: 0 auto;
	position: relative;
	background: #364887;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	column-gap: 10px;
}
#sidebar1 .widgettitle::before {
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
}

/*記事一覧*/
#sidebar1 .my-widget {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
#sidebar1 .my-widget > li {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#sidebar1 .my-widget > li a {
	width: 100%;
	padding: 0 0 10px;
	margin: 0 auto;
	border-bottom: 1px dotted #ccc;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	column-gap: 10px;
}
#sidebar1 .my-widget > li:last-child a {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
}
#sidebar1 .my-widget > li .my-widget__img {
	width: 60px;
	min-width: 60px;
	height: auto;
	aspect-ratio: 1/1;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	transition: var(--ease);
}
#sidebar1 .my-widget > li .my-widget__img::before {
	content: '';
	display: block;
	padding: 50%;
}
#sidebar1 .my-widget > li .my-widget__img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
#sidebar1 .my-widget > li .my-widget__text {
	width: calc(100% - 10px - 60px);
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: lighter;
	color: var(--text);
	transition: var(--ease);
}
#sidebar1 .my-widget > li:hover .my-widget__img {
	opacity: 0.9;
	transition: var(--ease);
}
#sidebar1 .my-widget > li:hover .my-widget__text {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: lighter;
	color: #364887;
	transition: var(--ease);
}
/*カテゴリ*/
.widget_categories ul {
	width: 100%;
	padding: 10px 20px 20px;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.widget_categories ul > li {
	padding: 0;
	margin: 0;
	position: relative;
}
.widget_categories ul > li a {
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	border-bottom: 1px dotted #ccc;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	column-gap: 10px;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: lighter;
	color: var(--text);
	transition: var(--ease);
}
.widget_categories ul > li:last-child {
	padding: 0;
}
.widget_categories ul > li a:hover {
	background: none;
	color: #364887;
	transition: var(--ease);
}

/************************************************************/
/* コラム一覧 */
/************************************************************/
.columnList {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 40px;
}
.columnList::after {
	content: '';
	display: block;
	width: calc(100% / 3 - 13.4px);
}
.columnList > li {
	width: calc(100% / 3 - 13.4px);
	padding: 0;
	margin: 0;
	background: var(--base);
	position: relative;
	transition: var(--ease);
}
.columnList > li:hover {
	opacity: 0.9;
	transition: var(--ease);
}
.columnList > li > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.columnList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.columnList > li > figure::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.columnList > li > figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}
.columnList_info {
	padding: 20px 25px;
	margin: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}
.columnList_info::before {
	content: '';
	display: block;
	width: 4px;
	height: 18px;
	background: var(--main);
	position: absolute;
	top: 20px;
	left: 0;
}
.columnList_info > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	font-size: 15px;
	line-height: 1.4em;
	color: var(--text);
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.columnList_info > .date {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto 5px;
	text-align: left;
	font-size: 10px;
	line-height: 1;
	color: var(--text);
}
.tags {
	width: 100%;
	padding: 0;
	margin: auto auto 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 5px;
}
.tags .tag {
	display: inline-block;
	padding: 5px 10px 4px;
	margin: 0;
	font-style: normal;
	font-size: 10px;
	line-height: 1;
	font-weight: lighter;
	color: var(--main);
	font-feature-settings: "palt" 1;
	text-decoration: none;
	border-radius: 15px;
	background: #fff;
	transition: var(--ease);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.columnList {
		width: calc(100% - 40px);
		column-gap: 0;
		grid-row-gap: 20px;
	}
	.columnList::after {
		display: none;
	}
	.columnList > li {
		width: calc(100%);
	}
}

/*ページネーション*/
.pagination a,
.pagination span,
.post-page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 0;
	background: var(--base);
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}
.pagination .current,
.post-page-numbers.current {
	background: var(--main);
	color: #fff;
}
.pagination a:hover,
.pagination span:hover,
.post-page-numbers:hover {
	color: #fff;
}


/************************************************************/
/* 見出し */
/************************************************************/
.entry-content h2 {
	padding: 1em;
	margin: 2.5em auto 0.7em;
	font-size: 1.4em;
	line-height: 1.6em;
	color: var(--text);
	background: var(--base);
	border-left: 5px solid var(--main);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.entry-content h2 {
		padding: 0.5em;
		margin: 2em auto 0.7em;
		font-size: 22px;
		line-height: 1.5em;
		color: var(--text);
		background: var(--base);
		border-left: 5px solid var(--main);
	}
}

/************************************************************/
/*　トップページ
/************************************************************/
#topHeader {
	width: 100%;
	padding: 0;
	margin: 0 auto 2.5em;
	position: relative;
}
#topHeader > h2 {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.56;
}

/************************************************************/
/*　会社情報
/************************************************************/
#lp-company {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	background: var(--main);
	position: relative;
}
.companyBox {
	width: 100%;
	max-width: 700px;
	padding: 30px;
	margin: 0 auto;
	border-radius: 10px;
	background: #fff;
	position: relative;
}
.companyBox > header {
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	grid-row-gap: 5px;
}
.companyBox > header > span {
	display: block;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1;
}
.companyBox > header > h2 {
	padding: 0;
	margin: 0 auto;
	position: relative;
	border: none;
	background: none;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.companyBox > p {
	padding: 0;
	margin: 0 auto 10px;
	text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#lp-company {
		width: 100%;
		padding: 30px;
	}
	.companyBox {
		width: 100%;
		max-width: 100%;
		padding: 20px;
		border-radius: 10px;
	}
	.companyBox > header {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
	}
	.companyBox > header > h2 {
		padding: 0;
		margin: 0 auto;
		position: relative;
		border: none;
		background: none;
		font-size: 18px;
		line-height: 1;
		font-weight: bold;
		text-align: center;
	}
	.companyBox > p {
		padding: 0;
		margin: 0 auto 10px;
		text-align: center;
	}
}


/************************************************************/
/*　モーダルウィンドウ
/************************************************************/
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
}
.modal .modal__bg {
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal .modal__content {
	background: #fff;
	padding: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1100px;
	height: calc(100vh - 100px);
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modal .modal__content::-webkit-scrollbar{
	display:none;
}
.modal .closeBtn {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10000;
	background: none;
	text-indent: -9999px;
}
.modal .closeBtn::before,
.modal .closeBtn::after {
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform-origin: center;
}
.modal .closeBtn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform-origin: center;
}
.modal__content h3 {
	margin-top: 1em;
}

.ulbox {
	list-style: none;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin: 0;
	margin-top: 0.5em;
}
.ulbox li {
	position: relative;
	padding-left: 0.7em;
}
.ulbox li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*モーダルウィンドウ*/
	.modal {
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.modal .modal__content {
		padding: 30px;
		width: calc(100% - 60px);
	}
	.modal .closeBtn {
		top: 15px;
	}
}


/*表*/
table.tbl_company {
	overflow: hidden;
	table-layout: fixed;
	border: none;
	background: none;
	padding: 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 10px;
	border-radius: 0;
}
table.tbl_company th {
	display: table-cell;
	font-style: normal;
	font-feature-settings: "palt";
	border: none;
	border-bottom: none;
	text-align: center;
	vertical-align: middle;
	font-family: var(--font-jp);
	font-size: 15px;
	font-weight: 700;
	background: var(--main);
	color: #fff;
	width: 25%;
	padding: 20px;
	margin: 0;
	border-bottom: 3px solid #fff;
}
table.tbl_company td {
	display: table-cell;
	border: none;
	background: var(--base);
	vertical-align: inherit;
	border-bottom: none;
	padding: 20px;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	border-bottom: 3px solid #fff;
}
table.tbl_company td.ttl {
	display: table-cell;
	border: none;
	background: #fafafa;
	vertical-align: inherit;
	border-bottom: none;
	padding: 10px;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 3px solid #fff;
}
.content table td > p:last-of-type {
	margin-bottom: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*表*/
	table.tbl_company {
		overflow: hidden;
		table-layout: fixed;
		border: none;
		background: #fff;
		padding: 0;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
		border: none;
	}
	table.tbl_company th {
		font-style: normal;
		font-feature-settings: "palt";
		border: none;
		border-bottom: none;
		vertical-align: inherit;
		background: var(--main);
		color: #fff;
		padding: 10px 15px;
		margin: 0;
		border-bottom: none;
		width: 100%;
		min-width: 100%;
		font-size: 14px;
		display: block;
		text-align: left;
	}
	table.tbl_company td {
		border: none;
		background: #fff;
		vertical-align: inherit;
		border-bottom: none;
		padding: 10px 15px;
		margin: 0;
		border-left: 1px solid rgba(0,0,0,0.1);
		border-right: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
		font-size: 14px;
		width: 100%;
		min-width: 100%;
		display: block;
	}
}