  @charset "utf-8";

/* ────────────────────── *
 *                                              *
 * ページ共通                                   *
 *                                              *
 * ────────────────────── */

/* 見出し */
#title {
    color: #fff;
    width: 100%;
    height: 50.0rem;
    padding-bottom: 2.0rem;
    box-sizing: border-box;
}
.job-index #title {
    background: url("/saiyou/image/job/index/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-index #title {
    background: url("/saiyou/image/job/person-index/mainvisual.jpg") no-repeat center center / cover;
}
#title .inner {
    text-align: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#title .inner h1 {
    font-size: 4.5rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 2.0rem;
}
#title .inner p.en {
    font-family: "Manrope", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
}

/* コンテンツ枠 */
.contents {
    width: 100%;
}

/* ────────────────────── *
 *                                              *
 * 職種紹介                                     *
 *                                              *
 * ────────────────────── */

.job-index .contents {
    background: #eceef1;
    padding-top: 12.5rem;
}
.contents #job-detail {
    background: #fff;
    width: 108.0rem;
    margin: 0 auto 15.0rem;
}

/* ページネーション */
.contents #job-detail ul.pagination {
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contents #job-detail ul.pagination li {
    width: calc(100% / 2);
}
.contents #job-detail ul.pagination li a {
    display: block;
    padding: 2.5rem;
    position: relative;
}
.contents #job-detail ul.pagination li:nth-child(1) a {
    color: #f02832;
    border: 2px solid #f02832;
}
.contents #job-detail ul.pagination li:nth-child(2) a {
    color: #006ee1;
    border: 2px solid #006ee1;
}
.contents #job-detail ul.pagination li:nth-child(1) a.active {
    color: #fff;
    background: #f02832;
}
.contents #job-detail ul.pagination li:nth-child(2) a.active {
    color: #fff;
    background: #006ee1;
}
.contents #job-detail ul.pagination li a.active::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.contents #job-detail ul.pagination.position-top li a.active::after {
    border-width: 1.0rem 1.5rem 0 1.5rem;
    top: 100%;
}
.contents #job-detail ul.pagination.position-top li:nth-child(1) a.active::after {
    border-color: #f02832 transparent transparent transparent;
}
.contents #job-detail ul.pagination.position-top li:nth-child(2) a.active::after {
    border-color: #006ee1 transparent transparent transparent;
}
.contents #job-detail ul.pagination.position-under li a.active::after {
    border-width: 0 1.5rem 1.0rem 1.5rem;
    bottom: 100%;
}
.contents #job-detail ul.pagination.position-under li:nth-child(1) a.active::after {
    border-color: transparent transparent #f02832 transparent;
}
.contents #job-detail ul.pagination.position-under li:nth-child(2) a.active::after {
    border-color: transparent transparent #006ee1 transparent;
}

/* 内容 */
.contents #job-detail .inner {
    padding: 8.0rem 12.0rem;
}
.contents #job-detail .inner h2 {
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 1.0rem;
}
.contents #job-detail .inner p.en {
    font-family: "Manrope", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 6.0rem;
}
.contents #job-detail .inner .officework p.en {
    color: #f02832;
}
.contents #job-detail .inner .technology p.en {
    color: #006ee1;
}
.contents #job-detail .inner p.txt {
    font-size: 1.4rem;
    line-height: 2.14;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 6.0rem;
}
.contents #job-detail .inner #genre {
    margin: 0 auto 1.5rem;
}
.contents #job-detail .inner #genre table {
    display: none;
}
.contents #job-detail .inner p.notice {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: right;
    margin: 0 auto 12.0rem;
}

