@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("layout.css");
/**/
/* ************************************************* Loading　*/
#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background: #fff;
  text-align: center;
  color: #fff;
}
#loader_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader_logo img {
  width: 320px;
  height: auto;
}
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**/
/* ************************************************* mainimg*/
#mainimg {
  position: relative;
  width: 100%;
  top: 100px;
}
#mainimg .slider_wrap {
  margin: 0 auto;
}
#mainimg .slider_wrap .bx-wrapper {
  margin: 0 auto; /*画像を真ん中に*/
}
#mainimg .slider_wrap .slider li {
  text-align: center;
  width: 100%;
  height: 900px;
}
#mainimg .slider_wrap .slider li img {
  width: 100%;
  height: 900px;
  object-fit: cover;
}
/* -------------------- ズーム*/
.zoom_slider > li[aria-hidden="false"] {
  animation: anime_zoom 6s linear; /*jsにも記述！*/
}
.zoom_slider > li[aria-hidden="true"] {
  transform: scale(1.0);
}
@keyframes anime_zoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.0);
  }
}
/* -------------------- フィルタ*/
#mainimg .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(86, 104, 118, 0.6);
  top: -265px;
  left: 0;
}
/* -------------------- キャッチコピー*/
#mainimg .inner {
  width: calc(100% - 240px);
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  top: 27%;
  left: 0;
  right: 0;
}
/*質の高い医療を目指して*/
#mainimg .inner .copy {
  margin: 0;
}
#mainimg .inner .copy p {
  font-family: 'NotoSerif JP';
  font-size: 62px;
  font-weight: 600;
  line-height: 1.4em;
  color: rgba(0, 0, 0, .0);
  padding: 0;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}
/*サブ*/
#mainimg .inner .copy span {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2em;
}
/* -------------------- バナー（臨床検査技師募集中）*/
#mainimg .recruit {
  position: absolute;
  width: 100%;
  max-width: 400px;
  margin: 60px 0 0 auto;
  z-index: 100;
  top: 320px;
  right: 80px;
}
#mainimg .recruit .link {
  position: relative;
  width: 100%;
  display: block;
  padding: 40px 50px;
  border-radius: 100vh;
  background-color: #11ACDF;
  font-size: 20px;
  line-height: 1.5em;
  color: #fff;
}
#mainimg .recruit .link span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.5em;
  display: block;
}
#mainimg .recruit .link::before, #mainimg .recruit .link::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}
#mainimg .recruit .link::before {
  top: 50%;
  right: 70px;
  width: 30px;
  height: 1px;
  transform: translate(30px, 0px);
  border: none;
}
#mainimg .recruit .link::after {
  top: 50%;
  right: 70px;
  width: 8px;
  height: 1px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(45deg);
}
@media screen and (max-width: 1280px) {
  #mainimg .recruit {
    top: 340px;
  }
  #mainimg .recruit .link {
    padding: 35px 50px;
  }
}
/* --------------------------------------- scroll_down*/
#mainimg div.scroll_down {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 160px;
  z-index: 2;
  padding: 240px 10px 10px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-family: 'JosefinSans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
#mainimg div.scroll_down::after {
  content: '';
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 1px;
  height: 240px;
  background: #fff;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
