@charset "UTF-8";
/* 「--2col-width」は「resource/css/intern-bus/common.css」で規定 */
:root { --header-h: 0; }
.to_page_top_wrap{  display: none!important;}

.internBus_breadcrumbs{
  width: var(--2col-width);
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  word-break: break-word;
  overflow-wrap: anywhere;
  box-sizing: border-box;
}
.internBus_breadcrumbs__item a{
  transition : .3s; 
}
.internBus_breadcrumbs__item a:hover{
  opacity: .6;
}
.internBus_breadcrumbs__item{
  font-weight: normal;
}
.internBus_breadcrumbs__item:first-child::after {
  content: "＞";
  display: inline-block;
  padding: 0 3px;
}
@media (max-width: 768px) {
  .internBus_breadcrumbs{
    margin: 0 10px;
  }
}
/*================================
layout 
================================*/
.l_main{
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  width: var(--2col-width);
  font-size: 16px;
}
.l_mainContainer{
  align-items: flex-start;

  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  font-size: 16px;
}

.l_side{
  width: 200px;
}
.l_cont__intern{
  margin-top: 0px;
}
.l_intern__box {
  padding-top: 15px;
}
.l_intern__box + .l_intern__box{
  padding-top: 20px;
}
.l_intern__info{
  margin-top: 20px;
}
.l_intern__detail{
  width: 750px;
}
.l_intern__item + .l_intern__item{
  margin-top: 20px;
}
.l_intern__apply{
  width: 200px;
  display: flex;
  flex-direction: column;
}
.l_side__item + .l_side__item{
  margin-top: 30px;
}
@media (max-width: 768px) {
  .l_main{
    width: 100%;
    display: block;
  }
  .l_mainContainer{
    width: 100%;
    font-size: small;
  }
  .l_side{
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc; 
  }
  .l_intern__info{
    display: block;
  }
  .l_intern__detail{
    width: 100%;
  }
  .l_intern__apply{
    margin-top: 20px;
    width: 100%;
  }
}
/*================================
module
================================*/

/* 掲載終了 */
.m_company__closed {
  margin: 40px 0;
  padding: 32px 24px;
  border: 1px solid #f1c6c6;
  border-radius: 12px;
  background-color: #fff4f4;
  text-align: center;
}

.m_company__closed__txt {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
  color: #B32F2A;
  line-height: 1.6;
}

.m_company__closed__btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #3b6fd8, #2f5fbf);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.m_company__closed__btn:hover {
  opacity: 0.9;
  transform: translateY(1px);
}

/* company 
______________*/
.m_company__header{}
.m_company__header__inner{
  display:flex;
  justify-content:space-between;
}
.m_company__header__main{
  width: 100%;
}
.m_company__header__ttl{
  font-size: 30px;
  font-weight: bold;
}
.m_company__header__ttl__link{
  font-size: 16px;
  margin-left: 5px;
  color: #333;
}
.m_company__header__ttl__link:hover{
  opacity: .6;
}
.company-url-link-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  vertical-align: middle;
  transition: opacity 0.3s ease;
}
.m_company__header__industry{
  font-size: 16px;
}
.m_company__header__industry__attention{
  font-size: 12px;
}

.m_company__header__sub{
  text-align: right; 
}
.m_company__header__img{
  width: 100px; 
  height: auto;
  margin-top: 10px;
  margin-left: auto;
}

.m_company__header__time{
  font-size: 12px;
  text-align: right;
}
.m_company__lead{
  display:flex;
  justify-content:space-between;
  margin-top: 0px;
}

