@charset "UTF-8";

/* CSS Document */
/*トップページ：メイン画像枠*/
.index-img-bg {
  background-color: #fae1e1;
  width: 100%;
}

.index-img {
  padding: 100px 0 0 0;
  margin: 0 auto 70px;
  max-width: 1200px;
  width: 100%;
  background-color: #999;
}

.index-img img {
  width: 100%;
  height: auto;
}

@media (min-width: 801px) and (max-width: 1099px) {
  .index-img {
    padding: 100px 0 0 0;
    margin: 0 auto 70px;
  }

  .index-img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  .index-img {
    padding: 60px 0 0 0;
    margin: 0 0 50px 0;
  }
}

.index-content {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #999;
}

/*お知らせ枠*/
.tabs {
  display: none;
}

.index-content-info {
  width: 100%;
  margin: 0;
  padding: 0 0 80px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.index-info-area {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 10px;
}

.index-info-area ul {
  padding: 15px 0;
}

.index-info-area li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 5px 0;
  border-bottom: 1px dotted #aaa;
}

.index-info-area li span[class$="date"] {
  flex-basis: 15%;
}

.index-info-area li span[class^="title"] {
  flex-basis: 85%;
}

.index-info-area li a {
  color: #3c3c3c;
}

.index-info-area li a:hover {
  text-decoration: none;
}

/**INFO-JORURI**/
/**top**/
#infoTop .attributes {
  display: none;
}

#infoTop .links {
  display: none;
}

.here-btn {
  width: 100%;
  margin: 0 auto;
}

.here-btn a {
  display: block;
  width: 170px;
  height: 45px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  background-color: #ff7382;
  padding: 15px 0 0 1.5em;
  position: relative;
  /*:activeのために基準値を設ける*/
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 4px 0 #ccc;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.here-btn a::after {
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.here-btn a:hover {
  background-color: #dcf7fp;
  box-shadow: inset 0 -1px 0 #ccc;
  top: 7px;
}

/*看護部について枠*/
.index-content-about {
  width: 100%;
  margin: 0;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
  background-image: url("/_themes/kango/css/images/index-about-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.index-about-area {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.index-about-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.index-about-list>div {
  width: 49%;
  max-width: 490px;
  padding: 0 0 8px 0;
  margin: 0 2% 1.5% 0;
}

.index-about-list>div:nth-child(even) {
  margin-right: 0;
}

.index-about-btn {
  width: 100%;
  margin: 0;
}

.index-about-btn a {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  background-color: #fff;
  padding: 17px 0 0 1.4em;
  position: relative;
  text-decoration: none;
  color: #3c3c3c;
  box-shadow: 0 4px 0 #ccc;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  float: left;
}

.index-about-btn a::after {
  font-size: 20px;
  color: #ff7382;
  position: absolute;
  top: 50%;
  right: 1.8em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 3px solid currentColor;
  border-top: 3px solid currentColor;
  content: "";
}

.index-about-btn a:hover {
  background-color: #dcf7fp;
  box-shadow: inset 0 -1px 0 #ccc;
  top: 7px;
}

.index-about-btn a p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.index-about-btn a p img {
  margin: 0 20px 0 0;
}

.index-about-btn a p.title {
  padding: 0 40px 0 0;
}

/*キャリア開発枠*/
.index-content-career {
  width: 100%;
  margin: 0;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-color: #fae1e1;
}

.index-career-area {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.index-career-btnbox {
  height: auto;
  margin: 0 0 10px 0;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.index-career-btnbox:last-child {
  margin: 0;
}

.index-career-btnimg01 {
  height: 250px;
  background-image: url("/_themes/kango/css/images/index-educational-sys-img.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}

.index-career-btnimg02 {
  height: 250px;
  background-image: url("/_themes/kango/css/images/index-career-support-img.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}

.index-career-btnimg01 .textbox01 {
  width: 45%;
  margin: 20px;
  padding: 2%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
}

.index-career-btnimg02 .textbox02 {
  width: 45%;
  margin: 20px;
  padding: 2%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  float: right;
}

.index-career-btnbox .title {
  font-size: 40px;
  line-height: 100%;
  font-weight: 600;
  color: #ff7382;
  margin: 0 0 15px 0;
}

.index-career-btnbox .text {
  font-size: 14px;
  line-height: 170%;
  font-weight: 600;
  color: #3c3c3c;
  margin: 0 0 20px 0;
}

.index-career-btnbox .btnbox {
  float: left;
}

/*採用情報枠*/
.index-content-recruit {
  width: 100%;
  margin: 0;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
  background-image: url("/_themes/kango/css/images/index-recruit-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.index-recruit-area {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}

.index-recruit-area>div {
  flex: 1;
}

.index-recruit-area .index-recruit-btnbox01 {
  flex: 1.5;
  margin: 0 2.5% 0 0;
}

.index-recruit-area .index-recruit-btnbox02 {
  /*-webkit-flex: 1;
  flex: 1;*/
}

.index-recruit-infobtn {
  width: 100%;
  margin: 0;
}

.index-recruit-infobtn a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  background-color: #fff;
  padding: 27px 0 27px 27px;
  position: relative;
  text-decoration: none;
  color: #3c3c3c;
  box-shadow: 0 4px 0 #bbb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.index-recruit-infobtn a::after {
  font-size: 20px;
  color: #ff7382;
  position: absolute;
  top: 50%;
  right: 1.3em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid currentColor;
  border-top: 4px solid currentColor;
  content: "";
}

.index-recruit-infobtn a:hover {
  background-color: #dcf7fp;
  box-shadow: inset 0 -1px 0 #bbb;
  top: 7px;
}

.index-recruit-infobtn a p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.index-recruit-infobtn a p img {
  width: 100%;
  max-width: 270px;
}

.index-recruit-infobtn a p.title {
  padding: 0 35px 0 27px;
}

.index-recruit-infobtn a p.title span {
  font-size: 34px;
  color: #ff7382;
}

.index-recruit-infobtn02 {
  width: 100%;
  margin: 0;
}

.index-recruit-infobtn02 a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 17px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  background-color: #fff;
  padding: 14px 0 14px 14px;
  position: relative;
  text-decoration: none;
  color: #3c3c3c;
  box-shadow: 0 4px 0 #bbb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  float: left;
}

.index-recruit-infobtn02 a::after {
  font-size: 22px;
  color: #ff7382;
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 0.4em;
  height: 0.4em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 3px solid currentColor;
  border-top: 3px solid currentColor;
  content: "";
}

.index-recruit-infobtn02 a:hover {
  background-color: #dcf7fp;
  box-shadow: inset 0 -1px 0 #bbb;
  top: 7px;
}

.index-recruit-infobtn02 a p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.index-recruit-infobtn02 a p img {
  width: 100%;
  max-width: 120px;
}

.index-recruit-infobtn02 a p.title {
  padding: 0 35px 0 14px;
}

/*研究等受け入れ枠*/
.index-content-training {
  width: 100%;
  margin: 0;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-image: url("/_themes/kango/css/images/index-training-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.index-training-area {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.index-training-area .text {
  margin: 0 0 40px 0;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

/***LINKS****/
section.index-links {
  width: 100%;
  margin: 0;
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
}

ul.links-list {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

ul.links-list li {
  width: 30%;
  max-width: 350px;
  margin: 0 0 30px;
}

ul.links-list img {
  width: 100%;
}