/*common_css*/
html {
    font-size: 62.5%;
    background: #fff;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Shimizu JP Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN","游ゴシック Medium","メイリオ",Meiryo,sans-serif;
    color: #333;
    line-height: 1.5;
    font-size: 1.6rem;
    position: relative;
}

html,
body {
    height: 100%;
    margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

p, figure {
    margin: 0;
}

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

ul li {
  padding: 0;
  margin: 0;
}

ol {
  list-style: none;
  margin-bottom: 0;
}

dl {
  margin: 0;
}

  dt {
    margin: 0;
    font-weight: normal;
  }

  dd {
    margin: 0;
  }

a {
  transition: 0.3s all;
  color: #333;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 3rem;
}

h2,
h3 {
  font-size: 2.4rem;
}

h4,
h5 {
  font-size: 2.1rem;
}

h6 {
  font-size: 1.8rem;
}

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

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.4em;
}

figcaption {
  padding-top: 4px;
}

figure {
  margin-bottom: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #fff;
    outline: none;
    height: 64px;
    padding: 0;
    border-radius: 0;
    font-size: 1.6rem;
    padding: 8px 12px;
background-image: url(/images/01/select_arrow.png);
background-repeat: no-repeat;
background-size: 14px;
background-position: right 20px center;
}

.editor ul {
    list-style: disc;
    padding-left: 1.2em;
}

.editor ul li {
/*     list-style: disc; */
}

.editor ol {
    padding-left: 1em;
    list-style: decimal;
}

.editor a {
    text-decoration: underline;
}

.editor img {
    max-width: 100%!important;
    height: auto!important;
    display: block;
}

.editor:after {
    content: '';
    display: block;
    clear: both;
}

.editor table td {
    border-style: solid;
    border-width: 1px;
    padding: 8px 10px;
    border-color: #ccc;
}

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

@media screen and (max-width: 991px) {
    .editor img {
        float: none !important;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    select {
        padding: 8px 20px;        
    }
}

textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    background: #fff;
    font-size: 16px;
    padding: 20px 12px;
}

@media screen and (max-width: 768px) {
    textarea {
        padding: 8px 20px;        
    }
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    height: 64px;
    background: #fff;
    font-size: 1.6rem;
    padding: 8px 12px;
}

input[type="file"] {
    height: auto;
    background: transparent;
    padding: 0;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    input {
        padding: 8px 20px;        
    }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  appearance: none;

  :focus {
    outline: none;
    box-shadow: none !important;
  }
}

.sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
}

