@charset "UTF-8";
/*--PC用--*/

@media screen and (min-width: 1160px) {

  /* ==============================================================
common.css　
============================================================== */
  :where(h1, h2, h3, h4, h5, h6) {
    margin-top: 0;
    letter-spacing: 0.08em;
    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);
  }


  /* ==================================
Headerメニュー 
================================== */
  /*---PC版メニュー----*/
  header .sp_menu {
    display: none;
  }

  header .pc_menu,
  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%;
  }

  /* ==================================
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 var(--theme-border-color-dark-gray);

  }

  footer .addressBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 40px;
    border-left: 3px solid var(--theme-border-color-light);
  }

  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;
  }



  /* ==============================================================
トップページ（main.css）
============================================================== */
  /* ==================================
MainVisual Section
================================== */
  .mv .wrap_mv .bg_mv {
    min-height: 450px;
  }

  /* ==================================
News  Section
================================== */
  .news .news-list .flexBox {
    flex-direction: row;
  }

  .news .news-list .flexBox .cItem.img {
    max-width: 250px;
    order: initial;
  }


  /* ==================================
Special Broadcast  Section
================================== */
  .special-broadcast .gridBox {
    width: 100%;
    display: grid;
    row-gap: 30px;
    column-gap: 40px;
    grid-template-columns: 500px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
      "img title"
      "img btn";
  }

  .special-broadcast .gridBox .cItem.title {
    text-align: left;
  }

  .special-broadcast .gridBox .cItem.btn {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
  }

  .special-broadcast .gridBox .cItem.btn .liveLinkButton {
    background-color: var(--theme-color);
    min-width: 280px;
    width: 100%;
  }

  .special-broadcast .gridBox .cItem.btn .liveLinkButton .inner {
    background: var(--theme-border-color-dark-gray);
    padding: 0.8em;
  }




  /* ==================================
.outline Section
================================== */
  .outline.contentPane {
    padding-bottom: 0;
  }

  .outline .apply-schedule tr th,
  .outline .apply-schedule tr td {
    border: none;
  }

  .outline .apply-schedule tr th {
    padding-bottom: 0.6em;
  }

  .outline .apply-schedule tr td {
    text-align: left;
  }


  /* ==================================
 Event Section
================================== */
  .event .wrap_eventList .cItem.oneColumn {
    grid-template-columns: 1fr 510px;
    grid-template-rows: auto 1fr;
    grid-auto-rows: auto;
    column-gap: 50px;
    row-gap: 40px;
    grid-template-areas:
      "title img"
      "txt img";
  }

  .event .wrap_eventList .cItem.oneColumn:nth-of-type(even) {
    grid-template-columns: 510px 1fr;
    grid-template-rows: auto 1fr;
    grid-auto-rows: auto;
    column-gap: 50px;
    row-gap: 40px;
    grid-template-areas:
      "img title"
      "img txt";
  }

  /*--講演会--*/
  .event .wrap_eventList .cItem.oneColumn.conference {
    width: 100%;
    grid-template-columns: 650px 1fr;
    grid-template-rows: auto 1fr;
    grid-auto-rows: auto;
    column-gap: 50px;
    row-gap: 40px;
    position: relative;
    grid-template-areas:
      "title img"
      "txt img";
  }

  .event .wrap_eventList .conference .img img {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 380px;
  }

  .event .wrap_eventList .conference .linkButtonBox {
    max-width: 425px;
  }

  /*--グルメ研究所・産総研で働くって・・・？--*/
  .event section:has(.gourmet, .recruit) {
    width: 50%;
  }

  .event .wrap_eventList .cItem.gourmet,
  .event .wrap_eventList .cItem.recruit {
    height: 100%;
    grid-template-areas:
      "img"
      "title"
      "txt";
  }

  .event .wrap_eventList .cItem .title {
    text-align: left;
  }

  .event .wrap_eventList .cItem.gourmet .title h3,
  .event .wrap_eventList .cItem.recruit .title h3 {
    display: flex;
    align-items: center;
    gap: 0.15em;
  }

  .event .wrap_eventList .cItem.gourmet .title h3 .sub,
  .event .wrap_eventList .cItem.recruit .title h3 .sub {
    font-size: 2rem;

  }


  /* ==================================
linkedcampaign Section
================================== */

  /*-- KEKコラボ --*/
  .linkedcampaign .kek_collab {
    flex-direction: row;
  }

  .linkedcampaign .kek_collab h4 {
    font-family: var(--fontFamily-sub);
    text-align: left;
  }

  .linkedcampaign .wrap_linkedcampaignList .cItem .kek_collab .img {
    order: initial;
  }

  .linkedcampaign .wrap_linkedcampaignList .cItem .kek_collab .img img {
    max-width: 500px;
  }

  .linkedcampaign .wrap_linkedcampaignList .cItem .kek_collab .txt,
  .linkedcampaign .wrap_linkedcampaignList .cItem .kek_collab .link {
    text-align: left;
  }



  /* ==================================
Access Section
================================== */
  .access .flexBox {
    flex-direction: row;
    gap: 50px;
  }

  .access .accessAddressMapLink {
    flex-direction: row;
    width: 100%;
  }

  .access .accessAddressMapLink>div {
    width: 50%;
  }

  .access .accessAddress p {
    text-align: left;
  }


  /* ==================================
Benefit Section
================================== */
  .benefit .wrap_benefitInfo {
    flex-direction: row;
  }

/* ==================================
Guide book Section
================================== */
.guide-book .linkButtonBox{
  max-width: 425px;
  margin: auto;
}


  /* ==================================
Linked Campaign Section
================================== */
  /*---ニコニコ生配信---*/
  .linkedcampaign .liveBtnBox {
    flex-direction: row;
    justify-content: space-between;
    max-width: 750px;
  }

  .linkedcampaign .niconico .txt {
    text-align: center;
  }

  /*---ミニミニ一般公開---*/
  .linkedcampaign .minimini .linkButtonBox {
    max-width: 400px;
  }



  /* ==============================================================
講演会（conference.css）
============================================================== */
  .page-conference .guest_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .page-conference .imgArea {
    width: 300px;
    margin: 0;

  }

  .page-conference .textArea {
    width: 670px;
    text-align: left;
  }

  .page-conference .textArea p.guestdepartment,
  .page-conference .textArea p.guestname,
  .page-conference .sp_guest .textArea p.guestexplain,
  .page-conference .aist_guest .textArea .guestdepartment,
  .page-conference .aist_guest .textArea p.guestexplain {
    text-align: left;
  }





  /*---End media----------------------------------------------*/
}

/*---End media----------------------------------------------*/