/* ===============================================
#変数
=============================================== */
:root {
  --color-green: #c8e14c;
}

/* ===============================================
#共通
=============================================== */
.inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 3%;
}
/* ===============================================
#既存追加
=============================================== */
.allWrap.detail section.contents > header .representative span.color05 {
  color: var(--color-green);
}

.allWrap.detail section.contents article.color05 dt {
  color: var(--color-green);
}

.lower aside.commonSideColumn01.color05 .sdgs .sdgsTitle,
.lower aside.commonSideColumn01.color05 .state dt {
  border-color: var(--color-green);
  color: var(--color-green);
}

.siteHeader .headerNavi > ul > li .dropDown ul {
  
  &.pl {
    padding-left: 200px;
  }
}

.siteHeader .headerNavi > ul > li:not(:last-child) > a {
  padding-right: 10px;
}

.siteHeader .headerNavi > ul > li:not(:first-child) > a {
  padding-left: 10px;
}

.headerNavi__flex:has(.top.current) {
  display: flex;
  padding-left: 120px;
}
/* ===============================================
#学術知共創プロジェクトページ
=============================================== */
.GakujututiPage {
  position: relative;
  padding: 88px 0;

  div {
    line-height: normal;
  }

  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 404px;
    background: url(../img/add/base/bg_dot.png) repeat center top;
    background-size: 8px 8px;
    z-index: -1;
  }
}

.GakujututiPage__head {
  margin-bottom: 46px;
  text-align: center;
}

.GakujututiPage__heading {
  font-size: 156%;
  font-weight: bold;

  @media screen and (max-width: 767px) {
    font-size: 117%;
  }
}

.GakujututiPage__read {
  margin-top: 33px;
  font-size: 100%;
  line-height: 2;
  text-align: center;

  @media screen and (max-width: 767px) {
    font-size: 73%;
  }
}

.GakujututiPage__cards {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;

  @media screen and (max-width: 767px) {
    gap: 18px;
  }
}

.GakujututiPage__card {
  width: calc(100% / 3 - 30px * 2 / 3);
  padding-bottom: 40px;
  background-color: #f6f5ef;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;

  img {
    width: 100%;
  }

  &:nth-of-type(1) {
    .GakujututiPage__card-head {
      background-image: url(../img/add/sitetop/theme_1_bg.jpg);

      @media screen and (max-width: 767px) {
        background-image: url(../img/add/sitetop/theme_1_bg_sp.jpg);
      }
    }
  }

  &:nth-of-type(2) {
    .GakujututiPage__card-head {
      background-image: url(../img/add/sitetop/theme_2_bg.jpg);

      @media screen and (max-width: 767px) {
        background-image: url(../img/add/sitetop/theme_2_bg_sp.jpg);
      }
    }
  }

  &:nth-of-type(3) {
    .GakujututiPage__card-head {
      background-image: url(../img/add/sitetop/theme_3_bg.jpg);

      @media screen and (max-width: 767px) {
        background-image: url(../img/add/sitetop/theme_3_bg_sp.jpg);
      }
    }
  }

  @media screen and (max-width: 1023px) {
    width: calc(100% / 2 - 30px * 1 / 2);
  }

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.GakujututiPage__card-head {
  min-height: 134px;
  padding-top: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  text-align: center;

  @media screen and (max-width: 767px) {
    min-height: 100px;
    padding-top: 12px;
  }
}

.GakujututiPage__entitle {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 11px;
  padding: 9px 22px 8px 18px;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font-weight: bold;
  color: #23b1d3;

  @media screen and (max-width: 767px) {
    font-size: 67%;
  }
}

.GakujututiPage__card-title {
  font-size: 123%;
  font-weight: bold;
  line-height: 1.4;
  color: #223b74;

  @media screen and (max-width: 767px) {
    font-size: 100%;
  }
}

.GakujututiPage__card-text {
  padding: 22px 22px 0 22px;
  font-size: 84%;
  line-height: 1.7;

  @media screen and (max-width: 767px) {
    padding: 15px 14px 0 14px;
    font-size: 73%;
    line-height: 2;
  }
}

.blueBtn {
  margin-top: 26px;
  text-align: center;

  @media screen and (max-width: 767px) {
    margin-top: 19px;
  }

  .blueBtn__link {
    padding: 14px 44px 14px 61px;
    position: relative;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #19a1c0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #19a1c0;
    text-decoration: none;
    -moz-transition: border-color 0.25s ease-out;
    -o-transition: border-color 0.25s ease-out;
    -webkit-transition: border-color 0.25s ease-out;
    transition: border-color 0.25s ease-out;

    &::before {
      content: "";
      position: absolute;
      top: 50%;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      left: 20px;
      width: 10px;
      height: 16px;
      margin-top: -7px;
      background-image: url(../img/add/base/arrow_blue_10.png);
    }

    @media screen and (max-width: 767px) {
      padding: 12px 58px 13px 59px;
      font-size: 85%;

      &::before {
        left: 15px;
        width: 7px;
        height: 12px;
        margin-top: -6px;
        background-image: url(../img/add/base/arrow_blue_14.png);
      }
    }
  }
}

/* ===============================================
#テーマページ
=============================================== */
.ThemePage__head {
  padding: 70px 0 76px 0;
  background: url(../img/add/base/bg_dot.png) repeat center top;
  background-size: 8px 8px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;

  @media screen and (max-width: 767px) {
    padding: 28px 0 40px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}

.ThemePage__entitle {
  margin-bottom: 17px;
  font-size: 112%;
  font-weight: bold;
  color: #19a1c0;

  @media screen and (max-width: 767px) {
    font-size: 86%;
    margin-bottom: 9px;
  }
}

.ThemePage__heading {
  font-size: 200%;
  font-weight: bold;
  color: #223b74;
  line-height: 1.41667;

  @media screen and (max-width: 767px) {
    font-size: 133%;
  }
}

.ThemePage__readWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 82px auto 0 auto;

  @media screen and (max-width: 767px) {
    margin-top: 52px;
  }
}

.ThemePage__title {
  font-size: 122%;
  font-weight: bold;
  color: #2d2d2d;
  word-break: break-all;
  width: 100%;
  margin-bottom: 50px;

  &::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 25px;
    background-color: #f6f5ef;
    border-top: 2px solid #19a1c0;
  }

  @media screen and (max-width: 767px) {
    font-size: 88%;

    &::after {
      margin-top: 12px;
    }
  }
}