.contents #job-detail .inner .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents #job-detail .inner .flex .item {
    width: 45.83333333333333%;
    margin-bottom: 7.0rem;
}
.contents #job-detail .inner .flex .item.full {
    width: 100%;
}
.contents #job-detail .inner .flex .item dl dt {
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 3.0rem;
    margin-bottom: 3.0rem;
    position: relative;
}
.contents #job-detail .inner .flex .item dl dt::after {
    content: "";
    background : -moz-linear-gradient(0% 50% 0deg,rgba(240, 40, 50, 1) 0%,rgba(0, 110, 225, 1) 99.96%);
    background : -webkit-linear-gradient(0deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(240, 40, 50, 1) ),color-stop(0.9996,rgba(0, 110, 225, 1) ));
    background : -o-linear-gradient(0deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    background : -ms-linear-gradient(0deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02832', endColorstr='#006EE1' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02832',endColorstr='#006EE1' , GradientType=1);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contents #job-detail .inner .flex .item dl dd {
    font-size: 1.5rem;
    line-height: 2;
    font-feature-settings: "palt" 1;
    text-align: justify;
}
.contents #job-detail .inner .flex .item.full dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents #job-detail .inner .flex .item.full dl dd .left {
    width: 70.23809523809524%;
}
.contents #job-detail .inner .flex .item.full dl dd .right {
    width: 23.80952380952381%;
}
.contents #job-detail .inner .flex .item p.image {
    margin-top: 4.0rem;
}
.contents #job-detail .inner .flex .item.full dl dd .right p.image {
    margin-top: 1.0rem;
}
.contents #job-detail .inner .flex .item p.division {
    font-size: 1.4rem;
    line-height: 1.78;
    font-weight: 500;
    margin-top: 3.0rem;
}
.contents #job-detail .inner .flex .item p.division em {
    color: #006ee1;
}
.contents #job-detail .inner .flex .item p.division span.listmarker {
    color: #006ee1;
}

/* ────────────────────── *
 *                                              *
 * 社員紹介                                     *
 *                                              *
 * ────────────────────── */

