@charset "utf-8";

/* ===== reset ===== */
html {
	min-width: 320px;
}

.Section {
    padding: 0;
}

#PopUpContainer {
    min-width: 0;
}

#PopUpContents {
	padding: 0;
}

#eventLayout {
	font-size: 16px;
	color: #333333;
}

#eventLayout *,
#eventLayout *::before,
#eventLayout *::after {
	box-sizing: border-box;
}

* {
	line-height: 1.6;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}
/* ===== /reset ===== */


/* ===== layout ===== */
#eventLayout {
	overflow: hidden;
}
#eventLayout > section {
	position: relative;
	display: block;
	padding: 0 0 100px;
	overflow: hidden;
}
#eventLayout > section:nth-child(odd) {
	background-color: #f5f5f5;
}
#eventLayout > section:nth-child(even) {
	background-color: #ECEEF1;
}

#eventLayout .secInner {
	display: block;
	max-width: 1305px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#eventLayout h2 {
	background: #193498;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 15px;
	margin: 100px 0 0;
}
#eventLayout h2,
#eventLayout h2 * {
	line-height: 1.1;
	font-size: 58px;
}
#eventLayout h2 * {
    padding: 0;
    color: #ffffff;
    background-color: transparent;
}
@media screen and ( max-width: 820px ) {
	#eventLayout h2,
	#eventLayout h2 * {
		font-size: 7vw;
	}
}
@media screen and ( max-width: 600px ) {
	#eventLayout h2 {
		margin: 60px 0 0;
	}
}
#eventLayout [class^="sectionBG"] + h2,
#eventLayout h2:first-child {
	margin: 0;
}
#eventLayout h2 span.h2dev {
	position: relative;
	bottom: 3px;
	display: inline-block;
	padding: 8px 10px 6px;
	margin: 0 10px;
	background: #f5f5f5;
	color: #193498;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
}

#eventLayout h3 {
	font-size: 36px;
	font-weight: normal;
	color: rgba(51,51,51,1);
	margin: 100px 0 30px;
}
#eventLayout h3 > em {
	position: relative;
	display: block;
	border-color: #193498;
	border-style: solid;
	border-width: 3px 0;
	padding: 0.36em 0 0.18em;
	font-style: normal;
}
#eventLayout h3,
#eventLayout h3 * {
	line-height: 1.1;
}
@media screen and ( max-width: 600px ) {
	#eventLayout h3 {
		text-align: center;
		font-size: 24px;
		margin: 40px 0 20px;
	}
}

#eventLayout .secInner > :first-child {
	margin-top: 50px!important;
}

#eventLayout .secInner > h3:first-child {
	margin-top: 30px!important;
}

#eventLayout .secInner:first-child {
	padding-top: 50px!important;
}

#eventLayout .secInner:first-child > :first-child {
	margin-top: 0px!important;
}
/* ===== /layout ===== */


/* ===== elements ===== */
#eventLayout #main .secInner {
	position: relative;
	height: 100%;
	padding: 0 15px!important;
}
#eventLayout #main {
	position: relative;
	padding: 0!important;
	background: #193498;
	height: 600px;
	min-height: 476px;
	max-height: calc( 100vh - 150px );
	background: url("/image/jp/products/advanced/mi/lp/event01/mv.jpg") no-repeat center;
	background-size: cover;
}
@media screen and ( max-width: 1305px ) {
	#eventLayout #main {
		height: calc( 100vw * 600 / 1305 );
	}
}
@media screen and ( max-width: 600px ) {
	#eventLayout #main {
		background-position: right 33% center;
	}
}
#eventLayout #main h1 {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 70%;
	padding: 0 30px;
	margin: 0!important;
}
@media screen and ( max-width: 1200px ) {
	#eventLayout #main h1 {
		top: 4vw;
	}
}
@media screen and ( min-width: 601px ) and ( max-height: 680px) {
	#eventLayout #main h1 {
		top: 30px;
	}
}
@media screen and ( max-width: 600px ) {
	#eventLayout #main h1 {
		top: 0;
		justify-content: center;
	}
}
#eventLayout #main h1 > strong {
	position: relative;
	top: 0%;
	opacity: 1;
	transition-property: opacity,top;
	transition-duration: 600ms;
	transition-timing-function: ease-out;
}
#eventLayout #main h1 > strong:nth-of-type(1) {
	transition-delay: 400ms;
}
#eventLayout #main h1 > strong:nth-of-type(2) {
	transition-delay: 600ms;
}
#eventLayout #main.init h1 > strong {
	top: 18%;
	opacity: 0;
}
#eventLayout #main h1 > span > span {
	position: relative;
	top: 0%;
	opacity: 1;
	transition-property: opacity,top;
	transition-duration: 600ms;
	transition-delay: 200ms;
	transition-timing-function: ease-out;
}
#eventLayout #main.init h1 > span > span {
	top: 100%;
	opacity: 0;
}
#eventLayout #main h1 img {
	max-width: 100%;
	max-height: 100%;
}
#eventLayout #main p {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 30%;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 800ms;
	transition-delay: 2000ms;
	transition-timing-function: ease-out;
}
@media screen and ( max-width: 1200px ) {
	#eventLayout #main p {
		bottom: 4vw;
	}
}
@media screen and ( min-width: 601px ) and ( max-height: 680px) {
	#eventLayout #main p {
		bottom: 30px;
	}
}
@media screen and ( max-width: 600px ) {
	#eventLayout #main p {
		bottom: 0;
		align-items: center;
	}
}
#eventLayout #main.init p {
	opacity: 0;
}
@media screen and ( max-width: 600px ) {
	#eventLayout #main h1 {
		padding: 0 15px;
	}
}

