@charset "UTF-8";
.sec1__head {
  position: relative;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .sec1__head {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 90px;
  }
}
.sec1__ttl-wrap {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  min-width: 266px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.sec1__ttl-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(../img/h1green.svg) no-repeat;
  width: 30px;
  height: 30px;
}
.sec1__ttl-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../img/h1pink.svg) no-repeat;
  width: 30px;
  height: 30px;
}

.tackle .sec__wrap {
  display: flex;
}
.tackle .sec__wrap--reverse {
  flex-flow: row-reverse;
}
.tackle .sec__wrap--reverse .sec__tx-wrap {
  padding-left: 0;
  padding-right: 2vw;
}
.tackle .sec__img-wrap {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .tackle .sec__img-wrap {
    width: 100%;
    padding-bottom: 14px;
  }
}
.tackle .sec__tx-wrap {
  width: 50%;
  padding-left: 2vw;
}
@media screen and (max-width: 992px) {
  .tackle .sec__tx-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.tackle .sec__h2-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .tackle .sec__h2-wrap {
    display: block;
    padding-bottom: 20px;
  }
}
.tackle .sec__img {
  width: 100%;
}
.tackle .sec__h2-tx {
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .tackle .sec__h2-tx {
    margin-left: 0;
  }
}
.tackle .sec__tx1 {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .tackle .sec__tx1 {
    font-size: 2rem;
  }
}
.tackle .sec__tx2 {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .tackle .sec__tx2 {
    font-size: 1.6rem;
  }
}
.tackle .sec2 {
  max-width: 840px;
}
.tackle .sec3__flow {
  margin-top: 50px;
}
.tackle .sec3__line {
  margin-top: 50px;
}
.tackle .sec3__cnt {
  display: flex;
}
@media screen and (max-width: 992px) {
  .tackle .sec3__cnt {
    display: block;
  }
}
.tackle .sec3 .stagfade {
  width: calc((100% - 240px) / 4);
}
@media screen and (max-width: 992px) {
  .tackle .sec3 .stagfade {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
}
.tackle .sec3 .stagfade:nth-child(n+2) {
  margin-left: 80px;
}
@media screen and (max-width: 992px) {
  .tackle .sec3 .stagfade:nth-child(n+2) {
    margin-left: auto;
    margin-top: 80px;
  }
}
.tackle .sec3__item {
  text-align: center;
  color: #a1ca0f;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  border-radius: 10px;
  height: 260px;
  border: 1px solid #a1ca0f;
}
.tackle .sec3__item--arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 79px;
  height: 31px;
  background: url(../img/tacklearrow.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: -83px;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .tackle .sec3__item--arrow::before {
    top: -60px;
    left: 90%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.tackle .sec3__item::after {
  content: "";
  display: block;
  background: #a1ca0f;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}
.tackle .sec3__item-ttl {
  font-size: 1.8rem;
  margin-top: 20px;
}
.tackle .sec3__item-num {
  text-align: right;
  color: #1b1b1b;
  font-size: 3.6rem;
  padding-right: 20px;
}
.tackle .sec3__notice {
  margin-top: 50px;
}
.tackle .sec3__notice-inr {
  text-align: center;
}
.tackle .sec6__otr {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .tackle .sec6__otr {
    display: block;
  }
}
.tackle .sec6__slice {
  width: 100%;
}
.tackle .sec6__img-wrap {
  position: relative;
  margin-top: 50px;
}
.tackle .sec6__img-wrap:nth-child(2) {
  margin-left: 10%;
}
@media screen and (max-width: 992px) {
  .tackle .sec6__img-wrap {
    text-align: center;
  }
}
.tackle .sec6__panel {
  position: absolute;
  top: -60px;
  left: 120px;
  padding: 10px 24px 26px 30px;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
}
.tackle .sec6__panel--1 {
  background-image: url(../img/tacklepanel1.png);
}
@media screen and (max-width: 992px) {
  .tackle .sec6__panel--1 {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tackle .sec6__panel--2 {
  background-image: url(../img/tacklepanel2.png);
  padding: 10px 10px 42px 20px;
}
@media screen and (max-width: 992px) {
  .tackle .sec6__panel--2 {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.tackle .sec6__panel--3 {
  top: -30px;
  left: 250px;
  background-image: url(../img/tacklepanel3.png);
  padding: 5px 20px 22px 20px;
}
@media screen and (max-width: 992px) {
  .tackle .sec6__panel--3 {
    left: 50%;
    transform: translateX(-50%);
  }
}

.kirara .sec2 {
  max-width: 840px;
}
.kirara .sec3__panel {
  padding: 4px 39px 17px 23px;
  background-image: url(../img/kirarapanel1.png);
}
.kirara .sec3__btm {
  display: flex;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .kirara .sec3__btm {
    display: block;
  }
}
.kirara .sec3__btm-item {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .kirara .sec3__btm-item {
    width: 100%;
  }
}
.kirara .sec3__line {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .kirara .sec3__line {
    width: 100%;
  }
}
.kirara .sec3__link {
  display: inline-block;
  margin-top: 30px;
}
.kirara .sec4__otr {
  max-width: 840px;
  margin: 0 auto;
}
.kirara .sec4 .frame {
  width: 100%;
}
.kirara .sec4__inr {
  text-align: center;
}
.kirara .sec5__otr {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .kirara .sec5__otr {
    display: block;
    margin-top: 80px;
    padding-bottom: 0;
  }
}
.kirara .sec5__img-wrap {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .kirara .sec5__img-wrap {
    width: 100%;
    padding-bottom: 120px;
  }
}
.kirara .sec5__img-wrap--1 {
  top: 50px;
}
@media screen and (max-width: 992px) {
  .kirara .sec5__img-wrap--1 {
    top: initial;
  }
}
.kirara .sec5__img-wrap--2 {
  top: 100px;
}
@media screen and (max-width: 992px) {
  .kirara .sec5__img-wrap--2 {
    top: initial;
  }
}
.kirara .sec5__img-wrap--3 {
  top: 100px;
  left: 100px;
}
@media screen and (max-width: 992px) {
  .kirara .sec5__img-wrap--3 {
    top: initial;
    left: initial;
  }
}
.kirara .sec5__slice {
  width: 100%;
}
.kirara .sec5__panel {
  position: absolute;
  top: -60px;
  left: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
}
.kirara .sec5__panel--2 {
  background-image: url(../img/kirarapanel2.png);
  padding: 19px 29px 42px 22px;
}
@media screen and (max-width: 992px) {
  .kirara .sec5__panel--2 {
    top: -90px;
    left: 0;
  }
}
.kirara .sec5__panel--3 {
  background-image: url(../img/kirarapanel3.png);
  padding: 27px 10px 62px 20px;
}
@media screen and (max-width: 992px) {
  .kirara .sec5__panel--3 {
    top: -90px;
    left: -10px;
  }
}
.kirara .sec5__panel--4 {
  top: -30px;
  left: 250px;
  background-image: url(../img/kirarapanel4.png);
  padding: 9px 28px 36px 26px;
}
@media screen and (max-width: 992px) {
  .kirara .sec5__panel--4 {
    top: -90px;
    left: 0;
  }
}

.news .arrow__item--next,
.archive .arrow__item--next,
.post-type-archive-blog .arrow__item--next,
.single .arrow__item--next {
  position: absolute;
  right: 50px;
  top: 0;
  color: #1b1b1b !important;
}
@media screen and (max-width: 576px) {
  .news .arrow__item--next,
  .archive .arrow__item--next,
  .post-type-archive-blog .arrow__item--next,
  .single .arrow__item--next {
    top: 50px;
    right: 20px;
  }
}
.news .arrow__item--next::before,
.archive .arrow__item--next::before,
.post-type-archive-blog .arrow__item--next::before,
.single .arrow__item--next::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -38%;
  top: -24%;
  transform: translateY(-50%);
  background: no-repeat url(../img/newsnext.png);
  width: 81px;
  height: 35px;
  background-size: contain;
}
.news .arrow__item--previous,
.archive .arrow__item--previous,
.post-type-archive-blog .arrow__item--previous,
.single .arrow__item--previous {
  position: absolute;
  left: 50px;
  top: 0;
  color: #1b1b1b !important;
}
@media screen and (max-width: 576px) {
  .news .arrow__item--previous,
  .archive .arrow__item--previous,
  .post-type-archive-blog .arrow__item--previous,
  .single .arrow__item--previous {
    top: 50px;
    left: 20px;
  }
}
.news .arrow__item--previous::before,
.archive .arrow__item--previous::before,
.post-type-archive-blog .arrow__item--previous::before,
.single .arrow__item--previous::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -38%;
  top: -24%;
  transform: translateY(-50%);
  background: no-repeat url(../img/newsback.png);
  width: 81px;
  height: 35px;
  background-size: contain;
}
.news ul.page-numbers,
.archive ul.page-numbers,
.post-type-archive-blog ul.page-numbers,
.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) {
  .news ul.page-numbers,
  .archive ul.page-numbers,
  .post-type-archive-blog ul.page-numbers,
  .single ul.page-numbers {
    font-size: 1.4rem;
  }
}
.news li .page-numbers,
.archive li .page-numbers,
.post-type-archive-blog li .page-numbers,
.single li .page-numbers {
  padding: 0 10px;
  color: rgba(27, 27, 27, 0.3);
}
.news li .page-numbers.current,
.archive li .page-numbers.current,
.post-type-archive-blog li .page-numbers.current,
.single li .page-numbers.current {
  color: #1b1b1b;
}

.single .sec2__otr {
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .single .sec2__otr {
    padding-bottom: 50px;
  }
}
.single .sec2__arrow {
  position: relative;
}

.archive .sec2__otr,
.post-type-archive-blog .sec2__otr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .archive .sec2__otr,
  .post-type-archive-blog .sec2__otr {
    display: block;
  }
}
.archive .sec2__btn,
.post-type-archive-blog .sec2__btn {
  margin-top: auto;
}
@media screen and (max-width: 576px) {
  .archive .sec2__btn,
  .post-type-archive-blog .sec2__btn {
    margin-top: 20px;
  }
}
.archive .article__item,
.post-type-archive-blog .article__item {
  width: calc((100% - 80px) / 3);
  margin-bottom: 50px;
  height: 380px;
}
.archive .article__item:not(:nth-child(3n-2)),
.post-type-archive-blog .article__item:not(:nth-child(3n-2)) {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .archive .article__item:not(:nth-child(3n-2)),
  .post-type-archive-blog .article__item:not(:nth-child(3n-2)) {
    margin-left: initial;
  }
}
@media screen and (max-width: 992px) {
  .archive .article__item,
  .post-type-archive-blog .article__item {
    width: calc((100% - 40px) / 2);
  }
  .archive .article__item:not(:nth-child(2n-1)),
  .post-type-archive-blog .article__item:not(:nth-child(2n-1)) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 576px) {
  .archive .article__item,
  .post-type-archive-blog .article__item {
    height: auto;
    width: 100%;
  }
  .archive .article__item:not(:nth-child(2n-1)),
  .post-type-archive-blog .article__item:not(:nth-child(2n-1)) {
    margin-left: initial;
  }
}

.news .sec2__otr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .news .sec2__otr {
    display: block;
  }
}
.news .arrow__item--next {
  position: absolute;
  right: 50px;
  top: 0;
  color: #1b1b1b !important;
}
@media screen and (max-width: 576px) {
  .news .arrow__item--next {
    top: 50px;
    right: 20px;
  }
}
.news .arrow__item--next::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -38%;
  top: -24%;
  transform: translateY(-50%);
  background: no-repeat url(../img/newsnext.png);
  width: 81px;
  height: 35px;
  background-size: contain;
}
.news .arrow__item--previous {
  position: absolute;
  left: 50px;
  top: 0;
  color: #1b1b1b !important;
}
@media screen and (max-width: 576px) {
  .news .arrow__item--previous {
    top: 50px;
    left: 20px;
  }
}
.news .arrow__item--previous::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -38%;
  top: -24%;
  transform: translateY(-50%);
  background: no-repeat url(../img/newsback.png);
  width: 81px;
  height: 35px;
  background-size: contain;
}

.category .page-numbers {
  position: relative;
}
.category .next {
  position: absolute;
  right: 50px;
  top: 0;
  color: #1b1b1b !important;
}
@media screen and (max-width: 992px) {
  .category .next {
    top: 50px;
    right: 20px;
  }
}
.category .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -38%;
  top: -24%;
  transform: translateY(-50%);
  background: no-repeat url(../img/newsnext.png);
  width: 81px;
  height: 35px;
  background-size: contain;
}
.category .prev {
  position: absolute;
  left: 50px;
  top: 0;
  color: #1b1b1b !important;
}
@media screen and (max-width: 992px) {
  .category .prev {
    top: 50px;
    left: 20px;
  }
}
.category .prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -38%;
  top: -24%;
  transform: translateY(-50%);
  background: no-repeat url(../img/newsback.png);
  width: 81px;
  height: 35px;
  background-size: contain;
}

