body{
  font-family: "Noto Sans JP", メイリオ,'Lucida Sans', sans-serif;
}
a:hover{
  opacity: 0.9;
}
.ai-data-top-1{
  width: 100%;
  background: url('../images/ai-data/ai_data_entry_top_bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ai-data-top-1 h1{
  color:#fff;
  font-size: 75px;
  line-height: 1.2;
  font-weight: 700;
}
.ai-data-top-1 p{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.firstview-btn-wrap{
  padding-top: 35px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.firstview-btn-wrap a {
  width: 250px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  border-radius: 65px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  box-shadow: 0px 6px 11px 0px rgba(16, 120, 150, 0.24);
  font-feature-settings: "palt";
}
.firstview-btn-wrap a i{
  margin-right: 10px;
}

.firstview-btn-wrap a.firstview-btn-request {
  color: #fff;
  /* text-shadow: 2px 3px 3px rgba(219, 141, 4, 0.4); */
  background-image: linear-gradient(0deg, #e0303e 50%, #e93846 50%);
}
.firstview-btn-wrap a.firstview-btn-consultation {
  color: #0a3443;
  background-image: linear-gradient(0deg, rgb(234, 234, 234) 50%, rgb(249, 249, 249) 50%);
}
.firstview-btn-wrap a:hover{
  opacity: 0.8;
}
.ai-data-top-2 img{
  height:650px;
}
.ai-data-inner{
  max-width: 1100px;
  margin: 0 auto;
}
.ai-data-point-list{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ai-data-point-list .point-box{
  width: 32%;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: start;
  min-height: 344px;
}
.ai-data-point-list .point-box h3{
  font-size: 35px;
  font-weight: 700;
}
.ai-data-point-list .point-box p{
  font-size: 25px;
  font-weight: 600;
}
.ai-data-point-list .img-box{
  width: 65%;
  padding:4%;
}
.firstview-btn-wraps a {
  width: 310px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  border-radius: 65px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  box-shadow: 0px 6px 11px 0px rgba(16, 120, 150, 0.24);
  font-feature-settings: "palt";
  margin:0 auto;
}
.firstview-btn-list-wrap{
  background: url('../images/ai-data/top-btn-bg.png') repeat-x;
  background-position: center;
  background-size: cover;
  padding: 56px 0;
}
.firstview-btn-wraps .firstview-btn-online{
  color: #fff;
  background-image: linear-gradient(0deg, #e0303e 50%, #e93846 50%);
  box-shadow: 0px 6px 11px 0px rgb(233, 56, 70,0.239);
}
.firstview-btn-wraps .firstview-btn-online::before{
  font-family: "Font Awesome 5 Free";
  content: '\f086';
  font-weight: 900;
  padding-right: 10px;
  font-size: 1rem;
  color: #fff;
}
.firstview-btn-wraps .firstview-btn-request{
  color: #fff;
  background-image: linear-gradient(0deg, #1f79f1 50%, #3889f6 50%);
}
.firstview-btn-wraps .firstview-btn-request::before{
  font-family: "Font Awesome 5 Free";
  content: '\f15c';
  font-weight: 900;
  padding-right: 10px;
  font-size: 1rem;
  color: #fff;
}
.ai-data-feature-wrap{
  background-color: #001d3e;
  padding: 80px 0 0;
}
.ai-data-feature-wrap h2{
  color: #fff;
}
.ai-data-feature-wrap .ai-data-feature-list ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ai-data-feature-wrap .ai-data-feature-list ul li{
  width:32%;
  display: flex;
  flex-direction: column;
  padding: 7% 4%;
  margin-bottom: 100px;
}
.ai-data-feature-wrap .ai-data-feature-list ul li:nth-child(1){
  background: url(../images/ai-data/feature-item-bg-1.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.ai-data-feature-wrap .ai-data-feature-list ul li:nth-child(2){
  background: url(../images/ai-data/feature-item-bg-2.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.ai-data-feature-wrap .ai-data-feature-list ul li:nth-child(3){
  background: url(../images/ai-data/feature-item-bg-3.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.ai-data-feature-wrap .ai-data-feature-list ul li:nth-child(4){
  background: url(../images/ai-data/feature-item-bg-4.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.ai-data-feature-wrap .ai-data-feature-list ul li:nth-child(5){
  background: url(../images/ai-data/feature-item-bg-5.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.ai-data-feature-wrap .ai-data-feature-list ul li:nth-child(6){
  background: url(../images/ai-data/feature-item-bg-6.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.ai-data-feature-wrap .ai-data-feature-list ul li .icon-box{
  width: 45%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
}
.ai-data-feature-wrap .ai-data-feature-list ul li .feature-text h3{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #001d3e;
  margin-bottom: 20px;
  min-height: 75px;
}
.ai-data-feature-wrap .ai-data-feature-list ul li .feature-text p{
  color: #001d3e;
}

.red-font{
  color: #ff0000;
}
.lignt-red-font{
  color:#e93846;
}
.blue-font{
  color:#0056a7;
}
.light-blue-font{
  color:#3b82e0;
}
.big-font{
  font-size: 95px;
}
.font-37{
  font-size: 37px;
}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-80{margin-top: 80px;}
.img-sp-on{
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc-on{
    display: block;
  }
  .ai-data-feature-wrap .ai-data-feature-list ul li{
    width: 50%;
    padding: 13% 7%;
  }
  .ai-data-point-wrap .ai-data-inner{
    padding-left: 2%;
    padding-right: 2%;
  }

}
@media screen and (max-width: 767px) {
  .pc-on{
    display: none;
  }
  .img-sp-on{
    display: block;
  }
  .ai-data-inner{
    max-width: 96%;
    padding:0 2%;
  }
  .big-font{
    font-size: 14vw;
  }
  .font-37{
    font-size: 37px;
  }
  .ai-data-top-1{
    height:700px;
  }
  .ai-data-top-1 h1{
    font-size: 11vw;
  }
  .ai-data-top-1 p{
    font-size: 5vw;
  }
  .firstview-btn-wrap{
    flex-direction: column;
  }
  .firstview-section-title h2{
    font-size:7.5vw;
  }
  .ai-data-top-2{
    width: 96%;
    padding: 0 2%;
  }
  .ai-data-top-2 img{
    height: auto;
  }
  .ai-data-point-wrap{
    margin-bottom: 60px;
  }
  .ai-data-point-list{
    flex-direction: column;
  }
  .ai-data-point-list .point-box{
    width: 100%;
    min-height: 270px;
  }
  .ai-data-point-list .point-box img{
    width:50%;
  }
  .ai-data-feature-wrap .ai-data-inner{
    max-width:100%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .ai-data-feature-wrap .ai-data-feature-list ul{
    flex-direction: column;
  }
  .ai-data-feature-wrap .ai-data-feature-list ul li{
    flex-direction: row;
    padding: 5vh 0 3vh;
    width: 100%;
    margin-bottom:30px;
    min-height: 45vw;
  }
  .ai-data-feature-wrap .ai-data-feature-list ul li:nth-child(1){
    background: url(../images/ai-data/feature-item-bg-sp-1.png) no-repeat;
    background-position: center;
    background-size: contain;
  }
  .ai-data-feature-wrap .ai-data-feature-list ul li:nth-child(2){
    background: url(../images/ai-data/feature-item-bg-sp-2.png) no-repeat;
    background-position: center;
    background-size: contain;
  }
  .ai-data-feature-wrap .ai-data-feature-list ul li:nth-child(3){
    background: url(../images/ai-data/feature-item-bg-sp-3.png) no-repeat;
    background-position: center;
    background-size: contain;
  }
  .ai-data-feature-wrap .ai-data-feature-list ul li:nth-child(4){
    background: url(../images/ai-data/feature-item-bg-sp-4.png) no-repeat;
    background-position: center;
    background-size: contain;
  }
  .ai-data-feature-wrap .ai-data-feature-list ul li:nth-child(5){
    background: url(../images/ai-data/feature-item-bg-sp-5.png) no-repeat;
    background-position: center;
    background-size: contain;
  }
  .ai-data-feature-wrap .ai-data-feature-list ul li:nth-child(6){
    background: url(../images/ai-data/feature-item-bg-sp-6.png) no-repeat;
    background-position: center;
    background-size: contain;
  }
  .ai-data-feature-wrap .ai-data-feature-list ul li .feature-sp-text-title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
  }
  .ai-data-feature-wrap .ai-data-feature-list ul li .feature-sp-text-title img{
    width:11vw;
    margin-right: 12px;
  }

  .ai-data-feature-wrap .ai-data-feature-list ul li .feature-text h3{
    font-size: 16px;
    min-height: auto;
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 0;
  }
  .ai-data-feature-wrap .ai-data-feature-list ul li .feature-text p{
    width: 90%;
    font-size: 12px;
    margin-left: 7%;
  }

}
@media screen and (max-width: 500px) {
  .ai-data-top-1{
    height:500px;
  }
}

/* flow */
.ai-data-flow-wrap {
  background: white;
  padding: 80px 0 65px 0;
}
.ai-data-flow-wrap .ai-data-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .ai-data-flow-wrap .ai-data-inner {
    padding: 0 1.5rem;
  }
}
.ai-data-flow-wrap h2.flow-h2 {
  padding-bottom: 10px;
}
.ai-data-flow-wrap h2.flow-h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  color: #2da5c7;
  padding-right: 10px;
}
.ai-data-flow-wrap p.flow-h2sub {
  text-align: center;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  line-height: clamp(1.2rem, 2.6vw, 1.8rem);
}
.ai-data-flow-wrap .flow-inner {
  padding-top: 30px;
}
.ai-data-flow-wrap .flow-inner .flow-start, .ai-data-flow-wrap .flow-inner .flow-goal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.ai-data-flow-wrap .flow-inner .flow-start img, .ai-data-flow-wrap .flow-inner .flow-goal img {
  width: 110px;
  padding-right: 20px;
}
@media screen and (max-width: 500px) {
  .ai-data-flow-wrap .flow-inner .flow-start img, .ai-data-flow-wrap .flow-inner .flow-goal img {
    width: 86px;
  }
}
.ai-data-flow-wrap .flow-inner .flow-start p, .ai-data-flow-wrap .flow-inner .flow-goal p {
  font-size: 1.1rem;
  line-height: clamp(1.6rem, 2.6vw, 1.8rem);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 500px) {
  .ai-data-flow-wrap .flow-inner .flow-start p, .ai-data-flow-wrap .flow-inner .flow-goal p {
    font-size: 1.3rem;
  }
}
.ai-data-flow-wrap .flow-inner img.flow-line {
  width: 3px;
  margin-left: 43px;
  vertical-align: top;
}
@media screen and (max-width: 500px) {
  .ai-data-flow-wrap .flow-inner img.flow-line {
    margin-left: 32px;
  }
}
.ai-data-flow-wrap .flow-inner .flow-box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  padding-bottom: 20px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ai-data-flow-wrap .flow-inner .flow-box-wrap {
    display: block;
  }
}
.ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box {
  position: relative;
  padding-top: 40px;
  margin-top: 25px;
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.03);
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box {
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.06);
  }
}
.ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box img.flow-num {
  width: 40px;
  position: absolute;
  left: 18px;
  top: -12px;
}
@media screen and (max-width: 500px) {
  .ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box img.flow-num {
    width: 50px;
    left: 7px;
  }
}
.ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box h3 {
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box h3 {
    height: 53px;
  }
}
@media screen and (max-width: 767px) {
  .ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box h3 {
    font-size: 1.3rem;
  }
}
.ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box img.flow-img {
  width: 157px;
  padding: 15px 0;
}
@media screen and (max-width: 1000px) {
  .ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box img.flow-img {
    width: 100%;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box img.flow-img {
    width: 157px;
    padding: 15px 0;
  }
}
.ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box p.flow-period {
  text-align: center;
  width: 100%;
  padding: 15px 0;
  background: #e5f2fa;
  color: #3889f6;
  letter-spacing: 0.1rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box ul {
  padding: 25px 20px 20px 18px;
  list-style: none;
}
.ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box ul li {
  text-align: left;
  font-size: 0.85rem;
  line-height: clamp(1.4rem, 2.5vw, 1.3rem);
  padding-left: 1em;
  text-indent: -1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box ul li {
    font-size: 1rem;
  }
}
.ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box ul .bold {
  font-weight: bold;
}
.ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-box ul img.flow-list-arrow {
  width: 14px;
}
.ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-arrow {
  position: relative;
}
.ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-arrow:after {
  position: absolute;
  right: -37px;
  bottom: 30%;
  z-index: 10;
  content: "";
  display: inline-block;
  width: 46px;
  height: 20px;
  background: url(https://www.comitx.jp/wp-content/themes/comitx/images/flow/flow-arrow.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ai-data-flow-wrap .flow-inner .flow-box-wrap .flow-arrow:after {
    background: url(https://www.comitx.jp/wp-content/themes/comitx/images/flow/flow-arrow-sp.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 46px;
    top: auto;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
  }
}/*# sourceMappingURL=comitx.css.map */