@charset "UTF-8";
/* ===================================
common bg
=================================== */
.history .sec01{
  height: 35vw;
  background: url("../../assets/images/about/history_sec01_bg.jpg") center / cover;
}
.topics .sec01{
  height: 35vw;
  background: url("../../assets/images/about/topic/bg_topic.png") center / cover;
}
.topmessage .sec01{
  height: 35vw;
  background: url("../../assets/images/about/topmessage/bg_fv.png");
  background-size: cover;
  background-position: right 30% bottom;
}
@media screen and (max-width:767px){
  .history .sec01{
    background-image: url("../../assets/images/about/history_sec01_bg-sp.jpg");
    background-position: center 25%;
    height: 48vh;
  }
  .topics .sec01{
    background-image: url("../../assets/images/about/topic/bg_topic-sp.png");
        background-size: cover;
  }
  .topmessage .sec01{
    background: url("../../assets/images/about/topmessage/bg_fv-sp.png") right bottom / cover;
    height: 48vh;
    min-height: 420px;
  }
}
/* ===================================
pop up
=================================== */
#suntory_contents .modal {
  display: none;
  margin: 0 auto;
  padding: 0px 20px;
  position: fixed;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  width: 100%;
  max-width: 800px;
  z-index: 100;
}
#suntory_contents .overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  cursor:pointer;
}
#suntory_contents .close{
  color:#fff;
  cursor:pointer;
}

