@charset "UTF-8";
/*
* awards2020.css
*
*/
/* ------------------------
  main
------------------------ */
.l-main {
  background-color: #fff;
}

/* ------------------------
  header
------------------------ */
/* ------------------------
  container
------------------------ */
.container,
.area {
  margin: 0 auto; 
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .container,
  .area {
    margin: 0 10px;
  }
}

/* ------------------------
  背景(仮)
------------------------ */
.-fadeIn::after {
  -webkit-animation: fadeOut 5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: fadeOut 5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@-webkit-keyframes fadeOut {
  from {
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
  }
  to {
    opacity: 0;
  }
}

.top_bg {
  overflow: hidden; 
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 0;
  width: auto;
  height: auto;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: 3% 120%;
      -ms-transform-origin: 3% 120%;
          transform-origin: 3% 120%;
}
.top_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top_bg {
    top: 20px; 
    -webkit-transform: rotate(-20deg); 
        -ms-transform: rotate(-20deg); 
            transform: rotate(-20deg);
  }
}
@media screen and (max-width: 456px) {
  .top_bg {
    top: -60px;
  }
}
.top_bg .emblem_01,
.top_bg .emblem_02,
.top_bg .emblem_03,
.top_bg .emblem_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_bg .emblem_01:not(:last-child),
.top_bg .emblem_02:not(:last-child),
.top_bg .emblem_03:not(:last-child),
.top_bg .emblem_04:not(:last-child) {
  margin-bottom: -20px;
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_01:not(:last-child),
  .top_bg .emblem_02:not(:last-child),
  .top_bg .emblem_03:not(:last-child),
  .top_bg .emblem_04:not(:last-child) {
    margin-bottom: -15px;
  }
}
.top_bg .emblem_01 .emblem,
.top_bg .emblem_02 .emblem,
.top_bg .emblem_03 .emblem,
.top_bg .emblem_04 .emblem {
  display: inline-block;
  height: 180px; 
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_01 .emblem,
  .top_bg .emblem_02 .emblem,
  .top_bg .emblem_03 .emblem,
  .top_bg .emblem_04 .emblem {
    height: 100px;
    background-size: contain !important;
  }
}
.top_bg .emblem_01 .emblem {
  width: 4800px;
  background-image: url("/img/sharen/awards2020/hero_emblem_01.png");
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_01 .emblem {
    width: 2400px;
  }
}
.top_bg .emblem_02 .emblem {
  width: 4800px;
  background-image: url("/img/sharen/awards2020/hero_emblem_02.png");
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_02 .emblem {
    width: 2400px;
  }
}
.top_bg .emblem_03 .emblem {
  width: 4800px;
  background-image: url("/img/sharen/awards2020/hero_emblem_03.png");
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_03 .emblem {
    width: 2400px;
  }
}
.top_bg .emblem_04 .emblem {
  width: 4800px;
  background-image: url("/img/sharen/awards2020/hero_emblem_04.png");
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_04 .emblem {
    width: 2400px;
  }
}
.top_bg .emblem_01 .emblem:first-child,
.top_bg .emblem_03 .emblem:first-child {
  -webkit-animation: loop 110s -55s linear infinite;
          animation: loop 110s -55s linear infinite;
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_01 .emblem:first-child,
  .top_bg .emblem_03 .emblem:first-child {
    -webkit-animation: loop 120s -60s linear infinite;
            animation: loop 120s -60s linear infinite;
  }
}
.top_bg .emblem_01 .emblem:last-child,
.top_bg .emblem_03 .emblem:last-child {
  -webkit-animation: loop2 110s linear infinite;
          animation: loop2 110s linear infinite;
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_01 .emblem:last-child,
  .top_bg .emblem_03 .emblem:last-child {
    -webkit-animation: loop2 120s linear infinite;
            animation: loop2 120s linear infinite;
  }
}
.top_bg .emblem_02 .emblem:first-child,
.top_bg .emblem_04 .emblem:first-child {
  animation: loop 120s -60s linear infinite reverse;
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_02 .emblem:first-child,
  .top_bg .emblem_04 .emblem:first-child {
    animation: loop 130s -65s linear infinite reverse;
  }
}
.top_bg .emblem_02 .emblem:last-child,
.top_bg .emblem_04 .emblem:last-child {
  animation: loop2 120s linear infinite reverse;
}
@media screen and (max-width: 768px) {
  .top_bg .emblem_02 .emblem:last-child,
  .top_bg .emblem_04 .emblem:last-child {
    animation: loop2 130s linear infinite reverse;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

/* ------------------------
  vote_button
------------------------ */
.vote_button {
  display: inline-block;
  opacity: 0.5;
  position: relative;
  width: 220px;
  height: 220px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .vote_button {
    width: 32.93333vw;
    height: 32.93333vw;
  }
}
.vote_button .bg {
  position: relative;
  border: 6px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #231815;
  -webkit-box-shadow: #1f292e 0 0 3px;
          box-shadow: #1f292e 0 0 3px;
}
@media screen and (max-width: 768px) {
  .vote_button .bg {
    border: 3px solid #fff;
  }
}
.vote_button a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vote_button img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 97px;
  height: 97px; 
  -webkit-transform: translate(-50%, -50%); 
      -ms-transform: translate(-50%, -50%); 
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .vote_button img {
    width: 16.66667vw;
    height: 16.66667vw;
  }
}
.vote_button:hover .bg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #d8281c;
}
@media screen and (max-width: 768px) {
  .vote_container .vote_button {
    width: 33.33333vw;
    height: 33.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .vote_container .vote_button img {
    width: 14.66667vw;
    height: 14.66667vw;
  }
}
.p-drawer_vote .vote_button {
  width: 147px;
  height: 147px;
}
@media screen and (max-width: 768px) {
  .p-drawer_vote .vote_button {
    width: 26.66667vw;
    height: 26.66667vw;
  }
}
.p-drawer_vote .vote_button img {
  width: 67px;
  height: 67px;
}
@media screen and (max-width: 768px) {
  .p-drawer_vote .vote_button img {
    width: 13.33333vw;
    height: 13.33333vw;
  }
}
.vote_button.top {
  display: none;
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 190;
  right: 20px;
  bottom: 40px;
  width: 175px;
  height: 175px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
}
@media screen and (max-width: 768px) {
  .vote_button.top {
    right: 4vw;
    bottom: 13.33333vw;
    width: 24vw;
    height: 24vw;
  }
}
.vote_button.top img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .vote_button.top img {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
}

/* ------------------------
  hero
------------------------ */
.hero {
  position: relative;
  z-index: 1;
  margin-top: 37vh;
}
@media screen and (max-width: 980px) {
  .hero {
    margin-top: 228px;
  }
}
@media screen and (max-width: 980px) {
  .hero .hero_container {
    margin: 0; 
    width: 980px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero_ttl img {
    padding: 2px 0 0 6px; 
    width: 96vw;
  }
}
.hero .hero_bg {
  position: absolute;
  z-index: -1;
  top: 50px;
  left: -25%;
  width: 150%;
  height: 264px;
  background-color: #d8281c;
}
@media screen and (max-width: 768px) {
  .hero .hero_bg {
    top: 23.33333vw;
    height: 74.4vw; 
    -webkit-transform: rotate(-19deg); 
        -ms-transform: rotate(-19deg); 
            transform: rotate(-19deg);
  }
}

/* ------------------------
  result
------------------------ */
.result {
  position: relative;
  z-index: 1;
  margin: 50px 0 57px 0;
  padding-top: 68px;
}
@media screen and (max-width: 768px) {
  .result {
    margin-top: 17px; 
    padding-top: 25px;
  }
}
.result .result_inner-line {
  position: absolute;
  z-index: 4;
  top: 0;
  border: 2px solid #ededed;
  width: 100%;
  height: 100%;
  -webkit-transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
}
.result .result-container {
  display: block;
  overflow: hidden; 
  position: relative;
  padding: 45px 0;
  background-color: #f6f6f6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .result .result-container {
    margin: 0 30px;
    padding: 40px 0 25px 0;
  }
}
@media screen and (min-width: 768px) {
  .result .result-container:hover .result_inner-line {
    border: 10px solid #ededed;
  }
  .result .result-container:hover .result_link {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
    background-color: #d8281c;
  }
  .result .result-container:hover .result_link .result_link_decoration {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
    background-color: #231815;
  }
}
.result .result-container::before,
.result .result-container::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 150px;
  background-color: #d8281c;
}
.result .result-container::before {
  top: -23%;
  left: -12%;
  -webkit-transform: rotate(-38deg);
      -ms-transform: rotate(-38deg);
          transform: rotate(-38deg);
}
@media screen and (max-width: 768px) {
  .result .result-container::before {
    display: none;
  }
}
.result .result-container::after {
  right: -8%;
  bottom: -46%;
  -webkit-transform: rotate(-38deg);
      -ms-transform: rotate(-38deg);
          transform: rotate(-38deg);
}
@media screen and (max-width: 768px) {
  .result .result-container::after {
    right: -70px;
    bottom: -205px;
    width: 150%;
    height: 250px;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
.result .result_ttl {
  position: relative;
  z-index: 3;
  margin-bottom: 25px;
  letter-spacing: -1px; 
  color: #d8281c;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .result .result_ttl {
    letter-spacing: -2px; 
    font-size: 4.26667vw;
  }
}
.result .result_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  border: unset;
  border: none;
  outline: none;
  width: 180px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #231815;
  text-align: initial;
  font-size: 0;
  font-size: 16px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media screen and (max-width: 768px) {
  .result .result_link {
    margin: -6px auto 202px auto; 
    width: 36vw;
    height: 8vw;
  }
}
@media screen and (max-width: 468px) {
  .result .result_link {
    margin: -6px auto 102px auto;
  }
}
.result .result_link .result_link_txt {
  display: inline-block;
  width: 140px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .result .result_link .result_link_txt {
    width: 28vw;
    font-size: 3.2vw;
  }
}
.result .result_link .result_link_decoration {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #d8281c;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .result .result_link .result_link_decoration {
    width: 9.33333vw;
    height: 100%;
  }
}
.result .result_link .result_link_decoration::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 44%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 10px;
  height: 0;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.result .result_obj {
  position: absolute;
  z-index: 2;
  top: 13%;
  left: 3.5%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .result .result_obj {
    top: inherit;
    right: 23%;
    bottom: -57%;
    left: inherit;
    height: 100%;
  }
}
.result .result_obj img {
  width: 273px;
}
@media screen and (max-width: 768px) {
  .result .result_obj img {
    width: 46.4vw;
  }
}

