.c-section {
    margin: 40px 0 100px;
}
p.lead{
    font-size: 18px;
    line-height: 1.8em;
}

.link{
    padding-top: 60px;
    margin-top: -60px;
}
.intern-image{
    margin: 80px 0 20px 0;
}
.intern-image img{
}
.img-wrap{
    position: relative;
}
.intern-image a{
    position: absolute;
    text-indent: -9999px;
}
.intern-image a:hover{
    background: rgba(255,255,255,0.5);
}
.intern-image .img-wrap a.link1{
    right: 7px;
    bottom: 40px;
    width: 443px;
    height: 40px;
}
.intern-image .img-wrap a.link2{
    right: 466px;
    bottom: 40px;
    width: 200px;
    height: 40px;
}
.intern-image .img-wrap a.link3{
    right: 250px;
    bottom: 96px;
    width: 633px;
    height: 40px;
}
.intern-image .img-wrap a.link4{
    right: 7px;
    bottom: 96px;
    width: 226px;
    height: 40px;
}
@media(max-width:1072px) {
    .intern-image .img-wrap a.link1{
        right: 11px;
        bottom: 65px;
        width: 290px;
        height: 60px;
    }
    .intern-image .img-wrap a.link2{
        right: 323px;
        bottom: 65px;
        width: 120px;
        height: 60px;
    }
    .intern-image .img-wrap a.link3{
        right: 181px;
        bottom: 142px;
        width: 402px;
        height: 60px;
    }
    .intern-image .img-wrap a.link4{
        right: 11px;
        bottom: 142px;
        width: 150px;
        height: 60px;
    }
}

@media(max-width:480px) {
    .common-h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .intern-image{
        margin: 40px 0 60px 0;
        overflow-x: scroll;
    }
    .intern-image img{
        max-width: none;
        padding-bottom: 10px;
    }
    .intern-image .scroll{
        width: 98%;
        flex-shrink: 0;
    }
    .simplebar-track.simplebar-horizontal{
        height: 5px!important;
        background: #F2F2F2;
        border-radius: 5px;
    }
    .simplebar-scrollbar {
        height: 5px!important;
        background: #00B7F1;
        border-radius: 5px;
        top: 0!important;
      }
      .simplebar-scrollbar:before{
        display: none!important;
      }
    .img-wrap{
        position: relative;
        width: 734px;
    }
      .intern-image a{
        position: absolute;
        display: inline-block;
      }
      .intern-image .img-wrap a.link1{
        right: 11px;
        bottom: 65px;
        width: 290px;
        height: 60px;
    }
    .intern-image .img-wrap a.link2{
        right: 323px;
        bottom: 65px;
        width: 120px;
        height: 60px;
    }
    .intern-image .img-wrap a.link3{
        right: 181px;
        bottom: 142px;
        width: 402px;
        height: 60px;
    }
    .intern-image .img-wrap a.link4{
        right: 11px;
        bottom: 142px;
        width: 150px;
        height: 60px;
    }
    /*.intern-image::-webkit-scrollbar {
        height: 5px;
      }
       
      .intern-image::-webkit-scrollbar-thumb {
        background: #00B7F1;
        border-radius: 7px;
      }
       
      .intern-image::-webkit-scrollbar-track {
        background: #F2F2F2;
        border-radius: 7px;
      }*/
}

.intern-type-list{
    padding: 60px 0;
}
.intern-type-list h2.common-h2{
    margin-top: 30px;
    margin-bottom: 30px;
}
.intern-type-list a{
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    margin-bottom: 40px;
    letter-spacing: 0.06rem;
    font-size: 16px;
}
.intern-type-list a.nolink{
    pointer-events: none;
}
.intern-type-list a.nolink div.exp:before,
.intern-type-list a.nolink div.exp:after{
    display: none;
}
.intern-type-list a div.icon-title{
    width: 31%;
    background:#00B7F1;
    color: white;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-family: 'SyntaxNextBold','TazuganeGothicBold';
    text-align: center;
}
.intern-type-list a.paid div.icon-title{
    font-size: 26px;
}
.intern-type-list a div.icon-title img{
    width: 120px;
    height: 138px;
    padding-bottom: 20px;
}

