@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : occupation.css                            */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
#appli {
  padding-top: 120px;
  margin-top: -120px;
}

.occupation_top article {
  background-color: transparent;
  padding: 0 100px;
}

.occupation_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.occupation_list li {
  width: 30.9%;
  margin-right: 3.65%;
  margin-bottom: 3.65%;
  background: #FFF;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.occupation_list li:nth-child(3n) {
  margin-right: 0;
}
.occupation_list li:nth-child(n+4) {
  margin-bottom: 0;
}
.occupation_list li a {
  display: block;
  padding: 30px;
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 30px top 45px;
  transition: 0.3s;
}
.occupation_list li a img {
  transition: 0.3s;
}
.occupation_list li a:hover {
  transition: 0.3s;
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px top 45px;
}
.occupation_list li a:hover img {
  opacity: 1;
  transition: 0.3s;
  transform: scale(1.1);
}
.occupation_list li .img01 {
  overflow: hidden;
}
.occupation_list li .job_name {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}
.occupation_list li .btn01 {
  margin: 0 30px 30px;
  box-sizing: border-box;
  z-index: 10;
}
.occupation_list li .btn01 a {
  background: #990044;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  transition: 0.3s;
}
.occupation_list li .btn01 a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.occupation_list li:hover {
  background: #F8E5ED;
  transition: 0.3s;
}
.occupation_list li.open:hover {
  background: #FFF;
}

