@charset "utf-8";

.first-view {
  height: calc(100vh);
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view img {
  margin-top: 10px;
}

.first-view-text {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 50px;
  padding-right: 20px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000000;
}

.first-view-text h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 35px;
  padding-left: 10px;
}

.first-view-text p {
  font-size: 18px;
  margin-top: 20px;
}

.obi {
  border-top: solid 1px #aaaaaa;
  height: 15px;
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #8b8b8b;
}

.feature {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.feature img {
  width: 360px;
}

.feature-text {
  text-align: justify;
  max-width: 500px;

}

.feature-text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bolder;
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}

.reverse {
  flex-direction: row-reverse;
}

.feature-text h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.feature-text h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
}

.link-banner-area {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 80px;
}

.link-banner-linkbtn {
  background-color: #ffffff;
  display: inline-block;
  min-width: 230px;
  line-height: 48px;
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0px 0px 5px #535353;
}

.link-banner-linkbtn:hover {
  opacity: 0.8;
}

.link-banner-area img {
  width: 50px;
}

.link-banner-area img:hover {
  opacity: 0.5;
}

.sub-navi {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bolder;
  margin-top: 80px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.sub-navi h2 {
  color: #3b3b3b;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.sub-navi h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.navi-list {
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.navi-list a li {
  width: 260px;
  margin-left: 75px;
  border-radius: 5px;
  background-color: #f3f3f3;
  box-shadow: 0px 0px 5px #7e7e7e;
  border: solid 1px #ffffff;
  -moz-transition: -moz-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  transition: transform 0.1s linear;
}

.navi-list li:first-child {
  margin-left: 0;
}

.navi-list li:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.navi-list dl {
  margin-top: 5px;
}

.navi-list dt{
  color: #204977;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: solid 2px #204977;
}

.navi-list dd{
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.news-area {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.news-area h2 {
  font-size: 40px;
}

.news-area h2 span {
  color: #2b5a86;
}

.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .item:first-child a {
  border-top: 1px solid #CCC;
}

.news-list .item .date {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #999;
  padding: 0 20px 0 0;
}

.news-list .item .title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bolder;
  margin: 0;
  width: 100%;
}

.contact-banner{
  max-width: 900px;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.contact-banner-area p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bolder;
  color: #5c5c5c;
  text-align: center;
  font-size: 15px;
  padding-top: 15px;
}

.contact-banner-area{
  color: #ffffff;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.contact-banner-linkbtn{
    background-color: #142d46;
    display: inline-block;
    min-width: 200px;
    line-height: 48px;
    border-radius: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bolder;
    font-size: 20px;
    font-weight: bold;
    box-shadow:  0px 0px 5px #535353;
  }

.contact-banner-linkbtn:hover{
color: #3a3a3a;
    background-color: #a3c0ff;
  }


.news-list .item a:hover .title {
  color: #00F;
}

@media (max-width: 900px) {

  .first-view h1 {
    padding: 5px 5px;
  }

  .first-view h1 small {
    font-size: 8px;
  }

  .first-view {

    height: calc(100vh);
    align-items: flex-start;
  }

  .first-view-text {
    text-align: left;
    padding-top: 150px;
    padding-left: 20px;
  }

  .first-view-text h1 {
    font-size: 18px;
    line-height: 48px;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .feature {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .feature-text {
    margin-right: 0;
  }

  .reverse .feature-text {
    margin-left: 0;
  }

  .feature img {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .link-banner-area {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .navi-list {
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .navi-list a {
    margin-left: 30px;
  }

  .navi-list li {
    width: 200px;
    flex-shrink: 0;
  }

  .navi-list a:first-child {
    margin-left: 0;
  }

  .news-area {
    display: block;
    width: 500px;
    margin-top: 75px;
  }

  .news-area h2 {
    font-size: 25px;
  }

  .news-list .item a {
    flex-wrap: wrap;
  }

  .news-list .item .date {
    min-width: 100px;
  }

  .news-list .item .title {
    margin-top: 10px;
  }

}