@charset "UTF-8";
/*----------------------------------------------------------

　base

----------------------------------------------------------*/

#member-list figure {
 line-height: 0;
}

/*#member-list ul li a {
 text-decoration: none;
}*/

/*----------------------------------------------------------

　member-list

----------------------------------------------------------*/

#member-list {
  visibility: hidden;
}

#member-list.is-ready {
  visibility: visible;
}

#member-list .container-case-a {
 background-color: #fff;
}

#member-list .section-search {
 /*background-color: #fff;*/
 margin-top: 80px;
 padding: 25px;
 border-radius: 10px;
}

#member-list .is-hide {
 display: none;
}

#member-list .search-list {
 display: flex;
 column-gap: 15px;
 flex-wrap: wrap;
 margin-top: 5px;
 border-bottom: 1px solid #76b8eb;
 padding-bottom: 10px;
 margin: auto;
}

#member-list .search-list:last-child {
 border-bottom: none;
 padding-bottom: 0px;
}

#member-list label { 
 display: block;
 margin: 5px;
 text-align: center;
 padding: 10px;
 border: 2px solid #3393dd;
 transition: 0.3s ease;
 border-radius: 8px;
 cursor: pointer;
 width: 23%;
}

#member-list label:hover {
 background-color: #368fd5;
 color: #fff;
 transition: 0.3s ease;
}

#member-list input { 
  display: none;
 } 

#member-list label:has(:checked) {
 background-color: #368fd5;
 color: #fff;
}

#member-list .search-box_label {
 font-weight: bold;
 margin-top: 10px;
 font-size: 16px;
}

#member-list ul.lyt-list {
display: grid;
 grid-template-columns: repeat(3, 1fr);
 column-gap: 40px;
 row-gap: 50px;
 margin: auto;
}

#member-list .lyt-list > li {
 width: 100%;
 background: #fff;
}

#member-list .lyt-list > li a {
 display: flex;
 flex-direction: column;
 row-gap: 10px;
 text-decoration: none;
 color: #333;
 transition: 0.3s ease;
 height: 100%;
 background-color: #fff;
 overflow: hidden;
 border: solid 1px #e6eaed;
}

#member-list .lyt-list li a:hover {
 box-shadow: 0 2px 24px 8px rgba(54, 130, 217, 0.08), 0 2px 8px rgba(54, 130, 217, 0.1), 0 1px 8px 0 rgba(54, 130, 217, 0.1);
 transition: 0.3s ease;
}

/*#member-list .lyt-list li a:hover .image::after {
 background-color: rgba(0, 114, 188, 0);
}*/

#member-list .lyt-list li a figure {
 margin: 0;
 width: 100%;
 overflow: hidden;
 aspect-ratio: 18 / 13;
 margin-bottom: 10px;
 line-height: 0;
}

#member-list .lyt-list li a .image {
 position: relative;
 display: inline-block;
}

#member-list .lyt-list li a .image::after {
 content: "";
 position: absolute;
 top: 0; 
 left: 0;
 width: 100%; 
 height: 100%;
 /*background-color: rgba(0, 114, 188, 0.2);*/
}

#member-list .lyt-list li a figure img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: 0.3s ease;
 object-position: 0 -40px;
}

#member-list .lyt-list li a:hover figure img {
 transform: scale(1.1);
 transition: 0.3s ease;
}

#member-list .lyt-list > li a .content {
 padding: 0 24px 24px 24px;
}

#member-list .lyt-list > li a .content .name {
 color: #015a9e;
 font-weight: bold;
 font-size: 1.8rem;
 margin-top: 10px;
}

#member-list .lyt-list > li a .content .title {
 color: #303336;
 font-size: 1.6rem; 
 margin-top: 10px;
}

#member-list .lyt-list > li a .content .excerpt {
 margin-top: 16px;
 font-size: 1.4rem;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2; 
 overflow: hidden;
}

#member-list .lyt-list > li a .link-more-text {
 position: relative;
 color: #3393dd;
 text-align: right;
 border-radius: 8px;
 padding: 10px 50px 10px 10px;
}

#member-list .lyt-list > li a .link-more-text::before,
#member-list .lyt-list > li a .link-more-text::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 24px;
  width: 16px;
  height: 2px;
  border-radius: 9999px;
  background-color: #3393dd;
  transform-origin: calc(100% - 1px) 50%;
}

#member-list .lyt-list > li a .link-more-text::before {
  transform: rotate(45deg);
}

#member-list .lyt-list > li a .link-more-text::after {
  transform: rotate(-45deg);
}

/*#member-list .lyt-list > li a:hover {
 box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}*/


@media screen and (max-width: 959px) {
 #member-list ul.lyt-list {
 grid-template-columns: repeat(2, 1fr);
 }
}

@media screen and (max-width: 639px) {
 #member-list .section-search {
  margin-top: 20px;
 }

 #member-list ul.lyt-list {
   display: block;
   margin: 48px 0 0;
 }

 #member-list label {
  width: auto;
 }

 #member-list .lyt-archive-wrap {
  padding: 0 10px;
 }

 #member-list .lyt-list > li {
   width: auto;
   margin: 16px 0 0;
 }
}
