@charset "UTF-8";

/* カラー */
/* オレンジ------#EB9301 */

/* スタイルのリセット */
.main p {
    margin-bottom: 0;
}

.c-cat .breadcrumb {
    position: initial;
    padding: 16px 0;
}

.row {
    position: initial;
    max-width: initial;
    margin: 0px auto;
    padding: 0px;
}

.main a {
    text-decoration: none;
}

html:not(.sp) .main a:hover {
    color: #EB9301;
}


/* 元のタイトルとパンくずを非表示に */
#headingarea {
    display: none;
}

.row>.breadcrumb {
    display: none;
}





/* catページ全体  ------------------------------------*/
.c-cat {
    font-size: 16px;
    line-height: 1.75;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .11em;
    font-weight: 500;
    color: #221814;
}

@media screen and (max-width:768px) {
    .c-cat {
        font-size: 15px;
        letter-spacing: .1em;
    }

    .hidden-sp {
        display: none;
    }
}

@media screen and (min-width:769px) {
    .hidden-pc {
        display: none;
    }
}




/* タイトル  ------------------------------------*/
.c-cat-headline+* {
    margin-top: 40px;
}

/* 既存cssの再定義 */
.main h2:not([class*="heading"]) {
    padding: 0 0 8px 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.7;
    margin-bottom: initial;
    border-left: none;
    border-bottom: 4px solid #D5D5D5;
}

.c-cat-headline h2 {
    border-bottom: 4px solid #D5D5D5;
    position: relative;
}

.c-cat-headline h2 span {
    display: inline-block;
}

.c-cat-headline h2::before {
    display: block;
    content: "";
    width: 80px;
    height: 4px;
    background-color: #EB9301;
    position: absolute;
    left: 0;
    bottom: -4px;
}

@media screen and (max-width:768px) {
    .c-cat-headline p {
        font-size: 22px;
    }
}

/* セクション・コンテナ ------------------------------------*/
.c-cat-section+* {
    margin-top: 100px;
}

.c-cat-section.-sm+* {
    margin-top: 80px;
}

.c-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 92%;
}

.c-cat-section.-bg {
    padding: 100px 0;
    border-image-source: linear-gradient(#F5F5F5, #F5F5F5);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw 0 100vw;
}

.p-cat-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 92%;
}


@media screen and (max-width:768px) {
    .c-cat-section+* {
        margin-top: 60px;
    }

    .c-cat-section.-sm+* {
        margin-top: 50px;
    }

    .c-cat-section.-bg {
        padding: 60px 0;
    }
}

/* 画像ボックス ----------------------------------------------- */
.c-cat-imgbox {
    display: flex;
    justify-content: space-between;
}

.c-cat-imgbox__body {
    width: calc(62.5% - 60px);
}

.c-cat-imgbox__img {
    width: 37.5%;
}

.c-cat-imgbox__img img {
    width: 100%;
}

@media screen and (max-width:768px) {
    .c-cat-imgbox {
        flex-direction: column-reverse;
    }

    .c-cat-imgbox__body {
        width: 100%;
        margin-top: 24px;
    }

    .c-cat-imgbox__img {
        width: 100%;
    }
}


/* メインビジュアル */
.p-cat-mv {
    margin-top: -10px;
    padding: 100px 0;
    background: url(/cat/assets/images/img_cat_mv_bg.jpg) center center / cover no-repeat fixed;
}


.p-cat-mv__body {
    width: 52%;
}

.p-cat-mv__title h1 {
    font-size: 48px;
    font-weight: 500;
}

.p-cat-mv__title h1 span {
    display: inline-block;
}

.p-cat-mv__lead {
    margin-top: 24px;
    font-size: 18px;
    height: fit-content;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}
.p-cat-mv__lead span {
    display: inline-block;
}

.p-cat-mv__lead::before {
    display: block;
    content: "";
    width: 8px;
    height: 100%;
    background-color: #EB9301;
    position: absolute;
    top: 0;
    left: 0;
}

