  @charset "utf-8";

/* ────────────────────── *
 *                                              *
 * タイトル                                     *
 *                                              *
 * ────────────────────── */

#title {
    color: #fff;
    width: 100%;
    height: 55.0rem;
    box-sizing: border-box;
}
#project-title {
    color: #fff;
    width: 100%;
    height: 67.5rem;
    max-height: 675px;
    box-sizing: border-box;
    position: relative;
}
.career-training #title {
    background: url("/saiyou/image/career/training/mainvisual.jpg") no-repeat center center / cover;
}
.career-talk-01 #project-title {
    background: url("/saiyou/image/career/talk-01/mainvisual.jpg") no-repeat center center / cover;
}
.career-talk-02 #project-title {
    background: url("/saiyou/image/career/talk-02/mainvisual.jpg") no-repeat center center / cover;
}
.career-talk-03 #project-title {
    background: url("/saiyou/image/career/talk-03/mainvisual.jpg") no-repeat center center / cover;
}
.career-overseas #title {
    background: url("/saiyou/image/career/overseas/mainvisual.jpg") no-repeat center center / cover;
}
#title .inner {
    text-align: center;
    width: 100%;
    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: 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;
}

#project-title p.subtitle {
    position: absolute;
    left: 0;
    top: 0;
}
#project-title p.subtitle img {
    width: auto;
    height: 9.0rem;
}
#project-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;
}
#project-title .inner p.en {
    font-family: "Manrope", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 3.0rem;
}
#project-title .inner h1 {
    font-size: 4.4rem;
    line-height: 1.431818181818182;
    font-weight: 300;
    margin-bottom: 6.0rem;
}
#project-title .inner p.position {
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    width: 19.0rem;
    padding: 0.6rem;
    box-sizing: border-box;
}
#project-title .inner p.position.officework {
    background: rgba(240, 40, 50, 0.9);
}
#project-title .inner p.position.technology {
    background: rgba(0, 110, 225, 0.9);
}
#project-title .inner dl.profile {
    color: #363746;
    background: #fff;
    padding: 1.5rem 1.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#project-title .inner dl.profile dt {
    font-size: 1.8rem;
    font-weight: 500;
    margin-right: 1.5rem;
}
#project-title .inner dl.profile dd {
    font-size: 1.3rem;
}
/* コンテンツ枠 */
.contents {
    background: #ebecef;
    width: 100%;
}

/* ────────────────────── *
 *                                              *
 * 他のプロジェクト                             *
 *                                              *
 * ────────────────────── */

.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.0rem;
    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.three .inner #next-list .list p.cname {
    width: 55.88235294117647%;
}
.contents #next-contents .inner #next-list .list p.cname span.small {
    font-size: 1.6rem;
}
.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 p.mname {
    font-size: 1.3rem;
    line-height: 1.538461538461538;
    width: 50%;
    padding: 0 2.0rem;
    box-sizing: border-box;
    position: relative;
    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;
    transition: opacity .5s;
}
.contents #next-contents .inner #next-list .list a:hover p.mname {
    opacity: 0.8;
}
.contents #next-contents .inner #next-list .list p.mname::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 p.mname span.en {
    font-family: "Manrope", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}
.contents #next-contents .inner #next-list .list p.mname span.name {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    margin-bottom: 0.5rem;
}

/* ────────────────────── *
 *                                              *
 * 人材育成?研修制度                           *
 *                                              *
 * ────────────────────── */

.career-training .contents {
    background: #fff;
}
.career-training .contents #intro {
    background: #ebedf0;
}
.career-training .contents #intro .inner {
    background: #fff;
    text-align: center;
    width: 108.0rem;
    padding: 10.0rem;
    margin: 0 auto;
    border: 1px solid #d7d7da;
    box-sizing: border-box;
    position: relative;
    top: -10.0rem;
}
.career-training .contents #intro .inner h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4.0rem;
}
.career-training .contents #intro .inner h2 span {
    background: #006ee1;
    display: inline-block;
    padding: 1.0rem 0;
}
.career-training .contents #intro .inner h2 span:first-of-type {
    padding-left: 1.0rem;
}
.career-training .contents #intro .inner h2 span:last-of-type {
    padding-right: 1.0rem;
}
.career-training .contents #intro .inner p {
    font-size: 1.7rem;
    line-height: 2.23;
    text-align: left;
}
.career-training .contents p.image-full img {
    width: 100%;
}
.career-training .contents .training {
    background: #fff;
    width: 108.0rem;
    padding: 8.0rem 6.0rem;
    margin: 0 auto;
    position: relative;
    top: -10.0rem;
    box-sizing: border-box;
}
.career-training .contents .training h2 {
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.5rem;
}
.career-training .contents .training h3 {
    font-size: 1.6rem;
    line-height: 1.3125;
    font-weight: 700;
    border: 1px solid rgba(240, 40, 50, 1);
    border-image: linear-gradient(135deg, rgba(240, 40, 50, 1) 0%, rgba(0, 110, 225, 1) 99.96%);
    border-image-slice: 1;
    text-align: center;
    width: 44.5rem;
    margin: 0 auto 3.5rem;
    position: relative;
}
.career-training .contents .training h3::before {
    content: "";
    background: #fff;
    width: 3.0rem;
    height: 3.0rem;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}
