@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(106 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .l-page-cont-block {
    margin-top: calc(114 / 1366 * 100vw);
  }
}

section.sec-work {
  background: #fff;
  box-sizing: border-box;
  position: relative;
  padding: calc(36 / 375 * 100vw) calc(24 / 375 * 100vw);
  margin-bottom: calc(5 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-work {
    padding: calc(36 / 1366 * 100vw) calc(39 / 1366 * 100vw);
    margin-bottom: calc(5 / 1366 * 100vw);
  }
}
section.sec-work::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: calc(29 / 375 * 100vw);
  height: calc(29 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-work::after {
    width: calc(29 / 1366 * 100vw);
    height: calc(29 / 1366 * 100vw);
  }
}
section.sec-work.newcar::after {
  background-color: var(--color-green01);
}
section.sec-work.newcar div.work-txt-wrap h2 {
  color: var(--color-green01);
}
@media screen and (min-width: 768px) {
  section.sec-work.newcar ul {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3.5%;
         column-gap: 3.5%;
    margin-top: 1vw;
  }
}
@media screen and (min-width: 768px) {
  section.sec-work.newcar ul li:nth-of-type(1) {
    order: 1;
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-work.newcar ul li:nth-of-type(1) {
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-work.newcar ul li:nth-of-type(2) {
    order: 4;
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-work.newcar ul li:nth-of-type(2) {
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-work.newcar ul li:nth-of-type(3) {
    order: 2;
    width: 35%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-work.newcar ul li:nth-of-type(3) {
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-work.newcar ul li:nth-of-type(4) {
    order: 5;
    width: 35%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-work.newcar ul li:nth-of-type(4) {
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-work.newcar ul li:nth-of-type(5) {
    order: 3;
    width: 31%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-work.newcar ul li:nth-of-type(5) {
    width: 31%;
  }
}
section.sec-work.newcar ul li a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px var(--color-gray01);
  font-weight: 400;
  font-size: calc(16 / 375 * 100vw);
  line-height: 2.12em;
  letter-spacing: 0;
  padding: 0.2em 0;
}
@media screen and (min-width: 768px) {
  section.sec-work.newcar ul li a {
    font-weight: 400;
    font-size: max(10px, 16 / 1366 * 100vw);
    line-height: 2.12em;
    letter-spacing: 0;
    padding: 0.2em 0;
  }
}
section.sec-work.newcar ul li a:hover .m-arrow svg:nth-of-type(1) {
  transform: translate(120%, 0);
}
section.sec-work.newcar ul li a:hover .m-arrow svg:nth-of-type(2) {
  transform: translate(0, 0);
}
section.sec-work.newcar ul li a:hover .txt.newgraduate {
  color: var(--color-newgraduate);
}
section.sec-work.newcar ul li a:hover .txt.newgraduate .color {
  background-color: var(--color-newgraduate);
  color: #fff;
}
section.sec-work.newcar ul li a:hover .txt.halfway {
  color: var(--color-halfway);
}
section.sec-work.newcar ul li a:hover .txt.halfway .color {
  background-color: var(--color-halfway);
  color: #fff;
}
section.sec-work.newcar ul li a .txt {
  transition: 0.3s;
}
section.sec-work.newcar ul li a .txt.newgraduate .color {
  border: solid 1px var(--color-newgraduate);
  color: var(--color-newgraduate);
}
section.sec-work.newcar ul li a .txt.halfway .color {
  border: solid 1px var(--color-halfway);
  color: var(--color-halfway);
}
section.sec-work.newcar ul li a .color {
  border-radius: 50em;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  vertical-align: 0.1em;
  transition: all 0.3s;
  font-weight: 400;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1.45em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-work.newcar ul li a .color {
    font-weight: 400;
    font-size: max(10px, 11 / 1366 * 100vw);
    line-height: 1.45em;
    letter-spacing: 0;
  }
}
section.sec-work.chubase::after {
  background-color: var(--color-chubase);
}
section.sec-work.chubase div.work-txt-wrap h2 {
  color: var(--color-chubase);
}
section.sec-work.chubase div.work-txt-wrap a.interview-txt:hover {
  color: var(--color-chubase);
}
section.sec-work.chubase div.work-txt-wrap a.interview-txt:hover path {
  fill: var(--color-chubase);
}
section.sec-work.lexus::after {
  background-color: var(--color-lexus);
}
section.sec-work.lexus div.work-txt-wrap h2 {
  color: var(--color-lexus);
}
section.sec-work.lexus div.work-txt-wrap a.interview-txt:hover {
  color: var(--color-lexus);
}
section.sec-work.lexus div.work-txt-wrap a.interview-txt:hover path {
  fill: var(--color-lexus);
}
section.sec-work.hacbase::after {
  background-color: var(--color-hacbase);
}
section.sec-work.hacbase div.work-txt-wrap h2 {
  color: var(--color-hacbase);
}
section.sec-work.hacbase div.work-txt-wrap a.interview-txt:hover {
  color: var(--color-hacbase);
}
section.sec-work.hacbase div.work-txt-wrap a.interview-txt:hover path {
  fill: var(--color-hacbase);
}
section.sec-work.hacbase a.site-link {
  background-color: var(--color-hacbase);
}
section.sec-work.hacbase a.site-link:hover {
  background-color: #637f9c;
}
section.sec-work.hacbase a.site-link .m-btn-dots::after {
  background-color: var(--color-hacbase);
}
section.sec-work.gr-garage::after {
  background-color: var(--color-gr-garage);
}
section.sec-work.gr-garage div.work-txt-wrap h2 {
  color: var(--color-gr-garage);
}
section.sec-work.gr-garage a.site-link {
  background-color: var(--color-gr-garage);
}
section.sec-work.gr-garage a.site-link:hover {
  background-color: #8b8a8a;
}
section.sec-work.gr-garage a.site-link .m-btn-dots::after {
  background-color: var(--color-gr-garage);
}
section.sec-work.daihatsupark::after {
  background-color: var(--color-daihatsupark);
}
section.sec-work.daihatsupark div.work-txt-wrap h2 {
  color: var(--color-daihatsupark);
}
section.sec-work.daihatsupark a.site-link {
  background-color: var(--color-daihatsupark);
}
section.sec-work.daihatsupark a.site-link:hover {
  background-color: #ff5757;
}
section.sec-work.daihatsupark a.site-link .m-btn-dots::after {
  background-color: var(--color-daihatsupark);
}
@media screen and (min-width: 768px) {
  section.sec-work div.sec-work-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  section.sec-work div.work-txt-wrap {
    width: 69%;
    order: -1;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-work div.work-txt-wrap {
    width: 60.6%;
  }
}
section.sec-work div.work-txt-wrap h2 {
  font-weight: 500;
  font-size: calc(25 / 375 * 100vw);
  line-height: 1.52em;
  letter-spacing: 0;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-work div.work-txt-wrap h2 {
    font-weight: 500;
    font-size: max(10px, 45 / 1366 * 100vw);
    line-height: 1.5em;
    letter-spacing: 0;
    margin-bottom: 0.3em;
  }
}
section.sec-work div.work-txt-wrap h2 .small {
  display: block;
  font-weight: 500;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-work div.work-txt-wrap h2 .small {
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
    line-height: 1.2em;
  }
}
section.sec-work div.work-txt-wrap p.work-body-txt {
  font-weight: 400;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-work div.work-txt-wrap p.work-body-txt {
    text-align: left;
    font-weight: 400;
    font-size: max(10px, 16 / 1366 * 100vw);
    line-height: 2.12em;
    letter-spacing: 0;
  }
}
section.sec-work div.work-txt-wrap .interview-txt {
  font-weight: 500;
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.83em;
  letter-spacing: 0;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-work div.work-txt-wrap .interview-txt {
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
  }
}
section.sec-work div.work-txt-wrap a.interview-txt {
  transition: all 0.3s;
  display: inline-block;
}
section.sec-work div.work-txt-wrap a.interview-txt:hover {
  color: var(--color-green01);
}
section.sec-work div.work-txt-wrap a.interview-txt:hover .m-arrow svg:nth-of-type(1) {
  transform: translate(120%, 0);
}
section.sec-work div.work-txt-wrap a.interview-txt:hover .m-arrow svg:nth-of-type(2) {
  transform: translate(0, 0);
}
section.sec-work div.work-txt-wrap a.interview-txt:hover path {
  fill: var(--color-green01);
}
section.sec-work div.work-txt-wrap a.interview-txt .m-arrow {
  margin-left: 1em;
  transform: translate(0, 0.2em);
}
section.sec-work div.work-img {
  margin-bottom: calc(30 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-work div.work-img {
    width: 30%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-work div.work-img {
    width: 35%;
  }
}
section.sec-work a.site-link {
  display: block;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  margin-top: 1.6em;
  padding: 0.8em 1.4em;
  font-weight: 500;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-work a.site-link {
    width: calc(344 / 1366 * 100vw);
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
    padding: 0.6em 1em;
  }
}
section.sec-work a.site-link:hover .m-btn-dots::after {
  transform: translate(-50%, -50%) scale(0);
}
section.sec-work a.site-link:hover .m-btn-dots img {
  transform: translate(0%, 0);
}
section.sec-work a.site-link .icon {
  display: inline-block;
  width: 0.8em;
  margin-left: 0.4em;
}/*# sourceMappingURL=work.css.map */