@charset "utf-8";
body {
  background-color: #F4F8FF;
}

.conts_ttl {
  position: relative;
  font-size: 3.0303030303030303cqw;
  font-weight: 700;
  line-height: 1.4545454545454546;
  letter-spacing: 0.05em;
  color: #103585;
  padding-left: 3.2196969696969697cqw;
  padding-bottom: 2.272727272727273cqw;

  @media (max-width: 768px) {
    font-size: 2.2rem;
    padding-left: 22px;
    padding-bottom: 16px;
  }

  &::before {
    content: '';
    position: absolute;
    width: 1.5151515151515151cqw;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #103585;
    top: 1.893939393939394cqw;
    left: 0;

    @media (max-width: 768px) {
      width: 12px;
      top: 13px;
    }
  }

  &::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D5E2FD;
    bottom: 0;
    left: 0;
  }
}
/* ↓↓↓ fv ↓↓↓ */
.fv {
  padding: min(13.359375000000002vw,171px) 20px 0;
  margin: 0 auto;

  @media (max-width: 768px) {
    padding-top: 112px;
  }
}
.fv .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.fv .inner .ttl {
  .en {
    font-size: 6.0606060606060606cqw;
    font-family: var(--text-poppins);
    font-weight: 600;
    line-height: 1.0476190476190477;
    letter-spacing: 0;
    color: #103585;

    @media (max-width: 768px) {
      font-size: 4.2rem;
    }
  }

  .ja {
    position: relative;
    font-size: 1.893939393939394cqw;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: block;
    padding-left: 1.5151515151515151cqw;
    margin-top: 1.7045454545454544cqw;

    @media (max-width: 768px) {
      font-size: 1.5rem;
      padding-left: 14px;
      margin-top: 0;
    }

    &::before {
      content: '';
      position: absolute;
      width: 0.7575757575757576cqw;
      height: auto;
      aspect-ratio: 1/1;
      border-radius: 50%;
      background-color: #103585;
      top: 1.1363636363636365cqw;
      left: 0;

      @media (max-width: 768px) {
        width: 8px;
        top: 8px;
      }
    }
  }
}
.fv .inner .breadcrumbs {
  margin-top: 11.363636363636363cqw;

  @media (max-width: 768px) {
    margin-top: 64px;
  }

  .list {
    display: flex;
    gap: 3.0303030303030303cqw;

    @media (max-width: 768px) {
      gap: 24px;
    }

    .item {
      position: relative;
      font-size: 1.231060606060606cqw;
      font-weight: 500;
      letter-spacing: 0.05em;

      @media (max-width: 768px) {
        font-size: 1.2rem;
      }

      +.item::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: rgba(16, 53, 133,.5);
        translate: -100% 0;
        top: 0;
        left: -1.5151515151515151cqw;
        
        @media (max-width: 768px) {
          left: -12px;
        }
      }

      .link {
        color: rgba(16, 53, 133,.5);
        transition: color ease .3s;

        @media (min-width: 769px) {
          &:hover {
            color: rgba(16, 53, 133);
          }
        }
      }
    }
  }
}
.fv .img {
  width: auto;
  height: 500px;
  display: block;
  overflow: clip;
  border-radius: min(0.78125vw,10px);
  margin: min(1.875vw,24px) -20px 0;

  @media (max-width: 768px) {
    height: 360px;
    border-radius: 8px;
    margin-top: 14px;
  }

  img {
    object-fit: cover;
    object-position: center;

    @media (max-width: 768px) {
      height: 100%;
    }
  }
}
/* ↑↑↑ fv ↑↑↑ */
/* ↓↓↓ profile ↓↓↓ */
.profile {
  padding: 0 20px;
  margin: min(9.375vw,120px) auto 0;

  @media (max-width: 768px) {
    margin-top: 80px;
  }
}
.profile .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.profile .inner .list {
  display: flex;
  gap: 2.272727272727273cqw;
  flex-direction: column;
  margin-top: 5.303030303030303cqw;

  @media (max-width: 768px) {
    gap: 24px;
    margin-top: 48px;
  }

  .unit {
    position: relative;
    display: flex;
    gap: 10px 2.462121212121212cqw;
    padding-bottom: 2.272727272727273cqw;

    @media (max-width: 768px) {
      flex-direction: column;
      padding-bottom: 24px;
    }

    &::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #AEBDDF;
      bottom: 0;
      left: 0;
    }
    &::after {
      content: '';
      position: absolute;
      width: 12.31060606060606cqw;
      height: 1px;
      background-color: #103585;
      bottom: 0;
      left: 0;

      @media (max-width: 768px) {
        width: 106px;
      }
    }

    .head {
      width: 12.31060606060606cqw;
      font-size: max(1.4204545454545454cqw,1rem);
      font-weight: 700;
      letter-spacing: 0.04em;
      color: #103585;
      flex-shrink: 0;
      padding-top: 0.5681818181818182cqw;

      @media (max-width: 768px) {
        width: 100%;
        font-size: 1.5rem;
      }
    }
    
    .conts {
      flex: 1;
      font-size: max(1.4204545454545454cqw,1rem);
      font-weight: 500;
      line-height: 2.2666666666666666;
      letter-spacing: 0.04em;

      @media (max-width: 768px) {
        font-size: 1.5rem;
        line-height: 2;
      }
    }

    .blue {
      color: #103585;
    }

    table {
      tbody {
        width: 100%;
      }

      tr+tr {
        padding-top: 1.231060606060606cqw;
      }
      @media (max-width: 768px) {
        padding-top: 13px;
      }

      td:not(:last-of-type) {
        text-align: end;
      }
      td+td {
        padding-left: 2.272727272727273cqw;

        @media (max-width: 768px) {
          padding-left: 22px;
        }
      }
      
      .president td:nth-of-type(2) {
        text-align: start;
      }
    }
  }
}
/* ↑↑↑ profile ↑↑↑ */
/* ↓↓↓ history ↓↓↓ */
.history {
  padding: 0 20px;
  margin: min(11.71875vw,150px) auto min(15.625vw,200px);

  @media (max-width: 768px) {
    margin-block: 80px 100px;
  }
}
.history .inner {
  max-width: 1056px;
  container-type: inline-size;
  margin: 0 auto;
}
.history .inner .list {
  max-width: 85.22727272727273cqw;
  display: flex;
  flex-direction: column;
  gap: 1.5151515151515151cqw;
  margin: 5.303030303030303cqw 0 0 auto;

  @media (max-width: 768px) {
    max-width: unset;
    gap: 16px;
    margin-top: 48px;
  }

  .unit {
    position: relative;
    display: flex;
    gap: 9px 4.261363636363636cqw;
    margin-left: 2.272727272727273cqw;

    &:not(:last-of-type) {
      border-bottom: 1px solid #AEBDDF;
      padding-bottom: 1.5151515151515151cqw;
    }

    @media (max-width: 768px) {
      flex-direction: column;
      margin-left: 18px;
      
      &:not(:last-of-type) {
        padding-bottom: 16px;
      }
    }

    &::before {
      content: '';
      position: absolute;
      width: 1px;
      height: calc(100% + 1.5151515151515151cqw);
      background-color: #AEBDDF;
      top: 0.946969696969697cqw;
      left: -1.7045454545454544cqw;
      
      @media (max-width: 768px) {
        height: calc(100% + 16px);
        top: 8px;
        left: -15px;
      }
    }
    
    &:last-of-type::before {
      height: calc(100% - 0.946969696969697cqw);

      @media (max-width: 768px) {
        height: calc(100% - 10px);
      }
    }

    &::after {
      content: '';
      position: absolute;
      width: 1.1363636363636365cqw;
      height: auto;
      aspect-ratio: 1/1;
      border-radius: 50%;
      background-color: #AEBDDF;
      top: 0.5681818181818182cqw;
      left: -2.272727272727273cqw;

      @media (max-width: 768px) {
        width: 8px;
        top: 7px;
        left: -18px;
      }
    }

    .head_block {
      width: 18.939393939393938cqw;
      height: fit-content;
      color: #103585;
      display: flex;
      align-items: flex-end;
      gap: 0.7575757575757576cqw;
      flex-shrink: 0;

      @media (max-width: 768px) {
        width: 100%;
        gap: 5px;
      }

      .year {
        font-size: 2.462121212121212cqw;
        font-family: var(--text-poppins);
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.04em;

        @media (max-width: 768px) {
          font-size: 2rem;
        }
      }

      .ja {
        font-size: max(1.5151515151515151cqw,1rem);
        font-weight: 500;
        letter-spacing: 0.04em;

        @media (max-width: 768px) {
          font-size: 1.3rem;
        }
      }
    }

    .conts_block {
      flex: 1;

      .group {
        display: flex;
        gap: 4.261363636363636cqw;

        @media (max-width: 768px) {
          gap: 16px;
        }

        &+.group {
          margin-top: 1.5151515151515151cqw;

          @media (max-width: 768px) {
            margin-top: 16px;
          }
        }

        .month {
          width: 4.356060606060606cqw;
          height: fit-content;
          font-size: max(1.4204545454545454cqw,1rem);
          font-weight: 500;
          letter-spacing: 0.04em;
          flex-shrink: 0;

          @media (max-width: 768px) {
            width: 34px;
            font-size: 1.5rem;
          }
        }

        .conts_inner {
          flex: 1;

          .txt {
            font-size: max(1.4204545454545454cqw,1rem);
            font-weight: 500;
            letter-spacing: 0.04em;

            @media (max-width: 768px) {
              font-size: 1.5rem;
            }
          }

          figure {
            display: flex;
            gap: 8px 3.0303030303030303cqw;
            align-items: flex-end;
            margin-top: 1.3257575757575757cqw;

            @media (max-width: 768px) {
              flex-direction: column;
              align-items: flex-start;
              margin-top: 14px;
            }

            img {
              width: 25.568181818181817cqw;
              height: fit-content;
              display: block;

              @media (max-width: 768px) {
                width: calc(170/375*100vw);
              }

              &.s_img {
                width: 20.833333333333336cqw;


                @media (max-width: 768px) {
                  width: calc(150/375*100vw);
                }
              }
            }

            figcaption {
              font-size: max(1.3257575757575757cqw,1rem);
              font-weight: 500;
              line-height: 1.4285714285714286;
              letter-spacing: 0.04em;
              color: #6E6E6E;

              @media (max-width: 768px) {
                font-size: 1.2rem;
              }
            }
          }
        }
      }
    }
  }
}
/* ↑↑↑ history ↑↑↑ */