@charset "UTF-8";
/* ===================================================

	Common

 =================================================== */
@media screen and (min-width:641px) {
  .serviceList a.third_service {
    margin-right: 245px;
  }
}
@media screen and (min-width:771px) {
  .serviceList a.third_service {
    margin-right: 7px;
  }
}
@media screen and (min-width:1024xp) {
  .pageType_corporate #container section {
    padding-top: 80px;
  }
}

/* IEのみ採用トップ表示調整 */
@media all and (-ms-high-contrast: none) and (min-width:1024px){
  .mainVisual_varticalItem > .only_PC {
    display: block;
  }
}

/* メインビジュアル（ページ名）のレスポンシブ対応 */
.mainVisual_varticalItem .titleBox {
   position: relative;
   background-color: rgba(255, 255, 255, 0.9);
   padding: 30px 125px;
   height: 116px;
   box-sizing: border-box;
}

.mainVisual_varticalItem .titleBox::after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: #bf3f17;
 }


@media screen and (max-width: 1024px) {
  .mainVisual .mainVisual_body .mainVisual_varticalWrap:before {
    vertical-align: baseline;
  }
  .mainVisual .mainVisual_body .mainVisual_varticalWrap .mainVisual_varticalItem {
    width: 100%;
    max-width: 750px;
    margin-top: 40px;
  }
  .mainVisual .mainVisual_body .mainVisual_varticalWrap .titleBox {
    background-color: rgba(255, 255, 255);
    height: 80px;
  }
  .mainVisual .mainVisual_body .mainVisual_varticalWrap .titleBox .titleBox_title_image {
    position: absolute;
    width: auto;
    height: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }

  div#container #main .fInner .sectCont:first-of-type {
    margin-top: 0;
  }

  div#container #main .fInner.co_fInner .sectCont:first-of-type {
    margin-top: -130px;
  }
  div#container #main .fInner.co_fInner .sectCont:first-of-type .sectTit {
    padding-top: 80px;
  }
}


/* Parts - メインビジュアルにsectContを重ねる
--------------------------------------------------- */
.mainVisual_body .career_fInner {
  margin-top: -30px;
}

#container #main .career_fInner .sectCont:first-of-type {
  background-color: #fff;
  margin-top: -130px;
  padding-top: 98px;
 }

@media screen and (max-width: 1024px) {
  #container #main .fInner .sectCont:first-of-type {
    margin-top: -100px;
  }
}

.subTit {
  font-size: 16px;
  font-weight: 700;
}

button:hover {
  cursor: pointer;
}

/* Parts - 検索ボタン
 --------------------------------------------------- */


.bt_search {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 205px;
  background-image: url(../images/bt_search.png);
  width: 68px;
  height: 280px;
 }

 @media screen and (max-width: 1024px) {
  #container #main .fInner .sectCont:first-of-type {
    margin-top: -100px;
  }

  .bt_search {
    display: none;
  }

}

/* Parts - 資料請求ボタン
 --------------------------------------------------- */


.bt_entry {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 205px;
  background-image: url(../images/bt_entry.png);
  width: 66px;
  height: 147px;
  background-size: cover;
 }

 @media screen and (max-width: 1024px) {
  .bt_entry {
    display: none;
  }

}

 /* Parts - コーポレートサイトページネーション
  --------------------------------------------------- */

.pageType_corporate .wp-pagenavi {
  text-align: center;
  margin-top: 37px;
}

.pageType_corporate .wp-pagenavi > * {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

.pageType_corporate .previouspostslink + span, .previouspostslink + a {
  margin-right: 0;
}

.pageType_corporate .wp-pagenavi .current {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background-image: url(../images/newGraduate_pager_active.png);
}

.pageType_corporate .wp-pagenavi .page{
  color: #00a395;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background-image: url(../images/newGraduate_pager_inactive.png);
}

.pageType_corporate .wp-pagenavi .page:hover {
  color: #00a395;
}

.pageType_corporate .wp-pagenavi .nextpostslink {
  height: 30px;
  width: 30px;
  margin-left: 22px;
  background: url(../images/newGraduate_pager_arrow.png) no-repeat center;
}

.pageType_corporate .wp-pagenavi .previouspostslink {
  transform: rotate(180deg);
  height: 30px;
  width: 30px;
  margin-right: 7px;
  background: url(../images/newGraduate_pager_arrow.png) no-repeat center;
}

.pageType_corporate .wp-pagenavi .last {
  height: 30px;
  width: 50px;
  margin-left: 22px;
  background: url(../images/newGraduate_pager_arrow_last.png) no-repeat center;
}

.pageType_corporate .wp-pagenavi .first {
  height: 30px;
  width: 50px;
  margin-right: 7px;
  background: url(../images/newGraduate_pager_arrow_first.png) no-repeat center;
}

.pageType_corporate .wp-pagenavi .nextpostslink div, .wp-pagenavi .previouspostslink div {
  display: none;
}

 /* Parts - 新卒採用ページネーション
  --------------------------------------------------- */

.pageType_newGraduate .wp-pagenavi {
  text-align: center;
  margin-top: 37px;
}

.pageType_newGraduate .wp-pagenavi > * {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

.pageType_newGraduate .previouspostslink + span, .previouspostslink + a {
  margin-right: 0;
}

.pageType_newGraduate .wp-pagenavi .current {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background-image: url(../images/newGraduate_pager_active.png);
}

.pageType_newGraduate .wp-pagenavi .page{
  color: #00a395;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background-image: url(../images/newGraduate_pager_inactive.png);
}

.pageType_newGraduate .wp-pagenavi .page:hover {
  color: #00a395;
}

.pageType_newGraduate .wp-pagenavi .nextpostslink {
  height: 30px;
  width: 30px;
  margin-left: 22px;
  background: url(../images/newGraduate_pager_arrow.png) no-repeat center;
}

.pageType_newGraduate .wp-pagenavi .previouspostslink {
  transform: rotate(180deg);
  height: 30px;
  width: 30px;
  margin-right: 7px;
  background: url(../images/newGraduate_pager_arrow.png) no-repeat center;
}

.pageType_newGraduate .wp-pagenavi .last {
  height: 30px;
  width: 50px;
  margin-left: 22px;
  background: url(../images/newGraduate_pager_arrow_last.png) no-repeat center;
}

.pageType_newGraduate .wp-pagenavi .first {
  height: 30px;
  width: 50px;
  margin-right: 7px;
  background: url(../images/newGraduate_pager_arrow_first.png) no-repeat center;
}

.pageType_newGraduate .wp-pagenavi .nextpostslink div, .wp-pagenavi .previouspostslink div {
  display: none;
}

 /* Parts - 中途採用ページネーション
  --------------------------------------------------- */

.pageType_midCareer .wp-pagenavi {
  text-align: center;
  margin-top: 37px;
}

.pageType_midCareer .wp-pagenavi > * {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

.pageType_midCareer .previouspostslink + span, .previouspostslink + a {
  margin-right: 0;
}

.pageType_midCareer .wp-pagenavi .current {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-image: url(../images/career_pager_active.png);
}

.pageType_midCareer .wp-pagenavi .page{
  color: #bf3f17;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-image: url(../images/career_pager_inactive.png);
}

.pageType_midCareer .wp-pagenavi .page:hover {
  color: #bf3f17;
}

.pageType_midCareer .wp-pagenavi .nextpostslink {
  height: 50px;
  width: 20px;
  margin-left: 22px;
  background: url(../images/career_pager_arrow.png) no-repeat center;
}

.pageType_midCareer .wp-pagenavi .previouspostslink {
  /* transform: rotate(180deg); */
  height: 50px;
  width: 20px;
  margin-right: 7px;
  /* background: url(../images/career_pager_arrow.png) no-repeat center; */
  background: url(../images/career_pager_arrow_oppo.png) no-repeat center;
}

.pageType_midCareer .wp-pagenavi .last {
  height: 50px;
  width: 20px;
  margin-left: 22px;
  background: url(../images/career_pager_arrow2.png) no-repeat center;
}

.pageType_midCareer .wp-pagenavi .first {
  /* transform: rotate(180deg); */
  height: 50px;
  width: 20px;
  margin-right: 7px;
  background: url(../images/career_pager_arrow2_oppo.png) no-repeat center;
  /* background: url(../images/career_pager_arrow2.png) no-repeat center; */
}

.pageType_midCareer .wp-pagenavi .nextpostslink div, .wp-pagenavi .previouspostslink div {
  display: none;
}

/* Parts - 黄色いボタン
--------------------------------------------------- */

.btn.linkBtn.newYellowBtn {
  background-color: #eaff00;
  color: #333 !important;
}

.btn.linkBtn.newYellowBtn::after {
  color: #333 !important;
  background: url(../images/arrow_link_black.png) center no-repeat;
}

/* Parts - ニュース一覧の矢印だし分け、レイアウト修正
--------------------------------------------------- */
/* 新卒TOP PC:あり SP:なし */
/* 新卒一覧 PC:あり SP:あり */
/* 中途TOP PC:あり SP:なし */
/* 新卒一覧 PC:なし SP:あり */

/* 共通スタイル */
.news_article {
  position: relative;
  border-bottom: #ccc 1px solid;
  list-style: none;
}

.news_article:last-of-type {
  border: none;
}

.news_article a {
  min-height: 32px;
  width: 100%;
  padding: 36px 0;
}

.newsdate {
  display: inline-block;
  color: #333;
}

.news_title {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
}

.news_article > * {
  display: inline-block;
}

.news_article:hover {
  cursor: pointer;
}

/* 新卒系レイアウト調整 */
.newTOP .news_article a,
.newGraduate_news .news_article a {
  min-height: 24px;
}


@media screen and (max-width: 1024px) {
  .news_title {
    font-weight: 600;
    margin-top: 20px;
  }
}

/* PC_矢印なし */
.mid_news .news_title {
  width: 750px;
}

/* PC_矢印あり */
.newGraduate_news .news_title,
.newTOP .news_title,
.career_top .news_title {
  /* 右側に余白を作る */
  width: 685px;
}

/* SP_矢印なし */
@media screen and (max-width: 1024px) {
  .newTOP .news_title,
  .career_top .news_title {
    /* 右側に余白なし */
    width: 100%;
  }
}

/* SP_矢印あり */
@media screen and (max-width: 1024px) {

  #container.mid_news #main .fInner .sectCont .news_article::after {
    content: url(../images/arrow_news_red.png);
    position: absolute;
    height: 22px;
    bottom: 50%;
    right: 10px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }

  .newGraduate_news .news_title,
  .mid_news .news_title {
    /* 右側に余白を作る */
    width: calc(100% - 30px);
  }

  #container.mid_news #main .fInner .sectCont .newsdate {
    width: 253px;
  }
}

@media screen and (max-width: 1024px) {
  #container.mid_news #main .fInner .sectCont .newsdate {
    width: 253px;
  }
  .newGraduate_news.listpage .news_article:last-of-type {
    border-bottom: #ccc 1px solid;
  }

}


/* 矢印部分 */
.newGraduate_news.listpage .news_article::after,
.newTOP #container #main .whatsNew .news_article::after,
#container.career_top #main .whatsNew .news_article::after {
  content: url(../images/arrow_news.png);
  position: absolute;
  height: 22px;
  bottom: 50%;
  right: 10px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.newTOP #container #main .whatsNew .news_article .news_title,
#container.career_top #main .whatsNew .news_article .news_title {
  max-width: 689px;
}

.newTOP #container #main .whatsNew .news_article .news_title,
#container.career_top #main .whatsNew .news_article .news_title {
  font-weight: 700;
  text-decoration: none;
}

.newTOP #container #main .whatsNew .news_article div,
#container.newGraduate_news #main .news_article div,
#container.career_top #main .whatsNew .news_article div {
  vertical-align: top;
}

.newTOP #container #main .fInner .newsdate span,
#container.career_top #main .fInner .newsdate span {
  margin: auto 25px auto 61px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  width: 100px;
  padding: 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}

#container.mid_news.listpage #main .fInner .sectCont .newsdate {
  font-weight: 200;
  font-size: 16px;
  font-size: 1.6rem;
  width: 263px;
  vertical-align: top;
  margin-right: 45px;
}

/* hoverエフェクトあり(中途一覧のみ) */
.mid_news .news_article:hover .news_title {
  text-decoration: underline;
  font-weight: 600;
}


/* padding調整 */
.newGraduate_news .news_article a {
  padding-top: 27px;
  padding-bottom: 30px;
}

.newTOP .news_article a {
  padding-top: 27px;
  padding-bottom: 29px;
}

.career_top .news_article a {
  padding-top: 31px;
  padding-bottom: 29px;
}

@media screen and (max-width: 1024px) {
  .newGraduate_news .news_article a {
    padding-top: 25px;
    padding-bottom: 24px;
  }

  .career_top .news_article a,
  .newTOP .news_article a {
    padding-top: 14px;
    padding-bottom: 12px;
  }
}



/* その他パーツ
----------------------------------- */

/* 新卒一覧、新卒TOPカテゴリ表示*/
#container.newGraduate_news.listpage #main .fInner .newsdate span {
  display: inline-block;
  width: 100px;
  height: 22px;
  margin: 0 24px 0 54px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  /* color: #FFF; */
}

@media screen and (max-width: 1024px) {
  #container.newGraduate_news.listpage #main .fInner .newsdate span {
    margin: 0 29px 0 0;
  }
}

.newTOP #container #main .fInner .newsdate span.appointed,
#container.newGraduate_news.listpage #main .fInner .newsdate span.appointed {
  background-color: #FFF;
  color: #ff04c1;
  border: 1px solid #ff04c1;
}

.newTOP #container #main .fInner .newsdate span.jobfair,
#container.newGraduate_news.listpage #main .fInner .newsdate span.jobfair {
  background-color: #FFF;
  color: #00a395;
  border: 1px solid #00a395;
}

.newTOP #container #main .fInner .newsdate span.topic,
#container.newGraduate_news.listpage #main .fInner .newsdate span.topic {
  background-color: #FFF;
  color: #ffb300;
  border: 1px solid #ffb300;
}


/* ===================================================

	Pages

 =================================================== */

/* Page - 中途＿お知らせ詳細
 --------------------------------------------------- */

#container.mid_news #main .fInner .sectContTit {
  margin: 0 91px 99px 91px;
  border-bottom: solid 1px #b92c00;
}

#container.mid_news #main .fInner .sectContTit h3 {
  border-bottom: none;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 400;
}

#container.newGraduate_news #main .fInner .sectContTit h3::after,
#container.mid_news #main .fInner .sectContTit h3::after {
  content: none;
}

#container.newGraduate_news #main .fInner .sectContTit .clearfix,
#container.mid_news #main .fInner .sectContTit .clearfix {
  margin: 28px 0 40px;
}

#container.newGraduate_news #main .fInner .sectCont .sectContTit .newsdate,
#container.mid_news #main .fInner .sectCont .sectContTit .newsdate {
  float:right;
  font-weight: 700;
}

#container.mid_news #main .fInner .sectContTit .newsdate span,
#container.mid_news #main .fInner .sectCont .newsdate span {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  width: 140px;
  padding: 2px 34px;
  box-sizing: border-box;
  margin-right: 16px;
  border-radius: 2px;
  font-weight: 700;
}

