@charset "UTF-8";
/* ===============================================
# color
=============================================== */
/* ===============================================
# font-size
=============================================== */
/* ===============================================
# breakpoint
=============================================== */
/* ===============================================
# z-index
=============================================== */
/* ===============================================
# img pass
=============================================== */
/* ===============================================
# other
=============================================== */
html,
body {
  width: 100%;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", serif;
  font-size: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
}

a:active {
  color: #000000;
}

a:focus {
  outline: none;
}

.l-siteFooter {
  background-color: #EFEFEF;
  padding: 40px;
  display: grid;
  gap: 20px;
}
.l-siteFooter__menu {
  display: flex;
  gap: 34px;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
}
.l-siteFooter__menu--logo {
  display: block;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .l-siteFooter {
    background-color: #EFEFEF;
    padding: 40px;
    display: grid;
    gap: 20px;
  }
  .l-siteFooter__menu {
    gap: 20px;
  }
  .l-siteFooter__menu--sp {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 428px) {
  .l-siteFooter__menu {
    font-size: 0.75rem;
    gap: 12px;
  }
}
.l-siteHeader {
  width: 100%;
  border-bottom: 2px solid #2FAAE1;
}
.l-siteHeader__siteLogo {
  margin: 16px 20px;
}

@media screen and (max-width: 768px) {
  .l-siteHeader__siteLogo {
    margin: 12px;
  }
  .l-siteHeader__Image {
    width: 200px;
  }
}
.inner {
  max-width: 900px;
  width: 90%;
  margin: 20px auto;
  min-height: calc(100dvh - 365px);
  box-sizing: border-box;
}

.eventNumber {
  text-align: center;
}
.eventNumber__total {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .eventNumber__total {
    font-size: 1.25rem;
  }
}
.l-drawer {
  margin-left: auto;
}
.l-drawer__list {
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  margin-left: 0;
  background-color: #fff;
  height: 100dvh;
  list-style-type: none;
  transition: ease 0.5s;
  z-index: 20;
  width: 30vw;
  overflow: hidden;
}
.l-drawer__list.open {
  margin-left: -30vw;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  .l-drawer__list.open {
    width: 100dvw;
    margin-left: -100dvw;
  }
}
.l-drawer__list--title {
  font-size: 1.5rem;
  text-align: center;
  padding: 16px;
  background-color: #EDF6FC;
  border-bottom: 1px solid #E3E3E3;
}
.l-drawer__list--left {
  text-align: left;
}
.l-drawer__item--keyword {
  background-color: #F5F5F5;
  padding: 20px;
}
.l-drawer__item--keywordFrame input {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  outline: 1px solid #979797;
  border-radius: 3px;
}
.l-drawer__item--block {
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #E3E3E3;
}
.l-drawer__item--arrowRight {
  position: relative;
}
.l-drawer__item--arrowRight::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 30px;
  top: 25px;
  transform: rotate(45deg);
}
.l-drawer__item--arrowUnder {
  position: relative;
}
.l-drawer__item--arrowUnder::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 28px;
  top: 24px;
  transform: rotate(135deg);
}
.l-drawer__item a {
  display: inline-block;
  text-decoration: none;
}
.l-drawer__layer.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #333;
  opacity: 0.7;
  z-index: 10;
}
.l-drawer__title {
  display: flex;
  gap: 8px;
  align-content: center;
  align-items: center;
}

.l-acordion {
  display: none;
}
.l-acordion__item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-top 0.1s ease-out;
  background-color: #F9F9F9;
  padding: 20px;
}
.l-acordion__item--column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.l-acordion .calendar {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.l-acordion .calendar input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
.l-acordion__checkBox {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 20px;
  grid-template-columns: repeat(2, auto);
}
.l-acordion__list {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 20px;
}
.l-acordion__list--contents {
  color: #2FAAE1;
  border: 1px solid #2FAAE1;
  background-color: #EDF6FC;
  border-radius: 4px;
  padding: 4px 8px 4px 8px;
}
.l-acordion__list--icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 0.1em;
  font-size: small;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
  margin-top: -4px;
  margin-right: 4px;
}
.l-acordion__list--icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.l-areaLabel__container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  padding-inline: 10px;
}
.l-areaLabel__item {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px;
  background-color: #EFF8FF;
  color: #2FAAE1;
  border: 1px solid #2FAAE1;
  border-radius: 5px;
}
.l-areaLabel__delete {
  cursor: pointer;
}

