@charset "utf-8";

/**
 *
 *  Zenlogicトップページ
 *
 */

body {
	opacity: 0;
}
.fade {
	opacity: 1;
	transition: .5s;
}


/*--------------------------------------------------------------------------
   その他、共通
---------------------------------------------------------------------------*/
.pointer {
	cursor: pointer;
}
.content {
	max-width: 1040px;
	margin: 0 auto;
}
#Advantage,
#Service,
#Case {
	padding-top: 85px;
	padding-bottom: 85px;
}
h3 {
	color: #1d243e;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 30px;
}
p {
	font-size: 1.6rem;
	line-height: 1.7;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex.cv {
	justify-content: center;
}
a {
	color: #6a91ff;
}
a.btn {
	display: block;
	text-decoration: none;
	border-radius: 6px;
	background: #333;
	color: #fff;
	text-align: center;
	width: 285px;
	margin: 0 auto;
	font-size: 2.0rem;
	line-height: 1.3;
	padding: 10px 5px 7px;
	box-sizing: border-box;
	border: 3px solid #333;
}
.cv a.btn {
	margin: 40px 15px 0;
}
a.btn span {
	display: block;
	font-size: 1.4rem;
}
a.btn.dl {
	padding-top: 19px;
}
a.btn.navy {
	background: #1d243e;
	border-color: #1d243e;
	height: 67px;
}
a.btn:hover {
	background: #fff;
	color: #333;
	transition: .5s;
}
a.btn.navy:hover {
	color: #1d243e;
}
a.btn span {
	font-size: 1.6rem;
	line-height: 1.3;
}
a.btn.blank span {
	position: relative;
	display: inline-block;
	margin-left: -12px;
}
a.btn.blank span:after {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/icn_new_window_w.svg) no-repeat 0 0 / 13px;
	top: 50%;
	right: -18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.btn.blank.solid span:after {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/icn_new_window.svg) no-repeat 0 0 / 13px;
}
a.btn.blank:hover span:after {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/icn_new_window.svg) no-repeat 0 0 / 13px;
}
a.btn.blank.solid:hover span:after {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/icn_new_window_w.svg) no-repeat 0 0 / 13px;
}

/*--------------------------------------------------------------------------
	メインビジュアル
---------------------------------------------------------------------------*/
#MV {
	background: url(//cdn.www.idcf.jp/rentalserver/images/index/new/bg_mv_gray.png) no-repeat 0 0 / cover , #f8f8f8;
	min-height: 400px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 55px;
	box-sizing: border-box;
}
#MV .content {
	position: relative;
}
#MV h2 {
	color: #1d243e;
	font-size: 3.6rem;
	line-height: 1.4;
	margin-bottom: 15px;
}
#MV h1 {
	max-width: 205px;
	margin: 0 auto 20px;
}
#MV .circle {
	background: #527fff;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.2;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	padding-top: 35px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#MV .circle p {
	font-size: 2.0rem;
	line-height: 1.2;
}


/*--------------------------------------------------------------------------
	Zenlogicの特長
---------------------------------------------------------------------------*/
#Advantage {
	background:#FFF;
}
#Advantage .flex > div {
	width: 22%;
}
#Advantage figure {
	max-width: 162px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#Advantage h4 {
	font-size: 1.7rem;
	color: #1d243e;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 20px;
}


/*--------------------------------------------------------------------------
	サービスラインナップ
---------------------------------------------------------------------------*/

#Service {
	background: #f8f8f8;
}
#Service h4 {
	color: #1d243e;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 20px;
}
#Service .service_zen {
	background: #fff;
	width: 100%;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 8%);
	padding: 30px 10px;
	box-sizing: border-box;
	border-top: 6px solid;
	text-align: center;
	margin-bottom: 50px;
}
#Service .service_zen.idcf {
	border-color: #439bf1;
}
#Service .service_zen.aws {
	border-color: #ff9900;
}
#Service .service_zen h2 {
	margin-bottom: 10px;
}
#Service .service_zen h2 + p {
	color: #1d243e;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#Service .service_zen dl {
	display: flex;
	align-items: baseline;
	justify-content: center;
}
#Service .service_zen dl:first-of-type {
	margin-bottom: -6px;
}
#Service .service_zen dl dt {
	color: #6b7393;
	font-size: 1.2rem;
	margin-right: 10px;
}
#Service .service_zen dl dd {
	color: #43485b;
	font-size: 1.6rem;
}
#Service .service_zen dl dd:nth-last-of-type(2) {
	margin-right: 20px;
}
#Service .service_zen a.btn {
	width: 184px;
	font-size: 1.6rem;
	padding: 12px 5px;
	margin: 10px 5px 0;
}
#Service .service_zen.idcf a.btn {
	background: #439bf1;
	border: 2px solid #439bf1;
}
#Service .service_zen.idcf a.btn.solid {
	background: #fff;
	color: #439bf1;
}
#Service .service_zen.idcf a.btn:hover {
	background: #fff;
	color: #439bf1;
}
#Service .service_zen.idcf a.btn.solid:hover {
	background: #439bf1;
	color: #fff;
}
#Service .service_zen.aws a.btn {
	background: #ff9900;
	border: 2px solid #ff9900;
}
#Service .service_zen.aws a.btn.solid {
	background: #fff;
	color: #ff9900;
}
#Service .service_zen.aws a.btn:hover {
	background: #fff;
	color: #ff9900;
}
#Service .service_zen.aws a.btn.solid:hover {
	background: #ff9900;
	color: #fff;
}
#Service .service_other a {
	width: 32%;
	background: #fff;
	color: #1d243e;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 8%);
	padding: 45px 10px;
	border-top: solid 5px #1d243e;
}
#Service .service_other a span {
	position: relative;
	margin-left: 22px;
}
#Service .service_other a span:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: -38px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#Service .service_other a.domain span:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/rentalserver/top/icn_service-other01.svg) no-repeat 0 0 / 30px;
}
#Service .service_other a.groupware span:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/rentalserver/top/icn_service-other02.svg) no-repeat 0 0 / 30px;
}
#Service .service_other a.mail span:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/rentalserver/top/icn_service-other03.svg) no-repeat 0 0 / 30px;
}
#Service .service_other a.ssl span:before {
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/rentalserver/top/icn_service-other04.svg) no-repeat 0 0 / 30px;
	top: 45%;
}
#Service .service_other a:hover {
	opacity: .5;
	transition: .5s;
}


