@charset "utf-8";
.page_title {
  &::before {
    background: url(../img/page_title.png) no-repeat left bottom;
    background-size: cover;
  }
  @media screen and (max-width: 767px) {
    p {
      font-size: min(9rem, 16vw);
    }
  }
}

.intro_block {
  padding-bottom: 64px;
  @media screen and (max-width: 767px) {
    padding-bottom: 56px;
  }
}
.intro_block .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 32px;
  figure {
    width: 100%;
    max-width: 504px;
  }
  figure + p {
    width: 100%;
    max-width: 488px;
    font-weight: 500;
    letter-spacing: 1.6px;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}


.case_sec {
  padding-bottom: 72px;
  @media screen and (max-width: 767px) {
    padding-bottom: 64px;
  }
}
.case_ttl {
  width: 100%;
  background: var(--dark-blue);
  border-radius: 0 50px 0 0;
  padding: 20px;
  padding-left: 48px;
  margin-bottom: 32px;
  font-size: 3.6rem;
  letter-spacing: 7.2px;
  color: #fff;
  line-height: 1.7;
  @media screen and (max-width: 767px) {
    padding: 15px;
    /* padding-left: 30px; */
    margin-bottom: 28px;
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
.case_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 24px;
  margin-bottom: 64px;
  &:last-of-type {margin-bottom: 0;}
  figure {
    width: 100%;
    max-width: 322px;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column;
    margin-bottom: 56px;
  }
}
.case_table {
  width: 100%;
  table {
    width: 100%;
    height: 219px;
    border-top: 1px solid var(--dark-blue);
    border-bottom: 1px solid var(--dark-blue);
  }
  tr {
    border-bottom: 1px solid var(--dark-blue);
  }
  tr:last-child {
    border-bottom: 0;
  }
  th {
    color: var(--dark-blue);
    background: #EFF8FF;
    width: 240px;
  }
  td {
    width: calc(100% - 240px);
    padding: 15px;
    padding-left: 36px;
  }
  @media screen and (max-width: 767px) {
    table {
      height: auto;
    }
    tr {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    th, td {
      width: 100%;
      padding: 12px;
    }
    td {
      padding: 12px 24px;
    }
  }
}


.case_fig--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 29px;
  figure {
    width: calc(33.3% - 13.3px);
    max-width: 322px;
  }
  @media screen and (max-width: 767px) {
    gap: 10px;
    figure {
      width: calc(50% - 5px);
    }
  }
}


.ach_sec {
  padding-bottom: 120px;
  @media screen and (max-width: 767px) {
    padding-bottom: 96px;
  }
}
.ach_sec .cmn_ttl {
  margin-bottom: 40px;
  h2 {
    color: var(--dark-blue);
  }
  p {
    color: #EFF8FF;
  }
  @media screen and (max-width: 767px) {
    margin-bottom: -20px;
    p {
      font-size: min(9rem, 13vw);
    }
  }
}
.ach_table {
  width: 100%;
  overflow: auto;
  table {
    width: 100%;
    border-top: 1px solid var(--dark-blue);
    border-bottom: 1px solid var(--dark-blue);
  }
  tr {
    border-bottom: 1px solid var(--dark-blue);
  }
  tr:last-child {
    border-bottom: 0;
  }
  thead th {
    color: var(--dark-blue);
    background: #EFF8FF;
    text-align: left;
  }
  thead th, tbody td {
    padding: 15px;
    padding-left: 36px;
    border-right: 1px solid var(--dark-blue);
  }
  thead th:nth-child(3),
  tbody td:nth-child(3) {
    text-align: center;
    padding-left: 15px;
    border-right: 0;
  }
  @media screen and (max-width: 767px) {
    table {
      width: 440px;
    }
    thead th, tbody td {
      padding-left: 15px;
    }
    thead th:nth-child(1) {width: 160px;}
    thead th:nth-child(2) {width: 200px;}
    thead th:nth-child(3) {width: 80px;}
  }
}


/* ↓トップページとレイアウト同じ↓ */
.top_about {
  height: 540px;
  /* overflow: hidden; */
  margin-bottom: 80px;
  &::before {
    content: '';
    position: absolute;
    background: url(/img/about_bg.png)no-repeat center;
    background-size: cover;
    top: 0;
    /* bottom: 0; */
    right: 0;
    margin: auto;
    width: 78%;
    height: 366px;
  }
}
.top_about .container {
  height: 100%;
  padding: 175px 0 40px;
}

.top_about .top_en--1367 {
  position: absolute;
  top: 0;
  right: -1em;
  margin: auto;
  min-height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.18);
  font-size: 12.8rem;
  font-weight: 700;
  font-family: var(--en-font);
  @media screen and (max-width: 1366px) {
    display: none;
  }
}
.top_about .top_en--1366 {
  display: none;
  @media screen and (max-width: 1366px) {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    min-height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.18);
    font-size: 12.8rem;
    font-weight: 700;
    font-family: var(--en-font);
  }
  @media screen and (max-width: 767px) {
    top: 60px;
    font-size: min(9rem, 20vw);
    z-index: 1;
  }
}
.top_about--txt {
  position: relative;
  width: 100%;
  max-width: 607px;
  margin: 0 auto;
  margin-right: 0;
  background: var(--dark-blue);
  padding: 56px 72px 56px 80px;
  border-radius: 50px 0 0 0;
  z-index: 1;
  h2 {
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 4.8px;
    font-weight: 700;
  }
  p {
    color: #fff;
  }
  .cmn_link {
    max-width: 100%;
  }
  & + figure {
    position: absolute;
    top: 40px;
    left: -10em;
  }
  @media screen and (max-width: 767px) {
    padding: 48px 5%;
  }
}