.profile-cards{
position: relative;
}
.profile-card{
display: flex;
flex-direction: column;
height: 100% !important;
}
.profile-card{
width: calc(100% - 0.5rem);
}
.profile-img{
aspect-ratio: 1 / 1;
}
.profile-img img{
width: 100%;
height: 120%;
object-fit: cover;
object-position: top;
background: #f7f7f7;
}
.profile-data{
padding: 1.8rem 8% 2rem;
background-color: var(--black);
color: var(--white);
height: 100%;
display: flex;
flex-direction: column;
gap: 1rem;
}
.profile-data img{
height: 2rem;
filter: invert(100%) sepia(7%) saturate(0%) hue-rotate(213deg) brightness(117%) contrast(100%);
}
.profile-position {
line-height: 1.4;
font-size: clamp(1.2rem, 3vw, 1.3rem);
}
.profile-name-ja{
font-size: clamp(1.5rem, 4vw, 2rem);
font-weight: bold;
line-height: 1.4;
}
.profile-name-en{
font-size: clamp(1.2rem,4vw,1.3rem);
color: var(--green);
text-transform: capitalize;
}
.profile-detail{
font-size: clamp(1.2rem, 3vw, 1.3rem);
}
.profile-sns-items{
margin-top: 1.2rem;
display: flex;
flex-wrap: wrap;
gap: 1.6rem;
padding-top: 1rem;
}
.profile-sns-item img {
height: 2rem;
}
.slick-track {
display: flex;
gap: 0.5rem;
}
.slick-slide {
height: auto !important;
}
.slide-arrow {
bottom: 0;
cursor: pointer;
margin: auto;
position: absolute;
top: 0;
width: 50px;
background: #ffffff99;
border-radius: 100px;
}
.prev-arrow {
left: -8%;
}
.next-arrow {
right: -8%;
}
.arrow-container{
width: 100%;
height: 100%;
margin-inline: auto;
display: block;
right: 0;
left: 0;
top: 0;
}
@media screen and (max-width: 768px) {
.arrow-container-wrap{
width: 100%;
}
}
.slick-next, .slick-prev{
display: none !important;
}
.slick-slider{
position: ;
}
.slick-slider .slick-list {
margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
.slick-dotted.slick-slider{
margin-bottom: 6rem;
}
}
.slick-dots{
position: initial;
bottom: -40px;
line-height: 1;
}
.slick-dots li{
width: 10px;
height: 10px;
margin: 0 3px;
}
.slick-dots li button:before{
font-size: 8px;
}
@media screen and (max-width: 1088px) {
.prev-arrow {
left:0;
}
.next-arrow {
right:0;
}
}
@media screen and (max-width: 768px) {
.arrow-container{
display: flex;
justify-content: center;
gap: 3rem;
align-items: center;
}
.slide-arrow{
margin: initial;
position: initial;
}
.slick-dots {
width: 100%;
margin: 0 auto;
right: 0;
left: 0;
}
}