@charset "utf-8";

/* 装飾
------------------------------------------------------------*/

.op:hover {
opacity: 0.7;
transition: 0.3s;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#1299df;
	text-decoration:none;
}
a:visited {
	color:#1299df;
	text-decoration:none;
}
a:hover {
	color:#1299df;
	text-decoration:underline;
}
a:active {
	color:#1299df;
	text-decoration:none;
}


/* アニメーション
------------------------------------------------------------*/
.fade-in {
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.fade-up, .fade-left, .fade-right {
transition: opacity 0.7s;
-moz-transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
-o-transition: opacity 0.7s;
transition: transform 0.7s;
-moz-transition: transform 0.7s;
-webkit-transition: transform 0.7s;
-o-transition: transform 0.7s;
}

/* ヘッダの文字スライド */
.hdr h1 {
position: relative;
animation-name:fadeLeftAnime_hdr5;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
.hdr h2 {
position: relative;
animation-name:fadeLeftAnime_hdr4;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
.hdr_long h1 {
position: relative;
animation-name:fadeLeftAnime_hdr;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
.hdr_long h2 {
position: relative;
animation-name:fadeLeftAnime_hdr2;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
.hdr_long h3 {
position: relative;
animation-name:fadeLeftAnime_hdr3;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime_hdr{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

@keyframes fadeLeftAnime_hdr2{
  from {
    opacity: 0;
	transform: translateX(-200px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

@keyframes fadeLeftAnime_hdr3{
  from {
    opacity: 0;
	transform: translateX(-250px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

@keyframes fadeLeftAnime_hdr4{
  from {
    opacity: 0;
	transform: translateX(200px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

@keyframes fadeLeftAnime_hdr5{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}



/* 共通
------------------------------------------------------------*/

html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
font-family:"游ゴシック","YuGothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: none;
font-weight: 500;
position: relative;
 -webkit-transition: all 0.6s;
transition: all 0.6s;
}

/* ページャー（一覧） */
.pager{
	text-align:center;
	padding:30px 0px;
	clear:both;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}




/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {

.spbr {
display: none !important;
}
.menu {
display: none !important;
}
#nav-tgl {
display: none;
}
#hdr_sp {
display: none;
}
body{
font-size: 1.6rem;
line-height: 3rem;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    left: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    left: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
	padding-left: 1.6rem;
}
#g-nav li::before {
content: "-";
position: absolute;
top: 0.8rem;
left: -0.6rem;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	transition: 0.3s;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
margin-left: 4rem;
font-size: 1.6rem;
}
#g-nav li a span.sp_none {
font-size: 2.4rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 40px;
	left: 82px;
	cursor: pointer;
    width: 100px;
    height: 100px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 5px;
	background-color: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:31px;
}

.openbtn span:nth-of-type(3) {
	top:47px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.bar_wt {
background-color: #fff !important;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {
background-color: #000 !important;
}

.hdr {
height: 50rem;
display: flex;
justify-content: space-between;
}
.hdr article {
position: relative;
width: 24rem;
height: 100%;
padding-top: 10rem;
}
.hdr article div:first-child {
text-align: center;
}
.hdr article div:last-child {
position: absolute;
bottom: 0;
left: 0;
background: #d3d1d0;
width: 100%;
text-align: center;
height: 5rem;
padding-top: 1.4rem;
}
.hdr > div {
position: relative;
width: calc(100% - 24rem);
height: 100%;
border-bottom: 5rem solid #000;
padding: 10rem 0 0 5rem;
}
.hdr h1, .hdr h2 {
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
}
.hdr h1 {
font-size: 6rem;
font-weight: 700;
text-shadow: 0.4rem 0.4rem 0.8rem #000;
margin-bottom: 2rem;
}
.hdr h2 {
font-size: 2rem;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0.2rem #000;
}
.hdr > div div {
position: absolute;
right: 25rem;
bottom: 0;
text-align: right;
}

.hdr_long {
height: 100vh;
display: flex;
justify-content: space-between;
}
.hdr_long > article {
position: relative;
width: 24rem;
height: 100%;
padding-top: 10rem;
}
.hdr_long > article div:first-child {
text-align: center;
color: #fff;
}
.hdr_long > article div:last-child {
display: none;
}
.hdr_long > div {
position: relative;
width: calc(100% - 24rem);
height: 100%;
padding: 0 10rem 0 0;
display: flex;
align-items: center;
text-align: right;
}
.hdr_long > div > article {
width: 100%;
}
.hdr_long h1, .hdr_long h2 {
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
line-height: 1.2;
}
.hdr_long h1 {
font-size: 6rem;
font-weight: 700;
text-shadow: 0.4rem 0.4rem 0.8rem rgba(0,0,0,0.6);
margin-bottom: 2rem;
}
.hdr_long h2 {
font-size: 2.4rem;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.6);
}
.hdr_long h3 {
font-size: 2.4rem;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.6);
margin-top: 2rem;
color: #fff;
}
#logo_long {
position: absolute;
right: 10rem;
top: 10%;;
text-align: right;
}

/* スクロールボタン */
#scroll {
position: absolute;
top: 90vh;
left: 0;
width: 100%;
  z-index: 9999;
  text-align: center;
}
#scroll span {
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  width: 30px;
  margin-left: -15px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#toi {
width: 100rem;
margin: 10rem auto;
border: 0.1rem solid #002A68;
display: flex;
justify-content: space-between;
}
#toi > div {
background: #002A68;
display: flex;
align-items: center;
width: 24rem;
}
#toi > div h2 {
width: 100%;
color: #fff;
font-weight: bold;
text-align: center;
border-bottom: 0.3rem solid #fff;
padding: 0 0 0.4rem 0;
font-size: 2rem;
}
#toi > article {
width: 76rem;
padding: 2rem 3rem;
}
#toi > article h3 {
margin-bottom: 1rem;
}
#toi > article > div {
display: flex;
justify-content: space-between;
}
#toi > article > div > div p:first-child {
font-size: 3rem;
}
#toi > article > div > div p:first-child span {
font-size: 2rem;
margin-left: 3rem;
}
#toi > article > div > a {
width: 22rem;
display: block;
background: #002A68 url("../img/sitemap/back_sm_list.png") no-repeat center left 2rem;
color: #fff;
padding: 2rem 1rem 2rem 4rem;
transition: 0.3s;
}
#toi > article > div > a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

