/*
Theme Name: iwamoto-seikei021-3
Author: ambiton
Description: iwamoto-seikeigeka site thema
Version: 1.0
*/
@charset "UTF-8";
body {
font-family: 'Zen Maru Gothic', serif;
color:  #202124;
font-size: 17px;
letter-spacing: 0.1em;
}
/* キービジュアル */
img {
    max-width: 100%;
}
.wrapper {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    line-height: 1.5em;
}
h1 {
   font-size: 1.4rem; 
   letter-spacing: 0;
}
h2 {
    font-size: 1.3rem;
}
h3 {
    font-size: 1.2rem;
    font-weight: bold;
}
.keyvisual {
    position: relative;
        width: 100%;
        overflow: hidden;
        height: 90vh;
      }
      .slide-image {
        /* background-position: center;
        background-repeat: no-repeat;
        background-size: cover; */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        animation: slider-1 24s linear infinite;
      }
      
      .slide-image:nth-child(1) {
        background: url(images/top/kvpc.png) no-repeat  top left/cover;
        animation-delay: -2s;
      }
      
      .slide-image:nth-child(2) {
        background: url(images/top/kvpc2.png) no-repeat  top left/cover;
        animation-delay: 6s;
      }
      
      .slide-image:nth-child(3) {
        background: url(images/top/kvpc3.png) no-repeat  center left/cover;
        animation-delay: 14s;
      }
      
      @keyframes slider-1 {
        0% {
          opacity: 0;
          transform: scale(1);
        }
        4.16% {
          opacity: 1;
        }
        33.33% {
          opacity: 1;
        }
        41.66% {
          opacity: 0;
          transform: scale(1.2);
        }
        100% {
          opacity: 0;
        }
      }
.logoarea {
    position: absolute;
    left: 3%;
    top: 3%;
    background-color: white;
    width: 240px;
    margin: 10px 15px;
    border-radius: 10px;
}
.logoarea > .logoarea-text {
    margin: 20px;
    text-align: center;
}
.logoarea-text > h3 {
    padding-bottom: 10px;
    letter-spacing: 5px;
}




.key-v-circle {
    position: absolute;
    /* 求人ボタン表示中 */
    left: 63%;
    top: 58%;
    display: flex;
    align-items: end;
    /* 以下求人ボタン非表示の場合 */
    /* left: 75%;
    top: 38%; */
} 
.recruit-btn {
    position: relative;
}
.recruit-btn a {
    background-color: #EFE18C;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    opacity: 0.9;
    position: absolute;
    left: 0%;
    top: 40%;
    text-align: center;
    font-size: clamp(16px, 1.5vw, 32px);
    vertical-align: center;
}
.recruit-btn a p {
    line-height: 2.5rem;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.recruit-btn a:hover {
    opacity: 0.5;
}
.recruit-v-span {
    font-size: clamp(16px, 1.8vw, 32px);
    color: #0d0101;
    font-weight: bold;
}
.keycopy {
    position: absolute;
    left: 75%;
    top: 38%;
    background-color: #C2EFFF;
    width: 18vw;
    height: 18vw;
    border-radius: 50%;
    opacity: 0.9;
    position: relative;
}
.keycopy > h1 {
    font-size: clamp(16px, 1.5vw, 28px);
    line-height: clamp(2.5rem, 2.5vw, 4rem);
    /* line-height: 2.5rem; */
    font-weight: bold;
    position: absolute;
    left: 0%;
    top: 30%;
    text-align: center;
/* animation 開始*/
    position: relative;
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(100%); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 1s forwards; /* フェードインアニメーションの設定 */
}
@keyframes fadeInFromBottom {
  to {
    opacity: 1; /* アニメーション終了時に完全に表示 */
    transform: translateY(0); /* アニメーション終了時の位置 */
  }
}
/* animation 終了*/
.logo {
    width: 28vw;
}
.logo-text > h3 {
font-size: 0.9rem;
letter-spacing: 0.5em;
text-align: center;
padding-bottom: 4px;
}
.sp-header {
    display: none;
} 
/* hamburgerここから */
	/* inputを非表示 */
    .input-hidden{
        display: none;
    }
        /* label */
    .hamburger-demo-switch{
        cursor: pointer;
        position: absolute;
        right: 3%;
        top: 0; /* ハンバーガーアイコンの位置（上から） */
        z-index: 9999;
        width: 4em; /* アイコン（クリック可能領域）の幅 */
        height: 6em; /* アイコン（クリック可能領域の）高さ */
    }
    /* メニュー展開時にハンバーガーアイコンを固定 */
    #hamburger-demo1:checked ~ .hamburger-demo-switch{
        position: fixed;
    }
    .hamburger-info {
        text-align: center;
        padding: 10px 0 3px 0;
    }
    /* ハンバーガーアイコン */
    .hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after{
        width: 36px;
        height: 4.5px;
        background: #555555; /* ハンバーガーアイコンの色 */
        position: absolute;
        top: 50%;
        left: 50%;
        transition: .3s;
        content: "";
    }
    .hamburger-switch-line1{
            transform: translate(-50%, -50%);
    }
    .hamburger-switch-line1:before{
        transform: translate(-50%, -300%);
    }
    .hamburger-switch-line1:after{
        transform: translate(-50%, 200%);
    }
    /* ハンバーガーアイコン･アニメーション */
    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
        width: 0;
    }
    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:before{
        transform: rotate(45deg) translate(-40%, 325%);
    }
    #hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:after{
        transform: rotate(-45deg) translate(-40%, -325%);
    }
    /* メニューエリア */
    .hamburger-demo-menuwrap{
        position: fixed;
        height: 100%;
        background: #fafafa; /* メニューエリアの背景色 */
        padding: 5em 3% 2em;
        z-index: 9998;
        transition: .3s;
        overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
        top: 0;
        left: 100%;
        width: 70%;
    }
    /* メニューリスト */
    .hamburger-demo-menulist{
        margin-right: 3%;
        padding-left: 5%
    }
    .hamburger-demo-menulist li a{
        text-decoration: none;
        color: #202124; /* メニューリストの文字色 */
        display: block;
        padding: .5em 0;
    }
    /* メニューエリア･アニメーション */
        /* 右から */
    #hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
        left: 30%;
    }
        /* コンテンツカバー */
    #hamburger-demo1:checked ~ .hamburger-demo-cover{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9997;
        background: rgba(3,3,3,.5);
        display: block;
    }
    /* PCではハンバーガーメニュー非表示 */
     @media (min-width: 1025px){
        .hamburger-demo-menubox {
         display: none;   
        }    
    } 
