@charset "UTF-8";

.btn a:hover{
	opacity: 0.8;
}
.btn.contact a {
	background: var(--brown);
	color: #fff;
	width: 300px;
	height: 75px;
	border-radius: 50px;
	font-size: 21px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	letter-spacing: 0.2em;
}

/*------------------------
トップイメージ
------------------------*/
#topimg {
    background: var(--navy);
    position: relative;
}
#topimg .movie{
    width: 100%;
    height: 100%;
}
#topimg video.vid_main {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#topimg #volume-button{
background: var(--black);
    border: none;
    position: absolute;
    bottom: 50px;
    right: 30px;
    padding: 5px 15px;
    opacity: .8;
    border-radius: 5px;
    cursor: pointer;
}
#topimg #volume-button img{
    width: 32px;
    height: 32px;
}

/*------------------------
高級民泊事業への参入
------------------------*/
#about {
	background: var(--navy);
}
#about .inner {
	padding: 90px 0;
}
#about .ttl-wrap {
	font-weight: 600;
	margin-bottom: 45px;
	text-align: center;
}
#about .ttl-wrap h2 {
	font-size: 72px;
	margin-bottom: 50px;
	letter-spacing: 0.4em;
	line-height: 1;
}
#about .ttl-wrap p {
	color: #fff;
	font-size: 32px;
}
#about .flex-box.circle-list {
	margin-bottom: 90px;
	justify-content: center;
}
#about .circle-item {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.4;
	font-weight: 500;
	margin: 0 46px;
}
#about .circle-item p {
	font-size: 24px;
}
#about .txt-wrap p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}
#about .txt-wrap p:last-child{
	margin-bottom: 0;
}

/*------------------------
ビジネスモデル
------------------------*/
#business{
	background: var(--bg_gray);
}
#business .inner {
	padding: 90px 0;
}
#business h2 {
	font-size: 32px;
	margin-bottom: 45px;
	font-weight: 500;
	line-height: 1.5;
}
#business .txt-wrap {
	margin-bottom: 45px;
}
#business .txt-wrap p {
	font-size: 20px;
	margin-bottom: 25px;
}
#business .txt-wrap p:last-child{
	margin-bottom: 0;
}
/*------------------------
ポイント
------------------------*/
#point {
	background: url(/investment/pc/img/point_bg.jpg) no-repeat;
	background-size: cover;
}
#point .inner {
	padding: 90px 0;
}
#point .ttl-wrap {
	margin-bottom: 45px;
}
#point .ttl-wrap h2 {
	font-size: 46px;
	color: #fff;
	letter-spacing: 0.08em;
	text-decoration: underline;
	text-align: center;
}
#point .ttl-wrap .come {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.08em;
	text-align: right;
	padding-right: 100px;
	line-height: 1;
}
#point .flex-box {
	justify-content: space-between;
}
#point .flex-box .cont {
	width: 400px;
}
#point .flex-box .cont .ttl {
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.32;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}
#point .flex-box .cont .image {
	width: 40%;
	margin: 0 auto;
}

/*------------------------
事例
------------------------*/
#case {
	background: var(--navy);
}
#case .inner {
	padding: 90px 0 60px;
}
#case h2 {
	font-size: 40px;
	text-align: center;
	color: var(--brown);
	letter-spacing: 0.5em;
	line-height: 1;
	margin-bottom: 150px;
}
#case .block:first-child{
	margin-bottom: 120px;
}
#case .block h3 {
	width: 960px;
	margin: 0 auto;
	font-size: 32px;
	color: var(--brown);
	line-height: 1.6;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
#case .block .price {
	width: 960px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	margin-bottom: 60px;
	line-height: 1.8;
}
#case .block .img-wrap{
	display: flex;
	justify-content: space-between;
}
#case .block .img-wrap .before,
#case .block .img-wrap .after {
	position: relative;
}
#case .block .img-wrap .before::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--brown);
	border-width: 12px 0px 12px 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -6.5%;
	margin: auto;
}
#case .block .sub.img-wrap .before::after{
	right: -58px;
}
#case .block .main {
	margin: 0 calc(50.6% - 50vw) 40px;
}
#case .block .main .image {
	width: 47vw;
	height: 31.17vw;
}
#case .block .main .before .image img,
#case .block .sub .image img {
	object-fit: cover;
}
#case .block .main .before p,
#case .block .main .after p  {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.2em;
}
#case .block .main .before p{
	right: auto;
	left: 20px;
}
#case .block .outline {
	width: 960px;
	margin: 0 auto 70px;
	color: #fff;
	font-size: 18px;
}
#case .block .sub {
	width: 1160px;
	margin: 0 auto 60px;
}
#case .block .sub .before .image,
#case .block .sub .after .image {
	width: 538px;
	height: 360px;
}
#case .block .sub .before p,
#case .block .sub .after p  {
	position: absolute;
	bottom: 12px;
	right: 12px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.2em;
}
#case .block .sub .before p{
	right: auto;
	left: 12px;
}
#case .block .btn a {
	width: 300px;
	height: 75px;
	background: var(--brown);
	color: #fff;
	display: flex
