.p-top-firstview {
  margin: -12px 0 0;
}
.p-top-firstview__inner {
  position: relative;
  z-index: 1;
  padding: 0 0 50px;
}
.p-top-firstview__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 135px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  background-image: url("../images/top/firstview_line-sp.png");
  background-repeat: repeat;
  background-size: 81px 727px;
  background-position: center;
}
.p-top-firstview__image {
  margin: 0 auto;
}
.p-top-firstview__message {
  padding: 0 16px 0 20px;
  margin: 26px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.p-top-firstview__block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 34px 6px;
  padding: 0 15px;
  margin: 44px 0 0;
}
.p-top-firstview__box {
  flex: 0 0 calc(50% - 3px);
}
.p-top-firstview__text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-top-firstview__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  margin: 10px 0 0;
  background-color: #031524;
  border-radius: 6px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-top-firstview__button--black {
  background-color: #fc7000;
}
.p-top-firstview__button span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-top-firstview__button small {
  font-size: 14px;
}
.p-top-firstview__note {
  flex: 0 0 100%;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 22px;
}
.p-top-firstview__decoration {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 56px;
  font-family: var(--wf-poppins);
  font-size: 50px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 56px;
  white-space: nowrap;
  opacity: 0.03;
}
@media screen and (min-width: 768px), print {
  .p-top-firstview {
    padding: 40px 0 0;
    overflow: hidden;
  }
  .p-top-firstview__inner {
    width: 1048px;
    padding: 0 0 120px;
    margin: 0 auto;
  }
  .p-top-firstview__inner::before {
    top: 294px;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    min-width: 100vw;
    background-image: url("../images/top/firstview_line-pc.png");
    background-size: 141px 682px;
  }
  .p-top-firstview__image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1752px;
    max-width: 1752px;
    margin: 0;
  }
  .p-top-firstview__message {
    width: 465px;
    padding: 469px 0 0 0;
    margin: 0;
    font-size: 17px;
    line-height: 42px;
  }
  .p-top-firstview__block {
    position: relative;
    z-index: 1;
    flex-wrap: nowrap;
    gap: 0;
    padding: 0;
    margin: 55px 0 0;
  }
  .p-top-firstview__box {
    flex: 0 0 200px;
  }
  .p-top-firstview__box + .p-top-firstview__box {
    margin: 0 0 0 15px;
  }
  .p-top-firstview__button {
    height: 60px;
    margin: 10px 0 0;
    transition: box-shadow 0.6s ease-out;
  }
  .p-top-firstview__button:hover {
    box-shadow: none;
  }
  .p-top-firstview__note {
    flex: 0 0 auto;
    padding: 24px 0 0;
    margin: 0 0 0 45px;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
  .p-top-firstview__decoration {
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translate(-156px, 0);
    font-size: 120px;
    letter-spacing: 0.03em;
    line-height: 130px;
  }
}
.p-top-special {
  position: relative;
  z-index: 1;
  padding: 34px 0 0;
  background-color: #f5f5f5;
}
.p-top-special::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  left: 0;
  height: 56px;
  background-color: #fff;
}
.p-top-special::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 399px;
  height: 206px;
  background: url("../images/top/special_back-pc@2x.png?20230317") no-repeat;
  background-position: center;
  background-size: 399px 206px;
}
.p-top-special__inner {
  padding: 0 28px;
}
.p-top-special__heading {
  text-align: center;
}
.p-top-special__heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 6px;
  background-color: #000;
  color: #fff;
  font-family: var(--wf-poppins);
  font-size: 29px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
