@charset "UTF-8";
/* ▼▼▼ 北港情報サービスの強み
======================================================*/
.strength .ttl_en svg {
  max-width: 356px;
}
@media screen and (max-width: 767px) {
  .strength .ttl_en svg {
    max-width: 255px;
  }
}
.strength .ttl_jp svg {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .strength .ttl_jp svg {
    max-width: 181px;
  }
}

.strength_point_block .strength_point_bg {
  padding-top: 250px;
  background-image: url(../img/contents_bg_pc.webp);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .strength_point_block .strength_point_bg {
    background-image: url(../img/contents_bg_sp.webp);
    padding-top: 100px;
  }
}
.strength_point_block .strength_point_bg .strength_point_box .strength_point_fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 225px;
}
@media screen and (max-width: 767px) {
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_img {
  max-width: 678px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_img {
    max-width: 304px;
  }
}
.strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt {
  background-image: url(../img/strength/point_frame_pc.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-width: 545px;
  min-height: 318px;
  margin-left: -40px;
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
  aspect-ratio: 545/318;
}
@media screen and (max-width: 767px) {
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt {
    min-height: auto;
    background-image: none;
    aspect-ratio: inherit;
    margin: 0 auto;
    margin-top: 25px;
  }
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 320px;
    height: 80px;
    background: url(../img/strength/sp_frame_top.svg) center/100% no-repeat;
    z-index: -1;
  }
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 320px;
    height: 80px;
    background: url(../img/strength/sp_frame_bottom.svg) center/100% no-repeat;
    z-index: -1;
  }
}
.strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt .strength_point_txt_inner {
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt .strength_point_txt_inner {
    padding: 30px 20px;
    width: 320px;
    margin: 0 auto;
    position: relative;
  }
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt .strength_point_txt_inner::before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 50px - 50px);
    background: #FF4B15;
    top: 50px;
    left: 1px;
  }
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt .strength_point_txt_inner::after {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 50px - 50px);
    background: #FF4B15;
    bottom: 50px;
    right: 1px;
  }
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt .strength_point_txt_inner.sp_pt {
    padding-top: 50px;
  }
}
.strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt .strength_point_txt_inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt .strength_point_txt_inner h3 .num {
  border-radius: 100vmax;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ED3700), to(#C30D23));
  background-image: linear-gradient(to bottom, #ED3700, #C30D23);
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  aspect-ratio: 1/1;
  padding: 8px 12px;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt .strength_point_txt_inner h3 .num {
    font-size: 12px;
  }
}
.strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt .strength_point_txt_inner h3 .point_grad {
  font-size: 24px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#CE3F00), color-stop(50%, #C30D23));
  background-image: linear-gradient(to bottom right, #CE3F00, #C30D23 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt .strength_point_txt_inner h3 .point_grad {
    font-size: 16px;
  }
}
.strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt .strength_point_txt_inner p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx .strength_point_txt .strength_point_txt_inner p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx.pc_reverse .strength_point_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.strength_point_block .strength_point_bg .strength_point_box .strength_point_fx.pc_reverse .strength_point_txt {
  margin-left: auto;
  margin-right: -40px;
}
@media screen and (max-width: 767px) {
  .strength_point_block .strength_point_bg .strength_point_box .strength_point_fx.pc_reverse .strength_point_txt {
    margin-right: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.strength_point_block .strength_point_bg .strength_point_box .strength_point_fx:last-child {
  margin-bottom: 0;
}

.recruit_bnr_block {
  background-image: url(../img/contents_bg_pc.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 290px 0 100px;
}
@media screen and (max-width: 767px) {
  .recruit_bnr_block {
    background-image: url(../img/contents_bg_sp.webp);
    padding: 60px 0 80px;
  }
}