@charset "utf-8";

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

.feature {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 45px;
  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;
  margin-bottom: 10px;
}

.feature-text a {
  color: #6b6b6b;
  font-size: 14px;
}

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


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

.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 {
  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: 45px;
  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-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;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 930px;
  margin: 50px auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bolder;
  line-height: 25px;
}

.accordion-area span {
  font-size: 13px;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #cccccc;
}

/*アコーディオンタイトル*/
.ac-title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  padding: 3% 3% 3% 50px;
  transition: all .10s ease;
}

/*アイコンの＋と×*/
.ac-title::before,
.ac-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #0e0e3b;

}

.ac-title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);

}

.ac-title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.ac-title.close::before {
  transform: rotate(45deg);
}

.ac-title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background-image: url(../img/s_dot.png);
  margin: 0 3% 3% 3%;
  padding: 3%;
}

@media (max-width: 900px) {
  .feature {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

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

  .feature-text {
    margin-right: 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 {
    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 {
    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;
  }

  .accordion-area section {
    margin: 0px 20px;
  }


}