/* CSS Document */
main.top {
  position: relative;
}
main.top #list {
  background: #FFF;
}
main.top #list .item-section {
  position: relative;
}
main.top #list .item-bg {
  height: 100vh;
  height: 100lvh;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
main.top #list .item-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top #list .item-content {
  position: relative;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  box-sizing: border-box;
  z-index: 2;
  height: auto;
}
main.top #list .item-inside {
  padding-top: 60px;
  padding-bottom: 120px;
  background: #FFF;
  position: relative;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
main.top #list .item-inside:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #FFF;
}
main.top #list .item-inside > * {
  position: relative;
}
main.top #list .item-number {
  font-family: "freightbigcmp-pro", serif;
  font-weight: 300;
  font-size: 102px;
  font-size: 7.2857142857rem;
  line-height: 0.4;
}
main.top #list .item-text {
  margin-left: auto;
  width: 50%;
}
main.top #list .item-text h2 {
  font-family: "freightbigcmp-pro", serif;
  font-weight: 300;
  font-size: 82px;
  font-size: 5.8571428571rem;
  line-height: 1;
  margin-bottom: 30px;
}
main.top #list .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.top #list .item-link {
  margin-top: 60px;
  display: block;
  width: 84px;
  aspect-ratio: 1;
  background: url(../img/top/arrow-link.svg) no-repeat center/contain;
}
main.top #list .item-links {
  margin-top: 60px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
main.top #list .item-links .item-link {
  margin-top: 0;
}
main.top #list .item-ig {
  width: 84px;
  display: flex;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
  aspect-ratio: 1;
  background: url(../img/common/icon-ig.svg) no-repeat center;
}
main.top #news {
  padding-top: 80px;
  padding-bottom: 180px;
  position: relative;
  background: #FFF;
}
main.top #news:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100vw - 48px);
  height: 1px;
  transform: translateX(-50%);
  background: #D9D9D9;
}
main.top #news .content {
  display: flex;
}
main.top #news .item-hd {
  margin-right: 240px;
}
main.top #news .item-hd h2 {
  font-family: "freightbigcmp-pro", serif;
  font-weight: 300;
  font-size: 92px;
  font-size: 6.5714285714rem;
  line-height: 1;
  margin-bottom: 40px;
}
main.top #news .item-list {
  padding-top: 40px;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

@media screen and (min-width: 701px) and (max-width: 1212px) {
  main.top #list .item-inside {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  main.top #list .item-number {
    font-size: 90px;
    font-size: 6.4285714286rem;
  }
  main.top #list .item-text {
    min-width: 400px;
  }
  main.top #list .item-text h2 {
    font-size: 72px;
    font-size: 5.1428571429rem;
  }
  main.top #list .item-link {
    margin-top: 50px;
  }
  main.top #news .item-hd {
    margin-right: 120px;
  }
  main.top #news .item-hd h2 {
    font-size: 80px;
    font-size: 5.7142857143rem;
  }
}
@media screen and (max-width: 700px) {
  main.top #list .item-bg {
    height: 70vh;
  }
  main.top #list .item-inside {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  main.top #list .item-number {
    font-size: 70px;
    font-size: 5rem;
    width: 100%;
    margin-bottom: 30px;
  }
  main.top #list .item-text {
    width: 100%;
  }
  main.top #list .item-text h2 {
    font-size: 60px;
    font-size: 4.2857142857rem;
    margin-bottom: 20px;
  }
  main.top #list .item-link {
    margin-top: 40px;
    width: 60px;
    margin-left: auto;
  }
  main.top #list .item-links {
    margin-top: 40px;
  }
  main.top #list .item-ig {
    width: 60px;
    background-size: 26px auto;
  }
  main.top #news {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  main.top #news:before {
    width: calc(100vw - 20px);
  }
  main.top #news .content {
    flex-wrap: wrap;
  }
  main.top #news .item-hd {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main.top #news .item-hd h2 {
    font-size: 60px;
    font-size: 4.2857142857rem;
    margin-bottom: 0;
  }
  main.top #news .item-list {
    padding-top: 0;
  }
}