/* 検索 */
.contents #search {
    background: #fff;
    width: 84.0rem;
    padding: 4.0rem;
    margin: -11.0rem auto 12.0rem;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.contents #search::before {
    content: "";
    background : -moz-linear-gradient(0% 50% 0deg,rgba(240, 40, 50, 1) 0%,rgba(0, 110, 225, 1) 99.96%);
    background : -webkit-linear-gradient(0deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(240, 40, 50, 1) ),color-stop(0.9996,rgba(0, 110, 225, 1) ));
    background : -o-linear-gradient(0deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    background : -ms-linear-gradient(0deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02832', endColorstr='#006EE1' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    filter: alpha(opacity=20) progid:DXImageTransform.Microsoft.Alpha(opacity=20) progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02832',endColorstr='#006EE1' , GradientType=1);
    opacity : 0.2;
    width: calc(100% + 1.0rem);
    height: calc(100% + 1.0rem);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.contents #search::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.contents #search dl.parent {
    margin-bottom: 2.0rem;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents #search dl.parent > dt {
    font-size: 1.5rem;
    font-weight: 500;
    background: #c7cdce;
    letter-spacing: 0.05em;
    width: 15.0rem;
    padding: 1.0rem;
    margin-bottom: 2.0rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contents #search dl.parent > dd {
    font-size: 1.6rem;
    width: calc(100% - 15.0rem);
    padding: 1.0rem 0 1.0rem 3.0rem;
    margin-bottom: 2.0rem;
    box-sizing: border-box;
}
.contents #search dl.parent > dd fieldset {
    border: none;
}
.contents #search dl.parent > dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents #search dl.parent > dd ul li input {
    display: none;
}
.contents #search dl.parent > dd ul li {
    position: relative;
    min-width: 10.0rem;
    margin-right: 3.0rem;
}
.contents #search dl.parent > dd ul li:nth-child(4n) {
    margin-right: 0;
}
.contents #search dl.parent > dd ul li input[type=checkbox] + label {
    padding-left: 2.5rem;
    cursor: pointer;
}
.contents #search dl.parent > dd ul li input[type=checkbox] + label:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #72737d;
    position: absolute;
    left: 0;
    box-sizing: border-box;
}
.contents #search dl.parent > dd ul li input[type=checkbox]:checked + label:before {
    background: #f02832;
    border: 1px solid #72737d;
}
.contents #search dl.parent > dd ul li input[type=checkbox]:checked + label:after {
    content: "";
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022%2022%22%20style%3D%22enable-background%3Anew%200%200%2022%2022%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%223.75%2C11.5%208.25%2C16%2018.25%2C6%20%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 0;
}
.contents #search dl.parent > dd dl.child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents #search dl.parent > dd dl.child dt {
    font-weight: 500;
    width: 7.0rem;
    margin-bottom: 1.0rem;
    flex-shrink: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contents #search dl.parent > dd dl.child dt:last-of-type {
    margin-bottom: 0;
}
.contents #search dl.parent > dd dl.child dt.officework {
    color: #f02832;
}
.contents #search dl.parent > dd dl.child dt.technology {
    color: #006ee1;
}
.contents #search dl.parent > dd dl.child dt::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.contents #search dl.parent > dd dl.child dt.officework::after {
    background: #f02832;
}
.contents #search dl.parent > dd dl.child dt.technology::after {
    background: #006ee1;
}
.contents #search dl.parent > dd dl.child dd {
    width: calc(100% - 7.0rem);
    padding: 0.7rem 0 0.7rem 3.0rem;
    margin-bottom: 1.0rem;
    box-sizing: border-box;
}
.contents #search dl.parent > dd dl.child dd:last-of-type {
    margin-bottom: 0;
}
.contents #search dl.parent > dd dl.child dd.officework ul {
    width: 36.0rem;
}
.contents #search dl.parent > dd dl.child dd ul li {
    width: calc(100% / 3);
    margin-right: 0;
    margin-bottom: 1.5rem;
}
.contents #search dl.parent > dd dl.child dd.officework ul li:nth-child(1),
.contents #search dl.parent > dd dl.child dd.officework ul li:nth-child(4) {
    width: 10.0rem;
}
.contents #search dl.parent > dd dl.child dd.officework ul li:nth-child(2),
.contents #search dl.parent > dd dl.child dd.officework ul li:nth-child(5) {
    width: 13.0rem;
}
.contents #search dl.parent > dd dl.child dd.officework ul li:nth-child(3),
.contents #search dl.parent > dd dl.child dd.officework ul li:nth-child(6) {
    width: 13.0rem;
}
.contents #search dl.parent > dd dl.child dd ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.contents #search p {
    text-align: center;
    position: relative;
    z-index: 2;
}
.contents #search p button {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    background: #c7cdce;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 1.2rem;
    appearance: none;
    width: 22.0rem;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 一覧 */
.contents #person-list {
    width: 100%;
    max-width: 114.0rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents #person-list .list {
    width: 28.07017543859649%;
    margin: 0 2.631578947368421% 7.0rem;
}
.contents #person-list .list a {
    display: block;
}
.contents #person-list .list .image {
    margin-bottom: 1.5rem;
    position: relative;
}
.contents #person-list .list .image p {
    overflow: hidden;
}
.contents #person-list .list .image p img {
    transform: scale(1);
    opacity: 1;
    transition: opacity .5s, transform .5s;
}
.contents #person-list .list a:hover .image p img {
    transform: scale(1.1);
    opacity: 0.8;
}
.contents #person-list .list .image dl {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    width: 100%;
    padding: 1.5rem 2.0rem;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contents #person-list .list.officework .image dl {
    background: rgba(240, 40, 50, 0.9);
}
.contents #person-list .list.technology .image dl {
    background: rgba(0, 110, 225, 0.9);
}
.contents #person-list .list .image dl dt {
    padding-right: 2.0rem;
    margin-right: 2.0rem;
    position: relative;
}
.contents #person-list .list .image dl dt::after {
    content: "";
    background: #fff;
    width: 1px;
    height: calc(100% + 1.0rem);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contents #person-list .list dl.name dt {
    font-size: 1.8rem;
    margin-bottom: 1.0rem;
}
.contents #person-list .list dl.name dd {
    font-family: "Manrope", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.15em;
}
.contents #person-list .list.officework dl.name dd {
    color: rgba(240, 40, 50, 0.6);
}
.contents #person-list .list.technology dl.name dd {
    color: rgba(0, 110, 225, 0.6);
}

