@charset "UTF-8";

/*

スマホ用 960pxまで
PC用 961px以上
※一般的なスマホ 428px

@media screen and (max-width: 960px){
}
*/

.topblock-01{
	width: 100%;
	position: relative;
}
.topblock-01 .bgimage img{
	width: 100%;
	position: relative;
	top: 0;
}
.topblock-01 .concept{
	font-family: "shipporimincho";
	font-weight: 700;
	font-size: 40px;
	position: absolute;
	top: calc(50% - 40px);
	left: 50%;
	color: #fff;
	text-shadow: #000 1px 0 10px;
}
@media screen and (max-width: 960px){
	.topblock-01 .concept{
		font-size: 23px;
		top: 20%;
		left: 18%;
	}
}

.topblock-02{
	width: 100%;
	position: relative;
	background-image: url(../img/bg_top_office.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.topblock-02 .about{
	width: 780px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.6);
	position: relative;
	top: -40px;
	padding-top: 80px;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
}
.topblock-02 .about h2{
	font-size: 20px;
	width: 8em;
}
.topblock-02 .about p{
	font-size: 13px;
	width: 42em;
	line-height: 150%;
}
.topblock-02 .building{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.topblock-02 .building .heading{
	writing-mode: vertical-rl;
	order: 4;
	position: relative;
	margin-left: 15px;
}
.topblock-02 .building .heading h2{
	font-size: 16px;
}
.topblock-02 .building .heading .marker::before{
	width: 2em;
	height: 1.5em;
	position: relative;
	right: -20px;
}
.topblock-02 .building .heading h2 .heading-inner{
	display: inline-block;
}
.topblock-02 .building .heading h2 .jp{
	font-family: "shipporimincho";
	font-weight: 500;
	font-size: 18px;
}
.topblock-02 .building .heading h2 .en{
	padding-top: 3px;
}
.topblock-02 .building .heading p{
	line-height: 150%;
	padding-top: 60px;
}
.topblock-02 .building .build{
	width: 23%;
	margin: 0 15px;
	position: relative;
}
.topblock-02 .building .build img{
	margin-top: 20px;
}
.topblock-02 .building .build h3{
	writing-mode: vertical-rl;
	font-family: "shipporimincho";
	font-weight: 500;
	position: absolute;
	top: 0;
	right: 30px;
	color: #fff;
	background-color: #60534d;
	font-size: 16px;
	text-align:center;
	height: 180px;
	padding: 0 6px;
}
.topblock-02 .building .build .more-outer{
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-bottom: 1px solid #fff;
	width: 50%;
}
.topblock-02 .building .build .more-inner{
	background-color: #fff;
	padding: 3px;
	text-align: center;
	width: 80px;
	position: absolute;
	height: 25px;
	top: -25px;
	right: 0;
}
.topblock-02 .building .build .more-inner::after{
	display: block;
	content: "";
	position: absolute;
	top: 14px;
	right: 8px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: rotate(45deg);
}
.topblock-02 .building .build .more-inner a{
	display: block;
}
.topblock-02 .building .build01{
	order: 3;
}
.topblock-02 .building .build02{
	order: 2;
}
.topblock-02 .building .build03{
	order: 1;
}
@media screen and (max-width: 960px){
	.topblock-02 .about{
		width: 95%;
		padding-top: 60px;
		display: block;
	}
	.topblock-02 .about h2{
		margin: 0 auto;
	}
	.topblock-02 .about p{
		width: 100%;
		padding: 0 8px;
		margin-top: 15px;
	}
	.topblock-02 .building{
		display: block;
	}
	.topblock-02 .building .heading{
		writing-mode: horizontal-tb;
		margin-left: 0;
	}
	.topblock-02 .building .heading h2{
		font-size: 26px;
		margin: 0 auto;
		width: 272px;
	}
	.topblock-02 .building .heading .marker::before{
		right: 0;
	}
	.topblock-02 .building .heading h2 .heading-inner{
	}
	.topblock-02 .building .heading h2 .jp{
		font-size: 22px;
	}
	.topblock-02 .building .heading h2 .en{
		padding: 0;
	}
	.topblock-02 .building .heading p{
		padding-top: 20px;
		padding: 20px 10px;
		font-size: 16px;
	}
	.topblock-02 .building .build{
		width: 90%;
		margin: 0 auto;
	}
	.topblock-02 .building .build img{
		width: 100%;
		height: 400px;
		object-fit: cover;
		margin-top: 40px;
	}
	.topblock-02 .building .build h3{
		top: -15px;
		left: 20px;
		right: auto;
	}

}

.topblock-03{
	margin-top: 40px;
	display: flex;
}
.topblock-03 .outer{
	width: 50%;
	display: flex;
	padding: 50px;
}
.topblock-03 .outer .inner{
	width: 60%;
	background-color: rgba(244,243,241,0.9);
	padding: 30px 0 0 20px;
	position: relative;
	order: 1;
}
.topblock-03 .outer .inner h2{
	font-family: "shipporimincho";
	font-weight: 500;
	font-size: 18px;
}
.topblock-03 .outer .inner .en{
	font-size: 12px;
	padding-left: 22px;
}
.topblock-03 .outer .inner p{
	font-size: 10px;
	padding-left: 22px;
	padding-top: 10px;
}
.topblock-03 .outer .inner .more{
	position: absolute;
	bottom: 16px;
	right: 16px;
	width: 170px;
	border-bottom: 2px solid #9f8274;
}
.topblock-03 .outer .inner .more a{
	display: inline-block;
	background-color: #9f8274;
	color: #fff;
	text-align: center;
	width: 80px;
	margin-left: 90px;
}
.topblock-03 .outer .inner .more a::after{
	display: block;
	content: "";
	position: absolute;
	top: 12px;
	right: 8px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
}

.topblock-03 .outer picture{
	display: block;
	width: 40%;
	order: 2;
}
.topblock-03 .oversea{
	background-image: url(../img/bg_top_oversea.jpg);
	background-repeat: no-repeat;
}
.topblock-03 .segawatei{
	background-image: url(../img/bg_top_segawatei.jpg);
	background-repeat: no-repeat;
}
@media screen and (max-width: 960px){
	.topblock-03{
		margin-top: 60px;
		display: block;
	}
	.topblock-03 .outer{
		display: block;
		width: 100%;
		position: relative;
		padding: 5%;
	}
	.topblock-03 .outer::after{
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		backdrop-filter: blur(3px);
	}
	.topblock-03 .outer .inner{
		width: 100%;
		padding: 20px;
		position: relative;
		z-index: 2;
	}
	.topblock-03 .outer picture{
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.topblock-03 .outer .inner h2::before{
		position: relative;
		top: 10px;
	}
	.topblock-03 .outer .inner .en{
		padding-left: 54px;
		position: relative;
		top: -4px;
	}
	.topblock-03 .outer .inner p{
		padding: 10px 20px 40px 20px;
	}
	.topblock-03 .outer .inner .more{
		width: 90%;
	}
	.topblock-03 .outer .inner .more a{
		margin-left: 0;
		position: absolute;
		top: -20px;
		right: 0;
	}
	.topblock-03 .oversea img,
	.topblock-03 .segawatei img{
		width: 100%;
	}
}

.topblock-04{
	margin-top: 40px;
}
.topblock-04 h2{
	font-size: 16px;
	width: 100px;
	margin: 0 auto;
}
.topblock-04 #notice_outer{
	margin: 20px auto;
	width: 50%;
}
.topblock-04 #notice_outer .notice_inner{
	border-bottom: 1px solid #888;
	padding: 10px 0;
	display: flex;
	justify-content: center;
}
.topblock-04 #notice_outer .notice_inner .date{
	color: #a78777;
	font-size: 14px;
	width: 100px;
}
.topblock-04 #notice_outer .notice_inner .title{
	font-size: 14px;
	width: 400px;
}

.topblock-04 #notice_outer #notice_no_data{
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #888;
	padding: 10px 0;
}
@media screen and (max-width: 960px){
	.topblock-04 #notice_outer{
		width: 90%;
	}
	.topblock-04 #notice_outer .notice_inner .date{
		width: 110px;
	}
}


