@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);	/* ブランディングのグラフィックテクスチャ規定によりフォントインポート */

/* **************************************************

Name: message.css

Create: 2025.9
Update: 

Copyright 2025 Hitachi, Ltd.

***************************************************** */

/*---- common ----*/

.contentsWidth {
	padding: 0 16px;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 60px;
	background-image: none;
	padding: 0;
	border-image: linear-gradient(to right, #B1000E, #fff) 1/0 0 4px;
	border-style: solid;
	line-height: 1.2em
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 28px;
		margin:80px 0 30px 0!important;
		background-image: none;
		padding: 0;
		border-image: linear-gradient(to right, #B1000E, #fff) 1/0 0 4px;
		border-style: solid;
		line-height: 1.2em
	}
}

.SideBySide{
	display: flex;
}
@media screen and (max-width: 767px){
	.SideBySide{
		display:block;
	}
}

.SideBySide .LeftArea{
margin-right:40px;
}

@media screen and (max-width: 767px){
	.SideBySide .LeftArea{
		margin:0 0 16px;
		text-align:center;
	}
}

.SideBySide .RightArea{
display:grid;
place-content:center;
}

.SideBySide .LeftArea img{
width:400px;
min-width:400px;
}

@media screen and (max-width: 994px){
.SideBySide .LeftArea img{
min-width:360px;
}
}

@media screen and (max-width: 767px){
.SideBySide .RightArea{
margin:0 0 20px 0;
}

.SideBySide .RightArea{
width:auto;
min-width:auto;
}

.SideBySide .LeftArea img{
min-width:initial;
}
}

.LinkBox a {
	color: #333;
	display: flex;
	padding: 16px;
	text-decoration: none;
}
.LinkBox p {
	margin-bottom: 0 !important;
}

.LinkBox.Blue{
background-color: #17316D;
	border-radius: 10px;
	border: none;
	box-shadow: none;
}

.LinkBox.Blue a {
	color: #fff;
}

.LinkBox.Blue a:hover{
text-decoration:none;
background-color:#1E4292;
object-fit:cover;
border-radius:10px;
}

.LinkBox.Blue a:hover img {
	opacity: 0.7;
}

.LinkBox.Blue .LeftArea{
	width: 100%;
	margin-right: 20px;
}

.LinkBox.Blue .LeftArea p.title{
	font-size: 22px !important;
	font-weight: bold;
	margin-bottom: 16px !important;
}

.LinkBox.Blue .RightArea{
	width: 50%;
	display: grid;
	border-radius: 8px;
	background-color: #0C073F;
	padding-right: 4px;
}

.LinkBox.Blue .RightArea p{
	position: relative;
	margin-bottom: 0;
	display: grid;
	place-content: center;
}
.LinkBox.Blue .RightArea p:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 10px solid transparent;
	border-left: 14px solid #17316D;
}
.LinkBox.Blue a:hover .RightArea p:after {
	border-left: 14px solid #1E4292;
}

.LinkBox.Blue .RightArea img{
	margin-bottom: 0;
	border-radius: 8px;
}

@media screen and (max-width: 767px) {
.LinkBox a{
display: block;
padding: 16px;
}
.LinkBox img{
width:100%;
}
.LinkBox .LinkBox_Text{
margin:10px 0 30px 0;
}
.LinkBox.Blue .RightArea{
width:100%;
border-radius:0;
background-color:initial;
padding:0;
}
.LinkBox.Blue .RightArea p{
margin-top:16px;
}
.LinkBox.Glay .RightArea p{
display:block;
}
.LinkBox.Blue .RightArea p:after{
content:initial;
}
}

span.NoBrank{
display:inline-block;
}

@media screen and (max-width: 1304px) {
span.NoBrank.MaxWidth1304{
display:inline;
}
}

.line {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1s ease, transform 1s ease;
	margin: 10px 0;
}

.visible {
	opacity: 1;
	transform: translateY(0);
}

/*------------- #BrandingArea -------------*/

#BrandingArea{
	height: 260px;
	overflow: hidden;
	position: relative;
	background-image:url(/products/it/lumada/message/images/movie01.png);
	background-repeat:no-repeat;
	background-position:100px -20px;
}
#BrandingArea a {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
}
@media screen and (max-width: 1305px) {
	#BrandingArea{
		background-position:-160px;
	}
}

@media screen and (max-width: 994px) {
	#BrandingArea{
		background-position:-300px;
	}
}

@media screen and (max-width: 767px) {
	#BrandingArea {
		height:440px;
		background-position: top 170% left 55%;
	}
	#BrandingArea a{
		display:block;
		width:100%;
		height:50%;
		bottom:0;
	}
	#BrandingArea .contentsWidth {
		padding: 0 ;
	}
}

.Grafic{
	width:100%;
	position:absolute;
	overflow:hidden;
	z-index:0;
}
.Grafic img{
	object-fit: cover;
	object-position:0 -200px;
	width:1000px;
	clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
}

@media screen and (min-width: 1921px) {
	.Grafic img{
		width:52%;
		clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
	}
}

@media screen and (max-width: 1305px) {
	.Grafic{
		width:710px;
		clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
	}
	.Grafic img{
		object-position:0;
		clip-path:none;
	}
}

@media screen and (max-width: 994px) {
	.Grafic{
		width:600px;
		clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
	}
}

@media screen and (max-width: 767px) {
	.Grafic{
		width:100%;
		height:auto;
		clip-path:none;
		position:relative;
		top:0;
		left:0;
		z-index:1;
	}
	.Grafic img{
		display:none;
	}
}

#TitleArea .Inner {
	position:absolute;
	max-width: 600px;
	padding: 44px 28px 20px 28px;
}