.c-attention {
  background-color: #F9F9F9;
  border: 1px solid #E1E1E1;
  padding: 20px;
}
.c-attention__title {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .c-attention {
    padding: 16px;
  }
  .c-attention__title {
    font-size: medium;
    margin-bottom: 12px;
  }
  .c-attention__text {
    font-size: 0.875rem;
  }
}
.c-block__title {
  background-color: #EDF6FC;
  padding: 12px 30px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .c-block__title {
    font-size: 0.875rem;
    padding: 10px;
  }
}
.c-br__sp {
  display: none;
}
.c-br__sp--sm {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-br__sp {
    display: block;
  }
}
@media screen and (max-width: 428px) {
  .c-br__sp--sm {
    display: block;
  }
}
.c-breadcrumb {
  margin: 16px 30px;
}
.c-breadcrumb__menu {
  display: flex;
}
.c-breadcrumb__list {
  font-size: 0.75rem;
  position: relative;
  padding-right: 20px;
}
.c-breadcrumb__list:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 8px;
  top: 6px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .c-breadcrumb {
    margin: 8px 12px;
  }
}
.c-button__support {
  display: flex;
  gap: 12px;
  margin: 20px auto;
}
.c-button__wrapper {
  display: flex;
  margin: 20px auto;
}
.c-button__examine {
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.c-button__examine--narrowing {
  color: #2FAAE1;
  border: 1px solid #2FAAE1;
  background-color: #EDF6FC;
  position: relative;
}
.c-button__examine--sort {
  width: 100%;
  color: #5A5B5C;
  background-color: #F5F5F5;
  border: 1px solid #5A5B5C;
}
.c-button__examine--sort select {
  width: 100%;
  -moz-text-align-last: center;
       text-align-last: center;
}
.c-button__examine--image {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.c-button__examine:hover {
  opacity: 0.7;
  cursor: pointer;
}
.c-button__entry {
  display: block;
  max-width: 312px;
  padding: 12px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
.c-button__entry--pink {
  color: #fff;
  background-color: #EF616F;
  border-radius: 8px;
  font-weight: 500;
  border: 1px solid #EF616F;
}
.c-button__entry--pink::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 30px;
  top: 22px;
  transform: rotate(45deg);
}
.c-button__entry--pink:hover {
  color: #EF616F;
  background-color: #fff;
  border: 1px solid #EF616F;
}
.c-button__entry--pink:hover::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #EF616F;
  border-right: solid 2px #EF616F;
  position: absolute;
  right: 30px;
  top: 22px;
  transform: rotate(45deg);
}
.c-button__entry--blue {
  color: #fff;
  background-color: #2FAAE1;
  border-radius: 8px;
  font-weight: 500;
  border: 1px solid #2FAAE1;
}
.c-button__entry--blue input {
  color: #fff;
}
.c-button__entry--blue input:hover {
  color: #2FAAE1;
}
.c-button__entry--blue::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 30px;
  top: 22px;
  transform: rotate(45deg);
}
.c-button__entry--blue:hover {
  color: #2FAAE1;
  background-color: #fff;
  border: 1px solid #2FAAE1;
}
.c-button__entry--blue:hover::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #2FAAE1;
  border-right: solid 2px #2FAAE1;
  position: absolute;
  right: 30px;
  top: 22px;
  transform: rotate(45deg);
}
.c-button__entry--gray {
  color: #5A5B5C;
  background-color: #EFEFEF;
  border-radius: 8px;
  font-weight: 500;
  border: 1px solid #EFEFEF;
}
.c-button__entry--gray::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 30px;
  top: 22px;
  transform: rotate(45deg);
}
.c-button__entry--gray:hover {
  opacity: 0.8;
}
.c-button__entry--invalid {
  color: #5A5B5C;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  pointer-events: none;
}
.c-button__drawer {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: white;
  padding: 20px;
}
.c-button__drawerBtn--reset input {
  padding: 8px 20px;
  color: #979797;
  background-color: #F9F9F9;
  border: 1px solid #979797;
  border-radius: 5px;
}
.c-button__drawerBtn--reset input:hover {
  opacity: 0.6;
}
.c-button__drawerBtn--search input {
  padding: 8px 20px;
  color: #fff;
  background-color: #2FAAE1;
  border: 1px solid #2FAAE1;
  border-radius: 5px;
}
.c-button__drawerBtn--search input:hover {
  opacity: 0.8;
}

