@charset "UTF-8";

/* ====================
  ブロック内共通デザイン
==================== */
#Contents section{
    background: none;
    padding: 100px 0;
}

#Contents section:nth-child(2n) {
  background: #F4F4F4;
  padding-top: 80px;
  padding-bottom: 120px;
}

#Contents .ContentInner{
    max-width: 1210px;
    width: 90%;
    margin: 0 auto;
}

#Contents h2{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0;
    background: none;
}

#Contents h2 .colorRed{
    display: inline;
    padding: 0;
    font-size: 100%;
    line-height: inherit;
    background: none;
}

#Contents h2.line{
  color: #333;
  margin-bottom: 100px;
  position: relative;
    line-height: 1;
}

#Contents h2.line:before{
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -15px;
  height: 3px;
  width: 250px;
  background: #CC0000;
}

#Contents h3.line{
  display: flex;
  align-items: center;
  gap: 17px;
  width: 100%;
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 25px 0;
}

#Contents h3.line:before,
#Contents h3.line:after{
  content: "";
  display: block;
  content: "";
  height: 2px;
  width: 1px;
  background: #cc0000;
  flex-grow: 1;    
}

#Contents .enMiniTit{
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 17px;
  width: 100%;
  color: #cc0000;
  margin: 0 0 15px 0;
}

#Contents .enMiniTit:before,
#Contents .enMiniTit:after{
  content: "";
  display: block;
  content: "";
  height:1px;
  width: 1px;
  background: #B3B3B3;
  flex-grow: 1;    
}

#Contents .copyTxt{
  text-align: center;
  font-size: 24px;
  margin-bottom: 35px;
  line-height: calc(40/24);
}
@media screen and (max-width: 767px) {
    #Contents section{
        padding: 50px 0;
    }

    #Contents section:nth-child(2n) {
      padding-top: 40px;
      padding-bottom: 60px;
    }

    #Contents h2{
        font-size: 24px;
        margin: 0 0 20px 0;
    }

    #Contents h2.line{
      margin-bottom: 50px;
    }

    #Contents h2.line:before{
      bottom: -10px;
      height: 2px;
      width: 200px;
    }

    #Contents h3.line{
      gap: 12px;
      font-size: 20px;
      margin: 0 0 15px 0;
    }

    #Contents .enMiniTit{
      font-size: 12px;
      gap: 10px;
      margin: 0 0 15px 0;
    }
    
    #Contents .copyTxt{
      font-size: 18px;
      margin-bottom: 20px;
    }    
}
/* ====================
  Kv
==================== */
#Kv{
    height: 600px;
    margin-bottom: 0 !important;
    padding: 0 !important;
    position: relative;
    background: url("../images/kv_bg.jpg") no-repeat center center !important;
    background-size:cover !important;
}

#Kv .ContentInner{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);    
    color: #fff;
    font-weight: bold;
    text-align: left;
}

#Kv .ContentInner .KvCopy{
    margin-top: 110px;
    font-size: 38px;
    line-height: calc(60/38);
    text-shadow: 0 0 10px rgba(0,0,0,1);
}

#Kv .ContentInner .KvCopy span{
    background: #cc0000;
    padding: 8px 15px 13px;
    line-height: 1;
    margin-right: 15px;
    text-shadow: none;
    display: inline-block;
}

#Kv .ContentInner h1{
    margin-top: 15px;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0,0,0,1);
    display: inline-block;
}

#Kv .ContentInner h1 span{
    font-size: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

#Kv .ContentInner h1 .line{
    font-size: 20px;
    position: relative;
    margin: 15px 0 0 0;
    display: block;
    text-align: right;
    display: flex;    
    align-items: center;
}

#Kv .ContentInner h1 .line span{
    content: "";
    display: block;
    content: "";
    height: 2px;
    width: 1px;
    background: #fff;
    flex-grow: 1;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
    #Kv{
        height: inherit;
        min-height: 300px;
    }

    #Kv .ContentInner{
        padding: 120px 0 20px;
        position: inherit;
        margin-left: 0;
    }
    
    #Kv .ContentInner .KvCopy{
        font-size: 22px;
        margin-top: 0;
    }

    #Kv .ContentInner .KvCopy span{
        padding: 5px 12px 8px;
        margin-right: 10px;
    }

    #Kv .ContentInner h1{
        margin-top: 10px;
        font-size: 26px;
    }

    #Kv .ContentInner h1 span{
        font-size: 12px;
        display: inline-block;
        margin-bottom: 10px;
    }
    
    #Kv .ContentInner h1 .line{
        margin-top: 10px;
        font-size: 12px;        
    }

}

