@charset "utf-8";
/* Initialization
--------------------------------------------------*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 2;
    list-style-type: none;
	font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Noto Sans JP', "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
    text-align: left;
    color: #101010;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff0;
	color: #000;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}
ol, ul {
	list-style: none;
}
input, textarea, select {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
}
img {
	vertical-align: top;
}
iframe{
	border: none;
}
/* clearfix
--------------------------------------------------*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
/* common
--------------------------------------------------*/
.pc {
	display: inline-block;
}
.sp {
	display: none;
}
.blue{
	color: #002E85;
}
.small{
	font-size: 12px;
}
.t_right{
	text-align: right;
}
main{
	padding-top: 74px;
}
.contents{
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.contents{
		max-width: 100%;
		padding: 0 4%;
	}
	.small{
		font-size: 11px;
	}
}
/* mouseover
--------------------------------------------------*/
a:hover img.over, a:focus img.over {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a:hover {
	opacity: .6;
	cursor: pointer;
}
a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
div {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
/* link
--------------------------------------------------*/
a:link, a:visited, a:active {
	color: #2C2C2C;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2C2C2C;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form {
		font-size: 15px;
		line-height:1.79;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
	main {
		padding-top: 52px;
		overflow: hidden;
	}
	img{
		width: 100%;
	}
}



/* ヘッダー
--------------------------------------------------*/
.nav_global{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #fff;
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 0.16);
}
.nav_global .nav_contents{
	max-width: 1000px;
	min-height: 74px;
	margin: 0 auto;
}

.nav_global .nav_contents .pc {
	display: block;
}
.nav_global .nav_contents .nav_logo{
	display: inline-block;
	margin-top: 20px;
}
.nav_global .nav_contents .pc ul{
	display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	float: right;
}
.nav_global .nav_contents .pc  ul li.nav_pc_list{
	margin-top: 20px;
	margin-right: 29px;
}
.nav_global .nav_contents .pc .nav_contact{
	margin-top: 12px;
}
.nav_global .nav_contents .pc .nav_contact #head_contactMenu{
}
.nav_global .nav_contents .pc .nav_contact #head_contactMenu dt{
	display: block;
	cursor:pointer;
	background: #FF7E1F;
	font-size: 18px;
	padding: 0 38px;
	position: relative;
	border-radius: 10px;
	line-height: 2.7;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.nav_global .nav_contents .pc .nav_contact #head_contactMenu dt::after{
	content: '▼';
	position: absolute;
	top: 22%;
	right: 13px;
	font-size: 10px;
}
.nav_global .nav_contents .pc .nav_contact #head_contactMenu dt.clicked::after{
	content: '▲';
}
.nav_global .nav_contents .pc .nav_contact #head_contactMenu dd{
	display:none;
	position: absolute;
	z-index: 1;
	top: 74px;
	right: calc(50% - 502px);
	background: #fff;
	border: 2px solid #FF7E1F;
	border-radius: 10px;
	padding: 20px 18px 10px 18px;
}
.nav_global .nav_contents .pc .nav_contact #head_contactMenu dd p{
	margin-bottom: 10px;
	line-height: 1;
}
.nav_global .nav_contents .pc .nav_contact #head_contactMenu dd .txt_tit{
	color: #FF7E1F;
	font-size: 12px;
	font-weight: bold;
}

.nav_global .nav_contents .pc .nav_contact #head_contactMenu dd .txt_tel a{
	font-size: 28px;
	position: relative;
	margin-bottom: 5px;
	color: #FF7E1F;
	font-weight: bold;
}
.nav_global .nav_contents .pc .nav_contact #head_contactMenu dd .txt_tel a::before{
	content: '';
	background: url(../img/ico_tel.png) no-repeat;
	width: 20px;
	height: 26px;
	left: 0;
	top: 3px;
	display: inline-block;
	margin: 0 5px -4px 0;
}

.nav_global .nav_contents .pc .nav_contact #head_contactMenu dd .head_contact{
	position: relative;
	border-radius: 10px;
}

.nav_global .nav_contents .pc .nav_contact #head_contactMenu dd .head_contact.btn_mail{
	background: #FF7E1F;
}
.nav_global .nav_contents .pc .nav_contact #head_contactMenu dd .head_contact.btn_line{
	background: #00B900;
}

