@charset "utf-8";
.page_title {
  &::before {
    background: url(../../img/page_title.png) no-repeat left bottom;
    background-size: cover;
  }
}
.breadcrumb {
  margin-bottom: 30px;
}

.pro_sec {
  &::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32%;
    height: 100%;
  }
}
.pro_sec:nth-of-type(odd) {
  &::before {
    background: var(--dark-blue);
    left: 0;
  }
}
.pro_sec:nth-of-type(even) {
  &::before {
    background: #68B3FF;
    right: 0;
  }
}
.pro_outer {
  padding-bottom: 72px;
  @media screen and (max-width: 767px) {
    padding-bottom: 56px;
  }
}
.pro_outer .container {
  max-width: 1114px;
  padding: 56px 0;
}
.pro_sec--inner {
  position: relative;
  background: #fff;
  border-radius: 0 50px 0 50px;
  padding: 180px 40px 48px;
  @media screen and (max-width: 767px) {
    padding: 150px 5% 48px;
  }
}
.pro_ttl {
  position: absolute;
  top: 32px;
  left: 0;
  background: var(--sub-color);
  border-radius: 0 50px 0 0;
  color: #fff;
  width: 96%;
  height: 104px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-size: 3.6rem;
  letter-spacing: 7.2px;
  padding-left: 36px;
  span {
    min-width: 90px;
    font-size: 6.4rem;
    font-weight: 700;
    font-family: var(--en-font);
  }
  @media screen and (max-width: 767px) {
    height: 72px;
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    padding-left: 28px;
    span {
      min-width: 48px;
      font-size: 2.8rem;
      margin-top: 2px;
    }
  }
}
.pro_figure {
  width: 100%;
  max-width: 1025px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 32px 20px;
  figure {
    width: 100%;
    max-width: 328px;
    display: flex;
    flex-direction: column;
    align-self: center;
  }
  figure:nth-child(2),
  figure:nth-child(5),
  figure:nth-child(8) {max-width: 329px;}
  /* figcaption {
    width: 90%;
    max-width: 285px;
    margin: 20px auto 0;
  } */
  @media screen and (max-width: 767px) {
    gap: 15px 10px;
    figure {
      width: calc(50% - 5px);
    }
    figcaption {
      font-size: min(1.4rem, 4vw);
    }
    /* figcaption {
      font-size: 1.4rem;
      margin-top: 12px;
    } */
  }
}
#sec_04 .pro_figure figure:nth-child(2),figure:nth-child(5),figure:nth-child(8){max-width: 328px;}