@charset "utf-8";

/* .c-
 * ============================================================================== */
/*====== .c-box-1024(960px以下の指定がcommonにないため追加) =====*/
@media screen and (min-width: 601px) {
	.c-box-1024 {
		width: 96%;
		margin-right: auto; margin-left: auto;
		padding-right: 0; padding-left: 0;
	}
}

@media screen and (max-width: 600px) {
	.c-box-1024 {
		width: 90%;
		margin-right: auto; margin-left: auto;
	}
}


/*====== 引継ぎCSS =====*/
main ul,
main ol {
    margin: 1em 0;
}

main h1,
main h2, 
main h3,
main h4,
main h5,
main h6 {
    line-height: inherit;
}

main h2 {
    margin: 0.83em 0;
}

main h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

main p {
    margin: 1em 0;
}

.l-main * {
    box-sizing: content-box;
}

main th,
main td {
    padding: 1em 1em;
}


/*====== .c-ttl =====*/
.c-ttl-underline-center {
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	position: relative;
	background: none;
	padding: 0 0 40px;
	margin-top: 0;
	margin-bottom: 50px;
}

.c-ttl-underline-center::after {
	content: '';
	display: block;
	width: 100px;
	height: 5px;
	background: #0066B5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.c-ttl-underline-center-sub {
	display: block;
	font-size: 2rem;
	margin-bottom: 10px;
}

.c-ttl-consulting-sub {
	color: #0066B5;
	font-size: 2rem;
	line-height: 1.5;
}

@media screen and (min-width: 960px) {
	.c-ttl-underline-center {
		letter-spacing: 3.2px;
	}
}

@media screen and (max-width: 600px) {
	.c-ttl-underline-center {
		font-size: 2.2rem;
	}
}


/*====== .c-bt =====*/
.c-btn-rounded-indigo {
	background: #4A43CB;
	border: 1px solid #4A43CB;
	color: #fff;
	border-radius: calc(1px / 0);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 70px;
	font-size: 2rem;
	transition: opacity 0.5s;
}

.c-btn-rounded-indigo:hover {
	background: #fff;
	color: #4A43CB;
	opacity: 1;
}

.c-btn-rounded-indigo img {
	margin-left: 1em;
	filter: invert(99%) sepia(85%) saturate(0%) hue-rotate(182deg) brightness(109%) contrast(100%);
}

.c-btn-rounded-indigo:hover img { filter: invert(22%) sepia(64%) saturate(4340%) hue-rotate(241deg) brightness(84%) contrast(86%);}

.c-btn-rounded-coral {
	background: #FA5462;
	border: 1px solid #FA5462;
	color: #fff;
	border-radius: calc(1px / 0);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 70px;
	font-size: 2rem;
	transition: opacity 0.5s;
}

.c-btn-rounded-coral:hover {
	background: #fff;
	color: #FA5462;
	opacity: 1;
}

.c-btn-rounded-coral img {
	margin-left: 1em;
	filter: invert(99%) sepia(85%) saturate(0%) hue-rotate(182deg) brightness(109%) contrast(100%);
}

.c-btn-rounded-coral:hover img  { filter: invert(43%) sepia(24%) saturate(3316%) hue-rotate(322deg) brightness(104%) contrast(96%);}

.c-btn-rounded-blue {
	background: #0066B5;
	border: 1px solid #0066B5;
	color: #fff;
	border-radius: calc(1px / 0);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 53px;
	font-size: 2rem;
	transition: opacity 0.5s;
}

a:hover .c-btn-rounded-blue,
.c-btn-rounded-blue:hover {
	background: #fff;
	color: #0066B5;
}

.c-btn-rounded-blue img {
	filter: invert(99%) sepia(85%) saturate(0%) hue-rotate(182deg) brightness(109%) contrast(100%);
}

a:hover .c-btn-rounded-blue img,
.c-btn-rounded-blue:hover img {
	filter: invert(26%) sepia(58%) saturate(2924%) hue-rotate(189deg) brightness(90%) contrast(101%);
}

