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

section.sec-qa {
  box-sizing: border-box;
  background: #fff;
  margin-bottom: calc(10 / 375 * 100vw);
  padding: calc(35 / 375 * 100vw) calc(25 / 375 * 100vw);
  border-radius: calc(8 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-qa {
    margin-bottom: calc(10 / 1366 * 100vw);
    padding: calc(85 / 1366 * 100vw) calc(75 / 1366 * 100vw);
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-qa div.sec-qa-inner h2 {
  font-weight: 500;
  font-weight: 500;
  font-size: calc(25 / 375 * 100vw);
  line-height: 1.52em;
  letter-spacing: 0;
  margin-bottom: calc(30 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner h2 {
    writing-mode: vertical-lr;
    width: 10%;
    font-size: calc(35 / 1366 * 100vw);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner div.qa-cont-wrap {
    width: 87%;
  }
}
section.sec-qa div.sec-qa-inner div.qa-cont {
  padding: calc(48 / 375 * 100vw) 0;
  border-top: solid 1px var(--color-gray01);
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner div.qa-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: calc(48 / 1366 * 100vw) 0;
  }
}
section.sec-qa div.sec-qa-inner div.qa-cont:first-child {
  padding-top: 0;
  border-top: none;
}
section.sec-qa div.sec-qa-inner div.qa-cont:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner div.qa-cont dl {
    width: 63%;
  }
}
section.sec-qa div.sec-qa-inner div.qa-cont dl span {
  display: inline-block;
}
section.sec-qa div.sec-qa-inner div.qa-cont dl .qa {
  font-family: var(--font-barlow);
  font-weight: 600;
  font-size: max(10px, 45 / 375 * 100vw);
  line-height: 0.75em;
  letter-spacing: 0;
  width: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner div.qa-cont dl .qa {
    font-family: var(--font-barlow);
    font-weight: 600;
    font-size: max(10px, 45 / 1366 * 100vw);
    line-height: 0.75em;
    letter-spacing: 0;
    width: 10%;
  }
}
section.sec-qa div.sec-qa-inner div.qa-cont dl .qa.q {
  color: var(--color-green01);
}
section.sec-qa div.sec-qa-inner div.qa-cont dl .qa.a {
  color: #fff;
  text-shadow: 1px 1px 0 var(--color-green01), -1px 1px 0 var(--color-green01), -1px -1px 0 var(--color-green01), 1px -1px 0 var(--color-green01);
}
section.sec-qa div.sec-qa-inner div.qa-cont dl .txt-wrap {
  width: 80%;
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner div.qa-cont dl .txt-wrap {
    width: 90%;
  }
}
section.sec-qa div.sec-qa-inner div.qa-cont dl dt, section.sec-qa div.sec-qa-inner div.qa-cont dl dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
section.sec-qa div.sec-qa-inner div.qa-cont dl dt {
  margin-bottom: calc(25 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner div.qa-cont dl dt {
    margin-bottom: calc(30 / 1366 * 100vw);
  }
}
section.sec-qa div.sec-qa-inner div.qa-cont dl dt .txt-wrap {
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.61em;
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner div.qa-cont dl dt .txt-wrap {
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
    padding-top: 0.3em;
  }
}
section.sec-qa div.sec-qa-inner div.qa-cont dl dd .txt-wrap {
  transform: translate(0, -0.4em);
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner div.qa-cont dl dd .txt-wrap {
    transform: translate(0, -0.4vw);
  }
}
section.sec-qa div.sec-qa-inner div.qa-cont dl dd .green {
  color: var(--color-green01);
  margin-bottom: 1em;
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.61em;
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner div.qa-cont dl dd .green {
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
  }
}
section.sec-qa div.sec-qa-inner div.qa-cont dl dd .body-txt {
  text-align: justify;
  word-break: break-all;
  font-weight: 400;
  font-size: calc(14 / 375 * 100vw);
  line-height: 1.71em;
  letter-spacing: 0;
  width: calc(100% + 57 / 375 * 100vw);
  position: relative;
  transform: translate(calc(-56 / 375 * 100vw), 0);
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner div.qa-cont dl dd .body-txt {
    width: 100%;
    transform: translate(0);
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
  }
}
section.sec-qa div.sec-qa-inner div.qa-cont div.qa-img {
  margin-top: calc(35 / 1366 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-qa div.sec-qa-inner div.qa-cont div.qa-img {
    width: 31.6%;
    margin-top: 0;
  }
}/*# sourceMappingURL=qa.css.map */