#recruit {
  overflow-x: hidden;
  padding: 0;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
  .sp {
  display: none;
  }
@media (max-width: 768px) {
  .sp {
    display: inline;
  }
}

  .main {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-height: 1080px;
    overflow: hidden;
  }
  .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
    .main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.35;
    z-index: 1;
  }
  .copy {
    position: relative;
    text-align: center;
    margin: auto;
    z-index: 2;
  }  
  .copy article{
    position: absolute;
	  top: 0;
    left: 50%;
	  transform: translateX(-50%);
    text-align: center;
	  width: 350px;
	  height: 100px;
	  border-radius: 0 0 20px 20px;
	  background: #fff;
    font-weight: 700;
    font-size: 13px;
	  color: #2D496D;
    padding: 0; 
  }
  .copy article h3{
    line-height: normal;
    font-family: "Raleway", sans-serif;
	  font-size: 32px;
	  color: #434343;
    margin: 20px auto 0;
  } 
  .copy article h3 span{
    font-family: "Raleway", sans-serif;
	  font-size: 32px;
    text-transform: none;
	  color: #999999;
  } 
  .copy article span{
    font-family: "din-2014", sans-serif;
    font-weight: 700;
	  font-size: 16px;
  }    
  .copy figure{
    width: 100%;
    max-width: 100%;
    text-align: center;
	  margin: auto; 
  }
  .copy figure img {
    width: 100%;
    height: auto;
    max-width: 700px;
    margin: auto;
    padding-top: 330px; 
  }
@media (max-width: 768px) {
  .main {
    min-height: auto;
    max-height: 700px;
  }
  .copy article{
    width: 300px;
	  height: 80px;
	  border-radius: 0 0 15px 15px;
    font-size: 13px;
  }
  .copy article h3{
    line-height: 30px;
	  font-size: 28px;
    margin: 15px auto 0;
  }  
 .copy figure img {
    padding: 0 30px;
    margin: 240px auto 190px; 
  }  
}

  .view {
    color: #000000;
    font-weight: bold; 
  }

  .jobs {
    background-image: url('/corporate/images/common/recruit/bg_recruit1.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .jobs h2 {
    line-height: normal;
    font-size: 30px;
    color: #2D496D;
    text-align: center;
    padding: 120px 0 80px;
    margin: auto;
  }
  .job {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: auto;
    padding: 0 250px;
    gap: 30px;
  }
  .job dl {
    width: 32%;
  	position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .job dt {
  	color: #2987BC;
    text-align: center;
  	font-size: 24px;
  }
  .job dd {
    flex: 1; 
	  text-align: justify;
	  font-size: 16px;
    font-weight: 400;
    background: #F6F8FA;
    border-radius: 20px;
	  margin-top: 30px;
    padding: 40px;
  }
  .photo {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    gap: 50px;
    padding: 0 200px;
  }
  .photo img{
    border-radius: 20px;
    margin: 0 auto;
  }

@media (max-width: 1440px) {
  .job {
    padding: 0 60px;
  }
  .photo {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .jobs {
    background-image: url('/corporate/images/common/recruit/bgsp_recruit1.png');
    background-size: 100% auto;  
  }  
  .job {
    flex-direction: column;
    line-height: 0;
    padding: 0 20px 40px;
    gap: 40px;
  }
  .jobs h2 {
  	font-size: 32px;
    padding: 40px 0 30px;
  }
  .job dl {
    width: 100%;
    margin: 0;
  }
  .job dt {
  	font-size: 24px;
  }
  .job dd {
  	font-size: 16px;
    padding: 30px;
	  margin-top: 20px;
  }
  .photo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0;
    margin: auto;
  }
  .photo img {
    width: 100%;
    border-radius: 0;
    object-fit: cover;
  }  
}

  .requirements {
    background-image: url('/corporate/images/common/recruit/bg_recruit2.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .requirements h2 {
    font-size: 30px;
    color: #2D496D;
    text-align: center;
    padding: 120px 0 80px;
    margin: auto;
  }
  .requirements .tabs {
    background-color: #fff;
    max-width: 1050px;
    min-height: 1850px;
    border-radius: 0 0 20px 20px;
    margin: 0 auto;
  }
  .requirements .tab_item {
    width: calc(100%/3);
    height: 100px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    float: left;
    transition: all 0.2s ease;
  }
  .requirements .tab_item:hover {
    background-color: #F9F9F9;
    border-bottom: 1px solid #DDDDDD;
  }
  input[name="tab_item"] {
    display: none;
  }
  .requirements .tab_content {
    display: none;
    clear: both;
    overflow: hidden;
    margin: auto;
  }
  #construction:checked ~ #construction_content,
  #maintenance:checked ~ #maintenance_content,
  #sales:checked ~ #sales_content {
    display: block;
  }
  .requirements .tabs input:checked + .tab_item {
    background-color: #FFFFFF;
    border-bottom: 3px solid #2987BC;
  }
  table, th, td {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
    padding: 40px;
  }
  td {
    font-weight: 500;
    padding: 30px;
  }
  .requirements .tabs p {
    margin-bottom: 30px;
  }
@media (max-width: 768px) {
  .requirements {
    background-image: url('/corporate/images/common/recruit/bgsp_recruit2.png');
    background-size: 100% auto;  
  }
  .requirements h2 {
  	font-size: 32px;
    padding: 40px 0 30px;
  } 
  .requirements .tabs {
    max-width: 100%;
    min-height: auto;
    border-radius: 0;
  }
  .requirements .tab_item {
    width: calc(100%/3);
    height: 60px;
    font-size: 16px;
  }
  table, th, td {
    display: block;
    width: 100%;
    padding: 20px;
  }
  table {
    border: none;
  }
  table th {
    padding: 10px;
    border: none;
  }
  table td {
    font-weight: 400;
    padding: 10px;
    border-top: none;
  }
  .requirements .tabs p {
    margin: 0;
  }
}  

  .faq {
    background-image: url('/corporate/images/common/recruit/bg_recruit3.png');
    background-size: contain; 
    background-repeat: no-repeat;
  }
  .faq h2 {
    font-size: 30px;
    color: #2D496D;
    text-align: center;
    padding: 120px 0 80px;
    margin: auto;
  }
  .faq .qa {
    max-width: 1050px;
    min-height: 2200px;
    margin: auto;
  }
  .faq .qa h3 {
    font-size:24px;
    text-align: left;
  }
  .faq .accordion {
    max-width: 1050px;
    background-color: #f6f8fa;
    border-radius: 20px;
    margin: auto;
  }
  .faq .accordion summary {
    font-size: 24px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 40px 18px 30px;
  }
  .faq .accordion summary::-webkit-details-marker {
    display: none;
  }
  .faq .accordion summary::before,
  .faq .accordion summary::after {
    width: 30px;
    height: 1px;
    border-radius: 20px;
    background-color: #2987BC;
    content: '';
    position: absolute;
    right: 2em;
  }
  .faq .accordion summary::before {
    rotate: 90deg;
  }
  .faq .accordion summary::after {
    transition: transform 0.3s ease;
  }
  .faq .accordion[open] summary::before {
    display: none;
  }
  .faq .accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0px 30px 30px;
    transition: transform .5s, opacity .5s;
  }
  .faq .accordion[open] p {
    font-size: 16px;
    display: flex;
    align-items: center;
    transform: none;
    opacity: 1;
  }
  .faq .q, .a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
  }
  .faq .q{
    color: #fff;
    background:#2987BC;
  }
  .faq .a{
    color: #2987BC;
    border:1px solid #2987BC;
  }
