@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.page-inovel p,
.page-inovel a,
.page-inovel span,
.page-inovel h1,
.page-inovel h2,
.page-inovel h3,
.page-inovel h4 {
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 0.05em;
  color: #1B1B1B;
}
.page-inovel .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #1B1B1B;
}
@media screen and (min-width: 768px) {
  .page-inovel .text {
    font-size: 18px;
  }
}
.page-inovel .Libre {
  font-family: "Libre Baskerville", serif !important;
}
.page-inovel .cmn-link01 {
  text-align: center;
}
.page-inovel .cmn-link01 a {
  position: relative;
}
.page-inovel .cmn-link01 a:hover {
  opacity: 0.7;
}
.page-inovel .cmn-link01 a:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #E0DCD6;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
.page-inovel .cmn-link01 a span {
  font-size: 20px;
  font-weight: 700;
  color: #1B1B1B;
}
.page-inovel .cmn-link01 a span:before, .page-inovel .cmn-link01 a span:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -44px;
  width: 16px;
  height: 5px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 2px) 50%;
}
.page-inovel .cmn-link01 a span:before {
  transform: rotate(45deg);
}
.page-inovel .cmn-link01 a span:after {
  transform: rotate(-45deg);
}
.page-inovel .cmn-title01 {
  font-family: "Libre Baskerville", serif !important;
  margin: 0 0 54px;
  padding: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #1B1B1B;
}
.page-inovel .cmn-title01 span {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif !important;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #1B1B1B;
}
.page-inovel .cmn-title01 span::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../../img/inovel-base/icon/title01.png) no-repeat 0 0;
  background-size: 100%;
  font-family: "Noto Sans JP", sans-serif !important;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-inovel .cmn-title01 {
    margin: 0 0 40px;
    font-size: 80px;
  }
  .page-inovel .cmn-title01 span {
    margin: 16px 0 0;
    font-size: 20px;
  }
}
.page-inovel .inner {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .page-inovel .inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-inovel {
    padding: 90px 0 0;
  }
}

.inovel-base .parallax {
  position: relative;
}
.inovel-base .parallax .video-wrapper video {
  width: 100%;
  height: auto;
}
.inovel-base .parallax figure {
  background: url(../../img/inovel-base/main-img01_sp.png) no-repeat 0 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100% + 60px);
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  z-index: 1;
}
.inovel-base .parallax .title01 {
  display: none;
  position: absolute;
  bottom: 64px;
  left: 10px;
  color: #fff;
  font-size: 38px;
  line-height: 1.5833333333;
  z-index: 2;
}
.inovel-base .parallax .title01 span {
  display: block;
  font-family: "Noto Sans JP", serif !important;
  margin: 16px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .inovel-base .parallax {
    height: calc(100vh - 90px);
    clip-path: inset(0 0 0 0);
  }
  .inovel-base .parallax .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .inovel-base .parallax .video-wrapper video,
  .inovel-base .parallax .video-wrapper iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .inovel-base .parallax .title01 {
    bottom: 56px;
    left: 24px;
    font-size: 80px;
    line-height: 1.5384615385;
  }
  .inovel-base .parallax .title01 span {
    margin: 24px 0 0;
    font-size: 24px;
  }
}

.news {
  padding: 32px 0;
  background: #fff;
}
.news .list {
  margin: 0 0 32px;
}
.news .list .item {
  display: flex;
  align-items: center;
  gap: 0 16px;
  padding: 16px 22px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843);
}
.news .list .item + .item {
  margin: 16px 0 0;
}
.news .list .item .img {
  width: 38.787878787%;
}
.news .list .item .area-text {
  width: 60%;
}
.news .list .item .area-text .category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px;
}
.news .list .item .area-text .category a {
  padding: 4px 16px;
  background: #eee;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 32px;
}
.news .list .item .area-text .date {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.news .list .item .area-text .title {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 32px 0 44px;
  }
  .news .list {
    display: flex;
    gap: 0 16px;
    margin: 0 0 44px;
  }
  .news .list .item {
    width: calc(33% - 16px);
  }
  .news .list .item + .item {
    margin: 0;
  }
  .news .list .item .area-text .category a {
    padding: 7px 16px;
  }
}

.about {
  padding: 96px 0 72px;
  background: #E0DCD6;
}
.about .title02 {
  padding: 0;
  margin: 0 0 32px;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 500;
}
.about .area-text .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.about .area-text .text + .text {
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .about .inner {
    position: relative;
    padding: 50px 0 102px;
  }
  .about .inner .title01 {
    margin: 0 0 64px;
  }
  .about .inner .title02 {
    position: absolute;
    top: 70px;
    right: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0;
    font-size: 36px;
    line-height: 2;
    letter-spacing: 0.25em;
  }
}

.service {
  padding: 72px 0 0;
  background: #E0DCD6;
}
.service .area-text {
  margin: 0 0 146px;
}
.service .area-text .title02 {
  padding: 0;
  margin: 0 0 32px;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 500;
}
.service .area-text .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
.service .area-text .text + .text {
  margin: 24px 0 0;
}
.service .area-service-list {
  position: relative;
  padding: 0 0 24px;
  background: url(../../img/inovel-base/bg-service01_sp.png) no-repeat 0 0;
  background-size: cover;
}
.service .area-service-list:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 412/96;
  background-color: #E0DCD6;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.service .area-service-list .list {
  counter-reset: num;
  position: relative;
  top: -72px;
  padding: 0 10px;
}
.service .area-service-list .list .item {
  color: #fff;
}
.service .area-service-list .list .item + .item {
  margin: 48px 0 0;
}
.service .area-service-list .list .item .img {
  position: relative;
  margin: 0 0 48px;
}
.service .area-service-list .list .item .img:before {
  counter-increment: num;
  content: "0" counter(num);
  position: absolute;
  bottom: 30px;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
  font-size: 68px;
  font-weight: 700;
}
.service .area-service-list .list .item .title03 {
  margin: 0 0 16px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.service .area-service-list .list .item .title03 span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
.service .area-service-list .list .item .text {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .service .intro {
    display: flex;
    justify-content: space-between;
    gap: 0 104px;
    margin: 0 0 48px;
  }
  .service .intro .title01 {
    margin: 0;
  }
  .service .intro .area-text {
    margin: 0;
  }
  .service .intro .area-text .title02 {
    margin: 0 0 24px;
    font-size: 32px;
  }
  .service .area-service-list {
    padding: 0 0 120px;
    background: url(../../img/inovel-base/bg-service01_pc.png) no-repeat 0 0;
    background-size: cover;
  }
  .service .area-service-list:before {
    aspect-ratio: 1303/132;
  }
  .service .area-service-list .list {
    display: flex;
    gap: 0 32px;
    top: -11px;
    padding: 0;
  }
  .service .area-service-list .list .item {
    width: calc(33.3% - 32px);
  }
  .service .area-service-list .list .item + .item {
    margin: 46px 0 0;
  }
  .service .area-service-list .list .item + .item + .item {
    margin: 80px 0 0;
  }
  .service .area-service-list .list .item .img:before {
    bottom: -30px;
  }
}

.floor {
  padding: 96px 0 144px;
  background: #fff;
}
.floor .text {
  margin: 0 0 32px;
}
.floor .area-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  border-radius: 14px;
}
.floor .area-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
.floor .img {
  position: relative;
}
.floor .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 124px;
}
@media screen and (min-width: 768px) {
  .floor {
    padding: 88px 0 104px;
  }
  .floor .text {
    margin: 0 0 24px;
  }
  .floor .area-iframe {
    padding-top: 580px;
  }
  .floor .img img {
    width: 100%;
  }
  .floor .img .icon {
    width: 226px;
  }
}

