/* ---------------------------------------------------------
    mainvisual
--------------------------------------------------------- */
.sect_main-visual {
  padding-bottom: 50px;
  position: relative;
  background: url(../images/mainVisual_backGround.webp) no-repeat center/cover;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
.sect_main-visual .inner .sect_ttl {
  width: calc(100% - 10px);
  padding-top: 20px;
  margin: auto;
}
.sect_main-visual .inner .main-visual_content {
  width: calc(100% - 0px);
  margin: 15px auto 0;
}

/* ---------------------------------------------------------
    overview
--------------------------------------------------------- */
.between_illust {
  width: 210px;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

/* ---------------------------------------------------------
    overview
--------------------------------------------------------- */
.area_overview {
  width: calc(100% - 80px);
  padding: 10px 15px 40px;
  margin: auto;
}
.area_overview .inner {
  padding: 0;
}
.area_overview .inner .row {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 55px auto;
  gap: 10px;
  align-items: center;
}
.area_overview .inner .row:last-child {
  margin-bottom: 0;
}
.area_overview .inner .row .row_ttl {
  display: grid;
  place-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #082d87;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  text-rendering: auto;
}
.area_overview .inner .row .row_ttl span {
  font-family: "line-rg";
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.15;
}
.area_overview .inner .row .row_sentence {
  font-family: "line-eb";
  color: #082d87;
  line-height: 1.2rem;
}
.area_overview .inner .pdf_btn {
  margin-top: 30px;
  width: 250px;
  height: 50px;
  margin: 30px auto 0;
  margin-bottom: 30px;
  background: #082d87;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.area_overview .inner .pdf_btn:hover {
  opacity: 0.7;
}
.area_overview .inner .pdf_btn .link {
  position: absolute;
  inset: 0;
}
.area_overview .inner .pdf_btn .text {
  font-family: "line-rg";
  font-size: 14px;
  color: #fff;
}
.area_overview .inner .hr_line {
  border-top: 1px dotted rgba(8, 45, 135, 0.3137254902);
}
.area_overview .inner .insta_ttl {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}
.area_overview .inner .insta_btn {
  max-width: 250px;
  margin: 25px auto 0;
  margin-top: 15px;
  display: block;
  transition: all 0.3s;
}
.area_overview .inner .insta_btn:hover {
  opacity: 0.7;
}
.area_overview .inner .insta_btn .link {
  position: absolute;
  inset: 0;
}
.area_overview .inner .insta_btn .text {
  font-family: "line-rg";
  font-size: 14px;
  color: #fff;
}

/* ---------------------------------------------------------
    prize
--------------------------------------------------------- */
.sect_prize {
  padding-top: 100px;
  position: relative;
  background: #FFD526;
}
.sect_prize .inner .sect_ttl {
  width: 145px;
  height: 35px;
  margin: auto;
  border-radius: 100px;
  background: #082d87;
  display: grid;
  place-content: center;
}
.sect_prize .inner .sect_ttl h2 {
  font-family: "line-eb";
  font-size: 20px;
  color: #fff;
}
.sect_prize .inner .sentence {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  color: #333;
  margin-top: 25px;
}
.sect_prize .inner .sentence .under-line {
  text-decoration: underline;
  text-decoration-color: #aacd06;
  text-decoration-thickness: 15px;
  text-underline-offset: -5px;
}
.sect_prize .inner .prize_list {
  width: 100%;
  margin-top: 20px;
}
.sect_prize .inner .notes {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 30px;
}
.sect_prize .inner .notes span {
  display: inline-block;
  padding-bottom: 10px;
}
.sect_prize .inner .notes span:last-child {
  padding-bottom: 0;
}
.sect_prize .illust_left {
  width: 95px;
  position: absolute;
  top: 35px;
  left: 20px;
}
.sect_prize .illust_right {
  width: 130px;
  position: absolute;
  top: 60px;
  right: 0px;
}

@media (max-width: 429px) {
  .sect_prize .illust_right {
    width: 100px;
    top: -30px;
  }
}
/* ---------------------------------------------------------
    wave_bottom
--------------------------------------------------------- */
.wave_bottom {
  width: 100%;
  position: relative;
  background: #FFD526;
}
.wave_bottom::before {
  content: "";
  width: 100%;
  height: 15px;
  background: #fff;
  position: absolute;
  top: -5px;
  left: 0;
}

/* ---------------------------------------------------------
    form
--------------------------------------------------------- */
.background_yellow {
  background: #FFD526;
  padding-top: 185px;
  position: relative;
  z-index: 2;
}
.background_yellow .between_illust_2 {
  width: 325px;
  position: absolute;
  top: 10px;
  left: 45%;
  transform: translateX(-50%);
  z-index: -1;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.recaptcha-text {
  color: #082d87 !important;
  font-size: 12px !important;
  font-family: "line-rg" !important;
  line-height: 1.4 !important;
  letter-spacing: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.sect_form {
  width: calc(100% - 40px);
  padding: 50px 0 40px;
  margin: 0 auto 0;
  border-radius: 7px;
  background: #fff;
}
.sect_form .text {
  text-align: center;
  line-height: 1.4;
}
.sect_form .sect_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-family: "line-eb";
  color: #fff;
  margin: auto;
  background: #082d87;
  padding: 5px 25px;
  border-radius: 50px;
}
.sect_form .form {
  margin-top: 40px;
}
.sect_form .form .inner {
  padding: 0 20px;
}
.sect_form .form .inner .sentence {
  line-height: 1.65;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .form-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .form-list .list-item p br {
  display: none;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .form-list .list-item p label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "line-bd";
  margin-bottom: 8px;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .form-list .list-item p label.flex-column {
  flex-direction: column;
  align-items: flex-start;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .form-list .list-item p label.flex-column .min-text {
  font-size: 12px;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .form-list .list-item p label .req {
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  background: #082d87;
  border-radius: 30px;
  white-space: nowrap;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .form-list .list-item p label .label-text {
  line-height: 1.2rem;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .form-list .list-item p label .label-text .block-br {
  display: block;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .form-list .list-item p label .label-text .min {
  font-size: 14px;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .form-list .list-item p .wpcf7-form-control-wrap .form-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 32px);
  background: #F7F7F7;
  border: 1px solid #C9C9C9;
  padding: 0 15px;
  height: 50px;
  font-size: 14px;
  border-radius: 7px;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .form-list .list-item p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .form-list .list-item p .wpcf7-form-control-wrap .text-area {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 32px);
  background: #F7F7F7;
  border: 1px solid #C9C9C9;
  padding: 15px;
  height: 200px;
  font-size: 14px;
  border-radius: 7px;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .consent {
  margin-top: 40px;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .consent .sentence {
  font-size: 14px;
  line-height: 1.4rem;
  text-align: justify;
  letter-spacing: 0px;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .consent p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  width: 100%;
  border: 1px solid #d5d5d5;
  margin: 30px 0 0;
  padding: 15px 0;
  display: flex;
  justify-content: center;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .consent p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .cf-btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .cf-btn .btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 200px;
  height: 50px;
  font-size: 24px;
  color: #fff;
  background: #082d87;
  border-radius: 100px;
  border: 2px solid #082d87;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .cf-btn .btn:hover {
  background: #fff;
  color: #082d87;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .cf-btn .btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.sect_form .form .inner .wpcf7 .wpcf7-form .area-cf7 .cf-btn .wpcf7-spinner {
  display: none;
}

/* ---------------------------------------------------------
    copy
--------------------------------------------------------- */
.copy {
  padding: 25px 0;
  text-align: center;
  background: #FFD526;
}
.copy .copy_txt {
  font-size: 12px;
  color: #fff;
}

.kyosan_wrapper {
  width: calc(100% - 40px);
  padding: 0 20px;
  margin: 0 auto 0;
}

.kyosan {
  display: block;
  padding: 1px 40px 50px;
  margin: 0 auto 0;
  border-radius: 7px;
  background: #fff;
  margin-top: 40px;
}
.kyosan h4 {
  font-size: 16px;
  font-family: "line-bd";
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: center;
}
.kyosan img {
  width: 100%;
}
.kyosan .kyosan_image {
  display: block;
  max-width: 250px;
  margin: 0 auto 0;
}
.kyosan .syusai_image {
  display: block;
  max-width: 240px;
  margin: 0 auto 0;
}/*# sourceMappingURL=top.css.map */