@charset "UTF-8";
/* CSS Document */
/* ====== 五興の強み ===== */
/*--- 導入 ---*/
.strength-intro {
  padding-bottom: 75px;
}
.strength-intro .red {
  font-weight: 700;
}
.strength-intro .red b {
  font-size: 1.1em;
  font-weight: 700;
  color: #b71c26;
  letter-spacing: -2px;
}
.strength-intro__img {
  position: relative;
  max-width: 680px;
  height: auto;
  margin: 50px auto 0;
}
.strength-intro__img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.strength-intro__img-01, .strength-intro__img-02, .strength-intro__img-03 {
  position: absolute;
  top: 0;
  left: 0;
}

/*--- 強み①提案力  ---*/
.strength {
  overflow: visible;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .strength {
    padding-bottom: 75px;
  }
}
.strength h5.lead-center {
  width: 85%;
  margin: 0 auto;
}
.strength-R__inner, .strength-L__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .strength-R__inner, .strength-L__inner {
    /*flexをcolumnに*/
    flex-direction: column;
  }
}
.strength__img {
  width: 46%;
}
.strength__img img {
  width: 100%;
  aspect-ratio: 3/1.8;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .strength__img img {
    width: 100%;
    aspect-ratio: 3/2.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .strength__img {
    display: none;
  }
}
.strength__txt {
  width: 50%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .strength__txt {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.strength__txt-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .strength__txt-img {
    display: block;
    width: 100%;
    aspect-ratio: 3/1.8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.strength__txt p {
  width: 95%;
  padding: 20px 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .strength__txt p {
    width: 100%;
  }
}
.strength__ttl {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: -50px 0 0;
}
@media screen and (max-width: 768px) {
  .strength__ttl {
    flex-direction: row-reverse;
    overflow-x: hidden;
    margin: 0 0 10px;
  }
}
.strength .number-ttl {
  margin-bottom: 0;
}
.strength .eng-ttl {
  /*英語*/
  font-size: 4.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #dfdfdf;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .strength .eng-ttl {
    font-size: 4rem;
  }
}
@media screen and (max-width: 567px) {
  .strength .eng-ttl {
    font-size: clamp(2rem, 1.4rem + 4.8vw, 3.2rem);
  }
}
@media screen and (max-width: 319px) {
  .strength .eng-ttl {
    display: none;
  }
}
.strength .h4_ttl {
  width: 120%;
  border-left: 10px solid #b71c26;
  transform: skewX(-15deg);
  background: black;
  z-index: 9;
  margin: 10px 0 0 -20%;
}
@media screen and (max-width: 768px) {
  .strength .h4_ttl {
    flex-direction: row-reverse;
    width: 100%;
    margin: 5px 0 0 0;
    transform: skewX(0deg);
    background: black;
  }
}
.strength .h4_ttl h4 {
  /*黒背景斜めのタイトル*/
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: white;
  padding: 5px 10px 8px 0;
  transform: skewX(15deg);
  padding-left: 15%;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .strength .h4_ttl h4 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .strength .h4_ttl h4 {
    display: block;
    transform: skewX(0deg);
    padding: 5px 10px 8px 15px;
  }
}
@media screen and (max-width: 499px) {
  .strength .h4_ttl h4 {
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    padding: 10px 10px 10px 15px;
  }
}
.strength .h4_ttl small {
  color: white;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-right: 5px;
}
@media screen and (max-width: 899px) {
  .strength .h4_ttl small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .strength .h4_ttl small {
    display: inline-block;
    font-size: 1em;
    padding-right: 0;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
}
.strength-L__inner .strength__ttl {
  margin: -25px 0 10px;
}
@media screen and (max-width: 768px) {
  .strength-L__inner .strength__ttl {
    flex-direction: row !important;
  }
}
.strength-L__inner .eng-ttl {
  /*英語*/
}
.strength-L__inner .h4_ttl {
  width: 125%;
  margin: 10px -25% 0 0;
}
@media screen and (max-width: 768px) {
  .strength-L__inner .h4_ttl {
    width: 100%;
    margin: 5px 0 0 0;
  }
}
.strength-L__inner .h4_ttl h4 {
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .strength-L__inner .h4_ttl h4 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 567px) {
  .strength-L__inner .h4_ttl h4 {
    font-size: clamp(1.8rem, 1.5273rem + 1.8182vw, 2.4rem);
  }
}
.strength-L__inner p {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .strength-L__inner p {
    margin: 0 auto;
  }
}

img.sankaku_C,
img.sankaku_G {
  /*センターの三角矢印*/
  position: absolute;
  width: 10%;
  max-width: 80px !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 !important;
}
@media screen and (max-width: 567px) {
  img.sankaku_C,
  img.sankaku_G {
    width: 15%;
  }
}

/*トータルサポートの画像*/
ul.support_img {
  margin: 35px auto 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 679px) {
  ul.support_img {
    flex-direction: column;
  }
}
ul.support_img li {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2% 0;
  position: relative;
}
@media screen and (max-width: 679px) {
  ul.support_img li {
    width: 100%;
    padding: 25px 0;
  }
}
ul.support_img li:first-child {
  background: #d9d9d9;
}
ul.support_img li:first-child img {
  margin: 0 0 0 auto;
  padding-right: 10%;
  display: block;
  max-width: 450px;
}
@media screen and (max-width: 1024px) {
  ul.support_img li:first-child img {
    padding-right: 5%;
  }
}
@media screen and (max-width: 679px) {
  ul.support_img li:first-child img {
    padding-top: 30px;
    padding-right: 0%;
    margin: 0 auto;
    width: 90%;
  }
}
ul.support_img li:last-child {
  background: #efeeee;
}
ul.support_img li:last-child img {
  margin: 0 auto 0 0;
  padding-left: 10%;
  display: block;
  max-width: 450px;
}
@media screen and (max-width: 1024px) {
  ul.support_img li:last-child img {
    padding-left: 5%;
  }
}
@media screen and (max-width: 679px) {
  ul.support_img li:last-child img {
    padding-top: 30px;
    padding-left: 0;
    margin: 0 auto;
    width: 90%;
  }
}
ul.support_img li img.sankaku_R,
ul.support_img li img.sankaku_L {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  max-width: 40px !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 679px) {
  ul.support_img li img.sankaku_R,
  ul.support_img li img.sankaku_L {
    display: none !important;
  }
}
ul.support_img li img.sankaku_L {
  left: 0;
  right: initial;
  transform: scaleX(-1);
}
ul.support_img li img.sankaku_C,
ul.support_img li img.sankaku_G {
  display: none;
}
@media screen and (max-width: 679px) {
  ul.support_img li img.sankaku_C,
  ul.support_img li img.sankaku_G {
    display: block;
    width: 15%;
    padding: 0;
  }
}

.strength {
  /*ヒアリングの吹き出し*/
}
.strength .hearing {
  width: 100%;
  background-color: #efeeee;
  padding: 50px 5%;
  box-sizing: border-box;
}
.strength .hearing img {
  max-width: 980px;
  display: block;
  margin: 25px auto;
}
@media screen and (max-width: 768px) {
  .strength .hearing img {
    display: none;
  }
}
.strength .hearing ul {
  display: none;
}
@media screen and (max-width: 768px) {
  .strength .hearing ul {
    display: block;
    margin: 25px auto;
    max-width: 500px;
    width: 85%;
  }
  .strength .hearing ul li {
    position: relative;
    padding: 10px 10px 10px 20px;
    margin-bottom: 15px;
    color: white;
    font-size: clamp(1.4rem, 1.2592rem + 1.1268vw, 1.8rem);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    border-radius: 5px;
  }
  .strength .hearing ul li .fa-solid,
  .strength .hearing ul li .fas {
    color: rgb(230, 230, 230);
    padding-right: 5px;
  }
  .strength .hearing ul li:nth-child(even) {
    background: #989898;
  }
  .strength .hearing ul li:nth-child(odd) {
    background: #4d4d4d;
  }
}
.strength .flow-chart {
  width: 100%;
  background-color: #d9d9d9;
  padding: 50px 4%;
  box-sizing: border-box;
}
.strength .flow-chart p {
  padding-bottom: 0;
}
.strength .layout {
  padding: 50px 5%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  max-width: 1260px;
}
.strength .layout .col_3 {
  padding: 25px 0 0 15px;
  box-sizing: border-box;
  margin: 0 auto 25px;
}
.strength .layout .col_3 li {
  width: 31%;
}
.strength .layout .col_3 li p {
  background: black;
  border-left: #b71c26 solid 10px;
  transform: skewX(-10deg);
  padding: 5px 20px 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -15px;
  margin-top: -25px;
}
.strength .layout .col_3 li p span {
  transform: skewX(10deg);
  display: block;
  color: white;
  font-size: clamp(1.2rem, 1rem + 1.6vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .strength .layout .col_3 {
    flex-direction: column;
    margin-bottom: 0;
  }
  .strength .layout .col_3 li {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .strength .layout .col_3 li img {
    width: 100%;
    margin: 0 auto;
  }
  .strength .layout .col_3 li p {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: -20px 0 0 -20px;
    padding: 8px 20px 8px 20px;
  }
}
.strength .col_2 {
  justify-content: center;
  gap: 25px;
}
.strength .response {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
.strength .response .col_3 {
  padding: 0 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .strength .response .col_3 {
    display: none;
  }
}
.strength .response .col_3 p {
  font-size: 1.6rem;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 10px;
}
.strength .response .swiper-strength {
  display: none;
}
@media screen and (max-width: 768px) {
  .strength .response .swiper-strength {
    display: block;
  }
}
.strength .response .swiper {
  width: 100%;
  height: auto;
}
.strength .response .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.strength .response .swiper-slide p {
  font-size: 1.6rem;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 10px;
}/*# sourceMappingURL=strength.css.map */