@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap");
@media screen and (min-width: 680px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
:root {
  --navy: #05486d;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

html,
body {
  overflow-x: clip;
} /* または hidden でもOK */
p {
  line-height: 2;
}
p.lead {
  text-align: center;
  max-width: 700px;
  padding: 0 1rem;
  margin: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.5;
}
@media (max-width: 768px) {
  p.lead {
    text-align: left;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

a.alink {
  text-decoration: underline;
  color: var(--green);
}

section {
  padding: 4rem 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-family: "Fugaz One", "Noto Sans JP", sans-serif;
  color: var(--blue);
  font-size: 4.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2.5rem;
  vertical-align: middle;
  line-height: 0.9;
}
@media (max-width: 768px) {
  h2 {
    font-size: 3.5rem !important;
    margin-left: 1rem;
  }
}
h2 span {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding-left: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  h2 span {
    display: block;
    margin-top: 2rem;
  }
}

h3 {
  font-size: 2.5rem;
}

h4 {
  letter-spacing: 0.2rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
h4 span {
  font-size: 0.95rem;
  letter-spacing: 0.05rem;
}

#footer {
  padding-top: 3.5rem;
  background-color: #fff;
  color: var(--kon);
  position: relative;
}

#totop {
  position: absolute;
  right: 3%;
  bottom: 3%;
  display: flex;
}
@media (max-width: 768px) {
  #totop {
    right: 3%;
    bottom: 75%;
  }
}

.hero {
  position: relative;
  height: 90vh;
  overflow: hidden;
  padding: 0;
  background-image: url(https://noside-group.co.jp/recruit/wp-content/themes/cocoon-child-master/img/aqua-back.jpg);
}

.blue-back {
  background-image: url(https://noside-group.co.jp/recruit/wp-content/themes/cocoon-child-master/img/aqua-back.jpg);
  color: white;
}

#top-catch {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  width: 600px;
  align-items: center; /* 中央揃えを確実にする */
  gap: 20px; /* コピー同士の隙間を調整 */
}
#top-catch img {
  /* 影の設定：左右 0, 上下 0, ぼかし 10px, 濃い紺色 */
  filter: drop-shadow(0 0 8px rgba(0, 32, 96, 0.8));
}
@media (max-width: 768px) {
  #top-catch {
    top: 25%;
  }
  #top-catch img {
    width: 300px;
  }
}

#top-imgs img {
  position: absolute;
  border-radius: 30px;
}
#top-imgs .ti1 img {
  width: 400px;
  top: 5%;
  left: -5%;
  z-index: 10;
}
@media (max-width: 768px) {
  #top-imgs .ti1 img {
    width: 300px;
    top: -10%;
    left: -15%;
  }
}
#top-imgs .ti2 img {
  width: 350px;
  top: 40%;
  left: 5%;
}
@media (max-width: 768px) {
  #top-imgs .ti2 img {
    width: 150px;
    top: 8%;
    left: 70%;
  }
}
#top-imgs .ti3 img {
  width: 200px;
  top: 70%;
  left: 3%;
}
@media (max-width: 768px) {
  #top-imgs .ti3 img {
    display: none;
  }
}
#top-imgs .ti4 img {
  width: 500px;
  top: 10%;
  right: -8%;
}
@media (max-width: 768px) {
  #top-imgs .ti4 img {
    width: 300px;
    top: 50%;
    right: -8%;
  }
}
#top-imgs .ti5 img {
  width: 300px;
  top: 55%;
  right: 5%;
}
@media (max-width: 768px) {
  #top-imgs .ti5 img {
    width: 100px;
    top: 80%;
    right: 75%;
  }
}

ul.gaiyou-list {
  list-style: none;
  line-height: 1.8;
  padding: 0;
}
ul.gaiyou-list li {
  padding: 1rem;
  border-bottom: 1px solid white;
}
ul.gaiyou-list li span {
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding-right: 1rem;
}
ul.gaiyou-list li a {
  color: white;
}

.btn-sb {
  width: min(300px, 70vw);
  display: flex; /* ← inline-block から変更 */
  align-items: center; /* ← 垂直中央 */
  justify-content: center; /* ← 水平中央 */
  background-color: #fff;
  color: var(--red);
  border: solid 3px var(--red);
  text-align: center;
  font-weight: 700;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 6px 0 #a1020f; /* 下に影 */
  text-decoration: none;
  transition: all 0.2s ease;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;
}
.btn-sb img {
  width: 25px;
  padding-left: 8px;
}

