@charset "UTF-8";

/*---------------------------------------------------------------- 著作 -*/
/* 制作者:Tomomi Koki */
/* システム:Evolution CMS CE 1.4.35 */
/* 作成日:2025年08月02日 */
/* 更新日:2025年08月06日 */

/*--------------------------------------------------------- CSSリセット -*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*----------------------------------------------------- iOS CSSリセット -*/
input[type="submit"],input[type="button"] {border-radius: 0;-webkit-box-sizing: content-box;-webkit-appearance: button;appearance: button;border: none;box-sizing: border-box;cursor: pointer;}input[type="submit"]::-webkit-search-decoration,input[type="button"]::-webkit-search-decoration {display: none;}input[type="submit"]::focus,input[type="button"]::focus {outline-offset: -2px;}

/*------------------------------------------------------------ 初期設定 -*/
*, ::before, ::after {
	box-sizing: border-box
}
html {
	overflow-x: hidden
}
body {
	color: #002e4d;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 29px;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%
}
h1 {
	background: url(../images/template/logo.png) no-repeat;
	float: left;
	height: 61px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 486px
}
h1 a {
	display: block;
	height: 61px;
	width: 486px
}
h2 {
	color: #322d5c;
	font-size: 34px;
	line-height: 2em;
	margin-bottom: 51px;
	text-align: center
}
h2 span {
	color: #e7983c;
	display: block;
	line-height: 32px
}
#message h2 {
	left: 0;
	position: absolute;
	text-align: left;
	top: 30px;
	z-index: 1
}
footer h2 {
	background: url(../images/template/logo.png) no-repeat;
	background-size: 400px 50px;
	float: left;
	height: 67px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 534px
}
footer h2 a {
	display: block;
	height: 67px;
	width: 534px
}
h3 {
	color: #322d5c;
	font-size: 24px;
	line-height: 2.4em;
	margin: 0 0 15px 0;
	text-align: left
}
#news1 h3 {
	align-items: center;
	animation: gradientShift 15s ease infinite;
	background: linear-gradient(135deg,rgba(231, 152, 60, 0.9) 0%,rgba(231, 152, 60, 0.8) 25%,rgba(231, 152, 60, 0.7) 50%,rgba(231, 152, 60, 0.8) 75%,rgba(231, 152, 60, 0.9) 100%);
	background-size: 200% 200%;
	backdrop-filter: blur(20px) saturate(1.8);
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 2.4em;
	margin: 0 0 1px 0;
	text-align: center;
	width: 100%;
	-webkit-backdrop-filter: blur(20px) saturate(1.8)
}
#news2 h3 {
	align-items: center;
	animation: gradientShift 15s ease infinite;
	background: linear-gradient(135deg,rgba(50, 45, 92, 0.9) 0%,rgba(50, 45, 92, 0.8) 25%,rgba(50, 45, 92, 0.7) 50%,rgba(50, 45, 92, 0.8) 75%,rgba(50, 45, 92, 0.9) 100%);
	background-size: 200% 200%;
	backdrop-filter: blur(20px) saturate(1.8);
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 2.4em;
	margin: 0 0 1px 0;
	text-align: center;
	width: 100%;
	-webkit-backdrop-filter: blur(20px) saturate(1.8)
}
#consultation h3 {
	text-align: center
}
footer h3 {
	border-bottom: solid 1px #000;
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	text-align: left
}
a {
	color: #002e4d;
	text-decoration: none
}
a:hover {
	color: #002e4d;
	text-decoration: none
}
img {
	border-radius: 5px;
	max-width: 100%
}
ol {
	list-style-position: inside
}
li {
	list-style-type: none
}
section ol {
	list-style-position: outside;
	padding: 0 0 0 1.5em
}
section ol li {
	list-style-type: decimal;
	margin: 0 0 1.5em 0
}
section ul {
	padding: 0 0 0 1.5em
}
section ul li {
	list-style-type: disc;
	margin: 0 0 1.5em 0
}
section p {
	padding: 0 0 1em 0
}
@media only screen and (max-width: 736px) {
	h1 {
		background-size: 100%;
		height: 38px;
		margin: 0;
		width: 300px
	}
	h1 a {
		height: 38px;
		width: 300px
	}
	h2 {
		font-size: 22px;
		line-height: 1.5em;
	}
	#message h2 {
		margin: 0 0 25px 0;
		position: static;
		text-align: center
	}
	#news1 h3,
	#news2 h3 {
		font-size: 18px;
		line-height: 2.4em
	}
	footer h2 {
		background-size: 100%;
		float: none;
		height: 38px;
		margin: 0 auto 30px auto;
		width: 300px
	}
	footer h2 a {
		height: 38px;
		width: 300px
	}
	h3 {
		font-size: 20px;
		text-align: center
	}
}

