@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* ======================================== */
/* reset
/* ======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  font-size: 0.9375rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: #202020;
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: #cccccc #f5f5f5;
  -ms-overflow-style: auto;
}
body::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
body::-webkit-scrollbar-track {
  background: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 8px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #0a2375;
  outline-offset: 2px;
}

.font-loaded body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-loaded i::before {
  font-family: "Font Awesome 6 Free" !important;
}

p,
li,
dd,
dt,
th,
td {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

a,
button,
input,
select,
textarea {
  line-height: inherit;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus {
  text-decoration: none;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  shape-margin: 0.75rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 0.6em !important;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em !important;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

caption {
  text-align: left;
}

/* ======================================== */
/* wrapper
/* ======================================== */
.f-base-wrapper {
  width: 100%;
}
.f-base-wrapper--bgColor {
  width: 100%;
  padding: 40px 0;
  margin-bottom: 40px;
}

/* ======================================== */
/* inner
/* ======================================== */
.l-inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 640px) {
  .l-inner {
    padding: 0 12px;
  }
}

/* ======================================== */
/* margin
/* ======================================== */
.f-base-marginBottom {
  margin-bottom: 40px;
}

/* ======================================== */
/* headline
/* ======================================== */
.f-base-headline {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .f-base-headline {
    font-size: 1.375rem;
    margin-bottom: 16px;
  }
}
.f-base-headline--textCenter {
  text-align: center;
}
.f-base-headline--textCenter span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #666666;
  margin-top: 6px;
}
.f-base-headline--colorWhite {
  color: #ffffff !important;
}

/* ======================================== */
/* headline content
/* ======================================== */
.f-base-headlineContent {
  margin-bottom: 20px;
}
.f-base-headlineContent__title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .f-base-headlineContent__title {
    font-size: 1.375rem;
  }
}
.f-base-headlineContent__title span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #666666;
  margin-top: 6px;
}
.f-base-headlineContent__text {
  color: #666666;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
}

body.is-locked {
  overflow: hidden;
}

