<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *
 * WEB蛻ｶ菴懊�繝ｼ繧ｸ
 * LAST UPDATE : 2022/06/09
 *
 */

 /* 蜈ｱ譛牙�螳ｹ */
body {
    color: #434343;
    margin: 0;
    /* font-family: 'Noto Sans JP',"繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif; */
}
.tlc {
    text-align: center;
}
.red {
	color: #e6000e;
}
/* main {
	padding-top: 73px;
} */

.wrapper {
    box-sizing: border-box;
}
.flex {
    display: flex;
}

/* PC縺ｧ髮ｻ隧ｱ逡ｪ蜿ｷ繝ｪ繝ｳ繧ｯ繧堤┌蜉ｹ縺ｫ縺吶ｋ */
@media (min-width: 751px) {
	a[href*="tel:"] {
	    pointer-events: none;
	    cursor: default;
	    text-decoration: none;
	}
}

	/* 繧ｹ繝槭� */
	@media not all and (min-width: 1200px) {
	    .wrapper {
	        width: 100%;
	        padding: 0 1rem;
	    }
		.mean-container .mean-bar {
			position: fixed;
		  }
		.sp_none:not(#footer .sp_none) {
			display: none;
		}
		/* main {
			padding-top: 61px;
		} */
	}

	/* PC */
	@media only screen and (min-width: 1200px) {
	    .wrapper {
	        max-width: 1200px;
	        margin: auto;
	        padding: 0 2rem;
	    }
	}

/* MV */
/*
#mv {
    background: url(../img/mv.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
}
#mv &gt; div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
}
h1 {
    font-size: 2.5rem;
    margin: 0;
    color: #211613;
}
h1 span,span.red {
    color: #e6000e;
}

#mv p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem auto 0;
    font-size: 1.0rem;
    position: relative;
    padding: 0 1rem;
}
#mv p:before {
    content: 'purpose';
    position: absolute;
    font-size: 1rem;
    height: 36px;
    display: flex;
    align-items: center;
    color: #8d785a;
    font-weight: bold;
    top: -2rem;
}
*/

#mv img {
	width: 100%;
}

	/* 繧ｹ繝槭� */
	@media not all and (min-width: 1200px) {

	}

	@media only screen and (min-width: 700px) {
/*
	    h1 {
	        font-size: 5rem;
	    }
	    #mv p {
	        font-size: 1.5rem;
	    }
*/
	}
	/* PC */
	@media only screen and (min-width: 1200px) {
/*
		#mv p:before {
	        left: -6rem;
	    }
*/
	}

/* 繧ｳ繝ｳ繝�Φ繝� */
#contents {
	margin: 0;
	padding-top: 64px;
    background: url(../img/webdesign_bk.png);
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
#base h2 {
    font-family: 'Josefin Sans';
    font-weight: normal !important;
	color: #434343;
    line-height: 0.8;
}

#base h2 span.h2_sub {
    display: block;
    font-size: 1rem;
    margin-top: 1rem;
}
#base h2 span.h2_sub:before {
    content: '';
    width: 24%;
    height: 1px;
    background: #434343;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1%;
}
.point-text {
    font-weight: bold;
}

#concept {
    margin-bottom: 2rem;
}
#concept h2 span.h2_sub {
    margin-bottom: 2rem;
}

	/* 繧ｹ繝槭� */
	@media not all and (min-width: 1200px) {
        #base h2 {
	        font-size: 60px;
	    }
	    .point-text {
	        margin-bottom: 1rem;
	        font-size: 1.5rem;
	    }
	    #concept {
	        margin-top: 2rem;
	    }
	    #concept .flex {
	        flex-wrap: wrap;
	        justify-content: center;
	    }
	    #concept .flex img {
	        width: 100%;
	        max-width: 627px;
	    }
	}

	/* PC */
	@media only screen and (min-width: 1200px) {
        #base h2 {
			font-size: 120px;
	    }
	    .point-text {
	        font-size: 1.8rem;
	        line-height: 4rem;
	    }
	    .point-text .red {
	        font-size: 2.4rem;
	    }
	}