/*------------------------------------------------------------ ヘッダー -*/
header {
	padding: 20px 0
}
header ul {
	float: right
}
header li a {
	border: solid 1px #333;
	border-radius: 3px;
	display: block;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0 20px 8px 0;
	padding: 0 10px;
	width: 160px
}
header #phone {
	background: url(../images/template/phone.png) no-repeat;
	float: right;
	height: 58px;
	margin: 2px 0 0 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 231px
}
header #phone a {
	display: block;
	height: 58px;
	width: 231px
}
@media only screen and (max-width: 736px) {
	header ul,
	header #phone {
		display: none
	}
}

/*------------------------------------------------------------ フッター -*/
footer {
	background: #ecede8;
	overflow: hidden;
	padding: 80px 0 0 0
}
footer .container {
	display: flex;
	padding: 0
}
#map_container {
	border: solid 1px #ccc;
	margin: 25px 0 0 0;
	width: 90%
}
footer .box {
    padding: 20px 20px 0 20px;
    margin:  0;
    width: 38%
}
footer .box:nth-child(1) {
	padding: 0
}
footer .box:nth-child(1) p {
	padding: 0 0 0 60px
}
footer .box:nth-child(2) {
	border-left: solid 1px #ccc;
	padding: 0 70px;
	width: 43%
}
footer .box:nth-child(3) {
	padding: 0 0 0 70px;
	width: 37%
}
footer .box ul {
	margin: 0 0 20px 0
}
footer .box ul li::after {
	color:#e7983c;
	content: '\f0da';
	display: block;
	float: left;
	font-family: 'Font Awesome 7 Free';
	font-size: 12px;
	font-weight: 600;
	margin: 0 10px 0 0;
	padding: 0
}
#copyright {
	background: #322d5c;
	color: #fff;
	line-height: 3em;
	margin-top: 50px;
	text-align: center
}
@media only screen and (max-width: 768px) {
	footer .container {
		display: block
	}
	footer .box {
		border: none;
		float: none;
		font-size: 14px;
		padding: 20px 0 0 0;
		margin:  0 auto;
		width: 100%
	}
	footer .box:nth-child(2),
	footer .box:nth-child(3) {
		display: none
	}
	#map_container {
		display: none
	}
}

/*------------------------------------------------------ パンくずリスト -*/
#breadcrumb {
	animation: bggradient 20s ease infinite;
	background: linear-gradient(25deg, #eee, #efefef, #eee);
	background-size: 200% 100%;
	clear: both
}
#breadcrumb .container {
	overflow: hidden;
	padding: 8px 20px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap
}
@media only screen and (max-width: 1400px) {
	#breadcrumb .container {
		line-height: 1.3em
	}
}
@media only screen and (max-width: 1200px) {
	#breadcrumb .container {
		width: 100%
	}
}

/*-------------------------------------------------- ページトップボタン -*/
.page-top {
	align-items: center;
	border: solid 2px #ccc;
	border-radius: 50%;
	bottom: 2%;
	color: #ccc;
	display: flex;
	height: 50px;
	justify-content: center;
	opacity: 0;
	position: fixed;
	right: 3%;
	transition: .5s;
	visibility: hidden;
	width: 50px
}
.page-top::before {
	content: "\f106";
	font-family: "Font Awesome 7 Free";
	font-size: 30px;
	font-weight: 900
}
.page-top:hover {
	cursor: pointer
}
.page-top span {
	overflow: hidden;
	text-indent: -9999px
}
.is-active {
	opacity: 1;
	visibility: visible
}

