@charset "UTF-8";

#feature .gnav-list li:nth-of-type(2) a::after{
  transform: scale(1, 1);
}
#feature .gnav-list .gnav-sub ul li:nth-of-type(2) a::after{
  transform: scale(0, 1);
}
#feature .gnav-list .gnav-sub ul li:nth-of-type(2) a:hover::after{
  transform: scale(1, 1);
}
@media screen and (max-width:767px) { 
  #feature .gnav-list li:nth-of-type(2) a::after{
    transform: scale(0, 0);
  }
}

/* common */

#feature .block-fukidashi{
  margin-bottom: 50px;
  display: flex;
}
#feature .block-fukidashi:nth-last-of-type(1){
  margin-bottom: 0;
}
#feature .fukidashi{
  background: #fff;
  box-sizing: border-box;
  margin-right: 5%;
  padding: 30px;
  position: relative;
  text-align: left;
  width: calc((100% - 5%) / 2);
  display: flex;
  align-items: center;
}
#feature .fukidashi:nth-of-type(2){
  margin-right: 0;
}
#feature .fukidashi p{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8em;
}
#feature .fukidashi span{
  height: 0;
  width: 0;
  position: absolute;
  right: 30px;
  bottom: -25px;
  border-style: solid;
  border-width: 0 40px 25px 0;
  border-color: transparent #fff transparent transparent;
}
#feature .p-fikidashi-under{
  font-size: 1.6rem;
  line-height: 2em;
  margin: 0 auto 1.5em;
  text-align: left;
  width: 80%;
}
@media screen and (max-width:767px) {
  #feature .block-fukidashi{
    display: block;
  }
  #feature .fukidashi{
    margin-right: 0;
    padding: 20px 5%;
    width: 100%;
  }
  #feature .fukidashi:nth-of-type(odd){
    margin-bottom: 50px;
  }
  #feature .fukidashi p{
    font-size: 1.5rem;
  }
  #feature .p-fikidashi-under{
    font-size: 1.6rem;
    width: 100%;
  }
}

/* feature-lead */

.feature-lead{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2em;
  margin-bottom: 150px;
  text-align: left;
}
@media screen and (max-width:767px) {
  .feature-lead{
    font-size: 1.7rem;
    margin-bottom: 120px;
  }
}

/* why */

.block-feature-why{
  margin-bottom: 150px;
}
.block-feature-why p{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2em;
  text-align: left;
}
@media screen and (max-width:767px) {
  .block-feature-why{
    margin-bottom: 120px;
  }
  .block-feature-why p{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.2em;
    text-align: left;
  }
}

/* reason */

