@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #3B3B3B;
  line-height: 1.6;
  letter-spacing: .03rem;
}

.l_container {
  overflow: hidden;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}

.dmsan {
  font-family: "DM Sans", sans-serif;
}

img {
  width: 100%;
  display: block;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

.plan-swiper-slide .swiper-slide {
  width: 100%;
  height: auto;
}

.strong-table table tbody {
  display: flex;
}

.strong-table table tbody tr {
  width: 100px;
}

.strong-table table tbody tr:nth-child(1) {
  width: 60px;
  position: fixed;
}

.strong-table table tbody tr:nth-child(2) {
  margin-left: 60px;
}

.strong-table table tbody td,
.strong-table table tbody th {
  width: 100%;
  height: 33px;
  text-align: center;
  line-height: 33px;
  display: block;
  border: 1px solid #fff;
}

.strong-table table tbody td {
  font-size: 14px;
  font-weight: 700;
  background: #F7F9FF;
}

.strong-table table tbody th {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #7C9BB0;
}

.strong-table table tbody tr:nth-child(1) th {
  font-size: 14px;
}

table tr:first-child th,
table tr:first-child td {
  position: sticky;
  left: 0px;
  z-index: 2;
}

.p-country-name {
  display: none;
}

.sp {
  display: none;
}

.swiper,
.plan-swiper {
  position: relative;
}

header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 40;
}

.header-logo {
  width: 300px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 140px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}

.header-btns {
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 850px;
}

.header-btn {
  width: 49%;
}

.header-btn a {
  border-radius: 35px;
  background: #e2824d;
  border: 2px solid #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  padding: 20px 0;
  transition: all .5s;
}

.header-btn a:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.header-btn:nth-child(2) a {
  background: #3C9D74;
}

.header-btn a::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.fv {
  position: relative;
  margin-top: 95px;
}

.fv h1 {
  max-width: 100%;
  width: 100%;
  display: block;
  margin-right: auto;
  z-index: 2;
  position: relative;
}

.fv h1 img {
  height: calc(100vh - 95px);
  width: auto;
}

.fv-swiper {
  position: absolute;
  overflow: hidden;
  margin-left: auto;
  height: calc(100vh - 95px);
  width: 90%;
  top: 0;
  right: 0;
}

.fv-swiper .swiper-wrapper {
  height: 100%;
}

.fv-swiper .swiper-slide img {
  height: 100%;
  word-wrap: 100%;
  object-fit: cover;
}

.fv-bottom {
  padding: 75px 0;
}

.fv-bottom .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fv-bottom-img {
  width: 40%;
}

.fv-bottom-txt {
  width: 57.5%;
}

.fv-bottom-txt h2 {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  padding-bottom: 35px;
}

.fv-bottom-txt p {
  font-size: 16px;
  line-height: 1.9;
}

.fv-bottom-txt p {
  padding-bottom: 20px;
}

.fv-bottom-txt p:last-child {
  padding-bottom: 0;
}

.cta-btn-wrap {
  background: #F6F2F1;
  padding: 70px 0;
}

