/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
    font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#officework {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    background: #fff;
    position: relative;
}

#officework * {
    box-sizing: border-box;
}

#officework a {
    transition: opacity .3s;
}

#officework a[href^="tel:"] {
    display: inline-block;
    transition: none;
}

#officework a:hover {
    text-decoration: none;
}

#officework a:focus-visible {
    outline: none;
}

#officework img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#officework .js-fadein {
    opacity: 0;
    transform: translate(0, 20px);
    transition-property: opacity, transform;
    transition-duration: 1s;
}

#officework .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

#officework .pc-br {
    display: none;
}

#officework .sp-br {
    display: inline;
}

#officework .inner {
    width: calc(100% - 24px);
    max-width: 1200px;
    margin: 0 auto;
}

#officework .font-gill {
    font-family: gill-sans-nova-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
}

#officework .common-main-block {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 0 20px;
}

#officework .common-main-txt {
    position: relative;
    z-index: 1;
}

#officework .common-main-txt .en {
    display: block;
    color: rgba(163, 106, 209, .3);
    font-size: 48px;
    line-height: 1.4;
}

#officework .common-main-txt .ja {
    position: absolute;
    top: 36px;
    left: 0;
    display: block;
    color: #582780;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    z-index: 1;
}

#officework .common-main-txt .sub {
    display: block;
    margin-top: 22px;
    padding-left: 8px;
    background: rgb(163, 106, 209);
    background: linear-gradient(90deg, rgba(163, 106, 209, 0.8) 4%, rgba(163, 106, 209, 0.32) 50%, rgba(163, 106, 209, 0.32) 65%, rgba(163, 106, 209, 0) 85%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
    transform: translateY(50%);
}

#officework .common-main-txt:has(.sub) + .common-main-img {
    margin-top: 0;
}

#officework .common-main-img {
    position: relative;
    width: calc(100vw / 375 * 250);
    margin: 12px 0 0 auto;
    padding-bottom: 20px;
    z-index: 0;
}

#officework .common-main-img::before {
    position: absolute;
    content: "";
    width: calc(100vw / 375 * 250);
    height: calc(100vw / 375 * 110);
    bottom: 0;
    right: -20px;
    background: url("../images/officework/faq_mv_bg.jpg") no-repeat center center / contain;
    z-index: -1;
}

#officework .common-main-img img {
    border-radius: 12px;
    overflow: hidden;
}

#officework .common-menu {
    padding: 20px 0;
}

#officework .common-menu .menu-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
}

#officework .common-menu .menu-item {
    position: relative;
}

#officework .common-menu .menu-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #582780;
}


#officework .common-menu .menu-item a {
    display: block;
    position: relative;
    padding: 2px 40px 6px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    z-index: 0;
}

#officework .common-menu .menu-item a::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-color: #582780;
    border-radius: 50%;
    bottom: 4px;
    right: 8px;
    z-index: -2;
    transition: all .3s;
}

#officework .common-menu .menu-item a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 10px;
    background: url("../images/officework/arrow_white.svg") no-repeat center center / contain;
    bottom: 10px;
    right: 14px;
    z-index: -1;
}

#officework h2 {
    color: #8c46c5;
    margin-bottom: 40px;
    font-size: 24px;
}

#officework section {
    margin-bottom: 5px;
}


#officework .officework_movie section {
    padding: 10px 13px;
    position: relative;
}

#officework .officework_movie .section_2 {
    padding-bottom: 50px;
}

#officework .officework_movie .title_icon_v {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
    padding-left: 0;

}

#officework .officework_job .inner {
    padding-bottom: 0;
}

#officework .officework_movie .inner {
    padding: 32px 12px;
    padding-top: 16px;
}

#officework .job-box {
    display: block;
}


#officework .title_box {
    position: relative;
}
#officework .title_box .title_ja {
    padding-left: 0;
    position: absolute;
    top: 37px;
    left: 0;
    display: block;
    color: #582780;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    z-index: 1;
}

#officework .officework_movie .title_box .title_en {
    margin-bottom: 2px;
    line-height: 1.6;
    font-size: 44px;
}

.officework_movie section.section_2 {
    padding-top: 2px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
#officework .officework_voice {
    background: #F9F9F9;
    padding-top: 22px;
}

#officework .marquee-wrapper {
    width: 100%;
}

#officework .text_move {
    bottom: 70px;
}


