#top h2,
#top h3,
#top h4,
#top h5 {
  font-weight: 700;
}
#top h2 {
  font-size: 48px;
  line-height: 1.6;
}
#top h3 {
  font-size: 42px;
  line-height: 1;
}
#top h4 {
  font-size: 32px;
  line-height: 1;
}
#top h5 {
  font-size: 20px;
  line-height: 1.6;
}
#top p {
  font-size: 14px;
  font-weight: 500;
}
#top img {
  width: 100%;
  height: auto;
}
#kv2025 {
  padding-top: calc(17357vw / 1440);
  padding-left: calc(4800vw / 1440);
  position: relative;
}
.kv_top_arena {
  width: auto;
  height: calc(17700vw / 1440);
  position: relative;
}
.kv_top_arena:after {
  content: "";
  display: block;
  width: calc(1200vw / 1440);
  height: 100%;
  background: var(--color-red);
  position: absolute;
  top: 0;
  right: 0;
}
#top .kv_top_arena img {
  width: auto;
  height: 100%;
}
#kv2025 .kv_top h3 {
  color: var(--color-red);
  font-size: calc(4200vw / 1440);
  margin-top: calc(6000vw / 1440);
}
#kv2025 .kv_top p {
  font-size: calc(1400vw / 1440);
  font-weight: 700;
  margin-top: calc(2500vw / 1440);
  line-height: 2;
}
.kv_movie_new {
  margin-top: calc(6000vw / 1440);
  position: relative;
  z-index: 1;
}
#top_arena {
  position: relative;
}
#top_arena:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(20000vw / 1440);
  background: var(--color-red);
  position: absolute;
  top: calc(-20000vw / 1440);
  left: 0;
}
.top_section {
  padding: 150px 0;
}
.top_section_inner {
  max-width: 1440px;
  padding: 0 48px;
  margin: 0 auto;
}
.top_section_content {
  max-width: 1200px;
  margin: 60px auto 0;
}
.top_section_inner > h2 {
  padding-left: min(calc(7200vw / 1440), 72px);
  margin-top: 60px;
}
.arena_logo {
  width: calc(95000vw / 1440);
  max-width: 950px;
}
.arena_content {
  width: 620px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: min(calc(13200vw / 1440), 132px);
}
#top .arena_content p {
  font-weight: 700;
  line-height: 2.2;
  margin-top: 40px;
}
.top-link__button {
  color: var(--color-white);
  background: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  height: 48px;
  padding: 4px 4px 4px 24px;
  border-radius: 24px;
}
.top-link__button_black {
  color: var(--color-black);
  background: var(--color-white);
}
.top-link__button_red {
  color: var(--color-red);
  background: var(--color-white);
}
#top .top-link__button img {
  width: 40px;
  border-radius: 50%;
}
#top_arena .top-link__button_red {
  margin-top: 60px;
  margin-left: auto;
}
.top_section_caption {
  font-family: "Bebas Neue", sans-serif;
  font-size: 12px;
  line-height: 1;
}
.top_section_caption + div h2 {
  margin-top: 60px;
}

.top_about_content {
  display: flex;
  justify-content: space-between;
  gap: calc(150 / 1344 * 100%);
  --text-color: rgba(255, 255, 255, 0.8);
  --right-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1040px) {
  .top_about_content {
    flex-direction: column;
    gap: 60px;
    padding: 0 10px;
  }
}

.top_about_left_inner {
  padding-left: calc(72 / 647 * 100%);
}
@media (max-width: 1040px) {
  .top_about_left_inner {
    padding-left: 0;
  }
  .top_about_right {
    display: grid;
    place-items: center;
  }
}

