@charset "UTF-8";
/* 「--2col-width」は「resource/css/intern-bus/common.css」で規定 */

/*================================
main
================================*/
/* main visual */

.br-sp {
  display: none;
}

@media (max-width: 435px) {
  .br-sp {
    display: inline;
  }
}

/*================================
wrapper内
================================*/
.l_wrapper {
  width: 100%;
  order: 2;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l_wrapper {
    width: 100%;
  }

}

.internbus_wrapper {
  width: 970px;
  margin: 0 auto;
}

.internbus_wrapper section {
  margin-bottom: 30px;
}

.internbus_wrapper .red {
  color: #c50d17;
  font-weight: bold;
}

.twoColumnLayout {
  display: flex;
  flex-direction: row;
  gap: 50px;
  width: 1240px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.isindex {
  margin-top: 54px;
}
/* ＝＝＝＝＝▼左ナビゲーション用▼＝＝＝＝＝ */
.m_internbusSideNavs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.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;
}
.m_internbusSideNavs__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 200px;
  flex-shrink: 0;
  align-self: flex-start;
  max-height: none;
  overflow-y: visible;
}
.m_internbusSideNavs .m_solutionBaseSideNavs__item {
  margin-left: 0;
}
.latestissue-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.internbus-nav-item + .internbus-nav-item {
  margin-top: 4px;
}
.internbus-nav-link {
  display: block;
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  line-height: 1.3;
}
.internbus-nav-link::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 5px;
  height: 5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.related-banner-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.related-wrap .related-title {
  border-color: #59A7A2;
}
.related-title {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 8px;
  border-left: 9px solid;
  font-weight: bold;
  letter-spacing: 0;
  color: inherit;
  font-size: 14px;
  background: #F5F5F5;
}
.related-banner-item img {
  width: 200px;
  height: auto;
}
/* ＝＝＝＝＝▲左ナビゲーション用▲＝＝＝＝＝ */
.side_navi {
  position: relative;
  line-height: 1.6;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: inherit;
  white-space: normal;
  overflow: visible;
  height: auto;
}
.side_navi + .side_navi{
  border-top: 1px solid #cecece;
}
.side_navi a {
  font-size: 13px;
  line-height: 1.6;
  font-family: inherit;
}
.navi_header {
  font-size: 16px;
  border-left: 5px solid #c50d17;
  padding: 5px 5px 5px 10px;
  margin-bottom: 5px;
  font-weight: bold;
  background-color: #f5f5f5;
}
.side_internTitle{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.side_internCompany{
  font-size: 11px;
  color: #777;
}




/* 共通CSSここまで */

.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: 0.3s;
}
.internBus_breadcrumbs__item a:hover {
  opacity: 0.6;
}
.internBus_breadcrumbs__item {
  font-weight: normal;
}
.internBus_breadcrumbs__item:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  padding: 0 3px;
}

/* ヘッダーここまで */

.company-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.company-list > .company-card {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
}

.company-card {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
}
.company-card .company-card_link {
  display: flex;
  width: 100%;
  height: 100%;
  color: #333;
  padding: 0px;
}

.company-card .company-card_link:hover {
  opacity: 0.7;
  transition: 0.3s;
  background: #ffffff;
  color: #231b1b9b;
}
.company-card .company-card_link:hover:after {
  right: 0.8rem;
}
.company-card_img {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width :170px;
}
.company-card .company-card_wrapper {
  padding: 16px;
  padding-bottom : 16px;
  width: 80%;
}
.company-card .company-card_wrapper h3 {
  font-size: 15px;
}
.company-card .company-card_wrapper .category {
  font-size: 12px;
  color: #707070;
  margin-bottom: 5px;
}
.company-header{}
.company-intern{
  margin-top: 10px;
  border-top: 1px solid #efefef;
  padding-top: 10px;
}
.company-card .intern-ttl{
  font-size: 14px; 
}
.company-card .explanation {
  font-size: 24px;
  font-weight: bold;
}
.company-eventtagList{
  display: flex;
  flex-wrap : wrap;
  gap: 5px;
  margin-top: 5px;
}
.company-eventtag{
  border: 1px solid #B32F2A;
  border-radius: 15px;
  font-size: 14px;
  padding: 0 12px;
  color: #B32F2A;
}
.intern-itemList li{  
  display: flex;
  align-items: start;
}
.intern-itemList li:before{  
  content: "";
  width: 15px;
  min-width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
  margin-top: 2px;
}
.company-card .intern_date::before {background-image: url(/resource/img/internbus/icon_date.jpg);}
.company-card .intern_location::before {background-image: url(/resource/img/internbus/icon_intern_location.png);}
.company-card .location::before {background-image: url(/resource/img/internbus/icon_address.jpg);}
.company-card .employees::before {background-image: url(/resource/img/internbus/icon_employee.png);}
.company-card .point::before {background-image: url(/resource/img/internbus/bg_ib_point.jpg);}

