@charset "UTF-8";
/* 別荘建築の流れ */
.flow__list {
  display: flex;
  flex-direction: column;
  gap: 4em;
}

.flow__texts {
  padding-top: 0.5em;
}
.flow__texts > ul {
  list-style-type: disc;
  list-style-position: inside;
}

.flow__img {
  width: 100%;
  padding-top: 2em;
}

/* スタッフ紹介 */
.staff__list {
  display: flex;
  flex-direction: column;
  gap: 8em;
}

.staff__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em 8.26%;
}
.staff__item.no01 .staff__texts {
  padding-top: 0;
}

.staff__img {
  width: 100%;
}

.staff__texts {
  width: 100%;
}

.staff__name {
  margin-top: 0.2em;
}
.staff__name > span {
  display: block;
}
.staff__name > span:nth-child(2) {
  font-size: 0.58333333em;
  margin-top: 0.3em;
}

.staff__linkBox {
  max-width: 294px;
  width: 100%;
}

/* 代表あいさつ */
.greeting__list {
  display: flex;
  flex-direction: column;
  gap: 5em;
}

.greeting__item {
  width: 100%;
}

.greeting__itemInner {
  width: 100%;
}

.greeting__img {
  width: 100%;
}

.greeting__texts {
  max-width: 875px;
  width: 100%;
  margin-left: auto;
}

.greeting__heading > span {
  display: inline-block;
}

.greeting__subHeading > span {
  display: inline-block;
}

.greeting__endTexts {
  max-width: 875px;
  width: 100%;
  margin-inline: auto;
}

/* よくある質問 */
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 6em;
}

.faq__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em 1em;
}

/* 会社概要 */
.about #sub04 {
  padding-top: 1em;
}
.about #sub05 {
  padding-bottom: 0;
}

.about__inner {
  width: calc((100vw - 100%) / 2 + 100%);
}

.about__box {
  max-width: 1187px;
  width: 100%;
  margin-left: auto;
}

.about__texts {
  padding-left: 0.4em;
}

.about__tel {
  text-decoration: none;
}

.about__map {
  position: relative;
  width: 100vw;
  margin-left: calc(100% - 100vw);
  min-height: 286px;
}
.about__map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.about__details {
  padding-left: 0.5em;
}

.about__detailsItem {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  border-bottom: 1px solid #E6E6E6;
  padding-block: 1.5em;
  padding-right: 6%;
}
.about__detailsItem:first-child {
  padding-top: 0;
}

.about__linkBox {
  max-width: 222px;
  width: 100%;
  padding-left: 0.5em;
}
.about__linkBox .linkParts--noBorder > span {
  padding-top: 0.3em;
}

.about__slideContainer {
  position: relative;
  width: 100vw;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
}

/* BMCのコンセプト */
.concept .sub00 {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  background: url("../img/sub/concept_mv_sp.jpg") center/cover no-repeat;
}
.concept .sub00::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.concept #sub00 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  max-width: 1200px;
  width: 88%;
  height: 100%;
  margin-inline: auto;
}
.concept .sub04 {
  padding-top: 0;
}
.concept #sub04 {
  padding-top: 0;
  padding-bottom: 0;
}

.concept__headingBox {
  padding-top: 0;
  padding-bottom: 16vh;
}

.concept__mvTexts {
  line-height: 2.46;
}
.concept__mvTexts > span {
  display: inline-flex;
  align-items: center;
}
.concept__mvTexts > span > span {
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #FFFFFF;
  margin-inline: 11px 13px;
}

.concept__list {
  display: flex;
  flex-direction: column;
}

.concept__item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
  width: calc(100vw - 100% + 100%);
  margin-left: calc((100% - 100vw) / 2);
}
.concept__item.no01 .concept__texts {
  padding-top: 0;
}
.concept__item.no02 .concept__texts {
  padding-top: 0;
}
.concept__item.no03 .concept__texts {
  padding-top: 0;
}

.concept__texts {
  position: absolute;
  top: 50%;
  z-index: 1;
  max-width: 100%;
  width: 88%;
}

.concept__heading {
  display: flex;
  align-items: center;
  font-size: 45px;
  letter-spacing: 0.15em;
}
.concept__heading > span:nth-child(2) {
  font-size: 0.286em;
  letter-spacing: 0.15em;
  margin-left: 1em;
  padding-top: 0.3em;
}

.concept__text {
  line-height: 2.46;
}

