@charset "utf-8";

/* トップページ
======================================== */

/* トップページ共通
------------------------------------------------- */
.index h2 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1;
}
.index h2 span {
	display: block;
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 8rem;
}
.index .btn a {
	position: relative;
	display: inline-block;
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	border: solid 2px rgb(230,230,230,0.7);
	padding: 18px 120px 15px 100px;
	z-index: 0;
	transition: all 0.3s;
}
.index .btn a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 24px;
	height: 7px;
	background-image: url("/english/img/arrow_gra.png");
	background-size: contain;
	vertical-align: middle;
	margin: auto;
	transition: all 0.3s;
}
.index .btn a::after {
	position: absolute;
	content: "";
	inset: 0;
	background: linear-gradient(135deg, rgba(61,151,17,1) 0%, rgba(137,205,35,1) 100%);
	opacity: 0;
	transition: opacity 0.3s;
	z-index: -1;
}
.index .btn a:hover {
	color: #fff;
	border: solid 2px rgba(255,255,255,0);
}
.index .btn a:hover::before {
	right: 15px;
	background-image: url("/english/img/arrow_w.png");
}
.index .btn a:hover::after {
	opacity: 1;
}
.index .read_txt {
	width: min(88%, 1000px);
	margin: 40px auto;
}
@media screen and (max-width:767.98px) {
	.index h2 {
		font-size: 1.6rem;
	}
	.index h2 span {
		font-size: 5rem;
	}
	.index .btn a {
		font-size: 1.5rem;
		padding: 15px 80px 12px 60px;
	}
	.index .btn a::before {
		right: 15px;
		width: 17px;
		height: 5px;
	}
	.index .read_txt {
		width: 100%;
		text-align: left;
		margin: 20px 0;
		padding: 0 6%;
	}
}

/* ビジュアル
------------------------------------------------- */
.bg_pattern {
	position: relative;
	width: 100%;
	min-height: 100svh;
	overflow: hidden;
}
.bg_pattern_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	z-index: -1;
}
.bg_pattern_img::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	background: url("/english/img/index_visual.png") bottom center no-repeat;
	background-size: cover;
}
.index .visualArea {
	width: 100%;
	height: 600px;
}
.index .visualArea .copy {
	font-family: "Shippori Antique", sans-serif;
	font-weight: 400;
	font-size: clamp(5.2rem, 4.2vw, 8rem);
	line-height: 1.2;
	text-align: center;
	margin: 160px 5% 80px;
}
.index .visualArea .copy-sub,
.index .visualArea .copy-txt {
	width: 600px;
	color: #64ac41;
	margin: 0 6% 0 auto;
}
.index .visualArea .copy-sub {
	font-family: "Amiri", serif;
	font-size: 5rem;
	font-weight: 400;
	font-style: italic;
}
.index .visualArea .copy-sub span {
	display: inline-block;
	font-weight: 700;
	border-bottom: solid 2px #64ac41;
	line-height: 0.8;
	padding: 0 5px;
}
.index .visualArea .copy-txt {
	text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}
@media screen and (max-width:767.98px) {
	.index .visualArea {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		height: calc(100svh - 55px);
	}
	.index .visualArea .copy {
		font-size: 4.5rem;
		line-height: 1.1;
		margin: 0 6% 50px;
	}
	.index .visualArea .copy-sub,
	.index .visualArea .copy-txt {
		width: 60%;
	}
	.index .visualArea .copy-sub {
		font-size: 3rem;
	}
	.index .visualArea .copy-txt {
		line-height: 1.3;
		margin-bottom: 50px;
	}
}
@media (orientation: landscape) and (max-width: 767.98px) {
	.index .visualArea {
		height: 400px;
	}
}

/* グラデーション背景
------------------------------------------------- */
.index .bg_gra {
	background: rgb(137,205,35);
	background: linear-gradient(135deg, rgba(61,151,17,0.8) 0%, rgba(137,205,35,0.8) 100%);
	padding-top: 1px;
}

