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



/*PC*/
@media print, screen and (min-width: 768px) {
.hed_wrap .company_name{
font-size: 0.7rem;
font-weight: 200;
width: 100%;
letter-spacing: 0.1em;
color: #157cd8;
}

#specialist{
margin: 0 6rem;
}

#specialist .section_wrap{
margin: 0 auto 160px;
position: relative;
}


#specialist .contents_tit{
width: 100%;
font-size: .8rem;
font-weight: 200;
line-height: 1;
margin: 0 auto 20px;
}

#specialist .specialist_list{
display: flex;
flex-wrap: wrap;
}

#specialist .specialist_list li{
position: relative;
width: 29.8%;
margin-right:5.3%;
margin-bottom: 80px;
background-color: rgba(255,255,255,.6);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px)
}

#specialist .specialist_list li:nth-child(3n){
margin-right: 0;
}

#specialist .specialist_list li .thumbnail{
position: relative;
width: 100%;
height: 0;
padding-top: 135.52%;
}

#specialist .specialist_list li .thumbnail .ruby{
position: absolute;
top: 20px;
bottom: 0;
left: -0.5em;
z-index: 1;
font-size: 1.8rem;
line-height: 1;
color: #1c2a39;
letter-spacing:.05em;
writing-mode: vertical-rl;
font-family: 'Oswald', sans-serif;
font-weight: 200;
}

#specialist .specialist_list li .thumbnail .image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

#specialist .specialist_list li .thumbnail .image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#specialist .specialist_list li .meta{
position: relative;
display: flex;
justify-content: space-between;
padding:25px 15px;
box-sizing: border-box;
}

#specialist .specialist_list li .meta .name{
font-size: 1.2rem;
font-weight: 200;
line-height: 1;
}

#specialist .specialist_list li .meta .title{
font-size: .8rem;
line-height: 1;
color: rgba(0,0,0,.7);
letter-spacing: 0;
}

#specialist .specialist_list li .profile_wrap{
width: 90%;
margin: 0 auto;
position: relative;
}

#specialist .specialist_list li .profile_tit{
font-size: .7rem;
font-weight: 100;
font-family: 'Oswald', sans-serif;
line-height: 1;
box-sizing: border-box;
margin:0 auto 10px;
border-bottom: 1px solid #999;
padding-bottom: 5px;
box-sizing: border-box;
color: #333;
}

#specialist .specialist_list li .profile_wrap .profile_dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 20px;
font-size: .7rem;
line-height: 1.8;
}

#specialist .specialist_list li .profile_wrap .profile_dl dt{
width:18%;
position: relative;
}

#specialist .specialist_list li .profile_wrap .profile_dl dd{
width: 81%;
position: relative;
}

#specialist .specialist_list li .profile_txt{
font-size: .7rem;
line-height: 1.8;
margin-bottom: 20px;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
.hed_wrap .company_name{
font-size: 0.6rem;
font-weight: 200;
width: 100%;
letter-spacing: 0.05em;
color: #157cd8;
}

#specialist{
}

#specialist .section_wrap{
margin: 0 auto 80px;
}

#specialist .specialist_list{
width: 88%;
margin: 0 auto;
}

#specialist .specialist_list li{
position: relative;
width: 100%;
margin-bottom: 30px;
background-color: rgba(255,255,255,.6);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
padding: 0 0 20px;
box-sizing: border-box;
}

#specialist .specialist_list li:nth-child(3n){
margin-right: 0;
}

#specialist .specialist_list li .thumbnail{
position: relative;
width: 100%;
height: 0;
padding-top: 135.52%;
}

#specialist .specialist_list li .thumbnail .ruby{
position: absolute;
top: 20px;
bottom: 0;
left: -0.5em;
z-index: 1;
font-size: 1.2rem;
line-height: 1;
color: #1c2a39;
letter-spacing:.05em;
writing-mode: vertical-rl;
font-family: 'Oswald', sans-serif;
font-weight: 200;
}

#specialist .specialist_list li .thumbnail .image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

#specialist .specialist_list li .thumbnail .image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#specialist .specialist_list li .meta{
position: relative;
padding:15px 10px;
box-sizing: border-box;
}

#specialist .specialist_list li .meta .name{
font-size: 1rem;
font-weight: 200;
line-height: 1;
margin: 0 0 10px;
}

#specialist .specialist_list li .meta .title{
font-size: .7rem;
line-height: 1;
color: rgba(0,0,0,.7);
letter-spacing: 0;
}

#specialist .specialist_list li .profile_wrap{
width: 90%;
margin: 0 auto;
position: relative;
}

#specialist .specialist_list li .profile_tit{
font-size: .7rem;
font-weight: 100;
font-family: 'Oswald', sans-serif;
line-height: 1;
box-sizing: border-box;
margin:0 auto 10px;
border-bottom: 1px solid #999;
padding-bottom: 5px;
box-sizing: border-box;
color: #333;
}

#specialist .specialist_list li .profile_wrap .profile_dl{
margin: 0 auto 20px;
font-size: .6rem;
line-height: 1.6;
}

#specialist .specialist_list li .profile_wrap .profile_dl dt{
width:100%;
position: relative;
}

#specialist .specialist_list li .profile_wrap .profile_dl dd{
width: 100%;
position: relative;
margin: 0 0 6px
}

#specialist .specialist_list li .profile_txt{
font-size: .6rem;
line-height: 1.6;
margin-bottom: 20px;
}

}