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

/* ▼暫定無し */
.m_intern__apply__btn--bookmark{
}
/* ▲暫定無し */


.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;
}


/*================================
申し込みボタン用
================================*/
.m_intern__apply__btn__target {
    display: block;
    padding: 4px;
    border: 1px solid #B32F2A;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #B32F2A;
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.m_intern__apply__btn__target:hover {
    background: #fff;
    color: #B32F2A;
    border-color: #B32F2A;
}

.m_intern__apply__btn__target--web {
    background-color: #B32F2A;
    border: 1px solid #B32F2A;
    margin: 0 auto;
    font-weight: 500;
}


/*================================
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;
  <!--display: flex;-->
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  <!--width: var(--2col-width);;-->
  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{
  display:flex;
  justify-content: space-between;
  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
================================*/
/* company 
______________*/
.m_company__header{
  display:flex;
  justify-content:space-between;
}
.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__message{
  padding: 25px 0;
}
.m_company__message__inner{
  display:flex;
  justify-content:space-between;
}
.m_company__message__main{
  flex: 1;
  width: 50%; 
}
.m_company__message__ttl{
  font-size: 18px;
  padding-bottom: 5px;
}
.m_company__message__txt {}
.m_company__message__txt + .m_company__message__txt { margin-top: 20px; }
.m_company__message__link {
  color: blue;
  font-weight: bold;
}
.m_company__message__img{
  width: 30%;
  padding-left: 20px;
}
.m_company__message__img img{
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .m_company__header{
    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__message__inner{
    display: block;
    
  }
  .m_company__message__main,
  .m_company__message__img{
    width: 100%;
  }
  .m_company__message__img{
    margin-top: 10px;
    padding-left: 0;
  }
}
/* intern 
_____________*/
.m_intern__box + .m_intern__box {
  border-top: 1px solid;
  border-color: rgba(179, 47, 42, 0.5);
  margin-top: 30px;
}
.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;
  color: #B32F2A;
  font-size: 20px;
}
.m_intern__item__ttl{
  font-size: 18px;
  border-left: 5px solid #B32F2A;
  margin-bottom: 10px;
  padding-left: 10px;
}
.m_intern__appeal__txt{}
.m_intern__appeal__txt--attention{
  font-size: 14px;
}
.m_intern__table__item{
  display: flex;
  align-items: start;
}
.m_intern__table__item + .m_intern__table__item{
  margin-top: 5px;
}
.m_intern__table__label{
  font-weight: bold;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0 5px;
  width: 100px;
  text-align: center;
}
.m_intern__table__cont{
  display: inline-block;
  margin-left: 10px;
  flex: 1;
}
.m_intern__overview__item{
  margin-top: 15px;
}
.m_intern__overview__item__ttl{
  text-indent: -1em;
  padding-left: 1em;
}
.m_intern__overview__item__ttl:before{
  content:"■";
}
.m_intern__overview__item__txt{
  margin-top: 5px;
  padding-left: 1em;
}
.m_intern__learn__item{
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.m_intern__learn__item:before{
  content: '・';
}
.m_intern__req__sec{
  margin-top: 5px;
}
.m_intern__req__sec__item{
  text-indent: -1em;
  padding-left: 1em;
}
.m_intern__req__sec__item:before{
  content: '・';
}

/* intern__apply 
_________________*/
.m_intern__apply__btn{
  text-align: center;
}
.m_intern__apply__btn + .m_intern__apply__btn{
  margin-top :10px;
}

.m_intern__apply__imgBox{
  margin-top: 10px;
}
.m_intern__apply__img + .m_intern__apply__img{
  margin-top: 10px;
}
.m_intern__apply__img img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.m_intern__apply__imgBox + .m_intern__apply__btnBox{
  margin-top: auto;
}
@media (max-width: 768px) {
  .m_intern__apply__imgBox + .m_intern__apply__btnBox{
    display:none;
  }
  .m_intern__apply__btn__target{
    display: block;
  }
  .m_intern__apply__imgBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .m_intern__apply__img{
    width: calc(50% - 5px);
  }
  .m_intern__apply__img + .m_intern__apply__img{
    margin-top: 0;
  }
}
/* JS */
.js_intern__num { font-size: smaller; }
.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 {
  display: flex;
  align-items: flex-start;
}
.m_company__header__industry: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-top: 5px;
  margin-right: 10px;
}

/* 業種のアイコン */
.industry--type::before {
  background-image: url(/resource/img/internbus/bg_ib_type.jpeg);
}

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

/* 従業員数のアイコン */
.industry--employees::before {
  background-image: url(/resource/img/internbus/bg_ib_member.jpg);
}
/* アピールポイントのアイコン */
.industry--appeal_point::before {
  background-image: url(/resource/img/internbus/bg_ib_appeal_point.jpeg);
}
.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__message__img {
  width: 250px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

/* ヘッダー */
.internbus_header {
    box-shadow: #22171336 10px 10px 10px;
    padding: 10px 0;
    position: sticky;
    top: 0;
    background-color: #fff;
    margin-bottom: 30px;
    z-index: 99999;
}

.internbus_header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.internbus_header .flex h1 img{
    width: 400px;
}

.internbus_header_wrapper {
    width: 1240px;
    margin: 0 auto;
}

.internbus_header_wrapper .right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

.internbus_header_wrapper .right img {
    display:block;
    width: 100px;
    margin-left: auto;
    margin-bottom: 15px;
}

.internbus_header .pt01 {
    border: 1px solid #C50D17;
    color: #C50D17;
}

.internbus_header .pt01:hover {
    background: #C50D17;
    color: #fff;
}
.internbus_button {
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    width: 180px;
    text-decoration: none;
    color: #333;
    line-height: 2.5;
    transition: 0.3s ease-in-out;
    border: 1px solid;
    text-align: center;
    margin-left: 5px;
}

.internbus_button:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 1rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.internbus_button:hover {
    background: #333;
    color: #FFF;
}

.internbus_button:hover:after {
    right: 0.8rem;
}
/* ヘッダー */

.m_intern__apply__btnBox{
  margin-top: 15px;
}

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

/* 規約同意のモーダル用 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  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;
}

/* ＝＝＝＝＝左ナビゲーション用＝＝＝＝＝ */
.twoColumnLayout {
  display: flex;
  flex-direction: row;
  gap: 50px;
  width: 1240px;
  margin: 0 auto;
}
.m_solutionBaseSideNav--solution .m_solutionBaseSideNav__ttl{
 border-color: #000;
}
.m_solutionBaseSideNavs__item {
  width: 200px;
  flex-shrink: 0;
  align-self: flex-start;
  max-height: none;
  overflow-y: visible;
  margin-left: 10px;
}
.l_mainContainer {
  flex: 1;
  min-width: 0;
  margin-bottom: 20px;
}
.side_navi{
  position: relative;
  height: calc(1em * 1.6);
  line-height: 1.6;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 5px;
  font-family: inherit;
  white-space: normal;
  overflow: visible;
  height: auto;
}
.side_navi a {
  font-size: 13px;
  line-height: 1.6;
  font-family: inherit;
}
.navi_header{
 font-size: 16px;
 border-left: 5px solid #0d1b2a;
 padding: 5px 5px 5px 10px;
 margin-bottom: 5px;
 font-weight: bold;
 background-color: #f5f5f5;

}

/*================================
TOPに戻るボタン
================================*/
.internbus-back-link-text {
  margin: 40px;
  text-align: center;
  font-size: 16px;
}

.internbus-text-link {
  color: #0066cc;
  text-decoration: underline;
  font-weight: 500;
}

/* ホバー時に濃い青へ変化 */
.internbus-text-link:hover {
  color: #003f88;
}
/*================================
TOPに戻るボタン終わり
================================*/

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

* {
  box-sizing: border-box;
  overflow-x: hidden;
    }
.internbus_header{
    padding: 10px 0 0 0;
    margin-bottom: 0;
    margin-bottom: 15px;
}
.internbus_header h1{
    width: 80%;
    margin: 0 auto 5px;
}
.internbus_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.internbus_wrapper .red {
    color: #C50D17;
    font-weight: bold;
}
.internbus_header_wrapper{
    width: 100%;
}
.internbus_header_wrapper .right img{
    display: none;
}
.internbus_header .flex{
    display: block;
}
.internbus_header_wrapper .right{
    display: flex;
    font-size: 12px;
}

.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;
 }
.internbus_button {
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    width: 180px;
    text-decoration: none;
    color: #333;
    line-height: 2.5;
    transition: 0.3s ease-in-out;
    border: 1px solid;
    text-align: center;
}
.internbus_button:after {
  display: none;
}
.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{
  margin-top: 5px;
  color: #B32F2A;
  font-size: 18px;
}
.m_company__message__img{
  display: none;
}
.m_intern__apply__btn__target{
  display: inline-block;
  border-radius: 5px;
  background-color: #B32F2A;
  color: #fff;
  padding: 5px 10px;
  width: 60%;
  transition: .3s;
  margin: 0 auto;
}
.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-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: #B32F2A;
  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;
}

.nav_area {
    display: flex;
    justify-content: center;
    width: 100%;
}

}
/*================================
スマホのレスポンシブ終わり
================================*/
