@charset "UTF-8";
/***********************共通設定************************/
@media screen and (min-width: 1600px) {
  #comHead .image source,
  #comHead .image img {
    -o-object-position: center top;
       object-position: center top;
  }
}

#footer {
  /* 751- */
}
@media all and (min-width: 751px) {
  #footer {
    margin-top: 120px;
  }
}

/*----------------------------------------------------
main
----------------------------------------------------*/
main {
  margin-top: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  main {
    margin-top: 60px;
  }
}

/*----------------------------------------------------
tabHead
----------------------------------------------------*/
#tabHead {
  margin-bottom: 16px;
  /* 751- */
}
#tabHead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tabHead li {
  position: relative;
  width: 50%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
  border: solid 1px #2D2D2D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#tabHead li:nth-child(1) {
  border-width: 1px 0 1px 1px;
  border-radius: 100vh 0 0 100vh;
}
#tabHead li:nth-child(1).current {
  border-right: solid 1px #FFFFFF;
}
#tabHead li:nth-child(2) {
  border-width: 1px 1px 1px 0;
  border-radius: 0 100vh 100vh 0;
}
#tabHead li:nth-child(2).current {
  border-left: solid 1px #FFFFFF;
}
#tabHead li::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: auto;
  bottom: -30px;
  left: 50%;
  margin-left: -16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 16px solid transparent;
  border-top: 16px solid #2D2D2D;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#tabHead li.current {
  color: #FFFFFF;
  background: #2D2D2D;
  font-size: 15px;
}
#tabHead li.current::after {
  opacity: 1;
}
@media all and (min-width: 751px) {
  #tabHead li {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #tabHead li.current {
    font-size: 20px;
    cursor: default;
    color: #FFFFFF;
    background: #2D2D2D;
  }
  #tabHead li:hover {
    color: #FFFFFF;
    background: #2D2D2D;
  }
}