@media screen and (max-width: 1024px) {
    .hidden-ipad-down {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}


@media screen and (max-width: 768px) {
    .hidden-sm-down {
        display: none !important;        
    }
}

@media screen and (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    .hidden-ipad-up {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}


@media screen and (min-width: 769px) {
    .hidden-md-up {
        display: none !important;
    }
}


@media screen and (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}


@media screen and (min-width: 376px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media screen and (min-width: 301px) {
    .hidden-300-up {
        display: none;
    }
}

@media screen and (min-width: 401px) {
    .hidden-400-up {
        display: none;
    }
}

@media screen and (min-width: 501px) {
    .hidden-500-up {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    .hidden-600-up {
        display: none;
    }
}

@media screen and (min-width: 701px) {
    .hidden-700-up {
        display: none;
    }
}

@media screen and (min-width: 801px) {
    .hidden-800-up {
        display: none;
    }
}

[data-w-width] {
    max-width: 100%;
}

[data-w-width="1"] {
    width: 1120px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
}

[data-w-width="1"] [data-w-width="1"]{
    max-width:100%;
    width:100%;
}


@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 100;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-Thin.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-Thin.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-Thin.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-Thin.otf') format('opentype');
}

@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 200;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-Light.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-Light.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-Light.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 300;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-DemiLight.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-DemiLight.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-DemiLight.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-DemiLight.otf') format('opentype');
}

@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-Regular.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-Regular.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-Regular.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 500;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-Medium.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-Medium.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-Medium.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-Bold.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-Bold.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-Bold.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 900;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-Black.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-Black.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-Black.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-Black.otf') format('opentype');
}

@font-face {
  font-family: 'shimizu-icon';
  src: url('/fonts/icon/shimizu-icon.eot?20220930');
  src: url('/fonts/icon/shimizu-icon.eot?20220930') format('eot'),
    url('/fonts/icon/shimizu-icon.woff2?20220930') format('woff2'),
    url('/fonts/icon/shimizu-icon.woff?20220930') format('woff'),
    url('/fonts/icon/shimizu-icon.ttf?20220930') format('truetype'),
    url('/fonts/icon/shimizu-icon.svg?20220930') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'], [class*=' icon-'] {
  font-family: 'shimizu-icon' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
}


.icon-access:before {
  content: '\f001'
}

.icon-arrow:before {
  content: '\f002'
}

.icon-caution:before {
  content: '\f003'
}

.icon-child:before {
  content: '\f004'
}

.icon-consultation:before {
  content: '\f005'
}

.icon-department:before {
  content: '\f006'
}

.icon-facebook:before {
  content: '\f007'
}

.icon-facility:before {
  content: '\f008'
}

.icon-gairai:before {
  content: '\f009'
}

.icon-global:before {
  content: '\f00a'
}

.icon-home:before {
  content: '\f00b'
}

.icon-important:before {
  content: '\f00c'
}

.icon-instagram:before {
  content: '\f00d'
}

.icon-jimu:before {
  content: '\f00e'
}

.icon-jyusin:before {
  content: '\f00f'
}

.icon-kaigo:before {
  content: '\f010'
}

.icon-kango:before {
  content: '\f011'
}

.icon-kangokea:before {
  content: '\f012'
}

.icon-kenshin:before {
  content: '\f013'
}

.icon-mail:before {
  content: '\f014'
}

.icon-mail2:before {
  content: '\f015'
}

.icon-map:before {
  content: '\f016'
}

.icon-movie:before {
  content: '\f017'
}

.icon-notice:before {
  content: '\f018'
}

.icon-nousoudan:before {
  content: '\f019'
}

.icon-nyuuin:before {
  content: '\f01a'
}

.icon-omimai:before {
  content: '\f01b'
}

.icon-pdf:before {
  content: '\f01c'
}

.icon-recruit-other:before {
  content: '\f01d'
}

.icon-recruit:before {
  content: '\f01e'
}

.icon-recruitcareer:before {
  content: '\f01f'
}

.icon-recruitdoctor:before {
  content: '\f020'
}

.icon-recruitnew:before {
  content: '\f021'
}

.icon-search:before {
  content: '\f022'
}

.icon-serapisuto:before {
  content: '\f023'
}

.icon-star:before {
  content: '\f024'
}

.icon-stay:before {
  content: '\f025'
}

.icon-symptoms:before {
  content: '\f026'
}

.icon-syoujyou:before {
  content: '\f027'
}

.icon-tel01:before {
  content: '\f028'
}

.icon-tel02:before {
  content: '\f029'
}

.icon-tel03:before {
  content: '\f02a'
}

.icon-twitter:before {
  content: '\f02b'
}

.icon-window:before {
  content: '\f02c'
}

.icon-yakuzai:before {
  content: '\f02d'
}
/*widget:d27cfdd1-39e9-4839-86ea-c5e6399abd78*/[data-lib="121"]{padding-top: 90px;}[data-lib="121"] .inner{display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: #fff;
	z-index: 1000;}[data-lib="121"] .logo{display: flex;
	align-items: center;
	max-width: 162px;
	flex-basis: 162px;
	padding: 15px 0 20px 20px;}[data-lib="121"] .nav-wrap .list{display: flex;
	align-items: stretch;}[data-lib="121"] .nav-wrap .list > li{display: flex;
	align-items: center;
	padding: 0 15px;}[data-lib="121"] .nav-wrap .list > li > a{display: block;
	position: relative;}[data-lib="121"] .nav-wrap .list > li > a:after{display: block;
	height: 2px;
	content: '';}[data-lib="121"] .nav-wrap .list > li > a:hover{display: block;
	position: relative;}[data-lib="121"] .nav-wrap .list > li > a:hover:after{display: block;
	height: 2px;
	content: "";
	background: linear-gradient(130deg, #E3DA6F 10%, #84B877 55%);}[data-lib="121"] .nav-wrap .list > li:last-of-type{min-width: 140px;
	line-height: 90px;
	background: linear-gradient(130deg, #E3DA6F 10%, #84B877 55%);}[data-lib="121"] .nav-wrap .list > li:last-of-type a{position: relative;
	color: #fff;
	padding-left: 30px;}[data-lib="121"] .nav-wrap .list > li:last-of-type a:before{display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	transform: translateY(-50%);
	background: url(/_img/ja/cms_parts_library/1598/image/_/) no-repeat left center;
	background-size: contain;}[data-lib="121"] .nav-wrap .list > li:last-of-type a:after{height: 0;}[data-lib="121"] .nav-wrap .list > li:last-of-type a:hover:after{content: none;}[data-lib="121"] .nav-wrap .list > li:last-of-type .megamenu_box{display: none !important;}[data-lib="121"] .nav-wrap .list > li .megamenu_box{display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #faf9f7;
	z-index: 100;}[data-lib="121"] .nav-wrap .list > li .megamenu_box h2{font-size: 18px;
	font-weight: bold;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	padding: 30px 0;
	background: #84b877;
	z-index: 101;}[data-lib="121"] .nav-wrap .list > li .megamenu_box h2 .midashi-text{display: block;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;}[data-lib="121"] .nav-wrap .list > li .megamenu_box > ul{display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 20px;
	z-index: 102;}[data-lib="121"] .nav-wrap .list > li .megamenu_box > ul > li{width: 33.332%;
	margin-bottom: 30px;}[data-lib="121"] .nav-wrap .list > li .megamenu_box > ul > li dl{display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	z-index: 1;}[data-lib="121"] .nav-wrap .list > li .megamenu_box > ul > li dl dt{width: 35%;
	padding-right: 5%;}[data-lib="121"] .nav-wrap .list > li .megamenu_box > ul > li dl dd{width: 65%;
	padding-right: 5%;}[data-lib="121"] .nav-wrap .list > li .megamenu_box > ul > li dl dd h3{font-size: 16px;
	font-weight: bold;
	font-weight: 700;}[data-lib="121"] .nav-wrap .list > li .megamenu_box > ul > li dl dd h3 a{position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	overflow: hidden;
	z-index: 2;}[data-lib="121"] .nav-wrap .list > li .megamenu_box > ul > li dl dd ul li{font-size: 16px;
	margin-bottom: 7px;}[data-lib="121"] .nav-wrap .list > li .megamenu_box > ul > li dl dd ul li a{position: relative;
	z-index: 3;}@media screen and (max-width: 768px){[data-lib="121"]{padding-top: 0;}[data-lib="121"] .inner{position: relative;
	top: auto;
	left: auto;
	z-index: 0;}[data-lib="121"] .nav-wrap{display: none;}}@media screen and (max-width: 1100px){[data-lib="121"] .nav-wrap .list > li > a{font-size: 1.4rem;}[data-lib="121"] .nav-wrap .list > li:last-of-type{min-width: 130px;}}/*widget:5838c390-5bb0-4d0e-8bea-f419d2362262*/[data-lib="2457"]{position: relative;
	height: 380px;
	background: linear-gradient(to bottom, #fff 0%,#fff 52%,#FAF9F6 52%,#FAF9F6 100%);
	overflow: hidden;}[data-lib="2457"] .inner{float: right;
	display: block;
	height: 320px;
	width: 82%;
	margin: 0 auto;
	background:url(/_img/ja/cms/11093/bg_pc/___/session/) no-repeat center center / cover;}[data-lib="2457"] .inner.nurse{background:url(/_img/ja/cms_parts_library/8663/image//) no-repeat center center / cover;}[data-lib="2457"] .inner.pharmacist{background:url(/_img/ja/cms_parts_library/8665/image//) no-repeat center center / cover;}[data-lib="2457"] .inner.other{background:url(/_img/ja/cms_parts_library/8667/image//) no-repeat center center / cover;}[data-lib="2457"] .inner.nurse + .inner.other,[data-lib="2457"]  .inner.pharmacist + .inner.other{background: none;}[data-lib="2457"] #index .inner{background:url(/_img/ja/cms_parts_library/8667/image//) no-repeat center center / cover;}[data-lib="2457"] h2{display: inline-block;
	position: absolute;
	left: 5%;
	top: 50%;
	width: 400px;
	padding: 1em;
	font-size: 2.2rem;
	text-align: center;
	background: #fff;
	transform: translateY(-50%);}[data-lib="2457"] h2 span{display: inline-block;
	text-align: left;}@media screen and (max-width: 768px){[data-lib="2457"]{height: 260px;}[data-lib="2457"] .inner{width: 74%;
	height: 220px;
	background:url(/_img/ja/cms/11093/bg_sp/___/session/) no-repeat center center / cover;}[data-lib="2457"] .inner.nurse{background:url(/_img/ja/cms_parts_library/8664/image//) no-repeat center center / cover;}[data-lib="2457"] .inner.pharmacist{background:url(/_img/ja/cms_parts_library/8666/image//) no-repeat center center / cover;}[data-lib="2457"] .inner.other{background:url(/_img/ja/cms_parts_library/8668/image//) no-repeat center center / cover;}[data-lib="2457"] #index .inner{background:url(/_img/ja/cms_parts_library/8668/image//) no-repeat center center / cover;}[data-lib="2457"] h2{width: auto;
	min-width: 32%;
	max-width: 90%;}}@media screen and (max-width: 575px){[data-lib="2457"] h2{font-size: 2rem;}}/*widget:d9be2a7a-2bd5-4eac-b661-91013d5d76c9*/[data-lib="7420"]:not(:last-of-type){margin-bottom: 100px;}[data-lib="7420"] .head2{color: #84B877;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;}[data-lib="7420"] .head{margin-right: calc((100% - 1100px) /2);
	padding-right: 20px;
	margin-bottom: 40px;
	max-width: 100%;}[data-lib="7420"] .head .head-inner{background: gray;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;}[data-lib="7420"] .head-image{position: relative;}[data-lib="7420"] .head-image img{width: 100%;}[data-lib="7420"] .head-ttl{position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 4px;
	background: linear-gradient(to right, #e3da6f 0%, #84b877 100%);
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	padding: 6px 20px;
	margin-right: 80px;
	display: inline-flex;
	align-items: center;}[data-lib="7420"] .head-ttl .ttl-icon{margin-right: 10px;}[data-lib="7420"] .cat-wrap{max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;}[data-lib="7420"] .cat-wrap > .cat-cont:not(:last-of-type){margin-bottom: 94px;}[data-lib="7420"] .cat-name{font-family: 2.4rem;
	font-weight: 500;
	margin-bottom: 16px;}[data-lib="7420"] .info-head{display: flex;
	justify-content: space-between;
	align-items: flex-start;}[data-lib="7420"] .info-head .info-place .place{font-size: 1.8rem;
	font-weight: 500;
	padding-right: 20px;}[data-lib="7420"] .info-head .info-sign{display: inline-flex;}[data-lib="7420"] .info-head .info-sign > span{color: #fff;
	font-weight: 700;
	padding: 2px 16px;}[data-lib="7420"] .info-head .info-sign > span:not(:last-of-type){margin-right: 2px;}[data-lib="7420"] .info-head .info-sign .type{background: #E69B55;
	min-width: 6em;
	text-align: center;}[data-lib="7420"] .info-head .info-sign .hurry{background: #F03F3F;}[data-lib="7420"] .item-cat:first-child{border-top: solid 1px #ccc;}[data-lib="7420"] .item-cat{border-bottom: solid 1px #ccc;}[data-lib="7420"] .item-cat a{padding: 16px 50px 20px 0;
	display: block;
	position: relative;}[data-lib="7420"] .item-cat a:after{content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
	width: 10px;
	height: 10px;
	border-top: solid 2px #84B877;
	border-right: solid 2px #84B877;
	transform: rotate(45deg);}[data-lib="7420"] ul:empty{display: none;}@media screen and (max-width: 768px){[data-lib="7420"] .info-head{display: block;}[data-lib="7420"] .info-head .info-place{margin-bottom: 10px;}[data-lib="7420"] .info-head .info-place > span{display: block;}[data-lib="7420"] .info-head .info-place .place{font-size: 1.8rem;
	font-weight: 500;
	padding-right: 20px;}[data-lib="7420"] .info-head .info-sign{display: block;}[data-lib="7420"] .head-ttl{position: absolute;
	top: auto;
	transform: none;
	right: 0;
	font-size: 1.8rem;
	bottom: 0;
	margin-right: 0;}[data-lib="7420"] .head-ttl .sub{font-size: 1.4rem;
	display: block;
	margin-left: 0;}[data-lib="7420"] .head .head-inner{display: block;}}@media screen and (max-width: 575px){[data-lib="7420"] .head-image{position: relative;
	overflow: hidden;}[data-lib="7420"] .head-image .image{width: 700px;}[data-lib="7420"] .head-image img{width: 100%;
	margin-left: -20%;}}@media screen and (max-width: 374px){[data-lib="7420"] .head-image img{margin-left: -24%;}}/*widget:b0c83fe9-76fc-4454-8457-ffa48a789291*/[data-lib="3173"]{background: #84B877;}[data-lib="3173"] ul{padding: 20px 0;}[data-lib="3173"] ul li{display: inline-block;
	color: #fff;}[data-lib="3173"] ul li:first-child{display: none;}[data-lib="3173"] ul li:not(:last-child){padding-right: 1em;
	margin-right: 1em;
	position: relative;}[data-lib="3173"] ul li:not(:last-child):after{content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0.5em;
	height: 0.5em;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	margin: auto 0;}[data-lib="3173"] ul li a,[data-lib="3173"] ul li  span{color: #fff;
	font-size: 1.4rem;}@media (max-width: 768px){[data-lib="3173"]{display: none;}}/*widget:a8afbbba-738d-42f6-99e4-ba4b0f681042*/[data-lib="3256"] footer{padding: 35px 0 40px;
	background: #edebe7;}[data-lib="3256"] .logo{margin-bottom: 25px;}[data-lib="3256"] .logo img{max-width: 192px;}[data-lib="3256"] .footer_box{display: flex;
	justify-content: space-between;}[data-lib="3256"] .footer_box .footer_box_l{width: 30%;}[data-lib="3256"] .footer_box .footer_box_r{display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 70%;}[data-lib="3256"] .footer_box .footer_box_r .footer_column{width: 33.332%;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li{font-size: 14px;
	margin-bottom: 15px;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li ul{margin-top: 15px;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li ul li a{position: relative;
	padding-left: 30px;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li .sub-menu li a:before{position: absolute;
	top: 50%;
	left: 15px;
	width: 0.5em;
	height: 2px;
	content: '';
	//display: inline-block;
	//margin-right: 0.5em;
	background: #999;
	transform: translateY(-50%);}[data-lib="3256"] .footer_sns{display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;}[data-lib="3256"] .footer_sns li:first-of-type{padding-right: 15px;}[data-lib="3256"] .footer_sns li:first-of-type a{display: block;
	width: 240px;
	font-size: 14px;
	font-weight: bold;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 10px;
	background: #1861ab;
	border-radius: 60px;}[data-lib="3256"] .footer_sns li:last-of-type{width: 50px;}[data-lib="3256"] .footer_sns_sp{display: none;}[data-lib="3256"] .icon-window{margin-left: 0.5em;}[data-lib="3256"] .clinic_name{font-size: 16px;
	font-weight: bold;
	font-weight: 700;
	margin-bottom: 15px;}[data-lib="3256"] .address{font-size: 14px;
	margin-bottom: 10px;}[data-lib="3256"] .map-pdf{font-size: 14px;
	margin-bottom: 40px;}[data-lib="3256"] .map-pdf span{display: none;}[data-lib="3256"] .map-pdf a{text-decoration: underline;}[data-lib="3256"] .map-pdf a:hover{text-decoration: none;}[data-lib="3256"] .tel_box li{font-size: 14px;
	margin-bottom: 20px;}[data-lib="3256"] .tel_box li span{display: block;
	margin-bottom: 5px;}[data-lib="3256"] .tel_box li span:first-of-type{font-weight: bold;
	font-weight: 700;}[data-lib="3256"] .tel_box li span:last-of-type{margin-bottom: 0;}[data-lib="3256"] .tel_box li:nth-of-type(2){display: none;}[data-lib="3256"] .contact{position: relative;
	font-size: 14px;
	padding-left: 34px;}[data-lib="3256"] .contact:before{position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 20px;
	content: '';
	background: url(/_img/ja/cms_parts_library/3367/image/_/) no-repeat right top;
	background-size: contain;
	transform: translateY(-50%);}[data-lib="3256"] #footer_nav_sp{display: none;}[data-lib="3256"] #copyright{font-size: 12px;
	text-align: right;
	padding: 20px 0;}@media screen and (max-width: 768px){[data-lib="3256"]{overflow: auto;}[data-lib="3256"] footer{padding: 0;}[data-lib="3256"] .logo{margin-bottom: 5%;
	padding: 0 20px;}[data-lib="3256"] .logo img{max-width: 55%;}[data-lib="3256"] .content-inner{padding: 7% 0 5%;}[data-lib="3256"] .footer_box{display: flex;
	justify-content: space-between;
	margin-bottom: 20px;}[data-lib="3256"] .footer_box .footer_box_l{width: 100%;}[data-lib="3256"] .footer_box .footer_box_r{position: fixed;
	display: block;
	width: 100%;
	bottom: -150vh;
	padding-bottom: 60px;
	margin-bottom: 0;
	transition: .5s all;
	z-index: 99;}[data-lib="3256"] .footer_box .footer_box_r .footer_column{width: 100%;
	margin-top: auto !important;
	background: #faf9f7;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li{margin-bottom: 0;
	border-top: 1px solid #ddd;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li ul{margin-top: 0;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li ul li{position: relative;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li ul li a{padding-left: 45px;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li .sub-menu{display: none;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li .sub-menu li a:before{left: 35px;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li .sub-trigger{position: relative;
	display: block;
	padding: 20px;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li .sub-trigger:before{content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 1em;
	height: 2px;
	margin: auto 0;
	background: #84b877;
	transform: rotate(90deg);}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li .sub-trigger:after{content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 1em;
	height: 2px;
	margin: auto 0;
	background: #84b877;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li .sub-trigger.sub-open:before{display: none;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li a{position: relative;
	display: block;
	padding: 20px;}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul li a:after{position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	content: '';
	border: none;
	border-top: 2px solid #84b877;
	border-right: 2px solid #84b877;
	transform: translateY(-50%) rotate(45deg);}[data-lib="3256"] .footer_box .footer_box_r .footer_column ul .sp_none{display: none;}[data-lib="3256"] .footer_box .footer_box_r .footer_column:last-of-type ul li:nth-last-of-type(-n+2) a:after{border: none;
	transform: translateY(-50%);}[data-lib="3256"] .footer_box .footer_box_r .footer_sns{display: none;}[data-lib="3256"] .footer_sns_sp{display: block;}[data-lib="3256"] .footer_sns_sp li:last-of-type{width: 100%;
	padding-right: 0;}[data-lib="3256"] .footer_sns_sp li:last-of-type a{width: 80%;
	margin: 0 auto;}[data-lib="3256"] .clinic_name{font-size: 16px;
	font-weight: bold;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 0 20px;}[data-lib="3256"] .address{font-size: 14px;
	margin-bottom: 10px;
	padding: 0 20px;}[data-lib="3256"] .map-pdf{margin-bottom: 40px;
	padding: 0 20px;}[data-lib="3256"] .tel_box{width: 100%;
	border-top: 1px solid #ccc;}[data-lib="3256"] .tel_box li{position: relative;
	margin-bottom: 0;
	padding: 20px 20px 20px 57px;
	border-bottom: 1px solid #ccc;}[data-lib="3256"] .tel_box li:before{position: absolute;
	top: 50%;
	left: 20px;
	width: 27px;
	height: 28px;
	content: '';
	background: url(/_img/ja/cms_parts_library/3366/image/_/) no-repeat right top;
	background-size: contain;
	transform: translateY(-50%);}[data-lib="3256"] .contact{padding: 20px 0 20px 60px;
	border-bottom: 1px solid #ccc;}[data-lib="3256"] .contact:before{left: 20px;
	width: 30px;
	height: 25px;}[data-lib="3256"] #footer_nav_sp{display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;}[data-lib="3256"] #footer_nav_sp ul{display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	background: #84b877;}[data-lib="3256"] #footer_nav_sp ul li{display: flex;
	align-items: center;
	justify-content: center;
	width: 33%;
	height: 100%;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid #fff;}[data-lib="3256"] #footer_nav_sp ul li a{color: #fff;
	line-height: 1.2em;
	padding: 0 20px;}[data-lib="3256"] #footer_nav_sp ul li:first-of-type{width: 19%;
	background: #00b900;}[data-lib="3256"] #footer_nav_sp ul li:first-of-type a{display: block;
	border-left: none;}[data-lib="3256"] #footer_nav_sp ul li:first-of-type a img{max-height: 60px;
	vertical-align: middle;}[data-lib="3256"] #footer_nav_sp ul li:last-of-type{width: 15%;}[data-lib="3256"] #footer_nav_sp ul li:last-of-type .nav-trigger{height: 60px;
	width: 60px;
	z-index: 999;
	pointer-events: auto;}[data-lib="3256"] #footer_nav_sp ul li:last-of-type .nav-trigger button{width: 100%;
	height: 100%;
	position: relative;}[data-lib="3256"] #footer_nav_sp ul li:last-of-type .nav-trigger button span{width: 26px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s all;}[data-lib="3256"] #footer_nav_sp ul li:last-of-type .nav-trigger button span:first-child{top: 20px;}[data-lib="3256"] #footer_nav_sp ul li:last-of-type .nav-trigger button span:nth-child(2){top: 0;
	bottom: 0;}[data-lib="3256"] #footer_nav_sp ul li:last-of-type .nav-trigger button span:last-child{bottom: 20px;}[data-lib="3256"] #copyright{text-align: center;
	margin-bottom: 60px;
	padding: 20px;}[data-lib="3256"] .nav-open .footer_box .footer_box_r{bottom: 0;
	right: 0;
	//height: calc(var(--vh, 1vh) * 100);
	max-height: 100vh;
	overflow-y: auto;}[data-lib="3256"] .nav-open .nav-trigger button span:first-child{transform: rotate(135deg);
	top: 29px !important;}[data-lib="3256"] .nav-open .nav-trigger button span:nth-child(2){opacity: 0;}[data-lib="3256"] .nav-open .nav-trigger button span:last-child{transform: rotate(-135deg);
	bottom: 29px !important;}}@media screen and (max-device-width: 768px){[data-lib="3256"] .nav-open .footer_box .footer_box_r{padding-top: 70px;}}@media screen and (max-width: 768px) and (orientation: landscape){[data-lib="3256"] .footer_box .footer_box_r{bottom: -200vh;}[data-lib="3256"] .nav-open .footer_box .footer_box_r{padding-top: 0;}}@media screen and (max-width: 768px) and (orientation: portrait){[data-lib="3256"] .footer_box .footer_box_r{bottom: -150vh;}}/*layout:1*/body {
    font-family: "Noto Sans Japanese","Hiragino Sans","Hiragino Kaku Gothic ProN","游ゴシック Medium","メイリオ",Meiryo,sans-serif;
}/*layout:7*//* scroll animation */
.fadein {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.4s ease-in;
}
.fadein.is-show {
  transform: translateY(0);
  opacity: 1 !important;
}

/* common */
.base-ttl {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    font-size: 3.2rem;
    font-weight: 500;
    color: #333;
}
.base-ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: inline-block;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #e3da6f, #84b877);
}

@media screen and (mav-width:768px) {
    .base-ttl {
        font-size: 2.8rem;
    }
}/*PAGE*/main {
    padding-top: 80px;
    padding-bottom: 80px;
}

#nurse .inner {
    background:url(/_img/ja/page/8019/image//) no-repeat center center / cover;
}

#nurse .inner + .inner.other {
    background: none;
}

@media screen and (max-width: 768px) {
    #nurse .inner {
        background:url(/_img/ja/page/8020/image//) no-repeat center center / cover;
    }
}