.block-feature-reason{
  margin-bottom: 50px;
}
.block-feature-reason .block{
  margin-bottom: 80px;
}
.block-feature-reason .block:last-child{
  margin-bottom: 0;
}
.block-feature-reason .block-2column{
  background: #0e214e;
  color: #fff;
  display: flex;
  margin-bottom: 50px;
}
.block-feature-reason .block-2column .text-area{
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.block-feature-reason .block-2column.point02 .text-area{
  order: 2;
}
.block-feature-reason .block-2column .text-area div{
  text-align: left;
  width: 90%;
}
.block-feature-reason .block-2column .text-area div h3{
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 2px;
}
.block-feature-reason .block-2column .text-area div h3 span{
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.block-feature-reason .block-2column .text-area div p{
  margin-bottom: 0;
}
.block-feature-reason .block-2column .pic-area{
  width: 40%;
  min-height: 350px;
}
.block-feature-reason .block-2column.point01 .pic-area{
  background: url(/common/img/feature/pic-feature-reason-01.jpg) no-repeat left top;
  background-size: cover;
}
.block-feature-reason .block-2column.point02 .pic-area{
  background: url(/common/img/feature/pic-feature-reason-02.jpg) no-repeat left top;
  background-size: cover;
}
.block-feature-reason .block-2column.point03 .pic-area{
  background: url(/common/img/feature/pic-feature-reason-03.jpg) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .block-feature-reason{
    margin-bottom: 0;
  }
  .block-feature-reason .block{
    margin-bottom: 50px;
  }
  .block-feature-reason .block-2column{
    display: block;
    margin-bottom: 30px;
  }
  .block-feature-reason .block-2column .text-area{
    box-sizing: border-box;
    display: block;
    padding: 30px 5% 20px;
    width: 100%;
  }
  .block-feature-reason .block-2column .text-area div{
    width: 100%;
  }
  .block-feature-reason .block-2column .text-area div h3{
    font-size: 2.2rem;
  }
  .block-feature-reason .block-2column .text-area div h3 span{
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-align: center;
  }
  .block-feature-reason .block-2column .pic-area{
    width: 100%;
    min-height: 250px;
    display: block;
  }
}

/* anxiety-task */

.block-feature-anxiety-task{
  margin-bottom: 150px;
  overflow: hidden;
  padding-top: 170px;
  position: relative;
}
.block-feature-anxiety-task:before{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 170px 100vw ;
  border-color: transparent transparent #eee transparent;
}
.block-feature-anxiety-task .top-part{
  background: #eee;
  padding-bottom: 30px;
  position: relative;
}
.block-feature-anxiety-task .lower-part:before{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 170px 100vw ;
  border-color: transparent transparent transparent #eee;
}
.block-feature-anxiety-task .lower-part{
  position: relative;
  text-align: left;
}
.block-feature-anxiety-task .lower-part .layout{
  padding-top: 70px; 
  text-align: left;
}
.block-feature-anxiety-task .lower-part .layout .btn-center{
  margin-top: 70px;
}
.block-feature-anxiety-task .lower-part .layout ul{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.block-feature-anxiety-task .lower-part .layout ul li{
  margin: 0;
  padding: 0;
}
.block-feature-anxiety-task .lower-part .layout ul li a.line{
  padding: 20px 1em;
  width: 320px;
}
@media screen and (min-width:831px) and ( max-width:950px) {
  .block-feature-anxiety-task .lower-part .layout ul{
    width: 90%;
  }
}
@media screen and (max-width:831px) {
  .block-feature-anxiety-task .lower-part .layout ul{
    display: block;
    width: 80%;
  }
  .block-feature-anxiety-task .lower-part .layout ul li{
    margin-bottom: 50px;
  }
  .block-feature-anxiety-task .lower-part .layout ul li:last-child{
    margin: 0;
  }
  .block-feature-anxiety-task .lower-part .layout ul li a.line{
    padding: 20px 1em;
    width: 100%;
  }  
  .block-feature-anxiety-task .lower-part .layout ul li a.line span.line{
    background: #0e214e;
    display: block;
    height: 1px;
    transition: .3s;
    width: 50px;
    position: absolute;
    right: -30px;
    top: 5px;
  }
  .block-feature-anxiety-task .lower-part .layout ul li a.line:hover span.line{
    width: 50px;
    right: -30px;
  }
  .block-feature-anxiety-task .lower-part .layout ul li a.line:hover span.line span{
    width: 10px;
    right: 0;
  }
}
@media screen and (max-width:767px) {
  .block-feature-anxiety-task{
    margin-bottom: 120px;
    padding-top: 70px;
  }
  .block-feature-anxiety-task:before{
    border-width: 0 0 70px 100vw ;
  }
  .block-feature-anxiety-task .top-part{
    padding-top: 30px;
  }
  .block-feature-anxiety-task .lower-part:before{
    border-width: 0 0 70px 100vw ;
    border-color: transparent transparent transparent #eee;
  }
  .block-feature-anxiety-task .lower-part .layout{
    padding-top: 40px;
  }
}

/* merit */

.block-feature-merit{
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 170px;
  position: relative;
}
#feature .block-feature-merit .fukidashi{
  background: #eee;
}
#feature .block-feature-merit .fukidashi span{
  border-color: transparent #eee transparent transparent;
}
#feature .block-feature-merit .p-fikidashi-under:nth-of-type(1){
  margin-top: 90px;
}
@media screen and (max-width:767px) {
  .block-feature-merit{
    padding-bottom: 20px;
  }
  #feature .block-feature-merit .p-fikidashi-under:nth-of-type(1){
    margin-top: 70px;
  }
}

/* feature */

