/*--------------------------------------------------------------
# Modal Saiyou
--------------------------------------------------------------*/
.p-modal__button {
  background-color: black !important;
  color: white;
  padding: 10px !important;
  position: absolute;
  top: -35px;
  right: 0;
}

li {
  margin-bottom: 1rem;
}

ul {
  list-style: none;
}

.img {
  max-width: 100%;
  height: auto;
}

.card {
  background-color: #11ffee00;
  color: #ffffff;
}

.card-footter {
  background-color: #11ffee00;
  color: #ffffff;
}

.img-card {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.google-map-ss {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.google-map-ss iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
# Gazou Setumei
--------------------------------------------------------------*/
.project {
  position: relative;
  overflow: hidden;
}

.project .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 39, 71, 0.7);
  padding: 30px;
  display: flex;
  align-items: flex-end;
  transition: all 0.4s ease;
  opacity: 0;
}

.project img {
  transition: all 0.4s ease;
}

.project:hover .overlay {
  opacity: 1;
}

.project:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.custom-modal .modal-content {
  background-color: #333;
  color: #e61c1c;
  border-radius: 10px;
}

.custom-modal .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-title
 text-color: rgba(
  0,0,0,0,0
 )

 /*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.hero_video {
  width: 30%;
}
.text {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 50%;
}
