@charset "UTF-8";
@media screen and (max-width: 768px) {
  .kv__handshake {
    top: -101px;
  }
}
@media screen and (max-width: 768px) {
  .kv__title {
    padding-top: 81px;
  }
}
.kv__banner {
  background-color: #EB6EA5;
}
@media screen and (max-width: 768px) {
  .kv__subtitle {
    color: #EB6EA5;
  }
}
@media screen and (min-width: 769px) {
  .kv__subtitle--lower {
    display: none;
  }
}

.introduction__inner {
  max-width: 705px;
}
.introduction__text {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .introduction__text {
    margin-bottom: 30px;
  }
}

.article__heading {
  position: relative;
}
@media screen and (max-width: 768px) {
  .article__heading {
    margin-bottom: 127px;
  }
}
.article__heading--mb95 {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .article__heading--mb95 {
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 768px) {
  .article__img {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .article__img--m-left {
    margin-left: 270px;
  }
}
@media screen and (min-width: 769px) {
  .article__img--m-right {
    margin-right: 630px;
    margin-top: 154px;
    position: relative;
    z-index: 1;
  }
}
.article__img img {
  display: block;
}
.article__caption {
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #FFF;
  background-color: #EB6EA5;
}
@media screen and (max-width: 768px) {
  .article__caption {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .article__caption--left {
    bottom: -55px;
    left: 0;
    line-height: 1.66;
    padding: 66px 60px 66px 90px;
  }
}
@media screen and (max-width: 768px) {
  .article__caption--left {
    bottom: -58px;
    right: -25px;
    line-height: 1.9;
    padding: 15px 25px;
  }
}
.article__caption--right {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .article__caption--right {
    bottom: 60px;
    right: 0;
    line-height: 2;
    padding: 61px 75px 78px 117px;
  }
}
@media screen and (max-width: 768px) {
  .article__caption--right {
    bottom: -98px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1.9;
    padding: 17px 23px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 350px) {
  .article__caption--right {
    padding: 17px 2px;
  }
}
.article__text {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  max-width: 705px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article__text {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .article__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article__flex .article__text {
    max-width: 568px;
    margin: 60px 62px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .article__flex .thumbnail {
    width: 345px;
  }
}

@media screen and (max-width: 768px) {
  .pr {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.pr__box {
  position: relative;
  max-width: 885px;
  margin: 112px auto;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 80px 90px 70px;
}
@media screen and (max-width: 768px) {
  .pr__box {
    margin: 38px 10px 0 10px;
    padding: 38px 34px 22px;
  }
}
.pr__balloon {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 523px;
}
@media screen and (max-width: 768px) {
  .pr__balloon {
    top: -16px;
    width: 285px;
  }
}
.pr__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.pr__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pr__text {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  margin: 33px 0 18px;
  line-break: loose;
}
@media screen and (max-width: 768px) {
  .pr__text {
    font-size: 12px;
    margin: 22px 0 12px;
  }
}
.pr__small {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.career {
  position: relative;
  padding-top: 45px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .career {
    padding-top: 32px;
    margin-top: 48px;
  }
}
.career__inner {
  padding: 85px 25px 80px;
  background-color: rgba(235, 110, 165, 0.2);
}
@media screen and (max-width: 768px) {
  .career__inner {
    padding: 46px 25px 23px;
  }
}
.career__list {
  max-width: 1065px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .career__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.career__list .company {
  background-color: #FFF;
  padding: 40px 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .career__list .company {
    width: 32.4%;
  }
}
@media screen and (max-width: 768px) {
  .career__list .company {
    margin-bottom: 10px;
    padding: 30px 10px;
  }
}
.career__list .company__logo {
  display: block;
  margin: 0 auto;
}
.career__list .company__logo--saiko {
  width: 69px;
}
@media screen and (max-width: 768px) {
  .career__list .company__logo--saiko {
    width: 50px;
  }
}
.career__list .company__logo--stepsnine {
  width: 83px;
}
@media screen and (max-width: 768px) {
  .career__list .company__logo--stepsnine {
    width: 65px;
  }
}
.career__list .company__logo--sktrading {
  width: 88px;
}
@media screen and (max-width: 768px) {
  .career__list .company__logo--sktrading {
    width: 67px;
  }
}
.career__list .company__name {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
  margin: 23px 0;
}
@media screen and (max-width: 768px) {
  .career__list .company__name {
    font-size: 16px;
    margin: 20px 0;
  }
}
.career__list .company__detail {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.66;
  color: #666;
}
@media screen and (min-width: 769px) {
  .career__list .company__detail {
    min-height: 105px;
  }
}
@media screen and (max-width: 768px) {
  .career__list .company__detail {
    margin-bottom: 26px;
  }
}
.career__list .company__btn {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 206px;
}
.career__list .company__btn::after {
  content: "";
  background-image: url("../media/images/common/icon_arrow_hover.svg");
  width: 15px;
  height: 9px;
  position: absolute;
  right: 23px;
}
.career__list .company__btn:hover::after {
  background-image: url("../media/images/common/icon_arrow.svg");
}

.requirements {
  position: relative;
  padding-top: 45px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .requirements {
    padding-top: 32px;
    margin-top: 48px;
  }
}
.requirements--layer {
  margin-top: -45px;
}
@media screen and (max-width: 768px) {
  .requirements--layer {
    margin-top: -32px;
  }
}
.requirements__inner {
  padding: 85px 25px 80px;
  background-color: rgba(235, 110, 165, 0.2);
}
@media screen and (max-width: 768px) {
  .requirements__inner {
    padding: 46px 25px 23px;
  }
}
.requirements__info {
  max-width: 1065px;
  margin: 0 auto 82px;
}
@media screen and (max-width: 768px) {
  .requirements__info {
    margin: 0 auto 48px;
  }
}
.requirements__info dl {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  letter-spacing: 0.06em;
  line-height: 2;
  background-color: #FFF;
  margin-bottom: 10px;
  padding: 32px 52px 32px 40px;
}
@media screen and (min-width: 769px) {
  .requirements__info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .requirements__info dl {
    padding: 15px;
  }
}
.requirements__info dl dt {
  font-size: 16px;
  font-weight: 700;
  color: #EB6EA5;
}
@media screen and (min-width: 769px) {
  .requirements__info dl dt {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .requirements__info dl dt {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.requirements__info dl dd {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .requirements__info dl dd {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 768px) {
  .requirements__info dl dd {
    font-size: 12px;
  }
}
.requirements__info dl dd .bold {
  font-weight: bold;
}

.entry__inner {
  padding: 85px 25px 80px;
}
@media screen and (max-width: 768px) {
  .entry__inner {
    padding: 29px 25px 36px;
  }
}
.entry__wrap {
  max-width: 525px;
  margin: 0 auto;
}
.entry__rikunavi {
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry__rikunavi {
    margin-top: 18px;
  }
}
.entry__rikunavi--balloon {
  position: absolute;
  width: 310px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -32px;
}
@media screen and (max-width: 768px) {
  .entry__rikunavi--balloon {
    width: 247px;
    top: -29px;
  }
}
.entry__rikunavi a:hover {
  opacity: 1;
}
.entry__rikunavi--btn {
  display: block;
}
.entry .contact__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 50px auto 30px;
}
@media screen and (max-width: 768px) {
  .entry .contact__title {
    font-size: 12px;
    margin: 20px auto;
  }
}
.entry .contact__box {
  border: 2px solid #EB6EA5;
  border-radius: 10px;
  padding: 40px 63px 52px;
}
@media screen and (max-width: 768px) {
  .entry .contact__box {
    padding: 22px 0 29px;
  }
}
.entry .contact__subtitle {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #EB6EA5;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .entry .contact__subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.entry .contact__address {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .entry .contact__address {
    font-size: 12px;
    width: 265px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .entry .contact__address {
    width: 250px;
  }
}

/* 下層ページ用 */
.voice {
  background-color: #F5F3F0;
  padding: 60px 25px 80px;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-top: 32px;
    margin-top: 48px;
    padding: 46px 25px 23px;
  }
}
.voice__list {
  max-width: 1065px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.voice__balloon {
  position: relative;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .voice__balloon {
    font-size: 12px;
    margin-bottom: 21px;
  }
}
.voice__balloon:nth-of-type(1) {
  padding: 34px 46px;
}
@media screen and (min-width: 769px) {
  .voice__balloon:nth-of-type(1) {
    width: 345px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .voice__balloon:nth-of-type(1) {
    padding: 13px 30px 19px;
  }
}
.voice__balloon:nth-of-type(2) {
  padding: 34px 36px 38px;
}
@media screen and (min-width: 769px) {
  .voice__balloon:nth-of-type(2) {
    width: 345px;
    margin-right: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .voice__balloon:nth-of-type(2) {
    margin-right: 36px;
    margin-left: 36px;
    padding: 13px 30px 19px;
  }
}
.voice__balloon:nth-of-type(3) {
  padding: 31px 30px 34px;
}
@media screen and (min-width: 769px) {
  .voice__balloon:nth-of-type(3) {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .voice__balloon:nth-of-type(3) {
    padding: 13px 30px 19px;
  }
}
.voice__balloon:nth-of-type(4) {
  padding: 33px 30px 39px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .voice__balloon:nth-of-type(4) {
    width: 525px;
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .voice__balloon:nth-of-type(4) {
    margin-right: 39px;
    margin-left: 39px;
    padding: 13px 26px 19px;
  }
}
.voice__balloon .bold {
  color: #EB6EA5;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .voice__balloon .bold {
    font-size: 12px;
  }
}
.voice__balloon::before, .voice__balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.voice__balloon::before {
  bottom: -31px;
  border: 10px solid transparent;
  border-top: 20px solid #000;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
@media screen and (max-width: 768px) {
  .voice__balloon::before {
    bottom: -25px;
    border-top: 13px solid #000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
.voice__balloon::after {
  bottom: -27px;
  border: 10px solid transparent;
  border-top: 20px solid #FFF;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
@media screen and (max-width: 768px) {
  .voice__balloon::after {
    bottom: -22px;
    border-top: 13px solid #FFF;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
.voice__photo {
  position: relative;
  margin-bottom: 97px;
}
@media screen and (min-width: 769px) {
  .voice__photo {
    height: 281px;
  }
}
@media screen and (max-width: 768px) {
  .voice__photo {
    margin-top: 7px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 769px) {
  .voice__photo li {
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .voice__photo li:nth-of-type(1) {
    width: 226px;
    top: -84px;
    left: calc(50% - 458px);
  }
}
@media screen and (max-width: 768px) {
  .voice__photo li:nth-of-type(1) {
    width: 53.2%;
  }
}
@media screen and (min-width: 769px) {
  .voice__photo li:nth-of-type(2) {
    width: 231px;
    top: 109px;
    left: calc(50% - 353px);
  }
}
@media screen and (max-width: 768px) {
  .voice__photo li:nth-of-type(2) {
    width: 53.9%;
    margin-top: -32px;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .voice__photo li:nth-of-type(3) {
    width: 270px;
    top: 55px;
    left: calc(50% - 83px);
  }
}
@media screen and (max-width: 768px) {
  .voice__photo li:nth-of-type(3) {
    width: 54.5%;
    margin-top: -32px;
  }
}
@media screen and (min-width: 769px) {
  .voice__photo li:nth-of-type(4) {
    width: 310px;
    top: -41px;
    right: calc(50% - 532px);
  }
}
@media screen and (max-width: 768px) {
  .voice__photo li:nth-of-type(4) {
    width: 55.7%;
    margin-top: -32px;
    margin-left: auto;
  }
}

.sns__balloon {
  display: block;
  width: 378px;
  margin: 67px auto 32px;
}
@media screen and (max-width: 768px) {
  .sns__balloon {
    width: 247px;
    margin: 30px auto 15px;
  }
}
.sns__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 449px;
  margin: 0 auto;
}
.sns__icon a:not(:last-child) {
  margin-right: 26px;
}
@media screen and (max-width: 768px) {
  .sns__icon a:not(:last-child) {
    margin-right: 10px;
  }
}
.sns__icon--youtube {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .sns__icon--youtube {
    width: 23.52px;
  }
}
.sns__icon--facebook {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .sns__icon--facebook {
    width: 19.6px;
  }
}
.sns__icon--twitter {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .sns__icon--twitter {
    width: 23.52px;
  }
}
.sns__icon--instagram {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .sns__icon--instagram {
    width: 19.6px;
  }
}
.sns__icon--line {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .sns__icon--line {
    width: 19.6px;
  }
}
.sns__icon--rss {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .sns__icon--rss {
    width: 19.6px;
  }
}

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