@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #585858;
    background: white;
    line-height: 28px;
}
.bg-nav{
  background-color: rgba(68, 151, 240, 0.96);
  border-bottom: 2px solid white;
}
.k-text{
  border-left: 6px solid rgba(68, 151, 240, 0.96);
  padding-left: 10px;
}
.carousel-caption{
  width: 100%;
  right: 0%;
  left: 0%;
  position: relative;
  background-color: white;
}
a{
  color: #68a4c2;
}
.btn-link{
  color: #68a4c2;
}
.bg-lifework{
  background-color: #e8fdfc;
  padding: 10px;
}
.bg-footer{
  background-color: azure;
}
.cop{
  font-size: 80%;
  color: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
.more-s{
  font-size: 70%;
}
.img-footer-logo{
  width: 200px;
}
.btn-group, .btn-group-vertical>.btn{
  font-size: .9rem!important;
  color: inherit;
  letter-spacing: 1px;
}
.btn-group, .btn-group-vertical>.btn::after{
  font-family: "FontAwesome";
  content: "\f101";
  margin-left: 10px;
  font-size: 60%;
  opacity: .4;
  vertical-align: middle;
}
.btn-group, .btn-group-vertical>.btn:hover{
  background-color: white;
  color: tomato;
}
.btn-group, .btn-group-vertical{
  box-shadow: none;
}
.btn-group, .btn-group-vertical:hover{
  box-shadow: none;
}
.top-oth {
  min-height: 30vh;
    /* border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6; */
    /* color: white; */
}
.topbox{
  position: relative;
}
.topbox-center {
  position: absolute;
  top: 10%;
  width: 100%; /* 幅を100%に設定 */
  text-align: center; /* テキストを中央寄せ */
}
.title-oth{
  font-size: 28px;
}
/* table */
#table{
	width: 100%;
	border-collapse: collapse;
}
#table td,
#table th{
	padding: 5px;
	border: 1px solid #ccc;
}
#table th{
	font-weight: bold;
}
#table thead th{
	background:#e6e6e6;
}
@media only screen and (max-width:800px){
	#table{
		display: block;
	}
		#table thead{
			display: none;
		}
		#table tbody{
			display: block;
		}
			#table tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table tbody th,
			#table tbody td{
				display: list-item;
				border: none;
        list-style: none;
			}
			#table tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: rgba(59,113,202,var(--mdb-bg-opacity))!important;
        font-size: 20px;
			}
			#table tbody td{
				margin-left: 0px;
				padding: 0;
			}
			#table tbody td:nth-of-type(1):before { content: "【氏名】"; }
			#table tbody td:nth-of-type(2):before { content: "【事業所名】"; }
			#table tbody td:nth-of-type(3):before { content: "【住所】"; }
      #table tbody td:nth-of-type(4):before { content: "【電話】"; }
      #table tbody td:nth-of-type(5):before { content: "【FAX】"; }
}
/* table */
.service-box{
  background-color: white;
  height: 300px;
  border: 1px solid #bee6e6;
}
.bg-service{
  height: 300px;
  padding-top: 42px;
  text-align: center;
  background-color: #e8fdfc;
  border-top: 1px solid rgba(211, 211, 211, 0.473);
  border-bottom: 1px solid  rgba(211, 211, 211, 0.473);
  color: black;
}
.num-box{
  border: 2px solid;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
}
.num-bar{
  height: 80px;
}
.hr-dot{
  border-top: 1px dashed lightgray;
}
.bg-song{
  background-color: #fffbf2;
}
.navbar{
  box-shadow: none;
}
.navbar-brand {
  height: 40px;
  width: 160px;
  background: url(../img/logo.svg) no-repeat 0;
    background-size: contain;
}
.navbar-expand-lg .navbar-nav a{
  font-size: .9em;
  letter-spacing: 1px;
}
.card{
  box-shadow: none;
  border: 1px solid rgba(201, 201, 201, 0.3);
}
.card-footer{
  border-top: none;
}
.top-phone{
  font-size: 2em;
  letter-spacing: 2px;
}
.min{
  font-family: serif;
}
.top-icon{
  height: 100px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  /* border: 1px solid lightgray; */
  padding: 4px;
}
.box-doui{
  height: 200px;
  border: 1px solid #bdbdbd;
  font-size: 90%;
  padding: 10px;
}
.text-box{
  border: 1px solid;
  padding: 10px;
  width: 100px;
}
.img-circle {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  padding: 1px;
  border: 1px solid lightgray;
}
.title{
  font-size: 1.6em;
  letter-spacing: 1px;
  color: black;
}
.title-s{
  font-size: 20px;
  line-height: 30px;
}
.indent { 
  text-indent: -1em;
	padding-left: 1em;
 }