/* ------------------------
  base
------------------------ */
.base {
  position: relative;
  margin-top: 30px;
  padding-top: 68px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .base {
    margin-top: 17px; 
    padding-top: 25px;
  }
}
.base .base-container {
  position: relative;
  text-align: center;
}
.base .intro_ttl {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .base .intro_ttl {
    padding: 0 30px;
  }
}
.base .intro_txt {
  padding-top: 40px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600; 
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .base .intro_txt {
    padding: 27px 0 40px 0; 
    font-size: 3.2vw;
    line-height: 2.2;
  }
}
.base .intro_illust_left {
  position: absolute;
  top: 149px;
  left: 47px;
  width: 107px;
  height: 128px;
}
@media screen and (max-width: 768px) {
  .base .intro_illust_left {
    display: inline-block;
    position: unset;
    padding-right: 10px;
    width: auto;
    height: auto;
  }
}
.base .intro_illust_right {
  position: absolute;
  top: 160px;
  right: 54px;
  width: 145px;
  height: 132px;
}
@media screen and (max-width: 768px) {
  .base .intro_illust_right {
    display: inline-block;
    position: unset;
    padding-left: 10px;
    width: auto;
    height: auto;
  }
}

.intro_accordion_line {
  position: absolute;
  z-index: 3;
  bottom: -140px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .intro_accordion_line {
    bottom: -155px;
  }
}
.intro_accordion_line span {
  display: inline-block;
  width: 1px;
  height: 80px;
  -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: scaleY(0); 
      -ms-transform: scaleY(0); 
          transform: scaleY(0);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  background: #1f292e;
}
@media all and (-ms-high-contrast: none) {
  .intro_accordion_line span {
    width: 2px;
  }
}
.intro_accordion_line .is-accordion {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: scaleY(1); 
      -ms-transform: scaleY(1); 
          transform: scaleY(1);
}

