@charset "UTF-8";
section.top {
  margin-top: -4%;
  position: relative;
}
section.top .title-box {
  position: absolute;
  top: 15%;
  left: 5%;
  color: white;
}
section.top .title-box .en-title {
  font-family: "anton";
  font-size: 70px;
  color: #cf111b;
  line-height: 100%;
}
section.top .title-box h1 {
  margin-top: 70px;
  line-height: 200%;
  font-size: 30px;
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  line-height: 150%;
  font-weight: 400;
  font-style: normal;
  text-shadow: 1px 1px 2px black, -0.5px -0.5px 1px black;
}
section.top .title-box .t1 {
  font-size: 20px;
  text-shadow: 0;
  font-weight: 600;
}
section.top .title-box .t1.black1 {
  color: black;
}
section.top .title-box .black {
  color: #333333 !important;
  text-shadow: 1px 1px 2px white, -0.5px -0.5px 1px white !important;
}
section.top .profile {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 350px;
  background: #f8f8f8;
  padding: 30px;
  font-weight: 600;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
section.top .profile .hidden {
  display: none;
}
section.top .profile .name-flex {
  display: flex;
  font-weight: 600;
  margin-bottom: 20px;
  align-items: center;
  margin-bottom: 10px;
}
section.top .profile .name-flex .name {
  padding-right: 10px;
}
section.top .profile .name-flex .en-name {
  font-size: 12px;
  color: #cf111b;
}
section.top .profile .info {
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: solid 1px #cf111b;
}
section.top .profile .hidden p {
  color: #464543;
  margin-top: 20px;
}
section.top .profile .vision-more {
  color: #464543;
  margin-top: 10px;
  cursor: pointer;
}
section.top .profile .vision-more:hover {
  color: #939393;
}

.content {
  margin: 100px auto;
}
.content .flex-block {
  width: 1200px;
  max-width: 90%;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
}
.content .flex-block .text-block {
  width: 100%;
}
.content .flex-block .text-block h2 {
  font-size: 30px;
  color: #cf111b;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
}
.content .flex-block .text-block ul {
  padding-left: 40px;
  list-style: "ー";
}
.content .flex-block .text-block h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0;
}
.content .flex-block .text {
  width: 60%;
}
.content .flex-block .text h2 {
  font-size: 30px;
  color: #cf111b;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
}
.content .flex-block .text h2 ul {
  padding-left: 40px;
  list-style: "ー";
}
.content .flex-block .text h2 h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0;
  margin-top: 0;
}
.content .flex-block .text p {
  line-height: 200%;
  font-weight: 500;
}
.content .flex-block .text h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0;
}
.content .flex-block .img {
  width: 40%;
}
.content .flex-block img:nth-child(2) {
  margin-top: 20px;
}
.content .flex-block:nth-child(odd) .text {
  padding-right: 5%;
}
.content .flex-block:nth-child(even) {
  flex-direction: row-reverse;
}
.content .flex-block:nth-child(even) .text {
  padding-left: 5%;
}

.sc-content {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
  width: 1000px;
}
.sc-content h2 {
  font-size: 30px;
  margin-bottom: 50px;
}
.sc-content .flex-block {
  display: flex;
  font-weight: 600;
  gap: 20px;
}
.sc-content .flex-block .left,
.sc-content .flex-block .right {
  width: 50%;
}
.sc-content .flex-block th {
  width: 150px;
  text-align: left;
  color: #cf111b;
  position: relative;
}
.sc-content .flex-block th::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 50px;
  width: 20px;
  height: 20px;
  background: #e3e3e3;
  border-radius: 50%;
}
.sc-content .flex-block th::after {
  position: absolute;
  content: "";
  top: 10px;
  right: 59px;
  width: 1px;
  height: 100%;
  background: #e3e3e3;
}
.sc-content .flex-block tr:last-child th::after {
  content: none;
}
.sc-content .flex-block th,
.sc-content .flex-block td {
  padding-bottom: 30px;
}

