@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;
	}
	a {
		text-decoration: none;
		color: #333;
	}
	li {
		list-style-type: none;
		margin: 0;
	}

	ul {
		padding: 0;
		margin: 0;
	}

	.pc_off {
		display: none;
	}

    /* header */
    header {
        display: flex;
        position: relative;
        border-bottom: 1px solid #ccc;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }
    .s_t_h_right {
        display: flex;
    }
    .top_navi {
        background-color: #ffffff;
    }
    .global_menu {
        /* メニュー全体のスタイル */
        width: 100%;
        color: #333;
        text-align: center;
        box-sizing: border-box;
    }
    .global_menu_list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }
    .global_menu_list>li {
        box-sizing: border-box;
        cursor: pointer;
        box-sizing: border-box;
        text-align-last: left;
        background-image: url(/img/h_menu_icon1.png);
        background-repeat: no-repeat;
        background-position: bottom right 45px;
    }
    .global_menu_list>li:first-child {}
    .global_menu_list>li:nth-child(2) {
        background-image: url(/img/h_menu_icon2.png);
    }
    .global_menu_list>li:nth-child(3) {
        background-image: url(/img/h_menu_icon3.png);
    }
    .global_menu_list>li:nth-child(4) {
        background-image: url(/img/h_menu_icon4.png);
        background-position: bottom 15px right 45px;
    }
    .global_menu_list:after {}
    .child_menu_span {
        position: relative;
    }
    .child_menu_span.arrow {
        position: relative;
    }
    .child_menu_span.arrow:after {
        position: absolute;
        content: "";
        right: 13px;
        top: 39%;
        width: 6px;
        height: 6px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    .child_menu_span>a {
        display: block;
        padding: 20px 30px 25px 30px;
        text-align: left;
        text-decoration: none;
        position: relative;
        transition: 0.3s;
    }
    .child_menu_span>a:after {
        position: absolute;
        content: "";
        width: 0px;
        height: 3px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        background-color: #0e6e98;
        transition: 0.3s;
    }
    .child_menu_span>a:hover p {
        color: #0e6e98;
    }
    .child_menu_span>a:hover:after {
        width: 30px;
    }
    .child_menu_span:after {}
    .global_menu_list li .menu_link {
        display: block;
        padding: 20px 30px;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        text-decoration: none;
        position: relative;
    }
    .global_menu_list li .menu_link:hover {
        background: #fff;
    }
    .s_c_h_tel {
        margin-left: 30px;
    }
    .s_c_h_tel p {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        margin: 15px 0 -8px;
    }
    .s_c_h_tel span {
        font-size: 10px;
        line-height: 1;
    }
    .s_c_h_inq a {
        display: block;
        width: 140px;
        line-height: 40px;
        color: #fff;
        background-color: #ff9c00;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
        margin: 10px 0 0 30px;
        font-size: 14px;
        transition: 0.3s;
    }
    .s_c_h_inq a:hover {
        background-color: #c67a00;
    }
    .child_menu_span span {
        /* 各項目のスタイル */
        display: block;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 10px;
        position: relative;
        text-align: left;
    }
    .child_menu_span p {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        margin: 0;
        text-align: left;
    }
    .global_menu_list li:last-child .menu_link:after {
        content: '';
        /*何も入れない*/
        display: inline-block;
        /*忘れずに！*/
        width: 1px;
        /*画像の幅*/
        height: 60px;
        background: #6e6e6e;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .child_menu_link {
        text-decoration: none;
    }
    .child_menu a {
        text-decoration: none;
        color: #333;
    }
    .menu:hover span {}
    .child_menu>li>span {
        /* 子項目のスタイル */
        font-size: 0.8em;
    }
    .child_menu {
        /* 下層メニューのスタイル */
        width: 100%;
        box-sizing: border-box;
        padding: 30px 0;
        position: absolute;
        top: calc(101%);
        /* 親項目の直下に配置 */
        left: 0;
        color: #333;
        /* 文字色 */
        background: #FFF;
        /* 背景色 */
        visibility: hidden;
        /* 下層メニューを非表示 */
        z-index: 999;
        border-top: 1px solid #ccc;
        box-shadow: 0 6px 6px rgb(0 0 0 / 10%);
    }
    .menu:hover .child_menu {
        /* 下層メニューのスタイル（親項目ホバー時） */
        visibility: visible;
        /* 下層メニューを表示 */
        animation-duration: 0.5s;
        animation-name: fade-in;
    }
    @keyframes fade-in {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(-10px);
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0px);
        }
    }
    .child_menu_inner {
        width: 1200px;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .child_menu_inner a {
        text-align: left;
        font-weight: bold;
    }
    .child_menu_inner .child_menu_box {
        display: block;
        width: 180px;
        box-sizing: border-box;
        padding: 24px 0 30px 0;
        position: relative;
        border-right: 1px dotted #aaa;
    }
    .child_menu_inner .child_menu_box p {
        margin: 0 auto;
        font-size: 20px;
        line-height: 20px;
        position: relative;
    }
    .child_menu_inner .child_menu_btn {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
    }
    .child_menu_inner .child_menu_btn li {
        width: 150px;
        margin-right: 40px;
        margin: 10px 0;
    }
    .child_menu_inner .child_menu_btn a {
        display: block;
    }
    .child_menu_inner .child_menu_btn a:hover {
        text-decoration: underline;
    }
    .child_menu_inner .child_menu_btn p {
        font-size: 13px;
        line-height: 16px;
        position: relative;
        margin: 0;
    }
    .child_menu_inner .child_menu_btn p:before {
        content: "";
        vertical-align: middle;
        width: 4px;
        height: 4px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        bottom: 0;
        right: 7px;
        margin: auto;
        z-index: 1;
    }
    .child_menu_inner .child_menu_btn p:after {
        content: "";
        vertical-align: middle;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        background-color: #f4f0eb;
    }
    .child_menu_btn_01 {
        width: 730px;
        box-sizing: border-box;
        padding: 0 50px;
    }
    .child_menu_btn_01 li:nth-child(3n) {
        margin-right: 0;
    }
    .child_menu_btn_01 li:nth-child(1),
    .child_menu_btn_01 li:nth-child(2),
    .child_menu_btn_01 li:nth-child(3) {
        margin-bottom: 22px;
    }
    .child_menu_btn_02 {
        width: 1010px;
        box-sizing: border-box;
        padding: 0 0 0 50px;
    }
    .child_menu_inner .child_menu_btn_02 li {
        margin-right: 43px;
    }
    .child_menu_btn_02 li:nth-child(5n) {
        margin-right: 0;
    }
    .child_menu_btn_02 li:nth-child {
        margin-bottom: 20px;
    }
    .child_menu_inner .child_menu_list {
        width: 220px;
        display: block;
        box-sizing: border-box;
        padding: 15px 50px 0 15px;
        text-align: left;
        position: relative;
    }
    .child_menu_inner .child_menu_list:before {
        content: '';
        /*何も入れない*/
        display: inline-block;
        /*忘れずに！*/
        width: 1px;
        /*画像の幅*/
        height: 240px;
        background: #6e6e6e;
        position: absolute;
        top: 0;
        left: 0;
    }
    .child_menu_inner .child_menu_list li {
        position: relative;
        padding: 0 0 0 13px;
        margin: 0 0 10px 0;
    }
    .child_menu_inner .child_menu_list li:before {
        content: '';
        /*何も入れない*/
        display: inline-block;
        /*忘れずに！*/
        width: 4px;
        /*画像の幅*/
        height: 4px;
        border-radius: 50%;
        background: #333;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .child_menu_inner .child_menu_list a {
        display: block;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 1px;
        position: relative;
    }
    .child_menu_inner .child_menu_list a:after {
        content: "";
        vertical-align: middle;
        width: 4px;
        height: 4px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0px;
        margin: auto;
    }
    
    
	.main {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.main img {
		width: 100%
	}
	.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: #003264;
		line-height: 28px;
		margin: 0 0 50px;
		position: relative;
	}
	.sumi_life_txt .fukidashi::before {
		content: "";
		width: 50px;
		display: block;
		height: 2px;
		background-color: #003264;
		transform: rotate(70deg);
		position: absolute;
		left: -50px;
		bottom: 20px;
	}
	.sumi_life_txt .fukidashi::after {
		content: "";
		width: 50px;
		display: block;
		height: 2px;
		background-color: #003264;
		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: #f0a400;
	}
	.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: #003264;
		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: #003264;
		background: linear-gradient(transparent 70%, #e0f5ff 0%);
		line-height: 1.3;
		display: inline-block;
		margin: 0px;
	}
	.sumi_tp_ti p {
		font-size: 18px;
		color: #003264;
		margin: 20px 0 30px;
		font-weight: bold;
	}
	.sumi_tp_merit {
		border: 2px solid #f0a400;
		box-sizing: border-box;
		padding: 20px;
		height: 195px;
	}
	.sumi_tp_merit p {
		font-size: 18px;
		color: #f0a400;
		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: #f0a400;
	}
	.demerit {
		border: 2px solid #003264;
		margin-top: 20px;
		height: 180px;
	}
	.demerit ul li::before {
		background-color: #003264;
	}
	.demerit p {
		color: #003264;
	}
	/* ---/ 住み替えタイプから選ぶ --- */
	/* --- 住み替えの成功の秘訣とは？ --- */
	.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: #003264;
		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: #e9f4f9;
		color: #003264;
		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 #003264;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 40px;
	}
	.sumi_re_list ul li {
		list-style-type: none;
		font-size: 18px;
		color: #003264;
		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 #ff5050;
		background-color: #ffefef;
	}
	.sumi_re_list:nth-child(2) ul li {
		color: #ff5050;
	}
	.sumi_re_list:nth-child(2) ul li::before {
		content: url(../img/sumi_re_check.png);
	}
	/* ---/ 相談事例 --- */
	.contact_wrap {
		width: 100%;
		height: 280px;
		background: #003264;
	}
	.contact_co {
		width: 1100px;
		margin: 0 auto;
		padding-top: 40px;
		text-align: center;
		color: #fff;
	}
	.con_title {
		font-size: 22px;
		font-weight: bold;
	}
	.contact_co p {
        margin: 0px auto 30px;
        font-size: 35px;
        font-weight: bold;
        line-height: 44px;
	}
	.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;
	}
	.contact_btn a::before {
		content: "";
		display: inline-block;
		background-size: auto;
		width: 28px;
		height: 23px;
		margin-right: 14px;
		margin-bottom: -2px;
		position: absolute;
		top: 35%;
		left: 35px;
	}
	.contact_btn a:nth-child(2):before {
		background-repeat: no-repeat;
		background-position: center;
	}
}