@charset "UTF-8";

.c-button--inq {
  background: #AB5E97 linear-gradient(90deg,#D5A4CB,#AB5E97);
}
.c-button--inq:hover {
  color: #AB5E97;
  border: #AB5E97 2px solid;
}
.c-button--inq .c-button__icon::after {
  filter: brightness(0) saturate(100%) invert(49%) sepia(14%) saturate(1495%) hue-rotate(263deg) brightness(89%) contrast(93%);
}

/*-------------------------------------------------------------*/
/* cva */
.cva {
  background-image: url(/ai-sol/service/img/bgi_cva.png);
}

/*-------------------------------------------------------------*/
/* main */

/* mv */
.mv {
  background: url('/ai-sol/service/img/bgi_mv.png') no-repeat center center /cover;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}

/* lead */
.lead {
  padding: 80px 0;
}
.lead .lead_text {
  margin: auto;
  width: fit-content;
  max-width: 880px;
}
.lead .lead_text h2 {
  margin-bottom: 120px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.lead_problem {
  position: relative;
  margin-bottom: 87px;
  padding: 32px;
  background: #FCF3FF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  border-bottom: 3px #AB5E97 solid;
}
.lead_problem::before {
  content: "PROBLEM";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #AB5E97;
  font-size: 36px;
  line-height: 1;
  font-family: "Fjalla One",sans-serif;
}
.lead_problem::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,100%);
  width: 69px;
  height: 27px;
  background: #ab5e97;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.lead_solution {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px;
  background: #F8F8F8;
}
.lead_solution::before {
  content: "SOLUTION";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #AB5E97;
  font-size: 36px;
  line-height: 1;
  font-family: "Fjalla One",sans-serif;
}
.lead_solution > * {
  width: calc((100% - 40px) / 2);
}
.lead_solution h3 {
  margin-bottom: 16px;
  color: #AB5E97;
  font-size: 20px;
  font-weight: bold;
}
.lead_solution p:not(:last-child) {
  margin-bottom: 16px;
}
.lead_solution figure img {
  max-width: 100%;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .lead .lead_text h2 {
    font-size: 28px;
  }
  .lead_problem {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .lead .lead_text h2 {
    margin-bottom: 12vw;
    font-size: 5vw;
  }
  .lead_problem {
    margin-bottom: 12vw;
    padding: 30px 20px 20px;
    font-size: 3vw;
  }
  .lead_problem::before {
    font-size: 4.5vw;
  }
  .lead_problem::after {
    width: 10vw;
    height: calc(9 / 23 * 10vw);
  }
  .lead_solution {
    gap: 20px;
    padding: 30px 20px 20px;
  }
  .lead_solution::before {
    font-size: 4.5vw;
  }
  .lead_solution > * {
    width: 100%;
  }
  .lead_solution h3 {
    font-size: 3vw;
    text-align: center;
  }
}
@media (max-width: 575px) {
}

/* sec01～sec07 */
.sec01 h2::after ,.sec02 h2::after ,.sec03 h2::after ,.sec04 h2::after ,.sec05 h2::after ,.sec06 h2::after ,.sec07 h2::after {
  background: #AB5E97 linear-gradient(90deg,#D5A4CB,#AB5E97);
}

/* sec01 */
.sec01 {
  background: #EBECF0;
}
.sec01_list {
  counter-reset: number 0;
  margin: auto;
  max-width: 1040px;
}
.sec01_list li {
  position: relative;
  margin-bottom: 24px;
  padding: 32px;
  padding-left: calc(32px + 24px + 85px);
  background: #fff;
}
.sec01_list li:last-of-type {
  margin-bottom: 0;
}
.sec01_list li::before {
  content: "特長";
  display: block;
  position: absolute;
  top: 32px;
  left: 32px;
  padding: 10px 20px 6px;
  width: 85px;
  height: 85px;
  background: linear-gradient(135deg,#D5A4CB,#AB5E97);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
}
.sec01_list li::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: block;
  position: absolute;
  top: 70px;
  left: 32px;
  width: 85px;
  color: #fff;
  font-family: Fjalla One,sans-serif;
  font-size: 36px;
  text-align: center;
  line-height: 1;
}
.sec01_list li h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
.sec01_list li p {
}
@media (max-width: 1499px) {
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec01_list li {
    margin-bottom: 15px;
    padding: 15px;
    padding-left: calc(15px + 15px + 10vw);
  }
  .sec01_list li::before {
    top: 15px;
    left: 15px;
    padding: 1.5vw;
    width: 10vw;
    height: 10vw;
    font-size: 2.5vw;
  }
  .sec01_list li::after {
    top: 7vw;
    left: 15px;
    width: 10vw;
    font-size: 4vw;
  }
  .sec01_list li h3 {
    font-size: 3vw;
  }
}
@media (max-width: 575px) {
  .sec01_list li::after {
    top: 8.7vw;
  }
}

/* sec02 */
.sec02_table {
  margin: 0 auto 40px;
  max-width: 1040px;
}
.sec02_table table {
  width: 100%;
}
.sec02_table table th ,
.sec02_table table td {
  padding: 24px 16px;
  text-align: center;
  border-right: #fff 4px solid;
}
.sec02_table table th {
  background: #EBECF0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: #484B50 3px solid;
}
.sec02_table table td {
  background: #fff;
  border-bottom: #484B50 1px solid;
}
.sec02_table table tbody tr:nth-of-type(2n) td {
  background: #F4F2F7;
}
.sec02_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin: 0 auto 64px;
  padding: 24px 40px;
  max-width: 880px;
  background: #F8F8F8;
}
.sec02_flex > div {
  width: calc(60.75% - 40px);
}
.sec02_flex > figure {
  width: 39.25%;
}
.sec02_flex h4 {
  margin-bottom: 16px;
  color: #AB5E97;
  font-size: 20px;
  font-weight: bold;
}
.sec02_flex h4::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  background: url(/ai-sol/service/img/icn_point.png) no-repeat center center/contain;
}
.sec02 h3 {
  margin: 0 auto 24px;
  padding-left: 16px;
  max-width: 1040px;
  font-size: 28px;
  font-weight: bold;
  border-left: #D5A4CB 6px solid;
}
.sec02_location {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin: 0 auto 64px;
  max-width: 1040px;
}
.sec02_location > * {
  width: calc((100% - 40px) / 2);
}
.sec02_location h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
.sec02_location * + h4 {
  margin-top: 24px;
}
.sec02_why {
  position: relative;
  margin: 0 auto;
  padding: 60px;
  max-width: 1040px;
  background: #000 url(/ai-sol/service/img/bgi_sec02_why.png) no-repeat center center/contain;
  color: #fff;
  text-align: center;
}
.sec02_why .sec02_why_tab {
  position: absolute;
  top: -50px;
  left: 30px;
  transform: rotate(-11.81deg);
  padding-top: 40px;
  width: 130px;
  height: 130px;
  background: #F3F3F3;
  color: #000;
  font-family: "Alumni Sans",sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  box-shadow: 0px 3.71px 9.28px 0px rgba(0,0,0,25%);
}
.sec02_why .sec02_why_tab span {
  display: block;
  color: #907099;
  font-size: 51px;
  line-height: 37px;
}
.sec02_why h3 {
  padding-left: 0;
  font-size: 28px;
  border: none;
}
.sec02_why p {
  font-size: 19px;
  line-height: 1.8;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
  .sec02_why h3 {
    font-size: 24px;
  }
  .sec02_why p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sec02_table table th ,
  .sec02_table table td {
    font-size: 15px;
  }
  .sec02_why .sec02_why_tab {
    top: -38px;
    left: 15px;
    padding-top: 28px;
    width: 100px;
    height: 100px;
    font-size: 20px;
    line-height: 31px;
  }
  .sec02_why .sec02_why_tab span {
    font-size: 40px;
    line-height: 31px;
  }
  .sec02_why h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .sec02_table {
    overflow-x: scroll;
  }
  .sec02_table table {
    width: 140vw;
  }
  .sec02_table table th ,
  .sec02_table table td {
    font-size: 2.5vw;
  }
  .sec02_flex {
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
  }
  .sec02_flex > div {
    width: 100%;
  }
  .sec02_flex > figure {
    width: 100%;
  }
  .sec02_flex h4 {
    font-size: 3vw;
  }
  .sec02_flex h4::before {
    margin-right: 1vw;
    width: 3.5vw;
    height: 3.5vw;
  }
  .sec02 h3 {
    padding-left: 16px;
    font-size: 4vw;
  }
  .sec02_location {
    gap: 20px;
    margin-bottom: 30px;
  }
  .sec02_location > * {
    width: 100%;
  }
  .sec02_location h4 {
    font-size: 3.5vw;
  }
  .sec02_location * + h4 {
    margin-top: 20px;
  }
  .sec02_why {
    padding: 8vw 5vw;
  }
  .sec02_why .sec02_why_tab {
    top: -5vw;
    left: 2.5vw;
    padding-top: 3.5vw;
    width: 13vw;
    height: 13vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .sec02_why .sec02_why_tab span {
    font-size: 5vw;
    line-height: 4vw;
  }
  .sec02_why h3 {
    font-size: 3.5vw;
  }
  .sec02_why p {
    font-size: 2.5vw;
  }
}
@media (max-width: 575px) {
}

/* sec03 */
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}

/* sec04 */
.sec04 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
.sec04 ul li {
  width: calc((100% - 24px) / 2);
  aspect-ratio: 588 / 213;
}
.sec04 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 100%;
  background: #000 no-repeat center center/cover;
  color: #fff;
  font-size: 24px;
}
.sec04 ul li a.sec04_bgi01 {
  background-image: url(/ai-sol/service/img/bgi_sec04_01.png);
}
/*
.sec04 ul li a.sec04_bgi02 {
  background-image: url(/ai-sol/service/img/bgi_sec04_02.png);
}
*/
.sec04 ul li a:hover {
  opacity: .7;
}
.sec04 ul li a span {
  text-align: center;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
  .sec04 ul li a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec04 ul li {
    width: 100%;
  }
  .sec04 ul li a {
    font-size: 3vw;
  }
}
@media (max-width: 575px) {
}
