@charset "utf-8";

/* **************************************************

Name: modernization.css

Description: modernization

Create: 2025.08.27
Update: 

Copyright 2025 Hitachi, Ltd.


***************************************************** */
.Txt {
	font-size: 1rem;
	margin-bottom: 1em;
}

@media (max-width:767px) {
	.Txt {
		text-align: left;
	}
}

.ImgBox {
	margin-top: 30px;
	margin-bottom: 30px;
}


.Heading {
	margin-bottom: 20px;
    line-height: 130%;
    font-weight: bold;
    font-size: min(3vw, 200%);
    background-image: none;
	margin-top: 80px;
	line-height: 1.6;
	word-break: keep-all;
}

@media (max-width: 767px) {
	.JS .Heading {
		font-size: 126%;
		margin: 40px 0 10px;
	}
}

.ContentBg {
	margin-top: 80px;
	padding-bottom: 80px;
	padding-top: 80px;
	background-color: #eAF9F7;;
}

.ContentBg + .ContentBg {
	margin-top: 0;
}

.ContentBg .Grid4 > .Heading:first-child {
	margin-top: 0;
}

@media (max-width: 1304px) {
	.ContentBg {
		margin-left: -15px;
		width: calc(100% + 30px);
		padding: 60px 30px;
		box-sizing: border-box;
	}
}

.emphasis {
	font-weight: bold;
}



/*====================*/
/*ブランディング*/
/*====================*/
#Branding {
	padding-top: 32px;
	position: relative;
	margin-bottom: 60px;
}

#BrandingBg {
    width: 100%;
    background: url(/products/it/CloudDX/modernization/image/branding.jpg) no-repeat center center;
    background-size: cover;
    aspect-ratio: auto 425 / 182;
	border-radius: 0.375rem;
}

#BrandingContent {
    position: absolute;
	opacity: 0.9;
	bottom: 2rem;
	left: 2rem;
	width: 30.8125rem;
	padding: 1.5rem;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 0.375rem;
	background: linear-gradient(238deg, rgba(0, 0, 0, 0.9) 82.85%, rgb(0 153 132 / 61%) 104.52%) 0 0 no-repeat padding-box;
	color: #fff;
	box-sizing: border-box;
}

#BrandingSubTitle {
	font-size: 0.875rem;
    line-height: 1.5;
}

#BrandingTitle {
	font-size: 1.875rem;
	font-weight: bold;
}

#BrandingTxt {
	font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
	word-break: keep-all;
}

@media (max-width: 1304px) {
	#BrandingBg {
		border-radius: 0.375rem 0.375rem 0 0;
	}

	#BrandingContent {
		position: static;
		width: 100%;
		border-radius: 0;
		border: none;
		background: linear-gradient(238deg, #000 82.85%, #006d5e 104.52%);
	}
}

@media (max-width: 767px) {
	#Branding {
		margin-left: -15px;
		width: calc(100% + 30px);
	}

	#BrandingBg {
		border-radius: 0;
		aspect-ratio: 360 / 203;
	}

	#BrandingContent {
		padding: 1rem 1rem 2rem 1rem;
	}

	#BrandingTitle {
		font-size: 1.5rem;
	}
}

/*====================*/
/*RotationBanner*/
/*====================*/
#RotationBannerFlex {
	min-width: 1275px;
	padding: 0 0 5px;
	overflow: hidden;
}

#RotationBannerFlex .FatBanner {
	position: relative;
	width: 1275px;
	min-width: auto;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
}

#RotationBannerFlex ul {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	width: 13000px;
    height: 100%;
    align-content: stretch;
}
#RotationBannerFlex ul.static {
	width: 100% !important;
	justify-content: center;
}

#RotationBannerFlex li {
	width: 405px;
	margin: 0 30px 0 0;
    background-color: rgba(242, 242, 242, 0.9);
	height: 100%;
}
#RotationBannerFlex ul.static li:last-child{
	margin-right: 0;
}

#RotationBannerFlex li a {
	display: block;
	height: 100%;
	padding: 0 0 30px;
	box-sizing: border-box;
	position: relative;
}

#RotationBannerFlex li a::after {
	content: '';
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(/products/it/CloudDX/modernization/image/icon_new_window_green.png);
    background-size: contain;
    vertical-align: middle;
    bottom: 10px;
    right: 15px;
}

#RotationBannerFlex li a:hover::after,
#RotationBannerFlex li a:active:after {
	opacity: 0.7;
}

