@charset "UTF-8";
@-webkit-keyframes scroll {
	0% {
		top: 0;
	}
	100% {
		top: 10px;
	}
}
@keyframes scroll {
	0% {
		top: 0;
	}
	100% {
		top: 10px;
	}
}
.his {}
.his_title {}
.his_table {}
.his_table > tbody {}
.his_table > tbody > tr {}
.his_table > tbody > tr:first-child {}
.his_table > tbody > tr:last-child {}
.his_table > tbody > tr > th {}
.his_table > tbody > tr > td {}
.his_table > tbody > tr:last-child > th {
	border-bottom: none;
}
.his_table > tbody > tr:last-child > td {
	border-bottom: none;
}
.areaBiz {}
.areaBiz_title {}
.biz {
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #ccc;
}
.biz:last-child {
	border-bottom: 1px solid #ccc;
}
.biz_title {
	display: flex;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 33px;
	align-items: center;
}
.biz_title > b {
	display: flex;
	width: 50px;
	height: 50px;
	background: #BA8B42;
	color: #fff;
	font-size: inherit;
	font-weight: inherit;
	align-items: center;
	justify-content: center;
	margin-right: 18px;
}
.biz_text {
	margin-bottom: 30px;
}
.biz_text:last-child {
	margin-bottom: 0;
}
.biz_cols {
	display: flex;
	justify-content: space-between;
}
.biz_col {}
.biz_col-no1 {
	width: 48%;
}
.biz_headline {
	line-height: 1.6;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 16px;
	letter-spacing: -0.05em;
}
.biz_imgWrap {
	display: flex;
	justify-content: space-between;
}
.biz_image {}
.biz_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.biz_image-small {
	min-width: 149px;
	width: 149px;
}
.biz_note {
	font-size: 16px;
	margin-top: 15px;
}
.biz_note > a {
	display: inline-block;
	color: inherit;
	transition-duration: .3s;
	transition-property: color, background-color;
	text-decoration: underline;
}
.biz_note > a::before {
	content: "";
}
.biz_note > a::after {
	content: "";
}
.biz_col-no2 {
	width: 48%;
}
.biz_pdfLink {
	width: calc(100% - 169px);
}
.biz_pdfLink > a {
	display: block;
	color: inherit;
	font-size: 16px;
	transition-duration: .3s;
	text-decoration: underline;
	transition-property: color, background-color;
}
.biz_pdfLink > a::before {
	content: "";
}
.biz_pdfLink > a::after {
	content: "";
}
.biz_col-no3 {
	width: 149px;
}
.biz_col-no4 {
	width: calc(100% - 169px);
}
.biz_subhead {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}
.biz_info {
	font-size: 16px;
	display: flex;
	position: relative;
	z-index: 1;
	margin-top: -121px;
	padding-left: 169px;
}
.biz_list {
	list-style: none;
	width: 260px;
	min-width: 260px;
}
.biz_list > li {
	letter-spacing: -0.05em;
}
.biz_list > li:first-child {}
.biz_list > li:last-child {}
.biz_list > li:nth-child(2n+1) {}
.biz_list > li:nth-child(n+3) {}
.biz_dList {
	list-style: none;
	margin-left: 24px;
	flex-grow: 1;
}
.biz_dList > dt {}
.biz_dList > dd {}
.biz_dList > dd > a {
	display: block;
	text-decoration: underline;
	color: inherit;
	transition-duration: .3s;
	transition-property: color, background-color;
	position: relative;
	z-index: 1;
	padding-left: 0.5em;
}
.biz_dList > dd > a::before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #333;
	border-radius: 50%;
	top: .875em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	position: absolute;
	z-index: 1;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.biz_dList > dd > a::after {
	content: "";
}
.biz_cols-no3 {}
.search {
	background: #F5EEE3;
	padding-top: 62px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.search_inner {
	max-width: 800px;
	margin: 0 auto;
}
.search_text {
	text-align: center;
}
.search_link {
	margin-top: 45px;
}
.search_link > a {
	font-size: 133%;
	height: 120px;
	padding: 0 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	text-decoration: none;
	transition-duration: 0.3s;
	transition-property: color, background-color;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.search_link > a::before {
	content: "";
}
.search_link > a::after {
	content: "";
}
.search_link > a > .icon {
	display: block;
	font-size: 18px;
	margin-left: 12px;
}
.areaBizWrap {
	margin-bottom: 73px;
}
.hisWrap {
	margin-bottom: 73px;
	}
.aboutWrap {
	margin-bottom: 80px;
}
.about {}
.about_title {}
.about_image {}
.about_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.about_text {
	line-height: 2;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 24px;
}
.about_name {
	text-align: center;
	margin-bottom: 53px;
}
.about_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.about_list > li {
	width: 48%;
}
.about_list > li:first-child {}
.about_list > li:last-child {}
.about_list > li:nth-child(2n+1) {}
.about_list > li:nth-child(n+3) {}
.about_list > li > a {
	background: #E3D0B4;
}
.about_list > li > a::before {
	content: "";
}
.about_list > li > a::after {
	content: "";
}
.about_list > li > a > .icon {
	display: block;
	color: #fff;
	font-size: 85%;
	margin-left: 6px;
}
.areaNewsWrap {
	margin-bottom: 70px;
}
.areaNews {}
.areaNews_title {}
.newsWrap {}
.news {
	border-bottom: 1px solid #ccc;
}
.news:first-child {
	border-top: 1px solid #ccc;
}
.news > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	padding: 20px 25px;
	position: relative;
	z-index: 1;
	align-items: center;
	justify-content: space-between;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.news > a::before {}
.news > a::after {}
.news_image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 240px;
	height: 160px;
	z-index: 1;
	transition-duration: .3s;
	transition-property: opacity;
	background-color: #eee;
}
.news_areaTxt {
	position: relative;
	z-index: 1;
	width: calc(100% - 265px);
}
.news_areaTxt > .icon {
	display: block;
	font-size: inherit;
	color: #ccc;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.news_time {
	font-size: 89%;
	color: #888888;
	line-height: 1;
	margin-bottom: 12px;
}
.news_time > time {
	display: block;
}
.news_text {
	font-size: 111%;
	font-weight: 500;
	line-height: 1.6;
	padding-right: 30px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.areaNews_link {
	max-width: 320px;
	margin: 30px auto 0;
}
.areaNews_link > a {}
.areaNews_link > a::before {
	content: "";
}
.areaNews_link > a::after {
	content: "";
}
.areaNews_link > a > .icon {
	display: block;
	font-size: 120%;
	margin-left: 10px;
}
.newsOuter {}
.newsOuter_title {
	font-size: 28px;
	margin-bottom: 73px;
}
.newsOuter_link {
	max-width: 500px;
	margin: 50px auto;
}
.newsOuter_link > a {
	height: 80px;
}
.newsOuter_link > a::before {
	content: "";
}
.newsOuter_link > a::after {
	content: "";
}
.newsOuter_link > a > .icon {
	display: block;
	font-size: 26px;
	margin-right: 15px;
}
.news_text-L {
	font-size: 172%;
}
.news_image-L {
	width: 300px;
	height: 200px;
}
.news_areaTxt-L {
	width: calc(100% - 326px);
}
.news-L {}
.news-L > a {
	padding: 32px 29px;
}
.entry {
	margin-bottom: 60px;
}
.entry:last-child {
	margin-bottom: 0;
}
.entry_box {}
.entry_areaTtl {
	margin-bottom: 50px;
}
.entry_time {
	color: #888888;
	font-size: 89%;
	line-height: 1;
	margin-bottom: 10px;
}
.entry_time > time {
	display: block;
}
.entry_title {
	font-size: 155%;
	line-height: 1.6;
	font-weight: 500;
}
.entry_body {}
.entry_listLink {
	max-width: 500px;
	margin: 95px auto 0;
}
.entry_listLink > a {
	height: 80px;
	font-size: 89%;
}
.entry_listLink > a::before {
	content: "";
}
.entry_listLink > a::after {
	content: "";
}
.entry_listLink > a > .icon {
	display: block;
	font-size: 26px;
	margin-right: 8px;
}
.entryNav {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	align-items: center;
}
.entryNav_link {
	width: 48%;
}
.entryNav_link-prev {}
.entryNav_link-next {}
.entryNav_link > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	align-items: center;
	font-weight: 500;
	line-height: 1.55;
	padding: 33px 16px;
	transition-duration: .3s;
	transition-property: color, background-color;
	position: relative;
	z-index: 1;
}
.entryNav_link-prev > a {}
.entryNav_link-next > a {}
.entryNav_link > a::before {}
.entryNav_link > a::after {}
.entryNav_link > a > .icon {
	display: block;
	font-size: 18px;
	color: #ccc;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.entryNav_link-prev > a > .icon {
	margin-right: 15px;
}
.entryNav_link-next > a > .icon {
	margin-left: 15px;
}
.visual {
	position: relative;
	z-index: 1;
	height: 900px;
	overflow: hidden;
	margin-bottom: 65px;
	font-size: 0;
}
.visual_title {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.visual_title > svg {
	fill: #fff;
	display: block;
	/*width: 321px;
	height: 60px;*/
}

.visual_title > svg {
    width: 300px;
    height: 148px;
}


.visual_slide {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	transition-delay: .3s;
}
.visual_slide.slick-initialized {
	opacity: 1;
}
.visual_slide_item {}
.visual_slide_image {
	height: 900px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.visual_slide_image-pc {}
.visual_slide_image > img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.visual_slide_image-sp {
	display: none;
}
.visual_scroll {
	position: absolute;
	z-index: 10;
	bottom: 52px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	line-height: 1;
}
.visual_scroll::after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 23' fill='%23fff'%3E%3Cpolygon points='17 21.75 0.9 10.01 0.31 10.82 17 22.99 33.69 10.82 33.1 10.01 17 21.75'/%3E%3Cpolygon points='33.69 0.82 33.1 0.01 17 11.75 0.9 0.01 0.31 0.82 17 12.99 33.69 0.82'/%3E%3C/svg%3E");
	display: block;
	width: 34px;
	height: 23px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 19px auto 0;
	display: block;
	position: relative;
	z-index: 1;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.visual_scroll > b {
	font-weight: 600;
	font-size: 20px;
	display: block;
}
.visual_slide_button {
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 65px;
	transition-duration: .3s;
	transition-property: transform;
}
.visual_slide_button-prev {
	margin-left: -521px;
}
.visual_slide_button-next {
	margin-left: 521px;
}
.visual_slide_button > .icon {
	display: block;
}
@media screen and (max-width: 1099px) {
	.visual_slide_button-prev {
		margin-left: -421px;
	}
	.visual_slide_button-next {
		margin-left: 421px;
	}
}
@media screen and (min-width:1000px) {
	.visual_slide_button:hover {
		-webkit-transform: translate(-50%, -50%) scale(1.1);
		transform: translate(-50%, -50%) scale(1.1);
	}
	.biz_note > a:hover {
		color: #BA8B42;
	}
	.biz_pdfLink > a:hover {
		color: #BA8B42;
	}
	.biz_dList > dd > a:hover {
		color: #BA8B42;
	}
	.biz_dList > dd > a:hover::before {
		background: #BA8B42;
	}
	.search_link > a:hover {
		background: #CCA973;
		color: #fff;
	}
	.about_list > li > a:hover {}
	.news > a:hover {
		background: #F9F5EE;
	}
	.areaNews_link > a:hover {}
	a:hover .news_image {
		opacity: 0.7;
	}
	a:hover .news_text {
		color: #BA8B42;
	}
	a:hover .news_areaTxt > .icon {
		color: #BA8B42;
	}
	.newsOuter_link > a:hover {}
	.entry_listLink > a:hover {}
	.entryNav_link > a:hover {
		color: #BA8B42;
	}
	.entryNav_link > a:hover > .icon {
		color: #BA8B42;
	}
}
@media screen and (max-width: 999px) {
	.his {}
	.his_title {}
	.his_table {}
	.his_table > tbody {}
	.his_table > tbody > tr {}
	.his_table > tbody > tr:first-child {}
	.his_table > tbody > tr:last-child {}
	.his_table > tbody > tr > th {}
	.his_table > tbody > tr > td {}
	.his_table > tbody > tr:last-child > th {}
	.his_table > tbody > tr:last-child > td {}
	.areaBiz {}
	.areaBiz_title {}
	.biz {}
	.biz:last-child {}
	.biz_title {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.biz_title > b {
		width: 42px;
		height: 42px;
	}
	.biz_text {
		margin-bottom: 20px;
	}
	.biz_text:last-child {}
	.biz_cols {}
	.biz_col {
		display: flex;
		flex-direction: column;
	}
	.biz_col-no1 {}
	.biz_headline {
		font-size: 18px;
	}
	.biz_imgWrap {}
	.biz_image {}
	.biz_image > img {}
	.biz_image-small {}
	.biz_note {
		font-size: 15px;
	}
	.biz_note > a {}
	.biz_note > a::before {}
	.biz_note > a::after {}
	.biz_col-no2 {}
	.biz_pdfLink {}
	.biz_pdfLink > a {
		font-size: 15px;
	}
	.biz_pdfLink > a::before {}
	.biz_pdfLink > a::after {}
	.biz_col-no3 {}
	.biz_col-no4 {}
	.biz_subhead {}
	.biz_info {
		display: block;
	}
	.biz_list {}
	.biz_list > li {}
	.biz_list > li:first-child {}
	.biz_list > li:last-child {}
	.biz_list > li:nth-child(2n + 1) {}
	.biz_list > li:nth-child(n + 3) {}
	.biz_dList {
		margin-left: 0;
		margin-top: 8px;
	}
	.biz_dList > dt {}
	.biz_dList > dd {}
	.biz_dList > dd > a {}
	.biz_dList > dd > a::before {}
	.biz_dList > dd > a::after {}
	.biz_cols-no3 {}
	.search {}
	.search_inner {}
	.search_text {}
	.search_link {
		margin-top: 30px;
	}
	.search_link > a {
		height: 100px;
	}
	.search_link > a::before {}
	.search_link > a::after {}
	.search_link > a > .icon {}
	.areaBizWrap {
		margin-bottom: 55px;
	}
	.hisWrap {}
	.aboutWrap {
		margin-bottom: 65px;
	}
	.about {}
	.about_title {}
	.about_image {}
	.about_image > img {}
	.about_text {}
	.about_name {}
	.about_list {}
	.about_list > li {}
	.about_list > li:first-child {}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2n + 1) {}
	.about_list > li:nth-child(n + 3) {}
	.about_list > li > a {}
	.about_list > li > a::before {}
	.about_list > li > a::after {}
	.about_list > li > a > .icon {}
	.areaNewsWrap {}
	.areaNews {}
	.areaNews_title {}
	.newsWrap {}
	.news {}
	.news:first-child {}
	.news > a {
		padding: 18px 20px;
	}
	.news > a::before {}
	.news > a::after {}
	.news_image {
		width: 192px;
		height: 128px;
	}
	.news_areaTxt {
		width: calc(100% - 212px);
	}
	.news_areaTxt > .icon {}
	.news_time {
		margin-bottom: 8px;
	}
	.news_time > time {}
	.news_text {
		padding-right: 25px;
	}
	.areaNews_link {}
	.areaNews_link > a {}
	.areaNews_link > a::before {}
	.areaNews_link > a::after {}
	.areaNews_link > a > .icon {}
	.news_text-L {
		font-size: 125%;
	}
	.news_image-L {}
	.news_areaTxt-L {}
	.news-L {}
	.news-L > a {}
	.newsOuter {}
	.newsOuter_title {
		font-size: 25px;
		margin-bottom: 45px;
	}
	.newsOuter_link {
		max-width: 360px;
	}
	.newsOuter_link > a {
		height: 60px;
	}
	.newsOuter_link > a::before {}
	.newsOuter_link > a::after {}
	.newsOuter_link > a > .icon {}
	.entry {
		margin-bottom: 50px;
	}
	.entry_box {}
	.entry_areaTtl {
		margin-bottom: 35px;
	}
	.entry_time {
		margin-bottom: 8px;
	}
	.entry_time > time {}
	.entry_title {}
	.entry_body {}
	.entry_listLink {
		max-width: 360px;
		margin-top: 70px;
	}
	.entry_listLink > a {
		height: 60px;
	}
	.entry_listLink > a::before {}
	.entry_listLink > a::after {}
	.entry_listLink > a > .icon {}
	.entryNav {}
	.entryNav_link {}
	.entryNav_link-prev {}
	.entryNav_link-next {}
	.entryNav_link > a {
		padding: 25px 16px;
	}
	.entryNav_link-prev > a {}
	.entryNav_link-next > a {}
	.entryNav_link > a::before {}
	.entryNav_link > a::after {}
	.entryNav_link > a > .icon {}
	.entryNav_link-prev > a > .icon {}
	.entryNav_link-next > a > .icon {}
	.visual {
		height: 580px;
	}
	.visual_title {}
	.visual_title > svg {
		width: 200px;
		height: 39px;
	}
	.visual_slide {}
	.visual_slide_item {}
	.visual_slide_image {
		height: 580px;
	}
	.visual_slide_image-pc {}
	.visual_slide_image > img {}
	.visual_slide_image-sp {}
	.visual_scroll {
		bottom: 30px;
	}
	.visual_scroll::after {}
	.visual_scroll > b {
		font-size: 16px;
	}
	.visual_slide_button {
		font-size: 45px;
	}
	.visual_slide_button-prev {
		margin-left: -220px;
	}
	.visual_slide_button-next {
		margin-left: 220px;
	}
	.visual_slide_button > .icon {}
}
@media screen and (max-width:767px) {
	.his {}
	.his_title {}
	.his_table {
		width: calc(100% + 40px);
	}
	.his_table > tbody {}
	.his_table > tbody > tr {}
	.his_table > tbody > tr:first-child {}
	.his_table > tbody > tr:last-child {}
	.his_table > tbody > tr > th {}
	.his_table > tbody > tr > td {}
	.his_table > tbody > tr:last-child > th {}
	.his_table > tbody > tr:last-child > td {}
	.areaBiz {}
	.areaBiz_title {}
	.biz {
		padding-top: 20px;
		padding-bottom: 25px;
	}
	.biz:last-child {}
	.biz_title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.biz_title > b {
		width: 38px;
		height: 38px;
		margin-right: 15px;
	}
	.biz_text {
		margin-bottom: 10px;
	}
	.biz_text:last-child {}
	.biz_cols {
		display: block;
		max-width: 470px;
		margin: 0 auto;
	}
	.biz_col {
		width: auto;
	}
	.biz_col-no1 {}
	.biz_headline {}
	.biz_imgWrap {}
	.biz_image {}
	.biz_image > img {}
	.biz_image-small {
		min-width: 106px;
		width: 106px;
	}
	.biz_note {}
	.biz_note > a {}
	.biz_note > a::before {}
	.biz_note > a::after {}
	.biz_col-no2 {
		margin-top: 20px;
	}
	.biz_pdfLink {
		width: calc(100% - 126px);
	}
	.biz_pdfLink > a {}
	.biz_pdfLink > a::before {}
	.biz_pdfLink > a::after {}
	.biz_col-no3 {
		width: 106px;
		min-width: 106px;
	}
	.biz_col-no4 {
		width: calc(100% - 126px);
	}
	.biz_subhead {
		font-size: 18px;
		margin-bottom: 4px;
	}
	.biz_info {
		padding-left: 0;
		line-height: 1.68;
		font-size: inherit;
		max-width: 470px;
		margin: 0 auto;
	}
	.biz_list {
		width: auto;
		min-width: 0;
	}
	.biz_list > li {}
	.biz_list > li:first-child {}
	.biz_list > li:last-child {}
	.biz_list > li:nth-child(2n + 1) {}
	.biz_list > li:nth-child(n + 3) {}
	.biz_dList {}
	.biz_dList > dt {}
	.biz_dList > dd {}
	.biz_dList > dd > a {}
	.biz_dList > dd > a::before {}
	.biz_dList > dd > a::after {}
	.biz_cols-no3 {
		display: flex;
		margin-bottom: 20px;
	}
	.search {
		padding-top: 25px;
		padding-bottom: 30px;
		margin-bottom: 34px;
	}
	.search_inner {}
	.search_text {
		text-align: left;
	}
	.search_link {
		margin-top: 15px;
	}
	.search_link > a {
		font-size: 17px;
		padding: 0 16px;
		text-align: left;
		line-height: 2;
		justify-content: flex-start;
		padding-right: 50px;
	}
	.search_link > a::before {}
	.search_link > a::after {}
	.search_link > a > .icon {
		font-size: 16px;
		margin-left: 30px;
		position: absolute;
		z-index: 1;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 24px;
	}
	.areaBizWrap {
		margin-bottom: 35px;
	}
	.hisWrap {}
	.aboutWrap {
		margin-bottom: 36px;
	}
	.about {}
	.about_title {}
	.about_image {}
	.about_image > img {}
	.about_text {
		margin-top: 13px;
		font-size: 16px;
		margin-bottom: 3px;
		text-align: left;
	}
	.about_name {
		font-size: 16px;
		text-align: right;
		margin-bottom: 23px;
	}
	.about_list {
		max-width: 280px;
		display: block;
		margin: 0 auto;
	}
	.about_list > li {
		width: auto;
		margin-top: 10px;
	}
	.about_list > li:first-child {}
	.about_list > li:last-child {}
	.about_list > li:nth-child(2n + 1) {}
	.about_list > li:nth-child(n + 3) {}
	.about_list > li > a {
		font-size: 18px;
	}
	.about_list > li > a::before {}
	.about_list > li > a::after {}
	.about_list > li > a > .icon {}
	.areaNewsWrap {
		margin-bottom: 35px;
	}
	.areaNews {}
	.areaNews_title {}
	.newsWrap {}
	.news {}
	.news:first-child {}
	.news > a {}
	.news > a::before {}
	.news > a::after {}
	.news_image {
		width: 135px;
		height: 90px;
	}
	.news_areaTxt {
		width: calc(100% - 150px);
	}
	.news_areaTxt > .icon {
		display: none;
	}
	.news_time {
		font-size: 14px;
	}
	.news_time > time {}
	.news_text {
		padding-right: 0;
		font-size: 15px;
	}
	.areaNews_link {
		max-width: 220px;
		margin-top: 20px;
	}
	.areaNews_link > a {}
	.areaNews_link > a::before {}
	.areaNews_link > a::after {}
	.areaNews_link > a > .icon {}
	.news_text-L {}
	.news_image-L {}
	.news_areaTxt-L {}
	.news-L {}
	.news-L > a {
		padding: 17px 20px;
	}
	.newsOuter {}
	.newsOuter_title {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.newsOuter_link {
		max-width: 260px;
		margin-top: 25px;
	}
	.newsOuter_link > a {}
	.newsOuter_link > a::before {}
	.newsOuter_link > a::after {}
	.newsOuter_link > a > .icon {
		font-size: 22px;
		margin-right: 12px;
	}
	.entry {
		margin-bottom: 30px;
	}
	.entry_box {}
	.entry_areaTtl {
		margin-bottom: 20px;
	}
	.entry_time {
		font-size: 14px;
	}
	.entry_time > time {}
	.entry_title {
		font-size: 20px;
	}
	.entry_body {}
	.entry_listLink {
		max-width: 260px;
		margin-top: 36px;
	}
	.entry_listLink > a {}
	.entry_listLink > a::before {}
	.entry_listLink > a::after {}
	.entry_listLink > a > .icon {}
	.entryNav {
		display: block;
	}
	.entryNav_link {
		width: auto;
	}
	.entryNav_link-prev {}
	.entryNav_link-next {}
	.entryNav_link > a {
		padding: 25px 40px;
	}
	.entryNav_link-prev > a {
		padding-bottom: 10px;
	}
	.entryNav_link-next > a {
		padding-top: 10px;
	}
	.entryNav_link > a::before {}
	.entryNav_link > a::after {}
	.entryNav_link > a > .icon {
		position: absolute;
		z-index: 1;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.entryNav_link-prev > a > .icon {
		left: 16px;
	}
	.entryNav_link-next > a > .icon {
		right: 16px;
	}
	.visual {
		height: 430px;
		margin-bottom: 35px;
	}
	.visual_title {}
	.visual_title > svg {
		width: 192px;
		/*height: 36px;*/
	}
  	.visual_title > svg {
		height: 96px;
	}  
    
    
	.visual_slide {}
	.visual_slide_item {}
	.visual_slide_image {
		height: 430px;
	}
	.visual_slide_image-pc {
		display: none;
	}
	.visual_slide_image > img {}
	.visual_slide_image-sp {
		display: block;
	}
	.visual_scroll {}
	.visual_scroll::after {
		width: 23px;
		height: 17px;
		margin-top: 10px;
	}
	.visual_scroll > b {
		font-size: 13px;
	}
	.visual_slide_button {}
	.visual_slide_button-prev {
		margin-left: -155px;
	}
	.visual_slide_button-next {
		margin-left: 155px;
	}
	.visual_slide_button > .icon {}
}
@media screen and (max-width:347px) {
	.biz_headline {
		font-size: 16px;
	}
	.search_link > a {
		font-size: 15px;
	}
	.about_text {
		font-size: 15px;
	}
	.about_name {
		font-size: 15px;
	}
	.news > a {
		padding: 15px 17px;
	}
	.visual_slide_button {
		font-size: 37px;
	}
	.visual_slide_button-prev {
		margin-left: -135px;
	}
	.visual_slide_button-next {
		margin-left: 135px;
	}
	.news_image {
		width: 100px;
		height: 70px;
	}
	.news_areaTxt {
		width: calc(100% - 120px);
	}
}