.cta-btns {
  width: calc(100% - 120px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-btn {
  width: 48%;
}

.cta-btn a {
  display: block;
  border-radius: 30px;
  box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, .4);
  transition: all .4s;
}

.cta-btn a:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.plan {
  padding: 75px 0 25px;
  background: #EEEFF2;
}

.roomtour {
  padding: 25px 0 75px;
  background: #EEEFF2;
  position: relative;
}

.cmn-title {
  text-align: center;
  margin-bottom: 45px;
  z-index: 1;
  position: relative;
}

.cmn-title p {
  font-weight: 500;
  font-size: 20px;
  color: #464f62;
  line-height: 1;
  text-align: center;
}

.cmn-title h2 {
  font-weight: bold;
  font-size: 50px;
  color: #464f62;
  text-align: center;
}

.plan-swiper .swiper-slide {
  background: #fff;
  cursor: pointer;
}

.plan-swiper-title {
  background: #464F62;
  text-align: center;
  padding: 10px 0;
}

.plan-swiper-title h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.plan-swiper-cont {
  padding: 25px 50px;
}

.plan-swiper-slide {
  margin: 0 auto 25px;
  max-width: 580px;
}

.plan-main {
  overflow: hidden;
  margin-bottom: 7.5px;
}

.plan-thumbs {
  max-width: 275px;
  margin: 0 auto;
}

.plan-swiper-txt {
  margin: 0 auto 40px;
  max-width: 580px;
}

.bg-img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.plan-swiper-flex {
  display: flex;
  justify-content: space-between;
}

.roomtour-swiper {
  position: relative;
  z-index: 1;
}

.plan-swiper-flex-img {
  width: 50%;
}

.plan-swiper-flex-tables {
  width: 50%;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination {
  position: relative;
  bottom: initial !important;
  margin-top: 10px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: #464F62 !important;
}

.plan-swiper-flex-table {
  margin-bottom: 30px;
}

.plan-swiper-flex-table table {
  width: 100%;
}

.plan-swiper-flex-table table tr th {
  width: 40%;
  text-align: center;
  padding-block: 7.5px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px dashed #464F62;
}

.plan-swiper-flex-table table tr td {
  width: 60%;
  text-align: left;
  padding-block: 7.5px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px dashed #464F62;
}

.plan-swiper-flex-table table tr:nth-child(1) th,
.plan-swiper-flex-table table tr:nth-child(1) td {
  padding-top: 0;
}

.plan-swiper-flex-btn a {
  border-radius: 26.89px;
  background: #464f62;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  padding: 15px 0;
  position: relative;
  display: block;
  transition: all .5s;
}

.plan-swiper-flex-btn a::before {
  content: "＞";
  font-size: 16px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .5s;
}

.plan-swiper-flex-btn a:hover::before {
  right: 10px;
}

.roomtour-swiper::before {
  width: 500px;
  height: 500px;
  content: "";
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 6px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 12px solid transparent;
  border-left: 18px solid #fff;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  left: calc(50% - 9px);
  transform: translate(-50%, -50%)rotate(180deg);
  -webkit-transform: translate(-50%, -50%)rotate(180deg);
  -ms-transform: translate(-50%, -50%)rotate(180deg);
}

.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: #464f62;
  border: 2px solid #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 24vw;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 24vw;
}

.merit {
  padding-bottom: 75px;
  background-image: url(../img/lp_img/merit_bg.webp);
  background-position: center;
  background-size: cover;
}

.merit-title {
  position: relative;
  background: #464F62;
  padding: 40px;
  text-align: center;
  margin-bottom: 90px;
}

.merit-title::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 12px solid transparent;
  border-top: 20px solid #464F62;
}

