@charset "utf-8";

/* carmaster-header */
:root {
  --icon-fs-mj6ybtin: 1.6rem;
  --icon-fs-mj6yx2x8: 1.6rem;
  --icon-fs-mj85bsmq: 1.6rem;
  --icon-fs-mj85cgh6: 1.4rem;
  --icon-fs-mj85ic5r: 1.6rem;
}

.carmaster-header {
  position: fixed !important;
  top: 0;
  z-index: 200;
  width: 100%;
  background: var(--white);
}

.carmaster-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 10rem;
  box-sizing: border-box;
}

.carmaster-header.top-menu-active .header-container {
  padding-top: 6.7rem;
}

.carmaster-header .header-top {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
}

.carmaster-header .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8rem;
  margin: 0 auto;
}

.carmaster-header .user-menu li {
  position: relative;
}

.carmaster-header .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.carmaster-header .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.carmaster-header .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.carmaster-header .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.carmaster-header .header-title {
  display: flex;
  margin-bottom: 0;
}

.carmaster-header .header-title a {
  height: 3.4rem;
}

.carmaster-header .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.carmaster-header .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.carmaster-header .header-gnbitem {
  position: relative;
}

.carmaster-header .header-gnblink {
  height: 100%;
  padding: 2.8rem 3rem;
  text-align: center;
  white-space: nowrap;
  color: var(--black);
  font-weight: var(--fw-medium);
}

.carmaster-header .header-gnblink span {
  position: relative;
}

.carmaster-header .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.carmaster-header .header-sublist {
  min-width: 14rem;
  min-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.carmaster-header .header-gnbitem:has(.header-sublist .header-subitem):hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.carmaster-header .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--black);
  transform: scaleX(1);
}

.carmaster-header .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.carmaster-header .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
}

.carmaster-header .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.carmaster-header .header-right {
  display: flex;
  align-items: center;
}

.carmaster-header .header-right .header-gnb {
  margin-right: 1.8rem;
}

.carmaster-header .header-utils>ul {
  display: flex;
  align-items: center;
}

.carmaster-header .header-utils>ul>li {
  margin-left: .8rem;
}

.carmaster-header .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.carmaster-header .header-right button {
  max-width: 3.2rem;
  background: none;
  border: none;
  font-weight: var(--fw-medium);
}

.carmaster-header .header-right .btnset.btnset-icon {
  gap: .8rem;
  font-weight: var(--fw-medium);
}

.carmaster-header .header-right .btnset.btnset-icon:before {
  font-size: 2rem;
}

.carmaster-header .header-right button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.carmaster-header .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.carmaster-header .header-utils .member img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.carmaster-header .header-right .button.tel .btnset {
  font-size: 2.4rem;
}

.carmaster-header .header-right .kakao .kakao-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: .4rem;
  background: #F9E000;
  padding: 1.4rem;
}

.carmaster-header .header-right .kakao .kakao-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carmaster-header .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.carmaster-header .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.carmaster-header .header-utils .btn-allmenu .ico-hamburger,
.carmaster-header .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: var(--black);
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.carmaster-header .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.carmaster-header .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.carmaster-header .btn-momenu {
  display: none;
}

.carmaster-header .btn-moclose {
  display: none;
}

.carmaster-header .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: var(--black);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.carmaster-header .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.carmaster-header .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.carmaster-header .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.carmaster-header .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.carmaster-header .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.carmaster-header .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.carmaster-header .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.carmaster-header .fullmenu-title {
  margin-bottom: 0;
}

.carmaster-header .fullmenu-title a {
  width: 13.6rem;
  height: 4.3rem;
}

.carmaster-header .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carmaster-header .fullmenu-gnblist {
  display: flex;
  justify-content: flex-start;
}

.carmaster-header .fullmenu-gnbitem {
  width: 20%;
}

.carmaster-header .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.carmaster-header .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.carmaster-header .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.carmaster-header .fullmenu-gnblink.on::after {
  width: 18rem;
}

.carmaster-header .fullmenu-sublist {
  padding-top: 4rem;
}

.carmaster-header .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.carmaster-header .fullmenu-sublink {
  color: #a2a2a2;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.carmaster-header .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.carmaster-header .fullmenu-sublink:hover {
  color: var(--white);
}

.carmaster-header .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.carmaster-header .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.carmaster-header .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .carmaster-header .user-menu {
    padding: 0 4rem;
  }
}

@media (max-width: 992px) {
  .carmaster-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .carmaster-header .view-pc {
    display: none !important;
  }

  .carmaster-header.top-menu-active .header-container {
    padding-top: 0;
  }

  .carmaster-header .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .carmaster-header.block-active {
    min-height: 100vh;
  }

  .carmaster-header.block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
  }

  .carmaster-header .header-container {
    min-height: 6rem;
  }

  .carmaster-header .header-top {
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s, visibilty 0.3s 0.1s;
    will-change: opacity, visibility;
    z-index: 10;
  }

  .carmaster-header.block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .carmaster-header .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .carmaster-header .user-menu li a,
  .carmaster-header .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .carmaster-header .user-menu li:first-child a {
    padding-left: 0;
  }

  .carmaster-header .header-title a {
    height: 2rem;
  }

  .carmaster-header .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .carmaster-header .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .carmaster-header .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid rgba(var(--black-rgb), 0.2);
  }

  .carmaster-header.top-menu-active .header-gnbitem:first-child .header-gnblink {
    padding-top: 6.8rem;
  }

  .carmaster-header .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .carmaster-header .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .carmaster-header .header-sublist {
    display: none;
    position: relative;
    left: 0;
    transform: none;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .carmaster-header .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid var(--black);
  }

  .carmaster-header .header-subitem {
    width: 100%;
  }

  .carmaster-header .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .carmaster-header .header-sublink {
    padding: 0;
    color: rgba(var(--black-rgb), 0.5);
  }

  .carmaster-header .header-sublink:active {
    color: var(--black);
  }

  .carmaster-header .header-sublink:hover {
    background: none;
    color: var(--black);
  }

  .carmaster-header .header-right .btnset,
  .carmaster-header .header-utils .member a,
  .carmaster-header .header-right .kakao .kakao-btn {
    min-width: auto;
    width: 3.2rem;
    height: 3.2rem;
    padding: .8rem;
  }

  .carmaster-header .header-right .btnset.btnset-icon:before {
    font-size: 1.6rem;
  }

  .carmaster-header .header-utils>ul>li {
    margin-left: 0.4rem;
  }

  .carmaster-header .header-utils .allmenu {
    display: none;
  }

  .carmaster-header .header-utils .button .btnset {
    white-space: nowrap;
  }

  .carmaster-header .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0.8rem;
  }

  .carmaster-header .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .carmaster-header .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .carmaster-header.block-active .header-center {
    pointer-events: auto;
  }

  .carmaster-header.block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .carmaster-header.block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .carmaster-header .header-gnbitem:has(.header-subitem) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_black.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .carmaster-header.block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .carmaster-header.block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .carmaster-header.block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .carmaster-header.block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .carmaster-header.block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .carmaster-header .header-fullmenu {
    display: none;
  }

  :root {
    --icon-fs-mj6ybtin: 1.6rem;
    --icon-fs-mj6yx2x8: 1.6rem;
    --icon-fs-mj85bsmq: 1.6rem;
    --icon-fs-mj85cgh6: 1.4rem;
    --icon-fs-mj85ic5r: 1.6rem;
  }
}
/* carmaster-visual */
.carmaster-visual {
  overflow: hidden;
  position: relative;
  --icon-fs-mj29tj65: 1.6rem;
  background: url(../images/viusal_img.png) no-repeat center / cover;
  --icon-fs-mj6yd3vy: 1.6rem;
  --icon-fs-mj7x57hy: 1.6rem;
}

