@charset "UTF-8";
.fs-36 {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .fs-36-sp {
    font-size: 36px !important;
  }
}

.fs-40 {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .fs-40-sp {
    font-size: 40px !important;
  }
}

.fs-48 {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .fs-48-sp {
    font-size: 48px !important;
  }
}

.fs-56 {
  font-size: 56px;
}

.bd-radius-48 {
  border-radius: 48px !important;
}

.text-kerning {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.text-upper.text-upper-sm::before, .text-upper.text-upper-sm::after {
  top: 2px;
  height: 80%;
  border-color: currentColor;
  border-width: 2px;
}
.text-upper.text-upper-sm::before {
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}
.text-upper.text-upper-sm::after {
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}

.text-italic {
  font-style: italic;
}

.text-del {
  text-decoration: line-through;
}

.text-indent {
  text-indent: -1rem;
  padding-left: 1rem;
}

.lh-sm {
  line-height: 1.2;
}

.bg-jcom-net-light {
  background-color: #D9EDF8;
}

.bg-jcom-tv-light {
  background-color: #FBD9EB;
}

.inline {
  display: inline;
}

.list-note.star > li::before {
  content: "★";
}

.list-note-num.star > li::before {
  content: "★";
}

.swiper01 {
  position: relative;
  /*
  [class^="swiper01-button-prev"] {
  	left: 0;
  	transform: rotate(180deg);

  	@media screen and (max-width: 767px) {
  		left: 0;
  	}
  }

  [class^="swiper01-button-next"] {
  	right: 0;

  	@media screen and (max-width: 767px) {
  		right: 0;
  	}
  }
  */
}
.swiper01 .swiper-container {
  position: relative;
  text-align: center;
}
.swiper01 [class^=swiper01-button-prev],
.swiper01 [class^=swiper01-button-next] {
  display: none;
  /*
  &::after {
  	display: none;
  }

  position: absolute;
  z-index: 10;
  top: calc(50% - 70px);
  width: 40px;
  height: 40px;
  margin: auto;
  outline: none;
  background: url(/cm/images/btn_kv_slider.svg) no-repeat 0 0 / contain;

  @media screen and (max-width: 767px) {
  	display: none;
  }

  &.swiper-button-disabled {
  	opacity: .4;
  }
  */
}
.swiper01 [class^=swiper01-pagination] {
  margin-top: 24px;
  text-align: center;
}
.swiper01 [class^=swiper01-pagination] .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 10px;
  background: #ccc;
  opacity: 1;
}
.swiper01 [class^=swiper01-pagination] .swiper-pagination-bullet::after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #E93817;
  opacity: 0;
}
.swiper01 [class^=swiper01-pagination] .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.cv-btn-custom {
  height: 58px;
  margin-inline: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .cv-btn-custom {
    height: 58px;
  }
}

@media screen and (max-width: 767px) {
  .col-50-sp .cv-btn-custom {
    height: 62px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 16px;
  }
  .col-50-sp .btn-white-primary::after {
    width: 7px;
    right: 6px;
  }
}
sup {
  font-weight: normal;
}

.auloan-mv {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .auloan-mv {
    width: calc(100% + 24px);
  }
  .auloan-mv img {
    margin-left: -12px;
  }
}

.auloan-mv-2 {
  margin-inline: auto;
}

/* Section */
.section-cv{
  padding: 24px 0 !important;
}
.section-cv .text{
  margin-bottom: 14px;
}
.section-cv .btn-primary{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0 !important;
  max-width: 373px;
  min-height: 70px;
  margin: 0 auto;
}

