/*
Theme Name: hope_wp_theme
*/

@charset "UTF-8";




.btnType01 a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #068b02;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	transition: all 0.2s;
}
.btnType01 a span {
	display: inline-block;
	color: #23753e;
	background: url('../images/arr04.png') no-repeat center left;
}
.btnType01 a:hover {
	background-color: #e8ffe9;
}
.btnType01 a:hover span {
	color: #277d2b;
}

.btnType02 a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #068b02;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	transition: all 0.2s;
}
.btnType02 a span {
	display: inline-block;
	color: #23753e;
}
.btnType02 a:hover {
	background-color: #e8ffe9;
}
.btnType02 a:hover span {
	color: #277d2b;
}

.btnType03 a {
	display: inline-block;
	background-color: #2d9c0c;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	transition: all 0.2s;
}
.btnType03 a span {
	display: inline-block;
	color: #fff;
	background: url('../images/arr05.png') no-repeat center right;
}
.btnType03 a:hover {
	background-color: #3ec316;
}



/* #container */
/*------------------------------------------------------------------------------*/
#container {
	min-width: 980px;
	/*background: url('../images/mainimage02.jpg') no-repeat top right;
	background-size: 100%;*/
}





/* #commonContainer */
/*------------------------------------------------------------------------------*/
#commonContainer {
	min-width: 980px;
	background-color: #fff;
}





/* #contentsArea */
/*------------------------------------------------------------------------------*/
#contentsArea {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}





/* #mainContents */
/*------------------------------------------------------------------------------*/
#mainContents {
	width: 720px;
	float: left;
	font-size: 1.2em;
	line-height: 1.6;
}





/* #sideContents */
/*------------------------------------------------------------------------------*/
#sideContents {
	width: 230px;
	float: right;
	background-color: #fff;
	border-top: 3px solid #068b02;
}

/* サイドメニュータイトル */
#sideContents .suvNavMain {
	margin: 0 0 30px 0;
}
#sideContents ul.menu > li > a {
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	color: #484848;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	padding: 0.8em 0.3em;
	cursor: default;
	/* transition: all 0.2s; */
}
/* #sideContents ul.menu > li > a:hover {
	color: #0f4c23;
	background-color: #e2f5e8;
} */

/* 階下層01 */
#sideContents ul.menu > li > ul > li {
	line-height: 1.4;
	border-bottom: 1px dotted #dcdcdc;
	padding: 0.5em 0;
}
#sideContents ul.menu > li > ul > li > a {
	display: block;
	font-size: 1.4em;
	color: #484848;
	text-decoration: none;
	background: url('../images/arr08.png') no-repeat 0.8em 50%;
	padding: 1em 0.5em 1em 1.5em;
	transition: all 0.2s;
}
#sideContents ul.menu > li > ul > li > a:hover {
	background-color: #e2f5e8;
}

/* 階下層02 */
#sideContents ul.menu > li > ul > li > ul {
	padding: 0.2em 0 0 2em;
}
#sideContents ul.menu > li > ul > li > ul > li {
	line-height: 1.4;
}
#sideContents ul.menu > li > ul > li > ul > li > a {
	display: block;
	font-size: 1.3em;
	color: #484848;
	text-decoration: none;
	background: url('../images/arr09.png') no-repeat 0.5em 50%;
	padding: 0.5em 0.5em 0.5em 1.5em;
	transition: all 0.2s;
}
#sideContents ul.menu > li > ul > li > ul > li > a:hover {
	background-color: #e2f5e8;
}

#sideContents .sideBannerArea {
	margin: 0 0 20px 0;
}
#sideContents .sideBannerArea > ul > li+li {
	margin: 20px 0 0 0;
}
#sideContents .sideBannerArea > ul > li > a > img {
	width: 100%;
	height: auto;
}

#sideContents .sideContactArea {
	background-color: #edf2e3;
	padding: 20px 10px;
}
#sideContents .sideContactArea .titleArea h3 {
	font-size: 1.8em;
	color: #3d3d3d;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 20px 0;
	position: relative;
}
#sideContents .sideContactArea .titleArea h3:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #23753e;
	margin: 15px auto 0 auto;
}
#sideContents .sideContactArea .contactMain .boxMain+.boxMain {
	border-top: 2px dotted #aaa;
	margin: 13px 0 0 0;
	padding: 13px 0 0 0;
}
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(1) > p {
	font-size: 1.1em;
	color: #3d3d3d;
	line-height: 1.2;
	text-align: center;
}
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(2) ul {
	margin: 0 0 1em 0;
}
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(2) li {
	color: #617561;
	line-height: 1.2;
}
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(2) li > span:nth-of-type(1) {
	font-size: 1.4em;
}
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(2) li > span:nth-of-type(2) {
	font-size: 2em;
	font-weight: bold;
}
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(2) li > span:nth-of-type(2) a {
	color: #617561;
	text-decoration: none;
}
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(2) p {
	font-size: 1.1em;
	color: #6d6d6d;
	line-height: 1.2;
}
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(3) a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background-color: #068b02;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	margin: 0 0 0.2em 0;
	padding: 1em 0;
	transition: all 0.2s;
}
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(3) a.reserve {
	background-color: #dc3c87;
}
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(3) a .icon {
	margin-right: .3em;
}
/*#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(3) a span {
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background: url(../images/icon_mail02.png) no-repeat center left;
	background-size: 18px 12px;
	padding: 0 0 0 2em;
}*/
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(3) a:hover {
	background-color: #06af01;
}
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(3) a.reserve:hover {
	background-color: #ea539a;
}
#sideContents .sideContactArea .contactMain .boxMain:nth-of-type(3) p {
	font-size: 1.2em;
	color: #6d6d6d;
	text-align: center;
}


#achive_list_area .post-top-area+.post-top-area {
	border-top: 3px solid #068b02;
	margin-top: 20px;
}
#achive_list_area .post-top-area h3 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #068b02;
	padding: .5em 0;
}
#achive_list_area .post-top-area ul {
	padding: 10px .5em 0 .5em;
}
#achive_list_area .post-top-area ul li {
	font-size: 1.4em;
}
#achive_list_area .post-top-area ul li a {
	font-size: 1.2em;
	color: #294628;
}
#achive_list_area .post-top-area ul li a:before {
	content: "・";
	display: inline-block;
}





/* #mainCatchArea */
/*------------------------------------------------------------------------------*/
#mainCatchArea {
	width: 980px;
	margin: 0 auto 20px auto;
	padding: 20px 0 0 0;
}
#mainCatchArea > .areaMain {
	display: table;
	width: 100%;
}
#mainCatchArea > .areaMain > div {
	display: table-cell;
	vertical-align: middle;
}
#mainCatchArea .text01 {
	/* width: 60%; */
	font-size: 3.2em;
	font-weight: 500;
	color: #0c412f;
	line-height: 1.8;
	text-shadow:
	rgba(255,255,255,0.8) 2px 2px 6px, rgba(255,255,255,0.8) -2px 2px 6px,
	rgba(255,255,255,0.8) 2px -2px 6px, rgba(255,255,255,0.8) -2px -2px 6px;
}
#mainCatchArea .text02 {
	/* width: 70%; */
	font-size: 1.6em;
	color: #333;
	line-height: 2;
	text-shadow: 0 0 0.2em rgba(255,255,255,1);
	/*text-shadow: -1px -2px 3px rgba(255,255,255,1);*/
}
#mainCatchArea .text02 > .pc {
	display: block;
}





