@charset "utf-8";
#Contents br.pc {
  display: inline;
}
#Contents br.sp {
  display: none;
}

.GridSet {
  width: auto;
}
.Section {
  padding: 80px 0;
}
.Section .Inner {
  width: 965px;
  padding: 0 15px;
  margin: 0 auto;
}
.Section h2 {
  font-size: 40px;
  font-weight: bold;
  color: #4522c3;
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
}
.Section h3 {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

/* contact_btns */
.contact_btns {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.contact_btns a {
  text-decoration: none;
}
.contact_btns a:hover {
  opacity: 0.8;
}
.contact_btns .btn {
  height: 60px;
  text-align: center;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  border: 2px solid;
  border-image: linear-gradient(to right, #a823f9, #4d76fb) 1;
}
.contact_btns .btn::after {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/-/media/ind/kaopath/image/icon_arrow_white.svg);
}
.contact_btns .btn.inquiry {
  background: linear-gradient(to right, #a823f9, #4d76fb);
  color: #fff;
}
.contact_btns .btn.doc {
  background-color: #fff;
  color: #4522c3;
}
.contact_btns .btn.doc::after {
  background-image: url(/-/media/ind/kaopath/image/icon_arrow_purple.svg);
}

/* Section-cta */
.Section-cta {
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #4522c3, #9b75f0);
}
.Section-cta .txt1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.Section-cta h2 {
  color: #fff;
}
.Section-cta .contact_btns .btn {
  border: 2px solid #fff;
}

/* Section-hero */
.Section-hero {
  background: url(/-/media/ind/kaopath/image/img_fv_top.jpg) center center
    no-repeat;
  background-size: cover;
  background-color: #e5edeb;
  color: #333;
  padding: 0;
  height: 497px;
}
.Section-hero .Inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.Section-hero .title .txt1 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 24px;
}
.Section-hero .title h1 {
  font-size: 54px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;

  display: inline-block;
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(to right, #a823f9, #4d76fb);
  background-clip: text;
  -webkit-background-clip: text;
}

/* Section-problem_slove */
.Section-problem_slove .Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Section-problem_slove .Inner h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.Section-problem_slove .problem_list {
  margin-bottom: 30px;
}
.Section-problem_slove .problem_list li {
  margin-bottom: 15px;
  padding-left: 40px;
  background: url(/-/media/ind/kaopath/image/icon_checked.svg) left 5px
    no-repeat;
}
.Section-problem_slove .problem_list li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.Section-problem_slove .txt_slove {
  padding-top: calc(40px + 90px);
  background: url(/-/media/ind/kaopath/image/icon_arrow_dw3.svg) center top
    no-repeat;
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

/* Section-about */
.Section-about {
  background-color: #eaeef2;
}
.Section-about .lead {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.Section-about .lead > div {
  width: 50%;
  box-sizing: border-box;
}
.Section-about .lead .products {
  background-color: #fff;
  padding: 58px 35px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.Section-about .lead .products .plogo img {
  max-width: 100%;
  height: 37px;
}
.Section-about .lead .texts {
  display: flex;
  align-items: center;
}
.Section-about .lead .texts p {
  line-height: 2;
}
.Section-about .feature_list{
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.Section-about .feature_list>li{
  display: flex;
  gap: 30px;
  padding: 20px;
  background-color: #fff;
}
.Section-about .feature_list>li .images{
  min-width: 300px;
  width: 300px;
}
.Section-about .feature_list>li .images img{
  max-width: 100%;
}
.Section-about .feature_list>li .texts{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Section-about .feature_list>li .texts .index{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.Section-about .feature_list>li .texts .index .number{
  color: #4522C3;
  font-size: 48px;
  padding-left: 6px;
}
.Section-about .feature_list>li .texts .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.Section-about .feature_list>li .texts .body{
  line-height: 2;
}

/* Section-products */
.Section-products .product_list{
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.Section-products .product_list>li>h3{
  text-align: center;
  margin-bottom: 60px;
}
.Section-products .product_list>li>h3 img{
  height: 60px;
}
.Section-products .product_list>li:nth-child(3)>h3 img{
  height: 90px;
}
.Section-products .product_list .layout{
  display: flex;
  gap: 40px;
}
.Section-products .product_list .images{
  min-width: 400px;
  width: 400px;
}
.Section-products .product_list .images img{
  max-width: 100%;
}
.Section-products .product_list .texts h4{
  padding: 0;
  margin: 0;
  background: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.Section-products .product_list .texts h4::before{
  display: none;
}
.Section-products .product_list .texts .summary{
  line-height: 2;
  margin-bottom: 30px;
}
.Section-products .product_list .texts h5{
  padding: 0;
  margin: 0;
  background: none;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.Section-products .product_list .texts ul{
  margin-bottom: 30px;
}
.Section-products .product_list .texts ul>li{
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}

/* Section-solution */
.Section-solution .lead{
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
.Section-solution .solution_summary{
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
.Section-solution .solution_summary>li{
  text-align: center;
}
.Section-solution .solution_summary>li p{
  font-size: 18px;
  font-weight: bold;
}
.Section-solution .solution_summary>li img{
  max-width: 100%;
}
.Section-solution .solution_summary>li:nth-child(1) img{
  margin-bottom: 30px;
}

.Section-solution .botm_txt{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 994px) {
  #Contents br.pc {
    display: none;
  }
  #Contents br.sp {
    display: inline;
  }
  .JS #Contents {
    padding-left: 0;
    padding-right: 0;
  }
  .JS .GridSet {
    margin-left: 0;
  }
  .JS .Grid4 {
    padding-left: 0;
  }
  .Section .Inner {
    width: auto;
  }
  .Section h2 {
    font-size: 26px;
  }

  .contact_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .Section-hero {
    background-image: url(/-/media/ind/kaopath/image/img_fv_top_sp.jpg);
    background-size: cover;
    height: 650px;
  }
  .Section-hero .Inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .Section-hero .title{
    text-align: center;
  }
  .Section-hero .title .txt1 {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
  }
  .Section-hero .title h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 280px;
  }
  .Section-hero .title .txt3 {
    font-size: 16px;
    text-align: left;
  }
  .Section-hero .contact_btns {
    width: 100%;
  }
  .Section-hero .contact_btns .btn {
    width: 100%;
  }
  .Section-hero .contact_btns .btn.inquiry {
    border: 2px solid #fff;
  }

  .Section-about .lead{
    flex-direction: column;
  }
  .Section-about .lead > div{
    width: auto;
  }
  #Contents .Section-about .lead .products .plogo img{
    height: 28px;
    width: auto;
    max-width: none;
  }

  .Section-about .feature_list>li{
    flex-direction: column;
  }
  .Section-about .feature_list>li .images{
    width: auto;
  }

  .Section-products .product_list .layout{
    flex-direction: column;
  }
  .Section-products .product_list .images{
    min-width: auto;
    width: 100%;
  }
  .Section-products .product_list .texts h4{
    font-size: 22px;
  }

  .Section-solution h2{
    font-size: 24px;
  }
  .Section-solution .solution_summary{
    flex-direction: column;
  }
}
