@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
textarea,
p,
blockquote,
th,
td,
img,
div,
span {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  background: url(/work/storage/Background.jpg) center center/cover no-repeat fixed;
  position: relative;
  font-size: 18px;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}

img {
  max-width: 100%;
  display: block;
  margin: 0;
}

.widthset {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  max-width: 400px;
  padding: 0 20px;
}

header {
  position: absolute;
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
  padding: 0;
  z-index: 999;
  overflow: hidden;
}
header .header-gradient-top {
  height: 5px;
  background: linear-gradient(90deg, #4ebbd3 0%, rgb(87, 215, 160) 100%);
}
header .header-logo {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 0 20px;
}
header .header-logo img {
  max-width: 45%;
}
header .header-logo .logo {
  height: 35px;
  width: auto;
}
header .header-logo small {
  font-weight: normal;
  color: #333;
  line-height: 1;
  padding-bottom: 2px;
  background: #4ebbd3;
  color: white;
  padding: 2px 8px;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
}
header .header-gradient-bottom {
  height: 28px;
  background: linear-gradient(90deg, #4ebbd3 0%, rgb(87, 215, 160) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
header .header-gradient-bottom p {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
}

#contents {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 31.25rem;
  background: #f3ffff;
  overflow-x: hidden;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 8px #fff, 0 0 80px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.main-contents {
  overflow-y: auto;
}

#form {
  position: relative;
  z-index: 998;
  padding: 0 20px 0;
  margin-top: 90px;
}

#stage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
}

.step-slider {
  display: flex;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.step-slider .step-slide {
  min-width: 100%;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}
.step-slider .step-slide.active {
  opacity: 1;
  transform: translateX(0);
}
.step-slider .step-slide.prev {
  opacity: 0.3;
  transform: translateX(-100%);
}
.step-slider .step-slide.next {
  opacity: 0.3;
  transform: translateX(100%);
}
.step-slider .step-slide.sliding {
  pointer-events: none;
}

.stepblock_text_banner {
  font-family: "Hiragino Kaku Gothic ProN";
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
  color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 10px 0;
}
.stepblock_text_banner span {
  color: #e95383;
}
.stepblock_text_banner:before, .stepblock_text_banner:after {
  content: "";
  width: 18px;
  height: 18px;
}
.stepblock_text_banner:before {
  background-image: linear-gradient(to right top, transparent 45%, #d0c4c5, #d0c4c5, transparent 50%);
  margin-right: 5px;
}
.stepblock_text_banner:after {
  background-image: linear-gradient(to left top, transparent 45%, #d0c4c5, #d0c4c5, transparent 50%);
  margin-left: 5px;
}

.stepblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.step-flow-container {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.step-flow-container .back.button {
  display: flex;
  align-items: center;
  text-decoration: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #4ebbd3;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
  object-fit: contain;
  flex-shrink: 0;
}

.next-button,
a.next-button,
button.next-button {
  width: 90%;
  background: linear-gradient(90deg, #4ebbd3 0%, rgb(87, 215, 160) 100%);
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 56px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(131, 83, 233, 0.3);
}
.next-button:hover,
a.next-button:hover,
button.next-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(131, 83, 233, 0.4);
}

.button-text {
  flex: 1;
  text-align: center;
}

.next-arrow {
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
  position: absolute;
  right: 20px;
}

.step-flow ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  list-style-type: none;
  counter-reset: step;
}
.step-flow ul li {
  flex: 1;
  position: relative;
  text-align: center;
  height: 3px;
  width: 22px;
  background: #d0c4c5;
  border-radius: 2px;
  margin: 0 2px;
}
.step-flow ul li:before, .step-flow ul li:after {
  content: none;
}
.step-flow ul li:first-child:after {
  content: none;
}
.step-flow ul li.now {
  background: #4ebbd3;
}

.stepblock_text {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #4ebbd3 0%, rgb(87, 215, 160) 100%);
  border-radius: 5px;
  padding: 20px 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(250, 117, 151, 0.1);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}
.stepblock_text::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 11px;
  background: linear-gradient(90deg, #4ebbd3 0%, rgb(87, 215, 160) 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.stepblock_text p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.step {
  width: 100%;
}

.lpFormAnswer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  outline: none;
  display: block;
  border-radius: 15px 15px 0 0;
  border: 2px solid #f0f0f0;
  border-bottom: 2px solid #d0c4c5;
  background-color: #f5fffa;
  width: 100%;
  padding: 18px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 16px;
  height: 64px;
  transition: all 0.3s ease;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 18px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  color: rgb(208, 196, 197);
  line-height: 1.2;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border-top-color: #f0f0f0;
  border-left-color: #f0f0f0;
  border-right-color: #f0f0f0;
  border-bottom-color: #4ebbd3;
  background-color: #f5fffa;
  box-shadow: 0 0 0 3px rgba(250, 117, 151, 0.1);
}
input[type=text].error,
input[type=tel].error,
input[type=email].error,
select.error,
textarea.error {
  border: 2px solid #ec5840;
  color: #ec5840;
}

.radio-group input[type=radio].error + label,
.checkbox-group input[type=checkbox].error + label {
  border: 2px solid #ec5840;
  color: #ec5840;
}

.radio-group input[type=radio],
.checkbox-group input[type=checkbox] {
  display: none;
}

.radio-group label,
.checkbox-group label,
.label-link {
  border: 2px solid #f0f0f0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 12px;
  border-radius: 12px;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 18px;
}

#step0 .radio-group label,
#step0 .label-link {
  height: 120px !important;
  min-height: 120px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  text-align: left !important;
  font-weight: 600 !important;
  position: relative !important;
}
#step0 .radio-group label i,
#step0 .label-link i {
  margin-left: 0 !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#step0 .job-image {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 100px !important;
  width: auto !important;
  object-fit: contain !important;
}