/* #topBannerArea01 */
/*------------------------------------------------------------------------------*/
#topBannerArea01 {
	width: 920px;
	margin: 0 auto 50px auto;
}
/*#topBannerArea01 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background-color: rgba(6,0,0,0.1);
	padding: 10px;
}*/
#topBannerArea01 ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px 10px;
	background-color: rgba(6,0,0,0.1);
	padding: 10px;
}
#topBannerArea01 ul li {
/*	width: 290px;*/
	background-color: #fff;
}
#topBannerArea01 ul li h2 {
	display: table;
	width: 100%;
	background-color: #f3f6f5;
	padding: 0.8em 1.2em;
	position: relative;
}
#topBannerArea01 ul li h2:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #b2cab1;
	position: absolute;
	bottom: 0;
	left: 0;
}
#topBannerArea01 ul li h2:after {
	content: "";
	display: block;
	width: 40%;
	height: 3px;
	background-color: #068b02;
	position: absolute;
	bottom: 0;
	left: 0;
}
#topBannerArea01 ul li h2 > span {
	display: table-cell;
	vertical-align: middle;
}
#topBannerArea01 ul li h2 > span > span {
	display: block;
}
#topBannerArea01 ul li h2 > span > span.text01 {
	font-size: 1.6em;
	font-weight: bold;
	color: #505050;
	line-height: 1.2;
}
#topBannerArea01 ul li h2 > span > span.text02 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
}
#topBannerArea01 ul li .textBox {
	padding: 1em;
}
#topBannerArea01 ul li .textBox p {
	font-size: 1.5em;
	word-break: break-all;
	padding: 0 0 1em 0;
}
#topBannerArea01 ul li .btnType03 a {
	display: block;
	text-decoration: none;
}
#topBannerArea01 ul li .btnType03 a span {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	background-position: 95% 50%;
	padding: 0.5em 0;
}

#topBannerArea01 ul li h2 {
	margin-bottom: 10px;
}
#topBannerArea01 ul li h2 > span.icon {
	font-size: 3em;
	color: #158e37;
	text-align: right;
}



#topBannerArea01 ul li .imgBox {
	/*width: 270px;
	height: 80px;*/
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#topBannerArea01 ul li .imgBox > a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 29.62962962962963%;
/*	height: 100%;*/
	overflow: hidden;
	position: relative;
	background-color: #00ffea;
	background-color: #fff;
}
#topBannerArea01 ul li .imgBox > a img {
	width: 100%;
	height: auto;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	backface-visibility: hidden;
}
#topBannerArea01 ul li.training .imgBox > a img,
#topBannerArea01 ul li.blog .imgBox > a img {
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	backface-visibility: hidden;
}





/* #aboutOffice */
/*------------------------------------------------------------------------------*/
#aboutOffice {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
#aboutOffice h2 {
	display: table;
	width: 100%;
	height: 60px;
}
#aboutOffice h2 span {
	display: table-cell;
	font-size: 2.4em;
	color: #39544b;
	text-align: center;
	vertical-align: middle;
	background-color: #c8eade;
}
#aboutOffice .areaMain {
	background-color: #fff;
	padding: 35px 40px;
}
#aboutOffice .areaMain li+li {
	border-top: 2px dotted #dcdcdc;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
}
#aboutOffice .areaMain li span {
	display: inline-block;
	font-size: 1.6em;
	color: #484848;
	background: url('../images/icon_check.png') no-repeat center left;
	padding: 0 0 0 2em;
}





/* #infoListArea */
/*------------------------------------------------------------------------------*/
#infoListArea {
	background-color: #f2f2f2;
	padding: 40px 0;
}
#infoListArea .areaMain {
	width: 940px;
	margin: 0 auto;
}
#infoListArea .areaMain > div {
	display: table;
	width: 100%;
	background-color: #fff;
}
#infoListArea .areaMain > div+div {
	margin: 2px 0 0 0;
}
#infoListArea .areaMain > div > div {
	display: table-cell;
	vertical-align: middle;
	padding: 1em 2em;
}
#infoListArea .areaMain > div > div:nth-of-type(1) {
	width: 220px;
	font-size: 1.8em;
	font-weight: bold;
	color: #506d50;
	text-align: center;
}
#infoListArea .areaMain > div > div:nth-of-type(2) {
	font-size: 1.6em;
	color: #444;
	word-break: break-all;
}
#infoListArea .areaMain > div > div:nth-of-type(2) dt {
	font-weight: bold;
	margin: 0 0 0 -0.5em;
}
#infoListArea .areaMain > div > div:nth-of-type(2) dt:nth-of-type(2) {
	margin-top: 1em;
}
#infoListArea .areaMain > div > div:nth-of-type(2) dd > span {
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.6;
}
#infoListArea .areaMain > div > div:nth-of-type(2) dd > span.kome {
	color: #d47070;
}
#infoListArea .areaMain > div > div:nth-of-type(2) > span {
	color: #d47070;
}
#infoListArea .areaMain > div:nth-of-type(odd) > div:nth-of-type(1) {
	border-right: 2px solid #7eb9b5;
}
#infoListArea .areaMain > div:nth-of-type(even) > div:nth-of-type(1) {
	border-right: 2px solid #4ca884;
}





