@charset "UTF-8";

html, body {
    width: 100%;
    font-size: 10px;
	background:url(../images/content/body-bg.png);
}

body {
  font-family: "Meiryo", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 2.0;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #111;
  border-top: 6px solid #FFC700;
}

.fixed-width {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}

.fixed-width1040 {
  margin-right: auto;
  margin-left: auto;
  width: 1040px;
}

@media screen and (max-width: 640px) {

  #container .fixed-width {
	margin-right:15px;
	margin-left:15px;
    width: auto;
  }
  #container .fixed-width1040 {
	margin-right:15px;
	margin-left:15px;
    width: auto;
  }
}

.fixed-width-toplist {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}

@media screen and (max-width: 640px) {
  #container .fixed-width-toplist {
    width: auto;
  }
}


/*site header */
@media screen and (min-width: 641px) {
  #container .site-header {
	height:120px;
  }
}


@media screen and (max-width: 640px) {
  #container{
	width:100%;
	overflow:hidden;
  }
  #container .site-header {
	  text-align:left;
  }
  #container .site-header .logo {
    float: none;
    width: 70%;
  }
}

@media screen and (max-width: 380px) {
  #container{
	width:100%;
	overflow:hidden;
  }
  #container .site-header {
	  text-align:left;
  }
  #container .site-header .logo {
	width:230px;
    float: none;
  }
}

/* nav */

/* pc-menu */
.gnav-pc{
	/*background-color:#00B7E6;*/
	height:50px;
	z-index:100;
	margin-bottom: 12px;
	/*background: url(../images/header/gnav-bg.png) 0 0 repeat-x #00B7E6;	
	box-shadow:0px 3px 6px 2px #C3C3C3;*/
}

.gnav-pc ul {
  font-size: 0;
}

.gnav-pc li {
  display: inline-block;
}  



.nav-main .fixed-width {
  width: 1000px;
}

@media screen and (max-width: 1080px) {
  .nav-main .fixed-width {
    width: 1000px;
  }
}

.nav-main ul {
  padding: 0;
  display: table;
  font-size: 16px;
  line-height: 1.2;
}
.nav-main li {
  position: relative;
  display: table-cell;
  font-weight: bold;
  text-align: center;
  color:#534F49;
}

.nav-main li .icon {
  top: 1px;
}
.nav-main li ul {
  display: none;
  position: absolute;
  z-index: 1000;
  letter-spacing: 0;
  background: #FFF;
  width: 180px;
  font-size: 15px;
  padding: 0;
  margin-top: 3px;
}
.nav-main li ul.fs {
  width: 245px;
}
.nav-main li ul li {
  font-weight: normal;
  display: block;
  text-align: left;
  background-color: #00A551;
  border-bottom: 1px solid #A0DCBB;
}
.nav-main li ul li:last-child {
  border-bottom: 0;
}
.nav-main li ul li .icon {
  top: 4px;
}
.nav-main li ul li a {
  color: #fff;
  display: block;
  padding: 11px 0 7px 10px;
}
.nav-main.nav-main--fixed {
  background-color: #F3F0D5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}

.toggle-nav {
  position: absolute;
  right:5px;
  top: 12px;
  z-index: 200;
  width: 40px;
  height: 40px;
  background: #222;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}
.toggle-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background: #fff;
  border-radius: 1px;
  opacity: 1;
  left: 9px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.toggle-nav span:nth-child(1) {
  top: 12px;
}
.toggle-nav span:nth-child(2) {
  top: 19px;
}
.toggle-nav span:nth-child(3) {
  top: 26px;
}
.toggle-nav.open span:nth-child(1) {
  top: 19px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggle-nav.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}
.toggle-nav.open span:nth-child(3) {
  top: 19px;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.toggle-nav.open b {
  color: #fff;
}
.toggle-nav b {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  font-weight: normal;
  left: 1px;
  bottom: 6px;
  font-size: 11px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #container .nav-main {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 100;
    background-color: #FFF;
    width: 100%;
  }
  #container .nav-main ul {
    padding: 0;
    display: block;
  }
  #container .nav-main li {
    display: block;
    text-align: left;
    border-bottom: #4E4E4E 1px solid;	
  }
  #container .nav-main li {
    display: block;
    text-align: left;
    border-bottom: #4E4E4E 1px solid;	
  }
  #container .nav-main li:first-child {
    border-top: #4E4E4E 1px solid;
  }
  #container .nav-main li .icon {
	position:absolute;
    top: 13px;
	left:15px;
	margin-right:0;
  }
  #container .nav-main li .icon.way2 {
    top: 20px;
  }
  #container .nav-main li a {
    color: #fff;
    display: block;
    padding: 14px 0 12px 40px;
	font-size:1.4rem;
	background-color: #222;
  }
  #container .nav-main li ul {
    display: block !important;
    position: static;
    margin-left: 0;
    padding-top: 0;
    border: 0;
  }
  #container .nav-main li ul li:first-child a {
    padding-top: 6px;
  }
  #container .nav-main li ul li:last-child {
    border-bottom: 0;
  }
  #container .nav-main.nav-main--fixed {
    position: absolute;
  }
}


