@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;
	}
}

.tbl_1 {
	border-collapse: collapse;
	color: var(--white-1);
}

.tbl_1 th,
.tbl_1 td {
	text-align: center;
}

.tbl_1 th {
	padding-inline: 4px;
}

.tbl_1 th:first-child {
	padding-left: 0;
}

.tbl_1 th:last-child {
	padding-right: 0;
}

.tbl_1 th span {
	display: block;
	background: var(--white-1);
	padding: 8px;
	font-size: 2.0rem;
	font-weight: 700;
	color: var(--green-1);
}

.tbl_1 td {
	border-bottom: var(--white-1) 1px solid;
	font-size: 1.8rem;
	font-weight: 500;
	vertical-align: middle;
}

.tbl_1 td.label {
	padding: 8px 4px 8px 0;
}

.tbl_1 td.label span {
	display: block;
	padding-block: 24px;
	border: var(--white-1) 1px solid;
}

.tbl_1 td .poppins {
	font-size: 2.0rem;
}

/* SP */
@media screen and (max-width: 767px) {
	.tbl_1 th {
		padding: 4px 0;
	}

	.tbl_1 th span {
		font-size: 1.4rem;
	}

	.tbl_1 td {
		padding-left: 8px;
		border-bottom: none;
		text-align: left;
		font-size: 1.4rem;
	}

	.tbl_1 td.label {
		padding: 0 0 4px;
	}

	.tbl_1 tr:not(:first-child) td.label {
		padding-top: 8px;
	}

	.tbl_1 td.label span {
		padding-block: 8px;
		border: var(--white-1) 1px solid;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1;
	}
}


/*--------------------------------------------------
**************************************************
  メインビジュアル
**************************************************
--------------------------------------------------*/
.mv {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: calc(100vh - var(--scroll-margin-top-pc));
	padding: 87px 99px 56px 95px;
	background: url(../imgs/top/mv_bg.jpg) no-repeat center bottom / cover;
	color: var(--white-1);
}

.mv .text_box_1 .roboto {
	font-size: 3.0rem;
	font-weight: 800;
	font-style: italic;
	color: var(--green-2);
}

.mv .text_box_1 .catch {
	margin-top: 40px;
	font-size: 10.0rem;
	font-weight: 800;
	line-height: 1.2;
}

.mv .text_box_1 .catch span {
	font-size: 14.0rem;
}

.mv .text_box_wrap_2_3 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.mv .text_box_2 {
	padding-bottom: 55px;
}

.mv .text_box_2 p {
	font-size: 3.2rem;
	font-weight: 800;
}

.mv .text_box_3 ul {
	display: flex;
}

.mv .text_box_3 ul li {
	padding: 8px 16px 10px;
	background: var(--white-1);
	font-size: 4.0rem;
	font-weight: 800;
	line-height: 1;
	color: var(--black-1);
}

.mv .text_box_3 ul li:nth-child(even) {
	background: var(--black-1);
	color: var(--green-2);
}

.mv .text_box_3 p {
	margin-top: 16px;
	font-size: 1.8rem;
	font-weight: 700;
}

/* SP */
@media screen and (max-width: 767px) {
	.mv {
		justify-content: flex-start;
		min-height: calc(100svh - (var(--scroll-margin-top-sp) * 2) ); /* 固定ヘッダー + 固定CTA の2つ */
		padding: 40px 20px;
		background: url(../imgs/top/mv_bg_sp.jpg) no-repeat center top / cover;
	}

	.mv .text_box_1 .roboto {
		font-size: 1.4rem;
	}

	.mv .text_box_1 .catch {
		margin-top: 15px;
		font-size: 2.6rem;
		line-height: 1.2;
	}

	.mv .text_box_1 .catch span {
		font-size: 3.6rem;
	}

	.mv .text_box_wrap_2_3 {
		flex-direction: column;
		align-items: stretch;
		height: 54svh;
		margin-top: 24px;
	}

	.mv .text_box_2 {
		padding-bottom: 0;
	}

	.mv .text_box_2 p {
		font-size: 1.5rem;
	}

	.mv .text_box_3 ul li {
		padding: 4px 8px;
		font-size: 2.0rem;
	}

	.mv .text_box_3 p {
		font-size: 1.3rem;
	}
}/* End SP */


