@charset "utf-8";
/*----------------------------------------------
	Overall settings
-----------------------------------------------*/
body {
  color: #111;
  text-align: center;
}
body.ovh {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
a:hover {
  opacity: .7;
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
/* font */
.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.medium {
  font-weight: 400;
}
.regular {
  font-weight: 500;
}
/* bg */
.bg-gray {
  background: #F7F7F7;
}
.bg-blue {
  background: #D1EBF4;
}
.bg-lightblue {
  background: #EFF9FD;
}
/* color */
.f-white {
  color: #fff;
}
.f-red {
  color: #c00;
}
.f-blue {
  color: #2E6CB6;
}
/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 599px) { /* 以下スマホサイズ */
  a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 50%;
  }
}
/*----------------------------------------------
	header footer
-----------------------------------------------*/
header#cp-header {
  text-align: left;
  margin: 0 auto;
  max-width: 950px;
  width: 96%;
  padding: 16px 0;
}
header#cp-header .logo_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header#cp-header .logo_flex #logo_og, header#cp-header .logo_flex #logo_daigas {
  width: 50%;
  height: auto;
}
header#cp-header .logo_flex #logo_daigas {
  padding-top: 1px;
}
@media screen and (min-width:888px) {
  header#cp-header .logo_flex #logo_og {
    text-align: left;
    width: 130px;
    height: 50px;
  }
  header#cp-header .logo_flex #logo_daigas {
    width: 230px;
    height: 40px;
  }
}
footer#cp-footer {
  background: #fff;
  padding: 20px 0;
  text-align: center;
}
footer#cp-footer ul {
  overflow: hidden;
  margin-bottom: 10px;
}
footer#cp-footer ul li {
  display: inline-block;
  background: url(/company/efforts/next21/30th/img/arrow-blue.png) no-repeat 0 center;
  padding-left: 10px;
  margin-left: 12px;
}
footer#cp-footer #copyright {
  margin: auto 1rem;
  line-height: 1;
  font-size: 12px;
}
a.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #2DAEB1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
a.pagetop:hover {
  opacity: 1;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
/*----------------------------------------------
	section
-----------------------------------------------*/
.wrap {
  clear: both;
  box-sizing: content-box;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
.compe1 {
  margin-bottom: 50px;
  background: url("/company/efforts/next21/30th/img/compe1-bg.jpg") center top 50px / 1650px auto no-repeat #EFF9FD;
}
.compe1 ul {
  display: flex;
  justify-content: center;
  line-height: 50px;
  background: #D1EBF4;
}
.compe1 ul li:not(:last-child):after {
  content: "｜";
}
.compe1 ul li a {
  display: inline-block;
  padding: 0 1em;
}
.compe1 .wrap {
  display: block;
  padding: 42px 0 0;
  position: relative;
}
.compe1 .wrap p {
  position: absolute;
  left: 145px;
  bottom: 20px;
  font-size: 14px;
}
.compe2 {
  margin-bottom: 50px;
  text-align: left;
  position: relative;
}
.compe2 h2 {
  margin-bottom: 1em;
  font-weight: normal;
}
.compe2 h2 span {
  font-size: 24px;
  padding-left: 1.5em;
}
.compe2 p {
  margin-bottom: 1.5em;
  height: 8em;
  overflow: hidden;
  transition: all .4s;
  position: relative;
}
.compe2 button {
  padding: .5em 1em;
  width: 100%;
  text-align: left;
  border: 1px solid #A3A2A2;
  transition: all .4s;
  position: relative;
}
.compe2 button:hover {
  opacity: 1;
  background: #eee;
}
.compe2 button:after {
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url("/company/efforts/next21/30th/img/accordion.svg") top no-repeat;
}
.compe2.open button {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.compe3 {
  padding: 0 10px;
  margin-bottom: 50px;
  background: #FFC500;
  position: relative;
  overflow: hidden;
}
.compe3:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
  background: #DD2C65;
}
.compe3 ol {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  height: 120px;
  line-height: 1.37;
  margin: 0 auto;
  position: relative;
}
.compe3 ol li {
  padding-right: 23px;
  color: #fff;
}
.compe3 ol li:nth-child(1) {
  width: 17%;
  color: #000;
  background: url("/company/efforts/next21/30th/img/compe3-bg1.svg") right center / auto 100% no-repeat;
}
.compe3 ol li:nth-child(2) {
  width: 15%;
  background: url("/company/efforts/next21/30th/img/compe3-bg2.svg") right center / auto 100% no-repeat #0087BF;
}
.compe3 ol li:nth-child(3) {
  width: 15%;
  background: url("/company/efforts/next21/30th/img/compe3-bg3.svg") right center / auto 100% no-repeat #6AAF44;
}
.compe3 ol li:nth-child(4) {
  width: 15%;
  background: url("/company/efforts/next21/30th/img/compe3-bg4.svg") right center / auto 100% no-repeat #009CAD;
}
.compe3 ol li:nth-child(5) {
  width: 15%;
  background: url("/company/efforts/next21/30th/img/compe3-bg5.svg") right center / auto 100% no-repeat #E86146;
}
.compe3 ol li:nth-child(6) {
  flex: 1;
  padding-right: 0;
  background: #DD2C65;
}
.compe3 ol li p {
  padding: 1em 0 .5em;
}
.compe4 h2 {
  padding: 1em 3.5em 1em 1.5em;
  width: 100%;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #A3A2A2;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.compe4 h2.open {
  border-bottom: 1px solid #A3A2A2;
}
.compe4.mb50 h2 {
  border-bottom: 1px solid #A3A2A2;
}
.compe4 h2:after {
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url("/company/efforts/next21/30th/img/accordion.svg") top no-repeat;
}
.compe4 h2.open:after {
  background-position: bottom;
}
.compe4 h2 small {
  display: inline-block;
  padding-left: 1em;
  font-size: 12px;
}
.compe4 .accont {
  display: none;
}
.compe4 .judge {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
.compe4 .judge li {
  width: 30.5%;
  margin-bottom: 50px;
  text-align: left;
}
.compe4 .judge li figure {
  padding: 0 15% .7em;
}
.compe4 .judge li .txt {
  font-size: 14px;
}
.compe4 .box {
  padding: 50px 0;
  text-align: left;
}
.compe4 .box .bluelist {
  color: #005EB1;
  font-size: 19px;
}
.compe4 .box .bluelist small {
  font-size: 17px;
}
.compe4 .box .bluelist li {
  padding-left: 1.5em;
  position: relative;
}
.compe4 .box .bluelist li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.compe4 .kome {
  font-size: 12px;
}
.compe4 .box2 {
  padding: 50px 0;
  display: flex;
  text-align: left;
}
.compe4 .box2:not(:last-child) {
  border-bottom: 1px solid #707070;
}
.compe4 .box2 h3 {
  width: 9em;
  font-weight: normal;
}
.compe4 .box2 h3.dlttl {
  width: 10em;
}
.compe4 .box2 div {
  flex: 1;
}
.compe4 .box3 {
  padding: 50px 0;
  text-align: left;
}
.compe4 .box3:not(:last-child) {
  border-bottom: 1px solid #707070;
}
.compe4 .box3 h3 {
  font-weight: normal;
}
.compe4 .box3 div {
  padding-left: 6em;
}
.compe4 table {
  width: 100%;
  margin-bottom: 10px;
}
.compe4 table th {
  width: 11em;
  padding: .5em 0;
  border-bottom: 1px solid #BFBFBF;
}
.compe4 table td {
  padding: .5em 0;
  border-bottom: 1px solid #BFBFBF;
}
.compe4 table.noline tr:last-child th, .compe4 table.noline tr:last-child td {
  padding: .5em 0 0;
  border-bottom: none;
}
.compe4 .boxdl {
  display: flex;
  justify-content: space-between;
}
.compe4 .boxdl .leftcol {
  flex: 1;
  padding-right: 5em;
}
.compe4 .boxdl .leftcol dl {
  clear: both;
}
.compe4 .boxdl .leftcol dl dt {
  float: left;
}
.compe4 .boxdl .leftcol dl dd {
  overflow: hidden;
}
.compe4 .boxdl .rightcol {
  width: 200px;
}
.compe4 .boxdl .rightcol a {
  display: block;
  padding: 15px 10px 10px;
  color: #fff;
  text-align: center;
  background: #005EB1;
  border-radius: 5px;
}
.compe5 {
  padding: 50px 5%;
}
.compe5 .btn {
  margin-bottom: 30px;
}
.compe5 .btn-disable {
  display: inline-block;
  padding: 1em;
  width: 100%;
  max-width: 400px;
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  background: #A3A2A2;
  border-radius: 5px;
}
.compe5 .btn a {
  display: inline-block;
  padding: 1em;
  width: 100%;
  max-width: 400px;
  line-height: 1.5;
  color: #fff;
  font-size: 20px;
  background: #005EB1;
  border-radius: 5px;
}
.compe5 .about {
  display: flex;
  justify-content: space-between;
}
.compe5 .about .txt {
  flex: 1;
  text-align: left;
  padding-right: 2em;
}
.compe5 .about .link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 410px;
}
.compe5 .about .link p {
  width: 200px;
}
.compe5 .about .link p a {
  display: block;
  padding: 30px .5em 25px;
  color: #005EB1;
  font-size: 14px;
  background: #fff;
  border: 1px solid #005EB1;
  border-radius: 5px;
}
.compe5 .about .link p span {
  display: block;
  padding-top: .5em;
  color: #005EB1;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width:900px) {
  .compe3 ol li p {
    font-size: 14px;
  }
}
@media screen and (max-width:599px) {
  .compe1 {
    margin-bottom: 20px;
    background: none;
  }
  .compe1 ul {
    display: none;
  }
  .compe1 .wrap {
    padding: 0;
  }
  .compe1 .wrap h1 {
    position: absolute;
    left: 5%;
    top: 6%;
    width: 90%;
  }
  .compe1 .wrap h1 img {
    width: 100%;
    max-width: inherit;
  }
  .compe1 .wrap p {
    left: 4.5%;
    bottom: 2%;
    font-size: 2.8vw;
  }
  .compe2 {
    margin-bottom: 0;
  }
  .compe2 .ttl {
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    border-top: 1px solid #A3A2A2;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-bottom: 0;
  }
  .compe2 .ttl.open {
    border-bottom: 1px solid #A3A2A2;
  }
  .compe2 .ttl:after {
    display: block;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: url("/company/efforts/next21/30th/img/accordion.svg") top no-repeat;
  }
  .compe2 .ttl.open:after {
    background-position: bottom;
  }
  .compe2 p {
    margin-bottom: 3em;
    height: auto;
  }
  .compe2 .accont {
    display: none;
    padding-top: 30px;
  }
  .compe2 button {
    display: none;
  }
  .compe3 {
    margin-bottom: 50px;
    background: url(/company/efforts/next21/30th/img/compe3-bg-sp.svg) center top no-repeat;
  }
  .compe3:before {
    display: none;
  }
  .compe3 ol {
    display: block;
    height: auto;
  }
  .compe3 ol li {
    padding: 10px 0 0;
    width: auto !important;
    height: 78px;
    background: none !important;
  }
  .compe3 ol li:nth-child(1) {
    height: 88px;
    padding-top: 15px;
  }
  .compe3 ol li p {
    padding: 0 0 .2em;
    font-size: 16px;
  }
  .compe4.mb50 {
    margin-bottom: 75px
  }
  .compe4 h2 small {
    display: block;
    padding-left: 0;
  }
  .compe4 .judge {
    display: block;
    padding-top: 30px;
  }
  .compe4 .judge li {
    width: auto;
    margin-bottom: 30px;
  }
  .compe4 .box {
    padding: 30px 0;
  }
  .compe4 .box .bluelist {
    color: #005EB1;
    font-size: 17px;
  }
  .compe4 .box .bluelist small {
    font-size: 15px;
  }
  .compe4 .box2 {
    display: block;
    padding: 30px 0;
  }
  .compe4 .box2 h3 {
    width: auto;
    margin-bottom: 1em;
  }
  .compe4 .box2 h3.dlttl {
    width: auto;
  }
  .compe4 .box3 {
    padding: 30px 0;
  }
  .compe4 .box3 h3 {
    margin-bottom: 1em;
  }
  .compe4 .box3 div {
    padding-left: 0;
  }
  .compe4 table th {
    display: block;
    width: auto;
    padding: 1em 0 0;
    border-bottom: none;
  }
  .compe4 table td {
    display: block;
  }
  .compe4 .boxdl {
    display: block;
  }
  .compe4 .boxdl .leftcol {
    padding-right: 0;
    margin-bottom: 2em;
  }
  .compe4 .boxdl .rightcol {
    width: auto;
  }
  .compe5 {
    padding: 30px 5%;
  }
  .compe5 .about {
    display: block;
  }
  .compe5 .about .txt {
    padding-right: 0;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .compe5 .about .txt small {
    font-size: 12px;
  }
  .compe5 .about .link {
    display: block;
    width: auto;
  }
  .compe5 .about .link p {
    width: auto;
  }
  .compe5 .about .link p a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    padding: 0;
    margin-bottom: 10px;
  }
  .compe5 .about .link p a img {
    width: auto;
    height: 28px;
    margin-right: 1em;
  }
  .compe5 .about .link p a:nth-child(2) img {
    height: 35px;
    margin-right: .5em;
  }
  .compe5 .about .link p span {
    padding-top: 0;
  }
}
@media screen and (max-width:350px) {
  .compe5 .about .link p a {
    font-size: 12px;
  }
}
/* 240711  compe3 ol li p*/
.compe3 ol li:last-child p {
  font-size: 15px;
}
#announcement02 .acttl h2 span {
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
}
@media screen and (max-width:900px) {
  .compe3 ol li:last-child p {
    font-size: 14px;
  }
}
/* 240716  result_box*/
#result .box2 .result_works .result_box {
  display: flex;
}
@media screen and (max-width:599px) {
  #result .box2 .result_works .result_box {
    flex-direction: column;
  }
  #result .box2 .result_works {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* 240716  result_card-box*/
