/*採用リニューアル*/
#work .c-inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.recruit_ttl {
  line-height: 1;
  position: relative;
  margin-bottom: 1.6em;
  text-align: center;
}

.recruit_ttl em {
  font-size: 60px;
  font-family: 'Oswald', sans-serif;
  font-style: initial;
  font-weight: 500;
  background: rgb(0, 177, 157);
  background: linear-gradient(90deg, rgba(0, 177, 157, 1) 0%, rgba(0, 200, 80, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recruit_ttl p {
  font-weight: 500;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}

.recruit_ttl:after {
  content: "";
  background: #00B19D;
  width: 25px;
  height: 1px;
  display: block;
  margin: 0 auto;
}


.work_key {}

.work_key__inner {
  position: relative;
  overflow: hidden;
}

.work_key__inner:before,
.work_key__inner:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100vh;
  display: block;
  background: rgb(0, 177, 157);
  background: linear-gradient(180deg, rgba(0, 177, 157, 1) 0%, rgba(0, 200, 80, 1) 100%);
  transform: skewX(-38deg);
  z-index: 1;
}

.work_key__inner:before {
  width: 130px;
  left: 19em;
}

.work_key__inner:after {
  width: 70px;
  left: 13.5em;
}

.work_key__img {
  width: 80%;
  margin-left: auto;
  height: calc(100vh - 120px);
  min-height: 500px;
  position: relative;
  z-index: 3;
}

.work_key__img video {
  max-width: 100%;
}

.work_key__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wok_key__catch {
  position: absolute;
  left: 7.5%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  z-index: 5;
}

.work_key__mttl {
  font-family: 'Oswald', sans-serif;
  font-size: 120px;
  font-weight: 500;
  margin-bottom: 0.2em;
}

.work_key__subttl {
  background: rgb(0, 177, 157);
  background: linear-gradient(150deg, rgba(0, 177, 157, 1) 0%, rgba(0, 200, 80, 1) 100%);
  display: inline-block;
  color: #fff;
  font-size: 30px;
  padding: 0.3em;
  font-weight: 500;
  margin-bottom: 1.5em;
}

.work_key__copy {}

.work_key__copy div {
  font-size: 40px;
  font-weight: 500;
}

.work_key__copy div:first-child {
  margin-bottom: 0.2em;
}

.work_key__copy div p {
  background: #fff;
  display: inline-block;
  padding: 0.8em 0.6em;
}

.work_key__copy div span {
  color: #00B19D;
}

.work_key__copy div:last-child span {
  color: #00C850;
}

.work_tab {
  background: rgb(0, 177, 157);
  background: linear-gradient(90deg, rgba(0, 177, 157, 1) 0%, rgba(0, 200, 80, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.work_tab__ttl {
  width: 450px !important;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.work_tab .work_tab__ttl p {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0.2em;
  font-size: 40px;
}

.work_tab__ttl em {
  font-style: initial;
}

.work_tab li {
  width: 250px;
  line-height: 1;
  text-align: center;
  border-right: 1px solid #fff;
}

.work_tab li a {
  color: #fff;
  padding: 1.5em 0;
  display: block;
  position: relative;
}

.work_tab li a:before {
  content: "";
  background: url(../Image/common/arrow_totop.png) no-repeat center / contain;
  width: 24px;
  height: 14px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (min-width : 768px) {
  .work_tab li a:hover {
    background: #129160;
  }
}

.work_tab li figure {
  /* height: 45px; */
}

.work_tab li figure img {
  height: 45px;
  margin-bottom: 0.8em;
}

.work_tab li p {
  font-size: 18px;
  font-weight: 500;
}

.work_message {
  background: url(../Image/work/message_bg.jpg) no-repeat;
  background-size: cover;
  padding: 150px 0;
  text-align: center;
}

.work_message .c-inner {
  background: #fff;
  padding: 100px;
}

.work_message__text {
  line-height: 2;
}

.work_message__text p:nth-child(n+2) {
  margin-top: 1.3em;
}

.work_merit {
  padding: 150px 0;
  position: relative;
  margin-top: 150px;
}

.work_merit:before {
  content: "";
  background: #D9F5EA;
  width: 80%;
  height: 83%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.work_merit .c-inner {
  position: relative;
}

.work_merit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work_merit__list li {
  list-style: none;
  width: 47.5%;
}

.work_merit__list li:nth-child(n+3) {
  margin-top: 80px;
}

.work_merit__img {
  position: relative;
  margin-bottom: 1.3em;
}

.work_merit__img figure {}

.work_merit__img img {}

.work_merit__img span {
  display: block;
  background: rgb(0, 177, 157);
  background: linear-gradient(90deg, rgba(0, 177, 157, 1) 0%, rgba(0, 200, 80, 1) 100%);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  padding: 0.4em;
  line-height: 1;
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 0.5em;
  top: 50%;
  height: 96%;
  transform: translateY(-50%);
}

.work_merit__text {}

.work_merit__ttl {
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.work_merit__text p {}

.work_recruit {
  background: rgb(0, 177, 157);
  background: linear-gradient(180deg, rgba(0, 177, 157, 1) 0%, rgba(0, 200, 80, 1) 100%);
  padding: 150px 0;
}

.work_recruit .recruit_ttl em {
  -webkit-text-fill-color: #fff;
}

.work_recruit .recruit_ttl p {
  color: #fff;
}

.work_recruit .recruit_ttl:after {
  background: #fff;
}

.work_recruit__cont {
  background: #fff;
  padding: 80px;
}

.work_recruit__list li {
  display: flex;
  justify-content: space-between;
}

.work_recruit__list .ttl {
  width: 240px;
  border-bottom: 1px solid #00B19D;
  font-weight: 500;
}

.work_recruit__list .text {
  width: 800px;
  border-bottom: 1px solid #D7DDE0;
}

.work_recruit__list li>div {
  padding: 1.6em 1em;
}

.work_recruit__list .text .color {
  color: #00B19D;
  font-weight: 500;
  /* margin: 1em 0; */
}

.work_recruit__list .text ul li {
  line-height: 1.4;
  position: relative;
  padding-left: 0.6em;
}

.work_recruit__list .text ul li:before {
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.work_recruit__list .text ul li:nth-child(n+2) {
  margin-top: 0.4em;
}

.work_recruit__list .text ul.annotation li {
  padding-left: 1em;
}

.work_recruit__list .text ul.annotation li:before {
  content: "※";
  background: none;
  top: 0.1em;
}

.work_recruit__list .text ul.annotation li:before {}

.work_recruit__list .point {
  margin: 0.5em 0;
}

.work_recruit__list .point span {
  background: #00B19D;
  color: #fff;
  padding: 0.2em 0.4em;
  margin-right: 0.3em;
  display: inline-block;
}

.work_recruit__list .btn {
  width: 300px;
  margin-top: 0.6em;
}

.work_recruit__list .btn a {
  background: #00B19D;
  display: block;
  color: #fff;
  padding: 1.3em;
  border: 1px solid #00B19D;
}

@media screen and (min-width : 768px) {
  .work_recruit__list .btn a:hover {
    background: #129160;
  }
}

.work_recruit__list .btn a span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work_recruit__list .btn a span:after {
  content: "";
  background: url(../Image/common/arrow_white.png);
  background-size: contain;
  width: 22px;
  height: 10px;
  display: block;
}

.entry_btn {
  background: url(../Image/work/entry_btn_bg.jpg);
  width: 600px;
  height: 140px;
  margin: 3.5em auto 0;
  transition-duration: 0.3s;
}

@media screen and (min-width : 768px) {
  .entry_btn:hover {
    opacity: 0.6;
  }
}

.entry_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  color: #fff;
}

.entry_btn a span {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  display: block;
  margin-bottom: 0.3em;
}

.entry_btn a p {}

.under #mainimage:before,
.under #mainimage:after,
#entry .mv_inner:after {
  display: none;
}

#entry #mainimage .mv_inner {
  max-width: initial;
  display: flex;
  height: 500px;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#entry #mainimage {
  height: auto;
}

#entry #mainimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#entry .mv_image {

  width: 80%;
}

@media screen and (max-width: 768px) {
  #entry .mv_image {

    width: 100%;
  }
}

#entry #mainimage .mv_ttl {
  position: static;
  width: 20%;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  #entry #mainimage .mv_ttl {
    position: absolute;
    width: 100%;
  }

}

.under #mainimage .mv_ttl .en {
  background: rgb(0, 177, 157);
  background: linear-gradient(90deg, rgba(0, 177, 157, 1) 0%, rgba(0, 200, 80, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
}

.under #mainimage .mv_ttl .ja {
  color: #000;
  font-size: 24px;
}

#entry .top_contact {
  background: #D9F5EA;
}

#entry .top_contact .tel_box {
  border-bottom: solid 2px #00b19d;
}

#entry .top_contact .tel_box .num {
  color: #00b19d;
}

