@charset "UTF-8";
/* ---------------------------------------

  our_business/01-05.html

--------------------------------------- */
#interview {
  overflow: auto;
}

#interview .l-wrapper {
  background-color: #16a599;
}

#interview .l-wrapper.bg02 {
  background-color: #be402d;
}

#interview .int-wrapper {
  width: 100%;
  padding: 7% 5%;
  width: 100%;
  height: auto;
  background-image: url("../../img/interview/other_bg_top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  position: relative;
  z-index: 33;
  overflow: hidden;
}

@media (max-width: 840px) {
  #interview .int-wrapper {
    padding: 0%;
  }
}

#interview .int-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

#interview .int-ttl {
  display: none;
}

@media (max-width: 840px) {
  #interview .int-ttl {
    display: block;
    font-size: clamp(28px, 13vw, 100px);
    font-weight: 700;
    line-height: 1;
    color: #dcdcdc;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 5%;
  }
}

#interview .intNav {
  position: fixed;
  top: -0.3%;
  width: 270px;
  height: 93vh;
  background-color: #16a599;
  border-radius: 40px 0px 40px 0px;
  padding: 40px 30px;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 99;
}

@media (max-width: 1440px) {
  #interview .intNav {
    width: 20%;
    height: auto;
  }
}

@media (max-width: 1100px) {
  #interview .intNav {
    padding: 40px 20px;
  }
}

@media (max-width: 840px) {
  #interview .intNav {
    display: none;
  }
}

#interview .intNav.num02 {
  background-color: #be402d;
}

#interview .intNav .intNav-ttl {
  text-align: center;
  color: #fff;
  font-size: clamp(24px, 5vw, 40px);
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  #interview .intNav .intNav-ttl {
    font-size: 24px;
  }
}

@media (max-width: 1100px) {
  #interview .intNav .intNav-ttl {
    font-size: 18px;
  }
}

#interview .intNav .intnav-icon {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

#interview .intNav .intNav__list {
  padding: 0px;
}

#interview .intNav .intNav__item {
  margin-bottom: 15px;
}

#interview .intNav .intNav__item:last-child {
  margin-bottom: 0;
}

#interview .intNav .intNav__link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

@media (max-width: 1440px) {
  #interview .intNav .intNav__link {
    font-size: 13px;
  }
}

@media (max-width: 1100px) {
  #interview .intNav .intNav__link {
    font-size: 10px;
  }
}

#interview .intNav .intNav__link::before {
  content: "・";
  display: inline-block;
}

#interview .intNav .intNav__link:hover {
  font-weight: 700;
}

#interview .int-contents {
  padding-left: 19.5%;
  width: 100%;
}

@media (max-width: 840px) {
  #interview .int-contents {
    padding-left: 0;
  }
}

#interview .deco {
  position: absolute;
  top: 50%;
  z-index: 77;
}

#interview .deco.num01 {
  top: 25%;
  right: -270px;
  width: 45%;
}

#interview .deco.num02 {
  top: 80%;
  left: -240px;
  width: 40%;
}

#interview .mv {
  position: relative;
  padding: 0 0 20%;
}

@media (max-width: 840px) {
  #interview .mv {
    padding: 0 5% 20%;
  }
}

@media (max-width: 540px) {
  #interview .mv {
    padding: 0 5% 25%;
  }
}

#interview .mv .mv-img {
  position: relative;
}

@media (max-width: 840px) {
  #interview .mv .mv-img {
    padding: 0;
    height: 400px;
  }
  #interview .mv .mv-img img {
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#interview .mv .mv-txt {
  display: none;
}

@media (max-width: 840px) {
  #interview .mv .mv-txt {
    display: block;
    position: absolute;
    bottom: -70px;
    left: -10px;
    color: #fff;
  }
  #interview .mv .mv-txt .txt-div {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: center;
    padding: 0 20px 3px;
    background-color: #209e93;
    margin-bottom: 10px;
  }
  #interview .mv .mv-txt .txt-div.bg02 {
    background-color: #be402d;
  }
  #interview .mv .mv-txt .txt-name {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
  }
}

@media (max-width: 840px) and (max-width: 768px) {
  #interview .mv .mv-txt .txt-name {
    text-align: left;
    padding-left: 10px;
  }
}

#interview .mv .mv-lead {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  z-index: 88;
}

@media (max-width: 1100px) {
  #interview .mv .mv-lead {
    font-size: 30px;
  }
}

@media (max-width: 840px) {
  #interview .mv .mv-lead {
    right: 60px;
  }
}

@media (max-width: 768px) {
  #interview .mv .mv-lead {
    top: 20px;
    right: 10%;
    font-size: 20px;
  }
}

#interview .int-block {
  position: relative;
  height: auto;
  padding: 10% 0;
  z-index: 88;
}

@media (max-width: 840px) {
  #interview .int-block {
    padding: 10% 5%;
  }
  #interview .int-block.bg01 {
    background-color: #c1e8e4;
  }
  #interview .int-block.bg02 {
    background-color: #ebc3c3;
  }
}

