@charset "UTF-8";
/***********************共通設定************************/
/* 改行 */
.brsp {
  display: block;
  /* 751- */
}
@media all and (min-width: 751px) {
  .brsp {
    display: none;
  }
}

.brpc {
  display: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  .brpc {
    display: block;
  }
}

.slash {
  display: none;
  /* 751- */
}
@media all and (min-width: 751px) {
  .slash {
    display: inline-block;
  }
}

.box {
  position: relative;
  /* 751- */
}
.box::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/color_line_sp.png) no-repeat center top;
  background-size: 100% 100%;
}
@media all and (min-width: 751px) {
  .box::before {
    height: 2px;
    background-image: url(../images/color_line_pc.png);
  }
}

/*----------------------------------------------------
個別社員ページ 
----------------------------------------------------*/
/* メインビジュアル */
#comHead.individual {
  text-align: initial;
  /* 751- */
}
#comHead.individual .pageTitle_interview {
  position: absolute;
  z-index: 2;
  /* -750 */
  /* 751- */
}
@media all and (max-width: 750px) {
  #comHead.individual .pageTitle_interview {
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 40px);
  }
}
@media all and (min-width: 751px) {
  #comHead.individual .pageTitle_interview {
    max-width: 517px;
    left: 40px;
    bottom: 20px;
  }
}
@media all and (min-width: 1015px) {
  #comHead.individual .pageTitle_interview {
    left: calc(50% - 230px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (min-width: 1200px) {
  #comHead.individual .pageTitle_interview {
    bottom: 60px;
  }
}
#comHead.individual .pageTitle_interview h1 {
  color: white;
  font-size: 20px;
  line-height: 1.667;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  /* 751- */
  /* 1277- */
}
@media all and (min-width: 751px) {
  #comHead.individual .pageTitle_interview h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1277px) {
  #comHead.individual .pageTitle_interview h1 {
    margin-bottom: 23px;
  }
}
#comHead.individual .pageTitle_interview .policy {
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.882em;
  font-weight: 500;
  margin-bottom: 15px;
  /* 751- */
  /* 917- */
}
@media all and (min-width: 751px) {
  #comHead.individual .pageTitle_interview .policy {
    font-size: 19px;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
}
@media all and (min-width: 917px) {
  #comHead.individual .pageTitle_interview .policy {
    font-size: 23px;
    line-height: 1.882em;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1015px) {
  #comHead.individual .pageTitle_interview .policy {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
#comHead.individual .pageTitle_interview .info {
  font-size: 14px;
  line-height: 1.571;
  font-weight: 500;
  /* 751- */
}
@media all and (min-width: 751px) {
  #comHead.individual .pageTitle_interview .info {
    font-size: 16px;
    line-height: 2.1875;
  }
}
#comHead.individual .pageTitle_interview .introduce {
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
  width: calc(100% - 50px);
  padding: 25px 15px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  /* 751- */
  /* 1097- */
}
#comHead.individual .pageTitle_interview .introduce .tri {
  position: absolute;
  top: 10px;
  right: -9px;
  width: 10px;
  height: calc(100% - 20px);
  background: #ffffff;
}
#comHead.individual .pageTitle_interview .introduce .tri::before, #comHead.individual .pageTitle_interview .introduce .tri::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
}
#comHead.individual .pageTitle_interview .introduce .tri::before {
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #ffffff;
}
#comHead.individual .pageTitle_interview .introduce .tri::after {
  top: auto;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
#comHead.individual .pageTitle_interview .introduce .tri2 {
  position: absolute;
  top: 10px;
  left: -9px;
  width: 10px;
  height: calc(100% - 20px);
  background: #ffffff;
}
#comHead.individual .pageTitle_interview .introduce .tri2::before, #comHead.individual .pageTitle_interview .introduce .tri2::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
}
#comHead.individual .pageTitle_interview .introduce .tri2::before {
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
#comHead.individual .pageTitle_interview .introduce .tri2::after {
  top: auto;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
@media all and (min-width: 751px) {
  #comHead.individual .pageTitle_interview .introduce {
    padding: 15px 10px;
    width: 400px;
  }
  #comHead.individual .pageTitle_interview .introduce .tri {
    top: 20px;
    right: -20px;
    width: 20px;
    height: calc(100% - 40px);
  }
  #comHead.individual .pageTitle_interview .introduce .tri::before {
    top: -20px;
    border-width: 20px 0 0 20px;
  }
  #comHead.individual .pageTitle_interview .introduce .tri::after {
    bottom: -20px;
    border-width: 20px 20px 0 0;
  }
  #comHead.individual .pageTitle_interview .introduce .tri2 {
    top: 20px;
    left: -20px;
    width: 20px;
    height: calc(100% - 40px);
  }
  #comHead.individual .pageTitle_interview .introduce .tri2::before {
    top: -20px;
    border-width: 0 0 20px 20px;
  }
  #comHead.individual .pageTitle_interview .introduce .tri2::after {
    bottom: -20px;
    border-width: 0 20px 20px 0;
  }
}
@media all and (min-width: 1097px) {
  #comHead.individual .pageTitle_interview .introduce {
    padding: 35px 20px;
    width: 500px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media all and (min-width: 751px) {
  #comHead.individual .pageTitle_interview {
    position: absolute;
    top: 0%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* 1301- */
  }
  #comHead.individual .pageTitle_interview .fix {
    display: inline-block;
  }
}
@media all and (min-width: 751px) and (min-width: 1301px) {
  #comHead.individual .pageTitle_interview .fix {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1600px) {
  #comHead.individual .image source, #comHead.individual .image img {
    -o-object-position: center top;
       object-position: center top;
  }
}