/* #flowUseArea yoko */
/*------------------------------------------------------------------------------*/
#flowUseArea.yoko {
	background-color: #e8f0e8;
}
#flowUseArea.yoko .areaMain {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 50px 0;
}
#flowUseArea.yoko .areaMain h2 {
	font-size: 3em;
	color: #3d3d3d;
	text-align: center;
	margin: 0 0 50px 0;
	position: relative;
}
#flowUseArea.yoko .areaMain h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #23753e;
	margin: 20px auto 0 auto;
}
#flowUseArea.yoko .areaMain > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 50px 0;
}
#flowUseArea.yoko .areaMain > ul > li {
	width: 100%;
	background-color: #fff;
	padding: 20px;
	position: relative;
}
#flowUseArea.yoko .areaMain > ul > li+li {
	margin: 0 0 0 20px;
}
#flowUseArea.yoko .areaMain > ul > li > div.numBox {
	display: table;
	width: 62px;
	height: 62px;
	background-color: #05675d;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: -31px;
	left: 20px;
	backface-visibility: hidden;
}
#flowUseArea.yoko .areaMain > ul > li > div.numBox > span {
	display: table-cell;
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#flowUseArea.yoko .areaMain > ul > li > div.titleBox {
	display: table;
	width: 100%;
	/* padding: 0 10px; */
}
#flowUseArea.yoko .areaMain > ul > li > div.titleBox > h3 {
	display: table-cell;
	font-size: 2.4em;
	line-height: 1.2;
	color: #05675d;
	vertical-align: middle;
	padding: 0.6em 0;
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox {
	/* padding: 0 10px; */
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox > p {
	font-size: 1.5em;
	color: #444;
	line-height: 1.4;
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox > p.small {
	font-size: 1.2em;
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox > p+p {
	margin: 1em 0 0 0;
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox > .contactNumberBox {
	margin: 10px 0 0 0;
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox > .contactNumberBox li {
	display: inline-block;
	line-height: 1.4;
	color: #617561;
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox > .contactNumberBox li > span:nth-of-type(1) {
	font-size: 1.3em;
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox > .contactNumberBox li > span:nth-of-type(2) {
	font-size: 1.8em;
	font-weight: bold;
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox > .contactNumberBox li a {
	text-decoration: none;
	color: #617561;
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox > .btnBox {
	margin: 15px 0 0 0;
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox > .btnBox > a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #068b02;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	transition: all 0.2s;
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox > .btnBox > a > span {
	display: inline-block;
	background: url(../images/icon_mail.png) no-repeat center left;
	background-size: 17px 12px;
	padding: 1.3em 0 1.3em 1.8em;
}
#flowUseArea.yoko .areaMain > ul > li > div.textBox > .btnBox > a:hover {
	background-color: #095806;
}
#flowUseArea.yoko .areaMain .flowCatchText p {
	font-size: 2.6em;
	color: #444;
	text-align: center;
}

#flowUseArea.yoko .areaMain .spPageLink {
	display: none;
}


#flowUseArea.yoko .areaMain .contactMain {
	display: table;
	width: 700px;
	margin: 0 auto;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding: 10px 0;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox:nth-of-type(1) {
	text-align: left;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox .inner {
	display: inline-block;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox .inner .numberArea li {
	display: table;
	color: #617561;
	line-height: 1.4;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox .inner .numberArea li span {
	display: table-cell;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox .inner .numberArea li span:nth-of-type(1),
#flowUseArea.yoko .areaMain .contactMain > div.contactBox .inner .numberArea li span:nth-of-type(2)  {
	font-size: 1.8em;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox .inner .numberArea li span:nth-of-type(3) {
	font-size: 2.4em;
	font-weight: bold;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox .inner .numberArea li span:nth-of-type(3) a {
	color: #617561;
	text-decoration: none;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox .inner .storeInfonfoArea li {
	font-size: 1.4em;
	color: #6d6d6d;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox .inner .storeInfonfoArea li.kome {
	display: flex;
	font-size: 1.2em;
	color: #d47070;
	line-height: 1.2;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox:nth-of-type(2) {
	text-align: right;
	border-left: 2px dotted #aaa;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact {
	margin: 0 0 0.3em 0;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 270px;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #068b02;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 1em 0;
	transition: all 0.2s;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact a .icon {
	margin-right: .3em;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact a:hover {
	background-color: #06af01;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact a.reserve {
	background-color: #dc3c87;
}
#flowUseArea.yoko .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact a.reserve:hover {
	background-color: #ea539a;
}

/*#flowUseArea.yoko .areaMain .contactMain > div.contactBox:nth-of-type(2) div.btnContact a span {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	background: url('../images/icon_mail02.png') no-repeat center left;
	padding: 0 0 0 2em;
}*/
#flowUseArea.yoko .areaMain .contactMain > div.contactBox:nth-of-type(2) p {
	font-size: 1.4em;
	color: #6d6d6d;
	text-align: center;
}





/* #flowUseArea tate */
/*------------------------------------------------------------------------------*/
#flowUseArea.tate {
	background-color: #e8f0e8;
	padding: 40px 20px 20px 20px;
}
#flowUseArea.tate .areaMain {
	width: 100%;
	margin: 0 auto;
}
#flowUseArea.tate .areaMain > ul > li {
	width: 100%;
	background-color: #fff;
	padding: 40px 30px 30px 30px;
	position: relative;
}
#flowUseArea.tate .areaMain > ul > li+li {
	margin: 50px 0 0 0;
}
#flowUseArea.tate .areaMain > ul > li > div.numBox {
	display: table;
	width: 52px;
	height: 52px;
	background-color: #05675d;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: -26px;
	left: 16px;
	backface-visibility: hidden;
}
#flowUseArea.tate .areaMain > ul > li > div.numBox > span {
	display: table-cell;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#flowUseArea.tate .areaMain > ul > li > div.titleBox {
	display: table;
	width: 100%;
}
#flowUseArea.tate .areaMain > ul > li > div.titleBox > h3 {
	display: table-cell;
	font-size: 2em;
	line-height: 1.2;
	color: #05675d;
	vertical-align: middle;
	padding: 0.6em 0;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox {
	padding: 0 1em;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > p {
	font-size: 1.4em;
	color: #444;
	line-height: 1.8;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > p.small {
	font-size: 1.2em;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > p+p {
	margin: 1em 0 0 0;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .contactNumberBox {
	text-align: center;
	margin: 20px 0 0 0;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .contactNumberBox li {
	display: inline-block;
	line-height: 1.4;
	color: #617561;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .contactNumberBox li+li {
	margin: 0 0 0 30px;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .contactNumberBox li > span:nth-of-type(1) {
	font-size: 1.5em;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .contactNumberBox li > span:nth-of-type(2) {
	font-size: 2em;
	font-weight: bold;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .contactNumberBox li a {
	text-decoration: none;
	color: #617561;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .btnBox {
	margin: 15px 0 0 0;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .btnBox > a {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #068b02;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	transition: all 0.2s;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .btnBox > a > span {
	display: inline-block;
	background: url('../images/icon_mail.png') no-repeat center left;
	background-size: 17px 12px;
	padding: 1em 0 1em 1.8em;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .btnBox > a:hover {
	background-color: #095806;
}





/* #hopeBlogArea */
/*------------------------------------------------------------------------------*/
#hopeBlogArea {
	background-color: #f2f2f2;
}
#hopeBlogArea .areaMain {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 50px 0;
}
#hopeBlogArea .areaMain h2 {
	font-size: 3em;
	color: #3d3d3d;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 50px 0;
	position: relative;
}
#hopeBlogArea .areaMain h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #23753e;
	margin: 20px auto 0 auto;
}
#hopeBlogArea .areaMain ul {
	margin: 0 0 45px 0;
}
#hopeBlogArea .areaMain ul li {
	width: 230px;
	float: left;
	background-color: #fff;
	position: relative;
}
#hopeBlogArea .areaMain ul li:after {
	content: "";
	display: block;
	width: 230px;
	height: 100%;
	background-color: #beccc8;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}
#hopeBlogArea .areaMain ul li+li {
	margin: 0 0 0 20px;
}
#hopeBlogArea .areaMain ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	z-index: 100;
	background-color: #fff;
}
#hopeBlogArea .areaMain ul li a > div.imgBox {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
#hopeBlogArea .areaMain ul li a > div.imgBox img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	backface-visibility: hidden;
}
#hopeBlogArea .areaMain ul li a > div.textBox .blogInfo {
	display: table;
	width: 100%;
	padding: 8px 6px 10px 10px;
}
#hopeBlogArea .areaMain ul li a > div.textBox .blogInfo > div {
	display: table-cell;
	vertical-align: middle;
}
#hopeBlogArea .areaMain ul li a > div.textBox .blogInfo > div.dateBox {
	font-size: 1.3em;
	color: #797979;
}
#hopeBlogArea .areaMain ul li a > div.textBox .blogInfo > div.cateBox {
	width: 45%;
	text-align: right;
}
#hopeBlogArea .areaMain ul li a > div.textBox .blogInfo > div.cateBox > span {
	display: inline-block;
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

#hopeBlogArea .areaMain ul li a > div.textBox .titleBox {
	font-size: 1.4em;
	font-weight: bold;
	color: #068b02;
	line-height: 1.4;
	padding: 0 10px;
}

#hopeBlogArea .areaMain ul li a > div.textBox .textMain {
	font-size: 1.4em;
	color: #3c3c3c;
	line-height: 1.4;
	padding: 5px 10px 10px 10px;
}

#hopeBlogArea .areaMain .btnType01 {
	display: table;
	width: 300px;
	height: 50px;
	margin: 0 auto;
}
#hopeBlogArea .areaMain .btnType01 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#hopeBlogArea .areaMain .btnType01 a span {
	font-size: 1.4em;
	padding: 0 0 0 1.5em;
}





/* #topTopicsArea */
/*------------------------------------------------------------------------------*/
#topTopicsArea {
	background-color: #faf7f4;
}
#topTopicsArea .areaMain {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0 50px 0;
}
#topTopicsArea .areaMain h2 {
	font-size: 3em;
	color: #3d3d3d;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 30px 0;
	position: relative;
}
#topTopicsArea .areaMain h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #23753e;
	margin: 20px auto 0 auto;
}

