[v-cloak] {
  display: none;
}

.kc-spinner{
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }

  .u-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none !important;
  }

  .u-desktop {
    display: block;
  }
}

.kc-article,
.kc-article-sp {
  width: initial;
}

#kcapp {
  width: 100%;
}

#kcapp p,
span,
h4 {
  font-family: "Yu Gothic Medium",
    "游ゴシック Medium",
    YuGothic,
    "游ゴシック体",
    "メイリオ",
    sans-serif;
}

#kcapp a {
  text-decoration: none;
}

/* topページ */

.kc-section {
  width: 930px;
  margin: 0 auto;
  overflow: hidden;
}

.kc-ttl-box1,
.kc-ttl-box2 {
  text-align: center;
  padding: 40px 0 30px;
}

.kc-ttl-box1 img {
  width: 120px;
}

.kc-ttl-box2 img {
  width: 310px;
}

.kc-cards {
  margin-bottom: 10px;
  align-items: stretch;
}

.kc-card1 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  height: auto;
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
}

.kc-card2 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  height: auto;
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
}

.kc-card1:hover .kc-image-box1 img,
.kc-card2:hover .kc-image-box2 img {
  opacity: .8;
  transform: scale(1.05) !important;
  transition: all .3s;
  overflow: hidden;
}

.kc-image-box1 {
  overflow: hidden;
  margin: 16px 16px 8px;
}

.kc-image-box2 {
  overflow: hidden;
  margin: 0 8px 8px;
}

.kc-image-box1 img,
.kc-image-box2 img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  transition: all .3s;
}

.kc-txt-box {
  padding: 0 16px 16px;
}

.kc-company-name {
  position: relative;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  padding: 4px 0 4px 24px;
}

.kc-company-name::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #99C243;
}

.kc-date {
  font-size: 10px;
  color: #333;
}


.kc-type {
  background-color: #E69D37;
  padding: 4px 12px;
  margin-top: 5px;
  font-size: 11px;
  height: 22px;
  line-height: 21px;
  border-radius: 10px;
  color: #fff;
}


.kc-name1,
.kc-name2 {
  margin-bottom: 6px;
  margin-top: 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  /* height: 57px; */
}

.kc-name1 {
  font-size: 15px;
}

.kc-name2 {
  font-size: 14px;
}

.kc-line {
  width: 100%;
  height: 1px;
  background-color: #808080;
  margin-bottom: 8px;
}

.kc-address {
  margin-top: 8px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.kc-dec-btn1 {
  display: flex;
  justify-content: flex-end;
  font-size: 10px;
  color: #333;
  font-weight: bold;
}

.kc-dec-btn2 {
  display: flex;
  justify-content: flex-end;
  font-size: 10px;
  color: #333;
  font-weight: bold;
  padding-top: 10px;
}

.kc-dec-btn1 span,
.kc-dec-btn2 span {
  position: relative;
  padding-right: 16px;
}

.kc-dec-btn1 span::before,
.kc-dec-btn2 span::before {
  width: 76px;
  position: absolute;
  bottom: -3px;
  right: 0;
  height: 1px;
  background-color: #333;
  content: "";
}

.kc-dec-btn1 span::after,
.kc-dec-btn2 span::after {
  width: 12px;
  transform: rotate(60deg);
  position: absolute;
  bottom: 2px;
  right: -3px;
  height: 1px;
  background-color: #333;
  content: "";
}

.swiper01 {
  width: 900px;
  margin: 0 auto;
}

.swiper02 {
  width: 900px;
  margin: 0 auto;
}

#kcapp .swiper-container {
  position: relative;
}

#kcapp .swiper-wrapper {
  height: auto !important;
  z-index: 0;
}

#kcapp .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  height: 330px;
}

#kcapp .swiper-button-next,
#kcapp .swiper-button-prev {
  background-image: initial;
  mix-blend-mode: multiply;
}

