@charset "utf-8";

/*
 * ヘッダー、フッターなどのサイトの基本部分用スタイルシート
 */

html {
  font-size: 10px;
  scroll-padding-top: 70px; /* 固定ヘッダの高さ分 */
}

body {
  color: #000;
  font-size: 18px;
  /* font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
  font-feature-settings: "palt";
  line-height: 1.8;
  background: #fff;
}

.wraper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
  min-width: 980px;
  overflow: hidden;
}

a {
  color: inherit;
}

a img {
  transition: 0.2s;
}

a:hover img {
  opacity: 0.8;
}

iframe {
  max-width: 100%;
}

/* layout */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 980px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  transition: 0.6s;
}

.header-container {
  height: 140px;
  transition: 0.3s;
}

.header.thin .header-container {
  height: 70px;
}

@media (min-width: 721px) { body.logged-in.admin-bar header { top: 32px; }}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 36%;
  padding: 0 2.2%;
  height: 100%;
  background: #E1F2F3;
}

.header-navigation {
  flex-basis: 64%;
  padding: 0 2.2%;
  min-width: 700px;
  transition: 0.3s;
}

.header-navigation ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-navigation ul li {
  margin: 0 1.6%;
}

.header-navigation ul li:first-child { margin-left: 0; }
.header-navigation ul li:last-child { margin-right: 0; }

.header-navigation-open {
  display: none;
}

.footer {
  text-align: center;
  background: #F8F8F8;
  border-bottom: solid 18px #007790;
}

.footer h4 {
  display: table;
  margin: 0 auto 10px auto;
  padding: 0 10px 5px 10px;
  border-bottom: solid 4px #7AC8CB;
}

/* home */

.main-image {
  padding: 4% 1%;
  padding-top: calc(140px + 2%);
  background: url(../../img/online_recruit/main_image_bg.jpg);
  background-size: cover;
}

.main-image-wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 1620px;
}

.main-image .image {
  margin: 2%;
  max-width: 54%;
}

.main-image .entry-button {
  margin-right: 0;
  margin-left: 0;
}

.home-concept  {
  background-repeat: no-repeat;
  background-image: url(../../img/online_recruit/bg_1_1.png), url(../../img/online_recruit/bg_1_2.png);
  background-position: left, right;
  background-size: auto 100%;
}

.home-point { background-image: url(../../img/online_recruit/bg_2.jpg); }

.home-point-list li {
  flex: 1;
  position: relative;
  margin: 0 1.2%;
  padding: 40px 20px 20px 20px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border: solid 3px #FEB258;
}

.home-point-list li .image {
  margin-bottom: 16px;
}

.home-point-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: -10%;
  left: 25%;
  width: 50%;
  height: 20%;
  background: 50% no-repeat;
  background-size: contain;
}

.home-point-list li:nth-child(1):before { background-image: url(../../img/online_recruit/point_1.png); }
.home-point-list li:nth-child(2):before { background-image: url(../../img/online_recruit/point_2.png); }
.home-point-list li:nth-child(3):before { background-image: url(../../img/online_recruit/point_3.png); }
.home-point-list li:nth-child(4):before { background-image: url(../../img/online_recruit/point_4.png); }

.home-schedule { background-image: url(../../img/online_recruit/bg_3.jpg); }

.home-flow-list li {
  margin-bottom: 40px;
  padding: 40px 40px 40px 170px;
  background: #fff 40px 40px no-repeat;
  border: solid 1px #898989;
}

.home-flow-list li:nth-child(1) { background-image: url(../../img/online_recruit/step_1.png); }
.home-flow-list li:nth-child(2) { background-image: url(../../img/online_recruit/step_2.png); }
.home-flow-list li:nth-child(3) { background-image: url(../../img/online_recruit/step_3.png); }
.home-flow-list li:nth-child(4) { background-image: url(../../img/online_recruit/step_4.png); }
.home-flow-list li:nth-child(5) { background-image: url(../../img/online_recruit/step_5.png); }

.home-hospitals-list li {
  margin: 0 2% 40px 2%;
  padding: 20px;
  width: 34%;
  border: solid 2px #C4C4C4;
  border-radius: 8px;
}

.home-hospitals-list li .area {
  display: table;
  margin: 0 auto 10px auto;
  padding: 4px 28px;
  color: #685547;
  line-height: 1.4;
  text-align: center;
  background-repeat: no-repeat;
  background-image: url(../../img/online_recruit/ah_area_dt.png), url(../../img/online_recruit/ah_area_dt.png);
  background-position: 8px 50%, top 50% right 8px;
  background-color: #FDD529;
  border-radius: 50px;
}

.home-hospitals-list li .logo {
  margin-bottom: 20px;
  text-align: center;
}

.home-hospitals-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 40px 30px 40px 40px;
  /*width: 92vw;*/
  max-width: 1560px;
  background: #fff;
  border: solid 2px #BDBDBD;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.popup-close {
  position: absolute;
  top: 40px;
  right: 30px;
  cursor: pointer;
}

.home-hospitals-popup-content {
  display: flex;
}

.home-hospitals-popup .image {
  margin-right: 30px;
  min-width: 384px;
  max-width: 384px;
}

.home-hospitals-popup .about {
  padding-right: 80px;
  width: 100%;
  min-width: 340px;
}

.home-hospitals-popup h4 {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: bold;
  color: #0F99A1;
  white-space: nowrap;
}

.home-hospitals-popup p {
  font-size: 16px;
  margin-bottom: 20px;
  min-width: 520px;
}

.link-clinic {
  display: block;
  padding: 14px;
  max-width: 340px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  background: #7AC8CB;
}

.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.home-summary .box-fill {
  padding: 2%;
}

.home-summary-table {
  width: 100%;
  max-width: 49%;
}

.home-summary-table th {
  width: 90px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  background: #7AC8CB;
  border-bottom: solid 8px #fff;
}

.home-summary-table td {
  padding: 0 4%;
  border-bottom: solid 8px #fff;
}