#container.career_top #main .fInner .newsdate span.news,
#container.mid_news #main .fInner .sectContTit .newsdate span.news,
#container.mid_news #main .fInner .sectCont .newsdate span.news {
  color: #00a395;
  border: 1px solid #00a395;
}

#container.career_top #main .fInner .newsdate span.recruit,
#container.mid_news #main .fInner .sectContTit .newsdate span.recruit,
#container.mid_news #main .fInner .sectCont .newsdate span.recruit {
  color: #bf3f17;
  border: 1px solid #bf3f17;
}

@media screen and (max-width: 1024px) {
  #container.mid_news #main .fInner .sectCont .newsdate span.news,
  #container.mid_news #main .fInner .sectCont .newsdate span.recruit {
    color: #fff;
  }

  #container.mid_news #main .fInner .sectCont .newsdate span.news {
    background-color: #00a395;
    border: none;
  }

  #container.mid_news #main .fInner .sectCont .newsdate span.recruit {
    background-color: #bf3f17;
    border: none;
  }
}

#container.mid_news #main .fInner .sectCont h4 {
  color: #bf3f17;
}

#container.newGraduate_news #main .fInner .sectCont h4 {
  color: #00a395;
}
#container.newGraduate_news #main .fInner .sectCont h4,
#container.mid_news #main .fInner .sectCont h4 {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 94px auto 78px;
}

#container.newGraduate_news #main .fInner .sectCont .size-full,
#container.mid_news #main .fInner .sectCont .size-full {
  max-width: 520px;
}

#container.newGraduate_news #main .fInner .sectCont .size-medium,
#container.mid_news #main .fInner .sectCont .size-medium {
  width: 470px;
}

#container.newGraduate_news #main .fInner .sectCont .alignright,
#container.mid_news #main .fInner .sectCont .alignright {
	float: right;
  margin: 0 0 45px 51px;
	}

#container.newGraduate_news #main .fInner .sectCont .alignleft,
#container.mid_news #main .fInner .sectCont .alignleft {
	float: left;
  margin: 0 51px 45px 0;
	}

#container.newGraduate_news #main .fInner .sectCont .aligncenter,
#container.mid_news #main .fInner .sectCont .aligncenter {
  display: block;
  margin: 107px auto;
}

/* 中途お問合せショートコード */

.recruit_contact {
  text-align: center;
}

#container #main .recruit_contact p ,
.recruit_contact p {
  display: inline;
  color: #bf3f17;
  margin-bottom: 44px;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  #container #main .recruit_contact p ,
  .recruit_contact p {
    font-size: 4.5vw;
  }

}

.recruit_contact span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.recruit_contact .contactArea {
  margin: 20px auto;
  position: relative;
}

.recruit_contact .contactArea .tell a::before {
  display: block;
  position: absolute;
  content: "";
  bottom: 10px;
  left: -70px;
  height: 100%;
  width: 57px;
  background: url(../images/icon_freeDial.png) center 80% no-repeat;
  background-size: contain;
}

.recruit_contact .contactArea .tell {
  font-size: 45px;
  font-size: 4.5rem;
  padding-left: 67px;
  white-space: nowrap;
}
.recruit_contact .contactArea .tell a {
  position: relative;
  color: #333;
  font-weight: bold;
}

.recruit_contact .contactArea > span {
  display: block;
  text-align: center;
}

.recruit_contact {
  margin: 75px;
}

/* 中途お問合せショートコード SP*/
@media screen and (max-width:1024px) {

  .recruit_contact {
    margin: 30px;
  }

  .recruit_contact .contactArea {
    width: 100%;
  }

  .recruit_contact .contactArea {
    margin-top: 50px;
  }

  .recruit_contact .contactArea .tell {
    padding-left: 0;
  }
}

.mainVisual_varticalWrap {
  text-align: center;
}

@media screen and (max-width:500px) {
  .recruit_contact .contactArea .tell a {
    margin-left: 15vw;
    font-size: 8vw;
  }
  .recruit_contact .contactArea .tell a::before {
    bottom: 5px;
  }

}
/* クオリアお問合せショートコード */

.qualia_contact {
  text-align: center;
}

.qualia_contact .reception {
  color: #1a653a;
}

#container #main .qualia_contact p ,
.qualia_contact p {
  display: inline;
  color: #1a653a;
  margin-bottom: 44px;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  #container #main .qualia_contact p ,
  .qualia_contact p {
    font-size: 4.5vw;
  }

}

.qualia_contact span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.5rem;
  text-align: center;
}
[data-ruby2] {
  position: relative;
}
[data-ruby2]::after {
  content: attr(data-ruby2);
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width:1024px) {
  [data-ruby]::before,
  [data-ruby2]::after {
    font-size: 1rem;
  }

}

.qualia_contact .contactArea {
  margin: 40px auto 20px;
  position: relative;
}

.qualia_contact.qualia_higashiurawa_contact .contactArea {
  margin: 10px auto;
}

.qualia_contact .contactArea .tell a::before {
  display: block;
  position: absolute;
  content: "";
  bottom: 10px;
  left: -70px;
  height: 100%;
  width: 57px;
  background: url(../images/pages/co_service_qualia/icon_freeDial_qualia.png) center 80% no-repeat;
  background-size: contain;
}
.qualia_contact .contactArea .tell.tell_noFree a::before {
  background: none;
}

.qualia_contact .contactArea .tell {
  font-size: 45px;
  font-size: 4.5rem;
  padding-left: 67px;
  white-space: nowrap;
}
.qualia_contact .contactArea .tell.tell_noFree {
  padding-left: 0;
}
.qualia_contact .contactArea .tell span {
  font-size: 45px;
  font-size: 4.5rem;
}
.qualia_contact .contactArea .tell a {
  position: relative;
  color: #1a653a;
  font-weight: bold;
}

.qualia_contact .contactArea > span {
  display: block;
  text-align: center;
}

.qualia_contact {
  margin: 75px;
}

/* 中途お問合せショートコード SP*/
@media screen and (max-width:1024px) {

  .qualia_contact {
    margin: 30px;
  }

  .qualia_contact .contactArea {
    width: 100%;
  }

  .qualia_contact .contactArea {
    margin-top: 50px;
  }

  .qualia_contact .contactArea .tell {
    padding-left: 0;
  }
}

.mainVisual_varticalWrap {
  text-align: center;
}

@media screen and (max-width:500px) {
  .qualia_contact .contactArea .tell a {
    margin-left: 15vw;
    font-size: 8vw;
  }
  .qualia_contact .contactArea .tell a::before {
    bottom: 5px;
  }

}

/* Page - 中途＿お知らせ詳細（SP）
 --------------------------------------------------- */

@media screen and (min-width: 1024px) {
  #container.newGraduate_news #main .fInner .sectCont .size-full+.size-full,
  #container.mid_news #main .fInner .sectCont .size-full+.size-full {
    margin-left: 38px;
  }
}

@media screen and (max-width: 1024px) {
  #container.newGraduate_news #main .fInner .sectContTit,
  #container.mid_news #main .fInner .sectContTit {
    margin: 0 0 40px 0;
  }
  #container.newGraduate_news #main .fInner .sectCont .size-full+.size-full,
  #container.mid_news #main .fInner .sectCont .size-full+.size-full {
    margin-top: 30px;
  }
  #container.newGraduate_news #main .fInner .sectCont .size-full,
  #container.mid_news #main .fInner .sectCont .size-full {
    max-width: 100%;
  }
  #container.newGraduate_news.single #main .fInner .sectCont .newsdate,
  #container.mid_news.single #main .fInner .sectCont .newsdate {
    margin-right: 0;
    text-align: right;
  }
  #container.newGraduate_news #main .fInner .sectCont h4,
  #container.mid_news #main .fInner .sectCont h4 {
    margin: 24px auto;
  }
  #container.newGraduate_news #main .fInner .sectCont .aligncenter,
  #container.mid_news #main .fInner .sectCont .aligncenter {
    display: block;
    margin: 24px auto;
  }
  #container.newGraduate_news #main .fInner,
  #container.mid_news #main .fInner {
    white-space : normal;
  }
}


/* Page - 中途＿お知らせ一覧
--------------------------------------------------- */

#container.mid_news.listpage #main .fInner .sectContTit {
  border-bottom: none;
  margin-bottom: 61px;
}

.newGraduate_news ul.pref_list,
.mid_news ul.pref_list {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width:1024px) {
  .newGraduate_news ul.pref_list,
  .mid_news ul.pref_list {
    margin-bottom: 20px;
  }
}

.mid_news ul.pref_list li {
  display: inline-block;
  padding: 0 23px;
  border-right: solid #d9d9d9 1px;
  margin: 41px 0 0 0;
}

.newGraduate_news ul.pref_list li {
  display: inline-block;
  padding: 0 23px;
  border-right: solid #00a395 1px;
  margin: 41px 0 0 0;
}

@media screen and (max-width:640px) {
  .newGraduate_news ul.pref_list li,
  .mid_news ul.pref_list li {
    padding: 0 4px;
    margin: 21px 0 0 0;
  }
}

.mid_news ul.pref_list li.active button {
  color: #bf3f17;
  font-weight: 700;
}

.newGraduate_news ul.pref_list li.active button {
  color: #00a395;
  font-weight: 700;
}

.mid_news ul.pref_list li button {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-weight: 200;
  background: none;
  border: none;
}

.newGraduate_news ul.pref_list li button {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-weight: 200;
  background: none;
  border: none;
}

.newGraduate_news ul.pref_list li:last-of-type,
.mid_news ul.pref_list li:last-of-type {
  border-right: none;
}

.newGraduate_news .tab_contant,
.mid_news .tab_contant {
  padding: 0;
}

.mid_news .tabBox .tab_news ul {
  border-bottom: 1px solid #ccc;
}

.newGraduate_news .tabBox .tab_news ul {
  border-bottom: 1px solid #00a395;
}

.mid_news .tabBox .tab_news ul li {
  float: left;
  box-sizing: border-box;
  height: 41px;
  width: 340px;
  margin: 0 0 -1px 0;
  border-radius: 2px 2px 0 0;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  text-align: center;
}

.mid_news .tabBox .tab_news ul li.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.mid_news .tabBox .tab_news ul li + li {
  margin-left: 30px;
}

.newGraduate_news .tabBox .tab_news ul li {
  float: left;
  box-sizing: border-box;
  height: 50px;
  width: 250px;
  margin: 0 0 -1px 0;
  border-radius: 2px 2px 0 0;
  background-color: #b3b3b3;
  border-bottom: #00a395;
  text-align: center;
}

.newGraduate_news .tabBox .tab_news ul li.active {
  color: #00a395;
  background-color: #fff;
  border-top: 1px solid #00a395;
  border-left: 1px solid #00a395;
  border-right: 1px solid #00a395;
  border-bottom: none;
}

.newGraduate_news .tabBox .tab_news ul li + li {
  margin-left: 26px;
}

.mid_news .tabBox .tab_news ul li button {
  display: inline-block;
  background: none;
  border: none;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 41px;
  padding: 0;
  color: #333;
}

.mid_news .tabBox .tab_news ul li button:hover {
  color: #333;
}

.mid_news .tabBox .tab_news ul li.active button {
  color: #bf3f17;
}

.newGraduate_news .tabBox .tab_news ul li button {
  display: inline-block;
  background: none;
  border: none;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 50px;
  padding: 0;
  color: #FFF;
}

@media screen and (max-width:1024px) {
  .newGraduate_news .tabBox .tab_news ul li button.tab_2lines {
    margin-top: 5px;
    line-height: 20px;
  }
}

@media screen and (max-width: 350px) {
  .newGraduate_news .tabBox .tab_news ul li button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.newGraduate_news .tabBox .tab_news ul li button:hover {
  color: #FFF;
}

.newGraduate_news .tabBox .tab_news ul li.active button {
  color: #00a395;
}

@media screen and (max-width: 1024px) {
  .mid_news .tabBox .tab_news ul li {
    width: calc(33% - 8px);
  }

  .mid_news .tabBox .tab_news ul li + li {
    margin-left: 12px;
  }

  .newGraduate_news ul.pref_list li {
    margin: 21px 0 0 0;
  }


  .newGraduate_news .tabBox .tab_news ul li {
    width: 22%;
  }

  .newGraduate_news .tabBox .tab_news ul li + li {
    margin-left: 4%;
  }

  ul.pref_list {
    margin-bottom: 0;
  }

  ul.pref_list li {
    margin: 32px 0 0 0;
  }
}


/* Page - 中途＿お知らせ一覧（SP）
--------------------------------------------------- */

@media screen and (max-width: 1024px) {
  .mid_news .tabBox .tab_news ul li {
    width: calc(33% - 8px);
  }

  .mid_news .tabBox .tab_news ul li + li {
    margin-left: 12px;
  }

  ul.pref_list {
    margin-bottom: 0;
  }

  ul.pref_list li {
    margin: 32px 0 0 0;
  }

}

/* Page - 中途求人情報詳細
--------------------------------------------------- */

/* スライダー左寄せ  */
.mid_jobinfo.single .mid_eyecatch .owl-carousel .owl-thumbs{
  text-align:left;
}


.mid_jobinfo.single .mid_jobtitle {
  background-color: #b92c00;
  margin-top: 60px;
  padding: 28px 28px 20px;
  border-radius: 3px 3px 0 0;
}

.mid_jobinfo.single .sectCont .mid_jobtitle h3 {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 19px;
  font-weight: 400;
}

.mid_jobinfo.single .mid_jobtitle ul li {
  display: inline-block;
  border-radius: 3px;
  padding: 8px 10px;
  background-color: #f9e9e4;
  color: #b92c00;
  font-weight: 700;
  margin: 5px 9px 5px 0;
}

.mid_jobinfo.single #search_style .fInner .sectCont .clearfix {
  background-color: #f6f6f6;
  margin-bottom: 82px;
}

.mid_jobinfo.single .mid_eyecatch {
  float: left;
  width: 540px;
  padding: 28px 0 28px 28px;
  box-sizing: border-box;
}

.mid_jobinfo.single .mid_eyecatch .images {
  width: 510px;
  height: 350px;
  border: 1px solid #fff;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
}

.mid_jobinfo.single .mid_thumbnail {
  display: inline-block;
  overflow: hidden;
  width: 120px;
  height: 82px;
  margin-top: 19px;
  border: 1px solid #fff;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
}

.mid_jobinfo.single .mid_thumbnail.active {
  border: 3px solid #c55431;
  box-sizing: border-box;
}
.mid_jobinfo.single .mid_thumbnail + .mid_thumbnail {
  margin-left: 10px;
}

.mid_jobinfo.single .mid_content {
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  width: 540px;
  padding: 44px 28px 28px;
  box-sizing: border-box;
}

#container.mid_jobinfo #main section .sectCont .sectContTit {
  margin-bottom: 50px;
}

@media screen and (max-width:1024px) {
  #container.mid_jobinfo #main section .sectCont .sectContTit,
  #container.mid_jobinfo #main section .sectCont .job_search_filter {
    padding: 0 20px;
  }
}

#container.mid_jobinfo.single #main section .sectCont .sectContTit h3 {
  width: 202px;
}

#container.mid_jobinfo.single  #main table td p {
  margin: 0;
	margin-bottom: 20px;
  line-height: 1.2;
}
#container.mid_jobinfo.single  #main table td p:last-child {
	margin-bottom: 0;
}

#container.mid_jobinfo.single  #main table td a {
  color: #b92c00;
}

