<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* **************************************************

Name: style2023.css
Update: 2023.03.20
Create: 
Copyright 2023 Hitachi Information Engineering, Ltd.

***************************************************** */
@media screen and (max-width: 1304px) {
	.JS .RdContentsWithBgimg .Section {
		min-width: 280px;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}

.RdContentsWithBgimg .GridSet {
	padding: 0;
}

h1 {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 450%;
	color: #fff;
	font-weight: bold;
	line-height: 140%;
}
h1 a:hover {
	color: #fff;
}
h1 a span {
	display: block;
	font-size: 2.7rem;
	line-height: 140%;
}
.ShowSP {
	display: none;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 350%;
	}
	h1 a span {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	h1 {
		font-size: 220%;
		line-height: 160%;
	}
	h1 a span {
		font-size: 1.125rem;
		margin-bottom: 20px;
		line-height: 160%;
	}
	.ShowSP {
		display: block;
	}
}

.ScrollBorder {
	display: inline-block;
	color: #fff;
	font-family: 'Barlow', "sans-serif";
	font-size: 85%;
	padding-left: 15px;
	margin-top: 40px;
	height: 90px;
	position: absolute;
	bottom: 0;
}
.ScrollBorder:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #fff;
	animation: pathmove 2s ease-in-out infinite;
}
.ScrollBorder:before {
	content: "";
	position: absolute;
	display: block;
	left: 1px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
}

@keyframes pathmove{
  0% {
    height: 0%;
    opacity: 1;
  }
  95% {
    height: 100%;
    opacity: 1;
  }
	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 399px) {
	.ScrollBorder {
		height: 60px;
	}
}

.RdContentsWithBgimg .GridSet {
	padding: 0;
}

.bgMainImg .MainText {
	position: absolute;
	top: calc(50%);
  	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	max-width: 1325px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (max-width: 480px) {
	.bgMainImg .MainText {
		top: 60px;
		transform: translate(0, 0);
	}
}

.Profile li {
	width: 100%;
	max-width: 375px!important;
}
.Profile li .Name {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	font-size: 130%;
	line-height: 260%;
	margin-top: 20px;
}
.Profile li .Position {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 35px;
}
.GrayBorderBottom {
	border-bottom: solid 2px #ebebeb;
}

h2.RedBorder {
	background-image: none;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 230%;
	line-height: 160%;
	color: #333;
	font-weight: bold;
	position: relative;
	margin-bottom: 50px;
}
h2.RedBorder:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #ff3239;
}

@media screen and (max-width: 767px) {
	.JS h2.RedBorder {
		margin-left: 0;
		margin-right: 0;
		font-size: 160%;
	}
}

.ColumnContainer {
	display: flex;
	justify-content: center;/* 20220309 変更 */
	margin: auto;
}
.ColumnContainer .Column_1-2 {
	width: calc( (100% - 60px) / 2 );
	min-height: 0%;
}
.ColumnContainer .Column_1-2 .ImgOnlyStyle {
	max-width: 600px;
	margin: auto;
}
.Column_1-2 .ColumnContainer.nowrap .Column_1-2 {
	margin: 0;
}
.ColumnContainer .Column_1-3 {
	max-width: 375px;
	width: calc( (100% - 120px) / 3 );
}