.title-st{
  font-size: 1.2em;
  line-height: 1.6em;
}
.txt_design {
  font-size: 70%;
  color: #2e7ce9;
  margin: 0px;
  padding: 0px;
}
.divider-top-m {
  width: 50px;
  border-bottom: 4px dotted #2e7ce9;
  margin-left: auto;
  margin-right: auto;
}
.en{
  font-family: 'Josefin Sans', sans-serif;
}
.box {  
  position: relative;
}
.box p {
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
}
.note-success {
  background-color: #e1ffed;
    border-color: #63dd49;
    color: black;
}
/* .bgCarousel {
    height: 700px;
    width: 100%;
  }
  
  .bgCarousel__item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  
  .bgCarousel__item:nth-child(1) {
    background-image: url(../img/top2.jpg);
  }
  
  .bgCarousel__item:nth-child(2) {
    background-image: url(../img/top1.jpg);
  }
  
  .bgCarousel__item:nth-child(3) {
    background-image: url(../img/top3.jpg);
  }
  .bgCarousel__item:nth-child(4) {
    background-image: url(../img/top4.jpg);
  }
  .carousel-item {
    transition: transform 2.6s ease-in-out;
  }
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 2.6s;
  } */
  .divider{
    padding: 4px;
    font-size: small;
    border-bottom: 1px solid;
    color: lightgray;
  }
  .line{
    border-top: 4px dashed lightgray;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .line-a{
    border-top: 4px dashed lightgray;
    width: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .accordion-body{
    background-color: #e8fdfc;
  }
  .accordion-header {
    line-height: 1.6;
}
  .text-kinto{
    text-align: justify;
  }
  .nav-tabs .nav-link{
    font-size: inherit;
  }
.text-katagaki{
  width: 60px;
  margin-right: 20px;
}
  .design-line-r{
    background-color: #68C484;
    width: 1px;
    height: 100%;
    float: right;
    border-radius: 10px;
  }
  /* table */
  .table-scroll {
    position: relative;
    width:100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    border: 4px solid lightgray;
  }
  .table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
  }
  .table-wrap {
    position: relative;
  }
  .table-scroll th,
  .table-scroll td {
    padding: 10px;
    border: 1px solid rgb(231, 231, 231);
    background: #fff;
    vertical-align: middle;
  }
  .table-scroll thead th {
    background: #e8fdfc;
    color: #323232;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  /* safari and ios need the tfoot itself to be position:sticky also */
  .table-scroll tfoot,
  .table-scroll tfoot th,
  .table-scroll tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #e8fdfc;
    color: #323232;
    z-index:4;
  }
  th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
  }
  thead th:first-child,
  tfoot th:first-child {
    z-index: 5;
  }
  /* table */
  .card{
    background-color: #e8fdfc;
    color: #323232;
  }
  .navbar-collapse {
    margin-top: 20px;
}
  /*blog*/
  #staffFeed .card {
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
  background-color: white;
}

#staffFeed {
  padding: 0px;
  margin: 0px;
  min-height: 400px;
}

#staffFeed .gfc-resultsbox-visible {
  text-align: left;
}

#staffFeed .gfc-resultsRoot {}

#staffFeed .gfc-resultsHeader {
  display: none;
  border-bottom: none;
}

#staffFeed .gfc-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#staffFeed .gfc-result {}

#staffFeed .gfc-title {}

#staffFeed .gf-title {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  letter-spacing: 1px;
  display: -webkit-box; /* Flexbox形式のボックスを利用 */
  -webkit-line-clamp: 1; /* 表示する行数を指定（例：3行） */
  -webkit-box-orient: vertical; /* 縦方向のレイアウトに設定 */
  overflow: hidden; /* 溢れたテキストを非表示 */
}

#staffFeed a.gf-title {}

#staffFeed .gf-author {
  display: none;
}

#staffFeed .gf-spacer {
  display: none;
}

#staffFeed .gf-relativePublishedDate .gf-relativePublishedDateYMD {}

#staffFeed .gf-relativePublishedDate .gf-relativePublishedDateDelimiter {
  display: none;
}

