@charset "UTF-8";

/* 共通 */

body.strength .gnav-list li:nth-of-type(2) a{
  color: #0a5f0a;
}
body.strength .gnav-list li:nth-of-type(2) a:before{
  transform: scale(1, 1);
}
body.strength .gnav-list .gnav-sub ul li:nth-of-type(2) a{
  color: #000;
}
body.strength .gnav-list .gnav-sub ul li:nth-of-type(2) a:hover{
  color: #0a5f0a;
}
body.strength .gnav-list .gnav-sub ul li:nth-of-type(2) a:before{
  transform: scale(0, 1);
}
body.strength .gnav-list .gnav-sub ul li:nth-of-type(2) a:hover:before{
  transform: scale(1, 1);
}
.block-strength .block-common-diagonally{
  margin-top: -100px;
  padding: 100px 0 80px;
}
.block-strength .block-common-diagonally:nth-of-type(2n){
  background: #e4ece4;
}
@media screen and (max-width:767px) { 
  body.strength .gnav-list li:nth-of-type(2) a{
    color: #000;
  }
  .block-strength .block-common-diagonally{
    background: #fff;
    margin-top: -50px;
  }
  .block-strength .block-common-diagonally:nth-of-type(4){
     background: transparent;
  }
}

/* 1カラム */

.block-strength .column-1{
  position: relative;
}
.block-strength .column-1 div{
  margin-top: 80px;
  order: 1;
  position: relative;
  text-align: left;
  width: 45%;
  z-index: 2;
}
.block-strength .column-1 div h3{
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4em;
  margin-bottom: 40px;
}
.block-strength .column-1 div p{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.0em;
  margin-bottom: 1.5em;
}
.block-strength .column-1 div p:nth-last-of-type(1){
  margin-bottom: 0;
}
.block-strength .column-1 picture{
  order: 2;
  width: 52%;
}
.block-strength .column-1 picture img{
  clip-path: polygon(0 12%, 100% 0, 100% calc(100% - 12%) , 0 100%);
  width: 100%;
}
.block-strength .column-1 .bg-number{
  color: #e6e6e6;
  font-size: 30rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -15px;
  position: absolute;
  left: -20px;
  top: -190px;
  z-index: 1;
  transform: rotate(-5deg);
}
.block-strength .block-common-diagonally:nth-of-type(2n) .column-1 .bg-number{
  color: #fff;
}
.block-strength .column-1 .bg-number div{
  transform: skewX(-10deg); 
}
@media screen and (max-width:767px) { 
  .block-strength .column-1 div{
    margin-top: 30px;
    width: 100%;
  }
  .block-strength .column-1 div h3{
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
  .block-strength .column-1 picture{
    width: 100%;
  }
  .block-strength .column-1 .bg-number{
    font-size: 18rem;
    left: -15px;
    top: -160px;
  }
}

/* 2カラム */

.block-strength .column-2 .block{
  position: relative;
  width: 50%;
}
.block-strength .column-2 .block picture{
  display: block;
  margin-bottom: 20px;
}
.block-strength .column-2 .block picture img{
  clip-path: polygon(0 12%, 100% 0, 100% calc(100% - 12%) , 0 100%);
  width: 100%;
}
.block-strength .column-2 .block div{
  text-align: left;
}
.block-strength .column-2 .block div h3{
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4em;
  margin-bottom: 40px;
}
.block-strength .column-2 .block div p{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.0em;
  margin-bottom: 1.5em;
}
.block-strength .column-2 .block div p:nth-last-of-type(1){
  margin-bottom: 0;
}
.block-strength .column-2 .bg-number{
  color: #fff;
  font-size: 30rem;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -15px;
  position: absolute;
  left: -10px;
  top: -180px;
  z-index: 1;
  transform: rotate(-5deg);
}
.block-strength .column-2 .bg-number div{
  transform: skewX(-10deg); 
}
.block-strength .block-common-diagonally:nth-of-type(4){
  padding-bottom: 150px;
  padding-top: 280px;
}
@media screen and (max-width:767px) { 
  .block-strength .layout.strength-column-02{
    padding-left: 0;
    padding-right: 0;
  }
  .block-strength .column-2 .block{
    box-sizing: border-box;
    background: #e4ece4;
    clip-path: polygon(0 9vw, 100% 0, 100% calc(100% - 9vw) , 0 100%);
    margin-top: -50px;
    padding: 100px 0 80px;
    width: 100%;
  }
  .block-strength .column-2 .block:nth-of-type(2){
    background: #fff;
  }
  .block-strength .column-2 .block .layout-sp{
    padding-left: 5%;
    padding-right: 5%;
  }
  .block-strength .column-2 .block div h3{
    font-size: 3.4rem;
    margin-bottom: 30px;
  }
  .block-strength .column-2 .bg-number{
    font-size: 20rem;
    left: 10px;
    top: -0px;
  }
  .block-strength .column-2 .block:nth-of-type(2) .bg-number{
    color: #e6e6e6;
  }
  .block-strength .block-common-diagonally:nth-of-type(4){
    padding-bottom: 0;
    padding-top: 0;
  }
}

/* ポイント */

.block-strength-point{
  margin-top: 100px;
}
.block-strength-point p{
  box-sizing: border-box;
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.8em;
  width: 100%;
}
@media screen and (max-width:767px) { 
  .block-strength-point{
    margin-top: 0;
  }
  .block-strength-point p{
    font-size: 3.8em;
    text-align: left;
  }
}



