<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-family: "メイリオ",Meiryo," ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro",sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: justify;
  color: #333333;
  background-color: #f6f6f6;
  line-height: 1;
}

/*コンテナ*/
#container {
  border-top: 4px solid #d0d0d0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #container {
    min-width: 100%;
    padding-top: 70px;
    border-top: 0;
  }
}

/*グローバルサブメニュー*/
.subnav-box {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .subnav-box {
    width: 100%;
    display: none;
  }
}
.subnav-box nav#subnav {
  padding: 12px 0 16px;
}
.subnav-box nav#subnav ul {
  display: flex;
  justify-content: flex-end;
}
.subnav-box nav#subnav ul li a {
  display: inline-block;
  font-size: 1.2rem;
  color: #333333;
  padding: 0 10px;
  border-right: 1px solid #333333;
}
.subnav-box nav#subnav ul li a:hover {
  text-decoration: underline;
}
.subnav-box nav#subnav ul li:first-child a {
  border-left: 1px solid #333333;
}
.subnav-box nav#subnav ul.company li a:hover {
  color: #ff9d1d;
}
.subnav-box nav#subnav ul.bihin li a:hover {
  color: #59b6ff;
}
.subnav-box nav#subnav ul.kaigo li a:hover {
  color: #f18b8b;
}
.subnav-box nav#subnav ul.saiyo li a:hover {
  color: #84d217;
}

/*ヘッダー*/
#header {
  width: 100%;
  min-width: 960px;
}
@media screen and (max-width: 768px) {
  #header {
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 500;
  }
}
#header .header-box {
  width: 960px;
  height: 70px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header .header-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #header .header-box .logo {
    padding: 12px 0 8px 3%;
  }
}
#header .header-box .logo h1 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 4px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #header .header-box .logo h1 {
    font-size: 1rem;
  }
}
#header .header-box .logo a {
  display: block;
}
#header .header-box .logo a img {
  width: 200px;
}
#header.company {
  background-color: #ffffd1;
}
#header.company .logo h1 {
  color: #001e7a;
}
#header.bihin {
  background-color: #59b6ff;
}
#header.kaigo {
  background-color: #f5aeae;
}
#header.saiyo {
  background-color: #a0e04b;
}

