@charset "UTF-8";
/* フォント設定 *******************************************/
/* モリサワType Square ************************************/
/* クリアフィックス */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*----------- 定義内容-----------
ブレイクポイント設定
メディアクエリ
コンテンツ幅(basicWrap)
基本ベンダープレフィックスをつけた状態で書き出す(prefix)
アニメーション：プレフィクス付（animation）
角丸設定(border-radius)

---------------------------------
*/
.contentsHead {
  height: 320px;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contentsHead .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 320px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .contentsHead .innerWrap {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.contentsHead .innerWrap h2 {
  position: absolute;
  bottom: 40px;
  left: 0;
  color: #fff;
  text-align: left;
  margin-bottom: 0 !important;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 600px) {
  .contentsHead .innerWrap h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.contentsHead + .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 60px;
  margin-bottom: 140px;
}

.contentsHead {
  background-image: url(../images/recruit_header.jpg);
  background-position: center bottom;
}
@media only screen and (max-width: 600px) {
  .contentsHead {
    background-image: url(../images/recruit_header.jpg);
    background-position: center;
  }
}

.innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 80px;
}
.innerWrap > h3 {
  margin-top: 60px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}

.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .itemList {
    display: inherit;
  }
}
.itemList dt {
  border-bottom: 1px solid #b7b7b7;
  padding: 16px 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  line-height: 1.4;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 600px) {
  .itemList dt {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.itemList dd {
  border-bottom: 1px solid #b7b7b7;
  padding: 16px 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .itemList dd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.itemList dd h3 {
  letter-spacing: -0.04em;
}
.itemList dd p {
  margin: 8px 0 16px;
}
.itemList dd ol {
  margin-left: 1.5em;
}
.itemList dd li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .itemList dd {
    width: 100%;
    border-bottom: none;
    margin-bottom: 30px;
  }
}