/*--------------------------------------------------
**************************************************
  .partner_company
**************************************************
--------------------------------------------------*/
.partner_company {
	width: 100%;
	padding-block: 40px;
	background: var(--green-1);
}

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

.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) {
	.partner_company {
		padding-block: 24px;
	}

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

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


/*--------------------------------------------------
**************************************************
  .reason_box
**************************************************
--------------------------------------------------*/
.reason_box .step_1 {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	width: min(95%, var(--content-pc-width-2));
	height: 935px;
	margin-inline: auto;
}

.reason_box .step_1 .text_box h2 {
	font-size: 7.0rem;
	font-weight: 800;
}

.reason_box .step_1 .text_box p {
	margin-top: 40px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.8;
}

.reason_box .step_1 .image_box {
	position: relative;
	z-index: -1;
	display: flex;
	gap: 24px;
}

.reason_box .step_1 .image_box .swiper {
	overflow: hidden;
	height: 1150px;
}

.reason_box .step_1 .image_box .swiper-wrapper {
	transition-timing-function: linear;
}

.reason_box .step_1 .image_box .swiper-slide {
	height: auto;
	margin-bottom: 24px;
}

.reason_box .step_2 {
	position: relative;
	margin-top: 80px;
	padding-block: 80px 120px;
	background: var(--green-1);
}

.reason_box .step_2 h3 {
	position: absolute;
	top: -200px;
	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);
}

.reason_box .step_2 > ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 45px;
	width: min(var(--content-sp-width-1), var(--content-pc-width-2));
	margin-inline: auto;
}

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

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

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

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

.reason_box .step_2 > ol .catch .tategaki {
	background: var(--white-1);
	font-size: 3.8rem;
	font-weight: 800;
	line-height: 1.3;
}

.reason_box .step_2 > ol li:nth-child(1) .catch .tategaki {
	padding-top: 5px;
}

.reason_box .step_2 > ol li:nth-child(1) .catch .tategaki:nth-child(1) .accent {
	margin-top: 5px;
	padding-inline: 5px;
}

.reason_box .step_2 > ol li:nth-child(1) .catch .tategaki:nth-child(2) {
	padding-bottom: 5px;
}

.reason_box .step_2 > ol li:nth-child(2) .catch .tategaki:nth-child(1) {
	padding-inline: 5px;
}

.reason_box .step_2 > ol li:nth-child(2) .catch .tategaki:nth-child(2) {
	padding-bottom: 5px;
}

.reason_box .step_2 > ol li:nth-child(2) .catch .tategaki:nth-child(2) .accent {
	margin-bottom: 5px;
	padding-inline: 5px;
}

.reason_box .step_2 > ol li:nth-child(3) .catch .tategaki:nth-child(1),
.reason_box .step_2 > ol li:nth-child(3) .catch .tategaki:nth-child(2) .accent {
	padding-inline: 5px;
}

.reason_box .step_2 > ol .catch .accent {
	display: inline-block;
	background: var(--black-1);
	color: var(--green-2);
}

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

.reason_box .step_2 > ol .description {
	margin-top: 32px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.77;
	color: var(--white-1);
}

.reason_box .step_2 > ol li:nth-child(3) .description {
	font-weight: 500;
}

.reason_box .step_2 > ol .description .bold {
	font-weight: 800;
}

.reason_box .link_box {
	display: flex;
	justify-content: center;
	margin-top: 64px;
}

