@charset "UTF-8";
.our-work.recruitdatawrap {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .our-work.recruitdatawrap {
    padding-bottom: 90px;
	  padding-top: 102px;
  }
}
.our-work.recruitdatawrap .our-work-h3 {
  margin-bottom: 0;
}
.recirements-wrap {
  border-radius: 40px 40px 0 0;
  background: #136cfa;
  padding-top: 160px;
  padding-bottom: 160px;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .recirements-wrap {
    border-radius: 30px 30px 0 0;
    padding-top: 100px;
	  padding-bottom: 95px;
  }
}
.recirements-content {
  width: clamp(331px, 88.2667vw, 1160px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	.recirements-content {
  width: 100%;
 padding: 0 8px ;
}
	
}

.recruitment-container {
  width: 100%;
  margin: 0 auto;
}
.recruitment-section {
  width: 100%;
}
/* タブデザイン */
.tab-menu {
  display: flex;
  gap: 10px;
}
.tab-item {
  border: none;
  cursor: pointer;
  padding: 24px 84px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 15px 15px 0 0;
  transition: background-color 0.3s, color 0.3s;
  background-color: #e3e7ed; /* 非アクティブ時の薄い青 */
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
  letter-spacing: 0.96px;
}
.tab-item.active {
  background-color: #c9e2ff;
  color: #136cfa;
}
/* コンテンツカード */
.tab-content {
  background-color: #ffffff;
  border-radius: 0 40px 40px 40px;
  padding: 100px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.info-table {
  border-top: 1px solid #bebebe;
}

@media screen and (max-width: 768px) {
	.tab-content .info-table {
 margin-bottom: 0;
}
	
}

/* テーブル形式のレイアウト */
.info-row {
  display: flex;
  border-bottom: 1px solid #bebebe;
  padding: 24px 0;
}
.info-row dt {
  width: 158.629px;
  font-weight: bold;
  flex-shrink: 0;
  color: #191e2e;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
}
.info-row dd {
  margin: 0;
  line-height: 1.6;
  color: #191e2e;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.54px;
}
@media screen and (max-width: 768px) {
  .info-row dd {
    font-feature-settings: 'palt'on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.48px;
  }
}
/* パネルの表示切り替え */
.content-panel {
  display: none;
}
.content-panel.active {
  display: block;
}
/* エントリーボタン */
.entry-footer {
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
.content-panel .entry-footer {
	margin-top: 50px;
}
}




.entry-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #136cfa;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  transition: opacity 0.3s;
  border-radius: 100vh;
  width: 210px;
  height: 64px;
  border: 1px solid #136cfa;
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 24px */
  letter-spacing: 0.45px;
  transition: all 0.3s ease;
}
.entry-button:hover {
  color: #136cfa;
  background-color: #fff;
}
.entry-button .arrow {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #0d4a8e; /* 濃い青の円 */
  border-radius: 50%;
  right: 15px;
  top: 15px;
  position: absolute;
}
.entry-button .arrow img {
  width: 15px;
  height: 12px;
  aspect-ratio: 5/4;
}
/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .tab-content {
    padding: 60px 25px;
    border-radius: 0 20px 20px 20px;
  }
  .info-row {
    flex-direction: column;
    padding: 20px 0;
  }
  .info-row dt {
    width: 100%;
    margin-bottom: 5px;
    color: #191E2E;
    font-feature-settings: 'palt'on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 32px */
    letter-spacing: 0.48px;
  }
  .tab-item {
    font-size: 20px;
    padding: 17px 24px;
  }
	
	  .info-row:last-child{
   border: none;
  }
	
} /*# sourceMappingURL=requirements.css.map */