/*****************************************************************************
CSS only for MDP 2025-26
*****************************************************************************/

img {
  max-width: 100%;
  height: auto;
}

/* Billboard
-----------------------------------------*/
.Billboard {
  max-width: 1280px;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .Billboard {
    margin: 0 auto;
  }
}

/* Content
-----------------------------------------*/
.Content  {
  padding-block: 65px 150px;
}
@media screen and (max-width: 976px) {
  .Content  {
    padding-block: 65px 100px;
  }
}
.Content__inner {
  max-width: 816px;
  margin: 0 auto;
}
@media screen and (max-width: 816px) {
  .Content__inner  {
    margin: 0 20px;
  }
}
.Content__sec[id^="A_"]::before {
  content: "";
  display: block;
  height: 30px;
  margin-top: -30px;
  visibility: hidden;
}
.Content__wrapper {
  padding-top: 40px;
}
.Content__wrapper + .Content__wrapper {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .Content__wrapper + .Content__wrapper {
    padding-top: 64px;
  }
}
.Content__title {
  position: relative;
  margin: 2.5em 0 1.4em 0;
  padding: 2px 0 2px 19px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .Content__title {
    font-size: 16px;
  }
}
.Content__title::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 3px;
  background-color: var(--color-primary01);
}
.Content__img {
  text-align: center;
  margin: 30px 0 45px;
}
.Content__text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .Content__text {
    font-size: 14px;
  }
}
.Content__text > p {
  margin-bottom: 2.25em;
}
.Content__list {
  margin-bottom: 2.25em;
}
.Content__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.Content__text > *:last-child {
  margin-bottom: 0;
}