.intro_button {
  display: block;
  position: relative;
  margin: 55px auto;
  border: unset;
  border: none;
  outline: none;
  width: 230px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #231815;
  text-align: initial;
  font-size: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .intro_button {
    margin-bottom: 75px; 
    width: 53.33333vw;
    height: 9.33333vw;
  }
}
.intro_button .intro_button_txt {
  display: inline-block;
  width: 190px;
  text-align: center;
  color: #fff;
}
@media all and (-ms-high-contrast: none) {
  .intro_button .intro_button_txt {
    padding-right: 18%;
  }
}
@media screen and (max-width: 768px) {
  .intro_button .intro_button_txt {
    width: 44vw;
    font-size: 3.2vw;
  }
}
.intro_button .intro_button_decoration {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #d8281c;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .intro_button .intro_button_decoration {
    width: 9.33333vw;
    height: 100%;
  }
}
.intro_button .intro_button_decoration::after {
  content: "＋";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.3;
}
@media screen and (min-width: 768px) {
  .intro_button:hover {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
    background-color: #d8281c;
  }
  .intro_button:hover .intro_button_decoration {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
    background-color: #231815;
  }
}
.intro_button .is-accordion::after {
  content: "ー";
  font-size: 15px;
}

/* ------------------------
  about
------------------------ */
.about {
  display: none;
  position: relative;
  background-color: #edebeb;
}
.about .about_container {
  padding-bottom: 105px; 
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .about_container {
    margin: 0 12px; 
    padding-bottom: 17px;
  }
}
.about .about_container .about_ttl {
  padding: 95px 0 35px 0;
  letter-spacing: 1px;
  color: #d8281c; 
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about .about_container .about_ttl {
    padding-top: 90px;
    padding-bottom: 15px;
    letter-spacing: -0.5px;
    font-size: 4vw;
  }
}
.about .about_container .about_txt {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about .about_container .about_txt {
    padding: 0 20px;
    letter-spacing: 0px; 
    font-size: 3.2vw;
  }
}
.about .about_container .about_img {
  padding: 27px 0;
}
@media screen and (max-width: 768px) {
  .about .about_container .about_img {
    padding: 34px 15px;
  }
}
.about .about_container .about_note {
  margin: 0 120px;
  padding-top: 10px;
  text-align: justify; 
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .about .about_container .about_note {
    margin: 0;
    padding: 10px 14px 38px 14px;
    letter-spacing: 0.6px; 
    font-size: 3.2vw;
    line-height: 1.9;
  }
}
.about .about_container .sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 65px 120px 0 120px;
  padding: 60px 60px 42px 60px;
  background-color: #fff; 

  -ms-flex-flow: wrap; 

      flex-flow: wrap;
}
@media screen and (max-width: 768px) {
  .about .about_container .sdgs {
    margin: 0;
    padding: 30px 25px 30px 25px; 

    -webkit-box-orient: vertical; 

    -webkit-box-direction: normal; 

        -ms-flex-flow: column; 

            flex-flow: column;
  }
}
.about .about_container .sdgs .sdgs_content {
  width: 42%; 
  text-align: initial;
}
@media screen and (max-width: 768px) {
  .about .about_container .sdgs .sdgs_content {
    width: 100%;
  }
}
.about .about_container .sdgs .sdgs_content .sdgs_ttl {
  padding: 0 20px;
  letter-spacing: 2px;
  color: #d8281c; 
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about .about_container .sdgs .sdgs_content .sdgs_ttl {
    text-align: center;
    letter-spacing: 3.5px; 
    font-size: 4.53333vw;
  }
}
.about .about_container .sdgs .sdgs_content .sdgs_txt {
  padding: 20px;
  text-align: justify;
  letter-spacing: 1.5px;
  font-size: 16px;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .about .about_container .sdgs .sdgs_content .sdgs_txt {
    padding: 15px 0 28px 0;
    letter-spacing: 1px; 
    font-size: 3.2vw;
  }
}
.about .about_container .sdgs .sdgs_img {
  padding-left: 22px; 
  width: 55%;
}
@media screen and (max-width: 768px) {
  .about .about_container .sdgs .sdgs_img {
    padding: 2px 13px; 
    width: 100%;
  }
}