/*-------------------------------------------- グローバルナビゲーション -*/
nav {
	z-index: 9900
}
nav ul {
	margin: 0 auto;
	width: 1200px
}
nav li {
	border-right: solid 1px #322d5c;
	float: left;
	font-size: 18px;
	list-style: none;
	margin: 0 0 15px 0;
	position: relative;
	width: 210px
}
nav li:last-child {
	width: 360px
}
nav li:first-of-type {
	border-left: solid 1px #322d5c
}
nav li a {
	color: #0b3c56;
	display: block;
	line-height: 2em;
	text-align: center
}
nav > ul > li {
	display: inline-block
}
nav ul ul {
	align-items: center;
	animation: gradientShift 15s ease infinite;
	background: linear-gradient(135deg,rgba(50, 45, 92, 0.9) 0%,rgba(50, 45, 92, 0.8) 25%,rgba(50, 45, 92, 0.7) 50%,rgba(50, 45, 92, 0.8) 75%,rgba(50, 45, 92, 0.9) 100%);
	background-size: 400% 400%;
	backdrop-filter: blur(20px) saturate(1.8);
	display: none;
	justify-content: center;
	padding: 20px 0 0 0;
	position: absolute;
	text-align: left;
	top: auto;
	width: 100%;
	z-index: 9900;
	-webkit-backdrop-filter: blur(20px) saturate(1.8)
}
@keyframes gradientShift {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}
nav a.close-menu,
nav a.call-btn-mobile,
nav a.location-btn-mobile {
	color: #fff
}
nav li li,
nav li li:first-of-type {
	border: none;
	font-size: 16px;
	padding: 0 1em
}
nav.desktop li li {
	border: none;
	width: 100%
}
nav.desktop li li:before {
	color: #fff;
	content: '\f105';
	display: block;
	float: right;
	font-family: 'Font Awesome 7 Free';
	font-weight: 600;
	margin: 0 0 0 1.5em;
	opacity: 0.6
}
nav li li a {
	color: #fff;
	padding: 0;
	text-align: left;
	width: 100%
}
nav li li a:hover {
	color: #fff;
	text-decoration: underline
}
nav.desktop li.mega ul {
	padding:20px 20px 0 20px
}
nav.desktop li.mega li {
	border: none;
	float: left;
	margin-left: 0;
	vertical-align: top;
	width: 100%
}
nav.desktop li.mega li:before {
	display: none
}
nav.desktop li.mega li li {
	border: none;
	display: block;
	left: 0;
	position: relative
}
nav.desktop li.mega li li:before {
	color: #fff;
	content: '\f105';
	display: block;
	float: right;
	font-family: 'Font Awesome 7 Free';
	font-weight: 600;
	margin: 0 20px 0 0;
	opacity: 0.6
}
nav.desktop > ul > li.mega {
	position: inherit
}
nav.desktop > ul > li.mega > ul {
	width: 100%
}
nav.desktop > ul > li.mega > ul li.has-sub ul {
	display: block;
	padding: 0;
	position: relative
}
nav.desktop > ul > li.mega > ul > li {
	padding: 0
}
nav.desktop li.mega li li a {
	padding: 0
}
nav.desktop li.mega li.has-sub a:after {
	display: none
}
nav.desktop > ul > li.mega > ul > li > a {
	color: fff;
	font-weight: bold;
	padding: 10px 0
}
nav li.has-sub > a::after {
	color: #626262;
	content: '\f107';
	display: block;
	float: right;
	font-family: 'Font Awesome 7 Free';
	font-weight: 600;
	line-height: 2em;
	margin: 0 10px 0 0;
	padding: 0
}
nav li li.has-sub > a:after {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ccc;
	float: right; border-top: 6px solid transparent;
	margin-left: 10px;
	position: relative;
	top: 4px
}
nav li.drop-left li.has-sub > a:after {
	border-left: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #ccc;
	float: left;
	margin-right: 10px
}
nav.hide-arrows li.has-sub > a:after,
nav.hide-arrows li li.has-sub > a:after,
nav.hide-arrows li.drop-left li.has-sub > a:after {
	display: none
}
nav .menu-toggle,
nav .close-menu,
nav .call-btn-mobile,
nav .location-btn-mobile {
	display: none;
	text-transform: uppercase;
	text-decoration: none
}
nav .dd-toggle {
	border: 0;
	display: none;
	height: 48px;
	position: absolute;
	right: 0; padding: 0;
	text-align: center;
	top: 0;
	width: 48px;
	z-index: 9999
}
nav.desktop li.has-sub a {
	padding-right: 5px
}
nav.desktop.hide-arrows li.has-sub a {
	padding-right: 15px
}
nav.mobile > ul > li > a.dd-toggle {
	padding: 0
}
nav li.call-btn-mobile,
nav li.location-btn-mobile {
	display: none
}
nav svg {
	fill: currentColor;
	height: 1em;
	position: relative;
	top: 2px;
	width: 1em
}
nav a.dd-toggle .icon-plus {
	box-sizing: border-box;
	display: inline-block;
	height: 100%;
	position: relative;
	transition: transform 0.3s;
	vertical-align: middle;
	width: 12px
}
nav a.dd-toggle .icon-plus:before {
	border-bottom: solid 3px #777;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	transform: rotate(90deg);
	transition: width 0.3s;
	width: 12px
}
nav a.dd-toggle .icon-plus:after {
	border-bottom: solid 3px #777;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	width: 12px
}
nav li.open > a.dd-toggle .icon-plus {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg)
}
nav.dark a.dd-toggle .icon-plus:before {
	border-color: #ccc
}
nav.dark a.dd-toggle .icon-plus:after {
	border-color: #ccc
}
nav .icon-close {
	box-sizing: border-box;
	display: inline-block;
	height: 12px;
	position: relative;
	width: 12px
}
nav .icon-close:before {
	border-bottom: solid 3px #777;
	content: '';
	display: block;
	height: 0px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 12px
}
nav .icon-close:after {
	border-bottom: solid 3px #777;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	width: 12px
}
nav.dark .icon-close:before {
	border-color: #ccc
}
nav.dark .icon-close:after {
	border-color: #ccc
}
nav .menu-toggle,
nav .call-btn-mobile,
nav .location-btn-mobile,
nav .close-menu {
	box-sizing: border-box;
	margin: 4px 0 0 0;
	padding: 10px
}
nav .menu-toggle span.bars span {
	background: #000;
	border-radius: 6px;
	display: block;
	height: 3px;
	margin: 0 0 2px 0;
	width: 30px
}
nav .full {
	width: 100%
}
nav .half {
	width: 50%
}
nav .third {
	text-align: center;
	width: 33%
}
nav .location-btn-mobile.third {
	text-align: center
}
nav .location-btn-mobile.half {
	text-align: right;
}
nav.dark .third,
nav.dark .half {
	border-left: 1px solid rgba(255, 255, 255, .15)
}
nav.dark.right .third,
nav.dark.right .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15)
}
nav.dark.left .menu-toggle,
nav.dark.right .menu-toggle {
	border-bottom: 0
}
nav.dark .third:first-child,
nav.dark .half:first-child {
	border-left: 0
}
nav.mobile {
	position: static
}
nav.mobile.fixed {
	position: static
}
nav.mobile.active {
	padding-bottom: 0
}
nav.mobile.active > ul {
	display: block
}
nav.mobile ul {
	background: linear-gradient(135deg,rgba(50, 45, 92, 1) 0%,rgba(50, 45, 92, 1) 25%,rgba(50, 45, 92, 0.9) 50%,rgba(50, 45, 92, 1) 75%,rgba(50, 45, 92, 1) 100%);
	backdrop-filter: blur(20px) saturate(1.8);
	display: none;
	opacity: 0.9;
	padding: 0;
	position: relative;
	text-align: left;
	-webkit-backdrop-filter: blur(20px) saturate(1.8)
}
nav.mobile > ul > li {
	display: block
}
nav.mobile > ul > li > a {
	color: #fff;
	text-align: left
}
nav.mobile ul ul {
	display: none;
	position: relative;
	transition: none;
	visibility: visible;
	width: auto;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in
}
nav.mobile ul ul ul {
	left: auto;
	top: auto;
}
nav.mobile li.drop-left ul ul {
	right: auto
}
nav.mobile li {
	padding: 0 15px
}
nav.mobile li a {
	border-bottom: solid 1px #fff;
	line-height: 1em;
	padding: 15px
}
nav.mobile ul ul li a {
	border-bottom: dashed 1px #ccc
}
nav.mobile ul ul ul li a {
	border-bottom: none
}
nav.mobile ul ul ul li a:before {
	color: #fff;
	content: '\f105';
	display: block;
	float: right;
	font-family: 'Font Awesome 7 Free';
	font-weight: 600;
	margin: 0;
	padding: 0;
	opacity: 0.6
}
nav.mobile li.mega li,
nav.mobile ul ul ul li:last-child {
	width: 100%
}
nav.mobile > ul {
	border-top: 1px solid rgba(255, 255, 255, .15)
}
nav.mobile li a.dd-toggle {
	border: 0
}
nav.mobile .menu-toggle {
	display: inline-block;
	font-size: 10px
}
nav.mobile .dd-toggle,
nav.mobile .close-menu,
nav.mobile .call-btn-mobile,
nav.mobile .location-btn-mobile {
	display: inline-block;
	font-size:16px
}
nav.mobile li.call-btn-mobile {
	border-right: 1px solid rgba(255, 255, 255, .1);
	box-sizing: border-box
}
nav.mobile li.call-btn-mobile,
nav.mobile li.location-btn-mobile {
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	width: 50%
}
nav.mobile li.call-btn-mobile.full,
nav.mobile li.location-btn-mobile.full {
	border-right: 0;
	display: block;
	text-align: left;
	text-transform: uppercase;
	width: 100%
}
nav.mobile.top {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999
}
nav.mobile li.has-sub > a:after,
nav.mobile li li.has-sub > a:after,
nav.mobile li.drop-left li.has-sub > a:after {
	display: none
}
nav.mobile > ul {
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 90%;
	-webkit-overflow-scrolling: touch
}
nav.mobile.right .close-menu,
nav.mobile.left .close-menu {
	display: inline-block
}
nav.mobile.right .location-btn-mobile.half,
nav.mobile.right .call-btn-mobile.half,
nav.mobile.right .close-menu.half {
	text-align: center
}
nav.mobile.right .location-btn-mobile.third,
nav.mobile.right .call-btn-mobile.third,
nav.mobile.right .close-menu.third {
	text-align: center
}
@media only screen and (max-width: 1000px) {
	nav > ul > li > a {
		padding: 20px 23px
	}
}
@media only screen and (max-width: 768px) {
	nav {
		background: #eee;
		display: block;
		text-align: center;
		height: 60px;
		overflow: hidden;
		position: absolute !important;
		right: 0 !important;
		top: 0; !important;
		width: 60px
	}
	nav ul {
		display: none;
		position: relative
	}
	nav li {
		border: none;
		float: none;
		margin: 0;
		width: 100%
	}
	nav li a {
		border: none;
		font-size: 16px;
		width: 100%
	}
}
@media only screen and (max-width: 420px) {
	nav.mobile .call-btn-mobile.third span,
	nav.mobile .location-btn-mobile.third span {
		display: none
	}
}