.m_company__desc{
  width: 100%;
}
.m_company__img{
  width: 40%;
  padding-left: 20px;
}
.m_company__img img{
  width: 100%;
  height: auto;
}
.m_company__catchcopy{
  margin-top: 20px; 
}
.m_company__theme,
.m_company__catchcopy,
.m_company__profile,
.m_company__message,
.m_company__line_diagnosis{
  margin-top: 25px;
}
.m_company__line_diagnosis{
  max-width: 500px;
  margin: 50px auto 0;
}
.m_company__line_diagnosis img{
  width: 100%;
}
.m_company__message{
  background-color: #FDFAF7;
  padding: 20px;
}
.m_company__catchcopy__inner,
.m_company__profile__inner,
.m_company__theme__inner,
.m_company__message__inner{
  display:flex;
  justify-content:space-between;
}
.m_company__message__inner{
  margin-top: 10px;
}
.m_company__catchcopy__main,
.m_company__profile__main,
.m_company__theme__main,
.m_company__message__main{
  flex: 1;
  width: 50%; 
}
.m_company__theme__ttl{
  border-left: 5px solid #B32F2A;
  margin-bottom: 10px;
  padding-left: 10px;
}
.m_company__theme__ttl{
  font-size: 18px;
}
.m_company__theme__subTtl,
.m_company__profile__subTtl{
  font-weight: bold;
  margin-bottom: 5px;
}
.m_company__catchcopy__txt,
.m_company__profile__txt,
.m_company__theme__txt,
.m_company__message__txt {}
.m_company__catchcopy__txt + .m_company__catchcopy__txt ,
.m_company__profile__txt + .m_company__profile__txt ,
.m_company__theme__txt + .m_company__theme__txt ,
.m_company__message__txt + .m_company__message__txt { margin-top: 20px; }
.m_company__catchcopy__link,
.m_company__profile__link,
.m_company__theme__link,
.m_company__message__link {
  color: blue;
  font-weight: bold;
}
a.m_company__message__link{
  color:#E35449;
  text-decoration:underline;
  transition:.3s;
}
a.m_company__message__link:hover{
  opacity: 0.6;  
}
.m_company__message__link:after{
  content:"";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image:url(/resource/img/internbus/icon_target_blank3.png);
  background-repeat: no-repeat;
}
.m_company__catchcopy__img,
.m_company__profile__img,
.m_company__theme__img,
.m_company__message__img{
  width: 30%;
  padding-left: 20px;
}
.m_company__catchcopy__img img,
.m_company__profile__img img,
.m_company__theme__img img,
.m_company__message__img img{
  width: 100%;
  height: auto;
}
/* メッセージ発信者の写真 */
.m_company__message__portrait {
  float: right;
}
.m_company__message__portrait img {
  width: 100%;
  height: auto;
  max-width: 120px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .m_company__header__inner{
    flex-direction: column-reverse;
  }
  .m_company__lead{
    display: block;
  }
  .m_company__desc,
  .m_company__img{
    width: 100%;
  }
  .m_company__img{
    padding-left: 0;
    margin-top: 10px;
  }
  .m_company__catchcopy__inner,
  .m_company__profile__inner,
  .m_company__theme__inner,
  .m_company__message__inner{
    display: block;
    
  }
  .m_company__catchcopy__main,
  .m_company__profile__main,
  .m_company__theme__main,
  .m_company__message__main,
  .m_company__message__img{
    width: 100%;
  }
  .m_company__catchcopy__img,
  .m_company__profile__img,
  .m_company__theme__img,
  .m_company__message__img{
    margin-top: 10px;
    padding-left: 0;
  }
  .m_company__message__portrait{}
  .m_company__message__portrait img{
    max-width: 90px;
    margin-left: 10px;
  }
}
/* intern 
_____________*/
.m_intern__box + .m_intern__box {
  border-top: 1px solid;
  border-color: #ccc;
  margin-top: 30px;
  padding-top:25px;
}
.m_intern__item__subTtl{
  font-size: 12px;
  display: flex;
  align-items: center;
}
.m_intern__item__subTtl:before{
    content: "";
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    background-image: url(/resource/img/internbus/icon_eventgenre.jpg);  
}
.m_intern__headingTtl{
  font-size: 24px;
  margin-bottom: 0px;
}
.m_intern__headingTtl__num{}
.m_intern__headingTtl--sub{
  font-size :12px;
}
/* intern__detail 
__________________*/
.m_intern__tagList{
  display: flex;
  gap: 5px;
}
.m_intern__tagItem{
  border: 1px solid #B32F2A;
  border-radius: 15px;
  padding: 0 5px;
  font-size: 12px;
  color: #B32F2A;
  font-weight: bold;
}
.m_intern__item__headingTtl{
  margin-top: 5px;
  font-size: 24px;
}
.m_intern__item__ttl,
.m_company__ttl{
  font-size: 18px;
  border-left: 5px solid #B32F2A;
  margin-bottom: 10px;
  padding-left: 10px;
}
.m_intern__other .m_intern__item__ttl{
  border-left: none;
  padding-left: 0;
}
.m_intern__item__tags{
  display: flex;
  flex-wrap : wrap;
  gap: 5px;
  margin-top: 10px;
}
.m_intern__item__tag{
  border: 1px solid #B32F2A;
  border-radius: 15px;
  font-size: 14px;
  padding: 0 12px ;
  color:#B32F2A;
}
.m_intern__appeal__txt{}
.m_intern__appeal__txt--attention{
  font-size: 14px;
}
.m_intern__appeal__img{
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.m_intern__appeal__img img{
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: auto;
}
.m_intern__table{}
.m_intern__table__item{
  display: flex;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 14px;
}
.m_intern__table__item:last-of-type{
  border-bottom: 1px solid #ccc;
}
.m_intern__table__item + .m_intern__table__item{}
.m_intern__table__label{
  font-weight: bold;
  display: flex;
  align-items: center;
  background-color: #C50D17;
  color: #fff;
  padding: 5px 10px;
  width: 150px;
}
.m_intern__table__cont{
  padding: 5px 10px;
  flex: 1;
}
.m_intern__contents__block{
  margin-top: 25px;
}
.m_intern__contents__ttl{
  margin-bottom: 5px;
  font-weight: bold;
}

/*================================
申し込みボタン用
================================*/

/* intern__apply 
_________________*/
.m_intern__apply{}
.m_intern__apply--sticky{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 1;
}
.m_intern__apply__lead{
  font-size: 14px;
  color: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
  padding: 0 10px;
}
.internbus_header .m_intern__apply__lead{
  color: #333;  
  font-size: 11px;
}
.m_intern__apply__btn{
  text-align: center;
  width: 180px;
}
.m_intern__apply__btn + .m_intern__apply__btn{}
.m_intern__apply__lead + .m_intern__apply__btnBox{
  margin-top: 10px;
}
.m_intern__apply__btnBox{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  padding: 0 10px;
}
.internbus_header .m_intern__apply__btnBox{
  margin-top: 5px;
}
.m_intern__apply__btn__target {
  display: flex;
  justify-content: center;
  align-items:center;
  padding: 8px 4px;
  border: 1px solid #E35449;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  background: #E35449;
  position: relative;
  width: 170px;
}
.m_intern__apply__btn__target:hover {
  background: #fff;
  color: #E35449;
  border-color: #E35449;
}
.m_intern__apply--no_lightning{}
.m_intern__apply--no_lightning .m_intern__apply__btnBox{
  margin-top: 0;
}
.m_intern__apply--no_lightning .m_intern__apply__btnBox + .m_intern__apply__btnBox {
  margin-top: 30px;
}
.m_intern__apply--no_lightning .m_intern__item__ttl{
  font-size: 15px;
}
.m_intern__apply--no_lightning .m_intern__apply__btn__target{
  width: 100%;
  font-weight: bold;
  border-width: 2px;
}
.m_intern__apply--no_lightning .m_intern__apply__btn__target--girrafe{
  background: #fff;
  color: #E35449;
  border-color: #E35449;
}
.m_intern__apply--no_lightning .m_intern__apply__btn__target--girrafe:hover{
  background: #E35449;
  color: #fff;
  border-color: #E35449;
}
.m_intern__apply__btn__txt{
  color: #FFF;
}
.m_intern__apply__btn__target:hover .m_intern__apply__btn__txt {
  color: var(--color-primary);
}
m_intern__apply__btn__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--color-primary); 
  border-radius: 50%;
  flex-shrink: 0;
}

