@charset "utf-8";
.page_title {
  background: url(../img/page_title.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 680px;
    padding: 1em 20px;
  }
}

.intro_block {
  padding-bottom: 40px;
  p.indent {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    p.indent {
      text-align: left;
    }
  }
}


.contents_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  li {
    position: relative;
    width: calc(33.3% - 13.3px);
    min-height: 360px;
    background: rgba(185, 241, 255, 0.50);
    border-radius: 3px;
    padding: 20px;
    p:first-child {
      background: var(--main-color);
      border-radius: 3px;
      color: #fff;
      font-weight: bold;
      font-size: 2.4rem;
      letter-spacing: 1.2px;
      text-align: center;
      padding: 16px;
      margin-bottom: 24px;
    }
  }
  figure {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -6em;
    display: flex;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 64px;
    li {
      width: 100%;
      min-height: initial;
      padding: 20px;
      padding-bottom: 128px;
      p:first-child {
        font-size: 1.8rem;
        letter-spacing: 0.9px;
        padding: 8px;
      }
    }
    figure {
      bottom: -3em;
    }
  }
}

.merit_sec {
  margin: 200px 0 48px;
  background: #E2F0D9;
  padding: 40px;
  &::before {
    content: '';
    position: absolute;
    background: url(../img/more.svg) no-repeat center;
    background-size: contain;
    width: 138px;
    height: 138px;
    top: -3.5em;
    left: 30px;
  }
  h2 {
    color: var(--main-color);
    font-size: 3.6rem;
    letter-spacing: 1.8px;
    text-align: center;
    margin-bottom: 32px;
  }
  @media screen and (max-width: 767px) {
    padding: 64px 5% 32px;
    margin-top: 120px;
    &::before {
      width: 88px;
      height: 88px;
      top: -3em;
      left: 0;
    }
    h2 {
      font-size: 2.4rem;
      letter-spacing: 1.2px;
      margin-bottom: 24px;
    }
  }
}
.merit_inner--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  li {
    width: calc(33.3% - 10px);
    background: #fff;
    padding: 24px 20px;
    p.bold_txt {
      background: var(--main-color);
      border-radius: 3px;
      color: #fff;
      font-weight: bold;
      font-size: 2.4rem;
      letter-spacing: 1.2px;
      text-align: center;
      padding: 16px;
      margin-bottom: 24px;
    }
    p.bold_txt + p {
      width: 90%;
      min-height: 164px;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 767px) {
    flex-direction: column;
    li {
      width: 100%;
      padding: 20px;
      p.bold_txt {
        font-size: 1.8rem;
        letter-spacing: 0.9px;
        padding: 8px;
      }
      p.bold_txt + p {width: 100%;min-height: initial;}
    }
  }
}

.result_sec--orange {
  background: url(../img/result_bg_orange.png)no-repeat center;
  background-size: cover;
  padding: 72px 0;
  color: var(--main-color);
  text-align: center;
  font-weight: 700;
  h2 {
    font-size: 3.6rem;
    letter-spacing: 1.8px;
  }
  h2 + p {
    font-size: 2.4rem;
    letter-spacing: 1.2px;
  }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2.4rem;
      letter-spacing: 1.2px;
    }
    h2 + p {
      font-size: 1.8rem;
      letter-spacing: 0.9px;
    }
  }
}

.service_sec {
  background: linear-gradient(133deg, #DCF8FF 7.5%, #D5FFFA 51.68%, #84C3FF 95.87%);
  padding: 72px 0;
  h2 {
    text-align: center;
    font-size: 3.6rem;
    letter-spacing: 1.8px;
    color: var(--main-color);
    margin-bottom: 40px;
  }
  h2 + div {
    background: #fff;
    padding: 80px 88px 56px;
  }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2.4rem;
      letter-spacing: 1.2px;
      margin-bottom: 28px;
    }
    h2 + div {
      padding: 64px 5% 40px;
    }
  }
}

.table_block {
  padding: 64px 0 128px;
  @media screen and (max-width: 767px) {
    padding: 48px 0 72px;
  }
}
.table_block .container {
  border-radius: 3px;
  background: rgba(185, 241, 255, 0.50);
  padding: 32px 64px;
  @media screen and (max-width: 767px) {
    padding: 32px 5%;
  }
}
.table_block--outer {
  overflow: auto;
  table {
    width: 100%;
    border-top: 1px solid #11238C;
    border-bottom: 1px solid #11238C;
  }
  caption {
    color: var(--main-color);
    font-size: 2.4rem;
    letter-spacing: 1.2px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
  }
  th, td {
    padding: 20px 10px;
    border-bottom: 1px solid #B6B6B6;
  }
  tr:last-child th,
  tr:last-child td {
    border-bottom: none;
  }
  th {
    width: 172px;
    background: #1651A7;
    color: #fff;
    font-weight: normal;
  }
  td {
    width: calc(100% - 172px);
    background: #fff;
    padding-left: 32px;
  }
  @media screen and (max-width: 767px) {
    table {
      width: 800px;
    }
    th {
      width: 144px;
    }
    td {
      width: calc(100% - 144px);
    }
  }
}