/*========================================

========================================*/





/*========================================
セクション
========================================*/

.c-section2__contents {
  position: relative;	
}

.c-section3 {
  margin-top: 24px;
}

.c-section3__contents {
  padding: 1.2rem 1.2rem 1.6rem;
  background-color: #ffffff;
  border-radius: 6px;
}

.c-section3__contents + .c-section3__contents {
  margin-top: 24px;
}

@media (min-width: 640px) {
  .c-section2 {
    padding: 24px 12px;
  }
}



/*========================================
見出し
========================================*/

.c-heading2 + *,
.c-heading2-group + *,
.c-heading3 + * {
  margin-top: 24px;
}



.c-heading2--type1 {
  padding: 0.9rem;
  color: #ffffff;
  font-size: 2.4rem;
  font-family: var(--marugothic);
  background: url(../img/title_background01.png),url(../img/title_background02.png),#5cc700;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 12px center,right,center;
  border-radius: 6px;
}

.c-heading3--type1 {
  color: var(--accent-color);
  font-size: 2.4rem;
  font-family: var(--marugothic);
  font-weight: normal;
  text-align: center;
}

@media (min-width: 870px) {
  .c-heading2--type1-sp {
    display: none;
  }
}

@media (max-width: 869px) {
  .c-heading2--type1 {
    display: none;
  }
  .c-heading2--type1-sp {
    padding: 1.2rem;
    color: #ffffff;
    font-size: 1.8rem;
    font-family: var(--marugothic);
    background: url(../img/title_background01.png),url(../img/title_background02.png),#5cc700;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left 12px center,right,center;
    border-radius: 6px;
  }
}

@media (max-width: 639px) {
  .c-heading2--type1-sp {
    padding: 0.9rem 0.6rem;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
    background: #5cc700;
    border-radius: 0;
  }
  .c-heading2--type1-sp + .c-section3 {
    margin-top: 0;
  }
}



/*========================================
カラム
========================================*/

.c-2columns,
.c-3columns {
  display: flex;
  margin-top: 12px;
  gap: 24px;
}

* .c-2columns:first-child,
* .c-3columns:first-child {
  margin-top: 0;
}

.c-2columns__container > *:first-child,
.c-3columns__container > *:first-child {
  margin-top: 0;
}

.c-2columns__container {
  width: calc((100% - 24px) / 2);
}

.c-3columns__container {
  width: calc((100% - 48px) / 3);
}

@media (max-width: 639px) {
  .c-2columns,
  .c-3columns {
    flex-direction: column;
  }
  .c-2columns__container {
    width: 100%;
  }
  .c-3columns__container {
    width: 100%;
  }
}




/*========================================

========================================*/

.c-text-emphasis01 {
  color: var(--text-emphasis-color);
}

* + .c-map {
  margin-top: 12px;
}

@media (min-width: 370px) {
  .c-newline-sp-s {
    display: none;
  }
}
@media (min-width: 640px) {
  .c-newline-sp {
    display: none;
  }
}

@media (max-width: 991px) {
  .c-newline-tb {
    display: inline-block;
  }
  .c-no-newline-tb {
    display: none;
  }
}

@media (max-width: 639px) {
  .c-newline-sp {
    display: inline-block;
  }
  .c-no-newline-sp {
    display: none;
  }
}





/*========================================
ヒーロー
========================================*/

@media (max-width: 639px) {
.p-hero {
    margin-top: 84px;
  }
.p-hero img {
    width: 100%;
  }
}




/*========================================

========================================*/

.c-recruitment-sample__body {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding-left: 0;
  margin: 6px auto 0;
  max-width: 924px;
  list-style-type: none;
}

@media (max-width: 639px) {
  .c-recruitment-sample {
    display: none;
  }
}



/*========================================

========================================*/

.c-2columns--main-contents {
  margin-top: 18px;
}