.carmaster-visual .block_overlay {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-color: var(--black);
}

.carmaster-visual .contents-container:not(.fullscreen) {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80rem;
}

.carmaster-visual .contents-inner {
  width: 100%;
}

.carmaster-visual .textset {
  text-align: center;
}

.carmaster-visual .textset .textset-tit,
.carmaster-visual .textset .textset-desc {
  color: var(--white);
}

.carmaster-visual .textset .textset-desc {
  margin: 1.2rem 0 6rem;
}

.carmaster-visual .textset .btnset {
  margin: 0;
}

.carmaster-visual .btnset {
  gap: .8rem;
}

.carmaster-visual .scroll-area {
  position: absolute;
  top: 50%;
  left: -8rem;
  transform: translateY(-50%) rotate(90deg);
}

.carmaster-visual .scroll-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.carmaster-visual .scroll-wrap span {
  color: var(--white);
  font-weight: var(--fw-medium);
}

.carmaster-visual .scroll-bar {
  position: relative;
  width: 15.8rem;
  height: 0.2rem;
  background: var(--white);
}

.carmaster-visual .scroll-bar-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--primary);
  animation: bar 5s infinite ease-in-out;
}

@keyframes bar {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes bar-vertical {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@media (max-width: 992px) {
  .carmaster-visual .contents-container:not(.fullscreen) {
    height: 60rem;
  }

  .carmaster-visual .textset {
    padding-bottom: 7.6rem;
  }

  .carmaster-visual .textset .textset-desc {
    margin: 0.8rem 0 3rem;
  }

  .carmaster-visual .btnset {
    gap: 1rem;
  }

  .carmaster-visual .scroll-area {
    top: auto;
    bottom: 5.2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .carmaster-visual .scroll-bar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 2.8rem);
    width: 0.2rem;
    height: 4.8rem;
  }

  .carmaster-visual .scroll-bar-active {
    width: 100%;
    height: 0;
    animation: bar-vertical 5s infinite ease-in-out;
  }

  .carmaster-visual {
    --icon-fs-mj29tj65: 1.6rem;
    background: url(../images/m_viusal_img.png) no-repeat center / cover !important;
    --icon-fs-mj6yd3vy: 1.6rem;
    --icon-fs-mj7x57hy: 1.6rem;
  }
}
/* carmaster-N1 */
.carmaster-N1 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  --width-mj8537t8: 169*px;
  --height-mj8537t8: 60px;
  --width-mj853hbw: 169px;
}

.carmaster-N1 .mo-view {
  display: none;
}

.carmaster-N1 .contents-inner {
  display: flex;
  position: relative;
  padding: 0 0 10rem;
  width: 100%;
}

.carmaster-N1 .desc-area {
  flex: 0 1 83rem;
}

.carmaster-N1 .desc-area p {
  margin: 4rem 0 0;
}

.carmaster-N1 .sign {
  display: inline-block;
  height: 6rem;
  margin-top: 4rem;
}

.carmaster-N1 .sign img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carmaster-N1 .info-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.carmaster-N1 .info-wrap span {
  color: var(--text-color3);
}

.carmaster-N1 .info-wrap strong {
  font-weight: var(--fw-bold);
}

.carmaster-N1 .list-area {
  position: relative;
  padding: 16rem 0 26rem;
}

.carmaster-N1 .bg-word {
  position: absolute;
  left: 0;
  bottom: -10.2rem;
  font-size: 16rem;
  font-family: var(--ff-ko3);
  font-weight: var(--fw-bold);
  line-height: 30rem;
  color: #f0f0f6;
  white-space: nowrap;
}

.carmaster-N1 .thumb-area {
  flex: 1 0 45.9rem;
}

.carmaster-N1 .thumb-area img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 60rem;
}

@media (max-width: 992px) {
  .carmaster-N1 {
    padding-top: 22rem;
    padding-bottom: 8rem;
  }

  .carmaster-N1 .mo-view {
    display: block;
  }

  .carmaster-N1 .contents-inner {
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 0;
  }

  .carmaster-N1 .thumb-area {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: -1.6rem;
    padding: 3.9rem 1.6rem;
    width: calc(100% + 3.2rem);
    min-height: 26rem;
    background: #fafafd;
  }

  .carmaster-N1 .thumb-area img {
    width: 24rem;
    bottom: 0;
  }

  .carmaster-N1 .bg-word {
    position: static;
    font-size: 6.4rem;
    line-height: 1;
    text-align: center;
    white-space: normal;
  }

  .carmaster-N1 .desc-area {
    flex: none;
    width: 100%;
  }

  .carmaster-N1 .desc-area p {
    margin: 2rem 0 0;
  }

  .carmaster-N1 .info-wrap {
    gap: 0.4rem;
    align-items: flex-end;
  }

  .carmaster-N1 .info-wrap span {
    transform: translateY(-0.2rem);
  }
}
/* carmaster-form */
.board_blank {
  display: flex;
  justify-content: center;
  height: 300px;
  background: #ddd;
  align-items: center;
  flex-direction: column;
}

.carmaster-form {
  overflow: hidden;
  position: relative;
  --icon-fs-mj2duuqz: 1.6rem;
  background: #F6F8FCFF;
}

.carmaster-form .contents-container {
  max-width: 100%;
  padding: 0;
}

.carmaster-form .contents-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.carmaster-form .col-left {
  position: relative;
  padding: 12rem 10rem;
  background: url(../images/architecture_N9_01.png) no-repeat center/cover;
}

.carmaster-form .col-left::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url(../images/img_N3_01.png) no-repeat center / cover !important;
}

.carmaster-form .textset-tit,
.carmaster-form .textset-desc {
  color: var(--white);
}

.carmaster-form .title-area .textset-desc {
  margin-top: 2rem;
}

.carmaster-form .col-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8.2rem 10rem;
}

.carmaster-form .col-right .right-tit {
  margin-bottom: 2.8rem;
  text-align: center;
}

.carmaster-form .form-group {
  width: 100%;
  height: 100%;
}

.carmaster-form .form-box+.form-box {
  margin-top: 2.4rem;
}

.carmaster-form .form-tit {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: var(--fw-medium);
}

.carmaster-form .form-tit span {
  color: var(--danger);
}

.carmaster-form .radioset-wrap,
.carmaster-form .checkset-wrap {
  flex-wrap: wrap;
}

.carmaster-form .selectset .selectset-select {
  display: flex;
  align-items: center;
}

.carmaster-form .form-group .contents-agree {
  display: flex;
  align-items: center;
}

.carmaster-form .inputset-textarea {
  height: 18rem;
  resize: none;
}

.carmaster-form .form-btn {
  margin-top: 4rem;
}

.carmaster-form .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5;
}

.carmaster-form .info-title h3 {
  font-size: var(--fs-h4);
}

.carmaster-form .modal-close {
  cursor: pointer;
}

.carmaster-form .info-area {
  overflow-y: auto;
}

.carmaster-form .info-group+.info-group {
  margin-top: 2.4rem;
}

.carmaster-form .info-group strong {
  display: block;
  padding-bottom: 1.2rem;
  font-size: var(--fs-h5);
}

.carmaster-form .info-desc {
  overflow-y: auto;
  padding: 1.6rem;
  max-height: 20.7rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
}

.carmaster-form .info-desc::-webkit-scrollbar {
  width: 6px;
}

