@charset 'UTF-8';

.columnpg-dein h2 {
  background: #e9faff;
  box-shadow: 0px 0px 0px 5px #e9faff;
  border: dashed 1px #7bb6e2;
  padding: 0.2em 0.5em;
  color: #454545;
  margin:50px auto 15px;
}

.columnpg-dein h3 {
  color: #56a0d6;
  margin:30px auto 15px;
}

.columnpg-dein h4 {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #333;
  margin:20px auto 15px;
}

.columnpg-dein ul.cul {
  margin: 15px 0 0;
}

.columnpg-dein ul.cul li {
  list-style-type: disc;
  margin-left: 15px; 
}

.columnpg-dein ul.cul a {
  color: #56a0d6;
  line-height: 1em;
}

.columnpg-dein ul.cul a:hover {
　text-decoration: underline;
}

.columnpg-dein th,td {
  border: solid 1px;
  padding: 0.5em;
}
     
.columnpg-dein table {
  border-collapse:  collapse;
}

/*記事内ボタンリンク*/
.btn_joblink{margin:15px; padding:10px 0;}

@media screen and (max-width: 640px){
.btn_joblink{margin:15px 0;}
}

@media (max-width: 960px) {
    .pagination .list-pagenavi li.control-linksp {
        display: none;
    }
    .list-pagenavi a.prev {
        border-right: 1px solid #7bb6e2 !important;
    }

    .list-pagenavi a.link_last {
        border-right: 1px solid #7bb6e2 !important;
    }
}

/*職場インタビュー*/
.interview_toc{
    width: min(100%,600px);
    margin: 15px auto;
    padding: 1px 15px 15px;
    box-sizing: border-box;
background: #e9faff;
}
.interview_toc_dl{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.interview_toc_dt{
width:10em;
}
@media screen and (min-width:641px) {
.interview_toc_dt{
    border-bottom: 1px dotted #7bb6e3;
    padding-bottom: 5px;
    margin-bottom: 10px;
    }
}
.interview_toc_dd{
    width: max(calc(100% - (10em + 10px)),300px);
    border-bottom: 1px dotted #7bb6e3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
h3.comment_tit{
    margin:15px 0 25px;
    border-bottom: 2px solid;
    width:fit-content;
    font-size: 1.2em;
    padding: 0 10px 4px 7px;
    position: relative;
}
.comment_tit::before, .comment_tit::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 15px;
}
.comment_tit::before {
    border: 10px solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -20px;
}
.comment_tit::after {
    border: 10px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -15px;
    left: 17px;
}
#video video {
    width: 100%;
    max-width: 845px;
    height: auto;
}
.interview_movie{display:flex; gap: 15px;align-items: center;margin: 30px auto 15px; padding: 5px; background: #fefedc;}
@media screen and (max-width:640px) {
.interview_movie{flex-direction:column;}
}
.interview_movie .thumb_movie{margin:5px;}

.moviemessage {text-align:center; flex:1;}
.moviemessage p{ padding: 5px;}
.moviemessage .svg{width: 75%; margin: auto; height: auto;}

.photo_gallery{
display: flex;
    gap: 10px;
justify-content: center;
}
@media screen and (max-width:640px) {
.photo_gallery{ flex-direction: column;}
}
.photo_gallery img{
    width: 300px;
    height: 200px;
    object-fit: cover;
}


.clientinfo{margin-top: 50px;}
.clientinfo h4{
    padding: 10px;
	border-bottom: 1px solid #aaa;
    font-size: 1.2em;
    color: #56a0d6;
}
.clientinfo dl{display:flex; flex-wrap:wrap;margin-bottom: 50px;}
.clientinfo dt,
.clientinfo dd{padding:2%; box-sizing:border-box; border-bottom: 2px dotted #ddd;}
.clientinfo dt{width:30%; color:#56a0d6;}
.clientinfo dd{width:70%;}
.img_center{text-align:center;}

/*エントリーCTA*/
.cta-entry {background-color:#FBE5D6;margin: 15px 0;}
.cta-enty-inner {padding: 3% 6%;display: flex;align-items: center;}
.cta-entry_txt {width: 55%;font-size: 14px;}
.cta-entry_txt p>b {text-decoration: underline;}
.cta-entry_txt p+p{margin-top: 10px;}
.cta-entry_txt p>span {color: #ED7D31;font-weight: 800;}
.cta-entry_btn{width: 45%;}
.cta-entry_btn a{width: calc(100% - 40px);display: inline-block;border-radius: 10px;background-color: #ED7D31;color: #FFF;font-size: 16px;font-weight: 800;cursor: pointer;padding: 10px 20px;box-shadow: 0px 5px #843C0C;line-height: 2em;text-align: center;}
.cta-entry_btn a>span {color: #ED7D31;border-radius: 5px;background-color: #FFF;padding: 0px 15px;margin: 0px 8px;}
@media screen and (max-width: 767px) {
    .cta-enty-inner {flex-direction: column;gap: 10px;padding: 6%;text-align: center;}
    .cta-entry_txt {width: 100%;}
    .cta-entry_btn{width: 100%;}
}

/*求人一覧CTA*/
.cta-recruitment {width: 100%;border-radius: 5px;border: 1px solid #ED7D31;background-color: #FBE5D6;text-align: center;position: relative;box-shadow: 0 5px rgb(132,60,12,0.6);}
.cta-recruitment > a {display: block;color: #ED7D31;font-weight: bold;padding: 5px 10px 5px 35px;}
.cta-recruitment > a::before{content: "";display: inline-block;width: 20px;height: 20px;background-image: url(/column/upload/icon_search.png);background-size: contain;position: absolute;left: 10px;top: 50%;transform: translateY(-50%);}
.cta-recruitment>a::after{content: "▶";color: #ED7D31;}

/*関連記事*/
.kannrenHidden {display:none;}