@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

.sp{display: none!important;}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding-top: 90px;
}
.menuOpen{
  overflow: hidden;
  height: 100vh;
}
.menuOpen #wrapper{
	position: fixed;
}
.overlay{
    display: none;
	position: fixed;
	left: 0;
	top: 0px;
	width: 100vw;
	height: 100vh;
	/*background: rgba(255,255,255,0.2);*/
	z-index: 988;
	text-indent: -9999px;
}
.inner,
.inner02{
	width: 100%;
	padding: 0 20px;
	max-width: 1240px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.inner02{max-width: none;}

/* !header
---------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #1DAC7A;
	color: #fff;
}

#headerIn {
	padding: 0 20px;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#headerLogo {
	width: 204px;
}


.fixedBtn{
	display: flex;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9;
}
.fixedBtn li + li{margin-left: 10px}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	
}

/* !gNavi
---------------------------------------------------------- */
		
#gNavi {
	display: flex!important;
	width: calc(100% - 204px);
	justify-content: flex-end;
}
.navUl{
	display: flex;
	flex-wrap: wrap;
}
.navUl li{
	margin: 0 14px;
}
.navUl li a{
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
}

	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	padding-bottom: 20px;
	overflow: hidden;
}
.mvTop{
	height: calc(100% - 90px - 180px);
	min-height: 600px;
	background: url(../img/index/bg_mv01.jpg)no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.mvTop .inner02{
	/*max-width: 1760px;*/
	height: 100%;
	padding:0 100px 100px;
	margin: 0
}

.mvBtm {
	width: 100%;
	position: relative;
	left: 50%;
	overflow: hidden;
	margin: -60px 0 0 -620px;
}

@media screen and (max-width:1240px){
	.mvBtm {
		left: 0;
		margin: -60px 0 0 0;
	}
}
.mvSlick .slick-list{overflow: visible;}
.mvSlist{
	max-width: 290px;
	margin: 0 20px;
}
/* !teaser
---------------------------------------------------------- */
#teaser {
	height: 400px;
	background: url(../img/news/bg_teaser.jpg)no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#company #teaser {
	background: url(../img/company/bg_teaser.jpg)no-repeat center center;
	background-size: cover;
}
#access #teaser {
	background: url(../img/access/bg_teaser.jpg)no-repeat center center;
	background-size: cover;
}
#contact #teaser {
	background: url(../img/contact/bg_teaser.jpg)no-repeat center center;
	background-size: cover;
}
#medical #teaser {
	background: url(../img/medical/bg_teaser.jpg)no-repeat center center;
	background-size: cover;
}
#about #teaser {
	background: url(../img/about/bg_teaser.jpg)no-repeat center center;
	background-size: cover;
}
.teaserHd{
	font-size: 4.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/* !contents
---------------------------------------------------------- */
#contents {
	
}

#main {
	
}

#side {
	
}

.inner {
	
}

/* !pageTop
---------------------------------------------------------- */
.pageTop {
	
}

/* !footer
---------------------------------------------------------- */
#footer {
	overflow: hidden;
	background: #F8F8F5;
	padding-top: 60px;
	font-size: 1.4rem;
}
#footer .footerIn {
	
}
.ftTop{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.ftTopItem{
	width: calc(50% - 15px);
	line-height: 1.33;
}
.ftP01{
	font-weight: bold;
	margin-bottom: 13px;
}
.ftP02{
	margin-bottom: 13px;
}
.ftP02 a{
	margin-right: 20px;
	font-weight: bold;
	color: #1DAC7A;
	font-size: 2.4rem;
	line-height: 1;
	vertical-align: bottom;
}
.ftP03{
	margin-bottom: 13px;
}
.ftP04{
	font-weight: bold;
	margin-bottom: 10px;
}
.ftP04 a{
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	vertical-align: bottom;
	color: #1DAC7A;
}
.ftP07{
	color: #666666;
	font-size: 1.1rem;
	line-height: 1.5;
	margin-top: 15px
}

.ftOhter{
	display: flex;
	margin: 0 -15px
}
.ftOhter li{
	margin: 0 15px 30px;
	width: calc(20% - 30px);
}

.ftNav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 19px 0;
	position: relative;
	z-index: 1;
}
.ftNav:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	background: #1DAC7A;
	transform: translate(-50%,-50%);
	width: 2000px;
	height: 100%;
}
.ftNav a{
	margin: 0 13px;
	color: #fff;
	font-weight: bold;
}
	