.p-cat-mv__desc {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width:768px) {
    .p-cat-mv {
        background: url(/cat/assets/images/img_cat_mv_bg.jpg) 0 0 / cover no-repeat fixed;
    }

    .p-cat-mv__body {
        width: 100%;
    }

    .p-cat-mv__title h1 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }

    .p-cat-mv__lead {
        margin-top: 40px;
        font-size: 16px;
        padding-left: 0px;
        padding-top: 1rem;
    }

    .p-cat-mv__lead::before {
        display: block;
        content: "";
        width: 40px;
        height: 4px;
        background-color: #EB9301;
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
    }

    .p-cat-mv__desc {
        margin-top: 60px;
        font-size: 12px;
    }
}

/* 翻訳支援ツールとは-------------------------- */

.p-cat-tool.c-cat-section {
    margin-top: 100px;
}

@media screen and (max-width:768px) {
    .p-cat-tool.c-cat-section {
        margin-top: 60px;
    }
}


/* 翻訳メモリとは-------------------------- */
@media screen and (max-width:768px) {
    .p-cat-memory.c-cat-section+* {
        margin-top: 60px;
    }
}


/* POINT--------------------------------- */
.p-cat-point__item {
    background-color: #F5F5F5;
    padding: 32px;
    border-radius: 20px;
    position: relative;
}

.p-cat-point__item span {
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    background-color: #EB9301;
    padding: 3px 32px;
    border-radius: 100px;
    font-size: 24px;
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: .06;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:768px) {
    .p-cat-point__item span {
        font-size: 20px;
        top: -20px;
    }
}

/* 翻訳支援ツールを活用する３つのメリット------------------- */

.p-cat-merit .c-cat-headline+* {
    margin-top: 70px;
}

.p-cat-merit-list__item {
    background-color: #fff;
    border-radius: 20px;
    padding: 48px 40px 40px 40px;
    position: relative;
}

.p-cat-merit-list__item+.p-cat-merit-list__item {
    margin-top: 62px;
}

.p-cat-merit-list__title {
    font-size: 24px;
    font-weight: bold;
    color: #EB9301;
    text-align: center;
}

.p-cat-merit-list__title+* {
    margin-top: 32px;
}

.p-cat-merit-list__cap {
    margin-top: 40px;
    text-align: center;
}

.p-cat-merit-list__cap+* {
    margin-top: 18px;
}

.p-cat-merit-list__img {
    width: 100%;
}

.p-cat-merit-list__img img {
    width: 100%;
}

.p-cat-merit-list__note {
    font-size: 14px;
    text-align: right;
    margin-top: 30px;
}

.p-cat-merit-list__item span {
    display: block;
    color: #fff;
    font-weight: 600;
    background-color: #EB9301;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 40px;
    font-family: 'Rajdhani', sans-serif;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width:768px) {
    .p-cat-merit .c-cat-headline+* {
        margin-top: 50px;
    }

    .p-cat-merit-list__item {
        padding: 32px 18px 18px 18px;
    }

    .p-cat-merit-list__item+.p-cat-merit-list__item {
        margin-top: 50px;
    }

    .p-cat-merit-list__title {
        font-size: 20px;
    }

    .p-cat-merit-list__title+* {
        margin-top: 18px;
    }

    .p-cat-merit-list__cap {
        margin-top: 32px;
    }

    .p-cat-merit-list__cap+* {
        margin-top: 12px;
    }

    .p-cat-merit-list__note {
        font-size: 14px;
        text-align: right;
        margin-top: 30px;
    }

    .p-cat-merit-list__item span {
        width: 48px;
        height: 48px;
        font-size: 24px;
        top: -24px;
    }
}


/* 翻訳支援ツールと機械翻訳の活用------------------- */

.p-cat-change__cap {
    text-align: center;
    margin-top: 40px;
}

.p-cat-change__cap+* {
    margin-top: 18px;
}

.p-cat-change__img {
    width: 100%;
}

.p-cat-change__img img {
    width: 100%;
}

/* 翻訳支援ツールを有効活用した企業様の事例------------------- */
.p-cat-case-list {
    margin-top: 40px;
}

.p-cat-case-list__item {
    display: flex;
    justify-content: space-between;
}

.p-cat-case-list__item:nth-child(n+2) {
    flex-direction: row-reverse;
}

.p-cat-case-list__item+.p-cat-case-list__item {
    margin-top: 40px;
}


.p-cat-case-list__body {
    width: calc(58.4% - 40px);
}

.p-cat-case-list__img {
    width: 41.6%;
}

.p-cat-case-list__img img {
    width: 100%;
}

