@charset "UTF-8";
/*-------------------E－ディフェンスについて-------------------*/
/*-------------------センター長挨拶-------------------*/
.second.about.message p {
  line-height: 28px;
  text-align: justify;
}
.second.about.message .figure_ceo {
  width: 350px;
  margin: 5px 0 20px 3%;
  float: right;
}
.second.about.message .figure_ceo figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}
.second.about.message .name {
  font-size: 20px;
}
/*-------------------Ｅ－ディフェンスの概要-------------------*/
/*概要*/
.second.about.overview .overview ul {
  margin: 0 auto 25px;
  padding: 0 0 0 25px;
}
.second.about.overview .overview ul li {
  margin: 10px auto;
}
.second.about.overview .overview ul li .caption {
  display: block;
  font-size: 13px;
}
.second.about.overview .overview ul li .red {
  font-weight: 600;
}
.second.about.overview .overview .figure_box {
  display: flex;
  justify-content: space-between;
}
.second.about.overview .overview .figure_box figure {
  width: 49%;
}
.second.about.overview .overview .figure_box figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
}
/*ロゴ*/
.second.about.overview .logo .logo_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.second.about.overview .logo .logo_box figure {
  width: 20%;
}
.second.about.overview .logo .logo_box p {
  width: 75%;
}
/*基本仕様*/
.second.about.overview table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #fafafa;
  table-layout: fixed;
  text-align: center;
}
.second.about.overview table tr {
  border-bottom: solid 1px #ccc;
}
.second.about.overview table th, .second.about.overview table td {
  padding: 20px 3%;
  border-right: solid 1px #ccc;
}
.second.about.overview table thead th {
  padding: 13px 3% 15px;
  background-color: #555;
  color: #fff;
}
.second.about.overview table tbody th {
  font-weight: 500;
  background-color: #cce4f3;
}
.second.about.overview table th:last-child, .second.about.overview table td:last-child {
  border-right: none;
}
/*-------------------施設の紹介-------------------*/
.second.about.facility .facility_map .caption {
  text-align: right;
}
.second.about.facility .facility_map .map {
  position: relative;
  margin-bottom: 20px;
}
.second.about.facility .facility_map .map figure {
  border-radius: 20px;
  overflow: hidden;
  border: solid 1px #ccc;
}
.second.about.facility .facility_map .pin ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.second.about.facility .facility_map .pin ul li {
  cursor: pointer;
}
.second.about.facility .facility_map .pin ul li:nth-child(1) {
  position: absolute;
  bottom: 15%;
  right: 15%;
}
.second.about.facility .facility_map .pin ul li:nth-child(2) {
  position: absolute;
  top: 46%;
  left: 63%;
}
.second.about.facility .facility_map .pin ul li:nth-child(3) {
  position: absolute;
  top: 6%;
  right: 44%;
}
.second.about.facility .facility_map .pin ul li:nth-child(4) {
  position: absolute;
  top: 49%;
  left: 49%;
}
.second.about.facility .facility_map .pin ul li:nth-child(5) {
  position: absolute;
  top: 59%;
  left: 49%;
}
.second.about.facility .facility_map .pin ul li:nth-child(6) {
  position: absolute;
  top: 18%;
  right: 12%;
}
.second.about.facility .facility_map .pin ul li:nth-child(7) {
  position: absolute;
  top: 3%;
  right: 27%;
}
.second.about.facility .facility_map .pin ul li:nth-child(8) {
  position: absolute;
  top: 20%;
  right: 23%;
}
.second.about.facility .facility_map .pin ul li:nth-child(9) {
  position: absolute;
  top: 35%;
  left: 35%;
}
.second.about.facility .facility_map .pin ul li:nth-child(10) {
  position: absolute;
  top: 35%;
  left: 25%;
}
.second.about.facility .facility_map .pin ul li:nth-child(11) {
  position: absolute;
  bottom: 20%;
  left: 50%;
}
.second.about.facility .facility_map .pin ul li:nth-child(12) {
  position: absolute;
  bottom: 20%;
  left: 45%;
}
.second.about.facility .facility_map .pin ul li:nth-child(13) {
  position: absolute;
  top: 14%;
  left: 8%;
}
.second.about.facility .facility_map .pin ul li:nth-child(14) {
  position: absolute;
  bottom: 37%;
  left: 7%;
}
.second.about.facility .facility_map .pin ul li .no {
  font-family: Arial, Helvetica, "sans-serif";
  display: block;
  color: #0078c2;
  background-color: #fff;
  border: solid 3px #0078c2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
}
/* モーダル */
.second.about.facility .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
}
.second.about.facility .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.second.about.facility .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/*.second.about.facility .modal .modal-wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
}*/
/* モーダルのコンテンツ */
.second.about.facility .modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 50px 0;
  margin: 0 auto;
}
.second.about.facility .modal_inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 5%;
}
/* 閉じるボタン */
.second.about.facility .modal__close-btn {
  cursor: pointer;
  color: #fff;
  font-size: 38px;
  position: absolute;
  right: -50px;
  top: 50px;
  z-index: 1;
}
.second.about.facility .swiper-slide h5 {
  padding: 10px 0 20px;
  text-align: center;
  position: relative;
}
.second.about.facility .swiper-slide h5 .no {
  font-family: Arial, Helvetica, "sans-serif";
  display: block;
  color: #0078c2;
  background-color: #fff;
  border: solid 3px #0078c2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.second.about.facility .swiper-slide figure {
  border-radius: 20px;
  overflow: hidden;
}
.second.about.facility .swiper-slide .video_box {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.second.about.facility .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0;
}
/**/
.second.about.facility .swiper-button-prev:after, .second.about.facility .swiper-button-next:after {
  display: none;
}
.second.about.facility .swiper-button-next, .second.about.facility .swiper-rtl .swiper-button-prev {
  top: 0 !important;
  bottom: 0 !important;
  right: -3% !important;
  left: auto !important;
  margin: auto !important;
}
.second.about.facility .swiper-button-prev, .second.about.facility .swiper-rtl .swiper-button-next {
  top: 0 !important;
  bottom: 0 !important;
  left: -3% !important;
  right: auto !important;
  margin: auto !important;
}
.second.about.facility .swiper-button-prev {
  width: 45px !important;
  height: 45px !important;
  outline: none !important;
  transition: all .3s;
}
.second.about.facility .swiper-button-next {
  width: 45px !important;
  height: 45px !important;
  outline: none !important;
  transition: all .3s;
}
.second.about.facility .swiper-button-prev .arrow {
  background-color: #fff;
  border: solid 3px #0078c2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
}
.second.about.facility .swiper-button-prev .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 0;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2px solid #0078c2;
  border-bottom: 2px solid #0078c2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
  margin: auto;
}
.second.about.facility .swiper-button-next .arrow {
  background-color: #fff;
  border: solid 3px #0078c2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
}
.second.about.facility .swiper-button-next .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 3px;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2px solid #0078c2;
  border-bottom: 2px solid #0078c2;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-sizing: border-box;
  margin: auto;
}
/*三次元震動台*/
.second.about.facility .e-defense_detail figure {
  width: 70%;
  margin: 50px auto 0;
}
/*-------------------メンバー一覧-------------------*/
.second.about.member table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #fafafa;
  text-align: center;
}
.second.about.member table tr:nth-child(even) {
  background-color: #eee;
}
.second.about.member table th, .second.about.member table td {
  padding: 20px 3%;
  border-right: solid 1px #ccc;
}
.second.about.member table thead th {
  padding: 13px 3% 15px;
  background-color: #555;
  color: #fff;
}
.second.about.member table tbody th {
  font-weight: 500;
}
.second.about.member table tbody th a {
  color: #0078c2;
}
.second.about.member table th:last-child, .second.about.member table td:last-child {
  border-right: none;
}
.second.about.member table th:first-child {
  width: 30%;
}
.second.about.member table th:nth-child(2) {
  width: 30%;
}
@media screen and (max-width:1050px) {
  /*-------------------センター長挨拶-------------------*/
  .second.about.message .figure_ceo {
    width: auto;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .second.about.message .figure_ceo img {
    width: 250px;
  }
  .second.about.message .figure_ceo figcaption {
    font-size: 12px;
  }
  /*-------------------Ｅ－ディフェンスの概要-------------------*/
  /*概要*/
  .second.about.overview .overview .figure_box {
    display: block;
  }
  .second.about.overview .overview .figure_box figure {
    width: auto;
    margin: 15px;
  }
  /*ロゴ*/
  .second.about.overview .logo .logo_box {
    display: block;
  }
  .second.about.overview .logo .logo_box figure {
    width: 200px;
    margin: 0 auto 20px;
  }
  .second.about.overview .logo .logo_box p {
    width: auto;
  }
  /*-------------------施設の紹介-------------------*/
  .second.about.facility .facility_map .caption {
    font-size: 15px;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(1) {
    position: absolute;
    bottom: 15%;
    right: 15%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 60%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(3) {
    position: absolute;
    top: 5%;
    right: 50%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(4) {
    position: absolute;
    top: 40%;
    left: 45%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(5) {
    position: absolute;
    top: 55%;
    left: 49%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(6) {
    position: absolute;
    top: 10%;
    right: 5%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(7) {
    position: absolute;
    top: 3%;
    right: 27%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(8) {
    position: absolute;
    top: 20%;
    right: 23%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(9) {
    position: absolute;
    top: 35%;
    left: 35%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(10) {
    position: absolute;
    top: 35%;
    left: 25%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(11) {
    position: absolute;
    bottom: 10%;
    left: 50%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(12) {
    position: absolute;
    bottom: 10%;
    left: 40%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(13) {
    position: absolute;
    top: 5%;
    left: 5%;
  }
  .second.about.facility .facility_map .pin ul li:nth-child(14) {
    position: absolute;
    bottom: 10%;
    left: 5%;
  }
  .second.about.facility .facility_map .pin ul li .no {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 18px;
  }
  /* モーダル */
  .second.about.facility .modal .modal-wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  /* モーダルのコンテンツ */
  .second.about.facility .modal__content {
    width: 85%;
    max-width: 800px;
    padding: 50px 0;
  }
  /* 閉じるボタン */
  .second.about.facility .modal__close-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .second.about.facility .swiper-slide .inner03 {
    display: block;
  }
  .second.about.facility .swiper-slide h5 .no {
    position: static;
    margin-bottom: 10px;
  }
  .second.about.facility .swiper-slide figure {
    width: auto;
    margin: 0 auto;
  }
  .second.about.facility .swiper-slide p {
    width: auto;
    margin: 0 auto 20px;
  }
  /**/
  .second.about.facility .swiper-button-next, .second.about.facility .swiper-rtl .swiper-button-prev {
    right: -8% !important;
  }
  .second.about.facility .swiper-button-prev, .second.about.facility .swiper-rtl .swiper-button-next {
    left: -8% !important;
  }
  .second.about.facility .swiper-button-prev .arrow {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
  }
  .second.about.facility .swiper-button-prev .arrow:after {
    width: 8px;
    height: 8px;
  }
  .second.about.facility .swiper-button-next .arrow {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
  }
  .second.about.facility .swiper-button-next .arrow:after {
    width: 8px;
    height: 8px;
  }
  /*三次元震動台*/
  .second.about.facility .e-defense_detail figure {
    width: auto;
    margin: 30px auto 0;
  }
  /*-------------------メンバー一覧-------------------*/
  .second.about.member table {
    table-layout: fixed;
  }
  .second.about.member table th, .second.about.member table td {
    padding: 20px 3%;
  }
  .second.about.member table thead th {
    padding: 13px 3% 15px;
  }
  .second.about.member table th:first-child {
    width: auto;
  }
  .second.about.member table th:nth-child(2) {
    width: auto;
  }
}