@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* コピペ用
@include media(375px, min) {
数値での指定可能
}
@include media(spM) {
minかmaxを略した場合はmin-widthで展開
}
@include media(spM,max) {
}
*/
html {
  overflow-x: unset !important;
}

@media screen and (min-width: 1201px) {
  .subpageVisual {
    background: url(../img/recruit/mv.jpg) no-repeat center right/auto 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .subpageVisual {
    background: url(../img/recruit/mv-tab.jpg) no-repeat center right/auto 100%;
  }
}
@media screen and (max-width: 767px) {
  .subpageVisual {
    background: url(../img/recruit/mv-sp.jpg) no-repeat center right/auto 100%;
  }
}
/*----------------------------------------------------
採用情報
-----------------------------------------------------*/
.ul-kome li {
  padding-left: 1em;
  text-indent: -1em;
}

.ul-disc {
  margin-left: 1.5em;
}
.ul-disc li {
  list-style: outside disc;
}

.borderCont {
  padding: 1em;
  margin-bottom: 1.5em;
}
.borderCont p.salary span {
  font-size: 1.25em;
}

table {
  border-collapse: collapse;
}

@media screen and (min-width: 1301px) {
  .HL2 {
    text-indent: -1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ttlH2 span:first-child {
    font-size: 1.8em;
  }
  .ttlH2 span:last-child {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  p.dtlBtn a:before {
    width: 1.5vw;
    height: 1.5vw;
    right: 3.5vw;
  }
  p.dtlBtn a:after {
    width: 3.2vw;
    right: 3vw;
  }
  p.dtlBtn a:hover:before {
    right: 2.5vw;
  }
  p.dtlBtn a:hover:after {
    right: 2vw;
    width: 3vw;
  }
}
/* ------ recruit-graduands ------------------------------------- */
.graduands-tab .dtlBtn.active a {
  background: #F8B62D;
}

.graduands-content {
  display: none;
}

.graduands-content.open {
  display: block;
}

#recruit-graduands .HL2 span.mainTtl:before {
  background-image: url(../img/recruit/recruit_icon1.png);
}

#recruit-graduands .borderCont h4 {
  font-size: 1.25em;
  font-weight: normal;
}

.benefit-list li {
  display: inline;
}
.benefit-list li:after {
  content: " / ";
}
.benefit-list li:last-child:after {
  content: none;
}

.job-detail {
  /* /p.dtlBtn */
}
.job-detail mark {
  background: #EF8F00;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  padding: 0.1em 0.5em;
  margin: 1em 0 0.3em;
  border-radius: 100vh;
  display: inline-block;
}
.job-detail p:first-child mark {
  margin-top: 0;
}
.job-detail p.dtlBtn {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.job-detail p.dtlBtn a {
  background: #EF8F00;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
}
.job-detail p.dtlBtn a:before {
  border-color: #fff;
}
.job-detail p.dtlBtn a:after {
  background: #fff;
}
.job-detail p.dtlBtn a:hover {
  color: #000;
}
.job-detail p.dtlBtn a:hover:before {
  border-color: #000;
}
.job-detail p.dtlBtn a:hover:after {
  background: #000;
}
.job-detail p.dtlBtn a span {
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.3) 0%);
}
.job-detail p + p.dtlBtn {
  margin-top: 1.5em;
}
.job-detail h5 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.job-detail hr {
  margin: 1em 0;
}

/* /.job-detail */
@media screen and (min-width: 650px) {
  .entry-btn {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    gap: 1em;
    margin-top: 2em;
  }
}
@media screen and (min-width: 1025px) {
  .entry-btn {
    gap: 2em;
    margin-top: 3em;
  }
}
.entry-btn li.dtlBtn {
  text-align: left;
  margin: 0 0 1em;
}
@media screen and (min-width: 650px) {
  .entry-btn li.dtlBtn {
    width: 50%;
  }
}
.entry-btn li.dtlBtn a {
  background: #EF8F00;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 650px) {
  .entry-btn li.dtlBtn a {
    width: initial;
    min-width: -webkit-fill-available;
  }
}
@media screen and (min-width: 768px) {
  .entry-btn li.dtlBtn a {
    font-size: 20px;
  }
}
.entry-btn li.dtlBtn a:before {
  border-color: #fff;
}
.entry-btn li.dtlBtn a:after {
  background: #fff;
}
.entry-btn li.dtlBtn a:hover {
  color: #000;
}
.entry-btn li.dtlBtn a:hover:before {
  border-color: #000;
}
.entry-btn li.dtlBtn a:hover:after {
  background: #000;
}
.entry-btn li.dtlBtn a span {
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.3) 0%);
}

.btnTel a {
  font-size: 1.5em;
}

