@charset "UTF-8";
/*!
Theme Name: クリュートメディカルシステムサイトテーマ
Description: クリュートメディカルシステムサイトテーマです。
Version: 1
Author: コーディング：blindbazaar 遠藤 裕樹
*/
@import url(https://use.fontawesome.com/releases/v5.2.0/css/all.css);
/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p {
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #373737;
}

b,
strong {
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #373737;
}

@media only screen and (max-width: 769px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  p,
  b,
  strong {
    line-height: 1.6;
  }
}

img {
  vertical-align: middle;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: underline;
  color: #0084FF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.01);
  text-decoration: none;
}

a img {
  display: inline-block;
}

.pc {
  display: block;
}

@media only screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 769px) {
  .sp {
    display: block;
  }
}

.fw-b {
  font-weight: bold;
}

.txta-l {
  text-align: left;
}

.txta-r {
  text-align: right;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.float-box::after {
  content: "";
  display: block;
  clear: both;
}

.float-box .left {
  float: left;
}

.float-box .right {
  float: right;
}

.text__color_pink {
  color: #E35880;
}

/*-- fonts --*/
@font-face {
  font-family: 'penna';
  src: url(lib/fonts/penna.woff) format("woff");
}

.ff-penna {
  font-family: 'penna';
}

/*-- iPhone対策 --*/
@media only screen and (max-width: 1200px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #373737;
}

.content1200 {
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  .content1200 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

.content1000 {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  .content1000 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

header {
  background-color: #FFF;
  box-shadow: 0 8px 8px 2px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 769px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.06);
  }
}

header .content1200 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 769px) {
  header .content1200 {
    padding: 5px 10px;
  }
}

header .content1200 .logo,
header .content1200 h1 {
  height: 71px;
}

@media only screen and (max-width: 1200px) {
  header .content1200 .logo,
  header .content1200 h1 {
    height: 36px;
  }
}

@media only screen and (max-width: 769px) {
  header .content1200 .logo,
  header .content1200 h1 {
    height: 26px;
    flex-grow: 1;
    text-align: left;
  }
}

header .content1200 .logo img,
header .content1200 h1 img {
  height: 100%;
}

header .content1200 nav {
  width: 60%;
}

@media only screen and (max-width: 1200px) {
  header .content1200 nav {
    width: 72%;
  }
}

@media only screen and (max-width: 769px) {
  header .content1200 nav {
    display: none;
  }
}

header .content1200 nav > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

header .content1200 nav > ul > li {
  width: 100%;
  border-left: .5px solid #000;
  box-sizing: border-box;
}

header .content1200 nav > ul > li > a {
  display: block;
  padding: 15px 0;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #383838;
}

header .content1200 nav > ul > li > a span.icon {
  width: 50.5px;
}

header .content1200 nav > ul > li > a span.icon img {
  width: 100%;
}

header .content1200 nav > ul > li:last-child {
  border-left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ac80+0,68d980+100 */
  background: #00ac80;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00ac80 0%, #68d980 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00ac80 0%, #68d980 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00ac80 0%, #68d980 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ac80', endColorstr='#68d980', GradientType=1);
  /* IE6-9 */
}

header .content1200 nav > ul > li:last-child > a {
  color: #FFF;
}

header .content1200 nav > ul > li.dropdown_btn {
  position: relative;
  z-index: 999;
}

header .content1200 nav > ul > li.dropdown_btn > ul.dropdown_list {
  position: absolute;
  left: 0;
  width: 100%;
  transition: .2s;
  transform-origin: top;
  transform: scaleY(0);
}

header .content1200 nav > ul > li.dropdown_btn > ul.dropdown_list li {
  background-color: #E3E8EC;
}

header .content1200 nav > ul > li.dropdown_btn > ul.dropdown_list li a {
  display: block;
  padding: 12px 0;
  color: #383838;
}

