@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
採用情報
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
共通
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.header-contact-form .button {
	--button-color_main: var(--color_orange);
}

@media (min-width: 768px) {
.header-menu-li._none_recruit {
	display: none;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- フッター
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@media (min-width: 768px) {
.footer-recruit {
	padding-top: 38px;
}

.footer-recruit .heading {
	letter-spacing: normal;
}
}

@media (max-width: 767.9px) {
.footer-recruit .icon {
	width: 24px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 職種詳細
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
@media (min-width: 768px) {
.job-article .heading_underline {
	text-align: center;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
-- イントロ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-intro {
	padding-bottom: 0;
}

.job-intro .text {
	padding-inline: var(--padding-inline);
}

.job-intro .image {
	width: calc(100% - var(--padding-inline));
}

.job-intro .img {
	border-radius: 0 100vw 100vw 0;
}

@media (min-width: 768px) {
.job-intro {
	display: flex;
	column-gap: 30px;
	flex-flow: row-reverse;
	justify-content: start;
	align-items: center;
}

.job-intro .text {
	width: 540px;
}

.job-intro .image {
	width: calc(50% + 58px);
}

.job-intro .img {
	width: 100%;
	height: 443px;
	object-fit: cover;
	object-position: left 30%;
}
}

@media (max-width: 767.9px) {
.job-intro .text {
	margin-bottom: 20px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 特徴
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-feature {
	position: relative;
	z-index: 0;
}

.job-feature .shape {
	inset: 290px auto auto calc(50% - 48px);
}

.job-feature-ul {
	margin-bottom: 60px;
}

.job-feature-li {
	counter-increment: number;
}

.job-feature-li:not(:last-child) {
	margin-bottom: 40px;
}

.job-feature-li .image {
	position: relative;
	width: calc(100% - var(--padding-inline));
}

.job-feature-li .img {
	width: calc(100% - 30px);
}

.job-feature-li:nth-child(2n+1) .img {
	border-radius: 0 100px 20px 0;
}

.job-feature-li:nth-child(2n) .img {
	border-radius: 100px 0 0 20px;
}

.job-feature-li .number {
	position: absolute;
	top: 0;
	color: var(--color_main);
	font-family: var(--font_english);
	line-height: 1;
	text-align: right;
	font-size: 16px;
}

.job-feature-li:nth-child(2n+1) .number {
	right: 0;
}

.job-feature-li:nth-child(2n) .number {
	left: 0;
}

.job-feature-li .number::after {
	display: block;
	font-size: 60px;
	content: counter(number, decimal-leading-zero);
}

.job-feature-li .text {
	padding-inline: var(--padding-inline);
}

.job-feature-li .heading {
	margin-bottom: 0.6em;
	font-size: 22px;
}

.job-feature-ipw {
	padding: 30px var(--padding-inline);
	background: var(--color_main_light);
}

.job-feature-ipw .heading {
	margin-bottom: 0.4em;
	font-weight: 700;
	font-size: 20px;
}

@media (min-width: 768px) {
.job-feature .shape {
	inset: 430px auto auto calc(50% - 285px);
}

.job-feature-li {
	display: flex;
	column-gap: 20px;
	align-items: center;
}

.job-feature-li:nth-child(2n) {
	flex-flow: row-reverse;
}

.job-feature-li .image {
	width: calc(50% - 50px);
	min-width: 40%;
}

.job-feature-li .img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.job-feature-li:nth-child(2n+1) .img {
	border-radius: 0 200px 50px 0;
}

.job-feature-li:nth-child(2n) .img {
	border-radius: 200px 0 0 50px;
}

.job-feature-li:nth-child(1) .img {
	object-position: 40% 40%;
}

.job-feature-li:nth-child(2) .img {
	object-position: center 30%;
}

.job-feature-li:nth-child(3) .img {
	object-position: 60% center;
}

.job-feature-li .number::after {
	font-size: 96px;
}

.job-feature-li .text {
	width: 660px;
}

.job-feature-li .heading {
	font-size: 24px;
}

.job-feature-ipw {
	padding: 40px 4%;
}
}

@media (max-width: 767.9px) {
.job-feature-li .image {
	margin-bottom: 25px;
}

.job-feature-li:nth-child(2n) .image {
	margin-left: auto;
	text-align: right;
}

.job-feature-li .number {
	font-size: 13px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
-- キャリアパス・教育支援制度
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-training {
	padding-bottom: 0;
	background: var(--background);
}

@media (max-width: 767.9px) {
.job-training .section-description {
	text-align: left;
}

.job-training .section-description span {
	display: revert;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
-- 理想の医師キャリア像
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-vision {
	--content-width: var(--content-width_large);
	background: var(--background);
}

.job-vision-ul {
	display: grid;
	row-gap: 10px;
}

.job-vision-li {
	padding: 20px var(--padding-inline);
	border-radius: var(--border-radius);
	background: #fff;
}

.job-vision-li .heading {
	margin-bottom: 0.6em;
	font-size: 20px;
	text-align: center;
}

@media (min-width: 768px) {
.job-vision-ul {
	grid-template-columns: 32% 32% 32%;
	justify-content: space-between;
}

.job-vision-li {
	padding: 40px 8%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
-- 多様な働き方
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-workstyle {
	padding-bottom: 0;
}

.job-workstyle .inner {
	overflow: auto;
	padding-bottom: 1.2em;
}

.job-workstyle .table {
	min-width: 640px;
}

.job-workstyle th,
.job-workstyle td {
	width: 25%;
	padding-inline: 1em;
	border-inline: 1px solid var(--color_gray_light);
}

.job-workstyle th {
	text-align: center;
}

.job-workstyle .time {
	width: fit-content;
	margin-bottom: 0.5em;
	padding: 0.3em 1em;
	border-radius: 10px;
	background: var(--color_main_dark);
	color: #fff;
}

@media (max-width: 767.9px) {
.job-workstyle .table {
	font-size: 14px;
}

.job-workstyle th,
.job-workstyle td {
	display: revert;
}

.job-workstyle .time {
	font-size: 12px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
-- 1日のスケジュール例
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-schedule-ul {
	display: grid;
	position: relative;
	padding-top: 23px;
	row-gap: 40px;
}

.job-schedule-ul::before {
	position: absolute;
	inset: 0 auto 0 7px;
	border-right: 4px solid var(--color_main_light);
	content: "";
}

.job-schedule-li {
	display: flex;
	position: relative;
	padding-left: 40px;
	column-gap: 25px;
}

.job-schedule-li::before {
	position: absolute;
	inset: 13px auto auto 11px;
	width: 25px;
	border-top: 4px solid var(--color_main_light);
	content: "";
}

.job-schedule-li::after {
	position: absolute;
	inset: 7px auto auto 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--color_main_dark);
	content: "";
}

.job-schedule-li .time {
	font-size: 20px;
	font-family: var(--font_english);
	line-height: 1.5;
}

.job-schedule-li .wrapper {
	flex: 1;
}

.job-schedule-li .heading {
	margin-bottom: 0.3em;
	color: var(--color_main_dark);
	font-weight: 700;
	font-size: 18px;
}

.job-schedule-li .description {
	margin-bottom: 1em;
	line-height: 1.5;
}

@media (min-width: 768px) {
.job-schedule-ul {
	display: flex;
	flex-flow: row-reverse wrap;
}

.job-schedule-ul::before {
	left: 50%;
	transform: translateX(-50%);
}

.job-schedule-li {
	width: 50%;
}

.job-schedule-li:nth-child(2n+1) {
	padding-left: 30px;
}

.job-schedule-li:nth-child(2n) {
	padding-inline: 0 30px;
	transform: translateY(100px);
	transform: translateY(300px);
	flex-flow: row-reverse;
}

.job-schedule-li:nth-child(2n+1)::before {
	left: 0;
}

.job-schedule-li:nth-child(2n)::before {
	right: 0;
	left: auto;
}

.job-schedule-li:nth-child(2n+1)::after {
	left: -9px;
}

.job-schedule-li:nth-child(2n)::after {
	right: -9px;
	left: auto;
}

.job-schedule-li .heading {
	font-size: 20px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
-- 働くスタッフの声
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-staff {
	--content-width: var(--content-width_large);
	background: var(--background);
}

.job-staff-ul {
	display: grid;
	row-gap: 10px;
}

.job-staff-li {
	padding: 20px var(--padding-inline);
	border-radius: var(--border-radius);
	background: #fff;
}

.job-staff-li .img {
	width: 100%;
}

.job-staff-li .heading {
	margin-block: 0.8em 0.2em;
	font-weight: 500;
	font-size: 20px;
	font-family: var(--font_serif);
}

@media (min-width: 768px) {
.job-staff-ul {
	grid-template-columns: 32% 32% 32%;
	justify-content: space-between;
}

.job-staff-li {
	padding: 40px 8%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
-- 募集要項
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-requirement {
	padding-bottom: 0;
}

.job-requirement dt {
	font-weight: 700;
}

.job-requirement dt:not(:first-child) {
	margin-top: 1.5em;
}

.job-requirement dt::before {
	content: "■";
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
-- 入職お祝い金制度
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-gift .button {
	--button-color_main: var(--color_orange);
}

@media (max-width: 767.9px) {
.job-gift .section-description {
	text-align: left;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
HOME
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ページヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.recruit-header {
	--content-width: var(--content-width_large);
	position: relative;
	padding-bottom: 110px;
	background: var(--background);
}

.recruit-header .image {
	-webkit-mask: url("../img/recruit/s/header-mask.svg") center bottom / 100% auto no-repeat;
	mask: url("../img/recruit/s/header-mask.svg") center bottom / 100% auto no-repeat;
}

.recruit-header .img {
	width: 145vw;
	max-width: none;
}

.recruit-header .inner {
	position: absolute;
	inset: auto 0 0;
	z-index: 1;
}

.recruit-header .inner h1 {
	display: block;
}

.recruit-header .heading-en {
	margin-bottom: 0.2em;
	color: var(--color_main_dark);
	font-weight: 500;
	font-size: 46px;
	line-height: 1;
	letter-spacing: normal;
}

.recruit-header .heading-ja {
	font-size: 20px;
}

@media (min-width: 768px) {
.recruit-header {
	margin-bottom: -80px;
	padding-bottom: 140px;
}

.recruit-header .image {
	-webkit-mask-image: url("../img/recruit/header-mask.svg");
	mask-image: url("../img/recruit/header-mask.svg");
}

.recruit-header .img {
	width: 100%;
}

.recruit-header .heading-en {
	font-size: 96px;
}

.recruit-header .heading-ja {
	font-size: 24px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- イントロ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.recruit-intro {
	position: relative;
	z-index: 0;
	padding-block: 20px 0;
	background: var(--background);
}

.recruit-intro .shape01 {
	inset: -100px auto auto calc(50% + 78px);
}

.recruit-intro .img01 {
	display: block;
	max-width: 77%;
	margin: 0 0 30px calc(50% - 88px);
	border-radius: 100vw;
}

.recruit-intro .heading_large {
	color: var(--color_main_dark);
	text-align: center;
}

.recruit-intro .img02 {
	max-width: 45%;
	border-radius: 100vw;
}

.recruit-intro .img03 {
	display: block;
	max-width: 68%;
	margin: 0 -15% 0 auto;
	border-radius: 100vw;
}

.recruit-intro .shape02 {
	inset: auto calc(50% + 18px) -90px auto;
}

@media (min-width: 768px) {
.recruit-intro {
	padding-top: 0;
}

.recruit-intro .shape01 {
	inset: -110px auto auto calc(50% + 350px);
}

.recruit-intro .img01 {
	margin: 0 0 0 70%;
}

.recruit-intro .description {
	max-width: 543px;
	margin-inline: auto;
	text-align: center;
}

.recruit-intro .img02 {
	position: absolute;
	inset: 230px calc(66% + 200px) auto auto;
	max-width: 42%;
}

.recruit-intro .img03 {
	margin: -30px 0 0 72%;
	max-width: 78%;
}

.recruit-intro .shape02 {
	inset: auto calc(50% + 340px) 0 auto;
}
}

@media (max-width: 767.9px) {
.recruit-intro .description {
	margin-bottom: 20px;
}

.recruit-intro .description br {
	display: none;
}

.recruit-intro .img02 {
	display: block;
	margin: 0 0 -40px -8%;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 真成会は沖縄最大の医療法人です
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.recruit-figure {
	background: var(--background);
}

.recruit-figure-ul {
	display: flex;
	row-gap: 3vw;
	flex-flow: wrap;
	justify-content: space-between;
}

.recruit-figure-li {
	width: 48%;
	/* padding: 20px 5%; */
	padding: 20px 3%;
	border-radius: var(--border-radius);
	text-align: center;
}

.recruit-figure-li:nth-child(2n+1) {
	background: #fff;
}

.recruit-figure-li:nth-child(2n),
.recruit-figure-li:nth-child(11) {
	background: var(--color_main_light);
}

.recruit-figure-li:nth-child(12) {
	background: #fff;
}

.recruit-figure-li:nth-child(11) {
	width: 100%;
}

.recruit-figure-li .heading {
	margin-bottom: 0.7em;
	font-size: 18px;
}

.recruit-figure-li .img {
	margin-bottom: 10px;
	width: auto;
}

.recruit-figure-li .date {
	font-size: 12px;
}

.recruit-figure-department .content {
	display: grid;
	display: flex;
	text-align: left;
	grid-template-columns: 24% 1fr;
	column-gap: 5%;
	align-items: center;
	height: 100%;
}

.recruit-figure-department .img {
	height: auto;
}

@media (min-width: 768px) {
.recruit-figure-ul {
	row-gap: 30px;
}

.recruit-figure-li {
	width: 31%;
	padding: 30px 3%;
}

.recruit-figure-li:nth-child(11) {
	width: 65%;
}

.recruit-figure-li .heading {
	font-size: 20px;
}

.recruit-figure-li .date {
	font-size: 14px;
}
}

@media (max-width: 767.9px) {
.recruit-figure-li .img {
	width: auto;
	max-height: 93px;
}

.recruit-figure-li .description {
	font-size: 14px;
}

.recruit-figure-li:nth-child(7) {
	padding-left: 0;
	padding-right: 0;
}

.recruit-figure-li:nth-child(7) img {
	max-height: none;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 応募
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.recruit-apply {
	background-image: url('../img/recruit/employee-benefits.jpg');
	background-repeat: repeat;
	background-size: cover;
	margin-top: 60px;
}
.recruit-apply .inner:nth-child(2) {
	max-width: 1200px;
}
.recruit-apply ul {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}
.recruit-apply li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #628741;
	background-color: #E5EDCD;
	border-radius: 50%;
	width: 158px;
	height: 158px;
	font-size: 20px;
}
.recruit-apply .heading_enja._center {
	margin-top: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #A7C358;
}
.apply {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.apply div {
	text-align: center;
	width: calc((100% - 60px) / 3);
	background-color: #fff;
	border-radius: 16px;
	padding: 25px 20px 40px;
}
.apply h3 {
	font-size: 36px;
	color: #A7C358;
	font-family: var(--font_english);
}
.apply p {
	margin-top: 5px;
	color: #628741;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
.apply span {
	color: #E5672E;
	display: inline;
}

@media (max-width: 767.9px) {
.recruit-apply li {
	width: calc((100vw - (2 * 5.4vw) - 10px) / 2);
	height: calc((100vw - (2 * 5.4vw) - 10px) / 2);
}

.apply {
	gap: 15px;
}

.apply div {
	width: calc((100% - 30px) / 2);
	width: 100%;
	padding: 20px 15px 25px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 職種詳細
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.recruit-job {
	padding-bottom: 0;
}

.recruit-job-ul {
	display: grid;
	gap: 10px 3%;
}

.recruit-job-li a {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: var(--border-radius);
}

.recruit-job-li .img {
	width: 100%;
	transition: var(--transition_img);
}

.recruit-job-li a:hover .img {
	transform: scale(1.1);
	filter: brightness(0.9);
}

.recruit-job-li .heading {
	position: absolute;
	inset: 50% 50px auto 30px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	transform: translateY(-50%);
}

.recruit-job-li .arrow {
	--arrow-color_main: #fff;
	--arrow-color_sub: var(--color_main_dark);
	position: absolute;
	inset: 0 16px 0 auto;
	margin: auto;
}

@media (min-width: 480px) {
.recruit-job-ul {
	grid-template-columns: 1fr 1fr;
	gap: 30px 3%;
}

.recruit-job-li .img {
	min-height: 120px;
	object-fit: cover;
}
}

@media (min-width: 768px) {
.recruit-job-ul {
	grid-template-columns: 1fr 1fr 1fr;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 福利厚生・各種制度
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.recruit-fukurikosei .content {
	overflow: hidden;
	border-radius: var(--border-radius);
	background: var(--color_main_light);
}

.recruit-fukurikosei .text {
	padding: 60px var(--padding-inline);
}

.recruit-fukurikosei .button {
	margin-top: 20px;
}

.recruit-fukurikosei .img01 {
	display: block;
	max-width: 71%;
	margin: 0 0 -20% auto;
	border-bottom-left-radius: var(--border-radius);
}

.recruit-fukurikosei .img02 {
	max-width: 56%;
	border-radius: var(--border-radius);
}

@media (min-width: 768px) {
.recruit-fukurikosei .content {
	display: grid;
	grid-template-columns: minmax(auto, 460px) 50%;
	justify-content: end;
	align-items: center;
}

.recruit-fukurikosei .text {
	padding-block: 40px;
}

.recruit-fukurikosei .button {
	margin-left: 0;
}

.recruit-fukurikosei .image {
	padding-bottom: 40px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 医師の福利厚生
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-employee-benefits {
	background-image: url('../img/recruit/employee-benefits.jpg');
	background-repeat: repeat;
	background-size: cover;
}

.job-employee-benefits .inner {
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding: 0 20px;
}

.employee-benefits {
	width: 100%;
	background-color: #fff;
	border-radius: 16px;
	padding: 50px 40px 30px;
	text-align: center;
}

.employee-benefits:nth-child(1) img {
	width: 101.86px;
}

.employee-benefits:nth-child(2) img {
	width: 87.99px;
}

.employee-benefits:nth-child(3) img {
	width: 110px;
}

.employee-benefits:nth-child(4) img {
	width: 57.78px;
	padding-top: 20px;
}

.employee-benefits h3 {
	font-size: 20px;
	margin: 20px 0 15px;
}

.employee-benefits ul {
	width: 100%;
}

.employee-benefits li {
	position: relative;
	padding-left: 1rem;
	text-align: left;
	line-height: 1.5;
}

.employee-benefits li::before {
	position: absolute;
	content: '・';
	left: 0;
	top: 0;
}

@media (min-width: 768px) {
	.employee-benefits {
		width: calc((100% - 40px) / 2);
	}

	.job-employee-benefits .inner {
		padding: 0;
	}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 実績数値・診療体制
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.job-achievements .statistics {
  display: flex;
	flex-wrap: wrap;
  gap: 20px;
}

.stat {
	width: calc((100% - 20px) / 2);
  border-radius: 16px;
  padding: 40px 5px 25px;
	text-align: center;
}

.stat:nth-child(even) {
	background-color: #F0F5E1;
}

.stat img {
  margin-bottom: 10px;
}

.stat:nth-child(1) img {
	width: 110.55px;
}

.stat:nth-child(2) img {
	width: 95.62px;
}

.stat:nth-child(4) img {
	width: 95.75px;
}

.stat:nth-child(5) img {
	width: 85.15px;
}

.stat:nth-child(6) img {
	width: 96.99px;
}

.label {
  font-weight: 600;
  font-size: 16px;
  color: #4a5a46;
}

.number {
  font-size: 36px;
  color: #628741;
  font-weight: 700;
  margin: 5px 0 0;
	line-height: 1;
}

.number span {
	font-size: 16px;
  font-weight: 400;
	margin-left: 5px;
}

.stat-text {
	margin-top: 3px;
}

.year {
  color: #666;
  font-size: 14px;
}

@media (min-width: 768px) {
	.job-achievements .job-achievements .statistics {
		gap: 20px;
	}

	.job-achievements .stat {
		width: calc((100% - 60px) / 3);
	}

	.number {
		font-size: 48px;
		margin-top: 15px;
	}

	.number span {
		font-size: 20px;
	}
}

@media (max-width: 767.9px) {
	.job-achievements .statistics {
		font-size: 14px;
	}
	.stat img {
		max-width: 80px;
	}
	.job-achievements .stat:nth-child(n+5) {
		width: 100%;
	}
	.job-achievements .stat:nth-child(n+5) .sp-row {
		display: flex;
		gap: 20px;
	}
}

/* 円グラフ風のドーナツ */
.circle {
  position: relative;
  width: calc((80vw - 60px) / 2);
  height: calc((80vw - 60px) / 2);
  border-radius: 50%;
  background: conic-gradient(
    #F0F5E1 0% 96%,   /* 緑部分（進捗部分） */
    #fff 96% 100%  /* 薄い背景部分 */
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

@media (min-width: 768px) {
	.circle {
		width: 160px;
		height: 160px;
	}
}

/* 中央の白い内側 */
.circle::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

@media (min-width: 768px) {
	.circle::before {
		width: 100px;
		height: 100px;
	}
}

/* 数値部分 */
.circle .number {
  position: relative;
  z-index: 2;
  font-size: 42px;
  font-weight: 700;
  color: #5a6f3c;
  margin: 0;
}

.circle .number span {
  font-size: 22px;
  font-weight: 500;
}

/* ラベルや年の調整 */
.stat .label {
  font-size: 18px;
  margin-bottom: 15px;
  color: #222;
}

.stat .year {
  color: #333;
}

/* メリット部分 */
.job-merit .inner {
  display: flex;
	flex-wrap: wrap;
  gap: 30px;
}

.job-merit .merit {
  background-color: #F0F5E1;
  border-radius: 16px;
	padding: 45px 15px 35px;
	width: 100%;
}

@media (min-width: 768px) {
	.job-merit .merit {
		width: calc((100% - 30px) / 2);
	}
}

.job-merit h3 {
  font-size: 20px;
  margin: 0 auto 15px;
	position: relative;
	width: fit-content;
}

.job-merit h3::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
}

.job-merit .merit:nth-child(1) h3 {
	padding-left: 44px;
}

.job-merit .merit:nth-child(1) h3::before {
	background-image: url('../img/recruit/merit1.svg');
	width: 34.62px;
	height: 30px;
}

.job-merit .merit:nth-child(2) h3 {
	padding-left: 34px;
}

.job-merit .merit:nth-child(2) h3::before {
	background-image: url('../img/recruit/merit2.svg');
	width: 24.67px;
	height: 28px;
}

.job-merit .merit:nth-child(3) h3 {
	padding-left: 29px;
}

.job-merit .merit:nth-child(3) h3::before {
	background-image: url('../img/recruit/merit3.svg');
	width: 19.29px;
	height: 19.72px;
}

.job-merit .merit:nth-child(4) h3 {
	padding-left: 28px;
}

.job-merit .merit:nth-child(4) h3::before {
	background-image: url('../img/recruit/merit4.svg');
	width: 18px;
	height: 16.56px;
}

.job-merit li {
  position: relative;
	margin-top: 3px;
	padding-left: 20px;
}

.job-merit li::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 10px;
	border-right: 2px solid #628741;
	border-bottom: 2px solid #628741;
	left: 5px;
	top: 8px;
	transform: rotate(45deg);
}

/* 成長できる環境 */
.job-environment .inner {}

.job-environment p {
	text-align: center;
}

.job-environment .environment {
  margin-top: 30px;
}

.job-environment h3 {
  color: #2f6232;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.job-environment p {
  color: #444;
  line-height: 1.6;
  font-size: 15px;
}