@media (max-width: 869px) {
  .c-2columns--main-contents {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media (max-width: 639px) {
  .c-2columns--main-contents {
    gap: 0;
    margin-top: 0;
  }
}



/*========================================

========================================*/

.c-2columns--main-contents .c-2columns__container:nth-of-type(1) {
  max-width: 296px;
}

.c-2columns--main-contents .c-2columns__container:nth-of-type(1) h3 {
  position: relative;
  padding-right: 50px;
}

.c-2columns--main-contents .c-2columns__container:nth-of-type(1) h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -26px;
  right: 0;
  z-index: 5;
  width: 60px;
  height: 94px;
  background-image: url("../img/person_01.png");
  background-size: contain;
}

.c-2columns--main-contents .c-2columns__container .c-heading3--type1 {
  font-size: 1.6rem;
  letter-spacing: -0.5px;
}

.c-2columns--main-contents .c-2columns__container:nth-of-type(1) h3 span {
  font-size: 2.1rem;
}

.c-flow {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 0;
  margin: 12px auto 0;
  max-width: 924px;
  list-style-type: none;
}

.c-flow::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background-image: url("../img/background_dotted01.png");
  background-size: 12px 6px;
}

.c-flow li {
  padding: 18px 0;
}

.c-flow li + li {
  border-top: solid 2px #eeeeee;
}

@media (max-width: 991px) {
  .c-2columns--main-contents .c-2columns__container .c-heading3--type1 {
    font-size: 1.6rem;
  }
  .c-2columns--main-contents .c-2columns__container:nth-of-type(1) h3 {
    padding-right: 40px;
  }
  .c-2columns--main-contents .c-2columns__container:nth-of-type(1) h3 span {
    font-size: 1.6rem;
  }
  .c-2columns--main-contents .c-2columns__container:nth-of-type(1) h3::after {
    right: -20px;
  }
}



@media (max-width: 639px) {
  .c-2columns--main-contents .c-2columns__container:nth-of-type(1) {
    max-width: 100%;
  }
  .c-2columns--main-contents .c-2columns__container:nth-of-type(1) h3 {
    padding: 12px 0;
    color: #ffffff;
    background-color: #5cc700;
  }
  .c-2columns--main-contents .c-2columns__container:nth-of-type(1) h3::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(calc(-50% + 140px));
  }
  .c-2columns--main-contents .c-2columns__container:nth-of-type(1) .c-section3__contents {
    padding: 0;
  }
  .c-flow {
    padding: 12px 24px 0;
  }
  .c-flow::before {
    content: none;
  }
  .c-flow li {
    padding: 9px 0;
    text-align: center;
  }
}



/*========================================

========================================*/

.c-2columns--main-contents .c-2columns__container:nth-of-type(2) {
  max-width: 640px;
  width: 100%;
}

.c-2columns--main-contents .c-2columns__container:nth-of-type(2) .c-section3__contents {
  padding: 0;
  background-color: transparent;
}

.c-2columns--main-contents .c-2columns__container:nth-of-type(2) .c-section3__contents > * + * {
  margin-top: 18px;
}

.c-information,
.c-information--sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  font-size: 1.4rem;
  background-color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
}

.c-information p,
.c-information--sp p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 0;
}

.c-information p::before,
.c-information--sp p::before {
  content: "お知らせ";
  display: inline-block;
  padding: 3px 2px;
  width: 48px;
  height: 18px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #fdac2a;
  border-radius: 2px;
}

.c-information__link,
.c-information__link--sp {
  padding: 0 2px;
  border: solid 2px #d3d3d3;
  border-radius: 2px;
}

.c-information:hover,
.c-information:hover .c-information__link,
.c-information--sp:hover,
.c-information--sp:hover .c-information__link--sp {
  color: #fdac2a;
}


.c-form__title {
  position: relative;
}

.c-form__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -14px;
  right: 6px;
  z-index: 10;
  width: 172px;
  height: 124px;
  background: url("../img/smile_01.png") no-repeat;
  background-size: contain;
}

.c-form__step-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  position: relative;
  margin: 0;
  padding: 9px;
  list-style-type: none;
  background-color: #eee;
}

.c-form__step-list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 56px;
  z-index: 10;
  width: 36px;
  height: 34px;
  background: url("../img/smile_02.png") no-repeat;
  background-size: contain;
  transition: 0.2s;
}

.c-form__step-list.step2::before {
  left: 180px;
  transition: 0.2s;
}

.c-form__step-list.step3::before {
  left: 308px;
  transition: 0.2s;
}

.c-form__step-list.step4::before {
  left: 432px;
  transition: 0.2s;
}

.c-form__step-list li {
  color: #999999;
  font-weight: bold;
}

.c-form__step-list li span {
  display: inline-block;
  margin-left: 3px;
  padding: 3px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #999999;
  border-radius: 50%;
}