/* ------------------------
  case
------------------------ */
@media screen and (max-width: 768px) {
  .case {
    margin-top: 7px;
  }
  .case .area_top {
    margin-top: 190px;
  }
}

@media screen and (max-width: 468px) {
  .case .area_top {
    margin-top: 100px;
  }
}

.case .case_ttl {
  margin-top: -12px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .case .case_ttl {
    margin-bottom: 50px;
  }
  .case .case_ttl img {
    width: 70.13333vw;
  }
}

.map {
  height: 529px; 
  background-image: url("/img/sharen/awards2020/case_map_bg_lg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .map {
    height: 144vw;
  }
}
.map .map_container {
  position: relative;
  padding: 0 10px; 
  width: 1100px;
  max-width: unset;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .map .map_container {
    width: 100%;
  }
}
.map .map_ttl {
  position: absolute;
  top: -12px;
  left: 120px;
  text-align: initial;
}
@media screen and (max-width: 768px) {
  .map .map_ttl {
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .map .map_ttl img {
    width: 50.66667vw;
  }
}
.map .map-img {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .map .map-img {
    margin: 0 15px; 
    padding: 180px 0;
  }
}
.map .map-img img {
  margin: 8px -39px 0 0;
}
@media screen and (max-width: 768px) {
  .map .map-img img {
    margin: -50px 19px 0 0; 
    width: 70.13333vw;
  }
}

.map_button {
  position: relative;
  margin: 50px 0;
  border: unset;
  border: none;
  width: 180px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #231815;
  text-align: unset;
  text-align: initial;
  font-size: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .map_button {
    width: 36vw;
    height: 8vw;
    font-size: 3.2vw;
  }
}
.map_button .map_button_txt {
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 140px;
  height: 100%;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  text-align: center;
  color: #fff;
  line-height: 36px;
  line-height: normal;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .map_button .map_button_txt {
    width: 28vw;
    height: 8vw;
  }
}
@media all and (-ms-high-contrast: none) {
  .map_button .map_button_txt {
    /* IE */
    padding-top: 1%;
    padding-right: 20%;
  }
}
.map_button .map_button_decoration {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  background-color: #d8281c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .map_button .map_button_decoration {
    width: 8vw;
    height: 8vw;
  }
}
.map_button .map_button_decoration::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 50%;
  border-right: 1px solid #fff; 
  border-bottom: 1px solid #fff;
  width: 10px;
  height: 0;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .map_button .map_button_decoration::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .map_button:hover {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
    background-color: #d8281c;
  }
  .map_button:hover .map_button_decoration {
    -webkit-transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
    background-color: #231815;
  }
}

.-hokkaido {
  position: absolute;
  top: 6px;
  right: 126px;
}
@media screen and (max-width: 768px) {
  .-hokkaido {
    top: 6%;
    right: 10px;
  }
}

.-kitakanto {
  position: absolute;
  top: 225px;
  right: 126px;
}
@media screen and (max-width: 768px) {
  .-kitakanto {
    top: unset;
    right: 10px; 
    bottom: 24%;
  }
}

.-minamikanto {
  position: absolute;
  top: 285px;
  right: 126px;
}
@media screen and (max-width: 768px) {
  .-minamikanto {
    top: unset;
    right: 10px; 
    bottom: 16%;
  }
}