/*--------------------------------------------------------------------------
	ご利用者さまの声・導入事例
---------------------------------------------------------------------------*/

#Case .voice {
	margin-bottom: 90px;
}
#Case .voice p {
	width: 23%;
	background: #cae2fc;
	border-radius: 50%;
	max-width: 245px;
	height: 245px;
	padding: 45px;
	box-sizing: border-box;
	line-height: 1.6;
	position: relative;
}
#Case .voice p:nth-of-type(2n) {
	background: #b2d2fd;
}
#Case .voice p:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 30px;
	background: url(//cdn.www.idcf.jp/sevice_shared/img/svg/rentalserver/top/icn_case-voice01.svg) no-repeat 0 0 / 18px;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#Case .voice p:nth-of-type(2n):before {
	background-image: url(//cdn.www.idcf.jp/sevice_shared/img/svg/rentalserver/top/icn_case-voice02.svg);
}
#Case .voice p:after {
	content: '';
	position: absolute;
	border-top: 20px solid #cae2fc;
	border-right: 12px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 12px solid transparent;
	bottom: -38px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#Case .voice p:nth-of-type(2n):after {
	border-top: 20px solid #b2d2fd;
}
#Case .case > div {
	width: 48%;
	position: relative;
	margin-bottom: 60px;
}
#Case .case > div a {
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 100;
}
#Case .case > div a:hover {
	background: #fff;
	opacity: .3;
	transition: .5s;
}
#Case .case > div figure {
	width: 40%
}
#Case .case > div figure img {
	width: 185px;
	height: 185px;
	border-radius: 50%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
#Case .case > div:first-of-type figure img {
	object-position: 0;
}
#Case .case > div:nth-of-type(2) figure img {
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;'; /*IE対策*/
	background: #b6c5d7;
}
#Case .case > div:nth-of-type(3) figure img,
#Case .case > div:nth-of-type(4) figure img {
	object-position: -75px;
	font-family: 'object-fit: cover; object-position: -75px'; /*IE対策*/
}
#Case .case > div > div {
	background: #f8f8f8;
	width: 59%;
	border-radius: 15px;
	position: relative;
	padding: 25px 20px 50px;
	box-sizing: border-box;
}
#Case .case > div > div:before {
	content: '';
	position: absolute;
	border-top: 10px solid transparent;
	border-right: 15px solid #f8f8f8;
	border-bottom: 10px solid transparent;
	top: 30px;
	left: -14px;
}
#Case .case h5 {
	color: #527fff;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 10px;
}
#Case .case h5 + p {
	padding: 5px;
}
#Case .case span {
	color: #9e9e9e;
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
#Case .cv a.btn {
	margin-top: 0;
}


/*--------------------------------------------------------------------------
	Headline（お知らせ）
---------------------------------------------------------------------------*/
#Headline{
	min-height:90px;
	position:relative;
	background: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 13px;
}
#Headline .sec-inner{
	display: flex;
}
#Headline h2{
	width:11%;
	height:56px;
	line-height: 56px;
	-ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	display:block;
	background: #1c3140;
	color: #fff;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	text-align: center;
}

