@charset "UTF-8";
.font-min {
  font-family: "Noto Serif JP", serif;
}

.font-en {
  font-family: "EB Garamond", serif;
}

/* ====================================================================================================
   メインタイトル
==================================================================================================== */
@media screen and (max-width: 750px) {
  .mainttl-sec {
    margin-bottom: 7.2639225182%;
  }
}
@media screen and (max-width: 750px) {
  .mainttl-sec .mainttl-en {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .mainttl-sec .mainttl-heading {
    text-align: center;
  }
}

/* ====================================================================================================
   コンテンツ
==================================================================================================== */
.study_contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.study-top {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .study-top {
    margin-bottom: 4.2857142857%;
  }
}
.study-top .study-ttl {
  margin-bottom: 30px;
  font-size: 2.1428571429rem;
  color: #3c7322;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .study-top .study-ttl {
    margin-bottom: 5.7142857143%;
    font-size: 1.5384615385rem;
  }
}
.study-top .study-ttl small {
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 750px) {
  .study-top .study-ttl small {
    font-size: 1rem;
  }
}
.study-top p {
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 750px) {
  .study-top p {
    font-size: 1rem;
  }
}

.study-archive {
  margin-bottom: 30px;
  padding: 20px 100px;
  border: 1px solid #3c7322;
}
@media screen and (max-width: 750px) {
  .study-archive {
    margin-bottom: 4.2857142857%;
    padding: 4.2857142857%;
  }
}
.study-archive .study-archive-ttl {
  margin-bottom: 20px;
  font-size: 1.2857142857rem;
  color: #3c7322;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .study-archive .study-archive-ttl {
    margin-bottom: 4.6875%;
    font-size: 1.1538461538rem;
  }
}
.study-archive .study-archive-txt {
  margin-bottom: 20px;
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 750px) {
  .study-archive .study-archive-txt {
    margin-bottom: 4.6875%;
    font-size: 1rem;
  }
}
.study-archive .study-archive-btn {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.study-archive .study-archive-btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  background: #fff url("../img/common/ico_arrow_bk02.svg") no-repeat right 20px center;
  background-size: 10px auto;
  border: 1px solid #000;
  font-size: 1.1428571429rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .study-archive .study-archive-btn a {
    background-size: 4.6875% auto;
    background-position: right 3.125% center;
    font-size: 1rem;
  }
}