.p-cat-case-list__title {
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    background-color: #F5F5F5;
    padding: 0 16px;
    position: relative;
    display: flex;
    align-items: center;
}

.p-cat-case-list__title::before {
    display: block;
    content: "";
    width: 4px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EB9301;
}

.p-cat-case-list__subtitle {
    font-weight: bold;
    margin-top: 18px;
    display: flex;
    align-items: center;
}

.p-cat-case-list__subtitle+* {
    margin-top: 12px;
}

.p-cat-case-list__subtitle::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EB9301;
    margin-right: 6px;
}

@media screen and (max-width:768px) {
    .p-cat-case-list__item {
        flex-direction: column-reverse;
    }

    .p-cat-case-list__item:nth-child(n+2) {
        flex-direction: column-reverse;
    }

    .p-cat-case-list__item+.p-cat-case-list__item {
        margin-top: 48px;
    }

    .p-cat-case-list__body {
        width: 100%;
    }

    .p-cat-case-list__img {
        width: 100%;
    }

    .p-cat-case-list__title {
        margin-top: 24px;
        height: 36px;
        font-size: 18px;
    }

    .p-cat-case-list__title::before {
        height: 37px;
    }
}


/* よくあるご質問--------------------------------- */

.p-cat-faq-list__item {
    margin-top: 40px;
}

.p-cat-faq-list__question {
    font-size: 18px;
    font-weight: bold;
}

.p-cat-faq-list__question+* {
    margin-top: 24px;
}

.p-cat-faq-list__question,
.p-cat-faq-list__answer {
    display: flex;
    align-items: start;
}

.p-cat-faq-list__question p {
    padding-top: 4px;
}

.p-cat-faq-list__answer p {
    padding-top: 6px;
}

.p-cat-faq-list__question span,
.p-cat-faq-list__answer span {
    display: block;
    font-weight: bold;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: .3rem;
    margin-right: 12px;
}

.p-cat-faq-list__question span {
    color: #fff;
    background-color: #EB9301;
}

.p-cat-faq-list__answer span {
    color: #EB9301;
    background-color: #fff;
}

@media screen and (max-width:768px) {
    .p-cat-faq-list__question p {
        font-size: 16px;
    }
}


/* セミナーのご案内--------------------------------- */

.p-cat-seminar-list__item {
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 32px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.p-cat-seminar-list__item+.p-cat-seminar-list__item {
    margin-top: 32px;
}

.p-cat-seminar-list__img {
    width: 28%;
}

.p-cat-seminar-list__img img {
    width: 100%;
}

.p-cat-seminar-list__body {
    width: calc(72% - 40px);
}

.p-cat-seminar-list__title {
    font-size: 20px;
    font-weight: bold;
}

.p-cat-seminar-list__title+* {
    margin-top: 16px;
}

.p-cat-seminar-list__title span {
    display: inline-block;
}
.p-cat-seminar-list__desc ul ,
.p-cat-seminar-list__desc li {
    list-style-type: none
}
main .p-cat-seminar-list__desc ul li {
    margin-bottom: 0;
    padding-left: 0;
}
main .p-cat-seminar-list__desc ul li::before {
    display: none;
}
.p-cat-seminar-list__desc span.contents {
    display: inline;
}

/* .p-cat-seminar-list__desc li:nth-child(1) span.contents {
    text-indent: 3em;
}
.p-cat-seminar-list__desc li:nth-child(2) span.contents {
    text-indent: 5em;
}
.p-cat-seminar-list__desc li:nth-child(3) span.contents {
    text-indent: 3em;
} */

.p-cat-seminar-list__desc span {
    display: inline-block;
}
.p-cat-seminar-list__desc span.headline {
    font-weight: bold;
    margin-right: 10px;
}

.p-cat-seminar-list__btn {
    margin-top: 24px;
    width: 280px;
    height: 50px;
    background-color: #EB9301;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 500;
    color: #fff;
    transition: .3s;
    position: relative;
    border: 2px solid #EB9301;
}

.p-cat-seminar-list__btn::after {
    display: block;
    content: "";
    width: 7px;
    height: 12px;
    background-image: url(/cat/assets/images/ico_cat_arrow_wht.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
    position: absolute;
    top: 40%;
    right: 12px;
}

.p-cat-seminar-list__btn:hover::after {
    background-image: url(/cat/assets/images/ico_cat_arrow_or.svg);
}

.p-cat-seminar-list__btn:hover {
    background-color: #fff;
    border: 2px solid #EB9301;
}


.p-cat-seminar-list__btn a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    transition: .3s;
}

.p-cat-seminar-list__btn a:hover {
    color: #EB9301;
}


.p-cat-seminar-list__btn a::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width:768px) {
    .p-cat-seminar-list__item {
        padding: 24px;
        flex-direction: column;
    }

    .p-cat-seminar-list__item+.p-cat-seminar-list__item {
        margin-top: 24px;
    }

    .p-cat-seminar-list__img {
        width: 100%;
    }

    .p-cat-seminar-list__img img {
        width: 100%;
    }

    .p-cat-seminar-list__body {
        width: 100%;
    }

    .p-cat-seminar-list__title {
        font-size: 18px;
        margin-top: 18px;
    }

    .p-cat-seminar-list__title+* {
        margin-top: 16px;
    }

    .p-cat-seminar-list__btn {
        width: 100%;
    }
}




