/* entrance */
.pc_none {
  display: none;
}
#left_page {
  padding: 0;
  background: url("../images/left_img.png") no-repeat center center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
#split h1 {
  position: absolute;
  color: #424242;
  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: #fff;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 3px;
  font-family: "MS Gothic";
}
.comp_name a {
  text-decoration: none;
  color: #fff;
}
.comp_name span {
  background: #88d535;
  line-height: 2;
  padding: 5px;
  letter-spacing: 0.06rem;
}
.comp_name.comp_name02 span {
  background: #2bb7dd;
}
.page_name {
  color: #fff;
  font-size: 40px;
  font-style: italic;
  letter-spacing: 3px;
  margin-bottom: 40px;
  line-height: 1.2em;
}
.t_txt {
  line-height: 25px;
  color: #fff;
  margin-bottom: 40px;
}
.top_ttl {
  text-align: center;
  width: 50%;
  position: absolute;
  top: 12%;
}
#split .btn {
  width: 50%;
  margin: 0 auto;
}
.btn a {
  display: block;
  border: 2px solid #fff;
  padding: 20px 0px;
  color: #fff;
  font-style: italic;
  letter-spacing: 3px;
  margin-top: 20px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.btn a:hover {
  background: #fff;
  color: #121212;
  transition: 0.7s;
}
.left_logo {
  position: absolute;
  left: 5%;
  bottom: 68%;
}
#right_page {
  padding: 0;
  background: url("../images/right_img.png") no-repeat center center / cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
#offical_page,
#recruit_page {
  width: 50%;
}
.copy {
  font-size: 11px;
  z-index: 999;
  padding: 100px;
  display: block;
  background: #0f3661;
  color: #fff;
}
.copy a {
  color: #fff;
}
.h_info {
  margin: 0 auto;
}

.txt_ft {
  font-size: 23px;
}
.txt_sd {
  font-size: 28px;
}

/* btn-tel -------------------------*/
.pc-nav li.btn-tel {
  width: 260px;
  position: absolute;
  right: 3%;
  top: 0px;
  min-height: 50px;
  font-size: 0.85em;
  font-weight: normal; /*font-family: 'Noto Serif JP', sans-serif;*/
  line-height: 16px;
  text-align: left;
  background: none;
}

.pc-nav li.btn-tel dl {
}
.pc-nav li.btn-tel dl dd {
}
.pc-nav li.btn-tel dl dd.hd-tel01 {
  position: relative;
}
.pc-nav li.btn-tel dl dd.hd-tel01 span:nth-of-type(1) {
  background: url("../images/hd_tel02.png") no-repeat 0px center;
  padding-left: 30px;
  font-size: 26px;
  font-weight: lighter;
  line-height: 100%;
  letter-spacing: 0.01em;
  padding-bottom: 0px;
  text-align: left;
  font-family: "Oswald", sans-serif;
  color: #fff;
}

.pc-nav li.btn-tel dl dd.hd-tel01 span:nth-of-type(2) {
  text-align: left;
  position: absolute;
  bottom: -30px;
  font-size: 16px;
  width: 400px;
  color: #fff;
  left: -130px;
  font-weight: lighter;
}

.pc-nav li.btn-tel dl dd span.tel_link a:link,
.pc-nav li.btn-tel dl dd span.tel_link a:visited {
  color: #fff;
}
.pc-nav li.btn-tel dl dd span.tel_link a:hover,
.pc-nav li.btn-tel dl dd span.tel_link a:active {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
/*
	        .pc-nav li.btn-tel span{ display: inline-block; margin: 0; padding: 5px 0 5px 30px; background: url("../images/common/hd_icon_tel.png") no-repeat left center; font-size: 2.55em; font-family: 'Montserrat', sans-serif;}*/
.pc-nav li.btn-tel span a {
  padding: 0px 0px 0px;
  line-height: inherit;
  font-size: 1em;
  font-weight: normal;
  background: none;
} /* reset */
/*
	        .pc-nav li.btn-tel span.btn-tel-time{ display: inline-block;letter-spacing: 0.05em; margin-left: 1em;}*/

.logo_img {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 11%;
}
.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-family: "Montserrat", sans-serif;
  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-list .date02 {
  width: 10%;
}
.right_page-recruit {
  font-size: 42px;
  color: #2bb7dd;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: 50%;
  margin: 10px auto;
  text-align: right;
  position: absolute;
  right: 10%;
}

/* footer */
footer.entrance_footer {
  padding-bottom: 0;
}
.ft_logo.entrance_logo {
  width: 100%;
}
.ft_nav.entrance_nav {
  width: 100%;
}
.ft_logo.entrance_logo dd {
  margin-top: 0;
}
.ft_logo.entrance_logo dt {
  color: #fff;
  border-right: 1px solid rgb(168, 164, 164);
}
.footer_list {
  justify-content: end;
}
.footer_list li {
  width: 50%;
}
.footer_list li:nth-of-type(n + 3) {
  margin-top: 30px;
}

.entrance_link {
  display: block;
  width: 100%;
  height: 100%;
}
/*=============================
	add_repair 210705
===============================*/
.offical_link {
  position: absolute;
  top: 45px;
  left: 90px;
}

@media screen and (max-width: 1280px) {
  .txt_ft {
    font-size: 18px;
  }
  .txt_sd {
    font-size: 23px;
  }
  .logo_img {
    top: 40%;
    left: 50%;
    width: 9%;
  }
}
@media screen and (max-width: 1040px) {
  .footer_list li {
    width: 100%;
  }

  .footer_list li:nth-of-type(n + 3) {
    margin-top: 0;
  }
}

@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: 21%;
  }
  .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;
  }
  /* .footer_list li {
    width: 100%;
  } */
  .ft_logo.entrance_logo dt {
    border-right: none;
  }
  .txt_ft {
    font-size: 12px;
  }
  .txt_sd {
    font-size: 14px;
  }
  .news_box h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  /* .news_box-txt {
    width: 100%;
    text-align: left;
  }
  .news_box-list .date02 {
    width: 100%;
    text-align: left;
  } */
  .left_logo {
    top: 80%;
    width: 25%;
    left: 2%;
  }
  #footer.entrance_footer02 {
    padding: 2em 0 1.5em;
  }
  .right_page-recruit {
    font-size: 22px;
    position: absolute;
    bottom: 18%;
    right: 6%;
  }
  .news_box-list .date02 {
    width: 100%;
    text-align: left;
  }
  section#split {
    overflow: visible;
    /* margin-bottom: 117px; */
  }
}
@media screen and (max-width: 464px) {
  .news_box {
    bottom: -137px;
  }
  section#split {
    /* margin-bottom: 139px; */
  }
}
@media screen and (max-width: 340px) {
  .right_page-recruit {
    bottom: 16%;
  }
}