.career-training .contents .training h3::after {
    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: 1px;
    height: 2.4rem;
    position: absolute;
    left: 50%;
    top: calc(100% - 0.6rem);
}
.career-training .contents .training h3 span {
    background: rgba(255, 255, 255, 0.5);
    height: 7.5rem;
    padding: 0 2.5rem;
    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;
}
.career-training .contents .training h3.title-system {
    width: 32.0rem;
    margin-top: 9.0rem;
    margin-bottom: -3.75rem;
}
.career-training .contents .training h3.title-system::before {
    background: #ebedf0;
}

.career-training .contents .training p.en {
    font-family: "Manrope", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #006ee1;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 9.0rem;
}
.career-training .contents .training p.txt {
    font-size: 2.0rem;
    line-height: 2;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5.0rem;
}
.career-training .contents .training p.txt-desc {
    font-size: 1.4rem;
    line-height: 2.14;
    text-align: justify;
}
.career-training .contents .training #management-training {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.career-training .contents .training #management-training .item {
    width: 44.5rem;
    margin-bottom: 8.0rem;
}
.career-training .contents .training #management-training .item.full {
    text-align: center;
    width: 100%;
}
.career-training .contents .training #management-training .item p {
    font-size: 1.4rem;
    line-height: 2.14;
    text-align: justify;
}
.career-training .contents .training #management-training .item.full p {
    display: inline-block;
    text-align: justify;
    max-width: 80.0rem;
}
.career-training .contents .training #management-training .item.full h4 {
    font-size: 2.0rem;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 3.0rem;
}
.career-training .contents .training #jfe-college {
    background: #ebedf0;
    text-align: center;
    padding: 7.0rem 9.0rem;
}
.career-training .contents .training #jfe-college h5 {
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding-bottom: 1.5rem;
    margin: 0 auto 3.0rem;
    border-bottom: 2px solid #006ee1;
}
.career-training .contents .training #jfe-college p {
    font-size: 1.4rem;
    line-height: 2.14;
    margin-bottom: 5.0rem;
}
.career-training .contents .training #jfe-college .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.career-training .contents .training #jfe-college .detail .item {
    background: #fff;
    width: 37.5rem;
    padding: 4.0rem;
    margin-bottom: 3.0rem;
    border: 1px solid #363746;
    box-sizing: border-box;
}
.career-training .contents .training #jfe-college .detail .item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}
.career-training .contents .training #jfe-college .detail .item dl dt {
    font-size: 1.6rem;
    font-weight: 700;
    color: #006ee1;
    text-align: center;
    margin-bottom: 2.0rem;
}
.career-training .contents .training #jfe-college .detail .item dl dd {
    font-size: 1.4rem;
    line-height: 1.78;
    text-align: justify;
}

.career-training .contents .training #language-training {
    margin: 7.5rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.career-training .contents .training #language-training .item {
    background: #fff;
    width: 46.5rem;
    padding: 4.0rem;
    margin-bottom: 3.0rem;
    border: 1px solid #363746;
    box-sizing: border-box;
}
.career-training .contents .training #language-training .item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
}
.career-training .contents .training #language-training .item dl dt {
    font-size: 1.6rem;
    font-weight: 700;
    color: #006ee1;
    text-align: center;
    margin-bottom: 2.0rem;
}
.career-training .contents .training #language-training .item dl dd {
    font-size: 1.4rem;
    line-height: 1.78;
    text-align: justify;
}

/* ────────────────────── *
 *                                              *
 * キャリアパス                                 *
 *                                              *
 * ────────────────────── */