.m_intern__apply--no_lightning .m_intern__apply__txt{
  font-size: 14px;
}
.m_intern__apply__bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}


@media (max-width: 768px) {
  .m_intern__apply{
    margin:auto;
  }
  .m_intern__apply__txt{
    text-align:center;
  }
  .m_intern__apply__lead{
    display:none;
  }
  .m_intern__apply__btn__target{}
  .m_intern__apply--no_lightning{
    margin-top:40px;
  }
  .m_intern__apply--no_lightning .m_intern__apply__btn__target{}
  .m_intern__apply--no_lightning .m_intern__apply__txt{
    text-align: center;
  }
}
/* JS */
.js_intern__num { font-size: smaller; }
.js_intern__apply {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100;
}
.js_intern__apply.is-stopped {
  display:none;
}
.js_intern__count {
  @media screen and (min-width: 768px) {
    scroll-margin-top: var(--header-h, 0px);
  }
}

/* side 
________________*/
.m_side__headingTtl{
  font-size: 18px;
}
.m_side__headingTtl__sub{
  font-size: 12px;
  display: block;
}
.m_side__company__item{
  font-size: 14px;
  margin-top: 5px;
}
.m_side__company__item + .m_side__company__item{
  border-top: 1px solid #efefef;
  padding-top: 5px;
}
.m_side__company__label{}
.m_side__company__cont{}
.m_side__company__cont a{
  word-break: break-all;
  display: block;
}
.m_side__company__cont a:hover{
  opacity: .6;
}
.m_side__event__item{
  margin-top: 10px;
  font-size: 14px;
}
.m_side__event__link{
  padding: 10px;
  display: block;
  border-radius: 5px;
  transition: .3s;
  border: 2px solid #B32F2A;
}
.m_side__event__link:hover{
  opacity: .6;
}
.m_side__event__tagList{
  display: flex;
  gap:5px;
}
.m_side__event__tagItem{
  border: 1px solid #B32F2A;
  border-radius: 15px;
  padding : 0 5px ;
  font-size: 12px;
  color: #B32F2A;
  background-color: #fff;
  font-weight: bold;
}
.m_side__event__ttl{
  color: #B32F2A;
  margin-top: 5px;
  font-weight: bold;
}
.m_side__event__date{
  color: #333;
  font-size: 12px;
}
.m_side__event__btn{
  color: #333;
  text-align: right;
}
.m_side__event__btn .fas{
  margin-right: 5px;
}