#eventLayout .mainTask {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#eventLayout .mainTask > dt {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
}
#eventLayout .mainTask > dt::before,
#eventLayout .mainTask > dt::after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border-style: solid;
	border-color: #333333 transparent transparent;
	border-width: 2.5em 2px 0;
	transform-origin: center bottom;
}
#eventLayout .mainTask > dt::before {
	left: calc( 50% - 4.7em );
	transform: rotate(-22.5deg);
}
#eventLayout .mainTask > dt::after {
	right: calc( 50% - 4.7em );
	transform: rotate(22.5deg);
}
@media screen and ( min-width: 500px ) {
	#eventLayout .mainTask > dt > br {
		display: none;
	}
	#eventLayout .mainTask > dt::before,
	#eventLayout .mainTask > dt::after {
		border-width: 1.5em 2px 0;
	}
	#eventLayout .mainTask > dt::before {
		left: calc( 50% - 8.7em );
	}
	#eventLayout .mainTask > dt::after {
		right: calc( 50% - 8.7em );
	}
}
#eventLayout .mainTask > dd {
	position: relative;
	width: 31%;
	padding: 20px 30px;
	margin: 0 0 185px;
	border: #333333 solid 1px;
	border-radius: 20px;
	background: #f5f5f5;
	font-size: 28px;
	font-weight: bold;
	color: #B1000E;
	line-height: 1.2;
}
#eventLayout .mainTask > dd span {
	line-height: 1.2;
}
#eventLayout .mainTask > dd::after {
	content: "";
	position: absolute;
	left: calc( 50% - 15px );
	bottom: -16px;
	display: block;
	width: 30px;
	height: 30px;
	border: #333333 solid;
	border-width: 0 1px 1px 0;
	background: #f5f5f5;
	transform-origin: center;
	transform: rotate(45deg);
}
#eventLayout .mainTask > dd::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -135px;
	display: block;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 100%;
}
#eventLayout .mainTask > dd:nth-child(2)::before {
	width: 82px;
	margin-left: -41px;
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person01.png");
}
#eventLayout .mainTask > dd:nth-child(3)::before {
	width: 71px;
	margin-left: -35.5px;
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person02.png");
}
#eventLayout .mainTask > dd:nth-child(4)::before {
	width: 81px;
	margin-left: -40.5px;
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person03.png");
}
@media screen and ( max-width: 920px ) {
	#eventLayout .mainTask > dd {
		padding: 15px 15px;
		font-size: 22px;
	}
}
@media screen and ( max-width: 600px ) {
	#eventLayout .mainTask > dd {
		width: 100%;
		margin: 0 0 165px;
	}
}



#eventLayout .mainSolution {
	text-align: center;
}
#eventLayout .mainSolution > strong {
	display: inline-block;
	padding: 10px 40px 5px 40px;
	background: #193498;
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
}
#eventLayout .mainSolution > strong span {
	line-height: 48px;
}
#eventLayout .mainSolution > strong > span:last-child {
	margin-right: -25px;
}
#eventLayout .mainSolution > strong span.mi {
	font-size: 72px;
	line-height: 1;
	margin: 0 10px;
}
@media screen and ( max-width: 920px ) {
	#eventLayout .mainSolution > strong {
		width: 100%;
		padding: 10px 0px 5px 0px;
		font-size: 36px;
	}
	#eventLayout .mainSolution > strong span {
		line-height: 36px;
	}
	#eventLayout .mainSolution > strong > span:last-child {
		margin-right: -15px;
	}
	#eventLayout .mainSolution > strong span.mi {
		font-size: 48px;
	}
}


#eventLayout .aboutMI {
	max-width: 900px;
	padding: 30px 0 20px;
	margin: 0 auto;
	background: #ECEEF1;
}
#eventLayout .aboutMI > dt {
	padding: 0 0 30px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #193498;
}
#eventLayout .aboutMI > dt > strong {
	color: #193498;
}
#eventLayout .aboutMI > dd {
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	word-break: keep-all;
	white-space: nowrap;
}
#eventLayout .aboutMI-brSP {
	display: none;
}
@media screen and ( max-width: 700px ) {
	#eventLayout .aboutMI {
		max-width: 380px;
		padding: 20px 0 20px;
	}
	#eventLayout .aboutMI > dt {
		padding: 0 0 20px;
		font-size: 16px;
	}
	#eventLayout .aboutMI > dt > strong {
		font-size: 36px;
		color: #193498;
	}
	#eventLayout .aboutMI > dd {
		font-size: 16px;
		line-height: 2;
	}
	#eventLayout .aboutMI-brPC {
		display: none;
	}
	#eventLayout .aboutMI-brSP {
		display: inline;
	}
}
@media screen and ( max-width: 370px ) {
	#eventLayout .aboutMI > dd {
		font-size: 14px;
	}
}


#eventLayout .detailMI {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
#eventLayout .detailMI > div {
	width: calc( 100% - 600px );
	min-width: 40%;
	order: 2;
}
#eventLayout .detailMI > div > p {
	padding-left: 20px;
}
#eventLayout .detailMI > figure {
	width: 600px;
	max-width: 60%;
	order: 1;
}
@media screen and ( max-width: 800px ) {
	#eventLayout .detailMI {
		display: block;
	}
	#eventLayout .detailMI > div,
	#eventLayout .detailMI > figure {
		width: auto;
	}
	#eventLayout .detailMI > figure {
		max-width: none;
		text-align: center;
	}
}
@media screen and ( max-width: 640px ) {
	#eventLayout .detailMI {
		margin-top: 30px;
	}
}

#eventLayout p.diffMI_intro {
	max-width: 900px;
	margin: 0 auto 30px;
}

#eventLayout .diffMI {
	max-width: 770px;
	margin: 0 auto;
}

