@charset "UTF-8";
/* --------------------------------
	top.css
--------------------------------
topページ用のcssです。
-------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');
/* font-family: 'Hina Mincho', serif; */

#gallery {
	background-color: #f8f8f8;
}
.flexslider {
	margin: 0 auto!important;/* max-width: 1600px;*/
}
#area01 {
	color: #4d4d4d;
	margin: 40px auto 30px;
	padding: 0 40px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	max-width: 1200px;
}

@media (max-width: 960px) {
#area01 {
	padding: 0 20px;
}
}
.banner_area {
	margin: 0px 20px 0px 0;
	width : -moz-calc(50% - 10px);
	width : -webkit-calc(50% - 10px);
	width : calc(50% - 10px);
	float: left;
	box-sizing: content-box;
}
.banner_area img {
	width : 100%;
}
.news_area {
	/*width : -moz-calc(50% - 10px);
	width : -webkit-calc(50% - 10px);
	width : calc(50% - 10px);*/
	width : -moz-calc(100% - 10px);
	width : -webkit-calc(100% - 10px);
	width : calc(100% - 10px);
	float: right;
	background-color: #f5f5f5;
	padding: 8px 10px 8px 20px;
	box-sizing: border-box;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
.news_contents {
	box-sizing: border-box;
	font-size: 14px;
	overflow-y: scroll;
	max-height: 140px;
	width: 100%;
}

.news_contents a{
	color: #4d4d4d
}

.news_contents a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

@media (max-width: 1080px) {
.news_contents {
	font-size: 14px;
	max-height: 70px;
}
}

@media (max-width: 980px) {
.news_contents {
	font-size: 12px;
	max-height: 66px;
}
}

@media (max-width: 880px) {
.news_contents {
	font-size: 12px;
	max-height: 55px;
}
}
.news_area h3 {
	color: #000;
	font-weight: bold;
	border-bottom: solid 1px #000;
}
.news_area dl {
	margin: 5px 0 0;
	border-bottom: solid 1px #ccc;
	width: 100%;
	overflow: hidden;
	padding: 0 0 2px;
}
.news_area dt {
	display: block;
	width: 18%;
	clear: left;
	float: left;
	padding: 1px;
	background-color: #c892a1;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	margin-right: 2%;
	font-weight: normal;
}
.news_area dd {
	display: block;
	width: 80%;
	float: left;
}
#area02 {
	color: #4d4d4d;
	margin: 40px auto 50px;
	padding: 0 40px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	max-width: 1200px;
}

@media (max-width: 960px) {
#area02 {
	padding: 0 20px;
}
}
#area02 h2 {
	text-align: center;
	font-size: 26px;
	color: #4d4d4d;
	margin: 0px auto 0px;
	border-bottom : solid 1px #ccc;
}
.text_p {
	color: #c892a1;
}
.sub_tit {
	color: #ccc;
	font-size: 14px;
	margin: 0 0 20px 0;
}
#area02 ul {
	overflow: hidden;
	margin-left: -24px;
	width : -moz-calc(100% + 16px);
	width : -webkit-calc(100% + 16px);
	width : calc(100% + 16px);
}
#area02 li {
	float: left;
	font-size: 12px;
	width : -moz-calc((100% / 4) - 16px);
	width : -webkit-calc((100% / 4) - 16px);
	width : calc((100% / 4) - 16px);
	margin-right: 16px;
	text-align: center;
}
#area02 li img {
	width: 100%;
	max-width: 150px;
}
#area02 li img.sdgs_i {
	width: 160%;
	max-width: 275px;
}

@media (max-width: 960px) {
#area02 li img {
	width: 70%;
	max-width: 150px;
}
#area02 li img.sdgs_i {
	width: 100%;
	max-width: 275px;
}
}
#area02 li p.p_img {
	height: 150px;
	max-width: 240px;
	margin: 0 auto 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
#area02 li p {
	width: 180px;
	margin: 0 auto;
}
#area03 {
	width: 100%;
	background-color: #d7eaf1;
	margin: 0px auto 0px;
	padding: 40px 0px 50px;
	font-size: 16px;
	box-sizing: border-box;
}
.inner {
	color: #4d4d4d;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	max-width: 1200px;
	padding: 0px 40px 0px;
}