#topTopicsArea .areaMain .topicsMain {
	border-top: 2px dotted #dcdcdc;
	margin: 0 0 35px 0;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox {
	display: table;
	width: 100%;
	border-bottom: 2px dotted #dcdcdc;
	padding: 20px 0;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox > div {
	display: table-cell;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox > div.dateBox {
	width: 210px;
	font-size: 1.4em;
	color: #5b5b5b;
	padding: 0 0 0 1em;
	position: relative;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox > div.dateBox span.new {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background-color: #f18181;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	padding: 0.4em 0.6em;
	position: absolute;
	right: 0;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox > div.textBox {
	font-size: 1.4em;
	padding: 0 2em 0 1em;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox > div.textBox a {
	color: #0ea6a1;
	text-decoration: none;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox > div.textBox a:hover {
	text-decoration: underline;
}

#topTopicsArea .areaMain .btnType01 {
	display: table;
	width: 300px;
	height: 50px;
	margin: 0 auto;
}
#topTopicsArea .areaMain .btnType01 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#topTopicsArea .areaMain .btnType01 a span {
	font-size: 1.4em;
	padding: 0 0 0 1.5em;
}





/* #accessArea */
/*------------------------------------------------------------------------------*/
#accessArea {
	background-color: #f2f2f2;
}
#accessArea .areaMain {
	width: 940px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
#accessArea .areaMain h2 {
	font-size: 3em;
	color: #3d3d3d;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 30px 0;
	position: relative;
}
#accessArea .areaMain h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #23753e;
	margin: 20px auto 0 auto;
}
#accessArea .areaMain .accessMain {
	display: table;
	width: 100%;
	background-color: #fff;
	padding: 10px 10px 10px 40px;
}
#accessArea .areaMain .accessMain > div {
	display: table-cell;
	vertical-align: top;
}
#accessArea .areaMain .accessMain > div.infoBox {
	width: 470px;
	background-color: #faf7f4;
}
#accessArea .areaMain .accessMain > div.infoBox .logoBox {
	display: table;
	width: 100%;
	height: 100px;
	background-color: #fff;
}
#accessArea .areaMain .accessMain > div.infoBox .logoBox span {
	display: table-cell;
	vertical-align: middle;
}
#accessArea .areaMain .accessMain > div.infoBox .logoBox img {
	width: 180px;
	height: auto;
}

#accessArea .areaMain .accessMain > div.infoBox > div.infoMain {
	padding: 20px 20px 0 30px;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #323232;
	margin: 0 0 20px 0;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div.address {
	margin: 0 0 10px 0;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div {
	display: table;
	width: 100%;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div {
	display: table-cell;
	vertical-align: middle;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(1) p {
	font-size: 1.4em;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) {
	width: 200px;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) > div.btnType02 {
	display: table;
	width: 100%;
	height: 40px;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) > div.btnType02 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) > div.btnType02 a span {
	font-size: 1.4em;
}

#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div.contact > div:nth-of-type(1) p {
	font-size: 1.8em;
	color: #323232;
	line-height: 1.4;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div.contact > div:nth-of-type(1) p a {
	color: #323232;
	text-decoration: none;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) > div.btnType03 {
	display: table;
	width: 100%;
	height: 40px;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) > div.btnType03 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) > div.btnType03 a span {
	width: 90%;
	font-size: 1.4em;
}

#accessArea .areaMain .accessMain > div.mapBox {
	text-align: right;
}

#accessArea .areaMain > p {
	font-size: 1.4em;
	font-weight: bold;
	color: #323232;
	text-align: center;
	padding: 2em 0;
}

#map-canvas {
	width: 100%;
	height: 420px;
}





/* #blogAreaMain */
/*------------------------------------------------------------------------------*/
#blogAreaMain {
	margin: 0 0 60px 0;
}
#blogAreaMain > li:nth-of-type(n+2) {
	border-top: 1px dashed #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
#blogAreaMain > li > div.newsBox {
	display: table;
	width: 100%;
}
#blogAreaMain > li > div.newsBox > div {
	display: table-cell;
	vertical-align: top;
}
#blogAreaMain > li > div.newsBox > div.imgBox {
	width: 200px;
}
#blogAreaMain > li > div.newsBox > div.imgBox > a {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
	background: url('../images/logo02.png') no-repeat center center #eee;
	background-size: 50%;
}
#blogAreaMain > li > div.newsBox > div.imgBox > a > img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	backface-visibility: hidden;
}
#blogAreaMain > li > div.newsBox > div.textBox {
	padding: 0 0 0 20px;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.newsInfoBox {
	display: table;
	width: 100%;
	margin: 0 0 1em 0;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.newsInfoBox > div {
	display: table-cell;
	vertical-align: middle;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.newsInfoBox > div.categoryBox {
	width: 25%;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.newsInfoBox > div.categoryBox > a {
	/*pointer-events: none;*/
	display: inline-block;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	transition: all .2s;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.newsInfoBox > div.categoryBox > a:hover {
	opacity: .7;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.newsInfoBox > div.dateBox {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 0 1em;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.areaMain {
	background-color: #f7f6ee;
	padding: 0.5em 1em;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.areaMain > div.titleBox {
	margin: 0 0 0.2em 0;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.areaMain > div.titleBox > a {
	display: inline-block;
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
	line-height: 1.4;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.areaMain > div.textmain {
	font-size: 1.3em;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.btnMoreRead {
	text-align: right;
	padding: 15px 0 0 0;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.btnMoreRead > a {
	display: inline-block;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background-color: #da918a;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.3em 1.7em;
	transition: all 0.2s;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.btnMoreRead > a:hover {
	background-color: #dd5b4e;
}

#pagingArea {
	width: 100%;
	font-size: 1.4em;
	text-align: center;
	margin: 0 auto;
}
#pagingArea > a,
#pagingArea > span {
	display: inline-block;
	border: 1px solid #3d97b4;
	padding: 0.5em 1em;
}
#pagingArea > a {
	color: #fff;
	text-decoration: none;
	background-color: #3d97b4;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	transition: all 0.2s;
}
#pagingArea > a:hover {
	background-color: #006f93;
}
#pagingArea > a.prev {
	background-color: #068b02;
	margin-right: 2em;
	padding: 0.5em 1.5em;
}
#pagingArea > a.next {
	background-color: #068b02;
	margin-left: 2em;
	padding: 0.5em 1.5em;
}
#pagingArea > a.prev:hover,
#pagingArea > a.next:hover {
	background-color: #095806;
}
#pagingArea > span.current {
	color: #fff;
	background-color: #12c2a3;
	border: 1px solid #12c2a3;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}
#pagingArea > span.dots {
	border: none;
}





/* #newsListArea */
/*------------------------------------------------------------------------------*/
#newsListArea {
	margin: 0 0 60px 0;
}
#newsListArea li+li {
	border-top: 1px dashed #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
#newsListArea li > div {
	display: table;
	width: 100%;
}
#newsListArea li > div > div {
	display: table-cell;
	vertical-align: top;
}
#newsListArea li > div > div.dateBox {
	width: 160px;
	font-size: 1.2em;
	font-weight: bold;
	color: #5b5b5b;
	position: relative;
}
#newsListArea li > div > div.dateBox span.new {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background-color: #f18181;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	padding: 0.4em 0.6em;
	position: absolute;
	right: 0;
}
#newsListArea li > div > div.textBox {
	font-size: 1.2em;
	padding: 0 0 0 1em;
}





/* サイトマップ */
/*------------------------------------------------------------------------------*/
/* #sitemap_list {
	background-color: #ccc;
} */
#sitemap_list a {
	color: #333;
	transition: all 0.3s;
}
#sitemap_list a:hover {
	color: #095806;
	text-decoration: underline;
}

#sitemap_list:after {
	content: "";
	display: block;
	clear: both;
}
#sitemap_list > li {
	width: 48%;
	float: left;
	background: none;
	padding: 0;
}
#sitemap_list > li:nth-of-type(even) {
	float: right;
}
#sitemap_list > li:nth-of-type(n+3) {
	border-top: 1px dotted #ccc;
	margin-top: 1.5em;
	padding-top: 1.5em;
}
#sitemap_list > li > a {
	font-size: 1.2em;
	font-weight: bold;
	color: #095806;
}
#sitemap_list > li > ul > li > a {
	font-size: 1.1em;
}





.elementor-text-editor ol {
	line-height: 1.6;
	list-style-type: decimal;
	padding: 0 0 0 2em;
}
.elementor-text-editor ol > li {
	font-weight: bold;
	margin-bottom: 1em;
}
.elementor-text-editor ol > li > span {
	font-weight: normal;
}
.elementor-text-editor ol > li > ol {
	margin-top: 1em;
}





