body{
  min-height: 100vh;
  width: 100%;
  min-width: 320px;
  max-width: 1600px;
  margin: 0 auto;
  color: #333333;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 20px rgb(0 0 0 / 50%);
  box-shadow: 0 20px 20px rgb(0 0 0 / 50%);
  -webkit-touch-callout: none;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  z-index: 0;
}
body a {
  text-decoration: none;
  color: unset;
}
img {
  flex-shrink: 0;
}
.header_logo{
  max-width:15rem;
}
main {
  width: 100%;
  height: 100%;
  display: block;
}
#btt_button {
  display: inline-block;
  background-color: #757575;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 10px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  transition: background-color .3s;
  z-index: 1000;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
}
#btt_button:hover {
  cursor: pointer;
  background-color: rgb(146, 146, 146);
}
#btt_button:active {
  background-color: #555;
}
#btt_button i:before {
  font-style: normal;
  font-size: 1em;
  line-height: 40px;
  color: #fff;
}
#btt_button.show {
  opacity: 1;
  visibility: visible;
}
/* #btt_button i::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
} */
/* top interview detail */
.sec_int_list{
  background-color: #d3eceb;
  background-image:url("/_recruit_test/images/rec_top_bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}
.rec_hd_ttl h1{
  font-size: 3.75rem;
  line-height: 0.6;
  font-weight: bold;
}
.rec_hd_ttl h1 span{
  font-size: 1.875rem; 
  letter-spacing:0.1em;
}
.rec_hd_ttl_top{
  height: 277px;
  background-image:url("/_recruit_test/images/rec_top_hd@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pankuzu_wrap {
  color:#9c9b9a;
}
/* top */
.rec_top .video_cont {
  max-width: 1090px;
  margin: 0 auto;
}
.rec_top .rec_video_wrap {
 position: relative;
 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
 height: 0;
 overflow: hidden;
}
.rec_top .rec_video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_int_list h2.top_int_ttl{
  font-size: 4.5rem;
  font-style: italic;
  font-weight: bold;
}
.sec_int_list h2.top_int_ttl span{
  font-size: 1.125rem;
  font-weight: normal;
}
.rec_top .sec_int_list .sec_bumon{
  max-width: 1200px;
}
.rec_top .sec_int_list .sec_bumon .card{
  max-width: 32.25rem;
  height: 100%;
}
.rec_top .sec_int_list .sec_bumon .card>a{
  display: block;
  height: 100%;
}
.rec_top .sec_int_list .sec_bumon h4{
  width: 11.125rem;
  height: 2.125rem;
  font-size: 1.25rem;
  border: 1px solid #030000;
  text-align: center;
  line-height: 1.75;
}
.rec_top .sec_int_list .sec_bumon .card-text{
  font-size: 1.5rem;
}
.sec_btns .btn_to_rec{
  width: 335px;
  height: 102px;
  border: 2px solid #f69524;
  font-size: 1.875rem;
  color: #f69524;
  text-decoration: none;
}
.btn_to_rec2{
  width: 335px;
  height: 102px;
  border: 2px solid #f69524;
  font-size: 1.875rem;
  color: #f69524;
  text-decoration: none;
  line-height: 1.5;
  justify-content: center;
  display: flex;
  padding: 1.875rem 1.875rem 1.875rem;
}
/* recruit footer */
.rec_footer{
  color:#333333;
  background-color: #eeeded;
}
.ft_bnr_wrap a {
  max-width: 15.625rem;
  margin: 0 1rem;
}
.ft_info_link_wrap a {
  border-left: 1px solid #000;

}
.rec_side_nav_cont{
    width:200px; 
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .rec_side_nav{
    background-color:#d3eceb;
    z-index: 10;
    opacity: 1;
    transition: 0.6s;
    /* width:100%;  */
    /*position: absolute;
    top:0;
    right:0; */
  }
  nav.rec_side_nav:hover {
    opacity: 1!important;
    transition: 0.01s;
    background-color: #111;
    transition: 0.3s;
   
  }
  .nav_links {
    -webkit-box-shadow: 0 20px 20px rgb(0 0 0 / 50%);
    box-shadow: 0 4px 20px rgb(0 0 0 / 30%);
    background-color:#fff;
  }
  .nav_links a{
    border-bottom: 1px dotted #000;
  }
  .nav_links a:last-child{
    border-style:none;
  }
  .nav_links a i{
    margin-right: 5px;
  }
@media only screen and (max-width: 640px) {
  .header-logo{
    width: 10rem;
  }
  .rec_hd_ttl h1{
    font-size: 2rem;
  }
  .rec_hd_ttl h1 span{
    font-size: 1rem; 
  }
  .pankuzu_wrap {
    font-size: 14px;
  }
  .sec_int_list h2.top_int_ttl{
    font-size: 2rem;
    line-height: normal;
  }
  .sec_int_list h2.top_int_ttl span{
    font-size: 1rem;
  }
  .rec_top .sec_int_list .sec_bumon h4{
    font-size: 1rem;
  }
  .rec_top .sec_int_list .sec_bumon .card-text{
    font-size: 1rem;
  }
  .rec_top .btn_to_rec{
    font-size: 1.5rem;
  }
  .rec_hd_ttl_top{
    height: 10vh;
  }
}
@media only screen and (max-width: 992px) {
  .rec_side_nav_cont{
    display: none;
  }
}
/* interview */
.rec_int .sec_int,
.rec_info .sec_rec_info{
  max-width: 1087px;
  font-size: 20px;
  padding: 0;
}
.int_ttl_wrap,
.info_ttl_wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 152px;
}
.int_ttl_wrap{
  background-image: url(/_recruit_test/images/hd_bg@2x.jpg);
}

h2.int_ttl{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}
.int_ttl span {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  font-size: 18px;
  width: 262px;
}
@media all and (-ms-high-contrast: none) {
  .int_ttl span {
    height: 26px;
    line-height: 1.75;
  }
}
.int_desc{
  background-color: #f2f3f5;
}
h3.int_subtitle_top {
  font-size: 36px;
  border-bottom: 2px solid #000;
  line-height: 2.0;
}
h4.int_subtitle_sub {
  font-size: 36px;
  position: relative;
  display: inline-block;
  padding-left: 55px;
}
h4.int_subtitle_sub:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #333333;
  left: 0;
}
.int_inline_image_wrap {
  max-width: 540px;
  float: right;
  margin-left: 14px;
  margin-bottom: 14px;
}
.int_text_wrap p{
  line-height: 1.8;
}
@media only screen and (max-width: 992px) {
  .rec_int .sec_int,
  .rec_info .sec_rec_info{
    padding: 1rem;
  }
  .int_ttl_wrap,
  .info_ttl_wrap {
    background-position: right;
    height: 112px;
  }
  h2.int_ttl{
    font-size: 26px;
  }
  h3.int_subtitle_top,
  h4.int_subtitle_sub {
    font-size: 20px;
    line-height: 1.5;
  }
  .int_ttl span,
  .rec_int .sec_int,
  .rec_info .sec_rec_info{
    font-size: 16px;
  }
  .int_inline_image_wrap {
    float: none;
    margin: 0 auto 2rem auto;
    display: block;
  }
  h4.int_subtitle_sub:before {
    height: 2px;
  }
}

/* rec_info */
.info_ttl_wrap {
  background-image: url(/_recruit_test/images/rec_info/hd_bg_rec_info.jpg);
}
.rec_info_btns .btn_to_shinsotsu,
.rec_info_btns .btn_to_chuuto {
  width: 440px;
  height: 72px;
}

#rec_new_grad .rec_info_btns .btn_to_shinsotsu {
  background-color:#003fa8;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}
#rec_new_grad .rec_info_btns .btn_to_chuuto {
  border: 1px solid #030000;
  font-size: 1.5rem;
  color: #333333;
  text-decoration: none;
}
#rec_career .rec_info_btns .btn_to_shinsotsu {
  border: 1px solid #030000;
  font-size: 1.5rem;
  color: #333333;
  text-decoration: none;
}
#rec_career .rec_info_btns .btn_to_chuuto {
  background-color:#1aae62;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}