@media screen and (min-width: 1201px) {
  #recruit-graduands .graduands-content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  #recruit-graduands .graduands-content-wrap .graduands-menu {
    width: 25%;
  }
  #recruit-graduands .graduands-content-wrap .graduands-menu .graduands-tab {
    position: sticky;
    top: 0;
    left: 0;
  }
  #recruit-graduands .graduands-content-wrap .tab-content {
    width: 72%;
  }
}
@media screen and (max-width: 1200px) {
  .graduands-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .graduands-tab p.dtlBtn {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .ttlH2 span:last-child:before,
  .ttlH2 span:last-child:after {
    flex-grow: unset !important;
    width: 80px;
  }
  .graduands-tab p.dtlBtn {
    margin-bottom: 1em;
    margin-left: 1.5em;
  }
  .graduands-tab p.dtlBtn:first-child {
    margin-left: 0;
  }
  .graduands-tab p.dtlBtn:last-child {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  #recruit-graduands .borderCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #recruit-graduands .borderCont h4 {
    width: 20%;
    border-right: 1px solid #000;
    display: flex;
    align-items: center;
  }
  #recruit-graduands .borderCont .job-detail {
    width: 77.5%;
  }
}
@media screen and (max-width: 767px) {
  .graduands-tab p.dtlBtn {
    width: 48%;
    margin-bottom: 1em;
    margin-left: 4%;
  }
  .graduands-tab p.dtlBtn:first-child {
    margin-left: 0;
  }
  .graduands-tab p.dtlBtn:last-child {
    width: 70%;
    margin-bottom: 2em;
  }
  .graduands-tab p.dtlBtn a {
    width: 100%;
    font-size: 0.9em;
    text-align: left;
    padding: 1em 5vw 1em 2vw;
    display: flex;
    justify-content: center;
  }
  #recruit-graduands .borderCont h4 {
    text-align: center;
    padding-bottom: 0.3em;
    margin-bottom: 0.6em;
    border-bottom: 1px solid #000;
  }
  .btnTel {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }
  .btnTel a {
    width: 90%;
    background: #EF8F00;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    margin: 0 auto;
    padding: 0.8em 0.5em;
    border: 3px solid #000;
    border-radius: 10px;
    transition: all 0.2s ease-in;
  }
  .btnTel span {
    background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.3) 0%);
  }
}
@media screen and (max-width: 374px) {
  .btnTel a {
    font-size: 7vw;
  }
}
/* ------ recruit-flow ------------------------------------- */
#recruit-flow .HL2 span.mainTtl:before {
  background-image: url(../img/recruit/recruit_icon2.png);
}

/* ------ recruit-anime ------------------------------------- */
#recruit-anime .HL2 span.mainTtl:before {
  background-image: url(../img/recruit/recruit_icon4.png);
}
#recruit-anime #videoContainer {
  margin-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #recruit-anime #videoContainer {
    margin-bottom: 2em;
  }
}
#recruit-anime #videoContainer video {
  width: 100%;
  display: none;
}
#recruit-anime #videoContainer img {
  width: 100%;
  cursor: pointer;
}
#recruit-anime #videoContainer + p {
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #recruit-anime #videoContainer + p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  #recruit-anime #videoContainer + p {
    line-height: 2;
    font-size: 20px;
  }
}
#recruit-anime #videoContainer + p .word-break__auto-phrase {
  display: inline-block;
  font-weight: bold;
}

/* ------ recruit-schedule ------------------------------------- */
#recruit-schedule .in {
  border-bottom: 1px dotted #000;
}
#recruit-schedule .HL2 span.mainTtl:before {
  background-image: url(../img/recruit/recruit_icon3.png);
}

.schedule-wrap h3 {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
}
.schedule-wrap .schedule-in {
  padding: 1em 0;
  border-bottom: 1px dotted #000;
}
.schedule-wrap .schedule-in:last-child {
  border-bottom: none;
}
.schedule-wrap .schedule-in .schedule-pupup {
  color: #00f;
  text-decoration: underline;
}
.schedule-wrap .schedule-in .schedule-pupup:hover {
  cursor: pointer;
  color: #EF8F00;
}
.schedule-wrap .schedule-in dt {
  font-weight: bold;
}
.schedule-wrap .schedule-in dd {
  margin-bottom: 1em;
}
.schedule-wrap .schedule-in dd:last-child {
  margin-bottom: 0;
}

.schedule-in mark {
  background: #EF8F00;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  padding: 0.1em 0.5em;
  border-radius: 100vh;
  display: inline-block;
}

