@charset "utf-8";
.question{
  margin-top: 7.8vw;
}
.conceptCatch .text{
  padding: 13vw 3.9vw;
}
.answer{
  padding-bottom: 14.3vw;
}
.threeValues{
  padding: 7.8vw 0 14.3vw;
}
.threeValuesInner h2{
  padding-bottom: 6.5vw;
}
.threeValues h2 span{
  margin-top: 10px;
  display: block;
}
.threeValues h2 span + span{
  letter-spacing: .08rem;
}
.threeValuesInner .img{
  padding: 10.4vw 5.2vw;
}
.conceptInner{
  padding: 11.7vw 0 23.4vw;
}
.conceptInner .text{
  margin-top: 10.4vw;
  line-height: 2.3;
}
.conceptInner h2 img{
  width: auto;
  height: 18.07vw;
}
.concept .sup__text{
  padding-right: 5px;
}
/*▼錦糸町で追加*/
.osbLink{
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  border-bottom-style: solid;
  border-width: 2px;
}
/*▲錦糸町で追加*/
@media screen and (max-width: 767px){
  .question .text img{
    width: auto;
    height: 67.08vw
  }
  .answer .text img{
    width: auto;
    height: 67.5vw
  }
}
@media screen and (min-width: 768px){
  .conceptCatchInner{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .conceptCatchInner{
    position: relative;
    padding-top: 277px;
  }
  .conceptCatchInner .img{
    position: absolute;
    width: 826px;
    top: 80px;
    z-index: 10;
  }
  .question .conceptCatchInner .text{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .question .conceptCatchInner .text img{
    width: 289px;
  }
  .question .conceptCatchInner .img{
    right: 0;
  }
  .answer{
    margin-top: 90px;
  }
  .answer .conceptCatchInner .text{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
  }
  .answer .conceptCatchInner .text img{
    width: 260px;
  }
  .answer .conceptCatchInner .img{
    left: 0;
  }
  .concept > .img img{
    width: 100%;
    height: auto;
  }
  .conceptInner{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0 150px;
  }
  .conceptCatchInner .text{
    width: 423px;
    padding: 80px 60px;
  }
  .conceptCatchBg{
    height: 390px;
  }
  .threeValues{
    padding: 152px 0;
  }
  .threeValuesInner h2{
    padding-bottom: 60px;
  }
  .threeValuesInner .img{
    padding: 85px 83px 100px;
  }
  .conceptInner h2 img{
    height: 88px;
  }
  .conceptInner .text{
    margin-top: 75px;
  }
  .concept .sup__text{
    padding-right: 8px;
  }
}