@charset "UTF-8";
#mspu *, #mspu *:after, #mspu *:before {
  box-sizing: border-box;
}

#mspu {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-weight: normal;
  line-height: 1;
  text-size-adjust: 100%;
}

#mspu img {
  height: auto;
  max-width: 100%;
}

#mspu a:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #mspu .pc-only {
    display: none;
  }
}

@media all and (min-width: 769px) {
  #mspu .sp-only {
    display: none;
  }
}

@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0.5;
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0.5;
    transform: translate3d(0, -8px, 0);
  }
}

.mspuMv {
  overflow-x: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.mspuMv__bg {
  vertical-align: bottom;
  width: 100%;
}

.mspuMv__heading {
  left: 50%;
  position: absolute;
  top: 35.064%;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mspuMv__heading {
    top: 33.333%;
  }
}

.mspuMv__heading img {
  width: 43.59375vw;
}

@media screen and (max-width: 768px) {
  .mspuMv__heading img {
    width: 87.6vw;
  }
}

.mspuMv__scroll {
  bottom: 4.545%;
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.mspuMv__scroll span {
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

.mspuMv__scroll span img {
  width: 56px;
}

@media screen and (max-width: 768px) {
  .mspuMv__scroll span img {
    zoom: .8;
  }
}

.mspuMv__scroll > img {
  margin-top: 15px;
  width: 56px;
}

@media screen and (max-width: 768px) {
  .mspuMv__scroll > img {
    zoom: .8;
    margin-top: 10px;
  }
}

.mspuIntro {
  overflow: hidden;
  padding-bottom: 110px;
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .mspuIntro {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.mspuIntro__ttl {
  text-align: center;
}

.mspuIntro__ttl img {
  width: 523px;
}

@media screen and (max-width: 768px) {
  .mspuIntro__ttl img {
    zoom: .5;
  }
}

.mspuIntro__content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media all and (min-width: 769px) {
  .mspuIntro__content {
    width: 960px;
  }
}

@media all and (min-width: 769px) {
  .mspuIntro__img {
    position: absolute;
    right: -320px;
    top: -110px;
  }
}

@media screen and (max-width: 768px) {
  .mspuIntro__img {
    margin-top: 25px;
  }
}

.mspuIntro__panel {
  border: 1px solid #000;
  margin-top: 145px;
  padding: 30px 0 20px 45px;
  position: relative;
}

@media all and (min-width: 769px) {
  .mspuIntro__panel {
    width: 542px;
  }
}

@media screen and (max-width: 768px) {
  .mspuIntro__panel {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
    padding: 20px;
  }
}

.mspuIntro__txt {
  color: #595757;
  font-size: 20px;
  line-height: 1.913;
}

@media screen and (max-width: 768px) {
  .mspuIntro__txt {
    font-size: 18px;
  }
}

.mspuIntro__txt + .mspuIntro__txt {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .mspuIntro__txt + .mspuIntro__txt {
    margin-top: 20px;
  }
}

.mspuArea {
  background-color: #f7f7f7;
  padding-bottom: 110px;
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .mspuArea {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.mspuArea__ttl {
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}

.mspuArea__ttl::before {
  background-color: #463f1e;
  bottom: 0;
  content: '';
  height: 32px;
  left: 50%;
  position: absolute;
  width: 1px;
}

.mspuArea__ttl img {
  width: 600px;
}

@media screen and (max-width: 768px) {
  .mspuArea__ttl img {
    zoom: .5;
  }
}

.mspuArea__ttl span {
  display: block;
  font-size: 23px;
  font-weight: normal;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mspuArea__ttl span {
    font-size: 20px;
    margin-top: 15px;
  }
}

.mspuArea__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
  position: relative;
}

@media all and (min-width: 769px) {
  .mspuArea__menu {
    height: 423px;
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .mspuArea__menu {
    margin-top: 20px;
    max-width: 480px;
  }
}

@media all and (min-width: 769px) {
  .mspuArea__menu li {
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .mspuArea__menu li {
    flex-basis: calc(50% - 5px);
    margin-top: 10px;
  }
}

@media all and (min-width: 769px) {
  .mspuArea__menu li:nth-of-type(1) {
    left: 122px;
    top: 0;
  }
}

@media all and (min-width: 769px) {
  .mspuArea__menu li:nth-of-type(2) {
    left: 367px;
    top: 0;
  }
}

@media all and (min-width: 769px) {
  .mspuArea__menu li:nth-of-type(3) {
    right: 123px;
    top: 0;
  }
}

@media all and (min-width: 769px) {
  .mspuArea__menu li:nth-of-type(4) {
    bottom: 0;
    left: 0;
  }
}

@media all and (min-width: 769px) {
  .mspuArea__menu li:nth-of-type(5) {
    bottom: 0;
    left: 245px;
  }
}

@media all and (min-width: 769px) {
  .mspuArea__menu li:nth-of-type(6) {
    bottom: 0;
    left: 490px;
  }
}

@media all and (min-width: 769px) {
  .mspuArea__menu li:nth-of-type(7) {
    bottom: 0;
    right: 0;
  }
}

.mspuAreaCard {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media all and (min-width: 769px) {
  .mspuAreaCard:hover .mspuAreaCard__bg {
    transform: scale(1.1);
  }
}

@media all and (min-width: 769px) {
  .mspuAreaCard {
    height: 200px;
    overflow: hidden;
    width: 225px;
  }
}

@media screen and (max-width: 768px) {
  .mspuAreaCard {
    max-width: 460px;
  }
}

@media all and (min-width: 769px) {
  .mspuAreaCard.-disable:hover .mspuAreaCard__bg {
    transform: scale(1);
  }
}

.mspuAreaCard .mspuAreaCard__bg {
  display: block;
  vertical-align: bottom;
}

@media all and (min-width: 769px) {
  .mspuAreaCard .mspuAreaCard__bg {
    transition-duration: .3s;
  }
}

.mspuAreaCard .mspuAreaCard__ttl {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 185px;
}

@media screen and (max-width: 768px) {
  .mspuAreaCard .mspuAreaCard__ttl {
    zoom: .75;
  }
}

.mspuJob {
  padding-bottom: 155px;
  padding-top: 95px;
}

@media screen and (max-width: 768px) {
  .mspuJob {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.mspuJob__ttl {
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}

.mspuJob__ttl::before {
  background-color: #463f1e;
  bottom: 0;
  content: '';
  height: 32px;
  left: 50%;
  position: absolute;
  width: 1px;
}

.mspuJob__ttl img {
  width: 586px;
}

@media screen and (max-width: 768px) {
  .mspuJob__ttl img {
    zoom: .5;
  }
}

.mspuJob__ttl span {
  display: block;
  font-size: 23px;
  font-weight: normal;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mspuJob__ttl span {
    font-size: 20px;
    margin-top: 15px;
  }
}

.mspuJob__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 769px) {
  .mspuJob__menu {
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .mspuJob__menu {
    margin-top: 20px;
    max-width: 480px;
  }
}

.mspuJob__menu li {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .mspuJob__menu li {
    flex-basis: calc(50% - 5px);
    margin-top: 10px;
  }
}

.mspuJobCard {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media all and (min-width: 769px) {
  .mspuJobCard:hover .mspuJobCard__bg {
    transform: scale(1.1);
  }
}

@media all and (min-width: 769px) {
  .mspuJobCard {
    height: 350px;
    overflow: hidden;
    width: 460px;
  }
}

@media screen and (max-width: 768px) {
  .mspuJobCard {
    max-width: 460px;
  }
}

.mspuJobCard .mspuJobCard__bg {
  display: block;
  vertical-align: bottom;
}

@media all and (min-width: 769px) {
  .mspuJobCard .mspuJobCard__bg {
    transition-duration: .3s;
  }
}

.mspuJobCard .mspuJobCard__ttl {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 249px;
}

@media screen and (max-width: 768px) {
  .mspuJobCard .mspuJobCard__ttl {
    zoom: .7;
  }
}

.mspuAction {
  background-image: url(../img/action/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media all and (min-width: 769px) {
  .mspuAction {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .mspuAction {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media all and (min-width: 769px) {
  .mspuAction__menu {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 790px;
  }
}

@media screen and (max-width: 768px) {
  .mspuAction__menu li + li {
    margin-top: 25px;
  }
}

a.mspuAction__btn {
  align-items: center;
  background-color: rgba(144, 0, 79, 0.8);
  background-image: url(../img/action/btn-arrow.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px 35px;
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 120px;
  justify-content: center;
  line-height: 1.594;
  text-align: center;
  text-decoration: none;
  width: 340px;
}

@media screen and (max-width: 768px) {
  a.mspuAction__btn {
    background-size: 10px auto;
    font-size: 16px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
  }
}

@media all and (min-width: 769px) {
  a.mspuAction__btn:hover {
    opacity: .8 !important;
  }
}
