#interview-index #visual {
  text-align: center;
  background-color: #CC0033;
  color: #fff;
  padding: 80px 0;
  border-radius: 0 0 60px 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #interview-index #visual {
    border-radius: 0 0 30px 30px;
    margin-bottom: 50px;
    padding: 30px 0;
  }
}
#interview-index #visual .tk-bree {
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
}
@media screen and (max-width: 767px) {
  #interview-index #visual .tk-bree {
    font-size: 2rem;
  }
}
#interview-index #visual h1 {
  font-size: clamp(3.8rem, 2.9741935484rem + 1.0752688172vw, 4.2rem);
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #interview-index #visual h1 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  #interview-index #visual h1 {
    font-size: 3rem;
  }
}
#interview-index #visual p {
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #interview-index #visual p {
    font-size: 1.4rem;
  }
}
#interview-index #search {
  max-width: 860px;
  margin: 0 auto 100px;
}
#interview-index #search dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #interview-index #search dl {
    display: block;
    margin-bottom: 0;
  }
}
#interview-index #search dl dt {
  margin-bottom: 20px;
}
#interview-index #search dl dt span {
  display: inline-block;
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #interview-index #search dl dt span {
    font-size: 1.8rem;
  }
}
#interview-index #search dl dt span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 4px solid #CC0033;
  border-radius: 50%;
  line-height: 1.8;
  vertical-align: -3px;
  margin-right: 8px;
}
#interview-index #search dl dd {
  position: relative;
  flex: 1;
}
#interview-index #search dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
#interview-index #search dl dd ul li {
  width: 31.333%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #interview-index #search dl dd ul li {
    width: auto;
  }
  #interview-index #search dl dd ul li span {
    padding: 4px 20px !important;
  }
}
#interview-index #search dl dd ul li span {
  cursor: pointer;
  display: block;
  border-radius: 20px;
  font-weight: 500;
  color: #CC0033;
  padding: 4px 4px;
  background-color: #FAE5EA;
  text-align: center;
  transition: all 0.3s;
}
#interview-index #search dl dd ul li span:hover, #interview-index #search dl dd ul li span.active {
  background-color: #CC0033;
  color: #fff;
}
#interview-index #search dl dd ul li span#job1 {
  background-color: #FDEFE6;
  color: #E4660F;
}
#interview-index #search dl dd ul li span#job1:hover, #interview-index #search dl dd ul li span#job1.active {
  background-color: #E4660F;
  color: #fff;
}
#interview-index #search dl dd ul li span#job2 {
  background-color: #F2EDF5;
  color: #7D4CA0;
}
#interview-index #search dl dd ul li span#job2:hover, #interview-index #search dl dd ul li span#job2.active {
  background-color: #7D4CA0;
  color: #fff;
}
#interview-index #search dl dd ul li span#job3 {
  background-color: #ECF5FC;
  color: #4A9ADE;
}
#interview-index #search dl dd ul li span#job3:hover, #interview-index #search dl dd ul li span#job3.active {
  background-color: #4A9ADE;
  color: #fff;
}
#interview-index #search dl dd ul li span#job4 {
  background-color: #F4F9E5;
  color: #8FC106;
}
#interview-index #search dl dd ul li span#job4:hover, #interview-index #search dl dd ul li span#job4.active {
  background-color: #8FC106;
  color: #fff;
}
#interview-index #search dl dd ul li span#job5 {
  background-color: #F7F5F1;
  color: #B29F74;
}
#interview-index #search dl dd ul li span#job5:hover, #interview-index #search dl dd ul li span#job5.active {
  background-color: #B29F74;
  color: #fff;
}
#interview-index #search dl dd ul.filter02 li {
  width: 18%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #interview-index #search dl dd ul.filter02 li {
    width: auto;
  }
  #interview-index #search dl dd ul.filter02 li span {
    padding: 4px 20px;
  }
}
#interview-index #search dl dd ul.filter03 li {
  width: 18%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #interview-index #search dl dd ul.filter03 li {
    width: auto;
  }
  #interview-index #search dl dd ul.filter03 li span {
    padding: 4px 20px;
  }
}
#interview-index #search dl .reset {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  #interview-index #search dl .reset {
    display: block;
    width: 140px;
    position: relative;
    bottom: auto;
    margin: 20px 20px 0 auto;
    text-align: center;
  }
}
#interview-index #search dl .reset button {
  position: relative;
  border-bottom: 2px solid #000;
  text-align: left;
  padding: 10px 0;
  width: 154px;
  cursor: pointer;
}
#interview-index #search dl .reset button:hover {
  border-color: #CC0033;
}
#interview-index #search dl .reset span {
  position: absolute;
  right: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  display: block;
  transform: rotate(45deg);
}
#interview-index #search dl .reset span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  right: 0;
  top: 5px;
}
#interview-index #search dl .reset span::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #000;
  right: 5px;
  top: 0;
}
#interview-index #index-list {
  display: flex;
  flex-wrap: wrap;
}
#interview-index #index-list .box {
  width: 25%;
  padding: 0 2%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #interview-index #index-list .box {
    width: 50%;
    margin-bottom: 30px;
  }
}
#interview-index #index-list .box.job1 .cat {
  background-color: #E4660F;
}
#interview-index #index-list .box.job2 .cat {
  background-color: #7D4CA0;
}
#interview-index #index-list .box.job3 .cat {
  background-color: #4A9ADE;
}
#interview-index #index-list .box.job4 .cat {
  background-color: #8FC106;
}
#interview-index #index-list .box.job5 .cat {
  background-color: #B29F74;
}
#interview-index #index-list .box .cat {
  display: inline-block;
  color: #fff;
  background-color: #CC0033;
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
  line-height: 1;
  padding: 5px 13px 6px;
}
@media screen and (max-width: 767px) {
  #interview-index #index-list .box .cat {
    font-size: 1.4rem;
  }
}
#interview-index #index-list .box .name {
  position: relative;
  font-weight: 500;
  padding-bottom: 7px;
  margin-bottom: 5px;
}
#interview-index #index-list .box .name::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #CC0033;
  bottom: 0;
  left: 0;
}
#interview-index #index-list .box .year {
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #interview-index #index-list .box .year {
    font-size: 1.4rem;
  }
}

