@charset "utf-8";
.nopc {
	display: none;
    }
.bgc_orange {
	background-color: #F38B38;
}
.bgc_cream {
	background-color: #FAF7F2;
}
.head_ttl {
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 10px;
}
.post-shindan .ttl {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	width: 250px;
	font-weight: bold;
	font-size: 23px;
	color:#fff;
	padding: 3px 0;
	margin-bottom: 40px;
}
.post-shindan .ttl::before {
	transform: skewX(-22deg);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: #F38B38;
}
.flex_box_col2 {
	display: flex;
	justify-content: space-between;
}
.p-shindan-fv .main_img {
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.p-shindan-fv span {
	color:#665546;
	margin-top: 10px;
	display: block;
}
.p-shindan-fv span a {
  text-decoration: underline;
}
.shindan_image {
	width: 100%;
	display: flex;
	position: absolute;
	justify-content: space-between;
	top: 40%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.shindan_image .left {
	margin-top: 0;
    width: 210px;
	height: 210px;
    background: url("../img/shindan/img_house01.jpg");
    background-size: cover;
    background-position: center;
}
.shindan_image .right {
	margin-top: 0;
	width: 195px;
	height: 195px;
	background: url("../img/shindan/img_house02.jpg");
	background-size: cover;
	background-position: center left -30px;
}
.shindan_image .circle01 {
	width: 210px;
	height: 210px;
	border-radius: 58% 65% 56% 54% / 75% 63% 55% 50%;
	animation: move 8s linear infinite;
	overflow: hidden;
}
.shindan_image .circle02 {
	position: absolute;
	top: -50px;
	right: 0;
	width: 195px;
	height: 195px;
	border-radius: 48% 38% 66% 74% / 75% 63% 55% 58%;
	animation: move 6s linear infinite;
	overflow: hidden;
}
.p-shindan-fv .p-shindan-content {
	position: relative;
	padding: 0;
}
.p-shindan-content {
  padding: 0 30px;
  max-width: 1060px;
  margin: 0 auto;
  font-family: var(--ff-noto-sans);
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-shindan-content .heading {
	text-align: center;
	color:#fff;
	font-size: 65px;
	font-weight: bold;
	padding-top: 60px;
	padding-bottom: 40px;
	letter-spacing: 0.02em;
}
.p-shindan-content .heading span {
    display: block;
	font-size: 18px;
	padding-top: 5px;
}
.p-shindan-area .heading{
    color: #F38B38;
}
.p-shindan-area .heading span {
    color: #000;
}

.p-shindan-fv, .p-shindan-about, .p-shindan-area {
  padding-bottom: 90px;
}
.p-shindan-about .inner_box {
    background-color: #fff;
    border-radius: 14px;
	border: solid #FAF7F2 8px;
	padding: 50px 70px;
	position: relative;
}
.p-shindan-about .inner_box .sashie {
	position: absolute;
	right: 60px;
	bottom: 50px;
	width: 200px;
}
.p-shindan-about .inner_box h3 {
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
	padding-left: 38px;
}
.p-shindan-about .inner_box h3::before {
	content: "";
	background: url("../img/shindan/ico_house.png") no-repeat;
	display: inline-block;
	background-size: contain;
	height: 28px;
	width: 31px;
	position: absolute;
	left:0;
	top:5px;
}
.p-shindan-about .inner_box p {
    font-size: 15px;
	padding-bottom: 50px;
}
.p-shindan-about .inner_box li {
    font-size: 15px;
	padding-bottom: 4px;
}
.p-shindan-about .inner_box li::before {
	content: "";
	background: url("../img/shindan/ico_dot.svg") no-repeat;
	background-size: contain;
	width: 6px;
	height: 6px;
	display: inline-block;
	padding-bottom: 8px;
	margin-right: 12px;
}
.p-shindan-cta .flex_box_col2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
}
.p-shindan-cta .flex_box_col2 .left {
	max-width: 290px;
	margin: 0 auto;
}
.p-shindan-cta .flex_box_col2 .right {
	max-width: 438px;
	margin-bottom: 50px;
	margin-right: 40px;
}
.p-shindan-cta .flex_box_col2 .right a {
	font-size: 20px;
	font-weight: bold;
	background-color: #1A1311;
	color: #fff;
	border-radius: 50px;
	padding: 24px 0;
	width: 100%;
	text-align: center;
	transition: opacity .4s ease;
}

.p-shindan-cta p {
	padding: 0 34px 15px;
}
.p-shindan-area {
    text-align: center;
}
.p-shindan-area .flex_box_col2 {
	padding-top: 60px;

}
.p-shindan-area .left, .p-shindan-area .right {
	text-align: left;
}
.flex_box_col2 .right dd {
	font-size: 15px;
	padding-bottom: 50px;
}
.flex_box_col2 .pt_ttl {
	border-bottom: 4px solid #F38B38;
	padding-bottom: 5px;
	margin-bottom: 13px;
	font-family: var(--ff-noto-sans);
	letter-spacing: 0.04em;
	font-weight: bold;
	font-size: 23px;
}


.p-shindan-point .heading {
	color: #F38B38;
}
.p-shindan-point .heading span {
	color:#000;
}
.p-shindan-point .flex_box_col2 {
	padding: 30px 0 60px;
}
.p-shindan-point .bgc_cream .flex_box_col2 {
	flex-wrap: wrap;
	padding: 0 0 30px;

}
.p-shindan-point .flex_box_col2 .pt_ttl::before {
	content: "";
	background: url("../img/shindan/ico_check.png") no-repeat;
	background-size:contain;
	height: 20px;
    display: inline-block;
    width: 28px;
    margin-right: 10px;
}
.p-shindan-point .flex_box_col2 .pt_ttl {
	padding-top: 90px; /*アンカーリンクの位置ズレ対応*/
}
.p-shindan-point .bgc_cream .flex_box_col2 > dl {
	flex-basis: 48%;
	padding-bottom: 50px;
	margin-top: -90px; /*アンカーリンクの位置ズレ対応*/
}

.p-shindan-point .left{
	flex-basis: 48%
}
.p-shindan-point .right{
	flex-basis: 48%
}
.p-shindan-point .right .flex_box{
	display: flex;
	flex-wrap: wrap;
	align-items:flex-start;
}
.p-shindan-point .right li {
	font-size: 20px;
	color:#E9771B;
	background-color: #FAF7F2;
	font-weight: 500;
	margin-right: 15px;
	margin-bottom: 15px;
}
.p-shindan-point .right li a {
	padding: 3px 10px;
}

.p-shindan-point .bgc_cream {
	padding: 80px 0 100px;
}
.p-shindan-point .p-shindan-content {
	position: relative;
}
.p-shindan-point .p-shindan-content .sashie {
	position: absolute;
	width: 277px;
	bottom: 0;
	margin-left: 100px;
}
.flex_box_step ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_box_step li {
	flex-basis: 190px;
}
.p-shindan-summary {
	padding-bottom: 160px;
}
.p-shindan-summary .flex_box_col2 {
	padding-top: 10px;
}
.p-shindan-summary .heading {
	color: #F38B38;
}
.p-shindan-summary .heading span {
	color: #000;
}
.p-shindan-summary .left {
	flex-basis: 48%
}
.p-shindan-summary .right {
	flex-basis: 48%
}
.p-shindan-summary .right h3 {
	font-weight: bold;
	font-size: 23px;
	color:#F38B38;
	padding-bottom: 10px;
}
.p-shindan-summary .ttl {
	width: 410px;
	margin-top: 120px;
	margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
	.head_ttl {
		font-size: 29px; 
	}
	.p-shindan-fv {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 100px;
	}
	.post-shindan a:hover {
        opacity: 0.85;
    }
    .p-shindan-fv span a:hover {
        text-decoration: none;
    }
	.p-shindan-cta .flex_box_col2 .right a:hover {
        opacity: 0.85;
	}
	.p-shindan-area .left, .p-shindan-area .right {
        max-width: 478px;
        text-align: left;
		flex-basis: 48%;
	}
}

@media screen and (min-width: 1000px) {

    .is-pc {
        display: block;
    }

    .form__container {
        max-width: var(--width--container);
        margin: 0 auto;
    }

    
}
@media screen and (max-width: 999px) {
	.p-shindan-fv .p-shindan-content {
        padding: 0 15px;
    }
    .shindan_image {
		width: calc(100% - 30px);
    }
}
@media screen and (max-width: 834px) {
	.nopc {
	display: block;
    }
	.nosp {
		display: none;
    }
	.p-shindan-fv, .p-shindan-about, .p-shindan-area {
        padding-bottom: 40px;
    }
	.p-shindan-content p, .p-shindan-content dd, .p-shindan-content li  {
      font-size: 1.4rem;
	}
	.p-shindan-content .heading {
        font-size: 4.0rem;
        padding-top: 30px;
        padding-bottom: 25px;
	}
	.p-shindan-content .heading span {
        font-size: 1.3rem;
        padding-top: 3px;
	}
	.p-shindan-content {
        padding: 0 15px;

    }
	.flex_box_col2 {
        display: block;
    }
	.shindan_image {
        top: 230px;
        padding: 0;
    }
	.p-shindan-fv .main_img {
		padding-right: 10px;
		padding-bottom: 20px;
	}
	.p-shindan-fv span {
        margin-top: 20px;
    }
	.shindan_image .left {
		width: 160px;
        height: 160px;
	}
	.shindan_image .circle01 {
        width: 160px;
        height: 160px;
	}
	.shindan_image .right {
		width: 160px;
        height: 160px;
	}
	.shindan_image .circle02 {
		top: -20px;
        width: 160px;
        height: 160px;
    }
	.p-shindan-about .inner_box {
        padding: 20px 15px;
        border-radius: 10px;
        border: solid #FAF7F2 5px;
    }
	.p-shindan-about .inner_box p {
        padding-bottom: 30px;
		font-size: 1.4rem;
    }
	
	.p-shindan-about .inner_box {
        position: inherit;
	}
	
	.p-shindan-about .inner_box .sashie {
        position: inherit;
        margin: 0 auto;
        padding-top: 20px;
    }
	.p-shindan-about .inner_box h3 {
        font-size: 1.7rem;
        padding-left: 28px;
        padding-bottom: 4px;
    }
	.p-shindan-about .inner_box h3::before {
        height: 21px;
		top: 4px;
	}
	.p-shindan-about .inner_box li {
        font-size: 1.4rem;
        counter-increment: cnt;
        text-indent: -0.8em;
    }
	.p-shindan-about .inner_box ul {
        padding-left: 0.8em;
    }
	.p-shindan-about .inner_box li::before {
        width: 4px;
        height: 4px;
        margin-right: 8px;
		padding-bottom: 7px;
    }
	.p-shindan-cta p {
        padding-bottom: 5px;
		max-width: 350px;
	}
	.p-shindan-cta .flex_box_col2 {
        width: 100%;
        flex-direction: column;
        align-items: center;
		padding-top: 30px;
    }
	.p-shindan-cta .flex_box_col2 .left {
		width: 180px;
    }
	.p-shindan-cta .flex_box_col2 .right {
        margin: 0 0 40px 0;
        text-align: center;
		width: 100%;
    }
	.p-shindan-cta .flex_box_col2 .right a {
        font-size: 1.7rem;
        padding: 17px 0;
		width: calc( 100% - 15px );
    }
	.p-shindan-area {
        text-align: left;
    }
	.p-shindan-area .flex_box_col2 {
        padding-top: 30px;
    }
	.flex_box_col2 .right dd {
        padding-bottom: 30px;
		font-size: 1.4rem;
	}
	.flex_box_col2 .pt_ttl {
        font-size: 1.7rem;
    }
	.p-shindan-area .left {
        max-width: 310px;
		margin: 0 auto;
		padding-bottom: 20px;
    }
	.p-shindan-area .right dd:last-child {
        padding-bottom: 0;
    }
	.p-shindan-point .flex_box_col2 .pt_ttl::before {
        height: 16px;
        width: 22px;
        margin-right: 10px;
    }
	.p-shindan-point .p-shindan-content {
    }
	.p-shindan-point .p-shindan-content .sashie {
        margin-left: 20px;
		width: 200px;
        left: 50%;
        transform: translateX(-50%);
        -webkit- transform: translateX(-50%);
    }
	.p-shindan-point .right ul {
        justify-content :center;
		margin-right: -15px;
    }
	.p-shindan-point .right li {
        font-size: 1.6rem;
    }
	.p-shindan-point .right li {
        margin-right: 15px;
        margin-bottom: 15px;
    }
	.p-shindan-point .right li a {
        padding: 3px 8px;
    }
	.p-shindan-point .left {
        max-width: 360px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
	.p-shindan-point .flex_box_col2 {
        padding: 5px 0 180px;

    }
	.p-shindan-point .bgc_cream {
        padding: 40px 0;
    }
	.post-shindan .ttl {
        font-size: 1.6rem;
		width: 150px;
		margin-bottom: 25px;
    }
	.p-shindan-point .bgc_cream .flex_box_col2 {
        padding: 0 0 10px;
    }
	.p-shindan-point .bgc_cream .flex_box_col2 > dl {
        padding-bottom: 30px;
    }
	.flex_box_step ul {
        justify-content: center;
		margin-right: -10px;
		margin-top: -20px;
    }
	.flex_box_step li {
		flex-basis: 30%;
		margin-right: 10px;
		margin-top: 20px;
	}
	.p-shindan-summary .flex_box_col2 {
		padding-top: 0;
	}
    .p-shindan-summary {
        padding-bottom: 60px;
    }
	.p-shindan-summary .left {
        width: calc(100% - 15%);
        margin: 0 auto;
        padding-bottom: 25px;
    }
	.p-shindan-summary .right h3 {
        font-size: 1.7rem;
	}
	.p-shindan-summary .ttl {
        width: 260px;
		margin-top: 60px;
    }
}
@media screen and (max-width: 767px) {
	.shindan_image .left {
		width: 90px;
        height: 90px;
	}
	.shindan_image {
        top: 140px;
		padding: 0;
    }
	.shindan_image .circle01 {
        width: 90px;
        height: 90px;
	}
	.shindan_image .right {
		width: 90px;
        height: 90px;
		background-position: center left -10px;
	}
	.shindan_image .circle02 {
		top: -20px;
        width: 90px;
        height: 90px;
    } 
}