@keyframes loop {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(-100%)
    }
}

#officework .title_box .title_en {
    display: block;
    color: rgba(163, 106, 209, .3);
    font-size: 48px;
    line-height: 1.4;
    font-family: gill-sans-nova-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
}

#officework .title_icon_v {
    position: relative;
}

#officework .title_icon_v:before {
    content: '';
    background: url('../images/officework/line_v_2.png') no-repeat center center / contain;
    position: absolute;
    width: 2px;
    height: 28px;
    left: 0;
    top: calc(50% - 6px);
}

#officework .ideal-candidate .title_icon_v:before {
    top: calc(50% - 15px);
}

#officework .movie-section {
    padding-bottom: 0;
}
#officework .officework_movie .title_icon_v:before {
    content: '';
    background: url('../images/officework/line_v_2.png') no-repeat center center / contain;
    position: absolute;
    width: 2px;
    height: 28px;
    left: -12px;
    top: calc(50% - 14px);
}

#officework .ideal-candidate .content picture img {
    position: relative;
    top: -4px;
    width: 100%;
}
#officework section p {
    font-size: 14px;
    color: #333333;
}
#officework .job-text h3 {
    color: #582780;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    padding-top: 16px;
    padding-left: 12px;
}

#officework .job-text p {
    line-height: 1.6;
    margin-bottom: 11px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
}

#officework .job-skill {
    padding: 12px 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}


#officework .job-skill p {
    border: 2px solid #A36AD1;
    padding: 8px;
    font-size: 14px;
    width: calc(100% - 63px);
}

#officework .text_small {
    font-size: 12px;
    color: #582780;
    line-height: 1.3;
    padding-top: 6px;
}
#officework .box_image {
    width: 76px;
    text-align: center;
    padding-right: 10px;
    margin-bottom: 8px;
}

#officework .job-skill p {
    border: 2px solid #A36AD1;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.4;
}

#officework .job-skill img {
    width: 40px;
    height: 40px;
}

#officework .job-image {
    text-align: center;
}

#officework .job-image img {
    max-width: 200px;
    height: auto;
}


#officework h2 {
    color: #8c46c5;
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 10px;
}

#officework p {
    margin-bottom: 20px;
}

#officework .image-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.officework_movie section.section_1 {
    background: #FAF8FD;
}

#officework .image-group img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

/* Movie section */
#officework .movie-section h3 {
    color: #8c46c5;
    margin-bottom: 8px;
    font-size: 24px;
}

#officework .movie-section small {
    display: block;
    margin-bottom: 9px;
    color: #582780;
    font-size: 14px;
    padding-top: 27px;
}

#officework .movie-text .sub_title {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 0;
}

#officework .movie-box .title_box .title_ja {
    margin-bottom: 0;
}

#officework .movie-box {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

#officework .movie-thumbnail {
    position: relative;
    text-align: center;
}

#officework .movie-thumbnail a{
  position: relative;
  display: block;
  width: fit-content;
  margin: 16px auto 0;
  border-radius: 2px;
  box-shadow: 8px 8px 16px rgba(237,225,246,.5);
  overflow: hidden;
}

#officework .movie-thumbnail a::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(26, 45, 81, 0.2);
  z-index: 1;
  transition: all .3s;
}

#officework .movie-thumbnail img {
    width: 100%;
    border-radius: 8px;
    max-width: 194px;
    position: relative;
    box-shadow: 16px 16px 32px 8px rgba(237, 225, 246, 0.5);
}

#officework .movie-thumbnail .btn_play .btn_play_image {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 48px;
    text-align: center;
    padding-right: 0;
    cursor: pointer;
  z-index: 2;
}


#officework .movie-caption {
    margin-top: 8px;
    position: relative;
    color: #333333;
    font-size: 12px;
}

#officework .bgTxt {
    overflow: hidden;
    position: absolute;
    width: calc(100% + 24px);
    bottom: 90px;
    left: -12px;
    margin-inline: auto;
    z-index: -1;
    margin-bottom: 0;
}


#officework .bgTxt .loop {
    display: inline-block;
    animation: loop 10s linear infinite;
    width: 100%;
    font-size: 4rem;
    font-family: gill-sans-nova-condensed, sans-serif;
    font-weight: 600;
    background: rgb(237, 225, 246);
    background: linear-gradient(110deg, rgba(237, 225, 246, .6) 0%, rgba(249, 249, 249, .6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

#top #movie .contentCommonInner .bgTxt .loop2 {
    position: absolute;
    top: 0;
    left: 0;
    animation: loop 10s -5s linear infinite;
}

#officework .bgTxt .loop2 {
    position: absolute;
    top: 0;
    left: 0;
    animation: loop 10s -5s linear infinite;
}

