.industry .fitimg {
  width: 100%;
  height: auto;
}
.industry .industry-inner {
  padding: 0 16px;
}
@media screen and (min-width: 640px) {
  .industry .industry-inner {
    padding: 0 20px;
  }
}
.industry .industry-text {
  color: #fff;
}
.industry .industry-box {
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .industry .industry-box {
    border-radius: 8px;
  }
}
.industry .industry-box-inner {
  padding: 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .industry .industry-box-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.industry .industry-box-list {
  margin-top: 16px;
  padding-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .industry .industry-box-list {
    margin-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.industry .industry-box-list .industry-box {
  height: calc(100vw - 32px);
}
.industry .industry-box-list .industry-box:nth-of-type(n + 2) {
  margin-top: 16px;
}
@media screen and (min-width: 640px) {
  .industry .industry-box-list .industry-box {
    width: calc((100% - 40px) / 3);
    margin-left: 20px;
    height: 506px;
    height: 31.625vw;
  }
  .industry .industry-box-list .industry-box:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .industry .industry-box-list .industry-box:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .industry .industry-box-list .industry-box:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
.industry .industry-box-list .industry-box-link {
  position: relative;
  display: block;
  height: 100%;
}
.industry .industry-box-list .industry-box-link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.industry .industry-box-list .industry-box-link:hover::before, .industry .industry-box-list .industry-box-link:focus::before {
  background: rgba(0, 0, 0, 0.5);
}
.industry .industry-box-list .industry-box-inner {
  padding: 0 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 640px) {
  .industry .industry-box-list .industry-box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.industry .industry-box-list .industry-box.is-corporate {
  background-image: url("../img/bg-corporate.jpg");
}
.industry .industry-box-list .industry-box.is-hospitality {
  background-image: url("../img/bg-hospitality.jpg");
}
.industry .industry-box-list .industry-box.is-education {
  background-image: url("../img/bg-education.jpg");
}
.industry .industry-box-list .industry-box.is-studium {
  background-image: url("../img/bg-studium.jpg");
}
.industry .industry-box-list .industry-box.is-medical {
  background-image: url("../img/bg-medical.jpg");
}
.industry .industry-box-list .industry-box.is-broadcast {
  background-image: url("../img/bg-broadcast.jpg");
}
.industry .industry-box-list .industry-box.is-contentcreation {
  background-image: url("../img/bg-contentcreation.jpg");
}
.industry .industry-box-title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .industry .industry-box-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1025px) {
  .industry .industry-box-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 1367px) {
  .industry .industry-box-title {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 1600px) {
  .industry .industry-box-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.industry .industry-box-title-en {
  margin-top: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .industry .industry-box-title-en {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 1025px) {
  .industry .industry-box-title-en {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  .industry .industry-box-title-en {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.industry .industry-intro {
  background-image: url("../img/intro-bg-sp.jpg");
  padding: 80px 0;
  text-align: left;
}
@media screen and (min-width: 640px) {
  .industry .industry-intro {
    background-image: url("../img/intro-bg.jpg");
  }
}
@media screen and (min-width: 1025px) {
  .industry .industry-intro {
    height: 588px;
    height: 36.75vw;
  }
}
@media screen and (min-width: 640px) {
  .industry .industry-intro-inner {
    padding: 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .industry .industry-intro-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 36px;
  }
}
.industry .industry-intro-title {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .industry .industry-intro-title {
    width: 45%;
  }
}
@media screen and (min-width: 980px) {
  .industry .industry-intro-title {
    width: 35%;
  }
}
@media screen and (min-width: 1367px) {
  .industry .industry-intro-title {
    width: 45%;
  }
}
.industry .industry-intro-title img {
  width: 240px;
  width: 64vw;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .industry .industry-intro-title img {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .industry .industry-intro-title img {
    width: 305.9px;
  }
}
@media screen and (min-width: 1600px) {
  .industry .industry-intro-title img {
    width: 437px;
    margin-left: 0;
  }
}
.industry .industry-intro-textbox {
  margin-top: 60px;
}
@media screen and (min-width: 640px) {
  .industry .industry-intro-textbox {
    margin-top: 50px;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .industry .industry-intro-textbox {
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 60%;
    margin-top: 0;
    margin-left: 5%;
  }
}
@media screen and (min-width: 1367px) {
  .industry .industry-intro-textbox {
    width: 55%;
    margin-left: 0;
  }
}
.industry .industry-intro-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (min-width: 640px) {
  .industry .industry-intro-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7647058824;
  }
}
@media screen and (min-width: 1025px) {
  .industry .industry-intro-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1280px) {
  .industry .industry-intro-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.industry .industry-intro-text:nth-of-type(n + 2) {
  margin-top: 25px;
}
@media screen and (min-width: 640px) {
  .industry .industry-intro-text:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .industry .industry-intro-text:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.industry .industry-read {
  background-image: url("../img/bg-read-sp.jpg");
  padding: 80px 0;
  height: auto !important;
}
@media screen and (min-width: 640px) {
  .industry .industry-read {
    background-image: url("../img/bg-read.jpg");
    padding: 0;
    height: 31.625vw !important;
  }
}
.industry .industry-read-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .industry .industry-read-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1025px) {
  .industry .industry-read-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1600px) {
  .industry .industry-read-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.s5-returnToTop__button {
  top: -41px;
}
@media screen and (min-width: 640px) {
  .s5-returnToTop__button {
    top: -52px;
  }
}