/* setting */

img {
  max-width: 100%;
  display: inline-block;
}

/* mv style */
.amakusaMv {
  margin-top: 40px;
}

.amakusaMv__inner {
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.amakusaMv__jobs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  column-gap: 20px;
  row-gap: 18px;
  max-width: 400px;
  margin: 0 auto;
}

.amakusaMv__jobItem {

}
.amakusaMv__jobItem a {
  display: block;
  transition: opacity 0.3s ease;
}

.amakusaMv__jobItem a:hover {
  opacity: 0.8;
}


.amakusaMv__jobItem img {
  display: block;
}



.amakusaMv__catch {
  text-align: center;
}

.amakusaMv__catch img {
  margin-top: 30px;
  max-width: 80%;
}

.amakusaMv__img {
  text-align: center;
  position: relative;
    margin-top: 30px;
}

.amakusaMv__img img {
  max-width: 90%;
}

.amakusaMv__imgLabel {
  position: absolute;
  top: -10px;
  right: 0px;
}

.amakusaMv__imgLabel img {
  width: calc(80 / 375 * 100vw);
}

@media screen and (min-width: 500px) {
  .amakusaMv__inner {
  max-width: 90%;
  padding: 0 40px;
}
}

@media screen and (min-width: 767px) {
.amakusaMv {
  margin-top: 80px;
}

.amakusaMv__inner {
  max-width: calc(1190px + 40px * 2);
  padding: 0 40px;
}

.amakusaMv__jobs {
  max-width: none;
  grid-template-columns: repeat(4, 1fr);
}

.amakusaMv__jobs {

}

.amakusaMv__jobs img {

}

.amakusaMv__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(40 / 1190 * 100vw);
  gap: 40px;
}

.amakusaMv__catch img {
  max-width: 100%;
  margin-top: 0;
}

.amakusaMv__img {
  text-align: center;
  position: relative;
  margin-top: 0;
}

.amakusaMv__img img {
  margin-top: 0;
  max-width: 100%;
}

.amakusaMv__imgLabel {
  position: absolute;
  top: -20px;
  right: -10px;
}

.amakusaMv__imgLabel img {
  width: 90px;
}
}