.concept__img {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 650px;
}
.concept__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.concept__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 蓼科の魅力 */
.tateshina .sub00 {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  background: url("../img/sub/tateshina_mv_sp.jpg") center top/cover no-repeat;
}
.tateshina #sub00 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  max-width: 1200px;
  width: 88%;
  height: 100%;
  margin-inline: auto;
}
.tateshina #sub04 {
  padding-top: 0;
  padding-bottom: 0;
}

.tateshina__headingBox {
  padding-top: 0;
  padding-bottom: 3em;
}

.tateshina__mvTexts {
  line-height: 2.46;
}

.tateshina__listHeading {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 27px;
}
.tateshina__listHeading > span {
  display: block;
}
.tateshina__listHeading > span:first-child {
  font-size: 0.515em;
  letter-spacing: 0.2em;
}

.tateshina__list {
  display: flex;
  flex-direction: column;
}

.tateshina__list02 {
  display: flex;
  flex-direction: column;
}
.tateshina__list02 .tateshina__texts {
  margin-top: 0;
}

.tateshina__item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: calc(100vw - 100% + 100%);
  margin-left: calc((100% - 100vw) / 2);
}
.tateshina__item.no01 .tateshina__texts {
  padding-top: 0;
}
.tateshina__item.no02 .tateshina__texts {
  padding-top: 0;
}
.tateshina__item.no03 .tateshina__texts {
  padding-top: 0;
}
.tateshina__item.no04 .tateshina__texts {
  padding-top: 0;
}
.tateshina__item.no05 .tateshina__texts {
  padding-top: 0;
}
.tateshina__item.no06 .tateshina__texts {
  padding-top: 0;
}
.tateshina__item.no07 .tateshina__texts {
  padding-top: 0;
}

.tateshina__texts {
  position: absolute;
  top: 45%;
  z-index: 1;
  max-width: 100%;
  width: 88%;
}

.tateshina__heading {
  display: flex;
  align-items: center;
  font-size: 45px;
  letter-spacing: 0.15em;
}
.tateshina__heading > span:nth-child(2) {
  font-size: 0.286em;
  letter-spacing: 0.15em;
  margin-left: 1em;
  padding-top: 0.3em;
}

.tateshina__text {
  line-height: 2.46;
}

.tateshina__img {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 650px;
}
.tateshina__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.tateshina__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BMCの特徴 */
.features .sub04 {
  padding-top: 89%;
  background-image: url("../img/top/top05_bg_sp.jpg");
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000000;
}

.features__text {
  line-height: 2.46;
}

.features__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}

.features__item {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 20px 73px;
}

.features__img {
  width: 100%;
}

.features__texts {
  flex: 1;
  padding-bottom: 0;
}

/* 土地について */
.aboutLand__item:first-child > .aboutLand__img {
  width: calc((100vw - 100%) / 2 + 100%);
}
.aboutLand__item:nth-child(2) > .aboutLand__img {
  width: calc((100vw - 100%) / 2 + 100%);
  margin-left: calc((100% - 100vw) / 2);
}
.aboutLand__item:nth-child(3) > .aboutLand__img {
  width: calc(100vw - 100% + 100%);
  margin-left: calc((100% - 100vw) / 2);
}
.aboutLand__img > img {
  width: 100%;
  height: auto;
}

/* お打ち合わせご依頼フォーム */
.request #sub04 {
  max-width: 902px;
  width: 88%;
  margin-inline: auto;
}

.request__contents {
  width: 100%;
}

.request__text {
  line-height: 2.46;
}

.request__img {
  width: calc(100vw - 100% + 100%);
  margin-left: calc((100% - 100vw) / 2);
}

.request__numList {
  list-style-type: decimal;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}
.request__numList > li > span {
  display: block;
  font-size: 0.813em;
  font-weight: normal;
  line-height: 2.46;
  letter-spacing: 0.15em;
  padding-left: 22px;
}

.request_mapCols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em 1.71%;
  padding-right: 0;
}

.request_mapBox {
  width: 100%;
  aspect-ratio: 598/381;
}
.request_mapBox > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 別荘建築ご相談フォーム */
.contact #sub04 {
  max-width: 902px;
  width: 88%;
  margin-inline: auto;
}

.contact__faqBox {
  border: 1px solid #CCCCCC;
  border-radius: 18.7px;
  padding: 2em 2em 2.5em;
  width: 100%;
  margin-inline: auto;
  text-align: left;
}

.contact__faqList {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}

.contact__telSection {
  text-align: center;
}

