@charset "UTF-8";

.js-rellax-wrap {
    border-radius: 0;
}

.fv-wrap .fv .pageTtl.enFirst small{
    margin: 0 0 15px;
}

.flexBox.cm{
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.flexBox.cm .img{
    margin-right: calc((100vw - 100%) / 2 * -1);
    padding-left: 4.9%;
    width: calc(56.18% + (100vw - 100%) / 2);
    position: relative;
}

.flexBox.cm .img .js-rellax-wrap {
    border-radius: 28px 0 0 28px;
    max-height: 566px;
}

.flexBox.cm .detail{
  position: relative;
  width: 50%;
  z-index: 1;
}

.head30{
  margin-bottom: 40px;
}

#s-intro{
  background: url(../../img/common/cm_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-bottom: 120px;
}

#s-intro .head40{
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}

#s-solution{
    padding: 110px 0 100px;
    background: linear-gradient(0deg, #f9fafb, #ecf4f8);
}

#s-solution .flexBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#s-solution .flexBox .img{
  width: 56%;
}

#s-solution .flexBox .img img{
  width: 100%;
}

#s-solution .flexBox .detail{
  width: 40%;
}

.head18.ftIn{
  color: #009de2;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}

#s-solution .head30{

}

#s-fw{
  padding: 130px 0 90px;
}

#s-fw .flexBox{
  display: flex;
  margin-bottom: 100px;
  justify-content: space-between;
  align-items: center;
}

#s-fw .flexBox .detail{
  width: 48%;
}

#s-fw .flexBox .img{
  width: 48%;
}

#s-fw .flexBox .img img{
  width: 100%;
}

#s-fw ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

#s-fw ul li{
  width: 23%;
}

#s-fw ul li .img{
  margin-bottom: 20px;
}

#s-fw ul li .head18{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}

#s-fw ul li .js-rellax-wrap{
  border-radius: 6px;
}

#s-fw .btn{
  text-align: center;
}

#s-fw .btn a{
  display: inline-block;
  background: url(../../img/index/bg-function.jpg) no-repeat;
  background-position: right 20%;
  background-size: 170%;
  padding: 40px;
  border-radius: 100px;
  max-width: 500px;
  width: 100%;
  position: relative;
  transition: 0.5s ease;
}

#s-fw .btn a .textWrap{
  color: #fff;
  text-align: center;
  transition: 0.5s ease;
}

#s-fw .btn a .textWrap .ftIn{
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
}

#s-fw .btn a .textWrap span{
  font-size: 16px;
  font-size: 1.6rem;
}

#s-fw .btn a span.arrow{
    border-radius: 40px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 7%;
    top: calc(50% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    transition: 0.5s ease;
}

#s-fw .btn a:hover span.arrow{
  border: 1px solid #009de2;
  transform: scale(1.1);
}

@media screen and (max-width: 834px) {
.flexBox.cm{
    display: block;
}

.flexBox.cm .img {
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    position: relative;
}

.flexBox.cm .img .js-rellax-wrap {
    border-radius: 28px;
}

.js-rellax-wrap img {
    height: 200px;
}

.flexBox.cm {
    margin-bottom: 30px;
}

.flexBox.cm .detail {
    margin-bottom: 25px;
    width: 100%;
}

.head30 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.8rem;
}

#s-intro {
    padding-bottom: 50px;
}

#s-intro .head40 {
    font-size: 40px;
    font-size: 2.44rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}

#s-solution {
    padding: 50px 0;
}

#s-solution .flexBox {
    display: block;
}    

#s-solution .flexBox .img {
    width: 100%;
    overflow: scroll;
    margin-bottom: 5px;
}

#s-solution .scrollNote {
  font-size: 12px;
  font-size: 1.2rem;
  color: #bbb;
  text-align: center;
  margin-bottom: 30px;
}

#s-solution .flexBox .img img{
  max-width: 150%;
  width: 150%;
}

#s-solution .flexBox .detail {
    width: 100%;
}

.head18.ftIn {
    font-size: 1.4rem;
    margin-bottom: 5px;
    text-align: center;
}

#s-fw {
    padding: 50px 0;
}

#s-fw .flexBox {
    display: block;
    margin-bottom: 10px;
}

#s-fw .flexBox .detail {
    width: 100%;
}

#s-fw .flexBox .img {
  margin-bottom: 25px;
    width: 100%;
}

#s-fw ul {
    margin-bottom: 40px;
}

#s-fw ul li {
  margin-top: 25px;
  width: 48%;
}

#s-fw ul li .js-rellax-wrap img {
    height: 150px;
}

#s-fw ul li .img {
    margin-bottom: 15px;
}

#s-fw ul li .head18 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

#s-fw .btn a {
    padding: 20px;
}

#s-fw .btn a .textWrap span {
    font-size: 1.3rem;
}

}