#interview #visual {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #interview #visual {
    margin-bottom: 50px;
  }
}
#interview #visual .title {
  padding: 70px 3% 0;
}
#interview #visual .title .category-title {
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #interview #visual .title .category-title {
    font-size: 1.4rem;
  }
}
#interview #visual .title h1 span {
  display: inline-block;
  background-color: #CC0033;
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
}
@media screen and (max-width: 767px) {
  #interview #visual .title h1 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #interview #visual .title h1 span {
    font-size: 1.6rem;
    padding: 10px 10px;
  }
}
#interview #visual .inner {
  position: relative;
}
#interview #visual .inner .image {
  position: absolute;
  right: 3%;
  top: 0;
  max-width: 460px;
  width: 46%;
}
@media screen and (max-width: 767px) {
  #interview #visual .inner .image {
    right: 10px;
    width: 55%;
  }
}
#interview #visual .copy {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #interview #visual .copy {
    margin-bottom: 30px;
  }
}
#interview #visual .copy .kana {
  font-size: clamp(6rem, 6.4vw, 6.5rem);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #interview #visual .copy .kana {
    font-size: clamp(1rem, 10vw, 5rem);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #interview #visual .copy .copy-row {
    display: inline-block;
    background-color: #CC0033;
    padding: 8px;
    max-width: 400px;
  }
  #interview #visual .copy .copy-row br {
    display: none;
  }
}
#interview #visual .copy .clip {
  display: inline-block;
  color: #fff;
  background-color: #CC0033;
  font-size: clamp(2.8rem, 2.6591549296rem + 0.3755868545vw, 3.2rem);
  padding: 15px;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #interview #visual .copy .clip {
    font-size: 1.8rem;
    display: inline;
    background: none;
    white-space: normal;
    padding: 0;
    clip-path: none;
  }
}
#interview #visual .prof {
  display: flex;
}
@media screen and (max-width: 767px) {
  #interview #visual .prof {
    display: block;
  }
}
#interview #visual .prof .name {
  width: 170px;
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  #interview #visual .prof .name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #interview #visual .prof .name {
    width: 100%;
  }
}
#interview #visual .prof .busyo {
  flex: 1;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #interview #visual .prof .busyo {
    font-size: 1.5rem;
  }
}
#interview .content .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #interview .content .layout {
    margin-bottom: 0;
  }
}
#interview .content .layout .interview {
  width: 46%;
  background-color: #F5F5F5;
  border-radius: 60px;
  padding: 5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .interview {
    width: 100%;
    border-radius: 30px;
    padding-top: 30px;
  }
}
#interview .content .layout .interview .num {
  position: absolute;
  top: 0;
  left: 10%;
  transform: translateY(-50%);
  background-color: #F5F5F5;
  border-radius: 60px;
  line-height: 1;
  font-size: clamp(2.6rem, 1.7741935484rem + 1.0752688172vw, 3rem);
  padding: 10px 25px;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .interview .num {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #interview .content .layout .interview .num {
    font-size: 2rem;
    padding: 10px 15px;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  #interview .content .layout .interview h2 {
    border-radius: 60px;
    line-height: 1;
    padding: 10px 25px 13px;
    margin-bottom: 15px;
  }
  #interview .content .layout .interview h2 br {
    display: none;
  }
}
#interview .content .layout .interview h2 span {
  display: inline-block;
  background-color: #F5F5F5;
  border-radius: 60px;
  line-height: 1;
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
  padding: 10px 25px 13px;
  color: #fff;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .interview h2 span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #interview .content .layout .interview h2 span {
    background-color: transparent !important;
    font-size: 1.8rem;
    margin-bottom: 0;
    display: inline;
    padding: 0;
  }
}
#interview .content .layout .interview p {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
#interview .content .layout .interview.q1 .num {
  color: #E4660F;
}
#interview .content .layout .interview.q1 h2 span {
  background-color: #E4660F;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .interview.q1 h2 {
    background-color: #E4660F;
  }
}
#interview .content .layout .interview.q2 .num {
  color: #7D4CA0;
}
#interview .content .layout .interview.q2 h2 span {
  background-color: #7D4CA0;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .interview.q2 h2 {
    background-color: #7D4CA0;
  }
}
#interview .content .layout .interview.q3 .num {
  color: #8FC106;
}
#interview .content .layout .interview.q3 h2 span {
  background-color: #8FC106;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .interview.q3 h2 {
    background-color: #8FC106;
  }
}
#interview .content .layout .interview.q4 .num {
  color: #4A9ADE;
}
#interview .content .layout .interview.q4 h2 span {
  background-color: #4A9ADE;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .interview.q4 h2 {
    background-color: #4A9ADE;
  }
}
#interview .content .layout .interview.q5 .num {
  color: #B29F74;
}
#interview .content .layout .interview.q5 h2 span {
  background-color: #B29F74;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .interview.q5 h2 {
    background-color: #B29F74;
  }
}
#interview .content .layout .q6 {
  position: relative;
  padding-top: clamp(200px, 20vw, 240px);
}
@media screen and (max-width: 767px) {
  #interview .content .layout .q6 {
    padding-top: 0;
  }
}
#interview .content .layout .q6 .interview {
  position: relative;
  width: 100%;
  background-color: #D83960;
}
#interview .content .layout .q6 .interview .num {
  color: #fff;
  background-color: #D83960;
  left: 5%;
}
#interview .content .layout .q6 .interview h2 span {
  background-color: #fff;
  color: #D83960;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .q6 .interview h2 {
    background-color: #fff;
  }
}
#interview .content .layout .q6 .interview p {
  color: #fff;
}
#interview .content .layout .q6 .image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 600px;
  width: 56%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .q6 .image {
    position: static;
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
}
#interview .content .layout .q6 .image img {
  width: 100%;
  max-width: none;
}
#interview .content .layout .box-image {
  width: 46%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .box-image {
    width: 100%;
    margin-bottom: 20px;
  }
}
#interview .content .layout .box-image img {
  max-width: 376px;
}
@media screen and (max-width: 767px) {
  #interview .content .layout .box-image img {
    width: 70%;
  }
}
#interview #schedule {
  background-color: #F9F9F9;
  padding: 40px 0 80px;
}
#interview #schedule h2 {
  text-align: center;
  font-size: clamp(2.6rem, 1.7741935484rem + 1.0752688172vw, 3rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #interview #schedule h2 {
    font-size: 3rem;
  }
}
#interview #schedule .image {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 50px;
}
#interview #schedule .image img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  #interview #schedule .image {
    padding: 25px 15px;
  }
  #interview #schedule .image img {
    width: 600px;
  }
}
#interview #list-back {
  text-align: center;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  #interview #list-back {
    padding: 45px 0;
  }
}
#interview #list-back a {
  display: inline-block;
  background-color: #CC0033;
  color: #fff;
  padding: 16px 45px;
  line-height: 1;
  border-radius: 23px;
  text-align: center;
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #interview #list-back a {
    font-size: 1.8rem;
  }
}
#interview #other {
  display: flex;
  flex-wrap: wrap;
}
#interview #other .box {
  width: 25%;
  padding: 0 2%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #interview #other .box {
    width: 50%;
    margin-bottom: 30px;
  }
}
#interview #other .box .cat {
  color: #CC0033;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #interview #other .box .cat {
    font-size: 1.5rem;
  }
}
#interview #other .box .name {
  position: relative;
  font-weight: 500;
  padding-bottom: 7px;
  margin-bottom: 5px;
}
#interview #other .box .name::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #CC0033;
  bottom: 0;
  left: 0;
}
#interview #other .box .year {
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #interview #other .box .year {
    font-size: 1.4rem;
  }
}