.section-about{
  padding: 73px 0 10px;
}
.section-about h2{
  margin-bottom: 38px;
  font-size: 22px;
}
.section-about .text{
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.section-about .text .large{
  display: inline-block;
  margin-top: -3px;
  font-size: 32px;
}
.section-about .text .zei{
  display: inline-block;
  margin: 0 -0.3em;
}
.section-about .highlight{
  position: relative;
  display: inline-block;
}
.section-about .highlight::before{
  content: "";
  position: absolute;
  bottom: 3px;
  left: -4px;
  display: block;
  width: calc(100% + 8px);
  height: 8px;
  background: #f5d200;
  border-radius: 10px;
  z-index: -1;
}
.section-about .text-2{
  margin-bottom: 25px;
}
.section-about .img-1{
  display: flex;
  justify-content: center;
}
.section-about .img-1 img{
  display: block;
  width: 100%;
  max-width: 736px;
}
.section-about .list-1{
  max-width: 736px;
  margin: 10px auto 40px;
  padding: 13px 17px 13px 25px;
  background: #eff8fc;
  border-radius: 20px;
  white-space: nowrap;
}
.section-about .list-1 li{
  display: grid;
  grid-template-columns: 118px 1fr 309px;
  align-items: center;
  margin-bottom: 0;
  padding: 19px 0;
}
.section-about .list-1 li + li{
  background-image : linear-gradient(to right, #e6640a 5px, transparent 5px);
  background-size: 9px 1px;
  background-repeat: repeat-x; 
  background-position: left top;
}
.section-about .list-1 .num{
  background: #333;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
.section-about .list-1 .through{
  position: relative;
  display: inline-block;
  justify-self: start;
  margin-left: 10px;
  padding: 0 0 0 3px;
  font-size: 18px;
  font-weight: bold;
}
.section-about .list-1 .through::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e93817;
}
.section-about .list-1 .through .large{
  display: inline-block;
  margin-left: 3px;
  font-size: 30px;
  vertical-align: -3px;
}
.section-about .list-1 .through .small{
  display: inline-block;
  margin: 0 -7px;
  font-size: 16px;
  font-weight: normal;
}
.section-about .list-1 .discount{
  position: relative;
  padding-left: 40px;
  font-size: 22px;
  font-weight: bold;
}
.section-about .list-1 .discount::before{
  content: "";
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  display: block;
  width: 31px;
  height: 25px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.592%22%20height%3D%2224.64%22%20viewBox%3D%220%200%2030.592%2024.64%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23749%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023749%22%20transform%3D%22translate(0.088)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_9854%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%209854%22%20width%3D%2217%22%20height%3D%2210%22%20transform%3D%22translate(-0.088%207.487)%22%20fill%3D%22%23e6640a%22%2F%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_20%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2020%22%20d%3D%22M12.32%2C0%2C24.64%2C17.71H0Z%22%20transform%3D%22translate(30.504%200)%20rotate(90)%22%20fill%3D%22%23e6640a%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') center/contain no-repeat;
}
.section-about .list-1 .discount .large{
  display: inline-block;
  margin-top: -7px;
  margin-left: 2px;
  font-family: Arial, 'Noto Sans JP', sans-serif;
  font-size: 40px;
  vertical-align: -2px;
}
.section-about .list-1 .discount .small{
  display: inline-block;
  margin: 0 -7px;
  font-size: 16px;
  font-weight: normal;
}
.section-about .btn-white-primary{
  width: 100%;
  max-width: 373px;
  padding: 16px 40px;
}
/* TAB */
@media screen and (max-width: 767px) {
  .section-cv {
    padding: 33px 0 !important;
  }
  .section-cv .btn-primary{
    min-height: 58px;
  }
  
  .section-about{
    padding-top: 45px;
    overflow: clip;
  }
  .section-about h2{
    margin-bottom: 60px;
    font-size: 26px;
  }
  .section-about .text{
    margin-bottom: 18px;
    font-size: 20px;
  }
  .section-about .text-2{
    margin-bottom: 17px;
  }
  .section-about .text .large{
    font-size: 26px;
  }
  .section-about .text .small{
    font-size: 16px;
  }
  .section-about .img-1 img{
    width: 100vw;
  }
  .section-about .list-1{
    max-width: 500px;
    margin: 28px auto 45px;
    padding: 33px 18px 38px;
  }
  .section-about .list-1 li{
    grid-template-columns: 1fr 54%;
    gap: 10px 0;
    padding: 22px 0 20px;
  }
  .section-about .list-1 li:first-child{
    padding-top: 0;
  }
  .section-about .list-1 li:last-child{
    padding-bottom: 0;
  }
  .section-about .list-1 .num{
    grid-column: 1 / 3;
    width: 118px;
    font-size: 16px;
    line-height: 26px;
  }
  .section-about .list-1 .through{
    justify-self: center;
    margin-left: 0;
    padding-left: 0;
    line-height: 1.2;
    text-align: center;
  }
  .section-about .list-1 .through::before{
    top: 90%;
    left: 50%;
    width: 110px;
    height: 2px;
    background: #e93817;
    transform: rotate(20deg) translateX(-50%);
  }
  .section-about .list-1 .through .large{
    margin: 0;
    font-size: 24px;
  }
  .section-about .list-1 .through .small{
    display: block;
    font-size: 14px;
  }
  .section-about .list-1 .discount{
    padding-left: 30px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }
  .section-about .list-1 .discount::before{
    top: calc(50% - 8px);
    width: 20px;
    height: 16px;
  }
  .section-about .list-1 .discount .large{
    margin: 0;
    font-size: 32px;
  }
  .section-about .list-1 .discount .small{
    display: block;
    font-size: 14px;
  }
}
/* SP */
@media screen and (max-width: 375px) {
  .section-about h2{
    font-size: 6.93vw;
  }
  .section-about .text{
    font-size: 5.33vw;
  }
  .section-about .text .large{
    font-size: 6.93vw;
  }
  .section-about .list-1 .through{
    font-size: 4.8vw;
  }
  .section-about .list-1 .through .large{
    font-size: 6.4vw;
  }
  .section-about .list-1 .through .small{
    font-size: 3.73vw;
  }
  .section-about .list-1 .discount{
    padding-left: 8vw;
    font-size: 6.4vw;
  }
  .section-about .list-1 .discount .large{
    font-size: 8.53vw;
  }
  .section-about .list-1 .discount .small{
    font-size: 3.73vw;
  }
}
/* Section ここまで */

.icn-mdu {
  padding-left: 42px;
  background: url(../images/icn_sdu.svg) no-repeat center left/32px auto;
}

.icn-call {
  width: 32px;
  height: 32px;
  margin-top: -14px;
}

.label-w-72 {
  width: 72px;
}

.btn-white-primary.anchor-link::after {
  width: 16px;
  height: 9px;
  background: url(../images/icn_arr_btm_blk.svg) no-repeat center right/16px 9px;
}