body {
  margin: 0;
}
.inner-container {
  width: 100%;
  color: #280000;
  line-height: 1.8;
}
.inner-container section{
 margin: 0 25px 80px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.title-mv {
  background-image: url(../../img/mv_sp.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
}
.title-bg {
  background-color: #ED6C34;
  opacity: 0.9;
  padding : 10px 20px;
  display: inline-table;
}
.title-bg .title-head {
  text-align: center;
  font-weight: bold;
  font-size: clamp(24px, 7vw, 36px) !important;
  color: #ffffff !important;
  margin: 0;
  display: block;
  padding: 0 !important;
}
.title-bg .title-text {
  text-align: center;
  font-size: clamp(16px, 4vw, 24px);
  color: #ffffff;
  margin: 0;
}
.text-overview{
  margin: 32px 0 0;
}
.text-overview .text-ttl {
  margin: 0 auto;
}
.text-overview .text-ttl img {
  margin: 0 auto;
  display: block;
}
.text-overview .text-ttl .text-head {
  font-weight: bold;
  font-size: 24px;
  color: #ED6C34;
  text-align: center;
  margin: 0 0 8px;
}
.text-overview .text-ttl .text {
  font-size: 16px;
  color: #000;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 32px;
}
.text-overview .text-read {
  font-size: 16px;
  display: inline-block;
}
.text-overview .text-read p {
  font-size: 12px;
  color: #000;
  padding: 40px 0 0;
  text-align: left;
  margin: 0;
}
.row-box {
  border: solid 3px;
  padding: 10px;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.row-box:last-child {
  margin-bottom: 72px;
}
.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: 310px;
  width: 80%;
  box-shadow: 0px 1px 1px black;
}
.row-box .row-text {
  margin: 20px;
}
.triangle-button::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;
  margin-left: 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: 5px;
}
.interview-ttl {
  margin: 0 auto;
}
.interview-ttl .interview-head{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
}
.interview-ttl .interview-sub{
  width: 210px;
  background-color: #ED6C34;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  font-size: 10px;
}
.interview-bnr {
  margin: 30px 0 0;
}
.interview-bnr img {
  width: 100%;
  margin-bottom: 20px;
}
.last-child {
  margin-bottom: 0;
}
.rank-box {
  border: 4px #000 solid;
  margin-bottom: 60px;
}
.rank-box:last-child {
  margin-bottom: 0;
}
.rank-ttl {
  background-color: #ED6C34;
  text-align: center;
  color: #fff;
  box-shadow: 0px 0px 4px black;
}
.rank-ttl .rank-ttl-head{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  padding: 10px 0;
}
.rank-in-box{
  padding: 20px 20px 30px;
}
.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: 14px;
  background: linear-gradient(to top, #FF7104, #FFA026);
  color: #fff;
  padding: 15px 10px;
  max-width: 310px;
  width: 80%;
  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: 10px;
}

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

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

.ranking-wrap {
  display: flex;
  flex-direction: column;
}

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

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

.company-award .company-logo {
  width: 150px;
}

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

.company-profile {
  background-color: #FFF5F1;
  padding: 20px;
  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: 15px;
  margin: 30px 0 30px;
}

.other-rank li {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #E7DCB1;
  padding: 10px;
  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;
}



.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: none;
}
.sp-visible {
  display: block;
}

