@charset "UTF-8";
/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	width: 100vw;
	height: 420px;
	position: relative;
	display: flex;
	align-items: center;
}
#headline .ttlBox {
	width: auto;
	margin: 0 auto;
}
#headline h1 {
	font-family: 'Zen Maru Gothic', sans-serif;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 39px;
	font-weight: 500;
	letter-spacing: 0.4rem;
	line-height: 1;
	text-align: center;
	padding: 0 30px;
	background: #fff;
	border-radius: 0 30px 0 30px;
	color: #28a583;
}
#headline h1 span {
	font-size: 17px;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
#headline .headtabWrap {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	/* justify-content: space-between; */
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
	border-radius: 10px 10px 0 0;
	background: #28a583;
}
#headline .headtabWrap li {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	padding: 20px 0;
}
#headline .headtabWrap li a {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	display: block;
	text-align: center;
	color: #fff;
}
#headline.about_bg{
	background: #28a583;
	height: 200px;
}
#headline.about_bg h1 {
	font-size: 3.6rem;
    color: #fff;
    background: none;
}
#headline.about_bg h1 span {
	font-size: 1.5rem;
}
@media screen and (max-width: 840px) {
	#headline {
		height: 220px;
	}
	#headline h1 {
		height: 110px;
		font-size: 2.4rem;
		letter-spacing: 0.1rem;
	}
	#headline h1 span {
		font-size: 1.3rem;
		letter-spacing: 0.1rem;
		margin-top: 10px;
	}
	#headline .headtabWrap {
		display: none;
	}
	#headline.about_bg{
		height: 150px;
	}
	#headline.about_bg h1 {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 640px) {
	#headline h1 {
		height: 90px;
		font-size: 1.8rem;
	}
	#headline h1 span {
		font-size: 0.9rem;
	}
}
/*-----------------------------------

	breadcrumb

-----------------------------------*/
#breadcrumb {
	padding: 10px 0;
	border-bottom: 2px solid #e8e8e8;
}
#breadcrumb .contents_inner{
	max-width: 1200px;
}
#breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
}
#breadcrumb ul li {
	font-size: 1.2rem;
	position: relative;
	color: #4d4d4d;
	line-height: 1.6;
}
#breadcrumb ul li:not(:last-child) {
	padding-right: 30px;
}
#breadcrumb ul li a {
	color: #4d4d4d;
	text-decoration: underline;
}
#breadcrumb ul li::after {
	content: ">";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
#breadcrumb ul li:last-child::after {
	content: none;
}
@media screen and (max-width: 640px) {
	#breadcrumb ul li {
		font-size: 12px;
	}
	#breadcrumb ul li:not(:last-child) {
		padding-right: 30px;
	}
}
/*-----------------------------------

	flexContact

-----------------------------------*/
#flexContact {
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 999;
}
#flexContact .flexBtnbox {
	background: #fff;
	padding: 10px 20px 20px 20px;
	border-radius: 20px 0 0 20px;
	box-shadow: -1px 0px 10px 5px rgb(59 74 98 / 10%);
	position: relative;
}
#flexContact .ttlWrap {
	overflow: hidden;
}
#flexContact .ttlWrap img {
	position: absolute;
	left: 30px;
	top: -10px;
}
#flexContact .ttlWrap p {
	float: right;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.5;
}
#flexContact .contactWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
#flexContact .contactWrap a {
	font-family: 'Zen Maru Gothic', sans-serif;
	width: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	padding: 4px 0;
	background: #fa5d29;
	border-radius: 7px;
	color: #fff;
	letter-spacing: 0.1rem;
}
#flexContact .contactWrap .telbtn {
	font-size: 1.7rem;
	margin-right: 2%;
}
#flexContact .contactWrap .telbtn::before {
	content: "";
	width: 17px;
	height: 22px;
	background: url(../img/lower/icon_tel.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
}
#flexContact .contactWrap .conbtn {
	font-size: 1.2rem;
}
#flexContact .contactWrap .conbtn::before {
	content: "";
	width: 23px;
	height: 16px;
	background: url(../img/lower/icon_mail.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
}
@media screen and (max-width: 640px) {
	#flexContact {
		width: 95%;
		margin: 0 auto;
		left: 0;
	}
	#flexContact .flexBtnbox {
		padding: 20px;
		border-radius: 10px;
	}
	#flexContact .ttlWrap img {
		display: none;
	}
	#flexContact .ttlWrap p {
		float: none;
		text-align: center;
	}
	#flexContact .ttlWrap p span {
		color: #28a0c0;
	}
	#flexContact .contactWrap a {
		width: 48%;
	}
}
/*-----------------------------------

	TOP

-----------------------------------*/
/*access_block*/
#access_block {
	padding: 100px 0;
	text-align: center;
}
#access_block p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
#access_block a {
	font-size: 13px;
	font-size: 1.3rem;
	color: #28a583;
	text-decoration: underline;
	line-height: 1.5;
}
#access_block .imagesArea {
	margin: 20px 0 40px;
}
#access_block .imagesArea img {
	width: 489px;
}

