/*------------------------------------------
  Key Visual Top
------------------------------------------*/
.top-key-visual {
	max-width: 390px;
	width: 100%;
	height: 764px;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: flex-start;
	background-image: url(../images/top/pc_main_bg.png);
	background-repeat: no-repeat;
	padding-inline: 14px;
	background-size: cover;
}

.top-key-visual .catch {
	font-weight: 500;
	color: #0a580a;
	position: relative;
	z-index: 2;
	margin-top: 13rem;
	font-family: sans-serif;
}

.top-key-visual .catch .jp {
	color: #0a580a;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	display: block;
	padding: 8px 0 8px 8px;
	text-align: left;
}

.top-key-visual .catch .en {
	color: #0a580a;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	display: block;
	margin-top: 1.5rem;
	padding: 15px 0 8px 8px;
	width: max-content;
	text-align: left;
}

@keyframes slide-roop {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 100% 0;
	}
}

/*
.top-key-visual .thumb {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
*/
@media only screen and (max-width: 600px) {
	.top-key-visual {
		height: 100vh;
	}
}

/*------------------------------------------
	Main Content
------------------------------------------*/
/* Common */
.top-content {
	position: relative;
	z-index: 2;
	padding-top: 764px;
	font-family: sans-serif;
}

@media only screen and (max-width: 600px) {
	.top-content {
		padding-top: 100vh;
	}
}

.top-common-block {
	padding: 7rem 0;
}

.top-common-block .box {
	position: relative;
}

.top-common-block .box>img {
	margin-top: 4rem;
}

.top-common-block .m-title01 {
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 2;
}

.top-common-block .m-title01>span {
	padding: 1rem 2rem;
	display: block;
}

.top-common-block .text-box {
	width: 85%;
	margin: -3rem auto 0;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
	padding: 1.5rem 2rem;
	line-height: 2;
	position: relative;
	z-index: 2;
}

.top-common-block .m-button01 {
	margin-top: 3rem;
	text-align: right;
}


/* Business */
.top-business {
	background: #fff;
}

.top-content .m-title01{
	background-color: #0a580a;
}
.top-information .m-title01{
	min-width: 7.6em;
    min-height: 2.1em;
}


/* .top-business .m-title01 .en {
	color: #fff;
	font-weight: 500;
	text-shadow:2px 2px 0 #0a580a, -2px -2px 0 #0a580a,
              -2px 2px 0 #0a580a, 2px -2px 0 #0a580a,
              0px 2px 0 #0a580a,  0-2px 0 #0a580a,
              -2px 0 0 #4d684d, 2px 0 0 #0a580a;
} */

/* .top-common-block .m-title01.bg1 {
	background: linear-gradient(transparent 36%, #0a580a 36%);
	background: #0a580a;
} 

.top-common-block .m-button01 .bg1 {
	background: #eff8f1;
	border-color: #eff8f1;
	color: #0a580a;
}

.top-common-block .m-button01 .bg1:hover {
	background: #0a580a;
	color: #eff8f1;

} */

.top-business .text-box {
	color: #333;
}

/* Company */
.top-company {
	background: #fff;
}

.top-company .m-title01 .en {
	color: #fff;
	font-weight: 500;
	text-shadow:2px 2px 0 #0a580a, -2px -2px 0 #0a580a,
              -2px 2px 0 #0a580a, 2px -2px 0 #0a580a,
              0px 2px 0 #0a580a,  0-2px 0 #0a580a,
              -2px 0 0 #0a580a, 2px 0 0 #0a580a;
}

.top-common-block .m-title01.bg2 {
	background: linear-gradient(transparent 36%, #0a580a 36%);
}

.top-common-block .m-button01 .bg2 {
	background: #eff8f1;
	border-color: #eff8f1;
	color: #0a580a;
}

.top-common-block .m-button01 .bg2:hover {
	background: #0a580a;
	color: #eff8f1;

}

.top-company .text-box {
	color: #333;
}

/* Recruit */
.top-recruit {
	background: #fff;
}

.top-recruit .m-title01 {
	background: #fff;
}

.top-common-block .m-title01.bg3 {
	background: linear-gradient(transparent 36%, rgb(51, 51, 51, 0.3) 36%);
}

.top-common-block .m-button01 .bg3 {
	background: #073e74;
	border-color: #073e74;
	color: #fff;
}

.top-common-block .m-button01 .bg3:hover {
	background: #fff;
	color: #073e74;

}

/* Information */
.top-information {
	background: #fff;
	padding: 5rem 0;
	text-align: center;
}

.top-information .inner {
	width: 90%;
	margin: auto;
}

.top-information .m-title01 .en {
	color: #fff;
	font-weight: 500;
	text-shadow:2px 2px 0 #0a580a, -2px -2px 0 #0a580a,
              -2px 2px 0 #0a580a, 2px -2px 0 #0a580a,
              0px 2px 0 #0a580a,  0-2px 0 #0a580a,
              -2px 0 0 #0a580a, 2px 0 0 #0a580a;
}

.top-information .news-list {
	margin: 5rem 0 3rem;
}

.top-information .m-button01 {
	text-align: right;
}

.top-information .m-button01 a {
	background: #eff8f1;
	color: #0a580a;
	border-color: #eff8f1;
}

.top-information .m-button01 a:hover {
	background: #0a580a;
	color: #eff8f1;

}

/* .top-information .jp {
	background-color: #0a580a;
}

.top-information .en {
	background: linear-gradient(to top, #0a580a 35%, transparent 35%);
	margin-bottom: 0px;
} */