section#intro-registration {
  padding: 40px 0;
}
section#intro-registration .center {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
section#intro-registration .center .intro {
  max-width: 800px;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  padding: 30px;
  margin-bottom: 80px;
  border-radius: 20px;
}
section#intro-registration .center .intro h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  section#intro-registration .center .intro h3 {
    font-size: 22px;
  }
}
section#intro-registration .center .intro h4 {
  color: #e66f02;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section#intro-registration .center .intro h4 {
    font-size: 16px;
  }
}
section#intro-registration .center .worries {
  margin-bottom: 50px;
}
section#intro-registration .center .worries h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
section#intro-registration .center .worries h3 span {
  font-size: 1em;
  position: relative;
}
section#intro-registration .center .worries h3 span::after {
  content: "";
  position: absolute;
  bottom: -47%;
  left: 0;
  background: url(/asset/img/under-line-img.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 65/12;
}
section#intro-registration .center .worries-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  section#intro-registration .center .worries-flex {
    position: relative;
    padding-bottom: 100px;
    align-items: unset;
    gap: 10px;
  }
}
section#intro-registration .center .worries-flex .main-item {
  padding: 20px 20px;
  border-radius: 10px;
  background-color: #FAFBFD;
  filter: drop-shadow(0px 0px 2px #ADD0FB);
}
@media screen and (max-width: 767px) {
  section#intro-registration .center .worries-flex .main-item {
    flex: 1;
    padding: 20px 10px;
  }
}
section#intro-registration .center .worries-flex .main-item .top {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ADD0FB;
}
section#intro-registration .center .worries-flex .main-item .top .text {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
section#intro-registration .center .worries-flex .main-item .top .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  background-color: #ADD0FB;
  transform: translateX(-50%);
  border-radius: 10px;
}
section#intro-registration .center .worries-flex .main-item .top .text .deco {
  background-color: #3088F6;
  color: white;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  margin-bottom: 5px;
}
section#intro-registration .center .worries-flex .main-item .top .text p {
  font-size: 20px;
  font-weight: bold;
  color: #3088F6;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section#intro-registration .center .worries-flex .main-item .top .text p {
    font-size: 16px;
  }
}
section#intro-registration .center .worries-flex .main-item .top .img img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
section#intro-registration .center .worries-flex .main-item .bottom .text {
  display: block;
}
section#intro-registration .center .worries-flex .main-item .bottom .text p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#intro-registration .center .worries-flex .main-item .bottom .text p {
    font-size: 14px;
  }
}
section#intro-registration .center .worries-flex .main-item .bottom .text p span {
  font-size: 18px;
  color: #3088F6;
}
@media screen and (max-width: 767px) {
  section#intro-registration .center .worries-flex .main-item .bottom .text p span {
    font-size: 14px;
  }
}
section#intro-registration .center .worries-flex .main-item:nth-of-type(3) {
  filter: drop-shadow(0px 0px 2px #FEAABC);
  background-color: #FEFAFC;
}
section#intro-registration .center .worries-flex .main-item:nth-of-type(3) .top {
  border-bottom-color: #FEAABC;
}
section#intro-registration .center .worries-flex .main-item:nth-of-type(3) .top .text::after {
  background-color: #FEAABC;
}
section#intro-registration .center .worries-flex .main-item:nth-of-type(3) .top .text .deco {
  background-color: #FE7C93;
}
section#intro-registration .center .worries-flex .main-item:nth-of-type(3) .top .text p {
  color: #FE7C93;
}
section#intro-registration .center .worries-flex .main-item:nth-of-type(3) .bottom .text p span {
  color: #FE7C93;
}
section#intro-registration .center .worries-flex .center-item {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section#intro-registration .center .worries-flex .center-item {
    position: absolute;
    position: absolute;
    bottom: 0;
  }
}
section#intro-registration .center .worries-flex .center-item img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
section#intro-registration .center .worries-flex .center-item .deco-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
section#intro-registration .center .worries-flex .center-item .deco-text span {
  color: #666;
  font-size: 1em;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
section#intro-registration .center .worries-flex .center-item .deco-text span::before, section#intro-registration .center .worries-flex .center-item .deco-text span::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: currentColor;
}
section#intro-registration .center .worries-bottom {
  padding: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  section#intro-registration .center .worries-bottom {
    font-size: 18px;
  }
}
section#intro-registration .center .worries-bottom h4 {
  font-size: 1em;
}
section#intro-registration .center .worries-bottom h4 span {
  font-size: 1.2em;
  position: relative;
  color: #e66f02;
}
section#intro-registration .center .worries-bottom h4 span::after {
  content: "";
}
section#intro-registration .center .worries-bottom h3 {
  font-size: 1em;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top: 20px;
}/*# sourceMappingURL=registration.css.map */