/*グローバルナビ*/
nav#globalmenu.anc {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  nav#globalmenu {
    width: 100%;
    height: calc(100vh - 70px);
    display: none;
    background-color: #dddddd;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  nav#globalmenu br {
    display: none;
  }
  nav#globalmenu.open {
    display: block;
    top: 70px;
    opacity: 1;
  }
}
nav#globalmenu #navBox.navInner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  nav#globalmenu #navBox.navInner {
    height: calc(100vh - 70px);
    overflow-y: scroll;
  }
}
nav#globalmenu #navBox &gt; ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  nav#globalmenu #navBox &gt; ul {
    width: auto;
    display: block;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
}
nav#globalmenu #navBox &gt; ul &gt; li {
  width: 113px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  position: relative;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  nav#globalmenu #navBox &gt; ul &gt; li {
    font-weight: 700;
    width: 100% !important;
    height: 100%;
    display: block;
    font-size: 1.4rem !important;
    text-align: left;
    color: #333333 !important;
    padding: 15px 30px;
    border-right: none !important;
    background-image: url(../../img/common/sm-menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 48px;
    text-shadow: none;
  }
  nav#globalmenu #navBox &gt; ul &gt; li:first-of-type {
    border-left: none !important;
  }
  nav#globalmenu #navBox &gt; ul &gt; li:not(:last-of-type) {
    border-bottom: 1px solid #333333;
  }
  nav#globalmenu #navBox &gt; ul &gt; li:hover {
    background-color: transparent !important;
  }
}
@media screen and (max-width: 480px) {
  nav#globalmenu #navBox &gt; ul &gt; li {
    padding: 15px;
  }
}
nav#globalmenu #navBox &gt; ul &gt; li &gt; a {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  nav#globalmenu #navBox &gt; ul &gt; li &gt; a {
    display: block;
    height: auto;
    line-height: 1;
    text-shadow: none;
    color: #333333 !important;
  }
}
nav#globalmenu #navBox &gt; ul &gt; li ul {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  nav#globalmenu #navBox &gt; ul &gt; li ul {
    display: block !important;
    position: relative;
    top: 0;
    z-index: 100;
  }
}
nav#globalmenu #navBox &gt; ul &gt; li ul li {
  font-weight: 400;
  width: 220px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  nav#globalmenu #navBox &gt; ul &gt; li ul li {
    width: 100% !important;
    height: 100%;
    border: none !important;
  }
}
nav#globalmenu #navBox &gt; ul &gt; li ul li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 12px 0 12px 12px;
  line-height: 1;
  text-shadow: none;
  background-color: #ffffff;
}
nav#globalmenu #navBox &gt; ul &gt; li ul li a::before {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
nav#globalmenu #navBox &gt; ul &gt; li ul li a:hover {
  background-color: #e1e1e1;
}
@media screen and (max-width: 768px) {
  nav#globalmenu #navBox &gt; ul &gt; li ul li a {
    padding: 12px 0 0 0;
    margin-left: 1em;
    background-color: transparent !important;
  }
}
nav#globalmenu #navBox ul.company &gt; li {
  width: 97px;
  border-right: 1px solid #ffe9a9;
  text-shadow: none;
}
nav#globalmenu #navBox ul.company &gt; li:first-child {
  border-left: 1px solid #ffe9a9;
}
nav#globalmenu #navBox ul.company &gt; li:hover {
  background-color: #ffb43c;
}
nav#globalmenu #navBox ul.company &gt; li.active {
  background-color: #ff9d1d;
}
@media screen and (max-width: 768px) {
  nav#globalmenu #navBox ul.company &gt; li.active {
    background-color: #feecd2;
  }
}
nav#globalmenu #navBox ul.company &gt; li &gt; a {
  color: #001e7a;
}
nav#globalmenu #navBox ul.company &gt; li ul li {
  border: 1px solid #ffb43c;
  border-top: none;
}
nav#globalmenu #navBox ul.company &gt; li ul li:first-child {
  border-top: 1px solid #ffb43c;
}
nav#globalmenu #navBox ul.company &gt; li ul li a {
  color: #333333;
}
nav#globalmenu #navBox ul.company &gt; li ul li a::before {
  content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"&gt;&lt;circle cx="6" cy="6" r="6" style="fill:%23ffb43c;"/&gt;&lt;polygon points="4 2 4 10 10 6 4 2" style="fill:%23fff;"/&gt;&lt;/svg&gt;');
}
nav#globalmenu #navBox ul.bihin &gt; li {
  border-right: 1px solid #d1eaff;
}
nav#globalmenu #navBox ul.bihin &gt; li:first-child {
  border-left: 1px solid #d1eaff;
}
nav#globalmenu #navBox ul.bihin &gt; li:hover {
  background-color: #81c8ff;
}
nav#globalmenu #navBox ul.bihin &gt; li.active {
  background-color: #81c8ff;
}
@media screen and (max-width: 768px) {
  nav#globalmenu #navBox ul.bihin &gt; li.active {
    background-color: #e1f2ff;
  }
}
nav#globalmenu #navBox ul.bihin &gt; li ul li {
  border: 1px solid #59b6ff;
  border-top: none;
}
nav#globalmenu #navBox ul.bihin &gt; li ul li:first-child {
  border-top: 1px solid #59b6ff;
}
nav#globalmenu #navBox ul.bihin &gt; li ul li a {
  color: #333333;
}
nav#globalmenu #navBox ul.bihin &gt; li ul li a::before {
  content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"&gt;&lt;circle cx="6" cy="6" r="6" style="fill:%2381c8ff;"/&gt;&lt;polygon points="4 2 4 10 10 6 4 2" style="fill:%23fff;"/&gt;&lt;/svg&gt;');
}
nav#globalmenu #navBox ul.kaigo &gt; li {
  border-right: 1px solid #fff5f5;
}
nav#globalmenu #navBox ul.kaigo &gt; li:first-child {
  border-left: 1px solid #fff5f5;
}
nav#globalmenu #navBox ul.kaigo &gt; li:hover {
  background-color: #f18b8b;
}
nav#globalmenu #navBox ul.kaigo &gt; li.active {
  background-color: #f18b8b;
}
@media screen and (max-width: 768px) {
  nav#globalmenu #navBox ul.kaigo &gt; li.active {
    background-color: #fff5f5;
  }
}
nav#globalmenu #navBox ul.kaigo &gt; li ul li {
  border: 1px solid #f18b8b;
  border-top: none;
}
nav#globalmenu #navBox ul.kaigo &gt; li ul li:first-child {
  border-top: 1px solid #f18b8b;
}
nav#globalmenu #navBox ul.kaigo &gt; li ul li a {
  color: #333333;
}
nav#globalmenu #navBox ul.kaigo &gt; li ul li a::before {
  content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"&gt;&lt;circle cx="6" cy="6" r="6" style="fill:%23f5aeae;"/&gt;&lt;polygon points="4 2 4 10 10 6 4 2" style="fill:%23fff;"/&gt;&lt;/svg&gt;');
}
nav#globalmenu #navBox ul.saiyo &gt; li {
  border-right: 1px solid #e1f5b6;
}
nav#globalmenu #navBox ul.saiyo &gt; li:first-child {
  border-left: 1px solid #e1f5b6;
}
nav#globalmenu #navBox ul.saiyo &gt; li:hover {
  background-color: #84d217;
}
nav#globalmenu #navBox ul.saiyo &gt; li.active {
  background-color: #84d217;
}
@media screen and (max-width: 768px) {
  nav#globalmenu #navBox ul.saiyo &gt; li.active {
    background-color: #ecf4d9;
  }
}
nav#globalmenu #navBox ul.saiyo &gt; li ul li {
  border: 1px solid #84d217;
  border-top: none;
}
nav#globalmenu #navBox ul.saiyo &gt; li ul li:first-child {
  border-top: 1px solid #84d217;
}
nav#globalmenu #navBox ul.saiyo &gt; li ul li a {
  color: #333333;
}
nav#globalmenu #navBox ul.saiyo &gt; li ul li a::before {
  content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"&gt;&lt;circle cx="6" cy="6" r="6" style="fill:%23a0e04b;"/&gt;&lt;polygon points="4 2 4 10 10 6 4 2" style="fill:%23fff;"/&gt;&lt;/svg&gt;');
}