.base_a:link {
width: 30rem;
margin: 5rem auto;
display: block;
background: #002A68 url("../img/arrow_base.png") no-repeat center left 6rem;
color: #fff;
font-size: 2rem;
font-weight: bold;
padding: 2rem 1rem 2rem 12rem;
transition: 0.3s;
}
.base_a:visited {
color: #fff;
}
.base_a:hover {
color: #fff;
text-decoration: none;
opacity: 0.8;
transition: 0.3s;
}
.base_a:active {
color: #fff;
}

.pan {
display: flex;
margin: 2rem 0 5rem 5rem;
font-family: 'Noto Sans JP', sans-serif;
}
.pan li {
border-right: 0.1rem solid #ccc;
padding: 0 2rem;
}
.pan li:first-child {
padding-left: 0;
}
.pan li:last-child {
padding-right: 0;
border-right: 0;
}
.pan li a {
color: #000;
}

footer {
background: #ccc;
padding: 5rem 0 1rem 0;
}
footer article {
display: flex;
justify-content: space-between;
width: 100rem;
margin: 0 auto 5rem auto;
}
footer article > div a:link {
color: #000;
}
footer article > div a:visited{
color: #000;
}
footer article > div a:hover {
color: #000;
text-decoration: none;
opacity: 0.7;
}
footer article > div a:active {
color: #000;
}
footer article > div:first-child {
font-weight: bold;
}
footer table {
width: 100%;
}
footer article > div th, footer table caption {
text-align: left;
}
footer article > div th {
font-weight: normal;
padding-right: 1rem;
}
footer table caption {
font-weight: bold;
padding-left: 1.8rem;
}
footer article li {
margin-bottom: 2rem;
}
footer > div, footer h5, footer address, footer small {
text-align: center;
}
footer h5 {
font-size: 2rem;
margin-bottom: 1rem;
}
footer address {
margin-bottom: 1rem;
}
footer small {
display: block;
border-top: 0.3rem solid #000E68;
padding-top: 1rem;
}

.read2 {
padding: 2rem 10rem 2rem 14rem;
color: #fff;
background: url("../img/logi/read_logi.png") no-repeat left 10rem center;
margin: 10rem 0 5rem 0;
font-size: 2.4rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}
.read_logi {
background-color: #59A8DE;
}
.read_logi2 {
border-bottom: 1.4rem solid #59A8DE;
}
.read_staff {
background-color: #35B05D;
}
.read_staff2 {
border-bottom: 1.4rem solid #35B05D;
}
.read_care {
background: url("../img/care/back_kaigo.png") no-repeat left 10rem center;
background-color: #F6D1DC;
color: #000;
}
.read_care2 {
border-bottom: 1.4rem solid #F6D1DC;
}
.read3 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
padding: 0 0 1rem 0;
font-size: 3.4rem;
margin: 10rem 0 3rem 0;
}
.read3 span {
font-size: 2rem;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top: -120%;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 80%;
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
	padding-left: 1.6rem;
}
#g-nav li::before {
content: "-";
position: absolute;
top: 0.8rem;
left: -0.6rem;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	transition: 0.3s;
	font-size: 2.4rem;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
