.inner-container {
  width: 980px;
  margin: 0 auto;
  padding: 50px 0;
  color: #280000;
  font-size: 13px;
  line-height: 1.8;
}
.inner-container section{
 margin: 0 0 80px;
 display: inline-block;
}
.title-mv {
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  width: 960px;
  height: 380px;
}
.title-bg {
  width: 960px;
  height: 100px;
  background-color: #ED6C34;
  opacity: 0.9;
  position: relative;
  top: 160px;
}
.title-bg .title-head {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  color: #ffffff !important;
  letter-spacing: 2px;
}
.title-bg .title-text {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 2px;
  position: relative;
}
.text-overview{
  margin: 20px 0 0;
}
.text-overview .text-ttl {
  width: 600px;
  margin: 0 auto;
}
.text-overview .text-ttl img {
  float: left;
}
.text-overview .text-ttl .text-head {
  font-weight: bold;
  font-size: 24px;
  color: #ED6C34;
  letter-spacing: 2px;
  text-align: center;
}
.text-overview .text-ttl .text {
  font-size: 16px;
  color: #000;
  letter-spacing: 2px;
  text-align: center;
}
.text-overview .text-read {
  font-size: 16px;
  display: inline-block;
  margin: 32px 0 0;
}
.text-overview .text-read p {
  font-size: 12px;
  color: #000;
  padding: 40px 0 0;
  text-align: left;
}
.row-box {
  border: solid 3px;
  width: 480px;
  padding: 10px;
  float: left;
  margin: 0 5px;
}
.row-box .row-ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.row-box .row-page-link {
  text-align: center;
}
.row-box .row-page-link a {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
}
.row-box .row-page-link a.btn-anchor {
  font-size: 16px;
  background: #ED6C34;
  color: #fff;
  padding: 15px;
  max-width: 280px;
  width: 60%;
  box-shadow: 0px 1px 1px black;
  
}
.row-box .row-text {
  margin: 20px;
}
.triangle-button::after{
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  right: -40px;
}
.interview-ttl {
  width: 280px;
  margin: 0 auto;
}
.interview-ttl .interview-head{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
}
.interview-ttl .interview-sub{
  width: 200px;
  background-color: #ED6C34;
  text-align: center;
  color: #fff;
  margin: 0 auto;

}
.interview-bnr {
  margin: 30px 0 0;
}
.interview-bnr img {
  margin: 0 8px;
}

.rank-box {
  border: 6px #000 solid;
  margin: 0 0 80px;
}
.rank-ttl {
  background-color: #ED6C34;
  text-align: center;
  color: #fff;
  box-shadow: 0px 0px 4px black;
}
.rank-ttl .rank-ttl-head{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  padding: 10px 0;
}
.rank-in-box{
  padding: 20px 20px 60px;
  font-size: 16px;
}
.rank-in-box .row-page-link {
  text-align: center;
}
.rank-in-box .row-page-link a {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
}
.rank-in-box .row-page-link a.btn-anchor {
  font-size: 16px;
  background: linear-gradient(to top, #FF7104, #FFA026);
  color: #fff;
  padding: 15px;
  max-width: 310px;
  width: 70%;
  box-shadow: 0px 1px 1px black;
}

.award {
  margin-top: 30px;
}

.ranking-ttl-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #858585;
  margin-bottom: 30px;
  flex-direction: row;
}

.ranking-ttl-wrap .ranikng-img {
  width: 100px;
  margin-right: 20px;
}

.ranking-ttl-wrap .ranking-ttl {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.ranking-wrap {
  display: grid;
  gap: 30px;
  grid-auto-flow: column;
  grid-template-columns: auto auto;
}

.ranking-wrap .company-logo {
  display: block;
  margin: 0 auto;
}

.company-award {
  display: flex;
  align-items: center;
}

.company-award .company-logo {
  width: 180px;
  margin-right: 20px;
  padding: 20px;
}

.company-award .company-comments-ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

.company-profile {
  background-color: #FFF5F1;
  padding: 30px;
  margin-top: 20px;
}

.company-profile-ttl {
  color: #ED6C34;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

.company-profile-text {
  margin: 0;
}

.other-rank {
  background-color: #FFFCF1;
  padding: 30px;
  margin: 30px 0 50px;
}

.other-rank li {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #E7DCB1;
  padding: 20px;
  list-style: none;
}

.other-rank li:first-child {
  padding-top: 0;
}

.other-rank li:last-child {
  border: none;
}

.other-rank li span {
  color: #ED6C34;
  padding-right: 20px;
}



.triangle-button::after{
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  right: -20px;
}
.triangle-button-down::after{
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  transform: rotate(-90deg);
  margin-left: 30px;
}
.btn-area {
  display: flex;
  justify-content: center;
}
.btn-area .btn-print {
  font-size: 16px;
  background: #ED6C34;
  color: #fff;
  padding: 15px;
  max-width: 280px;
  text-align: center;
  box-shadow: 0px 1px 1px black;
  display : flex ;
  justify-content: space-between;
  align-items: center;
  text-decoration : none ;
  outline : 1px solid #FFFFFF;
  outline-offset : -5px;
}
.btn-area .btn-print img {
  vertical-align: middle;
}

.pc-visible {
  display: block;
}
.sp-visible {
  display: none;
}