@charset "UTF-8";
/* CSS Document */
/*****************************************
メインビジュアル
******************************************/
.main-visual {
  position: relative;
  top: 90px;
}
.ofi {
  width: 100%;
  height: 536px;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;'; /*IE対策*/
}
.construct-block {
  position: absolute;
  top: 0;
  padding: 150px 0 0 8%;
}
.construct-block p {
  font-size: 2.5rem;
  margin-bottom: 30px;
	text-shadow: 0px 0px 4px #fff;
}
.construct-block p:last-of-type {
  margin-bottom: 60px;
}
.construct-block a {
  font-size: 2rem;
  padding: 10px 0;
  background: #00a9e9;
  text-align: center;
  position: absolute;
  width: 300px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
  color: #fff;
}
.construct-block a:hover {
  background: #a1caea;
  color: #424242;
}
/*****************************************
フッター
******************************************/
footer {
	margin-top: 100px;
}