.c-completion {
  border: 1px solid #E1E1E1;
  padding: 28px 30px;
  text-align: center;
}
.c-completion__title {
  font-size: 1.25rem;
  position: relative;
  margin-top: 80px;
  margin-bottom: 20px;
  position: relative;
}
.c-completion__title::before {
  display: inline-block;
  content: "";
  background-image: url(./file/box/img/check.svg);
  background-size: contain;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: -36px;
  transform: translateY(-50%) translateX(-50%);
}
.c-completion__text {
  margin-bottom: 40px;
}

.c-list {
  width: 100%;
  padding: 30px 60px 40px 60px;
  margin-bottom: 40px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
.c-list__box {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.c-list__box--contents {
  width: 100%;
}
.c-list__image {
  width: 350px;
  height: auto;
  margin-bottom: 8px;
}
.c-list__text {
  max-width: 350px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 959px) {
  .c-list__box {
    display: block;
    justify-content: center;
  }
  .c-list__box--contents {
    width: 100%;
  }
  .c-list__image {
    width: 100%;
    height: auto;
  }
  .c-list__text {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-list {
    padding: 20px;
  }
  .c-list__box {
    display: block;
    justify-content: center;
  }
  .c-list__box--contents {
    width: 100%;
  }
}
.c-pager ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.c-pager ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 30px;
  height: 50px;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
}
.c-pager ul li span {
  width: 30px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2FAAE1;
  border-radius: 8px;
  color: #fff;
  background-color: #2FAAE1;
}

.c-progress {
  margin: 40px 0;
}
.c-progress__description {
  margin-bottom: 20px;
  text-align: center;
}
.c-progress__description--cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  gap: 12px;
  margin-bottom: 40px;
}
.c-progress__block {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.c-progress__block--box {
  position: relative;
}
.c-progress__block--box:not(:last-child)::after {
  border: 1px dotted #E3E3E3;
  content: "";
  position: absolute;
  top: 30px;
  right: -35px;
  width: 28px;
}
.c-progress__block--number {
  font-weight: bold;
  padding: 16px;
  position: relative;
}
.c-progress__block--number::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 4px;
  right: 0;
  border: 1px solid #E3E3E3;
  border-radius: 50px;
}
.c-progress__block--text {
  text-align: center;
}
.c-progress__block--numberExists {
  color: #fff;
  z-index: 10;
}
.c-progress__block--numberExists::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 4px;
  right: 0;
  background-color: #0F7DC5;
  border: 1px solid #0F7DC5;
  border-radius: 50px;
  z-index: -1;
}
.c-progress__block--textExists {
  color: #0F7DC5;
}
.c-progress__heading {
  color: #fff;
  background-color: #2FAAE1;
  padding: 8px;
  margin-top: 28px;
  text-align: center;
  border-radius: 5px;
}
.c-progress__table {
  width: 100%;
}
.c-progress__table--list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 44px;
  border-left: 3px solid #2FAAE1;
}
.c-progress__table--list:not(:first-child)::after {
  border: 1px solid #F5F5F5;
  content: "";
  position: absolute;
  top: -20px;
  width: 100%;
}
.c-progress__table--birth {
  display: flex;
  margin-right: 10px;
}
.c-progress__table--title {
  width: 30%;
  padding: 20px 40px;
  text-align: left;
}
.c-progress__table--textSub {
  font-size: 0.75rem;
  margin-bottom: 3px;
}
.c-progress__table--label input {
  width: 100%;
  max-width: 600px;
  background-color: #F9F9F9;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  padding: 6px 10px;
  margin-bottom: 10px;
}
.c-progress__table--label select {
  padding: 6px 10px;
  margin-bottom: 10px;
  background-color: #F9F9F9;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}
.c-progress__table--radioBtn input {
  margin-right: 8px;
  margin-bottom: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #979797;
  vertical-align: -5px;
  outline: none;
}
.c-progress__table--radioBtn input::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #2FAAE1;
  transform: translate(4px, 4px) scale(0);
  transform-origin: center;
}
.c-progress__table--radioBtn input:checked::before {
  transform: translate(4px, 4px) scale(1);
}
.c-progress__table--radioBtn input:checked {
  background-color: #fff;
  border: 2px solid #2FAAE1;
}
.c-progress__attention {
  color: #F40000;
  font-size: medium;
}

