@charset "UTF-8";
/****************************************************************************
****    変数
****************************************************************************/
section.main-visual {
  position: relative;
  padding: 24px 0 170px;
  overflow-x: hidden;
}
section.main-visual::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../../img/recruit/mv-bg.jpg);
  background-position: center center;
  background-size: cover;
}

@keyframes scrollMvImg {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-mv_img {
  animation: scrollMvImg 60s infinite linear;
  gap: 20px;
}

h1.main-catch_copy {
  position: absolute;
  bottom: 8%;
  left: 12%;
  font-size: clamp(30.6px, 3.825vw, 61.2px);
  font-weight: bold;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2117647059));
  transform-origin: left top;
}

h1.main-catch_copy {
  overflow: hidden; /* マスク */
}

.main-catch_copy .line {
  display: block;
  overflow: hidden;
  line-height: 1.275;
}

.main-catch_copy .text {
  line-height: 1.275;
  display: inline-block;
  transform: translateY(120%);
  animation: slideUp 0.7s ease forwards;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
  }
}
section.message-sec {
  position: relative;
  padding: 60px 0 32px;
}
section.message-sec::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: #EBF5FB;
}

.message-sec_container {
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.message-img_area {
  max-width: 520px;
  position: relative;
}
.message-img_area img {
  width: 100%;
}

.message-shape01_img, .message-shape02_img, .message-shape03_img {
  position: absolute;
}

.message-shape01_img {
  width: 132px;
  z-index: 5;
  top: 2%;
  right: 25%;
}

.message-shape02_img {
  width: 175px;
  z-index: -1;
  bottom: 15%;
  left: -8%;
}

.message-shape03_img {
  width: 110px;
  z-index: 5;
  bottom: -3%;
  right: -11%;
}

.message-sec.is-active .message-shape01_img,
.message-sec.is-active .message-shape02_img,
.message-sec.is-active .message-shape03_img {
  animation: floatBack 1.4s ease-out forwards;
}

@keyframes floatBack {
  from {
    transform: translateY(calc(var(--move) * 3px)) rotate(calc(var(--rotate) * 3deg));
  }
  to {
    transform: translateY(0) rotate(0deg);
  }
}
.message-text_area {
  max-width: 480px;
}

p.message-text {
  font-size: 16px;
  margin-top: 42px;
  letter-spacing: 0;
}

section.culture-sec {
  padding: 96px 0;
  position: relative;
}
section.culture-sec::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: linear-gradient(to bottom, #F4F8FF, #EAF1FB);
}

ul.culture-list_area {
  justify-content: center;
  gap: 72px;
  row-gap: 24px;
  flex-wrap: wrap;
  margin-top: 60px;
}

li.culture-list_wrap {
  width: 300px;
  height: 410px;
  position: relative;
  overflow: hidden;
}
li.culture-list_wrap::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
li.culture-list_wrap:hover::before {
  transform: scale(1.1);
  transition: transform 0.6s ease;
}

li.culture-list01::before {
  background-image: url(../../img/recruit/culture-list01_bg.png);
  background-size: cover;
}

li.culture-list02::before {
  background-image: url(../../img/recruit/culture-list02_bg.png);
  background-size: cover;
}

li.culture-list03::before {
  background-image: url(../../img/recruit/culture-list03_bg.png);
  background-size: cover;
}

.culture-title_area {
  position: absolute;
  left: 25px;
  bottom: 50px;
}

h3.culture-title_head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

p.culture-title_en {
  margin-top: 8px;
  font-size: 12px;
  color: #D1D5DB;
  line-height: 1;
  letter-spacing: 1px;
}

.culture-readmore_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  align-items: center;
}
.culture-readmore_btn a {
  font-size: 12px;
  font-weight: 600;
}

.btn-line {
  width: 30px;
  height: 2px;
  background-color: #2B90D1;
  margin-right: 10px;
}

.btn-arrow {
  margin-left: 8px;
}

section.data-sec {
  position: relative;
  padding: 72px 0 96px;
}
section.data-sec::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../../img/recruit/data-sec_bg.jpg);
  background-position: center center;
}

