/*common*/
section.job-application-flow-section01 h2 {
    color: #d10c1e;
    font-weight: bold;
}

section.job-application-flow-section01 p {
    color: #707070;
}

section.job-application-flow-section01 a.red-btn {
    background: #d10c1e;
    color: #fff;
    text-align: center;
    border-radius: 46px;
    border: solid 1px #d10c1e;
}

section.job-application-flow-section01 a.red-btn:hover {
    text-decoration: none;
    background: #fff;
    border: solid 1px #d10c1e;
    color: #d10c1e;
}

section.job-application-flow-section01 a.red-border-btn {
    display: inline-block;
    border-radius: 46px;
    width: auto;
    background: #fff;
    border: solid 1px #d10c1e;
    color: #d10c1e;
}

section.job-application-flow-section01 a.red-border-btn:hover {
    background: #d10c1e;
    color: #fff;
    text-align: center;
    border-radius: 46px;
    border: solid 1px #d10c1e;
}

section.job-application-flow-section01 a.gray-border-btn {
    display: inline-block;
    border-radius: 8px;
    width: auto;
    background: #fff;
    border: solid 1px #707070;
    color: #707070;
}

section.job-application-flow-section01 a.gray-border-btn:hover {
    background: #707070;
    color: #fff;
    text-align: center;
    border: solid 1px #707070;
    border-radius: 8px;
}

/* 5 Columns */
.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.visa-wrap {
    margin: 20px -15px 40px;
    padding: 20px;
    background-color: #f2f2f2;
    width: 110%;
    text-align: center;
}
.visa-wrap .visa-image {
    width: 90px;
    margin: 35px 0 0 -25px;
}
.visa-wrap .speech-balloon {
    position: relative;
    text-align: left;
}
.visa-wrap .speech-balloon img {
    width: 270px;
    margin-left: -5px;
}
.visa-wrap .speech-balloon .text-wrap {
    position: absolute;
    top: 15px;
    left: 32px;
    color: #7A7A7A;
    width: 210px;
    height: 150px;
    display: table;
}
.visa-wrap .speech-balloon .text-wrap .text {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.9rem;
}
.visa-wrap label {
    padding: 10px 20px;
    margin-left: 0;
    margin-top: 10px;
}