#step1 .radio-group label,
#step1 .checkbox-group label,
#step2 .radio-group label,
#step2 .checkbox-group label,
#step3 .radio-group label,
#step3 .checkbox-group label,
#step4 .radio-group label,
#step4 .checkbox-group label,
#step5 .radio-group label,
#step5 .checkbox-group label,
#step6 .radio-group label,
#step6 .checkbox-group label,
#step7 .radio-group label,
#step7 .checkbox-group label,
#step8 .radio-group label,
#step8 .checkbox-group label {
  height: 80px !important;
  min-height: 80px !important;
}

.radio-group,
.checkbox-group {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 15px;
}

.checkbox-area,
.radio-area {
  position: relative;
  padding-top: 20px;
  margin-top: -10px;
}

.fa-circle-check {
  color: #e7dcdc;
  font-size: 20px;
}

.div02 label,
.div02 .label-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  font-size: 16px;
  border: 2px solid #f0f0f0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.radio-group input[type=radio]:checked + label,
.checkbox-group input[type=checkbox]:checked + label {
  border-color: #4ebbd3;
  background-color: #f5fffa;
}
.radio-group input[type=radio]:checked + label .fa-circle-check,
.checkbox-group input[type=checkbox]:checked + label .fa-circle-check {
  color: #4ebbd3;
}

.text-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.text-group label {
  font-size: 13px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #88797d;
}

.buttons-wrap {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: flex-end;
}

.nextBtn,
.submit-btn {
  cursor: pointer;
  border: none;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 90%;
  height: 56px;
  background: linear-gradient(90deg, #4ebbd3 0%, rgb(87, 215, 160) 100%);
  margin: 30px auto 0;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(131, 83, 233, 0.3);
}

.prevBtn {
  text-decoration: none;
  color: #4ebbd3;
  border-bottom: 1px solid #4ebbd3;
}

.accordion-container {
  width: 100%;
}

.accordion-title {
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #555;
  padding: 0.5em;
  position: relative;
  display: flex;
  justify-content: center;
}

.accordion-text {
  display: none;
}

.smallTxt {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  color: #555;
  position: relative;
  width: auto;
  white-space: nowrap;
  margin-bottom: 4px;
}

fas,
.fa-solid {
  margin-right: 5px;
}

.required {
  color: #ec5840;
  font-size: 0.9rem;
}

.error-message {
  display: block;
  color: #ec5840;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.checkbox-area .error-message {
  position: absolute;
  top: 5px;
}
.checkbox-area .error-message:nth-child(n+2) {
  display: none;
}

.policylink {
  cursor: pointer;
  color: #88797d;
  font-size: 12px;
  position: relative;
  margin: 0 auto;
  margin-top: 0;
  text-align: center;
}
.policylink a {
  color: #666;
  text-decoration: underline;
}
.policylink a:hover {
  text-decoration: none;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 999;
  overflow: hidden;
}

.footer-links {
  background-color: #f5fffa;
  padding: 15px 20px;
}
.footer-links ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-links ul li {
  cursor: pointer;
  text-decoration: underline;
  color: #150106;
  font-size: 12px;
}
.footer-links ul li:first-child {
  margin-right: 20px;
}
.footer-links ul li a {
  text-decoration: underline;
  color: #150106;
  font-size: 12px;
}

.footer-copyright {
  background-color: #150106;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
}
.footer-copyright p {
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin: 0;
}

#popup {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

#popup-overlay {
  display: none;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4392156863);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  z-index: 9999;
  width: 90vw;
  max-width: 560px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-box {
  background: #fff; /* 背景色を白に指定 */ /* 適度な余白を指定 */
  max-height: calc(80vh - 100px); /* モーダルウィンドウが画面の縦（+余白）より大きくなった際の対処のため指定 */
  overflow-y: scroll; /* max-heightを超えたらスクロールになるよう指定 */
  box-sizing: border-box; /* 余白や幅の計算を簡単にする */
}

.popup-box h3 {
  margin: 10px 0;
  font-size: 17px;
}

.popup-box h4 {
  margin: 5px 0;
  font-size: 15px;
}

.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}

#js-firstChatMove01 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#js-firstChatMove01.fade-slide-in {
  opacity: 1;
  transform: translateY(0);
}

#js-firstChatMove02 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#js-firstChatMove02.fade-slide-in {
  opacity: 1;
  transform: translateY(0);
}