#result .result_main_fl {
  display: flex;
  gap: 1%;
  justify-content: space-between;
  margin-bottom: 25px;
}
.result_main_fl_box1 img {
  width: 100%;
}
.result_main_fl_box2 {
  width: 40%;
  aspect-ratio: 16 / 9;
}
.result_main_fl_box2 iframe {
  width: 100%;
  height: 100%;
}
.result_card-box .result_item {
  margin-bottom: 80px;
}
.result_card-box h4.result_prize {
  font-size: 24px;
  font-weight: bold;
  padding: 0 30px 0 10px;
  color: #fff;
  position: relative;
  background: #0066b3;
  width: auto;
  display: inline-block;
  line-height: 1.5;
}
.result_card-box h4.result_prize.first_prize {
  background: #E86146;
}
.result_card-box h4.result_prize.courage_prize {
  background: #6AAF44;
}
.result_card-box h4.result_prize::after {
  position: absolute;
  content: '';
  right: -3px;
  bottom: 0;
  border: none;
  border-right: solid 30px #F7F7F7;
  border-top: solid 38px transparent;
}
.result_prize_box {
  border-bottom: 10px solid #0066b3;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.result_prize_box.first_prize_box {
  border-bottom: 10px solid #E86146;
}
.result_prize_box.courage_prize_box {
  border-bottom: 10px solid #6AAF44;
}
.result_prize_box p {
  font-size: 18px;
  font-weight: bold;
}
.result_card-box .result_item .result_number_title {
  color: #0066b3;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.result_card-box .result_item .result_number_title.first_number_title {
  color: #E86146;
}
.result_card-box .result_item .result_number_title.courage_number_title {
  color: #6AAF44;
}
.result_card-box .result_item .result_number_title span {
  font-size: 16px;
}
.result_card-box .result_item a {
  display: block;
  margin-bottom: 25px;
  border: 1px solid #222;
}
.result_card-box .result_name .result_university {
  font-weight: bold;
}
.result_card-box .result_name span {
  display: block;
}
.result_card-box .result_item .result_fl {
  display: flex;
  justify-content: space-around;
  gap: 5%;
  margin-bottom: 20px;
}
.result_card-box .result_item .result_fl.first {
  display: block;
}
.result_card-box .result_item .result_fl.first .result_name {
  margin-bottom: 20px;
}
.result_card-box .result_item .result_fl .result_cmt {
  width: 70%;
  border: 1px solid #0066b3;
  padding: 10px;
  background: #fff;
  height: fit-content;
}
.result_card-box .result_item .result_fl .result_cmt span {
  font-weight: bold;
  font-size: 18px;
  color: #0066b3;
  border-bottom: 1px solid #0066b3;
}
.result_card-box .result_item .result_fl .result_cmt.first_cmt {
  border: 1px solid #E86146;
  width: 100%;
}
.result_card-box .result_item .result_fl .result_cmt.first_cmt span {
  color: #E86146;
  border-bottom: 1px solid #E86146;
}
.result_card-box .result_item .result_fl .result_cmt strong {
  font-weight: normal;
  text-align: end;
  display: block;
  margin-bottom: 5px;
}
.result_card-box .result_item .result_img_fl {
  display: flex;
  gap: 5%;
}
.result_card-box .result_item .result_img_fl img {
  width: calc((100% - 5%) / 2);
}
.result_card-box .result_item .courage_fl {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 5%;
}
.result_card-box .result_item .courage_fl a {
  width: 60%;
  margin-bottom: 0;
}
.greeting_box p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:900px) {
  #result .result_main_fl {
    flex-direction: column;
    gap: 20px;
  }
  .result_main_fl_box2 {
    width: 100%;
  }
  .result_card-box h4.result_prize {
    font-size: 18px;
  }
  .result_card-box h4.result_prize::after {
    border-top: solid 34px transparent;
  }
  .result_prize_box {
    margin-bottom: 15px;
  }
  .result_card-box .result_item {
    margin-bottom: 50px;
  }
  .result_card-box .result_item .result_number_title {
    font-size: 15px;
  }
  .result_card-box .result_item .result_fl {
    flex-direction: column;
    gap: 20px 0;
  }
  .result_card-box .result_item .result_fl .result_cmt {
    width: 100%;
  }
  .result_prize_box p {
    font-size: 16px;
  }
  .result_card-box .result_item .courage_fl {
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }
  .result_card-box .result_item .courage_fl a {
    width: 100%;
  }
  .greeting_box p {
    font-size: 16px;
  }
}
@media screen and (max-width:500px) {
  .result_prize_box p {
    font-size: 14px;
  }
  .result_card-box h4.result_prize::after {
    border-top: solid 29px transparent;
  }
  .result_card-box .result_item .result_img_fl {
    flex-direction: column;
    gap: 15px;
  }
  .result_card-box .result_item .result_img_fl img {
    width: 100%;
  }
}