@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  汎用
**************************************************
--------------------------------------------------*/
.heading_box {
	text-align: center;
}

.heading_box .sub {
	font-family: "Roboto", sans-serif;
	font-size: 16.0rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1;
	color: var(--green-1);
}

.heading_box .main {
	font-size: 5.6rem;
	font-weight: 800;
	line-height: 1.78;
}

/* SP */
@media screen and (max-width: 767px) {
	.heading_box .sub {
		font-size: 5.0rem;
	}

	.heading_box .main {
		font-size: 2.4rem;
	}
}


/*--------------------------------------------------
**************************************************
  .introduction_box
**************************************************
--------------------------------------------------*/
.introduction_box {
	padding-block: 120px 50px;
	background-color: var(--green-1);
	text-align: center;
	color: var(--white-1);
}

.introduction_box .text_1 {
	font-size: 7.0rem;
	font-weight: 800;
	line-height: 1.7;
}

.introduction_box .text_2 {
	width: min(100%, 880px);
	margin: 64px auto 0;
	text-align: left;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.9;
}

.introduction_box .text_3 {
	margin-top: 64px;
	font-size: 4.0rem;
	font-weight: 800;
	line-height: 1.8;
}

.introduction_box .jump_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 26px;
	margin-top: 120px;
}
/*
.introduction_box .jump_link > li {
	width: 300px;
	min-height: 300px;
	padding-top: 24px;
	background: no-repeat left top / 100%;
}

.introduction_box .jump_link > li:nth-child(1) {
	background-image: url(../imgs/posting/jump_link_01.png);
}

.introduction_box .jump_link > li:nth-child(2) {
	background-image: url(../imgs/posting/jump_link_02.png);
}

.introduction_box .jump_link > li:nth-child(3) {
	background-image: url(../imgs/posting/jump_link_03.png);
}

.introduction_box .jump_link > li:nth-child(4) {
	background-image: url(../imgs/posting/jump_link_04.png);
}
*/
.introduction_box .jump_link > li {
	position: relative;
	width: 300px;
}

.introduction_box .jump_link > li .image {
	position: absolute;
	top: 0;
	left: 0;
}

.introduction_box .jump_link .tategaki {
	position: relative;
	top: 24px;
	padding-inline: 10px 50px;
	background: var(--black-1) url(../imgs/common/arrow_5.svg) no-repeat center bottom 20px / 17px;
	font-size: 3.0rem;
	font-weight: 800;
	color: var(--white-1);
}

.introduction_box .jump_link .tategaki span {
	display: inline-block;
	margin-top: 10px;
	padding-inline: 10px;
	background: var(--white-1);
	color: var(--black-1);
}

/* SP */
@media screen and (max-width: 767px) {
	.introduction_box {
		padding-block: 64px;
	}

	.introduction_box .text_1 {
		font-size: 2.8rem;
	}

	.introduction_box .text_2 {
		margin-top: 32px;
		font-size: 1.6rem;
		line-height: 2;
	}

	.introduction_box .text_3 {
		margin-top: 32px;
		font-size: 1.8rem;
		line-height: 1.6;
	}

	.introduction_box .jump_link {
		gap: 32px;
		width: 100%;
		margin-top: 32px;
	}
/*
	.introduction_box .jump_link > li {
		width: auto;
		min-height: auto;
		padding-top: 0;
		background: none !important;
	}
*/
	.introduction_box .jump_link > li {
		width: auto;
	}

	.introduction_box .jump_link .tategaki {
		display: inline-block;
		min-width: 45px;
		padding-inline: 5px 40px;
		background-position: center bottom 16px;
		background-size: 14px;
		font-size: 2.8rem;
	}

	.introduction_box .jump_link .tategaki span {
		margin-top: 5px;
		padding-inline: 5px;
	}
}/* End SP */


/*--------------------------------------------------
**************************************************
  .plan_box
**************************************************
--------------------------------------------------*/
.plan_box .list {
	width: 100%;
	margin-top: 50px;
}

.plan_box .list > li {
	position: relative;
	width: 100%;
	padding-top: 70px;
}

.plan_box .list > li + li {
	margin-top: 120px;
}

.plan_box .list .list_inner_top {
	position: relative;
}

.plan_box .list .list_inner_top::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	max-width: 1600px;
	width: 83%;
	background: var(--green-1);
}

.plan_box .list > li:nth-child(odd) .list_inner_top::before {
	right: calc(50% - 50vw);
}

.plan_box .list > li:nth-child(even) .list_inner_top::before {
	left: calc(50% - 50vw);
}

