@charset "utf-8";

/****************初期設定*********************/
* {
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a p {
  color: #333;
}

.pc,
#pc {
  display: block;
}

.sp,
#sp,
.spbr360,
.open {
  display: none;
}

@media (max-width: 914px) {

  .sp,
  #sp,
  .open {
    display: block;
  }

  .pc,
  #pc {
    display: none;
  }
}

a {
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .7;
}

a.nolink {
  pointer-events: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    font-family: "Outfit", sans-serif;
  }
}

.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*FONT****************************************/
.outfit-font {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-jp-font {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  line-height: 2.0em;
}


h1,
h2,
h3,
h4,
h5 {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}


h2#main {
  font-size: 6.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 10px;
  text-shadow: 0 0 15px #333;
}

h2#main+p {
  font-size: 3.0rem;
  font-family: "Outfit", sans-serif;
  color: #fff;
  text-shadow: 0 0 15px #333;
}

h2 span.en {
  font-size: 8.0rem;
  font-family: "Outfit", sans-serif;
  display: block;
  font-weight: 400;
}

@media (max-width: 1025px) {
  h2 span.en {
    font-size: 7.0rem;
  }
}

h2 span.en.ls {
  letter-spacing: -.02em;
}

h2 span.en img {
  display: inline-block;
  width: 6.0rem;
  margin-right: 2rem;
}

.ft-white {
  color: #fff !important;
}

h2 span.jp {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 400;
  margin-top: 2.0rem;
  margin-bottom: 6.0rem;
}

h2 span.jp.bg {
  font-size: 3.5rem;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-top: 7.5rem;
  margin-bottom: 6rem;
  line-height: 1.6em;
  letter-spacing: .10em;
}

h3 {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.8em;
}


/****************初期設定*********************/
/****************body設定*********************/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  word-break: break-word;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  line-height: 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .1em;
  background-color: #fff;
  animation: loading 1s;
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.Header_Top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 199998;
  height: 100px;
  padding: 0;
  background-color: hsla(0, 0%, 100%, .4);
  backdrop-filter: blur(30px);
  transition: 1s;
}

.Header_Top.hide {
  transform: translateY(-100px);
}



.Header_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 0em;
  padding-left: 4em;
  padding-right: 2em;
  align-items: center;
}



.Header_Logo {
  width: 225px;
}

.Header_Logo a {
  color: #fff;
  display: block;
}

h1 {
  font-size: 1.4rem;
  margin-left: 15px;
}


br.sp_450 {
  display: none;
}

@media (max-width: 450px) {
  br.sp_450 {
    display: block;
  }
}


.Header_Gmenu {
  width: 80%;
  text-align: right;
  flex: 1;
}

ul.gNav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.gNav_list>li {
  cursor: pointer;
  margin-left: 3.5rem;
}

.gNav_list>li.aicon {
  margin-left: 0.5rem;
}

.gNav_list>li.aicon.insta {
  margin-left: 1.5rem;
}

.gNav_list>li img {
  width: 4.5rem;
  height: auto;
}

.gNav_list>li.top>a {
  /*color: #fff;*/
  color: #333;
  font-size: 1.6rem;
  position: relative
}

.gNav_list>li.second>a {
  color: #333;
  font-size: 1.6rem;
  position: relative
}

