@charset "UTF-8";
/*========================================================================
   recruit layout
========================================================================*/
#recruit {
  color: #665A8F;
}
#recruit .nav03 .pagenav {
  margin-top: 7px;
  opacity: 1;
}
#recruit .anchor_nav a .img {
  background-image: url(../img/recruit/icon_bear@2x.png);
}
#recruit .matbox {
  background-color: #665A8F;
  background: -webkit-linear-gradient(255deg, #4F4B7B, #634584, #7D70B1);
  background: linear-gradient(-165deg, #4F4B7B, #634584, #7D70B1);
}
#recruit .footer_logo {
  fill: #665A8F;
}

#contents .toggle_btn {
  background-color: #7568A4;
  color: #fff !important;
}
#contents .toggle_nav li li {
  font-size: 0.9em;
}

section.content {
  margin-bottom: 2em;
}

#lead {
  margin-bottom: 5em;
}
#lead .mainimg {
  width: 85%;
  margin: 0 auto 1.2em;
}
#lead .txtArea p {
  font-weight: bold;
  line-height: 2.2;
}

/*------------------------------------------------------------
   #pharmacist・#clerk　common
--------------------------------------------------------------*/
h2 {
  text-align: center;
}
h2 span {
  display: block;
  margin-bottom: 0.6em;
}

/* sec01 リード intro ************************/
.intro {
  margin-bottom: 2em;
}
.intro .navArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.1em;
}
.intro .navArea .imgArea {
  width: 52%;
  margin-top: -0.6em;
  margin-right: 0.7em;
}
.intro .navArea .contnav {
  max-width: 278px;
  width: 40%;
}
.intro .navArea .contnav li {
  background: url(../img/recruit/line_rough@2x.png) no-repeat center bottom/contain;
  font-size: 0.94em;
  font-weight: bold;
  margin-bottom: 0.6em;
  text-align: center;
}
.intro .navArea .contnav li a {
  color: inherit;
}
.intro .txtArea {
  font-weight: bold;
}
.intro .btnArea {
  margin-top: 2.5em;
  margin-bottom: -0.5em;
}

/* sec02 待遇・福利厚生 treatment ************************/
.treatment .txtArea {
  color: #666464;
  margin-bottom: 1.2em;
}
.treatment .txtArea h4 {
  font-size: 1em;
  font-weight: normal;
}
.treatment .txtArea .list_circle {
  margin-bottom: 0.2em;
}
.treatment .txtArea li.red::before {
  background-color: #d44;
}

/* sec03 インタビュー interview ************************/
.interview {
  margin-bottom: 3em !important;
}
.interview .imgArea {
  padding-top: 0.5em;
  position: relative;
  margin-bottom: 2.5em;
}
.interview .imgArea .nameplate {
  max-width: 180px;
  width: 30%;
  position: absolute;
  right: 0.8em;
  bottom: -2em;
}
.interview .txtArea p {
  color: #666464;
}

/* sec04 採用情報 info ************************/
.info {
  margin-bottom: 3em !important;
}
.info .txtArea {
  font-weight: bold;
  margin-bottom: 2em;
}
.info .linkArea li {
  border-bottom: dotted 1px;
  margin-bottom: 1.5em;
}
.info .linkArea li a {
  display: inline-block;
  max-width: 360px;
  max-height: 50px;
  width: 100%;
  height: 100%;
  position: relative;
}
.info .linkArea li a:hover {
  text-decoration: none;
}
.info .linkArea li .dammy {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 134, 209, 0.7);
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.info .linkArea li a:hover .dammy {
  opacity: 1;
}
.info .linkArea li .bnr {
  display: inline-block;
  max-width: 200px;
  width: 41%;
  margin-right: 0.4em;
}
.info .linkArea li .bnr img {
  vertical-align: bottom;
}
.info .linkArea li .txt {
  color: #666464;
}

/* sec05 お問い合わせ inquiry ************************/
.inquiry {
  /* Form *********************/
}
.inquiry .matbox {
  background-color: #dc6b88 !important;
  background: -webkit-linear-gradient(20deg, #ea609e, #ec6d79, #ca3c35) !important;
  background: linear-gradient(70deg, #ea609e, #ec6d79, #ca3c35) !important;
}
.inquiry .form_btn {
  color: #ea609e;
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
  text-align: center;
  border-top: dotted 1px;
  border-bottom: dotted 1px;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
}
.inquiry .form_btn span::after {
  content: "ひらく";
}
.inquiry .form_btn.active span::after {
  content: "とじる";
}
.inquiry .askform {
  max-width: 680px;
  padding-bottom: 2.5em;
}
.inquiry .askform .txtArea {
  margin-bottom: 30px;
}
.inquiry .askform h3 {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 19px;
}
.inquiry .askform form {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 2em;
}
.inquiry .askform form input,
.inquiry .askform form textarea,
.inquiry .askform form select {
  font-size: 1.5rem;
  background: #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #987;
  height: auto;
  margin: 0 2px 4px;
}
.inquiry .askform form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.inquiry .askform form input,
.inquiry .askform form textarea {
  padding: 5px 10px;
  max-width: 100%;
}
.inquiry .askform form .submit-btn {
  background: #dc6b88;
  border-color: #dc6b88;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 15px 10px;
  cursor: pointer;
  max-width: 45%;
}
.inquiry .askform dl {
  margin-bottom: 1em;
}
.inquiry .askform dl > * {
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .inquiry .askform dl.list-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .inquiry .askform dl.list-col > dt {
    width: 35%;
  }
  .inquiry .askform dl.list-col > dd {
    width: 62%;
    padding-left: 3%;
  }
}
.inquiry .askform dl.list-border {
  border-top: 1px solid #ccc;
}
.inquiry .askform dl.list-border > dd {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .inquiry .askform dl.list-border > dt {
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.inquiry .askform dt.required {
  position: relative;
}
.inquiry .askform dt.required::after {
  content: "必須";
  color: #fff;
  background: #af1f3f;
  width: 3em;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1em;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .inquiry .askform dt.required::after {
    top: 15px;
  }
}
.inquiry .askform dd span {
  display: inline;
}

/* 薬剤師 ************************/
#pharmacist {
  margin-bottom: 4em;
}

/* 医療事務 ************************/
#clerk {
  margin-bottom: 4em;
}

@media screen and (min-width: 992px) {
  #greeting {
    margin-bottom: 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #greeting .mainimg {
    width: 50%;
  }
  #greeting .txtArea {
    padding-top: 3em;
  }
}
/* media query ************************/
@media screen and (min-width: 768px) {
  h4 {
    font-size: 2em;
  }
  .intro .navArea .contnav li {
    font-size: 1em;
    padding: 0.5em 0;
  }
  .interview .imgArea {
    width: 50%;
    float: left;
    margin: 0.5em 1.5em 1.7em;
  }
  .interview .txtArea {
    clear: none;
    margin-top: 2.5em;
  }
}