.m_company__header__industry {
  color: #707070;
}
.m_company__header__info{
  max-width: 800px;
}
.m_company__header__infoList {
  display: flex;
  flex-wrap : wrap;
  column-gap: 20px;
  margin-top: 5px;
  font-size: 13px;
}
.m_company__header__infoItem{
  display: flex;
  align-items:start;
}
.m_company__header__infoItem:before {
    content: "";
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    margin-top: 2px;
}

/* 開催日時のアイコン */
.industry--data::before {
  background-image: url(/resource/img/internbus/icon_date.jpg);
}
.industry--intern_location::before {
  background-image: url(/resource/img/internbus/icon_intern_location.png);
}
/* 業種のアイコン */
.industry--type::before {
  background-image: url(/resource/img/internbus/icon_indusry.png);
}

/* 所在地のアイコン */
.industry--location::before {
  background-image: url(/resource/img/internbus/icon_address.jpg);
}

/* 従業員数のアイコン */
.industry--employees::before {
  background-image: url(/resource/img/internbus/icon_employee.png);
}
/* 創業年月日のアイコン */
.industry--establishment::before  {
  background-image: url(/resource/img/internbus/icon_established.png);
}
.m_company__desc__txt {
  position: relative;
  display: inline-block;
padding: 8px 16px 8px 32px;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #fa4141;
  font-size: 16px;
}