/* totop */
.totop {
  position: fixed;
  right: 0;
  bottom: 155px;
  z-index: 100;
   -webkit-transition: all 0.15s ease-in;
    -webkit-transform: scale(0); 
    -ms-transition: all 0.15s ease-in;
    -ms-transform: scale(0); 
    -moz-transition: all 0.15s ease-in;
    -moz-transform: scale(0);
    transition: all 0.15s ease-in;
    transform: scale(0); 
}
.totop.on {
    -webkit-transform: scale(1); 
    -ms-transform: scale(1); 
    -moz-transform: scale(1);
    transform: scale(1);   
	z-index: 2000;
}
.totop:hover {
  opacity: 1.0;
}
@media screen and (max-width: 640px) {
  #container .totop {
	right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
  }
}

.bown {
    position: relative;
    padding-bottom: 20px;
}


/* footer */
.site-footer {
}


/* home */
.pr-data {
	position: absolute;
	top: 140px;
	right: 0;
	text-align: right;

}

@media screen and (max-width: 640px) {
  .pr-data {
	position: relative;
	top: 0;
	text-align: center;
}
}


/* news */
.news-list dt{
    padding: 4px 0 4px 0;
    width: 170px;
    float: left;
    box-sizing: border-box;
    display: block;
    clear: left;
	color:#00B6EA;
}

.news-list dd{
    padding: 4px 0 4px 0;
	text-align:left;
	line-height:1.4;
}

.table-news {
  margin-top: 30px;
}

.table-news th {
  padding: 0 0 12px 0;
}
.table-news td {
  padding: 0 0 12px 15px;
}
.table-news td.cell-icon {
  padding-left: 0;
}
.table-news td a {
  text-decoration: underline;
}
.table-news td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .table-news th {
    display: inline-block;
    padding-bottom: 0;
  }
  .table-news td {
    width: auto;
    display: block;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 5px;
}
  .table-news td.cell-icon {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 0;
    padding-top: 0;
}
}


/* support */

.area dt {
	color: #00B8E4;
	font-size: 21px;
	padding-top: 11px;
}
.area dd {
	background-color: #E4F8FC;
	border-radius: 10px;
	padding: 13px 20px 8px 20px;
}


/* yshome */

.ys-access {
	background-color: #F8F8F8;
	border-radius: 14px;
	padding: 19px 24px 14px 24px;
}


@media screen and (max-width: 640px) { 
.news-list dt{
	border-bottom:none;
	padding:12px 0 5px 0;
	width:100%;
	display:block;
	color:#00B6EA;
	clear: left;
}

/*.news-list dt:first-child{
    border-top: #CCCCCC 1px dotted;
}*/

.news-list dt span{
	position:relative;
	top:-1px;
}

.news-list dd{
    border-bottom: #CCCCCC 1px dotted;
	padding:0 0 12px 0;
	width:100%;
	display:block;
}

.news-list dt:first-child + dd{
	border-top:none;
}

/* support */

.area dd {
	padding: 13px 15px 12px 15px;
}

}



/* pc-sp only*/
.for-screen-reader,
.sp-only-ib,
.sp-only {
  display: none;
}
@media screen and (max-width: 640px) {
  .pc-only {
    display: none!important;
  }
  .sp-only {
    display: block;
  }
  .sp-only-ib {
    display: inline-block;
  }
}


@media screen and (max-width: 640px){
  #container .wrap-nav-main {
    height: auto !important;
  }
}