.gNav_list>li>a.top::after,
.gNav_list>li>a.second::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.gNav_list>li>a.aicon::after,
.gNav_list>li>a.aicon::after {
  position: static !important;
  content: '';
  width: 100%;
  height: 2px;
  background: none !important;
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.gNav_list>li>a:hover.top::after,
.gNav_list>li>a:hover.second::after,
.gNav_list>li>a.on.top::after,
.gNav_list>li>a.on.second::after {
  visibility: visible;
  bottom: -4px;
  opacity: 1;
}


.header {
  display: none;
  position: relative;
  padding: 20px 0;
}

.h_spnv {
  margin-right: 40px;
  height: 51px;
  display: flex;
  justify-content: space-between;
}

.f-link_sp {
  display: none;
}

@media (max-width: 914px) {
  .h_spnv {
    margin-right: 13vw;
    height: 100%;
  }

  h2 span.en.ls {
    letter-spacing: -.06em;
  }
}

.h_spnv li {
  width: 48%;
}

.h_spnv li img {
  width: 51px;
  height: auto;
}

.h_spnv li a {
  display: block;
}

.hamburger {
  display: none;
}

@media (max-width: 1438px) {
  .hamburger {
    display: block;
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 1000000;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
    background-image: url(../images/sp_btn_bg.png);
    background-size: cover;
  }
}

.hamburger__line {
  position: absolute;
  left: 15px;
  width: 18px;
  height: 1px;
  background-color: #fff;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}

.hamburger__line:nth-of-type(2) {
  top: 20px;
}

.hamburger__line:nth-of-type(3) {
  top: 27px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}

.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

body.nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.Navi_List {
  position: relative;
  z-index: 1000000;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 600px;
  height: 100vh;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform .4s ease;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.nav.active {
  transform: translateX(0);
  /* active でスライドイン */
}

body.nav-open {
  overflow: hidden;
  /* 裏のスクロールを止める */
  position: fixed;
  width: 100%;
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
  background-color: #fff;
}

.nav__item {
  padding: 0 1.5em;
  background-color: #fff;
}

.nav__link {
  display: block;
  padding: 1.5em 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}



@media (max-width: 1438px) {
  .Header_Gmenu {
    display: none;
  }

  .header {
    display: flex;
    width: 20vw;
    justify-content: flex-end;
  }
}

@media (max-width: 914px) {
  .nav__list {
    padding: 18vw 0;
  }

  .nav__item {
    padding: 0 3em;
  }

  .nav__item.top a {
    border-top: 1px solid #ccc;
  }
}

@media (max-width: 899px) {
  .images_area {
    background-image: url(../images/main04.png);
    width: 520px;
  }
}

@media (max-width: 880px) {
  .images_area {
    bottom: 20px;
  }
}

@media (max-width: 560px) {
  #content_Main_Top .inner .fadeInBlock div {
    background-position: top;
  }

  .images_area {
    bottom: 10px;
  }
}

@media (max-width: 530px) {
  .images_area {
    width: 97%;
  }
}


.mainBottom {
  width: 100%;
  height: 160px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-image: url(../images/bg_naname_top.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}

@media (max-width: 880px) {
  .mainBottom {
    height: 100px;
    background-size: 100% auto;
  }
}

.mainBottom img {
  width: 100%;
}

.section_bg {
  width: 100%;
  text-align: center;
}

.section_bg--about {
  background-color: #f8f8f8;
}

.section_bg--voice {
  background-color: #ede9df;
  padding-top: 7em;
  padding-bottom: 7em;
}

.section_bg--event {
  background-color: #fff;
  padding-top: 8em;
  padding-bottom: 0em;
}

.section_bg--land {
  background-color: #fff;
  padding-top: 0em;
  padding-bottom: 0em;
}

.section_bg--land.property {
  padding-bottom: 8em;
  padding-top: 4em;
}

.section_bg--insta,
.section_bg--secogry {
  background-color: #efefef;
}

.section_bg--company {
  background-color: #f8f8f8;
}

.section_bg--outline {
  background-color: #333;
  padding: 8em 0;
}

.section_bg--secogry {
  padding: 8em 0;
}

.section_bg--scroll {
  padding: 0em 0 8em;
}


.section_bg--contact {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
  background-color: #ede9df;
}

.section_bg--works {
  background-image: url(../images/modelhouse_bg.jpg);
  background-size: 100% 26.927083333333336vw;
  padding-bottom: 21.354166666666664vw;
  background-repeat: repeat-x;
  background-position: bottom;
  animation: bg_slide2 60s linear infinite;
}

.section_bg--worksseco {
  background-image: url(../images/modelhouse_bg.jpg);
  background-size: 100% 26.927083333333336vw;
  padding-top: 26.822916666666668vw;
  background-repeat: repeat-x;
  background-position: bottom;
  animation: bg_slide2 60s linear infinite;
}


.section_bg--workshouse {
  background-image: url(../images/work_bg.png);
  background-size: 100% 44.35050520833334vw;
  margin-top: -5.416666666666667vw;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 9vw;
}

.section_bg--secondhouse {
  background-image: url(../images/mind_04_02.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 23.541666666666668vw;
  padding-bottom: 5em;
}

.bgcr-beige {
  background-color: #ede9df;
}

.section_bg--h3 {
  padding: 5em 0 0em;
}

.section_bg--second {
  padding: 8em 0;
}

.section_bg--second.contact {
  padding: 0em 0;
}

.section_bg--second.single {
  padding: 10em 0 8em;
}

@keyframes bg_slide2 {
  0% {
    background-position: 0 bottom;
  }

  100% {
    background-position: -1920px bottom;
  }
}


.request-detail {
  width: 50%;
  background-color: #333;
  padding: 7em 0em 5em;
  display: flex;
  flex-direction: column;
}

.request-box {
  width: 630px;
  margin-left: auto;
}

@media (max-width: 1270px) {
  .request-box {
    width: 90%;
  }
}

@media (max-width: 914px) {
  .request-box {
    width: 100%;
  }


  h2 span.en.left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  h2 span.jp.left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

.request-detail h2 {
  color: #fff !important;
  margin-bottom: 17rem !important;
}

.request-detail .next_btn a {
  color: #fff;
}

.contact-detail {
  width: 50%;
  background-color: #fff;
  padding: 7em 4em 5em;
  display: flex;
  flex-direction: column;
}

.tel a {
  color: #333;
  font-size: 4.4rem;
  margin-bottom: 2rem;
  font-weight: 500;
}

.tel a img {
  width: 2.4rem;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 8px;
}

.storetime {
  font-size: 1.4rem;
  margin-bottom: 5rem;
}

.content_block {
  max-width: 1260px;
  margin: 0 auto;
}

.content_block--sm {
  max-width: 1260px;
  text-align: left;
  margin: 0 auto;
}

.content_block--sm02 {
  max-width: 1300px;
  text-align: left;
  margin: 0 auto;
}

.content_block--sm03 {
  max-width: 1080px;
  text-align: left;
  margin: 0 auto;
}

.content_block--sm04 {
  max-width: 760px;
  text-align: left;
  margin: 0 auto;
}

.table-block,
.bukken-detail {
  width: 100%;
  border-spacing: 0px;
}

.table-block td a {
  color: #333;
}

.bukken-detail td.table-none,
.bukken-detail th.table-none {
  display: none;
}

.bukken-detail {
  margin-bottom: 1em;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}


.bukken-detail.bbnon tr td:last-child {
  /*border-right: 1px solid #333;*/
}

.bukken-detail.bbnon th.bukken-last {
  border-bottom: 1px solid #333;
}

.bukken-detail.bbnon td.bukken-line {
  border-bottom: 1px solid #333;
}

.bukken-detail.bbnon td.bukken-last {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.table-block td,
.table-block th {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: normal;
  text-align: left;
  padding: 1em 0;
  border-bottom: 1px solid #333;
  vertical-align: top;
}

.bukken-detail td,
.bukken-detail th {
  border-top: 1px solid #333;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-weight: normal;
  text-align: left;
  padding: .6em .6em;
  vertical-align: top;
}

.bukken-detail th {
  background-color: #ddd;
  width: 175px;
  border-right: 1px solid #333;
}

.bukken-detail tr th:nth-of-type(2) {
  border-left: 1px solid #333;
}

.bukken-detail td {
  min-width: 365px;
}


.table-block th {
  width: 26%;
}



.content_block--news {
  padding: 10em 0 2em;
  max-width: 980px;
  margin: 0 auto;
}


.content_block--insta {
  padding: 7em 0 7em;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
}

.insta-detail {
  width: 50%;
  text-align: left;
  flex: 1;
}

.insta-detail>h2 {
  margin-bottom: 5rem;
}


.insta-detail>.name {
  font-size: 2.3rem;
  margin-bottom: 6rem;
}



@media (max-width: 880px) {
  .content_block--second {
    padding: 5em 0 0 0;
  }
}

.br1270 {
  display: none;
}

@media (max-width: 1270px) {

  .content_block,
  .content_block--sm,
  .content_block--insta,
  #footer-area {
    width: 90% !important;
    margin: 0 auto;
  }

  .f-link li {
    margin-left: 1em !important;
  }

  .br1270 {
    display: block;
  }
}

@media (max-width: 1024px) {
  .footer-link {
    width: 75% !important;
  }
}

@media (max-width: 1310px) {

  .content_block--sm02 {
    width: 90% !important;
    margin: 0 auto;
  }
}

@media (max-width: 1090px) {

  .content_block--sm03 {
    width: 90% !important;
    margin: 0 auto;
  }
}


@media (max-width: 914px) {

  .content_block--sm04 {
    width: 90% !important;
    margin: 0 auto;
  }
}



.section_relative {
  width: 100%;
}

.content_block--about {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  right: 0;
  top: 0;
  padding-top: 5em;
  padding-bottom: 5em;
  width: 100%;
  height: 100%;
  z-index: 0;
}


.content_block--about .h2_text_top {
  margin-bottom: 4.5rem;
}

.content_block--about .about--left {
  width: 50%;
  text-align: left;
}


@media (max-width: 1024px) {
  .content_block--about .about--left {
    width: 52%;
  }
}

.content_block--about .about--left .image-left {
  width: 100%;
  text-align: right;
  margin-top: 15rem;
}

.content_block--about .about--left .image-left img {
  max-width: 520px;
}

.content_block--about .about--right {
  flex: 1;
  width: 38%;
  margin-right: calc(50% - 50vw);
  margin-left: 10%;
  margin-top: 5%;
}

.content_block--about .about--right .about_main_image,
.content_block--about .about--right .about_main_image img {
  width: 100%;
  padding-left: 3%;
}

.about_main_image02 {
  width: 380px;
  height: 350px;
  text-align: left;
  margin-top: 10rem;
}

.about_main_image02 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



a .next_btn,
.next_btn a,
.next_btn button {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 1em;
}

.next_btn a {
  color: #333;
}

.next_btn a.ft-white {
  color: #fff;
}

.next_btn a.ft-gray,
a .next_btn.ft-gray {
  color: #333;
}

.next_btn a img {
  width: 2rem;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}


.content-right {
  width: 100% !important;
  text-align: right;
  margin-bottom: 1.5em;
  margin-top: 2em;
}


.content_block--modelhouse {
  max-width: 1295px;
  margin: 3em auto 0;
  background-color: #fff;
  padding: 6em 8em 3em;
  text-align: left;
}

.content_block--modelhouse h2 span.en,
.content_block--modelhouse h2 span.jp {
  text-align: center;
}

.content_block--secondhouse {
  max-width: 1295px;
  margin: 3em auto 0;
  background-color: #fff;
  padding: 6em 8em;
  text-align: left;
}


.flex--modelhouse,
.flex--event,
.flex--secondhouse,
.flex--modelhouse_link {
  display: flex;
  justify-content: space-between;
}

.flex--modelhouse {
  flex-wrap: wrap;
}

.flex--modelhouse_link {
  width: 100%;
  /*padding-top: 1em;*/
}


.flex--secondmap {
  display: flex;
  justify-content: space-around;
}

.flex--content {
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6em;
}



.flex--content_flow {
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /*flex-wrap: wrap;*/
  align-items: stretch;
}

@media (max-width: 1300px) {

  .flex--content,
  .flex--content_flow,
  .stepbarwrapttl {
    width: 90%;
  }
}

.flex--content_mm {
  max-width: 1230px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1230px) {
  .flex--content_mm {
    width: 90%;
  }
}

.flex--content_staff {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}

.flex--content_sm {
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6em;
}

.flex--content_column {
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

.flex--content_column02 {
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

.flex--content_all {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

.flex--content_all.company {
  justify-content: flex-start;
}

.flex--content_all::after {
  display: block;
  content: "";
  width: 300px;
}

.flex--content_all.company::after {
  display: none;
}

.flex--content_voice {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 6em;
  flex-wrap: wrap;
}



.flex--content.fullsz {
  display: block;
  text-align: center;
}

.flex--content:last-child,
.flex--content_sm:last-child {
  margin-bottom: 0;
}

.content-01 {
  width: 600px;
  text-align: left;
}

.content-02 {
  width: 620px;
}

.flex--content.fullsz .content-01 {
  width: 100%;
  text-align: center;
}

.flex--content.fullsz .content-02 {
  width: 100%;
  text-align: center;
  padding-top: 3em;
  display: flex;
  align-items: center;
  justify-content: center
}

.flex--content.fullsz .content-02 p.zeh_text {
  font-size: 2.1rem;
}

.flex--content.fullsz .content-02 a.zeh_link {
  display: block;
  background: #333;
  color: #fff;
  width: 25.5rem;
  height: 5rem;
  line-height: 4.8rem;
  border-radius: 2.5rem;
  margin-left: 3em;
}



.content-01_sm {
  width: 595px;
  text-align: left;
}

.content-02_sm {
  width: 395px;
}

h4 {
  font-size: 2.5rem;
  margin-bottom: 6.0rem;
  line-height: 1.8em;
}

.flex--content.fullsz .content-01>h4 {
  margin-bottom: 3rem;
}

h4.left {
  text-align: left;
}

h4.mission {
  font-size: 2.0rem;
  margin-bottom: 0;
  font-weight: 400;
}

.column_3 {
  width: 31%;
}

.column_2 {
  width: 48%;
}

.column_2.left {
  text-align: left;
  width: 52%;
}

.inspe {
  width: 80%;
  display: flex;
  justify-content: flex-start;
}

.inspe li {
  margin-right: 4%;
}

@media (max-width: 1090px) {
  .column_2.left {
    width: 54%;
  }

  .column_2 {
    width: 46%;
  }
}

.column_2.left .name {
  text-align: right;
  margin-top: 3em;
}

.column_2 .image {
  padding: 0 2em;
}

.column_2 .image.greeting {
  padding: 0;
}

.column_2 .image.greeting img {
  width: 450px;
}

.column_3 .image {
  margin-bottom: 2em;
}

.column_3 .text {
  padding: 0 .5em;
}

.column_3 .text h4 {
  text-align: center;
  margin-bottom: 1.2em;
}

.column_3 .text p {
  text-align: left;
}

@media (max-width: 1310px) {

  .content_block--sm02 {
    width: 90% !important;
    margin: 0 auto;
  }

  .content-01 {
    width: 50%;
  }

  .content-02 {
    width: 47%;
  }

  .content-01_sm {
    width: 55%;
  }

  .content-02_sm {
    width: 40%;
  }

  .content-01 h4 {
    margin-bottom: 3rem;
  }
}

@media (max-width: 1030px) {
  .content-02 {
    width: 50%;
    margin-right: -5.5%;
  }

  .flex--content.order .content-02 {
    width: 50%;
    margin-left: -5.5%;
    margin-right: 0;
  }
}

@media (max-width: 1090px) {

  .flex--content_column,
  .flex--content_sm {
    width: 90%;
  }
}

.flex--modelhouse div.model--left,
.flex--modelhouse div.model--right {
  width: 48%;
}

.flex--modelhouse div.model--left {
  flex-grow: 1;
  position: relative;
  margin-right: 2em;
}

.flex--modelhouse div.model--left img {
  width: 100%;
  /*height: 100%;
  object-fit: cover;*/
  position: absolute;
  bottom: 5%;
}

.flex--event div.event,
.flex--secondhouse div.image {
  width: 30%;
}

.flex--event div.staffblog,
.flex--secondhouse div.text {
  width: 60%;
}

.modelhouse-swiper,
.event-swiper {
  width: 100%;
  overflow: hidden;
}


span.num {
  color: #e07e48;
  font-size: 3.5rem;
  margin-bottom: 2rem;
  display: block;
}

.post-title {
  font-size: 2.5rem;
  margin-bottom: 2.0rem;
  line-height: 1.4em;
}

.post-ttl {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: .6em;
}

.post-ttl.left {
  text-align: left !important;
}

.post-text {
  border-bottom: 1px solid #333;
  padding-bottom: 1.5em;
}

.btn-area {
  width: 100% !important;
  text-align: right;
  margin-top: 1.0em;
  margin-bottom: 2em;
}


.btn-area a {
  display: inline-block;
  width: 30%;
  margin-left: 5%;
  border-radius: 14px;
  height: 28px;
  text-align: center;
  line-height: 27.5px;
  font-size: 1.4rem;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}


.btn-area a:hover {
  background-color: #333;
  color: #fff;
}







@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin-bottom: 4em;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list.voice {
  align-items: center;
}

.sliideShow--images01 {
  background-color: #333;
  padding-bottom: 5em;
}

.sliideShow--land {
  background-color: #fff;
}

.infinity__list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scroll-infinity__item a,
a.swiper-slide,
.staff-box {
  display: block;
}

a.swiper-slide {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  cursor: pointer;
}

.swiper-wrapper aswiper-slide {
  width: 335px;
}

article.slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

article.slide .post-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.scroll-infinity__text {
  color: #efefef;
  font-size: 19.5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  width: 100%;
}

.flowing-ttl {
  display: flex;
  width: 100%;
  overflow: hidden;
}


.text-animation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.text-wrapper {
  display: flex;
  animation: loop-text 60s linear infinite;
}

.double-content {
  display: inline-block;
  color: #efefef;
  font-size: 19.5rem;
  line-height: 1.5em;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  margin-right: .6%;
}

@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}



.item_image--top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  left: 0;
  top: 0;
  z-index: 1;
  margin-bottom: 10px;
}

.scroll-infinity__item a,
a.swiper-slide .slide {
  position: relative;
}

.scroll-infinity__item a span,
a.swiper-slide .slide span {
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 1.5rem;
  z-index: 10;
  color: #e07e48;
  font-size: 1.3rem;
  /*font-weight: 700;*/
  font-weight: 500;
  justify-content: center;
  text-align: center;
}

a.swiper-slide.list .slide span {
  background-color: #333;
  color: #fff;
}

.item_image--top img {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
  object-fit: cover;
}

.scroll-infinity__item a .memo_link,
a.swiper-slide .slide .memo_link {
  opacity: 0;
  top: 15px;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  z-index: 1000;
  color: #fff;
  line-height: 2.2em;
  padding: 2em 2.2em;
  text-align: left;
  transition: ease 0.5s;
  background-color: rgba(51, 51, 51, 0.7);
}

.scroll-infinity__item a:hover .memo_link,
a.swiper-slide:hover .slide .memo_link {
  opacity: 1;
}

.scroll-infinity__item a:hover .item_image--top img,
a.swiper-slide:hover .slide .item_image--top img {
  opacity: 0.2;
}


/*.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}*/

.scroll-infinity__list--left {
  animation-name: slide-5;
  animation-duration: 30s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
}

@keyframes slide-5 {
  0% {
    transform: translateX(0);
  }

  15% {
    transform: translateX(calc(1 / 5 * -100%));
  }

  20% {
    transform: translateX(calc(1 / 5 * -100%));
  }

  35% {
    transform: translateX(calc(2 / 5 * -100%));
  }

  40% {
    transform: translateX(calc(2 / 5 * -100%));
  }

  55% {
    transform: translateX(calc(3 / 5 * -100%));
  }

  60% {
    transform: translateX(calc(3 / 5 * -100%));
  }

  75% {
    transform: translateX(calc(4 / 5 * -100%));
  }

  80% {
    transform: translateX(calc(4 / 5 * -100%));
  }

  95% {
    transform: translateX(calc(5 / 5 * -100%));
  }

  100% {
    transform: translateX(calc(5 / 5 * -100%));
  }
}

.scroll-infinity__item {
  width: calc(100vw / 5) !important;
  margin: 0 1em;
}

.staff-box {
  /*width: calc(100vw / 5) !important;*/
  width: 280px !important;
  margin: 0 0;
  text-align: left;
}

.swiper-wrapper.staff {
  width: 1200px !important;
}

.scroll-infinity__text {
  width: calc(100vw / 1);
  margin: 0 1em;
}


a.swiper-slide {
  width: 335px !important;
  margin: 0 0 2em;
}

.slide.bg--white {
  background-color: #fff;
  padding: 1em 1.5em;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}


.scroll-infinity__item>a>.post-text,
.scroll-infinity__item>a>.name,
a.swiper-slide .slide .post-text,
a.swiper-slide .slide .name {
  text-align: left;
  color: #333;
}

.scroll-infinity__item>a>.post-text,
a.swiper-slide .slide .post-text {
  border-bottom: none;
  padding-bottom: .2em;
}

.card03 {
  overflow: hidden;
}

.card03 .swiper,
.swiper02 {
  overflow: visible;
}

.voice .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  transform: scale(0.85);
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
}


.ore {
  color: #e07e48 !important;
}

@media (max-width: 1025px) {
  .item_image--top {
    height: 26vw;
  }

}



.event-day {
  font-size: 2.5rem;
  border-bottom: 1px solid #333;
  padding-bottom: .2em;
  margin-bottom: .2em;
}

span.city {
  display: inline-block;
  margin-right: 10px;
  background-color: #efefef;
  font-size: 1.3rem;
  text-align: center;
  color: #333;
  padding: .3em 1em 0em;
  border-radius: 11px;
  height: 22px;
}

.prevnext.right {
  width: 100%;
  text-align: right;
  margin-bottom: 4.0rem;
}



.prevnext.left {
  width: 100%;
  text-align: left;
  margin-bottom: 4.0rem;
  /*margin-top: -2em;*/
}

.prevnext.left.staff {
  margin-top: 6em;
}

.prevnext.voice {
  width: 80%;
  text-align: left;
  margin-bottom: -4.0rem;
  margin-left: auto;
}

/*#voice-swiper01 .swiper-slide {
  transition: transform 0.4s ease;
}

#voice-swiper01 .swiper-slide.scale-down {
  transform: scale(0.85);
}*/

.prevnext span a,
.swiper-button-prev,
.swiper-button-next {
  display: inline-block;
  margin-left: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px lightgray;
  background-color: #fff;
  color: #333;
}

.swiper-button-prev.modelhouse,
.swiper-button-prev.eventpager,
.swiper-button-prev.voice,
.swiper-button-prev.staff {
  margin-left: 0;
}


.prevnext span a:hover,
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #333;
  color: #fff;
}

.blog-list {
  border-top: 1px solid #333;
  margin-bottom: 2em;
}

.blog-list li a {
  display: block;
  border-bottom: 1px solid #333;
  padding: 1.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-image {
  width: 185px;
  height: 137px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-right: 3%;
}

.blog-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blog-detail {
  width: 56%;
}

a span.day {
  font-size: 1.3rem;
  color: #333;
  line-height: 2.0em;
  width: 20%;
  text-align: left;
}

.nextinfo {
  margin-top: auto;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px lightgray;
  background-color: #fff;
  color: #333;
  margin-left: 3%;
  transition: ease 0.5s;
}

.news-list li a .nextinfo {
  margin-left: auto;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  margin-top: auto;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px lightgray;
  background-color: #fff;
  color: #333;
  transition: ease 0.5s;
}

a:hover .nextinfo,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: #333;
  color: #fff;
}

.news-list {
  width: 100%;
  border-top: 1px solid #333;
  margin-bottom: 2em;
}

.news-list li a {
  display: block;
  padding: 2em 0em 2em 2em;
  border-bottom: 1px solid #333;
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}




footer {
  background-color: #ede9df;
  text-align: center;
  width: 100%;
  padding: 7em 0 3em;
}

#footer-area {
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 1260px;
  margin: 0 auto;
}

.footer-logo {
  width: 28%;
  text-align: left;
}

.footer-logo img {
  width: 22.5rem;
  margin: 0 auto 1.5rem;
}

.footer-add {
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #333;
}

.footer-add a {
  color: #333;
}

p.add {
  font-size: 1.4rem;
  line-height: 1.8em;
}

.footer-link {
  width: 70%;
  text-align: right;
}

.f-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.f-link li {
  margin-left: 3rem;
  text-align: left;
}

.f-link li a {
  display: block;
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 3em;
}

.copyright {
  font-size: 1.2rem;
  letter-spacing: .01em;
  margin-top: 10em;
}



[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

[type=text],
[type=email],
[type=tel] {
  border: 1px solid #9b9b9b;
  height: 36px;
  width: 100%;
  padding: 0.2em .2em;
  box-sizing: border-box;
}

input.short {
  width: 80px;
}

input#zip {
  width: 80px;
}

input#zip1 {
  width: 100px;
}

.hasDatepicker {
  width: 80px;
}

p.datepicker {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}



input#pref {
  width: 160px;
  margin-left: 20px;
  margin-bottom: 15px;
}


[type=checkbox] {
  border: 1px solid #9b9b9b;
  border-radius: 0;
  height: 2.0rem;
  width: 2.0rem;
}

textarea {
  border: 1px solid #9b9b9b;
  height: 120px;
  width: 100%;
  padding: 10px;
  line-height: 1.5em;
}

::placeholder {
  color: #A5A5A5;
}

[type=submit],
a.pdflink {
  display: block;
  border-radius: 25px;
  height: 50px;
  width: 355px;
  margin-left: auto;
  margin-right: auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 1.6rem;
  font-weight: 300;
}

.submit a {
  display: block;
  border-radius: 25px;
  height: 50px;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 1em;
}

#main-text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 11;
}