/*----------------------------------------------------
section
----------------------------------------------------*/
#pageBody .section {
  display: none;
  position: relative;
  /* 751- */
}
#pageBody .section::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  width: 426px;
  height: 347px;
  bottom: 0;
  right: 50%;
  background: url(../images/message/bg_sp.png) no-repeat 0 0;
  background-size: 100% 100%;
  margin: 0 -390px 90px 0;
  z-index: -1;
}
@media all and (min-width: 751px) {
  #pageBody .section::before {
    width: 853px;
    height: 695px;
    margin: 0 -740px -120px 0;
    /* 1277- */
  }
}
@media all and (min-width: 751px) and (min-width: 1277px) {
  #pageBody .section::before {
    margin-right: -860px;
  }
}
#pageBody #session {
  display: block;
  /* 751- */
}
#pageBody #session .colTitle {
  margin-top: 60px;
}
#pageBody #session .desired ul li {
  margin-top: 15px;
  padding-top: 20px;
  border-top: solid 1px #2D2D2D;
}
#pageBody #session .desired ul li:first-child {
  border-top: none;
}
#pageBody #session .desired ul li h4 {
  font-size: 14px;
  font-weight: 500;
}
#pageBody #session .desired ul li p {
  margin-top: 0.7em;
  text-align: left;
}
#pageBody #session .sessionHead {
  margin-top: 30px;
  padding-bottom: 10px;
}
#pageBody #session .sessionHead .text p {
  margin-top: 2em;
  text-align: left;
}
#pageBody #session .sessionHead .text p:first-child {
  margin-top: 1.8em;
}
#pageBody #session .numTitle {
  margin-top: 50px;
}
#pageBody #session .numTitle span {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.73;
  text-align: left;
}
#pageBody #session .sessionBody p {
  margin-top: 1.5em;
  text-align: left;
}
#pageBody #session .sessionBody .image {
  margin-top: 30px;
}
#pageBody #session .voice {
  padding-top: 10px;
}
#pageBody #session .voice li {
  margin-top: 25px;
  padding-top: 70px;
  background: url(../images/recruit/icon_male.svg) no-repeat center top;
  background-size: 60px auto;
}
#pageBody #session .voice li.female {
  background-image: url(../images/recruit/icon_female.svg);
}
#pageBody #session .voice li p {
  text-align: left;
}
@media all and (min-width: 751px) {
  #pageBody #session .colTitle {
    margin-top: 100px;
  }
  #pageBody #session .desired ul {
    padding-top: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #pageBody #session .desired ul::after {
    content: "";
    display: block;
    width: 33.3333%;
  }
  #pageBody #session .desired ul li {
    margin-top: 35px;
    padding-top: 0;
    width: 33.3333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: none;
    border-left: solid 1px #2D2D2D;
  }
  #pageBody #session .desired ul li:nth-child(1), #pageBody #session .desired ul li:nth-child(4) {
    border-left: none;
  }
  #pageBody #session .desired ul li h4 {
    font-size: 20px;
  }
  #pageBody #session .desired ul li p {
    margin-top: 1.1em;
    padding: 0 0.5em;
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }
  #pageBody #session .sessionHead {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  #pageBody #session .sessionHead .text p {
    margin-top: 2.4em;
    letter-spacing: 0.03em;
  }
  #pageBody #session .numTitle {
    position: relative;
    margin-top: 100px;
    padding-left: 140px;
  }
  #pageBody #session .numTitle em {
    position: absolute;
    top: 0;
    left: 0;
  }
  #pageBody #session .numTitle span {
    padding: 0;
    padding-top: 5px;
  }
  #pageBody #session .sessionBody p {
    margin-top: 2.4em;
  }
  #pageBody #session .sessionBody .image {
    margin-top: 55px;
  }
  #pageBody #session .voice {
    padding-top: 45px;
  }
  #pageBody #session .voice ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #pageBody #session .voice li {
    width: 29.4%;
    margin-top: 0;
    padding-top: 75px;
  }
  #pageBody #session .voice li p {
    letter-spacing: 0;
  }
}
#pageBody #require {
  margin-top: 60px;
  /* 751- */
}
#pageBody #require p.address {
  margin-top: 1.8em;
}
#pageBody #require p.address:first-child {
  margin-top: 0;
}
@media all and (min-width: 751px) {
  #pageBody #require {
    margin-top: 100px;
  }
}

#infoTable {
  margin-top: 30px;
  /* -750 */
  /* 751- */
}
#infoTable table {
  width: 100%;
  border: 1px solid #F3F3F3;
  border-width: 1px 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  text-align: left;
}
#infoTable table th, #infoTable table td {
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0;
  padding: 1em 0 1em 20px;
  border: 1px solid #F3F3F3;
  border-width: 0 0 1px 0;
  vertical-align: top;
}
#infoTable table th {
  font-size: 14px;
  font-weight: 500;
  background-color: transprent;
  min-width: 70px;
}
#infoTable table th .date {
  display: block;
  font-size: 10px;
  line-height: 1.1;
}
#infoTable .ex .group {
  display: block;
}
@media all and (max-width: 750px) {
  #infoTable .ex {
    line-height: 1.6;
  }
  #infoTable .ex .group {
    margin-top: 1.3em;
  }
  #infoTable .ex .group:first-child {
    margin-top: 0;
  }
  #infoTable .ib {
    display: block;
  }
}
@media all and (min-width: 751px) {
  #infoTable {
    margin-top: 50px;
  }
  #infoTable table {
    border-width: 2px 0 0 0;
  }
  #infoTable table th, #infoTable table td {
    font-size: 16px;
    line-height: 2.125;
    padding: 1.6em 0 1.6em 40px;
    border-width: 0 0 2px 0;
  }
  #infoTable table th {
    font-size: 16px;
    min-width: 160px;
  }
  #infoTable table th .date {
    font-size: 14px;
  }
  #infoTable .ib {
    display: inline-block;
    margin-right: 2em;
  }
}