.plan_box .list .list_inner_top_flex {
	position: relative;
	z-index: 0;
	display: flex;
	gap: 80px;
	width: 1504px;
	margin-inline: auto;
	padding-block: 80px;
}

.plan_box .list > li:nth-child(odd) .list_inner_top_flex {
	flex-direction: row-reverse;
}

.plan_box .list_inner_top_flex .text_box {
	width: min(100%, 664px);
	margin-top: -150px;
	color: var(--white-1);
}

.plan_box #plan4 .list_inner_top_flex .text_box {
	width: min(87%, 850px);
}

.plan_box .list_inner_top_flex .count {
	display: inline-block;
	text-align: center;
	font-size: 3.0rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1;
	color: rgba(29, 29, 29, 0.5);
}

.plan_box .list_inner_top_flex .count .num {
	font-size: 9.6rem;
}

.plan_box .list_inner_top_flex .target {
	display: flex;
	margin-top: 24px;
}

.plan_box .list_inner_top_flex .target span {
	padding-inline: 16px;
	font-size: 3.8rem;
	font-weight: 800;
}

.plan_box .list_inner_top_flex .target span:nth-child(1) {
	background: var(--black-1);
}

.plan_box .list_inner_top_flex .target span:nth-child(2) {
	background: var(--white-1);
	color: var(--black-1);
}

.plan_box .list_inner_top_flex .catch {
	margin-top: 16px;
	font-size: 5.0rem;
	font-weight: 800;
	line-height: 1.4;
}

.plan_box .list_inner_top_flex .description {
	width: min(100%, 664px);
	margin-top: 40px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2;
}

.plan_box .list_inner_top_flex .description + .description {
	margin-top: 20px;
}

.plan_box .list_inner_bottom {
	position: relative;
	margin-top: -87px;
	padding-top: 47px;
}

.plan_box .list_inner_bottom::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: var(--gray-2);
	z-index: -1;
}

.plan_box .list_inner_bottom .plan_point {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: min(var(--content-pc-width-1), var(--content-sp-width-1));
	margin-inline: auto;
}

.plan_box .list_inner_bottom .plan_point > div {
	width: 302px;
	padding: 32px;
	background: var(--white-1);
}

.plan_box .list_inner_bottom .plan_point .heading {
	font-size: 2.6rem;
	font-weight: 700;
	color: var(--green-1);
}

.plan_box .list_inner_bottom .plan_point ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 24px;
	padding-left: 1em;
}

.plan_box .list_inner_bottom .plan_point ul li {
	font-weight: 600;
}

.plan_box .list_inner_bottom .plan_point ul li + li {
	margin-top: 16px;
}

.plan_box .list_inner_bottom .case {
	position: relative;
	width: min(var(--content-pc-width-1), var(--content-sp-width-1));
	margin: 80px auto 0;
}

.plan_box .list_inner_bottom .case .heading {
	text-align: center;
	font-size: 4.0rem;
	font-weight: 800;
	line-height: 1;
}

.plan_box .list_inner_bottom .case ul {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 64px;
}

.plan_box .list_inner_bottom .case ul > li {
	width: 50%;
	padding: 40px;
	background: var(--white-1);
	text-align: center;
}

.plan_box .list_inner_bottom .case ul .category {
	position: relative;
	padding: 8px 10px 9px;
	background: var(--green-3);
	font-size: 2.0rem;
	line-height: 1;
	color: var(--green-1);
}

.plan_box .list_inner_bottom .case ul .category::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	width: 40px;
	height: 20px;
	background: var(--green-3);
}

.plan_box .list_inner_bottom .case ul .sub {
	margin-top: 40px;
	font-size: 2.4rem;
	font-weight: 800;
}

.plan_box .list_inner_bottom .case ul .main {
	margin-top: 24px;
	font-size: 3.0rem;
	font-weight: 800;
}

.plan_box .cta_box {
	position: relative;
	margin-top: 80px;
	padding-block: 64px;
	background: url(../imgs/posting/cta_box_bg.jpg) no-repeat center top / cover;
}

.plan_box .cta_box .link_list {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.plan_box .cta_box .link_list li {
	width: 50%;
}

.plan_box .cta_box .link_list a {
	display: block;
	width: 100%;
	padding: 28px 5%;
	background: rgba(34, 175, 195, 0.8);
	backdrop-filter: blur(20px);
	border-radius: 8px;
	color: var(--white-1);
}

.plan_box .cta_box .link_list li:nth-child(even) a {
	background: rgba(255, 255, 255, 0.8);
	color: var(--black-1);
}

.plan_box .cta_box .link_title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.2rem;
	font-weight: 800;
}

