@charset "UTF-8";
.sec1 {
  margin-top: 100px;
}
.sec1__img {
  border-top-left-radius: 130px;
  border: rgba(30, 84, 159, 0.4) 10px solid;
  border-right: none;
}
@media screen and (max-width: 992px) {
  .sec1__img {
    border-top-left-radius: 60px;
    border: rgba(30, 84, 159, 0.4) 5px solid;
    border-right: none;
  }
}
.sec1__head {
  text-align: right;
}
.sec1__img-wrap {
  position: relative;
  display: inline-block;
  width: 80%;
}
.sec1__img {
  width: 100%;
}
.sec1__wrap {
  position: absolute;
  left: 10px;
  bottom: 10px;
  min-width: 200px;
  background: #1e549f;
  color: white;
  text-align: left;
  padding: 5px 20px;
}
@media screen and (max-width: 992px) {
  .sec1__wrap {
    left: 5px;
    bottom: 5px;
    padding: 3px 10px;
  }
}
.sec1__en {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .sec1__en {
    font-size: 2rem;
  }
}

.pharmacy .sec {
  position: relative;
}
.pharmacy .sec__otr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .pharmacy .sec__otr {
    display: block;
  }
}
.pharmacy .sec__img-wrap {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .pharmacy .sec__img-wrap {
    width: 100%;
  }
}
.pharmacy .sec__tx-wrap {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .pharmacy .sec__tx-wrap {
    width: 100%;
  }
}
.pharmacy .sec__img {
  width: 100%;
  padding-right: 5%;
}
@media screen and (max-width: 992px) {
  .pharmacy .sec__img {
    padding-right: initial;
  }
}
.pharmacy .sec__line {
  border: 3px solid #1e549f;
  border-radius: 20px;
  margin-top: 50px;
  padding: 20px;
  max-width: 540px;
  margin: 0 auto;
}
.pharmacy .sec__line-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .pharmacy .sec__line-wrap {
    display: block;
    text-align: center;
  }
}
.pharmacy .sec__qr {
  margin-right: 5%;
}
@media screen and (max-width: 992px) {
  .pharmacy .sec__qr {
    margin-right: initial;
    margin-bottom: 20px;
  }
}
.pharmacy .sec__tx--center {
  text-align: center;
}
.pharmacy .sec2__logo {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 576px) {
  .pharmacy .sec2__logo {
    width: 90px;
    right: 10px;
  }
}
.pharmacy .sec3__logo {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 576px) {
  .pharmacy .sec3__logo {
    width: 100px;
    right: 20px;
  }
}

