/* --------------- 下層見出し一式 --------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

.section {
  position: relative;
  background-size: cover;
  background-position: center;
  height:auto;
  color:#00275B;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  overflow: hidden;
  margin-top:100px;
}
@media screen and (max-width:1030px) {/* sp */
	.section { margin-top:70px; }
}

.tech-inner {
  position: relative;
  z-index: 2;
  width: 1000px;
}
@media screen and (max-width:1030px) {/* sp */
	.tech-inner { width:90%; }
}

.tech-label-2 {
  font-size:20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #00275B;
}
@media screen and (max-width:1030px) {/* sp */
	.tech-label-2 { font-size:18px; margin-bottom:0px; }
}

.tech-title {
  font-family: 'Poppins', sans-serif;
  font-size: 83px;
  font-weight: 700;
  color: #E3D14A;
  margin-bottom: 24px;
}
@media screen and (max-width:1030px) {/* sp */
	.tech-title { font-size:42px;   margin-bottom: 15px; }
}

.tech-subtitle-2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #00275B;
}
@media screen and (max-width:1030px) {/* sp */
	.tech-subtitle-2 { font-size:22px; line-height:40px; }
}

.tech-description-2 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
  color: #4C4C4D;
}

.tech-buttons {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
@media screen and (max-width:1030px) {/* sp */
	.tech-buttons { row-gap: 5vw; column-gap: 5%; }
}

.main-img-wrapper {
  width: 100vw; 
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.main-img {
  width: 100%;
  height: auto;
  display: block;
}


.main-img-wrapper {
  width: 100vw; 
  height:400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width:1030px) {/* sp */
	.main-img-wrapper { height:200px; }
}





.main-line-wrapper {
  width: 100vw; 
  height: 66px;
  background-color: #00275B;
  display: flex;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.main-line-moji {
  width: 1000px; 
  padding-left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
}
@media screen and (max-width:1030px) {/* sp */
	.main-line-moji { width:90%; margin-left:5%;  }
}

.main-line-moji a {
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #fff;
}
.main-line-moji a:hover {
  color: #DACA4D;
}

/* -----ボタン2------ */
.tech-btn-2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  background: #00275B;
  font-weight: bold;
  border-radius: 15px;
  width:230px;
  padding: 20px 30px;
  border: none;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 1;
}
@media screen and (max-width:1030px) {/* sp */
	.tech-btn-2 { width:47%;  font-size: 15px;  padding: 20px 20px; }
}

.tech-btn-2::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: #DACA4D; /* ホバー時の色 */
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: 0;
}

.tech-btn-2:hover::before {
  transform: translateX(0);
}

.tech-btn-2 {
  position: relative;
  z-index: 1;
}

.tech-btn-2::before {
  z-index: 0; 
}

.tech-btn-2 span {
  position: relative;
  z-index: 2;
}



/* --------------- 英語 --------------- */
html[lang^="en"] div,
html[lang^="en"] p {
  text-align: left !important;
}

html[lang^="en"] .recruit-none,
html[lang^="zh-CN"] .recruit-none,
html[lang^="zh-TW"] .recruit-none,
html[lang^="ko"] .recruit-none {
    display: none;
    margin:0;
    padding:0;
}