/* ニュース
------------------------------------------------- */
.index .newsArea {
	margin: -150px auto 0;
}
/* 重要なお知らせ */
.index .newsArea .info_box {
	width: 100%;
	background: #ebf1f4;
	font-weight: 400;
	padding: 30px;
	margin-bottom: 20px;
}
.index .newsArea .info_box a {
	display: inline-block;
}
.index .newsArea .info_box a.lnk::after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 7px;
	background-image: url("/english/img/arrow_gra.png");
	background-size: contain;
	vertical-align: middle;
	margin: 0 0 5px 10px;
}
.index .newsArea .info_box a.pdf::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/english/img/arrow_blank.png");
	background-size: contain;
	vertical-align: middle;
	margin: 0 0 5px 10px;
}
.index .newsArea .info_box a:hover {
	text-decoration: underline;
	color: #64ac41;
}
/* ニュース */
.index .newsArea .news_box {
	background: #fff;
	box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.1);
	padding: 60px;
}
.index .newsArea .news_box h2 span {
	display: inline-block;
	font-size: 6rem;
	padding-right: 15px;
}
.index .newsArea .news_box .btn {
	margin-left: 40px;
}
.index .newsArea .news_box .btn a {
	padding: 15px 70px 12px 50px;
}
.index .home-news {
	margin-top: 35px;
}
.index .home-news__article:first-child {
	border-top: solid 2px #e6e6e6;
}
.index .home-news__article a {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: solid 2px #e6e6e6;
	padding: 25px 0;
	transition: all 0.3s;
}
.index .home-news__article a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	right: 0;
	vertical-align: middle;
	margin: auto;
	transition: all 0.3s;
}
.index .home-news__article a.home-news__type::before {
	width: 24px;
	height: 7px;
	background-image: url("/english/img/arrow_gra.png");
	background-size: contain;
}
.index .home-news__article a.home-news__type--pdf::before {
	width: 18px;
	height: 18px;
	background-image: url("/english/img/arrow_blank.png");
	background-size: contain;
}
.index .home-news__article a:hover .home-news__title {
	color: #64ac41!important;
}
.index .home-news__article a:hover::before {
	right: -5px;
}
.index .home-news__body {
	display: flex;
}
.index .home-news__property {
	display: flex;
}
.index .home-news__date {
	width: 176px;
}
.index .home-news__category i {
	display: inline-block;
	width: 160px;
	font-size: 1.4rem;
	font-style: normal;
	background: #ebf1f4;
	text-align: center;
	padding: 5px;
	margin-top: -2px;
}
.index .home-news__caption {
	width: calc(100% - 380px);
	margin-left: auto;
	padding-right: 60px;
}
.index .home-news__filesize {
	font-style: normal;
}
@media screen and (max-width:767.98px) {
	.index .newsArea  {
		margin: -50px auto 0;
	}
	/* 重要なお知らせ */
	.index .newsArea .info_box {
		padding: 20px;
	}
	.index .newsArea .info_box a.lnk::after {
		width: 17px;
		height: 5px;
		margin: 0 0 4px 8px;
	}
	.index .newsArea .info_box a.pdf::after {
		width: 13px;
		height: 13px;
		margin: 0 0 4px 8px;
	}
	/* ニュース */
	.index .newsArea .news_box  {
		padding: 40px 25px;
	}
	.index .newsArea .news_box  .col {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.index .newsArea .news_box  h2 span {
		display: block;
		font-size: 4.5rem;
		padding-right: 10px;
	}
	.index .newsArea .news_box  .btn {
		margin-left: 10px;
	}
	.index .newsArea .news_box  .btn a {
		padding: 10px 35px 7px 15px;
	}
	.index .newsArea .news_box  .btn a::before {
		right: 10px;
	}
	.index .home-news {
		margin-top: 20px;
	}
	.index .home-news__article a {
		padding: 25px 0;
	}
	.index .home-news__article a::before {
		right: 0;
	}
	.index .home-news__article a.home-news__type::before {
		width: 17px;
		height: 5px;
	}
	.index .home-news__article a.home-news__type--pdf::before {
		width: 13px;
		height: 13px;
	}
	.index .home-news__body {
		display: block;
	}
	.index .home-news__date {
		width: 100px;
	}
	.index .home-news__category i {
		width: 110px;
		font-size: 1.2rem;
		padding: 3px;
	}
	.index .home-news__caption {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
		padding-right: 30px;
	}
}

/* ＮＳＤのサービス
------------------------------------------------- */
.index .serviceArea {
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 120px 0;
}
.index .serviceArea a {
	color:#fff;
}
.index .serviceArea h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.index .serviceArea h2 span::before,
.index .serviceArea h2 span::after {
	content: '';
	width: 350px;
	height: 2px;
	background-color: #fff;
}
.index .serviceArea h2 span::before {
	margin-right: 80px;
}
.index .serviceArea h2 span::after {
	margin-left: 80px;
}
.index .serviceArea .btn a {
	min-width: 500px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	letter-spacing: 0;
	border: solid 2px #fff;
	padding: 22px 120px 25px 120px;
}
.index .serviceArea .btn a::before {
	background-image: url("/english/img/arrow_w.png");
}
.index .serviceArea .btn a::after {
	background: transparent;
}
.index .serviceArea .btn a:hover {
	color: #64ac41;
	background: #fff;
}
.index .serviceArea .btn a:hover::before {
	background-image: url("/english/img/arrow_gra.png");
}
.index .serviceArea .col {
	align-items: center;
	justify-content: space-between;
	width: min(88%, 1200px);
	margin: 50px auto 0;
}
.index .serviceArea .col ul {
	width: calc(100% - 650px);
	text-align: left;
}
.index .serviceArea .col ul a {
	position: relative;
	display: block;
	font-size: 2.2rem;
	text-align: left;
	color: #333;
	background: #fff;
	padding: 30px;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.index .serviceArea .col ul a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	right: 30px;
	width: 24px;
	height: 7px;
	background-image: url("/english/img/arrow_gra.png");
	background-size: contain;
	vertical-align: middle;
	margin: auto;
	transition: all 0.3s;
}
.index .serviceArea .col ul a:hover {
	color: #fff;
	background: #0278d2;
}
.index .serviceArea .col ul a:hover::before {
	background-image: url("/english/img/arrow_w.png");
	right: 25px;
}
@media screen and (max-width:767.98px) {
	.index .serviceArea {
		padding: 80px 0;
	}
	.index .serviceArea h2 span::before,
	.index .serviceArea h2 span::after {
		width: 60px;
	}
	.index .serviceArea h2 span::before {
		right: 0;
		margin-right: 20px;
	}
	.index .serviceArea h2 span::after {
		margin-left: 20px;
	}
	.index .serviceArea .btn a {
		min-width: 300px;
		font-size: 1.8rem;
		padding: 16px 50px 16px 30px;
	}
	.index .serviceArea .col {
		width: 88%;
		margin: 50px auto 0;
	}
	.index .serviceArea .col ul {
		width: 100%;
		margin-bottom: 40px;
	}
	.index .serviceArea .col ul a {
		font-size: 1.7rem;
		letter-spacing: 0;
		padding: 18px 20px;
	}
	.index .serviceArea .col ul a::before {
		right: 20px;
		width: 17px;
		height: 5px;
	}
	.index .serviceArea img {
		width: 100%;
		max-width: 580px;
	}
}

/* 企業情報・採用情報共通
------------------------------------------------- */
.index .comp_rec {
	justify-content: space-between;
	text-align: center;
	margin: 130px auto;
}
.index .comp_rec h2 {
	margin-top: 60px;
}
.index .companyArea,
.index .recruitArea {
	width: 100%;
	padding: 30px 0;
}
@media screen and (max-width:767.98px) {
	.index .comp_rec {
		margin: 80px auto;
	}
	.index .comp_rec h2 {
		margin-top: 20px;
	}
	.index .companyArea,
	.index .recruitArea {
		width: 100%;
		padding: 40px 0 20px;
	}
}

/* 企業情報
------------------------------------------------- */
.index .companyArea {
	background: url("/english/img/index_company_bg.jpg") top center;
	background-size: cover;
	color: #fff;
}
.index .companyArea a {
	color:#fff;
}
.index .companyArea ul {
	display: flex;
	justify-content: space-between;
	width: 80%;
	text-align: left;
	line-height: 1.4;
	margin: 60px auto 0;
	padding-bottom: 50px;
}
.index .companyArea ul li {
	width: 30%;
}
.index .companyArea ul a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	height: 100%;
	font-size: 2rem;
	text-align: left;
	border-top: solid 2px rgba(216,216,216,0.5);
	border-bottom: solid 2px rgba(216,216,216,0.5);
	padding: 25px 0;
	transition: all 0.3s;
}
.index .companyArea ul a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 7px;
	background-image: url("/english/img/arrow_gra.png");
	background-size: contain;
	vertical-align: middle;
	margin: auto;
	transition: all 0.3s;
}
.index .companyArea ul a:hover {
	color: #89dc61;
	text-decoration: underline;
}
.index .companyArea ul a:hover::before {
	right: -5px;
}
@media screen and (max-width:767.98px) {
	.index .companyArea {
		margin-bottom: 30px;
	}
	.index .companyArea ul {
		display: block;
		width: 85%;
		border-top: solid 2px rgba(216,216,216,0.5);
		margin: 40px auto 0;
		padding-bottom: 30px;
	}
	.index .companyArea ul li {
		width: 100%;
	}
	.index .companyArea ul a {
		font-size: 1.6rem;
		border-top: none;
		padding: 15px 30px 15px 0;
	}
	.index .companyArea ul a::before {
		right: 0;
		width: 17px;
		height: 5px;
	}
}