/* ====================
 　ナビ
==================== */
.ContentNaviWrap {
  background: #262626;
}

.ContentNaviWrap.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.ContentNaviWrap .ContentNavi {
    width: 100%;
    max-width: 1275px;
    margin: auto;
    padding: 0;
}

.ContentNaviWrap .ContentNavi ul {
      background: url(/image/jp/r1/bg_category_navi_bottom.gif);
}

.ContentNaviWrap .ContentNavi ul {
  display: flex;
}

.ContentNaviWrap .ContentNavi ul li {
  width: auto;
  flex-grow: 1;
}

.ContentNaviWrap .ContentNavi li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.2;
  padding-right: 20px;
}

.ContentNaviWrap .ContentNavi ul li a:before {
  display: none;
}

@media screen and (max-width: 994px) {
  .ContentNaviWrap .ContentNavi ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
      .ContentNaviWrap .ContentNavi li {
        flex-grow: 0 !important;
        float: left;
        width: 50% !important; 
    } 
}


/* ====================
  About
==================== */
#About{
    padding-top: 80px !important;
}

#About .solutionWrap{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
}

#About .solutionWrap .solutionItem{
  width: 33.333%;
  display: flex;
  flex-direction: column;
}

#About .solutionWrap .solutionItem .issue{
  background: url("../images/about_solution_issue_illust01.png") no-repeat 17px center #f2f2f2;
  background-size: 60px auto;
  padding: 30px 17px 30px 82px;
  position: relative;
  font-weight: 700;
  display: flex;
  min-height: 0;
  flex: 1;
  box-sizing: border-box;    
  align-items: center;
}

#About .solutionWrap .solutionItem:nth-of-type(2) .issue{
  background-image: url("../images/about_solution_issue_illust02.svg");
}

#About .solutionWrap .solutionItem:nth-of-type(3) .issue{
  background-image: url("../images/about_solution_issue_illust03.svg");
}

#About .solutionWrap .solutionItem .issue p{
    line-height: calc(26/17);
    font-size: 17px;
}

#About .solutionWrap .solutionItem .arrow{
  width: 20px;
  margin: 10px auto 8px;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 18px solid #cc0000;
  vertical-align: middle;
  flex-shrink: 0;    
  flex: 0 0 auto;    
}

#About .solutionWrap .solutionItem .answer{
  border: 1px solid #cc0000;
  padding: 35px 40px 55px 25px;
  font-weight: 700;
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  flex: 1; 
  box-sizing: border-box;    
  background: url("../images/about_solution_answer_illust01.svg") no-repeat right 8px bottom 15px;
}

#About .solutionWrap .solutionItem .answer p{
  line-height: calc(30/20);
  font-size: 20px;
}

#About .solutionWrap .solutionItem:nth-of-type(2) .answer{
  background-image: url("../images/about_solution_answer_illust02.svg");
}

#About .solutionWrap .solutionItem:nth-of-type(3) .answer{
  background-image: url("../images/about_solution_answer_illust03.svg");
}

@media screen and (max-width: 767px) {
  #About{
    padding-top: 40px !important;
  }

  #About .solutionWrap{
    flex-wrap: wrap;
    flex-direction: column;
    gap:30px;
  }

  #About .solutionWrap .solutionItem{
    width: 100%;
  }

  #About .solutionWrap .solutionItem .issue{
    padding: 20px 17px 20px 90px;
  }

  #About .solutionWrap .solutionItem .arrow {    
    margin: 6px auto 3px;
  }    

  #About .solutionWrap .solutionItem .answer{
    padding: 25px 60px 25px 25px;
  }

  #About .solutionWrap .solutionItem .answer p{
    line-height: calc(26/17);
    font-size: 17px;
  }
}


