/* 基本設定 */
body {
  font-family: 'Segoe UI', 'ヒラギノ角ゴ ProN', 'Meiryo', sans-serif;
  margin: 0;
  padding: 0;
  background: #f6f8fa;
  color: #222;
}

.header {
  position: fixed;
  top: 0;
  width: 95%;
  height: 64px;
  background: transparent; /* 背景色なし */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  z-index: 1100;
  box-shadow: none;
}

/* サービスセクション */
.services-a-link {
align-items: flex-start;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    height: auto;
    justify-content: flex-start;
    padding: 32px;
}

.services-img {
flex: none;
    height: 80px;
    width: 80px;
    position: relative;
}

.services-head {
color: #ea5514;
    flex: 1;
    font-family: var(--s-font-678bf091);
    font-feature-settings: 'palt' 1;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: left;
    text-decoration: none;
    width: auto;
    max-width: 100%;
}

/* ユーザの声セクション */
.user-voice-block {
align-items: flex-start;
    background: #eeeeee;
    border-radius: 20px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    height: auto;
    justify-content: flex-start;
    padding: 0.8rem;
}

.user-voice-img {
    flex: none;
    height: auto;
    margin: 0px 12px 0px 0px;
    width: 70px;
    max-width: calc(100% - 12px);
}

.user-voice-text {
	font-size: 0.7rem;
}

/* 背景色 */
.background-color1 {
  background: #fa6750;
}

.background-color-white {
  background: white;
}

/* テキストの修飾 */
.no-underline {
  text-decoration: none; /* 下線を削除 */
}

/* テキストの色 */
.text-color-white {
  color: white;
}

.text-color-black {
  color: black;
}

.text-color-gray {
  color: gray;
}

.text-color-orange {
  color: orange;
}

.text-color-recruit {
  color: #ffb329;
}

/* テキストの太さ */
.text-bold {
  font-weight: bold;
}

/* テキストのサイズ */
.text-size-1rem {
  font-size: 1rem;
}

.text-size-2rem {
  font-size: 2rem;
}

.text-size-3rem {
  font-size: 3rem;
}

.text-size-4rem {
  font-size: 4rem;
}

.text-size-5rem {
  font-size: 5rem;
}

/* マージン */
.mt-1rem {
  margin-top: 1rem;
}

.mt-2rem {
  margin-top: 2rem;
}

.mt-3rem {
  margin-top: 3rem;
}

.ml-1rem {
  margin-left: 1rem;
}

.ml-2rem {
  margin-left: 2rem;
}

.ml-3rem {
  margin-left: 3rem;
}

.ml-4rem {
  margin-left: 4rem;
}

.ml-5rem {
  margin-left: 5rem;
}

.ml-6rem {
  margin-left: 6rem;
}

.mr-1rem {
  margin-right: 1rem;
}

.mr-2rem {
  margin-right: 2rem;
}

.mr-3rem {
  margin-right: 3rem;
}

.mr-4rem {
  margin-right: 4rem;
}

.mr-5rem {
  margin-right: 5rem;
}

.mr-6rem {
  margin-right: 6rem;
}

.logo img {
  height: 40px;
}

.header-nav {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* padding */
.pl-1rem {
  padding-left: 1rem;
}

.pl-2rem {
  padding-left: 2rem;
}

.pl-3rem {
  padding-left: 3rem;
}

.pl-4rem {
  padding-left: 4rem;
}

.pl-5rem {
  padding-left: 5rem;
}

.pl-6rem {
  padding-left: 6rem;
}

.pl-7rem {
  padding-left: 7rem;
}

.pl-8rem {
  padding-left: 8rem;
}

.pl-9rem {
  padding-left: 9rem;
}

.pl-10rem {
  padding-left: 10rem;
}

.pr-1rem {
  padding-right: 1rem;
}

.pr-2rem {
  padding-right: 2rem;
}

.pr-3rem {
  padding-right: 3rem;
}

.pr-4rem {
  padding-right: 4rem;
}

.pr-5rem {
  padding-right: 5rem;
}

.pr-6rem {
  padding-right: 6rem;
}

.pr-7rem {
  padding-right: 7rem;
}

.pr-8rem {
  padding-right: 8rem;
}

.pr-9rem {
  padding-right: 9rem;
}

.pr-10rem {
  padding-right: 10rem;
}


/* 幅↓ */
.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-85 {
  width: 85%;
}

/* 幅↑ */
/* ボーダーライン↓ */

/* 点線 */
.border-top-dashed {
	border-top: 1.5px dashed #bbb;
}

.border-bottom-dashed {
	border-bottom: 1.5px dashed #bbb;
}

/* ボーダーライン↑ */

/* お問い合わせ */
.contact-form {
	align-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.0);
	border-radius: 0;
	flex: none;
	gap: 52px;
	justify-content: flex-start;
	margin: 0px;
	opacity: 1;
	padding: 0px;
	width: 70%;
	--gap-h-041a43bc-9bf3-4e55-bc36-872329be584f: 0px;
	--gap-v-041a43bc-9bf3-4e55-bc36-872329be584f: 52px;
	--gap-uuid: 041a43bc -9bf3 -4e55 -bc36-872329be584f;
	max-width: 100%;
}