.merit-title p {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.merit-title h2 {
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  color: #fff;
}

.merit-list ol {
  margin-bottom: 95px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17.5px;
}

.merit-list ol li {
  background: #fff;
}

.merit-box {
  padding: 20px 25px 25px;
}

.merit-box-title {
  margin-bottom: 17.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.merit-box-title-img {
  width: 115px;
}

.merit-box-title-txt {
  width: calc(100% - 135px);
}

.merit-box-title-txt-num {
  margin-bottom: 5px;
  display: flex;
}

.merit-box-title-txt-num p {
  margin-right: 7.5px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.merit-box-title-txt-num p small {
  font-size: 16px;
}

.merit-box-title-txt-num img {
  width: 12.5px;
}

.merit-box-title-txt h3 {
  font-weight: 500;
  font-size: 22px;
}

.merit-box-txt p {
  font-size: 15px;
  line-height: 2;
}

.demerit-boxes {
  position: relative;
}

.demerit-box {
  border-radius: 0px 60px;
  background: #eeeff2;
  padding: 60px 40px;
}

.demerit-box-title {
  display: flex;
  position: absolute;
  left: 40px;
  top: -30px;
}

.demerit-box-title h3 {
  z-index: 1;
  position: relative;
  background: #464F62;
  padding: 2.5px 30px;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.demerit-box-title h3 small {
  font-size: 20px;
}

.demerit-box-title img {
  width: 100px;
  position: relative;
  left: -20px;
}

.demerit-box-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}

.demerit-box-inbox {
  margin-bottom: 45px;
  background: #fff;
  padding: 25px 17.5px;
  position: relative;
}

.demerit-box-inbox::before {
  content: "";
  position: absolute;
  bottom: -65.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 20px solid transparent;
  border-top: 23px solid #464F62;
}

.demerit-box-inbox-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demerit-box-inbox-title p {
  width: 25px;
  height: 25px;
  background: #464f62;
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  border-radius: 50%;
  color: #fff;
}

.demerit-box-inbox-title h4 {
  width: calc(100% - 35px);
  font-weight: 500;
  font-size: 18px;
  color: #464f62;
  letter-spacing: 0;
}

.demerit-box-bottom-title {
  margin-bottom: 12.5px;
  background: #fff;
  border: 1px solid #132b40;
  text-align: center;
}

.demerit-box-bottom-title p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  padding: 10px 0;
}

.demerit-box-inbox-txt p {
  min-height: calc(2em * 4);
}

.strong {
  padding: 75px 0 1px;
  position: relative;
}

.strong .cmn-title {
  margin-bottom: 115px;
}

.strong-table {
  margin-bottom: 90px;
}

.strong-table p {
  font-size: 13px;
  color: #3b3b3b;
}

.strong-list ol li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}

.strong-list ol li::before {
  content: "";
  position: absolute;
  background: #EEEFF2;
  width: 865px;
  height: 290px;
  top: -80px;
  left: -350px;
}

.strong-list ol li:nth-child(3)::before {
  content: "";
  position: absolute;
  background: #EEEFF2;
  width: 700px;
  height: 360px;
  top: 30px;
  left: initial;
  right: -400px;
}

.strong-list ol li:nth-child(4)::before {
  content: "";
  position: absolute;
  background: #EEEFF2;
  width: 835px;
  height: 360px;
  top: 40px;
  left: -350px;
}

.strong-list ol li:last-child {
  margin-bottom: 240px;
}

.strong-list ol li:nth-child(3) {
  margin-bottom: 125px;
  flex-direction: row-reverse;
}

.strong-list-img {
  width: 47.5%;
  position: relative;
  z-index: 1;
}

.strong-list-txt {
  width: 50%;
  position: relative;
  z-index: 1;
}

.strong-list-txt-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.strong-list-txt-title p {
  font-weight: 500;
  font-size: 59px;
  line-height: 1;
  color: #464f62;
}

.strong-list-txt-title h3 {
  width: calc(100% - 100px);
  font-weight: bold;
  font-size: 26px;
  color: #E2824D;
}

.strong-list-txt-title span {
  font-size: 22px;
  font-weight: 500;
  color: #132b40;
  display: block;
}

.strong-list-txt-txt p {
  font-size: 16px;
  padding-bottom: 30px;
}

.strong-list-txt-txt p:last-child {
  padding-bottom: 0;
}

.scroll-hint.is-right-scrollable {
  position: relative;
}

.scroll-hint-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.equipment {
  padding: 75px 0 170px;
  background-image: url(../img/lp_img/equipment_bg.webp);
  background-position: center;
  background-size: cover;
}

.equipment-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 30px;
}

.equipment-list ul li {
  background: #fff;
}

.equipment-txt {
  padding: 15px;
}

.equipment-txt h3 {
  padding-left: 7.5px;
  border-left: 3px solid #7C9BB0;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  color: #464f62;
  line-height: 1;
  margin-bottom: 10px;
}

.equipment-txt p {
  font-size: 14px;
  line-height: 1.4;
}

.equipment-txt span {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: block;
  line-height: 1.2;
}

.option {
  background: #EEEFF2;
  padding: 0px 0 75px;
  position: relative;
}

.option::before {
  content: "";
  width: 100%;
  height: 200px;
  border-top-left-radius: 200%;
  border-top-right-radius: 200%;
  left: 0;
  top: -100px;
  position: absolute;
  background: #eeeff2;
}

.case {
  padding: 75px 0;
  background-image: url(../img/lp_img/case_bg.webp);
  background-position: center;
  background-size: cover;
}

.case-cont-wrap .case-cont {
  border-radius: 0px 60px;
  background: #fff;
  margin-bottom: 35px;
  padding: 60px 40px;
  overflow: hidden;
}

.case-cont-wrap .case-cont:last-child {
  margin-bottom: 0;
}

.case-cont-title {
  margin-bottom: 25px;
  display: flex;
}

.case-cont-title-num {
  margin-right: 15px;
  display: flex;
  align-items: flex-end;
}

.case-cont-title-num p {
  margin-right: 7.5px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.case-cont-title-num p small {
  font-size: 16px;
}

.case-cont-title-num img {
  width: 12.5px;
}

.case-cont-title-txt h3 {
  font-weight: 500;
  font-size: 26px;
  color: #464f62;
  line-height: 1;
}

.case-cont-swiper-wrap {
  position: relative;
}

.case-cont-swiper .swiper-wrapper {
  margin-bottom: 15px;
}

.case-cont-swiper .swiper-pagination {
  margin-block: 0 35px;
}

.case-cont-swiper .swiper-pagination-bullet {
  background: #EEEFF2;
}

.case-cont-txt p {
  font-size: 16px;
}

.case-cont-swiper .swiper-button-next {
  right: -17.5px;
  top: 45%;
}

.case-cont-swiper .swiper-button-prev {
  left: -17.5px;
  top: 45%;
}

.case-cont-swiper .swiper-button-prev,
.case-cont-swiper .swiper-button-next {
  width: 35px;
  height: 35px;
}

.case-cont-swiper .swiper-button-next:after,
.case-cont-swiper .swiper-container-rtl .swiper-button-prev:after,
.case-cont-swiper .swiper-button-prev:after,
.case-cont-swiper .swiper-container-rtl .swiper-button-next:after {
  -ms-transform: translate(-50%, -50%);
  border: 8px solid transparent;
  border-left: 10px solid #fff;
}

.case-cont-swiper .swiper-button-prev:after {
  left: calc(50% - 5px);
}

.event-top {
  padding-top: 70px;
}

.case-top-txt {
  max-width: 900px;
  margin: 0 auto 60px;
}

.case-top-txt p {
  font-size: 16px;
}

.case-top-img {
  max-width: 500px;
  margin: 0 auto;
}

.event-bottom {
  padding: 60px 0;
  background: #EEEFF2;
}

.event-list {
  max-width: 800px;
  margin: 0 auto;
}

.event-list ul {
  display: flex;
  justify-content: space-between;
}

.event-list ul li {
  width: 45%;
}

.event-list-img {
  margin-bottom: 10px;
}

.event-list-txt {
  margin-bottom: 12.5px;
}

.event-list-txt h4 {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 5px;
  min-height: calc(1.6em * 2);
}

.event-list-txt p {
  font-size: 15px;
}

.event-list-link a {
  border-radius: 50px;
  background: #464f62;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  padding: 10px 0;
  position: relative;
  display: block;
  max-width: 225px;
  margin: 0 auto;
}

.event-list-link a::before {
  content: "＞";
  font-size: 12px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .5s;
}

.event-list-link a:hover::before {
  right: 5px;
}

.option-lists:nth-child(2) {
  margin-bottom: 60px;
}

.option-list-title::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 14px solid transparent;
  border-top: 16px solid #464F62;
}

.option-list-title {
  max-width: 845px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #132b40;
  position: relative;
}

.option-list-title h3 {
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #464f62;
}

.modelhouse {
  padding: 75px 0;
}

.modelhouse-img {
  max-width: 610px;
  margin: 0 auto;
}

.modelhouse-cont {
  max-width: 1050px;
  margin: 0 auto;
  border: 1px solid #132b40;
}

.modelhouse-swiper {
  overflow: hidden;
  margin-bottom: 10px;
}

.modelhouse-thumbs {
  max-width: 275px;
  margin: 0 auto 30px;
}

.modelhouse-thumbs .swiper-slide {
  cursor: pointer;
}

.plan-swiper-flex {
  max-width: 700px;
  margin: 0 auto;
}

.plan-swiper-flex-btn.plan-swiper-flex-btn-white a {
  margin-top: 12.5px;
  background: #fff;
  border: 2px solid #464f62;
  color: #464F62;
  box-shadow: 0 2px 0 0 #464F62;
}

.plan-swiper-flex-btn.plan-swiper-flex-btn-white a::before {
  color: #464F62;
}

.plan-swiper-flex-btn a:hover {
  box-shadow: none;
  transform: translateY(2px);
}

.modelhouse-cont .plan-swiper-cont {
  padding-bottom: 50px;
}

.company {
  padding: 75px 0;
}

