@charset "UTF-8";

.c-button--inq {
  background: #0068B6;
}
.c-button--inq:hover {
  color: #0068b6;
  border: #0068b6 2px solid;
}
.c-button--inq .c-button__icon::after {
  filter: brightness(0) saturate(100%) invert(30%) sepia(57%) saturate(2312%) hue-rotate(186deg) brightness(85%) contrast(101%);
}

/*-------------------------------------------------------------*/
/* cva */
.cva {
  background: #0068B6;
}
.cva .cva_ttl {
  margin-bottom: 64px;
  font-size: 34px;
}
.cva .cva_lead {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .cva .cva_ttl {
    margin-bottom: 30px;
    font-size: 4vw;
  }
  .cva .cva_lead {
    font-size: 3vw;
  }
}

/*-------------------------------------------------------------*/
/* main */

/* mv */
.mv {
  background: url('/ai-sol/genai_solution/img/bgi_mv.png') no-repeat right center /contain;
  aspect-ratio: 12 / 5;
}
.mv .container {
  height: 100%;
}
.mv .mv_box.mv_01 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.mv .mv_box_text h1 {
  margin-bottom: 40px;
  color: #0068B6;
  font-size: 48px;
  text-align: left;
  line-height: 1.25;
}
.mv .mv_box_text h1 small {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 50%;
}
.mv .mv_lead {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.mv .mv_lead + .mv_lead {
  margin-top: 10px;
}
.mv .mv_lead span {
  color: #0068B6;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .mv .mv_box_text h1 {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .mv .mv_lead {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mv {
    background-size: cover;
    aspect-ratio: 3 / 2;
  }
  .mv .mv_box_text {
    text-shadow: -2px -2px 0 #fff, 2px 2px 0 #fff;
  }
  .mv .mv_box_text h1 {
    font-size: 6vw;
  }
  .mv .mv_box_text h1 small {
    margin-bottom: 5px;
    font-size: 4vw;
  }
  .mv .mv_lead {
    font-size: 3.5vw;
  }
  .mv .mv_lead + .mv_lead {
    margin-top: 5px;
  }
}
@media (max-width: 575px) {
}

