@charset "UTF-8";
:root {
  /*===================== Color =====================*/
  --color-newgraduate: #009EED;
  --color-halfway: #F68732;
  --color-chubase: #E23737;
  --color-lexus: #D3B49D;
  --color-hacbase: #495F75;
  --color-gr-garage: #5E5E5E;
  --color-daihatsupark: #FF0101;
  --color-green01: #00A68D;
  --color-green02: #E5F7F5;
  --color-green03: #D2EEE3;
  --color-gray01: #CECECE;
  --color-gray02: #F6F6F6;
  --color-gray03: #CDCDCD;
  --color-gray-gradient: linear-gradient(90deg, rgba(248, 247, 247, 1), rgba(228, 228, 228, 1));
  /*===================== Font =====================*/
  --font-gen-interface: "Gen Interface JP", sans-serif;
  --font-barlow: "Barlow", sans-serif;
  --font-inter: "Inter", sans-serif;
  /*===================== イージング =====================*/
  --ease-bounce-s:linear(0, 0.271 8.8%, 0.542 19.9%, 0.837 34.2%, 1 44.7%, 0.943 51.1%, 0.925 57.5%, 0.937 63.1%, 1 77.4%, 0.991 84.2%, 1);
  --ease-bounce:linear(0, 0.247 13.2%, 0.415 20.5%, 0.624 27.4%, 1 37.8%, 0.794 44.9%, 0.747 47.9%, 0.731 50.8%, 0.744 53.5%, 0.785 56.4%, 0.999 65.5%, 0.927 69.6%, 0.904 73.4%, 0.921 77%, 1 84.5%, 0.981 89.4%, 1);
}