@media (max-width: 768px) {
  .faq {
    background-image: url('/corporate/images/common/recruit/bgsp_recruit2.png');
    background-size: 100% auto;  
  }
  .faq h2 {
  	font-size: 32px;
    padding: 40px 0 30px;
  }
  .faq .qa {
    min-height: auto;
    padding: 0 20px;
  }
  .faq .qa h3 {
    text-align: left;
    padding-left: 30px;
  }
  .faq .accordion {
    max-width: 100%;
  }
  .faq .accordion summary {
    font-size: 16px;
    padding: 25px 20px 20px;
  }
  .faq .accordion summary::before,
  .faq .accordion summary::after {
    width: 15px;
    height: 1px;
    right: 1.2em;
  }
  .faq .accordion[open] p {
    font-size: 12px;
    font-weight: 400;
    padding: 0 20px 25px;
  }
  .faq .q, .a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 10px;
  }
  .faq .q{
    color: #fff;
    background:#2987BC;
  }
  .faq .a{
    color: #2987BC;
    border:1px solid #2987BC;
  }  
}

  .entry {
    text-align: center;
    margin: 0 auto 100px;
  }
  .entry h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .entry-button {
    width: 410px;
    height: 90px;
    border-radius: 60px;
    background: linear-gradient(270deg, #1E58A2 0%, #2D496D 100%);
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 0.2s ease; 
    text-decoration: none;
    margin: auto;
  }
  .entry-button:hover {
    color: #fff ;
    transform: translateY(-5px);
  }
  .entry-button::after{
    content: "";
    position: absolute;
    right: 40px;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;  
  }
@media (max-width: 768px) {
   .entry {
    background-image: url('/corporate/images/common/recruit/bgsp_recruit3.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 200px;
    margin-bottom: 0;
  }
  .entry h3 {
    font-size: 20px;
  }
  .entry-button {
    width: 100%;
    height: 100px;
    border-radius: 0;
    background: linear-gradient(270deg, #1E58A2 0%, #2D496D 100%);
  }
  .entry-button:hover {
    color: inherit;
    transform: none;
  }
  .entry-button::after {
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }        
} 