/* hamburger終了 */
/* キービジュアル終了 */
/* グローバルナビ */
nav > ul {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
  font-weight: bold;
}
nav > ul {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
  font-weight: bold;
}
nav > ul >li > a:hover {
color: #8CC3DE;
}
.topnews {
    padding: 48px 0;
}
.topnews > h3 {
    padding-bottom: 56px;
    font-weight: bold;
}
.container-topnews {
    background: url(images/top/newsback.png) no-repeat top/cover; 
    margin-bottom: 80px;
}
.news-details {
    display: flex;
    margin-bottom: 32px;
    padding-bottom: 8px;
border-bottom: #3576CC solid 1.5px;
}
.news-details > dt {
margin-right: 80px;
}
.news_btn {
    background-color: #F5F57E;
    width: 200px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 25px;
    margin: 0 0 0 auto;
}
.news_btn:hover {
background-color: #003DB2;
color: #fafafa;
}
.news-details > dd:hover {
color: #acabac;
}
.back_btn {
    margin: 24px 0;
    text-align: right;
}
.back_btn a {
    background-color: #F5F57E;
    padding: 10px 20px;
    text-align: center;
    border-radius: 25px;
}
.back_btn a:hover {
    background-color: #003DB2;
    color: #E7F5FA;
    width: 200px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 25px;
}
/* フッター */
.footer-area {
    background-color: #FBFFE7;
    padding: 60px;
    border-radius: 30px;
    margin-top: 96px;
}
.footer_text {
    width: 50%;
}
.footer_text > address {
padding-top: 20px;
}
.footer-content {
display: flex;
justify-content: space-between;
padding-bottom: 40px;
}
.phonearea > a {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
}
.phonearea > img {
width: 30px;
margin-right: 10px;
}
/* タイムテーブル */
.time-table {
    display: block;
    border-collapse: collapse;
    border: 1px solid #3576CC;
    background-color: #FBF9F9;
  }
  .time-table {
    display: block;
    border-collapse: collapse;
  }
  .time-table th {
    vertical-align: middle;
    padding: 0px 30px;
    text-align: center;
    height:50px;
    border-bottom: 1px solid #3576CC;
  }
  .time-table td {
    padding: 0px 30px;
    text-align: center;
    height:70px;
  }
  .time-table td {
        width: 100%;
      min-width: 70px;
      color:#8CC3DE;
      font-size: 20px;
      font-weight: bold;
      vertical-align: middle;
  }
  .time-table td .time {
   color:#3c3c3c;
  }
