@charset "utf-8";


/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
/* --------------- colorbox --------------- */
.close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.close_btn::before,
.close_btn::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: 40px;
  height: 2px;
  background-image: linear-gradient(to right, #5f2e00 7%, #a73f1a 47%, #b6701d 73%);
  transform-origin: center;
}
.close_btn::before {
  transform: rotate(45deg);
}
.close_btn::after {
  transform: rotate(-45deg);
}
#cboxOverlay {
  background-color: #000;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight {
  width:0;
  height:0;
}
#cboxLoadedContent {
  margin-bottom: 0;
}




/* ---------------------------------------------------------
 * #archive-members
** --------------------------------------------------------- */
#archive-members {
}
/* --------------- .members_lead --------------- */
#archive-members .members_lead {
  padding-top: 50px;
  padding-bottom: 200px;
  background-image: url("../img/read_pic_l.png"), url("../img/read_pic_r.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
}
#archive-members .members_lead .wrapper {
}
#archive-members .members_lead .contents {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
#archive-members .members_lead .img {
  margin-right: 80px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 27, 67, 0.1);
}
#archive-members .members_lead .img img {
  width: 100%;
}
#archive-members .members_lead .contents {
  margin-left: auto;
  margin-right: auto;
}
#archive-members .members_lead .contents .tbl {
  font-size: 15px;
}
#archive-members .members_lead .contents .tbl tr:first-child th {
  vertical-align: bottom;
}
#archive-members .members_lead .contents .name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
#archive-members .members_lead .contents .post {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1099px) {
  #archive-members .members_lead .img {
    width: calc(36000% / 1060);
    margin-right: calc(8000% / 1060);
  }
}
@media (max-width: 959px) {
  #archive-members .members_lead .contents {
    display: block;
  }
  #archive-members .members_lead .img {
    max-width: 100%;
    width: 360px;
    margin: 0 auto;
  }
  #archive-members .members_lead .content {
    margin-top: 40px;
  }
}
@media (max-width: 519px) {
}


/* --------------- .members_list --------------- */
#archive-members .members_list {
  padding-top: 50px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}
#archive-members .members_list .flex {
  margin-top: -150px;
}
#archive-members .members_list .staff {
  width: calc(27800% / 1200);
}
#archive-members .members_list .staff:not(:nth-child(4n)) {
  margin-right: calc(2933.333% / 1200);
}
#archive-members .members_list .staff:nth-child(n+5) {
  margin-top: 80px;
}
#archive-members .members_list .staff a {
  position: relative;
  display: block;
  padding: 23px 23px 15px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 27, 67, 0.1);
  text-align: center;
}
#archive-members .members_list .staff a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/photo_side_pic.png");
  background-size: cover;
}
#archive-members .members_list .post {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
  background-color: #eef3f8;
  font-weight: bold;
  line-height: 1.4;
}
#archive-members .members_list .img {
  position: relative;
  padding-top: calc(28600% / 232);
  overflow: hidden;
}
#archive-members .members_list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: all ease 0.3s;
}
#archive-members .members_list a:hover .img img {
  transform-origin: center;
  transform: scale(1.05);
}
#archive-members .members_list .name {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
#archive-members .members_list .roman {
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 959px) {
  #archive-members .members_list .staff {
    width: 48%;
  }
  #archive-members .members_list .staff:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #archive-members .members_list .staff:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  #archive-members .members_list .staff:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media (max-width: 519px) {
  #archive-members .members_list .staff a {
    padding: 13px 13px 15px;
  }
  #archive-members .members_list .post {
    top: auto;
    bottom: 100%;
    width: 100%;
    padding: 5px 10px;
  }
}


/* --------------- .members_popup --------------- */
.members_popup {
  position: relative;
  height: 100%;
}
.members_popup .flex {
  height: 100%;
}
.members_popup .left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: calc(41500% / 1100);
  padding: 40px;
}
.members_popup .img {
  position: relative;
  padding-top: calc(41300% / 335);
}
.members_popup .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.members_popup .name {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
}
.members_popup .name .nowrap {
  white-space: nowrap;
}
.members_popup .content {
  padding: 40px 40px 40px 0;
  overflow: auto;
}
.members_popup .tbl {
}
.members_popup .tbl th {
  padding-right: 0;
}
.members_popup .tbl a {
  color: #006ae1;
  text-decoration: underline;
}
.members_popup .tbl a:hover {
  text-decoration: none;
}
@media (max-width: 959px) {
}
@media (max-width: 699px) {
  .members_popup .flex {
    display: block;
  }
  .members_popup .left {
    display: block;
    width: calc(17.5rem + ((1vw - 3.2px) * 10.5263));
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
  .members_popup .content {
    padding: 0 40px 40px;
  }
  .members_popup .tbl {
    margin-bottom: 0;
  }
}
@media (max-width: 519px) {
  .members_popup .flex {
  }
  .members_popup .left {
    max-width: 70%;
    padding: 20px 20px 0;
  }
  .members_popup .content {
    padding: 0 20px 20px;
  }
}



/* ---------------------------------------------------------
 * #archive-gallery
** --------------------------------------------------------- */
#archive-gallery {
}
#archive-gallery .gallery_list {
  padding-top: 50px;
  padding-bottom: 120px;
  background-image: linear-gradient(to left, #eee 1px, transparent 1px), linear-gradient(to top, #eee 1px, transparent 1px);
  background-position: center, top 50px center;
  background-size: 400px 420px, 100% 650px;
  background-repeat: repeat, repeat;
}
#archive-gallery .gallery_list ul {
  margin-top: 0;
}
#archive-gallery .pagination {
  margin-top: 60px;
}
#archive-gallery .grid_wrapper {
}
#archive-gallery .grid_wrapper .box {
  padding: 20px 15px;
}
#archive-gallery .grid_wrapper .box .ttl {
  font-weight: normal;
  line-height: 1.5;
}
#archive-gallery .grid_wrapper {
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}