.carmaster-form .info-desc::-webkit-scrollbar-track {
  background-color: #ddd;
}

.carmaster-form .info-desc::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}

.carmaster-form .info-desc p {
  font-size: var(--fs-p1);
}

.carmaster-form .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.carmaster-form .info-desc .mtb {
  margin: 2.4rem 0;
}

.carmaster-form .info-desc em {
  display: flex;
  align-items: center;
  position: relative;
  margin: 2.4rem 0 1rem;
  font-style: normal;
  font-weight: 600;
}

.carmaster-form .info-list em::before {
  content: "";
  margin-right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
}

.carmaster-form .info-list p {
  padding-left: 1.2rem;
}

.carmaster-form .checkset-wrap .checkset-text {
  height: var(--ht-sm);
  padding: 0 1.6rem;
  margin-left: .8rem;
  font-size: var(--fs-p1);
  border-color: var(--border-color);
  border-width: 1px;
  border-style: solid;
  border-radius: 0.4rem;
  color: var(--body-color);
  background-color: var(--white);
}

.carmaster-form .modal-confirm .modal-area {
  position: relative;
  padding: 3.2rem;
  max-width: 36rem;
  background: var(--text-color1);
  border-radius: 0.8rem;
}

.carmaster-form .modal-confirm .modal-icon {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  background: transparent;
}

.carmaster-form .modal-confirm .modal-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carmaster-form .modal-confirm .modal-figure {
  margin: 0 auto;
  width: 5.6rem;
  height: 5.6rem;
}

.carmaster-form .modal-confirm .modal-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carmaster-form .modal-confirm .modal-body {
  font-size: var(--fs-p1);
  text-align: center;
  color: var(--white);
}

.carmaster-form .modal-confirm .modal-textarea {
  margin: 1.6rem 0;
}

.carmaster-form .modal-confirm .modal-footer {
  text-align: center;
}

.carmaster-form .modal-confirm .modal-footer .btnset {
  min-width: 9.4rem;
  height: 4rem;
  border-radius: 0.4rem;
}

.carmaster-form .modal-confirm .modal-footer .btnset.btnset-line-light {
  border-color: var(--white);
  color: var(--white);
}

.carmaster-form .modalset .modalset-close::before {
  color: var(--text-color1);
}

@media (max-width: 992px) {
  .carmaster-form .contents-inner {
    grid-template-columns: 1fr;
  }

  .carmaster-form .col-left {
    min-height: 35rem;
    padding: 4rem 2.4rem 6.4rem;
  }

  .carmaster-form .title-area .textset-desc {
    margin-top: 1.2rem;
  }

  .carmaster-form .col-right {
    padding: 4rem 1.6rem;
  }

  .carmaster-form .inputset-textarea {
    height: 16rem;
  }

  .carmaster-form .form-btn {
    margin-top: 2.4rem;
  }

  .carmaster-form .selectset .selectset-arrow::after {
    font-size: 1.6rem;
  }

  .carmaster-form .form-group .contents-agree {
    margin-top: 0.8rem;
  }

  .carmaster-form .modal-confirm .modal-figure {
    width: 4.8rem;
    height: 4.8rem;
  }

  .carmaster-form .modal-confirm .modal-textarea {
    margin: 0.8rem 0;
  }

  .carmaster-form {
    --icon-fs-mj2duuqz: 1.6rem;
  }

  .carmaster-form .col-left::before {
    background: url(../images/img_N3_01.png) no-repeat center / cover !important;
  }
}
/* carmaster-footer */
.carmaster-footer {
  padding-top: 2.4rem;
  padding-bottom: 2.8rem;
  background: var(--black);
  overflow: hidden;
}

.carmaster-footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.8rem;
}

.carmaster-footer .footer-bottom {
  position: relative;
  padding-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carmaster-footer .footer-bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: rgba(var(--white-rgb), 0.15);
}

.carmaster-footer .footer-logo {
  margin-bottom: 0;
}

.carmaster-footer .footer-logo img {
  height: 3.4rem;
  object-fit: contain;
}

.carmaster-footer .footer-menulist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.carmaster-footer .footer-menulink a {
  color: var(--white);
  padding-right: 1.2rem;
  font-size: var(--fs-p1);
}

.carmaster-footer .footer-menulink+.footer-menulink a {
  padding-left: 1.2rem;
}

.carmaster-footer .footer-menulink {
  position: relative;
  display: flex;
  align-items: center;
}

.carmaster-footer .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.1);
}

.carmaster-footer .footer-snslist {
  display: flex;
  align-items: center;
}

.carmaster-footer .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.carmaster-footer .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
  display: flex;
  align-items: center;
}

.carmaster-footer .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carmaster-footer .selectset {
  max-width: 18rem;
  height: 4rem;
}

.carmaster-footer .footer-txtgroup {
  margin-top: 2.4rem;
}

.carmaster-footer .footer-txtgroup address.footer-txt p {
  color: rgba(var(--white-rgb), 0.6);
}

.carmaster-footer .footer-txt {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.carmaster-footer .footer-txt+.footer-txt {
  margin-top: 4rem;
}

.carmaster-footer .footer-txt p {
  margin-bottom: 0;
  color: var(--white);
}

.carmaster-footer .footer-txt p span+span {
  margin-left: 0.8rem;
}

.carmaster-footer .selectset .selectset-list {
  background: rgba(255, 255, 255, 0.1);
}

.carmaster-footer .selectset .btn {
  display: flex;
  align-items: center;
  color: var(--white);
}

.carmaster-footer .selectset .selectset-toggle::after {
  font-size: var(--fs-p3);
  color: var(--white);
}

.carmaster-footer .selectset.active .btn {
  color: var(--white);
}

.carmaster-footer .selectset-link {
  color: var(--white) !important;
}

.carmaster-footer .selectset .selectset-link::after {
  color: var(--white);
}

.carmaster-footer .selectset .selectset-area.active .selectset-toggle {
  color: var(--white);
  border-color: var(--white);
}

.carmaster-footer .footer-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s, visibility 0.3s;
  will-change: opacity;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden;
}

.carmaster-footer .footer-modal.block-active {
  opacity: 1;
  visibility: visible;
}

.carmaster-footer .modal-area {
  width: 100%;
  max-width: 92rem;
  background: var(--white);
  border-radius: 0.6rem;
}

.carmaster-footer .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5;
}

.carmaster-footer .modal-close {
  cursor: pointer;
}

.carmaster-footer .info-area {
  overflow-y: auto;
}

.carmaster-footer .modal-email .info-area {
  max-height: 17rem;
}

.carmaster-footer .modal-privacy .info-area {
  max-height: 70.3rem;
}

.carmaster-footer .info-group+.info-group {
  margin-top: 2.4rem;
}

.carmaster-footer .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.carmaster-footer .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.carmaster-footer .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.carmaster-footer .info-desc .mtb {
  margin: 2.4rem 0;
}

.carmaster-footer .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.carmaster-footer .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.carmaster-footer .info-list p {
  padding-left: 1.2rem;
}

.carmaster-footer .designed-by {
  color: var(--black);
}

@media (max-width: 992px) {
  .carmaster-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .carmaster-footer .footer-top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .carmaster-footer .footer-snslist {
    margin-top: 1.2rem;
  }

  .carmaster-footer .footer-txtgroup {
    margin-top: 1.2rem;
  }

  .carmaster-footer .footer-txt {
    flex-direction: column;
  }

  .carmaster-footer .footer-txt+.footer-txt {
    margin-top: 2rem;
  }

  .carmaster-footer .selectset {
    display: none;
  }
}
/* carmaster-subvisual-N1 */
.carmaster-subvisual-N1 {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background: url(../images/img_subvisual_01.png) no-repeat center / cover;
}

