@charset "utf-8";
@media screen and (min-width: 1201px) {
	header,
	.gnav_pc li.has_sub > div {
		overflow: auto;
	}
	/* スクロールの幅の設定 */
	header::-webkit-scrollbar,
	.gnav_pc li.has_sub > div::-webkit-scrollbar {
		width: 2px;
		height: 10px;
	}
	
	/* スクロールの背景の設定 */
	header::-webkit-scrollbar-track,
	.gnav_pc li.has_sub > div::-webkit-scrollbar-track {
		border-radius: 5px;
		box-shadow: 0 0 4px #e9e9e9 inset;
	}
	
	/* スクロールのつまみ部分の設定 */
	header::-webkit-scrollbar-thumb,
	.gnav_pc li.has_sub > div::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #71a91f;
	}
}
.tbl01 th,
.tbl01 td {
	border-bottom: solid 2px #e9e9e9;
	padding: 30px;
}
.tbl01 th {
	font-size: 1.8rem;
	font-weight: bold;
	width: 320px;
	padding-left: 100px;
	position: relative;
}
#mailformpro input[type="text"],
#mailformpro input[type="email"],
#mailformpro input[type="tel"],
#mailformpro select,
#mailformpro textarea {
	color: #000;
	font-size: 14px !important;
	width: 100% !important;
	background: #fff;
	border: solid 1px #d4d4d4;
	border-radius: 10px;
	box-shadow: none !important;
	padding: 10px 18px;
	box-sizing: border-box;
}
#mailformpro input[type="text"],
#mailformpro input[type="email"],
#mailformpro input[type="tel"],
#mailformpro select {
	max-width: 340px !important;
}
#mailformpro select {
	background: url("../img/cmn/select_arrow.png") no-repeat right 20px center;
	background-size: 9px !important;
}
#mailformpro textarea {
	max-width: 520px;
	height: 150px !important;
}
#mailformpro input.short {
	max-width: 180px !important;
}

#mailformpro input[type=radio],
#mailformpro input[type=checkbox] {
	display: none;
}
#mailformpro .radio,
#mailformpro .checkbox {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 33px;
	position: relative;
	-moz-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
	cursor: pointer;
}
#mailformpro .radio::before,
#mailformpro .radio::after,
#mailformpro .checkbox::before,
#mailformpro .checkbox::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
}
#mailformpro .radio::before,
#mailformpro .radio::after {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#mailformpro .radio::before {
	width: 9px;
	height: 9px;
	background: #69a811;
	opacity: 0;
	left: 3px;
	z-index: 2;
}
#mailformpro .radio::after {
	width: 15px;
	height: 15px;
	background: #fff;
	border: solid 1px #ccc;
	left: 0;
}
#mailformpro .checkbox::before {
	width: 4px;
	height: 10px;
	border: solid #69a811;
	border-width: 0 2px 2px 0;
	opacity: 0;
	left: 8px;
	z-index: 2;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
