/* スタッフリスト（上部写真一覧） */
.container-header-section {
  padding: .7em;
}
.container-header-section p {
  padding: 1em 3em;
  font-weight: bold;
  color: #000000;
}
.header-section {
  background-color: #0E3820;
  padding: 2em;
}
.header-section h3 {
  color: #ffffff !important;
  font-weight: normal;
}
.interview-icon-box-pc {}
.interview-icon-box-sp {
  text-align: center;
}
.interview-icon-box-pc img {
  width: 460px;
  margin-top: 1.5em;
}
.interview-icon-box-sp img {
  width: 400px;
}
.interview-icon-box2 {
  width: 400px;
}
.i-construction-list {
  padding: 0;
}
.i-construction-list-img {
  margin: 0;
}
.i-construction-list-img:hover {
  opacity: 0.75;
}
/* ボックス部分 */
.i-construction-box {
  margin-bottom: 1em;
}
.i-construction-box-row-white {
  background-color: #FFFFFF;
}
.i-construction-box-row-gray {
  background-color: #D5D5D5;
}
/* タイトル　h3 */
.i-construction-box h3 { /* タイトル　*/
  position: relative;
  top: 0;
  display: inline-block;
  font-size: 2em;
  padding: .1em .7em .1em .7em;
  margin-top: 1em;
  vertical-align: middle;
}
.i-construction-box h3:before, .i-construction-box h3:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.i-construction-box h3:before {
  border-left: 3px solid #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  left: 0;
}
.i-construction-box h3:after {
  content: '';
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  right: 0;
}
/* 画像BOX */
.i-construction-box-a {
  background-color: #ffffff;
}
.i-construction-box-b {
  background-color: #D4D4D4;
}
.i-construction-box-img {
  margin-bottom: 2em;
}
.img-text-box {
  display: flex;
}
.img-icon {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-text {
  background-color: #D4D4D4;
  padding: .3em;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
}
.img-text-white {
  background-color: #ffffff;
}
.img-text p {
  color: #000000;
  font-weight: bold;
  line-height: 1.3em;
}
/**********************/
/* タイトル　h4 */
/*1*/
.title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.i-construction-box-title {}
.i-construction-box-title-img {}
.i-construction-box-title-text p {
  font-size: 1.1em;
}
.i-construction-box-title-text span {
  font-weight: bold;
}
/*2*/
.title-wrap2 {
  display: flex;
  justify-content: left;
  align-items: center;
}
.i-construction-box-title2 {}
.i-construction-box-title-img2 {}
.i-construction-box-title-text2 p {
  font-size: 1.1em;
  padding-top: 1em;
}
.i-construction-box-title-text2 span {
  font-weight: bold;
}
/* other */
.other-box1 {
  background-color: #0D381D;
  padding: 0;
}
.other-box2 {
  background-color: #E84F03;
  padding: 0;
}
.other-box-img {
  display: block;
}
.other-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.other-box-title p {
  color: #ffffff;
  margin: 1em;
}
.other-img-title {}
.other-img1 {
  width: 100%;
}
.other-img2 {
  width: 100%;
}
.other-img3 {
  width: 300px;
  margin-top: 0em;
  margin-bottom: 1em;
}
.other-img4 {}
/* 画像に文字入れ */
.img-box {
  position: relative;
}
.img-box .img-text_other1 {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.4);
  padding: .3em;
  font-size: 1.5em;
  color: #fff;
}
.img-box2 {
  position: relative;
}
.img-box2 .img-text_other2 {
  position: absolute;
  bottom: -24px;
  left: -24px;
  background: rgba(10, 10, 10, 0.4);
  padding: .3em;
  font-size: 1.5em;
  color: #fff;
}
.img-box3 {
  position: relative;
}
.img-box3 .img-text_other3 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: .3em;
  font-size: 1.5em;
  color: #000;
}
.img-wrap-video:hover {
  opacity: 0.7;
}
.other-img-title-box{
    width: 100%;
    text-align: center;
    }
.other-title-p {
    margin-top: 1em;
    font-size: 1.2em;
}
@media (min-width: 1px) and (max-width: 991px) { /* 1-991 px */
  .i-construction-box-title-img {
    height: 70px;
  }
  .i-construction-box-title-img2 {
    width: 240px;
  }
  .i-construction-box-title-text2 p {
    font-size: 1em;
  }
  .img-text p {
    font-size: .9em;
    line-height: 1.2em;
  }
  .img-icon img {
    width: 54px
  }
  .img-box .img-text_other1 {
    padding: .3em;
    font-size: 1.2em;
  }
  .img-box2 .img-text_other2 {
  bottom: -20px;
  left: -20px;
    padding: .3em;
    font-size: 1.2em;
  }

  .img-box3 .img-text_other3 {
    padding: .3em;
    font-size: 1.2em;
  }
}
@media (min-width: 1px) and (max-width: 767px) { /* 1-767 px */
    .container-header-section {
        margin-top: -2em;
    }
.container-header-section p {
  padding: 1em 0;
  font-weight: bold;
  color: #000000;
}
  .i-construction-box-title-img {
    width: 70%;
    height: auto;
    margin-top: .8em;
  }
  .title-wrap {
    display: block;
  }
  .i-construction-box-title-text p {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .i-construction-box-title-img2 {
    width: 148px;
  }
  .i-construction-box-title-text2 p {
    font-size: .9em;
    line-height: 1.3em;
    margin-bottom: .8em;
  }
  .img-text p {
    font-size: .7em;
    line-height: 1.1em;
  }
  .img-icon img {
    width: 36px
  }
  .img-box .img-text_other1 {
    padding: .3em;
    font-size: 1.1em;
  }
  .img-box2 .img-text_other2 {
  bottom: -18px;
  left: -18px;
    padding: .3em;
    font-size: 1.1em;
  }
  .img-box3 .img-text_other3 {
    padding: .3em;
    font-size: 1.1em;
  }
.other-img-title-box{
    width: 100%;
    text-align: center;
    }
    .other-img-title1{
        width: 160px;
    }
    .other-img-title2{
        width: 200px;
    }
    .other-title-wrap2 {
        margin-bottom: -1.5em;
    }
    .other-title-p {
    margin-top: 1em;
    font-size: 1em;
        text-align: left;
}
}