@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes finger {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(-40px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------page--------------------------------------------------------- */
main#container {
  width: 100%;
  padding: 0px;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
}
main#container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
}
main#container::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../common/images/bg_texture.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  mix-blend-mode: overlay;
}
main#container a.anchor {
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}
main#container .section .title {
  margin-bottom: 40px;
}
main#container .section .title dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4px 0;
}
main#container .section .title dl dt {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section .title dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container #hero {
  width: 100%;
  padding: 150px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
main#container #hero:not(:last-child) {
  margin-bottom: 0px;
}
main#container #hero .text {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  transform: translateX(80px);
  z-index: 1;
}
main#container #hero .text .tt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  gap: 0 24px;
}
main#container #hero .text .tt P:nth-child(1) {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #hero .text .tt P:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #hero .text h3 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
}
main#container #hero .text h3 + figure {
  display: none;
}
main#container #hero .text dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
  margin-bottom: 40px;
}
main#container #hero .text dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  background-color: #FFF;
  padding: 4px;
  border-radius: 3px;
}
main#container #hero .text dl dt span:nth-child(1) {
  color: #53AAEB;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #hero .text dl dt span:nth-child(2) {
  color: #53AAEB;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #hero .text dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container #hero .text .name {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 40px;
  margin-bottom: 40px;
}
main#container #hero .text .name P:nth-child(1) {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #hero .text .name P:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #hero .text .name + dl {
  display: none;
}
main#container #hero .text ul {
  width: 280px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px 0;
}
main#container #hero .text ul li {
  width: 100%;
}
main#container #hero .text ul li a {
  width: 100%;
  height: 40px;
  border: solid 1px #FFF;
  border-radius: 3px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main#container #hero .text ul li a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
main#container #hero .text ul li a::after {
  content: "";
  width: 14px;
  height: 15px;
  background-image: url(../images/arrow_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 12px;
}
main#container #hero .text ul li a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  transform: translateX(20px);
}
main#container #hero .text p {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container #hero .photo {
  width: calc(50% + 60px);
  border-radius: 5px 0 0 5px;
  position: absolute;
  top: calc(50% - (50vw + 60px) * 0.77 / 2);
  right: 0px;
  overflow: hidden;
}
main#container #interview {
  width: 100%;
  margin-bottom: 100px;
}
main#container #interview .inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container #interview .inner .photos {
  width: 680px;
  position: sticky;
  top: calc(50% - 250px);
}
main#container #interview .inner .photos > div {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
main#container #interview .inner .photos > div:not(:nth-child(1)) {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main#container #interview .inner .photos > div:not(:nth-child(1)).on {
  opacity: 1;
}
main#container #interview .inner .text {
  width: calc(100% - 680px - 80px);
  position: relative;
  transform: translateX(-40px);
}
main#container #interview .inner .text > figure {
  display: none;
}
main#container #interview .inner .text .block {
  text-align: left;
  width: 100%;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
}
main#container #interview .inner .text .block:not(:last-child) {
  margin-bottom: 40px;
}
main#container #interview .inner .text .block > dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 30px;
}
main#container #interview .inner .text .block > dl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333333;
  display: block;
}
main#container #interview .inner .text .block > dl > dt {
  color: #333333;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  flex-shrink: 0;
}
main#container #interview .inner .text .block > dl > dd {
  color: #333333;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  flex-shrink: 0;
}
main#container #interview .inner .text .block h4 {
  color: #333333;
  font-family: "Albert Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main#container #interview .inner .text .block p {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container #interview .inner .text .block p:not(:last-child) {
  margin-bottom: 40px;
}
main#container #interview .inner .text .block p.notice {
  font-size: 1.4rem;
}
main#container #interview .inner .text .block .status {
  width: 100%;
  padding: 20px;
  border: solid 1px #333333;
  border-radius: 5px;
}
main#container #interview .inner .text .block .status:not(:last-child) {
  margin-bottom: 30px;
}
main#container #interview .inner .text .block .status table {
  text-align: left;
  width: 100%;
}
main#container #interview .inner .text .block .status table tbody tr:not(:last-child) th {
  padding: 0 30px 20px 0;
}
main#container #interview .inner .text .block .status table tbody tr:not(:last-child) td {
  padding: 0 0 20px 0;
}
main#container #interview .inner .text .block .status table tbody tr th {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  white-space: nowrap;
}
main#container #interview .inner .text .block .status table tbody tr td {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container #interview .inner .text .block .schedule {
  width: 100%;
  padding: 20px;
  border: solid 1px #333333;
  border-radius: 5px;
}
main#container #interview .inner .text .block .schedule:not(:last-child) {
  margin-bottom: 30px;
}
main#container #interview .inner .text .block .schedule table {
  text-align: left;
  width: 100%;
}
main#container #interview .inner .text .block .schedule table tbody tr:not(:last-child) th {
  padding: 0 30px 20px 0;
}
main#container #interview .inner .text .block .schedule table tbody tr:not(:last-child) td {
  padding: 0 0 20px 0;
}
main#container #interview .inner .text .block .schedule table tbody tr th {
  color: #333333;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  white-space: nowrap;
}
main#container #interview .inner .text .block .schedule table tbody tr td dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px 0;
}
main#container #interview .inner .text .block .schedule table tbody tr td dl dt {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container #interview .inner .text .block .schedule table tbody tr td dl dd {
  color: #555555;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container #interview a {
  display: block;
  transition: all 0.25s ease-in 0s;
  position: relative;
}
main#container #interview a:hover {
  opacity: 0.8;
}
main#container #interview a dl {
  text-align: left;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 100px;
}
main#container #interview a dl dt {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
main#container #interview a dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #interview a .ph {
  width: 100%;
}
main#container #int-index {
  width: 100%;
}
main#container #int-index:not(:last-child) {
  margin-bottom: 150px;
}
main#container #int-index .title {
  width: calc(100% - 160px);
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
}
main#container #int-index .title::before, main#container #int-index .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFF;
  display: block;
}
main#container #int-index .title h4 {
  color: #FFF;
  font-family: "Albert Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
