@charset "utf-8";
.page_title {
  &::before {
    background: url(../img/page_title.png) no-repeat left bottom;
    background-size: cover;
  }
}
.breadcrumb {
  margin-bottom: 72px;
  @media screen and (max-width: 767px) {
    margin-bottom: 56px;
  }
}

.intro_outer {
  padding-bottom: 72px;
  p {font-weight: 500;}
  p.bold_txt {font-weight: bold;}
  @media screen and (max-width: 767px) {
    padding-bottom: 56px;
  }
}
.intro_ttl {
  border-radius: 50px 0 0 0;
  background: var(--light-blue);
  margin-top: 64px;
  padding: 56px 96px;
  p.bold_txt {
    margin-bottom: 16px;
    font-size: 2.4rem;
    letter-spacing: 4.8px;
  }
  p {color: #fff;}
  @media screen and (max-width: 767px) {
    margin-top: 48px;
    padding: 40px 7.5%;
    p.bold_txt {
      font-size: 2.2rem;
      letter-spacing: 1px;
    }
  }
}

.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;
  }
  @media screen and (max-width: 767px) {
    .container {
      width: 95%;
      margin-left: 0;
    }
    .pro_sec--inner {padding-right: 5%;}
    .pro_ttl {width: 95%;}
  }
}
.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: 160px 40px 48px;
  @media screen and (max-width: 767px) {
    padding: 130px 5% 48px;
    padding-right: 0;
  }
}
.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: 24px;
  font-size: 3.6rem;
  letter-spacing: 7.2px;
  padding-left: 88px;
  span {
    min-width: 90px;
    font-size: 6.4rem;
    font-weight: 700;
    font-family: var(--en-font);
  }
  @media screen and (max-width: 767px) {
    width: 100%;
    height: 72px;
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    padding-left: 28px;
    gap: 16px;
    span {
      min-width: 48px;
      font-size: 2.8rem;
      margin-top: 2px;
    }
  }
}
.pro_flex {
  width: 100%;
  max-width: 931px;
  margin: 0 auto 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 56px;
  figure {
    min-width: 299px;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    figure {
      min-width: initial;
    }
  }
}
.pro_flex--child {
  width: 100%;
}
.pro_des {
  width: 100%;
  margin: 0 auto;
  background: #EFF8FF;
  padding: 32px 40px;
  margin-top: 20px;
  @media screen and (max-width: 767px) {
    padding: 28px 5% 36px;
  }
}
.pro_blue--ttl {
  color: var(--dark-blue);
  font-size: 2.4rem;
  letter-spacing: 2.4px;
  margin-bottom: 20px;
  @media screen and (max-width: 767px) {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}



.flow_sec {
  padding: 64px 0 88px;
  @media screen and (max-width: 767px) {
    padding: 32px 0 80px;
  }
}
.flow_sec .cmn_ttl {
  margin-bottom: 40px;
  h2 {
    color: var(--dark-blue);
  }
  p {
    color: #EFF8FF;
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 0;
  }
}
.flow_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px 64px;
  figure {
    width: 100%;
    max-width: 504px;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column-reverse;
    figure {
      display: flex;
      justify-content: center;
    }
  }
}
.flow_flex--txt {
  p.bold_txt {
    color: var(--dark-blue);
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    margin-bottom: 28px;
  }
  .cmn_link {
    max-width: 100%;
    margin-top: 40px;
  }
  @media screen and (max-width: 767px) {
    p.bold_txt {
      font-size: 2rem;
      letter-spacing: 1px;
    }
    .cmn_link {
      max-width: 320px;
    }
  }
}