@charset "utf-8";

/*================================================
      UNDER
================================================*/
/*---------------------------------
    common
---------------------------------*/
.ttl_block .container .page_ttl:after {
  background-image: url(../image/mv.jpg);
}

/*---------------------------------
    s_01 (.sec_recruit)
---------------------------------*/
.sec_recruit {
  padding: 8.5rem 0 11rem;
}

.sec_recruit .job_list {
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec_recruit .job_list li {
  width: 48%;
}

.sec_recruit .job_list li a {
  position: relative;
  padding-top: 10.5%;
  padding-left: 10.5%;
}

.sec_recruit .job_list li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 75%;
  padding-top: 75%;
  background: linear-gradient(-45deg, transparent 50%, #f0faf2 50%);
  z-index: 1;
  transition: .6s;
}

.sec_recruit .job_list li a>* {
  position: relative;
  z-index: 2;
}

.sec_recruit .job_list li .img_box {
  overflow: hidden;
  margin-bottom: 4rem;
}

.sec_recruit .job_list li .img_box img {
  transform: scale(1);
  transition: .6s;
  max-width: 100%;
  vertical-align: bottom;
}

.sec_recruit .job_list li .txt_box {
  color: #433f3f;
}

.sec_recruit .job_list li .txt_box .job_name {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1.5em;
}

.sec_recruit .job_list li .txt_box .job_name .name_ja {
  margin-bottom: .55em;
  font-weight: 500;
}

.sec_recruit .job_list li .txt_box .job_name .name_en {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: .53em;
  color: #218d3f;
}

.sec_recruit .job_list li .txt_box p {
  position: relative;
  font-size: 1.8rem;
  padding-right: 25%;
  line-height: 2;
}

.sec_recruit .job_list li .txt_box p:before {
  position: absolute;
  content: "";
  bottom: 20%;
  right: 3%;
  width: 8.1%;
  max-width: 36px;
  max-height: 12px;
  padding-top: 2.7%;
  background: url(../../common/image/icon_arrow_l.png) no-repeat center center / contain;
  z-index: 2;
}

.sec_recruit .job_list li .txt_box p:after {
  position: absolute;
  content: "";
  width: 20%;
  padding-top: 20%;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 50%, #218d3f 50%);
  z-index: 1;
  transition: .6s;
}
/* @@ Animate @@ */
@media screen{
  .sec_recruit .job_list li[animate-type="animate_02"] a:before{
    transition-property: transform;
    transition-duration:.3s;
    transition-timing-function:ease-out;
    transform:scale(0);
    transform-origin:left top;
  }
  .sec_recruit .job_list li[animate-type="animate_02"] a>*{
    transition-property: opacity;
    transition-duration:.6s;
    transition-delay:.3s;
    transition-timing-function:ease-in-out;
    opacity:0;
  }
  .sec_recruit .job_list li[animate-type="animate_02"]:last-child a:before{
    transition-delay:.3s;
  }
  .sec_recruit .job_list li[animate-type="animate_02"]:last-child a>*{
    transition-delay:.6s;
  }
  .sec_recruit .job_list li[animate-scroll="true"][animate-type="animate_02"] a:before{
    transform:scale(1);
  }
  .sec_recruit .job_list li[animate-scroll="true"][animate-type="animate_02"] a>*{
    opacity:1;
  }
}
/* @@ pc_only @@ */
@media screen and (min-width : 992px) {
  .sec_recruit .job_list li a:hover {
    opacity: .7;
  }

  .sec_recruit .job_list li a:hover .img_box img {
    transform: scale(1.1);
  }
  .sec_recruit .job_list li:last-child{
    transition-delay:.3s;
  }
}

/* @@ laptop large(1399px~) @@ */
@media screen and (max-width : 1399px) {
  .sec_recruit .job_list li .txt_box p {
    font-size: 1.6rem;
  }
}

/* @@ laptop(1199px~) @@ */
@media screen and (max-width : 1199px) {
  .sec_recruit .job_list li a {
    padding-top: 7.5%;
    padding-left: 7.5%;
  }

  .sec_recruit .job_list li .img_box {
    margin-bottom: 3rem;
  }

  .sec_recruit .job_list li .txt_box .job_name {
    margin-bottom: .75em;
  }

  .sec_recruit .job_list li .txt_box p {
    padding-right: 20%;
  }
}

/* @@ tablet(991px~) @@ */
@media screen and (max-width : 991px) {
  .sec_recruit {
    padding: 6.5rem 0 8rem;
  }

  .sec_recruit .job_list li .txt_box .job_name {
    font-size: 2.4rem;
  }

  .sec_recruit .job_list li .txt_box p {
    font-size: 1.4rem;
  }

  .sec_recruit .job_list li .txt_box p:before {
    bottom: 12%;
  }
}

/* @@ phablet(767px~) @@ */
@media (min-width : 576px) and (max-width : 767px) {
  .sec_recruit {
    padding: 3.5rem 0 6rem;
  }

  .sec_recruit .job_list {
    display: block;
  }

  .sec_recruit .job_list li {
    width: 100%;
  }

  .sec_recruit .job_list li:last-child {
    margin-top: 3.5rem;
  }

  .sec_recruit .job_list li a {
    padding-top: 4%;
    padding-left: 4%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .sec_recruit .job_list li .img_box {
    width: 48%;
  }

  .sec_recruit .job_list li a:before {
    width: 25%;
    padding-top: 25%;
  }

  .sec_recruit .job_list li .txt_box {
    width: 55%;
  }

  .sec_recruit .job_list li .img_box {
    width: 40%;
    margin-bottom: 0;
  }

  .sec_recruit .job_list li .txt_box .job_name {
    font-size: 2rem;
    margin-bottom: .5em;
  }

  .sec_recruit .job_list li .txt_box .job_name .name_en {
    font-size: .6em;
  }

  .sec_recruit .job_list li .txt_box p {
    position: relative;
    font-size: 1.3rem;
    padding-right: 0;
    z-index: 3;
  }

  .sec_recruit .job_list li .txt_box p:before,
  .sec_recruit .job_list li .txt_box p:after {
    display: none;
  }

  .sec_recruit .job_list li .txt_box:before,
  .sec_recruit .job_list li .txt_box:after {
    position: absolute;
    content: "";
  }

  .sec_recruit .job_list li .txt_box:before {
    right: 0;
    bottom: 0;
    width: 15%;
    padding-top: 15%;
    background: linear-gradient(135deg, transparent 50%, #218d3f 50%);
    z-index: 1;
  }

  .sec_recruit .job_list li .txt_box:after {
    right: 2%;
    bottom: 3%;
    width: 5%;
    padding-top: 5%;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    z-index: 2
  }
}

/* @@ smartphone(575px~) @@ */
@media screen and (max-width : 575px) {
  .sec_recruit {
    padding: 4.5rem 0 6rem;
  }

  .sec_recruit .job_list {
    display: block;
  }

  .sec_recruit .job_list li {
    width: 100%;
  }

  .sec_recruit .job_list li a {
    padding-top: 5%;
    padding-left: 5%;
  }

  .sec_recruit .job_list li .img_box {
    margin-bottom: 2rem;
  }

  .sec_recruit .job_list li:last-child {
    margin-top: 4rem;
  }
  .sec_recruit .job_list li .txt_box .job_name .name_en{
    font-size:.6em;
  }
}
/*---------------------------------
    s_01 (.sec_detail)
---------------------------------*/
.sec_detail {
  padding: 8.5rem 0 11rem;
}
.sec_detail .msg_box{
  text-align:center;
  font-size:1.8rem;
  margin-bottom:3em;
}