@charset "UTF-8";
body{
  color: #1E1E1E;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
  background: #EEEFEF;
}

img {
	max-width: 100%;
}
figure {
  margin: 0;
	line-height: 0;
}
figcaption {
	line-height: 1.4;
}
a {
	text-decoration: none;
	color: #444;
}
li {
	list-style: none;
}
header {
  width: 100%;
  position: fixed;
	left: 0;
	top: 0;
  z-index: 999;
}
header .inner{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  height: 100px;
  margin: 0 auto;
}
.header{
  display: block;
  width: 100%;
  height: 100px;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background-color: #07599D;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header img{
  display: block;
  width: 100%;
  height: 100px;
  max-width: inherit;
  mix-blend-mode: multiply;
}
footer{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
copyright{
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  font-weight: bold;
  text-align: center;
}
h1{
  font-size: 40px;
  line-height: 1;
}
h2{
  font-size: 36px;
  line-height: 1.333;
}

.ttl{
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
.ttl:after{
  content:"";
  width: 80px;
  height: 10px;
  background: #07599D;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.border{
  width: 1080px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
.border span{
  display: inline-block;
  padding: 0 36px;
  background: #EEEFEF;
  position: relative;
  z-index: 1;
}
.border:after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #1E1E1E;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.blue{
  color: #07599D;
}
.bold{
  font-weight: bold;
}
.center{
  text-align: center;
}
.flex{
  display: -webkit-flex;
  display: flex;
}

nav{
  margin-left: auto;
}
nav ul{
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
}
nav ul li{
  margin-right: 60px;
}
nav ul li a{
  color: #fff;
  font-size: 18px;
}
nav ul li a:hover,
nav ul li a:focus{
  color: #fff;
}

.btnContact a{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 1.333;
  background: #9D0759 url("../img/arrow_white.png") no-repeat calc(100% - 20px) center;
  border-radius: 60px;
}
ul.list{
  margin: 0;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.75;
}
ul.list li{
  margin-bottom: 1.0em;
  text-indent: -20px;
}
ul.list li:before{
  content:"";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #07599D;
  border-radius: 10px;
}

main{
  height: 600px;
  padding-top: 225px;
  background: url("../img/bg_main.png") repeat-x top center;
  box-sizing: border-box;
}
main .inner{
  width: 1280px;
  margin: 0 auto;
  padding: 0 70px;
}
main h1{
  text-align: left;
  text-indent: -10px;
}
main .lead{
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

#contents{
}
#contents>div{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#solution{
  padding-top: 70px;
  padding-bottom: 140px;
  background: #fff;
}
#solution h2{
  margin-bottom: 60px;
}
#solution .solutions,
#solution .office{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1280px;
}
#solution .solutions{
  margin-bottom: 100px;
}
#solution .solutions>div{
  width: 420px;
  margin-top: 10px;
  position: relative;
}
#solution .solutions>div a{
  display:block;
  position:relative;
}
#solution .solutions>div a:hover,
#solution .solutions>div a:focus{
  opacity: 0.8;
  text-decoration: none;
}
#solution .solutions>div.solution6 a:after{
  content: url("../img/corner_blank.png");
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#solution .solutions>div .text{
  width: 100%;
  height: 220px;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  bottom: 40px;
  left: 0;
}
#solution .solutions>div .text h3{
  margin-bottom: 15px;
  color:#fff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  position: relative;
  z-index: 1;
}
#solution .solutions>div .text p{
  margin: 0;
  color:#fff;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
