@charset "utf-8";
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.en {
	font-family: "Garamond", "Times New Roman", "Songti SC", "SimSun", serif;
}
.song {
	font-family: "思源宋体","Source Han Serif SC", "Noto Serif CJK SC", serif;
}
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 100.6rem;
}
.baibg {
	margin-bottom: 2rem;
	padding: 2rem;
	background-color: rgb(251, 253, 254,0.7);
	border-radius: 2rem;
	position: relative;
	z-index: 2;
}
.head01 {
	font-size: 2.6rem;
	font-weight: bold;
	font-family: "思源宋体","Source Han Serif SC", "Noto Serif CJK SC", serif;
}
.head01.center {
	padding: 0 12rem;
	margin: 0 auto 1rem;
	width: fit-content;
	text-align: center;
	background: url(../img/common/title_bg01.png) no-repeat left center,url(../img/common/title_bg02.png) no-repeat right center;
	background-size: 11rem;
}
.head01 .small {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media all and (max-width: 767px) {
	.baibg {
		padding: 1.5rem 1.5rem;
	}
	.head01 {
		font-size: 3rem;
		letter-spacing: 0;
	}
	.head01 .small {
		letter-spacing: 0;
		font-size: 1.4rem;
	}
	.head01.center {
		max-width: 100%;
		padding: 0 5rem;
		background-size: 5rem;
		white-space: nowrap;
	}
}
.pageTitle {
	padding: 14rem 0 6rem;
	text-align: center;
}
.pageTitle h2 {
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.4;
	font-family: "思源宋体","Source Han Serif SC", "Noto Serif CJK SC", serif;
}
.pageTitle h2 small {
	display: block;
	padding: 0 3rem;
	margin: 0 auto;
	width: fit-content;
	font-size: 2.2rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
	font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.pageTitle h2 .title {
	display: inline-block;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	background: url(../img/common/title_bg06.png) no-repeat center bottom / 35rem;
}
.pageTitle .titleSpec {	
	margin: 0 2rem;
	margin-bottom: 2rem;
	padding-bottom: 3rem;
	background: url(../img/common/title_bg06.png) no-repeat center bottom / 35rem;
}
.pageTitle .titleSpec .title {
	margin: 0;
	background: none;
	padding-bottom: 0;
}
.pageTitle p {
	margin: 1rem 2rem;
	text-align: left;
	color: #5F5F5F;
	font-size: 1.5rem;
	line-height: 1.8;
	text-indent: 2rem;
	text-align: justify;
	position: relative;
	z-index: 2;
}
.pageTitle .titleSpec small {
	font-size: 1.8rem;
}
.pageTitle.bg {
	padding: 21rem 0 14rem;
	position: relative;
	background: url(../img/common/news_bg.png) no-repeat left calc(50% + 23rem) top 12rem / 63rem;
}
.pageTitle.bg::after {
	position: absolute;
	left: calc(50% - 11rem);
	top: 50%;
	width: 70rem;
	height: 35.3rem;
	content: '';
	transform: translateY(-50%);
	z-index: -1;
}
.pageTitle.bg h2 small {
	letter-spacing: 0;
}
@media all and (min-width: 768px) {
	.pageTitle .titleSpec {
		width: 42%;
		max-width: calc(40% - 5rem);
	}
	.pageTitle .titleSpec small {
		padding: 0;
	}
	.pageTitle.bg::before {
		position: absolute;
		left: calc(50% - 9rem);
		top: 0;
		content: '';
		width: 58rem;
		height: 100%;
		background: linear-gradient(90deg,rgba(242, 249, 251,1) 0,rgba(242, 249, 251,0) 15rem,rgba(242, 249, 251,0) calc(100% - 15rem),rgba(242, 249, 251,1) 100%);
	}
	.pageTitle p {
		max-width: calc(40% - 5rem);
	}
}
@media all and (max-width: 767px) {
	.pageTitle {
		padding: 8rem 0 4rem;
	}
	.pageTitle h2 {
		width: auto !important;
		margin: 0 auto;
		font-size: 3rem;
		letter-spacing: 0;
	}
	.pageTitle h2 small {
		font-size: 1.4rem;
		letter-spacing: 0;
		padding: 0 2.5rem;
	}
	.pageTitle.bg {
		margin: 0 -2rem;
		padding: 8rem 0 62vw;
		background-position: center bottom;
		background-size: 100%;
	}
	.pageTitle p {
		margin: 0 auto;
		max-width: 90%;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
.fv {
	margin-bottom: -5rem;
	padding: 22rem 2rem 19rem;
	position: relative;
	background: url(../img/index/main.png) no-repeat left calc(50% + 13.5rem) top -5rem / 87rem;
}
.fv .text {
	margin: 0 auto;
	max-width: 99.6rem;
}
.fv .text img {
	width: 45rem;
}
@media all and (max-width: 767px) {
	.fv {
		margin-bottom: -2rem;
		padding: 10rem 2rem 70vw;
		background: url(../img/index/main.png) no-repeat center bottom / 100%;
	}
	.fv .text {
		width: 30rem;
	}
}
.feature {
	padding: 1.5rem;
	display: flex;
	justify-content: center;
}
.feature li {
	padding: 0 3.5rem;
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	border-right: 0.1rem solid #498C89;
}
.feature li:last-child {
	border:  none;
}
.feature .img {
	margin-right: 3rem;
	width: 5rem;
	flex-shrink: 0;
}
.feature .big {
	margin-bottom: 0.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "思源宋体","Source Han Serif SC", "Noto Serif CJK SC", serif;
	line-height: 1;
}
.feature .num {
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: "Garamond", "Times New Roman", "Songti SC", "SimSun", serif;
	line-height: 1;
}
@media all and (max-width: 767px) {
	.feature {
		flex-wrap: wrap;
		gap: 2rem 0;
	}
	.feature li {
		padding: 0 0.5rem;
		width: 50%;
		font-size: 1.2rem;
	}
	.feature li:nth-child(2n) {
		border-right: none;
	}
	.feature .img {
		margin-right: 1rem;
		width: 3.5rem;
	}
	.feature .num {
		font-size: 3rem;
		line-height: 1;
		letter-spacing: 0;
	}
	.feature .big {
		font-size: 1.8rem;
		line-height: 1;
	}
}
.strength {
	display: flex;
	gap: 1rem;
}
.strength li {
	width: calc((100% - 5rem)/6);
	border-right: 0.1rem solid rgba(73, 140, 137,0.2);
	text-align: center;
	font-size: 1.3rem;
}
.strength li:last-child {
	border-right: none;
}
.strength li .img {
	margin: 0 auto 1rem;
	width: 4.8rem;
	display: block;
}
.strength li .big {
	display: block;
	margin-bottom: 0.6rem;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: "思源宋体", "Source Han Serif SC", "Noto Serif CJK SC", serif;
	font-weight: bold;
	line-height: 1;
}
@media all and (max-width: 767px) {
	.strength {
		flex-wrap: wrap;
	}
	.strength li {
		width: calc((100% - 2rem)/2);
	}
	.strength li:nth-child(2n) {
		border: none;
	}
}
.link-wz {
	margin: -2.9rem 0 1.8rem;
	text-align: right;
	font-size: 1.4rem;
}
.link-wz a,
.link-wz span {
	color: #2d5c6a;
}
.link-wz a:hover {
	opacity: 0.5;
}
.link-wz a:after,
.link-wz span::after {
	margin-left: 0.5rem;
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	content: '';
	border-top: 0.1rem solid currentColor;
	border-right: 0.1rem solid currentColor;
	transform: rotate(45deg);
}
.news-list.flex {
	display: flex;
	gap: 2rem;
}
.news-list li {
	margin: 0 0 1rem;
	border-radius: 1rem;
	background-color: #FFF;
	overflow: hidden;
	transition: box-shadow 0.3s;
	box-shadow: 0 0 1px #146161;
}
.news-list.flex li {
	margin: 0;
	width: calc((100% - 8rem)/5);
}
.news-list a {
	padding-bottom: 1rem;
	display: block;
	height: 100%;
}
.news-list li:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.news-list .image {
	display: block;
	margin-bottom: 1rem;
	aspect-ratio: 168/105;
	overflow: hidden;
}
.news-list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1rem;
}
.news-list .ttl {
	margin: 0 1rem 1.5rem;
	display: block;
	font-size: 1.3rem;
	color: #5F5F5F;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media all and (max-width: 767px) {
	.news-list.flex {
		display: block;
	}
	.news-list.flex li {
		margin-bottom: 1rem;
		width: 100%;
	}
	.news-list.flex li a {
		padding-bottom: 0;
		display: flex;
		height: inherit;
		align-items: center;
	}
	.news-list .image {
		margin-bottom: 0;
		width: 40%;
		aspect-ratio: 168/120;
	}
	.news-list .text {
		flex: 1;
	}
}
.date {
	margin: 0 1rem;
	font-size: 1.2rem;
	color: #5F5F5F;
	display: block;
	padding-left: 2rem;
	background: url(../img/common/icon_time.png) no-repeat left center / 1.6rem;
}
.location {
	margin-bottom: 4rem;
}
.location .head01 {
	margin:1rem 0;
}
.location .wei {
	margin-bottom: 1rem;
	border: 0.1rem solid #E8F3F3;
}
.location .wei h3 {
	padding: 0.7rem 2rem;
	font-size: 1.8rem;
	background-color: #E8F3F3;
}
.location .wei h3 span {
	padding-left: 1rem;
	margin-left: 1rem;
	font-size: 1.5rem;
	border-left: 0.1rem solid currentColor;
	line-height: 1;
	font-weight: normal;
}
.location .left .addTtl {
	padding: 0.8rem 2rem 0.8rem 8rem;
	margin-bottom: 0;
}
.location .left .addTtl::after {
	background-size: 100% 100%;
}
.location .mendian {
	padding: 1.5rem 1.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location .mendian li {
	padding: 0.5rem 0 0.5rem 2rem;
	width: calc(50% - 1rem);
	font-size: 1.3rem;
	background: url(../img/common/icon_location1.png) no-repeat left center / 1.1rem;
}
@media all and (min-width: 768px) {
	.location {
		padding: 0 2rem;
		display: flex;
		justify-content: space-between;
		gap: 3rem;
	}
	.location .left {
		padding: 1.5rem 1.5rem;
		width: 40rem;
	}	
	.location .map {
		flex: 1;
		max-width: 48rem;
	}
}
@media all and (max-width: 767px) {
	.location .left .addTtl {
		font-size: 2.2rem;
	}
}

.honors-list li {
	padding: 1rem 0.5rem;
	text-align: center;
	font-size: 1.3rem;
	box-shadow: 0 0 0.1rem rgba(73, 140, 137,0.5);
	border-radius: 1rem;
}
.honors-list .img {
	margin: 0 1rem 1.5rem;
	display: block;
	height: 5.6rem;
}
.honors-list .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.honors-list .big {
	margin: 1rem 0 0.4rem;
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: "思源宋体", "Source Han Serif SC", "Noto Serif CJK SC", serif;
}
@media all and (min-width: 768px) {
	.honors-list {
		display: flex;
		gap: 1.8rem;
	}
	.honors-list li {
		width: calc((100% - 6rem)/5);
	}
}
@media all and (max-width: 767px) {
	.honors-list li {
		display: flex;
		align-items: center;
		gap: 2rem;
	}
	.honors-list .img {
		width: 30%;
		height: 6rem;
	}
	
}
.addTtl {
	margin-bottom: -3.7rem;
	padding: 0.8rem 8rem 4rem;
	color: #FFF;
	font-size: 3rem;
	letter-spacing: 0.2rem;
	font-family: "思源宋体","Source Han Serif SC", "Noto Serif CJK SC", serif;
	position: relative;
}
.addTtl::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../img/common/add_ttl_bg.png) no-repeat left top;
	content: '';
	z-index: -1;
	border-radius: 1.5rem 0 0 0;
}
.addTtl::before {
	position: absolute;
	left: 1.5rem;
	top: -1.5rem;
	width: 4.5rem;
	aspect-ratio: 115/155;
	content: '';
	background: url(../img/common/icon_location.png) no-repeat center center / 100%;
}
.address .baibg {
	margin-bottom: 2rem;
	padding: 2rem 1rem;
	position: relative;
	flex-wrap: wrap;
	z-index: 1;
	gap: 2rem;
	background-color: #FFF;
}
.address .add-list li {
	padding: 1.5rem 1rem;
	width: calc((100% - 6rem)/4);
	box-shadow: 0 0 1px #146161;
}
.address .add-list .title {
	display: block;
	margin-bottom: 1.2rem;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "思源宋体","Source Han Serif SC", "Noto Serif CJK SC", serif;
}
.address .add-list .num {
	margin-right: 1rem;
	width: 2.6rem;
	height: 2.6rem;
	color: #FFF;
	font-size: 1.6rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #65BAB1;
	border-radius: 2rem;
}
.address .add-list .image {
	width: 100%;
	margin-bottom: 1rem;
	aspect-ratio: 168/110;
}
.address .add-list .image img {
	border-radius: 1rem;
}
.address .add-list .ttl {
	margin: 0 0 1rem;
	color: #000;
	font-size: 1.6rem;
}
.address .add-list .shangquan {
	padding: 0.2rem 2.5rem;
	display: block;
	font-size: 1.4rem;
	background: url(../img/common/icon_location1.png) no-repeat left center / 1.5rem;
}
.address .add-list .tel {
	padding: 0.7rem 2.5rem 0;
	display: block;
	font-size: 1.4rem;
	background: url(../img/common/icon_tel.png) no-repeat left center / 1.5rem;
}
@media all and (max-width: 767px) {
	.address .add-list {
		display: flex;
		gap: 1rem;
	}
	.address .add-list li {
		width: calc(50% - 0.5rem);
	}
	.address .add-list .ttl {
		font-size: 1.4rem;
		display: block;
		-webkit-line-clamp: inherit;
	}
	.addTtl {
		font-size: 2rem;
	}
	.addTtl::before {
		width: 3.5rem;
		top: -0.5rem;
	}
	.addTtl::after {
		background-size: 100% 100%;
	}
	.address .add-list .title {
		font-size: 1.6rem;
	}
	.address .add-list .tel {
		padding-top: 0.2rem;
	}	
}
/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
#faq .pageTitle.left::after {
	background-image: url(../img/index/main.png);
}
#faq .faq-wrap {
	padding-bottom: 5rem;
	display: flex;
	align-items: flex-start;
	gap: 3rem;
	background-color: #FFF;
}
#faq .faq-wrap .leftBox {
	position: sticky;
	top: 0;
	width: 18rem;
	flex-shrink: 0;
	background-color: #F5F9F9;
	border-radius: 2rem;
	overflow: hidden;
}
#faq .faq-wrap .leftBox .title {
	padding: 1.5rem;
	color: #FFF;
	text-align: center;
	background-color: #71C1BA;
}
#faq .faq-wrap .leftBox .title a {
	display: block;
	color: #FFF;
}
#faq .tabBox {
	display: none;
}
#faq .faq-wrap .sub {
	display: none;
}
#faq .faq-wrap .faqList {
	padding: 0.5rem 1rem;
}
#faq .faq-wrap .faqList li {
	border-bottom: 0.1rem solid #f5f5f5;
}
#faq .faq-wrap .faqList li a {
	display: block;
	padding: 1rem;
}
#faq .faq-wrap .faqList li a:hover,
#faq .faq-wrap .faqList li a.on {
	color: #FFF;
	background-color: rgba(55, 120, 120,0.5);
}
@media all and (max-width: 767px) {
	#faq .faq-wrap {
		display: block;		
	}
	#faq .faq-wrap {
	}
	#faq .faq-wrap .leftBox {
		margin-bottom: 3rem;
		position: static;
		width: auto;
	}
	#faq .faq-wrap .faqList {
		display: flex;
		flex-wrap: wrap;	
	}
	#faq .faq-wrap .faqList li {
		width: 50%;
	}
	#faq .faq-wrap .leftBox .title {
		padding: 0.5rem;
	}
	#faq .faq-wrap .faqList li a {
		padding: 0.5rem;
	}
}
#faq .head01 {
	margin-bottom: 3rem;
	padding-left: 3rem;
	background: url(../img/common/icon_hot.png) no-repeat left center;	
}
.faq-list {
	margin-bottom: 4rem;
}
.faq-list dt {
	margin: 0 0 2rem;
	padding: 0.3rem 4rem;
	position: relative;
	cursor: pointer;
}
.faq-list dt::before {
	position: absolute;
	left: 0;
	top: 0;
	content: 'Q';
	width: 3rem;
	height: 3rem;
	color: #FFF;
	font-size: 1.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #71C1BA;
	border-radius: 2rem;
}
.faq-list dt::after {
	position: absolute;
	right: 2rem;
	top: 1rem;
	content: '';
	width: 1rem;
	height: 1rem;
	border-right: 1px solid #0e383d;
	border-top: 1px solid #0e383d;
	transform: rotate(135deg);
}
.faq-list dt.on::after {
	transform: rotate(-45deg);
}
.faq-list dd {
	margin-bottom: 3rem;
	padding: 2rem 4rem;
	display: none;
	background-color: #F5F9FA;
	border-radius: 1rem;
}
@media all and (max-width: 767px) {
	#faq .head01 {
		font-size: 2.2rem;
	}
	.faq-list dt {
		margin-bottom: 1rem;
	}
	.faq-list dd {
		padding: 1rem 1.5rem;
	}
}
#faq .banner {
	margin-top: 0;
}
#faq .feature .img {
	margin-right: 2rem;
	width: 4rem;
}
#faq .feature .big {
	font-size: 1.6rem;
}
.banner {
	margin-top: 7rem;
	padding: 2rem;
	color: #FFF;
	background-color: #71C1BA;
	border-radius: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}
