@charset "utf-8";
/* fv */
.fv{
  background-image: url(./images/img_fv.png);
}
.fv .bubbles{
  width: 348px;
  height: 441px;
}
.fv .bubbles .bubble em{
  font-size: 38px;
}
.fv .bubbles .bubble:nth-child(1) {
  width: 183px;
  height: 183px;
  right: auto;
}
.fv .bubbles .bubble:nth-child(2) {
  width: 220px;
  height: 220px;
  left: 129px;
  top: 90px;
}
.fv .bubbles .bubble:nth-child(3) {
  width: 187px;
  height: 187px;
  left: 36px;
  top: 254px;
}

.fv .layout1{
  height: 320px;
  margin-top: 15px;
}
.fv h1 .part1{
  font-size: 14px;
  line-height: 2;
}
.fv h1 .part2{
  font-size: 23px;
  margin-bottom: 5px;
}
.fv h1 .part4{
  font-size: 55px;
}
.fv .btn{
  width: 255px;
  height: 60px;
}
.fv .btn a{
  font-size: 18px;
}

/* task */
.task .tasklist{
  padding-bottom: 40px;
}

/*.solution */
.solution::after {
  background-image: url(./images/img_app_pc.png);
}
.solution::before{
  content: none;
}
.feature2 .image p{
  text-align: right;
  font-size: 12px;
}
.feature3 .image p {
  text-align: right;
  font-size: 12px;
}