.mobile nav#globalmenu #navBox &gt; ul &gt; li {
  font-weight: 700;
}

/*ハンバーガーメニュー*/
@media screen and (max-width: 768px) {
  #menu-btn {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    position: absolute;
    top: 18px;
    right: 3%;
    cursor: pointer;
  }
  #menu-btn.company, #menu-btn.saiyo_top {
    content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"&gt;&lt;rect width="26" height="6" style="fill:%23001e7a;"/&gt;&lt;rect y="20" width="26" height="6" style="fill:%23001e7a;"/&gt;&lt;rect y="10" width="26" height="6" style="fill:%23001e7a;"/&gt;&lt;/svg&gt;');
  }
  #menu-btn.bihin, #menu-btn.kaigo, #menu-btn.saiyo {
    content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"&gt;&lt;rect width="26" height="6" style="fill:%23ffffff;"/&gt;&lt;rect y="20" width="26" height="6" style="fill:%23ffffff;"/&gt;&lt;rect y="10" width="26" height="6" style="fill:%23ffffff;"/&gt;&lt;/svg&gt;');
  }
  #menu-btn.company.active, #menu-btn.saiyo_top.active {
    content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52"&gt;&lt;polygon points="48.6,11.9 40.1,3.4 26,17.5 11.9,3.4 3.4,11.9 17.5,26 3.4,40.1 11.9,48.6 26,34.5 40.1,48.6 48.6,40.1 34.5,26" style="fill:%23001e7a;"/&gt;&lt;/svg&gt;');
  }
  #menu-btn.bihin.active, #menu-btn.kaigo.active, #menu-btn.saiyo.active {
    content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52"&gt;&lt;polygon points="48.6,11.9 40.1,3.4 26,17.5 11.9,3.4 3.4,11.9 17.5,26 3.4,40.1 11.9,48.6 26,34.5 40.1,48.6 48.6,40.1 34.5,26" style="fill:%23ffffff;"/&gt;&lt;/svg&gt;');
  }
}