.top_about_left p {
  color: var(--text-color);
  /* max-width: 540px; */
  margin-top: 40px;
  line-height: 2;
}
.top_about_left .top-link__button {
  margin-top: 80px;
}
.top_about_right_inner {
  width: 530px;
  height: 530px;
  position: relative;
}
.top_about_circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid var(--right-color);
  position: absolute;
}
.top_about_circle:nth-child(2n) {
  right: 0;
}
.top_about_circle:nth-child(2n-1) {
  left: 0;
}
.top_about_circle:nth-child(n + 2) {
  bottom: 0;
}
.top_about_circle:nth-child(-n + 2) {
  top: 0;
}
.top_about_circle span {
  font-family: "Bebas Neue", sans-serif;
  color: var(--right-color);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#top .top_about_circle h5 {
  font-size: 18px;
}
#top_service .top_section_inner {
  position: relative;
}
#top_service .top_section_inner,
#top_service .top_section_inner > h2 {
  padding-left: 0;
}
#top_service .top_section_caption {
  padding-left: 48px;
}
#top #top_service h2 {
  line-height: 1;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: min(calc(74000vw / 1440), 740px);
}
.top_service_content {
  display: flex;
  gap: min(calc(8000vw / 1440), 80px);
  margin-top: 109px;
}
.top_service_left {
  width: calc(66000vw / 1440);
  max-width: 660px;
}
.top_service_right {
  width: calc(58000vw / 1440);
  max-width: 580px;
}
.top_service_list li + li {
  margin-top: 30px;
}
.top_service_list li a {
  display: flex;
  flex-direction: column;
}
.top_service_item-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.special_badge {
  color: var(--color-white);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  text-align: center;
  width: 82px;
  height: 20px;
  padding: 5px;
  background: linear-gradient(to right, #857b09, #beb874);
  border-radius: 10px;
}

.top_service_caption {
  color: var(--color-gray-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.top_service_item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid var(--color-black);
}
#top .top_service_item-bottom h5 {
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 4px;
}
#top .top_service_item-bottom img {
  width: 16px;
  height: 16px;
}
#top_leave {
  padding-bottom: 150px;
}
#top_leave,
#top_leave .top_section_inner {
  position: relative;
}
#top_leave:before {
  content: "";
  display: block;
  width: 100%;
  height: 57px;
  background: var(--color-white);
  position: absolute;
}
#top h2.bebas_large {
  font-family: "Bebas Neue", sans-serif;
  font-size: 144px;
  font-weight: 400;
  line-height: 1;
}
#top #top_leave h2,
#top #top_leave h5 {
  text-align: center;
}
.top_leave_list {
  display: flex;
  gap: calc(4000% / 1200);
  max-width: 1200px;
  margin: 60px auto 0;
}
.top_leave_item {
  width: calc(58000% / 1200);
  position: relative;
}
.top_leave_item_content {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: absolute;
}
.top_leave_item_content span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  opacity: 0.7;
}
#top_enthusiasm {
  padding-bottom: 0;
}
.top_enthusiasm_content {
  padding-left: min(calc(7200vw / 1440), 72px);
  margin-top: 60px;
}
.top_enthusiasm_content {
  position: relative;
}
.top_enthusiasm_content li a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  gap: 6px;
  width: max-content;
  max-width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid;
}
.top_enthusiasm_content {
  position: relative;
}
.top_enthusiasm_content ul {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.top_enthusiasm_content .top-link__button {
  position: absolute;
  right: 0;
  bottom: 0;
}
.top_enthusiasm_slide {
  width: 100%;
  height: 380px;
  margin-top: 150px;
  background-image: url("../img/common/top2025/enthusiasm_slide.png");
  background-repeat: repeat-x;
  background-size: 1460px 380px;
  animation-name: top_enthusiasm_slide;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes top_enthusiasm_slide {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1460px 0;
  }
}

#top_works {
}
.top_works_content {
  display: flex;
  gap: 24px;
}
.top_works_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#top .top_works_item p {
  color: var(--color-gray-text);
  line-height: 1;
}
#top .top_works_item p.top_woks_name {
}
#top .top_works_item p.top_woks_tag {
  font-size: 12px;
  font-weight: 400;
}
#top_works2025 .top-link__button {
  margin-top: 80px;
  margin-left: auto;
}