body.menu-active {
  position: fixed;
  top: var(--scroll-y, 0);
  left: 0;
  width: 100%;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* ======================================== */
/* 申込ウィザード統合スタイル
/* common/css/entry.css にコンパイルされる
/* entry/ ページのみ読み込む
/* ======================================== */
/* ======================================== */
/* お申込ウィザード・お申込ページ
/* entry / payment 共通で使用
/* ======================================== */
.p-entrySection {
  padding-top: 8px;
}
.p-entrySection__campaign {
  font-size: 0.875rem;
  font-weight: 700;
  color: #dc0000;
}
@media screen and (max-width: 640px) {
  .p-entrySection__campaign {
    display: block;
    font-size: 0.8125rem;
    margin-top: 4px;
  }
}

.p-entryWizard {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 24px;
  color: #202020;
}
.p-entryWizard [hidden] {
  display: none !important;
}
.p-entryWizard__stepHeader {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: -24px -24px 16px;
  padding: 8px 24px;
  background: rgba(10, 35, 117, 0.04);
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .p-entryWizard__stepHeader {
    gap: 12px;
    margin: -16px -16px 16px;
    padding: 16px;
  }
}
.p-entryWizard__ring {
  position: relative;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 640px) {
  .p-entryWizard__ring {
    width: 64px;
    height: 64px;
  }
}
.p-entryWizard__ringSvg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.p-entryWizard__ringTrack {
  fill: none;
  stroke: #eeeeee;
  stroke-width: 4;
}
.p-entryWizard__ringFill {
  fill: none;
  stroke: #2c8c52;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 125.66;
  stroke-dashoffset: 94.245;
  transition: stroke-dashoffset 0.4s ease;
}
.p-entryWizard__ringLabel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #202020;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-entryWizard__ringLabel {
    font-size: 0.875rem;
  }
}
.p-entryWizard__stepHeaderBody {
  flex: 1;
  min-width: 0;
}
.p-entryWizard__stepHeaderTitle {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #202020;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  .p-entryWizard__stepHeaderTitle {
    font-size: 1.125rem;
  }
}
.p-entryWizard__stepHeaderSub {
  margin: 4px 0 0;
  font-size: 0.875rem;
  color: #505050;
  line-height: 1.7;
}
.p-entryWizard__meta {
  margin-top: 12px;
  border: 0;
  border-style: solid;
  border-radius: 5px;
  background: #f0f0f0;
  padding: 8px 12px;
}
.p-entryWizard__selectedLine {
  margin: 0;
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
  color: #202020;
  font-weight: 400;
  white-space: normal;
  overflow: visible;
  line-height: 1.7;
}
.p-entryWizard__selectedList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  row-gap: 2px;
}
.p-entryWizard__selectedItem {
  display: inline-flex;
  align-items: baseline;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  color: #202020;
}
.p-entryWizard__selectedItem:not(:last-child)::after {
  content: "";
  color: #808080;
  margin: 0 8px;
}
.p-entryWizard__selectedItem [data-chip] {
  font-weight: 400;
  color: #202020;
}
.p-entryWizard__selectedItem [data-chip].is-current-selection {
  color: #2c8c52;
  font-weight: 700;
}
.p-entryWizard__selectedItem [data-chip].is-complete-selection {
  color: #2c8c52;
  font-weight: 700;
}
.p-entryWizard__selectedItem.is-current-step .p-entryWizard__selectedKey {
  color: #202020;
}
.p-entryWizard__selectedItem.is-complete-step .p-entryWizard__selectedKey {
  color: #2c8c52;
}
.p-entryWizard__selectedKey {
  color: #202020;
  margin-right: 4px;
  font-weight: 400;
}
.p-entryWizard__selectedKey::after {
  content: "：";
  margin-left: 1px;
}
.p-entryWizard__panel {
  margin-top: 16px;
  border: 0;
  border-radius: 0;
  padding: 16px 0 0;
  background: transparent;
}
.p-entryWizard__flowSection {
  margin-bottom: 0;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
}
.p-entryWizard__flowSection + .p-entryWizard__flowSection {
  margin-top: 8px;
}
.p-entryWizard__flowSection.is-collapsed {
  border-color: #0a2375;
}
.p-entryWizard__flowSection.is-expanded {
  border-color: #aaaaaa;
  background: #ffffff;
}
.p-entryWizard__flowSection--info.is-collapsed {
  border-color: #aaaaaa;
}
.p-entryWizard__flowHeader {
  margin-bottom: 0;
}
.p-entryWizard__flowControl {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
}
.p-entryWizard__flowToggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 8px 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #202020;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-entryWizard__flowToggle:focus-visible {
  outline: 3px solid #ece517;
  outline-offset: 2px;
  border-radius: 5px;
}
.p-entryWizard__flowToggle[aria-expanded=false] {
  background: rgba(10, 35, 117, 0.06);
  color: #202020;
}
.p-entryWizard__flowToggle[aria-expanded=false] .p-entryWizard__flowToggleIcon {
  border-color: rgba(10, 35, 117, 0.15);
  background: #ffffff;
}
.p-entryWizard__flowToggle[aria-expanded=false] .p-entryWizard__flowToggleIcon::before {
  border-right-color: #0a2375;
  border-bottom-color: #0a2375;
}
.p-entryWizard__flowToggle[aria-expanded=false]:hover {
  background: rgba(10, 35, 117, 0.1);
}
.p-entryWizard__flowToggleText {
  display: block;
}
.p-entryWizard__flowConfirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  min-height: 44px;
  min-width: 84px;
  padding: 0 12px;
  border: 0;
  border-left: 1px solid #e0e0e0;
  border-radius: 0;
  background: #f0f0f0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020;
  flex: 0 0 auto;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-entryWizard__flowConfirm:hover {
  background: #eeeeee;
}
.p-entryWizard__flowConfirm.is-checked {
  background: rgba(44, 140, 82, 0.08);
  color: #143e25;
}
.p-entryWizard__flowConfirm.is-disabled {
  background: #f0f0f0;
  color: #cccccc;
  cursor: default;
  pointer-events: none;
}
.p-entryWizard__flowConfirmInput {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.p-entryWizard__flowConfirmInput:disabled {
  border-color: #e0e0e0;
  background: #f0f0f0;
  cursor: default;
}
.p-entryWizard__flowConfirmInput::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  opacity: 0;
}
.p-entryWizard__flowConfirmInput:checked {
  background: #2c8c52;
  border-color: #2c8c52;
}
.p-entryWizard__flowConfirmInput:checked::after {
  opacity: 1;
}
.p-entryWizard__flowConfirmInput:focus-visible {
  outline: 3px solid #ece517;
  outline-offset: 2px;
  border-radius: 5px;
}
.p-entryWizard__flowConfirmText {
  line-height: 1;
}
.p-entryWizard__flowToggleIcon {
  order: -1;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid #cccccc;
  border-radius: 50rem;
  background: #ffffff;
  position: relative;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.p-entryWizard__flowToggleIcon::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #505050;
  border-bottom: 2px solid #505050;
}
.p-entryWizard__flowToggle[aria-expanded=true] {
  background: #ffffff;
  color: #202020;
}
.p-entryWizard__flowToggle[aria-expanded=true]:hover {
  background: #f5f5f5;
}
.p-entryWizard__flowToggle[aria-expanded=true] .p-entryWizard__flowToggleIcon {
  transform: rotate(225deg);
}
.p-entryWizard__flowBody {
  margin: 0;
  padding: 12px 16px 0;
  border: 0;
  border-radius: 5px;
  background: #ffffff;
}
.p-entryWizard__deadlineText {
  margin: 20px 0 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #505050;
}
.p-entryWizard__deadlineLink {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 12px 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0a2375;
  text-decoration: none;
}
.p-entryWizard__deadlineLink:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.p-entryWizard__deadlineLink i {
  margin-left: 2px;
  font-size: 0.625rem;
}
@media screen and (max-width: 640px) {
  .p-entryWizard__deadlineLink {
    flex-wrap: wrap;
    font-size: 0.875rem;
    margin: 10px 0;
  }
}
.p-entryWizard__deadlineLinkLabel {
  color: #dc0000;
}
@media screen and (max-width: 640px) {
  .p-entryWizard__deadlineLinkLabel {
    width: 100%;
  }
}
.p-entryWizard__deadlineLabel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 12px 16px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
@media screen and (max-width: 640px) {
  .p-entryWizard__deadlineLabel {
    padding: 10px 12px;
    gap: 10px;
  }
}
.p-entryWizard__deadlineLabel:hover {
  border-color: #2c8c52;
}
.p-entryWizard__deadlineLabelText {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020;
  text-align: left;
}
.p-entryWizard__deadlineCheckbox {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin: 0 0 0 auto;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.p-entryWizard__deadlineCheckbox::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  opacity: 0;
}
.p-entryWizard__deadlineCheckbox:checked {
  background: #2c8c52;
  border-color: #2c8c52;
}
.p-entryWizard__deadlineCheckbox:checked::after {
  opacity: 1;
}
.p-entryWizard__deadlineCheckbox:focus-visible {
  outline: 3px solid #ece517;
  outline-offset: 2px;
}
.p-entryWizard__fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.p-entryWizard__fieldset[data-school-group], .p-entryWizard__fieldset[data-option-group] {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eeeeee;
}
.p-entryWizard__legend {
  margin-bottom: 12px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #666666;
}
.p-entryWizard__radioGroup {
  display: grid;
  gap: 8px;
}
.p-entryWizard__radioGroup--course {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 640px) {
  .p-entryWizard__radioGroup--course {
    grid-template-columns: 1fr;
  }
}
.p-entryWizard__radioGroup--school, .p-entryWizard__radioGroup--entryType, .p-entryWizard__radioGroup--option {
  grid-template-columns: 1fr;
}
.p-entryWizard__radioItemWrap {
  display: block;
}
.p-entryWizard__radioItem {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 12px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s cubic-bezier(0.2, 0, 0, 1), border-bottom-left-radius 0.2s cubic-bezier(0.2, 0, 0, 1), border-bottom-right-radius 0.2s cubic-bezier(0.2, 0, 0, 1), background-color 0.2s cubic-bezier(0.2, 0, 0, 1);
}
.p-entryWizard__radioItem:hover:not(.is-selected):not(.is-disabled) {
  border-color: #a0a0a0;
  background: #f5f5f5;
}
.p-entryWizard__radioItem.is-selected {
  transform: none;
  border-width: 2px;
  border-color: #2c8c52;
  background: #ffffff;
}
.p-entryWizard__radioItem.is-selected.is-connectedToNotice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
.p-entryWizard__radioItem.is-disabled {
  border-color: #cccccc;
  background: #f5f5f5;
  cursor: not-allowed;
}
.p-entryWizard__radioGroup[data-radio-group=course] .p-entryWizard__radioItem, .p-entryWizard__radioGroup[data-radio-group=entryType] .p-entryWizard__radioItem, .p-entryWizard__radioGroup[data-radio-group=school] .p-entryWizard__radioItem, .p-entryWizard__radioGroup[data-radio-group=courseOption] .p-entryWizard__radioItem {
  min-height: 56px;
}
.p-entryWizard__radioGroup[data-radio-group=course] .p-entryWizard__radioLabel, .p-entryWizard__radioGroup[data-radio-group=entryType] .p-entryWizard__radioLabel, .p-entryWizard__radioGroup[data-radio-group=school] .p-entryWizard__radioLabel, .p-entryWizard__radioGroup[data-radio-group=courseOption] .p-entryWizard__radioLabel {
  flex: 1 1 auto;
  line-height: 1.5;
}
.p-entryWizard__radioGroup[data-radio-group=course] .p-entryWizard__radioInput, .p-entryWizard__radioGroup[data-radio-group=entryType] .p-entryWizard__radioInput, .p-entryWizard__radioGroup[data-radio-group=school] .p-entryWizard__radioInput, .p-entryWizard__radioGroup[data-radio-group=courseOption] .p-entryWizard__radioInput {
  order: 2;
  margin: 0 0 0 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid #cccccc;
  border-radius: 50rem;
  background: #ffffff;
  position: relative;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.p-entryWizard__radioGroup[data-radio-group=course] .p-entryWizard__radioInput::after, .p-entryWizard__radioGroup[data-radio-group=entryType] .p-entryWizard__radioInput::after, .p-entryWizard__radioGroup[data-radio-group=school] .p-entryWizard__radioInput::after, .p-entryWizard__radioGroup[data-radio-group=courseOption] .p-entryWizard__radioInput::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  opacity: 0;
}
.p-entryWizard__radioGroup[data-radio-group=course] .p-entryWizard__radioInput:checked, .p-entryWizard__radioGroup[data-radio-group=entryType] .p-entryWizard__radioInput:checked, .p-entryWizard__radioGroup[data-radio-group=school] .p-entryWizard__radioInput:checked, .p-entryWizard__radioGroup[data-radio-group=courseOption] .p-entryWizard__radioInput:checked {
  opacity: 1;
  border-color: #2c8c52;
  background: #2c8c52;
}
.p-entryWizard__radioGroup[data-radio-group=course] .p-entryWizard__radioInput:checked::after, .p-entryWizard__radioGroup[data-radio-group=entryType] .p-entryWizard__radioInput:checked::after, .p-entryWizard__radioGroup[data-radio-group=school] .p-entryWizard__radioInput:checked::after, .p-entryWizard__radioGroup[data-radio-group=courseOption] .p-entryWizard__radioInput:checked::after {
  opacity: 1;
}
.p-entryWizard__radioGroup[data-radio-group=course] .p-entryWizard__radioInput:focus-visible, .p-entryWizard__radioGroup[data-radio-group=entryType] .p-entryWizard__radioInput:focus-visible, .p-entryWizard__radioGroup[data-radio-group=school] .p-entryWizard__radioInput:focus-visible, .p-entryWizard__radioGroup[data-radio-group=courseOption] .p-entryWizard__radioInput:focus-visible {
  opacity: 1;
  outline: 3px solid #ece517;
  outline-offset: 2px;
  border-radius: 50rem;
}
.p-entryWizard__radioGroup[data-radio-group=course] .p-entryWizard__radioItem.is-disabled .p-entryWizard__radioInput, .p-entryWizard__radioGroup[data-radio-group=entryType] .p-entryWizard__radioItem.is-disabled .p-entryWizard__radioInput, .p-entryWizard__radioGroup[data-radio-group=school] .p-entryWizard__radioItem.is-disabled .p-entryWizard__radioInput, .p-entryWizard__radioGroup[data-radio-group=courseOption] .p-entryWizard__radioItem.is-disabled .p-entryWizard__radioInput {
  border-color: #cccccc;
  background: #f5f5f5;
  cursor: not-allowed;
}
.p-entryWizard__radioInput {
  margin-top: 4px;
  accent-color: #0a2375;
}
.p-entryWizard__radioInput:focus-visible {
  outline: 3px solid #ece517;
  outline-offset: 2px;
}
.p-entryWizard__radioLabel {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 700;
}
.p-entryWizard__radioItem.is-disabled .p-entryWizard__radioLabel {
  color: #aaaaaa;
}
.p-entryWizard__radioNote {
  font-size: 0.75rem;
  font-weight: normal;
  color: #dc0000;
}
.p-entryWizard__radioGroup--course .p-entryWizard__radioLabel::before {
  content: "■";
  margin-right: 4px;
}
.p-entryWizard__radioGroup--course [value=medical-trn] + .p-entryWizard__radioLabel::before {
  color: #008f99;
}
.p-entryWizard__radioGroup--course [value=clinical-psy] + .p-entryWizard__radioLabel::before {
  color: #d43977;
}
.p-entryWizard__radioGroup--course [value=tax-law] + .p-entryWizard__radioLabel::before {
  color: #9c9400;
}
.p-entryWizard__radioGroup--course [value=mba] + .p-entryWizard__radioLabel::before {
  color: #1671bd;
}
.p-entryWizard__radioGroup--course [value=graduate-sch] + .p-entryWizard__radioLabel::before {
  color: #d73033;
}
.p-entryWizard__radioGroup--course [value=college-crs] + .p-entryWizard__radioLabel::before {
  color: #ec6c26;
}
.p-entryWizard__radioGroup--course [value=license-psy] + .p-entryWizard__radioLabel::before {
  color: #da6484;
}
.p-entryWizard__radioGroup--course [value=kals] + .p-entryWizard__radioLabel::before {
  color: #0a2375;
}
.p-entryWizard__error {
  margin: 12px 0 0;
  padding: 8px 12px;
  border-left: 4px solid #dc0000;
  background: rgba(220, 0, 0, 0.04);
  color: #760000;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-entryWizard__error.is-shake {
  -webkit-animation: entryShake 0.4s ease;
          animation: entryShake 0.4s ease;
}
.p-entryWizard__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #eeeeee;
  justify-content: flex-end;
}
.p-entryWizard__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 50rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.p-entryWizard__button--primary {
  background: #0a2375;
  border-color: #0a2375;
  color: #ffffff;
  min-height: 52px;
  padding: 10px 28px;
  font-size: 1rem;
}
.p-entryWizard__button--primary:hover {
  background: #07184f;
  border-color: #07184f;
}
.p-entryWizard__button--secondary {
  background: transparent;
  border-color: #0a2375;
  color: #0a2375;
  min-height: 40px;
  padding: 6px 14px;
  font-size: 0.875rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-entryWizard__button--secondary::before {
  content: "";
  border-radius: 50rem;
  background: #0a2375;
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform ease 0.3s;
}
.p-entryWizard__button--secondary:hover, .p-entryWizard__button--secondary:focus-visible {
  color: #ffffff;
}
.p-entryWizard__button--secondary:hover::before, .p-entryWizard__button--secondary:focus-visible::before {
  transform: translateX(10%);
}
.p-entryWizard__button--disabled, .p-entryWizard__button--disabled:hover {
  background: #aaaaaa;
  border-color: #aaaaaa;
  color: #ffffff;
  cursor: not-allowed;
}
.p-entryWizard__button:focus-visible {
  outline: 3px solid #ece517;
  outline-offset: 2px;
}
.p-entryWizard__entryTypeDetail {
  margin-top: 16px;
}
.p-entryWizard__entryTypeDetailBody .c-content__titleSub {
  font-size: 0.875rem;
}
.p-entryWizard__entryTypeDetailBody .c-content__text {
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-entryWizard__entryTypeDetailBody .c-content__list {
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowSection.is-collapsed {
  border-color: #dc0000;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowSection.is-expanded {
  border-color: rgba(220, 0, 0, 0.3);
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowSection.is-confirmed.is-collapsed, .p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowSection.is-confirmed.is-expanded {
  border-color: #aaaaaa;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowSection--info.is-collapsed {
  border-color: #cccccc;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowSection--info.is-expanded {
  border-color: #aaaaaa;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowSection--info .p-entryWizard__flowToggle[aria-expanded=false] {
  background: #f5f5f5;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowSection--info .p-entryWizard__flowToggle[aria-expanded=false]:hover {
  background: #f0f0f0;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowSection--info .p-entryWizard__flowToggle[aria-expanded=false] .p-entryWizard__flowToggleIcon {
  border-color: #cccccc;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowSection--info .p-entryWizard__flowToggle[aria-expanded=true] {
  background: #f0f0f0;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowSection--info .p-entryWizard__flowToggle[aria-expanded=true]:hover {
  background: #eeeeee;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowSection--info .p-entryWizard__flowToggle[aria-expanded=true] .p-entryWizard__flowToggleIcon {
  border-color: #cccccc;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowToggle[aria-expanded=false],
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowToggle[aria-expanded=true] {
  color: #202020;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowToggle[aria-expanded=false] .p-entryWizard__flowToggleIcon,
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowToggle[aria-expanded=true] .p-entryWizard__flowToggleIcon {
  background: #ffffff;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowToggle[aria-expanded=false] .p-entryWizard__flowToggleIcon::before,
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowToggle[aria-expanded=true] .p-entryWizard__flowToggleIcon::before {
  border-right-color: #808080;
  border-bottom-color: #808080;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowToggle[aria-expanded=false] {
  background: rgba(220, 0, 0, 0.04);
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowToggle[aria-expanded=false]:hover {
  background: rgba(220, 0, 0, 0.08);
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowToggle[aria-expanded=false] .p-entryWizard__flowToggleIcon {
  border-color: rgba(220, 0, 0, 0.25);
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowToggle[aria-expanded=true] {
  background: rgba(220, 0, 0, 0.03);
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowToggle[aria-expanded=true]:hover {
  background: rgba(220, 0, 0, 0.06);
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowToggle[aria-expanded=true] .p-entryWizard__flowToggleIcon {
  border-color: #cccccc;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowControl.is-confirmed .p-entryWizard__flowToggle[aria-expanded=false],
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowControl.is-confirmed .p-entryWizard__flowToggle[aria-expanded=true] {
  background: #eeeeee;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowControl.is-confirmed .p-entryWizard__flowToggle[aria-expanded=false]:hover,
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowControl.is-confirmed .p-entryWizard__flowToggle[aria-expanded=true]:hover {
  background: #e0e0e0;
}
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowControl.is-confirmed .p-entryWizard__flowToggle[aria-expanded=false] .p-entryWizard__flowToggleIcon,
.p-entryWizard__panel[data-flow-detail-panel] .p-entryWizard__flowControl.is-confirmed .p-entryWizard__flowToggle[aria-expanded=true] .p-entryWizard__flowToggleIcon {
  border-color: #cccccc;
}
.p-entryWizard__note {
  margin: 8px 0 0;
  font-size: 0.875rem;
  color: #666666;
}
.p-entryWizard__note--warn {
  color: #dc0000;
  font-weight: 700;
}
.p-entryWizard__error--final {
  margin-top: 8px;
}
.p-entryWizard__generalNotice {
  margin: 0;
  padding: 10px 14px;
  border: 2px solid #2c8c52;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: #ffffff;
  transform-origin: top center;
  -webkit-animation: p-entryWizard-noticeReveal 0.24s cubic-bezier(0.2, 0, 0, 1) both;
          animation: p-entryWizard-noticeReveal 0.24s cubic-bezier(0.2, 0, 0, 1) both;
}
.p-entryWizard__generalNoticeText {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #505050;
}
.p-entryWizard__studentNotice {
  margin: 0;
  padding: 16px;
  border: 2px solid #2c8c52;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: #ffffff;
  transform-origin: top center;
  -webkit-animation: p-entryWizard-noticeReveal 0.24s cubic-bezier(0.2, 0, 0, 1) both;
          animation: p-entryWizard-noticeReveal 0.24s cubic-bezier(0.2, 0, 0, 1) both;
}
@media (prefers-reduced-motion: reduce) {
  .p-entryWizard__generalNotice, .p-entryWizard__studentNotice {
    -webkit-animation: none;
            animation: none;
  }
}
.p-entryWizard__studentNoticeTitle {
  display: block;
  margin: 0 0 12px;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-entryWizard__studentNoticeFieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.p-entryWizard__studentNoticeRadio {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.p-entryWizard__studentNoticeRadio input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  accent-color: #2c8c52;
  cursor: pointer;
}
.p-entryWizard__studentNoticeDescList {
  margin: 4px 0 0;
  padding: 0 0 0 2em;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #505050;
}
.p-entryWizard__studentNoticeDescList li {
  margin-bottom: 2px;
}
.p-entryWizard__studentNoticeHint {
  margin: 0 0 12px;
  padding: 10px 14px;
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #505050;
}
.p-entryWizard__studentNoticeHintLabel {
  display: block;
  margin-bottom: 2px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #202020;
}
.p-entryWizard__studentNoticeDivider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 12px 0;
}
.p-entryWizard__inlineLink {
  display: inline-block;
  margin-top: 4px;
  color: #0a2375;
  font-weight: 700;
  text-decoration: underline;
}
.p-entryWizard__inlineLink:hover {
  text-decoration: none;
}
.p-entryWizard__panel[data-step-panel="2"] .p-entryWizard__legend {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.5;
}
.p-entryWizard__panel[data-step-panel="2"] .p-entryWizard__fieldset[data-school-group],
.p-entryWizard__panel[data-step-panel="2"] .p-entryWizard__fieldset[data-medical-option-group],
.p-entryWizard__panel[data-step-panel="2"] .p-entryWizard__fieldset[data-college-option-group],
.p-entryWizard__panel[data-step-panel="2"] .p-entryWizard__fieldset[data-option-group] {
  margin-top: 16px;
  padding-top: 8px;
}
.p-entryWizard__panel[data-step-panel="2"] .p-entryWizard__actions {
  margin-top: 16px;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-entryWizard {
    padding: 16px;
  }
  .p-entryWizard__meta {
    padding: 6px 10px;
  }
  .p-entryWizard__selectedLine {
    display: flex;
    font-size: 0.8125rem;
  }
  .p-entryWizard__selectedList {
    display: block;
    margin-top: 0;
    width: 100%;
  }
  .p-entryWizard__selectedItem {
    display: block;
    max-width: none;
  }
  .p-entryWizard__selectedItem::after {
    content: none;
  }
  .p-entryWizard__selectedItem + .p-entryWizard__selectedItem {
    margin-top: 2px;
  }
  .p-entryWizard__selectedItem [data-chip]::before {
    content: "：";
    color: #202020;
    font-weight: 400;
    margin-right: 2px;
  }
  .p-entryWizard__selectedKey {
    width: 6.4em;
    flex: 0 0 6.4em;
    margin-right: 0;
    white-space: nowrap;
  }
  .p-entryWizard__selectedKey::after {
    content: none;
  }
  .p-entryWizard__actions {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-top: 16px;
    padding-top: 12px;
  }
  .p-entryWizard__actions [data-action=back],
.p-entryWizard__actions [data-action=back-to-step2-top] {
    order: 1;
  }
  .p-entryWizard__actions [data-action=next] {
    order: 2;
  }
  .p-entryWizard__actions > :not([data-action]) {
    order: 2;
  }
  .p-entryWizard__button {
    width: auto;
    min-width: 0;
  }
  .p-entryWizard__button--primary {
    flex: 2 1 0;
  }
  .p-entryWizard__button--secondary {
    flex: 1 1 0;
  }
  .p-entryWizard__flowConfirm {
    min-height: 40px;
    padding: 0 8px;
    min-width: 78px;
  }
  .p-entryWizard__flowConfirmInput {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
  .p-entryWizard__flowToggle {
    padding-right: 8px;
  }
  .p-entryWizard__actions--sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: #ffffff;
    padding: 14px 16px;
    margin: 8px -16px 0;
    border-top: none;
    box-shadow: 2px 4px 6px #e0e0e0;
  }
  .p-entryWizard__radioGroup--course {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .p-entryWizard {
    padding: 12px;
  }
  .p-entryWizard__studentNotice {
    padding: 12px;
  }
}
@-webkit-keyframes entryShake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-4px);
  }
  40% {
    transform: translateX(4px);
  }
  60% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(3px);
  }
}
@keyframes entryShake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-4px);
  }
  40% {
    transform: translateX(4px);
  }
  60% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(3px);
  }
}

@-webkit-keyframes p-entryWizard-noticeReveal {
  from {
    opacity: 0;
    transform: translateY(-6px) scaleY(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

@keyframes p-entryWizard-noticeReveal {
  from {
    opacity: 0;
    transform: translateY(-6px) scaleY(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}
/* 窓口申込セクション 入会金注意ボックス */
.p-entry__alertBox {
  margin-top: 12px;
  padding: 8px 16px;
  background: #ffefef;
  border-radius: 8px;
}
.p-entry__alertBox__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #202020;
}
/*# sourceMappingURL=entry.css.map */