/* #contactTextArea */
/*------------------------------------------------------------------------------*/
#contactTextArea {
	font-size: 1.2em;
	color: #333;
	background-color: #f1f6f2;
	margin: 0 0 50px 0;
	padding: 1.5em;
}
#contactTextArea > p {
	font-size: 1.3em;
	line-height: 1.8;
}
#contactTextArea > p+p {
	margin-top: 1em;
}

/* #contactThanksArea */
/*------------------------------------------------------------------------------*/
#contactThanksArea {
	color: #333;
	background-color: #f1f6f2;
	margin: 0 0 50px 0;
	padding: 1.5em;
}
#contactThanksArea > p {
	font-size: 1.4em;
	line-height: 2;
}
#contactThanksArea > p+p {
	margin-top: 1em;
}





/* #contactFormArea */
/*------------------------------------------------------------------------------*/
#contactFormArea {
	color: #333;
	text-align: left!important;
}
#contactFormArea > .contactBox+.contactBox {
	border-top: 1px dashed #ccc;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
#contactFormArea > .contactBox > .titleBox {
	display: table;
	margin: 0 0 0.5em 0;
}
#contactFormArea > .contactBox > .titleBox > div {
	display: table-cell;
	vertical-align: middle;
}
#contactFormArea > .contactBox > .titleBox > div.text__box  {
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
}
#contactFormArea > .contactBox > .titleBox > div:nth-of-type(2)  {
	padding: 0 0 0 1em;
}
#contactFormArea > .contactBox > .titleBox > div:nth-of-type(2) > span  {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background-color: #f00;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	padding: 0.2em 0.4em;
}
#contactFormArea > .contactBox > .inputBox {
	background-color: #f2f2f2;
	padding: 10px;
}
#contactFormArea > .contactBox > .inputBox > .inputMain {
	font-size: 1.5em;
}
#contactFormArea > .contactBox > .inputBox > .inputMain input[type=text],
#contactFormArea > .contactBox > .inputBox > .inputMain input[type=email] {
	/*font-size: 1.3em;*/
	line-height: 1.4;
	outline: none;
	border: 1px solid #ccc;
	padding: .5em;
}
/* #contactFormArea > .contactBox > .inputBox > .inputMain input[type=checkbox] {
	background-color: #f00;
} */
.mw_wp_form .horizontal-item {
	display: inline-block;
	margin: 0!important;
	padding: 0 15px 5px 0;
}
#contactFormArea > .contactBox > .inputBox > .inputMain span.mwform-checkbox-field-text {
	/* font-size: 1.2em; */
}
#contactFormArea > .contactBox > .inputBox > .inputMain textarea {
	width: 100%;
	/*font-size: 1.3em;*/
	line-height: 1.4;
	outline: none;
	border: 1px solid #ccc;
	padding: 0.5em;
}
#contactFormArea > .contactBox > .inputBox > .inputMain select {
	/*font-size: 1.2em;*/
	outline: none;
	padding: .5em;
}
#contactFormArea > .contactBox > .inputBox > .inputMain > .checkBoxArea {
	background-color: #fff;
	padding: 10px;
}

#contactFormArea > .contactBox > .inputBox > .kome {
	font-size: 1.1em;
	color: #0a3b2b;
	margin: 0 0 0.3em 0;
}
#contactFormArea > .contactBox > .inputBox > .errorBox {
}
#contactFormArea > .contactBox > .inputBox > .errorBox > span.error {
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	outline: none;
	background-color: #f00;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	margin: 0.5em 0 0 0;
	padding: 0.5em 0.8em;
}

#contactFormArea > .submitBox {
	display: flex;
	justify-content: center;
	width: 70%;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
/*#contactFormArea > .submitBox > .submitMain {
	display: table-cell;
	vertical-align: middle;
}*/
/*#contactFormArea > .submitBox > .btnSubmit,
#contactFormArea > .submitBox > .btnBack {
	width: 50%;
}*/
#contactFormArea > .submitBox > .btnSubmit > input[type=submit] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 200px;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	outline: none;
	background-color: #0bb3b9;
	border: none;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	cursor: pointer;
	padding: 1em 0;
	transition: all 0.2s;
}
#contactFormArea > .submitBox > .btnSubmit > input[type=submit]:hover {
	background-color: #26cdd3;
}
#contactFormArea > .submitBox > .btnBack {
	/*padding: 0 0 0 30px;*/
	margin-left: 10px;
}
#contactFormArea > .submitBox > .btnBack > button[type=submit] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 200px;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	outline: none;
	background-color: #8c9099;
	border: none;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	cursor: pointer;
	padding: 1em 0;
	transition: all 0.2s;
}
#contactFormArea > .submitBox > .btnBack > button[type=submit]:hover {
	background-color: #a1acc7;
}





.gorilla-efo-submit-block {
	display: block;
	margin: 20px auto 0;
}





/* #topCatchArea */
/*------------------------------------------------------------------------------*/
#topCatchArea {
	background: url('../images/top_catch_area_bg.jpg') no-repeat center center;
	padding: 40px 0;
}
#topCatchArea .areaMain {
	width: 980px;
	margin: 0 auto;
}
#topCatchArea .areaMain > p {
	font-size: 2em;
	font-weight: bold;
	color: #0c412f;
	line-height: 2;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	padding: 1em;
}





/* #topBookLinkArea */
/*------------------------------------------------------------------------------*/
#topBookLinkArea {
	width: 25%;
}
#topBookLinkArea > a {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #55ae58;
	border: 5px solid #fff;
	box-shadow: 4px 4px 0px 0px rgba(30, 123, 71, .3);
	transition: all 0.2s;
}
#topBookLinkArea > a:hover {
	background-color: #38A9AA;
	box-shadow: 8px 8px 0px 0px rgba(30, 123, 71, .3);
}
#topBookLinkArea > a > span {
	display: block;
	vertical-align: middle;
}
#topBookLinkArea > a > span.textBox {
	font-size: 1.8em;
	text-align: center;
	padding: 0.5em 0;
}
#topBookLinkArea > a > span.imgBox {
	width: 200px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}
#topBookLinkArea > a > span.imgBox > img {
	width: 100%;
	height: auto;
}
#topBookLinkArea > a:hover > span.imgBox > img {
	opacity: 1;
}





/* #fixedContactArea */
/*------------------------------------------------------------------------------*/
#fixedContactArea {
	display: none;
	background-color: #F1E8CC;
	border: 3px solid #fff;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .1);
	padding: 10px;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 200;
/* 	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%); */
}
#fixedContactArea > h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #095806;
	line-height: 1;
	text-align: center;
	margin: 0 0 5px 0;
	position: relative;
}
#fixedContactArea > p {
	font-size: 1.1em;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 0.5em 0;
}
#fixedContactArea > .main {
	display: table;
	width: 100%;
}
#fixedContactArea > .main > div {
	display: table-cell;
	vertical-align: middle;
}
#fixedContactArea > .main > div.telfaxArea {
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	margin-bottom: 10px;
	padding: 5px;
}
#fixedContactArea > .main > div.telfaxArea > .numberArea {
	display: table;
}
#fixedContactArea > .main > div.telfaxArea > .numberArea li {
	display: table-cell;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.4;
	vertical-align: middle;
}
#fixedContactArea > .main > div.telfaxArea > .numberArea li+li {
	padding: 0 0 0 1em;
}
#fixedContactArea > .main > div.telfaxArea > .numberArea li > a {
	color: #333;
	text-decoration: none;
}
#fixedContactArea > .main > div.telfaxArea > .storeInfonfoArea li {
	line-height: 1.2;
}
#fixedContactArea > .main > div.telfaxArea > .storeInfonfoArea li.kome {
	display: flex;
	justify-content: center;
	font-size: .9em;
	color: #d47070;
	line-height: 1.2;
}
#fixedContactArea > .main > div.inner {
	text-align: center;
	padding: 0 0 0 10px;
}
#fixedContactArea > .main > div.inner > div.btnContact > a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background-color: #068b02;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 1.2em 1em;
	transition: all 0.2s;
}
#fixedContactArea > .main > div.inner > div.btnContact > a:hover {
	background-color: #095806;
}
#fixedContactArea > .main > div.inner > div.btnContact > a > span {
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background: url('../images/icon_mail02.png') no-repeat center left;
	background-size: 10%;
	padding: 0 0 0 1.7em;
}
#fixedContactArea > .main > div.inner > p {
	font-size: 1.1em;
}