tr > .fontbk {
    color: #202124;
    vertical-align: middle;
}
.copy-right {
    background-color: #3576CC;
    text-align: center;
    padding: 5px;
    margin-top: 80px;
}
small {
    color: #FBF9F9;
}
/* サブページ */
.sub-head {
    background-color: #E7F5FA;
}
.sub-header {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
}
.sub-header-text {
    text-align: right
}
.sub-header-text > p {
    padding-top: 8px;
    text-align: right;
} 
.logoarea-text > a > h3 {
    padding-bottom: 10px;
    letter-spacing: 5px;
    text-align: center;
}
.sub-header-text > .phonearea {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
}
/* サブページ共通 */
span {
    color:#003DB2;
}
p {
    padding-top: 16px;
}
.sub-title , .first-top {
    width: 600px;
    margin: 0 auto;
}
.sub-title {
    height: 20vh;
    margin-bottom: 40px;
background: url(images/pctitle.svg) no-repeat center / contain;
position: relative;
}
.sub-title > h2 {
    width: 500px;
    text-align: center;
    position: absolute;
    left: 9.5%;
    top: 40%;
color: #FBF9F9;
font-weight: bold;
}
/* 初めての方へ */
.first-bg{
    background-color: #FBFFE7;
    border-radius: 10px;
    margin-top: 40px;
}
.back-sec {
    margin: 0 auto;
    padding: 40px 50px;
}
.rousai-jiko > h3 {
    text-align: center;
    background-color: #C5E3F2;
    padding: 10px;
    border-radius: 10px;
    width: 360px;
    margin: 0 auto;
    margin: 0 auto;
}
.medical-float {
    margin: 80px auto;
}
.medical-float h3 {
    background-color: #0074C1;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    padding: 32px;
    border-radius: 10px;
}
.float-step {
    border: 2px solid #8CC3DE;
    border-radius: 10px;
    position: relative;
    width: 500px;
    margin: 64px auto;
    padding: 32px;
}
.float-step-end {
    border: 2px solid #8CC3DE;
    border-radius: 10px;
    position: relative;
    width: 500px;
    margin: 64px auto;
    padding: 32px;
}
.float-step:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -32px;
    border: 32px solid transparent;
    border-top: 24px solid #8CC3DE;
}
.float-font-bg {
    position: absolute;
    top: -14%;
    left: 4%;
    background-color: #fff;
    padding: 8px 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.float-inner {
    display: flex;
    align-items: center;
}
.float-inner-img {
    width: 150px;
    margin-right: 24px;
}
.float-inner-text h4 {
    font-size: 1.2rem;
    margin-bottom: 16px;
}
.float-inner-text p {
    border-top: 2px solid #8CC3DE;
}

/*当院について */
.noback-sec > h3 {
    text-align: center;
    margin: 72px 0 24px 0;
}
.doctor {
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
}
.doctor > img{
width: 400px;
border-radius: 10px;
}
.doctor-text {
    width: 450px;
}
.doctor-text li {
    padding: 8px 0;
}
.staff-pic img {
    border-radius: 10px;
}
/*当院について ここちゃん紹介 */
.cat-intro {
    background: url(images/about/cat-backgd.png) no-repeat bottom right/cover;
    border-radius: 10px;
    padding: 40px;
}
.cat-intro > h3 {
    text-align: center;
}
.cat-p {
    margin: 32px auto;
}
.cat-intro > .cocoa-tube-link {
    width: 350px;
    margin: 0 auto;
    text-align: center;
}
.cat-intro > .cocoa-tube-link > a:hover {
    opacity: 0.8;
}
/*診療内容*/
.back-sec > h3  {
    text-align: center;
    padding-bottom: 24px;
    margin: 0 auto;
}
.medicalde {
    display: flex;
   justify-content: space-between;
}
 .img-area img {
    border-radius: 30px;
} 
.medical-text > p {
padding: 0 0 24px 0;
}
.medical-text {
    width: 70vw;
    margin-left: 32px;
}
/* 当院での治療 */
.insole {
    width: 30vw;
    padding-top: 20px;
    margin: 0 auto;
}
.insole img {
    border-radius: 10px;
}
.g-text {
    padding: 0 0 24px 0;
    }
 .gallery {
display: flex;
justify-content: space-between;
margin-top: 16px;
    }
 .g-image > a > img {
        width: 250px;
        border-radius: 10px;
    }
.nodisplay > a  img, .nodisplay > p {
    visibility: hidden;
}
.reha {
    width: 600px;
    margin: 0 auto;
    padding-top: 16px;
}
.water-bed {
    margin: 0 auto;
    width: 500px;
}
/* アクセス */
.visit-info {
    padding:64px 0 24px 0;
}
.car {
    display: flex;
}
.car > img {
    border-radius: 10px;
}
.cartext {
    width: 900px;
    padding-left: 50px;
}
.near {
    display: flex;
    justify-content: space-between;
}
.facility > img {
    width: 380px;
    border-radius: 10px;
}
.facility > p {
    padding: 8px 0 64px 0;
}
/* お知らせページネーション */
.pagenation {
  text-align: center;
}
/* // 横並びにする */
.nav-links .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
}
/* // ページタブの共通スタイル */
.nav-links a.page-numbers ,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #0074C1;
    /* border-radius: 50%; */
    margin-right: 25px;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #0074C1;
}
/* // マウスが乗った時の、ボタンの背景の色と文字の色 */
.nav-links a.page-numbers:hover {
    color: #FFF;
    background-color: #bbbbbb;
    border-color: #bbbbbb;
}
/* // 現在のページのタブ  */
.nav-links .current {
    background: #0074C1;
    color: #FFFFFF;
    padding: 0;
}
/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
    border: 1px solid #0074C1;
    color: #0074C1;
    position: relative;
}
/* // 縦線の共通CSS */
.nav-links .next::before,
.nav-links .prev::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    height: 40px;
    background-color: rgb(224, 215, 215);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* // 「次へ」の前の縦線位置 */