.intern-type-list a div.exp{
    background: #E9F2F8;
    position: relative;
    padding: 40px 100px 40px 40px;
    width: 69%;
}
.intern-type-list a div.exp div.title{
    font-size: 32px;
    font-family: 'SyntaxNextBold','TazuganeGothicBold';
    margin-bottom: 20px;
    line-height: 1.2em;
}
.intern-type-list a div.exp div.title small{
    font-size: 24px;
}
.intern-type-list a div.exp p{
    padding-bottom: 20px;
}
.intern-type-list a div.exp div.date{
    background: white;
    display: flex;
    margin-bottom: 10px;
}
.intern-type-list a div.exp div.date span{
    padding: 10px 0px;
}
.intern-type-list a div.exp div.date span.blue{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: white;
    background: #00B7F1;
    margin-right: 20px;
    white-space: nowrap;
    font-family: 'SyntaxNextBold','TazuganeGothicBold';
}
.intern-type-list a div.exp small{
    font-size: 0.8rem;
    line-height: 1.5em;
    display: inline-block;
}

.course-lead {
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: 0.06em;
    line-height: 1.75;
}

@media(max-width:767px) {
    .course-lead {
        font-size: 14px;
        margin-bottom: 30px;
        line-height: 1.714;
    }
    .c-section {
        margin: 30px 0 60px 0;
    }
    p.lead{
        font-size: 14px;
    }
    .intern-type-list{
        padding: 20px 0 0 0;
    }
    .intern-type-list a{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .intern-type-list a div.icon-title,
    .intern-type-list a div.exp{
        width: 100%;
    }
    .intern-type-list a.paid div.icon-title,
    .intern-type-list a div.icon-title{
        font-size: 24px;
        padding: 30px 0;
    }
    .intern-type-list a div.exp div.title small{
        font-size: 18px;
        display: inline-block;
        line-height: 1.3em;
        padding-top: 5px;
    }
    .intern-type-list a div.exp{
        padding: 20px 20px 50px 20px;   
    }
    .intern-type-list a div.exp div.title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .intern-type-list a.paid div.exp div.title{
        font-size: 22px;
    }
    .intern-type-list a div.exp div.date span{
        padding: 5px 0;
    }
    .intern-type-list a div.exp div.date span.blue{
        padding: 5px 5px;
        margin-right: 10px;
    }
    .intern-type-list a div.exp div.date span small{
        display: block;
        font-size: 11px;
        letter-spacing: 0;
    }
    .small-remark{
        display: inline-block;
        padding-top: 5px;
    }
    .small-remark::before{
        top: 5px;
    }
}



.intern-type-list a div.exp:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background:#000E4E;
    border-radius: 100% 0 0 0;
    z-index: 10;
    width: 80px;
    height: 80px;
}
.intern-type-list a div.exp::after{
	content: "";
    display: block;
	background:url(../images/common/arrow.svg) no-repeat right center/100%;
	height: 20px;
	width: 20px;
	position:absolute;
	bottom: 20px;
	right: 20px;
    z-index: 11;
}
.intern-type-list a:hover div.exp::after{
    right: 15px;
	transition: all 0.5s ease-out;
}

@media(max-width:767px) {
    .intern-type-list a div.exp:before{
        width: 55px;
        height: 55px;
    }
    .intern-type-list a div.exp::after{
        width: 15px;
        height: 15px;
        bottom: 15px;
	    right: 15px;
    }
}

.p-entry-col{
    width: 100%;
}
.p-entry-col a.bt{
    font-size: 18px;
}
.u-row{
    max-width: 500px;
    margin: auto;
}
@media(max-width:767px) {
    .u-row{
        width: 100%;
    }
}

