@charset "UTF-8";

.main-movie {
	position: relative;
	margin: 0 0 0;
	width: 100%;
	height: calc(100vh - 100px);
	padding-top: 0;
}
.main-movie:before {
	width: 100%;
	height: calc(100vh - 100px);
	background: rgba(0,0,0,0.20);
	left: 0;
	top: 0;
	z-index: 1;
}
.video {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100vw;
  height: calc(100vh - 100px);
  object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mc {
	position: absolute;
	color: #FFF;
	font-size: 60px;
	font-weight: 600;
	left: 10%;
	display: inline-block;
	top: 32%;
	z-index: 2;
}
.mc span {
  display: none;
}
.sub-mc {
	position: absolute;
	color: var(--main-color);
	font-size: 30px;
	font-weight: 500;
	font-family: var(--en-font);
	left: 10.5%;
	display: inline-block;
	top: calc(32% + 88px);
	z-index: 2;
	/*background: rgba(255,255,255,0.5);*/
	line-height: 1.4em;
	padding: 2px 15px;
	/*backdrop-filter: blur(10px);*/
}
.sub-mc span {
	color: #FFF;
	font-size: 50px;
}
.movie-btn {
  color: #FFF;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  background-size: 250% auto;
	background-image: linear-gradient(135deg, rgba(61,160,49,1.00) 0%, rgba(132,194,97,1.00) 40%, rgba(61,160,49,1.00) 60%, rgba(0,52,0,1.00) 100%);
	background-position: center right;
  border-radius: 30px;
  display: block;
  font-weight: 500;
	font-family: var(--en-font);
  width: 200px;
	height: 50px;
  padding: 0 20px;
	top: calc(32% + 120px);
	left: 10.5%;
	transition: all .4s;
}
.movie-btn p {
	line-height: 1.2em;
	font-size: 16px;
	color: #FFF;
	padding-left: 40px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.movie-btn p span {
	display: block;
	font-size: 10px;
	line-height: 1.2em;
}
.movie-btn:before {
	width: 32px;
	height: 20px;
	background-image: url("../img/common_img/icon-movie.svg");
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.video-container {
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio */
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (hover: hover) {
	.movie-btn:hover {
		background-position: center left;
	}
}
@media screen and (max-height: 835px) {
	.mc {
		left: 10%;
		top: 17%;
	}
	.movie-btn {
		top: calc(17% + 120px);
		left: 10.5%;
	}
}
@media screen and (max-width: 1024px) {
	.mc {
		position: absolute;
		color: #FFF;
		font-size: 44px;
		font-weight: 600;
		left: 6%;
		display: inline-block;
		top: 32%;
		z-index: 2;
	}
	.sub-mc {
		position: absolute;
		font-size: 26px;
		font-weight: 500;
		font-family: var(--en-font);
		left: 6.5%;
		display: inline-block;
		top: calc(32% + 70px);
		z-index: 2;
	}
	.movie-btn {
		color: #FFF;
		overflow: hidden;
		position: absolute;
		z-index: 3;
		background-size: 250% auto;
		background-image: linear-gradient(135deg, rgba(61,160,49,1.00) 0%, rgba(132,194,97,1.00) 40%, rgba(61,160,49,1.00) 60%, rgba(0,52,0,1.00) 100%);
		background-position: center right;
		border-radius: 30px;
		display: block;
		font-weight: 500;
		font-family: var(--en-font);
		width: 200px;
		height: 50px;
		padding: 0 20px;
		top: calc(32% + 90px);
		left: 6.5%;
		transition: all .4s;
	}
}


@media screen and (max-width: 834px) {
	.main-movie {
		position: relative;
		margin: 0 0 0;
		width: 100%;
		height: 100%;
		padding-top: 53.33%; /* 16:9 の比率 (9 ÷ 16 × 100) */
	}
	.main-movie:before {
		width: 100%;
		height: calc(100%);
		background: rgba(0,0,0,0.20);
		left: 0;
		top: 0;
		z-index: 1;
	}
	.video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mc {
		position: absolute;
		color: #FFF;
		font-size: min(6vw,40px);
		font-weight: 600;
		left: 6%;
		display: inline-block;
		top: 30%;
		z-index: 2;
	}
	.sub-mc {
		position: absolute;
		color: #FFF;
		font-size: 18px;
		font-weight: 500;
		font-family: var(--en-font);
		left: 6.5%;
		display: inline-block;
		top: calc(28% + 40px);
		z-index: 2;
		padding: 0 10px;
	}
	.sub-mc span {
		color: var(--main-color);
	}
	.movie-btn {
		color: #FFF;
		overflow: hidden;
		position: absolute;
		z-index: 3;
		background-size: 250% auto;
		background-image: linear-gradient(135deg, rgba(61,160,49,1.00) 0%, rgba(132,194,97,1.00) 40%, rgba(61,160,49,1.00) 60%, rgba(0,52,0,1.00) 100%);
		background-position: center right;
		border-radius: 30px;
		display: block;
		font-weight: 500;
		font-family: var(--en-font);
		width: 140px;
		height: 34px;
		padding: 0 15px;
		top: calc(30% + 10vw);
		left: 6.5%;
		transition: all .4s;
	}
	.movie-btn p {
		line-height: 1.2em;
		font-size: 12px;
		color: #FFF;
		padding-left: 20px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.movie-btn p span {
		display: block;
		font-size: 9px;
		line-height: 1.2em;
	}
	.movie-btn:before {
		width: 18px;
		height: 18px;
		background-image: url("../img/common_img/icon-movie.svg");
		left: 10px;
		top: 50%;
	transform: translateY(-50%);
	}
}
@media screen and (max-width: 700px) {
	.movie-btn {
		color: #FFF;
		overflow: hidden;
		position: absolute;
		z-index: 3;
		background-size: 250% auto;
		background-image: linear-gradient(135deg, rgba(61,160,49,1.00) 0%, rgba(132,194,97,1.00) 40%, rgba(61,160,49,1.00) 60%, rgba(0,52,0,1.00) 100%);
		background-position: center right;
		border-radius: 30px;
		display: block;
		font-weight: 500;
		font-family: var(--en-font);
		width: 140px;
		height: 34px;
		padding: 0 15px;
		top: calc(30% + 12vw);
		left: 6.5%;
		transition: all .4s;
	}
}
.top-main {
	position: relative;
}
.news-box {
	background: #FFF;
	position: absolute;
	display: inline-block;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -100px);
	padding: 15px 0;
	width: 94%;
	max-width: 1200px;
	z-index: 10;
	margin-bottom: -100%;
}
.news-box .section-ttl {
	font-family: var(--en-font);
	font-size: 24px;
	font-weight: 600;
	display: flex;
  align-items: center;
}
.news-box .section-ttl span {
	font-family: var(--jp-font);
	font-size: 12px;
	vertical-align: middle;
	padding-left: 10px;
}
.news-box ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
.news-box ul li .news-category {
	width: 10%;
}
.news-box ul li .news-category span {
	display: inline-block;
	width: 100%;
	font-size: min(1.2vw,12px);
	line-height: 1em;
	padding: 5px 0;
	text-align: center;
	border: solid 1px #000;
	background: #F4F4F4;
}
.news-box ul li .news-date {
	width: 8%;
	padding: 0 10px 0;
	font-family: var(--en-font);
	font-size: 16px;
}
.news-box ul li .news-txt {
	width: calc(80% - 15px);
	padding: 0 10px;
}
.news-box ul li .news-txt p {
	font-size: 16px;
	display: inline-block;
	position: relative;
	padding-right: 30px;
	line-height: 1.4em;
	padding: 4px 15px 0 0;
}
.news-box ul li .news-txt p:after {
	width: 12px;
	height: 8px;
	background-image: url("../img/common_img/arrow-black.svg");
	right: 0;
	top: 12px;
	transition: all .4s;
}
.news-box ul li:hover .news-txt p {
	text-decoration: underline;
}

.btn-more {
  background: #F4F4F4;
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #000;
  border-radius: 30px;
  display: block;
  font-weight: 500;
	font-family: var(--en-font);
  width: 200px;
  padding: 0 20px;
}
.btn-more p {
	line-height: 1.8em;
	font-size: 13px;
}
.btn-more:before {
	width: 12px;
	height: 8px;
	background-image: url("../img/common_img/arrow-black.svg");
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s;
}
.top-recruit .btn-more:before {
	width: 12px;
	height: 8px;
	background-image: url("../img/common_img/window-green.svg");
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s;
}
.btn-more:after {
  background: #39992D;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.news-all-btn {
	position: absolute;
	right: -10px;
	top: 15px;
}
@media (hover: hover) {
	.top-about .bnr-list li:hover .btn-more p,
  .top-recruit:hover .btn-more p,
	.btn-more:hover p {
		color: #FFF;
	}
	.top-about .bnr-list li:hover .btn-more::after,
	.top-recruit:hover .btn-more::after,
	.btn-more:hover::after {
		transform: scale(1, 1);
	}
	.top-about .bnr-list li:hover .btn-more::before,
	.btn-more:hover:before {
		background-image: url("../img/common_img/arrow-white.svg");
		right: 10px;
	}
	.top-recruit:hover .btn-more::before {
		background-image: url("../img/common_img/window-white.svg");
		right: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.news-box {
		background: #FFF;
		position: absolute;
		display: inline-block;
		top: 100%;
		left: 50%;
		transform: translate(-50%, -100px);
		padding: 15px 0;
		width: 94%;
		max-width: 1200px;
		z-index: 10;
		margin-bottom: -100%;
	}
	.news-box .section-ttl {
		font-family: var(--en-font);
		font-size: 24px;
		font-weight: 600;
		display: flex;
		align-items: center;
	}
	.news-box .section-ttl span {
		font-family: var(--jp-font);
		font-size: 12px;
		vertical-align: middle;
		padding-left: 10px;
	}
	.news-box ul li {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
		position: relative;
	}
	.news-box ul li .news-category {
		width: 10%;
	}
	.news-box ul li .news-category span {
		display: inline-block;
		width: 100%;
		font-size: min(1.2vw,12px);
		line-height: 1em;
		padding: 5px 0;
		text-align: center;
		border: solid 1px #000;
		background: #F4F4F4;
	}
	.news-box ul li .news-date {
		width: 6%;
		padding: 0 0;
		font-family: var(--en-font);
		font-size: 16px;
		box-sizing: border-box;
	}
	.news-box ul li .news-txt {
		width: calc(82% - 40px);
		padding: 0 20px;
	}
	.news-box ul li .news-txt p {
		font-size: 16px;
		display: inline-block;
		position: relative;
		padding-right: 30px;
		line-height: 1.4em;
		padding: 4px 15px 0 0;
	}
	.news-box ul li .news-txt p:after {
		width: 12px;
		height: 8px;
		background-image: url("../img/common_img/arrow-black.svg");
		right: 0;
		top: 12px;
		transition: all .4s;
	}
	.news-box ul li:hover .news-txt p {
		text-decoration: underline;
	}

	.btn-more {
		background: #F4F4F4;
		color: #000;
		overflow: hidden;
		position: relative;
		z-index: 1;
		border: 1px solid #000;
		border-radius: 30px;
		display: block;
		font-weight: 500;
		font-family: var(--en-font);
		width: 200px;
		padding: 0 20px;
	}
	.btn-more p {
		line-height: 1.8em;
		font-size: 13px;
	}
	.btn-more:before {
		width: 12px;
		height: 8px;
		background-image: url("../img/common_img/arrow-black.svg");
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .4s;
	}
	.top-recruit .btn-more:before {
		width: 12px;
		height: 8px;
		background-image: url("../img/common_img/window-green.svg");
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .4s;
	}
	.btn-more:after {
		background: #39992D;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 100%;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
		z-index: -1;
	}
	.news-all-btn {
		position: absolute;
		right: -10px;
		top: 15px;
	}
}


@media screen and (max-width: 834px) {
	.news-box {
		position: relative;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		margin-bottom: 0;
	}
	.top-main {
		position: relative;
	}
	.news-box {
		position: relative;
		display: inline-block;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		padding: 10px 0;
		width: 100%;
		margin-bottom: -100%;
	}
	.news-box .section-ttl {
		font-size: 20px;
	}
	.news-box .section-ttl span {
		font-family: var(--jp-font);
		font-size: 12px;
		vertical-align: middle;
		padding-left: 10px;
	}
	.news-box ul {
		margin: 10px 0 0;
	}
	.news-box ul li {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
		position: relative;
		margin-bottom: 10px;
	}
	.news-box ul li .news-category {
		width: 25%;
		display: inline-block;
	}
	.news-box ul li .news-category span {
		display: inline-block;
		width: 100%;
		font-size: min(3vw,11px);
		line-height: 1em;
		padding: 5px 0;
		text-align: center;
		border: solid 1px #000;
		background: #F4F4F4;
	}
	.news-box ul li .news-date {
		display: inline-block;
		width: 30%;
		padding: 0 20px 0;
		font-family: var(--en-font);
		font-size: min(5vw,14px);
	}
	.news-box ul li .news-txt {
		display: block;
		width: 100%;
		padding: 0 10px 0 0
	}
	.news-box ul li .news-txt p {
		display: inline-block;
		position: relative;
		padding-right: 20px;
		line-height: 1.4em;
		padding: 4px 15px 0 0;
		font-size: 12px;
	}
	.news-box ul li .news-txt p:after {
		width: 12px;
		height: 8px;
		background-image: url("../img/common_img/arrow-black.svg");
		right: 0;
		top: 10px;
		transition: all .4s;
	}
	.news-box ul li:hover .news-txt p {
		text-decoration: underline;
	}
	.btn-more {
		background: #F4F4F4;
		color: #000;
		overflow: hidden;
		position: relative;
		z-index: 1;
		border: 1px solid #000;
		border-radius: 30px;
		display: block;
		font-weight: 500;
		font-family: var(--en-font);
		width: 130px;
		padding: 0 20px;
	}
	.btn-more p {
		line-height: 1.8em;
		font-size: 13px;
	}
	.btn-more:before {
		width: 12px;
		height: 8px;
		background-image: url("../img/common_img/arrow-black.svg");
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .4s;
	}
	.btn-more:after {
		background: #39992D;
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 100%;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
		z-index: -1;
	}
	.news-all-btn {
		position: absolute;
		right: 5%;
		top: 25px;
	}
}





.top article {
	padding: 60px 0;
	position: relative;
	background: #FFF;
}
.top article .content {
	z-index: 2;
	position: relative;
}
.top-about .section-ttl,
.top-corp .section-ttl,
.top-business .section-ttl,
.top-tech .section-ttl,
.top-sust .section-ttl,
.top-recruit .section-ttl {
	font-family: var(--en-font);
	font-size: 70px;
	font-weight: 600;
	display: flex;
  align-items: center
}
.top-about .section-ttl span,
.top-corp .section-ttl span,
.top-business .section-ttl span,
.top-tech .section-ttl span,
.top-sust .section-ttl span,
.top-recruit .section-ttl span {
	font-family: var(--jp-font);
	font-size: 16px;
	vertical-align: middle;
	padding-left: 30px;
}
.top .top-about {
	padding-top: 100px;
	padding-bottom: 50px;
}
.top-about .bnr-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-about .bnr-list li {
	width: 50%;
	position: relative;
}
.top .top-about .bnr-list li .txt {
	width: 100%;
	padding: 0 5% 70px;
}
.top-about .bnr-list li .sub-ttl {
	font-family: var(--en-font);
	font-size: 12px;
	line-height: 1.4em;
}
.top-about .bnr-list li .main-ttl {
	font-size: 60px;
	line-height: 1.2em;
}
.top-about .bnr-list li .btn-more {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 20px;
	width: 160px;
}
.top-about .bg-insert {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.top-about .bg-insert li {
	width: 50%;
}
.top-corp .section-ttl {
	color: #FFF;
}
.top .top-corp {
	background: rgba(0,0,0,0.50);
}
.top main .bnr-links {
	position: relative;
}
.top main .txt-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 102%;
	left: -1%;
	position: relative;
	margin-bottom: 50px;
}
.top main .txt-links li {
	width: 23%;
	position: relative;
	margin: 0 1% 10px;
}
.top main .txt-links li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 15px 0 20px 10px;
}
.top main .txt-links li:before {
	width: 100%;
	height: 1px;
	background-size: 200% auto;
	background-position: center right;
	background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
	left: 0;
	bottom: 0;
	transition: all .5s;
}
.top main .txt-links li:after {
	width: 12px;
	height: 8px;
	background-image: url("../img/common_img/arrow-black.svg");
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s;
}
.top main .top-corp .txt-links li a {
	color: #FFF;
}
.top main .top-corp .txt-links li:before {
	background-position: center right;
	background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1.00) 50%, rgba(255,255,255,1.00) 100%);
}
.top main .top-corp .txt-links li:after {
	background-image: url("../img/common_img/arrow-white.svg");
}
.top .top-tech {
	background: rgba(0,0,0,0.50);
}
.top-tech .section-ttl {
	color: #FFF;
}
.top .top-tech {
	padding-bottom: 130px;
}
.top main .top-tech .txt-links li a {
	color: #FFF;
}
.top main .top-tech .txt-links li:before {
	background-position: center right;
	background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1.00) 50%, rgba(255,255,255,1.00) 100%);
}
.top main .top-tech .txt-links li:after {
	background-image: url("../img/common_img/arrow-white.svg");
}
.top .top-sust {
	padding-bottom: 230px;
}
.top main .top-sust .txt-links li {
	width: 31.33%;
	position: relative;
	margin: 0 1% 10px;
}
.top .top-recruit {
	padding: 120px 0;
	background: url("../img/top_img/top-recruit_bg.jpg") no-repeat center center;
	background-size: cover;
}
.top-recruit .section-ttl {
	position: absolute;
	left: 0;
	top: -240px;
}
.top-recruit .section-ttl-rc {
	text-align: center;
}
.top-recruit .section-ttl-rc span {
	font-family: var(--jp-font);
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
}
.top-recruit .hero-txt {
	width: 80%;
	margin: 20px auto 40px;
	max-width: 600px;
}
.top-recruit .btn-more {
	margin: 0 auto;
	width: 120px;
	padding: 10px 20px;
}
@media (hover: hover) {
	.top main .txt-links li:hover:before {
		background-position: center left;
	}
	.top main .txt-links li:hover:after {
		background-image: url("../img/common_img/arrow-green.svg");
		right: 5px;
	}
	.top main .top-corp .txt-links li:hover:after {
		background-image: url("../img/common_img/arrow-black.svg");
	}
	.top main .top-tech .txt-links li:hover:after {
		background-image: url("../img/common_img/arrow-black.svg");
	}
}