margin-left: 4rem;
font-size: 1.8rem;
}
#g-nav li a span.sp_none {
font-size: 2.4rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 40px;
	left: 82px;
	cursor: pointer;
    width: 100px;
    height: 100px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 5px;
	background-color: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:31px;
}

.openbtn span:nth-of-type(3) {
	top:47px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {
background-color: #000 !important;
}

.hdr {
height: 50rem;
}
.hdr article {
position: relative;
height: 14rem;
padding-top: 10rem;
}
.hdr article div:first-child {
padding-left: 9.8rem;
}
.hdr article div:last-child {
position: absolute;
top: 7rem;
right: 3rem;
width: 100%;
text-align: right;
}
.hdr > div {
position: relative;
height: 100%;
border-bottom: 5rem solid #000;
padding: 10rem 0 0 5rem;
}
.hdr h1, .hdr h2 {
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
}
.hdr h1 {
font-size: 6rem;
font-weight: 700;
text-shadow: 0.4rem 0.4rem 0.8rem #000;
margin-bottom: 2rem;
}
.hdr h2 {
font-size: 2rem;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0.2rem #000;
}
.hdr > div div {
position: absolute;
right: 25rem;
bottom: 0;
text-align: right;
}

.hdr_long {
height: calc(100vh - 14rem);
}
.hdr_long > article {
position: relative;
height: 14rem;
padding-top: 10rem;
}
.hdr_long > article div:first-child {
padding-left: 9.8rem;
}
.hdr_long > article div:last-child {
position: absolute;
top: 7rem;
right: 3rem;
width: 100%;
text-align: right;
}
.hdr_long > div {
position: relative;
height: 100%;
padding: 0 5rem 0 0;
display: flex;
align-items: center;
text-align: right;
}
.hdr_long > div > article {
width: 100%;
}
.hdr_long h1, .hdr_long h2 {
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
line-height: 1.2;
}
.hdr_long h1 {
font-size: 5rem;
font-weight: 700;
text-shadow: 0.4rem 0.4rem 0.8rem rgba(0,0,0,0.6);
margin-bottom: 2rem;
}
.hdr_long h2 {
font-size: 2.4rem;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.6);
}
.hdr_long h3 {
font-size: 2.4rem;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.6);
margin-top: 2rem;
color: #fff;
}
#logo_long {
display: none;
}

/* スクロールボタン */
#scroll {
display: none;
}

#toi {
width: 76rem;
margin: 10rem auto;
border: 0.1rem solid #002A68;
}
#toi > div {
background: #002A68;
display: flex;
align-items: center;
padding: 1rem 0;
}
#toi > div h2 {
width: 100%;
color: #fff;
font-weight: bold;
text-align: center;
border-bottom: 0.3rem solid #fff;
padding: 0 0 0.4rem 0;
font-size: 2rem;
}
#toi > article {
padding: 2rem 3rem;
}
#toi > article h3 {
margin-bottom: 1rem;
}
#toi > article > div {
display: flex;
justify-content: space-between;
}
#toi > article > div > div p:first-child {
font-size: 3rem;
}
#toi > article > div > div p:first-child span {
font-size: 2rem;
margin-left: 3rem;
}
#toi > article > div > a {
width: 22rem;
display: block;
background: #002A68 url("../img/sitemap/back_sm_list.png") no-repeat center left 2rem;
color: #fff;
padding: 2rem 1rem 2rem 4rem;
transition: 0.3s;
}
#toi > article > div > a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

.base_a:link {
width: 30rem;
margin: 5rem auto;
display: block;
background: #002A68 url("../img/arrow_base.png") no-repeat center left 6rem;
color: #fff;
font-size: 2rem;
font-weight: bold;
padding: 2rem 1rem 2rem 12rem;
transition: 0.3s;
}
.base_a:visited {
color: #fff;
}
.base_a:hover {
color: #fff;
text-decoration: none;
opacity: 0.8;
transition: 0.3s;
}
.base_a:active {
color: #fff;
}