/* ====================
  Feature
==================== */
#Feature .aiWrap{
    background: #fff;
    margin: 0 0 40px 0;
}

#Feature .aiWrap.ai02{
    margin: 0 0 60px 0;
}

#Feature .aiWrap .aiInner{
    padding: 25px 50px 25px 100px;
    position: relative;
}

#Feature .aiWrap .aiInner:before{
    content: "01";
    font-size: 50px;
    position: absolute;
    top: 40px;
    left: 25px;
    line-height: 1;
    font-family: "Noto Sans", sans-serif;
}

#Feature .aiWrap.ai02 .aiInner:before{
    content: "02";
}

#Feature .aiWrap.ai03 .aiInner:before{
    content: "03";
}

#Feature .aiWrap .aiInner .txt{
    border-left: 2px solid #cc0000;
    padding: 0 0 0 20px;
}

#Feature .aiWrap .aiInner .heading{
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 30px;
}

#Feature .aiWrap .aiInner p{
    font-size: 18px;
}

#Feature .featureImg01{
    margin: 20px 0 80px;
}

#Feature .resultGroup{
    display: flex;
    gap:0 50px;
    justify-content: center;
    margin-bottom: 60px;
}

#Feature .resultGroup .resultItem{
    width: 300px;
}

#Feature .resultGroup .resultItem .bgLayer{
    background: #222;
    color: #fff;
    border-radius: 10px;
    height: 200px;
    text-align: center;
    font-weight: 700;
    padding: 15px;    
}

#Feature .resultGroup .resultItem .resultLabel{
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 1;
}

#Feature .resultGroup .resultItem .resultValue{
    font-size: 30px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

#Feature .resultGroup .resultItem .resultValue span{
    font-size: 100px;
    font-weight: 500;
}

#Feature .resultGroup .resultItem .resultNote{
    text-align: right;
    margin-top: 5px;
    color: #000;
}

#Feature .effectGroup{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    margin-bottom: 80px;
}

#Feature .effectGroup .effectItem{
    background: #fff;
    height: 140px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 25px 0 125px;

    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 0;
}

#Feature .effectGroup .effectItem:nth-child(1){
    background: url("../images/feature_effect_illust01.png") no-repeat 30px center #fff;
    background-size:60px 83px;
}

#Feature .effectGroup .effectItem:nth-child(2){
    background: url("../images/feature_effect_illust02.png") no-repeat 30px center #fff;
    background-size:70.5px 59px;
}

#Feature .effectGroup .effectItem:nth-child(3){
    background: url("../images/feature_effect_illust03.png") no-repeat 30px center #fff;
    background-size:80px 45px;
}

#Feature .effectGroup .effectItem:nth-child(4){
    background: url("../images/feature_effect_illust04.png") no-repeat 30px center #fff;
    background-size:69px 58px;
}

#Feature .effectGroup .effectItem:nth-child(5){
    background: url("../images/feature_effect_illust05.png") no-repeat 30px center #fff;
    background-size:70px 62.5px;
}

#Feature .effectGroup .effectItem p{
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    width: 100%;
}

#Feature .featureImg02{
    margin: 50px 0 40px;
}

#Feature .featureImg02 + .note{
    text-align: right;
}

@media screen and (max-width: 980px) {
    #Feature .effectGroup .effectItem{
        flex: 0 0 calc((100% - 40px) / 2);
    }
}

