

body {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0;
  background: #fff;
  color: #222;
  line-break: strict;
}

h1 {
  border-bottom: solid 5px #3fbaf6;
  position: relative;
}


#page-top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ff6544;
  opacity: 0.6;
  z-index: 100;
}

#page-top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page-top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.recruit-header {
  background: #ff6544;
  text-align: center;
}

.img-pc{
display: block;
margin-right:auto; 
margin-left:auto;

}


.img-sp{
display: none;



}



nav{
  position: sticky !important; 
  top: 0;
  z-index: 100;

}


.nav-menu {
  display: flex; 
  justify-content: space-between; 
  list-style: none; 
  padding: 0;
  margin: 0;
  
}


.nav-menu li {
  flex: 1; 
  text-align: center; 
}


.nav-menu a {
  display: block; 
  padding: 15px 0;
  text-decoration: none; 
  color: #fff; 
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #3fbaf6; 
  transition: background-color 0.3s ease; 
}


.nav-menu a:hover {
  background-color: #dbf1fc; 
  color: #3fbaf6; 
}




.main-visual {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}



.main-text {
  position: relative;
  text-align: center;
  margin: 20px 10px 20px 10px;
}

.main-caption {
  font-size: 1.2rem;
  margin: 0 4px;
}

.main-realvoice {
  background: #fa6d43;
  color: #fff;
  border-radius: 18px;
  padding: 2px 14px;
  font-size: 1.1rem;
  margin: 0 4px;
}

.main-title {
  font-size: 2rem;
  font-weight: bold;
  display: inline;

}

.interview-section {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0;
}

.company-section {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0;
}

.access-section {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

.title-line {
  flex: 1;
  height: 1px;
  background: #ccc;
}

.title-main {
  font-size: 1.7rem;
  font-weight: bold;
  color: #222;
}

.title-sub {
  font-size: 1.1rem;
  color: #444;
}

.interview-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 28px;
}

.profile-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #fae9b2;
  background: #fff9e5;
}

.profile-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.profile-content .logo {
  height: 36px;
}

.profile-text {
  font-size: 1.2rem;
  color: #333;
  margin-top: 8px;
}

.interview-block {
  background: #fff;
  padding: 30px 0;
  /*border-bottom: 1px solid #eee;*/
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.interview-block02 {
  background: #fff;
  padding: 30px 0;
  /* border-bottom: 1px solid #eee;*/
  display: flex;
  gap: 50px;
}

.interview-block03 {
  background: #fff;
  padding: 30px 0;
  /* border-bottom: 1px solid #eee;*/
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.block-number-blue {
  font-size: 1.6rem;
  color: #3fbaf6;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
}

.block-title-bg-blue {
  background: #3fbaf6;
  color: #fff;
  padding: 2px 12px;
  border-radius: 4px;
  font-size: 1.05rem;
  margin-left: 8px;
}

.block-number-orange {
  font-size: 1.6rem;
  color: #fa6d43;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
}

.block-title-bg-orange {
  background: #fa6d43;
  color: #fff;
  padding: 2px 12px;
  border-radius: 4px;
  font-size: 1.05rem;
  margin-left: 8px;
}

.block-lead {
  font-size: 1.18rem;
  color: #444;
  font-weight: 500;
  margin: 20px 0 20px 0;
}

.block-text {
  font-size: 0.98rem;
  color: #333;
  margin-top: 8px;
  line-height: 1.7;
}

.access-text {
  font-size: 0.98rem;
  color: #333;
  margin-top: 8px;
  line-height: 1.7;
  text-align: center;
  padding: 30px;
}

.books-photo {
  width: 220px;
  margin-bottom: 12px;
}

.info {
  font-size: 1.18rem;
  color: #444;
  font-weight: 500;
  margin: 20px 0 20px 0;
  text-align: center;
}

.joblink {
text-decoration: none;


}

.company-section table {
  width: 100%;
  border-collapse: collapse;
  background: #fff8f7;
  margin-top: 15px;
}

.company-section th, .company-section td {
  text-align: left;
  padding: 10px 8px;
  border-bottom: 1px solid #e4e4e4;
}

.company-section th {
  width: 120px;
  background: #fef1ea;
  font-weight: bold;
}

.map{
  text-align: center;
  margin-top: 40px;
}

.map-container{
height: 250px;
margin-bottom: 20px;

}

.flex-area{
  display: flex;
  justify-content:center;
  gap: 15px;


}

.video-area{
flex: 0 0 auto


}

.img-area{
flex: 0 0 auto


}


.recruit-footer {
  background: #ff6544;
  color: #fff;
  padding: 0 0 50px 0;
  text-align: center;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 1rem;
  margin-bottom: 16px;
}




@media screen and (max-width: 768px) {
  .img-pc{
    display: block !important;
    width:100%; 
    max-width:850px; 
    margin-right:auto; 
    margin-left:auto;
  }

  .interview-section {
    padding: 24px 10px;
  }
  .interview-profile {
    flex-direction: column;
    gap: 12px;
  }
  .section-title {
    flex-direction: column;
    gap: 6px;
  }

    .flex-area{
  display: block !important;
  margin-top: 20px;


 }


  
}



@media screen and (max-width: 480px) {

  .books-photo {
  width: 220px;
  margin-bottom: 30px;
}

  .nav-menu a {
  padding: 10px 0;
  font-size: 1rem;
 
}

  .main-title {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline;

}
.img-pc{
display: none !important;


}


  .img-sp{
    display: block !important;
    width:100%; 
    margin-right:auto; 
    margin-left:auto;
  }


  .interview-section {
    padding: 24px 10px;
    max-width: 400px;
    display: block !important; 
  }
  .interview-profile {
    flex-direction: column;
    gap: 12px;
  }
  .section-title {
    flex-direction: column;
    gap: 6px;
  }


  .flex-area{
  display: block !important;
  margin-top: 20px;


 }

  .img-area{
    text-align: center;

  }

  .interview-block02{
    display: block;


  }

   .interview-block03{
    display: block;


  }



  .map{
  display: block;
  margin-top: 40px;
  gap: 15px;
}


.map-container{
height:200px;
text-align: center;

}

}