.pan {
display: none;
}

footer {
background: #ccc;
padding: 5rem 0 1rem 0;
}
footer article {
display: flex;
justify-content: space-between;
padding: 0 2rem;
margin: 0 auto 5rem auto;
}
footer article > div a:link {
color: #000;
}
footer article > div a:visited{
color: #000;
}
footer article > div a:hover {
color: #000;
text-decoration: none;
opacity: 0.7;
}
footer article > div a:active {
color: #000;
}
footer article > div:first-child {
font-weight: bold;
}
footer table {
width: 100%;
}
footer article > div th, footer table caption {
text-align: left;
}
footer article > div th {
font-weight: normal;
padding-right: 1rem;
}
footer table caption {
font-weight: bold;
padding-left: 1.8rem;
}
footer article li {
margin-bottom: 2rem;
}
footer > div, footer h5, footer address, footer small {
text-align: center;
}
footer h5 {
font-size: 2rem;
margin-bottom: 1rem;
}
footer address {
margin-bottom: 1rem;
}
footer small {
display: block;
border-top: 0.3rem solid #000E68;
padding-top: 1rem;
}

.read2 {
padding: 2rem 5rem 2rem 8rem;
color: #fff;
background: url("../img/logi/read_logi.png") no-repeat left 5rem center;
background-size: 1.2rem;
margin: 20rem 0 5rem 0;
font-size: 2rem;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}
.read_logi {
background-color: #59A8DE;
}
.read_logi2 {
border-bottom: 1.4rem solid #59A8DE;
}
.read_staff {
background-color: #35B05D;
}
.read_staff2 {
border-bottom: 1.4rem solid #35B05D;
}
.read_care {
background: url("../img/care/back_kaigo.png") no-repeat left 5rem center;
background-size: 1.2rem;
background-color: #F6D1DC;
color: #000;
}
.read_care2 {
border-bottom: 1.4rem solid #F6D1DC;
}
.read3 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
padding: 0 0 1rem 5rem;;
font-size: 2.4rem;
margin: 10rem 0 3rem 0;
}
.read3 span {
font-size: 2rem;
}


}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.sp100 {
width:100%;
height:auto;
}
.flex-direction-nav {
display: none !important;
}
.sp_none, #back-top {
display: none !important;
}
body{
font-size: 1.4rem;
line-height: 1.7;
width: 100%;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top: -120%;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
	margin: 8rem auto;
	width: 70%;
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
	padding-left: 1.6rem;
}
#g-nav li::before {
content: "-";
position: absolute;
top: 0.8rem;
left: 0em;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-decoration: none;
	padding: 0.8rem;;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	transition: 0.3s;
	font-size: 1.4rem;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
font-size: 1.5rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 2rem;
	right: 0;
	cursor: pointer;
    width: 80px;
    height: 80px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 4px;
	background-color: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:0;	
}

.openbtn span:nth-of-type(2) {
	top:15px;
}

.openbtn span:nth-of-type(3) {
	top:30px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {
background-color: #000 !important;
}

.hdr {
height: 30vh;
}
.hdr article {
position: relative;
height: 7rem;
}
.hdr article div:first-child {
display: none;
}
.hdr article div:last-child {
position: absolute;
top: 2.6rem;
left: 3rem;;
width: 17.2rem;;
text-align: center;
}
.hdr > div {
position: relative;
height: 100%;
border-bottom: 3rem solid #000;
padding: 3rem 0 0 3rem;
}
.hdr h1, .hdr h2 {
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
}
.hdr h1 {
font-size: 3rem;
font-weight: 700;
text-shadow: 0.4rem 0.4rem 0.8rem #000;
line-height: 1.5;
}
.hdr h2 {
font-size: 1.6rem;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0.2rem #000;
}
.hdr > div div {
display: none;
}

.hdr_long {
height: calc(100vh - 7rem);
}
.hdr_long > article {
position: relative;
height: 7rem;
}
.hdr_long > article div:first-child {
display: none;
}
.hdr_long > article div:last-child {
position: absolute;
top: 2.6rem;
left: 3rem;
width: 17.2rem;
}
.hdr_long > div {
position: relative;
height: 100%;
display: flex;
align-items: center;
text-align: right;
padding: 0 2rem;
}
.hdr_long > div > article {
width: 100%;
}
.hdr_long h1, .hdr_long h2 {
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
line-height: 1.2;
}
.hdr_long h1 {
font-size: 3rem;
font-weight: 700;
text-shadow: 0.4rem 0.4rem 0.8rem rgba(0,0,0,0.6);
margin-bottom: 2rem;
}
.hdr_long h2 {
font-size: 1.6rem;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.6);
}
.hdr_long h3 {
font-size: 1.4rem;
font-weight: 700;
text-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.6);
margin-top: 2rem;
color: #fff;
}
#logo_long {
display: none;
}