.carmaster-subvisual-N1 .contents-container {
  height: 32rem;
}

.carmaster-subvisual-N1 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.carmaster-subvisual-N1 .textset {
  text-align: center;
}

.carmaster-subvisual-N1 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.carmaster-subvisual-N1 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.carmaster-subvisual-N1 .textset .textset-tit+.textset-desc {
  margin-top: 0.8rem;
}

@media (max-width: 992px) {
  .carmaster-subvisual-N1 {
    background: url(../images/img_subvisual_01_m.png) no-repeat center / cover !important;
  }

  .carmaster-subvisual-N1 .contents-container {
    height: 18rem;
  }
}
/* carmaster-N2 */
.carmaster-N2 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 8rem;
}

.carmaster-N2 .contents-inner {
  width: 100%;
}

.carmaster-N2 .textset .textset-subtit {
  display: block;
  font-weight: var(--fw-bold);
  color: var(--primary);
}

.carmaster-N2 .textset .textset-tit {
  margin: 0.4rem 0 2rem;
}

.carmaster-N2 .textset .textset-desc {
  margin: 0;
}

.carmaster-N2 .list-area {
  display: flex;
  align-items: center;
  margin-top: 8rem;
}

.carmaster-N2 .list-area .item {
  flex: 1 1 calc(100% / 4);
  padding: 4rem 2rem;
  text-align: center;
}

.carmaster-N2 .list-area .item:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.carmaster-N2 .list-area .item .num-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0.2rem;
}

@media (max-width: 992px) {
  .carmaster-N2 {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .carmaster-N2 .textset .textset-tit {
    margin: 0.2rem 0 1.2rem;
  }

  .carmaster-N2 .list-area {
    flex-direction: column;
    margin-top: 4rem;
  }

  .carmaster-N2 .list-area .item {
    flex: none;
    padding: 4rem 1.6rem;
    width: 100%;
  }

  .carmaster-N2 .list-area .item:first-child {
    padding-top: 0;
  }

  .carmaster-N2 .list-area .item:last-child {
    padding-bottom: 0;
  }

  .carmaster-N2 .list-area .item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--border-color);
  }
}
/* carmaster-N3 */
.carmaster-N3 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.carmaster-N3 .contents-inner {
  width: 100%;
  container-type: inline-size;
}

.carmaster-N3 .textset {
  margin-bottom: 8rem;
}

.carmaster-N3 .list-wrap {
  display: flex;
  align-items: center;
  min-height: 24rem;
}

.carmaster-N3 .list-area {
  display: flex;
  gap: 1.6rem;
  width: 100%;
}

.carmaster-N3 .list-area li {
  flex: 1;
  border: 1px solid var(--border-color);
  padding: 4rem;
  border-radius: 1.2rem;
}

.carmaster-N3 .thumb {
  text-align: center;
}

.carmaster-N3 .thumb img {
  width: 8rem;
  height: 8rem;
}

.carmaster-N3 .desc {
  margin-top: 2.4rem;
  text-align: center;
}

.carmaster-N3 .desc strong {
  font-weight: var(--fw-bold);
}

.carmaster-N3 .desc p {
  margin-top: 1.6rem;
  color: #95969d;
}

.carmaster-N3 .contents-descbox {
  margin-top: 4rem;
  text-align: center;
}

.carmaster-N3 .contents-descbox span {
  display: inline-block;
  position: relative;
  font-weight: var(--fw-medium);
}

.carmaster-N3 .contents-descbox .descbox-point {
  font-weight: var(--fw-bold);
}

.carmaster-N3 .contents-descbox .descbox-point::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  z-index: -1;
  width: 100%;
  height: 6px;
  background-color: var(--primary);
}

@container (max-width: 1280px) {
  .carmaster-N3 .list-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .carmaster-N3 .list-area li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 22rem;
    border-radius: .8rem;
  }
}

@media (max-width: 992px) {
  .carmaster-N3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .carmaster-N3 .textset {
    margin-bottom: 4rem;
  }

  .carmaster-N3 .textset .textset-tit+.textset-desc {
    margin-top: .8rem;
  }

  .carmaster-N3 .list-wrap {
    min-height: 0;
  }

  .carmaster-N3 .list-area {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }

  .carmaster-N3 .list-area li {
    flex: none;
    width: 100%;
    min-height: 0;
  }

  .carmaster-N3 .desc {
    margin-top: 2.4rem;
  }
}
/* carmaster-N4 */
.carmaster-N4 {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 16rem;
}

.carmaster-N4 .contents-inner {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
  width: 100%;
}

.carmaster-N4 .title-area {
  flex: 1 1 46.6rem;
  position: sticky;
  top: calc(50% - 17rem);
}

.carmaster-N4 .title-area .textset-desc {
  margin: 2rem 0 0;
}

.carmaster-N4 .list-area .cardset-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 4rem;
}

.carmaster-N4 .cardset-wrap .cardset-desc {
  overflow: visible;
  margin: 1.2rem 0 0;
  -webkit-line-clamp: unset;
}

.carmaster-N4 .cardset-wrap .cardset-desc .point {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.carmaster-N4 .cardset-wrap .cardset-desc .point::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: url(../icons/ico_point.svg) no-repeat center / contain;
}

.carmaster-N4 .list-area {
  flex: 1 1 91.4rem;
}

.carmaster-N4 .cardset-wrap .cardset {
  padding: 4rem;
  border: 1px solid var(--border-color);
  background: var(--white);
}

.carmaster-N4 .cardset-wrap .cardset-round {
  border-radius: 1.2rem;
}

.carmaster-N4 .cardset-wrap .cardset:nth-child(2n) {
  transform: translateY(10rem);
}

.carmaster-N4 .cardset-wrap .cardset-figure {
  height: 26rem;
  border-radius: .8rem;
  overflow: hidden;
}

.carmaster-N4 .cardset-wrap .cardset-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carmaster-N4 .cardset-wrap .cardset-body {
  margin-top: 4rem;
  padding: 0;
}

.carmaster-N4 .cardset-wrap .cardset-tit {
  font-weight: var(--fw-bold);
}

