.topic-path-inner {
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px;
  color: #738494;
  font-size: 14px;
  background: #f2f4f5;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .topic-path-inner {
    font-size: calc(20 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
  }
  
}

.topic-path-inner a{
  color: #738494;
  transition: 0.2s;
}
.topic-path-inner a:hover{
  text-decoration: underline;
}

.award-ttl{
  width: 930px;
  height: 492px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .award-ttl{
    width: 680px;
}
}
@media (max-width: 767px) {
  .award-ttl{
    width: calc(750 / 750 * 100vw);
    height: calc(850 / 750 * 100vw);
    margin: 0 auto;
  }
}

.award-ttl-txt{
  width: 726px;
  margin: 0 auto 30px;
  font-size: 0;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .award-ttl-txt{
    width: 626px;
  }
}
@media (max-width: 767px) {
  .award-ttl-txt{
    width: calc(670 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}

.award-ttl-catch{
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 24px;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .award-ttl-catch{
    font-size: calc(26 / 750 * 100vw);
    padding-bottom: calc(16 / 750 * 100vw);
  }
}

.award-ttl-catch-notes{
  font-size: 14px;
  text-align: center;
}

@media (max-width: 767px) {
  .award-ttl-catch-notes{
    text-align: left;
    font-size: calc(20 / 750 * 100vw);
    padding: 1em 2em 0;
  }
}

@media (min-width: 768px) {

.award-ttl-bg01{
  width: 492px;
  height: 492px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0%);
  background: url(../img/award_ttl_bg_left.png) left top / contain no-repeat;
}

.award-ttl-bg02{
  width: 492px;
  height: 492px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 0%);
  background: url(../img/award_ttl_bg_right.png) left top / contain no-repeat;
}
}

@media (max-width: 767px) {
  .award-ttl-bg01{
    width: calc(750 / 750 * 100vw);
    height: calc(183 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/award_ttl_bg_top@sp.png) left top / contain no-repeat;
  }
  
  .award-ttl-bg02{
    width: calc(750 / 750 * 100vw);
    height: calc(183 / 750 * 100vw);
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/award_ttl_bg_bottom@sp.png) left bottom / contain no-repeat;
  }
}


/* award-cont */