.plan_box .cta_box .link_title .icon_arrow_right_1 {
	width: 32px;
	height: 32px;
	margin: 5px 0 0 15px;
}

.plan_box .cta_box .link_description {
	margin-top: 10px;
	text-align: center;
	font-weight: 700;
}

/* SP */
@media screen and (max-width: 767px) {
	.plan_box .list {
		margin-top: 28px;
	}

	.plan_box .list > li {
		padding-top: 50px;
	}

	.plan_box .list > li + li {
		margin-top: 64px;
	}

	.plan_box .list .list_inner_top::before {
		max-width: none;
		width: 95%;
	}

	.plan_box .list .list_inner_top_flex {
		flex-direction: column;
		gap: 24px;
		width: 100%;
		padding-block: 40px 0;
	}

	.plan_box .list > li:nth-child(odd) .list_inner_top_flex {
		flex-direction: column;
	}

	.plan_box .list .text_box {
		width: 85%;
		margin-top: -90px;
	}

	.plan_box .list > li:nth-child(odd) .text_box {
		margin-inline: 10% 5%;
	}

	.plan_box .list > li:nth-child(even) .text_box {
		margin-inline: 5% 10%;
	}

	.plan_box .list .count {
		font-size: 2.0rem;
	}

	.plan_box .list .count .num {
		font-size: 6.0rem;
	}

	.plan_box .list .target {
		margin-top: 8px;
	}

	.plan_box .list .target span {
		padding-inline: 8px;
		font-size: 2.0rem;
	}

	.plan_box .list .catch {
		margin-top: 8px;
		font-size: 2.5rem;
	}

	.plan_box .list .description {
		margin-top: 24px;
		font-size: 1.6rem;
		line-height: 2;
	}

	.plan_box .list_inner_bottom {
		margin-top: 0;
		padding-top: 25px;
	}

	.plan_box .list_inner_bottom::before {
		z-index: 0;
	}

	.plan_box .list_inner_bottom .plan_point > div {
		width: 85%;
		padding: 24px;
		margin-inline: auto;
	}

	.plan_box .list_inner_bottom .plan_point .heading {
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.plan_box .list_inner_bottom .plan_point ul {
		margin-top: 16px;
	}

	.plan_box .list_inner_bottom .case {
		margin-top: 40px;
	}

	.plan_box .list_inner_bottom .case .heading {
		font-size: 2.0rem;
	}

	.plan_box .list_inner_bottom .case ul {
		flex-wrap: wrap;
		gap: 16px;
		margin-top: 18px;
	}

	.plan_box .list_inner_bottom .case ul > li {
		width: 100%;
		padding: 24px 16px;
	}

	.plan_box .list_inner_bottom .case ul .category {
		padding: 5px 10px 6px;
		font-size: 1.6rem;
	}

	.plan_box .list_inner_bottom .case ul .category::before {
		top: 99%;
		width: 35px;
		height: 10px;
	}

	.plan_box .list_inner_bottom .case ul .sub {
		margin-top: 16px;
		font-size: 1.6rem;
		font-weight: 700;
	}

	.plan_box .list_inner_bottom .case ul .main {
		margin-top: 8px;
		font-size: 2.0rem;
		font-weight: 700;
	}

	.plan_box .cta_box {
		margin-top: 32px;
		padding-block: 40px;
		background-image: url(../imgs/posting/cta_box_bg_sp.jpg);
	}

	.plan_box .cta_box .link_list {
		flex-direction: column;
		gap: 16px;
	}

	.plan_box .cta_box .link_list li {
		width: 100%;
	}

	.plan_box .cta_box .link_list a {
		padding: 24px 5px;
	}

	.plan_box .cta_box .link_list > li:nth-child(1) a {
		background: rgba(34, 175, 195, 0.8);
	}

	.plan_box .cta_box .link_title {
		font-size: 2.0rem;
	}

	.plan_box .cta_box .link_list > li:nth-child(2) .link_title {
		font-size: 2.0rem;
	}

	.plan_box .cta_box .link_title .icon_arrow_right_1 {
		width: 24px;
		height: 24px;
		margin: 5px 0 0 15px;
	}

	.plan_box .cta_box .link_description {
		margin-top: 8px;
		font-size: 1.2rem;
	}
}


/*--------------------------------------------------
**************************************************
  .commitment_box（こだわり）
**************************************************
--------------------------------------------------*/
.commitment_box {
	width: min(var(--content-pc-width-2), var(--content-sp-width-1));
	margin-inline: auto;
	padding-block: 120px 160px;
}

.commitment_box .text_1 {
	margin-top: 64px;
	text-align: center;
	font-size: 4.8rem;
	font-weight: 800;
	line-height: 1.5;
}

.commitment_box .description {
	margin-top: 40px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2;
}

.commitment_box > ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 45px;
	width: 100%;
	margin-top: 64px;
}

