/* line 14, app/assets/stylesheets/pitchevent.sass.erb */
.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 20, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .top-info {
  text-align: center;
  padding: 8px 0px 10px 0px;
  font-size: 20px;
}

@media only screen and (max-width:767px) {
  /* line 20, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .top-info {
    font-size: 16px;
    padding: 8px;
  }
}

@media only screen and (max-width:767px) {
  /* line 27, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .top-info span {
    display: block;
    text-align: center;
  }
}

/* line 31, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-fv {
  width: 100%;
  background: url(/assets/pitchevent/bg_fv-7aaa3fc188d326b3be4e87454a26a14f2f50270bb1ae3c89136ba8a94b7d7ed2.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

/* line 37, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-fv .h1-lead {
  color: #000;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
  /* line 37, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-fv .h1-lead {
    font-size: 22px;
  }
}

@media only screen and (max-width:767px) {
  /* line 48, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-fv h1 {
    max-width: 80%;
    margin: 0 auto;
  }
}

/* line 52, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-fv .baloon {
  text-align: center;
  margin-bottom: 25px;
}

/* line 55, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-fv .balloon1 {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 20px;
  background: #D48C21;
}

/* line 67, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-fv .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #D48C21;
}

/* line 75, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-fv .balloon1 p {
  margin: 0;
  padding: 0;
  color: #FFF;
}

@media only screen and (max-width:767px) {
  /* line 31, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-fv {
    padding: auto 20px;
  }
}

/* line 81, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .cvBtn {
  display: inline-flex;
  padding: 32px 113px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #00A29B;
  box-shadow: 0px 8px 0px 0px #00878E;
  color: #FFF;
  font-size: 22px;
}

@media only screen and (max-width:767px) {
  /* line 81, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .cvBtn {
    padding: 24px 30px;
  }
}

/* line 95, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main a.cvBtn:hover {
  transform: translate(0, 8px);
  box-shadow: 0px 0px 0px 0px #000;
  opacity: 1;
  text-decoration: none;
}

/* line 102, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main a.btnDefault {
  padding: 32px 69px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  border-radius: 8px;
  border: 1px solid #4F4F4F;
  background: #FFF;
  font-style: normal;
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width:767px) {
  /* line 102, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main a.btnDefault {
    padding: 16px 24px;
    font-size: 18px;
  }
}

/* line 117, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main a.btnDefault:hover {
  text-decoration: none;
}

/* line 119, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second {
  background: #EEE;
  padding: 30px 20px;
}

/* line 122, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second h2.lead {
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

/* line 129, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second .section-second-discussion {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/* line 135, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second .balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 15px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 16px;
}

/* line 147, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second .balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -5px;
  z-index: 2;
}

/* line 154, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second .balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -5px;
  border: 14px solid transparent;
  border-right: 14px solid #FFF;
  z-index: 1;
}

/* line 163, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second .balloon2-left p {
  margin: 0;
  padding: 0;
}

/* line 166, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second .balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 15px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #FFF;
  box-sizing: border-box;
  border-radius: 16px;
}

/* line 179, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second .balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  z-index: 2;
}

/* line 187, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second .balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -10px;
  border: 14px solid transparent;
  border-left: 14px solid #FFF;
  z-index: 1;
}

/* line 196, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second .balloon2-right p {
  margin: 0;
  padding: 0;
}

/* line 199, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second-inner {
  margin: 20px;
}

/* line 201, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-second:after {
  content: "";
  position: relative;
  left: 50%;
  top: 75px;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 25px solid #EEE;
}

/* line 209, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-third {
  margin-top: 80px;
}

/* line 211, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-third .section-third-inner {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width:767px) {
  /* line 211, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-third .section-third-inner {
    margin: 10px 0;
  }
}

/* line 220, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-third .section-third-inner .point-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width:767px) {
  /* line 220, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-third .section-third-inner .point-flex {
    width: 100%;
  }
}

/* line 228, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-third .section-third-inner .point-image {
  width: 50%;
  padding: 10px 80px;
}

@media only screen and (max-width:767px) {
  /* line 228, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-third .section-third-inner .point-image {
    width: 100%;
    padding: 10px 20px;
  }
}

@media only screen and (max-width:767px) {
  /* line 234, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-third .section-third-inner .point-image img {
    margin: 0 auto;
    text-align: center;
  }
}

/* line 238, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-third .section-third-inner .point-text {
  width: 50%;
  padding: 10px 80px;
}

@media only screen and (max-width:767px) {
  /* line 238, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-third .section-third-inner .point-text {
    width: 100%;
    padding: 10px 20px;
  }
}

/* line 244, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-third .section-third-inner .point-text h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 25px 0;
}

/* line 248, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-third .section-third-inner .point-text p {
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
}

/* line 253, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-third .section-third-inner .point-left .point-image {
  text-align: right;
}

@media only screen and (max-width:767px) {
  /* line 253, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-third .section-third-inner .point-left .point-image {
    text-align: center;
  }
}

@media only screen and (max-width:767px) {
  /* line 257, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-third .section-third-inner .point-right {
    flex-direction: column-reverse;
  }
}

/* line 260, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-third .section-third-inner .point-right .point-image {
  text-align: left;
}

@media only screen and (max-width:767px) {
  /* line 260, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-third .section-third-inner .point-right .point-image {
    text-align: center;
  }
}

/* line 264, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-third .section-third-inner .point-circle {
  background-color: #E9B70A;
  width: 160px;
  height: 160px;
  display: inline-grid;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  align-content: center;
  font-size: 18px;
  color: #FFF;
}

@media only screen and (max-width:767px) {
  /* line 264, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-third .section-third-inner .point-circle {
    width: 110px;
    height: 110px;
    font-size: 12px;
  }
}

/* line 279, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-third .section-third-inner .point-circle div {
  text-align: center;
}

/* line 281, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-third .section-third-inner .point-circle div strong {
  font-weight: 700;
  font-size: 32px;
}

/* line 284, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-forth {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: linear-gradient(270deg, #F0A83C 0%, #E9B70A 100%);
}

/* line 289, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-forth .lead {
  color: #FFF;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
  /* line 289, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-forth .lead {
    font-size: 18px;
  }
}

/* line 300, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-five {
  padding: 80px 0;
  background: var(--BG, rgba(240, 220, 154, 0.1));
}

/* line 303, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-five .flow-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

/* line 308, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-five .flow-list-inner {
  width: 219px;
  background: #FFF;
  padding: 12px 16px;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

@media only screen and (max-width:767px) {
  /* line 308, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-five .flow-list-inner {
    width: 90%;
  }
}

/* line 319, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-five .flow-list-inner img {
  text-align: center;
  height: 110px;
}

/* line 322, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-five .flow-list-inner h3 {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

/* line 331, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-five .flow-list-inner h3 span {
  color: #D48C21;
  font-size: 18px;
}

/* line 334, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-six {
  padding: 80px 0;
}

/* line 336, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-six .speaker-list {
  margin: 0 auto;
  max-width: 1080px;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

@media only screen and (max-width:767px) {
  /* line 344, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-six .speaker-list img {
    width: 33%;
  }
}

/* line 347, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-six p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width:767px) {
  /* line 347, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-six p {
    font-size: 20px;
  }
}

/* line 353, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-sponser {
  padding: 80px 0;
  background: #F7F9F9;
}

/* line 356, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-sponser .speaker-list {
  margin: 0 auto;
  max-width: 1080px;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

@media only screen and (max-width:767px) {
  /* line 364, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-sponser .speaker-list img {
    width: 100%;
  }
}

/* line 367, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-sponser p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width:767px) {
  /* line 367, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-sponser p {
    font-size: 20px;
  }
}

/* line 373, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-sponser-mini {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  gap: 20px;
  align-items: center;
}

/* line 379, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-sponser-mini .speaker-list {
  display: flex;
  gap: 16px;
}

/* line 382, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-sponser-mini h2 {
  font-size: 24px;
  font-weight: 500;
}

/* line 385, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-sponser-mini img {
  max-width: 250px;
  height: 100%;
}

@media only screen and (max-width:767px) {
  /* line 373, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-sponser-mini {
    flex-direction: column;
  }
  /* line 390, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-sponser-mini h2 {
    font-size: 16px;
  }
  /* line 392, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-sponser-mini img {
    width: 49%;
    height: 100%;
  }
}

/* line 396, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-seven {
  background: #F7F9F9;
  padding: 80px;
}

@media only screen and (max-width:767px) {
  /* line 396, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-seven {
    padding: 20px;
  }
}

/* line 401, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-seven table {
  max-width: 1000px;
  margin: 0 auto;
  border-spacing: 0 10px;
  border-collapse: separate;
}

/* line 406, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-seven table tr {
  margin-bottom: 10px;
}

/* line 408, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-seven table th {
  width: 180px;
  vertical-align: middle;
  background: #5E7A8F;
  color: #FFF;
  font-weight: normal;
}

@media only screen and (max-width:767px) {
  /* line 408, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-seven table th {
    width: 100%;
  }
}

/* line 416, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-seven table td {
  background: #FFF;
}

/* line 419, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-seven table th, #pe-main .section-seven table td {
  padding: 32px 48px;
}

@media only screen and (max-width:767px) {
  /* line 419, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-seven table th, #pe-main .section-seven table td {
    display: block;
    padding: 16px 24px;
  }
}

/* line 424, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-eight {
  padding: 80px;
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width:767px) {
  /* line 424, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-eight {
    padding: 20px;
  }
}

/* line 430, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-eight .section-schedule-inner {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

@media only screen and (max-width:767px) {
  /* line 435, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-eight .section-schedule-inner .schedule-detail {
    width: 100%;
  }
}

/* line 438, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-eight .section-schedule-inner p {
  font-size: 30px;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media only screen and (max-width:767px) {
  /* line 438, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-eight .section-schedule-inner p {
    font-size: 16px;
    text-align: center;
  }
}

/* line 448, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-eight .section-schedule-inner p strong {
  font-weight: 700;
}

/* line 450, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-eight .section-schedule-inner .section-label {
  margin: 10px 20px;
}

/* line 452, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-eight .section-schedule-inner .label {
  font-size: 18px;
  padding: 8px;
  width: 180px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
}

/* line 460, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-eight .section-schedule-inner .label-gold {
  background: #D48C21;
}

/* line 462, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-eight .section-schedule-inner .label-default {
  background: #5E7A8F;
}

/* line 464, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-eight .section-schedule-inner .badge-full {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
  background: #D9333F;
  border-radius: 4px;
  padding: 4px 14px;
  margin-left: 12px;
  vertical-align: middle;
  white-space: nowrap;
}

@media only screen and (max-width:767px) {
  /* line 464, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-eight .section-schedule-inner .badge-full {
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 8px;
  }
}

/* line 481, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-nine {
  padding: 80px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width:767px) {
  /* line 481, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-nine {
    padding: 20px;
  }
}

/* line 488, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .section-nine .btnText {
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 40px;
}

@media only screen and (max-width:767px) {
  /* line 488, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .section-nine .btnText {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

/* line 499, app/assets/stylesheets/pitchevent.sass.erb */
.icon-round {
  border-radius: 35px;
}

/* line 502, app/assets/stylesheets/pitchevent.sass.erb */
.bg-gold {
  background: var(--BG, rgba(240, 220, 154, 0.1));
}

/* line 505, app/assets/stylesheets/pitchevent.sass.erb */
h2.lead {
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 74px;
}

@media only screen and (max-width:767px) {
  /* line 505, app/assets/stylesheets/pitchevent.sass.erb */
  h2.lead {
    margin-bottom: 20px;
  }
}

/* line 515, app/assets/stylesheets/pitchevent.sass.erb */
.text-gold {
  color: #D48C21;
}

/* line 519, app/assets/stylesheets/pitchevent.sass.erb */
.pe-cta-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: wrap;
}