@media screen and (max-width: 768px) {
  .c-progress__table--list {
    display: grid;
    border: none;
    margin-bottom: 0;
  }
  .c-progress__table--list:not(:first-child)::after {
    display: none;
  }
  .c-progress__table--title {
    width: 100%;
    padding: 4px 12px;
    border-left: 3px solid #2FAAE1;
    position: relative;
  }
  .c-progress__table--title::after {
    border: 1px solid #F5F5F5;
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
  }
  .c-progress__table--text {
    padding: 10px 4px;
  }
  .c-progress__table--text:first-of-type {
    padding-top: 20px;
  }
  .c-progress__description--cancel {
    font-size: medium;
  }
  .c-progress__description--cancelIcon {
    width: 28px;
    height: 28px;
  }
}
.c-schoolCategory {
  font-size: 0.875rem;
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .c-schoolCategory {
    font-size: 0.75rem;
    padding-top: 8px;
  }
}
.c-schoolEvent__title {
  text-align: center;
  font-size: 1.8rem;
}
.c-schoolEvent__text {
  text-align: center;
  margin: 20px;
}
.c-schoolEvent__box {
  width: 100%;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
}
.c-schoolEvent__contents {
  display: flex;
  padding: 20px;
}
.c-schoolEvent__image {
  width: 300px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-schoolEvent__list {
  margin-left: 20px;
}
.c-schoolEvent__list--date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #EDF6FC;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 8px;
}
.c-schoolEvent__list--name {
  color: #0B3E96;
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.c-schoolEvent__list--place {
  margin-bottom: 6px;
}
.c-schoolEvent__list--image {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  padding-top: 4px;
}

@media screen and (max-width: 768px) {
  .c-schoolEvent__title {
    font-size: 1.5rem;
  }
  .c-schoolEvent__image {
    width: 200px;
  }
  .c-schoolEvent__list--name {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 428px) {
  .c-schoolEvent__contents {
    padding: 12px;
  }
  .c-schoolEvent__image {
    width: 150px;
  }
  .c-schoolEvent__list {
    margin-left: 12px;
  }
  .c-schoolEvent__list--date {
    font-size: 0.875rem;
    padding: 4px 8px;
    margin-bottom: 4px;
  }
  .c-schoolEvent__list--name {
    font-size: medium;
    margin-bottom: 4px;
  }
  .c-schoolEvent__list--place {
    font-size: 0.75rem;
  }
  .c-schoolEvent__list--time {
    font-size: 0.75rem;
  }
  .c-schoolEvent__list--image {
    width: 12px;
    height: 12px;
    margin-right: 0;
    padding-top: 0;
  }
}
.c-schoolName {
  display: block;
  width: 100%;
  color: #0B3E96;
  font-size: 1.25rem;
  padding: 4px 0 8px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #E3E3E3;
}

@media screen and (max-width: 768px) {
  .c-schoolName {
    font-size: 0.875rem;
  }
  .c-schoolName__schoolPage {
    font-size: medium;
  }
}
.c-table {
  background-color: #EDF6FC;
  padding: 20px;
  margin-bottom: 20px;
}
.c-table__title {
  color: #5A5B5C;
  font-size: 0.875rem;
}
.c-table__title:last-of-type {
  margin-top: 16px;
}
.c-table__title--school {
  color: #0B3E96;
  font-size: 0.875rem;
}
.c-table__title--school:last-of-type {
  margin-top: 16px;
}
.c-table__text--date {
  font-size: 2rem;
  font-weight: bold;
}
.c-table__text--dayOfWeek {
  font-size: 1.5rem;
  padding-left: 8px;
}
.c-table__text--eventName {
  color: #0B3E96;
  font-size: 1.25rem;
  font-weight: bold;
}
.c-table__text--field {
  font-size: normal;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .c-table__school {
    margin-bottom: 0;
  }
}
.c-tab {
  display: none;
}
.c-tab--map {
  text-align: right;
}
.c-tab--map a {
  color: #0B3E96;
}

@media screen and (max-width: 768px) {
  .c-tab {
    display: block;
  }
  .c-tab__wrap {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin: 20px 0;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 16px;
  }
  .c-tab__wrap--label {
    color: #2FAAE1;
    white-space: nowrap;
    border: 1px solid #2FAAE1;
    text-align: center;
    padding: 10px 0.5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
  }
  .c-tab__wrap--label:not(:last-of-type) {
    margin-right: 5px;
  }
  .c-tab__wrap--content {
    display: none;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .c-tab__wrap--contentInner {
    padding: 20px;
    background-color: #EDF6FC;
    align-items: stretch;
    border-radius: 5px;
    width: 100%;
    line-height: 2rem;
  }
  .c-tab__wrap input[type=radio]:checked + .c-tab__wrap--label + .c-tab__wrap--content {
    display: flex;
  }
  .c-tab__wrap--title {
    font-size: 1.25rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #2FAAE1;
  }
  .c-tab__wrap--icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-bottom: -2px;
  }
  .c-tab__switch {
    display: none;
  }
  .c-tab__switch:checked + .c-tab__wrap--label {
    color: #fff;
    background-color: #2FAAE1;
    border: none;
  }
  .c-tab__switch:checked + .c-tab__wrap--label + .c-tab__wrap--content {
    height: auto;
    overflow: hidden;
    padding: 8px;
    opacity: 1;
    transition: 0.5s opacity;
    border: 1px solid #2FAAE1;
    border-radius: 5px;
  }
  .c-tab__switch:checked + .c-tab__wrap--label:after {
    top: 83%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #2FAAE1;
    border-width: 14px;
    margin-left: -14px;
  }
  .c-tab__switch:checked + .c-tab__wrap--label {
    background: #2FAAE1;
    position: relative;
  }
}
@media screen and (max-width: 428px) {
  .c-tab__text--pcOnly {
    display: none;
  }
}
.c-tag {
  font-size: 0.75rem;
  padding: 5px;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
.c-tag__event {
  display: flex;
  gap: 8px;
}
.c-tag__event--campaign {
  color: #EF616F;
  font-weight: 500;
  border: 1px solid #EF616F;
}
.c-tag__event--category {
  border: 1px solid #E3E3E3;
}

.c-error {
  color: #D80000;
  background-color: #FFF5F5;
  border-radius: 2px solid #D80000;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}

.c-errorMessage {
  height: 100%;
  width: 100%;
}
.c-errorMessage__board {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 30px;
  border: 1px solid #D80000;
  background-color: #FFF5F5;
}
.c-errorMessage__text {
  color: #D80000;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
}
@media screen and (max-width: 430px) {
  .c-errorMessage__text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    letter-spacing: normal;
    font-weight: 400;
  }
}

.c-checkboxArea label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-checkboxArea label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  outline: none;
  border: none;
}
.c-checkboxArea label input[type=checkbox]::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  outline: 2px solid #E3E3E3;
  border-radius: 3px;
}
.c-checkboxArea label input[type=checkbox]:checked::before {
  content: "";
  background-color: #3EA2F8;
  outline: 2px solid #3EA2F8;
}
.c-checkboxArea label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 30px;
  top: 0;
  left: 6px;
  border-right: 7px solid #fff;
  border-bottom: 7px solid #fff;
  transform: scale(45%, 50%) translate(-50%, -50%) rotate(45deg);
}

