@media print, all and (min-width: 768px) {
  .hr-main_ttl01 + .hr-scene_block01 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .hr-main_ttl01 + .hr-scene_block01 {
    margin-top: 55px;
  }
}

@media print, all and (min-width: 768px) {
  .hr-scene_block01 + .hr-scene_block01, .hr-scene_block01 + .hr-scene_block02, .hr-scene_block01 + .hr-scene_block03 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_block01 + .hr-scene_block01, .hr-scene_block01 + .hr-scene_block02, .hr-scene_block01 + .hr-scene_block03 {
    margin-top: 30px;
  }
}

.hr-scene_block02 {
  background: #f5f5f5;
}

@media print, all and (min-width: 768px) {
  .hr-scene_block02 {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_block02 {
    padding: 0 0 60px;
  }
}

@media print, all and (min-width: 768px) {
  .hr-scene_block03 {
    background: #f5f5f5;
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_block03 {
    padding: 0 0 50px;
  }
}

.hr-scene_panel01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  text-align: center;
}

@media print, all and (min-width: 768px) {
  .hr-scene_panel01 {
    max-width: 1240px;
    padding: 16px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_panel01 {
    width: 84%;
    padding-top: 7px;
  }
}

.hr-scene_panel01 > li {
  display: block;
}

@media print, all and (min-width: 768px) {
  .hr-scene_panel01 > li {
    width: 23.5%;
    margin: 24px 0 0;
  }
  .hr-scene_panel01 > li:nth-child(4n+2):last-child {
    margin-left: 2%;
    margin-right: auto;
  }
  .hr-scene_panel01 > li:nth-child(4n+2):nth-last-child(2) {
    margin-left: 2%;
  }
  .hr-scene_panel01 > li:nth-child(4n+3):last-child {
    margin-left: 2%;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_panel01 > li {
    width: 47.937%;
    margin: 13px 0 0;
  }
}

.hr-scene_panel01 > li.isHidden {
  display: none !important;
}

.hr-scene_panel01 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.hr-scene_panel01 > li > a:hover {
  opacity: 0.5;
}

.hr-scene_panel01 > li > a:hover > figure > img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.hr-scene_panel01 > li > a > figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.hr-scene_panel01 > li > a > figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  -o-transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
}

.hr-scene_panel01 > li > a > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e6e6e6;
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
}

@media print, all and (min-width: 768px) {
  .hr-scene_panel01 > li > a > p {
    min-height: 60px;
    line-height: 1.75em;
    font-size: 16px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .hr-scene_panel01 > li > a > p {
    min-height: auto;
    padding: 1em 0.5em;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_panel01 > li > a > p {
    min-height: 36px;
    line-height: 1.905em;
    font-size: 10.5px;
  }
}

.hr-scene_panel01_count {
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

@media print, all and (min-width: 768px) {
  .hr-scene_panel01_count {
    margin-top: 64px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_panel01_count {
    margin-top: 50px;
    font-size: 9px;
  }
}

.hr-scene_kv {
  position: relative;
  line-height: 0;
  text-align: center;
}

@media print, all and (min-width: 768px) {
  .hr-scene_kv {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.hr-scene_kv.js-movieStart {
  cursor: pointer;
}

.hr-scene_kv.js-movieStart::after {
  content: "";
  position: absolute;
  background-color: #808080;
  background-image: url(/theme-images/main/movie01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: 3;
}

@media print, all and (min-width: 768px) {
  .hr-scene_kv.js-movieStart::after {
    width: 6.945vw;
    max-width: 80px;
    height: 6.945vw;
    max-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_kv.js-movieStart::after {
    width: 10.667vw;
    max-width: 60px;
    height: 10.667vw;
    max-height: 60px;
  }
}

.hr-scene_kv.js-movieStart:hover {
  opacity: 0.5;
}

@media print, all and (min-width: 768px) {
  .hr-scene_kv + .hr-scene_desc01 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_kv + .hr-scene_desc01 {
    margin-top: 30px;
  }
}

.hr-scene_row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media print, all and (min-width: 768px) {
  .hr-scene_row01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1240px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_row01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.hr-scene_row01 > figure {
  position: relative;
  line-height: 0;
}

@media print, all and (min-width: 768px) {
  .hr-scene_row01 > figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 47.5%;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_row01 > figure {
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5;
    text-align: center;
  }
}

.hr-scene_row01 > figure.js-movieStart::after {
  content: "";
  position: absolute;
  background-color: #808080;
  background-image: url(/theme-images/main/movie01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: 3;
}

.hr-scene_row01 > figure.js-movieStart:hover {
  opacity: 0.5;
}

@media print, all and (min-width: 768px) {
  .hr-scene_row01 > dl {
    width: 47.5%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_row01 > dl {
    margin-top: 30px;
  }
}

@media print, all and (min-width: 768px) {
  .hr-scene_row01 > dl > dt {
    text-align: left;
  }
}

@media print, all and (min-width: 768px) {
  .hr-scene_row01 + .hr-scene_row01 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_row01 + .hr-scene_row01 {
    margin-top: 30px;
  }
}

.hr-scene_desc01 {
  margin: 0 auto;
}

@media print, all and (min-width: 768px) {
  .hr-scene_desc01 {
    max-width: 1240px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_desc01 {
    width: 84%;
  }
}

.hr-scene_desc01 > dt {
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media print, all and (min-width: 768px) {
  .hr-scene_desc01 > dt {
    line-height: 1.91em;
    font-size: 22px;
    text-align: center;
  }
  .hr-scene_desc01 > dt > h3 {
    line-height: inherit !important;
    font: inherit !important;
  }
  .hr-scene_desc01 > dt > h3:first-of-type {
    margin-top: -0.454em;
  }
  .hr-scene_desc01 > dt > h3:last-of-type {
    margin-bottom: -0.454em;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_desc01 > dt {
    line-height: 1.715em;
    font-size: 14px;
  }
  .hr-scene_desc01 > dt > h3 {
    line-height: inherit !important;
    font: inherit !important;
  }
  .hr-scene_desc01 > dt > h3:first-of-type {
    margin-top: -0.357em;
  }
  .hr-scene_desc01 > dt > h3:last-of-type {
    margin-bottom: -0.357em;
  }
}

@media print, all and (min-width: 768px) {
  .hr-scene_desc01 > dt + dd {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_desc01 > dt + dd {
    margin-top: 18px;
  }
}

@media print, all and (min-width: 768px) {
  .hr-scene_desc01 > dd .a_btn01 {
    margin: 45px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_desc01 > dd .a_btn01 {
    width: 100%;
    margin-top: 30px;
    font-size: 10.5px;
  }
}

.hr-scene_list01, .hr-scene_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media print, all and (min-width: 768px) {
  .hr-scene_list01, .hr-scene_list02 {
    max-width: 1210px;
    margin: 0 auto;
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_list01, .hr-scene_list02 {
    padding: 30px 0;
  }
}

.hr-scene_list01 > li, .hr-scene_list02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media print, all and (min-width: 768px) {
  .hr-scene_list01 > li, .hr-scene_list02 > li {
    width: 16.806%;
    max-width: 242px;
  }
  .hr-scene_list01 > li:nth-child(n+6), .hr-scene_list02 > li:nth-child(n+6) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_list01 > li, .hr-scene_list02 > li {
    width: calc(100%/3);
    padding: 0 2%;
  }
  .hr-scene_list01 > li:nth-child(n+4), .hr-scene_list02 > li:nth-child(n+4) {
    margin-top: 15px;
  }
}

.hr-scene_list01 > li.isNew figure::after, .hr-scene_list02 > li.isNew figure::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hr-scene_list01 > li figure, .hr-scene_list02 > li figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  line-height: 0;
}

@media print, all and (min-width: 768px) {
  .hr-scene_list01 > li figure, .hr-scene_list02 > li figure {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_list01 > li figure, .hr-scene_list02 > li figure {
    padding-top: 17px;
  }
}

.hr-scene_list01 > li figure::after, .hr-scene_list02 > li figure::after {
  content: "NEW";
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background: #d60077;
  width: 6.929em;
  height: 1.715em;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  color: #fff;
}

@media print, all and (min-width: 768px) {
  .hr-scene_list01 > li figure::after, .hr-scene_list02 > li figure::after {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_list01 > li figure::after, .hr-scene_list02 > li figure::after {
    font-size: 9px;
  }
}

.hr-scene_list01 > li p, .hr-scene_list02 > li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.5em;
}

@media print, all and (min-width: 768px) {
  .hr-scene_list01 > li p, .hr-scene_list02 > li p {
    margin-bottom: 1em;
    line-height: 1.778em;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_list01 > li p, .hr-scene_list02 > li p {
    margin-bottom: 0.667em;
    line-height: 1.667em;
    font-size: 9px;
  }
}

.hr-scene_list01 > li .a_btn01, .hr-scene_list02 > li .a_btn01 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .hr-scene_list01 > li .a_btn01, .hr-scene_list02 > li .a_btn01 {
    font-size: 10.5px;
  }
}

@media print, all and (min-width: 768px) {
  .hr-scene_list01 > li + li, .hr-scene_list02 > li + li {
    margin-left: 1.389%;
  }
}

.hr-scene_list01 + .hr-scene_list01, .hr-scene_list02 + .hr-scene_list01, .hr-scene_list01 + .hr-scene_list02, .hr-scene_list02 + .hr-scene_list02 {
  border-top: 1px solid #d7d7d7;
}

@media print, all and (min-width: 768px) {
  .hr-scene_list01 + .hr-scene_link02, .hr-scene_list02 + .hr-scene_link02 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_list01 + .hr-scene_link02, .hr-scene_list02 + .hr-scene_link02 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_list02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_list02 > li:nth-child(3n+2):last-child {
    margin-right: auto;
  }
}

.hr-scene_link01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .hr-scene_link01 {
    margin-top: 20px;
  }
}

.hr-scene_link01 > a {
  display: block;
}

@media print, all and (min-width: 768px) {
  .hr-scene_link01 > a {
    width: 472px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_link01 > a {
    width: 84%;
  }
}

.hr-scene_link01 > a:hover {
  opacity: 0.5;
}

.hr-scene_link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, all and (min-width: 768px) {
  .hr-scene_link02 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_link02 {
    margin-top: 50px;
    font-size: 10.5px;
  }
  .hr-scene_link02 .a_btn01 {
    width: 84%;
  }
}

.hr-scene_link02.isHidden {
  display: none !important;
}

@media print, all and (min-width: 768px) {
  .hr-scene_link02 + .hr-scene_link02 {
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .hr-scene_link02 + .hr-scene_link02 {
    margin-top: 20px;
  }
}
