@charset "UTF-8"; 
/* CSS Document */


/*320px（最小）
640px未満 @media screen and (max-width: 639px) {...}
1024px未満 @media screen and (max-width: 1023px) {...}*/


/**
 * Setting
 * -----------------------------------------------------------------------------
 */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese"); @import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,700&display=swap"); 
/**
 * Mixin
 * -----------------------------------------------------------------------------
 */

.contents {background: #fff; }
.lisTtl {font-size: 2.5rem; }
.searchBox {display: -webkit-box; display: -ms-flexbox; display: flex; }
.searchBox__btnBox {margin-top: 0; }
.searchBox select {width: 200px; margin-right: 10px; }
.program__label .industry {background: #fff; border: 2px solid #7bc63f; }

#tmn-slick {width: 100%; margin: 0 auto; }

#thumbnail-list {width: 100%; margin: 0 auto; display: -ms-grid; display: grid; -ms-grid-columns: (32%)[3]; grid-template-columns: repeat(3, 32%); -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; grid-row-gap: 10px; }
.thumbnail-item {position: relative; }
.thumbnail-item:before {padding-top: calc(1/1.6*100%); display: block; content: ""; }
.thumbnail-item:after {content: ''; background-color: rgba(0, 0, 0, 0.5); position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; -webkit-transition: .3s opacity linear; -o-transition: .3s opacity linear; transition: .3s opacity linear; }
.thumbnail-item.thumbnail-current:after {opacity: 0; }
.thumbnail-item img {width: 100%; margin: 0 auto; height: 100%; -o-object-fit: cover; object-fit: cover; font-family: "object-fit: cover"; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.programTbl th {background: #eee; }
.programWrap {border: none; }
.kanren__ttl {background-color: #7bc63f; }
.kanren__ttl:before {border-top: 12px solid #7bc63f; }
.flag_detail{width:170px;}

/*add@240419 */
.programtop{background:#CAF9CC; border-radius: 10px; width:100%; display: flex; justify-content: space-between; margin: 50px 0 0 0;}
.programtop_left{padding:30px; width:50%;}
.programtop_right{width: 50%; }
.program_title{display: flex; justify-content: space-between; margin-top: 15px;}
.programtop_right img{width:100%; height: 100%; border-radius: 0px 10px 10px 0px; object-fit: cover;}


@media only screen and (max-width: 768px) {
.programtop{width:100%; display: block; margin: 0 0 0 0;}
.programtop_left{padding:30px; width:100%;}
.programtop_right{width: 100%; }
.program_title{display: block;}
.programtop_right img{width:100%; height: 100%; border-radius: 0px 0px 10px 10px; object-fit: cover;}

}
