@charset "UTF-8";

main {
  margin-top: 200px;
}

.site-tit {
  margin-top: 100px;
}

.site-txt {
  font-size: 100px;
  font-family: futura-pt;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #171717;
}

.year-txt {
  width: 506px;
}

.year-txt p {
  font-size: 32px;
  font-family: Futura PT;
  font-weight: 300;
  text-align: right;
}

nav {
  display: flex;
  justify-items: right;

}

header nav {
  width: 1000px;
  padding: 20px;
  background-color: #050B36;
  margin: 60px 0 0 auto;
}

nav li {
  margin-right: 100px;

}

ul {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: medium;
}

a:hover {
  color: #fff;
  transition: 0.5s;
}

/* -------ここからabout-------- */
/* span {
  width: 843px;
  height: 25px;
  background-color: #050B36;
  display: block;
  margin: 0 auto 0 0 ;
  position: absolute;
  max-width: 100%;
} */
body > main {
  background-color: #fff;
}

.top-about {
  width: 1280px;
  margin: 0 auto;
}

.top-about h2 {
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: medium;
  text-align: center;
  margin-bottom: 10px;
  color: #050B36;
}

.top-about-tit p {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: medium;
  text-align: center;
  margin-bottom: 90px;
  color: #050B36;
}

.top-about-box {
  display: flex;
  /* justify-content: space-between; */
  margin: 0 auto;
  position: relative;
}

.top-about img {
  width: 600px;
  height: 450px;
}

.top-about-box-right {
  width: 640px;
  height: 380px;
  background-color: #F9F8CD;
  font-size: 16px;
  font-weight: Medium;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  left: 523px;
  top: 179px;
  border-radius: 10px;
}

.top-about-box-right > a {
  position: absolute;
  right: 40px;
  bottom: -28px;
}

.top-about-box-right-txt h3 {
  font-size: 18px;
  font-weight: normal ;
  margin-bottom: 20px;
}

.top-about-box-right-txt h4 {
  font-size: 18px;
  font-weight: normal ;
  margin-bottom: 20px;
}

.top-about-box-right-txt p {
  width: 556px;
 line-height: 2.25;
 letter-spacing: 0.02em;
}

/* -----workここから--------- */

.top-work {
  width: 100%;
  margin: 0 auto;
  background-color: #F9F8CD;
  margin-top: 300px;
}

.top-work-box {
  width: 1280px;
  margin: 0 auto;
}

.top-work h2 {
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: medium;
  text-align: center;
  margin-bottom: 10px;
  color: #050B36;
}

.top-work-tit p {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: medium;
  text-align: center;
  margin-bottom: 90px;
  color: #050B36;
}

.top-work-box-wp {
  margin: 0 auto;
  /* width: 1000px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-work-box-inner {
  width: 400px;
  margin-bottom: 40px;
}

.top-work-box-inner img{
  width: 400px;
  height: 271px;
  transition: 0.3s;
}

.top-work-box-inner img:hover {
  opacity: 0.5;
}

#graphic1 {
  background-color: #FFBAF9;
}
#graphic1 {
  background-color: #FFBAF9;
}
#graphic3 {
  background-color: #A6EC9D;
}
#graphic4 {
  background-color: #CBD5E6;
}
#graphic5 {
  background-color: #fff;
}

.work-btn {
  display: flex;
  justify-content: center;
}


/* -----contactここから--------- */

.top-contact {
  width: 100%;
  height: 820px;
  margin: 0 auto;
  background-color:rgba(5, 11, 54, 0.1);
  margin-top: 150px;  
}

.top-contact-box {
  width: 1280px;
  margin: 0 auto;
}

.top-contact h2 {
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: medium;
  text-align: center;
  margin-bottom: 10px;
  color: #050B36;
}

.top-contact-tit p {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: medium;
  text-align: center;
  margin-bottom: 90px;
  color: #050B36;
}

.top-contact-form {
  width: 900px;
  height: 500px;
  background-color: #B8B8B8;
  display: flex;
  margin: 0 auto;
}

.top-contact-form p {
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 auto;
  
}

footer p {
  padding: 30px;
  background-color: #050B36;
  color: #fff;
  text-align: center;
}

/* ----反映されないためとりあずここに---- */
#view-bt {
  width: 220px;
  height: 50px;
}

.view-btn img{
  transition: 0.3s;
}

.work-btn img{
  transition: 0.3s;
}

#view-bt:hover {
  opacity: 0.9;
}