@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  background-color: #fff;
  word-spacing: 0.2em;
  width: 100%;
  min-width: 1200px;
  line-height: 1.5em;
  border-top: 10px solid #20adb1;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
}
a {
  cursor: pointer;
  color: #20adb1;
  text-decoration: none;
}
a:hover {
  color: #FF9827;
}
h1, h2, h3, p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.shueikaku {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.left {
  float: left;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.coloredtxt {
  color: #20adb1;
}
/*ーー追加ーー*/
.centerbig {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 200%;
  margin: 10px auto 40px;
  padding: 5px;
}
.leftbig {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 140%;
  margin: 40px 0;
}
.righttext {
  display: block;
  text-align: right;
}
.cenimg {
  display: block;
  padding: 10px;
  margin: auto;
}
h4 {
  font-size: 120%;
  font-weight: 500;
  color: #20adb1;
  margin-bottom: 10px;
}
.fred {
  color: #ff0000;
}
.fcol {
  color: #FF9827;
  line-height: 1.5em;
}
.fos {
  font-size: 80%;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.mifaq {
  display: block;
  border-left: #20adb1 solid 2px;
  font-size: 110%;
  padding-left: 10px;
  margin-top: 40px;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  color: #000000;
}
.fcol-or {
  color: #F25A03;
}
a.boshu {
  display: block;
  padding: 8px;
  background: #FF9827;
  color: #ffffff;
  font-size: 120%;
  font-weight: normal;
  text-align: center;
}
a:hover.boshu {
  background: #EF8807;
}
.boshu {
  display: block;
  padding: 8px;
  background: #FF9827;
  color: #ffffff;
  font-size: 120%;
  font-weight: normal;
  text-align: center;
}
.boshu2 {
  display: block;
  padding: 8px;
  background: #F2E697;
  font-size: 120%;
  text-align: center;
  color: #AD0033;
  border: #C46D02 1px solid;
}
table.menutable {
  border-top: 1px solid #CCC;
}
.kestai {
  font-size: 110%;
  color: #016A55;
  border-bottom: #38BABF solid 1px;
  padding: 3px 0;
  display: block;
  margin-bottom: 10px;
}
/*ーーここまでーー*/
/* TOP スライド */
.slide01 {
  width: 100%;
  position: relative;
}
.slide01 .swiper-slide {
  width: 100%;
}
.slide01 .swiper-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-drag: none;
}
/* TOP スライド ここまで*/
div#mv_box {
  margin: 0px 0 0;
  padding: 0;
  width: 100%;
  height: 340px;
  background: #FFF url(../img/common/main_visual_01.jpg) no-repeat top center;
}
div#ct_box, div.mv_inside {
  width: 1010px;
  padding: 0 95px;
  margin: 0 auto;
  position: relative;
}
div.mainimg_inside {
  width: 1010px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -600px;
  display: block;
  padding: 0 95px;
}
div#ct_navi {
  float: left;
  width: 250px;
  margin-right: 60px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