/* --------------- .gallery_popup --------------- */
.gallery_popup {
  position: relative;
  padding: 60px;
  height: 100%;
}
.gallery_popup .content {
  height: 100%;
}
.gallery_popup .slide_item {
/*  display: none;*/
  text-align: center;
}
.gallery_popup .slide_item img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.gallery_popup .content .ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 959px) {
  .gallery_popup {
    padding: 60px 40px 40px;
  }
  .gallery_popup .content .ttl {
    font-size: 18px;
  }
}
@media (max-width: 519px) {
  .gallery_popup {
    padding: 70px 20px 20px;
  }
  .gallery_popup .content .ttl {
    font-size: 16px;
  }
}
.gallery_popup .gallery_slide .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #6a2f18;
  box-shadow: 0 0 20px rgba(0, 27, 67, 0.2);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gallery_popup .gallery_slide .slick-arrow:hover {
  opacity: 0.8;
}
.gallery_popup .gallery_slide .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #fff;
}
.gallery_popup .gallery_slide .slick-arrow.prevArrow {
  left: -20px;
}
.gallery_popup .gallery_slide .slick-arrow.prevArrow::after {
  left: 20px;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}
.gallery_popup .gallery_slide .slick-arrow.nextArrow {
  right: -20px;
}
.gallery_popup .gallery_slide .slick-arrow.nextArrow::after {
  right: 20px;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}



/* ---------------------------------------------------------
 * #archive-paper
** --------------------------------------------------------- */
#archive-paper {
}
#archive-paper .archive_contents_wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 115px;
  background-image: linear-gradient(to left, #eee 1px, transparent 1px), linear-gradient(to top, #eee 1px, transparent 1px);
  background-position: center, top 50px center;
  background-size: 400px 420px, 100% 650px;
  background-repeat: repeat, repeat;
}
#archive-paper .list_wrapper {
}
#archive-paper .paper_wrap {
}
#archive-paper .paper {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.6;
}
#archive-paper .paper .author {
}
#archive-paper .paper .author span.cor {
  font-weight: bold;
  font-style: italic;
}
#archive-paper .paper .title {
}
#archive-paper .paper .description {
}
#archive-paper .paper .description span {
  font-style: italic;
}
#archive-paper .paper .description a {
  text-decoration: underline;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #archive-paper .wrapper.col2::after {
    content: "";
    position: absolute;
    top: 50px;
    display: block;
    width: 72px;
    height: 24px;
    background-image: url("../img/subtit_side_pic.png");
    background-size: cover;
  }
}



/* ---------------------------------------------------------
 * #archive-funds
** --------------------------------------------------------- */
#archive-funds {
}
#archive-funds .archive_contents_wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 115px;
  background-image: linear-gradient(to left, #eee 1px, transparent 1px), linear-gradient(to top, #eee 1px, transparent 1px);
  background-position: center, top 50px center;
  background-size: 400px 420px, 100% 650px;
  background-repeat: repeat, repeat;
}
#archive-funds .list_wrapper {
}
#archive-funds .funds_wrap {
}
#archive-funds .funds {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.6;
}
#archive-funds .funds .business {
}
#archive-funds .funds .amount {
}
#archive-funds .funds a {
  text-decoration: underline;
}
#archive-funds .funds .representative {
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #archive-funds .wrapper.col2::after {
    content: "";
    position: absolute;
    top: 50px;
    display: block;
    width: 72px;
    height: 24px;
    background-image: url("../img/subtit_side_pic.png");
    background-size: cover;
  }
}



/* ---------------------------------------------------------
 * #category
** --------------------------------------------------------- */
#category {
}
#category .archive_contents_wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 115px;
  background-image: linear-gradient(to left, #eee 1px, transparent 1px), linear-gradient(to top, #eee 1px, transparent 1px);
  background-position: center, top 50px center;
  background-size: 400px 420px, 100% 650px;
  background-repeat: repeat, repeat;
}
#category .list_wrapper ul {
  margin-top: 15px;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #category .wrapper.col2::after {
    content: "";
    position: absolute;
    top: 50px;
    display: block;
    width: 72px;
    height: 24px;
    background-image: url("../img/subtit_side_pic.png");
    background-size: cover;
  }
}