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

　base

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

figure {
 line-height: 0;
}

ul li a {
 text-decoration: none;
}

#member-profile .breadcrumb-a {
 background: #e2ebf5;
 padding: 8px 0 17px;
 max-width: none;
}

#member-profile .breadcrumb-a > ol {
 display: flex;
 flex-wrap: wrap;
 max-width: 1200px;
 margin: 0 auto;
}

#member-profile ul.result li {
 position: relative;
 padding-left: 20px;
}

#member-profile ul.result li::before {
 position: absolute;
 content: "●";
 color: #f9c900;
 top: 3px;
 left: 0;
 font-size: 1.2rem;
}

#member-profile ul.result li a {
 color: #0078d4;
 text-decoration: none;
}

#member-profile ul.result li a:hover {
 color: #015a9e;
 text-decoration:underline;
}

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

　base

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

#member-profile .profile-top {
 background-color: #f5f8fa;
}

#member-profile .profile-top .section-inner {
 display: grid;
 grid-template-columns: 25.5rem 1fr;
 grid-template-rows: 12.5rem 1fr;
 gap: 40px;
 padding: 64px 16px;
}

@media screen and (max-width: 639px) {
 #member-profile .profile-top .section-inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 40px 16px;
}
}

#member-profile .profile-top .section-inner figure {
 grid-row: span 2 / span 2;
}

#member-profile .profile-top .section-inner .description {
 grid-column-start: 2;
}

#member-profile .profile-top .profile-text {
 display: flex;
 flex-direction: column;
 row-gap: 10px;
}

#member-profile .profile-top .profile-text .name {
 display: flex;
 flex-wrap: wrap;
 align-items: flex-end;
 gap: 20px;
}

#member-profile .profile-top .profile-text .name > p {
 position: relative;
 color: #798680;
 font-size: 1.4rem;
 line-height: 2.8;
 padding-left: 7px;
}

#member-profile .profile-top .profile-text .name > p::before {
 position: absolute;
 content: "（";
 color: #798680;
 left: 0;
}

#member-profile .profile-top .profile-text .name > p::after {
 position: absolute;
 content: "）";
 color: #798680;
}

#member-profile .profile-top .profile-text .title > p {
 font-weight: bold;
 margin-top: 0;
}

#member-profile .profile-top .profile-text ul {
 display: flex;
 flex-direction: row;
 column-gap: 10px;
 flex-wrap: wrap;
}

#member-profile .profile-top .profile-text ul li a {
 text-decoration: none;
 font-size: 1.4rem;
 padding: 5px;
 border: 1px solid #3393dd;
 border-radius: 8px;
}

#member-profile .profile-top .profile-text ul li a:hover {
 color: #fff;
 background: #368fd5;
}

#member-profile .section-profile-sub .section-inner {
 padding: 48px 16px;
}

@media screen and (max-width: 759px) {
 #member-profile .profile-top .section-inner .description {
  grid-column: span 2 / span 2;
  grid-column-start: 0;
 }
}

#member-profile .section-profile-sub h2 {
 position: relative;
 padding-left: 1.8rem;
 font-size: 2.8rem;
 margin: 2em 0 1em;
}

#member-profile .section-profile-sub h2:first-child {
 margin-top: 0;
}

#member-profile .section-profile-sub h2::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0.1em;
 width: 6px;
 height: calc(100% - 0.2em);
 border-radius: 10px;
 background: linear-gradient(90deg, #3393DD 0%, #0078D4 90%, #0078D4 100%);
}

@media screen and (max-width: 639px) {
 #member-profile .profile-top h1 {
  font-size: 2.3rem;
 }

 #member-profile .section-profile-sub h2 {
  font-size: 2.5rem;
 }
}

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

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

#member-profile .lyt-list > li a {
 display: flex;
 flex-direction: column;
 row-gap: 10px;
 text-decoration: none;
 color: #333;
 transition: 0.3s;
 height: 100%;
 background-color: #fff;
 overflow: hidden;
 border: solid 1px #e6eaed;
 /*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);*/
}

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

@media screen and (max-width: 639px) {
 #member-profile  ul.lyt-list {
   display: block;
   margin: 48px 0 0;
 }

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

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

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

#member-profile .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-profile .lyt-list li a figure img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: 0.3s ease;
 object-position: 0 -40px;
}

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

#member-profile .section-profile-sub .lyt-list li a {
 display: flex;
 flex-direction: column;
 row-gap: 10px;
 text-decoration: none;
 color: #333;
 padding: 16px;
 transition: 0.3s;
 height: 100%;
 background-color: #fff;
 overflow: hidden;
 border: solid 1px #e6eaed;
 /*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);*/
}

#member-profile .section-profile-sub .lyt-list li a:hover {
 background-color: #e1ecff;
}

#member-profile .section-profile-sub .lyt-list li a figure {
 margin: 0;
 width: 100%;
}

#member-profile .section-profile-sub .lyt-list li a figure img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center;
}

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

#member-profile .section-profile-sub .lyt-list .time {
 font-size: 1.4rem;
 color: #798680;
}

#member-profile .section-profile-sub .lyt-list h3.title {
 font-size: 1.6rem;
 margin-top: 0.5rem;
}

#member-profile .section-profile-sub .case .label {
 display: inline-block;
 padding: 0 1em;
 font-size: 12px;
 font-size: 1.2rem;
 border-radius: 50px;
 color: #0078D4;
 border: 1px solid #0078D4;
 background-color: #fff;
}

#member-profile .section-profile-sub .case .outline {
 margin-top: 16px;
 padding: 16px;
 background-color: #f3faff;
}

#member-profile .section-profile-sub .case dl {
 margin-top: 10px;
 display: grid;
 grid-template-columns: 10rem 1fr;
 gap: 8px;
}

#member-profile .section-profile-sub .case dl dt {
 text-align: center;
 font-size: 1.4rem;
 background: #3393dd;
 color: #fff;
 padding-top: 2px;
}

#partner-new .section-case-study ul li dl dd {
 width: calc(100% - 130px);
 background: #f5f7fa;
 padding: 0 15px;
 transition: 0.3s;
 font-size: 1.4rem;
}

#partner-new .section-case-study ul li a:hover dl dd {
 background: #fff;
 transition: 0.3s;
}

#member-profile .section-profile-sub .link-more-text {
 display: flex;
 flex-direction: column;
 align-items: flex-end;
 row-gap: 15px;
 margin-left: auto;
}

#member-profile .section-profile-sub .link-more-text a {
 width: fit-content;
 color: #0078D4;
 text-decoration: none;
 display: inline-block;
 border: 1px solid #0078D4;
 border-radius: 30px;
 padding: 5px 25px;
 max-width: 100%;
 text-align: center;
 transition: 0.3s;
 margin-top: 50px;
}

#member-profile .section-profile-sub .link-more-text a:hover {
 color: #fff;
 background: #0078D4;
}

#member-profile .section-profile-sub .section h3 {
 font-size: 2rem;
 margin: 2em 0 1em;
}

@media screen and (max-width: 639px) {
 #member-profile .profile-top .section-inner figure {
  margin: 0;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 18 / 13;
  margin-bottom: 10px;
  line-height: 0;
 }

 #member-profile .profile-top .section-inner figure img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: 0.3s ease;
 object-position: 0 -50px;
 }

 #member-profile .profile-top .profile-text {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
 }

 #member-profile .profile-top .profile-text .name > p {
 line-height: 1.75;
 }
 #member-profile .profile-top .profile-text .name {
 display: block;
 align-items: normal;
 }
}