#officework .officework_movie section.section_2 .inner {
    padding-bottom: 0 !important;
    padding-top: 0;
}

#officework .officework_voice .inner {
    padding-top: 0 !important;
}

#officework .officework_voice .title_icon_v {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 28px;
}

#officework .officework_voice .title_icon_v:before {
    top: calc(50% - 14px);
}


#officework h2 {
    color: #8c46c5;
    margin-bottom: 30px;
    font-size: 20px;
    padding-left: 10px;
    font-weight: 400;
}

#officework .voice-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 11px;
    background: #ffffff;
}

#officework .voice-item.voice-item_2{
  margin-top: 24px;
}

#officework .voice-text p {
    padding: 10px 16px;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 12px;
}

#officework .voice-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
    position: relative;
}

#officework .voice-info_contet {
    position: absolute;
    right: 0;
    top: 0;
}

#officework .voice-text {
    flex: 2;
}

#officework .voice-comment {
    background: #F9F9F9;
    border-radius: 25px;
    padding: 8px 19px;
    margin-bottom: 18px;
    margin-top: 12px;
    color: #00A1E0;
    font-size: 13px;
    max-width: 224px;
    line-height: 1.6;
    font-weight: 500;
    position: relative;
    padding-bottom: 0;
}

#officework .voice-comment:before {
    content: '';
    background: url('../images/officework/tg_sp.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 26px;
    height: 28px;
    right: -10px;
    top: 19%;
}

#officework .voice-info_content {
    width: calc(100% - 224px);
    text-align: center;
}

#officework .voice-info {
    flex: 1;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 10px;

}
#officework .officework_voice {
    padding-bottom: 30px;
    background: #F9F9F9;
}

#officework .voice-info img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 0;
}

#officework .voice-info_content .name {
    line-height: 1.4;
}

#officework .font_16_bold {
    font-size: 16px;
    font-weight: 500;
}
#officework .font_12_400 {
    font-size: 12px;
    font-weight: 400;
}
#officework .font_13_500 {
    font-size: 13px;
    font-weight: 500;
}


#officework .voice-info .dept {
    color: #555;
    font-size: 14px;
}

/* Career Flow */
#officework .career-flow {
    margin-top: 14px;
}
#officework .career-flow-title {
    color: #8c46c5;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 14px;
    position: relative;
}

#officework .career-steps {
    display: flex;
    gap: 8px;
    justify-content: center;
}

#officework .step {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: bold;
}

#officework .step span {
    background: #8c46c5;
    color: white;
    border-radius: 4px;
    padding: 4px 8px;
    white-space: nowrap;
}

/* Special styles for colors */
#officework .step.before span { background: #555; }
#officework .step.after span { background: #008cdb; }
#officework .step.arrow::before {
    content: "→";
    margin-right: 6px;
    color: #333;
}

#officework .ideal-candidate{
    padding: 30px 0 50px;
}

#officework .ideal-candidate h2 {
    color: #333333;
    margin-bottom: 30px;
    font-size: 16px;
    padding-left: 10px;
}


#officework .ideal-candidate .group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

#officework .ideal-candidate .circle {
    background: #f5f5f5;
    border-radius: 50%;
    padding: 20px;
    width: 180px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
}

#officework .ideal-candidate .circle.purple { background: #eee3f8; }
#officework .ideal-candidate .circle.blue { background: #e0f2fb; }
#officework .ideal-candidate .circle.yellow { background: #fff5d4; }

#officework .ideal-candidate .highlight {
    background: #f9f9f9;
    border-left: 3px solid #8c46c5;
    padding: 12px;
    margin: 20px 0;
    font-size: 13px;
    max-width: 280px;
    text-align: center;
}

#officework .ideal-candidate .bad-group img {
    width: 80px;
    margin-bottom: 10px;
}

#officework .ideal-candidate .bar {
    display: flex;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(to right, #b494e3 50%, #999 50%);
}

