/**
 * lp.css
 */
@import './../_components/casesSlider.css'; /* slider */
@import './../_components/lp/ec/ec_clientList.css'; /* clientlist */
@import './../_components/lp/lp_faq.css'; /* faq */
@import './../_components/lp/ec/ec_cta.css'; /* faq */

/* lp customize
====================================================*/
.header_container {
	padding: 10px calc(35vw / 1440 * 100);
}
.header_bottom {
	@media (max-width: 999px) {
		padding: 0rem 0;
	}
}
.header_bottom_logo {
	max-width: calc(100vw / 1440 * 100);
	@media (max-width: 999px) {
		max-width: calc(220vw / 1440 * 100);
	}
}
.main {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 15rem;
	overflow: hidden;
	@media (max-width: 999px) {
		padding-top: 3rem;
	}
}
.header.is-scroll {
	top: 0;
}

.lp_faq {
	padding: 6.6rem 0 0rem;
}

.ec_lp_header {
	background: #fff;
}
.ec_lp_header--pc {
	max-width: 1440px;
	margin: 0 auto;
}
.ec_lp_header--sp {
}

.ec_clientList {
	border: 1px solid #224996;
}
.ec_clientList_title {
	margin-bottom: 10px;
	padding: 10px 0;
	color: #fff;
	font-weight: 700;
	font-size: 3rem;
	text-align: center;
	background: #224996;
	@media (max-width: 999px) {
		font-size: 2rem;
	}
}
.ec_clientList_explain {
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	@media (max-width: 999px) {
		font-size: 1.6rem;
	}
}
.lp_leadText {
	margin-bottom: 20px;
	text-align: center;
}
.lp_faq_container {
	max-width: calc(111rem + 7rem);
	margin-right: auto;
	margin-left: auto;
	padding: 0 0rem;
}

/* cta mobile
====================================================*/
#popup_cta {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding: 20px 20px 20px;
	background: #fff;
	border: 1px solid #ccc;
	transition: opacity 0.3s ease;

	.ec_cta_button {
		position: relative;
		display: inline-block;
		width: 100%;
		max-width: 44rem;
		margin-right: auto;
		margin-left: auto;
		padding: 1.5rem 2.5rem 1.5rem 3.5rem;
		font-weight: bold;
		font-size: 1.8rem;
		text-align: center;
		text-decoration: none;
		border-radius: 25em;
		cursor: pointer;
		transition: var(--transition_base);
	}
}

@media (max-width: 767px) {
	#popup_cta {
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 9;
		display: flex;
		width: 100%;
		max-width: unset;
		margin: 0 auto;
		padding: 5px 10px 5px;
		background: #fff;
		border: 0px solid;
		.main_button {
			position: relative;
			display: inline-block;
			width: 100%;
			max-width: 80%;
			padding: 1.4rem 2rem 1.4rem 1.5rem;
			font-weight: bold;
			font-size: 1.4rem;
			text-align: center;
			text-decoration: none;
			border-radius: 25em;
			cursor: pointer;
			transition: var(--transition_base);
		}
		.ec_mv_btn_lead {
			position: relative;
			bottom: 0rem;
			display: table;
			margin: auto;
			font-weight: 600;
		}
	}
}

