body img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  body a {
    transition: 0.2s;
  }
  body a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
main {
  font-family: "Noto Sans JP", sans-serif;
}
main .fv {
  max-width: 1360px;
  margin: auto;
}
main .caseStudy {
  max-width: 1360px;
  margin: auto;
}
main .info {
  max-width: 1360px;
  margin: auto;
  padding: 90px 20px 120px;
  background-color: #EFE3D8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .info {
    padding: 50px 10px 60px;
  }
}
main .info h2 {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.88px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  main .info h2 {
    font-size: 20px;
    margin-bottom: 24px;
    letter-spacing: 2px;
  }
}
main .info p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 255%;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 767px) {
  main .info p {
    font-size: 14px;
    line-height: 188%;
  }
}
main .floorPlan {
  max-width: 1360px;
  margin: auto;
  padding: 60px 20px 120px;
}
@media screen and (max-width: 767px) {
  main .floorPlan {
    padding: 54px 15px;
  }
}
main .floorPlan h2 {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2.24px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main .floorPlan h2 {
    font-size: 20px;
  }
}
main .floorPlan h2 .eng {
  color: #A8D6CF;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  main .floorPlan h2 .eng {
    font-size: 14px;
  }
}
main .floorPlanWrapper {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .floorPlanWrapper .image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main .floorPlanWrapper .image {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  main .floorPlanWrapper .image img {
    max-width: 300px;
    margin: auto;
    display: block;
  }
}
main .floorPlanWrapper .contents {
  width: 49.5%;
}
@media screen and (max-width: 767px) {
  main .floorPlanWrapper .contents {
    width: 100%;
    padding: 0;
  }
}
main .floorPlanWrapper .contents .title {
  margin-top: 50px;
  color: #000;
  font-family: Barlow;
  font-size: 25px;
  font-style: italic;
  font-weight: 275;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  main .floorPlanWrapper .contents .title {
    font-size: 18px;
    margin: 50px 5px 0;
  }
}
main .floorPlanWrapper .contents ul {
  counter-reset: count;
}
@media screen and (max-width: 767px) {
  main .floorPlanWrapper .contents ul {
    margin: auto 5px;
  }
}
main .floorPlanWrapper .contents ul li {
  position: relative;
  border-bottom: 1px solid #000;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.2px;
  padding: 26px 0 26px 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main .floorPlanWrapper .contents ul li {
    font-size: 16px;
    letter-spacing: 0px;
    padding: 22px 0 22px 38px;
  }
}
main .floorPlanWrapper .contents ul li::before {
  position: absolute;
  left: 0;
  top: 24px;
  counter-increment: count;
  content: "0" counter(count);
  color: #000;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
  width: 33.4px;
  height: 33.4px;
  background-color: #A8D6CF;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main .floorPlanWrapper .contents ul li::before {
    width: 26px;
    height: 26px;
    font-size: 11px;
    top: 50%;
    transform: translateY(-50%);
  }
}
main .lets {
  background: linear-gradient(180deg, #CADADE 24.25%, #F2DCD6 34.66%);
  padding: 90px 20px;
}
@media screen and (max-width: 767px) {
  main .lets {
    padding: 80px 15px;
  }
}
main .lets h2 {
  color: #231815;
  font-family: Barlow;
  font-size: 60px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .lets h2 {
    font-size: 30px;
    margin-bottom: 80px;
  }
}
main .lets h2::after {
  content: "";
  width: 1px;
  height: 76px;
  border-radius: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: 50%;
  top: calc(100% + 26px);
}
@media screen and (max-width: 767px) {
  main .lets h2::after {
    height: 38px;
  }
}
main .lets .text {
  text-align: center;
  margin-bottom: 73px;
}
main .lets .text01 {
  color: #040000;
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  main .lets .text01 {
    font-size: 20px;
  }
}
main .lets .text02 {
  color: #040000;
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  main .lets .text02 {
    font-size: 26px;
  }
}
main .lets .text p {
  font-size: 18px;
  line-height: 180%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  main .lets .text p {
    font-size: 14px;
  }
}
main .letsList {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  main .letsList {
    margin-bottom: 60px;
  }
}
main .letsList_item {
  display: flex;
  max-width: 774px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  main .letsList_item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
main .letsList_item + * {
  margin-top: 120px;
  position: relative;
}
main .letsList_item + *::before {
  content: "";
  width: 6px;
  height: 60.36px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 27px);
  background-image: url(./dot.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  main .letsList_item + *::before {
    height: 48px;
    width: 5px;
  }
}
main .letsList_item .image {
  width: 33.5%;
}
@media screen and (max-width: 767px) {
  main .letsList_item .image {
    width: 100%;
  }
  main .letsList_item .image img {
    display: block;
    max-width: 200px;
    margin: auto;
  }
}
main .letsList_item .contents {
  width: 61.75%;
  padding-bottom: 35px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  main .letsList_item .contents {
    width: 100%;
    padding-bottom: 25px;
  }
}
main .letsList_item .contents .title {
  color: #231815;
  font-family: Barlow;
  font-size: 50px;
  font-style: normal;
  font-weight: 275;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main .letsList_item .contents .title {
    font-size: 40px;
  }
}
main .letsList_item .contents .title span {
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  main .letsList_item .contents .title span {
    font-size: 12px;
  }
}
main .letsList_item .contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main .letsList_item .contents p {
    font-size: 12.8px;
  }
}
main .letsList_item .more {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
main .letsList_item .more p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 1.28px;
}
main .letsList_item .more a {
  display: block;
  margin: auto;
  width: 175.4px;
  height: 33.8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.44px;
}
main .step {
  max-width: 1040px;
  margin: auto;
}
main .stepTitle {
  width: 185px;
  padding-top: 25px;
  color: #000;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  background-image: url(./title01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: center;
  margin: auto auto 37px;
}
@media screen and (max-width: 767px) {
  main .stepTitle {
    width: 118px;
    padding-top: 15px;
    font-size: 14px;
  }
}
main .stepText {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  main .stepText {
    margin-bottom: 28px;
  }
}
main .stepText .title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.24px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .stepText .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
main .stepText p {
  max-width: 700px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.44px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main .stepText p {
    font-size: 12px;
  }
}
main .step .area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  main .step .area {
    margin-bottom: 36px;
  }
}
main .step .area_item {
  width: calc((100% - 160px) / 5);
}
@media screen and (max-width: 767px) {
  main .step .area_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .step .area_item + * {
    border-top: 2px solid #000;
  }
}
@media screen and (min-width: 768px) {
  main .step .area_item + * {
    position: relative;
    margin-left: 40px;
  }
  main .step .area_item + *::before {
    position: absolute;
    content: "";
    height: 200px;
    width: 1px;
    background: #000;
    display: block;
    left: -20px;
    top: 7px;
  }
}
main .step .area_item .image {
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  main .step .area_item .image {
    height: 50px;
    margin-bottom: 0;
    width: 104px;
    background-size: auto 90%;
  }
}
main .step .area_item .image.image01 {
  background-image: url(./area01.png);
}
main .step .area_item .image.image02 {
  background-image: url(./area02.png);
}
main .step .area_item .image.image03 {
  background-image: url(./area03.png);
}
main .step .area_item .image.image04 {
  background-image: url(./area04.png);
}
main .step .area_item .image.image05 {
  background-image: url(./area05.png);
}
@media screen and (max-width: 767px) {
  main .step .area_item .contents {
    width: calc(100% - 104px);
    min-width: 0;
    display: block;
  }
}
main .step .area_item .title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin-bottom: 13px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main .step .area_item .title {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
    min-height: 0;
    justify-content: flex-start;
  }
}
main .step .area_item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  main .step .area_item p {
    font-size: 12px;
    margin-bottom: 0;
  }
}
main .step .price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main .step .price {
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
main .step .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  main .step .layout {
    margin-top: 37px;
  }
}
main .step .layout_item {
  width: calc((100% - 55px) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  main .step .layout_item {
    width: 100%;
    margin-bottom: 46px;
  }
}
main .step .layout_item .image {
  width: 38.5%;
}
main .step .layout_item .contents {
  width: 55%;
}
@media screen and (max-width: 767px) {
  main .step .layout_item .contents {
    min-width: 0;
    padding: 0;
    margin-right: 0;
  }
}
main .step .layout_item .contents p, main .step .layout_item .contents .spec {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  main .step .layout_item .contents p, main .step .layout_item .contents .spec {
    font-size: 12px;
  }
}
main .step .layout_item .contents p + *, main .step .layout_item .contents .spec + * {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  main .step .layout_item .contents p + *, main .step .layout_item .contents .spec + * {
    margin-top: 8px;
  }
}
main .step .layout_item .contents .title {
  font-size: 26.2px;
  font-weight: 500;
  letter-spacing: 2.096px;
  margin-bottom: 13px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  main .step .layout_item .contents .title {
    font-size: 20px;
  }
}
main .step .layout_item .image2 {
  width: 100%;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  main .step .layout_item .image2 {
    margin-top: 38px;
  }
}
main .slide {
  margin: auto -20px;
  width: calc(100% + 40px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main .slide {
    margin: auto -15px;
    width: calc(100% + 30px);
  }
}
main .slide_item {
  display: flex;
}
main .slide_item + * {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  main .slide_item + * {
    margin-top: 13.5px;
  }
}
main .slide_item img {
  max-width: none;
  transition: left 40s linear;
  margin-right: 0.87vw;
  animation: slideLeft 40s linear infinite;
  height: 15vw;
}
@media screen and (max-width: 767px) {
  main .slide_item img {
    height: 29.8vw;
    margin-right: 1.57vw;
  }
}
main .slide_item:nth-of-type(2) img {
  animation: slideRight 40s linear infinite;
}
@keyframes slideLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
main .contact {
  max-width: 1040px;
  margin: auto;
  padding: 80px 20px 40px;
}
@media screen and (max-width: 767px) {
  main .contact {
    padding: 60px 15px;
  }
}
main .contact h2 {
  font-size: 40px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .contact h2 {
    font-size: 28px;
  }
}
main .contact > p {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 2.88px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main .contact > p {
    font-size: 18px;
  }
}
main .contact_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
main .contact_item + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main .contact_item + * {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  main .contact_item + * {
    position: relative;
    padding-top: 50px;
  }
  main .contact_item + *::before {
    content: "";
    width: 100%;
    height: 3px;
    background-image: url(./line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
  }
}
main .contact_item .image,
main .contact_item .link {
  width: 46%;
}
@media screen and (max-width: 767px) {
  main .contact_item .image,
  main .contact_item .link {
    width: 100%;
  }
}
main .contact_item .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 253px;
}
@media screen and (max-width: 767px) {
  main .contact_item .image {
    min-height: 187px;
    margin-bottom: 15px;
  }
}
main .contact_item .image.image01 {
  background-image: url(./contact01_01.png);
}
main .contact_item .image.image02 {
  background-image: url(./contact02_01.png);
}
main .contact_item .image.image03 {
  background-image: url(./contact03_01.png);
}
main .contact_item .link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main .contact_item .link a {
  display: block;
  width: 100%;
}
main .contact_item .link a + * {
  margin-top: 20px;
}
main .kengaku {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: auto;
  position: relative;
  justify-content: space-between;
  margin-top: 80px;
}
main .kengaku.center {
  justify-content: center;
}
main .kengaku_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
main .kengaku_item {
  position: relative;
  background-color: #fff;
}
main .kengaku_item a, main .kengaku_item img {
  display: block;
}
main .kengaku_item a .title, main .kengaku_item img .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 200%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  main .kengaku_item {
    width: 48%;
    height: 0;
    padding-bottom: 32%;
  }
  main .kengaku_item a, main .kengaku_item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  main .kengaku_item + * {
    margin-top: 20px;
  }
}