@media (max-width: 960px) {
.inner {
	padding: 0px 20px 0px;
}
}
#area03 h2 {
	text-align: center;
	font-size: 26px;
	color: #4d4d4d;
	margin: 0px auto 0px;
	border-bottom : solid 1px #fff;
}
.text_wb {
	color: #4faacb;
}
.sub_tit2 {
	color: #fff;
	font-size: 14px;
	margin: 0 0 20px 0;
}
#area03 ul {
	overflow: hidden;
	margin-right: -16px;
	width : -moz-calc(100% + 16px);
	width : -webkit-calc(100% + 16px);
	width : calc(100% + 16px);
}
#area03 li {
	float: left;
	font-size: 14px;
	width : -moz-calc((100% / 3) - 16px);
	width : -webkit-calc((100% / 3) - 16px);
	width : calc((100% / 3) - 16px);
	margin: 20px 16px 0px 0;
	text-align: left;
	background-color: #fff;
	box-sizing: border-box;
	padding: 16px 10px;
	border-radius: 10px;
}
#area03 li p {
	margin-bottom: 5px;
	overflow: hidden;
}
.img100 {
	width: 100%;
}
.imgN {
	width: 40px;
	float: left;
	margin-right: 5px;
}
#area03 li.last_box {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	margin-bottom: 0px;
	line-height: 2.4;
}
.ad_area {
	background-color: #f5f5f5;
	padding: 40px 0;
	text-align: center;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
#area03 a {
	color: #4faacb;
	text-decoration: underline;
}
#area03 a:hover {
	text-decoration: none;
}
#step {
	color: #4d4d4d;
	margin: 40px auto 50px;
	padding: 0 40px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	max-width: 1200px;
}

@media (max-width: 960px) {
#step {
	padding: 0 20px;
}
}
#step h2 {
	text-align: center;
	font-size: 26px;
	color: #c892a1;
	margin: 0px auto 0px;
	border-bottom : solid 1px #ccc;
}
#step h3 {
	font-size: 14px;
}
#step ul {
	overflow: hidden;
}
#step li {
	width : -moz-((100% / 4) - 23px);
	width : -webkit-calc((100% / 4) - 23px);
	width : calc((100% / 4) - 23px);
	margin: 8px 0px;
	border: 2px solid #c04768;
	float: left;
	background-color: #fff;
	padding: 8px 5px;
	box-sizing: border-box;
	color: #4d4d4d;
	border-radius: 10px;
}
#step li p {
	text-align: left;
}
.step_tit {
	font-size: 16px;
	color: #c04768;
}
.step_tit:before {
	content: "\A";
	white-space: pre;
}
#step img.step_icon {
	width: 80px;
	height: 80px;
	margin: 0 0px 5px 0;
	vertical-align: middle;
}
#step li.step_arrow {
	width : 30px!important;
	margin: 0!important;
	border: none!important;
	float: left;
	background-color: #fff;
	padding: 8px 5px;
	box-sizing: border-box;
	color: #4d4d4d;
	border-radius: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
#step img.step_arrow {
	width: 30px;
	margin: 0 0px 0 0;
	vertical-align: middle;
}

@media (max-width: 960px) {
#step li {
	width : -moz-((100% / 4) - 18px);
	width : -webkit-calc((100% / 4) - 18px);
	width : calc((100% / 4) - 18px);
	margin: 8px 0px;
}
#step li.step_arrow {
	width : 24px!important;
}
#step img.step_arrow {
	width: 20px;
	margin: 0 0px 0 0;
	vertical-align: middle;
}
}