.slideshowTop {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}

.slideTop {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
  z-index: 8;
}

.slide_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}

.slide_link.active {
  z-index: 10;
  /* 表示中スライドは前面にする */
  pointer-events: auto;
}

.slideimg {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: opacity 2s ease-in-out;
  z-index: 8;
}

.slideimg.active,
.slideTop.active {
  opacity: 1;
  animation: zoomUp 10s linear forwards;
  z-index: 9;
}


@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}


.count-area {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  z-index: 12;
  padding: 1.0em 5.3em 1.5em 2.5em;
  bottom: 0;
  right: 0;
  width: 55.4rem;
}

.count {
  font-size: 2.2rem;
}

.count span {
  font-size: 1.2rem;
}

.post-ttl-main {
  font-size: 2.2rem;
  line-height: 1.5em;
  margin-bottom: .5em;
}

.indicator {
  color: white;
  display: inline-block;
  font-size: 2.4rem;
}


/* HTML: <div class="loader"></div> */
.loader {
  width: 1.0rem;
  height: 1.0rem;
  aspect-ratio: 1;
  background-color: #fff;
  position: absolute;
  right: 8%;
  top: 45%;
  z-index: 100;
}

.loader::before {
  content: "";
  position: absolute;
  inset: -15px;
  border-radius: 50%;
  border: 3px solid #fff;
  animation: l18 5s infinite linear;
  transform: rotate(45deg);
}