body.fixed .recruit_nav_area {
    z-index: 1;
}
.pop_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.pop_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ===================================
topics
=================================== */
.topic_sec .inner {
    max-width: 1050px;
    padding: 125px 20px 135px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.topic_sec:nth-of-type(odd) .inner {
    flex-direction: row-reverse;
}
.topic_sec .num {
    max-width: 181px;
    margin-top: -60px;
}
.topic_sec .text_box {
    background: #fff;
    border-radius: 20px;
    width: calc(100% - 240px);
    padding: 40px;
    position: relative;
}
.topic_sec .img_ttl {
    border-bottom: 1px solid #5BC2DC;
    padding-bottom: 12px;
}
.topic_sec .text {
    font-size: 18px;
    padding-top: 10px;
    line-height: 1.8;
    display: block;
}
.topic_sec .btn {
    position: absolute;
    bottom: -40px;
    right: 60px;
}
.topic_sec .btn a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: calc(50% - 8px);
    right: 30px;
}
.topic_sec .btn a:after{
  content: "";
   background-image: url("../../assets/images/about/topic/ico_blank.png");
   width: 20px;
   height: 20px;
       background-size: contain;
    margin-left: 10px;
}
.topic_sec .btn a {
    background: #5BC2DC;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.03em;
    border-radius: 40px;
    height: 80px;
    width: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* topics 01 */
.topic_sec.topics01 .inner {
    align-items: flex-end;
}
.topic_sec.topics01 .num {
    margin-bottom: -70px;
}
.topic_sec.topics04 .text_box:before {
    content: "";
    width: 168px;
    height: 168px;
    background: url("../../assets/images/about/topic/img_tera.png");
    background-size: contain;
    position: absolute;
    top: -30px;
    right: 35px;
}
.topic_sec .btn.no-click a {
    background: #ccc;
    pointer-events: none;
}
.topic_sec .btn.no-click a:after{
  display: none;
}
@media screen and (max-width:767px){
  .topic_sec .num {
    margin: 0 auto !important;
    max-width: 90px;
  }
  .topic_sec .text_box {
    width: 100%;
    padding: 30px 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  }
  .topic_sec .btn {
      position: relative;
      bottom: 0;
      right: 0;
  }
  .topic_sec .text {
      font-size: 14px;
      padding-top: 15px;
  }
  .topic_sec .btn a {
      width: 100%;
      font-size: 16px;
      height: 60px;
      margin: 20px auto 0;
  }
  .topic_sec.topics04 .text_box:before{
    display: none;
  }
  .topic_sec .inner {
      padding-top: 60vw;
      padding-bottom: 50px;
      display: block;
  }
  .topic_sec {
      background-size: 100% !important;
      background-position: top !important;
      background-repeat: no-repeat !important;
  }
}


/* topics bg */
.topic_sec.topics01 {
    border-top: 8px solid #fff;
    background-image: url("../../assets/images/about/topic/bg_topic01.png");
    background-size: cover;
    background-position: center;
}
.topic_sec.topics02 {
    background-image: url("../../assets/images/about/topic/bg_topic02.png");
    background-size: cover;
    background-position: center;
}
.topic_sec.topics03 {
    background-image: url("../../assets/images/about/topic/bg_topic03.png");
    background-size: cover;
    background-position: center;
}
.topic_sec.topics04 {
    background-image: url("../../assets/images/about/topic/bg_topic04.png");
    background-size: cover;
    background-position: center;
}
.topic_sec.topics05 {
    background-image: url("../../assets/images/about/topic/bg_topic05.png");
    background-size: cover;
    background-position: center;
}

@media screen and (max-width:767px){
  .topic_sec.topics01 {
      border-top: 20px solid #fff;
      background-image: url("../../assets/images/about/topic/bg_topic01-sp.png");
  }
  .topic_sec.topics02 {
      background-image: url("../../assets/images/about/topic/bg_topic02-sp.png");
  }
  .topic_sec.topics03 {
      background-image: url("../../assets/images/about/topic/bg_topic03-sp.png");
  }
  .topic_sec.topics04 {
      background-image: url("../../assets/images/about/topic/bg_topic04-sp.png");
  }
  .topic_sec.topics05 {
      background-image: url("../../assets/images/about/topic/bg_topic05-sp.png");
  }
}
/* ===================================
topmessage
=================================== */
.topmessage .sec01{
  position: relative;
}
.topmessage .sec01 .name_area {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 940px;
    width: 100%;
    margin-left: -470px;
}
.topmessage .sec01 .name {
    max-width: 300px;
    margin-bottom: -8px;
}
.topmessage .sec01_ttl img {
    margin: 0;
    top: 25vh;
    left: 16vw;
    max-width: 422px;
}
.topmessage .text_sec .text {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding: 85px 20px 80px;
    line-height: 2.5;
    letter-spacing: 0.1em;
    display: block;
}
.topmessage .movie_sec {
    background: #F6FCFE;
    padding: 100px 0;
}
.topmessage .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.topmessage .movie_sec .ttl {
    max-width: 465px;
    margin: 0 auto;
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #2EAAB8;
}

@media screen and (max-width:767px){
  .topmessage .sec01 .name_area {
      margin-left: 0;
      left: 20px;
  }
  .topmessage .sec01 .name {
      max-width: 60vw;
      padding-right: 20px;
  }
  .topmessage .sec01_ttl img {
      top: 0;
      left: 0;
      bottom: -55px;
      max-width: 84vw;
      margin: auto auto 46vw !important;
  }
  .topmessage .text_sec .text {
      font-size: 20px;
      font-weight: normal;
      padding: 65px 20px 40px;
      line-height: 2;
  }
  .topmessage .movie_sec .ttl {
      max-width: 70vw ;
      font-size: 16px;
      font-weight: normal;
      padding-bottom: 25px;
  }
  .topmessage .movie_sec {
      padding: 50px;
  }
}
/* ===================================
topmessage
=================================== */
.history .sec01_ttl img {
    max-width: 400px;
    width: 95%;
}
.history .inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
.history .top .inner {
    display: flex;
    padding: 115px 20px 135px;
}
.history .top .img_text {
    max-width: 115px;
    padding-top: 55px;
}
.history .top .inner .right_text {
    font-size: 20px;
    padding-left: 125px;
    line-height: 2;
}
.his_sec.sec_01,.his_sec.sec_03,.his_sec.sec_05{
  background-image: url("../../assets/images/about/history/bg_sec01.png");
}
.his_sec.sec_01.his_sec .text,
.his_sec.sec_01.his_sec .img_area figcaption,
.his_sec.sec_03.his_sec .text,
.his_sec.sec_03.his_sec .img_area figcaption,
.his_sec.sec_05.his_sec .text{
  color: #fff
}
.his_sec.sec_01.his_sec .sec_sttl,
.his_sec.sec_03.his_sec .sec_sttl,
.his_sec.sec_05.his_sec .sec_sttl{
  border-bottom: 1px solid #fff !important;
}
.his_sec .sec_sttl img[src*="sec03_ttl03"] {
    margin-bottom: -25px !important;
}
.his_sec .sec_sttl img[src*="sec05_ttl01.svg"] {
    max-width: 900px;
}
.his_sec .sec_sttl img[src*="sec05_ttl02.svg"] {
    max-width: 600px;
}
.his_sec .sec_ttl {
    max-width: 971px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 95px;
}
.his_sec .sec_sttl {
    max-width: 960px;
    margin: 0 auto !important;
    display: block;
    border-bottom: 1px solid #000 !important;
    padding-bottom: 20px !important;
}
.his_sec .sec_sttl img {
    margin: 0 !important;
}
.his_sec .text {
    font-size: 20px;
    line-height: 2;
}
.his_sec .text_area {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 40px;
}
.his_sec .img_area {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.his_sec .img_area .text {
    width: calc(100% - 300px);
    margin-top: -10px;
}
.his_sec .text .italic {
    font-style: italic;
}
.his_sec .img_area figure {
    width: 260px;
}
.his_sec .img_area figcaption {
    font-size: 14px;
    padding-top: 5px;
}
.his_sec .img_area + .sec_sttl,
.his_sec .text_area + .sec_sttl {
    margin-top: 35px !important;
}
.his_sec.sec_01 {
    padding-top: 1px;
    margin-top: 366px;
    padding-bottom: 215px;
}
.his_sec.sec_01 .sec_ttl {
    margin-top: -378px;
}
.his_sec.sec_02 {
    margin-top: -120px;
}
.his_sec.sec_02 .img_area {
    flex-direction: row-reverse;
}
.his_sec.sec_03 {
    padding-top: 1px;
    margin-top: 556px;
    padding-bottom: 215px;
}
.his_sec.sec_03 .sec_ttl {
    margin-top: -421px;
}
.his_sec.sec_04 {
    margin-top: -92px;
}
.his_sec.sec_05 {
    padding-top: 1px;
    margin-top: 556px;
    padding-bottom: 215px;
}
.his_sec.sec_05 .sec_ttl {
    margin-top: -469px;
}
.his_sec.bottom_area .img_text {
    max-width: none;
    margin-top: -140px;
}
@media screen and (max-width:767px){
  .his_sec .sec_ttl img {
    width: 92%;
}
.history .top .inner {
    display: block;
    padding: 50px 20px;
}
.history .top .sec_ttl {
    padding: 0;
    margin: 0 auto;
}
.history .top .img_text {
    margin: 0 auto;
}
.history .top .inner .right_text {
    padding-left: 0;
    padding-top: 50px;
    font-size: 16px;
}
.his_sec .sec_sttl {
    max-width: 92%;
}
.his_sec .img_area,
.his_sec .text_area {
    display: block;
    width: 92%;
    margin-top: 20px;
}
.his_sec .img_area figure {
    margin: 20px auto;
    max-width: 260px;
    width: auto;
}
.his_sec .img_area figcaption {
    text-align: center;
}
.his_sec .img_area .text,
.his_sec .text_area .text {
    width: 100%;
    margin: 0;
    display: block;
    font-size: 16px;
}
.his_sec.sec_01 {
    margin-top: 160vw;
}
.his_sec.sec_01 .sec_ttl {
    margin-top: -152vw;
}
.his_sec.sec_03 {
    margin-top: 184vw;
}
.his_sec.sec_03 .sec_ttl {
    margin-top: -157vw;
}
.his_sec.sec_05 {
    margin-top :200vw;
}
.his_sec.sec_05 .sec_ttl {
    margin-top: -185vw;
}
.his_sec.bottom_area .img_text {
    margin: 0 -20px;
}
.his_sec .sec_sttl img[src*="sec03_ttl03"] {
    margin-bottom: -10px !important;
}
.his_sec .sec_sttl img[src*="sec05_ttl01-sp.svg"] {
    max-width: 320px;
}
.his_sec .sec_sttl img[src*="sec05_ttl02-sp.svg"] {
    max-width: 320px;
}

}