#RotationBannerFlex li a img {
	width: 100%;
	height: auto;
}
#RotationBannerFlex li a:hover img,
#RotationBannerFlex li a:active img {
	opacity: 0.7;
}

#RotationBannerFlex a .Inner {
	margin: 0;
	padding: 12px 12px 20px;
	color: #333333;
	overflow: hidden;
}
#RotationBannerFlex a:hover .Inner,
#RotationBannerFlex a:active .Inner {
	color: #009984;
}

#RotationBannerFlex .Inner dl {
	font-size: 87.5%;
}
#RotationBannerFlex .Inner dl:after {
	content: "";
	display: block;
	clear: both;
}

#RotationBannerFlex .Inner dl dt {
	float: left;
	margin: 0 15px 10px 0;
	padding: 4px 15px 2px;
	line-height: 120%;
	color: #ffffff;
	background-color: #009984;
}

#RotationBannerFlex .Inner dl dd {
	float: right;
	padding: 3px 0 10px;
	line-height: 120%;
}

#RotationBannerFlex .Inner p {
	line-height: 170%;
	font-size: 87.5%;
}

#RotationBannerFlex .Inner p.Title {
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: none;
}

#RotationBannerFlex #SlideButton {
	width: 101px;
	margin: 10px auto 0;
	overflow: hidden;
}

#RotationBannerFlex #SlideButton div {
	float: left;
	width: 27px;
	height: 27px;
	overflow: hidden;
}

#RotationBannerFlex #SlideButtonStop,
#RotationBannerFlex #SlideButtonRight {
	margin-left: 10px;
}

#RotationBannerFlex #SlideButton div a {
	display: table-cell;
	width: 27px;
	height: 27px;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	background-color: #009984;
}
#RotationBannerFlex #SlideButton div a:hover,
#RotationBannerFlex #SlideButton div a:active {
	opacity: 0.8;
}

#RotationBannerFlex #SlideButton div img {
	display: block;
	margin: 0 auto;
}

@media (max-width: 1304px) {
	.JS #RotationBannerFlex {
		min-width: auto;
	}

	.JS #RotationBannerFlex .FatBanner {
		width: auto;
		margin-right: -30px;
	}

	.JS #RotationBannerFlex ul {
		width: 1000%;
		max-width: none;
		padding-right: 0;
	}

	.JS #RotationBannerFlex li {
		box-sizing: border-box;
		width: calc(calc(10% - 90px) / 3);
	}
	.JS #RotationBannerFlex ul.static li {
		width: 435px;
	}
	.JS #RotationBannerFlex ul.static.list3 li {
		width: calc(calc(10% - 90px) / 3);
	}

	.JS #RotationBannerFlex li a {
		margin-left: 0;
	}
}

@media (max-width: 994px) {
	.JS #RotationBannerFlex .FatBanner {
		margin-right: -15px;
	}

	.JS #RotationBannerFlex li {
		width: calc(calc(10% - 45px) / 3);
		margin-right: 15px;
	}
	.JS #RotationBannerFlex ul.static li {
		width: 420px;
	}
	.JS #RotationBannerFlex ul.static.list2 li {
		max-width: 50%;
	}
}

@media (max-width: 767px) {
	.JS #RotationBannerFlex ul {
		width: 1500%;
	}
}

@media (max-width: 579px) {
	.JS #RotationBannerFlex {
		max-width: 405px;
		margin-left: auto;
		margin-right: auto;
	}

	.JS #RotationBannerFlex ul {
		width: 3000%;
	}

	.JS #RotationBannerFlex ul.static.list1 li {
		max-width: 100%;
	}
}


/*====================*/
/*ページ内リンク*/
/*====================*/
.iconArrow {
	display: inline-block;
	transform: translateY(0.4rem);
	margin-top: -5px;
	position: absolute;
    left: calc(50% - 12px);
    bottom: 5px;
}

.iconArrow.iconArrow--right {
	transform: rotate(-90deg);
	margin-left: 1rem;
}

.anchor__item {
	border-right: 1px solid #c9cac8;
	box-sizing: border-box;
}

.anchor__item:first-child {
	border-left: 1px solid #c9cac8;
}

.anchor__item__link {
	display: block;
	padding: 1rem min(1.8vw, 35px) 30px min(1.8vw, 35px);
	transition: color 0.3s ease-in-out;
	color: #333;
	text-decoration: none;
	height: 100%;
    box-sizing: border-box;
    align-content: center;
	position: relative;
}