div#ct_navi ul, div#ct_navi ul li {
  width: 100%;
  display: block;
}
div#ct_navi ul {
  border-top: 1px solid #f2f2f2;
  padding: 0;
}
div#ct_navi .opensubNavi {
  border: none !important;
}
div#ct_navi li {
  border-bottom: 1px solid #f2f2f2;
}
div#ct_navi ul li a {
  color: #20adb1;
  text-decoration: none;
  font-size: 16px;
  padding: 13px 0 13px 45px;
  display: block;
  position: relative;
}
div#ct_navi ul li ul li a {
  font-size: 14px;
}
div#ct_navi ul li.toggle li {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
div#ct_navi ul li.opensubNavi li a {
  color: #1a1a1a;
}
div#ct_navi > nav > ul > li > a:before {
  content: ' ';
  border: transparent solid 0.3em;
  border-left-color: #20adb1;
  position: absolute;
  height: 0;
  width: 0;
  left: 23px;
  margin: 0px;
  margin-top: 0.4em;
  padding: 0px;
}
div#ct_navi ul .opensubNavi > a:before {
  border: transparent solid 0.3em;
  border-top-color: #20adb1;
  border-width: 0.3em;
  left: 21px;
  margin-top: 0.5em;
}
div#ct_navi ul .opensubNavi li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #505050;
  border-right: solid 2px #505050;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  div#ct_navi ul li.opensubNavi li.onNavi a {
    color: #FFF;
  }
  div#ct_navi ul .opensubNavi li a:hover:before, div#ct_navi ul .opensubNavi li.onNavi a:before {
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
  }
  div#ct_navi ul li:not(.opensubNavi) a:hover, div#ct_navi ul li.onNavi a {
    background: #20adb1;
    color: #FFFFFF;
  }
}
div#ct_main {
  float: right;
  width: 680px;
  padding: 10px 10px 60px;
}
div#ct_main:after {
  clear: both;
}
div#mv_box h1 {
  display: block;
  position: absolute;
  left: 122px;
  top: 52px;
  width: 320px;
  height: 140px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/common/main_title.png) no-repeat;
  background-size: contain;
  margin: 0;
}
div#mv_box div.mv_copy {
  display: block;
  position: absolute;
  left: 808px;
  top: 275px;
  width: 277px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/common/main_subcopy.png) no-repeat;
  background-size: contain;
}
div#mv_box div.mailbox a {
  display: block;
  position: absolute;
  left: 970px;
  top: 0px;
  width: 130px;
  height: 90px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/common/btn_contact.png) no-repeat;
}
div#mv_box div.mailbox a:hover {
  background: url(../img/common/btn_contact_over.png) no-repeat;
}
div#bc_box {
  background-color: #f5f5f5;
  width: 100%;
  height: 40px;
}
div#bc_box div.clumb {
  width: 680px;
  margin: 0 auto;
  padding-left: 320px;
  padding-top: 8px;
  font-size: 12px;
}
div#bc_box div.clumb a {
  color: #20adb1;
  text-decoration: none;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
}
div#bc_box div.clumb a:hover {
  text-decoration: underline;
}
div#banner_box {
  background-color: #f2f2f2;
  padding: 8px 8px 1px;
}
div#banner_box a {
  width: 234px;
  height: auto;
  position: relative;
  display: block;
  margin-bottom: 8px;
}
div#banner_box a img {
  display: block;
}
div#ct_main h2 {
  display: block;
  font-size: 24px;
  font-weight: normal;
  color: #20adb1;
}
div#ct_main h2 span {
  font-size: 18px;
  height: 32px;
  color: #1a1a1a;
  margin-left: 15px;
  padding-top: -5px;
  padding-left: 20px;
  border-left: 1px solid #20adb1;
}
div#ct_main h3 {
  display: block;
  width: 680px;
  height: 35px;
  font-size: 18px;
  font-weight: normal;
  border-top: 1px solid #20adb1;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 15px;
  padding-left: 5px;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
}
div#ct_main h3.multiline {
  height: auto;
  line-height: 27px;
  padding-bottom: 10px;
}
div#ct_main p {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.1em;
}
div#ct_main ol {
  list-style: none;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 45px;
  margin-left: -45px;
}
div#ct_main ol span {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 18px;
}
table#timeline {
  display: block;
}
table#timeline tr, th, td {
  margin: 0;
  padding: 5px 5px 10px;
}
table#timeline th {
  width: 100px;
  text-align: left;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
}
table#timeline td {
  width: 400px;
}
/*フッター定義*/
div.footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #20adb1;
}
footer {
  position: relative;
  display: block;
  width: 1200px;
  height: 340px;
  bottom: 0px;
  margin: 0px auto;
  padding: 20px 0 0;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* 一番上に移動するボタン定義 */
div#footer_jPageUp {
  position: relative;
  display: block;
  left: 1005px;
  width: 140px;
  height: 50px;
}
/* 一番上に移動するボタン定義 ここまで */
/* フッターメニューマウスオーバー設定 */
a#footer_list_jPageUp {
  display: block;
  background: url("../img/common/page_top_over.png") no-repeat;
  cursor: pointer;
  width: 140px;
  height: 50px;
}
a#footer_list_jPageUp:hover img {
  visibility: hidden;
  cursor: pointer;
}
/* フッターメニューリスト定義 */
article#footer_list {
  position: relative;
  display: block;
  top: 0px;
  width: 1200px;
  background-color: #20adb1;
}
div.footer_list_start {
  position: relative;
  display: block;
  top: 10px;
  width: 200px;
  margin-left: 40px;
  padding-left: 20px;
  margin-top: 22px;
}
div.footer_list {
  position: relative;
  display: block;
  top: 10px;
  width: 280px;
  margin-left: 30px;
  margin-top: 22px;
}
div.footer_list li {
  margin-bottom: 0;
  letter-spacing: 0.2em;
}
div.footer_list_end {
  position: relative;
  display: block;
  top: 10px;
  width: 200px;
  margin: 22px 0 0 20px;
}
div.footer_list_end li {
  margin-bottom: 10px;
}
ul.footer_list_main {
  margin: 0 0 0 0;
  list-style-type: none;
  font-weight: normal;
}
.footer_list_main a {
  position: relative;
  display: block;
  font-size: 13px;
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  padding: 1px 0 0 23px;
  letter-spacing: 0.1em;
}
.footer_list_main a:before {
  content: ' ';
  border: transparent solid 0.3em;
  border-left-color: #ffffff;
  position: absolute;
  height: 0;
  width: 0;
  left: 10px;
  margin: 0px;
  margin-top: 0.5em;
  padding: 0px;
}
.footer_list_main a:hover {
  color: #EEEE88;
}
.footer_list_main a:hover:before {
  border-left-color: #EEEE88;
}
div.footer_list_start .footer_list_main > li a:before, div.footer_list .footer_list_main > li a:before {
  border: transparent solid 0.3em;
  border-top-color: #ffffff;
  border-width: 0.3em;
  left: 10px;
  margin-top: 0.7em;
}
div.footer_list_start .footer_list_main > li a:hover:before {
  border-top-color: #EEEE88;
}
ul.footer_list_sub {
  margin: 5px 0 30px 0;
  padding-left: 13px;
  font-size: 12px;
  line-height: 170%;
  list-style-type: none;
  font-weight: normal;
}
ul.footer_list_sub li {
  margin-bottom: 0px;
}
.footer_list_sub a {
  font-size: 12px;
  font-weight: normal;
}
.footer_list_sub a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -3px;
}
.footer_list_sub a:hover:before {
  border-top: solid 1px #EEEE88;
  border-right: solid 1px #EEEE88;
}
span.footer_list_txt {
  margin: 0 0 0 10px;
}
span.footer_list_sub_txt {
  margin: 0 0 0 15px;
}
div#footer_list_logo {
  position: relative;
  display: block;
  top: 0px;
  left: 85px;
  width: 200px;
  margin-top: 32px;
  font-size: 12px;
  line-height: 170%;
  color: #FFF;
  text-align: center;
}
div#footer_list_logo > img {
  display: block;
  width: 100%;
  height: auto;
}
div#footer_list_logo_txt {
  position: relative;
  display: block;
  margin-top: 24px;
  font-size: 12px;
}
div#footer_list_logo_tel {
  position: relative;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 170%;
  color: #ffffff;
}
/* フッターメニューリスト定義 ここまで */
/* フッターメニューマウスオーバー設定 */
a#footer_list_jPageUp {
  display: block;
  background: url("../img/common/page_top_over.png") no-repeat;
  cursor: pointer;
}
a#footer_list_jPageUp:hover img {
  visibility: hidden;
  cursor: pointer;
}
article#footer_copyright {
  display: block;
  width: 100%;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  border-top: 1px solid #90d6d8;
  padding-top: 20px;
}
/*テーブル１
---------------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  font-size: 80%;
  border-spacing: 0;
}
.ta1 {
  width: 100%;
  background: #ffffff; /*背景色*/
}
.ta1 td, .ta1 th {
  border-bottom: 1px solid #cccccc; /*テーブルの枠線の幅、線種、色*/
  line-height: 1.4;
}
/*テーブル内の右側*/
.ta1 td {
  padding: 10px;
}
/*テーブル内の左側*/
.ta1 th {
  padding: 10px;
  text-align: center;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
  width: auto;
  text-align: left;
  background: #cccccc; /*背景色*/
  color: #222222; /*文字色*/
}
.cog {
  color: #38BABF;
}
/*business8.html*/
.imgTextblock:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.imgTextblock {
  width: 100%;
  position: relative;
  display: block;
}
.imgTextblockR {
  float: right;
}
.imgTextblockL {
  float: left;
}
.w280 {
  width: 280px;
}
.w280 p {
  padding: 0;
  margin: 0;
}
.w280 p span, .w280 p strong {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 600;
}
.w280 p span {
  font-size: 14px;
  font-weight: normal;
}
.w280 p strong {
  font-size: 18px;
  font-weight: bold;
}
/*business.html*/
div.kaigohoken h4 {
  margin-bottom: -10px;
}
div.kaigohoken ul li {
  margin: 20px auto;
  line-height: 30px;
  font-size: 14px;
}
div.kaigohoken ul.serviceflow {
  list-style-type: decimal;
}
/*filename.html*/
.newsAnchor {
  display: block;
  margin-bottom: 60px;
}
.infoSpan {
  width: 100px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sp_none {
    display: block !important;
  }
  .pc_none {
    display: none !important;
  }
  .pc_inline {
    display: table-cell !important;
  }
}
.logo {
  display: none;
}
div#ct_main h2.border {
  border-bottom: 1px solid #20adb1;
  padding-bottom: 15px;
}
.business4 .business_imgbox {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.recruit .lh th, .recruit .lh td {
  line-height: 1.8;
}
.tel-dl {
  vertical-align: top;
}
.tel-dl, .tel-dl dt, .tel-dl dd {
  display: inline-block;
  margin: 0;
}
.tel-dl dt {
  width: 58px;
  text-align: justify;
  text-align-last: justify;
}
/*---------------------------------------------------------------------
	SP
---------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 100%;
    font-size: 1.4rem;
    border-top: 0 solid #ffffff;
    margin-top: 60px;
  }
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block !important;
  }
  .flex {
    display: flex;
  }
  .flex-column {
    display: flex;
    flex-direction: column;
  }
  .wrap {
    flex-wrap: wrap;
  }
  .jc-space {
    justify-content: space-between;
  }
  .sp_mb0 {
    margin-bottom: 0px;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  .sp_mb40 {
    margin-bottom: 40px;
  }
  .sp_mb50 {
    margin-bottom: 50px;
  }
  .sp_mb60 {
    margin-bottom: 60px;
  }
  .sp_img {
    padding: 0;
    display: block;
  }
  .map {
    width: 100%;
    height: 66.7vw;
  }
  .w-100 {
    width: 100%;
    height: auto;
  }
  .fos {
    font-size: clamp(1.2rem, 80%, 2rem);
  }
  /*  ハンバーガーメニュー ここから */
  /* ハンバーガーメニュー展開時、背景を固定 */
  body.active {
    height: 100%;
    overflow: hidden;
  }
  div#ct_navi {
    width: 100vw;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 999;
    border-bottom: solid 1px #cccccc;
  }
  #g-nav {
    position: fixed;
    z-index: 995;
    display: none;
    top: 61px;
    left: 0;
    transform: translateY(0) translateX(0);
    width: 100vw;
    height: calc(100vh - 61px);
    height: calc(100dvh - 61px);
    background: #ffffff;
    line-height: 50px;
    overflow-y: scroll;
  }
  #g-nav > ul {
    display: block;
    position: absolute;
    z-index: 996;
  }
  #g-nav.active > ul {
    display: block;
  }
  div#ct_navi > nav > ul {
    border-top: none;
  }
  div#ct_navi nav ul li a {
    padding: 4px 0 4px 45px;
    font-size: 15px;
  }
  div#ct_navi ul li ul li a {
    font-size: 13px;
  }
  div#ct_navi > nav > ul > li > a:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
  }
  div#ct_navi ul .opensubNavi > a:before {
    margin-top: 0.2em;
  }
  .header {
    height: 60px;
    justify-content: space-between;
  }
  div#ct_navi .header-right {
    display: block;
    height: 100%;
  }
  div#ct_navi .mailbox {
    height: inherit;
    position: absolute;
    top: 0;
    right: 60px;
  }
  div#ct_navi .mailbox a {
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 100;
    display: inline-block;
    width: 87px;
    height: inherit;
    background: url(../img/common/btn_contact.png) no-repeat;
    background-size: contain;
    background-color: #20adb1;
  }
  div#ct_navi .logo {
    display: block;
    padding: 8px 5px;
    margin-left: 10px;
  }
  div#ct_navi .logo img {
    height: 100%;
    width: auto;
  }
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 996;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
  }
  /*×に変化*/
  .openbtn span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #444444;
    transition: all .5s;
  }
  .openbtn span:nth-of-type(1) {
    top: calc(50% - 5px);
  }
  .openbtn span:nth-of-type(2) {
    top: calc(50% + 5px);
  }
  .openbtn.active span:nth-of-type(1) {
    transform: translateY(6px) translateX(-50%) rotate(-30deg);
    left: 50%;
  }
  .openbtn.active span:nth-of-type(2) {
    transform: translateY(-6px) translateX(-50%) rotate(30deg);
    left: 50%;
    top: calc(50% + 7px);
  }
  /*  ハンバーガーメニュー ここまで */
  /* フッター */
  footer {
    width: 100%;
    padding: 40px 0;
    height: auto;
  }
  article#footer_list {
    width: 100%;
    background-color: transparent;
  }
  div.footer_list_start, div.footer_list, div.footer_list_end {
    display: none;
  }
  div#footer_list_logo {
    width: 100%;
    left: auto;
    margin-top: 0;
  }
  div#footer_list_logo > img {
    width: 200px;
    margin: 0 auto;
  }
  div#footer_list_logo_txt {
    margin-top: 32px;
  }
  div#footer_list_logo_tel {
    font-size: 14px;
  }
  article#footer_copyright {
    height: auto;
    padding: 5px 0;
    font-size: 10px;
  }
  div#footer_jPageUp {
    position: fixed;
    bottom: 0;
    right: 0;
    left: auto;
    border: solid 1px #90d6d8;
    background-color: #20adb1;
    width: -moz-fit-content;
    width: fit-content;
  }
  a#footer_list_jPageUp {
    width: -moz-fit-content;
    width: fit-content;
  }
  div#ct_box {
    width: 90%;
    padding: 0;
    margin-top: 30px;
  }
  div#ct_main {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .sp_banner_box {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: solid 1px #cccccc;
  }
  .sp_banner_box .flex {
    justify-content: center;
    grid-row-gap: 2.6vw;
    column-gap: 10px;
  }
  .sp_banner_box .flex:first-of-type {
    margin-bottom: 2.6vw;
  }
  .sp_banner_box .flex-column {
    justify-content: space-between;
  }
  .sp_banner_box .flex > a, .sp_banner_box .flex-column {
    width: calc(100%/2 - 5px);
  }
  .sp_banner_box .flex a img, .sp_banner_box .flex-column a img {
    width: 100%;
    display: block;
  }
  /* メインビジュアル */
  div#mv_box {
    height: auto;
    max-width: 800px;
    background: none;
  }
  .mv_inside {
    width: 100%;
    position: relative;
  }
  .mv_inside .img_wrap, .mv_inside .img_wrap img {
    width: 100%;
    height: 100%;
  }
  /* TOP */
  /* TOP スライド */
  .slide01 {
    width: 100%;
    position: relative;
  }
  .slide01 .swiper-slide {
    width: 100%;
  }
  .slide01 .swiper-slide img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-drag: none;
  }
  /* TOP スライド ここまで*/
  table.ta1 {
    font-size: clamp(1.0rem, 3.2vw, 1.4rem);
  }
  .ta1 td {
    padding-right: 0;
    padding-left: 0;
    width: 80%;
  }
  .ta1 th {
    padding-left: 0;
    width: 25%;
    text-align: left;
  }
  /* 下層 */
  div.mv_inside {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  div#bc_box {
    height: auto;
  }
  div#mv_box h1, div#mainimg h1 {
    left: 50%;
    top: 5vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 34.7vw;
    height: 23.3vw;
    background: url(../img/common/main_title_sp.png) no-repeat;
    background-size: contain;
  }
  div#mv_box div.mv_copy, div#mainimg div.mv_copy {
    display: block;
    position: absolute;
    left: auto;
    top: auto;
    right: 50%;
    bottom: 5vw;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 53.3vw;
    height: 7vw;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/common/main_subcopy.png) no-repeat;
    z-index: 999;
    background-size: contain;
  }
  div#bc_box div.clumb {
    width: 95%;
    padding: 6px 0;
    padding-left: 5%;
  }
  div#ct_main h2 {
    font-size: 20px;
  }
  div#ct_main h2 span {
    font-size: 16px;
    vertical-align: bottom;
    height: auto;
  }
  div#ct_main h2.br {
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
  }
  div#ct_main h2.br span {
    margin-left: 0;
  }
  div#ct_main h3 {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 115%;
    line-height: 1.6;
  }
  div#ct_main p {
    font-size: 14px;
    line-height: 2;
  }
  .centerbig {
    font-size: 165%;
    margin: 10px auto 20px;
  }
  table {
    font-size: 90%;
  }
  table#timeline th {
    vertical-align: top;
    width: 25%;
  }
  /*.ta1 tr:last-of-type td, .ta1 tr:last-of-type th {
    border-bottom: none !important;
  }*/
  /* 理事長挨拶 */
  .message2-img {
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /* 協力病院一覧 */
  .organization3 .ta1 th, .organization3 .ta1 td {
    padding: 10px 5px 10px;
    width: 19%;
  }
  .organization3 .ta1 th:last-child, .organization3 .ta1 td:last-child {
    width: 46%;
  }
  /* 施設一覧 */
  .business_imgbox {
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    grid-row-gap: 10px;
  }
  /* 指定居宅介護支援事業所　ひかりの郷 */
  .business6 #ct_main ul {
    padding-left: 16px;
  }
  /* 短期入所生活介護　ひかりの郷 */
  .business4 .ta1.oyatu .flex {
    width: 100%;
  }
  .business4 .ta1.oyatu th {
    width: calc(35% - 10px);
    padding: 10px 5px 10px;
  }
  .business4 .ta1.oyatu td {
    width: 65%;
  }
  .business4 .ta1.biyou th {
    width: 10%;
    padding: 10px 5px 10px;
  }
  .business4 .ta1.biyou td {
    padding: 10px 5px 10px;
    width: 45%;
  }
  /* 介護サービスを使うには */
  .business #ct_main ul:not(.serviceflow) {
    padding-left: 16px;
  }
  div.kaigohoken ul.serviceflow {
    padding-left: 28px;
  }
  div.kaigohoken ul li:first-child {
    margin: 0 auto 20px;
  }
  /* 見学・体験のご案内 */
  .business2 .ta1 td {
    width: 60%;
  }
  /* 苦情対応窓口*/
  .organization2 .ta1 {
    margin-bottom: 40px;
  }
  .organization2 .ta1 th {
    width: 28%;
  }
  .organization2 .fcol {
    display: block;
    margin-bottom: 10px;
  }
  /* 採用情報 */
  .recruit .ta1 {
    margin-top: 16px;
  }
  .recruit .ta1 th {
    width: 28%;
  }
  .recruit .fos {
    display: block;
  }
  /* スクロールヒント 協力病院一覧*/
  .scroll-area {
    overflow-x: scroll;
  }
  .scroll-area > table {
    width: 700px;
  }
  .scroll-hint-text {
    margin-top: 0 !important;
  }
  div#ct_navi ul li > ul li a {
    color: #1a1a1a;
  }
  /*div#ct_navi ul .opensubNavi.triangle > a:before {
    content: ' ';
    border: transparent solid 0.3em;
    border-left-color: #20adb1;
    position: absolute;
    height: 0;
    width: 0;
    margin: 0px;
    margin-top: 0.2em;
    padding: 0px;
	left: 21px;
  }*/
  div#ct_navi .opensubNavi {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  div#ct_navi ul .opensubNavi li a:before {
    display: none;
  }
  div#ct_navi ul .opensubNavi > a:before {
    border: transparent solid 0.3em;
    border-left-color: #20adb1;
    border-width: 0.3em;
    margin-top: 0;
    left: 23px;
  }
  div#ct_navi ul li.toggle.active > a::before {
    border: transparent solid 0.3em;
    border-top-color: #20adb1;
    left: 21px;
    margin-top: 0.2em;
  }
  div#ct_navi ul {
    display: none;
  }
  .tel-dl {
    width: 100%;
  }
  .tel-dl dt {
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  #g-nav {
    display: block !important;
    display: none;
  }
}