.popup-wrapper {
  display: none;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #FFFCEF;
}
.popup-wrapper.show {
  display: flex;
}
.popup-wrapper .borderCont {
  background: #fff;
  max-width: 760px;
  margin: 0;
  padding: 0;
}
.popup-wrapper .borderCont .popup-head {
  background: #EF8F00 url(../img/recruit/Q.png) no-repeat left 10px bottom -5px/contain;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0 0.5em 4em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-wrapper .borderCont .popup-head p:last-child:hover {
  cursor: pointer;
}
.popup-wrapper .borderCont .popup-in {
  background: url(../img/recruit/A.png) no-repeat right bottom -5px/15%;
  padding: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

@media screen and (min-width: 1201px) {
  #recruit-schedule .in {
    padding-bottom: 180px;
  }
  .schedule-in h4 {
    width: 22%;
  }
  .schedule-in .job-detail {
    width: 75%;
  }
  .schedule-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
  }
  .schedule-wrap .borderCont.schedule-left {
    width: 57.5%;
  }
  .schedule-wrap .borderCont.schedule-right {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  #recruit-schedule .in {
    padding-bottom: 120px;
  }
  .schedule-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .schedule-in h4 {
    border-right: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  .schedule-in h4 span {
    width: 100%;
  }
  .schedule-in .job-detail {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .schedule-in .job-detail .schedule-pupup {
    width: 100%;
  }
  .schedule-in mark {
    margin: 0.5em 0 0;
  }
  .schedule-in p:first-child mark {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #recruit-schedule .HL2 span.mainTtl {
    font-size: 1.7em;
  }
  #recruit-schedule .popup-wrapper .borderCont {
    max-width: 85%;
  }
  #recruit-schedule .schedule-in h4 {
    width: 19%;
  }
  #recruit-schedule .schedule-in .job-detail {
    width: 79%;
  }
}
@media screen and (max-width: 767px) {
  #recruit-schedule .in {
    padding-bottom: 4em;
  }
  #recruit-schedule .HL2 span.mainTtl {
    font-size: 5.3vw;
  }
  #recruit-schedule .schedule-in h4 {
    background: #E5E5E4;
    margin-bottom: 1em;
    padding: 0.6em;
  }
  #recruit-schedule .schedule-in h4 mark {
    margin-left: 0.8em;
  }
  #recruit-schedule .popup-wrapper .borderCont {
    max-width: 90%;
    position: relative;
    overflow: unset;
  }
  #recruit-schedule .popup-wrapper .borderCont:after {
    content: url(../img/recruit/close-sp.png);
    position: absolute;
    top: -55px;
    right: 10px;
  }
  #recruit-schedule .popup-wrapper .borderCont .popup-head {
    padding: 1.5em 1em;
    border-radius: 23px 23px 0 0;
    overflow: hidden;
  }
  #recruit-schedule .popup-wrapper .borderCont .popup-head p:last-child {
    display: none;
  }
  #recruit-schedule .popup-wrapper .borderCont .popup-in {
    min-height: 40vh;
    background-size: 50%;
    border-radius: 0 0 23px 23px;
    overflow: hidden;
  }
}
/* ------ recruit-location ------------------------------------- */
#recruit-location .in {
  position: relative;
}
#recruit-location .in .bgIllust {
  position: absolute;
}
#recruit-location .seminar-head p:first-child {
  color: #1cb6ff;
  font-weight: bold;
  order: 2;
}
#recruit-location .seminar-head p.area-name {
  background: #1cb6ff;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.3em 1.6em;
  border-radius: 15px 15px 0 0;
  border: 3px solid #000;
  border-bottom: none;
  order: 1;
}
#recruit-location .seminar-head p.area-name span:first-child {
  font-size: 0.875em;
  margin-right: 1em;
}
#recruit-location .seminar-head p.area-name span:last-child {
  font-size: 1.25em;
}
#recruit-location .seminar-tabcon .borderCont {
  /*border-radius: 0px 25px 25px 25px;*/
  border-radius: 25px;
}
#recruit-location .table-seminar {
  width: 100%;
  word-break: break-all;
}
#recruit-location .table-seminar tr:first-child {
  border-bottom: 1px solid;
}
#recruit-location .table-seminar tr:first-child th {
  font-weight: normal;
  padding-top: 0;
}
#recruit-location .table-seminar tr:nth-child(even) {
  background: #E8F8FF;
}
#recruit-location .table-seminar th,
#recruit-location .table-seminar td {
  padding: 0.6em 1em;
}
#recruit-location .table-seminar td:nth-child(2) {
  text-align: center;
}
#recruit-location .table-seminar td:last-child {
  text-align: center;
}
#recruit-location .table-seminar td:last-child .entry-full {
  color: #f00;
  font-weight: bold;
}
#recruit-location .tab-body-cont .dtlBtn a {
  background: #1cb6ff;
  color: #fff;
}
#recruit-location .tab-body-cont .dtlBtn a span {
  background: linear-gradient(transparent 50%, rgba(255, 255, 255, 0.3) 0%);
}
#recruit-location .tab-body-cont .dtlBtn a:before {
  border-color: #fff;
}
#recruit-location .tab-body-cont .dtlBtn a:after {
  background-color: #fff;
}
#recruit-location .tab-body-cont .dtlBtn a:hover {
  color: #000;
}
#recruit-location .tab-body-cont .dtlBtn a:hover:before {
  border-color: #000;
}
#recruit-location .tab-body-cont .dtlBtn a:hover:after {
  background-color: #000;
}
#recruit-location .tab-body-cont table .dtlBtn {
  font-size: 1em;
  margin-top: 0;
}
#recruit-location .tab-body-cont table .dtlBtn a {
  min-width: 140px;
  font-size: 1em;
  padding: 0.5em 3em 0.6em 0.5em;
  border-width: 1px;
}
#recruit-location .mynavi-btn {
  margin-top: 3em;
}

