@charset "UTF-8";

body{
  font-family:"Jun 201", serif;
  margin-top: 97px; /* ヘッダー固定用 */
}

@media screen and (max-width: 768.98px){
  body{
    margin-top: 58px; /* ヘッダー固定用 */
  }
}

.l-tpl-header__navbar__link {
  font-family:"Jun 201", serif;
}
.c-tpl-slide01__title{
  font-family:"Jun 501", serif;
}
.l-tpl-header02__contact__tel,
.l-tpl-header02__gnav{
  font-family:"Jun 201", serif;
}
.c-tpl-heading01{
  font-family:"Jun 201", serif;
}
.c-tpl-heading01 > em{
  font-family:"Jun 501", serif;
}
.c-tpl-heading02{
  font-family:"Jun 501", serif;
}

.font-weight-bold{
  font-family:"Jun 501", serif;
}

dt{
  font-family:"Jun 501", serif;
}

.l-tpl-footer__gnav__link {
  font-family:"Jun 201", serif;
}

hr.divider {
  max-width: 8.25rem;
  border-width: 0.2rem;
  border-color: #000000;
}
hr.light {
  border-color: #fff;
}

.c-bg-white-opacity{
  background: rgba(255,255,255,0.8);
}

.card-img-overlay{
  padding: 0;
  top: calc(50% - 0.5rem);
  text-align: center;
  font-weight: bold;
}

/* modal-spmenu */
.modal.left.fade .modal-dialog {
  -webkit-transform: translate(-25%,0);
  transform: translate(-25%,0);
}
.modal.left.show .modal-dialog {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
#modal-spmenu .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
}
#modal-spmenu .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
}
#modal-spmenu .modal-header {
  display: block;
}
#modal-spmenu .modal-title {
  display: inline-block;
}
#modal-spmenu .modal-body {
  overflow-y: scroll;
}


/* ページネーション */
.p-news-list__pagination{
   margin:0 auto;
   display: flex;
   justify-content: center;
   align-items: center;
}

.p-news-list__pagination .inactive{
   display:inline-block;
   margin-right:20px;
   margin-bottom: 10px;
   padding:10px 15px;
   color:#333;
   border-radius:3px;
   box-shadow:0 3px 3px #999;
   background:#fff;
}
.p-news-list__pagination .current{
   padding:10px 15px;
   margin-bottom: 10px;
   background:#0F25A2;
   color:#fff;
}
.p-news-list__pagination .prev a,
.p-news-list__pagination .next a{
  display:inline-block;
  margin-right:20px;
  margin-bottom: 10px;
  padding:10px 15px;
  color:#333;
  border-radius:3px;
  box-shadow:0 3px 3px #999;
  background:#fff;
}

@media screen and (max-width: 576px) {
  .media{
    gap: 10px;
    display: grid;
    justify-items: center;
    align-items: center;
  }
}


/* お問い合わせ */
.Form {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

@media screen and (max-width: 540px) {
  .Form {
    margin-top: 40px;
  }
}

.Form p{
    word-break: break-all;
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item:last-child{
  border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.Form-Item-Label {
  width: 100%;
  max-width: 230px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Jun 501", serif;
  font-size: 16px;
}
@media screen and (max-width: 540px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: red;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 540px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 540px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 540px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 540px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.Form-Item .wpcf7-form-control{
  width: 100%;
  height: 35px;
}

.Form-Item .wpcf7-number{
  min-width: 65px;
}

.Form-Item .wpcf7-select{
  min-width: 150px;
}

.Form-Item .wpcf7-textarea{
  height: 150px;
  width: 25vw;
  min-width: 300px;
}

.wpcf7-list-item{
 display: block;
 margin:0 1em 0 0;
}

.wpcf7-spinner{
display: none;
}

.form-button{
text-align: center;
}


.form-button .wpcf7c-btn-confirm{
  display: inline-block;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  border: none;
  padding: 12px 32px;
  text-align: center;
  color: white;
  background: #0F25A2;
  line-height: 1.4;
  border-radius: 60px;
  width: 180px;
}

.wpcf7 form.invalid .wpcf7-response-output{
  border: none;
}

.wpcf7-response-output{
  text-align: center;
  color: red;
}

.wpcf7 form .wpcf7-response-output{
  margin: 0 0 50px 0;
}

.form-button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

@media screen and (max-width: 540px) {
  .form-button{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}
}

.form-button .back{
  margin: 0 30px;
  display: inline-block;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  border: none;
  padding: 12px 32px;
  text-align: center;
  color: #0F25A2;
  background: white;
  border: 1px solid #0F25A2;
  line-height: 1.4;
  border-radius: 60px;
  width: 180px;
}

.form-button .submit{
  margin: 0 30px;
  display: inline-block;
  font-family: "Noto Sans JP", メイリオ, sans-serif;
  border: none;
  padding: 12px 32px;
  text-align: center;
  color: white;
  background: #0F25A2;
  line-height: 1.4;
  border-radius: 60px;
  width: 180px;
}

div.wpcf7-mail-sent-ok {
  display: none!important;
}



/* 法人概要 */
.p-company__head01{
    margin: 0 auto;
    width: 270px;
    background: white;
}

@media screen and (max-width : 767px) {
  .p-company__head01{
    width: 200px;
  }
}

.p-company__surround{
  border: 3px solid #0F25A2;
  border-radius: 10px;
  padding-top: 2em;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  z-index: -1;
}

.list-group-flush{
  display: block;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0px;
  padding: 1.5em;
}

/* サービス内容ブロック（各事業紹介） */

.mh-320-160{
  min-height: 320px;
}

@media screen and (max-width : 767px) {
  .mh-320-160{
    min-height: 160px;
  }
}


/* ページネーション（デイサービスカナン） */


.is-blue a{
  font-size: 18px;
  background: #0F25A2;
  color: white;
  transition: 0.2s all;
}

.is-blue a:hover{
  background: #0F25A2;
  filter: brightness(110%);
  color: #ffffff;
  border: none;
}

.is-pink a{
  font-size: 18px;
  background: #EC2048;
  color: white;
  transition: 0.2s all;
}

.is-pink a:hover{
  background: #EC2048;
  filter: brightness(110%);
  color: #ffffff;
  border: none;
}

#kitaku{
  margin:-100px 0;
  padding:100px 0;
}

#higasiku{
  margin:-100px 0;
  padding:100px 0;
}