@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
  padding-left: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #333333;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  min-width: 1200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

a:link {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a:active {
  color: #333333;
  text-decoration: none;
}

a[href^=tel] {
  color: #333333;
}

:focus-ring {
  outline: none;
}

.contain {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -o-border-image: none;
     border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #333333;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #333333;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333333;
}
input::placeholder, textarea::placeholder {
  color: #333333;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #333333;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #333333;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #333333;
}
input:focus::placeholder, textarea:focus::placeholder {
  color: #333333;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l-footer
================================= */
.l-footer {
  position: relative;
  background: #f4f4f4;
}
.l-footer__top {
  padding-block: 37px 59px;
}
@media screen and (max-width: 768px) {
  .l-footer__top {
    padding-block: calc(47 /750*100vw) calc(83 /750*100vw);
  }
}
.l-footer__logos {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 49px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__logos {
    flex-wrap: wrap;
    gap: calc(28 /750*100vw) calc(38 /750*100vw);
  }
  .l-footer__logos li:nth-of-type(1) {
    width: calc(322 /750*100vw);
  }
  .l-footer__logos li:nth-of-type(2) {
    width: calc(294 /750*100vw);
  }
  .l-footer__logos li:nth-of-type(3) {
    width: calc(252 /750*100vw);
  }
}
.l-footer__middle {
  background: #eaeaea;
  padding-block: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__middle {
    padding-block: calc(50 /750*100vw);
  }
}
.l-footer__middle .l-content__size-pc-1 {
  position: relative;
}
.l-footer__copy {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    width: calc(622 /750*100vw);
    margin-inline: auto;
  }
}
.l-footer__copy-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__copy-icon {
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .l-footer__copy-icon {
    margin-right: calc(7 /750*100vw);
    width: calc(20 /750*100vw);
  }
}
.l-footer__bottom {
  background: #333333;
  padding-block: 15px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom {
    padding-block: calc(36 /750*100vw);
    font-size: calc(20 /750*100vw);
  }
}
.l-footer__bottom .l-content__size-pc-1 {
  position: relative;
}
.l-footer__chara {
  position: absolute;
  bottom: -89px;
  right: 0;
  margin-right: -156px;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l-content__size
================================= */
.l-content__size-sp-1 {
  padding: 0 4%;
}
@media screen and (min-width: 1025px) {
  .l-content__size-sp-1 {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.l-content__size-pc-1 {
  width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .l-content__size-pc-1 {
    width: auto;
    padding: 0 calc(40 /750*100vw);
  }
}

/* =================================
 l-header
================================= */
.l-header {
  z-index: 998;
  position: relative;
  margin-bottom: -72px;
}
@media screen and (max-width: 768px) {
  .l-header {
    margin-bottom: calc(-96 /750*100vw);
  }
}
.l-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 20px 0;
}
@media screen and (max-width: 768px) {
  .l-header nav {
    padding: calc(10 /750*100vw) calc(20 /750*100vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: calc(220 /750*100vw);
  }
}
.l-header__sns {
  display: flex;
  gap: 0 9px;
}
@media screen and (max-width: 768px) {
  .l-header__sns {
    gap: 0 calc(12 /750*100vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header__sns li {
    width: calc(68 /750*100vw);
  }
}

/* =================================
 l-header__sp
================================= */
.l-header__sp {
  z-index: 998;
}

/* =================================
 l-menu__sp
================================= */
.l-menu__sp {
  z-index: 999;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_loader
================================= */
.l_loader {
  z-index: 1000;
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_main
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_side
================================= */
.l_side {
  z-index: 996;
}

.c-btn__submit, .c-btn__back {
  text-align: center;
}
.c-btn__submit input, .c-btn__submit button, .c-btn__back input, .c-btn__back button {
  border-radius: 25px;
  border: none;
  background: #db0000;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  width: 460px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-inline: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .c-btn__submit input, .c-btn__submit button, .c-btn__back input, .c-btn__back button {
    border-radius: 5.8666666667vw;
    font-size: 4.5333333333vw;
    width: 66.6666666667vw;
    height: 12vw;
    line-height: 12vw;
  }
}
.c-btn__back input, .c-btn__back button {
  background: #333333;
}
.c-btn__submit + .c-btn__back {
  margin-top: 20px;
}

.c-flex {
  display: flex;
  align-items: center;
}

.c-radio {
  margin: 0.5rem 2rem 0.5rem 0.5rem;
}
.c-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.c-radio input[type=radio]:checked + .c-radio__label:before {
  background-color: #595757;
  box-shadow: inset 0 0 0 4px #fff;
}
.c-radio__label {
  font-size: 2rem;
  cursor: pointer;
}
.c-radio__label:before {
  content: "";
  border-radius: 100%;
  border: 1px solid #333333;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.1em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.c-checkbox input[type=checkbox] {
  display: none;
}
.c-checkbox input[type=checkbox]:checked + .c-checkbox__label:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -7px;
  top: 50%;
  left: 7px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #595757;
}
.c-checkbox__label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
  font-size: 2rem;
}
.c-checkbox__label:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #333333;
  background-color: #FFF;
}

.p-index .l-main {
  background: url(../img/bg_main.jpg) center 760px/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .p-index .l-main {
    background: url(../img/sp/bg_main.jpg) center calc(1656 /750*100vw)/100% no-repeat;
  }
}
.p-index__mv {
  margin: 0 -450px;
}
@media screen and (max-width: 768px) {
  .p-index__mv {
    margin: 0 calc(-40 /750*100vw);
    position: relative;
    z-index: 1;
  }
}
.p-index__mv-outer {
  position: relative;
}
.p-index__mv-btn {
  position: absolute;
  bottom: 44px;
  left: calc(50% - 418px);
}
@media screen and (max-width: 768px) {
  .p-index__mv-btn {
    bottom: calc(65 /750*100vw);
    left: calc(50% - (367.5 /750*100vw));
    width: calc(735 /750*100vw);
    z-index: 1;
  }
}
.p-index__event-box {
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  .p-index__event-box {
    margin-top: calc(5 /750*100vw);
  }
}
.p-index__event-ttl {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  margin-bottom: -14px;
}
@media screen and (max-width: 768px) {
  .p-index__event-ttl {
    margin-top: calc(-90 /750*100vw);
    margin-bottom: calc(-21 /750*100vw);
  }
}
.p-index__event-date {
  display: flex;
  justify-content: center;
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .p-index__event-date {
    width: calc(619 /750*100vw);
    margin: 0 auto calc(27 /750*100vw);
  }
}
.p-index__event-place {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-index__event-place {
    width: calc(619 /750*100vw);
    margin: 0 auto calc(17 /750*100vw);
  }
}
.p-index__event-place-outer {
  position: relative;
}
.p-index__event-place-btn {
  position: absolute;
  bottom: 43px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-index__event-place-btn {
    width: calc(410 /750*100vw);
    margin-inline: auto;
    bottom: calc(43 /750*100vw);
  }
}
.p-index__event-contents {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__event-contents {
    width: calc(619 /750*100vw);
    margin: 0 auto calc(69 /750*100vw);
    position: static;
  }
}
.p-index__event-bnr {
  margin-bottom: -668px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__event-bnr {
    width: calc(558 /750*100vw);
    margin: 0 auto calc(-58 /750*100vw);
    position: static;
  }
}
.p-index__event-chara-1 {
  margin: 0 -210px -190px -309px;
}
@media screen and (max-width: 768px) {
  .p-index__event-chara-1 {
    margin: 0 calc(-40 /750*100vw) calc(-686 /750*100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-index__event-chara-2 {
    width: calc(508 /750*100vw);
    margin-inline: auto;
  }
}
.p-index__form {
  position: relative;
  background: #fff;
  padding-bottom: 87px;
}
@media screen and (max-width: 768px) {
  .p-index__form {
    padding-bottom: calc(100 /750*100vw);
  }
}
.p-index__form-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .p-index__form-ttl {
    margin-inline: calc(-40 /750*100vw);
    height: inherit;
  }
}
.p-index__form-ttl-bg {
  background: url(../img/bg_ttl_form.jpg) center top/auto no-repeat;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-index__form-ttl-bg {
    background: none;
    margin-bottom: calc(62 /750*100vw);
  }
}
.p-index__form-text-1 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #db0000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-index__form-text-1 {
    text-align: left;
    font-size: calc(26 /750*100vw);
    margin-bottom: calc(50 /750*100vw);
  }
}
.p-index__form-text-2 {
  text-align: center;
  font-size: 1.6rem;
  margin-block: 60px 30px;
}
@media screen and (max-width: 768px) {
  .p-index__form-text-2 {
    text-align: left;
    font-size: calc(26 /750*100vw);
    margin-block: calc(80 /750*100vw) calc(30 /750*100vw);
  }
}
.p-index__form-box {
  margin-inline: 125px;
}
@media screen and (max-width: 768px) {
  .p-index__form-box {
    margin-inline: 0;
  }
}
.p-index__form-item {
  display: flex;
  border: 1px solid #cbcbcb;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-index__form-item {
    display: block;
    margin-bottom: calc(20 /750*100vw);
  }
}
.p-index__form-item dt {
  width: 170px;
  background: #eeeeee;
  padding: 26px 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-index__form-item dt {
    width: inherit;
    padding: calc(17 /750*100vw) calc(26 /750*100vw);
    font-size: calc(28 /750*100vw);
  }
}
.p-index__form-item dd {
  width: 680px;
  padding: 13px 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-index__form-item dd {
    width: inherit;
    padding: calc(20 /750*100vw) calc(32 /750*100vw);
    font-size: calc(30 /750*100vw);
  }
}
.p-index__form-hint {
  color: #777777;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-index__form-hint {
    font-size: calc(24 /750*100vw);
  }
}
.p-index__form-hint.red {
  color: #db0000;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-index__form-hint.red {
    font-size: calc(30 /750*100vw);
  }
}
.p-index__form-table {
  border-top: 15px solid transparent;
}
@media screen and (max-width: 768px) {
  .p-index__form-table {
    width: 100%;
  }
}
.p-index__form-table tr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-index__form-table tr {
    display: block;
  }
}
.p-index__form-table tr:not(:last-of-type) {
  border-bottom: 15px solid transparent;
}
.p-index__form-table th {
  text-align: left;
  width: 138px;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-index__form-table th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-index__form-table td {
    display: block;
    width: 100%;
  }
}
.p-index__form-select {
  position: relative;
}
.p-index__form-select:before {
  position: absolute;
  top: calc(50% - 13px);
  left: 169px;
  content: "\f0d7";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #333333;
  pointer-events: none;
}
.p-index__form input[type=text], .p-index__form select {
  border: 1px solid #333333;
  width: 100%;
  padding: 11px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-index__form input[type=text], .p-index__form select {
    font-size: 1.6rem;
  }
}
.p-index__form input[type=text].p-index__form-inputS {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .p-index__form input[type=text].p-index__form-inputS {
    width: calc(170 /750*100vw);
  }
}
.p-index__form input[type=text].p-index__form-inputM {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-index__form input[type=text].p-index__form-inputM {
    width: calc(300 /750*100vw);
  }
}
.p-index__form input[type=text].p-index__form-inputL {
  width: 496px;
}
@media screen and (max-width: 768px) {
  .p-index__form input[type=text].p-index__form-inputL {
    width: 100%;
  }
}
.p-index__form input[type=text].p-index__form-input-mail {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .p-index__form input[type=text].p-index__form-input-mail {
    width: 100%;
  }
}
.p-index__form input[type=text].p-index__form-input-mail + .c-flex {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-index__form input[type=text].p-index__form-input-mail + .c-flex {
    display: block;
  }
}
.p-index__form select {
  width: 200px;
}
.p-index__form-post {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-index__form-post {
    display: block;
  }
}
.p-index__form-post input {
  margin-inline: 15px;
}
.p-index__form-age .p-index__form-hint {
  margin-left: 9px;
}
@media screen and (max-width: 768px) {
  .p-index__form-age .p-index__form-hint {
    margin-left: calc(22 /750*100vw) !important;
  }
}
.p-index__form-tel {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-index__form-tel {
    display: block;
  }
}
.p-index__form-tel .p-index__form-hint {
  margin-left: 9px;
}
@media screen and (max-width: 768px) {
  .p-index__form-tel .p-index__form-hint {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-index__form-sanka {
    display: block;
  }
}
.p-index__form-attend {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-block: 20px 10px;
}
@media screen and (max-width: 768px) {
  .p-index__form-attend {
    font-size: calc(28 /750*100vw);
    margin-block: calc(35 /750*100vw) calc(25 /750*100vw);
  }
}
.p-index__form-subttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #db0000;
  text-align: center;
  margin-block: 40px 15px;
}
@media screen and (max-width: 768px) {
  .p-index__form-subttl {
    font-size: calc(28 /750*100vw);
    margin-block: calc(60 /750*100vw) calc(20 /750*100vw);
  }
}
.p-index__form-note {
  border: 1px solid #cbcbcb;
  padding: 15px 0 15px 20px;
}
@media screen and (max-width: 768px) {
  .p-index__form-note {
    padding: calc(32 /750*100vw) calc(30 /750*100vw);
  }
}
.p-index__form-note-inner {
  height: 180px;
  overflow-y: scroll;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-index__form-note-inner {
    height: calc(280 /750*100vw);
    font-size: calc(24 /750*100vw);
  }
}
.p-index__form-note dl {
  margin-bottom: 1em;
}
.p-index__form-note dt {
  font-weight: 700;
}
.p-index__form-note-list {
  list-style: disc;
  margin-left: 1.5em;
}
.p-index__form-agree, .p-index__form-privacy {
  background: #eeeeee;
  padding: 10px 0;
  margin-block: 15px 40px;
}
@media screen and (max-width: 768px) {
  .p-index__form-agree, .p-index__form-privacy {
    padding: calc(20 /750*100vw);
    margin-block: calc(30 /750*100vw) calc(60 /750*100vw);
  }
}
.p-index__form-agree-parts, .p-index__form-privacy-parts {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-index__form-agree-parts, .p-index__form-privacy-parts {
    font-size: calc(28 /750*100vw);
  }
}
.p-index__form-agree-parts:before, .p-index__form-privacy-parts:before {
  cursor: pointer;
  content: "";
  display: block;
  margin-right: 14px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-index__form-agree-parts:before, .p-index__form-privacy-parts:before {
    margin-right: calc(10 /750*100vw);
    width: calc(28 /750*100vw);
    height: calc(28 /750*100vw);
  }
}
.p-index__form-agree-input:checked + .p-index__form-agree-parts:before,
.p-index__form-agree-input:checked + .p-index__form-privacy-parts:before, .p-index__form-privacy-input:checked + .p-index__form-agree-parts:before,
.p-index__form-privacy-input:checked + .p-index__form-privacy-parts:before {
  background: #db0000;
}
.p-index__form-agree-input:checked + .p-index__form-agree-parts:after,
.p-index__form-agree-input:checked + .p-index__form-privacy-parts:after, .p-index__form-privacy-input:checked + .p-index__form-agree-parts:after,
.p-index__form-privacy-input:checked + .p-index__form-privacy-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-index__form-agree-input:checked + .p-index__form-agree-parts:after,
  .p-index__form-agree-input:checked + .p-index__form-privacy-parts:after, .p-index__form-privacy-input:checked + .p-index__form-agree-parts:after,
  .p-index__form-privacy-input:checked + .p-index__form-privacy-parts:after {
    top: calc(12 /750*100vw);
    width: calc(8 /750*100vw);
    height: calc(16 /750*100vw);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.p-index__form-agree-input:checked + .p-index__form-agree-parts:after {
  left: 333px;
}
@media screen and (max-width: 768px) {
  .p-index__form-agree-input:checked + .p-index__form-agree-parts:after {
    left: calc(50% - (134 /750*100vw));
  }
}
.p-index__form-privacy-input:checked + .p-index__form-privacy-parts:after {
  left: 289px;
}
@media screen and (max-width: 768px) {
  .p-index__form-privacy-input:checked + .p-index__form-privacy-parts:after {
    left: calc(50% - (206 /750*100vw));
  }
}
.p-index__form-submit {
  text-align: center;
}
.p-index__form-submit button {
  border-radius: 25px;
  border: none;
  background: #db0000;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  width: 460px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-index__form-submit button {
    border-radius: 22px;
    font-size: calc(34 /750*100vw);
    width: calc(500 /750*100vw);
    height: calc(90 /750*100vw);
    line-height: calc(90 /750*100vw);
  }
}