#officework .ideal-candidate .bar {
    display: flex;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 100px;
    overflow: hidden;
    background: linear-gradient(to right,
    #A36AD1 0%,
    #E5CFF6 45%,
    #C3C2C3 62%,
    #7A777C 100%
    );
}

#officework .ideal-candidate .bar .good,
#officework .ideal-candidate .bar .bad {
    flex: 1;
    padding: 10px;
    color: white;
    position: relative;
    background: transparent;
}


/* Image row */
#officework .ideal-candidate .image-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#officework .ideal-candidate .image-row img {
    width: 100%;
    object-fit: cover;
}

#officework .slider-list{
    margin: 75px 0 0;
}

#officework .slider-list img{
    margin: 0 5px;
}

@media print, screen and (min-width: 768px) {

    #officework .sp-br {
        display: none;
    }

    #officework .pc-br {
        display: inline;
    }


    #officework .ideal-candidate .inner {
        padding: 0;
    }


    #officework .bgTxt {
        width: 100vw;
        bottom: 40px;
        left: calc(50% - 50vw);
    }
    #officework .bgTxt .loop {
        animation: loop 30s linear infinite;
        font-size: 8rem;
    }
    #officework .bgTxt .loop2 {
        animation: loop 30s -15s linear infinite;
    }

    #officework .common-main-block {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        padding: 60px 0 80px;
    }

    #officework .common-main-txt {
        width: 600px;
        padding-bottom: 40px;
    }

    #officework .common-main-txt:has(.sub) {
        padding-bottom: 0;
    }

    #officework .common-main-txt .en {
        position: absolute;
        bottom: auto;
        top: -1em;
        left: 0;
        font-size: 96px;
        line-height: 1.8;
    }

    #officework .common-main-txt .ja {
        position: relative;
        top: auto;
        font-size: 40px;
    }

    #officework .common-main-txt .sub {
        margin-top: 42px;
        padding-left: 16px;
        font-size: 16px;
        transform: none;
    }

    #officework .common-main-img {
        width: calc(100% - 600px);
        margin: 0;
        padding: 0 40px 50px;
    }

    #officework .common-main-img::before {
        height: 220px;
        width: calc((50vw - 100%) + 220px);
        right: calc((100% - 50vw) - 40px);
        background-size: cover;
        background-position: left;
    }

    #officework .common-main-img img {
        border-radius: 24px;
    }

    #officework .common-menu {
        padding: 40px 16px 26px;
    }

    #officework .common-menu .menu-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #officework .common-menu .menu-item::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #582780;
        opacity: 0;
        transition: all .3s;
    }

    #officework .common-menu .menu-item a {
        padding: 10px 54px 10px 8px;
        font-size: 16px;
    }

    #officework .common-menu .menu-item a::before {
        width: 30px;
        height: 30px;
        bottom: 6px;
        background-color: #A36AD1;
    }

    #officework .common-menu .menu-item a::after {
        width: 16px;
        bottom: 15px;
        right: 15px;
    }

    #officework .job-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    /* Nếu cần sole: đảo ngược chiều */
    #officework .job-box.reverse {
        flex-direction: row-reverse;
    }

    #officework .job-text {
        flex: 1;
        margin-right: 40px;
        margin-bottom: 0;
    }

    /* Khi reverse thì margin chuyển qua trái */
    #officework .job-box.reverse .job-text {
        margin-right: 0;
        margin-left: 40px;
    }

    #officework .job-image {
        flex: 1;
        min-width: 260px;
    }


    #officework .image-group {
        flex-direction: row;
    }

    #officework .movie-box {
        flex-direction: row;
    }

    #officework .movie-text {
        flex: 1;
    }

    #officework .movie-thumbnail {
        flex: 1;
        text-align: right;
        max-width: 310px;
        right: 145px;
    }
  
  #officework .movie-thumbnail a{
    margin-top: 40px;
    border-radius: 4px;
    box-shadow: 16px 16px 32px rgba(237,225,246,.5);
  }

    #officework .movie-caption {
        text-align: left;
        font-size: 14px;
    }


    #officework .voice-header {
        flex-direction: row;
        align-items: flex-start;
        display: block;
    }

    #officework .career-steps {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    #officework .ideal-candidate .group {
        align-items: flex-start;
    }

    #officework .ideal-candidate .bar {
        flex-direction: row;
        text-align: center;
    }

    #officework .ideal-candidate .image-row {
        flex-direction: row;
        margin-top: 85px;
    }
    #officework .ideal-candidate {
        padding-bottom: 120px;
    }

    #officework .ideal-candidate .image-row img {
        width: auto;
        height: 270px;
        margin-right: 20px;
    }

    #officework .title_box .title_ja {
        font-size: 40px;
    }

    #officework .title_box .title_en {
        font-size: 80px;
    }

    #officework .inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 32px 0;
    }

    #officework .officework_job .title_box {
        margin-top: 42px;
    }

    #officework .officework_job .title_box .title_ja {
        font-size: 40px;
        padding-top: 23px;
    }

    #officework .job-text h3 {
        font-size: 32px;
        padding-top: 101px;
        padding-left: 24px;
    }

    #officework .officework_job .title_icon_v:before {
        width: 4px;
        height: 40px;
        left: 0;
        top: calc(50% - -32px);
        background-size: cover;
    }
    #officework .job-image img {
        max-width: 400px;
        height: auto;
        position: relative;
        top: 49px;
        left: -20px;
    }
    #officework .job-text {
        flex: none;
        width: 65%;
        margin-bottom: 0;
    }

    #officework .job-text p {
        margin-bottom: 11px;
        font-size: 16px;
        padding-left: 25px;
        padding-top: 17px;
    }

    #officework .job-skill img {
        width: 60px;
        height: 60px;
    }
    #officework .job-skill {
        padding: 12px 10px;
        display: flex;
        font-size: 14px;
        margin-top: 14px;
        padding-left: 21px;
    }
    #officework .job-text .job-skill p {
        margin-left: 32px;
        margin-top: 0;
        padding: 10px 7px;
        line-height: 1.4;
    }
    #officework .section_officework_2 {
        margin-top: 88px;
    }

    #officework .section_officework_2 .job-text h3 {
        padding-top: 99px;
        padding-left: 4px;
    }
    #officework .officework_job .section_officework_2 .title_icon_v:before {
        width: 4px;
        height: 40px;
        left: -21px;
        top: calc(50% - -30px);
        background-size: cover;
    }

    #officework .officework_job .section_officework_2 .job-text p {
        margin-bottom: 11px;
        padding-left: 4px;
        padding-top: 20px;
        padding-right: 10px;

    }

    #officework .officework_job .section_officework_2 .job-text .job-skill p {
        margin-left: 31px;
        padding-top: 10px;
        padding-bottom: 9px;
        margin-top: 1px;
        margin-right: 18px;
        padding-left: 8px;
    }
    #officework .officework_job .section_officework_2 .job-skill {
        padding: 12px 10px;
        display: flex;
        font-size: 14px;
        margin-top: 14px;
        padding-left: 3px;
    }
    #officework .officework_job .section_officework_2 .job-image img {
        top: 8px;
        left: -1px;
    }
    #officework .officework_job .section_officework_3 .job-image img {
        top: 50px;
        left: -20px;
    }

    #officework .officework_movie .title_icon_v {
        font-size: 24px;
        padding-left: 24px;
    }
    #officework .officework_job {
        padding-bottom: 112px;
    }

    #officework .officework_movie .section_1 .inner {
        padding: 0;
    }
    #officework .image-group {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 41px;
    }
    #officework .officework_movie section.section_1 {
        background: #FAF8FD;
        padding-top: 40px;
        padding-bottom: 77px;
        margin-bottom: 0;
    }
    #officework .officework_movie .section_1 .inner p {
        padding-top: 29px;
        padding-left: 25px;
        letter-spacing: 0;
        font-size: 16px;
        font-weight: 400;
    }
    #officework .officework_movie .title_icon_v:before {
        background-size: cover;
        width: 4px;
        height: 38px;
        left: -1px;
        top: calc(50% - 18px);
    }
    #officework .image-group img {
        border-radius: 25px;
    }
    #officework .movie-thumbnail img {
        border-radius: 8px;
        max-width: 404px;
    }

    #officework .officework_movie .title_box .title_en {
        margin-bottom: 31px;
        position: relative;
        top: 5px;
        font-size: 80px;
    }

    #officework .officework_movie .section_2 .inner {
        padding: 0;
    }
    #officework .officework_movie section.section_2 {
        padding-top: 40px;
    }

    #officework .movie-box .title_box .title_ja {
        top: 74px;
        left: 0;
    }
    #officework .movie-section small {
        font-size: 18px;
        padding-top: 12px;
    }
    #officework .movie-text .sub_title {
        padding-top: 11px;
    }
    #officework .text_move {
        bottom: 77px;
    }

    #officework .officework_voice .title_icon_v {
        font-size: 24px;
        padding-left: 24px;
    }
    #officework .officework_voice .inner {

    }
    #officework .voice-item {
        padding-bottom: 11px;
        padding: 10px 17px;
        margin-top: 51px;
        padding-bottom: 23px;
    }
  
    #officework .voice-item.voice-item_2{
        margin-top: 48px;
    }

    #officework .officework_voice {
        padding-top: 60px;
        padding-bottom: 27px;
    }
    #officework .ideal-candidate h2 {
        margin-bottom: 30px;
        font-size: 24px;
        padding-left: 25px;
        margin-top: 106px;
    }
    #officework .title_icon_v:before {
        background-size: cover;
        width: 4px;
        height: 41px;
        left: 0;
        top: calc(50% - 18px);
    }
    #officework .ideal-candidate .title_icon_v:before {
        top: calc(50% - 18px);
    }
    #officework .officework_voice .title_icon_v:before {
        top: calc(50% - 18px);
        width: 4px;
        background-size: cover;
        height: 40px;
        left: 0;
    }
    #officework .voice-text p {
        font-size: 16px;
        padding: 33px 16px 10px;
    }
    #officework .voice-text {
        flex: 2;
        max-width: 893px;
    }
    #officework .voice-comment {
        font-size: 16px;
        max-width: 624px;
        margin: 0 auto;
        margin-top: 37px;
        position: relative;
        left: 9px;
        border-radius: 40px;
        padding: 10px 22px;
    }
    #officework .career-flow {
        margin-top: 9px;
    }
    #officework .voice-info_content {
        width: 200px;
        text-align: center;
        position: absolute;
        right: 25px;
        top: 54%;
        transform: translateY(-50%);
    }
    #officework .voice-info img {
        width: 170px;
        height: 170px;
    }

    #officework .voice-item_2 .voice-comment {
        margin-top: 8px;
        max-width: 739px;
        margin-left: 150px;
    }
    #officework .font_16_bold {
        font-size: 24px;
    }
    #officework .font_12_400 {
        font-size: 14px;
    }
    #officework .font_13_500 {
        font-size: 16px;
    }
    #officework .voice-item_2 .voice-info_content {
        top: 53%;
    }

    #officework .voice-item_2 .voice-header .voice-text p {
        padding: 28px 16px;
        line-height: 1.7;
    }

    #officework .voice-comment:before {
        content: '';
        background: url('../images/officework/tg_pc.png') no-repeat center center;
        background-size: cover;
        position: absolute;
        width: 26px;
        height: 28px;
        right: -3px;
        top: -11%;
    }
    #officework .movie-thumbnail .btn_play .btn_play_image {
        width: 60px;
        height: 60px;
        top: 48%;
    }
  
    #officework .slider-list{
        margin: 120px 0 0;
    }

    #officework .slider-list img{
        margin: 0 10px;
    }
}