;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 0.2em;
}


/*------------------------
理由
------------------------*/
#reason {
	background: var(--bg_gray);
}
#reason .inner {
	padding: 90px 0
}
#reason h2 {
	font-size: 40px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.2em;
	color: var(--brown);
	font-weight: 600;
	margin-bottom: 50px;
}
#reason .cont {
	margin-bottom: 50px;
	text-align: center;
}
#reason .cont .ttl {
	font-size: 32px;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 35px;
	font-weight: 500;
}
#reason .cont p {
	font-size: 20px;
	line-height: 1;
}

/*------------------------
流れ
------------------------*/
/* 共通 */
.bg-navy{
	background: var(--navy);
}
.bg-navy h2{
	font-size: 40px;
	text-align: center;
	color: var(--brown);
	letter-spacing: 0.5em;
	line-height: 1;
	margin-bottom: 45px;
}
.bg-navy .inner {
	padding: 90px 0
}

#flow .flex-box {
	width: 1030px;
	margin: 0 auto 45px;
	justify-content: space-between;
}
#flow .cont {
	background: var(--bg_gray);
	width: 160px;
	height: 160px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: var(--navy);
	line-height: 1.4;
	position: relative;
}
#flow .cont:not(:last-child)::after{
	content: "";
	background: url(/investment/pc/img/flow_arrow.svg) no-repeat;
	background-size: contain;
	width: 40px;
	height: 18px;
	position: absolute;
	right: -80px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#flow .text {
	font-size: 20px;
	text-align: center;
	line-height: 1;
	color: #fff;
	margin-bottom: 45px;
}

/*------------------------
運営スキーム
------------------------*/
#scheme .image{
	padding-top: 60px;
}

/*------------------------
事業性 運営実行体制
------------------------*/
#system .image{
	margin-top: 65px;
}
#system h2{
	line-height: 1.3;
}

/*------------------------
オーナー事例
------------------------*/
#owner-case .inner {
	padding: 90px 0;
}
#owner-case h2 {
	font-size: 40px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.2em;
	color: var(--brown);
	font-weight: 600;
	margin-bottom: 50px;
}
#owner-case .corporation{
	margin-bottom: 60px;
}
#owner-case h3 {
	font-size: 32px;
	padding-bottom: 15px;
	border-bottom: 4px solid var(--black);
	line-height: 1;
	padding-left: 20px;
	margin-bottom: 25px;
}
#owner-case .top {
	justify-content: space-between;
	margin-bottom: 20px;
}
#owner-case .txt-wrap {
	flex: 1;
}
#owner-case .company {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-bottom: 5px;
	line-height: 1;
}
#owner-case .business {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
}
#owner-case .desc {
	font-size: 16px;
}
#owner-case .image.logo {
	width: 320px;
	height: auto;
}
#owner-case .outline {
	margin-right: 180px;
}
#owner-case .outline .image-wrap{
	margin-right: 80px;
}
#owner-case .outline .image {
	width: 300px;
	height: 200px;
	margin-bottom: 15px;
}
#owner-case .outline .txt-wrap {
	margin-bottom: 30px;
}
#owner-case .subttl {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1;
	display: flex;
	justify-content: space-between;
}
#owner-case .outline ul li {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
#owner-case .outline ul li span{
	display: block;
	padding-left: 20px;
}
#owner-case .price-wrap .txt-wrap {
	margin-bottom: 30px;
}
#owner-case .value{
	font-size: 24px;
	line-height: 1.4;
	text-align: right;
	font-weight: 500;
}
#owner-case .price {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-left: 20px;
}
#owner-case .red {
	font-size: 34px;
	color: red;
}


/*------------------------
今昔荘の紹介
------------------------*/
#introduction {
	background: var(--bg_gray);
}
#introduction .inner {
	padding: 90px 0
}
#introduction h2 {
	font-size: 40px;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.2em;
	color: var(--brown);
	font-weight: 600;
	margin-bottom: 50px;
}
#introduction .cont {
	margin-bottom: 45px;
	text-align: center;
}
#introduction .cont p {
	font-size: 20px;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 25px;
}
#introduction .btn a{
	border-radius: 0;
}


/*------------------------
グランプリ受賞
------------------------*/
#award {
	background: var(--bg_gray);
}
#award .inner {
	padding: 90px 0
}
#award h2 {
	font-size: 40px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.4em;
	color: var(--brown);
	font-weight: 600;
	margin-bottom: 50px;
}
#award .cont {
	text-align: center;
	display: flex;
	align-items: center;
}
#award .cont p {
	font-size: 20px;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 25px;
	flex: 1;
}
#award .cont .image{
	width: 200px;
	height: 200px;
	margin-right: 45px;
}