@charset "utf-8";

header {
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 2;
	top: 0;
	padding-bottom: 15px;
	transition: all .6s;
	background-image: url("../images/common/png_02.png");
	background-repeat: no-repeat;
	background-position: left -200px;
}

.header_on {
	transition: all .6s;
	background-image: url("../images/common/png_02.png");
	background-position: left center;
}

.logo {
	opacity: 0;
}

.logo_on {
	opacity: 1;
	transition: all .5s;
}

/*---スクロールタイトル消す sp ---*/
.scroll_title {
	display: none;
}

/*------sp------*/
.bg_01 {
	background-image: url("../images/top/bg_01_1.png"), url("../images/top/bg_01_2.png"), url("../images/top/bg_01_3.png");
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right top, right bottom, center center;
	background-size: 120%;
}

.bg_02 {
	background-image: url("../images/top/bg_02_1.png"), url("../images/top/bg_01_2.png"), url("../images/top/bg_01_3.png");
}

.bg_03 {
	background-image: url("../images/top/bg_02_1.png"), none, url("../images/top/bg_01_3.png");
}

.contents {
	background-image: url(../images/top/png_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: auto;
	transition: all 1s;
	padding-top: 100px;
}

.contents.sc_only {
	background: none;
	transition: all 1s;
}

.inner {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px
}

.main_logo {
	/*width: 90%;*/
	width: 80%;
	max-width: 780px;
	/*max-width: 1024px;*/
	margin: 0 auto;
	transition: all .8s;
}

.sc_only .main_logo {
	width: 60%;
	transition: all .8s;
}

.information {
	width: 95%;
	max-width: 530px;
	margin: 20px auto 0;
	padding: 20px 0;
	transition: all 0s !important;
}

.sc_only .information {
	background-image: url(../images/top/png_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 130%;
	background-color: rgba(0, 0, 0, .8);
	border-radius: 8px;
	margin: 80px auto 50px;
	transition: all 0s !important;
}

.information h1 {
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.7em;
	font-weight: 500;
	color: #93278f;
}

.sc_only .information h1 {
	color: #ffffff;
}

.sub_tx {
	font-size: 1.0rem;
	padding: 5px 0 12px;
	text-align: center;
	letter-spacing: .1em;
	color: #999999;
}

.sc_only .sub_tx {
	color: #ffffff;
	background-image:
		url(../images/top/png_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 35px auto;
}

.add_tx {
	padding: 10px 0 0;
	color: #000000;
}

.sc_only .add_tx {
	padding: 30px 10px 0 20px;
	color: #ffffff;
	margin: 0 auto;
	max-width: 420px;
	display: none;
}

.information p {
	width: 90%;
	max-width: 460px;
	margin: 20px auto 0;
	padding: 20px 0 0;
	line-height: 2.0em;
	/*background-image: url(../images/top/png_03.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 35px auto;*/
	color: #ffffff;
}

.info_p {
	display: none;
	opacity: 0;
	height: 20px;
}

.sc_only .info_p {
	display: block;
	opacity: 1;
	height: auto;
}

.news_box {
	width: 90%;
	max-width: 710px;
	margin: 50px auto 0;
	transition: all .5s;
}

.sc_only .news_box {
	margin: 40px auto 0;
	transition: all .5s;
}

/*スクロールを促すbox*/
.scroll_box {
	position: relative;
	left: 50%;
	width: 1px;
}

.scroll_box::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 0px;
	background: #eee;
	animation: pathmove 1.3s ease-in-out infinite;
	opacity: 0;
}

/*スクロールを促すアニメーション*/
@keyframes pathmove {
	0% {
		height: 0;
		top: 20;
		opacity: 0;
	}

	30% {
		height: 60px;
		opacity: 1;
	}

	100% {
		height: 0;
		top: 80px;
		opacity: 0;
	}
}

.news_box ul {
	height: 301px;
	overflow-y: scroll;
}

.news_box ul li {
	display: flex;
	flex-wrap: wrap;
	padding: 7px 4px;
}

.news_box ul li.bor {
	border-bottom: 1px dotted #4d4d4d;
}

.news_category {
	text-align: center;
	width: 60px;
	background-repeat: no-repeat;
	background-image: url(../images/top/png_04.png);
	font-size: 1.0rem;
	background-position: center center;
	background-size: 100% auto;
	color: #ffffff;
}

.news_date {
	font-family: 'Arial', sans-serif;
	width: 100px;
	width: auto;
	margin-left: 10px;
	color: #4d4d4d;
	padding-top: 2px;
}

.news_tx_box {
	width: 100%;
	background-image: url(../images/top/png_05.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px auto;
	padding-right: 30px;
	display: flex;
}

.news_tx {
	width: calc(100% - 3em);
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #4d4d4d
}

.news_mark {
	width: 3em;
	color: #93278f;
	font-size: 1.0rem;
	text-align: center;
	padding-left: 10px;
}

/*------メリット sp------*/
.merit {
	margin-top: 920px;
}

.merit h2 {
	font-size: 1.7rem;
	text-align: center;
	font-weight: 500;
	padding-top: 100px;
	line-height: 2.0em;
	color: #93278f;
}

.merit p {
	width: 90%;
	max-width: 480px;
	margin: 0 auto;
	padding-top: 50px;
}

.main_point {
	width: 90%;
	max-width: 480px;
	margin: 50px auto 0;
	padding: 0px 6% 20px;
	border-radius: 10px;
	background-image: url("../images/top/img_05.jpg");
}

.tx_space {
	letter-spacing: 0.56em;
}

.tx_space2 {
	letter-spacing: 0.12em;
}

.main_point table {
	width: 100%;
}

.main_point table tr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main_point table tr th {
	font-size: 1.7rem;
	font-weight: 400;
	width: 100%;
	padding: 20px 0 10px;
	background-image: url(../images/top/png_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 40px auto;
}

.main_point table tr td {
	width: 100%;
	padding: 10px 0 10px;
	border-bottom: 1px dotted #ffffff;
}

.main_point table tr .no-border {
	border: none;
}

.space {
	padding-bottom: 50px;
}

/* 動画 */
.mv-wrap {
	position: relative;
	/* 背景画像の高さ */
	height: 100%;
}

video {
	display: block;
	width: 100%;
	/* 背景画像の高さ */
	height: 100%;
	/* 高さを維持したまま全体を表示させる */
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.mv-bg {
	display: block;
	width: 100%;
	/* 背景画像の高さ */
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* 薄いレイヤーの色 */
	background-color: rgba(255, 255, 255, 0.8);
	/* videoの上に乗せる */
	z-index: 0;
}

/*------メリット2 sp------*/
.technique {
	padding-top: 50px;
	padding-bottom: 100px;
}

.technique_img {
	width: 90%;
	max-width: 450px;
	margin: 0 auto;
}

.technique_tx {
	width: 90%;
	max-width: 450px;
	margin: 20px auto 0;
}

/*------お問い合わせ sp------*/
.contact_area {
	padding: 50px 0 120px;
}

.contact_area p {
	font-size: 1.7rem;
	text-align: center;
	letter-spacing: .2em;
	color: #93278f;
	padding-top: 60px;
}

.sns_wrap {
	padding-top: 100px;
	display: flex;
	justify-content: center;
	padding: 60px 0 0;
}

.sns_icon {
	font-size: 2.0rem;
	margin: 0 15px;
	border: 1px solid #ffffff;
	background-color: #333333;
	padding: 8px 10px;
	border-radius: 60px;
	line-height: 1.0em;
	position: relative;
	color: #ffffff;
}

.sns_icon a {
	color: #ffffff;
}

.sns_icon a:hover {
	color: #cd9bcb;
}

@media (min-width:480px) {
	.news_tx_box {
		width: calc(100% - 170px);
	}

	.sc_only .information {
		background-size: 100%;
	}
}

@media (min-width:768px) {
	header {
		height: 90px;
	}

	.news_box ul {
		height: 211px;
	}

	/*------tab------*/
	.bg_01 {
		background-size: 100%;
	}

	/*---スクロールタイトル tab ---*/
	.scroll_title {
		display: block;
		position: absolute;
		width: 250px;
		height: 100%;
		text-align: center;
		top: 0;
		left: calc(50% - 125px);
		background-image: url(../images/top/png_03.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		transition: all 0.6s ease-out;
		opacity: 0;
	}

	.scroll_title:before {
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 1.9rem;
		top: 25px;
		left: 0;
		color: #ffffff;
		letter-spacing: .2em;
		display: inline-block;
		vertical-align: middle;

	}

	.scroll_title:after {
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 1.2rem;
		top: 60px;
		left: 0;
		color: #ffffff;
		letter-spacing: .1em;
		display: inline-block;
		vertical-align: middle;
	}

	.scroll_title_01 {
		opacity: 1;
		transition: all 0.6s ease-out;
	}

	.scroll_title_01:before {
		content: "美保テクノスのBIM";
	}

	.scroll_title_01:after {
		content: "BIM of Miho Technos";
	}

	.scroll_title_02 {
		opacity: 1;
		transition: all 0.6s ease-out;
	}

	.scroll_title_02:before {
		content: "BIMを使うメリット";
	}

	.scroll_title_02:after {
		content: "Benefits of BIM";
	}

	.scroll_title_03 {
		opacity: 1;
		transition: all 0.6s ease-out;
	}

	.scroll_title_03:before {
		content: "お問い合わせ";
	}

	.scroll_title_03:after {
		content: "Contact";
	}

	/*------tab------*/
	.contents {
		padding-top: 130px;
		/*height: 100vh;*/
	}

	.contents.sc_only {
		height: auto;
	}

	.inner {
		margin: 10px auto 0;
		padding-bottom: 75px;
	}

	.information {
		padding: 40px 10px 30px;
		background-size: 480px;
	}

	.information h1 {
		font-size: 1.9rem;
		letter-spacing: .3em;
	}

	.sub_tx {
		font-size: 1.2rem;
		padding: 10px 0 20px;
		letter-spacing: .2em;
	}

	.sc_only .sub_tx {
		background-size: 70px auto;
	}

	.add_tx {
		padding: 15px 0 0;
	}

	.sc_only .add_tx {
		padding: 30px 10px 0 25px;
		color: #ffffff;
		margin: 0 auto;
		max-width: 500px;
	}

	.information p {
		margin: 2px auto 0;
		padding: 30px 0 0;
		/*background-size: 70px auto;	*/
		max-width: 500px;
	}

	.news_category {
		width: 80px;
		font-size: 1.4rem;
	}

	.news_mark {
		font-size: 1.4rem;
	}

	.news_tx_box {
		width: calc(100% - 190px);
		/*width: calc(100% - 100px);*/
		background-size: 22px auto;
		padding-right: 50px;
	}

	/*------メリット tab------*/
	.merit {
		margin-top: 1100px;
	}

	.merit h2 {
		font-size: 2.5rem;
		letter-spacing: .3em;
		padding-top: 180px;
	}

	.merit p {
		padding-top: 80px;
	}

	.main_point {
		max-width: 1100px;
		margin: 80px auto 0;
		padding: 20px 30px 20px;
	}

	.main_point table tr th {
		font-size: 2.0rem;
		width: 40%;
		padding: 30px 0 30px 30px;
		background-image: url(../images/top/png_07.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: auto 50px;
		text-align: left;
		display: flex;
		align-items: center;
		border-bottom: 1px dotted #ffffff;
	}

	.main_point table tr td {
		width: 60%;
		padding: 30px 0 30px;
		border-bottom: 1px dotted #ffffff;
	}

	.space {
		padding-bottom: 150px;
	}

	/*------メリット2 tab------*/
	.technique {
		padding-top: 150px;
		padding-bottom: 200px;
	}

	.technique_center {
		width: 255px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}

	.technique_layer_01 {
		position: absolute;
		top: -37px;
		left: -154px;
		width: 203px;
	}

	.technique_layer_02 {
		position: absolute;
		top: 115px;
		left: -154px;
		width: 203px;
	}

	.technique_layer_03 {
		position: absolute;
		top: -37px;
		right: -177px;
		width: 222px;
	}

	.technique_layer_04 {
		position: absolute;
		top: 115px;
		right: -177px;
		width: 222px;
	}

	.technique_layer_05 {
		position: absolute;
		bottom: -70px;
		left: -183px;
		width: 621px;
		z-index: -1;
	}

	.technique_tx {
		max-width: 630px;
		margin: 90px auto 0;
	}

	/*------お問い合わせ tab------*/
	.contact_area {
		padding: 50px 0 120px;
		height: calc(100vh - 100px);
	}

	.contact_area p {
		font-size: 2.4rem;
		padding-top: 70px;
	}

	.sns_wrap {
		padding-top: 150px;
		padding: 140px 0 0;
	}

	.sns_icon {
		font-size: 3.0rem;
		margin: 0 25px;
		padding: 7px 12px 12px;
	}


}

@media (min-width:1024px) {
	header {
		height: 105px;
	}

	.news_box ul {
		height: 229px;
	}

	.sc_only .main_logo {
		width: 530px;
	}

	/*------メリット pc------*/

	.merit h2 {
		font-size: 3.0rem;
		padding-top: 200px;
	}

	.merit p {
		padding-top: 100px;
	}

	.main_point {
		margin: 120px auto 0;
		padding: 20px 60px 20px;
	}

	.main_point table tr th {
		font-size: 3.0rem;
		width: 50%;
		padding: 30px 0 30px 55px;
		background-image: url(../images/top/png_07.png);
		background-repeat: no-repeat;
		background-position: 30px center;
		background-size: auto 70px;
		text-align: left;
		display: flex;
		align-items: center;
		border-bottom: 1px dotted #ffffff;
	}

	.main_point table tr td {
		width: 50%;
		padding: 30px 0 30px;
		border-bottom: 1px dotted #ffffff;
	}

	.space {
		padding-bottom: 250px;
	}

	.add_tx {
		text-align: center;
	}

	/*------メリット2 pc------*/
	.technique_center {
		width: 425px;
		margin: 0 auto;
		position: relative;
	}

	.technique_layer_01 {
		position: absolute;
		top: -60px;
		left: -260px;
		width: 339px;
	}

	.technique_layer_02 {
		position: absolute;
		top: 200px;
		left: -260px;
		width: 339px;
	}

	.technique_layer_03 {
		position: absolute;
		top: -60px;
		right: -285px;
		width: 371px;
	}

	.technique_layer_04 {
		position: absolute;
		top: 200px;
		right: -285px;
		width: 371px;
	}

	.technique_layer_05 {
		position: absolute;
		bottom: -105px;
		left: -255px;
		width: 950px;
	}

	.technique_tx {
		max-width: 950px;
		margin: 130px auto 0;
	}

	/*------お問い合わせ pc------*/
	.contact_area {
		padding: 90px 0 200px;
	}

	.contact_area p {
		font-size: 3.0rem;
		padding-top: 110px;
	}


}

@media (min-width:1280px) {

	/*------メリット------*/
	.merit {
		margin-top: 100vh;
	}

	.main_point {
		padding: 20px 100px 20px;
	}

	.space {
		padding-bottom: 300px;
	}

	/*------メリット2------*/
	.technique {
		padding-bottom: 300px;
	}

	.technique_layer_05 {
		bottom: -118px;
		left: -307px;
		width: 1036px;
	}

	.technique_tx {
		max-width: 1036px;
		margin: 145px auto 0;
	}


}

@media (min-width:1920px) {
	.contents {
		background-size: 1920px;
	}
}