#entry .ttl_04:before {
  background: rgb(0, 177, 157);
  background: linear-gradient(90deg, rgba(0, 177, 157, 1) 0%, rgba(0, 200, 80, 1) 100%);
}

#entry .must-fill {
  background: #00B19D;
}

#entry .mfp_element_submit {
  background: #00B19D;
}

#entry .mfp_element_submit:hover {
  background: #129160;
}



/*--------------------------------------------
  
  SP
  
--------------------------------------------*/

@media screen and (max-width : 767px) {


  .recruit_ttl em {
    font-size: 40px;
  }

  .recruit_ttl p {
    margin-top: 1em;
    font-size: 13px;
  }

  #work .c-inner {
    width: 92%;
  }

  .work_key__img {
    width: 100%;
    height: 35vh;
    min-height: initial;
  }

  .wok_key__catch {
    text-align: center;
    top: initial;
    transform: none;
    left: initial;
    position: relative;
    z-index: 5;
    margin-top: -7em;
    margin-bottom: 4em;
  }

  .work_key__mttl {
    font-size: 60px;
  }

  .work_key__subttl {
    margin-bottom: 0.5em;
    font-size: 24px;
  }

  .work_key__copy div {
    font-size: 26px;
  }

  .work_key__copy div p {
    padding: 0.5em 0.6em;
  }

  .work_key__inner:after {
    width: 50px;
    left: 4.5em;
  }

  .work_key__inner:before {
    width: 100px;
    left: 9em;
  }

  .work_tab {
    flex-wrap: wrap;
    padding: 1.5em 0 0;
  }

  .work_tab li {
    width: 33%;
  }

  .work_tab .work_tab__ttl {
    width: 100% !important;
    margin-bottom: 1em;
  }

  .work_tab li figure img {
    height: 30px;
  }

  .work_tab li p {
    font-size: 15px;
  }

  .work_tab li a:before {
    display: none;
  }

  .work_message {
    padding: 100px 0;
    background: #D9F5EA;
  }

  .work_message .c-inner {
    padding: 2em;
  }

  .work_message__text {
    text-align: left;
    font-size: 13px;
  }

  .work_merit {
    padding: 100px 0;
    margin-top: 0;
  }

  .work_merit:before {
    display: none;
  }

  .work_merit__list {
    display: block;
  }

  .work_merit__list li {
    width: 100%;
  }

  .work_merit__list li:nth-child(n+2) {
    margin-top: 3em;
  }

  .work_merit__ttl {
    font-size: 18px;
  }

  .work_merit__text p {
    font-size: 13px;
    line-height: 1.6;
  }

  .work_recruit {
    padding: 100px 0;
  }

  .work_recruit__cont {
    padding: 2em;
  }

  .work_recruit__list li {
    display: block;
  }

  .work_recruit__list .ttl,
  .work_recruit__list .text {
    width: 100%;
  }

  .work_recruit__list .ttl {
    padding: 1.6em 0em 0.6em;
    text-align: center;
  }

  .work_recruit__list .text {
    padding: 0.6em 0em 1em;
  }

  .work_recruit__list .point span {
    margin-bottom: 0.3em;
  }

  .entry_btn {
    width: 100%;
    height: auto;
  }

  .entry_btn a span {
    font-size: 26px;
  }

  .entry_btn a {
    padding: 1.5em 1em;
  }
}