/* CSS Document */
main {
  padding-top: 0; }

.site-header {
  background: transparent;
  transition: .4s ease; }
  .site-header h1 {
    color: #fff; }
  .site-header nav.pc-nav ul li a {
    color: #fff; }
    .site-header nav.pc-nav ul li a:hover {
      color: #333; }
  .site-header .drawer__button span {
    background: #fff; }

.site-header.active {
  background: #fff; }
  .site-header.active h1 {
    color: #333333; }
  .site-header.active nav.pc-nav ul li a {
    color: #333333; }
    .site-header.active nav.pc-nav ul li a:hover {
      color: #00A395; }
  .site-header.active nav.pc-nav ul li:nth-child(3) a {
    color: #fff; }
  .site-header.active nav.pc-nav ul li:nth-child(4) a {
    color: #fff; }
  .site-header.active .drawer__button span {
    background: #333333; }
  .site-header.active .drawer__button.active span:nth-child(1) {
    background: #fff; }
  .site-header.active .drawer__button.active span:nth-child(3) {
    background: #fff; }

#interview-header {
  position: relative;
  width: 100%;
  height: 315px;
  background-image: url("../img/interview-header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 991px) {
    #interview-header {
      height: 285px; } }
  @media screen and (max-width: 767px) {
    #interview-header {
      height: 250px; } }
  @media screen and (max-width: 575px) {
    #interview-header {
      height: 230px; } }
  #interview-header h1 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 82px;
    font-size: 8.2rem;
    font-weight: bold;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 991px) {
      #interview-header h1 {
        font-size: 70px;
        font-size: 7rem; } }
    @media screen and (max-width: 767px) {
      #interview-header h1 {
        font-size: 60px;
        font-size: 6rem; } }
    @media screen and (max-width: 575px) {
      #interview-header h1 {
        font-size: 50px;
        font-size: 5rem;
        margin-bottom: 1rem; } }
    #interview-header h1 span {
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-size: 20px;
      font-size: 2rem;
      margin-left: 1rem; }
      @media screen and (max-width: 575px) {
        #interview-header h1 span {
          display: block;
          font-size: 16px;
          font-size: 1.6rem; } }

#interview-contents .container {
  position: relative; }
#interview-contents .inner {
  position: relative; }
#interview-contents img {
  max-width: 100%;
  height: auto;
  display: block; }
#interview-contents .interview-side {
  position: absolute;
  top: 0;
  left: -45px;
  width: 34px;
  z-index: 2; }
  @media screen and (max-width: 1199px) {
    #interview-contents .interview-side {
      left: -40px;
      width: 30px; } }
  @media screen and (max-width: 991px) {
    #interview-contents .interview-side {
      left: -35px;
      width: 25px; } }
  @media screen and (max-width: 767px) {
    #interview-contents .interview-side {
      left: 0;
      width: 25px;
      transform: rotate(-90deg);
      transform-origin: top left; } }
#interview-contents .interview-main {
  position: relative;
  margin-bottom: 11rem;
  height: 385px; }
  @media screen and (max-width: 1199px) {
    #interview-contents .interview-main {
      height: 340px; } }
  @media screen and (max-width: 991px) {
    #interview-contents .interview-main {
      height: 280px;
      margin-bottom: 10rem; } }
  @media screen and (max-width: 767px) {
    #interview-contents .interview-main {
      height: 240px;
      margin-bottom: 9rem; } }
  @media screen and (max-width: 575px) {
    #interview-contents .interview-main {
      height: 210px;
      margin-bottom: 8rem; } }
  #interview-contents .interview-main__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 575px) {
      #interview-contents .interview-main__img {
        object-position: 90% center; } }
#interview-contents .interview-profile {
  position: absolute;
  top: 30%;
  right: 5%;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  background: #fff;
  border-radius: 5px;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    #interview-contents .interview-profile {
      top: 25%;
      right: 3%;
      padding: 1rem; } }
  #interview-contents .interview-profile__job {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0; }
    @media screen and (max-width: 991px) {
      #interview-contents .interview-profile__job {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media screen and (max-width: 575px) {
      #interview-contents .interview-profile__job {
        font-size: 11px;
        font-size: 1.1rem; } }
  #interview-contents .interview-profile__name {
    display: inline-block;
    margin: 0;
    padding-bottom: 4px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4; }
    @media screen and (max-width: 991px) {
      #interview-contents .interview-profile__name {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media screen and (max-width: 575px) {
      #interview-contents .interview-profile__name {
        font-size: 15px;
        font-size: 1.5rem; } }
    #interview-contents .interview-profile__name span {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 500; }
      @media screen and (max-width: 991px) {
        #interview-contents .interview-profile__name span {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media screen and (max-width: 575px) {
        #interview-contents .interview-profile__name span {
          font-size: 10px;
          font-size: 1rem; } }
  #interview-contents .interview-profile::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%); }