.single .category-list {
  color: white;
}
.single .category-list .category-btn {
  padding: 0px 6px;
  margin-left: 6px;
}
.single .category-list .info {
  background: #f099bf;
}
.single .category-list .community {
  background: #a1ca0f;
}
.single .category-list .other {
  background: #ee7800;
}
.single .article__time {
  min-width: 80px;
}
.single .article__type {
  display: flex;
  align-items: center;
}
.single .article__category {
  position: static;
}
.single .link-btn {
  color: #f099bf !important;
}
.single .post-categories li {
  background: #f099bf;
  display: inline-block;
  color: white;
  padding: 3px 6px;
  border-radius: 10px;
}
.single .single-page {
  padding-top: 30px;
  /* 配置位置 右 */
  /* 配置位置 左 */
  /* 配置位置 中央 */
}
.single .single-page ul,
.single .single-page ul li {
  list-style: initial;
  list-style-position: inside;
}
.single .single-page ol,
.single .single-page ol li {
  list-style: decimal;
  list-style-position: inside;
}
.single .single-page strong {
  font-weight: bold;
}
.single .single-page a {
  color: #f099bf;
  text-decoration: underline;
}
.single .single-page img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.single .single-page img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.single .single-page img.aligncenter {
  display: block;
  margin: 0 auto;
}
.single .single-page table,
.single .single-page td,
.single .single-page th {
  border: 1px solid #1b1b1b;
}
.single .single-page__title {
  font-size: 2rem;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .single .single-page__title {
    font-size: 18px;
  }
}
.single .single-page__paging {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100px;
  max-width: 780px;
  margin: 100px auto 50px;
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .single .single-page__paging {
    padding: 0;
    margin: 60px 20px 0;
  }
}
.single .single-page__paging a {
  color: #f099bf;
  border-bottom: 2px solid #f099bf;
  padding-bottom: 10px;
}
.single .single-page__archive {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #f099bf;
}
.single .single-page h2 {
  padding: 0 0.4em 0.2em;
  border-bottom: 2px solid #f099bf;
  background-color: #ffffff;
  color: #333333;
  font-size: 2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .single .single-page h2 {
    font-size: 1.6rem;
  }
}
.single .single-page h3 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  background: transparent; /*背景透明に*/
  border-left: solid 2px #f099bf; /*左線*/
  font-size: 1.6rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .single .single-page h3 {
    font-size: 1.4rem;
  }
}
.single .sec2__img-wrap {
  max-width: 600px;
  margin: 0 auto 20px;
  text-align: center;
}
.single .sec2__arrow {
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.single .sec2__btn {
  text-align: center;
  margin-bottom: 100px;
}

.description-pharmacist,
.description-clerk {
  /*タブ切り替え全体のスタイル*/
}
.description-pharmacist .tab,
.description-clerk .tab {
  margin-top: 50px;
  padding-bottom: 40px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  /*タブのスタイル*/
  /*タブ切り替えの中身のスタイル*/
  /*ラジオボタンを全て消す*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.description-pharmacist .tab::after,
.description-clerk .tab::after {
  position: absolute;
  top: 50px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
}
.description-pharmacist .tab:has(#all:checked)::after,
.description-clerk .tab:has(#all:checked)::after {
  background: #f099bf;
}
.description-pharmacist .tab__item,
.description-clerk .tab__item {
  width: 20%;
  max-width: 300px;
  height: 50px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: white;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  margin-left: 20px;
  background: #ffe7f1;
  color: #a8a8a8;
}
.description-pharmacist .tab__item:hover,
.description-clerk .tab__item:hover {
  opacity: 0.75;
  cursor: pointer;
}
.description-pharmacist .tab__content,
.description-clerk .tab__content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  background: #f099bf;
}
@media screen and (max-width: 992px) {
  .description-pharmacist .tab__content,
  .description-clerk .tab__content {
    padding: 20px 20px 0;
  }
}
.description-pharmacist .tab input[name=tab__item],
.description-clerk .tab input[name=tab__item] {
  display: none;
}
.description-pharmacist .tab #all:checked ~ #all_content,
.description-pharmacist .tab #programming:checked ~ #programming_content,
.description-clerk .tab #all:checked ~ #all_content,
.description-clerk .tab #programming:checked ~ #programming_content {
  display: block;
}
.description-pharmacist .tab input:checked + .tab__item,
.description-clerk .tab input:checked + .tab__item {
  background: #f099bf;
  color: white;
}
.description-pharmacist .dl,
.description-clerk .dl {
  background: rgba(255, 255, 255, 0.8);
  max-width: initial;
  width: 100%;
  margin-bottom: 50px;
  padding: 30px 20px;
}
@media screen and (max-width: 992px) {
  .description-pharmacist .dl__dt-inr,
  .description-clerk .dl__dt-inr {
    text-align: left;
  }
}
.description-pharmacist .sec2__tx,
.description-clerk .sec2__tx {
  background: rgba(255, 255, 255, 0.8);
  max-width: initial;
  width: 100%;
  margin-bottom: 50px;
  padding: 30px 20px;
  min-height: 80dvh;
}
.description-pharmacist .sec2__btn,
.description-clerk .sec2__btn {
  text-align: center;
  margin-top: 50px;
}

.description-clerk .tab {
  /*タブのスタイル*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのスタイルを変える*/
}
.description-clerk .tab:has(#all:checked)::after {
  background: #a1ca0f;
}
.description-clerk .tab__item {
  background: #e0f78c;
  color: #a8a8a8;
}
.description-clerk .tab__content {
  background: #a1ca0f;
}
.description-clerk .tab input:checked + .tab__item {
  background: #a1ca0f;
}

.recruit {
  /*確認画面と完了画面を非表示*/
  /*デフォルトのサンクスメッセージを非表示*/
}
.recruit .sec2 {
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .recruit .sec2 {
    padding-top: 40px;
  }
}
.recruit .sec2__tx1 {
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .recruit .sec2__tx1 {
    font-size: 2rem;
  }
}
.recruit .sec3 {
  background: #f2f2f2;
}
.recruit .sec4 {
  background: rgba(161, 202, 15, 0.2);
}
.recruit .sec5 {
  background: #f2f2f2;
}
.recruit .sec6 {
  background: rgba(240, 153, 191, 0.2);
}
.recruit .sec__wrap {
  display: flex;
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px), screen and (max-height: 600px) {
  .recruit .sec__wrap {
    display: block;
    text-align: center;
    margin-top: initial;
    padding-top: 50px;
  }
}
.recruit .sec__img {
  width: 360px;
  margin-left: 20px;
}
@media screen and (max-width: 992px), screen and (max-height: 600px) {
  .recruit .sec__img {
    max-width: 360px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
}
.recruit .sec__tx-wrap {
  width: 70%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
@media screen and (max-width: 992px), screen and (max-height: 600px) {
  .recruit .sec__tx-wrap {
    margin-top: 20px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 992px), screen and (max-height: 600px) {
  .recruit .sec__tx {
    text-align: left;
  }
}
@media screen and (min-width: 993px) {
  .recruit .sec .ttl2__en {
    font-size: 4.4rem;
    letter-spacing: 4px;
  }
  .recruit .sec .ttl2__ja {
    font-size: 1.8rem;
  }
  .recruit .sec .ttl2__wrap {
    padding-bottom: 50px;
  }
}
.recruit .panel__wrap {
  position: relative;
  max-width: 1206px;
  margin: 0 auto;
}
@media screen and (max-width: 992px), screen and (max-height: 600px) {
  .recruit .panel__wrap {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.recruit .panel__inr--11 {
  padding: 14px 17px 26px 10px;
  background-image: url(../img/recruitpanel11.png);
}
.recruit .panel__inr--12 {
  padding: 18px 29px 35px 20px;
  background-image: url(../img/recruitpanel12.png);
}
.recruit .panel__inr--13 {
  padding: 17px 23px 31px 30px;
  background-image: url(../img/recruitpanel13.png);
}
.recruit .panel__inr--14 {
  padding: 10px 24px 26px 30px;
  background-image: url(../img/recruitpanel14.png);
}
.recruit .panel__inr--15 {
  padding: 5px 20px 22px 20px;
  background-image: url(../img/recruitpanel15.png);
}
.recruit .panel__inr--16 {
  padding: 14px 20px 26px 20px;
  background-image: url(../img/recruitpanel16.png);
}
.recruit .panel__inr--17 {
  padding: 5px 20px 22px 20px;
  background-image: url(../img/recruitpanel17.png);
}
.recruit .panel__inr--18 {
  padding: 15px 20px 28px 20px;
  background-image: url(../img/recruitpanel18.png);
}
.recruit .panel__inr--21 {
  padding: 14px 17px 26px 10px;
  background-image: url(../img/recruitpanel21.png);
}
.recruit .panel__inr--22 {
  padding: 18px 29px 35px 20px;
  background-image: url(../img/recruitpanel22.png);
}
.recruit .panel__inr--23 {
  padding: 19px 23px 31px 30px;
  background-image: url(../img/recruitpanel23.png);
}
.recruit .panel__inr--24 {
  padding: 14px 23px 30px 30px;
  background-image: url(../img/recruitpanel24.png);
}
.recruit .panel__inr--25 {
  padding: 15px 20px 31px 20px;
  background-image: url(../img/recruitpanel25.png);
}
.recruit .panel__inr--31 {
  padding: 14px 17px 26px 10px;
  background-image: url(../img/recruitpanel31.png);
}
.recruit .panel__inr--32 {
  padding: 9px 27px 35px 24px;
  background-image: url(../img/recruitpanel32.png);
}
.recruit .panel__inr--33 {
  padding: 21px 23px 34px 30px;
  background-image: url(../img/recruitpanel33.png);
}
.recruit .panel__inr--34 {
  padding: 14px 30px 29px 16px;
  background-image: url(../img/recruitpanel34.png);
}
.recruit .panel__inr--35 {
  padding: 13px 20px 25px 20px;
  background-image: url(../img/recruitpanel35.png);
}
.recruit .panel__inr--36 {
  padding: 17px 23px 28px 20px;
  background-image: url(../img/recruitpanel36.png);
}
.recruit .panel__inr--41 {
  padding: 22px 13px 32px 16px;
  background-image: url(../img/recruitpanel41.png);
}
.recruit .panel__inr--42 {
  padding: 18px 29px 35px 20px;
  background-image: url(../img/recruitpanel42.png);
}
.recruit .panel__inr--43 {
  padding: 17px 23px 31px 30px;
  background-image: url(../img/recruitpanel43.png);
}
.recruit .panel__inr--44 {
  padding: 15px 18px 32px 22px;
  background-image: url(../img/recruitpanel44.png);
}
.recruit .panel__inr--45 {
  padding: 17px 20px 30px 20px;
  background-image: url(../img/recruitpanel45.png);
}
.recruit .panel__inr--46 {
  padding: 17px 20px 28px 20px;
  background-image: url(../img/recruitpanel46.png);
}
.recruit .panel__item {
  position: absolute;
}
@media screen and (max-width: 992px), screen and (max-height: 600px) {
  .recruit .panel__item {
    position: static;
  }
  .recruit .panel__item:nth-child(odd) {
    text-align: left;
  }
  .recruit .panel__item:nth-child(even) {
    text-align: right;
  }
}
.recruit .panel__item--11 {
  top: 0;
  left: 0;
}
.recruit .panel__item--12 {
  top: 0;
  left: 45%;
}
.recruit .panel__item--13 {
  top: 50px;
  left: 20%;
}
.recruit .panel__item--14 {
  top: 50px;
  left: 75%;
}
.recruit .panel__item--15 {
  top: 130px;
  left: 0;
}
.recruit .panel__item--16 {
  top: 130px;
  left: 45%;
}
.recruit .panel__item--17 {
  top: 200px;
  left: 30%;
}
.recruit .panel__item--18 {
  top: 200px;
  left: 75%;
}
.recruit .panel__item--21 {
  top: 20px;
  left: 10%;
}
.recruit .panel__item--22 {
  top: 20px;
  left: 65%;
}
.recruit .panel__item--23 {
  top: 180px;
  left: 70%;
}
.recruit .panel__item--24 {
  top: 120px;
  left: 35%;
}
.recruit .panel__item--25 {
  top: 200px;
  left: 5%;
}
.recruit .panel__item--31 {
  top: 30px;
  left: 0;
}
.recruit .panel__item--32 {
  top: 30px;
  left: 45%;
}
.recruit .panel__item--33 {
  top: 110px;
  left: 23%;
}
.recruit .panel__item--34 {
  top: 110px;
  left: 75%;
}
.recruit .panel__item--35 {
  top: 200px;
  left: 5%;
}
.recruit .panel__item--36 {
  top: 190px;
  left: 52%;
}
.recruit .panel__item--41 {
  top: 30px;
  left: 0;
}
.recruit .panel__item--42 {
  top: 30px;
  left: 50%;
}
.recruit .panel__item--43 {
  top: 120px;
  left: 29%;
}
.recruit .panel__item--44 {
  top: 110px;
  left: 75%;
}
.recruit .panel__item--45 {
  top: 200px;
  left: 5%;
}
.recruit .panel__item--46 {
  top: 190px;
  left: 52%;
}
.recruit .contact {
  /*確認画面と完了画面を非表示*/
  /*デフォルトのサンクスメッセージを非表示*/
}
.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: #f099bf 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: #f099bf;
  background-color: #f099bf;
}
.recruit .contact input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  border-color: #f099bf;
  background-color: #f099bf;
}
.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: #1b1b1b;
  border: 1px solid #1b1b1b;
}
@media screen and (max-width: 992px) {
  .recruit .contact .sec5 .wpcf7-list-item {
    margin: 0;
  }
}
.recruit .contact input.wpcf7-submit {
  border: none;
  background: none;
  display: inline-block;
  width: 100%;
  transition: 0.6s all;
  font-size: 1.6rem;
  color: white;
  height: 70px;
}
@media screen and (max-width: 992px) {
  .recruit .contact input.wpcf7-submit {
    font-size: 1.4rem;
  }
}
.recruit .contact input.wpcf7-submit:hover {
  cursor: pointer;
  color: white;
}
.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 .confirm_area,
.recruit .contact .thanks_area {
  display: none;
}
.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 .btn {
  margin-left: 250px;
}
@media screen and (max-width: 992px) {
  .recruit .contact .btn {
    margin-left: initial;
    margin-top: 40px;
  }
}
.recruit .contact input.confirm_button {
  background: none;
  border: none;
  color: inherit;
  height: 70px;
  width: 100%;
}
.recruit .contact .button {
  padding: 0;
}
.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 .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: #1b1b1b;
}/*# sourceMappingURL=other.css.map */