#copyright {
	font-size: 1rem;
	padding: 12px 0;
	text-align: center;
}
/* !h(n)eading
---------------------------------------------------------- */
.hdL {
	
}

.hdM {
	
}

.hdS {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 35px;
	font-weight: bold;
}

.hd01 {
	
}



/* !list
---------------------------------------------------------- */
.list01 {
	
}

/* !table
---------------------------------------------------------- */
.table01 {
	
}


/*index*/
.indexNews{
	padding: 75px 0 60px;
	border-bottom: 1px solid #EDEDE8;
}
.indexNews .inner02{
	max-width: 1810px;
}
.indexUl01 ul{
	display: flex;
	justify-content: center;
	margin-bottom: 14px;
}
.indexUl01 li{
}
.indexUl01 li a{
	margin: 0 8px 16px;
	display: block;
	padding: 7px 10px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #1DAC7A;
	background: #F8F8F5;
	border-radius: 4px
}
.indexUl01 li a.is_active{
	background: #EFF8F5
}
.newsSlick{
	margin-bottom: 40px
}
.newsSlick .slick-list{overflow: visible;}
.newsSlick .newsLi{
	max-width: 420px;
	margin: 0 15px;
}
.newsSlick .slick-arrow{
	width: 40px;
	height: 40px;
	box-shadow: 0 3px 6px rgba(0,0,0,.16)
}
.newsSlick .slick-prev {
    background: url(../img/index/slick_prev.svg)no-repeat;
    background-size: 100% auto;
    left: -20px;
}
.newsSlick .slick-next {
    background: url(../img/index/slick_next.svg)no-repeat;
    background-size: 100% auto;
    right: -20px;
}

.newsLi{
	font-size: 1.4rem;
	font-weight: bold;
}
.newsLi .img{
	box-shadow: 0 30px 30px rgba(217,217,217,.2)
}
.newsLi .date{
	color: #1DAC7A;
	margin:10px 0 6px
}
.newsLi .date span{
	margin: 0 15px 0 20px
}
.newsLi .txt{

}
.indexNewsBtn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 50px;
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: bold;
    border: 1px solid #D9D9D9
}
.indexNewsBtn a:after{
	content: '';
	width: 14px;
	height: 14px;
    background: url(../img/index/arrow01.svg)no-repeat;
    background-size: 100% auto;
    margin-left: 8px;
}

