@charset "utf-8";

/* 共通 ---------------------------------- */

/* btn_list-1column1 ---------- */
ul.btn_list_col1 {
  list-style: none;
}
ul.btn_list_col1 li {
  background-color: #fff;
  margin-bottom: 2em;
}
ul.btn_list_col1 li:last-child {
  margin-bottom: 0;
}
ul.btn_list_col1 li a {
  display: block;
  width: 1000px;
  height: 180px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #fff;
  box-sizing: border-box;
}
ul.btn_list_col1 .btn_list_tit_bg {
  display: block;
  position: relative;
  top: -145px;
  width: 320px;
  height: 70px;
  background-color: rgba(69,146,38,.85);
}
ul.btn_list_col1 p.btn_list_tit {
  position: relative;
  top: -210px;
  width: 300px;
  color: #fff;
  font-size: 1.8rem;
  text-indent: 15px;
}
ul.btn_list_col1 p.btn_list_tit span {
  display: block;
  border-top: 1px solid #fff;
  font-size: 1.2rem;
  margin-top: 5px;
  padding-top: 5px;
}
ul.btn_list_col1 .btn_list_btn,
ul.btn_list_col1 .btn_list_btn2 {
  color: #fff;
  display: block;
  position: relative;
  top: -195px;
  left: 770px;
  width: 180px;
  background-color: #459226;
  text-align: center;
  padding: 8px;
}

/* btn_list-1column2 ---------- */
ul.btn_list_col2 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.btn_list_col2 li {
  background-color: #fff;
  margin-bottom: 2em;
}
ul.btn_list_col2 li:last-child {
  margin-bottom: 0;
}
ul.btn_list_col2 li a {
  display: block;
  width: 490px;
  height: 200px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #fff;
  box-sizing: border-box;
}
ul.btn_list_col2 li a:hover:before {
  transform: scale(1.3);
  opacity: .7;
}
ul.btn_list_col2 .btn_list_tit_bg {
  display: block;
  position: relative;
  top: -160px;
  width: 240px;
  height: 70px;
  background-color: rgba(0,87,148,.85);
}
ul.btn_list_col2 p.btn_list_tit {
  position: relative;
  top: -225px;
  width: 230px;
  color: #fff;
  font-size: 1.8rem;
  text-indent: 15px;
}
ul.btn_list_col2 p.btn_list_tit span {
  display: block;
  border-top: 1px solid #fff;
  font-size: 1.2rem;
  margin-top: 5px;
  padding-top: 5px;
}
ul.btn_list_col2 .btn_list_btn {
  color: #fff;
  display: block;
  position: relative;
  top: -175px;
  left: 330px;
  width: 135px;
  background-color: #005794;
  text-align: center;
  padding: 5px;
}
/* btn_list_col 共通 */
ul.btn_list_col1 li a:before,
ul.btn_list_col2 li a:before {
  position: relative;
  content: "";
  display: block;
  width: auto;
  height: 100%;
  top: 0;
  background-size: cover;
  transition: all .4s ease-out;
}
ul.btn_list_col1 li a:hover:before,
ul.btn_list_col2 li a:hover:before {
  transform: scale(1.05);
  opacity: .7;
}

/* ＞を表示 */
.btn_list_btn:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  vertical-align: middle;
  margin: -3px 12px 0 0;
}
/* 別窓を表示 */
.btn_list_btn2:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f35d';
    margin: 0 0 0 5px;
    font-weight: 600;
}

/* btn_list_col 背景イメージ ------------------ */
ul.recruit01 li:nth-child(1) a:before {
  background: url("../images/graduate_pharmacist.png") no-repeat center center;
}
ul.recruit01 li:nth-child(2) a:before {
  background: url("../images/graduate_clerk.png") no-repeat center center;
}
ul.recruit01 li:nth-child(3) a:before {
  background: url("../images/internship.png") no-repeat center center;
}
ul.recruit02 li:nth-child(1) a:before {
  background: url("../images/mid-career.png") no-repeat center center;
}

/* 企業情報 ---------------------------------- */
.about_wrap {
  display: flex;
  justify-content: space-between;
}
.about_wrap table {
  width: 50%;
}
.about_wrap table th {
  text-align: right;
  width: 22%;
  border-right: 1px solid #005794;
  padding: 7px 12px 7px 0;
}
.history_wrap table th {
  color: #005794;
  text-align: left;
  width: 12%;
  border-right: 1px solid #005794;
  padding: 7px 12px 7px 0;
}
.about_wrap table td, .history_wrap table td {
  padding: 7px 0 7px 16px;
}
.p_vision {
  line-height: 2.5em;
}
/* 企業コンセプト */
.logo_headline {
  color: #0077cc;
  font-size: 2rem;
  margin-bottom: 4em;
}
.concept_logoarea {
  text-align: center;
}
.concept_logo {
  width: 50%;
}
.logo_ill {
  margin: 4em;
}
.logo_ill ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  
}
.logo_ill li {
  color: #0077cc;
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
}
.logo_ill li:nth-child(2):before, .logo_ill li:nth-child(3):before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url("../../images/arrow_gray.png") center center no-repeat;
  background-size: cover;
  position: relative;
  top: 68px;
  margin: -45px 0 0 0;
}
.logo_ill li:nth-child(2):before {
  left: -78px;
}
.logo_ill li:nth-child(3):before {
  left: -92px;
}
.logo_ill img {
  display: block;
  width: auto;
  height: 80px;
  margin: 0 auto 10px;
}