#eventLayout .diffMI > div {
	display: flex;
	justify-content: space-between;
}
#eventLayout .diffMI > div > p {
	width: 300px;
	padding: 75px 0 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 70px;
}
#eventLayout .diffMI > div > p:nth-child(1) {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/vs_before.png");
}
#eventLayout .diffMI > div > p:nth-child(2) {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/vs_after.png");
}
#eventLayout .diffMI > dl {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#eventLayout .diffMI > dl > dt {
	order: 2;
}
#eventLayout .diffMI > dl > dd:nth-child(2) {
	order: 1;
}
#eventLayout .diffMI > dl > dd:nth-child(3) {
	order: 3;
}
#eventLayout .diffMI > dl > dt {
	width: 150px;
}
#eventLayout .diffMI > dl > dt > span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0px;
	background: #112B8D;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#eventLayout .diffMI > dl > dt > span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -40px;
	display: block;
	overflow: hidden;
	border-style: solid;
	border-color: #112B8D transparent transparent;
	border-width: 40px 75px 0;
}
#eventLayout .diffMI > dl > dd {
	width: calc( 50% - 90px );
}
#eventLayout .diffMI > dl > dd > span {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	background: #f5f5f5;
	font-size: 16px;
	border: #707070 solid 1px;
	text-align: center;
}
#eventLayout .diffMI > dl > dt > span {
	min-height: 80px;
	margin: 20px 0 0;
}
#eventLayout .diffMI > dl > dt > span + span {
	margin: 60px 0 0;
}
#eventLayout .diffMI > dl > dd > span {
	min-height: 120px;
	margin: 20px 0 0;
}
#eventLayout .diffMI > dl > dd > span.bg_aqua + span.bg_aqua {
	margin: 0px 0 0;
	padding-top: 20px;
	min-height: 140px;
}
#eventLayout .diffMI > dl.diffMI_first {
	margin: 20px 0 0;
}
#eventLayout .diffMI > dl.diffMI_first > dt > span,
#eventLayout .diffMI > dl.diffMI_first > dd > span {
	height: 100%;
	min-height: 80px;
	margin: 0;
}
#eventLayout .diffMI > dl.diffMI_first > dt > span {
	padding: 0;
}
#eventLayout .diffMI > dl.diffMI_first > dt > span::after {
	display: none;
}
#eventLayout .diffMI .fc_aqua {
	color: #4280CF;
}
#eventLayout .diffMI .bg_gray {
	background: #E4E6EB;
}
#eventLayout .diffMI .bg_aqua {
	border: none;
	background: #538CD5;
	color: #ffffff;
	font-weight: bold;
}
#eventLayout .diffMI > dl > dd > span > em {
	display: none;
}
@media screen and ( max-width: 600px ) {
	#eventLayout .diffMI > div {
		display: block;
	}
	#eventLayout .diffMI > div > p {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 290px;
		height: 130px;
		padding: 0 0 0 110px;
		margin: 0 auto;
		text-align: center;
		background-position: left center;
		background-size: 100px auto;
	}
	#eventLayout .diffMI > div > p:first-child::after {
		content: "";
		position: absolute;
		left: 95px;
		bottom: -30px;
		border-style: solid;
		border-color: #193498 transparent transparent;
		border-width: 30px 50px 0;
	}
	#eventLayout .diffMI > div > p:first-child {
		margin-bottom: 20px;
	}

	#eventLayout .diffMI > dl {
		display: block;
	}
	#eventLayout .diffMI > dl > dt {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: auto;
		height: 60px;
		padding: 0 10px;
		margin-bottom: 10px;
		background: #112B8D;
	}
	#eventLayout .diffMI > dl > dt > span {
		display: inline;
		padding: 0;
        margin-top: 0!important;
		background: transparent;
		color: #ffffff;
		text-align: left;
		min-height: auto;
	}
	#eventLayout .diffMI > dl > dt > span + span::before {
		content: "・";
	}
	#eventLayout .diffMI > dl > dt > span::after {
		content: none;
	}
	#eventLayout .diffMI > dl > dd {
		position: relative;
		width: auto;
		margin-left: 90px;
		margin-bottom: 50px;
	}
	#eventLayout .diffMI > dl:last-child > dd:last-child {
		margin-bottom: 0px;
	}
	#eventLayout .diffMI > dl > dd::before {
		position: absolute;
		left: -90px;
		width: 70px;
		padding: 70px 0 0;
		text-align: center;
		font-size: 14px;
		background-repeat: no-repeat;
		background-size: 70px auto;
	}
	#eventLayout .diffMI > dl > dd:nth-child(2)::before {
		content: "【従来】";
		background-image: url("/image/jp/products/advanced/mi/lp/event01/vs_before.png");
	}
	#eventLayout .diffMI > dl > dd:nth-child(3)::before {
		content: "【MI】";
		background-image: url("/image/jp/products/advanced/mi/lp/event01/vs_after.png");
	}
	#eventLayout .diffMI > dl > dd:nth-child(2)::after {
		content: "";
		position: absolute;
		left: calc( 50% - 50px );
		bottom: -40px;
		border-style: solid;
		border-color: #193498 transparent transparent;
		border-width: 30px 50px 0;
	}
	#eventLayout .diffMI > dl > dd > span {
		display: block;
		justify-content: center;
		align-items: center;
		min-height: auto;
		padding: 10px 5px;
		background: #f5f5f5;
		font-size: 16px;
		border: #707070 solid 1px;
		text-align: center;
	}
	#eventLayout .diffMI > dl > dt > span,
	#eventLayout .diffMI > dl > dd > span {
		margin: 0;
		text-align: left;
	}
	#eventLayout .diffMI > dl > dd > span + span {
		margin: 10px 0 0;
	}
	#eventLayout .diffMI > dl > dd > span.bg_aqua + span.bg_aqua {
		margin: 0px 0 0;
		padding-top: 0px;
		min-height: auto;
	}
	#eventLayout .diffMI > dl.diffMI_first {
		margin: 20px 0 0;
	}
	#eventLayout .diffMI > dl.diffMI_first > dt > span {
		height: auto;
		min-height: 0;
	}
	#eventLayout .diffMI > dl.diffMI_first > dt > span {
		padding: 0;
	}
	#eventLayout .diffMI > dl.diffMI_first > dt > span::after {
		display: none;
	}
	#eventLayout .diffMI > dl > dd > span > em {
		display: block;
		width: 5em;
		padding: 3px 0 1px;
		margin: -5px 0 5px;
		text-align: center;
		background: #112B8D;
		color: #f5f5f5;
		font-weight: bold;
		font-size: 16px;
		font-style: normal;
	}
}