/* スクロールボタン */
#scroll {
display: none;
}

#toi {
width: 94%;
margin: 10rem auto;
border: 0.1rem solid #002A68;
}
#toi > div {
background: #002A68;
display: flex;
align-items: center;
padding: 1rem 0;
}
#toi > div h2 {
color: #fff;
font-weight: bold;
text-align: center;
border-bottom: 0.3rem solid #fff;
padding: 0 0 0.4rem 0;
font-size: 2rem;
width: 100%;
}
#toi > article {
padding: 2rem 3rem;
}
#toi > article h3 {
margin-bottom: 1rem;
}
#toi > article > div {
}
#toi > article > div > div p:first-child {
font-size: 2rem;
margin-bottom: 1rem;
}
#toi > article > div > div p:first-child span {
font-size: 1.6rem;
}
#toi > article > div > a {
display: block;
background: #002A68 url("../img/sitemap/back_sm_list.png") no-repeat center left 2rem;
color: #fff;
padding: 2rem 1rem 2rem 4rem;
transition: 0.3s;
margin-top: 1rem;
}
#toi > article > div > a:hover {
opacity: 0.8;
transition: 0.3s;
text-decoration: none;
}

.base_a:link {
width: 30rem;
margin: 5rem auto;
display: block;
background: #002A68 url("../img/arrow_base.png") no-repeat center left 6rem;
color: #fff;
font-size: 2rem;
font-weight: bold;
padding: 2rem 1rem 2rem 12rem;
transition: 0.3s;
}
.base_a:visited {
color: #fff;
}
.base_a:hover {
color: #fff;
text-decoration: none;
opacity: 0.8;
transition: 0.3s;
}
.base_a:active {
color: #fff;
}

.pan {
display: none;
}

footer {
background: #ccc;
padding: 5rem 0 1rem 0;
}
footer article {
margin: 0 0 5rem 0;
padding: 0 2rem;
}
footer article > div a:link {
color: #000;
}
footer article > div a:visited{
color: #000;
}
footer article > div a:hover {
color: #000;
text-decoration: none;
opacity: 0.7;
}
footer article > div a:active {
color: #000;
}
footer article > div:first-child, footer article > div:nth-child(2) {
display: none;
}
footer table {
width: 80%;
margin: 0 auto;
}
footer table caption {
display: none;
}
footer article > div:last-child table tr:nth-of-type(1), footer article > div:last-child table tr:nth-of-type(2), footer article > div:last-child table tr:nth-of-type(3) {
display: none;
}
footer article > div th, footer table caption {
text-align: left;
}
footer article > div th {
font-weight: normal;
padding-right: 1rem;
}
footer table caption {
font-weight: bold;
padding-left: 1.8rem;
}
footer article li {
margin-bottom: 2rem;
}
footer > div, footer h5, footer address, footer small {
text-align: center;
}
footer h5 {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 1rem;
}
footer address {
margin-bottom: 1rem;
}
footer small {
display: block;
border-top: 0.3rem solid #000E68;
padding-top: 1rem;
}

.read2 {
padding: 2rem 2rem 2rem 4rem;
color: #fff;
background: url("../img/logi/read_logi.png") no-repeat left 2rem center;
background-size: 0.8rem;
margin: 10rem 0 5rem 0;
font-size: 2rem;
line-height: 1.2;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}
.read_logi {
background-color: #59A8DE;
}
.read_logi2 {
border-bottom: 1.4rem solid #59A8DE;
}
.read_staff {
background-color: #35B05D;
}
.read_staff2 {
border-bottom: 1.4rem solid #35B05D;
}
.read_care {
background: url("../img/care/back_kaigo.png") no-repeat left 2rem center;
background-color: #F6D1DC;
background-size: 0.8rem;
color: #000;
}
.read_care2 {
border-bottom: 1.4rem solid #F6D1DC;
}
.read3 {
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
text-align: center;
padding: 0 1rem 1rem 1rem;
font-size: 2.4rem;
margin: 8rem 0 3rem 0;
}
.read3 span {
font-size: 1.6rem;
}
.sppd {
padding: 0 2rem;
}

}