@keyframes l18 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
  }

  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
  }

  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
  }
}

#second-Ttl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}

#h2-ttl-area {
  position: relative;
  width: 32%;
  flex: 1;
}

#h2-ttl-area h2#second-ttl {
  width: 72%;
  font-size: 2.4rem;
  line-height: 1.8em;
  text-align: center;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  position: absolute;
}

#h2-ttl-area h2#second-ttl.compnay {
  text-align: left;
}

#h2-image {
  width: 68%;
}

#h2-image img {
  width: 100%;
}

#pan {
  text-align: center;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

#pan_single {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 2em;
}

#pan a,
#pan_single a {
  display: inline-block;
  color: #e07e48;
}

#pan a::after,
#pan_single a::after {
  content: ">";
  color: #333;
  margin: auto 10px 0;
}

.stepbar {
  width: 48%;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.stepbar.right {
  width: 44%;
  text-align: left;
  flex-grow: 1;
  margin-left: 3%;
  padding-top: 0em;
}

.stepbarwrapttl {
  max-width: 1300px;
  margin: 0 auto -1em;
}

.stepbarwrapttl h4 {
  font-size: 2.5rem;
  font-weight: 400;
  background-color: #fff;
}

.stepbar .stepbarwrap {
  margin: 1em 0;
  position: relative;
  height: auto;
}

.stepbar .stepbarwrap.last {
  margin: 2em 0 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar h4 {
  padding-bottom: 0em;
  background-color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  content: "";
  border-radius: 50%;
  background-color: #e07e48;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.9em;
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
  position: relative;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-size: 2.5rem;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.8em;
  display: block;
  height: auto;
}


.stepbar .stepbarwrap .steptxt.lasttext {
  padding-left: 0em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 1.6rem;
  line-height: 1.8em;
  display: block;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1.2em);
  background-color: #e07e48;
  position: absolute;
  top: 2em;
  left: 1.2em;
  z-index: -1;
}

.stepbarwrapttl .steplineh4 {
  width: 1px;
  height: calc(100% + 2.8em);
  background-color: #e07e48;
  position: absolute;
  top: 2em;
  left: 1.2em;
  z-index: -1;
}

@media screen and (max-width: 914px) {
  .stepbar {
    width: 100%;
  }
}

.flex-staff_ttl {
  text-align: left;
  width: 30%;
  margin-left: 15%;
}

.flex-staff {
  width: 65%;
}


.modelhouse-swiper .swiper-wrapper {
  height: auto !important;
}

.modelhouse-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.staff-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: left;
}

.face {
  width: 100%;
  margin-bottom: 1em;
  position: relative;
  height: 460px;
}

.face img {
  position: absolute;
  z-index: 0;
  top: 40px;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: fill;
}