@media screen and (max-width: 991px) {
  #interview-contents .interview-profile-adjust {
    right: 2%; } }
@media screen and (max-width: 767px) {
  #interview-contents .interview-profile-adjust {
    top: 55%; } }
@media screen and (max-width: 575px) {
  #interview-contents .interview-profile-adjust {
    top: 45%; } }
#interview-contents .interview-catch {
  position: absolute;
  left: -24px;
  bottom: -30px;
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  z-index: 3; }
  @media screen and (max-width: 991px) {
    #interview-contents .interview-catch {
      left: -1.5rem;
      bottom: -25px;
      font-size: 21px;
      font-size: 2.1rem; } }
  @media screen and (max-width: 767px) {
    #interview-contents .interview-catch {
      font-size: 19px;
      font-size: 1.9rem; } }
  @media screen and (max-width: 575px) {
    #interview-contents .interview-catch {
      left: -1rem;
      bottom: -20px;
      font-size: 16px;
      font-size: 1.6rem; } }
  #interview-contents .interview-catch span {
    display: block;
    width: fit-content;
    padding: 0.5rem 1.5rem;
    background: #000; }
    @media screen and (max-width: 575px) {
      #interview-contents .interview-catch span {
        padding: 0.5rem 1rem; } }
    #interview-contents .interview-catch span + span {
      padding-top: 0; }
#interview-contents .contents__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start; }
  @media screen and (max-width: 767px) {
    #interview-contents .contents__block {
      display: block; } }
  #interview-contents .contents__block + .contents__block {
    margin-top: 8rem; }
    @media screen and (max-width: 767px) {
      #interview-contents .contents__block + .contents__block {
        margin-top: 6rem; } }
  #interview-contents .contents__block:nth-child(even) .contents__block-image {
    order: 2;
    padding-right: 0;
    padding-left: 4rem; }
    @media screen and (max-width: 767px) {
      #interview-contents .contents__block:nth-child(even) .contents__block-image {
        order: 1;
        padding-right: 0;
        padding-left: 0; } }
  #interview-contents .contents__block:nth-child(even) .contents__block-text {
    order: 1; }
    @media screen and (max-width: 767px) {
      #interview-contents .contents__block:nth-child(even) .contents__block-text {
        order: 2; } }
#interview-contents .contents__block-image {
  padding-right: 4rem; }
  @media screen and (max-width: 767px) {
    #interview-contents .contents__block-image {
      width: 100%;
      height: 380px;
      padding-right: 0;
      overflow: hidden;
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 575px) {
    #interview-contents .contents__block-image {
      height: 300px; } }
  #interview-contents .contents__block-image img {
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      #interview-contents .contents__block-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 20%; } }
#interview-contents .contents__block-text dl {
  margin: 0; }
#interview-contents .contents__block-text dt {
  position: relative;
  margin: 0 0 18px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: justify;
  line-height: 1.6;
  padding-left: 4rem;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 991px) {
    #interview-contents .contents__block-text dt {
      font-size: 19px;
      font-size: 1.9rem;
      padding-left: 3rem;
      margin-bottom: 1rem;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 767px) {
    #interview-contents .contents__block-text dt {
      padding-left: 5rem; } }
  @media screen and (max-width: 575px) {
    #interview-contents .contents__block-text dt {
      padding-left: 3.5rem; } }
  #interview-contents .contents__block-text dt::before {
    content: "Q";
    position: absolute;
    top: -3px;
    left: 0;
    font-family: "Montserrat", sans-serif;
    color: #009b8f;
    font-size: 38px;
    font-size: 3.8rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1; }
    @media screen and (max-width: 991px) {
      #interview-contents .contents__block-text dt::before {
        top: 0;
        left: -0.5rem;
        font-size: 33px;
        font-size: 3.3rem; } }
    @media screen and (max-width: 767px) {
      #interview-contents .contents__block-text dt::before {
        left: 1rem; } }
    @media screen and (max-width: 575px) {
      #interview-contents .contents__block-text dt::before {
        top: -0.5px;
        left: 0;
        font-size: 30px;
        font-size: 3rem; } }