.anchor__item__link:link,
.anchor__item__link:visited {
	color: #333;
	text-decoration: none;
}

.anchor__item__link:hover,
.anchor__item__link:active {
	color: #009984;
	text-decoration: none;
}

.anchor__list {
  display: flex;
  margin-inline: auto;
  max-width: 1275px;
}

.anchor {
	display: flex;
	background: #f0f0f0;
	width: 100%;
	margin-top: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.6;
}

@media (max-width: 1304px) {
	.anchor {
		width: calc(100% + 30px);
		margin-left: -15px;
		box-sizing: border-box;
	}
}

@media (max-width: 994px) {
	.iconArrow {
		left: auto;
		right: 15px;
		bottom: calc(50% + -8px);
        height: 25px;
		top: auto;
	}

	.anchor__item__link {
		padding: 1rem;
	}


	.anchor__list {
		flex-wrap: wrap;
		width: 100%;
		border-bottom: 1px solid #c9cac8;
	}

	.anchor__item {
		width: 50%;
		box-sizing: border-box;
		border-bottom: 1px solid #c9cac8;
		margin-bottom: -1px;
	}

	.anchor__item:first-child {
		border-left: none;
	}

	.anchor__item:nth-child(2n) {
		border-right: none;
	}
}

@media (hover: hover) {
	.anchor__item__link:where(:-moz-any-link, :enabled, summary):hover {
		color: #009984;
	}
	.anchor__item__link:where(:any-link, :enabled, summary):hover {
		color: #009984;
	}
}

@media (max-width: 579px) {
	.anchor__list {
		flex-direction: column;
		margin: 0;
		width: 100%;
	}

	.anchor__item {
		width: 100%;
		border-bottom: 1px solid #c9cac8;
		border-right: none;
	}
}

/*====================*/
/*lead*/
/*====================*/
#lead {
	background: linear-gradient(238deg, #222 20%, #006d5e);
	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

#lead .Txt {
	font-size: 1.375rem;
	word-break: keep-all;
	text-align: center;
}

#lead .Txt:last-child {
	margin-bottom: 0;
}

@media (max-width:767px) {
	#lead .Txt {
		font-size: 1rem;
	}
}


/*====================*/
/*About Approach*/
/*====================*/
#AboutApproachBox {
    background: linear-gradient(180deg, #fff 15%, #eee);
}


/*====================*/
/*Configuration*/
/*====================*/
.ConfigSction {
	padding: 0 0 0 180px;
	min-height: 150px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: left center;
	box-sizing: border-box;
}

.ConfigSction:last-child {
	margin-bottom: 0;
}

#ConfigGrand {
	background-image: url(/products/it/CloudDX/modernization/image/icon_grand.png);
}

#ConfigModernization {
	background-image: url(/products/it/CloudDX/modernization/image/icon_modernization.png);
}

#ConfigSupport {
	background-image: url(/products/it/CloudDX/modernization/image/icon_support.png);
}

.ConfigSctionContent {
	border: 2px solid #009984;
	border-radius: 0.375rem;
	padding: 20px 40px;
	background-color: #fff;
	min-height: 150px;
	box-sizing: border-box;
}

.ConfigSctionHeading {
	font-size: 130%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px;
	line-height: 1.6;
	color: #333;
}

.ConfigSctionSubHeading {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 1.5rem;
}

@media (max-width: 767px) {
	.ConfigSction {
		padding: 0 0 0 100px;
		background-size: 80px auto;
	}

	.ConfigSctionHeading {
		font-size: 110%;
	}
}

@media (max-width: 579px) {
	.ConfigSction {
		padding: 100px 0 0;
		background-size: auto 80px;
		background-position: center top;
	}

	.ConfigSctionContent {
		padding: 20px;
	}
}

/*====================*/
/* Strengths */
/*====================*/
.StrengthsSction {
	margin: 0 0 30px;
	display: flex;
	gap: 30px;
	align-items: stretch;
}

.StrengthsSctionHeadingBox {
	width: 300px;
	background-color: #009984;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	align-content: center;
}

.StrengthsSctionSubHeading {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3;
}

.StrengthsSctionHeading {
	margin: 0;
	padding: 0 0 0 45px;
	background: none;
	color: inherit;
	font-size: 110%;
	font-weight: bold;
	word-break: keep-all;
}

.StrengthsSctionContent {
	flex: 1;
	padding: 20px 0;
	align-content: center;
}