.contact-star {
	border-radius: 0;
	color: #fa6750;
	font-family: var(--s-font-4c9b7e2c);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4;
	margin: 0px 0px 0px 5px;
	opacity: 1;
	padding: 0px 0px 0px 0px;
	text-align: center;
	max-width: calc(100% - 5px);
	justify-content: center;
}

.contact-input-no-border {
	background: #FFFFFF;
    border-bottom: 0px solid #EEEEEE;
    border-left: 0px solid #EEEEEE;
    border-radius: 0px;
    border-right: 0px solid #EEEEEE;
    border-top: 0px solid #EEEEEE;
    box-shadow: none;
    width: 75%;
    max-width: 75%;
    text-align: left;
}

.contact-textarea {
	background: #FFFFFF;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-radius: 10px;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    box-shadow: none;
    color: #333;
    flex: none;
    font-family: var(--s-font-4c9b7e2c);
    font-size: 15px;
    font-weight: 300;
    height: 180px;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1.55;
    opacity: 1;
    padding: 16px 16px;
    text-align: left;
    text-shadow: none;
    width: 75%;
    max-width: 75%;
}

.btn-form-submit {
  padding: 10px 20px;
  border: 2px solid #fa6750;
  background: #fa6750;
  color: #fff;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: box-shadow 0.2s, background 0.2s, color 0.2s;
  text-decoration: none;
  outline: none;
  box-shadow: 0 2px 4px rgba(50,50,50,0.05);
}

/* contactボタン：黒背景・黒枠・黒文字 */
.btn-contact {
  padding: 10px 20px;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: box-shadow 0.2s, background 0.2s, color 0.2s;
  text-decoration: none;
  outline: none;
  box-shadow: 0 2px 4px rgba(50,50,50,0.05);
}



/* モーダル起動用の3本線黒円ボタン */
.btn-modal3lines {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  background: #000;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.btn-modal3lines:focus, .btn-modal3lines:hover {
  background: #333;
  border-color: #222;
}

/* 3本線部分 */
.modal-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 22px;
  height: 22px;
}
.modal-lines::before, .modal-lines::after, .modal-lines {
  content: "";
}
.modal-lines::before, .modal-lines::after {
  display: block;
  height: 3px;
  width: 22px;
  background: #fff;
  border-radius: 2px;
}
.modal-lines {
  background: #fff;
  height: 3px;
  width: 22px;
  border-radius: 2px;
  margin-top: 7px;
  margin-bottom: 7px;
  position: relative;
}
.btn-modal3lines .modal-lines {
  position: relative;
}

.btn-modal3lines .modal-lines::before {
  position: absolute;
  top: -9px;
  left: 0;
}
.btn-modal3lines .modal-lines::after {
  position: absolute;
  top: 9px;
  left: 0;
}

/* メイン部余白 */
main {
  padding: 6rem 1rem 1rem 1rem;
  margin: 0 auto;
}

/* セクションタイトル */
.section h2 {
  font-size: 2rem;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

/* 2段2列グリッド */
.block-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

/* 2段2列グリッド */
.user-voice-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}

/* 見出し内のdivの中のテキスト */
.heading-div-text1 {
    font-size: 2em;
    font-weight: bold;
    text-align: left;
}

.heading-div-text2 {
    text-align: left;
}

/* オレンジ色の文字 */
.section-heading-text2-orange {
  color: orange;
  font-weight: bolder;
}