@media print, screen and (min-width: 1201px) {

    #officework .common-menu .menu-item a:hover {
        border-width: 2px;
    }

    #officework .common-menu .menu-item a:hover::before {
        background-color: #582780;
    }

    #officework .common-menu .menu-item:hover::after {
        opacity: 1;
    }
  
    #officework .movie-thumbnail a:hover::before{
      opacity: 0;
    }
}

@media (max-width: 360px) {
    #officework .voice-comment {
        max-width: 180px;
        padding-bottom: 8px;
    }
    #officework .voice-info_content {
        width: calc(100% - 190px);
    }
}


#officework .comingsoon{
  pointer-events: none;
  position: relative;
}

#officework .comingsoon::after{
  position: absolute;
  content: "Coming Soon";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 0;
  color: #fff;
  font-size: 14px;
  z-index: 1;
}
@media print, screen and (min-width: 768px){
  #officework .comingsoon::after{
    top: 50px;
    font-size: 20px;
  }
}

#officework .comingsoon .img::before{
  background: rgba(26, 45, 81, 0.4)!important;
}

#officework .comingsoon .btn_play_image{
  opacity: .5;
}

#officework .comingsoon::before{
  background: rgba(26, 45, 81, 0.4)!important;
}

#officework .comingsoon .btn_play_image{
  opacity: .5;
}