@charset "UTF-8";
main {
	overflow: hidden;
}
.line {
	justify-content: left;
}

/* hero */

.inner {
	max-width: 1240px;
}

.hero {
	background-image: url(/img/cmn/bg-hero.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 150px 0 170px;
}

.hero_body {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.hero_cnt {
	width: 560px;
}
.hero_txt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.hero_ttl h2 {
	font-size: 40px;
	color: #007edf;
	font-weight: bold;
	margin-bottom: 20px;
}

.hero_txt {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}
.sec * {
	font-weight: inherit;
}
/* needs */
.section_ttl {
	color: #007edf;
	font-size: 40px;
	font-weight: bold;
}
.section_head {
	margin-bottom: 50px;
}
.needs {
	padding-bottom: 130px;
}
.needs_sec {
	padding: 50px 0;
}
.needs_sec_top {
	padding-right: calc(50% + 40px);
	position: relative;
	margin-bottom: 60px;
}
.needs_sec_hd {
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
}
.needs_sec_hd_num {
	position: absolute;
	z-index: -1;
	font-size: 119px;
	font-weight: bold;
	line-height: 1;
	top: -63px;
	left: -30px;
}
.funding .needs_sec_hd_num,
.dx .needs_sec_hd_num {
	color: #f5fbff;
}
.sales .needs_sec_hd_num,
.business .needs_sec_hd_num {
	color: #fff5f9;
}
.needs_sec_hd_ttl {
}
.funding .needs_sec_hd_ttl,
.dx .needs_sec_hd_ttl {
	color: #007edf;
}
.sales .needs_sec_hd_ttl,
.business .needs_sec_hd_ttl {
	color: #fa529d;
}
.needs_sec_hd_ttl_jp {
	font-size: 35px;
	font-weight: bold;
}
.needs_sec_hd_ttl_en {
	font-size: 18px;
	font-weight: bold;
}
.needs_sec_img {
	position: absolute;
	left: 50%;
	width: 50%;
	top: -30px;
	padding-bottom: 45px;
}
.needs_sec_img::before {
	content: "";
	width: 50dvw;
	height: 160px;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 9999px 0 0 9999px;
	min-width: 620px;
}
.funding .needs_sec_img::before,
.dx .needs_sec_img::before {
	background: #f5fbff;
}
.sales .needs_sec_img::before,
.business .needs_sec_img::before {
	background: #fff5f9;
}
.needs_sec_cnt {
}
.needs_sec_list {
	margin-bottom: 20px;
}
.needs_sec_list_hd {
	font-size: 20px;
	padding: 5px 20px;
	border: 1px solid;
	border-radius: 9999px;
	background: #ffffff;
	width: fit-content;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
}
.funding .needs_sec_list_hd,
.dx .needs_sec_list_hd {
	border-color: #007edf;
}
.sales .needs_sec_list_hd,
.business .needs_sec_list_hd {
	border-color: #fa529d;
}
.needs_sec_list_hd::before,
.needs_sec_list_hd::after {
	content: "";
	border-top: 6px solid;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	display: block;
	left: 35px;
}
.needs_sec_list_hd::before {
	top: 100%;
}
.needs_sec_list_hd::after {
	top: calc(100% - 1.5px);
	border-top-color: #ffffff;
}

.funding .needs_sec_list_hd::before,
.dx .needs_sec_list_hd::before {
	border-top-color: #007edf;
}
.sales .needs_sec_list_hd::before,
.business .needs_sec_list_hd::before {
	border-top-color: #fa529d;
}
.needs_sec_list_hd p {
	font-weight: bold;
}
.needs_sec_list_cnt {
}
.needs_sec_list_cnt ul {
}
.needs_sec_list_cnt ul::marker {
}
.needs_sec_list_cnt ul li {
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0px 8px 29px;
	position: relative;
	border-bottom: 1px solid;
}
.funding .needs_sec_list_cnt ul li,
.dx .needs_sec_list_cnt ul li {
	border-color: #007edf;
}
.sales .needs_sec_list_cnt ul li,
.business .needs_sec_list_cnt ul li {
	border-color: #fa529d;
}
.needs_sec_list_cnt ul li::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	top: calc(8px + 1em);
}
.funding .needs_sec_list_cnt ul li::before,
.dx .needs_sec_list_cnt ul li::before {
	background: url(../img/plan/list-marker-pt01@2x.png) center / 100% 100%;
}
.sales .needs_sec_list_cnt ul li::before,
.business .needs_sec_list_cnt ul li::before {
	background: url(../img/plan/list-marker-pt02@2x.png) center / 100% 100%;
}
.needs_sec_point {
}
.needs_sec_point_wrap {
	display: flex;
	gap: 30px;
	padding: 40px 50px 30px;
	font-size: 16px;
	border-radius: 20px;
}
.funding .needs_sec_point_wrap,
.dx .needs_sec_point_wrap {
	background-color: #f5fbff;
	border-top: 14px solid #007edf;
}
.sales .needs_sec_point_wrap,
.business .needs_sec_point_wrap {
	background-color: #fff5f9;
	border-top: 14px solid #fa529d;
}
.needs_sec_point_cnt {
	flex-shrink: 0;
	width: 480px;
}
.needs_sec_point_hd {
	margin-bottom: 5px;
}
.needs_sec_point_txt {
}
.needs_sec_point_ex {
	width: -webkit-fill-available;
	padding: 26px 30px 30px;
	border-radius: 10px;
}
.funding .needs_sec_point_ex,
.dx .needs_sec_point_ex {
	background-color: #e2f1fc;
}
.sales .needs_sec_point_ex,
.business .needs_sec_point_ex {
	background-color: #ffe5f0;
}
.needs_sec_point_ex_hd {
	font-size: 19px;
	display: flex;
	align-items: center;
	gap: 6.5px;
	font-weight: bold;
	margin-bottom: 10px;
}
.funding .needs_sec_point_ex_hd,
.dx .needs_sec_point_ex_hd {
	color: #007edf;
}
.sales .needs_sec_point_ex_hd,
.business .needs_sec_point_ex_hd {
	color: #fa529d;
}
.needs_sec_point_ex_hd::before {
	content: "";
	width: 11px;
	height: 22px;
	border-radius: 0 9999px 9999px 0;
	display: block;
}
.funding .needs_sec_point_ex_hd::before,
.dx .needs_sec_point_ex_hd::before {
	background-color: #007edf;
}
.sales .needs_sec_point_ex_hd::before,
.business .needs_sec_point_ex_hd::before {
	background-color: #fa529d;
}
.needs_sec_point_ex_list {
	list-style: disc;
	padding-left: 1em;
}
.needs_sec_link .btn_more {
	width: fit-content;
	gap: 10px;
	max-width: 100%;
	min-width: 300px;
}
.industry {
	padding: 180px 0;
	background: #f5fbff;
}
.industry_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}
.industry_cnt {
	background: #ffffff;
	box-shadow: 0 0 15px #00000010;
	padding: 40px;
	border-radius: 10px;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
}
.industry_hd {
}
.industry_hd_ttl {
	font-size: 23px;
	font-weight: bold;
	display: inline-flex;
	position: relative;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.industry_hd_ttl::before {
	display: block;
	width: 34px;
	height: 4px;
	content: "";
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
}

.industry_cnt:nth-child(odd) .industry_hd_ttl::before {
	background-color: #007edf;
}
.industry_cnt:nth-child(even) .industry_hd_ttl::before {
	background-color: #fa529d;
}
.industry_hd_img {
	text-align: center;
}
.industry_list {
}
.industry_list li {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: inline-flex;
	padding-left: 27px;
}
.industry_list li::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	top: calc(-1px + 1em);
}
.industry_cnt:nth-child(odd) li::before {
	background: url(../img/plan/list-marker-pt01@2x.png) center / 100% 100%;
}
.industry_cnt:nth-child(even) li::before {
	background: url(../img/plan/list-marker-pt02@2x.png) center / 100% 100%;
}
.industry_link {
	margin: auto auto 0 auto;
	width: 100%;
}
.industry_link .btn_more {
	width: 100%;
}
.industry_cnt:nth-child(odd) .btn_more {
	background-color: #007edf;
}
.industry_cnt:nth-child(even) .btn_more {
	background-color: #fa529d;
}
.arvhive {
	padding: 130px 0;
}
.arvhive_head {
}
.arvhive_head .section_txt {
	font-weight: 500;
	margin-top: 30px;
}
.arvhive_wrap {
	column-count: 2;
	column-gap: 40px;
}
.arvhive_cnt {
	display: block;
	background-color: #fff5f9;
	padding: 30px 20px;
	width: 100%;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 40px;
	border-radius: 10px;
}
.arvhive_ttl {
	position: relative;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 6.5px;
}
.arvhive_ttl::before {
	content: "";
	width: 11px;
	height: 22px;
	border-radius: 0 9999px 9999px 0;
	display: block;
	background: #fa529d;
}
.arvhive_ttl p {
	font-size: 23px;
	font-weight: bold;
}
.arvhive_list {
	column-count: 2;
	column-gap: 10px;
}
.arvhive_list li {
	display: flex;
	width: 100%;
	position: relative;
	line-height: 1.5;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	align-items: baseline;
}

