
a{
  text-decoration: none;
}
p,li,dl,dd{
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  line-height: 28px;
}
body {
  font-family: 'ヒラギノ角ゴシック', sans-serif;
  margin:0;
  overflow-x: hidden;
}
main{
  overflow: hidden;
  max-width: 1264px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  object-fit: cover;
}
.flex-box{
  display: flex;
}
button {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
button img {
  display: block;
}
.sp-only{
  display: none !important;
}
.pc-only{
  display: block !important;
}
@media only screen and (max-width: 980px) {
  main{
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  p,li,dl,dd{
    font-size: 14px;
    line-height: 1.8em;
  }
  .sp-only{
    display: block !important;
  }
  .pc-only{
    display: none !important;
  }
  main{
    padding: 0 5vw;
  }
}

/* header */
.l-header{
  position: sticky;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 9999;
}
.l-header__inner{
  max-width: 1336px;
  height: 89px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo{
  width: 122px;
}
.l-header__btn-list{
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  width: 280px;
  justify-content: flex-end;
}
.l-header__btn{
  background-color: #FAC211;
  width: 164px;
  border-radius: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  height: 58px;
  padding-top: 16px;
  box-sizing: border-box;
}
.l-header__btn a{
  color: #FFF;
}
.btn-intern{
  font-size: 15px;
  padding-top: 8px;
  line-height: 21px;
}
.hero__entry-btn:hover{
  opacity: 0.7;
}
.l-header__hamburger{
  width: 66px;
  height: 58px;
  background-color: #FAC211;
  border-radius: 100px;
  position: relative;
  display: none;
}
.hamburger_border {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 1px;
  background-color:#FFF;
  transition: all .6s;
}
.hamburger_border_top {
  top: 22px;
}
.hamburger_border_center {
  top: 28px;
}
.hamburger_border_bottom {
  top: 34px;
}
.l-header__hamburger::after{
  content: 'menu';
  position: absolute;
  bottom: -25px;
  color: #FAC211;
  font-size: 16px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 980px) {
  .l-header__inner{
    margin-left: 30px;
    width: 95%;
  }
  .l-header__btn-list{
    margin-right: 30px;
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__inner{
    margin: 0 5vw;
    height: 60px;
  }
  .l-header__btn-list{
    margin-right: 5vw;
    justify-content: flex-end;
    margin-top: -10px;
  }
  .l-header__logo{
    width: 90px;
  }
  .l-header__hamburger{
    width: 45px;
    height: 40px;
  }
  .hamburger_border_top {
    top: 15px;
  }
  .hamburger_border_center {
    top: 21px;
  }
  .hamburger_border_bottom {
    top: 27px;
  }
  .l-header__hamburger::after{
    font-size: 12px;
    bottom: -22px;
  }
}

/* hero */
.hero {
  max-width: 1264px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 980px) {
  .hero {
    margin: 80px auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    margin: 0px auto;
  }
}


/* MESSAGE */
.message{
  max-width: 1195px;
  display: block;
  margin: 60px auto 0;
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 767px) {
  .message{
    margin-top: 40px;
  }
}

/* OUTLINE */
.outline{
  margin: 120px auto 0;
  max-width: 1120px;
}
@media only screen and (max-width: 980px) {
  .outline{
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .outline{
    margin: 60px auto 0;
  }
}

/* GREETING */
.greeting{
  display: block;
  margin: 120px auto 0;
  max-width: 1160px;
}
@media only screen and (max-width: 980px) {
  .greeting{
    margin: 80px auto 0;
  }
}

/* VISION */
.vision{
  display: block;
  margin: 120px auto 0;
  max-width: 1160px;
}
@media only screen and (max-width: 980px) {
  .vision{
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .vision{
    margin: 60px auto 0;
  }
}

/* ABOUT */
.about{
  margin: 120px auto 0;
  max-width: 1200px;
  background-color: #F0FFF7;
  border-radius: 24px;
  padding: 40px;
}
.about__header{
  display: block;
  max-width: 686px;
  margin:0 auto; 
}
.about .flex-box{
  max-width: 1063px;
  margin: 60px auto;
  padding-bottom: 60px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 2px dashed #00833E;
}
.about .flex-box:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.about__pic{
  max-width: 527px;
}
.about__pic-01{
  width: 527px;
  margin: 0 auto;
}
.about__pic-01 img{
  max-width: 424px;
}
.about__text{
  max-width: 460px;
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.about__text a{
  color: #333;
  border-bottom: 1px solid #333;
}
.about__text-header{
  font-size: 24px;
  color: #00833E;
  padding-bottom: 20px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
}
@media only screen and (max-width: 980px) {
  .about{
    margin: 80px auto 0;
  }
  .about .flex-box{
    flex-direction: column;
  }
  .about__pic-01{
    width: 100%;
  }
  .about__pic-01 img{
    max-width: 100%;
  }
  .about__text{
    max-width: 527px;
    padding-top: 50px;
    order:2;
  }
}
@media only screen and (max-width: 767px) {
  .about{
    padding: 40px 20px;
    margin: 60px auto 0;
  }
  .about__header{
    max-width: 250px;
  }
  .about__text-header{
    font-size: 16px;
    padding-bottom: 0;
  }
  .about .flex-box{
    margin: 40px auto;
    padding-bottom: 40px;
  }
  .about .flex-box:last-child{
    margin-bottom: 0px;
  }
  .about__text{
    padding-top: 30px;
  }
}

/* INITIATIVE */
.iinitiative__pic{
  max-width: 1122px;
  margin: 120px auto 0;
  display: block;
}
.initiative .flex-box.color{
  max-width: 950px;
  margin: 120px auto 0;
  justify-content: space-between;
  align-items: center;
  background-color: #F0FFF7;
  border-radius: 24px;
  padding: 40px 80px 80px;
}
.initiative__pic-04{
  max-width: 380px;
}
.initiative__text-04{
  max-width: 390px;
}
.initiative__text-05{
  display: block;
  margin: 80px auto 0;
  max-width: 551px;
}
.initiative__pic-05{
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 40px auto 0;
  justify-content: center;
}
.initiative__pic-05 .initiative__pic{
  width: 303px;
  margin: 20px 30px;
}

/* スライダー */
.initiative__pic-04{
  position: relative;
  max-width: 380px;
}
.wrapper {
  max-width: 380px;
  overflow: hidden;
  width: 100%;
  position: relative;
  /* height: 327px; */
  padding-bottom: 50px;
}
.slider {
  width: 1520px;
  display: flex;
  margin: 0 auto;
}
.slider1 {
  transform: translateX(0);
  transition: all 0.3s;
}
.slider2 {
  transform: translateX(-380px);
  transition: all 0.3s;
}
.slider3 {
  transform: translateX(-760px);
  transition: all 0.3s;
}
.slider4 {
  transform: translateX(-1140px);
  transition: all 0.3s;
}
.content {
  width: 100%;
  max-width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 327px; */
}
/* ボタン */
.next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
  background-color: #00833E;
  border-radius: 50%;
}
.next::after {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 5px 10px;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.next:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
  background-color: #00833E;
  border-radius: 50%;
  box-sizing: content-box;
}
.prev::after {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 5px 10px;
  border-right-color: currentColor;
  border-left: 0;
  transform: translateX(-15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.prev:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
/* インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 0px;
  display: flex;
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding: 0;
}
li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  list-style: none;
  background-color: #D9D9D9;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}
#list1 {
  background-color: #00833E;
}

@media only screen and (max-width: 980px) {
  .iinitiative__pic{
    margin: 80px auto 0;
  }
  .initiative__text-04{
    max-width: 40%;
  }
  .initiative .flex-box.color{
    margin: 80px auto 0px;
    padding: 40px;
  }
  .initiative__pic-04{
    max-width: 300px;
  }
  .initiative__text-05{
    margin: 40px auto 0;
    max-width: 400px;
  }
  .initiative__pic-05 .initiative__pic{
    width:30%;
    margin: 20px 10px;
  }
  .wrapper {
    max-width: 300px;
  }
  .content {
    max-width: 300px;
  }
  .slider {
    width: 1200px;
  }
  .slider2 {
    transform: translateX(-300px);
  }
  .slider3 {
    transform: translateX(-600px);
  }
  .slider4 {
    transform: translateX(-900px);
  }
}
@media only screen and (max-width: 767px) {
  .iinitiative__pic{
    margin: 60px auto 0;
  }
  .initiative .flex-box.color{
    flex-direction: column;
    padding: 30px 10px 40px;
    margin: 60px auto 0;
  }
  .initiative__text-04{
    max-width: 100%;
    order: 2;
    padding-top: 30px;
  }
  .initiative__pic-04 {
    max-width: 100%;
    max-width: 290px;
  }
  .wrapper {
    max-width: 290px;
  }
  .content {
    max-width: 290px;
  }
  .slider {
    width: 1160px;
  }
  .slider2 {
    transform: translateX(-290px);
  }
  .slider3 {
    transform: translateX(-580px);
  }
  .slider4 {
    transform: translateX(-870px);
  }
  .initiative__pic-05 .initiative__pic{
    width: 47%;
    margin: 10px 5px;
  }
}

/* INTRODUCTION */
.introduction__pic{
  max-width: 1200px;
  margin:120px auto 0;
  display: block;
}
.introduction__sub-pic{
  max-width: 1200px;
  margin:60px auto 0;
  display: block;
}
@media only screen and (max-width: 980px) {
  .introduction__pic{
    margin:80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .introduction__pic{
    margin:60px auto 0;
  }
}

/* JOB DESCROPTION */
.job-description__pic{
  margin: 80px auto 0;
  max-width: 1200px;
  display: block;
}
.job-description-poin{
  margin: 80px auto 0;
  max-width: 1202px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .job-description__pic{
    margin: 40px auto 0;
  }
  .job-description-poin{
    margin: 60px auto 0;
  }
}

/* SCHEDULE */
.schedule__pic{
  display: block;
  max-width: 1120px;
  margin:120px auto 0;
}
.schedule__training{
  display: block;
  max-width: 1125px;
  margin:80px auto 0;
}
@media only screen and (max-width: 980px) {
  .schedule{
    margin: 80px auto 0;
  }
  .schedule__header{
    max-width: 320px;
  }
  .schedule__pic{
    margin:40px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .schedule{
    margin: 80px auto 0;
  }
  .schedule__header{
    max-width: 270px;
  }
  .schedule__training{
    margin:40px auto 0;
  }
}

/* INTERVIEW */
.interview{
  max-width: 1200px;
  margin: 120px auto 0;
}
.interview__header{
  display: block;
  max-width: 721px;
}
.interview .flex-box{
  max-width: 1009px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
}
.interview__pic{
  max-width: 464px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 980px) {
  .interview{
    margin: 80px auto 0;
  }
  .interview__header{
    max-width: 450px;
  }
  .interview__pic{
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .interview{
    margin: 60px auto 0;
  }
  .interview__header{
    max-width: 350px;
  }
  .interview__pic{
    width: 100%;
    padding: 20px 0;
  }
}

/* WELFARE */
.welfare{
  max-width: 1026px;
  margin: 20px auto 0;
}
.welfare__header{
  display: block;
  margin:0 auto;
  max-width: 288px;
}
.welfare .flex-box{
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
}
.welfare__pic{
  max-width: 267px;
  padding-top: 30px;
}
.modal {
  z-index: 999;
  display: none; /* デフォルトでは非表示に設定 */
  position: fixed; /* モーダルがページ全体に固定されるように設定 */
  top: 0; /* ページの最上部からスタート */
  left: 0; /* ページの最左端からスタート */
  width: 100%; /* モーダルが画面全体の幅を占める */
  height: 100%; /* モーダルが画面全体の高さを占める */
  background-color: rgba(0, 0, 0, 0.4); /* 背景を半透明の黒に設定（モーダルの背後が見えるように） */
}
.modal-content {
  position: fixed; /* モーダル内容が画面上に固定されるように設定 */
  top: 50%; /* 縦方向の中央に配置 */
  left: 50%; /* 横方向の中央に配置 */
  transform: translate(-50%, -50%); /* 完全に中央に配置するための補正 */
  max-width: 1124px;
}
@media only screen and (max-width: 980px) {
  .welfare{
    margin: 0 auto;
  }
  .welfare__pic{
    width: 32%;
  }
  .modal-content {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .welfare{
    margin: 40px auto 0;
  }
  .welfare__header{
    max-width: 220px;
  }
  .modal-content {
    width: 90%;
  }
}

/* SYSTEM */
.system__pic{
  display: block;
  margin:120px auto 0;
  max-width: 1136px;
}
@media only screen and (max-width: 980px) {
  .system__pic{
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
}

/* GALLERY */
.gallery{
  max-width: 1021px;
  margin: 120px auto 0;
  z-index: -1;
}
.gallery__header{
  display: block;
  max-width: 359px;
}
.gallery__pic{
  display: block;
  margin: 40px auto 0;
  max-width: 738px;
}
.gallery .flex-box{
  flex-wrap: wrap;
  margin: 100px auto 0;
  align-items: flex-end;
}
.gallery__pic-sub{
  max-width: 166px;
  padding: 0 12px 24px;
}
.gallery__pic-sub img{
  border-radius: 20px;
}
@media only screen and (max-width: 980px) {
  .gallery{
    margin: 80px auto 0;
  }
  .gallery__header{
    max-width: 220px;
  }
  .gallery .flex-box {
    margin: 50px auto 0;
    justify-content: space-between;
  }
  .gallery__pic-sub{
    max-width: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery{
    margin: 60px auto 0;
  }
  .gallery__pic-sub{
    max-width: 45%;
    padding: 0 6px 12px;
  }
}

/* REQUIREMENTS */
.requirements__header{
  margin: 120px auto 0;
  max-width: 890px; 
  display: block;
}
.requirements__table{
  border-collapse: collapse;
  margin: 85px auto 0;
  max-width: 980px;
}
.requirements__table th,.requirements__table td{
  border-top: 1px solid #00833E;
  border-bottom: 1px solid #00833E;
  padding: 60px 0;
}
.requirements__table th{
  width: 25%;
  background-color: #F0FFF7;
  color: #00833E;
  font-size: 18px;
}
.requirements__table td{
  padding-left: 30px;
  line-height: 2em;
  font-size: 16px;
}
.requirements__table .flex-text{
  display: flex;
  align-items: center;
}
.requirements__table .flex-text p:first-child{
  padding-right: 50px;
}
.requirements__table a{
  color: #00833E;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #00833E;
}
@media only screen and (max-width:980px) {
  .requirements__header{
    max-width: 400px;
    margin: 80px auto 0;
  }
  .requirements__table th{
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .requirements__table{
    margin-top: 40px;
  }
  .requirements__table th,.requirements__table td{
    width: 100%;
    display: block;
    padding: 30px 0;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
  }
  .requirements__table th{
    font-size: 16px;
  }
  .requirements__table td{
    padding-left: 10px;
    font-size: 14px;
  }
  .requirements__table .flex-text{
    flex-direction: column;
    align-items: flex-start;
  }
}

/* footer */
.footer {
  background-image: url(../img/pharmacist/footer-bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 130px;
  background-position: right;
}
.footer__inner{
  padding-top: 54px;
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}
.footer__logo{
  position: absolute;
  max-width: 126px;
  left: 0;
  top: 40px;
}
.footer__entry-text{
  font-weight: 700;
  font-size: 24px;
  color: #00833E;
}
.footer__entry-btn{
  background-color: #FAC211;
  width: 236px;
  text-align: center;
  padding: 24px 0;
  border-radius: 40px;
  margin: 20px auto 0;
}
.footer__entry-btn a{
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
}
.footer__entry-btn:hover{
  opacity: 0.7;
}
.footer .flex-box{
  max-width: 400px;
  margin: 60px auto 0;
  justify-content: space-between;
}
.footer .flex-box a{
  color: #00833E;
  text-decoration: solid;
  font-family: "din-2014", sans-serif;
  font-weight:800;
  border-bottom: 1px solid;
}
.footer__inc{
  color: #00833E;
  font-weight: 700;
  font-size: 12px;
  padding: 40px 0 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 980px){
  .footer__logo{
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 60px;
  }
  .footer__inner{
    padding: 30px 8vw 60px;
  }
  .footer__logo{
    width: 200px;
    margin:0 auto;
    position: static;
  }
  .footer .flex-box{
    margin: 30px auto 0;
  }
  .footer .flex-box a{
    font-size: 14px;
  }
  .footer__nav-entry{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 236px;
    z-index: 2;
    background-color: #FAC211;
    padding: 15px 0;
    text-align: center;
    border-radius: 40px;
  }
  .footer__nav-entry a{
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
  }
}