/*---------------------------------------------------------- コンテンツ -*/
main{
	clear: both
}
section {
	overflow: hidden;
	padding: 100px 0
}
section:first-child {
	padding: 50px 0 100px 0
}
#visual {
	padding: 0
}
.alternately {
	animation: gradientShift 30s ease infinite;
	background: linear-gradient(135deg,rgba(241, 242, 237, 0.9) 0%,rgba(241, 242, 237, 0.8) 25%,rgba(241, 242, 237, 0.5) 50%,rgba(241, 242, 237, 0.8) 75%,rgba(241, 242, 237, 0.9) 100%);
	background-size: 400% 400%;
	backdrop-filter: blur(20px) saturate(1.8);
	justify-content: center;
	padding: 50px 0 55px 0;
	z-index: 9900;
	-webkit-backdrop-filter: blur(20px) saturate(1.8)
}
.container {
	margin: 0 auto;
	overflow: hidden;
	width: 1200px
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 736px) {
	section {
		padding: 40px 0
	}
	.container {
		margin: 0 auto;
		width: 94%
	}
	.container img {
		max-width: 100%
	}
}

/*------------------------------------------------------------ 相談窓口 -*/
#consultation {
	animation: gradientShift 15s ease infinite;
	background: linear-gradient(135deg,rgba(249,224,193,1.0) 0%,rgba(249,224,193,0.8) 25%,rgba(249,224,193,0.6) 50%,rgba(249,224,193,0.7) 75%,rgba(249,224,193,0.9) 100%);
	background-size: 200% 200%;
	backdrop-filter: blur(20px) saturate(1.8);
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	text-align: center;
	-webkit-backdrop-filter: blur(20px) saturate(1.8)
}
#consultation ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between
}
#consultation li {
	background: #fff;
	list-style-type: none;
	margin: 4px 0;
	padding: 6px;
	text-align: left;
	width: 32.8%
}
#consultation li::before {
	color: #e7983c;
	content: '\f05a';
	display: block;
	float: left;
	font-family: 'Font Awesome 7 Free';
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0 20px;
	padding: 0
}
#consultation #contact {
	background-image: none;
	background-position: bottom; 
	background-size: cover;
	display: flex;
	justify-content: space-evenly
}
#consultation #contact .btn a {
	animation: gradientShift 15s ease infinite;
	background: linear-gradient(135deg,rgba(231, 152, 60, 0.9) 0%,rgba(231, 152, 60, 0.7) 25%,rgba(231, 152, 60, 0.6) 50%,rgba(231, 152, 60, 0.7) 75%,rgba(231, 152, 60, 0.8) 100%);
	background-size: 200% 200%;
	backdrop-filter: blur(20px) saturate(1.8);
	border: solid 5px #fff;
	border-radius: 50px;
	color: #fff;
	display: block;
	float: none;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	margin: 50px 150px 0 0;
	padding: 10px 20px;
	text-align: center;
	width: 310px;
	-webkit-backdrop-filter: blur(20px) saturate(1.8)
}
#consultation #contact .btn:first-of-type a {
	font-size: 24px;
	line-height: 50px;
	margin: 50px 0 0 150px;
	padding: 12px 20px 8px 20px
}
#consultation #contact .btn a span {
	display: block;
	font-size: 14px;
	line-height: 1em;
	padding: 2px 0 0 0
}
#consultation #contact .btn a::before {
	display: block;
	float: left;
	font-size: 30px;
	content: '\f095';
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
	line-height: 50px;
	margin: 0 0 0 5px;
	padding: 0
}
#consultation #contact .btn:first-of-type a::before {
	display: block;
	float: left;
	font-size: 30px;
	content: '\f0e0';
	font-family: 'Font Awesome 7 Free';
	margin: 0 0 0 15px;
	padding: 0
}
@media only screen and (max-width: 768px) {
	#consultation ul {
		background: #fff;
		border-radius: 10px;
		display: block;
		margin: 0 0 20px 0;
		padding: 20px 0
	}
	#consultation li {
		margin: 0;
		width: 100%
	}
	#consultation p {
		text-align: left
	}
	#consultation #contact {
		display: block
	}
	#consultation #contact .btn a {
		margin: 0 auto;
		width: 310px
	}
	#consultation #contact .btn:first-of-type a {
		margin: 0 auto
	}
}