.balloon {
  position: relative;
  display: inline-block;
  padding: .5em 1em;
  width: 90%;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
  background: #FFF;
  border-radius: 15px;
  box-sizing: border-box;
  z-index: 1;
  top: 5px;
  left: 5%;
  box-shadow: 0px 2px 6px 1px #bbb;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}

.staff-box .name {
  text-align: left;
  margin-top: 1em;
}

.name-en,
.katagaki,
.kinzoku {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.katagaki {
  line-height: 1.4em;
}

.map {
  width: 74%;
}


.map img {
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  left: 0;
  max-width: initial;
}

.companydetail {
  width: 36%;
  padding: 4em 0 5em;
  text-align: left;
}

.outlinehouse {
  display: flex;
  flex-direction: column;
  width: 32.33333%;
}

.area_chiku {
  width: 395px;
  margin-bottom: 4em;
}

.area_chiku span {
  display: inline-block;
  background-color: #eaeaea;
  padding: .2em .8em;
  text-align: center;
  color: #333;
  font-size: 1.9rem;
  margin-right: 15px;
  border-radius: 15px;
  height: 30px;
  margin-bottom: 15px;
}

h5 {
  margin-bottom: 2.5rem;
  font-size: 2.1rem;
  text-align: center;
  color: #fff;
}

h5.gray {
  color: #333;
}

p.kentou {
  margin-bottom: 5em;
}

p.add {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1em;
}

div.map-btn {
  display: block;
  margin-bottom: 6rem;
}

div.map-btn.modelhouse {
  margin-bottom: 0;
}

div.map-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 110px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #333;
  border-radius: 10px;
}

div.map-btn.modelhouse a {
  background-color: #333;
  color: #fff;
}

div.map-btn a span {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-bottom: 2px;
}


a i img {
  width: 100%;
}

a i.cercle {
  width: 6px;
  height: 100%;
  margin-right: .5em;
  background-image: url(../images/ai_cercle.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

a:hover i.cercle {
  background-image: url(../images/ai_cercle_w.png);
}

a i.cercle.white {
  background-image: url(../images/ai_cercle_w.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

a:hover i.cercle.white {
  background-image: url(../images/ai_cercle.png);
}

.model--right .btn-area {
  margin-bottom: 0em !important;
}

.model--right .btn-area a i.cercle {
  width: 6px;
  height: 6px;
  margin-right: .5em;
  background-image: url(../images/ai_cercle.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 3px;
  display: inline-block;
}

.model--right .btn-area a:hover i.cercle {
  width: 6px;
  height: 6px;
  margin-right: .5em;
  background-image: url(../images/ai_cercle_w.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 3px;
  display: inline-block;
}

a i.link {
  width: 10px;
  height: 100%;
  margin-left: .5em;
  background-image: url(../images/ai_link.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

a:hover i.link {
  background-image: url(../images/ai_link_w.png);
}

a i.link.white {
  background-image: url(../images/ai_link_w.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

a:hover i.link.white {
  background-image: url(../images/ai_link.png);
}

.imghouse {
  flex-grow: 1;
  margin-bottom: 2em;
  position: relative;
  height: 160px;
}

.imghouse img {
  height: auto;
  width: 80%;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.column_3.outlinehouse:last-child .imghouse img {
  height: 200px;
}

.imghouse.sm {
  width: 65%;
  text-align: center;
  margin: -20px auto 2em;
}

.imghouse.sm img {
  width: 100%;
  height: auto;
}

.outlinehouse .column_3 .next_btn {
  margin-top: auto;
}

.cate_ListBtn {
  width: 100%;
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3em;
}

.cate_ListBtn.bunrui {
  margin-bottom: 1.5em;
}

.cate_ListBtn li {
  margin-right: 15px;
  width: 16rem;
}

.cate_ListBtn li.cate_ttl {
  display: inline-block;
  border: 1px solid #333;
  text-align: center;
  vertical-align: middle;
  width: 14rem;
  padding-top: .9em;
  padding-bottom: 1em;
}

.cate_ListBtn li a {
  opacity: .6;
  display: block;
  text-align: left;
  color: #333;
  padding-bottom: 1em;
  padding-top: .5em;
  border-bottom: 1px solid #333;
}

.cate_ListBtn li a.active,
.cate_ListBtn li a:hover {
  opacity: 1;
  font-weight: bold;
}

.sub-detail-area,
.sub-detail-area .post-ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.sm-ft {
  font-size: 1.4rem;
}

.ss-ft {
  font-size: 1.2rem;
}

.sub-detail-cate {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sub-detail-cate.single {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1em;
}

.sub-detail-cate p {
  display: block;
  width: 100px;
  height: 20px;
  line-height: 1.5em;
  margin: 1.5em .2em 0;
  text-align: center;
  font-size: 1.2rem;
}

.sub-detail-cate p.single {
  font-size: 1.6rem;
  line-height: 1.7em;
  height: auto;
  width: 140px;
}

.sub-detail-cate p.modelhouse {
  font-size: 1.6rem;
  line-height: 1.7em;
  height: auto;
  width: 260px;
}

.cate_bunrui,
.cate_states,
.cate_daytime {
  background-color: #333;
  color: #fff;
}

p.cate_daytime {
  line-height: 1.8em;
  height: 25px;
}

.cate_city {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}

.content_full {
  display: flex;
  width: 100%;
  margin-bottom: 8em;
  align-items: center;
}

.content_full:last-child {
  margin-bottom: 0;
}

.content_full .image_house {
  width: 35%;
  margin-right: 5%;
  /*flex: 1;*/
  text-align: center;
}

.content_full .image_house img.wd80 {
  width: 70%;
  margin: 0 auto;
}

.content_full .detail {
  /*width: 60%;*/
  flex: 1;
}

.content_full .detail>.ttl-area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2em;
  align-items: center;
}

.content_full .detail>.ttl-area h5 {
  margin-right: 1em;
  margin-bottom: 0;
}

.content_full .detail>.ttl-area p {
  margin-right: 1.5em;
  margin-bottom: 0;
  line-height: 1.4em;
}

.content_full .detail .come {
  width: 100%;
  margin-bottom: 2em;
}

.flex-btn {
  display: flex;
  justify-content: flex-start;
}

.flex-btn div {
  margin-right: 40px;
}

.voice-comment {
  font-size: 1.5rem;
}

.voice-text-area {
  width: 60%;
  margin-right: 5%;
}

.voice-image {
  width: 30%;
  padding-top: 1em;
}

.voice-image img {
  width: 100%;
  height: auto;
}

.voice-post-ttl {
  margin-bottom: 1em;
  font-size: 1.7rem;
  font-weight: 500;
}

.voice-name {
  font-size: 1.2rem;
  margin-bottom: 1.2em;
  display: block;
}


.catalog-box {
  width: 100%;
  margin: 0 auto 6em;
  border: 1px solid #333;
  display: flex;
  justify-content: space-around;
  padding: 3em 3.5em;
  align-items: center;
}

.form-box {
  width: 100%;
  margin: 0 auto 6em;
  border: 7px solid #cecece;
  padding: 5em 10em;
  align-items: center;
}

.catalog-box .image {
  width: 66%;
  text-align: center;
  padding-left: 1em;
}

.catalog-box .text {
  width: 34%;
  text-align: left;
  line-height: 1.8em;
  font-size: 1.8rem;
}

span.red {
  color: #ff0000;
}

p.left {
  text-align: left;
}

p.catalogtext {
  margin-bottom: 5em;
}

.form-area {
  max-width: 620px;
  margin: 0 auto;
}

.formevent-area {
  width: 100%;
}

.form-area table,
.formevent-area table {
  width: 100%;
}

.form td,
.form th {
  display: block;
  width: 100%;
  vertical-align: top;
}

.form th {
  padding-top: .4em;
}

.form.info td {
  display: inline-block;
  width: 70%;
}

.form.info th {
  display: inline-block;
  width: 30%;
  text-align: left;
  padding-right: 3%;
}

.form.info td.cellfull,
.form.info th.cellfull {
  display: block;
  width: 100%;
  padding-right: 14em;
  padding-left: 14em;
}

.form th {
  padding-bottom: .8em;
  font-size: 1.6rem;
  color: #333;
  font-weight: normal;
}

.form th small {
  font-size: 1.2rem;
}

.form td {
  padding-bottom: 2em;
}

.form th span.hissu {
  display: inline-block;
  background-color: #e07e48;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: .4em .8em .5em;
  border-radius: 3px;
  margin-left: 10px;
}

.form th span.mwform-checkbox-field,
.form th span.mwform-checkbox-field-text {
  background-color: #fff;
  color: #ccc;
  padding: 0em;
}

.form.info th span {
  display: block;
  float: right;
}

.form.info th.policy span {
  display: inline-block;
  float: none;
}

.form th span.ninni {
  display: inline-block;
  background-color: #999999;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: .4em .8em .5em;
  border-radius: 3px;
  margin-left: 10px;
}

.form th.policy>span {
  margin-left: 0px;
  margin-right: 10px;
}

.form th.policy {
  padding-bottom: 5em;
}

.selectbox-6,
.selectbox-7 {
  position: relative;
}

.selectbox-6::before,
.selectbox-6::after,
.selectbox-7::before,
.selectbox-7::after {
  position: absolute;
  right: 12px;
  width: 12px;
  height: 8px;
  background-color: #535353;
  content: '';
  pointer-events: none;
}

.mw_wp_form_confirm .selectbox-6::before,
.mw_wp_form_confirm .selectbox-6::after,
.mw_wp_form_confirm .selectbox-7::before,
.mw_wp_form_confirm .selectbox-7::after {
  background-color: transparent;
}

.selectbox-6::before {
  top: calc(50% - 9px);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.selectbox-6::after {
  bottom: calc(50% - 13px);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.selectbox-6 select {
  appearance: none;
  width: 100%;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #9b9b9b;
  background-color: #fff;
  color: #333333;
  font-size: 1.6rem;
  cursor: pointer;
}

.selectbox-7::before {
  top: calc(50% - 9px);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.selectbox-7::after {
  bottom: calc(50% - 13px);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.selectbox-7 select {
  appearance: none;
  width: 30%;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #9b9b9b;
  background-color: #fff;
  color: #333333;
  font-size: 1.6rem;
  cursor: pointer;
}

.single-cate-area {
  width: 100%;
  margin-bottom: 2em;
  text-align: left;
}

.single-cate-area.modelhouse {
  margin-bottom: 5em;
}

.single-ttl {
  font-size: 3.0rem;
  line-height: 1.6em;
}

.single-main-image {
  width: 100%;
  margin-bottom: 3em;
}

.single-event-info {
  width: 100%;
  border: 1px solid #333;
  padding: 2em 4em 2em;
  margin-bottom: 5em;
}

.single-event-info.work {
  width: 88%;
  border: 1px solid #333;
  padding: 2em 3em 2em;
  margin-bottom: 5em;
  margin-right: auto;
  margin-left: auto;
}

.single-event-info h5 {
  font-size: 2.0rem;
  color: #333;
  text-align: left;
  font-weight: normal;
}

.event-detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.event-detail li {
  display: flex;
  width: 47%;
  border-bottom: 1px solid #333;
  padding-bottom: 1em;
  text-align: left;
  margin-bottom: 1em;
}

.event-detail li p {
  display: inline-block;
}

.event-detail li p.detail-ttl {
  width: 110px;
}

.single-detail,
.single-blog-detail {
  width: 100%;
  margin-bottom: 5em;
}

.single-detail div,
.single-blog-detail div {
  font-size: 1.6rem;
  line-height: 1.8em;
}

.single-detail img {
  margin-top: 2em;
}

.single-detail h5 {
  color: #333;
  text-align: left;
  margin-bottom: 2em;
  margin-top: 4em;
  font-weight: normal;
}

.single-detail figure {
  text-align: center;
}

.single-detail figure img {
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.single-detail figure p {
  text-align: left;
}

.single-detail figcaption {
  font-size: 1.8rem;
  line-height: 1.8em;
  margin-bottom: .5em;
  text-align: left;
}

.event-form-box {
  border: 7px solid #cfcfcf;
  padding: 4em 3.5em;
}

#singleBlock--images {
  width: 600px;
  margin-right: 40px;
}

#singleBlock--detail {
  flex: 1;
  text-align: left;
}

#singleBlock--images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0em;
}

#mainImage {
  width: 74%;
  height: 490px;
  object-fit: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: 0;
}

#mainImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#imageList {
  width: 25%;
}

#imageList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#imageList li {
  width: 48%;
  height: 90px;
  margin-bottom: 3%;
}

#imageList li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h6 {
  margin-top: 3em;
  font-size: 2.0rem;
  line-height: 1.8em;
  text-align: left;
  border-bottom: #333333 1px solid;
  padding-bottom: .5em;
  margin-bottom: 0.5em;
}

h6.modelhouse {
  text-align: center;
  margin-bottom: 1.5em;
  border-bottom: none;
  padding-bottom: 0;
}

.single-bukken-detail {
  width: 100%;
}

.single-check {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.single-check div {
  margin-right: 15px;
  width: auto;
  display: flex;
  align-items: center;

}

.single-check div p {
  white-space: nowrap;
}

.single-check div i {
  margin-right: 5px;
}

.staff-comment {
  line-height: 1.8em;
}

.policy-text {
  border: 1px solid #9b9b9b;
  text-align: left;
  line-height: 1.8em;
  font-size: 1.6rem;
  padding: 1.5em 1.5em;
  overflow-y: scroll;
  height: 17.0rem;
  width: 100%;
}

.policy-text p {
  margin-bottom: 1em;
}

.single-pdf-area {
  text-align: center;
  margin-top: 4em;
}

.acf-map {
  width: 100%;
  height: 400px;
  margin: 2em 0 4em;
}

.readonly-input {
  color: #888;
  /* グレー文字 */
  background-color: #f5f5f5;
  /* グレー背景（任意） */
  border: 1px solid #ccc;
  cursor: not-allowed;
}

#sidenavi {
  width: 60px;
  height: 365px;
  background-image: url(../images/scrollnavi.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 199999;
}

#sidenavi a:nth-child(1) {
  order: 1;
}

#sidenavi a:nth-child(2) {
  order: 2;
}

#sidenavi a {
  display: block;
  height: 50%;
  width: 100%;
}

.sp914 {
  display: block;
}

.sp914_block {
  display: none;
}

.spcenter {
  text-align: left;
}

.spleft {
  text-align: center;
}

.insta-images {
  width: 45%;
}

.insta-images .next_btn {
  display: none;
}

.wp-pagenavi {
  margin: 50px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

.wp-pagenavi a {
  color: #333;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: .3s;
  background-color: #eaeaea;
  color: #333;
}

.wp-pagenavi span.current {
  background: #fff;
  color: #333;
  border: 1px solid #333;
}

.wp-pagenavi a.page {
  background: block;
  background-color: #eaeaea;
}

.wp-pagenavi a.page:hover {
  background: #fff;
  color: #333;
  border: 1px solid #333;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: block;
  margin-right: 1%;
  margin-left: 1%;
}

.mw_wp_form .error {
  font-size: 93% !important;
  color: #B70000 !important;
  display: inline-block !important;
  background-color: #fff !important;
  margin-top: 5px !important;
}

@media screen and (max-width: 914px) {


  .Header_Top {
    height: 14.22319474835886vw;
  }

  .slideshowTop {
    height: 100dvh;
    position: relative;
    padding-bottom: 5.0vh;
    overflow: hidden;
  }

  .spcenter {
    text-align: center;
  }

  .spleft {
    text-align: left;
  }

  .sp914_block {
    display: block;
  }

  h2 span.en {
    letter-spacing: -0.02em;
  }

  h2 span.jp {
    margin-bottom: 5rem;
  }

  h2 span.jp.bg {
    margin-top: 5.5rem;
    margin-bottom: 6rem;
  }

  h2 span.jp.bg {
    font-size: 2.2rem;
  }

  #main-text {
    left: 6%;
    bottom: 23%;
  }

  h2#main {
    font-size: 6.5rem;
    margin-bottom: .5em;
  }

  .count-area {
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 6.0vh;
    padding: 1.0em 2em 1.5em 1em;
  }

  .h_spnv {
    margin-right: 1px;
    position: relative;
    right: 0;
    z-index: 1000;
  }

  .h_spnv li {
    width: 50%;
  }

  .h_spnv li img {
    width: 13vw;
    height: auto;
  }

  .hamburger {
    width: 13vw;
    height: 13vw;
    top: .6em;
    right: 1.0vw;
  }

  .hamburger__line {
    left: 4.2vw;
    width: 4.5vw;
    height: 2px;
  }

  .hamburger__line:nth-of-type(1) {
    top: 4vw;
  }

  .hamburger__line:nth-of-type(2) {
    top: 5.5vw;
  }

  .hamburger__line:nth-of-type(3) {
    top: 7vw;
  }

  .hamburger.active .hamburger__line:nth-of-type(1) {
    transform: translateY(1.5317286652078774vw) rotate(-45deg);
  }

  .hamburger.active .hamburger__line:nth-of-type(3) {
    transform: translateY(-1.5vw) rotate(45deg);
  }

  .sp914 {
    display: none;
  }

  .post-ttl-main {
    font-size: 1.6rem;
  }

  .content_block--about {
    display: block;
    margin-top: -9.299781181619256vw;
  }

  .content_block--about .about--left {
    width: 100%;
  }

  .next_btn {
    text-align: center;
  }

  .insta-detail .next_btn {
    display: none;
  }

  .insta-detail>.name {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }

  .insta-images {
    margin-left: -5%;
    margin-right: -5%;
    width: 111%;
  }

  .insta-images .next_btn {
    display: block;
    margin-top: 1em;
  }

  .content_block--about .about--left .image-left {
    width: 100%;
    text-align: left;
    margin-top: 7rem;
    margin-left: -10%;
  }

  .content_block--about .about--right .about_main_image,
  .content_block--about .about--right .about_main_image img {
    display: none;
  }

  .content_block--about .about--right {
    flex: 1;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    margin-top: 0;
    display: flex;
    justify-content: end;
  }

  .content_block--about .about--left .image-left img {
    max-width: 100%;
  }

  .content_block--modelhouse {
    text-align: center;
    width: 90%;
    padding: 2em 1.5em 2em;
  }

  .about_main_image02 {
    width: 60vw;
    height: 56vw;
    text-align: right;
    margin-top: 7rem;
  }

  .about_main_image02 video {
    overflow: hidden;
  }

  .flex--modelhouse {
    display: block;
  }

  .flex--modelhouse div.model--left img {
    position: static;
  }

  .modelhouse-swiper .swiper-slide {
    display: block;
  }

  .model--right {
    margin-top: 2em;
  }

  .section_bg--workshouse {
    padding-top: 10vw;
  }

  .sliideShow--images01 {
    margin-top: -1.5em;
  }

  .header {
    display: flex;
    width: 40%;
    height: 100%;
    justify-content: flex-end;
    padding: 0px 0;
    margin-right: 12vw;
  }

  .Header_Logo {
    width: 45%;
    margin-left: 2%;
  }

  #sidenavi {
    background-image: url(../images/scrollnavi_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    bottom: 0;
    width: 100%;
    display: flex;
    /*height: 7vh;*/
    height: 12vh;
    max-height: 85px;
    min-height: 35px;
    top: auto;
    flex-direction: row;
  }

  #sidenavi a {
    height: 100%;
  }

  #sidenavi a:nth-child(1) {
    order: 2;
  }

  #sidenavi a:nth-child(2) {
    order: 1;
  }

  .slideimg {
    padding-bottom: 5vh;
  }

  .about-image {
    text-align: right;
    margin-right: -10%;
    margin-bottom: 5em;
  }

  .about-image img {
    width: 80%;
  }

  .flex--modelhouse div.model--left,
  .flex--modelhouse div.model--right {
    width: 100%;
    height: 100%;
    padding-right: 0;
  }

  .flex--modelhouse div.model--left {
    padding-right: 0;
  }

  .model--right .post-text {
    text-align: left;
    padding-bottom: 2em;
  }

  .btn-area {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .btn-area a {
    width: 48%;
    border-radius: 6.516411vw;
    height: 8.032823vw;
    line-height: 7.8vw;
    margin-left: .5%;
    margin-right: .5%;
    font-size: 1.4rem;
  }

  .flex--modelhouse_link {
    display: block;
    text-align: center;
    padding-top: 1.5em;
  }

  .prevnext.left {
    text-align: center;
  }

  .prevnext span a,
  .swiper-button-prev,
  .swiper-button-next {
    margin-left: 1%;
    margin-right: 1%;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 2.0rem;
  }

  .tel {
    text-align: center;
  }

  .tel a {
    font-size: 3.7rem;
  }

  .tel a img {
    width: 2.2rem;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .storetime {
    font-size: 1.2rem;
    margin-top: .5em;
    letter-spacing: -.02em;
  }

  article.slide .post-ttl {
    height: auto;
    width: 100%;
  }

  .card03 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  a.swiper-slide {
    width: 100% !important;
  }

  a.swiper-slide.list {
    margin: 0 0 4em;
  }

  .sub-detail-area .post-ttl {
    width: 100% !important;
    height: auto !important;
  }

  .scroll-infinity__item a span,
  a.swiper-slide .slide span {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    font-size: 1.6rem;
  }

  .item_image--top {
    height: 60vw;
  }

  .Header_content {
    padding-top: .6em;
    padding-bottom: .5em;
    padding-left: 1em;
    align-items: center;
    padding-right: 0.5em;
  }

  .about_main_image02 img {
    width: 70%;
  }

  a .next_btn {
    margin-right: 0;
  }

  .next_btn a.voiceindex {
    margin-right: -30%;
  }

  .prevnext.voice {
    width: 50%;
    text-align: left;
    margin-bottom: -4.0rem;
    margin-left: 10%;
  }

  .l-inner.voiceindex {
    margin: 0 auto 2em;
  }

  .section_bg--voice {
    background-color: #ede9df;
    padding-top: 4em;
    padding-bottom: 5em;
  }

  h2#main+p {
    font-size: 2.2rem;
    line-height: 1.8em;
  }

  .section_bg--event {
    padding-top: 4em;
  }

  .flex--event {
    display: block;
  }

  .flex--event div.event,
  .flex--secondhouse div.image {
    width: 100%;
    margin-bottom: 4em;
  }

  .prevnext.right {
    text-align: center;
    margin-top: 1em;
  }

  .flex--event div.staffblog,
  .flex--secondhouse div.text {
    width: 100%;
  }

  .blog-list li a {
    padding: .8em 0 .8em .8em;
    align-items: flex-start;
  }

  .blog-list li a .nextinfo {
    display: none;
  }

  .content_block--news {
    width: 90%;
    padding: 3em 0 2em;
    text-align: left;
  }

  .news-list li a {
    padding: .6em .6em .6em .6em;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  a span.day {
    width: 70%;
  }

  .post-ttl {
    width: 70%;
    line-height: 1.4em;
  }

  .blog-detail .post-ttl {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .nextinfo {
    margin-top: -15px;
  }

  .double-content {
    font-size: 8rem;
  }

  .content_block--insta {
    padding: 4em 0 4em;
    display: block;
  }

  .insta-detail {
    width: 100%;
  }

  h2 span.en img {
    width: 4rem;
    vertical-align: middle;
    margin-bottom: .2em;
    margin-right: 1rem;
  }

  .insta-detail>h2 {
    margin-bottom: 0rem;
  }

  .section_bg--contact {
    display: block;
  }

  .request-detail {
    width: 100%;
    padding: 3em 1.2em 3em;
  }

  .request-detail h2 {
    margin-bottom: 7rem !important;
  }

  .contact-detail {
    width: 100%;
    padding: 3em 1.2em 3em;
  }

  footer {
    padding: 4em 0 3em;
  }

  #footer-area {
    display: block;
  }

  .footer-logo {
    width: 100%;
    margin-bottom: 2em;
  }

  .footer-link {
    width: 100% !important;
  }

  .br1270 {
    display: none;
  }

  .f-link {
    display: none;
  }

  .copyright {
    margin-top: 1em;
    text-align: center;
  }

  .f-link_sp {
    display: block;
    width: 100%;
  }

  .f-link_sp li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .f-link_sp li a {
    width: 47%;
    display: block;
    border-bottom: 1px solid #333;
    padding-bottom: .8em;
    margin-bottom: .8em;
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left;
    color: #333;
  }

  .f-link_sp li a:last-of-type {
    margin-left: auto;
  }

  .voice .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    transform: scale(1);
  }

  #pan {
    display: none;
  }

  #second-Ttl {
    margin-top: 14.22319474835886vw;
    margin-bottom: 0;
  }

  #h2-ttl-area {
    position: static;
    width: 100%;
    display: flex;
    height: 40vw;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  #h2-ttl-area.compnay {
    text-align: left;
  }

  #h2-ttl-area h2#second-ttl {
    text-align: center;
    transform: none;
    position: static;
    width: 100%;
    font-size: 2.8rem;
  }

  #h2-ttl-area.compnay h2#second-ttl {
    line-height: 1.6em;
    text-align: left;
  }

  #h2-image {
    width: 100%;
    height: 90vw;
  }

  #h2-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #h2-image.flow_fv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }

  .section_bg--h3 {
    padding: 3.5em 0 0em;
  }

  .h3-text-area {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #second-Ttl {
    flex-wrap: wrap;
  }

  .flex--content {
    margin-bottom: 6em;
  }

  .content-01_sm,
  .flex--content.fullsz .content-01 {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }

  .content-01 {
    width: 100%;
  }

  .flex--content.fullsz .content-02 {
    display: block;
    padding-top: 0;
    padding-bottom: 1em;
    padding-left: 0;
  }

  .flex--content.fullsz .content-02 p.zeh_text {
    display: block;
    margin: 0 auto 1em;
  }

  .flex--content.fullsz .content-02 a.zeh_link {
    width: 70%;
    height: 6rem;
    line-height: 5.8rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
  }

  h4 {
    text-align: center;
    width: 100%;
    margin-bottom: 4rem;
    font-size: 2.2rem;
  }

  .content-02_sm {
    width: 100%;
    margin-top: 3em;
    padding-left: 0%;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .content-02 {
    width: 100%;
    margin-top: 3em;
    padding-left: 0%;
    order: 1;
  }

  .flex--content.order .content-02 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    order: 2;
  }


  .flex--content_sm {
    margin-bottom: 3em;
  }

  .content-02 img,
  .content-02_sm img,
  .flex--content.order .content-02 img {
    width: 100%;
    height: auto;
  }


  .flex--content_sm.order .content-01_sm {
    order: 1;
    text-align: left;
    padding-left: 0%;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }


  .flex--content_sm.order .content-02_sm {
    order: 2;
    text-align: left;
    padding-left: 0%;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .content-02 {
    width: 105%;
    margin-right: -5.6%;
  }

  .flex--content.order .content-02 {
    width: 105%;
    padding-right: 0;
    margin-left: -5.6%;
  }

  .flex--secondhouse {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .flex--secondhouse .text h4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .flex--secondhouse .image {
    display: none;
  }

  .flex--secondhouse .image.sp914_block {
    display: block;
    width: 80%;
    margin: 0 auto 3em;
  }

  .content_block--secondhouse {
    margin: 2em auto 0;
    padding: 3em 0em;
    width: 90%;
  }

  .section_bg--worksseco {
    background-size: cover;
    padding-top: 75vw;
  }

  .section_bg--works {
    background-image: none;
    padding-bottom: 4em;
    padding-top: 5em;
  }

  .blog-image {
    width: 30%;
    height: 20vw;
    margin-right: 0;
  }

  .blog-detail {
    width: 66%;
    text-align: left;
  }

  .stepbar.right {
    margin-left: 0;
    margin-top: 0em;
    width: 90%;
  }

  .stepbarwrapttl h4 {
    text-align: left;
  }

  .section_bg--second,
  .section_bg--secogry {
    padding: 4em 0 4em;
  }

  .bgcr-beige h2,
  .content_block--sm03 h2 {
    text-align: center;
  }

  .flex--content_sm {
    width: 100%;
  }

  .content-01_sm {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }

  .stepbar h4 {
    text-align: left;
  }

  .stepbar h4.steplast {
    margin-bottom: 0rem;
  }

  .column_3 {
    width: 100%;
    margin-bottom: 4em;
    display: flex;
    flex-direction: column;
  }

  .column_3:last-child {
    margin-bottom: 0;
  }

  .column_3 .image {
    margin-top: 2em;
    margin-bottom: 2em;
    order: 1;
  }

  .column_3 .image h4 {
    margin-bottom: 2rem !important;
  }

  .column_3 .text {
    order: 2;
  }

  .column_2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column_2.left {
    width: 100%;
  }

  .column_2 .image {
    padding: 0;
    margin-left: -10%;
    margin-right: -10%;
  }

  .column_2 .image.greeting {
    display: none;
  }

  .sp914_block.president {
    margin-bottom: 1.5em;
  }

  .inspe {
    width: 100%;
    justify-content: space-between;
  }

  .inspe li {
    margin-right: 0;
    width: 22%;
  }

  h3 {
    font-size: 1.8rem;
  }

  .flex--content_staff {
    flex-direction: column;
    position: relative;
    padding-top: 10em;
  }

  .flex--content_staff h2 {
    margin-bottom: 15em;
  }

  .prevnext.left.staff {
    position: absolute;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }

  .flex-staff_ttl {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 100;
    top: 0;
  }

  .staff-box .name {
    margin-top: 1em;
    width: 90%;
    margin-left: 5%;
  }

  .balloon {
    padding: 1em 1em;
    width: 86%;
    left: 0;
  }

  .name-en,
  .katagaki,
  .kinzoku {
    margin-left: 5%;
    width: 90%;
  }

  .staff-box {
    width: 100% !important;
    text-align: left;
    padding-bottom: 3em;
  }

  .flex-staff {
    width: 100% !important;
  }

  h4.mission {
    font-size: 1.8rem;
    letter-spacing: -.02em;
  }

  .area_chiku span {
    padding: .2em 1.2em;
    font-size: 1.6rem;
    margin-right: 5px;
    line-height: 25px;
  }

  .table-block th {
    width: 100%;
    display: block;
    border-bottom: none !important;
    padding-bottom: 0em !important;
  }

  .table-block td {
    width: 100%;
    display: block;
    padding-top: .5em !important;
  }

  .flex--secondmap {
    flex-direction: column;
  }

  .map {
    width: 100%;
  }

  .companydetail {
    width: 100%;
    padding: 2em 5% 4em;
    text-align: left;
  }

  .area_chiku {
    width: 100%;
    margin-bottom: 1em;
  }

  p.kentou {
    margin-bottom: 3em;
  }

  .section_bg--outline {
    padding: 4em 0;
  }

  .flex--content_all {
    flex-direction: column;
  }

  div.map-btn {
    margin-bottom: 4rem;
  }

  div.map-btn a {
    width: 120px;
    height: 50px;
    border-radius: 25px;
  }

  .imghouse {
    flex-grow: unset;
    margin-bottom: 2em;
    position: static;
    height: auto;
  }

  .imghouse img {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: none;
  }

  .column_3.outlinehouse:nth-child(2) .imghouse img {
    width: 80%;
    object-fit: cover;
    height: 29.706783vw;
    object-position: bottom;
  }

  .column_3.outlinehouse:last-child .imghouse img {
    height: 38.29321663019694vw;
    width: auto;
  }

  .swiper-wrapper {
    text-align: left;
  }

  p.add {
    margin-bottom: 1.5em;
  }

  .imghouse {
    margin-bottom: 2.5em;
  }

  .column_3.outlinehouse {
    margin-bottom: 5em;
  }

  p.catalogtext {
    margin-bottom: 3em;
  }

  p.datepicker:last-child {
    margin-top: 10px;
  }

  [type=submit],
  a.pdflink {
    border-radius: 35px;
    height: 70px;
    line-height: 64px;
  }

  .form th.policy {
    padding-bottom: 2em;
    font-size: 1.3rem;
    letter-spacing: 0;
  }

  .catalog-box {
    margin: 0 auto 3em;
    padding: 3em 2em;
    flex-direction: column;
  }

  .catalog-box .image {
    width: 100%;
    padding-left: 0;
    padding-top: 3em;
  }

  .catalog-box .text {
    width: 100%;
    padding-right: 0;
  }

  .voice-text-area {
    width: 100%;
    margin-right: 0;
  }

  .voice-text-area img {
    height: auto;
  }

  .voice-image {
    display: none;
  }

  .content_full {
    margin-bottom: 4em;
    flex-direction: column;
  }

  .content_full .image_house {
    width: 100%;
    margin-right: 0;
    order: 1;
    margin-bottom: 2em;
  }

  .content_full:nth-child(2) .image_house img {
    width: 100%;
    object-fit: cover;
    /*height: 36.10503282275711vw;*/
    object-position: bottom;
  }

  .content_full .detail {
    width: 100%;
  }

  .content_full .detail>.ttl-area {
    flex-direction: column;
  }

  .content_full .detail>.ttl-area h5 {
    margin-right: 0;
    margin-bottom: 1em;
  }

  .content_full .detail>.ttl-area p {
    margin-right: 0;
    margin-bottom: 2em;
  }

  .flex-btn {
    flex-direction: column;
  }

  .flex-btn div {
    margin-right: 0px;
    margin-bottom: 2em;
  }

  .cate_ListBtn {
    flex-wrap: wrap;
    margin-bottom: 2em;
  }

  .cate_ListBtn li {
    margin-right: 0;
    width: 48%;
    margin-bottom: 2em;
  }

  .cate_ListBtn {
    justify-content: space-between;
  }

  .cate_ListBtn.bunrui li {
    margin-bottom: 1em;
  }

  .cate_ListBtn li.cate_ttl {
    margin-right: 50%;
  }


  .single-event-info h5 {
    text-align: center;
    margin-bottom: 3em;
  }

  .single-event-info {
    padding: 3em 1.5em 2em;
    margin-bottom: 3em;
  }

  .single-event-info.work {
    padding: 2em 1.5em 2em;
    margin-bottom: 3em;
    width: 100%;
  }

  .event-detail li {
    display: flex;
    width: 100%;
  }

  .event-detail li p.detail-ttl {
    width: 19vw;
    min-width: 68px;
    letter-spacing: 0;
  }

  .event-detail li p {
    flex: auto;
    width: 70%;
  }

  .event-form-box {
    padding: 2em 1.0em 3em;
    margin-left: -6%;
    margin-right: -6%;
  }

  .form-box {
    padding: 2em 1.5em 3em;
    margin: -0 -5% 0em -6%;
    width: 112%;
  }

  .form td {
    font-size: 1.4rem;
  }

  .selectbox-7 select {
    width: 24%;
    font-size: 1.4rem;
  }

  .section_bg--second.single {
    padding: 7em 0 4em;
  }

  .form th span.mwform-checkbox-field-text {
    display: none !important;
  }

  .single-detail h5 {
    margin-bottom: .5em;
    margin-top: 3em;
  }

  .sub-detail-cate p.single {
    width: auto;
    padding: 0 .3em;
  }

  .single-ttl {
    font-size: 2.8rem;
    line-height: 1.6em;
  }

  #pan_single {
    display: none;
  }

  .swiper-wrapper.staff {
    width: 100% !important;
  }

  .face {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .section_bg--scroll {
    padding: 0em 0 4em;
  }

  .section_bg--scroll.staff {
    padding: 0em 0 0em;
  }

  .face img {
    position: static;
    margin-top: -10px;
  }

  .staff-box img {
    width: 90%;
    margin: 0 auto;
  }

  #singleBlock--images {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    flex-direction: column;
  }

  #mainImage {
    height: 80vw;
    width: 100%;
  }

  #imageList {
    width: 100%;
  }

  #imageList ul {
    justify-content: flex-start;
  }

  #imageList li {
    width: 20%;
    height: 18vw;
    margin-bottom: 0;
  }

  .bukken-detail th {
    width: 100%;
    display: block;
    border-right: none;
  }

  .bukken-detail td {
    width: 100%;
    display: block;
    min-width: 100%;
  }

  .bukken-detail {
    margin-bottom: 0;
  }

  .bukken-detail.bbnon {
    border-right: 1px solid #333;
    border-bottom: none;
  }

  .bukken-detail.bbnon tr th:first-child {
    /*border-top: none;*/
  }

  .bukken-detail.bbnon tr td:last-child {
    border-right: none;
    /*border-bottom: 1px solid #333;*/
  }

  .bukken-detail tr th:nth-of-type(2) {
    border-left: none;
  }

  .bukken-detai:last-child {
    border-bottom: 1px solid #333;
  }

  .bukken-detail.bbnon th.bukken-last {
    border-bottom: none;
  }

  .bukken-detail.bbnon td.bukken-last {
    border-bottom: none;
    border-right: none;
  }

  .post-title {
    font-size: 1.9rem;
    text-align: center;
  }

  .content_block--sm {
    text-align: center;
  }

  .swiper-button-prev.staff {
    z-index: 10;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    left: 0;
  }

  .swiper-button-next.staff {
    z-index: 10;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    right: 0;
  }

  span.num {
    text-align: center;
  }

  .event h2 span.en,
  .event h2 span.jp,
  .staffblog h2 span.en,
  .staffblog h2 span.jp,
  .content_block--news h2 span.en,
  .content_block--news h2 span.jp {
    text-align: left;
  }

  .stepbar .stepbarwrap .steptitle .title {
    margin: 0.5em .5em 0.5em .8em;
    font-size: 2.3rem;
  }

  .flex--content,
  .flex--content_flow {
    flex-wrap: wrap;
  }

  .wp-caption {
    max-width: 914px !important;
    width: 100% !important;
  }

  .bukken-detail.bbnon {
    border-bottom: none;
  }

  :root {
    --cta-h: 85px;
  }


  /* お問い合わせ固定バーの高さに合わせて調整 */

  .slider-viewport {
    position: relative;
    width: 100%;
    /* 画面の“動的”高さから固定ボタン分を差し引く（iOSのアドレスバー伸縮にも追従） */
    height: calc(100dvh - var(--cta-h) - env(safe-area-inset-bottom, 0px));
    overflow: hidden;
    /* ← ここで確実にクリップ */
    clip-path: inset(0);
    /* Safari保険 */
    -webkit-mask-image: linear-gradient(#fff, #fff);
    contain: paint;
    isolation: isolate;
    /* 以前の margin-bottom / padding-bottom は使わない！ */
  }

  /* 100dvhが未対応の環境向けフォールバック（古いAndroid等） */
  @supports not (height: 100dvh) {
    .slider-viewport {
      height: calc(100vh - var(--cta-h));
    }
  }
}