/* page */
.main-visual-bg{
	background-image:url(../images/page/home/main-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:595px;
}

.main-visual img {
    max-width: 100%;
}

.main-visual h2 {
	font-size: 19px;
	font-weight: normal;
	line-height: 1.7;
	padding-top: 43px;
}

.sidebar dl dt {
	/*color: #fff;*/
	background-color: #FFC800;
	padding: 10px 0 6px 0;
	text-align: center;
	/*border-radius: 8px 8px 0 0;*/
}

.sidebar dl dd {
	padding: 10px 10px 5px 10px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
  background-color: #fff;
}


@media screen and (max-width: 640px){
.main-visual-bg-sp{
	background-image:url(../images/page/home/main-bg-sp.png);
	background-repeat:no-repeat;
	background-size:cover;
}

.sidebar dl dt {
	padding: 8px 0 6px 0;
	font-size: 1.6rem;
	font-weight: bold;
}

.sidebar dl dd {
	padding: 10px 8px 9px 8px;
}

}

.circle-box {
    color: #fff;
    background-color: #FA3B78;
    padding: 40px 0 0 0;
    width: 150px;
    height: 150px;
	border:#FFFFFF 3px solid;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

.circle-box.blue {
    background-color: #1B9EDF;
}

.circle-box.green {
    background-color: #22C27D;
}

.circle-box.orange {
    background-color: #F59900;
}


@media screen and (max-width: 640px){
.circle-box {
    color: #fff;
    background-color: #FA3B78;
    padding: 23px 0 0 0;
    width: 92px;
    height: 92px;
	border:#FFFFFF 2px solid;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
}



/* list & table*/
/*.list-default::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #F59800;
    width: 10px;
    height: 10px;
    border-radius: 100px;
	margin-right:15px;
}*/

table.company-info td{
	padding:13px 0 10px 0;
	border-top:#CCCCCC thin solid;
}


@media screen and (min-width: 641px){
table.company-info td{
	font-size:1.6rem;
}

table.company-info td p{
	font-size:1.6rem;
}
}

table.company-info td:last-child{
	border-top:#CCCCCC thin solid;
	border-bottom:#CCCCCC thin solid;		
}

@media screen and (max-width: 640px){
table.company-info td{
	padding:13px 0 13px 0;
}
table.company-info td.no-border{
	border-top:none;
}
}

@media screen and (min-width: 641px) { 
#service,#flow,#access,#system,#reha,#kango,#meal,#mind,#message,#outline,#comp,#local,#recruit1,#recruit2,#recruit3{
    position: relative;
    top: -74px;
    display: block;
  }
}


.pager {
  text-align: center;
  margin-top: 50px;
}
.pager {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.pager .numbers a,
.pager .numbers span {
  display: inline-block;
  background: #fefefe;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #ddd;
}
.pager .numbers .current {
  background: #FFC800;
  border: 1px solid #FFC800;
  /*color: #fff;*/
}

.pager .icon-circle-arrow--prev,
.pager .icon-circle-arrow--next {
  text-decoration: none;
  top: -2px;
}
@media screen and (max-width: 640px) {
  .pager {
  margin-top: 10px;
    margin-bottom: 40px;
}
}
@media screen and (min-width: 701px) {
  .pager .prev,
  .pager .next {
    /*width: 100px;*/
    width: auto;
  }
}

.pager .icon-circle-arrow--prev {
  margin-right: 5px;
}

.pager .icon-circle-arrow--prev::after {
  left: 6px!important;
  transform: rotate(229deg)!important;

}
.pager .icon-circle-arrow--next {
  margin-left: 5px;
}

@media screen and (max-width: 700px) {
  .pager .numbers {
    display: none;
  }
}

/*.nav-arhives {
  margin-bottom: 30px;
}*/

/*.nav-arhives li {
  margin-bottom: 10px;
}*/
.nav-arhives a {
  display: block;
  position: relative;
  padding-left: 15px;
}
.nav-arhives a .icon{
  position: absolute;
  right: 0;
  top: 5px;
}

.nav-arhives a .icon-arrow-b {
  top: 10px;
  right: 0;
}

.main-news article header {
  margin-bottom: 40px;
}

.main-news article header time {
  font-size: 1.4rem;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.main-news article .icon {
  top: 3px;
}


.news-article-body {
  margin-bottom: 40px;
  font-size: 16px;
}

.news-article-body ul {
  list-style: disc;
  margin-left: 20px;
}

.news-article-body ol {
  list-style: decimal;
  margin-left: 20px;
}
.news-article-body ul,
.news-article-body ol,
.news-article-body p,
.news-article-body figure {
  margin-bottom: 1.5rem;
  font-size: 16px;
}
.news-article-body figure {
  margin-left: 0;
  margin-right: 0;
}
.news-article-body .aligncenter {
  text-align: center;
}

.news-article-body .alignright {
  float: right;
  margin-right: 10px;
}

.news-article-body .alignleft {
  float: left;
  margin-left: 10px;
}

img.alignright{
	display: block;
	margin: 0 0 0 auto;
}
 
img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}
 
img.aligncenter{
	display: block;
	margin: 0 auto;
}

.news-article-tag {
  margin-bottom: 0;
  margin-top: 150px;
}
.news-article-tag li {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.4rem;
}
.news-article-tag li a {
  text-decoration: underline;
}
.news-article-tag li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
.news-article-tag {
  margin-bottom: 30px;
  margin-top: 80px;
}
}

.more {
  display: inline-block;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 20px 10px 20px;
  color: #FFF;
  border-radius: 100px;
  text-decoration: none;
  line-height: 1.1;
  font-size: 1.4rem;
}
.more .icon {
  margin-top: -5px;
}

a:hover .more,
.more:hover {
  background-color: #333;
  text-decoration: none;
}