.nav-links .next::before {
    left: -15px;
}
/* //「前へ」の後の縦線位置 */
.nav-links .prev::after {
    right: -15px;
}
.nav-links .dots {
    background: transparent;
    border: none;
}
/* リクルート */
.kyujin {
    margin-bottom: 64px;
}
.recruit-intro {
    text-align: center;
    padding-bottom: 32px;
}
.require-title {
    font-size: 1.6rem;
    font-weight: 400;
}
.recruit-container {
    margin-top: 64px;
}
.require-all {
    display: flex;
    justify-content: space-between;
}
.recuire-left  h4 {
    width: 222px;
    padding: 10px 4px;
    text-align: center;
    border: 2px solid #9AC7E5;
    border-radius: 12px;
    background-color: #F6F6F6;
    font-weight: bold;
    color: #0074C1;
}
.require-right {
    width: 620px;
}
.senkou-title {
    text-align: center;
}
.senkou {
    background-color: #FBFFE7;
    border: 1px solid #3c3c3c;
    border-radius: 17px;
    padding: 24px 8px;
    margin: 40px auto;
}
.senkou > h4 {
    text-align: center;
}
.senkou > p {
    text-align: center;
}
.form {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.kyujin > button > a  {
background-color: #003DB2;
color: #E7F5FA;
border-radius: 5px;
font-weight: bold;
padding: 16px 40px;
text-align: center;
margin: 0 auto;
width: 300px;
} 
.kyujin > button > a:hover  {
   background-color: #F5F57E;
   color: #202124;
} 

input {
    appearance: revert;
}
input,
select,
textarea {
  -webkit-appearance: auto;
  appearance: auto;
  border-width: 1.2px;
  background-color: #fff;
  font-size: 0.9em;
  padding: 0.4em;
}
th {
margin-right: 24px;
}
.kyujin-li {
    margin-top: 24px;
}
.kyujin-li li {
    padding-bottom: 4px;
}
.kyujin-pheigt {
    padding-top: 2px;
}
.application-closed {
    text-align: center;
}
/* 求人追加ボタン */
.occupation-btn {
    padding-top: 30px;
    width: 30vw;
    margin: 0 auto;
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; */
}
.occupation-btn > div > a:hover {
    opacity: 0.8;
}
.senkou-btn {
    color: #003DB2;
    padding-top: 30px;
}
.senkou-btn > a:hover {
    opacity: 0.8;
}
 .rihahojyo > img  {
    margin-left: 20px;
}

/* 選択系パーツ */
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  vertical-align: initial;
}
.CF7_btn {
    padding: 16px auto;
    width: 100px;
    margin: 20px auto;
    text-align: center;
}
.CF7_table {
    margin: 0 auto;
}
.CF7_table th {
    margin-right: 20px;
} 
.under-li {
    border-bottom: 1px solid #0074C1;
}
.personal-c {
margin-top: 40px;
}
.send-m {
    padding-bottom: 40px;
    text-align: center;
    margin: 0 auto;
}
.under-li > a:hover {
    color: #555555;
}
.form-ti {
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
    padding: 40px auto;
}
/* アコーディオン */
.first-accordion {
    margin-top: 40px;
}
.accordion-006 {
    max-width: 60vw;
    margin: 0 auto 24px auto;
    background-color: #c5e3f2;
    border-radius: 5px;
}
.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::before,
.accordion-006 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #95b3c2;
    content: '';
}

.accordion-006 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-006 summary::after {
    transition: rotate .3s;
}

