/*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:c20c018d-a13e-4f2b-b4c3-a3ec03ef51b4*/[data-lib="6572"]{margin-top: 160px;}[data-lib="6572"] .alert{font-size: 1.2rem;
	color: #FF3333;
	margin-top: 6px;
	width: 100%;}[data-lib="6572"] .caution{font-weight: 500;
	color: #84B877;}[data-lib="6572"] .caution-list{margin-top: 10px;
	width: 100%;}[data-lib="6572"] .caution-list p{font-size: 1.2rem;}[data-lib="6572"] .caution-list p + p{margin-top: 1.2em;}[data-lib="6572"] .caution-list li{text-indent: -1em;
	padding-left: 1em;
	font-size: 1.2rem;}[data-lib="6572"] .caution-list li:before{content: '※';}[data-lib="6572"] .form-send-lead{margin-bottom: 50px;}[data-lib="6572"] .form-table dl{display: flex;
	flex-wrap: wrap;}[data-lib="6572"] .form-table dl:not(:last-of-type){margin-bottom: 20px;}[data-lib="6572"] .form-table dl dt{max-width: 3100px;
	flex-basis: 310px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;}[data-lib="6572"] .form-table dl dd{max-width: calc(100% - 310px);
	flex-basis: calc(100% - 310px);
	padding-left: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;}[data-lib="6572"] .form-table dl dd .input_address{width: 100%;}[data-lib="6572"] .form-table dl dd .input_address .zip2addr{height: 40px;
	width: 104px;
	color: #84B877;
	border: solid 2px #84B877;
	text-align: center;
	padding: 0;
	border-radius: 2px;
	margin-left: 40px;
	pointer: cursor;}[data-lib="6572"] .form-table dl dd .input_address .zip1{width: 5em;
	padding: 8px 12px;}[data-lib="6572"] .form-table dl dd .input_address .zip2{width: 5em;
	padding: 8px 12px;}[data-lib="6572"] .form-table dl dd .input_address > div:first-of-type{margin-top: 20px;}[data-lib="6572"] .form-table dl dd .input_address > div:first-of-type > select{margin-bottom: 10px;}[data-lib="6572"] .form-table dl dd .input_address > div:first-of-type > *:not(:last-of-type){margin-bottom: 10px;}[data-lib="6572"] .form-table dl dd label{display: inline-flex;
	align-items: center;}[data-lib="6572"] .form-table dl dd label:not(:last-of-type){margin-right: 60px;}[data-lib="6572"] .require{font-size: 1.2rem;
	color: #fff;
	background: #84B877;
	border-radius: 2px;
	padding: 2px 10px;}[data-lib="6572"] input[type="text"]{border: solid 1px #DDDDDD;
	border-radius: 2px;
	width: 100%;
	margin: 0;}[data-lib="6572"] input[type="date"]{border: solid 1px #DDDDDD;
	border-radius: 2px;
	width: 100%;
	margin: 0;}[data-lib="6572"] select,[data-lib="6572"]  textarea{width: 100%;
	border: solid 1px #DDDDDD;
	border-radius: 2px;}[data-lib="6572"] select option:first-of-type{display: none;}[data-lib="6572"] input[type=radio]{border-radius: 50%;
	border: 2px solid #DDDDDD;
	appearance: none;
	height: 30px;
	width: 30px;
	position: relative;
	padding: 0;
	margin: 0 .5em 0 0;}[data-lib="6572"] input[type=radio]:checked:before{transform: scale(1);
	background: #84B877;}[data-lib="6572"] input[type=radio]:before{content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: scale(0);
	transition: all ease-out 250ms;}[data-lib="6572"] .form-oneline dt,[data-lib="6572"] 
