@charset "UTF-8";

/* --------------------------------  事業領域 */
.career h2 {
	text-align: center;
	font-size: 32px;
	line-height: 1.8em;
	font-weight: 500;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 80px;
}

.career h2:after {
	width: 96px;
	height: 4px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(90deg, rgba(246, 247, 246, 1) 0%, rgba(246, 247, 246, 1) 35%, rgba(1, 145, 109, 1) 35%, rgba(1, 166, 155, 1) 65%, rgba(246, 247, 246, 1) 65%, rgba(246, 247, 246, 1) 100%);
}

.career section:first-of-type {
	padding-top: 50px;
}

.career section {
	padding-bottom: 80px;
}

.career section:last-child {
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	.career h2 {
		text-align: center;
		font-size: min(5vw, 22px);
		line-height: 1.8em;
		font-weight: 500;
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.career h2:after {
		width: 96px;
		height: 4px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background: linear-gradient(90deg, rgba(246, 247, 246, 1) 0%, rgba(246, 247, 246, 1) 35%, rgba(1, 145, 109, 1) 35%, rgba(1, 166, 155, 1) 65%, rgba(246, 247, 246, 1) 65%, rgba(246, 247, 246, 1) 100%);
	}

	.career section:first-of-type {
		padding-top: 0px;
	}

	.career section {
		padding-bottom: 50px;
	}

	.career section:last-child {
		padding-bottom: 0;
	}

}

.career-intro {
	text-align: center;
	padding-bottom: 40px;
}

.career-index {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 3%;
}

.career-index li {
	width: 31.33%;
	position: relative;
}

.career-index li:nth-child(-n + 3) {
	margin-bottom: 40px;
}

.career-index li .bg {
	position: relative;
}

.career-index li.scale-bg .bg:before {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.16);
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 1;
	transition: all .5s;
}

.career-index li.scale-bg:hover .bg:before {
	opacity: 0;
}

.career-index li .bg:after {
	width: 22px;
	height: 22px;
	background-color: #FFF;
	border-radius: 5px 0 0 0;
	background-image: url("../img/common_img/link_site.svg");
	background-size: 11px auto;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 3;
	bottom: 0;
	right: 0;
}

.career-index li .txt {
	padding: 10px 10px 0;
}

.career-index li .txt p:nth-child(1) {
	font-weight: 500;
	font-size: 93%;
	line-height: 1.4em;
	padding-bottom: 5px;
}

.career-index li .txt p:nth-child(2) {
	font-weight: 500;
}

.career-index li .txt p:nth-child(2) span {
	font-weight: 400;
	font-size: 80%;
	padding-left: 10px;
	color: #01916D;
}

@media screen and (max-width: 767px) {
	.career-intro {
		text-align: center;
		font-size: min(3.3vw, 15px);
		padding-bottom: 40px;
	}

	.career-index {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 2%;
		padding: 0 2%;
	}

	.career-index li {
		width: 48%;
		position: relative;
	}

	.career-index li:nth-child(-n + 4) {
		margin-bottom: 20px;
	}

	.career-index li.scale-bg .bg:before {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.16);
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
	}


	.career-index li .bg:after {
		width: 22px;
		height: 22px;
		background-color: #FFF;
		border-radius: 5px 0 0 0;
		background-image: url("../img/common_img/link_site.svg");
		background-size: 11px auto;
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 3;
		bottom: 0;
		right: 0;
	}

	.career-index li .txt {
		padding: 10px 10px 0;
	}

	.career-index li .txt p:nth-child(1) {
		font-weight: 500;
		font-size: 93%;
		line-height: 1.4em;
		padding-bottom: 5px;
	}

	.career-index li .txt p:nth-child(2) {
		font-weight: 500;
	}

	.career-index li .txt p:nth-child(2) span {
		font-weight: 400;
		font-size: 80%;
		padding-left: 10px;
		color: #01916D;
	}
}

@media screen and (max-width: 480px) {
	.career-index li {
		width: 100%;
		position: relative;
	}
}

/* --------------------------------   */

.story-main {
	position: relative;
	margin: 0 auto 0px;
	padding: 0 0 60px;
}

.story-main .ttl-box {
	position: absolute;
	width: 100%;
	max-width: 580px;
	left: 20px;
	top: 50px;
	display: inline-block;
	padding: 40px 0;
	z-index: 2;
}

.story-main .ttl-box:before {
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #00d164 0%, #006449 21.67%, #01916d 46.25%, #00ff52 76.39%, #96fffd 100%);
	top: 0;
	left: 0;
}

.story-main .ttl-box h1 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: block;
}

.story-main .ttl-box h1 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.story-main::after {
	height: calc(100% - 400px);
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	background: #F6F7F6;
}

.story-main-box {
	padding: 240px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	max-width: 1120px;
	margin: 0 auto 50px;
}

.story-main-box .bg {
	width: 42%;
}

.story-main-box .txt {
	width: 54%;
}

.story-main-box .txt .ttl {
	color: #01916D;
	font-weight: 500;
	padding-bottom: 10px;
}