@media screen and (min-width: 1201px) {
  #recruit-location .bgIllust.bgIllust18 {
    left: 9em;
    bottom: -4em;
  }
  #recruit-location .bgIllust.bgIllust19 {
    right: -2em;
    bottom: -6em;
  }
  #recruit-location .seminar-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  #recruit-location .seminar-area .seminar-menu {
    width: 20%;
  }
  #recruit-location .seminar-area .seminar-menu .dtlBtn a {
    width: 100%;
    min-width: auto;
  }
  #recruit-location .seminar-area .seminar-menu .location-tab {
    position: sticky;
    top: 0;
    left: 0;
  }
  #recruit-location .seminar-area .tab-body-cont {
    width: 74%;
  }
  #recruit-location .seminar-area .table-seminar th:nth-child(1),
  #recruit-location .seminar-area .table-seminar th:nth-child(2) {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .seminar-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .table-seminar td:nth-child(1),
  .table-seminar td:nth-child(2) {
    text-align: center;
  }
  .mynavi-btn .dtlBtn a {
    font-size: 1.6em;
    padding: 0.5em 3em 0.6em 1.5em;
  }
  .bgIllust.bgIllust18 {
    left: 0em;
    bottom: -4em;
  }
  .bgIllust.bgIllust19 {
    right: -2em;
    bottom: -6em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .location-tab p.dtlBtn {
    width: 29%;
    margin-bottom: 1em;
  }
  .location-tab p.dtlBtn.webSeminar {
    width: 50%;
    margin-bottom: 3em;
  }
  .table-seminar th:nth-child(1) {
    width: 23%;
  }
  .table-seminar th:nth-child(2) {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .location-tab p.dtlBtn {
    width: 32%;
    margin-bottom: 0.5em;
  }
  .location-tab p.dtlBtn a {
    font-size: 3.4vw;
    text-align: left;
    padding: 4vw;
  }
  .location-tab p.dtlBtn.webSeminar {
    width: 66%;
    margin-bottom: 1em;
  }
  .location-tab p.dtlBtn.webSeminar a {
    text-align: center;
  }
  .seminar-head p:first-child {
    margin-bottom: 1em;
  }
  .seminar-head p.area-name {
    width: 50%;
  }
  #tokyo-seminar .seminar-head p:first-child,
  #aichi-seminar .seminar-head p:first-child {
    display: none;
  }
  .table-seminar tr {
    border-top: 1px dashed #000;
  }
  .table-seminar tr:first-child {
    display: none;
  }
  .table-seminar tr:last-child {
    border-bottom: 1px dashed #000;
  }
  .table-seminar td {
    padding: 0.6em 1em 0 !important;
  }
  .table-seminar td:nth-child(1), .table-seminar td:nth-child(2) {
    font-size: 0.9em;
    display: inline-block;
  }
  .table-seminar td:nth-child(3), .table-seminar td:nth-child(4) {
    display: block;
  }
  .table-seminar td:nth-child(3) {
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
    padding-bottom: 0.6em;
  }
  .table-seminar td:nth-child(4) {
    padding-bottom: 1em !important;
  }
  #recruit-location .tab-body-cont .dtlBtn a {
    width: auto;
    display: inline-block;
  }
  .bgIllust.bgIllust18 {
    display: none;
  }
  .bgIllust.bgIllust19 {
    right: 0;
    bottom: -6em;
  }
}
@media screen and (max-width: 1200px) {
  .location-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .location-tab p.dtlBtn {
    margin-top: 0;
    margin-left: 2%;
  }
  .location-tab p.dtlBtn:first-child, .location-tab p.dtlBtn:last-child {
    margin-left: 0;
  }
  .location-tab p.dtlBtn a {
    width: 100%;
    min-width: auto;
  }
}/*# sourceMappingURL=recruit.css.map */