@media screen and (max-width: 1440px) {
	.reason_box .step_2 {
		margin-top: 160px;
	}

	.reason_box .step_2 h3 {
		top: -105px;
		font-size: 8.5rem;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.reason_box .step_1 {
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		width: 100%;
		height: auto;
		padding-block: 40px 35px;
	}

	.reason_box .step_1 .text_box {
		width: var(--content-sp-width-1);
		margin-inline: auto;
	}

	.reason_box .step_1 .text_box h2 {
		font-size: 2.8rem;
	}

	.reason_box .step_1 .text_box p {
		margin-top: 32px;
		font-size: 1.6rem;
		line-height: 1.75;
	}

	.reason_box .step_1 .image_box {
		flex-direction: column;
		gap: 8px;
	}

	.reason_box .step_1 .image_box .swiper {
		width: 100%;
		height: auto;
		margin-inline: auto;
	}

	.reason_box .step_1 .image_box .swiper-slide {
		width: 164px !important;
		height: unset;
		margin-bottom: unset;
	}

	.reason_box .step_1 .image_box .swiper-slide img {
		width: 100%;
		height: auto;
	}

	.reason_box .step_2 {
		margin-top: 0;
		padding-block: 24px 52px;
	}

	.reason_box .step_2 h3 {
		top: -50px;
		font-size: 4.0rem;
	}

	.reason_box .step_2 > ol {
		gap: 40px;
	}

	.reason_box .step_2 > ol .count {
		font-size: 2.0rem;
	}

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

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

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

	.reason_box .step_2 > ol .description {
		margin-top: 14px;
		font-size: 1.6rem;
		line-height: 2;
	}
}/* End SP */


/*--------------------------------------------------
**************************************************
  .service_box（サービス内容）
**************************************************
--------------------------------------------------*/
.service_box {
	width: 100%;
	padding-block: 120px 364px;
	background: url(../imgs/top/service_bg.png) repeat left top / 1920px;
}

.service_box .catch_1 {
	margin: 64px 5% 0;
	text-align: center;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.57;
}

.service_box .catch_2 {
	margin: 24px 5% 0;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2;
}

.service_box .list {
	width: 100%;
	margin-top: 104px;
}

.service_box .list > li {
	position: relative;
	width: 100%;
}

.service_box .list > li + li {
	margin-top: 160px;
}

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

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

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

.service_box .list .list_inner {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 80px;
	width: 1504px;
	margin-inline: auto;
	padding-block: 80px;
}

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

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

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

.service_box .list .count .num {
	font-size: 9.6rem;
}

.service_box .list .target {
	display: flex;
	margin-top: 24px;
}

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

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

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

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

.service_box .list .description {
	margin-top: 40px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2;
}

.service_box .list .tbl_1 {
	width: 100%;
	margin-top: 40px;
}

.service_box .list .tbl_1 th span,
.service_box .list .tbl_1 td {
	font-size: 1.6rem;
}

.service_box .list .tbl_1 th:nth-child(3) {
	width: 388px;
}

.service_box .list .tbl_1 td:not(.label) {
	padding-left: 16px;
	text-align: left;
}

.service_box .list .link_box {
	margin-top: 40px;
}

.service_box .list .link_box a {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--white-1);
}

.service_box .list .image_box {
	width: min(100%, 760px);
}

/* SP */
@media screen and (max-width: 767px) {
	.service_box {
		padding-block: 64px 140px;
		background-image: url(../imgs/top/service_bg_sp.png) repeat left top / 100%;
	}

	.service_box .catch_1 {
		margin-top: 24px;
		font-size: 2.0rem;
		line-height: 1.6;
	}

	.service_box .catch_2 {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.875;
	}

	.service_box .list > li + li {
		margin-top: 102px;
	}

	.service_box .list > li::before {
		max-width: none;
		width: 95%;
	}

	.service_box .list .list_inner {
		flex-direction: column;
		gap: 24px;
		width: 100%;
		padding-block: 40px;
	}

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

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

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

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

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

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

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

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

	.service_box .list .catch {
		margin-top: 8px;
		font-size: 2.6rem;
	}

	.service_box .list .description {
		margin-top: 24px;
		font-size: 1.8rem;
		line-height: 1.77;
	}

	.service_box .list .case {
		margin-top: 24px;
		font-size: 1.4rem;
		font-weight: 600;
	}

	.service_box .list .link_box {
		display: flex;
		justify-content: center;
		margin-top: 24px;
	}

	.service_box .list .link_box a {
		gap: 8px;
		font-size: 1.4rem;
	}

	.service_box .list .link_box a .icon_arrow_right_1 {
		width: 30px;
		height: 30px;
	}
}


/*--------------------------------------------------
**************************************************
  .achievements_box（実績）
**************************************************
--------------------------------------------------*/
.achievements_box {
	position: relative;
	padding: 100px 0 64px;
	background: var(--green-1);
}

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

.achievements_box .catch_1 {
	text-align: center;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.57;
	color: var(--white-1);
}

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

.achievements_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: 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;
}

.achievements_box .num_list li:nth-child(2) .note {
	font-size: 4.0rem;
	font-weight: 800;
}

.achievements_box .example {
	width: min(var(--content-sp-width-1), var(--content-pc-width-1));
	margin: 98px auto 0;
}