#top_interview {
}
.top_interview_content {
  position: relative;
}
.top_interview_slider-control {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(580 / 1200 * 100%);
}
.top_interview_slider-control .swiper-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 10px;
}
.top_interview_slider-control .swiper-button {
  transform: translateY(50%);
  position: relative;
  top: auto;
  background: none;
  width: 16px;
  height: 16px;
  margin-top: 0;
  line-height: 1;
}
.top_interview_slider-control .swiper-button-next {
  right: 0;
}
.top_interview_slider-control .swiper-button-prev {
  left: 0;
}
.top_interview_slider-control .swiper-button-prev img {
  transform: rotate(180deg);
}
.top_interview_slider-control .swiper-pagination {
  display: flex;
  gap: 6px;
  align-items: center;
  line-height: 1;
}
.top_interview_slider-control .swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 0.4;
  margin: 0;
}
.top_interview_slider-control .swiper-pagination-bullet-active {
  background: var(--color-red);
  opacity: 1;
}
.top_interview_item {
  position: relative;
  display: flex;
  gap: 80px;
  padding-top: 60px;
}
.top_interview_left {
  flex: 1;
}
.top_interview_title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
}
#top .top_interview_catch {
  line-height: 1.5;
}
.top_interview_btn {
  margin-top: 60px;
}
.top_interview_item_right {
  width: calc(580 / 1200 * 100%);
}