.c-backIcon {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.c-backIcon img {
  width: 100%;
  height: 100%;
}

.p-list {
  margin-bottom: 50px;
}
.p-list__main {
  margin-bottom: 40px;
}
.p-list__main--image {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-list__main--title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-bottom: 40px;
}

.p-tableEvent {
  margin-top: 30px;
}
.p-tableEvent__menu {
  display: flex;
  justify-content: center;
  gap: 44px;
  font-weight: bold;
  position: relative;
}
.p-tableEvent__list {
  margin-bottom: 40px;
}
.p-tableEvent__list--title {
  color: #2FAAE1;
  border-bottom: 1px solid #2FAAE1;
  font-size: 1.5rem;
  margin-top: 30px;
  padding-left: 8px;
  padding-bottom: 8px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.p-tableEvent__list--text {
  padding: 20px;
  line-height: 2em;
  letter-spacing: 0.16em;
}
.p-tableEvent__list--icon {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  margin-bottom: -2px;
}

.p-icon__arrowUnder {
  position: relative;
  color: #333;
}
.p-icon__arrowUnder::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: -22px;
  top: 7px;
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .p-list__main {
    margin-bottom: 40px;
  }
  .p-list__main--image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-list__main--title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  .p-tableEvent {
    display: none;
  }
  .c-only__pc {
    display: none;
  }
}
.p-attentionPrivacy {
  width: 100%;
  padding: 20px 40px;
  margin-bottom: 40px;
  border: 1px solid #2FAAE1;
  border-radius: 5px;
}
.p-attentionPrivacy input {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 10px;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #979797;
}
.p-attentionPrivacy input:checked {
  background-color: #2FAAE1;
  border-radius: 3px;
  border: #2FAAE1;
}
.p-attentionPrivacy input::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 11px;
  height: 6px;
  border-left: 2.8px solid #fff;
  border-bottom: 2.8px solid #fff;
  transform: rotate(-45deg);
}
.p-attentionPrivacy__description {
  margin-bottom: 8px;
}
.p-attentionPrivacy__link {
  color: #2FAAE1;
}

