@charset "utf-8";

/* entrance */
.pc_none {
    display: none;
}
#left_page {
    padding: 0;
    background: url("../images/entrance/left.jpg") no-repeat center center /cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
#split h1 {
    position: absolute;
    color: #333;
    font-size: 11px;
    z-index: 999;
    top: 10px;
    left: 20px;
    font-weight: normal;
    text-align: left;
}
/* #split a img {
    position: absolute;
    top: 45px;
    left: 90px;
} */

#split {
    display: flex;
    flex-flow: wrap;
    height: 100vh;
    position: relative;
}
section#split {
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.comp_name {
    color: #333;
    font-size: 16px;
}
.comp_name a {
    text-decoration: none;
    color:#333;
}
.comp_name span {
    line-height: 2;
    padding: 5px;
    background-color:#CBF8FF;
}
.comp_name.comp_name02 span {
    background-color:#FDEEFA;
}
/* .page_name {
    color: #fff;
    font-size: 40px;
    font-style: italic;
    letter-spacing: 3px;
    margin-bottom: 40px;
    line-height: 1.2em;
} */

.top_ttl {
    text-align: center;
    width: 50%;
    position: absolute;
    top: 52%;
}


.left_logo {
    position: absolute;
    left: 6%;
    bottom: 22%;
}
#right_page {
    padding: 0;
    background: url("../images/entrance/right.jpg") no-repeat center center /cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
#offical_page,#recruit_page {
    width: 50%;
}

.txt_ft {
    font-size: 23px;
}
.txt_sd {
    font-size: 28px;
}


.logo_img {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:auto;
}
.news_box {
    position: absolute;
    background: rgb(255, 255, 255, 0.8);
    padding: 30px;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 60%;
}
.news_box h2 {
    font-size: 30px;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
    text-align: left;
}
.news_box h2 span {
    padding-left: 20px;
    font-size: 16px;
    vertical-align: middle;
}
.news_box-txt{
    width: 85%;
    text-align: left;
}
.news_box-txt a{   
    color: #28a7d4;
}
.news_box-list .date02 {
    width: 10%;
    font-family: 'Barlow', sans-serif;
}

  .right_page-recruit {
    font-size: 35px;
    color: #ff808f;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    width: 50%;
    margin: 0 auto;
    text-align: right;
    position: absolute;
    right: 13%;
  }
  
  /* footer */
footer.entrance_footer {
  padding-bottom: 0;
}
.ft_logo.entrance_logo {
  width: 80%;
}
.ft_nav.entrance_nav {
  width: 100%;
}

.ft_logo.entrance_logo dd {
  margin-top: 0;
  width: 47%;
}
.ft_logo.entrance_logo dt {
  border-right: 1px solid rgb(168, 164, 164);
  width: 47%;
}

.entrance_footer .footer_list li {
  width: 50%;  
  text-align: left;
}
.entrance_link {
  display: block;
  width: 100%;
  height: 100%;
}
/*=============================
      add_repair 210705
===============================*/
  
@media screen and (max-width: 1280px) {
  .txt_ft {
    font-size: 18px;
  }
  .txt_sd {
    font-size: 23px;
  }
  .logo_img {
    top: 40%;
    left: 50%;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  #split h1 {
    line-height: 1.4;
    top: 1%;
  }
  .top_ttl {
    position: static;
    width: 100%;
    margin: 0 auto;
  }
  .comp_name {
    position: absolute;
    right: 3%;
    line-height: 1;
  }
  .comp_name.comp_name01 {
    top: 24%;
  }
  .comp_name.comp_name02 {
    bottom: 13%;
  }
  .logo_img {
    top: 47%;
    width: 32%;
    left: 50%;
  }
  #right_page {
    width: 100%;
  }
  #left_page {
    width: 100%;
  }
  .news_box {
    width: 100%;
    padding: 10px;
    bottom: -116px;
    margin: 0 auto;
  }
  .news_box h2 {
    font-size: 27px;
  }
  .news_box h2 span {
    font-size: 15px;
    padding-left: 0;
  }
  .news_box-txt{
    width: 100%;
}

  .entrance_footer .footer_list li {
    width: 100%;
    margin-bottom: 25px;
  }
  .entrance_footer .ft_logo.entrance_logo{
    width: 100%;
  }
  .entrance_footer .ft_logo.entrance_logo dt {
    border-right: none;
    width: 100%;
    text-align: center;
  }
  .entrance_footer .ft_logo.entrance_logo dd {
    text-align: center;
    width: 100%;
  }
  .txt_ft {
    font-size: 15px;
  }
  .txt_sd {
    font-size: 17px;
  }
  .news_box h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .left_logo {
    top: 80%;
    width: 25%;
    left: 2%;
  }
  #footer.entrance_footer02 {
    padding: 2em 0 1.5em;
  }
  .right_page-recruit {
    position: absolute;
    bottom:30%;
    right:10%;
    text-shadow: 1px 2px 3px #fff; 
  }
  .news_box-list .date02 {
    width: 100%;
    text-align: left;
  }
  section#split {
    overflow: visible;
  }
}
@media screen and (max-width: 464px) {
  .news_box {
    bottom: -137px;
  }
  section#split {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 340px) {
  .right_page-recruit {
    bottom: 16%;
  }
}