#kcapp .swiper-button-next {
  right: -10px;

}

#kcapp .swiper-button-prev {
  left: -10px;
}

/* 前へ次への矢印カスタマイズ */
#kcapp .swiper-button-prev,
#kcapp .swiper-button-next {
  height: 40px;
  width: 40px;
}

#kcapp .swiper-button-next:after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
  display: block;
}

#kcapp .swiper-button-prev:after {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
  display: block;
}

#kcapp .swiper-button-prev:after {
  background-image: url(../img/kc/arrow-left.png);
}

#kcapp .swiper-button-next:after {
  background-image: url(../img/kc/arrow-right.png);
}

#kcapp .swiper-button-prev.swiper-button-disabled,
#kcapp .swiper-button-next.swiper-button-disabled {
  display: none;
}

#kcapp2 .swiper-container {
  position: relative;
}

#kcapp2 .swiper-wrapper {
  height: auto !important;
  z-index: 0;
}

#kcapp2 .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  height: 300px;
}

.swiper-button-next-model,
.swiper-button-prev-model {
  cursor: pointer;
  background-image: initial;
  mix-blend-mode: multiply;
}

.swiper-button-next-model {
  right: -10px;

}

.swiper-button-prev-model {
  left: -10px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev-model,
.swiper-button-next-model {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
}

.swiper-button-next-model:after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
  display: block;
}

.swiper-button-prev-model:after {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
  display: block;
}

.swiper-button-prev-model:after {
  background-image: url(../img/kc/arrow-left.png);
}

.swiper-button-next-model:after {
  background-image: url(../img/kc/arrow-right.png);
}

.swiper-button-prev-model.swiper-button-disabled,
.swiper-button-next-model.swiper-button-disabled {
  display: none;
}

.swiper-button-next-model,
.swiper-button-prev-model {
  background-image: initial;
  mix-blend-mode: multiply;
}

.kc-btn {
  position: relative;
  width: 190px;
  margin: 40px auto 50px;
}

.kc-btn-link {
  display: block;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
}

.kc-btn-link span {
  position: relative;
}

.kc-btn-link span::before {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: -26px;
  width: 12px;
  height: 1.5px;
  background-color: #fff;
}

.kc-btn-link span::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%) rotate(90deg);
  top: 50%;
  right: -26px;
  width: 12px;
  height: 1.5px;
  background-color: #fff;
}

/* topページ スマホ */

.kc-section-sp {
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #FCF9F4;
}

.kc-ttl-box-sp {
  text-align: center;
  padding: 40px 0 30px;
}

.kc-ttl-box-sp img {
  width: 120px;
}

.kc-cards-sp {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kc-card-list-sp {
  border-bottom: 1px solid #333;
}

.kc-card-list-sp:first-child {
  border-top: 1px solid #333;
}

.kc-card-sp {
  padding-top: 15px;
  padding-bottom: 15px;
}

.kc-card-sp {
  display: flex;
}

.kc-image-box-sp {
  width: 30%;
}

.kc-image-box-sp img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kc-txt-box-sp {
  width: 66%;
  color: #333;
  margin-left: 4%;
  position: relative;
}

.kc-date-sp {
  font-size: 12px;
  margin-top: 5px;
}

.kc-name-sp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  margin-top: 5px;
}

.kc-type-sp {
  font-size: 11px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  background-color: #E69D37;
  width: fit-content;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.kc-btn-sp {
  position: relative;
  width: 190px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.kc-btn-link-sp {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 10px 32px;
}

.kc-btn-link-sp span {
  position: relative;
  font-size: 14px;
}

.kc-btn-link-sp span::before {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: -26px;
  width: 12px;
  height: 1.5px;
  background-color: #fff;
}

.kc-btn-link-sp span::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%) rotate(90deg);
  top: 50%;
  right: -26px;
  width: 12px;
  height: 1.5px;
  background-color: #fff;
}