@media (max-width: 992px) {
  .carmaster-N4 {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .carmaster-N4 .contents-inner {
    flex-direction: column;
    gap: 4rem;
  }

  .carmaster-N4 .title-area {
    flex: none;
    width: 100%;
    position: static;
  }

  .carmaster-N4 .title-area .textset-desc {
    margin: 2rem 0 0;
  }

  .carmaster-N4 .list-area {
    flex: none;
    width: 100%;
  }

  .carmaster-N4 .list-area .cardset-wrap {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }

  .carmaster-N4 .cardset-wrap .cardset-round {
    border-radius: .8rem;
  }

  .carmaster-N4 .cardset-wrap .cardset {
    padding: 2rem;
  }

  .carmaster-N4 .cardset-wrap .cardset:nth-child(2n) {
    transform: none;
  }

  .carmaster-N4 .cardset-wrap .cardset-figure {
    height: 21rem;
    border-radius: .4rem;
  }

  .carmaster-N4 .cardset-wrap .cardset-body {
    margin-top: 2rem;
  }

  .carmaster-N4 .cardset-wrap .cardset-desc {
    margin-top: 0.4rem;
  }
}
/* carmaster-N5 */
.carmaster-N5 {
  overflow: hidden;
  position: relative;
  background: url(../images/img_N5_01.png) no-repeat center / cover;
}

.carmaster-N5 .list-area {
  display: flex;
  align-items: center;
  width: 100%;
  height: 26rem;
}

.carmaster-N5 .list-area li {
  flex: 1;
  text-align: center;
}

.carmaster-N5 .list-area li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carmaster-N5 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.carmaster-N5 .title img {
  width: 3.6rem;
  height: 3.6rem;
}

.carmaster-N5 .list-area li p {
  margin-top: 1.2rem;
  color: #666;
}

@media (max-width: 992px) {
  .carmaster-N5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: url(../images/m_img_N5_01.png) no-repeat center / cover !important;
  }

  .carmaster-N5 .list-area {
    flex-direction: column;
    gap: 6rem;
    height: auto;
  }

  .carmaster-N5 .list-area li {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .carmaster-N5 .title img {
    width: 2.4rem;
    height: 2.4rem;
  }

  .carmaster-N5 .list-area li p {
    margin-top: 0.8rem;
  }
}
/* carmaster-N6 */
.carmaster-N6 {
  position: relative;
  height: 400vh;
}

.carmaster-N6 .contents-container {
  padding: 0;
  max-width: 100%;
  height: 100%;
}

.carmaster-N6 .contents-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.carmaster-N6 .group-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

.carmaster-N6 .item {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.carmaster-N6 .item-1 {
  z-index: 3;
}

.carmaster-N6 .item-2 {
  z-index: 2;
}

.carmaster-N6 .item-3 {
  z-index: 1;
}

.carmaster-N6 .imageset {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carmaster-N6 .imageset::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(var(--black-rgb), 0.5);
  pointer-events: none;
}

.carmaster-N6 .textset {
  position: absolute;
  inset: auto 0 12rem;
  z-index: 1;
  margin: 0 auto;
  padding: 0 4rem;
}

.carmaster-N6 .container-lg .textset {
  max-width: calc(1440px + 8rem);
}

.carmaster-N6 .container-md .textset {
  max-width: calc(1280px + 8rem);
}

.carmaster-N6 .container-sm .textset {
  max-width: calc(1080px + 8rem);
}

.carmaster-N6 .textset .textset-tit,
.carmaster-N6 .textset .textset-subtit,
.carmaster-N6 .textset .textset-desc {
  color: var(--white);
}

.carmaster-N6 .textset .textset-tit {
  font-weight: 600;
}

.carmaster-N6 .textset .textset-subtit {
  margin-bottom: .8rem;
  font-weight: var(--fw-regular);
}

.carmaster-N6 .textset .textset-desc {
  margin-top: 2.4rem;
}

.carmaster-N6 .textset .textset-desc+.textset-desc {
  margin-top: .8rem;
}

@media (max-width: 992px) {
  .carmaster-N6 .pc-br {
    display: none;
  }

  .carmaster-N6 .mo-br {
    display: block;
  }

  .carmaster-N6 .item .textset {
    bottom: 4rem;
    padding: 0 1.6rem;
    max-width: 100%;
  }

  .carmaster-N6 {}
}
/* carmaster-N7 */
.carmaster-N7 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  --icon-fs-mj2h304s: 1.6rem;
}

.carmaster-N7 .title-area {
  width: 100%;
  text-align: center;
}

.carmaster-N7 .title-area h2 {
  color: var(--primary);
}

.carmaster-N7 .title-area strong {
  display: block;
  margin: 2.4rem 0 0.8rem;
  color: #111;
}

.carmaster-N7 .title-area p {
  color: #666;
}

@media (max-width: 992px) {
  .carmaster-N7 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    --icon-fs-mj2h304s: 1.6rem;
  }

  .carmaster-N7 .title-area strong {
    margin: 2.5rem 0 0.8rem;
  }
}
/* carmaster-N8 */
.carmaster-N8 {
  overflow: hidden;
  position: relative;
  padding-top: 14.6rem;
  padding-bottom: 14.6rem;
  background: url(../images/img_N8_01.png) no-repeat center / cover;
}

.carmaster-N8 .contents-inner {
  width: 100%;
}

.carmaster-N8 .title-area h2,
.carmaster-N8 .title-area strong {
  color: var(--white);
}

.carmaster-N8 .title-area strong {
  display: block;
  margin: 2rem 0 6rem;
}

@media (max-width: 992px) {
  .carmaster-N8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: url(../images/m_img_N8_01.png) no-repeat center / cover !important;
  }

  .carmaster-N8 .title-area strong {
    margin: 1.2rem 0 3rem;
  }
}
/* carmaster-N9 */
.carmaster-N9 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.carmaster-N9 .contents-inner {
  width: 100%;
}

.carmaster-N9 .textset {
  margin-bottom: 8rem;
  width: 100%;
}

.carmaster-N9 .textset .textset-tit+.textset-desc {
  margin-top: 2rem;
}

.carmaster-N9 .list-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.carmaster-N9 .container-sm .list-area {
  grid-template-columns: repeat(2, 1fr);
}

.carmaster-N9 .item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 3rem 2.8rem;
  border-radius: 1.2rem;
}

.carmaster-N9 .item.blue {
  background: #e8f2fd;
}

.carmaster-N9 .item.purple {
  background: #f2eefd;
}

.carmaster-N9 .item.yellow {
  background: #fff8e7;
}

.carmaster-N9 .item.green {
  background: #e6f9fa;
}

.carmaster-N9 .item span {
  color: var(--text-color3);
}

.carmaster-N9 .item strong {
  display: block;
  margin: 0.6rem 0 1.8rem;
}

.carmaster-N9 .item p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  min-height: 10.4rem;
}

.carmaster-N9 .thumb {
  margin-top: 0.8rem;
  text-align: right;
}

.carmaster-N9 .thumb img {
  width: 8rem;
  object-fit: contain;
  aspect-ratio: 1;
}

.carmaster-N9 .desc-list {
  margin-top: 2rem;
}

.carmaster-N9 .desc-item {
  position: relative;
  padding-left: 1.2rem;
}

.carmaster-N9 .desc-item+.desc-item {
  margin-top: 1.6rem;
}

.carmaster-N9 .desc-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--black);
}