#top_seminar {
}
.top_seminar_list {
  display: flex;
  gap: 40px;
}
.top_seminar_item {
  width: calc(50% - 20px);
}
#top_other {
}
.top_other_content {
}
.top_other_list,
.top_news_content ul {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.top_other_list li > a,
.top_news_content li > a {
  display: flex;
  align-items: center;
  padding: 40px;
}
.top_other_list li > a {
  gap: 56px;
}
.top_news_content li > a {
  gap: 40px;
}
.top_other_list li:not(:first-child),
.top_news_content li:not(:first-child) {
  border-top: 1px solid;
}
.top_other_logo {
  width: 145px;
  text-align: center;
}
#top .top_other_list li:first-child .top_other_logo img {
  width: 118px;
}
#top .top_other_list p {
  color: var(--color-gray-text);
  font-weight: 700;
  line-height: 1.5;
}
#top .top_other_list li a > img {
  width: 16px;
  margin-left: auto;
}
#top_news {
}
.section_gray {
}
.top_news_bar {
  margin-top: 60px;
}
.top_news_bar .top-link__button {
  margin-left: auto;
}
.top_news_category {
}
#top .top_news_content time {
  color: var(--color-gray-text);
  font-size: 14px;
  font-weight: 500;
}
#top .top_news_content span {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 500;
  display: block;
  min-width: 110px;
  padding: 10px;
  text-align: center;
  background: var(--color-black);
}
#top .top_news_content p {
  font-weight: 700;
}
#top .top_news_content img {
  width: 16px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .content_SP {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .content_PC {
    display: none !important;
  }
  #top h2 {
    font-size: 34px;
    line-height: 1.5;
  }
  #top h3 {
    font-size: 34px;
  }
  #top h4 {
    font-size: 24px;
    line-height: 1.5;
  }
  #top h5 {
    font-size: 20px;
    line-height: 1.6;
  }
  #top p {
    font-size: 13px;
  }
  #kv2025 {
    padding-top: calc(24000vw / 390);
    padding-left: calc(2000vw / 390);
  }
  .kv_top_arena {
    height: calc(14100vw / 390);
  }
  .kv_top_arena:after {
    width: 4px;
    height: 100%;
  }
  #kv2025 .kv_top h3 {
    font-size: calc(3400vw / 390);
    margin-top: calc(4000vw / 390);
  }
  #kv2025 .kv_top p {
    font-size: calc(1300vw / 390);
    margin-top: calc(2000vw / 390);
  }
  .kv_movie_new {
    margin-top: calc(4000vw / 390);
  }
  #top_arena:after {
    height: calc(15000vw / 390);
    top: calc(-15000vw / 390);
  }
  .top_section {
    padding: 120px 0;
  }
  .top_section_inner {
    padding: 0 10px;
  }
  .top_section_content {
    padding: 0 10px;
  }
  .top_section_inner > h2 {
    padding-left: 10px;
    margin-top: 40px;
  }
  .arena_logo,
  .arena_content {
    width: 100%;
    padding: 0 10px;
  }
  .arena_content {
    margin-top: 40px;
    margin-right: auto;
  }
  #top .arena_content p {
    margin-top: 0;
  }
  .top_section_caption + div h2 {
    margin-top: 40px;
  }
  .top_about_left_inner {
    padding: 0 10px;
  }
  .top_about_left p,
  .top_about_right .top-link__button {
    margin-top: 60px;
  }
  .top_about_right_inner {
    width: 100%;
    max-width: 530px;
    height: calc(100vw - 40px);
    max-height: 530px;
    position: relative;
  }
  .top_about_circle {
    gap: 12px;
    width: calc(18400% / 350);
    max-width: 280px;
    height: calc((100vw - 40px) * 184 / 350);
    max-height: 280px;
  }
  .top_about_circle span {
    font-size: 8px;
  }
  #top .top_about_circle h5 {
    font-size: 12px;
  }
  #top_service.top_section {
    padding-top: 0;
  }
  #top_service .top_section_inner {
    padding: 120px 10px 0;
  }
  #top_service .top_section_inner > h2,
  .top_service_content {
    padding: 0 10px;
  }
  #top_service .top_section_caption {
    padding-left: 0;
  }
  #top #top_service h2 {
    margin-top: 40px;
    position: static;
  }
  .top_service_content {
    margin-top: 60px;
  }
  .top_service_right {
    width: 100%;
    max-width: 100%;
  }
  .top_service_item-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .special_badge {
    width: 72px;
    height: 18px;
    padding: 4px;
    border-radius: 9px;
  }
  #top .top_service_item-bottom h5 {
    font-size: 18px;
    margin-top: 10px;
  }
  #top_leave {
    padding-bottom: 120px;
  }
  #top_leave:before {
    height: 34px;
  }
  #top h2.bebas_large {
    font-size: min(calc(8000vw / 390), 80px);
    padding: 0;
  }
  .top_leave_list {
    flex-direction: column;
    gap: 20px;
  }
  .top_leave_item {
    width: 100%;
    height: calc(20000vw / 390);
    min-height: 200px;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .top_leave_item_content {
    gap: 20px;
    padding: 14px 20px;
  }
  .top_leave_item_content span {
    font-size: 12px;
  }
  #top .top_leave_item_content img {
    width: auto;
    height: 100%;
  }
  .top_enthusiasm_content {
    padding: 0 10px;
  }
  .top_enthusiasm_content ul {
    gap: 30px;
  }
  .top_enthusiasm_content li a {
    font-size: 13px;
    line-height: 1.8;
    gap: 20px;
    padding-bottom: 30px;
  }
  .top_enthusiasm_content .top-link__button {
    position: static;
    margin-top: 60px;
    margin-left: auto;
  }
  .top_enthusiasm_slide {
    height: 183px;
    margin-top: 129px;
    background-size: 703px 183px;
    animation-duration: 15s;
  }
  @keyframes top_enthusiasm_slide {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: -703px 0;
    }
  }

  .top_works_content {
    flex-direction: column;
    gap: 40px;
  }
  #top .top_works_item p.top_woks_tag {
    font-size: 12px;
  }
  #top_works2025 .top-link__button {
    margin-top: 60px;
  }

  #top_interview {
  }
  .top_interview_slider-control {
    position: absolute;
    top: 0;
    right: 10px;
    width: calc(100% - 20px);
  }
  .top_interview_slider-control .swiper-pagination-bullet {
    width: 44px;
    height: 2px;
  }
  .top_interview_item {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    padding-top: 30px;
  }
  .top_interview_left {
    flex: 1;
  }
  .top_interview_title {
    position: relative;
    top: auto;
    left: auto;
    font-size: 13px;
  }
  #top .top_interview_catch {
    line-height: 1.5;
  }
  .top_interview_item_right {
    width: 100%;
  }
  .top_interview_item .top_interview_item h4 {
    margin-top: 20%;
  }
  .top_interview_btn {
    place-self: flex-end;
  }

  .top_seminar_list {
    flex-direction: column;
    gap: 20px;
  }
  .top_seminar_item {
    width: 100%;
  }
  .top_other_list li > a,
  .top_news_content li > a {
    padding: 30px 0;
  }
  .top_other_list li > a,
  .top_news_content li > a {
    flex-wrap: wrap;
    gap: 20px;
  }
  .top_other_logo {
    text-align: left;
  }
  #top .top_other_list p {
    font-size: 12px;
    order: 3;
  }
  #top .top_news_content span {
    font-weight: 700;
    padding: 10px;
  }
  .top_news_content .top-link__button {
    margin-top: 60px;
    margin-left: auto;
  }
  #top .top_news_content .top-link__button img {
    width: 40px;
  }
}