/* 採用情報
------------------------------------------------- */
.index .recruitArea {
	background: url("/english/img/index_recruit_bg.jpg") top center;
	background-size: cover;
	color: #fff;
}
.index .recruitArea h2 {
	text-shadow: 0 0 20px #64ab41, 0 0 20px #64ab41, 0 0 20px #64ab41;
}
.index .recruitArea img {
	width: 100%;
}
.index .recruitArea ul {
	width: 86%;
	margin: 0 auto;
}
.index .recruitArea ul li {
	margin-bottom: 10px;
}
.index .recruitArea ul a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 2rem;
	color: #333;
	background: #fff;
}
.index .recruitArea ul a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	right: 30px;
	width: 18px;
	height: 18px;
	background-image: url("/english/img/arrow_blank.png");
	background-size: contain;
	vertical-align: middle;
	margin: auto;
	transition: all 0.3s;
}
.index .recruitArea ul a:hover {
	color: #64ac41;
	text-decoration: underline;
}
.index .recruitArea ul a:hover::before {
	right: 25px;
}
.index .recruitArea ul .pic {
	width: 150px;
}
.index .recruitArea ul .txt {
	width: calc(100% - 150px);
	text-align: left;
	padding: 30px;
}
.index .recruitArea .index_lnk {
	width: 86%;
	font-size: 1.4rem;
	text-align: right;
	margin: 15px auto 0;
}
.index .recruitArea .index_lnk a {
	position: relative;
	color: #fff;
	padding-right: 40px
}
.index .recruitArea .index_lnk a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 7px;
	background-image: url("/english/img/arrow_w.png");
	background-size: contain;
	vertical-align: middle;
	margin: auto;
	transition: all 0.3s;
}
.index .recruitArea .index_lnk a:hover {
	text-decoration: underline;
}
.index .recruitArea .index_lnk a:hover::before {
	right: -5px;
}
.index .recruitArea dl {
	width: 86%;
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.4;
	margin: 0 auto;
}
.index .recruitArea dl dt {
	border-top: solid 1px rgba(255,255,255,0.3);
	padding: 20px 0 10px;
	margin-top: 15px;
}
@media screen and (max-width:767.98px) {
	.index .recruitArea ul {
		width: 88%;
	}
	.index .recruitArea ul a {
		font-size: 1.6rem;
	}
	.index .recruitArea ul a::before {
		right: 15px;
		width: 13px;
		height: 13px;
	}
	.index .recruitArea ul li {
		margin-bottom: 6px;
	}
	.index .recruitArea ul .pic {
		width: 90px;
	}
	.index .recruitArea ul .txt {
		width: calc(100% - 90px);
		padding: 0 20px;
	}
	.index .recruitArea .index_lnk {
		width: 88%;
		font-size: 1.2rem;
		margin: 12px auto 0;
	}
	.index .recruitArea .index_lnk a {
		padding-right: 25px
	}
	.index .recruitArea .index_lnk a::before {
		width: 17px;
		height: 5px;
	}
	.index .recruitArea dl {
		width: 88%;
		font-size: 1rem;
	}
	.index .recruitArea dl dt {
		padding: 12px 0 5px;
		margin-top: 12px;
	}
}

