/* ----------------------------------------------------------------------------------------

	トップページCSS

	********************************
　	目次
	********************************
	
  【00】定義置き換え
  【01】見出し
  【02】紙・メディアの電子化で飛躍的に業務効率化
  【03】無料サービスにはない安心のセキュリティ
  【04】クラウドサービスだから始めやすい
  【05】概要イラスト
  【06】特長
  【07】価格
  【08】WPダウンロード
　【09】安心して利用できるサポート体制
  【10】アプリケーション連携訴求

----------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------

  【00】定義置き換え

----------------------------------------------------------------------------------------*/

#title-wrap{
  background: #badcf5 url("../images/top/bg-top3.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  margin-top: 110px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  #title-wrap{
    margin-top: 50px;
    padding: 50px 0;
  }
}

.no-webp #title-wrap{
  background: #badcf5 url("../images/bg-title.jpg") no-repeat center center;
}

#kari{
  position: absolute;
  left: 30px;
  top: 30px;
}

#title-inner{
  width: 1200px;
  height: 510px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1230px) {
  #title-inner{
    width: 1000px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  #title-inner{
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}

#title-inner h1{
  color: #fff;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
	text-shadow:0px 0px 5px rgba(0,0,0,0.75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color=#bf000000,Strength=5)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.Glow(Color=#bf000000,Strength=5);
	line-height: 1.3;
}
@media screen and (max-width: 1230px) {
  #title-inner h1{
		font-size: 50px;
		font-size: 5.0rem;
  }
}
@media screen and (max-width: 768px) {
  #title-inner h1{
    font-size: 24px;
		margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #title-inner .r-btn {
    padding: 10px 16px;
    font-size: 1.5rem;
    min-width: initial;
    min-width: auto;
    width: 100%;
  }
}

#title-inner br{
  display: none;
}
@media screen and (max-width: 768px) {
  #title-inner br{
    display: block;
  }
}

#title-inner h2{
	width:100%;
	text-align: center;
	color: #FFF;
	font-size: 29px;
	font-size: 2.9rem;
  font-weight: 500;
	text-shadow:0px 0px 5px rgba(0,0,0,0.75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color=#bf000000,Strength=5)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.Glow(Color=#bf000000,Strength=5);
	margin-bottom: 10px;
  order: -1;
}
@media screen and (max-width: 768px) {
  #title-inner h2{
		font-size: 18px;
		font-size: 1.8rem;
  }
}

.mark-area{
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .mark-area{
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin-top: 30px;
  }
}


.mark-area img{
  height: 75px;
  width: auto;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .mark-area img{
    height: 60px;
  }
}


#title-illust{
  width: 46%;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  #title-illust{
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

#title-illust img{
  width: 100%;
  height: auto;
}