.study-search .study-search-filter {
  margin-bottom: 15px;
  padding: 15px 50px;
  background-color: #e1f2d0;
  border: 1px solid #3c7322;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-filter {
    margin-bottom: 4.2857142857%;
    padding: 4.2857142857%;
  }
}
.study-search .study-search-filter .study-search-filter-ttl {
  margin-bottom: 20px;
  font-size: 1.1428571429rem;
  color: #3c7322;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-filter .study-search-filter-ttl {
    margin-bottom: 2.34375%;
    font-size: 1rem;
  }
}
.study-search .study-search-filter .study-search-filter-ttl span {
  font-size: 2.1428571429rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-filter .study-search-filter-ttl span {
    font-size: 1.9230769231rem;
  }
}
.study-search .study-search-filter .study-search-filter-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
@media screen and (max-width: 960px) {
  .study-search .study-search-filter .study-search-filter-box {
    margin-bottom: 30px;
    align-items: flex-end;
    gap: 20px 9.375%;
  }
}
@media screen and (max-width: 750px) {
  .study-search .study-search-filter .study-search-filter-box {
    margin-bottom: 4.6875%;
  }
}
.study-search .study-search-filter .study-search-filter-box dl {
  display: flex;
  align-items: center;
  width: 30%;
}
@media screen and (max-width: 960px) {
  .study-search .study-search-filter .study-search-filter-box dl {
    display: block;
    width: 45.3125%;
  }
}
@media screen and (max-width: 960px) {
  .study-search .study-search-filter .study-search-filter-box dl._sign dt {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .study-search .study-search-filter .study-search-filter-box dl._sign dd {
    position: relative;
  }
  .study-search .study-search-filter .study-search-filter-box dl._sign dd::after {
    content: "〜";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1em;
    margin-left: -13.7931034483%;
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 750px) {
  .study-search .study-search-filter .study-search-filter-box dl._sign dd::after {
    margin-left: -15.5172413793%;
    font-size: 1rem;
  }
}
.study-search .study-search-filter .study-search-filter-box dl dt {
  flex: 1;
  margin-right: 0.5em;
  font-size: 1.1428571429rem;
  -moz-text-align-last: justify;
       text-align-last: justify;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .study-search .study-search-filter .study-search-filter-box dl dt {
    margin-right: 0;
    margin-bottom: 10px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (max-width: 750px) {
  .study-search .study-search-filter .study-search-filter-box dl dt {
    margin-bottom: 3.4482758621%;
    font-size: 1rem;
  }
}
.study-search .study-search-filter .study-search-filter-box dl dd {
  width: 100%;
  max-width: 210px;
}
@media screen and (max-width: 960px) {
  .study-search .study-search-filter .study-search-filter-box dl dd {
    max-width: 100%;
  }
}
.study-search .study-search-filter .study-search-filter-box dl dd select {
  webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  padding: 5px 10px;
  border: 2px solid #999;
  background: #fff url("../img/common/ico_arrow_bk03.svg") no-repeat right 15px center;
  background-size: 10px auto;
  font-size: 1.1428571429rem;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-filter .study-search-filter-box dl dd select {
    background-size: 4.4827586207% auto;
    background-position: right 5.1724137931% center;
    font-size: 1rem;
  }
}
.study-search .study-search-filter .study-search-filter-box dl dd select option:disabled {
  display: none;
}
.study-search .study-search-filter .study-search-filter-selected {
  font-size: 1.2857142857rem;
  color: #3c7322;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-filter .study-search-filter-selected {
    font-size: 1rem;
  }
}
.study-search .study-search-filter .study-search-filter-selected span {
  font-size: 2.1428571429rem;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-filter .study-search-filter-selected span {
    font-size: 1.5384615385rem;
  }
}
.study-search .study-search-tool {
  position: relative;
}
.study-search .study-search-tool._top {
  display: flex;
  justify-content: space-between;
}
.study-search .study-search-tool._top::before {
  content: "";
  width: 160px;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-tool._top::before {
    display: none;
  }
}
.study-search .study-search-tool._hide {
  display: none !important;
}
.study-search .study-search-tool .study-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-tool .study-pager {
    justify-content: flex-start;
  }
}
.study-search .study-search-tool .study-pager ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 5px;
}
.study-search .study-search-tool .study-pager p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  font-size: 1.1428571429rem;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-tool .study-pager p {
    width: 30px;
    height: 30px;
    font-size: 0.6923076923rem;
  }
}
.study-search .study-search-tool .study-pager p:hover, .study-search .study-search-tool .study-pager p.active {
  background-color: #308255;
  color: #fff;
}
.study-search .study-search-tool .study-pager p._disabled {
  display: none;
}
.study-search .study-search-tool .study-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
  padding: 5px;
  border: 1px solid #000;
  background-color: #e4f0f2;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-tool .study-sort {
    width: 28.5714285714%;
  }
}
.study-search .study-search-tool .study-sort i {
  width: 57px;
  margin-right: 5px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-tool .study-sort i {
    width: 35%;
  }
}
.study-search .study-search-tool .study-sort i::before {
  content: url("../img/common/ico_sort.svg");
}
.study-search .study-search-tool .study-sort p {
  flex: 1;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-tool .study-sort p {
    font-size: 0.5384615385rem;
  }
}
.study-search .study-search-tool .study-sort p span::before {
  content: "新 → 古";
}
.study-search .study-search-tool .study-sort._desc i::before {
  content: url("../img/common/ico_sort02.svg");
}
.study-search .study-search-tool .study-sort._desc p span::before {
  content: "古 → 新";
}
.study-search .study-search-list {
  margin: 20px 0;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-list {
    margin: 30px 0;
  }
}
.study-search .study-search-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.5%;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-list ul {
    gap: 20px 5.7142857143%;
  }
}
.study-search .study-search-list ul._all {
  display: none;
}
.study-search .study-search-list ul li {
  width: 23%;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-list ul li {
    width: 47.1428571429%;
  }
}
.study-search .study-search-list ul li._hide {
  display: none;
}
.study-search .study-search-list ul li a {
  text-decoration: none;
}
.study-search .study-search-list ul li figure {
  margin-bottom: 10px;
}
.study-search .study-search-list ul li figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 23/13;
  -o-object-fit: cover;
     object-fit: cover;
}
.study-search .study-search-list ul li dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.study-search .study-search-list ul li dl._theme {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.study-search .study-search-list ul li dl._theme dt {
  display: inline-block;
}
.study-search .study-search-list ul li dl._theme dd {
  display: inline;
}
.study-search .study-search-list ul li dl dt {
  width: 5em;
  margin-right: 5px;
  padding: 3px 0.8em;
  border: 1px solid #000;
  background-color: #e4f0f2;
  text-align: center;
  border-radius: 5px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-list ul li dl dt {
    font-size: 0.8846153846rem;
  }
}
.study-search .study-search-list ul li dl dd {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .study-search .study-search-list ul li dl dd {
    font-size: 0.8846153846rem;
  }
}

.js-moviemodalopen {
  overflow: hidden;
}

.moviemodal-sec {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.moviemodal-sec .modal-in {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  .moviemodal-sec .modal-in {
    padding-top: 100px;
  }
}
.moviemodal-sec .modal-con {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.moviemodal-sec .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  margin-top: -80px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .moviemodal-sec .modal-close {
    width: 9.6153846154%;
    margin-top: -13.4615384615%;
  }
}
.moviemodal-sec .movie-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.moviemodal-sec .movie-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moviemodal-sec .movie-contents {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .moviemodal-sec .movie-contents {
    display: block;
  }
}
.moviemodal-sec .movie-contents figure {
  width: 115px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .moviemodal-sec .movie-contents figure {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.moviemodal-sec .movie-contents figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 23/13;
  -o-object-fit: cover;
     object-fit: cover;
}
.moviemodal-sec .movie-contents .movie-contents-box {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.moviemodal-sec .movie-contents .movie-contents-box dl {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.moviemodal-sec .movie-contents .movie-contents-box dl._date, .moviemodal-sec .movie-contents .movie-contents-box dl._presenter {
  width: 10em;
}
.moviemodal-sec .movie-contents .movie-contents-box dl._conference {
  width: 100%;
}
.moviemodal-sec .movie-contents .movie-contents-box dl dt {
  width: 5em;
  margin-right: 5px;
  padding: 5px 0.8em;
  border: 1px solid #000;
  background-color: #e4f0f2;
  text-align: center;
  border-radius: 5px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .moviemodal-sec .movie-contents .movie-contents-box dl dt {
    font-size: 0.7692307692rem;
  }
}
.moviemodal-sec .movie-contents .movie-contents-box dl dd {
  flex: 1;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .moviemodal-sec .movie-contents .movie-contents-box dl dd {
    font-size: 0.7692307692rem;
  }
}/*# sourceMappingURL=study.css.map */