@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
.c-mainVisual.mainVisual_automating-the-world::after{content:none}
.c-caseStudiyMainVisual__img {
    width: 40%;
    margin-left: auto;
}
.c-caseStudiyMainVisual__img img {
    width: 100%;
}
.automating-the-world {
    margin: 60px 0 45px 0;
}
.automating-the-world__text {
    text-align: center;
    font-size: 285.714%;
    font-weight: bold;
}
.automating-the-world-greeting {
    position: relative;
    background-color: #f2f2f2;
    margin-top: 60px;
    padding: 60px 0;
}
.greeting__name {
    margin-top: 15px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5;
}
.greeting__text-bold {
    margin-top: 20px;
    width: 227px;
    display: inline-block;
}
.greeting__text-bold img {
    max-width: 100%;
}
.greeting__text-name {
    display: inline-block;
    margin-top: 15px;
    font-size: 1.25rem;
}
.automating-the-world__apostrophe {
    position: relative;
}
.automating-the-world__apostrophe::before {
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    background-image: url(/fa/about-us/automating-the-world/img/apostrophe.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -25%;
    left: -5%;
    transform: translateX(-135%);
}
.automating-the-world__apostrophe.miror::before {
    transform: scale(-1) translateY(-115%) translateX(-44%);
}
.c-catchText {
    font-size: 28px;
    line-height: 1.8;
}

/* 動画のタイトルを省略しない */
.c-card--movie .c-card__title {
    overflow: unset;
    -webkit-line-clamp: unset;
}

@media only screen and (max-width:767px){
.c-mainVisual__background > img {
    object-position: bottom center;
}
.c-caseStudiyMainVisual__img {
    margin-top: 45px;
    width: 51%;
}
.c-catchText {
    font-size: 21px;
    margin-top: 20px;
}
.automating-the-world-greeting {
    padding: 52px 0 65px;
}
.automating-the-world {
    margin: 30px auto 20px auto;
}
.automating-the-world__text {
    font-size: 128.5715%;
    letter-spacing: -0.02em;
    line-height: 1.72222222;
    padding-left: .5em;
}
.automating-the-world__apostrophe::before {
    transform: translateX(-135%) translateX(-44%);
}
.automating-the-world__apostrophe.miror::before {
    transform: scale(-1) translateY(-115%) translateX(-88%);
}
}

@media only screen and (max-width:350px) {
    .automating-the-world__text {
        padding-left: .8em;
    }
    .automating-the-world__apostrophe::before {
        transform: translateX(-88%) translateX(-44%);
    }
    .automating-the-world__apostrophe.miror::before {
        transform: scale(-1) translateY(-115%) translateX(-55%);
    }
}

/* automating-the-world__lead */
.automating-the-world__lead{width: 100%;min-height: 204px;height: auto;background: url(/fa/about-us/automating-the-world/road-to-automating-the-world/assets/img/bg_lead.jpg) right top no-repeat rgba(255,255,255,.6);background-size: auto 100%;display: flex;justify-content: center; flex-flow: column; padding-left: 3%;padding-right: 3%;}
.automating-the-world__lead h2{font-size: 28px;line-height: calc(32 / 28);}
.automating-the-world__lead p{font-size: 16px; margin-top: 0.5em;}

@media only screen and (max-width:767px){
    .automating-the-world__lead{background-position: right top;background-blend-mode: lighten;padding-top:15px;padding-bottom:15px;}
    .automating-the-world__lead h2{font-size: 24px;line-height: calc(28 / 24);}
    .automating-the-world__lead p{font-size: 14px; margin-top: 0.5em;}
    .automating-the-world__lead .spOnly{display:none;}
}

/* interview__article */
.interview__article--text p{position: relative;padding-left: 2.75em;}
.interview__article--text p>span{display: inline-block;position: absolute;left: 0;top: 0;color: #f50f10;}
.interview__article--text.name-wide2 p{padding-left: 2em;}
.interview__article--text.name-wide3 p{padding-left: 3em;}
.interview__article--text.name-wide3_5 p{padding-left: 3.5em;}
.interview__article--text.name-wide4 p{padding-left: 4em;}
.interview__article--text.name-wide4_5 p{padding-left: 4.5em;}
.interview__article--text.name-wide5 p{padding-left: 5em;}
.interview__article--text.name-wide5_5 p{padding-left: 5.5em;}
.interview__article--text.name-wide6 p{padding-left: 6em;}

.c-carousel .l-tile{display:block;width:100%;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;}