.mid_jobinfo.single .btnArea .linkBtn {
  width: 400px;
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 24px;
  font-size: 2.4rem;
  border-radius: 3px;
  position: relative;
  margin: 40px auto 70px;
  text-align: left;
}

.mid_jobinfo.single .btnArea .linkBtn::after {
  content: url(../images/bt_arrow.png);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 68px;
  margin-top: -15px;
  margin-right: -15px;
}

.mid_jobinfo.single .btnArea .linkBtn span {
  margin-left: 28px;
}

.locationURL {
  background-color: #db7c36;
  margin: 5px 5px 5px 20px;
  border-radius: 3px;
  padding: 4px 19px 4px 6px;
  display: inline-block;
}

.locationURL span {
  color: #fff;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

.locationURL span::after {
  content: url(../images/arrow_link.png);
  position: absolute;
  height: 11px;
  width: 4px;
  margin-top: -7px;
  top: 50%;
  right: -8px;
}

.aboutCareer {
  background-color: #f6f6f6;
  height: 267px;
  padding: 97px 0 98px;
}

#container #main .aboutCareer .sectTit {
  margin-bottom: 70px;
}

#container #main .aboutCareer .sectCont p {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
@media screen and (max-width:1024px) {
  #container #main .aboutCareer .sectCont p {
    text-align: left;
    margin: 0 12px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#container #main .aboutCareer .sectCont a {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 200px;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  border: 1px #333 solid;
}

@media screen and (max-width: 1024px) {
  .mid_jobinfo.single .mid_eyecatch {
    float: none;
    width: 100%;
    padding: 0;
    /* padding: 28px; */
    box-sizing: border-box;
  }

  .mid_jobinfo.single .mid_eyecatch .images {
    width: 100%;
  }

  .mid_jobinfo.single .mid_content {
    float: none;
    width: 100%;
  }

/* 応募ボタンレスポンシブ */
  .mid_jobinfo.single .btnArea .linkBtn span {
    margin-left: 0;
  }

  .mid_jobinfo.single .btnArea .linkBtn {
    width: 270px;
  }

  .mid_jobinfo.single .btnArea .linkBtn::after {
    top: 50%;
    right: 30px;
    margin-top: -15px;
    margin-right: -15px;
  }


}

/* Page - 中途求人情報一覧
--------------------------------------------------- */

.mid_jobinfo.listpage .select2.style_gray .selection:not(.multiple) .select2-selection {
  padding-top: 5px;
  padding-bottom: 0px;
}
@media screen and (min-width:1024px) {
  .mid_jobinfo.listpage .sectCont .job_searchBox {
    margin-bottom: 58px;
  }
}

.mid_jobinfo.listpage .sectCont .job_searchBox .inputBox {
  text-align: center;
}

.mid_jobinfo.listpage .sectCont .job_searchBox .freeWord {
  width: 100%;
  max-width: 500px;
}


.mid_jobinfo.listpage .btnArea .linkBtn {
  width: 200px;
  height: 50px;
  border-radius: 3px;
}

.mid_jobinfo.listpage .btnArea .linkBtn span {
  font-size: 24px;
  line-height: 30px;
}

.pageType_corporate .mid_jobinfo.listpage .btnArea .linkBtn{
	width: auto;
	height: auto;
}
.pageType_corporate .mid_jobinfo.listpage .btnArea .linkBtn span{
	font-size: inherit;
	line-height: inherit;
}

.mid_jobinfo.listpage .sectCont .job_search_result {
  background-color: #f6f6f6;
  margin: 0 -200%;
  padding: 106px 200% 61px;
}

@media screen and (max-width:1024px) {
  .pageType_corporate .mid_jobinfo.listpage .sectCont .job_search_result {
    padding-top:40px;
  }
  .pageType_corporate #container.mid_jobinfo #main section .sectCont .sectContTit {
     margin-bottom: 20px;
 }
 .pageType_corporate .mid_jobinfo.listpage .sectCont .job_search_filter {
   margin-bottom: 30px;
 }
}

.mid_jobinfo.listpage .sectCont .job_search_result .sectContTit h3 span {
  color: #b92c00;
  font-size: 36px;
  font-size: 3.6rem;
  vertical-align: middle;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}


.mid_jobinfo.listpage .sectCont .job_search_filter {
  margin-bottom: 69px;
}

.mid_jobinfo.listpage .job_searchBtn {
  margin-bottom: 65px;
}

.mid_jobSingle {
  background-color: #fff;
  padding: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width:1024px) {
  .mid_jobSingle {
    padding: 15px;
  }
}

.mid_eyecatch{
	width: 390px;
}
.mid_eyecatch .images {
  /*width: 390px;
  height: 260px;*/
	width: 100%;
	height: 0;
  float: left;
  background-position: center center;
  background-size: cover;
  margin: 0 20px 38px 0;
	padding-top: 65%;
}

.mid_content {
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 33px 0;
}

.mid_content table {
  width: 600px;
  height: 265px;
}

.mid_content table th {
  width: 119px;
}

#container.mid_jobinfo.listpage  #main .mid_content table td p {
  margin: 0;
  line-height: 1.2;
}

.mid_jobtitle {
  padding: 5px 0 20px;
  border-radius: 3px 3px 0 0;
}

.sectCont .mid_jobtitle h4 {
  color: #b92c00;
  font-size: 30px;
  font-size: 3.0rem;
  padding-bottom: 31px;
  margin-bottom: 28px;
  font-weight: 700;
  border-bottom: 1px solid #b92c00;
}

.mid_jobtitle ul li {
  display: inline-block;
  border-radius: 3px;
  padding: 8px 10px;
  background-color: #db7c36;
  color: #fff;
  margin: 5px 9px 5px 0;
}

.mid_jobinfo.listpage .mid_jobSingle .btnArea {
  margin: 49px auto 14px;
}

.mid_jobinfo.listpage .mid_jobSingle .btnArea .linkBtn {
  width: 300px;
  height: auto;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mid_jobinfo.listpage .mid_jobSingle .btnArea .linkBtn.job_detail {
  background-color: #db7c36;
}

.mid_jobinfo.listpage .mid_jobSingle .btnArea .linkBtn + .linkBtn {
  margin-left: 20px;
}

.mid_jobinfo.listpage .mid_jobSingle .btnArea .linkBtn span {
  font-size: 18px;
  /* font-size: 1.6rem; */
}

@media screen and (max-width: 1024px) {

  #container.mid_jobinfo.listpage #main section .sectCont .sectContTit h3:after{
    width: 40%;
  }

  .mid_jobinfo.listpage .checksBox span {
    display: block;
  }

  .mid_jobinfo.listpage .job_search_result .job_search_filter span {
    display: block;
  }
	.mid_jobinfo.listpage .mid_eyecatch {
		width: 100%;
  }
  .mid_jobinfo.listpage .mid_eyecatch .images {
    width: 100%;
    /*padding: 10% 0;*/
    float: none;
  }

  .mid_jobinfo.listpage .mid_content {
    float: none;
    margin: 0 0 33px 0;
    width: 100%;
  }

  .mid_jobinfo.listpage .mid_content table {
    width: 100%;
  }

  .mid_jobinfo.listpage .mid_jobSingle .btnArea .linkBtn {
    display: block;
    width: 100%;
    margin: 20px auto;
  }

  .mid_jobinfo.listpage .mid_jobSingle .btnArea .linkBtn + .linkBtn {
    margin: 20px auto;
  }

}


/* Page - 中途採用トップページ
--------------------------------------------------- */
.newTOP #container #main .fInner .sectCont,
#container.career_top #main .fInner .sectCont {
  padding: 0;
}

@media screen and (max-width:1024px) {
  #container.career_top #main .career_fInner .sectCont:first-of-type {
    margin-top: -90px;
  }
}


#container.career_top .searchBox_header {
  background-color: #b92c00;
	padding: 40px 0;
}

.career_top .searchBox_header_item .searchBox_header_item_label{
	padding: 10px 0;
	display: inline-block;
}

.career_top .jobType .searchBox_header_item_label_L,
.career_top .jobLocation .searchBox_header_item_label_L {
  position: relative;
  color: #fff;
  margin-left: 122px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.career_top .jobType,
.career_top .jobLocation {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
 /* padding: 59px 0 57px;*/
}

.career_top .jobLocation {
  position: relative;
  float: left;
  width: 540px;
  box-sizing: border-box;
}

.career_top .jobLocation a {
  float: right;
  margin: 6px 31px 0 0;
}
.pageType_corporate .search_offices_bottom .jobLocation a,
.career_top .search_offices_bottom .jobLocation a {
  float: right;
  margin: 6px 55px 0 0;
}

.career_top .sectCont .job_searchBox {
  display: none;
}

.career_top .sectCont .job_searchBox table {
  padding: 39px;
}

.mid_jobinfo.listpage .sectCont .job_searchBox th,
.career_top .sectCont .job_searchBox th {
  width: 240px;
}

/* プルダウンフォントサイズ調整 */
.career_top .searchBox_header .select2.style_gray .selection:not(.multiple) .select2-selection{
  padding-top: 9px;
  padding-bottom: 9px;
}
.career_top .searchBox_header .select2 .selection .size_S.select2-selection .select2-search--inline {
  font-size: 1.4rem;
}

.job_searchBox th {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.job_searchBox th > span {
  font-size: 24px;
  font-size: 2.4rem;
}

.job_searchBox table tr.job_search_selecter_pc td {
  border: none;
}

.career_top .jobLocation .searchBox_header_item_label_L::before {
  content: "";
  position: absolute;
  background: url(../images/pages/career_top/icon_japan.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  /* max-width: 70px; */
  /* width: 13vw; */
  height: 70px;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.career_top .jobLocation a.linkBtn {
  position: relative;
  background-color: #f7f7f7;
  padding: 5px;
  color: #333 !important;
  width: 130px;
  height: 40px;
  line-height: 30px;
  border-radius: 3px;
  margin-left: 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.career_top .jobLocation a.linkBtn::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_link_black.png)  center no-repeat;
  height: 32px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  line-height: 20px;
  margin-top: -0.1em;
  font-size: 12px;
  font-size: 1.2rem;
}

.career_top .jobType {
  float: right;
  width: 540px;
}

@media screen and (max-width:1024px) {
  .career_top .jobType {
    padding-top: 20px;
  }
}

.career_top .jobType .searchBox_header_item_label_L::before {
  content: "";
  position: absolute;
  background: url(../images/pages/career_top/icon_bag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 70px;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.career_top .jobLocation form,
.career_top .jobType form {
  width: 230px;
  float: right;
	margin: 4px 31px 0 0;
}

.career_top .jobLocation .selectBox,
.career_top .jobType .selectBox {
  overflow: hidden;
  border-radius: 3px;
}

.career_top .jobLocation .selectBox span .optionItem,
.career_top .jobType .selectBox span .optionItem {
  font-weight: 400;
  line-height: 20px;
}

#job_search_tab {
  background-color: #edccc1;
  height: 60px;
  width: 100%;
  text-align: center;
  margin-bottom: 31px;
}

#job_search_tab:hover {
  cursor: pointer;
}

#job_search_tab span {
  position: relative;
  color: #b92c00;
  line-height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

#job_search_tab .icon {
  position: relative;
  width: 27px;
  height: 27px;
  top: 14px;
  margin-left :10px;
}

#job_search_tab .icon img {
  transition: all .4s;
  transform: rotate(0deg);
}

#job_search_tab .icon.open img {
  transform: rotate(45deg);
  transition: all .4s;
}

.newTOP .whatsNew,
.career_top .whatsNew {
  background-color: #f6f6f6;
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 69px 0 40px;
}

.newTOP #container #main .whatsNew .sectTit,
#container.career_top #main .whatsNew .sectTit {
  margin-bottom: 70px;
}

@media screen and (max-width:1024px) {
  .newTOP .whatsNew,
  .career_top .whatsNew {
    margin-top: 59px;
    padding: 30px 0 10px;
  }
  .newTOP #container #main .whatsNew .sectTit,
  #container.career_top #main .whatsNew .sectTit {
    margin-bottom: 20px;
  }
}

.whatsNew .btnArea {
  margin-top: 36px;
}

.career_top .staff {
  background-image: url(../images/pages/career_top/staff_bg.jpg);
  background-color: #f9e9e4;
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  min-height: 626px;
  height: auto;
  padding-top: 97px;
}

.career_top .staff a {
  z-index: 1000;
}

#container.career_top #main .staff .sectTit {
  margin-bottom: 71px;
}

.career_top .aboutUs {
  height: 686px;
  padding: 156px 0;
}

.career_top .aboutUs svg {
  pointer-events: none;
}

.career_top .aboutUs svg a {
  pointer-events: all;
}

.career_top .aboutUs_bg {
  background-image: url(../images/pages/career_top/aboutus_bg2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 604px;
  width: 1570px;
  margin-left: calc(50vw - 785px);
  min-width: 1080px;
}

.career_top .aboutUs .hex1 {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 453px;
  width: 329px;
}
.career_top .aboutUs .hex2 {
  position: absolute;
  bottom: 15px;
  right: 177px;
  width: 329px;
}
.career_top .aboutUs .hex3 {
  position: absolute;
  top: 15px;
  right: 177px;
  width: 329px;
}

.career_top .aboutUs .hex4 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 465px;
}

.career_top .aboutUs .hex5 {
  position: absolute;
  top: 15px;
  left: 175px;
  width: 329px;
}

.career_top .aboutUs .hex6 {
  position: absolute;
  bottom: 15px;
  left: 175px;
  width: 329px;
}

.career_top .aboutUs .hex7 {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 448px;
  width: 329px;
}

.career_top .aboutUs .outer {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.74);
}

@media screen and (min-width: 1024px) {
  .career_top .staff .staffLink_area ul {
    max-width: 1420px;
    width: max-content;
    padding-left: 20px;
    margin: auto;
  }
  .career_top .staff .staffLink_area ul li {
    width: 220px;
    height: 400px;
  }

  .career_top .staff .staffLink_area ul li .staffInfo_wrapper .bottom_info {
    bottom: -105px;
  }

  .career_top .staff .staffLink_area ul li:last-of-type {
    margin-right: 0;
  }

  .career_top .staff .staffLink_area ul li:nth-of-type(4n) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1420px) {
  .career_top .staff .staffLink_area ul li:nth-of-type(6n) {
    margin-right: 0;
  }
}

/* スタッフ紹介 */
.career_top .staffLink_area ul li .staffInfo_wrapper .top_info p:nth-of-type(2){
  position: absolute;
  right: 0;
  width: 75%;
  padding: 8px 20px 8px 0;
  background-color: #ef8700;
  color: #fff;
  font-size: 1.6rem;
  text-align: right!important;
}


.career_top .FAQ {
  padding: 100px 0 156px;
}

@media screen and (max-width:1024px) {
  .career_top .FAQ {
    padding-bottom: 0;
  }
}

.career_top .qa_content {
  display: none;
}

#container.career_top #main .qa_title {
  min-height: 34px;
  padding: 18px 10px 18px 69px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.career_top .FAQ .qa_title:nth-child(4n+2) {
  background-color: #edccc1;
}

.career_top .FAQ .qa_title:nth-child(4n) {
  background-color: #fafafa;
}

.career_top .FAQ .qa_content:nth-child(4n+3) {
  border: 1px solid #edccc1;
}

