.content {
  background: linear-gradient(167deg, #fff 58%, #FFD830 42%);
  padding-bottom: 1rem;
  position: relative;
}
.content:after {
  content: "";
  position: absolute;
  bottom: -4.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9rem solid transparent;
  border-right: 9rem solid transparent;
  border-top: 5rem solid #FFD830;
}
.content-intro {
  background: #FFF9DE;
  padding: 5.6rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .content-intro {
    padding: 10.6rem 5.6rem;
  }
}
.content-intro-ttl p {
  display: inline;
  font-size: 2.4rem;
  font-weight: 600;
  background: #fff;
  border: 2px solid #000;
  padding: 1rem;
}
@media (max-width: 767px) {
  .content-intro-ttl p {
    font-size: 2.8rem;
  }
}
.content-intro-ttl h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 3.5rem;
}
.content-intro-ttl h2::before {
  width: 27.7rem;
  right: 0;
}
@media (max-width: 767px) {
  .content-intro-ttl h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.content-intro picture img {
  max-width: 100rem;
  margin: 4.2rem auto 0;
}
.content-summary {
  margin-bottom: 6.5rem;
}
@media (max-width: 767px) {
  .content-summary {
    padding: 0 5.6rem;
  }
}
.content-summary-ttl {
  text-align: center;
  margin-top: 6.7rem;
}
.content-summary-ttl p {
  display: inline;
  position: relative;
  background: var(--main-color-yellow);
  border-radius: 99px;
  padding: 1rem 4rem;
  font-weight: 600;
  font-size: 2.4rem;
  border: 2px solid #000;
}
@media (max-width: 767px) {
  .content-summary-ttl p {
    font-size: 2.8rem;
  }
}
.content-summary-ttl p::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.9rem;
  border-style: solid;
  border-color: #FFD400 transparent transparent transparent;
}
.content-summary-ttl p::before {
  content: "";
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.9rem;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.content-summary-ttl h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 6rem;
}
.content-summary-ttl h2 span {
  font-size: 3.2rem;
  display: block;
}
.content-summary-ttl h2::before {
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.content-summary-txt {
  max-width: 118rem;
  display: flex;
  gap: 7.3rem;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 767px) {
  .content-summary-txt {
    flex-wrap: wrap;
  }
}
.content-summary-txt img {
  width: 50%;
}
@media (max-width: 767px) {
  .content-summary-txt img {
    width: 100%;
  }
}
.content-service {
  padding: 0 5.6rem;
}
.content-service-bl {
  display: flex;
  max-width: 118rem;
  height: 52.8rem;
  border: 2px solid #000;
  border-radius: 35px 0;
  padding: 9rem 6.8rem;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 3rem;
  background: #fff;
}
@media (max-width: 767px) {
  .content-service-bl {
    flex-wrap: wrap;
    height: auto;
    padding: 9rem 5rem;
  }
}
.content-service-bl span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--main-color-blue);
  font-size: 4rem;
}
.content-service-bl h3 {
  margin: 3rem 0;
}
.content-service-bl img {
  width: 50%;
}
@media (max-width: 767px) {
  .content-service-bl img {
    width: 100%;
    margin-top: 5rem;
  }
}
.content-option {
  text-align: center;
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .content-option {
    padding: 0 5.6rem;
  }
}
.content-option h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: -5rem auto 3rem;
}
@media (max-width: 767px) {
  .content-option h2 {
    paint-order: stroke fill;
    -webkit-text-stroke: 2px white;
    margin: -13rem auto 3rem;
  }
}
.content-option h2 span {
  font-size: 3.2rem;
  display: block;
}
.content-option h2 span:nth-child(2) {
  display: inline;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .content-option h2 span:nth-child(2) {
    font-size: 2rem;
  }
}
.content-option h2::before {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.content-option .main-txt {
  margin-bottom: 5rem;
}
.content-option-bl {
  background: #fff;
  border: 2px solid #000;
  border-radius: 35px;
  padding: 5rem 8rem;
  margin: 0 auto;
  max-width: 118rem;
  margin-bottom: 12.5rem;
}
@media (max-width: 767px) {
  .content-option-bl {
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .content-option-bl img {
    width: 80%;
  }
}
.content-option-bl-ttl picture img {
  margin-top: -12rem;
  width: 80%;
}

.content-video {
  margin: 6rem auto;
  max-width: 118rem;
  border: 2px solid #000;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .content-video {
    width: 67.5rem;
  }
}

.content-video video::-webkit-media-controls {
  display: none !important;
  opacity: 0;
}

.content-video video::-moz-media-controls {
  display: none !important;
  opacity: 0;
}

.content-video:hover video::-webkit-media-controls {
  display: flex !important;
  opacity: 1;
}

.content-video:hover video::-moz-media-controls {
  display: flex !important;
  opacity: 1;
}

.content-video video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=content.css.map */