@charset "UTF-8";
/* インターンシップコース紹介
====================================================*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap");
/**
 * レスポンシブ時に、PCのみに適用させる。
 */
/**
 * レスポンシブ時に、SPのみに適用させる。
 */
/**
 * マウスポインタが使えるデバイスのみに適用させる
 */
/**
 * デフォルトのイージング
 */
/**
 * リキッドレスポンシブ時に、要素のvwを返す。
 * @param {number} $size デザインデータの縦横値
 * @param {number} $viewport デザインデータの横幅
 */
@media only screen and (min-width: 941px) {
  .page__contents {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 940px) {
  .page__contents {
    padding-bottom: 26.6666666667vw;
  }
}

@media only screen and (min-width: 941px) {
  .page__title .contents-inner {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 940px) {
  .page__title .contents-inner {
    padding-bottom: 10.6666666667vw;
  }
}

.page__kv__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: contain;
}
@media only screen and (min-width: 941px) {
  .page__kv__inner {
    width: 980px;
    height: 730px;
    background: url("/assets/img/internship/datascience/kv_bg.jpg");
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__inner {
    width: 100vw;
    height: 240vw;
    background: url("/assets/img/internship/datascience/kv_bg_sp.jpg");
  }
}
.page__kv__inner:before {
  content: "";
  background: url("/assets/img/internship/datascience/kv_bg_1.png");
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 941px) {
  .page__kv__inner:before {
    width: 130px;
    height: 155px;
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__inner:before {
    width: 26.6666666667vw;
    height: 31.7333333333vw;
  }
}
.page__kv__inner:after {
  content: "";
  background: url("/assets/img/internship/datascience/kv_bg_2.png");
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 941px) {
  .page__kv__inner:after {
    width: 130px;
    height: 154px;
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__inner:after {
    width: 26.6666666667vw;
    height: 31.4666666667vw;
  }
}
.page__kv__text h2 img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 940px) {
  .page__kv__text h2 img {
    width: 65.3333333333vw;
    height: 63.4666666667vw;
  }
}
.page__kv__text p {
  text-align: center;
  color: white;
  font-weight: 400;
  line-height: 1.875;
}
@media only screen and (min-width: 941px) {
  .page__kv__text p {
    font-size: 16px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__text p {
    width: 86.6666666667vw;
    font-size: 3.2vw;
    margin-top: 6.6666666667vw;
  }
}
.page__kv__text span {
  display: inline-block;
}
@media only screen and (min-width: 941px) {
  .page__kv__text span {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__text span {
    font-size: 2.9333333333vw;
    margin-top: 4vw;
  }
}
.page__kv__btn {
  text-align: center;
}
@media only screen and (min-width: 941px) {
  .page__kv__btn {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__btn {
    margin-top: 5.3333333333vw;
  }
}
.page__kv__btn p {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 940px) {
  .page__kv__btn p {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.page__kv__btn a {
  width: 450px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dc1919;
  background-color: white;
  border-radius: 9999px;
  color: #dc1919;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 941px) {
  .page__kv__btn a {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page__kv__btn a:hover {
    background-color: #dc1919;
    color: #fff;
  }
  .page__kv__btn a:hover::after {
    border-color: white;
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__btn a {
    width: 85.8666666667vw;
    height: 14.9333333333vw;
    font-size: 5.8666666667vw;
    position: relative;
    z-index: 2;
  }
}
.page__kv__btn a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-left: 3px solid #dc1919;
  border-top: 3px solid #dc1919;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
}
@media only screen and (max-width: 940px) {
  .page__kv__btn a::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: calc(50% - 1.8666666667vw);
    right: 5.8666666667vw;
  }
}
.page__kv__deadline {
  color: white;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 941px) {
  .page__kv__deadline {
    font-size: 16px;
    padding: 0 5px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 940px) {
  .page__kv__deadline {
    font-size: 3.4666666667vw;
    padding: 0 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.page__section__en_title {
  position: absolute;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  color: white;
}

.page__outline .contents-inner {
  position: relative;
  display: flex;
}
@media only screen and (min-width: 941px) {
  .page__outline .contents-inner {
    padding-top: 100px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 940px) {
  .page__outline .contents-inner {
    padding-top: 13.3333333333vw;
    flex-direction: column;
  }
}
.page__outline__inner {
  position: relative;
}
@media only screen and (max-width: 940px) {
  .page__outline__inner {
    padding-bottom: 13.3333333333vw;
  }
}
.page__outline__inner__wrap {
  position: relative;
}
@media only screen and (min-width: 941px) {
  .page__outline__inner__wrap {
    width: 544px;
  }
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__wrap {
    width: 100%;
  }
}
.page__outline__inner__wrap__title {
  display: block;
}
@media only screen and (min-width: 941px) {
  .page__outline__inner__wrap__title {
    font-size: 180px;
    top: -35px;
    left: 20px;
  }
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__wrap__title {
    width: 100%;
    text-align: center;
    font-size: 26.6666666667vw;
    top: -6.6666666667vw;
    left: 0;
  }
}
.page__outline__inner__wrap__table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 941px) {
  .page__outline__inner__wrap__table {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__wrap__table {
    padding-top: 7.733333vw;
  }
}
.page__outline__inner__wrap__table li {
  width: 50%;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (min-width: 941px) {
  .page__outline__inner__wrap__table li {
    font-size: 16px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__wrap__table li {
    font-size: 4.2666666667vw;
    font-weight: 500;
    font-feature-settings: "palt";
  }
}
.page__outline__inner__wrap__table li span {
  font-size: 0.8em;
}
.page__outline__inner__wrap__table li:nth-child(2n) {
  border-left: #e3e3e3 solid 1px;
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__wrap__table li:nth-child(2n) {
    padding-left: 3.2vw;
    border-left: #e3e3e3 solid 0.266667vw;
  }
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__wrap__table li:nth-child(2n-1) {
    padding-right: 3.2vw;
  }
}
.page__outline__inner__wrap__table li h3 {
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 941px) {
  .page__outline__inner__wrap__table li h3 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__wrap__table li h3 {
    font-size: 4.8vw;
    line-height: 6.933333vw;
    padding-bottom: 4.266667vw;
  }
}
.page__outline__inner__wrap__table li aside {
  margin: 0 auto;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 941px) {
  .page__outline__inner__wrap__table li aside {
    font-size: 16px;
    width: 180px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
  }
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__wrap__table li aside {
    font-size: 4.8vw;
    width: 29.3333333333vw;
    height: 8vw;
    line-height: 8vw;
    border-radius: 4vw;
  }
}
.page__outline__inner__wrap__table li h4 {
  color: #e70000;
  font-weight: 700;
}
@media only screen and (min-width: 941px) {
  .page__outline__inner__wrap__table li h4 {
    padding: 23px 0px 2px;
  }
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__wrap__table li h4 {
    font-size: 4.8vw;
    padding: 4.2vw 0px 0.5vw;
  }
}
.page__outline__inner__wrap__table li .note {
  font-size: 14px;
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__wrap__table li .note {
    font-size: 2.666667vw;
  }
}
.page__outline__inner__btn {
  text-align: center;
}
@media only screen and (min-width: 941px) {
  .page__outline__inner__btn {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__btn {
    margin-top: 9.3333333333vw;
  }
}
.page__outline__inner__btn p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__btn p {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.page__outline__inner__btn a {
  width: 450px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dc1919;
  background-color: white;
  border-radius: 9999px;
  color: #dc1919;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 941px) {
  .page__outline__inner__btn a {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page__outline__inner__btn a:hover {
    background-color: #dc1919;
    color: #fff;
  }
  .page__outline__inner__btn a:hover::after {
    border-color: white;
  }
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__btn a {
    width: 85.8666666667vw;
    height: 14.9333333333vw;
    font-size: 5.8666666667vw;
  }
}
.page__outline__inner__btn a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-left: 3px solid #dc1919;
  border-top: 3px solid #dc1919;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__btn a::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: calc(50% - 1.8666666667vw);
    right: 5.8666666667vw;
  }
}
.page__outline__inner__deadline {
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 941px) {
  .page__outline__inner__deadline {
    font-size: 16px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 940px) {
  .page__outline__inner__deadline {
    font-size: 4.2666666667vw;
    padding-top: 2.6666666667vw;
  }
}
.page__outline #page__outline__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page__event .contents-inner {
  position: relative;
}
@media only screen and (min-width: 941px) {
  .page__event .contents-inner {
    padding-top: 100px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 940px) {
  .page__event .contents-inner {
    padding: 12vw 6.6666666667vw;
  }
}
.page__event .contents-inner::before {
  content: "";
  background: url("/assets/img/internship/datascience/event_bg.png");
  background-size: contain;
  position: absolute;
}
@media only screen and (min-width: 941px) {
  .page__event .contents-inner::before {
    width: 487px;
    height: 757px;
    right: 0;
    top: 160px;
  }
}
@media only screen and (max-width: 940px) {
  .page__event .contents-inner::before {
    width: 65.3333333333vw;
    height: 101.3333333333vw;
    right: 0vw;
    top: 40vw;
  }
}
.page__event__box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (min-width: 941px) {
  .page__event__box {
    padding: 30px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}
@media only screen and (max-width: 940px) {
  .page__event__box {
    padding-top: 8vw;
  }
}
@media only screen and (min-width: 941px) {
  .page__event__box__title--en {
    font-size: 120px;
    left: 25px;
    top: 15px;
  }
}
@media only screen and (max-width: 940px) {
  .page__event__box__title--en {
    font-size: 26.6666666667vw;
    left: 2.6666666667vw;
    top: -4vw;
  }
}
.page__event__box__title--jp {
  display: flex;
  position: relative;
  font-weight: bold;
}
@media only screen and (min-width: 941px) {
  .page__event__box__title--jp {
    width: 330px;
    font-size: 32px;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 940px) {
  .page__event__box__title--jp {
    font-size: 6.4vw;
    flex-wrap: wrap;
    align-items: center;
  }
}
.page__event__box__title--jp__sub {
  color: #fff;
  background: #000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
}
@media only screen and (min-width: 941px) {
  .page__event__box__title--jp__sub {
    margin-top: 8px;
    width: 180px;
    height: 36px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 940px) {
  .page__event__box__title--jp__sub {
    margin-top: 2.6666666667vw;
    margin-left: 2.6666666667vw;
    width: 32vw;
    height: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.page__event__box__cont ul {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 941px) {
  .page__event__box__cont ul {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 940px) {
  .page__event__box__cont ul {
    grid-gap: 0.8vw;
    margin-top: 6.6666666667vw;
  }
}
.page__event__box__cont ul::before {
  display: block;
  content: "";
  height: 1px;
  width: 82%;
  position: absolute;
  top: 50%;
  left: 3%;
  background: #cbcbcb;
}
.page__event__box__cont ul li {
  position: relative;
  text-align: center;
  background: #e6e6e6;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 941px) {
  .page__event__box__cont ul li {
    width: 186px;
    height: 186px;
  }
}
@media only screen and (max-width: 940px) {
  .page__event__box__cont ul li {
    width: 28.26677vw;
    height: 28.26677vw;
  }
}
.page__event__box__cont__ttl {
  white-space: nowrap;
  font-weight: 700;
  color: #dc1919;
  line-height: 1.5;
}
@media only screen and (min-width: 941px) {
  .page__event__box__cont__ttl {
    font-size: 15px;
  }
}
@media only screen and (max-width: 940px) {
  .page__event__box__cont__ttl {
    font-size: 2.6666666667vw;
    letter-spacing: -0.05em;
  }
}
.page__event__box__cont__ttl div {
  font-size: 0.7em;
  margin-top: -0.1em;
}
@media only screen and (max-width: 940px) {
  .page__event__box__cont__ttl div {
    font-weight: 400;
    font-size: 2.6666666667vw;
  }
}
.page__event__box__cont__txt {
  font-weight: 400;
}
@media only screen and (min-width: 941px) {
  .page__event__box__cont__txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 26px;
  }
}
@media only screen and (max-width: 940px) {
  .page__event__box__cont__txt {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    font-feature-settings: "palt";
    margin-top: 3.7333333333vw;
  }
}
@media only screen and (min-width: 941px) {
  .page__event__box__cont .large .page__event__box__cont__txt {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 940px) {
  .page__event__box__cont .large .page__event__box__cont__txt {
    margin-top: 0;
  }
}
.page__event__note {
  position: relative;
  z-index: 1;
  font-weight: 400;
}
@media only screen and (min-width: 941px) {
  .page__event__note {
    text-align: right;
    font-size: 14px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 940px) {
  .page__event__note {
    text-align: center;
    font-size: 2.6666666667vw;
    margin-top: 4vw;
  }
}

@media only screen and (min-width: 941px) {
  .page__theme .contents-inner {
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 940px) {
  .page__theme .contents-inner {
    padding: 5.3333333333vw 6.6666666667vw 12vw;
  }
}
.page__theme__title {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 941px) {
  .page__theme__title--en {
    font-size: 180px;
    left: 20px;
    top: 15px;
  }
}
@media only screen and (max-width: 940px) {
  .page__theme__title--en {
    font-size: 26.6666666667vw;
    left: 2.6666666667vw;
    top: -12vw;
  }
}
.page__theme__title--jp {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 941px) {
  .page__theme__title--jp {
    font-size: 32px;
    padding-top: 110px;
    padding-bottom: 54px;
  }
}
@media only screen and (max-width: 940px) {
  .page__theme__title--jp {
    font-size: 6.4vw;
    padding-bottom: 6.6666666667vw;
  }
}
.page__theme__table {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 941px) {
  .page__theme__table {
    padding-bottom: 35px;
  }
}
.page__theme__table ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__theme__table li {
  display: flex;
  text-align: center;
  line-height: 1.6;
  align-items: center;
  justify-content: center;
  border-bottom: #e3e3e3 solid 1px;
}
@media only screen and (min-width: 941px) {
  .page__theme__table li {
    font-size: 18px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 940px) {
  .page__theme__table li {
    font-size: 3.2vw;
  }
}
.page__theme__table li.t_left {
  text-align: left;
}
@media only screen and (max-width: 940px) {
  .page__theme__table li.t_left {
    padding: 1.3333333333vw 1.3333333333vw;
  }
}
.page__theme__table li.t_size20 {
  font-size: 20px;
}
@media only screen and (max-width: 940px) {
  .page__theme__table li.t_size20 {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 940px) {
  .page__theme__table li.a_top {
    align-items: flex-start;
  }
}
.page__theme__table li:nth-child(3n-2) {
  width: 176px;
  background-color: #ffd8d8;
  border-bottom-color: #fff;
  font-weight: 400;
}
@media only screen and (min-width: 941px) {
  .page__theme__table li:nth-child(3n-2) {
    font-size: 16px;
  }
}
@media only screen and (max-width: 940px) {
  .page__theme__table li:nth-child(3n-2) {
    width: 22%;
    padding: 3vw 0.5vw;
  }
}
.page__theme__table li:nth-child(3n), .page__theme__table li:nth-child(3n-1) {
  font-weight: 400;
  width: 400px;
  background-color: #fff;
  border-left: #e3e3e3 solid 1px;
}
@media only screen and (min-width: 941px) {
  .page__theme__table li:nth-child(3n), .page__theme__table li:nth-child(3n-1) {
    font-size: 16px;
  }
}
@media only screen and (max-width: 940px) {
  .page__theme__table li:nth-child(3n), .page__theme__table li:nth-child(3n-1) {
    width: 39%;
  }
}
.page__theme__table li.bg_p {
  background: #ffeeee;
  padding: 25px 20px;
  font-weight: 700;
}
@media only screen and (max-width: 940px) {
  .page__theme__table li.bg_p {
    padding: 3vw 0px;
  }
}
.page__theme__table li:nth-child(-n+3) {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 25px 0px;
}
@media only screen and (max-width: 940px) {
  .page__theme__table li:nth-child(-n+3) {
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding: 3vw 0px;
  }
}
.page__theme__table li:nth-child(1) {
  border-top-left-radius: 12px;
}
.page__theme__table li:nth-child(3) {
  border-top-right-radius: 12px;
}
.page__theme__table li:nth-last-child(1) {
  border-bottom-right-radius: 12px;
}
.page__theme__table li:nth-last-child(3) {
  border-bottom-left-radius: 12px;
}
.page__theme__table li:nth-last-child(-n+3) {
  border-bottom: none;
}
.page__theme__table li.fin {
  color: rgba(0, 0, 0, 0.3);
}

.page__entry__btn {
  text-align: center;
}
@media only screen and (min-width: 941px) {
  .page__entry__btn {
    padding-bottom: 20px;
  }
}
.page__entry__btn p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 940px) {
  .page__entry__btn p {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.page__entry__btn a {
  width: 450px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dc1919;
  border-radius: 9999px;
  color: #dc1919;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 941px) {
  .page__entry__btn a {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page__entry__btn a:hover {
    background-color: #dc1919;
    color: #fff;
  }
  .page__entry__btn a:hover::after {
    border-color: white;
  }
}
@media only screen and (max-width: 940px) {
  .page__entry__btn a {
    width: 85.8666666667vw;
    height: 14.9333333333vw;
    font-size: 5.8666666667vw;
  }
}
.page__entry__btn a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-left: 3px solid #dc1919;
  border-top: 3px solid #dc1919;
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 7px);
  right: 25px;
}
@media only screen and (max-width: 940px) {
  .page__entry__btn a::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: calc(50% - 1.8666666667vw);
    right: 5.8666666667vw;
  }
}
.page__entry__deadline {
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 941px) {
  .page__entry__deadline {
    font-size: 16px;
  }
}
@media only screen and (max-width: 940px) {
  .page__entry__deadline {
    font-size: 4.2666666667vw;
    padding-top: 2.6666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */