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

.strengths-lead-txt {
  margin-bottom: calc(80 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .strengths-lead-txt {
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
    margin-bottom: 1em;
  }
}

section.sec-strengths div.strengths-cont-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-strengths div.strengths-cont {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  border-radius: calc(8 / 375 * 100vw);
  margin-bottom: calc(10 / 375 * 100vw);
  padding: calc(30 / 375 * 100vw);
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont {
    padding: calc(45 / 1366 * 100vw);
    border-radius: 8px;
    margin-bottom: calc(10 / 1366 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont01 {
    width: 69.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont01 div.strengths-txt-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8vw;
       column-gap: 8vw;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont01 div.strengths-txt-wrap {
    display: block;
    width: 43.4%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont01 div.strengths-txt-wrap .number-box {
  transform: translate(0, -0.6em);
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont01 div.strengths-txt-wrap .number-box {
    transform: translate(0);
  }
}
section.sec-strengths div.strengths-cont.strengths-cont01 div.strengths-txt-wrap .strengths-body-txt {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont01 div.strengths-txt-wrap .strengths-body-txt {
    margin-top: 3em;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont01 div.strengths-img {
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont01 div.strengths-img {
    margin-top: 0;
    width: 50.6%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont02 {
  padding-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont02 {
    padding: calc(103 / 1366 * 100vw) 0 calc(45 / 1366 * 100vw) calc(63 / 1366 * 100vw);
    width: 29.6%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont02 div.strengths-txt-wrap .number-box {
  transform: translate(0, 0.6em);
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont02 div.strengths-txt-wrap .number-box {
    transform: translate(0);
  }
}
section.sec-strengths div.strengths-cont.strengths-cont02 div.strengths-img {
  position: absolute;
  width: calc(162 / 375 * 100vw);
  bottom: 0;
  right: -6%;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont02 div.strengths-img {
    width: 45%;
    bottom: auto;
    top: 7%;
    right: 2%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont03 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap {
    width: 53%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.number-box-wrap {
    display: flex;
    justify-content: space-between;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.number-box-wrap p.number-box.newcar .ja.fs25::after {
  background-color: #37DB6D;
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.number-box-wrap p.number-box.u-car .ja.fs25::after {
  background-color: var(--color-chubase);
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.number-box-wrap .fs100 {
  display: inline-block;
  width: 1em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.number-box-wrap .fs100 {
    text-align: left;
    width: auto;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.number-box-wrap .ja.fs25 {
  position: relative;
  padding-left: 0.9em;
  display: inline-block;
  line-height: 1.1em;
  width: 5em;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.number-box-wrap .ja.fs25 {
    width: auto;
    padding-left: 0.5em;
    vertical-align: 0.4em;
    transform: translate(0, 0.2em);
    margin-right: 0.2em;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.number-box-wrap .ja.fs25::after {
  content: "";
  display: block;
  width: calc(7 / 375 * 100vw);
  height: calc(7 / 375 * 100vw);
  position: absolute;
  top: 0.65em;
  left: 0;
  background: #f00;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.number-box-wrap .ja.fs25::after {
    top: 0.5em;
    width: calc(7 / 1366 * 100vw);
    height: calc(7 / 1366 * 100vw);
  }
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: calc(14 / 375 * 100vw);
  line-height: 2em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap {
    justify-content: space-between;
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
    font-size: calc(15 / 1366 * 100vw);
    margin-top: 2%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap {
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p {
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p {
    width: 50%;
    margin-right: 0;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p::after {
  content: "";
  display: block;
  width: calc(7 / 375 * 100vw);
  height: calc(7 / 375 * 100vw);
  position: absolute;
  top: 0.75em;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p::after {
    width: calc(7 / 1366 * 100vw);
    height: calc(7 / 1366 * 100vw);
  }
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p.used {
  /*@include mq(pc) {
      order: 6;
  }*/
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p.used::after {
  background-color: #E592C7;
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p.cr {
  /*@include mq(pc) {
      order: 5;
  }*/
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p.cr::after {
  background-color: #BAA715;
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p.daihatsupark {
  /*@include mq(pc) {
      order: 4;
  }*/
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p.daihatsupark::after {
  background-color: var(--color-daihatsupark);
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p.hacbase {
  /*@include mq(pc) {
      order: 3;
  }*/
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p.hacbase::after {
  background-color: var(--color-hacbase);
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p.gr-garage {
  /*@include mq(pc) {
      order: 2;
  }*/
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p.gr-garage::after {
  background-color: var(--color-gr-garage);
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p.lexus {
  /*@include mq(pc) {
      order: 1;
  }*/
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p.lexus::after {
  background-color: var(--color-lexus);
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p .small {
  font-weight: 400;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1.45em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p .small {
    display: inline-block;
    font-weight: 400;
    font-size: max(10px, 11 / 1366 * 100vw);
    line-height: 1.45em;
    letter-spacing: 0;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-txt-wrap div.txt-wrap p .small {
    font-weight: 400;
    font-size: max(10px, 11 / 1366 * 100vw);
    line-height: 1.45em;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-img-wrap {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-img-wrap p {
    order: -1;
    width: 49.8%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-img-wrap .strengths-img {
  width: calc(205 / 375 * 100vw);
  margin: 7vw auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont03 div.strengths-img-wrap .strengths-img {
    width: 44%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont04 {
    width: 68.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont04 div.strengths-txt-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont04 div.strengths-txt-wrap {
    width: 78%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont04 div.strengths-txt-wrap h2 {
  width: 100%;
}
section.sec-strengths div.strengths-cont.strengths-cont04 div.strengths-txt-wrap div.strengths-img01 {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont04 div.strengths-txt-wrap div.strengths-img01 {
    width: 45%;
    margin-top: 0;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont04 div.strengths-txt-wrap .strengths-body-txt {
  margin-top: 2em;
}
section.sec-strengths div.strengths-cont.strengths-cont04 div.strengths-txt-wrap .black {
  font-family: var(--font-gen-interface);
  font-weight: 500;
}
section.sec-strengths div.strengths-cont.strengths-cont04 div.strengths-img02 {
  position: absolute;
  top: 17vw;
  right: 16vw;
  width: calc(75 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont04 div.strengths-img02 {
    position: relative;
    left: 0;
    top: 0;
    width: 20%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont05 {
  width: 48.4%;
  padding: calc(30 / 375 * 100vw) calc(21 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont05 {
    width: 30.6%;
    padding: calc(45 / 1366 * 100vw);
    padding-top: 3vw;
  }
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont05 p.number-box {
    text-align: right;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont05 p.number-box .ja.fs25 {
  display: block;
  transform: translate(0, 0.2em);
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont05 p.number-box .ja.fs25 {
    display: inline-block;
    transform: translate(0);
  }
}
section.sec-strengths div.strengths-cont.strengths-cont05 p.number-box .number {
  line-height: 0.8em;
}
section.sec-strengths div.strengths-cont.strengths-cont05 p.number-box span.fs11 {
  transform: translate(0, -25%);
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont05 p.number-box span.fs11 {
    transform: translate(0, -50%);
    text-align: right;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont06 {
  width: 48.4%;
  padding: calc(30 / 375 * 100vw) calc(21 / 375 * 100vw) calc(30 / 375 * 100vw) calc(21 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont06 {
    width: 32.6%;
    padding: calc(45 / 1366 * 100vw);
    text-align: center;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont06 .number-box {
  color: var(--color-green01);
  padding-left: 0.3em;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont06 .number-box {
    text-align: left;
    padding-left: 3em;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont06 .number-box .number.fs100 {
  font-size: 14vw;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont06 .number-box .number.fs100 {
    font-size: calc(100 / 1366 * 100vw);
  }
}
section.sec-strengths div.strengths-cont.strengths-cont06 .number-box .black {
  text-align: left;
}
section.sec-strengths div.strengths-cont.strengths-cont06 div.strengths-img01 {
  position: absolute;
  width: 80%;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont06 div.strengths-img01 {
    width: 41%;
    bottom: 0;
    right: 0;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont07 {
  width: 48.4%;
  padding: calc(30 / 375 * 100vw) calc(0 / 375 * 100vw) calc(30 / 375 * 100vw) calc(19 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont07 {
    width: 32.6%;
    padding: calc(45 / 1366 * 100vw);
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont07 .number-box {
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont07 .number-box {
    margin-top: 0;
    text-align: center;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont08 {
  width: 48.4%;
  padding: calc(30 / 375 * 100vw) calc(0 / 375 * 100vw) calc(30 / 375 * 100vw) calc(19 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont08 {
    width: 32.6%;
    padding: calc(45 / 1366 * 100vw);
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont08 .number-box {
  margin-top: 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont08 .number-box {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-txt-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-txt-wrap {
    display: block;
    width: 35%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-txt-wrap {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-txt-wrap .number-box .ja.fs25 {
    vertical-align: 0.6em;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-txt-wrap .strengths-body-txt {
  margin-top: 1em;
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap {
  margin-top: calc(30 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap {
    width: 62%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap {
    width: 55%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul {
  font-weight: 400;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1.45em;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(26 / 375 * 100vw);
  width: 120%;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul {
    width: 100%;
    font-weight: 400;
    font-size: max(10px, 11 / 1366 * 100vw);
    line-height: 1.45em;
    letter-spacing: 0;
    font-size: calc(14 / 1366 * 100vw);
    margin-bottom: calc(15 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul {
    font-weight: 400;
    font-size: max(10px, 11 / 1366 * 100vw);
    line-height: 1.45em;
    letter-spacing: 0;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li {
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li {
    width: 25%;
    margin-bottom: 0.6em;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li:nth-of-type(odd) {
  width: 37%;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li:nth-of-type(odd) {
    width: 56%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li:nth-of-type(even) {
  width: 63%;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li:nth-of-type(even) {
    width: 40%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li {
  /*&:nth-of-type(4n-3){
      @include mq(pc-middle) {
          width: 23%;
      }
  }
  &:nth-of-type(4n-2){
      @include mq(pc-middle) {
          width: 21%;
      }
  }
  &:nth-of-type(4n-1){
      @include mq(pc-middle) {
          width: 35%;
      }
  }
  &:nth-of-type(4n){
      @include mq(pc-middle) {
          width: 20%;
      }
  }*/
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0.5em;
  left: 0;
  background: #f00;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.toch {
    order: 1;
    width: 23%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.toch::after {
  background-color: #595757;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.oktp {
    order: 2;
    width: 21%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.oktp::after {
  background-color: #4EA257;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.r-sinoka {
    order: 3;
    width: 35%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.r-sinoka::after {
  background-color: #C5CA00;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.cruise {
    order: 4;
    width: 20%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.cruise::after {
  background-color: #E67D25;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.okatochi {
    order: 5;
    width: 23%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.okatochi::after {
  background-color: #187FC4;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.lf {
    order: 6;
    width: 21%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.lf::after {
  background-color: #E94D45;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.jms {
    order: 7;
    width: 35%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.jms::after {
  background-color: #F8B62D;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.idomu {
    order: 8;
    width: 20%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.idomu::after {
  background-color: #6D59A4;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.okatuu {
    order: 9;
    width: 23%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.okatuu::after {
  background-color: #5D71B1;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.toyotahome {
    order: 10;
    width: 21%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.toyotahome::after {
  background-color: #F092AE;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.danang {
    order: 11;
    width: 35%;
  }
}
section.sec-strengths div.strengths-cont.strengths-cont09 div.strengths-img-wrap ul li.danang::after {
  background-color: #A40B5D;
}
section.sec-strengths div.strengths-cont h2 {
  font-weight: 500;
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.83em;
  letter-spacing: 0;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont h2 {
    font-weight: 500;
    font-size: max(10px, 25 / 1366 * 100vw);
    line-height: 1.52em;
    letter-spacing: 0;
  }
}
section.sec-strengths div.strengths-cont h2 span {
  display: inline-block;
  border-bottom: solid 1px;
  padding-bottom: 0.4em;
}
section.sec-strengths div.strengths-cont .number-box {
  color: var(--color-green01);
}
section.sec-strengths div.strengths-cont .number-box .number {
  font-family: var(--font-barlow);
  line-height: 1em;
  position: relative;
}
section.sec-strengths div.strengths-cont .number-box .number.fs120 {
  font-size: calc(75 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont .number-box .number.fs120 {
    font-size: calc(120 / 1366 * 100vw);
  }
}
section.sec-strengths div.strengths-cont .number-box .number.fs100 {
  font-size: calc(75 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont .number-box .number.fs100 {
    font-size: calc(100 / 1366 * 100vw);
  }
}
section.sec-strengths div.strengths-cont .number-box .ja {
  font-family: var(--font-gen-interface);
}
section.sec-strengths div.strengths-cont .number-box .ja.fs50 {
  font-weight: 500;
  font-size: calc(30 / 375 * 100vw);
  line-height: 1.4em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont .number-box .ja.fs50 {
    font-size: calc(50 / 1366 * 100vw);
  }
}
section.sec-strengths div.strengths-cont .number-box .ja.fs25 {
  font-weight: 500;
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.83em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont .number-box .ja.fs25 {
    font-weight: 500;
    font-size: max(10px, 25 / 1366 * 100vw);
    line-height: 1.52em;
    letter-spacing: 0;
  }
}
section.sec-strengths div.strengths-cont .number-box .black {
  color: #000;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: -0.41em;
  width: 100%;
  font-weight: 400;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1.45em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont .number-box .black {
    font-weight: 500;
    font-size: max(10px, 18 / 1366 * 100vw);
    line-height: 1.83em;
    letter-spacing: 0;
    line-height: 1em;
  }
}
section.sec-strengths div.strengths-cont .number-box .black.fs11 {
  font-weight: 400;
  font-size: calc(11 / 375 * 100vw);
  line-height: 1.45em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-strengths div.strengths-cont .number-box .black.fs11 {
    font-weight: 400;
    font-size: max(10px, 11 / 1366 * 100vw);
    line-height: 1.45em;
    letter-spacing: 0;
  }
}
section.sec-strengths div.strengths-cont .number-box .black.relative {
  display: block;
  position: relative;
}
section.sec-strengths div.strengths-cont .strengths-body-txt {
  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-strengths div.strengths-cont .strengths-body-txt {
    font-weight: 400;
    font-size: max(10px, 14 / 1366 * 100vw);
    line-height: 2em;
    letter-spacing: 0;
  }
}/*# sourceMappingURL=strengths.css.map */