#solution .solutions>div .text p:last-child{
  margin-top: 1.0em;
}
#solution .solutions>div .text:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#solution .solutions>div.solution1 .text:before{
  background: rgba(7,89,157,0.8);
}
#solution .solutions>div.solution2 .text:before{
  background: rgba(7,14,157,0.8);
}
#solution .solutions>div.solution3 .text:before{
  background: rgba(89,157,7,0.8);
}
#solution .solutions>div.solution4 .text:before{
  background: rgba(75,7,157,0.8);
}
#solution .solutions>div.solution5 .text:before{
  background: rgba(0,152,113,0.8);
}
#solution .solutions>div.solution6 .text:before{
  background: rgba(30,30,30,0.8);
}
#solution .office{
  padding: 0 100px;
  box-sizing: border-box;
}
#solution .office .left{
  width: 480px;
}
#solution .office .right{
  width: 540px;
  padding-top: 80px;
}
#solution .office h3{
  margin-bottom: 15px;
  padding-bottom: 38px;
  text-align: left;
  border-bottom: 1px solid #646464;
}
#solution .office p{
  margin-bottom: 30px;
  font-size: 20px;
}
#solution .office table tr{
  border-bottom: 1px dotted #646464;
}
#solution .office table th,
#solution .office table td{
  height: 60px;
  padding: 10px 2px 9px;
  font-size: 18px;
  vertical-align: middle;
}
#solution .office table th{
  width: 140px;
}
#solution .office table td{
  width: 330px;
  padding-left: 10px;
}

#telework{
  padding-top: 140px;
  padding-bottom: 160px;
  background: #EEEFEF;
}
#telework h2{
  margin-bottom: 60px;
}
#telework .teleworks{
  justify-content: space-between;
  width: 1280px;
  margin-bottom: 120px;
}
#telework .teleworks>div{
  width: 400px;
  height: 400px;
  position: relative;
  box-sizing: border-box;
}
#telework .teleworks>div a:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#telework .teleworks>div a{
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #fff;
  position: relative;
}
#telework .teleworks>div a:hover,
#telework .teleworks>div a:focus{
  text-decoration: none;
  opacity: 0.8;
}
#telework .teleworks h3,
#telework .teleworks p{
  position: relative;
  z-index: 1;
}
#telework .teleworks h3{
  margin-top: 110px;
  margin-bottom: 45px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4285;
  text-align: left;
}
#telework .teleworks p{
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}
#telework .teleworks .telework1{
  background: url("../img/img_telework1.png") no-repeat center;
}
#telework .teleworks .telework2{
  background: url("../img/img_telework2.png") no-repeat center;
}
#telework .teleworks .telework3{
  background: url("../img/img_telework3.png") no-repeat center;
}
#telework .teleworks .telework3:after{
  content: url("../img/corner_blank.png");
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#microsoft365{
  width: 1080px;
  padding-bottom: 60px;
  border: 2px solid #07599D;
}
#microsoft365 h3{
  width: 480px;
  margin: -30px auto 40px;
  padding: 0 60px;
  background: #EEEFEF;
}
#microsoft365 .lead{
  margin-top: 32px;
  margin-bottom: 50px;
  font-size: 16px;
  text-align: center;
}
#microsoft365 table{
  width: 960px;
  margin: 0 auto;
}
#microsoft365 td{
  width: 320px;
  height: 320px;
  padding: 39px;
  font-size: 16px;
  vertical-align: top;
  background: #fff;
  border: 1px solid #07599D;
}
#microsoft365 td.first{
  color: #fff;
  font-size: 28px;
  text-align: center;
  vertical-align: middle;
  background: #07599D;
}
#microsoft365 td.first span{
  text-align: left;
}
#microsoft365 td figure{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  margin-bottom: 36px;
  color: #07599D;
  font-size: 24px;
  font-weight: bold;
}

#vdi{
  padding-bottom: 120px;
  background: #fff url("../img/img_vdi.png") no-repeat top right;
}
#vdi .inner{
  width: 1080px;
  padding-top: 140px;
  padding-bottom: 120px;
}
#vdi .inner h2{
  margin-bottom: 40px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