#eventLayout .introduceMI dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#eventLayout .introduceMI dl > * {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc( 50% - 10px );
	min-height: 100px;
	padding: 10px 15px;
	margin: 20px 0 0;
	background: #f5f5f5;
	font-size: 24px;
}
#eventLayout .introduceMI dl > dd {
	color: #193498;
}
#eventLayout .introduceMI dl > *:first-of-type {
	justify-content: center;
	height: 180px;
	padding: 0 0 100px;
	margin: 0;
	background-color: #193498;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #ffffff;
	font-weight: bold;
}
#eventLayout .introduceMI dl > dt:first-of-type {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/introduce_girl.png");
	background-position: left calc( 50% + 2px) bottom 10px;
}
#eventLayout .introduceMI dl > dd:first-of-type {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/introduce_op.png");
	background-position: center bottom 10px;
}
#eventLayout .introduceMI dl > *:first-of-type > strong {
	position: absolute;
	left: calc( 50% - 100px );
	top: 70px;
	display: block;
	width: 200px;
	padding: 11px 0 9px;
	text-align: center;
	background: #ECEEF1;
	color: #193498;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#eventLayout .introduceMI dl > *:first-of-type > strong > span {
	position: relative;
	line-height: 20px;
	z-index: 1;
}
#eventLayout .introduceMI dl > dd:first-of-type > strong::after {
	content: "";
	position: absolute;
	right: -32px;
	top: calc( 50% - 37.5px );
	display: block;
	overflow: hidden;
	border-style: solid;
	border-color: transparent transparent transparent #ECEEF1;
	border-width: 37.5px 0 37.5px 59px;
}
#eventLayout .introduceMI dl > *:first-of-type > strong br {
	display: none;
}
@media screen and ( max-width: 800px ) {
	#eventLayout .introduceMI dl > *:first-of-type > strong {
		left: calc( 50% - 50px );
		top: 60px;
		width: auto;
		padding: 8px 0 8px 10px;
		font-size: 16px;
	}
	#eventLayout .introduceMI dl > dd:first-of-type > strong::after {
		right: -39px;
		top: calc( 50% - 50px );
		border-width: 49.5px 0 49.5px 59px;
	}
	#eventLayout .introduceMI dl > *:first-of-type > strong br {
		display: inline;
	}
}
@media screen and ( max-width: 600px ) {
	#eventLayout .introduceMI dl {
		width: auto;
		margin: 0 -15px;
	}
	#eventLayout .introduceMI dl > * {
		width: calc( 100% - 30px );
		min-height: auto;
		padding: 10px 15px;
		margin: 10px 0 0;
		font-size: 16px;
	}
	#eventLayout .introduceMI dl > dt:nth-of-type(n+2), #eventLayout .introduceMI dl > dd:nth-of-type(n+2) {
		font-weight: bold;
	}
	#eventLayout .introduceMI dl > dd {
		margin-left: auto;
	}
	#eventLayout .introduceMI dl > *:first-of-type {
		justify-content: center;
		width: 145px;
		height: 160px;
		padding: 100px 0 0;
		margin: 0;
		background-size: auto 80px;
	}
	#eventLayout .introduceMI dl > dt:first-of-type {
		padding-right: 70px;
		margin-left: auto;
		background-position: left 10px top 10px;
	}
	#eventLayout .introduceMI dl > dd:first-of-type {
		padding-left: 50px;
		margin-right: auto;
		background-position: right 10px top 10px;
	}
	#eventLayout .introduceMI dl > *:first-of-type > strong {
		left: calc( 50% - 67px );
		top: 60px;
	}
}

#eventLayout .introduceMI > p {
	margin-top: 50px;
	text-align: center;
}
@media screen and ( max-width: 600px ) {
	#eventLayout .introduceMI > p {
		margin-top: 30px;
	}
}

#eventLayout .serviceSummary {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 20px;
}
#eventLayout .serviceSummary > dl {
	background-color: #f5f5f5;
	width: calc( 50% - 10px );
	padding: 15px;
	border: #333333 solid 1px;
}
#eventLayout .serviceSummary > dl > dt {
	margin-bottom: 15px;
	line-height: 1.1;
	font-size: 24px;
	font-weight: bold;
	color: #193498;
}
#eventLayout .serviceSummary > dl > dt > br {
	display: none;
}
#eventLayout .serviceSummary > dl > dd{
	word-break: keep-all;
	white-space: nowrap;
}
#eventLayout .serviceSummary > dl > dd:last-child{
	text-align: right;
}
#eventLayout .serviceSummary > dl > dd::before {
	content: "✓ ";
}
#eventLayout .serviceSummary > dl > dd:last-child::before {
	content: none;
}
@media screen and ( max-width: 840px ) {
	#eventLayout .serviceSummary > dl > dt > br {
		display: inline;
	}
}
@media screen and ( max-width: 700px ) {
	#eventLayout .serviceSummary > dl > dt > br {
		display: none;
	}
	#eventLayout .serviceSummary > dl {
		width: 100%;
		margin-bottom: 15px;
	}
}
@media screen and ( max-width: 430px ) {
	#eventLayout .serviceSummary > dl > dt > br {
		display: inline;
	}
}
@media screen and ( max-width: 350px ) {
	#eventLayout .serviceSummary > dl > dd {
		font-size: 15px;
	}
}

#eventLayout .serviceBox01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#eventLayout .serviceBox01 + .serviceBox01 {
	margin-top: 20px;
}
#eventLayout .serviceBox01 > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#eventLayout .serviceBox01 > figure {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 630px;
	max-width: calc( 100% - 520px );
	margin: 0;
}
#eventLayout .serviceBox01 > figure > figcaption {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
#eventLayout .serviceBox01 > figure > figcaption ~ img {
	width: calc( 50% - 5px );
}
#eventLayout .serviceBox01 > div {
	width: calc( 100% - 650px );
	min-width: 500px;
}
#eventLayout .serviceBox01 ul > li {
	font-size: 24px;
	text-indent: -1.4em;
	padding-left: 1.4em;
	line-height: 1.1;
	margin-bottom: 5px;
}
#eventLayout .serviceBox01 ul > li::before {
	content: "✓ ";
}
#eventLayout .serviceBox01 ul + p {
	margin-top: 20px;
}
@media screen and ( max-width: 850px ) {
	#eventLayout .serviceBox01 > figure {
		width: 300px;
		max-width: none;
	}
	#eventLayout .serviceBox01 > div {
		width: calc( 100% - 320px );
		min-width: 0;
	}
	#eventLayout .serviceBox01 ul > li {
		font-size: 20px;
	}
	#eventLayout .serviceBox01 > figure > figcaption ~ img {
		width: 100%;
		margin-top: 10px;
	}
}
@media screen and ( max-width: 600px ) {
	#eventLayout .serviceBox01 > figure,
	#eventLayout .serviceBox01 > div {
		display: block;
		width: 100%;
		max-width: none;
		min-width: none;
	}
	#eventLayout .serviceBox01 > figure > img {
		display: block;
		width: 345px!important;
		max-width: 100%!important;
		margin: 0 auto 20px;
	}
	#eventLayout .serviceBox01 > figure > figcaption {
	}
}