.footer-logo {
  width: 135px;
  margin: 0 auto;
}

footer {
  text-align: center;
  background: #464F62;
  padding: 45px 0;
}

footer p {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  text-align: center;
}

.contact-table {
  max-width: 980px;
  margin: 0 auto 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #000;
}

.contact-table table {
  width: 100%;
  margin-bottom: 45px;
}

.contact-table table th,
.contact-table table td {
  font-weight: 500;
  font-size: 16px;
  padding-block: 25px;
  border-bottom: 1px solid #000;
}

.contact-table table th {
  width: 40%;
  text-align: right;
}

.contact-table table td {
  width: 60%;
  text-align: left;
  padding-left: 100px;
}

.contact-table table tr:last-child th,
.contact-table table tr:last-child td {
  border: none;
}

table {
  border-collapse: collapse;
}

.contact-table iframe {
  max-width: 735px;
  margin: 0 auto;
  display: block;
}

.c_swipeHint {
  position: absolute;
  padding: 16px;
  width: 40%;
  min-width: 155px;
  aspect-ratio: 16/9;
  max-height: 150px;
  background-color: rgba(0, 0, 0, .7);
  top: 245px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  place-items: center;
  opacity: 0;
  transition: all .5s;
  pointer-events: none;
  border-radius: 5px;
  animation: swipeBlink 1.2s infinite ease-in-out;
}

@keyframes swipeBlink {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.c_swipeHint.hide_swipeHint {
  opacity: 0 !important;
  visibility: hidden;
}

.c_swipeHint_img {
  width: 50%;
}

.c_swipeHint_text {
  color: #fff;
}

.kasika-modal-back.open {
  opacity: 0 !important;
  display: none !important;
}

.modelhouse-cont .caution-txt {
  text-align: center;
  position: relative;
  top: -12.5px;
}

.modelhouse-cont .caution-txt p {
  font-size: 16px;
  color: #E2824D;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .header-inner {
    width: calc(100% - 20px);
    max-width: 100%;
  }

  .header-btns {
    right: 20px;
    width: 500px;
  }

  .header-btn a {
    font-size: 14px;
    padding: 17.5px 0;
  }

  .header-btn a::before {
    width: 12.5px;
  }

  .header-logo {
    width: 240px;
  }
}