/* -------------------- アニメーション*/
@keyframes sdl {
  0% {
    opacity: 1;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  30.1%, 70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/**/
/* ************************************************* information*/
#information {
  position: absolute;
  top: 640px;
  z-index: 100;
  width: 100%;
}
#information .inner {
  background-color: #fff;
  margin: 0 0 0 10%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  #information .inner {
    margin: 0 0 0 5%;
  }
}
@media screen and (max-width: 1280px) {
  #information .inner {
    min-height: 460px;
  }
}
/* --------------------------------------- タイトル*/
#information .head {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  background-color: #134A49;
}
#information .head h2 {
  color: #fff;
  margin: 30px 0;
  font-size: 32px;
}
@media screen and (max-width: 1280px) {
  #information .head {
    width: 100%;
    max-width: 340px;
    padding: 40px;
    background-color: #134A49;
  }
}
/* -------------------- VIEW MORE（くるっと回る）*/
#information .head .link_btn {
  list-style: none;
}
#information .head .link_btn-item {
  width: 300px;
  margin: 0 .5em !important;
  position: relative;
}
#information .head .link_btn-item .c-button {
  width: 300px;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100vh;
  margin: 40px 0;
  padding: 16px 40px;
  transition: all .75s ease;
  background-image: url("../img/btn_arrow_wh.png");
  background-repeat: no-repeat;
  background-position: 92% 48%;
}
#information .head .link_btn-item .c-button .circle {
  position: absolute;
  fill: transparent;
  stroke: #fff;
  top: 12px;
  right: 12px;
  transform: rotate(-90deg);
}
#information .head .link_btn-item .c-button .circle circle {
  stroke-dasharray: 119; /*38（直径）×円周率*/
  stroke-dashoffset: 0;
  transition: all .75s ease;
}
#information .head .link_btn-item .c-button:hover .circle circle {
  fill: rgba(255, 255, 255, .08); /*円の色*/
  stroke-dashoffset: 126;
}
@media screen and (max-width: 1280px) {
  #information .head .link_btn-item {
    width: 240px;
  }
  #information .head .link_btn-item .c-button {
    width: 240px;
    background-position: 90% 48%;
  }
  #information .head .link_btn-item .c-button .circle {
    right: 12px;
  }
}
/* --------------------------------------- 一覧*/
#information .info_area {
  width: 100%;
  padding: 60px 40px 40px 40px;
}
/* -------------------- タブ表示*/
#information .tab_box .btn_area {
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: flex;
  webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#information .tab_box .tab_btn {
  margin: 0 10px 0 0;
  padding: 2px 30px;
  background-color: #999;
  color: #fff;
  border-radius: 100vh;
  font-size: 13px;
  transition: all 0.5s ease-in-out
}
#information .tab_box .tab_btn + .tab_btn {
  /*margin-left: 8px;*/
}
#information .tab_box .tab_btn:hover {
  background-color: #555;
  cursor: pointer;
}
/* ---------- 選択中のタブ*/
#information .tab_box .tab_btn.active {
  background: #000;
  color: #fff;
}
/* -------------------- パネル*/
#information .tab_box .panel_area {
  margin: 20px 0 0 0;
  padding: 20px 0;
}
/* ---------- 選択していないパネル*/
#information .tab_box .tab_panel {
  display: none;
}
/* ---------- 選択中のパネル*/
#information .tab_box .tab_panel.active {
  display: block;
}
#information .tab_box .tab_panel dl {
  display: -webkit-flex;
  display: flex;
  padding: 10px 0;
}
#information .tab_box .tab_panel dl dt {}
#information .tab_box .tab_panel dl dt span {
  display: inline-block;
  width: 86px;
  max-height: 27px;
  text-align: center;
  border: 1px solid #111;
  border-radius: 100vh;
  margin: 0 30px;
  padding: 4px 20px;
  font-size: 11px;
  line-height: 1.5em;
}
#information .tab_box .tab_panel dl dd {}
#information .tab_box .tab_panel dl dd a:hover {
  color: #269997;
}
#information .tab_box .tab_panel dl dd a {}
@media screen and (max-width: 1280px) {
  #information .tab_box .tab_panel dl {
    display: block;
  }
  #information .tab_box .tab_panel dl dt {
    padding: 0 0 10px 0;
  }
}
/* *********************************************************** container*/
#container {
  position: relative;
  top: -165px;
  margin-bottom: -165px;
}
/**/
/* ************************************************* main*/
/* --------------------------------------- h*/
#main h2 {
  font-size: 38px;
  position: relative;
  z-index: 100;
  margin: 60px 0 40px 0;
}
#main h2::before {
  position: absolute;
  font-size: 90px;
  z-index: -1;
  top: -0.25em;
  left: 0;
  right: 0;
}
#main h2 span {
  font-size: 18px;
  display: block;
  color: #269997;
}
/**/
/* ************************************************* 臨床検査部門について about*/
#about {
  position: relative;
}
#about::after {
  position: absolute;
  content: "";
  width: 320px;
  height: 500px;
  top: 200px;
  right: 0;
  z-index: 10;
  background-image: url("../img/index_about_bg.png");
  background-repeat: no-repeat;
}
#about .head {
  padding: 320px 0 80px 0;
  background-image: linear-gradient(120deg, #5F5F5F 0%, #2B3435 100%);
}
@media screen and (max-width: 1280px) {
  #about .head {
    padding: 460px 0 140px 0;
  }
}
/* --------------------------------------- ヘッダー*/
#about .head h2 {
  color: #fff;
  text-align: center;
}
#about .head h2::before {
  color: rgba(255, 255, 255, 0.2);
  content: "ABOUT US";
}
#about .head h2 span {}
#about .head p {
  text-align: center;
  color: #fff;
  font-size: 21px;
}
/* --------------------------------------- 概要*/
#about .text {
  position: relative;
  display: -webkit-flex;
  display: flex;
  padding: 100px 100px 0 0;
  background-color: #EDEDED;
}
#about .text::before {
  position: absolute;
  content: "";
  width: 500px;
  height: 370px;
  top: 300px;
  left: 0;
  background-image: url("../img/index_department_bg01.png");
  background-repeat: no-repeat;
  z-index: 50;
}
/* -------------------- テキスト*/
#about .text .inner {
  width: 100%;
  padding: 0 0 80px 80px;
}
#about .text .inner p {
  line-height: 2.5em;
}
@media screen and (max-width: 1280px) {
  #about .text {
    padding: 80px 100px 0 0;
  }
  #about .text .inner {
    padding: 0 0 80px 100px;
  }
}
/* -------------------- 画像*/
#about .text .images {
  width: 100%;
  max-width: 600px;
  -webkit-order: -1;
  order: -1;
}
#about .text .images ul {}
#about .text .images ul li:nth-child(1) {
  position: relative;
  width: 100%;
  max-width: 410px;
  top: -160px;
  left: 0;
  z-index: 100;
}
#about .text .images ul li:nth-child(2) {
  position: absolute;
  width: 100%;
  max-width: 280px;
  top: 180px;
  left: 240px;
  z-index: 200;
}
@media screen and (max-width: 1280px) {
  #about .text .images ul li:nth-child(2) {
    left: 200px;
  }
}
/* -------------------- VIEW MORE（くるっと回る）*/
#about .text .inner .link_btn {
  width: 300px;
  margin: 0 0 0 auto;
  list-style: none;
}
#about .text .inner .link_btn-item {
  margin: 0 .5em !important;
  position: relative;
}
#about .text .inner .link_btn-item .c-button {
  width: 300px;
  display: block;
  color: #111;
  border: 1px solid #fff;
  border-radius: 100vh;
  margin: 40px 0 0 0;
  padding: 16px 40px;
  background-color: #fff;
  transition: all .75s ease;
  background-image: url("../img/btn_arrow_gr.png");
  background-repeat: no-repeat;
  background-position: 91% 48%;
}
#about .text .inner .link_btn-item .c-button:hover {
  border: 1px solid #134A49;
}
#about .text .inner .link_btn-item .c-button .circle {
  position: absolute;
  fill: transparent;
  stroke: #134A49;
  top: 12px;
  right: 0px;
  transform: rotate(-90deg);
}
#about .text .inner .link_btn-item .c-button .circle circle {
  stroke-dasharray: 119; /*38（直径）×円周率*/
  stroke-dashoffset: 0;
  transition: all .75s ease;
}
#about .text .inner .link_btn-item .c-button:hover .circle circle {
  fill: rgba(0, 0, 0, .05); /*円の色*/
  stroke-dashoffset: 126;
}
/**/
/* ************************************************* 部門紹介 DEPARTMENT*/
#department {
  position: relative;
}
/* --------------------------------------- ヘッダー*/
#department .head {
  padding: 100px 0;
  background-image: linear-gradient(120deg, #EDEDED 0%, #C3C3C3 100%);
  position: relative;
  /*z-index: 1;*/
}
#department .head .inner {
  position: relative;
  width: calc(100% - 200px);
  margin: 0 auto;
}
#department .head .inner::after {
  position: absolute;
  content: "";
  width: 550px;
  height: 500px;
  top: -40px;
  right: -40px;
  background-image: url("../img/index_department_image.png");
  background-repeat: no-repeat;
  z-index: 10;
}
/**/
#department .head h2 {}
#department .head h2::before {
  color: rgba(0, 0, 0, 0.15);
  content: "DEPARTMENT";
}
#department .head h2 span {}
#department .head p {
  font-size: 21px;
  margin-bottom: 60px;
}
/* -------------------- VIEW MORE（くるっと回る）*/
#department .head .link_btn {
  list-style: none;
  width: 300px;
}
#department .head .link_btn-item {
  margin: 0 .5em !important;
  position: relative;
  z-index: 100;
}
#department .head .link_btn-item .c-button {
  width: 300px;
  display: block;
  color: #111;
  border: 1px solid #fff;
  border-radius: 100vh;
  margin: 40px 0 0 0;
  padding: 16px 40px;
  background-color: #fff;
  transition: all .75s ease;
  background-image: url("../img/btn_arrow_gr.png");
  background-repeat: no-repeat;
  background-position: 91% 48%;
}
#department .head .link_btn-item .c-button:hover {
  border: 1px solid #134A49;
}
#department .head .link_btn-item .c-button .circle {
  position: absolute;
  fill: transparent;
  stroke: #134A49;
  top: 12px;
  right: 0px;
  transform: rotate(-90deg);
}
#department .head .link_btn-item .c-button .circle circle {
  stroke-dasharray: 119; /*38（直径）×円周率*/
  stroke-dashoffset: 0;
  transition: all .75s ease;
}
#department .head .link_btn-item .c-button:hover .circle circle {
  fill: rgba(0, 0, 0, .05); /*円の色*/
  stroke-dashoffset: 126;
}
/* --------------------------------------- 各検査室リンク*/
#department .btn_area {
  position: relative;
}
#department .btn_area::before {
  position: absolute;
  content: "";
  width: 550px;
  height: 500px;
  top: -360px;
  right: 0;
  background-image: url("../img/index_department_bg02.png");
  background-repeat: no-repeat;  
}
#department .btn_area ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#department .btn_area ul li.nav_btn {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  height: auto;
}
#department .btn_area ul li.nav_btn::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#department .btn_area ul li.nav_btn::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out
}
#department .btn_area ul li.nav_btn:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
/* -------------------- 画像*/
#department .btn_area ul li:nth-child(1) {
  background-image: url("../../img/department_01.jpg");
  background-size: 100%;
}
#department .btn_area ul li:nth-child(2) {
  background-image: url("../../img/department_02.jpg");
  background-size: 100%;
}
#department .btn_area ul li:nth-child(3) {
  background-image: url("../../img/department_03.jpg");
  background-size: 100%;
}
#department .btn_area ul li:nth-child(4) {
  background-image: url("../../img/department_04.jpg");
  background-size: 100%;
}
/* -------------------- 画像上フィルタ*/
#department .btn_area ul li:nth-child(1)::after {
  background-color: rgba(87, 234, 186, 0.3);
}
#department .btn_area ul li:nth-child(2)::after {
  background-color: rgba(21, 134, 131, 0.3);
}
#department .btn_area ul li:nth-child(3)::after {
  background-color: rgba(24, 121, 239, 0.3);
}
#department .btn_area ul li:nth-child(4)::after {
  background-color: rgba(26, 47, 238, 0.3);
}
/* -------------------- 画像上フィルタ（hover）*/
#department .btn_area ul li:nth-child(1):hover::after {
  background-color: rgba(87, 234, 186, 0.1);
}
#department .btn_area ul li:nth-child(2):hover::after {
  background-color: rgba(21, 134, 131, 0.1);
}
#department .btn_area ul li:nth-child(3):hover::after {
  background-color: rgba(24, 121, 239, 0.1);
}
#department .btn_area ul li:nth-child(4):hover::after {
  background-color: rgba(26, 47, 238, 0.1);
}
/* -------------------- テキスト位置指定用*/
#department .btn_area ul li.nav_btn .inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* -------------------- 左下△アイコン*/
#department .btn_area ul li.nav_btn .inner::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -18px;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent transparent #fff transparent;
  transition: 0.3s;
  z-index: 200;
}
/* ---------- アイコン色*/
#department .btn_area ul li:nth-child(1) .inner::after {
  border-color: transparent transparent #57EABA transparent;
}
#department .btn_area ul li:nth-child(2) .inner::after {
  border-color: transparent transparent #158683 transparent;
}
#department .btn_area ul li:nth-child(3) .inner::after {
  border-color: transparent transparent #1879EF transparent;
}
#department .btn_area ul li:nth-child(4) .inner::after {
  border-color: transparent transparent #1A2FEE transparent;
}
/* -------------------- テキスト部分背景*/
#department .btn_area ul li.nav_btn .inner .link {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 15px 25px;
  color: #fff;
  bottom: 100%;
  z-index: 100;
}
/* -------------------- リンク（aタグ）*/
#department .btn_area ul li.nav_btn a {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1000;
}
/**/
/* ************************************************* 採用情報 RECRUIT*/
#recruit {
  position: relative;
  background-image: url("../img/index_recruit_images.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px 0 200px 0;
  width: 100%;
  height: 100%;
}
#recruit::before {
  position: absolute;
  content: "";
  width: 468px;
  height: 360px;
  top: -100px;
  right: 0;
  z-index: 10;
  background-image: url("../img/index_recruit_bg.png");
  background-repeat: no-repeat;
  z-index: 1px;
}
#recruit::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background-color: #37424D;
  opacity: 70%;
  z-index: 2px;
}
/* --------------------------------------- テキスト枠*/
#recruit .inner {
  position: relative;
  z-index: 1000;
  width: 60%;
  max-width: 60%;
  margin: 0 0 0 auto;
  padding: 80px 100px 140px 100px;
  background: -webkit-linear-gradient(top left, rgba(0, 0, 0, 0.6), rgba(95, 95, 95, 0.6));
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.6), rgba(95, 95, 95, 0.6));
}
#recruit .inner h2 {
  color: #fff;
}
#recruit .inner h2::before {
  color: rgba(255, 255, 255, 0.2);
  content: "RECRUIT";
}
#recruit .inner h2 span {}
#recruit .inner p {
  color: #fff;
  font-size: 21px;
}
@media screen and (max-width: 1280px) {
  #recruit .inner {
    padding: 80px 60px 140px 60px;
  }
}
/* --------------------------------------- ボタン（採用情報はこちら）*/
#recruit .link {
  position: relative;
  z-index: 1000;
  left: 50%;
  top: -100px;
  width: 100%;
  max-width: 460px;
  display: block;
  margin: 40px 0 0 100px;
  padding: 50px 100px 50px 50px;
  border-radius: 13px;
  text-align: left;
  color: #fff;
  background-image: linear-gradient(-225deg, #1E7977 20%, #11ACDF 80%);
  font-size: 21px;
  transition: all 0.5s ease-in-out;
}
#recruit .link::before, #recruit .link::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}
#recruit .link::before {
  top: 50%;
  right: 60px;
  width: 40px;
  height: 1px;
  transform: translate(30px, 0px);
  border: none;
}
#recruit .link::after {
  top: 50%;
  right: 60px;
  width: 12px;
  height: 1px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(45deg);
}
#recruit .link:hover {
  background-color: #11ACDF;
}
@media screen and (max-width: 1280px) {
  #recruit .link {
    left: 40%;
    padding: 40px 80px 40px 40px;
    max-width: 420px;
  }
}