@charset "shift_jis";
@media screen and (min-width: 769px) {
	.pc_off {
		display: none;
	}
	body {
		margin: 0;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	header {
	}
    h1 {
        color: #ccc;
        font-size: 10px;
        line-height: 1;
        margin: 5px 0 0 5px;
	}
	h2 {
		text-align: center;
		font-size: 28px;
	}
	.pc_off {
		display: none;
	}
	.main {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background-image: url(../img/main.img.png);
		height: 450px;
		background-size: cover;
		position: relative;
	}
	.main img {
		width: 55%;
		position: absolute;
		top: 35%;
		left: 17%;
	}
	.side_btn {
		position: fixed;
		right: 0;
		top: 30%;
		z-index: 1000;
	}
	.sale_con_title {
		text-align: center;
		margin-bottom: 40px;
	}
	.sale_con_title h2 {
		font-size: 40px;
		margin: 0 0 20px;
		line-height: 1;
	}
	.sale_con_title img {}
	/* --- 悩み --- */
	.nayami {
		width: 1100px;
		margin: 100px auto 120px;
	}
	.nayami h2 {
		text-align: center;
		display: block;
		font-size: 40px;
		line-height: 1;
		font-weight: bold;
		margin: 0 0 50px;
	}
	.nayami_group {
		position: relative;
		margin: 0px 0;
	}
	.nayami_icon {
		position: absolute;
		top: 38%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.nayami_group ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}
	.nayami_group ul li {
		width: 350px;
		height: 110px;
		font-size: 17px;
		font-weight: bold;
		line-height: 30px;
		border: 1px solid #bfbfbf;
		padding: 25px 0;
		box-sizing: border-box;
		list-style: none;
		border-radius: 10px;
		margin: 10px 8px;
		text-align: center;
	}
	.nayami_group ul li span {
		background: linear-gradient(transparent 60%, #ffdbde 0%);
	}
	/* ---/ 悩み --- */
	/* --- ライフスタイルに合わせた暮らしを --- */
	.sumi_life_wrap {}
	.sumi_life_ti {}
	.sumi_life_ti h2 {
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 40px;
	}
	.sumi_life_block {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 60px;
	}
	.sumi_life_graph {
		margin-right: 90px;
	}
	.sumi_life_txt {
		text-align: center;
		font-weight: bold;
	}
	.sumi_life_txt .fukidashi {
		position: relative;
		font-size: 20px;
		color: #34784d;
		line-height: 28px;
		margin: 0 0 50px;
		position: relative;
	}
	.sumi_life_txt .fukidashi::before {
		content: "";
		width: 50px;
		display: block;
		height: 2px;
		background-color: #34784d;
		transform: rotate(70deg);
		position: absolute;
		left: -50px;
		bottom: 20px;
	}
	.sumi_life_txt .fukidashi::after {
		content: "";
		width: 50px;
		display: block;
		height: 2px;
		background-color: #34784d;
		transform: rotate(-70deg);
		position: absolute;
		right: -50px;
		bottom: 20px;
	}
	.sumi_life_txt .big_txt {
		font-size: 30px;
		line-height: 40px;
	}
	.sumi_life_txt .big_txt span {
		color: #f0af34;
	}
	.sumi_life_txt .annotation {
		font-size: 10px;
		line-height: 15px;
	}
	.sumi_q {
		margin-bottom: 100px;
	}
	.sumi_q_block {
		width: 1100px;
		margin: 0 auto 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sumi_q_txt {
		width: 680px;
	}
	.sumi_q_txt h3 {
		font-size: 30px;
		line-height: 1;
		font-weight: bold;
		margin: 0 0 40px;
	}
	.sumi_q_txt p {
		font-size: 18px;
		line-height: 1.8;
	}
	.sumi_q_block:nth-child(2) {
		flex-flow: row-reverse;
	}
	.sumi_q_img {
		width: 360px;
	}
	/* ---/ ライフスタイルに合わせた暮らしを --- */
	/* --- 住み替えタイプから選ぶ --- */
	.sumi_type_wrap {
		background-color: #a3d526;
		padding: 80px 0;
	}
	.sumi_type_wrap .sale_con_title h2 {
		color: #fff;
	}
	.sumi_type_txt p {
		font-size: 18px;
		text-align: center;
		line-height: 30px;
		color: #fff;
		margin: 50px 0 60px;
	}
	.sumi_tp_block_wrap {
		width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.sumi_tp_block {
		width: 540px;
		padding: 40px 30px;
		box-sizing: border-box;
		background-color: #fff;
	}
	.sumi_tp_ti {
		text-align: center;
	}
	.sumi_tp_ti h3 {
		font-size: 35px;
		color: #00561f;
		background: linear-gradient(transparent 70%, #cce198 0%);
		line-height: 1.3;
		display: inline-block;
		margin: 0px;
	}
	.sumi_tp_ti p {
		font-size: 18px;
		color: #00561f;
		margin: 20px 0 30px;
		font-weight: bold;
	}
	.sumi_tp_merit {
		border: 2px solid #f0af34;
		box-sizing: border-box;
		padding: 20px;
		height: 195px;
	}
	.sumi_tp_merit p {
		font-size: 18px;
		color: #f0af34;
		margin: 0 0 10px;
		line-height: 1;
		font-weight: bold;
	}
	.sumi_tp_merit ul {
		padding: 0 0 0 30px;
		margin: 0;
	}
	.sumi_tp_merit ul li {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 20px;
		position: relative;
		list-style-type: none;
		font-weight: bold;
	}
	.sumi_tp_merit ul li::before {
		content: "";
		position: absolute;
		top: 8px;
		left: -25px;
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 50px;
		background-color: #f0af34;
	}
	.demerit {
		border: 2px solid #a3d526;
		margin-top: 20px;
		height: 180px;
	}
	.demerit ul li::before {
		background-color: #a3d526;
	}
	.demerit p {
		color: #a3d526;
	}
	/* ---/ 住み替えタイプから選ぶ --- */
	/* --- 住み替えの成功の秘訣とは？ --- */
	.sumi_point_wrap {
		padding: 100px 0;
	}
	.sumi_pt_komoku {
		width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
		font-weight: bold;
	}
	.sumi_pt_komoku p {
		line-height: 50px;
		font-size: 20px;
		width: 330px;
		text-align: center;
		border-radius: 50px;
		background-color: #ebebeb;
		margin: 20px 80px;
	}
	.sumi_pt_komoku p:nth-child(2) {
		background-color: #a3d526;
		color: #fff;
	}
	.sumi_pt_list {
		width: 1100px;
		margin: 0 auto;
	}
	.sumi_pt_list ul {
		margin: 0;
		padding: 0;
		display: flex;
		font-weight: bold;
	}
	.sumi_pt_list ul li:nth-child(1) {
		width: 95px;
		display: flex;
		align-items: center;
	}
	.sumi_pt_list ul li:nth-child(2) {
		width: 500px;
		margin: 0 5px 5px 0;
		background-color: #ebebeb;
		padding: 25px;
		box-sizing: border-box;
	}
	.sumi_pt_list ul li:nth-child(3) {
		width: 500px;
		margin: 0 0px 5px 0;
		background-color: #f7ffe4;
		color: #00561f;
		padding: 25px;
		box-sizing: border-box;
	}
	.sumi_pt_list ul li {
		list-style-type: none;
	}
	.sumi_pt_list ul li p {
		margin: 0;
		font-size: 18px;
	}
	.sumi_pt_list ul li span {
		display: none;
	}
	.sumi_pt_img {
		text-align: center;
		margin: 40px 0 80px;
	}
	.sumi_pt_txt p {
		text-align: center;
		font-size: 40px;
		line-height: 60px;
		font-weight: bold;
	}
	.sumi_pt_txt span {
		background: linear-gradient(transparent 70%, #ffdbde 0%);
		line-height: 1.3;
		font-weight: bold;
	}
	/* ---/ 住み替えの成功の秘訣とは？ --- */
	/* --- 相談事例 --- */
	.sumi_result_wrap {
		padding: 100px 0 0;
	}
	.sumi_re_block {
		width: 1100px;
		margin: 0 auto;
	}
	.sumi_re_bl_ti {
		font-size: 30px;
		line-height: 1;
		font-weight: bold;
		margin: 0 0 50px;
		text-align: center;
		letter-spacing: 3px;
	}
	.sumi_re_bl_ti span {
		background: linear-gradient(transparent 70%, #ffdbde 0%);
		line-height: 1.3;
		font-size: 40px;
	}
	.sumi_re_bl_komoku {
		text-align: center;
	}
	.sumi_re_list_wrap {
		display: flex;
		justify-content: space-around;
		margin-bottom: 100px;
	}
	.sumi_re_list {
		width: 490px;
	}
	.sumi_re_list_img {
		text-align: center;
		height: 170px;
		position: relative;
		margin-top: 40px;
	}
	.sumi_re_list_img img {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.sumi_re_list ul {
		margin: 0;
		padding: 0;
		border: 2px solid #a3d526;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 40px;
	}
	.sumi_re_list ul li {
		list-style-type: none;
		font-size: 18px;
		color: #206b3b;
		margin-bottom: 25px;
		line-height: 1;
		position: relative;
		padding-left: 40px;
		font-weight: bold;
	}
	.sumi_re_list ul li:last-child {
		margin-bottom: 0px;
	}
	.sumi_re_list ul li::before {
		position: absolute;
		content: url(../img/sumi_re_moya.png);
		top: -5px;
		left: 0;
	}
	.sumi_re_list:nth-child(2) ul {
		border: 2px solid #f0af34;
		background-color: #fff9ed;
	}
	.sumi_re_list:nth-child(2) ul li {
		color: #f0873b;
	}
	.sumi_re_list:nth-child(2) ul li::before {
		content: url(../img/sumi_re_check.png);
	}
	/* ---/ 相談事例 --- */
	.contact_wrap {
		width: 100%;
		height: 280px;
		background: #a3d526;
	}
	.contact_co {
		width: 1100px;
		margin: 0 auto;
		padding-top: 40px;
		text-align: center;
		color: #fff;
	}
	.con_title {
		font-size: 22px;
		font-weight: bold;
        line-height: 48px;
	}
	.contact_co p {
		margin: 0px auto 40px;
		font-size: 35px;
		font-weight: bold;
	}
	.contact_btn {
		display: flex;
		justify-content: center;
	}
	.contact_btn a {
		width: 450px;
		height: 70px;
		display: block;
		margin: 0 10px;
		background: #fff;
		line-height: 25px;
		text-decoration: none;
		color: #000;
		font-size: 25px;
		font-weight: bold;
		border-radius: 40px;
		text-indent: 15px;
		position: relative;
		padding: 15px 0;
		box-sizing: border-box;
	}
	.contact_btn a span {
		font-size: 14px;
		display: block;
		font-weight: normal;
	}
	
}