.accordion-006[open] summary::after {
    rotate: 90deg;
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}
@media screen and (max-width: 1025px)and (min-width:768px) {
    .gnav {
        display: none;
    }
     .keyvisual {
    height: 60vh;
    }
.wrapper {
    width: 95vw;
    margin: 0 auto;
    max-width: 100%;
    line-height: 1.5em;
}
.logoarea {
    display: none;
}
.sp-keyvisual {
    background-color: #FBF9F9;
}
.logo {
    padding: 8px 20px;
}
.sp-header {
    display: block;
    background-color: #C5E3F2;
}


.key-v-circle {
    position: absolute;
    left: 35%;
    top: 62%;
} 
.recruit-btn a {
    width: 20vw;
    height: 20vw;
    font-size: clamp(16px, 1.5vw, 32px);
}
.keycopy {
    position: absolute;
    left: 60%;
    top: 50%;
    width: 250px;
    height: 250px;
    position: relative;
}
.time-table td {
    min-width: auto;
    width:100%;
    max-width:5%;
    font-size:1rem;
   } 
   .time-table th, .time-table td {
    min-width: 40px;
    width:100%;
    padding:0px 15px;
    font-size:0.9rem;
   }
   .container-topmap > iframe {
width: 90vw;
padding-bottom: 64px;
   }
   .sub-head {
    display: none;
   }
   /* サブページ共通（タブレット） */
   .sub-title {
    height: 15vh;
    margin-bottom: 40px;
    background: url(images/sptitle.svg) no-repeat center / contain;
    position: relative;
}
.sub-title > h2 {
    position: absolute;
    left: 9.5%;
    top: 42%;
}
.footer-area {
    margin-top: 48px;
}
/* 当院について */
.doctor > img{
    width: 90vh;
    border-radius: 10px;
    }
    .doctor-text {
        width: 85vw;
    }
    /* アクセス */
.near {
    display: block;
    text-align: center;
}
.facility {
    text-align: center;
}
.back_btn {
    text-align: center;
}
/* ここからコピー */
    .keycopy {
        position: relative;
    }
    .sp-none {
        position: absolute;
        left: 10%;
        top: 110%;
        width: 250px;
        height: 40px;
    }
    .sp-none > button > a {
        background-color: #72D40F;
        padding: 10px 16px;
        font-weight: bold;
        border-radius: 6px;
    }
    .sp-none > button > a:hover {
        opacity: 0.8;
    }
    .pc-none {
        display: none;
    }
     /* リクルート */
     .require-right {
        width: 400px;
    }

    /* .occupation-btn {
        padding-top: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    } */
    /* .occupation-btn > div > a > img {
        width: 40vw;
        padding-top: 8px;
    } */
}
@media screen and (max-width: 767px)  {
    .pconly-br {
        display: none;
    }   
    .logoarea-text h3 {
        font-size: 1.0rem;
    }
    .gnav {
        display: none;
    }
    .keyvisual {
        height: 60vh;
        }
        .slide-image:nth-child(1) {
            background: url(images/top/kvsp.png) no-repeat  top left/cover;
            animation-delay: -2s;
          }
          .slide-image:nth-child(2) {
            background: url(images/top/kvsp2.png) no-repeat  top left/cover;
            animation-delay: 6s;
          }
          .slide-image:nth-child(3) {
            background: url(images/top/kvsp3.png) no-repeat  center left/cover;
            animation-delay: 14s;
          }
.wrapper {
    width: 95vw;
    margin: 0 auto;
    max-width: 100%;
    line-height: 1.5em;
}
.logoarea {
    display: none;
}
.sp-keyvisual {
    background-color: #FBF9F9;
}
.logo {
    padding: 8px 20px;
}
.sp-header {
    display: block;
    background-color: #C5E3F2;
}
.top-bgc {
    background-color: #ffffff;
}

.key-v-circle {
    position: absolute;
    left: 27%;
    top: 70%;
} 
.recruit-btn {
    position: relative;
}
.recruit-btn a {
    background-color: #EFE18C;
    width: 30vw;
    height: 30vw;
    font-size: clamp(16px, 1.5vw, 32px);
}
.recruit-btn a p {
    line-height: 1.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.keycopy {
    position: absolute;
    left: 57%;
    top: 54%;
    width: 40vw;
    height: 40vw;
    position: relative;
}
   .keycopy > h1 {
    line-height: 1.5rem;
    font-size: 0.8rem;
}
.logo {
    width: 50vw;
}
.logo-text > h3 {
font-size: 0.7rem;
letter-spacing: 0.2em;
text-align: center;
padding-bottom: 4px;
}
.topnews  h3 {
padding-top: 16px;
}
.news_btn {
    text-align: center;
    border-radius: 25px;
    margin: 10px auto 16px auto;
}
.news-details {
    display: block;
    margin: 0 10px 32px 10px;
}

.phonearea {
    padding-top: 24px;
}
.footer-area {
    padding: 30px 10px;
    background-color: transparent;
}
.time-table {
    background-color: #FBFFE7;
}
.time-table td {
    min-width: auto;
    width:100%;
    max-width:5%;
    font-size:1rem;
   }
   .time-table th, .time-table td {
    min-width: 30px;
    width:100%;
    padding:0px 9px;
    font-size:0.9rem;
    letter-spacing: 0.05rem;
   }
   .container-topmap > iframe {
max-width: 100%;
padding-bottom: 64px;
   }
   .footer-content {
    display: block;
   }
   .footer_text {
    width: 100%;
}

.logoarea-text {
    width: 50%;
}
.logoarea-text > h3{
    padding-bottom: 8px;
    letter-spacing: 1px;
    font-size: 0.8rem;
    text-align: center;
}
.phonearea > a {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 3px;
}
.topnews {
    padding: 10px;
}
.sub-head {
    display: none;
   }
   /* サブページ共通 （スマホ）*/
   .sub-title {
    height: 15vh;
    margin-bottom: 40px;
background: url(images/sptitle.svg) no-repeat center / contain;
position: relative;
width: 90vw;
   }
   .sub-title > h2 {
    position: absolute;
    left: 12%;
    top: 36%;
    width: 70vw;
    margin: 0 auto;
}
.first-top {
 width: 90vw;
    margin: 0 auto;
}
   /* 初めての方へ（スマホ）*/
.back-sec {
    padding: 30px 10px;
}
.rousai-jiko > h3 {
   width: 85vw;
   margin: 0 auto;
}
.accordion-006 {
    max-width: 90vw;
}
.accordion-006 summary h3 {
    font-size: 1.1rem;
}
.medical-float h3 {
    padding: 16px;
}
.float-step {
    width: 70vw;
}
.float-step-end {
    width: 70vw;
}
.float-font-bg {
    position: absolute;
    top: -8%;
    left: 5%;
    font-size: 1.6rem;
}
.float-inner {
    display: block;
}
.float-inner-img {
    margin: 0 auto;
    width: 30vw;
}
.float-inner-img img {
    margin: 0 auto;
    width: 30vw;
}
.float-inner-text h4 {
    font-size: 1.2rem;
    margin: 16px auto;
    text-align: center;
}

/* 当院について（スマホ）*/
.noback-sec > h3 {
    margin: 40px auto 24px auto;
    width: 90vw;
}
.doctor {
    display: block;
    padding-bottom: 8px;
}
.doctor , .staff-pic {
width: 90vw;
margin: 0 auto;
}
.doctor-text {
    width: 90vw;
}
/* 当院について（スマホ）*/
.medicalde {
    display: block;
    width: 90vw;
    margin: 0 auto;
}
.medical-text {
    width: 90vw;
    margin: 0 auto;
    padding-top: 20px;
}
.cat-intro {
    padding: 40px 16px;
}
.cat-intro > .cocoa-tube-link {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
/* 当院での治療（スマホ）*/
.reha {
    width: 90vw;
    margin: 0 auto;
    padding-top: 16px;
}
.gallery {
    display: block;
}
.g-image > a > img {
    width: 90vw;
    margin: 0 auto;
}
.insole {
    width: 90vw;
    padding-top: 20px;
    margin: 0 auto;
}
.water-bed {
    width: 90vw;
}
/* アクセス・診療時間（スマホ）*/
.car {
    display: block;
}
.cartext {
    width: 90vw;
    padding-left: 0px;
}
.near {
    display: block;
}
.visit {
    padding: 0 10px;
}
.pd {
padding: 0 10px;
}
/* お知らせ詳細（スマホ）*/
.news-t {
    padding: 0 10px 24px 10px ;
}
.single-d {
    padding: 0 10px 24px 10px ;
}
.back_btn {
    text-align: center;
}
/* リクルート（スマホ）*/
.recruit-intro {
    width: 300px;
    margin: 0 auto;
    text-align: left;
}
.require-title ,.require-right  {
    width: 300px;
    margin: 0 auto;
}
/* .require-title  {
    width: 300px;
    margin: 0 auto;
} */
.recruit-container {
    margin-top: 64px;
}
.require-all {
    display: block;
}
.recuire-left  h4 {
    width: 300px;
    margin: 0 auto;
}
/* .require-right {
    width: 300px;
    margin: 0 auto;
} */
 .senkou > p  {
text-align: left;
 }
.kyujin {
    width: 300px;
    margin: 0 auto;
    margin-top: 40px;
}
.form {
    margin-bottom: 64px;
}
    /* 求人追加ボタン */
    .occupation-btn {
        /* display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr; */
        width: 76vw;
        padding-top: 8px;
    }
    /* .occupation-btn > div > a > img {
        width: 88vw;
        padding-top: 8px;
    } */
    .senkou-btn {
        color: #003DB2;
        padding-top: 30px;
        text-align: center;
    }
     .rihahojyo > img  {
        margin-left: 0px;
        padding-top: 20px;
    }
/* トップボタン */
.sp-none {
    display: none;
}
.pc-none {
    display: block;
    margin: 32px auto;
    text-align: center;
}
.pc-none > button > a {
    /* border: 2px solid #0074C1; */
    background-color: #8ac154;
    border-radius: 6px;
    padding: 16px 16px;
    font-weight: bold;
    /* color: #0074C1; */
}
/* .CF7_table th {
    display: block;
    text-align: left;
    }
    .CF7_table td {
    display: block;
    text-align: left;
    }
    input,
    textarea {
     width: 100%;
    }
    .CF7_btn {
        color: #003DB2;
        font-weight: bold;
    } */
}



/* リキャプチャ */
.recap-policy {
  padding-top: 24px;
  text-align: center;
}
.recap-policy a {
  border-bottom: 1px solid #1a1311;
}
.grecaptcha-badge {
  visibility: hidden;
}
.single-page-ind {
  margin: 64px auto;
  line-height: 2.5;
}
.post-detail-button a {
 border-bottom: 1px solid #012947;
 padding-bottom: 4px;
}
.post-detail-button a:hover {
 opacity: 0.5;
}
.sub-head-inner {
  width: 80vw;
}
/* コンタクトフォーム共通 */
/* .wpcf7-bg {
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
  } */
.wpcf7-bg .your-name1 {
  background-color: #f0f0f0; 
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
  }
  .required {
    color: red;
  }
  /* 送信ボタンのスタイル */
.wpcf7-form .wpcf7-bg .form-submit-1 input[type="submit"] {
  background-color: #0056b3; 
  padding: 8px 32px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  }
    .wpcf7-form .wpcf7-bg .form-submit-1 input[type="submit"]:hover {
  background-color: #70B2DE;
  }
.cf7-bgg {
  background-color: #f0f0f0; /* グレーの背景 */
  border: 1px solid #ccc;  /* 枠線を薄いグレーに */
  padding: 8px; /* 余白を調整 */
  width: 100%; /* 幅を調整（任意） */
}
/* コンタクトフォームお問い合わせ */


/* コンタクトフォーム求人応募 */
.wpcf7-list-item-label {
    color: #202124;
}
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0056b3;
  content: '';
}
input[type="number"] {
  background: #F4F4F4;
  color: #0d0101;
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #0056b3;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}
.cf7-agree  {
  text-align: center;
  margin-bottom: 32px;
}
.cf7-agree a  {
  color: #1467a7;
  border-bottom: 1px solid #1467a7;
}
.cf7-agree a:hover  {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}

  /* コンタクトフォーム共通 */
  .wpcf7-bg .your-name1 {
    background-color: #f0f0f0; 
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
    }
    .required {
      color: red;
    }
    /* 送信ボタンのスタイル */
  .wpcf7-form .wpcf7-bg .form-submit-1 input[type="submit"] {
    background-color: #0056b3; 
    padding: 8px 32px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    }
      .wpcf7-form .wpcf7-bg .form-submit-1 input[type="submit"]:hover {
    background-color: #70B2DE;
    }
  .cf7-bgg {
    background-color: #f0f0f0; /* グレーの背景 */
    border: 1px solid #ccc;  /* 枠線を薄いグレーに */
    padding: 8px; /* 余白を調整 */
    width: 100%; /* 幅を調整（任意） */
  }
  /* コンタクトフォームお問い合わせ */
  
  
  /* コンタクトフォーム求人応募 */
  
  .cf7__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  
  .cf7__list dt:nth-of-type(n + 2),
  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  
  .cf7__list dt {
    width: 35%;
    padding-top: 15px;
  }
  
  .cf7__list dd {
    width: 65%;
  }
  
  /* 必須・任意 */
  .cf7__required,
  .cf7__optional {
    margin-right: 15px;
    padding: 6px 14px;
    color: #fff;
    font-size: 12px;
    vertical-align: 1px;
  }
  
  .cf7__required {
    background: #BE1D1D;
  }
  
  .cf7__optional {
    background: #878D8E;
  }
  
  /* input・textarea */
  .cf7__list dd input[type="text"],
  .cf7__list dd input[type="tel"],
  .cf7__list dd input[type="email"],
  .cf7__list dd textarea {
    width: 100%;
    padding: 15px 20px;
    background: #F4F4F4;
  }
  
  /* ドロップダウンメニュー */
  /* .cf7__select {
    position: relative;
  } */
   .cf7__job {
    position: relative;
   }
   /* .cf7__job:before {
    position: absolute;
    top: 60%;
    left: 110px;
    z-index: 10;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    pointer-events: none;
    content: '';
  } */
  .cf7__job select {
    padding: 19px 20px;
    background: #F4F4F4;
    color: #0d0101;
    font-size: 1rem;
    /* -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; */
  }
  .cf7__old {
    position: relative;
  }
  
  /* .cf7__old:before {
    position: absolute;
    top: 60%;
    left: 80px;
    z-index: 10;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    pointer-events: none;
    content: '';
  } */
  
  .cf7__old select {
    padding: 19px 20px;
    background: #F4F4F4;
    color: #0d0101;
    font-size: 1rem;
    /* -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; */
  }
  
  /* チェックボックス・ラジオボタン */
  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    display: block;
    padding: 15px 0 10px;
  }
  
  /* 縦並び（チェックボックス・ラジオボタン） */
  .cf7__list dd .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  
  .cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
    margin-top: 18px;
  }
  
  /* マウスカーソル（チェックボックス・ラジオボタン） */
  .cf7__list dd .wpcf7-list-item label {
    cursor: pointer;
  }
  
  /* チェックボックス・ラジオボタン */
  input[type="checkbox"],
  input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 1px solid #bcbcbc;
    vertical-align: -3px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
  /* チェックボックス */
  input[type="checkbox"]:checked {
    border: 1px solid #000;
    background: #000;
  }
  
  input[type="checkbox"]:checked:before {
    position: absolute;
    top: 2px;
    left: 5px;
    transform: rotate(50deg);
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
  }
  
  /* ラジオボタン */
  input[type="radio"] {
    border-radius: 50%;
  }
  
  input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0056b3;
    content: '';
  }
  input[type="number"] {
    background: #F4F4F4;
    color: #0d0101;
  }
  
  /* プレースホルダー */
  /* Google Chrome / Safari / Mozilla Firefox / Opera */
  .cf7__list dd input[type="text"]::placeholder,
  .cf7__list dd input[type="tel"]::placeholder,
  .cf7__list dd input[type="email"]::placeholder,
  .cf7__list dd textarea::placeholder {
    color: #a5a5a5;
  }
  
  /* Microsoft Edge */
  .cf7__list dd input[type="text"]::-ms-input-placeholder,
  .cf7__list dd input[type="tel"]::-ms-input-placeholder,
  .cf7__list dd input[type="email"]::-ms-input-placeholder,
  .cf7__list dd textarea::-ms-input-placeholder {
    color: #a5a5a5;
  }
  
  /* Internet Explorer */
  .cf7__list dd input[type="text"]:-ms-input-placeholder,
  .cf7__list dd input[type="tel"]:-ms-input-placeholder,
  .cf7__list dd input[type="email"]:-ms-input-placeholder,
  .cf7__list dd textarea:-ms-input-placeholder {
    color: #a5a5a5;
  }
  
  /* 送信ボタン */
  .cf7__button {
    padding-left: 72px;
    text-align: center;
  }
  
  input[type="submit"] {
    width: 260px;
    height: 60px;
    background: #0056b3;
    color: #fff;
    transition: opacity .6s;
  }
  
  input[type="submit"]:hover {
    opacity: .6;
  }
  /* ajax-loader */
  .wpcf7-spinner {
    vertical-align: middle;
  }
  .cf7-agree  {
    text-align: center;
    margin-bottom: 32px;
  }
  .cf7-agree a  {
    color: #1467a7;
    border-bottom: 1px solid #1467a7;
  }
  .cf7-agree a:hover  {
    opacity: 0.5;
  }
  
  @media screen and (max-width: 767px) {
  
    .cf7__list dt {
      width: 100%;
      margin-bottom: 15px;
      padding-top: 0;
    }
  
    .cf7__list dd {
      width: 100%;
    }
  
    .cf7__list dd:nth-of-type(n + 2) {
      margin-top: 0;
    }
  
    .cf7__list dd .wpcf7-checkbox,
    .cf7__list dd .wpcf7-radio {
      padding: 15px 0 0;
    }
  
    /* 送信ボタン */
    input[type="submit"] {
      width: 180px;
      height: 56px;
    }
  
  }