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

/* ===================================
about
=================================== */
.l-careers .l-fv.p-about .c-text_area {
  height: 100%;
  bottom: 0;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.l-card_area {
  margin-top: 80px;
  padding-bottom: 100px;
}

.c-link_card {
  display: flex;
  flex-wrap: wrap;
}
.c-link_card li {
  width: 31%;
  margin: 0 1% !important;
}
.c-link_card .c-text {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  font-weight: 500;
}
.c-link_card a {
  display: block;
  transition: 0.5s;
  color: #4D4D4D !important;
}
.c-link_card a:hover {
  color: #5BC2DC !important;
  text-decoration: none !important;
}
.c-link_card a:hover .c-img {
  box-shadow: 0px 0px 15px -5px #777777;
}
.c-link_card a:hover .c-img:before {
  opacity: 1;
}
.c-link_card a .c-img {
  transition: 0.5s;
  position: relative;
}
.c-link_card a .c-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(86, 186, 213, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.c-link_card a.p-none {
  pointer-events: none;
  opacity: 0.5;
}

.c-link_card.p-about .c-text {
  position: relative;
}

.c-link_card.p-about .c-text:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #4D4D4D;
  border-right: 2px solid #4D4D4D;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 10px;
  transition: 0.5s;
}

.c-link_card.p-about a:hover .c-text:after {
  border-top: 2px solid #56bad5;
  border-right: 2px solid #56bad5;
}

.l-careers .c-img.p-euro01 {
  max-width: 700px;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .l-careers .l-fv.p-about .c-text_area {
    height: auto;
    bottom: auto;
    top: 6vw;
    display: block;
  }
  .c-photo_list {
    margin: 0 -20px !important;
  }
  .c-photo_list .c-img {
    margin-top: 20px !important;
  }
  .l-careers .l-sec.p-bg.p-about {
    padding-bottom: 0 !important;
  }
  .l-card_area {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .c-link_card {
    display: block;
  }
  .c-link_card li {
    width: 100%;
  }
  .c-link_card .c-img {
    margin-top: 20px;
  }
  .c-link_card br {
    display: none;
  }
  .c-link_card .c-text {
    font-size: 14px;
  }
  .c-link_card.p-about .c-text:after {
    margin-bottom: 1px;
  }
}
/* ===================================
de_i
=================================== */
.l-careers .l-sec.p-de_i {
  padding-top: 50px;
}

.c-dei_2col {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.c-dei_2col .c-text {
  width: 53%;
  word-wrap: break-word;
}
.c-dei_2col .c-img {
  width: 47%;
  margin: 0 -4% 0 15px;
  z-index: -1;
}

.c-dei_2col .c-text .c-sec_ttl {
  margin-bottom: 30px !important;
}

.c-card_list {
  display: flex;
  justify-content: center;
  margin-top: 35px !important;
}
.c-card_list li {
  max-width: 260px;
}
.c-card_list img {
  display: block;
  width: 100%;
  height: auto;
}

.l-careers .c-img.p-dei {
  max-width: 621px;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .c-dei_2col {
    display: block;
  }
  .c-dei_2col .c-text {
    width: 100%;
  }
  .c-dei_2col .c-img {
    width: 90%;
    margin: 0 auto;
  }
  .c-card_list {
    display: block;
  }
  .c-card_list li {
    margin: 0 auto !important;
  }
  .l-careers h2.c-sec_ttl.p-blue br {
    display: none;
  }
}
/* ===================================
de_i_sub
=================================== */
.l-careers .c-img + h2.c-sec_ttl.p-blue {
  margin-top: 50px !important;
}

.c-dei_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-dei_col .c-img_area {
  width: 43%;
}
.c-dei_col .c-img_area .c-img {
  margin-top: 0;
}
.c-dei_col .c-text_area {
  width: 49%;
}
.c-dei_col .c-logo {
  max-width: 468px;
  margin: 0 auto 40px;
}
.c-dei_col .c-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.c-dei_col.p-reverse {
  flex-direction: row-reverse;
}

.l-careers h2.c-sec_ttl.p-center.p-small {
  text-align: center;
  font-size: 52px !important;
  text-transform: none;
}

.c-btn.p-center a {
  margin: 0 auto;
}

.c-link_card li .c-logo {
  max-width: 210px;
  margin: 20px auto 0 !important;
}
.c-link_card li .c-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.c-link_card li .c-btn {
  margin-top: 15px;
}

.c-img_2col {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.c-img_2col .c-img {
  width: 50%;
  margin: 0;
  max-width: 400px;
}

.l-careers .l-inner.p-small {
  max-width: 700px;
}

.l-careers .l-sec.p-min {
  padding: 0 0;
}

.c-dei_col .c-img_area .c-img + .c-img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .l-careers h2.c-sec_ttl.p-center.p-small {
    text-align: center;
    font-size: 30px !important;
  }
  .c-dei_col {
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
  }
  .c-dei_col .c-img_area {
    width: 100%;
    margin-top: 20px;
  }
  .c-dei_col .c-text_area {
    width: 100%;
  }
  .c-img_2col {
    display: block;
    margin: 0;
  }
  .c-img_2col .c-img {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
  }
}
/* ===================================
ourculture_people
=================================== */
.c-2col .c-box {
  display: flex;
  margin-top: 25px;
}
.c-2col .c-img {
  margin-top: 0;
  width: 50%;
  padding-left: 30px;
}
.c-2col .c-text_area {
  width: 50%;
}

.c-textlist li:before {
  content: "■";
  color: #5BC2DC;
}

.c-2col .c-box + .c-box {
  flex-direction: row-reverse;
  margin-top: 40px;
}
.c-2col .c-box + .c-box .c-img {
  margin-top: 0;
  padding-left: 0;
  padding-right: 30px;
}

.c-2col .c-text_area .c-ttl {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px !important;
  font-family: "Poppins", sans-serif !important;
  color: #5BC2DC !important;
}

.l-careers h2.c-sec_ttl .c-italic {
  font-style: italic !important;
  font-weight: normal;
  font-size: 90%;
}

.l-careers h2.c-sec_ttl .c-size {
  font-size: 20px !important;
}

@media screen and (max-width: 767px) {
  .c-2col .c-box {
    display: block;
  }
  .c-2col .c-text_area,
.c-2col .c-img {
    width: 100%;
  }
  .c-2col .c-img {
    margin: 20px -20px 0;
    width: calc(100% + 40px);
    padding: 0;
  }
  .c-2col .c-box + .c-box .c-text_area {
    width: 100%;
    padding: 0;
  }
  .c-2col .c-text_area .c-ttl {
    font-size: 20px;
  }
  .c-2col .c-box + .c-box .c-img {
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
  }
  .l-careers h2.c-sec_ttl .c-italic {
    font-size: 14px;
    vertical-align: middle;
  }
  .l-careers h2.c-sec_ttl .c-size {
    font-size: 14px !important;
    line-height: 1 !important;
    display: block;
    margin-top: 5px;
  }
}
/* ===================================
ourculture_people
=================================== */
section.l-sec.p-meet .l-card_area {
  margin-top: 0;
  padding-bottom: 0;
}

.l-careers .c-text + .c-ico_ttl {
  margin-top: 80px !important;
}

.l-sec.p-evp .c-img.p-logo {
  max-width: 400px;
  margin: 20px auto 0;
}

.c-text_cont.p-3col .c-box {
  width: calc(33% - 10px);
}
.c-text_cont.p-3col .c-box + .c-box {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .l-careers .c-text + .c-ico_ttl {
    margin-top: 30px !important;
  }
  .c-text_cont.p-3col .c-box {
    width: 100%;
  }
  .c-text_cont.p-3col .c-box + .c-box {
    margin: 20px 0 0;
  }
  .c-text_cont.p-3col .c-box .c-img {
    margin-top: 0;
  }
  .l-sec.p-evp .c-img.p-logo {
    margin: 20px auto;
  }
}
/* ===================================
learning_development
=================================== */
.l-careers .l-fv.p-right {
  text-align: right;
}

.c-movie {
  max-width: 790px;
  margin: 40px auto 0;
  aspect-ratio: 16/9;
}
.c-movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.c-text_cont {
  display: flex;
  flex-wrap: wrap;
}
.c-text_cont .c-box {
  width: calc(50% - 25px);
}
.c-text_cont .c-box:nth-of-type(even) {
  margin-left: 25px;
}
.c-text_cont .c-box:hover .c-img_area .c-text {
  opacity: 1;
}
.c-text_cont .c-img_area {
  position: relative;
}
.c-text_cont .c-img_area .c-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.6;
  padding: 15px;
  opacity: 0;
  transition: 0.5s;
}
.c-text_cont .c-ttl {
  margin: 15px 0 0 !important;
  font-size: 28px;
  color: #5BC2DC;
}

.l-careers h2.c-sec_ttl .c-size {
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
}

.c-uni_2col {
  display: flex;
  position: relative;
  margin-top: 30px;
}
.c-uni_2col .c-img_area {
  width: 55%;
  margin: 0 -20% 0 5%;
  position: relative;
}
.c-uni_2col .c-img_area .c-img {
  margin-top: 0;
}
.c-uni_2col .c-img_area .c-img + .c-img {
  margin-top: 20px;
}
.c-uni_2col .c-text_area {
  width: 50%;
  line-height: 2;
}
.c-uni_2col .p-sp {
  display: none;
}

@media screen and (max-width: 1360px) {
  .c-uni_2col .c-text_area {
    width: 65%;
    line-height: 2;
  }
  .c-uni_2col .c-img_area {
    width: 45%;
    margin: 0 0% 0 5%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .l-careers .l-fv.p-right {
    text-align: left;
  }
  .c-text_cont .c-box {
    width: 100%;
  }
  .c-text_cont .c-img_area .c-text {
    font-size: 12px !important;
  }
  .c-text_cont .c-ttl {
    font-size: 14px !important;
  }
  .c-text_cont .c-box:nth-of-type(even) {
    margin-left: 0;
  }
  .l-careers h2.c-sec_ttl .c-size {
    display: inline-block;
    font-size: 18px;
  }
  .c-uni_2col {
    display: block;
  }
  .c-uni_2col .p-sp {
    display: block;
  }
  .c-uni_2col .p-pc {
    display: none;
  }
  .c-uni_2col .c-text_area {
    width: 100%;
  }
  .c-uni_2col .c-img_area {
    width: 100%;
    margin: 20px auto 0;
  }
  .c-uni_2col .c-text_area .c-img {
    margin: 10px auto 20px;
    max-width: 300px;
  }
}
/* ===================================
sustainability
=================================== */
.l-careers .l-fv .c-btn a {
  color: #fff !important;
  border-color: #fff;
}
.l-careers .l-fv .c-btn a:before {
  border-color: #fff;
}

.l-careers .l-sec.p-sustaina {
  padding: 60px 0;
}

.l-careers .l-sec.p-bg_gray {
  background: #F5F6F8;
}

.l-careers .c-movie_box {
  max-width: 800px;
  margin: 0 auto;
}
.l-careers .c-movie_box + .c-movie_box {
  margin-top: 40px;
}
.l-careers .c-movie_box .c-movie {
  max-width: 800px;
  position: relative;
  margin-top: 0;
}
.l-careers .c-movie_box .c-movie:after {
  content: "";
  width: 80px;
  height: 80px;
  background: url(https://www.suntory.com/careers/assets/img/common/ico_movie.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.l-careers .c-movie_box .c-movie img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-careers .c-movie_box .c-movie a {
  display: block;
}
.l-careers .c-movie_box .c-ttl {
  padding-top: 10px;
  font-size: 28px;
  color: #5BC2DC;
}

@media screen and (max-width: 767px) {
  .l-careers .l-fv .c-btn a {
    margin-bottom: 20px;
  }
}
/* ===================================
locations
=================================== */
.c-flow_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  font-size: 21px;
  z-index: 10;
}
.c-flow_link li {
  width: 21%;
}
.c-flow_link a {
  border: 3px solid #4D4D4D;
  width: 100%;
  display: block;
  border-radius: 30px;
  text-align: center;
  padding: 10px;
  color: #4D4D4D !important;
  transition: 0.5s;
  background: #fff;
  box-sizing: border-box;
}
.c-flow_link a:hover, .c-flow_link a.js-active {
  text-decoration: none !important;
  background: #DCEFF5;
  border-color: #DCEFF5;
}
.c-flow_link a span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.c-flow_link a span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #4D4D4D;
  border-right: 3px solid #4D4D4D;
  position: absolute;
  top: 8px;
  right: 0;
  transform: rotate(45deg);
}

.c-location_box {
  padding-top: 100px;
}
.c-location_box .c-ttl {
  font-size: 60px !important;
  font-weight: bold;
  margin-bottom: 20px !important;
  font-family: "Poppins", sans-serif !important;
}
.c-location_box .c-inbox .c-inttl {
  color: #5BC2DC;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-location_box .c-inbox .c-insubttl {
  font-size: 28px;
  font-weight: 500 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.c-location_box .c-ico_list {
  display: flex;
  padding-left: 20px !important;
  width: 175px;
  box-sizing: border-box;
}
.c-location_box .c-ico_list a {
  font-size: 16px !important;
  display: flex;
  align-items: center;
  color: #4D4D4D !important;
}
.c-location_box .c-ico_list li + li {
  margin-left: 15px !important;
}
.c-location_box .c-ico_list .c-ico img {
  display: block;
  width: 100%;
  height: auto;
}
.c-location_box .c-ico_list .c-ico.p-blank {
  display: block;
  width: 26px;
  margin-left: 10px;
}
.c-location_box .c-ico_list .c-ico.p-in {
  display: block;
  width: 26px;
}
.c-location_box .c-access {
  font-size: 16px !important;
  position: relative;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  padding-left: 25px;
  line-height: 1.6;
}
.c-location_box .c-access:before {
  content: "";
  width: 15.5px;
  height: 19.5px;
  background: url(https://www.suntory.com/careers/assets/img/locations/ico_access.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}
.c-location_box .c-access span {
  color: #5BC2DC;
}
.c-location_box .c-access + .c-insubttl {
  margin-top: 60px !important;
}
.c-location_box .c-access + .c-inttl {
  margin-top: 90px !important;
}
.c-location_box .c-access + .c-text {
  margin-top: 15px !important;
}
.c-location_box .c-ico_list + .c-insubttl {
  margin-top: 60px !important;
}
.c-location_box .c-text + .c-inttl {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .c-flow_link li {
    width: 48%;
    margin: 1% !important;
  }
  .c-location_box {
    padding-top: 40vw;
    margin-top: -25vw;
  }
  .c-location_box .c-ttl {
    font-size: 30px !important;
  }
  .c-location_box .c-inbox .c-inttl {
    font-size: 18px;
  }
  .c-location_box .c-inbox .c-insubttl {
    font-size: 16px;
  }
  .c-location_box .c-ico_list {
    width: 100%;
    padding: 15px 0 !important;
  }
  .c-location_box .c-ico_list a {
    font-size: 16px !important;
  }
  .c-location_box .c-access {
    font-size: 16px !important;
  }
  .c-location_box .c-access span {
    color: #5BC2DC;
  }
  .c-location_box .c-access + .c-insubttl {
    margin-top: 40px !important;
  }
  .c-location_box .c-access + .c-inttl {
    margin-top: 50px !important;
  }
  .c-location_box .c-ico_list + .c-insubttl {
    margin-top: 40px !important;
  }
  .c-location_box .c-text + .c-inttl {
    margin-top: 60px !important;
  }
  .c-location_box .c-access {
    font-weight: 300 !important;
  }
}
.l-careers h2.c-sec_ttl.p-blue + .c-dei_col {
  margin: 50px 0;
}

.c-2col .c-box + .c-box .c-text_area {
  padding-top: 80px;
}

.l-careers h2.c-sec_ttl .c-size {
  font-size: 20px !important;
  font-weight: normal;
  font-family: "suntory syntax", "Alegreya Sans", Arial, Helvetica, sans-serif !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .c-2col .c-box + .c-box .c-text_area {
    padding-top: 0;
  }
}