#individual {
  padding-top: 128px;
  /* 751- */
  /* プロフィール */
  /* 説明 */
  /* 戻るボタン */
}
@media all and (min-width: 751px) {
  #individual {
    padding-top: 60px;
  }
}
#individual .inner {
  text-align: initial;
}
#individual #pageNameDeco {
  top: 58px;
}
#individual .profile {
  background: url("../images/interview/grad_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 5px;
  margin-bottom: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #individual .profile {
    background: url("../images/interview/grad_pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    margin-bottom: 120px;
  }
}
#individual .profile .wrap {
  padding: 25px 20px;
  background-color: #fff;
  /* 751- */
}
@media all and (min-width: 751px) {
  #individual .profile .wrap {
    padding: 30px 40px 45px;
  }
}
#individual .profile .title {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: 45px;
  /* 751- */
}
#individual .profile .title span {
  position: relative;
}
#individual .profile .title span::before, #individual .profile .title span::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 17px;
  height: 17px;
}
#individual .profile .title span::before {
  background: url("../images/interview/grad_icon_left.jpg") no-repeat;
  background-size: contain;
  left: -45px;
}
#individual .profile .title span::after {
  background: url("../images/interview/grad_icon_right.jpg") no-repeat;
  background-size: contain;
  right: -45px;
}
@media all and (min-width: 751px) {
  #individual .profile .title {
    margin-left: 52px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #individual .profile .title span {
    position: relative;
  }
  #individual .profile .title span::before, #individual .profile .title span::after {
    width: 20px;
    height: 20px;
  }
  #individual .profile .title span::before {
    background: url("../images/interview/grad_icon_left.jpg") no-repeat;
    background-size: contain;
    left: -50px;
  }
  #individual .profile .title span::after {
    background: url("../images/interview/grad_icon_right.jpg") no-repeat;
    background-size: contain;
    right: -50px;
  }
}
#individual .profile .textArea {
  margin-top: 0;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2.142;
  /* 751- */
}
@media all and (min-width: 751px) {
  #individual .profile .textArea {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
#individual #explain {
  margin-bottom: 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #individual #explain {
    margin-bottom: 120px;
  }
}
#individual #explain ul {
  /* 751- */
}
#individual #explain ul li:not(:last-child) {
  margin-bottom: 60px;
}
@media all and (min-width: 751px) {
  #individual #explain ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  #individual #explain ul li:not(:last-child) {
    margin-bottom: 80px;
  }
  #individual #explain ul li:nth-child(odd) .image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  #individual #explain ul li:nth-child(odd) .textArea {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  #individual #explain ul .title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  #individual #explain ul .image {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
#individual #explain .image {
  /* -750 */
}
@media all and (max-width: 750px) {
  #individual #explain .image {
    margin-bottom: 30px;
  }
}
#individual #explain .title {
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 1.736;
  font-weight: 500;
  margin-bottom: 20px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #individual #explain .title {
    font-size: 26px;
    margin-bottom: 35px;
  }
}
#individual #explain .textArea {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.142;
  /* 751- */
}
@media all and (min-width: 751px) {
  #individual #explain .textArea {
    font-size: 16px;
  }
}
#individual #explain .textArea p.mgb {
  margin-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #individual #explain .textArea p.mgb {
    margin-bottom: 40px;
  }
}
#individual .backBtn {
  padding: 58px 0 0;
  position: relative;
  /* 751- */
  /* 751- */
  /* 751- */
}
#individual .backBtn::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/color_line_sp.png) no-repeat center top;
  background-size: 100% 100%;
}
@media all and (min-width: 751px) {
  #individual .backBtn::before {
    height: 2px;
    background-image: url(../images/color_line_pc.png);
  }
}
@media all and (min-width: 751px) {
  #individual .backBtn {
    padding: 129px 0 0;
    margin-bottom: -70px;
  }
}
#individual .backBtn a {
  position: relative;
  display: inline-block;
  line-height: 40px;
  padding-left: 60px;
  font-family: "Roboto", "Zen Maru Gothic", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
}
#individual .backBtn a:hover {
  text-decoration: none;
}
#individual .backBtn a::before, #individual .backBtn a::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#individual .backBtn a::before {
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  background: #000000;
}
#individual .backBtn a::after {
  width: 40px;
  height: 40px;
  background: url(../images/arrow_white.svg) no-repeat center center;
  background-size: 12px 13px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media all and (min-width: 751px) {
  #individual .backBtn {
    text-align: left;
  }
  #individual .backBtn a {
    font-size: 19px;
    line-height: 50px;
    padding-left: 80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #individual .backBtn a::before {
    width: 50px;
    height: 50px;
  }
  #individual .backBtn a::after {
    width: 50px;
    height: 50px;
    background-size: 15px 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #individual .backBtn a:hover::after {
    background: url(../images/arrow_white.svg) no-repeat 27px center;
    background-size: 15px 16px;
  }
}