.commitment_box > ol li {
	position: relative;
	width: min(100%, 540px);
}

.commitment_box > ol .count {
	display: inline-block;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 800;
	font-style: italic;
	line-height: 1;
	color: rgba(29, 29, 29, 0.4);
}

.commitment_box > ol .count .num {
	font-size: 9.6rem;
}

.commitment_box > ol .catch {
	position: absolute;
	top: 20px;
	right: 32px;
	z-index: 1;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 8px;
}

.commitment_box > ol .catch .tategaki {
	padding-top: 5px;
	background: var(--white-1);
	font-size: 3.8rem;
	font-weight: 800;
	line-height: 1.3;
}

.commitment_box > ol .catch .tategaki .accent {
	display: inline-block;
	margin-top: 5px;
	padding-inline: 5px;
	background: var(--black-1);
	color: var(--green-2);
}

.commitment_box > ol .image {
	aspect-ratio: 540 / 600;
}

.commitment_box > ol .name {
	margin-top: 32px;
	font-size: 4.0rem;
	font-weight: 800;
}

.commitment_box > ol .list {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 24px;
	padding-left: 1em;
}

.commitment_box > ol .list li {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.55;
}

.commitment_box > ol .list li + li {
	margin-top: 8px;
}

/* SP */
@media screen and (max-width: 767px) {
	.commitment_box {
		padding-block: 64px 120px;
	}

	.commitment_box .text_1 {
		margin-top: 32px;
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1.6;
	}

	.commitment_box .description {
		margin-top: 24px;
		text-align: left;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.875;
	}

	.commitment_box > ol {
		gap: 40px;
	}

	.commitment_box > ol .count {
		font-size: 1.4rem;
	}

	.commitment_box > ol .count .num {
		font-size: 6.0rem;
	}

	.commitment_box > ol .catch {
		position: absolute;
		top: 20px;
		right: 16px;
	}

	.commitment_box > ol .catch .tategaki {
		font-size: 2.8rem;
		line-height: 1.3;
	}

	.commitment_box > ol .name {
		margin-top: 24px;
		font-size: 2.4rem;
	}

	.commitment_box > ol .list {
		margin-top: 16px;
	}

	.commitment_box > ol .list li {
		font-size: 1.6rem;
		line-height: 1.75;
	}
}


/*--------------------------------------------------
**************************************************
  .achievements_box
**************************************************
--------------------------------------------------*/
.achievements_box {
	padding-block: 80px;
	background: var(--green-1);
}

.achievements_box .catch_1 {
	text-align: center;
	font-size: 7.0rem;
	font-weight: 800;
	color: var(--white-1);
}

.achievements_box .catch_2 {
	margin-top: 24px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.9;
	color: var(--white-1);
}

.achievements_box .num_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	width: min(var(--content-pc-width-2), var(--content-sp-width-1));
	margin: 64px auto 0;
}

.achievements_box .num_list > li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: min(100%, 560px);
	padding-block: 80px;
	background: var(--black-1);
	border-radius: 16px;
	color: var(--white-1);
}

.achievements_box .num_list .item_name {
	margin-bottom: 24px;
	font-size: 3.8rem;
	font-weight: 800;
}

.achievements_box .num_list .count_box {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1;
}

.achievements_box .num_list .count_box .num {
	font-family: "Poppins", sans-serif;
	font-size: 9.0rem;
	font-weight: 600;
	line-height: 1;
	color: var(--green-2);
}

.achievements_box .num_list li:nth-child(1) .note {
	margin-top: 24px;
	font-size: 1.4rem;
}

/* SP */
@media screen and (max-width: 767px) {
	.achievements_box {
		padding-block: 40px;
	}

	.achievements_box .catch_1 {
		width: var(--content-sp-width-1);
		margin-inline: auto;
		font-size: 2.8rem;
		line-height: 1.46;
	}

	.achievements_box .catch_2 {
		width: var(--content-sp-width-1);
		margin-inline: auto;
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.875;
	}

	.achievements_box .num_list {
		gap: 16px;
		margin-top: 24px;
	}

	.achievements_box .num_list > li {
		padding-block: 21px;
	}

	.achievements_box .num_list .item_name {
		font-size: 2.4rem;
	}

	.achievements_box .num_list .count_box {
		font-size: 2.0rem;
	}

	.achievements_box .num_list .count_box .num {
		font-size: 6.0rem;
	}
}