/* サステナビリティ
------------------------------------------------- */
.index .sustainabilityArea .pic_bg {
	width: 100%;
	height: 660px;
	background: url("/english/img/index_sustainability_bg.jpg") top center;
	background-size: cover;
	color: #fff;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 120px 0 0;
}
.index .sustainabilityArea .btn {
	margin-top: 50px;
}
.index .sustainabilityArea .btn a {
	color: #fff;
}
.index .sustainabilityArea img {
	width: 100%;
}
.index .sustainabilityArea ul {
	display: flex;
	justify-content: space-between;
	margin-top: -150px;
}
.index .sustainabilityArea ul li {
	width: 30%;
	background: #ebf1f4;
}
.index .sustainabilityArea .txt {
	position: relative;
	padding: 50px;
	transition: all 0.3s;
}
.index .sustainabilityArea .txt span {
	display: block;
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 3.8rem;
	line-height: 1;
}
.index .sustainabilityArea .txt::before {
	position: absolute;
	content: '';
	display: inline-block;
	bottom: 60px;
	right: 40px;
	width: 24px;
	height: 7px;
	background-image: url("/english/img/arrow_gra.png");
	background-size: contain;
	vertical-align: middle;
	margin: auto;
	transition: all 0.3s;
}
.index .sustainabilityArea ul li a:hover {
	color: #64ac41;
}
.index .sustainabilityArea a:hover .txt::before {
	right: 35px;
}
/* リンク画像拡大 */
.index .sustainabilityArea a .pic {
	overflow: hidden;
}
.index .sustainabilityArea a .pic img {
	transition: 0.4s all;
}
.index .sustainabilityArea a:hover .pic img {
	transform: scale(1.1);
	transition: 0.4s all;
}
@media screen and (max-width:767.98px) {
	.index .sustainabilityArea .pic_bg {
		height: 500px;
		padding: 80px 0 0;
	}
	.index .sustainabilityArea .btn {
		margin-top: 30px;
	}
	.index .sustainabilityArea ul {
		display: block;
		width: 70%;
		margin: -110px auto 0;
	}
	.index .sustainabilityArea ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.index .sustainabilityArea .txt {
		padding: 25px 40px 25px 25px;
	}
	.index .sustainabilityArea .txt span {
		font-size: 2.8rem;
	}
	.index .sustainabilityArea .txt::before {
		bottom: 34px;
		right: 20px;
		width: 17px;
		height: 5px;
	}
}