.arvhive_list li::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	transform: translateY(26%);
	background: url(../img/plan/list-marker-pt02@2x.png) center / 100% 100%;
	flex-shrink: 0;
}
.arvhive_list li a {
	color: #fa529d;
	text-decoration: underline;
	transition: all 0.4s;
}
.arvhive_list li a:hover {
	opacity: 0.6;
}
.mission {
	padding: 40px 0 100px;
	z-index: 1;
	position: relative;
}
.mission::before,
.mission::after {
	content: "";
	position: absolute;
	display: block;
	z-index: -1;
}
.mission::before {
	background: url(../img/plan/mission-bg02@2x.png) center / cover;
	width: 716px;
	height: 716px;
	right: 80%;
	top: 0;
}
.mission::after {
	background: url(../img/plan/mission-bg01@2x.png) center / cover;
	width: 971px;
	height: 818px;
	left: 69%;
	top: -170px;
}
.mission_wrap {
	position: relative;
}
.mission_wrap::before,
.mission_wrap::after {
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
}
.mission_wrap::before {
	background: url(../img/plan/mission-item01@2x.png) center / cover;
	width: 220px;
	height: 180px;
	left: 10px;
	top: -40px;
}
.mission_wrap::after {
	background: url(../img/plan/mission-item02@2x.png) center / cover;
	width: 207px;
	height: 196px;
	right: 10px;
	bottom: -90px;
}
.mission_hd {
}
.mission_hd_ttl {
	font-size: 40px;
	font-weight: bold;
	color: #007edf;
	text-align: center;
	margin-bottom: 30px;
}
.mission_cnt {
	text-align: center;
	line-height: 2.2;
	font-weight: bold;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.hero {
		padding: 110px 0 40px;
	}

	.hero_body {
		flex-flow: column-reverse;
		gap: 10px;
	}
	.hero_cnt {
		width: 100%;
	}
	.hero_ttl h2 {
		font-size: 25px;
	}

	.section_head {
		margin-bottom: 20px;
	}

	.section_ttl {
		margin-bottom: 20px;
		font-size: 29px;
	}
	.section_head {
	}
	.needs {
		padding-bottom: 10px;
	}
	.needs_sec {
	}
	.needs_sec_top {
		padding: 0;
	}
	.needs_sec_hd {
	}
	.needs_sec_hd_num {
	}
	.funding .needs_sec_hd_num,
	.dx .needs_sec_hd_num {
	}
	.sales .needs_sec_hd_num,
	.business .needs_sec_hd_num {
	}
	.needs_sec_hd_ttl {
	}
	.funding .needs_sec_hd_ttl,
	.dx .needs_sec_hd_ttl {
	}
	.sales .needs_sec_hd_ttl,
	.business .needs_sec_hd_ttl {
	}
	.needs_sec_hd_ttl_jp {
		line-height: 1.4;
	}
	.needs_sec_hd_ttl_en {
	}
	.needs_sec_img {
		position: relative;
		left: auto;
		width: 100%;
		top: unset;
		padding-bottom: 25px;
		margin-bottom: 30px;
	}
	.needs_sec_img::before {
		height: 95px;
		width: calc(100dvw - 24px);
		left: 0;
		min-width: unset;
	}
	.funding .needs_sec_img::before,
	.dx .needs_sec_img::before {
	}
	.sales .needs_sec_img::before,
	.business .needs_sec_img::before {
	}
	.needs_sec_cnt {
	}
	.needs_sec_list {
	}
	.needs_sec_list_hd {
	}
	.funding .needs_sec_list_hd,
	.dx .needs_sec_list_hd {
	}
	.sales .needs_sec_list_hd {
	}
	.needs_sec_list_hd::before,
	.needs_sec_list_hd::after {
	}
	.needs_sec_list_hd::before {
	}
	.needs_sec_list_hd::after {
	}
	.funding .needs_sec_list_hd::before,
	.dx .needs_sec_list_hd::before {
	}
	.sales .needs_sec_list_hd::before {
	}
	.needs_sec_list_hd p {
	}
	.needs_sec_list_cnt {
	}
	.needs_sec_list_cnt ul {
	}
	.needs_sec_list_cnt ul::marker {
	}
	.needs_sec_list_cnt ul li {
	}
	.funding .needs_sec_list_cnt ul li,
	.dx .needs_sec_list_cnt ul li {
	}
	.sales .needs_sec_list_cnt ul li,
	.business .needs_sec_list_cnt ul li {
	}
	.needs_sec_list_cnt ul li::before {
	}
	.funding .needs_sec_list_cnt ul li::before,
	.dx .needs_sec_list_cnt ul li::before {
	}
	.sales .needs_sec_list_cnt ul li::before,
	.business .needs_sec_list_cnt ul li::before {
	}
	.needs_sec_point {
	}
	.needs_sec_point_wrap {
		padding: 40px 20px 30px;
		flex-flow: column;
	}
	.funding .needs_sec_point_wrap,
	.dx .needs_sec_point_wrap {
	}
	.sales .needs_sec_point_wrap,
	.business .needs_sec_point_wrap {
	}
	.needs_sec_point_cnt {
		width: 100%;
	}
	.needs_sec_point_hd {
	}
	.needs_sec_point_txt {
	}
	.needs_sec_point_ex {
		padding: 26px 15px 30px;
	}
	.funding .needs_sec_point_ex,
	.dx .needs_sec_point_ex {
	}
	.sales .needs_sec_point_ex,
	.business .needs_sec_point_ex {
	}
	.needs_sec_point_ex_hd {
	}
	.funding .needs_sec_point_ex_hd,
	.dx .needs_sec_point_ex_hd {
	}
	.sales .needs_sec_point_ex_hd,
	.business .needs_sec_point_ex_hd {
	}
	.needs_sec_point_ex_hd::before {
	}
	.funding .needs_sec_point_ex_hd::before,
	.dx .needs_sec_point_ex_hd::before {
	}
	.sales .needs_sec_point_ex_hd::before,
	.business .needs_sec_point_ex_hd::before {
	}
	.needs_sec_point_ex_list {
	}
	.needs_sec_link .btn_more {
		min-width: none;
	}
	.industry {
		padding: 50px 0;
	}
	.industry_wrap {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.industry_cnt {
		padding: 35px 20px;
	}
	.industry_hd {
	}
	.industry_hd_ttl {
		font-size: 20px;
	}
	.industry_hd_ttl::before {
	}
	.industry_cnt:nth-child(odd) .industry_hd_ttl::before {
	}
	.industry_cnt:nth-child(even) .industry_hd_ttl::before {
	}
	.industry_hd_img {
	}
	.industry_list {
	}
	.industry_list li {
	}
	.industry_list li::before {
	}
	.industry_cnt:nth-child(odd) li::before {
	}
	.industry_cnt:nth-child(even) li::before {
	}
	.industry_link {
	}
	.industry_link .btn_more {
	}
	.industry_cnt:nth-child(odd) .btn_more {
	}
	.industry_cnt:nth-child(even) .btn_more {
	}
	.arvhive {
		padding: 50px 0;
	}
	.arvhive_head {
	}
	.arvhive_head .section_txt {
		margin-top: 15px;
	}
	.arvhive_wrap {
		column-count: 1;
		column-gap: 20px;
	}
	.arvhive_cnt {
		margin-bottom: 20px;
		padding: 20px;
	}
	.arvhive_ttl {
	}
	.arvhive_ttl::before {
	}
	.arvhive_ttl p {
	}
	.arvhive_list {
		column-count: 1;
	}
	.arvhive_list li {
	}
	.arvhive_list li::before {
	}
	.arvhive_list li a {
	}
	.arvhive_list li a:hover {
	}
	.mission {
	}
	.mission::before,
	.mission::after {
		aspect-ratio: 971 / 818;
		height: auto;
		width: 770px;
		bottom: -120px;
		top: auto;
		left: 10%;
	}
	.mission::before {
		aspect-ratio: 1;
		height: auto;
		width: 390px;
		right: 40%;
	}
	.mission::after {
	}
	.mission_wrap {
	}
	.mission_wrap::before,
	.mission_wrap::after {
	}
	.mission_wrap::before {
		aspect-ratio: 220 / 180;
		height: auto;
		width: 100px;
		top: -80px;
	}
	.mission_wrap::after {
		aspect-ratio: 207 / 196;
		height: auto;
		width: 97px;
	}
	.mission_hd {
	}
	.mission_hd_ttl {
		font-size: 32px;
		margin-bottom: 20px;
		text-align: start;
	}
	.mission_cnt {
		text-align: start;
		font-size: 16px;
	}
}