.btn-sb span {
  display: block;
  font-size: 0.85rem;
  font-weight: normal;
}

.btn-sb:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #b5370c;
}

.btn-sb:active {
  transform: translateY(4px);
  box-shadow: none;
}

.marker {
  border-bottom: 3px solid yellow;
  background-color: transparent !important;
  padding: 0 2px;
}

.kadomaru {
  border-radius: 40px;
}

@keyframes kaku-rotate {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
/* アニメーション開始前に一瞬見えてしまうのを防ぐ（任意） */
#top-imgs img,
#top-catch img {
  opacity: 0;
}

/* カードを並べる親要素 */
.feature-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px; /* カード同士の間隔 */
  padding: 20px;
}

/* カード単体のスタイル */
.feature-card {
  background-color: #ffffff;
  color: #000000;
  padding: 15px 25px;
  border-radius: 15px; /* 角丸 */
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap; /* 改行させない */
  /* 立体感を出すための影（ドロップシャドウ） */
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
  /* 中央寄せ */
  display: flex;
  align-items: center;
  justify-content: center;
}

#message .msg-box {
  color: var(--navy);
  background-color: #fff;
  border-radius: 40px;
  width: min(1100px, 90vw);
  margin: auto;
}

/* カプセル型の白い背景 */
.feature-capsule {
  background: #fff;
  border-radius: 100px; /* 十分に大きくしてカプセル型に */
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  color: var(--navy);
  margin-bottom: 1.5rem;
  padding: 1rem 2rem;
}
.feature-capsule h3 {
  line-height: 1.5;
  display: flex;
  align-items: flex-start; /* 上揃え */
  margin-bottom: 0.5rem;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .feature-capsule h3 {
    display: block;
  }
}
.feature-capsule p {
  line-height: 1.7;
}

.feature-img {
  width: 180px;
  flex-shrink: 0;
}

.number {
  color: #1e5571;
  font-family: "Fugaz One", sans-serif;
  margin-right: 10px;
  font-size: 30px;
  line-height: 1; /* 行高を詰めると揃えやすい */
  margin-right: 15px; /* 数字とテキストの間の余白 */
  flex-shrink: 0; /* 数字が潰れないように固定 */
}
@media (max-width: 768px) {
  .number {
    display: block;
  }
}

/* スマホでは角丸を少し抑える（必要に応じて） */
@media (max-width: 768px) {
  .feature-capsule {
    border-radius: 30px;
  }
  .feature-img {
    margin: 0 auto;
  }
}
/* 背景の青色は親要素にかける想定 */
.step-container {
  padding: 80px 20px;
  overflow: hidden;
}

.step-card {
  /* 楕円のサイズ指定 */
  width: 260px;
  height: 200px;
  background-color: white;
  /* 楕円にする設定（横:縦を100%に） */
  border-radius: 50%/50%;
  /* ななめに傾ける（画像に合わせてマイナス20度〜30度程度） */
  transform: rotate(-40deg);
  /* 中の文字を中央に寄せるためのレイアウト */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .step-card {
    width: 200px;
    margin: auto;
  }
}

.step-content {
  /* カードの傾き（-15deg）を打ち消して文字をまっすぐにする */
  transform: rotate(40deg);
  color: #1e5571; /* ネイビー */
}

.step-number {
  display: block;
  font-family: "Fugaz One", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  margin-bottom: 10px;
}

.step-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.step-text {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
}

/* スマホ用の微調整 */
@media (max-width: 576px) {
  .step-number {
    font-size: 1.8rem;
  }
  .step-title {
    font-size: 0.9rem;
  }
  .step-text {
    font-size: 0.75rem;
  }
}
.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px; /* 文字と矢印の間隔 */
  padding: 15px 30px;
  color: white;
  justify-content: center;
  font-weight: 600;
  border: 2px solid white;
  background-color: transparent; /* 背景透明 */
  transition: background-color 0.3s ease; /* 背景色を変える場合 */
  border-radius: 50px;
  max-width: 320px;
  margin-bottom: 1.5rem;
}

.btn-plus-blue {
  color: var(--navy);
  border: 2px solid var(--navy);
}

/* 矢印（SVG）の動きを設定 */
.arrow-icon {
  transition: transform 0.3s ease; /* 動きをなめらかに */
}