.form-item-3.form-select dt,[data-lib="6572"] 
.form-item-2.form-select dt,[data-lib="6572"] 
.form-item-10.form-select dt,[data-lib="6572"] 
.form-email_address dt,[data-lib="6572"] 
.form-email_address dt,[data-lib="6572"] 
.form-item-7.form-select dt,[data-lib="6572"] 
.form-item-8.form-datetime dt,[data-lib="6572"] 
.form-tel dt,[data-lib="6572"] 
.form-datetime dt,[data-lib="6572"] 
.form-multiline dt,[data-lib="6572"] 
.form-education1 dt,[data-lib="6572"] 
.form-education3 dt,[data-lib="6572"] 
.form-facility dt,[data-lib="6572"] 
.form-facility_doctor dt{padding-top: 19px;}[data-lib="6572"] .form-education textarea{min-height: calc((1.5em * 8) + 40px) !important;}[data-lib="6572"] .form-contact dt{padding-top: 0!important;}[data-lib="6572"] .form-education2 dt span{display: none;}[data-lib="6572"] .form-item-11.form-select,[data-lib="6572"] 
.form-item-12.form-select{align-items: center;}[data-lib="6572"] .form-item-desired-condition.other dt{padding-top: 19px;}[data-lib="6572"] .form-btn-row{margin-top: 100px;
	display: flex;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;}[data-lib="6572"] .form-btn-row .form-btn{max-width: 420px;
	flex-basis: 420px;
	padding: 0 20px;
	position: relative;}[data-lib="6572"] .form-btn-row .form-btn button,[data-lib="6572"] .form-btn-row .form-btn  a{height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	width: 100%;
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;}[data-lib="6572"] .form-btn-row .btn-yes:after{content: '';
	position: absolute;
	top: -5px;
	right: 40px;
	bottom: 0;
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	margin: auto 0;}[data-lib="6572"] .form-btn-row .btn-yes button{background: linear-gradient(to left, #84b877 0%, #e3da6f 100%);}[data-lib="6572"] .form-btn-row .btn-no:after{content: '';
	position: absolute;
	top: -5px;
	left: 40px;
	bottom: 0;
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	transform: rotate(-45deg);
	margin: auto 0;}[data-lib="6572"] .form-btn-row .btn-no a{background: #CCCCCC;}[data-lib="6572"] .form-address dt{padding-top: 19px;}[data-lib="6572"] .-w-rules-body{background: #F5F3EE;
	padding: 36px 40px;
	height: 300px;
	overflow-y: auto;
	margin-bottom: 70px;}[data-lib="6572"] .-w-rules-body > div:not(:last-of-type){margin-bottom: 36px;}[data-lib="6572"] .-w-rules-body .ttl{font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 14px;}[data-lib="6572"] .-w-rules-body .sub{font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 14px;}[data-lib="6572"] .-w-rules-body ul.dot{margin-top: 14px;}[data-lib="6572"] .-w-rules-body ul.dot li{padding-left: 1em;
	text-indent: -1em;}[data-lib="6572"] .-w-rules-body ul.dot li:before{content: '・';}[data-lib="6572"] .-w-rules-agree .require{display: none;}[data-lib="6572"] .-w-rules-agree label{display: flex;
	align-items: center;
	justify-content: center;}[data-lib="6572"] .-w-rules-agree label input{height: auto;
	background: #fff;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 30px;
	vertical-align: -0.8rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 .5em 0 0;
	outline: none;
	border-radius: 10%;}[data-lib="6572"] .-w-rules-agree label input[type=checkbox]{border: 2px solid #707070;}[data-lib="6572"] .-w-rules-agree label input[type=checkbox]:checked,[data-lib="6572"] .-w-rules-agree label input[type=checkbox]:indeterminate{background: #fff;}[data-lib="6572"] .-w-rules-agree label input[type=checkbox]:before,[data-lib="6572"] .-w-rules-agree label input[type=checkbox]:after{position: absolute;
	content: "";
	background: #84B877;}[data-lib="6572"] .-w-rules-agree label input[type=checkbox]:before{left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);}[data-lib="6572"] .-w-rules-agree label input[type=checkbox]:after{right: 9px;
	bottom: 3px;
	width: 3px;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);}[data-lib="6572"] .-w-rules-agree label input[type=checkbox]:checked:before{left: 4px;
	top: 16px;
	width: 10px;
	height: 3px;}[data-lib="6572"] .-w-rules-agree label input[type=checkbox]:checked:after{right: 8px;
	bottom: 4px;
	height: 24px;
	height: 16px;}[data-lib="6572"] .-w-rules-agree label input[type=checkbox]:indeterminate:before,[data-lib="6572"] .-w-rules-agree label input[type=checkbox]:indeterminate:after{width: 7px;
	height: 2px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);}[data-lib="6572"] .-w-rules-agree label input[type=checkbox]:indeterminate:before{left: 1px;
	top: 7px;}[data-lib="6572"] .-w-rules-agree label input[type=checkbox]:indeterminate:after{right: 1px;
	bottom: 7px;}[data-lib="6572"] .form-table{margin-bottom: 100px;}[data-lib="6572"] input[name="input[tel1]"],[data-lib="6572"] 