.p-confirmation__button {
  margin-bottom: 40px;
}
.p-confirmation__button--top {
  margin-top: 20px;
  margin-bottom: 20px;
}

.topPage {
  font-family: "Kosugi Maru", serif;
  background-color: #EDF6FC;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.topPage__FV {
  width: 100%;
}

.p-title__topPage {
  text-align: center;
  padding: 56px 0;
  line-height: 1.7em;
  letter-spacing: 0.16em;
}
.p-title__topPage--strong {
  color: #2FAAE1;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}

.p-tab__topPage {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 56px;
  box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.05), -3px 5px 12px rgba(0, 0, 0, 0.05);
}
.p-tab__topPage--item {
  display: none;
}
.p-tab__topPage--item + .p-tab__topPage--label {
  flex: 1;
  order: -1;
  cursor: pointer;
  padding: 1rem 0.5em;
  border-radius: 6px 6px 0 0;
  color: #fff;
  letter-spacing: 0.16em;
  border-top: 5px solid #2FAAE1;
  background-color: #2FAAE1;
  white-space: nowrap;
  text-align: center;
}
.p-tab__topPage--item + .p-tab__topPage--labelCampus {
  position: relative;
}
.p-tab__topPage--item + .p-tab__topPage--labelCampus::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top_campus_white.svg);
  background-size: contain;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 8px;
  left: 70px;
}
.p-tab__topPage--item + .p-tab__topPage--labelSchool {
  position: relative;
}
.p-tab__topPage--item + .p-tab__topPage--labelSchool::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top_school.svg);
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 11px;
  left: 138px;
}
.p-tab__topPage--item:checked + .p-tab__topPage--label {
  background-color: #fff;
  border-top: 5px solid #2FAAE1;
  border-bottom: none;
  font-weight: bold;
  color: #2FAAE1;
  transition: color 0.5s ease-in-out;
}
.p-tab__topPage--item:checked + .p-tab__topPage--labelCampus {
  position: relative;
}
.p-tab__topPage--item:checked + .p-tab__topPage--labelCampus::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top_campus.svg);
  background-size: contain;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 8px;
  left: 70px;
}
.p-tab__topPage--item:checked + .p-tab__topPage--labelSchool {
  position: relative;
}
.p-tab__topPage--item:checked + .p-tab__topPage--labelSchool::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top_school_blue.svg);
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 11px;
  left: 138px;
}
.p-tab__topPage--item:checked + .p-tab__topPage--label + .p-tab__topPage--content {
  height: auto;
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  padding: 28px;
  border-radius: 0 0 6px 6px;
}
.p-tab__topPage--content {
  height: 0;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  line-height: 1.5;
  background-color: #fff;
}
.p-tab__topPage--form {
  display: flex;
  width: 100%;
  gap: 20px;
}
.p-tab__topPage--btn {
  background-color: #F5F5F5;
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  transition: 0.3s;
}
.p-tab__topPage--btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.p-tab__topPage--btnInner {
  text-align: center;
}
.p-tab__topPage--btnImage {
  width: 75px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 8px;
}
.p-tab__topPage--formKeyword {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
.p-tab__topPage--textForm {
  border: 1px solid #E3E3E3;
  border-radius: 4px 0 0 4px;
  position: relative;
}
.p-tab__topPage--textForm input {
  width: 480px;
  padding: 10px;
}
.p-tab__topPage--searchBtn {
  background-color: #2FAAE1;
  border: 1px solid #2FAAE1;
  border-radius: 0 4px 4px 0;
  position: relative;
}
.p-tab__topPage--searchBtn::before {
  content: "";
  display: inline-block;
  background-image: url(../img/search_icon.svg);
  background-size: contain;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 14px;
  left: 15px;
}
.p-tab__topPage--searchBtn input {
  color: #fff;
  padding: 10px 20px 10px 40px;
}

.p-campaign {
  background-color: #fff;
  border: 1px solid #2FAAE1;
  border-radius: 10px;
  padding: 36px 36px 20px 36px;
  margin-bottom: 56px;
}
.p-campaign__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.p-campaign__title::before {
  content: "";
  display: inline-block;
  background-image: url(../img/campaign_01.svg);
  background-size: contain;
  position: absolute;
  width: 120px;
  height: 120px;
  top: -66px;
  left: 155px;
}
.p-campaign__title::after {
  content: "";
  display: inline-block;
  background-image: url(../img/campaign_02.svg);
  background-size: contain;
  position: absolute;
  width: 120px;
  height: 120px;
  top: -62px;
  right: 155px;
}
.p-campaign__text {
  margin-bottom: 16px;
  font-size: 0.875rem;
}

@media screen and (max-width: 959px) {
  .p-tab__topPage {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-bottom: 36px;
  }
  .p-tab__topPage--item {
    display: none;
  }
  .p-tab__topPage--item + .p-tab__topPage--label {
    font-size: 0.875rem;
    padding: 12px;
  }
  .p-tab__topPage--item + .p-tab__topPage--labelCampus::before {
    display: none;
  }
  .p-tab__topPage--item + .p-tab__topPage--labelSchool::before {
    display: none;
  }
  .p-tab__topPage--item:checked + .p-tab__topPage--labelCampus::before {
    display: none;
  }
  .p-tab__topPage--item:checked + .p-tab__topPage--labelSchool::before {
    display: none;
  }
  .p-tab__topPage--item:checked + .p-tab__topPage--label + .p-tab__topPage--content {
    padding: 18px;
  }
  .p-tab__topPage--form {
    gap: 8px;
  }
  .p-tab__topPage--formKeyword {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-title__topPage {
    font-size: 1.25rem;
    padding: 12px 0 36px;
  }
  .p-title__topPage--strong {
    color: #2FAAE1;
    font-size: 1.5rem;
  }
  .p-tab__topPage--textForm {
    width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 4px 0 0 4px;
    position: relative;
  }
  .p-tab__topPage--textForm input {
    width: 100%;
    padding: 10px;
  }
  .p-tab__topPage--btnImage {
    width: 60px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-tab__topPage--btnTitle {
    font-size: 0.75rem;
  }
  .p-campaign__title::before {
    content: "";
    display: inline-block;
    background-image: url(../img/campaign_01.svg);
    background-size: contain;
    position: absolute;
    width: 120px;
    height: 120px;
    top: -66px;
    left: -75px;
  }
  .p-campaign__title::after {
    content: "";
    display: inline-block;
    background-image: url(../img/campaign_02.svg);
    background-size: contain;
    position: absolute;
    width: 120px;
    height: 120px;
    top: -66px;
    right: -55px;
  }
}
@media screen and (max-width: 440px) {
  .p-tab__topPage {
    margin-bottom: 60px;
  }
  .p-tab__topPage--item:checked + .p-tab__topPage--label + .p-tab__topPage--content {
    padding: 8px;
  }
  .p-tab__topPage--item + .p-tab__topPage--label {
    font-size: 0.75rem;
    padding: 6px;
  }
  .p-tab__topPage--btnTitle {
    font-size: 0.75rem;
  }
  .p-campaign {
    padding: 36px 24px 20px 24px;
  }
  .p-campaign__title {
    font-size: medium;
  }
  .p-campaign__title::before {
    content: "";
    display: inline-block;
    background-image: url(../img/campaign_01.svg);
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -66px;
    left: -36px;
  }
  .p-campaign__title::after {
    content: "";
    display: inline-block;
    background-image: url(../img/campaign_02.svg);
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -66px;
    right: -36px;
  }
}
/*# sourceMappingURL=style.css.map */