/*ぱんくず*/
#bread {
  width: 100%;
  min-width: 960px;
}
@media screen and (max-width: 768px) {
  #bread {
    min-width: 100%;
  }
}
#bread .bread-box {
  width: 960px;
  margin: 25px auto;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #bread .bread-box {
    width: 94%;
  }
}
@media screen and (max-width: 640px) {
  #bread .bread-box {
    margin: 15px auto;
  }
}
@media screen and (max-width: 480px) {
  #bread .bread-box {
    font-size: 1.2rem;
  }
}
#bread .bread-box a:hover {
  text-decoration: underline;
}
#bread.company a {
  color: #ff9d1d;
}
#bread.bihin a {
  color: #59b6ff;
}
#bread.kaigo a {
  color: #f18b8b;
}
#bread.saiyo a {
  color: #84d217;
}

/*コンテンツ*/
#main {
  width: 100%;
  min-width: 960px;
}
@media screen and (max-width: 768px) {
  #main {
    min-width: 100%;
  }
}
#main .main-box {
  width: 960px;
  margin: 30px auto 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #main .main-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 94%;
    margin: 0 3%;
  }
}
#main .main-box #contents {
  width: 73.3%;
}
@media screen and (max-width: 768px) {
  #main .main-box #contents {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #main .main-box #contents hr {
    display: none;
  }
}
#main .main-box #contents .contents-box {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #main .main-box #contents .contents-box {
    margin: 0;
  }
}
#main .main-box #sidebar {
  width: 23.3%;
}
@media screen and (max-width: 768px) {
  #main .main-box #sidebar {
    width: 100%;
  }
}

img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

a:hover img {
  opacity: 0.6;
}

p {
  line-height: 1.7;
}
p &gt; a {
  text-decoration: underline;
}
p &gt; a:hover {
  text-decoration: none;
}