.fixedContact__hidden {
	display: none;
}





/* #prev_next */
/*------------------------------------------------------------------------------*/
#prev_next {
	display: table;
	width: 100%;
	border: 1px solid #ccc;
	margin: 50px auto 0 auto;
	padding: 10px;
}
#prev_next > div {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
#prev_next > div:nth-of-type(2) {
	text-align: right;
	border-left: 1px solid #ccc;
}
#prev_next > div > a {
	display: inline-block;
	width: 95%;
	text-decoration: none;
	background-color: #f2faf3;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 10px;
	transition: all 0.2s;
}
#prev_next > div > a:hover {
	background-color: #ffe6c6;
}
#prev_next > div > a:hover img {
	opacity: 1;
}
#prev_next > div:nth-of-type(2) > a {
	text-align: left;
}
#prev_next > div > a > .prevnextTitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	line-height: 1;
	margin-bottom: 0.5em;
}
#prev_next > div > a > .prevnextBoxMain {
	display: table;
}
#prev_next > div > a > .prevnextBoxMain > div {
	display: table-cell;
	vertical-align: middle;
}
#prev_next > div > a > .prevnextBoxMain > div.imgBox {
	width: 25%;
}
#prev_next > div > a > .prevnextBoxMain > div.imgBox > img {
	width: 100%;
	height: auto;
}
#prev_next > div > a > .prevnextBoxMain > div.textBox {
	padding: 0.5em 0 0.5em 1em;
}
#prev_next > div > a > .prevnextBoxMain > div.textBox > p {
	font-size: 1.3em;
	font-weight: bold;
	color: #1e5e1c;
	line-height: 1.2;
}

#prev_next > .no_prevnextBox {
	text-align: center;
}
#prev_next > .no_prevnextBox > a {
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	color: #1e5e1c;
	text-align: center!important;
}





/* #main__visual__area */
/*------------------------------------------------------------------------------*/
#main__visual__area {
	width: 980px;
	margin: 0 auto 20px auto;
	padding-top: 20px;
}
#main__visual__area .inner {
	height: 300px;
	background-color: #fff;
	border-radius: .5em;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
	overflow: hidden;
	position: relative;
}
#main__visual__area .inner:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/main_visual_line_bg_pc.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

#main__visual__area .inner .main_text_area {
	width: 680px;
	height: 100%;
	background: url(../images/main_text_area_bg.png) no-repeat bottom left;
	background-size: contain;
	position: relative;
	z-index: 10;
}
#main__visual__area .inner h2 {
	position: absolute;
	top: 49px;
	left: 25px;
}
#main__visual__area .inner h2 span {
	display: inline-block;
	font-size: 52px;
	font-weight: bold;
	color: #006fb5;
	line-height: 1;
	padding: 0 50px 13px 20px;
	background: url(../images/main_visual_title_bg.png) no-repeat bottom left;
	background-size: contain;
}
#main__visual__area .inner h3 {
	font-size: 22px;
	font-weight: bold;
	color: #496d82;
	line-height: 1.4;
	text-align: center;
	position: absolute;
	top: 134px;
	left: 100px;
}

#main__visual__area .inner ul {
	display: flex;
	justify-content: space-between;
	width: 75%;
	align-items: center;
	position: absolute;
	bottom: 25px;
	left: 45%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}
#main__visual__area .inner li {
	display: flex;
	position: relative;
}
#main__visual__area .inner li:before,
#main__visual__area .inner li:after {
	content: "";
	display: block;
	width: 2px;
	height: 60px;
	background-color: #0095b5;
}
#main__visual__area .inner li:before {
	transform: rotate(-20deg);
}
#main__visual__area .inner li:after {
	transform: rotate(20deg);
}
#main__visual__area .inner li > span {
	display: block;
	line-height: 1.2;
	text-align: center;
	padding: 0 10px;
}
#main__visual__area .inner li > span > span {
	display: block;
	line-height: 1.2;
}
#main__visual__area .inner li > span > span.text01 {
	font-size: 1.8em;
	font-weight: bold;
	color: #0095b5;
}
#main__visual__area .inner li > span > span.text02 {
	font-size: 3.6em;
	font-weight: bold;
	color: #006fb5;
}
#main__visual__area .inner li > span > span.text02 > span.small {
	font-size: .7em;
}


#main__visual__area .inner .img_area {
	width: 490px;
	height: 100%;
	text-indent: -9999px;
	background: url(../images/main_visual_pic01.jpg) no-repeat bottom left;
	background-size: 125%;
	position: absolute;
	top: 0;
	right: 0;
}






/* カテゴリー */
/*------------------------------------------------------------------------------*/
/* 行事 */
.event {
	background-color: #FD9E61;
}
/* 訓練の様子 */
.training {
	background-color: #2D5DFE;
}
/* 事業所の活動 */
.activity {
	background-color: #50A534;
}
/* 就労状況 */
.status {
	background-color: #5F2644;
}
/* その他 */
.other {
	background-color: #4F4F4F;
}

/* 就活関連 */
.recruit {
	background-color: #C69D6B;
}
/* メディア */
.media {
	background-color: #bd5353;
}
/* セミナー */
.seminar {
	background-color: #69aa69;
}
/* カウンセリング */
.counseling {
	background-color: #aa8e69;
}

/* お知らせ */
.topics {
	background-color: #63B9BB;
}





/* 20200312 add 臨時のお知らせ */
.extraordinary_news_area {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}
.extraordinary_news_area a {
	display: block;
	font-size: 2em;
	font-weight: bold;
	color: #009689;
	text-align: center;
	background-color: #fff;
	border: 3px solid #009689;
	padding: .3em 0;
}




/* 20200531 add 新型コロナウイルスに伴う施設対応 */
#period_info_area {
	width: 900px;
	margin: 0 auto;
	padding: 60px 30px 30px 30px;
}
#period_info_area > .inner {
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	position: relative;
}
#period_info_area > .inner::before,
#period_info_area > .inner::after {
	content: '';
	display: block;
	width: 5%;
	height: 0;
	border-radius: 10%;
	padding-top: 5%;
	position: absolute;
	z-index: 5;
}
#period_info_area > .inner::before {
	background-color: #208b55;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#period_info_area > .inner::after {
	background-color: #d42c55;
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(50%) translateX(50%);
	transform: translateY(50%) translateX(50%);
}
#period_info_area > .inner > div#bird_img {
	width: 8%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-125%) translateX(-80%);
	transform: translateY(-125%) translateX(-80%);
	z-index: 20;
}
#period_info_area > .inner > div#bird_img > img {
	width: 100%;
	height: auto;
}
#period_info_area > .inner > div.box {
	display: flex;
	background-color: #fff;
	border: 2px solid #208b55;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	z-index: 10;
}

#period_info_area > .inner > div.box01 {
	width: 62%;
	width: 100%;
	border-color: #208b55;
}
#period_info_area > .inner > div.box02 {
	display: none;
	width: 35%;
	border-color: #d42c55;
}
#period_info_area > .inner > div.box > a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #ccc;
	border-radius: 3px;
	padding: .8em 0;
	transition: all .2s;
}
#period_info_area > .inner > div.box > a:hover {
	opacity: .8;
}
#period_info_area > .inner > div.box > a > span {
	width: 100%;
	line-height: 1.2;
	text-align: center;
}
#period_info_area > .inner > div.box > a > span.sub {
	font-size: .8em;
}
#period_info_area > .inner > div.box01 > a {
	background-color: #1f8b55;
}
#period_info_area > .inner > div.box02 > a {
	font-size: 1.6em;
	background-color: #cc4325;
}





