html body main section.subvisual {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  html body main section.subvisual {
    padding-top: 60px;
  }
}
html body main section.subvisual img {
  width: 100%;
}
html body main section.interview {
  background-color: #DCF5F8;
  padding-top: 18rem;
  background-image: url(../../images/index/bg-palm-right.webp), url(../../images/index/bg-palm-left.webp), url(../../images/index/bg-signboard.webp), url(../../images/index/bg-walk.webp), url(../../images/index/bg-palm-right.webp), url(../../images/index/bg-board.webp), url(../../images/index/bg-car-right.webp);
  background-position: right top, left top 10%, right top 30%, left top 50%, right top 80%, left top 90%, right top 100%;
  background-repeat: no-repeat;
  background-size: 350px;
}
@media screen and (max-width: 1600px) {
  html body main section.interview {
    background-size: 150px;
  }
}
@media screen and (max-width: 1400px) {
  html body main section.interview {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  html body main section.interview {
    padding-top: 0;
  }
}
html body main section.interview .wrapper {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper {
    padding: 0;
  }
}
html body main section.interview .wrapper .whitebg {
  background-color: #fff;
  border-radius: 20px;
  padding: 10rem 4rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .whitebg {
    border-radius: 0;
    padding: 2rem 1rem;
  }
}
html body main section.interview .wrapper .whitebg:nth-child(n+2) {
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .whitebg:nth-child(n+2) {
    margin-top: 10rem;
  }
}
html body main section.interview .wrapper .whitebg img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
html body main section.interview .wrapper .whitebg .tag {
  border-radius: 10px;
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 280px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .whitebg .tag {
    position: relative;
    width: 110px;
    height: 110px;
    top: 0;
  }
}
html body main section.interview .wrapper .whitebg .tag.tag-imigration {
  background-color: #03B8C5;
}
html body main section.interview .wrapper .whitebg .tag.tag-tellwork {
  background-color: #00425A;
}
html body main section.interview .wrapper .whitebg .tag.tag-morning {
  background-color: #2D83C5;
}
html body main section.interview .wrapper .whitebg .tag.tag-morning p {
  height: 160px;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .whitebg .tag.tag-morning p {
    height: 80px;
  }
}
html body main section.interview .wrapper .whitebg .tag p {
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-size: 3.4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 117px;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .whitebg .tag p {
    font-size: 1.7rem;
    height: 63px;
  }
}
html body main section.interview .wrapper .whitebg h2 {
  color: #00425A;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.436;
  font-size: 3.9rem;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .whitebg h2 {
    font-size: 1.8rem;
    padding-top: 2rem;
  }
}
html body main section.interview .wrapper .whitebg .mainimg {
  padding: 7rem 0 0;
}
@media screen and (max-width: 991px) {
  html body main section.interview .wrapper .whitebg .mainimg {
    padding: 3rem 0 2rem;
  }
}
html body main section.interview .wrapper .whitebg .mainimg img {
  max-width: 1078px;
}
html body main section.interview .wrapper .whitebg .inner .flex {
  padding: 5rem 0 0;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  html body main section.interview .wrapper .whitebg .inner .flex {
    flex-direction: column;
    padding: 0;
  }
}
html body main section.interview .wrapper .whitebg .inner .flex .item {
  margin: 0 auto;
}
html body main section.interview .wrapper .whitebg .inner .flex .item img {
  max-width: 430px;
  min-width: 430px;
}
@media screen and (max-width: 991px) {
  html body main section.interview .wrapper .whitebg .inner .flex .item img {
    min-width: auto;
    margin: 0 auto;
  }
}
html body main section.interview .wrapper .whitebg .inner .flex .item:first-child img {
  padding-right: 2rem;
}
@media screen and (max-width: 991px) {
  html body main section.interview .wrapper .whitebg .inner .flex .item:first-child img {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 991px) {
  html body main section.interview .wrapper .whitebg .inner .flex.plofbox {
    flex-direction: column-reverse;
  }
}
html body main section.interview .wrapper .whitebg .inner .flex.plofbox .item {
  margin: 0 auto;
}
html body main section.interview .wrapper .whitebg .inner .flex.plofbox .item img {
  max-width: 430px;
  min-width: 430px;
}
@media screen and (max-width: 991px) {
  html body main section.interview .wrapper .whitebg .inner .flex.plofbox .item img {
    min-width: auto;
    margin: 0 auto;
  }
}
html body main section.interview .wrapper .whitebg .inner .flex.plofbox .item .profile {
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  html body main section.interview .wrapper .whitebg .inner .flex.plofbox .item .profile {
    padding: 0 0 2rem;
  }
}
html body main section.interview .wrapper .whitebg .inner .flex.plofbox .item .profile p {
  font-size: 2.1rem;
  line-height: 1.905;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .whitebg .inner .flex.plofbox .item .profile p {
    font-size: 1.6rem;
    line-height: 1.688;
    padding: 0;
  }
}
html body main section.interview .wrapper .whitebg .inner .flex.plofbox .item .profile .name {
  border-bottom: 2px solid #00425A;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
html body main section.interview .wrapper .whitebg .inner .flex.plofbox .item .profile .name h3 {
  font-size: 2.7rem;
  color: #00425A;
  font-weight: 700;
  padding: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .whitebg .inner .flex.plofbox .item .profile .name h3 {
    font-size: 1.8rem;
  }
}
html body main section.interview .wrapper .whitebg .inner .flex.plofbox .item .profile .name p {
  padding-bottom: 0;
}
html body main section.interview .wrapper .whitebg .inner .flex h3 {
  padding-top: 0;
}
html body main section.interview .wrapper .whitebg .inner .flex p {
  padding-bottom: 3rem;
}
html body main section.interview .wrapper .whitebg .inner h3 {
  font-size: 2.7rem;
  color: #00425A;
  font-weight: 700;
  padding: 5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .whitebg .inner h3 {
    font-size: 1.8rem;
    padding: 3rem 0 1rem;
  }
}
html body main section.interview .wrapper .whitebg .inner p {
  font-size: 2.1rem;
  line-height: 1.905;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .whitebg .inner p {
    font-size: 1.6rem;
    line-height: 1.688;
  }
}
html body main section.interview .wrapper .whitebg .inner .imgbox {
  padding: 5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .whitebg .inner .imgbox {
    padding: 4rem 0 2rem;
  }
}
html body main section.interview .wrapper .whitebg .inner .imgbox img {
  max-width: 580px;
}
html body main section.interview .wrapper .otherpage {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5rem 0.5rem;
  margin: 0 auto;
}
html body main section.interview .wrapper .otherpage .item {
  flex-basis: 23.75%;
}
html body main section.interview .wrapper .otherpage .item.imigrationbox a {
  background-color: #03B8C5;
}
html body main section.interview .wrapper .otherpage .item.two_placebox a {
  background-color: #00425A;
}
html body main section.interview .wrapper .otherpage .item.morningbox a {
  background-color: #2D83C5;
}
html body main section.interview .wrapper .otherpage .item.tellworkbox a {
  background-color: #153E9E;
}
html body main section.interview .wrapper .otherpage .item a {
  color: #fff;
  text-align: center;
  border-radius: 15px;
  display: block;
  width: 240px;
  height: 240px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  html body main section.interview .wrapper .otherpage .item a {
    width: 182px;
    height: 182px;
  }
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .otherpage .item a {
    width: 88px;
    height: 88px;
  }
}
html body main section.interview .wrapper .otherpage .item a p {
  font-size: 3.4rem;
  font-weight: 900;
  padding: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 137px;
}
@media screen and (max-width: 991px) {
  html body main section.interview .wrapper .otherpage .item a p {
    font-size: 2.5rem;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .otherpage .item a p {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
html body main section.interview .wrapper .otherpage .item a p.fewline {
  height: 180px;
}
@media screen and (max-width: 991px) {
  html body main section.interview .wrapper .otherpage .item a p.fewline {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .otherpage .item a p.fewline {
    height: auto;
  }
}

/*# sourceMappingURL=interview.css.map */