.c-btn-rounded-white {
	background: #fff;
	color: #4A43CB;
	border-radius: calc(1px / 0);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 70px;
	font-size: 2rem;
	transition: opacity 0.5s;
}

.c-btn-rounded-white:hover {
	opacity: 0.7;
	color: #4A43CB;
}

.c-btn-rounded-white img {
	margin-left: 1em;
}



/* .u-
 * ============================================================================== */
/*====== .u-mb =====*/
.u-mb100 { margin-bottom: 100px;}


/*====== .u-marker =====*/
.u-marker {
	background: linear-gradient(transparent 50%, #F8FF97 50%);
}


/*====== .u-font-weight =====*/
.u-fw-bold {
	font-weight: bold;
}


/*====== .u-ta-center =====*/
.u-ta-center {
	text-align: center;
}


/*====== .u-xx-non =====*/
@media screen and (min-width:960px) {
	.u-pc-non { display: none;}
}

@media screen and (min-width:601px) and (max-width:959px) {
	.u-tb-non { display: none;}
}

@media screen and (max-width: 600px) {
	.u-sp-non { display: none;}
}


/* .p-
 * ============================================================================== */
/*====== .p-mv =====*/
.p-mv {
	background: #EBF3F9;
	display: flex;
	padding: 30px 0;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	margin-bottom: 80px;
}

.p-mv-inner {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	align-self: stretch;
	margin-bottom: 20px;
}

.p-mv-content {
	display: flex;
	width: 540px;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	align-self: stretch;
}

.p-mv-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	align-self: stretch;
}

.p-mv-ttl {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: bold;
}

.p-mv-ttl .p-mv-ttl-lead {
	color: #0066B5;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 16px;
}