.recruit__otr {
  text-align: center;
}
.recruit .sec2 {
  position: relative;
  text-align: center;
}
.recruit .sec2__otr {
  text-align: center;
}
.recruit .sec2__img {
  position: absolute;
}
@media screen and (max-width: 992px) {
  .recruit .sec2__img {
    position: static;
    max-width: 150px;
    width: 36%;
    margin: 0 20px 20px;
    display: inline-block;
  }
}
.recruit .sec2__img--1 {
  top: 50%;
  left: 0;
}
.recruit .sec2__img--2 {
  top: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .recruit .sec2__img--2 {
    max-width: 150px;
  }
}
.recruit .tab {
  margin-top: 50px;
  padding-bottom: 40px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recruit .tab__slicer {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .recruit .tab__sp-slicer {
    width: 100%;
  }
}
.recruit .tab::after {
  position: absolute;
  top: 50px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
}
.recruit .tab {
  /*タブのスタイル*/
}
.recruit .tab__item {
  width: calc((100% - 100px) / 4);
  max-width: 300px;
  height: 50px;
  background-color: white;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: white;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
  margin-left: 20px;
  color: #1e549f;
  border-top-left-radius: 20px;
  border: 3px #1e549f solid;
  border-bottom: none;
}
@media screen and (max-width: 992px) {
  .recruit .tab__item {
    border-bottom: 3px solid #1e549f;
    width: calc((100% - 10px) / 2);
    border-radius: 10px;
    font-size: 1.4rem;
    margin-left: initial;
    margin-bottom: 10px;
    line-height: 45px;
  }
}
.recruit .tab__item:hover {
  opacity: 0.75;
  cursor: pointer;
}
.recruit .tab__item:nth-last-child {
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .recruit .tab__item:nth-last-child {
    margin-right: initial;
  }
}
@media screen and (max-width: 992px) {
  .recruit .tab__item:nth-child(4), .recruit .tab__item:nth-child(9) {
    margin-left: 10px;
  }
}
.recruit .tab {
  /*タブ切り替えの中身のスタイル*/
}
.recruit .tab__content {
  width: 100%;
  min-height: 300px;
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  border: 5px #1e549f solid;
  background: white;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .recruit .tab__content {
    padding: 20px 20px 0;
  }
}
.recruit .tab {
  /*ラジオボタンを全て消す*/
}
.recruit .tab input[name=tab__item] {
  display: none;
}
.recruit .tab {
  /*選択されているタブのコンテンツのみを表示*/
}
.recruit .tab #all:checked ~ #all_content,
.recruit .tab #programming:checked ~ #programming_content,
.recruit .tab #all2:checked ~ #all2_content,
.recruit .tab #programming2:checked ~ #programming2_content {
  display: block;
}
.recruit .tab {
  /*選択されているタブのスタイルを変える*/
}
.recruit .tab input:checked + .tab__item {
  background: #1e549f;
  color: white;
}
.recruit .contact__row {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .recruit .contact__row {
    display: block;
  }
}
.recruit .contact__row--center {
  justify-content: center;
}
.recruit .contact__row.contact__row--up {
  align-items: flex-start;
}
.recruit .contact__left {
  width: 30%;
  text-align: right;
  margin-right: 50px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .recruit .contact__left {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
.recruit .contact__right {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .recruit .contact__right {
    width: 100%;
  }
}
.recruit .contact__tx {
  height: 50px;
}
.recruit .contact__ta {
  height: 260px;
}
@media screen and (max-width: 992px) {
  .recruit .contact__ta {
    height: 200px;
  }
}
.recruit .contact__tx, .recruit .contact__ta {
  width: 100%;
  font-size: 16px;
  padding: 5px;
}
.recruit .contact__tx:focus, .recruit .contact__tx:focus-visible, .recruit .contact__ta:focus, .recruit .contact__ta:focus-visible {
  border: #1e549f 2px solid;
  outline: none;
}
.recruit .contact__check {
  text-align: center;
}
.recruit .contact__confirm {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}
.recruit .contact__confirm .material-bubble {
  padding: 0;
}
.recruit .contact__confirm .btn--previous {
  margin-top: 30px;
}
.recruit .contact__confirm .btn__inr--input::after {
  right: 20px;
}
.recruit .contact__privacy {
  text-decoration: underline;
}
.recruit .contact__tx2 {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.recruit .contact__tx2::before {
  content: "(";
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  left: -6px;
}
@media screen and (max-width: 992px) {
  .recruit .contact__tx2::before {
    left: -15px;
    top: 34%;
  }
}
.recruit .contact__tx2::after {
  content: ")";
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  right: -6px;
}
@media screen and (max-width: 992px) {
  .recruit .contact__tx2::after {
    right: -15px;
    top: 34%;
  }
}
.recruit .contact input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.recruit .contact #company,
.recruit .contact #pharmacy,
.recruit .contact #position,
.recruit .contact #name,
.recruit .contact #tel,
.recruit .contact #email {
  max-width: 400px;
}
.recruit .contact .wpcf7-radio {
  display: block;
}
.recruit .contact input[type=radio],
.recruit .contact input[type=checkbox] {
  display: none;
}
.recruit .contact .wpcf7-list-item {
  display: block;
}
.recruit .contact .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 1.8px;
  background-clip: content-box;
}
.recruit .contact .wpcf7-acceptance .wpcf7-list-item-label:before {
  border-radius: 0;
}
.recruit .contact input[type=radio]:not(:checked) + .wpcf7-list-item-label:before {
  border-color: #72767b;
}
.recruit .contact input[type=radio]:checked + .wpcf7-list-item-label:before {
  border-color: #1e549f;
  background-color: #1e549f;
}
.recruit .contact input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  border-color: #1e549f;
  background-color: #1e549f;
}
.recruit .contact .wpcf7-spinner {
  display: none;
}
.recruit .contact .required {
  display: inline-block;
  background: #e62f2f;
  color: white;
  padding: 0px 6px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 6px;
}
.recruit .contact .required--not {
  background: white;
  color: #333;
  border: 1px solid #333;
}
@media screen and (max-width: 992px) {
  .recruit .contact .sec5 .wpcf7-list-item {
    margin: 0;
  }
}
.recruit .contact input.wpcf7-submit {
  display: inline-block;
  width: 100%;
  transition: 0.6s all;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .recruit .contact input.wpcf7-submit {
    font-size: 1.4rem;
  }
}
.recruit .contact input.wpcf7-submit:hover {
  cursor: pointer;
  color: #1e549f;
}
.recruit .contact__privacyotr {
  text-align: center;
}
.recruit .contact__privacyArea {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .recruit .contact__privacyArea {
    margin-left: -20px;
  }
}
.recruit .contact__privacyArea .wpcf7-list-item-label {
  position: relative;
}
.recruit .contact__privacyArea .wpcf7-list-item-label::before {
  border-radius: 0;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.recruit .contact__privacyArea .required {
  position: absolute;
  top: 3px;
  right: -48px;
}
.recruit .contact .wpcf7-previous.submit {
  border: none;
  background: none;
  font-size: 14px;
  text-underline-offset: 4px;
  text-decoration: underline;
}
.recruit .contact .wpcf7-previous.submit:hover {
  cursor: pointer;
}
.recruit .contact__privacy-tx {
  position: relative;
}
@media screen and (max-width: 576px) {
  .recruit .contact__privacy-tx {
    font-size: 14px;
  }
}
.recruit .contact {
  /*確認画面と完了画面を非表示*/
}
.recruit .contact .confirm_area,
.recruit .contact .thanks_area {
  display: none;
}
.recruit .contact {
  /*デフォルトのサンクスメッセージを非表示*/
}
.recruit .contact .wpcf7-response-output {
  display: none;
}
.recruit .contact input.back_button {
  background: none;
  border: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.recruit .contact .contact__confirm--btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .recruit .contact .contact__confirm--btn {
    display: block;
  }
}
.recruit .contact .button {
  padding: 0;
  margin-left: 20px;
}
.recruit {
  /*確認画面と完了画面を非表示*/
}
.recruit .confirm_area,
.recruit .thanks_area {
  display: none;
}
.recruit .confirm_area .btn__inr::after,
.recruit .thanks_area .btn__inr::after {
  right: 18px;
  top: -25px;
}
.recruit {
  /*デフォルトのサンクスメッセージを非表示*/
}
.recruit .wpcf7-response-output {
  display: none;
}
.recruit .contact-flow {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 50px;
}
.recruit .contact-thanks {
  text-align: center;
}
.recruit select {
  color: #333;
}

.single .sec2__otr {
  min-height: 500px;
}
.single .arrow__item--next {
  position: absolute;
  right: 50px;
  top: 0;
  color: #333 !important;
}
@media screen and (max-width: 576px) {
  .single .arrow__item--next {
    right: 20px;
  }
}
.single .arrow__item--next::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat url(../img/arrownext.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
}
.single .arrow__item--previous {
  position: absolute;
  left: 50px;
  top: 0;
  color: #333 !important;
}
@media screen and (max-width: 576px) {
  .single .arrow__item--previous {
    left: 20px;
  }
}
.single .arrow__item--previous::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat url(../img/arrowback.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
}
.single ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 50px;
  font-size: 1.8rem;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .single ul.page-numbers {
    font-size: 1.4rem;
  }
}
.single li .page-numbers {
  padding: 0 10px;
  color: rgba(51, 51, 51, 0.3);
}
.single li .page-numbers.current {
  color: #333;
}

.single .sec2__otr {
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .single .sec2__otr {
    padding-bottom: 50px;
  }
}
.single .sec2__arrow {
  position: relative;
  margin-bottom: 50px;
}
.single .sec2__under {
  border-bottom: 3px #1e549f solid;
  margin-bottom: 30px;
}/*# sourceMappingURL=other.css.map */