@charset "UTF-8";
/* CSS Document */



/*-------さらに詳しくボタン-----------*/
.add_btn {
    width:280px;
    height:60px;
    line-height:60px;
	margin: 0 auto;
	position: relative;
}

.add_btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#0D3563;
    text-align:center;
    color:#FFFFFF;
    font-size:2rem;
    font-weight:500;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    box-shadow:3px 4px 0px 1px #E3E3E3;
    transition: all 0.1s ease;
}
.add_btn a:hover{
    background:#0D3563;
    color:#FFFFFF;
 	position: absolute;
	top: 3px;
	left: 1px;
    box-shadow:none;
}

.add_arrow {
	margin-left: 25px;
}

/*-------///さらに詳しくボタン-----------*/


/*------------------

///共通

-------------------*/




/*------------------

メインビジュアル

-------------------*/

main {
	padding-top: 80px;
}

.main_visual {
	background-image: url("../image/top/main_visual_sp.jpg");
	height: 70vh;
	width: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.catch_copy {
	position: absolute;
	right: 0px;
	top: 55%;
	width: 80%;
	max-width: 1000px;
}

.catch_copy > img {
	width: 100%;
}

/*------------------

///メインビジュアル

-------------------*/

/*------------------

イントロダクション

-------------------*/

.introduction {
	width: 100%;
}

.introduction_inner {
	width: 85%;
	max-width: 1000px;
	margin: 70px auto 100px;
	text-align: center;
}

.introduction_inner > h2 {
	margin-bottom: 10px;
	font-weight: bold;
}

.introduction_inner > p {
	margin-bottom: 70px;
}

.trouble > h3,.resolution >h3 {
	font-size: 2.8rem;
	letter-spacing: 0.13em;
}

.trouble {
	margin: 0 auto 80px; 
	box-sizing: border-box;
	width: 100%;            
	height: 390px; 
	padding: 30px;
	background: #fffff;  
	border: 2px solid #0d3563;
	border-radius: 20px;
	position: relative;
}

.trouble::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
	transform: translateX(-50%);
    border-top: 50px solid #0d3563; /* 好みで高さ色を変えてください */
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
}

.dot_text {
position: relative;
padding-top: 0.2em;
}

.dot_text::before {
position: absolute;
content: "";
width: 0.2em;
height: 0.2em;
border-radius: 50%;
background-color: #000;
top: 0;
left: 50%;
transform: translate(-50%, 0);
}

.trouble_item {
	border: 1px solid #707070;
	background-color: #F2F4F5;
	position: absolute;
	line-height: normal;
}

.trouble_item > p {
	margin: 0;
}

.trouble_item:first-of-type {
	top: 50%;
	left: 10%;
	padding: 30px 35px 30px;
	border-radius: 400px 400px 400px 400px / 180px 180px 180px 180px;
}


.trouble_item:nth-of-type(2){
	top: 33%;
	left: 35%;
	padding: 25px 30px 25px;
	border-radius: 400px 400px 400px 400px / 140px 140px 140px 140px;
}

.trouble_item:nth-of-type(3){
	top: 65%;
	left: 40%;	
	padding: 35px 30px 35px;
	border-radius: 400px 400px 400px 400px / 160px 160px 160px 160px;
}

.trouble_person {
	width: 20%;
	position: absolute;
	right: 10%;
	bottom: -2%;
	z-index: 10;
}

.resolution {
	width: 90%;
	margin: 0 auto;
}

.marker {
	background:linear-gradient(transparent 60%, rgba(236,220,108,.6) 60%);
}

.resolution_list {
	margin-top: 30px;
	font-size: 1.8rem;
}

.resolution_item {
	display: flex;
	margin: 0 0 5px;
	text-align: left;
	align-items: center;
}

.resolution_item > p {
	margin: 0;
}

.resolution_item p>span {
	font-weight: bold;
}

.check {
	display: inline-block;
	width: 60px;
	height: auto;
}

/*------------------

///イントロダクション

-------------------*/

/*------------------

サービス

-------------------*/

.service {
	background-color: #F2F4F5;
}