.talk-format .contents #career-pass {
    background: #fff;
    width: 108.0rem;
    padding: 7.0rem 19.0rem 10.0rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: -10.0rem;
    box-sizing: border-box;
}
.talk-format .contents #career-pass h2 {
    font-family: "Manrope", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 5.0rem;
}
.talk-format .contents #career-pass .timeline {
    border: 2px solid rgba(0, 110, 225, 0.9);
    margin: 0 auto 4.0rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.talk-format .contents #career-pass .timeline:last-of-type {
    margin: 0 auto;
}
.talk-format .contents #career-pass .timeline::after {
    content: "";
    background-image: url(/saiyou/css/style/'data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20viewBox%3D%220%200%2022%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20style%3D%22enable-background%3Anew%200%200%2022%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23F02832%3B%7D.st1%7Bfill%3A%23006EE1%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Crect%20x%3D%22-0.9%22%20y%3D%224.1%22%20transform%3D%22matrix(0.7078%200.7064%20-0.7064%200.7078%205.5008%20-2.2768)%22%20class%3D%22st0%22%20width%3D%2212.8%22%20height%3D%222.8%22%2F%3E%20%3Crect%20x%3D%227.7%22%20y%3D%225.1%22%20transform%3D%22matrix(0.7071%20-0.7071%200.7071%200.7071%20-5.176904e-02%2012.875)%22%20class%3D%22st1%22%20width%3D%2215.5%22%20height%3D%222.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 2.2rem;
    height: 1.3rem;
    position: absolute;
    left: 50%;
    top: calc(100% + 1.6rem);
    transform: translateX(-50%);
}
.talk-format .contents #career-pass .timeline:last-of-type::after {
    content: none;
}
.talk-format .contents #career-pass .timeline .date {
    font-size: 2.0rem;
    font-weight: 500;
    color: #fff;
    background: rgba(0, 110, 225, 0.9);
    width: 19.0rem;
    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;
    flex-shrink: 0;
}
.talk-format .contents #career-pass .timeline .detail {
    padding: 2.5rem 3.0rem;
}
.talk-format .contents #career-pass .timeline .detail dl dt {
    font-size: 1.6rem;
    line-height: 1.5625;
    font-weight: 500;
    margin-bottom: 1.0rem;
}
.talk-format .contents #career-pass .timeline .detail dl dt span.txt-small {
    font-size: 1.5rem;
}
.talk-format .contents #career-pass .timeline .detail dl dd {
    font-size: 1.4rem;
    line-height: 1.785714285714286;
    text-align: justify;
}

/* ────────────────────── *
 *                                              *
 * インタビュー                                 *
 *                                              *
 * ────────────────────── */

.talk-format .contents .interview {
    width: 108.0rem;
    margin: 0 auto 16.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.talk-format .contents .interview .body {
    width: 51.2rem;
}
.talk-format .contents .interview .body h3 {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    padding: 13px;
    margin: 0 auto 4.0rem;
    position: relative;
}
.talk-format .contents .interview .body h3::before {
    content: "";
    background: #ebecef;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: -1.2rem;
    transform: translateX(-50%);
}
.talk-format .contents .interview .body h3::after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    z-index: 1;
}
.talk-format .contents .interview .body h3.past {
    color: rgba(240, 40, 50, 0.9);
    border: 1px solid rgba(240, 40, 50, 0.9);
}
.talk-format .contents .interview .body h3.past::after {
    background: rgba(240, 40, 50, 0.9);
}
.talk-format .contents .interview .body h3.future {
    color: rgba(0, 110, 225, 0.9);
    border: 1px solid rgba(0, 110, 225, 0.9);
}
.talk-format .contents .interview .body h3.future::after {
    background: rgba(0, 110, 225, 0.9);
}
.talk-format .contents .interview .body dl dt {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 3.0rem;
}
.talk-format .contents .interview .body dl dd {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: justify;
}
.talk-format .contents .interview .body p.image {
    width: 68.0rem;
    margin-top: 8.0rem;
}

/* ────────────────────── *
 *                                              *
 * 海外研修について                             *
 *                                              *
 * ────────────────────── */

