@charset "utf-8";
/* CSS Document */

@media screen, print {
	/*body,
	div,
	span,
	iframe,
	p,
	a,
	img,
	ul,
	li,
	article,
	footer,
	header,
	section {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	article,
	footer,
	header,
	section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ul {
		list-style: none;
	}*/
	.pan ul {
		width: 100%;
		max-width: 1240px;
		box-sizing: border-box;
	}	
	.pan ul,
	article .pan ul {
		margin-left: auto;
		margin-right: auto;
	}
	/** {
		min-width: 0;
		min-height: 0;
	}
	body {
		text-align: center;
		color: #4d4d4d;
		font-family: "ヒラギノ角ゴ Pro", sans-serif;
		font-size: 1.8rem;
		font-weight: 400;
		overflow-x: hidden;
		background-color: white;
		position: relative;
		-webkit-text-size-adjust: 100%;
		overflow-x: hidden;
	}
	p,
	li {
		line-height: 2;
	}
	img {
		margin: 0;
		padding: 0;
		border: none;
		vertical-align: bottom;
	}
	a:visited {
		color: #007440;
	}
	a:hover {
		text-decoration: underline;
	}*/
	header .header_area {
		z-index: 50 !important;
	}
	a.header_contact:hover {
		text-decoration: none !important;
	}
	article {
		text-align: left;
	}
	p {
		margin-top: 50px;
	}
	ul {
		margin-top: 50px;
	}
	footer a:visited {
		color: white !important;
	}
	#btnTopPage {
		z-index: 10 !important;
	}
	.pan {
		margin-top: 115px;
		overflow: hidden;
	}
	.pan ul {
		margin-top: 0;
		height: 42px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		font-size: 0.9rem;
		list-style: none;
	}
	.pan ul li a {		
		color: #007440;
		position: relative;
	}
	.pan ul li a::after {
		content: "＞";
		display: inline-block;
		margin: 0 0.5em;
		font-size: 0.65rem;
		vertical-align: middle;
	}
	

	@media screen and (max-width: 1024px) and (min-width: 768px) {
	.pan ul {
		width: 95%;
		max-width: initial;
	}
	}
	@media screen and (max-width: 767px) {
	.pan ul {
		width: 95%;
		max-width: initial;
	}
	/*body {
		font-family: sans-serif;
		min-width: initial;
		font-size: 1.4rem;
	}
	p {
		margin-top: 30px;
	}
	ul {
		margin-top: 30px;
	}*/
	}
	@media screen and (max-width: 767px) {
	.pan {
		display: none;
	}
	}
}
@media all {
/** {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
*,
::after,
::before {
	box-sizing: border-box;
}
body {
	font-family: "ヒラギノ角ゴ Pro", sans-serif;
	width: -webkit-fill-available;
	width: -moz-available;
	
}*/
p {
	margin-top: 0;
	margin-bottom: 0;
}
.header_area {
	width: 100%;
	height: 56px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 5, 0.2);
	display: flex;
	justify-content: space-between;
	z-index: 5;
	position: fixed;
	top: 0;
}
.header_logo_area {
	width: calc(100% - 60px);
	height: 56px;
	padding-left: 15px;
	display: flex;
	align-items: center;
}
.header_logo_link {
	height: 32px;
	padding-right: 5px;
}
.header_logo_link img {
	width: auto;
	height: 24px;
}
.header_logo_text {
	width: auto;
	height: 24px;
}
.header_contact {
	font-weight: bold;
	text-align: center;
	font-size: 9px;
	margin-left: auto;
	padding-top: 10px;
}
.header_contact svg {
	width: 28px;
	height: 22px;
	margin: 0 auto;
	display: block;
}
.header_sp_content {
	display: none;
}
/**/
.header_sp_content.active {
	width: 100%;
	height: calc( 100vh - 56px);
	background-color: rgba(255, 255, 255, 0.9);
	overflow-y: scroll;
	position: fixed;
	top: 56px;
	left: 0;
	transition: .3s ease-in-out;
	/*    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);*/
	z-index: 4;
	display: block;
}
/**/
.header_sp_nav {
	width: 27px;
	height: 16px;
	position: absolute;
	top: 16px;
	right: 15px;
	margin: auto;
	cursor: pointer;
	z-index: 9;
}
.header_nav_line {
	display: block;
	position: absolute;
	width: 27px;
	height: 2px;
	background: #007440;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header_nav_line1 {
	top: 0;
	bottom: auto;
	margin-bottom: 10px;
}
.header_nav_line2 {
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.header_nav_line3 {
	bottom: 0;
	top: auto;
}
/**/
.header_sp_nav.active {
	width: 27px;
	height: 16px;
}
.header_sp_nav.active .header_nav_line {
	width: 27px;
	height: 2px;
}
.header_sp_nav.active .header_nav_line1 {
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
.header_sp_nav.active .header_nav_line2 {
	right: -100px;
}
.header_sp_nav.active .header_nav_line3 {
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-45deg);
}
/**/
.header_sp_nav_menu {
	position: absolute;
	font-size: 10px;
	top: 15px;
	width: 27px;
	right: 0;
	color: #007440;
	margin-top: 5px;
}
.header_sp_nav_close {
	position: absolute;
	font-size: 10px;
	top: 15px;
	width: 27px;
	right: 0;
	color: #007440;
	display: none;
	margin-top: 5px;
}
/**/
.header_sp_nav.active .header_sp_nav_menu {
	display: none;
}
.header_sp_nav.active .header_sp_nav_close {
	display: block;
}
/**/
.header_navbtn_link {
	width: 100%;
	height: 56px;
	border-bottom: solid 1px #007440;
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
}
.header_navbtn_link:before {
	width: 8px;
	height: 8px;
	content: "";
	position: absolute;
	top: 24px;
	right: 33.5px;
	transition: all 0.2s ease-in-out;
	border-top: solid 1px #007440;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.header_navbtn_link:after {
	width: 8px;
	height: 8px;
	content: "";
	position: absolute;
	top: 24px;
	right: 33.5px;
	transition: all 0.2s ease-in-out;
	border-top: solid 1px #007440;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/**/
.header_navbtn_ac {
	width: 100%;
	height: 56px;
	border-bottom: solid 1px #007440;
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
}
.header_navbtn_ac.open {
	color: #fff;
	background-color: #007440;
}
.header_navbtn_ac.open .header_navbtn_text {
	color: #fff;
}
.header_navbtn_ac:before { /* +の時 */
	width: 11px;
	height: 11px;
	content: "";
	position: absolute;
	top: 27.5px;
	right: 30px;
	transition: all 0.2s ease-in-out;
	border-top: solid 1px #007440;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.header_navbtn_ac:after {
	width: 11px;
	height: 11px;
	content: "";
	position: absolute;
	top: 23px;
	right: 35px;
	transition: all 0.2s ease-in-out;
	border-top: solid 1px #007440;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.header_navbtn_ac.open:after {
	top: 27.5px;
	right: 30px;
	border-top: solid 1px #FFFFFF;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
/**/
.header_navbtn_text {
	padding-right: 30px;
	padding-left: 30px;
	color: #007440;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 56px;
	display: block;
}
/**/
.header_nav_btn:after {
	content: "";
	position: absolute;
	right: 48px;
	margin-top: -30px;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 1px #007440;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header_nav_btn_ac.open:before {
	border-top: solid 1px #FFFFFF;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: 24px;
	right: 45px;
	width: 11px;
	height: 11px;
}
.header_nav_btn:before {
	content: "";
	position: absolute;
	margin-top: 21px;
	right: 48px;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 1px #007440;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.header_content {}
.header_content.open {
	display: block;
}
.header_content.open .accordion_content_block {
	display: block !important;
}
.header_sp_content .accordion_content {
	border-bottom: solid 1px #007440;
}
.accordion_title {
	display: none;
}
.header_icon {
	top: 22px;
	left: 105px;
	font-size: 13px;
}
/**/
.mobile_cover {
	position: fixed;
	width: 100%;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header_pc_content {
	display: none;
}
.footer {
	background-color: #007440;
	padding-top: 30px;
	padding-bottom: 80px;
}
.footer_company_list {
	display: flex;
}
.footer_company_listitem {
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
	list-style: none;
	text-align: left;
}
.footer_company_listitem_link {
	width: 100%;
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
	display: block;
}
.footer_copyright {
	margin-bottom: 20px;
	padding-top: 20px;
	color: #fff;
	text-align: center;
}
.footer_copyright_text {
	margin-bottom: 0.5em;
	font-size: 12px;
}
.footer_copyright_block {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_copyright_block img {
	width: 12px;
	margin-bottom: 1px;
	margin-right: 5px;
}
.footer_copyright_block p {
	margin-bottom: 0;
	font-size: 12px;
}
#btnTopPage {
	position: fixed;
	bottom: 60px;
	right: 20px;
	height: 50px;
	width: 50px;
}
.footer_bottommenu_block {
	width: 100%;
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: center;
	z-index: 3;
}
.footer_bottommenu_block a {
	width: 30%;
	height: 46px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	box-shadow: 3px -2px 3px rgba(0, 0, 0, 0.3);
}
.bottommenu_left {
	background-color: #2a9c6f;
}
.bottommenu_center {
	margin-right: 5px;
	margin-left: 5px;
	background-color: #63b13f;
}
.bottommenu_right {
	background-color: #0c6a5a;
}
@media screen and (min-width: 768px) {
.header_logo_area {
	padding-left: 60px;
}
.header_logo_link {
	padding-right: 10px;
}
.header_logo_link img {
	height: 30px;
}
.header_logo_text {
	height: 30px;
}
.header_contact {
	font-size: 13px;
	padding-top: 0;
	display: flex;
	border: 1px solid #007440;
	border-radius: 30px;
	padding: 5px 20px 5px 15px;
}
.header_contact svg {
	margin-right: 10px;
}
.header_contact svg .cls-1 {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.header_contact:hover {
	color: #fff;
	background: #007440;
}
.header_contact:hover svg .cls-1 {
	fill: #fff;
}
.footer {
	padding-top: 60px;
	padding-bottom: 20px;
}
.footer_company_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}
.footer_company_listitem {
	width: 70%;
	max-width: 600px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.footer_company_listitem:first-child {
	width: 90%;
	max-width: 700px;
}
.footer_company_listitem_link {
	width: auto;
	margin-bottom: 30px;
	font-size: 16px;
}
.footer_company_listitem_link:hover {
	opacity: 0.8;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.6);
}
.footer_copyright {
	margin-bottom: 40px;
}
.footer_copyright_text {
	margin-bottom: 1em;
	font-size: 12px;
}
.footer_copyright_block img {
	width: 12px;
}
.footer_copyright_block p {
	font-size: 12px;
}
#btnTopPage {
	bottom: 20px;
}
.footer_bottommenu {
	display: none;
}
}

@media screen and (min-width: 768px) {
.header_sp_nav {
	display: none;
}
.header_pc_content {
	width: 100%;
	background: #f2f2f2;
	position: fixed;
	top: 56px;
	display: block;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 5, 0.2);
	z-index: 4;
}
.pc_navlist {
	width: 80%;
	max-width: 1600px;
	min-width: 768px;
	height: 56px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.pc_navlistitem {
	list-style: none;
	flex-grow: 1;
}
.pc_navlistitem_link {
	height: 56px;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 16px;
	font-weight: bold;
	color: #007440 !important;
	text-align: center;
	line-height: 56px;
	cursor: pointer;
	display: block;
}
.pc_navlistitem_link:hover {
	background: #007440;
	color: #fff !important;
	text-decoration: none;
	border: none;
}
}
}

/*! CSS Used from: Embedded ; media=all */
@media all {
  .cls-1 {
    fill: #339066;
  }
}
/* 20230210 footerライセンス追加 */
.footer_copyright_licence {
	display: flex;
	justify-content: center;
}
.footer_copyright_text01 {
	margin-right: 20px;
}
.footer_copyright_text02 {
	margin-left: 20px;
}
@media screen and (max-width:768px) {
	.footer_copyright_licence {
		width: 95%;
		flex-wrap: wrap;
	flex-direction: column;
	}
	.footer_copyright_text001, .footer_copyright_text02 {
		margin-right: 0;
		margin-left: 0;
	}
}
