@charset "UTF-8";
/* ===============================================
# color
=============================================== */
/* ===============================================
# breakpoint
=============================================== */
/* ===============================================
# z-index
=============================================== */
/* ===============================================
# img pass
=============================================== */
/* ===============================================
# other
=============================================== */
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  background-color: #ffffff;
  color: #333;
  font-family: "Roboto Flex", "Noto Sans JP", sans-serif;
  font-size: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 65px;
  }
}

fieldset {
  width: 100%;
  min-width: 0px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
}

.ui-datepicker select.ui-datepicker-year {
  text-align: right !important;
}

/* 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;
}

.l-wrapper {
  padding-top: 65px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-top: 45px;
  }
}
.l-wrapper--bgBlue {
  background-color: #f1f8fb;
}

.l-header {
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  border-bottom: 1px solid #dedede;
  background: #ffffff;
  position: fixed;
  top: 0;
}
.l-header__inner {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0 auto;
  padding: 0 20px;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 45px;
    padding: 0 8px;
  }
}
.l-header__logo {
  height: 40px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    height: 23px;
  }
}
.l-header__logo img {
  height: 100%;
}
.l-header__navigation {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .l-header__navigation {
    gap: 5px;
  }
}
.l-header__navigationItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 0;
  letter-spacing: normal;
  font-weight: 700;
  text-decoration: none;
  color: #31106b;
  border: 2px solid #31106b;
  border-radius: 3px;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  width: 124px;
}
@media screen and (max-width: 768px) {
  .l-header__navigationItem a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 700;
    padding: 7px 10px;
    border-width: 1px;
    width: 82px;
  }
}
.l-header__navigationItem--regist a {
  color: #ffffff;
  background: linear-gradient(to bottom right, #ffd83c 5%, #e94600);
  border: none;
  padding: 22px 17px;
}
@media screen and (max-width: 768px) {
  .l-header__navigationItem--regist a {
    padding: 8px 11px;
  }
}
.l-header__navigationItem--regist a:hover {
  opacity: 0.7;
}
.l-header__navigationItem--mypage a {
  color: #ffffff;
  background-color: #31106b;
}
.l-header__navigationItem--mypage a:hover {
  background-color: #4d2290;
  border-color: #4d2290;
}
.l-header__navigationItem--login a:hover {
  color: #4d2290;
  border-color: #4d2290;
}

.c-footer {
  width: 100%;
}
.c-footer__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 20px 0;
  background-color: #ffffff;
  border-top: 1px solid #dedede;
}
@media screen and (max-width: 768px) {
  .c-footer__navigation {
    padding: 10px 0;
  }
}
.c-footer__navigationList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px 20px;
  list-style-type: none;
  padding: 0 30px;
  flex-wrap: wrap;
}
.c-footer__navigationItem a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
}
.c-footer__navigationItem a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-footer__navigationItem a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 1.5;
  }
}
.c-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  background-color: #31106b;
  padding: 0 20px;
}
.c-footer__copyright {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-footer__copyright {
    font-size: 10px;
  }
}

.l-main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 430px) {
  .l-main {
    margin-bottom: 70px;
  }
}
.l-main--form {
  max-width: 800px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .l-main--term .c-section__text {
    font-size: 14px;
  }
  .l-main--term .c-section__title {
    font-size: 18px;
  }
}
.l-main--mypage .c-section__title {
  margin-top: 0;
}

.c-button__ctaWrapper {
  text-align: center;
  padding: 0 20px;
}
.c-button__primaryWrapper {
  text-align: center;
  padding: 0 20px 30px;
  margin: 30px 0;
}
.c-button__primaryWrapper--cancel {
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.c-button__cta {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 0;
  letter-spacing: 10px;
  font-weight: 700;
  display: inline-block;
  padding: 50px 150px;
  background: linear-gradient(to right, #ffd83c, #e94600);
  color: #ffffff;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0px 7px 0px #cc2f00;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-button__cta {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 0;
    letter-spacing: 5px;
    font-weight: 700;
    width: 100%;
    padding: 30px 20px;
    box-shadow: 0px 3px 0px #cc2f00;
  }
}
.c-button__cta:hover {
  opacity: 0.9;
  transform: translateY(3px);
  box-shadow: 0px 4px 0px #cc2f00;
}
@media screen and (max-width: 768px) {
  .c-button__cta:hover {
    transform: translateY(1.5px);
    box-shadow: 0px 1.5px 0px #cc2f00;
  }
}
.c-button__cta:active {
  transform: translateY(7px);
  box-shadow: 0px 0px 0px #cc2f00;
}
@media screen and (max-width: 768px) {
  .c-button__cta:active {
    transform: translateY(3px);
    box-shadow: 0px 0px 0px #cc2f00;
  }
}
.c-button__cta--kv {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 0;
  letter-spacing: 5px;
  font-weight: 700;
  max-width: 538px;
  padding: 30px 0;
  line-height: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .c-button__cta--kv {
    max-width: 480px;
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1200px) {
  .c-button__cta--kv {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 0.8333333333;
    letter-spacing: 2px;
    font-weight: 700;
    max-width: 350px;
    font-size: 24px;
  }
}
@media screen and (max-width: 660px) {
  .c-button__cta--kv {
    max-width: 300px;
    padding: 20px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .c-button__cta--kv {
    max-width: 230px;
    padding: 17px 0;
    font-size: 17px;
  }
}
.c-button__primary {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 0.9090909091;
  letter-spacing: normal;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 25px 100px;
  background-color: #31106b;
  color: #ffffff;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-button__primary {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 700;
    width: 100%;
    max-width: 300px;
    padding: 16px 20px;
  }
}
.c-button__primary::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 430px) {
  .c-button__primary::after {
    width: 20px;
    height: 20px;
    margin-left: 8px;
  }
}
.c-button__primary:hover:not(:disabled) {
  background-color: #4d2290;
}
.c-button__primary:hover:not(:disabled)::after {
  transform: translateX(6px) translateY(-5px);
}
.c-button__primary--back {
  background-color: #cccccc;
  width: auto;
}
@media screen and (max-width: 430px) {
  .c-button__primary--back {
    min-width: 130px;
  }
}
.c-button__primary--back:hover:not(:disabled) {
  background-color: #b3b3b3;
}
.c-button__primary:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.c-section--top {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-section--top {
    margin-top: 20px;
  }
}
.c-section__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  border-left: 10px solid #31106b;
  padding: 10px 40px 10px 30px;
  margin: 50px 0 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 660px) {
  .c-section__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    border-left: 5px solid #31106b;
    padding: 8px 25px 8px 20px;
    margin: 30px 0 10px;
  }
}
.c-section__title--center {
  text-align: center;
}
.c-section__title--top {
  margin-bottom: 40px;
}
.c-section__title--aboutCompany {
  background-color: #f1f8fb;
}
@media screen and (max-width: 768px) {
  .c-section__title--aboutCompany {
    padding: 8px 10px 8px 10px;
    font-size: 16px;
  }
}
.c-section__subTitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin: 0 20px 8px;
}
@media screen and (max-width: 768px) {
  .c-section__subTitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    margin: 0 20px 5px;
  }
}
.c-section__subTitle::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 200px;
  height: 1px;
  background: #31106b;
}
@media screen and (max-width: 768px) {
  .c-section__subTitle::before {
    width: 100px;
  }
}
.c-section__subTitle--top {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0 30px;
  margin: 30px auto;
  left: 50%;
  transform: translateX(-50%);
}
.c-section__subTitle--top::before, .c-section__subTitle--top::after {
  content: "";
  position: absolute;
  top: 60%;
  width: 6px;
  height: 22px;
  background: #31106b;
  border-radius: 10px;
  transform: translateY(-50%);
}
.c-section__subTitle--top::before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
}
.c-section__subTitle--top::after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}
@media screen and (max-width: 660px) {
  .c-section__subTitle--top {
    font-size: 16px;
    padding: 0 10px;
    margin: 8px auto 20px;
  }
  .c-section__subTitle--top::before, .c-section__subTitle--top::after {
    width: 3px;
    height: 12px;
  }
}
.c-section__subTitle--form {
  margin: 50px 0 8px;
}
.c-section__textBlock {
  padding: 20px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-section__textBlock {
    padding: 8px 15px;
    margin-bottom: 8px;
  }
}
.c-section__textBlock--form {
  padding: 10px 0;
}
.c-section__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-section__text {
    margin-bottom: 10px;
  }
}
.c-section__text--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-section__text--center {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .c-section__text--spCenter {
    text-align: center;
  }
}
.c-section__text--large {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .c-section__text--large {
    font-size: 16px;
  }
}
.c-section__text--aboutCompany {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .c-section__text--aboutCompany {
    font-size: 14px;
  }
}
.c-section__text a {
  color: #31106b;
  text-decoration: underline;
}
.c-section__text a:hover {
  text-decoration: none;
}

.c-pageTitle {
  width: 100%;
  padding: 80px 10px;
  background-color: #f1f8fb;
}
@media screen and (max-width: 768px) {
  .c-pageTitle {
    padding: 50px 10px;
  }
}
.c-pageTitle__title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  color: #31106b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-pageTitle__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.c-pageTitle__title span {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .c-pageTitle__title span {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    padding-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .c-br__pcOnly {
    display: none;
  }
}
.c-br__spOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-br__spOnly {
    display: inline-block;
  }
}

.c-form {
  padding: 0 20px;
  margin: 30px auto 150px;
}
@media screen and (max-width: 768px) {
  .c-form {
    padding: 0 15px;
    margin: 30px auto 90px;
  }
}
.c-form .c-form__item + .c-form__item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__item + .c-form__item {
    margin-top: 30px;
  }
}
.c-form__item .c-form__item--nested + .c-form__item--nested {
  margin-top: 30px;
}
.c-form__item--nested label {
  font-weight: 500;
  color: #333;
}
.c-form__item--nested .c-form__radioLabel {
  font-weight: 400;
}
.c-form__item--prefecture {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .c-form__item--prefecture {
    max-width: 120px;
  }
}
.c-form__input, .c-form__select, .c-form__textarea {
  outline: none;
  box-shadow: 0 0 0 1px transparent;
  transition: box-shadow 0.2s;
}
.c-form__input:focus, .c-form__select:focus, .c-form__textarea:focus {
  outline: none;
  box-shadow: 0 0 0 1px #31106b;
  border-color: #31106b;
}
.c-form__input {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #333;
}
.c-form__input::-moz-placeholder {
  color: #999999;
}
.c-form__input::placeholder {
  color: #999999;
}
.c-form__input--postcode {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .c-form__input {
    padding: 12px;
  }
  .c-form__input--postcode {
    padding-left: 40px;
  }
}
.c-form__input--birth {
  max-width: 100%;
}
.c-form__selectGroup {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-form__selectGroup--birth {
    gap: 5px;
  }
}
.c-form__selectbox {
  position: relative;
}
.c-form__selectbox::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 14px;
  transform: translateY(-50%);
  pointer-events: none;
  border-top: 7px solid #31106b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.c-form__selectbox--prefecture {
  max-width: 200px;
}
.c-form__select {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 40px 15px 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #333;
}
.c-form__select--long {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-form__select--birthMonth, .c-form__select--birthDay {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .c-form__select {
    padding: 12px 30px 12px 12px;
  }
}
.c-form__textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #333;
  resize: vertical;
  min-height: 187px;
}
.c-form__textarea::-moz-placeholder {
  color: #999999;
}
.c-form__textarea::placeholder {
  color: #999999;
}
@media screen and (max-width: 768px) {
  .c-form__textarea {
    padding: 12px;
    min-height: 133px;
  }
}
.c-form__fieldsetGroup {
  display: flex;
  gap: 20px;
}
.c-form__fieldsetGroup .c-form__item + .c-form__item {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-form__fieldsetGroup {
    gap: 10px;
  }
}
.c-form__inputGroup {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-form__inputGroup {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }
}
.c-form__inputGroup--postcode {
  position: relative;
  max-width: 250px;
}
.c-form__inputGroup--postcode::before {
  content: "〒";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #31106b;
  pointer-events: none;
  z-index: 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}
.c-form__inputGroup--birth {
  position: relative;
  max-width: 250px;
}
.c-form__inputGroup--birth img {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-form__inputGroup--birth {
    max-width: 100%;
  }
}
.c-form__inputGroup--birth::before {
  content: "";
  background: url("../img/calendar.svg");
  filter: invert(5%) sepia(80%) saturate(7157%) hue-rotate(268deg) brightness(96%) contrast(94%);
  width: 22px;
  height: 22px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #31106b;
  pointer-events: none;
  z-index: 1;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}
.c-form__inputGroup--birth input {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: block;
  width: 250px;
  background-color: #ffffff;
  padding: 15px;
  padding-left: 50px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-form__inputGroup--birth input {
    padding: 12px;
    padding-left: 50px;
  }
}
.c-form__radioGroup {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px 30px;
}
.c-form__radioLabel {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: normal;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.c-form__radioInput {
  cursor: pointer;
  display: inline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0px;
  padding: 0px;
  background: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 0px;
  outline: none;
}
.c-form__radioInput::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  margin: auto;
  border-radius: 28px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  -o-border-image: initial;
     border-image: initial;
}
.c-form__radioInput:checked::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  bottom: 0px;
  width: 18px;
  height: 18px;
  background-color: #31106b;
  border-radius: 16px;
}
.c-form__checkboxGroup {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 35px;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .c-form__checkboxGroup {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px 15px;
    margin: 20px 0;
  }
}
.c-form__checkboxGroup--term {
  justify-content: center;
  margin: 10px 0;
}
.c-form__checkboxLabel {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__checkboxLabel {
    align-items: flex-start;
  }
}
.c-form__checkboxLabel--disabled {
  color: #999999;
  cursor: not-allowed;
}
.c-form__checkboxInput {
  position: relative;
  min-width: 24px;
  min-height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: solid 2px #333;
  border-radius: 4px;
  cursor: pointer;
}
.c-form__checkboxInput::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-color: #dedede;
  transform: rotate(45deg);
  opacity: 1;
  transition: opacity 0.2s;
}
.c-form__checkboxInput:checked {
  background: #31106b;
  border-color: #31106b;
}
.c-form__checkboxInput:checked::before {
  border-color: #ffffff;
}
.c-form__checkboxInput:disabled {
  border-color: #dedede;
  background: #dedede;
  cursor: not-allowed;
}
.c-form__checkboxInput:disabled::before {
  border-color: #dedede;
}
.c-form__label {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  display: block;
  margin-bottom: 14px;
  color: #31106b;
}
.c-form__label a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  color: #31106b;
  text-decoration: underline;
  padding-left: 15px;
}
.c-form__label a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-form__label {
    margin-bottom: 8px;
  }
}
.c-form__error {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  padding: 10px 15px;
  border: 2px solid #cc2f00;
  border-radius: 3px;
  margin: 8px 0 30px;
  color: #cc2f00;
  list-style: none;
}
.c-form__error li {
  display: inline;
}
@media screen and (max-width: 768px) {
  .c-form__error li {
    display: block;
  }
}
.c-form__error li:not(:last-child)::after {
  content: "/";
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .c-form__error li:not(:last-child)::after {
    content: none;
    margin: 0;
  }
}
.c-form__eq {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0;
  letter-spacing: normal;
  font-weight: 400;
  margin-left: 12px;
  color: #cc2f00;
  background-color: #31106b;
  padding: 3px 8px;
  border-radius: 30px;
  color: #ffffff;
}
.c-form__note {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  margin-top: 10px;
}
.c-form__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  color: #333;
}
.c-form__buttonWrapper {
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .c-form__buttonWrapper {
    gap: 10px;
    margin: 50px 0 10px;
  }
}

.p-inquiry__tagList {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  margin: 30px auto 50px;
  padding: 0 20px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .p-inquiry__tagList {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin: 20px auto;
  }
}
.p-inquiry__tagItem a {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  display: block;
  padding: 8px 16px;
  background-color: #f1f8fb;
  border-radius: 20px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-inquiry__tagItem a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    padding: 6px 12px;
  }
}
.p-inquiry__tagItem a:hover {
  background-color: #c9e4f0;
}
.p-inquiry__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__list {
    padding: 15px;
  }
}
.p-inquiry__item {
  border: 1px solid #f1f8fb;
  border-radius: 6px;
}
.p-inquiry__question {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  background-color: #f1f8fb;
  padding: 20px 50px 20px 30px;
  cursor: pointer;
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-inquiry__question {
    font-size: 16px;
    padding: 10px 40px 10px 15px;
  }
}
.p-inquiry__question::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-inquiry__question::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }
}
.p-inquiry__question.is-open::after {
  transform: translateY(-50%) rotate(-135deg);
}
.p-inquiry__answer {
  display: none;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .p-inquiry__answer {
    padding: 15px;
  }
}
.p-inquiry__answerText {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
}
.p-inquiry__answerContent {
  flex: 1;
}
.p-inquiry__answerContent a {
  color: #31106b;
  text-decoration: underline;
}
.p-inquiry__answerContent a:hover {
  text-decoration: none;
}
.p-inquiry__q, .p-inquiry__a {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  margin-right: 10px;
  display: block;
}
.p-inquiry__q {
  color: #31106b;
}
.p-inquiry__a {
  display: block;
  color: #cc2f00;
  flex-shrink: 0;
}
.p-inquiry__numberList {
  margin: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 7px;
}

.p-top {
  background-color: #f1f8fb;
}
.p-top__keyvisual {
  max-width: 1200px;
  padding: 20px 20px;
  margin: 60px auto;
  background-image: url("../img/keyvisual.svg");
  background-position: bottom right 50px;
  background-size: 460px auto;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .p-top__keyvisual {
    margin: 40px auto;
    background-size: 350px auto;
    background-position: bottom right 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top__keyvisual {
    background-position: top 0 right 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__keyvisual {
    margin: 20px auto 0;
    background-size: 300px auto;
    background-position: top 30px right -50px;
    gap: 10px;
  }
}
@media screen and (max-width: 660px) {
  .p-top__keyvisual {
    background-size: 250px auto;
    background-position: top 10px right -50px;
  }
}
@media screen and (max-width: 430px) {
  .p-top__keyvisual {
    padding: 0 15px 15px;
    background-size: 170px auto;
    background-position: bottom 10px right -30px;
  }
}
@media screen and (max-width: 390px) {
  .p-top__keyvisual {
    margin: 20px auto 20px auto;
    padding: 0 15px 10px;
    background-size: 165px auto;
    background-position: bottom 5px right -35px;
  }
}
.p-top__tagList {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 13px;
}
@media screen and (max-width: 430px) {
  .p-top__tagList {
    gap: 3px;
  }
}
.p-top__tagItem {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: inline-block;
  padding: 13px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 2px solid #31106b;
  background: #ffffff;
  color: #31106b;
}
@media screen and (max-width: 1000px) {
  .p-top__tagItem {
    font-size: 16px;
    padding: 10px 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__tagItem {
    font-size: 14px;
    padding: 8px 10px;
    border: 1px solid #31106b;
  }
}
@media screen and (max-width: 430px) {
  .p-top__tagItem {
    font-size: 13px;
    padding: 3px 5px;
  }
}
.p-top__copy {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1.3571428571;
  letter-spacing: normal;
  font-weight: 700;
  color: #31106b;
}
@media screen and (max-width: 1200px) {
  .p-top__copy {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.25;
    letter-spacing: normal;
    font-weight: 700;
  }
}
@media screen and (max-width: 1000px) {
  .p-top__copy {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.3;
    letter-spacing: normal;
    font-weight: 700;
  }
}
@media screen and (max-width: 660px) {
  .p-top__copy {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.1764705882;
    letter-spacing: normal;
    font-weight: 700;
  }
}
@media screen and (max-width: 430px) {
  .p-top__copy {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.1538461538;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-top__subCopy {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  color: #31106b;
}
@media screen and (max-width: 1200px) {
  .p-top__subCopy {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top__subCopy {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__subCopy {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .p-top__subCopy {
    font-size: 15px;
  }
}
.p-top__surveyList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .p-top__surveyList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 660px) {
  .p-top__surveyList {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }
}
.p-top__surveyItem {
  list-style: none;
  background: #ffffff;
  padding: 25px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 30px;
}
@media screen and (max-width: 660px) {
  .p-top__surveyItem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 20px 15px;
  }
}
.p-top__surveyWrapper {
  display: contents;
}
@media screen and (max-width: 660px) {
  .p-top__surveyWrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    flex: 1;
  }
}
.p-top__surveyTitle {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  color: #333;
  text-align: center;
  grid-row: 1;
}
@media screen and (max-width: 660px) {
  .p-top__surveyTitle {
    font-size: 14px;
    text-align: left;
  }
}
.p-top__surveyDescription {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: normal;
  font-weight: 400;
  color: #333;
  text-align: center;
  grid-row: 3;
}
@media screen and (max-width: 660px) {
  .p-top__surveyDescription {
    font-size: 14px;
    text-align: left;
  }
}
.p-top__surveyImg {
  height: 169px;
  grid-row: 2;
  justify-self: center;
}
@media screen and (max-width: 660px) {
  .p-top__surveyImg {
    flex-shrink: 0;
    max-height: 88px;
    max-width: 110px;
  }
}
.p-top__aboutWrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-top__aboutWrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
  }
}
.p-top__aboutItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 30px 25px;
}
@media screen and (max-width: 768px) {
  .p-top__aboutItem {
    padding: 20px 20px;
  }
}
.p-top__aboutDetail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  flex-grow: 1;
}
.p-top__aboutDetail h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top__aboutDetail h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .p-top__aboutDetail p {
    font-size: 14px;
  }
}
.p-top__inquiryWrapper {
  background: #ffffff;
  padding: 90px 20px;
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
}
@media screen and (max-width: 430px) {
  .p-top__inquiryWrapper {
    padding: 60px 15px;
  }
}
.p-top__inquiryButton {
  position: relative;
  display: inline-block;
}
.p-top__inquiryLink {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 576px;
  padding: 30px 50px;
  background-color: #31106b;
  color: #ffffff;
  text-decoration: none;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 430px) {
  .p-top__inquiryLink {
    min-width: 334px;
    padding: 15px 26px;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
  }
}
.p-top__inquiryLink::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 40%;
  transform: translateY(-50%);
  width: 186px;
  height: 159px;
  background: url("../img/inquiry.svg") no-repeat center center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 430px) {
  .p-top__inquiryLink::before {
    left: 15px;
    width: 99px;
    height: 85px;
  }
}
.p-top__inquiryLink::after {
  content: "";
  background: url("../img/arrow.svg") no-repeat center center;
  background-size: contain;
  width: 29px;
  height: 29px;
  margin-left: 15px;
  font-size: 20px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 430px) {
  .p-top__inquiryLink::after {
    width: 19px;
    height: 19px;
    margin-left: 8px;
  }
}
.p-top__inquiryLink:hover {
  background-color: #4d2290;
}
.p-top__inquiryLink:hover::after {
  transform: translateX(6px);
}
.p-top__flow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 60px;
  width: 100%;
  padding: 0 20px 50px;
}
@media screen and (max-width: 768px) {
  .p-top__flow {
    gap: 30px;
  }
}
.p-top__flowItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
}
.p-top__flowTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  align-self: stretch;
  padding: 5px 30px 5px 0;
  background: #ffffff;
  border-radius: 80px;
  height: 71px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  color: #31106b;
}
@media screen and (max-width: 768px) {
  .p-top__flowTitle {
    height: 48px;
    padding: 5px 30px 5px 0;
    gap: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .p-top__flowTitleText {
    display: block;
    width: 80%;
    text-align: center;
  }
}
.p-top__flowNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  border-radius: 80px;
  background: #31106b;
  width: 71px;
  height: 71px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-top__flowNumber {
    width: 48px;
    height: 48px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-top__flowText {
  width: 100%;
  padding: 0 0 0 90px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-top__flowText {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
    padding: 0 0 0 10px;
  }
}
.p-top__flowTagList {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  list-style-type: none;
  margin: 30px 20px 30px 0;
}
@media screen and (max-width: 768px) {
  .p-top__flowTagList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
    margin: 20px 20px;
  }
}
.p-top__flowTagList li {
  border: 2px solid #31106b;
  border-radius: 3px;
  background: #ffffff;
  color: #31106b;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  text-align: center;
  padding: 15px 20px;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .p-top__flowTagList li {
    width: 100%;
    border: 1px solid #31106b;
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
  }
}

.p-login__linkList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  list-style-type: none;
}
.p-login__linkList a {
  color: #31106b;
  text-decoration: underline;
}
.p-login__linkList a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-login__linkList {
    margin-top: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
  }
}

.p-term__list {
  margin: 20px 0 20px 20px;
}
.p-term__list li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-term__list {
    font-size: 14px;
  }
}
.p-term__numberList {
  list-style: none;
  counter-reset: item;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .p-term__numberList {
    font-size: 14px;
  }
}
.p-term__numberList li {
  counter-increment: item;
  padding-left: 3em;
  margin-bottom: 5px;
}
.p-term__numberList li::before {
  content: counter(item) " ）";
  margin-left: -3em;
  width: 3em;
  display: inline-block;
  text-align: right;
}
.p-term__note {
  text-align: right;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .p-term__note {
    margin: 15px;
    font-size: 14px;
  }
}

.p-first_unregistered .c-section__title {
  background-color: #f1f8fb;
  margin: 30px 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-first_unregistered .c-section__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    margin: 15px 0 0;
    padding: 5px 25px 5px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-first_unregistered .c-section__textBlock {
    padding: 10px 0;
  }
}
.p-first_unregistered .c-section__text,
.p-first_unregistered .p-term__numberList,
.p-first_unregistered .p-term__list,
.p-first_unregistered .p-term__note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}
.p-first_unregistered__scrollWrapper {
  overflow-y: scroll;
  scrollbar-color: #cccccc #f1f8fb;
  max-width: 1200px;
  margin: 0 20px;
  height: 500px;
  border-radius: 10px;
  border: 1px solid #dedede;
  background: #f1f8fb;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-first_unregistered__scrollWrapper {
    height: 400px;
    margin: 0 15px;
    padding: 0 15px;
  }
}
.p-first_unregistered__personal {
  border-top: 1px solid #dedede;
}
.p-first_unregistered__personalTitle {
  margin: 20px auto 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-first_unregistered__personalTitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-first_unregistered__checkWrapper {
  max-width: 1200px;
  margin: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-first_unregistered__checkWrapper {
    margin: 40px 20px;
  }
}

.p-mypage__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .p-mypage__list {
    gap: 40px;
  }
}
@media screen and (max-width: 660px) {
  .p-mypage__list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 15px;
  }
}
.p-mypage__listItem {
  list-style: none;
  min-width: 0;
  width: calc((100% - 80px) / 3);
  display: flex;
}
@media screen and (max-width: 1200px) {
  .p-mypage__listItem {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 660px) {
  .p-mypage__listItem {
    width: 100%;
  }
}
.p-mypage__listItem a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 20px;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: box-shadow 0.3s ease;
  height: 100%;
}
.p-mypage__listItem a:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 6px -4px rgba(0, 0, 0, 0.15);
}
.p-mypage__listItem a:hover .p-mypage__listImg {
  transform: scale(1.1);
}
@media screen and (max-width: 660px) {
  .p-mypage__listItem a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 20px 15px;
  }
}
.p-mypage__listWrapper {
  display: contents;
}
@media screen and (max-width: 660px) {
  .p-mypage__listWrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    flex: 1;
  }
}
.p-mypage__listTitle {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  color: #333;
  text-align: center;
  grid-row: 1;
}
@media screen and (max-width: 660px) {
  .p-mypage__listTitle {
    font-size: 14px;
    text-align: left;
  }
}
.p-mypage__listDescription {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: normal;
  font-weight: 400;
  color: #333;
  text-align: center;
  grid-row: 3;
}
@media screen and (max-width: 660px) {
  .p-mypage__listDescription {
    font-size: 14px;
    text-align: left;
  }
}
.p-mypage__listImg {
  width: 80px;
  grid-row: 2;
  justify-self: center;
  transition: transform 0.3s ease;
  transform: translate3d(0, 0, 0);
}
.p-mypage__listImg--password {
  width: 70px;
}
@media screen and (max-width: 430px) {
  .p-mypage__listImg {
    flex-shrink: 0;
    width: 50px;
  }
  .p-mypage__listImg--password {
    width: 45px;
  }
}
/*# sourceMappingURL=style.css.map */