@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden], template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=number] {
  width: auto
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}

button, select {
  text-transform: none
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio, canvas, progress, video {
  display: inline-block
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute!important;
    clip: rect(0 0 0 0)!important
  }
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

body, html {
  -webkit-font-smoothing: antialiased;
  height: 100%
}

body {
  color: #4d4d4d;
  background-color: #fff;
  font-family: Noto Sans JP, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
  line-height: 1;
  padding-top: 60px
}

body.is-mv {
  padding-top: 0
}

a {
  text-decoration: none
}

a, a:hover {
  color: #56a4d8
}

a:hover {
  text-decoration: underline
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: 400
}

p {

  line-height: 1.75;
  margin-bottom: 1em
}

p:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:768px) {
  p {
    font-size: .875rem
  }
}

@media print, screen and (min-width:769px) {
  p {
    font-size: 1rem
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

ol li, ul li {
  list-style-type: none;
  list-style-position: outside;
  line-height: 1.75
}

@media only screen and (max-width:768px) {
  ol li, ul li {
    font-size: .875rem
  }
}

@media print, screen and (min-width:769px) {
  ol li, ul li {
    font-size: 1rem
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: hsla(0, 0%, 100%, .5)
}

.site-header>.inner {
  width: 100%;
  padding-right: 2.5%;
  height: 60px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.site-header>.inner, .site-header>.inner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.site-header>.inner .logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.site-header>.inner .logo .item {
  margin-right: 10px
}

@media only screen and (max-width:768px) {
  .site-header>.inner .logo .item.tenshindo {
    width: 47px
  }
}

.site-header>.inner .logo a {
  -webkit-transition: all .3s;
  transition: all .3s
}

.site-header>.inner .logo a:hover {
  opacity: .75
}

.site-header>.inner .btn-menu {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

.site-header>.inner .btn-menu:hover {
  opacity: .7
}

.nurse-gnav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  height: 100vh;
  background-color: rgba(2, 203, 241, .85);
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  -webkit-transform: skewX(-15deg) translate(500px, -120%) rotate(-90deg);
  transform: skewX(-15deg) translate(500px, -120%) rotate(-90deg);
  visibility: hidden
}

.nurse-gnav.active {
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  visibility: visible
}

@media only screen and (max-width:768px) {
  .nurse-gnav {
    width: 100%;
    right: -25%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-gnav {
    width: 668px;
    right: -240px
  }
}

.nurse-gnav>.inner {
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 95vh
}

@media only screen and (max-width:768px) {
  .nurse-gnav>.inner {
    padding-top: 70px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-gnav>.inner {
    padding-top: 100px
  }
}

.nurse-gnav-close {
  position: fixed;
  top: 7px;
  right: 2.5%;
  z-index: 99999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s
}

.nurse-gnav-close.active {
  opacity: 1;
  visibility: visible
}

.nurse-gnav-list {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media only screen and (max-width:768px) {
  .nurse-gnav-list {
    padding-left: 25%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-gnav-list {
    padding-left: 180px
  }
}

.nurse-gnav-list>.item a {
  display: block;
  color: #fff;
  font-weight: 700;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media only screen and (max-width:768px) {
  .nurse-gnav-list>.item a {
    font-size: .875rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-gnav-list>.item a {
    font-size: 1.25rem;
    padding: 1% 0
  }
}

.nurse-gnav-list>.item a span {
  position: relative
}

.nurse-gnav-list>.item a span:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0
}

.nurse-gnav-list>.item a:hover {
  text-decoration: none
}

.nurse-gnav-list>.item.current span:before, .nurse-gnav-list>.item a:hover span:before {
  opacity: 1
}

.nurse-gnav-list>.item.inquiry, .nurse-gnav-list>.item.visit {
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-color: #fff;
  margin-left: -80px
}

.nurse-gnav-list>.item.inquiry a, .nurse-gnav-list>.item.visit a {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  padding-left: 80px
}

@media only screen and (max-width:768px) {
  .nurse-gnav-list>.item.inquiry a, .nurse-gnav-list>.item.visit a {
    font-size: .875rem;
    padding-top: 5px;
    padding-bottom: 5px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-gnav-list>.item.inquiry a, .nurse-gnav-list>.item.visit a {
    font-size: 1rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-gnav-list>.item.inquiry {
    margin-top: 10px;
    margin-bottom: 5px
  }
}

.nurse-gnav-list>.item.inquiry a {
  color: #ea289a
}

.nurse-gnav-list>.item.inquiry a span:before {
  background-color: #ea289a
}

@media print, screen and (min-width:769px) {
  .nurse-gnav-list>.item.visit {
    margin-bottom: 10px
  }
}

.nurse-gnav-list>.item.visit a {
  color: #02cbf1
}

.nurse-gnav-list>.item.visit a span:before {
  background-color: #02cbf1
}

.nurse-fixed-nav {
  position: fixed;
  z-index: 9999
}

.nurse-fixed-nav.hidden {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden
}

@media only screen and (max-width:768px) {
  .nurse-fixed-nav {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  
  .nurse-fixed-nav>.item {
    margin-right: 2px
  }
  .nurse-fixed-nav>.item:last-child {
    margin-right: 0
  }
}

@media print, screen and (min-width:769px) {
  .nurse-fixed-nav {
    top: 100px;
    right: 0
  }
}

@media print, screen and (min-width:769px) {
  .nurse-fixed-nav>.item {
    margin-bottom: 2px
  }
  .nurse-fixed-nav>.item:last-child {
    margin-bottom: 0
  }
}

.nurse-fixed-nav>.item a {
  display: block
}

@media only screen and (max-width:768px) {
  .nurse-fixed-nav>.item a {

  }
  .nurse-fixed-nav>.item:nth-child(1) a {
	  width:52px;
  }
  .nurse-fixed-nav>.item:nth-child(2) a {
	  width:91px;
  }
  .nurse-fixed-nav>.item:nth-child(3) a {
	  width:92px;
  }
  .nurse-fixed-nav>.item:nth-child(4) a {
	  width:49px;
  }
}

@media print, screen and (min-width:769px) {
  .nurse-fixed-nav>.item a {
    width: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }
  .nurse-fixed-nav>.item a:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .nurse-fixed-nav>.item:nth-child(1) a {
	  height:48px;
  }
  .nurse-fixed-nav>.item:nth-child(2) a {
	  height:111px;
  }
  .nurse-fixed-nav>.item:nth-child(3) a {
	  height:111px;
  }
  .nurse-fixed-nav>.item:nth-child(4) a {
	  height:44px;
  }
}

@media screen and (max-width:320px) {
	/*
  .nurse-fixed-nav>.item a {
    width: 150px
  }
  */
}

.breadcrumb {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 0
}

.breadcrumb>li {
  display: inline-block;
  color: grey;
  line-height: 1.5
}

@media only screen and (max-width:768px) {
  .breadcrumb>li {
    font-size: .75rem
  }
}

@media print, screen and (min-width:769px) {
  .breadcrumb>li {
    font-size: .875rem
  }
}

.breadcrumb>li:nth-child(n+2) {
  padding-left: 14px;
  position: relative
}

.breadcrumb>li:nth-child(n+2):before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid grey;
  border-right: 1px solid grey;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg)
}

@media only screen and (max-width:768px) {
  .site-contents {
    padding: 30px 0
  }
}

@media print, screen and (min-width:769px) {
  .site-contents {
    padding: 60px 0
  }
}

@media only screen and (max-width:768px) {
  .site-footer {
    padding-bottom: 60px
  }
}

.site-footer>.inner {
  width: 66%;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0;
  border-top: 1px solid #02cbf1
}

.site-footer>.inner .link {
  text-align: center;
  margin-bottom: 30px
}

@media only screen and (max-width:768px) {
  .site-footer>.inner .link>img {
    width: 150px
  }
}

.site-footer>.inner .ttl {
  color: #02cbf1;
  text-align: center;
  font-weight: 700
}

@media print, screen and (min-width:769px) {
  .site-footer>.inner .ttl {
    font-size: 1.25rem
  }
}

.site-footer .copyright {
  text-align: center;
  padding: 15px 0
}

.site-footer .copyright small {
  font-size: .75rem;
  font-weight: 400
}

.site-pagetop {
  position: fixed;
  z-index: 9999;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden
}

@media only screen and (max-width:768px) {
  .site-pagetop {
    right: 10px;
    bottom: 50px
  }
}

@media print, screen and (min-width:769px) {
  .site-pagetop {
    right: 15px;
    bottom: 15px
  }
}

.site-pagetop.active {
  opacity: 1;
  visibility: visible
}

.site-pagetop a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 23px;
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, .15);
  box-shadow: 2px 1px 4px rgba(0, 0, 0, .15);
  -webkit-transition: all .3s;
  transition: all .3s
}

@media print, screen and (min-width:769px) {
  .site-pagetop a:hover {
    opacity: .75
  }
}

.page-header01 {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto 2em;
  color: #4d4d4d;
  text-align: center;
  font-weight: 700;
  line-height: 1.5
}

@media only screen and (max-width:768px) {
  .page-header01 {
    font-size: 1.5625rem
  }
}

@media print, screen and (min-width:769px) {
  .page-header01 {
    font-size: 1.875rem
  }
}

.is-nurse .page-header01 {
  color: #02cbf1
}

.page-header02 {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto 1.5em;
  color: #4d4d4d;
  text-align: center;
  font-weight: 700;
  line-height: 1.5
}

@media only screen and (max-width:768px) {
  .page-header02 {
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:769px) {
  .page-header02 {
    font-size: 1.25rem
  }
}

.page-header03 {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto 1.5em;
  color: #4d4d4d;
  text-align: center;
  font-weight: 700;
  line-height: 1.5
}

@media only screen and (max-width:768px) {
  .page-header03 {
    font-size: 1rem
  }
}

@media print, screen and (min-width:769px) {
  .page-header03 {
    font-size: 1.125rem
  }
}

.nurse-mv {
  width: 100%;
  overflow: hidden;
  position: relative
}

@media print, screen and (min-width:769px) {
  .nurse-mv {
    height: 100%;
    max-height: 1080px;
    -webkit-transition: height .3s;
    transition: height .3s
  }
}

@media screen and (min-width:769px) and (max-height:900px) {
  .nurse-mv {
    height: 432px
  }
}

@media screen and (min-width:769px) and (max-width:1599px) {
  .nurse-mv {
    height: 100%
  }
}

@media screen and (min-width:1600px) {
  .nurse-mv {
    height: 900px
  }
}

@media screen and (min-width:1920px) {
  .nurse-mv {
    height: 100%
  }
}

.nurse-mv img.mv {
  -webkit-transition: all .3s;
  transition: all .3s
}

@media only screen and (max-width:768px) {
  .nurse-mv img.mv {
    width: 100%;
    height: auto
  }
}

@media print, screen and (min-width:769px) {
  .nurse-mv img.mv {
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media screen and (max-height:900px) {
  .nurse-mv img.mv {
    width: 1600px;
    height: auto
  }
}

@media screen and (min-width:1600px) {
  .nurse-mv img.mv {
    width: 100%;
    height: auto
  }
}

@media screen and (min-width:1920px) {
  .nurse-mv img.mv {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

@media only screen and (max-width:768px) {
  .nurse-mv img.mv2 {
    width: 100%;
    height: auto
  }
}

@media print, screen and (min-width:769px) {
  .nurse-mv img.mv2 {
    height: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

@media screen and (min-width:1600px) {
  .nurse-mv img.mv2 {
    width: 100%;
    height: auto
  }
}

.nurse-mv .catch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%
}

@media only screen and (max-width:768px) {
  .nurse-mv .catch {
    height: 220px;
    background-image: linear-gradient(67deg, transparent 20%, hsla(0, 0%, 100%, .7) 0)
  }
}

@media print, screen and (min-width:769px) {
  .nurse-mv .catch {
    height: 312px;
    background-image: linear-gradient(45deg, transparent 25%, hsla(0, 0%, 100%, .7) 0);
    -webkit-transition: all .3s;
    transition: all .3s
  }
}

@media screen and (min-width:769px) and (max-height:900px) {
  .nurse-mv .catch {
    height: 185px
  }
}

@media only screen and (max-width:768px) {
  .nurse-mv .catch>.inner {
    padding-top: 75px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-mv .catch>.inner {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 90px;
    -webkit-transition: all .3s;
    transition: all .3s
  }
}

@media print, screen and (min-width:769px) and (max-width:1024px) {
  .nurse-mv .catch>.inner {
    padding-right: 45px
  }
}

@media screen and (min-width:769px) and (max-height:900px) {
  .nurse-mv .catch>.inner {
    padding-top: 65px
  }
}

.nurse-mv .catch>.inner .link {
  -webkit-transition: all .3s;
  transition: all .3s
}

@media only screen and (max-width:768px) {
  .nurse-mv .catch>.inner .link {
    width: 180px;
    margin: 0 10px 10px auto
  }
}

@media print, screen and (min-width:769px) {
  .nurse-mv .catch>.inner .link {
    text-align: right;
    margin: 0 10px 30px auto
  }
}

@media screen and (max-height:900px) {
  .nurse-mv .catch>.inner .link {
    width: 180px;
    margin-bottom: 10px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-mv .catch>.inner .link>img {
    width: 300px;
    height: 95px
  }
}

@media screen and (min-width:769px) and (max-height:900px) {
  .nurse-mv .catch>.inner .link>img {
    width: auto;
    height: auto
  }
}

.nurse-mv .catch>.inner .text {
  text-align: right;
  font-weight: 700;
  line-height: 1.5
}

@media only screen and (max-width:768px) {
  .nurse-mv .catch>.inner .text {
    font-size: .875rem;
    margin: 0 0 0 22%;
    text-align: right
  }
}

@media print, screen and (min-width:769px) {
  .nurse-mv .catch>.inner .text {
    font-size: 1.4375rem;
    -webkit-transition: font-size .3s;
    transition: font-size .3s
  }
}

@media print, screen and (min-width:769px) and (max-width:1024px) {
  .nurse-mv .catch>.inner .text {
    font-size: 1rem
  }
}

@media screen and (max-width:320px) {
  .nurse-mv .catch>.inner .text {
    font-size: .75rem
  }
}

@media screen and (min-width:769px) and (max-height:900px) {
  .nurse-mv .catch>.inner .text {
    font-size: 1rem
  }
}

.nurse-mv .catch2 {
  background-color: rgba(223, 40, 143, .5);
  position: absolute;
  left: -62px;
  bottom: 22%;
  z-index: 2;
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg)
}

@media only screen and (max-width:768px) {
  .nurse-mv .catch2 {
    width: 66%;
    height: 100px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-mv .catch2 {
    width: 64%;
    height: 100px
  }
}

.nurse-mv .catch2>.inner {
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .85);
  position: absolute;
  top: -18px;
  left: 50px;
  z-index: 3
}

.nurse-mv .catch2>.inner span {
  display: inline-block;
  color: #02cbf1;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  -webkit-transform: skewX(-20deg) translateY(-50%);
  transform: skewX(-20deg) translateY(-50%)
}

@media only screen and (max-width:768px) {
  .nurse-mv .catch2>.inner span {
    left: 25px;
    font-size: 7vw
  }
}

@media print, screen and (min-width:769px) {
  .nurse-mv .catch2>.inner span {
    right: 30%;
    font-size: 1.875rem
  }
}

.nurse-mv-w100 {
  width: 100%
}

.nurse-mv-w100 img {
  width: 100%;
  height: auto
}
.nurse-mv-w100.v2 {
	position:relative;
}
.nurse-mv-w100.v2 .mv_text_box_out {
	position:absolute;
	width: 96%;
    max-width: 1024px;
	height:100%;
	top:0px;
	left:50%;
	transform:translateX(-50%);
}
.nurse-mv-w100.v2 .mv_text_box {
	position:absolute;
	width:560px;
	background-color:rgba(255,255,255,0.8);
	padding:20px 20px;
	bottom:10%;
	right:0px;
}
.nurse-mv-w100.v2 .mv_text_box p {
	line-height:1.5;
	margin:0;
}
.nurse-mv-w100.v2 .mv_text_box .text {
	font-size:28px;
	font-weight:bold;
	
}
.nurse-mv-w100.v2 .mv_text_box .info {
	font-size:14px;
	margin:10px 0;
}
.nurse-mv-w100.v2 .mv_text_box .info .part {
	font-size:16px;
	margin-right:10px;
	font-weight:bold;
}
.nurse-mv-w100.v2 .mv_text_box .info .nyusyoku {
	margin-right:10px;
}
.nurse-mv-w100.v2 .mv_text_box .info .cate {
	display: inline-block;
    padding: 1px 10px;
    border-radius: 5px;
    background-color: #00C6EE;
    color: #FFF;
    margin-right: 3px;
}
.nurse-mv-w100.v2 .mv_text_box .name {
	font-size:24px;
	font-weight:bold;
}
@media only screen and (max-width:768px) {
	.nurse-mv-w100.v2 .mv_text_box_out {
		width:100%;
	}
	.nurse-mv-w100.v2 .mv_text_box {
		width:95%;
		bottom:5%;
		right:5%;
		padding:15px 15px;
		transition: 1.0s ;
	}
	.nurse-mv-w100.v2 .mv_text_box.js-block {
		right:100%;
	}
	.nurse-mv-w100.v2 .mv_text_box.js-block.js-run {
		right:5%;
	}
	
	.nurse-mv-w100.v2 .mv_text_box .text {
		font-size:20px;
	}
	.nurse-mv-w100.v2 .mv_text_box .info {
		font-size:12px;
	}
	.nurse-mv-w100.v2 .mv_text_box .info .cate {
		font-size:11px;
	}
	.nurse-mv-w100.v2 .mv_text_box .name {
		font-size:18px;
	}
}


.nurse-index-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.nurse-index-list>.item {
  position: relative;
  overflow: hidden
}

@media only screen and (max-width:768px) {
  .nurse-index-list>.item {
    width: 50%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-index-list>.item {
    width: 25%
  }
}

.nurse-index-list>.item a, .nurse-index-list>.item a:before {
  display: block;
  width: 100%;
  height: 100%
}

.nurse-index-list>.item a:before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s
}

@media print, screen and (min-width:769px) {
  .nurse-index-list>.item a:hover:before {
    background-color: rgba(0, 0, 0, .4)
  }
  .nurse-index-list>.item a:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  .nurse-index-list>.item a:hover .label {
    color: #fff
  }
}

@media print, screen and (min-width:769px) and (min-width:769px) {
  .nurse-index-list>.item a:hover .label {
    background-image: linear-gradient(135deg, transparent 19%, hsla(0, 0%, 100%, .2) 0)
  }
}

.nurse-index-list>.item.current a:before {
  background-color: rgba(0, 0, 0, .4)
}

.nurse-index-list>.item.current .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.nurse-index-list>.item.current .label {
  color: #fff
}

@media print, screen and (min-width:769px) {
  .nurse-index-list>.item.current .label {
    background-image: linear-gradient(135deg, transparent 19%, hsla(0, 0%, 100%, .2) 0)
  }
}

@media print, screen and (min-width:769px) {
  .nurse-index-list>.item .image img {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: auto
  }
}

.nurse-index-list>.item .label {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 1em;
  -webkit-transition: all .3s;
  transition: all .3s
}

@media only screen and (max-width:768px) {
  .nurse-index-list>.item .label {
    height: 32px;
    background-image: linear-gradient(135deg, transparent 15%, hsla(0, 0%, 100%, .8) 0);
    font-size: .75rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-index-list>.item .label {
    height: 80px;
    background-image: linear-gradient(135deg, transparent 19%, hsla(0, 0%, 100%, .8) 0);
    font-size: 1.5vw
  }
}

.nurse-index-list>.item .border {
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:768px) {
  .nurse-index-list>.item:nth-child(n+3) .border {
    border-bottom: 1px solid #c9c9c9
  }
  .nurse-index-list>.item:nth-child(2n) .border {
    border-right: 1px solid #c9c9c9
  }
}

@media print, screen and (min-width:769px) {
  .nurse-index-list>.item:nth-child(n+5) .border {
    border-bottom: 1px solid #c9c9c9
  }
  .nurse-index-list>.item:nth-child(4n) .border {
    border-right: 1px solid #c9c9c9
  }
}

.nurse-msg-photo {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center
}

@media only screen and (max-width:768px) {
  .nurse-msg-photo {
    max-width: 315px
  }
}

.nurse-msg-name {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px
}

@media print, screen and (min-width:769px) {
  .nurse-msg-name {
    font-size: 1.125rem
  }
}

.nurse-msg-name>.term {
  margin-bottom: .5em
}

.nurse-msg-section {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #02cbf1
}

.nurse-msg-section:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.nurse-msg-section>.inner {
  width: 100%;
  max-width: 555px;
  margin: 0 auto
}

.nurse-msg-section>.inner ol li {
  margin-bottom: 1em
}

.nurse-msg-section>.inner ol li:last-child {
  margin-bottom: 0
}

.nurse-msg-section .ttl {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5em
}

@media only screen and (max-width:768px) {
  .nurse-msg-section .ttl {
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-msg-section .ttl {
    font-size: 1.25rem
  }
}

.nurse-seniors-index {
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
  .nurse-seniors-index>.item {
    width: 48%;
    margin: 2% 1%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-seniors-index>.item {
    width: 320px;
    margin: 7px 5px
  }
}

.nurse-seniors-index>.item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.nurse-seniors-index>.item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #bebebe;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

.nurse-seniors-index>.item a:hover {
  text-decoration: none
}

.nurse-seniors-index>.item a:hover .image:before {
  background-color: rgba(0, 0, 0, .4)
}

.nurse-seniors-index>.item a:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.nurse-seniors-index>.item .image {
  position: relative;
  overflow: hidden
}

.nurse-seniors-index>.item .image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.nurse-seniors-index>.item .image:before, .nurse-seniors-index>.item .image img {
  -webkit-transition: all .3s;
  transition: all .3s
}

.nurse-seniors-index>.item .def {
  padding: 15px;
  text-align: center;
  font-weight: 700;
  background-color: #fff
}

.nurse-seniors-index>.item .def .term {
  color: #02cbf1
}

@media only screen and (max-width:768px) {
  .nurse-seniors-index>.item .def .term {
    font-size: .875rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-seniors-index>.item .def .term {
    font-size: 1.25rem
  }
}

.nurse-seniors-index>.item .def .name {
  color: #666
}

@media only screen and (max-width:768px) {
  .nurse-seniors-index>.item .def .name {
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-seniors-index>.item .def .name {
    font-size: 1.5625rem
  }
}

table.nurse-table {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid grey
}

table.nurse-table tbody th {
  width: 22%
}

table.nurse-table tr:nth-child(2n) td {
  background-color: #eee
}

table.nurse-table td, table.nurse-table th {
  color: #4d4d4d;
  border: 1px solid grey;
  line-height: 1.5
}

@media only screen and (max-width:768px) {
  table.nurse-table td, table.nurse-table th {
    padding: 10px 5px
  }
}

@media print, screen and (min-width:769px) {
  table.nurse-table td, table.nurse-table th {
    padding: 10px
  }
}

table.nurse-table th {
  font-weight: 700;
  background-color: #ebfbfe;
  text-align: center
}

@media print, screen and (min-width:769px) {
  table.nurse-table th {
    font-size: 1.125rem
  }
}

table.nurse-table td {
  text-align: left;
  background-color: #fff
}

@media only screen and (max-width:768px) {
  table.nurse-table td {
    font-size: .875rem
  }
}

table.nurse-table.cell-tac td, table.nurse-table.cell-tac th {
  text-align: center
}

@media only screen and (max-width:768px) {
  table.nurse-table.cell-sp-small td {
    font-size: .75rem
  }
}

table.nurse-table .def {
  margin-bottom: 15px
}

table.nurse-table .def:last-child {
  margin-bottom: 0
}

table.nurse-table .def .term {
  font-weight: 700
}

table.nurse-table .em-space01 {
  display: inline-block;
  width: 8em
}

.nurse-month-list {
  width: 90%;
  max-width: 576px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
  .nurse-month-list>.item {
    width: 30%;
    max-width: 100px;
    height: 50px;
    margin: 2% 1%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-month-list>.item {
    width: 120px;
    height: 60px;
    margin: 10px 12px
  }
}

.nurse-month-list>.item a {
  width: 100%;
  height: 100%;
  color: #02a5cb;
  background-color: #fff;
  border: 1px solid #02a5cb;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width:768px) {
  .nurse-month-list>.item a {
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-month-list>.item a {
    font-size: 1.5625rem
  }
}

.nurse-month-list>.item a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #02a5cb
}

.nurse-gyouji {
  width: 95%;
  max-width: 520px;
  margin: 0 auto 15px;
  display: table;
  table-layout: fixed
}

.nurse-gyouji:last-child {
  margin-bottom: 0
}

.nurse-gyouji .term {
  display: table-cell;
  text-align: right
}

@media only screen and (max-width:768px) {
  .nurse-gyouji .term {
    width: 20%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-gyouji .term {
    width: 30%
  }
}

.nurse-gyouji .desc {
  display: table-cell;
  padding-left: 20px
}

.nurse-gyouji-photo {
  width: 95%;
  max-width: 980px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
  .nurse-gyouji-photo>.item {
    width: 48%;
    margin: 1%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-gyouji-photo>.item {
    width: 430px;
    margin: 10px 30px
  }
}

.nurse-gyouji-photo>.item .caption {
  text-align: center;
  margin-top: .5em
}

@media only screen and (max-width:768px) {
  .nurse-gyouji-photo>.item .caption {
    font-size: .875rem
  }
}

.nurse-zadan-member {
  width: 100%;
  padding-top: 50px;
  position: relative;
  z-index: 2
}

@media only screen and (max-width:768px) {
  .nurse-zadan-member {
    background-image: linear-gradient(80deg, transparent 24%, #c3ecf3 0)
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-member {
    height: 400px;
    background-image: linear-gradient(60deg, transparent 24%, #c3ecf3 0)
  }
}

.nurse-zadan-member .member-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width:768px) {
  .nurse-zadan-member .member-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 60px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-member .member-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 60px
  }
}

@media only screen and (max-width:768px) {
  .nurse-zadan-member .member-list>.item {
    width: 38%;
    max-width: 140px;
    margin: 4%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-member .member-list>.item {
    width: 191px
  }
}

.nurse-zadan-member .member-list>.item .face {
  margin-bottom: 15px
}

.nurse-zadan-member .member-list>.item .name {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700
}

.nurse-zadan-index {
  width: 100%;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:768px) {
  .nurse-zadan-index {
    top: -35px;
    padding: 70px 0;
    background-image: linear-gradient(105deg, #f4dcea 76%, transparent 0)
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-index {
    top: -50px;
    padding-top: 100px;
    height: 440px;
    background-image: linear-gradient(120deg, #f4dcea 76%, transparent 0)
  }
}

.nurse-zadan-index .index-list {
  width: 100%;
  max-width: 430px;
  margin: 0 auto
}

@media only screen and (max-width:768px) {
  .nurse-zadan-index .index-list {
    width: 70%
  }
}

.nurse-zadan-index .index-list>.item {
  position: relative
}

@media only screen and (max-width:768px) {
  .nurse-zadan-index .index-list>.item {
    margin-bottom: 1em
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-index .index-list>.item {
    margin-bottom: 10px
  }
}

.nurse-zadan-index .index-list>.item:last-child {
  margin-bottom: 0
}

.nurse-zadan-index .index-list>.item:before {
  display: inline-block;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: -2em
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-index .index-list>.item:before {
    font-size: 1.125rem
  }
}

.nurse-zadan-index .index-list>.item:first-child:before {
  content: "Q1."
}

.nurse-zadan-index .index-list>.item:nth-child(2):before {
  content: "Q2."
}

.nurse-zadan-index .index-list>.item:nth-child(3):before {
  content: "Q3."
}

.nurse-zadan-index .index-list>.item:nth-child(4):before {
  content: "Q4."
}

.nurse-zadan-index .index-list>.item:nth-child(5):before {
  content: "Q5."
}

.nurse-zadan-index .index-list>.item:nth-child(6):before {
  content: "Q6."
}

.nurse-zadan-index .index-list>.item a {
  color: #4d4d4d;
  font-weight: 700
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-index .index-list>.item a {
    font-size: 1.125rem
  }
}

.nurse-zadan-qhead {
  height: 100px;
  margin-left: auto;
  -webkit-transform: skewX(36deg);
  transform: skewX(36deg);
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .15);
  box-shadow: 0 0 6px rgba(0, 0, 0, .15);
  position: relative;
  z-index: 3
}

@media only screen and (max-width:768px) {
  .nurse-zadan-qhead {
    width: 97%;
    right: -50px;
    margin-bottom: 30px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-qhead {
    width: 75%;
    right: -105px;
    margin-bottom: 60px
  }
}

.nurse-zadan-qhead>.inner {
  display: block;
  -webkit-transform: skewX(-36deg);
  transform: skewX(-36deg);
  height: 100%;
  background: transparent url(../images/recruit/nurse/newcomer-discussion/q1.svg) 0 no-repeat
}

.nurse-zadan-qhead>.inner>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #02cbf1;
  font-weight: 700;
  line-height: 1.5
}

@media only screen and (max-width:768px) {
  .nurse-zadan-qhead>.inner>span {
    font-size: 1.125rem;
    padding: 0 55px 0 100px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-qhead>.inner>span {
    padding: 0 150px;
    font-size: 1.25rem
  }
}

#q01 .nurse-zadan-qhead .inner {
  background-image: url(../images/recruit/nurse/newcomer-discussion/q1.svg)
}

#q02 .nurse-zadan-qhead .inner {
  background-image: url(../images/recruit/nurse/newcomer-discussion/q2.svg)
}

#q03 .nurse-zadan-qhead .inner {
  background-image: url(../images/recruit/nurse/newcomer-discussion/q3.svg)
}

#q04 .nurse-zadan-qhead .inner {
  background-image: url(../images/recruit/nurse/newcomer-discussion/q4.svg)
}

#q05 .nurse-zadan-qhead .inner {
  background-image: url(../images/recruit/nurse/newcomer-discussion/q5.svg)
}

#q06 .nurse-zadan-qhead .inner {
  background-image: url(../images/recruit/nurse/newcomer-discussion/q6.svg)
}

.nurse-zadan-eyecatch {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:768px) {
  .nurse-zadan-eyecatch {
    margin-top: -60px;
    margin-bottom: 30px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-eyecatch {
    margin-top: -90px;
    margin-bottom: 60px
  }
}

.nurse-zadan-message {
  width: 90%;
  max-width: 820px
}

@media only screen and (max-width:768px) {
  .nurse-zadan-message {
    margin: 0 auto 30px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-message {
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.nurse-zadan-message:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:768px) {
  .nurse-zadan-message .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-message .person {
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    min-width: 140px
  }
}

.nurse-zadan-message .person .face {
  margin-bottom: 10px
}

@media only screen and (max-width:768px) {
  .nurse-zadan-message .person .face {
    width: 130px
  }
}

.nurse-zadan-message .person .name {
  font-weight: 700;
  text-align: center
}

@media only screen and (max-width:768px) {
  .nurse-zadan-message .person .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px
  }
}

.nurse-zadan-message .message {
  line-height: 1.75
}

@media only screen and (max-width:768px) {
  .nurse-zadan-message .message {
    font-size: .875rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-message .message {
    -ms-flex-preferred-size: 680px;
    flex-basis: 680px;
    padding-left: 10px
  }
}

.nurse-zadan-bg01 {
  width: 100%;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:768px) {
  .nurse-zadan-bg01 {
    background-image: linear-gradient(100deg, #f3f7f0 53%, transparent 0);
    background-position: 0 120px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-bg01 {
    background-image: linear-gradient(110deg, #f3f7f0 57%, transparent 0);
    background-position: 0 380px
  }
}

.nurse-zadan-bg02 {
  width: 100%;
  position: relative;
  z-index: 1
}

@media only screen and (max-width:768px) {
  .nurse-zadan-bg02 {
    background-image: linear-gradient(80deg, transparent 29%, #f3f7f0 0);
    background-position: 0 120px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-zadan-bg02 {
    background-image: linear-gradient(70deg, transparent 41%, #f3f7f0 0);
    background-position: 0 380px
  }
}

.nurse-voice-q {
  width: 80%;
  max-width: 500px;
  margin: 0 auto 30px;
  min-height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #02cbf1;
  font-weight: 700;
  line-height: 1.5;
  padding: 15px
}

@media only screen and (max-width:768px) {
  .nurse-voice-q {
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-voice-q {
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-voice-q.q4 {
    padding: 15px 85px
  }
}

.nurse-voice-a {
  width: 90%;
  max-width: 630px;
  margin: 0 auto;
  text-align: justify
}

.nurse-voice-photo {
  width: 90%;
  max-width: 630px;
  margin: 30px auto
}

.nurse-voice-photo:last-child {
  margin-bottom: 0
}

.nurse-voice-schedule {
  width: 90%;
  max-width: 660px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}

@media only screen and (max-width:768px) {
  .nurse-voice-schedule {
    padding: 15px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-voice-schedule {
    padding: 50px
  }
}

.nurse-voice-schedule>dl {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #02cbf1;
  margin-bottom: 15px
}

.nurse-voice-schedule>dl:last-child {
  margin-bottom: 0
}

.nurse-voice-schedule>dl dd, .nurse-voice-schedule>dl dt {
  display: table-cell;
  padding: 5px 0;
  line-height: 1.5
}

.nurse-voice-schedule>dl dt {
  font-weight: 700;
  white-space: nowrap
}

@media only screen and (max-width:768px) {
  .nurse-voice-schedule>dl dt {
    width: 80px;
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-voice-schedule>dl dt {
    width: 90px;
    font-size: 1.25rem
  }
}

@media only screen and (max-width:768px) {
  .nurse-voice-schedule>dl dd {
    padding-left: .5em
  }
}

@media print, screen and (min-width:769px) {
  .nurse-voice-schedule>dl dd {
    font-size: 1.125rem
  }
}

.nurse-voice-photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  max-width: 730px;
  margin: 0 auto
}

@media only screen and (max-width:768px) {
  .nurse-voice-photo-list>.item {
    width: 48%;
    max-width: 180px;
    margin: 1%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-voice-photo-list>.item {
    width: 360px;
    margin: 2px
  }
}

.nurse-real-block01 {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
  .nurse-real-block01>.item {
    width: 90%;
    max-width: 320px;
    margin: 20px 5%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-real-block01>.item {
    width: 320px;
    margin: 20px 10px
  }
}

.nurse-real-block01>.item .image {
  text-align: center
}

@media only screen and (max-width:768px) {
  .nurse-real-block01>.item .image {
    margin-bottom: 15px
  }
}

.nurse-real-block01>.item .text {
  text-align: justify
}

.nurse-real-block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto
}

@media only screen and (max-width:768px) {
  .nurse-real-block02>.item {
    width: 100%;
    margin: 15px 1%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-real-block02>.item {
    margin: 15px
  }
}

.nurse-real-block03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto
}

.nurse-real-block03>.item {
  -ms-flex-preferred-size: 480px;
  flex-basis: 480px
}

@media only screen and (max-width:768px) {
  .nurse-real-block03>.item {
    margin-bottom: 30px
  }
  .nurse-real-block03>.item:last-child {
    margin-bottom: 0
  }
}

@media print, screen and (min-width:769px) {
  .nurse-real-block03>.item {
    margin: 15px
  }
}

.nurse-real-block03>.doc .def {
  margin-bottom: 1em
}

.nurse-real-block03>.doc .def:last-child {
  margin-bottom: 0
}

@media print, screen and (min-width:769px) {
  .nurse-real-block03>.doc .def.pdt-others {
    padding-top: 100px
  }
}

.nurse-real-block03>.doc .def .term {
  color: #02cbf1;
  margin-bottom: 1em;
  font-weight: 700
}

@media only screen and (max-width:768px) {
  .nurse-real-block03>.doc .def .term {
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-real-block03>.doc .def .term {
    font-size: 1.25rem
  }
}

.nurse-real-block04 {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto
}

.nurse-real-block04>.image {
  text-align: center;
  margin-bottom: 30px
}

.nurse-real-block04>.def-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
  .nurse-real-block04>.def-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media print, screen and (min-width:769px) {
  .nurse-real-block04>.def-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.nurse-real-block04>.def-list>.item {
  margin-bottom: 30px
}

.nurse-real-block04>.def-list>.item:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:768px) {
  .nurse-real-block04>.def-list>.item {
    width: 100%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-real-block04>.def-list>.item {
    width: 400px
  }
  .nurse-real-block04>.def-list>.item:first-child {
    padding-right: 15px
  }
}

.nurse-real-block04>.def-list>.item .def .term {
  color: #02cbf1;
  font-weight: 700;
  margin-bottom: 10px
}

@media only screen and (max-width:768px) {
  .nurse-real-block04>.def-list>.item .def .term {
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-real-block04>.def-list>.item .def .term {
    font-size: 1.25rem
  }
}

.nurse-real-block05 {
  width: 90%;
  max-width: 650px;
  margin: 0 auto
}

.nurse-real-block05 .ttl {
  color: #02cbf1;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: justify
}

@media only screen and (max-width:768px) {
  .nurse-real-block05 .doc p {
    font-size: 1rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-real-block05 .doc p {
    font-size: 1.1875rem
  }
}

.nurse-real-head {
  width: 90%;
  max-width: 1024px;
  margin: 1em auto;
  font-weight: 700;
  text-align: center;
  line-height: 1.5
}

@media only screen and (max-width:768px) {
  .nurse-real-head {
    font-size: 1.125rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-real-head {
    font-size: 1.25rem
  }
}

.n-c01 {
  color: #02cbf1!important
}

.n-c02 {
  color: #0289a6!important
}

.n-c03 {
  color: #015c6f!important
}

.nurse-tel {
  width: 80%;
  max-width: 300px;
  margin: 30px auto;
  text-align: center;
  font-weight: 700;
  padding: 15px 30px;
  border: 2px solid #02cbf1
}

.nurse-tel a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 1.5rem
}

.nurse-tel a:hover {
  text-decoration: none
}

@media only screen and (max-width:768px) {
  .nurse-tel a {
    cursor: pointer
  }
}

.nurse-form {
  width: 90%;
  max-width: 700px;
  margin: 30px auto
}

.nurse-form .req {
  color: #f96
}

@media only screen and (max-width:768px) {
  .nurse-form .tbox_policy {
    width: 90%;
    margin: 1em auto
  }
}

@media print, screen and (min-width:769px) {
  .nurse-form .tbox_policy {
    width: 450px;
    margin: 30px auto
  }
}

.nurse-form .tbox_policy .tbox_policy_head {
  font-size: .75rem;
  text-align: center;
  margin-bottom: .5em
}

.nurse-form .tbox_policy textarea {
  width: 100%;
  height: 4em;
  border: 1px solid #bbb
}

@media only screen and (max-width:768px) {
  .nurse-form .tbox_policy textarea {
    font-size: .625rem
  }
}

@media print, screen and (min-width:769px) {
  .nurse-form .tbox_policy textarea {
    font-size: .75rem
  }
}

.nurse-form .form_error {
  background-color: #fee
}

.nurse-form .table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width:768px) {
  .nurse-form .table {
    border: 1px solid #f4aab9;
    margin-bottom: 1em
  }
}

@media print, screen and (min-width:769px) {
  .nurse-form .table {
    display: table
  }
}

.nurse-form .table dd, .nurse-form .table dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px
}

@media only screen and (max-width:768px) {
  .nurse-form .table dd, .nurse-form .table dt {
    padding: .8em;
    font-size: 16px
  }
}

@media print, screen and (min-width:769px) {
  .nurse-form .table dd, .nurse-form .table dt {
    display: table-cell;
    padding: 20px
  }
}

.nurse-form .table dt {
  background-color: #fffbfc;
  line-height: 1.5
}

@media only screen and (max-width:768px) {
  .nurse-form .table dt {
    width: 100%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-form .table dt {
    width: 260px;
    vertical-align: top;
    border-top: 1px solid #f4aab9
  }
}

.nurse-form .table dd {
  background-color: #fff
}

@media print, screen and (min-width:769px) {
  .nurse-form .table dd {
    width: 420px;
    border-top: 1px dotted #f4aab9
  }
}

.nurse-form .table dd p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width:768px) {
  .nurse-form .table dd p {
    margin-bottom: 1em
  }
}

@media print, screen and (min-width:769px) {
  .nurse-form .table dd p {
    margin-bottom: 20px
  }
}

.nurse-form .table dd p:last-child {
  margin-bottom: 0
}

.nurse-form .table dd label {
  display: inline-block;
  text-align: justify;
  vertical-align: middle
}

@media only screen and (max-width:768px) {
  .nurse-form .table dd label.label_w_txt {
    width: 100%;
    margin-bottom: .5em
  }
}

@media print, screen and (min-width:769px) {
  .nurse-form .table dd label.label_w_txt {
    width: 80px
  }
}

.nurse-form .table dd label.spacer {
  margin-left: 1em
}

.nurse-form .table dd input[type=email], .nurse-form .table dd input[type=tel], .nurse-form .table dd input[type=text] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 5px;
  border: 1px solid #bbb;
  font-size: 16px
}

@media only screen and (max-width:768px) {
  .nurse-form .table dd input[type=email].w_txt, .nurse-form .table dd input[type=tel].w_txt, .nurse-form .table dd input[type=text].w_txt {
    width: 100%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-form .table dd input[type=email].w_txt, .nurse-form .table dd input[type=tel].w_txt, .nurse-form .table dd input[type=text].w_txt {
    width: 300px
  }
}

@media only screen and (max-width:768px) {
  .nurse-form .table dd input[type=email].w_num, .nurse-form .table dd input[type=tel].w_num, .nurse-form .table dd input[type=text].w_num {
    width: 14%
  }
}

@media print, screen and (min-width:769px) {
  .nurse-form .table dd input[type=email].w_num, .nurse-form .table dd input[type=tel].w_num, .nurse-form .table dd input[type=text].w_num {
    width: 65px
  }
}

.nurse-form .table dd input[type=email].w_full, .nurse-form .table dd input[type=tel].w_full, .nurse-form .table dd input[type=text].w_full {
  width: 100%
}

.nurse-form .table dd input[type=email].p-postal-code, .nurse-form .table dd input[type=tel].p-postal-code, .nurse-form .table dd input[type=text].p-postal-code {
  width: 8em
}

.nurse-form .table dd textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 5px;
  font-size: 16px;
  border: 1px solid #bbb;
  border-radius: 0
}

.nurse-form .table dd select {
  border: 1px solid #bbb;
  padding: 5px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist
}

.nurse-form .table dd input:-ms-placeholder, .nurse-form .table dd input::-ms-placeholder {
  color: #ccc
}

.nurse-form .table dd input::-webkit-input-placeholder {
  color: #ccc
}

.nurse-form .table dd input::-moz-placeholder {
  color: #ccc
}

.nurse-form .table dd input:-ms-input-placeholder {
  color: #ccc
}

.nurse-form .table dd input::-ms-input-placeholder {
  color: #ccc
}

.nurse-form .table dd input::placeholder {
  color: #ccc
}

.nurse-form .table .birth label:last-child {
  margin-right: 0
}

@media print, screen and (min-width:769px) {
  .nurse-form .table .birth select {
    margin: 0 .5em;
    padding: .5em 0 .5em .5em
  }
}

.nurse-form .table .birth input[type=text].year {
  width: 4.5em
}

@media only screen and (max-width:768px) {
  .nurse-form .table .date label {
    display: block;
    margin-bottom: .5em
  }
}

.nurse-form .table .date input[type=text] {
  margin: 0 5px
}

@media only screen and (max-width:768px) {
  .nurse-form .table .date select {
    margin: 0 .4em
  }
}

@media print, screen and (min-width:769px) {
  .nurse-form .table .date select {
    margin: 0 .3em;
    padding: .5em 0 .5em .5em
  }
}

@media print, screen and (min-width:769px) {
  .nurse-form .table.row_last dt {
    border-bottom: 1px solid #f4aab9
  }
  .nurse-form .table.row_last dd {
    border-bottom: 1px dotted #f4aab9
  }
}

@media only screen and (max-width:768px) {
  .nurse-form .box_thanks {
    width: 90%;
    margin: 0 auto 3em
  }
}

@media print, screen and (min-width:769px) {
  .nurse-form .box_thanks {
    width: 600px;
    margin: 0 auto 30px
  }
}

.nurse-form .box_thanks p {
  line-height: 1.5em;
  margin-bottom: 1em
}

.nurse-form .form_note {
  font-size: .75rem;
  color: #666
}

@media print, screen and (min-width:769px) {
  .nurse-form .form_note {
    margin-left: 78px
  }
}

.js_intern_hour, .js_visit_hour {
  display: none
}

.js_intern_hour.active, .js_visit_hour.active {
  display: inline-block
}

.js_intern_hour {
  margin-left: 10px
}

@media only screen and (max-width:768px) {
  .js_intern_hour.active {
    display: block;
    margin-top: 10px
  }
}

.news-index-list {
  width: 90%;
  max-width: 950px;
  margin: 0 auto
}

.news-index-list>.item {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px
}

.news-index-list>.item:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:768px) {
  .news-index-list>.item {
    padding-bottom: 5px
  }
}

.news-index-list>.item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s
}

@media print, screen and (min-width:769px) {
  .news-index-list>.item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.news-index-list>.item a:hover {
  text-decoration: none
}

.news-index-list>.item a:hover .wrap-date-ttl .box-ttl .ttl span:before {
  background-color: #02cbf1
}

.news-index-list>.item a .wrap-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media only screen and (max-width:768px) {
  .news-index-list>.item a .wrap-icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media print, screen and (min-width:769px) {
  .news-index-list>.item a .wrap-icon {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    text-align: right
  }
}

.news-index-list>.item a .wrap-icon>.item {
  margin-right: 5px
}

.news-index-list>.item a .wrap-icon>.item:last-child {
  margin-right: 0
}

.news-index-list>.item a .wrap-date-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media only screen and (max-width:768px) {
  .news-index-list>.item a .wrap-date-ttl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px
  }
}

@media print, screen and (min-width:769px) {
  .news-index-list>.item a .wrap-date-ttl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-preferred-size: 810px;
    flex-basis: 810px
  }
}

.news-index-list>.item a .wrap-date-ttl .box-date {
  color: #4d4d4d
}

@media only screen and (max-width:768px) {
  .news-index-list>.item a .wrap-date-ttl .box-date {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 100px;
    font-size: .875rem
  }
}

@media print, screen and (min-width:769px) {
  .news-index-list>.item a .wrap-date-ttl .box-date {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    padding: 0 10px
  }
}

@media only screen and (max-width:768px) {
  .news-index-list>.item a .wrap-date-ttl .box-ttl {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%
  }
}

@media print, screen and (min-width:769px) {
  .news-index-list>.item a .wrap-date-ttl .box-ttl {
    -ms-flex-preferred-size: 700px;
    flex-basis: 700px
  }
}

.news-index-list>.item a .wrap-date-ttl .box-ttl .ttl {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  color: #29a3da;
  font-weight: 700
}

@media only screen and (max-width:768px) {
  .news-index-list>.item a .wrap-date-ttl .box-ttl .ttl {
    font-size: .875rem
  }
}

.news-index-list>.item a .wrap-date-ttl .box-ttl .ttl span {
  position: relative
}

.news-index-list>.item a .wrap-date-ttl .box-ttl .ttl span:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.news-index-list>.item a .wrap-date-ttl .box-ttl .news-categories {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.icon-new {
  display: inline-block;
  color: #e86a5a;
  background-color: #fff;
  border: 1px solid #e86a5a;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap
}

.is-nurse .icon-new {
  color: #ea289a;
  border: 1px solid #ea289a
}

.icon-important {
  display: inline-block;
  color: #fff;
  background-color: #e86a5a;
  border: 1px solid #e86a5a;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap
}

.is-nurse .icon-important {
  background-color: #ea289a;
  border: 1px solid #ea289a
}

.news-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.news-categories>.item {
  color: #4d4d4d;
  background-color: #fff;
  font-size: .875rem;
  line-height: 1;
  border: 1px solid #aeaeae;
  margin: 5px;
  padding: 5px
}

.news-categories>.item:first-child {
  margin-left: 0
}

.news-categories>.item:last-child {
  margin-right: 0
}

.news-entry-section {
  width: 90%;
  max-width: 768px;
  margin: 30px auto
}

.blog-entrycategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
  .blog-entrycategories {
    margin-bottom: 15px
  }
}

.blog-entrycategories.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.blog-entrycategories>.item {
  margin: 5px
}

.blog-entrycategories>.item a {
  border: 1px solid #36c4c1;
  font-size: .875rem;
  padding: 2px 10px;
  min-width: 80px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s
}

.blog-entrycategories>.item a:hover {
  color: #fff;
  background-color: #36c4c1;
  text-decoration: none
}

@media only screen and (max-width:768px) {
  .blog-entrydate {
    text-align: center;
    margin-bottom: 30px
  }
}

@media print, screen and (min-width:769px) {
  .blog-entrydate {
    text-align: right;
    margin-bottom: 15px
  }
}

.blog-entrydate>.publish, .blog-entrydate>.update {
  display: block;
  font-size: 1rem
}

.blog-entrydate>.publish {
  margin-bottom: 5px
}

.blog-body, body.mceContentBody {
  margin: 30px auto
}

.blog-body h2, body.mceContentBody h2 {
  color: #4d4d4d;
  text-align: center;
  font-weight: 400;
  line-height: 1.75;
  margin: 2em auto
}

@media only screen and (max-width:768px) {
  .blog-body h2, body.mceContentBody h2 {
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:769px) {
  .blog-body h2, body.mceContentBody h2 {
    font-size: 1.5625rem
  }
}

.blog-body h3, body.mceContentBody h3 {
  color: #4d4d4d;
  text-align: center;
  font-weight: 400;
  line-height: 1.75;
  margin: 2em auto
}

@media only screen and (max-width:768px) {
  .blog-body h3, body.mceContentBody h3 {
    font-size: 1.25rem
  }
}

@media print, screen and (min-width:769px) {
  .blog-body h3, body.mceContentBody h3 {
    font-size: 1.25rem
  }
}

.blog-body h4, body.mceContentBody h4 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  margin: 2em auto;
  border-left: 3px solid #36c4c1;
  padding: 5px 5px 5px 10px
}

.blog-body dd, .blog-body div, .blog-body li, .blog-body p, body.mceContentBody dd, body.mceContentBody div, body.mceContentBody li, body.mceContentBody p {
  line-height: 1.75;
  margin-bottom: 1em
}

.blog-body dd:last-child, .blog-body div:last-child, .blog-body li:last-child, .blog-body p:last-child, body.mceContentBody dd:last-child, body.mceContentBody div:last-child, body.mceContentBody li:last-child, body.mceContentBody p:last-child {
  margin-bottom: 0
}

.blog-body ul, body.mceContentBody ul {
  margin: 1em auto
}

.blog-body ul li, body.mceContentBody ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
  margin-bottom: .5em
}

.blog-body ol, body.mceContentBody ol {
  margin: 1em auto
}

.blog-body ol li, body.mceContentBody ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.5em;
  margin-bottom: .5em
}

.blog-body blockquote, body.mceContentBody blockquote {
  width: 100%;
  margin: 30px auto;
  border: 1px dashed #36c4c1;
  padding: 2em;
  color: #333;
  background-color: #fafafa;
  border-radius: 3px;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.75;
  position: relative
}

.blog-body blockquote:after, .blog-body blockquote:before, body.mceContentBody blockquote:after, body.mceContentBody blockquote:before {
  font-size: 1.5rem;
  line-height: 1;
  color: #666;
  position: absolute
}

.blog-body blockquote:before, body.mceContentBody blockquote:before {
  content: "“";
  top: .5em;
  left: .5em
}

.blog-body blockquote:after, body.mceContentBody blockquote:after {
  content: "”";
  bottom: 0;
  right: .5em
}

.blog-body table, body.mceContentBody table {
  width: 100%;
  border: 1px solid #5f9bb5;
  border-collapse: collapse
}

.blog-body table td, .blog-body table th, body.mceContentBody table td, body.mceContentBody table th {
  border: 1px solid #5f9bb5;
  padding: 10px
}

@media only screen and (max-width:768px) {
  .blog-body table td, .blog-body table th, body.mceContentBody table td, body.mceContentBody table th {
    font-size: .875rem
  }
}

@media print, screen and (min-width:769px) {
  .blog-body table td, .blog-body table th, body.mceContentBody table td, body.mceContentBody table th {
    font-size: 1.0625rem
  }
}

.blog-body table th, body.mceContentBody table th {
  font-weight: 400;
  background-color: #f0f0f0
}

.blog-body .marker, body.mceContentBody .marker {
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0, rgba(255, 255, 102, .9)));
  background-image: linear-gradient(180deg, transparent 55%, rgba(255, 255, 102, .9) 0)
}

.blog-body .waku, body.mceContentBody .waku {
  width: 100%;
  margin: 30px auto;
  border: 1px solid #5f9bb5;
  padding: 1em;
  border-radius: 3px
}

.blog-nextprev {
  width: 100%;
  max-width: 924px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 90px;
  border-top: 1px solid #36c4c1;
  border-bottom: 1px solid #36c4c1;
  background-color: #fff;
  position: relative
}

.blog-nextprev:before {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #36c4c1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2
}

.blog-nextprev>.item {
  width: 50%;
  line-height: 1.5;
  position: relative;
  z-index: 1
}

.blog-nextprev>.item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: none;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s
}

.blog-nextprev>.item a .date {
  margin-bottom: 5px
}

@media only screen and (max-width:768px) {
  .blog-nextprev>.item a .date {
    font-size: .8125rem
  }
}

@media print, screen and (min-width:769px) {
  .blog-nextprev>.item a .date {
    font-size: 1rem
  }
}

@media only screen and (max-width:768px) {
  .blog-nextprev>.item a .ttl {
    font-size: .8125rem
  }
}

@media print, screen and (min-width:769px) {
  .blog-nextprev>.item a .ttl {
    font-size: .875rem
  }
}

.blog-nextprev>.item a:hover {
  color: #fff;
  background-color: #36c4c1;
  text-decoration: none
}

.blog-nextprev>.item span {
  display: block;
  width: 80%;
  padding: 20px;
  font-size: .875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1
}

.blog-nextprev>.item.next a, .blog-nextprev>.item.prev a {
  position: relative
}

.blog-nextprev>.item.next a:before, .blog-nextprev>.item.prev a:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #36c4c1;
  border-left: 1px solid #36c4c1;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s;
  transition: all .3s
}

.blog-nextprev>.item.next a {
  padding-left: 40px
}

.blog-nextprev>.item.next a:before {
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg)
}

.blog-nextprev>.item.next a:hover:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff
}

.blog-nextprev>.item.prev a {
  padding-right: 40px
}

.blog-nextprev>.item.prev a:before {
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s
}

.blog-nextprev>.item.prev a:hover:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff
}

.news-pagenation {
  width: 90%;
  max-width: 1024px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media only screen and (max-width:768px) {
  .news-pagenation {
    position: relative;
    padding: 0 40px
  }
}

@media only screen and (max-width:768px) {
  .news-pagenation>li {
    margin: 6px 8px
  }
}

@media print, screen and (min-width:769px) {
  .news-pagenation>li {
    margin: 5px
  }
}

.news-pagenation>li a, .news-pagenation>li span {
  display: block;
  border: 1px solid #36c4c1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 1;
  padding-top: 5px
}

.news-pagenation>li a {
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s
}

.news-pagenation>li a:hover {
  color: #fff;
  background-color: #36c4c1;
  opacity: .8;
  text-decoration: none
}

@media only screen and (max-width:768px) {
  .news-pagenation>li.next, .news-pagenation>li.prev {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.news-pagenation>li.next a, .news-pagenation>li.prev a {
  display: block;
  position: relative;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap
}

.news-pagenation>li.next a:before, .news-pagenation>li.prev a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #36c4c1;
  border-left: 1px solid #36c4c1;
  position: absolute;
  top: 50%
}

.news-pagenation>li.next a:hover, .news-pagenation>li.prev a:hover {
  text-decoration: none
}

.news-pagenation>li.next a:hover:before, .news-pagenation>li.prev a:hover:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff
}

@media only screen and (max-width:768px) {
  .news-pagenation>li.prev {
    left: 0
  }
}

.news-pagenation>li.prev a:before {
  left: 12px;
  -webkit-transform: translateY(-50%) rotate(-45deg) scale(1.1);
  transform: translateY(-50%) rotate(-45deg) scale(1.1)
}

@media only screen and (max-width:768px) {
  .news-pagenation>li.next {
    right: 0
  }
}

@media print, screen and (min-width:769px) {
  .news-pagenation>li.next {
    margin-left: 12px
  }
}

.news-pagenation>li.next a:before {
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg)
}

.news-pagenation>li.current span {
  color: #fff;
  background-color: #36c4c1
}




.nurse-blog .nurse-blog-out .news-pagenation>li a, .news-pagenation>li span {
  border: solid 1px #02CBF1;
  color: #02CBF1;
  background-color: #fff;
}
.nurse-blog .nurse-blog-out .news-pagenation>li a:hover {
  background-color: #02CBF1;
  color: #fff;
}
.nurse-blog .nurse-blog-out .news-pagenation>li.current span {
  background-color: #02CBF1;
}
.nurse-blog .nurse-blog-out .news-pagenation>li.next a:before, .nurse-blog .nurse-blog-out .news-pagenation>li.prev a:before {
  border-top: 1px solid #02CBF1;
  border-left: 1px solid #02CBF1;
}
@media only screen and (max-width:768px) {
  .nurse-blog .nurse-blog-out .news-pagenation {
    margin: 40px auto 60px;
  }
}



.blog-snsshare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.blog-snsshare>.item {
  list-style-type: none;
  margin: 5px
}

.blog-snsshare>.item a {
  display: inline-block;
  color: #fff;
  border: none;
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

@media only screen and (max-width:768px) {
  .blog-snsshare>.item a {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    text-align: center
  }
}

@media print, screen and (min-width:769px) {
  .blog-snsshare>.item a {
    font-size: .875rem;
    padding: .2em 1em .2em .5em
  }
}

.blog-snsshare>.item a:hover {
  border: none;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  text-decoration: none
}

.blog-snsshare>.item.fb a {
  background-color: #3c5a99
}

.blog-snsshare>.item.tw a {
  background-color: #1da1f2
}

.blog-snsshare>.item.li a {
  background-color: #00b900
}

.blog-snsshare>.item.gp a {
  background-color: #dd5144
}

.blog-snsshare>.item .icon {
  display: inline-block;
  vertical-align: middle;
  padding: .2em;
  text-align: center
}

.blog-snsshare>.item .icon>img {
  width: 20px;
  vertical-align: top;
  position: relative;
  top: 1px
}

@media only screen and (max-width:768px) {
  .blog-snsshare>.item .text {
    display: none
  }
}

.news-head-btn {
  width: 90%;
  max-width: 1024px;
  position: relative
}

.news-head-btn a {
  display: inline-block;
  color: #fff;
  background-color: #36c4c1
}

.movie-nurse {
  width: 90%;
  max-width: 650px;
  margin: 30px auto
}

.bg01 {
  background-color: #ebe3e7
}

.bg02 {
  background-color: #deeef1
}

.bg03 {
  background: #fff url(../images/recruit/nurse/bg03.svg) 0 0 repeat
}

.bg04 {
  background-color: #f9f4f3
}

.bg05 {
  background-color: #f7f7f7
}

.bg06 {
  background-color: #f4fbfd
}

.page-section {
  width: 100%;
  overflow: hidden
}

@media only screen and (max-width:768px) {
  .page-section {
    padding: 30px 0
  }
}

@media print, screen and (min-width:769px) {
  .page-section {
    padding: 50px 0
  }
}

.page-section.bdt01 {
  position: relative
}

.page-section.bdt01:before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #02b8de;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media only screen and (max-width:768px) {
  .page-section.bdt01:before {
    max-width: 67%
  }
}

@media print, screen and (min-width:769px) {
  .page-section.bdt01:before {
    max-width: 920px
  }
}

.is-ios .page-section {
  cursor: pointer
}

.page-schedule .page-section {
  padding: 15px 0
}

.page-schedule .page-section:last-child {
  padding-bottom: 50px
}

@media print {
  .page-print .page-section {
    padding: 2px 0;
    page-break-inside: avoid
  }
}

.page-subsection {
  width: 100%;
  padding: 20px 0
}

.page-intro {
  width: 90%;
  max-width: 554px;
  margin: 30px auto
}

@media print {
  .page-print .page-intro {
    margin: 10px auto
  }
  .page-print .page-intro p {
    font-size: .75rem;
    line-height: 1.5;
    margin-bottom: .5em
  }
}

.page-doc {
  width: 90%;
  max-width: 554px;
  margin: 30px auto
}

.page-doc>p {
  text-align: justify
}

.page-pic {
  max-width: 1024px;
  margin: 50px auto
}

.btn-block, .page-pic {
  width: 90%;
  text-align: center
}

.btn-block {
  margin: 40px auto
}

.btn01 {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #36c4c1;
  border: 1px solid #36c4c1;
  line-height: 1.75;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media only screen and (max-width:768px) {
  .btn01 {
    padding: 8px 40px
  }
}

@media print, screen and (min-width:769px) {
  .btn01 {
    padding: 8px 40px;
    min-width: 230px;
    max-width: 80%
  }
}

.btn01:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s
}

.btn01:hover {
  color: #36c4c1;
  background-color: #fff;
  text-decoration: none
}

.btn01:hover:before {
  border-top: 1px solid #36c4c1;
  border-right: 1px solid #36c4c1
}

.btn01.red {
  background-color: #e86a5a;
  border: 1px solid #e86a5a
}

.btn01.red:hover {
  color: #e86a5a;
  background-color: #fff
}

.btn01.red:hover:before {
  border-top: 1px solid #e86a5a;
  border-right: 1px solid #e86a5a
}

.is-nurse .btn01 {
  border: 1px solid #02cbf1;
  background-color: #02cbf1
}

.is-nurse .btn01:hover {
  color: #02cbf1;
  background-color: #fff
}

.is-nurse .btn01:hover:before {
  border-top: 1px solid #02cbf1;
  border-right: 1px solid #02cbf1
}

.is-nurse .btn01.red {
  background-color: #ea289a;
  border: 1px solid #ea289a
}

.is-nurse .btn01.red:hover {
  color: #ea289a;
  background-color: #fff
}

.is-nurse .btn01.red:hover:before {
  border-top: 1px solid #ea289a;
  border-right: 1px solid #ea289a
}

.btn-print-wrap {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative
}

@media only screen and (max-width:768px) {
  .btn-print-wrap {
    display: none
  }
}

@media print {
  .btn-print-wrap {
    display: none
  }
}

@media print, screen and (min-width:769px) {
  .btn-print {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2;
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    color: #36c4c1;
    background-color: #fff;
    border: 1px solid #36c4c1;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding-top: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
  }
  .btn-print:hover {
    color: #fff;
    background-color: #36c4c1
  }
}

.disc-list {
  margin: 0 auto
}

.disc-list li {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 1.5em;
  line-height: 1.7;
  position: relative
}

.disc-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #4d4d4d;
  position: absolute;
  top: .6em;
  left: -1em
}

.disc-list li:nth-child(n+2) {
  margin-top: 5px
}

.inline-list {
  width: 90%;
  max-width: 960px;
  margin: 30px auto
}

.inline-list>li {
  display: inline-block;
  list-style-type: none;
  list-style-position: outside;
  line-height: 1.5;
  margin: 5px
}

.inline-list>li:first-child {
  margin-left: 0
}

.ordered-list {
  margin-bottom: 1em
}

.ordered-list:last-child {
  margin-bottom: 0
}

.ordered-list li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.8em;
  line-height: 1.5;
  text-align: justify
}

@media only screen and (max-width:768px) {
  .ordered-list li {
    text-align: left
  }
}

.ordered-list li:nth-child(n+2) {
  margin-top: .5em
}

.ordered-list li ol, .ordered-list li ul {
  margin: 5px 0
}

.ordered-list li ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
  line-height: 1.5
}

@media only screen and (max-width:768px) {
  .ordered-list li ul li {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, sans-serif;
    font-weight: 500
  }
}

@media print, screen and (min-width:769px) {
  .pc-none, .pc_none {
    display: none!important
  }
}

@media only screen and (max-width:768px) {
  .sp-none, .sp_none {
    display: none!important
  }
}

@media only screen and (max-width:768px) {
  .sp-block, .spBlock {
    display: block
  }
}

@media print, screen and (min-width:769px) {
  .sp-block, .spBlock {
    display: inline
  }
}

.none {
  display: none!important
}

.block, .db {
  display: block!important
}

@media only screen and (max-width:768px) {
  .google_iframe, .googleIframeWrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
  }
  .google_iframe iframe, .googleIframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}

@media only screen and (max-width:768px) {
  .sp-iframe-box, .sp-ratio-hd {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
  }
  .sp-iframe-box iframe, .sp-ratio-hd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}

.cf:after, .clearfix:after {
  content: " ";
  display: table;
  clear: both
}

.mt0 {
  margin-top: 0!important
}

.mb0 {
  margin-bottom: 0!important
}

.mt5 {
  margin-top: 5px!important
}

.mb5 {
  margin-bottom: 5px!important
}

.mt10 {
  margin-top: 10px!important
}

.mb10 {
  margin-bottom: 10px!important
}

.mt15 {
  margin-top: 15px!important
}

.mb15 {
  margin-bottom: 15px!important
}

.mt20 {
  margin-top: 20px!important
}

.mb20 {
  margin-bottom: 20px!important
}

.mt25 {
  margin-top: 25px!important
}

.mb25 {
  margin-bottom: 25px!important
}

.mt30 {
  margin-top: 30px!important
}

.mb30 {
  margin-bottom: 30px!important
}

.mt35 {
  margin-top: 35px!important
}

.mb35 {
  margin-bottom: 35px!important
}

.mt40 {
  margin-top: 40px!important
}

.mb40 {
  margin-bottom: 40px!important
}

.mt45 {
  margin-top: 45px!important
}

.mb45 {
  margin-bottom: 45px!important
}

.mt50 {
  margin-top: 50px!important
}

.mb50 {
  margin-bottom: 50px!important
}

.mt55 {
  margin-top: 55px!important
}

.mb55 {
  margin-bottom: 55px!important
}

.mt60 {
  margin-top: 60px!important
}

.mb60 {
  margin-bottom: 60px!important
}

.mt65 {
  margin-top: 65px!important
}

.mb65 {
  margin-bottom: 65px!important
}

.mt70 {
  margin-top: 70px!important
}

.mb70 {
  margin-bottom: 70px!important
}

.mt75 {
  margin-top: 75px!important
}

.mb75 {
  margin-bottom: 75px!important
}

.mt80 {
  margin-top: 80px!important
}

.mb80 {
  margin-bottom: 80px!important
}

.mt85 {
  margin-top: 85px!important
}

.mb85 {
  margin-bottom: 85px!important
}

.mt90 {
  margin-top: 90px!important
}

.mb90 {
  margin-bottom: 90px!important
}

.mt95 {
  margin-top: 95px!important
}

.mb95 {
  margin-bottom: 95px!important
}

.mt100 {
  margin-top: 100px!important
}

.mb100 {
  margin-bottom: 100px!important
}

.pt0 {
  padding-top: 0!important
}

.pb0 {
  padding-bottom: 0!important
}

.tac {
  text-align: center!important
}

.tar {
  text-align: right!important
}

.tal {
  text-align: left!important
}

.taj {
  text-align: justify!important
}

@media only screen and (max-width:768px) {
  .taj-sp {
    text-align: justify!important
  }
}

.vat {
  vertical-align: top!important
}

.vam {
  vertical-align: middle!important
}

.vab {
  vertical-align: bottom!important
}

.bold, .fwb {
  font-weight: 700!important
}

.fw500 {
  font-weight: 500!important
}

.fwn {
  font-weight: 400!important
}

.c-red, .c_red {
  color: #e86a5a!important
}

.c-blue {
  color: #36c4c1!important
}

.c-text {
  color: #4d4d4d!important
}

.c-white {
  color: #fff!important
}

.c_black {
  color: #000!important
}

.c-main2 {
  color: #02cbf1!important
}

.fz10 {
  font-size: .625rem!important
}

.fz12 {
  font-size: .75rem!important
}

.fz14 {
  font-size: .875rem!important
}

.fz16 {
  font-size: 1rem!important
}

.fz18 {
  font-size: 1.125rem!important
}

.fz20 {
  font-size: 1.25rem!important
}

.fz22 {
  font-size: 1.375rem!important
}

.fz24 {
  font-size: 1.5rem!important
}

.fz26 {
  font-size: 1.625rem!important
}

.fz28 {
  font-size: 1.75rem!important
}

.fz30 {
  font-size: 1.875rem!important
}

.w100p {
  width: 100%
}

.mw850 {
  max-width: 850px
}

.mw768 {
  max-width: 768px
}

.mw620 {
  max-width: 620px
}

.mw380 {
  max-width: 380px
}

.bg-none {
  background: none!important
}

.nowrap {
  white-space: nowrap
}

.tdn {
  text-decoration: none!important
}

.underline {
    background: linear-gradient(transparent 5%, #FEFFAA 5%);
	color:#000;
}




















.ul_category_list {
	width: 95%;
    max-width: 980px;
	margin:20px auto 0;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.ul_category_list li {
	width:calc(100% / 6 - 10px);
}
.ul_category_list li a {
	display:block;
	width:100%;
	height:100%;
	border:solid 1px #00C8F0;
	color:#00C8F0;
	border-radius:5px;
	padding:5px 0;
	text-align:center;
	transition: 0.3s ;
}
.ul_category_list li.current a,
.ul_category_list li a:hover {
	background-color:#00C8F0;
	color:#ffffff;
	text-decoration:none;
}
@media only screen and (max-width:768px) {
	.ul_category_list li {
		width:calc(100% / 3 - 10px);
		margin-bottom:10px;
	}
}


.nurse-seniors-index2 {
	width: 95%;
    max-width: 980px;
	margin:20px auto;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.nurse-seniors-index2 li {
	border:solid 1px #B4B4B4;
	border-radius:10px;
	overflow:hidden;
	max-width:320px;
	background-color:#FFF;
}
.nurse-seniors-index2 li a {
	display:block;
	width:100%;
	height:100%;
	color:#4D4D4D;
	position:relative;
	padding-bottom:60px;
}
.nurse-seniors-index2.nb li a {
  padding-bottom:30px;
}
.nurse-seniors-index2 li a:hover {
	text-decoration:none;
}
.nurse-seniors-index2 li .cate {
	position:absolute;
	z-index:2;
	top:6px;
	left:8px;
}
.nurse-seniors-index2 li .cate span {
	display:inline-block;
	padding:1px 10px;
	border-radius:5px;
	background-color:#00C6EE;
	color:#FFF;
	font-size:14px;
	margin-right:3px;
}
.nurse-seniors-index2 li .image {
	position:relative;
	overflow:hidden;
	padding-bottom:66.56%
}
.nurse-seniors-index2 li .image img {
	max-width:100%;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	transition: 0.3s ;
}
.nurse-seniors-index2 li a:hover .image img {
	transform:translate(-50%,-50%) scale(1.1, 1.1);
}
.nurse-seniors-index2 li p {
	margin:0;
}
.nurse-seniors-index2 li .title {
  font-size:16px;
  font-weight: bold;
	color:#4D4D4D;
	padding:1em 1em 0;
}
.nurse-seniors-index2 li .text {
	font-size:16px;
	color:#4D4D4D;
	padding:1em;
}
.nurse-seniors-index2 li .name {
	display:inline-block;
	position:absolute;
	bottom:35px;
	right:10px;
	font-size:16px;
}
.nurse-seniors-index2 li .name span {
	font-size:14px;
	color:#00C6EE;
	margin-right:15px;
}
.nurse-seniors-index2 li .nyusyoku {
	display:inline-block;
	position:absolute;
	bottom:10px;
	right:15px;
	font-size:14px;
}
@media only screen and (min-width:769px) {
	.nurse-seniors-index2 {
	}
	.nurse-seniors-index2 li {
		width:calc(100% / 3 - 14px);
		margin:0 20px 20px 0;
	}
	.nurse-seniors-index2 li:nth-child(3n) {
		margin-right:0px;
	}
}
@media only screen and (max-width:768px) {
	.nurse-seniors-index2 {
		justify-content: center;
	}
	.nurse-seniors-index2 li {
		width:100%;
		margin:0 10px 20px;
	}
}









.how-to-work-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	width:90%;
	max-width:760px;
	margin:60px auto 0;
}
.how-to-work-nav li {
	width:calc(100% / 3 - 10px);
}
.how-to-work-nav li a {
	display:block;
	background-color:#02CBF1;
	border:solid 2px #02CBF1;
	color:#ffffff;
	font-size:14px;
	padding:10px 30px 10px 20px;
	position:relative;
	
	transition: 0.3s ;
}
.how-to-work-nav li a:after {
	content:"";
	display:block;
	width: 10px;
	height: 10px;
	border: 1px solid;
	border-color:  transparent transparent #ffffff #ffffff;
	transform: rotate(-45deg) translateY(-100%);
	
	position:absolute;
	right:10px;
	top:50%;
	transition: 0.3s ;
}
.how-to-work-nav li a:hover {
	background-color:#ffffff;
	color:#02CBF1;
	text-decoration:none;
}
.how-to-work-nav li a:hover:after {
	border-color:  transparent transparent #02CBF1 #02CBF1;
}
@media only screen and (max-width:768px) {
	.how-to-work-nav li {
		width:100%;
		margin-bottom:10px;
	}
}

#senior_staff_interview_area{
	margin:60px auto 40px;
}

#senior_staff_interview_area .ul_top_ssi {
	width:90%;
	max-width:760px;
	margin:60px auto 0;
	
	display: flex;
	justify-content: space-between;
	
}
#senior_staff_interview_area .ul_top_ssi li {
	width:calc(50% - 2px);
	position:relative;
	height:90px;
	cursor:pointer;
}
#senior_staff_interview_area .ul_top_ssi li .img_box {
	width:80px;
	height:80px;
	border:solid 5px #8F8F8F;
	position:absolute;
	bottom:10px;
	left:10px;
	background-color:#FFF;
	z-index:2;
	transition: 0.3s;
}
#senior_staff_interview_area .ul_top_ssi li:hover .img_box {
	bottom:15px;
}
#senior_staff_interview_area .ul_top_ssi li .img_box img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	min-width:100%;
	min-height:100%;
}
#senior_staff_interview_area .ul_top_ssi li p {
	display:block;
	width:100%;
	height:52px;
	line-height:52px;
	padding-left:100px;
	background-color:#8F8F8F;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	z-index:1;
	transition: 0.3s;
}
#senior_staff_interview_area .ul_top_ssi li p:after {
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #8F8F8F;
	position:absolute;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
	transition: 0.3s;
	z-index:-1;
}

#senior_staff_interview_area .ul_top_ssi li:hover p {
	height:58px;
	line-height:58px;
}
#senior_staff_interview_area .ul_top_ssi li:hover p:after {
	bottom:-19px;
}
#senior_staff_interview_area .ul_top_ssi li.current p:after {
	border-top: 20px solid #02CBF1;
	bottom:-19px;
}
#senior_staff_interview_area .ul_top_ssi li.current .img_box {
	border:solid 5px #02CBF1;
}
#senior_staff_interview_area .ul_top_ssi li.current p {
	background-color:#02CBF1;
	height:66px;
	line-height:66px;
}

@media only screen and (max-width:768px) {
	#senior_staff_interview_area .ul_top_ssi li .img_box {
		left:50%;
		transform:translateX(-50%);
		bottom:45px;
	}
	#senior_staff_interview_area .ul_top_ssi li:hover .img_box {
		bottom:45px;
	}
	#senior_staff_interview_area .ul_top_ssi li p {
		padding-left:0px;
		text-align:center;
		line-height:1.3 !important;
		font-size:14px;
	}
	
	#senior_staff_interview_area .ul_top_ssi li p span {
		display:block;
		width:90%;
		position:absolute;
		bottom:25px;
		left:50%;
		transform:translate(-50%,50%);
	}
}



#senior_staff_interview_area .ul_bottom_ssi {
	width:90%;
	max-width:760px;
	margin:30px auto 0;
	
	display: flex;
	justify-content: space-between;
	
}
#senior_staff_interview_area .ul_bottom_ssi li {
	width:calc(50% - 2px);
	position:relative;
	height:52px;
	cursor:pointer;
}
#senior_staff_interview_area .ul_bottom_ssi li p {
	display:block;
	width:100%;
	height:52px;
	line-height:52px;
	text-align:center;
	background-color:#8F8F8F;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	z-index:1;
	transition: 0.3s;
}
#senior_staff_interview_area .ul_bottom_ssi li p:after {
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #8F8F8F;
	position:absolute;
	top:0px;
	left:50%;
	transform:translateX(-50%);
	transition: 0.3s;
	z-index:-1;
}

#senior_staff_interview_area .ul_bottom_ssi li:hover p {
	height:58px;
	line-height:58px;
}
#senior_staff_interview_area .ul_bottom_ssi li:hover p:after {
	top:-19px;
}
#senior_staff_interview_area .ul_bottom_ssi li.current p:after {
	border-bottom: 20px solid #02CBF1;
	top:-19px;
}
#senior_staff_interview_area .ul_bottom_ssi li.current .img_box {
	border:solid 5px #02CBF1;
}
#senior_staff_interview_area .ul_bottom_ssi li.current p {
	background-color:#02CBF1;
	height:66px;
	line-height:66px;
}