.p-top-special__banners {
  position: relative;
  margin: 40px 0 0;
}
.p-top-special__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-top-special__item {
  position: relative;
  z-index: 1;
  flex: 0 0 100%;
  width: 100%;
  max-width: 375px;
  box-shadow: 12px 12px 6px rgba(142, 139, 138, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
.p-top-special__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 1 !important;
  border: 3.5px solid #000;
  border-radius: 10px;
  pointer-events: none;
}
.p-top-special__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 36px;
  pointer-events: none;
}
.p-top-special__arrows-item {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 36px;
  pointer-events: auto;
}
.p-top-special__arrows-item--prev {
  left: -25px;
  transform: translate(0, -50%) rotate(-90deg);
}
.p-top-special__arrows-item--next {
  right: -25px;
  transform: translate(0, -50%) rotate(90deg);
}
@media screen and (min-width: 768px), print {
  .p-top-special {
    padding: 32px 0 0;
  }
  .p-top-special::before {
    height: 72px;
  }
  .p-top-special::after {
    width: 1366px;
    height: 648px;
    background-image: url("../images/top/special_back-pc@2x.png?20230317");
    background-size: 1366px 648px;
  }
  .p-top-special__inner {
    width: 1048px;
    padding: 0;
    margin: 0 auto;
  }
  .p-top-special__heading span {
    height: 71px;
    padding: 0 4px;
    font-size: 50px;
  }
  .p-top-special__banners {
    margin: 52px 0 0;
  }
  .p-top-special__container {
    width: 729px;
    margin: 0 auto;
  }
  .p-top-special__item {
    flex: 0 0 729px;
    width: 729px;
    max-width: 729px;
  }
  .p-top-special__arrows {
    width: 860px;
    height: 46px;
  }
  .p-top-special__arrows-item {
    width: 46px;
  }
  .p-top-special__arrows-item--prev {
    left: 0;
  }
  .p-top-special__arrows-item--next {
    right: 0;
  }
}
.p-top-firstview + .p-top-special {
  margin: 39px 0 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.p-top-firstview + .p-top-special::before,
.p-top-firstview + .p-top-special::after {
  display: none;
}
.p-top-firstview + .p-top-special .p-top-special__banners {
  margin: 28px 0 0;
}
@media screen and (min-width: 768px), print {
  .p-top-firstview + .p-top-special {
    margin: 66px 0 0;
  }
  .p-top-firstview + .p-top-special .p-top-special__banners {
    margin: 52px 0 0;
  }
}
.p-top-news {
  padding: 80px 0 0;
  background-color: #f5f5f5;
}
.p-top-news__inner {
  position: relative;
  z-index: 2;
  padding: 60px 20px 40px 20px;
  background-color: #000;
}
.p-top-news__heading {
  position: absolute;
  z-index: 1;
  top: -36px;
  left: 20px;
  color: #fc7000;
  font-family: var(--wf-poppins);
  font-size: 34px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 38px;
}
.p-top-news__list {
  height: 280px;
  padding: 0 10px 0 0;
  overflow: auto;
}
.p-top-news__item {
  color: #fff;
}
.p-top-news__item + .p-top-news__item {
  margin: 26px 0 0;
}
.p-top-news__time {
  font-family: var(--wf-poppins);
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 23px;
}
.p-top-news__text {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
.p-top-news .simplebar-track.simplebar-vertical {
  width: 6px;
  background-color: #5d5d5d;
  border-radius: 6px;
}
.p-top-news .simplebar-scrollbar {
  background-color: #fc7000;
  border-radius: 6px;
}
.p-top-news .simplebar-scrollbar.simplebar-visible:before {
  display: none;
}
@media screen and (min-width: 768px), print {
  .p-top-news {
    padding: 70px 0 60px;
    margin: 0;
  }
  .p-top-news__inner {
    width: 978px;
    padding: 26px 28px 26px 150px;
    margin: 0 auto;
  }
  .p-top-news__heading {
    top: 36px;
    left: -118px;
    font-size: 52px;
    line-height: 55px;
  }
  .p-top-news__list {
    height: 180px;
    padding: 0 60px 0 0;
  }
  .p-top-news__item,
  .p-top-news__item a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .p-top-news__item + .p-top-news__item {
    margin: 48px 0 0;
  }
  .p-top-news__time {
    flex: 0 0 125px;
    width: 125px;
    line-height: 26px;
  }
  .p-top-news__text {
    margin: 0;
  }
  .p-top-news .simplebar-track.simplebar-vertical {
    width: 6px;
    background-color: #5d5d5d;
    border-radius: 6px;
  }
  .p-top-news .simplebar-scrollbar {
    background-color: #fc7000;
    border-radius: 6px;
  }
  .p-top-news .simplebar-scrollbar.simplebar-visible:before {
    display: none;
  }
}
.p-top-firstview + .p-top-special + .p-top-news {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px), print {
  .p-top-firstview + .p-top-special + .p-top-news {
    margin: 90px 0 0;
    padding: 0;
  }
}
.p-top-orange {
  padding: 0 0 50px;
  background: linear-gradient(#fc7000, #faad01);
}
.p-top-orange__inner {
  padding: 0 10px;
}
@media screen and (min-width: 768px), print {
  .p-top-orange {
    padding: 83px 0 70px;
  }
  .p-top-orange__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    width: 1174px;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px), print {
  .p-top-firstview + .p-top-special + .p-top-news + .p-top-orange {
    margin: 76px 0 0;
  }
}
.p-top-search {
  position: relative;
  z-index: 1;
}
.p-top-search__inner {
  padding: 0 10px;
}
.p-top-search__heading {
  padding: 0 0 0 7px;
}
.p-top-search__heading img {
  width: 100%;
  max-width: 338px;
}
.p-top-search__text {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-top-search__no {
  color: #fc7000;
  font-family: var(--wf-poppins);
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 63px;
}
.p-top-search__val {
  color: #fc7000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 35px;
}
.p-top-search__block {
  position: relative;
  height: 460px;
  margin: 30px 0 0;
}
.p-top-search__line {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.p-top-search__title {
  flex: 0 0 165px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 43px;
  background-color: #000;
  border-radius: 6px 6px 0 0;
  transition: background-color 0.4s ease-out;
}
.p-top-search__title span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 34px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: color 0.4s ease-out;
}
.p-top-search__title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 19px;
  height: 19px;
  background: url("../images/top/icon_search.svg") no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.4s ease-out;
}
.p-top-search__title.intern {
  background-color: #f0efef;
}
.p-top-search__title.intern span {
  padding: 0 0 0 23px;
  color: #a3a3a3;
}
.p-top-search__title.intern span::before {
  background-image: url("../images/top/icon_search-grey.svg");
}
.p-top-search__box {
  position: absolute;
  top: 43px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 16px 40px;
  background-color: #000;
  border-radius: 0 0 6px 6px;
}
.p-top-search__box--corp {
  z-index: 10;
}
.p-top-search__form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px 15px;
  margin: 25px 0 0;
}
.p-top-search__form + .p-top-search__form {
  margin: 34px 0 0;
}
.p-top-search__input {
  flex: 0 0 100%;
  border-radius: 2px;
}
.p-top-search__input input {
  width: 100%;
  height: 44px;
  padding: 0 10px;
  background-color: #f0efef;
  border: 0;
}
.p-top-search__select {
  position: relative;
  z-index: 1;
  flex: 1 1 30%;
  width: 30%;
  height: 38px;
  background-color: #f0efef;
  border-radius: 2px;
}
.p-top-search__select select {
  width: 100%;
  height: 100%;
  text-align: center;
}
.p-top-search__select + .p-top-search__select::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  background: url("../images/top/icon_cross.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-search__button {
  flex: 0 0 100%;
}
.p-top-search__button input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 43px;
  margin: 0 auto;
  background-color: #fc7c00;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .p-top-search {
    order: 2;
    position: relative;
    flex: 0 0 560px;
    width: 560px;
    padding: 242px 0 0;
  }
  .p-top-search__heading {
    position: absolute;
    top: -20px;
    right: -116px;
    width: 1425px;
    padding: 0;
  }
  .p-top-search__heading img {
    width: 1425px;
    max-width: 1425px;
  }
  .p-top-search__text {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .p-top-search__no {
    color: #fc7000;
    font-family: var(--wf-poppins);
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 63px;
  }
  .p-top-search__val {
    color: #fc7000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 35px;
  }
  .p-top-search__block {
    position: relative;
    height: 304px;
    margin: 30px 0 0;
  }
  .p-top-search__line {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .p-top-search__title {
    flex: 0 0 165px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 43px;
    background-color: #000;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
  }
  .p-top-search__title span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 34px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .p-top-search__title span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 19px;
    height: 19px;
    background: url("../images/top/icon_search.svg") no-repeat;
    background-position: center;
    background-size: contain;
  }
  .p-top-search__title.intern {
    background-color: #f0efef;
  }
  .p-top-search__title.intern span {
    padding: 0 0 0 23px;
    color: #a3a3a3;
  }
  .p-top-search__title.intern span::before {
    background-image: url("../images/top/icon_search-grey.svg");
  }
  .p-top-search__box {
    position: absolute;
    top: 43px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 34px 40px;
  }
  .p-top-search__box--corp {
    z-index: 10;
  }
  .p-top-search__form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px 15px;
    margin: 25px 0 0;
  }
  .p-top-search__form + .p-top-search__form {
    margin: 34px 0 0;
  }
  .p-top-search__input {
    flex: 0 0 360px;
  }
  .p-top-search__select {
    flex: 0 0 110px;
    width: 110px;
    height: 44px;
  }
  .p-top-search__select select {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .p-top-search__select + .p-top-search__select::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translate(0, -50%);
    width: 7px;
    height: 7px;
    background: url("../images/top/icon_cross.svg") no-repeat;
    background-position: center;
    background-size: contain;
  }
  .p-top-search__button {
    flex: 0 0 110px;
  }
  .p-top-search__button input {
    width: 110px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
.p-top-featured {
  position: relative;
  z-index: 4;
  padding: 47px 0 0;
}
.p-top-featured__inner {
  padding: 0 10px;
}
.p-top-featured__heading {
  max-width: 299px;
  margin: 0 auto;
}
.p-top-featured__slide {
  position: relative;
}
.p-top-featured__container {
  margin: 23px 0 0;
}
.p-top-featured__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-top-featured__item {
  flex: 0 0 100%;
}
.p-top-featured__item a {
  display: block;
  padding: 8px 8px 40px;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-top-featured__item-image {
  position: relative;
}
.p-top-featured__item-image img {
  width: 100%;
  height: 60vw;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-featured__item-decoration {
  position: absolute;
  right: 0;
  bottom: -11px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 42px;
  background-color: #fc7000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.p-top-featured__item-decoration span {
  margin: 0 8px 0 0;
  font-family: var(--wf-poppins);
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1;
}
.p-top-featured__item-title {
  margin: 30px 0 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-top-featured__item-text {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
.p-top-featured__arrows {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 36px;
  pointer-events: none;
}
.p-top-featured__arrows-item {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 36px;
  pointer-events: auto;
}
.p-top-featured__arrows-item--prev {
  left: -7px;
  transform: translate(0, -50%) rotate(-90deg);
}
.p-top-featured__arrows-item--next {
  right: -7px;
  transform: translate(0, -50%) rotate(90deg);
}
@media screen and (min-width: 768px), print {
  .p-top-featured {
    order: 1;
    flex: 0 0 582px;
    width: 582px;
    padding: 0 30px;
    overflow: hidden;
  }
  .p-top-featured__inner {
    padding: 0 10px;
  }
  .p-top-featured__heading {
    width: 489px;
    max-width: 489px;
    margin: 0 auto;
  }
  .p-top-featured__container {
    margin: 23px 0 0;
  }
  .p-top-featured__item a {
    padding: 12px 12px 60px;
  }
  .p-top-featured__item-image img {
    height: 333px;
  }
  .p-top-featured__item-title {
    padding: 0 20px;
  }
  .p-top-featured__item-text {
    padding: 0 20px;
    margin: 10px 0 0;
  }
  .p-top-featured__arrows {
    height: 46px;
  }
  .p-top-featured__arrows-item {
    width: 46px;
  }
  .p-top-featured__arrows-item--prev {
    left: -30px;
  }
  .p-top-featured__arrows-item--next {
    right: -30px;
  }
}
.p-top-ranking {
  margin: 24px 0 0;
  overflow: hidden;
}
.p-top-ranking__inner {
  padding: 0 10px;
}
.p-top-ranking__container {
  width: 100%;
  background-color: #000;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.p-top-ranking__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-top-ranking__line {
  flex: 0 0 auto;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  height: 40px;
  padding: 0 15px;
}
.p-top-ranking__heading {
  flex: 0 0 166px;
  width: 166px;
}
.p-top-ranking__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition-timing-function: linear;
}
.p-top-ranking__list {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.p-top-ranking__list li {
  position: relative;
  flex: 0 0 auto;
  padding: 0 0 0 32px;
}
.p-top-ranking__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-top-ranking__list li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-top-ranking__list li:nth-of-type(1)::before {
  background-image: url("../images/top/rank01.svg");
}
.p-top-ranking__list li:nth-of-type(2)::before {
  background-image: url("../images/top/rank02.svg");
}
.p-top-ranking__list li:nth-of-type(3)::before {
  background-image: url("../images/top/rank03.svg");
}
.p-top-ranking__list li:nth-of-type(4)::before {
  background-image: url("../images/top/rank04.svg");
}
.p-top-ranking__list li:nth-of-type(5)::before {
  background-image: url("../images/top/rank05.svg");
}
@media screen and (min-width: 768px), print {
  .p-top-ranking {
    order: 3;
    flex: 0 0 100%;
    width: 1280px;
    margin: 55px auto 0;
  }
  .p-top-ranking__inner {
    padding: 0;
  }
  .p-top-ranking__line {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    height: 40px;
    padding: 0 15px;
  }
  .p-top-ranking__heading {
    flex: 0 0 166px;
    width: 166px;
  }
  .p-top-ranking__list li {
    position: relative;
    flex: 0 0 auto;
    padding: 0 0 0 32px;
  }
}
.p-top-intern {
  margin: 96px 0 0;
}
.p-top-intern__inner {
  padding: 0 15px;
}
.p-top-intern__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
  padding: 0 38px;
  background-color: #fff;
  font-family: var(--wf-poppins);
  font-size: 33px;
  font-weight: 300;
  font-style: italic;
  font-size: 33px;
  letter-spacing: 0.03em;
  line-height: 1;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-top-intern__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%);
  width: 38px;
  height: 1px;
  background-color: #000;
}
.p-top-intern__count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #000;
  height: 62px;
  padding: 0 24px;
  color: #fff;
}
.p-top-intern__count small {
  display: inline-block;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05;
  line-height: 21px;
}
.p-top-intern__count-val {
  margin: 0 0 0 26px;
  color: #fc7000;
  font-family: var(--wf-poppins);
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-top-intern__count-unit {
  margin: 4px 0 0 2px;
  color: #fc7000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-top-intern__text {
  margin: 15px 0 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 24px;
}
.p-top-intern__slide {
  position: relative;
  margin: 30px 0 0;
}
.p-top-intern__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-top-intern__item {
  position: relative;
  flex: 0 0 100%;
}
.p-top-intern__item-course {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 4px 8px 5px;
  border-radius: 0 0 6px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.p-top-intern__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  aspect-ratio: 790/320;
  height: auto;
}
.p-top-intern__item-date {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 211px;
  margin: 15px 0 0;
  background-color: #000;
  color: #fff;
  font-family: var(--wf-poppins);
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-top-intern__item-date span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 51px;
  width: 51px;
  height: 24px;
  margin: 0 12px 0 0;
  background-color: #fc7000;
  color: #fff;
  font-family: var(--wf-poppins);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-top-intern__item-text {
  margin: 6px 0 0;
}
.p-top-intern__item-text span {
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 27px;
}
.p-top-intern__item-company {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 15px;
}
.p-top-intern__arrows {
  position: absolute;
  top: 25.87vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 36px;
  pointer-events: none;
}
.p-top-intern__arrows-item {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 36px;
  pointer-events: auto;
}
.p-top-intern__arrows-item--prev {
  left: -12px;
}
.p-top-intern__arrows-item--next {
  right: -12px;
  transform: translate(0, -50%) scale(-1, 1);
}
.p-top-intern__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 56px;
  margin: 40px auto 0;
  background-color: #000;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-top-intern__more:link {
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .p-top-intern {
    order: 4;
    flex: 0 0 100%;
    margin: 90px 0 0;
  }
  .p-top-intern__inner {
    padding: 0;
  }
  .p-top-intern__line {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .p-top-intern__heading {
    flex: 0 0 356px;
    height: 62px;
    padding: 0 0 0 63px;
    font-size: 44px;
  }
  .p-top-intern__heading::before {
    right: 338px;
    left: auto;
    width: 100vw;
  }
  .p-top-intern__count {
    flex: 0 0 328px;
    height: 62px;
    padding: 0 18px;
  }
  .p-top-intern__count small {
    display: inline-block;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05;
    line-height: 21px;
    white-space: nowrap;
  }
  .p-top-intern__count-val {
    margin: 0 0 0 25px;
  }
  .p-top-intern__text {
    margin: 0 0 0 23px;
    font-size: 17px;
    line-height: 31px;
    white-space: nowrap;
  }
  .p-top-intern__slide {
    margin: 59px 0 0;
  }
  .p-top-intern__container {
    width: 800px;
    margin: 0 auto;
  }
  .p-top-intern__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .p-top-intern__item {
    flex: 0 0 380px;
  }
  .p-top-intern__item img {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p-top-intern__item:hover {
    box-shadow: none;
  }
  .p-top-intern__item-date {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 211px;
    margin: 15px 0 0;
    background-color: #000;
    color: #fff;
    font-family: var(--wf-poppins);
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .p-top-intern__item-date span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 51px;
    width: 51px;
    height: 24px;
    margin: 0 12px 0 0;
    background-color: #fc7000;
    color: #fff;
    font-family: var(--wf-poppins);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .p-top-intern__item-text {
    margin: 6px 0 0;
  }
  .p-top-intern__item-text span {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 27px;
  }
  .p-top-intern__item-company {
    margin: 12px 0 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 15px;
  }
  .p-top-intern__arrows {
    top: 109px;
    height: 84px;
  }
  .p-top-intern__arrows-item {
    width: 84px;
  }
  .p-top-intern__arrows-item--prev {
    left: -196px;
  }
  .p-top-intern__arrows-item--next {
    right: -196px;
  }
  .p-top-intern__more {
    margin: 40px auto 0;
    transition: box-shadow 0.4s ease-out;
  }
  .p-top-intern__more:hover {
    box-shadow: none;
  }
}
.p-top-movie {
  padding: 22px 0 73px;
  background: url("../images/top/movie_back_sp.png") no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.p-top-movie__inner {
  padding: 0 15px;
}
.p-top-movie__heading {
  font-family: var(--wf-poppins);
  font-size: 80px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 112px;
}
.p-top-movie__movie {
  position: relative;
  height: 61.33vw;
}
.p-top-movie__movie iframe {
  width: 100%;
  height: 100%;
}
.p-top-movie__movie::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  background: url(/assets/images/base/play@2x.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%) translateX(-50%);
}
.p-top-movie__title {
  margin: 40px 0 0;
}
.p-top-movie__title img {
  width: 100%;
  max-width: 320px;
}
.p-top-movie__text {
  margin: 40px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 26px;
}
.p-top-movie__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 56px;
  margin: 40px auto 0;
  background-color: #000;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-top-movie__more:link {
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .p-top-movie {
    padding: 122px 0 132px;
    background-image: url("../images/top/movie_back_pc.png");
    background-position: center bottom;
  }
  .p-top-movie__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 63px;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
  }
  .p-top-movie__block {
    position: relative;
  }
  .p-top-movie__block--left {
    flex: 0 0 539px;
    width: 539px;
  }
  .p-top-movie__block--right {
    flex: 0 0 548px;
    width: 548px;
    padding: 70px 0 0;
  }
  .p-top-movie__heading {
    transform: translate(-21px, -59px);
    font-size: 120px;
    line-height: 168px;
  }
  .p-top-movie__movie {
    height: 359px;
    margin: -50px 0 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .p-top-movie__movie::after {
    width: 70px;
    height: 70px;
  }
  .p-top-movie__title {
    margin: 0;
  }
  .p-top-movie__title img {
    width: 100%;
    max-width: 498px;
  }
  .p-top-movie__text {
    margin: 54px 0 0;
  }
  .p-top-movie__more {
    margin: 40px 0 0;
    transition: box-shadow 0.4s ease-out;
  }
  .p-top-movie__more:hover {
    box-shadow: none;
  }
}
.p-top-paisen {
  background: url("../images/top/paisen_back-sp@2x.png") no-repeat;
  background-position: center top;
  background-size: cover;
}
.p-top-paisen a:link,
.p-top-paisen a:link p {
  color: #fff;
}
.p-top-paisen__inner {
  padding: 0 15px 50px;
}
.p-top-paisen__heading {
  position: relative;
  height: 168px;
}
.p-top-paisen__heading img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 426px;
}
.p-top-paisen__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 26px;
}
.p-top-paisen__list {
  position: relative;
  padding: 0 17px;
  margin: 30px 0 0;
}
.p-top-paisen__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-top-paisen__item {
  flex: 0 0 100%;
}
.p-top-paisen__balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 108px;
  padding: 10px 25px 10px;
  margin: 0 25px;
  background-color: #f36900;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 14px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 26px;
  filter: drop-shadow(3px, 3px, 6px, rgba(0, 0, 0, 0.17));
}
.p-top-paisen__balloon::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 61px;
  width: 32px;
  height: 32px;
  background: url("../images/top/icon_balloon-orange.svg") no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.p-top-paisen__item:nth-of-type(2n + 2) .p-top-paisen__balloon {
  background-color: #fff;
  color: #000;
}
.p-top-paisen__item:nth-of-type(2n + 2) .p-top-paisen__balloon::after {
  background-image: url("../images/top/icon_balloon-white.svg");
}
.p-top-paisen__image {
  position: relative;
  z-index: 1;
  margin: 30px 0 0;
  border-radius: 12px;
  overflow: hidden;
}
.p-top-paisen__image img {
  height: 55.47vw;
}
.p-top-paisen__name {
  margin: 15px 0 0;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-top-paisen__arrows {
  position: absolute;
  z-index: 1;
  top: 59.73vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 36px;
  pointer-events: none;
}
.p-top-paisen__arrows-item {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 36px;
  pointer-events: auto;
}
.p-top-paisen__arrows-item--prev {
  left: -12px;
  transform: translate(0, -50%) rotate(-90deg);
}
.p-top-paisen__arrows-item--next {
  right: -12px;
  transform: translate(0, -50%) rotate(90deg);
}
.p-top-paisen__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 56px;
  margin: 48px auto 0;
  border-radius: 4px;
  background-color: #000;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .p-top-paisen {
    background-image: url("../images/top/paisen_back-pc@2x.png");
    background-size: max(1366px, 100%) max(871px, 100%);
    background-color: #fcb931;
  }
  .p-top-paisen__inner {
    width: 996px;
    padding: 62px 0 58px;
    margin: 0 auto;
  }
  .p-top-paisen__heading {
    position: relative;
    height: 158px;
  }
  .p-top-paisen__heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1792px;
    height: 334px;
    background: url("../images/top/paisen_heading_text-pc@2x.png") no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
  }
  .p-top-paisen__heading img {
    width: 643px;
  }
  .p-top-paisen__text {
    width: 732px;
    margin: 19px auto 0;
  }
  .p-top-paisen__list {
    padding: 0;
    margin: 52px 0 0;
  }
  .p-top-paisen__item {
    flex: 0 0 312px;
    width: 312px;
  }
  .p-top-paisen__balloon {
    margin: 0 18px;
  }
  .p-top-paisen__image img {
    height: 208px;
  }
  .p-top-paisen__arrows {
    display: none;
  }
  .p-top-paisen__more {
    margin: 33px auto 0;
    transition: box-shadow 0.4s ease-out;
  }
  .p-top-paisen__more:hover {
    box-shadow: none;
  }
}
.p-top-banners {
  margin: 60px 0 0;
}
.p-top-banners__inner {
  padding: 0 15px;
}
.p-top-banners__heading {
  text-align: center;
  font-family: var(--wf-poppins);
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}
.p-top-banners__list {
  margin: 40px 0 0;
}
.p-top-banners__item {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-top-banners__item img {
  width: 100%;
}
.p-top-banners__item + .p-top-banners__item {
  margin: 20px 0 0;
}
@media screen and (min-width: 768px), print {
  .p-top-banners {
    margin: 110px 0 0;
  }
  .p-top-banners__inner {
    padding: 0;
  }
  .p-top-banners__heading {
    font-size: 32px;
  }
  .p-top-banners__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin: 60px 0 0;
  }
  .p-top-banners__item {
    flex: 0 0 340px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    transition: box-shadow 0.4s ease-out;
  }
  .p-top-banners__item:hover {
    box-shadow: none;
  }
  .p-top-banners__item + .p-top-banners__item {
    margin: 0;
  }
}
.p-top-appli {
  margin: 70px 0 0;
  background: url("../images/top/appli_back-sp.jpg?20250310") no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.p-top-appli__text {
  padding: 0 15px;
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 26px;
}
.p-top-appli__notice {
  margin: 32px 0 0;
  text-align: center;
}
.p-top-appli__notice span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-top-appli__notice span::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 221px;
  height: 25px;
  background: url("../images/top/appli_notice_slash.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-appli__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  margin: 28px 0 0;
}
.p-top-appli__item {
  flex: 0 0 150px;
}
.p-top-appli__item img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .p-top-appli {
    margin: 147px 0 0;
    background: url("../images/top/appli_back-pc.jpg?20250310") no-repeat;
    background-position: center;
    background-size: cover;
  }
  .p-top-appli__inner {
    width: 1132px;
    padding: 106px 0 89px;
    margin: 0 auto;
  }
  .p-top-appli__image {
    width: 411px;
  }
  .p-top-appli__heading img {
    width: 411px;
  }
  .p-top-appli__text {
    width: 391px;
    padding: 0;
    margin: 45px 0 0;
  }
  .p-top-appli__notice {
    padding: 0 104px;
    margin: 42px 0 0;
    text-align: left;
  }
  .p-top-appli__notice span {
    color: #fff;
  }
  .p-top-appli__notice span::before {
    background-image: url("../images/top/appli_notice_slash-pc.svg");
  }
  .p-top-appli__list {
    justify-content: flex-start;
    gap: 8px;
    padding: 0 37px;
    margin: 28px 0 0;
  }
  .p-top-appli__item {
    flex: 0 0 150px;
  }
  .p-top-appli__item img {
    width: 100%;
  }
}
.p-top-from {
  margin: 58px 0 0;
  background-color: #f5f5f5;
}
.p-top-from__inner {
  padding: 35px 15px 35px;
  overflow: hidden;
}
.p-top-from__heading {
  width: 185px;
  margin: 0 auto;
}
.p-top-from__text {
  max-height: 176px;
  margin: 40px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 26px;
}
.p-top-from .simplebar-track.simplebar-vertical {
  width: 4px;
  background-color: #ddd;
  border-radius: 4px;
}
.p-top-from .simplebar-scrollbar {
  background-color: #000;
  border-radius: 4px;
}
.p-top-from .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0;
}
@media screen and (min-width: 768px), print {
  .p-top-from {
    margin: 0;
  }
  .p-top-from__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 1130px;
    padding: 55px 0 55px;
    margin: 0 auto;
  }
  .p-top-from__heading {
    flex: 0 0 185px;
    width: 185px;
    margin: 0;
  }
  .p-top-from__text {
    flex: 1 1 100%;
    max-height: 80px;
    margin: 0 0 0 150px;
  }
}