p.attention{
    font-family: 'SyntaxNextBold','TazuganeGothicBold';
    color: #FF6A00;
}
.intern{
    font-size: 16px;
}
.intern .common-h3{
    margin-bottom:20px;
}
.intern h4{
    font-size: 20px;
    font-family: 'SyntaxNextBold','TazuganeGothicBold';
}
.pickup{
    padding-bottom: 0px;
}
.intern .course-list{
    padding: 10px 5px;
}
.intern .pickup.ojt .course-list{
    margin-bottom: 40px;
}
.theme .course-list{
    margin-bottom: 0px;
}
.theme .theme-link{
    padding: 10px 0 20px 0;
}
.theme a.bt{
    width: 370px;
    /*font-family: 'SyntaxNextRegular','TazuganeGothicBook',sans-serif;*/
}
.theme p{
    padding-bottom: 10px;
}
.theme-list{
    background: #E9F2F8;
    padding: 20px;
    margin: 20px 0;
}

.process-list-item {
    position: relative;
    background-color: #e9f2f8;
    padding: 15px 0;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px
}
.process-list-item.all{
    text-align: center;
}

@media screen and (max-width: 767px) {
    .process-list-item {
        display:block;
        padding: 20px
    }
}

.process-list-item::after {
    left: 60px;
}
.process-list-item .flex{
    padding: 10px 0 0 0;
    flex-wrap: wrap;
}
.process-list-item .flex a{
    margin-right:20px;
}
.process-list dt,
.process-list dd{
    padding: 10px 0;
}
.process-list dt{
    border: none;
    width: 125px;
}
.process-list dd{
    padding-left: 40px;
    border-left: 1px solid #000E4E;
}
.process-list dd p{
    padding: 5px 0;
}
.process-list dd p.title{
    font-family: 'SyntaxNextBold','TazuganeGothicBold';
    font-size: 20px;
}
.process-list dd p.title span{
    display: inline-block;
    padding: 0 4px;
    border:2px solid #000E4E;
    margin-left: 10px;
}
@media(max-width:767px) {
    .intern {
        font-size: 14px;
    }
    .intern h4 {
        font-size: 16px;
    }
    .intern .common-h3{
        margin-bottom: 10px;
    }
    .intern .pickup.ojt .course-list{
        margin-bottom: 30px;
    }
    .intern .theme-list .course-list{
        margin-bottom: 0px;
    }
    .process-list-item{
        display: flex;
        flex-wrap: wrap;
    }
    .process-list dt{
        width:100%;
        text-align: left;
        padding-bottom: 0;
    }
    .process-list dt.short{
        width:3em;
        padding-top: 0;
    }
    .process-list dd{
        padding: 0;
        border-left: none;
    }
    .process-list dd p.title {
        line-height: 1.6em;
    }

    .process-list-item .flex a{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .process-list-item::after {
        left: calc(50% - 1px);
    }
    .theme .theme-link{
        padding: 10px 0 10px 0;
    }
    .theme a.bt{
        width: 90%;
    }
}

.intern .interview{
    margin: 0;
}
.intern .interview .c-section-container{
    padding: 80px 0;
}

.intern .interview .common-h2{
    margin-bottom: 0px;
}

.intern-interview-list {
    margin: 0px -20px 0px;
    display: flex;
    flex-wrap: wrap;
}
.intern-interview-list li {
    width: 25%;
    padding: 30px 20px;
}
.intern-interview-list li.oneline {
    width: 100%;
    padding: 20px 20px;
}
.intern-interview-list li a {
    display: block;
    text-decoration: none;
    position: relative;
}
.intern-interview-list li.oneline a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.intern-interview-list li.oneline a div.img{
    width: 33.3333%;
    overflow: hidden;
}
.intern-interview-list li a div.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 2.7;
    margin-bottom: 20px;
    overflow: hidden;
}
.intern-interview-list li.oneline a div.img img,
.intern-interview-list li a div.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.intern-interview-list li.oneline a:hover div.img img,
.intern-interview-list li a:hover div.image img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.intern-interview-list li.oneline a div.title{
    width: 62%;
}