@media screen and (max-width: 1200px) {
  .plan-swiper-cont {
    padding: 25px 30px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 17vw;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 17vw;
  }

  .strong-list ol li::before {
    width: 465px;
    left: -50px;
  }

  .strong-list ol li:nth-child(4)::before {
    width: 435px;
    left: -50px;
  }

  .equipment-list ul {
    gap: 20px 15px;
  }

  .case-cont-title-txt h3 {
    font-size: 20px;
  }
}

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

  .sp {
    display: block;
  }

  .merit-list li {
    display: none;
  }

  .merit-list li:nth-child(-n+3) {
    display: block;
  }

  .merit-list.open li {
    display: block;
  }

  header {
    position: initial;
  }

  .header-inner {
    width: 100%;
    padding: 0;
  }

  .header-logo {
    width: 120px;
    padding-left: 20px;
  }

  .header-btns {
    right: 0px;
    width: 240px;
    position: relative;
    top: initial;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
  }

  .header-btn {
    width: 50%;
  }

  .header-btn a {
    font-size: 13px;
    text-align: center;
    padding: 12.5px 10px;
    border-radius: 0;
    border-width: 1px;
    line-height: 1.3;
    transition: all .5s;
    box-shadow: none;
  }

  .header-btn a:hover {
    opacity: .8;
    transform: initial;
  }

  .header-btn:nth-child(1) a {
    position: relative;
    padding: 21px 0;
    right: -1px;
  }

  .header-btn a::before {
    width: 1px;
    height: 10px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    top: initial;
  }

  .header-btn a span.sp {
    display: inline-block;
  }

  header {
    background: initial;
  }

  .fv h1 img {
    height: auto;
    width: 100%;
  }

  .fv {
    position: relative;
    margin-top: 25px;
  }

  .fv-swiper {
    height: auto;
    top: 11.5%;
    width: 100%;
  }

  .fv-bottom {
    padding: 45px 0;
  }

  .fv-bottom .inner {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .fv-bottom-img {
    width: 100%;
    margin-bottom: 35px;
  }

  .fv-bottom-txt {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .fv-bottom-txt h2 {
    padding-bottom: 15px;
  }

  .fv-bottom-txt h2 span.sp {
    display: inline-block;
  }

  .cta-btn-wrap {
    padding: 35px 0;
  }

  .cta-btns {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
    max-width: 400px;
  }

  .cta-btn {
    width: 100%;
  }

  .cta-btn:nth-child(1) {
    margin-bottom: 15px;
  }

  .plan {
    padding: 40px 0;
  }

  .cmn-title {
    margin-bottom: 25px;
  }

  .cmn-title p {
    font-size: 13px;
    padding-bottom: 10px;
  }

  .cmn-title h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .plan-swiper {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 500px;
  }

  .swiper-pagination-bullet {
    margin: 0 4px;
  }

  .plan-swiper-title {
    padding: 7.5px 20px;
  }

  .plan-swiper-title h3 {
    font-size: 18px;
    text-align: left;
  }

  .plan-swiper-cont {
    padding: 12.5px 15px 20px;
  }

  .plan-thumbs {
    max-width: 100%;
  }

  .plan-swiper-slide {
    margin: 0 auto 17.5px;
  }

  .plan-swiper-txt {
    margin: 0 auto 25px;
    max-width: 100%;
  }

  plan-swiper-txt p {
    font-size: 15pxs;
  }

  .plan-swiper-flex-tables {
    width: 100%;
  }

  .plan-swiper-flex-table {
    margin-bottom: 20px;
  }

  .plan-swiper-flex-btn a {
    max-width: 280px;
    margin: 0 auto;
    padding: 12.5px 0;
  }

  .plan-swiper-flex-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .plan-swiper .swiper-button-prev,
  .plan-swiper .swiper-button-next {
    position: relative;
    right: initial;
    top: initial;
    margin: 0;
    width: 47.5px;
    height: 47.5px;
  }

  .swiper-control {
    max-width: 500px;
    margin: 15px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .swiper-control .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: initial;
  }

  .roomtour-swiper {
    max-width: 500px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .roomtour-swiper::before {
    width: 550px;
    height: 550px;
  }

  .roomtour {
    padding: 20px 0 45px;
  }

  .swiper-control .swiper-button-next:after,
  .swiper-control .swiper-container-rtl .swiper-button-prev:after,
  .swiper-control .swiper-button-prev:after,
  .swiper-control .swiper-container-rtl .swiper-button-next:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 8px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 12px solid transparent;
    border-left: 18px solid #fff;
  }

  .swiper-control .swiper-button-prev:after,
  .swiper-control .swiper-container-rtl .swiper-button-next:after {
    left: calc(50% - 9px);
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%)rotate(180deg);
  }

  merit-title {
    padding: 20px;
    margin-bottom: 45px;
  }

  .merit-title p {
    font-size: 15px;
  }

  .merit-title h2 {
    line-height: 1.2;
    padding-top: 10px;
    font-size: 32px;
  }

  .merit-list ol {
    margin: 0 auto 65px;
    display: block;
    max-width: 500px;
    width: calc(100% - 40px);
  }

  .merit-list ol li {
    margin-bottom: 15px;
  }

  .merit-box {
    padding: 17.5px 15px 20px;
  }

  .merit-box-title {
    margin-bottom: 15px;
  }

  .merit-box-title-img {
    width: 55px;
  }

  .merit-box-title-txt {
    width: calc(100% - 65px);
  }

  .merit-box-title-txt h3 {
    font-size: 20px;
  }

  .merit-box-title-txt-num {
    margin-bottom: 0px;
  }

  .merit-box-title-txt-num p {
    margin-right: 5px;
    font-size: 20px;
  }

  .merit-box-title-txt-num p small {
    font-size: 14px;
  }

  .merit .inner {
    width: 100%;
  }

  .merit-more-btn {
    max-width: 280px;
    margin: 0 auto;
    padding: 12.5px 0;
    border-radius: 26.89px;
    background: #464f62;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    position: relative;
    display: block;
    transition: all .5s;
    width: 100%;
    cursor: pointer;
  }

  .merit-more-btn:hover {
    opacity: .8;
  }

  .merit-more-btn::before {
    content: "+";
    font-size: 22px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all .5s;
  }

  .merit-more-btn.open::before {
    content: "-";
  }

  bg-img {
    bottom: -12.5%;
  }

  .demerit-box {
    border-radius: 0 0 0 60px;
    padding: 65px 20px 40px;
  }

  .demerit-box-list ul {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .demerit-box-title h3 {
    padding: 10px 15px 5px;
    font-size: 26px;
  }

  .demerit-box-title h3 small {
    font-size: 16px;
    line-height: 1;
    display: block;
  }

  .demerit-box-title {
    left: 0px;
    top: -37.5px;
  }

  .demerit-box-title img {
    width: 122px;
    left: -25px;
  }

  .demerit-box-inbox {
    margin-bottom: 35px;
    padding: 25px 15px;
  }

  .demerit-box-inbox-txt p {
    min-height: initial;
    font-size: 15px;
  }

  .demerit-box-bottom-txt p {
    font-size: 15px;
  }

  .demerit-box-list ul li {
    margin-bottom: 35px;
  }

  .demerit-box-list ul li:last-child {
    margin-bottom: 0;
  }

  .merit {
    padding-bottom: 0;
  }

  .strong {
    padding: 50px 0;
  }

  .strong .inner {
    width: 100%;
  }

  .strong .cmn-title {
    margin-bottom: 60px;
  }

  .strong-list ol li {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .strong-list-img {
    width: calc(100% - 20px);
    margin-bottom: 10px;
    margin-right: auto;
  }

  .strong-list-txt {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .strong-list ol li:nth-child(3) .strong-list-img {
    margin-right: 0;
    margin-left: 20px;
  }

  .strong-list-txt-title {
    margin-bottom: 12.5px;
    display: block;
  }

  .strong-list-txt-title p {
    font-size: 45px;
  }

  .strong-table {
    margin-left: 20px;
  }

  .strong-table {
    margin-bottom: 50px;
  }

  .strong-list ol li:nth-child(3) {
    margin-bottom: 45px;
  }

  .strong-list ol li:last-child {
    margin-bottom: 75px;
  }

  .strong-list ol li::before {
    width: 325px;
    left: 0px;
    height: 190px;
    top: -35px;
  }

  .strong-list ol li:nth-child(3)::before {
    width: 210px;
    height: 300px;
    top: 30px;
    left: initial;
    right: -20px;
  }

  .strong-list-txt-title h3 {
    width: 100%;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .strong-list ol li:nth-child(4)::before {
    width: 300px;
    height: 302.5px;
    left: 0;
    top: 40px;
  }

  .equipment {
    padding: 45px 0 80px;
  }

  .equipment .inner {
    width: calc(100% - 100px);
  }

  .equipment-list ul {
    display: flex;
    gap: 0;
  }

  .bg-img {
    bottom: -12.5%;
  }

  .strong .bg-img {
    bottom: 0;
  }

  .equipment-list {
    max-width: 500px;
    margin: 0 auto;
  }

  .swiper-pagination-bullet {
    border: 1px solid #132b40;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -42.5px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -42.5px;
  }

  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after,
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    left: calc(50% + 5px);
    border: 7px solid transparent;
    border-left: 11px solid #fff;
  }

  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    left: calc(50% - 5px);
  }

  .option::before {
    height: 60px;
    top: -50px;
  }

  .option .cmn-title p {
    font-size: 15px;
  }

  .option-lists:nth-child(2) {
    margin-bottom: 45px;
  }

  .option-list-title {
    max-width: 540px;
    margin: 0 auto 25px;
  }

  .option-list-title h3 {
    padding-bottom: 5px;
  }

  .option-list-title::before {
    bottom: -40px;
    border-top: 12px solid #464F62;
  }

  .equipment-list {
    width: 100%;
  }

  .option .equipment-list {
    width: calc(100% - 60px);
  }

  .option {
    padding: 0px 0 50px;
  }

  .case {
    padding: 45px 0;
  }

  .case-cont-wrap {
    max-width: 500px;
    margin: 0 auto;
  }

  .case-cont-wrap .case-cont {
    border-radius: 0px 20px;
    background: #fff;
    margin-bottom: 15px;
    padding: 15px 15px 20px;
  }

  .case-cont-title {
    margin-bottom: 15px;
    display: block;
  }

  .case-cont-title-num {
    margin-right: 0;
    align-items: center;
    margin-bottom: 5px;
  }

  .case-cont-swiper .swiper-pagination {
    margin-block: 0 15px;
  }

  .case-cont-txt {
    padding: 0 10px 5px;
  }

  .case-cont-swiper .swiper-button-next {
    right: -14px;
  }

  .case-cont-swiper .swiper-button-prev {
    left: -14px;
  }

  .case-cont-title-txt h3 {
    line-height: 1.3;
  }

  .case-cont-swiper .swiper-slide img:nth-child(1) {
    margin-bottom: 12.5px;
  }

  .event-top {
    padding-top: 45px;
  }

  .case-top-img {
    max-width: 350px;
  }

  .case-top-txt {
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .event-bottom {
    padding: 30px 0;
  }

  .event-list {
    max-width: 500px;
    margin: 0 auto;
    width: calc(100% - 20px);
  }

  .event-list .swiper-button-next,
  .event-list .swiper-container-rtl .swiper-button-prev {
    right: -22.5px;
  }

  .event-list .swiper-button-prev,
  .event-list .swiper-container-rtl .swiper-button-next {
    left: -22.5px;
  }

  .event-list-link a {
    padding: 7.5px 0;
    margin: 15px auto;
  }

  .modelhouse {
    padding: 35px 0;
  }

  .modelhouse-img {
    max-width: 285px;
  }

  .modelhouse-cont {
    max-width: 500px;
  }

  .modelhouse-thumbs {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .modelhouse-cont .plan-swiper-cont {
    padding-bottom: 30px;
  }

  .plan-swiper-flex-table table tr th,
  .plan-swiper-flex-table table tr td {
    font-size: 14px;
  }

  .plan-swiper-txt p {
    font-size: 15px;
  }

  .company {
    padding: 45px 0;
  }

  .contact-table {
    max-width: 500px;
    margin: 0 auto 40px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #000;
  }

  .footer-logo {
    width: 85px;
  }

  footer {
    padding: 25px 0;
  }

  footer p {
    font-size: 14px;
    line-height: 1;
  }

  .contact-table table th {
    width: 100%;
    text-align: left;
    display: block;
    border: none;
    padding-block: 20px 0;
  }

  .contact-table table td {
    width: 100%;
    text-align: left;
    padding-left: 0;
    display: block;
    padding-block: 0 20px;
    border-bottom: 1px dashed #000;
  }

  .contact-table table {
    width: 100%;
    margin-bottom: 0;
  }

  .fixed-btn-wrap {
    position: fixed;
    max-width: 500px;
    width: 100%;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: 100;
  }

  .fixed-btn-wrap.active {
    opacity: 1;
    visibility: visible;
  }

  .fixed-btns {
    display: flex;
  }

  .fixed-btns .cta-btn {
    width: 50%;
    margin-bottom: 0;
  }

  .cta-btn a {
    transition: all .5s;
  }

  .cta-btn a:hover {
    opacity: .8;
  }

  .merit-title {
    padding: 20px 0 15px;
    margin-bottom: 40px;
  }

  .case-cont-swiper-wrap {
    overflow: hidden;
  }

  .c_swipeHint {
    display: grid;
  }

  .modelhouse-cont .caution-txt {
    top: -7.5px;
  }

  .modelhouse-cont .caution-txt p {
    font-size: 14px;
  }

  .event-list ul li {
    width: 100%;
  }

  .event-list-txt h4 {
    min-height: initial;
  }
}

@media screen and (max-width: 500px) {
  .header-logo {
    width: 100px;
    padding-left: 10px;
  }

  .plan-swiper-flex-table table tr th {
    text-align: left;
    padding-left: 20px;
  }

  .merit-box-title-txt h3 {
    letter-spacing: 0;
  }

  .strong-list-txt-title h3 {
    font-size: 24px;
  }

  .strong-list-txt-title span {
    font-size: 20px;
    line-height: 1.4;
  }

  .strong-list ol li:last-child {
    margin-bottom: 45px;
  }

  .contact-table iframe {
    max-width: 100%;
    height: 150px;
  }
}