/* 次のコンテンツ */
.contents #next-contents {
    background: rgb(91,52,66);
    background: -moz-linear-gradient(-225deg, rgba(91,52,66,1) 0%, rgba(43,66,101,1) 100%);
    background: -webkit-linear-gradient(-225deg, rgba(91,52,66,1) 0%, rgba(43,66,101,1) 100%);
    background: linear-gradient(-225deg, rgba(91,52,66,1) 0%, rgba(43,66,101,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b3442",endColorstr="#2b4265",GradientType=1);
    padding: 11.0rem 0;
    position: relative;
}
.contents #next-contents .inner {
    width: 95.96412556053812%;
    max-width: 107.0rem;
    margin: 0 auto;
}
.contents #next-contents .inner h2 {
    font-family: "Manrope", sans-serif;
    font-size: 5.6rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.1);
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto 5.0rem;
}
.contents #next-contents .inner #next-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents #next-contents .inner #next-list .list {
    background: #fff;
    width: 48.5981308411215%;
}
.contents #next-contents .inner #next-list .list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents #next-contents .inner #next-list .list p.image {
    width: 50%;
    overflow: hidden;
}
.contents #next-contents .inner #next-list .list p.image img {
    transform: scale(1);
    opacity: 1;
    transition: opacity .5s, transform .5s;
}
.contents #next-contents .inner #next-list .list a:hover p.image img {
    transform: scale(1.1);
    opacity: 0.8;
}
.contents #next-contents .inner #next-list .list p.cname {
    font-size: 2.2rem;
    line-height: 1.272727272727273;
    width: 50%;
    padding-right: 2.0rem;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .5s;
}
.contents #next-contents .inner #next-list .list a:hover p.cname {
    opacity: 0.8;
}
.contents #next-contents .inner #next-list .list p.cname::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #006de1;
    position: absolute;
    right: 2.0rem;
    top: 50%;
    transform: translateY(-50%);
}

/* プロジェクトへのリンク */
.contents #next-contents .inner #next-list .list.link-project p.cname {
    font-size: 1.6rem;
    line-height: 1.5625;
    padding: 0 2.0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contents #next-contents .inner #next-list .list.link-project p.cname span.en {
    font-family: "Manrope", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 1.0rem;
}