.nav_global .nav_contents .pc .nav_contact #head_contactMenu dd .head_contact a{
	border-radius: 10px;
	display: block;
	cursor: pointer;
	font-size: 16px;
	padding: 0 38px 0 18px;
	position: relative;
	line-height: 2.7;
	color: #fff;
	font-weight: bold;
}
.nav_global .nav_contents .pc .nav_contact #head_contactMenu dd .head_contact a::after{
	content: '▶︎';
	position: absolute;
	top: 17%;
	right: 13px;
	font-size: 10px;
}
.nav_global .nav_contents .pc .nav_contact #head_contactMenu dd .head_contact.btn_mail a::before{
	content: '';
	background: url(../img/ico_mail_sp.png) no-repeat;
	background-size: contain;
	width: 19px;
	height: 15px;
	left: 0;
	top: 3px;
	display: inline-block;
	margin: 0 10px -2px 0;
}
.nav_global .nav_contents .pc .nav_contact #head_contactMenu dd .head_contact.btn_line a::before{
	content: '';
	background: url(../img/ico_line_pc.png) no-repeat;
	background-size: contain;
	width: 23px;
	height: 22px;
	left: 0;
	top: 3px;
	display: inline-block;
	margin: 0 6px -4px 0;
}
a.sample{
   display: block;
   margin-top:-100px;
   padding-top:100px;
}
a.anchor{
    display: block;
    padding-top: 74px;
    margin-top: -74px;
}
@media screen and (max-width: 768px) {
	a{
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.overlay {
		content: "";
		display: block;
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
		transition: opacity .5s;
	}
	.overlay.open {
		position: fixed;
		width: 100%;
		height: 100%;
		opacity: 1;
		z-index: 190;
	}
	.nav_global .nav_contents .pc {
		display: none;
	}
	.nav_global{
		box-shadow: none;
	}
	.nav_global .sp{
		position:relative;
		width: 100%;
	}
	.nav_global .nav_contents{
		max-width: 100%;
		min-height: 52px;
	}
	.nav_global .nav_contents .nav_logo{
		width: 15%;
		margin-top: 3.5%;
		margin-left: 3%;
	}
	.nav_global .menu-trigger{
		background: url(../img/btn_header_trigger.png) no-repeat center center;
		display: inline-block;
		width: 40px;
		height: 40px;
		vertical-align: middle;
		cursor: pointer;
		transition: transform .5s;
		background-size: contain;
		position: absolute;
		top: 12%;
		right: 4%;
	}
	.nav_global .menu-trigger.active{
		background: none;
	}
	.nav_global .menu-trigger.active::before{
		    content: "";
		position: fixed;
		background: url(../img/head_menu_sp_close.png) no-repeat center center rgba(255, 0, 0, 0);
		background-size: cover;
		transform: translateX(-67.8vw);
		width:26px;
		height: 26px;
		top: 15px;
		right:21%;
		z-index: 200;
	}
	.nav_global nav{
		position: absolute;
		top: -500px;
		background: #fff;
		width: 67.8vw;
		position: fixed;
		transform: translate(556px);
		height: 100%;
		top: 0;
		right: 0;
		transition: all .5s;
	}
	.nav_global nav.open{
		transform: translateZ(0);
		position: fixed;
		z-index: 200;
	}
	.nav_global nav ul .nav_sp_list{
		border-bottom: 2px solid #0F3392;
		
	}
	.nav_global nav ul .nav_sp_list a{
		font-size: 16px;
		display: block;
		padding:4% 0 4% 5%;
		position: relative;
	}
	.nav_global nav ul .nav_sp_list a::before{
		content: '▶︎';
		color:#0F3392;
		display: inline-block;
		position: absolute;
		right: 5%;
		top: 26%;
		font-size: 10px;
	}
	.nav_global nav .nav_box{
		padding: 5% 5% 0 5%;
	}
	.nav_global nav .nav_box .nav_contact_txt{
		font-size: 14px;
		color: #002E85;
		margin-bottom: 2%;
		text-align: center;
	}
	.nav_global nav .nav_box .nav_contact_txt::before{
		content: '';
		background: url(../img/img_head_contact_01.png) no-repeat;
		background-size: cover;
		width: 9px;
		height: 11px;
		display: inline-block;
		margin-right: 5px;
	}
	.nav_global nav .nav_box .nav_contact_txt::after{
		content: '';
		background: url(../img/img_head_contact_02.png) no-repeat;
		background-size: cover;
		width: 9px;
		height: 11px;
		display: inline-block;
		margin-left: 5px;
	}
	.nav_global nav .nav_box .nav_contact_btn{
		margin-bottom: 3%;
	}
	.nav_global nav .nav_box .nav_contact_btn a{
		display: block;
		cursor: pointer;
		background: #fff;
		font-size: 16px;
		padding:2px 29px 4px 15px;
		position: relative;
		border-radius: 10px;
		color: #fff;
		font-weight: bold;
		line-height: 2.5;
	}
	.nav_global nav .nav_box .nav_contact_btn.btn_tel a{
		border:1px solid #FF7E1F;
		color: #FF7E1F;
	}
	.nav_global nav .nav_box .nav_contact_btn.btn_mail a{
		background: #FF7E1F;
	}
	.nav_global nav .nav_box .nav_contact_btn.btn_line a{
		background: #00B900;
	}
	.nav_global nav .nav_box .nav_contact_btn a::after{
		content: '▶︎';
		color:#fff;
		display: inline-block;
		position: absolute;
		right: 5%;
		top: 26%;
		font-size: 10px;
	}
	.nav_global nav .nav_box .nav_contact_btn a::before{
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
	}
	.nav_global nav .nav_box .nav_contact_btn.btn_tel a::after{
		color:#FF7E1F;
	}
	.nav_global nav .nav_box .nav_contact_btn.btn_tel a::before{
		content: '';
		background: url(../img/ico_tel_sp.png) no-repeat;
		width: 20px;
		height: 26px;
	}
	.nav_global nav .nav_box .nav_contact_btn.btn_mail a::before{
		content: '';
		background: url(../img/ico_mail_sp.png) no-repeat;
		width: 27px;
		height: 20px;
		background-size: contain;
	}
	.nav_global nav .nav_box .nav_contact_btn.btn_line a::before{
		content: '';
		background: url(../img/ico_line_sp.png) no-repeat;
		width: 30px;
		height: 23px;
		background-size: contain;
	}

	a.anchor{
		padding-top: 52px;
		margin-top: -52px;
	}
}

/* フッター
--------------------------------------------------*/
footer{
	background: #002E85;
	overflow: hidden;
	padding: 40px 0 0;
}
footer .contents{
	overflow: hidden;
}
footer .footer_info{
	width: 55%;
	float: left;
}
footer .footer_img{
	margin-bottom: 5px;
}
footer .footer_tel{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}
footer .footer_tel a{
	font-size: 24px;
	color: #fff;
}
footer .footer_tel a::before{
	content: '';
	background: url(../img/ico_tel_pc.png) no-repeat;
	width: 16px;
	height: 21px;
	display: inline-block;
	margin: 0 5px -3px 12px;
}
footer .footer_txt{
	overflow: hidden;
}
footer .footer_txt dl{
	float: left;
	margin-right: 5px;
}
footer .footer_txt dl dt{
	font-size: 12px;
	color: #fff;
	border: 1px solid;
	padding: 0 5px;
	display: inline-block;
	line-height: 1.5;
	margin-right: 5px;
	float: left;
}
footer .footer_txt dl dd{
	color: #fff;
	float: right;
	font-size: 14px;
	line-height: 1.5;
}

footer .footer_btnArea{
	width: 40%;
	float: right;
}
footer .footer_btnArea .footer_btn{
	display: inline-block;
	margin-right: 17px;
}
footer .footer_btnArea .footer_btn:last-child{
	margin-right: 0;
}
footer .footer_btnArea .footer_btn a{
    display: inline-block;
    cursor: pointer;
    background: #fff;
    font-size: 16px;
    padding: 4px 29px 4px 20px;
    position: relative;
    border-radius: 10px;
    line-height: 2.7;
    text-align: center;
    color: #fff;
	font-weight: bold;
}
footer .footer_btnArea .footer_btn a::after{
	content: '▶︎';
    position: absolute;
    top: 22%;
    right: 13px;
    font-size: 10px;
}
footer .footer_btnArea .footer_btn.btn_line a{
	background: #00B900;
}
footer .footer_btnArea .footer_btn.btn_line a::before{
	content: '';
	background: url(../img/ico_line_pc.png);
	width: 35px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
footer .footer_btnArea .footer_btn.btn_mail a{
	color: #FF7E1F;
	padding: 4px 44px 4px 31px;
}
footer .footer_btnArea .footer_btn.btn_mail a::before{
	content: '';
	background: url(../img/ico_mail_pc.png);
	width: 20px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

footer .footerCopy{
	margin-top: 40px;
	display: block;
	background: #fff;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
}
@media screen and (max-width: 768px) {
	footer{
		padding-top: 6%;
	}
	footer .footer_info,
	footer .footer_btnArea{
		width: 100%;
		float: none;
	}
	footer .footer_img{
		width: 126px;
		margin: 0 auto;
	}
	footer .footer_tel{
		text-align: center;
		margin-bottom: 0;
	}
	footer .footer_tel a{
		font-size: 28px;
	}
	footer .footer_txt {
		overflow: hidden;
		margin: 0 auto 3%;
		width: 78%;
	}
	footer .footer_txt dl{
		float: none;
		margin-right: 0;
		overflow: hidden;
		margin-bottom: 2%;
	}
	footer .footer_txt dl dt{
		font-size: 10px;
		width: 4em;
		text-align: center;xt-align: 
	}
	footer .footer_txt dl dd{
		font-size: 11px;
		float: none;
	}
	footer .footer_btnArea .footer_btn{
		margin-right: 0;
		width: 100%;
		margin-bottom: 4%;
	}
	footer .footer_btnArea .footer_btn a{
		display: block;
		text-align: left;
	}
	footer .footer_btnArea .footer_btn a,
	footer .footer_btnArea .footer_btn.btn_mail a{
		padding: 1% 6%;
	}
	footer .footer_btnArea .footer_btn.btn_mail a::before{
		background: url(../img/ico_mail_foot_sp.png);
		background-size: cover;
		width: 27px;
	    height: 20px;
		margin-right: 5.5%;
	}
	footer .footerCopy{
		margin-top: 3%;
		font-size: 10px;
	}
}

/* メインビジュアル
--------------------------------------------------*/

.mv .pc{
	background: #182E85;
    height: 526px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.mv .pc .mv_left{
    padding-left: calc(50% - 500px);
    max-width: 46.5%;
    float: left;
    background: #182E85;
    height: 100%;
    padding-top: 56px;
}
.mv .pc .mv_right{
	width: 53.5%;
	float: right;
}
.mv .pc .mv_right img{
	object-fit: cover;
	width: 100%;
	height: 526px;
}
@media screen and (min-width: 1780px) {
	.mv .pc .mv_right{
		width: 52.5%;
	}
}
@media screen and (max-width: 768px) {
	.mv .sp{
		margin-bottom: 7%;
	}
	.mv .sp .mv_txt{
		background: #002E85;
		padding:5.5% 3% 5.5% 3%;
	}
}
/* お問い合わせ
--------------------------------------------------*/
.contact{
	margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
	.contact{
		margin-bottom: 12%;
	}
}
/* 社長メッセージ
--------------------------------------------------*/
.message{
	margin-bottom: 50px;
	overflow: hidden;
}
.message .message_img{
	float: left;
	margin-right: 30px;
}

.message .message_tit{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
.message .t_right{
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.message{
		margin-bottom: 11%;
	}
	.message .message_img{
		float: none;
		width: 54%;
		margin: 0 auto 5%;
	}
	.message .message_tit{
		font-size: 19px;
		margin-bottom: 2%;
	}
}
/* こんな不安ございませんか？
--------------------------------------------------*/
.question{
	background-color: #D9EAF7;
	background-image: url(../img/bg_question_pc_01.png) ;
	background-repeat: no-repeat;
	background-position: center -4px;
	padding-top: 23px;
	overflow: hidden;
}
.question h3{
	text-align: center;
	margin-bottom: 9px;
}

.question h3 .h3_balloon{
	position: relative;
	display: inline-block;
	margin:1.5em 0 0;
	padding:0 15px;
	min-width: 120px;
	max-width: 100%;
	color: #002E85;
	font-size: 16px;
	background: #FFF;
	border: solid 2px #002E85;
	box-sizing: border-box;
	border-radius: 10px;
}
.question h3 .h3_balloon::before{
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -16px;
	border: 9px solid transparent;
	border-top: 9px solid #FFF;
	z-index: 2;
}
.question h3 .h3_balloon::after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -17px;
	border: 10px solid transparent;
	border-top: 10px solid #002E85;
	z-index: 1;
}
.question h3 .h3_balloon span{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}
.question h3 .h3_tit {
	display: block;
	font-size: 35px;
	font-weight: bold;
}

.question .question_txt{
	float: right;
	margin-right: 60px;
}
.question .question_txt dl{
	display: table;
	margin-bottom: 10px;
	background: #fff;
	box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
	width: 406px;
	border-radius: 10px;
	padding: 12px 21px;
}
.question .question_txt dl dt{
	font-size: 13px;
	color: #fff;
	text-align: center;
	background: #002E85;
	padding: 0 5px;
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	box-sizing: border-box;
}
.question .question_txt dl dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
	padding-left: 20px;
}
.question_answer{
	background-color: #2A5EA9;
	background-image: url(../img/bg_question_pc_02.png) ;
	background-repeat: no-repeat;
	background-position: center 0;
	height: 262px;
	margin-bottom: 63px;
	display: block;
}
.question_answer .contents{
	position: relative;
}
.question_answer .contents p{
	font-size: 45px; 
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 145px;
}
@media screen and (max-width: 768px) {
	.question{
		padding-top: 14%;
		margin-bottom: 14%;
		background-image: url(../img/bg_question_sp.png);
		background-size: contain;
		background-position: bottom center;
	}
	
	.question .contents{
		margin-bottom: 83%;
		position: relative;
	}
	.question h3{
		margin-bottom: 5%;
	}
	.question h3 .h3_balloon{
		min-width: auto;
		font-size: 14px;
		padding: 0 5%;
		margin: 0 0 4%;
	}
	.question h3 .h3_tit{
		font-size: 23px;
	}
	.question .question_txt{
		float: none;
		margin-right: 0;
	}
	.question .question_txt dl{
		width: 100%;
		box-shadow: 0 2px 3px 0 rgb(0 0 0 / 16%);
		box-sizing: border-box;
		padding: 3.5% 3% 3.5% 6%;
		margin-bottom: 3.2%;
	}
	.question .question_txt dl dt{
		width: 6em;
		font-size: 10px;
		padding: 1%;
	}
	.question .question_txt dl dd{
		font-size: 15px;
		padding-left: 0.8em;
	}
	.question .question_tit {
		display: block;
		position: absolute;
		bottom:-87%;
		right: 0;
		left: 0;
		margin: auto;
	}
	.question .question_tit p{
		font-size: 22px;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	.question_answer{
		display: none;
	}
}

/* アート不動産が選ばれる3つの理由
--------------------------------------------------*/
.point h2{
	text-align: center;
	margin-bottom: 20px;
}
.point .point_box{
	background: #fff8e9;
	padding-top: 60px;
	padding-bottom: 50px;
}
.point .point_box:nth-child(3){
	background: #fff;
	padding-top: 45px;
}
.point .point_box h3 {
	overflow: hidden;
	margin-bottom: 30px;
}
.point .point_box h3 .point_numbertit{
	float: left;
	display: inline-block;
	margin-right: 20px;
}
.point .point_box h3 .point_maintit{
	font-size: 40px;
	color: #002E85;
	font-weight:bold;
	display: block;
	line-height: 1.1;
}
.point .point_box h3 .point_maintit .point_maintit_small{
	font-size: 12px;
	color: #000;
	vertical-align: super;
	font-weight: bold;
}
.point .point_box h3 .point_subtit{
	font-size: 35px;
}
.point .point_box .point_mainItem{
	overflow: hidden;
	margin-bottom: 40px;
}

.point .point_box .point_mainItem .point_mainItem_left{
	float: left;
	width: 51%;
}
.point .point_box .point_mainItem .point_mainItem_right{
	margin-top: -10px;
	width: 49%;
	float: right;
}
.point .point_box .point_mainItem .point_mainItem_right figure{
	margin-top: 20px;
}
.point .point_box .point_mainItem .point_mainItem_right .point_mainItem_tit{
	font-weight: bold;
	font-size: 20px;
}
.point .point_box .point_yellowBox{
	display: block;
	background: #FFB52B;
	border-radius: 10px;
	font-size: 25px;
	text-align: center;
	padding: 10px 0;
}
.point .point_box .point_mainItem .point_mainItem_right .blue{
	font-weight: bold;
	
}
.point .point_box .point_subItem{
	background: #fff;
	border: 1px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
	overflow: hidden;
	padding: 15px 30px 30px 30px;
	box-sizing: border-box;
}
.point .point_box .point_subItem .point_subItem_left{
	float: left;
	margin-right: 30px;
	width: 71%;
}
.point .point_box .point_subItem .point_subItem_tit{
	font-size: 24px;
	color: #002E85;
	border-bottom: 1px solid #C1C1C1;
	padding-bottom: 10px;
}
.point .point_box .point_subItem .point_subItem_txt{
	border-bottom: 1px solid #C1C1C1;
	line-height: 2.5;
	display: inline;
	padding: 0 2px 9px;
}
.point .point_box .point_subItem .point_subItem_right{
	float: right;
	margin-top: 10px;
}

.point .point_box .point_shopItem{
	background: #D9EAF7;
	padding: 15px 30px 25px 30px;
	margin-top: 25px;
}
.point .point_box .point_shopItem h4{
	font-size: 20px;
	color: #002E85;
	margin-bottom: 10px;
	font-weight: bold;
}
.point .point_box .point_shopItem .point_shopItem_main{
	margin-bottom: 20px;
	overflow: hidden;
}
.point .point_box .point_shopItem .point_shopItem_main img{
	float: left;
	margin-right: 20px;
}
.point .point_box .point_shopItem .point_shopItem_shop{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
.point .point_box .point_shopItem .point_shopItem_shop dl dd{
	margin-bottom: 5px;
}
.point .point_box .point_shopItem .point_shopItem_shop dl dt{
	font-size: 14px;
	position: relative;
	padding-left: 17px;
}
.point .point_box .point_shopItem .point_shopItem_shop dl dt::before{
	content: '■';
	color: #002E85;
	font-size: 10px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	.point h2{
		padding: 0 2%;
		margin-bottom:6%;
	}
	.point .point_box{
		padding-top: 9%;
		padding-bottom: 9%;
	}
	.point .point_box:nth-child(3){
		padding-top: 9%;
	}
	.point .point_box h3{
		margin-bottom: 3%;
	}
	.point .point_box h3 .point_numbertit{
		display: block;
		float: none;
		margin-right: 0;
		padding: 2.5% 5% 3.5% 5%;
		margin-bottom: 3%;
		background: #FFB52B;
		border-radius: 10px 0 10px 0;
	}
	.point .point_box h3 .point_numbertit img{
		width: 86.5px;
		vertical-align: middle;
	}
	.point .point_box h3 .point_maintit{
		font-size: 25px;
		line-height: 1.4;
		margin-bottom: 2%;
	}
	.point .point_box h3 .point_subtit{
		font-size: 20px;
	}
	.point .point_box .point_mainItem{
		margin-bottom: 7%;
	}
	.point .point_box .point_mainItem .point_mainItem_left{
		margin-right: 0;
		margin-bottom: 5%;
		width: 100%;
		float: none;
	}
	.point .point_box .point_mainItem .point_mainItem_right{
		width: 100%;
		float: none;
	}
	.point .point_box .point_mainItem .point_mainItem_right figure{
		margin-top: 6%;
	}
	.point .point_box .point_subItem{
		padding:4% 4% 2% 4%;
	}
	.point .point_box .point_subItem .point_subItem_left{
		float: none;
		margin-right: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.point .point_box .point_subItem .point_subItem_left img{
		margin-bottom: 2%;
		
	}
	.point .point_box .point_subItem .point_subItem_right{
		font-display: none;
	}
	.point .point_box .point_subItem .point_subItem_tit{
		font-size: 19px;
		padding-bottom: 3%;
		border-bottom: none;
	}
	.point .point_box .point_subItem .point_subItem_txt{
		margin-top: 1%;
	}
	.point .point_box .point_mainItem .point_mainItem_right .point_mainItem_tit{
		font-size: 16px;
		margin-bottom: 2%;
	}
	.point .point_box .point_shopItem{
		padding: 5% 4% 2% 4%;
	}
	.point .point_box .point_shopItem h4{
		font-size: 17px;
		margin-bottom: 4%;
	}
	.point .point_box .point_shopItem .point_shopItem_main img{
		float: none;
		width: 76%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2%;
	}
	.point .point_box .point_shopItem .point_shopItem_main img.sp{
		display: block;
	}
	.point .point_box .point_shopItem .point_shopItem_shop{
		display: block;
		overflow: hidden;
	}
	.point .point_box .point_shopItem .point_shopItem_shop dl{
		width: 48.5%;
		float: left;
		margin-bottom: 2%;
	}
	.point .point_box .point_shopItem .point_shopItem_shop dl:nth-child(even){
		margin-left: 3%;
	}
	.point .point_box .point_shopItem .point_shopItem_shop dl dd{
		margin-bottom: 1%;
	}
	.point .point_box .point_shopItem .point_shopItem_shop dl dt{
		font-size: 12px;
	}
	.point .point_box h3 .point_maintit .point_maintit_small{
		font-weight: normal;
	}
	.point .point_box .point_yellowBox{
		font-size: 15px;
		padding: 3% 14%;
	}
}

/* サブリース契約
--------------------------------------------------*/
.sublease{
	background: #D9EAF7;
	padding-top: 30px;
}
.sublease h2{
	font-weight: bold;
	text-align: center;
	font-size: 35px;
	margin-bottom: 20px;
	position: relative;
}
.sublease h2::after{
	content: '';
	background: url(../img/img_sublease_01.png) no-repeat ;
	position: absolute;
	right: -10px;
	top: -18px;
	width: 138px;
	height: 138px;
}
.sublease .sublease_mainItem{
	overflow: hidden;
	margin-bottom: 30px;
}
.sublease .sublease_mainItem .sublease_mainItem_left {
	float: left;
	margin-right: 28px;
}

.sublease .sublease_mainItem .sublease_mainItem_right .sublease_mainItem_tit{
	font-weight: bold;
}
.sublease .bdr_blue{
	border: 1px solid #002E85;
	padding: 15px 30px 25px 30px;
	margin-bottom: 50px;
}
.sublease .bdr_blue .blue{
	font-size: 20px;
	font-weight: bold;
}
.sublease .sublease_subItem{
	background: url(../img/bg_sublease_pc.png) no-repeat;
	background-size: cover;
	height: 370px;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}
.sublease .sublease_subItem p{
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
.sublease .sublease_subItem .sublease_subItem_tit{
	font-size: 35px;
}
@media screen and (max-width: 768px) {
	.sublease{
		padding-top: 12%;
	}
	.sublease h2{
		font-size: 20px;
		margin-bottom: 3%;
	}
	.sublease h2::after{
		display: none;
	}
	.sublease .sublease_mainItem{
		margin-bottom: 6%;
	}
	.sublease .sublease_mainItem .sublease_mainItem_left{
		float: none;
		margin-right: 0;
		margin-bottom: 4%;
	}
	.sublease .bdr_blue{
		margin-bottom: 9%;
		padding: 5% 4.5% 4% 4.5%;
		width: 95%;
		margin: 0 auto 14%;
		box-sizing: border-box;
	}
	.sublease .bdr_blue .blue,
	.sublease .bdr_blue p{
		font-size: 16px;
	}
	.sublease .sublease_subItem{
		padding-top: 9%;
		padding-bottom: 4%;
		height: auto;
	}
	.sublease .sublease_subItem p{
		font-size: 15px;
	}
	.sublease .sublease_subItem figure{
		padding: 0 6%;
	}
	.sublease .sublease_subItem .sublease_subItem_tit{
		font-size: 19px;
	}
}

/* 辻さま
--------------------------------------------------*/
.voice {
	overflow: hidden;
	margin-bottom: 60px;
}
.voice .voice_left{
	float:left;
	width: 43%;
	margin-right: 3%;
}
.voice .voice_right {
	width: 54%;
	float: right;
	margin-top: -10px;
}
.voice .voice_right .voice_tit{
	font-weight: bold;
	font-size: 25px;
}
.voice .voice_right .voice_txt{
	margin-bottom: 10px;
}
.voice .voice_right .voice_txt dt{
	color: #002E85;
	font-weight: bold;
	display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
.voice .voice_right .voice_txt dt::after{
	border-top: 1px solid;
	content: '';
	flex-grow: 1;
	margin-top: 1em;
	margin-left: 15px;
}
@media screen and (max-width: 768px) {
	.voice{
		margin-bottom: 0;
		padding-bottom: 12%;
	}
	.voice .voice_left{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.voice .voice_right{
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.voice .voice_right .voice_tit{
		font-size: 20px;
		margin-bottom: 3%;
	}
	.voice .voice_right .voice_txt dt{
		font-size: 15px;
		margin-bottom: 2%;
	}
}
/* 施工実績
--------------------------------------------------*/
.works{
	background-image: url(../img/bg_works.png) ;
	padding-top: 60px;
	padding-bottom: 30px;
}

.works h2{
	width: 385px;
	margin: 0 auto 20px;
}
.works h2 figure{
	text-align: center;
	margin-bottom: 15px;
}

.works h2 .blue{
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.works h2 .small{
	text-align: right;
	display: block;
}

.works .works_mainItem .pc .works_mainItem_left{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
.works .works_mainItem .works_mainItem_right dl {
	border-bottom: 1px solid #D0D0D0;
    padding-bottom: 6px;
    padding-top: 7px;
    overflow: hidden;
}
.works .works_mainItem .works_mainItem_right dl:last-child,
.works .works_mainItem .works_mainItem_right dl:first-child {
	border-bottom: none;
}
.works .works_mainItem .works_mainItem_right dl dt{
	font-weight: bold;
	float: left;
	font-size: 18px;
	width: 33%;
}
.works .works_mainItem .works_mainItem_right dl dd{
	width: 67%;
	float: right;
}
.works .works_mainItem .works_mainItem_right dl .price{
	background: #FFF8E9;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	margin-top: -10px;
	margin-right: -17px;
}
.works .works_mainItem .works_mainItem_right dl .price .price_tit{
	font-size: 12px;
	line-height: 1.4;
	margin-right: 15px;
	display: inline-block;
}
.works .works_mainItem .works_mainItem_right dl .price .blue{
	font-size: 31px;
	font-weight: bold;
}
.works .works_subItem{
	margin-top: 30px;
}
.works .works_subItem h3{
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 10px;
}
.works .works_subItem .works_subItem_box{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
.works .works_subItem .works_subItem_box dl{
	margin-bottom: 40px;
}
.works .works_subItem .works_subItem_box dl dt{
	font-size: 17px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.works{
		padding-bottom: 12%;
		padding-top: 9%;
	}
	.works h2{
		width: 238px;
	}
	.works h2 .blue{
		font-size: 21px;
		border-bottom: 2px solid;
		padding-bottom: 3%;
		display: block;
		margin-bottom: 3%;
	}
	.works .works_mainItem .works_mainItem_right{
		margin-bottom: 5%;
	}
	.works .works_mainItem .works_mainItem_right dl{
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.works .works_mainItem .works_mainItem_right dl dt{
		font-size: 17px;
		line-height: 1.3;
		padding-left: 1%;
		width: 27%;
	}
	.works .works_mainItem .works_mainItem_right dl dd{
		width: 72%;
	}
	.works .works_mainItem .works_mainItem_right dl .price{
		font-size: 11px;
		margin-top: -9px;
		margin-right: 0;
		width: 15em;
	}
	.works .works_mainItem .works_mainItem_right dl .price .price_tit{
		font-size: 11px;
		margin-left: 7px;
		margin-right: 10px;
	}
	.works .works_mainItem .works_mainItem_right dl .price .blue{
		font-size: 25px;
	}
	.works .works_mainItem .works_mainItem_left{
		margin-bottom: 4%;
	}
	.works .works_mainItem .works_mainItem_img{
		overflow: hidden;
	}
	.works .works_mainItem .works_mainItem_img img{
		float: left;
		width: 48.5%;
		margin-bottom: 4%;
	}
	.works .works_mainItem .works_mainItem_img img:nth-child(even){
		margin-left: 3%;
	}
	.works .works_subItem{
		margin-top: 0;
	}
	.works .works_subItem h3{
		font-size: 20px;
	}
	.works .works_subItem .works_subItem_box dl{
		margin-bottom: 5%;
	}
	.works .works_subItem .works_subItem_box dl dt{
		font-size: 15px;
		margin-bottom: 2%;
	}

}


/* 施工実績MAP
--------------------------------------------------*/
.map{
	background: #D9EAF7;
	padding: 60px 0 65px 0;
}

.map h2{
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	margin-bottom: 5px;
}
.map iframe{
	width: 100%;
	height: 475px;
}
@media screen and (max-width: 768px) {
	.map{
		padding: 9% 0;
	}
	.map h2{
		font-size: 21px;
		margin-bottom: 3%+
	}
	.map iframe{
		height: 220px;
	}
}