/*
Theme Name: 保育士ONE LPData
Author: 保育士ONE
Description: Static 保育士ONE LP converted to a WordPress theme that stores entries in the lpdata custom post type.
Version: 1.4.5
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #333;
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.6;
}

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

button {
  border: 0;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

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

a {
  color: #7DC8CD;
}

a:hover {
  color: #E85F73;
  text-decoration: none;
}

p,
ol,
ul,
h1 {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

.l-wrapper {
  min-height: 100vh;
  background-color: #F0F0EB;
  background-image: url("./assets/haikei.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-header {
  position: relative;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .15), 0 -1px 2px rgba(0, 0, 0, .1);
}

.p-header__area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px;
}

.p-header__logoArea {
  display: flex;
  align-items: center;
  min-width: 0;
}

.p-header__logo {
  margin-right: 24px;
}

.p-header__brandLogo {
  width: 190px;
  height: auto;
  vertical-align: middle;
}

.p-header__ttlArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-header__ttl {
  color: #FF919B;
  font-weight: 700;
}

.p-header__txt {
  font-weight: 700;
}

.p-header__emphasisTxt {
  color: #7DC8CD;
  font-size: 14px;
}

.p-header__certMarks {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}

.p-header__certMark {
  display: block;
  width: auto;
  height: 66px;
  object-fit: contain;
}

.p-header__subTxt {
  display: inline-block;
  font-weight: 700;
}

.p-spMv {
  display: none;
}

.p-spMv__srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-formGuide {
  display: none;
}

.p-bgDateVisual {
  display: none;
}

.p-stepForm__topBanner {
  display: none;
}

.p-header__mobileTxt,
.p-stepForm__stepBarSp,
.p-stepForm__img,
.p-stepForm__info {
  display: none;
}

.p-formTtl {
  max-width: 940px;
  margin: 0 auto;
  padding: 66px 0 16px;
  color: #4D4D4D;
  font-size: 20px;
  letter-spacing: 1.2px;
  text-align: left;
}

.p-formTtl__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 610px;
  font-size: inherit;
  font-weight: 700;
  text-align: center;
}

.p-formTtl__ttl::before,
.p-formTtl__ttl::after {
  position: static;
  flex: 0 0 auto;
  width: 2px;
  height: 24px;
  background-color: #FF919B;
  content: "";
}

.p-formTtl__ttl::before {
  transform: rotate(-20deg);
}

.p-formTtl__ttl::after {
  transform: rotate(20deg);
}

.p-formTtl__ttlBorder {
  position: relative;
  z-index: 2;
  display: block;
  width: 610px;
  font-weight: 700;
  text-align: center;
}

.p-formTtl__ttlEmphasis {
  color: #FF919B;
  font-size: 24px;
}

.p-stepForm {
  position: relative;
  z-index: 0;
  isolation: isolate;
  max-width: 940px;
  min-height: 572px;
  margin: 0 auto;
  padding-bottom: 24px;
  color: #4D4D4D;
}

.p-stepForm::before {
  content: none;
}

.p-stepForm__advisor {
  display: none;
}

.p-stepForm::after {
  position: absolute;
  right: 0;
  bottom: 59px;
  width: 280px;
  height: 366px;
  content: none;
}

.p-supportBubbles {
  position: absolute;
  right: 10px;
  top: 88px;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: 292px;
  height: auto;
  pointer-events: none;
}

.p-supportBubbles__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0;
  min-height: 98px;
  padding: 16px 16px 16px 18px;
  color: #4D4D4D;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42;
  text-align: left;
  text-shadow: none;
  background: linear-gradient(135deg, #fff 0%, #FFF9FA 100%);
  border: 2px solid rgba(255, 145, 155, .35);
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(77, 77, 77, .12);
}

.p-supportBubbles__item::before {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  background: #7DC8CD;
  border-radius: 50%;
  box-shadow: 0 4px 0 rgba(91, 182, 188, .25);
}

.p-supportBubbles__item::after {
  content: none;
}

.p-supportBubbles__text {
  display: block;
}

.p-supportBubbles__accent {
  color: #FF919B;
  font-size: 14px;
  font-weight: 800;
}

.p-supportBubbles__connector {
  color: #7DC8CD;
  font-size: 13px;
  font-weight: 800;
}

.p-supportBubbles__item em {
  color: #5BB6BC;
  font-style: normal;
  font-size: 16px;
  font-weight: 800;
}

.p-supportBubbles__item--conditions {
  width: 100%;
}

.p-supportBubbles__item--negotiation {
  width: 100%;
}

.p-supportBubbles__item--workplace {
  width: 100%;
  min-height: 118px;
}

.p-supportBubbles__item--conditions::before {
  content: "01";
}

.p-supportBubbles__item--negotiation::before {
  content: "02";
  background: #FF919B;
  box-shadow: 0 4px 0 rgba(255, 145, 155, .25);
}

.p-supportBubbles__item--workplace::before {
  content: "03";
}

.p-supportBubbles__certMarks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 2px;
  margin-bottom: 4px;
}

.p-supportBubbles__certMarks .p-header__certMark {
  display: block;
  width: auto;
  height: 28px;
  object-fit: contain;
}

.p-stepForm__stepWrap {
  position: relative;
  z-index: 1;
  width: 610px;
  margin: 0 0 145px;
  padding: 0;
  overflow: visible;
  background-color: #fff;
  border: 0;
  border-radius: 14px;
}

.p-stepForm__easyLine {
  display: none;
}

.p-stepForm__stepBar {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 8px 72px 8px 30px;
  font-weight: 700;
  text-align: center;
  background-color: #FF919B;
  border-radius: 14px 14px 0 0;
}

.p-stepForm__stepBarContent {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 508px;
  height: 28px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 999px;
}

.p-stepForm__stepBarItem {
  position: relative;
  display: flex;
  flex: 1 1 0;
  align-items: center;
  min-width: 0;
  height: 28px;
  margin-left: -9px;
  padding: 4px 11px 4px 19px;
  color: #FFF3F5;
  font-size: 10px;
  background-color: #F9788B;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 13px 50%);
}

.p-stepForm__stepBarItem:first-child {
  margin-left: 0;
  padding-left: 14px;
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%);
}

.p-stepForm__stepBarItem:last-child {
  padding-right: 14px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 13px 50%);
}

.p-stepForm__stepBarItem:not(:first-child)::before {
  content: none;
}

.p-stepForm__stepBarItem.is-active {
  color: #FF919B;
  background-color: #fff;
}

.p-stepForm__stepBarItem.is-active::before {
  content: none;
}

.p-stepForm__stepBarNumber {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #E85F73;
  border-radius: 50%;
}

.p-stepForm__stepBarNumber.is-active {
  color: #fff;
  background-color: #FF919B;
}

.p-stepForm__stepBarStatus {
  min-width: 0;
  margin: 0 auto;
  overflow: hidden;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-stepForm__stepBarTxt {
  position: absolute;
  top: calc(50% - 10px);
  right: -18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 0;
  width: 82px;
  height: 60px;
  padding: 5px 12px 11px 18px;
  color: #FF919B;
  line-height: 1.08;
  white-space: normal;
  background: url("./e0012_1.svg") 50% 50% / 100% 100% no-repeat;
  border-radius: 0;
  transform: translateY(-50%);
}

.p-stepForm__stepBarTxt::before {
  content: none;
}

.p-stepForm__stepBarTxt br {
  display: block;
}

.p-stepForm__stepBarTime {
  display: block;
  white-space: nowrap;
}

.p-stepForm__stepBarTxt > span {
  transform: translate(-1px, 2px);
}

.p-stepForm__stepBarTxtEmphasis {
  font-size: 16px;
}

.p-stepForm__body {
  position: relative;
}

.p-stepForm__panel {
  display: none;
}

.p-stepForm__panel.is-current {
  display: block;
}

.p-stepForm__step {
  min-height: 300px;
  padding: 24px 30px 0;
}

.p-stepForm__panel[data-step="4"] .p-stepForm__step {
  padding-bottom: 24px;
}

.p-stepForm__stepTwoItem {
  padding: 16px 30px 0;
}

.p-stepForm__panel[data-step="1"] .p-stepForm__stepTwoItem:last-child {
  padding-bottom: 28px;
}

.p-stepForm__stepTtl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.p-stepForm__stepTtl--twoItem {
  margin-bottom: 10px;
}

.p-stepForm__spLineBreak {
  display: none;
}

.p-stepForm__label {
  margin-right: 8px;
  padding: 3px 6px;
  color: #E85F73;
  font-size: 12px;
  border: 1px solid #E85F73;
  border-radius: 7px;
}

.p-stepForm__label--optional {
  color: #9c9c9c;
  border-color: #9c9c9c;
}

.p-stepForm__inputWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-stepForm__inputWrap::after {
  display: block;
  width: 168px;
  height: 0;
  content: "";
}

.p-stepForm__input {
  min-width: 172px;
  padding: 15px 8px;
  text-align: center;
  background-color: #FF919B;
  border-radius: 12px;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.p-stepForm__input:hover {
  transform: translateY(-1px);
}

.p-stepForm__input:nth-child(n+4) {
  margin-top: 14px;
}

.p-stepForm__input input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.p-stepForm__input--notSelected {
  background-color: #eee;
}

.p-stepForm__inputTxt {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.p-stepForm__input--notSelected .p-stepForm__inputTxt {
  color: #4D4D4D;
}

@media (min-width: 641px) {
  .p-stepForm__panel[data-step="1"] .p-stepForm__stepTwoItem {
    padding-right: 0;
    padding-left: 0;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__stepTwoItem:first-child {
    padding-top: 0;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__stepTwoItem:last-child {
    padding-bottom: 64px;
  }

  .p-stepForm__inputWrap[data-choice-group="timing"] {
    justify-content: space-between;
    gap: 14px 0;
  }

  .p-stepForm__inputWrap[data-choice-group="timing"]::after {
    content: none;
  }

  .p-stepForm__inputWrap[data-choice-group="timing"] .p-stepForm__input {
    flex: 0 0 172px;
    min-width: 0;
    margin-top: 0;
  }

  .p-stepForm__inputWrap[data-choice-group="workstyle"] {
    justify-content: center;
    gap: 14px 18px;
  }

  .p-stepForm__inputWrap[data-choice-group="workstyle"]::after {
    content: none;
  }

  .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__input {
    flex: 0 0 220px;
    margin-top: 0;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="workstyle"] {
    margin-bottom: 20px;
  }
}

.p-stepForm__error {
  margin-top: 10px;
  padding: 6px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #E85F73;
  border-radius: 8px;
}

.p-stepForm__privateTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 10px;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-stepForm__privateTxt::before {
  display: block;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin: 0;
  background: url("./カギアイコン.svg") 50% 50% / contain no-repeat;
  content: "";
  opacity: .45;
}

.p-stepForm__labelInput {
  position: relative;
  display: block;
  min-width: 348px;
}

.p-stepForm__labelInput--postalCode {
  min-width: 288px;
}

.p-stepForm__labelInput--birth {
  min-width: 273px;
}

.p-stepForm__inputHeightSingle {
  width: 100%;
  height: 54px;
  padding: 8px 16px;
  font-size: 18px;
  border: 1px solid #FF919B;
  border-radius: 12px;
}

.p-stepForm__inputHeightSingle::placeholder {
  color: #999;
}

.p-stepForm__inputHeightSingle:focus,
.p-stepForm__inputHeight:focus {
  outline: none;
  box-shadow: 0 0 0 2px #FF919B;
}

.p-stepForm__annotation {
  position: absolute;
  top: -11px;
  right: 10px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
  background-color: #f8f7f7;
  border-radius: 20px;
}

.p-stepForm__annotationEmphasisTxt {
  color: #E85F73;
}

.p-stepForm__txtFiledTwoItem {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 16px;
}

.p-stepForm__moreContents {
  position: relative;
  display: inline-block;
  margin-top: 23px;
  padding: 3px 30px 3px 13px;
  color: #4D4D4D;
  font-size: 12px;
  font-weight: 700;
  background-color: #e6e6e6;
  border: 0;
  border-radius: 20px;
  outline: none;
}

.p-stepForm__moreContents:focus,
.p-stepForm__moreContents:focus-visible {
  outline: none;
  box-shadow: none;
}

.p-stepForm__moreContents::before {
  position: absolute;
  top: 50%;
  right: 13px;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-right: 2px solid #4D4D4D;
  border-bottom: 2px solid #4D4D4D;
  transform: translate(50%, -65%) rotate(45deg);
  content: "";
}

.p-stepForm__moreContents::after {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
  pointer-events: none;
}

.p-stepForm__moreContents.is-open::before {
  transform: translate(50%, -35%) rotate(225deg);
}

.p-stepForm__moreContents.is-open::after {
  content: "";
}

.p-stepForm__accordionContent {
  display: flex;
}

.p-stepForm__inputIcnWrap {
  margin-right: 20px;
}

.p-stepForm__inputSingle {
  position: relative;
  width: 184px;
  border-radius: 12px;
}

.p-stepForm__inputSingle::after {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -.5em;
  color: #FF919B;
  font-size: 9px;
  line-height: 1;
  pointer-events: none;
  content: "▼";
}

.p-stepForm__inputHeight {
  width: 100%;
  height: 38px;
  padding: 5px 28px 5px 8px;
  font-size: 18px;
  background: #fff;
  border: 1px solid #FF919B;
  border-radius: 12px;
  appearance: none;
}

.p-stepForm__messageInfo {
  margin-top: 16px;
  font-size: 11px;
  text-align: left;
}

.p-stepForm__labelTwoLine {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 15px 0 10px;
}

.p-stepForm__labelTwoLine .p-stepForm__stepTtl {
  margin-top: 14px;
}

.p-stepForm__txtFiledBirth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 348px;
}

.p-stepForm__inputTxtBirth {
  font-size: 18px;
  font-weight: 700;
}

.p-stepForm__footer {
  background-color: transparent;
  border-top: .5px solid #d8d8d8;
  border-radius: 0 0 14px 14px;
}

.p-stepForm__actions {
  position: relative;
  margin-top: 0;
  padding: 16px 32px;
}

.p-stepForm__hiddenBtn {
  position: relative;
  flex-shrink: 0;
  width: 270px;
  margin: 0 auto;
  overflow: visible;
}

.p-stepForm__btn {
  position: relative;
  z-index: 202;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  border-radius: 12px;
  transition: filter .18s ease;
}

.p-stepForm__btn--next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 50px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1;
  background-color: #82CCD1;
  background-image: none;
  border: 1px solid #70C0C6;
  box-shadow: none;
}

.p-stepForm__btn--next:not(:disabled):hover,
.p-stepForm__btn--multi:not(:disabled):hover {
  filter: brightness(1.06);
}

.p-stepForm__btn--next:not(:disabled):active,
.p-stepForm__btn--multi:not(:disabled):active {
  filter: brightness(.98);
}

.p-stepForm__btn--next.is-disabled {
  background: #d8d8d8;
  border-color: transparent;
}

.p-stepForm__btn--next::after {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 11px;
  height: 11px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  content: "";
  animation: arrow-slide 1.4s ease-in-out infinite;
}

.p-stepForm__btn--next.is-disabled::after {
  animation: none;
  transform: translate(0, -50%) rotate(45deg);
}

.p-stepForm__btn--prev {
  position: absolute;
  top: 50%;
  width: 66px;
  height: 38px;
  font-size: 14px;
  background-color: #d8d8d8;
  transform: translateY(-50%);
}

.p-stepForm__btn--multi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 270px;
  height: 64px;
  overflow: hidden;
  letter-spacing: 0;
  background: linear-gradient(180deg, #FF7AA2 0%, #F85888 100%);
  border: 1px solid #E94B7B;
  border-radius: 12px;
  box-shadow: 0 0 0 rgba(248, 88, 136, 0);
}

.p-stepForm__btnNote {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
}

.p-stepForm__btnMain {
  display: block;
  font-size: 22px;
  line-height: 1.15;
}

.p-stepForm__btn--multi.is-disabled {
  color: #fff;
  background: #d8d8d8;
  border-color: transparent;
  box-shadow: none;
  animation: none;
}

.p-stepForm__btn--multi:not(:disabled) {
  animation: register-glow 1.8s ease-in-out infinite;
}

.p-stepForm__terms {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}

.p-stepForm__termsLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #4D4D4D;
  cursor: pointer;
}

.p-stepForm__termsLabel input {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.p-stepForm__termsCheck {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1.5px solid #F85888;
  border-radius: 4px;
}

.p-stepForm__termsLabel input:checked + .p-stepForm__termsCheck {
  background: #F85888;
  border-color: #F85888;
}

.p-stepForm__termsLabel input:checked + .p-stepForm__termsCheck::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.p-stepForm__terms a {
  color: #4D4D4D;
}

.p-stepForm__agreementLinks {
  display: none;
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-stepForm__agreementLinks a {
  color: #8A8A8A;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-stepForm__contactMethods {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 348px;
  min-height: 54px;
}

.p-stepForm__contactMethod {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  flex: 0 0 auto;
  min-width: 0;
  height: auto;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.p-stepForm__contactMethod input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.p-stepForm__contactMethod:not(.p-stepForm__input--notSelected) {
  color: #FF919B;
}

.p-stepForm__contactCheck {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1.5px solid #D6D6D0;
  border-radius: 4px;
}

.p-stepForm__contactMethod:not(.p-stepForm__input--notSelected) .p-stepForm__contactCheck {
  background-color: #FF919B;
  border-color: #FF919B;
}

.p-stepForm__stepWrap[data-current-step="4"] .p-stepForm__agreementLinks {
  display: block;
}

.p-stepForm__contactMethod:not(.p-stepForm__input--notSelected) .p-stepForm__contactCheck::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}

@keyframes register-glow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(248, 88, 136, 0);
    filter: brightness(1);
  }

  50% {
    box-shadow: 0 0 18px rgba(248, 88, 136, .45);
    filter: brightness(1.06);
  }
}

@keyframes arrow-slide {
  0% {
    opacity: .65;
    transform: translate(-3px, -50%) rotate(45deg);
  }

  45% {
    opacity: 1;
    transform: translate(9px, -50%) rotate(45deg);
  }

  100% {
    opacity: .65;
    transform: translate(-3px, -50%) rotate(45deg);
  }
}

@keyframes guide-float {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .28;
  }
}

.p-footer {
  background-color: #FF919B;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .15), 0 -1px 2px rgba(0, 0, 0, .1);
}

.p-footer__block {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
  padding: 16px 0 10px;
}

.p-footer__nav {
  flex: 1 1 58.3333333333%;
  justify-content: center;
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  margin: 0 auto;
  text-align: center;
}

.p-footer__navItem {
  display: inline-block;
  margin-right: 16px;
}

.p-footer__navItem a,
.p-footer__navLink {
  color: #fff;
}

.p-footer__navItem {
  color: #fff;
}

.p-footer__copyright {
  display: block;
  padding-bottom: 10px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  background: #FF919B;
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
}

.c-modal.is-open {
  display: flex;
}

.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
}

.c-modal__content {
  position: relative;
  z-index: 2;
  width: min(420px, 86vw);
  padding: 36px 24px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}

.c-modal__loadingIcon {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 14px;
  border: 4px solid #FFD2D8;
  border-top-color: #FF919B;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}

.c-modal__loadingTtl {
  color: #4D4D4D;
  font-size: 20px;
  font-weight: 700;
}

.p-completePage {
  display: flex;
  flex-direction: column;
}

.p-completePage .l-header {
  flex-shrink: 0;
}

.p-complete {
  flex: 1 0 auto;
  padding: 36px 16px 48px;
}

.p-complete__inner {
  width: min(928px, 100%);
  margin: 0 auto;
  text-align: center;
}

.p-complete__title {
  color: #4D4D4D;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.p-complete__check {
  position: relative;
  width: 92px;
  height: 92px;
  margin: 24px auto 34px;
  background: linear-gradient(180deg, #FF9FAA 0%, #FF8294 100%);
  border-radius: 50%;
}

.p-complete__check::before {
  position: absolute;
  top: 30px;
  left: 26px;
  width: 42px;
  height: 24px;
  border-bottom: 5px solid #fff;
  border-left: 5px solid #fff;
  content: "";
  transform: rotate(-45deg);
}

.p-complete__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: center;
  min-height: 360px;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 14px 34px rgba(95, 94, 86, .08);
}

.p-complete__message {
  position: relative;
  z-index: 2;
  padding: 48px 24px 48px 56px;
}

.p-complete__thanks {
  color: #F85888;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
}

.p-complete__lead {
  margin-top: 26px;
  color: #4D4D4D;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
}

.p-complete__advisor {
  align-self: end;
  height: 360px;
  overflow: hidden;
  padding: 24px 22px 0 0;
}

.p-complete__advisor img {
  display: block;
  width: 205px;
  max-width: none;
  margin-left: auto;
}

.p-complete__contact {
  padding: 22px 32px 28px;
  background: #FFFBEF;
  border-radius: 0 0 8px 8px;
}

.p-complete__contactLead {
  color: #4D4D4D;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.p-complete__contactLead span {
  position: relative;
  display: inline-block;
  padding: 0 52px;
}

.p-complete__contactLead span::before,
.p-complete__contactLead span::after {
  position: absolute;
  top: 50%;
  width: 38px;
  height: 3px;
  background: #4D4D4D;
  content: "";
}

.p-complete__contactLead span::before {
  left: 0;
  transform: rotate(48deg);
}

.p-complete__contactLead span::after {
  right: 0;
  transform: rotate(-48deg);
}

.p-complete__mailBtn {
  display: grid;
  grid-template-columns: 72px minmax(0, auto);
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
  width: min(864px, 100%);
  margin: 18px auto 0;
  padding: 13px 22px 14px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #FF7AA2 0%, #F85888 100%);
  border-radius: 12px;
  box-shadow: none;
}

.p-complete__mailBtn:hover {
  color: #fff;
  filter: brightness(1.04);
}

.p-complete__mailIcon {
  position: relative;
  grid-row: 1 / 3;
  width: 50px;
  height: 36px;
  border: 3px solid #fff;
  border-radius: 3px;
}

.p-complete__mailIcon::before,
.p-complete__mailIcon::after {
  position: absolute;
  top: 4px;
  width: 34px;
  height: 4px;
  background: #fff;
  content: "";
}

.p-complete__mailIcon::before {
  left: -2px;
  transform: rotate(34deg);
  transform-origin: left center;
}

.p-complete__mailIcon::after {
  right: -2px;
  transform: rotate(-34deg);
  transform-origin: right center;
}

.p-complete__mailText {
  display: block;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.05;
}

.p-complete__mailAddress {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.c-modal__loadingTxt {
  margin-top: 10px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

[hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .p-header__area {
    max-width: none;
    padding: 14px 16px;
  }

  .p-header__certMarks {
    gap: 8px;
  }

  .p-header__certMark {
    height: 52px;
  }

  .p-header__subTxt {
    display: none;
  }

  .p-stepForm::after {
    opacity: 1;
  }

  .p-supportBubbles {
    display: none;
  }

  .p-stepForm__advisor {
    left: -38px;
    z-index: 5;
    width: 310px;
  }

  .p-formTtl {
    max-width: none;
    text-align: center;
  }

  .p-formTtl__ttl,
  .p-formTtl__ttlBorder {
    width: auto;
  }

  .p-stepForm__stepWrap {
    z-index: 1;
    width: calc(100% - 24px);
    max-width: 610px;
    margin: 0 auto 145px;
  }
}

@media (max-width: 640px) {
  body {
    min-width: 320px;
    background: #F0F0EB;
  }

  .p-header {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
  }

  .p-header__area {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
  }

  .p-header__logoArea {
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .p-header__logo {
    flex: 0 0 auto;
    width: 100px;
    margin-right: 9px;
  }

  .p-header__brandLogo {
    width: 100px;
    height: auto;
  }

  .p-header__subTxt {
    display: none;
  }

  .p-header__ttlArea {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
  }

  .p-header__ttl {
    font-size: 10px;
    line-height: 1.35;
    white-space: normal;
  }

  .p-header__txt {
    font-size: 10px;
    line-height: 1.35;
    white-space: nowrap;
  }

  .p-header__emphasisTxt {
    font-size: 10px;
  }

  .p-header__certMarks {
    gap: 5px;
  }

  .p-header__certMark {
    height: 40px;
  }

  .p-header__mobileTxt {
    display: none;
  }

  .p-header__mobileTtl {
    display: flex;
    align-items: center;
  }

  .p-header__tag {
    padding: 4px;
    color: #545454;
    font-size: 10px;
    line-height: 1;
    background-color: #ffed8c;
    border-radius: 7px;
    transform: scale(.9);
    transform-origin: left;
  }

  .p-header__desc {
    color: #FF919B;
    font-size: 12px;
    letter-spacing: normal;
  }

  .p-header__appealTxt {
    margin-top: 2px;
    color: #7DC8CD;
    font-feature-settings: "palt";
    font-size: 10px;
    letter-spacing: .05em;
    white-space: nowrap;
  }

  .p-formTtl {
    display: none;
  }

  .p-spMv {
    position: relative;
    display: block;
    overflow: hidden;
    color: #4D4D4D;
    background:
      radial-gradient(circle, rgba(255, 145, 155, .22) 1.2px, transparent 1.8px) 0 70px / 9px 9px,
      linear-gradient(90deg, rgba(255, 145, 155, .14), rgba(255, 255, 255, 0) 62%) 0 0 / 100% 100%,
      #FFF7FA;
    border-bottom: 1px solid #F7CFD5;
  }

  .p-spMv__visual {
    position: relative;
    min-height: 178px;
    overflow: hidden;
  }

  .p-spMv__visual::before {
    position: absolute;
    top: 62px;
    left: 126px;
    width: 92px;
    height: 6px;
    background-color: rgba(255, 145, 155, .35);
    border-radius: 999px;
    content: "";
  }

  .p-spMv__visual::after {
    position: absolute;
    right: -24px;
    bottom: 20px;
    width: 180px;
    height: 74px;
    background:
      radial-gradient(circle, rgba(255, 145, 155, .16) 1px, transparent 1.7px) 0 0 / 8px 8px;
    content: "";
  }

  .p-spMv__copy {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 14px;
  }

  .p-spMv__copyLine {
    display: block;
    height: 45px;
    padding: 8px 14px 9px 17px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    background-color: #EC8391;
    border-radius: 0 0 14px 0;
  }

  .p-spMv__copyLine--wide {
    height: 50px;
    padding-top: 9px;
    font-size: 25px;
  }

  .p-spMv__copyLine--middle {
    height: 47px;
    padding-right: 24px;
    font-size: 21px;
    border-radius: 0 0 20px 0;
  }

  .p-spMv__copyLine--short {
    height: 43px;
    padding-right: 18px;
    font-size: 20px;
    border-radius: 0;
  }

  .p-spMv__person {
    position: absolute;
    right: -10px;
    bottom: -26px;
    z-index: 1;
    width: 192px;
    max-width: none;
    filter: drop-shadow(0 2px 0 rgba(255, 255, 255, .8));
  }

  .p-spMv__features {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.02fr .92fr .92fr;
    align-items: center;
    width: calc(100% - 28px);
    min-height: 72px;
    margin: -8px auto 10px;
    overflow: visible;
    text-align: center;
    background-color: transparent;
    border: 2px solid #FF9AA6;
    border-radius: 999px;
  }

  .p-spMv__feature {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
  }

  .p-spMv__feature + .p-spMv__feature::before {
    position: absolute;
    left: 0;
    width: 1px;
    height: 48px;
    background-color: #8A8A8A;
    content: "";
  }

  .p-spMv__feature strong {
    color: #FF6F8A;
    font-size: 25px;
    line-height: 1.05;
  }

  .p-spMv__benefitLine {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    white-space: nowrap;
  }

  .p-spMv__nowrap {
    white-space: nowrap;
  }

  .p-spMv__feature--salary {
    flex-direction: column;
    gap: 1px;
  }

  .p-spMv__salaryLabel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 17px;
    padding: 0 8px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    background-color: #4D4D4D;
    border-radius: 999px;
  }

  .p-spMv__salaryBody {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }

  .p-spMv__salaryBody strong {
    font-size: 36px;
  }

  .p-spMv__salaryBody span {
    font-size: 14px;
    line-height: 1.15;
    text-align: left;
  }

  .p-spMv + .p-formTtl + .p-stepForm .p-stepForm__easyLine {
    display: none;
  }

  .p-stepForm {
    min-height: 0;
    padding-bottom: 0;
    background-color: #F0F0EB;
  }

  .p-stepForm::before,
  .p-stepForm::after,
  .p-stepForm__advisor,
  .p-supportBubbles {
    display: none;
  }

  .p-stepForm__stepWrap {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background-color: #F8C9D0;
    border: 0;
    border-radius: 0;
  }

  .p-stepForm__easyLine {
    display: block;
    padding: 10px 0 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    background-color: #FF919B;
    border-radius: 0;
  }

  .p-stepForm__stepBar {
    display: none;
  }

  .p-stepForm__stepBarSp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 18px 8px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background: #FF919B;
  }

  .p-stepForm__stepBarSp .p-stepForm__stepBarTxt {
    display: none;
  }

  .p-stepForm__stepBarSp .p-stepForm__stepBarTxt::before {
    content: none;
  }

  .p-stepForm__stepBarSp .p-stepForm__stepBarTxt:last-child {
    display: none;
  }

  .p-stepForm__stepBarSp .p-stepForm__stepBarTxt:last-child::before {
    content: none;
  }

  .p-stepForm__stepBarItemSp {
    position: relative;
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    max-width: 64px;
    height: 28px;
    margin: 0 0 0 -9px;
    padding: 0 12px 0 18px;
    color: #FFF3F5;
    font-size: 13px;
    line-height: 1;
    background-color: #F9788B;
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%, 13px 50%);
  }

  .p-stepForm__stepBarStatusSp {
    display: none;
    margin-left: 6px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }

  .p-stepForm__stepBarItemSp.is-current {
    flex: 2.6 1 122px;
    max-width: 160px;
  }

  .p-stepForm__stepBarItemSp.is-current .p-stepForm__stepBarStatusSp {
    display: inline-block;
  }

  .p-stepForm__stepBarItemSp.is-current .p-stepForm__stepBarNumberSp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #FF919B;
    border-radius: 50%;
    transform: none;
  }

  .p-stepForm__stepBarItemSp:first-of-type {
    margin-left: 0;
    padding-left: 12px;
    border-radius: 999px 0 0 999px;
    clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%);
  }

  .p-stepForm__stepBarItemSp:last-of-type {
    padding-right: 12px;
    border-radius: 0 999px 999px 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 13px 50%);
  }

  .p-stepForm__stepBarNumberSp {
    display: block;
    line-height: 1;
  }

  .p-stepForm__stepBarItemSp:nth-of-type(1) .p-stepForm__stepBarNumberSp {
    transform: translateX(-1px);
  }

  .p-stepForm__stepBarItemSp:nth-of-type(2) .p-stepForm__stepBarNumberSp,
  .p-stepForm__stepBarItemSp:nth-of-type(3) .p-stepForm__stepBarNumberSp,
  .p-stepForm__stepBarItemSp:nth-of-type(4) .p-stepForm__stepBarNumberSp {
    transform: translateX(-3px);
  }

  .p-stepForm__stepBarItemSp.is-active {
    color: #FF919B;
    background-color: #fff;
  }

  .p-stepForm__stepBarSmallTxt {
    font-size: 10px;
  }

  .p-formGuide {
    position: absolute;
    top: var(--guide-y, 108px);
    left: var(--guide-x, calc(100% - 50px));
    z-index: 260;
    display: block;
    width: 38px;
    pointer-events: none;
    transition: top .34s ease, left .34s ease;
    animation: guide-float 1.05s ease-in-out infinite;
  }

  .p-formGuide img {
    display: block;
    width: 100%;
    height: auto;
  }

  .p-stepForm__body {
    min-height: 400px;
    padding: 20px 5%;
    overflow: hidden;
    text-align: center;
    background-color: #F0F0EB;
  }

  .p-stepForm__step,
  .p-stepForm__stepTwoItem {
    min-height: 0;
    padding: 0;
  }

  .p-stepForm__panel[data-step="4"] .p-stepForm__step {
    padding-bottom: 18px;
  }

  .p-stepForm__stepTwoItem + .p-stepForm__stepTwoItem {
    margin-top: 36px;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__stepTwoItem:last-child {
    padding-bottom: 0;
  }

  .p-stepForm__topBanner {
    display: none;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
  }

  .p-stepForm__topBanner img {
    display: block;
    width: 100%;
    height: auto;
  }

  .p-stepForm__stepTtl {
    position: relative;
    margin: 6px 0 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .p-stepForm__stepTtl .p-stepForm__label {
    display: inline-block;
    vertical-align: 2px;
  }

  .p-stepForm__panel[data-step="0"] .p-stepForm__stepTtl::after {
    content: none;
  }

  .p-stepForm__panel[data-step="0"] .p-stepForm__stepTtl {
    font-size: 17px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .p-stepForm__inputWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.4% 6%;
  }

  .p-stepForm__inputWrap::after {
    width: 50%;
    content: "";
  }

  .p-stepForm__input {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 46%;
    height: 96px;
    min-width: 0;
    margin: 1.4%;
    padding: 4px 0 6px;
    color: #4D4D4D;
    font-weight: 400;
    text-align: center;
    background-color: #fff;
    background-image: none;
    border: 3px solid #D6D6D0;
    border-radius: 12px;
    box-shadow: none;
  }

  .p-stepForm__input:nth-child(n+4) {
    margin-top: 1.4%;
  }

  .p-stepForm__input--wideSp {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 0;
  }

  .p-stepForm__input--notSelected {
    background-color: #fff;
    border-color: #D6D6D0;
    box-shadow: none;
  }

  .has-selection .p-stepForm__input--notSelected {
    border-color: #D6D6D0;
    box-shadow: none;
  }

  .p-stepForm__input:not(.p-stepForm__input--notSelected) {
    border-color: #FF919B;
  }

  .has-selection .p-stepForm__input--notSelected .p-stepForm__img {
    filter: grayscale(100%);
  }

  .p-stepForm__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 58px;
    max-width: 66px;
    margin: 0 auto 2px;
  }

  .p-stepForm__img img {
    width: auto;
    max-width: 66px;
    max-height: 58px;
  }

  .p-stepForm__input--wideSp .p-stepForm__img {
    width: 68px;
    margin: 0 8px 0 0;
  }

  .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__input:not(.p-stepForm__input--textOnly) {
    height: 96px;
    padding: 4px 0 6px;
  }

  .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__img {
    width: 66px;
    height: 58px;
    max-width: 66px;
    margin: 0 auto 2px;
    padding: 0;
  }

  .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__img img {
    width: auto;
    max-width: 66px;
    max-height: 58px;
  }

  .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__inputTxt {
    display: flex;
    min-height: 18px;
    margin-top: auto;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
  }

  .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__input--textOnly .p-stepForm__inputTxt {
    margin-top: 0;
  }

  .p-stepForm__input--textOnly {
    height: auto;
    justify-content: center;
    min-height: 52px;
  }

  .p-stepForm__inputWrap[data-choice-group="qualification"] .p-stepForm__input--textOnly {
    width: 94.4%;
    min-height: 42px;
    padding: 0;
  }

  .p-stepForm__inputTxt,
  .p-stepForm__input--notSelected .p-stepForm__inputTxt {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
  }

  .p-stepForm__privateTxt {
    display: inline-flex;
    margin: 0 auto 30px;
    gap: 8px;
    color: #666;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }

  .p-stepForm__privateTxt::before {
    width: 13px;
    height: 13px;
    margin: 0;
  }

  .p-stepForm__labelWrap,
  .p-stepForm__stepItem {
    margin-top: 0;
  }

  .p-stepForm__labelTwoLine {
    display: block;
    margin: 0 0 18px;
  }

  .p-stepForm__labelTwoLine .p-stepForm__stepTtl,
  .p-stepForm__labelItem .p-stepForm__stepTtl {
    margin: 0 0 14px;
    padding: 6px 0;
    font-size: 15px;
    font-weight: 700;
    background-color: #FFE6E9;
  }

  .p-stepForm__txtFiledTwoItem,
  .p-stepForm__accordionContent {
    display: block;
  }

  .p-stepForm__labelInput,
  .p-stepForm__labelInput--postalCode,
  .p-stepForm__labelInput--birth {
    display: inline-block;
    width: 100%;
    min-width: 0;
  }

  .p-stepForm__inputHeightSingle {
    height: 56px;
    border: 1px solid #FF919B;
    border-radius: 12px;
  }

  .p-stepForm__inputHeightSingle::placeholder {
    font-size: 16px;
  }

  .p-stepForm__annotation {
    right: 8px;
  }

  .p-stepForm__moreContents {
    position: relative;
    margin-top: 10px;
    padding: 3px 28px 3px 13px;
    font-size: 12px;
    font-weight: 700;
    background-color: #e6e6e6;
    border-radius: 20px;
  }

  .p-stepForm__inputIcnWrap {
    margin: 0 0 10px;
  }

  .p-stepForm__inputSingle,
  .p-stepForm__txtFiledBirth {
    width: 100%;
  }

  .p-stepForm__inputHeight {
    height: 56px;
    border: 1px solid #FF919B;
    border-radius: 12px;
  }

  .p-stepForm__txtFiledBirth {
    gap: 8px;
  }

  .p-stepForm__txtFiledBirth .p-stepForm__inputTxtBirth {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .p-stepForm__txtFiledBirth .p-stepForm__labelInput--birth {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }

  .p-stepForm__messageInfo,
  .p-stepForm__terms {
    font-size: 12px;
  }

  .p-stepForm__footer {
    width: 100%;
    margin-top: 0;
    background: transparent;
    border-top: .5px solid #d8d8d8;
  }

  .p-stepForm__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 5% 32px;
    padding: 10px 0;
    line-height: 1;
  }

  .p-stepForm__hiddenBtn {
    flex: 2 1 0;
    width: auto;
    margin: 0;
  }

  .p-stepForm__btn {
    z-index: 202;
  }

  .p-stepForm__btn--next {
    width: 100%;
    height: 50px;
    padding: 0 8px;
    font-size: 16px;
    border-radius: 8px;
  }

  .p-stepForm__btn--prev {
    position: static;
    flex: 0 0 82px;
    width: 82px;
    height: 42px;
    margin: 0;
    color: #4D4D4D;
    font-size: 11px;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #4D4D4D;
    border-radius: 8px;
    transform: none;
  }

  .p-stepForm__btn--multi {
    width: 100%;
    height: 64px;
    background: linear-gradient(180deg, #FF7AA2 0%, #F85888 100%);
  }

  .p-stepForm__btn--multi.is-disabled {
    background: #d8d8d8;
  }

  .p-stepForm__contactMethods {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 14px;
    min-height: 0;
  }

  .p-stepForm__contactMethod {
    height: auto;
    gap: 7px;
    font-size: 14px;
    background-color: transparent;
  }

  .p-stepForm__contactCheck {
    width: 19px;
    height: 19px;
  }

  .p-stepForm__contactMethod:not(.p-stepForm__input--notSelected) .p-stepForm__contactCheck::after {
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
  }

  .p-stepForm__btnNote {
    font-size: 11px;
  }

  .p-stepForm__btnMain {
    font-size: 22px;
  }

  .p-stepForm__contactMethod.p-stepForm__input--notSelected {
    background-color: transparent;
    border-color: transparent;
  }

  .p-stepForm__agreementLinks {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 11px;
  }

  .p-stepForm__info {
    display: block;
    padding: 8px;
    color: #FF919B;
    line-height: 1;
    text-align: right;
    background-color: #fff;
  }

  .p-complete {
    padding: 26px 16px 34px;
  }

  .p-complete__title {
    font-size: 30px;
  }

  .p-complete__check {
    width: 72px;
    height: 72px;
    margin: 18px auto 24px;
  }

  .p-complete__check::before {
    top: 23px;
    left: 21px;
    width: 32px;
    height: 19px;
    border-width: 0 0 4px 4px;
  }

  .p-complete__card {
    display: block;
    min-height: 0;
    padding-top: 28px;
    text-align: center;
  }

  .p-complete__message {
    width: 100%;
    padding: 0 24px;
  }

  .p-complete__thanks {
    width: 100%;
    font-size: 25px;
    line-height: 1.5;
    white-space: normal;
  }

  .p-complete__lead {
    width: 100%;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8;
  }

  .p-complete__advisor {
    width: 180px;
    height: 176px;
    margin: 14px auto 0;
    padding: 0;
    overflow: hidden;
  }

  .p-complete__advisor img {
    width: 132px;
    margin: 0 auto;
  }

  .p-complete__contact {
    padding: 18px 16px 22px;
  }

  .p-complete__contactLead {
    font-size: 18px;
  }

  .p-complete__contactLead span {
    padding: 0 34px;
  }

  .p-complete__contactLead span::before,
  .p-complete__contactLead span::after {
    width: 26px;
  }

  .p-complete__mailBtn {
    grid-template-columns: 48px minmax(0, auto);
    padding: 12px 14px 13px;
    border-radius: 10px;
    box-shadow: none;
  }

  .p-complete__mailIcon {
    width: 38px;
    height: 28px;
    border-width: 3px;
  }

  .p-complete__mailIcon::before,
  .p-complete__mailIcon::after {
    top: 3px;
    width: 23px;
    height: 3px;
  }

  .p-complete__mailText {
    font-size: 17px;
  }

  .p-complete__mailAddress {
    font-size: 12px;
  }

  .p-footer__block,
  .p-footer__nav {
    width: 100%;
    max-width: 100%;
  }

  .p-footer {
    padding: 8px 16px 16px;
    background-color: #FF919B;
  }

  .p-footer__block {
    display: block;
    padding: 0;
  }

  .p-footer__nav {
    line-height: 1.4;
  }

  .p-footer__navItem {
    margin: 0 4px;
    font-size: 12px;
  }

  .p-footer__copyright {
    padding-bottom: 0;
    font-size: 10px;
    line-height: 1.6;
    background: transparent;
  }
}

@media (max-width: 640px) {
  .p-complete {
    padding: 30px 16px 38px;
  }

  .p-complete__title {
    font-size: 36px;
  }

  .p-complete__check {
    width: 86px;
    height: 86px;
    margin: 22px auto 28px;
  }

  .p-complete__check::before {
    top: 28px;
    left: 25px;
    width: 38px;
    height: 22px;
    border-width: 0 0 5px 5px;
  }

  .p-complete__card {
    display: block;
    min-height: 0;
    padding-top: 28px;
    text-align: center;
  }

  .p-complete__message {
    padding: 0 24px 0;
  }

  .p-complete__thanks {
    font-size: 32px;
    line-height: 1.5;
  }

  .p-complete__lead {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.8;
  }

  .p-complete__advisor {
    width: 220px;
    margin: 18px auto 0;
    padding: 0;
  }

  .p-complete__advisor img {
    width: 220px;
    margin: 0 auto;
  }

  .p-complete__contact {
    padding: 22px 16px 26px;
  }

  .p-complete__contactLead {
    font-size: 22px;
  }

  .p-complete__contactLead span {
    padding: 0 34px;
  }

  .p-complete__contactLead span::before,
  .p-complete__contactLead span::after {
    width: 26px;
  }

  .p-complete__mailBtn {
    grid-template-columns: 48px minmax(0, auto);
    padding: 13px 14px 14px;
    border-radius: 10px;
    box-shadow: 0 6px 0 rgba(214, 71, 111, .22);
  }

  .p-complete__mailIcon {
    width: 38px;
    height: 28px;
    border-width: 3px;
  }

  .p-complete__mailIcon::before,
  .p-complete__mailIcon::after {
    top: 3px;
    width: 23px;
    height: 3px;
  }

  .p-complete__mailText {
    font-size: 20px;
  }

  .p-complete__mailAddress {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  body.page-entry {
    --sp-header-height: 60px;
    --sp-footer-height: 57px;
    --sp-bg-height: 354.56vw;
    --sp-bg-position-y: var(--sp-header-height);
    --sp-date-font-size: 15.47vw;
    --sp-date-area-height: calc(37px + var(--sp-date-font-size) + 24px);
    --sp-viewport-height: 100dvh;
    --sp-modal-max-height: calc(var(--sp-viewport-height) - var(--sp-header-height) - var(--sp-date-area-height) - 6px - env(safe-area-inset-bottom, 0px));
    --sp-modal-max-height-after-step0: calc(var(--sp-viewport-height) - var(--sp-header-height) - 14px - env(safe-area-inset-bottom, 0px));
    --sp-modal-area-height: calc(var(--sp-viewport-height) - var(--sp-header-height) - env(safe-area-inset-bottom, 0px));
    overflow-x: hidden;
  }

  @supports not (height: 100dvh) {
    body.page-entry {
      --sp-viewport-height: 100svh;
    }
  }

  .page-entry .l-header,
  .page-entry .l-footer {
    filter: grayscale(35%) brightness(.72);
  }

  .page-entry .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 300;
  }

  .page-entry .l-footer {
    position: relative;
    z-index: 10;
    padding-top: 0;
    background-color: #FF919B;
    border-top: 0;
    box-shadow: 0 -1px 0 #FF919B;
  }

  .page-entry .l-footer::before {
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #FF919B;
    content: "";
  }

  .page-entry .p-footer {
    background-color: #FF919B;
    box-shadow: none;
  }

  .page-entry .p-footer__copyright {
    background-color: transparent;
  }

  .page-entry .p-spMv {
    display: none;
  }

  .page-entry .l-wrapper {
    position: relative;
    min-height: var(--sp-viewport-height);
    overflow: visible;
    background-color: #777;
    background-image: none;
  }

  .page-entry .l-container {
    position: relative;
    z-index: 1;
    min-height: calc(var(--sp-bg-height) + var(--sp-header-height));
    padding-top: calc(var(--sp-header-height) + var(--sp-date-area-height));
    overflow: visible;
    background: url("./assets/sp-background.jpg") center var(--sp-bg-position-y) / 100% auto no-repeat;
    -webkit-overflow-scrolling: touch;
  }

  .page-entry .l-container:has(.p-stepForm__stepWrap:not([data-current-step="0"])) {
    padding-top: 0;
  }

  .page-entry .l-container:has(.p-stepForm__stepWrap[data-current-step="1"]) {
    background-position: center center;
  }

  .page-entry .l-container:has(.p-stepForm__stepWrap[data-current-step="2"]),
  .page-entry .l-container:has(.p-stepForm__stepWrap[data-current-step="3"]),
  .page-entry .l-container:has(.p-stepForm__stepWrap[data-current-step="4"]) {
    background-position: center var(--sp-bg-position-y);
  }

  .page-entry .l-container::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: rgba(0, 0, 0, .36);
    content: "";
  }

  .page-entry .p-bgDateVisual {
    position: absolute;
    top: calc(var(--sp-header-height) + 37px);
    left: 3.7vw;
    z-index: 1;
    display: inline-flex;
    align-items: baseline;
    gap: 3.1vw;
    color: #FF5A87;
    font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Rounded Mplus 1c", sans-serif;
    font-weight: 900;
    line-height: .9;
    letter-spacing: 0;
    pointer-events: none;
  }

  .page-entry .p-bgDateVisual__date,
  .page-entry .p-bgDateVisual__latest {
    position: relative;
    display: inline-block;
  }

  .page-entry .p-bgDateVisual__date {
    font-size: var(--sp-date-font-size);
    white-space: nowrap;
  }

  .page-entry .p-bgDateVisual__latest {
    font-size: 8vw;
    white-space: nowrap;
  }

  .page-entry .p-bgDateVisual__date::before,
  .page-entry .p-bgDateVisual__latest::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: .9vw #fff;
    text-stroke: .9vw #fff;
    content: attr(data-text);
  }

  .page-entry .l-section,
  .page-entry .l-contentFull {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    overflow: visible;
    pointer-events: none;
  }

  .page-entry .p-stepForm:has(.p-stepForm__stepWrap[data-current-step="0"]) {
    justify-content: flex-start;
    padding: 8px 0 max(12px, env(safe-area-inset-bottom, 0px));
  }

  .page-entry .p-stepForm:has(.p-stepForm__stepWrap:not([data-current-step="0"])) {
    justify-content: center;
    box-sizing: border-box;
    min-height: var(--sp-viewport-height);
    padding-top: calc(var(--sp-header-height) + 8px);
    padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
  }

  .page-entry .p-stepForm {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 0;
    background: transparent;
    pointer-events: none;
  }

  .page-entry .p-stepForm__stepWrap[data-current-step="0"] {
    flex: 1 1 auto;
    max-height: none;
  }

  .page-entry .p-stepForm__stepWrap:not([data-current-step="0"]) {
    flex: 0 1 auto;
    max-height: none;
  }

  .page-entry .p-stepForm__stepWrap {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(100% - 28px);
    max-width: 430px;
    min-height: 0;
    margin: 0 auto;
    overflow: visible;
    background-color: #F0F0EB;
    border: 3px solid #FF919B;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(77, 77, 77, .16);
    pointer-events: auto;
  }

  .page-entry .p-formGuide {
    z-index: 210;
  }

  .page-entry .p-stepForm__stepBarSp {
    flex: 0 0 auto;
    margin: -3px -3px 0;
    padding: 7px 12px;
    background: #FF919B;
    border-radius: 8px 8px 0 0;
  }

  .page-entry .p-stepForm__body {
    flex: 0 0 auto;
    min-height: 0;
    padding: 6px 5%;
    overflow-x: hidden;
    overflow-y: visible;
    overscroll-behavior: auto;
    background-color: #F0F0EB;
    -webkit-overflow-scrolling: auto;
  }

  .page-entry .p-stepForm__step,
  .page-entry .p-stepForm__stepTwoItem {
    padding: 0;
  }

  .page-entry .p-stepForm__stepTtl,
  .page-entry .p-stepForm__labelTwoLine .p-stepForm__stepTtl,
  .page-entry .p-stepForm__labelItem .p-stepForm__stepTtl,
  .page-entry .p-stepForm__stepTtl--twoItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-height: 32px;
    margin: 0 0 5px;
    padding: 4px 10px;
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    background-color: transparent;
    border-radius: 0;
  }

  .page-entry .p-stepForm__panel[data-step="0"] .p-stepForm__stepTtl {
    font-size: 15px;
  }

  .page-entry .p-stepForm__spLineBreak {
    display: block;
  }

  .page-entry .p-stepForm__panel[data-step="0"] .p-stepForm__img {
    height: 46px;
    max-width: 58px;
    margin-bottom: 0;
  }

  .page-entry .p-stepForm__panel[data-step="0"] .p-stepForm__img img {
    display: block;
    max-height: 46px;
    object-fit: contain;
    object-position: top center;
  }

  .page-entry .p-stepForm__panel[data-step="0"] .p-stepForm__input:not(.p-stepForm__input--textOnly) {
    height: 82px;
    padding: 2px 0 4px;
  }

  .page-entry .p-stepForm__panel[data-step="0"] .p-stepForm__input--textOnly {
    min-height: 38px;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__stepTwoItem + .p-stepForm__stepTwoItem {
    margin-top: 8px;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap {
    margin: 0 4%;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__input,
  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__input:not(.p-stepForm__input--textOnly) {
    height: 96px;
    padding: 4px 0 6px;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__img,
  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__img {
    width: 66px;
    height: 58px;
    max-width: 66px;
    margin-bottom: 2px;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__img img,
  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__img img {
    max-width: 66px;
    max-height: 58px;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="timing"] .p-stepForm__img img {
    width: auto;
    height: 58px;
    max-width: 86px;
    max-height: none;
    object-fit: contain;
  }

  .page-entry .p-stepForm__img--workstyleDispatch img {
    width: auto;
    height: 58px;
    max-width: 86px;
    max-height: none;
    object-fit: contain;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputTxt,
  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__input--notSelected .p-stepForm__inputTxt {
    font-size: 14px;
    line-height: 1.3;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="timing"] .p-stepForm__input {
    height: 96px;
    padding: 4px 0 6px;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="timing"] .p-stepForm__img {
    width: 66px;
    height: 58px;
    max-width: 66px;
    margin-bottom: 2px;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="timing"] .p-stepForm__img img {
    width: auto;
    height: 58px;
    max-width: 86px;
    max-height: none;
    object-fit: contain;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="timing"] .p-stepForm__inputTxt,
  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="timing"] .p-stepForm__input--notSelected .p-stepForm__inputTxt {
    font-size: 14px;
    line-height: 1.3;
  }

  .page-entry .p-stepForm__label {
    flex: 0 0 auto;
  }

  .page-entry .p-stepForm__inputWrap {
    margin: 0 4%;
  }

  .page-entry .p-stepForm__footer {
    flex: 0 0 auto;
    background-color: #F0F0EB;
    border-top: 0;
  }

  .page-entry .p-stepForm__actions {
    margin: 0 5% max(18px, calc(12px + env(safe-area-inset-bottom, 0px)));
    padding: 6px 0 0;
  }

  .page-entry .p-stepForm__panel[data-step="3"] .p-stepForm__step,
  .page-entry .p-stepForm__panel[data-step="4"] .p-stepForm__step {
    min-height: 0;
    padding-bottom: 0;
  }

  .page-entry .p-stepForm__panel[data-step="4"] .p-stepForm__privateTxt {
    margin-bottom: 8px;
  }

  .page-entry .p-stepForm__panel[data-step="4"] .p-stepForm__labelTwoLine {
    margin-bottom: 6px;
  }

  .page-entry .p-stepForm__panel[data-step="4"] .p-stepForm__labelTwoLine:last-of-type {
    margin-bottom: 0;
  }

  .page-entry .p-stepForm__stepWrap[data-current-step="4"] .p-stepForm__agreementLinks {
    margin: 8px 0 10px;
    font-size: 11px;
  }

  .page-entry .p-stepForm__stepWrap[data-current-step="4"] .p-stepForm__actions {
    flex-direction: column;
    gap: 10px;
    margin: 0 5% max(14px, calc(10px + env(safe-area-inset-bottom, 0px)));
    padding-top: 0;
  }

  .page-entry .p-stepForm__stepWrap[data-current-step="4"] .p-stepForm__hiddenBtn {
    order: 1;
    width: 100%;
  }

  .page-entry .p-stepForm__stepWrap[data-current-step="4"] .p-stepForm__btn--prev {
    flex: 0 0 auto;
    order: 2;
    width: 86px;
    height: 36px;
  }

  .page-entry .p-stepForm__info {
    display: none;
    background-color: transparent;
  }
}

@media (max-width: 640px) and (max-height: 720px) {
  body.page-entry {
    --sp-modal-max-height-after-step0: calc(var(--sp-viewport-height) - var(--sp-header-height) - 16px - env(safe-area-inset-bottom, 0px));
  }

  .page-entry .p-stepForm:has(.p-stepForm__stepWrap[data-current-step="0"]) {
    padding: 8px 0 12px;
  }

  .page-entry .p-stepForm:has(.p-stepForm__stepWrap:not([data-current-step="0"])) {
    padding: calc(var(--sp-header-height) + 8px) 0 12px;
  }

  .page-entry .p-stepForm__stepBarSp {
    padding: 5px 10px;
  }

  .page-entry .p-stepForm__body {
    padding: 4px 5%;
  }

  .page-entry .p-stepForm__panel[data-step="0"] .p-stepForm__img {
    height: 42px;
    max-width: 54px;
  }

  .page-entry .p-stepForm__panel[data-step="0"] .p-stepForm__img img {
    max-height: 42px;
  }

  .page-entry .p-stepForm__panel[data-step="0"] .p-stepForm__input:not(.p-stepForm__input--textOnly) {
    height: 76px;
    padding: 2px 0 3px;
  }

  .page-entry .p-stepForm__stepTtl,
  .page-entry .p-stepForm__labelTwoLine .p-stepForm__stepTtl,
  .page-entry .p-stepForm__labelItem .p-stepForm__stepTtl,
  .page-entry .p-stepForm__stepTtl--twoItem {
    min-height: 24px;
    margin-bottom: 3px;
    padding: 2px 8px;
    font-size: 13px;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__stepTwoItem + .p-stepForm__stepTwoItem {
    margin-top: 5px;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__input,
  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__input:not(.p-stepForm__input--textOnly) {
    height: 96px;
    padding: 4px 0 6px;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__img,
  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__img {
    width: 66px;
    height: 58px;
    max-width: 66px;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__img img,
  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__img img {
    max-width: 66px;
    max-height: 58px;
  }

  .page-entry .p-stepForm__img--workstyleDispatch img {
    width: auto;
    height: 58px;
    max-width: 86px;
    max-height: none;
    object-fit: contain;
  }

  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__inputTxt,
  .page-entry .p-stepForm__panel[data-step="1"] .p-stepForm__input--notSelected .p-stepForm__inputTxt {
    font-size: 14px;
  }

  .page-entry .p-stepForm__actions {
    margin-bottom: 12px;
    padding-top: 4px;
  }

  .page-entry .p-stepForm__btn--next {
    height: 42px;
  }

  .page-entry .p-stepForm__btn--prev {
    height: 36px;
  }
}

/* WordPress static pages */
.p-staticPage {
  display: flex;
  flex-direction: column;
}