.career_top .FAQ .qa_content:nth-child(4n+1) {
  border: 1px solid #fafafa;
}

.qa_title:hover {
  cursor: pointer;
}

#container.career_top #main .qa_title p {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}

#container.career_top #main .qa_title p::before {
  content: url(../images/pages/career_top/qaTitle.png);
  position: absolute;
  left:-41px;
  top: 4px;
}

@media screen and (max-width: 1024px) {
  #container.career_top #main .qa_title {
    min-height: 0;
  }

  #container.career_top #main .qa_title p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 19px;
    line-height: 1.9rem;
  }
  #container.career_top #main .qa_title p::before {
    top: -5px;
  }
}

.career_top .FAQ .qa_content .qa_question {
  padding: 30px 25px 20px 75px;
}

.career_top .FAQ .qa_content .qa_question p {
  position: relative;
  color: #b92c00;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.career_top .FAQ .qa_content .qa_question p::before {
  content: url(../images/pages/career_top/icon_q.png);
  position: absolute;
  left: -47px;
  top: -4px;
}

.career_top .FAQ .qa_content .qa_answer p {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}

.career_top .FAQ .qa_content .qa_answer p::before {
  content: url(../images/pages/career_top/icon_a.png);
  position: absolute;
  left: -47px;
  top: -4px;
}

.career_top .FAQ .qa_content .qa_answer {
  position: relative;
  padding: 30px 25px 20px 75px;
}

.career_top .FAQ .qa_content .qa_answer::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e0e0e0;
  width: 1021px;
  left: 29px;
  bottom: 0;
}

.career_top .FAQ .qa_content .qa_answer:last-child::after {
  border: none;
}

@media screen and (min-width: 1024px) {
  .job_search_selecter_pc {
    display: table-row;
  }

  .job_search_selecter_sp {
    display: none;
  }
}


/* Page - 中途採用トップページ(SP)
--------------------------------------------------- */

@media screen and (max-width: 1560px) {
  .career_top .staff,
  .career_top .FAQ {
    padding-top: 48px;
  }

  .career_top .staff {
    background: #f9e9e4;
    width: 100%;
    height: auto;
    padding-bottom: 53px;
  }
}
/* @media screen and (max-width: 1200px) {

  .career_top .aboutUs {
    height: auto;
    padding: 100px 0 0;
  }

  .career_top .aboutUs .hex1 {
    position: absolute;
    top: 0vw;
    right: 18vw;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 20vw;
  }

  .career_top .aboutUs .hex2 {
    position: absolute;
    top: -10vw;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 20vw;
  }

  .career_top .aboutUs .hex3 {
    position: absolute;
    top: 10vw;
    right: 0.1vw;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 20vw;
  }

  .career_top .aboutUs .hex4 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 25vw;
  }

  .career_top .aboutUs .hex5 {
    position: absolute;
    top: 10vw;
    left: 20vw;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 20vw;
  }

  .career_top .aboutUs .hex6 {
    position: absolute;
    top: -10vw;
    left: 20vw;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 20vw;
  }

  .career_top .aboutUs .hex7 {
    position: absolute;
    top: 0vw;
    left: 38vw;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 20vw;
  }

  .career_top .aboutUs .outer {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1.0);
  }

} */

@media screen and (max-width: 1024px) {

  .career_top .jobType .searchBox_header_item_label_L,
  .career_top .jobLocation .searchBox_header_item_label_L {
    display: inline-block;
    margin-left: 70px;
  }
  .career_top .jobType .searchBox_header_item_label_L::before,
	.career_top .jobLocation .searchBox_header_item_label_L::before{
		width: 50px;
	}
  .career_top .jobLocation a {
    margin: -4px 21px 0 0;
  }

  .career_top .jobLocation a.linkBtn {
    width: 90px;
  }
  a.only_PC {
    display: none;
  }

  #main .job_searchBox table td div {
    display: block;
  }

  .job_search_selecter_pc {
    display: none;
  }
  .job_search_selecter_sp {
    display: table-row;
  }

  #container.career_top #main .staff .sectTit {
    margin-bottom: 40px;
  }

  .career_top .sectCont .job_searchBox table {
    padding: 0;
    /* padding: 21px; */
  }

  .career_top .sectCont .job_searchBox table tr th:before{
    width: 150px;
    height: 3px;
  }

  .career_top .job_searchBox table tr td .selectBox {
    width: 100%;
    margin: 0 0 0 0;
    /* margin: 0 40px 0 auto; */
  }

  .career_top .whatsNew {
    height: auto;
  }

  .career_top .whatsNew .btn {
    margin-bottom: 50px;
  }

  #container.career_top #main .whatsNew .news_article::after{
    content: "";
  }

  #container.career_top #main .whatsNew .news_article .newsdate span {
    margin-left: 18px;
  }

  #container.career_top .searchBox_header {
    height: auto;
    padding: 0 20px;
  }

	.career_top .searchBox_header_item{
		padding: 20px 0;
	}
	.career_top .searchBox_header_item .searchBox_header_item_label{
		margin-bottom: -5px;
	}

  .career_top .jobLocation form,
  .career_top .jobType form {
    max-width: 230px;
		width: 38vw;
    margin-right: 20px;
  }

  .career_top .jobLocation {
    float: none;
    width: auto;
    max-width: 540px;
    height: auto;
    margin: auto;
    border-bottom: 1px solid #d48066;
  }
  .pageType_corporate .career_top .jobType,
  .pageType_corporate .career_top .jobLocation {
    border-bottom: none;
  }
  .pageType_corporate .career_top .jobType::before,
  .pageType_corporate .career_top .jobLocation::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-bottom: 1px solid #3abbb0;
  }

  .career_top .jobType {
    float: none;
    margin: auto;
    width: auto;
    max-width: 540px;
   /* padding-bottom: 20px;*/
  }

  .career_top .searchBox_header {
    position: relative;
  }

  .career_top .aboutUs {
    height: auto;
    padding: 29px 0 0;
  }

  #container.career_top #main .aboutUs .sectTit {
    margin-bottom: 29px;
  }

  .aboutUs .only_SP a {
    display: block;
    border: 1px solid #b92c00;
    width: 100%;
    margin-bottom: 20px;
  }
  .aboutUs .only_SP a:last-of-type {
    margin-bottom: 48px;
  }
  .aboutUs .only_SP a {
    background-position: right;
    background-repeat: no-repeat;
    position:relative;
    background-size: contain;
  }
  .aboutUs .only_SP a:before {
    content:"";
    display:block;
    width:100%;
    padding-top: 24%;
  }
  .aboutUs .only_SP a>span {
    position:absolute;
    top:0;
    left:0;
    margin: 0 0 0 15px;
  }

  .aboutUs .only_SP a h3 {
    color: #b92c00;
    font-size: 30px;
    font-size: 3.0rem;
    margin: 10px 0 3px 0;
  }
  .aboutUs .only_SP a>span>span {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .aboutUs .only_SP a {
    background-position: right;
    background-repeat: no-repeat;
    /* background-size: contain; */
  }

  @media screen and (min-width:520px) {
    #main .job_searchBox table th {
      display: table-cell;
      width: auto;
      box-sizing: content-box;
    }

    #main .job_searchBox table td {
      display: table-cell;
      width: auto;
      box-sizing: content-box;
    }
  }

  @media screen and (max-width:500px) {
    .aboutUs .only_SP a {
      /* background-position: center; */
    }
  }
  .aboutUs .only_SP .aboutUs_topMassage {
    background-image: url(../images/pages/career_top/topMessage_sp.png);
  }
  .aboutUs .only_SP .aboutUs_aboutUs {
    background-image: url(../images/pages/career_top/aboutUs_sp.png);
    /* background-position: right;
    background-repeat: no-repeat; */
  }
  .aboutUs .only_SP .aboutUs_jobType {
    background-image: url(../images/pages/career_top/jobType_sp.png);
    /* background-position: right;
    background-repeat: no-repeat; */
  }
  .aboutUs .only_SP .aboutUs_career {
    background-image: url(../images/pages/career_top/career_sp.png);
    /* background-position: right;
    background-repeat: no-repeat; */
  }
  .aboutUs .only_SP .aboutUs_data {
    background-image: url(../images/pages/career_top/data_sp.png);
    /* background-position: right;
    background-repeat: no-repeat; */
  }
  .aboutUs .only_SP .aboutUs_welfare {
    background-image: url(../images/pages/career_top/welfare_sp.png);
    /* background-position: right;
    background-repeat: no-repeat; */
  }
  .aboutUs .only_SP .aboutUs_training {
    background-image: url(../images/pages/career_top/training_sp.png);
    /* background-position: right;
    background-repeat: no-repeat; */
  }

  .career_top .staff li {
    width: 100%;
    height: 280px;
  }

  .career_top .staff .staffLink_area ul li img {
    left: 0;
  }

  .career_top .staff .staffLink_area ul li .staffInfo_wrapper {
    width: 280px;
    height: 100px;
    right: 0;
  }
}

@media screen and (max-width: 430px) {
  .career_top .jobType .searchBox_header_item_label_L,
  .career_top .jobLocation .searchBox_header_item_label_L {
    margin-left: calc(15vw + 10px);
  }
  .career_top .jobLocation a {
    margin: -4px 21px 0 0;
  }
}

/* iphone5ほか、小画面対応 */

@media screen and (max-width: 520px) {

  .career_top .jobLocation form,
  .career_top .jobType form {
    max-width: inherit;
    width: 100%;
    float: inherit;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .career_top .searchBox_header_item .searchBox_header_item_label {
		transform: scale(0.9);
		margin-top: -5px;
  }
  .career_top .jobType .searchBox_header_item_label_L,
  .career_top .jobLocation .searchBox_header_item_label_L {
    margin-left: 90px;
  }
  .career_top .jobLocation {
    /*padding: 25px 0 20px;*/
  }

  .career_top .sectCont .job_searchBox table {
    padding: 0;
  }
  .jobLocation.only_SP,
  .jobType {
    text-align: center;
  }
  .career_top .jobType .searchBox_header_item_label_L,
  .career_top .jobLocation .searchBox_header_item_label_L {
    margin-left: 40px;
  }

  .career_top .jobType .searchBox_header_item_label_L::before,
  .career_top .jobLocation .searchBox_header_item_label_L::before {
    width: 50px;
  }
}


/* Page - 新卒＿お知らせ詳細
 --------------------------------------------------- */

.newGraduate_news .sectContTit {
  text-align: center;
}

#container.newGraduate_news #main .fInner .sectContTit h3 {
  width: 100%;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 14px;
  font-weight: 400;
  border: none;
}

#container.newGraduate_news.single #main .fInner .sectContTit {
  border-bottom: none;
  margin-bottom: 97px;
}

#container.newGraduate_news #main .fInner .sectContTit .newGraduate_news_title {
  border-top: 1px #00a395 solid;
  border-bottom:  1px #00a395 solid;
  padding: 43px 0 38px;
}

#container.newGraduate_news #main .fInner .sectContTit .newGraduate_news_title span {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin: auto;
  text-align: center;
  line-height: 40px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #FFF;
}

#container.newGraduate_news #main .fInner .sectContTit .newGraduate_news_title .appointed {
  background-color: #ff04c1;
}
#container.newGraduate_news #main .fInner .sectContTit .newGraduate_news_title .jobfair {
  background-color: #00a395;
}
#container.newGraduate_news #main .fInner .sectContTit .newGraduate_news_title .topic {
  background-color: #ffb300;
}

#container.newGraduate_news #main .fInner .sectCont .sectTit {
  margin: 128px 0 82px;
}

#container.newGraduate_news.single #main .fInner .sectContTit .newsdate {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

#container.newGraduate_news #main section:first-of-type {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  #container.newGraduate_news #main .fInner .sectContTit h3 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

/* Page - 中途＿お知らせ詳細SP
--------------------------------------------------- */

@media screen and (max-width: 1024px) {
  #container.newGraduate_news #main .fInner .sectCont .sectTit {
    margin: 70px 0 69px;
  }

  #container.newGraduate_news #main .fInner .sectContTit .newGraduate_news_title {
    padding: 49px 0 48px;
  }

  #container.newGraduate_news #main .fInner .sectContTit h3 {
    font-weight: 700;
  }

  #container.newGraduate_news.single #main .fInner .sectContTit .newsdate.only_SP {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
  }

  #container.newGraduate_news #main .fInner .sectContTit .newGraduate_news_title .appointed {
    background-color: #FFF;
    color: #ff04c1;
    border: 1px solid #ff04c1;
  }

  #container.newGraduate_news #main .fInner .sectContTit .newGraduate_news_title .jobfair {
    background-color: #FFF;
    color: #00a395;
    border: 1px solid #00a395;
  }

  #container.newGraduate_news #main .fInner .sectContTit .newGraduate_news_title .topic {
    background-color: #FFF;
    color: #ffb300;
    border: 1px solid #ffb300;
  }

  #container.newGraduate_news.single #main .fInner .sectContTit {
    margin-bottom: 49px;
  }
}

/* Page - 新卒＿お知らせ一覧SP
--------------------------------------------------- */
@media screen and (min-width: 1024px) {
    .newGraduate_news .only_PC .newsdate {
    position: relative;
    width: 310px;
  }

  .newTOP #container #main .fInner .newsdate span,
  .newGraduate_news .newsdate span {
  position: absolute;
  right: 0;
  top: -6px;
  }
}


/* Page - 新卒TOP
--------------------------------------------------- */

.mainVisual_new_top {
  position: absolute;
  max-width: 769px;
  width: 40vw;
  top: 184px;
  left: 112px;
}

.newTOP .whatsNew {
  background-color: #fff;
  width: 100%;
  min-height: 461px;
  margin-top: 0;
  padding-top: 69px;
}

.newTOP .whatsNew .news_title {
  margin: 0 0 20px;
}

.btn.linkBtn.newGreenBtn {
  background-color: #00a395;
}

@media screen and (max-width:480px) {
  .newTOP .btn.linkBtn.newGreenBtn {
    min-width: 80px;
    width: 80px;
    padding: 3px;
  }
}

.newTOP .topMessage .sectCont.only_PC {
  position: relative;
  height: 505px;
  max-width: 1480px;
  width: calc(100% - 40px);
  margin: 67px auto 0;
  /* padding: 207px 485px 0 82px!important; */
  padding-top: 207px;
  box-sizing: border-box;
  background-image: url(../images/pages/new_top/topMessage_bg2.jpg);
  background-position: right;
}
/* @media screen and (max-width: 1520px) {
  .newTOP .topMessage .sectCont.only_PC .topMessage_content span {
    display: block;
  }
} */

.newTOP .topMessage .sectTit {
  margin-top: 130px;
}

.newTOP .topMessage .sectCont .btn {
  margin-top: 62px;
}

@media screen and (min-width:1024px) {
  .newTOP .topMessage .sectCont::after {
    content: "";
    background-image: url(../images/pages/new_top/left_rect.png);
    position: absolute;
    width: 203px;
    height: 333px;
    left: 0;
    top: 0;
  }
  .newTOP #container #main .whatsNew .news_article .newsdate {
    position: relative;
    width: 310px;
  }
}

.newTOP #container #main .topMessage .sectCont .topMessage_content p {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}

