/* keyvisual */

body {
  font-size: 16px;
  line-height: 2em;
}

br.sp {
  display: none;
}
@media screen and (max-width:768px) {
  br.sp {
    display: inline;
  }
}

.section-inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.mv {
  position: relative;
}
.mv-img {
  vertical-align: bottom;
}
.mv-title {
  position: absolute;
  top: 7%;
  left: 33%;
  width: 34%;
}
.mv-date {
  position: absolute;
  top: 67%;
  left: 29%;
  width: 42%;
}
.mv-info {
  position: absolute;
  bottom: 4%;
  left: 5%;
  width: 90%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.mv-prize {
  position: absolute;
  bottom: 2.25%;
  right: 1.5%;
  width: 11%;
}

@media screen and (max-width:768px) {
  .mv-title {
    top: calc(70px + 3%);
    left: 10%;
    width: 80%;
  }
  .mv-date {
    top: 68.5%;
    left: 11.2%;
    width: 77.6%;
  }
  .mv-info {
    top: 89%;
    font-size: 3vw;
    line-height: 2em;
  }
  .mv-prize {
    bottom: auto;
    top: calc(70px + 37%);
    right: 2.5%;
    width: 32%;
  }
}

.intro {
  padding: 60px 0;
  color: #02236E;
  background: #fff;
}
.intro-text span {
  font-weight: 700;
  color: #E9FF43;
}
.btn_entry {
  display: block;
  max-width: 420px;
  margin: 0 auto 50px;
  transition: .25;
}
.btn_entry:hover {
  transform: scale(1.05);
}
.result-award-title{
  position: relative;
  margin: 80px 0 20px;
  border-top: 2px solid #94e6b9;
  padding-top: 33px;
  padding-bottom: 7px;
  color: #3f96e2;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.result-award-title::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../img/result/ic-award4.svg) center top no-repeat;
  background-size: 50px auto;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.result-award-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 60px;
}
.result-award-wrap-l {
  justify-content: center;
}
.result-award-item {
  width: 31%;
  text-align: center;
}
.result-award-wrap-l .result-award-item {
  width: 100%;
  margin: 0 0 4%;
}
.result-award-wrap-l .result-award-item:last-of-type {
  margin-bottom: 0;
}
.result-award-catch {
  /* margin: 0 0 0.25em; */
  margin: 0;
  text-align: center;
  color: #0b9f4b;
  font-size: 19px;
  font-weight: 700;
  background-color: #d6ff99;
  padding: 10px;
}
@media screen and (max-width:768px) {
  .result-award-catch {
    font-size: 17px;
    padding: 10px 4px;
  }
}
.result-award-img img {
  width: 100%;
  height: auto;
}
.result-award-name {
  margin: 0.5em 0 0;
  line-height: 1.25em;
  font-size: 110%;
  font-weight: 700;
}
.result-award-name span {
  display: block;
  font-size: 85%;
}
.purpose-wrap {
  padding: 1.25em;
  border-radius: 10px;
  border: 1px solid #0044a9;
}
.purpouse-title {
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #0044a9;
}
@media screen and (max-width:768px) {
  .intro-inner {
    width: 80%;
  }
  .btn_entry {
    margin: 0 auto 30px;
  }
  .btn_entry:hover {
    transform: none;
  }
  .result-award-item,
  .result-award-wrap-l .result-award-item {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(0,0,0,.15);
  }
  .result-award-item:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
  }
  .purpose-wrap {
    font-size: 14px;
  }
  .purpouse-title {
    font-size: 17px;
  }
}

.guideline {
  padding: 85px 0;
  background: #FFFFE0;
}
.guideline-title {
  width: 80%;
  max-width: 490px;
  margin: 0 auto 110px;
}
.guideline-detail {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px dotted #666666;
  margin: 0 0 1em;
  padding: 0 0 1em;
  line-height: 1.75em;
}
.guideline-stitle {
  width: 13em;
  color: #111E37;
  font-weight: 700;
}
.guideline-text {
  width: calc(100% - 13em);
  color: #000;
  font-weight: 400;
}
.guideline-text.bold {
  font-weight: 700;;
}
.guideline .small {
  margin: 0.5em 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  text-indent: 0;
  padding: 0;
  /* text-indent: -1em;
  padding: 0 0 0 1em; */
}
.guideline span.smalltext {
  font-size: 12px;
}
.guideline .red {
  color: #E50019;
}
.guideline .leaf {
  text-indent: -0.5em;
  padding: 0 0 0 0.5em;
}
.guideline-text ol {
  /*list-style: disc;*/
  list-style: decimal;
  list-style-position: inside;
  text-indent: -1.25em;
  padding: 0 0 0 1.25em;
}
.guideline .important-text {
  display: inline;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .guideline-stitle {
    width: 100%;
  }
  .guideline-text {
    width: 100%;
    font-size: 90%;
  }
}