.intern-interview-title {
    font-size: 16px;
}
.intern-interview-title-big {
    font-size: 24px;
    padding-bottom: 20px;
    font-family: 'SyntaxNextBold','TazuganeGothicBold';
}
.intern-interview-list li a::after {
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../images/common/link_blue.svg);
    background-size: contain;
    position: absolute;
    top: 12px;
    left: 12px;
}
.intern-interview-list li a.white::after{
    background-image: url(../images/common/link.svg);
}
.intern-interview-list li a.movie::after{
    display: none;
}

.intern-interview-list li a.movie:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/employee/play.png) no-repeat center center/100%;
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
	z-index: 10;
}

@media(max-width:767px) {
    .intern .interview .c-section-container{
        padding: 40px 20px;
    }
    .intern-interview-list {
        margin: 0;
    }
    .intern-interview-list li.oneline,
    .intern-interview-list li {
        width: 100%;
        padding: 20px 0px;
    }
    .intern-interview-list li.oneline a div.img{
        width: 100%;
    }
    .intern-interview-list li.oneline a div.title{
        width: 100%;
    }
    .intern-interview-title-big {
        font-size: 20px;
    }
    .intern-interview-title {
        font-size: 14px;
    }
}
.c-h1 small{
    color: white;
}
.workshop-contents{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.workshop-contents h4{
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}
.workshop-contents h4 span{
    background: #0F55C1;
    color: white;
    display: inline-block;
    padding: 0 4px;
    margin-left: 10px;
    font-size: 16px;
}
.workshop-contents div{
    background: #E9F2F8;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 10px;
}
.workshop-contents div h4{
    margin-bottom: 0;
}
.workshop-contents.day2 div{
    width: 49%;
}
.workshop-contents.day1 div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.workshop-contents.day1 div ul{
    width: 50%;
}
.course-list > li{
    margin-bottom: 5px;
}
.course-list > li::before{
    top: 13px;
}

.voice{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.voice img{
    width: 25%;
    height: 180px;
    object-fit: cover;
}
.voice div.voice-exp{
    width: 72%;
}
.voice div.voice-exp .title{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
}
.voice div.voice-exp a::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../images/common/link_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 15px;
    position: relative;
    top: 3px
}
@media(max-width:767px) {
    .voice{
        flex-direction: column-reverse;
    }
    .voice img{
        width: 100%;
    }
    .voice div.voice-exp{
        width: 100%;
    }
    .workshop-contents h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .workshop-contents h4 span{
        font-size: 13px;
    }
    .workshop-contents.day2 div,
    .workshop-contents.day1 div ul{
        width: 100%;
        padding: 15px;
    }
    .workshop-contents.day1 div ul{
        padding: 0 5px;
    }
    .course-list > li::before{
        top: 15px;
    }
}
h2.paid{
    line-height: 1.4em;
}
h2.paid span {
    background: #0F55C1;
    color: white;
    display: inline-block;
    padding: 10px 10px;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1em;
}
.paid .course-list {
    margin-bottom: 0px;
}
@media(max-width:767px) {
    h2.paid span {
        font-size: 16px;
    }
}
strong.red{
    color: red;
}
h1 p{
    font-size: 14px;
    line-height: 1.6em;
}
h1 p strong.red span{
    /*display: inline-block;
    background-color: red;
    color: white;
    padding: 3px 5px;
    margin-bottom: 5px;*/
    color: yellow;
}

.common-table.schedule th > div{
    flex-direction: column;
}
span.finish{
    display: inline-block;
    background: red;
    color: white;
    padding: 2px 5px;
    margin-top: 3px;
}
p.intern{
    color: #000E4E;
}