/* 株主・投資家情報
------------------------------------------------- */
.index .irArea {
	background: #ebf1f4;
	padding: 120px 0 130px;
	margin-top: 130px;
}
.index .irArea img {
	width: 100%;
}
.index .irArea .ttl {
	align-items: flex-end;
	margin-bottom: 50px;
}
.index .irArea .ttl .btn a {
	border: solid 2px #dbdfe2;
	margin-left: 50px;
}
.index .irArea .ttl .btn a:hover {
	border: solid 2px rgba(255,255,255,0);
}
.index .irArea .menu {
	justify-content: space-between
}
.index .irArea .main_pic {
	width: 45%;
}
.index .irArea ul {
	width: 50%;
	border-top: solid 2px #dbdfe2;
}
.index .irArea ul li a {
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: solid 2px #dbdfe2;
	padding: 30px 0;
	transition: all 0.3s;
}
.index .irArea ul li a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 7px;
	background-image: url("/english/img/arrow_gra.png");
	background-size: contain;
	vertical-align: middle;
	margin: auto;
	transition: all 0.3s;
}
.index .irArea a .pic {
	overflow: hidden;
}
.index .irArea .pic {
	width: 220px;
}
.index .irArea .txt {
	width: calc(100% - 220px);
	padding: 0 40px 0 8%;
}
.index .irArea .txt span {
	display: block;
	font-family: "Amiri", serif;
	font-weight: 400;
	font-size: 3.8rem;
	line-height: 1;
}
.index .irArea ul li a:hover {
	color: #64ac41;
}
.index .irArea ul a:hover::before {
	right: -5px;
}
/* リンク画像拡大 */
.index .irArea a .pic img {
	transition: 0.4s all;
}
.index .irArea a:hover .pic img {
	transform: scale(1.1);
	transition: 0.4s all;
}
@media screen and (max-width:767.98px) {
	.index .irArea {
		padding: 70px 0 80px;
		margin-top: 80px;
	}
	.index .irArea .ttl {
		margin-bottom: 30px;
	}
	.index .irArea .ttl .btn a {
		margin: 15px 0 0;
	}
	.index .irArea .main_pic {
		width: 100%;
	}
	.index .irArea ul {
		width: 100%;
		margin-top: 40px;
	}
	.index .irArea ul li a {
		justify-content: space-between;
		padding: 15px 0;
	}
	.index .irArea ul li a::before {
		right: 0;
		width: 17px;
		height: 5px;
	}
	.index .irArea .pic {
		width: 40%;
	}
	.index .irArea .txt {
		width: 55%;
		margin-left: 0;
		padding: 0 30px 0 0;
	}
	.index .irArea .txt span {
		font-size: 2.6rem;
	}
}