#interview-contents .contents__block-text dd {
  margin: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  line-height: 1.6;
  padding-left: 4rem;
  text-align: justify; }
  @media screen and (max-width: 991px) {
    #interview-contents .contents__block-text dd {
      padding-left: 3rem; } }
  @media screen and (max-width: 767px) {
    #interview-contents .contents__block-text dd {
      padding-left: 4.5rem; } }
  @media screen and (max-width: 575px) {
    #interview-contents .contents__block-text dd {
      padding-left: 2.5rem; } }
  #interview-contents .contents__block-text dd + dt {
    margin-top: 4.5rem; }
    @media screen and (max-width: 991px) {
      #interview-contents .contents__block-text dd + dt {
        margin-top: 3rem; } }

#interview-footer .interview-footer__bg {
  background-image: url("../img/interview-footer.jpg");
  background-size: cover;
  margin-bottom: 6rem; }
  #interview-footer .interview-footer__bg .inner {
    position: relative; }
    #interview-footer .interview-footer__bg .inner .img-left {
      position: absolute;
      width: 195px;
      left: -5rem;
      bottom: -32%; }
      @media screen and (max-width: 1199px) {
        #interview-footer .interview-footer__bg .inner .img-left {
          width: 170px;
          left: -4rem;
          bottom: -35%; } }
      @media screen and (max-width: 991px) {
        #interview-footer .interview-footer__bg .inner .img-left {
          width: 130px;
          left: -6rem;
          bottom: -32%; } }
      @media screen and (max-width: 767px) {
        #interview-footer .interview-footer__bg .inner .img-left {
          display: none; } }
    #interview-footer .interview-footer__bg .inner .img-left-up {
      position: absolute;
      width: 120px;
      left: -2rem;
      top: 1.5rem; }
      @media screen and (max-width: 991px) {
        #interview-footer .interview-footer__bg .inner .img-left-up {
          width: 100px;
          left: -5rem; } }
      @media screen and (max-width: 767px) {
        #interview-footer .interview-footer__bg .inner .img-left-up {
          display: none; } }
    #interview-footer .interview-footer__bg .inner .img-text {
      display: none; }
      @media screen and (max-width: 767px) {
        #interview-footer .interview-footer__bg .inner .img-text {
          display: block;
          position: absolute;
          width: 400px;
          top: 2.5rem;
          left: 0;
          right: 0;
          margin: 0 auto; } }
      @media screen and (max-width: 575px) {
        #interview-footer .interview-footer__bg .inner .img-text {
          width: 330px;
          top: 2rem; } }
#interview-footer .staff-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 83%;
  margin-left: auto;
  gap: 1rem;
  height: 388px;
  align-items: start;
  padding-top: 2rem; }
  @media screen and (max-width: 1199px) {
    #interview-footer .staff-grid {
      width: 85%;
      height: 340px; } }
  @media screen and (max-width: 991px) {
    #interview-footer .staff-grid {
      width: 88%;
      height: 270px; } }
  @media screen and (max-width: 767px) {
    #interview-footer .staff-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      width: 100%;
      gap: 0.5rem 2rem;
      height: auto;
      padding: 5rem 2rem 3.5rem; } }
  @media screen and (max-width: 575px) {
    #interview-footer .staff-grid {
      padding: 5rem 0 3.5rem; } }
