body, html {
  overflow-x: hidden;
}
.container {
  font-size: 18px;
  line-height: 32px;
  color: #111;
  letter-spacing: 1.1px;
  margin-top: 0px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .container {
    font-size: 4.267vw;
    line-height: 8vw;
    letter-spacing: 0.293vw;
    margin-top: 0;
  }
}
.l-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px
}
.l-inner--lg {
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 2.667vw;
  }
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
.-bg-red {
  background-color: #ff3d1c !important;
}
.-c-red {
  color: #ff3d1c !important;
}
.c-title {
  font-size: 40px;
  line-height: 58px;
  font-weight: bold;
  color: #fff;
  padding: 19px 20px 23px;
  background: #3d3d40;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 6.933vw;
    line-height: 9.867vw;
    padding: 4.267vw 5.333vw 4.533vw;
    letter-spacing: 1.067vw
  }
}
.c-title-bg {
  background: rgba(61, 61, 64, 0.5) url(/contents/pc/aisin/img/bg_c-title.svg) no-repeat center 0/auto 100%;
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-title-bg .c-title {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .c-title-bg {
    height: 26.133vw;
    background-image: url(/contents/sp/images/aisin/bg_c-title_sp.svg);
  }
}
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 442px;
  height: 82px;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 5px;
  border-radius: 10px;
  background: rgb(255, 146, 71);
  background: linear-gradient(180deg, rgb(255, 146, 71) 0%, rgb(255, 0, 70) 100%);
  box-shadow: 0 8px 0 #b80000;
  padding-top: 2px;
  box-sizing: border-box;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .c-button {
    max-width: 94.667vw;
    height: 21.333vw;
    font-size: 7.467vw;
    line-height: 10.667vw;
    letter-spacing: 1.333vw;
    border-radius: 2.667vw;
    box-shadow: 0 2.133vw 0 #b80000;
  }
}
.c-button.-s-lg {
  font-size: 36px;
  line-height: 52px;
  height: 100px;
  box-shadow: 0 9px 0 #b80000;
}
@media screen and (max-width: 768px) {
  .c-button.-s-lg {
    height: 15.733vw;
    font-size: 5.333vw;
    line-height: 7.733vw;
    box-shadow: 0 1.867vw 0 #b80000;
    letter-spacing: 1.067vw;
  }
}
.c-button.-w-full {
  display: flex;
  max-width: 100%;
}
.c-button.-i-arrow-down:after {
  content: '';
  width: 36px;
  height: 22px;
  background: url(/contents/pc/aisin/img/ico_arrow_down.svg) no-repeat 0 0 / 100%;
  position: absolute;
  right: 38px;
  top: 10px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-button.-i-arrow-down:after {
    width: 6.400vw;
    height: 4vw;
    right: 4.800vw;
    top: 1.600vw;
  }
}
.c-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.list li {
  font-size: 16px;
  line-height: 27px;
  text-indent: -19px;
  margin-left: 17px;
  letter-spacing: 1px;
}
.list li:before {
  content: '※';
}
.list--dot li:before {
  content: '・';
}
@media screen and (max-width: 768px) {
  .list li {
    font-size: 3.733vw;
    line-height: 6.400vw;
    margin-left: 3.733vw;
    text-indent: -3.733vw;
    letter-spacing: 0.267vw;
  }
}
@media screen and (min-width: 769px) {
  .flex {
    display: flex;
  }
  .flex-3 .col {
    width: calc(100%/3);
  }
}
@media screen and (max-width: 768px) {
  .flex {
    flex-wrap: wrap;
  }
  .flex .col {
    width: 100%;
  }
}
.mv-area {
  background: #3d3d40;
  overflow: hidden;
}
.mv-area *:not(.l-inner) {
  padding: 0;
  margin: 0;
  background-color: transparent;
  max-width: none;
}
.mv-area a {
  color: inherit;
}
.mv-area .head1 {
  padding: 6px 15px;
}
@media screen and (max-width: 768px) {
  .mv-area .head1 {
    padding: 3.2vw 2.667vw 0;
  }
}
.mv-area .pankuzu {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv-area .pankuzu {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
.mv-area .catchcopy {
  font-size: 24px;
  line-height: 30px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .mv-area .catchcopy {
    font-size: 4.8vw;
    line-height: 6.933vw;
    margin-top: 8.267vw;
  }
}
.mv-area .first {
  padding: 12px 20px 22px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  color: #fff;
  margin-top: 27px;
  cursor: default;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .mv-area .first {
    padding: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .mv-area .first {
    padding: 0 0 2.4vw 5.067vw;
    margin-top: 3.733vw;
  }
}
.mv-area .first:after, .mv-area .first:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.mv-area .first:after {
  right: -100%;
}
.mv-area .first:before {
  left: -100%;
}
.mv-area .first__title {
  font-size: 65px;
  line-height: 92px;
  font-weight: bold;
  color: #fefe00;
  display: flex;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .mv-area .first__title {
    font-size: 54px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .mv-area .first__title {
    display: block;
    line-height: 88px;
  }
  .mv-area .first__title > span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mv-area .first__title {
    font-size: 8.8vw;
    line-height: 12.267vw;
    display: block;
  }
  .mv-area .first__title > span {
    display: block;
  }
}
.mv-area .first__title .col-l {
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .mv-area .first__title .col-l {
    letter-spacing: 1.067vw;
  }
}
.mv-area .first__title .col-l i {
  font-size: 53px;
  line-height: 76px;
  color: #fff;
  letter-spacing: 5px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .mv-area .first__title .col-l i {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mv-area .first__title .col-l i {
    font-size: 6.4vw;
    line-height: 9.333vw;
    letter-spacing: 1.067vw;
  }
}
.mv-area .first__title .col-r {
  margin-left: 24px;
  font-size: 128px;
  margin-top: 14px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .mv-area .first__title .col-r {
    font-size: 96px;
    line-height: 86px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .mv-area .first__title .col-r {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 768px) {
  .mv-area .first__title .col-r {
    margin-left: 0;
    margin-top: 2.667vw;
    margin-bottom: 0;
    font-size: 20.267vw;
    line-height: 29.333vw;
    white-space: nowrap;
  }
}
.mv-area .first__title .col-r i {
  display: inline-block;
  position: relative;
  padding-top: 49px;
  letter-spacing: 14px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .mv-area .first__title .col-r i {
    padding-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .mv-area .first__title .col-r i {
    padding-top: 0;
    letter-spacing: 2.133vw;
  }
}
.mv-area .first__title .col-r i:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fefe00;
  position: absolute;
  top: 0;
  left: 0;
  right: 13px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mv-area .first__title .col-r i:before {
    width: 3.467vw;
    height: 3.467vw;
    right: 2.4vw;
  }
}
.mv-area .first__title .col-r small {
  position: relative;
  left: -25px;
}
@media screen and (max-width: 768px) {
  .mv-area .first__title .col-r small {
    left: 0;
  }
}
.mv-area .first__circle {
  position: absolute;
  bottom: -6px;
  right: -8px;
  width: 305px;
  height: 303px;
  background: url(/contents/pc/aisin/img/bg_first-circle.svg) no-repeat 0 0/100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .mv-area .first__circle {
    right: -20px;
    width: 285px;
    height: 283px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .mv-area .first__circle {
    bottom: auto;
    top: -46px;
    right: auto;
    left: 398px;
  }
}
@media screen and (max-width: 768px) {
  .mv-area .first__circle {
    bottom: auto;
    top: -16.533vw;
    right: -4.8vw;
    background-image: url(/contents/sp/images/aisin/bg_first-circle_sp.svg);
    width: 48vw;
    height: 48.533vw;
  }
}
.mv-area .first__circle .cir-inner {
  font-size: 34px;
  line-height: 49px;
  letter-spacing: 0.6px;
  color: #111;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  margin-left: 10px;
  margin-bottom: 15px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .mv-area .first__circle .cir-inner {
    font-size: 4.8vw;
    line-height: 6.933vw;
    letter-spacing: 0.533vw;
    margin-left: 1.333vw;
    margin-bottom: 4vw;
  }
}
.mv-area .first__circle .cir-inner span {
  display: block;
  text-align: center;
}
.mv-area .first__circle .cir-inner span.-md {
  font-size: 37px;
  line-height: 54px;
}
@media screen and (max-width: 768px) {
  .mv-area .first__circle .cir-inner span.-md {
    font-size: 5.333vw;
    line-height: 7.733vw;
  }
}
.mv-area .first__circle .cir-inner span.-lg {
  font-size: 73px;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .mv-area .first__circle .cir-inner span.-lg {
    font-size: 10.667vw;
    line-height: 10.133vw;
    letter-spacing: 0.267vw;
  }
}
.mv-area .first__circle .cir-inner span.-lg i {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .mv-area .first__circle .cir-inner span.-lg i {
    font-size: 6.667vw;
  }
}
.mv-area .lead {
  padding: 46px 0 47px;
}
@media screen and (max-width: 768px) {
  .mv-area .lead {
    padding: 7.2vw 0 8.533vw;
  }
}
.mv-area .lead__item {
  font-size: 36px;
  line-height: 65px;
  padding: 15px 15px 9px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  letter-spacing: 2.5px;
  font-weight: 900;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .mv-area .lead__item {
    font-size: 30px;
    line-height: 59px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .mv-area .lead__item {
    font-size: 32px;
    line-height: 52px;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mv-area .lead__item {
    font-size: 6.4vw;
    line-height: 8.267vw;
    padding: 2.933vw 2.667vw 3.733vw;
    border-radius: 2.133vw;
    letter-spacing: 0.667vw;
  }
}
.mv-area .lead__item + * {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .mv-area .lead__item + * {
    margin-top: 2.933vw;
  }
}
.mv-area .lead__item span {
  font-size: 45px;
  line-height: 58px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .mv-area .lead__item span {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .mv-area .lead__item span {
    font-size: 36px;
    line-height: 52px;
  }
}
@media screen and (max-width: 768px) {
  .mv-area .lead__item span {
    font-size: 8vw;
    line-height: 9.067vw;
  }
}
.img-box img {
  display: block;
  width: 100%;
}

.point-box {
  margin-top: 91px;
}
@media screen and (max-width: 768px) {
  .point-box {
    margin-top: 10.667vw;
  }
}
.point-box__col {
  margin-top: 114px;
}
@media screen and (min-width: 769px) {
  .point-box__col {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
  }
  .point-box__col > * {
    width: calc(33.33% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .point-box__col {
    margin-top: 17.867vw;
  }
}
.point-box__item {
  background: #fff;
  border: 2px solid #3d3d40;
  box-sizing: border-box;
  position: relative;
  min-height: 210px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .point-box__item {
    min-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .point-box__item {
    min-height: 45.333vw;
    padding: 2.667vw;
  }
  .point-box__item + * {
    margin-top: 20vw;
  }
}
.point-box__item .list {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .point-box__item .list {
    margin-top: 1.067vw;
  }
}
.point-box__item .list li {
  font-size: 22px;
  line-height: 32px;
  text-indent: -22px;
  margin-left: 22px;
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .point-box__item .list li {
    font-size: 18px;
    line-height: 26px;
    text-indent: -18px;
    margin-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .point-box__item .list li {
    font-size: 5.333vw;
    line-height: 7.733vw;
    text-indent: 5.333vw;
    margin-left: -5.333vw;
  }
}
.point-box__number {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  width: 224px;
  height: 54px;
  background: #3d3d40;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .point-box__number {
    width: 160px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .point-box__number {
    width: 49.6vw;
    height: 14.4vw;
    font-size: 3.467vw;
    line-height: 5.067vw;
    top: -7.467vw;
  }
}
.point-box__number i {
  font-size: 24px;
  color: #fefe00;
  margin-left: 7px;
}
@media screen and (max-width: 768px) {
  .point-box__number i {
    font-size: 5.067vw;
    margin-left: 1.333vw;
  }
}
.point-box__txt {
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .point-box__txt {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .point-box__txt {
    font-size: 21px;
    line-height: 36px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .point-box__txt {
    font-size: 6.4vw;
    line-height: 9.067vw;
    margin-top: 6.933vw;
  }
}
.point-box__txt span {
  font-size: 36px;
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .point-box__txt span {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .point-box__txt span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .point-box__txt span {
    font-size: 8vw;
  }
}
.point-box__flow {
  margin-top: 138px;
  border-bottom: 1px solid #3d3d40;
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .point-box__flow {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .point-box__flow {
    margin-top: 13.333vw;
    padding-bottom: 5.333vw;
  }
}
.point-box__flow .point-box__item {
  border: none;
  border-top: 1px solid #3d3d40;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .point-box__flow .point-box__item {
    padding: 40px 0;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .point-box__flow .point-box__item {
    display: block;
    padding: 2.667vw;
  }
  .point-box__flow .point-box__item + * {
    margin-top: 5.333vw;
  }
}
.point-box__flow .point-box__txt {
  flex: 1;
  padding-left: 94px;
  padding-right: 64px;
  margin-top: 42px;
  font-size: 32px;
  line-height: 50px;
}
@media screen and (min-width: 769px) {
  .point-box__flow .point-box__txt {
    letter-spacing: 1.8px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .point-box__flow .point-box__txt {
    font-size: 28px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 769px) {
  .point-box__flow .point-box__txt {
    font-size: 22px;
    line-height: 36px;
    padding-right: 20px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .point-box__flow .point-box__txt {
    padding: 12vw 6.667vw 7.2vw 14.667vw;
    margin-top: 0;
    font-size: 6.4vw;
    line-height: 10.667vw;
  }
}
.point-box__flow .point-box__txt span {
  font-size: inherit;
}
.point-box__flow .point-box__number {
  top: 0;
  right: auto;
  background: transparent;
  width: 100px;
  line-height: 23px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .point-box__flow .point-box__number {
    width: 20.267vw;
    padding-top: 2.667vw;
    line-height: 4.8vw;
  }
}
.point-box__flow .point-box__number:after {
  content: "";
  border-left: 108px solid transparent;
  border-right: 108px solid transparent;
  border-bottom: 108px solid #3d3d40;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -17px;
  left: -70px;
}
@media screen and (max-width: 768px) {
  .point-box__flow .point-box__number:after {
    border-left: 22.133vw solid transparent;
    border-right: 22.133vw solid transparent;
    border-bottom: 22.133vw solid #3d3d40;
    top: -3.467vw;
    left: -14.4vw;
  }
}
.point-box__flow .point-box__number span {
  position: relative;
  z-index: 1;
}
.point-box__flow .point-box__number span i {
  display: block;
  line-height: 35px;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point-box__flow .point-box__number span i {
    line-height: 6.933vw;
  }
}

@media screen and (min-width: 769px) {
  .point-box__img {
    max-width: 233px;
    flex: 0 0 auto;
  }
}
.point-box__img img {
  display: block;
  width: 100%;
}
.required-box {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .required-box {
    margin-top: 16vw;
  }
}
.descList {
  margin: 100px 0 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .descList {
    margin-top: 9.87vw;
    margin-bottom: 0;
    padding: 6.67vw 0;
    font-size: 4.27vw;
    line-height: 8vw;
  }
}
.descList__item {
  border-top: 1px solid #9C9C9C;
  padding: 30px 0 22px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .descList__item {
    flex-direction: column;
    padding: 6.67vw 0 7.47vw;
  }
}
@media screen and (min-width: 769px) {
  .descList__item .list.list--mt5 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .descList__item .list.list--mt5 {
    margin-top: 1.33vw;
  }
}
.descList__item:last-child {
  border-bottom: 1px solid #9C9C9C;
}
.descList__item dt {
  background: #eee;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .descList__item dt {
    width: 19.3%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .descList__item dt {
    width: 24%;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 768px) {
  .descList__item dt {
    width: 100%;
    padding: 4.8vw 4vw 3.2vw;
    font-size: 5.33vw;
  }
}
.descList__item dd {
  padding: 0 0 0 19px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .descList__item dd {
    width: 80.7%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .descList__item dd {
    width: 76%;
  }
}
@media screen and (max-width: 768px) {
  .descList__item dd {
    width: 100%;
    padding: 5.87vw 2.67vw 0;
  }
}
.descList__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: -3px;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .descList__title--mt5Pc {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .descList__title {
    font-size: 4.8vw;
    line-height: 8.53vw;
    margin-bottom: 1.07vw;
    margin-top: 0;
  }
  .descList__title--mt20Sp {
    margin-top: 5.33vw;
  }
  .descList__title--mb17Sp {
    margin-bottom: 4.53vw;
  }
}
@media screen and (min-width: 769px) {
  .descList__title--custom {
    margin-top: 5px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .descList__title--custom {
    margin-top: 5.33vw;
  }
}
@media screen and (max-width: 768px) {
  .descList__sub {
    line-height: 8.53vw;
  }
}
@media screen and (min-width: 769px) {
  .descList__sub--mt {
    margin-top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .descList__sub--mt {
    margin-top: 1.87vw;
  }
}
@media screen and (min-width: 769px) {
  .descList__sub--edit {
    margin-top: 6px;
    margin-left: -12px;
  }
}
@media screen and (max-width: 768px) {
  .descList__sub--edit {
    margin: 2.67vw 0 0.53vw -2.67vw;
  }
}
@media screen and (max-width: 768px) {
  .descList__sub--ls {
    letter-spacing: 0.19vw;
  }
}
.descList__txt {
  font-size: inherit;
  font-family: inherit;
}
.descList__txt01 {
  margin-left: -12px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .descList__txt01 {
    margin-left: 0;
    margin-bottom: 5.33vw;
    letter-spacing: 0.27vw;
  }
}
.descList__txt02 {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .descList__txt02 {
    letter-spacing: 0.27vw;
    font-size: 4.27vw;
  }
}
.descList__txt03 {
  font-size: 20px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .descList__txt03 {
    margin-top: -5px;
  }
}
@media screen and (max-width: 768px) {
  .descList__txt03 {
    font-size: 4.8vw;
    line-height: 10.67vw;
    margin-top: -1.6vw;
  }
}
.descList__txt--mt23 {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .descList__txt--mt23 {
    margin-top: 4vw;
  }
}
.descList__txt--mt33 {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .descList__txt--mt33 {
    margin-top: 7.73vw;
  }
}
@media screen and (max-width: 768px) {
  .descList__txt--mb6 {
    margin-top: 1.6vw;
  }
}
.gridImg {
  margin-top: 14px;
}
.gridImg img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .gridImg {
    margin-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .gridImg .col {
    padding: 0;
    margin-top: 4.27vw;
    line-height: 1;
  }
}
.descList .list--dot li {
  margin-left: 19px;
  text-indent: -20px;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .descList .list--dot li {
    font-size: 4.27vw;
    line-height: 8vw;
    margin-left: 4.27vw;
    text-indent: -4.27vw;
  }
}
@media screen and (min-width: 769px) {
  .descList .list--ls li {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 768px) {
  .descList .list--ls li {
    letter-spacing: 0.53vw;
  }
}
@media screen and (min-width: 769px) {
  .descList__item {
    min-height: 150px;
  }
  .descList__title {
    margin-top: -3px;
    margin-bottom: 6px;
  }
  .descList__txt01 {
    margin-left: -12px;
    margin-bottom: 5px;
  }
  .gridImg .flex {
    margin: 0 -8px 0;
    box-sizing: border-box;
  }
  .gridImg .col {
    padding: 0 8px;
    box-sizing: border-box;
  }
  .gridImg .col--alBottom {
    align-self: flex-end;
  }
  .descList .f16 {
    font-size: 16px;
  }
  .gridImg--gap20 .flex {
    margin: 0;
  }
  .gridImg--gap20 .col {
    margin-right: 20px;
    box-sizing: border-box;
  }
  .gridImg--gap20 .col:last-child {
    margin-right: 0;
  }
  .gridImg--ml10 {
    margin-left: 10px;
  }
}
/* banner */
@media screen and (max-width: 768px) {
  .banner {
    margin-bottom: 6.67vw;
  }
  .banner img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 650px;
  }
}
@media screen and (min-width: 769px) {
  .banner {
    margin-bottom: 90px;
  }
  .banner img {
    display: block;
    margin: auto;
    width: 90%;
    max-width: 920px;
  }
}
/*qa*/
.qa{
  background: #EEE;
}
.qa__item{
  background: #fff
}
.qa__q{
  font-weight: 900;
  position: relative
}
.qa__a{
  position: relative
}
.qa__title{
  position: relative
}
.qa__title:after{
  content: "";
  background: url(/contents/pc/aisin/img/icon_line.png) no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute
}
.qa__icon{
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  color: #fff;
  background: #3D3D40;
  font-family: 'Hiragino Kaku Gothic Std', sans-serif;
  font-weight: bold;
  position: absolute;
}
.qa__icon--a{
  background: #FFD500;
}
.apply__form select{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  color:#111;
  background: #fff
}
.apply__form textarea, .apply__form select, .apply__form input{
  box-sizing: border-box;
  outline: none
}
.apply__form input[type="checkbox"], .apply__form input[type="radio"]{
  padding: 0
}
.apply__form input[type="checkbox"]+label, .apply__form input[type="radio"]+label{
  cursor: pointer;
}
.apply__form input[type="radio"]{
  border-radius: 100%
}
.apply__form input[type="submit"]{
  border: 0;
}
.apply__item{
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 23px;
  border-bottom: 2px dashed #9C9C9C
}
.apply__item dt{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.apply__item dt.fls{
  align-items: flex-start;
}

.apply__itemCol .select{
  margin-left: 4%
}
.apply__itemCol input, .apply__itemCol .select{
  margin-right: 10px
}
.require{
  width: 57px;
  height: 22px;
  line-height: 22px;
  background: #FF0000;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic Std', sans-serif;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-weight: bold
}
.select{
  position: relative;
  display: inline-block;
}
.select:after{
  content: "";
  background: url(/contents/pc/aisin/img/icon_arrow_down.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.al-center{
  display: flex;
  align-items: center;
}
.cs_pointer{
  cursor: pointer;
}
.form-privacy{
  margin: 48px 0 51px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-privacy{
    margin: 9.600vw 0;
    line-height: 8.533vw;
  }
}
.w_youbou{
  width: 100%;
  resize: none
}
.link{
  color: #1E90FF;
  text-decoration: underline;
}

@media screen and (min-width: 481px){
  .mr_sm{
    margin-right: 7px
  }
  .w_kinmu{
    width: 75.778%
  }
  .w_name{
    width: 100%
  }
  .w_area{
    width: 36.535%
  }
  .w_big{
    width: 100%
  }
  .w_birth{
    width: 25.033%
  }
  .w_monthday{
    width: 20.974%
  }
  .w_youbou{
    height: 190px;
  }
}

@media screen and (min-width: 769px){
  .qa__list{
    padding: 60px 0 56px
  }
  .qa__title{
    padding: 0 0 44px;
  }
  .qa__title:after{
    height: 18px;
    left: -6px;
    bottom: 0;
  }
  .qa__item{
    padding: 42px 52px 38px;
  }
  .qa__item + .qa__item{
    margin-top: 30px
  }
  .qa__q{
    font-size: 20px;
    line-height: 32px;
    padding-left: 51px
  }
  .qa__a{
    padding: 0 0 0 49px;
    margin: 34px 0 0
  }
  .qa__icon{
    width: 35px;
    height: 35px;
    left: -2px;
    top: 0;
    font-size: 24px
  }
  .qa__icon--a{
    top: -4px;
  }
  .apply__form{
    padding: 97px 0 109px;
  }
  .apply__item dt{
    width: 241px;
  }
  .apply__item dd{
    margin-left: 20px;
    width: calc(100% - 261px);
    line-height: 1
  }
  .apply__input{
    width: 36.535%
  }
  .apply__input + .apply__input{
    margin-left: 2.7%
  }
  .apply__form select, .apply__form input{
    height: 46px;
    border: 1px solid #9C9C9C;
    padding: 0 20px;
    font-size: 18px
  }
  .apply__form textarea{
    padding: 20px
  }
  .apply__form input[type="checkbox"], .apply__form input[type="radio"]{
    width: 32px;
    height: 32px
  }
  .apply__form input[type="submit"]{
    height: 84px;
    font-size: 24px
  }
  .select:after{
    width: 17px;
    height: 12px;
    right: 19px;
    pointer-events:none;
  }
}

@media screen and (max-width: 768px){
  .flex-sp{
    display: flex
  }
  .qa__list{
    padding: 9.867vw 0 16vw;
  }
  .qa__item{
    padding: 12.267vw 5.333vw 4.533vw;
  }
  .qa__item + .qa__item{
    margin-top: 8vw
  }
  .qa__q{
    font-size: 4.267vw;
    line-height: 8vw;
    padding-left: 13.6vw
  }
  .qa__a{
    padding-left: 13.333vw;
    margin: 10.133vw 0 0;
  }
  .qa__icon{
    width: 9.333vw;
    height: 9.333vw;
    font-size: 6.4vw;
    left: 0;
    top: -0.8vw
  }
  .qa__title{
    padding: 0 0 10.133vw
  }
  .qa__title:after{
    height: 4.8vw;
    left: -1.867vw;
    bottom: -0.533vw;
  }
  .apply__form{
    padding: 16vw 0 8vw;
  }
  .apply__form input[type="checkbox"], .apply__form input[type="radio"]{
    width: 8.533vw;
    height: 8.533vw
  }
  .apply__item{
    flex-direction: column;
    padding-bottom: 6.4vw;
    margin-bottom: 5.333vw;
  }
  .apply__item dt, .apply__item dd{
    width: 100%
  }
  .apply__item dt{
    margin-bottom: 2.133vw;
  }
  .apply__form select, .apply__form input{
    height: 12.267vw;
    border: 0.267vw solid #9C9C9C;
    padding: 0 2.667vw;
    font-size: 4.267vw
  }
  .apply__form textarea{
    padding: 2.667vw;
    display: block;
  }
  .mr_sm{
    margin-right: 1.867vw
  }
  .w_name{
    width: 46.4vw
  }
  .w_area, .w_kinmu{
    width: 100%
  }
  .w_birth{
    width: 25.333vw
  }
  .w_monthday{
    width: 21.6vw
  }
  .apply__itemCol input, .apply__itemCol .select{
    margin-right: 1.5vw
  }
  .apply__itemCol .select{
    margin-left: 2.5vw
  }
  .w_youbou{
    height: 21.333vw;
    line-height: 1.5;
  }
  .form_privacy{
    margin: 10.667vw 0;
  }
  .apply__form input[type="submit"]{
    height: 22.4vw;
    font-size: 7.467vw
  }
  .require{
    width: 15.2vw;
    height: 5.867vw;
    font-size: 3.733vw;
    line-height: 5.867vw
  }
  .flex--sp{
    display: flex;
    justify-content: space-between
  }
  .apply__item dd label + input{
    margin-left: 5.333vw
  }
  .select:after{
    width: 4.533vw;
    height: 3.2vw;
    right: 2.067vw
  }
}

.mt20{
  margin-top: 20px !important;
}
.mb0{
  margin-bottom: 0 !important;
}
.mv-area .first__circle .cir-inner.fukidashi-2line{
  margin-bottom: 9px
}
.mv-area .first__circle .cir-inner.fukidashi-2line .-md{
  line-height: 36px;
  font-size: 29px;
}
@media screen and (min-width: 1201px){
  .mv-area .first__title .col-l i.title_word7{
    font-size: 49px;
  }
  .mv-area .first__title .col-l.title2line {
    display: block;
    padding-top: 5px;
  }
  .mv-area .first__title .col-l i.title_word8ov {
    font-size: 42px;
    display: block;
    line-height: 47px;
    margin-bottom: -88px;
  }

}
@media screen and (max-width: 1200px) and (min-width: 1024px){
  .mv-area .first__title .col-l i.title_word7 {
    font-size: 42px;
  }
  .mv-area .first__title .col-l.title2line {
    display: block;
  }
  .mv-area .first__title .col-l i.title_word8ov {
    font-size: 42px;
    display: block;
    line-height: 47px;
    margin-bottom: -82px;
  }
  .mv-area .first__circle .cir-inner.fukidashi-2line .-md{
    line-height: 34px;
    font-size: 25px;
  }

}
@media screen and (max-width: 1023px) and (min-width: 769px){
  .mv-area .first__title .col-l i.title_word7 {
    font-size: 42px;
  }
  .mv-area .first__title .col-l.title2line {
    display: block;
  }
  .mv-area .first__title .col-l i.title_word8ov {
    display: block;
    line-height: 8vw;
    margin-bottom: -10vw;
  }
  .mv-area .first__circle .cir-inner.fukidashi-2line .-md{
    line-height: 34px;
    font-size: 25px;
  }
}
@media screen and (max-width: 768px){
  .mv-area .first__title .col-l i.title_word7 {
    font-size: 5.8vw;
  }
  .mv-area .first__title .col-l.title2line {
    display: block;
    padding-top: 13px;
  }
  .mv-area .first__title .col-l i.title_word8ov {
    display: block;
    line-height: 8vw;
    margin-bottom: -12vw;
  }
  .mv-area .first__circle .cir-inner.fukidashi-2line{
    margin-bottom:1vw;
  }
  .mv-area .first__circle .cir-inner.fukidashi-2line .-md{
    line-height: 4.2vw;
    font-size: 3.8vw;
    margin-bottom:-3px;
  }
}