.service_inner {
	max-width: 840px;
	width: 85%;
	padding: 70px 0 100px;
	margin: 0 auto;
}

.service_list {
	margin-bottom: 70px;
}

.service_list_b {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
}

.service_item {
	background-color: #fff;
	padding: 30px;
}


.service_item_b {
	width: 33%;
	margin-right: 20px;
}

.service_item_b:last-of-type {
	margin-right: 0;
}

.service_item_wrapper {
	width: 100%;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
}

.service_item_wrapper p {
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 10px;
}


/*------------------

///サービス

-------------------*/


/*------------------

特徴

-------------------*/

.feature {
	width: 100%;
}

.feature_inner {
	padding: 70px 0 100px;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}


.feature_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 70px;
}

.feature_item {
	width: 33.33%;
	margin: 0 auto;
	position: relative;
}

.feature_item_inner {
	position: relative;
	margin-bottom: 50px;
} 

.feature_number {
	width: 35%;
	max-width: 130px;
}

.feature_item_inner > p {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}


.feature_img {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.feature_line_pc {
	position: absolute;
	bottom: 0;
	height: 60%;
}
/*------------------

///特徴

-------------------*/

/*------------------

実績

-------------------*/

.achievement {
	background-color: #F2F4F5;
	width: 100%;
}

.achievement_inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 85%;
	padding: 70px 0 100px;
}

.sub_title {
	margin: 0 auto;
	background-color: #0d3563;
	color: #fff;
	width: 250px;
	height: 50px;
}

.sub_title h3 {
	text-align: center;
	line-height: 50px;
	font-size: 2.2rem;
	font-weight: 500;
}

/*-----------------事例--------------------*/

.case {
	margin-bottom:70px;
}

.case_list {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}