#interview-footer .staff-card {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none; }
  #interview-footer .staff-card__img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .6s ease, opacity .6s ease;
    backface-visibility: hidden; }
    #interview-footer .staff-card__img--default {
      opacity: 1;
      transform: rotateY(0deg); }
    #interview-footer .staff-card__img--hover {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: rotateY(180deg); }
  #interview-footer .staff-card:hover .staff-card__img--default {
    opacity: 0;
    transform: rotateY(180deg); }
  #interview-footer .staff-card:hover .staff-card__img--hover {
    opacity: 1;
    transform: rotateY(0deg); }
  #interview-footer .staff-card__num {
    position: absolute;
    top: 17%;
    right: 2%;
    z-index: 3;
    margin: 0;
    color: #b8e3dc;
    font-family: "Montserrat", sans-serif;
    font-size: 31px;
    font-size: 3.1rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1; }
    @media screen and (max-width: 1199px) {
      #interview-footer .staff-card__num {
        top: 17%;
        right: 0;
        font-size: 28px;
        font-size: 2.8rem; } }
    @media screen and (max-width: 991px) {
      #interview-footer .staff-card__num {
        top: 20%;
        right: -0.5rem;
        font-size: 26px;
        font-size: 2.6rem; } }
    @media screen and (max-width: 767px) {
      #interview-footer .staff-card__num {
        right: 8%;
        font-size: 31px;
        font-size: 3.1rem; } }
    @media screen and (max-width: 575px) {
      #interview-footer .staff-card__num {
        right: 0;
        font-size: 26px;
        font-size: 2.6rem; } }
  #interview-footer .staff-card__info {
    position: absolute;
    left: 1rem;
    bottom: 3rem;
    z-index: 4; }
  #interview-footer .staff-card__job {
    font-size: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 0;
    background: #fff;
    width: fit-content;
    padding: 2px 5px 0; }
    @media screen and (max-width: 767px) {
      #interview-footer .staff-card__job {
        font-size: 8px; } }
    @media screen and (max-width: 575px) {
      #interview-footer .staff-card__job {
        padding-bottom: 5px; } }
  #interview-footer .staff-card__name {
    margin: -3px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    background: #fff;
    width: fit-content;
    padding: 0 5px 2px 5px; }
    @media screen and (max-width: 767px) {
      #interview-footer .staff-card__name {
        font-size: 12px; } }
    @media screen and (max-width: 575px) {
      #interview-footer .staff-card__name {
        line-height: 1;
        padding: 2px 5px 2px 5px; } }
    #interview-footer .staff-card__name span {
      display: inline-block;
      font-size: 8px;
      font-size: 0.8rem;
      font-weight: 500; }
      @media screen and (max-width: 1199px) {
        #interview-footer .staff-card__name span {
          display: block; } }
      @media screen and (max-width: 991px) {
        #interview-footer .staff-card__name span {
          display: block;
          line-height: 1.4; } }
      @media screen and (max-width: 767px) {
        #interview-footer .staff-card__name span {
          display: inline-block;
          line-height: 1.65;
          font-size: 8px; } }
      @media screen and (max-width: 575px) {
        #interview-footer .staff-card__name span {
          display: block; } }
#interview-footer .link-button {
  margin-bottom: 6rem; }

.recruit-button {
  background-color: #333333;
  text-align: center;
  padding: 6rem 0 4rem; }
  @media screen and (max-width: 575px) {
    .recruit-button {
      padding: 4rem 0 3rem; } }
  .recruit-button p.white-title {
    position: relative;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    line-height: 0.8; }
    @media screen and (max-width: 1199px) {
      .recruit-button p.white-title {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media screen and (max-width: 767px) {
      .recruit-button p.white-title {
        font-size: 25px;
        font-size: 2.5rem; } }
    @media screen and (max-width: 575px) {
      .recruit-button p.white-title {
        line-height: 1.5; } }
    .recruit-button p.white-title::after {
      font-family: "Font Awesome 5 Free";
      content: "\f0dd";
      font-weight: 900;
      padding-left: 1rem;
      color: white; }
      @media screen and (max-width: 575px) {
        .recruit-button p.white-title::after {
          content: none; } }
    .recruit-button p.white-title::before {
      font-family: "Font Awesome 5 Free";
      content: "\f0dd";
      font-weight: 900;
      padding-right: 1rem;
      color: white; }
      @media screen and (max-width: 575px) {
        .recruit-button p.white-title::before {
          content: none; } }
    .recruit-button p.white-title + p {
      font-size: 20px;
      font-size: 2rem;
      color: #fff; }
      @media screen and (max-width: 1199px) {
        .recruit-button p.white-title + p {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media screen and (max-width: 767px) {
        .recruit-button p.white-title + p {
          font-size: 16px;
          font-size: 1.6rem; } }