@media screen and (max-width: 994px) {
	#TitleArea .Inner {
		max-width:380px;
		padding-top:34px;
	}
}

@media screen and (max-width: 767px) {
	#TitleArea{
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}
	#TitleArea .Inner {
		max-width: 100%;
		width:100%;
		height: auto;
		padding: 28px ;
		background-image:url(/products/it/lumada/message/images/img_01.jpg);
		background-size:1000px;
		background-position:0;
	}
}

@media screen and (max-width: 579px) {
	#TitleArea .Inner {
		background-size:579px;
	}
}

@media screen and (max-width: 399px) {
	#TitleArea .Inner {
		background-size:399px;
	}
}

#TitleArea .Inner h1 {
	margin-bottom:32px;
}

@media screen and (max-width: 994px) {
	#TitleArea .Inner h1 {
		margin-bottom:24px;
	}
}

@media screen and (max-width: 767px) {
	#TitleArea .Inner h1 {
		margin-bottom: 28px;
		margin-right:56px;
	}
}
@media screen and (max-width: 399px) {
	#TitleArea .Inner h1 img {
		width:65%;
	}
}

#TitleArea .Inner p{
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1.6em;
	color: #333;
	margin-right:56px;
}

@media screen and (max-width: 399px) {
	#TitleArea .Inner p {
		font-size: 18px;
		line-height: 1.5em;
	}
}

/*------------- #CustomersArea -------------*/


#CustomersArea {
	padding-top: 81px;
	padding-bottom: 76px;
	position:relative;
}

#CustomersArea p{
	font-size:22px;
	margin:0 60px;
}

#CustomersArea .paragraph{
	margin-bottom:54px;
}

@media screen and (max-width: 767px) {
	#CustomersArea p{
		margin: 0 20px;
	}
}
@media screen and (max-width: 579px) {
	#CustomersArea p{
		margin: 0 12px;
	}
}
@media screen and (max-width: 399px) {
	#CustomersArea .paragraph{
		margin-bottom:54px;
	}
	#CustomersArea p{
		font-size: 18px;
		margin: 0;
		display:inline;
	}
}

.IntroMovie{
	padding:40px 0;
	margin-top:20px;
	background-image:linear-gradient(90deg, #ffeede, #ffcd9c 30% 70%, #ffeede);
}

.IntroMovie .LeftArea{
	margin-left:60px;
	place-content:center;
}

.IntroMovie .RightArea{
	margin-right:60px;
}

.IntroMovie a{
	text-decoration:none;
}

.IntroMovie h3{
	font-size:30px;
	color:#333;
}

.IntroMovie h3 span.SupText{
	font-weight:normal;
	font-size:16px;
}

.IntroMovie .RightArea p{
	font-size:20px;
}

.IntroMovie a:hover img{
	opacity:0.7;
}

.IntroMovie a:hover h3{
	color:rgb(20, 85, 149);
}

.IntroMovie .TextArea{
	margin:20px 60px 0 60px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 16px;
	background-color:rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 994px){
	.IntroMovie .SideBySide{
		display:block;
	}

	.IntroMovie .SideBySide .LeftArea{
		margin:0 0 16px;
		text-align:center;
	}

	.IntroMovie .SideBySide .RightArea{
		margin:0;
		width:auto;
		min-width:auto;
	}

	.IntroMovie .SideBySide .LeftArea img{
		min-width:initial;
	}
}

@media screen and (max-width: 399px) {
	.IntroMovie h3{
		font-size:26px;
	}

	.IntroMovie .RightArea p{
		font-size:18px;
	}
}

.ImgOnlyStyle .ModalYouTubeLink:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    background-color: #e60027;
    opacity: .5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.ImgOnlyStyle .ModalYouTubeLink:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    background-color: #e60027;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.ImgOnlyStyle .ModalYouTubeLink span:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -3px;
    border-left: solid 9px #fff;
    border-top: solid 9px transparent;
    border-bottom: solid 9px transparent;
}

.ImgOnlyStyle .ModalYouTubeLink span {
    background-color:transparent;
}

/*---- LinkArea ----*/

#LinkArea {
	margin-bottom:80px;
}

#LinkArea ul {
	display: flex;
}
@media screen and (max-width: 767px) {
	#LinkArea ul {
		display: block;
	}
}
#LinkArea ul li{
	display:flex;
	width: 25%;
	border-top: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	box-sizing: border-box;
	align-self: stretch;
}
#LinkArea ul li:last-child{
	border-right: 1px solid #C6C6C6;
}
@media screen and (max-width: 767px) {
	#LinkArea ul li{
		display:flex;
		width: 100%;
		border:none;
		border-bottom: 1px solid #C6C6C6;
	}
	#LinkArea ul li:first-child {
		border-top: 1px solid #C6C6C6;
	}
	#LinkArea ul li:last-child{
		border-right: none;
	}
	#LinkArea ul li img {
		width: 100%;
	}
}
#LinkArea ul li a {
	display: block;
	padding: 12px;
	text-decoration: none;
}

#LinkArea ul li a:link,
#LinkArea ul li a:visited {
	color: #333333;
}

#LinkArea ul li a:hover,
#LinkArea ul li a:active {
	color:#145595;
}

#LinkArea ul li a:hover img,
#LinkArea ul li a:visited img {
	opacity:0.7;
}

#LinkArea ul li img {
	width: 100%;
}

#LinkArea ul li dl {
	margin: 24px 0 12px ;
}

#LinkArea ul li dl dt {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

#LinkArea ul li dl dt span{
	font-size: 16px;
}

#LinkArea ul li dl dt::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/products/it/lumada/images/icon_s_arrow05.png);
	background-size: contain;
	vertical-align: middle;
	margin: 0px 8px;
}