.block-feature-feature{
  background: #eee;
  margin-top: 0;
  overflow: hidden;
  padding: 60px 0 0;
  position: relative;
}
.block-feature-feature:before{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 100vw 170px 0;
  border-color: #fff #fff #eee #fff; 
}
#feature .block-feature-feature .p-fikidashi-under:nth-of-type(1){
  margin-top: 90px;
}
@media screen and (max-width:767px) {
  .block-feature-feature{
    padding: 20px 0 0;
  }
  .block-feature-feature:before{
    border-width: 0 100vw 70px 0;
  }
  #feature .block-feature-feature .p-fikidashi-under{
    margin-top: 0;
  }
}

/* target */

.block-feature-target{
  margin-bottom: 150px;
  overflow: hidden;
  padding-top: 150px;
  position: relative;
}
.block-feature-target:before{
  content:"";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 100vw 170px 0;
  border-color: transparent #eee transparent transparent;
}
.block-feature-target .line{
  border: 4px solid #eee;
}
.block-feature-target h3{
  font-size: 2.0rem;
  line-height: 1.4em;
  margin-bottom: 20px;
  text-align: center;
}
.block-feature-target p{
  font-size: 1.6rem;
  line-height: 2em;
}
.block-feature-target .top-part{
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 50px;
}
.block-feature-target .top-part figure{
  margin: 0 auto 40px;
  max-width: 500px;
}
.block-feature-target .top-part img{
  width: 100%;
}
.block-feature-target .lower-part{
  display: flex;
}
.block-feature-target .lower-part div{
  box-sizing: border-box;
  margin-right: 4%;
  padding: 30px 15px;
  width: calc((100% - 8%) / 3);
}
.block-feature-target .lower-part p{
  text-align: left;
}
.block-feature-target .lower-part div:last-child{
  margin-right: 0;
}
@media screen and (max-width:767px) {
  .block-feature-target{
    margin-bottom: 120px;
    padding-top: 80px;
  }
  .block-feature-target:before{
    border-width: 0 100vw 70px 0;
  }
  .block-feature-target .line{
    border: 3px solid #eee;
  }
  .block-feature-target h3{
    font-size: 1.9rem;
  }
  .block-feature-target p{
    font-size: 1.5rem;
  }
  .block-feature-target .top-part{
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 30px 5%;
  }
  .block-feature-target .top-part figure{
    margin: 0 auto 20px;
    max-width: 100%;
  }
  .block-feature-target .lower-part{
    display: block;
  }
  .block-feature-target .lower-part div{
    margin-bottom: 40px;
    margin-right: 0;
    padding: 30px 5%;
    width: 100%;
  }
  .block-feature-target .lower-part div:last-child{
    margin-bottom: 0;
  }
}


/* product */

.block-feature-product{
  margin-bottom: 150px;
}
.block-feature-product p.normal{
  text-align: center;
}
@media screen and (max-width:767px) {
  .block-feature-product{
    margin-bottom: 120px;
  }
  .block-feature-product .block-product-type {
    margin-bottom: 50px;
  }
}

/* comparison */

.block-feature-comparison {
  margin-bottom: 150px;
}
.table-comparison{
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.table-comparison tr{
  background: #f7f7f7;
}
.table-comparison tr:nth-of-type(even){
  background: #eee;
}
.table-comparison tr:nth-of-type(1){
  background: transparent;
}
.table-comparison tr:nth-of-type(2){
  background: #0e214e;
  box-shadow: 0 0 15px #333;
  color: #fff;
  transform: scale(1.06,1.06);
}
.table-comparison th{
  margin: 0;
  padding: 15px 0;
  vertical-align: middle;
  width: 10em;
}
.table-comparison td{
  border-right: 1px solid #fff;
  margin: 0;
  padding: 15px 0;
}
.table-comparison td:last-child{
  border-right: none;
}
.table-comparison td ul{
  margin: 0 0 0 1em;
  padding: 0;
}
.table-comparison td ul li{
  margin: 0 0 10px 0;
  padding: 0;
}
.table-comparison td ul li:last-child{
  margin: 0;
}
@media screen and (max-width:767px) {
  .block-feature-comparison {
    margin-bottom: 120px;
  }
  .table-comparison{
    font-size: 1.4rem;
  }
  .table-comparison tr:nth-of-type(2){
    transform: scale(1.06,1.06);
  }
}







