@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.challenge-page > .section-mv {
  padding: 174px 20px 105px 0;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-mv {
    padding: 150px 20px 64px 0;
  }
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-mv {
    padding: 110px 20px 24px 0;
  }
}
.challenge-page > .section-mv > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.challenge-page > .section-mv > .container > .page-title {
  font-size: 2.5vw;
  font-weight: 400;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .challenge-page > .section-mv > .container > .page-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-mv > .container > .page-title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .challenge-page > .section-mv > .container > .page-title {
    font-size: 30px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-mv > .container > .page-title {
    font-size: 25px;
  }
}
.challenge-page > .section-mv > .container > .page-title > .english {
  font-size: 13px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-mv > .container > .page-title > .english {
    font-size: 11px;
  }
}
.challenge-page > .section-mv > .container > .image {
  max-width: 70%;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-mv > .container > .image {
    max-width: 818px;
  }
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-mv > .container > .image {
    max-width: 80%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-mv > .container > .image {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.challenge-page > .section-message {
  max-width: 1220px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-message {
    margin: 0 auto 60px;
  }
}
.challenge-page > .section-message > .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-message > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.challenge-page > .section-message > .container > .box-text {
  max-width: 588px;
  width: 100%;
  margin-right: 114px;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-message > .container > .box-text {
    margin-right: 48px;
  }
}
.challenge-page > .section-message > .container > .box-text > .list-text > .text {
  font-size: 20px;
  line-height: 2.5;
  margin-bottom: 86px;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-message > .container > .box-text > .list-text > .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-message > .container > .box-text > .list-text > .text {
    font-size: 14px;
    margin-bottom: 46px;
  }
}
.challenge-page > .section-message > .container > .box-text > .list-text > .text > .english {
  display: inline-block;
  font-size: 12px;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-message > .container > .box-text > .list-text > .text > .english {
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-message > .container > .box-text > .box-profile {
    margin-bottom: 32px;
  }
}
.challenge-page > .section-message > .container > .box-text > .box-profile > .name {
  font-size: 18px;
  margin-bottom: 6px;
}
.challenge-page > .section-message > .container > .box-text > .box-profile > .name > .english {
  display: inline-block;
  color: #818181;
  font-size: 12px;
  margin-left: 16px;
}
.challenge-page > .section-message > .container > .box-text > .box-profile > .text {
  font-size: 14px;
  line-height: 2.5;
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-message > .container > .box-text > .box-profile > .text {
    font-size: 12px;
    line-height: 2.3;
  }
}
.challenge-page > .section-message > .container > .box-image {
  max-width: 486px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-message > .container > .box-image {
    max-width: 326px;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-message > .container > .box-image {
    max-width: 270px;
    margin: 0 auto;
  }
}
.challenge-page > .section-message > .container > .box-image > .image {
  position: sticky;
  top: 0;
}
.challenge-page > .section-challenges {
  max-width: 1220px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .challenge-page > .section-challenges {
    margin: 0 auto 20px;
  }
}
.challenge-page > .section-challenges > .container > #tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.challenge-page > .section-challenges > .container > #tab-menu > li {
  background-color: #ffffff;
  border: 1px solid #000000;
  max-width: 239px;
  width: 100%;
  text-align: center;
}
.challenge-page > .section-challenges > .container > #tab-menu > li > a {
  display: inline-block;
  color: #000000;
  padding: 20px 8px;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-challenges > .container > #tab-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    padding: 16px 8px;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > #tab-menu > li > a {
    font-size: 11px;
    padding: 9px 4px;
  }
}
.challenge-page > .section-challenges > .container > #tab-menu > li.selected {
  position: relative;
  background-color: #000000;
}
.challenge-page > .section-challenges > .container > #tab-menu > li.selected:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000000;
  height: 7.961524px;
  width: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.challenge-page > .section-challenges > .container > #tab-menu > li.selected > a {
  color: #ffffff;
}
.challenge-page > .section-challenges > .container > .tab-panel {
  padding: 73px 0;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-challenges > .container > .tab-panel {
    padding: 56px 0;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel {
    padding: 36px 0;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel > .box-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 63px;
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-challenges > .container > .tab-panel > .box-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel > .box-overview > .title {
  font-size: 30px;
  letter-spacing: 0.06em;
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-challenges > .container > .tab-panel > .box-overview > .title {
    font-size: 20px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-challenges > .container > .tab-panel > .box-overview > .title {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel > .box-overview > .title {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel > .box-overview > .text {
  max-width: 740px;
  width: 100%;
  font-size: 14px;
  line-height: 2.8;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-challenges > .container > .tab-panel > .box-overview > .text {
    line-height: 2.3;
  }
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-challenges > .container > .tab-panel > .box-overview > .text {
    max-width: 100%;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-menu {
  position: sticky;
  top: 110px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 172px;
  width: 100%;
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-menu {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-menu {
    margin-bottom: 32px;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-menu > .menu {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-menu > .menu {
    margin-right: 16px;
  }
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-menu > .menu {
    margin-bottom: 20px;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-menu > .menu > .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-menu > .menu > .link {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 16px 24px;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-menu > .menu > .link {
    font-size: 11px;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-menu > .menu > .link > .bar {
  width: 26px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-menu > .menu > .link > .bar {
    display: none;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text {
  max-width: 372px;
  width: 100%;
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text {
    max-width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text {
    margin-right: 0;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text > .title {
  font-size: 20px;
  margin-bottom: 26px;
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text > .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text > .title {
    margin-bottom: 16px;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text > .title > .english {
  display: inline-block;
  color: #818181;
  font-size: 11px;
  margin-top: 5px;
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text > .box-collaborator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 12px 0;
  margin-bottom: 26px;
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text > .box-collaborator {
    margin-bottom: 16px;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text > .box-collaborator > .label {
  color: #818181;
  font-size: 12px;
  margin-right: 40px;
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text > .box-collaborator > .name {
  font-size: 12px;
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .box-text > .text {
  font-size: 12px;
  line-height: 2.3;
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .list-collabo-image {
  max-width: 628px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .list-collabo-image {
    max-width: 428px;
  }
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .list-collabo-image {
    max-width: 258px;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .list-collabo-image {
    max-width: 100%;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.collaboration > .list-contents > .contents > .list-collabo-image > .slick-list > .slick-track > .image {
  margin-right: 28px;
}
.challenge-page > .section-challenges > .container > .tab-panel.proto > .list-proto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel.proto > .list-proto {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.proto > .list-proto > .proto {
  margin: 0 10px;
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel.proto > .list-proto > .proto {
    margin: 0 5px 15px;
    width: 46%;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.workshop > .box-overview > .box-text {
  max-width: 740px;
  width: 100%;
}
.challenge-page > .section-challenges > .container > .tab-panel.workshop > .box-overview > .box-text > .text {
  font-size: 14px;
  line-height: 2.8;
  margin-bottom: 42px;
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel.workshop > .box-overview > .box-text > .text {
    font-size: 12px;
    line-height: 2.3;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.workshop > .box-overview > .box-text > .label {
  font-size: 12px;
  margin-bottom: 27px;
}
.challenge-page > .section-challenges > .container > .tab-panel.workshop > .box-overview > .box-text > .list-workshop {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel.workshop > .box-overview > .box-text > .list-workshop {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.workshop > .box-overview > .box-text > .list-workshop > .workshop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.challenge-page > .section-challenges > .container > .tab-panel.workshop > .box-overview > .box-text > .list-workshop > .workshop > .date {
  color: #818181;
  font-size: 12px;
  margin-right: 64px;
}
.challenge-page > .section-challenges > .container > .tab-panel.workshop > .box-overview > .box-text > .list-workshop > .workshop > .workshop-title {
  font-size: 12px;
}
.challenge-page > .section-challenges > .container > .tab-panel.workshop > .list-workshop-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.challenge-page > .section-challenges > .container > .tab-panel.workshop > .list-workshop-image > .workshop-image {
  max-width: 576px;
  width: 100%;
}
.challenge-page > .section-challenges > .container > .tab-panel.workshop > .list-workshop-image > .workshop-image:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-challenges > .container > .tab-panel.workshop > .list-workshop-image > .workshop-image:first-child {
    margin-right: 24px;
  }
}
@media screen and (max-width: 480px) {
  .challenge-page > .section-challenges > .container > .tab-panel.workshop > .list-workshop-image > .workshop-image:first-child {
    margin-right: 15px;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.promotion > .list-activity > .activity {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.challenge-page > .section-challenges > .container > .tab-panel.promotion > .list-activity > .activity > .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-challenges > .container > .tab-panel.promotion > .list-activity > .activity > .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.promotion > .list-activity > .activity > .link > .label {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .challenge-page > .section-challenges > .container > .tab-panel.promotion > .list-activity > .activity > .link > .label {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .challenge-page > .section-challenges > .container > .tab-panel.promotion > .list-activity > .activity > .link > .label {
    margin-bottom: 12px;
  }
}
.challenge-page > .section-challenges > .container > .tab-panel.promotion > .list-activity > .activity > .link > .text {
  font-size: 12px;
  margin-right: 52px;
}
.challenge-page > .section-challenges > .container > .tab-panel.promotion > .list-activity > .activity > .link > .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
}