.-koshinetsu {
  position: absolute;
  top: 112px;
  right: 418px;
}
@media screen and (max-width: 768px) {
  .-koshinetsu {
    top: 21%;
    right: unset;
    left: -5px;
  }
}

.-tokai {
  position: absolute;
  right: 418px; 
  bottom: 18px;
}
@media screen and (max-width: 768px) {
  .-tokai {
    top: unset;
    right: 10px; 
    bottom: 8%;
  }
}

.-kansai {
  position: absolute;
  top: 112px;
  left: 258px;
}
@media screen and (max-width: 768px) {
  .-kansai {
    top: 5%;
    left: -5px;
  }
}

.-chugoku {
  position: absolute;
  top: 167px;
  left: 258px;
}
@media screen and (max-width: 768px) {
  .-chugoku {
    top: 13%;
    right: unset;
    left: -5px;
  }
}

.-kyusyu {
  position: absolute;
  bottom: 82px;
  left: 116px;
}
@media screen and (max-width: 768px) {
  .-kyusyu {
    bottom: 50px;
    left: -10px;
  }
}

/* ------------------------
  area
------------------------ */
.area {
  position: relative;
  margin-top: 100px;
  width: 1100px;
}
@media screen and (max-width: 768px) {
  .area {
    margin: 0;
    margin-top: 70px;
    padding: 0 10px; 
    width: 100%;
  }
}
@media screen and (max-width: 468px) {
  .area {
    margin-top: 50px;
  }
}
.area .area_ttl {
  position: absolute;
  top: 12px; 
  right: 0;
}
@media screen and (max-width: 768px) {
  .area .area_ttl {
    top: -4%; 
    margin-top: 35px;
  }
}
@media screen and (max-width: 468px) {
  .area .area_ttl {
    top: -15px; 
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .area .area_ttl img {
    height: 22.26667vw;
  }
}
.area .area_decoration {
  position: absolute;
  right: -19.5%; 
  bottom: -17px;
}
@media screen and (max-width: 768px) {
  .area .area_decoration {
    display: none;
  }
}

.p-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 194px;
  padding-bottom: 4px;
  background-color: #fff; 

  -ms-flex-flow: wrap; 

      flex-flow: wrap;
}
@media screen and (max-width: 768px) {
  .p-cards {
    padding-top: 117px; 

    -webkit-box-orient: vertical; 

    -webkit-box-direction: normal; 

        -ms-flex-flow: column; 

            flex-flow: column;
  }
}
.p-cards:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-cards:last-child {
    margin-bottom: 20px;
  }
}
.p-cards .p-card {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; 
  position: relative;
  z-index: 10;
  border: #d8281c 2px solid;
  max-width: 316px;
  height: 100%;
  background-color: #d8281c;
}
.p-cards .p-card::after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 1px;
  left: 5px;
  width: 100%;
  height: 101%;
  background-color: #d8281c;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card::after {
    top: 5px;
    left: 4px;
    width: calc(100% + 3px);
  }
}
.p-cards .p-card:not(:nth-child(3n)) {
  margin-right: 6.2%;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card {
    margin: 20px 0 !important; 
    width: calc(100% + -10px);
    max-width: unset;
    max-width: none;
  }
}
.p-cards .p-card_team {
  position: relative;
  top: 0px;
  padding: 1% 15px 1.5% 15px;
  height: 34px;
  background-color: #d8281c;
  text-align: right; 
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_team {
    height: 100%; 
    font-size: 3.33333vw;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-cards .p-card_team {
    /* IE */
    height: 34px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), screen and (-ms-high-contrast: none) and (max-width: 768px) {
  .p-cards .p-card_team {
    height: 7.2vw;
  }
}
.p-cards .p-card_emblem {
  position: absolute;
  z-index: 10;
  top: -25px;
  left: 0;
  width: 100px;
}
.p-cards .p-card_emblem img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_emblem {
    top: -25px;
    left: -4px;
    width: 22vw;
  }
}
.p-cards .p-card_content {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 10px 7px 10px; 

    -webkit-box-orient: horizontal; 

    -webkit-box-direction: normal; 

        -ms-flex-flow: row; 

            flex-flow: row;
  }
}
.p-cards .p-card_figure {
  position: relative;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_figure {
    display: inline-block;
    padding: 0; 
    width: 40%;
  }
}
.p-cards .p-card_figure img {
  width: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}