ul.data-list_area {
  margin-top: 80px;
  justify-content: center;
  gap: 70px;
  row-gap: 70px;
  flex-wrap: wrap;
  white-space: nowrap;
}

li.data-list_wrap {
  max-width: 320px;
}

h3.data-list_title {
  font-size: 18px;
  font-weight: bold;
}

span.data-number {
  font-size: 110px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  min-width: 2ch; /* 桁数に合わせて調整 */
  text-align: right;
}

p.data-text {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.baseline {
  align-items: baseline;
}

.start {
  align-items: flex-start;
}
.start .data-text {
  padding-top: 20px;
}

section.department-sec {
  position: relative;
  padding: 86px 0 110px;
}
section.department-sec::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: #EAF4FB;
}

ul.department-list_area {
  margin-top: 70px;
}

li.department-list_wrap {
  max-width: 450px;
  width: 100%;
  height: 60px;
  text-align: center;
  position: relative;
  margin: 0 auto 25px;
  border: solid 2px #2B90D1;
  background-color: #F7FCFF;
  border-radius: 5px;
  overflow: hidden;
}
li.department-list_wrap a {
  font-size: 20px;
  font-weight: 600;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  position: relative;
  z-index: 3;
  transition: color 0.4s;
}
li.department-list_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #2B90D1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 1;
}
li.department-list_wrap::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-image: url(../../img/recruit/department-arrow.png);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 18px;
  left: unset;
  transform: translateY(-50%);
  z-index: 5;
  transition: 0.4s;
}
li.department-list_wrap:hover::after {
  transform: scaleX(1);
}
li.department-list_wrap:hover a {
  color: #fff;
}
li.department-list_wrap:hover::before {
  right: 10px;
  filter: brightness(0) invert(1);
}

section.benefits-sec {
  padding: 96px;
  position: relative;
}
section.benefits-sec::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: #F6F6F6;
}

ul.benefits-list_area {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 70px;
}

li.benefits-list_wrap {
  padding: 24px 12px;
  background-color: #fff;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1058823529));
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.benefits-list_wrap.is-show {
  opacity: 1;
  transform: translateX(0);
}

.benefits-icon {
  margin: 0 auto;
}

h3.benefits-title_head {
  font-size: 24px;
  font-weight: 600;
  margin-top: 12px;
}

section.position-sec {
  padding: 96px;
  position: relative;
}
section.position-sec::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: #EBF5FB;
}

.position-list {
  margin-top: 56px;
}

.position-list_container {
  padding: 36px 0 46px;
  border-top: solid 1px #e6e6e6;
  scroll-margin-top: 100px;
}

h3.position-top_head {
  font-size: 24px;
  font-weight: bold;
}

p.position-top_text {
  margin-bottom: 24px;
}

li.position-list_wrap {
  background-color: #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2784313725));
  margin-bottom: 16px;
  padding: 18px 24px;
}

.position-name {
  font-size: 18px;
  font-weight: 600;
}

.position-text {
  margin-top: 16px;
  padding-top: 16px;
  border-top: solid 1px #e6e6e6;
}

.position-name {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}

.position-name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.position-name.is-open::after {
  transform: translateY(-50%) rotate(-135deg);
}

.position-text {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  transition: max-height 0.4s ease;
}

.position-text.is-open {
  margin-top: 16px;
  padding-top: 16px;
  border-top: solid 1px #e6e6e6;
  max-height: 3000px;
}

.not-recruiting {
  text-align: center;
  background-color: #fff;
  padding: 32px 24px;
}

section.flow-sec {
  margin-top: 96px;
}

ul.flow-top_user {
  margin-top: 56px;
  justify-content: center;
  gap: 80px;
}

li.flow-user_wrap {
  align-items: center;
  gap: 14px;
}

