@charset "utf-8";

.title {
  margin-top: 80px;
  height: 310px;
  background-image: url(../img/bg-company.png);
  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 3px #000000;
}

.title h1 {
  font-family: sans-serif;
  font-size: 40px;
  font-weight: bold;
}

.title p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  margin-top: 15px;
}

.obi{
  border-top: solid 1px #aaaaaa;
  border-bottom: solid 1px #2b5a86;
  height: 50px;
  background-color: #dadada;
  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;
}

.obi p{
  color: #3f3f3f;
  width: 930px;
  max-width: 90%;
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.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;
  border-bottom: solid 1px #aaaaaa;
  padding-bottom: 75px;
}

.feature img{
  width: 360px;
}

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

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

.feature video{
  width: 360px;
}

.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 span{
  color: #2b5a86;
}

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

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

.feature2 img{
  margin-top: 25px;
  width: 930px;
}

.feature2 video{
  width: 360px;
}

.feature2-text{
  max-width: 500px;
  margin-right: 40px;
}

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

.feature2-text h2{
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

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

.feature2-text p{
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
}

.movie{
  width: 930px;
  max-width: 90%;
  background-color: #f8f8f8;
  padding: 50px 60px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.movie h2{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

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

.movie iframe{
  display: block;
  width: 100%;
  height: 456px;
  margin-top: 30px;
}

.movie p{
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
}

.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;
  }


  .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;
  }

.table-area{
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.table{
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
  margin-top: 25px;
}

.table th,
.table td {
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    border: 1px solid #ddd;
}

.table th {
    background-color: #f5f5f5;
}

.news-area {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 150px;
  margin-bottom: 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 .tit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bolder;
  margin: 0;
  width: 100%;
}

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

.link-banner-area {
  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-family: 'Noto Serif JP', serif;
  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;
}

@media (max-width: 900px){
  .title {
    margin-top: 50px;
  }

  .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;
  }
  .feature video{
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
  .movie{
  width: 500px;
  padding: 30px 25px;
  }
  .movie iframe{
    height: 240px;
  }
  .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;
  }

  .table-area{
  padding-left: 20px;
  padding-right: 20px;
  }

  .table{
    width: 100%;
  }

  .table th {
    width: 30%;
  }

  .table td {
    width: 70%;
  }

  .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;
  }

}