.newTOP .data .sectCont {
  position: relative;
  height: 627px;
  max-width: 1480px;
  width: calc(100% - 40px);
  margin: 67px auto 0;
  background-image: url(../images/pages/new_top/data_bg.png);
  background-position: right;
}

.newTOP .data .colBox {
  padding-top: 130px;
}

.newTOP .data .colBox .col div {
  width: 330px;
  height: 330px;
}

.data .colBox .new_data1 div {
  background-image: url(../images/pages/new_top/data_01.png?v=2024091101);
}

.data .colBox .new_data2 div {
  background-image: url(../images/pages/new_top/data_02.png?v=2025020301);
}

.data .colBox .new_data3 div {
  background-image: url(../images/pages/new_top/data_03.png);
}

.newTOP .data .btnArea {
  margin-top: 52px;
}


/* PC only */
@media screen and (min-width: 1024px) {
  .newTOP #header {
    background: none;
    margin-bottom: -114px;
    border-top: 20px solid #00a395;
  }
  body.pageType_newGraduate.newTOP header .leftArea .pageTypeText {
    color: #333;
  }
}/* PC only */

/* SP only */
@media screen and (max-width: 1024px) {
  .mainVisual_new_top {
    position: absolute;
    max-width: 769px;
    width: 40vw;
    top: 20%;
    left: 10%;
  }

  .newTOP #container #main .whatsNew .news_article .newsdate span {
    margin: auto 25px auto 18px;
  }

  .newTOP #container #main .whatsNew .news_article .newsdate {
    margin-bottom: 21px;
  }

  .newTOP #container #main .whatsNew .news_article::after {
    content: "";
  }

  .newTOP .topMessage {
    margin-top: 30px;
  }

  .newTOP .topMessage .sectTit {
    margin-top: 0;
  }

  .newTOP .topMessage .sectCont img {
    width: 100%;
  }

  .newTOP .topMessage .sectCont .topMessage_content {
    position: relative;
  }

  .newTOP .topMessage .sectCont .topMessage_content .newGreenBtn {
    position: absolute;
    /* left: 20%; */
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }

  .newTOP .data .sectCont {
    position: relative;
    max-height: 840px;
    height: calc(110px + 100vw);
    width: 100%;
    margin: 0 auto 0;
    background-image: url(../images/pages/new_top/data_bg_sp.png);
    background-position: right;
  }

  .newTOP .data .btnArea {
    margin-top: 20px;
  }

  .newTOP .data .colBox {
    padding-top: calc(12vw - 20px);
  }

  .newTOP .data .colBox .col div {
    content: "";
    max-width: 480px;
    width: 100%;
    max-height: 200px;
    height: 30vw;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .data .colBox .new_data1 div {
    background-image: url(../images/pages/new_top/data_01_sp.png?v=2024091101);
    background-position: center;
  }

  .data .colBox .new_data2 div {
    background-image: url(../images/pages/new_top/data_02_sp.png?v=2025020301);
    background-position: center;
  }

  .data .colBox .new_data3 div {
    background-image: url(../images/pages/new_top/data_03_sp.png);
    background-position: center;
  }

}/* SP only */


/* Page - 新卒向けインタビュー一覧(TOPページ)
--------------------------------------------------- */

.newTOP .forNew_intImg .colBox a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  z-index: 1000;
}

body.pageType_newGraduate.newTOP #container #main section .sectTit {
  padding-left: 0;
}

/* PC only */
@media screen and (min-width: 1024px) {
  .newTOP .staff {
    margin-top: 113px
  }

  .newTOP .forNew_intImg {
    width: 100%;
    max-width: 1480px;
  }
  .newTOP .forNew_intImg .text_area{
    position: absolute;
    right: 0;
    top: 365px;
    width: 355px;
    padding: 0 5px;
    height: auto;
  }

  .newTOP .forNew_intImg .colBox .col4{
    position: relative;
    width: 365px;
    margin-bottom: 80px;
  }

  .newTOP .forNew_intImg .colBox .col4 .greenTriangle {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    left: 5px;
    background-image: linear-gradient(135deg, #00a395 26px, transparent 0);
  }

  .newTOP .forNew_intImg .colBox{
    max-width: 1480px;
    width: 100%;
    margin: auto;
  }

  .newTOP #container #main .forNew_intImg .text_area .name_wrapper p.blueBack{
    position: relative;
    z-index: 20;
    width: 200px;
    height: 37px;
    padding: 0;
    background-color: #26b1a5;
    color: #fff;
    font-size: 1.6rem;
    line-height: 37px;
    text-align: center;
  }

  .newTOP .forNew_intImg .text_area .name_wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .newTOP .forNew_intImg .text_area .name_wrapper .name_inner span.department_p{
    position: absolute;
    z-index: 10;
    top: 21px;
    right: 0;
    min-width: 250px;
    width: auto;
    white-space: nowrap;
    /* padding: 27px 14px 7px 0; */
    padding: 27px 14px 7px 10px;
    box-sizing: border-box;
    background-color: #eaff00;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
  }
  .newTOP .forNew_intImg .text_area .name_wrapper .name_inner span.department_p:before{
    content: "";
  }
  .newTOP .forNew_intImg .text_area .name_wrapper .name_inner p:first-of-type{
    position: absolute;
    top: 25px;
    width: 315px;
    height: 138px;
    margin-bottom: inherit!important;
    margin: 0 20px 0;
    padding: 67px 5px 19px;
    background-color: #f9f9f9;
    text-align: right!important;
    font-size: 3.0rem;
    box-sizing: border-box;
    line-height: inherit!important;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  .newTOP .forNew_intList ul li {
    margin-bottom: calc(85px - 5vw);
  }
}
@media screen and (min-width:1025px) and (max-width:1520px) {
  .newTOP .forNew_intImg .colBox {
    margin-left: 10px;
  }
  .newTOP .forNew_intImg .colBox .col4{
    width: auto;
  }
  .newTOP .forNew_intImg .colBox .col4 img{
    width: 23vw !important;
  }
  .newTOP .forNew_intImg .text_area {
    top: 23vw;
    width: calc(23vw - 10px);
    box-sizing: border-box;
  }
  .newTOP #container #main .forNew_intImg .text_area .name_wrapper p.blueBack {
    width: 12vw;
    font-size: 1.2vw;
  }
  .newTOP .forNew_intImg .text_area .name_wrapper .name_inner p:first-of-type {
    width: calc(23vw - 40px);
    height: calc(10vw + 20px);
    font-size: 1.7vw;
    right: 0;
  }
  .newTOP .forNew_intImg .text_area .name_wrapper .name_inner span.department_p {
    font-size: 1.1vw;
    min-width: 17vw;
  }
}

/* IE10以降のみ適用 */
@media all and (-ms-high-contrast: none){
  .newTOP .forNew_intImg .text_area .name_wrapper .name_inner p:first-of-type {
    letter-spacing: 0.1rem;
    }
  }

@media screen and (max-width: 1024px) {
  .newTOP .whatsNew {
    padding-top: 0;
    height: auto;
    margin-bottom: 0px;
  }

  .newTOP #container #main .whatsNew .sectTit {
    margin-bottom: 0;
  }

  .newTOP .staff {
    margin-top: 50px;
  }
  .newTOP #container #main section .staff .sectTit {
    margin-bottom: -70px;
  }
  .newTOP .forNew_intList .text_area .name_wrapper .name_inner p:first-of-type {
    width: 70%;
    margin-left: 30px;
  }
}


/* Page - データで見るアースサポート
--------------------------------------------------- */

.company_data .mainVisual_bg.only_PC {
  height: 295px;
}

.company_data .mainVisual_bg.only_SP {
  height: 250px;
}

.company_page .mainVisual .mainVisual_varticalWrap .mainVisual_varticalItem {
  margin-bottom: 30px;
}

@media screen and (max-width:1024px) {
  .company_page .mainVisual .mainVisual_varticalWrap .mainVisual_varticalItem {
    top: 41px;
  }
  .company_page .mainVisual .mainVisual_varticalWrap .mainVisual_varticalItem h1 {
    font-weight: 600;
  }
}
@media screen and (max-width:667px) {
  .company_page .mainVisual .mainVisual_varticalWrap .mainVisual_varticalItem h1 span {
    display: block;
  }
}

.eDataBox, .eDataBox_gray {
  width: 100%;
  padding: 89px 28px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 80px;
}

.data_service {
  margin-top: -98px;
}

.data_work {
  padding-bottom: 50px;
}

.eDataBox {
  background-color: #fff;
}

.eDataBox_gray {
  background-color: #f5f5f5;
}

.eDataBox h4, .eDataBox_gray h4 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 90px;
}

#container #main section .eDataBox .dataDesc,
#container #main section .eDataBox_gray .dataDesc {
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
  margin: 45px 0 60px;
  font-weight: 600;
}

.fontRed {
  color: #bf3f17;
}

.satisfaction_crown span {
  position: relative;
}

.satisfaction_crown span::before {
  content: url(../images/pages/co_data/satisfaction_crown.png);
  position: absolute;
  width: 59px;
  height: 46px;
  left: -63px;
  bottom: 0;
}

.satisfaction_rank_1,
.satisfaction_rank_2,
.satisfaction_rank_3 {
  display: block;
  height: 100px;
  width: calc(100% - 196px);
  margin: 10px 30px;
  line-height: 100px;
  padding-left: 136px;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
  background-position: left;
  text-align: left;
}

.satisfaction_rank_1 span,
.satisfaction_rank_2 span,
.satisfaction_rank_3 span {
  position: relative;
}

.satisfaction_rank_1 {
  background-image: url(../images/pages/co_data/satisfaction_rank_1.png);
}

.satisfaction_rank_1 span::after {
  content: url(../images/pages/co_data/satisfaction_rank_1_illust.png);
  position: absolute;
  width: 84px;
  height: 70px;
  margin-left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.satisfaction_rank_2 {
  background-image: url(../images/pages/co_data/satisfaction_rank_2.png);
}

.satisfaction_rank_2 span::after {
  content: url(../images/pages/co_data/satisfaction_rank_2_illust.png);
  position: absolute;
  width: 73px;
  height: 79px;
  margin-left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.satisfaction_rank_3 {
  background-image: url(../images/pages/co_data/satisfaction_rank_3.png);
}

.satisfaction_rank_3 span::after {
  content: url(../images/pages/co_data/satisfaction_rank_3_illust.png);
  position: absolute;
  width: 37px;
  height: 74px;
  margin-left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.eDataBox strong, .eDataBox_gray strong {
  font-size: 48px;
  font-size: 4.8rem;
  color: #bf3f17;
}

.eDataBox .subTit, .eDataBox_gray .subTit {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  margin: -45px 0 35px;
}

.eDataBox h5, .eDataBox_gray h5 {
  font-size: 36px;
  font-size: 3.6rem;
  margin:66px 0 35px;
}

.eDataBox .data_annotation p, .eDataBox_gray  .data_annotation p {
  float: right;
  margin: 50px 20px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.certificationImages img {
  width: 30%;
  display: inline-block;
  vertical-align:baseline;
  margin: 1.5%;
}

@media screen and (max-width: 1024px) {
  .company_data .mainVisual_bg {
    height: 260px;
  }

  .data_service {
    margin-top: 0;
  }

  .eDataBox h4, .eDataBox_gray h4 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }

  #container #main section .eDataBox .dataDesc,
  #container #main section .eDataBox_gray .dataDesc {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    margin: 25px 0 30px;
    font-weight: 600;
  }

  .eDataBox h5, .eDataBox_gray h5 {
    font-size: 22px;
    font-size: 2.2rem;
    margin:66px 0 35px;
  }

  .eDataBox .subTit, .eDataBox_gray .subTit {
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    margin: 0 0 35px;
  }

  .eDataBox, .eDataBox_gray {
    padding: 40px 10px 20px;
    margin-bottom: 24px;
  }

  .eDataBox .data_annotation p, .eDataBox_gray  .data_annotation p {
    margin: 50px 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .satisfaction_rank_1 span::after,
  .satisfaction_rank_2 span::after,
  .satisfaction_rank_3 span::after,
  .satisfaction_crown span::before {
    content: "";
  }

  .satisfaction_rank_1,
  .satisfaction_rank_2,
  .satisfaction_rank_3 {
    background-size: contain;
  }

  .satisfaction_rank_1,
  .satisfaction_rank_2,
  .satisfaction_rank_3 {
    display: block;
    height: 60px;
    width: calc(100% - 196px);
    margin: 10px 30px;
    line-height: 100px;
    padding-left: 136px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    background-position: left;
    text-align: left;
  }

}

/* コーポレート トップ
============================================ */
#container section.search_offices_bottom.search_offices_top {
  padding-top: 30px;
}

.btnArea .btn.linkBtn.BtnToPresident {
  height: 70px;
  width: 580px;
  margin-top: 50px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #00a395 !important;
}
.btnArea .btn.linkBtn.BtnToPresident::after {
  background: url(../images/pages/top/arrowToPresident.png)  center no-repeat;
}

.btnArea .btn.linkBtn.BtnToPresident span:first-of-type {
  position: absolute;
  color: #00a395;
  top: 50%;
  left: 24px;
  font-size: 30px;
  font-size: 3.0rem;
  transform: translateY(-50%);
}
.threeBtnArea .btn.linkBtn.BtnToPresident span:first-of-type{
  left: 70px;
  width: 400px;
text-align: left;
}
.threeBtnArea div{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background-color: #00a395;
}
.threeBtnArea div img{
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.btnArea .btn.linkBtn.BtnToPresident span:last-of-type {
  position: absolute;
  color: #999;
  top: 50%;
  right: 51px;
  font-size: 18px;
  font-size: 1.8rem;
  transform: translateY(-50%);
}

@media screen and (max-width:1024px) {
  .btnArea .btn.linkBtn.BtnToPresident {
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  .threeBtnArea .btn.linkBtn.BtnToPresident{
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  .threeBtnArea .btn .only_SP{
    display: none;
  }
}
@media screen and (max-width:740px) {
  .threeBtnArea .btn.linkBtn.BtnToPresident span:last-of-type{
    display: none;
  }
}
@media screen and (max-width:440px) {
  .threeBtnArea .btn .only_SP{
    display: block;
  }
  .btnArea .btn.linkBtn.BtnToPresident span:first-of-type {
    left: 50%;
    width: 250px;
    transform: translateX(-50%)translateY(-50%);
  }
  .threeBtnArea .btn.linkBtn.BtnToPresident span:first-of-type {
    line-height: 3.5rem;
    left: 60%;
  }

  .btnArea .btn.linkBtn.BtnToPresident span:last-of-type {
    display: none;
  }
}
@media screen and (max-width:320px) {
  .threeBtnArea .btn.linkBtn.BtnToPresident span:first-of-type {
    font-size: 2.5rem;
    line-height: 3.0rem;
    left: 70%;
  }
}
.threeBtnArea{
  margin-top: 60px;
}
.threeBtnArea .btn.linkBtn.BtnToPresident{
  width: 580px;
  display: block;
  margin: 0 auto 20px auto;
}
.threeBtnArea .btn.linkBtn.BtnToPresident:hover{
  background-color: #b4deda;
  color: #fff;
}

.bg_gray {
  background-color: #f6f6f6;
}

.serviceBox {
  margin: auto;
  margin-bottom: 60px;
}

#top.pageType_corporate .whatsNew.co_toppage {
  /* background-color: #fff; */
}

.service_searchBox {
  border: 1px solid #cbebe8;
  box-sizing: border-box;
}

.company_top .linkBtn {
  border-radius: 3px;
}

.liveHome, .liveFacility {
  margin: 0 20px;
  padding: 127px 0 125px 0;
  background-size: cover;
}

@media screen and (max-width:1024px) {
  .liveHome, .liveFacility {
    padding: 30px 0 60px 0;
  }
  .liveFacility{
    padding: 30px 0 100px 0;
  }

}

.liveHome {
  background-image: url(../images/pages/top/liveHome.png);
}

.liveFacility {
  background-image: url(../images/pages/top/liveFacility.png);
}

#container section.topService {
  padding-bottom: 100px;
}


@media screen and (max-width:1024px) {
  #container section.topService {
      padding-bottom: 25px;
  }
}

@media screen and (max-width: 1024px) {
  #container section.topService > .btnArea .btn.linkBtn  {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  #container section.topService > .threeBtnArea .btn.linkBtn{
    margin: 0 20px 12px 20px;
  }
  #container section.topService > .threeBtnArea .btn.linkBtn:last-of-type{
    margin-bottom: 0;
  }
}

