@charset "UTF-8";

.mainVisual-2 {
  background-image: url(../images/strength/mv_strength.jpg);
  background-position: 0 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mainVisual-2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(50, 50, 50, .3);
}

.slick-slide {
  margin-right: 10px;
}

.strength-list {
  margin-bottom: 100px;
}

/*==========================
comment
==========================*/
#comment {
  padding: 100px 0px;
  max-width: 1160px;
  margin: 0 auto;
}

.comment__h2 {
  text-align: center;
  font-size: 28px;
  font-family: "Sawarabi Mincho", serif;
  color: #3f83d1;
}

.comment__content {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
}

.comment__img {
  width: 400px;
}

.commnent__txt {
  width: calc(100% - 450px);
}

.commnent__ceo {
  text-align: end;
}

@media screen and (max-width:769px) {
  #comment {
    padding: 75px 2.6%;
  }
  .comment__h2 {
    font-size: 25px;
  }
  .comment__content {
    display: block;
    margin: 10px 0;
  }
  .commnent__txt {
    width: 100%;
    margin: 20px 0;
  }
  .commnent__ceo {
    margin-top: 10px;
  }
  .comment__img {
    width: 100%;
  }
}

/*==========================
community
==========================*/
#community {
  background-image: url(../images/strength/bg_mind.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 100px 15%;
}
.community__detail {
  position: relative;
  height: 670px;
}
.community__detail::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 253, 253, 0.8);
}
.community__filter {
  width: 100%;
  padding: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  text-align: center;
}
.community__h2 {
  text-align: center;
  font-size: 28px;
  font-family: "Sawarabi Mincho", serif;
  color: #3f83d1;
}
.community__img {
  width: 40%;
  margin: 20px 0;
}

.recruit {
  background-image: url(../images/recruit.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
  width: 100%;
  height: 340px;
}

.recruit::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(50, 50, 50, .3);
}

.recruit div {
  position: absolute;
  top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: #fff;
}
.sub_title {
  font-family: "Sawarabi Mincho", serif;
  font-size: 35px;
}

@media screen and (max-width:769px) {
  #community {
    width: 100%;
    padding: 75px 2.6%;
  }
  .community__h2 {
    font-size: 25px;
  }
  .community__img {
    width: 80%;
    margin: 20px 0;
  }
  .community__detail {
    height: 750px;
  }
} 