@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;
	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: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.9;
}

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

.introduction_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);
}

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

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

.introduction_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);
}

.introduction_box .num_list li .note {
	margin-top: 24px;
	font-size: 1.4rem;
}

.partner_company {
	width: 100%;
	padding-top: 26px;
}

.partner_company .swiper + .swiper {
	margin-top: 17px;
}

.partner_company .swiper-wrapper {
	transition-timing-function: linear;
}

.partner_company .swiper-slide {
	width: 200px;
	padding: 20px;
	background: var(--white-1);
	border-radius: 8px;
	aspect-ratio: 200 / 83;
}

/* 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;
		text-align: left;
		font-size: 1.6rem;
		line-height: 2;
	}

	.introduction_box .num_list {
		gap: 16px;
		margin-top: 50px;
	}

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

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

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

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

	.partner_company {
		padding-top: 40px;
	}

	.partner_company .swiper + .swiper {
		margin-top: 8px;
	}

	.partner_company .swiper-slide {
		width: 120px;
		padding: 10px;
		aspect-ratio: 120 / 50;
	}
}/* End SP */


/*--------------------------------------------------
**************************************************
  .case_box（導入実績）
**************************************************
--------------------------------------------------*/
.case_box {
	position: relative;
	margin-top: 325px;
	padding-block: 156px 280px;
	background: var(--gray-2);
}

.case_box .heading_box {
	position: absolute;
	top: -215px;
	left: 50%;
	transform: translateX(-50%);
}

.case_box .case_section + .case_section {
	margin-top: 160px;
}

.case_box .case_section h3 {
	font-size: 4.8rem;
	font-weight: 800;
	line-height: 1.5;
}

.case_box .case_section .list {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin-top: 40px;
}

.case_box .case_section .list > li {
	width: 408px;
	padding: 32px;
	background: var(--white-1);
}

.case_box .case_section .list .image {
	text-align: center;
}

.case_box .case_section .list .no_image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: var(--green-3);
	border-radius: 8px;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 2.0rem;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
	color: var(--green-1);
}

.case_box .case_section .list h4 {
	margin-top: 24px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.45;
	color: var(--green-1);
}

.case_box .case_section .list p {
	margin-top: 24px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}

/* SP */
@media screen and (max-width: 767px) {
	.case_box {
		margin-top: 149px;
		padding-block: 56px 40px;
	}

	.case_box .heading_box {
		top: -70px;
	}

	.case_box .case_section + .case_section {
		margin-top: 80px;
	}

	.case_box .case_section h3 {
		font-size: 2.2rem;
		line-height: 1.6;
	}

	.case_box .case_section .list {
		gap: 16px;
		margin-top: 24px;
	}

	.case_box .case_section .list > li {
		width: 100%;
		padding: 24px 16px;
	}

	.case_box .case_section .list .image,
	.case_box .case_section .list .image img {
		width: auto;
		height: 32px;
	}

	.case_box .case_section .list .no_image {
		height: 32px;
		font-size: 1.6rem;
	}

	.case_box .case_section .list h4 {
		margin-top: 16px;
		font-size: 1.8rem;
		line-height: 1.6;
	}

	.case_box .case_section .list p {
		margin-top: 16px;
		font-size: 1.4rem;
		line-height: 1.7;
	}
}


/*--------------------------------------------------
**************************************************
  .download_box（料金表ダウンロード）
**************************************************
--------------------------------------------------*/
.download_box {
	position: relative;
	padding: 64px 5%;
	background: var(--green-1);
}

.download_box .roboto.en {
	position: absolute;
	top: -182px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 100%;
	text-align: center;
	font-size: 16.0rem;
	font-weight: 800;
	font-style: italic;
	white-space: nowrap;
	color: var(--green-1);
}

.download_box h2 {
	text-align: center;
	font-size: 5.6rem;
	font-weight: 800;
	line-height: 1;
	color: var(--white-1);
}

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

.download_box .link_box {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.download_box .link_box a {
	display: block;
	width: min(100%, 880px);
	padding: 64px 5% 68px;
	background: var(--black-1);
	border-radius: 8px;
	color: var(--white-1);
}

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

.download_box .link_title .icon_arrow_right_1 {
	width: 32px;
	height: 32px;
	margin: 5px 0 0 15px;
	background: url(../imgs/common/arrow_3.svg) no-repeat center / cover;
}

.download_box .link_description {
	margin-top: 24px;
	text-align: center;
	font-weight: 700;
}

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

	.download_box .roboto.en {
		top: -70px;
		font-size: 6.0rem;
	}

	.download_box h2 {
		font-size: 2.8rem;
	}

	.download_box .text_1 {
		margin-top: 32px;
		text-align: left;
		font-size: 1.6rem;
		line-height: 2;
	}

	.download_box .link_box a {
		padding: 40px 5%;
	}

	.download_box .link_title {
		flex-direction: column;
		gap: 16px;
		text-align: center;
		font-size: 3.0rem;
	}

	.download_box .link_title .icon_arrow_right_1 {
		width: 24px;
		height: 24px;
		margin: 0;
	}

	.download_box .link_description {
		margin-top: 16px;
		font-size: 1.3rem;
	}
}