.StrengthsSctionContent .TextStyle1:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.StrengthsSction {
		gap: 20px;
	}

	.StrengthsSctionHeadingBox {
	    width: 190px;
	}

	.StrengthsSctionSubHeading {
		font-size: 180%;
	}

	.StrengthsSctionHeading {
	    font-size: 100%;
		padding: 0;
	}
}

@media (max-width: 579px) {
	.StrengthsSction {
		display: block;
	}

	.StrengthsSctionHeadingBox {
		width: 100%;
	}
}



/*====================*/
/* 共通(Cases、Specialists、Recruit) */
/*====================*/
#Cases .BoxWrap,
#Specialists .BoxWrap,
#Recruit .BoxWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px calc((100% - 400px * 3) / 2);
}

#Cases .BoxWrap li,
#Specialists .BoxWrap li,
#Recruit .BoxWrap li{
	width: 400px;
}

#Cases .BoxWrap li a,
#Specialists .BoxWrap li a,
#Recruit .BoxWrap li a{
	text-decoration: none;
}

#Cases .BoxWrap li a:hover,
#Cases .BoxWrap li a:active,
#Specialists .BoxWrap li a:hover,
#Specialists .BoxWrap li a:active,
#Recruit .BoxWrap li a:hover,
#Recruit .BoxWrap li a:active{
	opacity: 0.7;
}

#Cases .TextArea,
#Specialists .TextArea,
#Recruit .TextArea{
	padding: 15px;
	height: 160px;
	position: relative;
}

#Cases .TextArea::after,
#Specialists .TextArea::after,
#Recruit .TextArea::after{
    content: '';
    display: inline-block;
	position: absolute;
    width: 32px;
    height: 32px;
    background-image: url("/products/it/CloudDX/modernization/image/icon_new_window_green.png");
    background-size: contain;
    vertical-align: middle;
	bottom: 10px;
	right: 15px;
}

#Cases .TextArea p,
#Specialists .TextArea p,
#Recruit .TextArea p{
	font-size: 112.5%;
	color: #333;
	font-weight: bold;
}

#Cases h3,
#Specialists h3,
#Recruit h3{
	font-size: 130%;
	color: #333;
}

@media (max-width: 1304px) {
	.JS #Cases .BoxWrap,
	.JS #Specialists .BoxWrap,
	.JS #Recruit .BoxWrap{
		justify-content: flex-start;
		gap: 30px calc((100% - 30% * 3) / 2);
	}
	
	.JS #Cases .BoxWrap li,
	.JS #Specialists .BoxWrap li,
	.JS #Recruit .BoxWrap li{
		width: 30%;
	}
	
	.JS #Cases .BoxWrap img,
	.JS #Specialists .BoxWrap img,
	.JS #Recruit .BoxWrap img{
		width: 100%;
	}
}

@media (max-width: 767px) {
		.JS #Cases .BoxWrap,
	.JS #Specialists .BoxWrap,
	.JS #Recruit .BoxWrap{
		gap: 20px calc(100% - 48% * 2);
	}
	
	.JS #Cases .BoxWrap li,
	.JS #Specialists .BoxWrap li,
	.JS #Recruit .BoxWrap li{
		width: 48%;
	}
}

@media (max-width: 579px) {
	.JS #Cases .BoxWrap li,
	.JS #Specialists .BoxWrap li,
	.JS #Recruit .BoxWrap li{
		width: 100%;
	}
}



/*====================*/
/*Cases*/
/*====================*/
#Cases .TextArea{
	background: #fff;
}

/*====================*/
/*Specialists*/
/*====================*/
#Specialists .TextArea{
	background: rgba(242,242,242,0.90);
}

/*====================*/
/*Service*/
/*====================*/
#Services h3 {
	padding: 4px 10px;
	margin-bottom: 20px;
	font-size: 140%;
	color: #ffffff;
	background-color: #009984;
	border-radius: 50px;
}

#Services .Section .TextStyle1 {
	margin-bottom: 12px;
	line-height: 140%;
}

#Services h3 span {
	position: relative;
	display: block;
	padding: 0.13em 0.5em 0 1.3em;
}
#Services h3 span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	background-color: #ffffff;
	border-radius: 50%;
}

ul.ServiceList {
	display: flex;
	flex-wrap: wrap;
	margin-left: -33px;
}