@media only screen and (max-width:767px) {
  /* line 519, app/assets/stylesheets/pitchevent.sass.erb */
  .pe-cta-row {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}

/* line 532, app/assets/stylesheets/pitchevent.sass.erb */
.pe-cta-row .pe-cta-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}

@media only screen and (max-width:767px) {
  /* line 532, app/assets/stylesheets/pitchevent.sass.erb */
  .pe-cta-row .pe-cta-col {
    width: 100%;
  }
}

/* line 540, app/assets/stylesheets/pitchevent.sass.erb */
.pe-cta-row .pe-cta-caption {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

@media only screen and (max-width:767px) {
  /* line 540, app/assets/stylesheets/pitchevent.sass.erb */
  .pe-cta-row .pe-cta-caption {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* line 552, app/assets/stylesheets/pitchevent.sass.erb */
#pe-main .pe-cta-row .cvBtn,
#pe-main .pe-cta-row a.btnDefault {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 380px;
  padding: 28px 40px;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width:767px) {
  /* line 552, app/assets/stylesheets/pitchevent.sass.erb */
  #pe-main .pe-cta-row .cvBtn,
#pe-main .pe-cta-row a.btnDefault {
    min-width: 0;
    width: 100%;
    padding: 20px 24px;
    font-size: 18px;
  }
}

@media only screen and (min-width:768px) {
  /* line 569, app/assets/stylesheets/pitchevent.sass.erb */
  .main.contact-page.pe-entry {
    width: 720px;
  }
}

/* line 572, app/assets/stylesheets/pitchevent.sass.erb */
.pe-lead {
  font-size: 14px;
  line-height: 1.9;
  margin: 10px 0 0;
}

/* line 576, app/assets/stylesheets/pitchevent.sass.erb */
.pe-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--BG, rgba(240, 220, 154, 0.1));
  border: 1px solid rgba(212, 140, 33, 0.25);
  border-radius: 8px;
  padding: 14px 18px;
  margin: 24px 0 10px;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}