.c-form__step-list li:nth-of-type(1),
.c-form__step-list li:nth-of-type(2).step2,
.c-form__step-list li:nth-of-type(3).step3 {
  color: var(--accent-color);
}

.c-form__step-list li:nth-of-type(1) span,
.c-form__step-list li:nth-of-type(2).step2 span,
.c-form__step-list li:nth-of-type(3).step3 span {
  color: #ffffff;
  background-color: #5cc700;
}

.c-form__step-list li + li {
  display: flex;
  align-items: center;
}

.c-form__step-list li + li::before {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 36px;
  height: 2px;
  background-color: #333333;
}

.c-form__step-list li.step2::before,
.c-form__step-list li.step3::before,
.c-form__step-list li.step4::before {
  background-color: transparent;
}

@media (min-width: 640px) {
  .c-recruitment-sample--sp {
    display: none;
  }
}

@media (min-width: 870px) {
  .c-information--sp {
    display: none;
  }
}


@media (max-width: 869px) {
  .c-information {
    display: none;
  }
  .c-information--sp {
    display: flex;
    padding: 6px 12px;
    border-radius: 0;
    background-color: #ededed;
    box-shadow: 2px 2px 6px #bbbbbb;
  }
  .c-information--sp p::before {
    width: 42px;
    height: 14px;
    font-size: 1rem;
  }
  .c-form__title::after {
    content: none;
  }
}

@media (max-width: 639px) {
  .c-information--sp {
    position: fixed;
    top: 54px;
    z-index: 200;
    width: 100%;
    height: 30px;
    font-size: 1rem;
    letter-spacing: -1px;
    border-radius: 0;
  }
  .c-information--sp p::before {
    padding: 3px 0;
  }
  .c-information__link--sp {
    width: 30px;
    font-size: 1rem;
    text-align: center;
  }
  .c-2columns--main-contents .c-2columns__container:nth-of-type(2) .c-recruitment-sample--sp {
    margin-top: 0;
    padding: 6px 12px 12px;
    /*margin-top: -84px;
    padding: 90px 12px 12px;*/
    background-color: rgba(92,199,0,0.2);
  }
  .c-recruitment-sample__title--sp {
    color: var(--accent-color);
    text-align: center;
  }
  .c-information--sp p {
    gap: 3px;
  }
  /*.c-recruitment-sample--sp .splide__track {
    margin-top: 6px;
  }*/
  .c-recruitment-sample--sp .c-recruitment-sample__body {
    justify-content: flex-start;
    gap: 0;
  }
  .c-recruitment-sample--sp .c-recruitment-sample__body li {
    /*width: calc((100% - 12px) / 3);*/
  }
  .c-recruitment-sample--sp .c-recruitment-sample__body li img {
    width: 100%;
  }
  .c-2columns--main-contents .c-2columns__container:nth-of-type(2) .c-recruitment-sample--sp + .c-form {
    margin-top: 0;
    padding-bottom: 24px;
    background-color: #d4ebc0;
  }
  .c-form__step-list {
    display: flex;
    gap: 6px;
    font-size: 1.2rem;
  }
  .c-form__step-list::before {
    content: none;
  }
  .c-form__step-list li span {
    padding: 1px;
    width: 18px;
    height: 18px;
    color: #ffffff;
    font-size: 1rem;
  }
  .c-form__step-list li + li::before {
    margin-right: 6px;
    width: 20px;
  }
  .c-form__title img {
    width: 100%;
  }
  .c-form__step,
  .c-form-registration {
    margin: 0 12px;
  }
}

@media (max-width: 369px) {
  .c-information--sp p {
    line-height: 1.1;
    letter-spacing: -1px;
  }
  .c-information--sp p::before {
    align-content: center;
    width: 44px;
  }
  .c-information__link--sp {
    padding: 0 2px;
    width: 30px;
  }
}



/*========================================

========================================*/

@media (max-width: 639px) {
  #form {
    /*padding-top: 84px;
    margin-top: -84px;*/
  }
}

.c-form-registration {
  
}

.c-form-registration__row {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 1.2rem 0;
  min-height: 76px;width:100%;
}

.c-form-registration__row:nth-of-type(odd) {
  /*background-color: #fff0f0;*/
}

.c-form-registration__row:last-child {
  display: flex;
}