/*------------------------------------------ スライダー（トップページ） -*/
#visual {
	clear: both;
	max-width: 1200px;
	margin: 15px auto;
	overflow: hidden
}
.swiper-slide img {
	width: 100%
}
.thumbnail .swiper-slide {
	opacity: 0.5
}
.thumbnail .swiper-slide-thumb-active {
	opacity: 1
}
@media only screen and (max-width: 736px) {
	#visual {
		margin: 0 auto
	}
}
/*-------------------------------------------- 新着情報（トップページ） -*/
#news1 {
	filter: alpha(opacity=90);
	float: left;
	margin: 0;
	padding: 0;
	-moz-opacity: 0.9;
	width: 49%
}
#news1 .tab-content {
	margin: 0
}
#news1 label {
	background: #eeb776;
	border-right: solid 1px #fff;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 1em;
	margin-right: 0;
	padding: 13px 0 7px 0;
	text-align: center;
	width: 25%
}
#news1 label#tab3 {
	border: none
}
#news1 label#tab1 {
	background: #ecad63
}
#news1 label#tab2 {
	background: #e9a24f;
	margin-right: 0
}
#news1 label#tab3 {
	background: #e7983c
}
#news1 label:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9
}
#news1 input:checked + label {
	color: #fff
}
#news1 input {
	display: none
}
#news1 #tab1-b1,
#news1 #tab1-b2,
#news1 #tab1-b3,
#news1 #tab1-b4 {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0 0 5px 5px;
	display: none;
	padding: 10px
}
#news1 #tab1-1:checked ~ #tab1-b1,
#news1 #tab1-2:checked ~ #tab1-b2,
#news1 #tab1-3:checked ~ #tab1-b3,
#news1 #tab1-4:checked ~ #tab1-b4 {
	display: block
}
#news1 #tab1-1:checked ~ #tab1-b1 {
	border-top: solid 3px #eeb776
}
#news1 #tab1-2:checked ~ #tab1-b2 {
	border-top: solid 3px #ecad63
}
#news1 #tab1-3:checked ~ #tab1-b3 {
	border-top: solid 3px #e9a24f
}
#news1 #tab1-4:checked ~ #tab1-b4 {
	border-top: solid 3px #e7983c
}
#news1 dl {
	clear: both;
	margin: 0;
	overflow: hidden;
	width: 100%;
	_zoom: 1
}
#news1 dt {
	border-top: 1px dotted #ccc;
	color: #666;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: -1px 0 0 0;
	padding: 5px 2%;
	width: 22%
}
#news1 dt span {
	border: solid 1px #ecad63;
	border-radius: 5px;
	color: #ecad63;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0;
	padding: 0 5px;
	text-align: center;
	width: 75px
}
#news1 dt span.news01 {
	border: solid 1px #e9a24f;
	color: #e9a24f
}
#news1 dt span.news02 {
	border: solid 1px #e7983c;
	color: #e7983c
}
#news1 dd {
	border-top: 1px dotted #ccc;
	display: block;
	float: left;
	margin: -1px 0 0 0;
	width: 78%
}
#news1 dd a {
	display: block;
	min-height: 70px;
	padding: 5px 2%;
}
#news1 dd a:hover {
	text-decoration: underline
}
#news1 dd span,
#news2 dd span {
	animation:blink 1.5s ease-in-out infinite alternate;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	background: #c40026;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	line-height: 1.6em;
	padding: 0 10px
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#news1 .all_view {
	background: #fff;
	border: solid 1px #e7983c;
	border-radius: 25px;
	color: #e7983c;
	display: block;
	line-height: 2.6em;
	margin: 20px auto 0 auto;
	text-align: center;
	width: 150px
}
#news1 .all_view::after {
	color: #e7983c;
	display: block;
	float: right;
	font-size: 24px;
	content: '\f138';
	font-family: 'Font Awesome 7 Free';
	font-weight: 600;
	line-height: 1.8em;
	margin: 0 10px 0 0;
	padding: 0
}
#news2 .all_view {
	background: #fff;
	border: solid 1px #322d5c;
	border-radius: 25px;
	color: #322d5c;
	display: block;
	line-height: 2.6em;
	margin: 20px auto 0 auto;
	text-align: center;
	width: 150px
}
#news2 .all_view::after {
	color: #322d5c;
	display: block;
	float: right;
	font-size: 24px;
	content: '\f138';
	font-family: 'Font Awesome 7 Free';
	font-weight: 600;
	line-height: 1.8em;
	margin: 0 10px 0 0;
	padding: 0
}
#news2 {
	filter: alpha(opacity=90);
	float: right;
	margin: 0;
	padding: 0;
	-moz-opacity: 0.9;
	width: 49%
}
#news2 .tab-content {
	margin: 0
}
#news2 label {
	background: #6f6c8d;
	border-right: solid 1px #fff;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 1em;
	margin-right: 0;
	padding: 13px 0 7px 0;
	text-align: center;
	width: 25%
}
#news2 label#tab4 {
	background: #5b577d
}
#news2 label#tab5 {
	background: #46426c
}
#news2 label#tab6 {
	background: #322d5c;
	border: none
}
#news2 label:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9
}
#news2 input:checked + label {
	color: #fff
}
#news2 input {
	display: none
}
#news2 #tab2-b1,
#news2 #tab2-b2,
#news2 #tab2-b3,
#news2 #tab2-b4 {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0 0 5px 5px;
	display: none;
	padding: 10px
}
#news2 #tab2-1:checked ~ #tab2-b1,
#news2 #tab2-2:checked ~ #tab2-b2,
#news2 #tab2-3:checked ~ #tab2-b3,
#news2 #tab2-4:checked ~ #tab2-b4 {
	display: block
}
#news2 #tab2-1:checked ~ #tab2-b1 {
	border-top: solid 3px #78b3e1
}
#news2 #tab2-2:checked ~ #tab2-b2 {
	border-top: solid 3px #35add6
}
#news2 #tab2-3:checked ~ #tab2-b3 {
	border-top: solid 3px #01bffe
}
#news2 #tab2-4:checked ~ #tab2-b4 {
	border-top: solid 3px #017fff
}
#news2 dl {
	clear: both;
	margin: 0;
	overflow: hidden;
	width: 100%;
	_zoom: 1
}
#news2 dt {
	border-top: 1px dotted #ccc;
	color: #666;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: -1px 0 0 0;
	padding: 5px 2%;
	width: 22%
}
#news2 dt span {
	border: solid 1px #5b577d;
	border-radius: 5px;
	color: #5b577d;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0;
	padding: 0 5px;
	text-align: center;
	width: 75px
}
#news2 dt span.news01 {
	border: solid 1px #46426c;
	color: #46426c
}
#news2 dt span.news02 {
	border: solid 1px #322d5c;
	color: #322d5c
}
#news2 dd {
	border-top: 1px dotted #ccc;
	display: block;
	float: left;
	margin: -1px 0 0 0;
	width: 78%
}
#news2 dd a {
	display: block;
	min-height: 70px;
	padding: 5px 2%;
}
#news2 dd a:hover {
	text-decoration: underline
}
@media only screen and (max-width: 736px) {
	#news1,
	#news2 {
		clear: both;
		float: none;
		margin: 0 0 50px 0;
		width: 100%
	}
	#news1 label,
	#news2 label {
		width: 25%
	}
	#news1 label#tab1,
	#news1 label#tab2,
	#news1 label#tab3,
	#news2 label#tab4,
	#news2 label#tab5,
	#news2 label#tab6 {
		margin: 0;
		width: 25%
	}
	#news1 dt,
	#news2 dt {
		font-size: 13px;
		padding: 5px 2% 5px 0;
		width: 27%
	}
	#news1 dd,
	#news2 dd {
		width: 73%
	}
}
/*------------------------------------------ メッセージ（トップページ） -*/
#message .container {
	height: 390px;
	position: relative;
	width: 1000px
}
#message p {
	left: 0;
	position: absolute;
	top: 85px;
	width: 440px;
	z-index: 1
}
#message p.window {
	background: linear-gradient(125deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.8) 5%, rgba(255, 255, 255, 0.95));
	padding: 20px 20px 20px 0
}
#message p.btn {
	left: 0;
	position: absolute;
	top: 300px;
	width: 210px;
	z-index: 1
}
#message p.btn a {
	border: solid 1px #000;
	border-radius: 3px;
	display: block;
	padding: 10px 20px;
	width: 210px
}
#message p.btn a::before {
	display: block;
	float: right;
	font-size: 18px;
	font-weight: 600;
	content: '\f178';
	font-family: 'Font Awesome 7 Free';
	line-height: 1.6em;
	margin: 0;
	padding: 0
}
#director {
	position: relative
}
.director_img {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 1
}
.director_txt {
	background: #eee;
	border-radius: 3px;
	height: 370px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 20px;
	width: 657px;
	z-index: 0
}
@media only screen and (max-width: 768px) {
	#message .container {
		height: auto;
		overflow: auto;
		width: 100%
	}
	#message p {
		display: block;
		margin: 0 auto 15px auto;
		overflow: hidden;
		position: static;
		width: 90%
	}
	#message p.btn {
		margin: 0 auto 25px auto;
		position: static;
		width: 180px
	}
	#message p.btn a {
		padding: 5px 25px;
		width: 180px
	}
	#director {
		position: static
	}
	.director_img img {
		margin: 0 auto;
		position: static;
		width: 90%
	}
	.director_img {
		position: static;
		text-align: center
	}
	.director_txt {
		background: none
	}
}
#support table {
	border-collapse: collapse;
	margin: 0 0 50px 0;
	width: 100%
}
#support tr {
	border-bottom: solid 2px white
}
#support tr:last-child {
	border-bottom: none
}
#support th {
	background-color: #e7983c;
	color: white;
	padding: 10px 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 15%
}
#support th:after {
	border-left: 10px solid #e7983c;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: -10px;
	top: calc(50% - 10px);
	width: 0
}
#support td {
	background-color: #eee;
	padding: 10px 0 10px 40px;
	text-align: left;
	width: 85%
}
@media only screen and (max-width: 736px) {
#support th {
	font-weight: normal;
	width: 25%
}
#support td {
	padding: 10px 10px 10px 30px;
	width: 75%
}
}