.serviceMessage {
  position: relative;
  color: #4b4b4b;
  background-color: rgba(255, 255, 255, 0.9);
  margin: auto;
  width: 421px;
  padding: 36px 46px 39px 35px;
  font-weight: 600;
}

.serviceMessage h3 {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 2px solid #ccc;
}

@media screen and (max-width:1024px) {
  .serviceMessage {
    width: auto;
    margin-right: 50px;
    margin-left: 50px;
    padding: 15px 10px 10px;
    min-height: inherit;
  }
}
@media screen and (max-width:400px) {
  .serviceMessage {
    width: auto;
    margin-right: 25px;
    margin-left: 25px;
  }
}

.liveHome h3 {
  padding-top: 3px;
  padding-bottom: 32px;
  text-indent: -20px;
}

.liveFacility h3 {
  padding-bottom: 28px;
}

.liveHome h3::before {
  content: "";
  background-image: url(../images/pages/top/home.png);
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat:no-repeat;
  width: 57px;
  height: 50px;
  margin-right: 17px;
  bottom: -6px;
}

.liveHome h3::after {
  content: "";
  position: absolute;
  width: 141px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #00a395;

}

.liveFacility h3::before {
  content: "";
  background-image: url(../images/pages/top/facility.png);
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat:no-repeat;
  width: 57px;
  height: 57px;
  margin-right: 17px;
  bottom: -10px;
}

.liveFacility h3::after {
  content: "";
  position: absolute;
  width: 141px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #f60;

}

#container #main .serviceMessage p {
  margin-top: 33px;
  text-align: center;
}

.serviceMessage .btn.linkBtn {
  position: absolute;
  width: 180px;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.serviceMessage .btnInner{
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.serviceMessage .btnInner .btn{
  width: 180px;
  background-color: #f60;
  color: #fff;
  border: 1px solid #fff !important;
  position: relative;
}
.serviceMessage .btnInner .btn.absoluteArrow:after{
  position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10px;
}
@media screen and (max-width:1024px) {
  #container #main .serviceMessage p {
    font-size: 9px;
    margin-top: 8px;
  }

  .liveHome h3,
  .liveFacility h3 {
    padding-bottom: 8px;
  }

  .liveHome h3::before {
    width: 19px;
    height: 17px;
    bottom: 0;
    margin-right: 6px;
  }

  .liveFacility h3::before {
    width: 19px;
    height: 19px;
    bottom: 0;
    margin-right: 6px;
  }

  .serviceMessage .btn.linkBtn {
    bottom: -48px;
  }
  .serviceMessage .btn.linkBtn.medium {
    padding: 4px 10px;
    font-size: 14px;
    font-size: 2rem;
  }
  .serviceMessage .btnInner .btn.medium{
    padding: 4px 10px;
    font-size: 14px;
    font-size: 2rem;
    margin-bottom: 8px;
  }
  .serviceMessage .btnInner{
    bottom: -85px;
  }
  .serviceMessage .btnInner .btn.medium:last-of-type{
    margin-bottom: 0;
  }
}

@media screen and (max-width:320px) {
  .liveHome h3,
  .liveFacility h3 {
    padding-left: 20px;
  }
}


.btn.linkBtn.orangeBtn {
  background-color: #f60;
}

.serviceMessage .btn.linkBtn {
  border: 1px solid #fff !important;
}

#top.pageType_corporate .whatsNew {
  background-color: #f6f6f6;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 40px 0;
}

#top.pageType_corporate #container .searchBox_header {
  background-color: #00a395;
  padding: 40px 0;
}

@media screen and (max-width:1024px) {
  #top.pageType_corporate #container .searchBox_header {
    padding: 0;
  }
}

#top.pageType_corporate #job_search_tab {
  background-color: #cbebe8;
  height: 60px;
  width: 100%;
  text-align: center;
  margin-bottom: 31px;
}

#top.pageType_corporate #job_search_tab span {
  color: #00a395;
}

#top.pageType_corporate .jobLocation a.linkBtn {
    position: relative;
    background-color: #f0ffac;
    padding: 5px;
    color: #00a395 !important;
    width: 130px;
    height: 40px;
    line-height: 30px;
    border-radius: 3px;
    margin-left: 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
#top.pageType_corporate .search_offices_bottom .jobLocation a.linkBtn {
  background-color: #fff;
}

#top.pageType_corporate .search_offices_bottom .select2.style_gray .selection .select2-selection, #top.pageType_corporate .search_offices_bottom .select2.style_gray .selection .select2-selection:after {
  background-color: #fff;
}

#top.pageType_corporate .jobLocation a.linkBtn::after {
  background: url(../images/arrow_link_green.png)  center no-repeat;
}

#top.pageType_corporate .select2-search input::placeholder {
  color: #00a395;
}
#top.pageType_corporate .select2-search input:-ms-input-placeholder {
  color: #00a395;
}
#top.pageType_corporate .select2-search input::-ms-input-placeholder {
  color: #00a395;
}

#top.pageType_corporate .select2.style_gray .selection .select2-selection,
#top.pageType_corporate .select2.style_gray .selection .select2-selection:after {
  background-color: #f0ffac;
}

#top.pageType_corporate .jobLocation .searchBox_header_item_label_L::before {
    content: "";
    position: absolute;
    background: url(../images/pages/top/icon_japan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    right: 100%;
    margin-right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top.pageType_corporate .jobType .searchBox_header_item_label_L::before {
  content: "";
  position: absolute;
  background: url(../images/pages/top/icon_service.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 70px;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.pageType_corporate#top table tr {
  background: #fff;
}

@media screen and (min-width:1024px) {
  .pageType_corporate .jobType .searchBox_header_item_label_L {
    margin-left: 95px;
  }
}

#top.pageType_corporate .job_searchBox table tr.jobSearch_labelRow th span::before {
  content: url(../images/pages/top/icon_japan_simple.png);
  position: relative;
  bottom: -8px;
  margin-right: 16px;
}

#top.pageType_corporate .job_searchBox table tr.serviceList_sectTit th span::before {
  content: url(../images/pages/top/icon_service_simple.png);
  position: relative;
  bottom: -7px;
  margin-right: 12px;
}

#top.pageType_corporate .job_searchBox table tr th::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #00a395;
}

@media screen and (min-width:1024px) {
  .serviceList {
    width: 764px;
    margin: 0 auto 80px;
  }
}

.serviceList a {
  display: block;
  width: 230px;
  height: 135px;
  margin: 0 7px 10px;
}

.serviceList a:hover {
  background-color: #cbebe8;
}

.serviceList_box {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #9de5de;
  border-radius: 3px;
}

.serviceList_title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 54px;
  background-color: rgba(0, 163, 149, 0.9);
  border-radius: 0 0 3px 3px;
}

.serviceList_title span {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.serviceList_visiting_bath {
  background-image: url(../images/pages/top/visiting_bath.png);
}
.serviceList_visiting_care {
  background-image: url(../images/pages/top/visiting_care.png);
}
.serviceList_planning {
  background-image: url(../images/pages/top/planning.png);
}
.serviceList_equipments {
  background-image: url(../images/pages/top/equipments.png);
}
.serviceList_day_service {
  background-image: url(../images/pages/top/day_service.png);
}
.serviceList_short_stay {
  background-image: url(../images/pages/top/short_stay.png);
}
.serviceList_small_multifunctional_home,
.small_multifunctional_home{
  background-image: url(../images/pages/top/small_multifunctional_home.png);
}
.serviceList_kurashi {
  background-image: url(../images/pages/top/kurashi.png);
}
.serviceList_bedclothes {
  background-image: url(../images/pages/top/bedclothes.png);
}
.serviceList_visiting_hairdresser {
  background-image: url(../images/pages/top/visiting_hairdresser.png);
}
.serviceList_qualia {
  background-image: url(../images/pages/top/qualia.png);
}
.serviceList_qualia_personal {
  background-image: url(../images/pages/top/qualia_personal.png);
  background-color: #b39b83;
}
.serviceList_group_home {
  background-image: url(../images/pages/top/group_home.png);
}
.serviceList_event {
  background-image: url(../images/pages/top/event.png);
}
.serviceList_bedrental {
  background-image: url(../images/pages/top/bedrental.png);
}
.serviceList_cleaning {
  background-image: url(../images/pages/top/cleaning.png);
}

.serviceCat {
  text-align: center;
  margin: 50px auto 30px;
}

.serviceCat h4 {
  display: inline;
  line-height: 33px;
  border-radius: 16.5px;
  color: #fff;
  background-color: #ff6e00;
  padding: 3px 37px;
  font-size: 18px;
  font-size: 1.8rem;
}

.serviceCat h3 {
  display: inline;
  color: #00a395;
  font-size: 24px;
  font-size: 2.4rem;
}

.serviceList_facility h3::before {
  content: url(../images/pages/top/facility_green.png);
  position: relative;
  margin-right: 21px;
  bottom: -7px;
}

.serviceList_corp h3::before {
  content: url(../images/pages/top/building.png);
  position: relative;
  margin-right: 19px;
  bottom: -8px;
}

.company_top .newsdate {
  position: relative;
  width: 310px;
}
.company_top .newsdate span {
  position: absolute;
  width: 310px;
  right: 0;
  top: -6px;
}

.company_top .news_article {
  position: relative;
  border-bottom: #ccc 1px solid;
  list-style: none;
}

#container.newGraduate_news #main .fInner .sectContTit .co_news_title {
  border-top: 1px #00a395 solid;
  border-bottom:  1px #00a395 solid;
  padding: 43px 0 38px;
}

.co_news_title span {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin: auto;
  text-align: center;
  line-height: 40px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #FFF;
}

#container.newGraduate_news #main .fInner .sectContTit .co_news_title .appointed {
  background-color: #ff04c1;
}
#container.newGraduate_news #main .fInner .sectContTit .co_news_title .jobfair {
  background-color: #00a395;
}
#container.newGraduate_news #main .fInner .sectContTit .co_news_title .topic {
  background-color: #ffb300;
}


#container.newGraduate_news #main .fInner .sectContTit .co_news_title .co_staff {
    background-color: #00a395;
}
#container.newGraduate_news #main .fInner .sectContTit .co_news_title .co_news {
    background-color: #ffb300;
}

#container.co_news #main .fInner .sectContTit .co_news_title span {
  padding: 0 20px;
  width: auto;
}

@media screen and (max-width:1024px) {
  #container.newGraduate_news #main .fInner .sectContTit .co_news_title {
    padding: 49px 0 48px;
  }
}


/* コーポレートサイト―施設を探す
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.pageType_corporate table tr.jobSearch_inputRow_freeword td input {
  max-width: 500px;
}

.job_searchBox table tr:last-child td {
  border-bottom: none;
}

.pageType_corporate .jobSearch_inputRow_freeword .textBox {
  text-align: center;
  margin-top: 40px;
}

.grayTextbox input {
  background-color: #f5f5f5;
}

.officesSectTit {
  /* padding: 91px 0 37px; */
}

.officeSingle {
  background-color: #fff;
  padding: 30px 30px 15px;
  margin-bottom: 30px;
}
@media screen and (max-width:1024px) {
  .officeSingle {
    width: 90%;
    margin: auto;
    padding: 16px 12px 12px;
    margin-bottom: 30px;
  }

}

.officetitle {
  font-size: 28px;
  font-size: 2.8rem;
  color: #00a395;
  margin-bottom: 12px;
}

.job_search_result_list a:hover .officetitle {
  opacity: 0.6;
}

#container #main section .officeSingle p {
  margin: 0;
}

body.pageType_corporate .officeSingle table th {
  background-color: #cbebe8;
  width: 119px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
}

.officeSingle table td {
  background-color: #f5f5f5;
}

.officeSingle table.tStyle_01 th,.officeSingle table.tStyle_01 td {
  padding: 5px 20px;
}


.mid_jobinfo.listpage .sectCont .job_search_result .sectContTit h3 span.greenNum {
  color: #00a395;
}

.mid_jobinfo.listpage .sectCont .job_searchBox th.freewordSearch_title,
.career_top .sectCont .job_searchBox th.freewordSearch_title {
  width: 290px;
}

#top.pageType_corporate .job_searchBox table tr.jobSearch_labelRow th.freewordSearch_title span::before {
    content: url(../images/pages/top/icon_freeword_simple.png);
    position: relative;
    bottom: -8px;
    margin-right: 16px;
}


/* コーポレートサイト―お知らせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.pageType_corporate .newGraduate_news .sectContTit .newsdate {
  text-align: right;
}

span.co_topic {
  color: #00a395;
  border: 1px #00a395 solid;
  }
span.co_release {
  color: #ffb300;
  border: 1px #ffb300 solid;
  }
span.co_event {
  color: #ff04c1;
  border: 1px #ff04c1 solid;
  }

#container.newGraduate_news.co_news #main section:first-of-type {
  padding-top: 60px;
}

#container.newGraduate_news.co_news #main .fInner .sectCont .sectTit {
  margin: -10px 0 78px;
}

@media screen and (max-width:1024px) {
  #container.newGraduate_news.co_news #main section:first-of-type {
    padding-top: 30px;
  }

  #container.newGraduate_news.co_news #main .fInner .sectCont .sectTit {
    margin: -10px 0 40px;
  }
}


.co_news.newGraduate_news .tabBox .tab_news ul li button {
  font-weight: 400;
}

.co_news.newGraduate_news .tabBox .tab_news ul li.active button {
  font-weight: 600;
}

.co_news.newGraduate_news .newsdate span {
  top: -3px;
}

.co_news.newGraduate_news .tabBox .tab_news ul {
  margin-bottom: 78px;
}

.co_news_title {
  font-weight: 600;
}

/* コーポレートサイト―アースサポートの特徴
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.specialtyBox_half {
  margin-top: 30px;
}

.specialtyBox_full {
  margin-top: 30px;
}

@media screen and (min-width:1024px) {
  .colBox .col2:first-child .specialtyBox_half {
    margin-right: 15px;
  }
  .colBox .col2:last-child .specialtyBox_half {
    margin-left: 15px;
  }
}

.specialtyBox_title {
  background-color: #00a395;
  padding: 37px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}

.specialtyBox_content {
  background-color: #fff;
  position: relative;
  border: 1px solid #00a395;
  font-size: 16px;
  font-size: 1.6rem;
}

.specialtyBox_half .specialtyBox_content {
  padding: 236px 16px 35px;
}
.specialtyBox_full .specialtyBox_content {
  padding: 35px 16px;
}
@media screen and (max-width:1024px) {
  .specialtyBox_full .specialtyBox_content {
    padding: 236px 16px 35px;
  }
}

.specialtyBox_content img {
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .specialtyBox_full .specialtyBox_content {
    position: relative;
    min-height: 170px;
  }

  .specialtyBox_full img {
    position: absolute;
    left: calc(360px / 2);
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
  }

  .specialtyBox_full p {
    margin: 13px 35px 10px 360px;
  }
}
@media screen and (max-width:1024px) {
  .specialtyBox_full img {
    position: absolute;
    top: calc(236px / 2);
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%)translateY(-50%);
  }
}

.specialtyBox_half img {
  position: absolute;
  top: calc(236px / 2);
  left: 50%;
  max-width: 90%;
  transform: translateX(-50%)translateY(-50%);
}

.specialtyBox_half.visiting_bath_icon img {
  top: calc(236px / 2 - 20px);
}


/* コーポレートサイト―FAQ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.qualia .accordionBox .serviceFAQ,
.co_company .accordionBox .serviceFAQ {
  border: #e8f0f0 solid 1px;
}

#container #main section .serviceFAQ .nomargin {
  margin-bottom: 0px;
}
.serviceFAQ .indentback {
  text-indent: -2em;
  padding-left: 2em;
}

.serviceFAQ_pageLink {
  margin-bottom: 100px;
}


#container section.faqSection {
  padding-bottom: 80px;
}

@media screen and (max-width:1024px) {
  #container section.faqSection {
    padding-bottom: 25px;
  }
}

#container #main section p.serviceFAQ {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 30px;
}

#container #main section .sectTit.wideTit {
  margin: 42px 0 65px;
}

@media screen and (max-width:1024px) {
  #container #main section .sectTit.wideTit {
    margin: 21px 0 30px;
  }
}

.serviceFAQ_pageLink li {
  float: left;
  position: relative;
  border-right: 1px solid #ccc;
}

.serviceFAQ_pageLink a {
  display: block;
  position: relative;
  width: 268px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  padding: 14px 10px 36px 65px;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
}

.serviceFAQ_pageLink li:last-child {
  border-right: none;
}

.serviceFAQ_pageLink img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.accordionBox .accordion_block .accordion_handle.serviceFAQ {
  color: #333;
  position: relative;
  background-color: #ccebeb;
  border: 1px solid #8db4b4;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 71px;
  font-weight: 600;
}

.accordion_handle.serviceFAQ::before {
  content: url(../images/pages/co_faq/icon_Q.png);
  position: absolute;
  left: 28px;
}

.accordionBox .accordion_block .accordion_content.serviceFAQ {
  background-color: #fff;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 71px;
}

.accordion_content.serviceFAQ::before {
  content: url(../images/pages/co_faq/icon_A.png);
  position: absolute;
  left: 24px;
}

.FAQserviceSelect {
  width: 410px;
  margin: auto;
  margin-bottom: 46px;
  font-weight: 600;
}

@media screen and (max-width:1024px) {
  .FAQserviceSelect {
    width: 100%;
  }

}

#top.pageType_corporate .FAQserviceSelect .select2.style_gray .selection .select2-selection,
#top.pageType_corporate .FAQserviceSelect .select2.style_gray .selection .select2-selection:after {
  background-color: #ccebeb;
}

.faqAncher {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}

h3.serviceSelectTit {
  font-size: 24px;
  font-size: 2.4rem;
  color: #00a395;
}

.FAQservice_Part h3.serviceSelectTit {
  margin-bottom: 30px;
}

h3.serviceSelectTit span {
  color: #333;
}

.faqIns {
  position: relative;
  margin: 22px 0 0 10px;
  padding-left: 153px;
  border-left: 1px solid #00a395;
  min-height: 113px;
}
@media screen and (max-width: 1024px) {
  .faqIns {
    padding-left: 10px;
    margin-left: 0px;
  }
}
  .faqIns::before {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
  }
@media screen and (max-width:1024px) {
    .faqIns::before {
      left: calc(50% - 45px);
      position: relative;
  }
}

  .ins_step01::before {
    content: url(../images/pages/co_faq/ins_step01.png);
  }

  .ins_step02::before {
    content: url(../images/pages/co_faq/ins_step02.png);
  }

  .ins_step03::before {
    content: url(../images/pages/co_faq/ins_step03.png);
  }

  .ins_step04::before {
    content: url(../images/pages/co_faq/ins_step04.png);
  }

  .ins_step05::before {
    content: url(../images/pages/co_faq/ins_step05.png);
  }
/* } */


/* コーポレート　サービス拠点詳細
====================================== */
@media screen and (min-width:1024px) {
  .offices_breadcrumb {
    margin-left: 300px;
  }
}

.offices_breadcrumb li > span {
  color: #00a395;
  font-weight: 600;
}


/* .providingServiceSection {
  padding-bottom: 1px;
} */

.sectCont.officeInfo {
  padding-bottom: 95px;
}

@media screen and (min-width:1024px) {
  .office_eyecatch {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    background-color: #f5f5f5;
  }
}
@media screen and (max-width:1024px) {
  .office_eyecatch {
    margin-bottom: 50px;
  }
}

.office_eyecatch .images {
  width: 465px;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width:1024px) {

  .office_content.office_detail {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    width: 580px;
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  #container.mid_jobinfo #main section .sectCont.officeInfo .sectContTit, #container.mid_jobinfo #main section .sectCont.officeInfo .job_search_filter {
    padding: 0;
  }
  #main .office_content table th {
    display: table-cell;
    box-sizing: content-box;
  }
}


.office_content table {
  margin-bottom: 0;
}

body.pageType_corporate #main .office_content table th {
  background-color: #c0c0c0;
  width: 116px;
  vertical-align: middle;
}

@media screen and (max-width:1024px) {
  body.pageType_corporate #main .office_content table th {
    width: 60px;
  }
}

body.pageType_corporate .office_content table td a {
  color: #333;
}
body.pageType_corporate#top .office_content table tr,
.office_content td {
  background-color: #f5f5f5;
}

#container #main section .office_content p {
  margin-bottom: 0;
}


.providingService_box {
  position: relative;
  background-color: #fff;
  width: 200px;
  height: 130px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  margin-bottom: 5px;
}

.col3SP_offices {
  display: none;
}

@media screen and (max-width:1024px) {
  .providingService_box {
    opacity: 0.3;
  }

}

.col3SP_offices.active {
  display: block;
}

.col3SP_offices.active .providingService_box {
  opacity: 1.0;
}

@media screen and (max-width:1024px) {
  .providingService_box {
    width: auto;
  }
}
@media screen and (min-width:1025px) {
  .providingService_box {
    height: 66px;
    /* height: 100px; */
  }
}

.providingService_box img {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.providingService_title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 54px;
}

.providingService_title span {
  position: absolute;
  text-align: center;
  color: #00a395;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width:1024px) {
  .colBox .col5.col3SP_offices {
    width: calc(100% / 3);
  }
}

@media screen and (min-width:1025px) {
  .office_inside {
    margin: 55px 120px;
  }
  .providingService_title {
    height: 100%;
  }
  .providingService_title span {
    color: #fff;
  }
  .providingService_box img {
    display: none;
  }
  .providingService_box {
    background-color: #ccc;
    border-color: #ccc;
  }
  .col3SP_offices.active .providingService_box {
    background-color: #00a395;
  }
}
.office_inside .owl-carousel .owl-thumbs .owl-thumb-item {
  width: 18%;
  margin-top: 30px;
}

/* #container.co_offices section {
  padding-bottom: 0;
} */



#container.co_offices section.office_map_section {
  padding-bottom: 1px;
  margin-bottom: 80px;
}


/* アースサポートの活動
============================================== */
.newGraduate_news .only_PC .newsdate.activity_news {
  width: 170px;
}

@media screen and (min-width:1024px) {
  .news_title.activity_news {
    width: 840px;
  }
}

.sectCont.activity_news ul {
  padding-top: 40px;
}


/* サービス クオリア
================================================== */
#container #main section.qualia_about p {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 72px;
}

@media screen and (max-width:1024px) {
  #container #main section.qualia_about p {
    margin-bottom: 24px;
  }
}

.qualia_Menu {
  margin-top: 60px;
}

@media screen and (min-width: 1024px) {
  .qualia_about .sliderBox_wrap {
    margin:  auto;
  }
}

h3.qualia_concept {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #148946;
  margin-bottom: 20px;
}

#container #main section p.qualia_concept {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.qualia_about .owl-carousel .owl-thumbs .owl-thumb-item {
  width: 12%;
}

body.pageType_corporate #container.qualia #main section .sectTit .subTit {
  color: #138946;
}

.qualia_storyBox {
  margin-bottom: 20px;
}


.qualia_featureBox {
  border: 1px solid #e4e4e4;
  background-color: #f6f6f6;
  padding: 0 20px 38px 20px;
  margin: 0 15px 30px;
}

@media screen and (max-width:1024px) {
  .qualia_featureBox {
    margin: 0 0 30px;
    padding: 0 12px 15px;
  }
}

.qualia_featureBox_title_wrapper {
  position: relative;
  height: 107px;
}

.qualia_featureBox_title {
  position: absolute;
  top: 50%;
  left: 94px;
  transform: translateY(-50%);
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  color: #1a653a;
}

.qualia_featureBox_title_wrapper::before {
  content: "01";
  line-height: 97px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  position: absolute;
  background-image: url(../images/pages/co_service_qualia/point.png);
  width: 75px;
  height: 87px;
  top: 0;
  left: 10px;
}
.number_01::before{
  content: "01"
}
.number_02::before{
  content: "02"
}
.number_03::before{
  content: "03"
}
.number_04::before{
  content: "04"
}

.qualia_featureBox img {
  display: block;
  margin: auto;
}

.qualia_logo {
  vertical-align: middle;
}

.qualia_featureBox_content {
  margin-top: 32px;
  font-size: 18px;
}

.qualia_storyBox:nth-child(2) .qualia_storyBox_title {
  background-image: url(../images/pages/co_service_qualia/smile_title.png);
}
.qualia_storyBox:nth-child(3) .qualia_storyBox_title {
  background-image: url(../images/pages/co_service_qualia/challenge_title.png);
}

.qualia_storyBox_title {
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 80px 0 30px 218px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .qualia_storyBox_title {
    position: relative;
    padding: 120px 0 30px 190px;
    font-size: 2.4rem;
    background-size: auto 140px;
  }
  .qualia_storyBox_title span {
    position: absolute;
    transform: translateY(-50%);
    top: calc(50% + 20px);
  }
}
@media screen and (max-width: 765px) {
  .qualia_storyBox_title {
    position: relative;
    padding: 80px 0 30px 140px;
    font-size: 2rem;
    background-size: auto 100px;
  }
  .qualia_storyBox_title span {
    position: absolute;
    transform: translateY(-50%);
    top: calc(50% + 20px);
  }
}
@media screen and (max-width: 400px) {
  .qualia_storyBox_title {
    padding: 80px 0 30px 106px;
    background-size: auto 80px;
  }
  .qualia_storyBox_title span {
    top: calc(50% + 25px);
  }
}

.qualia_storyBox_content {
  background-color: #fff;
  padding: 50px 35px 35px;
}
@media screen and (max-width:1024px) {
  .qualia_storyBox_content {
    padding: 20px 12px 25px;
  }
}

#container #main section .qualia_storyBox_content p {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

#container #main section  p.qualia_faq_description {
  font-size: 18px;
  font-size: 1.8rem;
}
.qualia_faq_table_wrapper{
  margin: 24px 50px 0 -50px;
}
body.pageType_corporate table.qualia_faq_table {
  text-align: center;
  width: calc(100% + 50px);
}
@media screen and (max-width:1024px) {
  body.pageType_corporate table.qualia_faq_table {
    width: 750px;
  }
  #main .qualia_faq_table td,
  #main .qualia_faq_table th {
    display: table-cell;
    width: auto;
  }
  #main .qualia_faq_table th {
    width: 210px
  }
  .qualia_faq_table_wrapper{
    overflow: scroll;
  }
  .qualia_faq_table_wrapper{
    margin: 24px -50px 0 -100px;
  }
}

body.pageType_corporate table.qualia_faq_table td {
  color: #333;
  width: 375px;
  outline: 1px solid #ccc;
}

.company_top .search_gray .job_searchBox,
.company_top .search_gray .job_searchBox table tr td,
.company_top .search_gray .job_searchBox table tr th {
  background-color: #fff;
}

.company_top .job_searchBox table {
  margin-top: 0;
  margin-bottom: 0;
}


body.pageType_corporate table.qualia_faq_table th {
  background-color: #a4a4a4;
  font-weight: 600;
  outline: 1px solid #ccc;
  min-width: 210px;
}
body.pageType_corporate table.qualia_faq_table th,
body.pageType_corporate table.qualia_faq_table td {
  text-align: center;
}

body.pageType_corporate table.qualia_faq_table thead td {
  background-color: #e7e7e7;
  font-weight: 600;
}

.qualiaFaqAncher {
  color: #00a395;
  text-decoration: underline;
}

.qualia_base {
  background-color: #fff;
  width: 255px;
  margin-bottom: 75px;
}

@media screen and (max-width: 1024px) {
  .qualia_base {
    margin-bottom: 5px;
  }
}

.qualia_baseTit {
  padding: 19px 0 10px;
}

#container #main section .qualia_baseTit p {
  text-align: center;
  font-weight: 600;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
}

.qualia_base_sect .btnArea {
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .qualia_base {
    width: 100%;
  }
  .qualia_base img {
    display: block;
    margin: auto;
  }

  .qualia_bnr img.only_SP {
    display: block;
    margin: auto;
  }
  .qualia_base_sect .btnArea {
    margin-top: 10px;
  }
  #container #main section .qualia_baseTit p {
    font-size: 1.6rem;
  }

}


/* クオリアパーソナル
===================================== */

.personal .qualia_contact .contactArea .tell a::before {
  background: url(../images/pages/co_service_qualia_personal/icon_freeDial_personal.png) center 80% no-repeat;
  background-size: contain;
}

.personal .bynumMenu ul li > a:after, .personal .bynumMenu ul li > span:after {
  border-top: solid 10px #b39b83;
}

.personal .service_qualia_info_label.lightgreen,
.personal .service_qualia_info li:before {
  background-color: #b39b83;
}

.personal .service_qualia_info_label.green {
  background-color: #846a50;
}

.personal .qualia_contact .reception,
#container.personal #main .qualia_contact p,
.personal .qualia_contact p,
.personal h3.qualia_concept,
.personal .qualia_contact .contactArea .tell a,
.personal .service_qualia_info h3,
.personal .qualia_feature h2,
.personal .interior_main h2,
.personal .interior_left_text h2,.personal .interior_right_text h2,
.personal .qualia_featureBox_title {
  color: #846a50;
}

.personal .qualia_featureBox_title_wrapper::before {
  background-image: url(../images/pages/co_service_qualia_personal/point.png);
}


