@charset "UTF-8";
.staff-list { margin-bottom: 16vw; padding-bottom: 8vw; border-bottom: 1px solid var(--red); }
.staff-list:last-child { margin-bottom: 0; border-bottom: none; }
.staff-list img {width: 58%;margin: 0 auto 0 0;}
.staff-list .text {margin-top: -28.5vw;}

.staff-list dl {font-feature-settings: "palt";letter-spacing: .01em;margin: 0 0 10vw 51vw;}
.staff-list dt { font-size: 4vw; font-family: var(--mincho); line-height: 1.4; margin-bottom: 2vw; padding-left: 2px; }
.staff-list dd { font-size: 7.4vw; font-family: var(--mincho); font-optical-sizing: auto; font-weight: 500; letter-spacing: 0.05rem; line-height: 1.2; }
.staff-list .profile span { width: fit-content; margin-bottom: 1vw; padding: 1vw 2vw; color: #fff; text-align: center; display: block; background: var(--red); }
.staff-list dd span.en { margin-bottom: 1vw; font-size: 6vw; display: block; font-family: "Cormorant Garamond"; font-optical-sizing: auto; font-weight: 500; letter-spacing: 0.02rem; opacity: 0.4; }
.staff-list .text p { text-align: justify; }
.staff-list .text p .lead { margin-bottom: 4vw; display: block; font-size: 140%; font-family: var(--mincho); }
.staff-list p.read-en { padding-left: 12vw; margin: 5vw 0 1.5vw; font-size: 5vw; font-family: "Cormorant Garamond"; font-optical-sizing: auto; font-weight: 500; letter-spacing: 0.05rem; position: relative;}
.staff-list p.read-en:before { content: ''; width: 10vw; height: 1px; background: var(--red); position: absolute; top: 50%; left: 0; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.staff-list p.read { margin-bottom: 4vw; font-family: var(--mincho); font-size: 4.6vw; font-weight: 600; line-height: 1.5; }
.staff-list.owner .cert-image { width: 100%; }

/* =============================================
    pc
================================================*/
@media screen and (min-width: 736px) {

.second-text { width: 90%; max-width: 960px; }
.staff-list{ margin-bottom: 100px; padding-bottom: 20px; display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-justify-content: flex-start;-ms-flex-pack: justify;justify-content: flex-start; gap: 0 40px;}
.staff-list:last-child{margin-bottom: 0;}
.staff-list img {width: 240px;height: 100%;}
.staff-list .text {margin-top: 0;width: 70%;}
.staff-list .text.type02,.staff-list .text.type03,.staff-list .text.type04{margin-top: 0;}
.staff-list dl{ margin: 0 0 20px 0; }
.staff-list dt{ margin-bottom: 6px;font-size: 14px;}
.staff-list dd{ font-size: 40px; }
.staff-list dd span { font-size: 16px; display: inline-block; margin-left: 10px; }
.staff-list dd span.en { margin-bottom: 4px; display: inline-block; font-size: 30px; }
.staff-list .profile p { margin-bottom: 10px; }
.staff-list .profile span { margin-bottom: 5px; padding: 2px 8px; }
.staff-list .text p .lead { margin-bottom: 20px; }
.staff-list p.read-en { padding-left: 60px; margin: 22px 0 0; font-size: 18px; letter-spacing: 2px; }
.staff-list p.read-en:before { width: 48px; }
.staff-list p.read { font-size: 18px; margin-bottom: 10px; }
.staff-more { margin: 0; }
.staff-list.owner .cert-image { width: 60%; height: auto; }

}