@media only screen and (max-width:768px) {
	#senior_staff_interview_area .ul_bottom_ssi li p {
		padding-left:0px;
		text-align:center;
		line-height:1.3 !important;
		font-size:14px;
	}
	
	#senior_staff_interview_area .ul_bottom_ssi li p span {
		display:block;
		width:90%;
		position:absolute;
		bottom:25px;
		left:50%;
		transform:translate(-50%,50%);
	}
}



#senior_staff_interview_area .interview_box {
	margin:90%;
	max-width:760px;
	margin:0 auto;
	
	transition: 0.3s;
}
.interview_box .box_in {
	transition: 0.3s;
	margin:0px;
	padding:40px 0;
	display:none;
}
.interview_box.current .box_in {
	display:block;
}

.interview_box .midasi_q {
	display:block;
	margin:60px auto 40px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.interview_box .midasi_q span {
	display:inline-block;
	text-align:left;
	line-height:1.6;
	background-image:url(/images/recruit/nurse/how-to-work/question.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:120px auto;
	padding:25px 0 0 43px;
}
.interview_box .midasi_q b {
	background-color:#02CBF1;
	color:#FFF;
}

.interview_box .box1 {
	padding:20px 0;
}
.interview_box .box1:after {
	content:"";
	display:block;
	clear:both;
}
.interview_box .box1 h3 {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#02CBF1;
	margin-bottom:40px;
}
.interview_box .box1 h3:before {
	content:"";
	display:inline-block;
	width:15px;
	height:30px;
	background-image:url(/images/recruit/nurse/how-to-work/left.png);
	background-size:100% auto;
	vertical-align:middle;
	margin-right:10px;
}
.interview_box .box1 h3:after {
	content:"";
	display:inline-block;
	width:15px;
	height:30px;
	background-image:url(/images/recruit/nurse/how-to-work/right.png);
	background-size:100% auto;
	vertical-align:middle;
	margin-left:10px;
}
.interview_box .box1 .box_l {
	width:calc(50% - 20px);
	float:left;
}
.interview_box .box1 .box_r {
	width:calc(50% - 20px);
	float:right;
}
@media only screen and (max-width:768px) {
	.interview_box .box1 {
		width:90%;
		margin:0 auto;
	}
	.interview_box .box1 .box_l {
		width:100%;
		float:none;
	}
	.interview_box .box1 .box_r {
		width:100%;
		float:none;
		margin-top:20px;
	}
}


.interview_box .box2 {
	position:relative;
	padding:20px 0;
	margin-top:60px;
}
.interview_box .box2 .midasi_q {
	margin-top:-50px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.interview_box .box2:before {
	content:"";
	display:block;
	position:absolute;
	width:100vw;
	height:100%;
	background-color:#ECF5F9;
	z-index:-1;
	top:0px;
	left:50%;
	transform:translateX(-50%);
}

.interview_box .ul_timeline1 {
	padding:60px 0 30px;
	position:relative;
	margin-top:40px;
}
.interview_box .ul_timeline1:before {
	content:"";
	display:block;
	width:3px;
	background-image:url(/images/recruit/nurse/how-to-work/tensen.png);
	background-repeat:repeat-y;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
.interview_box .ul_timeline1:after {
	content:"";
	display:block;
	clear:both;
}
.interview_box .ul_timeline1 li {
	display:inline-block;
	width:344px;
	padding:15px;
	background-color:#FFF;
	margin-top:-30px;
	position:relative;
}
.interview_box .ul_timeline1 li.mtptn1 {
	margin-top:-110px;
}
.interview_box .ul_timeline1 li.renzoku {
	margin-top:30px;
}






.interview_box .ul_timeline1 li .p_top {
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}
.interview_box .ul_timeline1 li .p_top .small {
	font-size:14px;
}
.interview_box .ul_timeline1 li .p_top:after {
	content:"";
	display:block;
	clear:both;
}
.interview_box .ul_timeline1 li .p_top span.time {
	font-size:18px;
	background-color:#02CBF1;
	color:#FFF;
	line-height:1.3;
	margin-top:7px;
	padding-bottom:2px !important;
}
.interview_box .ul_timeline1 li .p_naiyo {
	font-size:14px;
	padding:0 1em;
}
.interview_box .ul_timeline1 li .p_naiyo img {
	margin-top:10px;
}
@media only screen and (min-width:769px) {
	.interview_box .ul_timeline1 li.fukidasi_r {
		float:right;
		margin-left:50%;
	}
	.interview_box .ul_timeline1 li.fukidasi_r img.img_time {
		position: absolute;
		top: 34px;
		left: -52px;
		width:32px;
		height:32px;
	}
	.interview_box .ul_timeline1 li.fukidasi_r:after {
		content: "";
		position: absolute;
		top: 50px;
		left: -30px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 20px solid #ffffff;
		z-index:-1;
	}
	
	.interview_box .ul_timeline1 li.fukidasi_l {
		float:left;
		margin-right:50%;
	}
	.interview_box .ul_timeline1 li.fukidasi_l img.img_time {
		position: absolute;
		top: 34px;
		right: -52px;
		width:32px;
		height:32px;
	}
	.interview_box .ul_timeline1 li.fukidasi_l:after {
		content: "";
		position: absolute;
		top: 50px;
		right: -30px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 20px solid #ffffff;
		z-index:-1;
	}
	
	.interview_box .ul_timeline1 li.fukidasi_r .p_top span.time {
		clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
		margin-right:10px;
		padding:0px 25px 0px 20px;
		float:left;
		margin-left:-15px;
	}
	.interview_box .ul_timeline1 li.fukidasi_l .p_top {
	text-align:right;
}
	.interview_box .ul_timeline1 li.fukidasi_l .p_top span.time {
		clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
		margin-left:10px;
		padding:0px 20px 0px 25px;
		float:right;
		margin-right:-15px;
	}
}
@media only screen and (max-width:768px) {
	.interview_box .ul_timeline1 {
		padding:0px 0px 30px;
	}
	.interview_box .ul_timeline1:before {
		left:26px;
		transform:none;
	}
	.interview_box .ul_timeline1 li {
		width:calc(100% - 80px);
		margin-left:65px;
		margin-top:30px !important;
	}
	.interview_box .ul_timeline1 li:after {
		content: "";
		position: absolute;
		top: 50px;
		left: -30px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 20px solid #ffffff;
		z-index:-1;
	}
	.interview_box .ul_timeline1 li img.img_time {
		position: absolute;
		top: 34px;
		left: -52px;
		width:32px;
		height:32px;
	}
	.interview_box .ul_timeline1 li .p_top {
		font-size:16px;
	}
	.interview_box .ul_timeline1 li .p_top span.time {
		clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
		margin-right:10px;
		padding:0px 25px 0px 20px;
		float:left;
		font-size:16px;
		margin-left:-15px;
		margin-top:4px;
	}
	
}





.interview_box .box3 {
	padding:20px 0;
}
.interview_box .box3:after {
	content:"";
	display:block;
	clear:both;
}
.interview_box .box3 .box_l {
	width:calc(60% - 20px);
	float:left;
}
.interview_box .box3 .box_r {
	width:calc(40% - 20px);
	float:right;
}
@media only screen and (max-width:768px) {
	.interview_box .box3 {
		width:90%;
		margin:0 auto;
	}
	.interview_box .box3 .box_l {
		width:100%;
		float:none;
	}
	.interview_box .box3 .box_r {
		width:100%;
		float:none;
		margin-top:20px;
	}
}

.interview_box .box4 {
	padding:20px 0;
}
.interview_box .box4:after {
	content:"";
	display:block;
	clear:both;
}
.interview_box .box4 .box_l {
	width:calc(40% - 20px);
	float:left;
}
.interview_box .box4 .box_r {
	width:calc(60% - 20px);
	float:right;
}
@media only screen and (max-width:768px) {
	.interview_box .box4 {
		width:90%;
		margin:0 auto;
	}
	.interview_box .box4 .box_l {
		width:100%;
		float:none;
	}
	.interview_box .box4 .box_r {
		width:100%;
		float:none;
		margin-top:20px;
	}
}


.interview_box .box5 {
	padding:20px 0;
	background-image:url(/images/recruit/nurse/how-to-work/illust.png);
	background-repeat:no-repeat;
	background-position:top 20% right 0px;
	background-size:30% auto;
}
.interview_box .box5 p {
	width:80%;
	margin:0px auto;
}
@media only screen and (max-width:768px) {
	.interview_box .box5 {
		width:90%;
		margin:0 auto;
		background-size:60% auto;
	}
	.interview_box .box5 p {
		width:100%;
	}
}




@media only screen and (min-width:769px) {
	.sp_only {display:none;}
}
@media only screen and (max-width:768px) {
	.pc_only {display:none;}
}




.modi_date {
	width: 90%;
    max-width: 730px;
	margin:0 auto;
	text-align:right;
}

.btn_area {
	text-align:center;
	padding-bottom:50px;
}
.btn1 {
	display:inline-block;
	padding:20px 50px 20px 20px;
	border:solid 2px #000000;
	color:#000;
	background-color:#FFF;
	font-size:18px;
	position:relative;
	transition: 0.3s;
}
.btn1:after {
	content:"";
	display:block;
	position:absolute;
	right:25px;
	top:calc(50% - 4px);
	width: 10px;
	height: 10px;
	border: 1px solid;
	border-color: #000 #000 transparent transparent;
	transform: rotate(45deg);
}
.btn1:hover:after {
	border-color: #FFF #FFF transparent transparent;
}
.btn1:hover {
	background-color:#000;
	color:#FFF;
	text-decoration:none;
}





table.block-table {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid #ababab;
}

table.block-table thead th {
  border: 1px solid #ababab;
  line-height: 1.5;
}

table.block-table.ptn1 th,
table.block-table.ptn1 td {
  text-align: center !important;
}
table.block-table.ptn1 th {
  width: 20%;
}
table.block-table.ptn1 th:last-child {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  table.block-table thead th {
    padding: 10px 5px;
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  table.block-table thead th {
    padding: 10px;
  }
}

table.block-table thead th {
  background-color: #d7f3f3;
  text-align: center;
  font-weight: 400;
}

table.block-table tbody td,
table.block-table tbody th {
  border: 1px solid #ababab;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  table.block-table tbody td,
  table.block-table tbody th {
    padding: 10px 5px;
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  table.block-table tbody td,
  table.block-table tbody th {
    padding: 10px;
  }
}

table.block-table tbody th {
  background-color: #d7f3f3;
  text-align: left;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  table.block-table tbody th {
    width: 20%;
  }
}

@media print, screen and (min-width: 769px) {
  table.block-table tbody th {
    width: 27%;
  }
}

table.block-table tbody td {
  text-align: justify;
}

table.block-table tbody tr {
  background-color: #f7fdfd;
}

table.block-table tbody tr:nth-child(2n) {
  background-color: #f5f5f5;
}

table.block-table.tac tbody td,
table.block-table.tac tbody th {
  text-align: center;
}


.youtube_box {
	text-align:center;
	position:relative;
}
.youtube_box:before {
	content:"";
	display:block;
	width:90%;
	max-width:800px;
	aspect-ratio: 560/315;
	margin:0 auto;
}
.youtube_box iframe {
	position:absolute;
	width:90%;
	max-width:800px;
	height:100%;
	top:0;
	left:50%;
	transform:translateX(-50%);
}




.nurse-blog {
  background-color: #ECF5F9;
  padding: 0px 0 30px;
  background-image: url(/images/recruit/nurse-blog/nb_bg_pc.png);
  background-position: center top;
  background-repeat: repeat-y;
}
@media only screen and (max-width:768px) {
  .nurse-blog {
    padding: 40px 0 70px;
    background-image: url(/images/recruit/nurse-blog/nb_bg_sp.png),url(/images/recruit/nurse-blog/nb_bg_sp.png);
    background-position: center top 20px,center bottom 10px;
    background-repeat: no-repeat,no-repeat;
    background-size: 80% auto,80% auto;
  }
}
@media only screen and (max-width:499px) {
  .nurse-blog {
    background-position: center top 30px,center bottom 25px;
    background-size: 90% auto,90% auto;
  }
}
.nurse-blog .nurse-blog-in {
  max-width: 980px;
  margin: 0 auto;
}
.nurse-blog .page-section {
  overflow:visible;
}
.nurse-blog .page-section::after {
  content: "";
  display: block;
  clear: both;
}
.nurse-blog .nurse-blog-out {
  width: 700px;
  padding-top: 30px;
  float:right;
}
@media only screen and (max-width:768px) {
  .nurse-blog .nurse-blog-out {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
.nurse-blog .nurse-blog-out .nurse-blog-box {
  width: 100%;
  padding: 30px 30px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}
.nurse-blog .nurse-blog-out .nurse-blog-box:last-child {
  margin-bottom: 0;
}
.nurse-blog .nurse-blog-out .nurse-blog-box time {
  font-size: 16px;
  font-weight: bold;
}
.nurse-blog .nurse-blog-out .nurse-blog-box .a_cate {
  font-size: 16px;
  display: inline-block;
  padding: 2px 5px 3px;
  border-radius: 3px;
  background-color: #02CBF1;
  border: solid 1px #02CBF1;
  color:#fff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.nurse-blog .nurse-blog-out .nurse-blog-box .a_cate:hover {
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #02CBF1;
  color:#02CBF1;
}
.nurse-blog .nurse-blog-out .nurse-blog-box h3 {
  font-size: 22px;
  font-weight: bold;
  color:#02CBF1;
  line-height: 1.5;
  padding: 10px 10px 10px 30px;
  margin-top: 10px;
  border-bottom: solid 1px #E1E1E1;
  position: relative;
}
.nurse-blog .nurse-blog-out .nurse-blog-box h3:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #EA289A;
  position: absolute;
  top: 22px;
  left: 10px;
}
.nurse-blog .nurse-blog-out .nurse-blog-box .blog-body {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width:768px) {
  .nurse-blog .nurse-blog-out .nurse-blog-box h3 {
    font-size: 18px;
  }
  .nurse-blog .nurse-blog-out .nurse-blog-box h3:before {
    top: 19px;
  }
  .nurse-blog .nurse-blog-out .nurse-blog-box .blog-body {
    margin-top: 20px;
  }
}

.nurse-blog .side-bar {
  width: 235px;
  float: left;
}
.nurse-blog .side-bar .side-bar-in  {
  /*
  position: sticky;
  top: 60px;
  */
}
@media only screen and (max-width:768px) {
  .nurse-blog .side-bar {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
.nurse-blog .side-bar h3 {
  background-color: #02CBF1;
  color: #fff;
  line-height: 1.2;
  padding-left: 20px;
  padding: 10px 20px 10px 30px;
  position: relative;
  overflow: hidden;
  background-color:#02CBF1;
  margin-top: 30px;
  font-weight: bold;
}
.nurse-blog .side-bar h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -0.1px;
  border-left: 30px solid #ECF5F9;
  border-bottom: 50px solid transparent;
}
.nurse-blog .side-bar .ul_side1 li {
  list-style: none;
  display: block;
  background-color: #fff;
  border-bottom: solid 1px #ECF5F9;
}
.nurse-blog .side-bar .ul_side1 li:last-child {
  border-bottom: none;
}
.nurse-blog .side-bar .ul_side1 li p {
  padding: 10px 10px;
}
.nurse-blog .side-bar .ul_side1 li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  color: #4D4D4D;
}
.nurse-blog .side-bar .ul_side1 li a:hover {
  text-decoration: none;
  background-color: #dcf3f8;
}
.nurse-blog .side-bar .ul_side1 li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 19px;
  width: 0;
  height: 0;
  border-left: 9px solid #02CBF1;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.nurse-blog .side-bar .ul_side1 li.current a:before {
  border-left: 9px solid #EA289A;
}

.nurse-blog .side-bar .ul_side2 li {
  list-style: none;
  display: block;
  background-color: #fff;
  border-bottom: solid 1px #ECF5F9;
}
.nurse-blog .side-bar .ul_side2 li:last-child {
  border-bottom: none;
}
.nurse-blog .side-bar .ul_side2 li a {
  display: block;
  height: 100%;
  padding: 10px 10px;
  position: relative;
  font-size: 14px;
}
.nurse-blog .side-bar .ul_side2 li a:hover {
  text-decoration: none;
  background-color: #dcf3f8;
}
.nurse-blog .side-bar .ul_side2 li a time {
  color: #02CBF1;
  line-height: 1.2;
  font-weight: bold;
}
.nurse-blog .side-bar .ul_side2 li a p {
  color: #4D4D4D;
  line-height: 1.2;
}
.nurse-blog .side-bar .ul_side2 li a:after{
  content: "";
  display: block;
  clear: both;
}
.nurse-blog .side-bar .ul_side2 li .img_box {
  width: 60px;
  height: 60px;
  position: relative;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  border:solid 1px #efefef;
  background-color: #efefef;
}
.nurse-blog .side-bar .ul_side2 li .img_box img {
  min-width: 60px;
  min-height: 60px;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}