@charset "UTF-8";
/**
 * ===========================================
 *  pc.css
 *  サイト共通（画面幅が広い場合のcommon.css上書き用）
 * 
 *  20260731_SP394HN
 * ===========================================
 */

@media screen and (min-width: 1200px) {

  /* ==============================================================
common.css　
============================================================== */
  /* ==================================
header
================================== */
  /*---- ロゴブロック（ヘッダー左側）----*/

  .header__logos {
    padding: 20px;
    gap: 70px;
    max-width: none;
    flex-wrap: nowrap;
  }

  .header__logos-sub{
    max-width: none;
    width: auto;
  }

  .header__logo--aist{
    width: 154px;

  }

.header__logo--25th{
  width:38px;
  height: 32px;
}


  .header__logo--openhouse {
    width: auto;
  }



  /*---PC版ヘッダーナビ----*/
  header.header .sp_menu {
    display: none;
  }

  header.header .pc_menu,
  header.header .pc_login {
    display: block;
  }

  header .pc_menu nav>ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    gap: 0.1em;
  }

  header .pc_menu nav>ul>li {
    margin-bottom: 0;
  }

  header .pc_menu nav>ul>li a {
    text-decoration: none;
    position: relative;
    padding: 0 1em;
  }

  header .pc_menu nav>ul>li a:hover::before,
  header .pc_menu nav>ul>li a:hover::after,
  header .pc_menu nav>ul>li a:focus::before,
  header .pc_menu nav>ul>li a:focus::after {
    position: absolute;
    content: '';
    border: 2px solid #FFFFFF;
    height: 100%;
    width: 6px;
  }

  header .pc_menu nav>ul>li a:hover::before,
  header .pc_menu nav>ul>li a:focus::before {
    border-right: none;
    left: 0;
  }

  header .pc_menu nav>ul>li a:hover::after,
  header .pc_menu nav>ul>li a:focus::after {
    border-left: none;
    right: 0;
  }

  /* header .pc_login {
    border: 1px solid #FFFFFF;
  } */

  header .pc_login a {
    font-size: 1.4rem;
    padding: 0.5em 0.7em;
    height: 100%;
  }
}




@media screen and (min-width: 1170px) {

  /* ==============================================================
common.css　
============================================================== */
  :where(h1, h2, h3, h4, h5, h6) {
    margin-top: 0;
    line-height: 1.4;
    scroll-margin-top: var(--header-area-height-sp);
  }

  :where(h1, h2, h3, h4, h5, h6)>.sub {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 3rem;
  }

  h4 {
    font-size: 2.4rem;
  }

  /* ==================================
table
================================== */
  table th,
  table td {
    display: table-cell;
    width: initial;
  }

  table tr:not(:last-child) th {
    border-bottom: 2px solid var(--theme-border-color-dark-gray);
  }

  table tr:not(:last-child) td {
    border-bottom: 2px solid var(--theme-border-color-dark);
  }

  /*--Light color table--*/
  table.light-color tr:not(:last-child) th,
  table.light-color tr:not(:last-child) td {
    border: 1px solid #C8C8C8;

  }

  /* ==================================
BASE
================================== */

  .intraLinkAnchor {
    scroll-margin-top: var(--header-area-height-pc);
  }

  /* ==================================
footer
================================== */
  footer>.inner {
    padding-top: 0;
    margin-top: 1em
  }


  footer .logoAdressBox {
    flex-direction: row;
    justify-content: center;
  }

  footer .footerLogoLink {
    display: flex;
    align-items: center;
    width: 50%;
    white-space: nowrap;
    padding: 0;
    border-right: 2px solid #FFFFFF;
  }

  footer .addressBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 40px;
  }

  footer address {
    border: none;
    padding: 0 0 0 50px;
    text-align: left;
  }

  footer address ul li {
    justify-content: flex-start;
  }

  /* ==============================================================
下層共通
============================================================== */
  .wrap_eventItem {
    gap: 50px;
    justify-content: flex-start;
  }

  .wrap_eventItem .eventItem {
    width: calc(50% - 25px);
  }

  /* ==================================
contentLinkNavi
================================== */
  .contentLinkNavi {
    display: grid;
    font-size: 1.8rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px 0.5%;
    text-align: center;
  }

  .contentLinkNavi li a {
    padding: 0 0 20px 0;
  }

  .contentLinkNavi li a>.inner {
    padding: 0.7em;
  }

  .contentLinkNavi li a:before {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 8px;
    top: initial;
    transform: translateX(50%) rotate(135deg);
  }

  .contentLinkNavi li:last-child {
    margin-bottom: 2px;
  }

  /* ==================================
event-list
================================== */
  .event-list {
    grid-template-columns: repeat(2, minmax(0, 555px));
  }

  /*横連結（幅広版）*/
  .event-list__item--wide {
    grid-column: 1 / -1;
  }


  .event-list__item--wide .event-card {
    display: flex;
  }

  .event-list__item--wide .event-card__image {
    width: 50%;
  }

  .event-list__item--wide .event-card__txt {
    padding: clamp(12px, 2vw, 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
  }

  .event-list__item--wide .event-card__header {
    text-align: left;
    width: 100%;
  }

  /* ==============================================================
トップページ（main.css）
============================================================== */
  /* ==================================
Hero Section
================================== */
/*--　25周年記念特設サイトへのボタン --*/
.anniversary-button{
    width: 160px;
    height: 160px;
}

.anniversary-button .anniversary-button_text{
    width: 74px;
    height: auto;

}

.anniversary-button .anniversary-button__logo--25th{
    padding-top: 10px;
    width: 90px;
    height: auto;
}

  /* ==================================
Introduction Section
================================== */
  .introduction.contentPane {
    text-align: center;
  }


  /*---End media----------------------------------------------*/
}

/*---End media----------------------------------------------*/