.p-staticPage .l-header {
  flex-shrink: 0;
}

.p-staticPage__main {
  flex: 1 0 auto;
  padding: 52px 16px 64px;
}

.p-staticPage__inner {
  width: min(960px, 100%);
  margin: 0 auto;
}

.p-staticPage__heading {
  margin-bottom: 26px;
  color: #4D4D4D;
  text-align: center;
}

.p-staticPage__title {
  position: relative;
  display: inline-block;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.p-staticPage__lead {
  margin-top: 14px;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.p-staticPage__card {
  padding: 44px 54px;
  color: #4D4D4D;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(95, 94, 86, .08);
}

.p-staticPage__company {
  margin: 0;
  border-top: 1px solid #F1D7DB;
}

.p-staticPage__companyRow {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-bottom: 1px solid #F1D7DB;
}

.p-staticPage__company dt,
.p-staticPage__company dd {
  margin: 0;
  padding: 18px 0;
  font-size: 16px;
  line-height: 1.7;
}

.p-staticPage__company dt {
  color: #E85F73;
  font-weight: 800;
}

.p-staticPage__company dd {
  font-weight: 700;
}

.p-staticPage__map {
  margin-top: 32px;
  overflow: hidden;
  border-radius: 8px;
}

.p-staticPage__article {
  font-size: 15px;
  line-height: 2;
}

.p-staticPage__section + .p-staticPage__section {
  margin-top: 30px;
}

.p-staticPage__section h2 {
  margin: 0 0 10px;
  padding-left: 14px;
  color: #4D4D4D;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  border-left: 4px solid #FF919B;
}

.p-staticPage__section p {
  margin-top: 8px;
}

.p-staticPage__back {
  margin-top: 28px;
  text-align: center;
}

.p-staticPage__back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 46px;
  padding: 0 28px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(180deg, #FF7AA2 0%, #F85888 100%);
  border-radius: 8px;
}

.p-staticPage__back a:hover {
  color: #fff;
  filter: brightness(1.04);
}


@media (max-width: 640px) {
  .p-staticPage__main {
    padding: 34px 16px 42px;
  }

  .p-staticPage__title {
    font-size: 30px;
  }

  .p-staticPage__lead {
    font-size: 14px;
    line-height: 1.7;
  }

  .p-staticPage__card {
    padding: 26px 18px;
  }

  .p-staticPage__companyRow {
    display: block;
    padding: 16px 0;
  }

  .p-staticPage__company dt,
  .p-staticPage__company dd {
    padding: 0;
    font-size: 14px;
  }

  .p-staticPage__company dd {
    margin-top: 6px;
  }

  .p-staticPage__map iframe {
    height: 280px;
  }

  .p-staticPage__article {
    font-size: 14px;
    line-height: 1.9;
  }

  .p-staticPage__section + .p-staticPage__section {
    margin-top: 24px;
  }

  .p-staticPage__section h2 {
    font-size: 18px;
  }
}

/* PC: step 2 (timing/workstyle) layout */
@media (min-width: 641px) {
  .l-wrapper {
    min-height: auto;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__step {
    min-height: 0;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__stepTwoItem + .p-stepForm__stepTwoItem {
    margin-top: 24px;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="timing"] .p-stepForm__input,
  .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__input {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="timing"] .p-stepForm__input {
    flex: 0 0 172px;
    width: 172px;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="workstyle"] .p-stepForm__input {
    flex: 0 0 220px;
    width: 220px;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="timing"],
  .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="workstyle"] {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="timing"] {
    justify-content: space-between;
    gap: 14px 0;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="workstyle"] {
    justify-content: center;
    gap: 14px 18px;
  }

  .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="timing"]::after,
  .p-stepForm__panel[data-step="1"] .p-stepForm__inputWrap[data-choice-group="workstyle"]::after {
    content: none;
  }
}