#vdi .inner h2 span{
  font-size: 28px;
}
#vdi .inner h3{
  text-align: left;
}
#vdi .vdiList{
  margin-bottom: 55px;
  padding: 0;
  font-size: 16px;
}
#vdi .vdiList li{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#vdi .vdiList li:before{
  margin-right: 10px;
}
#vdi .vdiList li:nth-of-type(1):before{
  content: url("../img/virtual-desktop.png");
}
#vdi .vdiList li:nth-of-type(2):before{
  content: url("../img/hzn008.png");
}
#vdi .vdiMerit{
  width: 460px;
  padding: 40px;
  background: #fff;
  border: 1px solid #07599D;
  position: relative;
}
#vdi .vdiMerit h3{
  width: auto;
  display: inline-block;
  margin-top: -0.5em;
  margin-left: -1px;
  padding: 28px;
  font-size: 28px;
  font-weight: bold;
  background: #fff;
  transform: translate(-28px,-28px);
  position: absolute;
  top: 0;
  left: 0;
}
#vdi .vdiMerit h3:before{
  content: "";
  display:inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
  background: #07599D;
  border-radius: 18px;
}
#vdi .vdiMerit dl{
  margin-top: 20px;
  margin-bottom: 0;
}
#vdi .vdiMerit dl dt{
  margin-bottom: 10px;
  font-size: 20px;
}
#vdi .vdiMerit dl dd+dt{
  margin-top: 30px;
}
#vdi .desktop{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid #C8C8C8;
}
#vdi .desktop .lead{
  margin: 20px 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
}
#vdi .multiSession{
  justify-content: space-between;
  width: 1080px;
  padding-top: 140px;
  padding-bottom: 80px;
  border-top: 1px solid #C8C8C8;
}
#vdi .multiSession>div{
  width: 400px;
}
#vdi .multiSession h3{
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4285;
}
#vdi .multiSession p{
  font-size: 16px;
  line-height: 1.75;
}

#sharePoint{
  padding-top: 120px;
  padding-bottom: 120px;
}
#sharePoint h2{
  margin-bottom: 80px;
}
#sharePoint h3.border i{
  display: inline-block;
  margin-bottom: 0.75em;
  font-size: 16px;
  font-style: normal;
}
#sharePoint .sharePoints{
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1080px;
  margin-top: 20px;
  margin-bottom: 40px;
}
#sharePoint .sharePoints>div{
  display: -webkit-flex;
  display: flex;
  width: 520px;
  margin-bottom: 40px;
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
}
#sharePoint .sharePoints h4{
  margin-bottom: 20px;
  color: #07599D;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
#sharePoint .sharePoints ul li{
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}
#sharePoint .sharePoints figure{
  display: inline-block;
  margin-right: 30px;
  flex: none;
}
#sharePoint .situation{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1080px;
  margin-bottom: 80px;
  text-align: center;
  border: 2px solid #07599D;
  box-sizing: border-box;
}
#sharePoint .situation h3{
  display: inline-block;
  width: auto;
  margin-top: -0.5em;
  margin-bottom: 0;
  padding: 0 24px;
  color: #07599D;
  font-size: 28px;
  font-weight: bold;
  background: #EEEFEF;
}
#sharePoint .situation ul{
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 30px 40px;
}
#sharePoint .situation ul li{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 320px;
  height: 160px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: url("../img/bg.png") no-repeat center/cover;
}
#sharePoint .situation ul li span{
  color: #FFE838;
}
#sharePoint .scope1{
  margin-top: 30px;
  margin-bottom: 80px;
}

#workFlow{
  padding-top: 120px;
  padding-bottom: 120px;
  background: #E6E6E6;
}
#workFlow h2{
  margin-bottom: 130px;
}
#workFlow .powerPlatform{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  margin-bottom: 90px;
  text-align: left;
  border: 2px solid #07599D;
  box-sizing: border-box;
}
#workFlow .powerPlatform h3{
  display: inline-block;
  width: auto;
  margin-top: -35px;
  margin-bottom: 40px;
  padding: 0 24px;
  color: #07599D;
  font-size: 28px;
  font-weight: bold;
  background: #E6E6E6;
}
#workFlow .powerPlatform .apps{
  margin-bottom: 25px;
}
#workFlow .powerPlatform .flex{
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1160px;
  margin-top: 20px;
}
#workFlow .powerPlatform .flex>div{
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 560px;
  margin-bottom: 40px;
  padding: 30px 40px;
  background: #fff;
  box-sizing: border-box;
}
#workFlow .powerPlatform .flex>div h4{
  margin-bottom: 20px;
  color: #07599D;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