/* Anchorlist
-----------------------------------------*/
.Anchorlist__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .Anchorlist__inner {
    display: block;
  }
}
.Anchorlist__item {
  display: flex;
  align-items: center;
  width: 48.2%;
  padding: 8px 20px 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Anchorlist__item {
    width: 100%;
  }
}
.Anchorlist__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: var(--color-primary01);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #fff;
}
.Anchorlist__item a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 27px 0 13px;
}
.Anchorlist__item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color-primary01);
}
.Anchorlist__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.Anchorlist__item a:link    { color: #000; text-decoration: none; }
.Anchorlist__item a:visited { color: #000; text-decoration: none; }
.Anchorlist__item a:hover   { color: #000; text-decoration: none; opacity: .8; }
.Anchorlist__item a:focus   { color: #000; text-decoration: none; opacity: .8; }
.Anchorlist__item a:active  { color: #000; text-decoration: none; opacity: .8; }

/* SecTitle
-----------------------------------------*/
.SecTitle {
  position: relative;
  margin-top: 85px;
  padding: 0 0 11px 5px;
  border-bottom: 3px solid #DDD;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .SecTitle {
    margin-top: 80px;
    font-size: 25px;
  }
}
.SecTitle::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 16%;
  height: 3px;
  background-color: var(--color-primary01);
}

.SecSubtitle {
  margin-bottom: 30px;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: var(--color-primary01);
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .SecSubtitle {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.SecSubtitle > span {
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.SecSubtitle > span::before {
  content: '';
  display:inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 67%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .SecSubtitle > span::before {
    width: 4px;
  }
}

/* Predict
-----------------------------------------*/
.Predict {
  margin-bottom: 30px;
  padding: 35px 40px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .Predict {
    padding: 25px 15px;
  }
}
.Predict__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Predict__title {
    font-size: 18px;
  }
}
.Predict__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .Predict__list {
    gap: 20px 15px;
  }
}
.Predict__item {
  text-align: center;
  width: calc((100% - 36px) / 3);
}
@media screen and (max-width: 767px) {
  .Predict__item {
    width: calc((100% - 30px) / 3);
  }
}
.Predict__img {
  text-align: center;
}
.Predict__img img {
  width: 77px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .Predict__img img {
    width: 65%;
  }
}
.Predict__text {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Predict__text {
    font-size: 12px;
    text-align: center;
  }
}
.Predict__number {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .Predict__number {
    font-size: 11px;
  }
}

/* Interview
-----------------------------------------*/
.Interview {
  margin-bottom: 2.25em;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .Interview {
    font-size: 14px;
  }
}
.Interview dt {
  position: relative;
  margin: 50px 0 0.5em;
  padding-left: 30px;
  font-weight: bold;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .Interview dt {
    margin-top: 40px;
  }
}
.Interview dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #000;
}
.Interview dt > small {
  font-style: 12px;
}

/* PastData
-----------------------------------------*/
.PastData {
  margin-top: 40px;
}
.PastData__list {
  border-top: 1px solid #ddd;
}
.PastData__item {
  display: grid;
  grid-template-columns: 25% 23% 24% 20%;
  align-items: center;
  justify-content: space-between;
  gap: 0 2.66666%;
  padding: 11px 20px 11px 16px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .PastData__item {
    grid-template-columns: 33% 32% 29%;
    gap: 0 3%;
    padding: 18px 13px;
  }
}
.PastData__category {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .PastData__category {
    grid-column: 1;
    grid-row: 1;
    font-size: 12px;
  }
  .PastData__date{
    grid-column: 1;
    grid-row: 2;
    font-size: 17px;
  }
}
.PastData__detail {
  display: flex;
  align-items: center;
  gap: 0 22px;
}
@media screen and (max-width: 767px) {
  .PastData__detail {
    grid-column: 2;
    grid-row: 1 / 3;
    gap: 8px 0;
    flex-direction: column-reverse;
    line-height: 1;
    white-space: nowrap;
  }
}
.PastData__result {
  display: inline-block;
  width: 38%;
  padding: 15px 11px;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .PastData__result {
    width: auto;
    padding: 3px 8px;
    font-size: 12px;
  }
}
.PastData__result--win {
  background-color: #e5f608;
}
.PastData__result--lose {
  color: #888;
  background-color: #e3e3e3;
}
@media screen and (max-width: 767px) {
  .PastData__score {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .PastData__link {
    grid-column: 3;
    grid-row: 1 / 3;
    text-align: right;
  }
}

/* .InfoBtn
-----------------------------------------*/
.InfoBtn {
  display: inline-block;
  position: relative;
  width: 155px;
  max-width: 100%;
  padding: 7px 32px 7px 16px;
  border-radius: 3px;
  background-color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .InfoBtn {
    padding: 6px 28px 6px 10px;
    width: auto;
    font-size: 12px;
  }
}
.InfoBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .InfoBtn::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}

a.InfoBtn:link    {color:#fff; text-decoration: none;}
a.InfoBtn:visited {color:#fff; text-decoration: none;}
a.InfoBtn:hover   {color:#fff; text-decoration: none; opacity: 0.8;}
a.InfoBtn:focus   {color:#fff; text-decoration: none; opacity: 0.8;}
a.InfoBtn:active  {color:#fff; text-decoration: none; opacity: 0.8;}

/* Partner
-----------------------------------------*/
.Partner {
  max-width: 1600px;
  margin: 0 auto;
  padding-block: 100px 140px;
  border-radius: 30px;
  background-color: var(--color-secondary02);
}
@media screen and (max-width: 1200px) {
  .Partner {
    padding-block: 80px 100px;
  }
}
.Partner__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .Partner__inner {
    margin: 0 20px;
  }
}
.Partner__sec {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .Partner__sec + .Partner__sec {
    margin-top: 60px;
  }
}

.Partner__title {
  display: block;
  color: var(--color-primary03);
  text-align: center;
  text-transform: uppercase;
}
.Partner__title h2 {
  margin-block: var(--leading-trim);
  font-family: var(--font-type01);
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Partner__title h2 {
    font-size: 48px;
  }
}
.Partner__title p {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Partner__title p {
    margin-top: 13px;
    font-size: 14px;
  }
}

.LogoList {
  display: grid;
  gap: 30px;
  padding-block: 40px;
}
@media screen and (max-width: 767px) {
  .LogoList {
    gap: 12px;
    padding-block: 20px;
  }
}
.LogoList li {
  text-align: center;
}
.LogoList a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding-inline: 8px;
  border-radius: 20px;
  background-color: var(--color-primary03);
}
@media screen and (max-width: 767px) {
  .LogoList a {
    padding-inline: 5px;
    border-radius: 10px;
  }
}

.LogoList a:hover  { opacity: .8 }
.LogoList a:focus  { opacity: .8 }
.LogoList a:active { opacity: .8 }

.LogoList__company {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LogoList__icon {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 21px;
  height: 21px;
  filter: invert(37%) sepia(78%) saturate(7497%) hue-rotate(215deg) brightness(107%) contrast(101%);
}
@media screen and (max-width: 767px) {
  .LogoList__icon {
    top: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
  }
}

.LogoList--col2 {
  grid-template-columns: repeat(2, calc((100% - 30px) / 2));
}
@media screen and (max-width: 767px) {
  .LogoList--col2 {
    grid-template-columns: 1fr;
    padding-inline: 25px;
  }
}
.LogoList--col2 a {
  padding-block: 10px;
}
@media screen and (max-width: 767px) {
  .LogoList--col2 a {
    padding-block: 5px;
  }
}

.LogoList--col3 {
  grid-template-columns: repeat(3, calc((100% - 30px * 2) / 3));
}
@media screen and (max-width: 767px) {
  .LogoList--col3 {
    grid-template-columns: repeat(2, calc((100% - 12px) / 2));
  }
}
.LogoList--col3 a {
  padding-block: 5px;
}
@media screen and (max-width: 767px) {
  .LogoList--col3 a {
    padding-block: 10px;
  }
}
