@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
 TOP
===========================================*/
/*==========================================
 共通
===========================================*/
.section {
  position: relative;
}
.section .inview_letter {
  transition: letter-spacing 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/*==========================================
　sec-cts 共通
===========================================*/
/*==========================================
　concept
===========================================*/
.sec-concept {
  position: relative;
  color: #fff;
}
.sec-concept .cts-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .sec-concept .cts-head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-head {
    width: 100%;
  }
}
.sec-concept .cts-head .cts-head-bottom {
  width: 100%;
}
.sec-concept .cts-head .flex-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-head .flex-block {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.sec-concept .cts-head .left-block {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .sec-concept .cts-head .left-block {
    width: 45%;
  }
}
.sec-concept .cts-head .right-block {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-head .right-block {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.sec-concept .cts-body {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-body {
    flex-direction: column;
  }
}
.sec-concept .cts-body .flex-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
  align-items: unset;
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-body .flex-block {
    flex-direction: column-reverse;
  }
}
.sec-concept .cts-body .left-block {
  width: 100%;
}
.sec-concept .cts-body .right-block {
  width: 100%;
}
.sec-concept .cts-ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-ttl {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .sec-concept .cts-ttl {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.sec-concept .cts-ttl-en {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(1.6rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-ttl-en {
    font-size: clamp(1.6rem, 6.25vw, 3.6rem);
  }
}
.sec-concept .cts-ttl-ja {
  letter-spacing: 0.2em;
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-ttl-ja {
    font-size: clamp(1.6rem, 2.7777777778vw, 1.6rem);
  }
}
.sec-concept .cts-lead {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-lead {
    font-size: clamp(1.6rem, 6.25vw, 3.6rem);
  }
}
.sec-concept .cts-txt {
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-txt {
    font-size: clamp(1.6rem, 2.7777777778vw, 1.6rem);
  }
}
.sec-concept .cts-list {
  position: relative;
  flex-direction: column;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
}
@media screen and (min-width: 1201px) {
  .sec-concept .cts-list {
    max-width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 2em;
  }
}
@media screen and (max-width: 1200px) {
  .sec-concept .cts-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .sec-concept .cts-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.sec-concept .cts-list a {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .sec-concept .cts-list a:hover:hover {
    color: #202b51;
    background: #fff;
  }
}
.sec-concept .cts-list .cts-list-item {
  position: relative;
  border: 1px solid #fff;
}
.sec-concept .cts-list .item-wrap {
  padding: 4%;
  display: block;
}
.sec-concept .cts-list .item-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-concept .cts-list .item-body {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: 100%;
  padding-block: 1.5em 0.5em;
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-list .item-body {
    width: 100%;
  }
}
.sec-concept .cts-list .item-num {
  line-height: 0.75;
  font-size: clamp(1.6rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-list .item-num {
    font-size: clamp(1.6rem, 4.1666666667vw, 2.4rem);
  }
}
.sec-concept .cts-list .item-cate {
  padding-left: 1em;
  font-size: clamp(1.6rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-list .item-cate {
    font-size: clamp(1.6rem, 4.1666666667vw, 2.4rem);
  }
}
.sec-concept .cts-list .item-ttl {
  letter-spacing: 0.2em;
  font-size: clamp(1.6rem, 1.4583333333vw, 2.8rem);
}
@media screen and (max-width: 960px) {
  .sec-concept .cts-list .item-ttl {
    font-size: clamp(1.6rem, 4.8611111111vw, 2.8rem);
  }
}
/*==========================================
　modelhouse
===========================================*/
.sec-modelhouse {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-modelhouse .btn-more-block {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.sec-modelhouse .cts-wrap {
  width: 100%;
  position: relative;
}
.sec-modelhouse .cts-head {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-modelhouse .cts-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .sec-modelhouse .cts-head {
    width: 100%;
  }
}
.sec-modelhouse .cts-head .cts-head-bottom {
  padding-left: 10%;
  width: 100%;
}
.sec-modelhouse .cts-body {
  width: 100%;
}
.sec-modelhouse .cts-ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
@media screen and (max-width: 960px) {
  .sec-modelhouse .cts-ttl {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .sec-modelhouse .cts-ttl {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.sec-modelhouse .cts-ttl-en {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(1.6rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 960px) {
  .sec-modelhouse .cts-ttl-en {
    font-size: clamp(1.6rem, 6.25vw, 3.6rem);
  }
}
.sec-modelhouse .cts-ttl-ja {
  letter-spacing: 0.2em;
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .sec-modelhouse .cts-ttl-ja {
    font-size: clamp(1.6rem, 2.7777777778vw, 1.6rem);
  }
}
.sec-modelhouse .cts-lead {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .sec-modelhouse .cts-lead {
    font-size: clamp(1.6rem, 3.125vw, 1.8rem);
  }
}
.sec-modelhouse .cts-txt {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .sec-modelhouse .cts-txt {
    font-size: clamp(1.6rem, 2.7777777778vw, 1.6rem);
  }
}

/*==========================================
　event
===========================================*/
.sec-event {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-event .btn-more-block {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.sec-event .cts-wrap {
  width: 100%;
  position: relative;
}
.sec-event .cts-head {
  position: relative;
  max-width: 92%;
}
@media screen and (min-width: 961px) {
  .sec-event .cts-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
.sec-event .cts-head .cts-head-bottom {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .sec-event .cts-head .cts-head-bottom {
    padding-left: 10%;
  }
}
.sec-event .cts-body {
  width: 100%;
}
.sec-event .cts-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
@media screen and (min-width: 961px) {
  .sec-event .cts-ttl {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .sec-event .cts-ttl {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .sec-event .cts-ttl {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.sec-event .cts-ttl-en {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(1.6rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 960px) {
  .sec-event .cts-ttl-en {
    font-size: clamp(1.6rem, 6.25vw, 3.6rem);
  }
}
.sec-event .cts-ttl-ja {
  letter-spacing: 0.2em;
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .sec-event .cts-ttl-ja {
    font-size: clamp(1.6rem, 2.7777777778vw, 1.6rem);
  }
}
.sec-event .cts-lead {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .sec-event .cts-lead {
    font-size: clamp(1.6rem, 3.125vw, 1.8rem);
  }
}
.sec-event .cts-txt {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .sec-event .cts-txt {
    font-size: clamp(1.6rem, 2.7777777778vw, 1.6rem);
  }
}
.sec-event .event-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec-event .event-list {
    max-width: 100%;
    margin-inline: auto;
  }
}
.sec-event .event-list.slick-initialized .slick-list {
  height: 100%;
}
.sec-event .event-list.slick-initialized .slick-track {
  height: 100%;
  display: flex;
}
.sec-event .event-list .close-item .add01,
.sec-event .event-list .close-item .add03 {
  opacity: 0;
}
.sec-event .event-list .event-item {
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .sec-event .event-list .event-item {
    width: 32%;
  }
  .sec-event .event-list .event-item:nth-of-type(n + 4) {
    margin-top: 60px;
  }
  .sec-event .event-list .event-item:not(:nth-of-type(3n + 1)) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 960px) {
  .sec-event .event-list .event-item {
    width: 100%;
  }
}
.sec-event .event-list .event-item a {
  position: relative;
}
@media (hover: hover) {
  .sec-event .event-list .event-item a:hover:hover .item-img img {
    scale: 1.1;
  }
  .sec-event .event-list .event-item a:hover:hover .item-more-wrap {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
.sec-event .event-list .event-item .close {
  position: relative;
}
.sec-event .event-list .event-item .close .close-line {
  text-decoration: line-through;
}
.sec-event .event-list .event-item .close .item-more-wrap {
  display: none;
}
.sec-event .event-list .event-item .close .item-close-wrap {
  opacity: 1;
}
.sec-event .event-list .event-item .item-close-wrap {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.sec-event .event-list .event-item .item-close-wrap .item-close {
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0em;
  text-align: center;
}
.sec-event .event-list .event-item .item-close-wrap .item-close.en {
  font-size: clamp(1.4rem, 2.5vw, 3.6rem);
  letter-spacing: 0em;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .sec-event .event-list .event-item .item-close-wrap .item-close.en {
    font-size: clamp(1.4rem, 2.5vw, 3.6rem);
  }
}
.sec-event .event-list .event-item .item-close-wrap .item-close.ja {
  font-size: clamp(1.4rem, 0.9375vw, 1.8rem);
  font-weight: 100;
}
.sec-event .event-list .new-area.new {
  z-index: 10;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: clamp(50px, 6vw, 60px);
}
@media screen and (max-width: 960px) {
  .sec-event .event-list .new-area.new {
    top: 20px;
  }
}
.sec-event .event-list .item-wrap {
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec-event .event-list .item-wrap {
    padding-top: 30px;
  }
}
.sec-event .event-list .item-head {
  position: relative;
  overflow: hidden;
}
.sec-event .event-list .item-img-wrap {
  position: relative;
}
.sec-event .event-list .item-img-wrap::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, transparent 50%, #acbbc2);
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .sec-event .event-list .item-img-wrap::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, transparent 50%, #acbbc2);
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: 3;
  }
}
.sec-event .event-list .item-img {
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.sec-event .event-list .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  transition: all 640ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  object-fit: cover;
  transform: translate3d(0px, 0px, 0px) scale(1);
}
.sec-event .event-list .item-body {
  position: relative;
  z-index: 4;
}
.sec-event .event-list .item-ttl-block {
  display: flex;
  align-items: center;
}
.sec-event .event-list .item-ttl {
  padding: 0.5em 0;
  font-size: 2.1rem;
  margin-top: 0;
  letter-spacing: 0.05em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 960px) {
  .sec-event .event-list .item-ttl {
    margin: 0.2em 0 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-event .event-list .item-ttl {
    margin: 0.4em 0 0.4em;
  }
}
.sec-event .event-list .item-ttl-wrap {
  padding: 1.5em 0 0.5em;
  font-size: clamp(1.4rem, 0.9375vw, 2.1rem);
}
@media screen and (max-width: 960px) {
  .sec-event .event-list .item-ttl-wrap {
    font-size: clamp(1.4rem, 1.6666666667vw, 1.6rem);
  }
}
.sec-event .event-list .item-date {
  padding: 0.5em 0;
}
.sec-event .event-list .item-address {
  padding: 0.5em 0;
}
.sec-event .event-list .item-txt {
  padding: 0.5em 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(1.4rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .sec-event .event-list .item-txt {
    font-size: clamp(1.4rem, 1.6666666667vw, 1.6rem);
  }
}
.sec-event .event-list .slick-slide {
  margin-right: 2vw !important;
  margin-left: 2vw !important;
}

/*==========================================
　works
===========================================*/
.sec-works {
  position: relative;
}
.sec-works .cts-wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .sec-works .cts-wrap {
    flex-direction: column;
  }
}
.sec-works .cts-head {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 960px) {
  .sec-works .cts-head {
    position: relative;
    top: 0;
    max-width: 92%;
  }
}
@media screen and (min-width: 961px) {
  .sec-works .cts-head {
    padding-right: 4%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    max-width: 25%;
  }
}
.sec-works .cts-body {
  width: 100%;
}
.sec-works .cts-ttl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
@media screen and (max-width: 960px) {
  .sec-works .cts-ttl {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .sec-works .cts-ttl {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.sec-works .cts-ttl-en {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(1.6rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 960px) {
  .sec-works .cts-ttl-en {
    font-size: clamp(1.6rem, 6.25vw, 3.6rem);
  }
}
.sec-works .cts-ttl-ja {
  letter-spacing: 0.2em;
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .sec-works .cts-ttl-ja {
    font-size: clamp(1.6rem, 2.7777777778vw, 1.6rem);
  }
}
.sec-works .cts-lead {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .sec-works .cts-lead {
    font-size: clamp(1.6rem, 3.125vw, 1.8rem);
  }
}
.sec-works .cts-txt {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .sec-works .cts-txt {
    font-size: clamp(1.6rem, 2.7777777778vw, 1.6rem);
  }
}
.sec-works .works-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec-works .works-list {
    max-width: 100%;
    margin-inline: auto;
  }
}
.sec-works .works-list.slick-initialized .slick-list {
  height: 100%;
}
.sec-works .works-list.slick-initialized .slick-track {
  height: 100%;
  display: flex;
}
.sec-works .works-list .close-item .add01,
.sec-works .works-list .close-item .add03 {
  opacity: 0;
}
.sec-works .works-list .works-item {
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .sec-works .works-list .works-item {
    width: 48%;
  }
  .sec-works .works-list .works-item:nth-of-type(n + 3) {
    margin-top: 60px;
  }
  .sec-works .works-list .works-item:not(:nth-of-type(2n + 1)) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 960px) {
  .sec-works .works-list .works-item {
    width: 100%;
  }
}
.sec-works .works-list .works-item a {
  position: relative;
}
@media (hover: hover) {
  .sec-works .works-list .works-item a:hover:hover .item-img img {
    scale: 1.1;
  }
  .sec-works .works-list .works-item a:hover:hover .item-more-wrap {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
.sec-works .works-list .works-item .close {
  position: relative;
}
.sec-works .works-list .works-item .close .close-line {
  text-decoration: line-through;
}
.sec-works .works-list .works-item .close .item-more-wrap {
  display: none;
}
.sec-works .works-list .works-item .close .item-close-wrap {
  opacity: 1;
}
.sec-works .works-list .new-area.new {
  z-index: 10;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: clamp(50px, 6vw, 60px);
}
@media screen and (max-width: 960px) {
  .sec-works .works-list .new-area.new {
    top: 20px;
  }
}
.sec-works .works-list .item-wrap {
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec-works .works-list .item-wrap {
    padding-top: 30px;
  }
}
.sec-works .works-list .item-head {
  position: relative;
  overflow: hidden;
}
.sec-works .works-list .item-img-wrap {
  position: relative;
}
.sec-works .works-list .item-img-wrap::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, transparent 50%, #acbbc2);
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .sec-works .works-list .item-img-wrap::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, transparent 50%, #acbbc2);
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: 3;
  }
}
.sec-works .works-list .item-img {
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.sec-works .works-list .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.6875739645;
  transition: all 640ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  object-fit: cover;
  transform: translate3d(0px, 0px, 0px) scale(1);
}
.sec-works .works-list .item-body {
  position: relative;
  z-index: 4;
}
.sec-works .works-list .item-ttl-block {
  display: flex;
  align-items: center;
}
.sec-works .works-list .item-ttl {
  padding: 0.5em 0;
  font-size: clamp(1.8rem, 1.875vw, 2.1rem);
  margin-top: 0;
  letter-spacing: 0.05em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 960px) {
  .sec-works .works-list .item-ttl {
    margin: 0.2em 0 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .works-list .item-ttl {
    margin: -0.8em 0 0.4em;
  }
}
.sec-works .works-list .item-ttl-wrap {
  padding: 0.5em 0;
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .sec-works .works-list .item-ttl-wrap {
    font-size: clamp(1.4rem, 1.6666666667vw, 1.6rem);
  }
}
.sec-works .works-list .item-address {
  padding: 0.5em 0;
}
.sec-works .works-list .slick-slide {
  margin-right: 2vw !important;
  margin-left: 2vw !important;
}

/*==========================================
　support 
===========================================*/
.sec-support {
  background: #f1f0e5;
}
@media (hover: hover) {
  .sec-support .btn-more-hover:hover:hover .cts-body-inner::before {
    background: rgba(0, 0, 0, 0.2);
  }
  .sec-support .btn-more-hover:hover:hover .cts-lead {
    bottom: 6%;
  }
}
.sec-support .cts-wrap {
  background: #fff;
  border-radius: 1vmax;
}
.sec-support .cts-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #000;
  padding-block: 2em;
  line-height: 1.75;
}
.sec-support .cts-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-support .cts-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .sec-support .cts-ttl {
    text-align: center;
  }
}
.sec-support .cts-ttl-ja-sm {
  letter-spacing: 0.2em;
  white-space: nowrap;
  font-size: clamp(1.6rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 960px) {
  .sec-support .cts-ttl-ja-sm {
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  }
}
.sec-support .cts-ttl-ja {
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 960px) {
  .sec-support .cts-ttl-ja {
    font-size: clamp(1.6rem, 2.0833333333vw, 2rem);
  }
}
.sec-support .cts-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1em;
}
.sec-support .cts-body-inner {
  position: relative;
  z-index: 2;
  background-image: url("../img/index/sec-support_bg.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  height: 451px;
  border-radius: 0vmax 0vmax 1vmax 1vmax;
  overflow: hidden;
}
.sec-support .cts-body-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.sec-support .cts-lead-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  position: relative;
  padding: 4% 2%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .sec-support .cts-lead-wrap {
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
  }
}
.sec-support .cts-lead {
  transition: 0.3s ease-in-out;
  color: #fff;
  font-size: clamp(2rem, 2.5vw, 4.8rem);
  letter-spacing: 0.2em;
}
@media screen and (min-width: 961px) {
  .sec-support .cts-lead {
    position: absolute;
    left: 2%;
    bottom: 4%;
  }
}
@media screen and (max-width: 960px) {
  .sec-support .cts-lead {
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    position: relative;
  }
}
@media screen and (min-width: 961px) {
  .sec-support .btn-more-block {
    position: absolute;
    right: 2%;
    bottom: 4%;
  }
}
@media screen and (max-width: 960px) {
  .sec-support .btn-more-block {
    position: relative;
  }
}

/*==========================================
　staff
===========================================*/
.sec-staff {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-staff .btn-more-block {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.sec-staff .cts-wrap {
  width: 100%;
  position: relative;
}
.sec-staff .cts-head {
  position: relative;
}
@media screen and (min-width: 961px) {
  .sec-staff .cts-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .sec-staff .cts-head {
    max-width: 92%;
  }
}
.sec-staff .cts-head .cts-head-bottom {
  padding-left: 10%;
  width: 100%;
}
.sec-staff .cts-body {
  width: 100%;
}
.sec-staff .cts-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
@media screen and (max-width: 960px) {
  .sec-staff .cts-ttl {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .sec-staff .cts-ttl {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.sec-staff .cts-ttl-en {
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(1.6rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 960px) {
  .sec-staff .cts-ttl-en {
    font-size: clamp(1.6rem, 6.25vw, 3.6rem);
  }
}
.sec-staff .cts-ttl-ja {
  letter-spacing: 0.2em;
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .sec-staff .cts-ttl-ja {
    font-size: clamp(1.6rem, 2.7777777778vw, 1.6rem);
  }
}
.sec-staff .cts-lead {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .sec-staff .cts-lead {
    font-size: clamp(1.6rem, 3.125vw, 1.8rem);
  }
}
.sec-staff .cts-txt {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .sec-staff .cts-txt {
    font-size: clamp(1.6rem, 2.7777777778vw, 1.6rem);
  }
}
.sec-staff .staff-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec-staff .staff-list {
    max-width: 100%;
    margin-inline: auto;
  }
}
.sec-staff .staff-list.slick-initialized .slick-list {
  height: 100%;
}
.sec-staff .staff-list.slick-initialized .slick-track {
  height: 100%;
  display: flex;
}
.sec-staff .staff-list .staff-item {
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .sec-staff .staff-list .staff-item {
    width: 23.5%;
  }
  .sec-staff .staff-list .staff-item:nth-of-type(n + 5) {
    margin-top: 60px;
  }
  .sec-staff .staff-list .staff-item:not(:nth-of-type(4n + 1)) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 960px) {
  .sec-staff .staff-list .staff-item {
    width: 100%;
  }
}
.sec-staff .staff-list .staff-item a {
  position: relative;
}
@media (hover: hover) {
  .sec-staff .staff-list .staff-item a:hover:hover .item-img img {
    scale: 1.1;
  }
  .sec-staff .staff-list .staff-item a:hover:hover .item-more-wrap {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
.sec-staff .staff-list .item-wrap {
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec-staff .staff-list .item-wrap {
    padding-top: 30px;
  }
}
.sec-staff .staff-list .item-head {
  position: relative;
  overflow: hidden;
}
.sec-staff .staff-list .item-img {
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.sec-staff .staff-list .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.6860068259;
  transition: all 640ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  object-fit: cover;
  transform: translate3d(0px, 0px, 0px) scale(1);
}
.sec-staff .staff-list .item-body {
  position: relative;
  z-index: 4;
}
.sec-staff .staff-list .item-ttl-block {
  display: flex;
  align-items: center;
}
.sec-staff .staff-list .item-ttl {
  padding: 0.5em 0;
  font-size: 1.6rem;
  margin-top: 0;
  letter-spacing: 0.05em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 960px) {
  .sec-staff .staff-list .item-ttl {
    margin: 0.2em 0 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-staff .staff-list .item-ttl {
    margin: -0.8em 0 0.4em;
  }
}
.sec-staff .staff-list .item-ttl-wrap {
  padding: 0.5em 0;
  font-size: clamp(1.8rem, 1.09375vw, 2.1rem);
}
@media screen and (max-width: 960px) {
  .sec-staff .staff-list .item-ttl-wrap {
    font-size: clamp(1.8rem, 2.1875vw, 2.1rem);
  }
}
.sec-staff .staff-list .item-ttl-en {
  padding: 0.5em 0;
  font-size: clamp(2rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 960px) {
  .sec-staff .staff-list .item-ttl-en {
    font-size: clamp(2rem, 2.5vw, 2.4rem);
  }
}
.sec-staff .staff-list .item-cate {
  padding: 0.5em 0;
}
.sec-staff .staff-list .slick-slide {
  margin-right: 2vw !important;
  margin-left: 2vw !important;
}

/*==========================================
　packImg
===========================================*/
.sec-packImg .pack-ctsContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .sec-packImg .pack-ctsContainer {
    flex-direction: column;
  }
}
.sec-packImg .packCts-item {
  width: 49%;
  padding-block: 4%;
}
@media screen and (max-width: 960px) {
  .sec-packImg .packCts-item {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .sec-packImg .packCts-item:nth-of-type(n+3) {
    margin-top: -1px;
  }
}
@media screen and (max-width: 960px) {
  .sec-packImg .packCts-item:nth-of-type(n+2) {
    margin-top: -1px;
  }
}
@media screen and (min-width: 961px) {
  .sec-packImg .packCts-item {
    border-block: 1px solid #bfbfbf;
  }
}
@media screen and (max-width: 960px) {
  .sec-packImg .packCts-item {
    margin-bottom: 0%;
  }
}
.sec-packImg .packCts-item .cts-wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.sec-packImg .packCts-item .cts-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .sec-packImg .packCts-item .cts-head {
    width: 100%;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    justify-content: center;
    color: #fff;
  }
}
.sec-packImg .packCts-item .cts-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .sec-packImg .packCts-item .cts-body {
    width: 100%;
  }
}
.sec-packImg .packCts-item .cts-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .sec-packImg .packCts-item .cts-ttl-wrap {
    margin-bottom: 20px;
  }
}
.sec-packImg .packCts-item .cts-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .sec-packImg .packCts-item .cts-ttl {
    text-align: center;
    align-items: center;
  }
}
.sec-packImg .packCts-item .cts-ttl-en {
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media screen and (max-width: 960px) {
  .sec-packImg .packCts-item .cts-ttl-en {
    font-size: clamp(2rem, 3.125vw, 3rem);
  }
}
.sec-packImg .packCts-item .cts-ttl-ja {
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .sec-packImg .packCts-item .cts-ttl-ja {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}

/*==========================================
　voice
===========================================*/
.sec-voice .sec-wrap {
  position: relative;
}
.sec-voice .sec-bg {
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .sec-voice .sec-bg {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2.3272727273;
  }
}
@media screen and (max-width: 960px) {
  .sec-voice .sec-bg {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
  }
}
.sec-voice .sec-bg .item-img img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .sec-voice .sec-bg .item-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    object-position: 40%;
    height: 100%;
    aspect-ratio: 2/3;
  }
}
.sec-voice .door-anime {
  position: relative;
}
.sec-voice .door-anime::before, .sec-voice .door-anime::after {
  content: "";
  position: absolute;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: 2s;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .sec-voice .door-anime::before, .sec-voice .door-anime::after {
    content: none;
  }
}
.sec-voice .door-anime::before {
  left: 0%;
}
@media screen and (min-width: 961px) {
  .sec-voice .door-anime::before {
    animation: maskL linear both;
    animation-timeline: view();
    animation-range: entry 15% cover 60%;
  }
}
.sec-voice .door-anime::after {
  right: 0%;
}
@media screen and (min-width: 961px) {
  .sec-voice .door-anime::after {
    animation: maskR linear both;
    animation-timeline: view();
    animation-range: entry 15% cover 60%;
  }
}
@keyframes maskL {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
@keyframes maskR {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
.sec-voice .sec-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.sec-voice .cts-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 961px) {
  .sec-voice .cts-head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .sec-voice .cts-head {
    width: 100%;
  }
}
.sec-voice .cts-body {
  position: relative;
  right: 0;
  margin-top: 30px;
  width: 100%;
}
.sec-voice .cts-lead {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 0.5em;
}
@media screen and (max-width: 960px) {
  .sec-voice .cts-lead {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.sec-voice .cts-lead .cts-lead-lg {
  letter-spacing: 0.05em;
  font-weight: 300;
  font-size: clamp(2rem, 3.64585vw, 7rem);
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .sec-voice .cts-lead .cts-lead-lg {
    margin-bottom: 0.5em;
    font-size: clamp(2rem, 8.875vw, 3.6rem);
  }
}
.sec-voice .cts-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.sec-voice .event-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec-voice .event-list {
    max-width: 100%;
    margin-inline: auto;
  }
}
.sec-voice .event-list.slick-initialized .slick-list {
  height: 100%;
}
.sec-voice .event-list.slick-initialized .slick-track {
  height: 100%;
  display: flex;
}
.sec-voice .event-list .close-item .add01,
.sec-voice .event-list .close-item .add03 {
  opacity: 0;
}
.sec-voice .event-list .event-item {
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .sec-voice .event-list .event-item {
    width: 23.5%;
  }
  .sec-voice .event-list .event-item:nth-of-type(n + 5) {
    margin-top: 60px;
  }
  .sec-voice .event-list .event-item:not(:nth-of-type(4n + 1)) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 960px) {
  .sec-voice .event-list .event-item {
    width: 100%;
  }
}
.sec-voice .event-list .event-item a {
  position: relative;
}
@media (hover: hover) {
  .sec-voice .event-list .event-item a:hover:hover .item-img img {
    scale: 1.1;
  }
  .sec-voice .event-list .event-item a:hover:hover .item-more-wrap {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
.sec-voice .event-list .event-item .close {
  position: relative;
}
.sec-voice .event-list .event-item .close .close-line {
  text-decoration: line-through;
}
.sec-voice .event-list .event-item .close .item-more-wrap {
  display: none;
}
.sec-voice .event-list .event-item .close .item-close-wrap {
  opacity: 1;
}
.sec-voice .event-list .event-item .item-close-wrap {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.sec-voice .event-list .event-item .item-close-wrap .item-close {
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0em;
  text-align: center;
}
.sec-voice .event-list .event-item .item-close-wrap .item-close.en {
  font-size: clamp(1.4rem, 2.5vw, 3.6rem);
  letter-spacing: 0em;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .sec-voice .event-list .event-item .item-close-wrap .item-close.en {
    font-size: clamp(1.4rem, 2.5vw, 3.6rem);
  }
}
.sec-voice .event-list .event-item .item-close-wrap .item-close.ja {
  font-size: clamp(1.4rem, 0.9375vw, 1.8rem);
  font-weight: 100;
}
.sec-voice .event-list .new-area.new {
  z-index: 10;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: clamp(50px, 6vw, 60px);
}
@media screen and (max-width: 960px) {
  .sec-voice .event-list .new-area.new {
    top: 20px;
  }
}
.sec-voice .event-list .item-wrap {
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec-voice .event-list .item-wrap {
    padding-top: 30px;
  }
}
.sec-voice .event-list .item-head {
  position: relative;
  overflow: hidden;
}
.sec-voice .event-list .item-img-wrap {
  position: relative;
}
.sec-voice .event-list .item-img-wrap::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, transparent 50%, #acbbc2);
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .sec-voice .event-list .item-img-wrap::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, transparent 50%, #acbbc2);
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: 3;
  }
}
.sec-voice .event-list .item-img {
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.sec-voice .event-list .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.6666666667;
  transition: all 640ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  object-fit: cover;
  transform: translate3d(0px, 0px, 0px) scale(1);
}
.sec-voice .event-list .item-body {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 961px) {
  .sec-voice .event-list .item-body {
    transform: translateY(-27%);
  }
}
@media screen and (max-width: 960px) {
  .sec-voice .event-list .item-body {
    transform: translateY(-55%);
    margin-bottom: -40%;
  }
}
.sec-voice .event-list .item-ttl-block {
  display: flex;
  align-items: center;
}
.sec-voice .event-list .item-ttl-en {
  font-size: clamp(1.6rem, 2.042vw, 2rem);
  font-weight: 500;
}
.sec-voice .event-list .item-ttl {
  padding: 0.25em 0;
  font-size: 1.6rem;
  margin-top: 0;
  letter-spacing: 0.05em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 960px) {
  .sec-voice .event-list .item-ttl {
    margin: 0.2em 0 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-voice .event-list .item-ttl {
    margin: -0.8em 0 0.4em;
  }
}
.sec-voice .event-list .item-txt {
  padding: 0.25em 0;
  font-size: clamp(1.4rem, 0.8334vw, 1.6rem);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 960px) {
  .sec-voice .event-list .item-txt {
    margin: 0.2em 0 0.4em;
  }
}
.sec-voice .event-list .item-add-wrap {
  text-align: center;
}
.sec-voice .event-list .item-add-list {
  font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .sec-voice .event-list .item-add-list {
    font-size: clamp(1.4rem, 1.6666666667vw, 1.6rem);
  }
}
@media screen and (max-width: 960px) {
  .sec-voice .event-list .item-add-list {
    margin-bottom: 1em;
  }
}
.sec-voice .event-list .absolute01 {
  width: 100%;
  padding-top: 20px;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .sec-voice .event-list .absolute01 {
    position: absolute;
    transform: translateY(-120%);
  }
}
.sec-voice .event-list .absolute01::before {
  content: "";
  display: block;
  width: 80%;
  background: #000;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.sec-voice .event-list .event_time {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.sec-voice .event-list .item-add-address_en {
  text-align: center;
  font-size: clamp(2.8rem, 2.6042vw, 5rem);
  font-weight: 400;
  display: block;
  position: relative;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .sec-voice .event-list .item-add-address_en {
    text-align: center;
    font-size: clamp(1.8rem, 10.6042vw, 5rem);
  }
}
.sec-voice .event-list .item-add-address_en .spanText {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sec-voice .event-list .absolute02 {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 961px) {
  .sec-voice .event-list .absolute02 {
    position: absolute;
    transform: translateY(10%);
  }
}
.sec-voice .event-list .absolute02 .item-add-list {
  margin-bottom: 10px;
}
.sec-voice .event-list .slick-slide {
  margin-right: 2vw !important;
  margin-left: 2vw !important;
}

/*==========================================
　zeh 
===========================================*/
.sec-zeh {
  background: #f1f0e5;
}
.sec-zeh .cts-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.sec-zeh .cts-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sec-zeh .cts-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-zeh .cts-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .sec-zeh .cts-ttl {
    text-align: center;
  }
}
.sec-zeh .cts-ttl-en {
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .sec-zeh .cts-ttl-en {
    font-size: clamp(1.6rem, 3.125vw, 1.8rem);
  }
}
.sec-zeh .cts-ttl-ja {
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .sec-zeh .cts-ttl-ja {
    font-size: clamp(1.6rem, 3.125vw, 1.8rem);
  }
}

/*==========================================
　pack
===========================================*/
.sec-pack .pack-ctsContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .sec-pack .pack-ctsContainer {
    flex-direction: column;
  }
}
.sec-pack .packCts-item {
  width: 49%;
}
@media screen and (min-width: 961px) {
  .sec-pack .packCts-item:nth-of-type(n+3) {
    margin-top: -1px;
  }
}
@media screen and (max-width: 960px) {
  .sec-pack .packCts-item:nth-of-type(n+2) {
    margin-top: -1px;
  }
}
@media screen and (max-width: 576px) {
  .sec-pack .packCts-item {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .sec-pack .packCts-item {
    border-block: 1px solid #bfbfbf;
  }
}
@media screen and (max-width: 960px) {
  .sec-pack .packCts-item {
    margin-bottom: 60px;
    border-block: 1px solid #bfbfbf;
  }
}
.sec-pack .packCts-item .cts-wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-block: 30px;
}
.sec-pack .packCts-item .cts-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .sec-pack .packCts-item .cts-head {
    margin-bottom: 0px;
  }
}
.sec-pack .packCts-item .cts-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sec-pack .packCts-item .cts-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec-pack .packCts-item .cts-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .sec-pack .packCts-item .cts-ttl {
    text-align: center;
  }
}
.sec-pack .packCts-item .cts-ttl-en {
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media screen and (max-width: 960px) {
  .sec-pack .packCts-item .cts-ttl-en {
    font-size: clamp(2rem, 3.125vw, 3rem);
  }
}
.sec-pack .packCts-item .cts-ttl-ja {
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .sec-pack .packCts-item .cts-ttl-ja {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}

/*==========================================
　form
===========================================*/
.sec-form {
  background: #202b51;
  padding: 20px;
}
.sec-form .pack-ctsContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}
@media screen and (max-width: 960px) {
  .sec-form .pack-ctsContainer {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
  }
}
.sec-form .packCts-item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .sec-form .packCts-item:has(+ .packCts-item)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
  }
}
@media screen and (max-width: 960px) {
  .sec-form .packCts-item:has(+ .packCts-item)::after {
    content: "";
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 1px;
    background: #fff;
  }
}
.sec-form .packCts-item .btn-link {
  color: #fff;
  display: block;
}
@media (hover: hover) {
  .sec-form .packCts-item .btn-link:hover:hover {
    color: #202b51;
    background: #fff;
  }
}
.sec-form .packCts-item .cts-wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-block: 30px;
}
.sec-form .packCts-item .cts-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .sec-form .packCts-item .cts-head {
    min-height: clamp(20rem, 26.0416666667vw, 50rem);
  }
}
@media screen and (max-width: 960px) {
  .sec-form .packCts-item .cts-head {
    margin-bottom: 0px;
  }
}
.sec-form .packCts-item .cts-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sec-form .packCts-item .cts-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-form .packCts-item .cts-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .sec-form .packCts-item .cts-ttl {
    text-align: center;
  }
}
.sec-form .packCts-item .cts-ttl-en {
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 1.875vw, 3.6rem);
}
@media screen and (max-width: 960px) {
  .sec-form .packCts-item .cts-ttl-en {
    font-size: clamp(2rem, 3.75vw, 3.6rem);
  }
}
.sec-form .packCts-item .cts-ttl-ja {
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: clamp(1.6rem, 1.09375vw, 2.1rem);
}
@media screen and (max-width: 960px) {
  .sec-form .packCts-item .cts-ttl-ja {
    font-size: clamp(1.6rem, 2.1875vw, 2.1rem);
  }
}

/*==========================================
　NEWS
===========================================*/
.sec-news .cts-wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .sec-news .cts-wrap {
    flex-direction: column;
  }
}
.sec-news .cts-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 961px) {
  .sec-news .cts-head {
    min-width: clamp(2rem, 27.0833333333vw, 52rem);
    max-width: 30%;
  }
}
@media screen and (max-width: 960px) {
  .sec-news .cts-head {
    margin-bottom: 40px;
  }
}
.sec-news .cts-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sec-news .cts-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-news .cts-ttl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #000;
}
@media screen and (max-width: 960px) {
  .sec-news .cts-ttl {
    text-align: center;
  }
}
.sec-news .cts-ttl-en {
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: clamp(2rem, 1.5625vw, 3rem);
}
@media screen and (max-width: 960px) {
  .sec-news .cts-ttl-en {
    font-size: clamp(2rem, 5.2083333333vw, 3rem);
  }
}
.sec-news .cts-ttl-ja {
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .sec-news .cts-ttl-ja {
    font-size: clamp(1.6rem, 3.125vw, 1.8rem);
  }
}
.sec-news .news-list .news-item .more-arrow {
  min-width: 10px;
  left: 0px;
  transition: 0.3s ease-in-out;
  position: relative;
  fill: #000;
  max-width: 2em;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
@media screen and (max-width: 960px) {
  .sec-news .news-list .news-item .more-arrow {
    display: none;
  }
}
.sec-news .news-list .news-item .more-arrow .st0 {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.sec-news .news-list .news-item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1.6em 0 1.6em;
  margin: 0 0 0em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 960px) {
  .sec-news .news-list .news-item a {
    margin: 1.6em 0 0;
    padding-block: 0 1.6em;
  }
}
@media (hover: hover) {
  .sec-news .news-list .news-item a:hover:hover {
    background: #202b51;
    color: #fff;
    padding-inline: 2%;
  }
  .sec-news .news-list .news-item a:hover:hover .item-cate {
    border-color: #fff;
  }
  .sec-news .news-list .news-item a:hover:hover .item-cate.web {
    background: #fff;
    color: #000;
  }
}
.sec-news .news-list .news-item .item-head {
  min-width: 180px;
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.1em;
}
.sec-news .news-list .news-item .item-date {
  display: inline-block;
  letter-spacing: 0.05em;
  min-width: 8.5em;
  text-transform: lowercase;
}
.sec-news .news-list .news-item .item-cate {
  border: 1px solid #202b51;
  border-radius: 100vmax;
  padding: 0.1em 1em;
  transition: 0.3s ease-in-out;
  margin-right: 2em;
  text-align: center;
  font-size: clamp(1.2rem, 0.625vw, 1.6rem);
  min-width: clamp(6rem, 4.3229166667vw, 8.3rem);
}
@media screen and (max-width: 960px) {
  .sec-news .news-list .news-item .item-cate {
    font-size: clamp(1.2rem, 2.0833333333vw, 1.6rem);
    min-width: clamp(6rem, 14.4097222222vw, 8.3rem);
    position: absolute;
    top: 0;
    right: 0;
  }
}
.sec-news .news-list .news-item .item-cate.web {
  background: #202b51;
  color: #fff;
}
.sec-news .news-list .news-item .item-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-news .news-list .news-item .item-body {
    margin-top: 0.3em;
  }
}
.sec-news .news-list .news-item .item-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.sec-news .news-list .news-item .item-ttl {
  transition: 0s;
  letter-spacing: 0.1em;
  padding-right: 1em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(1.8rem, 0.9375vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .sec-news .news-list .news-item .item-ttl {
    width: calc(100% - 83px);
  }
}
@media screen and (max-width: 767px) {
  .sec-news .news-list .news-item .item-ttl {
    font-size: clamp(1.6rem, 2.7777777778vw, 1.6rem);
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1201px) {
  .sec-news .bnr-area {
    width: 23%;
  }
}
@media screen and (max-width: 1200px) {
  .sec-news .bnr-area {
    max-width: 440px;
    margin: 75px auto 0;
  }
}

/*==========================================
　slider
===========================================*/
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0px solid #343434;
  border-radius: 50%;
  padding: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
  cursor: pointer;
  color: transparent;
  outline: none;
  position: absolute;
  top: 50%;
  opacity: 0;
  visibility: hidden;
}
.slick-prev {
  left: -4%;
}
@media screen and (max-width: 960px) {
  .slick-prev {
    left: calc(7% - 4px);
  }
}

.slick-next {
  right: 20%;
}
@media screen and (max-width: 960px) {
  .slick-next {
    right: calc(7% - 4px);
  }
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background-image: url(../img/common/arrow_r.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

.slick-prev:before {
  background-image: url(../img/common/arrow_l.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

/*==========================================
　sp_slider
===========================================*/
.sp_slider_media .slick-slide {
  margin-right: 2vw !important;
  margin-left: 2vw !important;
}
.sp_slider_media .slick-prev,
.sp_slider_media .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0px solid #343434;
  border-radius: 50%;
  padding: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
  cursor: pointer;
  color: transparent;
  outline: none;
}
@media screen and (min-width: 961px) {
  .sp_slider_media .slick-prev,
  .sp_slider_media .slick-next {
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .sp_slider_media .slick-prev,
  .sp_slider_media .slick-next {
    position: absolute;
    top: 50%;
  }
}
.sp_slider_media .slick-prev {
  left: -10px;
}
@media screen and (max-width: 960px) {
  .sp_slider_media .slick-prev {
    left: calc(7% - 4px);
  }
}
.sp_slider_media .slick-next {
  right: -10px;
}
@media screen and (max-width: 960px) {
  .sp_slider_media .slick-next {
    right: calc(7% - 4px);
  }
}

.snap_container {
  overflow: auto;
  scroll-snap-type: y mandatory;
}
.snap_container .scrollify {
  scroll-snap-align: start;
}

/*# sourceMappingURL=index_cts.css.map */