header .content1200 nav > ul > li.dropdown_btn > ul.dropdown_list li:nth-child(even) {
  background-color: #EFF3F6;
}

header .content1200 nav > ul > li.dropdown_btn:hover ul.dropdown_list {
  transform: scaleY(1);
}

header .content1200 .langwrap_sp {
  display: none;
}

@media only screen and (max-width: 769px) {
  header .content1200 .langwrap_sp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    flex-grow: 0;
    padding: 0 10px;
  }
  header .content1200 .langwrap_sp a {
    display: block;
    padding: 3px 15px;
    box-sizing: border-box;
    background-color: #EFF3F6;
    color: #006D5B;
    font-weight: bold;
    border-radius: 50px;
    margin-left: 5px;
  }
  header .content1200 .langwrap_sp a.current {
    background-color: #006D5B;
    color: #FFF;
  }
}

header .content1200 .menubtn {
  display: none;
}

@media only screen and (max-width: 769px) {
  header .content1200 .menubtn {
    display: block;
    width: 25px;
    height: 18px;
    position: relative;
  }
  header .content1200 .menubtn::before, header .content1200 .menubtn::after,
  header .content1200 .menubtn span {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #00AC80;
    left: 0;
    transition: .3s;
  }
  header .content1200 .menubtn::before {
    top: 0;
  }
  header .content1200 .menubtn::after {
    bottom: 0;
  }
  header .content1200 .menubtn span {
    top: 50%;
    transform: translateY(-50%);
  }
  header .content1200 .menubtn.open::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  header .content1200 .menubtn.open:after {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  header .content1200 .menubtn.open span {
    left: 100%;
    opacity: 0.0;
  }
}

aside {
  padding: 15px 0;
}

@media only screen and (max-width: 769px) {
  aside {
    display: none;
  }
}

aside .content1200 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

aside .content1200 .langwrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

aside .content1200 .langwrap__item {
  display: block;
  padding: 5px 20px;
  box-sizing: border-box;
  background-color: #EFF3F6;
  color: #006D5B;
  font-weight: bold;
  border-radius: 50px;
  margin-left: 5px;
}

aside .content1200 .langwrap__item.current {
  background-color: #006D5B;
  color: #FFF;
}

.recruit__bn {
  width: 107.5px;
  position: absolute;
  top: 107px;
  right: 140.5px;
}

@media only screen and (max-width: 769px) {
  .recruit__bn {
    top: 42px;
    right: 10px;
  }
}

.recruit__bn_link {
  display: block;
}

.recruit__bn_link img {
  width: 100%;
}

@media only screen and (max-width: 769px) {
  main {
    display: block;
    margin-top: 50px;
  }
}

main img {
  max-width: 100%;
}

.brochure__btn {
  padding: 0 0 80px;
}

.brochure__btn_link {
  width: 280px;
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  .brochure__btn_link {
    width: 100%;
  }
}

footer {
  padding-top: 40px;
}

@media only screen and (max-width: 769px) {
  footer {
    padding-top: 6vw;
  }
}

footer .content1200.top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

footer .content1200.top .addresswrap {
  width: 43%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  footer .content1200.top .addresswrap {
    width: 100%;
    flex-direction: column;
  }
}

footer .content1200.top .addresswrap .logo {
  width: 98px;
}

@media only screen and (max-width: 769px) {
  footer .content1200.top .addresswrap .logo {
    width: 30%;
    margin: 0 auto 4vw;
  }
}

footer .content1200.top .addresswrap .logo img {
  width: 100%;
}

footer .content1200.top .addresswrap .address {
  width: calc(100% - 110px);
  text-align: left;
}

@media only screen and (max-width: 769px) {
  footer .content1200.top .addresswrap .address {
    width: 100%;
    text-align: center;
  }
}

footer .content1200.top .addresswrap .address dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

footer .content1200.top .addresswrap .address dl dt {
  width: 14%;
}

@media only screen and (max-width: 769px) {
  footer .content1200.top .addresswrap .address dl dt {
    width: 14%;
    text-align: left;
  }
}

footer .content1200.top .addresswrap .address dl dd {
  width: 86%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 769px) {
  footer .content1200.top .addresswrap .address dl dd {
    width: 85%;
    text-align: left;
  }
}

footer .content1200.top .navwrap {
  width: 40%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  footer .content1200.top .navwrap {
    display: none;
  }
}

footer .content1200.top .navwrap .box {
  text-align: left;
}

footer .content1200.top .navwrap .box a {
  color: #383838;
}

footer .content1200.top .navwrap .box h2 {
  margin-bottom: 12px;
}

footer .content1200.top .navwrap .box h2 a {
  color: #00AC80;
}

footer .content1200.top .navwrap .box ul {
  margin-bottom: 12px;
}

footer .content1200.top .navwrap .box ul li {
  padding-left: 8px;
  position: relative;
}

footer .content1200.top .navwrap .box ul li::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

footer .content1200.bottom {
  padding: 30px 0;
}

@media only screen and (max-width: 769px) {
  footer .content1200.bottom {
    padding: 4vw 0;
  }
}

footer .content1200.bottom .langwrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 769px) {
  footer .content1200.bottom .langwrap {
    justify-content: center;
  }
}