/* illustration__section 20200624 add */
/*------------------------------------------------------------------------------*/
#illustration__section {
	background-color: #fff;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#illustration__section .inner {
	width: 980px;
	margin: 0 auto;
}
#illustration__section__main {
	display: flex;
}
#illustration__section__main .img_area {
	width: 700px;
}
#illustration__section__main .img_area > img {
	width: 100%;
	height: auto;
}
#illustration__section__main .text_area {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	width: 280px;
	padding-bottom: 20px;
}
#illustration__section__main .text_area > .inner > p,
#illustration__section__main .text_area > .inner > div {
	width: 100%;
	text-align: center;
}
#illustration__section__main .text_area > .inner > p.main {
	margin-bottom: 30px;
}
#illustration__section__main .text_area > .inner > p.sub {
	margin-bottom: 40px;
}
#illustration__section__main .text_area > .inner > div.btn > a {
	display: inline-block;
}
#illustration__section__text {
	width: 100%;
	padding: 20px 0 0 0;
	position: relative;
}
#illustration__section__text .corner_img {
	position: absolute;
	z-index: 5;
}
#illustration__section__text .corner_img > img {
	width: 100%;
	height: auto;
}
#illustration__section__text .corner_img01 {
	width: 90px;
	bottom: 0;
	left: 0;
}
#illustration__section__text .corner_img02 {
	top: 0;
	right: 0;
}
#illustration__section__text > p {
	font-size: 18px;
	line-height: 2;
	text-align: center;
	position: relative;
	z-index: 10;
}
#illustration__section__text > p > span {
	color: #d34b85;
}




#illustration__section__main02 {
	margin-bottom: 30px;
	padding-top: 10px;
	position: relative;
}
#illustration__section__main02 .img_area > img {
	width: 100%;
	height: auto;
}
#illustration__section__main02 .text_area {
	width: 100%;
	position: absolute;
	bottom: -30px;
	z-index: 10;
}
#illustration__section__main02 .text_area > div {
	width: 100%;
	text-align: center;
}
#illustration__section__main02 .text_area > div.btn > a {
	display: inline-block;
}





#contact__info__area {
	line-height: 1.4;
	background-color: #f9f9f9;
	margin-bottom: 40px;
	padding: 20px 10px;
}
#contact__info__area .text01 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}
/*#contact__info__area dl {
	font-size: 1.2em;
	margin-bottom: 15px;
}
#contact__info__area dl dt {
	margin-bottom: 5px;
}
#contact__info__area dl dt > span {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background-color: #54a46a;
	border-radius: 1em;
	padding: .5em 1em;
}
#contact__info__area dl dd.num {
	display: flex;
	align-items: baseline;
}
#contact__info__area dl dd.num > a {
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
}
#contact__info__area dl dd.kome {
	font-size: .9em;
}
#contact__info__area .kome {
	color: #d47070;
}*/
#contact__info__area .text02 {
	font-feature-settings: "palt";
	font-size: 1.1em;
}


/* 20220222 add */
#contact__info__area .contact__info__textarea {
	display: flex;
}
#contact__info__area .contact__info__textarea .text__area {
	width: 68%;
}
#contact__info__area.comp .contact__info__textarea .text__area {
	width: 100%;
}
#contact__info__area .contact__info__textarea .text__area p {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8;
}
#contact__info__area .contact__info__textarea .text__area p+p {
	margin-top: .5em;
}
#contact__info__area .contact__info__textarea .img__area {
	width: 31%;
}
#contact__info__area .contact__info__textarea .img__area img {
	width: 100%;
	height: auto;
}

#contact__info__area .contact__info__tel {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	font-size: 1.8em;
	font-weight: bold;
	background-color: #fff;
	border-radius: 6px;
	margin-top: 20px;
	padding: .5em;
}
#contact__info__area .contact__info__tel .title {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact__info__area .contact__info__tel .title > span {
	font-size: .7em;
	color: #058b02;
	line-height: 1.1;
	border: 2px solid #058b02;
	padding: .3em .5em;
}
#contact__info__area .contact__info__tel .num {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1.1;
	margin: 0 .5em;
}
#contact__info__area .contact__info__tel .num a {
	display: flex;
	font-size: 2.4em;
	font-weight: bold;
	color: #000;
	line-height: 1.1;
	text-decoration: none;
}
#contact__info__area .contact__info__tel .date {
	display: flex;
	line-height: 1.1;
}

#contact__info__area .contact__info__form {
	background-color: #fff;
	border-radius: 6px;
	margin-top: 20px;
	padding: .5em;
}
#contact__info__area .contact__info__form .title {
	display: flex;
	margin-bottom: .5em;
}
#contact__info__area .contact__info__form .title > span {
	font-size: 1.2em;
	font-weight: bold;
	color: #058b02;
	line-height: 1.1;
	border: 2px solid #058b02;
	padding: .3em .5em;
}
#contact__info__area .contact__info__form .text p {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6;
}
#contact__info__area .contact__info__form .text p+p {
	margin-top: .5em;
}





/* 20220301 add */
#main__slider__area {
	width: 100%;
	background: url(../images/main_slider_bg.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	padding: 10px 0 40px;
}
#main__slider__area .swiper-container {
	width: 100%;
	/*height: 100vh;*/
	max-width: 980px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	position: relative;
}
#main__slider__area .swiper-container img {
	width: 100%;
	max-width: 980px;
	height: auto;
}
#main__slider__area .swiper-button-next,
#main__slider__area .swiper-button-prev {
	color: #8c8d7d;
}
#main__slider__area .swiper-button-next,
#main__slider__area .swiper-rtl .swiper-button-prev {
	right: -40px;
	left: auto;
}
#main__slider__area .swiper-button-prev,
#main__slider__area .swiper-rtl .swiper-button-next {
	left: -40px;
	right: auto;
}
#main__slider__area .swiper-pagination {
	bottom: -32px;
}
#main__slider__area .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,15px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,15px));
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);
	outline: none;
}





#contact__info__area.form__reserve .contact__info__textarea .text__area {
	width: 100%;
}
.form__reserve .page__link__section {
	display: flex;
	flex-direction: column;
	align-items: center;
	/*justify-content: space-between;*/
	background-color: #fff;
	border: 3px solid #3971c3;
	margin-top: 15px;
	padding: 10px;
}
.form__reserve .page__link__section > p {
	font-size: 1.4em;
	font-weight: 700;
	/*color: #005ba6;*/
	text-align: center;
	/*margin-bottom: 20px;*/
}
.form__reserve .page__link__section > p a {
	color: #005ba6;
}
.form__reserve .page__link__section > a {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	width: 49%;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #666;
	border: 2px solid #333;
	line-height: 1;
	border-radius: 10px;
	padding: 30px 0 25px;
	position: relative;
	transition: .2s;
}

.form__reserve .page__link__section > a .text {
}
.form__reserve .page__link__section > a .icon {
	margin-left: 5px;
}
.form__reserve .page__link__section > a .time {
	font-size: .8em;
	color: #333;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 100vh;
	padding: 4px 10px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	transition: .2s;
}

.form__reserve .page__link__section > a.reserve__form {
	background-color: #14bcb1;
	border-color: #008178;
}
.form__reserve .page__link__section > a.reserve__form .time {
	color: #008178;
	border-color: #008178;
}
.form__reserve .page__link__section > a.reserve__link {
	background-color: #3871c3;
	border-color: #0e4aa1;
}
.form__reserve .page__link__section > a.reserve__link .time {
	color: #0e4aa1;
	border-color: #0e4aa1;
}

