@charset "UTF-8";
body {
  color: #454545;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 900;
}
.career-title-box {
  margin-bottom: 100px;
}

.staff {
  width: 100%;
  margin: 0 auto;
  font-family: "MS PGothic", "Hiragino Kaku Gothic StdN", sans-serif;
  margin-top: -5%;
  padding-top: 10%;
}

section.staff {
  padding-top: 100px;
  margin-top: -50px;
}

.career-title {
  font-size: 20px;
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  border-bottom: solid 2px #d60011;
}
.career-title h1 {
  font-family: "Hiragino Sans";
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 900;
  margin-top: 50px;
}
.career-title h1 span {
  font-size: 60px;
}

.chart {
  width: 1100px;
  margin: 50px auto;
  max-width: 90%;
  color: #707070;
  font-size: 15px;
  max-width: 90%;
}

figure {
  margin: 0;
}
figure span {
  color: #d60011;
}

.chart1 {
  display: flex;
  justify-content: center;
  gap: 10px 10px;
  margin-bottom: 10px;
}
.chart1 .c1 {
  font-family: "Hiragino Sans";
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 900;
  background-color: #d60011;
  display: flex;
  align-items: center;
  width: 20%;
  justify-content: center;
  color: white;
  border-radius: 10px;
}
.chart1 .c1 .c1 {
  color: white;
}
.chart1 .c2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
}
.chart1 .chart-set1 {
  width: 100%;
  text-align: center;
}
.chart1 .chart-set1 div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chart1 .chart-set1 .c2-1,
.chart1 .chart-set1 .c2-2 {
  width: 50%;
}
.chart1 .chart-set1 .c2-1 {
  width: 23.5%;
  background: #727272;
  font-family: "Hiragino Sans";
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 900;
  height: 70px;
  border-radius: 10px;
  box-shadow: 3px 3px 1px black;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  color: white;
}
.chart1 .chart-set1 .c2-1::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translate(0%, -50%);
  font-size: 16px;
}
.chart1 .chart-set1 .c2-1-1 {
  background: #b4b4b4;
  color: white;
}
.chart1 .chart-set1 .c2-2 {
  width: 24%;
  background: #d60011;
  color: white;
  font-weight: 400;
  padding: 10px;
  margin-left: 10px;
}
.chart1 .chart-set1 .c2-2-2 {
  border: solid 2px #d60011;
  background: white;
  color: #707070;
  font-weight: 400;
}
.chart1 .chart-set1 .c2-2-2 span {
  display: inline;
}
.chart1 .chart-set1 .c2-3 {
  width: 50%;
  font-size: 13px;
  text-align: left;
  border: solid 2px #707070;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.c3 {
  width: 40%;
  border: solid 2px #707070;
  padding: 10px;
}

.chart-set1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chart-set1:nth-child(1) {
  margin-bottom: 10px;
}

.chart2 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.chart2 .c2-1 {
  width: 40%;
  background: #d60011;
  border-radius: 10px;
  color: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino Sans";
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 900;
  box-shadow: 3px 3px 1px black;
  position: relative;
}
.chart2 .c2-1::after {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translate(0%, -50%);
  font-size: 16px;
}
.chart2 .c2-1 a {
  color: white;
}
.chart2 .c2-2 {
  width: calc(20% - 10px);
  margin-left: 10px;
  background: #d60011;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  min-height: 70px;
  padding: 10px;
  text-align: center;
}
.chart2 .c2-2-2 {
  border: solid 2px #d60011;
  background: white;
  color: #707070;
  font-weight: 400;
}
.chart2 .c2-3 {
  width: 40%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.chart2 .c2-3 .c2-3-1 {
  width: 100%;
  border: solid 2px #707070;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 13px;
}

.chart3 {
  margin-bottom: 0;
}

.staff:nth-child(odd) .staff-box {
  flex-direction: row-reverse;
}
.staff:nth-child(odd) .staff-box .staff-right .job-name {
  right: auto;
  left: -12%;
  text-align: right;
}

.staff-box {
  width: 100%;
  max-width: 100%;
}
.staff-box .staffs-left {
  padding-top: 0;
  padding-right: 10%;
  padding-left: 0;
}
.staff-box .staffs-left h1 {
  font-size: max(2.5vw, 30px);
  font-weight: 600;
  border-bottom: solid 2px #ed0000;
  padding-bottom: 2%;
}
.staff-box .staffs-left h2 {
  border: 0;
  font-weight: 400;
  font-size: max(1.5vw, 18px);
}
.staff-box .staffs-left p {
  font-size: max(1vw, 14px);
  padding-right: 10%;
}
.staff-box .staff-right {
  position: relative;
}
.staff-box .staff-right img {
  opacity: 1;
  width: 130%;
  margin-top: 0;
  margin-left: -30%;
}
.staff-box .staff-right .job-name {
  position: absolute;
  bottom: -8%;
  right: 0;
  z-index: 20;
  width: 85%;
}
.staff-box .staff-right h3 {
  background-color: #ed0000;
  font-size: max(1.7vw, 18px);
  padding: 2% 7% 2% 10%;
  color: white;
}

.staff-box .staff-left {
  width: 550px;
  margin-left: auto;
  margin-right: 0%;
  padding: 0;
  max-width: 50%;
}
.staff-box .staff-left h2 {
  width: 80%;
  padding-bottom: 10px;
  font-size: 30px;
  margin-top: 0;
}
.staff-box .staff-left p {
  width: 300px !important;
  max-width: 90%;
  position: relative;
  z-index: 10;
  margin-top: 10px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.tags {
  width: 1100px;
  max-width: 90%;
  margin: 10% auto;
  margin-bottom: 0;
}
.tags h4 {
  border-bottom: solid 2px #ed0000;
  text-align: center;
  padding-bottom: 1%;
  font-weight: 600;
  font-size: 20px;
}
.tags .tag-box {
  font-weight: 400 !important;
}
.tags .tag-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  padding: 5%;
}
.tags .tag-box .tag {
  width: 46%;
  border: solid 1px black;
  padding: 2% 3%;
  margin: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400 !important;
}
.tags .tag-box .tag p {
  font-size: 16px;
}

.link-box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5% 12%;
}
.link-box2 a {
  width: 29%;
  margin: 2%;
}
.link-box2 a img {
  border-radius: 3em;
}