/* 関連サービス-------------------------------- */

.p-cat-service-list {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.p-cat-service-list+* {
    margin-top: 32px;
}

.p-cat-service-list__item {
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 22.5%;
}

.p-cat-service-list__title {
    font-weight: bold;
    margin-top: 18px;
    text-align: center;
}
a.p-cat-service-list__link {
    color: #EB9301;
    text-decoration: underline;
}
a.p-cat-service-list__link:hover {
    opacity: 0.7;
}
@media screen and (max-width:768px) {
    .p-cat-service-list {
        margin-top: 32px;
        flex-wrap: wrap;
    }

    .p-cat-service-list+* {
        margin-top: 32px;
    }

    .p-cat-service-list__item {
        padding: 16px;
        width: 48%;
    }

    .p-cat-service-list__item:nth-child(n+3) {
        margin-top: 16px;
    }

    .p-cat-service-list__title {
        font-size: 14px;
        margin-top: 16px;
    }
}


/* お問い合わせ(CTA)---------------------------------- */

.p-cat-cta {
    padding: 100px 0;
    background-image: url(/cat/assets/images/img_cat_cta_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}


.p-cat-cta__headline {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.p-cat-cta__headline::before {
    display: block;
    content: "CONTACT";
    font-size: 16px;
    font-weight: 600;
    color: #EB9301;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: -8px;
}

.p-cat-cta-list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

/* 共通設定 */
.p-cat-cta-list__item {
    width: 48%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-cat-cta-list__title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 2px solid #000;
}


/* 電話 */
.p-cat-cta-list__item.-tel {
    border: 2px solid #222;
}

.p-cat-cta__telbtn a {
    text-decoration: none;
    color: #EB9301;
    font-weight: bold;
    font-size: 46px;
    font-family: 'Oswald', sans-serif;
}


html:not(.sp) .main .c-cat .p-cat-cta__telbtn a:hover {
    color: #fff;
}

.p-cat-cta__telbtn a::before {
    display: inline-block;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(/cat/assets/images/ico_cat_tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 14px;
}

.p-cat-cta__telbtn {
    margin-top: 10px;
    width: fit-content;
}

.p-cat-cta__time {
    font-size: 18px;
    color: #EB9301;
    padding: 4px;
    /* background-color: #EB9301; */
    width: 100%;
    text-align: center;
    border-radius: 5px;
}

.p-cat-cta__desc {
    margin-top: 32px;
}

/* mail */

.p-cat-cta-list__item.-mail {
    background-color: #fff;
}

.p-cat-cta__btnbox {
    width: 100%;
    margin-top: 32px;
}

.p-cat-cta__mailbtn+.p-cat-cta__mailbtn {
    margin-top: 20px;
}

.p-cat-cta__mailbtn {
    padding: 0 1rem;
    width: 100%;
    background-color: #EB9301;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .3s;
    border: 2px solid #EB9301;
}

.p-cat-cta__mailbtn:hover {
    background-color: #fff;
    border: 2px solid #EB9301;
}

.p-cat-cta__mailbtn a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: .3s;
}

.p-cat-cta__mailbtn a:hover {
    color: #EB9301;
}

.p-cat-cta__mailbtn a::before {
    display: inline-block;
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(/cat/assets/images/ico_cat_mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 12px;
    transition: .3s;
}

.p-cat-cta__mailbtn a:hover::before {
    background-image: url(/cat/assets/images/ico_cat_mail_or.svg);
}

.p-cat-cta__mailbtn a::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* no-link */
@media screen and (min-width:769px) {
    .p-cat-cta__telbtn a {
        pointer-events: none;
    }
}


/* sp */
@media screen and (max-width:768px) {
    .p-cat-cta {
        padding: 80px 0;
    }

    .p-cat-cta__headline {
        font-size: 32px;
    }

    .p-cat-cta__headline::before {
        font-size: 14px;
    }

    .p-cat-cta-list {
        flex-direction: column;
        margin-top: 48px;
    }

    /* 共通設定 */
    .p-cat-cta-list__item {
        width: 100%;
        padding: 16px;
    }

    .p-cat-cta-list__item+.p-cat-cta-list__item {
        margin-top: 32px;
    }

    .p-cat-cta-list__title {
        font-size: 20px;
        padding-bottom: 16px;
    }


    /* tel */
    .p-cat-cta__tel {
        width: 100%;
    }

    .p-cat-cta__telbtn {
        margin-top: 24px;
        width: 100%;
        height: 60px;
        background-color: #EB9301;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p-cat-cta__telbtn a {
        text-decoration: none;
        color: #fff;
        font-weight: normal;
        font-size: 22px;
    }

    .p-cat-cta__telbtn a::before {
        width: 20px;
        height: 20px;
        background-image: url(/cat/assets/images/ico_cat_mail_wht.svg);
        margin-right: 8px;
    }

    .p-cat-cta__time {
        margin-top: 8px;
        font-size: 14px;
        color: #EB9301;
        font-weight: bold;
        padding: 0;
        background-color: transparent;
        width: 100%;
        text-align: center;
        border-radius: none;
    }

    .p-cat-cta__desc {
        margin-top: 20px;
        font-size: 14px;
    }


    /* mail */

    .p-cat-cta__btnbox {
        margin-top: 28px;
    }

    .p-cat-cta__mailbtn+.p-cat-cta__mailbtn {
        margin-top: 20px;
    }

    .p-cat-cta__mailbtn {
        height: 60px;
    }

    .p-cat-cta__mailbtn a {
        font-size: 16px;
    }

    .p-cat-cta__mailbtn a::before {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
}

/* テルモ株式会社バナー */
.bnr-patent_case1__kv { position: absolute; right: 2rem; bottom:2rem; background: #fff; border:1px solid rgba(0,0,0,.1); z-index: 10;  }
.bnr-patent_case1__kv a { display: inline-block; background: url(/field/industry/img/about_a_patent_case1_img02.png) left center / cover no-repeat; width: 400px; transition: 0.2s; }
.bnr-patent_case1__kv a dl { margin: 0; padding:20px; display: block; overflow:initial; }
.bnr-patent_case1__kv a dt { color: rgba(0, 0, 0, .9); font-weight: 600; line-height: 1.5; letter-spacing: .04em; margin: 0 0 .5rem; text-shadow: 0 0 .5em #FEF29A; width: auto; }
.bnr-patent_case1__kv a dd {  font-size: min(3vw,1.2rem); line-height: 1.2; background: rgba(0, 0, 0, .85); font-weight: 500; padding:.5rem 1rem !important; color: #fff; text-align: center; width: 18em; margin: 0; }
.bnr-patent_case1__kv a dd em { line-height: 1.2; font-style: normal; font-size: .7rem; /* color: rgba(255,255,255,.5); */ }
@media print, screen and (max-width: 1024px) {
  .bnr-patent_case1__kv { position: relative; right: auto; bottom: auto; background: #fff; border:1px solid rgba(0,0,0,.1); margin: 2rem auto 0; width: 93%; }
  .bnr-patent_case1__kv a { display:block; width: 100%; background-position: right center; }
  .bnr-patent_case1__kv a dl { display: block; align-items: center; justify-content: space-between; padding: 15px; }
  .bnr-patent_case1__kv a dt { margin: 0 0 .5em; font-size: min(7vw,1.8rem); padding-bottom: 0 !important; }
  .bnr-patent_case1__kv a dd { margin: 0; width: 18em !important; }
}