@charset "utf-8";

/*メインビジュアルの設定*/
.main-visual{
  padding-top: 140px;
  padding-bottom: 70px;
  background-image: url(../image/background.png);
  background-size: cover;
  color: white;
  text-align: center;}

.top-title{
  font-size: 64px;
  margin-bottom: 10px;}

.top-subtitle{
  font-size: 24px;
  margin-bottom: 60px;}

/*メインコンテンツの設定*/
.main{
  text-align: center;}