table {
  width: 100%;
  background-color: #ffffff;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  table {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
table th, table td {
  vertical-align: middle;
  border: 1px solid #989896;
}
table th {
  font-weight: 700;
  text-align: left;
  background-color: #e1e1e1;
}

.contents-box h2 {
  font-size: 1.8rem;
  color: #ffffff;
  padding: 12px 0 12px 20px;
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .contents-box h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contents-box h2 {
    margin-bottom: 15px;
  }
}
.contents-box h3 {
  font-size: 1.6rem;
  color: #333333;
  background-color: #e6e6e6;
  padding: 12px 0 12px 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contents-box h3 {
    margin-bottom: 20px;
    padding-right: 20px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .contents-box h3 {
    margin-bottom: 15px;
  }
}
.contents-box h4 {
  font-size: 1.6rem;
  margin: 15px 0 10px;
}
@media screen and (max-width: 480px) {
  .contents-box h4 {
    margin: 10px 0 5px;
  }
}
.contents-box h5 {
  font-size: 1.4rem;
  margin: 10px 0 5px;
}
.contents-box.company h2 {
  background-color: #ff9d1d;
  border-bottom: 4px solid #ffb43c;
}
.contents-box.company h3 {
  border-left: 11px solid #ff9d1d;
}
.contents-box.company h4, .contents-box.company h5, .contents-box.company a {
  color: #ff9d1d;
}
.contents-box.bihin h2 {
  background-color: #59b6ff;
  border-bottom: 4px solid #81c8ff;
}
.contents-box.bihin h3 {
  border-left: 11px solid #59b6ff;
}
.contents-box.bihin h4, .contents-box.bihin h5, .contents-box.bihin a {
  color: #59b6ff;
}
.contents-box.kaigo h2 {
  background-color: #f18b8b;
  border-bottom: 4px solid #f5aeae;
}
.contents-box.kaigo h3 {
  border-left: 11px solid #f18b8b;
}
.contents-box.kaigo h4, .contents-box.kaigo h5, .contents-box.kaigo a {
  color: #f18b8b;
}
.contents-box.saiyo h2 {
  background-color: #84d217;
  border-bottom: 4px solid #a0e04b;
}
.contents-box.saiyo h3 {
  border-left: 11px solid #84d217;
}
.contents-box.saiyo h4, .contents-box.saiyo h5, .contents-box.saiyo a {
  color: #84d217;
}

/*サイドバー*/
@media screen and (max-width: 768px) {
  aside#sidebar {
    margin-top: 40px;
  }
}
aside#sidebar .sidenav-box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidenav-box {
    display: none;
  }
}
aside#sidebar .sidenav-box h3 {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  padding: 17px 0;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
aside#sidebar .sidenav-box dl:not(:last-of-type) {
  margin-bottom: 10px;
}
aside#sidebar .sidenav-box dl dt {
  font-weight: normal;
  margin-bottom: 6px;
}
aside#sidebar .sidenav-box dl dd ul li {
  padding: 6px 0 6px 1em;
}
aside#sidebar .sidenav-box dl dd ul li:hover {
  background-color: #e1e1e1;
}
aside#sidebar .sidenav-box dl dd ul li a {
  display: flex;
  align-items: center;
}
aside#sidebar .sidenav-box dl dd ul li a::before {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
aside#sidebar.company .sidenav-box h3 {
  background-color: #ffb43c;
}
aside#sidebar.company .sidenav-box dl dd ul li a::before {
  content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"&gt;&lt;circle cx="6" cy="6" r="6" style="fill:%23ffb43c;"/&gt;&lt;polygon points="4 2 4 10 10 6 4 2" style="fill:%23fff;"/&gt;&lt;/svg&gt;');
}
aside#sidebar.bihin .sidenav-box h3 {
  background-color: #81c8ff;
}
aside#sidebar.bihin .sidenav-box dl dd ul li a::before {
  content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"&gt;&lt;circle cx="6" cy="6" r="6" style="fill:%2381c8ff;"/&gt;&lt;polygon points="4 2 4 10 10 6 4 2" style="fill:%23fff;"/&gt;&lt;/svg&gt;');
}
aside#sidebar.kaigo .sidenav-box h3 {
  background-color: #f5aeae;
}
aside#sidebar.kaigo .sidenav-box dl dd ul li a::before {
  content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"&gt;&lt;circle cx="6" cy="6" r="6" style="fill:%23f5aeae;"/&gt;&lt;polygon points="4 2 4 10 10 6 4 2" style="fill:%23fff;"/&gt;&lt;/svg&gt;');
}
aside#sidebar.saiyo .sidenav-box h3 {
  background-color: #a0e04b;
}
aside#sidebar.saiyo .sidenav-box dl dd ul li a::before {
  content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"&gt;&lt;circle cx="6" cy="6" r="6" style="fill:%23a0e04b;"/&gt;&lt;polygon points="4 2 4 10 10 6 4 2" style="fill:%23fff;"/&gt;&lt;/svg&gt;');
}
aside#sidebar .sidebn-box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box {
    margin-top: 0;
  }
}
aside#sidebar .sidebn-box h3 {
  width: 100%;
  font-weight: normal;
  margin-bottom: 20px;
}
aside#sidebar .sidebn-box h3.company {
  background-color: #ffb43c;
}
aside#sidebar .sidebn-box h3.bihin {
  background-color: #81c8ff;
}
aside#sidebar .sidebn-box h3.kaigo {
  background-color: #f5aeae;
}
aside#sidebar .sidebn-box h3 a {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  padding: 17px 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
aside#sidebar .sidebn-box h3:hover {
  opacity: 0.6;
}
aside#sidebar .sidebn-box &gt; div {
  width: 100%;
}
aside#sidebar .sidebn-box &gt; div:not(:last-of-type) {
  margin-bottom: 20px;
}
aside#sidebar .sidebn-box &gt; div:hover {
  opacity: 0.6;
}
aside#sidebar .sidebn-box .blog {
  width: 100%;
  border: 1px solid #989896;
  background-image: url(../../img/common/side_blog_bg_pc.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #ffffff;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .blog {
    background-image: url(../../img/common/side_blog_bg_mb.png);
  }
}
aside#sidebar .sidebn-box .blog a {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .blog a {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  aside#sidebar .sidebn-box .blog a {
    justify-content: start;
  }
}
aside#sidebar .sidebn-box .blog a p {
  font-size: 1.2rem;
  line-height: 1;
  color: #001e7a;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .blog a p {
    font-size: 1.8rem;
    flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  aside#sidebar .sidebn-box .blog a p {
    font-size: 1.4rem;
    flex-direction: column;
  }
}
aside#sidebar .sidebn-box .blog a p span {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .blog a p span {
    font-size: 2.8rem;
    margin-top: 0;
    margin-left: .5em;
  }
}
@media screen and (max-width: 480px) {
  aside#sidebar .sidebn-box .blog a p span {
    margin-top: 10px;
    margin-left: 0;
  }
}
aside#sidebar .sidebn-box .video {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
aside#sidebar .sidebn-box .video a {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .video a {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .video a ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  aside#sidebar .sidebn-box .video a ul {
    align-items: start;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  aside#sidebar .sidebn-box .video a ul {
    align-items: start;
    padding: 0 10px;
  }
}