.sec-inner{
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec-inner{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sec-inner:first-child{
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .sec-inner:first-child{
    padding-top: 35px;
  }
}

@media screen and (max-width: 1230px) {
  .sec-title-s{
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-title-s{
    font-size: 2.0rem;
  }
}


.topic-wrap {
  background: #f4faff;
  border-top: 1px solid #cbdeed;
  border-bottom: 1px solid #d9eaf7;
}


.topic-title {
  width: 120px;
  text-align: left;
}


/* ----------------------------------------------------------------------------------------

  【01】見出し

----------------------------------------------------------------------------------------*/
.sec-title{
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec-title{
    margin-bottom: 25px;
  }
}

.sec-title span{
  font-size: 20px;
  font-size: 2rem;
  display: block;
  color: #1a98da;
}


/* ----------------------------------------------------------------------------------------

  【02】概要

----------------------------------------------------------------------------------------*/
.icon-anime{
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-anime>div{
  width: 222px;
	margin: 0 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
	.icon-anime>div{
		margin: 0 10px;
    font-size: 13px;
	}
}

.btn-bcp{
  padding: 12px 18px;
  border-radius: 10px;
  color: #FFF !important;
  font-weight: bold;
  background: #e59928;
}
  
.btn-bcp:hover {
  background: #ff9800;
  text-decoration: none;
}
  
.btn-bcp:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f35a";
  margin-left: 5px;
}


/* ----------------------------------------------------------------------------------------

  【03】FAX出社、やめられます

----------------------------------------------------------------------------------------*/

.sec-telework{
	/*background: #ecf3f9;*/
}

.mc-telework-detail-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mc-telework-detail-1block{
	width: 30%;
	border:1px solid #e7eff7;
  background: #f8fafc;
}
@media screen and (max-width: 768px) {
	.mc-telework-detail-1block{
		width: 100%;
	}
}

.mc-telework-1block-image img{
	display: block;
}

.mc-telework-1block-image{
	border-bottom:1px solid #e7eff7;
}

.mc-telework-1block-inner{
	padding: 30px;
}

.mc-telework-detail-1block h3{
	font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
	text-align: center;
}

.mc-telework-1block-text{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}

/* ----------------------------------------------------------------------------------------

  【04】他社との比較表
		
------------------------------------------------------------------------------------------- */
.sec-comparison-wrap{
	background: url("../images/top/bg-comparison.webp") center top no-repeat;
	background-size: cover;
}
.no-webp .sec-comparison-wrap{
  background: url("../images/top/bg-comparison.jpg") center top no-repeat;
}


.comprison-wrap{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.sec-comparison-wrap dl{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 15px;
	font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
	.sec-comparison-wrap dl{
		font-size: 13px;
		font-size: 1.3rem;
	}
}


.sec-comparison-wrap dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sec-comparison-wrap dt{
	width: 41%;
	background: #FFF;
	font-weight: bold;
	padding: 20px 15px 20px 25px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
	display: flex;
	align-items: center;
	position: relative;
}
@media screen and (max-width: 768px) {
	.sec-comparison-wrap dt{
		padding: 10px;
		width: 34%;
	}
}

.sec-comparison-wrap .point-y,
.sec-comparison-wrap .point-b{
	width: 60px;
	height: 40px;
	border-radius: 100vh;
	color: #FFF;
	position: absolute;
	left: -45px;
	top: 50%;
  transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec-comparison-wrap .point-y{
	background: #AABF38;
}
.sec-comparison-wrap .point-b{
	background: #258CC5;
}
@media screen and (max-width: 768px) {
	.sec-comparison-wrap .point-y,
	.sec-comparison-wrap .point-b{
		display: none;
	}
}


.sec-comparison-wrap dt .imp{
	font-size: 36px;
	padding: 0 5px;
}
@media screen and (max-width: 768px) {
	.sec-comparison-wrap dt .imp{
		font-size: 20px;
		padding: 0 5px;
	}
}

.sec-comparison-wrap dt.pd{
	padding: 5px 15px 5px 25px;
}
@media screen and (max-width: 768px) {
	.sec-comparison-wrap dt.pd{
		padding: 5px 10px;
	}
}

.sec-comparison-wrap dd.p-cloud,
.sec-comparison-wrap dd.p-other{
	width: 18%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	margin: 0;
	background: #FFF;
	border-bottom: 1px solid #EFEFEF;
}
.sec-comparison-wrap dd.p-cloud{
	width: 23%;
	border-left: 3px solid #EBD542;
	border-right: 3px solid #EBD542;
	flex-direction: column;
	background: #fffcd7;
	font-weight: bold !important;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.sec-comparison-wrap dd.p-cloud{
		width: 30%;
		font-size: 16px;
	}
}

.sec-comparison-wrap dd.p-cloud--last{
	border-bottom: 3px solid #EBD542;
}

.sec-comparison-wrap .comparison-head dt,
.sec-comparison-wrap .comparison-head dd{
	background: #1a98da;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.sec-comparison-wrap{
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}
.comparison-head .p-cloud{
	border-left: 3px solid #EBD542;
	border-right: 3px solid #EBD542;
	border-top: 3px solid #EBD542;
	background: #ceae0f !important;
}


/* ----------------------------------------------------------------------------------------

  【05】モデルケース
		
------------------------------------------------------------------------------------------- */
.mc-plan-wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.mc-plan-wrap{
		justify-content: space-around;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.mc-plan-wrap{
		flex-wrap: wrap;
	}
}

.mc-plan-1block{
	width: 30%;
	position: relative;
}
@media screen and (max-width: 480px) {
	.mc-plan-1block{
		width: 100%;
		display: flex;
		padding: 20px;
	}
}

.plan1{
	background: rgba(90,168,221,0.5);
}

.plan3{
	background: rgba(227,227,0,0.5);
}

.plan2{
	background: rgba(90,168,221,0.5);
}

.plan-text{
	padding: 20px;
	font-size: 14px;
}
@media screen and (max-width: 480px) {
	.plan-text{
		padding: 0px;
		padding-left: 20px;
		font-size: 13px;
	}
}

.plan-mark1,
.plan-mark2,
.plan-mark3{
	position: absolute;
	top: -50px;
	left: -50px;
}
@media screen and (max-width: 1230px) {
	.plan-mark1,
	.plan-mark2,
	.plan-mark3{
		position: absolute;
		top: -40px;
		left: -30px;
	}
}
@media screen and (max-width: 768px) {
	.plan-mark1,
	.plan-mark2,
	.plan-mark3{
		position: absolute;
		top: -25px;
		left: -20px;
	}
	.plan-mark1 img,
	.plan-mark2 img,
	.plan-mark3 img{
		width: 90px;
		height: auto;
	}
}


.mc-bnr-wrap{
  display: flex;
  justify-content: center;
}

.mc-bnr-wrap div{
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .mc-bnr-wrap{
    flex-wrap: wrap;
  }
  .mc-bnr-wrap div{
    width: 100%;
    margin-bottom: 10px;
  }
}


/* ----------------------------------------------------------------------------------------

  【06】特長
		
------------------------------------------------------------------------------------------- */
.sec-feature-wrap .sec-inner{
  padding-bottom: 0;
}

.sec-feature-wrap h3{
  font-family: "UD新ゴ DB", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 15px;
  text-decoration: underline;
  font-size: 18px;
}

.sec-feature-wrap h3 span{
  font-size: 13px;
}

.mc-feature-inner{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
}

.mc-feature-1block{
  width: 33.3%;
  padding: 25px;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  text-align: center;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 1230px) {
  .mc-feature-1block{
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .mc-feature-1block{
    width: 100%;
  }
}

.mc-feature-1block--25per{
	width: 25%;
}
@media screen and (max-width: 1230px) {
	.mc-feature-1block--25per{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.mc-feature-1block--25per{
		width: 100%;
	}
}

.mc-feature-text{
  text-align: left;
  font-size: 14px;
	font-size: 1.4rem;
}

.mc-feature-1block img{
  padding: 20px;
}

.mc-feature-1block--1col{
  width: 100%;
}

.mc-feature-1block--2col{
  width: 50%;
}



/* ----------------------------------------------------------------------------------------

  【07】価格
		
------------------------------------------------------------------------------------------- */
.sec-price-wrap{
  background: #ecf3f9;
	/*background: linear-gradient(to bottom,#FFF,#ecf3f9 30%,#ecf3f9);*/
}

.price-ex-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.price-ex-1blcok{
	width: 30%;
	background: #FFF;
	border: 1px solid #e7e7e7;
}
@media screen and (max-width: 768px) {
	.price-ex-1blcok{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.price-ex-1blcok:first-child{
		margin-top: 0;
	}
}

.ex-total{
	padding: 25px;
	color: #FFF;
	font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
	position: relative;
}
@media screen and (max-width: 768px) {
	.ex-total{
		font-size: 14px;
		font-size: 1.4rem;
		padding: 15px;
	}
}

.ex-total span{
	font-size: 36px;
	font-size: 3.6rem;
	font-family: "UD新ゴ DB", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: 5px;
}
@media screen and (max-width: 768px) {
	.ex-total span{
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.ex-title{
	z-index: 5;
}

.ex-black{
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
}

.ex-plan1{
	background: url("../images/top/plan-photo1.webp") no-repeat center center;
	background-size: cover;
}
.no-webp .ex-plan1{
	background: url("../images/top/plan-photo1.jpg") no-repeat center center;
}

.ex-plan2{
	background: url("../images/top/plan-photo2.webp") no-repeat center center;
	background-size: cover;
}
.no-webp .ex-plan2{
	background: url("../images/top/plan-photo2.jpg") no-repeat center center;
}

.ex-plan3{
	background: url("../images/top/plan-photo3.webp") no-repeat center center;
	background-size: cover;
}
.no-webp .ex-plan3{
	background: url("../images/top/plan-photo3.jpg") no-repeat center center;
}


.ex-detail{
	padding: 25px 35px;
	font-size: 16px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.ex-detail{
		font-size: 14px;
		font-size: 1.4rem;
		padding: 20px 25px;
	}
}

.ex-detail-title{
	font-family: "UD新ゴ DB", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.ex-detail-title{
		margin-bottom: 5px;
		font-size: 20px;
	}
}

.ex-detail-item{
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "UD新ゴ R", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2.0;
	margin-bottom: 15px;
}

.ex-detail-item-title{
	text-decoration: underline;
	font-family: "UD新ゴ DB", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.ex-detail-item-title{
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.ex-detail-item span.ex-r{
	padding: 3px 5px;
	background: #3aa1d2;
	color: #FFF;
	margin-right: 5px;
}

.ex-detail-item span.ex-s{
	padding: 3px 5px;
	background: #1d2088;
	color: #FFF;
	margin-right: 5px;
}

.ex-detail-item-small{
	padding-left: 20px;
}

.ex-detail-list li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	padding-right: 5px;
}

.ex-detail-list li{
	margin-bottom: 5px;
}

.ex-detail-at{
	font-size: 28px;
	font-weight: bold;
	padding: 0 5px;
}
@media screen and (max-width: 768px) {
	.ex-detail-at{
		font-size: 20px;
	}
}


/* ----------------------------------------------------------------------------------------

  【08】WPダウンロード
		
------------------------------------------------------------------------------------------- */
.abolish-fax-wrap {
  background: #02558b;
  padding: 70px 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #FFF;
  flex-wrap: wrap;
}
.abolish-fax-image {
  width: 320px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .abolish-fax-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.abolish-fax-image img {
  filter: drop-shadow(3px 3px 3px #043c61);
}
.abolish-fax-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.abolish-fax-title-s {
  font-size: 18px;
  margin-bottom: 3px;
}
.abolish-fax-title {
  color: #efec6a;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .abolish-fax-title {
    font-size: 18px;
  }
}
.abolish-fax-text .r-btn--blue {
  background: #fff;
  color: #0079c0;
  border: 2px solid rgb(186 206 219)
}
.abolish-fax-text .r-btn--blue:hover {
  background: #0079c0;
  color: #fff;
  border: 2px solid rgb(186 206 219)
}
@media screen and (max-width: 768px) {
  .abolish-fax-text ul {
    margin-bottom: 20px;
  }
}


/* ----------------------------------------------------------------------------------------

  【09】安心して利用できるサポート体制

----------------------------------------------------------------------------------------*/
.sec-support-wrap{
  background: linear-gradient(to bottom, #ecf3f9, #FFF 70%, #FFF);
}

.mycloud-support-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mycloud-support-wrap a{
  color: #FFF !important;
}
.mycloud-support-wrap a:hover{
  color: #ffeb00 !important;
}
.mycloud-support1{
  width: 25%;
  margin-right: 3%;
  /*  border:1px solid #EEE;*/
  padding: 30px;
  background: #67b16d;
  color: #FFF;
}
.mycloud-support2{
  width: 25%;
  margin-right: 3%;
  /*  border:1px solid #EEE;*/
  padding: 30px;
  background: #6393bb;
  color: #FFF;
}
.mycloud-support-illust{
  width: 240px;  
}
.mycloud-support-illust img{
  width: 240px;
  height: auto;
}
.mycloud-support-wrap h3{
  font-size: 2.0rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mycloud-support1,
  .mycloud-support2{
    width: 45%;
  }
  .mycloud-support-illust{
    width: 100%;
    order: -1;
    text-align: center;
    margin-bottom: 20px;
  }
  .mycloud-support-illust img{
    width: 150px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .mycloud-support1,
  .mycloud-support2{
    width: 100%;
  }
  .mycloud-support1{
    margin-bottom: 20px;
  }
}



/* ----------------------------------------------------------------------------------------

  【10】アプリケーション連携訴求

----------------------------------------------------------------------------------------*/

.sec-app{
  background: #e0f3f8 url("../images/top/bg-app.webp") no-repeat center top;
  background-size: cover;
  border-top: 1px solid #c9e5eb;
  border-bottom: 1px solid #c9e5eb;
}
.app-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.app-text{
  width: 500px;
}
@media screen and (max-width: 768px) {
  .app-text{
    width: 100%;
    text-align: center;
  }
}

.app-text h2{
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .app-text h2{
    text-align: center;
  }
}


.app-list{
  margin-left: 30px;
  flex:1;
}
@media screen and (max-width: 768px) {
  .app-list{
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.app-list ul{
  display: flex;
  flex-wrap: wrap;
}
.app-list .app-system{
  width: 215px;
  background: #FFFF;
  font-weight: 700;
  padding: 10px;
  border: 1px solid #afe0f1;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
}
@media screen and (max-width: 1230px) {
  .app-list .app-system{
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .app-list .app-system{
    width: 48%;
  }
}
