@charset "UTF-8";
.content__box .sec__ttl {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__ttl {
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.content__box .sec__ttl .sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__ttl .sp {
    display: block;
  }
}
.content__box .sec__ttl {
  /*
      display: flex;
      align-items: center;
      padding: 24px 72px 24px 0;
      line-height: 1.1;
      font-weight: 700;
      font-family: $font_zen;
      font-size: 3.2rem;
      line-height: 1.6;
      font-weight: 700;
      color: $key_color;
      position: relative;
      cursor: pointer;
      */
}
.content__box .sec__ttl .old {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  color: #212121;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__ttl .old {
    font-size: 1.6rem;
    padding-top: 4px;
    padding-left: 0;
    margin-left: -0.5rem;
  }
}
.content__box .grid__link {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 310px auto;
}
@media only screen and (max-width: 767px) {
  .content__box .grid__link {
    display: block;
  }
}
.content__box .grid__link:nth-of-type(1) {
  position: relative;
}
.content__box .grid__link:nth-of-type(1):before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 115px;
  background: url(/assets/images/common/cow03.avif) center center/contain no-repeat;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .content__box .grid__link:nth-of-type(1):before {
    width: 130px;
    height: 70px;
    top: -16px;
    right: -10px;
    left: auto;
  }
}
.content__box .grid__link .link__list {
  padding-left: 40px;
  border-left: 3px solid #45830E;
}
@media only screen and (max-width: 767px) {
  .content__box .grid__link .link__list {
    padding-left: 0;
    border-left: none;
    border-top: 3px solid #45830E;
    padding-top: 24px;
  }
}
.content__box .grid__link .link__list li {
  border-bottom: none;
  display: block;
}
.content__box .grid__link .link__list li + li {
  margin-top: 12px;
}
.content__box .grid__link .link__list li a {
  border: 1px solid #45830E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  padding: 16px 24px;
  background: #edf4e7;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 400;
  color: #212121;
}
@media print, screen and (min-width: 768px) {
  .content__box .grid__link .link__list li a:hover {
    background: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .grid__link .link__list li a {
    font-size: 1.8rem;
    padding: 10px 10px 10px 16px;
  }
}
.content__box .grid__link .link__list li a .btn__box {
  display: flex;
  align-items: baseline;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px 40px 8px 16px;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  background: #45830e;
}
.content__box .grid__link .link__list li a .btn__box.aft__arrow:after {
  inset: 0 18px 0 auto;
}
@media only screen and (max-width: 767px) {
  .content__box .grid__link .link__list li a .btn__box {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .grid__link .sec__ttl {
    width: 110px;
    margin-bottom: 16px;
    line-height: 2.4rem;
  }
}
.content__box .grid__link .sec__ttl .sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .content__box .grid__link .sec__ttl .sp {
    display: block;
  }
}
.content__box .nishikawa__box {
  display: grid;
  grid-template-columns: auto 120px;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .content__box .nishikawa__box {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.content__box .nishikawa__box .img__box {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .content__box .nishikawa__box .img__box {
    order: 1;
    width: 180px;
    margin: 0 auto;
  }
}
.content__box .nishikawa__box .text__box {
  margin-top: 0;
  order: 1;
}
.content__box .table__open {
  transition: 0.3s all;
}
.content__box .table__open .table__overflow {
  height: 420px;
  overflow-x: auto;
  overflow-y: hidden;
}
.content__box .table__open .flex__box {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content__box .table__open .flex__box {
    display: flex;
    padding-right: 10px;
  }
}
.content__box .table__open .more__btn__arrow {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.content__box .table__open .more__btn__arrow span {
  width: 20px;
  transition: 0.3s all;
  transform-origin: center;
}
.content__box .table__open .more__btn__arrow span img {
  width: 100%;
  height: auto;
}
.content__box .table__open .more__btn {
  box-sizing: border-box;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 1040px;
  position: relative;
  padding-top: 16px;
}
@media only screen and (min-width: 1040px) {
  .content__box .table__open .more__btn::before {
    content: "";
    display: block;
    position: absolute;
    inset: -60px 0 auto 0;
    margin: auto;
    height: 60px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.content__box .table__open .more__btn .link__box {
  margin-top: 0;
}
.content__box .table__open .more__btn .link__box a.aft__arrow::after {
  transition: 0.3s all;
  transform: rotate(90deg);
}
.content__box .table__open.open .table__overflow {
  height: auto;
}
.content__box .table__open.open .more__btn::before {
  display: none;
}
.content__box .table__open.open .more__btn a.aft__arrow::after {
  transform: rotate(-90deg);
}
.content__box .table__open.open .more__btn__arrow span {
  transform: rotate(-180deg);
}
.content__box .grid__table {
  width: 1040px;
  box-sizing: border-box;
  --col-year: 11em;
  --col-date: 120px;
  --col-pref: 120px;
  --col-name: 120px;
  --col-title: 1fr;
  --col-affil: 250px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #45830E;
  border-left: 1px solid #45830E;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  border-radius: 10px;
}
.content__box .grid__table .table__head {
  display: grid;
  /* 定義した変数を使って列を並べる */
  grid-template-columns: var(--col-year) var(--col-date) var(--col-pref) var(--col-name) var(--col-title) var(--col-affil);
  background-color: #edf4e7;
  border-radius: 10px 10px 0 0;
}
.content__box .grid__table .table__head div {
  box-sizing: border-box;
  padding: 12px 10px;
  border-right: 1px solid #45830E;
  border-bottom: 1px solid #45830E;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.6;
}
.content__box .grid__table .table__head div:last-child {
  border-radius: 0 10px 0 0;
}
.content__box .grid__table .table__body {
  display: grid;
  grid-template-columns: var(--col-year) var(--col-date) 1fr;
}
.content__box .grid__table .table__body .date {
  padding: 8px;
  border-right: 1px solid #45830E;
  border-bottom: 1px solid #45830E;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.6;
  box-sizing: border-box;
}
.content__box .grid__table .table__body .table__list {
  display: flex;
  flex-direction: column;
}
.content__box .grid__table .table__body .table__list .list__detail {
  display: grid;
  grid-template-columns: var(--col-pref) var(--col-name) var(--col-title) var(--col-affil);
  flex-grow: 1;
}
.content__box .grid__table .table__body .table__list .list__detail li {
  padding: 10px;
  border-right: 1px solid #45830E;
  border-bottom: 1px solid #45830E;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.6;
  box-sizing: border-box;
}
.content__box .grid__table .table__body:last-child {
  border-radius: 0 0 10px 10px;
}
.content__box .grid__table .table__body:last-child .date:first-child {
  border-radius: 0 0 0 10px;
}
.content__box .grid__table .table__body:last-child .table__list .list__detail:last-child li:last-child {
  border-radius: 0 0 10px 0;
}

.table__head.fixed-div-header {
  --col-year: 11em;
  --col-date: 120px;
  --col-pref: 120px;
  --col-name: 120px;
  --col-title: 1fr;
  --col-affil: 250px;
  border-top: 1px solid #45830E;
  border-left: 1px solid #45830E;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; /* ナビより下、コンテンツより上の適切な値に調整 */
  width: 100%; /* JSで上書きされますが初期値として */
  pointer-events: none; /* 下のコンテンツをクリックできるようにする場合（必要に応じてauto） */
  display: grid;
  background-color: #edf4e7;
  margin: 0;
  grid-template-columns: var(--col-year) var(--col-date) var(--col-pref) var(--col-name) var(--col-title) var(--col-affil);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 浮いている感を出すための影（任意） */
}
.table__head.fixed-div-header > * {
  pointer-events: auto;
  box-sizing: border-box;
  padding: 12px 10px;
  border-right: 1px solid #45830E;
  border-bottom: 1px solid #45830E;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  line-height: 1.6;
}/*# sourceMappingURL=gijutsu.css.map */