/* お問い合わせ
------------------------------------------------- */
.index .contactArea {
	position: relative;
	width: min(88%, 1200px);
	margin: 130px auto 90px;
}
.index .contactArea h2 span {
	font-size: 6rem;
}
.index .contactArea::after {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	right: 106px;
	width: 24px;
	height: 7px;
	background-image: url("/english/img/arrow_w.png");
	background-size: contain;
	vertical-align: middle;
	margin: auto;
	z-index: 1;
}
.index .contactArea:hover::after {
	background-image: url("/english/img/arrow_gra.png");
}
.index .contactArea a {
	position: relative;
	display: block;
	width: 100%;
	background: #ebf1f4;
	font-size: 2rem;
	text-align: center;
	padding: 60px 70px;
	z-index: 0;
	transition: all 0.3s;
}
.index .contactArea a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: 0;
	bottom: 0;
	right: 80px;
	width: 80px;
	height: 80px;
	background: rgb(137,205,35);
	background: linear-gradient(135deg, rgba(61,151,17,0.9) 0%, rgba(137,205,35,0.9) 100%);
	border-radius: 50%;
	margin: auto;
	transition: all 0.3s;
	z-index: 1;
}
.index .contactArea a::after {
	position: absolute;
	content: "";
	inset: 0;
	background: linear-gradient(135deg, rgba(61,151,17,1) 0%, rgba(137,205,35,1) 100%);
	opacity: 0;
	transition: opacity 0.3s;
	z-index: -1;
}
.index .contactArea a:hover {
	color: #fff;
}
.index .contactArea a:hover::before {
	transform: scale(1.1);
	background: #fff;
}
.index .contactArea a:hover::after {
	opacity: 1;
}
@media screen and (max-width:767.98px) {
	.index .contactArea {
		margin: 60px auto;
	}
	.index .contactArea h2 {
		border-right: none;
		padding-right: 0;
	}
	.index .contactArea h2 span {
		font-size: 3.8rem;
	}
	.index .contactArea::after {
		top: 56px;
		bottom: auto;
		right: 45px;
		width: 17px;
		height: 5px;
	}
	.index .contactArea a {
		display: block;
		font-size: 1.6rem;
		text-align: left;
		padding: 40px 30px 38px;
	}
	.index .contactArea a::before {
		top: 29px;
		bottom: auto;
		right: 25px;
		width: 60px;
		height: 60px;
	}
}