@media screen and (max-width: 1023px) {
  .swiper-wrapper.workindex {
    display: block !important;
  }
}

@media screen and (max-width: 853px) {
  :root {
    --cta-h: 79px;
  }
}

@media screen and (max-width: 820px) {
  .count-area {
    bottom: 6vh;
  }

  .map img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }


  .slideimg {
    padding-bottom: 6vh;
  }

  .loader {
    right: 25px;
  }

  :root {
    --cta-h: 76px;
  }

}

@media screen and (max-width: 768px) {
  .count-area {
    bottom: 7vh;
  }

  .slideimg {
    padding-bottom: 7vh;
  }

  :root {
    --cta-h: 72px;
  }
}

@media screen and (max-width: 540px) {
  h2#main {
    font-size: 3.6rem;
    letter-spacing: .15em;
  }

  h2#main+p {
    font-size: 1.6rem;
    line-height: 1.8em;
  }

  h2 span.en {
    font-size: 4.0rem;
  }

  .scroll-infinity__item a span,
  a.swiper-slide .slide span {
    width: 14vw;
    height: 14vw;
  }

  .count-area {
    padding: .5em 3.5em 1em 1em;
  }

  .prevnext span a,
  .swiper-button-prev,
  .swiper-button-next {
    width: 14vw;
    height: 14vw;
    line-height: 14vw;
  }

  #main-text {
    bottom: 30%;
  }

  .scroll-infinity__item a span,
  a.swiper-slide .slide span {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }

  .section_bg--works {
    padding-top: 0em;
  }

  :root {
    --cta-h: 50px;
  }

  .Header_content {
    padding-top: .4em;
  }

  .hamburger {
    top: .45em;
  }

  .Navi_List {
    margin-top: .3em;
  }
}


