@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
若手社員座談会
  ---------------------------------------------*/
/*-------　↓共通ヘッダー　-------*/
.common_header {
  width: 100%;
  min-width: 1000px;
  height: 310px;
  position: relative;
  background-image: url("/recruit/sp/assets/img/common/city_image.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 70%;
}
@media all and (max-width: 480px) {
  .common_header {
    min-width: 100%;
    height: 40vw;
    background-size: 100%;
  }
}
.common_header h2 {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: h2Anim 0.5s 1.2s cubic-bezier(0, 0, 0.07, 0.92);
          animation: h2Anim 0.5s 1.2s cubic-bezier(0, 0, 0.07, 0.92);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .common_header h2 {
    top: 50%;
  }
}
.common_header h2:before {
  content: "";
  position: absolute;
  top: -172px;
  left: 35%;
  right: 0;
  margin: 0 auto;
  width: 133px;
  height: 156px;
  background: url("/recruit/sp/assets/img/common/elem_blue.svg") center no-repeat;
  background-size: contain;
}
@media all and (max-width: 480px) {
  .common_header h2:before {
    width: 66px;
    height: 78px;
    top: -90px;
    left: 50%;
  }
}
.common_header h2:after {
  content: "";
  position: absolute;
  bottom: -172px;
  left: 0;
  right: 35%;
  margin: 0 auto;
  width: 133px;
  height: 156px;
  background: url("/recruit/sp/assets/img/common/elem_pink.svg") center no-repeat;
  background-size: contain;
}
@media all and (max-width: 480px) {
  .common_header h2:after {
    width: 66px;
    height: 78px;
    bottom: -90px;
    right: 50%;
  }
}

@-webkit-keyframes h2Anim {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(-200%);
            clip-path: inset(-200%);
  }
}

@keyframes h2Anim {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(-200%);
            clip-path: inset(-200%);
  }
}
/*↓ipad用縦css*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .common_header {
    margin-top: 110px;
  }
}
/*---------------------------------------------
	コンテンツ
  ---------------------------------------------*/
.profile_area {
  width: 100%;
  padding: 460px 0 50px;
  background: url("/recruit/sp/assets/img/pv/talk/talk_main.jpg") top center no-repeat;
  background-size: contain;
  position: relative;
}
@media all and (max-width: 480px) {
  .profile_area {
    padding: 40vw 0 30px;
  }
}
.profile_area .sponly {
  display: none;
}
@media all and (max-width: 480px) {
  .profile_area .sponly {
    display: block;
  }
}

.stripe:before {
  display: none;
}

.name_wrap {
  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;
  position: relative;
}
.name_wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50vw;
  height: 50vw;
  background: url("/recruit/sp/assets/img/pv/talk/bg_txt.jpg") center no-repeat;
  background-size: contain;
  z-index: -1;
}
@media all and (max-width: 480px) {
  .name_wrap:before {
    top: 5%;
    width: 100vw;
  }
}
.name_wrap .member {
  width: 220px;
}
@media all and (max-width: 480px) {
  .name_wrap .member {
    width: 100%;
  }
}

article {
  width: 100%;
  position: relative;
  overflow: hidden;
}
article h3 {
  position: relative;
}
article h3:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #2762D0;
  bottom: -15px;
  left: 0;
}
article h3.txt_center:after {
  right: 0;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  article h3.txt_center:after {
    right: auto;
    margin: 0;
  }
}
article p {
  padding-left: 87px;
  position: relative;
}
@media all and (max-width: 480px) {
  article p {
    padding-left: 60px;
  }
}
article p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 80px;
}
@media all and (max-width: 480px) {
  article p:before {
    width: 50px;
    height: 60px;
  }
}
article p.hashimoto:before {
  background: url("/recruit/sp/assets/img/pv/talk/hashimoto.jpg") no-repeat;
  background-size: contain;
}
article p.kobayashi:before {
  background: url("/recruit/sp/assets/img/pv/talk/kobayashi.jpg") no-repeat;
  background-size: contain;
}
article p.noda:before {
  background: url("/recruit/sp/assets/img/pv/talk/noda.jpg") no-repeat;
  background-size: contain;
}
article p.hatori:before {
  background: url("/recruit/sp/assets/img/pv/talk/hatori.jpg") no-repeat;
  background-size: contain;
}
article p.clear {
  clear: both;
}
article .white_bg {
  background-color: #fff;
  width: 595px;
  padding: 40px 40px 0 0;
}
@media all and (max-width: 480px) {
  article .white_bg {
    width: 100%;
    padding: 0;
  }
}
article .white_bg.right {
  float: right;
  padding: 40px 0 0 40px;
}
@media all and (max-width: 480px) {
  article .white_bg.right {
    float: none;
    padding: 0;
  }
}
article .under_image {
  width: 500px;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media all and (max-width: 480px) {
  article .under_image {
    width: 100%;
    position: static;
  }
}
article .under_image.right {
  right: 0;
}
article .under_image.left {
  top: 120px;
  left: 0;
}
article .short_wrap {
  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;
}
article .short_wrap .short_w {
  width: 465px;
}
@media all and (max-width: 480px) {
  article .short_wrap .short_w {
    width: 100%;
  }
}
article .short_wrap .sub_image {
  width: 500px;
}
@media all and (max-width: 480px) {
  article .short_wrap .sub_image {
    width: 100%;
  }
}
article .short_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}