#Headline .slider{
	background:#FFF;
	width: 89%;
	height: 56px;
	position: relative;
	-ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	display: none;
	box-sizing:border-box;
	border:1px solid #E5E5E5;
	border-left:none;
}
#Headline .slider .inner{
	position: absolute;
	left: 24px;
	overflow: hidden;
	width: 720px;
	height: 56px;
}
#Headline .slider .list{
	margin-top: -1em;
	overflow:hidden;
	position: absolute;
	top: 50%;
	left: 0;
}
#Headline .slider a{
	color: #444;
}
#Headline .slider .control{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -1em;
}
#Headline .slider .control img{
	vertical-align: middle;
}
#Headline .slider .control .prev,
#Headline .slider .control .next,
#Headline .slider .control .count{
	display: inline;
	vertical-align: middle;
}
#Headline .slider .control .count{
	margin: 0 6px;
}

#Headline p.link{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: right;
	padding-bottom: 10px;
}
#Headline p.link a{
	color: #666;
	font-size:12px;
	font-size:1.2rem;
	text-decoration: none;
}
#Headline p.link a:hover{
	text-decoration: underline;
}

#Headline dl{
	float: left;
	width: 720px;
	overflow:hidden;
}
#Headline dt{
	width: 110px;
	margin-top:0.5%;
	font-size: 12px;
	font-size: 1.2rem;
	float: left;
}
#Headline dd{
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

/* fs側追加 */
#Headline .tag {
	display: inline-block;
	width: 120px;
	height: 22px;
	margin-right: 5px;
	padding-bottom:2px;
	border-radius: 5px;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
	font-size:12px;
	font-size:1.2rem;
}
#Headline .tag.type01 {
	color: #FFF;
	background: none repeat scroll 0% 0% #f3ae4e;
}
#Headline .tag.type02 {
	color: #FFF;
	background: none repeat scroll 0% 0% #4eb1cb;
}

#Headline .tag.type03 {
	color: #FFF;
	background: none repeat scroll 0% 0% #4ab471;
}


/*----------------------------------------------------------------------------------------------------
	for タブレット（1039px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1039px) {
	.content {
		width: 95%;
	}
	#MV h2 {
		font-size: 3.0rem;
	}
	#MV .circle {
		font-size: 1.5rem;
		width: 150px;
		height: 150px;
		padding-top: 30px;
	}
	#MV .circle p {
		font-size: 1.5rem;
	}
	#Advantage .flex > div {
		width: 48%;
		margin-bottom: 35px;
	}
	#Service .service_other a {
		width: 48%;
		margin-bottom: 20px;
	}
	#Case .voice {
		margin-bottom: 60px;
	}
	#Case .voice p {
		max-width: none;
		width: 48%;
		height: auto;
		margin-bottom: 30px;
	}
	#Case .case > div {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 10px;
	}
	#Case .case > div:last-of-type {
		margin-bottom: 60px;
	}
	#Headline {
		margin: 0 auto;
	}
	#Headline .sec-inner {
		display: flex;
	}
	#Headline h2 {
		width: 20%;
		font-size: 1.2rem;
		height: 100px;
		line-height: 100px;
	}
	#Headline .slider {
		width: 80%;
		height: 100px;
	}
	#Headline .slider .inner {
		width: 100%;
		box-sizing: border-box;
		height: 100px;
		left: 0;
	}
	#Headline .slider .list {
		top: 0;
		width: 100!important;
	}
	#Headline dl {
		float: none;
		width: 600px;
		padding: 0 12px;
		font-size: 1.3rem;
	}
	#Headline dt {
		float: none;
		margin-top: 25px;
	}
	#Headline dd {
		width: 100%;
		float: none;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#Headline dd span {
		display: block;
	}
	#Headline .slider .control {
		top: 15px;
		right: 6px;
	}
	#Headline p.link a {
		margin-right: 15px;
	}
}

/*----------------------------------------------------------------------------------------------------
	for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	#MV .circle {
		display: none;
	}
	.cv a.btn,
	#Case .cv a.btn {
		margin-top: 10px;
	}
	#Service .service_zen {
		width: 100%;
	}
	#Service .service_zen.idcf {
		margin-bottom: 20px;
	}
	#Headline dl {
		width: 400px;
	}
	#Headline .slider .control .count {
		font-size: 1.2rem;
	}
	#Headline .slider .control .prev,
	#Headline .slider .control .next {
		vertical-align: baseline;
	}
}

/*----------------------------------------------------------------------------------------------------
	for SP（499px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 499px) {
	.content {
		width: 90%;
	}
	#MV {
		background-position: right;
		min-height: 385px;
	}
	#MV h2 {
		font-size: 2.0rem;
	}
	#Advantage .flex > div {
		width: 100%;
	}
	#Advantage figure,
	#Advantage h4 {
		margin-bottom: 10px;
	}
	#Service .service_other a {
		width: 100%;
	}
	#Case .voice p {
		width: 100%;
	}
	#Case .case > div figure img {
		width: 120px;
		height: 120px;
	}
	#Case .case > div:nth-of-type(3) figure img,
	#Case .case > div:nth-of-type(4) figure img {
		object-position: -47px;
	}
	#Case .case > div p {
		font-size: 1.4rem;
	}
	#Headline dl {
		width: 250px;
	}
}