.flow-user_icon {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

ul.flow-list_area {
  width: 90%;
  margin: 40px auto 0;
  justify-content: center;
  gap: 28px;
}

li.flow-list_wrap {
  width: 156px;
  height: 200px;
  position: relative;
  border-radius: 10px;
}

.flow-list_wrap {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.flow-list_wrap.is-show {
  opacity: 1;
  transform: translateX(0);
}

span.flow-list_number {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 32px;
  font-weight: bold;
  color: rgba(140, 204, 247, 0.4980392157);
}

h3.flow-list_title {
  font-size: 22px;
  text-align: center;
  padding-top: 82px;
  font-weight: bold;
}

p.flow-list_text {
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  padding-top: 14px;
}

.border-blue {
  border: solid 1px #8CCDF7;
}

.arrow-blue {
  position: relative;
}
.arrow-blue::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 20px solid #2b90d1;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -20px;
}

.arrow-gray {
  position: relative;
}
.arrow-gray::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 20px solid #E6ECF3;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -20px;
}
.arrow-gray:last-child::after {
  display: none;
}

section.entry-sec {
  padding: 96px;
  position: relative;
  margin-top: 96px;
}
section.entry-sec::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-color: #EBF5FB;
}

.entory-form_area {
  max-width: 600px;
  margin: 48px auto 0;
}

.entry-form_wrap {
  margin-bottom: 24px;
}

.entry-head {
  font-size: 14px;
  gap: 6px;
  align-items: center;
  font-weight: bold;
}

p.required {
  color: #EF4444;
}

p.count-text {
  color: #6B7280;
}

input[type=text], input[type=email], input[type=tel], select {
  width: 100%;
  height: 46px;
  padding: 12px 24px;
  font-size: 14px;
  background-color: #fff;
  border: solid 1px #D1D5DB;
}

select {
  appearance: none;
  cursor: pointer;
  padding: 0 24px;
  line-height: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

input[type=submit].is-active {
  background: #2B90D1;
  color: #fff;
  opacity: 1;
}

textarea {
  width: 100%;
  height: 180px;
  padding: 12px 24px;
  font-size: 14px;
  background-color: #fff;
  border: solid 1px #D1D5DB;
  resize: none;
}

.entry-scroll_area {
  width: 100%;
  max-height: 180px;
  overflow-y: auto;
  padding: 12px 24px;
  font-size: 14px;
  background-color: #fff;
  border: solid 1px #D1D5DB;
  resize: none;
}

.entry-scroll_area::-webkit-scrollbar {
  display: none;
}

p.entry-caution_text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 14px;
}

/* 職種アコーディオン内「応募する」ボタン */
.position-apply {
  margin-top: 24px;
  padding-top: 20px;
  border-top: solid 1px #e6e6e6;
}

.position-apply_btn {
  display: inline-block;
  width: 180px;
  height: 44px;
  font-size: 15px;
  font-weight: 600;
  background-color: #2B90D1;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.position-apply_btn:hover {
  opacity: 0.8;
}

/* エントリーフォーム「応募する」ボタン */
.submit-area {
  margin: 36px auto 0;
}

.entry-submit_btn {
  display: inline-block;
  width: 200px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  background-color: #2B90D1;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.entry-submit_btn:hover {
  opacity: 0.8;
}

/* ========== プライバシーポリシー モーダル ========== */
.privacy-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.privacy-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy-modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.privacy-modal_inner {
  position: relative;
  width: 90%;
  max-width: 640px;
  max-height: 80vh;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.privacy-modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #E5E7EB;
  flex-shrink: 0;
}

.privacy-modal_title {
  font-size: 16px;
  font-weight: bold;
}

.privacy-modal_close {
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #6B7280;
  transition: color 0.2s;
}

.privacy-modal_close:hover {
  color: #111;
}

.privacy-modal_scroll {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
  font-size: 14px;
  line-height: 1.8;
  min-height: 0;
}

.privacy-modal_scroll p {
  margin-bottom: 12px;
}

