.top-flex {
  display: flex;
  flex-direction: row-reverse;
}
.top-flex .title {
  padding-left: 5%;
  width: 50%;
}
.top-flex .title img {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

section.top {
  padding-left: 0;
  padding-right: 5%;
}

.breadcrumb {
  padding-left: 10%;
}

.top h1 {
  margin-top: 50px;
  line-height: 170%;
  border-left: 0;
  font-size: 35px;
}

h2 {
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px 0 0px 0;
  font-weight: 600;
  color: #333333;
  padding-left: 60px;
  position: relative;
}
h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #e8423c;
}

.block .block-flex {
  display: flex;
  width: 100%;
  margin-bottom: 100px;
}
.block .block-flex img {
  margin: 0;
}
.block .block-flex .name {
  margin-top: 10px;
  text-align: right;
  font-size: 22px;
}
.block .block-flex table {
  width: 100%;
}
.block .block-flex table th,
.block .block-flex table td {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  padding: 25px 0;
  font-size: 20px;
}
.block .block-flex table th {
  text-align: left;
  padding-left: 5%;
  width: 100px;
}

.block p {
  line-height: 200%;
  margin-bottom: 100px;
}
.block p span {
  background: linear-gradient(transparent 50%, #fafa58 50%);
}
.block img {
  margin-top: 50px;
  margin-bottom: 100px;
}

.schedule_flex {
  display: flex;
  padding-left: 5%;
}
.schedule_flex .left {
  width: 100px;
  border-right: solid 7px #cd0e14;
  position: relative;
  padding: 5px;
}
.schedule_flex .left::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #cd0e14;
  top: -1px;
  right: -16.5px;
}
.schedule_flex .left .circle {
  position: absolute;
  top: -2px;
  right: -24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #cd0e14;
  color: white;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  line-height: 100%;
  font-size: 13px;
}
.schedule_flex .left .circle.sp {
  display: none !important;
}
.schedule_flex .right {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  background: #efefef;
  padding: 15px 50px;
  border-radius: 0 9999px 9999px 0;
  width: calc(100% - 100px);
}
.schedule_flex .right p {
  margin: 0;
}
.schedule_flex h3 {
  font-weight: 600;
}

.schedule_flex:last-child .left {
  border-right: solid 7px white;
}

.swiper-wrapper {
  padding: 30px 0;
}

.swiper-slide {
  width: 300px;
  background: white;
  max-width: 90%;
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
  border-radius: 15px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.swiper-slide img {
  margin-bottom: 20px;
}
.swiper-slide .entry {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.swiper-slide .entry::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 130px;
  height: 1px;
  transform: translate(-50%, 0%);
  border-bottom: solid 1px #e8423c;
}
.swiper-slide .entry span {
  font-size: 13px;
  padding-right: 2px;
}
.swiper-slide .title {
  line-height: 200%;
}
.swiper-slide .btn .a {
  border: solid 1px #e8423c;
  background: white;
  color: #e8423c;
  font-weight: 400;
  font-size: 18px;
  padding: 4px 30px;
}

@media (max-width: 1000px) {
  section.top {
    padding-left: 5%;
  }
  .top-flex {
    flex-direction: column-reverse;
  }
  .top-flex .top-img {
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
  }
  .top-flex .title {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
  }
  .breadcrumb {
    display: none;
  }
  .top h1 {
    margin-top: 20px;
    padding-left: 0;
  }
  .top-flex .title img {
    display: none;
  }
}
@media (max-width: 700px) {
  .top h1 {
    font-size: 20px;
    padding-bottom: 200px;
  }
  .block .block-flex {
    margin-bottom: 20px;
  }
  .block .block-flex .left {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  .block .block-flex .right {
    width: 50%;
  }
  .block .block-flex img {
    display: block !important;
  }
  .block .block-flex .right .name {
    text-align: left;
    padding-bottom: 10px;
    padding-left: 5%;
    font-size: 16px;
  }
  .block .block-flex table th,
  .block .block-flex table td {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 24px;
  }
  .block .block-flex table td {
    padding-left: 5px;
  }
  .sub_box {
    margin-top: -200px;
  }
  .sub_box .right {
    padding-right: 2.5%;
    padding-top: 40px;
  }
  .block p {
    margin-bottom: 50px;
  }
  .block img {
    margin-bottom: 50px;
  }
  h2 {
    font-size: 20px;
  }
  .schedule_flex .left {
    width: 0px;
  }
  .schedule_flex .right {
    width: calc(100% - 0px);
    border-radius: 0;
  }
  .schedule_flex .left .circle.sp {
    display: flex !important;
  }
  .schedule_flex .left .circle {
    display: flex !important;
    flex-direction: column;
    line-height: 110%;
    width: 45px;
    height: 45px;
    right: -27px;
  }
  .schedule_flex .left .circle.big {
    width: 50px;
    height: 50px;
    right: -30px;
  }
  .schedule_flex .left .circle.big span {
    font-size: 11px;
    font-weight: 600;
  }
  .schedule_flex .right {
    padding: 15px 20px;
    padding-left: 35px;
  }
  .schedule_flex .right p {
    margin: 0;
    line-height: 150%;
  }
  .swiper-container3 .title {
    text-align: center;
    font-size: 15px;
  }
}/*# sourceMappingURL=interview2.css.map */