.p-mv-ttl .p-mv-ttl-main {
	font-size: 2rem;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.p-mv-text {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.66;
}

.p-mv-links {
	display: flex;
	height: 70px;
	justify-content: center;
	align-items: center;
	gap: 96px;
	flex-shrink: 0;
	align-self: stretch;
}

@media screen and (min-width: 601px) {
    .p-mv-img {
        width: calc(444 / 1024 * 100%);
    }
}

@media screen and (max-width: 600px) {
	.p-mv {
		margin-bottom: 40px;
	}

	.p-mv-inner {
		flex-direction: column;
		gap: 20px;
	}

	.p-mv-content {
		width: auto;
	}

	.p-mv-ttl .p-mv-ttl-main {
		font-size: 3rem;
	}

	.p-mv-ttl-main img {
		width: 207px;
		height: auto;
		max-width: initial;
	}

	.p-mv-text {
		margin-top: 8px;
		margin-bottom: 0;
	}

	.p-mv-img {
		display: none;
	}

	.p-mv-links {
		flex-direction: column;
		height: auto;
		gap: 20px;
		margin-top: 20px;
	}

	.p-mv-links a { width: 100%;}
}


/*====== .p-trouble =====*/
.p-trouble .c-box-1024 {
	background: url(/pickup/bizai/images/bizai-ill-issues_re.png) no-repeat right bottom;
	background-size: auto 160px;
}

.p-trouble-list {
	font-size: 2rem;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	margin-right: auto; margin-left: auto;
}

.p-trouble-item {
	padding-left: 42px;
	position: relative;
}

.p-trouble-item::before {
	content: '';
	width: 27px;
	height: 22px;
	background: url(/pickup/bizai/images/bizai-icon-check-blue_re.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 2px;
	left: 0;
}

@media screen and (min-width: 960px) {
	.p-trouble-list { width: 700px;}
}

@media screen and (max-width: 600px) {
	.p-trouble .c-box-1024 {
		background-position: center top;
		background-size: auto 120px;
		padding-top: 160px;
	}

	.p-trouble-list {
		font-size: 1.8rem;
		padding-left: 0;
	}

	.p-trouble-item::before {
		width: 21px;
		height: 17px;
		top: 4px;
	}
}

/*====== .p-point-detail =====*/
.p-point-wrap {
	display: grid;
	grid-template-columns:repeat(3, minmax(0,1fr));
	gap: 30px;
	grid-template-rows: auto auto auto 1fr;
}

.p-point-block {
	display:grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 15px;
	background: #EBF3F9;
	border-radius: 8px;
	padding: 40px 20px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-point-tips .p-point-block {
	background: #FDF1E6;
	padding-top: 20px;
	padding-bottom: 20px;
}

.p-point-tips p {
	margin-top: 0;
	margin-bottom: 0;
}

.p-point-img {
	grid-row:1;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom: 10px;
}

.p-point-img img {
	display:block;
	max-width:100%;
	height:auto;
}

.p-point-ttl {
	grid-row:2;
	text-align: center;
	color: #0066B5;
	font-size: 2.2rem;
}

.p-point-tips .p-point-ttl {
	color: #ED6D01;
	font-size: 2.6rem;
}

.p-point-summary {
	margin-top: 0;
	margin-bottom: 0;
}

.p-point-tips .p-point-summary {
	font-weight: bold;
}

.p-point-list {
	padding-left: 0;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}

.p-point-item {
	padding-left: 35px;
	position: relative;
}

.p-point-item::before {
	content: '';
	width: 20px;
	height: 17px;
	background: url(/pickup/bizai/images/bizai-icon-check-red_re.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 4px;
	left: 0;
}

@media screen and (min-width: 601px) and (max-width: 959px) {
	.p-point-wrap {
		gap: 10px;
	}

	.p-point-block {
		padding-right: 10px;
		padding-left: 10px;
	}

	.p-point-img {
		width: 100%;
	}

	.p-point-btn .c-btn-rounded-green {
		width: calc(100% + 20px);
		transform: translateX(-10px);
	}
}

@media screen and (max-width: 600px) {
	.p-point-wrap {
		grid-template-columns: repeat(1, 1fr);
	}

	.p-point-list {
		margin-bottom: 0;
	}
}

/*====== .p-point-reason =====*/
.p-point-reason .c-ttl-consulting-sub {
	text-align: center;
	margin-bottom: 30px;
}

.p-point-reason-item-wrap {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 60px;
	flex-shrink: 0;
	margin-right: auto; margin-left: auto;
}

.p-point-reason-item {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 30px;
	flex: 1 0 0;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-point-reason-summary {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.66;
	font-weight: bold;
}

@media screen and (min-width: 960px) {
	.p-point-reason-item-wrap {
		width: 540px;
		width: 950.431px;
	}	
}

@media screen and (max-width: 600px) {
	.p-point-reason-item-wrap {
		flex-direction: column;
	}

	.p-point-reason-item {
		align-items: center;
	}

	.p-point-reason-summary {
		font-size: 1.8rem;
	}
}


/*====== .p-case =====*/
.p-case-item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	align-self: stretch;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 50px;
}

.p-case-thumb {
	border-radius: 8px;
	overflow: hidden;
}

.p-case-body {
	flex: 1;
}

.p-case-ttl {
	font-size: 2.4rem;
	margin-top: 0;
	margin-bottom: 20px;
	color: #0066B5;
}

@media screen and (min-width: 601px) and (max-width: 959px) {
	.p-case-thumb {
		width: 40%;
		max-width: 460px;
	}
}

@media screen and (max-width: 600px) {
	.p-case-item {
		flex-direction: column;
		gap: 20px;
	}

	.p-case-thumb {
		margin-right: 20px;
		margin-left: 20px;
	}

	.p-case-ttl {
		font-size: 2rem;
	}
}


/*====== .p-works =====*/
.p-works {
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-works-example table {
	width: 100%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.p-works-example th {
	background: #0066B5;
	border: 1px solid #EBF3F9;
	color: #fff;
	text-align: center;
	padding: 10px 12px;
}

.p-works-example td {
	border: 1px solid #EBF3F9;
}


@media screen and (max-width: 600px) {
	.p-works-example {
		overflow-x: scroll;
		padding-bottom: 10px;
	}

	.p-works-example table {
		width: 600px;
	}

	.p-works-example td {
		font-weight: normal;
	}
}


/*====== .p-price =====*/
.p-price-item {
	color: #0066B5;
	font-size: 2.8rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

.p-price-highlight {
	font-size: 3.6rem;
}

.p-price-note {
	text-align: center;
}


/*====== .p-agent =====*/
.p-agent {
	background: #FDF1E6;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-agent-btns .c-btn-rounded-blue {
	font-size: 1.6rem;
	text-align: center;
	width: 100%;
	max-width: 543px;
	margin-right: auto;
	margin-left: auto;
}

.p-agent-btns .c-btn-rounded-blue img {
	margin-left: 10px;
}

.p-agent-ttl {
	font-size: 2.6rem;
	text-align: center;
	margin-top: 50px;
}

.p-agent-example {
	margin-top: 20px;
}

.p-agent-example table {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}

.p-agent-example th {
	background: #ED6D01;
	border: 1px solid #EBF3F9;
	color: #fff;
	text-align: center;
	padding: 10px 12px;
}

.p-agent-example td {
	border: 1px solid #EBF3F9;
}


@media screen and (max-width: 600px) {
	.p-agent-example {
		overflow-x: scroll;
		padding-bottom: 10px;
	}

	.p-agent-ttl {
		font-size: 2rem;
	}

	.p-agent-example table {
		width: 700px;
	}

	.p-agent-example td {
		font-weight: normal;
	}

	.p-agent-btns .c-btn-rounded-blue {
		height: 84px;
	}
}


/*====== .p-step =====*/
.p-step-block {
	display: flex;
	padding: 10px 0;	
	justify-content: space-between;
	align-items: stretch;
	gap: 50px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-step-stage {
	min-height: 172px;
	width: 230px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #ED6D01;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
}

.p-step-stage::before,
.p-step-stage::after {
	content: '';
	display: block;
	border-bottom: 37px solid #fff;
	position: absolute;
	bottom: 0;
}

.p-step-stage::before {
	border-right: 114px solid transparent;
	left: 0;
}

.p-step-stage::after {
	border-left: 114px solid transparent;
	right: 0;
}

.p-step-block:nth-of-type(1) .p-step-stage { background: #fef8f2;}
.p-step-block:nth-of-type(2) .p-step-stage { background: #fdf1e6;}
.p-step-block:nth-of-type(3) .p-step-stage { background: #fce9d9;}
.p-step-block:nth-of-type(4) .p-step-stage { background: #fbe2cc;}
.p-step-block:nth-of-type(5) .p-step-stage { background: #fadabf;}

.p-step-number {
	font-size: 3.8rem;
}

.p-step-content {
	flex: 1;
	position: relative;
	
}

.p-step-ttl {
	font-size: 2.4rem;
	color: #ED6D01;
	font-weight: bold;
	margin-top: 0;
}

.p-step-term {
	position: absolute;
	top: 0;
	right: 0;
	background: #80A6D3;
	text-align: center;
	color: #fff;
	width: 180px;
	padding: 6px 15px 4px;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 959px) {
	.p-step-ttl {
		margin-bottom: 8px;
	}

	.p-step-term {
		position: relative;
	}
}

@media screen and (max-width: 600px) {
	.p-step-block {
		align-items: flex-start;
		gap: 20px;
	}

	.p-step-stage {
		width: 100px;
		min-height: 80px;
		font-size: 1.4rem;
	}

	.p-step-stage::before,
	.p-step-stage::after {
		border-bottom: 16px solid #fff;
	}

	.p-step-stage::before {
		border-right: 50px solid transparent;
	}

	.p-step-stage::after {
		border-left: 50px solid transparent;
	}

	.p-step-number {
		font-size: 3.2rem;
		line-height: 1.2;
	}

	.p-step-ttl {
		font-size: 1.8rem;
	}

	.p-step-term {
		font-size: 1.5rem;
		padding-top: 4px; padding-bottom: 1px;
	}
}


/*====== .p-faq =====*/
.p-faq-item {
	margin-bottom: 20px;
}

.p-faq-question {
	border: 1px solid #0066B5;
	background: #FFF;
	display: flex;
	padding: 10px 80px 10px 20px;
	align-items: center;
	gap: 20px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}

.p-faq-question::before,
.p-faq-question::after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background: #1F79BE;
	position: absolute; right: 30px;
}

.p-faq-question::after {
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}

.p-faq-question.js-accordion-on:after {
	transform: rotate(180deg);
}

.p-faq-q {
	color: #0066B5;
	font-size: 3.4rem;
	font-weight: bold;
}

.p-faq-answer {
	display: flex;
	padding: 25px 20px;
	align-items: center;
	gap: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
	border-right: 1px solid #0066B5;
	border-bottom: 1px solid #0066B5;
	border-left: 1px solid #0066B5;
	background: #EBF3F9;
}

.p-faq-a {
	color: #0066B5;
	font-size: 3.4rem;
	font-weight: bold;
}


/*====== .p-contact =====*/
.p-contact {
	background: #dbf0ff;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 80px;
}

.p-contact-ttl {
	background: none;
	text-align: center;
	font-size: 3.2rem;
	padding: 0;
	margin: 0;
}

.p-contact-lead {
	margin-top: 36px;
	margin-bottom: 36px;
	font-size: 1.6rem;
}

.p-contact-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	gap: 9.3%;
}

@media screen and (max-width: 600px) {
	.p-contact {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.p-contact-ttl {
		font-size: 2rem;
		margin-top: 0;
		margin-bottom: 0;
	}

	.p-contact-lead {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.p-contact-buttons {
		flex-direction: column;
		gap: 30px;
	}

	.p-contact-buttons a { width: 98%;}
}


/*====== ..p-column =====*/
.p-column {
	margin-bottom: 80px;
}

.p-column-box {
	padding: 40px;
	display: flex;
	justify-content: space-between; align-items: center;
	gap: 20px;
	border-radius: 8px;
	border: 1px dashed #0066B5;
	background: #EBF3F9;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 50px;
}

.p-column-ttl {
	color: #0066B5;
	font-size: 2.4rem;
	margin-top: 0;
	margin-bottom: 0;
}

.p-column-box p {
	margin-top: 0;
	margin-bottom: 0;
}

.p-column-box .p-column-summary {
	font-weight: bold;
	font-size: 2rem;
	margin-top: 5px;
	margin-bottom: 15px;
}

.p-column-btnarea .c-btn-rounded-blue {
	width: 300px;
	font-size: 1.6rem;
}

.p-column-btnarea .c-btn-rounded-blue img {
	margin-left: 10px;
}

@media screen and (min-width: 601px) and (max-width: 959px) {
	.p-column-btnarea {
		width: 45%;
		max-width: 300px;
	}

	.p-column-btnarea .c-btn-rounded-blue {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.p-column-box {
		flex-direction: column;
		padding: 30px 25px;
	}

	.p-column-ttl {
		font-size: 2.0rem;
	}

	.p-column-summary {
		font-size: 1.8rem;
	}

	.p-column-btnarea .c-btn-rounded-blue {
		height: 53px;
	}
}


/*====== .p-legal =====*/
.p-legal {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 160px;
	font-size: 1.2rem;
	line-height: 1.5;
}


/* .js-
 * ============================================================================== */
/*====== .js-accordion =====*/
.js-accordion:hover {
	cursor: pointer;
	opacity: 0.8;
}




/* .l-footer-top-btn
 * ============================================================================== */
@media screen and (max-width: 600px) {
	.l-footer-top-btn {
		position: fixed;
		right: 0; bottom: 0;
		
	}
}
