@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : guardian.css                                */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
#container {
  background: url(../../award/img/bg_container.jpg) repeat-y center top/100% auto;
}

.h1_wrap .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.h1_wrap .inner .h1_box {
  width: 45%;
  padding-top: 35px;
}
.h1_wrap .inner .h1_box img {
  width: 100%;
  height: auto;
}
.h1_wrap .inner .h1_box .h1_txt {
  color: #C7D5E0;
  font-size: 18px;
  padding: 0 35px;
  margin-top: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#wrap {
  max-width: inherit;
  margin: 0;
  padding: 0;
}

.contents_inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.contents_inner.top_contents {
  position: relative;
  z-index: 2;
  margin-bottom: -19%;
}

section {
  margin-bottom: 100px;
}
section:last-of-type {
  margin-bottom: 0;
}

#award .h1_wrap {
  background: url(../../award/img/bg_h1.png) no-repeat right center/auto 100%;
  height: 640px;
  position: relative;
}
#award .h1_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url(../../award/img/bg_h1_wrap.png) no-repeat center top/100% auto;
  position: absolute;
  left: 0;
  bottom: -40px;
  box-shadow: 0px 10px 20px rgba(23, 26, 33, 0.6);
}

.congratulations {
  width: 900px;
  margin: 100px auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  position: relative;
  z-index: 2;
}
.congratulations .box {
  background: url(../../award/img/bg_congratulations.png) no-repeat center center/100% auto;
  position: relative;
  height: 280px;
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 3;
}
.congratulations .box .tit01 {
  font-weight: 800;
  font-size: 20px;
  color: #48FF30;
}
.congratulations .box .img01 {
  width: 48.8%;
  margin: 25px auto 15px;
}
.congratulations .box .txt01 {
  color: #C7D5E0;
  font-size: 16px;
  line-height: 1.8;
}
.congratulations .bg_img01 {
  position: absolute;
  top: -53px;
  right: -359px;
  z-index: 1;
  width: 88.8%;
  mix-blend-mode: multiply;
}
.congratulations .bg_img02 {
  position: absolute;
  bottom: 8px;
  left: -400px;
  z-index: 2;
  width: 88.8%;
}
.congratulations .bg_img03 {
  position: absolute;
  bottom: -144px;
  left: -300px;
  z-index: 1;
  width: 166.6%;
}

