/* line 4, strengths.scss */
.wrapper h3 {
  display: flex;
  align-items: center;
  margin: 0; }
  @media screen and (max-width: 800px) {
    /* line 4, strengths.scss */
    .wrapper h3 {
      display: block;
      margin-bottom: 16px; } }
  /* line 12, strengths.scss */
  .wrapper h3 .en {
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.16em;
    background-color: #00874E;
    border-radius: 8px;
    padding: 4px 10px;
    margin-right: 32px; }
    @media screen and (max-width: 800px) {
      /* line 12, strengths.scss */
      .wrapper h3 .en {
        font-size: 12px;
        line-height: 1;
        margin: 0 0 10px;
        padding: 6px 10px; } }
    /* line 30, strengths.scss */
    .wrapper h3 .en .no {
      display: inline-block;
      font-size: 15px;
      font-weight: 700;
      line-height: 1;
      border-left: 1px solid #FFFFFF;
      margin-left: 10px;
      padding-left: 10px; }
      @media screen and (max-width: 800px) {
        /* line 30, strengths.scss */
        .wrapper h3 .en .no {
          font-size: 14px; } }
  /* line 43, strengths.scss */
  .wrapper h3 .jp {
    display: inline-block;
    font-size: 32px;
    line-height: 1.4; }
    @media screen and (max-width: 800px) {
      /* line 43, strengths.scss */
      .wrapper h3 .jp {
        display: block;
        width: 100%;
        font-size: 22px;
        line-height: 1.5; } }

/* line 59, strengths.scss */
.strengths {
  margin-bottom: 120px; }