.other {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
}
.other .other-title {
  font-size: 20px;
  border-bottom: solid 1px #cf111b;
  padding-bottom: 20px;
  font-weight: 600;
}
.other .flex-block {
  width: 1000px;
  max-width: 90%;
  margin: 100px auto;
  display: flex;
  gap: 50px;
  font-weight: 600;
}
.other .flex-block .left {
  width: 50%;
}
.other .flex-block .right {
  width: 50%;
}
.other .flex-block li {
  margin-bottom: 30px;
  text-decoration: underline;
  font-size: 14px;
}
.other .flex-block li span {
  color: #cf111b;
}
.other .current {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 1000px) {
  section.top .title-box .en-title {
    font-size: 50px;
  }
  section.top .title-box h1 {
    margin-top: 50px;
    line-height: 200%;
    font-size: 25px;
  }
  section.top .title-box .t1 {
    font-size: 16px;
  }
  section.top .profile {
    bottom: -150px;
  }
  .content .flex-block {
    margin-top: 200px;
  }
}
@media (min-width: 701px) {
  .content .flex-block .text-block h2 {
    line-height: 50px;
  }
  .content .flex-block .text-block h3 {
    margin: 15px 0;
  }
  .content .flex-block .text h2 {
    line-height: 50px;
  }
  .content .flex-block .text h3 {
    margin: 15px 0;
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  section.top .title-box {
    top: 40px;
    left: 5%;
  }
  section.top .title-box .en-title {
    font-size: 30px;
  }
  section.top .title-box h1 {
    margin-top: 5%;
    line-height: 200%;
    font-size: 16px;
  }
  section.top .title-box .t1 {
    font-size: 14px;
  }
  section.top .profile {
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: auto;
    margin-right: 5%;
    margin-top: -30px;
    z-index: 10;
  }
  .content .flex-block {
    flex-direction: column;
  }
  .content .flex-block .text {
    width: 100%;
  }
  .content .flex-block .img {
    margin-top: 30px;
    width: 100%;
  }
  .content .flex-block .img.two {
    display: flex;
    gap: 5%;
  }
  .content .flex-block .img.two img {
    width: 47.5%;
  }
  .content .flex-block .img.two img:nth-child(2) {
    margin-top: 0;
  }
  .content .flex-block:nth-child(even) {
    flex-direction: column;
  }
  .content .flex-block:nth-child(even) .text {
    padding: 0;
  }
  .content .flex-block:nth-child(odd) .text {
    padding: 0;
  }
  .content {
    margin-top: 50px;
  }
  .content .flex-block {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .content .flex-block .text-block h2 {
    font-size: 25px;
    line-height: 150%;
    font-weight: 600;
  }
  .content .flex-block .text-block h3 {
    margin: 10px 0;
    font-size: 20px;
  }
  .content .flex-block .text h2 {
    font-size: 25px;
    line-height: 150%;
    font-weight: 600;
  }
  .content .flex-block .text h3 {
    margin: 10px 0;
    font-size: 20px;
  }
  .sc-content {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .sc-content h2 {
    text-align: center;
    font-size: 25px;
  }
  .sc-content .flex-block {
    flex-direction: column;
  }
  .sc-content .flex-block .left,
  .sc-content .flex-block .right {
    width: 100%;
    margin: 0 auto;
  }
  .other {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .other .flex-block {
    margin-top: 50px;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .other .flex-block .left,
  .other .flex-block .right {
    margin: 0 auto;
    width: 100%;
  }
  .other .flex-block .left li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  section.top .title-box {
    top: 40px;
    left: 5%;
  }
  section.top .title-box .t1 {
    font-size: 14px;
  }
  section.top .title-box h1 {
    margin-top: 20px;
    font-size: 12px;
    line-height: 150%;
  }
  section.top .profile {
    max-width: 90%;
    margin-top: -10px;
  }
  h1 {
    font-size: 16px;
  }
}/*# sourceMappingURL=interview.css.map */