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

/* ===================================
top page
=================================== */
/* fv
==============================　*/
.l-careers .l-fv .c-text_area {
  z-index: 10;
  padding: 0 20px;
  position: absolute;
  bottom: 30px;
  left: 0;
}

.l-inner.p-top_fv {
  position: relative;
}

.l-careers .l-fv .c-img {
  max-height: 640px;
  margin: 0;
}

.l-careers .l-fv .swiper {
  max-height: 640px;
}

.swiper-pagination {
  bottom: 15px !important;
  color: #fff !important;
}

.l-careers .l-fv .c-page_ttl span {
  text-transform: lowercase;
  font-size: 70%;
}

.l-careers .l-fv .c-link {
  position: absolute;
  top: 125px;
  left: 510px;
  z-index: 10;
  width: 50px;
  height: 50px;
}
.l-careers .l-fv .c-link a {
  display: block;
  transition: 0.5s;
}
.l-careers .l-fv .c-link a:hover {
  opacity: 0.5;
}
.l-careers .l-fv .c-link img {
  display: block;
  width: 100%;
  height: auto;
}

.l-careers .l-fv .swiper-slide {
  height: 640px;
}

.l-careers .l-fv .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.l-careers .l-fv .swiper-slide .c-slide_img {
  height: 100%;
}

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

.swiper-pagination-bullet {
  color: #fff !important;
  background: #fff !important;
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
}

@media screen and (max-width: 767px) {
  .l-careers .l-fv .c-link {
    width: 30px;
    height: 30px;
    left: auto;
    right: -25px;
    top: 28%;
  }
  .l-careers .l-fv .c-img,
.l-careers .l-fv .swiper-slide {
    height: 100vw;
  }
}
/* bottom content
==============================　*/
/* about suntory */
.l-careers .l-sec.p-about {
  padding: 60px 0;
}

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

/* our culture */
.l-inner.p-2col {
  display: flex;
  justify-content: space-between;
}

.l-inner.p-2col .c-img_area {
  width: 47%;
  margin: 15px 0 0;
}
.l-inner.p-2col .c-img_area .c-img {
  margin: 0;
}

.l-inner.p-2col .c-text_area {
  width: 50%;
}

/* summary */
h2.c-sec_ttl.p-center {
  text-align: center;
}
h2.c-sec_ttl.p-center br.sp {
  display: none;
}

.l-careers .l-sec.p-job {
  padding-top: 30px;
}

.c-link_list {
  display: flex;
  margin-top: 20px !important;
}
.c-link_list .c-img {
  margin-top: 0;
}
.c-link_list a {
  display: block;
}
.c-link_list a:hover {
  text-decoration: none !important;
}
.c-link_list a:hover .c-text {
  color: #5BC2DC !important;
}
.c-link_list li + li {
  margin-left: 20px !important;
}
.c-link_list.p-2col li {
  width: calc((100% - 20px) / 2);
}
.c-link_list.p-3col li {
  width: calc((100% - 40px) / 3);
}
.c-link_list .c-text {
  font-size: 24px !important;
  color: #4D4D4D !important;
  font-weight: bold;
  letter-spacing: 0;
}

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

.c-link_list.p-3col + .c-btn.p-center {
  margin-top: 10px;
}

/* meet people */
.swiper.mySwiper2 {
  margin-top: 30px;
}
.swiper.mySwiper2 .c-text {
  font-size: 24px !important;
  margin-bottom: 0 !important;
}
.swiper.mySwiper2 a:hover {
  text-decoration: none !important;
}
.swiper.mySwiper2 a:hover .c-img:before {
  opacity: 1;
}
.swiper.mySwiper2 .c-img img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper.mySwiper2 .c-img {
  transition: 0.5s;
  position: relative;
}
.swiper.mySwiper2 .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;
}

/* link list */
.l-careers h2.c-sec_ttl.p-blue.p-size {
  font-size: 60px !important;
}

.l-careers h2.c-sec_ttl + .c-text {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .l-inner.p-2col {
    display: block;
  }
  .l-inner.p-2col .c-text_area,
.l-inner.p-2col .c-img_area {
    width: 100%;
  }
  .l-inner.p-2col .c-img_area {
    margin: 20px 0 0;
  }
  .c-link_list {
    display: block;
  }
  .c-link_list li,
.c-link_list li + li {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
  .c-link_list .c-text,
.swiper.mySwiper2 .c-text {
    font-size: 12px !important;
  }
  .l-careers h2.c-sec_ttl.p-blue.p-size {
    font-size: 36px !important;
  }
}
/* map
==============================　*/
.l-careers h2.c-sec_ttl.p-center.p-small {
  text-align: center;
  font-size: 52px !important;
  text-transform: none;
}

section.l-sec.p-location.p-bg .l-inner {
  max-width: 1000px;
}

#suntory_contents .section#locations {
  margin-top: 25px;
}

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

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

@media screen and (max-width: 767px) {
  .l-careers .l-sec.p-location .c-sec_ttl.p-center {
    text-align: left;
  }
}