/* ユーザ登録数の文字 */
.user-people-text1 {
    color: #ea5514;
    font-family: var(--s-font-4c9b7e2c);
    font-size: 10px;
    font-weight: 700;
    height: auto;
    left: 76px;
    line-height: 1.4;
    margin: 0 0 0 0;
    position: absolute;
    text-align: left;
    top: 37px;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}

/* オレンジ色の文字 */
.user-people-text2 {
color: #ea5514;
    font-family: var(--s-font-4c9b7e2c);
    font-size: 10px;
    font-weight: 700;
    height: auto;
    left: 76px;
    line-height: 1.4;
    margin: 0 0 0 0;
    position: absolute;
    text-align: left;
    top: 37px;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}


/* テキストの方向 */
.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-break-word {
  word-break: break-word;
}

.d-flex {
  display: flex;
}

.align-items-flex-start {
  align-items: flex-start;
}

.align-items-start {
  align-items: start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}
.justify-content-flex-start {
  justify-content: flex-start;
}

.justify-content-space-between {
  justify-content: space-between;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-row {
  flex-direction: row;
}

.section-heading-text1 {
    font-size: 5rem;
    text-align: left;
}

.section-heading-text2 {
    font-size: 1rem;
    text-align: left;
}

.info-block {
  display: flex;
align-items: flex-start;
    background: rgba(0, 0, 0, 0.0);
    color: #000000ff;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    padding: 0px 0px 60px 0px;
    width: 75%;
    max-width: 75%;
}

/* お知らせリスト（上下に点線） */
.news-list {
  padding: 20px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(58,141,222,0.06);
  font-size: 1.01rem;
  margin: 0;
  list-style: none;
}

.news-list li {
  position: relative;
  padding: 0.6rem 0;
  text-align: left;
}
/* ▼ オレンジ色のリクルートボタン大 */
.recruit-section {
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.big-recruit-btn {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 26px;
  background: linear-gradient(90deg, #ee8615 60%, #ffb329 100%);
  margin: 0 auto;
  box-shadow: 0 4px 18px rgba(230,120,30,.17);
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.15s;
  min-height: 88px;
  min-width: 0;
}
.big-recruit-btn:hover, .big-recruit-btn:focus {
  box-shadow: 0 8px 30px rgba(230,120,30,.28);
  transform: translateY(-2px) scale(1.025);
}
.big-recruit-left, .big-recruit-center, .big-recruit-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.big-recruit-left {
  width: 40%;
  padding: 14px 0 14px 32px;
  color: #fff;
  font-weight: 600;
  font-size: 1.48rem;
}

.recruit-title {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.recruit-caption {
  font-size: 1rem;
  font-weight: normal;
}

.big-recruit-center {
  width: 40%;
  padding: 14px 10px 14px 18px;
  color: #fff;
  font-size: 1.03rem;
  font-weight: 500;
  justify-content: center;
  gap: 3px;
}

.big-recruit-right {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 白丸＋↗（右上矢印） */
.circle-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
/* background: #fff; */  
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.13);
  position: relative;
  transition: background 0.17s;
}
.circle-arrow-btn:hover {
  background: #f9f9f9;
}
.box-arrow {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  font-size: 1.5rem;
  top: -0.4rem;
  left: 0.2rem;
}
.box-arrow::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 16px;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  transform: rotate(-45deg);
}
.box-arrow::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: none;
  transform: rotate(0deg);
}

/* ========== モーダル画面 ========== */
/* 全体背景 */
.modal {
  display: none;
  position: fixed;
  z-index: 1999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(0,0,0,0.36);
}

/* モーダル本体：幅98.8%、高さ45%。角丸(上左右1/4円)・長方形 */
.modal-box {
  background: #fff;
  width: 98.8%;
  height: 45vh;
  min-height: 320px;
  max-height: 660px;
  position: absolute;
  left: 0;
  top: 50vh; /* 10vhだった */
  border-top-left-radius: 70px 60px;
  border-top-right-radius: 70px 60px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 6px 32px rgba(58,141,222,0.15), 0 0px 0px #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modal-top {
  display: flex;
  flex-direction: row;
  align-items: end;
  height: 10%;
  min-height:32px;
  padding: 1.5rem;
  border-top-left-radius: 70px 60px;
  border-top-right-radius: 70px 60px;
  background: #fff;
  justify-content: space-between;
}
.modal-spacer {
  flex: 1;
  /* 上部左端は空白として利用 */
}

.close-btn {
  width: 36px;
  height: 36px;
  border: none;
  outline: none;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(30,30,30,0.07);
}

.close-x {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.close-x::before, .close-x::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 2px;
  width: 3px;
  height: 14px;
  background: #fff;
  border-radius: 1.5px;
}
.close-x::before {
  transform: rotate(45deg);
}
.close-x::after {
  transform: rotate(-45deg);
}

/* 中部：メニュー(縦) */
.modal-middle {
  height: 70%;
  flex: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 0 32px;
}
.modal-menu {
  padding: 0;
  margin: 18px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.modal-menu li a {
  text-decoration: none;
  color: #222;
  font-size: 1.17rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 0.15s;
}
.modal-menu li a:hover {
  color: #ee8615;
}

/* 下部：左に2つ(横並び), 右にSNS(縦並び) */
.modal-bottom {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 20%;
  padding: 0 32px;
  min-height: 42px;
  justify-content: space-between;
  gap: 0;
}
.modal-bottom-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  height: 100%;
}
.modal-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 9px;
}