.gallery {
  max-width: 1040px;
  margin: 100px auto 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  position: relative;
  z-index: 3;
}
.gallery .gallery_about {
  text-align: center;
  margin: 30px 0 50px;
}
.gallery .gallery_about a {
  display: inline-block;
  width: 48%;
  position: relative;
  z-index: 2;
}
.gallery .gallery_about a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #48FF30;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  transition: 0.5s;
}
.gallery .gallery_about a:hover {
  opacity: 1;
}
.gallery .gallery_about a:hover::before {
  top: 0px;
  left: 0px;
  transition: 0.5s;
}
.gallery .gallery_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 1.55%;
  margin: 15px 0 0;
}
.gallery .gallery_list li {
  width: 32.3%;
  box-sizing: border-box;
  padding: 8px;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
}
.gallery .gallery_list li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  /* 一番下に敷く */
  border-radius: 8px;
  background: linear-gradient(45deg, #1D74A6 0%, #48FF30 100%);
}
.gallery .gallery_list li::after {
  content: "";
  position: absolute;
  /* ボックスのサイズから線として出したい部分の分だけ小さくする */
  /* border-size: 2px; にしたいときは2*2px（上下or左右の分） */
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  z-index: -1;
  /* グラデーションの上に被せる、かつ表示したいテキストより下にする */
  border-radius: 8px;
  background: #1B2838;
}
.gallery .gallery_list li a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.8s;
}
.gallery .gallery_list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  z-index: 3;
}
.gallery .gallery_list li a:hover img {
  opacity: 1;
}
.gallery .gallery_list li a:hover::before {
  animation: shine 3.5s;
}
.gallery .gallery_list li .pic_box {
  position: relative;
}
.gallery .gallery_list li .pic_box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 170px;
}
.gallery .gallery_list li .pic_box .prize {
  position: absolute;
  left: 10px;
  bottom: 6px;
  background: #1B2838;
  font-size: 17px;
  color: #FFF;
  border-radius: 15px;
  padding: 0px 10px;
}
.gallery .gallery_list li .pic_box .prize img {
  -o-object-fit: inherit;
     object-fit: inherit;
  width: auto;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.gallery .gallery_list li .data_box {
  background: #171A21;
  color: #8F98A0;
  padding: 15px 10px;
  font-size: 14px;
}
.gallery .gallery_list li .data_box .data01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.gallery .gallery_list li .data_box .c_name {
  color: #FFF;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
}
.gallery .gallery_list li .data_box .data02 {
  display: flex;
  justify-content: space-between;
}
.gallery .gallery_list li .data_box .data02 .tag {
  display: flex;
  justify-content: flex-start;
  gap: 0 5px;
}
.gallery .gallery_list li .data_box .data02 .tag span {
  display: inline-block;
  background: #1B2838;
  border-radius: 4px;
  padding: 2px 5px;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.for_students {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  background: url(../../award/img/bg_box_img.jpg) no-repeat center top/100% auto;
  padding: 32% 0 8%;
}
.for_students .title01 {
  margin-bottom: 40px;
}
.for_students .title01 span {
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  border-top: solid 3px #FFF;
  border-bottom: solid 3px #FFF;
  color: #FFF;
  padding: 0 10px;
}
.for_students .img01 {
  width: 51.1%;
  margin: 0 auto 20px;
}
.for_students .txt01 {
  color: #C7D5E0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 40px;
}
.for_students .txt02 {
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
.for_students .btn01 {
  text-align: center;
  position: relative;
}
.for_students .btn01 a {
  display: inline-block;
  font-size: 35px;
  font-weight: 800;
  color: #FFF345;
  border: solid 2px #FFF345;
  border-radius: 10px;
  background: #3AAF44;
  padding: 18px 0;
  width: 57.6%;
}
.for_students .btn01 a:hover {
  color: #3AAF44;
  background: #FFF345;
  transition: 0.3s;
}
.for_students .btn01::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: url(../../award/img/bg_btn.png) no-repeat center center/86% auto;
  position: fixed;
  left: 0;
  bottom: 0px;
  z-index: -1;
}

.none {
  display: none;
}

.modaal-container {
  max-width: 1140px;
  background: transparent;
}

.modaal-content-container {
  overflow: auto;
}

.modaal-overlay {
  z-index: 1005;
}

.modal_box {
  background: #171A21;
  padding: 25px 20px;
  display: flex;
  justify-content: flex-start;
  gap: 0 1.4%;
  margin-top: 30px;
  position: relative;
}
.modal_box img {
  width: 100%;
  height: auto;
}
.modal_box .box_l {
  width: 68.8%;
}
.modal_box .box_l .box_main {
  margin-bottom: 10px;
  position: relative;
  padding-top: 56.25%;
  /* 16:9 アスペクト比 */
  height: 0;
}
.modal_box .box_l .box_main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_box .box_l .sub_img {
  display: flex;
  justify-content: flex-start;
  gap: 0 1.4%;
}
.modal_box .box_l .sub_img li {
  width: 32.8%;
}
.modal_box .box_l .works_name {
  color: #C7D5E0;
  font-size: 28px;
  font-weight: 600;
  margin-top: 15px;
}
.modal_box .box_l .works_name span {
  color: #8F98A0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
}
.modal_box .box_r {
  width: 29.8%;
}
.modal_box .box_r .txt_wrap {
  background: #1B2838;
  padding: 19px;
}
.modal_box .box_r .box_tit {
  color: #8F98A0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}
.modal_box .box_r .box_txt {
  color: #C7D5E0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}
.modal_box .box_r .box_txt.bottom {
  margin-bottom: 0;
}
.modal_box .box_r .box_txt.outline {
  font-size: 16px;
}
.modal_box .box_r .prof {
  color: #66C0F4;
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  font-weight: 500;
}
.modal_box .box_r .prof span {
  color: #8F98A0;
  font-size: 12px;
  display: inline-block;
  min-width: 6.5em;
}
.modal_box .box_r .prof.course {
  margin-bottom: 20px;
}
.modal_box .box_r .btn01 {
  margin-top: 20px;
}
.modal_box .box_r .btn01 a {
  display: block;
  background: #3AAF44;
  border: solid 1px #FFF345;
  border-radius: 10px;
  text-align: center;
  color: #FFF345;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  font-weight: 800;
  font-size: 20px;
  padding: 13px 0;
  transition: 0.3s;
}
.modal_box .box_r .btn01 a:hover {
  background: #FFF345;
  color: #3AAF44;
}
.modal_box.cg .box_l .box_main {
  padding-top: 0;
  height: auto;
  background: #000000;
  text-align: center;
}
.modal_box.cg .box_l .box_main img {
  max-height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal_box .close_btn {
  position: absolute;
  right: 20px;
  top: -20px;
  color: #C7D5E0;
  border: solid 1px #C7D5E0;
  padding: 0 10px;
  cursor: pointer;
}

.box02_wrap {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.box02_wrap .close_btn {
  position: absolute;
  z-index: 2;
  right: 7px;
  top: 0px;
  cursor: pointer;
}

.modal_box02 {
  background: #48FF30;
  clip-path: polygon(7.5% 0%, 92.5% 0%, 100% 7.5%, 100% 92.5%, 92.5% 100%, 7.5% 100%, 0% 92.5%, 0% 7.5%);
  padding: 50px 60px;
  box-sizing: border-box;
  z-index: 2;
}
.modal_box02::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: linear-gradient(270deg, #171A21 0%, #1B2838 30%, #1B2838 70%, #171A21 100%);
  clip-path: polygon(7.5% 0%, 92.5% 0%, 100% 7.5%, 100% 92.5%, 92.5% 100%, 7.5% 100%, 0% 92.5%, 0% 7.5%);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
}
.modal_box02 .box_txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  color: #FFF;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.modal_box02 .box_txt .tit {
  text-align: center;
  margin-bottom: 40px;
}
.modal_box02 .box_txt .tit img {
  width: auto;
  height: 29px;
}
.modal_box02 .box_txt dt {
  margin-bottom: 10px;
}
.modal_box02 .box_txt dt img {
  width: auto;
  height: 23px;
}
.modal_box02 .box_txt dd {
  margin-bottom: 20px;
}
.modal_box02 .box_txt dd:last-child {
  margin-bottom: 0;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) and (max-width: 1100px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  #container {
    background: url(../../award/img/bg_container.jpg) repeat-y center top/100% auto;
  }
  .h1_wrap .inner {
    display: block;
  }
  .h1_wrap .inner .h1_box {
    width: 100%;
    padding-top: 54%;
  }
  .h1_wrap .inner .h1_box h1 {
    text-align: center;
  }
  .h1_wrap .inner .h1_box img {
    width: 77.7%;
    height: auto;
  }
  .h1_wrap .inner .h1_box .h1_txt {
    font-size: 16px;
    padding: 0;
    margin-top: 15px;
  }
  #wrap {
    max-width: inherit;
    margin: 0;
    padding: 0;
  }
  .contents_inner {
    max-width: inherit;
    padding: 0 15px;
  }
  .contents_inner.top_contents {
    position: relative;
    z-index: 2;
    margin-bottom: -24%;
  }
  section {
    margin-bottom: 100px;
  }
  section:last-of-type {
    margin-bottom: 0;
  }
  #award .h1_wrap {
    background: url(../../award/img/bg_h1_sp.png) no-repeat center top/100% auto;
    height: auto;
    position: relative;
    margin-bottom: 60px;
  }
  #award .h1_wrap::before {
    bottom: -20px;
  }
  .congratulations {
    width: 100%;
    margin: 0 auto;
  }
  .congratulations .box {
    background: url(../../award/img/bg_congratulations_sp.png) no-repeat center center/100% auto;
    position: relative;
    height: auto;
    padding: 35px 20px 30px;
  }
  .congratulations .box .tit01 {
    font-size: 16px;
  }
  .congratulations .box .img01 {
    width: 100%;
    margin: 15px 0;
  }
  .congratulations .box .txt01 {
    color: #C7D5E0;
    font-size: 14px;
    line-height: 1.8;
  }
  .congratulations .bg_img01 {
    display: none;
  }
  .congratulations .bg_img02 {
    display: none;
  }
  .congratulations .bg_img03 {
    bottom: -30px;
    left: 0;
    width: 100%;
  }
  .gallery {
    max-width: inherit;
    margin: 50px auto 0;
  }
  .gallery .gallery_about {
    text-align: center;
    margin: 15px 0 30px;
  }
  .gallery .gallery_about a {
    display: inline-block;
    width: 90%;
    position: relative;
    z-index: 2;
  }
  .gallery .gallery_about a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: solid 2px #48FF30;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    transition: inherit;
  }
  .gallery .gallery_about a:hover::before {
    top: 5px;
    left: 5px;
    transition: inherit;
  }
  .gallery .gallery_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 15px 0 0;
  }
  .gallery .gallery_list li {
    width: 100%;
    padding: 8px;
  }
  .gallery .gallery_list li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    /* 一番下に敷く */
    border-radius: 8px;
    background: linear-gradient(45deg, #1D74A6 0%, #48FF30 100%);
  }
  .gallery .gallery_list li::after {
    content: "";
    position: absolute;
    /* ボックスのサイズから線として出したい部分の分だけ小さくする */
    /* border-size: 2px; にしたいときは2*2px（上下or左右の分） */
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    z-index: -1;
    /* グラデーションの上に被せる、かつ表示したいテキストより下にする */
    border-radius: 8px;
    background: #1B2838;
  }
  .gallery .gallery_list li a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.8s;
  }
  .gallery .gallery_list li a::before {
    display: none;
  }
  .gallery .gallery_list li a:hover img {
    opacity: 1;
  }
  .gallery .gallery_list li a:hover::before {
    animation: inherit;
  }
  .gallery .gallery_list li .pic_box {
    position: relative;
  }
  .gallery .gallery_list li .pic_box img {
    height: 170px;
  }
  .gallery .gallery_list li .pic_box .prize {
    font-size: 15px;
  }
  .gallery .gallery_list li .pic_box .prize img {
    height: 14px;
  }
  .gallery .gallery_list li .data_box {
    background: #171A21;
    color: #8F98A0;
    padding: 10px;
    font-size: 15px;
  }
  .gallery .gallery_list li .data_box .data01 {
    margin-bottom: 5px;
  }
  .gallery .gallery_list li .data_box .c_name {
    font-size: 15px;
  }
  .gallery .gallery_list li .data_box .data02 {
    font-size: 12px;
  }
  .gallery .gallery_list li .data_box .data02 .tag {
    display: flex;
    justify-content: flex-start;
    gap: 0 5px;
  }
  .gallery .gallery_list li .data_box .data02 .tag span {
    display: inline-block;
    background: #1B2838;
    border-radius: 4px;
    padding: 2px 5px;
  }
  .for_students {
    background: url(../../award/img/bg_box_img_sp.jpg) no-repeat center top/100% auto;
    padding: 55% 0 22%;
  }
  .for_students .title01 {
    margin-bottom: 20px;
  }
  .for_students .title01 span {
    font-size: 16px;
    border-top: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
    padding: 5px;
  }
  .for_students .img01 {
    width: 77.5%;
    margin: 0 auto 10px;
  }
  .for_students .txt01 {
    color: #C7D5E0;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 20px;
  }
  .for_students .txt02 {
    color: #FFF;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .for_students .btn01 {
    text-align: center;
    position: relative;
  }
  .for_students .btn01 a {
    font-size: 20px;
    padding: 10px 0;
    width: 79.7%;
  }
  .for_students .btn01 a:hover {
    color: #FFF345;
    background: #3AAF44;
    transition: inherit;
  }
  .for_students .btn01::before {
    background: url(../../award/img/bg_btn_sp.png) no-repeat center center/100% auto;
    height: 240px;
  }
  .none {
    display: none;
  }
  .modaal-content-container {
    padding: 30px 0;
  }
  .modaal-container {
    max-width: inherit;
  }
  .modal_box {
    padding: 15px 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 0;
    margin-top: 30px;
  }
  .modal_box img {
    width: 100%;
    height: auto;
  }
  .modal_box .box_l {
    width: 100%;
  }
  .modal_box .box_l .box_main {
    margin-bottom: 10px;
    position: relative;
    padding-top: 56.25%;
    /* 16:9 アスペクト比 */
    height: 0;
  }
  .modal_box .box_l .box_main iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modal_box .box_l .sub_img {
    display: flex;
    justify-content: flex-start;
    gap: 0 1.4%;
  }
  .modal_box .box_l .sub_img li {
    width: 32.8%;
  }
  .modal_box .box_l .works_name {
    font-size: 20px;
    margin-top: 10px;
  }
  .modal_box .box_r {
    width: 100%;
  }
  .modal_box .box_r .txt_wrap {
    padding: 15px;
  }
  .modal_box .box_r .box_txt {
    margin-bottom: 10px;
  }
  .modal_box .box_r .prof {
    color: #66C0F4;
    font-size: 14px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    transform: rotate(0.05deg);
    font-weight: 500;
  }
  .modal_box .box_r .prof span {
    color: #8F98A0;
    font-size: 12px;
    display: inline-block;
    min-width: 6.5em;
  }
  .modal_box .box_r .prof.course {
    margin-bottom: 20px;
  }
  .modal_box .box_r .btn01 {
    margin-top: 20px;
  }
  .modal_box .box_r .btn01 a {
    display: block;
    background: #3AAF44;
    border: solid 1px #FFF345;
    border-radius: 10px;
    text-align: center;
    color: #FFF345;
    font-family: "M PLUS Rounded 1c", sans-serif;
    transform: rotate(0.05deg);
    font-weight: 800;
    font-size: 20px;
    padding: 13px 0;
    transition: 0.3s;
  }
  .modal_box .box_r .btn01 a:hover {
    background: #FFF345;
    color: #3AAF44;
  }
  .modal_box.cg .box_l .box_main {
    padding-top: 0;
    height: auto;
    background: #000000;
    text-align: center;
  }
  .modal_box.cg .box_l .box_main img {
    max-height: 700px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .modal_box .close_btn {
    position: absolute;
    right: 20px;
    top: -20px;
    color: #C7D5E0;
    border: solid 1px #C7D5E0;
    padding: 0 10px;
    cursor: pointer;
  }
  .box02_wrap {
    max-width: inherit;
    margin: 0;
  }
  .box02_wrap .close_btn {
    position: absolute;
    width: 36px;
    height: 36px;
    z-index: 2;
    right: 0px;
    top: 10px;
    cursor: pointer;
  }
  .box02_wrap .close_btn img {
    width: 100%;
    height: auto;
  }
  .modal_box02 {
    padding: 40px 15px 60px;
  }
  .modal_box02::before {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: linear-gradient(270deg, #171A21 0%, #1B2838 30%, #1B2838 70%, #171A21 100%);
    clip-path: polygon(7.5% 0%, 92.5% 0%, 100% 7.5%, 100% 92.5%, 92.5% 100%, 7.5% 100%, 0% 92.5%, 0% 7.5%);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
  }
  .modal_box02 .box_txt {
    font-family: "M PLUS Rounded 1c", sans-serif;
    transform: rotate(0.05deg);
    color: #FFF;
    font-size: 14px;
    position: relative;
    z-index: 2;
  }
  .modal_box02 .box_txt .tit {
    text-align: center;
    margin-bottom: 20px;
  }
  .modal_box02 .box_txt .tit img {
    width: auto;
    height: 18px;
  }
  .modal_box02 .box_txt dt {
    margin-bottom: 5px;
  }
  .modal_box02 .box_txt dt img {
    width: auto;
    height: 14px;
  }
  .modal_box02 .box_txt dd {
    margin-bottom: 10px;
  }
  .modal_box02 .box_txt dd:last-child {
    margin-bottom: 0;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=award.css.map */