aside#sidebar .sidebn-box .video a ul li {
  height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .video a ul li {
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  aside#sidebar .sidebn-box .video a ul li {
    height: 30px;
  }
}
aside#sidebar .sidebn-box .video a ul li figure {
  width: 60px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .video a ul li figure {
    width: 40px;
  }
}
@media screen and (max-width: 640px) {
  aside#sidebar .sidebn-box .video a ul li figure {
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  aside#sidebar .sidebn-box .video a ul li figure {
    width: 30px;
    margin-right: 5px;
  }
}
aside#sidebar .sidebn-box .video a ul li h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .video a ul li h4 {
    font-size: 2.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  aside#sidebar .sidebn-box .video a ul li h4 {
    font-size: 2.4rem;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 480px) {
  aside#sidebar .sidebn-box .video a ul li h4 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 320px) {
  aside#sidebar .sidebn-box .video a ul li h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .video a ul li h4 br {
    display: none;
  }
}
aside#sidebar .sidebn-box .video a ul + p {
  display: none;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .video a ul + p {
    font-size: 1.2rem;
    line-height: 1.4;
    display: flex;
    margin-top: 7px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  aside#sidebar .sidebn-box .video a ul + p {
    margin-top: 3px;
  }
}
aside#sidebar .sidebn-box .video.bihin {
  border: 1px solid #59b6ff;
}
aside#sidebar .sidebn-box .video.bihin h4 {
  color: #59b6ff;
}
aside#sidebar .sidebn-box .video.kaigo {
  border: 1px solid #f18b8b;
}
aside#sidebar .sidebn-box .video.kaigo h4 {
  color: #f18b8b;
}
aside#sidebar .sidebn-box .saiyo {
  height: 310px;
  border: 1px solid #84d217;
  background: #ffffff;
  background-image: url(../../img/common/side-saiyo-bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .saiyo {
    height: auto;
    background-image: url(../../img/common/side-saiyo-bg_mb.png);
    background-size: 80% auto;
    margin-top: 20px;
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  aside#sidebar .sidebn-box .saiyo {
    text-align: center;
    background: none;
    background-color: #ffffff;
    padding: 15px 0;
  }
}
aside#sidebar .sidebn-box .saiyo a {
  display: block;
  height: 100%;
}
aside#sidebar .sidebn-box .saiyo a &gt; div {
  padding: 15px 10px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .saiyo a &gt; div {
    padding: 0;
  }
}
aside#sidebar .sidebn-box .saiyo a &gt; div &gt; h4 {
  color: #84d217;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .saiyo a &gt; div &gt; h4 {
    font-size: 2.8rem;
    font-weight: normal;
    color: #84d217;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  aside#sidebar .sidebn-box .saiyo a &gt; div &gt; h4 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
