@charset "UTF-8";
body {
  background-image: url(../img/common/bg_lp.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  body {
    background-size: 170% auto;
  }
}

.head_title_box {
  color: #fff;
  padding-bottom: 90px;
}
@media screen and (max-width: 1080px) {
  .head_title_box {
    padding-bottom: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  .head_title_box {
    padding-top: 8.3vw;
    padding-bottom: 12.5vw;
  }
}
.head_title_box .txt01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7em;
}
@media screen and (max-width: 1080px) {
  .head_title_box .txt01 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .head_title_box .txt01 {
    font-size: 3.2vw;
  }
}
.head_title_box h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 0.2em;
}
@media screen and (max-width: 1080px) {
  .head_title_box h1 {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  .head_title_box h1 {
    font-size: 7vw;
  }
}
.head_title_box .txt02 {
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 2em;
}
@media screen and (max-width: 1080px) {
  .head_title_box .txt02 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .head_title_box .txt02 {
    font-size: 2.8vw;
  }
}
.head_title_box .contact_box {
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .head_title_box .contact_box {
    margin-top: 7.4vw;
  }
}
.head_title_box .contact_box .box_btn {
  margin-left: 0;
}

.lp_section01 .title_box {
  position: relative;
  background-color: #000;
}
.lp_section01 .title_box h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7em;
  color: #fff;
  text-align: center;
  padding: 0.6em 0 0.7em;
}
@media screen and (max-width: 1080px) {
  .lp_section01 .title_box h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01 .title_box h2 {
    font-size: 4.2vw;
  }
}
.lp_section01 .title_box .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  bottom: -28px;
}
@media screen and (max-width: 1080px) {
  .lp_section01 .title_box .arrow {
    width: 3.2vw;
    bottom: -2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01 .title_box .arrow {
    width: 6.4vw;
    bottom: -4.2vw;
  }
}
.lp_section01 .section_container {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 0 100px;
}
@media screen and (max-width: 1080px) {
  .lp_section01 .section_container {
    padding: 4.6vw 0 9.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01 .section_container {
    padding: 8.4vw 0 12.5vw;
  }
}
.lp_section01 .section_container .content {
  padding: 0;
}
.lp_section01 .section_container .txt01 {
  font-size: 16px;
  line-height: 1.8em;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .lp_section01 .section_container .txt01 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01 .section_container .txt01 {
    font-size: 3vw;
  }
}
.lp_section01 .section_container .txt01 a {
  color: #137cab;
  text-decoration: underline;
}
.lp_section01.section01 .img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section01 .img_box {
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section01 .img_box {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.2vw;
  }
}
.lp_section01.section01 .img_box .img_block {
  width: 48.4%;
}
@media screen and (max-width: 768px) {
  .lp_section01.section01 .img_box .img_block {
    width: 100%;
  }
  .lp_section01.section01 .img_box .img_block + .img_block {
    margin-top: 5vw;
  }
}
.lp_section01.section01 .img_box .img_block .img_txt {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 0.8em;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section01 .img_box .img_block .img_txt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section01 .img_box .img_block .img_txt {
    font-size: 2.5vw;
    text-align: left;
  }
}
.lp_section01.section01 .img_box .img_block .img_txt a {
  color: #137cab;
  text-decoration: underline;
}
.lp_section01.section01 .sub_section {
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section01 .sub_section {
    margin-top: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section01 .sub_section {
    margin-top: 10.3vw;
  }
}
.lp_section01.section01 .sub_section h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7em;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 0.8em 0 0.9em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section01 .sub_section h3 {
    font-size: 2.4vw;
    margin-bottom: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section01 .sub_section h3 {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
.lp_section01.section01 .sub_section .img02 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section01 .sub_section .img02 {
    margin-top: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section01 .sub_section .img02 {
    margin-top: 6.3vw;
    width: 100%;
  }
}
.lp_section01.section02 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 {
    margin-bottom: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 {
    margin-bottom: 12.5vw;
  }
}
.lp_section01.section02 .img04 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 .img04 {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 .img04 {
    margin-top: 8.4vw;
  }
}
.lp_section01.section02 .hr01 {
  width: 100%;
  height: 29px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  background-image: url(../img/ai-agent/line_bg.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center top;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 .hr01 {
    height: 2.7vw;
    margin-top: 11.1vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 .hr01 {
    height: 4.2vw;
    margin-top: 16.8vw;
  }
}
.lp_section01.section02 #feature {
  margin-top: 120px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature {
    margin-top: 11.1vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature {
    margin-top: 16.8vw;
  }
}
.lp_section01.section02 #feature .head_txt {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7em;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .head_txt {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .head_txt {
    font-size: 4vw;
  }
}
.lp_section01.section02 #feature h3 {
  width: 367px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature h3 {
    width: 34vw;
    margin-top: 2.8vw;
    margin-bottom: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature h3 {
    width: 48vw;
    margin-top: 5vw;
    margin-bottom: 12.5vw;
  }
}
.lp_section01.section02 #feature .feature_section + .feature_section {
  margin-top: 140px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .feature_section + .feature_section {
    margin-top: 13vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section + .feature_section {
    margin-top: 16.8vw;
  }
}
.lp_section01.section02 #feature .feature_section h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6em;
  padding-left: 110px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .feature_section h4 {
    font-size: 2.8vw;
    padding-left: 10.2vw;
    padding-bottom: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section h4 {
    font-size: 5.2vw;
    padding-left: 18.5vw;
    padding-bottom: 2.5vw;
  }
}
.lp_section01.section02 #feature .feature_section h4 .no {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: auto;
  height: 130px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .feature_section h4 .no {
    left: 1.4vw;
    height: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section h4 .no {
    left: 0.8vw;
    height: 19vw;
  }
}
.lp_section01.section02 #feature .feature_section h4 .no img {
  width: auto;
  height: 100%;
}
.lp_section01.section02 #feature .feature_section .txt01 {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8em;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .feature_section .txt01 {
    margin-top: 2.8vw;
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section .txt01 {
    margin-top: 3.8vw;
    font-size: 3vw;
  }
}
.lp_section01.section02 #feature .feature_section .img_box {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .feature_section .img_box {
    margin-top: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section .img_box {
    margin-top: 5.3vw;
  }
}
.lp_section01.section02 #feature .feature_section .img_box .i_txt01 {
  font-size: 14px;
  line-height: 1.8em;
  text-align: justify;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .feature_section .img_box .i_txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section .img_box .i_txt01 {
    font-size: 2.5vw;
  }
}
.lp_section01.section02 #feature .feature_section .img_box .i_img01 img {
  width: 100%;
  height: auto;
}
.lp_section01.section02 #feature .feature_section#feature03 .img_box {
  background-color: #fff;
  border: 2px solid #137cab;
  border-radius: 8px;
  padding: 50px 105px 60px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_box {
    padding: 4.6vw 9.8vw 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_box {
    padding: 8.4vw 5.5vw 10.3vw;
  }
}
.lp_section01.section02 #feature .feature_section#feature03 .img_box .i_title {
  width: 296px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_box .i_title {
    width: 27.4vw;
    margin-bottom: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_box .i_title {
    width: 48vw;
    margin-bottom: 6.3vw;
  }
}
.lp_section01.section02 #feature .feature_section#feature03 .img_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block {
  width: 22.1%;
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block {
    width: 47.5%;
  }
}
.lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block:nth-child(n+5) {
  margin-top: 36px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block:nth-child(n+5) {
    margin-top: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block:nth-child(n+3) {
    margin-top: 5.3vw;
  }
}
.lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block .i_txt02 {
  width: 100%;
  min-height: 130px;
  border-radius: 8px;
  padding: 0 17px;
  background-color: #d0e5ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block .i_txt02 {
    font-size: 1.2vw;
    min-height: 12vw;
    padding: 0 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block .i_txt02 {
    font-size: 2.8vw;
    min-height: 33vw;
    padding: 0 3vw;
  }
}
.lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block .i_txt02 strong {
  font-weight: bold;
  color: #137cab;
  text-decoration: underline;
}
.lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block .arrrow {
  width: 23px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -6px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block .arrrow {
    width: 2.1vw;
    margin-top: -0.6vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block .arrrow {
    width: 4.6vw;
    margin-top: -0.8vw;
  }
}
.lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block .icon {
  width: 114px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block .icon {
    width: 10.6vw;
    margin-top: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section01.section02 #feature .feature_section#feature03 .img_inner .img_block .icon {
    width: 20.5vw;
    margin-top: 1.8vw;
  }
}

.lp_section02 .title_box {
  position: relative;
  background-color: #000;
}
.lp_section02 .title_box h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7em;
  color: #fff;
  text-align: center;
  padding: 0.6em 0 0.7em;
}
@media screen and (max-width: 1080px) {
  .lp_section02 .title_box h2 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02 .title_box h2 {
    font-size: 3.5vw;
  }
}
.lp_section02 .section_container {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 65px 0 110px;
}
@media screen and (max-width: 1080px) {
  .lp_section02 .section_container {
    padding: 6vw 0 10.2vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02 .section_container {
    padding: 8.4vw 0 12.5vw;
  }
}
.lp_section02.section03 {
  margin-top: 95px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 {
    margin-top: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 {
    margin-top: 7.2vw;
  }
}
@media screen and (max-width: 420px) {
  .lp_section02.section03 {
    margin-top: 10.2vw;
  }
}
.lp_section02.section03 {
  /* スライダー */
}
.lp_section02.section03 .case_box.case_slider {
  display: block;
  position: relative;
}
.lp_section02.section03 .case_box.case_slider .slick-list {
  margin: 0 -20px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box.case_slider .slick-list {
    margin: 0 -2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box.case_slider .slick-list {
    margin: 0 -2.5vw;
  }
}
.lp_section02.section03 .case_box.case_slider .slick-slide {
  margin: 0 20px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box.case_slider .slick-slide {
    margin: 0 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box.case_slider .slick-slide {
    margin: 0 2.5vw;
  }
}
.lp_section02.section03 .case_box.case_slider .case_block {
  width: 100%;
  margin-bottom: 0;
}
.lp_section02.section03 .case_box.case_slider .slick-prev,
.lp_section02.section03 .case_box.case_slider .slick-next {
  z-index: 1;
  width: 20px;
  height: 60px;
  background: transparent;
  border: none;
  padding: 0;
}
.lp_section02.section03 .case_box.case_slider .slick-prev::before,
.lp_section02.section03 .case_box.case_slider .slick-next::before {
  display: none;
}
.lp_section02.section03 .case_box.case_slider .slick-prev {
  left: -40px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box.case_slider .slick-prev {
    left: -3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box.case_slider .slick-prev {
    left: -5vw;
  }
}
@media screen and (max-width: 420px) {
  .lp_section02.section03 .case_box.case_slider .slick-prev {
    left: -7vw;
  }
}
.lp_section02.section03 .case_box.case_slider .slick-next {
  right: -40px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box.case_slider .slick-next {
    right: -3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box.case_slider .slick-next {
    right: -5vw;
  }
}
@media screen and (max-width: 420px) {
  .lp_section02.section03 .case_box.case_slider .slick-next {
    right: -7vw;
  }
}
.lp_section02.section03 .case_box {
  max-width: 1306px;
  width: 89.2%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box {
    width: 83.3vw;
  }
}
.lp_section02.section03 .case_box .case_block {
  overflow: hidden;
  width: 46.5%;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block {
    margin-bottom: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.lp_section02.section03 .case_box .case_block .usecase_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block .usecase_box {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .usecase_box {
    margin-bottom: 2.5vw;
  }
}
.lp_section02.section03 .case_box .case_block .usecase_box .usecase_name {
  width: 70px;
  font-size: 16px;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.2em 0 0.3em;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block .usecase_box .usecase_name {
    width: 7.5vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .usecase_box .usecase_name {
    width: 12.5vw;
    font-size: 3vw;
  }
}
.lp_section02.section03 .case_box .case_block .usecase_box .usecase_value {
  width: calc(100% - 80px);
  font-size: 18px;
  line-height: 1.9em;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block .usecase_box .usecase_value {
    width: calc(100% - 9.5vw);
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .usecase_box .usecase_value {
    width: calc(100% - 14.5vw);
    font-size: 3vw;
  }
}
.lp_section02.section03 .case_box .case_block .usecase_box .usecase_value span {
  font-size: 18px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block .usecase_box .usecase_value span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .usecase_box .usecase_value span {
    font-size: 3vw;
  }
}
.lp_section02.section03 .case_box .case_block .exa_img p img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block .exa_img p img {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .exa_img p img {
    height: 50vw;
  }
}
.lp_section02.section03 .case_box .case_block .tax_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block .tax_box {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .tax_box {
    margin-top: 4.5vw;
    display: block;
  }
}
.lp_section02.section03 .case_box .case_block .tax_box .technology_box {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .tax_box .technology_box {
    width: 100%;
  }
}
.lp_section02.section03 .case_box .case_block .tax_box .technology_box .technology_name {
  width: 30px;
  font-size: 12px;
  line-height: 1.5em;
  padding: 0.2em 0 0.3em;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block .tax_box .technology_box .technology_name {
    width: 4.5vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .tax_box .technology_box .technology_name {
    width: 8.5vw;
    font-size: 3vw;
  }
}
.lp_section02.section03 .case_box .case_block .tax_box .technology_box .technology_value {
  width: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block .tax_box .technology_box .technology_value {
    width: calc(100% - 4.5vw);
    gap: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .tax_box .technology_box .technology_value {
    width: calc(100% - 8.5vw);
    gap: 1.5vw;
  }
}
.lp_section02.section03 .case_box .case_block .tax_box .technology_box .technology_value span {
  font-size: 12px;
  line-height: 1.5em;
  background-color: #e1e7e7;
  color: #231815;
  padding: 0.2em 1em 0.3em;
  border-radius: 3px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block .tax_box .technology_box .technology_value span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .tax_box .technology_box .technology_value span {
    font-size: 3vw;
  }
}
.lp_section02.section03 .case_box .case_block .tax_box .industry_box {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .tax_box .industry_box {
    width: 100%;
    padding-top: 1.5vw;
  }
}
.lp_section02.section03 .case_box .case_block .tax_box .industry_box p {
  font-size: 14px;
  line-height: 1.5em;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block .tax_box .industry_box p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .tax_box .industry_box p {
    font-size: 3vw;
  }
}
.lp_section02.section03 .case_box .case_block .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .title {
    font-size: 5vw;
    margin-top: 2.6vw;
  }
}
.lp_section02.section03 .case_box .case_block .title a {
  font-weight: bold;
}
.lp_section02.section03 .case_box .case_block .client {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block .client {
    font-size: 1.5vw;
    margin-top: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .client {
    font-size: 3.5vw;
    margin-top: 1.3vw;
  }
}
.lp_section02.section03 .case_box .case_block .link {
  text-align: right;
}
.lp_section02.section03 .case_box .case_block .link a {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.4em;
  padding-top: 1em;
  padding-right: 1.8em;
  padding-bottom: 0.9em;
  background-image: url("../img/case/link_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section03 .case_box .case_block .link a {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section03 .case_box .case_block .link a {
    font-size: 3vw;
  }
}
.lp_section02.section04 {
  /* 関連記事スライダー */
}
.lp_section02.section04 .archive_box.archive_slider {
  display: block;
  position: relative;
}
.lp_section02.section04 .archive_box.archive_slider .slick-list {
  margin: 0 -20px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section04 .archive_box.archive_slider .slick-list {
    margin: 0 -2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section04 .archive_box.archive_slider .slick-list {
    margin: 0 -2.5vw;
  }
}
.lp_section02.section04 .archive_box.archive_slider .slick-slide {
  margin: 0 20px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section04 .archive_box.archive_slider .slick-slide {
    margin: 0 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section04 .archive_box.archive_slider .slick-slide {
    margin: 0 2.5vw;
  }
}
.lp_section02.section04 .archive_box.archive_slider .act_block {
  width: 100%;
  margin-bottom: 0;
}
.lp_section02.section04 .archive_box.archive_slider .slick-prev,
.lp_section02.section04 .archive_box.archive_slider .slick-next {
  z-index: 1;
  width: 20px;
  height: 60px;
  background: transparent;
  border: none;
  padding: 0;
}
.lp_section02.section04 .archive_box.archive_slider .slick-prev::before,
.lp_section02.section04 .archive_box.archive_slider .slick-next::before {
  display: none;
}
.lp_section02.section04 .archive_box.archive_slider .slick-prev {
  left: -40px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section04 .archive_box.archive_slider .slick-prev {
    left: -3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section04 .archive_box.archive_slider .slick-prev {
    left: -5vw;
  }
}
@media screen and (max-width: 420px) {
  .lp_section02.section04 .archive_box.archive_slider .slick-prev {
    left: -7vw;
  }
}
.lp_section02.section04 .archive_box.archive_slider .slick-next {
  right: -40px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section04 .archive_box.archive_slider .slick-next {
    right: -3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section04 .archive_box.archive_slider .slick-next {
    right: -5vw;
  }
}
@media screen and (max-width: 420px) {
  .lp_section02.section04 .archive_box.archive_slider .slick-next {
    right: -7vw;
  }
}
.lp_section02.section04 .archive_box {
  max-width: 1306px;
  width: 89.2%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .lp_section02.section04 .archive_box {
    width: 83.3vw;
  }
}
.lp_section02.section04 .archive_box .act_block {
  margin-bottom: 0;
}
.lp_section02.section04 .archive_box .act_block .act_img img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section04 .archive_box .act_block .act_img img {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section04 .archive_box .act_block .act_img img {
    height: 50vw;
  }
}
.lp_section02.section04 .archive_box .act_block .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section04 .archive_box .act_block .title {
    margin-top: 2.5vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section04 .archive_box .act_block .title {
    font-size: 5vw;
    margin-top: 2.6vw;
  }
}
.lp_section02.section04 .archive_box .act_block .txt01 {
  font-size: 14px;
  line-height: 1.5em;
  text-align: justify;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section04 .archive_box .act_block .txt01 {
    margin-top: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section04 .archive_box .act_block .txt01 {
    font-size: 3vw;
    margin-top: 1.3vw;
  }
}
.lp_section02.section04 .archive_box .act_block .link,
.lp_section02.section04 .archive_box .act_block .pdf {
  text-align: right;
}
.lp_section02.section04 .archive_box .act_block .link a,
.lp_section02.section04 .archive_box .act_block .pdf a {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.4em;
  padding-right: 1.8em;
  padding-bottom: 0.9em;
  padding-top: 1em;
  background-image: url("../img/case/link_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section04 .archive_box .act_block .link a,
  .lp_section02.section04 .archive_box .act_block .pdf a {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section04 .archive_box .act_block .link a,
  .lp_section02.section04 .archive_box .act_block .pdf a {
    font-size: 3vw;
  }
}
.lp_section02.section05 .area_list {
  max-width: 850px;
  width: 89.2%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section05 .area_list {
    max-width: none;
    width: 78.7vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section05 .area_list {
    max-width: none;
    width: 88%;
  }
}
@media screen and (max-width: 420px) {
  .lp_section02.section05 .area_list {
    width: 80%;
    display: block;
  }
}
.lp_section02.section05 .area_list li {
  width: 46.5%;
}
@media screen and (max-width: 420px) {
  .lp_section02.section05 .area_list li {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .lp_section02.section05 .area_list li:nth-child(n+2) {
    margin-top: 6.3vw;
  }
}
.lp_section02.section05 .area_list li:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section05 .area_list li:nth-child(n+3) {
    margin-top: 3.7vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section05 .area_list li:nth-child(n+3) {
    margin-top: 6.3vw;
  }
}
@media screen and (max-width: 420px) {
  .lp_section02.section05 .area_list li:nth-child(n+3) {
    margin-top: 6.3vw;
  }
}
.lp_section02.section05 .area_list li a.no_link {
  display: block;
  pointer-events: none;
  opacity: 0.5;
}
.lp_section02.section05 .area_list li .cs {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
  padding-top: 0.5em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1080px) {
  .lp_section02.section05 .area_list li .cs {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .lp_section02.section05 .area_list li .cs {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 420px) {
  .lp_section02.section05 .area_list li .cs {
    font-size: 3.2vw;
    padding-top: 0.3em;
    margin-bottom: -1.2em;
  }
}/*# sourceMappingURL=style_ai-agent.css.map */