.c-form-registration__row--additional {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1.2rem;
  margin-top: 12px;
}

.c-form-registration__row--additional + .c-form-registration__row--additional {
  padding-top: 12px;
  border-top: solid 1px #bab9b9;
}

.c-form-registration__note01 {
  margin-left: 9px;
  font-size: 1.2rem;
}

.c-form-registration__left-column {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  /*width: 300px;
  max-width: 300px;*/
  font-weight: bold;
}

.c-form-registration__left-column::before {
  padding: 1px 6px;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 2px;
}

.c-form-registration__left-column.c-required::before {
  content: "必須";
  background-color: #fd6666;
}

.c-form-registration__left-column.c-no-required::before {
  content: "任意";
  background-color: #0486d8;
}

.c-form-registration__right-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.c-form-registration__right-column > .c-form-container {
  width: 100%;
}

.c-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.c-checkbox-sub-container {
  width: 100%;
}

.c-checkbox-sub-container__title {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: center;
}

.c-checkbox-sub-container__title::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 6px;
  height: 6px;
  border: solid 2px #dddddd;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.c-checkbox-sub-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  visibility: hidden;
  transform-origin: top;
  height: 0;
  transition: 0.3s ease;
  opacity: 0;
}

.c-checkbox-sub-wrapper.open {
  visibility: visible;
  height: 100%;
  transition: 0.3s ease;
  opacity: 1;
}

input[type="tel"],
input[type="password"] {
  width: 280px;
}

input[name="c_zip1"] {
  width: 60px;
}

input[name="c_zip2"] {
  width: 70px;
}

.c-form-registration__row label,
.c-form-registration__row--additional label {
  display: flex;
  align-items: center;
  /*padding: 3px;*/
  width: calc((100% - 24px) / 3);
  height: 40px;
  font-size: 1.2rem;
  line-height: 1.25;
  /*border: solid 2px #dddddd;*/
  border-radius: 4px;
}

.c-form-registration__row label + label,
.c-form-registration__row--additional label + label {
  margin-top: 3px;
}

.c-radio {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  width: calc((100% - 24px) / 3);
  border: solid 2px #dddddd;
  border-radius: 4px;
}

input[type="radio"] {
  margin-right: 3px;
  inline-size: 1.8rem;
  block-size: 1.8rem;
  display: none;
}

.c-radio label {
  position: relative;
  width: 84%;
}

.c-radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 51%;
  left: -20px;
  z-index: 10;
  margin-top: -9px;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
}

.c-radio input[type="radio"]:checked + label::before {
  opacity: 1;
}

.c-radio label:hover::after {
  /*filter: brightness(90%);*/
}

.c-radio label::after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  left: -20px;
  margin: -10px 0 0 -2px;
  width: 16px;
  height: 16px;
  border: solid 2px #999999;
  border-radius: 50%;
}

.c-radio input[type="radio"]:checked + label::after {
  background-color: #fdac2a; 
  border: solid 2px #fdac2a;
}

.c-checkbox {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  width: calc((100% - 24px) / 3);
  border: solid 2px #dddddd;
  border-radius: 4px;
}

.c-checkbox--02 {
  width: calc((100% - 24px) / 2);
}

.c-checkbox.c-checkbox--02.c-nocheckbox {
  width: calc((100% - 24px) / 2);
  font-size: 1rem;
  border: none;
}

.c-checkbox.c-checkbox--02.c-nocheckbox p {
  margin-top: 6px;
  width: 100%;
  letter-spacing: -1px;
}

input[type="checkbox"] {
  margin-right: 3px;
  inline-size: 1.8rem;
  block-size: 1.8rem;
  display: none;
}

.c-checkbox label {
  position: relative;
  width: calc(100% - 30px);
}

.c-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -16px;
  z-index: 10;
  margin-top: -9px;
  width: 4px;
  height: 12px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
  opacity: 0;
}

.c-checkbox input[type="checkbox"]:checked + label::before {
  opacity: 1;
}

.c-checkbox label:hover::after {
  /*filter: brightness(90%);*/
}

.c-checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  left: -20px;
  margin: -10px 0 0 -2px;
  width: 16px;
  height: 16px;
  border: solid 2px #999999;
  border-radius: 3px;
}

.c-checkbox input[type="checkbox"]:checked + label::after {
  background-color: #fdac2a; 
  border: solid 2px #fdac2a;
}