#eventLayout .trial {
	background-color: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 100%;
	padding: 0 0 40px;
	margin: 30px auto;
	border: #112B8D solid 1px;
}
#eventLayout .trial > h4 {
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background-color: #193498;
}
#eventLayout .trial > h4 > br {
	display: none;
}
#eventLayout .trial > dl {
	width: 260px;
}
@media screen and ( max-width: 900px ) {
	#eventLayout .trial {
		width: 400px;
		max-width: 100%;
	}
	#eventLayout .trial > h4 {
		padding-left: 0px;
		text-align: center;
	}
	#eventLayout .trial > h4 > br {
		display: inline;
	}
	#eventLayout .trial > dl {
		border-top: 1px solid #193498;
		padding: 40px 0;
		width: calc(100% - 40px);
	}
	#eventLayout .trial > dl:first-of-type {
		border-top: none;
		padding-top: 20px;
	}
}
#eventLayout .trial > dl.mono {
	width: 100%;
	padding: 0 30px;
}
@media screen and ( max-width: 900px ) {
	#eventLayout .trial > dl.mono {
		width: 260px;
		padding: 0;
	}
}
#eventLayout .trial > dl > dt {
	padding-top: 110px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #193498;
	background-repeat: no-repeat;
	background-position: center top;
}
#eventLayout .trial > dl:nth-of-type(1) > dt {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/icon_trial_01.png");
}
#eventLayout .trial > dl:nth-of-type(2) > dt {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/icon_trial_02.png");
}
#eventLayout .trial > dl:nth-of-type(3) > dt {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/icon_trial_03.png");
}
#eventLayout .trial > dl > dd {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
#eventLayout .trial > dl > dd::before {
	content: "●";
}
#eventLayout .trial > dl > dd.notes::before {
	content: "※";
}
#eventLayout .trialPR {
	width: 100%;
	margin: 20px 15px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#eventLayout .hint {
	position: relative;
	width: 1000px;
	padding: 20px 40px;
	margin: 50px auto 0;
	background: #188099;
	border-radius: 20px;
	color: #ffffff;
	font-size: 24px;
}
@media screen and ( max-width: 1305px ) {
	#eventLayout .hint {
		margin-right: 150px;
	}
}
@media screen and ( max-width: 1137.5px ) {
	#eventLayout .hint {
		width: auto;
	}
}
#eventLayout .hint::before {
	content: "";
	position: absolute;
	right: -130px;
	top: calc( 50% - 50px );
	display: block;
	width: 88px;
	height: 100px;
	background-size: 100% 100%;
}
#eventLayout > section:nth-child(odd) .hint::before {
	background: url("/image/jp/products/advanced/mi/lp/event01/person_op_w.png") no-repeat;
}
#eventLayout > section:nth-child(even) .hint::before {
	background: url("/image/jp/products/advanced/mi/lp/event01/person_op.png") no-repeat;
}
@media screen and ( max-width: 600px ) {
	#eventLayout > section:nth-child(odd) .hint::before, #eventLayout > section:nth-child(even) .hint::before {
		background-position: center bottom -7px;
	}
}
#eventLayout .hint::after {
	content: "";
	position: absolute;
	top: calc( 50% - 10px );
	display: block;
	width: 20px;
	height: 20px;
	background: #188099;
	right: 0px;
	transform: skewX(-45deg);
	transform-origin: left bottom;
}
#eventLayout .hint > ul > li {
	line-height: 1.1;
	margin: 0 0 5px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#eventLayout .hint > ul > li::before {
	content: "✓ ";
}
#eventLayout .hint > p {
	margin-top: 30px;
	line-height: 1.1;
}
@media screen and ( max-width: 1305px ) {
	#eventLayout .hint {
		margin-right: 150px;
	}
}
@media screen and ( max-width: 1137.5px ) {
	#eventLayout .hint {
		width: auto;
	}
}
@media screen and ( max-width: 600px ) {
	#eventLayout .hint {
		font-size: 16px;
		margin-right: 0;
		margin-bottom: 170px;
		padding: 15px 10px;
	}
	#eventLayout .hint::before {
		right: 0px;
		top: auto;
		bottom: -120px;
		width: 100px;
		height: 100px;
		border: #333333 solid 1px;
		border-radius: 50%;
		background-size: auto 90%;
		background-position: center bottom;
	}
	#eventLayout section:nth-child(odd) .hint::before {
		background-color: #f5f5f5;
	}
	#eventLayout .hint::after {
		content: "";
		position: absolute;
		top: auto;
		bottom: 0px;
		right: 80px;
		transform: skewY(45deg);
	}
}

#eventLayout .linkageIntro {
	max-width: 885px;
	margin: 0 auto;
}
#eventLayout .linkageSummary {
	padding: 15px 260px 15px 15px;
	border: #112B8D solid 1px;
	background: url("/image/jp/products/advanced/mi/lp/event01/linkage_products.png") #f5f5f5 no-repeat right 30px center;
	background-size: 200px auto;
}
@media screen and ( max-width: 600px ) {
	#eventLayout .linkageSummary {
		padding: 15px 15px 130px 15px;
		background-position: center bottom 15px;
		background-size: auto 100px;
	}
}
#eventLayout .linkageSummary dt {
	font-weight: bold;
}

#eventLayout .linkageSolution {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