.m_company__desc__txt::before {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}

.m_company__header__img {
  width: 150px;
  height: auto;
}

.m_company__header__img img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  display: block;
}
.m_company__catchcopy__img,
.m_company__profile__img,
.m_company__message__img {
  width: 250px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.m_company__catchcopy__img img,
.m_company__profile__img img,
.m_company__message__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; 
  display: block;
}

/* ヘッダー */



/* スクロール用 */
.scroll-scope {
  scroll-behavior: smooth;
}
.scrollTarget {
  scroll-margin-top: 120px;
}

/* 規約同意のモーダル用 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); 
  justify-content: center;
  align-items: center;
}
.modal.show {
  display: flex;
}

.modal-content {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.modal-terms {
  height: 400px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

.modal-controls {
  text-align: center;
}

.checkbox-label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}


.btn-agree {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #ccc;
  border: none;
  border-radius: 5px;
  cursor: not-allowed;
}

.btn-agree:enabled {
  background-color: #B32F2A;
  color: #fff;
  cursor: pointer;
}
.checkbox-label {
  align-items: center; 
  gap: 8px; 
}

.checkbox-large {
  transform: scale(1.5); 
  margin-right: 10px;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2.5rem;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  z-index: 1001;
}

.modal-content {
  position: relative;
}

.br-sp {
  display: none;
}
.text_center{
  text-align: center;
}
.navi_header{
 font-size: 16px;
 border-left: 5px solid #0d1b2a;
 padding: 5px 5px 5px 10px;
 margin-bottom: 5px;
 font-weight: bold;
 background-color: #f5f5f5;

}

/*================================
utility
================================*/
.u_ta_r{
  text-align: right;
}

/*================================
スマホのレスポンシブ
================================*/
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    width: 95%;
    overflow-x: hidden;
  }
  * {
    box-sizing: border-box;
  }

  .internbus_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .internbus_wrapper .red {
    color: #C50D17;
      font-weight: bold;
  }
  .bg_internbus_sp{
    display: block;
    height: 250px;
    width: 100%;
    background-image: url(/resource/img/internbus/bg_ib_top_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .m_company__header__img{
    display: none;
  }
  .m_company__header__img img {
    display: none;
  }
  .m_company__header__ttl{
    font-size: 20px;
  }
  .m_company__header__industry{
    font-size: 14px;
  }
  .m_intern__headingTtl{
    font-size: 18px;
    margin-bottom: 0px;
  }
  .m_intern__item__headingTtl{
    font-size: 18px;
  }
  .m_company__catchcopy__img,
  .m_company__profile__img,
  .m_company__message__img{
    display: none;
  }
  .m_intern__apply__btn__target{}
  .modal-content {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  }
  .modal-terms {
    height: 250px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .br-md_none {
    display: none;
  }
  .br-sp {
    display: inline;
  }

  .text_center{
    font-size: small;
  }
  .btn-agree {
    padding: 5px 10px;
    font-size: 16px;
    background-color: #ccc;
    border: none;
    border-radius: 5px;
    cursor: not-allowed;
  }

  .btn-agree:enabled {
    background-color: #E35449;
    color: #fff;
    cursor: pointer;
  }
  .checkbox-large {
    transform: scale(1.2); 
    margin-right: 5px;
  }

  .m_solutionBaseSideNavs__item {
    display: none;
  }

  .m_company__header__sub{
    display: none; 
  }

  .twoColumnLayout {
    display: flex;
    flex-direction: row;
    gap: 50px;
    width: 100%;
    margin: 0 auto;
  }
  .internbus-back-link-text {
    margin: 30px;
    text-align: center;
    font-size: 14px;
  }
}