@media screen and (max-width: 1024px) {
	.top article {
		padding: 60px 0;
		position: relative;
		background: #FFF;
	}
	.top article .content {
		z-index: 2;
		position: relative;
	}
	.top-about .section-ttl,
	.top-corp .section-ttl,
	.top-business .section-ttl,
	.top-tech .section-ttl,
	.top-sust .section-ttl,
	.top-recruit .section-ttl {
		font-family: var(--en-font);
		font-size: 52px;
		font-weight: 600;
		display: flex;
		align-items: center
	}
	.top-about .section-ttl span,
	.top-corp .section-ttl span,
	.top-business .section-ttl span,
	.top-tech .section-ttl span,
	.top-sust .section-ttl span,
	.top-recruit .section-ttl span {
		font-family: var(--jp-font);
		font-size: 15px;
		vertical-align: middle;
		padding-left: 20px;
	}
	.top .top-about {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.top-about .bnr-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-about .bnr-list li {
		width: 50%;
		position: relative;
	}
	.top .top-about .bnr-list li .txt {
		width: 100%;
		padding: 0 5% 70px;
	}
	.top-about .bnr-list li .sub-ttl {
		font-family: var(--en-font);
		font-size: 12px;
		line-height: 1.4em;
	}
	.top-about .bnr-list li .main-ttl {
		font-size: 40px;
		line-height: 1.2em;
		padding-bottom: 10px;
	}
	.top-about .bnr-list li .btn-more {
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		padding: 5px 20px;
		width: 160px;
	}
	.top-about .bg-insert {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		z-index: 2;
	}
	.top-about .bg-insert li {
		width: 50%;
	}
	.top-corp .section-ttl {
		color: #FFF;
	}
	.top .top-corp {
		background: rgba(0,0,0,0.50);
	}
	.top main .bnr-links {
		position: relative;
	}
	.top main .txt-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 102%;
		left: -1%;
		position: relative;
		margin-bottom: 50px;
	}
	.top main .txt-links li {
		width: 31.33%;
		position: relative;
		margin: 0 1% 10px;
	}
	.top main .txt-links li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 12px 0 16px 10px;
	}
	.top main .txt-links li:before {
		width: 100%;
		height: 1px;
		background-size: 200% auto;
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
		left: 0;
		bottom: 0;
		transition: all .5s;
	}
	.top main .txt-links li:after {
		width: 12px;
		height: 8px;
		background-image: url("../img/common_img/arrow-black.svg");
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .4s;
	}
	.top main .top-corp .txt-links li a {
		color: #FFF;
	}
	.top main .top-corp .txt-links li:before {
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1.00) 50%, rgba(255,255,255,1.00) 100%);
	}
	.top main .top-corp .txt-links li:after {
		background-image: url("../img/common_img/arrow-white.svg");
	}
	.top .top-tech {
		background: rgba(0,0,0,0.50);
	}
	.top-tech .section-ttl {
		color: #FFF;
	}
	.top .top-tech {
		padding-bottom: 130px;
	}
	.top main .top-tech .txt-links li a {
		color: #FFF;
	}
	.top main .top-tech .txt-links li:before {
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1.00) 50%, rgba(255,255,255,1.00) 100%);
	}
	.top main .top-tech .txt-links li:after {
		background-image: url("../img/common_img/arrow-white.svg");
	}
	.top .top-sust {
		padding-bottom: 230px;
	}
	.top main .top-sust  .txt-links li {
		width: 31.33%;
		position: relative;
		margin: 0 1% 10px;
	}
	.top .top-recruit {
		padding: 120px 0;
		background: url("../img/top_img/top-recruit_bg.jpg") no-repeat center center;
		background-size: cover;
	}
	.top-recruit .section-ttl {
		position: absolute;
		left: 0;
		top: -240px;
	}
	.top-recruit .section-ttl-rc {
		text-align: center;
	}
	.top-recruit .section-ttl-rc span {
		font-family: var(--jp-font);
		color: #FFF;
		font-size: 24px;
		font-weight: 500;
	}
	.top-recruit .hero-txt {
		width: 80%;
		margin: 20px auto 40px;
		max-width: 600px;
	}
	.top-recruit .btn-more {
		margin: 0 auto;
		width: 120px;
		padding: 10px 20px;
	}
}