/* 他のインタビュー */
.contents #next-contents.other-interviews .inner {
    width: 93.27354260089686%;
    max-width: 104.0rem;
}
.contents #next-contents.other-interviews .inner #next-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contents #next-contents.other-interviews .inner #next-list .index {
    text-align: center;
    width: 8.0rem;
}
.contents #next-contents.other-interviews .inner #next-list .index a {
    display: inline-block;
    transition: opacity .5s;
}
.contents #next-contents.other-interviews .inner #next-list .index a:hover {
    opacity: 0.8;
}
.contents #next-contents.other-interviews .inner #next-list .index p.image {
    width: 4.0rem;
    margin: 0 auto 1.0rem;
}
.contents #next-contents.other-interviews .inner #next-list .index p.txt {
    font-family: "Manrope", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
}
.contents #next-contents.other-interviews .inner #next-list .list {
    background: rgba(255, 255, 255, 0.9);
    width: 40.38461538461538%;
}
.contents #next-contents.other-interviews .inner #next-list .list p.image {
    width: 40.47619047619048%;
}
.contents #next-contents.other-interviews .inner #next-list .list .data {
    width: 59.52380952380952%;
    transition: opacity .5s;
}
.contents #next-contents.other-interviews .inner #next-list .list a:hover .data {
    opacity: 0.8;
}
.contents #next-contents.other-interviews .inner #next-list .list .data dl.division {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    width: 100%;
    padding: 1.2rem 3.0rem;
    margin-bottom: 3.0rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contents #next-contents.other-interviews .inner #next-list .list.officework .data dl.division {
    background: rgba(240, 40, 50, 0.9);
}
.contents #next-contents.other-interviews .inner #next-list .list.technology .data dl.division {
    background: rgba(0, 110, 225, 0.9);
}
.contents #next-contents.other-interviews .inner #next-list .list .data dl.division dt {
    padding-right: 2.0rem;
    margin-right: 2.0rem;
    position: relative;
}
.contents #next-contents.other-interviews .inner #next-list .list .data dl.division dt::after {
    content: "";
    background: #fff;
    width: 1px;
    height: calc(100% + 0.8rem);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contents #next-contents.other-interviews .inner #next-list .list .data dl.name {
    margin: 0 3.0rem 1.5rem;
}
.contents #next-contents.other-interviews .inner #next-list .list .data dl.name dt {
    font-size: 2.0rem;
    margin-bottom: 1.0rem;
}
.contents #next-contents.other-interviews .inner #next-list .list .data dl.name dd {
    font-family: "Manrope", sans-serif;
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: 0.15em;
}

/* ────────────────────── *
 *                                              *
 * インタビュー                                 *
 *                                              *
 * ────────────────────── */

/* タイトル */
#interview-title {
    color: #fff;
    width: 100%;
    height: 675px;
    padding-bottom: 10.0rem;
    box-sizing: border-box;
}
.job-person-nakayama #interview-title {
    background: url("/saiyou/image/job/person-nakayama/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-yoshioka #interview-title {
    background: url("/saiyou/image/job/person-yoshioka/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-tanaka #interview-title {
    background: url("/saiyou/image/job/person-tanaka/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-adachi #interview-title {
    background: url("/saiyou/image/job/person-adachi/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-miura #interview-title {
    background: url("/saiyou/image/job/person-miura/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-yangkiwook #interview-title {
    background: url("/saiyou/image/job/person-yangkiwook/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-yanglingling #interview-title {
    background: url("/saiyou/image/job/person-yanglingling/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-iwase #interview-title {
    background: url("/saiyou/image/job/person-iwase/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-sato #interview-title {
    background: url("/saiyou/image/job/person-sato/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-tate #interview-title {
    background: url("/saiyou/image/job/person-tate/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-miyamoto #interview-title {
    background: url("/saiyou/image/job/person-miyamoto/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-izumiyama #interview-title {
    background: url("/saiyou/image/job/person-izumiyama/mainvisual.jpg") no-repeat center center / cover;
}
.job-person-sasaki #interview-title {
    background: url("/saiyou/image/job/person-sasaki/mainvisual.jpg") no-repeat center center / cover;
}
#interview-title .inner {
    width: 100%;
    padding-left: 7.067137809187279%;
    height: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#interview-title .inner p.en {
    font-family: "Manrope", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 3.0rem;
}
#interview-title .inner h1 {
    font-size: 4.4rem;
    line-height: 1.431818181818182;
    font-weight: 300;
}

/* 情報 */
.contents #overview {
    margin: 0 auto 12.0rem;
    position: relative;
}
.contents #overview #property {
    background: rgba(255, 255, 255, 0.9);
    width: 35.0rem;
    padding-bottom: 2.5rem;
    position: absolute;
    left: 10.0rem;
    top: -11.0rem;
    z-index: 2;
}
.contents #overview #property dl.division {
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    width: 100%;
    padding: 2.3rem 2.5rem;
    margin-bottom: 2.5rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contents #overview.officework #property dl.division {
    background: rgba(240, 40, 50, 0.9);
}
.contents #overview.technology #property dl.division {
    background: rgba(0, 110, 225, 0.9);
}
.contents #overview #property dl.division dt {
    padding-right: 3.0rem;
    margin-right: 3.0rem;
    position: relative;
}
.contents #overview #property dl.division dt::after {
    content: "";
    background: #fff;
    width: 1px;
    height: calc(100% + 3.0rem);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contents #overview #property dl.name {
    margin: 0 2.5rem 1.5rem;
}
.contents #overview #property dl.name dt {
    font-size: 2.2rem;
    margin-bottom: 1.0rem;
}
.contents #overview #property dl.name dd {
    font-family: "Manrope", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.15em;
}
.contents #overview.officework #property dl.name dd {
    color: rgba(240, 40, 50, 0.6);
}
.contents #overview.technology #property dl.name dd {
    color: rgba(0, 110, 225, 0.6);
}
.contents #overview #property p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0 2.5rem;
}

