#header {
  background: #e74536;
  position: relative;
}

.main_visual {
  background-color: #e74536;
}

figure, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 740px), print {
  body #header {
    background-color: #e74536;
  }
  .main_visual {
    background-color: #e74536;
  }
  .sp {
    display: none !important;
  }
  .inner {
    margin: 0 auto;
    padding: 0 20px;
  }
  .employer img {
    width: 100%;
  }
  .contents_wrap {
    padding: 80px 100px;
    max-width: 1320px;
    margin: 0 auto;
  }
  .award h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-left: 30px;
  }
  .award p {
    font-size: 16px;
    padding-left: 30px;
  }
  .award figure {
    margin: 30px 0;
    padding: 0 40px;
  }
  .ranking {
    margin: 0 auto;
    max-width: 1200px;
    padding: 100px 0;
    font-size: 0;
  }
  .ranking .rank_jp, .ranking .rank_global {
    display: inline-block;
    margin: 0 1%;
    vertical-align: top;
    width: 48%;
  }
  .ranking .rank_jp p, .ranking .rank_global p {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .ranking__note {
    font-weight: bold;
    font-size: 16px;
    color: #999;
  }
  .ranking dl {
    border: 1px solid #fff;
    display: table;
    width: 100%;
    height: 55px;
  }
  .ranking dl dt {
    background: #999;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    border-right: 3px solid #fff;
    padding: 0 5px;
    text-align: center;
    width: 75px;
    word-break: break-all;
  }
  .ranking dl dd {
    background: #f9f9f9;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    height: 100%;
    padding: 0 15px;
    text-align: left;
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
    word-break: break-all;
  }
  .ranking dl.no1 dt, .ranking dl.no2 dt, .ranking dl.no3 dt {
    background: #0f1941;
  }
  .ranking dl.no1 dd, .ranking dl.no2 dd, .ranking dl.no3 dd {
    font-weight: bold;
  }
  .ranking .rank_attention {
    margin-top: 86px;
  }
  .ranking p.detail_link {
    margin-top: 15px;
  }
  .ranking p.detail_link a {
    color: #e74536;
    font-size: 18px;
  }
  .ranking p.detail_link a:hover {
    opacity: 0.6;
  }
  .link-btn {
    height: 50px;
    font-size: 16px;
  }
  .link-btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    border: solid 1px #e74536;
    background-color: #e74536;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
  }
  .link-btn a:after {
    content: '>';
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .link-btn a:link, .link-btn a:visited, .link-btn a:active {
    color: #fff;
  }
  .link-btn a:hover {
    background-color: #fff;
    color: #e74536;
  }
  .ranking-number {
    font-weight: bold;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 40px;
    color: #E43C28;
    line-height: 1.3;
  }
  .ranking-company {
    font-weight: bold;
  }
  .ranking-position {
    font-weight: bold;
  }
  .ranking-name {
    font-weight: bold;
  }
  .ranking-comment {
    margin-top: 1em;
  }
  .ranking-list__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .ranking-list .ranking-number {
    font-size: 36px;
    margin-right: .8em;
  }
  .ranking-list .ranking-company {
    font-size: 16px;
  }
  .ranking-list .ranking-position {
    margin-top: .3em;
  }
  .ranking-list .ranking-name span {
    font-size: 12px;
  }
  .event02 .breadcrumb-ebr {
    background-color: #e74536;
  }
  .contents_navi {
    margin-bottom: 50px;
  }
  .contents_navi .navi_btn {
    display: none;
  }
  .contents_navi ul {
    width: 100%;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents_navi ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: -webkit-calc(100% / 2 - 10px);
    width: -moz-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
  }
  .contents_navi ul li + li {
    margin-left: 10px;
  }
  .contents_navi ul li a {
    border: 1px solid #0f1941;
    color: #0f1941;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    line-height: 1.3;
    height: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-size: 12px;
    word-break: break-all;
  }
  .contents_navi ul li a:hover, .contents_navi ul li a.is-current {
    background: #0f1941;
    color: #fff;
  }
  .contents_navi--sub ul li {
    width: -webkit-calc((100% - 40px) / 5);
    width: -moz-calc((100% - 40px) / 5);
    width: calc((100% - 40px) / 5);
  }
  .contents_navi.sendai ul li {
    width: -webkit-calc(100% / 3 - 10px);
    width: -moz-calc(100% / 3 - 10px);
    width: calc(100% / 3 - 10px);
  }
  .ranking-detail {
    margin-top: 50px;
    padding: 50px;
  }
  .ranking-detail__ttl {
    font-size: 24px;
    margin-bottom: 46px;
    font-weight: bold;
    margin-left: -30px;
  }
  .ranking-block {
    position: relative;
    overflow: hidden;
  }
  .ranking-block:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .ranking-block__text {
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ranking-block__catch {
    margin-top: .8em;
    font-size: 22px;
    font-weight: bold;
  }
  .ranking-block .ranking-company {
    font-size: 20px;
  }
  .ranking-block .ranking-company_area {
    margin-left: 36px;
  }
  .ranking-block .ranking-company_area .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ranking-block .ranking-name {
    font-size: 14px;
    margin-left: .8em;
  }
  .ranking-block .ranking-name span {
    font-size: 14px;
  }
  .ranking-block--01 .ranking-comment, .ranking-block--02 .ranking-comment, .ranking-block--03 .ranking-comment {
    margin-right: 1em;
  }
  .ranking-list {
    margin-top: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ranking-list li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .ranking-list li:nth-of-type(n + 3) {
    margin-top: 60px;
  }
  .ranking-list__head {
    height: 6em;
  }
  .link-btn {
    margin-top: 1em;
  }
}

@media screen and (max-width: 739px) {
  .pc {
    display: none !important;
  }
  .inner {
    margin: 0 auto;
    padding: 0 20px;
  }
  .employer img {
    width: 100%;
  }
  .contents_wrap {
    margin: 40px auto;
    padding: 0 5%;
  }
  .award h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .award p {
    font-size: 14px;
  }
  .award figure {
    margin: 25px 0;
    padding: 0;
  }
  .ranking {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
  }
  .ranking .inner {
    padding: 0;
  }
  .ranking .rank_jp, .ranking .rank_global {
    display: inline-block;
    margin: 20px 0;
    vertical-align: top;
    width: 100%;
  }
  .ranking .rank_jp p, .ranking .rank_global p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
  }
  .ranking__note {
    font-size: 14px;
    font-weight: bold;
    color: #999;
  }
  .ranking .rank_jp p span {
    color: #999;
    font-weight: normal;
    font-size: 16px;
  }
  .ranking .rank_global p span {
    color: #999;
    font-weight: normal;
    font-size: 16px;
  }
  .ranking .rank_global figure {
    margin: 30px auto 0;
    width: 80%;
  }
  .ranking .rank_global figure img {
    width: 100%;
  }
  .ranking dl {
    border: 1px solid #fff;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .ranking dl dt {
    background: #999;
    color: #fff;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: bold;
    height: 55px;
    margin-right: 1%;
    text-align: center;
    width: 20%;
  }
  .ranking dl dd {
    background: #f9f9f9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    height: 55px;
    line-height: 1.4;
    padding: 0 10px;
    text-align: left;
    vertical-align: middle;
    width: 75%;
  }
  .ranking dl.no1 dt, .ranking dl.no2 dt, .ranking dl.no3 dt {
    background: #0f1941;
  }
  .ranking dl.no1 dd, .ranking dl.no2 dd, .ranking dl.no3 dd {
    font-weight: bold;
  }
  .ranking .rank_attention {
    margin-top: 60px;
  }
  .ranking p.detail_link {
    margin-top: 15px;
  }
  .ranking p.detail_link a {
    color: #e74536;
    font-size: 16px;
  }
  .link-btn {
    height: 40px;
    font-size: 14px;
  }
  .link-btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    border: solid 1px #e74536;
    background-color: #e74536;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
  }
  .link-btn a:after {
    content: '>';
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .link-btn a:link, .link-btn a:visited, .link-btn a:active {
    color: #fff;
  }
  .link-btn a:hover {
    background-color: #fff;
    color: #e74536;
  }
  .ranking-number {
    font-weight: bold;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 28px;
    color: #E43C28;
    line-height: 1.3;
  }
  .ranking-company {
    font-weight: bold;
  }
  .ranking-position {
    font-weight: bold;
  }
  .ranking-name {
    font-weight: bold;
  }
  .ranking-comment {
    margin-top: 1em;
  }
  .ranking-list__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .ranking-list .ranking-number {
    margin-right: .6em;
  }
  .ranking-list .ranking-company {
    font-size: 16px;
  }
  .ranking-list .ranking-position {
    margin-top: .3em;
  }
  .ranking-list .ranking-name span {
    font-size: 12px;
  }
  .contents_navi {
    margin-bottom: 50px;
  }
  .contents_navi .navi_btn {
    border: 1px solid #0f1941;
    color: #0f1941;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    position: relative;
    font-size: 14px;
  }
  .contents_navi ul {
    display: none;
  }
  .contents_navi ul li a {
    border: 1px solid #0f1941;
    border-top: none;
    color: #0f1941;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 50px;
    padding: 0 8px;
    text-align: center;
  }
  .contents_navi ul li a.is-current {
    background: #0f1941;
    color: #fff;
  }
  .ranking-detail {
    margin-top: 25px;
    padding: 25px 0;
  }
  .ranking-detail__ttl {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
  }
  .ranking-block:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .ranking-block__text {
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .ranking-block__catch {
    margin-top: .5em;
    font-size: 16px;
    font-weight: bold;
  }
  .ranking-block .ranking-company {
    font-size: 20px;
  }
  .ranking-block .ranking-company_area {
    margin-left: 20px;
  }
  .ranking-block .ranking-position {
    margin-top: 0;
  }
  .ranking-block .ranking-name {
    font-size: 14px;
    margin-top: 0;
  }
  .ranking-block .ranking-name span {
    font-size: 14px;
  }
  .ranking-list {
    margin-top: 50px;
  }
  .ranking-list li:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .ranking-list__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .link-btn {
    margin-top: 1em;
  }
}