.career-overseas .contents {
    padding-top: 12.5rem;
}
.career-overseas .contents ul.pagination {
    font-size: 2.0rem;
    font-weight: 500;
    display: flex;
    width: 108.0rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.career-overseas .contents ul.pagination.position-under {
    margin: 0 auto 16.0rem;
}
.career-overseas .contents ul.pagination li {
    text-align: center;
    width: 50%;
    position: relative;
}
.career-overseas .contents ul.pagination li a {
    background: #fff;
    display: block;
    padding: 2.5rem;
}
.career-overseas .contents ul.pagination li:nth-child(1) a {
    color: #f02832;
    border: 2px solid #f02832;
}
.career-overseas .contents ul.pagination li:nth-child(2) a {
    color: #006ee1;
    border: 2px solid #006ee1;
}
.career-overseas .contents ul.pagination li:nth-child(1).active a {
    color: #fff;
    background: #f02832;
}
.career-overseas .contents ul.pagination li.active a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.0rem 1.5rem 0 1.5rem;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}
.career-overseas .contents ul.pagination li:nth-child(1).active a::after {
    border-color: #f02832 transparent transparent transparent;
}
.career-overseas .contents ul.pagination.position-under li:nth-child(1).active a::after {
    border-width: 0 1.5rem 1.0rem 1.5rem;
    border-color: transparent transparent #f02832 transparent;
    top: auto;
    bottom: 100%;
}
.career-overseas .contents ul.pagination li:nth-child(2).active a {
    color: #fff;
    background: #006ee1;
}
.career-overseas .contents ul.pagination li:nth-child(2).active a::after {
    border-color: #006ee1 transparent transparent transparent;
}
.career-overseas .contents ul.pagination.position-under li:nth-child(2).active a::after {
    border-width: 0 1.5rem 1.0rem 1.5rem;
    border-color: transparent transparent #006ee1 transparent;
    top: auto;
    bottom: 100%;
}

.career-overseas .contents .talk {
    width: 108.0rem;
    margin: 0 auto;
}
.career-overseas .contents .talk .talk-detail {
    background: #fff;
    padding: 13.0rem 12.0rem 6.0rem;
}
.career-overseas .contents .talk .talk-detail .profile {
    margin: 0 auto 12.0rem;
    position: relative;
}
.career-overseas .contents .talk .talk-detail .profile p.image {
    width: 70.0rem;
    margin-left: auto;
}
.career-overseas .contents .talk .talk-detail .profile .data {
    width: 35.0rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.career-overseas .contents .talk .talk-detail .profile .data dl {
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    padding: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.career-overseas .contents .talk .talk-detail.office .profile .data dl {
    background: rgba(240, 40, 50, 0.9);
}
.career-overseas .contents .talk .talk-detail.tech .profile .data dl {
    background: rgba(0, 110, 225, 0.9);
}
.career-overseas .contents .talk .talk-detail .profile .data dl dt {
    padding-right: 2.5rem;
    margin-right: 2.5rem;
    position: relative;
}
.career-overseas .contents .talk .talk-detail .profile .data dl dt::after {
    content: "";
    background: #fff;
    width: 1px;
    height: 5.0rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.career-overseas .contents .talk .talk-detail .profile .data .person {
    background: rgba(255, 255, 255, 0.9);
    padding: 2.5rem 3.0rem;
}
.career-overseas .contents .talk .talk-detail .profile .data .person p.name {
    font-size: 2.2rem;
    margin-bottom: 1.0rem;
}
.career-overseas .contents .talk .talk-detail .profile .data .person p.ruby {
    font-family: "Manrope", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    margin-bottom: 2.0rem;
}
.career-overseas .contents .talk .talk-detail.office .profile .data .person p.ruby {
    color: #f67e84;
}
.career-overseas .contents .talk .talk-detail.tech .profile .data .person p.ruby {
    color: #66a8ed;
}
.career-overseas .contents .talk .talk-detail .profile .data .person p.join {
    font-size: 1.5rem;
    line-height: 1.6;
}
.career-overseas .contents .talk .talk-detail .interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.career-overseas .contents .talk .talk-detail .interview .item {
    width: 38.0rem;
    padding-bottom: 5.0rem;
    margin-bottom: 7.0rem;
    border-bottom: 1px solid #afafb5;
}
.career-overseas .contents .talk .talk-detail .interview .item .question {
    padding-top: 0.5rem;
    padding-bottom: 1.0rem;
    padding-left: 2.5rem;
    margin-bottom: 5.0rem;
}
.career-overseas .contents .talk .talk-detail.office .interview .item .question {
    border-left: 0.5rem solid #f02832;
}
.career-overseas .contents .talk .talk-detail.tech .interview .item .question {
    border-left: 0.5rem solid #006ee1;
}
.career-overseas .contents .talk .talk-detail .interview .item .question p.en {
    font-family: "Manrope", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.0rem;
}
.career-overseas .contents .talk .talk-detail.office .interview .item .question p.en {
    color: #f02832;
}
.career-overseas .contents .talk .talk-detail.tech .interview .item .question p.en {
    color: #006ee1;
}
.career-overseas .contents .talk .talk-detail .interview .item .question p.ja {
    font-size: 2.6rem;
    line-height: 1.538;
    font-feature-settings: "palt" 1;
}
.career-overseas .contents .talk .talk-detail .interview .item p.txt {
    font-size: 1.6rem;
    line-height: 2.1875;
    font-weight: 500;
    text-align: justify;
}