@media screen and (max-width: 767px) {
  #Feature .aiWrap,
  #Feature .aiWrap.ai02{
      margin: 0 0 30px 0;
  }

  #Feature .aiWrap .aiInner{
      padding: 60px 25px 25px 25px ;
  }

  #Feature .aiWrap .aiInner:before{
      font-size: 30px;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);   
  }

  #Feature .aiWrap .aiInner .txt{
      border-left: none;
      border-top: 2px solid #cc0000;
      padding: 10px 0 0 0;
  }

  #Feature .aiWrap .aiInner .heading{
      font-size: 20px;
  }

  #Feature .aiWrap .aiInner p{
      font-size: 16px;
  }

  #Feature .featureImg01{
      margin: 10px 0 40px;
  }

  #Feature .resultGroup{
      gap:0 20px;
      justify-content: center;
      margin-bottom: 30px;
  }

  #Feature .resultGroup .resultItem{
      width: 50%;
      flex-shrink: 1;
  }

  #Feature .resultGroup .resultItem .bgLayer{
      height: inherit;
  }

  #Feature .resultGroup .resultItem .resultLabel{
      font-size: 16px;
      margin-bottom: 30px;
  }

  #Feature .resultGroup .resultItem .resultValue{
      font-size: 16px;
  }

  #Feature .resultGroup .resultItem .resultValue span{
      font-size: 40px;
  }

  #Feature .resultGroup .resultItem .resultNote{
      margin-top: 3px;
      font-size: 12px;
  }

  #Feature .effectGroup{
      gap:10px;
      margin-bottom: 40px;
      flex-wrap: wrap;
      flex-direction: column;
  }

  #Feature .effectGroup .effectItem{
      height: inherit;
      width: 100%;
      padding: 35px 25px 35px 100px;
  }

  #Feature .effectGroup .effectItem p{
      font-size: 18px;
  }

  #Feature .featureImg02{
      margin: 30px 0 20px;
  }
    
}

@media screen and (max-width: 420px) {
  #Feature .resultGroup {
    gap:  10px;
    max-width: 80%;
    flex-wrap: 1;
    flex-direction: column;
    margin: 0 auto 30px;
  }
    
  #Feature .resultGroup .resultItem {
    width: 100%;
  }    
    
}


/* ====================
  Strong
==================== */
#Strong .strongItem{
    margin-bottom: 100px;
}

#Strong .strongItem:last-child{
    margin-bottom: 0;
}

#Strong .strongItem .strongUnit{
    margin-bottom: 50px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    position: relative;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;    
}

#Strong .strongItem .strongUnit:before{
  content: "";
  width: 0;
  height: 90px;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 90px solid #f2f2f2;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);    
}

#Strong .strongItem .strongUnit .strongLead{
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    color: #cc0000;
    line-height: calc(40/26);
    position: relative;
    z-index: 1;
}

#Strong .strongItem .strongDesc{
    max-width: 900px;
    margin: 40px auto 45px;
}

@media screen and (max-width: 767px) {
    #Strong .strongItem{
        margin-bottom: 50px;
    }

    #Strong .strongItem .strongUnit{
        margin-bottom: 20px;
        height: inherit;
        padding: 10px;
        min-height: 80px;
    }
    
    #Strong .strongItem .strongUnit:before{
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-top: 70px solid #f2f2f2;
    }    
    
    #Strong .strongItem .strongUnit .strongLead{
        font-size: 18px;
    }

    #Strong .strongItem .strongDesc{
        margin: 20px auto ;
    }
}    
/* ====================
  Case
==================== */
#Case .ContentInner{
    max-width: 910px;
}

#Case .caseItem{
    margin: 0 auto 30px;
    gap:0 20px;
    display: flex;
    justify-content: space-between;
}

#Case .caseItem .thumb{
    max-width: 300px;
}

#Case .caseItem .txt{
    flex:1;
    display: flex;
    flex-direction: column;
}

#Case .caseItem .txt .heading{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

#Case .caseItem .txt .moreBtn{
    margin-top: auto;
    text-align: right;
}

#Case .caseItem .txt .moreBtn a{
    text-decoration: none;
    border: 1px solid #333333;
    color: #333;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    transition: color 0.5s ease;
    overflow: hidden;
    position: relative;
}

#Case .caseItem .txt .moreBtn a span{
	position: relative;
	z-index: 3;    
}

#Case .caseItem .txt .moreBtn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333333;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

#Case .caseItem .txt .moreBtn a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

#Case .caseItem .txt .moreBtn a:hover{
    color: #fff;
}

#Case .caseReference{
    background: #d9d9d9;
    display: flex;
    min-height: 75px;
    align-items: center;
}

#Case .caseReference a:before{
  content: "参考事例";
  font-weight: 700;
  font-size: 18px;
  width: 150px;
  text-align: center;
  color: #fff;
  display: flex;
  min-height: 75px;
  justify-content: center;
  align-items: center;
  background: #333333;
}

#Case .caseReference a{
  flex: 1;
  color: #333;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;    
  transition: all 0.5s ease;
}

