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;
}
@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 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;
}
@media screen and (max-width: 991px) {
  html body main section.interview .wrapper .whitebg .mainimg {
    padding: 3rem 0;
  }
}
html body main section.interview .wrapper .whitebg .mainimg img {
  max-width: 1078px;
}
html body main section.interview .wrapper .whitebg .inner .flex {
  padding: 10rem 0 2rem;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  html body main section.interview .wrapper .whitebg .inner .flex {
    flex-direction: column;
    padding: 4rem 0 2rem;
  }
}
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: 0 0 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;
  }
}
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 h3 {
  padding-top: 0;
}
html body main section.interview .wrapper .whitebg .inner h3 {
  font-size: 2.7rem;
  color: #00425A;
  font-weight: 700;
  padding: 10rem 0 2rem;
}
@media screen and (max-width: 767px) {
  html body main section.interview .wrapper .whitebg .inner h3 {
    font-size: 1.8rem;
    padding: 4rem 0 2rem;
  }
}
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: 10rem 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;
  margin: 0 auto;
}
html body main section.interview .wrapper .otherpage .item {
  flex-basis: 31.6666666667%;
}
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: 280px;
  height: 280px;
  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: 105px;
    height: 105px;
  }
}
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 {
    font-size: 1.4rem;
    height: 70px;
  }
}
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: 85px;
  }
}

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