@charset "utf-8";

/* ===== top-item ====== */

.page-work .top-item {
  margin-top: 93px;
  margin-right: 20%;
}

.page-work .top-item .content {
  max-width: 1520px;
  width: 100%;
  padding: 20px 40px 20px 0;
  background-color: #005497;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-work .top-item .info {
  margin-left: 32%;
  width: 133px;
}

.page-work .top-item .info h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}

.page-work .top-item .info .top-item_txt {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  margin-top: 26px;
}

.page-work .top-item .info .top-item_txt:last-of-type {
  margin-top: 16px;
}

/* ===== schedule ====== */

.schedule .item .pic {
  width: 300px;
  margin-right: 40px;
  position: relative;
}

.schedule .item .pic img {
  width: 100%;
  height: auto;
}

.schedule .info {
  flex: 1;
}

@media (max-width: 1449px) {

  .page-work .top-item .info {
    margin-left: 25%;
  }
}

@media (max-width: 1249px) {

  .page-work .top-item .info {
    margin-left: 18%;
  }
}

  @media (max-width: 1149px) {

  .page-work .top-item .info {
    margin-left: 13%;
  }
}

/* ===== schedule ====== */

.schedule {
  margin-top: 60px;
}

.schedule__inner {
  max-width: 922px;
  width: 100%;
  margin: 0 auto;
}

.schedule .item {
  display: flex;
  align-items: flex-start;
}

.schedule .item:not(:first-of-type) {
  margin-top: 54px;
}

.schedule .item .pic {
  margin-right: 40px;
  position: relative;
}

.schedule .item .pic.pic--arrow::before {
  content: "";
  background-image: url(../img/work/work-arrow.png);
  background-image: image-set(
    url(../img/work/work-arrow.png) 1x,
    url(../img/work/work-arrow@2x.png) 2x
  );
  background-image: -webkit-image-set(
    url(../img/work/work-arrow.png) 1x,
    url(../img/work/work-arrow@2x.png) 2x
  );
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  width: 29px;
  height: 54px;
}

.schedule .info h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.schedule .info p {
  font-size: 1.6rem;
  margin-top: 21px;
  line-height: 1.6;
  font-weight: 400;
}

/* ==========================================
/* tablet
/* ========================================== */

@media (max-width: 1079px) {

/* ===== top-item ====== */

.page-work .top-item {
  margin-top: 50px;
  margin-right: 0;
}

.page-work .top-item .content {
  max-width: none;
  width: 100%;
  padding: 20px 0 20px 0;
  background-color: #005497;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.page-work .top-item .info {
  margin-left: 0;
  width: auto;
}

.page-work .top-item .content .pic {
  width: 468px;
  height: 315px;
}

.page-work .top-item .content .pic img {
  width: 100%;
  height: 100%;
}

/* ===== schedule ====== */

.schedule .item .pic {
  position: relative;
  width: 120px;
  margin-right: 24px;
}

.schedule .item .pic img {
  width: 100%;
  height: auto;
}

.schedule .info {
  flex: 1;
}
}

.interviewBottomList .content {
  margin: 54px 0 0;
}

/* ==========================================
/* sp
/* ========================================== */

@media (max-width: 767px) {

/* ===== top-item ====== */

.page-work .top-item .content {
  max-width: none;
  width: 100%;
  padding: 0;
  background-color: transparent;
  display: block;
  position: relative;
}

.page-work .top-item .info {
  position: absolute;
  bottom: -63px;
  left: 0;
  text-align: center;
  padding: 19px 44px 25px;
  background-color: #005497;
}

.page-work .top-item .info h2 {
  font-size: 1.8rem;
}

.page-work .top-item .info .top-item_txt {
  margin-top: 21px;
}

.page-work .top-item .info .top-item_txt:last-of-type {
  margin-top: 15px;
}

.page-work .top-item .content .pic {
  width: 100%;
  height: 227px;
}

.page-work .top-item .content .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 400px) {

  .page-work .top-item .content .pic {
    height: 280px;
  }
}

@media (min-width: 500px) {

  .page-work .top-item .content .pic {
    height: 350px;
  }
}

/* ===== schedule ====== */

.schedule {
  margin-top: 133px;
}

.schedule__inner {
  padding: 0 20px;
}

.schedule .item {
  display: flex;
  align-items: flex-start;
}

.schedule .item:not(:first-of-type) {
  margin-top: 30px;
}

.interviewBottomList .content {
  margin: 30px 0 0;
}

.schedule .item .pic {
  position: relative;
}

.schedule .info {
  width: 100%;
}

.schedule .info h2 {
  font-size: 1.7rem;
}

.schedule .info p {
  font-size: 1.4rem;
  margin-top: 11px;
  line-height: 1.7;
}

}