/* レスポンシブ ---------------------------------- */
@media (max-width: 1024px) {}

@media (max-width: 896px) {}

@media (max-width: 768px) {
  /* btn_list-1column1 ---------- */
  ul.recruit01 li a:before,
  ul.recruit02 li a:before {
    background-position: 15% center !important;
  }
  ul.btn_list_col1 li a {
    width: 100%;
  }
  ul.btn_list_col1 .btn_list_btn,
  ul.btn_list_col1 .btn_list_btn2 {
    top: -165px;
    left: 494px;
  }
  ul.btn_list_col2 li {
    width: 49%;
  }
  ul.btn_list_col2 li a {
    width: auto;
  }
  ul.btn_list_col2 .btn_list_btn {
    top: -160px;
    left: 57%;
  }
  .about_wrap img {
    width: 48%;
    height: 100%;
  }
  .about_wrap table th {
    width: 30%;
  }
  .history_wrap table th {
    width: 15%;
  }
  .logo_ill li:nth-child(1) {
    margin-right: 70px;
  }
  .logo_ill li:nth-child(2) {
    margin-right: 70px;
  }
  .logo_ill li:nth-child(2):before {
    left: -40px;
  }
  .logo_ill li:nth-child(3):before {
    left: -74px;
  }
}

@media (max-width: 480px) {
  /*btn_list*/
  ul.btn_list_col2 {
    display: inline;
    flex-wrap: inherit;
    justify-content: normal;
  }
  ul.btn_list_col2 li {
    width: auto;
  }
  ul.btn_list_col1 li a,
  ul.btn_list_col2 li a {
    width: auto;
    height: 180px;
  }
  ul.recruit01 li:nth-child(1) a:before {
    background-position: 65% 200% !important;
  }
  ul.recruit01 li:nth-child(2) a:before {
    background-position: 60% 200% !important;
  }
  ul.recruit01 li:nth-child(3) a:before {
    background-position: 62% 0px !important;
  }  
  ul.recruit02 li:nth-child(1) a:before {
    background-position: 62% center !important;
  }
  ul.btn_list_col1 .btn_list_tit_bg,
  ul.btn_list_col2 .btn_list_tit_bg {
    top: -58px;
    width: auto;
    height: 58px;
  }
  ul.btn_list_col1 p.btn_list_tit,
  ul.btn_list_col2 p.btn_list_tit {
    top: -114px;
    width: auto;
  }
  ul.btn_list_col1 p.btn_list_tit span,
  ul.btn_list_col2 p.btn_list_tit span {
    margin-top: 3px;
    padding-top: 2px;
  }
  ul.btn_list_col1 .btn_list_btn,
  ul.btn_list_col1 .btn_list_btn2,
  ul.btn_list_col2 .btn_list_btn {
    top: -134px;
    left: calc(100% / 2 - -2.5em);
    text-align: right;
    width: 8.5em;
    padding: 0;
    background: none;
  }
  /* about */
  .about_wrap {
    display: inline;
  }
  .about_wrap table {
    width: 100%;
    margin-bottom: 1em;
  }
  .about_wrap table th {
    width: 24%;
    padding: 7px 10px 7px 0;
  }
  .history_wrap table th {
    text-align: right;
    width: 18%;
    padding: 5px 10px 5px 0;
  }
  .about_wrap table td, .history_wrap table td {
    padding: 5px 0 5px 10px;
  }
  .about_wrap img {
    width: 100%;
    padding-bottom: 2em;
  }
  .vision span {
    display: block;
    font-size: 1.8rem;
  }
  .p_vision {
    line-height: inherit;
  }
  /* 企業コンセプト */
  .logo_headline {
    margin-bottom: 3em;
  }
  .logo_headline {
    font-size: 1.6rem;
  }
  .concept_logo {
    width: 85%;
  }
  .logo_ill {
    margin: 3em;
  }
  .logo_ill ul {
    display: inline;
  }
  .logo_ill li {
    font-size: 1.6rem;
    margin-bottom: 1.25em;
  }
  .logo_ill img {
    height: 95px;
    width: auto;
  }
  .logo_ill li:nth-child(2):before, .logo_ill li:nth-child(3):before {
    top: -9px;
    left: calc(100% / 2 - 22.5px);
    transform: rotateZ(90deg);
    margin: 0;
  }
  .logo_ill li:nth-child(1),
  .logo_ill li:nth-child(2) {
    margin-right: 0;
  }

}
@media (max-width: 375px) {}
@media (max-width: 320px) {}