@charset "UTF-8";

body{
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: "HG正楷書体-PRO"
}

.section-wrap {
  padding: 32px 0;
}

.section-inner {
  width: 1080px;
  margin: 0 auto;
}

.section-title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 5px ;
  padding: 8px 0 8px 8px;
}

.line-space {
  line-height: 1.7;
}

.hyper-link {
  color: #1d3994;
  text-decoration: underline;
}

/* スマホ対応*/
@media screen and (max-width:560px) {
  .header {
    width: 1080px;
  }

  .nav-list {
    width: 1080px;
  }

  .kv {
    width: 1080px;
  }

  .footer {
    width: 1080px;
  }

}


/* headerのスタイル */

.header {
  padding: 40px;
  background-color: rgba(224, 126, 28, 0.60);
}
.header-logo {
  width: 150px;
  margin: 0 auto;
}

.header-nav {
  margin-top: 25px;
}

.nav-list {
  display: flex;
  justify-content: center;
}

.nav-item {
  font-size: 32px;
}

.nav-item + .nav-item {
  margin-left: 40px;
}

.kv {
  background-color: rgba(224, 126, 28, 0.60);
  padding: 60px 0;
}

.kv-img {
height: 480px;
}


.kv-img img {
  height: 100%;
  object-fit: cover;
}

/* conceptのスタイル */

.concept {
  color: #031919;
  background-image: url(images/kaikun.png);
}
.concept-copy {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}


.concept-txt {
  font-size: 24px;
  text-align: center;
  margin-top: 32px;
}

/* ideaのスタイル */

.idea {
  color: #031919;
}

.idea-txt {
  font-size: 20px;
  text-align: justify;
  margin-top: 32px;
}

/* projectのスタイル */

.project {
  color: #031919;
}

.project-title {
  text-align: center;
  margin-top: 24px;
  font-weight: bold;
}
.project-img {
  width: 272px;
  margin: 0 auto;
  padding: 8px 0;
}

.project-txt {
  font-size: 16px;
  text-align: center;
}

/* linkのスタイル */

.link-morinoebi {
  display: block;
  border: 1px solid #ccc;
  width: 800px;
  line-height: 3;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 30px;
}

.link-morinoebi:hover {
  background-color: #000;
  color: #fff;
}

.link-kaito {
  display: block;
  border: 1px solid #ccc;
  width: 800px;
  line-height: 3;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 30px;
}

.link-kaito:hover {
  background-color: #000;
  color: #fff;
}

/* footerのスタイル */
.footer {
  padding: 40px;
  background-color: rgba(224, 126, 28, 0.60);
}
.footer-logo {
  width: 150px;
  margin: 0 auto;
}

.footer-nav {
  margin-top: 25px;
}

.nav-list {
  display: flex;
  justify-content: center;
}

.nav-item + .nav-item {
  margin-left: 40px;
}

.footer-cr {
  display: block;
  text-align: center;
  padding: 16px 0;
}



/*  
  width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
}

.name{
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.container{
  width: 760px;
  padding: 64px 0;
  margin: 0 auto;
}





.section-wrap p {
  margin-top: 24px;
}

.work-img {
  margin-top: 8px;
}

.footer{
  padding: 16px 0;
  text-align: center;
}

.footer-cr {
  font-size: 12px;
}
*/