#mailformpro .checkbox::after {
	width: 20px;
	height: 20px;
	background: #fff;
	border: solid 1px #e1e1e1;
	left: 0;
}
#mailformpro input[type=radio]:checked + input + .radio:before,
#mailformpro input[type=radio]:checked + div + .radio:before,
#mailformpro input[type=radio]:checked + input + div + .radio:before,
#mailformpro input[type=radio]:checked + .radio:before,
#mailformpro input[type=checkbox]:checked + input + .checkbox:before,
#mailformpro input[type=checkbox]:checked + div + .checkbox:before,
#mailformpro input[type=checkbox]:checked + input + div + .checkbox:before,
#mailformpro input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
#mailformpro .tbl01 .required {
	color: #fff;
	font-size: 1.4rem;
	background: #69a811;
	display: inline-block;
	line-height: 1;
	padding: 4px 10px;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form_wrap .address li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.form_wrap .address li:not(:last-child) {
	margin-bottom: 10px;
}
.form_wrap .address li .label {
	font-weight: bold;
	white-space: nowrap;
	margin-right: 10px;
}
#mailformpro .btn_wrap {
	margin-top: 40px;
}
#mailformpro .btn01 {
	max-width: 300px !important;
	text-shadow: none;
	margin: auto;
}
#mailformpro .btn01:hover {
	background: #fff;
	box-shadow: none;
}
@media screen and (max-width: 768px) {
	.tbl01 th,
	.tbl01 td {
		width: 100%;
		display: block;
	}
	.tbl01 th {
		font-size: 1.6rem;
		border-bottom: none;
		padding: 10px 0;
		/* padding-left: 54px; */
	}
	#mailformpro .tbl01 .required {
		color: #fff;
		font-size: 1.4rem;
		background: #69a811;
		display: inline-block;
		line-height: 1;
		padding: 4px 10px;
		position: static;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		vertical-align: baseline;
		margin-right: 10px;
	}

	.tbl01 td {
		padding: 0 0 24px;
	}
	#mailformpro .tbl01 .icon {
		right: 16px;
	}
	#mailformpro .tbl01 .required {
		font-size: 1.2rem;
		left: 0;
		line-height: 18px;
	}
	.form_wrap .address li {
		display: block;
	}
	.form_wrap .address li:not(:last-child) {
		margin-bottom: 16px;
	}
	.form_wrap .address li .label {
		margin-right: 0;
		margin-bottom: 4px;
	}
	#mailformpro .btn_wrap {
		margin-top: 24px;
	}
}
.border_title {
	font-size: 2.2rem;
	border-left: solid 4px #6aa810;
	margin-bottom: 24px;
	padding-left: 24px;
}
.box01 {
	background-color: #f5f5f5;
	padding: 60px 0;
}
.box01 .flex {
	padding: 60px 0;
	position: relative;
}
.box01 .flex::before {
	background-color: #fff;
	display: block;
	width: 80.508%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.box01 .img_wrap,
.box01 .txt_wrap {
	width: 50%;
	position: relative;
	z-index: 2;
}
.box01 .img_wrap {
	padding: 0 40px 0 24px;
}
.box01 .txt_wrap {
	font-size: 1.6rem;
	padding-right: 40px;
}
.box01 .txt_wrap p:not(:last-child) {
	margin-bottom: 24px;
}
.service_type_box {
	margin-bottom: 40px;
}
.service_type_box:last-child {
	margin-bottom: 0;
}
.service_type_box .service_type_titile {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
	padding: 16px 0;
	padding-left: 100px;
	position: relative;

}
.service_type_box .service_type_titile::before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	width: 45px;
	height: 45px;
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
}
.service_type_box .service_type_list li {
	padding-left: 26px;
	position: relative;
	font-weight: bold;
}
.service_type_box .service_type_list li:not(:last-child) {
	margin-bottom: 16px;
}
.service_type_box .service_type_list li::before {
	/* content: "●";
	position: absolute;
	top: 0;
	left: 0; */
	content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 1rem;
    transform: translateY(20%);
	position: absolute;
	left: 0;
	top: 0;
}

