/*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/2386/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/2386/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:3af047ea-a03e-4e8f-b191-a2f6c8008117*/@keyframes w-2864-fadeInUp{
0% {
    opacity: 0;
    transform:translateY(40px);
}
100% {
    opacity: 1;
    transform:translateY(0);
}}[data-lib="2864"]{padding-top: 100px;
	padding-bottom: 100px;}[data-lib="2864"] > section:not(:first-of-type){margin-top: 6em;}[data-lib="2864"] .base-ttl{margin: 0 auto 1em;}[data-lib="2864"] .btn{max-width: 320px;
	margin: 0  auto;
	background: #E8D66A;
	color: #84B877;
	padding: 20px 14px;
	display: block;
	text-align: center;
	background: linear-gradient(-90deg,#84B877,#E3DA6F);
	border-radius: 80px;
	padding: 2px;
	transition: .3s ll;}[data-lib="2864"] .btn .btn-inner{position: relative;
	background-color: #fff;
	border-radius: 80px;
	height: 100%;
	padding: 22px 14px;
	display: block;
	transition: .3s all;}[data-lib="2864"] .btn .btn-inner:after{content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	width: 12px;
	height: 12px;
	border-top: solid 2px #84B877;
	border-right: solid 2px #84B877;
	transform: rotate(45deg);}[data-lib="2864"] .btn .text-main{display: block;
	font-size: 1.8rem;
	font-weight: 500;}[data-lib="2864"] .btn .text-main .text-icon{font-size: .8em;
	margin-left: .8em;}[data-lib="2864"] .odometer{opacity: 0;}[data-lib="2864"] .number-wrap{display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}[data-lib="2864"] .number-wrap .data-column{width: 31%;
	margin: 0;
	text-align: center;
	background: #fff;}[data-lib="2864"] .number-wrap .data-ttl{padding: 1em;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	background: #84B877;}[data-lib="2864"] .data-content{padding: 2em 0;
	text-align: center;}[data-lib="2864"] .data-value{position: relative;
	display: inline-block;
	color: #84B877;
	font-size: 7rem;
	line-height: 1em;}[data-lib="2864"] .data-value .data-num{font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 1em;}[data-lib="2864"] .data-value .data-unit{margin-left: -0.5em;
	font-size: 30%;
	line-height: 1em;}[data-lib="2864"] .map{margin: 2em auto 5em;
	width: 100%;}[data-lib="2864"] .number-total{position: relative;
	margin: 8em auto 0;
	padding: 6em 0;
	text-align: center;
	background: #FAF9F6;}[data-lib="2864"] .number-total::after{content: '';
	display: inline-block;
	position: absolute;
	top: -50px;
	left: calc(50% - 100px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 50px 100px;
	border-color: transparent transparent #FAF9F7 transparent;}[data-lib="2864"] .number-total .data-column img{opacity: 0;
	transform:translateY(40px);}[data-lib="2864"] .number-total .data-column.is-show img{animation: w-2864-fadeInUp 0.5s ease-in 1s forwards;}[data-lib="2864"] .number-total .data-value{width: 100%;
	margin: 0 auto 20px;}[data-lib="2864"] .infograph-wrap{text-align: center;}[data-lib="2864"] .infograph-wrap .data-wrap{margin: 0 auto 4em;}[data-lib="2864"] .infograph-wrap .total{padding: 0 20px;}[data-lib="2864"] .infograph-wrap .total .data-column{display: inline-block;
	width: 100%;
	max-width: 540px;
	padding: 0.5em 2em;
	text-align: center;
	transform: skewX(-20deg);
	background: linear-gradient(to right, #e6da6e, #84b876);}[data-lib="2864"] .infograph-wrap .total .data-value{transform: skewX(20deg);
	color: #fff;
	font-weight: 500;}[data-lib="2864"] .infograph-wrap .total .data-title{display: block;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4em;}[data-lib="2864"] .infograph-wrap .gender{display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;}[data-lib="2864"] .infograph-wrap .gender .data-column{width: 46%;}[data-lib="2864"] .infograph-wrap .age{margin: 0 auto;}[data-lib="2864"] .job{position: relative;
	margin: 8em auto 0;
	padding: 6em 0;
	text-align: center;
	background: #FAF9F6;}[data-lib="2864"] .job-wrap{display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}[data-lib="2864"] .job-wrap .data-column{width: 25%;
	margin-bottom: 5em;
	padding: 0 1%;
	text-align: center;}[data-lib="2864"] .job-wrap .data-column > p{margin-top: 1em;
	font-size: 1.4rem;}[data-lib="2864"] .job-wrap .data-value{position: relative;
	width: 73%;
	margin: 0 auto 50px;
	padding: 20px 10px;
	font-weight: 500;
	text-align: center;
	background: #fff;}[data-lib="2864"] .job-wrap .data-value::before{content: "";
	position: absolute;
	bottom: -20px;
	left: calc(50% - 30px);
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #fff transparent transparent transparent;}[data-lib="2864"] .job-wrap .data-title{display: block;
	font-size: 1.6rem;
	line-height: 1.4em;
	color: #333333;}[data-lib="2864"] .job-wrap .data-img{width: 100%;
	text-align: center;}[data-lib="2864"] .birthplace-detail{display: flex;
	flex-wrap: wrap;
	margin: 1.5em -20px 0;}[data-lib="2864"] .birthplace-detail .data-content{display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 48%;
	padding: 1em 20px;}[data-lib="2864"] .birthplace-detail .data-content:nth-of-type(1){color: #7478C2;}[data-lib="2864"] .birthplace-detail .data-content:nth-of-type(2){color: #4388D3;}[data-lib="2864"] .birthplace-detail .data-content:nth-of-type(3){color: #31BECA;}[data-lib="2864"] .birthplace-detail .data-content:nth-of-type(4){color: #4AB969;}[data-lib="2864"] .birthplace-detail .data-content:nth-of-type(5){color: #EF9F27;}[data-lib="2864"] .birthplace-detail .data-content:nth-of-type(6){color: #FF7575;}[data-lib="2864"] .birthplace-detail .data-content:nth-of-type(7){color: #333333;}[data-lib="2864"] .birthplace-detail .data-content .data-label{min-width: 4em;
	font-weight: 500;}[data-lib="2864"] .birthplace-detail .data-content .data-value{color: inherit;
	text-align: left;
	font-size: 4.2rem;
	line-height: 1em;}[data-lib="2864"] .birthplace-detail .data-content .data-title{font-size: 1.8rem;
	line-height: 1.4em;
	text-align: left;}[data-lib="2864"] .birthplace-detail .data-content .data-unit{margin-left: -0.2em;
	font-size: 50%;}[data-lib="2864"] .number-others .number-wrap{margin-bottom: 6em;}[data-lib="2864"] .number-others .data-column{position: relative;
	padding: 1em 0;}[data-lib="2864"] .number-others .data-column:not(:last-of-type)::after{content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 4px;
	height: 100%;
	background: linear-gradient(to bottom, #e6da6e, #84b876);}[data-lib="2864"] .number-others .data-column .data-ttl{padding: 0;
	color: #333;
	font-size: 2rem;
	background: transparent;}[data-lib="2864"] .number-others .data-column .data-ttl .text-icon{position: relative;
	display: inline-block;
	margin-right: 0.5em;}[data-lib="2864"] .number-others .data-column .data-ttl .text-icon::before{content: '';
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;}[data-lib="2864"] .number-others .data-column .data-ttl .icon-kinzoku::before{background: url(/_img/ja/cms_parts_library/3341/image/_/) no-repeat center / contain;}[data-lib="2864"] .number-others .data-column .data-ttl .icon-zangyo::before{background: url(/_img/ja/cms_parts_library/3342/image/_/) no-repeat center / contain;}[data-lib="2864"] .number-others .data-column .data-ttl .icon-ikukyu::before{background: url(/_img/ja/cms_parts_library/3343/image/_/) no-repeat center / contain;}[data-lib="2864"] .number-others .data-column .data-content{padding: 1em;}[data-lib="2864"] .number-others .data-column .data-value{padding: 0 5px;
	background:linear-gradient(transparent 70%, #E3DA6F 70%);}[data-lib="2864"] .graph-animation{width: 100%;}@media (min-width: 769px){[data-lib="2864"]{padding-top: 80px;
	padding-bottom: 80px;}[data-lib="2864"] .btn:hover{color: #fff;
	background: #fff;}[data-lib="2864"] .btn:hover .btn-inner{background: linear-gradient(-90deg,#84B877,#E3DA6F);}[data-lib="2864"] .btn:hover .btn-inner:after{border-color: #fff;}[data-lib="2864"] .map .note{display: none;}[data-lib="2864"] .infograph-wrap{display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;}[data-lib="2864"] .infograph-wrap > div{width: 55%;
	text-align: left;}[data-lib="2864"] .infograph-wrap > div:last-of-type{width: 42%;}[data-lib="2864"] .infograph-wrap .gender{max-width: 580px;}[data-lib="2864"] .infograph-wrap .gender .women{padding-top: 50px;}[data-lib="2864"] .job-wrap .data-column:nth-of-type(n+5){margin-bottom: 0;}}@media (max-width: 768px){[data-lib="2864"] > section:not(:first-of-type){margin-top: 4em;}[data-lib="2864"] .btn{width: 90%;
	max-width: none;}[data-lib="2864"] .number-wrap{display: block;}[data-lib="2864"] .number-wrap .data-column{width: 100%;}[data-lib="2864"] .number-wrap .data-column:not(:last-of-type){margin-bottom: 1em;}[data-lib="2864"] .number-wrap .data-ttl{font-size: 1.8rem;}[data-lib="2864"] .map{margin: 2em auto;}[data-lib="2864"] .map .map-inner{overflow: auto;}[data-lib="2864"] .map .map-inner img{width: 770px;
	max-width: none;
	height: auto;}[data-lib="2864"] .map .note{margin-bottom: 1em;
	font-size: 1.4rem;}[data-lib="2864"] .number-total{margin: 6em auto 0;
	padding: 4em 0;}[data-lib="2864"] .infograph-wrap .total .data-value{font-size: 5rem;
	line-height: 1em;}[data-lib="2864"] .infograph-wrap .gender > .data-column{width: 100%;}[data-lib="2864"] .infograph-wrap .gender > .data-column img{width: 80%;}[data-lib="2864"] .job{padding: 4em 0;}[data-lib="2864"] .job-wrap .data-column{width: 50%;
	margin-bottom: 3em;
	padding: 0 3%;}[data-lib="2864"] .job-wrap .data-value{width: 100%;}[data-lib="2864"] .job-wrap .data-content{padding: 2em 20px;}[data-lib="2864"] .number-others .number-wrap{display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 3em;}[data-lib="2864"] .number-others .data-column{width: auto;
	min-width: 250px;}[data-lib="2864"] .number-others .data-column:not(:last-of-type)::after{width: 100%;
	height: 4px;
	background: linear-gradient(to right, #e6da6e, #84b876);}}/*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;
    }
}