@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
.text-box {
  text-align: center;
}

.mes-title {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-size: 28px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  margin-top: calc(50px + 4%);
  border-bottom: solid 2px #03318f;
  line-height: 130%;
  font-weight: 900;
  margin-bottom: 5px;
  padding: 0 20px;
  padding-bottom: 10px;
  max-width: 90%;
}
.mes-title .sp1 {
  color: #03318f;
}
.mes-title .sp2 {
  color: #ffbc0b;
}

h1 {
  font-family: "Hiragino Sans";
  font-size: 20pt;
  line-height: 1.5em;
  font-size: 25px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 1%;
  line-height: 120%;
}

.copy-box .copy-left {
  width: 45%;
  padding: 3% 0%;
}
.copy-box .sub-title {
  width: 600px;
  max-width: 90%;
  margin: 50px auto;
}

.sub-title {
  max-width: 100%;
  margin: 50px auto;
  color: #112d7c;
}
.sub-title .sub-box {
  position: relative;
}
.sub-title h2 {
  line-height: 200%;
  font-weight: 800;
  font-size: 30px;
  position: relative;
  display: inline;
  border-bottom: solid 1px #fdbc0b;
  padding-bottom: 5px;
  padding-right: 20px;
}
.sub-title img {
  position: absolute;
  width: 50px;
  bottom: -1px;
  right: -50px;
}
.sub-title h3 {
  font-size: 14px;
}

.content {
  width: 90%;
  margin: 0 auto;
}
.content h3 {
  color: #0171bc;
  font-weight: 800;
  font-size: 20px;
}
.content h4 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
}

.content1 {
  display: flex;
}
.content1 p {
  margin-bottom: 50px;
}
.content1 .left {
  width: 60%;
}
.content1 .right {
  width: 40%;
  padding-left: 5%;
}
.content1 .schedule {
  display: flex;
}
.content1 .schedule .title {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  border-bottom: solid 1px #063196;
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
}
.content1 .schedule .left {
  width: 80px;
  min-width: 80px;
}
.content1 .schedule .right {
  width: calc(100% - 80px);
}
.content1 .schedule p {
  margin-top: 0px;
  margin-bottom: 30px;
}
.content1 .circle {
  width: 40px;
  height: 40px;
  background: #063196;
  border-radius: 50%;
  margin-top: 10px;
  z-index: 10;
}
.content1 .schedule .left {
  position: relative;
  z-index: 10;
}
.content1 .schedule .left::after {
  content: "";
  width: 3px;
  height: 100%;
  border-left: dashed 3px #999999;
  position: absolute;
  z-index: -1;
  left: 19.5px;
  top: 20px;
}
.content1 .schedule:nth-child(odd) .circle {
  background: #ffc326;
}
.content1 .schedule:first-of-type {
  margin-top: 50px;
}
.content1 .schedule:first-of-type .left::before {
  content: "";
  width: 3px;
  height: 30px;
  border-left: dashed 3px #999999;
  position: absolute;
  z-index: -1;
  left: 19.5px;
  top: -20px;
}
.content1 .schedule:last-child .left::after {
  content: none;
}

.content2 .flex-box {
  display: flex;
  margin-bottom: 50px;
}
.content2 .flex-box .flex1 {
  width: 70%;
  padding-right: 5%;
}
.content2 .flex-box .flex2 {
  width: 30%;
}
.content2 .flex-box:nth-child(odd) {
  flex-direction: row-reverse;
}
.content2 .flex-box:nth-child(odd) .flex1 {
  padding-right: 0;
  padding-left: 5%;
}

.interview-title {
  width: 90%;
  margin: 0 auto;
}

.swiper-slide .card-image a {
  position: relative;
  text-align: center;
}
.swiper-slide .card-image a .name {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 194, 38, 0.7529411765);
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 800;
  color: #03318f;
}

.interview-title {
  margin-top: 100px;
}

.title-interview h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.title-interview h4 {
  font-size: 25px;
  margin-top: 10px;
}

.title-interview span {
  color: #03318f !important;
}
.title-interview .sp2 {
  color: #ffbc0b !important;
}

.interviews-text .text-box p {
  text-align: left !important;
}
.interviews-text .text-box ul {
  text-align: left;
  padding-left: 20px;
}
.interviews-text .text-box ul li {
  margin-bottom: 20px;
}

p span {
  font-weight: 600;
}

@media (max-width: 700px) {
  .mes-title {
    font-family: "Hiragino Sans";
    font-size: 20pt;
    line-height: 1.5em;
    font-size: 35px;
    margin-top: 0px;
  }
  .mes-title .sp1 {
    color: #03318f;
  }
  .mes-title .sp2 {
    color: #ffbc0b;
  }
  .sub-title h2 {
    font-size: 20px;
    line-height: 250%;
  }
  .copy-box {
    margin-bottom: 0px;
  }
  .copy-box .copy-left {
    width: 100%;
  }
  .content1 {
    flex-direction: column;
  }
  .content1 .left {
    width: 100%;
  }
  .content1 .right {
    width: 100%;
  }
  .content1 .schedule .left {
    width: 50px;
    min-width: 50px;
  }
  .content2 .flex-box {
    flex-direction: column;
  }
  .content2 .flex-box .flex1 {
    width: 100%;
  }
  .content2 .flex-box .flex2 {
    width: 100%;
  }
  .content2 .flex-box:nth-child(odd) {
    flex-direction: column;
  }
  .container {
    padding-top: 200px;
  }
  .swiper-slide .card-image a .name {
    font-size: 14px;
  }
  .content2 .flex-box:nth-child(odd) .flex1 {
    padding-left: 0;
  }
  .content1 .right {
    padding-left: 0;
  }
}/*# sourceMappingURL=department.css.map */