@media (max-width: 1200px) {
  .carmaster-N9 .list-area {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .carmaster-N9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .carmaster-N9 .textset {
    margin-bottom: 4rem;
  }

  .carmaster-N9 .textset .textset-tit+.textset-desc {
    margin-top: 1.2rem;
  }

  .carmaster-N9 .list-area {
    gap: 1.4rem;
  }

  .carmaster-N9 .item {
    padding: 2.6rem 2rem;
    border-radius: .8rem;
  }

  .carmaster-N9 .item strong {
    margin-bottom: 1.4rem;
  }

  .carmaster-N9 .item p {
    min-height: 9.6rem;
  }

  .carmaster-N9 .thumb {
    margin-top: 1rem;
    padding-right: 0.6rem;
  }

  .carmaster-N9 .desc-list {
    margin-top: 1.2rem;
  }

  .carmaster-N9 .desc-item+.desc-item {
    margin-top: .8rem;
  }
}

@media (max-width: 576px) {
  .carmaster-N9 .title-area h2 br {
    display: none;
  }

  .carmaster-N9 .contents-container .list-area {
    grid-template-columns: 1fr;
  }
}
/* carmaster-N10 */
.carmaster-N10 {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #F6F8FCFF;
}

.carmaster-N10 .contents-inner {
  width: 100%;
}

.carmaster-N10 .title-area {
  margin-bottom: 10rem;
  text-align: center;
}

.carmaster-N10 .list-area {
  display: flex;
  gap: 8rem;
}

.carmaster-N10 .col-left {
  flex: 1 1 55.2rem;
}

.carmaster-N10 .list-wrap {
  position: sticky;
  top: 10rem;
}

.carmaster-N10 .info-list {
  margin-top: 8rem;
}

.carmaster-N10 .info-list li {
  display: flex;
  gap: 1.2rem;
  color: var(--text-color4);
  font-weight: var(--fw-bold);
  transition: color 0.3s;
}

.carmaster-N10 .info-list li::before {
  content: attr(data-index);
}

.carmaster-N10 .info-list li+li {
  margin-top: 1.2rem;
}

.carmaster-N10 .info-list li.active {
  color: var(--text-color1);
}

.carmaster-N10 .col-right {
  flex: 1 1 64.8rem;
}

.carmaster-N10 .item+.item {
  margin-top: 16rem;
}

.carmaster-N10 .thumb {
  height: 36.8rem;
  border-radius: 1.2rem;
  overflow: hidden;
}

.carmaster-N10 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carmaster-N10 .desc strong {
  display: block;
  margin: 2.4rem 0 .8rem;
  color: var(--text-color3);
  transition: color 0.3s;
}

.carmaster-N10 .desc p {
  color: var(--text-color3);
}

.carmaster-N10 .item.active .desc strong {
  color: var(--text-color1);
}

@media (max-width: 992px) {
  .carmaster-N10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .carmaster-N10 .title-area {
    margin-bottom: 1rem;
  }

  .carmaster-N10 .list-area {
    flex-direction: column;
    gap: 5rem;
  }

  .carmaster-N10 .col-left {
    flex: none;
    position: sticky;
    top: 0;
    transform: translateZ(0);
    backface-visibility: hidden;
    width: 100%;
    max-width: 100%;
    will-change: top;
  }

  .carmaster-N10 .col-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 0.2rem);
    height: 100%;
    background: #f8f8f8;
  }

  .carmaster-N10 .list-wrap {
    position: relative;
    top: unset;
    padding: 4rem 0 2rem;
    background: #f8f8f8;
  }

  .carmaster-N10 .info-list {
    margin-top: 2.4rem;
  }

  .carmaster-N10 .info-list li {
    gap: 0.4rem;
  }

  .carmaster-N10 .info-list li:not(.active) {
    display: none;
  }

  .carmaster-N10 .item+.item {
    margin-top: 8rem;
  }

  .carmaster-N10 .thumb {
    height: auto;
    aspect-ratio: 328/180;
    border-radius: .8rem;
  }

  .carmaster-N10 .desc strong {
    margin: 1.6rem 0 0.8rem;
  }
}
/* carmaster-N11 */
.carmaster-N11 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.carmaster-N11 .contents-inner {
  width: 100%;
}

.carmaster-N11 .textset {
  margin-bottom: 8rem;
}

.carmaster-N11 .textset .textset-tit+.textset-desc {
  margin-top: 2rem;
}

.carmaster-N11 .list-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.carmaster-N11 .list-area li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 4rem;
  text-align: center;
  width: calc(100% / 4 - 2rem);
}

.carmaster-N11 .list-area li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: url(../icons/ico_arrow_right_fill.svg) no-repeat center/cover;
}

.carmaster-N11 .list-area .thumb {
  width: 8rem;
  height: 8rem;
  margin: auto auto 4rem auto;
}

.carmaster-N11 .list-area .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carmaster-N11 .list-area .desc strong {
  font-weight: var(--fw-bold);
}

.carmaster-N11 .list-area .desc p {
  margin-top: 1.2rem;
  color: #767676;
  word-break: keep-all;
  text-wrap: pretty;
}

@media (max-width: 992px) {
  .carmaster-N11 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .carmaster-N11 .textset {
    margin-bottom: 4rem;
  }

  .carmaster-N11 .textset .textset-tit+.textset-desc {
    margin-top: 1.2rem;
  }

  .carmaster-N11 .list-area {
    flex-direction: column;
  }

  .carmaster-N11 .list-area li {
    width: 100%;
    align-items: center;
  }

  .carmaster-N11 .list-area li:not(:first-child)::before {
    top: -1.6rem;
    left: auto;
    transform: rotate(90deg);
    width: 3.2rem;
    height: 3.2rem;
  }

  .carmaster-N11 .list-area .thumb {
    width: 8rem;
    height: 8rem;
    margin-bottom: 2.4rem;
  }

  .carmaster-N11 .list-area .desc p {
    margin-top: .8rem;
  }
}
/* carmaster-N12 */
.board_blank {
  display: flex;
  justify-content: center;
  height: 300px;
  background: #ddd;
  align-items: center;
  flex-direction: column;
}

.carmaster-N12 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #F6F8FCFF;
  --icon-fs-mj6j9mgk: 2rem;
}

.carmaster-N12 .contents-inner {
  width: 100%;
}

.carmaster-N12 .title-area .textset-desc {
  margin: 0.8rem 0 0;
  color: var(--text-color3);
}

.carmaster-N12 .slide-area {
  display: flex;
  gap: 4rem;
  margin-top: 8rem;
}

.carmaster-N12 .col-left {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 34.5rem;
}

.carmaster-N12 .col-left:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: -4rem;
  top: 0;
  background: #F6F8FC;
}

.carmaster-N12 .col-left .cardset {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.4rem;
  width: 100%;
  height: 46rem;
  background: url(../images/img_N12_01.png) no-repeat center/cover;
  border-radius: 1.2rem;
}

.carmaster-N12 .col-left .cardset .cardset-tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: var(--white);
}

.carmaster-N12 .col-left .cardset .cardset-desc {
  margin: 0;
  -webkit-line-clamp: 9;
  color: var(--white);
}

.carmaster-N12 .col-right {
  width: calc(100% - 38.5rem);
}

.carmaster-N12 .swiper {
  overflow: visible;
}

.carmaster-N12 .swiper-slide {
  width: 34.5rem;
}

.carmaster-N12 .swiper-slide .cardset {
  padding: 2.4rem;
  min-height: 39.4rem;
  border-radius: 1.2rem;
  background: var(--white);
}

.carmaster-N12 .swiper-slide .cardset .cardset-figure {
  overflow: hidden;
  height: 18rem;
  border-radius: .4rem;
}

.carmaster-N12 .swiper-slide .cardset .cardset-body {
  margin-top: 1.2rem;
  padding: 0 0.6rem;
}

.carmaster-N12 .swiper-slide .cardset .star-wrap {
  display: flex;
  gap: 0.4rem;
}

.carmaster-N12 .swiper-slide .cardset .star-wrap .ico-star {
  display: flex;
  color: var(--primary);
  font-size: 1.6rem;
  line-height: 1;
  font-style: normal;
}

.carmaster-N12 .swiper-slide .cardset .star-wrap .ico-star::before {
  content: "\a109";
}

.carmaster-N12 .swiper-slide .cardset .star-wrap .ico-star.active::before {
  content: "\a110";
}

.carmaster-N12 .swiper-slide .cardset .cardset-tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 1.2rem 0 0.4rem;
}

.carmaster-N12 .swiper-slide .cardset .cardset-desc {
  -webkit-line-clamp: 3;
  margin: 0;
  color: var(--text-color3);
}

.carmaster-N12 .paging-wrap {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
}

.carmaster-N12 .paging-wrap .btn-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.carmaster-N12 .paging-wrap .btn-wrap [class*="btn-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  color: var(--text-color1);
  border: none;
  border-radius: 50%;
  background: var(--white);
  font-size: 2rem;
  transition: background 0.3s, color 0.3s;
}