.award-cont{
  background: #f2f4f5;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .award-cont{
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.award-cont-ttl-wrap{
  text-align: center;
  position: relative;
  padding-top: 64px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .award-cont-ttl-wrap{
    padding-top: calc(48 / 750 * 100vw);
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.award-cont-ttl-bg{
  color: #738494;
  opacity: 0.1;
  font-size: 160px;
  font-weight: 500;
  line-height: 1;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 0;
  position: absolute;
  font-family: 'Ubuntu', sans-serif;
  z-index: 0;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .award-cont-ttl-bg{
    font-size: calc(140 / 750 * 100vw);
    font-weight: 600;
  }
}
.award-cont-sub-ttl{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 32px;
  line-height: 1;
  letter-spacing: 0.15em;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .award-cont-sub-ttl{
    font-size: calc(32 / 750 * 100vw);
    padding-bottom: calc(24 / 750 * 100vw);
  }
}

.award-cont-ttl{
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .award-cont-ttl{
    font-size: calc(48 / 750 * 100vw);
  }
}

/* tab */


.award-tab {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1020px) and (min-width: 768px) {
  .award-tab {
    width: 780px;
  }
}

@media screen and (max-width: 767px) {
  .award-tab {
    width: calc(710 / 750 * 100vw);
  }
}

.award-tab-head-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.award-tab-head-list-item {
  width: 282px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  color: #fff;
  position: relative;
  background: #bfc6cf;
}

@media (max-width: 1020px) and (min-width: 768px) {
  .award-tab-head-list-item {
    width: 190px;
  }
}

@media screen and (max-width: 767px) {

  .award-tab-head-list-item {
  width: 23%;
  }
}

.award-tab-head-list-item.active {
  background: #fff;
  color: #738494;
}

.award-tab-head-list-item.coming-soon{
  cursor: inherit;
}
.award-tab-head-list-item.coming-soon::after{
  content: "";
  width: 145px;
  height: 49px;
  background: url(../img/award_tab_head_commingsoon.png) left top / 145px 49px no-repeat;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

@media screen and (max-width: 767px) {
  .award-tab-head-list-item.coming-soon::after{
    width: calc(145 / 750 * 100vw);
  height: calc(49 / 750 * 100vw);
  background: url(../img/award_tab_head_commingsoon.png) left top / calc(145 / 750 * 100vw) calc(49 / 750 * 100vw) no-repeat;
  
  }
}

.award-tab-cont-list {
  position: relative;
}

.award-tab-cont-list-item {
  display: none;
  width: 1200px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 80px 0 10px;
  background: #fff;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .award-tab-cont-list-item {
    width: 780px;
  }
}
@media screen and (max-width: 767px) {
  .award-tab-cont-list-item {
    width:  calc(710 / 750 * 100vw);
    padding:  calc(60 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
}
.award-tab-cont-list-item.active {
  display: block;
}

.award-tab-head {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  line-height: 0.9;
  position: relative;
  z-index: 3;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .award-tab-head {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) 0;
    line-height: 1;
  }
}
.award-tab-head .small {
  font-size: 18px;
  line-height: 1.2;
  padding-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .award-tab-head .small {
    font-size: calc(24 / 750 * 100vw);
    padding-top: calc(8 / 750 * 100vw);
  }
}

.award-tab-head-list-item.coming-soon .award-tab-head {
  z-index: 0;
}

.award-winning-gold{
  margin-bottom: 100px;
}
.award-winning-silver{
  margin-bottom: 34px;
}
.award-winning-bronze{
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .award-winning-gold{
    margin-bottom: calc(124 / 750 * 100vw);
  }
  .award-winning-silver,
  .award-winning-bronze{
    margin-bottom: calc(64 / 750 * 100vw);
  }
}

.award-winning-ttl{
  width: 1020px;
  margin: 0 auto 40px;
  font-size: 0;
}
@media (max-width: 1020px) and (min-width: 768px) {

  .award-winning-ttl{
    width: 670px;
  }
}
@media screen and (max-width: 767px) {
  .award-winning-ttl{
    width: calc(670 / 750 * 100vw);
    margin: 0 auto calc(60 / 750 * 100vw);
  }
}

.award-winning-account-name {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
  padding-bottom: 24px;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  word-break:break-all
}

.award-winning-account-name_02 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
  padding-bottom: 24px;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  padding-left: 232px;
  word-break:break-all
}


@media screen and (max-width: 767px) {
  .award-winning-account-name{
    font-size: calc(24 / 750 * 100vw);
    /* padding: 0 calc(20 / 750 * 100vw); */
    padding-bottom: calc(24 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .award-winning-account-name_02{
    font-size: calc(24 / 750 * 100vw);
    /* padding: 0 calc(20 / 750 * 100vw); */
    padding-bottom: calc(36 / 750 * 100vw);
    padding-top: calc(20 / 750 * 100vw);
    padding-left: calc(220 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {

.award-winning-bronze .award-winning-account-name{
  height: 70px;
  display: flex;
  align-items: flex-end;
  line-height: 1.4;
  padding-bottom: 24px;
  justify-content: center;
}
}
@media screen and (max-width: 767px) {
  .award-winning-account-name{
    height: calc(100 / 750 * 100vw);
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1.4;
      padding-bottom: calc(8 / 750 * 100vw);
  }
  }

  /*02*/
  

  
.award-winning-photo-bronze-box .award-winning-account-name{
  text-align: center;
}

.award-winning-photo-block{
  display: flex;
  width: 1020px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .award-winning-photo-block{
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .award-winning-photo-block{
    width: calc(670 / 750 * 100vw);
  }
}

.award-winning-photo-gold-block-in-big{
  margin-right: 16px;
}
@media (max-width: 1020px) and (min-width: 768px) {

  .award-winning-photo-gold-block-in-big{
    width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .award-winning-photo-gold-block-in-big{
    width: 100%;
    margin-bottom:2%;
    margin-right: 0;
  }
}

.award-winning-photo-gold-block-in-small{
  width: 330px;
  position: relative;
}
@media (max-width: 1020px) and (min-width: 768px) {

  .award-winning-photo-gold-block-in-small{
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .award-winning-photo-gold-block-in-small{
  width: calc(670 / 750 * 100vw);
  display: flex;
  justify-content: space-between;
  }
}

.award-winning-photo-gold-box{
  width: 100%;
}
@media screen and (min-width: 768px) {
.award-winning-photo-gold-block-in-small .award-winning-photo-gold-box:last-child{
  bottom: 0;
  position: absolute  ;
  margin-top: auto;
}
}

@media screen and (max-width: 767px) {
  .award-winning-photo-gold-block-in-small .award-winning-photo-gold-box{
    width: 49%;
    margin-top: auto;
  }
}

.award-winning-photo-silver-box{
  width: 490px;
  margin-bottom: 64px;
}

.award-winning-photo-silver-box:nth-child(2n){
  margin-left: 40px;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .award-winning-photo-silver-box{
    width: 660px;
  }
  
.award-winning-photo-silver-box:nth-child(2n){
  margin-left: 0px;
}
}
@media screen and (max-width: 767px) {

  .award-winning-photo-silver-box{
    width: 100%;
    margin-bottom: calc(60 / 750 * 100vw);

  }
  .award-winning-photo-silver-box:nth-child(2n){
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
.award-winning-photo-bronze-box{
  width: 237px;
  margin-left: 24px;
  margin-bottom: 24px;
}

.award-winning-photo-bronze-box:first-child,
.award-winning-photo-bronze-box:nth-child(4n + 1){
  margin-left: 0;
}
}

@media screen and (max-width: 767px) {
  .award-winning-photo-bronze-box{
    width: 49%;
    margin-left: 2%;
    margin-bottom: calc(60 / 750 * 100vw);
  }
.award-winning-photo-bronze-box:nth-child(odd){
  margin-left: 0;
}
}


@media (max-width: 1020px) and (min-width: 768px) {
  .award-winning-photo-bronze-box{
  width: 320px;
  margin-left: 0;
  }
  .award-winning-photo-bronze-box:nth-child(2n){
    margin-left: 24px;
    }
}


.award-comment-dl{
  display: flex;
  width: 1020px;
  margin: 40px auto 0;
}
@media (max-width: 1020px) and (min-width: 768px) {

  .award-comment-dl{
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .award-comment-dl{
    width: calc(670 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) auto 0;
    flex-direction: column;
  }
}

/*-----2-----*/

.award-comment-dl_02{
  display: flex;
  width: 539px;
  margin: 40px auto 0;
}
@media (max-width: 1020px) and (min-width: 768px) {

  .award-comment-dl_02{
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .award-comment-dl_02{
    width: calc(670 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) auto 0;
    flex-direction: column;
  }
}
/*-----2-----*/

.award-comment-dt{
  width: 300px;
  margin-right:20px;
  font-size: 26px; 
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1020px) and (min-width: 768px) {
  .award-comment-dt{
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .award-comment-dt{
    width:calc(670 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    text-align: left;
    padding-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
.award-winning-gold .award-comment-dt{
  display: flex;
  justify-content: center;
}
}

.award-comment-dd{
  border-left: #566573 2px solid;
  width: 860px;
  padding-left: 24px;
  font-size: 20px;
  line-height: 2;
  word-break: break-all;
}


.award-comment-dd-02{
  border-left: #566573 2px solid;
  width: 600px;
  padding-left: 24px;
  font-size: 20px;
  line-height: 2;
}

@media (max-width: 1020px) and (min-width: 768px) {
  .award-comment-dd{
  width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .award-comment-dd{
    border-left: none;
    border-top: #566573 calc(2 / 750 * 100vw) solid;
    width:calc(670 / 750 * 100vw);
    padding-left: 0;
    font-size: calc(24 / 750 * 100vw);
    padding-top: 0.5em;
  }
}

@media (max-width: 1020px) and (min-width: 768px) {
  .award-comment-dd-02{
  width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .award-comment-dd-02{
    border-left: none;
    border-top: #566573 calc(2 / 750 * 100vw) solid;
    width:calc(670 / 750 * 100vw);
    padding-left: 0;
    font-size: calc(24 / 750 * 100vw);
    padding-top: 0.5em;
  }
}



@media screen and (min-width: 768px) {
.award-winning-silver .award-comment-dl{
    width:  490px;
  }
.award-winning-silver .award-comment-dt{
    width: 200px;
  }
  .award-winning-silver .award-comment-dd{
    width: 290px;
  }
  .award-winning-silver .award-comment-dd-02{
    width: 290px;
  }
}

@media (max-width: 1020px) and (min-width: 768px) {
  .award-winning-silver .award-comment-dl{
    width:  680px;
  }
.award-winning-silver .award-comment-dt{
    width: 200px;
  }
  .award-winning-silver .award-comment-dd{
    width: 560px;
  }
  .award-winning-silver .award-comment-dd-02{
    width: 560px;
  }
}
.past-winning-area{
  background: #738494;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .past-winning-area{
    padding: calc(80 / 750 * 100vw) 0;
  }
}

.past-winning-bnr{
  display: block;
  width: 992px;
  height: 80px;
  margin: 0 auto;
  font-size: 0;
  cursor: pointer;
  background: url(../img/bnr_award_past.png) left top / 100% auto no-repeat;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
.past-winning-bnr:hover{
  background: url(../img/bnr_award_past_hover.png) left top / 100% auto no-repeat;
  
}
}
@media (max-width: 1020px) and (min-width: 768px) {
  .past-winning-bnr{
  width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .past-winning-bnr{
    width: calc(643 / 750 * 100vw);
    height: calc(122 / 750 * 100vw);
    background: url(../img/bnr_award_past_sp.png) left top / 100% auto no-repeat;
  }
}


.contact .award-cont-ttl-bg{
  color: #ffffff;
  opacity: 0.5;
}


.contact .award-cont-ttl-wrap{
  text-align: center;
  position: relative;
  padding-top: 64px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .contact .award-cont-ttl-wrap{
    padding-top: calc(48 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}

.contact-head{
  font-size: 20px;
  text-align: center;
  padding-bottom: 24px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .contact-head{
    font-size: calc(28 / 750 * 100vw);
    padding-bottom: calc(32 / 750 * 100vw);
  }
}

.contact-txt{
  font-size: 16px;
  padding-bottom: 24px;
  line-height: 2;
}
@media (max-width: 767px) {
  .contact-txt{
    font-size: calc(24 / 750 * 100vw);
    padding-bottom: calc(32 / 750 * 100vw);
  }
}

.contact-notes{
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .contact-notes{
    text-align: left;
    padding: 0 2em;
    font-size: calc(20 / 750 * 100vw);
  }
}