aside#sidebar .sidebn-box .saiyo a &gt; div &gt; h5 {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .saiyo a &gt; div &gt; h5 {
    font-size: 2.2rem;
    color: #333333;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  aside#sidebar .sidebn-box .saiyo a &gt; div &gt; h5 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: -0.05rem;
  }
}
aside#sidebar .sidebn-box .saiyo a &gt; div &gt; h5 span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #989896;
  margin: 3px 0 6px;
}
@media screen and (max-width: 480px) {
  aside#sidebar .sidebn-box .saiyo a &gt; div &gt; h5 span {
    font-size: 1.4rem;
    margin: 0 0 6px;
  }
}
aside#sidebar .sidebn-box .saiyo a &gt; div &gt; p {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .saiyo a &gt; div &gt; p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  aside#sidebar .sidebn-box .saiyo a &gt; div &gt; p {
    font-size: 1.2rem;
  }
}
aside#sidebar .sidebn-box .catalog {
  height: auto;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .catalog &gt; div {
    height: auto;
  }
}
aside#sidebar .sidebn-box .catalog &gt; div &gt; h5 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .catalog &gt; div &gt; h5 {
    font-size: 1.3rem;
    padding: 6px 0;
  }
}
aside#sidebar .sidebn-box .catalog &gt; div &gt; a {
  display: block;
  height: 280px;
  margin: 10px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .catalog &gt; div &gt; a {
    display: block;
    height: 100px;
    margin: 12px 0;
  }
}
aside#sidebar .sidebn-box .catalog.bihin {
  border: 1px solid #59b6ff;
  background-color: #e1f2ff;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .catalog.bihin {
    height: 155px;
  }
}
aside#sidebar .sidebn-box .catalog.bihin h5 {
  background-color: #59b6ff;
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .catalog.bihin h5 {
    font-size: 1.3rem;
  }
}
aside#sidebar .sidebn-box .catalog.bihin a {
  background-image: url(../../img/common/side_bihin_catalog_pc.png);
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .catalog.bihin a {
    background-image: url(../../img/common/side_bihin_catalog_mb.png);
  }
}
aside#sidebar .sidebn-box .catalog.kaigo {
  border: 1px solid #f18b8b;
  background-color: #fff5f5;
}
aside#sidebar .sidebn-box .catalog.kaigo h5 {
  background-color: #f18b8b;
}
aside#sidebar .sidebn-box .catalog.kaigo a {
  background-image: url(../../img/common/side_kaigo_catalog_pc.png);
}
@media screen and (max-width: 768px) {
  aside#sidebar .sidebn-box .catalog.kaigo a {
    background-image: url(../../img/common/side_kaigo_catalog_mb.png);
  }
}
aside#sidebar .news-cat {
  border: 1px solid #989896;
  background-color: #ffffff;
  padding: 10px 10px 0;
  margin-bottom: 30px;
  overflow: hidden;
}
aside#sidebar .news-cat &gt; h2 {
  font-size: 1.6rem;
  text-align: center;
  background-color: #e6e6e6;
  padding: 12px 0;
  margin-bottom: 3px;
}
aside#sidebar .news-cat &gt; ul &gt; li {
  border-top: 1px dotted #989896;
  margin-bottom: 3px;
}
aside#sidebar .news-cat &gt; ul &gt; li:first-child {
  border-top: 0;
}
aside#sidebar .news-cat &gt; ul &gt; li a {
  display: flex;
  align-items: center;
  padding: 12px;
}
aside#sidebar .news-cat &gt; ul &gt; li a::before {
  width: 12px;
  height: 12px;
  margin-right: 2px;
  content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"&gt;&lt;circle cx="6" cy="6" r="6" style="fill:%23989896;"/&gt;&lt;polygon points="4 2 4 10 10 6 4 2" style="fill:%23fff;"/&gt;&lt;/svg&gt;');
}
aside#sidebar .news-cat &gt; ul &gt; li a:hover {
  text-decoration: underline;
}