.carmaster-N12 .paging-wrap .btn-wrap [class*="btn-"]:hover {
  color: var(--white);
  background: var(--primary);
}

.carmaster-N12 .swiper-pagination-progressbar {
  position: static;
  background: var(--white);
}

.carmaster-N12 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--primary);
}

@media (max-width: 992px) {
  .carmaster-N12 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    --icon-fs-mj6j9mgk: 1.6rem;
  }

  .carmaster-N12 .slide-area {
    display: block;
    margin-top: 4rem;
  }

  .carmaster-N12 .col-left {
    width: 100%;
  }

  .carmaster-N12 .col-left .cardset {
    gap: 1.6rem;
    padding: 2rem;
    height: auto;
    border-radius: .8rem;
    background: url(../images/m_img_N12_01.png) no-repeat center/cover !important;
    aspect-ratio: 328/240;
  }

  .carmaster-N12 .col-left .cardset .cardset-desc {
    -webkit-line-clamp: 3;
  }

  .carmaster-N12 .col-right {
    margin-top: 2rem;
  }

  .carmaster-N12 .col-right,
  .carmaster-N12 .swiper {
    width: 100%;
  }

  .carmaster-N12 .swiper {
    overflow: hidden;
  }

  .carmaster-N12 .swiper-slide {
    width: 28rem;
  }

  .carmaster-N12 .swiper-slide .cardset {
    padding: 1.6rem;
    min-height: 0;
    border-radius: .8rem;
  }

  .carmaster-N12 .swiper-slide .cardset .cardset-figure {
    height: 13.4rem;
    border-radius: .8rem;
  }

  .carmaster-N12 .swiper-slide .cardset .cardset-body {
    margin-top: 1rem;
    padding: 0 0.4rem;
  }

  .carmaster-N12 .swiper-slide .cardset .star-wrap .ico-star {
    font-size: 1.4rem;
  }

  .carmaster-N12 .swiper-slide .cardset .cardset-tit {
    margin-top: 1rem;
  }

  .carmaster-N12 .paging-wrap {
    gap: 0.8rem;
    margin-top: 1.6rem;
  }

  .carmaster-N12 .paging-wrap .btn-wrap {
    gap: 0.4rem;
  }

  .carmaster-N12 .paging-wrap .btn-wrap [class*="btn-"] {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
}
/* carmaster-N13 */
.carmaster-N13 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: var(--primary);
}

.carmaster-N13 .contents-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 9rem;
}

.carmaster-N13 .desc-area .desc strong {
  color: #fff;
  font-weight: var(--fw-bold);
}

.carmaster-N13 .desc-area dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem 0.8rem;
  align-items: center;
  margin-top: 8rem;
}

.carmaster-N13 .desc-area dl+dl {
  margin-top: 1.2rem;
}

.carmaster-N13 .desc-area dl img {
  width: 2.4rem;
  height: 2.4rem;
}

.carmaster-N13 .desc dd {
  margin-bottom: 0;
  color: #fff;
}

.carmaster-N13 .time-area {
  margin-top: 8rem;
}

.carmaster-N13 .time-area strong {
  color: #fff;
  font-weight: var(--fw-bold);
}

.carmaster-N13 .time-area dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem 2.4rem;
  margin-top: 2.4rem;
}

.carmaster-N13 .time-area dl+dl {
  margin-top: 1.1rem;
}

.carmaster-N13 .time-area dt,
.carmaster-N13 .time-area dd {
  color: #fff;
}

.carmaster-N13 .time-area dt {
  display: flex;
  justify-content: space-between;
}

.carmaster-N13 .time-area dd {
  margin-bottom: 0;
}

.carmaster-N13 .time-area dd span {
  color: #d8e9ff;
}

.carmaster-N13 .notice {
  display: block;
  margin-top: 2.4rem;
  font-weight: var(--fw-medium);
  color: #d8e9ff;
}

.carmaster-N13 .notice+.notice {
  margin-top: 0.8rem;
}

.carmaster-N13 .map-area {
  height: 100%;
  min-height: 55.9rem;
  position: relative;
}

.carmaster-N13 .map-area iframe {
  position: absolute;
  top: -8rem;
  left: 0;
  width: 50vw;
  height: calc(100% + 16rem);
}

@media (max-width: 1200px) {
  .carmaster-N13 .map-area iframe {
    width: calc(100% + 8rem);
  }
}

@media (max-width: 992px) {
  .carmaster-N13 {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .carmaster-N13 .contents-inner {
    display: block;
  }

  .carmaster-N13 .desc-area dl {
    gap: 1rem 0.6rem;
    margin-top: 4rem;
  }

  .carmaster-N13 .desc-area dl+dl {
    margin-top: 1rem;
  }

  .carmaster-N13 .time-area {
    margin-top: 4rem;
  }

  .carmaster-N13 .time-area dl {
    margin-top: 2.6rem;
    gap: 1.4rem 2rem;
  }

  .carmaster-N13 .time-area dl+dl {
    margin-top: 1.4rem;
  }

  .carmaster-N13 .notice {
    margin-top: 2rem;
  }

  .carmaster-N13 .notice+.notice {
    margin-top: 0.6rem;
  }

  .carmaster-N13 .map-area {
    margin: 4rem 0 0 -1.6rem;
    width: calc(100% + 3.2rem);
    height: 54rem;
    min-height: 0;
  }

  .carmaster-N13 .map-area iframe {
    position: static;
    width: 100%;
    height: 100%;
  }
}
/* carmaster-subvisual-N2 */
.carmaster-subvisual-N2 {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background: url(../images/img_subvisual_02.png) no-repeat center / cover;
}

.carmaster-subvisual-N2 .contents-container {
  height: 32rem;
}

.carmaster-subvisual-N2 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.carmaster-subvisual-N2 .textset {
  text-align: center;
}

.carmaster-subvisual-N2 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.carmaster-subvisual-N2 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.carmaster-subvisual-N2 .textset .textset-tit+.textset-desc {
  margin-top: 0.8rem;
}

@media (max-width: 992px) {
  .carmaster-subvisual-N2 {
    background: url(../images/img_subvisual_02_m.png) no-repeat center / cover !important;
  }

  .carmaster-subvisual-N2 .contents-container {
    height: 18rem;
  }
}
/* carmaster-subform */
.board_blank {
  display: flex;
  justify-content: center;
  height: 300px;
  background: #ddd;
  align-items: center;
  flex-direction: column;
}

.carmaster-subform {
  overflow: hidden;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.carmaster-subform .contents-inner {
  width: 100%;
}

.carmaster-subform .textset {
  text-align: center;
}

.carmaster-subform .textset .textset-subtit {
  display: block;
  font-weight: var(--fw-bold);
  color: var(--primary);
}

.carmaster-subform .textset .textset-tit {
  margin-bottom: 1.2rem;
}

.carmaster-subform .textset .textset-desc {
  margin: 0;
}

.carmaster-subform .contact-area {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-top: 8rem;
}

.carmaster-subform .alert-box {
  overflow: hidden;
  padding: 4.8rem 4rem;
  width: 58rem;
  min-height: 57rem;
  border-radius: 1.2rem;
  background: url(../images/img_N3_01.png) no-repeat center / cover !important;
}

.carmaster-subform .alert-tit {
  display: block;
  color: var(--white);
}

.carmaster-subform .alert-list {
  margin-top: 2.4rem;
}

.carmaster-subform .alert-list li {
  display: flex;
  gap: 0.6rem;
  color: var(--white);
}

.carmaster-subform .alert-list li::before {
  content: "";
  flex-shrink: 0;
  transform: translateY(1.05rem);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--white);
}

.carmaster-subform .alert-list li+li {
  margin-top: 1.2rem;
}

.carmaster-subform .form-group {
  width: 60rem;
}

.carmaster-subform .form-group .form-tit {
  margin-bottom: 0.4rem;
  font-weight: var(--fw-medium);
}

.carmaster-subform .form-group .form-tit+.checkset-wrap,
.carmaster-subform .form-group .form-tit+.radioset-wrap {
  gap: 1.2rem 4rem;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}

.carmaster-subform .form-group .form-tit span {
  color: #c90000;
}

.carmaster-subform .form-box+.form-box {
  margin-top: 1.6rem;
}

.carmaster-subform .inputset+.inputset {
  margin-top: 4rem;
}

.carmaster-subform .inputset .inputset-tit {
  margin-bottom: 0.8rem;
}

.carmaster-subform .inputset .inputset-label {
  width: 100%;
}

.carmaster-subform .inputset .inputset-textarea {
  height: 14rem;
  resize: none;
}

.carmaster-subform .checkset .checkset-input {
  display: block;
}

.carmaster-subform .checkset .checkset-label {
  padding-left: 2rem;
}

.carmaster-subform .checkset .checkset-label::before {
  width: 2.4rem;
  height: 2.4rem;
}

.carmaster-subform .checkset .checkset-label::after {
  font-size: 2.4rem;
}

.carmaster-subform .contents-agree {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

.carmaster-subform .contents-agree .checkset.checkset-fill .checkset-input:checked+.checkset-label::before {
  background: var(--black);
  border-color: var(--black);
}

.carmaster-subform .form-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.6rem;
}

.carmaster-subform .checkset-wrap .checkset-text {
  height: var(--ht-sm);
  padding: 0 1.6rem;
  margin-left: .8rem;
  font-size: var(--fs-p1);
  border-color: var(--border-color);
  border-width: 1px;
  border-style: solid;
  border-radius: 0.4rem;
  color: var(--body-color);
  background-color: var(--white);
}

.carmaster-subform .contents-agree .btnset {
  transform: translateX(-1.2rem);
}

.carmaster-subform .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5;
}