@media screen and (max-width: 450px) {
  
.kc-section-sp {
  padding-bottom: 13.333vw;
  padding-left: 5.333vw;
  padding-right: 5.333vw;
}

.kc-ttl-box-sp {
  text-align: center;
  padding: 10.667vw 0 8vw;
}

.kc-ttl-box-sp img {
  width: 32vw;
}

.kc-card-list-sp {
  border-bottom: 1px solid #333;
}

.kc-card-list-sp:first-child {
  border-top: 1px solid #333;
}

.kc-card-sp {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.kc-card-sp {
  display: flex;
}

.kc-image-box-sp {
  width: 30%;
}

.kc-image-box-sp img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kc-txt-box-sp {
  width: 66%;
  color: #333;
  margin-left: 4%;
  position: relative;
}

.kc-date-sp {
  font-size: 3vw;
  margin-top: 1.333vw;
}

.kc-name-sp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 3.4vw;
  margin-top: 1vw;
  line-height: 1.5;
}

.kc-type-sp {
  font-size: 2.933vw;
  color: #fff;
  height: 4.3vw;
  line-height: 4.5vw;
  background-color: #E69D37;
  width: fit-content;
  padding-left: 2.133vw;
  padding-right: 2.133vw;
  border-radius: 1.067vw;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.kc-btn-sp {
  position: relative;
  width: 50.667vw;
  margin-top: 10.667vw;
  margin-left: auto;
  margin-right: auto;
}

.kc-btn-link-sp {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 2.667vw 8.533vw;
}

.kc-btn-link-sp span {
  position: relative;
  font-size: 3.733vw;
}

.kc-btn-link-sp span::before {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: -6.933vw;
  width: 3.2vw;
  height: 0.4vw;
  background-color: #fff;
}

.kc-btn-link-sp span::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%) rotate(90deg);
  top: 50%;
  right: -6.933vw;
  width: 3.2vw;
  height: 0.4vw;
  background-color: #fff;
}
}

/* ニュースページ */

.kc-n-container {
  background-color: #fff;
  width: 100%;
}

.kc-n-section {
  width: 900px;
  margin: 0 auto;
}

.kc-n-ttl-box {
  text-align: center;
  padding: 40px 0 30px;
}

.kc-n-ttl-box img {
  width: 120px;
}

.kc-n-card {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  border-bottom: 2px solid #cfcfcf;
}

.kc-n-card-list:nth-child(2n) {
  background-color: #FCF9F4;
}

.kc-n-image-box {
  width: 20%;
  overflow: hidden;
}

.kc-n-flex-box {
  display: flex;
  align-items: center;
}

.kc-n-txt-box {
  width: 80%;
  padding-left: 16px;
  padding-top: 10px;
}

.kc-n-image-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.kc-n-date {
  font-size: 16px;
  color: #333;
}


.kc-n-type {
  background-color: #E69D37;
  padding: 1px 8px;
  margin-left: 10px;
  font-size: 11px;
  height: 22px;
  line-height: 21px;
  border-radius: 15px;
  color: #fff;
}

.kc-n-name {
  font-size: 17px;
  color: #333;
  margin: 10px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}

.kc-n-dec-btn {
  display: flex;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  padding-top: 20px;
}

.kc-n-dec-btn span {
  position: relative;
  padding: 0 16px;
}

.kc-n-dec-btn span::before {
  width: 95px;
  position: absolute;
  bottom: -3px;
  right: 0;
  height: 1px;
  background-color: #333;
  content: "";
}

.kc-n-dec-btn span::after {
  width: 16px;
  transform: rotate(60deg);
  position: absolute;
  bottom: 4px;
  right: -4px;
  height: 1px;
  background-color: #333;
  content: "";
}

.kc-n-card:hover .kc-n-image-box img {
  opacity: .8;
  transform: scale(1.05) !important;
  transition: all .3s;
}