.contact__telBtn {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 485px;
  width: 100%;
  border: 1px solid #808080;
  border-radius: 45px;
  background: transparent;
  padding-inline: 2em 4em;
  padding-block: 26px;
  margin-inline: auto;
}
.contact__telBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2em;
  width: 16px;
  height: 1px;
  background: #4D4D4D;
}
.contact__telBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-53%) rotate(45deg);
  right: 2em;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
}
.contact__telBtn:hover {
  text-decoration: none;
  color: #000000;
}
@media (min-width: 768px){
  .flow__list {
    gap: 5em;
  }
  .flow__item {
    display: flex;
  }
  .flow__texts {
    flex: 1;
    order: 99;
    padding-top: 0;
    margin-left: 4.9%;
  }
  .flow__img {
    width: 38%;
    padding-top: 0;
    margin-left: 7.67%;
  }
  .staff__list {
    gap: 11em;
  }
  .staff__item {
    flex-direction: row;
    width: calc((100vw - 100%) / 2 * 0.655 + 100%);
    margin-left: calc((100% - 100vw) / 2 * 0.655);
  }
  .staff__item:nth-child(even) {
    flex-direction: row-reverse;
    margin-right: calc((100% - 100vw) / 2 * 0.655);
    margin-left: 0;
  }
  .staff__item.no01 .staff__texts {
    padding-top: 2em;
  }
  .staff__img {
    width: 58.5%;
  }
  .staff__texts {
    width: auto;
    flex: 1;
  }
  .greeting__item {
    width: calc((100vw - 100%) / 2 * 0.65 + 100%);
    margin-left: calc((100% - 100vw) / 2 * 0.65);
  }
  .greeting__item:nth-child(even) {
    width: calc((100vw - 100%) / 2 * 0.477 + 100%);
    margin-left: 0;
    margin-right: calc((100% - 100vw) / 2 * 0.477);
  }
  .greeting__item:nth-child(even) .greeting__itemInner {
    width: 86%;
    margin-left: auto;
  }
  .greeting__item:nth-child(even) .greeting__texts {
    margin-left: 0;
    margin-right: auto;
  }
  .greeting__itemInner {
    width: 83.7%;
  }
  .faq__list {
    gap: 8em;
  }
  .faq__item {
    grid-template-columns: calc(22% - 1em) 1fr;
  }
  .about__tel {
    pointer-events: none;
  }
  .about__map {
    width: 100%;
    margin-left: 0;
  }
  .about__detailsItem {
    grid-template-columns: 127px 1fr;
    padding-block: 3em;
  }
  .concept .sub00 {
    height: 980px;
    min-height: unset;
    background: url("../img/sub/concept_mv.jpg") center/cover no-repeat;
  }
  .concept #sub00 {
    align-items: center;
  }
  .concept .sub04 {
    padding-top: 5em;
  }
  .concept #sub04 {
    padding-top: 3em;
    padding-bottom: 492px;
  }
  .concept__headingBox {
    padding-top: 19em;
    padding-bottom: 0;
  }
  .concept__list {
    gap: 9em;
  }
  .concept__item {
    margin-left: 0;
    flex-direction: row;
    justify-content: space-between;
    width: calc((100vw - 100%) / 2 + 100%);
  }
  .concept__item:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: calc((100% - 100vw) / 2);
  }
  .concept__item:nth-child(even) .concept__texts {
    margin-right: 0;
    margin-left: -445px;
  }
  .concept__item.no01 .concept__texts {
    padding-top: 7em;
  }
  .concept__item.no02 .concept__texts {
    padding-top: 10em;
  }
  .concept__item.no03 .concept__texts {
    padding-top: 17em;
  }
  .concept__texts {
    position: relative;
    top: 0;
    max-width: 596px;
    min-width: 596px;
    width: 100%;
    margin-right: -477px;
  }
  .concept__heading {
    font-size: 55px;
  }
  .concept__img {
    min-width: 91.4%;
    max-width: 91.4%;
    height: auto;
    min-height: unset;
  }
  .tateshina .sub00 {
    height: 980px;
    min-height: unset;
    background: url("../img/sub/tateshina_mv.jpg") center/cover no-repeat;
  }
  .tateshina #sub00 {
    align-items: center;
  }
  .tateshina #sub04 {
    padding-top: 3em;
    padding-bottom: 282px;
  }
  .tateshina__headingBox {
    padding-top: 21em;
    padding-bottom: 0;
  }
  .tateshina__listHeading {
    font-size: 33px;
    padding-left: 1.5em;
  }
  .tateshina__list {
    gap: 7em;
  }
  .tateshina__list02 {
    gap: 8em;
  }
  .tateshina__list02 .tateshina__item:nth-child(even) .tateshina__texts {
    margin-right: 0;
    margin-left: -520px;
  }
  .tateshina__list02 .tateshina__texts {
    max-width: 590px;
    min-width: 590px;
    width: 100%;
    margin-right: -527px;
  }
  .tateshina__item {
    margin-left: 0;
    flex-direction: row;
    justify-content: flex-end;
    width: calc((100vw - 100%) / 2 + 100%);
  }
  .tateshina__item:nth-child(even) {
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: calc(100vw - 100% + 100% - 1.5em);
    margin-left: calc((100% - 100vw) / 2);
  }
  .tateshina__item:nth-child(even) .tateshina__texts {
    margin-right: 0;
    margin-left: -520px;
  }
  .tateshina__item:nth-child(even) .tateshina__img {
    min-width: 81.2%;
    max-width: 81.2%;
  }
  .tateshina__item.no01 .tateshina__texts {
    padding-top: 7em;
  }
  .tateshina__item.no02 .tateshina__texts {
    padding-top: 12em;
  }
  .tateshina__item.no03 .tateshina__texts {
    padding-top: 7em;
  }
  .tateshina__item.no04 .tateshina__texts {
    padding-top: 12em;
  }
  .tateshina__item.no05 .tateshina__texts {
    padding-top: 20em;
  }
  .tateshina__item.no06 .tateshina__texts {
    padding-top: 24em;
  }
  .tateshina__item.no07 .tateshina__texts {
    padding-top: 22em;
  }
  .tateshina__texts {
    position: relative;
    top: 0;
    max-width: 581px;
    min-width: 581px;
    width: 100%;
    margin-right: -520px;
  }
  .tateshina__heading {
    font-size: 55px;
  }
  .tateshina__img {
    min-width: 91.4%;
    max-width: 91.4%;
    height: auto;
    min-height: unset;
  }
  .tateshina__img img {
    height: auto;
  }
  .features .sub04 {
    padding-top: 39%;
    background-image: url("../img/top/top05_bg.jpg");
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #000000;
  }
  .features__item {
    flex-direction: row;
    align-items: center;
  }
  .features__img {
    width: 50%;
  }
  .features__texts {
    padding-bottom: 2em;
  }
  .aboutLand__item:first-child > .aboutLand__img {
    padding-left: 12.33%;
  }
  .aboutLand__item:nth-child(2) > .aboutLand__img {
    padding-right: 12.42%;
  }
  .aboutLand__item > h2 {
    padding-left: 12.33%;
  }
  .aboutLand__text {
    padding-left: 12.33%;
  }
  .request__contents {
    width: calc((100vw - 100%) / 2 + 100%);
  }
  .request__img {
    width: 100%;
    margin-left: auto;
  }
  .request__numList > li > span {
    display: inline;
    padding-left: 26px;
  }
  .request_mapCols {
    grid-template-columns: 1fr 1fr;
    padding-right: 1.71%;
  }
  .contact__faqBox {
    padding: 2.5em 6em 3em;
  }
  .contact__telBtn::before {
    right: 51px;
    transition: all 0.3s ease-in-out;
  }
  .contact__telBtn::after {
    right: 51px;
    transition: all 0.3s ease-in-out;
  }
  .contact__telBtn:hover::before {
    right: 44px;
    width: 23px;
  }
  .contact__telBtn:hover::after {
    right: 44px;
  }
}
@media (min-width: 990px){
  .flow__img {
    width: 46.58%;
  }
}
@media (min-width: 1280px){
  .concept__item {
    justify-content: flex-start;
  }
  .tateshina__list02 .tateshina__item:nth-child(even) .tateshina__texts {
    margin-left: -520px;
  }
  .tateshina__item:nth-child(even) .tateshina__texts {
    margin-left: -520px;
  }
}
@media (min-width: 1600px){
  .about__box {
    max-width: 74.25vw;
  }
  .tateshina__list02 .tateshina__item:nth-child(even) .tateshina__texts {
    margin-left: -286px;
  }
  .tateshina__item:nth-child(even) .tateshina__texts {
    margin-left: -286px;
  }
  .tateshina__item:nth-child(even) .tateshina__img {
    min-width: 73%;
    max-width: 73%;
  }
}
@media (min-width: 1601px){
  .concept .sub00 {
    height: 100vh;
    min-height: 980px;
  }
  .tateshina .sub00 {
    height: 100vh;
    min-height: 980px;
  }
}