#eventLayout .linkageSolution > dl {
	position: relative;
	width: calc( 50% - 25px );
	margin-bottom: 50px;
}
#eventLayout .linkageSolution > dl:nth-child(odd)::after {
	content: "";
	position: absolute;
	right: -40px;
	top: calc( 50% - 50px );
	overflow: hidden;
	border-style: solid;
	border-color: transparent transparent transparent #193498;
	border-width: 50px 0 50px 30px;
}
#eventLayout .linkageSolution > dl > dt {
	background: #193498;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	padding: 5px 0 0;
}
#eventLayout .linkageSolution > dl > dd {
	position: relative;
}
#eventLayout .linkageSolution > dl > dd > div {
	display: flex;
	align-items: center;
	height: 170px;
}
#eventLayout .linkageSolution > dl > dd > div > p {
	margin-top: 0;
}
#eventLayout .linkageSolution > dl:nth-child(even) > dd > div > p {
	font-size: 24px;
	color: #193498;
	line-height: 1.1;
}
#eventLayout .linkageSolution > dl > dd > figure {
	width: 100%;
}
#eventLayout .linkageSolution > dl:nth-child(even) > dd > figure {
	position: absolute;
	top: 170px;
}
#eventLayout .linkageSolution > dl > dd > figure > img {
	width: 100%;
	height: auto;
}
@media screen and ( max-width: 1050px ) {
	#eventLayout .linkageSolution > dl > dd > div {
		height: 200px;
	}
	#eventLayout .linkageSolution > dl:nth-child(even) > dd > figure {
		top: 200px;
	}
}

@media screen and ( max-width: 900px ) {
	#eventLayout .linkageSolution {
		display: block;
	}
	#eventLayout .linkageSolution > dl {
		position: relative;
		width: auto;
		margin-bottom: 50px;
	}
	#eventLayout .linkageSolution > dl:last-of-type {
		margin-bottom: 0;
		padding-bottom: 70px;
	}
	#eventLayout .linkageSolution > dl:nth-child(odd)::after {
		right: calc( 50% - 50px );
		top: auto;
		bottom: -40px;
		border-color:  #193498 transparent transparent transparent;
		border-width: 30px 50px 0 50px;
	}
	#eventLayout .linkageSolution > dl > dd > div {
		display: block;
		height: auto;
		padding: 30px 0 0;
	}
	#eventLayout .linkageSolution > dl > dd > div > p {
		margin-top: 0;
	}
	#eventLayout .linkageSolution > dl:nth-child(even) > dd > div {
		padding-right: 0;
		background-position: center bottom;
	}
	#eventLayout .linkageSolution > dl:nth-child(even) > dd > div > p {
		font-size: 24px;
		color: #193498;
		line-height: 1.1;
	}
	#eventLayout .linkageSolution > dl > dd > figure {
		width: 100%;
		margin-top: 15px;
	}
	#eventLayout .linkageSolution > dl:nth-child(even) > dd > figure {
		position: static;
	}
	#eventLayout .linkageSolution > dl > dd > figure > img {
		width: 100%;
		height: auto;
	}
}
@media screen and ( max-width: 600px ) {
	#eventLayout .linkageSolution > dl:nth-child(even) > dd > div > p {
		font-size: 16px;
	}
	#eventLayout .linkageSolution > dl:last-of-type {
		padding-bottom: 20px;
	}
	#eventLayout .linkageSolution > dl > dd > div > [data-cmt*="p-ai"] {
		margin-bottom: 170px;
	}
}
#eventLayout .solutionBox > h3 {
	margin-top: 50px;
}
#eventLayout .solutionBox > h3:first-of-type {
	margin-top: 30px;
}
#eventLayout .solutionBox > p {
	margin-bottom: 20px;
}
#eventLayout .solutionBox > .solutionBoxOpen + p {
	margin-top: 20px;
}
@media screen and ( max-width: 600px ) {
	#eventLayout .solutionBox > p {
		margin-bottom: 140px;
	}
}
#eventLayout .solutionBox > dl {
	display: none;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
#eventLayout .solutionBox > dl > dt {
	position: relative;
	background: #193498;
	color: #ffffff;
	text-align: center;
	padding: 5px 0 0;
	margin: 0 0 15px;
}
#eventLayout .solutionBox > dl > dd + dt {
	margin-top: 50px;
}
#eventLayout .solutionBox > dl > dd + dt::before {
	content: "";
	overflow: hidden;
	position: absolute;
	left: calc( 50% - 50px );
	top: -40px;
	border-style: solid;
	border-color: #193498 transparent transparent;
	border-width: 30px 50px 0;
}
#eventLayout .solutionBox > dl > dd {
	padding: 0 0 0px;
	text-align: center;
}
#eventLayout .solutionBox > dl > dd > * ~ * {
	margin-top: 15px;
}
#eventLayout .solutionBox > dl > dd > p:first-child {
	font-weight: bold;
}
#eventLayout .solutionBoxOpen {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 40px;
	border-radius: 20px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
#eventLayout .solutionBoxOpen::before {
	content: "詳細を見る";
}
#eventLayout .open + .solutionBoxOpen::before {
	content: "閉じる";
}
/* ===== /elements ===== */