.c-flex .p-index__form-hint {
  margin-left: 9px;
}
@media screen and (max-width: 768px) {
  .c-flex .p-index__form-hint {
    margin-left: 0;
  }
}

.p-thanks__box {
  padding-block: 60px;
}
@media screen and (max-width: 768px) {
  .p-thanks__box {
    padding-block: calc(60 /750*100vw);
  }
}
.p-thanks__box .l-content__size-pc-1 {
  background: #fff;
  padding-block: 40px;
}
@media screen and (max-width: 768px) {
  .p-thanks__box .l-content__size-pc-1 {
    padding-block: 0;
    background: transparent;
  }
}
@media screen and (max-width: 768px) {
  .p-thanks__inner {
    background: #fff;
    padding: calc(50 /750*100vw) calc(30 /750*100vw);
  }
}
.p-thanks__ttl {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-thanks__ttl {
    font-size: calc(26 /750*100vw);
    margin-bottom: calc(60 /750*100vw);
  }
}
.p-thanks__text {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-thanks__text {
    font-size: calc(24 /750*100vw);
    margin-bottom: calc(100 /750*100vw);
    text-align: left;
  }
}
.p-thanks__btn a {
  border-radius: 25px;
  border: none;
  background: #db0000;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  width: 460px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin-inline: auto;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-thanks__btn a {
    border-radius: 5.8666666667vw;
    font-size: calc(34 /750*100vw);
    width: calc(500 /750*100vw);
    height: calc(90 /750*100vw);
    line-height: calc(90 /750*100vw);
  }
}

.p-confirm__box {
  padding-block: 60px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-confirm__box {
    padding-block: calc(60 /750*100vw);
  }
}
.p-confirm__box .l-content__size-pc-1 {
  background: #fff;
  padding-block: 40px;
}
@media screen and (max-width: 768px) {
  .p-confirm__box .l-content__size-pc-1 {
    padding-block: 0;
    background: transparent;
  }
}
.p-confirm__box h3 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-confirm__box #formWrap {
    background: #fff;
    padding: calc(50 /750*100vw) calc(30 /750*100vw);
  }
}
.p-confirm__text-1 {
  margin-bottom: 20px;
}
.p-confirm__text-2 {
  margin-block: 20px;
}
@media screen and (max-width: 768px) {
  .p-confirm__text-2 {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}