/* media query */
.mainimg {
  margin: 0;
  position: relative;
}
.mainimg .mainCopy {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg .mainCopy {
    align-items: flex-end;
  }
}
.mainimg .mainCopy p {
  padding: 40px 30px 40px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  .mainimg .mainCopy p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg .mainCopy p {
    padding: 30px 20px 30px 30px;
    font-size: 2.5rem;
    margin-bottom: 100px;
  }
}
.mainimg .slider .mainSlide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 700px;
  height: calc(100vh - 120px);
}
@media screen and (max-width: 960px) {
  .mainimg .slider .mainSlide {
    height: 700px;
  }
}
@media screen and (max-width: 668px) {
  .mainimg .slider .mainSlide {
    min-height: 600px;
    height: 600px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .mainimg .slider .mainSlide:nth-child(1), .mainimg .slider .mainSlide:nth-child(3), .mainimg .slider .mainSlide:nth-child(4) {
    background-position: 80% center;
  }
  .mainimg .slider .mainSlide:nth-child(2) {
    background-position: 20% center;
  }
}

.copyArea {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1060px) {
  .copyArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .copyArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .copyArea {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.copyArea h2 {
  color: #00A0E9;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .copyArea h2 {
    font-size: 2.7rem;
  }
}
.copyArea p {
  font-size: 1.6rem;
  line-height: 200%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .copyArea p {
    margin-bottom: 20px;
  }
}

.skyBg {
  background-color: #EEFAFF;
  padding: 0 20px 130px;
}
.skyBg h2 {
  color: #00A0E9;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .skyBg h2 {
    margin-bottom: 30px;
  }
}
.skyBg #interview {
  max-width: 830px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 668px) {
  .skyBg #interview {
    padding: 40px 0 30px;
  }
}
.skyBg #interview > div {
  display: flex;
  flex-wrap: wrap;
}
.skyBg #interview > div .link {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .skyBg #interview > div .link {
    width: 100%;
  }
}
.skyBg #interview > div .link:nth-child(2n) {
  margin-left: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .skyBg #interview > div .link:nth-child(2n) {
    margin-left: 0;
  }
}
.skyBg #interview > div .link a {
  height: 100%;
  display: block;
  background-color: #fff;
}
.skyBg #interview > div .link a .thumb {
  overflow: hidden;
}
.skyBg #interview > div .link a > div {
  padding: 20px;
}
.skyBg #interview > div .link a > div .copy {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.skyBg #interview > div .link a > div .dept {
  font-size: 1.3rem;
}
.skyBg #interview > div .link a > div .name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.skyBg #interview > div .link a > div .name strong {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
}
.skyBg #interview > div .link a:hover .thumb img {
  transform: translateY(0);
  opacity: 0.7;
}
.skyBg #about {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 80px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .skyBg #about {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 668px) {
  .skyBg #about {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .skyBg #about {
    padding: 30px 0;
  }
}
.skyBg #about > div table {
  border-collapse: collapse;
  width: 100%;
}
.skyBg #about > div table tr:last-child th, .skyBg #about > div table tr:last-child td {
  border: 0;
}
.skyBg #about > div table tr th,
.skyBg #about > div table tr td {
  border-bottom: 1px dashed #00A0E9;
  vertical-align: top;
  text-align: left;
  font-size: 1.6rem;
  line-height: 160%;
  padding: 20px 0;
}
.skyBg #about > div table tr th *,
.skyBg #about > div table tr td * {
  font-size: 1.6rem;
  line-height: 160%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .skyBg #about > div table tr th,
  .skyBg #about > div table tr td {
    display: block;
    padding: 0 20px;
  }
}
.skyBg #about > div table tr th {
  font-weight: 600;
  white-space: nowrap;
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  .skyBg #about > div table tr th {
    padding-right: 15px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .skyBg #about > div table tr th {
    padding-top: 20px;
    padding-bottom: 3px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .skyBg #about > div table tr td {
    padding-bottom: 20px;
  }
}
.skyBg #about > div table tr td dl dd {
  text-indent: -1em;
  padding-left: 1em;
}
.skyBg #about > div table tr td dl.shigoto dd {
  margin-left: 1em;
}
.skyBg #about > div table tr td dl.shigoto dd:not(:last-child) {
  margin-bottom: 15px;
}
.skyBg #about > div table tr td p.oubo {
  margin-bottom: 15px;
}
.skyBg #about > div table tr td ul {
  margin-left: 20px;
}
.skyBg #about > div table tr td ul li {
  list-style: square;
}
.skyBg #about > div table tr td span.sub {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}/*# sourceMappingURL=index.css.map */