ul.ServiceList li {
	display: table;
	width: 33.33333333%;
	margin-bottom: 30px;
	padding-left: 33px;
	box-sizing: border-box;
	word-break: keep-all;
}

ul.ServiceList li a {
	display: table-cell;
	width: 100%;
	height: 80px;
	padding: 10px 40px 10px 20px;
	vertical-align: middle;
	line-height: 150%;
	font-size: 112.5%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(/products/it/CloudDX/modernization/image/service_arrow.png);
	background-position: right 8px center;
	background-repeat: no-repeat;
	border: 2px solid #009984;
	text-decoration: none;
	box-sizing: border-box;
}

ul.ServiceList li a:hover,
ul.ServiceList li a:active {
	opacity: 0.7;
}

@media (max-width: 1304px) {
	.JS ul.ServiceList {
		margin-left: -2.71605%;
	}

	.JS ul.ServiceList li {
		padding-left: 2.64423%;
	}
}

@media (max-width: 994px) {
		.JS ul.ServiceList {
		margin-left: -15px;
		margin-bottom: 15px;
	}

	.JS ul.ServiceList li {
		width: 50%;
		padding-left: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
		.JS #Services {
		padding-top: 60px;
		padding-bottom: 20px;
	}

	.JS #Services h3 {
		font-size: 115%;
	}

	.JS ul.ServiceList li a {
		font-size: 100%;
	}
}

@media (max-width: 579px) {
	.JS ul.ServiceList li {
		width: 100%;
	}
}

@media (max-width: 399px) {
	.JS #Services {
		padding-top: 35px;
		padding-bottom: 5px;
	}

	.JS #Services h3 {
		font-size: 105%;
	}
}

/*====================*/
/*Topics*/
/*====================*/
#Contents #Download {
	background-color: #f2f2f2;
	margin-bottom: 0;
	padding-bottom: 80px;
}

/* ---[-] ダウンロード・お問い合わせ--- */
/* ダウンロード */
#DownloadContents {
	text-align: center;
}

#DownloadContents h2 {
	margin-bottom: 38px;
	padding-bottom: 22px;
	line-height: 140%;
	font-weight: bold;
	font-size: 185%;
	background-image: none;
	border-bottom: 2px solid #333333;
}

#Contents #DownloadContents .Section {
	padding-bottom: 35px;
	margin-bottom: 0 !important;
	border-bottom: 2px solid #333333;
}
#DownloadContents .Section:last-child {
	margin-bottom: 90px;
}
#DownloadContents .Section#Topics {
	padding-bottom: 22px;
}

#DownloadContents .Section ul.LinkListStyle1 {
	margin-bottom: 0;
	font-size: 100%;
}

#DownloadContents .Section ul.LinkListStyle1 li a {
	color: #333333;
	text-decoration: underline;
}
#DownloadContents .Section ul.LinkListStyle1 li a:hover,
#DownloadContents .Section ul.LinkListStyle1 li a:active {
	text-decoration: none;
}

#DownloadContents .Section ul.LinkListStyle1 li.Pdf a {
	padding-left: 32px;
	padding-right: 35px;
	font-weight: bold;
	background-image: url(../image/download.png), url(../image/PDF_file_icon.png) !important;
	background-position: left center, right center;
	background-size: auto auto;
}

#DownloadContents .Section ul.LinkListStyle1 li span {
	font-weight: normal;
	font-size: 83%;
}

#DownloadContents .Section .DateListStyle2 {
	margin: -1px auto 0;
	padding: 1px 15px 0;
	text-align: left;
	font-size: 100%;
	box-sizing: border-box;
}

#DownloadContents .Section .DateListStyle2 ul li {
	margin-bottom: 10px;
	font-weight: normal;
}

#DownloadContents .Section .DateListStyle2 ul li a {
	padding-right: 0;
	font-size: 100%;
	background-image: none;
	text-decoration: underline;
}
#DownloadContents .Section .DateListStyle2 ul li a:hover,
#DownloadContents .Section .DateListStyle2 ul li a:active {
	text-decoration: none;
}

#Download .AdditionalNotesStyle3 {
	margin-bottom: 5px;
	padding-top: 10px;
}
#Download .AdditionalNotesStyle3:first-of-type {
	margin-top: -30px;
}