#staffFeed .gf-relativePublishedDate .gf-relativePublishedDateHM {
  display: none;
  font-size: 10px;
}

#staffFeed .gf-result:hover .gf-title {
  cursor: pointer;
  opacity: .6;
}

#staffFeed .gf-result:hover .gf-relativePublishedDate {
  cursor: pointer;
  opacity: .6;
}

#staffFeed .gf-result:hover .gf-thumbnail {
  cursor: pointer;
  opacity: .6;
}

#staffFeed .gf-result:hover .gf-snippet {
  cursor: pointer;
  opacity: .6;
}

#staffFeed .gf-result:hover .gf-category {
  cursor: pointer;
  opacity: .6;
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}

#staffFeed .gf-result {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  height: 390px;
  min-height: 100px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
  width: 94%;
  border-radius: 0px;
}

#staffFeed div.gf-title {
  position: absolute;
  margin-left: 10px;
  font-weight: bold;
  text-align: left;
  padding-left: 0px;
  padding-right: 10px;
  top: 265px;
  line-height: normal;
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}

#staffFeed .gf-relativePublishedDate {
  position: absolute;
  text-align: left;
  margin-left: 10px;
  font-size: 80%;
  font-weight: 600;
  color: #5488F4;
  top: 230px;
  letter-spacing: 1px;
}

#staffFeed .gf-relativePublishedDate:before {
  content: "\f073";
  font-family: FontAwesome;
  margin-right: 5px;
}

#staffFeed .gf-category {
  position: absolute;
  text-align: left;
  left: 120px;
  top: 230px;
  margin-left: 10px;
  letter-spacing: 1px;
  font-size: 80%;
  font-weight: 600;
  color: green;
}

#staffFeed .gf-category:before {
  content: "\f02b";
  font-family: FontAwesome;
  margin-right: 5px;
  line-height: normal;
}

#staffFeed .gf-snippet {
  position: absolute;
  top: 296px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 80%;
  color: gray;
  line-height: normal;
}

#staffFeed .gf-thumbnail {
  overflow: hidden;
  background-image: url(../img/no-image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0px;
  width: 100% !important;
  height: 220px !important;
  border-bottom: 1px solid #00000020;
}

.gf-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  object-fit: cover;
  object-position:top;
}

#staffFeed .gf-result {
  width: 96%;
height: 350px;
}
/*blog*/
.shougai-table{
  height: 320px;
}
.img-kiyopon{
  max-height: 300px;
}
/* timeline */
.timeline {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: hsl(0, 0%, 90%);
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}
/* timeline */
.top-cover{
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  height: 240px;
  display: block;
  width: 100%;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
  #staffFeed .gf-result {
      width: 45%;
      height: 380px;
  }

  #staffFeed .gf-title {
      top: 270px;
  }

  #staffFeed .gf-relativePublishedDate {
      top: 230px;
  }

  #staffFeed .gf-category {
      top: 250px;
      left: 0px;
  }

  #staffFeed .gf-snippet {
      top: 300px;
  }
  .top-phone{
    font-size: 3em;
  }
  .top-cover{
    height: 500px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  #staffFeed .gf-result {
      width: 45%;
      height: 360px;
  }

  #staffFeed div.gf-title {
      top: 270px;
  }

  #staffFeed .gf-relativePublishedDate {
      top: 230px;
  }

  #staffFeed .gf-category {
      top: 250px;
      left: 0px;
  }

  #staffFeed .gf-snippet {
      top: 300px;
  }
.shougai-table{
  height: inherit;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  #staffFeed .gf-result {
      width: 30%;
      height: 360px;
  }

  #staffFeed div.gf-title {
      top: 260px;
  }

  #staffFeed .gf-relativePublishedDate {
      top: 230px;
  }

  #staffFeed .gf-category {
      top: 230px;
      left: 100px;
  }

  #staffFeed .gf-snippet {
      top: 290px;
  }
  .navbar-collapse {
    margin-top: 0px;
}
.pt-kiyopon{
  padding-top: 61px;
}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  #staffFeed .gf-result {
      width: 31%;
      height: 360px;
  }

  #staffFeed div.gf-title {
      top: 260px;
  }

  #staffFeed .gf-relativePublishedDate {
      top: 230px;
  }

  #staffFeed .gf-category {
      top: 230px;
      left: 110px;
  }

  #staffFeed .gf-snippet {
      top: 290px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
  
}