.contents #overview #career {
    background: #ebecef;
    padding: 6.0rem 6.0rem 6.0rem 28.5rem;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.contents #overview #career::before {
    content: "";
    background: #fff;
    width: 28.5rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.contents #overview #career .inner {
    max-width: 78.5rem;
    padding-left: 28.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contents #overview #career .inner p.en {
    font-family: "Manrope", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    margin-right: 6.0rem;
}
.contents #overview.officework #career .inner p.en {
    color: #f02832;
}
.contents #overview.technology #career .inner p.en {
    color: #006ee1;
}
.contents #overview #career .inner table {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    width: 40.0rem;
}
.contents #overview #career .inner table th {
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    width: 4em;
    padding-bottom: 3.0rem;
    position: relative;
}
.contents #overview #career .inner table th span {
    background: #ebecef;
    display: inline-block;
    padding-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}
.contents #overview #career .inner table th::after {
    content: "";
    width: 1px;
    height: calc(100% - 2.5em);
    position: absolute;
    left: 2.0rem;
    bottom: 1.0rem;
}
.contents #overview.officework #career .inner table th::after {
    background: #f02832;
}
.contents #overview.technology #career .inner table th::after {
    background: #006ee1;
}
.contents #overview #career .inner table td {
    padding-left: 1.0rem;
    padding-bottom: 3.0rem;
    box-sizing: border-box;
}
.contents #overview #career .inner table td span.read {
    font-size: 1.3rem;
    line-height: 1.92;
    font-weight: 300;
    text-align: justify;
    display: block;
    margin-top: 0.5rem;
}
.contents #overview #career .inner table tr:last-of-type th {
    padding-bottom: 0;
}
.contents #overview #career .inner table tr:last-of-type th::after {
    content: none;
}
.contents #overview #career .inner table tr:last-of-type td {
    padding-bottom: 0;
}