/* line 63, strengths.scss */
.strengths-head {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 800px) {
    /* line 63, strengths.scss */
    .strengths-head {
      display: block;
      margin-bottom: 16px; } }
  /* line 72, strengths.scss */
  .strengths-head.half h3 {
    width: auto; }
    @media screen and (max-width: 800px) {
      /* line 72, strengths.scss */
      .strengths-head.half h3 {
        width: 100%; } }
  /* line 78, strengths.scss */
  .strengths-head.half p {
    width: 50%; }
    @media screen and (max-width: 800px) {
      /* line 78, strengths.scss */
      .strengths-head.half p {
        width: 100%; } }
  /* line 85, strengths.scss */
  .strengths-head p {
    position: relative;
    font-size: 18px;
    border-left: 1px solid #D1D1D1;
    margin: 0 0 0 3.16%;
    padding: 6px 0 6px 3.16%; }
    @media screen and (max-width: 800px) {
      /* line 85, strengths.scss */
      .strengths-head p {
        font-size: 15px;
        border: none;
        margin: 0;
        padding: 12px 0 0 0; }
        /* line 96, strengths.scss */
        .strengths-head p::before {
          position: absolute;
          left: 0;
          top: 0;
          width: 40px;
          height: 1px;
          content: "";
          background-color: #D1D1D1; } }

/* line 109, strengths.scss */
.strengths-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 28px 36.7%;
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    /* line 109, strengths.scss */
    .strengths-content {
      display: block;
      margin-bottom: 48px; } }
  /* line 120, strengths.scss */
  .strengths-content:last-child {
    margin-bottom: 0; }
  /* line 123, strengths.scss */
  .strengths-content::before {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -40%;
    width: 100vw;
    height: 42.6vw;
    content: "";
    background-image: url("../img/bg_line02.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    z-index: 0;
    pointer-events: none; }
    @media screen and (max-width: 800px) {
      /* line 123, strengths.scss */
      .strengths-content::before {
        top: 0;
        translate: -50% 0;
        height: 66.9vw;
        background-image: url("../img/bg_line02_sp.png"); } }
  /* line 144, strengths.scss */
  .strengths-content .strengths-img {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 26.9%;
    border-radius: 200px; }
    @media screen and (max-width: 800px) {
      /* line 144, strengths.scss */
      .strengths-content .strengths-img {
        position: relative;
        left: auto;
        top: auto;
        translate: 0 0;
        width: 55%;
        margin: 0 auto;
        z-index: 0; } }
    /* line 160, strengths.scss */
    .strengths-content .strengths-img img {
      border-radius: 200px; }
  /* line 164, strengths.scss */
  .strengths-content h4 {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 31.6%;
    min-height: 256px;
    color: #00874E;
    font-size: 20px;
    line-height: 1.5;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 0px 16px rgba(108, 108, 108, 0.3);
    margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      /* line 164, strengths.scss */
      .strengths-content h4 {
        width: 100%;
        min-height: 186px;
        font-size: 17px;
        margin-bottom: 16px;
        padding: 25px 0; }
        /* line 186, strengths.scss */
        .strengths-content h4:first-of-type {
          margin-top: -12px; } }
    /* line 190, strengths.scss */
    .strengths-content h4 .strengths-detail {
      display: block;
      width: 100%;
      text-align: center; }
      /* line 194, strengths.scss */
      .strengths-content h4 .strengths-detail .count {
        font-variant: tabular-nums;
        font-feature-settings: "tnum"; }

/* line 204, strengths.scss */
.read-features {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px; }
  @media screen and (max-width: 800px) {
    /* line 204, strengths.scss */
    .read-features {
      font-size: 22px;
      line-height: 1.5;
      margin-bottom: 16px; } }

/* line 216, strengths.scss */
.cap-features {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 80px; }
  @media screen and (max-width: 800px) {
    /* line 216, strengths.scss */
    .cap-features {
      font-size: 15px;
      text-align: left;
      line-height: 1.8;
      margin-bottom: 24px; } }

/* line 228, strengths.scss */
.features-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px; }
  @media screen and (max-width: 800px) {
    /* line 228, strengths.scss */
    .features-content {
      flex-wrap: wrap;
      gap: 24px 0;
      margin-bottom: 0px; } }
  /* line 237, strengths.scss */
  .features-content.reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 800px) {
      /* line 237, strengths.scss */
      .features-content.reverse {
        flex-direction: column; } }
  /* line 243, strengths.scss */
  .features-content .features-img {
    position: sticky;
    top: 122px;
    left: 0;
    width: 48.7%;
    height: 100%; }
    @media screen and (max-width: 800px) {
      /* line 243, strengths.scss */
      .features-content .features-img {
        position: relative;
        top: auto;
        left: auto;
        width: 61.4%;
        height: auto;
        margin: 0 auto; } }
    /* line 257, strengths.scss */
    .features-content .features-img img {
      border-radius: 8px; }
  /* line 261, strengths.scss */
  .features-content .r-features {
    width: 48.7%; }
    @media screen and (max-width: 800px) {
      /* line 261, strengths.scss */
      .features-content .r-features {
        width: 100%; } }
    /* line 266, strengths.scss */
    .features-content .r-features .features-detail {
      margin: 110px 0 190px; }
      @media screen and (max-width: 800px) {
        /* line 266, strengths.scss */
        .features-content .r-features .features-detail {
          margin: 0 0 50px; } }
      /* line 271, strengths.scss */
      .features-content .r-features .features-detail:last-child {
        margin-bottom: 80px; }
        @media screen and (max-width: 800px) {
          /* line 271, strengths.scss */
          .features-content .r-features .features-detail:last-child {
            margin-bottom: 50px; } }
      /* line 277, strengths.scss */
      .features-content .r-features .features-detail h3 {
        display: block;
        margin-bottom: 24px; }
        @media screen and (max-width: 800px) {
          /* line 277, strengths.scss */
          .features-content .r-features .features-detail h3 {
            margin-bottom: 12px; } }
        /* line 283, strengths.scss */
        .features-content .r-features .features-detail h3 .jp {
          display: block;
          font-size: 28px;
          margin-top: 10px; }
          @media screen and (max-width: 800px) {
            /* line 283, strengths.scss */
            .features-content .r-features .features-detail h3 .jp {
              font-size: 20px; } }
      /* line 292, strengths.scss */
      .features-content .r-features .features-detail p {
        margin-bottom: 0; }

/*# sourceMappingURL=strengths.css.map */