.story-main-box .txt .hero-txt {
	font-size: min(2.4vw, 32px);
	font-weight: 500;
	line-height: 1.8em;
	padding-bottom: 30px;
}

.story-main-box .txt .name {
	color: #01916D;
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 5px;
}

.story-main-box .txt .profile {
	color: #01916D;
	line-height: 1.8em;
}

.story-introduction {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
}


.story-introduction .txt {
	width: 48%;
}

.story-introduction .txt .ttl {
	position: relative;
	padding-bottom: 5px;
}

.story-introduction .txt .ttl span {
	color: #01916D;
	font-weight: 500;
	position: relative;
	background: #F6F7F6;
	display: inline-block;
	padding-right: 10px;
	z-index: 2;
}

.story-introduction .txt .ttl:after {
	width: 100%;
	height: 1px;
	background: #01916D;
	left: 0;
	top: 50%;
	z-index: 0;
}

.past-now .content {
	padding: 40px 0 0;
}

.past-now h2 {
	color: #01916D;
	text-align: left;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.past-now h2::after {
	display: none;
}

.period-box {
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 100, 73, 0.2);
	margin-bottom: 60px;
	padding: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}

.period-box::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 29px 0px 29px;
	border-color: #01916D transparent transparent transparent;
	transform: rotate(0deg);
	bottom: -45px;
	left: 80px;
}

.period-box:last-of-type {
	margin-bottom: 0;
}

.period-box:last-of-type:after {
	display: none;
}

.period-box h3 {
	position: relative;
	left: -24px;
	top: -24px;
	margin-bottom: -10px;
}

.period-box h3 span {
	display: inline-block;
	background: #01916D;
	padding: 10px 20px;
	line-height: 1em;
	color: #FFF;
	position: relative;
	min-width: 100px;
}

.period-box h3 span:after {
	width: 36px;
	height: 36px;
	background-image: url(../img/career_img/flag-end.svg);
	background-repeat: no-repeat;
	background-size: contain;
	right: -30px;
	top: 0;
}

.period-box .txt {
	width: calc(100% - 350px);
}

.period-box .txt .ttl {
	color: #01916D;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 5px;
}

.period-box .memory-box {
	width: 320px;
	background: #E6F4F0;
	padding: 15px;
	box-sizing: border-box;
}

.period-box .memory-box .ttl {
	color: #01916D;
	font-weight: 500;
	text-align: center;
	padding-bottom: 10px;
}

.period-box .memory-box p:not([class]) {
	font-weight: 400;
	padding: 0 10px;
}

.career-interview-block {
	padding-bottom: 60px;
}

.career-interview-block h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6em;
	padding-left: 80px;
	margin-bottom: 20px;
	position: relative;
}

.career-interview-block h3:before {
	width: 60px;
	height: 60px;
	background: url(../img/career_img/question-icon-green.svg) no-repeat center center;
	background-size: contain;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.career-interview-block:last-of-type {
	padding-bottom: 0;
}

.career-interview .insert-image {
	padding-bottom: 60px;
}

.career-bottom {
	position: relative;
}

.career-bottom .content {
	padding-bottom: 100px;
}

.career-bottom ul {
	margin-bottom: 60px;
}

.career-bottom::before {
	width: 100%;
	height: calc(100% - 100px);
	background: #F6F7F6;
	z-index: -1;
	top: 100px;
}

.career-bottom ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.career-bottom ul li {
	width: 48%;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0, 100, 73, 0.2);
}

.career-bottom ul li p {
	color: #01916D;
}

.career-bottom ul li h4 {
	color: #01916D;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 10px;
}