/* ボタンをホバーした時、矢印だけを動かす */
.btn-arrow:hover .arrow-icon {
  transform: translateX(5px); /* 右に5px移動 */
}

.profile-box {
  max-width: 1140px;
  background-color: white;
  padding: 2rem;
  border-radius: 50px;
  margin: auto;
}
.profile-box h2 {
  color: var(--navy);
}
.profile-box.profile-box::before {
  content: none;
}

.company-list {
  max-width: 800px; /* お好みの幅に調整してください */
  margin: 0 auto;
}

.list-item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
}

/* 最初の項目の上にも線が欲しい場合 */
.list-item:first-child {
  border-top: 1px solid #c9c9c9;
}

dt {
  width: 30%; /* 左側のラベルの幅 */
  font-weight: bold;
  color: #333;
  padding-left: 1rem;
}

dd {
  width: 70%; /* 右側の内容の幅 */
  margin: 0;
  color: #333;
  line-height: 1.6;
}

/* スマホ用の調整（画面幅が狭い時に縦並びにする） */
@media (max-width: 600px) {
  .list-item {
    flex-direction: column;
  }
  dt {
    width: 100%;
    margin-bottom: 8px;
  }
  dd {
    width: 100%;
  }
}
#voice-title {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  #voice-title {
    display: block;
  }
}
#voice-title h2 {
  padding: 1.5rem;
}
#voice-title h2 span {
  display: block;
}

.slider-container {
  overflow: hidden; /* はみ出た画像を残さない */
  padding: 40px 0;
}

.slider-track {
  display: flex;
  width: 2800px; /* (画像幅 + 余白) * 枚数 */
  animation: scroll 20s linear infinite; /* 20秒かけてループ */
  align-items: center;
}

.slide {
  width: 330px; /* 画像の幅 */
  margin: 0 10px; /* 画像同士の余白 */
}

.slide img {
  width: 100%;
  height: auto;
  border-radius: 20px; /* 角丸を再現 */
  display: block;
}

/* アニメーションの設定：左に50%分（1セット分）進んだら0に戻る */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* マウスホバーで一時停止させる（お好みで） */
.slider-track:hover {
  animation-play-state: paused;
}

#join {
  background-color: #fff;
  border-radius: 80px;
  padding: 4rem;
  background-image: url(../img/il-skillup.png);
  background-repeat: no-repeat;
  background-position: top 10px right 50px;
}
@media (max-width: 768px) {
  #join {
    border-radius: 50px;
    padding: 2rem;
  }
}
#join h2 {
  color: #ed5053;
}
#join h2 span {
  color: var(--navy);
}

/* 2カラムに並べるための親要素 */
.link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 50%ずつ2つ並べる */
  gap: 20px 40px; /* 縦の隙間 20px / 横の隙間 40px */
  max-width: 1000px;
  margin: 0 auto;
}

.list-link-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 5px; /* 上下の余白 */
  text-decoration: none;
  color: #006699; /* 画像に近い青色 */
  font-weight: bold;
  font-size: 18px;
  /* 下線のみ（画像に合わせて少し太めの2px〜3px） */
  border-bottom: 3px solid #006699;
  transition: opacity 0.3s;
}

/* ホバー時にボタン全体を少し透明にする（お好みで） */
.list-link-btn:hover {
  opacity: 0.8;
}

/* 矢印アイコンの設定 */
.btn-arrow-icon {
  transition: transform 0.3s ease;
}

/* 矢印をCSSで定義 */
.list-link-btn::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  /* SVGをデータURI形式で指定（色は %23006699 = #006699 に変換） */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23006699" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

/* ホバーで10px動かす */
.list-link-btn:hover::after {
  transform: translateX(10px);
}

/* スマホでは1カラム（縦並び）にする */
@media (max-width: 768px) {
  .link-grid {
    grid-template-columns: 1fr;
  }
}
/* 1. 親要素の制限解除（ヒーローを全幅にするため、ここは維持） */
.home.page .wrap,
.home.page #content,
.home.page #content-in,
.home.page #main,
.home.page .article,
.home.page .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* 2. ヒーローセクションの設定（念のため） */
.home.page .hero {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 3. ヒーロー以下の .container だけに通常の幅制限をかける */
.home.page .container {
  /* Cocoonやサイトの標準幅に合わせて調整してください（例: 1140pxや1200px） */
  max-width: 1256px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

a:hover {
  color: #00256b;
}/*# sourceMappingURL=noside.css.map */