/* lpPage_tab
====================================================*/
.lpPage_tab {
	margin-bottom: 6rem;
}
@media (max-width: 767px) {
	.lpPage_tab {
		margin-bottom: 8rem;
	}
}
.lpPage_tabMenu {
	display: flex;
	gap: 1rem;
	width: 100%;
	max-width: 108rem;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 767px) {
	.lpPage_tabMenu {
		gap: 0.8rem;
	}
}
.lpPage_tabMenu_item {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	height: 7.2rem;
	padding: 1.5rem;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.58;
	background-color: #d3d3d3;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	transition: var(--transition_base);
}
@media (max-width: 999px) {
	.lpPage_tabMenu_item {
		flex-wrap: wrap;
		height: auto;
	}
}
@media (max-width: 767px) {
	.lpPage_tabMenu_item {
		font-size: 1.6rem;
		line-height: 1.34;
		text-align: center;
	}
}
.lpPage_tabMenu_item.is-active {
	color: var(--color-white);
	background: var(--color-navy);
	pointer-events: none;
}
@media (min-width: 768px) {
	.lpPage_tabMenu_item:hover {
		color: var(--color-white);
		background: var(--color-navy);
	}
}
.lpPage_tabContent {
	display: none;
	width: 100%;
	max-width: 108rem;
	margin-right: auto;
	margin-left: auto;
	padding: 4rem;
	background-color: var(--color-white);
	border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
	.lpPage_tabContent {
		padding: 3rem 3.6rem;
	}
}
.lpPage_tabContent.is-show {
	display: block;
}
.lpPage_tabContent_item {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
@media (max-width: 767px) {
	.lpPage_tabContent_item {
		gap: 1rem;
	}
}
.lpPage_tabContent_link {
	display: inline-block;
	padding: 0.2rem 1rem 0.3rem;
	border: solid 1px #707070;
	border-radius: 4px;
	transition: var(--transition_base);
}
.lpPage_tabContent_link.is-current {
	color: var(--color-white);
	background-color: var(--color-navy);
	border-color: var(--color-navy);
	pointer-events: none;
}
@media (min-width: 768px) {
	.lpPage_tabContent_link:hover {
		color: var(--color-white);
		background-color: var(--color-navy);
		border-color: var(--color-navy);
	}
}
.lpPage_tabContent_all {
	width: 14rem;
	margin-left: 4rem;
}
@media (max-width: 767px) {
	.lpPage_tabContent_all {
		display: inline-block;
		width: auto;
		margin-left: 0;
	}
}
.lpPage_tabContent_allLink {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0.2rem 1rem 0.3rem;
	border: solid 1px #707070;
	border-radius: 4px;
	transition: var(--transition_base);
}
.lpPage_tabContent_allLink.is-current {
	color: var(--color-white);
	background-color: var(--color-navy);
	border: solid 1px var(--color-navy);
	pointer-events: none;
}
@media (min-width: 768px) {
	.lpPage_tabContent_allLink:hover {
		color: var(--color-white);
		background-color: var(--color-navy);
		border: solid 1px var(--color-navy);
	}
}
.lpPage_tabContent_list {
	width: calc(100% - (14rem + 7.6rem));
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.lpPage_tabContent_list {
		width: 100%;
		margin-top: 2rem;
	}
}
.lpPage_tabContent_listItem {
	display: grid;
	grid-template-columns: 8rem auto;
	margin: 0;
	margin-left: auto;
	padding: 2rem 4rem;
	border-bottom: solid 1px #e5e5e5;
}
@media (max-width: 767px) {
	.lpPage_tabContent_listItem {
		display: block;
		padding: 1.5rem 0;
	}
}
.lpPage_tabContent_listItem:first-child {
	padding-top: 0;
}
.lpPage_tabContent_listItem:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.lpPage_tabContent_listItem_parent {
	padding-top: 0.3rem;
	color: var(--color-navy);
	font-weight: 500;
}
@media (max-width: 767px) {
	.lpPage_tabContent_listItem_parent {
		margin-bottom: 1.2rem;
		padding-top: 0;
	}
}
.lpPage_tabContent_listChild {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.lpPage_tabContent_listChildItem {
	display: inline-block;
}
.lpPage_tabContent_listChildItem a {
	display: block;
	padding: 0.2rem 1rem 0.3rem;
	color: var(--color-black);
	font-weight: normal;
	border: solid 1px #707070;
	border-radius: 4px;
	transition: var(--transition_base);
}
.lpPage_tabContent_listChildItem a.is-current {
	color: var(--color-white);
	background-color: var(--color-navy);
	border-color: var(--color-navy);
	pointer-events: none;
}
@media (min-width: 768px) {
	.lpPage_tabContent_listChildItem a:hover {
		color: var(--color-white);
		background-color: var(--color-navy);
		border-color: var(--color-navy);
	}
}
/* lpPage_article
====================================================*/
.lpPage_article {
	container-type: inline-size;
	container-name: box-container;
}
@media (max-width: 767px) {
	.lpPage_article {
	}
}
@media (max-width: 767px) {
	.lpPage_article .mainCard {
		padding: 0;
	}
}
.lpPage_article_list {
	flex-wrap: wrap;
	gap: 3.2rem;
}
@media (max-width: 767px) {
	.lpPage_article_list {
		gap: 2rem;
	}
}
.lpPage_article_item {
	max-width: calc(100% / 4 - 3.2rem);
}
@container (width <=  1000px) {
	.lpPage_article_item {
		max-width: calc(100% / 2 - 3.2rem);
	}
}
@media (max-width: 767px) {
	.lpPage_article_item {
		max-width: calc(100% / 2 - 1rem);
	}
}
.lpPage_article .mainCard_thumb {
	aspect-ratio: 320 / 195;
}

@media (max-width: 767px) {
	.lpPage .two-columns_sp .mainCard_link {
		height: 100%;
	}
	.lpPage .two-columns_sp .mainCard_category {
		margin-top: auto;
	}
}

/* lpContent
  詳細ページ用
====================================================*/
@media (max-width: 767px) {
	.postContent {
		margin-bottom: 6rem;
	}
}
.lpContent_container {
	display: flex;
	gap: 3.2rem;
	justify-content: space-between;
	container-type: inline-size;
	container-name: box-container;
}
@media (max-width: 999px) {
	.lpContent_container {
		flex-wrap: wrap;
		justify-content: center;
	}
}
.lpContent_container .postContent_title {
	margin-bottom: 4rem;
	padding-bottom: 0;
	border: none;
}
@media (max-width: 767px) {
	.lpContent_container .postContent_title {
		margin-bottom: 3rem;
	}
}
.lpContent_container .postContent_main {
	max-width: calc(100% - (46.7rem + 3.2rem));
	padding-right: 4rem;
	padding-bottom: 8rem;
	padding-left: 4rem;
	background-color: var(--color-white);
}
@media (max-width: 999px) {
	.lpContent_container .postContent_main {
		max-width: 87.3rem;
	}
}
@media (max-width: 767px) {
	.lpContent_container .postContent_main {
		max-width: 100%;
		padding-right: 2rem;
		padding-bottom: 6rem;
		padding-left: 2rem;
	}
}
.lpContent_form {
	width: 100%;
	max-width: 46.7rem;
}
@media (max-width: 999px) {
	.lpContent_form {
		max-width: 87.3rem;
	}
}
@media (max-width: 767px) {
	.lpContent_form {
		max-width: 100%;
		margin-top: 6rem;
	}
}
.lpContent_formTitle {
	margin-bottom: 2rem;
	color: var(--color-navy);
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.75;
	letter-spacing: 1.5px;
	text-align: center;
}
@media (max-width: 767px) {
	.lpContent_formTitle {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
}
.lpContent_formArea {
	padding: 4rem;
	background-color: var(--color-white);
}
@media (max-width: 767px) {
	.lpContent_formArea {
		padding: 3rem 2rem;
	}
}
.lpContent_formArea iframe {
	width: 100%;
	max-width: 100%;
}

.lpContent_thumbnail {
}
.lpContent_thumbnail img {
	width: 100%;
}
.lpContent_client {
	display: flex;
	gap: 2.4rem;
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding: 2.4rem;
	background-color: var(--color-gray);
	border-radius: 10px;
}
@media (max-width: 767px) {
	.lpContent_client {
		flex-wrap: wrap;
		gap: 2rem;
		margin-bottom: 3rem;
	}
}
.lpContent_client_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 16.7rem;
	background: var(--color-white);
}
@media (max-width: 767px) {
	.lpContent_client_logo {
		margin-right: auto;
		margin-left: auto;
	}
}
.lpContent_client_row {
	flex: auto;
}
.lpContent_client_company_name {
	margin-bottom: 0.4rem;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.9px;
}
@media (max-width: 767px) {
	.lpContent_client_company_name {
		font-size: 1.6rem;
	}
}
.lpContent_client_company_employee {
	margin-bottom: 1.2rem;
	font-size: 1.4rem;
	letter-spacing: 0.7px;
}
@media (max-width: 767px) {
	.lpContent_client_company_employee {
		font-size: 1.2rem;
	}
}
.lpContent_client_name {
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 0.7px;
}
@media (max-width: 767px) {
	.lpContent_client_name {
		font-size: 1.2rem;
	}
}
.lpContent_client_name:not(:last-child) {
	margin-bottom: 0.5em;
}
.lpContent_button {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}
@media (max-width: 767px) {
	.lpContent_button {
		margin-top: 3rem;
	}
}
.lpContent_buttonlink {
	position: relative;
	display: inline-block;
	min-width: 38rem;
	padding: 2.4rem 8rem;
	color: var(--color-white);
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	background-color: var(--color-navy);
	border: solid 1px var(--color-navy);
	border-radius: 25em;
	transition: var(--transition_base);
}
@media (max-width: 767px) {
	.lpContent_buttonlink {
		min-width: auto;
		padding: 1.5rem 4rem;
		font-size: 1.8rem;
	}
}
.lpContent_buttonlink .icon-arrow {
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 0.8rem;
	height: 1.6rem;
	background: url('../../img/common/icon-arrow_white_right.svg') no-repeat center center;
	background-size: contain;
	transform: translateY(-50%);
	aspect-ratio: 8 / 16;
}
@media (min-width: 768px) {
	.lpContent_buttonlink:hover {
		color: var(--color-navy);
		background: var(--color-white);
	}
	.lpContent_buttonlink:hover .icon-arrow {
		background: url('../../img/common/icon-arrow_blue_right.svg') no-repeat center center;
	}
}

.lpContent_summary {
	margin-top: 4rem;
}
@media (max-width: 767px) {
	.lpContent_summary {
		margin-top: 3rem;
	}
}
.lpContent_summaryContent {
	padding: 3.2rem;
	background-color: var(--color-gray);
	border-radius: 10px;
}
@media (max-width: 767px) {
	.lpContent_summaryContent {
		padding: 2rem;
	}
}
.lpContent_summaryItem {
	padding: 2.3rem 0;
	border-bottom: solid 1px var(--color-navy);
}
@media (max-width: 767px) {
	.lpContent_summaryItem {
		padding: 2rem 0;
	}
}
.lpContent_summaryItem:first-child {
	padding-top: 0;
}
.lpContent_summaryItem:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.lpContent_summaryItem_title {
	margin-bottom: 1.6rem;
	color: var(--color-navy);
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 1px;
}
@media (max-width: 767px) {
	.lpContent_summaryItem_title {
		margin-bottom: 1.2rem;
		font-size: 1.6rem;
	}
}
.lpContent_summaryItem_text {
	line-height: 1.75;
	letter-spacing: 0.8px;
}

/* lpRelation
  詳細ページ用
====================================================*/
.lpRelation {
	margin-top: 4rem;
	padding-top: 3rem;
	padding-bottom: 5rem;
	container-type: inline-size;
	container-name: box-container;
}
@media (max-width: 767px) {
	.lpRelation {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}
.lpRelation_title {
	position: relative;
	display: inline-block;
	margin-bottom: 3rem;
	padding: 0.7rem 9rem 0.7rem 7rem;
	color: var(--color-navy);
	font-weight: bold;
	font-size: 2.4rem;
}
@media (max-width: 767px) {
	.lpRelation_title {
		margin-bottom: 2rem;
		padding: 1rem 6rem 1rem 1.5rem;
		font-size: 1.8rem;
	}
}
.lpRelation_title::before {
	position: absolute;
	top: 0;
	left: -3.5rem;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--color-white);
	content: '';
}
@media (max-width: 767px) {
	.lpRelation_title::before {
		left: -1.5rem;
	}
}
.lpRelation_title::after {
	position: absolute;
	top: 0;
	right: 0.5rem;
	z-index: -1;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 0 solid transparent;
	border-right: 0;
	border-bottom: 5rem solid transparent;
	border-left: 3rem solid var(--color-white);
	content: '';
}
@media (max-width: 767px) {
	.lpRelation_title::after {
		right: 0;
		border-left: 1.5rem solid var(--color-white);
	}
}