.p-cards .p-card_item {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_item {
    display: inline-block;
    padding: 0 10px; 
    width: 60%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-cards .p-card_item {
    /* IE */
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 768px), screen and (-ms-high-contrast: none) and (min-width: 768px) {
  .p-cards .p-card_item {
    padding-top: 10px;
  }
}
.p-cards .p-card_tag {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  margin-bottom: -30px;
  padding: 5px 60px 5px 25px;
  border-radius: 0 30px 30px 0;
  background-color: #d8281c;
  letter-spacing: 1px; 
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_tag {
    display: block; 
    position: relative;
    top: unset;
    left: unset;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
    color: #d8281c;
    font-size: 2.66667vw;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-cards .p-card_tag {
    /* IE */
    top: 0;
    left: 0;
  }
}
.p-cards .p-card_lead {
  padding: 25px 25px 10px 25px;
  letter-spacing: 2px; 
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_lead {
    padding: 0;
    padding-top: 3px;
    font-size: 3.06667vw;
    line-height: 1.3;
  }
}
.p-cards .p-card_txt {
  margin: 0 30px 0 25px;
  padding-bottom: 22px;
  border-bottom: 1px dashed #dbdbdb; 
  text-align: justify;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_txt {
    display: none;
  }
}
.p-cards .p-card_link {
  padding: 22px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_link {
    padding: 0;
    padding-top: 14px; 
    text-align: left;
  }
}
.p-cards .p-card_link img {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_link img {
    margin-right: 5px; 
    padding-right: 0;
    width: 3.33333vw;
    height: 4vw;
  }
}
.p-cards .p-card_link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  color: #1f292e;
  font-size: 14px;
  font-weight: 600;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-cards .p-card_link a:hover {
  -webkit-transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: color cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s; 
  color: #d8281c;
}
@media screen and (max-width: 768px) {
  .p-cards .p-card_link a {
    letter-spacing: 1px; 
    font-size: 2.66667vw;
  }
}

/*  leftのクラスはタイトルを右に、アイテムの並びを左上から右下に階段状にする  */
.left .area_ttl {
  right: 0;
}
@media screen and (max-width: 768px) {
  .left .area_ttl {
    left: 0;
  }
}

.left .p-card:nth-child(0) {
  margin-top: 60px;
}

.left .p-card:nth-child(1) {
  margin-top: -60px;
}

.left .p-card:nth-child(2) {
  margin-top: 0;
}

.left .p-card:nth-child(3) {
  margin-top: 60px;
}

.left .p-card:nth-child(4) {
  margin-top: -60px;
}

.left .p-card:nth-child(5) {
  margin-top: 0;
}

.left .p-card:nth-child(6) {
  margin-top: 60px;
}

.left .p-card:nth-child(7) {
  margin-top: -60px;
}

.left .p-card:nth-child(8) {
  margin-top: 0;
}

.left .p-card:nth-child(9) {
  margin-top: 60px;
}

.left .p-card:nth-child(10) {
  margin-top: -60px;
}

.left .p-card:nth-child(11) {
  margin-top: 0;
}

.left .p-card:nth-child(12) {
  margin-top: 60px;
}

.left .p-card:nth-child(13) {
  margin-top: -60px;
}

.left .p-card:nth-child(14) {
  margin-top: 0;
}

.left .p-card:nth-child(15) {
  margin-top: 60px;
}

.right .area_decoration {
  right: -16.5%; 
  bottom: 165px;
}

.right .area_ttl {
  left: 0;
}

.right .p-card:nth-child(0) {
  margin-top: -60px;
}

.right .p-card:nth-child(1) {
  margin-top: 60px;
}

.right .p-card:nth-child(2) {
  margin-top: 0;
}

.right .p-card:nth-child(3) {
  margin-top: -60px;
}

.right .p-card:nth-child(4) {
  margin-top: 60px;
}

.right .p-card:nth-child(5) {
  margin-top: 0;
}

.right .p-card:nth-child(6) {
  margin-top: -60px;
}

.right .p-card:nth-child(7) {
  margin-top: 60px;
}

.right .p-card:nth-child(8) {
  margin-top: 0;
}

.right .p-card:nth-child(9) {
  margin-top: -60px;
}

.right .p-card:nth-child(10) {
  margin-top: 60px;
}

.right .p-card:nth-child(11) {
  margin-top: 0;
}

.right .p-card:nth-child(12) {
  margin-top: -60px;
}

.right .p-card:nth-child(13) {
  margin-top: 60px;
}

.right .p-card:nth-child(14) {
  margin-top: 0;
}

.right .p-card:nth-child(15) {
  margin-top: -60px;
}

/* ------------------------
  overview
------------------------ */
.overview {
  margin: 105px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .overview {
    margin: 54px 0;
  }
}
.overview .overview_container {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .overview .overview_container {
    margin: 0 12px;
  }
}
.overview .overview_container .overview_ttl {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .overview .overview_container .overview_ttl img {
    width: 54.13333vw;
  }
}
.overview .overview_list {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .overview .overview_list {
    margin-top: 36px;
  }
}
.overview .overview_list .overview_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 72px;
  padding: 48px 0 35px 0; 
  border: 2px solid #ededed;
  background-color: #f6f6f6;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

      -ms-flex-flow: row;

          flex-flow: row;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item {
    margin-bottom: 43px; 
    padding: 31px 0 18px 0;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-flow: column;

            flex-flow: column;
  }
}
.overview .overview_list .overview_item:not(:last-child)::after {
  content: "▼";
  position: absolute;
  bottom: -25px;
  left: 49%;
  width: 1px;
  height: 1px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); 
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:not(:last-child)::after {
    bottom: -10px;
    left: 47%;
  }
}
.overview .overview_list .overview_item:nth-child(1) {
  background: url("/img/sharen/awards2020/overview_bg_01_lg.png");
  background-repeat: no-repeat; 
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(1) {
    background: url("/img/sharen/awards2020/overview_bg_01_sm.png");
    background-repeat: no-repeat; 
    background-size: cover;
  }
}
.overview .overview_list .overview_item:nth-child(2) {
  padding: 47px 0 36px 0;
  background: url("/img/sharen/awards2020/overview_bg_02_lg.png");
  background-repeat: no-repeat; 
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(2) {
    padding: 43px 0 48px 0;
    background: url("/img/sharen/awards2020/overview_bg_02_sm.png");
    background-repeat: no-repeat; 
    background-size: cover;
  }
}
.overview .overview_list .overview_item:nth-child(2) .overview_head p {
  line-height: 1.6;
}
.overview .overview_list .overview_item:nth-child(2) .overview_content {
  padding: 1px 36px;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(2) .overview_content {
    padding-top: 13px;
  }
}
.overview .overview_list .overview_item:nth-child(2) .overview_content li {
  padding-bottom: 2px;
}
.overview .overview_list .overview_item:nth-child(2) .overview_content li:nth-child(3),
.overview .overview_list .overview_item:nth-child(2) .overview_content li:nth-child(4) {
  display: inline-block;
}
.overview .overview_list .overview_item:nth-child(2) .overview_content .overview_time {
  padding-top: 8px !important;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(2) .overview_content p {
    padding-top: 2px;
  }
}
.overview .overview_list .overview_item:nth-child(3) {
  margin-bottom: 15px;
  padding: 86px 0 42px 0;
  background: url("/img/sharen/awards2020/overview_bg_03_lg.png");
  background-repeat: no-repeat; 
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(3) {
    margin-bottom: 0;
    padding: 50px 0 49px 0; 
    background: url("/img/sharen/awards2020/overview_bg_03_sm.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.overview .overview_list .overview_item:nth-child(3) .overview_head p {
  letter-spacing: -3.5px;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(3) .overview_head p {
    letter-spacing: 0px;
  }
}
.overview .overview_list .overview_item:nth-child(3) .overview_content {
  margin-top: -56px;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(3) .overview_content {
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item:nth-child(3) .overview_content .overview_time {
    padding-top: 0;
  }
}
.overview .overview_list .overview_item:nth-child(3) .overview_content .overview_txt {
  padding-top: 0px;
  padding-bottom: 4px;
}
.overview .overview_list .overview_item .overview_head,
.overview .overview_list .overview_item .overview_content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_head,
  .overview .overview_list .overview_item .overview_content {
    width: 100%;
    text-align: center;
  }
}
.overview .overview_list .overview_item .overview_head {
  border-right: 2px solid #ededed;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_head img {
    width: 39.33333vw;
  }
}
.overview .overview_list .overview_item .overview_head p {
  color: #1f292e; 
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_head p {
    font-size: 6.4vw;
    line-height: 2;
  }
}
.overview .overview_list .overview_item .overview_head p span {
  display: inline-block;
  text-align: left;
}
.overview .overview_list .overview_item .overview_content {
  margin-top: -4px;
  padding: 1px 25px 0 39px; 
  text-align: left;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_content {
    padding: 0; 
    text-align: center;
  }
}
.overview .overview_list .overview_item .overview_content .overview_txt {
  letter-spacing: 1px; 
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_content .overview_txt {
    padding-top: 6px;
    letter-spacing: 0.6px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.overview .overview_list .overview_item .overview_content .overview_time {
  padding-top: 9px;
  letter-spacing: 1.3px; 
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_content .overview_time {
    padding-top: 6px; 
    font-size: 3.2vw;
  }
}
.overview .overview_list .overview_item .overview_end {
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .overview .overview_list .overview_item .overview_end {
    letter-spacing: 1px; 
    font-size: 4vw;
  }
}
.overview .overview_change {
  text-align: right;
  letter-spacing: 0.5px; 
  color: #242d31;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .overview .overview_change {
    margin-top: 7px; 
    text-align: center;
    font-size: 2.66667vw;
  }
}

/* ------------------------
  vote
------------------------ */
.vote {
  position: relative;
  margin-top: 25px;
  padding-bottom: 200px; 
  height: 600px;
  background: url("/img/sharen/awards2020/case_good_bg_lg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .vote {
    margin-top: 20px;
    padding-bottom: 44px;
    height: 84vw; 
    background: url("/img/sharen/awards2020/case_good_bg_sm.png");
    background-position: 50% 50%;
    background-size: cover;
  }
}
.vote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.vote .vote_container {
  position: relative;
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .vote .vote_container {
    padding-top: 0;
  }
}
.vote .vote_container .vote_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

      -ms-flex-flow: row;

          flex-flow: row;
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer {
    text-align: center; 

    -webkit-box-orient: vertical; 

    -webkit-box-direction: normal; 

        -ms-flex-flow: column; 

            flex-flow: column;
  }
}
.vote .vote_container .vote_outer::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50%;
  width: 200%;
  height: 200px;
  background-color: rgba(255, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer::after {
    height: 34.93333vw;
  }
}
.vote .vote_container .vote_outer .vote_ttl {
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer .vote_ttl {
    padding-top: 6%;
  }
}
.vote .vote_container .vote_outer .vote_ttl img {
  max-width: 986px;
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer .vote_ttl img {
    max-width: 82.93333vw;
  }
}
.vote .vote_container .vote_outer .vote_ttl picture:last-child img {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer .vote_ttl picture:last-child img {
    margin-top: 12px; 
    max-width: 65.86667vw;
  }
}
.vote .vote_container .vote_outer .vote_button-right {
  margin-top: -9px;
  margin-right: 60px;

  -webkit-box-flex: 0;

      -ms-flex: 0 0 auto;

          flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .vote .vote_container .vote_outer .vote_button-right {
    margin: 15% auto 0 auto;
  }
}

/* ------------------------
  sns
------------------------ */
.sns {
  height: auto; 
  background: url("/img/sharen/awards2020/share_bg_lg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sns {
    background: url("/img/sharen/awards2020/share_bg_sm.png");
  }
}
.sns .sns_container {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sns .sns_container {
    padding-bottom: 50px;
  }
}
.sns .sns_ttl {
  display: inline-block; 
  padding: 150px 0 45px 0;
}
@media screen and (max-width: 768px) {
  .sns .sns_ttl {
    padding: 72px 0 30px 0; 
    width: 55.73333vw;
  }
}
.sns .sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 2px solid #dbd5d5;
  height: 140px;
  background-color: #fff; 

  -webkit-box-orient: horizontal; 

  -webkit-box-direction: normal; 

      -ms-flex-flow: row; 

          flex-flow: row;
}
@media screen and (max-width: 768px) {
  .sns .sns_share {
    margin: 0 15px;
    height: 29.06667vw;
  }
}
.sns .sns_share::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 50%;
  border-right: 2px solid #dbd5d5; 
  height: 100%;
}
.sns .sns_share .share_facebook,
.sns .sns_share .share_twitter {
  position: relative;
  border: 0px solid #f3f3f3;
  width: 50%;
  -webkit-transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
}
.sns .sns_share .share_facebook img,
.sns .sns_share .share_twitter img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sns .sns_share .share_facebook img,
  .sns .sns_share .share_twitter img {
    width: 25.6vw;
  }
}
.sns .sns_share .share_facebook a,
.sns .sns_share .share_twitter a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sns .sns_share .share_facebook:hover,
.sns .sns_share .share_twitter:hover {
  border: 8px solid #f3f3f3;
  -webkit-transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
}
@media screen and (max-width: 768px) {
  .sns .sns_share .share_twitter img {
    width: 22.4vw;
  }
}
.sns .sns_ttl_news {
  padding: 100px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .sns .sns_ttl_news {
    padding: 76px 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .sns .sns_ttl_news img {
    width: 50.66667vw;
  }
}
.sns .sns_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 150px 0; 

  -webkit-box-orient: vertical; 

  -webkit-box-direction: normal; 

      -ms-flex-flow: column; 

          flex-flow: column;
}
@media screen and (max-width: 768px) {
  .sns .sns_news {
    margin: 0 15px; 
    padding-top: 15px;
    padding-bottom: 33px;

    -ms-flex-flow: wrap;

        flex-flow: wrap;
  }
}
.sns .sns_news .news_facebook {
  margin: 0 auto; 
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sns .sns_news .news_facebook {
    overflow: hidden; 
    margin: 0;
    height: 60.66667vw;
  }
  .sns .sns_news .news_facebook .fb-page {
    display: block !important;
    margin: 0; 
    width: 100%;
    height: auto;
  }
  .sns .sns_news .news_facebook .fb-page span {
    width: 86.66667vw !important;
    height: auto !important;
  }
  .sns .sns_news .news_facebook .fb-page span iframe {
    position: relative; 
    width: 86.66667vw !important;
  }
}
.sns .sns_news .share_instagram {
  position: relative;
  margin: 50px auto 0 auto;
  border: 2px solid #dbd5d5;
  width: 500px;
  height: 140px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sns .sns_news .share_instagram {
    margin-top: 30px; 
    width: 100%;
    height: 29.06667vw;
  }
}
.sns .sns_news .share_instagram a {
  display: inline-block;
  border: 0px solid #f3f3f3;
  width: 100%;
  height: 100%;
  -webkit-transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
}
.sns .sns_news .share_instagram a:hover {
  border: 8px solid #f3f3f3;
  -webkit-transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
  transition: border cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.15s;
}
.sns .sns_news .share_instagram img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sns .sns_news .share_instagram img {
    width: 20.66667vw;
  }
}

/* ------------------------
  footer
------------------------ */