/* sec01～sec07 */
.sec01 h2 ,.sec02 h2 ,.sec03 h2 ,.sec04 h2 ,.sec05 h2 ,.sec06 h2 ,.sec07 h2 {
  margin-bottom: 100px;
  padding: 0;
  background: linear-gradient(0deg,transparent, transparent calc(50% - 1px), #0068B6 calc(50% - 1px), #0068B6 calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
  color: #0068B6;
  font-size: 34px;
}
.sec01 h2::before ,.sec02 h2::before ,.sec03 h2::before ,.sec04 h2::before ,.sec05 h2::before ,.sec06 h2::before ,.sec07 h2::before , .sec01 h2::after ,.sec02 h2::after ,.sec03 h2::after ,.sec04 h2::after ,.sec05 h2::after ,.sec06 h2::after ,.sec07 h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #0068B6;
  border-radius: 50%;
}
.sec01 h2::after ,.sec02 h2::after ,.sec03 h2::after ,.sec04 h2::after ,.sec05 h2::after ,.sec06 h2::after ,.sec07 h2::after {
  left: auto;
  right: 0;
}
.sec01 h2 span ,.sec02 h2 span ,.sec03 h2 span ,.sec04 h2 span ,.sec05 h2 span ,.sec06 h2 span ,.sec07 h2 span {
  display: block;
  margin: 0 auto;
  padding: 0 60px;
  width: fit-content;
  background: #fff;
  line-height: 1;
}
@media (max-width: 991px) {
  .sec01 h2 ,.sec02 h2 ,.sec03 h2 ,.sec04 h2 ,.sec05 h2 ,.sec06 h2 ,.sec07 h2 {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .sec01 h2 span ,.sec02 h2 span ,.sec03 h2 span ,.sec04 h2 span ,.sec05 h2 span ,.sec06 h2 span ,.sec07 h2 span {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .sec01 h2 ,.sec02 h2 ,.sec03 h2 ,.sec04 h2 ,.sec05 h2 ,.sec06 h2 ,.sec07 h2 {
    font-size: 4vw;
  }
  .sec01 h2 span ,.sec02 h2 span ,.sec03 h2 span ,.sec04 h2 span ,.sec05 h2 span ,.sec06 h2 span ,.sec07 h2 span {
    padding: 0 20px;
    max-width: 80%;
  }
}

/* sec01 */
.sec01 {
  margin: 0 auto;
  max-width: 1040px;
}
.sec01_box {
  margin-bottom: 80px;
}
.sec01_box h3 {
  margin-bottom: 8px;
  color: #0068B6;
  font-size: 20px;
  font-weight: bold;
}
.sec01_box h3 span {
  display: block;
  margin-bottom: 8px;
  padding: 6px 8px;
  width: 140px;
  background: #429AD6;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.sec01_box h3:nth-of-type(3) span {
  background: #0068B6;
}
.sec01_box h3:nth-of-type(4) span {
  background: #004476;
}
.sec01_box p + h3 {
  margin-top: 24px;
}
@media (max-width: 1499px) {
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec01_box {
    margin-bottom: 40px;
  }
  .sec01_box h3 {
    font-size: 3.5vw;
  }
  .sec01_box h3 span {
    width: 30vw;
    font-size: 2.5vw;
  }
}
@media (max-width: 575px) {
}

/* sec02 */
.sec02 ,
.sec02 h2 span {
  background: #F6F6F6;
}
.sec02_container {
  margin: 0 auto;
  max-width: 1040px;
}
.sec02_lead {
  margin-bottom: 80px;
  color: #0068B6;
  font-size: 20px;
  text-align: center;
}
.sec02_box {
  counter-reset: number 0;
}
.sec02_item {
  position: relative;
  margin-top: 56px;
  padding: 24px 40px;
  background: #fff;
  border-radius: 8px;
}
.sec02_item:first-child {
  margin-top: 0;
}
.sec02_item::before {
  content: "STEP";
  display: block;
  position: absolute;
  top: -41px;
  left: -41px;
  padding: 15px;
  width: 82px;
  height: 82px;
  background: #0068B6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
.sec02_item::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: -4px;
  left: -41px;
  width: 82px;
  height: 45px;
  color: #fff;
  font-family: "Fjalla One",sans-serif;
  font-size: 36px;
  text-align: center;
}
.sec02_item_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 56px;
  margin-bottom: 15px;
}
.sec02_item_flex > div {
  width: calc(100% - 356px);
}
.sec02_item_flex h3 {
  margin-bottom: 16px;
  color: #0068B6;
  font-size: 24px;
  font-weight: bold;
}
.sec02_02_lead {
  margin-top: 24px;
  color: #0068B6;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.sec02_02_box {
  margin-top: 24px;
  border: #0068B6 1px solid;
}
.sec02_02_box h4 {
  padding: 16px;
  background: #0068B6;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.sec02_02_box h4 small {
  font-size: 14px;
  font-weight: 500;
}
.sec02_02_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 24px;
}
.sec02_02_flex p {
  width: calc(100% - 404px);
}
.sec02_02_flex figure {
  width: 380px;
}
.sec02_02_box2 {
  margin-top: 32px;
  border-color: #004476;
}
.sec02_02_box2 h4 {
  background: #004476;
}
.sec02_02_box2 .sec02_02_flex p {
  width: calc(100% - 449px);
}
.sec02_02_box2 .sec02_02_flex figure {
  width: 425px;
}
.sec02_note {
  margin-top: 16px;
  text-align: center;
}
.sec02_note a {
  color: #0068B6;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
.sec02_note a:hover {
  opacity: .7;
  text-decoration: none;
}
.sec02_note2 {
  margin-top: 56px;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec02_lead {
    font-size: 3.5vw;
  }
  .sec02_item {
    padding: 20px;
  }
  .sec02_item::before {
    top: -35px;
    left: -10px;
    padding: 7px;
    width: 50px;
    height: 50px;
    font-size: 11px;
  }
  .sec02_item::after {
    top: -15px;
    left: -10px;
    width: 50px;
    height: 30px;
    font-size: 24px;
  }
  .sec02_item_flex {
    gap: 24px;
  }
  .sec02_item_flex > div {
    width: 100%;
  }
  .sec02_item_flex > figure {
    width: 100%;
    text-align: center;
  }
  .sec02_item_flex h3 {
    font-size: 4vw;
  }
  .sec02_02_lead {
    font-size: 4vw;
  }
  .sec02_02_box h4 {
    padding: 10px;
    font-size: 4vw;
  }
  .sec02_02_box h4 small {
    font-size: 3vw;
  }
  .sec02_02_flex p ,
  .sec02_02_box2 .sec02_02_flex p {
    width: 100%;
  }
  .sec02_02_flex figure ,
  .sec02_02_box2 .sec02_02_flex figure {
    width: 100%;
    text-align: center;
  }
  .sec02_note a {
    font-size: 2.8vw;
  }
  .sec02_note2 {
    margin-top: 30px;
    font-size: 2.5vw;
  }
}
@media (max-width: 575px) {
}

/* sec03 */
.sec03 {
  margin: 0 auto;
  max-width: 1040px;
}
.sec03_lead {
  margin-bottom: 64px;
  color: #0068B6;
  font-size: 20px;
  text-align: center;
}
.sec03_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0 auto 40px;
  max-width: 892px;
}
.sec03_list li {
  width: calc(100% / 3);
  max-width: 276px;
}
.sec03_list figure {
  margin-bottom: 16px;
  text-align: center;
}
.sec03_list h3 {
  margin-bottom: 16px;
  color: #0068B6;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.sec03_note {
  text-align: center;
}
.sec03_box {
  margin-top: 96px;
  padding: 48px 64px;
  background: #F6F6F6;
}
.sec03_box h3 {
  margin-bottom: 48px;
  color: #0068B6;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.sec03_box h3 span {
  margin-right: 16px;
  padding: 8px 16px;
  background: #0068B6;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  border-radius: 8px;
}
.sec03_box h4 {
  margin-top: 64px;
  padding-left: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  border-left: #0068B6 3px solid;
}
.sec03_list2 {
  margin-top: 16px;
  padding-left: 25px;
  font-size: 18px;
}
.sec03_list2 li {
  list-style: disc;
  list-style-position: outside;
}
.sec03_list3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
.sec03_list3 li {
  width: calc(100% / 3);
  max-width: 272px;
}
.sec03_list3 li figure {
  margin-bottom: 16px;
}
.sec03_list4 {
  margin-top: 48px;
}
.sec03_list4 li {
  position: relative;
  margin-bottom: 53px;
  text-align: center;
}
.sec03_list4 li::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%,100%);
  width: 60px;
  height: 21px;
  background-color: #004476;
  clip-path: polygon(50% 21px, 0% 0%, 60px 0%);
}
.sec03_list4 li:last-child {
  margin-bottom: 0;
}
.sec03_list4 li:last-child::after {
  content: none;
}
.sec03_box_green  h3 {
  color: #19A3A3;
}
.sec03_box_green h3 span {
  background: #19A3A3;
}
.sec03_box_green h4 {
  border-left-color: #19A3A3;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec03_lead {
    margin-bottom: 30px;
    font-size: 3.5vw;
  }
  .sec03_list li {
    margin: 0 auto;
    width: 100%;
  }
  .sec03_list h3 {
    font-size: 3.5vw;
  }
  .sec03_box {
    margin-top: 50px;
    padding: 30px 20px;
  }
  .sec03_box h3 {
    margin-bottom: 30px;
    font-size: 3.5vw;
    text-align: left;
  }
  .sec03_box h3 span {
    display: block;
    margin-bottom: 5px;
    width: fit-content;
    font-size: 3vw;
  }
  .sec03_box h4 {
    margin-top: 30px;
    font-size: 3.5vw;
  }
  .sec03_list2 {
    font-size: 2.7vw;
  }
  .sec03_list3 {
    margin-top: 30px;
    gap: 20px;
  }
  .sec03_list3 li {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 575px) {
}

/* sec04 */
.sec04 {
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
}