#Case .caseReference a:hover{
    opacity: 0.7;
}

#Case .caseReference a span{
    padding: 0 25px;
}
@media screen and (max-width: 767px) {
  #Case .caseItem{
      margin: 0 auto 30px;
      gap:20px;
      flex-wrap: wrap;
      flex-direction: column;
  }

  #Case .caseItem .thumb{
      max-width: 600px;
      max-width: inherit;
      width: 100%;
      margin: 0 auto;
      text-align: center;
  }
    
  #Case .caseItem .thumb img{
      width: 100%;
      height: auto;
  }

  #Case .caseItem .txt{
      width: 100%;
  }

  #Case .caseItem .txt .heading{
      font-size: 20px;
      margin-bottom: 5px;
  }
    
  #Case .caseItem .txt .moreBtn{
      margin: 20px auto 0;
  }    

  #Case .caseReference{
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
  }

  #Case .caseReference a{
      flex-wrap: wrap;
      flex-direction: column;
  }
    
  #Case .caseReference a:before{
    content: "参考事例";
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    min-height: inherit;
    text-align: center;
    padding: 5px 0;
  }

  #Case .caseReference a span{
      padding: 10px 20px;
      font-size: 14px;
  }
}   

/* ====================
  Topics
==================== */
#Topics .topicsGroup{
    display: flex;
    gap:50px;
    justify-content: center;
}

#Topics .topicsGroup .topicsItem{
    max-width: 250px;
}

#Topics .topicsGroup .topicsItem a{
    text-decoration: none;
    color: #333;
}

#Topics .topicsGroup .topicsItem .topicsThumb{
    overflow: hidden;
    margin-bottom: 10px;
}

#Topics .topicsGroup .topicsItem a .topicsThumb img{
    transition: transform .4s ease;    
}

#Topics .topicsGroup .topicsItem a:hover .topicsThumb img{
    transform: scale(1.15);  
}

#Topics .topicsGroup .topicsItem .topicsTitle{
    margin-bottom: 10px;
    font-size: 15px;
}

#Topics .topicsGroup .topicsItem .topicsData{
    font-size: 15px;
}

@media screen and (max-width: 767px) {
  #Topics .topicsGroup{
      gap:20px;
  }

  #Topics .topicsGroup .topicsItem{
      width: 50%;
      font-size: 14px;
  }

  #Topics .topicsGroup .topicsItem .topicsThumb{
      margin-bottom: 5px;
  }

  #Topics .topicsGroup .topicsItem .topicsTitle{
      margin-bottom: 5px;
      font-size: 14px;
  }    
    
  #Topics .topicsGroup .topicsItem .topicsData{
      font-size: 14px;
  }    
}
    
/* ====================
  Connection
==================== */
#Connection{
    padding: 30px 0 !important;  
}

#Connection h3.line:before,
#Connection h3.line:after{
  background: #939393;
}


#Connection .bnrGroup{
    display: flex;
    justify-content: center;
    gap:27px;
}

#Connection .bnrGroup .bnrItem{
    max-width: 230px;
}

#Connection .bnrGroup .bnrItem a{
    text-decoration: none;
    color: #333;

}

#Connection .bnrGroup .bnrItem div{
    margin-bottom: 10px;
    overflow: hidden;
}

#Connection .bnrGroup .bnrItem div img{
    transition: transform .4s ease;    
}

#Connection .bnrGroup .bnrItem a:hover div img{
    transform: scale(1.15);  
}

#Connection .bnrGroup .bnrItem p{
    text-align: center;
    font-size: 13px;
}

#Connection + .note {
  max-width: 1100px;
  width: 90%;
  margin: 20px auto 120px auto;
}

@media screen and (max-width: 767px) {
    #Connection{
        padding: 20px 0 !important;
    }

    #Connection .bnrGroup{
        gap:15px;
    }

    #Connection .bnrGroup .bnrItem{
        width: 50%;
    }
    
    #Connection .bnrGroup .bnrItem div{
        margin-bottom: 5px;
    }


    #Connection .bnrGroup .bnrItem p{
        text-align: center;
        font-size: 12px;
    }

    #Connection + .note {
      margin: 10px auto 60px auto;
    }
   
}