/* --- 既存 privacy-policy.php include 用スタイル --- */
.privacy-modal_scroll .privacy-policy-wrap {
  padding: 0;
}
.privacy-modal_scroll .privacy-policy-wrap > h2 {
  /* モーダルヘッダーにタイトルがあるため非表示 */
  display: none;
}
.privacy-modal_scroll .privacy-policy-wrap ol {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0;
  counter-reset: pp-counter;
}
.privacy-modal_scroll .privacy-policy-wrap ol > li {
  margin-bottom: 16px;
  counter-increment: pp-counter;
  padding-left: 1.5em;
  position: relative;
}
.privacy-modal_scroll .privacy-policy-wrap ol > li::before {
  content: counter(pp-counter) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #1F2937;
}
.privacy-modal_scroll .privacy-policy-wrap h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #1F2937;
}
.privacy-modal_scroll .privacy-policy-wrap ul {
  list-style: disc;
  padding-left: 1.5em;
  margin: 4px 0 8px;
}
.privacy-modal_scroll .privacy-policy-wrap ul li {
  margin-bottom: 4px;
}
.privacy-modal_scroll .privacy-policy-wrap dl {
  margin: 4px 0 8px;
}
.privacy-modal_scroll .privacy-policy-wrap dl div {
  display: flex;
  gap: 8px;
  margin-bottom: 2px;
}
.privacy-modal_scroll .privacy-policy-wrap dt {
  font-weight: 600;
  white-space: nowrap;
}
.privacy-modal_scroll .privacy-policy-wrap dd {
  margin: 0;
}
.privacy-modal_scroll .privacy-policy-wrap .privacy-policy-address {
  font-style: normal;
  margin: 8px 0;
}
.privacy-modal_scroll .privacy-policy-wrap .block {
  display: block;
}
.privacy-modal_scroll .privacy-policy-wrap .align-right {
  text-align: right;
}
.privacy-modal_scroll .privacy-policy-wrap .align-center {
  text-align: center;
}

.privacy-modal_caution {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px 0;
  flex-shrink: 0;
}

.privacy-modal_footer {
  padding: 16px 24px 24px;
  border-top: 1px solid #E5E7EB;
  text-align: center;
  flex-shrink: 0;
}

.privacy-modal_check {
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #D9D9D9;
}

.privacy-modal_check.is-active {
  color: #000;
}

.privacy-modal_check input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  transform: scale(1.2);
  accent-color: #2B90D1;
  cursor: pointer;
  border: solid 2px #999;
}

