@charset "UTF-8";
.about-intro {
	padding: 80px 0 0;
}
.about-intro p:nth-of-type(1) {
	font-size: 32px;
	color: #00B29B;
	text-align: center;
	font-weight: bold;
}
.about-intro p:nth-of-type(1) span {
	font-size: 48px;
}
.about .intro-figure {
	width: 80%;
	margin: 30px auto;
	max-width: 160px;
}
.about-intro p:nth-of-type(2) {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.history-flow {
	padding: 70px 0 30px;
	margin: 40px auto 0;
	box-sizing: border-box;
	position: relative;
}
.history-flow .year {
	font-size: 24px;
	font-weight: bold;
	color: #EB7000;
	text-align: center;
}
.history-flow .ttl {
	font-size: 32px;
	font-weight: bold;
	color: #00B29B;
	text-align: center;
}
.history-flow.eft {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s;
	transition-delay: .2s;
}
.history-flow.eon {
	opacity: 1;
	transform: translate(0, 0px);
}
.history-flow.eft:after {
	width: 18px;
	height: 60px;
	background-image: url("../img/about_img/about-figure03-arrow.svg");
	top: 0;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -10px);
	transition: all 1s;
	transition-delay: .5s;
}
.history-flow.eon:after {
	opacity: 1;
	transform: translate(-50%, 0);
}
.figure-app {
	width: 80%;
	margin: 0 auto 20px;
	max-width: 560px;
}
.figure-app ~ p {
	text-align: center;
}
.about .figure07 {
	max-width: 740px;
	margin: 50px auto 30px;
}
.about .figure07 ~ p:nth-of-type(1) {
	text-align: center;
}
.about .pb {
	padding-bottom: 40px;
}
.about .point-wrap {
	padding: 30px 0;
}
.about .figure09 {
	width: 100%;
	margin: 40px auto 40px;
	max-width: 940px;
}
.about .figure10 {
	max-width: 800px;
	margin: 0 auto 30px;
}
.about .figure11 {
	max-width: 920px;
	margin: 0 auto 30px;
}
.about .figure12 {
	max-width: 920px;
	margin: 0 auto 30px;
}
.about .figure13 {
	max-width: 920px;
	margin: 0 auto 30px;
}
.about .banner {
	width: 90%;
	margin: 20px auto 40px;
	max-width: 540px;
}
.about .banner ~ .txt-btn {
	margin-bottom: 80px;
}
.txt-btn.ex:after {
	width: 50px;
	height: 50px;
	border: solid 1px #162F3A;
	background-image: url("../img/common_img/btn_blank.svg");
	background-size: 22px auto;
	background-position: center center;
	background-color: #F98E00;
	box-sizing: border-box;
	right: -1px;
	bottom: -1px;
	z-index: 1;
}
.about .figure01 {
	width: 80%;
	margin: 0 auto;
	max-width: 500px;
	padding: 50px 0;
}
.about .split01 p {
	width: 35%;
}
.about .split01 > div {
	width: 60%;
}
.about .figure03 {
	width: 80%;
	margin: 0 auto 50px;
	max-width: 860px;
}
.about .figure-new {
	min-height: 400px;
	background: #E1E1E1;
	margin: 0px auto 30px;
}
.about .conj.eft {
	text-align: center;
	position: relative;
	font-size: 32px;
	font-weight: 600;
	color: #00B29B;
	padding-bottom: 80px;
	margin-bottom: 40px;
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s;
	transition-delay: .2s;
}
.about .conj.eon {
	opacity: 1;
	transform: translate(0, 0px);
}
.about .conj.eft:after {
	width: 18px;
	height: 60px;
	background-image: url("../img/about_img/about-figure03-arrow.svg");
	bottom: 0;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -10px);
	transition: all 1s;
	transition-delay: .5s;
}
.about .conj.eon:after {
	opacity: 1;
	transform: translate(-50%, 0);
}
.about .figure04 {
	width: 80%;
	margin: 0 auto 50px;
	max-width: 420px;
}
.about p:has(+ .figure04) {
	color: #EB7000;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 10px;
}
.about .figure05 {
	width: 80%;
	margin: 0 auto 50px;
	max-width: 270px;
}
.about .figure06 {
	width: 90%;
	margin: 50px auto 50px;
	max-width: 940px;
}
.about .split02 .txt {
	width: 45%;
}
.about .split02 .vis {
	width: 45%;
}
.about .data {
	width: 100%;
	margin: 0 auto 30px;
}
.about .bottom-block {
	background: url("../img/about_img/about-section-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 150px 0;
	box-sizing: border-box;
}
.about .bottom-block p {
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.about-intro {
		padding: 50px 0 0;
	}
	.about-intro p:nth-of-type(1) {
		font-size: 18px;
		color: #00B29B;
		text-align: center;
		font-weight: bold;
	}
	.about-intro p:nth-of-type(1) span {
		font-size: 32px;
	}
	.about .intro-figure {
		width: 80%;
		margin: 10px auto;
		max-width: 80px;
	}
	.about-intro p:nth-of-type(2) {
		font-size: 14px;
		text-align: center;
		font-weight: bold;
	}
	.history-flow {
		padding: 70px 0 30px;
		margin: 40px auto 0;
		box-sizing: border-box;
		position: relative;
	}
	.history-flow .year {
		font-size: 24px;
		font-weight: bold;
		color: #EB7000;
		text-align: center;
	}
	.history-flow .ttl {
		font-size: 22px;
		font-weight: bold;
		color: #00B29B;
		text-align: center;
	}
	.history-flow.eft {
		opacity: 0;
		transform: translate(0, 20px);
		transition: all 1s;
		transition-delay: .2s;
	}
	.history-flow.eon {
		opacity: 1;
		transform: translate(0, 0px);
	}
	.history-flow.eft:after {
		width: 18px;
		height: 60px;
		background-image: url("../img/about_img/about-figure03-arrow.svg");
		top: 0;
		left: 50%;
		opacity: 0;
		transform: translate(-50%, -10px);
		transition: all 1s;
		transition-delay: .5s;
	}
	.history-flow.eon:after {
		opacity: 1;
		transform: translate(-50%, 0);
	}
	.figure-app {
		width: 80%;
		margin: 0 auto 20px;
		max-width: 560px;
	}
	.figure-app ~ p {
		text-align: center;
	}
	.about .figure07 {
		width: 90%;
		margin: 50px auto 30px;
	}
	.about .figure07 ~ p:nth-of-type(1) {
		text-align: center;
	}
	.about .pb {
		padding-bottom: 40px;
	}
	.about .point-wrap {
		padding: 30px 0;
	}
	.about .figure09 {
		width: 90%;
		margin: 40px auto 40px;
		max-width: 940px;
	}
	.about .banner {
		width: 90%;
		margin: 20px auto 40px;
		max-width: 540px;
	}
	.about .banner ~ .txt-btn {
		margin-bottom: 80px;
	}
	.txt-btn.ex p {
		font-size: min(3.3vw,16px);
	}
	.txt-btn.ex:after {
		width: 40px;
		height: 40px;
		border: solid 1px #162F3A;
		background-image: url("../img/common_img/btn_blank.svg");
		background-size: 18px auto;
		background-position: center center;
		background-color: #F98E00;
		box-sizing: border-box;
		right: -1px;
		bottom: -1px;
		z-index: 1;
	}
	.about .figure01 {
		width: 90%;
		max-width: 400px;
		padding: 30px 0;
	}
	.about .split01 p {
		width: 100%;
		order: 2;
	}
	.about .split01 > div {
		width: 100%;
		margin: 0 auto 30px;
		order: 1;
	}
	.about .figure03 {
		width: 100%;
		margin: 0 auto 40px;
		max-width: 460px;
	}
	.about .conj.eft {
		text-align: center;
		position: relative;
		font-size: 22px;
		font-weight: 600;
		color: #00B29B;
		padding-bottom: 70px;
		margin-bottom: 20px;
	}
	.about .figure04 {
		width: 80%;
		margin: 0 auto 50px;
		max-width: 420px;
	}
	.about .figure05 {
		width: 60%;
		margin: 0 auto 50px;
		max-width: 270px;
	}
	.about .figure06 {
		width: 100%;
		margin: 30px auto 30px;
	}
	.about .split02 .txt {
		width: 100%;
		padding: 0 0 40px;
	}
	.about .split02 .txt .data {
		width: 100%;
		margin: 0 auto 20px;
		max-width: 300px;
	}
	.about .split02 .vis {
		width: 100%;
	}
	.about .data {
		width: 100%;
		margin: 0 auto 30px;
	}
	.about .figure07 {
		margin: 40px auto 50px;
	}
	.about .bottom-block {
		background: url("../img/about_img/about-section-bg.jpg") no-repeat center center;
		background-size: cover;
		padding: 150px 0;
		box-sizing: border-box;
	}
	.about .bottom-block p {
		text-align: center;
		color: #FFF;
		font-size: min(4vw, 16px);
		font-weight: 500;
	}
}


.wellbeing h2 {
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.wellbeing .mini {
	font-size: 90%;
}
.wellbeing .data-ttl {
	font-size: 16px;
	padding: 20px 0 0;
	text-align: center;
}
.wellbeing .data-ttl span {
	font-weight: bold;
}
.wellbeing h4 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	color: #00B29B;
}
.wellbeing h4 span {
	padding-left: 1em;
	font-size: 14px;
	top: -3px;
	position: relative;
}
.wellbeing .welfare {
	margin: 0 auto 60px;
}
.wellbeing .welfare li {
	width: 48%;
	background: #F5F2E7;
	box-sizing: border-box;
	padding: 0 24px 40px;
}
.welfare .point {
	margin: 30px 0 0;
}
.wellbeing .welfare li .sub-ttl {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0 0;
}
.wellbeing .welfare li .ttl {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	padding: 0 0 20px;
	line-height: 1.2em;
}
.wellbeing .welfare li .list-txt {
	font-size: 14px;
	font-weight: 600;
	color: #00B29B;
	padding: 10px 0 0;
	letter-spacing: .02em;
}
.att:has(+ .txt-btn) {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 10px;
}
.wellbeing h3 {
	padding: 10px 0 0;
}
.dot-list01 {
	width: 80%;
	margin: 40px auto 0;
}
.dot-list01 li {
	margin: 0 0 15px 0;
	line-height: 1.6em;
	padding-left: 1.5em;
	font-weight: 600;
	color: #00B29B;
	position: relative;
}
.dot-list01 li:before {
	content: "■";
	color: #F08200;
	font-size: 12px;
	left: 0;
	top: .0em;
}
.pickup-list {
	margin: 70px auto 0;
}
.pickup-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.pickup-list li .vis {
	width: 30%;
}
.pickup-list li .txt {
	width: 65%;
}
.pickup-box {
	margin-bottom: 40px;
}
.pickup-box .vis {
	width: 25%;
}
.pickup-box .txt {
	width: 70%;
}
.pickup-box02 .vis {
	width: 45%;
	order: 2;
}
.pickup-box02 .txt {
	width: 50%;
}
.pickup {
	padding: 30px;
	box-sizing: border-box;
}
.pickup .cc {
	font-size: 20px;
	margin: 20px 0;
	line-height: 1.6em;
}
.pickup .note {
	padding-left: 110px;
	min-height: 80px;
	color: #00B29B;
	font-size: 14px;
	position: relative;
	margin: 20px 0 0;
}
.pickup .note:before {
	width: 90px;
	height: 80px;
	left: 0;
	top: 0;
}
.pickup .data {
	margin: 30px auto 0;
	width: 90%;
}
.pickup .icon01:before {
	background-image: url("../img/workstyle_img/benefits-icon01.svg");
}
.pickup .icon02:before {
	background-image: url("../img/workstyle_img/benefits-icon02.svg");
}

.pride-logo {
	width: 70%;
	max-width: 260px;
	margin: 20px auto 20px;
	box-sizing: border-box;
	background: #FFF;
	padding: 10px 20px;
}
@media screen and (max-width: 767px) {
	.wellbeing h4 {
		position: relative;
		font-size: 20px;
		font-weight: 600;
		color: #00B29B;
	}
	.wellbeing h4 span {
		padding-left: 0;
		display: block;
		font-size: min(3vw, 14px);
		top: -10px;
		position: relative;
	}
	.wellbeing .welfare {
		margin: 0 auto 30px;
	}
	.wellbeing .welfare li {
		width: 100%;
		background: #F5F2E7;
		box-sizing: border-box;
		padding: 0 15px 20px;
		margin-bottom: 30px;
	}
	.wellbeing .welfare li .sub-ttl {
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		padding: 10px 0 0;
	}
	.wellbeing .welfare li .ttl {
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		padding: 0 0 20px;
		line-height: 1.2em;
	}
	.wellbeing .welfare li .list-txt {
		font-size: 14px;
		font-weight: 600;
		color: #00B29B;
		padding: 10px 0 0;
		letter-spacing: .02em;
	}
	.att:has(+ .txt-btn) {
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		padding-bottom: 10px;
	}
	.wellbeing h3 {
		padding: 10px 0 0;
	}
	.dot-list01 {
		width: 90%;
		margin: 40px auto 0;
	}
	.dot-list01 li {
		margin: 0 0 15px 0;
		line-height: 1.6em;
		padding-left: 1.5em;
		font-weight: 600;
		color: #00B29B;
		position: relative;
	}
	.dot-list01 li:before {
		content: "■";
		color: #F08200;
		font-size: 12px;
		left: 0;
		top: .0em;
	}
	.pickup-list {
		margin: 70px auto 0;
	}
	.pickup-list li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.pickup-list li .vis {
		width: 80%;
		margin: 0 auto 20px;
		max-width: 300px;
	}
	.pickup-list li .txt {
		width: 100%;
		padding: 15px 0 0;
	}
	.pickup-box {
		margin-bottom: 40px;
	}
	.pickup-box .vis {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20% 15px;
	}
	.pickup-box .txt {
		width: 100%;
	}
	.pickup-box02 .vis {
		width: 100%;
		order: 1;
	}
	.pickup-box02 .txt {
		width: 100%;
		order: 2;
		padding: 20px 0 0;
	}
}