@charset "UTF-8";
/* 変数群 */
/* ＠mixin群 */
.strength.topAppear .topAppear_main {
  background: url("/yao/strength/img/main_strength.jpg") no-repeat bottom/cover;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .strength.topAppear .topAppear_main {
    height: 380px;
  }
}
.strength.topAppear .topAppear_main::before {
  content: 'STRENGTH';
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 14rem;
  font-weight: bold;
  color: #005ac5;
  opacity: .1;
  top: 0;
  line-height: 0.8;
}
@media screen and (max-width: 840px) {
  .strength.topAppear .topAppear_main::before {
    font-size: 16vw;
  }
}
.strength.topAppear .topAppear_text {
  text-align: center;
  padding-top: 64px;
}
.strength.topAppear .topAppear_text h1 {
  position: relative;
  background: none;
  width: auto;
  height: auto;
  color: black;
  padding: 0;
  margin-bottom: 20px;
}
.strength.topAppear .topAppear_text p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .strength.topAppear .topAppear_text {
    padding-top: 50px;
  }
  .strength.topAppear .topAppear_text h1 {
    margin-bottom: 16px;
  }
  .strength.topAppear .topAppear_text p {
    padding: 0 34px;
  }
}

@media screen and (max-width: 768px) {
  .content {
    padding: 0;
  }
}
.contentStrength {
  width: 100%;
  height: 600px;
  margin-top: 10px;
  text-align: center;
  padding-top: 220px;
  background: no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .contentStrength {
    height: 400px;
    padding-top: 100px;
    background: no-repeat center -90px/cover;
  }
}
.contentStrength_text {
  height: 100%;
  padding-top: 140px;
  color: white;
  line-height: 1.6;
  position: relative;
}
.contentStrength_text h2 {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .contentStrength_text {
    padding-top: 110px;
  }
  .contentStrength_text h2 {
    font-size: 2.2rem;
    padding: 0 20px;
  }
}
.contentStrength_text p {
  max-width: 500px;
  margin: auto;
  text-align: left;
  margin-top: 30px;
}
.contentStrength_text p.inText {
  max-width: none;
  width: 100%;
  font-size: 2.6rem;
  font-weight: bold;
  opacity: .3;
  text-align: center;
  position: absolute;
  top: 70px;
}
@media screen and (max-width: 768px) {
  .contentStrength_text p {
    padding: 0 10px;
    margin-top: 10px;
  }
  .contentStrength_text p.inText {
    font-size: 2rem;
    top: 56px;
  }
}
.contentStrength.experience {
  background-image: url("/yao/strength/img/strength_01.jpg");
}
.contentStrength.experience .contentStrength_text {
  background: linear-gradient(to top, #5c2829 65%, rgba(92, 40, 41, 0.7) 89%, transparent);
}
.contentStrength.flexible {
  background-image: url("/yao/strength/img/strength_02.jpg");
}
.contentStrength.flexible .contentStrength_text {
  background: linear-gradient(to top, #414f52 65%, rgba(65, 79, 82, 0.7) 89%, transparent);
}
.contentStrength.technique {
  background-image: url("/yao/strength/img/strength_03.jpg");
}
.contentStrength.technique .contentStrength_text {
  background: linear-gradient(to top, #1b3350 65%, rgba(27, 51, 80, 0.7) 89%, transparent);
}
.contentStrength.qualty {
  background-image: url("/yao/strength/img/strength_04.jpg");
}
.contentStrength.qualty .contentStrength_text {
  background: linear-gradient(to top, #2b4f3e 65%, rgba(43, 79, 62, 0.7) 89%, transparent);
}

.inquire {
  margin-top: 10px;
}
