@charset "UTF-8";
/*===============================

    Reset

================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}


/*===============================

    Base

================================*/
html {
  color: #333333;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #F8F7F7;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

p {
  line-height: 1.6;
}
h3,
h2{
  line-height: 1.6;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

img, svg {
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
  vertical-align: bottom;
}
.div{
  padding-top: 90px;
}
.max_inner {
  max-width: 1920px;
  margin: auto;
}
.inner {
  max-width: 1280px;
  margin: auto;
  width: 100%;
}
.s_inner {
  max-width: 960px;
  margin: auto;
}
.vertical {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.content{
  margin-top: 110px;
}
.top_common_ttl h2{
  font-size: 36px;
}
.top_common_ttl a{
  font-size: 20px;
}
.top_common_ttl a .arrow{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 1px;
  margin-top: 40px;
  top: 4px;
  right: 20px;
  border-radius: 9999px;
  background-color: #333333;
}
.top_common_ttl a .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.detail_pagearea{
  width: 270px;
  margin: 30px auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.pagearea_btn{
  width: 42px;
  height: 42px;
  border-radius: 21px;
  border: #131313 1px solid;
}
.back_btn span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 34px;
  top: 3px;
  left: 6px;
}
.back_btn{
  margin: 0 auto 0 0;
}
.back_btn span::before,
.back_btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75px);
  left: 0;
  width: 12px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #131313;
  transform-origin: 0.75px 50%;
}
.back_btn span::before {
  transform: rotate(35deg);
}
.back_btn span::after {
  transform: rotate(-35deg);
}
.next_btn{
  margin: 0 0 0 auto;
}
.next_btn span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 34px;
  top: 3px;
  right: 6px;
}
.next_btn span::before,
.next_btn span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75px);
  right: 0;
  width: 12px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #131313;
  transform-origin: calc(100% - 0.75px) 50%;
}
.next_btn span::before {
  transform: rotate(35deg);
}
.next_btn span::after {
  transform: rotate(-35deg);
}
.listpage_btn p{
  border-bottom: #131313 1px solid;
  width: fit-content;
}
@media screen and (max-width: 1280px){
  .content .inner{
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .tab_pc {
    display: none;
  }
  .s_inner{
    width: 96%;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .tab {
    display: none;
  }
}

/*===============================

    animation

================================*/


/*===============================

    Layout

================================*/
/*
    メインコンテンツ上下余白
================================*/



/*===============================

    header

================================*/
/*** ヘッダー全体 ***/
.header{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 90px;
  background: #B1AAAA;
  display: flex;
  padding: 0 0 0 40px;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
}
/*.header_nav{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 90px;
  background: #B1AAAA;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
}*/
.header .logo{
  margin: 0 auto 0 0;
  max-width: 195px;
}
.header h1{
  line-height: 1;
  padding-top: 25px;
  font-size: 0;
}
/*** メニュー全体 ***/
.header_nav nav{
  width: 100%;
}
.drop_menu{
  display: flex;
  align-items: center;
  justify-content: center; /*中央寄せ*/
  margin: 0 0 auto 0;
  padding: 0;
  width: 100%;
  height: 90px;
}

/* レイアウト用 */
.drop_menu li, .drop_menu ul{
  padding: 0;
}
/* リンク用 */
.drop_menu > li a{
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 90px;
  color: #fff;
  font-weight: bold;
}
/*** 一階層目のメニュー ***/
.drop_menu > li{
  height: 90px;
  padding: 0 20px;
}
/*** 二階層目のサブメニュー ***/
.child_menu{
  visibility: hidden; /*非表示*/
  transform: scale(1,0); /*高さを0に*/
  transform-origin: top; /*上からアニメーション*/
  opacity: 0;
  transition: .3s;
  width: 80px;
}
.child_menu li{
  height: 44px;
  border-bottom: 1px solid #B1AAAA;
  width: 220px;
  position: relative;
  right: 80px;
  background: #FFFFFF;
}
.child_menu li a{
  line-height: 44px;
  color: #131313;
  font-size: 14px;
}
/* ホバー時 */
.drop_menu > li:hover .child_menu {
  visibility: visible; /*表示*/
  opacity: 1;
  transform: scale(1,1); /*高さを100%に*/
}
.child_menu li a:hover{
  background-color: #F8F7F7;
}
.header_contact{
  background-color: #FFFFFF;
  width: 120px;
  height: 120px;
  display: block;
  text-align: center;
  padding-top: 20px;
  margin: 0 0 0 20px;
}
.header_contact img{
  width: 60px;
}
.header_contact p{
  color: #676767;
  font-size: 15px;
}
@media screen and (max-width: 980px) {
  .header_nav,
  .header_pc{
    display: none;
  }
  .header_sp{
    display: block;
  }
  .header{
    height: 54px;
    padding: 0 20px;
    align-items: center;
  }
  .header h1{
    padding-top: 0;
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 981px){
  .header_nav,
  .header_pc{
    display: block;
  }
  .header_sp{
    display: none;
  }
}
.header_insta{
  width: 30px;
}
.header .header_sp:nth-of-type(2){
  width: 50px;
}
.menu-btn {
    position: fixed;
    top: 14px;
    right: 30px;
    display: flex;
    height: 24px;
    width: 24px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 24px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}
#menu_btn_check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu_btn_check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu_btn_check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu_btn_check {
    display: none;
}
.menu_content {
    width: 100%;
    position: fixed;
    top: 100%;
    left: 0;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #FFFFFF;
    transition: all 0.5s;/*アニメーション設定*/
    z-index: 998;
    overflow-y: scroll;
    height: 100vh;
}
#menu_btn_check:checked ~ .menu_content {
    left: 0;/*メニューを画面内へ*/
    top: 54px;
}
.menu_content ul {
    padding: 0 10px 0;
    margin: 0 0 74px;
}
.menu_content ul li {
    border-bottom: solid 1px #131313;
    list-style: none;
}
.menu_content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color:#131313;
    text-decoration: none;
    position: relative;
    padding: 20px 10px 20px 10px;
}
.menu_content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #131313;
    border-right: solid 1px #131313;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 26px;
}
.fixed_top .to_top{
  right: 10px;
  background-color:rgba(255, 255, 255, 0.8)
}
.fixed_insta{
  background-color:rgba(255, 255, 255, 0.8);
  padding: 15px;
  position: fixed;
  right: 10px;
  top: 145px;
  z-index: 3;
  display: block;
}
.fixed_insta img{
  width: 30px;
}
.fixed_insta .vertical{
  position: relative;
  margin-top: 90px;
  left: 3px;
}
.fixed_insta .vertical::before{
  content: '';
  position: absolute;
  height: 60px;
  width: 1.5px;
  background-color: #000000;
  top: -78px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1200px){
  .drop_menu > li{
    padding: 0 10px;
  }
  .drop_menu > li a{
    font-size: 15px;
  }
}
@media screen and (max-width: 1050px){
  .header_contact{
    width: 90px;
    height: 90px;
    padding-top: 10px;
  }
  .header_contact img{
    width: 45px;
  }
  .header_contact p{
    font-size: 14px;
  }
  .header .logo{
    max-width: 160px;
  }
}
@media screen and (max-width: 980px){
  .fixed_insta,
  .fixed_top{
    display: none;
  }
}
@media screen and (max-width: 500px){
  .topimage .video video{
    height: 600px;
    width: 100%;
    object-fit: cover;
  }
  .header{
    padding: 0 0 0 20px;
  }
  .menu-btn{
    right: 15px;
  }
}
/*===============================

    footer

================================*/
.top_contact{
  max-width: 960px;
  width: 100%;
  margin: 120px auto 30px;
}
.top_contact_item{
  display: flex;
  margin-bottom: 20px;
}
.top_contact_item a{
  width: 49.5%;
  height: 160px;
  border: 1.5px dotted #333;
  background-color: #fff;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_contact_item a:first-child{
  margin-right: 1%;
}
.top_contact_item a img{
  width: 60px;
  margin-right: 20px;
}
.top_contact_item a p{
  font-size: 20px;
  line-height: 1.4;
}
.top_contact_item a .telnum{
  font-size: 38px;
}
.footer_all .map{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.footer_all .map iframe{
  filter: grayscale(1);
}
.footer{
  max-width: 1920px;
  width: 100%;
  margin: 20px auto 0;
  padding: 45px 0 50px;
}
.f_name{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.f_name > img{
  height: 46px;
  margin-right: 20px;
}
.f_name a div{
  display: flex;
  align-items: center;
  position: relative;
  top: 3px;
}
.f_name a div img{
  height: 30px;
  margin-right: 10px;
}
.f_company{
  margin-top: 20px;
}
.f_company > p{
  border-bottom: 1px dotted #131313;
  width: fit-content;
  margin-bottom: 5px;
}
.f_company table td{
  padding: 3px 15px 8px 0;
}
.footer_link{
  border-top: 1px solid #131313;
  margin-top: 20px;
  position: relative;
}
.footer_link li{
  display: inline-block;
}
.footer_link li:not(:last-child){
  margin-right: 15px;
  margin-top: 8px;
}
.footer_link li:last-child{
  position: absolute;
  right: 0;
  top: 3px;
}
@media screen and (max-width: 768px){
  .top_contact_item{
    display: none;
  }
  .sp_footer_link ul{
    width: 98%;
    margin: 20px 1%;
    font-size: 0;
    display: flex;
  }
  .sp_footer_link li{
    width: 33%;
  }
  .sp_footer_link li:not(:first-child){
    margin-left: .5%;
  }
  .sp_footer_link li a{
    display: grid;
    align-items: center;
    border: 1px solid #131313;
    text-align: center;
    height: 60px;
  }
  .sp_footer_link li a p{
    font-size: 14px;
  }
  .footer{
    padding: 0 0 50px 0;
  }
  .footer .s_inner{
    text-align: center;
  }
  .f_name{
    justify-content: center;
  }
  .f_company{
    width: fit-content;
    margin: 20px auto;
    text-align: center;
  }
  .f_company td{
    text-align: left;
  }
  .copyright{
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px){
  .sp_footer_link li a p{
    font-size: 12px;
  }
}
/*===============================

    toppage

================================*/
.topimage{
  width: 100%;
  margin: 20px 0 0 0;
  position: relative;
}
.video video{
  width: 86%;
  height: auto;
  margin: 0 auto 0 0;
}
.topimage .video {
  position: relative;
}
.topimage .topimg_ttl h2{
  background-color: #FFFFFF;
  position: absolute;
  font-size: 33px;
  padding: 12px 6px 0 6px;
  letter-spacing: 0.2em;
}
.topimage .topimg_ttl h2:nth-of-type(1){
  top: 28px;
  right: 8%;
}
.topimage .topimg_ttl h2:nth-of-type(2){
  top: 70px;
  right: 13%;
}
.page_link{
  position: absolute;
  bottom: 0;
  left: 40px;
}
.page_link h2{
  background-color: #FFFFFF;
  padding: 6px 8px;
  font-size: 18px;
  display: inline;
}
.page_link table{
  margin: 22px auto 40px;
}
.page_link th{
  vertical-align: middle;
  padding-right: 20px;
}
.page_link th a{
  background-color: #B1AAAA;
  border-radius: 50%;
  color: #FFFFFF;
  width: 120px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 950px){
    .topimage .topimg_ttl h2{
        font-size: 28px;
    }
}
/*===============================

    top_news

================================*/
.top_news{
  max-width: 760px;
  width: 90%;
  margin: 60px auto 90px;
  display: table;
  vertical-align: top;
}
.top_news > div{
  display: table-cell;
  vertical-align: top;
}
.top_news > div ul{
  padding-top: 60px;
}
.top_news > div li{
  border-bottom: 1px dotted #333;
  margin: 20px 0;
}
.top_news > div li p{
  display: table-cell;
}
.top_news > div li .date{
  padding-right: 15px;
}
.top_news .top_common_ttl{
    width: 198px;
}
.top_news .top_common_ttl h2{
    line-height: 1.2;
}
/*===============================

    top_concept

================================*/
.top_concept{
  display: table;
  width: 100%;
}
.top_concept > div{
  display: table-cell;
  vertical-align: top;
}
.top_concept > div > img{
 height: 600px;
 object-fit: cover;
 min-width: 150px;
}
.top_concept_item{
  position: relative;
  padding-left: 40px;
}
.top_concept_item > div{
  width: 100%;
}
.top_concept_item .top_common_ttl{
  min-width: 220px;
}
.top_concept_item .pc > div > div{
  display: table-cell;
  vertical-align: top;
}
.top_concept_item .top_common_ttl{
  padding: 60px 0;
}
.top_concept_item .pc > div{
  position: relative;
}
.top_common_img{
  width: 100%;
  text-align: right;
}
.top_concept_item .top_common_img img{
  height: 200px;
  max-width: 430px;
  margin: 0 0 0 auto;
  object-fit: cover;
}
.top_concept_item .top_concept_txt{
  margin: 20px 0;
  width: 80%;
}
.top_concept_item div h3{
  font-size: 20px;
  border-bottom: 1.5px dotted #333;
  width: fit-content;
  padding-bottom: 3px;
  margin-bottom: 1.3em;
}
.top_concept_item div ul{
  width: 100%;
  font-size: 0;
  margin-top: 40px;
}
.top_concept_item div li{
  width: 32.6%;
  margin-top: 8px;
  display: inline-block;
  text-align: center;
}
.top_concept_item div li:not(:nth-of-type(3n)){
  margin-right: 1%;
}
.top_concept_item div li a{
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 15px 0;
  border: 1px solid #131313;
}
.top_concept_item div li a:hover{
  background-color: #676767;
  color: #fff;
}
/*===============================

    top_event

================================*/
.top_event{
  max-width: 1150px;
  width: 100%;
  margin: 0 auto 90px;
  position: relative;
  padding-top: 100px;
}
.top_event div:first-child{
  max-width: 1150px;
  position: relative;
}
.top_event div:first-child div{
  text-align: right;
}
.top_event div:first-child img{
  max-width: 980px;
  width: 100%;
}
.top_event div .vertical{
  background-color: #fff;
  font-size: 33px;
  padding: 10px 8px;
  position: absolute;
  letter-spacing: 0.2em;
}
.top_event div .vertical:nth-of-type(1){
  top: 30px;
  left: 80px;
}
.top_event div .vertical:nth-of-type(2){
  top: 140px;
  left: 0;
}
.top_eventlist{
  margin: 60px auto;
  max-width: 960px;
  width: 100%;
}
.top_eventlist .calender{
  padding-left: 40px;
  width: 450px;
}
.top_eventlist h3{
  font-size: 24px;
  margin: 0 auto 60px;
  border-bottom: 1.5px dotted #333;
  width: fit-content;
}
.top_eventlist li{
    margin-bottom: 60px;
}
.top_eventlist li div{
  display: table-cell;
  vertical-align: top;
}
.top_eventlist li div:first-child{
  width: 530px;
  margin-right: 50px;
}
.top_eventlist li div img{
  width: 530px;
  height: 350px;
  object-fit: cover;
}
.top_eventlist li div .area{
  background-color: #676767;
  padding: 1px 20px;
  width: fit-content;
  color: #fff;
  margin: 10px 0;
}
.top_eventlist li div .ttl{
  font-size: 20px;
  border-bottom: 1.5px dotted #333;
  display: inline;
}
.top_eventlist li div .date{
  margin-top: 10px;
}
.top_eventlist li div div{
  text-align: right;
  display: block;
}
.view_arrow{
  font-size: 20px;
}
.view_arrow .arrow{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 1px;
  margin-top: 40px;
  top: 4px;
  right: 20px;
  border-radius: 9999px;
  background-color: #333333;
}
.view_arrow .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 920px){
  .top_event div .vertical{
    font-size: 28px;
  }
  .top_event div .vertical:nth-of-type(1){
    top: 20px;
  }
  .top_event div .vertical:nth-of-type(2) {
    top: 70px;
  }
}
/*===============================

    top_modelhouse

================================*/
.top_modelhouse > div{
  position: relative;
}
.top_modelhouse div a{
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #FFFFFF;
  padding: 0 10px 20px 20px;
}
.top_modelhouse h3{
  font-size: 24px;
  border-bottom: 1.5px dotted #333;
  padding-bottom: 5px;
  width: fit-content;
  margin: 60px auto;
}
.top_modelhouse li{
  margin-bottom: 60px;
}
.top_modelhouse li > div{
  display: flex;
}
.top_modelhouse li:nth-of-type(2n) > div{
  flex-direction: row-reverse;
}
.top_modelhouse li > div .point_txt{
  width: 290px;
  flex-shrink: 0;
}
.top_modelhouse li > div .point_txt p{
    line-height: 1.8;
}
.top_modelhouse li:nth-child(2n+1) > div .point_txt{
  margin: 0 45px 0 auto;
}
.top_modelhouse li:nth-child(2n) > div .point_txt{
  margin: 0 auto 0 45px;
}
.top_modelhouse li .num_image{
  height: 68px;
  margin-bottom: 45px;
}
.modelhouse_point{
  max-width: 795px;
  position: relative;
  width: 100%;
}
.modelhouse_point img{
  height: 475px;
  width: auto;
  object-fit: cover;
  margin-top: 40px;
}
.modelhouse_point div{
  position: absolute;
  top: 0;
  right: 80px;
  display: flex;
  flex-direction: row-reverse;
}
.modelhouse_point div p{
  font-size: 24px;
  background-color: #FFFFFF;
  padding: 15px 1px;
  margin-left: 5px;
  height: fit-content;
  letter-spacing: 3px;
}
.modelhouse_point div p:nth-of-type(2){
  position: relative;
  top: 4.2em;
}
.top_modelhouse > a{
  display: block;
  font-size: 18px;
  border: 1.5px solid #333;
  line-height: 66px;
  max-width: 420px;
  margin: 40px auto;
  text-align: center;
}
.top_modelhouse > a:hover{
  background-color: #676767;
  border: 1.5px solid #676767;
  color: #fff;
}
/*===============================

    top_works

================================*/
.top_works .top_common_ttl{
  text-align: center;
}
.top_works .works_list{
  margin: 40px auto 90px;
}
/*===============================

    top_blog

================================*/
.top_blog{
  display: flex;
  align-items: center;
}
.top_blog .top_common_ttl{
  text-align: center;
  width: 25%;
  flex-shrink: 0;
}
/*===============================

    top_living

================================*/
.top_living h2{
  font-size: 24px;
  border-bottom: 1.5px dotted #333;
  padding-bottom: 5px;
  width: fit-content;
  margin: 60px auto;
}
.top_living ul{
  width: 100%;
}
.top_living ul li{
  display: flex;
  align-items:center;
  margin-bottom: 60px;
}
.top_living ul li:nth-of-type(2n){
  flex-direction: row-reverse;
}
.top_living ul li img{
  height: 475px;
  width: auto;
  object-fit: cover;
}
.top_living .living_txt{
  width: 290px;
  flex-shrink: 0;
}
.top_living .living_txt h3{
  position: relative;
  font-size: 24px;
  line-height: 36px;
  padding-left: 20px;
}
.top_living .living_txt h3::before{
  content: '';
  position: absolute;
  height: 36px;
  width: 5px;
  background-color: #B1AAAA;
  left: 0;
  top: 0;
}
.top_living .living_txt div{
  margin-top: 60px;
}
.top_living ul li:nth-child(2n+1) .living_txt{
  margin-left: 45px;
}
.top_living ul li:nth-child(2n) .living_txt{
  margin-right: 45px;
}
/*===============================

    top_staff

================================*/
.top_staff{
  max-width: 960px;
  width: 100%;
  margin: 60px auto;
}
.top_staff_txt{
  position: relative;
}
.top_staff_txt > div{
  position: absolute;
  top: 20%;
  left: 0;
}
.top_staff_txt div p{
  background-color: #fff;
  padding: 2px 5px;
  font-size: 18px;
}
/*===============================

    top_insta

================================*/
.top_insta{
  max-width: 960px;
  width: 100%;
  margin: 60px auto;
}
.insta_list{
  font-size: 0;
  margin: 40px auto;
}
.insta_list li{
  width: 32%;
  display: inline-block;
  vertical-align: top;
  aspect-ratio: 1 / 1;
  overflow-y: hidden;
}
.insta_list li:not(:first-child){
  margin-left: 2%;
}
/*===============================

    page_common

================================*/
.page_inner{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.content .bread{
  max-width: 960px;
  margin: 0 auto;
}
.content .bread{
  margin-top: 15px;
}
.content .bread li{
  display: inline-block;
  margin-right: 5px;
}
.bread_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 7px;
  height: 7px;
  transform: translateX(-25%) rotate(45deg);
  top: -1.5px;
}
.bread_arrow::before, .bread_arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.bread_arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.bread_arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
.page .bread li a:hover{
  text-decoration: underline;
}
.pagettl{
  margin: 36px 0 60px;
  text-align: center;
}
.pagettl p{
  font-size: 38px;
  line-height: 1.4;
}
.center{
  text-align: center;
}
.fixed_bottom > div{
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 768px;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.fixed_bottom > div a{
  width: 50%;
  display: block;
  padding: 25px 0;
}
.fixed_bottom > div a:first-child{
  background-color: #fff;
}
.fixed_bottom > div a:last-child{
  background-color: #B1AAAA;
}
.fixed_bottom > div a div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed_bottom > div a div img{
  width: 30px;
  margin-right: 10px;
}
.fixed_bottom > div a:last-child p{
  color: #fff;
}
@media screen and (max-width: 1300px){
  .bread{
    width: 96%;
  }
}
@media screen and (max-width: 1200px){
  .top_modelhouse li:nth-child(2n+1) > div .point_txt{
    margin: 0 auto 0 1%;
  }
  .top_modelhouse li:nth-child(2n+1) .modelhouse_point img{
    padding-left: 20px;
  }
  .top_modelhouse li:nth-child(2n) > div .point_txt{
    margin: 0 1% 0 auto;
  }
  .top_modelhouse li:nth-child(2n) .modelhouse_point img{
    padding-right: 20px;
  }
}
@media screen and (max-width: 980px){
  .content .bread{
    display: none;
  }
  .topimage .topimg_ttl h2:nth-of-type(2){
    right: 14%;
  }
  .div{
    padding-top: 60px;
  }
  .max_inner,
  .inner,
  .s_inner{
    width: 100%;
  }
  .s_inner{
    width: 96%;
    margin: 0 auto;
  }
  .page_link h2{
    font-size: 16px;
  }
  .page_link table{
    margin: 20px 0 20px;
  }
  .page_link th{
    padding-right: 10px;
  }
  .top_event div:first-child div{
    width: 80%;
    margin: 0 0 0 auto;
  }
  .top_eventlist h3{
    margin: 60px auto;
  }
  .modelhouse_point div{
    right: 40px;
  }
  .top_contact{
    width: 96%;
  }
  .top_contact_item a p{
    font-size: 18px;
  }
  .top_contact_item a .telnum{
    font-size: 32px;
  }
  .top_contact_item a{
    padding: 45px 40px;
  }
}
@media screen and (max-width: 840px){
  .topimage .topimg_ttl h2,
  .top_event div .vertical{
    font-size: 20px;
  }
  .page_link{
    scale: 0.8;
    left: 0;
  }
  .top_event div .vertical:nth-of-type(2){
    left: 20px;
  }
}
@media screen and (max-width: 768px){
  .topimage .topimg_ttl h2:nth-of-type(1){
      right: 5%;
  }
  .topimage .topimg_ttl h2:nth-of-type(2){
      right: 11.5%;
  }
  .top_concept_item > div:nth-of-type(1) > div{
    display: block;
  }
  .top_concept_item .sp > div > div{
    display: table-cell;
    vertical-align: middle;
  }
   .top_concept_item .sp > div > div{
    width: 50%;
   }
  .top_concept_item{
    padding: 0;
  }
  .top_concept_item .top_common_ttl{
    padding: 0 0 100px 0;
    position: relative;
  }
  .top_concept_item .top_common_ttl div{
    margin: auto;
    width: fit-content;
  }
  .top_concept_item .top_common_ttl img{
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top_concept_item .top_concept_txt{
    width: 96%;
    margin: 40px auto;
  }
  .top_modelhouse li:nth-of-type(2n) .modelhouse_point div{
    right: auto;
    left: 40px;
  }
  .top_living{
    width: 96%;
  }
  .top_living ul li{
    display: block;
    margin-bottom: 60px;
  }
  .top_living ul li img{
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .top_living ul li:nth-of-type(2n){
    flex-direction: row;
  }
  .top_living .living_txt{
    width: 100%;
  }
  .top_living ul li:nth-child(2n+1) .living_txt{
    margin: 0;
  }
  .top_living .living_txt h3{
    font-size: 18px;
    line-height: 24px;
    padding-left: 15px;
  }
  .top_living .living_txt h3::before{
    height: 24px;
  }
  .top_living .living_txt div{
    margin-top: 30px;
  }
  .top_staff .top_common_ttl{
    margin-bottom: 15px;
  }
  .top_staff_txt{
    width: 96%;
    margin: 0 auto;
  }
  .top_staff_txt > div{
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .center{
    text-align: left;
    padding: 0 20px;
  }
}
@media screen and (max-width: 630px){
  .top_common_ttl h2{
    font-size: 22px;
  }
  .top_common_ttl a{
    font-size: 16px;
  }
  .top_common_ttl a .arrow{
    top: 6px;
    margin-top: 30px;
  }
  .top_news > div ul{
    padding-top: 20px;
  }
  .top_event div:first-child{
    width: 100%;
  }
  .top_event div:first-child div{
    width: 100%;
  }
  .top_event div .vertical:nth-of-type(1){
    top: 10px;
    left: 70px;
  }
  .top_event div .vertical:nth-of-type(2){
    top: 120px;
    left: 20px;
  }
  .top_event div .vertical{
    padding: 10px 4px;
    letter-spacing: 5px;
  }
  .top_event div:first-child > div img{
    height: 650px;
    object-fit: cover;
  }
  .top_eventlist li div{
    display: block;
    margin-bottom: 20px;
  }
  .top_eventlist li div:first-child{
    width: 100%;
    margin-right: 0;
  }
  .top_eventlist .calender{
    padding-left: 0;
    width: 100%;
  }
  .top_concept_item div li:not(:nth-of-type(3n)){
    margin-right: 0;
  }
  .top_concept_item div li{
    width: 49%;
  }
  .top_concept_item div li:not(:nth-of-type(2n)){
    margin-right: 2%;
  }
  .top_concept_item div ul{
    margin-top: 20px;
  }
  .top_modelhouse div a{
    display: none;
  }
  .top_modelhouse li > div{
    display: block;
    position: relative;
  }
  .top_modelhouse li> div .point_txt{
    width: 96%;
    margin: 0 auto;
    text-align: center;
  }
  .top_modelhouse li> div .point_txt p{
    text-align: left;
    padding-top: 220px;
  }
  .top_modelhouse li:nth-child(2n+1) .modelhouse_point img{
    padding-left: 0;
  }
  .top_modelhouse li:nth-child(2n) .modelhouse_point img{
      padding-right: 0;
  }
  .top_modelhouse li:nth-child(2n+1) > div .point_txt{
    margin: 0 auto;
  }
  .modelhouse_point img{
    width: 96%;
    height: 210px;
    margin: 0 auto;
  }
  .modelhouse_point{
    text-align: center;
    position: absolute;
    top: 45px;
  }
  .top_modelhouse li .num_image{
    height: 40px;
    margin-bottom: 0;
  }
  .modelhouse_point div p{
    font-size: 16px;
    writing-mode: horizontal-tb;
    margin-left: 0;
    padding: 3px 5px;
    width: fit-content;
  }
  .modelhouse_point div{
    display: block;
    left: 0;
    right: auto;
    bottom: 25px;
    top: auto;
    text-align: left;
  }
  .top_modelhouse li:nth-of-type(2n) .modelhouse_point div{
     left: 0;
  }
  .modelhouse_point div p:nth-of-type(2){
    top: 5px;
  }
  .top_modelhouse li{
      margin-bottom: 30px;
  }
  .insta_list li{
    width: 49%;
  }
  .insta_list li:not(:first-child){
    margin-left: 2%;
  }
  .insta_list li:nth-of-type(3){
    display: none;
  }
}
@media screen and (max-width: 570px){
  .topimage{
    margin: 60px 0 0 0;
  }
  .topimage .topimg_ttl h2:nth-of-type(1){
    top: 10px;
    right: 10px;
    letter-spacing: 3px;
  }
  .topimage .topimg_ttl h2:nth-of-type(2){
    right: 60px;
    top: 20px;
  }
  .topimage .topimg_ttl h2{
    font-size: 18px;
  }
  .top_event{
      margin: 40px auto;
  }
  .top_eventlist h3{
      font-size: 18px;
      margin: 40px auto 23px;
  }
  .top_modelhouse h3{
      font-size: 18px;
      margin: 40px auto 40px;
  }
  .top_living h2{
    font-size: 18px;
  }
  .f_company table td:nth-of-type(1){
    width: 85px;
  }
}
@media screen and (max-width: 550px){
  .content{
    margin-top: 70px;
  }
  .pagettl{
    margin: 20px 0 30px;
  }
  .pagettl p{
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 445px){
  .top_concept_item > .sp > div{
    width: 100%;
    table-layout: fixed;
    display: table;
  }
  .top_concept_item .top_common_ttl div{
    margin: auto auto auto 20px;
  }
  .top_concept .top_common_ttl a .arrow{
    left: 0px;
    top: -24px;
  }
  .top_concept .top_common_ttl h2{
    margin-bottom: 15px; 
  }
}
@media screen and (max-width: 410px){
  .page_link th a{
    width: 95px;
    height: 95px;  
  }
  .page_link th {
    padding-right: 2px;
  }
  .page_link th a p{
    font-size: 14px;
  }
  .page_link{
    scale: 1;
    margin-left: 2%;
  }
}
/*===============================

    page_news

================================*/
.news ul{
  width: 100%;
}
.news ul li{
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 15px;
}
.news ul li > a{
  border-bottom: 1.5px dotted #333;
  padding-bottom: 5px;
  display: table;
}
.news ul li > a > div{
  display: table-cell;
  vertical-align: middle;
}
.news ul li div .date{
  padding-right: 30px;
}
.news ul li div .txt{
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
.news_detail{
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
}
.news_detail .txt{
  font-size: 20px;
  border-bottom: 1.5px dotted #333;
  padding-bottom: 5px;
  width: fit-content;
  margin-bottom: 30px;
}
/*.news_detail img{
  max-width: 450px;
  max-height: 320px;
  width: 100%;
  height: auto;
  aspect-ratio: 450 / 320;
  object-fit: cover;
}*/
.pagination {
  width: fit-content;
  margin: 0 auto;
  padding: 40px 0;
}

.pagination li {
  display: table-cell;
  vertical-align: middle;
  width: 48px;
  color: black;
  float: left;
  padding: 5px;
  text-decoration: none;
  text-align: center;
}
.pagination li a{
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.pagination li p{
  line-height: 38px;
}
.pagination li a.choice{
  background-color: #131313;
  border-radius: 50%;
}
.pagination li .round{
  border: #131313 solid 1px;
  border-radius: 50%;
}
.pagination li a.choice p{
  color: #fff;
}
@media screen and (max-width: 768px){
  .top_news{
    margin: 60px auto 90px;
    display: block;
    width: 96%;
    max-width: 550px;
  }
  .top_news > div{
    display: block;
  }
  .top_news > div ul{
    padding-top: 20px;
  }
}
@media screen and (max-width: 500px){
  .top_news {
    margin: 20px auto 70px;
  }
  .news ul li{
    padding: 20px;
  }
  .news ul li > a > div{
    display: block;
  }
  .news ul li div .date{
    padding-right: 0;
    margin-bottom: 5px;
  }
  .news_detail{
    padding: 20px;
  }
  .news_detail .date{
    margin-bottom: 5px;
  }
}
/*===============================

    page_concept

================================*/
.concept_ttl{
  margin: 60px auto;
}
.concept_ttl h2{
  line-height: 1.5;
}
.concept_ttl > div{
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.concept_ttl > div img{
  width: 100%;
  min-width: 360px;
  height: auto;
  object-fit: cover;
}
.concept_ttl > div img.left{
  padding-right: 30px;
}
.concept_ttl > div img.right{
  padding-left: 30px;
}
.concept_ttl > div h2{
  font-size: 20px;
  margin-top: 55px;
}
.concept_ttl > div h3{
  font-size: 20px;
  margin-top: 55px;
}
.concept_ttl > div > div{
  margin-top: 60px;
}
.passive > div{
  display: table-cell;
  vertical-align: middle;
}
.passive > div:first-child{
  padding-top: 50px;
  max-width: 370px;
}
.passive > div:last-child img{
  height: 100px;
}
.passive > div:last-child p,
.passive > div:last-child h3{
  margin-bottom: 20px;
  padding-left: 70px;
}
.passive_item{
    padding: 0 40px;
}
.passive_item li{
  width: 19.5%;
  background-color: #fff;
  padding: 15px 10px;
  text-align: center;
}
.passive_item li:not(:first-child){
  margin-left: 0.625%;
}
.passive_item li h3{
  font-size: 20px;
  position: relative;
}
.passive_item li h3::after{
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #676767;
  height: 2px;
  width: 42px;
}
.passive_item li p{
  font-size: 16px;
  padding-top: 25px;
}
.hearing{
  position: relative;
}
.hearing > div{
  position: absolute;
  backdrop-filter: blur(10px);
  background-color: rgb(255 255 255 / 40%);
  padding: 30px;
}
.hearing .hearing01{
  left: 0;
  bottom: 0;
}
.hearing .hearing02{
  right: 0;
  bottom: 0;
}
.hearing .hearing02 p{
  margin-top: 20px;
}
.hearing > div .item_ttl{
  margin: 10px auto 20px 0;
}
.hearing_table{
  margin: 40px auto;
}
.hearing_table th,
.hearing_table td{
  vertical-align: middle;
}
.hearing_table h3{
  line-height: 1.4;
}
.concept_ttl ul{
  margin-top: 50px;
  text-align: left;
}
.concept_ttl ul li{
  display: inline-block;
  background-color: #676767;
  padding: 5px 10px;
  margin-bottom: 6px;
}
.concept_ttl ul li p{
  color: #fff;
}
.concept_link{
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.concept_link li{
  width: 32%;
  background-color: #fff;
  padding: 30px 15px 30px;
  margin-bottom: 20px;
  text-align: center;
}
.concept_link li:not(:nth-of-type(3n)){
  margin-right: 2%;
}
.concept_link h3{
  font-size: 20px;
  position: relative;
}
.concept_link h3::after{
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #676767;
  height: 2px;
  width: 42px;
}
.concept_link a p:nth-of-type(1){
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 980px){
  .passive_item{
    padding: 0 1%;
  }
  .hearing img{
    /*height: 300px;*/
    object-fit: cover;
  }
  .concept .inner{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .concept_ttl > div img{
    width: 370px;
  }
  .concept_ttl > div > div{
    margin-top: 40px;
  }
  .passive_item{
    text-align: center;
  }
  .passive_item li{
    width: 32%;
    margin-bottom: 20px;
  }
  .passive_item li:not(:first-child){
    margin-left: 0;
  }
  .passive_item li:nth-of-type(2),
  .passive_item li:nth-of-type(3),
  .passive_item li:nth-of-type(5){
      margin-left: 2%;
  }
  .hearing > div{
    width: 100%;
    position: relative;
  }
  .hearing img{
    height: auto;
    object-fit: contain;
  }
  .hearing > div{
    background-color: #fff;
  }
  .concept_link li{
    width: 49%;
  }
  .concept_link li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .concept_link li:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
  .concept_ttl > div{
    display: block;
    text-align: center;
  }
  .concept_ttl > div{
    width: 100%;
  }
  .concept_ttl > div img{
    width: 80%;
  }
  .concept_ttl > div img.left{
    padding-right: 0;
  }
  .concept_ttl > div img.right{
    padding-left: 0;
  }
  .concept_ttl > div h2{
    border-top: #131313 solid 1px;
    border-bottom: #131313 solid 1px;
    padding: 6px 0;
    margin-top: 15px;
    font-size: 18px;
  }
  .concept_ttl > div > div{
    text-align: left;
  }
  .concept_ttl > div > div a{
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px){
  .concept_ttl > div{
    vertical-align: middle;
  }
  .concept_ttl > div h3,
  .concept_ttl > div h2{
    margin-top: 0;
  }
}
@media screen and (max-width: 600px){
  .passive_item li{
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .passive_item li:nth-of-type(2),
  .passive_item li:nth-of-type(3),
  .passive_item li:nth-of-type(5){
    margin-left: 0;
  }
  .hearing > div{
    padding: 20px;
  }
}
@media screen and (max-width: 500px){
  .concept_ttl{
    margin: 30px auto;
  }
}
/*===============================

    page_design

================================*/
.page .item_ttl{
  font-size: 20px;
  border-bottom: 1.5px dotted #333;
  margin: 95px auto 30px;
  padding-bottom: 3px;
  width: fit-content;
}
.philosophy_list li{
  display: flex;
  margin: 20px 0 60px;
  align-items: center;
}
.philosophy_list li img{
  max-width: 430px;
}
.philosophy_list li div{
  margin-right: 3%;
}
.philosophy_list li div h3{
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 1.5px solid #333;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
.hover_btn{
  display: block;
  border: 1px solid #131313;
  padding: 20px 0;
  text-align: center;
  max-width: 420px;
  margin: auto;
}
.hover_btn:hover{
  background-color: #676767;
  border: 1px solid #676767;
  color: #fff;
}
.design_case ul{
  margin-top: 60px;
}
.design_case li{
  display: flex;
  max-width: 1120px;
}
.design_case li:nth-of-type(2n){
  flex-direction: row-reverse;
  margin: 0 auto 60px 0;
}
.design_case li:nth-of-type(2n+1){
  margin: 0 0 60px auto;
}
.design_case li .design_case_txt{
  width: 290px;
  flex-shrink: 0;
}
.design_case li:nth-of-type(2n) .design_case_txt{
  margin-left: 45px;
}
.design_case li:nth-of-type(2n+1) .design_case_txt{
  margin-right: 45px;
}
.design_case li div:nth-of-type(2){
  padding-top: 40px;
}
.design_case li div:nth-of-type(2) img{
  height: 475px;
  width: auto;
  object-fit: cover;
}
.design_case li div:nth-of-type(1) img{
  height: 68px;
  margin-bottom: 44px;
}
.design_case li h3{
  font-size: 18px;
  margin-bottom: 30px;
}
.works_slider .hover_btn{
  margin: 0 auto;
}
.link_list{
  text-align: center;
}
.link_list > div{
  margin-top: 30px;
}
.link_list ul{
  width: 100%;
  font-size: 0;
  margin-top: 30px;
}
.link_list li{
  width: 32%;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 20px;
}
.link_list li:nth-of-type(3n){
  margin-right: 0;
}
.link_list li a{
  display: block;
  border: 1px solid #131313;
  padding: 20px 0;
}
.link_list li a h3{
    font-size: 16px;
}
.link_list li a:hover{
  background-color: #676767;
  border: 1px solid #676767;
  color: #fff;
}
.link_list li a p{
  font-size: 16px;
}
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 980px){
  .design_case{
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px){
  .page .item_ttl{
    margin: 40px auto 30px;
  }
  .design_case li{
    position: relative;
    flex-direction: column-reverse;
    padding-top: 60px;
  }
  .design_case li:nth-of-type(2n){
    margin: 0 auto 60px auto;
    flex-direction: column-reverse;
  }
  .design_case li > img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 60px;
  }
  .design_case li div:nth-of-type(2){
    padding-top: 10px;
  }
  .design_case li h3{
    text-align: center;
    border-top: #131313 solid 1px;
    border-bottom: #131313 solid 1px;
    padding: 10px 0;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .design_case li .design_case_txt{
    width: 100%;
  }
  .design_case li:nth-of-type(2n) .design_case_txt{
    margin-left: 0;
  }
  .design_case li div:nth-of-type(2) img{
    height: auto;
  }
}
@media screen and (max-width: 700px){
  .link_list li{
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .link_list li a{
    padding: 11px 0;
  }
}
@media screen and (max-width: 600px){
  .hover_btn{
    margin: 0 auto;
    padding: 11px 0;
  }
}
/*===============================

    page_material

================================*/
.material_list{
  width: 100%;
  margin: 60px auto;
  font-size: 0;
}
.material_list li{
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.material_list li:nth-of-type(2n){
  margin-left: 2%;
}
.material_list li h3{
  font-size: 20px;
  border-bottom: 1px solid #131313;
  padding-bottom: 3px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.material_list li p{
  font-size: 16px;
}
/*===============================

    page_structure

================================*/
.earthquake{
  background-image: url(../images/structure/structure_main_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60px 40px;
  margin: 60px auto;
}
.earthquake .item_ttl{
  margin: 0 0 30px 0;
  color: #fff;
  border-bottom: 1.5px dotted #fff;
}
.earthquake div p{
  color: #fff;
}
.earthquake_ttl{
  background-color: #676767;
  color: #fff;
  width: fit-content;
  padding: 2px 6px;
  margin-bottom: 15px;
  font-size: 18px;
}
.back_w{
  background-color: #fff;
  margin: 60px auto;
  padding: 20px 20px;
}
.design_table{
  border-spacing: 0 10px;
  border-collapse: separate;
  width: 100%;
}
.design_table th ,
.design_table td{
  vertical-align: middle;
}
.design_table th{
  background-color: #B1AAAA;
  width: 250px;
  min-height: 50px;
  position: relative;
  padding: 15px 0;
}
.design_table th::before{
  position: absolute;
  content: '';
  height: 1px;
  width: 25px;
  background-color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.design_table th::after{
  position: absolute;
  content: '';
  height: 1px;
  width: 25px;
  background-color: #131313;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.design_table th p , .design_table th h3{
  color: #fff;
}
.design_table td{
  padding-left: 40px;
}
.earthquake_table{
  border-spacing: 10px;
  border-collapse: separate;
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
.earthquake_table th{
  background-color: #7E7171;
  height: 50px;
}
.earthquake_table th p{
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}
.earthquake_table td{
  background-color: #fff;
  border: 1px solid #7E7171;
  height: 50px;
}
.earthquake_table td p{
  line-height: 50px;
  font-size: 18px;
}
.earthquake_ex{
  margin: 60px auto 0;
}
.earthquake_ex > div{
  display: table-cell;
  vertical-align: middle;
}
.earthquake_ex > div img{
  width: 180px;
  margin-right: 50px;
}
.earthquake_ex > div .item_ttl{
  margin: 0 auto 30px 0;
}
.list ul{
  width: 100%;
  font-size: 0;
  margin: 60px auto;
}
.list ul li{
  display: inline-block;
  vertical-align: top;
}
.earthquake_tec li{
  background-color: #676767;
  padding: 20px;
  text-align: center;
  width: 24.5%;
}
.earthquake_tec li:not(:first-child){
  margin-left: 0.63%;
}
.earthquake_tec li p{
  font-size: 18px;
  color: #fff;
}
.earthquake_str li{
  width: 49%;
}
.earthquake_str li:first-child{
  margin-right: 2%;
}
.earthquake_str li h3{
  font-size: 18px;
  border-bottom: 1px solid #131313;
  margin-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.earthquake_str li p{
  font-size: 16px;
}
.earthquake_list{
  margin: 40px auto;
}
.earthquake_list li{
  margin-bottom: 40px;
}
.earthquake_list li > div{
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.earthquake_list li > div:first-child img{
  max-width: 430px;
  width: 100%;
}
.earthquake_list li > div h3{
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 1px solid #131313;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.space{
  margin-top: 60px;
}
.ques_list{
  width: 100%;
}
.ques_list li{
  margin-bottom: 20px;
}
.ques_list .ques{
  background-color: #676767;
  color: #fff;
  padding: 10px;
}
.ques_list .ans{
  background-color: #fff;
  padding: 10px;
}
.back_w .item_ttl{
  margin: 40px auto;
}
@media screen and (max-width: 1280px){
  .earthquake{
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 980px){
  .earthquake_list li > div:nth-of-type(2){
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px){
  .philosophy_list li{
    flex-direction: column-reverse;
    background-position: center;
    align-items: normal;
  }
  .philosophy_list li div{
    margin-right: 0;
  }
  .philosophy_list li img{
    width: 100%;
    max-width: 100%;
  }
  .philosophy_list li div h3{
    margin-top: 15px;
    font-size: 18px;
  }
  .earthquake{
    padding: 0;
    height: 140px;
    margin-bottom: 380px;
  }
  .earthquake > div{
    backdrop-filter: blur(10px);
    background-color: rgb(255 255 255 / 60%);
    position: relative;
    top: 120px;
    padding: 20px;
    width: 100%;
  }
  .earthquake > div p,
  .earthquake > div h2.item_ttl{
    color: #333;  
  }
  .earthquake > div h2.item_ttl{
    border-bottom: 1.5px dotted #333;
  }
  .earthquake_ex > div{
    display: block;
    text-align: center;
  }
  .earthquake_ex > div img{
    margin-right: 0;  
  }
  .earthquake_ex > div:first-child{
    display: none;
  }
  .earthquake_ex > div .item_ttl{
    margin: 0 auto 30px;
  }
  .earthquake_ex > div > div{
    text-align: left;
    margin-top: 20px;
  }
  .earthquake_tec ul{
    margin: 20px auto;
  }
  .earthquake_tec li{
    width: 49%;
    margin-bottom: 15px;
  }
  .earthquake_tec li:not(:first-child){
    margin-left: 0;
  }
  .earthquake_tec li:nth-of-type(2n){
    margin-left: 2%;
  }
  .earthquake_list li > div{
    display: block;
    width: 100%;
  }
  .earthquake_list li > div:first-child img{
    max-width: 100%;
  }
  .earthquake_list li > div:nth-of-type(2){
    padding-left: 0;
  }
  .earthquake_list li > div h3{
    margin-top: 10px;
  }
  .concept_ttl_re{
    display: flex;
    flex-direction: column-reverse;
  }
  .concept_ttl > div h3 {
    border-top: #131313 solid 1px;
    border-bottom: #131313 solid 1px;
    padding: 6px 0;
    margin-top: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 660px){
  .concept_link li{
    display: block;
    width: 100%;
    margin: 10px auto;
  }
  .earthquake_tec li{
    max-width: 300px;
    width: 96%;
    border-radius: 3px;
    margin: 0 auto 5px;
  }
  .earthquake_tec li:nth-of-type(2n) {
    margin-left: auto;
  }
  .earthquake_tec li:not(:first-child){
    margin-left: auto;  
  }
}
@media screen and (max-width: 600px){
  .back_w{
    padding: 10px 0;
  }
  .design_table{
    width: 90%;
    margin: 10px auto;
  }
  .design_table th, .design_table td{
    display: block;
  }
  .design_table th{
    width: fit-content;
    padding: 15px 40px;
  }
  .design_table th h3 br{
    display: none;
  }
  .design_table td{
    padding-left: 0;
    margin-top: 10px;
  }
  .passive{
    text-align: center;
  }
  .passive img{
    width: 80%;
  }
  .passive > div{
    display: block;
  }
  .passive > div:first-child{
    margin: 0 auto;
  }
  .passive > div:last-child{
    margin-top: 20px;
    text-align: left;
  }
  .passive > div:last-child p{
    padding-left: 0;
  }
  .passive > div:first-child{
    padding-top: 20px;
  }
  .passive > div:nth-of-type(2) h3{
    text-align: left;
    padding-left: 0;
  }
  .concept_ttl > div img.right{
    margin-left: 0;
  }
  .concept_ttl ul{
    margin-top: 20px;
    text-align: left;
  }
  .earthquake_table{
    border-spacing: 2px;
  }
  .earthquake_table th{
    height: auto;
    padding: 12px 18px;
    vertical-align: middle;
  }
  .earthquake_table td{
    height: auto;
    padding: 12px 6px;
    vertical-align: middle;
  }
  .earthquake_table th p,
  .earthquake_table td p{
    line-height: 1.4;
    font-size: 15px;
  }
}
@media screen and (max-width: 500px){
  .design_table th{
    padding: 7px 40px;
    min-height: 30px;
  }
  .design_table td{
    margin-top: 7px;
    margin-bottom: 15px;
  }
  .design_case li > img{
    height: 40px;
  }
  .design_case li{
    padding-top: 45px;
  }
  .design_case li h3{
    font-size: 18px;
    padding: 6px 0;
  }
  .earthquake_str ul{
    margin: 30px auto;
  }
  .earthquake_list li > div h3{
    font-size: 18px;
  }
}
/*===============================

    page_support

================================*/
.back_w > div > div > img{
  max-width: 760px;
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
.back_small_w{
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 60px 20px 30px;
}
.back_small_w ul{
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
.check_list ul li{
  margin-bottom: 30px;
}
.check_list ul li > div{
  display: table-cell;
  vertical-align: top;
}
.check_list ul li > div .checkbox{
  position: relative;
  left: -25px;
  top: 5px;
}
.check_list ul li > div .checkbox::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #131313;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #FFFFFF;
}
.check_list ul li > div h3{
  font-size: 18px;
  border-bottom: 1px dotted #131313;
  width: fit-content;
  padding-bottom: 3px;
  margin-bottom: 5px;
  margin-left: 25px;
}
.check_list ul li > div p{
  margin-left: 25px;
}
.area_support{
  background-color: #E8E8E8;
  padding: 30px 65px;
  margin: 80px auto;
}
.area_support > div{
  display: table-cell;
  vertical-align: middle;
}
.area_support > div img{
  width: 230px;
  margin-right: 30px;
}
.area_support > div .item_ttl{
  margin: 0 auto 30px 0;
}
.area_support > div > div{
  margin-bottom: 15px;
}
.guarantee{
  text-align: center;
}
.guarantee_list li{
  width: 32.4%;
}
.guarantee_list li:not(:first-child){
  margin-left: 1.4%;
}
.guarantee_list li .guarantee_ttl{
  background-color: #676767;
  padding: 13px 0;
  font-size: 18px;
  color: #fff;
}
.guarantee_list li > div{
  background-color: #fff;
  text-align: left;
  padding: 15px;
  margin-top: 10px;
}
.guarantee_list li > div p{
  font-size: 16px;
}
.life_support{
  text-align: center;
}
.life_support .hover_btn{
  margin: 40px auto;
}
.hearing .hearing05{
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
@media screen and (max-width: 980px){
  .area_support > div:nth-of-type(2){
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px){
  .back_w > div > div{
    text-align: center;
  }
  .back_w > div > div > img{
    width: 90%;
  }
  .area_support > div:first-child{
    display: none;
  }
  .area_support > div:nth-of-type(2){
    text-align: center;
    padding-left: 0;
  }
  .area_support > div .item_ttl{
    margin: 0 auto 30px;
  }
  .area_support > div img{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .area_support > div > div{
    text-align: left;
  }
  .guarantee_list li .guarantee_ttl{
    font-size: 18px;
  }
}
@media screen and (max-width: 660px){
  .guarantee_list li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .guarantee_list li:not(:first-child){
    margin-left: 0;
  }
  .area_support{
    padding: 30px 30px;
  }
}

/*===============================

    page_staff

================================*/
.stafflist li{
  width: 49.5%;
  margin-bottom: 10px;
}
.stafflist li:nth-of-type(2n){
  margin-left: 1%;
}
.stafflist li img{
  filter: brightness(75%);
}
.stafflist li > a{
  position: relative;
  display: block;
}
.stafflist li > a > div{
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}
.stafflist li > a > div.staff_right{
    text-align: right;
}
.stafflist li > a div h3{
  font-size: 24px;
  color: #fff;
}
.stafflist li > a div p{
  color: #fff;
  font-size: 16px;
}
.stafflist li > a div .post{
  margin: 10px 0;
}
.stafflist li > a div .staff_txt_pc p{
  line-height: 1.4;
  font-size: 14px;
}
.staff_arrow{
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 1px;
  bottom: 20px;
  right: 20px;
  left: auto;
  border-radius: 9999px;
  background-color: #fff;
}
.staff_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.stafflist_qaa .qaa > div{
  width: 100%;
  margin: 40px auto;
}
.stafflist_qaa .qaa > div > div{
  display: inline-block;
  vertical-align: middle;
}
.stafflist_qaa .qaa > div > div > img{
  max-width: 350px;
  margin-left: 50px;
}
.stafflist_qaa .qaa .qaa_ttl{
  margin-left: 150px;
}
.stafflist_qaa .qaa .qaa_ttl > div{
  display: table-cell;
  vertical-align: middle;
}
.stafflist_qaa .qaa .qaa_ttl > div img{
  height: 70px;
}
.stafflist_qaa .qaa .qaa_ttl .item_ttl{
  margin: 0 0 0 20px;
}
.staff_ques {
  position: relative;
  margin: 10px 0 10px auto;
  padding: 15px 20px;
  width: calc(100% - 18px);
  color: #fff;
  font-size: 16px;
  background: #7E7171;
  border-radius: 10px;
}
.staff_ques:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 18px solid #7E7171;
}
.staff_ans{
  width: 100%;
}
.staff_ans{
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.staff_ans_comment {
  position: relative;
  padding: 15px 20px;
  color: #131313;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
}
.staff_ans_comment:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 18px solid #fff;
}
.staff .staff_ans_comment{
  width: calc(100% - 110px);
  margin: auto auto auto 0;
}
.staff_ans .staff_ans_name{
  text-align: center;
}
.staff_ans .staff_ans_name p{
  width: 85px;
  height: 85px;
  border-radius: 50px;
  background-color: #E8E8E8;
  color: #676767;
  line-height: 85px;
  margin: 0 0 0 auto;
}
.staff_intro{
  background-color: #676767;
  margin-top: 120px;
  padding-bottom: 60px;
}
.staff_intro > div{
  width: 100%;
  position: relative;
}
.staff_intro > div > div{
  vertical-align: bottom;
}
.staff_intro > div > div .intro_img{
  max-width: 780px;
  width: 100%;
  position: relative;
  bottom: 60px;
}
.staff_intro_txt{
  background-color: #fff;
  max-width: 440px;
  width: 100%;
  display: inline-block;
  margin: auto 0 0 auto;
  padding: 30px;
  position: absolute;
  bottom: 60px;
  right: 0;
}
.staff_intro_txt > p{
  margin: 5px 0;
}
.staff_intro_txt .name{
  font-size: 20px;
  border-bottom: 1.5px dotted #131313;
  display: inline;
  padding-bottom: 5px;
}
.staff_intro_txt > div{
  margin: 10px 0;
}
.staff_intro_txt .staff_type h3{
  border-bottom: 1.5px dotted #131313;
  display: inline;
  padding-bottom: 3px;
}
.staff_intro_txt .staff_type p{
  margin-top: 5px;
}
.staff_intro .s_inner .item_ttl{
  color: #fff;
  margin: 0 auto 20px 0;
  border-bottom: 1.5px dotted #fff;
}
.staff_intro .s_inner div p{
  color: #fff;
}
.staff .item_ttl{
  margin: 55px auto 30px;
}
.staff_detail{
  margin: 20px auto;
}
.staff_detail > div{
  display: table-cell;
  vertical-align: middle;
}
.staff_detail > div > img{
  max-width: 480px;
  margin-right: 100px;
}
.staff_detail > div li{
  margin: 20px auto;
}
.staff_detail > div li div{
  display: table-cell;
  vertical-align: middle;
}
.staff_detail > div li div img{
  width: 80px;
  margin-right: 20px;
}
.staff_hobby ul{
  margin: 20px auto 60px;
}
.staff_hobby li{
  width: 32%;
}
.staff_hobby li:not(:first-child){
  margin-left: 2%;
}
.staff_hobby img{
  margin-bottom: 5px;
}
.staff_hobby p{
  font-size: 16px;
}
.staff_intro_txt a{
  display: flex;
  align-items: center;
}
.staff_intro_txt a img{
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 1020px){
  .staff_intro .s_inner{
    padding: 0 40px;
  }
}
@media screen and (max-width: 960px){
  .stafflist li img{
    height: 270px;
    object-fit: cover;
  }
}
@media screen and (max-width: 850px){
  .stafflist_qaa .qaa > div{
    display: flex;
    flex-direction: column-reverse;
  }
  .stafflist_qaa .qaa .qaa_ttl{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .stafflist_qaa .qaa > div > div{
    text-align: center;
  }
  .stafflist_qaa .qaa > div > div > img{
    margin-left: 0;
  }
  .staff_intro_txt{
    position: relative;
    max-width: 96%;
    margin: 20px auto 0;
    display: block;
  }
  .staff_detail > div > img{
    margin-right: 50px;
    max-width: 400px;
  }
  .staff_detail > div li div img{
      margin-right: 0;
      margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px){
  .list.stafflist ul li{
    display: block;
    width: 100%;
    max-width: 470px;
    margin: 0 auto 20px;
  }
  .stafflist li img{
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .stafflist li:nth-of-type(2n){
    margin-left: 0;
  }
  .staff_ans .staff_ans_name p{
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .staff .staff_ans_comment{
    width: calc(100% - 85px);
  }
  .list.staff_hobby ul li{
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .staff_detail > div{
      display: block;
      text-align: center;
  }
  .staff_detail > div li div{
      display: block;
  }
  .staff_detail > div li{
      display: inline-block;
      width: 110px;
      vertical-align: top;
  }
  .staff_detail > div > img{
      margin-right: 0;
  }
}
@media screen and (max-width: 660px){
  .staff_hobby li:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (min-width: 501px){
  .staff_txt_pc{
    display: block;
  }
  .staff_txt_sp{
    display: none;
  }
}
@media screen and (max-width: 500px){
  .stafflist li > a > div{
    bottom: auto;
    top: 0;
    padding: 20px 20px 0 20px;
  }
  .staff_txt_pc{
    display: none;
  }
  .staff_txt_sp{
    display: block;
    margin: 10px auto 20px;
  }
  .staff_txt_sp p{
    font-size: 14px;
    color: #333;
  }
  .stafflist li img{
    height: 200px;
  }
  .staff_detail > div > img{
    max-width: 90%;
  }
  .staff_intro .s_inner{
    padding: 0 10px;
  }
  .staff_hobby img{
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
}




/*===============================

    page_flow

================================*/
.consultation{
  background-image: url(../images/flow/flow_intro_main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 60px auto;
  background-position: center;
}
.consultation > div{
  max-width: 680px;
  backdrop-filter: blur(10px);
  background-color: rgb(255 255 255 / 30%);
  margin: 0 auto;
  padding: 65px 40px;
}
.consultation .staff_ques, .consultation .staff_ans_comment{
  max-width: 570px;
}
.consultation .staff_ans_comment{
  margin: 10px auto;
}
.consultation .item_ttl{
  margin: 40px auto 40px;
}
.consultation_check_ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}
.consultation_check_ttl img{
  width: 80px;
  height: auto;
}
.consultation_check_ttl .item_ttl{
  margin: 0 0 0 15px;
}
.consultation_check{
  background-color: #E8E8E8;
  max-width: 760px;
  padding: 65px 40px 40px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
}
.consultation_check .checkbox{
  background-color: #fff;
}
.consultation_check > img{
  position: absolute;
  width: 130px;
  top: -20px;
}
.flowlist{
  margin: 60px auto;
}
.flowlist .item_ttl{
  margin: 95px auto 90px;
}
.flowlist > ul > li{
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px 30px 100px;
  position: relative;
  margin-bottom: 60px;
}
.flowlist li .flow_num{
  display: flex;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 15px;
}
.flowlist li .flow_num img{
  width: 80px;
}
.flowlist li .flow_num h3{
  font-size: 20px;
  margin-left: 20px;
}
.flowlist .flow_item{
  width: 100%;
  font-size: 0;
  margin: 15px auto;
}
.flowlist .flow_item li{
  display: inline-block;
  background-color: #676767;
  border-radius: 5px;
  color: #fff;
  width: 32%;
  padding: 10px 0;
  text-align: center;
  vertical-align: top;
}
.flowlist .flow_item li:not(:first-child){
  margin-left: 2%;
}
.flowlist .flow_item li p{
  font-size: 16px;
}
.flowlist .flow_btn{
  max-width: 420px;
  width: 100%;
  border: #131313 1px solid;
  padding: 13px 0;
  display: block;
  text-align: center;
  margin: 15px auto;
}
.flowlist .flow_btn:hover{
  background-color: #707070;
  border: #707070 1px solid;
  color: #fff;
}
@media screen and (max-width: 768px){
  .content .inner.consultation{
    background-image: none;
    margin: 30px auto;
    width: 100%;
  }
  .page .consultation .item_ttl{
    margin: 0 auto 30px;
  }
  .consultation > img{
    height: 194px;
    width: 100%;
    object-fit: cover;
  }
  .consultation > div{
    max-width: 100%;
    padding: 30px;
    backdrop-filter: none;
    background-color: rgb(255 255 255 / 100%);
  }
  .flowlist .flow_item li{
    display: block;
    width: 100%;
    max-width: 290px;
    margin: 0 auto 5px;
  }
  .flowlist .flow_item li:not(:first-child){
    margin-left: auto;
  }
}@media screen and (max-width: 500px){
  .consultation_check_ttl{
    display: block;
    text-align: center;
  }
  .page .consultation_check_ttl .page .item_ttl {
    margin: 10px auto 30px;
  }
  .consultation_check > img{
    display: none;
  }
  .consultation_check{
    padding: 40px 20px 40px;
  }
  .flowlist .flow_btn{
    width: 96%;  
  }
  .consultation_flow{
    margin-top: 60px;
  }
  .flowlist .consultation_flow li .flow_num img{
    width: 50px; 
    top: -60px;
  }
  .flowlist .consultation_flow li .flow_num h3{
    font-size: 18px;  
  }
}














/*===============================

    page_price

================================*/
.furniture_item{
  padding-top: 100px;
}
.furniture_item .item_ttl{
  margin: 0 auto 60px auto;
}
.furniture_item > ul > li{
  margin-bottom: 60px;
}
.furniture_item li > div > p{
  font-size: 20px;
  margin-bottom: 20px;
}
.furniture_item01_img{
  display: flex;
}
.furniture_item01_img div:first-child{
  width: 66.5%;
}
.furniture_item01_img div:last-child{
  width: 33%;
  margin-left: 0.5%;
}
.furniture_item01_img div:last-child img:first-child{
  margin-bottom: 4px;
}
.furniture_item li > div h3{
  font-size: 18px;
  border-bottom: 1px solid #131313;
  padding-bottom: 4px;
  margin: 16px auto 10px;
}
.furniture_item02_img{
  width: 100%;
  font-size: 0;
}
.furniture_item02_img li{
  display: inline-block;
  width: 33%;
}
.furniture_item02_img li:not(:first-child){
  margin-left: 0.5%;
}
.price_txt > div:first-child{
  width: fit-content;
}
.unit_price{
  background-color: #fff;
  padding: 50px 0;
  margin: 60px auto;
}
.unit_price .s_inner > div{
  display: table-cell;
  vertical-align: middle;
}
.unit_price .s_inner > .price_txt > div{
  display: table-cell;
  vertical-align: middle;
}
.unit_price .s_inner > .price_txt > div:nth-of-type(2){
  padding: 0 20px;
}
.unit_price .s_inner .price_txt .price{
  font-size: 165px;
  line-height: 0.8;
}
.unit_price .s_inner .price_txt .yen{
  font-size: 28px;
}
.unit_price .vertical{
  border: #131313 1px solid;
  font-size: 33px;
  padding: 50px 10px;
  height: 210px;
  width: 80px;
}
.unit_price .s_inner > div ul{
  margin-bottom: 20px;
}
.unit_price .s_inner > div li{
  display: inline-block;
  background-color: #676767;
  padding: 3px 15px;
}
.unit_price .s_inner > div li p{
  color: #fff;
}
.price_link{
  width: 100%;
  padding: 40px;
  font-size: 0;
}
.price_link li{
  display: inline-block;
  width: 49.5%;
  margin-bottom: 12px;
}
.price_link li:nth-of-type(2n){
  margin-left: 1%;
}
.price_link li a:hover{
  opacity: 0.8;
}
.priceimage_list{
  padding-top: 60px;
}
.priceimage_list .item_ttl{
  margin: 30px auto 60px;
}
.priceimage_list li{
  margin-bottom: 60px;
}
.priceimage_list li > div > div{
  display: table-cell;
  vertical-align: middle;
}
.priceimage_list li > div > div img{
  max-width: 430px;
}
.priceimage_list li > div > div:nth-of-type(2){
  padding-left: 30px;
}
.priceimage_list li > div > div:nth-of-type(2) h3{
  font-size: 20px;
  margin-bottom: 30px;
}
.price_details > div{
  display: table-cell;
  vertical-align: middle;
}
.price_details > div:not(:nth-of-type(2)) img{
  width: 200px;
  margin: 5px 0;
}
.price_details > div:nth-of-type(2){
  text-align: center;
  padding: 0 30px;
}
.price_details > div:nth-of-type(2) .item_ttl{
  margin: 0 auto 30px;
}
.price_flowlist .item_ttl{
  margin: 0 auto 12px;
}
.price_flowlist ul{
  margin-top: 80px;
}
@media screen and (max-width: 768px){
  .unit_price .s_inner > .price_txt > div:nth-of-type(2){
    padding: 0 35px;
  }
  .furniture_item{
    padding-top: 20px;
  }
  .furniture_item01_img,
  .furniture_item02_img{
    display: none;
  }
  .price_link{
    padding: 40px 0;
  }
  .priceimage_list li > div > div{
    display: block;
  }
  .priceimage_list li > div > div img{
    max-width: 100%;
  }
  .priceimage_list li > div > div:nth-of-type(2){
    padding-left: 0;
  }
  .priceimage_list li > div > div:nth-of-type(2) h3{
    font-size: 18px;
    border-bottom: #131313 1px solid;
    border-top: #131313 1px solid;
    text-align: center;
    padding: 15px 0;
    margin: 10px 0;
  }
  .priceimage_list{
    padding-top: 30px;
  }
  .price_details > div{
    display: block;
  }
  .price_details > div{
    text-align: center;
  }
  .price_details > div:not(:nth-of-type(2)) img{
    width: 49%;
  }
  .price_details > div:nth-of-type(2){
    padding: 20px 0;
  }
  .price_details > div:nth-of-type(2) p{
    text-align: left;
  }
  .flowlist > ul > li{
    padding: 40px 30px 30px 30px;
  }
  .flowlist li .flow_num{
    display: block;
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
  }
  .flowlist li .flow_num h3{
    margin: 0 0 20px 0;
  }
  .flowlist li .flow_num img{
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 660px){
  .price_link li{
    display: block;
    width: 100%;
  }
  .price_link li:nth-of-type(2n){
    margin-left: 0;
  }
}
@media screen and (max-width: 600px){
  .unit_price .s_inner > div{
    display: block;
  }
  .unit_price .s_inner > .price_txt > div:nth-of-type(2) > div{
    display: table-cell;
    vertical-align: middle;
  }
  .unit_price .s_inner .price_txt{
    width: fit-content;
    margin: 20px auto;
  }
  .unit_price .s_inner .price_txt .price{
    margin-right: 20px;
  }
  .unit_price .s_inner > div{
    margin: 20px auto;
  }
  .unit_price .vertical{
    width: 74px;
  }
}
@media screen and (max-width: 500px){
  .unit_price .vertical{
    font-size: 16px;
  }
  .unit_price .s_inner .price_txt .price{
    font-size: 100px;
  }
  .unit_price .s_inner .price_txt .yen{
    font-size: 22px;
  }
  .unit_price .s_inner > .price_txt > div:nth-of-type(2){
    padding: 0 0 0 30px;
  }
  .unit_price .s_inner .price_txt .price{
    margin-right: 10px;
  }
  .unit_price .s_inner .price_txt{
    margin: 10px 0;
  }
  .flowlist > ul > li{
    padding: 40px 20px 30px;
  }
  .material_list li{
    display: block;
    width: 100%;
  }
  .material_list li:nth-of-type(2n){
    margin-left: 0;
  }
  .unit_price .vertical{
    width: auto;
    height: 150px;
  }
}
/*===============================

    page_interior

================================*/
.hearing04{
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  max-width: 600px;
  height: fit-content;
}
.list ul.interior_furniture{
  margin: 30px auto 0;
}
.interior_furniture li{
  width: 33%;
}
.interior_furniture li:not(:first-child){
  margin-left: 0.5%;
}
.interior_furniture li div{
  background-color: #676767;
  border-radius: 5px;
  text-align: center;
  padding: 30px 0;
}
.interior_furniture li div p{
  font-size: 16px;
  color: #fff;
}
.option_list li{
  width: 32%;
}
.option_list li:not(:first-child){
  margin-left: 2%;
}
.option_list li h3{
  font-size: 18px;
  border-bottom: #131313 1px solid;
  padding-bottom: 5px;
  margin: 10px 0 10px;
}
.option_list li p{
  font-size: 16px;
}
@media screen and (max-width: 768px){
  .hearing04{
    max-width: 100%;
  }
}
@media screen and (max-width: 660px){
  .list ul li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .option_list li:not(:first-child){
    margin-left: auto;
  }
  .option_list li img{
    width: 100%;
  }
}
@media screen and (max-width: 600px){
  .option_list li{
    margin-bottom: 40px;
  }
  .option_list li:not(:first-child){
    margin-left: 0;
  }
  .passive_item li{
    max-width: 300px;
    width: 90%;
    margin: 0 auto 15px;
  }
  .passive_item li:nth-of-type(2), 
  .passive_item li:nth-of-type(3), 
  .passive_item li:nth-of-type(5),
  .passive_item li:not(:first-child){
    margin-left: auto;
  }
  .concept_link li{
    max-width: 300px;
    width: 90%;
    margin: 0 auto 15px;  
  }
  .concept_link li:not(:nth-of-type(2n)){
    margin-right: auto;
  }
  .concept_link li:not(:nth-of-type(3n)) {
    margin-right: auto;
  }
}
@media screen and (max-width: 500px){
  .interior_furniture li div{
    max-width: 300px;
    width: 96%; 
    margin: 0 auto;
  }
  .interior_item li{
    max-width: 300px;
    width: 96%;
    margin: 0 auto 15px;
  }
  .interior_item li:not(:first-child){
    margin-left: auto;
  }
  .flowlist {
    margin: 30px auto;
  }
  .flowlist li .flow_num img{
    width: 50px;
    top: -60px;
  }
}
/*===============================

    page_company

================================*/
.company .unit_price .s_inner > p{
  font-size: 20px;
  margin-bottom: 40px;
}
.company .unit_price table{
  width: 100%;
}
.company .unit_price table th{
  text-align: left;
  border-bottom: #131313 1px solid;
  padding: 20px 20px 20px 0;
}
.interior_item .item_ttl{
  margin: 60px auto 20px 0;
}
.interior_item ul{
  margin: 30px auto;
}
/*===============================

    page_privacy

================================*/
.privacy .item_ttl{
  margin: 95px auto 20px 0;
}
.privacy div{
  margin: 40px 0;
}
.privacy div h3{
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 550px){
  .page .privacy .item_ttl{
    margin: 40px auto 30px 0;
  }
  .company .unit_price table th{
    display: block;
    padding-left: 20px;
    border-bottom: 0;
  }
  .company .unit_price table th:first-child{
    background-color: #676767;
  }
  .company .unit_price table th:first-child p{
    color: #fff;
  }
}
/*===============================

    page_event

================================*/
.detail_item{
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}
.detail_ttl{
  font-size: 20px;
  margin: 40px auto 20px;
  text-align: center;
}
.event .event_info{
  border: 1px solid #131313;
  padding: 13px 0;
  text-align: center;
  margin-bottom: 30px;
}
.event .event_info li {
  display: inline-block;
  margin: 0 5px;
}
.event .event_info li .event_area{
  background-color: #676767;
  padding: 2px 10px;
  color: #fff;
}
.event .event_calender{
  margin-top: 30px;
}
.works_info{
  border: #131313 1px solid;
  padding: 20px 15px;
  width: 100%;
  margin: 15px auto;
}
.works_info ul{
  width: 100;
  margin: 0 auto;
}
.works_info ul li{
  display: inline-block;
  margin-right: 40px;
}
.works_info ul li p span{
  position: relative;
  padding-right: 15px;
  padding-left: 20px;
}
.works_info ul li p span::before{
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #131313;
  border-radius: 1px;
  top: 1px;
  left: 0;
}
/*===============================

    page_works

================================*/
.category{
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 50px;
  margin: 60px auto 30px;
}
.category > div{
  display: table-cell;
}
.category .search{
  border-right: #131313 solid 1px;
  padding-right: 50px;
  min-width: 190px;
}
.category .search p:first-child{
  font-size: 18px;
}
.category .search .search_result{
  font-size: 15px;
}
.category_list{
  padding-left: 20px;
}
.category_list li{
  display: inline-block;
  margin: 3px 0;
}
.category_list a{
  background-color: #676767;
  padding: 1px 20px;
  display: block;
}
.category_list a p{
  color: #fff;
}
.category_list a.choiced{
  background-color: #E8E8E8;
}
.category_list a.choiced p{
  color: #676767;
}
.works_list,
.blog_list{
  width: 100%;
  font-size: 0;
}
.works_list > li,
.blog_list > li{
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.works_list > li:not(:nth-of-type(3n)),
.blog_list > li:not(:nth-of-type(3n)){
  margin-right: 2%;
}
.works_list > li img{
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 330 / 500;
}
.works_list > li h2,
.blog_list > li h2{
  font-size: 18px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
.works_list > li h2{
  margin-top: 10px;
}
.detail_category .works_category{
  text-align: center;
}
.works_category li,
.blog_category li{
  display: inline-block;
  margin: 3px 5px 3px 0;
}
.works_category p,
.blog_category p{
  background-color: #676767;
  padding: 1px 20px;
  color: #fff;
  font-size: 14px;
}
.detail_category .works_category li,
.detail_category .blog_category li{
  margin: 3px 1px;
}
.page .top_works{
  margin-top: 90px;
}
/*.works .detail_item img{
  height: 500px;
  width: 100%;
  object-fit: cover;
}*/
@media screen and (max-width: 980px){
  .top_blog .top_common_ttl{
    width: 33%;
  }
}
@media screen and (max-width: 820px){
  .top_blog{
    display: block;
  }
  .top_blog .top_common_ttl{
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .works_list > li{
    width: 49%;
  }
  .main .blog_list > li{
    width: 49%;
  }
  .blog_list > li:not(:nth-of-type(3n)){
    margin-right: 0;
  }
  .blog_list > li:not(:nth-of-type(2n)){
    margin-right: 2%;
  }
  .main .works_list > li:nth-of-type(3){
    display: none;
  }
  .works_list > li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .works_list > li:not(:nth-of-type(2n)) {
    margin-right: 2%;
  } 
}
/*===============================

    page_blog

================================*/
.blog_list > li img{
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.blog_list > li h2{
  border-bottom: #131313 dotted 1px;
  width: fit-content;
}
.blog_list > li .date{
  font-size: 15px;
  margin: 5px 0;
}
.blog_list > li .txt{
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
.blog .detail_item .date{
  margin: 5px 0;
}
.blog .detail_item .detail_ttl{
  border-bottom: #131313 dotted 1px;
  text-align: left;
  display: inline-block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px){
  .blog_list > li{
    width: 49%;
  }
  .blog_list > li:not(:nth-of-type(2n)){
    margin-right: 2%;
  }
  .main .blog_list > li:nth-of-type(3){
    display: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px){
  .category > div{
    display: block;
  }
  .category .search{
    border-right: 0;
    border-bottom: #131313 solid 1px;
    margin-bottom: 10px;
  }
  .category .search p{
    display: inline-block;
  }
  .category_list{
    padding-left: 0;
  }
}
/*===============================

    page_contact

================================*/
.contact_table{
  width: 100%;
  margin: 60px auto;
}
.contact_table th,
.contact_table td{
  vertical-align: top;
}
.contact_table .underline{
  border-bottom: #131313 1px solid;
}
.contact_table .underline div{
  padding-top: 9px;
}
.contact_table .topline{
  border-top: #131313 1px solid;
}
.contact_ttl{
  width: 30%;
  text-align: right;
  padding: 20px 0;
}
.contact_ttl p{
  line-height: 1.9;
}
.required{
  display: inline-block;
  background-color: #965D5D;
  padding: 2px 10px;
  color: #FFFFFF;
  margin: 0 10px;
}
.no_required{
  display: inline-block;
  background-color: #B1AAAA;
  padding: 2px 10px;
  color: #FFFFFF;
  margin: 0 10px;
}
.contact_input{
  padding-top: 18px;
  width: 70%;
  padding-left: 20px;
}
.contact_input input[type=radio]{
  display: none;
}
.contact_input label {
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  display: inline-block;
}
.contact_input input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #fff;
  border: 1.5px solid #131313;
  left: 0;
  top: 0;
}
.contact_input input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: #131313;
  left: 3px;
  top: 3px;
  opacity: 0;
  transition: .3s;
}
.contact_input input[type=radio]:checked + label::after {
 opacity: 1;
}
.vertical_radio input[type=radio] + label{ 
  display: block;
}
.vertical_radio input[type=radio]:not(:first-child) + label{
  margin: 20px 0;
}
.contact_input input[type=text]{
  border: #131313 1px solid;
  width: 100%;
  height: 36px;
  border-radius: 2px;
}
.contact_input input[type=text]::placeholder{
  font-size: 16px;
  padding-left: 5px;
}
.contact_annotation{
  font-size: 14px;
}
.contact_input .form_textarea{
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}
.contact_input input[type=checkbox]{
  display: none;
}
.contact_input .privacy_check_txt{
  position: relative;
  top: 3px;
}
.contact_input .privacy_check_txt a{
  border-bottom: 1px solid #131313;
  padding-bottom: 2px;
}
.contact_input .privacy_check_txt a:hover{
  opacity: 0.5;
}
.contact_input input[type=checkbox]  + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #131313;
  border-radius: 2px;
  left: 0;
  top: 8px;
}
.contact_input input[type=checkbox]  + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 1.5px solid #131313;
  border-bottom: 1.5px solid #131313;
  left: 4px;
  top: 8px;
  opacity: 0;
  transition: .3s;
}
.contact_input input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.postcode > div{
  display: table-cell;
}
.postcode_btn{
  background-color: #131313;
  padding: 0 5px;
  position: relative;
  margin-left: 10px;
  width: 90px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  display: inline;
  border: 0;
}
.send_btn{
  max-width: 420px;
  width: 100%;
  height: 60px;
  border: #131313 1px solid;
  padding: 13px 0;
  display: block;
  text-align: center;
  margin: 15px auto;
}
.send_btn:hover{
  background-color: #707070;
  border: #707070 1px solid;
  color: #fff;
}
.contact .err_txtarea{
  background-color: #FFFFFF;
  border: 5px solid #BE0000;
  padding: 18px;
  text-align: center;
  margin-top: 60px;
}
.contact .err_txtarea p{
  color: #BE0000;
}
.contact_input input[type=text].err{
  border: 2px solid #BE0000;
  background-color: #F7E4E4FC;
}
.round_btn {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  left: -3px;
  border-radius: 50%;
  background: #BE0000;
  top: 3px;
}
.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 1.5px;
  height: 14px;
  background: #fff;
}
.round_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.round_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.err_txt{
  color: #BE0000;
  margin-top: 5px;
  padding-left: 5px;
}
.contact_input input[type=checkbox] + label.err::before{
  border: 2px solid #BE0000;
  background-color: #F7E4E4FC;
}
.contact_confirmation .contact_table th,
.contact_confirmation .contact_table td{
  vertical-align: middle;
}
.contact_confirmation .contact_input{
  padding-top: 0;
}
.conatct_btnarea{
  width: fit-content;
  margin: 0 auto;
}
.conatct_btnarea li{
  display: inline-block;
  text-align: center;
}
.conatct_btnarea li a{
  display: block;
  width: 370px;
}
.conatct_btnarea .back_btn{
  border: 1px solid #131313;
  width: 300px;
  height: 60px;
  margin: 10px auto;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.conatct_btnarea li a p{
  line-height: 65px;
}
.conatct_btnarea .comp_btn{
  border: 1px solid #676767;
  background-color: #676767;
  width: 300px;
  height: 60px;
  color: white;
  margin: 10px auto;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.conatct_btnarea .comp_btn p{
  color: #fff;
}
@media screen and (max-width: 960px){
  input[type=radio] + label{
    display: block;
  }
  input[type=radio]:not(:first-child) + label {
    margin: 20px 0;
  }
}
@media screen and (max-width: 825px){
  .contact_table th, .contact_table td{
    display: block;
    width: 100%;
  }
  .contact_table .underline{
    border-bottom: 0;
  }
  .contact_table .topline{
    border-top: 0;
  }
  .contact_ttl{
    text-align: left;
    background-color: #E8E8E8;
    padding: 10px 0 10px 20px;
  }
  .contact_table .underline div{
    padding-top: 0;
  }
  .contact_input{
    padding-top: 0;
    padding-right: 20px;
    margin: 15px auto;
  }
}
@media screen and (max-width: 800px){
  .conatct_btnarea li a{
    width: 200px;
  }
}
@media screen and (max-width: 660px){
  .conatct_btnarea li{
    display: block;
  }
}
@media screen and (max-width: 500px){
  .page .item_ttl{
    font-size: 18px;
    margin: 40px auto 30px;
  }
  .price_flowlist .item_ttl{
    margin: 0 auto 12px;
  }
  .furniture_item li > div > p{
    font-size: 18px;
  }
  .postcode > div{
    width: auto;
  }
  .conatct_btnarea li a{
    width: 150px;
  }
}
/*===============================

    lp_order

================================*/
.to_top{
  background-color: #fff;
  padding: 14px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  width: 60px;
}
.to_top p{
  font-size: 20px;
  writing-mode: vertical-rl;  
}
.top_arrow {
  position: relative;
  display: inline-block;
  top: 10px;
  left: -3px;
  width: 1.5px;
  height: 100px;
  margin-right: 13.1px;
  border-radius: 9999px;
  background-color: #131313;
}

.top_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 0.75px);
  width: 1.5px;
  height: 20px;
  border-radius: 9999px;
  background-color: #131313;
  transform: rotate(-45deg);
  transform-origin: 50% 0.75px;
}
.topimage_lp{
  text-align: center;
  padding-top: 25px;
}
.page_content{
  position: relative;
}
.page_content > h1{
  margin: auto;
}
.page_content > div:nth-of-type(1){
  margin: auto;
}
.page_content > div:nth-of-type(2){
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page_content > div img{
  max-height: 170px;
  margin: 180px auto 80px;
}
.page_content > div li{
  width: 30%;
}
.page_content > div li:not(:first-child){
  margin-left: 0.5%;
}
.page_content > div li:nth-of-type(2){
  margin-top: 100px;
}
.page_content > div li div{
  text-align: center;
  backdrop-filter: blur(10px);
  background-color: rgb(255 255 255 / 30%);
  width: 100%;
  height: 100%;
  border-radius: 150px;
  aspect-ratio: 1 / 1;
  align-content: center;
}
.page_content > div li p{
  font-size: 27px;
  color: #676767;
}
.sitetitle{
  font-size: 30px;
  color: #fff;
}
.lp_list{
  margin: 40px auto;
}
.lp_list li{
  display: flex;
  margin-bottom: 60px;
  align-items: center;
}
.lp_list li img{
  max-width: 800px;
  width: 100%;
}
.lp_list li:nth-of-type(2n){
  flex-direction: row-reverse;
}
.lp_list li:nth-of-type(2n+1) img{
  border-radius: 0 10px 10px 0;
  margin-right: 60px;
}
.lp_list li:nth-of-type(2n) img{
  border-radius: 10px 0 0 10px;
  margin-left: 60px;
}
.lp_list li:nth-of-type(2n+1) div:nth-of-type(2){
  margin-right: 30px;
  max-width: 290px;
  width: 100%;
  padding-left: 15px;
  flex-shrink: 0;
}
.lp_list li:nth-of-type(2n) div:nth-of-type(2){
  margin-left: 30px;
  max-width: 290px;
  width: 100%;
  padding-right: 15px;
  flex-shrink: 0;
}
.lp_list li h3{
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 60px;
}
.lp_list li > div > div{
  margin: 15px 0;
}
.order_ttl{
  position: relative;
}
.order_ttl > div{
  position: absolute;
  backdrop-filter: blur(10px);
  background-color: rgb(255 255 255 / 30%);
  padding: 30px;
  top: 35%;
  left: 0;
}
.order_ttl .item_ttl{
  margin: 0 auto;
}
.order .earthquake_list li > div > div{
  margin-bottom: 15px;
}
.order .earthquake_ttl{
  margin-top: 60px;
}
.list .order_list{
  margin: 30px auto 60px;
}
.list .order_list li{
  width: 32%;
  text-align: center;
}
.list .order_list li:not(:first-child){
  margin-left: 2%;
}
.list .order_list li .ttl{
  background-color: #676767;
  padding: 10px;
  color: #fff;
}
.list .order_list li .txt{
  background-color: #fff;
  padding: 6px;
  margin-top: 10px;
}
.list .order_list li p{
  font-size: 16px;
}
.order .s_inner .center{
  margin-top: 60px;
}
.order .price_link{
  padding: 0;
}
.order .flowlist{
  margin: 40px auto;
}
/* 画像スライド */
.gallery {
  width: 100%;
  overflow: hidden;
}
.gallery_slide {
  display: flex;
  width: 100%;
  animation: slide 48s linear infinite;
}
.gallery_slide li {
  flex: 0 0 20%;
  width: 280px;
  margin-right: 10px; 
}

/* アニメーション（スライド） */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%); /* 1周分の移動 */
  }
}
.order{
  background-image: url(../images/custom/custom_headimage.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.hiraya{
  background-image: url(../images/hiraya/hiraya_headimage.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.store{
  background-image: url(../images/store/store_headimage.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.reform{
  background-image: url(../images/renov/renov_headimage.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.furniture{
  background-image: url(../images/furniture/furniture_headimage.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 1600px){
  .page_content > div img {
    margin: 120px auto 60px;
  }
}
@media screen and (max-width: 1200px){
  .page_content > div img {
    margin: 60px auto 40px;
  }
  .page_content > div li p{
    font-size: 22px;
  }
}
@media screen and (max-width: 768px){
  .topimage_lp .list ul{
    margin: 0 auto 60px;
  }
  .page_content > div li p{
      font-size: 18px;
  }
  .lp_list li{
    display: block;
  }
  .page_content > div li div {
    width: 180px;
    height: 180px;
    padding: 45px 0;
    }
  .lp_list li:nth-of-type(2n+1) img{
    width: 98%;
    margin: 0 auto 0 0;
  }
  .lp_list li:nth-of-type(2n){
    text-align: right;
  }
  .lp_list li:nth-of-type(2n) img{
    width: 98%;
    margin: 0 0 0 auto;
  }
  .lp_list li:nth-of-type(2n+1) div:nth-of-type(2){
    max-width: 100%;
    padding: 0 1%;
    margin-right: 0;
  }
  .lp_list li:nth-of-type(2n) div:nth-of-type(2){
    max-width: 100%;
    padding: 0 1%;
    text-align: left;
    margin-left: 0;
  }
  .lp_list li h3{
    text-align: center;
    border-bottom: #131313 1px solid;
    border-top: #131313 1px solid;
    padding: 10px 0;
    margin: 10px 0 30px;
  }
}
@media screen and (max-width: 660px){
  .page_content > div img{
    max-height: 130px;
  }
  .list .order_list li{
    width: 100%;
  }
  .page_content > div li{
    display: block;
    width: 100%;
  }
  .page_content .list ul{
    position: relative;
    width: 360px;
    margin: 0 auto;
  }
  .page_content > div li:nth-of-type(2){
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
  .page_content > div li:nth-of-type(2) div{
    margin: 0 0 0 auto;
  }
  .list .order_list li:not(:first-child){
    margin-left: 0;
  }
}
@media screen and (max-width: 500px){
  .to_top{
    display: none;
  }
  .order,
  .hiraya,
  .store,
  .reform,
  .furniture{
    background-size: auto 5%;
  }
  .sitetitle{
    font-size: 20px;
  }
  .page_content > div img{
    height: 80px;
    margin: 40px auto 30px;
  }
  .lp_list li:nth-of-type(2n+1) div:nth-of-type(2),
  .lp_list li:nth-of-type(2n) div:nth-of-type(2){
    margin: 0 auto;
    width: 90%;
  }
  .lp_list li h3{
    font-size: 18px;
    padding: 6px 0;
    margin: 10px 0 15px;
  }
  .order_ttl > div{
    position: relative;
    background-color: #fff;
    width: 100%;
  }
  .order_ttl .item_ttl{
    margin: 0 auto 0 0; 
  }
  .order .earthquake_ttl{
    background-color: transparent;
    color: #333333;
    border-bottom: 1.5px solid #333;
  }
  .option_list li{
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .option_list li:not(:first-child) {
    margin-left: auto;
  }
}
/*===============================

    lp_store

================================*/
.store .passive_item li{
  width: 32%;
}
.store .passive_item li:not(:first-child){
  margin-left: 2%;
}
.store_material{
  margin: 60px auto;
}
.store_material .item_ttl{
  margin: 45px auto 25px 0;
}
.store_material .list ul{
  margin: 30px auto 60px;
}
.store .design_table th{
  background-color: #676767;
}
.store .list .order_list li > div{
  padding: 10px 20px;
}
.store .list .order_list li .txt{
  text-align: left;
}
.store .list .order_list li p{
  line-height: 1.6;
}
@media screen and (max-width: 768px){
  .gallery_slide li{
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 660px){
  .store .passive_item li{
    width: 100%;
  }
  .store .passive_item li:not(:first-child){
    margin-left: auto;
  }
}
@media screen and (max-width: 500px){
  .gallery_slide li{
    flex: 0 0 35%;
  }
}
/*===============================

    lp_reform

================================*/
.lp_checklist{
  background-color: #fff;
  padding: 60px 150px;
  max-width: 780px;
  margin: 0 auto;
}
.lp_checklist ul{
  width: 100%;
  margin: 0 auto;
}
.lp_checklist li{
  display: flex;
  margin-bottom: 20px;
}
.lp_checklist li img{
  height: 24px;
  margin-right: 10px;
}
.scroll_design{
  height: 135px;
  position: relative;
  margin: 60px auto;
}
.scroll_design::before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 125px;
  width: 1px;
  background-color: #131313;
}
.scroll_design::after{
  position: absolute;
  content: '';
  bottom: 3px;
  right: 0;
  left: 0;
  margin: auto;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border: #131313 solid 1px;
  border-radius: 6.5px;
}
.reform .design_table th ,
.hiraya .design_table th {
  background-color: #676767;
  width: 390px;
  height: auto;
  min-height: 85px;
}
.reform .design_table th::before{
  top: 0;
  bottom: 0;
  margin: auto;
}
.reform .design_table td{
  padding: 5px 0 5px 40px;
}
.request_list li{
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 30px 30px 30px;
  margin-top: 60px;
}
.request_list li h3{
  font-size: 20px;
  position: relative;
  top: -20px;
  left: -30px;
}
.reform_ex{
  margin-top: 40px;
}
.reform_ex li{
  margin-bottom: 50px;
}
.reform_ex li .reform_ex_ttl{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.reform_ex li .reform_ex_ttl img{
  width: 86px;
}
.reform_ex li .reform_ex_ttl h3{
  font-size: 20px;
  margin-left: 25px;
}
.reform_ex li .reform_ex_txt > div{
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.reform_ex li .reform_ex_txt > div img{
  max-width: 430px;
  width: 100%;
}
.reform_ex li .reform_ex_txt > div .before{
  background-color: #fff;
  padding: 5px 53px;
  display: inline-block;
  font-size: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.reform_ex li .reform_ex_txt > div:nth-of-type(2){
  padding-left: 20px;
}
.reform_ex li .reform_ex_txt > div h4{
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.reform_ex li .reform_ex_after{
  position: relative;
  margin-top: 20px;
}
.reform_ex li .reform_ex_after .after{
  background-color: #000000;
  color: #fff;
  padding: 5px 100px;
  display: inline-block;
  font-size: 38px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hearing03{
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: fit-content;
}
.reform_flow li{
  width: 23.5%;
}
.reform_flow li:not(:first-child){
  margin-left: 2%;
}
.reform_flow li > div:first-child{
  background-color: #B1AAAA;
  position: relative;
  text-align: center;
  display: grid;
  align-items: center;
  height: 75px;
}
.reform_flow li > div:first-child img{
  position: absolute;
  height: 80px;
  left: 0;
  top: -40px;
}
.reform_flow li > div:first-child h3{
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}
.reform_flow li > div:last-child{
  background-color: #fff;
  padding: 20px 15px;
  height: 180px;
  display: grid;
  align-items: center;
  margin-top: 10px;
}
.reform_flow li > div:last-child p{
  font-size: 16px;
}
@media screen and (max-width: 800px){
  .reform_flow li{
    width: 49%;
    margin-bottom: 40px;
  }
  .reform_flow li:not(:first-child){
    margin-left: 0;
  }
  .reform_flow li:nth-of-type(2n){
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px){
  .reform .design_table th, 
  .hiraya .design_table th{
    width: 250px;  
  }
  .reform .center,
  .furniture .center{
    text-align: center;
  }
  .reform_ex li{
    margin-top: 30px;
  }
  .reform_ex li .reform_ex_txt > div{
    display: block;
  }
  .reform_ex li .reform_ex_txt > div img{
    max-width: 100%;
  }
  .reform_ex li .reform_ex_txt .pc{
    display: none;
  }
  .reform_ex h4{
    text-align: center;
    border-top: 1px solid #131313;
    border-bottom: 1px solid #131313;
    font-size: 18px;
    padding: 10px 0;
    margin: 15px auto;
    line-height: 1.6;
  }
  .reform_ex li .reform_ex_after .after{
    font-size: 24px;
    padding: 5px 53px;
  }
}
@media screen and (max-width: 660px){
  .reform_flow li:nth-of-type(2n){
    margin-left: auto;
  }
}
@media screen and (max-width: 600px){
  .reform .design_table th, 
  .hiraya .design_table th{
    width: fit-content;
    padding: 10px 60px;
    min-height: 100%;
  }
  .reform .design_table td{
    padding: 5px 0;
  }
  .reform .design_table td{
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .reform_flow li:nth-of-type(2n){
    margin-left: 0;
  }
}
@media screen and (max-width: 460px){
  .reform .design_table th, .hiraya .design_table th {
    padding: 10px 40px;
  }
}
/*===============================

    lp_hiraya

================================*/
.page_content .hiraya_top{
  text-align: center;
  backdrop-filter: blur(10px);
  background-color: rgb(255 255 255 / 30%);
  max-width: 720px;
  margin: 60px auto;
  padding: 70px 0;
}
.page_content .hiraya_top .item_ttl{
  margin: 0 auto 40px;
  font-size: 30px;
}
.page_content .hiraya_top .center{
  margin-top: 20px;
}
.hiraya_ttl{
  font-size: 33px;
  text-align: center;
}
.img_ttl{
  margin-top: 60px;
}
.img_txt{
  margin: 30px 0;
  font-size: 20px;
}
.img_txt p{
  line-height: 1.8;
}
.hiraya_img_item01{
  max-width: 760px;
  margin: 140px auto;
  display: flex;
  vertical-align: top;
}
.hiraya_img_item01 .hiraya_vertical_ttl > div:nth-of-type(1){
  display: flex;
  flex-direction: row-reverse;
  padding-top: 150px;
}
.hiraya_img_item01 .hiraya_vertical_ttl p:nth-of-type(2){
  padding-top: 5em;
}
.hiraya_img_item01 > div:nth-of-type(2){
  margin: 0 0 0 auto;
}
.hiraya_img_item01 > div img{
  max-width: 560px;
}
.hiraya_img_item01 > div:nth-of-type(2) p{
  margin-top: 30px;
}
.hiraya_img_item01 .hiraya_vertical_ttl > div:nth-of-type(1) p{
  margin-top: 60px;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.img_ttl_second{
  margin: 160px auto 40px;
}
.img_ttl_second h2{
  padding-left: 40px;
}
.img_ttl_second img{
  max-width: 1020px;
  width: 100%;
  margin: 40px auto 40px 0;
}
.img_ttl_second .img_txt{
  padding-left: 40px;
}
.hiraya_img_item02{
  max-width: 605px;
  margin: 170px auto;
  width: 100%;
}
.hiraya_img_item02 > div{
  display: table-cell;
}
.hiraya_img_item02 > div > p{
  font-size: 33px;
}
.hiraya_img_item02 > div:first-child{
  text-align: right;
}
.hiraya_img_item02 > div:first-child img{
  max-width: 540px;
  margin-top: 15px;
}
.hiraya_img_item02 > div:first-child div{
  text-align: left;
  margin-top: 60px;
  font-size: 20px;
}
.hiraya_img_item02 .vertical{
  padding-top: 20px;
  padding-left: 15px;
}
.hiraya_normal{
  width: fit-content;
  margin: 0 auto;
}
.hiraya_normal > div{
  display: inline-block;
  vertical-align: middle;
}
.hiraya_normal > div p{
  font-size: 20px;
  line-height: 1.3;
}
.hiraya_normal > div .item_ttl{
  font-size: 38px;
  margin-left: 15px;
}
.hiraya .passive > div:last-child h3{
  font-size: 20px;
}
.hiraya .lp_list{
  margin: 60px auto;
}
@media screen and (max-width: 768px){
  .hiraya_img_item01{
    display: block;
  }
  .hiraya_img_item01 .hiraya_vertical_ttl{
    display: flex;
    margin: 0 auto;
    width: fit-content;
    justify-content: center;
  }
  .hiraya_img_item01 > div:nth-of-type(2){
    margin: 0 6%;
  }
  .page_content .hiraya_top .item_ttl,
  .hiraya_ttl{
    font-size: 20px;
  }
  .img_txt,
  .hiraya_img_item02 > div:first-child div{
    font-size: 16px;
  }
  .hiraya_img_item02 > div:first-child img{
    max-width: 58%;
    height: 250px;
    object-fit: cover;
  }
  .hiraya_img_item01 .hiraya_vertical_ttl > div:nth-of-type(1){
    padding-top: 0;
    padding-right: 20px;
  }
  .hiraya_img_item01 .hiraya_vertical_ttl > div:nth-of-type(2){
    width: 58%;
    min-width: 230px;
  }
  .hiraya_img_item01 > div img {
    max-width: 100%;
  }
  .hiraya_img_item01 .hiraya_vertical_ttl > div:nth-of-type(1) p{
    font-size: 20px;
  }
  .hiraya_img_item02 > div > p{
    font-size: 20px;
  }
  .hiraya_img_item02 > div:first-child{
    text-align: center;
  }
  .hiraya_img_item02 .vertical{
    position: relative;
    left: -20%;
  }
  .list ul.furniture_list li{
    display: inline-block;
    width: 46%;
    margin: 2%;
  }
  .earthquake_ul li{
    margin-bottom: 20px;
  }
  .earthquake_ul h3{
    background:#E8E8E8;
    text-align:center;
    padding: 3px 0;
  }
  .earthquake_ul .li_ttl{
    background: #676767;
    color: #fff;
    display: inline-block;
    margin: 10px 0 5px 2%;
    padding: 2px 10px;
  }
  .earthquake_ul li p{
    margin-left: 2%;
  }
}
@media screen and (max-width: 500px){
  .img_ttl_second h2,
  .img_ttl_second .img_txt{
    padding-left: 2%;
  }
  .img_ttl_second img{
    margin: 20px auto 0;
  }
  .hiraya_img_item02 .vertical{
    padding-top: 2em;
    height: 12em;
    position: absolute;
    left: auto;
    right: 10%;
    top: 0;
  }
  .hiraya_img_item02 > div:first-child div{
    margin: 20px 2%;
  }
  .hiraya_normal > div .item_ttl{
    font-size: 24px;
  }
  .hiraya_normal > div p{
    font-size: 16px;
  }
  .hiraya_img_item02{
    margin: 90px auto 60px;
    position: relative;
  }
}
/*===============================

    lp_furniture

================================*/
.furniture_list li{
  width: 23.5%;
}
.furniture_list li:not(:first-child){
  margin-left: 2%;
}
.furniture_list h3{
  font-size: 18px;
  border-bottom: 1px solid #131313;
  margin: 10px 0;
  padding-bottom: 5px;
}
.furniture_list p{
  font-size: 16px;
}
@media screen and (max-width: 768px){
  .lp_checklist{
    padding: 60px 30px;
  }
  .furniture_list li{
    width: 46%;
    margin: 2%;
  }
}
@media screen and (max-width: 660px){
  .reform_flow li > div:first-child h3{
    font-size: 16px;
  }
  .reform_flow{
    max-width: 290px; 
  }
  .list ul.reform_flow li{
    margin-bottom: 40px;
  }
  .reform_flow li > div:last-child,{
    height: auto;
    display: block;
  }
  .reform_flow li > div:last-child{
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 600px){
  .furniture_list li:not(:first-child){
    margin-left: 0;
  }
  .furniture_list li img{
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .lp_checklist{
    padding: 30px;
  }
  .reform .center,
  .furniture .center{
    text-align: left;
    padding: 0;
  }
  .request_list li{
    border-radius: 0;
    padding: 0;
    margin-top: 30px;
  }
  .request_list li h3{
    font-size: 16px;
    top: 0;
    left: 0;
    background: #E8E8E8;
    padding: 5px;
    text-align: center;
  }
  .request_list li div{
    padding: 10px;
  }
  .reform_ex li .reform_ex_ttl img{
    width: 45px;
  }
  .reform_ex li .reform_ex_ttl h3{
    margin-left: 15px;
  }
  .reform_ex li .reform_ex_ttl h3{
    font-size: 16px;
  }
  .reform_ex li .reform_ex_txt > div .before,
  .reform_ex li .reform_ex_after .after{
    padding: 5px 20px;
    font-size: 16px;
  }
}







