/* =========================================================
STRENGTH
========================================================= */
.p-strength-mv-wrap {
  height: 50vh;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 430px) {
  .p-strength-mv-wrap {
    height: 70vh;
  }
}
@media screen and (min-width: 620px) {
  .p-strength-mv-wrap {
    height: 75vh;
  }
}
.p-strength-mv picture img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}

.p-strength-mv_ttl {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: calc(50 * (100vw / 430));
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  padding: 0 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 430px) {
  .p-strength-mv_ttl {
    font-size: calc(50 * (100vw / 620));
  }
}

@media screen and (min-width: 620px) {
  .p-strength-mv_ttl {
    font-size: calc(60 * (100vw / 768));
  }
}

@media screen and (min-width: 768px) {
  .p-strength-mv_ttl {
    font-size: calc(60 * (100vw / 992));
  }
}

@media screen and (min-width: 992px) {
  .p-strength-mv_ttl {
    font-size: 60px;
  }
}

.p-strength-mv_ttl .reduce {
  display: block;
  font-size: 30%;
}

@media screen and (min-width: 992px) {
  .p-strength-mv_ttl .reduce {
    font-size: 20%;
    letter-spacing: .5rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-strength-mv_ttl .reduce {
    font-size: 30%;
  }
}

.p-strength-wrap {
  width: 100%;
}

.p-strength-cont {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.p-strength-ttlbox {
}

.p-strength-h2 {
  text-align: center;
  padding: 2% 0 6%;
}

.p-strength-h2 .en-large {
  color: #012E6E;
  display: block;
  font-size: clamp(50px, 12.5vw, 120px);
  font-weight: bold;
  opacity: .1;
}

.p-strength-h2 .en-small {
  color: #012E6E;
  display: block;
  font-size: clamp(12px, 2.1vw, 16px);
  font-weight: bold;
}

.p-strength-h2 .ja {
  display: block;
  font-size: clamp(20px, 3.2vw, 30px);
  font-weight: bold;
}

.p-strength-h3 {
  font-size: clamp(18px, 2.7vw, 26px);
  text-align: center;
  margin-bottom: 3%;
}

.p-strength-h4 {
  font-size: clamp(14px, 1.7vw, 16px);
  font-weight: 500;
  text-align: center;
  margin-bottom: 6%;
}

.p-strength-point {
  margin-bottom: 6%;
}

.p-strength-point_wrap {
  background: #F2F2F2;
  border-radius: 24px;
  padding: 6%;
}

.p-strength-point_cont {
}

.p-strength-point_lead {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px, 3.2vw, 30px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 3%;
}

.p-strength-point_lead::before {
  background-image: url("../image/icon_checkbox.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 15px 0 0;
}

.p-strength-point_box {
  background: #fff;
  border: 5px solid #0047AB;
  border-radius: 18px;
  margin-bottom: 9%;
  padding: 3%;
}

.p-strength-point_box__imagebox {
  margin-bottom: 3%;
}

.p-strength-point_boxtextbox {
}

.p-strength-point_box__h4 {
  border-bottom: 1px solid;
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: bold;
  margin-bottom: 3%;
  padding-bottom: 3%;
}

.p-strength-point_box__h4 .blue {
  color: #0047AB;
}

.p-strength-point_box__lead {
  font-size: clamp(14px, 1.7vw, 16px);
  margin-bottom: 3%;
}

.p-strength-point_box__txt {
  font-size: clamp(14px, 1.7vw, 16px);
}


@media screen and (max-width: 768px) {	
  .p-strength-wrap {
  }

  .p-strength-cont {
  }

  .p-strength-ttlbox {
  }

  .p-strength-h2 {
    padding: 3% 0 9%;
  }

  .p-strength-h2 .en-large {
  }

  .p-strength-h2 .en-small {
  }

  .p-strength-h2 .ja {
  }

  .p-strength-h3 {
    margin-bottom: 6%;
  }

  .p-strength-h4 {
	text-align: left;
    margin-bottom: 9%;
  }

  .p-strength-point {
    margin-bottom: 12%;
  }

  .p-strength-point_wrap {
    border-radius: 18px;
    padding: 6% 4%;
  }

  .p-strength-point_cont {
  }

  .p-strength-point_lead {
    margin-bottom: 6%;
  }

  .p-strength-point_lead::before {
    height: 24px;
    width: 24px;
    margin: 0 15px 0 0;
  }

  .p-strength-point_box {
	border: 3px solid #0047AB;
    border-radius: 14px;
    margin-bottom: 9%;
    padding: 4%;
  }

  .p-strength-point_box__imagebox {
    margin-bottom: 4%;
  }

  .p-strength-point_boxtextbox {
  }

  .p-strength-point_box__h4 {
    margin-bottom: 4%;
    padding-bottom: 4%;
	padding-left: 2em;
	text-indent: -1.8em;
  }

  .p-strength-point_box__h4 .blue {
  }

  .p-strength-point_box__lead {
    margin-bottom: 4%;
  }

  .p-strength-point_box__txt {
  }
}