@charset "UTF-8";

html{
  font-size: 100%;
}

body{
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 2.0;
  margin: 0 auto;
  text-align: center;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

.bold{
  font-weight: bold;
}

.wrapper{
  display: flex;
  justify-content: space-between;
}

.logo{
  width: 60%;
  margin-top: 10%;
}

.nav-menu{
  display: flex;
}

.nav-menu li{
  font-size: 1.6rem;
  margin-right: 20px;
  margin-top: 10%;
}

.top-text{
  display: inline-block;
  text-align: left;
  font-size: 3rem;
  position: absolute;
  top: 40%;
  left: 10%;
  font-weight: lighter;
  color: whitesmoke;
  filter: drop-shadow(0.5px 0.5px 1px black);
}

.title{
  font-size: 3rem;
  font-weight: bold;
}

.pc{
  width: 70%;
}

.yoko{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.matu{
  font-size: 2rem;
  font-weight: bold;
}


footer{
  background-color: rgb(201, 194, 194);
}

.ft-contents{
  display: flex;
  justify-content: center;
}

.ft-title{
  font-size: 2rem;
}

.ft-menu{
  padding-top: 20px;
}

.ft-logo{
  width: 30%;
}

.ft-list{
  display: flex;
}

.ft-list li{
  padding-right: 10px;
}