.ecrew-top .sub-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ecrew-top .sub-inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .ecrew-top .sub-inner__md-padding {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .ecrew-top .sub-inner__md-padding {
    padding: 0 20px;
  }
}
.ecrew-top .info__nav {
  max-width: 1000px;
  margin: 0 auto;
}
.ecrew-top .info__list {
  border-bottom: 1px solid #ddd;
}
.ecrew-top .info__list:first-child {
  border-top: 1px solid #ddd;
}
.ecrew-top .info__number {
  color: #999999;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .ecrew-top .info__number {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ecrew-top .info__number {
    font-size: 14px;
  }
}
.ecrew-top .info__link {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .ecrew-top .info__link {
    display: flex;
    padding: 40px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .ecrew-top .info__link {
    line-height: 2;
    padding: 20px 0px;
  }
}
.ecrew-top .info__bold {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .ecrew-top .info__bold {
    font-size: 15px;
  }
}
.ecrew-top .info__desc {
  font-weight: normal;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .ecrew-top .info__desc {
    margin-left: 60px;
  }
}
.ecrew-top .contents-main-title {
  color: #006d9c;
}
@media screen and (min-width: 768px) {
  .ecrew-top .contents-main-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ecrew-top .contents-main-title {
    font-size: 40px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .ecrew-top .contents-main-title-textside {
    writing-mode: unset;
  }
}
.ecrew-top .news-text {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ecrew-top .news-text {
    font-size: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .ecrew-top .news-text {
    font-size: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .ecrew-top .read-more {
    max-width: 1360px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .ecrew-top .read-more {
    width: 100%;
    padding: 0 20px;
  }
}