@charset "UTF-8";
/*------------------------------------------------
デフォルトスタイル
------------------------------------------------*/
body {
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Meiryo,メイリオ,"Lucida Grande",sans-serif;
  min-width: 0;
}

ul {
  list-style-type: none;
}

.sp {
  display: none;
}

/*------------------------------------------------
コンテナ枠
------------------------------------------------*/
#container {
  margin: 0;
  width: 100%;
}

/*------------------------------------------------
ヘッダー
------------------------------------------------*/
div#rec-header {
  width: 100%;
  background-color: #0B0205;
}

div#rec-header div.rec-header-top {
  width: 100%;
  padding: 15px 0;
  background-color: #FFFFFF;
}

div#rec-header div.rec-header-top div.rec-header-top-inner {
  width: 980px;
  margin: 0 auto 0;
}

div#rec-header div.rec-header-top div.rec-header-top-inner a.logo {
  display: block;
  float: left;
  margin-top: 1%;
}

div#rec-header div.rec-header-top div.rec-header-top-inner a.company-info,
div#rec-header div.rec-header-top div.rec-header-top-inner a.entry {
  display: block;
  float: right;
}

a.company-info img {
  margin: 0 10px 0 0;
  vertical-align: -2px;
}

a.company-info:hover {
  text-decoration: none;
  opacity: 0.6;
}

a.company-info:hover img {
  opacity: 1 !important;
}

div#rec-header div.rec-header-bottom {
  width: 980px;
  margin: 0 auto;
}

div#rec-header div.rec-header-bottom p.site-name {
  float: left;
  padding: 36px 0 32px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFF;
}

div#rec-header div.rec-header-bottom p.site-name a {
  color: #FFF;
}

div#rec-header div.rec-header-bottom p.site-name a:hover {
  opacity: 0.6;
  text-decoration: none;
}

div#rec-header div.rec-header-bottom ul {
  float: right;
  width: 67%;
  margin: 2.5% 0 0;
}

div#rec-header div.rec-header-bottom ul li {
  float: left;
  border-left: 1px solid #A9A9A9;
  padding: 0.5% 2.8%;
}

div#rec-header div.rec-header-bottom ul li:nth-child(5) {
  padding: 0.5% 0 0.5% 2.8%;
}

div#rec-header div.rec-header-bottom ul li a {
  display: block;
  color: #A9A9A9;
  font-weight: bold;
  font-size: 0.95em;
  text-decoration: none;
}

div#rec-header div.rec-header-bottom ul li a:hover {
  color: #FFFFFF;
}

div#rec-header div.rec-header-bottom ul li a span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  margin: 7px 0 0;
}

div#rec-header div.rec-header-bottom ul li a.nolink {
  cursor: default;
}

div#rec-header div.rec-header-bottom ul li a.nolink:hover {
  color: #A9A9A9;
}

/* コンテンツ (全体)*/
#index-contents {
  font-size: 16px;
  color: #333333;
}

@media (max-width: 960px) {
  #index-contents {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  #index-contents {
    font-size: 12px;
  }
}

.sp600 {
  display: none;
}

@media (max-width: 600px) {
  .sp600 {
    display: block;
  }
}

/* タイトル */
#main-head {
  background: url(../../../static/images/recruit/back.jpg) repeat-x 0 0;
  padding: 6px 0 0;
}

#main-head h1 {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

#main-head h1 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* ニュース */
#news {
  padding: 2.6% 0;
  background-color: #C2E0FA;
}

.news-inner {
  max-width: 840px;
  margin: 0 auto;
}

.news-logo {
  width: 94px;
  margin: 0 auto;
  padding: 1.7% 0;
  font-size: 1.125em;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  text-align: center;
  color: #fff;
  background: #222;
}

.news-inner dl {
  max-width: 835px;
  margin: 3.4% auto 0;
  line-height: 2.3;
}

.news-inner dt {
  display: inline-block;
  width: 15.1%;
  padding: 0 0 0 1.2%;
  font-size: 1.0625em;
  letter-spacing: 0.05em;
  vertical-align: top;
  line-height: 1.6;
}

.news-inner dt.two-line {
  line-height: 1.6;
}

.news-inner dd {
  display: inline-block;
  width: 82.2%;
  font-size: 1.13em;
  line-height: 1.5;
}

.news-inner dd.two-line {
  line-height: 1.6;
}

.news-inner dd a {
  text-decoration: underline;
}

.news-event {
  margin: 13.5% 0 0;
  text-align: center;
}

.news-event p {
  font-size: 1.75em;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.news-event a {
  display: block;
  width: 89.8%;
  margin: 5% auto 0;
  padding: 5.5% 3.8% 5.5% 0;
  box-sizing: border-box;
  font-size: 1.28em;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
  background: #1B58B1;
  position: relative;
}

.news-event a::after {
  content: "";
  width: 66px;
  height: 21px;
  margin: auto;
  background: url(../../../static/images/recruit/yaji_y.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7.4%;
}

@media (max-width: 960px) {
  .news-inner dl {
    width: 80%;
  }
}

/* Topics */
#main-btn-area {
  background-color: #D2DEF3;
  background-image: url(../../../static/images/recruit/sanwa.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  padding: 60px 0 75px;
}

@media (min-width: 1980px) {
  #main-btn-area {
    background-size: cover;
  }
}

#main-btn-area h2 {
  font-size: 2.5em;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}

.main-btn-area-inner {
  max-width: 1100px;
  margin: 45px auto 0;
}

.main-btn-item {
  display: inline-block;
  width: 33.0818%;
  position: relative;
  margin-bottom: 10px;
}

.main-btn-item a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.2s;
  text-decoration: none;
}

.main-btn-item a img {
  width: 100%;
}

.main-btn-item a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.main-btn-item .btn-text {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}

.main-btn-item .btn-text .btn-title {
  font-size: 1.53125em;
  color: #124EAC;
  font-weight: bold;
}

.main-btn-item .btn-text .btn-description {
  margin-top: 4%;
  font-size: 1em;
  line-height: 1.4375;
  color: #333333;
}

/* 採用情報 */
#recruitment-btn-area {
  background-image: url(../../../static/images/recruit/saiyou.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 60px 0 66px;
  background-color: #D2DEF3;
}

#recruitment-btn-area h2 {
  font-size: 2.5em;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}

.recruitment-btn-area-inner {
  max-width: 1050px;
  margin: 45px auto 0;
}

.recruitment-btn-item {
  display: inline-block;
  width: 49.8%;
  position: relative;
  margin-bottom: 10px;
  opacity: 1;
  transition: 0.2s;
}

.recruitment-btn-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.recruitment-btn-item a img {
  width: 100%;
}

.recruitment-btn-item a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.recruitment-btn-item .btn-text {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
}

.recruitment-btn-item .btn-text .btn-title {
  font-size: 1.625em;
  color: #124EAC;
  font-weight: bold;
}

.recruitment-btn-item .btn-text .btn-description {
  margin-top: 2.9%;
  font-size: 1em;
  line-height: 1.4375;
  color: #333333;
}

@media (max-width: 845px) {
  .main-btn-area-inner {
    text-align: center;
  }
  .main-btn-item {
    width: 45%;
  }
  .main-btn-item .btn-text .btn-description {
    font-size: 0.8em;
  }
  #recruitment-btn-area {
    background-size: contain;
  }
  .recruitment-btn-area-inner {
    text-align: center;
  }
  .recruitment-btn-item {
    width: 89%;
  }
}