.personal .qualia_storyBox:nth-child(2) .qualia_storyBox_title {
  background-image: url(../images/pages/co_service_qualia_personal/smile_title.png);
}
.personal .qualia_storyBox:nth-child(3) .qualia_storyBox_title {
  background-image: url(../images/pages/co_service_qualia_personal/challenge_title.png);
}

/* Parts - 既存パーツの修正スタイル
 --------------------------------------------------- */
.single_content * {
  font-size: 1.6rem;
}

.single_content h1 {
  font-size: 2.4em!important;
  color: inherit!important;
  margin: auto auto 10px!important;
}

.single_content h2 {
  font-size: 2.2em!important;
  color: inherit!important;
  margin: auto auto 10px!important;
}

.single_content h3 {
  font-size: 2em!important;
  color: inherit!important;
  margin: auto auto 10px!important;
}

.single_content h4 {
  font-size: 1.8em!important;
  color: inherit!important;
  margin: auto auto 10px!important;
}

.single_content h5 {
  font-size: 1.6em!important;
  color: inherit!important;
  margin: auto auto 10px!important;
}

.single_content h6 {
  font-size: 1.4em!important;
  color: inherit!important;
  margin: auto auto 10px!important;
}

/* .mainVisual .mainVisual_body .mainVisual_varticalWrap .mainVisual_varticalItem {
  width: 50%;
} */

#container.newGraduate_news.co_activity #main section:first-of-type {
  padding-top: 60px;
}

#container.newGraduate_news.co_activity #main .fInner .sectCont .sectTit {
  margin: -10px 0 78px;
}

@media screen and (max-width:1024px) {
  #container.newGraduate_news.co_activity #main section:first-of-type {
    padding-top: 30px;
  }

  #container.newGraduate_news.co_activity #main .fInner .sectCont .sectTit {
    margin: -10px 0 40px;
  }
}

body.pageType_corporate .tabBox .tab ul li {
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: solid 1px #00a395;
}

body.pageType_newGraduate .newGraduate_news .tabBox .tab ul li {
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: solid 1px #00a395;
}

body.pageType_newGraduate .newGraduate_news .tabBox .tab ul li.li_active {
  border-top: 1px solid #00a395;
  border-left: 1px solid #00a395;
  border-right: 1px solid #00a395;
  border-bottom: solid 1px #fff;
}

.newGraduate_news.co_activity .tabBox .tab ul li {
  width: calc(100% / 5 - 21px);
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: solid 1px #00a395;
}

.newGraduate_news .tabBox .tab_news ul li.li_active {
  background-color: #fff;
  border-top: 1px solid #00a395;
  border-left: 1px solid #00a395;
  border-right: 1px solid #00a395;
  border-bottom: 1px solid #fff;
}

.mid_news .tabBox .tab_news ul li.li_active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.co_activity.newGraduate_news .tabBox .tab_news ul li button {
  font-weight: 600;
}

body.pageType_newGraduate .newGraduate_news .tabBox .tab ul li.li_active:hover button {
  color: #fff;
}

.newGraduate_news .tabBox .tab_news ul li.li_active button {
    font-weight: 600;
    color: #00a395;
}

.newGraduate_news .tabBox .tab_news ul li.li_active:hover button {
  color: #fff;
}

.mid_news .tabBox .tab_news ul li.li_active button {
    color: #bf3f17;
}

.co_activity.newGraduate_news .newsdate span {
  top: -3px;
}

.co_activity.newGraduate_news .tabBox .tab_news ul {
  margin-bottom: 78px;
}

span.useful {
  color: #517ee4;
  border: 1px #517ee4 solid;
}

span.healthandsafety {
  color: #ffb300;
  border: 1px #ffb300 solid;
}
span.initiative {
  color: #ff04c1;
  border: 1px #ff04c1 solid;
}
span.introduction {
  color: #00a395;
  border: 1px #00a395 solid;
}

@media screen and (max-width: 1024px) {


  .newGraduate_news.co_activity .tabBox .tab ul li {
    width: calc(100% / 5 - 4%);
  }

  .newGraduate_news.co_activity .tabBox .tab ul li+li {
    margin-left: 5%;
  }

  .newGraduate_news.co_activity .tabBox .tab ul li button {
    font-size: 1.4rem;
  }

  .newGraduate_news.co_activity .tabBox .tab ul li:before {
    content: none;
  }
}

.empty_info_body{
  margin-bottom: 50px;
  border-bottom: solid 1px #ccc;
}

.empty_info_body .info_article {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  color: #333;
  font-size: 1.6rem;
}

@media screen and (max-width: 490px) {
  .empty_info_body .info_article {
    display: block;
  }
}

.empty_info_body .info_article .btn {
  display: inline-block;
  width: auto;
  margin-left: auto;
  border-radius: 3px;
}

@media screen and (max-width: 490px) {
  .empty_info_body .info_article .btn {
    display: block;
    margin: 20px auto 0 auto;
    width: 170px;
  }
}

#container.mid_jobinfo #main section .sectCont .sectContTit.empty_info {
  margin-bottom: 0;
}

.empty_info_body .info_updated_date {
  display: inline-block;
}

@media screen and (max-width: 490px) {
  .empty_info_body .info_updated_date {
    display: inline-block;
  }
}

.empty_info_body .info_empty {
  display: inline-block;
  margin-left: 54px;
}

@media screen and (max-width: 490px) {
  .empty_info_body .info_empty {
    display: inline-block;
    margin-left: 8px;
  }
}

#container.co_remain_offices #main section .sectTit.page_desc {
  font-size: 16px;
  margin: 60px 0 90px;
}

@media screen and (max-width: 640px){
  .co_remain_offices .serviceList .col {
    width: 50%;
  }
  .co_remain_offices .serviceList .col a {
    width: auto;
    height: 100px;
  }

  .co_remain_offices .serviceList_title {
    height: 35%;
  }

  .co_remain_offices .serviceList_title span {
    font-size: 10px;
  }

  .co_remain_offices .serviceList_box {
    background-size: contain;
  }

  .co_remain_offices .col_left {
    margin-right: 50% !important;
  }

  .co_remain_offices .serviceList_title.sp_font_small span {
    font-size: 10px;
  }

}

.co_remain_offices .service_card {
  display: block;
  text-align: center;
  border: solid 1px #06A697;
}

.co_remain_offices .service_card .image_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  min-height: 60px;
}

.co_remain_offices .service_group_home .service_card .image_wrap img {
  position: absolute;
  width: 66%;
  top: 10px;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .co_remain_offices .service_group_home .service_card .image_wrap img {
    width: auto;
    height: 115%;
    top: 10px;
  }
}

.co_remain_offices .service_group_home .service_card .image_wrap img.transparent {
  z-index: 2;
  opacity: 0.2;
}

.co_remain_offices .service_qualia .service_card .image_wrap,
.co_remain_offices .service_group_home .service_card .image_wrap {
  background-color: #fff;
}

.co_remain_offices .service_qualia_personal .service_card .image_wrap {
  background-color: #b39b83;
}

.co_remain_offices .service_card .service_name {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 54px;
  background-color: #06A697;
  color: #fff;
  padding: 4px;
  box-sizing: border-box;
  z-index: 1;
  font-weight: bold;
  font-size: 16px;
}
.co_remain_offices .service_office_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.co_remain_offices .service_office {
  width: calc(100%/2 - 20px);
  padding: 18px 20px 0;
  border: solid 1px #06A697;
  margin-bottom: 40px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .pageType_corporate .co_remain_offices .colBox .col.service_office {
    width: 100%;
    border: solid 1px #06A697;
    padding: 20px 20px 0;
    margin-bottom: 10px;
  }
}

.co_remain_offices .service_office:nth-child(even) {
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .co_remain_offices .service_office:nth-child(even) {
    margin-left: 0;
  }
}

.co_remain_offices .service_office .prefecture_badge {
  display: inline-block;
  background-color: #06A697;
  padding: 2px 6px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  overflow: hidden;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .co_remain_offices .service_office .prefecture_badge {
    font-size: 14px;
  }
}

.co_remain_offices .service_office .remain_desc {
  margin-top: 16px;
}

.co_remain_offices .service_office .status_badge {
  display: inline-block;
  background-color: #E88F16;
  padding: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .co_remain_offices .service_office .status_badge {
    font-size: 14px;
  }
}

.co_remain_offices .service_office .status {
  font-size: 26px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 6px;
}

@media screen and (max-width: 1024px) {
  .co_remain_offices .service_office .status {
    font-size: 18px;
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
}

.co_remain_offices .service_office .office_name {
  display: block;
  font-size: 28px;
  color: #06A697;
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .co_remain_offices .service_office .office_name {
    font-size: 22px;
  }
}

.co_remain_offices .service_office .office_address {
  margin-top: 26px;
}

.co_remain_offices .service_office .address {
  font-size: 16px;
  font-weight: normal;
}

.co_remain_offices .service_office .address img {
  margin: 2px 0 0 0;
  width: 2rem;
  height: 1.6rem;
  vertical-align: top;
}

.co_remain_offices .service_office .link_button {
  display: block;
  margin: 6px -20px 0;
  padding: 10px 20px;
  text-align: center;
  background-color: #06A697;
  font-size: 16px;
  color: #fff;
}

.co_remain_offices .service_office .link_button .button_text {
  position: relative;
}

.button_text .arrow {
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}

.co_remain_offices .service_images {
  max-width: 740px;
  margin: auto;
}

.co_remain_offices .service_images .service_image_col {
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .co_remain_offices .service_images .service_image_col {
    width: 100%;
  }
}

.co_remain_offices .content_qualia {
  margin: 90px auto 40px;
}


/* ピックアップ拠点
============================================== */
body.pageType_corporate #container.co_pickup #main section .sectTit .subTit {
  color: #F87808;
}

.co_pickup .btnArea {
  margin: 50px auto 70px;
}

.show_post_btn_wrap .btnArea {
  margin: 20px auto 70px;
}

.co_pickup .btnArea .btn {
  display: inline-block;
  background-color: #ED8932;
  color: #fff;
  width: 200px;
  padding: 8px 0;
  font-size: 20px;
}

.co_pickup .btnArea .btn.show_btn,
.co_pickup .btnArea .btn.close_btn {
  background-color: #fff;
  color: #ED8932;
  width: 200px;
  padding: 8px 0;
  font-size: 20px;
  border: solid 1px #ED8932;
}

.pickup_content_wrap .btnArea .btn:hover {
  opacity: 0.7;
}

.pickup_content_wrap {
  background-color: #FBF8F2;
}

.pickup_content_wrap::after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
}

.pickup_header {
  background-color: #EAAC00;
  padding: 46px 10px;
  position: relative;
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  .pickup_header {
    padding: 12px 10px;
  }
}

.pickup_title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.pickup_cat_label {
  padding: 8px 20px;
  font-size: 20px;
  color: #fff;
  background-color: #EC8931;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}

@media screen and (max-width: 1024px) {
  .pickup_cat_label {
    padding: 8px 20px;
    font-size: 16px;
    left: 0;
  }
}

.pickup_title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .pickup_title {
    font-size: 24px;
  }
}

.pickup_date {
  font-size: 24px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .pickup_date {
    font-size: 16px;
  }
}

.pickup_content_box {
  display: block;
}

@media screen and (max-width: 1024px) {
  .pickup_content_box {
    display: none;
  }
}

.pickup_content {
  margin-top: 50px;
  background-color: #fff;
  height: auto;
}

.content_row {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .content_row {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .pickup_content.point_1 .point_content{
    display: flex;
    flex-direction: column-reverse;
  }
}

.pickup_content.point_2,
.pickup_content.point_3 {
  width: calc(50% - 10px);
}

@media screen and (max-width: 1024px) {
  .pickup_content.point_2,
  .pickup_content.point_3 {
    width: 100%;
  }
}

.pickup_content.point_3 {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .pickup_content.point_3 {
    margin-left: 0;
  }
}

.pickup_content.point_2 .point_content,
.pickup_content.point_3 .point_content {
  padding: 20px;
}

.point_icon {
  flex-shrink: 0;
  width: 80px;
}

@media screen and (max-width: 1024px) {
  .point_icon {
    width: 40px;
  }
}

.point_header {
  display: flex;
}

.point_header .point_header_inner {
  display: flex;
  align-items: center;
  background-color: #FFEECE;
  width: 100%;
  padding: 8px 16px;
  min-height: 130px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .point_header .point_header_inner {
    min-height: inherit;
  }
}

.point_header .point_title {
  font-size: 36px;
  font-weight: bold;
  margin-left: 8px;
}

@media screen and (max-width: 1024px) {
  .point_header .point_title {
    font-size: 24px;
    margin-top: auto;
  }
}

.point_content {
  padding: 40px 30px;
}

@media screen and (max-width: 1024px) {
  .point_content {
    padding: 20px;
  }
}

.point_content::after {
  content: "";
  display: block;
  clear: both;
}

.point_content .image_wrap img {
  max-height: 300px;
}

.point_content .text {
  margin-top: 10px;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .point_content .text {
    font-size: 16px;
  }
}

.pickup_content.movie_content {
  background-color: inherit;
}

.pickup_content.movie_content .point_content {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .pickup_content.movie_content .point_content {
    padding: 40px 0px;
  }
}

.movie_wrap {
  background-color: #fff;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .movie_wrap {
    width: 100%;
  }
}

.movie_wrap:nth-child(even) {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .movie_wrap:nth-child(even) {
    margin-left: 0;
  }
}

.movie_outer iframe {
  width: 100%;
}

.movie_wrap .text {
  margin-top: 0;
  padding: 20px;
}

.pickup_content.pr_content {
  background-color: inherit;
  margin-top: 0;
  margin-bottom: 40px;
}

.co_pickup  .content_end {
  border-top: 1px solid #F7AF02;
}

.pickup_content.pr_content .pr_box {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .pickup_content.pr_content .pr_box {
    display: block;
  }
}

.pickup_content.pr_content .pr_text {
  margin-left: 24px;
}

@media screen and (max-width: 1024px) {
  .pickup_content.pr_content .pr_text {
    margin-left: 0;
  }
}

.pickup_content.pr_content .pr_text p {
  margin-top: 10px;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .pickup_content.pr_content .pr_text p {
    margin-top: 10px;
    font-size: 16px;
  }
}

.pr_box .pr_image {
  max-width: 200px;
  min-width: 200px;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pr_box .pr_image {
    max-width: 100%;
  }
}

.content_future {
  margin-top: 80px;
}

.content_future .future_lists {
  max-width: 920px;
  margin: auto;
}

.content_future .future_lists::after {
  display: block;
  content: "";
  clear: both;
}

.content_future .future_list {
  position: relative;
  width: 31.333%;
  float: left;
  padding-bottom: 4px;
  padding-right: 25px;
  border-bottom: solid 1px;
  margin-left: 3%;
  text-align: left;
  box-sizing: border-box;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .content_future .future_list {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

.content_future .future_list::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -14px;
  background: url(../images/pages/offices_pickup/arrow_link_b.png) center no-repeat;
}

.content_future .future_list:nth-child(1),
.content_future .future_list:nth-child(3n+1) {
  margin-left: 0;
}

.content_future .future_list:nth-child(n+4) {
  margin-top: 24px;
}
@media screen and (max-width:1024px) {
  .threeBtnArea .btn.linkBtn.BtnToPresident {
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  .threeBtnArea{
    width: 92%;
    margin: 60px auto 0 auto;
  }
}