/* SP 〜1023px
------------------------------ */
@media screen and (max-width: 1023px) {

    .pc-only {
        display: none;
    }

    section.job-application-flow {
        background: url(/assets/about/images/job-application-flow-bg-smp.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #fff;
        padding: 43px 0 360px 0;
    }

    section.job-application-flow h1 {
        font-size: 23px;
        font-weight: bold;
    }

    section.job-application-flow-section01 a.red-btn {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 30px;
        margin-bottom: 50px;
        display: inline-block;
    }

    section.job-application-flow-section01 a.red-border-btn {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 50px;
        margin-bottom: 50px;
        display: inline-block;
        margin-top: 30px;
    }

    section.job-application-flow-section01 a.gray-border-btn {
        font-size: 16px;
        padding: 10px 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .tab5 {
        width: 100%; /*横幅はここで設定します。100%にすれば可変になります。*/
        min-width: 320px;
        margin: 0 auto;
        margin-top: -440px;
    }
    .tab5 .tab-content {
        margin: 0 15px;
    }
    .tab5 label.tab5-first {
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    .tab5 label.tab5-first {
        display: inline-block;
        width: 100%;
        padding: 12px 15px;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.9);
        color: #707070;
        font-weight: bold;
        margin-bottom: 0px;
        border: none;
        box-sizing: border-box;
        font-size: 15px;
        padding-right: 45px;
        box-shadow: none;
        border: none;
        outline: none !important;
    }
    .tab5 label.tab5-first:hover {
        background: #eee;
    }
    .tab5 input.tab5-first:checked + label {
        background: rgba(255, 255, 255, 0.9);
        color: #d10c1e;
        padding: 12px 15px;
        margin-bottom: 0px;
    }
    .tab5 input.tab5-first {
        display: none;
    }

    .tab5 p {
        margin-bottom: 0;
    }

    .tab5 #tab5-account-sp,
    .tab5 #tab5-video-sp,
    .tab5 #tab5-apply-sp,
    .tab5 #tab5-interview-setting-sp,
    .tab5 #tab5-interview-sp,
    .tab5 #tab5-first-day-sp {
        display: none;
        padding: 30px 15px;
    }
    .tab5 #tab5-1:checked ~ #tab5-account-sp,
    .tab5 #tab5-2:checked ~ #tab5-video-sp,
    .tab5 #tab5-3:checked ~ #tab5-apply-sp,
    .tab5 #tab5-4:checked ~ #tab5-interview-setting-sp,
    .tab5 #tab5-5:checked ~ #tab5-interview-sp,
    .tab5 #tab5-6:checked ~ #tab5-first-day-sp {
        display: block;
        margin-top: 30px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        background: #fff;
    }

    .tab5 #tab5-account-sp h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .tab5 #tab5-account-sp h4 {
        font-size: 17px;
        font-weight: bold;
    }

    .tab5 h2 {
        font-size: 18px;
        color: #d21b2b;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .tab5 strong {
        text-align: center;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .tab5 p {
        font-size: 15px;
        line-height: 1.8;
    }

    ul.tab5-flow {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .tab5-flow li {
        margin-bottom: 20px;
        font-size: 17px;
        font-weight: bold;
    }

    .tab5-flow li img {
        vertical-align: top;
        margin-right: 15px;
        float: left;
    }

    .tab5-flow li span {
        margin-top: -15px;
    }

    .tab5 .mypage-links {
        padding: 0 15px;
        margin-top: 30px;
    }

    .tab5 #tab5-video-sp .top-image img {
        width: 100%;
        margin-bottom: 0px;
    }

    .tab5 #tab5-video-sp section {
        margin-top: 2em;
    }

    .tab5 #tab5-video-sp h3 {
        font-weight: bold;
        font-size: 18px;
        margin: 1em auto;
        text-align: center;
    }

    .tab5 #tab5-video-sp h3.q-icon {
        display: inline-flex;
        align-items: center;
    }

    .tab5 #tab5-video-sp h3 i {
        color: #0e69a5;
        font-size: 130%;
        margin-right: 5px;
    }

    .tab5 #tab5-video-sp p {
        font-size: 14px;
    }

    .tab5 #tab5-video-sp p strong,
    .talk li {
        color: #0e69a5;
        font-weight: bold;
        font-size: 14px;
    }

    .tab-content-video-sp .m-t {
        margin-top: 1em;
    }

    .tab-content-video-sp .m-b {
        margin-bottom: 1em;
    }

    .m-b-0 {
        margin-bottom: 0 !important;
    }

    .tab5 #tab5-video-sp .m-tb {
        margin: 2em 0;
    }

    .tab5 #tab5-video-sp .about {
        margin-top: 2em;
    }

    .tab5 #tab5-video-sp .chart {
        background-color: #f2f2f2;
        text-align: center;
        margin: 3em -15px;
        padding: 2em 15px 3em ;
    }

    .tab5 #tab5-video-sp .chart .flex-item {
        width: 80%;
        max-width: 400px;
        margin: 1em auto;
    }

    .tab5 #tab5-video-sp .flex-item img {
        width: 25vw;
    }

    .tab5 #tab5-video-sp .chart li {
        margin-top: 10px;
    }

    .tab5 #tab5-video-sp .chart li img {
        width: 10px;
        margin-right: 5px;
        display: inline-flex;
        align-items: center;
    }

    .tab5 #tab5-video-sp .chart ul {
        text-align: left;
        width: 50%;
        margin-left: 10px;
    }

    .tab5 #tab5-video-sp .chart li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .tab5 #tab5-video-sp .chart li b {
        font-size: 16px;
        width: 90%;
    }

    .tab5 #tab5-video-sp .chart a {
        color: #9d9d9d;
        border-bottom: 1px solid #9d9d9d;
    }

    .tab5 #tab5-video-sp .chart .text-bottom {
        width: 85%;
        max-width: 650px;
        margin: 2em auto 0;
    }

    .tab5 #tab5-video-sp .chart .text-bottom p {
        font-size: 14px;
    }

    .tab5 #tab5-video-sp .chart div strong {
        color: #363636;
        font-size: 15px;
        background: linear-gradient(transparent 50%, #f8ff76 50%);
    }

    .tab5 #tab5-video-sp .chart .text-bottom span {
        display: block;
        margin-top: 1em;
    }

    .tab5 #tab5-video-sp .difficult {
        background:url(/assets/about/images/my_self_movie/my_self_movie_difficult_bg_image.png) no-repeat;
        background-position: 90% 100%;
        background-size: 250px 250px;
    }

    .tab5 #tab5-video-sp .opacity {
        background:rgba(255, 255, 255, 0.7);
        height: auto;
    }

    .tab5 #tab5-video-sp .difficult ul {
        padding-top: 1em;
        padding-bottom: 3em;
    }

    .tab5 #tab5-video-sp .difficult li {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 2em 0;
        display: inline-flex;
        align-items: center;
    }

    .tab5 #tab5-video-sp .difficult ul:last-child {
        margin-bottom: 0;
    }

    .tab5 #tab5-video-sp .difficult li img {
        width: 80px;
    }

    .tab5 #tab5-video-sp .difficult li p {
        color:  #707070;
        width: 60%;
        margin-left: 1em;
    }

    .tab5 #tab5-video-sp .talk {
        background-color: #f2f2f2;
        margin: 0 -15px 3em;
        padding: 5px 15px 5em ;
    }

    .tab5 #tab5-video-sp .talk h3 {
        margin-top: 3em;
    }

    .tab5 #tab5-video-sp .talk li {
        list-style: inside;
    }

    .tab5 #tab5-video-sp .talk-sample {
        background:#fff;
        padding: 5px 1em 20px;
        border-radius: 20px;
        margin: 3em 0;
    }

    .tab5 #tab5-video-sp .talk-sample ul {
        padding-inline-start: 0;
        max-width: 600px;
        margin: 0 auto;
    }

    .tab5 #tab5-video-sp .talk-sample li {
        list-style: none;
        font-size: 100%;
        color: #707070;
        margin: 2em 0;
    }

    .tab5 #tab5-video-sp .talk-sample li b {
        color:#282828;
    }

    .tab5 #tab5-video-sp .slider-flex-box {
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow-y: hidden;
        margin-bottom: 3em;
    }

    .tab5 #tab5-video-sp .inner {
        height: auto;
        width: 85%;
        max-width: 450px;
        margin: 2em 0.5em 4em;
        flex-shrink: 0;
        border-radius: 15px;
        background-color: #fff;
        box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, .3);
        position: relative;
    }

    .tab5 #tab5-video-sp .movie-sample {
        margin-bottom: 4em;
    }

    .tab5 #tab5-video-sp .movie-sample .person {
        padding: 0.5em;
    }

    .tab5 #tab5-video-sp .movie-sample video {
        min-width: 122px;
        width: 30%;
        margin: 5px;
        border-radius: 15px;
    }

    .tab5 #tab5-video-sp .movie-sample .person-movie {
        display: flex;
        align-items: center;
    }

    .tab5 #tab5-video-sp .movie-sample h4 {
        font-weight: bold;
        font-size: 14px;
    }

    .tab5 #tab5-video-sp .movie-sample .pl {
        padding-left: 0.5em;
        width: 70%;
    }

    .tab5 #tab5-video-sp .country {
        text-align: center;
    }

    .tab5 #tab5-video-sp p.sp-only {
        width: 100%;
        display: block;
    }

    .tab5 #tab5-video-sp .caution {
        background-color: #f2f2f2;
        margin: 3em -15px;
        padding: 2em 0 3em;
    }

    .tab5 #tab5-video-sp .caution .step {
        height: auto;
        width: 80%;
        max-width: 450px;
        margin: 2em 1em;
        flex-shrink: 0;
        border-radius: 15px;
        background-color: #fff;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
        position: relative;
    }

    .tab5 #tab5-video-sp .caution .step img {
        border-radius: 15px 15px 0 0;
        width: 100%;
    }

    .tab5 #tab5-video-sp .caution .step .text {
        width: 100%;
        padding: 2em;
    }

    .tab5 #tab5-video-sp .caution .step .step-icon {
        width: 40px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .tab5 #tab5-video-sp .caution .step a {
        color: #232323;
        border-bottom: 1px solid #232323;
    }

    .tab5 #tab5-video-sp .caution .step a:hover {
        font-weight: bold;
        color: #575757;
        border-bottom: 2px solid #575757;
    }

    .tab5 #tab5-video-sp .smile {
        background: #fff;
    }

    .tab5 #tab5-video-sp .smile img {
        margin: 5em auto;
        width: 90%;
    }

    .tab5 #tab5-video-sp .faq {
        background: #fff;
        padding-bottom: 3em;
    }

    .tab5 #tab5-video-sp .faq__question {
        color: #707070;
        border-bottom: 1px dashed #aaa;
        font-size: 100%;
        position: relative;
        padding: 16px 16px 24px 50px;
    }

    .tab5 #tab5-video-sp .faq__question:first-child {
        border-top: 1px dashed #aaa;
    }

    .tab5 #tab5-video-sp .faq__question::before,
    .tab5 #tab5-video-sp .faq__answer::before {
        color: #fff;
        display: inline-block;
        font-weight: normal;
        text-align: center;
        border-radius: 50%;
        font-size: 14px;
        height: 32px;
        width: 32px;
        line-height: 32px;
    }

    .tab5 #tab5-video-sp .faq__question::before {
        content: 'Q';
        background: #fe5a5e;
        position: absolute;
        top: 12px;
        left: 12px;
    }

    .tab5 #tab5-video-sp .faq__answer::before {
        content: 'A';
        background: #0e69a5;
        position: absolute;
        top: 12px;
        left: 12px;
    }

    .tab5 #tab5-video-sp .faq__question::after {
        font-family: "Font Awesome 5 Free";
        content: '\f078';
        color: #aaa;
        position: absolute;
        top: 25%;
        right: 12px;
        transition: 0.5s;
    }
    .tab5 #tab5-video-sp .faq__question.js--open-answer::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .tab5 #tab5-video-sp .faq__answer {
        background: #f5f5f5;
        max-height: 0;
        overflow-y: hidden;
        position: relative;
        transition: max-height 0.5s;
    }

    .tab5 #tab5-video-sp .faq__question.js--open-answer + .faq__answer {
        max-height: 100vh;
        border-bottom: 1px dashed #aaa;
    }

    .tab5 #tab5-video-sp .faq__answer__container {
        margin: 16px 10px 16px 50px;
    }

    .tab5 #tab5-video-sp .btn-qa {
        color: #fff !important;
        background-color: #707070;
    }

    .tab5 #tab5-video-sp .btn-qa:hover {
        text-decoration: none;
        background: #fff;
        border: solid 1px #707070;
        color: #707070 !important;
    }

    .tab5 #tab5-apply-sp video {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .tab5 #tab5-apply-sp h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .tab5 #tab5-apply-sp .border-icon-box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .tab5 #tab5-apply-sp .border-icon-box-wrap {
        margin-bottom: 30px;
    }

    .tab5 #tab5-apply-sp .border-icon-box {
        border: solid 1px #707070;
        padding: 20px 15px;
        text-align: center;
    }

    .tab5 #tab5-apply-sp .border-icon-box span {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 20px;
        display: inline-block;
        color: #222;
    }

    .tab5 #tab5-apply-sp .border-icon-box p {
        text-align: left;
    }

    .tab5 #tab5-apply-sp .gray-bg-box {
        background: #f6f7f7;
        padding: 30px 15px;
        margin-bottom: 40px;
    }

    .tab5 #tab5-apply-sp .gray-bg-box h4 {
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .tab5 #tab5-apply-sp .gray-bg-box h4:first-child {
        margin-top: 0;
    }

    .tab5 #tab5-apply-sp .gray-bg-box p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .tab5 #tab5-interview-setting-sp .flow-images {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .tab5 #tab5-interview-setting-sp h3 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tab5 #tab5-interview-setting-sp .arrow-box {
        text-align: center;
    }

    .tab5 #tab5-interview-setting-sp .arrow-box img {
        margin-top: 40px;
        margin-bottom: 40px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .tab5 #tab5-interview-setting-sp strong {
        font-size: 16px;
    }

    .tab5 #tab5-interview-setting-sp .arrow-box strong {
        font-size: 16px;
        margin-bottom: 30px;
        border: 1px solid #222;
        padding: 10px 15px;
        display: block;
    }

    .tab5 #tab5-interview-sp h3 {
        font-size: 18px;
        font-weight: bold;
        color: #222;
        margin-top: 30px;
        margin-bottom: 30px;
        line-height: 1.8;
    }

    .tab5 #tab5-interview-sp h4 {
        font-size: 18px;
        border-bottom: 1px solid #707070;
        padding-bottom: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
        line-height: 1.8;
    }

    .acd-check {
        display: none;
    }

    .acd-label {
        background: none;
        color: #222222;
        display: block;
        margin-bottom: 1px;
        padding: 10px;
        position: relative;
        font-size: 15px;
        border-bottom: 1px solid #e3e3e3;
        padding-right: 40px;
        line-height: 1.8;
    }

    .acd-label span {
        color: #d10c1e;
        font-size: 20px;
        font-weight: normal;
    }

    .acd-label:after {
        background: none;
        box-sizing: border-box;
        content: "\f078";
        display: block;
        font-family: "Font Awesome 5 Free";
        height: 44px;
        padding: 11px 20px;
        position: absolute;
        right: 0;
        top: 0px;
        bottom: 0;
        font-weight: 900;
    }

    .acd-content {
        background: #f6f7f7;
        display: block;
        height: 0;
        opacity: 0;
        padding: 0 10px;
        transition: 0.5s;
        visibility: hidden;
    }

    .acd-content video {
        width: 100%;
        margin-top: 30px;
    }

    .acd-content p {
        font-size: 14px;
    }

    .acd-content span {
        color: #0e69a5;
        font-size: 20px;
    }

    .acd-content strong {
        font-weight: normal;
        font-size: 14px;
    }

    .acd-content .row {
        margin-top: 20px;
    }

    .acd-check:checked + .acd-label:after {
        content: "\f077";
    }

    .acd-check:checked + .acd-label + .acd-content {
        height: auto;
        opacity: 1;
        padding: 10px;
        visibility: visible;
    }

    .tab5 #tab5-interview-sp .text-section p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .tab5 #tab5-interview-sp .col-12.col-lg-7 strong {
        margin-bottom: 30px;
        display: block;
        text-align: left;
    }

    .tab5 #tab5-interview-sp .col-12.col-lg-7 li {
        margin-left: 15px;
        margin-right: 15px;
    }

    .tab5 #tab5-first-day-sp h3 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .tab5 #tab5-first-day-sp h4 {
        font-size: 16px;
    }

    .tab5 #tab5-first-day-sp h5 {
        font-size: 18px;
    }

    .tab5 #tab5-first-day-sp .gray-box {
        background: #f6f7f7;
        padding: 30px 15px;
        margin-bottom: 40px;
    }

    .tab5 #tab5-first-day-sp .gray-box p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .tab5 #tab5-first-day-sp .gray-box p:last-child {
        margin-bottom: 0;
    }

    .tab5 #tab5-first-day-sp .border-icon-box {
        border: solid 1px #707070;
        padding: 20px 15px;
        text-align: center;
    }

    .tab5 #tab5-first-day-sp .border-icon-box h5 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 20px;
        display: inline-block;
        color: #222;
    }

    .tab5 #tab5-first-day-sp .border-icon-box-wrap {
        margin-bottom: 30px;
    }
}

