@charset "UTF-8";
html {
  min-height: 100%;
  position: relative;
}

/*共通*/
body {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.03em;
  position: relative;
  width: 375px;
  margin: 0 auto;
  min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
  padding-bottom: 70px;
  box-sizing: border-box; /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
  /*最初のモーダル*/
  /*はじめは非表示*/
  /*共通ヘッダー*/
  /*TOPページ*/
  /*TOPページのスライダー*/
  /*共通フッター*/
  /*フッターのモーダル*/
  /*hideエリアをはじめは非表示*/
  /*STEPページ*/
}
body #firstModal {
  display: none;
}
body #secondModal {
  display: none;
}
body .img-w100 {
  width: 100%;
}
body .modaal-content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px 12px;
}
body .modaal-container {
  box-shadow: none;
  max-width: 270px;
}
body .modaal-container p {
  font-family: "Noto Sans JP", sans-serif;
}
body .modaal-container .subttl {
  color: #BF506B;
  border-radius: 100px;
  background-color: #F9EEF0;
  text-align: center;
  font-size: 9px;
  padding: 2px 15px;
  display: inline-block;
}
body .modaal-container .ttl {
  margin: 22px 0;
  font-size: 17px;
}
body .modaal-container .btns--pink {
  background-color: #DF6D9D;
  color: white;
  border-radius: 3px;
  width: 216px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 0px 0px #BF506B;
  font-size: 17px;
}
body .modaal-container .btns--blue {
  background-color: #7DBADF;
  color: white;
  border-radius: 3px;
  width: 216px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 0px 0px #0089BC;
  margin-top: 9px;
  font-size: 17px;
}
body .modaal-overlay {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
body header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 10px;
}
body header img {
  height: 19px;
}
body header p {
  font-size: 8px;
}
body .fv {
  height: 155px;
  background-image: url("../img/fv.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 15px;
  display: flex;
}
body .fv__txt {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
body .fv__txt__muryou {
  color: #DF6D9D;
  font-size: 19px;
}
body .fv__txt__date {
  display: flex;
  align-items: baseline;
  margin-top: 3px;
}
body .fv__txt__date p {
  color: #00C7DF;
  font-size: 27px;
  line-height: 1;
}
body .fv__txt__date .date {
  font-size: 50px;
  font-family: "Rubik", sans-serif;
  line-height: 1;
}
body .fv__txt__syoukai {
  font-size: 19px;
}
body .slider {
  padding-top: 80px;
}
body .slider__kyujin .kyujinBox {
  width: 98px;
  height: 98px;
  background-color: #F0F1F1;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
}
body .slider__kyujin .kyujinBox .subttl {
  color: #00C7DF;
  font-size: 6px;
  margin-top: 4px;
}
body .slider__kyujin .kyujinBox .ttl {
  font-size: 6px;
}
body .slider__kyujin .kyujinBox .salary {
  font-size: 6px;
}
body .slider__kyujin .kyujinBox .salary span {
  color: #DF6D9D;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
body .slider__kyujin img {
  width: 88px;
}
body footer {
  position: absolute;
  height: 70px;
  bottom: 0;
  width: 100%;
}
body footer .footer__date {
  background-color: #F3EFE9;
  display: flex;
  height: 20px;
  justify-content: end;
  align-items: center;
  margin-top: 10px;
}
body footer .footer__date p {
  color: #BF506B;
  font-size: 10px;
  margin-right: 10px;
}
body footer .footer__date .date {
  margin-right: 0;
}
body footer .footer__bottom {
  background-color: #5E5852;
  height: 50px;
  padding: 10px 0;
}
body footer .footer__bottom p {
  color: white;
  font-size: 7px;
  text-align: center;
}
body footer .footer__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 34px;
}
body footer .footer__menu p {
  padding: 0 32px;
}
body footer .footer__menu .center {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
body .hide-area {
  display: none;
}
body .footerModal {
  width: 100px;
}
body .footerH2 {
  color: #DF6D9D;
  position: relative;
  padding-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
body .footerH2::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 17px;
  top: 3px;
  left: 0px;
  background-image: url("../img/paper.png");
  background-repeat: no-repeat;
  background-size: contain;
}
body .footerH3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  margin: 8px 0;
}
body ol {
  list-style-type: none;
}
body ol li {
  counter-increment: cnt;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
body .kiyaku__list li:before {
  content: "(" counter(cnt) ") ";
}
body .kojin__list li::before {
  content: "" counter(cnt) ". ";
}
body .footerP {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}
body .footerTable {
  border-spacing: 0;
}
body .footerTable td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  padding: 5px;
}
body .footerTable table, body .footerTable td, body .footerTable th {
  border: 1px solid #595959;
  border-collapse: collapse;
  border-right: 0px;
  border-bottom: 0px;
}
body .footerTable .borderRight {
  border-right: 1px solid #595959;
}
body .footerTable .borderBottom {
  border-bottom: 1px solid #595959;
}
body .footerTable .footerTableTtl {
  background-color: #e2e2e2;
}
body .mailLink {
  font-size: 12px;
}
body .step {
  border-top: solid 5px #F3EFE9;
  /*STEP01*/
  /*ページャー*/
  /*STEP02*/
  /*STEP03*/
  /*STEP04*/
  /*STEP05*/
  /*確認ページ*/
  /*Thanksページ*/
}
body .step .stepBar {
  width: 350px;
  margin: 10px auto;
}
body .step .step__wrapper {
  width: 350px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
}
body .step .step__wrapper h2 {
  font-size: 15px;
  position: relative;
  padding-left: 12px;
  margin-bottom: 20px;
}
body .step .step__wrapper h2:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #00C7DF;
  position: absolute;
  left: 0px;
  top: 8px;
  margin: auto;
}
body .step .step__wrapper h3 {
  color: #C8A14D;
  background-color: #F3EFE9;
  font-size: 15px;
  text-align: center;
  border-radius: 3px;
  padding: 3px 0;
  margin-bottom: 10px;
}
body .step .step__wrapper .h2--mg {
  margin-bottom: 14px;
  margin-top: 7px;
}
body .step .step__wrapper .h2--mg12 {
  margin-bottom: 12px;
  margin-top: 21px;
}
body .step .step__wrapper .h2--mail {
  color: #999999;
}
body .step .step__wrapper .h2--mail::before {
  background: #999999;
}
body .step .step__wrapper form {
  position: relative;
}
body .step .step__wrapper form label {
  cursor: pointer;
}
body .step .step__wrapper form input[type=radio] {
  visibility: hidden;
  height: 0;
  position: absolute;
}
body .step .step__wrapper form input[type=checkbox] {
  visibility: hidden;
  height: 0;
  position: absolute;
}
body .step .step__commonBox {
  border-radius: 5px;
  border: solid #4D4D4D 1px;
  box-shadow: 0 0px 2px rgba(127, 127, 127, 0.5), inset 0 0px 2px rgba(127, 127, 127, 0.5);
  align-items: center;
  display: flex;
  padding-left: 13px;
  transition: all 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
body .step .step__commonBox p {
  font-size: 13px;
  text-align: center;
  display: inline-block;
}
body .step .step__commonBox:hover {
  background-color: #DF6D9D;
}
body .step .step__commonBox:hover p {
  color: white;
}
body .step .checked .step__commonBox {
  background-color: #DF6D9D;
}
body .step .checked .step__commonBox p {
  color: white;
}
body .step .step__wrapper__container1 {
  display: flex;
  margin-bottom: 10px;
}
body .step .step__wrapper__container1.step02 {
  gap: 10px;
}
body .step .step__occupation--stylist {
  width: 169px;
  margin-right: 8px;
  background-image: url("../img/stylist09131323.png");
  height: 100px;
}
body .step .step__occupation--chuto {
  width: 169px;
  background-image: url("../img/chuto09131327.png");
  height: 100px;
}
body .step .step__occupation--shinsotsu {
  width: 100%;
  background-image: url("../img/shinsotsu09131327.png");
  height: 77px;
  background-position: right 14px center;
  padding-left: 64px;
  margin-bottom: 10px;
}
body .step .step__occupation--eyelist {
  width: 169px;
  margin-right: 8px;
  background-image: url("../img/eyelist09131328.png");
  height: 100px;
}
body .step .step__occupation--nailist {
  width: 169px;
  background-image: url("../img/nailist09131328.png");
  height: 100px;
}
body .step .step__occupation--colorist {
  width: 169px;
  margin-right: 8px;
  background-image: url("../img/colorist.png");
  height: 66px;
}
body .step .step__occupation--other {
  width: 169px;
  background-image: url("../img/other.png");
  height: 66px;
}
body .step .lineBanner {
width: 80%;
margin: 0 auto;
padding-top: 20px;
}
body .step .step__pager {
  display: flex;
  margin-top: 25px;
}
body .step .step__pager p {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
}
body .step .step__pager button {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
body .step .step__pager__prev {
  margin-right: auto;
}
body .step .step__status {
  width: 169px;
  height: 65px;
  justify-content: center;
  padding: 0;
}
body .step .step__status:first-child {
  margin-right: 10px;
}
body .step .postCodeTtl {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}
body .step .postCodeBox {
  width: 100%;
  background-color: #FFFFC3;
  border-radius: 4px;
  border: 1px solid #DF6D9D;
  padding-left: 40px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  height: 56px;
}
body .step .postCodeBox:focus {
  background-color: #FFFFFF;
}
body .step .postCodeBox::-moz-placeholder {
  color: 555555;
  opacity: 0.5;
  font-size: 15px;
}
body .step .postCodeBox::placeholder {
  color: 555555;
  opacity: 0.5;
  font-size: 15px;
}
body .step .postCodeBoxWrapper {
  position: relative;
}
body .step .postCodeBoxWrapper .p-region {
  text-align: center;
  padding: 5px;
  width: 100%;
}
body .step .postCodeBoxWrapper .p-region:focus {
  border: none;
}
body .step .postCodeBoxWrapper::before {
  content: "〒";
  color: #8E9092;
  display: block;
  position: absolute;
  left: 9px;
  top: 13px;
  margin: auto;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
body .step .postCodeHere {
  background-color: #E6E6E6;
  color: #555555;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 30px;
  text-align: center;
  margin: 15px auto 0 auto;
  cursor: pointer;
  padding: 5px;
}
body .step .nameBox {
  width: 100%;
  background-color: #FFFFC3;
  border-radius: 4px;
  border: 1px solid #DF6D9D;
  padding-left: 11px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  height: 56px;
}
body .step .nameBox:focus {
  background-color: #FFFFFF;
}
body .step .nameBox::-moz-placeholder {
  color: 555555;
  opacity: 0.5;
  font-size: 15px;
}
body .step .nameBox::placeholder {
  color: 555555;
  opacity: 0.5;
  font-size: 15px;
}
body .step .birthdayWrapper {
  display: flex;
  align-items: flex-end;
}
body .step .birthdayWrapper p {
  margin: 0 6px;
}
body .step .yearBox {
  width: 89px;
  background-color: #FFFFC3;
  border-radius: 4px;
  border: 1px solid #DF6D9D;
  padding-left: 11px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  height: 56px;
}
body .step .yearBox:focus {
  background-color: #FFFFFF;
}
body .step .monthBox {
  width: 62px;
  background-color: #FFFFC3;
  border-radius: 4px;
  border: 1px solid #DF6D9D;
  padding-left: 11px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  height: 56px;
}
body .step .monthBox:focus {
  background-color: #FFFFFF;
}
body .step .dayBox {
  width: 62px;
  background-color: #FFFFC3;
  border-radius: 4px;
  border: 1px solid #DF6D9D;
  padding-left: 11px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  height: 56px;
}
body .step .dayBox:focus {
  background-color: #FFFFFF;
}
body .step .phoneWrapper {
  position: relative;
}
body .step .phoneWrapper .phoneBox {
  width: 100%;
  background-color: #FFFFC3;
  border-radius: 4px;
  border: 1px solid #DF6D9D;
  padding-left: 11px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  height: 56px;
}
body .step .phoneWrapper .phoneBox:focus {
  background-color: #FFFFFF;
}
body .step .phoneWrapper .phoneBox::-moz-placeholder {
  font-size: 15px;
}
body .step .phoneWrapper .phoneBox::placeholder {
  font-size: 15px;
}
body .step .phoneWrapper .countdown {
  background-color: #F0F0F0;
  color: #555555;
  position: absolute;
  top: -10px;
  right: 0px;
  font-size: 8px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 2px 11px;
  border-radius: 100px;
}
body .step .mailBox {
  background-color: white;
  border: 1px solid #999999;
  border-radius: 4px;
  padding-left: 11px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  height: 56px;
  width: 100%;
}
body .step .confirmTtl {
  margin: 18px auto 0 auto;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
body .step table {
  border-collapse: collapse;
  width: 100%;
}
body .step tr {
  border-bottom: solid #F6F6F6 2px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 0;
}
body .step td {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
body .step .tableTtl {
  position: relative;
  padding-left: 12px;
  width: 130px;
}
body .step .tableTtl::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #00C7DF;
  position: absolute;
  left: 0px;
  top: 7px;
  margin: auto;
}
body .step .tableContent {
  padding-left: 10px;
  overflow-wrap: anywhere;
  width: 210px;
}
body .step .btn {
  background-image: url("../img/btn.gif");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 210px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0 auto;
  padding-bottom: 8px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
}
body .step .thanksBar {
  margin-top: 38px;
}
body .step .thanksTtl {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 41px;
  line-height: 1;
}
body .step .thanksText {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 31px;
}
body .step .lineQr {
  width: 115px;
  height: 115px;
  margin: 25px auto 0 auto;
}
body .recommend {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 143px;
}
body .recommend span {
  color: #DF6D9D;
}
body .slider--recommend {
  padding-top: 19px;
}
body .box-relative {
  position: relative;
}
@keyframes finger {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-15px, 0px);
  }
  75% {
    transform: translate(0px, 0px);
  }
}
body .box-relative .hand-ico {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: 9999;
  pointer-events: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  background: url(/img/hand.png) 0% 0%/contain no-repeat;
  transition: 0.5s ease-out;
  animation: 2.5s linear 0s infinite normal none running finger;
}
body input:focus {
  background-color: #FFFFFF;
}
body .select-area {
  display: none;
}
body .select-area select {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  height: 40px;
  border-bottom: 1px solid;
  padding: 5px 0;
  cursor: pointer;
  margin-top: 10px;
}
body .error {
  display: none;
  color: red;
  border: 1px solid red;
  padding: 5px;
  line-height: 1;
  font-size: 15px;
  margin-top: 5px;
}
body .error.show {
  display: block;
}

@media only screen and (max-width: 600px) {
  body .step .step__commonBox:hover {
    background-color: unset;
  }
  body .step .step__commonBox:hover p {
    color: #000000;
  }
  body .step .checked .step__commonBox {
    background-color: #DF6D9D;
  }
  body .step .checked .step__commonBox p {
    color: white;
  }
}/*# sourceMappingURL=style.css.map */