/* line 588, app/assets/stylesheets/pitchevent.sass.erb */
.pe-note i {
  color: #D48C21;
  margin-top: 3px;
}

/* line 591, app/assets/stylesheets/pitchevent.sass.erb */
.pe-note strong {
  font-weight: 700;
  font-size: 14px;
  background: linear-gradient(transparent 60%, rgba(212, 140, 33, 0.35) 60%);
}

/* line 595, app/assets/stylesheets/pitchevent.sass.erb */
.pe-error {
  background: #FDEDED;
  border: 1px solid #F16060;
  border-radius: 8px;
  color: #F16060;
  text-align: left;
  padding: 12px 18px;
  font-size: 13px;
  margin-top: 20px;
}

/* line 604, app/assets/stylesheets/pitchevent.sass.erb */
.pe-error ul {
  margin: 0;
  padding-left: 18px;
}

/* line 608, app/assets/stylesheets/pitchevent.sass.erb */
.pe-entry dl {
  text-align: left;
  margin-top: 30px;
}

/* line 611, app/assets/stylesheets/pitchevent.sass.erb */
.pe-entry .pe-hint {
  font-size: 12px;
  color: #828282;
  margin-top: 8px;
}

/* line 615, app/assets/stylesheets/pitchevent.sass.erb */
.pe-entry .pe-consent-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 619, app/assets/stylesheets/pitchevent.sass.erb */
.pe-entry .pe-consent-option {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  transition: border-color 0.15s, background-color 0.15s;
}