.content {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .chart1 {
    flex-wrap: wrap;
  }
  .chart1 .c1 {
    width: 30%;
  }
  .chart1 .c2 {
    width: calc(60% - 10px);
  }
  .chart1 .chart-set1 .c2-2 {
    width: calc(50% - 10px) !important;
  }
  .chart1 .c3 {
    width: 90%;
  }
  .chart2 {
    flex-wrap: wrap;
  }
  .chart2 .c2-1 {
    width: 60%;
  }
  .chart2 .c2-2 {
    width: calc(30% - 20px);
  }
  .chart2 .c2-3 {
    width: 90%;
  }
  .chart2 .c2-3 .c2-3-1 {
    width: 100%;
    padding: 20px 10px;
  }
  .staff-box .staff-left {
    max-width: 45%;
  }
  .chart1 .c2 {
    display: block;
  }
  .chart1 .chart-set1 {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .chart1 .chart-set1 .c2-1 {
    width: calc(50% - 10px) !important;
    height: auto;
  }
  .chart1 .chart-set1 .c2-2 {
    width: 45%;
    height: auto;
  }
  .chart1 .chart-set1 .c2-3 {
    width: 100%;
    padding: 20px 10px;
  }
}
@media (max-width: 700px) {
  .career-title-box {
    margin-bottom: 50px;
  }
  .career-title h1 {
    line-height: 200%;
    margin-top: 10px;
  }
  .chart {
    margin-bottom: 0;
  }
  .chart1 {
    flex-wrap: wrap;
  }
  .chart1 .c1 {
    width: 90%;
    padding: 20px 10px;
  }
  .chart1 .c2 {
    width: 90%;
  }
  .chart1 .chart-set1 {
    gap: 10px !important;
  }
  .chart1 .chart-set1 .c2-1 {
    width: calc(50% - 5px) !important;
  }
  .chart1 .chart-set1 .c2-2 {
    width: calc(50% - 5px) !important;
    margin-left: 0 !important;
  }
  .chart1 .c3 {
    width: 90%;
  }
  .chart2 {
    flex-wrap: wrap;
  }
  .chart2 .c2-1 {
    width: 44%;
  }
  .chart2 .c2-1-0 {
    font-size: 18px;
  }
  .chart2 .c2-2 {
    width: 44%;
    margin-left: 0;
  }
  .chart2 .c2-3 {
    width: 90%;
  }
  .chart2 .c2-3 .c2-3-1 {
    width: 100%;
    padding: 20px 10px;
  }
  .staff-box {
    margin-top: 0;
    width: auto;
  }
  section.staff {
    margin-top: -50px;
  }
  .staff-box {
    background-image: none;
  }
  .staff-box .staff-left {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0%;
    max-width: 90%;
    margin: 0 auto;
  }
  .staff-box .staff-left h2 {
    width: 100%;
  }
  .staff-box .staff-left p {
    width: 100% !important;
    max-width: 100%;
  }
  .staff-box .staff-right {
    margin-top: 5%;
  }
  .staff-box .staff-right img {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .staff-box .staff-right .job-name {
    bottom: -12%;
  }
  .tags {
    width: 90%;
  }
  .tags h4 {
    margin-top: 20%;
  }
  .content p {
    padding: 5% 0;
  }
  .content {
    width: 90%;
  }
  .link-box2 {
    padding: 5% 5%;
  }
  .link-box2 a {
    width: 46%;
  }
  section.staff {
    padding-bottom: 70px;
  }
  .container {
    margin-top: 50px;
  }
}/*# sourceMappingURL=job.css.map */