.product {
  padding: 0;
  background: #fff;
}
.product .title02 {
  margin: 0 0 16px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
.product .text {
  margin: 0 0 84px;
}
.product .area-detail {
  padding: 0 0 96px;
  position: relative;
  background: #E0DCD6;
}
.product .area-detail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 412/96;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.product .area-detail .area-product-list {
  position: relative;
  top: -30px;
  padding: 0 10px;
}
.product .area-detail .area-product-list .list {
  padding: 0;
}
.product .area-detail .area-product-list .list .item + .item {
  margin: 48px 0 0;
}
.product .area-detail .area-product-list .list .item .area-slide {
  margin: 0 0 24px;
}
.product .area-detail .area-product-list .list .item .area-text .area-title {
  display: flex;
  align-items: end;
  gap: 0 16px;
  margin: 0 0 8px;
}
.product .area-detail .area-product-list .list .item .area-text .area-title .num {
  font-size: 88px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.product .area-detail .area-product-list .list .item .area-text .area-title .title03 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.1111111111;
}
.product .area-detail .area-product-list .list .item .area-text .area-title .title03 em {
  display: block;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.product .area-detail .area-product-list .list .item .area-text .text {
  margin: 0 0 24px;
  line-height: 2;
}
.product .area-detail .area-product-list .list .item .area-text .area-category .category {
  display: inline-block;
  padding: 11px 18px;
  background: #F6D17B;
  font-size: 14px;
  line-height: 1;
  color: #001A43;
  border-radius: 20px;
}
.product .area-detail .lineup .deail-lineup {
  padding: 32px 24px;
  border-radius: 14px;
  background: url(../../img/inovel-base/bg-lineup01_sp.png) no-repeat top center;
  background-size: cover;
}
.product .area-detail .lineup .deail-lineup .area-text .title04 {
  max-width: 300px;
  margin: 0 auto 4px;
}
.product .area-detail .lineup .deail-lineup .area-text .text {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
.product .area-detail .lineup .deail-lineup .area-text .link01 {
  margin: 0 0 44px;
}
.product .area-detail .lineup .deail-lineup .area-text .link01 a span {
  color: #fff;
}
.product .area-detail .lineup .deail-lineup .area-text .link01 a:before {
  background: #F6D17B;
}
.product .area-detail .lineup .deail-lineup .list-lineup {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.product .area-detail .lineup .deail-lineup .list-lineup .item {
  width: calc(50% - 8px);
  padding: 0 0 8px;
  background: #fff;
}
.product .area-detail .lineup .deail-lineup .list-lineup .item .img {
  margin: 0 0 16px;
}
.product .area-detail .lineup .deail-lineup .list-lineup .item .text {
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .product .intro {
    display: flex;
    justify-content: space-between;
    gap: 0 44px;
    margin: 0 0 204px;
  }
  .product .intro .title01 {
    margin: 0;
  }
  .product .intro .area-text .text {
    margin: 0;
  }
  .product .area-detail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1303/118;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
  .product .area-detail .area-product-list {
    top: -108px;
  }
  .product .area-detail .area-product-list .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .area-detail .area-product-list .list .item {
    width: calc(50% - 40px);
  }
  .product .area-detail .area-product-list .list .item + .item {
    margin: 96px 0 0;
  }
  .product .area-detail .area-product-list .list .item.item03 {
    margin: 40px 0 0;
  }
  .product .area-detail .area-product-list .list .item .area-slide {
    margin: 0 0 32px;
  }
  .product .area-detail .area-product-list .list .item .area-text .area-title {
    margin: 0 0 32px;
  }
  .product .area-detail .area-product-list .list .item .area-text .text {
    margin: 0 0 32px;
    font-size: 16px;
  }
  .product .area-detail .lineup .deail-lineup {
    display: flex;
    gap: 0 32px;
    padding: 72px 40px;
    border-radius: 14px;
    background: url(../../img/inovel-base/bg-lineup01_pc.png) no-repeat top center;
    background-size: cover;
  }
  .product .area-detail .lineup .deail-lineup .area-text {
    width: 280px;
  }
  .product .area-detail .lineup .deail-lineup .area-text .title04 {
    max-width: 280px;
    margin: 0 auto;
  }
  .product .area-detail .lineup .deail-lineup .area-text .text {
    margin: 0 0 36px;
    font-size: 18px;
    text-align: center;
  }
  .product .area-detail .lineup .deail-lineup .area-text .link01 {
    margin: 0;
    padding: 0 0 0 2em;
    text-align: left;
  }
  .product .area-detail .lineup .deail-lineup .area-text .link01 a span {
    color: #fff;
  }
  .product .area-detail .lineup .deail-lineup .area-text .link01 a:before {
    background: #F6D17B;
  }
  .product .area-detail .lineup .deail-lineup .list-lineup {
    justify-content: start;
    gap: 16px;
    width: calc(100% - 250px);
  }
  .product .area-detail .lineup .deail-lineup .list-lineup .item {
    width: 120px;
    height: 120px;
  }
  .product .area-detail .lineup .deail-lineup .list-lineup .item .img {
    margin: 0 0 16px;
  }
  .product .area-detail .lineup .deail-lineup .list-lineup .item .text {
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
  }
}

.event {
  position: relative;
  padding: 144px 0 108px;
  background: #000000;
}
.event .title01 {
  color: #fff;
}
.event .title01 span {
  color: #fff;
}
.event .list {
  margin: 0 0 52px;
}
.event .list .item {
  padding: 16px 36px 24px;
  background: #fff;
}
.event .list .item + .item {
  margin: 24px 0 0;
}
.event .list .item .img {
  margin: 0 0 16px;
}
.event .list .item .area-text .category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px;
}
.event .list .item .area-text .category a {
  padding: 4px 16px;
  background: #eee;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 32px;
}
.event .list .item .area-text .date {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.event .list .item .area-text .title {
  font-size: 12px;
  font-weight: 500;
}
.event .link01 {
  margin: 0 0 60px;
}
.event .link01 a span {
  color: #fff;
}
.event .sns-list .item a:hover {
  opacity: 0.7;
}
.event .sns-list .item + .item {
  margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .event::before {
    position: absolute;
    content: "INOBVEL BASE";
    font-family: "Libre Baskerville", serif !important;
    width: 100%;
    color: #fff;
    font-size: 144px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    top: -25px;
    left: 50%;
    text-align: center;
    transform: translate(-50%);
  }
  .event .inner {
    position: relative;
    overflow: hidden;
  }
  .event .inner .list {
    display: flex;
    gap: 0 16px;
    margin: 0 0 48px;
  }
  .event .inner .list .item {
    width: calc(33% - 16px);
    padding: 16px 16px 24px;
  }
  .event .inner .list .item + .item {
    margin: 0;
  }
  .event .inner .list .item .area-text .category a {
    padding: 7px 16px;
  }
  .event .inner .link01 {
    position: absolute;
    top: 100px;
    right: 84px;
  }
  .event .inner .sns-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .event .inner .sns-list .item + .item {
    margin: 0;
  }
}

.facility {
  padding: 96px 0;
  background: #fff;
}
.facility .area-table {
  margin: 0 0 16px;
}
.facility .area-table .info-table {
  border: none;
  border-bottom: solid 1px #CCC;
}
.facility .area-table .info-table tbody tr {
  border-top: solid 1px #CCC;
}
.facility .area-table .info-table tbody tr th {
  font-family: "Noto Sans JP", sans-serif !important;
  width: 122px;
  padding: 0 8px;
  border: none;
  text-align: left;
  background: none;
  font-size: 16px;
  font-weight: 500;
}
.facility .area-table .info-table tbody tr td {
  font-family: "Noto Sans JP", sans-serif !important;
  width: calc(100% - 122px);
  padding: 24px 8px;
  border: none;
  font-size: 16px;
  line-height: 1.75;
}
.facility .map {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
}
.facility .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .facility {
    padding: 144px 0 96px;
  }
  .facility .area-table {
    margin: 0 0 24px;
  }
  .facility .map {
    padding-top: 340px;
  }
}

.contact {
  padding: 96px 0 64px;
  background: #E0DCD6;
}
.contact .text {
  margin: 0 0 56px;
  font-size: 16px;
  line-height: 2;
}
.contact form .area-form + .area-form {
  margin: 32px 0 0;
}
.contact form .area-form .required {
  position: relative;
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.contact form .area-form .required::after {
  content: "*";
  color: #FF0000;
}
.contact form .area-form label {
  height: auto;
  margin: 0 0 8px;
}
.contact form .area-form input,
.contact form .area-form textarea {
  margin: 0;
  padding: 8px;
  border: none;
  border-radius: 10px;
}
.contact form .area-form .wpcf7-checkbox {
  display: block;
}
.contact form .area-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 16px;
  background: #F9F9F9;
  border-radius: 10px;
}
.contact form .area-form .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin: 8px 0 0;
}
.contact form .area-form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin: 0;
}
.contact form .area-form .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  width: 14px !important;
  height: 14px !important;
  margin: 0;
  border-radius: 5px;
  border-color: #ccc;
}
.contact form .wpcf7-submit {
  width: 195px !important;
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 144px 0 180px;
  }
  .contact .text {
    margin: 0 0 32px;
  }
  .contact .contact-form {
    padding: 80px 0 64px;
    background: #fff;
    border-radius: 15px;
  }
}/*# sourceMappingURL=style.css.map */