/*======================= SP-VW =======================*/
/*======================= PC-VW =======================*/
/*------ 使用例 ------
.text {
	font-size: spvw(16);
}
*/
/*===================== 見出し =====================*/
/*=== PC ===*/
/*=== SP ===*/
/*===================== 本文 =====================*/
/*=== PC ===*/
/*=== SP ===*/
/*===================== 英語 =====================*/
/*=== PC ===*/
/*=== SP ===*/
/*================================= アニメーション =================================*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes big {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/*===================== マウスオーバー =====================*/
/*===================== ヘッダー 白 =====================*/
.l-page-cont-block {
  margin-top: calc(78 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .l-page-cont-block {
    margin-top: calc(86 / 1366 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  section.sec-interview-top ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3.4%;
         column-gap: 3.4%;
  }
}
section.sec-interview-top ul li {
  margin-bottom: calc(40 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-interview-top ul li {
    width: 31%;
    margin-bottom: calc(80 / 1366 * 100vw);
  }
}
section.sec-interview-top ul li a {
  display: block;
}
section.sec-interview-top ul li a:hover div.interview-img-wrap div.interview-img01 {
  opacity: 0;
}
section.sec-interview-top ul li a:hover div.interview-img-wrap div.interview-img02 {
  opacity: 1;
}
section.sec-interview-top ul li a:hover .m-arrow svg:nth-of-type(1) {
  transform: translate(120%, 0);
}
section.sec-interview-top ul li a:hover .m-arrow svg:nth-of-type(2) {
  transform: translate(0, 0);
}
section.sec-interview-top ul li a div.interview-img-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-interview-top ul li a div.interview-img-wrap {
    margin-bottom: calc(35 / 1366 * 100vw);
  }
}
section.sec-interview-top ul li a div.interview-img-wrap div.interview-img01, section.sec-interview-top ul li a div.interview-img-wrap div.interview-img02 {
  transition: all 0.6s;
}
section.sec-interview-top ul li a div.interview-img-wrap div.interview-img02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
section.sec-interview-top ul li a div.interview-txt-wrap .tag {
  font-weight: bold;
  line-height: 1.2em;
  font-weight: 400;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1.45em;
  letter-spacing: 0;
  line-height: 1.2em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-interview-top ul li a div.interview-txt-wrap .tag {
    font-weight: 400;
    font-size: max(10px, 16 / 1366 * 100vw);
    line-height: 2.8em;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: bold;
    margin-top: 0.6em;
    margin-bottom: 1em;
  }
}
section.sec-interview-top ul li a div.interview-txt-wrap .tag .inner {
  display: inline-block;
  background: #fff;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}
section.sec-interview-top ul li a div.interview-txt-wrap .tag .inner .color {
  color: var(--color-green01);
}
section.sec-interview-top ul li a div.interview-txt-wrap .copy-txt {
  transition: all 0.3s;
  font-weight: 500;
  font-size: calc(25 / 375 * 100vw);
  line-height: 1.52em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-interview-top ul li a div.interview-txt-wrap .copy-txt {
    font-weight: 500;
    font-size: max(10px, 25 / 1366 * 100vw);
    line-height: 1.52em;
    letter-spacing: 0;
  }
}
section.sec-interview-top ul li a div.interview-txt-wrap .copy-txt .m-arrow {
  display: inline-block;
  border: none;
  transform: translate(-0.2em, 0.2em);
}
section.sec-interview-top ul li a div.interview-txt-wrap .recruit {
  display: inline-block;
  width: 5em;
  text-align: center;
  border: solid 1px;
  border-radius: 50em;
  font-size: calc(10 / 375 * 100vw);
  line-height: 1em;
  padding: 0.3em 0;
  margin-top: 1em;
  margin-right: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-interview-top ul li a div.interview-txt-wrap .recruit {
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
    line-height: 1em;
    margin-top: calc(20 / 1366 * 100vw);
  }
}
section.sec-interview-top ul li a div.interview-txt-wrap .recruit.newgraduate {
  color: var(--color-newgraduate);
}
section.sec-interview-top ul li a div.interview-txt-wrap .recruit.halfway {
  color: var(--color-halfway);
}
section.sec-interview-top ul li a div.interview-txt-wrap .name {
  display: inline-block;
  background-color: #E2F9ED;
  font-weight: 500;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
  transform: translate(0, 0.1em);
}
@media screen and (min-width: 768px) {
  section.sec-interview-top ul li a div.interview-txt-wrap .name {
    margin-top: calc(12 / 1366 * 100vw);
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
  }
}
section.sec-interview-top ul li a div.interview-txt-wrap .name span {
  display: inline-block;
  margin-left: 1em;
  font-weight: 400;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1.45em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-interview-top ul li a div.interview-txt-wrap .name span {
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  section.sec-interview div.interview-hero-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
section.sec-interview div.interview-hero-area div.interview-txt-wrap {
  margin-top: calc(37 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-hero-area div.interview-txt-wrap {
    width: 40%;
    order: -1;
    margin-top: 0;
  }
}
section.sec-interview div.interview-hero-area div.interview-txt-wrap .tag {
  font-weight: bold;
  line-height: 1.2em;
  font-weight: 400;
  font-size: calc(16 / 375 * 100vw);
  line-height: 2.8em;
  letter-spacing: 0;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: calc(30 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-hero-area div.interview-txt-wrap .tag {
    font-weight: 400;
    font-size: max(10px, 16 / 1366 * 100vw);
    line-height: 2.8em;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
  }
}
section.sec-interview div.interview-hero-area div.interview-txt-wrap .tag .inner {
  display: inline-block;
  background: #fff;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}
section.sec-interview div.interview-hero-area div.interview-txt-wrap .tag .inner .color {
  color: var(--color-green01);
}
section.sec-interview div.interview-hero-area div.interview-txt-wrap .copy-txt {
  transition: all 0.3s;
  font-weight: 500;
  font-size: calc(30 / 375 * 100vw);
  line-height: 1.4em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-hero-area div.interview-txt-wrap .copy-txt {
    font-weight: 500;
    font-size: max(10px, 45 / 1366 * 100vw);
    line-height: 1.5em;
    letter-spacing: 0;
  }
}
section.sec-interview div.interview-hero-area div.interview-txt-wrap .recruit {
  display: inline-block;
  width: 5em;
  text-align: center;
  border: solid 1px;
  border-radius: 50em;
  font-weight: 400;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
  line-height: 1.2em;
  padding: 0.25em 0;
  margin-top: calc(30 / 375 * 100vw);
  margin-right: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-hero-area div.interview-txt-wrap .recruit {
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
    line-height: 1em;
    margin-top: calc(20 / 1366 * 100vw);
    margin-right: 0.8em;
  }
}
section.sec-interview div.interview-hero-area div.interview-txt-wrap .recruit.newgraduate {
  color: var(--color-newgraduate);
}
section.sec-interview div.interview-hero-area div.interview-txt-wrap .recruit.halfway {
  color: var(--color-halfway);
}
section.sec-interview div.interview-hero-area div.interview-txt-wrap .name {
  background-color: #E2F9ED;
  font-weight: 500;
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.83em;
  letter-spacing: 0;
  transform: translate(0, 0.1em);
  margin-top: calc(17 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-hero-area div.interview-txt-wrap .name {
    display: inline-block;
    margin-top: calc(12 / 1366 * 100vw);
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
  }
}
section.sec-interview div.interview-hero-area div.interview-txt-wrap .name span {
  display: inline-block;
  margin-left: 1em;
  font-weight: 400;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-hero-area div.interview-txt-wrap .name span {
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
  }
}
section.sec-interview div.interview-hero-area div.interview-hero {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-hero-area div.interview-hero {
    width: 58%;
    left: 0;
    transform: translate(0, -5%);
  }
}
section.sec-interview div.interview-cont-area {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-cont-area {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: calc(130 / 1366 * 100vw);
  }
}
section.sec-interview div.interview-cont-area div.interview-img-wrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-cont-area div.interview-img-wrap {
    display: block;
    width: 37%;
  }
}
section.sec-interview div.interview-cont-area div.interview-img-wrap .interview-img {
  margin-top: calc(25 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-cont-area div.interview-img-wrap .interview-img {
    margin-top: 0;
  }
}
section.sec-interview div.interview-cont-area div.interview-img-wrap .interview-img01 {
  order: 2;
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-cont-area div.interview-img-wrap .interview-img01 {
    margin-bottom: calc(28 / 1366 * 100vw);
  }
}
section.sec-interview div.interview-cont-area div.interview-img-wrap .interview-img02 {
  order: 4;
}
section.sec-interview div.interview-cont-area div.interview-txt-wrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-cont-area div.interview-txt-wrap {
    display: block;
    width: 57%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-cont-area div.interview-txt-wrap div.interview-txt-box {
    margin-bottom: calc(60 / 1366 * 100vw);
  }
}
section.sec-interview div.interview-cont-area div.interview-txt-wrap div.interview-txt-box.interview-txt-box01 {
  order: 1;
}
section.sec-interview div.interview-cont-area div.interview-txt-wrap div.interview-txt-box.interview-txt-box02 {
  order: 3;
}
section.sec-interview div.interview-cont-area div.interview-txt-wrap div.interview-txt-box h3 {
  color: var(--color-green01);
  font-weight: 500;
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.83em;
  letter-spacing: 0;
  margin-top: calc(70 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-cont-area div.interview-txt-wrap div.interview-txt-box h3 {
    font-weight: 500;
    font-size: max(10px, 25 / 1366 * 100vw);
    line-height: 1.52em;
    letter-spacing: 0;
    margin-top: 0;
  }
}
section.sec-interview div.interview-cont-area div.interview-txt-wrap div.interview-txt-box p {
  font-weight: 400;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
  margin-top: 1em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-interview div.interview-cont-area div.interview-txt-wrap div.interview-txt-box p {
    font-weight: 400;
    font-size: max(10px, 16 / 1366 * 100vw);
    line-height: 2.12em;
    letter-spacing: 0;
  }
}

.l-page-cont-block.white {
  position: relative;
  z-index: 0;
}
.l-page-cont-block.white::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform: translate(0, 99%);
  height: 100vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-page-cont-block.white::after {
    height: 30vw;
  }
}
.l-page-cont-block.white {
  padding-right: 0;
}

section.sec-others-interview {
  padding-top: calc(67 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-others-interview {
    padding-top: calc(95 / 1366 * 100vw);
  }
}
section.sec-others-interview h3 {
  font-weight: 500;
  font-size: calc(25 / 375 * 100vw);
  line-height: 1.52em;
  letter-spacing: 0;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-others-interview h3 {
    font-weight: 500;
    font-size: max(10px, 25 / 1366 * 100vw);
    line-height: 1.52em;
    letter-spacing: 0;
  }
}
section.sec-others-interview .splide__slide a {
  display: block;
}
section.sec-others-interview .splide__slide a:hover div.interview-img-wrap div.interview-img01 {
  opacity: 0;
}
section.sec-others-interview .splide__slide a:hover div.interview-img-wrap div.interview-img02 {
  opacity: 1;
}
section.sec-others-interview .splide__slide a:hover .m-arrow svg:nth-of-type(1) {
  transform: translate(120%, 0);
}
section.sec-others-interview .splide__slide a:hover .m-arrow svg:nth-of-type(2) {
  transform: translate(0, 0);
}
section.sec-others-interview .splide__slide a div.interview-img-wrap {
  position: relative;
  margin-bottom: calc(15 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-others-interview .splide__slide a div.interview-img-wrap {
    margin-bottom: calc(35 / 1366 * 100vw);
  }
}
section.sec-others-interview .splide__slide a div.interview-img-wrap div.interview-img01, section.sec-others-interview .splide__slide a div.interview-img-wrap div.interview-img02 {
  transition: all 0.6s;
}
section.sec-others-interview .splide__slide a div.interview-img-wrap div.interview-img02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
section.sec-others-interview .splide__slide a div.interview-txt-wrap .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: calc(3 / 375 * 100vw);
       column-gap: calc(3 / 375 * 100vw);
  row-gap: calc(3 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-others-interview .splide__slide a div.interview-txt-wrap .tag-wrap {
    -moz-column-gap: calc(3 / 1366 * 100vw);
         column-gap: calc(3 / 1366 * 100vw);
    row-gap: calc(3 / 1366 * 100vw);
  }
}
section.sec-others-interview .splide__slide a div.interview-txt-wrap .tag {
  font-weight: bold;
  line-height: 1.2em;
  font-weight: 400;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1.45em;
  letter-spacing: 0;
  font-size: 2.6vw;
  line-height: 1.2em;
  font-weight: bold;
  border: solid 1px var(--color-gray01);
}
@media screen and (min-width: 768px) {
  section.sec-others-interview .splide__slide a div.interview-txt-wrap .tag {
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
    line-height: 1.2em;
    font-weight: bold;
    border-radius: 3px;
  }
}
section.sec-others-interview .splide__slide a div.interview-txt-wrap .tag .inner {
  display: inline-block;
  background: #fff;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}
section.sec-others-interview .splide__slide a div.interview-txt-wrap .tag .inner .color {
  color: var(--color-green01);
}
section.sec-others-interview .splide__slide a div.interview-txt-wrap .recruit {
  display: inline-block;
  width: 5em;
  text-align: center;
  border: solid 1px;
  border-radius: 50em;
  font-weight: 400;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1.45em;
  letter-spacing: 0;
  line-height: 1.2em;
  padding: 0.25em 0;
  margin-top: 1em;
  margin-right: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-others-interview .splide__slide a div.interview-txt-wrap .recruit {
    display: block;
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
    line-height: 1em;
    margin-top: calc(20 / 1366 * 100vw);
    margin-right: 0;
  }
}
section.sec-others-interview .splide__slide a div.interview-txt-wrap .recruit.newgraduate {
  color: var(--color-newgraduate);
}
section.sec-others-interview .splide__slide a div.interview-txt-wrap .recruit.halfway {
  color: var(--color-halfway);
}
section.sec-others-interview .splide__slide a div.interview-txt-wrap .name {
  display: inline;
  font-weight: 500;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
  transform: translate(0, 0.14em);
}
@media screen and (min-width: 768px) {
  section.sec-others-interview .splide__slide a div.interview-txt-wrap .name {
    transform: translate(0, 0.1em);
    display: inline-block;
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
  }
}
section.sec-others-interview .splide__slide a div.interview-txt-wrap .name span.small {
  display: inline-block;
  font-weight: 400;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1.45em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-others-interview .splide__slide a div.interview-txt-wrap .name span.small {
    margin-left: 1em;
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
  }
}
section.sec-others-interview .splide__slide a div.interview-txt-wrap .name .m-arrow {
  border: none;
  width: 1.3em;
  transform: translate(0, 0.3em);
}
@media screen and (min-width: 768px) {
  section.sec-others-interview .splide__slide a div.interview-txt-wrap .name .m-arrow {
    width: 1.4em;
    transform: translate(0, 0.4em);
  }
}
section.sec-others-interview .splide-progress {
  width: 94.5%;
  height: calc(3 / 375 * 100vw);
  background: var(--color-gray02);
  overflow: hidden;
  margin-top: calc(37 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-others-interview .splide-progress {
    width: 75%;
    height: calc(3 / 1366 * 100vw);
    margin-top: calc(53 / 1366 * 100vw);
  }
}
section.sec-others-interview .splide-progress__bar {
  width: 0;
  height: 100%;
  background: var(--color-gray01);
  transition: width 0.3s ease;
}
section.sec-others-interview .splide__arrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 5%;
  width: calc(134 / 375 * 100vw);
  transform: translate(0, 355%);
}
@media screen and (min-width: 768px) {
  section.sec-others-interview .splide__arrows {
    width: calc(165 / 1366 * 100vw);
    transform: translate(0, 215%);
  }
}
section.sec-others-interview .splide__arrows .splide__arrow {
  position: relative;
  transform: translate(0);
  left: 0;
  background: none;
  right: 0;
  border: solid 1px #000;
  opacity: 1;
  width: calc(60 / 375 * 100vw);
  height: calc(25 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-others-interview .splide__arrows .splide__arrow {
    width: calc(73 / 1366 * 100vw);
    height: calc(32 / 1366 * 100vw);
    transition: all 0.3s;
  }
  section.sec-others-interview .splide__arrows .splide__arrow:hover {
    border: solid 1px var(--color-green01);
    background: var(--color-green01);
  }
  section.sec-others-interview .splide__arrows .splide__arrow:hover svg path {
    fill: #fff;
  }
}
section.sec-others-interview .splide__arrows .splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}
section.sec-others-interview .splide__arrows .splide__arrow svg {
  width: 100%;
  height: auto;
  transform: translate(0) scale(1);
}
section.sec-others-interview .splide__arrows .splide__arrow svg path {
  transition: all 0.3s;
}

/*==================================================== 中途採用社員インタビュー ====================================================*/
.l-page-cont-block.mid-career {
  margin-top: calc(44 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .l-page-cont-block.mid-career {
    margin-top: calc(86 / 1366 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  section.sec-mid-career div.sec-mid-career-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-img {
  margin-bottom: calc(50 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-mid-career div.sec-mid-career-inner div.mid-career-img {
    width: 50%;
    position: sticky;
    top: 12vw;
    left: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont {
    width: 43%;
  }
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.lead-box {
  margin-bottom: calc(50 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.lead-box {
    margin-bottom: calc(70 / 1366 * 100vw);
  }
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.lead-box h2 {
  font-weight: 500;
  font-size: calc(25 / 375 * 100vw);
  line-height: 1.52em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.lead-box h2 {
    font-weight: 500;
    font-size: max(10px, 45 / 1366 * 100vw);
    line-height: 1.5em;
    letter-spacing: 0;
  }
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.lead-box p {
  font-weight: 400;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1.45em;
  letter-spacing: 0;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.lead-box p {
    font-weight: 400;
    font-size: max(10px, 11 / 1366 * 100vw);
    line-height: 1.45em;
    letter-spacing: 0;
    margin-top: 1.4em;
  }
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.lead-box p span {
  display: inline-block;
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.lead-box p span.recruit {
  padding: 0 0.6em;
  border-radius: 50em;
  margin-right: 0.6em;
  background-color: #fff;
  border: solid 1px;
  color: var(--color-halfway);
  transform: translate(0, -0.2em);
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.lead-box p span.name {
  font-weight: 500;
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.83em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.lead-box p span.name {
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
    line-height: 1em;
  }
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.lead-box p span.join {
  margin-left: 0.6em;
  transform: translate(0, -0.2em);
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.interview-box div.interview-box-inner {
  margin-bottom: calc(50 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.interview-box div.interview-box-inner {
    margin-bottom: calc(57 / 1366 * 100vw);
  }
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.interview-box div.interview-box-inner:last-child {
  margin-bottom: 0;
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.interview-box div.interview-box-inner h3 {
  color: var(--color-green01);
  position: relative;
  padding-left: 0;
  margin-bottom: 1em;
  font-weight: 500;
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.83em;
  letter-spacing: 0;
  text-indent: 3.6em;
}
@media screen and (min-width: 768px) {
  section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.interview-box div.interview-box-inner h3 {
    padding-left: 0;
    font-weight: 500;
    font-size: max(10px, 25 / 1366 * 100vw);
    line-height: 1.52em;
    letter-spacing: 0;
    text-indent: 3.2em;
  }
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.interview-box div.interview-box-inner h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.15em;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 3em;
  background-color: var(--color-green01);
}
@media screen and (min-width: 768px) {
  section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.interview-box div.interview-box-inner h3::after {
    height: 0.1em;
    top: 0.7em;
  }
}
section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.interview-box div.interview-box-inner p {
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-mid-career div.sec-mid-career-inner div.mid-career-cont div.interview-box div.interview-box-inner p {
    font-size: max(10px, 14 / 1366 * 100vw);
  }
}/*# sourceMappingURL=interview.css.map */