@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
section.interview_hero {
  position: relative;
  padding: 42px 0 0 0;
  margin: 0 0 20rem 0;
}
@media screen and (max-width: 767px) {
  section.interview_hero {
    margin: 0 0 8rem 0;
  }
}
section.interview_hero .bg {
  content: "";
  display: block;
  background: #5A5A5A;
  width: 90%;
  height: 100%;
  right: 0;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  section.interview_hero .bg {
    width: 96%;
  }
}
section.interview_hero .image {
  position: relative;
  z-index: 3;
  padding: 10rem 0 8rem 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.interview_hero .image {
    padding: 5rem 0 5rem 0;
  }
  section.interview_hero .image img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.interview_hero .image .copy {
  position: absolute;
  bottom: 20rem;
  left: 5vw;
}
@media screen and (max-width: 767px) {
  section.interview_hero .image .copy {
    position: static;
  }
}
section.interview_hero .image .copy p {
  display: inline-block;
  background: #E60000;
  color: #ffffff;
  font-size: clamp(1.6rem, 2vw, 2.6rem);
  padding: 0.2em 0.4em;
}
section.interview_hero .prof,
section.interview_hero .career {
  position: relative;
  z-index: 10;
  margin: 0 0 0 20vw;
  color: #ffffff;
  width: calc(100% - 30vw);
}
section.interview_hero .prof {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0 0 3rem 0;
  margin: 0 0 3rem 20vw;
}
@media screen and (max-width: 767px) {
  section.interview_hero .prof {
    display: block;
    margin-left: 10vw;
    width: calc(100% - 15vw);
  }
}
section.interview_hero .prof .name {
  font-size: 2em;
  margin: 0 2em 0 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section.interview_hero .prof .name {
    margin: 0 0 1em 0;
    font-size: 1.5em;
  }
}
section.interview_hero .prof .profile {
  font-size: 1.4rem;
}
section.interview_hero .prof .profile .note {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
section.interview_hero .career {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  section.interview_hero .career {
    display: block;
    padding: 0;
    margin-left: 10vw;
    width: calc(100% - 15vw);
  }
}
section.interview_hero .career .box {
  width: 48%;
}
@media screen and (max-width: 767px) {
  section.interview_hero .career .box {
    width: 100%;
    margin: 0 0 3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 0 3rem 0;
  }
  section.interview_hero .career .box:last-child {
    border-bottom: none;
  }
}
section.interview_hero .career .box p.title {
  margin: 0 0 1em 0;
}
section.interview_hero .career ul li {
  list-style-type: disc;
  margin: 0 0 0 1em;
}

main {
  transition: background-color 0.3s ease;
  will-change: background-color;
}

#sticky_cont .inner {
  padding: 0 0 0 5vw;
}
#sticky_cont .inner .left-stickey {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #sticky_cont .inner {
    position: relative;
    padding-left: 0;
    height: 100%;
  }
  #sticky_cont .inner .left-stickey {
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
  }
  #sticky_cont .inner .left {
    display: block !important;
    position: sticky;
  }
  #sticky_cont .inner .left ul {
    writing-mode: vertical-rl;
    display: flex;
    gap: 1rem;
    margin-left: 10px;
  }
  #sticky_cont .inner .left ul li a::before {
    height: 100%;
    border-radius: 0;
    top: 0;
    width: 4px;
    left: -10px;
  }
  #sticky_cont .inner .left ul li a:hover::before {
    content: none;
  }
  #sticky_cont .inner .right {
    padding-left: 50px;
  }
}

.int_box {
  padding: 0 0 0 0;
}
.int_box .int_header {
  color: #E60000;
  font-weight: 500;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .int_box .int_header {
    margin: 0 0 2rem 0;
    padding: 0 5vw 0 0;
  }
}
.int_box .int_txt {
  padding: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  .int_box .int_txt {
    padding: 0 0 5rem 0;
  }
}
.int_box .int_txt h3 {
  color: #E60000;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 767px) {
  .int_box .int_txt h3 {
    margin: 0 0 2rem 0;
  }
}
.int_box .int_txt .txt_block {
  margin: 0 0 5vw 0;
  padding: 0 5vw 0 0;
}
.int_box .int_txt .txt_block h4 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  margin: 0 0 2rem 0;
}
.int_box .int_txt .txt_block h4::before {
  content: "";
  width: 3rem;
  height: 1px;
  display: block;
  background: #000;
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  .int_box .int_txt .photo {
    padding: 0 5vw 0 0;
  }
}
.int_box .int_txt .photo.narrow {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .int_box .int_txt .photo.narrow {
    width: 100%;
  }
}

section.schedule {
  background: #F4F3F2;
  padding: 8vw;
}
section.schedule .inner {
  max-width: 1300px;
  margin: auto;
}
section.schedule .shcedule_header {
  display: flex;
  justify-content: space-between;
  color: #E60000;
  align-items: baseline;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  section.schedule .shcedule_header {
    display: block;
  }
}
section.schedule .shcedule_header p.jp {
  font-weight: 500;
}
section.schedule .shcedule_header p.en {
  font-size: clamp(2rem, 5vw, 4.8rem);
}
section.schedule .schdule_block .sc {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E60000;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  section.schedule .schdule_block .sc {
    display: block;
  }
}
section.schedule .schdule_block .sc:first-child {
  border-top: 1px solid #E60000;
}
section.schedule .schdule_block .sc .time {
  width: 10em;
  color: #E60000;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  section.schedule .schdule_block .sc .time {
    width: 100%;
    font-size: 2rem;
  }
}
section.schedule .schdule_block .sc .txt {
  flex: 1;
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 767px) {
  section.schedule .schdule_block .sc .txt {
    padding: 0;
  }
}
section.schedule .schdule_block .sc .txt h4 {
  color: #E60000;
  margin: 0 0 1rem 0;
}

section.off .inner {
  padding: 8vw;
  max-width: 1200px;
  margin: auto;
}
section.off .private_header {
  display: flex;
  justify-content: space-between;
  color: #E60000;
  align-items: baseline;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  section.off .private_header {
    display: block;
  }
}
section.off .private_header p.jp {
  font-weight: 500;
}
section.off .private_header p.en {
  font-size: clamp(2rem, 5vw, 4.8rem);
}
section.off .private_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  section.off .private_flex {
    display: block;
  }
}
section.off .private_flex .image {
  width: 30%;
}
@media screen and (max-width: 767px) {
  section.off .private_flex .image {
    width: 70%;
    margin: auto;
  }
}
section.off .private_flex .txt {
  flex: 1;
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 767px) {
  section.off .private_flex .txt {
    padding: 0;
    margin-bottom: 3rem;
  }
}