footer .content1200.bottom .langwrap a {
  display: block;
  padding: 5px 20px;
  box-sizing: border-box;
  background-color: #EFF3F6;
  color: #006D5B;
  font-weight: bold;
  border-radius: 50px;
  margin-left: 5px;
}

footer .content1200.bottom .langwrap a.current {
  background-color: #006D5B;
  color: #FFF;
}

footer .contactwrap {
  background-color: #00AC80;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .contactwrap a.contact {
  display: block;
  padding: 10px 25px;
  background-color: #006D5B;
  color: #FFF;
}

@media only screen and (max-width: 769px) {
  footer .contactwrap a.contact {
    padding: 3vw;
    word-break: keep-all;
  }
}

footer .contactwrap p.copy {
  color: #FFF;
  padding-right: 25px;
}

@media only screen and (max-width: 769px) {
  footer .contactwrap p.copy {
    text-align: left;
  }
}

a.totop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 70px;
  height: 70px;
  background-color: #00AC80;
  display: none;
}

@media only screen and (max-width: 769px) {
  a.totop {
    right: 15px;
    bottom: 30px;
    width: 45px;
    height: 45px;
  }
}

a.totop::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media only screen and (max-width: 769px) {
  a.totop::after {
    width: 10px;
    height: 10px;
  }
}

.drawernav {
  display: none;
}

@media only screen and (max-width: 769px) {
  .drawernav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 36px;
    left: 0;
    z-index: 999;
    background-color: #FFF;
  }
  .drawernav nav {
    width: 100%;
    height: 100%;
    padding-top: 8vw;
    padding-bottom: 30vw;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .drawernav nav ul {
    text-align: left;
  }
  .drawernav nav ul li a {
    display: block;
    padding: 3vw 4vw;
  }
  .drawernav nav ul li a span {
    display: inline-block;
  }
  .drawernav nav ul li a span.icon {
    width: 20%;
    position: relative;
    top: -5px;
  }
  .drawernav nav ul li a span.icon img {
    width: 100%;
  }
  .drawernav nav ul li a span.ttl {
    color: #000;
  }
  .drawernav nav ul li:last-child a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ac80+0,68d980+100 */
    background: #00ac80;
    /* Old browsers */
    background: -moz-linear-gradient(left, #00ac80 0%, #68d980 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00ac80 0%, #68d980 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00ac80 0%, #68d980 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ac80', endColorstr='#68d980', GradientType=1);
    /* IE6-9 */
  }
  .drawernav nav ul li:last-child a span.ttl {
    color: #FFF;
  }
}