.achievements_box .example .tbl_1 {
	width: 100%;
}

.achievements_box .link_box {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

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

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

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

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

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

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

	.achievements_box .num_list li:nth-child(2) .note {
		font-size: 1.4rem;
	}

	.achievements_box .example {
		margin-top: 40px;
	}

	.achievements_box .example h3 {
		margin-bottom: 24px;
		text-align: center;
		font-size: 2.4rem;
		font-weight: 800;
		line-height: 1;
		color: var(--white-1);
	}
}


/*--------------------------------------------------
**************************************************
  .strengths_box（強み）
**************************************************
--------------------------------------------------*/
.strengths_box {
	position: relative;
	padding-top: 37.44%;
	background: url(../imgs/top/strengths_bg.png) no-repeat center top / contain;
}

.strengths_box .heading_box {
	margin-top: -220px;
}

.strengths_box .catch_1 {
	margin-top: 34px;
	text-align: center;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.57;
}

.strengths_box .catch_2 {
	margin-top: 24px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2;
}

.strengths_box > ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 78px;
	width: min(var(--content-sp-width-1), var(--content-pc-width-2));
	margin: 59px auto 0;
}

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

.strengths_box > ol .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.4);
}

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

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

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

.strengths_box > ol li:nth-child(1) .catch .tategaki {
	padding-top: 5px;
}

.strengths_box > ol li:nth-child(1) .catch .tategaki:nth-child(1),
.strengths_box > ol li:nth-child(1) .catch .tategaki:nth-child(2) .accent,
.strengths_box > ol li:nth-child(2) .catch .tategaki:nth-child(1) {
	padding-inline: 5px;
}

.strengths_box > ol li:nth-child(2) .catch .tategaki:nth-child(2) {
	padding-bottom: 5px;
}

.strengths_box > ol li:nth-child(2) .catch .tategaki:nth-child(2) .accent {
	margin-bottom: 5px;
	padding-inline: 5px;
}

.strengths_box > ol .catch .accent {
	display: inline-block;
	background: var(--black-1);
	color: var(--green-2);
}

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

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

.strengths_box > ol .description {
	margin-top: 24px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.77;
}

/* SP */
@media screen and (max-width: 767px) {
	.strengths_box {
		padding-top: 43.61%;
		background-image: url(../imgs/top/strengths_bg_sp.png);
	}

	.strengths_box .heading_box {
		margin-top: -70px;
	}

	.strengths_box .catch_1 {
		width: var(--content-sp-width-1);
		margin: 32px auto 0;
		font-size: 2.0rem;
		line-height: 1.6;
	}

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

	.strengths_box > ol {
		gap: 40px;
	}

	.strengths_box > ol .count {
		font-size: 2.0rem;
	}

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

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

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

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

	.strengths_box > ol .description {
		margin-top: 16px;
		font-size: 1.6rem;
		line-height: 2;
	}
}


/*--------------------------------------------------
**************************************************
  .news_box（強み）
**************************************************
--------------------------------------------------*/
.news_box {
	width: 100%;
	margin-top: 121px;
	padding-block: 120px;
	background: var(--gray-2);
}

.news_box .news_inner {
	position: relative;
	width: min(var(--content-sp-width-1), var(--content-pc-width-1));
	margin-inline: auto;
}

.news_box .heading_box {
	text-align: left;
}

.news_box .heading_box .sub {
	font-size: 10.0rem;
}

.news_box .heading_box .main {
	font-size: 3.2rem;
}

.news_box .list {
	width: 100%;
	margin-top: 50px;
	padding: 28px 80px 60px;
	background: var(--white-1);
}

.news_box .list > li {
	border-bottom: #d9d9d9 1px solid;
}

.news_box .list > li a {
	display: flex;
	align-items: center;
	gap: 36px;
	padding-block: 32px;
}

.news_box .list > li a time {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	color: var(--black-1);
}

.news_box .list > li a .category {
	padding: 6px 14px;
	background: var(--green-3);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	color: var(--green-1);
}

.news_box .list > li a .title {
	font-size: 1.8rem;
	font-weight: 500;
}