.ImgColumn &gt; * + *.nowrap {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {	
	.ColumnContainer {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.ColumnContainer .Column_1-2,
	.ColumnContainer .Column_1-3 {
		max-width: 100%;
		width: 100%;
	}
	.ColumnContainer.nowrap {
		flex-direction: row;
		justify-content: space-between;
		max-width: 600px;
	}
	.ColumnContainer.nowrap .Column_1-2 {
		width: calc( (100% - 60px) / 2 );
		max-width: 270px;
	}
	.ImgColumn &gt; * + * {
		margin-top: 40px;
	}
}
@media screen and (max-width: 480px) {
	.ColumnContainer.nowrap .Column_1-2 {
		width: calc( (100% - 20px) / 2 );
	}
}

p.Text {
	width: 100%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 100%;
	line-height: 200%;
	margin-bottom: 40px;
}
p.ImgOnlyStyle.Text {
	color: #888;
}

.ContainerBox {
	padding-top: 100px; 
	padding-bottom: 80px; 
}
@media screen and (max-width: 399px) {
	.ContainerBox {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.AwardContainer {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.AwardContainer.ShowRWD {
	display: none;
}
.AwardContainer p {
	margin-right: 35px;
	display: inline-block;
}
.AwardContainer p:last-child {
	margin-right: 0px;
}
@media screen and (max-width: 767px) {
	.AwardContainer.ShowRWD {
		display: flex;
		justify-content: flex-end;
		max-width: 600px;
		margin: auto;
		margin-bottom: 20px;
	}
}

.BgGray {
	background-color: #f2f2f2;
}

.BgDark {
	background-color: #222;
}
.BgDark h2,
.BgDark p {
	color: #fff;
}
.ColumnContainer .ImgOnlyStyle {
	font-size: 100%;
	color: #888;
}
.ColumnContainer .ImgOnlyStyle img {
	height: auto;
	margin-bottom: 15px;
}
.ColumnContainer.ImgColumn .ImgOnlyStyle a img,
.ColumnContainer.ImgColumn .ImgOnlyStyle a:hover img {
	transition: 0.2s all linear;
}

.bgCoverImg &gt; div {
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
	.bgCoverImg &gt; div {
		height: 400px;
	}
}

.bgCoverImg &gt; p {
	width: 100%;
	max-width: 1275px;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: right;
	margin: 10px auto 0 auto;
	color: #888;
	font-size: 90%;
}
@media screen and (max-width: 767px) {
	.bgCoverImg &gt; div.bgImg_02 {
		background-position: right -80px center;
	}
}

.galleryList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.galleryList li {
	width: calc( (100% - 4px) / 5);
	max-width: 254px;
	height: auto;
	margin-bottom: 1px;
}
.galleryList li a img {
	width: 100%;
	height: auto;
	transition: 0.2s all linear;
}

@media screen and (max-width: 767px) {
	.galleryList li {
		width: calc( (100% - 1px) / 2);
		max-width: 100%;
	}
}

.BackArrowLink {
	margin-top: 100px;
}
.BackArrowLink p {
	font-size: 100%;
}
.BackArrowLink a {
	display: inline-block;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: bold;
	padding-left: 50px;
	background-image: url("/rd/research/design/image/icon_arrow_back.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 30px;
	color: #333;
	line-height: 200%;
	text-decoration-line: underline;
	text-decoration-color: transparent;
	transition: 0.2s all linear;
}
.BackArrowLink a:hover {
	text-decoration-color: #333;
}
_:-ms-lang(x)::-ms-backdrop, .BackArrowLink a {
	text-decoration: none;
}
_:-ms-lang(x)::-ms-backdrop, .BackArrowLink a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.BackArrowLink {
		margin-top: 30px;
	}
}

/* Column, Profile 20220309追加 */
.Profile img{
	width:100%;
}
.bgMainImg {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
}
@media screen and (min-width: 768px) {
	.Profile{
		margin-top:20px;
	}
	.Profile li.Column_1-3:nth-child(n + 2),.ColumnContainer .Column_1-2:nth-child(n + 2){
		margin-left:6%;
	}
	.ColumnContainer .Column_1-2 .Column_1-2:nth-child(n + 2){
		margin-left:10%;
	}
}
@media screen and (max-width: 767px){
	.Profile{
		margin-top:10px;
	}
}
@media screen and (min-width: 481px) {
	.bgMainImg {
		height: calc( 100vw / 2.142857 );
		max-height: 700px;
		min-height: 500px;
		background-position: left center;
	}
}
@media screen and (max-width: 480px) {
	.bgMainImg {
		min-height: 0px;
		height: 400px;
		background-position: left bottom;
	}
}

/* for Chiiil */
.Chiiil .bgMainImg {
	background-image: url("/rd/research/design/product/chiiil/image/bgmain.jpg");
	background-position: center center;
}

.Chiiil .AwardContainer {
	margin-bottom: -50px;
}

.Chiiil p.ImgOnlyStyle.Text {
	font-size: 87.5%;
}

.Chiiil h2.RedBorder:after {
	background-color: #444444;
}
.Chiiil .BgDark h2.RedBorder:after {
	background-color: #888888;
}

.Chiiil .bgCoverImg &gt; div.bgImg_01 {
	background-image: url("/rd/research/design/product/chiiil/image/bgimg_01.jpg");
	background-position: 43% center;
}
.Chiiil .bgCoverImg &gt; div.bgImg_02 {
	background-image: url("/rd/research/design/product/chiiil/image/bgimg_02.jpg");
	background-position: 55% center;
}
.Chiiil .bgCoverImg &gt; div.bgImg_03 {
	background-image: url("/rd/research/design/product/chiiil/image/bgimg_03.jpg");
	background-position: center center;
}

.bgCoverImg + .Section p.Text {
	margin: 20px 0 -30px;
}

.ColumnContainer .nowrap {
	margin-top: 40px;
}

/* Modal Window */
#modal-overlay {
	position: fixed;
	z-index: 200;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: #000;
	-ms-filter: "alpha(opacity=75)";
	filter: alpha(opacity=75);
	opacity: 0.75;
}
#modal-contents {
	position: fixed;
	z-index: 201;
	display: none;
	width: 100%;
	max-width: 1120px;
	max-height: 630px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#iframe-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	padding-top: 56.25%;
	position: relative;
	max-width: 1120px;
	max-height: 630px;
}
#modal-contents iframe {
	width: 100%;
	height: 100%;	
	display: block;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 0;
}
html.Modal {
	overflow-y: auto;
}

/* gallery */
.lightbox .lb-data .lb-details {
	position: relative;
	z-index: 10;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
	.Chiiil .bgCoverImg &gt; div.bgImg_01 {
		background-position: 30% center;
	}

	.Chiiil .bgCoverImg &gt; div.bgImg_02 {
		background-position: 40% center;
	}

	.Chiiil .bgCoverImg &gt; div.bgImg_03 {
		background-position: 70% center;
	}
}
@media screen and (max-width: 399px) {
	.Chiiil .bgMainImg {
		background-image: url("/rd/research/design/product/chiiil/image/bgmain_sp.jpg");
		background-position: center bottom;
	}

	.Chiiil .bgCoverImg &gt; div.bgImg_01 {
		background-position: 37.5% center;
	}

	.Chiiil h1 {
		font-size: 200%;
	}

	.Chiiil .AwardContainer {
		margin-bottom: -10px;
	}

	.bgCoverImg + .Section p.Text {
		margin-top: 10px;
	}
}
</pre></body></html>