/* Sass Document */
.diving_point_content .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .diving_point_content .ttl {
    font-size: 2rem;
  }
}

.diving_point_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .diving_point_inner {
    margin-top: 15px;
    display: block;
  }
}
.diving_point_inner .img_wrapper {
  margin: 0;
  width: 490px;
}
@media screen and (max-width: 767.98px) {
  .diving_point_inner .img_wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.diving_point_inner .img_wrapper img {
  width: 100%;
  height: auto;
}
.diving_point_inner .txt_wrapper {
  flex-grow: 1;
  max-width: 550px;
}

.point_ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .point_ttl {
    font-size: 1.8rem;
  }
}
.point_ttl + p {
  margin-top: 9px;
}
@media screen and (max-width: 767.98px) {
  .point_ttl + p {
    margin-top: 5px;
  }
}

.diving_point_item {
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f5f7;
  padding: 24px;
}
@media screen and (max-width: 767.98px) {
  .diving_point_item {
    padding: 20px;
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .diving_point_item .btn_wrapepr {
    margin-top: 10px;
  }
}
.diving_point_item .btn {
  width: 233px;
  min-height: 54px;
}
@media screen and (max-width: 767.98px) {
  .diving_point_item .btn {
    width: 100%;
  }
}
.diving_point_item + .diving_point_item {
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .diving_point_item + .diving_point_item {
    margin-top: 10px;
  }
}

.diving_point {
  padding: 0 0 80px;
}
@media screen and (max-width: 767.98px) {
  .diving_point {
    padding-bottom: 40px;
  }
}

.diving_point_features {
  padding: 80px 0;
}
@media screen and (max-width: 767.98px) {
  .diving_point_features {
    padding: 40px 0;
  }
}

.diving_features_item {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "txt img" "btn img";
}
@media screen and (max-width: 767.98px) {
  .diving_features_item {
    display: block;
  }
}
.diving_features_item .img_wrapper {
  width: 490px;
  margin: 0 0 0 60px;
  flex-shrink: 0;
  height: auto;
  grid-area: img;
}
@media screen and (max-width: 767.98px) {
  .diving_features_item .img_wrapper {
    width: 100%;
    margin: 10px 0 0;
  }
}
.diving_features_item .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.diving_features_item .txt_wrapper {
  grid-area: txt;
}
.diving_features_item .btn_wrapper {
  grid-area: btn;
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .diving_features_item .btn_wrapper {
    margin-top: 10px;
  }
}
.diving_features_item .btn_wrapper .btn {
  width: 233px;
  min-height: 54px;
}
@media screen and (max-width: 767.98px) {
  .diving_features_item .btn_wrapper .btn {
    width: 100%;
  }
}
.diving_features_item + .diving_features_item {
  margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .diving_features_item + .diving_features_item {
    margin-top: 40px;
  }
}

.features_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767.98px) {
  .features_ttl {
    font-size: 2rem;
  }
}
.features_ttl span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  .features_ttl span {
    font-size: 1.4rem;
  }
}
.features_ttl + p {
  border-top: 2px solid #07a5b0;
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .features_ttl + p {
    padding-top: 10px;
    margin-top: 10px;
  }
}

.list_content.pt {
  padding-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .list_content.pt {
    padding-top: 40px;
  }
}
/*# sourceMappingURL=point.css.map */