@media screen and (max-width: 840px) {
	#access_block {
		padding: 50px 0 100px 0;
	}
	#access_block p {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
/*bnr_block*/
#bnr_block {
	padding: 60px 0;
	border-top: 2px solid #28a583;
}
#bnr_block ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#bnr_block ul li {
	width: 250px;
	margin-top: 20px;
}
@media screen and (max-width: 1200px) {
	#bnr_block ul li {
		width: 24%;
	}
}
@media screen and (max-width: 840px) {
	#bnr_block {
		padding: 30px 0 60px 0;
	}
}
@media screen and (max-width: 640px) {
	#bnr_block ul li {
		width: 48%;
	}
}
/*-----------------------------------

	iconTtl

-----------------------------------*/
h2.iconTtl {
	font-size: 3.0rem;
	text-align: left;
	letter-spacing: 0.1rem;
	border-bottom: 3px solid #28a0c0;
	padding: 0 0 10px 30px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
h2.iconTtl .imagesArea {
	display: flex;
	align-items: center;
}
h2.iconTtl span {
	font-size: 2.0rem;
	display: block;
	color: #28a0c0;
}
h2.iconTtl p {
	padding-left: 4%;
}
@media screen and (max-width:1200px) {
	h2.iconTtl {
		font-size: 2.4rem;
	}
	h2.iconTtl p {
		width: 90%;
	}
}
@media screen and (max-width: 640px) {
	h2.iconTtl {
		font-size: 1.9rem;
		padding: 0 0 10px 0;
	}
	h2.iconTtl span {
		font-size: 1.4rem;
	}
}
/*-----------------------------------

	dotTtl

-----------------------------------*/
h3.dotTtl {
	font-size: 2.9rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}
h3.dotTtl:after {
	content: "";
	border-bottom: 5px dotted #28a0c1;
	width: 100px;
	height: 5px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	h3.dotTtl {
		font-size: 1.8rem;
	}
}
/*-----------------------------------

	lower common

-----------------------------------*/
.lower {
	padding: 60px 0 100px;
}
.lower h2 {
	text-align: left;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 0;
	padding: 0 50px 30px;
	border-bottom: 3px solid #28A583;
}
.inner_s {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
h3.dotTtl {
	margin: 0 auto 30px;
	display: block;
    text-align: center;
}
h3.dotTtl:after {
    border-bottom: 5px dotted #28A583;
    left: 50%;
	right: auto;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
	.lower h2 {
		padding: 0 2.5% 30px;
	}
}
@media screen and (max-width: 640px) {
	.lower {
		padding: 30px 0 50px;
	}
	.lower h2 {
		font-size: 24px;
		font-size: 2.4rem;
		padding: 0 0 20px;
	}
	.inner_s {
		width: 100%;
	}
}