.table_ttl{
  font-size: 24px;
}
.rec_info_table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #f2f3f5;
  border-bottom: 1px solid #f2f3f5;
  border-left: 1px solid #f2f3f5;
}
.rec_info_table th, .rec_info_table td {
  border-bottom: 1px solid #f2f3f5;
  padding: 10px;
  /* font-size: 14px; */
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #f2f3f5;
  background: #FFF;
}
.rec_info_table th{
  background-color:#f2f3f5;
  padding-left: 1rem;
  font-weight: normal;
  width: 272px;
  height: 106px;
}
.rec_info_table .second_col{
  width: 204px;
}
h3.ask_ttl{
  padding: 2rem 0;
  display: block;
  font-size: 36px;
  border-top: 1px solid #030000;
  border-bottom: 1px solid #030000;
}
.to_otoiawase{
  color: #fefefe;
  background-color: #f69421;
  font-size: 1.875rem;
  padding: 1.75rem 0;
}
@media only screen and (max-width: 768px){
  .rec_info_table th, .rec_info_table td {
      padding: 10px 5px;
  }
  .rec_info_table th{
    width: 10%;
  }
  .rec_info_table .second_col{
    width: 20%;
  }
  .rec_info_table .third_col{
    width: 70%;
  }
  h3.ask_ttl,
  .to_otoiawase{
    padding: 1rem 0;
    font-size: 20px;
  }
}