@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(114 / 1366 * 100vw);
  }
}

p.affiliatedcompanies-leade {
  font-weight: 500;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  p.affiliatedcompanies-leade {
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
    margin-bottom: calc(63 / 1366 * 100vw);
  }
}

section.sec-affiliated {
  background-color: #D2EEE3;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#k-tunes {
    margin-bottom: calc(130 / 1366 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#k-tunes div.lead-cont div.lead-txt-box h2 {
    width: 40%;
  }
}
section.sec-affiliated#k-tunes div.interview-cont {
  box-sizing: border-box;
  border-bottom: solid 1px #fff;
  padding: calc(40 / 375 * 100vw) calc(25 / 375 * 100vw);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#k-tunes div.interview-cont {
    padding: calc(80 / 1366 * 100vw) calc(100 / 1366 * 100vw);
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
section.sec-affiliated#k-tunes div.interview-cont h3 {
  color: var(--color-green01);
  font-weight: 500;
  font-size: calc(25 / 375 * 100vw);
  line-height: 1.52em;
  letter-spacing: 0;
  margin-bottom: 1em;
  order: 1;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#k-tunes div.interview-cont h3 {
    font-size: calc(30 / 1366 * 100vw);
    writing-mode: vertical-lr;
  }
}
section.sec-affiliated#k-tunes div.interview-cont div.interview-txt-wrap {
  order: 3;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#k-tunes div.interview-cont div.interview-txt-wrap {
    width: 41%;
  }
}
section.sec-affiliated#k-tunes div.interview-cont h4 {
  font-weight: 500;
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.83em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#k-tunes div.interview-cont h4 {
    font-weight: 500;
    font-size: max(10px, 25 / 1366 * 100vw);
    line-height: 1.52em;
    letter-spacing: 0;
  }
}
section.sec-affiliated#k-tunes div.interview-cont p.interview-txt {
  margin: 1em 0;
  font-weight: 400;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#k-tunes div.interview-cont p.interview-txt {
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
    margin: 1em 0;
  }
}
section.sec-affiliated#k-tunes div.interview-cont p.interview-txt span {
  display: inline-block;
}
section.sec-affiliated#k-tunes div.interview-cont p.interview-txt .recruit {
  background: #fff;
  color: var(--color-newgraduate);
  padding: 0.2em 0.6em;
  border: solid 1px;
  border-radius: 50em;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#k-tunes div.interview-cont p.interview-txt .recruit {
    padding: 0.3em 1em;
    line-height: 1em;
  }
}
section.sec-affiliated#k-tunes div.interview-cont p.interview-txt .name {
  margin: 0 0.4em;
  font-weight: 500;
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.83em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#k-tunes div.interview-cont p.interview-txt .name {
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
  }
}
section.sec-affiliated#k-tunes div.interview-cont p.interview-body {
  text-align: justify;
  word-break: break-all;
  font-weight: 400;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#k-tunes div.interview-cont p.interview-body {
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
  }
}
section.sec-affiliated#k-tunes div.interview-cont div.interview-img {
  order: 2;
  margin-bottom: calc(26 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#k-tunes div.interview-cont div.interview-img {
    order: 3;
    width: 42.4%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.lead-cont div.lead-img {
    width: 47.4%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.lead-cont div.lead-txt-box {
    width: 47.4%;
  }
}
section.sec-affiliated#da-nang div.lead-cont div.lead-txt-box h2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  font-size: calc(25 / 375 * 100vw);
  line-height: 1.52em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.lead-cont div.lead-txt-box h2 {
    font-weight: 500;
    font-size: max(10px, 25 / 1366 * 100vw);
    line-height: 1.52em;
    letter-spacing: 0;
  }
}
section.sec-affiliated#da-nang div.lead-cont div.lead-txt-box h2 picture {
  display: block;
  width: calc(79 / 375 * 100vw);
  margin-right: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.lead-cont div.lead-txt-box h2 picture {
    width: calc(89 / 1366 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.lead-cont div.lead-txt-box div.lead-topics-box div.lead-topics-txt-wrap {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.lead-cont div.lead-txt-box div.lead-topics-box div.lead-topics-txt-wrap p.txt-l {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.lead-cont div.lead-txt-box div.lead-topics-box div.lead-topics-img {
    width: 46%;
  }
}
section.sec-affiliated#da-nang div.showroom-cont {
  box-sizing: border-box;
  border-bottom: solid 1px #fff;
  padding: calc(40 / 375 * 100vw) calc(25 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.showroom-cont {
    padding: calc(80 / 1366 * 100vw) calc(100 / 1366 * 100vw);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.showroom-cont div.showroom-txt-wrap {
    width: 34%;
    order: -1;
  }
}
section.sec-affiliated#da-nang div.showroom-cont div.showroom-txt-wrap h3 {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.83em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.showroom-cont div.showroom-txt-wrap h3 {
    margin-bottom: 1em;
    font-weight: 500;
    font-size: max(10px, 25 / 1366 * 100vw);
    line-height: 1.52em;
    letter-spacing: 0;
  }
}
section.sec-affiliated#da-nang div.showroom-cont div.showroom-txt-wrap p.showroom-body {
  text-align: justify;
  word-break: break-all;
  font-weight: 400;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.showroom-cont div.showroom-txt-wrap p.showroom-body {
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
  }
}
section.sec-affiliated#da-nang div.showroom-cont div.showroom-img {
  margin-bottom: calc(30 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.showroom-cont div.showroom-img {
    width: 57%;
    margin-bottom: 0;
  }
}
section.sec-affiliated#da-nang div.shop-cont div.shop-info-wrap div.shop-info-box {
  display: block;
}
section.sec-affiliated#da-nang div.shop-cont div.shop-info-wrap div.shop-info-box dl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.shop-cont div.shop-info-wrap div.shop-info-box dl dt {
    width: 15%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.shop-cont div.shop-info-wrap div.shop-info-box dl dd {
    width: 85%;
  }
}
section.sec-affiliated#da-nang div.shop-cont div.shop-info-wrap div.shop-txt-box {
  margin-top: calc(35 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-affiliated#da-nang div.shop-cont div.shop-info-wrap div.shop-txt-box {
    margin-top: calc(15 / 1366 * 100vw);
  }
}
section.sec-affiliated#da-nang div.shop-cont div.shop-info-wrap div.shop-txt-box div.txt-wrap {
  width: 100%;
}
section.sec-affiliated div.lead-cont {
  box-sizing: border-box;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.lead-cont {
    padding: calc(80 / 1366 * 100vw) calc(100 / 1366 * 100vw);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.lead-cont div.lead-img {
    width: 37%;
  }
}
section.sec-affiliated div.lead-cont div.lead-txt-box {
  padding: calc(30 / 375 * 100vw) calc(25 / 375 * 100vw) calc(40 / 375 * 100vw) calc(25 / 375 * 100vw);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.lead-cont div.lead-txt-box {
    padding: 0;
    width: 56.4%;
  }
}
section.sec-affiliated div.lead-cont div.lead-txt-box h2 {
  width: 71%;
  margin: 0 auto calc(30 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.lead-cont div.lead-txt-box h2 {
    margin: 0;
    width: 100%;
  }
}
section.sec-affiliated div.lead-cont div.lead-txt-box h3 {
  font-weight: 500;
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.83em;
  letter-spacing: 0;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.lead-cont div.lead-txt-box h3 {
    font-weight: 500;
    font-size: max(10px, 25 / 1366 * 100vw);
    line-height: 1.52em;
    letter-spacing: 0;
    margin: calc(35 / 1366 * 100vw) 0 0.6em;
  }
}
section.sec-affiliated div.lead-cont div.lead-txt-box .lead-body-txt {
  text-align: justify;
  word-break: break-all;
  font-weight: 400;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.lead-cont div.lead-txt-box .lead-body-txt {
    margin-bottom: 0;
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
  }
}
section.sec-affiliated div.lead-cont div.lead-txt-box div.lead-topics-box {
  border: solid 2px var(--color-green01);
  padding: calc(30 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.lead-cont div.lead-txt-box div.lead-topics-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: calc(30 / 1366 * 100vw);
    margin-top: calc(35 / 1366 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.lead-cont div.lead-txt-box div.lead-topics-box div.lead-topics-txt-wrap {
    width: 59%;
  }
}
section.sec-affiliated div.lead-cont div.lead-txt-box div.lead-topics-box .txt-l {
  margin-bottom: 0.4em;
  font-weight: 500;
  font-size: calc(16 / 375 * 100vw);
  line-height: 1.56em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.lead-cont div.lead-txt-box div.lead-topics-box .txt-l {
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
  }
}
section.sec-affiliated div.lead-cont div.lead-txt-box div.lead-topics-box .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-affiliated div.lead-cont div.lead-txt-box div.lead-topics-box .txt {
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
  }
}
section.sec-affiliated div.lead-cont div.lead-txt-box div.lead-topics-box div.lead-topics-img {
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.lead-cont div.lead-txt-box div.lead-topics-box div.lead-topics-img {
    width: 37%;
    margin-top: 0;
  }
}
section.sec-affiliated div.shop-cont {
  padding: calc(40 / 375 * 100vw) calc(25 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont {
    padding: calc(80 / 1366 * 100vw) calc(100 / 1366 * 100vw);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-affiliated div.shop-cont div.shop-img {
  margin-bottom: calc(20 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont div.shop-img {
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont div.shop-info-wrap {
    width: 61.4%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-info-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-info-box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: calc(10 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-info-box dl {
    align-items: flex-start;
    width: 50%;
    margin-bottom: calc(23 / 1366 * 100vw);
  }
}
section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-info-box dl dt {
  font-weight: 500;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
  line-height: 1.2em;
  width: 25%;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-info-box dl dt {
    font-weight: 500;
    font-size: max(10px, 16 / 1366 * 100vw);
    line-height: 1.56em;
    letter-spacing: 0;
    line-height: 1.2em;
  }
}
section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-info-box dl dd {
  font-weight: 400;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
  line-height: 1.2em;
  width: 75%;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-info-box dl dd {
    font-weight: 400;
    font-size: max(10px, 16 / 1366 * 100vw);
    line-height: 2.12em;
    letter-spacing: 0;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-txt-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-txt-box .logo {
  width: calc(133 / 375 * 100vw);
  margin: calc(43 / 375 * 100vw) auto calc(19 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-txt-box .logo {
    width: 26.2%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-txt-box .txt-wrap {
    width: 66%;
  }
}
section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-txt-box .txt-wrap .shop-txt-lead {
  font-weight: 500;
  font-size: calc(16 / 375 * 100vw);
  line-height: 1.56em;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-txt-box .txt-wrap .shop-txt-lead {
    text-align: left;
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
  }
}
section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-txt-box .txt-wrap .shop-txt-body {
  margin-top: 1em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont div.shop-info-wrap div.shop-txt-box .txt-wrap .shop-txt-body {
    text-align: left;
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
  }
}
section.sec-affiliated div.shop-cont div.shop-info-wrap 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: 3em;
  padding: 0.8em 1.4em;
  font-weight: 500;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
  transition: all 0.3s;
  background-color: var(--color-green01);
}
@media screen and (min-width: 768px) {
  section.sec-affiliated div.shop-cont div.shop-info-wrap a.site-link {
    width: calc(344 / 1366 * 100vw);
    margin-top: 1.4em;
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
    padding: 0.8em 1.4em;
  }
}
section.sec-affiliated div.shop-cont div.shop-info-wrap a.site-link:hover .m-btn-dots::after {
  transform: translate(-50%, -50%) scale(0);
}
section.sec-affiliated div.shop-cont div.shop-info-wrap a.site-link:hover .m-btn-dots img {
  transform: translate(0%, 0);
}
section.sec-affiliated div.shop-cont div.shop-info-wrap a.site-link:hover {
  background-color: rgba(0, 166, 141, 0.7);
}
section.sec-affiliated div.shop-cont div.shop-info-wrap a.site-link .icon {
  display: inline-block;
  width: 0.8em;
  margin-left: 0.4em;
}/*# sourceMappingURL=affiliatedcompanies.css.map */