.c-form-note01 {
  font-size: 1.2rem;
  font-weight: normal;
}

.c-form-agree {
  text-align: center;
}

.c-form-agree p {
  margin-top: 0;
}

.c-form-agree p a {
  color: #0486d8;
}
.c-form-agree p a:hover {
  text-decoration: none;
}

.c-form-2items-wrapper {
  width: calc((100% - 12px) / 2);
}

@media (max-width: 639px) {
  .c-form-registration__left-column {
    gap: 6px;
  }
  .c-form-registration__left-column::before {
    flex-shrink: 0;
    padding: 1px 4px;
    font-size: 1.2rem;
  }
  .c-form-registration__right-column .c-checkbox {
    width: calc((100% - 12px) / 2);
  }
  .c-checkbox label,
  .c-radio label {
    width: 82%;
    font-size: 1.4rem;
  }
  .c-form-registration__right-column .c-radio {
    width: calc((100% - 12px) / 2);
  }
  .c-form-note01 {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }
  .c-form-agree {
    min-height: 60px;
  }
  .c-form-agree p {
    font-size: 1.4rem;
    letter-spacing: -0.5px;
    line-height: 1.25;
  }
}



/*========================================

========================================*/

.c-form-registration {
  position: relative;
}

.c-form-registration__step-area {
  background-color: #ffffff;
  /*overflow-x: hidden;*/
  max-width: 640px;
  position: relative;
}

.c-form-registration__step-area-inner {
  display: flex;flex-direction: column;
  /*width: 2560px;*/
  transition: 0.2s ease-in;
}

/*.c-form-registration__step-area-inner {
  transform: translateX(0);
  transition: 0.2s ease-in;
}

.c-form-registration__step-area-inner.step2 {
  transform: translateX(-640px);
  transition: 0.2s ease-in;
}*/

.c-form-buttons-area__inner.step2 {
  transform: translateX(-640px);
}

/*.c-form-registration__step-area-inner.step3 {
  transform: translateX(-1280px);
  transition: 0.2s ease-in;
}*/

.c-form-buttons-area__inner.step3 {
  transform: translateX(-1280px);
}

/*.c-form-registration__step-area-inner.step4 {
  transform: translateX(-1920px);
  transition: 0.2s ease-in;
}*/

.c-form-buttons-area__inner.step4 {
  transform: translateX(-1920px);
}

.c-form-registration__step-area-inner > * {
  position: relative;
  padding: 8px 20px 0;
  max-width: 640px;
  width: 100%;
}

.c-form-registration__step-area-inner .c-form-registration__step-section:nth-of-type(2),
.c-form-registration__step-area-inner .c-form-registration__step-section:nth-of-type(3),
.c-form-registration__step-area-inner .c-form-registration__step-section:nth-of-type(4) {
  display:none;
}

.c-form-registration__step-area-inner.step2 .c-form-registration__step-section:nth-of-type(2) {
  display:block;
}
.c-form-registration__step-area-inner.step2 .c-form-registration__step-section:nth-of-type(1),
.c-form-registration__step-area-inner.step2 .c-form-registration__step-section:nth-of-type(3),
.c-form-registration__step-area-inner.step2 .c-form-registration__step-section:nth-of-type(4) {
  display:none;
}

.c-form-registration__step-area-inner.step3 .c-form-registration__step-section:nth-of-type(3) {
  display:block;
}
.c-form-registration__step-area-inner.step3 .c-form-registration__step-section:nth-of-type(1),
.c-form-registration__step-area-inner.step3 .c-form-registration__step-section:nth-of-type(2),
.c-form-registration__step-area-inner.step3 .c-form-registration__step-section:nth-of-type(4) {
  display:none;
}

.c-form-registration__step-area-inner.step4 .c-form-registration__step-section:nth-of-type(4) {
  display:block;
}
.c-form-registration__step-area-inner.step4 .c-form-registration__step-section:nth-of-type(1),
.c-form-registration__step-area-inner.step4 .c-form-registration__step-section:nth-of-type(2),
.c-form-registration__step-area-inner.step4 .c-form-registration__step-section:nth-of-type(3) {
  display:none;
}