.indexMedical{
	padding: 55px 0 30px;
	border-bottom: 1px solid #EDEDE8;
}
.indexMedicalUl01{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.indexMedicalUl01 li{
	width: 33.33%;
}
.indexMedicalUl01 li a{
	height: 100%;
}
a.boxLink01,
.boxLink01{
	display: flex;
	align-items: center;
	padding: 10px 40px 10px 10px;
	border: 1px solid #D9D9D9;
    background: url(../img/index/arrow02.svg)no-repeat right 28px center;
    background-size: auto;
	font-weight: bold;
}
.boxLink01 .icon{
	margin-right: 20px;
}
.boxLink01 .title{
	color: #1DAC7A;
	font-size: 1.8rem;
	font-weight: bold;
}
.boxLink01 .txt{
	font-size: 1rem;
}

.indexMedicalUl02{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.indexMedicalUl02 li{
	margin: 0 15px 30px;
	width: calc(33.33% - 30px);
}

.indexAccess{
	padding: 56px 0 80px;
}
.indexAccess .box{
	display: flex;
	justify-content: space-between;
}
.indexAccess .left{
	width: calc(50% - 15px);
}
.indexAccess .map{
    position: relative;
    padding-top: 92%;
}
.indexAccess .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.indexAccess .right{
	width: calc(50% - 15px);
}
.indexAccess .imgUl{
	display: flex;
	margin: 0 -8px 27px;
}
.indexAccess .imgUl li{
	margin: 0 8px;
}
.indexAccess .cont{
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.indexAccess .p01{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 8px
}
.indexAccess .p02{
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.indexAccess .p03{
	font-size: 1.2rem
}
.indexAccess .p04{

}
.indexAccessDl{margin-bottom: 15px;}
.indexAccessDl dt{
	border-bottom: 1px dotted #D9D9D9;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
.indexAccessDl dt span{
	color: #51A97E
}
.indexAccessDl ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.indexAccessDl li{
	margin-right: 22px;
	margin-bottom: 10px;
}
.indexAccessDl li a{
	display: flex;
	align-items: center;
}
.indexAccessDl li a:after{
	content: '';
	width: 14px;
	height: 14px;
    background: url(../img/index/arrow01.svg)no-repeat;
    background-size: 100% auto;
    margin-left: 2px;
}


/*news*/
.newsWrap{
	padding: 60px 0 80px;
}
.newsWrap .newsUl{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.newsWrap .newsLi{
	width: calc(25% - 20px);
	margin: 0 10px 35px;
}
.pagerWrap{
	margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagerWrap span,
.pagerWrap a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 33px;
    border-bottom: 1px solid  transparent;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 5px;
    text-decoration: none;
}
.pagerWrap span{
    color: #1DAC7A;
    border-color: currentColor;
}


/*detail*/
#detail #teaser{display: none;}
.newsDtWrap{
	padding: 75px 0 45px
}
.newsDtWrap .inner{max-width: 840px}
.newsDtHd{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsDtDate{
	font-weight: bold;
	color: #1DAC7A;
	margin-bottom: 28px;
	font-size: 1.4rem;
}
.newsDtDate span{
	margin: 0 12px
}
.newsDtCont{
	font-size: 1.6rem;
	line-height: 1.8125;
}
.newsDtCont p{margin-bottom: 29px}
.newsDtCont .redFt{color: #FF0000}
.newsDtCont a{
	color: #1DAC7A;
	text-decoration: underline;
	font-weight: bold;
}
.newsDtCont h3{
	font-size: 2rem;
	font-weight: bold;
	padding: 15px 20px;
	background: #EFF8F5;
	margin-bottom: 30px;
}
.newsDtCont dl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.newsDtCont dt{
	width: calc(50% - 10px);
	text-align: center;
	font-size: 1.4rem;
}
.newsDtCont dt p{margin-bottom: 10px}
.newsDtCont dd{
	width: calc(50% - 10px);
}
.newsDtBack{
	padding: 17px 0 27px;
	border-top: 1px solid #D9D9D9;
}
.newsDtBack a{
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
}
.newsDtBack a:before{
	content: '';
	width: 14px;
	height: 14px;
    background: url(../img/news/arrow_left.svg)no-repeat left center;
    background-size: 100% auto;
    margin-right: 0px;
}
.newsDtBanner{text-align: center;margin-bottom: 58px}
.newsDtBanner img{width: 640px}

/*company*/
.companySec01{
	padding: 120px 0 80px;
	border-bottom: 1px solid #EDEDE8
}
.companyDl{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.companyDl dt{
	width: 540px;
	position: relative;
}
.companyDl dt .name{
	position: absolute;
	right: -45px;
	top: -40px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 175px;
	height: 175px;
	border-radius: 50%;
	background: #1DAC7A;
	color: #fff;
	font-size: 1.6rem
}
.companyDl dt .name span{font-size: 2.8rem}
.companyDl dd{
	width: 505px;
	margin: 0 35px 0 55px;
}
.companyDl .title{
	font-size: 2.4rem;
	font-weight: bold;
	color: #1DAC7A;
	margin-bottom: 30px;
}
.companyDl .txt{
	font-size: 1.4rem;
	line-height: 2.28;
	margin-bottom: 80px;
}
.companyDl .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background: #1DAC7A;
	border-radius: 6px;
}

.fancybox-overlay{
	background: rgba(143,164,181,.5);
}
.fancybox-skin{
	background: #fff;
	border-radius: 0;
	color: #333;
	padding: 40px;
}
.fancybox-inner{
	max-width: 960px;
	max-height: calc(100vh - 130px)
}
.fancybox-close {
    position: absolute;
    top: -10px;
    right: 0px;
    transform: translateY(-100%);
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    background: url(../img/company/fancy_close.svg)no-repeat;
    background-size: 100% auto;
}
#popupWrap{
	padding: 40px 40px 8px;
}
.popupTop{
	height: 400px;
    background: url(../img/company/bg_popup.jpg)no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 0 60px;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #1DAC7A
}
.popupItem h3{
	font-size: 2.4rem;
	font-weight: bold;
    color: #1DAC7A;
    margin: 53px 0 20px;
}
.popupItem p{
	font-size: 1.4rem;
	line-height: 2.28;
	margin-bottom: 32px;
}
.greenFt{
	font-weight: bold;
    color: #1DAC7A;
}
.popupItem dl{
	display: flex;
	justify-content: space-between;
}
.popupItem dl dt,
.popupItem dl dd{
	width: calc(50% - 10px);
	max-width: 400px
}

.companySec02{
	padding: 56px 0;
	border-bottom: 1px solid #EDEDE8
}
.companySec02 .p01{
	margin-bottom: 40px;
}
.table01{
	width: 100%;
	font-size: 1.4rem;
}
.table01 th,
.table01 td{
	padding: 36px 30px;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
}
.table01 th{
	border-color: #51A97E;
	font-weight: bold;
	background: #F1F8F5;
	color: #1DAC7A;
	width: 200px;
}

.companySec03{
	padding: 56px 0 80px
}
.historyDl{
	display: flex;
	align-items: center;
	position: relative;
	padding: 20px 0;
	font-size: 1.4rem;
}
.historyDl:before{
	content: '';
	position: absolute;
	left: 120px;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 1px;
	height: 100%;
	background: #51A97E
}
.historyDl:after{
	content: '';
	position: absolute;
	left: 120px;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #51A97E
}
.historyDl dt{
	width: 160px;
	color: #1DAC7A;
	font-weight: bold;
}
.historyDl dd{
	width: calc(100% - 160px);
}

/*access*/
.accessWrap{
	padding: 80px 0
}
.accessWrap .p01{
	font-size: 2rem;
	font-weight: bold;
	color: #1DAC7A;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
	text-align: center;
}
.accessWrap .p02{text-align: center;}
.accessWrap .p02 dl{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	font-size: 2rem;
	font-weight: bold;
	background: #EFF8F5;
	color: #1DAC7A;
	margin:0 auto 40px;
	overflow: hidden;
}
.accessWrap .p02 dt{
	padding: 4px 20px 4px 30px;
	color: #fff;
	background: #1DAC7A;
}
.accessWrap .p02 dd{
	padding: 4px 30px 4px 20px;
}
.accessWrap .map{
    position: relative;
    width: 100%;
    padding-top: 45%;
    margin-bottom: 20px;
    border: 2px solid #D9D9D9;
}
.accessWrap .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.accessWrap .imgUl{
	display: flex;
	margin: 0 -10px;
}
.accessWrap .imgUl li{
	margin: 0 10px 40px;
}
.accessUl01{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.accessUl01 > li{
	margin: 0 12px;
	width: calc(50% - 24px)
}
.accessWrap .p03{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 14px 0 30px;
	text-align: center;
}
.accessWrap .p03 font{color:#1DAC7A; }
.accessWrap .p03 img{
	vertical-align: -4px;
	margin-left: 15px;
}
.accessWrap .p04{
	text-align: center;
}
.accessWrap .p04 img{width: 400px}


/*contact*/
.contactWrap{
	padding: 80px 0
}
.contactStep{
	display: flex;
	justify-content: space-between;
	max-width: 520px;
	margin: 0 auto 70px;
	position: relative;
}
.contactStep:before{
	content: '';
	position: absolute;
	top: 11px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: calc(100% - 40px);
	height:0;
	border-bottom: 2px dotted #D9D9D9;
}
.contactStep li{
	text-align: center;
	color: #D9D9D9;
	font-size: 1.4rem;
	font-weight: bold;
}
.contactStep li span{
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 9px;
	background: url(../img/contact/step_no.svg)no-repeat;
	background-size: 100% auto
}
.contactStep li.is_active{color: #1DAC7A}
.contactStep li.is_active span{
	background: url(../img/contact/step_on.svg)no-repeat;
	background-size: 100% auto
}
.table02{
	width: 100%;
}
.table02 th{
	font-size: 1.4rem;
	width: 410px;
	padding: 15px 0;
	padding-right: 30px;
	vertical-align: top;
}
.table02 td{
	padding: 15px 0;
	font-size: 1.4rem;
	width: calc(100% - 410px)
}
.table02 th span.required{
	display: inline-flex;
	vertical-align: 2px;
	padding: 3px 6px;
	background: #51A97E;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	margin-left: 10px
}
label.radioBox{
	margin-bottom: 10px;
	font-size: 1.4rem;
	display: block;
}
label.radioBox input[type="radio"]{
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.table02 select,
.table02 textarea,
.table02 input[type='text'],
.table02 input[type='number'],
.table02 input[type='tel'],
.table02 input[type='email'] {
    height: 40px;
    width: 100%;
    border: 1px solid #D9D9D9;
    background: #fff;
    padding: 0 10px;
    resize: none;
    font-family: initial;
    font-size: 1.4rem;
}
.table02 input[type='text'].mediumIpt{max-width: 380px}
.twoRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.twoRow li{
	width: calc(50% - 15px);
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.twoRow li span{min-width: 40px}
.contactP01{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 12px;
}
.contactP02{
	font-size: 1.2rem;
	margin-top: 10px;
}
.table02 th font{font-size: 1.6rem;font-weight: bold;}
.table02 textarea{
    padding: 7px 10px;
    min-height: 300px;
}
.table02 select{
	background: url(../img/contact/select.svg)no-repeat right 13px center #fff;
	background-size: auto;
    max-width: 230px;
    padding: 0 30px 0 10px;
}
.postCode{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 230px;
}
.postCode input{max-width: 100px}

.policyHd{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 50px 0 6px;
}
.policyBox{
	overflow-y: auto;
	height: 400px;
	font-size: 1.4rem;
	line-height: 1.71;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	padding: 30px;
}
.policyBox p + p{padding-top: 24px;}
.agreeP{
	display: flex;
	justify-content: center;
	margin: 24px 0;
	font-size: 1.4rem;
}
label.checkBox input[type="checkbox"]{
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.contactBtn{margin-bottom: 60px;text-align: center;}
.contactBtn  li{display: inline-block;}
.contactBtn  li + li{margin-left: 20px}
.contactBtn  input{
	background: #fff;
	color: #1DAC7A;
	border-radius: 6px;
	display: block;
	width: 380px;
	height: 70px;
	border: 1px solid  #1DAC7A;
	font-size: 1.8rem;
	font-weight: bold;
}
.contactBtn  input:hover{opacity: .7}
.contactBtn  input[type="submit"]{
	background: #1DAC7A;
	color: #fff;
}

.contactBottom{
	background: #F8F8F5;
	padding: 30px;
	font-size: 1.4rem;
	line-height: 1.71;
}
.contactBottom p:first-of-type{
	padding-left: 1em;
	text-indent: -1em
}
.contactBottom p + p{margin-top: 24px}
.contactBottom p font{color:#1DAC7A; }

/*medical*/
.medicalSec01{
	padding: 56px 0;
	border-bottom: 1px solid #EDEDE8;
}
.medicalDl{
	display: flex;
	justify-content: space-between;
}
.medicalDl dt,
.medicalDl dd{
	width: calc(50% - 15px);
}
.medicalDl .img{
	margin: 20px 0 25px;
}
.medicalDl .txt{
	color: #666666;
	font-size: 1.6rem;
	line-height: 1.625
}

.medicalSec02{
	padding: 56px 0 40px
}
.medicalUl{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}
.medicalUl li{
	width: calc(33.33%  - 30px);
	margin: 0 15px 40px;
}
.medicalUl .intro{
	font-size: 1.4rem;
	margin-top: 20px
}
.medicalUl a.boxLink01{
	background: url(../img/medical/arrow.svg)no-repeat right 20px center;
	background-size:20px auto;
}


/*about*/
.aboutWrap{
	padding: 56px 0
}
.aboutAnchor.medicalUl li{
	margin-bottom: 20px
}
.aboutAnchor a.boxLink01{
	background: url(../img/about/arrow01.svg)no-repeat right 20px center;
	background-size:20px auto;
}
.aboutAnchor .boxLink01 .icon{margin-right: 10px}
.aboutAnchor .boxLink01 .title{font-size: 1.6rem}

.aboutTop{
	margin-bottom: 40px
}
.aboutTop .p01,
.aboutItem .p04{
	font-size: 2.2rem;
	line-height: 1.63;
	margin-bottom: 40px
}
.aboutItem + .aboutItem{margin-top: 35px}
.aboutHd{
	background: #EFF8F5;
	border-left: 10px solid #1DAC7A;
	padding: 12px 10px;
	padding-left: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.aboutItem p{
	font-size: 1.6rem;
	line-height: 1.8125;
}
.aboutItem p + p{margin-top: 29px}
.aboutUl01{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}
.aboutUl01 li{
	width: calc(50% - 30px);
	margin: 0 15px 30px;
}
.aboutHd02{
	font-size: 2.2rem;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #1DAC7A;
	margin-bottom: 20px;
}	
.aboutHd02 span{
	display: inline-flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	color: #fff;
	background: #1DAC7A;
	font-size: 1.8rem;
	border-radius: 50%;
}
.aboutItem .p02{
	margin-bottom: 25px
}
.aboutTel{
	text-align: center;
}
.aboutUl02{margin-bottom: 29px}
.aboutUl02 li{
	font-size: 1.6rem;
	line-height: 1.8125;
	padding-left: 24px;
	background: url(../img/about/icon_li.svg)no-repeat left top 5px;
	background-size: 18px auto
}
.grayBox{
	margin: 10px 0 30px;
	padding: 24px 30px;
	background: #F8F8F5
}
.aboutUl03{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.aboutUl03 li{
	margin: 0 15px 25px;
	width: calc(33.33% - 30px);
}
.aboutUl03 li.half{
	width: calc(50% - 30px);
}
.aboutUl03 .title{
	background: #EFF8F5;
	text-align: center;
	padding: 10px;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #1DAC7A
}
.aboutUl03 .txt{
	margin-top: 15px
}
.slick-prev, .slick-next {
    position: absolute;
    width: 20px;
    height: 48px;
    z-index: 3;
    background: url(../img/about/slick_prev.svg)no-repeat;
    background-size: 100% auto;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.slick-next{
	left: auto;
	right: 20px;
    background: url(../img/about/slick_next.svg)no-repeat;
    background-size: 100% auto;
}
.slickNav{
	margin: 20px -10px 30px
}
.slickNavItem{
	margin: 0 10px;
}
.aboutItem .p03{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 25px;
}