/* インタビュー */
.contents .interview .body {
    width: 100%;
    max-width: 141.5rem;
    margin: 0 auto 12.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contents .interview .body.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.contents .interview .body.center {
    background: #fff;
    display: block;
    width: 108.0rem;
    padding: 9.0rem 12.0rem;
    margin: -10.0rem auto 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

/* インタビュー画像 */
.contents .interview .body.forward p.image {
    width: 51.0rem;
    margin-right: 8.0rem;
}
.contents .interview .body.reverse p.image {
    width: 63.0rem;
    margin-left: 8.0rem;
}

/* インタビューテキスト */
.contents .interview .body.forward .txt {
    width: 53.5rem;
}
.contents .interview .body.reverse .txt {
    width: 53.5rem;
}
.contents .interview .body.center .txt {
    width: 100%;
    box-sizing: border-box;
}

.contents .interview .body .txt h2 {
    font-size: 3.0rem;
    line-height: 1.5;
    font-weight: 500;
    font-feature-settings: "palt" 1;
    padding-left: 3.4rem;
    margin-bottom: 4.0rem;
    position: relative;
}
.contents .interview .body .txt h2::before {
    content: "";
    background : -moz-linear-gradient(50% 100% 90deg,rgba(240, 40, 50, 1) 0%,rgba(0, 110, 225, 1) 99.96%);
    background : -webkit-linear-gradient(90deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(240, 40, 50, 1) ),color-stop(0.9996,rgba(0, 110, 225, 1) ));
    background : -o-linear-gradient(90deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    background : -ms-linear-gradient(90deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F02832', endColorstr='#006EE1' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006EE1',endColorstr='#F02832' , GradientType=0);
    width: 0.4rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contents .interview .body .txt p {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: justify;
}
.contents .interview .body .txt p sub {
    font-size: 1.2rem;
    vertical-align: -0.1rem;
}
.contents .interview .body .txt p + h2 {
    margin-top: 10.0rem;
}
.contents .interview p.image-full img {
    width: 100%;
    height: 495px;
    object-fit: cover;
}

/* オフ＆スケジュール */
.contents #personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contents #personal .item {
    width: 50%;
    padding: 4.946996466431095%;
    box-sizing: border-box;
}
.contents #personal .item#off {
    background: #ebecef;
}
.contents #personal .item#schedule {
    color: #fff;
}
.contents #personal .item.officework#schedule {
    background: #f3535b;
}
.contents #personal .item.technology#schedule {
    background: #338be7;
}
.contents #personal .item h3 {
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    padding: 2.5rem;
    margin: 0 auto 6.0rem;
    position: relative;
}
.contents #personal .item#off h3 {
    border: 2px solid #363746;
}
.contents #personal .item#schedule h3 {
    color: #fff;
    border: 2px solid #fff;
}
.contents #personal .item h3::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: -1.2rem;
    transform: translateX(-50%);
}
.contents #personal .item#off h3::before {
    background: #ebecef;
}
.contents #personal .item.officework#schedule h3::before {
    background: #f3535b;
}
.contents #personal .item.technology#schedule h3::before {
    background: #338be7;
}
.contents #personal .item h3::after {
    content: "";
    width: 2px;
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: -2.5rem;
    z-index: 1;
    transform: translateX(-50%);
}
.contents #personal .item#off h3::after {
    background: #363746;
}
.contents #personal .item#schedule h3::after {
    background: #fff;
}

/* オフの過ごし方 */
.contents #personal .item#off p.txt {
    font-size: 1.4rem;
    line-height: 2.142857142857143;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 4.0rem;
}
.contents #personal .item#off p.image {
    width: 100%;
    max-width: 51.0rem;
    margin: 0 auto;
}

/* 一日のスケジュール */
.contents #personal .item#schedule dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents #personal .item#schedule dl dt {
    font-family: "Manrope", sans-serif;
    font-size: 1.8rem;
    line-height: 1.38;
    font-weight: 600;
    text-align: center;
    width: 60px;
    position: relative;
}
.contents #personal .item#schedule dl dt::after {
    content: "";
    width: 1px;
    height: calc(100% - 3.0rem);
    position: absolute;
    left: 50%;
    top: 2.5rem;
}
.contents #personal .item.officework#schedule dl dt::after {
    background: #fcd4d6;
}
.contents #personal .item.technology#schedule dl dt::after {
    background: #cce2f9;
}
.contents #personal .item#schedule dl dt:last-of-type::after {
    content: none;
}
.contents #personal .item#schedule dl dd {
    font-size: 1.5rem;
    line-height: 1.66;
    font-weight: 300;
    font-feature-settings: "palt" 1;
    width: calc(100% - 60px);
    padding-left: 2.0rem;
    margin-bottom: 2.0rem;
    box-sizing: border-box;
}
.contents #personal .item#schedule dl dd:last-of-type {
    margin-bottom: 0;
}
.contents #personal .item#schedule dl dd em {
    font-weight: 700;
    font-style: normal;
}