@media screen and (max-width: 767px) {
	.story-main {
		position: relative;
		margin: 0 auto 0;
		padding: 0 0 20px;
		top: -30px;
	}

	.story-main .ttl-box {
		position: absolute;
		width: 100%;
		max-width: 580px;
		left: 20px;
		top: 50px;
		display: inline-block;
		padding: 15px 0;
		z-index: 2;
	}

	.story-main .ttl-box:before {
		width: 100%;
		height: 3px;
		background: linear-gradient(90deg, #00d164 0%, #006449 21.67%, #01916d 46.25%, #00ff52 76.39%, #96fffd 100%);
		top: 0;
		left: 0;
	}

	.story-main .ttl-box h1 span {
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 500;
		display: block;
	}

	.story-main .ttl-box h1 {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.4em;
		margin-bottom: 0;
	}

	.story-main::after {
		height: calc(100% - 200px);
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: -1;
		background: #F6F7F6;
	}

	.story-main-box {
		padding: 140px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90%;
		max-width: 1120px;
		margin: 0 auto 50px;
	}

	.story-main-box .bg {
		width: 34%;
	}

	.story-main-box .txt {
		width: 62%;
	}

	.story-main-box .txt .ttl {
		color: #01916D;
		font-weight: 500;
		padding-bottom: 10px;
	}

	.story-main-box .txt .hero-txt {
		font-size: min(3vw, 32px);
		font-weight: 500;
		line-height: 1.8em;
		padding-bottom: 30px;
	}

	.story-main-box .txt .name {
		color: #01916D;
		font-weight: 500;
		font-size: 18px;
		padding-bottom: 2px;
	}

	.story-main-box .txt .profile {
		color: #01916D;
		line-height: 1.8em;
	}

	.story-introduction {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90%;
		max-width: 1120px;
		margin: 0 auto;
	}


	.story-introduction .txt {
		width: 100%;
		padding-bottom: 20px;
	}

	.story-introduction .txt .ttl {
		position: relative;
		padding-bottom: 5px;
	}

	.story-introduction .txt .ttl span {
		color: #01916D;
		font-weight: 500;
		position: relative;
		background: #F6F7F6;
		display: inline-block;
		padding-right: 10px;
		z-index: 2;
	}

	.story-introduction .txt .ttl:after {
		width: 100%;
		height: 1px;
		background: #01916D;
		left: 0;
		top: 50%;
		z-index: 0;
	}

	.past-now .content {
		padding: 40px 0 0;
	}

	.past-now h2 {
		color: #01916D;
		text-align: left;
		font-size: 18px;
		font-weight: 500;
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.past-now h2::after {
		display: none;
	}

	.period-box {
		background: #fff;
		box-shadow: 0px 0px 8px rgba(0, 100, 73, 0.2);
		margin-bottom: 60px;
		padding: 18px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		box-sizing: border-box;
	}

	.period-box::after {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 24px 29px 0px 29px;
		border-color: #01916D transparent transparent transparent;
		transform: rotate(0deg);
		bottom: -45px;
		left: 40px;
	}

	.period-box:last-of-type {
		margin-bottom: 0;
	}

	.period-box:last-of-type:after {
		display: none;
	}

	.period-box h3 {
		position: relative;
		left: -18px;
		top: -18px;
		margin-bottom: -10px;
	}

	.period-box h3 span {
		display: inline-block;
		background: #01916D;
		padding: 9px 20px;
		line-height: 1em;
		color: #FFF;
		position: relative;
		min-width: 100px;
	}

	.period-box h3 span:after {
		width: 32px;
		height: 32px;
		background-image: url(../img/career_img/flag-end.svg);
		background-repeat: no-repeat;
		background-size: contain;
		right: -25px;
		top: 0;
	}

	.period-box .txt {
		width: 100%;
	}

	.period-box .txt .ttl {
		color: #01916D;
		text-align: left;
		font-size: min(4.2vw,16px);
		line-height: 1.6em;
		font-weight: 500;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.period-box .memory-box {
		width: 100%;
		background: #E6F4F0;
		padding: 15px;
		box-sizing: border-box;
		margin-top: 15px;
	}

	.period-box .memory-box .ttl {
		color: #01916D;
		font-weight: 500;
		text-align: center;
		padding-bottom: 2px;
	}

	.period-box .memory-box p:not([class]) {
		font-weight: 400;
		padding: 0px;
	}

	.career-interview-block {
		padding: 0 3% 40px;
	}

	.career-interview-block h3 {
		font-size: 15px;
		font-weight: 500;
		line-height: 1.5em;
		padding-left: 50px;
		margin-bottom: 10px;
		position: relative;
	}

	.career-interview-block h3:before {
		width: 40px;
		height: 40px;
		background: url(../img/career_img/question-icon-green.svg) no-repeat center center;
		background-size: contain;
		left: 0;
		top: 0;
		transform: translateY(0);
	}

	.career-interview-block:last-of-type {
		padding-bottom: 0;
	}

	.career-interview .insert-image {
		padding-bottom: 40px;
	}

	.career-bottom {
		position: relative;
	}

	.career-bottom .content {
		padding-bottom: 100px;
	}

	.career-bottom ul {
		margin-bottom: 60px;
	}

	.career-bottom::before {
		width: 100%;
		height: calc(100% - 100px);
		background: #F6F7F6;
		z-index: -1;
		top: 100px;
	}

	.career-bottom ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.career-bottom ul li {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		background: #fff;
		box-shadow: 0px 0px 8px rgba(0, 100, 73, 0.2);
	}

	.career-bottom ul li:nth-child(1) {
		margin-bottom: 20px;
	}

	.career-bottom ul li p {
		color: #01916D;
	}

	.career-bottom ul li h4 {
		color: #01916D;
		font-size: 16px;
		font-weight: 500;
		padding-bottom: 5px;
	}
}


@media screen and (max-width: 480px) {
	.story-main-box .bg {
		width: 100%;
		margin-bottom: 20px;
	}

	.story-main-box .txt {
		width: 100%;
	}

	.story-main-box .txt .ttl {
		color: #01916D;
		font-weight: 500;
		padding-bottom: 10px;
	}

	.story-main-box .txt .hero-txt {
		font-size: min(4.3vw, 22px);
		font-weight: 500;
		line-height: 1.8em;
		padding-bottom: 20px;
	}

	.story-main-box .txt .name {
		color: #01916D;
		font-weight: 500;
		font-size: 16px;
		padding-bottom: 2px;
	}

	.story-main-box .txt .profile {
		color: #01916D;
		line-height: 1.8em;
	}
}