@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;
	}
}


/*====== デフォルト打消し =====*/
main table a:not(.c-btn01):not(.c-btn01-takufile):not(.c-btn02):not(.c-link02):not(.c-link01) {
    color: inherit;
    text-decoration: inherit;
}

main ul:not(.c-anchor01):not(.c-anchor02):not(.c-pager):not(.p-product-list):not(.c-btns-col):not(.c-pagelink):not(.c-btns-row) li a:not(.c-btn01):not(.c-btn01-takufile):not(.c-btn02):not(.c-link01):not(.c-link02):not(.p-pagelink-next):not(.p-pagelink-prev):not(.c-index-item):not(.c-btn-contact):not(.c-btn-acc) {
	color: inherit;
    text-decoration: inherit;
}


/*====== 引継ぎ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;
}

.l-main * {
    box-sizing: content-box;
}


/*====== .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-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-btn =====*/
.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: 380px;
	height: 70px;
	font-size: 2rem;
	transition: opacity 0.5s;
}

.c-btn-rounded-blue:hover {
	background: #fff;
	color: #0066B5;
	opacity: 1;
}

.c-btn-rounded-blue img {
	margin-left: 1em;
	filter: invert(99%) sepia(85%) saturate(0%) hue-rotate(182deg) brightness(109%) contrast(100%);
}

.c-btn-rounded-blue:hover img  { filter: invert(26%) sepia(65%) saturate(1687%) hue-rotate(183deg) brightness(101%) contrast(105%);}

.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;
}

.p-mv-content {
	display: flex;
	width: 420px;
	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;
	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: 2.5;
}

.p-mv-ttl .p-mv-ttl-main {
	font-size: 4rem;
	line-height: 1.25;
}

.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(558 / 1024 * 100%);
    }
}

@media screen and (max-width: 600px) {
	.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-text {
		margin-top: 8px;
		margin-bottom: 0;
	}

	.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(/product/visualization/images/visualization-ill-issues_re.png) no-repeat right bottom;
}

.p-trouble-list {
	font-size: 2rem;
	line-height: 1.5;
	padding-left: 0;
	margin-right: auto; margin-left: auto;
	display: table;
}

.p-trouble-item {
	padding-left: 42px;
	position: relative;
	margin-bottom: 14px;
}