input[name="input[tel2]"],[data-lib="6572"]  
input[name="input[tel3]"]{width: 5em;}[data-lib="6572"] #formConfirmBtn:disabled{opacity: .6;
	cursor: auto;}[data-lib="6572"] .hidden-new-career,[data-lib="6572"] 
.caution-career,[data-lib="6572"] 
.caution-doctor{display: none;}[data-lib="6572"] .form-table.table--doctor .hidden-new-career{display: block;}[data-lib="6572"] .form-table.table--doctor .caution-doctor{display: block;}[data-lib="6572"] .form-table.table--doctor.table--career .caution-career{display: none;}[data-lib="6572"] .form-table.table--doctor.table--career .caution-doctor{display: block;}[data-lib="6572"] .form-table.table--doctor.table--career .form-work,[data-lib="6572"] .form-table.table--doctor.table--career 
    .form-facility{display: none;}[data-lib="6572"] .form-table.table--doctor.table--career .form-work_doctor,[data-lib="6572"] .form-table.table--doctor.table--career 
    .form-facility_doctor{display: flex;}[data-lib="6572"] .form-table.table--career .caution-doctor{display: none;}[data-lib="6572"] .form-table.table--career .form-work_doctor,[data-lib="6572"] .form-table.table--career 
    .form-facility_doctor{display: none;}[data-lib="6572"] .form-table.table--career .caution-career{display: block;}[data-lib="6572"] .form-table.table--career .form-item-1{display: flex;}[data-lib="6572"] .form-table.table--career .form-education1,[data-lib="6572"] .form-table.table--career 
    .form-education2,[data-lib="6572"] .form-table.table--career 
    .form-education3,[data-lib="6572"] .form-table.table--career 
    .form-content{display: none;}[data-lib="6572"] .form-table.table--career dl{display: flex;}[data-lib="6572"] .form-step1.table--new .form-entry-type{margin-bottom: 20px;}[data-lib="6572"] .form-step1.table--new dl{display: none;}[data-lib="6572"] .form-step1.table--new .form-file{display: none!important;}[data-lib="6572"] .form-step1.table--new .hidden-recruit-new{display: none;}[data-lib="6572"] .form-step1.table--new .form-work,[data-lib="6572"] 
