
#strongpoints {
  background-color: #fff;
  font-size: 13px;
  line-height: 1.6;
}

#strongpoints * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#strongpoints img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#strongpoints .inner {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

#strongpoints p {
  text-align: left;
}

#strongpoints th {
  font-weight: bold;
  text-align: center;
}

#strongpoints .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

#strongpoints .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#strongpoints .teko {
  font-family: teko, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#strongpoints .page-title {
  position: relative;
  background-image: url("../images/strongpoints/strongpoints_mainimg_pc.jpg");
  width: 100%;
  height: 0;
  padding-bottom: calc((500 / 1919) * 100%);
  background-position: center bottom;
  background-size: 100% auto;
  margin-top: 50px;
}

#strongpoints .page-title-txt {
  position: absolute;
  top: 62.5%;
  left: 50%;
  -webkit- transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
}

#strongpoints .page-title-txt * {
  color: #ffffff;
}

#strongpoints .page-title-txt .txt-en,
#strongpoints .page-title-txt .txt-ja {
  display: block;
  line-height: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .8s .6s cubic-bezier(.455,.03,.515,.955);
  transition: all .8s .6s cubic-bezier(.455,.03,.515,.955);
  opacity: 0;
}

#strongpoints .page-title-txt .txt-en.active,
#strongpoints .page-title-txt .txt-ja.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

#strongpoints .page-title-txt .txt-en {
  margin-bottom: 10px;
  font-size: 50px;
}

#strongpoints .page-title-txt .txt-ja {
  font-size: 18px;
}

#strongpoints .strongpoints-list01 {
  margin: 85px auto 35px;
}

#strongpoints .strongpoints-list-ttl {
  font-size: 30px;
  position: relative;
  padding-left: 16%;
}

#strongpoints .strongpoints-list-ttl::before {
  position: absolute;
  content: "";
  background: url(../images/strongpoints/strongpoints_no01_sp.png) no-repeat;
  background-position: bottom center;
  background-size: contain;
  bottom: -35%;
  left: 0;
  width: 50px;
  height: 144px;
}

#strongpoints .strongpoints-list-item01:nth-child(2) .strongpoints-list-ttl::before {
  background: url(../images/strongpoints/strongpoints_no02_sp.png) no-repeat;
  background-position: bottom center;
  background-size: contain;
}

#strongpoints .strongpoints-list-item01:last-child .strongpoints-list-ttl::before {
  background: url(../images/strongpoints/strongpoints_no03_sp.png) no-repeat;
  background-position: bottom center;
  background-size: contain;
}

#strongpoints .strongpoints-list-ttl-txt {
  padding-left: 15%;
  font-size: 15px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
}

#strongpoints .strongpoints-list-pic {
  width: 80%;
  max-width: 630px;
  margin: 0 auto 20px;
}

#strongpoints .strongpoints-list-txt {
  font-size: 13px;
  width: 80%;
  max-width: 610px;
  margin: 0 auto;
}

#strongpoints .mb50 {
  margin-bottom: 50px;
}

#strongpoints .mb30 {
  margin-bottom: 30px;
}

#strongpoints .logo {
  max-width: 377px;
  width: 50%;
  margin: 25px auto 0;
}

#strongpoints .strongpoints-list-item01 {
  margin-top: 60px;
}

#strongpoints .strongpoints-list-item01:first-child {
  margin-top: 0;
}

#strongpoints .strong-point-training-list::before {
  content: "・";
  top: 0;
  left: 0;
}

#strongpoints .strongpoints-system {
  background: url("../images/strongpoints/strongpoints_bg_img_sp.jpg") no-repeat;
  background-position: center;
  width: 100%;
  background-size: 100% auto;
}

#strongpoints .strongpoints-list02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 40px 0 45px;
}

#strongpoints .strongpoints-list-item02 {
  width: 80%;
  max-width: 610px;
  margin: 0 auto 15px;
  box-shadow: 0px 0px 4px 0px #f2f2f2;
}

#strongpoints .strongpoints-list-item02:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 767px) {/* ---------- スマホ以下 ---------- */
	#strongpoints .page-title {
    background-image: url("../images/strongpoints/strongpoints_mainimg_sp.jpg");
    width: 100%;
    height: 0;
    padding-bottom: calc((400 / 750) * 100%);
    background-size: 100% auto;
  }
  
  #strongpoints .page-title-txt {
    top: 50%;
  }
  
  #strongpoints .page-title-txt .txt-en {
    margin-bottom: 5px;
    font-size: 25px;
  }

  #strongpoints .page-title-txt .txt-ja {
    font-size: 9px;
  }
}

@media screen and (min-width: 480px) {
  #strongpoints .strongpoints-list-item02 {
    width: 50%;
  }
  
}

@media screen and (min-width: 640px) {
  #strongpoints .strongpoints-list-ttl, 
  #strongpoints .strongpoints-list-ttl-txt {
    padding-left: 10%;
  }
  
  
}

@media print, screen and (min-width: 768px) {/* ---------- タブレット・PC以上 ---------- */
  #strongpoints {
    font-size: 15px;
  }

  #strongpoints .inner {
    max-width: 960px;
    padding: 0;
  }
  
  #strongpoints .strongpoints-list01 {
    margin: 180px auto 60px;
  }
  
  #strongpoints .strongpoints-list-item01 {
    margin-top: 175px;
  }
  
  #strongpoints .strongpoints-list-item01:first-child {
    margin-top: 0;
  }
  
  #strongpoints .strongpoints-list-ttl::before {
    background: url(../images/strongpoints/strongpoints_no01_pc.png) no-repeat;
    bottom: -65%;
    width: 80px;
    height: 234px;
  }
  
  #strongpoints .strongpoints-list-ttl-txt {
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  #strongpoints .strongpoints-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  
  #strongpoints .strongpoints-list-item01:last-child .strongpoints-box {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  
  #strongpoints .strongpoints-list-pic {
    width: 50%;
    max-width: 481px;
    margin: 0;
  }
  
  #strongpoints .strongpoints-list-txt {
    width: 48%;
    max-width: 450px;
    margin: 70px 0 0;
    font-size: 15px;
    letter-spacing: 0.01em;
  }
  
  #strongpoints .strongpoints-list-txt01 {
    width: 100%;
    max-width: 960px;
    margin: 30px 0 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  
  #strongpoints .txt {
    width: 80%;
    max-width: 800px;
  }
  
  #strongpoints .logo {
    max-width: 150px;
    width: 100%;
    margin: 0;
  }
  
  #strongpoints .strongpoints-system {
    background: url("../images/strongpoints/strongpoints_bg_img_pc.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  } 
  
  #strongpoints .strongpoints-list02 {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 0 70px;
  }
  
  #strongpoints .strongpoints-list-item02 {
    width: 48%;
    max-width: 470px;
    margin: 0 0 20px; 
  }
  
  #strongpoints .strongpoints-list-item02:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  
}