.policy-link {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  gap: 4px;
  transition: color 0.15s;
}
.policy-link:hover {
  color: #ee8615;
}

.icon-external {
  /* 箱＋↗（アイコンはicon.css） */
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  font-size: 13px;

}

/* SNSアイコンの共通フォーマット */
.icon-sns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 50%;
  background: #f3f3f3;
  box-shadow: 0 1px 7px rgba(0,0,0,.08);
  transition: background 0.16s, transform 0.13s;
  text-decoration: none;
}
.icon-sns:hover {
  background: #ee8615;
  transform: scale(1.07);
}

/* ======= フッター ======= */
.footer {
  width: 100%;
  background: transparent;
  min-height: 92px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 13px 30px 0 30px;
  box-sizing: border-box;
  position: relative;
  flex-wrap: wrap;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 23px;
}

.footer-logo {
  height: 38px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  margin-left: auto;
}

.sns-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.footer-follow-text {
  color: #ee8615;
  font-size: 0.99rem;
  font-weight: bold;
  margin-right: 2px;
  letter-spacing: 0.05em;
}

.sns-bottom {
  font-size: 0.98rem;
  color: #777;
  margin-top: 2px;
}

/* ---- レスポンシブ ---- */
@media (max-width: 1020px) {
  .big-recruit-btn {
    max-width: 99vw;
  }
  .modal-box {
    border-top-left-radius: 38px 24px;
    border-top-right-radius: 38px 24px;
  }
  .footer {
    padding: 10px 7vw 0 7vw;
  }
}
@media (max-width: 850px) {
  .block-container {
    grid-template-columns: 1fr;
    grid-gap: 18px;
  }
  .user-voice-container {
    grid-template-columns: 1fr;
    grid-gap: 18px;
  }
  .big-recruit-btn {
    flex-direction: column;
    padding: 0 0;
  }
  .big-recruit-left, .big-recruit-center, .big-recruit-right {
    width: 100%;
    align-items: flex-start;
    padding: 10px 20px;
  }
  .big-recruit-right {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 10px 17px 15px 0;
  }
  .big-recruit-btn {
    border-radius: 22px;
    min-height: 111px;
  }
  .footer {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    min-height: 133px;
  }
  .footer-right {
    align-items: flex-start;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .header {
    padding: 0 7px;
    height: 54px;
  }
  main {
    padding: 65px 4px 60px 4px;
  }
  .big-recruit-btn {min-height: 91px;}
  .section h2 {
    font-size: 1.2rem;
    padding-left: 7px;
  }
  .modal-box {
    border-top-left-radius: 22px 18px;
    border-top-right-radius: 22px 18px;
    min-height: 220px;
    max-height: 99vh;
    top: 52vh;
    padding-bottom: 0;
  }
  .modal-middle {
    padding-left: 10px;
  }
  .modal-menu li a {
    font-size: 1.0rem;
  }
  .modal-bottom {
    padding: 0 7px;
  }
  .footer-left {
    gap: 9px;
  }
  .footer-logo {
    height: 26px;
  }
  .icon-sns {
    width: 28px; height: 28px;
  }
}

/* --- 可視性補助設定 --- */
@media (max-width: 420px) {
  .policy-link, .footer-follow-text, .sns-bottom {
    font-size: 0.87rem;
  }
  .modal-menu li a {
    font-size: 0.92rem;
  }
}