.form-step1.table--new .form-name,[data-lib="6572"] 
.form-step1.table--new .form-name_furigana,[data-lib="6572"] 
.form-step1.table--new .form-email_address,[data-lib="6572"] 
.form-step1.table--new .form-tel,[data-lib="6572"] 
.form-step1.table--new .form-contact,[data-lib="6572"] 
.form-step1.table--new .form-education1,[data-lib="6572"] 
.form-step1.table--new .form-education2,[data-lib="6572"] 
.form-step1.table--new .form-education3,[data-lib="6572"] 
.form-step1.table--new .form-content,[data-lib="6572"] 
.form-step1.table--new .form-post,[data-lib="6572"] 
.form-step1.table--new .form-facility{display: flex;}[data-lib="6572"] .form-step1 .form-entry-type dl.form-entry_type{display: flex;}[data-lib="6572"] .form-step1 dl{display: none;}[data-lib="6572"] .form-item-wrap:not(:last-of-type){margin-bottom: 100px;}[data-lib="6572"] .item-ttl{font-size: 2.4rem;
	font-weight: 500;
	display: inline-block;
	border-bottom: solid 2px #84B877;
	padding-bottom: .15em;
	margin-bottom: 30px;}[data-lib="6572"] .item-ttl .ttl-sub{font-size: 1.6rem;
	display: inline-block;}[data-lib="6572"] .item-lead{margin-bottom: 30px;}[data-lib="6572"] .curriculum-item.open .item-cont{display: block;}[data-lib="6572"] .curriculum-item.open .item-head .toggle:after{transform: rotate(0deg);}[data-lib="6572"] .form-item + .curriculum-item{margin-top: 40px;}[data-lib="6572"] .curriculum-item:not(:last-of-type){margin-bottom: 4px;}[data-lib="6572"] .curriculum-item dl dt{padding-top: 19px;}[data-lib="6572"] .curriculum-item .item-head{background: #84B877;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	padding: 22px 40px;
	position: relative;
	line-height: 1;
	cursor: pointer;}[data-lib="6572"] .curriculum-item .item-head .toggle{position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	width: 32px;
	height: 32px;
	margin: auto 0;}[data-lib="6572"] .curriculum-item .item-head .toggle:before{content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;}[data-lib="6572"] .curriculum-item .item-head .toggle:after{content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	transform: rotate(90deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: .3s all;}[data-lib="6572"] .curriculum-item .item-cont{background: #FAF9F6;
	padding: 36px 40px;
	display: none;}[data-lib="6572"] .confirm-caution{font-weight: 500;
	margin-top: 40px;
	margin-bottom: 30px;}[data-lib="6572"] .form-file dt{padding-top: 0;}[data-lib="6572"] .form-file dd > p{width: 100%;
	margin-bottom: 10px;}[data-lib="6572"] .form-file dd > p > a{pointer-events: none;}[data-lib="6572"] .form-file dd input[type="radio"]:not(:first-of-type){margin-left: 1em;}[data-lib="6572"] .form-confirm--career .form-content{display: none;}[data-lib="6572"] .form-confirm--career .form-facility_doctor,[data-lib="6572"] .form-confirm--career 
    .form-work_doctor{display: none;}[data-lib="6572"] form.form-confirm--doctor .form-content{display: none;}[data-lib="6572"] form.form-confirm--doctor .form-facility,[data-lib="6572"] form.form-confirm--doctor 
    .form-work{display: none;}[data-lib="6572"] form.form-confirm--doctor .form-facility_doctor,[data-lib="6572"] form.form-confirm--doctor 
    .form-work_doctor{display: flex;}[data-lib="6572"] .form-confirm--new .form-work_doctor,[data-lib="6572"] .form-confirm--new 
    .form-facility_doctor,[data-lib="6572"] .form-confirm--new 
    .form-resume,[data-lib="6572"] .form-confirm--new 
    .form-photo,[data-lib="6572"] .form-confirm--new 
    .form-sex,[data-lib="6572"] .form-confirm--new 
    .form-birthday,[data-lib="6572"] .form-confirm--new 
    .form-education,[data-lib="6572"] .form-confirm--new 
    .form-qualification,[data-lib="6572"] .form-confirm--new 
    .form-motivation,[data-lib="6572"] .form-confirm--new 
    .form-spouse,[data-lib="6572"] .form-confirm--new 
    .form-spouse_dependent,[data-lib="6572"] .form-confirm--new 
    .form-spouse_family,[data-lib="6572"] .form-confirm--new 
    .form-mention,[data-lib="6572"] .form-confirm--new 
    .form-cv,[data-lib="6572"] .form-confirm--new 
    .confirm-curriculum,[data-lib="6572"] .form-confirm--new 
    .confirm-caution,[data-lib="6572"] .form-confirm--new 
    .form-curriculum01_company,[data-lib="6572"] .form-confirm--new 
    .form-curriculum01_status,[data-lib="6572"] .form-confirm--new 
    .form-curriculum01_period,[data-lib="6572"] .form-confirm--new 
    .form-curriculum01_text,[data-lib="6572"] .form-confirm--new 
    .form-curriculum02_company,[data-lib="6572"] .form-confirm--new 
    .form-curriculum02_status,[data-lib="6572"] .form-confirm--new 
    .form-curriculum02_period,[data-lib="6572"] .form-confirm--new 
    .form-curriculum02_text,[data-lib="6572"] .form-confirm--new 
    .form-curriculum03_company,[data-lib="6572"] .form-confirm--new 
    .form-curriculum03_status,[data-lib="6572"] .form-confirm--new 
    .form-curriculum03_period,[data-lib="6572"] .form-confirm--new 
    .form-curriculum03_text,[data-lib="6572"] .form-confirm--new 
    .form-curriculum04_company,[data-lib="6572"] .form-confirm--new 
    .form-curriculum04_status,[data-lib="6572"] .form-confirm--new 
    .form-curriculum04_period,[data-lib="6572"] .form-confirm--new 
    .form-curriculum04_text,[data-lib="6572"] .form-confirm--new 
    .form-curriculum05_company,[data-lib="6572"] .form-confirm--new 
    .form-curriculum05_status,[data-lib="6572"] .form-confirm--new 
    .form-curriculum05_period,[data-lib="6572"] .form-confirm--new 
    .form-curriculum05_text,[data-lib="6572"] .form-confirm--new 
    .form-join_time,[data-lib="6572"] .form-confirm--new 
    .form-other{display: none;}@media screen and (max-width: 768px){[data-lib="6572"]{margin-top: 100px;}[data-lib="6572"] .form-table dl{display: block;}[data-lib="6572"] .form-table dl dt{max-width: 100%;
	flex-basis: 100%;
	margin-bottom: 10px;
	padding-top: 0 !important;}[data-lib="6572"] .form-table dl dd{max-width: 100%;
	flex-basis: 100%;
	padding-left: 0;
	display: block;}[data-lib="6572"] .form-table dl dd label{display: flex;
	align-items: center;}[data-lib="6572"] .form-table dl dd label:not(:last-of-type){margin-right: 0;
	margin-bottom: 16px;}[data-lib="6572"] .form-btn-row{display: block;
	margin-left: 0;
	margin-right: 0;}[data-lib="6572"] .form-btn-row .form-btn{max-width: 330px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;}[data-lib="6572"] .form-btn-row .form-btn:not(:last-of-type){margin-bottom: 20px;}[data-lib="6572"] .form-table.table--career .form-item-1{display: block;}[data-lib="6572"] .form-table.table--career dl{display: block;}[data-lib="6572"] .form-step1.table--new .form-work,[data-lib="6572"] 
.form-step1.table--new .form-name,[data-lib="6572"] 
.form-step1.table--new .form-name_furigana,[data-lib="6572"] 
.form-step1.table--new .form-email_address,[data-lib="6572"] 
.form-step1.table--new .form-tel,[data-lib="6572"] 
.form-step1.table--new .form-contact,[data-lib="6572"] 
.form-step1.table--new .form-education2,[data-lib="6572"] 
.form-step1.table--new .form-content{display: flex;}[data-lib="6572"] .form-table .form-entry-type dl.form-entry_type{display: block;}[data-lib="6572"] .form-table .form-item-1{display: block;}[data-lib="6572"] .curriculum-item{margin-left: -20px;
	margin-right: -20px;}[data-lib="6572"] .curriculum-item .item-head{background: #84B877;
	color: #fff;
	font-size: 1.8rem;
	padding: 18px 20px;}[data-lib="6572"] .curriculum-item .item-head .toggle{position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 26px;
	height: 26px;
	margin: auto 0;}[data-lib="6572"] .curriculum-item .item-cont{padding: 20px;
	display: none;}[data-lib="6572"] .-w-rules-body{padding: 36px 20px;
	height: 420px;
	margin-left: -20px;
	margin-right: -20px;}[data-lib="6572"] .form-file dd{display: block;}[data-lib="6572"] .form-file dd input[type="radio"]{vertical-align: -10px;}[data-lib="6572"] .form-file dd input[type="radio"]:not(:first-of-type){margin-left: 0;
	margin-top: 16px;}[data-lib="6572"] .form-file dd input[type="file"]{margin-top: 16px;}}@media screen and (max-width: 575px){}/*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/2821/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/2821/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: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;
    }
}/*layout:91*/main {
    padding: 100px 0;
}

.entry-form-wrap {
    margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
    main {
        padding: 80px 0;
    }
}