@media (max-width: 840px) {
#step li {
	width : -moz-((100% / 4) - 18px);
	width : -webkit-calc((100% / 4) - 18px);
	width : calc((100% / 4) - 18px);
	margin: 8px 0px;
	font-size: 11px;
}
#step li.step_arrow {
	width : 24px!important;
}
#step img.step_arrow {
	width: 20px;
	margin: 0 0px 0 0;
	vertical-align: middle;
}
.step_tit {
	font-size: 13px;
	color: #c04768;
}
}
#area05 {
	width: 100%;
	background-color: #d7eaf1;
	margin: 0px auto 0px;
	padding: 40px 0px 50px;
	font-size: 16px;
	box-sizing: border-box;
}
#area05 h2 {
	text-align: center;
	font-size: 26px;
	color: #4faacb;
	margin: 0px auto 0px;
	border-bottom : solid 1px #fff;
}
#area05 ul {
	overflow: hidden;
	margin: 30px 0 0;
}
#area05 li {
	float: left;
	border: 1px solid #fff;
	width : -moz-calc(100% / 3);
	width : -webkit-calc(100% / 3);
	width : calc(100% / 3);
	box-sizing: border-box;
	padding: 16px;
	background: #fbd8d8;
}
#area05 li:nth-child(1) {
	background: #fbd8d8;
}
#area05 li:nth-child(2) {
	background: #e5e1e1;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#area05 li:nth-child(3) {
	background: #dbd2c7;
}
#area05 li h3 {
	font-size: 24px;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff!important;
	font-family: 'Hina Mincho', serif;
	line-height: 1.2;
}
#area05 li p.sub_t {
	padding-top: 10px!important;
	box-sizing: border-box!important;
	font-size: 12px!important;
	color: #4d4d4d!important;
	font-weight: normal!important;
	margin: -8px 0 0 0!important;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff!important;
}
#area05 li img {
	width : 100%;
	margin: 10px 0;
}
#area05 li h4 {
	font-size: 18px;
	text-align: left;
	line-height: 1.2;
	margin: 10px 0;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff!important;
	color: #000;
}
#area05 li .ul_inner {
	background-color: rgb(255, 255, 255, 0.8)!important;
	padding: 10px 16px;
	box-sizing: border-box!important;
}
#area05 li .ul_inner p {
	font-size: 14px!important;
	color: #4d4d4d!important;
	font-weight: normal!important;
	margin: -8px 0 0 0!important;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff!important;
	text-align: left!important;
	;
}

@media (max-width: 960px) {
#area05 li h3 {
	font-size: 20px;
	margin: 0 -16px;
}
#area05 li h4 {
	font-size: 16px;
}
}

@media (max-width: 800px) {
#area05 li h4 {
	font-size: 18px;
	margin: 0 -16px;
}
}
.planBTN a {
	background: url(../../../common/images/bt_arrow.png), linear-gradient(to bottom, #f9f9f9, #ddd);
	background-repeat: no-repeat no-repeat;
	background-position: right 10px center, left center;
	margin: 0;
	border: solid 1px #ccc;
	font-size: 16px;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	display: inline-block;
	font-weight: bold;
	padding: 12px 30px 12px 10px;
	color: #4d4d4d;
	box-sizing: border-box;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	line-height: 1.3;
	width: 100%;
}
.planBTN_waku a {
	margin: 10px 0 0;
	border: solid 4px #e8e8e8;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	z-index: 1000;
	text-align: center;
}
.planBTN_waku a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

@media (max-width: 900px) {
.planBTN a {
	background: url(../../../common/images/bt_arrow.png), linear-gradient(to bottom, #f9f9f9, #ddd);
	background-repeat: no-repeat no-repeat;
	background-position: right 5px center, left center;
	font-size: 14px;
	padding: 12px 25px 12px 5px;
}
}
.link01 {
	margin: 50px auto 0;
	font-size: 20px;
}
.link01 a {
	text-decoration: underline;
}
.link01 a:hover {
	text-decoration: none;
}
#area06 {
	color: #4d4d4d;
	margin: 40px auto 30px;
	padding: 0 40px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	max-width: 1200px;
}

@media (max-width: 960px) {
#area06 {
	padding: 0 20px;
}
}
.faq_area a {
	text-decoration: underline;
}
.faq_area a:hover {
	text-decoration: none;
}
.faq_area {
	margin: 0px 20px 0px 0;
	width : -moz-calc(50% - 10px);
	width : -webkit-calc(50% - 10px);
	width : calc(50% - 10px);
	float: left;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 14px;
}
.faq_area dl {
	text-align: left;
}
.faq_area dl img {
	width: 30px;
	vertical-align: middle;
	margin: 0px 10px 0px 0;
	float: left;
}
.faq_area dl p {
	overflow: hidden;
	padding: 5px 0px 0px 0;
}
.faq_area dl dt:after {
	content: "";
	display: block;
	clear: both;
}
.faq_area dl dt {
	margin-bottom: 5px;
}
.text_r {
	text-align: right;
	margin-bottom: 5px;
}
.text_l {
	text-align: left;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #ccc;
}
.faq_area h2 {
	text-align: center;
	font-size: 22px;
	color: #c892a1;
	margin: 0px auto 0px;
	border-bottom : solid 1px #ccc;
}
.blog_area {
	width : -moz-calc(50% - 10px);
	width : -webkit-calc(50% - 10px);
	width : calc(50% - 10px);
	float: right;
	box-sizing: border-box;
	padding: 0px;
	background: url(../../toppage/images/staff.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	border : solid 2px #000;
	text-indent: -9999px;
}
a:hover .blog_area {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

@media (max-width: 930px) {
	.blog_area {
	padding: 40% 0 0;
}
}