@charset "utf-8";

/*================================
共通
==================================*/

body {
  font-family: "Noto Serif JP", serif;
}

.brand_inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.inner_pd60{
    padding: 0 60px ;
}

.inner_pd30{
    padding: 0 30px ;
}

.flex{
    display: flex;
}

.sp{
    display: none;
}

.pc.tb{
    display:block;
}

.sp.tb{
    display:none;
}
@media only screen and (max-width: 1150px){

.pc.tb{
    display:none;
}

.sp.tb{
    display:block;
}
}


@media only screen and (max-width: 1000px) {
.inner_pd60{
    padding: 0;
}

.inner_pd30{
    padding: 0;
}
}

@media only screen and (max-width: 767px) {
    
    .sp{
    display: block;
}
.pc{
    display: none;
}

.inner_pd60{
    padding: 0;
}

.inner_pd30{
    padding: 0;
}
}

/*================================
メインビジュアル
==================================*/

.mv{
    width: 100%;
    aspect-ratio: 2801 / 1687;
    background-image: url(../img/MV_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.mv .mv-text{
    width: 90%;
    position: absolute;
    color: #7a6a56;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.mv .mv-text h1{
    display: inline-block;
}

.mv .mv-text h1 img{
    height: 65px;
}

.mv .mv-text h2{
    font-size: 46px;
    letter-spacing: 0.18em;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    margin:60px 0 50px;
}

.mv .mv-text p{
    font-size: 15px;
    line-height: 3.286;
    font-weight: 600;
    letter-spacing: 0.12em;
}

@media only screen and (max-width: 900px) {

.mv .mv-text h1 img{
    height: 54px;
}

.mv .mv-text h2{
    font-size: 38px;
    margin:45px 0 35px;
}

.mv .mv-text p{
    line-height: 3;
}

}

@media only screen and (max-width: 767px) {
.mv{
    height: 580px;
    aspect-ratio: unset;
    background-position: center;

}

.mv .mv-text h1 img{
    height: 40px;
}

.mv .mv-text h2{
    font-size: 22px;
    line-height: 1.5;
    margin:30px 0 30px;
}

.mv .mv-text p{
    font-size: 14px;
    line-height: 2.5;
}
}

/*================================
WORKS
==================================*/

.works{
    background-color: #5e5d5c;
    padding: 95px 0 35px;
}

.works .ttle-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.slider-arrows{
    display: flex;
    align-items: center;
    gap: 15px;
}

.slider-arrows .slick-arrow{
    position: static;
    width: 40px;
    height: 40px;
    transform: none;
}

.slider-arrows .slick-prev:before,
.slider-arrows .slick-next:before{
    color: #fff;
    font-size: 30px;
    opacity: 1;
}

.slider-arrows .slick-prev:before{
    content: "<";
}

.slider-arrows .slick-next:before{
    content: ">";
}

.works h2 img{
    height: 20px;
}

.slider{
    padding: 0;
}

.slider img{
    height: 280px;
}

/* .slider img{
    height: 100%;
    width: auto;
    display: block;
} */

@media only screen and (max-width: 767px){
    .works{
    padding: 50px 0 35px;
}

.works .ttle-area{
    margin-bottom: 20px;
}


.slider-arrows .slick-prev:before,
.slider-arrows .slick-next:before{
    font-size: 26px;
}

.works h2 img{
    height: 18px;
}

.slider img{
    height: 220px;
}

}
/*================================
result
==================================*/

.result{
    background-color: #efefef;
    padding-bottom: 100px;
}

.result .map-bk{
    padding: 100px 0;
    aspect-ratio: 2001 / 1671;
    background-image: url(../img/result_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.result .ttle-area{
    color: #7a6a56;
}

.result .ttle-area h2 img{
    height: 20px;
}

.result .ttle-area h3{
    font-size:18px;
    letter-spacing: 0.15em;
    padding: 20px 0 30px;
}

.result .ttle-area p{
    font-size: 13px;
    line-height: 2.3;
    font-weight: 600;
    -webkit-text-stroke: 4px #efefef;
    paint-order: stroke fill;
}

.result-date{
    position: absolute;
    color: #7a6a56;
    right: 0;
    bottom: 0;
}

.result-date .notes{
 font-size: 12px;
 margin-top: 10px;
 text-align: right;
 font-weight: 600;
}

.result-date .flex{
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px solid #7a6a56;
    
}

.result-date .flex p{
    font-size: 24px;
    padding: 5px;
    letter-spacing: 0.15em;
    display: inline-block;
    font-weight: 500;
}

.result-date .flex h2{
    font-size: 85px;
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-feature-settings: "palt";
    font-weight: 400;
}

.result-date .flex h2 span{
    font-size:35px ;
}

.result_list{
    margin-top: 40px;
}

.result_list .list-ttl{
    background-color: #dcdddd;
}

.result_list .list-ttl h5{
    display: inline-block;
    padding: 4px 30px 4px 10px;
    background: #5e5d5c;
    color: #fff;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.3em;
    clip-path: polygon(0 0, 0 100%,85% 100%,100% 0);
}

.result_list .list-ttl.chosei h5{
    letter-spacing: 0.1em;
    clip-path: polygon(0 0, 0 100%,90% 100%,100% 0);
}

.result_list ul {
	font-size: 1rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	align-content: space-between;
	max-height: 32em;
    margin-top: 5px;
}

.result_list li {
	letter-spacing: -0.08em;
    font-feature-settings: "palt";
	line-height: 1.6;
	width: 25%;
	position: relative;
	padding-left:4px;
    font-size: clamp(10px, 1.2vw, 12px);
}
.result_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 3px;
	height: 3px;
	background-color: #000;
}

.result_list:nth-child(2){
    display: flex;
	flex-wrap: wrap;
    gap: 30px;
}

.result_list > .list-item{
    width: calc((100% - 90px) / 4);
}

.result_list .list-item li{
    width: 100%;
}

.result_list .list-item .list-ttl:not(:first-child){
    margin-top: 20px;
}

/* .list-inner{
    position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height .5s ease;
} */

/* .list-inner::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0),
    rgba(239,239,239,1)
  );
}

.list-inner.open{
  max-height: 5000px; 
}

.list-inner.open::after{
  opacity: 0;
}

.more_btn{
    display: block;
  width: 240px;
  height: 38px;
  margin: 20px auto 0;

  border: 1px solid #333;
  background: #efefef;
  color: #333;

  font-size: 14px;
  font-weight: 500;
  line-height: 1;

  transition: .3s;
}

.more_btn:hover{
  background: #5e5d5c;
  color: #efefef;
} */

.gallery-btn{
  position: relative;

  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin: 40px auto 0;

  border-radius: 100px;
  background-color: #7a6a56;

  text-decoration: none;
  color: #fff;
}

.gallery-img{
  flex-shrink: 0;
  height: 100%;
}

.gallery-img img{
  display: block;
  height: 100%;
  width: auto;
}

.gallery-text{
  flex: 1;
  padding-left: 1rem;
  font-size: 25px;
  letter-spacing: 0.2em;
  font-family: "Shippori Mincho", serif;
  position: relative;
}

.gallery-text small{
    font-size: 15px;
    padding-left: 1rem;
    letter-spacing: 0.08em;
}

.gallery-text::after{
    content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;

  border-top: 2px solid #fff;
  border-right: 2px solid #fff;

  transform: rotate(45deg);
}

.gallery-btn::after{
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #fff;
  border-radius: 100px; /* 親と同じ丸み */
  pointer-events: none;
}


@media only screen and (max-width: 1080px) {

.gallery-btn{
height: 70px;
}

.gallery-text{
  font-size: 20px;
}

.gallery-text small{
    font-size: 14px;
    padding-left: 0.5rem;
}

.gallery-text::after{
  width: 14px;
  height: 14px;
  margin-left: 5px;

}


.result .map-bk{
    padding: 60px 0 100px;
}

.result .ttle-area h3{
    padding: 15px 0
}

}

@media only screen and (max-width: 900px){
.gallery-btn{
height: 60px;
}

    .gallery-text{
  font-size: 18px;
  letter-spacing: 0.15em;
}

.gallery-text small{
    font-size: 12px;
}

.gallery-text::after{
  width: 12px;
  height: 12px;
  margin-left: 2px;

}

.result-date .flex p{
    font-size: 18px;
    padding-bottom: 5px;
}

.result-date .flex h2{
    font-size: 60px;
}

.result-date .flex h2 span{
    font-size:35px ;
}



}

@media only screen and (max-width: 767px) {
    .result{
    padding-bottom: 60px;
}

.result .map-bk{
    width: 90%;
    margin: 0 auto;
    padding: 0 0 140px;
    height: 750px;
    background-image: unset;
}

.result  .ttle-area{
padding: 50px 0 0;
position: relative;
z-index: 10;
}


.result .ttle-area h2 img{
    height: 18px;
}

.result .ttle-area h3{
    font-size:16px;
    padding: 15px 0 20px;
}

.result .ttle-area p{
    text-align: justify;
}

.result .map{
    position: absolute;
    bottom: 85px;
    z-index: 1;
}

.result-date{
    margin: 10px auto;
}

.result-date .notes{
 font-size: 10px;
 text-align: left;

}

.result-date>.flex{
    display: block;
    text-align: center;
}

.result-date .flex p{
    font-size: 18px;
    padding: 0;
    
}

.result-date .flex h2{
    font-size: 60px;
    display: inline-block;
}

.result-date .flex h2 span{
    font-size:35px ;
}

.idou{
    margin-top: 20px;
}

.result_list{
    margin-top: 40px;
}

.result_list .list-ttl{
    background-color: #dcdddd;
}

.result_list .list-ttl.chosei h5{
    letter-spacing: 0.1em;
}

.result_list ul {
	font-size: 1rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	align-content: space-between;
	max-height: 49em;
    margin-top: 5px;
    gap: 1%;
}

.result_list li {
	width: 49.5%;
	position: relative;
	padding-left:4px;
    font-size: 9px;
}
.result_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 3px;
	height: 3px;
	background-color: #000;
}

.result_list:nth-child(2){
    display: flex;
	flex-wrap: wrap;
    gap: 10px;
}

.result_list{
    flex-direction: row;
    
}

.result_list > .list-item:nth-child(1){
    order: 1;
}

.result_list > .list-item:nth-child(2){
    order: 3;
}

.result_list > .list-item:nth-child(3){
    order: 2;
}

.result_list > .list-item:nth-child(4){
    order: 4;
}

.result_list > .list-item{
    width: calc((100% - 10px) / 2);
}

.result_list .list-item li{
    width: 100%;
}

.result_list .list-item .list-ttl:not(:first-child){
    margin-top: 20px;
}


/* .list-inner.open{
  max-height: 5000px;
}

.list-inner.open::after{
  opacity: 0;
}

.more_btn{
  margin: 20px auto 0;

} */

.gallery-btn{
  position: relative;
  display: block;
  height: 80px;
  background-image: url(../img/photo-btn-img-sp.png);
  background-blend-mode: multiply; 
  background-size: cover;
  background-position: center center;
}

.gallery-img{
  display: none;
}


.gallery-text{
  flex:unset;
  position: absolute;
  z-index: 10;
  text-align: center;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.2;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-45%);
}

.gallery-text small{
    font-size: 15px;
    padding-left: 1rem;
    letter-spacing: 0.08em;
}

.gallery-text::after{
    content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;

  border-top: 2px solid #fff;
  border-right: 2px solid #fff;

  transform: rotate(45deg);
}

.gallery-btn::after{
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #fff;
  border-radius: 100px; /* 親と同じ丸み */
  pointer-events: none;
}





}

@media only screen and (max-width: 500px) {
    .result .map{
    position: absolute;
    bottom: 155px;
    }

}

/*================================
value
==================================*/

.value{
    padding: 80px 0 100px;
}




.value .ttle-area{
    text-align: center;
}
.value .ttle-area h2{
    border-bottom: 1px solid #7a6a56;
    padding-bottom: 1rem;
    display: inline-block;
    margin-bottom: 10px;
}

.value .ttle-area h2 img{
    height: 100px;
}

.value .ttle-area p{
    font-size: 18px;
    letter-spacing: 0.08em;
    color: #7a6a56;
}

.design,
.support-system,
.quality{
    position: relative;
}

.design .number,
.support-system .number,
.quality .number{
    position: absolute;
    width: calc((100% - min(90%, 1000px)) / 2 + min(90%, 1000px));
    left: 0;
    top: 0;
    z-index: 1;
}

.design .point,
.support-system .point,
.quality .point{
    position: relative;
    z-index: 10;
}

.number h2,
.point{
    padding-top: 60px;
}

.number{
    height: 310px;
    clip-path:  polygon(0 0, 0 100%,90% 100%,100% 0);
}

.number h2{
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.number h2::before{
  content: "";
  width:calc((100% - min(90%, 1000px))  - 100px);
  height: 1px;
  background: #fff
}

.value .point p{
    font-size:16px;
    padding-top: 30px;
    line-height:2.063 ;
    color: #fff;
    margin-bottom: 50px;
}

.value .point p.notes{
    font-size: 12px;
    color: #595757;
    padding: 0;
    margin: 0;
}

.value article:not(:first-child){
    margin-top: 100px;
}

/* design */
.design h2 img{
    height: 35px;
}
.design .number{
    background-color: #a48b78;
    
}

.des-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.des-flex li{
    width: 49.5%;
}

.left-flex,
.right-flex{
    display: flex;
    gap:2% ;
}

.left-flex{
    margin-bottom: 2%;
}
.right-flex{
    margin-top: 2%;
}


.left-flex a,
.right-flex a{
    width: 49%;
}
/* support-system  */

.support-system .point ul{
    gap: 3.5rem;
}

.support-system .number{
    background-color: #7a6a56;
    
}

.support-system h2 img{
    height: 35px;
}

.support-system li{
    color: #595757;
}

.support-system li h4{
    font-size:12px;
    text-align: center;
    margin: 30px 0 12px;
    letter-spacing: 0.04em;
}

.support-system li h3{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.03em;
}

.support-system li>p{
    color: #595757 !important;
    margin: 40px 0 0 !important;;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 2.143 !important;
    text-align: justify;
}

/* support-system  */

.quality .number{
    background-color: #c9bc9c;
}

.quality .number h2 img{
    height: 35px;
}

.quality .point h2 img{
    height: 35px;
}

.quality .point ul{
    gap: 3.5rem;
}

.quality .point h3{
    color: #595757;
    margin: 30px 0 10px;
}

.sdg-img{
    margin-top: 50px;
    width: 100%;
    max-width:430px ;
}

.color-text{
    color: #595757 !important;
    font-size: 14px !important;
    line-height: 2.143 !important;
    margin: 30px 0 !important;
    padding: 0 !important;
    letter-spacing: 0.04em;
}

@media only screen and (max-width: 1150px){
.number h2::before{
  content: "";
  width:3%;
  height: 1px;
  background: #fff
}

.number h2{
    padding-top: 75px;
}

.quality .point h2 img{
    height: 86px;
}
.support-system h2 img{
    height: 86px;
}

}


@media only screen and (max-width: 767px) {
    .value{
    padding: 50px 0;
}


.value .ttle-area h2 img{
    height: 50px;
}


.value .ttle-area p{
    font-size: 14px;
    line-height: 2;
}


.design,
.support-system,
.quality{
    position: relative;
}

.design .number,
.support-system .number,
.quality .number{
    position: absolute;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 1;
}

.design .point,
.support-system .point,
.quality .point{
    position: relative;
    z-index: 10;
}

.number h2,
.point{
    padding-top: 60px;
}

.number{
    clip-path:unset;
    height: 380px;
}

.number h2{
    padding-top: 75px;
}

.number h2::before{
  content: "";
  width:3%;
  height: 1px;
  background: #fff
}

.value .point p{
    font-size:14px;
    margin-bottom: 30px;
    padding-top: 20px;
    text-align: justify;
}

.value .point p.notes{
    font-size: 10px;
    margin-top: 30px;
}

.value article:not(:first-child){
    margin-top: 40px;
}

/* design */
.design h2 img{
    height: 26px;
}
.design .number{
    background-color: #a48b78;
    
}

.des-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1%;
}

.des-flex li{
    width: 100%;
}

/* support-system  */

.support-system .point ul.flex{
    display: block;
}

.support-system .point ul{
    gap: unset;
}

.support-system .point ul li figure img{
    width: 100%;
}

.support-system h2 img{
    height: 67px;
}

.support-system li:not(:first-child){
    margin-top: 35px;
}

.support-system li h3{
    font-size: 22px;
}

.support-system li>p{
    margin: 20px 0 0 !important;
}

/* support-system  */

.quality .number{
    background-color: #c9bc9c;
}

.quality .number h2 img{
    height: 35px;
}

.quality .point h2 img{
    height: 73px;
}

.quality .point ul.flex{
    display: block;
}

.quality .point ul li:not(:first-child){
    margin-top: 10px;
}

.quality .point ul li figure img{
    width: 100%;
}

.quality .point h3{
    color: #595757;
    margin: 30px 0 10px;
}

.sdg-img{
    margin-top: 50px;
    width: 100%;
    max-width:430px ;
}

.color-text{
    color: #595757 !important;
    font-size: 14px !important;
    line-height: 2.143 !important;
    margin: 30px 0 0!important;
    padding: 0 !important;
    letter-spacing: 0.04em;
}

}

/*================================
company
==================================*/

.company{
    background-color: #efefef;
    padding: 100px 0 80px;
}

.company .flex{
    gap: 4%;
}

.company .ttle-area{
    width: 20%;
}

.company .ttle-area h2 img{
    height: 60px;
}

.company .ttle-area h3{
    font-size:18px;
    letter-spacing: 0.15em;
    padding: 35px 0 0;
    color: #646d78;
}

.company table{
    width: 76%;
    border-collapse: separate;
    border-spacing: 0 20px;
    margin-top: -20px;
}

.company table tr{
    background-color: #fff;
}

th,
td{
    background: #fff;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
}

th{
    width: 15%;
    padding-left: 15px;
}

td{
    width: 85%;
}

@media only screen and (max-width: 767px){
.company{
    background-color: #efefef;
    padding: 60px 0 80px;
}

    .company .flex{
    display: block;
}

.company .ttle-area{
    width: 100%;
}


.company .ttle-area h2 img{
    height: 60px;
}

.company .ttle-area h3{
    font-size:16px;
    padding: 20px 0 30px;

}

.company table{
    width: 100%;
    border-spacing: 0 10px;
    margin-top: -10px;
}


th,
td{
    font-size: 14px;
}

th{
    width: 30%;
    padding-left: 15px;
}

td{
    width: 70%;
}
}


/*================================
footer
==================================*/

footer{
    margin-top: 80px;
}

.portal_bnr{
    max-width: 480px;
    margin: 0 auto 30px;
}

.bnr-ttl{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #595757;
    margin: 0 auto 40px;
    display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
}

.bnr-ttl::before,
.bnr-ttl::after {
  content: "";
  flex-grow: 1;
  height: 2px; 
  background-color: #595757; 
  margin: 0 15px; 
}

.bnr_area{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem 3%;
}
.bnr_area li{
    width: calc((100% - 3%) / 2);
}

.portal_bnr,
.bnr_area li{
    transition: opacity .3s;
}

.portal_bnr:hover,
.bnr_area li:hover{
    opacity: 0.6;
}

.l-footer {
    width: 100%;
	max-width: 900px;
    margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 15px;
}

.footer__logo {
	width: 171px;
	margin-top: 3px;
	margin-right: 21px;
}

.footer__logo img {
	width: 100%;
}

.footer__jpx {
	width: 37px;
	margin-right: 29px;
}

.footer__jpx img {
	width: 100%;
}

.footer__tel {
	display: block;
	width: 195px;
	position: relative;
	top: -4px;
}

.footer__tel__text {
	width: 100%;
}

.footer__tel__text img {
	width: 100%;
}

.footer__link {
	width: 400px;
	margin-left: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
}

.footer__link__item a {
	position: relative;
    text-decoration: none;
}

.footer__link__item a:hover {
	text-decoration: underline;
	-webkit-text-decoration-color: #555555;
	text-decoration-color: #555555;
}

.footer__copy {
    width: 100%;
	text-align: center;
	font-size: 12px;
	color: #231815;
    margin-bottom: 10px;
}

.footer__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__pagetop {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 10;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.footer__pagetop.is-visible {
	visibility: visible;
	opacity: 1;
}

.footer__pagetop.is-visible:hover {
	opacity: .7;
}

.footer__pagetop img {
	width: 100%;
}

.footer__tel {
		/* pc */
		pointer-events: none;
	}

    .footer__link__item {
		/* pc */
		font-size: 10px;
		min-width: 107px;
		position: relative;
		padding-left: 6px;
		margin-bottom: 8px;
		margin-right: 20px;
	}

	.footer__link__item::before {
		/* pc */
		content: '';
		border-left: 4px solid #231815;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		display: block;
		position: absolute;
		top: 5px;
		left: 0;
	}

    .sp-only{
        display: none;
    }



@media screen and (max-width: 768px) {

    .bnr-ttl{
    font-size: 20px;
    letter-spacing: 0.06em;
    margin: 0 auto 30px;
  width: 350px;
}

	.logo-re_wrap {
		max-width: 335px;
		width: 90%;
        margin: 50px auto 20px;
	}
	.logo-re {
		width: calc(290 / 335 * 100%);
	}
	.logo-re02 {
		max-width: 335px;
		width: 90%;
		margin: 0 auto 30px;
	}
	.logo-jpx {
		width: calc(33 / 335 * 100%);
	}

    .copyright p {
	font-size: 10px;
	padding: 14px 0;
    letter-spacing: 0.1em;
}


.sp-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    bottom: -40px;
}

.sp-slider .slick-dots li {
    width: auto;
    margin: 0;
}

.sp-slider li{
	width: 286px;
    margin: 0 6px;
}

.sp-slider .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9d9d9;
    opacity: 1;
}

.sp-slider .slick-dots li.slick-active button:before {
    background: #7a6a56;
}


.l-footer {
		/* sp */
		width: calc(100% - 30px);
	}

    .footer__inner {
		/* sp */
		display: block;
	}

	.footer__logo {
		/* sp */
		margin-top: 5px;
		width: 80%;
	}

	.footer__jpx {
		/* sp */
		width: 12%;
		margin-right: 0;
	}

	.footer__tel {
		/* sp */
		width: 220px;
		margin: 0 auto 20px;
	}

	.footer__link {
		/* sp */
		margin-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: 1px solid #b8b8b8;
		margin-bottom: 15px;
		margin-left: -15px;
		width: 100vw;
	}

	.footer__link__item {
		/* sp */
		font-size: 1.2rem;
		line-height: 1.5;
		border-bottom: 1px solid #b8b8b8;
		width: 100%;
		text-align: center;
        margin-bottom: 0;
		margin-right: 0;
	}

	.footer__link__item--sp-lg {
		/* sp */
		font-size: 14px;
	}

	.footer__link__item--half {
		/* sp */
		width: 50%;
	}

	.footer__link__item--half:nth-of-type(2n) {
		border-left: 1px solid #b8b8b8;
	}

	.footer__link__item a {
		/* sp */
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 8px 15px 8px 5px;
        font-size: 12px;
	}

	.footer__link__item a::before {
		/* sp */
		content: '';
		position: absolute;
		top: 50%;
		right: 5px;
		width: 7px;
		height: 7px;
		border-bottom: 1px solid #727171;
		border-right: 1px solid #727171;
		-webkit-transform: rotate(-45deg) translateY(-60%);
		-ms-transform: rotate(-45deg) translateY(-60%);
		transform: rotate(-45deg) translateY(-60%);
	}

	.footer__copy {
		/* sp */
		position: static;
		text-align: center;
		font-size: 11px;
	}

	.footer__wrap {
		/* sp */
		max-width: 300px;
		margin: 0 auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.footer__pagetop {
		/* sp */
		width: 35px;
		height: 35px;
		right: 15px;
		bottom: 15px;
	}

    .sp-footer-menu__item a::before {
		/* sp */
		content: '';
		position: absolute;
		top: 50%;
		right: 5px;
		width: 7px;
		height: 7px;
		border-bottom: 1px solid #727171;
		border-right: 1px solid #727171;
		-webkit-transform: rotate(-45deg) translateY(-60%);
		-ms-transform: rotate(-45deg) translateY(-60%);
		transform: rotate(-45deg) translateY(-60%);
	}

    .footer__link__item::before {
		display: none;
	}

    .sp-only{
        display: block;
    }

}