@media screen and (max-width: 834px) {
	.top article {
		padding: 60px 0;
		position: relative;
		background: #FFF;
	}
	.top article .content {
		z-index: 2;
		position: relative;
	}
	.top-about .section-ttl,
	.top-corp .section-ttl,
	.top-business .section-ttl,
	.top-tech .section-ttl,
	.top-sust .section-ttl,
	.top-recruit .section-ttl {
		font-size: 60px;
		flex-wrap: wrap;
		line-height: 1em;
		margin-bottom: 30px;
	}
	.top-about .section-ttl span,
	.top-corp .section-ttl span,
	.top-business .section-ttl span,
	.top-tech .section-ttl span,
	.top-sust .section-ttl span,
	.top-recruit .section-ttl span {
		font-family: var(--jp-font);
		font-size: 13px;
		vertical-align: middle;
		line-height: 1.5em;
		padding-left: 0;
		width: 100%;
		display: block;
		padding-top: 5px;
	}
	.top .top-about {
		padding-bottom: 50px;
	}
	.top-about .bnr-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-about .bnr-list li {
		width: 100%;
		position: relative;
		margin-bottom: 40px;
	}
	.top .top-about .bnr-list li .txt {
		width: 100%;
		padding: 0 0 30px;
	}
	.top-about .bnr-list li .sub-ttl {
		font-family: var(--en-font);
		font-size: 12px;
		line-height: 1.4em;
	}
	.top-about .bnr-list li .main-ttl {
		font-size: 30px;
		line-height: 1.2em;
		padding-bottom: 10px;
	}
	.top-about .bnr-list li .desc {
		padding-bottom: 20px;
	}
	.top-about .bnr-list li .btn-more {
		position: relative;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%);
		padding: 5px 20px;
		width: 160px;
	}
	.top-corp .section-ttl {
		color: #FFF;
	}
	.top .top-corp {
		background:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/top_img/top-corp-bg-sp.jpg');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
			
	}
	.top main .bnr-links {
		position: relative;
	}
	.top main .txt-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 102%;
		left: -1%;
		position: relative;
		margin-bottom: 0px;
	}
	.top main .txt-links li {
		width: 48%;
		position: relative;
		margin: 0 1% 10px
	}
	.top main .txt-links li a {
		width: 100%;
		height: 100%;
		display: block;
		padding: 10px 0 15px 10px;
	}
	.top main .txt-links li:before {
		width: 100%;
		height: 1px;
		background-size: 200% auto;
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(57,153,45,1) 0%, rgba(57,153,45,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
		left: 0;
		bottom: 0;
		transition: all .5s;
	}
	.top main .txt-links li:after {
		width: 12px;
		height: 8px;
		background-image: url("../img/common_img/arrow-black.svg");
		right: 0px;
		transition: all .4s;
	}
	.top main .top-corp .txt-links li a {
		color: #FFF;
		font-size: 12px;
	}
	.top main .top-corp .txt-links li:before {
		background-position: center right;
		background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1.00) 50%, rgba(255,255,255,1.00) 100%);
	}
	.top main .top-corp .txt-links li:after {
		background-image: url("../img/common_img/arrow-white.svg");
	}
	.top .top-tech {
		background: rgba(0,0,0,0.50);
	}
	.top-tech .section-ttl {
		color: #FFF;
	}
	.top .top-tech {
		padding-bottom: 100px;
		background:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/top_img/top-tec_bg.jpg');
		background-size: cover;
		background-position: 30% center;
		background-repeat: no-repeat;
	}
	.top .top-tech .txt-links {
		width: 100%;
		margin-bottom: 20px;
	}
	.top .top-tech .txt-links li {
		width: 100%;
		display: block;
	}
	.top .top-sust {
		padding-bottom: 180px;
	}
	.top .top-sust .txt-links {
		width: 100%;
		margin-bottom: 20px;
	}
	.top main .top-sust .txt-links li {
		width: 100%;
		display: block;
	}
	.top main .top-sust .insert-img {
		position: relative;
		width: 90%;
		left: 10%;
		top: auto;
		height: 0;
		padding: 0 0 50%;
	}
	.top .top-sust .insert-img img {
		object-fit: cover;
		min-height: 200px;
	}
	.top .top-recruit {
		padding: 80px 0;
		background: url("../img/top_img/top-recruit_bg.jpg") no-repeat center center;
		background-size: cover;
	}
	.top-recruit .section-ttl {
		position: absolute;
		left: 0;
		top: -180px;
	}
	.top-recruit .section-ttl-rc {
		text-align: center;
	}
	.top-recruit .section-ttl-rc span {
		font-family: var(--jp-font);
		color: #FFF;
		font-size: 24px;
		font-weight: 500;
	}
	.top-recruit .hero-txt {
		width: 80%;
		margin: 20px auto 40px;
		max-width: 600px;
	}
	.top-recruit .btn-more {
		margin: 0 auto;
		width: 120px;
		padding: 10px 20px;
	}
}