/* ===== comment ===== */
#eventLayout [data-cmt] {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 780px;
	max-width: calc( 100% - 150px );
	min-height: 80px;
	padding: 10px 20px;
	margin-top: 50px;
	border: #333333 solid 1px;
	border-radius: 10px;
	background: #f5f5f5;
	font-size: 24px;
}
#eventLayout [data-cmt],
#eventLayout [data-cmt] * {
	line-height: 1.1;
}
#eventLayout [data-cmt*="left"] {
	margin-left: 150px;
	margin-right: auto;
}
#eventLayout [data-cmt*="right"] {
	margin-right: 150px;
	margin-left: auto;
}
#eventLayout [data-cmt]::before {
	content: "";
	position: absolute;
	top: calc( 50% - 10px );
	display: block;
	width: 20px;
	height: 20px;
	background: #f5f5f5;
	border-style: solid;
	border-color: #333333;
}
#eventLayout [data-cmt*="left"]::before {
	border-width: 1px 0 0 1px;
	left: -1px;
	transform: skewX(45deg);
	transform-origin: right bottom;
}
#eventLayout [data-cmt*="right"]::before {
	border-width: 1px 1px 0 0;
	right: -1px;
	transform: skewX(-45deg);
	transform-origin: left bottom;
}
#eventLayout [data-cmt]::after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#eventLayout [data-cmt*="left"]::after {
	right: calc( 100% + 20px );
	background-position: left bottom;
}
#eventLayout [data-cmt*="right"]::after {
	left: calc( 100% + 30px );
	background-position: right bottom;
}
#eventLayout > section:nth-child(odd) [data-cmt*="p-01"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person01_w.png");
}
#eventLayout > section:nth-child(even) [data-cmt*="p-01"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person01.png");
}
#eventLayout > section:nth-child(odd) [data-cmt*="p-02"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person02_w.png");
}
#eventLayout > section:nth-child(even) [data-cmt*="p-02"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person02.png");
}
#eventLayout > section:nth-child(odd) [data-cmt*="p-03"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person03_w.png");
}
#eventLayout > section:nth-child(even) [data-cmt*="p-03"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person03.png");
}
#eventLayout > section:nth-child(odd) [data-cmt*="p-04"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person03_w.png");
	width: 100px;
}
#eventLayout > section:nth-child(even) [data-cmt*="p-04"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person03.png");
	width: 100px;
}
#eventLayout > section:nth-child(odd) [data-cmt*="p-05"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person02_w.png");
	width: 110px;
}
#eventLayout > section:nth-child(even) [data-cmt*="p-05"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person02.png");
	width: 110px;
}
#eventLayout > section:nth-child(odd) [data-cmt*="p-op"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person_op_w.png");
}
#eventLayout > section:nth-child(even) [data-cmt*="p-op"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person_op.png");
}
#eventLayout > section:nth-child(odd) [data-cmt*="p-ai"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person_op_w.png");
}
#eventLayout > section:nth-child(even) [data-cmt*="p-ai"]::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/person_op.png");
}
@media screen and ( max-width: 600px ) {
	#eventLayout [data-cmt] {
		width: auto;
		max-width: none;
		min-height: 80px;
		padding: 10px 20px;
		margin-top: 0px;
		margin-bottom: 140px;
		font-size: 16px;
	}
	#eventLayout [data-cmt],
	#eventLayout [data-cmt] * {
		line-height: 1.1;
	}
	#eventLayout [data-cmt*="left"] {
		margin-left: auto;
	}
	#eventLayout [data-cmt*="right"] {
		margin-right: auto;
	}
	#eventLayout [data-cmt*="p-ai"]:nth-last-child(n+2) {
		margin-bottom: 170px;
	}
	#eventLayout [data-cmt]::before {
		top: auto;
		bottom: -1px;
	}
	#eventLayout [data-cmt*="left"]::before {
		border-width: 0 0 1px 1px;
		left: 80px;
		transform: skewY(-45deg);
		transform-origin: right bottom;
	}
	#eventLayout [data-cmt*="right"]::before {
		border-width: 0 1px 1px 0;
		right: 80px;
		transform: skewY(45deg);
		transform-origin: left bottom;
	}
	#eventLayout [data-cmt]::after {
		bottom: -120px;
		width: 100px!important;
		height: 100px!important;
		border: #333333 solid 1px;
		border-radius: 50%;
		background-size: auto 90%;
	}
	#eventLayout [data-cmt*="p-04"]::after,
	#eventLayout [data-cmt*="p-05"]::after {
		background-size: auto 85%;
	}
	#eventLayout section:nth-child(odd) [data-cmt]::after {
		background-color: #f5f5f5;
	}
	#eventLayout [data-cmt*="left"]::after {
		left: 0px;
		right: auto;
		background-position: center bottom -5px;
	}
	#eventLayout [data-cmt*="right"]::after {
		right: 0px;
		left: auto;
		background-position: center bottom -5px;
	}
}
/* ===== /comment ===== */


/* ===== button ===== */
#eventLayout .btnContact,
#eventLayout .btnContact::before,
#eventLayout .btnContact::after,
#eventLayout .btnTrial,
#eventLayout .solutionBoxOpen {
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(.5,0,.5,1);
}
#eventLayout .btnContact {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
	padding: 10px 45px 10px 65px;
	border: #B1000E solid 1px;
	background: linear-gradient(90deg, rgba(177,0,14,1) 0%, rgba(177,0,14,1) 33%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	background-size: 300% 100%;
	background-position: 0% center;
	color: #ffffff!important;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	cursor: pointer;
	word-break: keep-all;
	white-space: nowrap;
	transition-property: color,background-position;
}
#eventLayout .btnContact:hover {
	color: #B1000E!important;
	background-position: 100% center;
}
#eventLayout .btnContact::before,
#eventLayout .btnContact::after {
	content: "";
	position: absolute;
	left: 15px;
	top: calc( 50% - 20px );
	display: block;
	width: 41px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition-property: opacity;
}
#eventLayout .btnContact::before {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/icon_contact.png");
	opacity: 1;
}
#eventLayout .btnContact::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/icon_contact_ov.png");
	opacity: 0;
}
#eventLayout .btnContact:hover::before {
	opacity: 0;
}
#eventLayout .btnContact:hover::after {
	opacity: 1;
}
#eventLayout .btnContact span::before,
#eventLayout .btnContact span::after,
#eventLayout .btnTrial span::after,
#eventLayout .btnTrial span::before {
	content: "";
	position: absolute;
	right: 15px;
	top: calc( 50% - 15px );
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition-property: opacity;
}
#eventLayout .btnContact span::before, #eventLayout .btnTrial span::before {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/icon_contact02.png");
	opacity: 1;
}
#eventLayout .btnContact span::after, #eventLayout .btnTrial span::after {
	background-image: url("/image/jp/products/advanced/mi/lp/event01/icon_contact02_ov.png");
	opacity: 0;
}
#eventLayout .btnContact span:hover::before, #eventLayout #eventLayout .btnTrial span:hover::before {
	opacity: 0;
}
#eventLayout .btnContact span:hover::after, #eventLayout #eventLayout .btnTrial span:hover::after {
	opacity: 1;
}
@media screen and ( max-width: 600px ) {
	#eventLayout .btnContact {
		padding: 10px 35px 10px 50px;
		font-size: 16px;
	}
	#eventLayout .btnContact::before,
	#eventLayout .btnContact::after {
		left: 6px;
	}
	#eventLayout .btnContact span::before,
	#eventLayout .btnContact span::after,
	#eventLayout .btnBox span::before,
	#eventLayout .btnBox span::after {
		right: 6px;
	}
}
@media screen and ( max-width: 370px ) {
	#eventLayout .btnContact {
		font-size: 14px;
	}
}