.about {
  padding: 95px 0;
  color: #000;
  background: #CDF8E4;
}
.about-stitle-kv {
  width: 13em;
  margin: 0 auto 1.25em;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(#c361c7 0%, #8945cc 57.64%, #582caa 100%);
}
.about-stitle-cc {
  width: 13em;
  margin: 0 auto 1.25em;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(#ffff3a 0%, #ffff3a 57.64%, #f7f15a 100%);
}
.about-text {
  margin: 0 0 4em;
  font-weight: 700;
}

.reference-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 60px;
}
.reference-title {
  width: 100%;
  margin: 0 0 1.5em;
  padding: 0 0 0.5em;
  color: #975DBC;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #975DBC;
}
.reference-img {
  width: 38%;
}
.reference-img-title {
  margin: 0 0 0.5em;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.reference-arrow {
  width: 16%;
  padding: 2em 4% 0;
}
.reference-text {
  width: 100%;
  margin-top: 1.5em;
}
.reference-item {
  margin-top: 1.5em;
}
.reference-item-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reference-label {
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  border-radius: 1px;
  background: #975DBC;
}
.reference-item-copy .reference-label {
  margin: 0 1.5em 0 0;
  padding: 5px 10px 7px;
  font-size: 16px;
  color: #000;
  border-radius: 3px;
  background: #fff;
}
.reference-detail {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}
.reference-item-copy .reference-detail {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .reference-img {
    width: 100%;
    margin: 0 auto 10px;
  }
  .reference-arrow {
    width: 8%;
    margin: 1em auto;
    padding: 0;
  }
  .reference-text {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .reference-title {
    font-size: 18px;
  }
}

.interview {
  margin: 4em 0;
  padding: 3em;
  font-weight: 700;
  border: 1px solid #975DBC;
  background: rgba(255,255,255,.4);
}
.interview_title_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 2em;
}
.interview_title_icon {
  width: 130px;
}
.interview_title_text {
  margin-left: 30px;
}
.interview_title_text_box {
  display: inline-block;
  padding: 0.25em 2em;
  color: #fff;
  font-size: 18px;
  background: #975DBC;
}
.interview_title_text_name {
  margin-top: 0.5em;
  text-align: center;
  color: #000;
  font-size: 14px;
}
.interview_title_text_name br.sp2 {
  display: none;
}
.interview_title_text_name span {
  font-size: 20px;
}
.interview_item {
  margin-top: 2em;
}
.interview_q {
  color: #975DBC;
  font-size: 16px;
}
.interview_a {
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .interview {
    margin: 3em 0;
    padding: 5vw;
  }
  .interview_title_wrap {
    display: block;
  }
  .interview_title_icon {
    margin: 0 auto;
  }
  .interview_title_text {
    width: 100%;
    margin: 1em 0 0;
  }
  .interview_title_text_box {
    display: block;
    width: 100%;
    padding: 0.25em .5em;
    text-align: center;
  }
}

@media screen and (max-width:420px) {
  .interview_title_text_name br.sp2 {
    display: inline;
  }
}

.caution {
  padding: 0 0 80px;
}

.archive-text {
  margin: 0 0 1em;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
}
.archive-text .small {
  font-size: 12px;
}
.btn-archive {
  display: block;
  width: 280px;
  height: 30px;
  margin: 40px auto;
  line-height: 30px;
  text-align: center;
  color: #111E37;
  font-size: 14px;
  font-weight: 700;
  border-radius: 15px;
  background: #FFFF3A;
  transition: .25s;
}
.btn-archive:hover {
  color: #000;
  background: #fff;
}
.archive-qr {
  width: 160px;
  margin: 0 auto 0;
}

.kv-footer {
  padding: 40px 0 0;
}
.kv-footer .contact {
  padding: 0 40px 40px;
  text-align: center;
  color: #111E37;
  font-size: 13px;
  font-weight: 700;
}
.kv-footer .copyright {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #000;
}
.kv-footer .copyright br {
  display: none;
}

@media screen and (max-width:768px) {
  .kv-footer .copyright {
    padding: 10px 0;
    line-height: 1.5em;
  }
  .kv-footer .copyright br {
    display: inline;
  }
}


/*  */
.result__award__box img {
  height: auto;
}
.result__award__box {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background-color: #bbf733;
}
@media screen and (max-width:768px) {
  .result__award__box{
    flex-wrap: wrap;
    padding: 10px;
  }
}

.result__award__img{
  width: 53%;
  background-color: #fff; 
}
@media screen and (max-width:768px) {
  .result__award__img{
    width: 100%;
  }
}

.result__award__text{
  width: 47%;
  text-align: left;
  background-color: #fff;
  padding: 15px;
}
@media screen and (max-width:768px) {
  .result__award__text{
    width: 100%;
    padding: 10px;
  }
}

.result__award__text__prof{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #adadad;
}
@media screen and (max-width:768px) {
  .result__award__text__prof{
    flex-wrap: wrap;
  }
}

.result__award__text__prof__name{
  width: 100%;
  padding-right: 15px;
  font-weight: 700;
  font-size: 17x;
  line-height: calc(28 / 20);
}
@media screen and (max-width:768px) {
  .result__award__text__prof__name{
    width: 100%;
    font-size: 14px;
  }
}

.result__award__text__prof__name small {
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .result__award__text__prof__name small {
    font-size: 12px;
  }
}

.result__award__text__prof__icon{
  width: 130px;
  box-shadow: 2px 2px 3px rgba(0,0,0,.1);
}
@media screen and (max-width:768px) {
  .result__award__text__prof__icon{
    width: 40%;
    margin: 10px auto 0 auto;
  }
}

.result__award__text__prof__name--num{
  font-size: 12px;
  padding: 4px;
  border-radius: 4px;
  background-color: #e3dede;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .result__award__text__prof__name--num{
    font-size: 10px;
    padding: 4px;
    border-radius: 4px;
    background-color: #e3dede;
    display: inline-block;
    margin-bottom: 10px;
  }
}

.result__award__text__comment {
  font-size: 14px;
  line-height: calc(24 / 14);
  word-break: break-all;
}
@media screen and (max-width:768px) {
  .result__award__text__comment {
    font-size: 13px;
  }
}
