@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* 共通 
============================================================================= */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  position: relative;
  height: 100%;
}
body {
  position: relative;
  color: #262626;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.5;
  margin: 0;
}
a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}
li {
  list-style: none;
}
/* header
============================================================================= */
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: .4s;
}
.headerinner {
  display: grid;
  background: #fff;
  grid-template-columns: max(15vw, 11rem) minmax(0, 1fr);
  padding: 1vw max(15vw, 10.5rem);
  gap: max(2vw, 1.25rem);
  transition: .4s;
  align-items: center;
  box-shadow: 1px 1px 5px #d3d3d3;
}
figure.logo {
  margin: 0;
}
figure.logo img {
  width: 100%;
}
.nav_wrap ul.nonstyle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1.5em;
  font-size: max(0.9vw, 1em);
  transition: .4s;
  width: 100%;
}
.nav_wrap ul.nonstyle li {
  font-weight: 600;
}
.h-menu {
  display: none;
}
.sp-navinner {
  display: none;
}
/* slide
============================================================================= */
section.slide {
  margin-top: 4%;
}
.swiper-pagination {
  bottom: auto !important;
  z-index: 0 !important;
}
span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.swiper-wrapper {
  width: auto !important;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
/* lead
============================================================================= */
section.lead {
  margin-top: 10rem;
  padding: 1vw max(15vw, 10.5rem);
}
.lead-copy {
  background: #F2F7FF;
  padding: 8rem 10rem;
  text-align: center;
}
.lead-copy p {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 5rem;
  color: #0F4BA1;
}
.lead-txt {
  font-size: 1.6rem;
}
img.lead-img {
  width: 100%;
  margin: 4rem 0 1rem;
}
/* business
============================================================================= */
section.business {
  padding: 4vw max(15vw, 10.5rem);
}
.buz-flex {
  display: flex;
  gap: 3rem;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.buz-flexbox {
  background: #fff;
  margin: 0 auto;
  width: 30%;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #c2c2c2;
}
.buz-flexbox img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.buz-inner {
  margin: 0 auto;
  padding: 2rem 3rem;
}
.buz-ttl {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
.buz-inner a {
  background: #0E4AA0;
  color: #fff;
  padding: 1.5rem 5rem;
  width: 80%;
  display: block;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 600;
}
/* news
============================================================================= */
section.news {
  padding: 4vw max(15vw, 10.5rem);
}
.news-ttlarea {
  font-size: 2.8rem;
  font-weight: 600;
  margin-left: 4rem;
  margin-bottom: 3rem;
}
i.fa-solid.fa-circle-info {
  padding-right: 1rem;
}
ul.nonstyle.ul_news li {
  border-top: 1px solid #E6E6E6;
}
ul.nonstyle.ul_news li:last-child {
  border-bottom: 1px solid #E6E6E6;
}
a.newspost {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  justify-content: space-between;
}
time {
  width: 12%;
}
span.cat-label {
  width: 12%;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 3px;
  font-size: 1.4rem;
  font-weight: 600;
}
.cat-all {
  background: #0E4AA0;
}
.cat-other {
  background: #888888;
}
.cat-medical {
  background: #D6731D;
}
.cat-magokoro {
  background: #77B10B;
}
.cat-kaigo {
  background: #D8C111;
}
h4.post_ttl.m0 {
  width: 65%;
}
i.fa-solid.fa-circle-chevron-right {
  font-size: 2.5rem;
  color: #0E4AA0;
  margin-right: 2rem;
}
.btn_wrap {
  background: #0E4AA0;
  width: 23%;
  text-align: center;
  border-radius: 10px;
  margin: 7rem auto;
}
a.btn_link {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
}
/* 下層ページ
============================================================================= */
.page-ttl-inner {
  background: #0E4AA0;
  padding: 10vw max(15vw, 10.5rem) 6vw;
  text-align: center;
  color: #fff;
}
ul.bcn li:not(:first-child)::before {
  content: '\f138';
  margin: 0 1em;
  font-weight: bold;
  font-family: "Font Awesome 6 Free";
  color: #0E4AA0;
}
ul.bcn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: max(0.8vw, 0.875em);
  padding: 0vw max(15vw, 10.5rem);
}
section.contents {
  padding: 2vw max(15vw, 10.5rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content-wrap {
  font-size: max(0.9vw, 1em);
}
.content-wrap.full-width {
  width: 100%;
}
.content-wrap.with-sidebar, .content-wrap.news-with-sidebar {
  width: 70%;
}
h3.border-ttl {
  border-bottom: 3px solid #0E4AA0;
  font-size: 2.5rem;
  color: #262626;
}
.rinen-list li {
  list-style: revert-layer;
  line-height: 5rem;
}
iframe.map {
  width: 100%;
  height: 280px;
}
.noborder-table01 tr td {
  border: none !important;
  padding: 20px !important;
}
.noborder-table02 tr td {
  border: none !important;
  padding: 12px !important;
}
.access-table a, .access-table01 a {
  border: 2px solid #0E4AA0;
  border-radius: 25px;
  padding: 5px 10px;
  color: #0E4AA0;
  font-weight: 600;
  line-height: 4rem;
  font-size: 1.4rem;
}
.access-ttl {
  background: #0E4AA0;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 2rem;
}
p.access-subttl {
  color: #0E4AA0;
  font-weight: 600;
  font-size: 2rem;
  border: 2px solid #0E4AA0;
  border-radius: 28px;
  width: 12%;
  text-align: center;
  padding: 5px 10px;
}
.privacy-list li {
  list-style: auto;
  padding-bottom: 3rem;
}
.work-table {
  width: 60%;
}
.work-table tr td {
  text-align: center !important;
}
div#--description {
  font-size: 1.4rem;
  color: #d45a5a;
}
.smf-form .smf-text-control__control {
  width: 100%;
  padding: 1.25rem 1rem;
}
.smf-form--simple-table .smf-item {
  padding: 2rem 0;
}
button.smf-button-control__control {
  width: 50%;
  padding: 1.5rem 1rem !important;
  font-size: 1.4rem;
  font-weight: 600;
  background: #0E4AA0 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
}
.smf-form.smf-form--simple-table {
  margin-bottom: 5rem;
}
.rec-message {
  color: #0E4AA0;
  font-size: 2.2rem;
  margin-bottom: 6rem;
}
.iryo-interview {
  border-bottom: 1px dashed #1F8D77;
}
p.iryosyoku-ttl {
  color: #208D77;
  font-weight: 600;
  font-size: 2rem;
  border: 2px solid #208D77;
  border-radius: 28px;
  width: 12%;
  text-align: center;
  padding: 5px 10px;
  background: #fff;
}
.alert-info.iryosyoku, .alert.alert-info.kaigo {
  background-color: #F2F7FF;
  border-color: #F2F7FF;
  padding: 4rem;
}
p.iryosyoku-copy {
  color: #208D77;
  font-size: 2rem;
  margin: 2rem 0 !important;
}
p.iryo-interview-ttl {
  color: #1F8D77;
  font-size: 2rem;
}
p.iryosyoku-txt, p.kaigo-txt {
  color: #262626;
}
p.kaigo-ttl {
  color: #3B97E6;
  font-size: 2rem;
}
p.kaigo-ttl {
  color: #3B97E6;
  font-weight: 600;
  font-size: 2rem;
  border: 2px solid #3B97E6;
  border-radius: 28px;
  width: 12%;
  text-align: center;
  padding: 5px 10px;
  background: #fff;
}
p.kaigo-copy {
  color: #3B97E6;
  font-size: 2rem;
  margin: 2rem 0 !important;
}
p.kaigo-interview-ttl {
  color: #3B97E6;
  font-size: 2rem;
}
.yoko-ttl {
  color: #0E4AA0;
  font-weight: 600;
  font-size: 2rem;
  border: 2px solid #0E4AA0;
  border-radius: 28px;
  width: 12%;
  text-align: center;
  padding: 5px 10px;
  background: #fff;
}
.yoko-table tr td:first-child {
  background: #CEDCF2 !important;
}
.yoko-table tbody tr td {
  border: 1px solid #c1c1c1;
}
.saiyo-privacybtn a {
  width: 30%;
  font-size: 1.8rem !important;
  font-weight: 600;
}
.flow-left .vk_flow_frame {
  width: 40%;
}
.flow-right .vk_flow_frame {
  width: 40%;
  margin: 0 0 -5rem auto !important;
}
.normal p {
  color: #3B97E6;
  font-weight: 600;
  font-size: 2rem;
  border: 2px solid #3B97E6;
  border-radius: 28px;
  width: 20%;
  text-align: center;
  padding: 5px 10px;
  background: #fff;
}
.flow-circle {
  background: #fff;
  border: 3px solid #3B97E6;
  width: 100%;
  margin: 0 auto;
  border-radius: 25px;
  padding: 1rem 5rem;
  color: #3B97E6;
  font-weight: 600;
  font-size: 1.8rem;
}
.flow-circle-box {
  flex-wrap: wrap !important;
  flex-direction: column;
  align-items: center !important;
  gap: 1rem;
  margin: 0;
}
.flow-inner {
  width: 70%;
  margin: 0 auto;
}
.vk_flow_frame {
  border: 3px solid #3B97E6 !important;
}
.vk_flow.vk_flow-arrow-on::after, .vk_flow > .vk_flow_frame_arrow {
  position: relative !important;
  content: "" !important;
  height: 50px !important;
  width: 35px !important;
  background: url(../img/flow-arrow.svg) no-repeat 100% center !important;
  display: block !important;
}
.flow-arrow:after {
  position: relative !important;
  content: "" !important;
  height: 50px !important;
  width: 35px !important;
  background: url(../img/flow-arrow.svg) no-repeat 100% center !important;
  display: block !important;
}
dt.vk_flow_frame_text_title {
  color: #3B97E6;
  font-weight: 600;
}
.vk_flow .vk_flow_frame_image {
  max-width: 350px !important;
}
span.smf-button-control {
    margin-left: 0 !important;
}
button.smf-button-control__control[data-action="back"] {
    background: #868686 !important;
}
/* sidebar
============================================================================= */
aside#sidebar {
  width: 25%;
  position: sticky;
  top: 10%;
}
ul.toc-list li {
  display: block;
  border: 1px solid #0E4AA0;
  list-style-type: none;
  margin-bottom: 10px;
  background: url(../img/side-arrow.svg) no-repeat 93% center #ffffff;
  background-size: 15px;
  padding-right: 20px;
}
ul.toc-list li a {
  display: block;
  padding: .6em;
  font-size: 1.6rem;
}
ul.toc-list {
  padding-left: 0;
  width: 80%;
}
/* news
============================================================================= */
li.news-item {
  border-top: 1px solid #E6E6E6;
  padding: 1rem 0;
  align-items: center;
}
time.actime {
  width: 14%;
  font-size: 1.4rem;
}
span.accat-label {
  width: 16%;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 3px;
  font-size: 1.4rem;
  font-weight: 600;
}
h4.acpost_ttl.m0 {
  width: 58%;
  font-size: 1.5rem;
}
aside#news-sidebar {
  position: sticky;
  top: 10%;
  display: flex;
  flex-direction: column;
  gap: max(3vw, 1.75rem);
}
select {
  border: 1px solid #0E4AA0 !important;
  padding: 2rem 6rem 2rem 2rem;
  width: 100%;
}
.news-archive-list .ul_news {
  padding: 0;
}
h2.news-title {
  font-size: 2rem;
}
li.news-item:last-child {
  border-bottom: 1px solid #E6E6E6;
}
.news-category-list, .news-category-list .children {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-category-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1.5px solid #005494;
  position: relative;
  color: #333;
  font-size: 1.4rem;
}
.news-category-list li a {
  display: block;
  padding: 15px 5px;
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
  flex: 1;
}
.news-category-list .children {
  width: 100%;
}
.news-category-list .children li {
  border-top: 1.5px solid #005494;
  border-bottom: none;
}
.news-category-list li a:hover {
  background-color: rgba(0, 84, 148, 0.05);
}
section.single-contents {
  padding: 10vw max(15vw, 10.5rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single_title_wrap {
  position: relative;
  border-bottom: 3px solid #f1f1f1;
  padding-bottom: 2rem;
  margin-bottom: 10rem;
}
.single_title_wrap time {
  font-size: 1.4rem;
}
a.allnews-btn {
  position: relative;
  display: block;
  padding: 1em 2em;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  width: 40%;
  color: black;
  background: #f1f1f1;
  border-radius: max(1vw, 1em);
  transform: .4s;
}
.single_content {
  margin-bottom: 10rem;
}
/* footer
============================================================================= */
section.footer {
  background: #E2E5EB;
  border-top: 2px solid #0E4AA0;
  border-bottom: 2px solid #0E4AA0;
  padding: 4vw max(15vw, 10.5rem);
  margin-top: 10rem;
}
.footerinner {
  display: flex;
  gap: 3rem;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.col-3 {
  width: 30%;
}
.footerlogo figure.logo {
  margin-bottom: 2rem;
}
.footerlogo figure.logo img {
  width: 70%;
}
nav.footer01-nav li, nav.footer02-nav li {
  line-height: 5rem;
}
p.copy-txt {
  text-align: center;
  padding: 1rem;
  margin: 0;
  font-size: 1.4rem;
}
ul.nonstyle.ul_footer {
  margin: 0;
}
/* レスポンシブ
============================================================================= */
@media screen and (max-width: 1536px) {
  section.lead {
    padding: 1vw max(10vw, 10.5rem);
  }
  .headerinner {
    padding: 1vw max(10vw, 10.5rem);
  }
  section.business {
    padding: 4vw max(10vw, 10.5rem);
  }
  section.news {
    padding: 4vw max(10vw, 10.5rem);
  }
  section.footer {
    padding: 4vw max(10vw, 10.5rem);
  }
  section.contents {
    padding: 2vw max(10vw, 10.5rem);
  }
  ul.bcn {
    padding: 0vw max(10vw, 10.5rem);
  }
  section.single-contents {
    padding: 10vw max(10vw, 10.5rem);
  }
}
@media screen and (max-width: 1440px) {
  img.lead-img {
    width: 90%;
  }
  .buz-ttl {
    font-size: 2.2rem;
  }
  .buz-inner a {
    padding: 1rem 5rem;
    font-size: 1.8rem;
  }
  .news-ttlarea {
    margin-left: 0rem;
  }
  ul.nonstyle.ul_news {
    padding: 0;
  }
  span.cat-label {
    width: 14%;
  }
  h4.post_ttl.m0 {
    width: 62%;
  }
  .access-table a, .access-table01 a {
    font-size: 1.2rem;
  }
  .content-wrap.news-with-sidebar {
    width: 75%;
  }
  aside#news-sidebar {
    width: 20%;
  }
  span.accat-label {
    font-size: 1.2rem;
  }
  .vk_flow .vk_flow_frame_image {
    max-width: 250px !important;
  }
}
@media screen and (max-width: 1366px) {
  section.slide {
    margin-top: 5%;
  }
  .lead-copy {
    padding: 5rem 10rem;
  }
  .lead-copy p {
    font-size: 3rem;
    line-height: 4.5rem;
  }
  h4.post_ttl.m0 {
    width: 60%;
  }
  span.cat-label {
    width: 14%;
    font-size: 1.2rem;
  }
  .content-wrap.with-sidebar {
    width: 72%;
  }
  .access-ttl {
    margin-top: 0;
  }
  p.kaigo-ttl {
    width: 18%;
  }
}
@media screen and (max-width: 1280px) {
  section.lead {
    padding: 1vw max(5vw, 8.5rem);
  }
  .headerinner {
    padding: 1vw max(5vw, 8.5rem);
  }
  section.business {
    padding: 4vw max(5vw, 8.5rem);
  }
  section.news {
    padding: 4vw max(5vw, 8.5rem);
  }
  section.footer {
    padding: 4vw max(5vw, 8.5rem);
    margin-top: 5rem;
  }
  section.contents {
    padding: 2vw max(5vw, 8.5rem);
  }
  ul.bcn {
    padding: 0vw max(5vw, 8.5rem);
  }
  section.single-contents {
    padding: 14vw max(5vw, 8.5rem);
  }
  h1.single_title {
    font-size: 3rem;
  }
  time {
    font-size: 1.4rem;
  }
  .page-ttl-inner {
    padding: 12vw max(5vw, 8.5rem) 6vw;
  }
  .vk_button.vk_button-align-wide, .editor-styles-wrapper .vk_button.vk_button-align-wide {
    max-width: 85% !important;
  }
  .access-ttl {
    font-size: 1.8rem;
  }
  p.access-subttl {
    font-size: 1.8rem;
  }
  h4.acpost_ttl.m0 {
    width: 50%;
    font-size: 1.4rem;
  }
  time.actime {
    width: 15%;
    font-size: 1.4rem;
  }
  nav.footer01-nav li, nav.footer02-nav li {
    font-size: 1.4rem;
  }
  .inner-txt {
    font-size: 1.4rem;
  }
  h2.side-title {
    font-size: 1.6rem;
  }
  .flow-inner {
    width: 75%;
    margin: 0 auto;
  }
  .saiyo-privacybtn span {
    font-size: 1.5rem;
  }
  i.fa-solid.fa-circle-chevron-right {
    font-size: 1.8rem;
  }
  .news-archive-list a.newspost {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1180px) {
  h4.acpost_ttl.m0 {
    width: 92%;
    font-size: 1.4rem;
    margin: 1.5rem 0 1rem;
  }
  .news-archive-list a.newspost {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  i.fa-solid.fa-circle-chevron-right {
    font-size: 1.8rem;
    width: 5%;
    margin-right: 0rem;
  }
  .news-archive-list span.accat-label {
    width: 20%;
  }
  .news-archive-list time.actime {
    width: 20%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1112px) {
  .nav_wrap a {
    font-size: 1.4rem;
  }
  .lead-copy p {
    font-size: 2.6rem;
    line-height: 4rem;
  }
  .lead-copy {
    padding: 5rem 2rem;
  }
  img.lead-img {
    width: 75%;
  }
  .buz-inner a {
    background: #0E4AA0;
    color: #fff;
    padding: 1.5rem 2rem;
    width: 90%;
  }
  time {
    width: 15%;
  }
  .btn_wrap {
    width: 30%;
    margin: 5rem auto;
  }
  a.btn_link {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 1024px) {
  span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .lead-copy p {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
  .buz-inner a {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
  .news-ttlarea {
    font-size: 2.4rem;
  }
  h4.post_ttl.m0 {
    width: 60%;
    font-size: 1.5rem;
  }
  span.cat-label {
    width: 16%;
  }
  a.btn_link {
    font-size: 1.6rem;
  }
  ul.toc-list li a {
    font-size: 1.5rem;
  }
  table.has-fixed-layout {
    font-size: 1.4rem;
  }
  .vk_button.vk_button-align-wide, .editor-styles-wrapper .vk_button.vk_button-align-wide {
    max-width: 100% !important;
  }
  h3.border-ttl {
    font-size: 2rem;
  }
  .access-ttl {
    font-size: 1.6rem;
    padding: 1rem 1rem;
  }
  p.access-subttl {
    font-size: 1.6rem;
  }
  .rec-message {
    font-size: 2rem;
  }
  p.iryosyoku-ttl, p.kaigo-ttl {
    width: 25%;
  }
  p.iryo-interview-ttl, p.kaigo-interview-ttl {
    font-size: 1.8rem;
    margin: 0;
  }
  .iryo-interview {
    padding-bottom: 1rem;
  }
  .yoko-ttl {
    font-size: 1.8rem;
    width: 20%;
  }
  .page-ttl-inner {
    font-size: 1.4rem;
  }
  h2.news-title {
    font-size: 1.8rem;
  }
  select {
    padding: 2rem 2rem 2rem 1rem;
  }
}
@media screen and (max-width: 834px) {
  .lead-copy p {
    font-size: 2rem;
    line-height: 3rem;
  }
  .headerinner {
    padding: 1vw max(5vw, 4.5rem);
  }
  section.lead {
    padding: 1vw max(5vw, 4.5rem);
  }
  section.business {
    padding: 4vw max(5vw, 4.5rem);
  }
  section.news {
    padding: 4vw max(5vw, 4.5rem);
  }
  section.footer {
    padding: 4vw max(5vw, 4.5rem);
    margin-top: 5rem;
  }
  section.contents {
    padding: 2vw max(5vw, 4.5rem);
  }
  ul.bcn {
    padding: 0vw max(5vw, 4.5rem);
  }
  section.single-contents {
    padding: 14vw max(5vw, 4.5rem);
  }
  .headerinner {
    grid-template-columns: max(18vw, 11rem) minmax(0, 1fr);
  }
  .buz-flexbox img {
    border-radius: 10px 10px 0 0;
  }
  .buz-flexbox {
    border-radius: 10px;
  }
  .buz-ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .buz-inner a {
    width: 100%;
  }
  h4.post_ttl.m0 {
    font-size: 1.4rem;
  }
  time {
    width: 17%;
  }
  span.cat-label {
    width: 18%;
  }
  h4.post_ttl.m0 {
    width: 53%;
    font-size: 1.4rem;
  }
  .page-ttl-inner {
    padding: 15vw max(5vw, 8.5rem) 6vw;
    font-size: 1.3rem;
  }
  aside#sidebar {
    display: none;
  }
  .content-wrap.with-sidebar {
    width: 100%;
  }
  .rinen-list li {
    line-height: 3rem;
  }
  .alert-info.iryosyoku, .alert.alert-info.kaigo {
    padding: 3rem;
  }
  p.iryosyoku-copy, p.kaigo-copy {
    font-size: 1.8rem;
  }
  .flow-inner {
    width: 85%;
  }
  .saiyo-privacybtn span {
    font-size: 1.4rem;
  }
  .saiyo-privacybtn a.vk_button_link.btn.has-background.btn-lg {
    width: 40% !important;
  }
  .content-wrap.news-with-sidebar {
    width: 100%;
  }
  aside#news-sidebar {
    width: 100%;
    margin-top: 10rem;
  }
  h1.single_title {
    font-size: 2.2rem;
  }
  section.single-contents {
    padding: 20vw max(5vw, 4.5rem);
  }
  .footerlogo figure.logo img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.slide {
    margin-top: 9%;
  }
  .navinner {
    display: none;
  }
  .headerinner {
    grid-template-columns: max(25vw, 11rem) minmax(0, 1fr);
    padding: 4vw max(3vw, 2.5rem);
  }
  .h-menu {
    display: flex;
    position: fixed;
    top: 1.2rem;
    right: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    width: 6rem;
    height: 5.8rem;
    cursor: pointer;
    transition: .4s;
    z-index: 90;
    background: #1D2087;
    color: white;
    border-radius: 4px;
  }
  .h-menu .openbtn {
    position: relative;
    width: 100%;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    transition: .5s;
  }
  .h-menu .openbtn span {
    position: absolute;
    display: inline-block;
    top: 0;
    width: 100%;
    height: 2px;
    background: white;
    transition: .4s;
  }
  .h-menu .openbtn span:nth-child(1) {
    top: 0;
  }
  .h-menu .openbtn span:nth-child(2) {
    top: 8px;
  }
  .h-menu .openbtn span:nth-child(3) {
    top: 16px;
  }
  .h-menu.active .openbtn span:nth-child(1) {
    transform: rotate(40deg);
    top: 13px;
  }
  .h-menu.active .openbtn span:nth-child(2) {
    opacity: 0;
  }
  .h-menu.active .openbtn span:nth-child(3) {
    transform: rotate(-40deg);
    top: 13px;
  }
  .h-menu.active .openbtn {
    height: 30px;
  }
  .sp-navinner {
    padding: max(10vw, 5rem) max(5vw, 2.5rem) 0;
    width: 45vw;
    gap: 2rem;
    display: block;
    opacity: 0;
    position: fixed;
    top: -1rem;
    right: 0;
    height: 100vh;
    z-index: 20;
    pointer-events: none;
    background-color: rgb(217 228 251 / 90%);
    transition: .6s;
    animation: blur-anim-re .3s linear forwards;
  }
  .sp-navinner.active {
    opacity: 1;
    pointer-events: auto;
    top: 0;
    transition: opacity 0.6s ease, top 0.6s ease;
  }
  nav.footer01-nav li, nav.footer02-nav li {
    line-height: 4rem;
  }
  .sp-nav_wrap ul li {
    font-size: 1.5rem;
    line-height: 4.5rem;
    font-weight: 600;
  }
  img.lead-img {
    width: 90%;
  }
  .lead-txt {
    font-size: 1.4rem;
  }
  .buz-inner {
    padding: 2rem 1.5rem;
  }
  .buz-flex {
    gap: 2rem;
  }
  .news-ttlarea {
    font-size: 2.2rem;
  }
  .btn_wrap {
    width: 40%;
  }
  body {
    font-size: 15px;
  }
  span.vk_button_link_txt {
    font-size: 1.6rem;
  }
  p.vk_button_link_subCaption {
    font-size: 1.4rem !important;
  }
  .torihiki-table {
    flex-wrap: nowrap !important;
  }
  .access-table a, .access-table01 a {
    font-size: 1.1rem;
  }
  .rec-message {
    font-size: 1.8rem;
  }
  p.iryosyoku-ttl, p.kaigo-ttl {
    font-size: 1.8rem;
  }
  .flow-circle {
    font-size: 1.6rem;
  }
  .yoko-ttl {
    font-size: 1.6rem;
  }
  span.vk_button_link_txt {
    font-size: 1.4rem;
  }
  h4.acpost_ttl.m0 {
    margin: 1.5rem 0 0rem;
  }
  i.fa-solid.fa-circle-chevron-right {
    font-size: 2rem;
  }
  button.smf-button-control__control {
    width: 60%;
  }
  .buz-inner a {
    font-size: 1.4rem;
  }
  .page-ttl-inner {
    padding: 19vw max(5vw, 8.5rem) 8vw;
  }
  time {
    width: 20%;
  }
  span.cat-label {
    width: 20%;
  }
  h4.post_ttl.m0 {
    width: 93%;
    margin: 1rem 0;
  }
  a.newspost {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0 5px;
  }
  .flow-circle {
    border: 2px solid #3B97E6;
  }
  .vk_flow_frame {
    border: 2px solid #3B97E6 !important;
  }
}
@media screen and (max-width: 640px) {
  .h-menu {
    width: 5rem;
    height: 4.8rem;
  }
  .lead-copy {
    padding: 3rem 2rem;
  }
  .lead-copy p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  img.lead-img {
    width: 100%;
  }
  .buz-flexbox {
    width: 90%;
  }
  .buz-ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .buz-flex {
    gap: 4rem;
  }
  .buz-inner a {
    font-size: 1.6rem;
  }
  time {
    width: 25%;
  }
  span.cat-label {
    width: 25%;
  }
  .col-3 {
    width: 90%;
  }
  section.footer {
    padding: 8vw max(5vw, 4.5rem);
    margin-top: 5rem;
  }
  ul.nonstyle.ul_footer {
    padding: 0;
  }
  .footerinner {
    gap: 0rem;
  }
  .center {
    margin-top: 3rem;
  }
  p.access-subttl {
    width: 18%;
  }
  .flow-inner {
    width: 90%;
  }
  .saiyo-privacybtn a.vk_button_link.btn.has-background.btn-lg {
    width: 50% !important;
  }
  .news-archive-list time.actime {
    width: 25%;
  }
  .news-archive-list span.accat-label {
    width: 25%;
  }
  i.fa-solid.fa-circle-chevron-right {
    font-size: 2.2rem;
  }
  .sp-navinner {
    width: 48vw;
  }
  .smf-form--simple-table .smf-item__col--label {
    flex: 0 0 4em;
  }
  .wp-block-snow-monkey-forms-item.smf-item {
    flex-wrap: wrap !important;
    flex-direction: column;
  }
  .smf-item__col.smf-item__col--controls {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 540px) {
  .headerinner {
    grid-template-columns: max(37vw, 11rem) minmax(0, 1fr);
  }
  .headerinner {
    padding: 4vw max(5vw, 3.5rem);
  }
  section.lead {
    padding: 1vw max(5vw, 3.5rem);
  }
  section.business {
    padding: 10vw max(5vw, 3.5rem);
  }
  section.news {
    padding: 4vw max(5vw, 3.5rem);
  }
  section.footer {
    padding: 10vw max(5vw, 3.5rem);
    margin-top: 5rem;
  }
  section.contents {
    padding: 2vw max(5vw, 3.5rem);
  }
  ul.bcn {
    padding: 0vw max(5vw, 3.5rem);
  }
  section.single-contents {
    padding: 20vw max(5vw, 3.5rem);
  }
  time {
    width: 30%;
  }
  span.cat-label {
    width: 30%;
  }
  .btn_wrap {
    width: 60%;
  }
  .torihiki-table tr td {
    height: 7rem;
  }
  p.iryosyoku-ttl, p.kaigo-ttl {
    width: 35%;
  }
  .flow-inner {
    width: 100%;
  }
  .flow-circle {
    padding: 1rem 8rem;
  }
  .vk_flow .vk_flow_frame_image {
    margin: 0 auto;
  }
  .yoko-ttl {
    width: 40%;
  }
  .saiyo-privacybtn a.vk_button_link.btn.has-background.btn-lg {
    width: 70% !important;
  }
  .rec-message {
    font-size: 1.6rem;
  }
  p.iryosyoku-ttl, p.kaigo-ttl {
    font-size: 1.6rem;
  }
  .news-archive-list time.actime {
    width: 30%;
  }
  .news-archive-list span.accat-label {
    width: 30%;
  }
  .sp-navinner {
    width: 100vw;
  }
}
@media screen and (max-width: 440px) {
  .headerinner {
    grid-template-columns: max(44vw, 11rem) minmax(0, 1fr);
    padding: 6vw max(5vw, 1.5rem);
  }
  section.slide {
    margin-top: 14%;
  }
  section.lead {
    padding: 1vw max(5vw, 1.5rem);
  }
  section.business {
    padding: 10vw max(5vw, 1.5rem);
  }
  section.news {
    padding: 4vw max(5vw, 1.5rem);
  }
  section.footer {
    padding: 10vw max(5vw, 1.5rem);
    margin-top: 5rem;
  }
  section.contents {
    padding: 2vw max(5vw, 1.5rem);
  }
  ul.bcn {
    padding: 0vw max(5vw, 1.5rem);
  }
  section.single-contents {
    padding: 25vw max(5vw, 1.5rem);
  }
  time {
    width: 35%;
  }
  span.cat-label {
    width: 38%;
  }
  i.fa-solid.fa-circle-chevron-right {
    font-size: 1.8rem;
  }
  h4.post_ttl.m0 {
    font-size: 1.3rem;
  }
  a.newspost {
    padding: 15px 0 10px;
  }
  .btn_wrap {
    width: 90%;
  }
  nav.footer01-nav li, nav.footer02-nav li {
    font-size: 1.6rem;
  }
  .page-ttl-inner {
    padding: 28vw max(5vw, 8.5rem) 8vw;
  }
  .rinen-list {
    padding: 0 0 0 2.5rem;
  }
  .torihiki-table {
    flex-wrap: nowrap !important;
    gap: 1rem;
  }
  .access-table tr td:nth-child(1) {
    width: 17%;
  }
  .access-table tr td:nth-child(2) {
    width: 30%;
  }
  .alert-info.iryosyoku, .alert.alert-info.kaigo {
    padding: 1.5rem;
  }
  p.iryosyoku-copy, p.kaigo-copy {
    font-size: 1.6rem;
  }
  .vk_flow .vk_flow_frame_image {
    max-width: 200px !important;
  }
  .news-archive-list time.actime {
    width: 35%;
  }
  .news-archive-list span.accat-label {
    width: 35%;
  }
  button.smf-button-control__control {
    width: 90%;
  }
  .work-table {
    width: 100%;
  }
}
@media screen and (max-width: 440px){
	p.access-subttl {
        width: 25%;
    }
	h3.border-ttl {
        font-size: 1.8rem;
    }
	a.allnews-btn {
    width: 60%;
}
	
}
@media screen and (max-width: 375px){
	    .headerinner {
        grid-template-columns: max(50vw, 11rem) minmax(0, 1fr);
    }
		    .access-table01 tr td:nth-child(1) {
        width: 38%;
    }
	    .access-table tr td:nth-child(2) {
        width: 36%;
    }
	    p.iryosyoku-ttl, p.kaigo-ttl {
        width: 45%;
    }
	.saiyo-privacybtn a.vk_button_link.btn.has-background.btn-lg {
        width: 100% !important;
    }
	    .news-archive-list span.accat-label {
        width: 40%;
    }
	button.smf-button-control__control {
    width: 100%;
    font-size: 1.6rem;
}
	    .page-ttl-inner {
        padding: 28vw max(5vw, 3.5rem) 8vw;
    }
	
}