@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p|Open+Sans&display=swap&subset=japanese');
@import url('https://use.typekit.net/tct2bhm.css');
/****************************************
          基本設定clear: both;
*****************************************/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "小塚ゴシック", KozukaGothic, "Yu Gothic", "メイリオ", sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-weight: bold;
	color: #555;
	/*font-size: 14px;
	font-family: 'Garamond','Times New Roman','Verdana','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','MS Pゴシック',sans-serif;
	line-height: 160%;
	background : #999;*/
	display: flex;
	/*フッター最下部に固定*/
	flex-direction: column;
	/*フッター最下部に固定*/
	min-height: 100vh;
	/*フッター最下部に固定*/
}
.pc {
	display: block;
}
.sp {
	display: none;
}
img {
	width: 100%;
	vertical-align: bottom;
}
/****************************************
          見出し　hタグ
*****************************************/
h1.h_lp {
	font-size: 36px;
	line-height: 1.3 !important;
	font-family: trajan-pro-3, serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 40px;
	color: #00a99d;
	/*	font-family: 'Open Sans', 'M PLUS 1p', sans-serif;
	text-align : center;
	font-weight: 800;
	color: #00a99d;
	opacity: 0.6;*/
}
h1.h_lp_contact {
	font-size: 36px;
	line-height: 1.3 !important;
	font-family: trajan-pro-3, serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
}
h1.h_lp_company {
	font-size: 28px;
	line-height: 1.3 !important;
	font-family: trajan-pro-3, serif;
	font-weight: 600;
	font-style: normal;
	margin-top: 30px;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 768px) {
h1.h_lp_company {
	font-size: 28px;
	line-height: 1.3 !important;
	font-family: trajan-pro-3, serif;
	font-weight: 600;
	font-style: normal;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}
}
/****************************************
          見出し　hタグ
*****************************************/
.lp_img {
	width: 70%;
	margin: 0 auto;
}
/****************************************
          コンタクトフォームへ
*****************************************/
.more_bg {
	width: 100%;
	padding: 25px 0px;
	background: #007bc3;
}
.lp_more {
	display: block;
	width: 40%;
	font-family: trajan-pro-3, serif;
	font-weight: 600;
	font-style: normal;
	padding: 25px 35px;
	margin: 30px auto;
	color: #007bc3;
	background: #fff;
}
.lp_more a {
	display: block;
	color: #007bc3;
	text-decoration: none;
	/*下線打消し*/
}
.lp_more a:hover {
	opacity: 0.5;
}
@media screen and (max-width: 768px) {
.lp_more {
	display: block;
	width: 70%;
	font-family: trajan-pro-3, serif;
	font-weight: 600;
	font-style: normal;
	padding: 25px 35px;
	margin: 30px auto;
	color: #007bc3;
	background: #fff;
}
}
/*****************************************
          3列ボックス　不動産投資のメリット
*****************************************/
.lp_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lp_box {
	width: 30%;
}
.lp_box h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.lp_box img {
	width: 100%;
	object-fit: cover;
	/* この一行を追加するだけ！ */
	/* IE対策 　その他にフッターに<script src="https://cdnjs.cloudflare.com/ajax/libs/object-fit-images/3.2.3/ofi.js"></script>
<script>objectFitImages();</script>を挿入*/
	font-family: 'object-fit: cover;';
}
/*****************************************
          2列ボックス オーナー様の声
*****************************************/
.lp_box_voice {
	width: 45%;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	padding: 10px;
	margin-bottom: 80px;
}
.lp_box_voice h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.lp_box_voice img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 20px;
	/* この一行を追加するだけ！ */
	/* IE対策 　その他にフッターに<script src="https://cdnjs.cloudflare.com/ajax/libs/object-fit-images/3.2.3/ofi.js"></script>
<script>objectFitImages();</script>を挿入*/
	font-family: 'object-fit: cover;';
}
.age {
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	margin-bottom: 20px;
}
.lp_policy {
	font-size: 0.8em;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
.lp_img {
	width: 100%;
	margin: 0 auto;
}

.lp_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.lp_box {
	width: 95%;
}

.lp_box_voice {
	width: 95%;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	padding: 10px;
	margin-bottom: 80px;
}
}

/*****************************************
          オーナー様になるまでの流れ
*****************************************/
h2.lp_step {
	font-size: 24px;
	line-height: 0.8 !important;
	font-family: trajan-pro-3, serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
	padding: 10px;
	background: rgba(0, 123, 195, 0.2);
}
.owner_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}
.owner_text {
	width: 70%;
	/*flex: 2;*/
}
.owner_img {
	width: 25%;
	/*flex: 1;*/
}
.owner_img img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
	/* この一行を追加するだけ！ */
	/* IE対策 　その他にフッターに<script src="https://cdnjs.cloudflare.com/ajax/libs/object-fit-images/3.2.3/ofi.js"></script>
<script>objectFitImages();</script>を挿入*/
	font-family: 'object-fit: cover;';
	z-index: 1;
}
.triangle {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #007bc3;
	margin: 20px auto;
}
@media screen and (max-width: 768px) {
.owner_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 40px;
}
.owner_text {
	width: 100%;
	/*flex: 2;*/
}
.owner_img {
	width: 100%;
	/*flex: 1;*/
}
}
/****************************************
          フッター　footer
*****************************************/
footer {
	width: 100%;
	margin-top: auto;
	/*フッター最下部に固定*/
	color: #fff;
	background: #58ACFA;/*#A4A4A4;*/
}
.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 1180px;
	margin: 0 auto;
	/*background : #DF0101;*/
	padding: 40px 0px;
}
/*list*/
.footer_list_lp {
	width: 48%;
	height: auto;
	line-height: 23px;
	margin-right: 10px;
}
.footer_list p {
	font-size: 12px;
	text-align: center;
}
.footer_list img {
	width: 30%;
	height: auto;
	text-align: center;
}
/*copyright*/
#copy {
	width: 100%;
	bottom: 0;
	background: #2E9AFE;/*#848484;*/
}
.copy_bg_lp {
	width: 1180px;
	margin: 0 auto;
}
.copy_bg_lp p {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding: 10px 0px;
}
@media screen and (max-width: 768px) {
.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	/*background : #DF0101;*/
	padding: 20px 0px;
}
.footer_list_lp {
	width: 100%;
	height: auto;
	line-height: 23px;
	margin-right: 10px;
}


.copy_bg_lp {
	width: 100%;
	margin: 0 auto;
}

}
/****************************************
          会社概要
*****************************************/
.company-wrap_lp {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.company-wrap_lp dl {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	font-family: trajan-pro-3, serif;
	font-weight: 600;
	font-style: normal;
}
.company-wrap_lp dt {
	float: left;
	width: 30%;
	text-align: right;
	padding: 10px;
}
.company-wrap_lp dd {
	width: 70%;
	margin-left: 200px;
	padding: 10px;
	text-align: left;
}
@media screen and (max-width: 768px) {
section.contact_bg {
	width: 100%;
	background: url(../img/contact_bg_lp.jpg) no-repeat center center;
	background-color: rgba(0, 0, 0, 0.4);
	background-blend-mode: darken;
	/*少し明るめに*/
}
.company-wrap_lp dt {
	float: left;
	width: 95%;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #fff;
}
.company-wrap_lp dd {
	width: 95%;
	margin-left: 0px;
	padding: 10px;
	text-align: center;
}
}
/*****************************************
          スクロールアニメーション
*****************************************/
.fadeInUp {
  opacity : 0;
  transform: translateY(100px);
  transition: 2s;
}