.company-card .schedule::before {
  content: "開催時期";
  font-size: smaller;
  background-color: #c50d17;
  color: #fff;
  width: 60px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.company-card .selection::before {
  content: "資格";
  font-size: smaller;
  background-color: #c50d17;
  color: #fff;
  width: 60px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.company-card img {
  width: auto;
  height: auto;
  padding: 20px;
  max-width: 160px;
}
.company-card_img.company-card_img--sp{
  display:none;
}

.conpany-itemList{
  font-size: 12px;
}
.intern-itemList{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 12px;
  column-gap: 10px;
}
/* 企業一覧カードここまで */

/* コラムここから */

.column{
  margin-bottom: 60px;
}
.column-wrap{
  display: grid;
  column-gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: -15px;
}
.column-item{ 
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}
.column-link{
  display:grid;
  gap: 15px;
  grid-template-columns: 3fr 1fr;
  height: 100%;
  transition: .3s;
}
.column-link:hover{ opacity: 0.6;}
.column-str{ display: grid;}
.column-title{ 
  color: #333;
  font-size: 16px;
}
.column-date{ 
  color: #d66c00;
  margin-top :auto;
  font-size:12px;
}
.column-img{}
.column-imgMain{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* コラムここまで */

/* リンクセクションここから */

.internbus_wrapper #internbus_link {
  text-align: center;
}

/* リンクセクションここまで */

/* フッターここから */
.internbus_wrapper footer {
  font-size: 12px;
}

.internbus_wrapper footer > div {
  display: flex;
  justify-content: space-between;
}

.internbus_wrapper footer a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.internbus_wrapper footer ul {
  display: flex;
  gap: 10px;
}

.red-button {
  display: inline-block;
  padding: 0.8em 1.6em;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 120px;
}
.red-button:hover {
  opacity: 0.7;
}

/* フッターここまで */

/* バックナンバー表示 */
.internbus-intro {
  display: flex;
  flex-wrap: wrap; /* モバイル対応 */
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.intro-left {
  flex: 1 1 55%;
  min-width: 280px;
}

.intro-right {
  flex: 1 1 40%;
  min-width: 200px;
  text-align: center;
  position: relative;
  top: -60px;
}

.intro-image {
  width: 45%;
  height: auto;
  transition: transform 0.3s ease;
  position: relative;
  display: inline-block;
}
.intro-right-service-top {
  flex: 1 1 40%;
  min-width: 200px;
  text-align: center;
  position: relative;
  top: -60px;
}

.intro-caption1 {
  color: #c50d17;
  font-weight: bold;
}

.intro-caption2 {
  font-size: 0.9rem;
  font-weight: bold;
}

.vol1 {
  display: flex;
  max-height: 265px;
}

.m_contCard__btn {
  width: 45%;
  margin: 0 auto;
  margin-top: 5px;
}

.m_contCard__btnTarget {
  display: block;
  padding: 4px;
  border: 1px solid #333;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #333;
  position: relative;
}
.m_contCard__btnTarget:hover {
  background: #fff;
  color: #b32f2a;
  border-color: #b32f2a;
}

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

/* ＝＝＝＝＝＝＝
バックナンバー
＝＝＝＝＝＝＝ */
.m-magazine-card__download {
  transition: .3s opacity;
}

.m-magazine-card__download:hover {
  opacity: .7;
}

.m-backnumber__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 48px;
}

.m-backnumber__item {
  flex: 1;
  max-width: 174px;
}

.m-magazine-card__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.m-magazine-card__img {
  width: 100%;
  height: auto;
  display: block;
}

@media  screen and (max-width: 768px) {
  .m-backnumber__list {
    flex-direction: column;
    align-items: center;
  }
}


/* セクション４　about insource インソースについて */
.about-insource {
  display: flex;
  gap: 15px;
}

.about-text {
  flex: 1;
}

.about-image {
  flex: 0 0 auto;
}

.about-image img {
  width: 370px;
  height: auto;
}

.section-title {
  display: flex;
  align-items: baseline;
  gap: 20px;
  font-weight: bold;
  font-size: 24px;
  border-left: 5px solid #c50d17;
  padding-left: 12px;
  margin-bottom: 25px;
  color: #111;
}

.section-title__en {
  color: #c50d17;
  text-transform: uppercase;
  font-weight: 500;
}

.section-title__jp {
  font-weight: 500;
}

/* 採用ページリンク */
.highlight-link {
  color: #c50d17;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.highlight-link:hover {
  opacity: 0.7;
}
/* アバウトインソース */

#aboutInsource{
  margin-top : 60px;
}

/* お問い合わせページ */
.contact-heading {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.contact-flex {
  display: flex;
  flex-direction: column; /* 上下（縦並び） */
  align-items: center;
  gap: 30px;
}
.contact-text {
  width: 100%;
}

.contact-text-p {
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝レスポンシブここから＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    width: 95%;
    overflow-x: hidden;
  }
  .internbus_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .internbus_wrapper .red {
    color: #c50d17;
    font-weight: bold;
  }

  .internbus_wrapper #internbus_sc01 {
    background-image: none;
    font-size: smaller;
  }
  .internbus_wrapper #internbus_sc01 br {
    display: none;
  }
  .bg_internbus_sp {
    display: none;
    height: 250px;
    width: 100%;
    background-image: url(/resource/img/internbus/bg_ib_top_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .internbus_wrapper .internbus_sp {
    display: block;
  }
  .internbus_wrapper .internbus_sc_company {
    display: none;
  }
  .internbus_sp {
    display: block;
    text-align: center;
    background-color: #c50d17;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    line-height: 1;
    line-height: 4;
    /* margin-top: -20px; */
    margin: b;
    margin-top: -40px;
  }
  .internbus_wrapper .news-container {
    max-height: calc(3em * 5 + 8px);
  }
  .internbus_wrapper h2::before {
    font-size: 50px;
    top: -48px;
  }
  .internbus_wrapper > .company-list > .company-card {
    width: 100%;
  }
  div#cont {
    margin: 0;
  }
  .internbus_wrapper .company-card {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
  }
  .internbus_wrapper .company-card .company-card_wrapper {
    font-size: smaller;
    width: 100%;
  }
  .company-header{
    display: flex;
    justify-content: space-between;
  }
  .company-card_img.company-card_img--pc{
    display: none;
  }
  .company-card_img.company-card_img--sp{
    display: flex;
    width: 100px;
  }
  .company-card img {
    padding: 0; 
    max-width: 100px;
    padding-left: 10px;
  }
  .vol1 {
    display: block;
    max-height: none;
  }
  .intro-right {
    flex: 1 1 40%;
    min-width: 200px;
    text-align: center;
    margin-top: 15px;
    top: auto;
  }

  .intro-image {
    width: 60%;
    height: auto;
    transition: transform 0.3s ease;
  }
  .intro-right-service-top {
    display: none;
  }

  .m_contCard__btn {
    width: 60%;
    margin: 0 auto;
    margin-top: 5px;
  }

  .m_solutionBaseSideNavs__item {
    display: none;
  }

  .twoColumnLayout {
    display: flex;
    flex-direction: row;
    gap: 50px;
    width: 100%;
    margin: 0 auto;
  }
  .about-image {
    flex: 0 0 auto;
    display: none;
  }

  /*COLUMN*/
  .column-wrap{
    display: block; 
  }
  .column-title{
    font-size: 16px;
  }

  /*ABOUT INSOURCE*/
  .about-insource {
    display: flex;
    gap: 15px;
    font-size: 12px;
  }
  .red-button {
    display: inline-block;
    padding: 0.8em 1.6em;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 120px;
    font-size: 12px;
  }
  .red-button:hover {
    opacity: 0.7;
  }

  /* お問い合わせページ */
  .imageBox--2Dcode img {
    width: 60%;
    height: auto;
    margin-bottom: 50px;
  }
  .contact-text-p {
    text-align: center;
    line-height: 1.7;
    font-size: 14px;
  }
  .contact-heading {
    font-size: 1rem;
  }
  /* お問い合わせページ */

  /* バックナンバーページ */
  .back-number {
    display: block;
    text-align: center;
  }

  /* カードを中央に配置 */
  .back-number .back-number-card {
    max-width: none;
    margin: 0 auto 30px;
    width: 80%;
  }

}
/* レスポンシブ終わり */
