/* ------------------------------
 人を知る Top
------------------------------ */
.personBox + .personBox {
    margin-top: 95px;
}
.personBox,
.personBox a {
    display: flex;
    align-items: center;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.personBox {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.personBox a {
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* ナンバリング */
.p-num {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 27px;
    z-index: 1;
}
.p-num span {
    font-size: 6rem;
    display: block;
    letter-spacing: -.05em;
}

/* 写真 */
/* プロフィール */
.personBox .textBox {
    padding: 25px 45px;
}
.personBox .textBox h2 {
    font-size: 3.0rem;
    line-height: 1.4;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.personBox .textBox h2::after {
   display: none;
}
/* 名前 */
.textBox .name {
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: bold;
}
.textBox .name span {
    font-size: 1.7rem;
    font-weight: normal;
}
.textBox .name + .btn {
    margin-top: 25px;
}
/* 上書きCSS */
.personBox .btn {
    font-size: 1.6rem;
}
/* --------------------
 PC用限定CSS
--------------------- */
@media print, screen and (min-width: 768px) {
    .personBox .imgBox img {
        opacity: 1;
    }
    .personBox a:hover {
       opacity: .7;
    }
    /* ナンバリング */
    .order2 .p-num {
        left: auto;
        right: 27px;
    }
    /* 写真 */
    .personBox .imgBox {
        width: 680px;
    }
    /* プロフィール */
    .personBox .textBox {
        width: 460px;
    }
}
/* ----------------------
 スマホ用コード
---------------------- */
@media screen and (max-width: 767px) {
    .personBox + .personBox {
        margin-top: 40px;
    }
    .personBox,
    .personBox a {
        flex-flow: column;
    }
    
    /* ナンバリング */
    .p-num {
        font-size: 1.3rem;
        top: 15px;
        left: 20px;
    }
    .p-num span {
        font-size: 4.8rem;
    }
    
    /* プロフィール */
    .personBox .textBox {
        width: 100%;
        padding: 25px 30px;
    }
    .personBox .textBox h2 {
        font-size: 2.6rem;
    }
    /* 名前 */
    .textBox .name {
       font-size: 2.3rem;
    }
    .textBox .name + .btn {
        margin-top: 15px;
    }
}


/* ------------------------------
 下層
------------------------------ */
.contents {
    padding-bottom: 0;
}
.contents > * {
    position: relative;
    z-index: 1;
}
/* ---- メイン画像 ---- */
.mainImg {
    position: relative;
}
.mainImg img {
    width: 100%;
}
/* ナンバリング */
.mainImg .p-num {
    font-size: 2rem;
    color: #f8b500;
    top: -62px;
    left: 55px;
}
.mainImg .p-num span {
    font-size: 7.5rem;
}
.mainImg .textBox h1 {
   font-size: 3.6rem;
   font-weight: bold;
   line-height: 1.4;
   margin-bottom: 30px;
}
/* ---- 背景に入る名前 ---- */
.backName {
    font-family: 'Inter', sans-serif;
    font-size: 16rem;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1;
    color: #e7e7e7;
    text-align: left;
    writing-mode: vertical-rl;
    position: absolute;
    top: 70px;
    left: calc(50% + 460px);
    z-index: 0;
}
/* ---- 経歴 ---- */
.careerBlock {
    padding-left: 30px;
    border-left: solid 1px #333;
    margin-bottom: 80px;
}
.careerBlock .title {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #9a9d9e;
    margin-bottom: 10px;
}
.careerBlock table {
    line-height: 2;
 }
.careerBlock table th {
   width: 185px;
}

/* ---- 画像テキスト横並び ---- */
.sideBox .textInner {
    text-align: left;
}
.lineT-title h2 {
    font-size: 3rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 30px;
    /* 打消しCSS↓ */
    padding-bottom: 0;
}
.lineT-title h2::after {
    display: none;
}
.lineT-title h2 small {
    font-size: 1.8rem;
    color: #333;
    text-align: left;
    display: block;
    margin-bottom: 20px;
}
.lineT-title h2 small::after {
    content: "";
    width: 28px;
    height: 4px;
    display: block;
    margin-top: 10px;
    background-color: #f8b500;
}
/* 縮小させないワイドな画像 */
.notS {
    text-align: center;
}
.notS img {
    max-width: 1920px;
    height: 700px;
    object-fit: cover;
}

/* ---- その他の社員を知る ---- */
.otherBlock {
    padding-bottom: 90px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(243,243,241,1) 50%);
}
.otherBlock .slide-media {
    position: relative;
}
/* ナンバリング */
.otherBlock .slide-media .p-num {
    font-size: 1.1rem;
    top: 10px;
    left: 12px;
}
.otherBlock .slide-media .p-num span {
    font-size: 3.7rem;
}
/*splide*/
.otherBlock .splide {
    margin-bottom: 30px;
}
.splide__arrows {
    text-align: right;
    margin-right: 6%;
}
.splide__arrow {
    width: 40px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
.splide__arrow::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    margin: auto;
}
.splide__arrow.splide__arrow--prev::before {
    border-left: 2px solid #333;
    transform: rotate(-45deg);
}
.splide__arrow.splide__arrow--next::before {
    border-right: 2px solid #333;
    transform: rotate(45deg);
}
.otherBlock .splide__pagination {
    gap: 0 12px;
    margin-top: 15px;
}
.splide__pagination li .splide__pagination__page {
    width: 10px;
    height: 10px;
    background-color: #e7e7e7;
    border-radius: 100%;
    cursor: pointer;
}
.splide__pagination li .splide__pagination__page.is-active {
    background-color: #f9d826;
}
/* --------------------
 PC用限定CSS
--------------------- */
@media print, screen and (min-width: 768px) {
    /* ---- メイン画像 ---- */
    .mainImg {
        margin-top: 120px;
    }
    .mainImg .textBox {
        min-width: 460px;
        text-align: left;
        padding: 55px 50px;
        border-radius: 15px;
        background-color: #fff;
        position: absolute;
        bottom: 10%;
        right: calc(50% + 130px);
        z-index: 1;
    }
    /* ---- メイン画像 PERSON02 ---- */
    .mainImg.person02 .textBox {
        width: 570px;
        right: 50%;
    }

   /* ---- 画像テキスト横並び ---- */
    .sideBox .imgBox {
        align-items: flex-start;
    }
    .sideBox .imgBox:not(.order2) {
        padding-right: 40px;
    }
    .sideBox .imgBox.order2 {
        padding-left: 40px;
    }
    .sideBox .order1 .textInner {
        margin-right: 40px;
    }
    .sideBox *:not(.order1) .textInner {
        margin-left: 40px;
    }
    .sideBox .textInner {
        width: 529px;
    }
    .sideBox .order1 {
        display: flex;
        justify-content: flex-end;
    }
   .sideBox .imgBox img {
        max-width: 920px;
        min-width: 920px;
   }
   .sideBox .imgBox:not(.order2) {
        display: flex;
        justify-content: flex-end;
    }
    .sideBox .imgBox:not(.order2) img {
        border-radius: 0 15px 15px 0;
    }
    .sideBox .imgBox.order2 img {
        border-radius: 15px 0 0 15px;
    }
    /* ---- その他の社員を知る ---- */
    .otherBlock .inBlock {
        margin-bottom: 50px !important;
    }
    .otherBlock .inBlock h2 {
        margin-bottom: 0;
    }
    .otherBlock .splide {
        margin-bottom: 40px !important;
    }

    .otherBlock .splide__slide .imgBox img {
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(0,0,0,.15);
        width: 300px;
     }
}
/* ----------------------
 スマホ用コード
---------------------- */
@media screen and (max-width: 767px) {
    /* ---- メイン画像 ---- */
    .mainImg {
        margin-top: 60px;
    }
    .mainImg .textBox {
        padding: 30px 8% 0;
        text-align: left;
        position: relative;
    }
    .mainImg .textBox .name {
        font-size: 2.4rem;
     }
    /* ナンバリング */
    .mainImg .p-num {
        font-size: 1.3rem;
        top: -40px;
        left: 8%;
    }
    .mainImg .p-num span {
        font-size: 4.8rem;
    }
    .mainImg .textBox h1 {
        font-size: 2.9rem;
        margin-bottom: 15px;
    }
    /* ---- 背景に入る名前 ---- */
    .backName {
        font-size: 8rem;
        top: 50px;
        left: auto;
        right: 0;
    }
    /* ---- 経歴 ---- */
    .careerBlock {
        padding-left: 15px;
        margin-bottom: 70px;
    }
    .careerBlock table {
        line-height: 1.5;
    }
    .careerBlock table th {
        width: 140px;
    }
    .careerBlock table th,
    .careerBlock table td {
        padding: 3px 0;
    }
    /* ---- 画像テキスト横並び ---- */
    .sideBox .imgBox {
        margin-bottom: 30px;
    }
    .sideBox .textInner {
        padding-left: 8%;
        padding-right: 8%;
    }
    .lineT-title h2 {
        font-size: 2.3rem;
        margin-bottom: 20px;
    }
    /* 縮小させないワイドな画像 */
    .notS img {
        height: auto;
        min-height: 218px;
    }

    /* ---- その他の社員を知る ---- */
    .otherBlock {
        padding-bottom: 90px;
    }
    .otherBlock .inBlock,
    .otherBlock .inBlock h2 {
        margin-bottom: 0 !important;
    }
    /* ナンバリング */
    .otherBlock .slide-media .p-num {
        font-size: 1.3rem;
        top: 15px;
        left: 7%;
    }
    .otherBlock .slide-media .p-num span {
        font-size: 5.1rem;
    }
    
}