.news_box .link_1 {
	position: absolute;
	top: 70px;
	right: 0;
	width: 380px;
}

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

	.news_box .heading_box {
		text-align: center;
	}

	.news_box .heading_box .sub {
		font-size: 5.0rem;
	}

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

	.news_box .list {
		margin-top: 24px;
		padding: 16px 16px 32px;
	}

	.news_box .list > li a {
		flex-wrap: wrap;
		gap: 10px 16px;
		padding-block: 16px;
	}

	.news_box .list > li a time {
		font-size: 1.4rem;
	}

	.news_box .list > li a .category {
		padding: 4px 10px;
		font-size: 1.2rem;
	}

	.news_box .list > li a .title {
		width: 100%;
		font-size: 1.4rem;
	}

	.news_box .link_2 a {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 16px;
		margin-top: 24px;
		font-size: 1.4rem;
		font-weight: 700;
	}

	.news_box .link_2 .arrow {
		display: inline-block;
		width: 36px;
		height: 36px;
		background: url(../imgs/common/arrow_3.svg) no-repeat center / cover;
	}
}


/*--------------------------------------------------
**************************************************
  .column_box（コラム）
**************************************************
--------------------------------------------------*/
.column_box {
	width: min(var(--content-sp-width-1), var(--content-pc-width-2));
	margin: 120px auto;
}

.column_box .catch_1 {
	margin-top: 34px;
	text-align: center;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.57;
}

.column_box .catch_2 {
	margin-top: 24px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2;
}

.column_box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 42px;
	margin-top: 80px;
}

.column_box .list a {
	display: inline-block;
	max-width: 400px;
}

.column_box .list .thumb {
	aspect-ratio: 400 / 225;
}
.column_box .list .thumb img {
	aspect-ratio: 400 / 225;
	object-fit: cover;
}

.column_box .list .thumb.no_image {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--green-3);
	font-family: "Roboto", sans-serif;
	font-size: 3.0rem;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
	color: var(--green-1);
}

.column_box .list a .category {
	display: inline-block;
	margin-top: 19px;
	padding: 6px 14px;
	background: var(--green-3);
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	color: var(--green-1);
}

.column_box .list a .title {
	margin-top: 19px;
	font-size: 2.0rem;
	font-weight: 700;
}

.column_box .list a time {
	display: block;
	margin-top: 19px;
	text-align: right;
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--green-1);
}

.column_box .link_box {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

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

	.column_box .catch_1 {
		margin-top: 14px;
		font-size: 2.0rem;
		line-height: 1.6;
	}

	.column_box .catch_2 {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.875;
	}

	.column_box .list {
		position: relative;
		display: block;
		/* overflow: hidden; */
	}

	.column_box .list .swiper-slide {
		display: flex;
		justify-content: center;
	}

	.column_box .list .swiper-slide > a {
		max-width: 296px;
		width: 100%;
		margin: 0 auto;
	}

	.column_box .list .slide5-prev,
	.column_box .list .slide5-next {
		position: absolute;
		top: 32%;
		transform: translateY(-50%);
		width: 36px;
		height: 36px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 10;
	}

	.column_box .list .slide5-prev {
		left: -8px;
		background-image: url(../imgs/common/arrow_4.svg);
	}

	.column_box .list .slide5-next {
		right: -8px;
		background-image: url(../imgs/common/arrow_3.svg);
	}

	/* Swiper のデフォルト矢印アイコンを消す */
	.column_box .list .swiper-button-next::after,
	.column_box .list .swiper-button-prev::after {
		display: none;
	}

	.column_box .list .slide5-pagination {
		position: static;          /* 下側に自然に配置 */
		margin-top: 16px;
		text-align: center;
	}

	.column_box .list .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		opacity: 1;
		background: #d9d9d9;
	}

	.column_box .list .swiper-pagination-bullet-active {
		background: var(--green-1); /* 例：メインカラー */
	}

	.column_box .list a .category {
		padding: 4px 10px;
		font-size: 1.2rem;
	}

	.column_box .list a .title {
		width: 100%;
		font-size: 1.4rem;
	}

	.column_box .list a time {
		font-size: 1.4rem;
	}

	.column_box .link_box {
		margin-top: 10px;
	}

	.column_box .link_box .link_2 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 16px;
		margin-top: 24px;
		font-size: 1.4rem;
		font-weight: 700;
	}

	.column_box .link_box .link_2 .arrow {
		display: inline-block;
		width: 36px;
		height: 36px;
		background: url(../imgs/common/arrow_3.svg) no-repeat center / cover;
	}
}