/*フッター*/
#footer {
  width: 100%;
  min-width: 960px;
  font-size: 1.2rem;
  background: #dddddd;
}
@media screen and (max-width: 768px) {
  #footer {
    min-width: 100%;
    margin-top: 20px;
  }
}
#footer .footer-box {
  width: 960px;
  margin: 0 auto;
  padding: 34px 0;
}
@media screen and (max-width: 768px) {
  #footer .footer-box {
    width: 94%;
    margin: 0 3%;
    padding: 20px 0;
  }
}
#footer .footer-box .footermenu {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #footer .footer-box .footermenu {
    flex-wrap: wrap;
    border: 2px solid #333333;
  }
}
#footer .footer-box .footermenu .footermenu-box {
  width: 225px;
}
@media screen and (max-width: 768px) {
  #footer .footer-box .footermenu .footermenu-box {
    width: 100%;
  }
}
#footer .footer-box .footermenu .footermenu-box .footermenu-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  #footer .footer-box .footermenu .footermenu-box .footermenu-title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
#footer .footer-box .footermenu .footermenu-box .footermenu-title li {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #footer .footer-box .footermenu .footermenu-box .footermenu-title li {
    width: 100%;
    height: auto;
    text-align: left;
    border-right: none;
    background-image: url(../../img/common/sm-menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-box .footermenu .footermenu-box .footermenu-title li a {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 15px 0 15px 15px;
    border-top: 2px solid #333333;
    color: #333333;
    line-height: 1;
    text-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-box .footermenu .footermenu-box .footermenu-title li a:hover {
    text-decoration: none;
  }
}
#footer .footer-box .footermenu .footermenu-box .title-home {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer .footer-box .footermenu .footermenu-box .title-home {
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #footer .footer-box .footermenu .footermenu-box .title-home li a {
    border-top: none;
  }
}

#footer .footer-box .footermenu .footermenu-box dl {
  width: 100%;
}
#footer .footer-box .footermenu .footermenu-box dl:not(:first-of-type) {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  #footer .footer-box .footermenu .footermenu-box dl {
    display: none;
  }
}
#footer .footer-box .footermenu .footermenu-box dl dt {
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 10px;
}
#footer .footer-box .footermenu .footermenu-box dl dd ul {
  list-style-type: disc;
}
#footer .footer-box .footermenu .footermenu-box dl dd ul li {
  font-size: 1.3rem;
  margin-left: 1.5em;
  padding-bottom: 10px;
}
#footer .footersub-box {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .footersub-box {
    margin: 20px auto 0;
  }
}
#footer .footersub-box ul {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #footer .footersub-box ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #footer .footersub-box ul {
    justify-content: flex-start;
  }
}
#footer .footersub-box ul li a {
  display: inline-block;
  line-height: 1;
  padding: 0 10px;
  color: #333333;
  border-right: 1px solid #333333;
}
#footer .footersub-box ul li:first-of-type a {
  border-left: 1px solid #333333;
}
#footer .footersub-box address {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #footer .footersub-box address {
    font-size: 0.9rem;
  }
}
#footer .footersub-box address br {
  display: none;
}
@media screen and (max-width: 480px) {
  #footer .footersub-box address br {
    display: block;
  }
}
#footer a:hover {
  text-decoration: underline;
}

/*お問い合わせバナー*/
#mail-bn {
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 480px) {
  #mail-bn {
    padding: 15px;
    margin-top: 25px;
  }
}
#mail-bn.bihin {
  border: 4px solid #59b6ff;
}
#mail-bn.bihin dd {
  color: #59b6ff;
}
#mail-bn.kaigo {
  border: 4px solid #f18b8b;
}
#mail-bn.kaigo dd {
  color: #f18b8b;
}
#mail-bn a {
  display: block;
}
#mail-bn a:hover {
  opacity: 0.6;
}
#mail-bn a dl {
  display: flex;
  align-items: center;
}
#mail-bn a dl dt svg {
  width: 70px;
  height: 50px;
}
@media screen and (max-width: 480px) {
  #mail-bn a dl dt svg {
    width: 45px;
    height: auto;
  }
}
#mail-bn a dl dd {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 1em;
}
#mail-bn a dl dd span {
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  #mail-bn a dl dd span {
    font-size: 1.4rem;
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
}

/*トップに戻る*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 500;
}
.pagetop a {
  display: block;
}
.pagetop a:hover {
  opacity: 0.6;
}
.pagetop a img {
  width: 80px;
  height: 80px;
}
</pre></body></html>