@media (max-width: 1304px) {
	#Contents #Download {
		padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
		.JS #DownloadContents h2 {
		padding-bottom: 40px;
		font-size: 170%;
	}

	.JS #DownloadContents .Section {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.JS #DownloadContents .Section > ul.LinkListStyle1 {
		margin-left: 32px;
		text-indent: -32px;
	}

	.JS #DownloadContents .Section ul.LinkListStyle1 li a span {
		display: inline-block;
		margin-left: 32px;
		vertical-align: -1px;
		text-decoration: underline;
	}
	.JS #DownloadContents .Section ul.LinkListStyle1 li a:hover span,
	.JS #DownloadContents .Section ul.LinkListStyle1 li a:active span {
		text-decoration: none;
	}
}

@media (max-width: 579px) {
		.JS #DownloadContents .Section > ul.LinkListStyle1 {
		margin-left: 32px;
		text-indent: -32px;
	}

	.JS #DownloadContents .Section ul.LinkListStyle1 li a span {
		display: inline-block;
		margin-left: 32px;
		vertical-align: -1px;
		text-decoration: underline;
	}
	.JS #DownloadContents .Section ul.LinkListStyle1 li a:hover span,
	.JS #DownloadContents .Section ul.LinkListStyle1 li a:active span {
		text-decoration: none;
	}
}

@media (max-width: 399px) {
		.JS #Download {
		padding-top: 35px;
	}

	.JS #DownloadContents h2 {
		padding-bottom: 25px;
	}

	.JS #DownloadContents .Section {
		margin-bottom: 35px;
	}

	.JS #DownloadContents .Section > ul.LinkListStyle1 {
		margin-left: 22px;
	}

	.JS #DownloadContents .Section .DateListStyle2 {
		font-size: 90%;
	}
}


/*====================*/
/*お問い合わせ*/
/*====================*/
.Contact {
	background-color: #009984;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}

.ContactInner {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 0;
}

.ContactHeadingBox {
	flex: 1;
}

.ContactBtnBox {
	min-width: 240px;
	width: fit-content;
}

.ContactHeading {
	font-size: 180%;
	font-weight: bold;
	background: none;
	padding: 0;
	margin: 0 !important;
}

.ContactBtn {
	display: inline-block;
	background-color: #fff;
	padding: 12px;
	text-align: center;
	color: #009984;
	line-height: 1.6;
	min-width: 240px;
	width: fit-content;
	background-image: url(/products/it/CloudDX/modernization/image/icon_new_window_green.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 26px auto;
	transition: opacity .3s ease, color .3s ease;
}

.ContactBtn:link,
.ContactBtn:visited {
	text-decoration: none;
	color: #009984;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 100vmax;
}

.ContactBtn:hover,
.ContactBtn:active {
	opacity: .9;
	color: #333;
}

@media (max-width: 767px) {
	.ContactInner {
		display: block;
	}

	.ContactHeadingBox {
		text-align: center;
	}


	.ContactHeading {
		font-size: 170%;
		text-align: center;
	}

	.ContactBtnBox {
		width: 100%;
		text-align: center;
	}
}

/*====================*/
/*主要関連会社*/
/*====================*/
#MajorAffiliates {
	background-color: #333;
	color: #fff;
	padding-top: 35px;
	padding-bottom: 35px;
}

.MajorAffiliatesSection + .MajorAffiliatesSection {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.MajorAffiliatesTitle {
	background: none;
	margin: 0 0 1rem !important;
	padding: 0;
	font-size: 1rem;
	font-weight: normal;
}

.MajorAffiliatesList {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.MajorAffiliatesList > li {
	width: calc(calc(100% - 15px * 3 - 30%) / 3);
}

.MajorAffiliatesList > li:nth-child(4n + 2){
	width: 30%;
}

.MajorAffiliatesList > li > a {
	color: #fff !important;
	text-decoration: none !important;
}

.MajorAffiliatesList > li > a:hover,
.MajorAffiliatesList > li > a:active {
	text-decoration: underline !important;
}

.MajorAffiliatesList > li > a.NewWin {
	padding-right: 20px;
	background: url(/image/jp/r1/icon/icon_new_window_white_hd.png) right center no-repeat;
	background-size: 16px auto;
}

@media (max-width: 994px) {
	.MajorAffiliatesList > li {
		width: calc(calc(100% - 15px) / 2) !important;
	}
}

@media (max-width: 767px) {
    .MajorAffiliatesList {
        gap: 5px 15px;
    }
}

@media (max-width: 579px) {
	.MajorAffiliatesList {
		gap: 5px;
	}

	.MajorAffiliatesList > li {
		width: 100% !important;
	}
}