.form__reserve .page__link__section > a:hover.reserve__form {
	background-color: #00d1a2;
}
.form__reserve .page__link__section > a:hover.reserve__form .time {
	color: #00d1a2;
}
.form__reserve .page__link__section > a:hover.reserve__link {
	background-color: #3487ff;
}
.form__reserve .page__link__section > a:hover.reserve__link .time {
	color: #3487ff;
}


#contactFormArea > .contactBox > .inputBox > .inputMain.reserve__day__select {
	display: flex;
	align-items: center;
}
#contactFormArea > .contactBox > .inputBox > .inputMain.reserve__day__select+.inputMain.reserve__day__select {
	margin-top: 5px;
}
#contactFormArea > .contactBox > .inputBox > .inputMain.reserve__day__select .title {
	font-size: .8em;
}
#contactFormArea > .contactBox > .inputBox > .inputMain input[type=text].select_date::placeholder {
	font-size: .8em;
}


.send__info {
	border: 5px solid #ffa04a;
	margin-top: 20px;
	padding: 15px;
}
.send__info li {
	font-size: 1.1em;
}
.send__info p {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}





.conf__info {
	background-color: #fff7ce;
	margin-top: 20px;
	padding: 10px;
}
.conf__info li {
	font-size: 1.1em;
	color: #ff3f00;
}





/* 20220601 SNS追記エリア */
.top__sns__section {
	display: flex;
	justify-content: center;
	background-color: #2a9970;
}
.top__sns__section .section__main {
	display: flex;
	justify-content: center;
	width: 980px;
	padding: 3% 0;
}
.top__sns__section .section__main .sns__box {
	width: 17%;
}
.top__sns__section .section__main .sns__box+.sns__box {
	margin-left: 5%;
}
.top__sns__section .section__main .sns__box a {
	display: block;
	width: 100%;
	height: 0;
	font-size: 1.8em;
	color: #656565;
	line-height: 1;
	text-decoration: none;
	background-color: #fff;
	border-radius: 4px;
	padding-top: 100%;
	position: relative;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition: .2s;
}
.top__sns__section .section__main .sns__box a .box__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.top__sns__section .section__main .sns__box a .box__inner .icon {
	font-size: 3em;
	transition: .2s;
}
.top__sns__section .section__main .sns__box a .box__inner .text {
	font-weight: bold;
	white-space: nowrap;
	margin-top: .3em;
}

.top__sns__section .section__main .sns__box.blog a .box__inner .icon {
	color: #e8a33d;
}
.top__sns__section .section__main .sns__box.facebook a .box__inner .icon {
	color: #397ce2;
}
.top__sns__section .section__main .sns__box.line a .box__inner .icon {
	color: #31b630;
}
.top__sns__section .section__main .sns__box.blog a:hover {
	background-color: #e8a33d;
}
.top__sns__section .section__main .sns__box.facebook a:hover {
	background-color: #397ce2;
}
.top__sns__section .section__main .sns__box.line a:hover {
	background-color: #31b630;
}
.top__sns__section .section__main .sns__box a:hover,
.top__sns__section .section__main .sns__box a:hover .box__inner .icon {
	color: #fff;
}

/*.top__sns__section .section__main .sns__box.blog a:hover .box__inner .icon {
	color: #feb953;
}
.top__sns__section .section__main .sns__box.facebook a:hover .box__inner .icon {
	color: #5d9dff;
}
.top__sns__section .section__main .sns__box.line a:hover .box__inner .icon {
	color: #58ca57;
}*/





/* 20220601 リーフレットダウンロードエリア */
.top__leaflet__section {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	padding-top: 10px;
}
.top__leaflet__section .section__main {
	display: flex;
	justify-content: center;
	width: 980px;
}
.top__leaflet__section .section__main a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	font-size: 2.2em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background-color: #f05c5c;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 5px;
	padding: 25px 0;
	position: relative;
	transition: .2s;
}
.top__leaflet__section .section__main a:hover {
	background-color: #ff7373;
}
.top__leaflet__section .section__main a .text {
}
.top__leaflet__section .section__main a .icon {
	font-size: 1.6em;
	margin-right: 10px;
}
.top__leaflet__section .section__main a .img {
	width: 22%;
	position: absolute;
	top: 50%;
	right: 2%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
}
.top__leaflet__section .section__main a .img img {
	width: 100%;
	height: auto;
}
.top__leaflet__section .section__main a:hover .img img {
	opacity: 1;
}





/* #flowUseArea tate */
/*------------------------------------------------------------------------------*/
.flow__use__section {
	background-color: #e8f0e8;
	padding: 40px 20px 20px 20px;
}
.flow__use__block {
	background-color: #fff;
	padding: 50px 30px 30px 30px;
	position: relative;
}
.flow__use__block .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.8em;
	height: 1.8em;
	font-size: 2.4em;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	background-color: #05675d;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow__use__block .num span {
}
.flow__use__block+.flow__use__block {
	margin-top: 50px;
}
.flow__use__block .block__inner {
	width: 100%;
	position: relative;
}
.flow__use__block .block__inner h2 {
	font-size: 2em;
	line-height: 1.2;
	color: #05675d;
	margin-bottom: 20px;
}
.flow__use__block .block__inner .block__text {
	font-size: 1.2em;
	line-height: 1.8;
	padding: 0 10px;
}

.flow__use__contact {
	display: flex;
	justify-content: center;
	margin-top: 15px;
	padding: 0 10px;
}
.flow__use__contact .flow__contact {
	display: flex;
	justify-content: center;
	align-items: baseline;
	font-size: 2em;
	line-height: 1;
}
.flow__use__contact .flow__contact+.flow__contact {
	margin-left: 15px;
} 
.flow__use__contact .flow__contact .contact__num {
	font-size: 1.4em;
	font-weight: 700;
	color: #07675d;
}
.flow__use__contact .flow__contact .contact__num a {
	text-decoration: none;
	color: #07675d;
}

.link__contact {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.link__contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1.4em;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background-color: #666;
	border-radius: 4px;
	padding: 1em 0;
	transition: .2s;
}
.link__contact a.reserve {
	background-color: #dc3c87;
}
.link__contact a.reserve:hover {
	background-color: #ea539a;
}
.link__contact a.contact {
	background-color: #068b02;
}
.link__contact a.contact:hover {
	background-color: #06af01;
}
.link__contact a .icon {
	font-size: 1.2em;
	margin-right: .5em;
}
.link__contact a+a {
	margin-left: 15px;
}





.link__style__type01 {
	display: inline-block;
	color: #333!important;
	line-height: 1.2;
	text-decoration: none!important;
	background-color: #fff;
	border: 1px solid #333;
	padding: .2em;
	transition: .2s;
}
.link__style__type01:hover {
	display: inline-block;
	color: #fff!important;
	background-color: #333;
}





.section__office__training {
	display: flex;
	justify-content: center;
	background-color: #fff;
	padding: 40px 0 30px;
}
.section__office__training .section__main {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 920px;
	font-size: 3em;
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
	text-decoration: none;
	background-color: #f23e7a;
	border-radius: 10px;
	padding: 10px;
	position: relative;
	transition: .2s;
}
.section__office__training .section__main:hover {
	background-color: #ff6699;
}
.section__office__training .section__main::after {
	content: "";
	display: block;
	width: 15%;
}
.section__office__training .section__main .free__text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15%;
}
.section__office__training .section__main .free__text > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: 3em;
	font-size: .9em;
	color: #f23e7a;
	background-color: #fff;
	border-radius: 100vh;
}
.section__office__training .section__main .main__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70%;
}
.section__office__training .section__main .main__text .main {
	/*font-size: .9em;*/
	text-align: center;
}
.section__office__training .section__main .main__text .sub {
	font-size: .7em;
	color: #f23e7a;
	background-color: #fff;
	margin-top: .5em;
	padding: .1em 1em;
}
.section__office__training .section__main .catch__img {
	width: 20%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.section__office__training .section__main .catch__img img {
	width: 100%;
	height: auto;
}
.section__office__training .section__main:hover .catch__img img {
	opacity: 1;
}