@media screen and (max-width: 450px) {
  .count-area {
    bottom: 4.3vh;
  }

  .slideimg {
    padding-bottom: 4.5vh;
  }

  .flex--content.fullsz .content-02 a.zeh_link {
    width: 86%;
  }

  [type=submit],
  a.pdflink {
    border-radius: 30px;
    height: 60px;
    line-height: 58px;
    width: 90%;
    font-size: 1.5rem;
  }

  #sidenavi {
    height: 5vh;
  }

  :root {
    --cta-h: 40px;
  }
}

@media screen and (max-width: 414px) {
  :root {
    --cta-h: 39px;
  }

  .hamburger {
    top: .55em;
  }
}

@media screen and (max-width: 393px) {
  .count-area {
    bottom: 4vh;
  }

  .slideimg {
    padding-bottom: 5vh;
  }

  #sidenavi {
    height: 4vh;
  }

  :root {
    --cta-h: 35px;
  }
}

@media screen and (max-width: 389px) {
  .count-area {
    bottom: 5vh;
  }

  .slideimg {
    padding-bottom: 4vh;
  }
}


@media screen and (max-width: 375px) {
  :root {
    --cta-h: 35px;
  }
}

@media screen and (max-width: 360px) {
  .count-area {
    bottom: 3.8vh;
  }
}

.other_text {
  margin-bottom: 6em;
  font-size: 2.0rem;
}

.alignnone {
  margin-left: auto !important;
  margin-right: auto !important;
}

img.alignnone {
  height: auto;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 2em;
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 2em;
}

.single-blog-detail img.alignnone {
  height: auto;
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 914px) {
  img.alignnone {
    width: 100%;
    max-width: 100%;
  }

  html :where(img[class*=wp-image-]) {
    width: 100%;
    max-width: 100%;
  }
}