.c-form-buttons-area {
  padding-top: 12px;
  padding-bottom: 20px;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.c-form-buttons-area__inner {
  display: flex;
  width: 2560px;
}

.c-form-buttons-area__inner > * {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 640px;
}

.c-form-buttons--01,
.c-form-buttons--02,
.c-form-buttons--03,
.c-form-buttons--04 {
  position: relative;
}

.c-form-buttons--02 .c-prev,
.c-form-buttons--03 .c-prev,
.c-form-buttons--04 .c-prev {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.c-next,
.c-submit {
  cursor: pointer;
}

.c-next:hover,
.c-submit:hover {
  opacity: 0.8;
}

.c-next:disabled,
.c-submit:disabled {
  cursor: default;
  opacity: 1;
}

.c-next img,
.c-submit img {
  border-radius: 6px;  
  box-shadow: 6px 6px 18px rgba(0,0,0,0.3);;
}

.c-prev {
  color: #0486d8;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-prev::before {
  content: "◀︎";
}

@media (max-width: 639px) {
  .c-form-registration__step-area {
    width: 100%;
    /*overflow-x: hidden;*/
  }
  .c-form-registration__step-area-inner {
    /*width: 400%;*/
  }
  .c-form-registration__step-area-inner > * {
    padding: 3px 12px 0;
    width: 100%;
  }
  .c-form-registration__step-area-inner .c-form-registration__step-section:nth-of-type(1) .c-form-registration__row:nth-of-type(2) .c-form-registration__right-column .c-radio:nth-of-type(2) {
    letter-spacing: -1px;
  }
  .c-form-registration__step-area-inner.step2 {
    /*transform: translateX(-25%);*/
  }
  .c-form-buttons-area__inner.step2 {
    transform: translateX(-25%);
  }
  .c-form-registration__step-area-inner.step3 {
    /*transform: translateX(-50%);*/
  }
  .c-form-buttons-area__inner.step3 {
    transform: translateX(-50%);
  }
  .c-form-registration__step-area-inner.step4 {
    /*transform: translateX(-75%);*/
  }
  .c-form-buttons-area__inner.step4 {
    transform: translateX(-75%);
  }
  .c-form-buttons-area {
    width: 100%;
  }
  .c-form-buttons-area__inner {
    width: 400%;
  }
  .c-form-buttons-area__inner > * {
    gap: 12px;
    width: 100%;
  }
  .c-form-buttons--02 .c-prev,
  .c-form-buttons--03 .c-prev,
  .c-form-buttons--04 .c-prev {
    left: 6%;
  }
  .c-form-buttons-area__inner .c-next img,
  .c-form-buttons-area__inner .c-submit img {
    width: 200px;
  }
}

@media (max-width: 369px) {
  .c-form-buttons--02 .c-prev,
  .c-form-buttons--03 .c-prev,
  .c-form-buttons--04 .c-prev {
    left: 5%;
  }
  .c-form-buttons-area__inner .c-next img,
  .c-form-buttons-area__inner .c-submit img {
    width: 180px;
  }
}






/*========================================
いちごちゃん
========================================*/

.c-form-registration__step-area-inner .c-form-registration__step-section:nth-of-type(2) .c-ichigochan--01,
.c-form-registration__step-area-inner .c-form-registration__step-section:nth-of-type(3) .c-ichigochan--01,
.c-form-registration__step-area-inner .c-form-registration__step-section:nth-of-type(4) .c-ichigochan--01 {
  display: none;
}

.c-form-registration__step-area-inner.step2 .c-form-registration__step-section:nth-of-type(2) .c-ichigochan--01 {
  display: block;
}

.c-form-registration__step-area-inner.step2 .c-form-registration__step-section:nth-of-type(1) .c-ichigochan--01,
.c-form-registration__step-area-inner.step2 .c-form-registration__step-section:nth-of-type(3) .c-ichigochan--01,
.c-form-registration__step-area-inner.step2 .c-form-registration__step-section:nth-of-type(4) .c-ichigochan--01 {
  display: none;
}

.c-form-registration__step-area-inner.step3 .c-form-registration__step-section:nth-of-type(3) .c-ichigochan--01 {
  display: block;
}

.c-form-registration__step-area-inner.step3 .c-form-registration__step-section:nth-of-type(1) .c-ichigochan--01,
.c-form-registration__step-area-inner.step3 .c-form-registration__step-section:nth-of-type(2) .c-ichigochan--01,
.c-form-registration__step-area-inner.step3 .c-form-registration__step-section:nth-of-type(4) .c-ichigochan--01 {
  display: none;
}

.c-form-registration__step-area-inner.step4 .c-form-registration__step-section:nth-of-type(4) .c-ichigochan--01 {
  display: block;
}

.c-form-registration__step-area-inner.step4 .c-form-registration__step-section:nth-of-type(1) .c-ichigochan--01,
.c-form-registration__step-area-inner.step4 .c-form-registration__step-section:nth-of-type(2) .c-ichigochan--01,
.c-form-registration__step-area-inner.step4 .c-form-registration__step-section:nth-of-type(3) .c-ichigochan--01 {
  display: none;
}

.c-ichigochan--01 {
  position: absolute;
  top: 0;
  right: 28px;
  z-index: 100;
  animation: fuwafuwa 2s infinite;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.c-ichigochan--01.step1.move {
  top: 500px;
  right: 100px;
  transition: 0.8s ease-in-out;
}

.c-ichigochan--01.step2.move {
  top: 356px;
  right: 100px;
  transition: 0.8s ease-in-out;
}

.c-ichigochan--01.step3.move {
  top: 630px;
  right: 100px;
  transition: 0.8s ease-in-out;
}

.c-ichigochan--01.step4.move {
  top: 570px;
  right: 100px;
  transition: 0.8s ease-in-out;
}

.c-ichigochan--02 {
  display: block;
  margin-top: 6px;
  padding: 20px 0;
  text-align: center;
  animation: fuwafuwa 2s infinite;
}

@media (min-width: 640px) {
  .c-ichigochan--02 {
    width: 252px;
  }
}

@media (max-width: 639px) {
  .c-ichigochan--01.step1.move {
    top: 650px;
    right: 20px;
  }
  .c-ichigochan--01.step2.move {
    top: 400px;
    right: 20px;
  }
  .c-ichigochan--01.step3.move {
    top: 590px;
    right: 20px;
  }
  .c-ichigochan--01.step4.move {
    top: 500px;
    right: 20px;
  }
}

@media (max-width: 413px) {
  .c-ichigochan--01.step4.move {
    top: 516px;
    /*top: auto;*/
    right: 20px;
    /*bottom: -56px;*/
  }
}



/*========================================
モーダル
========================================*/

.c-modal {
  display: none;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.c-modal.open {
  display: block;
}

.c-modal-container {
  max-width: 740px;
  max-height: 780px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 12px;
  box-shadow: 6px 12px 12px rgba(0,0,0,0.5);
}

.c-modal-body {
  position: relative;
}

.c-modal-body__announcement img {
  width: 100%;
  border-radius: 12px;
}

.c-modal-body__button {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translateX(-50%);
}

.c-modal-body__button a {
  transition: 0.3s;
}

.c-modal-body__button a:hover {
  filter: brightness(80%);
  transition: 0.3s;
}

.c-modal-container__close {
  position: absolute;
  top: -12px;
  right: -12px;
}

@media (max-width: 991px) {
  .c-modal-container {
    max-width: 100%;
    width: 70%;
  }
  .c-modal-body__button {
    
  }
}

@media (max-width: 639px) {
  .c-modal-container {
    max-width: 100%;
    width: 80%;
  }
  .c-modal-body__button {
    top: 53%;
  }
}



/*========================================
Thanks
========================================*/

.page-thanks .l-contents {
  padding-bottom: 100px;
}

.c-thanks-message {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 0 1.2rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 6px;
}

.c-thanks-message p {
  margin-top: 12px;
}

@media (max-width: 639px) {
  .page-thanks .p-hero {
    margin-top: 54px;
    background-image: url(../img/background01.jpg);
    background-size: 300px;
  }
  .page-thanks .l-contents__main {
    margin-top: -40px;
  }
  .c-thanks-message {
    flex-direction: column;
    padding: 1.8rem 1.2rem;
  }
}

@media (max-width: 369px) {
  .page-thanks .l-contents {
    padding-bottom: 70px;
  } 
}




.c-form-registration__right-column .formErrorArrow {
  display: none;
}

.c-form-registration__right-column .formError .formErrorContent {
  margin-top: 6px;
  color: #000000;
  background-color: #ffffff;
  border-color: #999999;
  box-shadow: 0 0 3px #999999;
}