/* ---------------detail--------------------- */
.mv {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.mv .text_wrap {
  position: absolute;
  left: 100px;
  top: 100px;
}
.mv .text_wrap .h2_box h2 {
  font-size: clamp(40px, 4.61vw, 60px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 50px;
  color: #FFF;
}
.mv .text_wrap .h2_box .h2_sub {
  display: none;
  max-width: 440px;
  margin-bottom: 40px;
}
.mv .text_wrap .h2_box .h2_sub span {
  font-size: clamp(16px, 2.3vw, 30px);
  font-weight: 700;
  color: #990044;
  display: inline-block;
  background: #FFF;
  padding: 5px 10px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  line-height: 1.2;
}
.mv .text_wrap .h2_box .h2_sub span:last-child {
  margin-bottom: 0;
}
.mv .text_wrap .h2_box .txt01 {
  max-width: 440px;
  color: #FFF;
}

h3 {
  font-size: 26px;
  color: #990044;
  font-weight: 700;
  border-bottom: solid 2px #990044;
  padding-bottom: 25px;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  line-height: 1;
}

section.work_space {
  margin-bottom: 100px;
}
section.work_space .list01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section.work_space .list01 li {
  width: 48.1%;
  margin-right: 3.8%;
  margin-bottom: 3.8%;
}
section.work_space .list01 li:nth-child(2n) {
  margin-right: 0;
}
section.work_space .list01 li:last-child, section.work_space .list01 li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}
section.work_space .list01 li .txt01 {
  font-weight: 700;
  font-size: 18px;
  margin: 12px 0 5px;
}
section.work_space .list01 li a {
  display: block;
  position: relative;
}
section.work_space .list01 li a::before {
  content: "動画を見る";
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFF;
  font-size: 18px;
  background: #990044;
  border-radius: 0 0 5px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 25px;
  z-index: 2;
}
section.work_space .list01 li a:hover::before {
  opacity: 1;
}
section.work_space .list01 li .anc {
  margin-top: -120px;
  padding-top: 120px;
}

section.senior {
  margin-bottom: 100px;
}
section.senior .list01 li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3.8%;
  padding-bottom: 3.8%;
  border-bottom: solid 1px #DFDFDF;
}
section.senior .list01 li:last-child {
  margin-bottom: 0;
}
section.senior .list01 li .pic_box {
  width: 48.1%;
  margin-right: 3.8%;
}
section.senior .list01 li .text_box {
  width: 48.1%;
}
section.senior .list01 li .text_box .prof {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
section.senior .list01 li .text_box .job {
  font-weight: 700;
  font-size: 18px;
  margin-right: 20px;
}
section.senior .list01 li .text_box .name {
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  margin-right: 20px;
}
section.senior .list01 li .text_box .carrer {
  font-weight: 700;
  font-size: 18px;
}
section.senior .list01 li .text_box .title {
  color: #990044;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.training {
  margin-bottom: 100px;
}
section.training .list01 li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
section.training .list01 li:last-child {
  margin-bottom: 0;
}
section.training .list01 li .pic_box {
  width: 30.9%;
  margin-right: 3.8%;
}
section.training .list01 li .text_box .job {
  font-weight: 700;
  font-size: 18px;
}
section.training .list01 li .text_box .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.application table {
  width: 100%;
}
section.application table tr {
  border-bottom: solid 1px #DFDFDF;
}
section.application table tr:first-child th, section.application table tr:first-child td {
  padding-top: 0;
}
section.application table th {
  width: 160px;
  text-align: left;
  font-weight: 700;
  padding: 20px 0;
}
section.application table td {
  padding: 20px 0;
}

.occupation_bottom_link {
  margin-top: 100px;
}
.occupation_bottom_link ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.occupation_bottom_link li {
  width: 31.82%;
  max-width: 350px;
  margin: 0 2.27% 2.27% 0;
}
.occupation_bottom_link li:nth-child(3n) {
  margin-right: 0;
}
.occupation_bottom_link li:nth-child(4), .occupation_bottom_link li:nth-child(5) {
  margin-bottom: 0;
}
.occupation_bottom_link li a {
  display: block;
  padding: 30px;
  background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 30px top 50%;
  background-color: #FFF;
  border: 2px solid #990044;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.3s;
}
.occupation_bottom_link li a:hover {
  background-color: #F8E5ED;
}

@media screen and (max-width: 1150px) {
  .occupation_top article {
    background-color: transparent;
    padding: 0;
  }
}
/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  #appli {
    padding-top: 80px;
    margin-top: -80px;
  }
  .occupation_list {
    display: block;
  }
  .occupation_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    background: #FFF;
    border-radius: 5px;
    overflow: hidden;
    transition: inherit;
  }
  .occupation_list li:nth-child(3n) {
    margin-right: 0;
  }
  .occupation_list li:nth-child(n+4) {
    margin-bottom: 20px;
  }
  .occupation_list li:last-child {
    margin-bottom: 0;
  }
  .occupation_list li a {
    display: block;
    padding: 20px;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px top 30px;
    transition: inherit;
  }
  .occupation_list li a .img01 {
    width: 80%;
    margin: 0 auto;
  }
  .occupation_list li a .img01 img {
    width: 100%;
    transition: inherit;
  }
  .occupation_list li a:hover {
    transition: inherit;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 20px top 30px;
  }
  .occupation_list li a:hover img {
    opacity: 1;
    transition: inherit;
    transform: inherit;
  }
  .occupation_list li .job_name {
    margin-bottom: 15px;
    font-size: 18px;
    order: 1;
    margin-left: 0;
    line-height: 1.4;
  }
  .occupation_list li .btn01 {
    margin: 0 20px 20px;
  }
  .occupation_list li .btn01 a {
    background: #990044;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    padding: 15px 0;
    transition: 0.3s;
  }
  .occupation_list li .btn01 a:hover {
    opacity: 1;
    transition: inherit;
  }
  .occupation_list li:hover {
    background: #FFF;
    transition: inherit;
  }
  /* ---------------detail--------------------- */
  .mv {
    max-width: inherit;
    margin: 0;
  }
  .mv .mv_img {
    margin-bottom: 0;
  }
  .mv .text_wrap {
    position: static;
    background: #FFF;
    padding: 0 20px 20px;
  }
  .mv .text_wrap .h2_box {
    max-width: inherit;
    font-size: 11px;
    margin-bottom: 0;
  }
  .mv .text_wrap .h2_box h2 {
    font-size: 28px;
    margin-bottom: 50px;
    color: #FFF;
    margin-top: -80px;
    min-height: 2em;
    letter-spacing: 0.05em;
  }
  .mv .text_wrap .h2_box .h2_sub {
    margin-bottom: 15px;
  }
  .mv .text_wrap .h2_box .h2_sub span {
    font-size: 18px;
    font-weight: 700;
    color: #990044;
    display: inline-block;
    background: transparent;
    padding: 0;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .mv .text_wrap .h2_box .h2_sub span:last-child {
    margin-bottom: 0;
  }
  .mv .text_wrap .h2_box .txt01 {
    color: #222;
    font-size: 16px;
  }
  h3 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  section.work_space {
    margin-bottom: 50px;
  }
  section.work_space .list01 {
    display: block;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  section.work_space .list01 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 15px;
  }
  section.work_space .list01 li:nth-child(2n) {
    margin-right: 0;
  }
  section.work_space .list01 li:last-child, section.work_space .list01 li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 30px;
  }
  section.work_space .list01 li:last-child {
    margin-bottom: 0;
  }
  section.work_space .list01 li .txt01 {
    font-weight: 700;
    font-size: 16px;
    margin: 6px 0 2px;
  }
  section.work_space .list01 li a {
    display: block;
    position: relative;
  }
  section.work_space .list01 li a::before {
    font-size: 15px;
    padding: 5px 15px;
  }
  section.work_space .list01 li .anc {
    margin-top: -50px;
    padding-top: 50px;
  }
  section.senior {
    margin-bottom: 50px;
  }
  section.senior .list01 {
    margin-bottom: 0;
  }
  section.senior .list01 li {
    display: block;
    justify-content: flex-start;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: solid 1px #DFDFDF;
  }
  section.senior .list01 li .pic_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.senior .list01 li .text_box {
    width: 100%;
    font-size: 15px;
  }
  section.senior .list01 li .text_box .prof {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  section.senior .list01 li .text_box .job {
    font-weight: 700;
    font-size: 15px;
    margin-right: 10px;
  }
  section.senior .list01 li .text_box .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin-right: 10px;
  }
  section.senior .list01 li .text_box .carrer {
    font-weight: 700;
    font-size: 15px;
  }
  section.senior .list01 li .text_box .title {
    color: #990044;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  section.senior .list01 li:last-child {
    margin-bottom: 0;
  }
  section.training {
    margin-bottom: 50px;
  }
  section.training .list01 {
    margin-bottom: 0;
  }
  section.training .list01 li {
    display: block;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  section.training .list01 li .pic_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  section.training .list01 li .text_box {
    width: 100%;
    font-size: 15px;
  }
  section.training .list01 li .text_box .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  section.training .list01 li:last-child {
    margin-bottom: 0;
  }
  section.application table {
    width: 100%;
  }
  section.application table tr {
    border-bottom: solid 1px #DFDFDF;
  }
  section.application table th {
    width: 80px;
    text-align: left;
    font-weight: 700;
    padding: 15px 0;
  }
  section.application table td {
    padding: 15px 0;
  }
  .occupation_bottom_link {
    margin-top: 50px;
  }
  .occupation_bottom_link ul {
    display: block;
  }
  .occupation_bottom_link li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .occupation_bottom_link li:nth-child(3n) {
    margin-right: 0;
  }
  .occupation_bottom_link li:nth-child(4) {
    margin-bottom: 20px;
  }
  .occupation_bottom_link li:nth-child(5) {
    margin-bottom: 20px;
  }
  .occupation_bottom_link li:last-child {
    margin-bottom: 0;
  }
  .occupation_bottom_link li a {
    padding: 15px;
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 15px top 50%;
  }
  .occupation_bottom_link li a:hover {
    background: url(/recruit/new-graduate/img/arrow01.svg) no-repeat right 15px top 50%;
    background-color: #fff;
    color: #1b1b1b;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=occupation.css.map */