@charset "UTF-8";
/* ===================================
Reset / setting
=================================== */
#suntory_contents .l-careers * {
  font-family: "suntory syntax", "Alegreya Sans", Arial, Helvetica, sans-serif;
}

/* ===================================
common parts
=================================== */
.l-careers .l-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.l-careers .l-sec {
  padding: 100px 0;
}
.l-careers .l-sec.p-bg {
  background: #DCEFF5;
}
.l-careers .l-sec.p-gray {
  background: #f2f2f2;
}
.l-careers h2.c-sec_ttl {
  font-size: 68px !important;
  font-weight: bold !important;
  color: #4D4D4D !important;
  line-height: 1;
  margin: 0 !important;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif !important;
}
.l-careers h2.c-sec_ttl.p-font {
    text-transform: math-auto;
}
.l-careers h2.c-sec_ttl.p-font .c-size {
    margin-top: 15px;
}
.l-careers h2.c-sec_ttl.p-program {
    font-size: 50px !important;
    text-align: center;
}
.l-careers h2.c-sec_ttl + .c-text {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
.l-careers h2.c-sec_ttl.p-blue {
  color: #5BC2DC !important;
}
.l-careers h2.c-sec_ttl.p-center {
  text-align: center;
}
.l-careers h2.c-sec_ttl .c-italic {
  font-style: italic !important;
}
.l-careers .c-ico_ttl {
  border: none !important;
  font-size: 40px !important;
  color: #4D4D4D !important;
  font-weight: bold !important;
  padding-left: 60px !important;
  position: relative;
  margin: 30px 0 25px !important;
  line-height: 1.3 !important;
}
.l-careers .c-ico_ttl:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../png/ico_maru.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}
.l-careers .c-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.04em;
}
.l-careers .c-text.p-center {
  text-align: center;
}
.l-careers .c-btn {
  margin-top: 35px;
}
.l-careers .c-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #4D4D4D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 21px;
  border-radius: 30px;
  padding: 7px 45px 7px 25px;
  position: relative;
  color: #4D4D4D !important;
  transition: 0.5s;
  height: 51px;
  box-sizing: border-box;
}
.l-careers .c-btn a:hover {
  text-decoration: none !important;
  background: #4D4D4D !important;
  color: #fff !important;
}
.l-careers .c-btn a:hover:before {
  border-color: #fff !important;
}
.l-careers .c-btn a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #4D4D4D;
  border-right: 3px solid #4D4D4D;
  position: absolute;
  top: 19px;
  right: 22px;
  transform: rotate(45deg);
}
.l-careers .c-img {
  margin-top: 40px;
  display: block;
}
.l-careers .c-img img {
  display: block;
  width: 100%;
  height: auto;
}
.l-careers .c-img.p-movie {
  position: relative;
}
.l-careers .c-img.p-movie:after {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../svg/ico_movie.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-careers .l-sec {
    padding: 40px 0;
  }
  .l-careers h2.c-sec_ttl {
    font-size: 40px !important;
  }
  .l-careers h2.c-sec_ttl + .c-text {
    margin-top: 10px !important;
  }
  .l-careers h2.c-sec_ttl.p-program {
    font-size: 30px !important;
  }
  .l-careers .c-text {
    font-size: 14px;
  }
  .l-careers .c-btn {
    margin-top: 20px;
  }
  .l-careers .c-btn a {
    font-size: 12px;
    border-width: 1px;
    padding: 5px 25px 5px 15px;
    height: 30px;
  }
  .l-careers .c-btn a:before {
    width: 4px;
    height: 4px;
    border-width: 1px;
    top: 10px;
    right: 13px;
  }
  .l-careers .c-ico_ttl:before {
    width: 30px;
    height: 30px;
    top: 4px;
  }
  .l-careers .c-ico_ttl {
    font-size: 30px !important;
    padding-left: 40px !important;
  }
}
/* fv
==============================　*/
.l-careers .l-fv {
  max-height: 640px;
  overflow: hidden;
  position: relative;
  color: #FFF;
}
.l-careers .l-fv .c-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}
.l-careers .l-fv .c-text_area {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 500px);
  max-width: 960px;
  padding: 0 20px;
}
.l-careers .l-fv .c-text {
  font-size: 16px;
  font-weight: bold;
  max-width: 850px;
  margin: 0 !important;
}
.l-careers .l-fv .c-page_ttl {
  font-size: 100px !important;
  font-weight: bold !important;
  color: #FFF !important;
  border-bottom: none !important;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px !important;
  font-family: "Poppins", sans-serif !important;
}
.l-careers .l-fv .c-page_ttl br.sp {
  display: none;
}
.l-careers .l-fv.p-blue .c-page_ttl, .l-careers .l-fv.p-blue .c-text {
  color: #5BC2DC !important;
}
.l-careers .l-fv.p-black .c-page_ttl, .l-careers .l-fv.p-black .c-text {
  color: #4D4D4D !important;
}
.l-careers .c-fv_bottom.p-sp {
  display: none;
}
.l-careers .c-fv_bottom.p-sp .c-text {
  font-size: 16px;
  font-weight: bold;
  max-width: 850px;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .l-careers .l-fv {
    max-height: none;
  }
  .l-careers .l-fv .c-text_area {
    left: 0;
  }
  .l-careers .l-fv .c-page_ttl {
    font-size: 12vw !important;
    padding-top: 25px;
    margin-bottom: 10px !important;
  }
  .l-careers .l-fv .c-page_ttl br.sp {
    display: block;
  }
  .l-careers .l-fv .c-text {
    display: none;
  }
  .l-careers .c-fv_bottom.p-sp {
    display: block;
    padding: 20px;
  }
  .l-careers .c-fv_bottom.p-sp .c-text {
    font-size: 14px;
    color: #4D4D4D !important;
    line-height: 1.5 !important;
    padding-bottom: 20px;
  }
}