.carmaster-subform .info-title h3 {
  font-size: var(--fs-h4);
}

.carmaster-subform .modal-close {
  cursor: pointer;
}

.carmaster-subform .info-area {
  overflow-y: auto;
}

.carmaster-subform .info-group+.info-group {
  margin-top: 2.4rem;
}

.carmaster-subform .info-group strong {
  display: block;
  padding-bottom: 1.2rem;
  font-size: var(--fs-h5);
}

.carmaster-subform .info-desc {
  overflow-y: auto;
  padding: 1.6rem;
  max-height: 20.7rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
}

.carmaster-subform .info-desc::-webkit-scrollbar {
  width: 6px;
}

.carmaster-subform .info-desc::-webkit-scrollbar-track {
  background-color: #ddd;
}

.carmaster-subform .info-desc::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}

.carmaster-subform .info-desc p {
  font-size: var(--fs-p1);
}

.carmaster-subform .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.carmaster-subform .info-desc .mtb {
  margin: 2.4rem 0;
}

.carmaster-subform .info-desc em {
  display: flex;
  align-items: center;
  position: relative;
  margin: 2.4rem 0 1rem;
  font-style: normal;
  font-weight: 600;
}

.carmaster-subform .info-list em::before {
  content: "";
  margin-right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
}

.carmaster-subform .info-list p {
  padding-left: 1.2rem;
}

.carmaster-subform .modal-confirm .modal-area {
  position: relative;
  padding: 3.2rem;
  max-width: 36rem;
  background: var(--text-color1);
  border-radius: 0.8rem;
}

.carmaster-subform .modal-confirm .modal-icon {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  background: transparent;
}

.carmaster-subform .modal-confirm .modal-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carmaster-subform .modal-confirm .modal-figure {
  margin: 0 auto;
  width: 5.6rem;
  height: 5.6rem;
}

.carmaster-subform .modal-confirm .modal-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carmaster-subform .modal-confirm .modal-body {
  font-size: var(--fs-p1);
  text-align: center;
  color: var(--white);
}

.carmaster-subform .modal-confirm .modal-textarea {
  margin: 1.6rem 0;
}

.carmaster-subform .modal-confirm .modal-footer {
  text-align: center;
}

.carmaster-subform .modal-confirm .modal-footer .btnset {
  min-width: 9.4rem;
  height: 4rem;
  border-radius: 0.4rem;
}

.carmaster-subform .modal-confirm .modal-footer .btnset.btnset-line-light {
  border-color: var(--white);
  color: var(--white);
}

.carmaster-subform .modalset .modalset-close::before {
  color: var(--text-color1);
}

@media (max-width: 992px) {
  .carmaster-subform {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .carmaster-subform .contact-area {
    display: block;
    margin-top: 4rem;
  }

  .carmaster-subform .alert-box {
    padding: 2.4rem;
    width: 100%;
    min-height: 54rem;
    border-radius: .8rem;
  }

  .carmaster-subform .alert-list {
    margin-top: 1.6rem;
  }

  .carmaster-subform .alert-list li::before {
    width: 0.3rem;
    height: 0.3rem;
  }

  .carmaster-subform .alert-list li+li {
    margin-top: 0.8rem;
  }

  .carmaster-subform .form-group {
    margin-top: 3rem;
    width: 100%;
  }

  .carmaster-subform .form-box+.form-box {
    margin-top: 1.4rem;
  }

  .carmaster-subform .form-group .form-tit+.checkset-wrap,
  .carmaster-subform .form-group .form-tit+.radioset-wrap {
    gap: 0.8rem 2.4rem;
  }

  .carmaster-subform .checkset .checkset-label {
    padding-left: 2.6rem;
    max-width: 100%;
  }

  .carmaster-subform .checkset .checkset-label::before {
    width: 1.8rem;
    height: 1.8rem;
  }

  .carmaster-subform .checkset .checkset-label::after {
    font-size: 1.8rem;
  }

  .carmaster-subform .contents-agree .btnset {
    transform: translateX(-0.8rem);
  }

  .carmaster-subform .form-wrap {
    display: block;
    margin-top: 0.4rem;
  }

  .carmaster-subform .form-btn {
    margin-top: 1.4rem;
  }

  .carmaster-subform .form-btn .btnset {
    width: 100%;
  }

  .carmaster-subform .modal-confirm .modal-figure {
    width: 4.8rem;
    height: 4.8rem;
  }

  .carmaster-subform .modal-confirm .modal-textarea {
    margin: 0.8rem 0;
  }
}
/* carmaster-subvisual-N3 */
.carmaster-subvisual-N3 {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background: url(../images/img_subvisual_03.png) no-repeat center / cover;
}

.carmaster-subvisual-N3 .contents-container {
  height: 32rem;
}

.carmaster-subvisual-N3 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.carmaster-subvisual-N3 .textset {
  text-align: center;
}

.carmaster-subvisual-N3 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.carmaster-subvisual-N3 .textset .textset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.carmaster-subvisual-N3 .textset .textset-tit+.textset-desc {
  margin-top: 0.8rem;
}

@media (max-width: 992px) {
  .carmaster-subvisual-N3 {
    background: url(../images/img_subvisual_03_m.png) no-repeat center / cover !important;
  }

  .carmaster-subvisual-N3 .contents-container {
    height: 18rem;
  }
}