@charset "utf-8";

.title {
  padding-top: 80px;
  height: 310px;
  background-image: url(../img/company-bg.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 10px #070707;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.obi {
  border-top: solid 1px #0a0922;
  height: 50px;
  background-color: #bfc1da;
  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;
}

.contact-tel{
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.contact-tel h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  background-color: #f8f8f8;
  border-top: solid 2px #05123d;
  border-bottom: solid 0.5px #8b8b8b;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.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 video {
  width: 360px;
}

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

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

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

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

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

.feature-text span {
  color: #4c4ad3;
  ;
}

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

.feature2 img {
  width: 500px;
}

.feature2 video {
  width: 360px;
}

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

.feature2-text span{
  font-size: 20px;
}

.feature2-text a {
  color: #05043b;
}

.feature2-text a :hover{
  color: #4c4ad3;
}

.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 {
  color: #5c5c5c;
  text-align: center;
  font-size: 18px;
  padding-top: 15px;
}

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

.contact-banner-linkbtn {
  background-color: #c7a360;
  display: inline-block;
  min-width: 250px;
  line-height: 48px;
  border-radius: 15px;
  font-size: 20px;
  box-shadow: 0px 0px 5px #535353;
}

.contact-banner-linkbtn:hover {
  background-color: #d4c08f;
}


.sub-navi {
  background-color: #ffffff;
  margin-top: 80px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.sub-navi h2 {
  color: #070633;
  font-size: 22px;
  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: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navi-list a li {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}

.navi-list img {
  width: 250px;
  height: 250px;
  transition: all 0.5s ease-in-out;
}

.navi-list img:hover {
  opacity: 0.7;
  transform: scale(1.3);
}

.navi-list p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 2px 3px #000000;
  width: 100%;
}

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

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

.navi-list dt {
  color: #070633;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
}

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

.table-area {
  max-width: 930px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

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

.link-banner-area {
  color: #333333;
  text-align: center;
  margin-top: 10px;
  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: 180px;
}

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

@media (max-width: 900px) {
  .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;
  }

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

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

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

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

  .movie {
    width: 500px;
    padding: 30px 25px;
  }

  .movie iframe {
    height: 240px;
  }

  .navi-list {
    margin: auto;
  }

  .navi-list a {
    text-align: center;
    margin: auto;
  }

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

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

  .news-area img {
    width: 500px;
    height: 250px;
  }

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

  .table {
    width: 100%;
  }

  .table th {
    width: 30%;
  }

  .table td {
    width: 70%;
  }

  .link-banner-area {
    margin-top: 5px;
    margin-bottom: 80px;
  }

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

}