#top-biz {
    scroll-margin-top: 100px; /* PC */
}
@media (max-width: 834px) {
	#top-biz {
			scroll-margin-top: 50px; /* スマホ */
	}
}

.corp-name {
	border: solid 1px #8F8F8F;
	padding: 40px 0;
	margin-bottom: 60px;
}
.corp-name .image {
	margin: 0 auto 10px;
	width: 80%;
	max-width: 500px;
}
.corp-name p {
	font-weight: 600;
	text-align: center;
	line-height: 1.4em;
}
.corp-name p span {
	color: var(--main-color);
}




/* カテゴリーカラー追記　*/

/* 重要　*/
.news-box ul li .news-category.category-important span {
	background: rgba(173,61,89,1.00);
	color: #FFF;
}
/* 経営　*/
.news-box ul li .news-category.category-management span {
	background: rgb(61, 134, 173);
	color: #FFF;
}
/* お知らせ　*/
.news-box ul li .news-category.category-notice span {
	background: rgb(61, 173, 78);
	color: #FFF;
}
/* その他　*/
.news-box ul li .news-category.category-other span {
	background: rgba(204,204,204,1.00);
}
/* 技術製品　*/
.news-box ul li .news-category.category-product span {
	background: rgb(123, 61, 173);
	color: #FFF;
}
/* 採用　*/
.news-box ul li .news-category.category-recruit span {
	background: rgb(173, 168, 61);
	color: #FFF;
}