/* feature */
.feature .layout.type1>div {
  width: calc(50% - 30px);
}
.feature .layout.type1 .image img{
  width: 100%;
}
.feature .cards{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.feature .card{
  border: 1px solid #868686;
  width: calc(50% - 30px);
  margin-bottom: 30px;
  margin-right: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.feature .card:nth-of-type(2n){
  margin-right: 0;
}
.feature .card .subject{
  font-size: 18px;
  font-weight: bold;
  background-color: #868686;
  color: #fff;
  padding: 18px;
  text-align: center;
}
.feature .card .body{
  flex-grow: 1;
  padding: 20px;
  display: flex;
  align-items: center;
}
.feature .card .body p{
  line-height: 2;
  padding-right: 20px;
}
.feature dl.note{
  display: flex;
}
.feature dl.note:first-of-type{
  padding-top: 2em;
}
.feature .support_content{
  width: 88%;
  margin: 0 auto;
}

.feature .support_content h2{
  color: #2D3037;
  font-size: 28px;
  display: block;
  padding: 0;
  margin: 0;
  min-height: auto;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 60px;
  position: relative;
}
.feature .support_content h2::after{
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  border-radius: 0;
  left: calc(50% - 40px);
}

/* otherfeature */
.otherfeature .cases{
  display: flex;
  flex-wrap: wrap;
}
.otherfeature .cases .case{
  margin-bottom: 60px;
}

/* usecase */
section.usecase h2{
  margin-bottom: 80px;
}
.usecase .box{
  background-color: #F5F5F5;
  padding: 40px 30px;
  text-align: left;
  box-sizing: border-box;
  width: 88%;
  margin: 0 auto;
}
.usecase .box p{
  line-height: 2;
}
.usecase .box .lead{
  margin-bottom: 1em;
}
.usecase .box .image{
  margin-bottom: 30px;
}
.usecase .box .image img{
  width: 100%;
}
.usecase .box .problem_solve{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.usecase .box .problem_solve .problem,
.usecase .box .problem_solve .solve{
  width: calc(50% - 30px);
  background-color: #fff;
  position: relative;
  padding: 20px 30px;
  box-sizing: border-box;
}
.usecase .box .problem_solve .problem::before,
.usecase .box .problem_solve .solve::before{
  content: "";
  width: 37px;
  height: 37px;
  position: absolute;
  left: -10px;
  top: -10px;
  background-position: center center;
}
.usecase .box .problem_solve .problem::before{
  background-image: url(./images/icon_problem.svg);
}
.usecase .box .problem_solve .solve::before{
  background-image: url(./images/icon_solve.svg);
}
.usecase .box .problem_solve .problem::after{
  content: "";
  width: 14px;
  height: 40px;
  background: url(./images/icon_l2r.svg) center center no-repeat;
  position: absolute;
  top: calc(50% - 20px);
  right: -40px;
}
.usecase .box .problem_solve .solve{
  color: #11873B;
}
.usecase .box .problem_solve .head{
  font-size: 18px;
  font-weight: bold;
}
.usecase .box .problem_solve ul{
  text-indent: -1em;
  margin-left: 1em;
}

/* examples */
.examples {
  background-color: #F5F5F5;
}
section.examples h2{
  margin-bottom: 80px;
}
.examples .example{
  text-align: left;
  width: 88%;
  margin: 0 auto;
  margin-bottom: 120px;
}
.examples .example:last-child{
  margin-bottom: 40px;
}
.examples .example p{
  line-height: 2;
}
.examples .example .client{
  display: flex;
  margin-bottom: 40px;
}
.examples .example .client .image{
  min-width: 320px;
}
.examples .example .client .texts{
  padding-left: 13px;
}
.examples .example .client .texts .head{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.examples .example .problem_solves .problem_solve{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.examples .example .problem_solves .problem_solve .problem,
.examples .example .problem_solves .problem_solve .solve{
  width: calc(50% - 22px);
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.examples .example .problem_solves .problem_solve .head{
  font-size: 18px;
  font-weight: bold;
}
.examples .example .problem_solves .problem_solve .problem{
  background-color: #DDDDDD;
}
.examples .example .problem_solves .problem_solve .problem::after{
  content: "";
  width: 23px;
  height: 20px;
  background: url(./images/icon_l2r2.svg) center center no-repeat;
  position: absolute;
  right: -37px;
  top: calc(50% - 10px);
}
.examples .example .problem_solves .problem_solve .solve{
  background-color: #fff;
}
.examples .example .problem_solves .problem_solve .solve .head{
  color: #DC3543;
}

/* outline */
.outline .lead{
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
}
.outline .fig img{
  width: 100%;
}

/* function */
.function .table_outer{
  width: 88%;
  margin: 0 auto;
}
.function table{
  margin-bottom: 0;
}
.function table thead th{
  text-wrap: nowrap;
  text-align: center;
  background-color: #868686;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.function table tbody th{
  text-wrap: nowrap;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.function table tbody th.align_left{
  text-align: left;
}
.function table tbody tr th:first-child{
  font-weight: normal;
}
  


/* tbl */
@media screen and (min-width:768px) and (max-width: 994px) {
  .fv h1 .part1 {
    font-size: 14px;
  }
  .fv h1 .part4 {
    font-size: 32px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .fv{
    background-image: url(./images/img_fv_sp.png);
    padding-top: 40px;
    height: auto;
    margin-bottom: 0;
  }  
  .fv h1{
    margin-bottom: 140px;
  }
  .fv .layout1{
    height: 334px;
    margin-top: 10px;
  }
  .fv h1 .part1{
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 8px;
  }
  .fv h1 .part2{
    font-size: 16px;
  }
  .fv h1 .part4 {
    font-size: 42px;
    text-align-last: left;
  }
  .fv .btn{
    width: 100%;
  }
  .fv .bubbles{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 35px;
  }
  .fv .bubbles .bubble:nth-child(3){
    left: auto;
  }

  /* task */
  .task .tasklist{
    padding-bottom: 280px;
  }
  
  /* solution */
  .solution{
    padding-bottom: 0px;
  }
  .solution::after{
    background-size: 100%;
    position: relative;
    left: -20px;
    height: 100vw;
  }

  /* feature */
  .feature h2 .task{
    display: block;
  }
  .feature .layout.type1{
    display: flex !important;
    flex-direction: column-reverse;
  }
  .feature .support_content{
    width: auto;
  }
  .feature .cards{
    display: block;
  }
  .feature .card{
    width: auto;
    margin-right: 0;
  }

  /* usecase */
  .usecase .box{
    width: auto;
  }
  .usecase .box .problem_solve{
    display: block;
  }
  .usecase .box .problem_solve .problem, .usecase .box .problem_solve .solve{
    width: auto;
  }
  .usecase .box .problem_solve .problem{
    margin-bottom: 40px;
  }
  .usecase .box .problem_solve .problem::after{
    left: calc(50% - 10px);
    top: 100%;
    transform: rotateZ(90deg);
  }

  /* examples */
  .examples .example{
    width: auto;
  }
  .examples .example .client{
    display: block;
  }
  .examples .example .client .texts{
    padding-left: 0;
  }
  .examples .example .problem_solves .problem_solve{
    display: block;
    margin-bottom: 80px;
  }
  .examples .example .problem_solves .problem_solve .problem, .examples .example .problem_solves .problem_solve .solve{
    width: auto;
  }
  .examples .example .problem_solves .problem_solve .problem{
    margin-bottom: 40px;
  }
  .examples .example .problem_solves .problem_solve .problem::after{
    transform: rotateZ(90deg);
    left: calc(50% - 10px);
    top: calc(100% + 10px);
  }

  /* function */
.function .table_outer{
  width: auto;
  margin: 0 auto;
  overflow-x: auto;
}
.function .table_outer table{
  width: 170vw;
  margin-bottom: 10px;
}

}