.privacy-modal_check label {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.privacy-modal_submit {
  display: inline-block;
  width: 220px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  background-color: #D9D9D9;
  color: #fff;
  border: none;
  cursor: default;
  transition: all 0.3s;
}

.privacy-modal_submit.is-active {
  background-color: #2B90D1;
  cursor: pointer;
}

.privacy-modal_submit.is-active:hover {
  opacity: 0.8;
}

/****************************************************************************
****    レスポンシブ
****************************************************************************/
@media screen and (min-width: 1201px) {
  .sp_part {
    display: none;
  }
}
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }
  section.main-visual {
    position: relative;
    padding: 60px 0 170px;
  }
  .scroll-mv_img {
    animation: scrollMvImg 30s infinite linear;
    gap: 20px;
  }
  .scroll-mv_img img {
    height: 200px;
  }
  h1.main-catch_copy {
    position: absolute;
    bottom: 9%;
    left: 7%;
  }
  section.message-sec {
    padding: 60px 0;
  }
  .message-sec_container {
    display: block;
  }
  .message-img_area {
    max-width: 520px;
    margin: 24px auto 0;
  }
  .message-text_area {
    max-width: 480px;
  }
  .message-text_area img {
    width: 100%;
    margin-top: 32px;
  }
  p.message-text {
    font-size: 16px;
    margin-top: 42px;
    letter-spacing: 0;
  }
  section.culture-sec {
    padding: 60px 0;
  }
  ul.culture-list_area {
    justify-content: center;
    gap: 24px;
    row-gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  li.culture-list_wrap {
    width: 100%;
    max-width: 480px;
    height: 230px;
  }
  li.culture-list_wrap::before {
    background-position: center center;
  }
  .culture-title_area {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  h3.culture-title_head {
    font-size: 22px;
  }
  p.culture-title_en {
    margin-top: 8px;
    font-size: 12px;
  }
  .culture-readmore_btn {
    right: 20px;
    bottom: 10px;
  }
  section.data-sec {
    padding: 60px 0;
  }
  ul.data-list_area {
    margin-top: 60px;
    gap: 48px;
    row-gap: 40px;
  }
  li.data-list_wrap {
    max-width: 156px;
  }
  h3.data-list_title {
    font-size: 14px;
  }
  span.data-number {
    font-size: 48px;
  }
  p.data-text {
    font-size: 18px;
  }
  section.department-sec {
    padding: 60px 0;
  }
  ul.department-list_area {
    margin-top: 48px;
  }
  li.department-list_wrap {
    height: 52px;
  }
  li.department-list_wrap a {
    font-size: 16px;
    line-height: 52px;
  }
  section.benefits-sec {
    padding: 60px 0;
  }
  ul.benefits-list_area {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
  }
  .benefits-list_wrap.is-show {
    opacity: 1;
    transform: translateX(0);
  }
  .benefits-icon {
    margin: 0 auto;
  }
  h3.benefits-title_head {
    font-size: 18px;
  }
  section.position-sec {
    padding: 60px 0;
  }
  .position-list {
    margin-top: 40px;
  }
  .position-list_container {
    padding: 26px 0 36px;
  }
  h3.position-top_head {
    font-size: 18px;
  }
  p.position-top_text {
    margin-bottom: 24px;
  }
  li.position-list_wrap {
    margin-bottom: 16px;
    padding: 14px 20px;
  }
  .position-name {
    font-size: 16px;
  }
  .position-text.is-open {
    margin-top: 16px;
    padding-top: 16px;
    border-top: solid 1px #e6e6e6;
    max-height: 3000px;
  }
  .not-recruiting {
    text-align: center;
    background-color: #fff;
    padding: 32px 24px;
  }
  section.flow-sec {
    margin-top: 60px 0;
  }
  ul.flow-top_user {
    width: 90%;
    margin: 40px auto 0;
    justify-content: flex-start;
    gap: 32px;
  }
  li.flow-user_wrap {
    align-items: center;
    gap: 14px;
  }
  .flow-user_icon {
    width: 16px;
    height: 16px;
    border-radius: 5px;
  }
  ul.flow-list_area {
    width: 90%;
    margin: 40px auto 0;
    gap: 28px;
    display: block;
  }
  li.flow-list_wrap {
    width: 100%;
    height: auto;
    position: unset;
    padding: 24px 16px;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  span.flow-list_number {
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    font-size: 20px;
    width: 10%;
  }
  h3.flow-list_title {
    font-size: 18px;
    text-align: center;
    padding-top: 0px;
  }
  p.flow-list_text {
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
    padding-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
  }
  .arrow-blue {
    position: relative;
  }
  .arrow-blue::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 20px solid #2b90d1;
    border-bottom: 0;
    position: absolute;
    top: unset;
    bottom: -19px;
    right: calc(50% - 20px);
    transform: translateX(-50%);
  }
  .arrow-gray {
    position: relative;
  }
  .arrow-gray::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 20px solid #EBF5FB;
    border-bottom: 0;
    position: absolute;
    top: unset;
    bottom: -19px;
    right: calc(50% - 20px);
    transform: translateX(-50%);
  }
  section.entry-sec {
    padding: 60px 0;
    margin-top: 60px;
  }
  .entory-form_area {
    max-width: 600px;
    margin: 48px auto 0;
  }
  /* モーダル SP対応 */
  .privacy-modal_inner {
    width: 95%;
    max-height: 85vh;
  }
  .privacy-modal_header {
    padding: 16px 20px;
  }
  .privacy-modal_scroll {
    padding: 16px 20px;
  }
  .privacy-modal_footer {
    padding: 12px 20px 20px;
  }
  .privacy-modal_submit {
    width: 100%;
    max-width: 280px;
  }
}