@charset "utf-8";
/*----------------------------------------------------
  タイトルイメージ
----------------------------------------------------*/
#page-title-area .page-image {
  background-image: url("../images/pho_page.jpg");
}
/*----------------------------------------------------
  求める人材像
----------------------------------------------------*/
.statue {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.statue-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 10%;
  overflow: hidden;
}
.statue .figure {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 30px;
  z-index: 1;
}
.statue .text-area {
  width: 50%;
  margin-bottom: 30px;
  padding-top: 10px;
  z-index: 2;
}
.statue .text-area h4.catchcopy {
  margin: 10px 0;
}
.statue .text-area ul {
  margin-bottom: 10px;
}
.statue .text-area h4.catchcopy {
  text-shadow: 0 0 1px #c33, 0 0 1.5px #fff, 0 0 2px #fff, 0 0 2.5px #fff, 0 0 3px #fff, 0 0 3.5px #fff, 0 0 4px #fff, 0 0 4.5px #fff, 0 0 5px #fff, 0 0 5.5px #fff, 0 0 6px #fff, 0 0 6.5px #fff, 0 0 7px #fff, 0 0 7.5px #fff, 0 0 8px #fff;
}
.statue .text-area ul li {
  margin-bottom: 8px;
  padding-left: 3.4rem;
  font-family: "游明朝", YuMincho Medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #4a0808;
  font-size: 2.4rem;
  line-height: 1.2;
  text-indent: -3.4rem;
  text-shadow: 0 0 1px #4a0808, 0 0 1.5px #fff, 0 0 2px #fff, 0 0 2.5px #fff, 0 0 3px #fff, 0 0 3.5px #fff, 0 0 4px #fff, 0 0 4.5px #fff, 0 0 5px #fff, 0 0 5.5px #fff, 0 0 6px #fff, 0 0 6.5px #fff, 0 0 7px #fff, 0 0 7.5px #fff, 0 0 8px #fff;
}
.statue .btn-area {
  margin-bottom: 60px;
}
.statue .btn-area ul {
  font-size: 1.4rem;
  line-height: 2.4;
  text-align: center;
}
.statue .btn-area ul img {
  padding: 10px 14px;
  border: 1px solid #29537d;
}
@media screen and (max-width: 767px) {
  .statue-wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 0 10%;
  }
  .statue .figure {
    position: static;
  }
  .statue .text-area {
    width: 100%;
  }
}
/*----------------------------------------------------
  数字で見るアコス
----------------------------------------------------*/
.contents-title-area p {
  margin-bottom: 30px;
  text-align: center;
}
.number {
  max-width: 1240px;
  margin: 0 auto 30px;
  padding: 0 10%;
}
.number .number-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.number .item {
  width: 30%;
  margin: 0 1.66% 20px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}
.number .item .bgappearTrigger {
  margin: 20px;
}
.number .item .item-image {
  margin-bottom: 5px;
  text-align: center;
}
.number .item .item-image img {
  height: 70px;
  vertical-align: bottom;
}
.number .item .item-text h4 {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0 0 1px #999;
}
.number .item .item-text p {
  font-size: 1.6rem;
  line-height: 1.0;
  text-align: center;
  text-shadow: 0 0 1px #999;
}
.number .item .item-text p.note {
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.number .item .item-text p span {
  padding: 0 3px;
  font-family: 'Oswald', sans-serif;
  color: #c33;
  font-size: 4.6rem;
  font-weight: 400;
  vertical-align: bottom;
}
@media screen and (min-width: 620px) and (max-width: 991.98px) {
  .number .item {
    width: 48%;
    margin: 0 1% 20px;
  }
}
@media screen and (max-width: 619.98px) {
  .number .item {
    width: 100%;
    margin: 0 0 20px;
  }
}
/*----------------------------------------------------
  募集要項
----------------------------------------------------*/
section.new-graduate,
section.midway {
  max-width: 1240px;
  margin: 0 auto 30px;
  padding: 0 10%;
}
section.new-graduate.contact {
  margin-bottom: 60px;
}
section.new-graduate a img {
  float: right;
  padding: 0 0 6px 5px;
}
section.new-graduate a:hover img {
  opacity: 0.6;
}
section.new-graduate .btn-area {
  margin: 30px auto 60px;
}
section.new-graduate .btn-area ul {
  font-size: 1.4rem;
  line-height: 2.4;
  text-align: center;
}
section.new-graduate .btn-area ul img {
  padding: 10px 14px;
  border: 1px solid #29537d;
}
.new-graduate table th, .midway table th {
  width: 25%;
  background: url(../images/bg_outline.jpg) center center repeat;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .new-graduate table th, .midway table th {
    width: 100%;
  }
}
@media screen and (max-width: 565.98px) {
  section.new-graduate a img {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 0 0 10px;
  }
}