main#container #int-index .inner {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 0 5px;
}
main#container #int-index .inner .int {
  width: calc((100% - 15px) / 4);
}
main#container #int-index .inner .int a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main#container #int-index .inner .int a:hover .photo .img img {
  transform: scale(1.05);
}
main#container #int-index .inner .int a:hover .text dl dt, main#container #int-index .inner .int a:hover .text dl dd {
  color: #FFF;
}
main#container #int-index .inner .int a .photo {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
main#container #int-index .inner .int a .photo .img {
  width: 100%;
}
main#container #int-index .inner .int a .photo .img img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
main#container #int-index .inner .int a .photo > p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  background-color: #0E66E2;
  padding: 5px 10px;
  border-radius: 0 0 5px 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main#container #int-index .inner .int a .photo > p.j2 {
  background-color: #C52467;
}
main#container #int-index .inner .int a .photo > p span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #int-index .inner .int a .photo > p span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main#container #int-index .inner .int a .photo .txt {
  text-align: left;
  width: 100%;
  padding: 15px;
  background-color: rgba(50, 50, 50, 0.3);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
main#container #int-index .inner .int a .photo .txt p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container #int-index .inner .int a .text {
  text-align: left;
  width: 100%;
  padding: 0 15px;
}
main#container #int-index .inner .int a .text dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container #int-index .inner .int a .text dl dt {
  color: #000;
  font-family: "Albert Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main#container #int-index .inner .int a .text dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main#container #hero .text {
    transform: translateX(40px);
  }
  main#container #hero .text h3 {
    font-size: 3rem;
  }
  main#container #hero .photo {
    width: 50%;
  }
  main#container #interview .inner .photos {
    width: 50%;
  }
  main#container #interview .inner .text {
    width: calc(50% - 40px);
    transform: translateX(0);
  }
  main#container #interview .inner .text .block {
    padding: 24px;
  }
  main#container #interview .inner .text .block dl dt {
    font-size: 1.4rem;
  }
  main#container #interview .inner .text .block dl dd {
    font-size: 1.2rem;
  }
  main#container #interview .inner .text .block h4 {
    font-size: 2rem;
  }
  main#container #interview .inner .text .block p {
    font-size: 1.4rem;
  }
  main#container #interview .inner .text .block p:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container #int-index .title {
    width: calc(100% - 80px);
  }
  main#container #int-index .inner {
    width: 100%;
  }
  main#container #int-index .inner .int a .photo p span:nth-child(1) {
    font-size: 1.2rem;
  }
  main#container #int-index .inner .int a .photo p span:nth-child(2) {
    font-size: 1rem;
  }
  main#container #int-index .inner .int a .photo .txt p {
    font-size: 1.3rem;
  }
  main#container #int-index .inner .int a .text dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  main#container {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
  }
  main#container::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
  }
  main#container::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../common/images/bg_texture.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    mix-blend-mode: overlay;
  }
  main#container a.anchor {
    padding-top: 80px;
    margin-top: -80px;
    display: block;
  }
  main#container .section .title {
    margin-bottom: 40px;
  }
  main#container .section .title dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 4px 0;
  }
  main#container .section .title dl dt {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section .title dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container #hero {
    width: 100%;
    padding: 100px 0 80px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container #hero:not(:last-child) {
    margin-bottom: 0px;
  }
  main#container #hero .text {
    text-align: left;
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    transform: translateX(0px);
    z-index: 1;
  }
  main#container #hero .text .tt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 10px 0;
  }
  main#container #hero .text .tt P:nth-child(1) {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #hero .text .tt P:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #hero .text h3 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main#container #hero .text h3 br {
    display: none;
  }
  main#container #hero .text h3 br.brsp {
    display: block;
  }
  main#container #hero .text h3 + figure {
    width: 100vw;
    margin-bottom: 30px;
    position: relative;
    left: calc(50% - 50vw);
    display: block;
  }
  main#container #hero .text dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    margin-bottom: 8px;
  }
  main#container #hero .text dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    background-color: #FFF;
    padding: 4px;
    border-radius: 3px;
  }
  main#container #hero .text dl dt span:nth-child(1) {
    color: #53AAEB;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #hero .text dl dt span:nth-child(2) {
    color: #53AAEB;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #hero .text dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    display: none;
  }
  main#container #hero .text .name {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 40px;
    margin-bottom: 20px;
  }
  main#container #hero .text .name P:nth-child(1) {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #hero .text .name P:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #hero .text .name + dl {
    margin-bottom: 30px;
    display: flex;
  }
  main#container #hero .text .name + dl dd {
    display: inline-block;
  }
  main#container #hero .text ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  main#container #hero .text ul li {
    width: 100%;
  }
  main#container #hero .text ul li a:hover {
    background-color: transparent;
  }
  main#container #hero .text p {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container #hero .photo {
    display: none;
  }
  main#container #interview {
    width: 100%;
    margin-bottom: 80px;
  }
  main#container #interview .inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container #interview .inner .photos {
    width: 100%;
    position: relative;
    top: auto;
  }
  main#container #interview .inner .photos > div {
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
  }
  main#container #interview .inner .photos > div:not(:nth-child(1)) {
    display: none;
  }
  main#container #interview .inner .text {
    width: 100%;
    position: relative;
    transform: none;
  }
  main#container #interview .inner .text > figure {
    width: 100%;
    display: block;
  }
  main#container #interview .inner .text .block {
    text-align: left;
    width: 100%;
    padding: 40px 30px;
    border-radius: 0px;
  }
  main#container #interview .inner .text .block:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container #interview .inner .text .block > dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    margin-bottom: 30px;
  }
  main#container #interview .inner .text .block > dl::after {
    content: none;
  }
  main#container #interview .inner .text .block > dl > dt {
    color: #333333;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    flex-shrink: 0;
  }
  main#container #interview .inner .text .block > dl > dd {
    color: #333333;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
  }
  main#container #interview .inner .text .block > dl > dd::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333333;
    display: block;
  }
  main#container #interview .inner .text .block h4 {
    color: #333333;
    font-family: "Albert Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main#container #interview .inner .text .block p {
    color: #333333;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container #interview .inner .text .block p:not(:last-child) {
    margin-bottom: 30px;
  }
  main#container #interview .inner .text .block .status {
    padding: 15px;
  }
  main#container #interview .inner .text .block .status:not(:last-child) {
    margin-bottom: 30px;
  }
  main#container #interview .inner .text .block .status table {
    text-align: left;
    width: 100%;
  }
  main#container #interview .inner .text .block .status table tbody tr:not(:last-child) th {
    padding: 0 30px 20px 0;
  }
  main#container #interview .inner .text .block .status table tbody tr:not(:last-child) td {
    padding: 0 0 20px 0;
  }
  main#container #interview .inner .text .block .status table tbody tr th {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  main#container #interview .inner .text .block .status table tbody tr td {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container #interview .inner .text .block .schedule {
    width: 100%;
    padding: 20px;
    border: solid 1px #333333;
    border-radius: 5px;
  }
  main#container #interview .inner .text .block .schedule:not(:last-child) {
    margin-bottom: 30px;
  }
  main#container #interview .inner .text .block .schedule table {
    text-align: left;
    width: 100%;
  }
  main#container #interview .inner .text .block .schedule table tbody tr:not(:last-child) th {
    padding: 0 30px 20px 0;
  }
  main#container #interview .inner .text .block .schedule table tbody tr:not(:last-child) td {
    padding: 0 0 20px 0;
  }
  main#container #interview .inner .text .block .schedule table tbody tr th {
    color: #333333;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  main#container #interview .inner .text .block .schedule table tbody tr td dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px 0;
  }
  main#container #interview .inner .text .block .schedule table tbody tr td dl dt {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container #interview .inner .text .block .schedule table tbody tr td dl dd {
    color: #555555;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container #interview a {
    display: block;
    transition: all 0.25s ease-in 0s;
    position: relative;
  }
  main#container #interview a:hover {
    opacity: 0.8;
  }
  main#container #interview a dl {
    text-align: left;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 100px;
  }
  main#container #interview a dl dt {
    color: #000;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
  main#container #interview a dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #interview a .ph {
    width: 100%;
  }
  main#container #int-index {
    width: 100%;
  }
  main#container #int-index:not(:last-child) {
    margin-bottom: 100px;
  }
  main#container #int-index .title {
    width: calc(100% - 30px);
    margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
  }
  main#container #int-index .title::before, main#container #int-index .title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FFF;
    display: block;
  }
  main#container #int-index .title h4 {
    color: #FFF;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  main#container #int-index .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 15px 10px;
  }
  main#container #int-index .inner .int {
    width: calc((100% - 10px) / 2);
  }
  main#container #int-index .inner .int a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main#container #int-index .inner .int a:hover .photo .img img {
    transform: scale(1);
  }
  main#container #int-index .inner .int a:hover .text dl dt, main#container #int-index .inner .int a:hover .text dl dd {
    color: #333333;
  }
  main#container #int-index .inner .int a .photo {
    width: 100%;
    margin-bottom: 12px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  main#container #int-index .inner .int a .photo .img {
    width: 100%;
  }
  main#container #int-index .inner .int a .photo .img img {
    width: 100%;
    transition: all 0.25s ease-in 0s;
  }
  main#container #int-index .inner .int a .photo > p {
    padding: 6px 8px;
    border-radius: 0 0 5px 0;
  }
  main#container #int-index .inner .int a .photo > p.j2 {
    background-color: #C52467;
  }
  main#container #int-index .inner .int a .photo > p span:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #int-index .inner .int a .photo > p span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container #int-index .inner .int a .photo .txt {
    padding: 10px;
  }
  main#container #int-index .inner .int a .photo .txt p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container #int-index .inner .int a .text {
    text-align: left;
    width: 100%;
    padding: 0 15px;
  }
  main#container #int-index .inner .int a .text dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container #int-index .inner .int a .text dl dt {
    color: #333333;
    font-family: "Albert Sans", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main#container #int-index .inner .int a .text dl dd {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
}

/*# sourceMappingURL=style_interview.css.map */
