body {
  font-size: 16px;
  font-size: 1.6rem;
  font-feature-settings: "pkna" 1;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
}

.hov_opa a:hover {
  opacity: 0.8;
}

.hov_img a:hover img {
  opacity: 0.8;
}

#entrance {
  width: 100%;
  min-width: 1120px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#entrance .hd_ent .hd_bar {
  background: #fff;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#entrance .hd_ent .hd_bar .infoBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#entrance .hd_ent .hd_bar .btn_tel .tel {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
#entrance .hd_ent .hd_bar .btn_tel .tel::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("/entrance/img/common/ic-tel.png");
  background-size: contain;
  margin-right: 10px;
}
#entrance .hd_ent .hd_bar .btn_tel .worktime {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
#entrance .hd_ent .hd_bar .btn_ptn1 a {
  display: block;
  width: 230px;
  max-width: 100%;
  height: 45px;
  padding: 0 15px;
  background: #e34284;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
#entrance .hd_ent .hd_bar .btn_ptn1 a::before, #entrance .hd_ent .hd_bar .btn_ptn1 a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: -1;
  transition: 0.2s;
}
#entrance .hd_ent .hd_bar .btn_ptn1 a::before {
  border-width: 30px 40px 0 0;
  border-color: #7fc429 transparent transparent transparent;
  top: 0;
  left: 0;
}
#entrance .hd_ent .hd_bar .btn_ptn1 a::after {
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #222 transparent;
  right: 0;
  bottom: 0;
}
#entrance .hd_ent .hd_bar .btn_ptn1 a:hover {
  background: #d92e6a;
}
#entrance .hd_ent .hd_bar .btn_ptn1 a:hover::before, #entrance .hd_ent .hd_bar .btn_ptn1 a:hover::after {
  border-width: 0;
}
#entrance .hd_ent .hd_bar .btn_ptn1 a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#entrance .hd_ent .hd_bar .btn_ptn1 a:hover .arrow-circle::after {
  opacity: 0.5;
}
#entrance .hd_ent .hd_bar .snsBox {
  display: flex;
}
#entrance .hd_ent .hd_bar .snsBox .sns_link:not(:first-child) {
  margin-left: 15px;
}
#entrance main {
  display: flex;
  height: calc(100vh - 155px);
  min-height: 700px;
}
#entrance main .wrap_bnr {
  width: 50%;
  min-width: 540px;
  height: 100%;
  border: solid 10px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#entrance main .wrap_bnr.official {
  background: url("/entrance/img/entrance/official-bg.png") center center no-repeat;
  background-size: cover;
}
#entrance main .wrap_bnr.official .inner .ttl .txt-sub {
  color: #e34284;
}
#entrance main .wrap_bnr.recruit {
  background: url("/entrance/img/entrance/recruit-bg.png") center center no-repeat;
  background-size: cover;
  position: relative;
}
#entrance main .wrap_bnr.recruit .illust{
  position: absolute;
  bottom: 0;
  right: 18%;
  z-index: 1;
}
#entrance main .wrap_bnr.recruit .illust img{
  max-height: 230px;
}
#entrance main .wrap_bnr.recruit .inner .ttl .txt-sub {
  color: #7fc429;
}
#entrance main .wrap_bnr.recruit .comment {
  position: absolute;
  top: -50px;
  left: -40px;
  z-index: 1;
}
#entrance main .wrap_bnr .inner {
  width: 540px;
  max-width: 100%;
  height: 410px;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  position: relative;
  margin-bottom: 60px;
}
#entrance main .wrap_bnr .inner .ttl .txt-main {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}
#entrance main .wrap_bnr .inner .ttl .txt-sub {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
#entrance main .wrap_bnr .inner .txt-about {
  line-height: 35px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
#entrance main .wrap_bnr .inner .btn {
  width: 340px;
  max-width: 100%;
  height: 55px;
  margin: 40px auto 0 auto;
}
#entrance main .wrap_bnr .inner .btn a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
}
#entrance main .wrap_bnr .inner .btn a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#entrance main .wrap_bnr .inner .btn a:hover::after {
  opacity: 0.5;
}
#entrance main .wrap_bnr .inner .btn.btn_pnk a {
  background: #e34284;
}
#entrance main .wrap_bnr .inner .btn.btn_pnk a:hover {
  background: #d92e6a;
}
#entrance main .wrap_bnr .inner .btn.btn_green a {
  background: #7fc429;
}
#entrance main .wrap_bnr .inner .btn.btn_green a:hover {
  background: #5fad18;
}
#entrance footer {
  height: 50px;
  text-align: center;
  padding: 10px;
}
#entrance footer .copy {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#entrance .arrow-circle::after {
  content: "";
  display: inline-block;
  width: 17px;
  min-width: 17px;
  height: 17px;
  background-image: url("/entrance/img/common/arrow-next-wht.png");
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
  transition: 0.4s;
}