.p-trouble-item::before {
	content: '';
	width: 27px;
	height: 22px;
	background: url(/product/visualization/images/visualization-icon-check-blue_re.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 2px;
	left: 0;
}

@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-consulting-detail =====*/
.p-consulting-detail {
	margin-bottom: 50px;
}

.p-consulting-detail-media {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
}

.p-consulting-detail-text {
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-consulting-phase-wrap {
	display: flex;
	align-items: flex-start;
	align-items: stretch;
	gap: 30px;
}

.p-consulting-phase {
	background: #EBF3F9;
	border-radius: 8px;
	padding: 20px;
	gap: 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	flex: 1 0 0;
}

.p-consulting-phase-ttl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #0066B5;
	font-size: 2rem;
}

.p-consulting-phase-list {
	padding-left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}

.p-consulting-phase-item {
	padding-left: 35px;
	position: relative;
}

.p-consulting-phase-item::before {
	content: '';
	width: 20px;
	height: 17px;
	background: url(/product/visualization/images/visualization-icon-check-red_re.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 4px;
	left: 0;
}

@media screen and (min-width: 601px) {
	.p-consulting-detail-text {
		width: 52.7%;
		max-width: 540px;
	}
}

@media screen and (max-width: 600px) {
	.p-consulting-detail-media {
		flex-direction: column;
	}

	.p-consulting-detail-img {
		width: 296px;
		margin-right: auto;
		margin-left: auto;
	}

	.p-consulting-phase-wrap {
		flex-direction: column;
	}

	.p-consulting-phase-list {
		margin-bottom: 0;
	}
}

/*====== .p-consulting-reason =====*/
.p-consulting-reason .c-ttl-consulting-sub {
	text-align: center;
	margin-bottom: 30px;
}

.p-consulting-reason-item-wrap {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 60px;
	flex-shrink: 0;
	margin-right: auto; margin-left: auto;
}

.p-consulting-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-consulting-reason-summary {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.66;
	font-weight: bold;
	margin-top: 65px;
}

@media screen and (min-width: 960px) {
	.p-consulting-reason-item-wrap {
		width: 540px;
		width: 950.431px;
	}	
}

@media screen and (max-width: 600px) {
	.p-consulting-reason-item-wrap {
		flex-direction: column;
	}

	.p-consulting-reason-item {
		align-items: center;
	}

	.p-consulting-reason-summary {
		font-size: 1.8rem;
	}
}


/*====== .p-consulting-reason =====*/
.p-support-item-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
}

.p-support-item {
	border-radius: 8px;
	background: #EBF3F9;
	display: flex;
	padding: 30px 25px;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	gap: 15px;
}

.p-support-item-ttl {
	margin-top: 0;
	margin-bottom: 0;
	color: #0066B5;
	text-align: center;
	font-size: 2rem;
}

.p-support-item-txt {
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 960px) {
	.p-support-item { width: 271px;}
}

@media print, screen and (min-width:601px) and (max-width:959px) {
	.p-support-item { width: 218px;}
}

@media screen and (max-width: 600px) {
	.p-support-item-wrap {
		flex-direction: column;
	}
}


/*====== .p-scope =====*/
.p-scope-illust {
	text-align: center;
}

/*====== .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;
}

.p-case-lists {
	padding-left: 0;
	display: flex;
	justify-content: flex-start; align-items: flex-start;
	gap: 5px;
	margin-top: 0; margin-bottom: 0;
}

.p-case-list {
	background: #80A6D3;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
}

.p-case-ttl {
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 20px;
}

.p-case-link {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.p-case-link .c-btn-rounded-blue {
	padding-right: 50px;
	padding-left: 70px;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 60px;
	font-size: 1.6rem;
	column-gap: 10px;
}

@media screen and (max-width: 600px) {
	.p-case-item {
		flex-direction: column;
	}

	.p-case-thumb {
		margin-right: auto;
		margin-left: auto;
	}

	.p-case-link {
		align-items: center;
	}
}

/*====== .p-usecase =====*/
.p-usecase-wrap {
	background: #EBF3F9;
	padding: 50px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-usecase-wrap .c-ttl-consulting-sub {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	margin-top: 10px;
	gap: 10px;
}

.p-usecase-summary {
	margin-top: 40px;
	margin-bottom: 20px;
}

.p-usecase-box {
	border-radius: 10px 10px 0 0;
	background: #fff;
	margin-top: 20px;
}

.p-usecase-box-contents {
	padding: 30px 62px;
}

.p-usecase-box-ttl {
	border-radius: 10px 10px 0 0;
	background: #0066B5;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 8px;
}

.p-usecase-box-dl dt {
	display: flex;
	justify-content: flex-start; align-items: flex-start;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.p-usecase-box-dl dt::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #0066B5;
	position: relative;
	top: 0.8rem;
	margin-right: 11px;
}

.p-usecase-box-dl dt + dd {
	margin-bottom: 20px;
}

.p-usecase-box-dl dd {
	margin-left: 19px;
}

@media screen and (max-width: 600px) {
	.p-usecase-wrap {
		padding-right: 20px;
		padding-left: 20px;
	}

	.p-usecase-wrap .c-ttl-consulting-sub {
		letter-spacing: -1px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.p-usecase-box-contents {
		padding: 20px;
	}
}


/*====== .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-top: 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-related =====*/
.p-related { margin-bottom: 140px;}

.p-related-card-wrap {
	display: grid;
	grid-template-columns:repeat(3, minmax(0,1fr));
	gap: 38px;
	grid-template-rows: auto auto 1fr;
}

.p-related-card {
	display:grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 20px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.p-related-card:hover {
	opacity: 0.8;
	color: inherit;
}

.p-related-card:hover .p-related-card-ttl {
	text-decoration: underline;
}

.p-related-card:hover .p-related-card-ttl::before {
	text-decoration: none;
}

.p-related-card-img {
	grid-row:1;
	display:flex;
	align-items:center;
	justify-content:center;
}

.p-related-card-img img {
	display:block;
	max-width:100%;
	height:auto;
	border-radius: 8px;
}

.p-related-card-ttl {
	grid-row:2;
	font-size: 2.4rem;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	padding-left: 1.3em;
}

.p-related-card-ttl::before {
	content: '→';
	position: absolute;
	top: 0; left: 0;
}

.p-related-card-txt {
	grid-row:3;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 601px) and (max-width: 959px) {
	.p-related-card-wrap {
		gap: 10px;
	}

	.p-related-card-block {
		padding-right: 10px;
		padding-left: 10px;
	}

	.p-related-card-img {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.p-related-card-wrap {
		grid-template-columns: repeat(1, 1fr);
	}

	.p-related-card-list {
		margin-bottom: 0;
	}
}


/* .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;
		
	}
}