.banner .text img {
	width: 30rem;
}
.banner .img {
	margin: -8rem 0 -2rem;
	width: 22rem;
}
.banner .tel {
	margin-right: 1rem;
	color: #FFF;
	text-align: center;
}
.banner .tel .big {
	font-size: 4.5rem;
	line-height: 1;
}
.banner .tel .txt {
	padding: 0 0 0.5rem 3.2rem;
	display: inline-block;
	color: #FFF;
	font-size: 2.4rem;
	background: url(../img/common/icon_tel02.png) no-repeat left center / 2.5rem;
}
.banner .flex {
	display: flex;
	align-items: center;
	gap: 2rem;
}
.banner .flex.left img,
.banner .flex.right img {
	width: 6rem;
}
.banner .big {
	display: block;
	font-size: 2.4rem;
}
.banner .right {
	color: #FFF;
	margin-left: auto;
}
.banner .link {
	padding: 1rem;
	width: 10rem;
	color: #FFF;
	text-align: center;
	background-color: #d2ae6c;
	border-radius: 0.5rem;
}
.banner .link:hover {
	opacity: 0.8;
}
.banner .feature {
	padding: 0;
}
.banner .feature li {
	width: 18.6rem;
	font-size: 1.3rem;
	padding: 0 1rem;
}
.banner .feature .img {
	width: 5rem;
	margin: 0 1rem 0 0;
	filter: brightness(2000%);
}
.banner .feature .big {
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
}
.btmBox .banner {
	padding: 2rem 1rem;
	gap: 1rem;
}
.btmBox .banner .tel img {
	width: 3.5rem;
}
.btmBox .banner .tel .right  {
	gap: 0.5rem;
}
.btmBox .banner .tel .text {
	font-size: 1.1rem;
}
.btmBox .banner .tel .big {
	font-size: 2.4rem;
}
.btmBox .banner .feature li {
	border-color: #FFF;
}
.btmBox .banner .link {
	width: 8rem;
	font-size: 1.2rem;
}
#faq .feature .big {
		display: block;
}
@media all and (max-width: 767px) {
	.banner {
		margin-top: 0;
		flex-wrap: wrap;
	}
	.banner .img {
		margin: 0;
	}
	.banner .right img {
		max-width: 6rem;
	}
	.banner .link {
		margin: 0 auto;
	}
	.banner .big {
		font-size: 2.5rem;
	}
	.banner .feature {
		width: 100%;
		margin-bottom: 1rem;
	}
	.banner .tel {
		margin: 0 auto;
	}
	.banner .feature li {
		padding: 0 0.5rem;
		width: 50%;
	}
	.banner .feature .img {
		width: 4rem;
	}
	.banner .feature .text {
		font-size: 1.1rem;
	}
	.banner .tel .big {
		font-size: 4rem;
	}
	#faq .feature li {
		display: block;
		text-align: center;
	}
	#faq .feature .img {
		width: 5rem;
		display: block;
		margin: 0 auto 1rem;
	}
	#faq .feature .big {
		font-size: 2.2rem;
	}
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .head01 {
	margin-bottom: 2rem;
}
#news .news-list a {
	padding: 0.5rem;
	display: flex;
	height: auto;
	gap: 2rem;
}
#news .news-list .image {
	margin-bottom: 0;
	width: 29%;
	aspect-ratio: inherit;
	height: 14rem;
}
#news .news-list .text {
	padding: 1rem;
	flex: 1;
}
#news .news-list .link-wz {
	display: block;
	text-align: right;
	margin: -2rem 0 0;
}
#news .news-list .ttl {
	color: #498C89;
}
@media all and (min-width: 768px) {
	#news .pageTitle.bg {
		padding: 16rem 0 10rem;
	}
	#news .news-list .ttl {
		margin: 0 0 0.5rem;
		font-size: 2rem;
		font-weight: bold;
		font-family: "思源宋体","Source Han Serif SC", "Noto Serif CJK SC", serif;
		-webkit-line-clamp: 1;
	}
	#news .news-list .txt {
		margin-bottom: 1rem;
		color: #000;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#news .news-list .date {
		margin: 0;
	}
}
@media all and (max-width: 767px) {
	#news {
		overflow: hidden;
	}
	#news .pageTitle.bg {
		margin: 0 -2rem;
   		padding: 9rem 0 4rem;
		background: none;
	}
	#news .news-list a {
		gap: 0;
	}
	#news .news-list .txt {
		display: none;
	}
	#news .news-list .image {
        margin-bottom: 0;
        width: 40%;
		height: auto;
        aspect-ratio: 168 / 120;
    }
	#news .news-list .link-wz {
		margin-top: 0;
		font-size: 1.2rem;
	}
	#news .news-list .text {
		padding: 1rem 0;
	}
}
#news .detail {
	padding: 3rem;
}
#news .detail .ttl {
	font-size: 3rem;
	text-align: center;
	font-family: "思源宋体","Source Han Serif SC", "Noto Serif CJK SC", serif;
}
#news .detail .photo {
	margin-bottom: 2rem;
}
#news .detail img {
	width: 100% !important;
}
#news .detail .date {
	margin: 0 auto 2rem;
	width: fit-content;
	font-size: 1.6rem;
}
#news .detail p:not(:last-child) {
	margin-bottom: 3rem;
}
#news .detail .neirong {
	color: #5F5F5F;
}
#news .detail .neirong h2 {
	margin-bottom: 2rem;
	font-size: 3rem;
}
#news .banner .feature li {
	padding: 0 0.5rem;
	width: 15.5rem;
}
#news .banner .feature li:first-child {
	padding-left: 0;
}
#news .banner .feature li:last-child {
	padding-right: 0;
}
#news .banner .feature .img {
	margin-right: 0.5rem;
	width: 2.8rem;
}
.wp-block-image,
.wp-block-gallery,
.wp-block-list {
	margin-bottom: 1rem;
}
.wp-block-list {
	margin-left: 2rem;
	list-style: disc;
}
@media all and (max-width: 767px) {
	#news .detail {
		padding: 3rem 0;
	}
	#news .detail .ttl {
		font-size: 2rem;
		letter-spacing: 0;
	}
	#news .detail .neirong h2 {
		font-size: 2.2rem;
	}
	#news .banner .feature {
		margin: 0 auto 2;
		width: 30rem;
	}
	#news .banner .tel {
		width: 100%;		
		text-align: center;
	}
	#news .banner .tel .right {
		justify-content: center;
	}
}
.btn a {	
	margin: 2rem auto;
	display: block;
	padding: 1rem 2rem;
	width: fit-content;
	color: #FFF;
	text-align: center;
	background-color: #d2ae6c;
	border-radius: 0.5rem;
}
.btn a:hover {
	opacity: 0.8;
}
#about .pageTitle.bg {
	background-image: url(../img/common/company_img.png);
}
#about .info .picture img {
	width: 100%;
}
#about .info h2 {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	font-size: 3rem;
	background: url(../img/common/title_bg07.png) no-repeat left bottom / auto 2rem;
}
#about .info .text p {
	margin-bottom: 2rem;
	color: #5F5F5F;
	line-height: 1.8;
	font-size: 1.5rem;
}
#about .info .text p:last-child {
	margin-bottom: 0;
}
#about .youshi .feature {
	padding: 0;
}
@media all and (min-width: 768px) {	
	#about .info {
		display: flex;
		gap: 3rem;
	}
	#about .info .picture {
		margin-top: 9rem;
		width: 50%;
		flex-shrink: 0;
	}
	#about .info .picture img {
		height: 100%;
		object-fit: cover;
	}
	#about .pageTitle.bg {
		padding: 16rem 0 10rem;
	}
}
@media all and (max-width: 767px) {
	#about {
		overflow: hidden;
	}
	#about .pageTitle.bg {
		margin-bottom: 2rem;
		padding-bottom: 62vw;
	}
	#about .info .text {
		margin-bottom: 3rem;
	}
}
.contact-wrap {
	padding: 3rem;
}
.contact-wrap p {
	margin-bottom: 3rem;
	color: #000;
	text-align: center;
}
.contact-wrap .left-row,
.contact-wrap .right-row {
	padding: 2rem;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
	border-radius: 2rem;
}
.contact-wrap .tel {
    display: inline-block;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: url(../img/common/phone.png) no-repeat center left / 1.8rem;
}
.contact-wrap .list li {
	margin-bottom: 2rem;
	color: #000;
	text-align: center;
	font-size: 1.4;
}
.contact-wrap .list li:last-child {
	margin-bottom: 0;
}
.contact-wrap .list a {
	margin-top: 1rem;
	padding: 1rem;
	display: block;
	color: #fff;
    font-size: 1.8rem;
	border-radius: 4rem;
	background-color: #71C1BA;
	border: 1px solid #71C1BA;
}
.contact-wrap .list a:hover {
	color: #71C1BA;
	background-color: #FFF;
}
@media all and (min-width: 768px) {
	.contact-wrap .flex {
		display: flex;
		justify-content: space-between;
	}
	.contact-wrap .left-row {
		width: 25%;
	}
	.contact-wrap .right-row {
		width: 72%;
	}
}
@media all and (max-width: 767px) {
	.contact-wrap {
		padding: 3rem 1rem;
	}
	.contact-wrap .list a {
		padding: 0.5rem;
		font-size: 1.6rem;
	}
	.contact-wrap .left-row {
		margin-bottom: 2rem;
	}
}
.submit input {
	margin: 0 auto;
	width: 20rem;
	padding: 1rem;
	cursor: pointer;
	display: block;
	color: #fff;
    font-size: 1.8rem;
	border-radius: 4rem;
	background-color: #71C1BA;
	border: 1px solid #71C1BA;
	transition: 0.3s;
}
.submit input:hover {
	color: #71C1BA;
	background-color: #FFF;
}
.form-area {
	margin-bottom: 2rem;
}
.form-area dt {
	color: #000;
	margin-bottom: 1rem;
}
.form-area dd {
	margin-bottom: 1rem;
}
.form-area input[type="text"],
.form-area input[type="tel"],
.form-area textarea {
	padding: 0.5rem 1rem;
	width: 100%;
	height: 35px;
	font-size: 1.6rem;
	box-sizing: border-box;
	background-color: #f2f2f2;
	border: 1px solid #71C1BA;
	border-radius: 0.5rem;
	appearance: none;
	-webkit-appearance: none; 
	box-sizing: border-box;
}
.form-area select {
	margin: 0 1rem;
	width: 8rem;
	height: 35px;
	font-size: 1.6rem;
	padding-right: 30px;
	background-color: #f2f2f2;
	border: 1px solid #71C1BA;
	border-radius: 0.5rem;
}
.form-area select.w1 {
	width: 16rem;
}
.form-area select:first-child {
	margin-left: 0;
}
.form-area select::-ms-expand {
	display: none;
}
.form-area textarea {
	height: 100px;
	resize: vertical;
}
@media all and (max-width: 767px) {
	.form-area input[type="text"],
	.form-area input[type="tel"],
	.form-area textarea {
		font-size: 1.4rem;
	}
	.form-area select {
		font-size: 1.4rem;
	}
}
.pageLink {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wp-pagenavi {
	margin-top: 2rem;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	min-width: 3rem;
	text-align: center;
}