#eventLayout .btnTrial {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
	padding: 10px 45px 10px 60px;
	border: #B1000E solid 1px;
	background: linear-gradient(90deg, rgba(177,0,14,1) 0%, rgba(177,0,14,1) 33%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	background-size: 300% 100%;
	background-position: 0% center;
	color: #ffffff!important;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	cursor: pointer;
	word-break: keep-all;
	white-space: nowrap;
}
#eventLayout .btnTrial:hover {
	color: #B1000E!important;
	background-position: 100% center;
}
@media screen and ( max-width: 600px ) {
	#eventLayout .btnTrial {
		padding: 10px 35px 10px 50px;
		font-size: 16px;
	}
}
@media screen and ( max-width: 420px ) {
	#eventLayout .btnTrial {
		font-size: 14px;
	}
}

#eventLayout .solutionBoxOpen {
	border: #193498 solid 1px;
	background: linear-gradient(90deg, rgba(25,52,152,1) 0%, rgba(25,52,152,1) 33%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	background-size: 300% 100%;
	background-position: 0% center;
	color: #ffffff;
	transition-property: color,background-position,opacity,transform;
}
#eventLayout .solutionBoxOpen:hover {
	color: #193498;
	background-position: 100% center;
}


#eventLayout .btnFixed {
	position: fixed;
	bottom: 90px;
	z-index: 10;
	text-align: center;
	width: 100%;
	height: 0;
	display: none;
}
@media screen and ( max-width: 600px ) {
	#eventLayout .btnFixed {
		bottom: 0px;
		height: auto;
	}
	#eventLayout .btnFixed .btnContact {
		border-radius: 0;
		width: 100%;
	}
	#eventLayout .btnFixed .btnContact::before,
	#eventLayout .btnFixed .btnContact::after {
		left: calc( 50% - 8em - 35px );
	}
	#eventLayout .btnFixed .btnContact span::before,
	#eventLayout .btnFixed .btnContact span::after {
		right: calc( 50% - 8em - 35px );
	}
}
#eventLayout .btnBox {
	margin-top: 40px;
	text-align: center;
}
/* ===== /button ===== */


/* ===== utility ===== */
.unit {
	display: inline-block;
}

.anno {
	font-weight: bold;
	color: #193498;
}

.fc_blue {
	color: #193498;
}

.ta_C {
	text-align: center;
}

.mt_S {
	margin-top: 20px!important;
}
.mb_S {
	margin-bottom: 20px!important;
}
.pb_0 {
	padding-bottom: 0!important;
}

.PageTop {
	position: relative;
	top: 40px;
	margin-right: 30px;
}

.bg_white {
	background-color: #f5f5f5;
}

@media screen and ( max-width: 600px ) { .forPC { display: none!important; } }
@media screen and ( min-width: 601px ) { .forSP { display: none!important; } }

/* ===== /utility ===== */


/* ===== Appear ===== */
[data-appear] {
	position: relative;
	opacity: 0;
	transform-origin: center;
	transition-duration: 800ms;
	transition-timing-function: ease-out;
	transition-property: opacity,top,bottom,left,right,transform;
}
[data-appear*="BtoT"] {
	top: 30px;
}
[data-appear*="LtoR"] {
	left: -30px;
}
[data-appear*="RtoL"] {
	left: 30px;
}
[data-appear*="EX"] {
	transform: scale(1.1);
}
[data-appear*="h2"] {
	left: -100%;
	opacity: 1;
	transition-duration: 400ms;
}
[data-appear*="h2"]::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #193498;
	transition-delay: 300ms;
	transition-duration: 300ms;
	transition-timing-function: ease-out;
	transition-property: width;
}
[data-appear*="h3"] {
	opacity: 1;
	overflow: hidden;
}
[data-appear*="h3"] > em {
	left: -100%;
	color: rgba(51,51,51,0)!important;
	transition-duration: 300ms,1000ms;
	transition-delay: 0ms,300ms;
	transition-property: left,color;
}
[data-appear*="done"] {
	opacity: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: scale(1);
}
[data-appear*="done"][data-appear*="h2"]::before {
	width: 0%;
}
[data-appear*="done"][data-appear*="h3"] > em {
	left: 0%;
	color: rgba(51,51,51,1)!important;
}
/* ===== /Appearance ===== */


/* ===== BG ===== */
[class^="sectionBG_"] {
	opacity: 0;
	user-select: none;
	transition-property: opacity;
	transition-duration: 300ms;
	transition-timing-function: linear;
}
[class^="sectionBG_"][data-visible="on"] {
	opacity: 1;
}
[class^="sectionBG_"]::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
}
[class^="sectionBG_"] > img {
	position: absolute;
	max-width: none;
	height: 100vh;
	width: auto;
	transition-property: top;
	transition-timing-function: cubic-bezier(0,0,0,2);
}
/*
.sectionBG_01 > img {
	margin-top: calc( 50vh - 50vw * 840 / 1200 );
}
.sectionBG_02 > img {
	margin-top: calc( 50vh - 50vw * 840 / 1300 );
}
.sectionBG_03 > img {
	margin-top: calc( 50vh - 50vw * 840 / 1250 );
}
*/
@media screen and ( max-aspect-ratio: 1200 / 840 ) {
	[class^="sectionBG_"] > img {
		width: auto;
		height: 100vh;
		margin-top: 0;
	}
	.sectionBG_01 > img {
		left: calc( 50vw - 50vh * 1200 / 840 );
	}
	.sectionBG_02 > img {
		left: calc( 50vw - 50vh * 1300 / 840 );
	}
	.sectionBG_03 > img {
		left: calc( 50vw - 50vh * 1250 / 840 );
	}
}
/* ===== /BG ===== */

/* ===== debug ===== */
#onetrust-consent-sdk {
	display: none!important;
}
/* ===== /debug ===== */

#HeaderArea1 .Container {
	max-width: none!important;
	padding-right: 0!important;
}

#Contents {
	padding: 0px!important;
}

#Contents .Container {
	max-width: none!important;
	padding: 0!important;
}

#Contents .Container .GridSet {
	width: auto!important;
}

#Contents .Container #SiteIdentity .Title {
	width: auto!important;
	max-width: none!important;
	padding-left: 15px!important;
}