@charset "utf-8";

/* 共通
-------------------------------------------------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.4
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

h2 {
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 1rem;
}

h3 {
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 1rem;
}
.area-merit h3:first-letter,
.area-feature h3:first-letter {
	font-size: 1.5em;
	color: #A22124;
}
p{
	margin-bottom: 1rem;
}
.sp {
	display: block;
}

.pc {
	display: none;
}
.caption {
	font-size: 12px;
	word-break: break-all;
}
.underline {
	background: linear-gradient(transparent 50%, #f5cdce 50%);
}
@media (hover: hover) {
	a {
		transition: opacity .2s linear;
	}
	a:hover {
		cursor: pointer;
		opacity: .7;
	}
}

.wrapper {
	margin: 0 auto;
	min-width: 100%;
	overflow: hidden;
	width: 100%;
}


/* ヘッダー
-------------------------------------------------- */

header {
	background: #f2f2f2;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}

.header-wrap {
	height: 50px;
	transition: .5s;
}

.header-wrap-logo {
	padding: 5px 0 0 14px;
}

.header-wrap-logo img {
	height: auto;
	max-width: 100%;
	width: 134px;
}

.header-wrap-link {
	display: none;
}


/* ボタン
-------------------------------------------------- */

.btn a {
	display: block;
	width: 80%;
	border-radius: 5px;
	background: #B60005;
	color: #fff!important;
	font-weight: 500;
	text-align: center;
	padding: 19px 20px;
	margin: 0 auto;
	text-decoration: none;
	position: relative;
}

.btn a:after {
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: -6px 0 0 0;
	border-color: #fff;
	border-style: solid;
	border-width: 0 3px 3px 0;
	transform: rotate(-45deg);
}


/* メインビジュアル
-------------------------------------------------- */

.area-main {
	background: url(/22/img/pm_zk/mv_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0 25px;
}

.area-main-top {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
}

.area-main-top h1 {
	padding: 1rem 0 3rem;
}

.area-main-top div {
	padding: 0 0 1rem;
}

.area-main-bottom {
	width: 100%;
	margin: 0 auto 25px;
	padding: 1rem 0 1rem;
	background-color: rgba(255, 255, 255, 0.7);
}

.area-main-bottom img {
	width: 50%;
	margin: 0 auto;
}

@keyframes shiny {
	0% {
		left: -20%;
	}
	10% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}

.shiny-btn {
	position: relative;
	display: block;
	max-width: 80%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #2124a2;
	overflow: hidden;
	border-radius: 5px;
	font-weight: bold;
	padding: 19px 20px;
	margin: 0 auto;
}

.shiny-btn::after {
	content: '';
	position: absolute;
	top: -10%;
	left: -20%;
	width: 40px;
	height: 100%;
	transform: scale(2) rotate(20deg);
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
	/* アニメーション */
	animation-name: shiny;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.shiny-btn span::after {
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: -6px 0 0 0;
	border-color: #fff;
	border-style: solid;
	border-width: 0 3px 3px 0;
	transform: rotate(-45deg);
}


/* プロセスマイニングとは？
-------------------------------------------------- */

.area-reason {
	background: url(/22/img/pm_zk/bg-area-reason.png) center top no-repeat;
	background-size: cover;
	padding: 22px 0 40px;
}

.area-reason h2 {
	color: #222;
	font-size: 23px;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}

.area-reason h2 span {
	color: #b60005;
	font-size: 30px;
}

.area-reason-text {
	padding: 10px 4% 10px;
}

.area-reason-text p {
	margin-bottom: 1rem;
}

.area-reason-text p {
	margin-bottom: 1rem;
}


/* 商材選択
-------------------------------------------------- */

.area-select2 {
	padding: 10px 4% 50px;
}

.item-box {
	width: 90%;
	margin: 1rem auto;
	background: #fff;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	padding: 20px 15px 30px 15px;
}

.item-box ul {
	margin-bottom: 1.5rem;
}

.item-box li {
	list-style-type: disc;
	margin-left: 1.2em;
	margin-bottom: 2px;
}

.item-box img {
	display: block;
	margin: 0 auto 1rem;
}


/* 活用のメリット
-------------------------------------------------- */

.area-merit {
	padding: 25px 4% 25px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(242, 242, 242, 1));
	/* margin-bottom: 50px; */
}

.area-merit-box {
	margin: 1rem 0;
	font-size: 13px;
	line-height: 1.7;
}

.area-merit-block {
	display: flex;
	flex-direction: column;
	justify-content: start;
}

.item1 {
	order: 2;
}

.item2 {
	order: 1;
}


/* HeartCore myInvenio_logo
-------------------------------------------------- */

.logo {
	padding: 0 4% 25px;
}

.logo h2 {
	margin: 0 auto;
	text-align: center;
}

.logo h2 span {
	display: block;
	margin: 0 auto;
}

.logo .font-l {
	position: relative;
	margin-bottom: 2rem;
}

.logo .font-l:before {
	position: absolute;
	bottom: -15px;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #A22124;
}

.logo .font-s {
	font-size: 13px;
	font-weight: normal;
}


/* HeartCore myInvenioとは
-------------------------------------------------- */

.area-about {
	width: 100%;
	height: 100%;
	background: #A22124;
	margin-bottom: 25px;
}

.logo-area {
	background: #fff;
}

.logo-area img {
	max-width: 90%;
	margin: 0 auto;
	padding: 1rem 0;
}

.area-about-inner {
	padding: 40px 4%;
}

.area-about-block {
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
}

.area-about-block-text {
	text-align: left;
}


/* HeartCore myInvenio の特徴
-------------------------------------------------- */

.area-feature {
	padding: 0 4% 50px;
}

.area-feature-box {
	margin: 1rem 0;
	font-size: 13px;
	line-height: 1.7;
}

.area-feature-block {
	display: flex;
	flex-direction: column;
	justify-content: start;
}


/* CV-1/CV-2
-------------------------------------------------- */

.area-cv {
	background: url(/22/img/pm_zk/bg-area-cv_new.jpg) no-repeat top center;
	background-size: cover;
	padding: 26px 0 30px;
}

.area-cv-text {
	color: #2c2d2d;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}

.area-cv-btn {
	margin: 0 auto;
	max-width: 301px;
	width: 80.2666666667%;
}

.area-cv-btn a {
	display: block;
}

.cv-1 {
	margin-bottom: 50px;
}
.cv-logo-area{
	padding: 25px 0;
	margin-bottom: 25px;
	background-color: rgba(255, 255, 255, 0.7);
}
.cv-logo-area img{
	width: 70%;
	margin: 0 auto;
}

/* 導入事例
-------------------------------------------------- */

.area-case {
	background: #fff;
	padding: 10px 4% 50px;
}

.area-case h2 {
	margin: 0 0 0 -10px;
}

.area-case h2 img {
	margin: 0;
	width: 100%;
}

.area-case-block {
	margin: 0 0 10px;
}

.area-case-block:last-of-type {
	margin: 0 auto;
}

.area-case-block-head img {
	margin: 0 0 4px;
}

.area-case-block.case-jal .area-case-block-head img {
	width: 316px;
}

.area-case-block.case-seiburailway .area-case-block-head img {
	width: 151px;
}

.area-case-block.case-tokyu .area-case-block-head img {
	width: 213px;
}

.area-case-block-head h3 {
	background: #222;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	margin: 0 0 6px;
	padding: 8px;
}

.area-case-block-head div {
	color: #222;
	font-size: 22px;
	line-height: 1.6;
	margin: 0 0 10px;
	padding: 16px 20px;
	position: relative;
}

.area-case-block-head div::before {
	background: url(/22/img/pm_zk/ico-area-case-brackets-open.png);
	background-size: 36px 37px;
	content: "";
	display: block;
	height: 37px;
	left: 0;
	position: absolute;
	top: 0;
	width: 36px;
}

.area-case-block-head div::after {
	background: url(/22/img/pm_zk/ico-area-case-brackets-close.png);
	background-size: 36px 37px;
	bottom: 0;
	content: "";
	display: block;
	height: 37px;
	position: absolute;
	right: 0;
	width: 36px;
}

.area-case-block-image {
	margin: 0 0 10px;
}

.area-case-block-image img {
	margin: 0;
}

.area-case-block-image div {
	background: #bababa;
	font-size: 12px;
	padding: 2px 0 1px;
	text-align: center;
}

.area-case-block-text-question {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
}

.area-case-block-text-question img {
	max-width: 67px;
	width: 19.3641618497%;
}

.area-case-block-text-question p {
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	color: #222;
	line-height: 1.375;
	max-width: 260px;
	padding: 10px;
	position: relative;
	width: 75.1445086705%;
}

.area-case-block-text-question p::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -5px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 15px 5px 0;
	border-color: transparent #fff transparent transparent;
}

.area-case-block-text-answer {
	font-size: 13px;
	line-height: 1.9;
	margin: 0 auto;
	width: 94.2028985507%;
}

.area-case-block-text-answer-url {
	font-size: 11px;
	line-height: 1.4;
	margin: 10px 0 0;
	word-break: break-all;
}


/* フッター
-------------------------------------------------- */

footer {
	background: #000;
	padding: 20px 0 80px;
}

.footer-logo {
	margin: 0 auto;
	width: 200px;
}

.footer-iso-1 {
	margin: 0 10px 0 0;
	width: 90px;
}

.footer-iso-2 {
	width: 88px;
}


/* SP:固定バナー
-------------------------------------------------- */

.banner-sp {
	bottom: 0;
	display: flex;
	left: 0;
	position: fixed;
	right: 0;
}

.banner-sp a {
	display: block;
	width: auto;
}

/* スクロール フェードイン
-------------------------------------------------- */

.fade-in {
	opacity: 0;
	transition: 2s;
}

.fade-in-up {
	opacity: 0;
	transform: translate(0, 50%);
	transition: 1s;
}

.fade-in.scroll-in {
	opacity: 1;
}

.fade-in-up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

@media screen and (min-width:768px) {
	/* PC */
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	/* PC:ヘッダー
-------------------------------------------------- */
	.header-wrap {
		align-items: center;
		display: flex;
		height: 88px;
		justify-content: space-between;
		margin: 0 auto;
		max-width: 1180px;
		padding: 0 20px;
	}
	.header-wrap-logo {
		padding: 0;
	}
	.header-wrap-logo img {
		width: 230px;
	}
	.header-wrap-link {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	.header-wrap-link-tel {
		align-items: center;
		display: flex;
		font-size: 42px;
		margin: 0 20px 0 0;
	}
	.header-wrap-link-tel::before {
		background: url(/22/img/pm_zk/ico-header-wrap-link-tel.png) no-repeat;
		content: "";
		display: inline-block;
		height: 46px;
		margin: 0 4px 0 0;
		width: 18px;
	}
	.header-wrap-link-inquiry {
		align-items: center;
		background: #1a1a1a;
		color: #fff;
		display: flex;
		font-size: 24px;
		height: 66px;
		justify-content: center;
		text-decoration: none;
		width: 270px;
	}
	/* PC:ボタン
-------------------------------------------------- */
	.btn a {
		display: block;
		min-width: 300px;
		border-radius: 5px;
		background: #B60005;
		color: #fff;
		font-weight: 500;
		text-align: center;
		padding: 19px 20px;
		margin-bottom: 20px;
	}
	/* PC:メインビジュアル
-------------------------------------------------- */
	.area-main {
		background: url(/22/img/pm_zk/mv_bg.jpg) center top no-repeat;
		background-size: cover;
		padding: 88px 0 22px;
	}
	.area-main-top {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		max-width: 1100px;
		margin: 0 auto;
		padding: 5rem 0 1rem;
	}
	.area-main-bottom {
		width: 100%;
		padding: 1rem 0;
		background-color: rgba(255, 255, 255, 0.7);
		margin-bottom: 22px;
	}
	.area-main-bottom img {
		width: 300px;
		margin: 0 auto;
	}
	.area-main-top h1 {
		padding: 0;
	}
	.area-main-top div {
		padding: 0;
	}
	.area-main .btn a {
		max-width: 300px;
		margin-bottom: 0;
	}
	.shiny-btn {
		max-width: 25%;
	}
	/* PC:プロセスマイニングとは？
-------------------------------------------------- */
	.area-reason {
		background: url(/22/img/pm_zk/bg-area-reason-pc.png) center top no-repeat;
		background-size: cover;
		padding: 60px 0 60px;
	}
	.area-reason h2 {
		font-size: 45px;
		margin: 0 0 70px;
	}
	.area-reason h2 span {
		font-size: 60px;
	}
	.area-reason p {
		font-size: 24px;
		line-height: 1.5;
		margin: 0 0 40px;
	}
	.area-reason p:last-of-type {
		margin-bottom: 0;
	}
	.area-reason-text {
		max-width: 1220px;
		margin: 0 auto;
	}
	/* PC:商材選択
-------------------------------------------------- */
	.area-select2 {
		margin: 0 auto;
		padding: 50px 0 100px;
	}
	.item-box-wrapper {
		display: flex;
		justify-content: space-between;
		max-width: 1100px;
		margin: 0 auto;
	}
	.item-box {
		width: 43%;
		max-width: 550px;
		padding: 30px 30px 50px 30px;
	}
	.item-box h2 {
		font-size: 35px;
	}
	.item-box h3 {
		font-size: 30px;
	}
	.item-box li {
		font-size: 21px;
	}
	/* PC:活用のメリット
-------------------------------------------------- */
	.area-merit h2 {
		box-sizing: border-box;
		margin: 0 auto 60px;
		max-width: 1100px;
		padding: 0;
	}
	.area-merit h3 {
		font-size: 30px;
	}
	.area-merit-block {
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 1100px;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.area-merit-box {
		width: 43%;
		max-width: 550px;
		padding: 30px 30px 50px 30px;
		font-size: 21px;
	}
	.item1 {
		order: 1;
	}
	.item2 {
		order: 2;
	}
	/* PC:HeartCore myInvenio_logo
-------------------------------------------------- */
	.logo {
		padding: 50px 0 50px;
	}
	.logo h2 {
		max-width: 1000px;
		margin: 0 auto;
	}
	.logo .font-l:before {
		position: absolute;
		bottom: -15px;
		left: calc(50% - 50px);
		width: 100px;
		height: 5px;
		content: '';
		border-radius: 3px;
		background: #A22124;
	}
	.logo .font-l {
		font-size: 30px;
		margin-bottom: 2rem;
	}
	.logo .font-s {
		font-size: 21px;
	}
	.logo img{
		display: block;
		margin: 0 auto;
		max-width: 1100px;
		padding: 0;
	}
	/* PC:HeartCore myInvenioとは
-------------------------------------------------- */
	.area-about-inner {
		margin: 0 auto;
		max-width: 1000px;
		margin-bottom: 100px;
	}
	.logo-area {
		margin-bottom: 25px;
	}
	.logo-area img {
		max-width: 800px;
		margin: 0 auto;
		padding: 2rem 0;
	}
	.area-about-block {
		font-size: 21px;
	}
	.area-about-block h3 {
		font-size: 30px;
	}
	.area-about-block-text p:last-child{
		margin-bottom: 0;
	}
	/* PC:HeartCore myInvenio の特徴
-------------------------------------------------- */
	.area-feature h2 {
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 1100px;
		padding: 0;
	}
	.area-feature h3 {
		font-size: 30px;
	}
	.area-feature-block {
		background: #fff;
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 1100px;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.area-feature-box {
		width: 43%;
		max-width: 550px;
		padding: 30px 30px 50px 30px;
		font-size: 21px;
	}
	.item1 {
		order: 1;
	}
	.item2 {
		order: 2;
	}

	/* PC:導入事例
-------------------------------------------------- */
	.area-case {
		background: #fff;
		padding: 0 0 100px;
	}
	.area-case-inner {
		margin: 0 auto;
	}
	.area-case h2 img {
		margin: 0 auto;
		max-width: 1100px;
	}
	.area-case-block {
		margin: 0 auto 50px;
		padding: 50px 0 0;
		position: relative;
		width: 100%;
	}
	.area-case-block-image {
		width: 100%;
	}
	.area-case-block-image img {
		margin: 0 auto;
		max-width: 1100px;
		width: 100%;
	}
	.area-case-block-text-answer-url {
		text-align: center;
		;
	}

	/* PC:CV-1/CV-2
-------------------------------------------------- */
	.area-cv {
		padding: 50px 0;
	}
	.area-cv-text {
		font-size: 36px;
		margin-bottom: 40px;
	}
	.area-cv-btn {
		max-width: 426px;
		width: 100%;
	}
	.cv-logo-area img{
		width: 500px;
		margin: 0 auto;
	}

	/* PC:フッター
-------------------------------------------------- */
	footer {
		padding: 40px 0;
	}
	.footer-wrap {
		justify-content: center;
	}
	.footer-logo {
		margin: 0 auto;
		width: 322px;
	}

	/* PC:フローティングバナー
-------------------------------------------------- */
	.banner-sp {
		display: none;
	}
	.banner-pc.is-floating {
		bottom: 10px;
		right: 0;
		display: block;
		position: fixed;
		transform: translateX(100%);
		transition: all 0.3s ease 0s;
		z-index: 999;
	}
	.banner-pc.is-floating a {
		display: block;
		padding: 50px 0;
	}
	/* transform: translateX(0); で、画面外のフローティングバナーを画面内に戻す*/
	.is-in .is-floating {
		transform: translateX(-10px);
	}
}

