@charset "utf-8";
html {
    height: 100%;
}
.title{
  font-size: clamp(1.8rem, calc(1.25vw + 1.5rem), 3.2rem);
  text-align:justify;width:calc(100vw - 20px)
  text-decoration: none;
  list-style: none;
}
body {

  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,sans-serif;
  font-size: 25px;
  word-wrap: break-word;
  min-height: 100%;
  color:darkgrey;
}
  line-height: 130%;
  color:#a9a9a9;
  background: #ffffff;
  width:1360px
}
.menu {
  display: flex;
  font-size: 100%;
  list-style: none;
  display: block;
  text-decoration: none;
  color: #5f9ea0;
  margin-right: 35px;
}

a {
  display: block;
  text-decoration: none;
  color: #5f9ea0;
  margin-right: 35px;
}
a:visited {
  color: lightpink;
}