service_type_box
.service_type_box .txt_wrap {
	font-size: 1.6rem;
}
.service_type_box .txt_wrap p {
	margin-bottom: 24px;
}
.service_type_box.type01 .service_type_titile {
	background: #6aa810;
}
.service_type_box.type01 .service_type_titile::before {
	background-image: url(../img/cmn/ico_service01_wh.svg);
}
.service_type_box.type01 .service_type_list li::before {
	/* color: #6aa810; */
	background-color: #6aa810;
}
.service_type_box.type02 .service_type_titile {
	background: #f47813;
}
.service_type_box.type02 .service_type_titile::before {
	background-image: url(../img/cmn/ico_service02_wh.svg);
}
.service_type_box.type02 .service_type_list li::before {
	background: #f47813;
}
.service_type_box.type03 .service_type_titile {
	background: #00a2fb;
}
.service_type_box.type03 .service_type_titile::before {
	background-image: url(../img/cmn/ico_service01_wh.svg);
}
.service_type_box.type03 .service_type_list li::before {
	background-color: #00a2fb;
}
.preparation {
	padding-top: 60px;
	padding-left: 6%;
	position: relative;
}
.preparation::after {
	content: "";
	width: calc(100% - 20%);
	height: calc(100% - 10%);
	background: #f5f5f5;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.preparation .flex {
}
.preparation .img_wrap {
	margin-top: -20%;
	width: 40%;
}
.preparation .txt_wrap {
	font-size: 1.8rem;
	width: 55%;
	background: #fff;
	padding: 8% 6% 8% 8%;
}
.preparation .txt_wrap dl dt {
	font-weight: bold;
	margin-bottom: 8px;
}
.preparation .txt_wrap dl dd {
	border-bottom: solid 1px #e9e9e9;
	margin-bottom: 16px;
	padding-bottom: 16px;
	line-height: 30px;
}
@media screen and (max-width: 768px) {
	.box01 .flex {
		display: block;
		padding: 24px 0;
	}
	.box01 {
		padding: 24px 0;
	}
	.box01 .img_wrap,
	.box01 .txt_wrap {
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.box01 .img_wrap {
		margin-bottom: 24px;
	}
	.box01 .txt_wrap {
		padding: 4%;
	}
	.box01 .flex::before {
		height: 90%;
		top: inherit;
		bottom: 0;
	}
	.box01 .txt_wrap p:not(:last-child) {
		margin-bottom: 16px;
	}
	.service_type_box {
		margin-bottom: 24px;
	}
	.service_type_box .service_type_list li:not(:last-child) {
		margin-bottom: 8px;
	}

	.service_type_box .service_type_titile {
		font-size: 18px;
		margin-bottom: 16px;
		padding-left: 72px;

	}
	.service_type_box .service_type_titile::before {
		width: 38px;
		height: 38px;
		left: 16px;
	}
	.border_title {
		font-size: 1.8rem;
		margin-bottom: 16px;
		padding-left: 16px;
	}
	.preparation {
		padding-top: 24px;
		padding-right: 6%;
		position: relative;
	}
	.preparation::after {
		width: calc(100% - 6%);
		height: 100%;
	}
	.preparation::before {
		content: "";
		width: calc(100% - 20%);
		height: calc(100% - 25%);
		background: #fff;
		display: block;
		position: absolute;
		bottom: 20px;
		right: 0;
		z-index: 0;
	}
	.preparation .txt_wrap dl dt{
		line-height: 25px;
		font-size: 14px;
		margin-bottom: 4px;
	}
	.preparation .txt_wrap dl dd{
		font-size: 13px;
		line-height: 20px;
	}
	.preparation .flex {
		display: block;
	}
	.preparation .img_wrap,
	.preparation .txt_wrap {
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.preparation .img_wrap {
		margin-top: 0;
		padding-left: 6%;
	}
	.preparation .txt_wrap {
		font-size: 1.6rem;
		background: none;
		padding: 8% 6% 40px;
	}
	.service_type_box .service_type_list li{
		padding-left: 22px;
	}

}
.inquiry {
	padding-bottom: 100px;
}
.inquiry_bg_wrap {
	font-size: 1.8rem;
	width: calc(100% - 6%);
	background: #f5f5f5;
	margin-left: auto;
	margin-right: 0;
	padding: 60px 0 60px 12%;
}
.inquiry_bg_wrap .txt {
	padding-right: 6%;
}
.inquiry_bg_wrap .txt p:not(:last-child) {
	margin-bottom: 8px;
}
.inquiry_bg_wrap .list {
	background: #fff;
	margin: 32px 0 0;
	padding: 24px 32px 16px;
}
.inquiry_bg_wrap .list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.inquiry_bg_wrap .list ul li {
	margin-bottom: 8px;
}
.inquiry_bg_wrap .list ul li:not(:last-child) {
	margin-right: 40px;
}
.inquiry_bg_wrap .list a {
	display: block;
	padding-left: 50px;
	position: relative;
}
.inquiry_bg_wrap .list figure {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.inquiry_bg_wrap .list .tel figure {
	max-width: 30px;
}
.inquiry_bg_wrap .list .fax figure {
	max-width: 34px;
}
.inquiry_bg_wrap .list .mail figure {
	max-width: 35px;
}
.inquiry_bg_wrap .bnr {
	padding-right: 6%;
}

@media screen and (max-width: 768px) {
	.inquiry {
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.inquiry h4{
		font-size: 20px;
	}
	.inquiry_bg_wrap {
		font-size: 1.6rem;
		width: 100%;
		padding: 24px 6%;
	}
	.inquiry_bg_wrap .txt,
	.inquiry_bg_wrap .bnr {
		padding-right: 0;
		font-size: 14px;
		line-height: 17.5px;
	}
	.inquiry_bg_wrap .list a{
		font-size: 15px;
	}
	.inquiry_bg_wrap .list {
		margin: 24px 0 0;
		padding: 24px 16px;
	}
	.inquiry_bg_wrap .list .tel figure {
		max-width: 24px;
	}
	.inquiry_bg_wrap .list .fax figure,
	.inquiry_bg_wrap .list .mail figure {
		max-width: 30px;
	}
	.inquiry_bg_wrap .list ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 16px !important;
	}
	.inquiry_bg_wrap .list ul li{
		width: 100%;
	}
	.inquiry_bg_wrap .list .tel figure{
		margin-left: 4px;
	}
}

.committee {
	margin-top: 100px;
}
.committee_type {
	padding: 80px 0;
}
.committee_type_nav {
	margin-bottom: 100px;
}
.committee_type_nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.committee_type_nav ul li {
	width: 30%;
	border: solid 1px #7db536;
	border-radius: 10px;
	text-align: center;
	margin-top: 3%;
	margin-right: 3%;
}
.committee_type_nav ul li:nth-child(-n + 3) {
	margin-top: 0;
}
.committee_type_nav ul li:nth-child(3),
.committee_type_nav ul li:last-child {
	margin-right: 0;
}
.committee_type_nav ul li a {
	display: block;
	padding: 60px 0;
	position: relative;
}
.committee_type_nav ul li a::before {
	content: "";
	width: 7px;
	height: 11px;
	background: url("../img/cmn/arrow01_mi.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	right: 8px;
	bottom: 8px;
}
.committee_type_nav .num {
	max-width: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.committee_type_nav .image {
	max-width: 52px;
	width: 100%;
	margin: 0 auto 8px;
}
.committee_type_nav .title {
	font-size: 1.8rem;
	margin-bottom: 8px;
}
.committee_type_list {
	margin-bottom: 100px;
}
.committee_type_list .box {
	margin-bottom: 80px;
	padding: 40px 0;
	position: relative;
}
.committee_type_list .box:last-child {
	margin-bottom: 0;
}
.committee_type_list .box::after {
	content: "";
	width: calc(100% - 15%);
	height: 100%;
	background: #f5f5f5;
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
}
.committee_type_list .box.odd::after {
	right: 0;
}
.committee_type_list .box.even::after {
	left: 0;
}
.committee_type_list .box .img_wrap,
.committee_type_list .box .txt_wrap {
	width: 50%;
}
.committee_type_list .box.odd .img_wrap {
	padding-right: 8%;
	padding-left: 4%;
}
.committee_type_list .box.even .img_wrap {
	padding-right: 4%;
	padding-left: 8%;
}
.committee_type_list .box .txt_wrap {
	font-size: 1.6rem;
}
.committee_type_list .box.odd .txt_wrap {
	padding-right: 4%;
}
.committee_type_list .title {
	font-size: 3rem;
	margin-bottom: 24px;
	padding-left: 80px;
	position: relative;
}

.committee_type_list .box.type01 .title,
.committee_type_post.type01 .label {
	color: #ec7100;
}
.committee_type_list .box.type02 .title,
.committee_type_post.type02 .label {
	color: #08add3;
}
.committee_type_list .box.type03 .title,
.committee_type_post.type03 .label {
	color: #d56dcf;
}
.committee_type_list .box.type04 .title,
.committee_type_post.type04 .label {
	color: #ff6c41;
}
.committee_type_list .box.type05 .title,
.committee_type_post.type05 .label {
	color: #7db536;
}
.committee_type_list .box.type06 .title,
.committee_type_post.type06 .label {
	color: #787ac5;
}

.committee_type_post.type01 .head {
	background: #ec7100;
}
.committee_type_post.type02 .head {
	background: #08add3;
}
.committee_type_post.type03 .head {
	background: #d56dcf;
}
.committee_type_post.type04 .head {
	background: #ff6c41;
}
.committee_type_post.type05 .head {
	background: #7db536;
}
.committee_type_post.type06 .head {
	background: #787ac5;
}
.committee_type_post article .head .date {
	margin-right: 40px;
}
.committee_type_post article .body {
	background: #f5f5f5;
	border-radius: 0 0 10px 10px;
	padding: 40px;
}
.committee_type_list .title .num {
	font-size: 5rem;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.committee_type_list .lead {
	font-size: 2rem;
	margin-bottom: 32px;
}
.committee_type_list .btn01 {
	margin-top: 24px;
}
.committee_type_post .label {
	font-size: 3rem;
	margin-bottom: 30px;
}


/* .committee_type_list .box.type01 .title {
	color: #ec7100;
}
.committee_type_list .box.type02 .title {
	color: #08add3;
}
.committee_type_list .box.type03 .title {
	color: #d56dcf;
}
.committee_type_list .box.type04 .title {
	color: #ff6c41;
}
.committee_type_list .box.type05 .title {
	color: #7db536;
}
.committee_type_list .box.type06 .title {
	color: #787ac5;
} */

.committee_type_post article {
	margin-bottom: 40px;
}
.committee_type_post article:last-child {
	margin-bottom: 0;
}
.committee_type_post article .head {
	color: #fff;
	font-size: 2rem;
	background: #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px 10px 0 0;
	padding: 12px 40px;
}
.committee_type_post article .body p:not(:last-child) {
	margin-bottom: 24px;
}
.committee_type_post article .body {
	background: #f5f5f5;
	border-radius: 0 0 10px 10px;
	padding: 40px;
}
.blog_list .blog_cat_wrap,
.article_blog .blog_cat_wrap {
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.committee {
		margin-top: 40px;
	}
		.committee_type {
			padding: 40px 0;
		}
	.committee_type_nav {
		margin-bottom: 40px;
	}
	.committee_type_nav ul {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.committee_type_nav ul li {
		width: 49%;
		margin-top: 2%;
		margin-right: 0;
	}
	.committee_type_nav ul li:nth-child(-n + 3) {
		margin-top: 2%;
	}
	.committee_type_nav ul li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.committee_type_nav ul li {
		margin-right: 0;
	}
	.committee_type_nav ul li a {
		height: 100%;
		padding: 24px 0;
	}
		.committee_type_nav .title {
		font-size: 1.6rem;
	}
	.committee_type_list {
		margin-bottom: 40px;
	}
	.committee_type_list .box {
			display: block;
			margin-bottom: 40px;
		}
	.committee_type_list .box .img_wrap,
	.committee_type_list .box .txt_wrap {
		width: 100%;
	}
	.committee_type_list .box .img_wrap {
		margin-bottom: 24px;
	}
	.committee_type_list .box .txt_wrap {
		padding: 0 4%;
	}
	.committee_type_list .title {
		font-size: 2.2rem;
		margin-bottom: 16px;
		padding-left: 54px;
	}
	.committee_type_list .title .num {
		font-size: 3.2rem;
	}
	.committee_type_list .lead {
		font-size: 1.6rem;
		margin-bottom: 24px;
	}
	.committee_type_post .label {
		font-size: 2.4rem;
		margin-bottom: 16px;
	}
	.committee_type_post article .head {
		font-size: 1.6rem;
		display: block;
		padding: 12px 16px;
	}
	.committee_type_post article .body {
		padding: 24px 16px;
	}
	.committee_type_post article {
		margin-bottom: 24px;
	}

	.committee_type_list .box.odd::after {
		right: -3%;
	}
	.committee_type_list .box.even::after {
		left: -3%;
	}
	.committee_type_list .box::after {
		width: calc(100% - 12%);
	}
}



#volunteer .attention{
	padding-top: 60px;
}
#volunteer .box01 p{
	line-height: 30px;
}
@media screen and (max-width: 768px) {
	#volunteer .box01 p{
		line-height: 1.6;
	}
}