.case_item {
	background-color: #fff;
	position: relative;
	width: 50%;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.yane {
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	top:-50px;
}


.case_item:first-of-type {
	margin-right: 3%;
}

.case_item_inner {
	display: flex;
	justify-content: space-between;
	padding: 15px 15px;
	position: relative;
}

.case_item h4 {
	text-align: center;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 2.2rem;
}

.before , .after {
	width: 45%;
}

.case_img {
	width: 100%;
}

.case_arrow {
	display: block;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateX(-40%);
	width: 5%;
}


.case_item_name {
	padding-bottom: 20px;
	text-align: center;
	font-size: 1.8rem;
}


/*-----------------//事例--------------------*/

/*-----------------お客様の声--------------------*/

.voice {
	margin: 70px auto 100px;
}


.voice-list {
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
}

.voice-item {
	background-color: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 40px 10px 10px;
	width: 22%;
	position: relative;
}

.voice_people {
	display: block;
	max-width: 90%;
	margin: 0 auto 20px;
}

.sellotape {
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
}

.voice_comment {
	margin-bottom: 20px;
	line-height: 1.3;
}

.voice_name {
	font-size: 1.2rem;
	text-align: end;
}


/*-----------------//お客様の声-------------------*/


/*-----------------Instagram--------------------*/

.instagram {
	width: 40%;
	margin:  100px auto 0;
}

.another_case{
	display: block;
	max-width: 90%;
	margin: 0 auto;
}

.instagram_btn{
	position: relative;
	margin: 20px 0 0 0;
	width: 100%;
	height: 100%;
}

.instagram_btn a{
	display: block;
	width: 100%;
	height: 100%;
}

.instagram_btn a:hover {
    box-shadow:none;
	position: relative;
	top:2px;
}

.insta_btn_img {
	box-shadow:1px 1px 5px 0px #E3E3E3;
}



/*-----------------// Instagram--------------------*/


/*------------------

///実績

-------------------*/

/*------------------

工事内容と料金

-------------------*/

.price {
	width: 100%;
	position: relative;
}

.price_inner {
	width: 85%;
	max-width: 800px;
	margin:  0 auto;
	padding: 70px 0 100px;
}

.category_list {
	margin: -50px auto 70px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.category_item {
	width: 25%;
	margin-top: 50px;
}


.category_icon {
	margin: 0 auto;
	background-color: #0d3563;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	position: relative;
}

.category_icon img{
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.category_item p {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 12px;
}


.money_icon {
	max-width: 200px;
	width: 15%;
	position: absolute;
	right: 10%;
	bottom: 8%;
	transform: rotate(15deg);
}



/*------------------

///工事内容と料金

-------------------*/


/*------------------

賃貸工務店の想い

-------------------*/

.thought {
	padding: 80px 0 100px;
	background-image: url("../image/top/thought/thought_bgi.jpg");
	background-size: cover;
}

.thought_wrapper {
	width: 60%;
	margin: 0 auto;
	padding: 50px 100px 100px;
	background-color: #fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.thought_message {		
	font-family: "YuMincho", "游明朝",serif;
	font-size: 1.8rem;
	line-height: 1.8;
}

/*------------------

///賃貸工務店の想い

-------------------*/



/*-------------------------------------------------------------------

タブレット

---------------------------------------------------------------------*/


@media screen and (max-width: 1100px){
	
/*------------------

メインビジュアル

-------------------*/

main {
	padding-top: 65px;
}
	
.main_visual {
	height: 40vh;
}


}

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


/*------------------

イントロダクション

-------------------*/
	
.trouble > h3,.resolution >h3 {
	font-size: 2.4rem;
	letter-spacing: 0.13em;
}

.trouble {       
	height: 400px; 
}


.trouble_item:first-of-type {
	top: 25%;
	left: 14%;
	padding: 15px 25px;
	border-radius: 50%;
}

.trouble_item:nth-of-type(2){
	top: 43%;
	left: auto;
	right: 15%;
	padding: 20px 10px;
	border-radius: 50%;
}

.trouble_item:nth-of-type(3){
	top: 57%;
	left: 15%;	
	padding: 20px 10px;
	border-radius: 50%;
}


.resolution {
	width: 100%;
}
.resolution_list {
	font-size: 1.6rem;
}
	

/*------------------

サービス

-------------------*/

.service_inner {
	padding: 50px 0 70px;
}

.service_list {
	margin-bottom: 70px;
}

.service_list_b {
	margin-top: 10px;
}

.service_item {
	padding: 1px 10px 10px;
}

.service_item_b {
	margin-right: 10px;
}

.service_item_b:last-of-type {
	margin-right: 0;
}

.service_item_wrapper {
	width: 100%;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
}

.tool {
	width: 40%;
}
	
.service_item_wrapper > p {
	font-size: 1.6rem;
	letter-spacing: normal;
	margin-top: 1px;
}


/*------------------

特徴

-------------------*/

.feature_list {
	display: block;
}
	
.feature_item {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 30px;
}
	
.feature_item_inner {
	width: 55%;
	height:100%;
}
	
.feature_item_inner > p {
	font-size: 2rem;
	top: 60%;
	left: 50%;
}

.feature_img {
	width: 45%;
	margin: auto 0;
	align-self: flex-start;
}

/*------------------

実績

-------------------*/
	
.case_list {
	display: block;
	width: 100%;
	}
	
.case_item {
	width: 100%;
}

.case_item:not(first-of-type){
	margin-top: 100px;
	}


.voice-list {
	margin-top: 50px;
	flex-wrap: wrap;
}

.voice-item {
	width: 45%;
	margin-top: 60px;
}

.instagram {
	width: 60%;
}

/*------------------

カテゴリー・料金
	
-------------------*/
	
.money_icon {
width: 18%;
right: 3%;
bottom: 10%;
}

/*------------------

賃貸工務店の想い

-------------------*/

.thought_wrapper {
	width: 75%;
	padding: 50px 35px 100px;
}

.thought_message {		
	font-size: 1.6rem;
}
	
}


/*-------------------------------------------------------------------

スマホ

---------------------------------------------------------------------*/



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

body 	{
	font-size: 1rem;
	}
	

/*-------さらに詳しくボタン-----------*/
.add_btn {
    width:240px;
    height:50px;
    line-height:50px;
}

.add_btn a{
    font-size:1.6rem;
}
/*-------///さらに詳しくボタン-----------*/

	
/*------------------

メインビジュアル

-------------------*/
	
.main_visual {
	height: 30vh;
}

.catch_copy {
	top: 50%;
	width: 90%;
}
	
/*------------------

イントロダクション

-------------------*/

.introduction_inner {
	width: 90%;
	margin: 30px auto 70px;

}
	
.introduction_inner > h2 {
	margin-bottom: 5px;
}

.introduction_inner > p {
	margin-bottom: 40px;
}
	
.trouble > h3,.resolution >h3 {
	font-size: 1.6rem;
}

.dot_text {
    background-position: top left -8px;
}

.trouble {
	margin: 0 auto 70px; 
	box-sizing: border-box;
	width: 100%;            
	height: 340px; 
	padding: 20px 5px 45px;
	position: relative;
}

.trouble::after{
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
}


.trouble_item {
	border: 1px solid #707070;
	background-color: #F2F4F5;
	position: absolute;
	line-height: normal;
}

.trouble_item > p {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}

.trouble_item:first-of-type {
	top: 25%;
	left: 5%;
	padding: 15px 25px;
	border-radius: 50%;
}

.trouble_item:nth-of-type(2){
	top: 43%;
	left: auto;
	right: 7%;
	padding: 20px 10px;
	border-radius: 50%;
}

.trouble_item:nth-of-type(3){
	top: 57%;
	left: 5%;	
	padding: 20px 10px;
	border-radius: 50%;
}

.trouble_person {
	width: 30%;
}
	
.resolution {
	width: 100%;
}

.resolution_list {
	margin-top: 25px;
	font-size: 1.2rem;
}

.resolution_item {
	display: flex;
	margin: 0 0 15px;
}

.check {
	width: 40px;
}

/*------------------

サービス

-------------------*/
	
.service_list {
	margin-bottom: 50px;
}
	
.service_item {
	padding: 5px 2px 5px;
}
	
.service_item_wrapper > p {
	font-size: 1.2rem;
}

	
/*------------------

特徴

-------------------*/
	

.feature_item_inner > p {
	font-size: 1.2rem;
	top: 80%;
}

/*------------------

実績

-------------------*/
	

.achievement_inner {
	width: 90%;
}

.sub_title {
	width: 200px;
	height: 40px;
}

.sub_title h3 {
	line-height: 40px;
	font-size: 1.6rem;
}
	
.case_list{
	margin-top: 80px;
}

.case_item:not(first-of-type){
	margin-top: 80px;
	}
	
.case_item_inner {
	padding: 5px;
}
	
.case_item h4 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.case_item_name {
	font-size: 1.2rem;
	padding-bottom: 10px;
}

.voice {
	margin-bottom: 50px;
}
	
.voice-list {
	margin-top: 0;
}
	

.voice-item {
	padding: 15px 5px 5px;

}

.voice_people {
	max-width: 95%;
	margin: 0 auto 10px;
}

.sellotape {
	max-width: 100px;
}

.voice_comment {
	margin-bottom: 10px;
	font-size: 1rem;
}

.voice_name {
	font-size: 1rem;
}
	
.instagram {
	margin-top: 70px;
	width: 80%;
}
	
.instagram_btn{
	margin-top: 10px;
}


/*------------------

カテゴリー・料金
	
-------------------*/
	

.price_inner {
	width: 90%;
}

.category_list {
	margin: -20px auto 70px;
}

.category_item {
	width: 33%;
	margin-top: 20px;
}
	
.category_icon {
	width: 77px;
	height: 77px;
}

.category_item p {
	font-size: 1.1rem;
	margin-top: 5px;
}

.money_icon {
	width: 20%;
	right: 3%;
	bottom: 23%;
}

/*------------------

賃貸工務店の想い

-------------------*/
.thought {
	padding: 60px 0 80px;
}
	
.thought_wrapper {
	width: 80%;
	padding: 20px 15px 50px;
}

.thought_message {
	font-size: 1.2rem;
}
	

	
}
	

	
	
	