/* PC 1024px~
------------------------------ */
@media screen and (min-width: 1024px) {

    .sp-only {
        display: none;
    }

    section.job-application-flow {
        background: url(/assets/about/images/job-application-flow-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        color: #fff;
        padding: 120px 0;
    }

    section.job-application-flow h1 {
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 0;
    }

    section.job-application-flow-section01 .container {
        position: relative;
        height: 100%;
    }

    section.job-application-flow-section01 h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    section.job-application-flow-section01 a.red-btn {
        padding: 13px 60px;
        font-size: 18px;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pc-only label.btn-danger {
        padding: 13px 60px;
        font-size: 120%;
    }

    .pc-only a.btn-danger,
    .pc-only .btn-qa {
        padding: 13px 60px;
        font-size: 120%;
    }

    section.job-application-flow-section01 .btn-danger:hover {
        text-decoration: none;
        background: #fff;
        border: solid 1px #d10c1e;
        color: #d10c1e;
    }

    section.job-application-flow-section01 a.red-border-btn {
        padding: 13px 50px;
        font-size: 18px;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    section.job-application-flow-section01 a.gray-border-btn {
        font-size: 16px;
        padding: 10px 30px;
        margin-bottom: 40px;
    }

    .tab-content-account h3 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .tab-content-account h4 {
        font-size: 24px;
        color: #222;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .tab-content-account h4 img {
        width: 25px;
        margin-top: -5px;
        margin-right: 5px;
    }

    .tab-content-account .flow-icon-wrap img {
        width: 20%;
        height: 42px;
    }

    .tab-content-account .flow-icon-wrap p {
        margin-top: 20px;
        font-size: 18px;
    }

    .tab-content-account img.resume-saple-image {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 40px;
    }

    .tab-content-account .text-center.d-block
        strong {
        font-size: 20px;
        margin-top: 40px;
        display: block;
    }

    section.job-application-flow-section01 .container .d-none.d-lg-block {
        position: relative;
        height: 100;
        height: 100%;
    }

    .tab-content-video .top-image img {
        width: 100%;
    }

    .tab-content-video h3 {
        font-size: 28px;
        font-weight: bold;
        margin: 1em auto;
        text-align: center;
    }

    .tab-content-video h3.q-icon {
        display: inline-flex;
        align-items: center;
    }

    .tab-content-video p.text-box strong,
    .talk li,
    .tab-content-video h3 i {
        font-weight: bold;
        color: #0e69a5;
    }

    .talk li,
    .tab-content-video h3 i {
        font-size: 130%;
        margin-right: 5px;
    }

    .tab-content-video .m-t {
        margin-top: 1em;
    }

    .tab-content-video .m-b {
        margin-bottom: 1em;
    }

    .m-b-0 {
        margin-bottom: 0 !important;
    }

    .tab-content-video .m-tb,
    .difficult li p {
        margin: 2em 0;
    }

    .tab-content-video .about {
        margin-top: 2em;
    }

    .tab-content-video .chart {
        background-color: #f2f2f2;
        text-align: center;
        margin: 3em -30px;
        padding: 1em 0 3em ;
    }

    .tab-content-video .chart .flex-box {
        width: 90%;
        display: flex;
        justify-content: center;
        margin: 3em auto;
    }

    .tab-content-video .chart .flex-item {
        width: 45%;
    }

    .tab-content-video .chart ul {
        text-align: left;
        width: 100%;
        margin-top: 1em;
        padding: 0;
    }

    .tab-content-video .chart li {
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        align-items: center;
    }

    .tab-content-video .chart b {
        display: block;
        width:80%;
    }

    .tab-content-video .chart li a {
        color: #9d9d9d;
        border-bottom: 1px solid #9d9d9d;
    }

    .tab-content-video .chart div strong {
        color: #363636;
        font-size: 20px;
        background: linear-gradient(transparent 50%, #f8ff76 50%);
    }

    .tab-content-video .difficult {
        background:url(/assets/about/images/my_self_movie/my_self_movie_difficult_bg_image.png) no-repeat;
        background-position: 90% 100%;
        background-size: 430px 360px;
    }

    .tab-content-video .opacity {
        background:rgba(255, 255, 255, 0.7);
    }

    .tab-content-video .difficult ul {
        display: flex;
        justify-content: center;
    }

    .tab-content-video .difficult li {
        text-align: center;
        width: 30%;
        margin: 3em 0;
        color: #707070;
    }

    .tab-content-video .talk {
        background-color: #f2f2f2;
        margin: 0 -30px 3em;
        padding: 5px 30px 5em ;
    }

    .tab-content-video .talk li {
        list-style: inside;
    }

    .tab-content-video .talk-sample {
        background:#fff;
        margin: 5em;
        padding: 5px 3em 20px;
        border-radius: 20px;
    }

    .tab-content-video .talk-sample ul {
        padding-inline-start: 0;
    }

    .tab-content-video .talk-sample li {
        list-style: none;
        font-size: 100%;
        color: #707070;
        margin: 2em 0;
    }

    .tab-content-video .talk-sample li b {
        color: #313131;
    }

    .tab-content-video .movie-sample {
        padding: 5px 5em 5em;
        width:100%;
    }

    .tab-content-video .movie-sample h4 {
        margin-bottom: 2em;
    }

    .tab-content-video .movie-sample .person {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 1em;
    }

    .tab-content-video .movie-sample video {
        width: 200px;
        border-radius: 15px;
    }

    .tab-content-video .movie-sample h4 {
        font-weight: bold;
        font-size: 20px;
    }

    .tab-content-video .movie-sample .pl {
        padding-left: 5em;
    }

    .tab-content-video .movie-sample .country {
        text-align: right;
    }

    .tab-content-video .movie-sample .second-person {
        flex-direction: row-reverse;
    }

    .tab-content-video .movie-sample .second-person .pl {
        padding-left: 0;
        padding-right: 5em;
    }

    .tab-content-video .caution {
        background-color: #f2f2f2;
        margin: 1em -30px;
        padding: 2em 0 3em;
    }

    .tab-content-video .caution .step,
    .tab-content-video .smile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 5em 0;
    }

    .tab-content-video .caution .step div,
    .tab-content-video .smile div {
        width: 45%;
    }

    .tab-content-video .caution .step img,
    .tab-content-video .smile img {
        width: 90%;
        margin-right: 1rem;
    }

    .tab-content-video .caution .step a {
        color: #232323;
        border-bottom: 1px solid #232323;
    }

    .tab-content-video .caution .step a:hover {
        font-weight: bold;
        color: #575757;
        border-bottom: 2px solid #575757;
    }

    .tab-content-video .faq {
        background: #fff;
        padding-bottom: 3em;
    }

    .tab-content-video .faq__question {
        color: #707070;
        border-bottom: 1px dashed #aaa;
        font-size: 120%;
        position: relative;
        padding: 24px 16px 24px 72px;
    }

    .tab-content-video .faq__question:first-child {
        border-top: 1px dashed #aaa;
    }

    .tab-content-video .faq__question::before,
    .tab-content-video .faq__answer::before {
        color: #fff;
        display: inline-block;
        font-weight: normal;
        text-align: center;
        border-radius: 50%;
        font-size: 24px;
        height: 48px;
        width: 48px;
        line-height: 48px;
    }

    .tab-content-video .faq__question::before {
        content: 'Q';
        background: #fe5a5e;
        position: absolute;
        top: 12px;
        left: 12px;
    }

    .tab-content-video .faq__answer::before {
        content: 'A';
        background: #0e69a5;
        position: absolute;
        top: 12px;
        left: 12px;
    }

    .tab-content-video .faq__question::after {
        font-family: "Font Awesome 5 Free";
        content: '\f078';
        color: #aaa;
        position: absolute;
        top: 30%;
        right: 12px;
        transition: 0.5s;
    }

    .tab-content-video .faq__question.js--open-answer::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .tab-content-video .faq__answer {
        background: #f5f5f5;
        max-height: 0;
        overflow-y: hidden;
        position: relative;
        transition: max-height 0.5s;
    }

    .tab-content-video .faq__question.js--open-answer + .faq__answer {
        max-height: 100vh;
        border-bottom: 1px dashed #aaa;
    }

    .tab-content-video .faq__answer__container {
        margin: 24px 72px 36px;
    }

    .tab-content-video .btn-qa {
        padding: 13px 60px;
        font-size: 120%;
        color: #fff !important;
        background-color: #707070;
        border-color: #707070;
    }

    .tab-content-video .btn-qa:hover {
        text-decoration: none;
        background: #fff;
        border: solid 1px #707070;
        color: #707070 !important;
    }

    .tab-content-apply h3 {
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .tab-content-apply h5 {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .tab-content-apply video {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 40px;
    }

    .tab-content-apply .border-icon-box-wrap {
        margin-top: -40px;
        margin-bottom: 60px;
    }

    .tab-content-apply .border-icon-box {
        border: solid 1px #707070;
        padding: 20px 15px;
        text-align: center;
        margin-top: 30px;
    }

    .tab-content-apply .border-icon-box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .tab-content-apply .border-icon-box span {
        font-size: 22px;
        color: #222;
        margin-top: 20px;
        margin-bottom: 15px;
        display: block;
    }

    .tab-content-apply .border-icon-box p {
        text-align: left;
        margin-bottom: 0;
    }

    .tab-content-apply .gray-bg-box {
        background: #f6f7f7;
        padding: 40px;
        margin-bottom: 40px;
    }

    .tab-content-apply .gray-bg-box h6:first-child {
        margin-top: 0;
    }

    .tab-content-apply .gray-bg-box h6 {
        font-size: 18px;
        color: #222;
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .tab-content-apply .gray-bg-box p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .tab-content-interview-setting h3.second-child {
        margin-top: -20px;
    }

    .tab-content-interview-setting h3 {
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .tab-content-interview-setting .images-box {
        margin-left: auto;
        margin-right: auto;
    }

    .tab-content-interview-setting img.flow-images {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
    }

    .tab-content-interview-setting .arrow-box img {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .tab-content-interview-setting .arrow-box strong {
        display: block;
        border: 2px solid #222;
        padding: 20px 15px;
    }

    .tab-content-interview h3 {
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .tab-content-interview h4 {
        display: block;
        font-size: 22px;
        border-bottom: 1px solid #707070;
        padding-bottom: 15px;
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .tab-content-interview .text-box {
        margin-bottom: 60px;
    }

    .tab-content-interview .img-box {
        margin-left: auto;
        margin-right: auto;
    }

    .tab-content-interview .text-section {
        padding: 0 10px;
    }

    .tab-content-interview .text-section p {
        font-size: 15px;
    }

    .tab-content-interview .col-12.col-lg-7 strong {
        margin-bottom: 30px;
        display: block;
    }

    .tab-content-interview .col-12.col-lg-7 li {
        margin-left: 15px;
    }

    .acd-check {
        display: none;
    }

    .acd-label {
        background: none;
        color: #222222;
        display: block;
        margin-bottom: 1px;
        padding: 10px;
        position: relative;
        font-size: 15px;
        border-bottom: 1px solid #e3e3e3;
    }

    .acd-label span {
        color: #d10c1e;
        font-size: 22px;
    }

    .acd-label:after {
        background: none;
        box-sizing: border-box;
        content: "\f078";
        display: block;
        font-family: "Font Awesome 5 Free";
        height: 44px;
        padding: 11px 20px;
        position: absolute;
        right: 0;
        top: 0px;
        bottom: 0;
        font-weight: 900;
    }

    .acd-content {
        background: #f6f7f7;
        display: block;
        height: 0;
        opacity: 0;
        padding: 0 10px;
        transition: 0.5s;
        visibility: hidden;
    }

    .acd-content video {
        width: 100%;
    }

    .acd-content span {
        color: #0e69a5;
        font-size: 22px;
    }

    .acd-content strong {
        font-weight: normal;
        font-size: 18px;
    }

    .acd-content .row {
        margin-top: 30px;
    }

    .tab-content-interview .faq__talk-examples h4 {
        margin-top: 0;
    }

    .tab-content-first-day h3 {
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .tab-content-first-day .gray-box {
        background: #f6f7f7;
        padding: 40px;
        margin-bottom: 40px;
    }

    .tab-content-first-day h4:first-child {
        margin-top: 0;
    }

    .tab-content-first-day h4 {
        font-size: 18px;
        color: #222;
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .tab-content-first-day .border-icon-box {
        border: solid 1px #707070;
        padding: 20px 15px;
        text-align: center;
        margin-top: 30px;
    }

    .tab-content-first-day .border-icon-box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .tab-content-first-day .border-icon-box-wrap {
        margin-top: -40px;
        margin-bottom: 60px;
    }

    .tab-content-first-day .border-icon-box h5 {
        font-size: 18px;
        color: #222;
        margin-top: 20px;
        margin-bottom: 15px;
        display: block;
        text-align: left;
    }

    .acd-check:checked + .acd-label:after {
        content: "\f077";
    }

    .acd-check:checked + .acd-label + .acd-content {
        height: auto;
        opacity: 1;
        padding: 10px;
        visibility: visible;
    }

    .tab-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0;
        margin-top: -220px;
    }

    .tab-label {
        color: #707070;
        background: #fff;
        font-weight: bold;
        white-space: nowrap;
        text-align: left;
        padding: 10px 0.5em;
        order: -1;
        position: relative;
        z-index: 1;
        cursor: pointer;
        flex: 1;
        border-right: dotted 1px #707070;
        font-size: 16px;
        text-align: center;
    }

    .tab-label span {
        text-align: center;
        display: inline-block;
    }

    label.last-child {
        border-right: none;
    }

    label.first-child {
        text-align: center;
    }

    .tab-label:not(:last-of-type) {
        margin-right: 0;
    }

    .tab-content {
        width: 100%;
        height: 0;
        overflow: hidden;
        opacity: 0;
        background: #fff;
    }

    .tab-switch:checked + .tab-label {
        background: #fff;
        color: #d21b2b;
    }

    .tab-switch:checked + .tab-label + .tab-content {
        height: auto;
        overflow: inherit;
        opacity: 1;
        transition: 0.5s opacity;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        margin-top: 25px;
        width: 1040px;
        margin-left: auto;
        margin-right: auto;
        padding: 60px 30px;
    }

    .tab-switch {
        display: none;
    }
}

/*PC*/
@media screen and (min-width: 600px) {
    .ditaile-category-link li {
        float: left;
        margin-right: 10px;
    }

    .visa-wrap {
        margin: 20px -30px 40px;
        padding: 20px;
        background-color: #f2f2f2;
        width: 1040px;
        text-align: left;
    }

    .visa-wrap .visa-image {
        width: 170px;
        margin: 20px 0 0 50px;
    }

    .visa-wrap .speech-balloon {
        position: relative;
    }

    .visa-wrap .speech-balloon img {
        width: 100%;
    }

    .visa-wrap .speech-balloon .text-wrap {
        position: absolute;
        top: 15px;
        left: 30px;
        color: #7A7A7A;
        width: 630px;
        height: 100px;
        display: table;
    }

    .visa-wrap .speech-balloon .text-wrap .text {
        display: table-cell;
        vertical-align: middle;
    }

    .visa-wrap label {
        padding: 10px;
        margin-left: 15px;
    }

    section.sing-up-complete-job-search {
        background: url(/assets/about/images/sarch-box-bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

section.job-application-flow .container,
section.job-application-flow-section01 .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 72px 0;
}

.monitor-headline {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}