.ThemePage__content {
  display: flex;
  gap: 42px;

  figure {
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
  }

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 35px;

    figure {
      width: 71.42857%;
      margin: 0 auto;
    }
  }
}

.ThemePage__text-box {
  width: calc(100% - 300px - 42px);
  margin-top: 7px;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.ThemePage__name {
  font-size: 122%;
  color: #223b74;
  font-weight: bold;

  @media screen and (max-width: 767px) {
    font-size: 100%;
  }
}

.ThemePage__position {
  margin-top: 11px;
  font-size: 94%;
  color: #223b74;
  font-weight: bold;

  @media screen and (max-width: 767px) {
    margin-top: 9px;
    font-size: 72%;
  }
}

.ThemePage__summary {
  margin-top: 25px;
  font-size: 83%;
  line-height: 2;

  @media screen and (max-width: 767px) {
    margin-top: 13px;
    font-size: 72%;
    line-height: 2.23077;
  }
}

.page-archive__cards {
  margin-top: 110px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 40px;

  @media screen and (max-width: 1023px) {
    grid-template-columns: repeat(3, 1fr);
  }

  @media screen and (max-width: 767px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 92px;
  }
}

.card__img {
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 24 / 17;
}

.card__date {
  display: block;
  margin-top: 18px;
  font-size: 77%;
  color: #656161;

  @media screen and (max-width: 767px) {
    margin-top: 11px;
    font-size: 61%;
  }
}

.card__title {
  margin-top: 7px;
  font-size: 94%;
  font-weight: bold;
  line-height: 1.64706;
  color: #223b74;

  @media screen and (max-width: 767px) {
    font-size: 72%;
    line-height: 1.6;
  }
}

/* ===============================================
#マルチメディア一覧
=============================================== */
#multimedia section.contents > header {
  padding-bottom: 80px;

  @media screen and (max-width: 767px) {
    padding-bottom: 60px;
  }
}
/* ===============================================
#記事詳細
=============================================== */
.page-body > p {
  padding-left: 0;
  text-indent: 0;
  line-height: 2;
  font-size: 100%;
  word-wrap: break-word;

  + p {
    margin-top: 15px;
  }

  + h2 {
    margin-top: 70px;
  }
}

.page-body .wp-block-columns,
.page-body .wp-block-image {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-body .wp-block-columns .wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}

.page-body .wp-block-columns p {
  margin-bottom: 0;
}

.page-body h2 {
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 137.5%;
  font-weight: bold;
  color: #333;
}

.page-body h3 {
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 127.5%;
  font-weight: bold;
  color: #333;
}

.page-body figure {
  max-width: 700px;
  margin: 0 auto 50px;
}

/* ===============================================
#CreationPanel
=============================================== */
.CreationPanel__container {
  display: flex;
  gap: 40px;
  
  @media screen and (max-width: 1023px) {
    flex-direction: column;
  }
  
  @media screen and (max-width: 767px) {
    gap: 20px;
  }
}

.CreationPanel__item {
  width: calc(100% / 2 - 40px * 1 / 2);
  min-height: 335px;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  
  @media screen and (max-width: 1023px) {
    width: 100%;
  }
  
  @media screen and (max-width: 767px) {
    min-height: 201px;
  }
}

.CreationPanel__item-left {
  padding: 53px 0px 48px 44px;
  width: 50%;
  
  @media screen and (max-width: 767px) {
    padding: 31px 0 24px 19px;
  
  }
}

.CreationPanel__img {
  width: 50%;
  
  &.workshop {
    background: transparent url(../img/add/sitetop/workshop5e6b.jpg) no-repeat center center / cover;
  }
  
  &.symposium {
    background: transparent url(../img/add/sitetop/symposium5e6b.jpg) no-repeat center center / cover;
  }
}

.CreationPanel__entitle {
  margin-bottom: 13px;
  font-size: 88%;
  font-weight: bold;
  color: #19a1c0;
  
  &::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    margin-left: 10px;
    background-color: #a7d3e1;
    vertical-align: 8px;
}

@media screen and (max-width: 767px) {
  font-size: 55%;
  margin-bottom: 8px;
  
  &::after {
    width: 30px;
    margin-left: 4px;
    vertical-align: 3px;
}
}
}

.CreationPanel__title {
    font-size: 150%;
    font-weight: bold;
    
    @media screen and (max-width: 767px) {
      font-size: 94%;
    
    }
}

.CreationPanel__summary {
    margin: 29px 40px 0 0;
    font-size: 77%;
    line-height: 1.78571;
    
    @media screen and (max-width: 767px) {
      font-size: 61%;
      margin: 17px 20px 0 0;
      line-height: 1.81818;
      
    }
}