/* 繧ｳ繝ｳ繝�Φ繝�Κ蛻�-繧ｫ繝ｼ繝牙梛繧ｳ繝ｳ繝昴�繝阪Φ繝� */
#component .flex {
    flex-wrap: wrap;
}

#component .card &gt; div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(249,249,249);
    background: linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 42%);
    border-radius: 15px;
    border: solid 1px #c4c4c4;
    box-shadow: 3px 4px 7px 0px rgba(0,0,0,0.1);
    margin: auto;
}
#component .card &gt; div h3 {
	font-size: 20px;
    text-align: center;
}
#component .card &gt; div h3 img {
    display: block;
    height: 60px;
    margin: 0 auto 1rem;
}
#component .card p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto;
}
.link_gallery {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 60px auto;
    border: solid 1px #434343;
    border-radius: 10px;
    text-decoration: none;
    color: #434343;
    background: #fff;
}
.link_gallery:after {
    content: '笆ｶ';
    margin-left: 1rem;
}

	/* 繧ｹ繝槭� */
	@media not all and (min-width: 1200px) {
	    #component .flex {
	        gap: 1.5rem;
	    }
	    #component .card {
	        width: 100%;
	    }
	    #component .card &gt; div {
	        width: 80%;
			padding: 32px 0;
	    }
	    .link_gallery {
	        padding: 1rem 1rem;
	    }
	}

	/* PC */
	@media only screen and (min-width: 1200px) {
	    #component .flex {
	        gap: 3rem;
	        justify-content: center;
	    }
	    #component .card {
	        width: calc(100% / 4 - 3rem);
	    }
	    #component .card &gt; div {
	        width: 260px;
	        height: 260px;
	    }
	    .link_gallery {
	        padding: 1rem 2rem;
	    }
	}

/* 繝槭ち繝ｼ繝昴�繝�+繧ｦ繧ｧ繝悶し繧､繝井ｽ懈� */
#matterport-service {
    background: url(../img/webdesign_mutterport_bk.jpg) no-repeat center / cover;
    color: #fff;
    display: flex;
    align-items: center;
}
    #matterport-service h3 {
        margin-bottom: 2rem;
    }
    #matterport-service h3 .red {
        font-weight: bold;
        font-size: 1.1em;
    }
    #matterport-service p {
        margin-bottom: 1em;
        padding: 4px 8px;
        font-size: 120%;
        background: rgba(0,0,0,0.2);
        /*text-shadow: 1px 2px 2px #434343;*/
    }
    .matterport-service-example {
        font-weight: bold;
    }

	/* 繧ｹ繝槭� */
	@media not all and (min-width: 1200px) {
	    #matterport-service {
	        padding: 2rem 0;
	    }
	    #matterport-service .flex {
	        flex-wrap: wrap;
	    }
	    #matterport-service .flex &gt; img {
	        width: 100%;
	        max-width: 600px;
	        margin: 0 auto 1rem;
	    }
	    .matterport-service-example {
	        margin-bottom: 1rem;
	        font-size: 1.0rem;
	    }
	    #matterport-service h3 {
	        font-size: 1.5rem;
	    }
	    #matterport-service .tlc img {
	        margin: 0 auto;
	    }
	}

	/* PC */
	@media only screen and (min-width: 1200px) {
	    #matterport-service {
	        height: 600px;
	    }
	    .matterport-service-example {
	        margin-bottom: 2rem;
	        font-size: 2rem;
	    }
	    #matterport-service .flex {
	        gap: 3rem;
	    }
	    #matterport-service .flex img {
	        width: 50%;
	        flex-shrink: 0;
	    }
	    #matterport-service h3 {
	        font-size: 2.5rem;
	    }
	}