/* ニュースページ（スマホ） */
.kc-n-section-sp {
  padding-left: 15px;
  padding-right: 15px;
}

.kc-n-cards-sp {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kc-n-card-list-sp:not(:first-child) {
  margin-top: 40px;
}

.kc-n-image-box-sp img {
  width: 100%;
  aspect-ratio: 1734/1104;
  object-fit: cover;
}

.kc-n-txt-box-sp {
  color: #333;
}

.kc-n-date-sp {
  margin-top: 8px;
  font-size: 12px;
}

.kc-n-name-sp {
  margin-top: 5px;
}

.kc-n-type-sp {
  font-size: 11px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  background-color: #E69D37;
  width: fit-content;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
}

.kc-n-box-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.kc-n-dec-btn-sp span {
  position: relative;
  padding: 0 16px;
  font-size: 13px;
  font-weight: bold;
}

.kc-n-dec-btn-sp span::before {
  width: 100px;
  position: absolute;
  bottom: -5px;
  right: 0;
  height: 1px;
  background-color: #333;
  content: "";
}

.kc-n-dec-btn-sp span::after {
  width: 16px;
  transform: rotate(60deg);
  position: absolute;
  bottom: 4px;
  right: -4px;
  height: 1px;
  background-color: #333;
  content: "";
}


/* イベントページ */

.kc-e-section {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.kc-e-ttl-box {
  text-align: center;
  padding: 40px 0 30px;
}

.kc-e-ttl-box img {
  width: 310px;
}

.kc-e-cards {
  padding-top: 30px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.kc-e-card {
  height: auto;
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
  width: 22%;
  margin: 0 15px 50px;
  border-radius: 10px;
}


.kc-e-card:hover .kc-e-image-box img {
  opacity: .8;
  transform: scale(1.05) !important;
  transition: all .3s;
  overflow: hidden;
}

.kc-e-image-box {
  overflow: hidden;
  margin: 0 8px 8px;
}


.kc-e-image-box img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: all .3s;
}

.kc-e-txt-box {
  padding: 0 16px 16px;
}

.kc-e-company-name {
  position: relative;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  padding: 4px 0 4px 24px;
  line-height: 1.5;
}

.kc-e-company-name::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #99C243;
}

.kc-e-date {
  font-size: 10px;
  color: #333;
}


.kc-e-type {
  background-color: #E69D37;
  padding: 4px 12px;
  margin-top: 5px;
  font-size: 11px;
  height: 22px;
  line-height: 21px;
  border-radius: 10px;
  color: #fff;
}


.kc-e-name {
  font-size: 14px;
  margin-bottom: 6px;
  margin-top: 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  color: #333;
  height: 3em;
  line-height: 1.5;
}

.kc-e-address {
  margin-top: 8px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.kc-e-dec-btn {
  display: flex;
  justify-content: flex-end;
  font-size: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
}


.kc-e-dec-btn span {
  position: relative;
  padding-right: 16px;
}

.kc-e-dec-btn span::before {
  width: 76px;
  position: absolute;
  bottom: -3px;
  right: 0;
  height: 1px;
  background-color: #333;
  content: "";
}

.kc-e-dec-btn span::after {
  width: 12px;
  transform: rotate(60deg);
  position: absolute;
  bottom: 2px;
  right: -3px;
  height: 1px;
  background-color: #333;
  content: "";
}


/* イベントページ（スマホ） */
.kc-e-section-sp {
  padding-bottom: 50px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.kc-e-ttl-box-sp {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.kc-e-ttl-box-sp img {
  width: 100%;
}

.kc-ttl-box-sp img {
  width: 120px;
}

.kc-e-cards-sp {
  max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.kc-e-card-sp {
  border-bottom: 1px solid #333;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.kc-e-card-sp:first-child {
  border-top: 1px solid #333;
}

.kc-e-card-sp {
  display: flex;
}

.kc-e-image-box-sp {
  width: 30%;
}

.kc-e-image-box-sp img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.kc-e-txt-box-sp {
  width: 66%;
  color: #333;
  margin-left: 4%;
  position: relative;
}

.kc-e-company-name-e {
  position: relative;
    font-size: 13px;
    color: #333;
    font-weight: bold;
    padding-left: 15px;
}

.kc-e-company-name-e::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #99C243;
}

.kc-e-date-sp {
  font-size: 11px;
}

.kc-e-name-sp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.5;
}

.kc-e-type-sp {
  font-size: 11px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  background-color: #E69D37;
  width: fit-content;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}



@media screen and (max-width: 450px) {
  .kc-e-section-sp {
    padding-bottom: 13.333vw;
    padding-top: 0;
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    
  }

  .kc-e-ttl-box img {
    width: 82.667vw;
  }

  .kc-e-cards-sp {
    margin-top: 5.333vw;
  }
  
  .kc-e-card-sp {
    border-bottom: 1px solid #333;
    display: block;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  
  .kc-e-card-sp:first-child {
    border-top: 1px solid #333;
  }
  
  .kc-e-card-sp {
    display: flex;
  }
  
  .kc-e-image-box-sp {
    width: 37%;
  }
  
  .kc-e-image-box-sp img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  
  .kc-e-txt-box-sp {
    width: 59%;
    color: #333;
    margin-left: 4%;
    position: relative;
  }
  
  .kc-e-company-name-e {
    position: relative;
      font-size: 3vw;
      color: #333;
      font-weight: bold;
      padding-left: 4vw;
  }
  
  .kc-e-company-name-e::after {
    content: "";
    position: absolute;
    top: 1.067vw;
    left: 0;
    display: block;
    width: 2.667vw;
    height: 2.667vw;
    background-color: #99C243;
  }
  
  .kc-e-date-sp {
    font-size: 2.933vw;
  }
  
  .kc-e-name-sp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 3.7vw;
    margin-top: 1.333vw;
    line-height: 1.5;
  }
  
  .kc-e-type-sp {
    font-size: 2.3vw;
    color: #fff;
    height: 4.3vw;
    line-height: 4.3vw;
    background-color: #E69D37;
    width: fit-content;
    padding-left: 2.133vw;
    padding-right: 2.133vw;
    border-radius: 1.067vw;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
  }
}


*/ .kc-spinner {
  margin-top: 40px;
  margin-bottom: 40px;
}


/* modelページ（スマホ） */
.swiper-model {
  overflow: hidden;
}
.kc-swiper-block-model-sp {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.kc-swiper-prev-model-sp {
  bottom: 0;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 1000px;
  border: 1px solid;
  margin-right: auto;
}
.kc-swiper-prev-model-sp::before {
  width: 12px;
  position: absolute;
  top: 44%;
  left: 45%;
  transform: translate(-50%, -50%)rotate(-30deg);
  height: 1px;
  background-color: #333;
  content: "";
}

.kc-swiper-prev-model-sp::after {
  width: 12px;
  position: absolute;
  top: 56%;
  left: 45%;
  transform: translate(-50%, -50%)rotate(30deg);
  height: 1px;
  background-color: #333;
  content: "";
}
.swiper-pagination-model {
  width: initial!important;
}
.kc-swiper-next-model-sp {
  bottom: 0;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 1000px;
  border: 1px solid;
  margin-left: auto;
}
.kc-swiper-next-model-sp::before {
  width: 12px;
  position: absolute;
  top: 44%;
  left: 55%;
  transform: translate(-50%, -50%)rotate(30deg);
  height: 1px;
  background-color: #333;
  content: "";
}

.kc-swiper-next-model-sp::after {
  width: 12px;
  position: absolute;
  top: 56%;
  left: 55%;
  transform: translate(-50%, -50%)rotate(-30deg);
  height: 1px;
  background-color: #333;
  content: "";
}

.kc-section-model-sp {
  padding-left: 15px;
  padding-right: 15px;
}

.kc-container-model-sp {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kc-cards-model-sp {
  height: auto!important;
}

.kc-card-model-sp {
  display: flex;
  flex-direction: column;
  height: auto!important;
}

.kc-image-box-model-sp{
  position: relative;
}

.kc-image-box-model-sp img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kc-image-box-model-sp__company{
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(62, 58, 57, 0.76);
  width: 100%;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 1.8;
}

.kc-txt-box-model-sp {
  color: #333;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.kc-date-model-sp {
  font-size: 11px;
  margin-top: 5px;
  letter-spacing: -.01em;
}

.kc-name-model-sp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  margin-top: 5px;
  flex-grow: 1;
  line-height: 1.5;
}

.kc-type-model-sp {
  font-size: 11px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  background-color: #E69D37;
  width: fit-content;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  display: block;
  margin-top: 10px;
}


/* 一括予約ページ */

.kc-center{
  text-align: center;
}
.kc-button-wrap{
  display: inline-block;
}
.articleSP .kc-button-wrap{
  width: 60vw;
}
.kc-button-wrap{
  margin-bottom: 24vw
}
.kc-modelhouse-list{
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
.kc-modelhouse-list .corporate{
  cursor: pointer;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);                        
}
.articlePC .kc-modelhouse-list .corporate{
  cursor: pointer;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);                        
}
.kc-modelhouse-list .corporate input[type=checkbox]{
  display: none;
}
.articlePC .kc-cp-img01{
  width: 50%!important;
}
.articlePC .kc-cp-img03{
  width: 90%!important;
}
.articlePC .kc-cp-img04{
  width: 70%!important;
}
.articlePC .kc-cp-img05,
.articlePC .kc-cp-img06{
  width: 50%!important;
}
.articleSP .kc-cp-img01{
  width: 65%!important;
}
.articleSP .kc-cp-img03{
  width: 90%!important;
}
.articleSP .kc-cp-img04{
  width: 90%!important;
}
.articleSP .kc-cp-img05,
.articleSP .kc-cp-img06{
  width: 60%!important;
}
.articlePC .kc-modelhouse-list {
  grid-template-columns: repeat(3, 279px);
  gap: 22px;
  margin-top: 20px;
  grid-template-rows: repeat(1, 159px);
}
.articleSP .kc-modelhouse-list {
  grid-template-columns: repeat(2, 40vw);
  grid-template-rows: repeat(2, 40vw);
  gap: 6vw;
  margin-top: 5vw;	
}
.kc-modelhouse-list .corporate {
    text-align: center;
    width: 100%;
    height: 100%;
}
.articlePC .kc-modelhouse-list .corporate img {
  width: 190px;
}
.articleSP .kc-modelhouse-list .corporate img {
  width: 32vw;
}

.kc-button-wrap{
  width: 60%;
}

.articlePC .kc-form{
  margin-bottom: 80px;
}
.articleSP .kc-form{
  margin-bottom: 8.5vw;
}

.kc-chkbox:after {
  border: 3px solid #92C01E;
  border-radius: 10px;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  position: absolute;
}
input[type=checkbox]:checked+.kc-chkbox:after{
  opacity: 1;
}
input[type=button].kc-button{
  cursor: pointer;
  background-color: #92C01E;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .1em;
  color: #fff;
  position: relative;
}

.articleSP input[type=button].kc-button{
  width: 100%;
  padding: 3.33vw 5.33vw;
  font-size: 3.73vw;
  line-height: 1.7;
  border-width: 0.53vw;
}

.articlePC .kc-button-wrap{
  position: relative;
  margin-bottom: 110px;
}
.kc-chkbox{
  cursor: pointer;
  text-align: center;
}
input[type=button].kc-button{
  width: 200px;
  padding: 12px 22px 12px  22px;
  font-size: 16px;
  line-height: 1.7;
}