@media (max-width: 840px) and (max-width: 840px) {
  #interview .int-block.bg02.num05 {
    background-image: url("../../img/interview/other_bg_top_sp02.png");
  }
}

@media (max-width: 840px) {
  #interview .int-block .photo {
    width: 100%;
  }
  #interview .int-block .photo img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#interview .int-block .qa {
  position: relative;
  background-color: rgba(193, 232, 228, 0.8);
  padding: 5%;
}

@media (max-width: 840px) {
  #interview .int-block .qa {
    padding: 0%;
  }
}

#interview .int-block .qa.num02 {
  background-color: rgba(235, 195, 195, 0.8);
}

#interview .int-block .qa .qa-num {
  font-size: 120px;
  position: absolute;
  top: -90px;
  right: 20px;
  color: #afafaf;
}

@media (max-width: 1100px) {
  #interview .int-block .qa .qa-num {
    font-size: 100px;
    top: -100px;
  }
}

@media (max-width: 840px) {
  #interview .int-block .qa .qa-num {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
    line-height: 1;
  }
}

#interview .int-block .qa .qa-question {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  #interview .int-block .qa .qa-question {
    font-size: 20px;
  }
}

#interview .int-block .qa .qa-answer {
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  #interview .int-block .qa .qa-answer {
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  #interview .int-block .qa .qa-answer {
    margin-bottom: 5%;
  }
}

#interview .int-block.num01 {
  position: relative;
  padding-top: 10%;
}

@media (max-width: 840px) {
  #interview .int-block.num01 {
    padding-top: 20%;
  }
}

@media (max-width: 540px) {
  #interview .int-block.num01.sanrin {
    padding-top: 0;
  }
}

#interview .int-block.num01 .photo {
  width: 50%;
}

@media (max-width: 840px) {
  #interview .int-block.num01 .photo {
    width: 100%;
  }
}

#interview .int-block.num01 .qa {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
}

@media (max-width: 840px) {
  #interview .int-block.num01 .qa {
    position: relative;
    width: 100%;
  }
}

#interview .int-block.num01 .qa.qaBtm {
  top: auto;
  bottom: -100px;
  right: 0;
  width: 55%;
}

@media (max-width: 540px) {
  #interview .int-block.num01 .qa.qaBtm.sanrin {
    bottom: 0;
    width: 100%;
  }
}

#interview .int-block.num01 .bird {
  position: absolute;
  bottom: 0;
  right: 20px;
}

@media (max-width: 1100px) {
  #interview .int-block.num01 .bird {
    width: 260px;
  }
}

@media (max-width: 840px) {
  #interview .int-block.num01 .bird {
    display: none;
  }
}

#interview .int-block.num02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20% 0 10%;
}

@media (max-width: 840px) {
  #interview .int-block.num02 {
    display: block;
    width: 100%;
    padding: 10% 5%;
  }
}

#interview .int-block.num02 .qa {
  width: 50%;
}

@media (max-width: 840px) {
  #interview .int-block.num02 .qa {
    position: relative;
    width: 100%;
    margin-bottom: 10%;
  }
  #interview .int-block.num02 .qa:last-child {
    margin-bottom: 0;
  }
}

#interview .int-block.num03 {
  position: relative;
  padding: 10% 0 20%;
}

@media (max-width: 840px) {
  #interview .int-block.num03 {
    display: block;
    width: 100%;
    padding: 10% 5%;
  }
}

#interview .int-block.num04 {
  position: relative;
  padding: 10% 0 0;
}

@media (max-width: 840px) {
  #interview .int-block.num04 {
    display: block;
    width: 100%;
    padding: 10% 5%;
  }
}

#interview .int-block.num04 .photo {
  width: 53%;
  margin-left: auto;
}

@media (max-width: 840px) {
  #interview .int-block.num04 .photo {
    width: 100%;
    margin: 0;
  }
}

#interview .int-block.num04 .qa {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

@media (max-width: 840px) {
  #interview .int-block.num04 .qa {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 840px) {
  #interview .int-block.num05 {
    background-image: url("../../img/interview/other_bg_top_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom;
    z-index: 999;
  }
}

#interview .int-block .timeline-dayoff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5%;
  position: relative;
  background-color: rgba(193, 232, 228, 0.8);
  padding: 5%;
}

@media (max-width: 840px) {
  #interview .int-block .timeline-dayoff {
    display: block;
    width: 100%;
    padding: 10% 0;
  }
}

#interview .int-block .timeline-dayoff.num02 {
  background-color: rgba(235, 195, 195, 0.8);
}

#interview .int-block .timeline-dayoff .timeline {
  width: 40%;
  border-right: 1px solid #000;
}

@media (max-width: 840px) {
  #interview .int-block .timeline-dayoff .timeline {
    width: 100%;
    border-right: none;
    margin-bottom: 10%;
  }
}

