@charset "utf-8";
/* CSS Document */
/*ここからトップビジュアル*/
.TOP_visual {
  display: flex;
  align-items: flex-end;
  height: calc(100vh - 140px);
  min-height: 560px;
  overflow-x: hidden;
}
.TOP_visual-left {
  width: 300px;
  height: 500px;
  overflow: hidden;
  margin-bottom: 150px;
}
.TOP_visual-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.TOP_visual-image {
  margin-left: auto;
  width: calc(100% - 300px);
  height: calc(100vh - 140px);
  min-height: 560px;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}
.TOP_visual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 15% top;
  display: block;
  border-radius: 16px 0 0 16px;
}
/*ここまでトップビジュアル*/
/*ここからタイトル*/
.title-section {
  background: linear-gradient(to bottom, #50CAFF, #1C2E69); /*グラデーション*/
  padding-top: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -130px;
}
.title-section h2 {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 600;
}
.title_img img {
  margin-top: 100px;
  display: block;
  width: 100%;
  height: auto;
}
/*ここまでタイトル*/
.recruit {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 0;
}
.recruit-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 50px;
}
.recruit-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 1000px;
	gap: 50px;
	border-bottom: 2px solid #333;
}
.recruit-title h3 {
	font-size: 3.0rem;
	font-weight: 600;
}
.recruit-title h4 {
	font-size: 2.4rem;
	font-weight: 600;
}
.recruit-title p {
	font-size: 2.0rem;
	font-weight: 400;
}
.recruit dl {
	width: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
	border-bottom: 2px solid #333;
}
.recruit dt {
	width: 400px;
	font-size: 2.0rem;
	font-weight: 600;
}
.recruit dd {
	width: 600px;
}
.recruit-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.recruit-text_common {
	width: 100%;
	font-size: 2.0rem;
	font-weight: 400;
}
.recruit-text_Reference-Mark {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
}
/* =============================
  1120px以下 レスポンシブ対応
============================= */
@media (max-width: 1120px) {
  .TOP_visual-left {
    width: 100px;
  }
  .TOP_visual-image {
    margin-left: auto;
    width: calc(100% - 100px);
  }
  .TOP_visual-left img {
    display: none;
  }
  .title-section h2 {
    font-size: 3.0rem;
  }
  .title_img img {
    margin-top: 50px;
  }
  .recruit-title {
	width: 700px;
}
.recruit-title h3 {
	font-size: 2.4rem;
	font-weight: 600;
}
.recruit-title h4 {
	font-size: 2.0rem;
	font-weight: 600;
}
.recruit-title p {
	font-size: 1.6rem;
	font-weight: 400;
}
.recruit dl {
	width: 700px;
}
.recruit dt {
	width: 250px;
	font-size: 2.0rem;
	font-weight: 600;
}
.recruit dd {
	width: 450px;
}
.recruit-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.recruit-text_common {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 400;
}
.recruit-text_Reference-Mark {
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
}
}
/* =============================
  768px以下 レスポンシブ対応
============================= */
@media (max-width: 768px) {
  .TOP_visual {
    height: calc(50vh - 90px);
    min-height: 200px;
  }
  .TOP_visual-left {
    width: 50px;
  }
  .TOP_visual-image {
    margin-left: auto;
	height: calc(50vh - 90px); /* 👈 追加！ */
    min-height: 200px;
    width: calc(100% - 50px);
  }
  .TOP_visual-image img {
  object-position: 13% top;
  }
  .TOP_visual-image {
    margin-left: auto;
    width: calc(100% - 50px);
  }
  .TOP_visual-left img {
    display: none;
  }
  .recruit-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 300px;
	gap: 30px;
}
.recruit-title h3 {
	font-size: 2.0rem;
	font-weight: 600;
}
.recruit-title h4 {
	font-size: 1.8rem;
	font-weight: 600;
}
.recruit-title p {
	font-size: 1.4rem;
	font-weight: 400;
}
.recruit dl {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 10px;
}
.recruit dt {
	width: 300px;
	font-size: 1.8rem;
	font-weight: 600;
}
.recruit dd {
	width: 300px;
}
.recruit-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.recruit-text_common {
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
}
.recruit-text_Reference-Mark {
	width: 100%;
	font-size: 1.0rem;
	font-weight: 400;
}
}