/* 逋ｺ豕ｨ�樒ｴ榊刀縺ｾ縺ｧ縺ｮ豬√ｌ */
#flow {
    background: #f5f3ee;
    padding: 60px 0;
}
#flow h3 {
    font-weight: bold;
}
#flow .flex {
    flex-wrap: wrap;
}
#flow .flex .card {
    line-height: 1.8;
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    box-sizing: border-box;
    position: relative;
    counter-increment: number;
}
#flow .flex .card.even {
    background: #dbdbdb;
}
#flow .flex .card:after {
    content: "0" counter(number);
    position: absolute;
    bottom: 0;
    right: 8px;
    line-height: 1;
    color: #dbdbdb;
    font-weight: bold;
    font-size: 3rem;
    font-style: italic;
}
#flow .flex .card.even:after {
    color: #fff;
}
#flow .flex &gt; div h4 {
    margin-bottom: 1em;
    text-align: center;
    font-size: 1.4rem;
}


.link_contact {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 60px auto 0;
    border: solid 1px;
    border-radius: 10px;
    text-decoration: none;
    color: #434343;
    background: #fff;
}
.link_contact:after {
    content: '笆ｶ';
    margin-left: 1rem;
}

	/* 繧ｹ繝槭� */
	@media not all and (min-width: 1200px) {
	    #flow .flex {
	    }
	    .line {
	        width: 2px;
	        height: 1rem;
	        margin: 0 auto;
	        background: #8d785a;
	    }
	    #flow .flex .card {
	        width: 100%;
	    }
	    #flow h3 {
	        margin: 0 0 2rem;
	        font-size: 2rem;
	    }


		#flow .card img {
			display: none;
		}

	    .link_contact {
	        padding: 1rem;
	    }
	}

	/* PC */
	@media only screen and (min-width: 1200px) {
	    #flow .flex {
	        row-gap: 3rem;
	        justify-content: space-between;
	    }
	    .line {
	        width: calc( (100% - (350px * 3)) / 4);
	        height: 2px;
	        background: #8d785a;
	        align-self: center;
	    }
	    #flow .flex .card {
	        width: 350px;
	        height: 350px;
	    }
	    #flow h3 {
	        margin: 0 0 4rem;
	        font-size: 3.5rem;
	    }

		
		/* 繧､繝ｩ繧ｹ繝�1譫夂岼 */
		#flow .card img.flow01,
		#flow .card img.flow03 {
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
		}

		/* 繧､繝ｩ繧ｹ繝�2譫夂岼 */
		#flow .card img.flow02 {
			position: absolute;
			bottom: -42px;
			left: 10%;
		}

	    .link_contact {
	        padding: 1rem 2rem;
	    }
	}

/* 蜿り�ｲｻ逕ｨ */
#outlay {
    padding: 60px 0;
	background-color: #fff;
}
#outlay h3 {
    font-weight: bold;
}
#outlay table {
    width: 100%;
    color: #434343;
    border: solid 2px;
    border-collapse: collapse;
}
#outlay table tr {
    border-bottom: solid 2px;
}
#outlay table th {
    color: #fff;
    background: #434343;
    padding: 1rem;
    text-align: center;
}
    #outlay table td:last-child {
      white-space: nowrap;
    }

	/* 繧ｹ繝槭� */
	@media not all and (min-width: 1200px) {
	    #outlay h3 {
	        margin-bottom: 2rem;
	        font-size: 2rem;
	    }
	    #outlay table td {
  	      padding: 0.4rem;
	    }
	    #outlay table th:nth-last-child(2),#outlay table td:nth-last-child(2) {
  	      width: 50%;
	    }
	}

	/* PC */
	@media only screen and (min-width: 1200px) {
	    #outlay h3 {
	        margin-bottom: 4rem;
	        font-size: 3.5rem;
	    }
	    #outlay table th:nth-last-child(2){
	        padding-right: 10rem;
	    }
	    #outlay table td {
  	      padding: 1rem;
	    }
	    #outlay table th:nth-last-child(2),#outlay table td:nth-last-child(2) {
  	      width: 35%;
	    }
	}
/* 繧ｹ繝ｩ繧､繝� */
#slide {
    margin: 60px 0;
}
.swiper-container {
	height: 220px;
	overflow: hidden;
}
.swiper-slide {
    width: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-container .swiper-wrapper {
	transition-timing-function: linear;
  }</pre></body></html>