#interview .int-block .timeline-dayoff .timeline .timeline-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (max-width: 1100px) {
  #interview .int-block .timeline-dayoff .timeline .timeline-title {
    font-size: 22px;
  }
}

#interview .int-block .timeline-dayoff .timeline .timeline-list {
  font-size: 16px;
}

@media (max-width: 1100px) {
  #interview .int-block .timeline-dayoff .timeline .timeline-list {
    font-size: 13px;
  }
}

#interview .int-block .timeline-dayoff .timeline .timeline-list .time {
  width: 20%;
}

#interview .int-block .timeline-dayoff .timeline .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

#interview .int-block .timeline-dayoff .dayoff {
  width: 50%;
}

@media (max-width: 840px) {
  #interview .int-block .timeline-dayoff .dayoff {
    width: 100%;
  }
}

#interview .int-block .timeline-dayoff .dayoff .dayoff-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (max-width: 1100px) {
  #interview .int-block .timeline-dayoff .dayoff .dayoff-title {
    font-size: 22px;
  }
}

#interview .int-block .timeline-dayoff .dayoff .dayoff-img {
  width: 100%;
  margin-bottom: 20px;
}

#interview .int-block .timeline-dayoff .dayoff .dayoff-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#interview .section-other {
  background-color: #fff;
  padding: 7% 5% 40%;
  width: 100%;
  height: auto;
  background-image: url("../../img/interview/other_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  position: relative;
  z-index: 20;
}

@media (max-width: 840px) {
  #interview .section-other {
    padding: 0% 0% 170%;
    background-image: url("../../img/interview/other_bg_sp.png");
    background-size: 100%;
    background-position: center top;
  }
}

#interview .section-other .other-ttl {
  color: #fff;
  font-size: clamp(32px, 10vw, 120px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 840px) {
  #interview .section-other .other-ttl {
    padding-top: 80px;
  }
}

#interview .section-other .int-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  height: 27vw;
  margin: 3% auto;
  padding: 0;
  position: relative;
}

@media (max-width: 840px) {
  #interview .section-other .int-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    width: 90%;
  }
}

#interview .section-other .int-list .int-item {
  position: relative;
  width: 13vw;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 840px) {
  #interview .section-other .int-list .int-item {
    width: 44%;
    margin-bottom: 30px;
    margin-right: 20px;
  }
  #interview .section-other .int-list .int-item:nth-child(even) {
    margin-right: 0;
  }
}

#interview .section-other .int-list .int-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#interview .section-other .int-list .int-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#interview .section-other .int-list .int-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

#interview .section-other .int-list .int-item a:hover::after {
  opacity: 1;
}

#interview .section-other .int-list .int-item span {
  margin-top: 5px;
  color: #fff;
  font-weight: 700;
}

#interview .section-other .int-list .int-item.num01 {
  top: 30px;
  z-index: 75;
  left: 15px;
}

@media (max-width: 840px) {
  #interview .section-other .int-list .int-item.num01 {
    top: 0;
    left: 0;
  }
}

#interview .section-other .int-list .int-item.num02 {
  z-index: 76;
  left: 5px;
}

@media (max-width: 840px) {
  #interview .section-other .int-list .int-item.num02 {
    top: 0;
    left: 0;
  }
}

#interview .section-other .int-list .int-item.num03 {
  top: 30px;
  z-index: 77;
}

@media (max-width: 840px) {
  #interview .section-other .int-list .int-item.num03 {
    top: 0;
    left: 0;
  }
}

#interview .section-other .int-list .int-item.num04 {
  top: 45px;
  z-index: 76;
  right: 5px;
}

@media (max-width: 840px) {
  #interview .section-other .int-list .int-item.num04 {
    top: 0;
    right: 0;
  }
}

#interview .section-other .int-list .int-item.num05 {
  z-index: 75;
  right: 15px;
}

@media (max-width: 840px) {
  #interview .section-other .int-list .int-item.num05 {
    top: 0;
    right: 0;
  }
}

#interview .section-other .entryBtn {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 540px) {
  #interview .section-other .entryBtn {
    position: relative;
    top: 400px;
  }
}

#interview .section-other .entryBtn .entryBtn-txt {
  text-decoration: none;
  display: inline-block;
  border: 4px solid #afafaf;
  padding: 10px 50px;
  color: #afafaf;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#interview .section-other .entryBtn .entryBtn-txt:hover {
  background-color: #afafaf;
  color: #fff;
  text-decoration: none;
}

#interview .section-other .hashirukun {
  width: 13%;
  height: auto;
  margin: auto;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 840px) {
  #interview .section-other .hashirukun {
    width: 37%;
  }
}

#interview .padBtm {
  padding-bottom: 20% !important;
}

#interview .marBtm {
  margin-bottom: 20% !important;
}

@media (max-width: 540px) {
  #interview .marBtm.sanrin {
    margin-bottom: 0 !important;
  }
}

#interview .marTop {
  margin-top: 20% !important;
}

@media (max-width: 540px) {
  #interview .marTop.sanrin {
    margin-top: 0 !important;
  }
}