/* line 633, app/assets/stylesheets/pitchevent.sass.erb */
.pe-entry .pe-consent-option:hover {
  border-color: #D48C21;
}

/* line 635, app/assets/stylesheets/pitchevent.sass.erb */
.pe-entry .pe-consent-option input[type="radio"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 0;
  accent-color: #D48C21;
}

/* line 641, app/assets/stylesheets/pitchevent.sass.erb */
.pe-entry .pe-consent-option input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
}

/* line 647, app/assets/stylesheets/pitchevent.sass.erb */
.pe-entry .pe-consent-option:has(input:checked) {
  border-color: #D48C21;
  background: var(--BG, rgba(240, 220, 154, 0.1));
}

/* line 650, app/assets/stylesheets/pitchevent.sass.erb */
.pe-entry .pe-option-sub {
  font-size: 12px;
  color: #828282;
  margin-left: 10px;
}

/* line 654, app/assets/stylesheets/pitchevent.sass.erb */
.pe-entry .pe-option-sub i {
  color: #D48C21;
}

/* line 656, app/assets/stylesheets/pitchevent.sass.erb */
.pe-entry input[type="file"] {
  background: #fff;
}

/* line 658, app/assets/stylesheets/pitchevent.sass.erb */
.pe-gate-icon {
  font-size: 44px;
  color: #D48C21;
  margin-top: 24px;
}

/* line 662, app/assets/stylesheets/pitchevent.sass.erb */
.pe-gate-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}

@media only screen and (max-width:767px) {
  /* line 662, app/assets/stylesheets/pitchevent.sass.erb */
  .pe-gate-actions {
    flex-direction: column;
    gap: 10px;
  }
}

/* line 670, app/assets/stylesheets/pitchevent.sass.erb */
.pe-gate-card {
  flex: 1;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 20px 16px 24px;
  text-align: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

/* line 677, app/assets/stylesheets/pitchevent.sass.erb */
.pe-gate-card .pe-gate-caption {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}

/* line 682, app/assets/stylesheets/pitchevent.sass.erb */
.pe-gate-card .button,
.pe-gate-card .button_border {
  margin: 10px 0 0;
  width: 100%;
}

/* line 686, app/assets/stylesheets/pitchevent.sass.erb */
.pe-back-link {
  display: inline-block;
  margin: 26px 0 10px;
  font-size: 13px;
  color: #5E7A8F;
  text-decoration: underline;
}