#workFlow .knowledgeShare{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1080px;
  text-align: center;
  border: 2px solid #07599D;
  box-sizing: border-box;
}
#workFlow .knowledgeShare h3{
  display: inline-block;
  width: auto;
  margin-top: -0.5em;
  margin-bottom: 30px;
  padding: 0 24px;
  color: #07599D;
  font-size: 28px;
  font-weight: bold;
  background: #E6E6E6;
}
#workFlow .knowledgeShare p{
  margin-bottom: 0;
}
#workFlow .knowledgeShare ul{
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 30px 40px;
}
#workFlow .knowledgeShare ul li{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 320px;
  height: 160px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: url("../img/bg.png") no-repeat center/cover;
}
#workFlow .knowledgeShare ul li span{
  color: #FFE838;
}

#azure{
  padding-top: 120px;
  padding-bottom: 120px;
}
#azure h2{
  margin-bottom: 70px;
}
#azure h3{
  margin-bottom: 50px;
}
#azure .matrix{
  margin-bottom: 80px;
}
#azure .flex{
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1080px;
  margin-top: 20px;
}
#azure .flex>div{
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 520px;
  margin-bottom: 40px;
  padding: 30px 40px;
  background: #fff;
  box-sizing: border-box;
}
#azure .flex>div h4{
  margin-bottom: 20px;
  color: #07599D;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
#azure .bnr{
  margin-top: 40px;
}

#capability{
  padding-top: 120px;
  padding-bottom: 160px;
  background: #fff;
}
#capability h2{
  margin-bottom: 90px;
}
#capability .case{
  width: 1080px;
  padding-bottom: 60px;
  border-bottom: 1px solid #C8C8C8;
}
#capability .case:not(:last-child){
  margin-bottom: 80px;
}
#capability h3{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
#capability h3 span{
  display: inline-block;
  width: 160px;
  margin-right: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #07599D;
  border-radius: 40px;
}
#capability h4{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #07599D;
  font-weight: bold;
  text-indent: -0.5em;
  white-space: nowrap;
}
#capability h4:after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #07599D;
}
#capability .sample{
  display: inline-block;
  margin-bottom: 40px;
  padding: 20px;
  line-height: 1;
  background: #F0F0F0;
}
#capability .flex{
  justify-content: space-between;
}
#capability .flex .left{
  width: 640px;
}
#capability p{
  margin-bottom: 0;
  line-height: 1.75;
}
#capability table{
  width: 400px;
  margin-top: 8px;
}
#capability th,
#capability td{
  border-top: 1px solid #07599D;
  border-bottom: 1px solid #07599D;
}
#capability th{
  width: 100px;
  padding: 0.5em;
  font-weight: normal;
  text-align: center;
  background: rgba(7,89,157,0.2);
}
#capability td{
  padding: 0.5em 1.25em;
}

#contact{
  padding-top: 80px;
  padding-bottom: 80px;
  background: #EFF8FF;
  color: #000;
  font-size: 12px;
}
#contact h2{
  margin-bottom: 40px;
  text-align: center;
}
#submitBtn{
  background: #9D0759;
  border-color: #9D0759;
}

.privacy-check{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  line-height: 1;
}
.privacy-check #checkBtn{
  margin-top: 0;
}
.privacy-check label[for="check"]{
  margin-bottom: 0;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.align-center {
    text-align: center;
}
.fc-f55 {
    color: #ff5555;
}
.privacycovenant {
  height: 400px;
  border: 1px #ccc solid;
  resize: none;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  padding: 15px;
  font-size: 1.1em;
}

.head-office{
  margin-top: 40px;
  text-align: center;
}
.head-office a{
  margin: 0 10px;
}

.certification_info{
  padding: 40px;
  background: #fff;
  color:#222;
  font-size: 12px;
  line-height: 1rem;
}
.certification_info a{
  color: #333;
}
.certification_info a:hover{
  color: #1C92C9;
}
.certification_info ul {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0;
}
.certification_info li {
  display: inline-block;
  margin: 0.6rem 5px;
}

.logo{
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.logo div{
  display: inline-block;
  margin: 0 5px;
}
.isms_lead{
  display: inline-block;
  margin-top:1rem;
}
