/* ------------------------------------
f
---------------------------------------*/
@charset "utf-8";


html{
    font-size: 62.4%;
}

body{
    width: 100%;
    /* min-width: 360px; */
    height: auto; 
    font-size: 1.6rem;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

img{
    max-width: 100%;
    height: auto;
}

a{
    text-decoration: none;
    color: #000;
}
  
ul{
    margin: 0;
    padding: 0;
}
  
li{
    list-style: none;
}
/* ------------------------------------
main--mv  メインビジュアル
---------------------------------------*/
.index-mv__mv{   
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: 560px;
    margin: 0 0 5rem 0;
    background-image: url(../img/22673535_l.jpg);
    background-size: cover;
    background-position: right top 45%;
    background-repeat: no-repeat; 
    aspect-ratio: 16 / 9;
    object-fit: cover;     
}

.index-mv__mv-heading{
    position: absolute;
    left: 20%;
    font-size: 4.5rem;
    text-indent: -1em;
    line-height: 1.3em;
    writing-mode: vertical-rl;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF; letter-spacing: .03em;
}
/* ------------------------------------
main--index-news　ニュース
---------------------------------------*/
.index-news__inner{
    max-width: 1200px;
    margin: 0 auto;
}

.index-news__heading{
    text-align: center;
    font-size: 20px;
}

.index-news__news{
    margin: 0 0 5rem 0;
}

.index-news__list{
    display: flex;
    list-style: none;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 80px 0;
    margin: 10px 0 50px 0;
}
.index-news__item{
    color: gray;
    margin: 0 40px;
    font-size: 16px;
    line-height: 1.5;
}
/* ------------------------------------
main--index-concept
---------------------------------------*/ 
.index-concept-inner{
    width: 100%;
}
  
.index-concept__concept{
    display: flex;
    justify-content: space-between;  
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 400px;
    margin: 0 0 5rem 0;
    background-image: url(../img/22678613_l.jpg);
    background-position: left 10% top 16%;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover; 
}
  
  .index-concept__catch{
    position: absolute;
    left: 10%;
  }
  
  .index-concept__catch-text{
    color: #f18d44;
    font-weight: bold;
    font-size: 4rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
  
  .index-concept__disc{
    position: absolute;
    right: 20%;
  }
  
  .index-concept__disc-bg{
    right: 10px;
    padding: 1rem 2rem;
    border-radius: 2rem;
    background-color: rgb(57, 168, 105, .6);  
  }
  
  .index-concept__disc-text{
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2em;
  } 
/* ------------------------------------
main--service　介護サービス
---------------------------------------*/
.index-service__inner{
    width: 100%;    
}

.index-service__bg{
    position: relative;
    width: 100%;
    height: 400px;  
    background-image: url(../img/23502463_l.jpg);
    background-size: cover;
    background-position: center bottom 50%;
    background-repeat: no-repeat;
    aspect-ratio: 16/ 9;
    object-fit: cover;
}
  
.index-service__catch{
    position: absolute;
    top: 0;
    right: 15%;
    font-weight: bold;
    font-size: 4rem;
    letter-spacing: .08em;
    line-height: 1.3em;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
  
  .index-service__heading{ 
    transform: translateY(-100%);
    width: 90%;
    margin: auto;
    padding: 3rem 0;
    border-radius: 20px 20px 0 0;
    background-color: rgb(255, 255, 255, .6);
    text-align: center;    
  }
  
  .index-service__en{
    margin: 0 0 1rem 0;
    color: #f18d44;
    font-weight: bold;
    font-size: 3rem;
  }
  
  .index-service__ja{
    display: block;
    font-size: bold;
    font-size: 16px;
  }
  
.index-service__service{
    transform: translate(0, -10%);
    max-width: 1000px;
    margin: auto;
}

.index-service__title-text{
    display: block;
    text-align: center;
    font-weight:bold;
}
.index-service__span{
    border-bottom: solid 2px silver;
    padding: 0 50px 10px;
}
.index-service__list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 60px auto 0;
    justify-content:center;
    gap: 60px 30px;
}

.index-service__title{
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}
.index-service__photo{
    display: flex;
    margin: 20px 0 0 0;
    width: 370px;
    height: 240px;
}
.index-service__img{
    border-radius: 10px;
}
/* ------------------------------------
main--support　障碍者総合支援
---------------------------------------*/
.index-support__inner{
    max-width: 1000px;
    margin: auto;
}
.index-support__heading{
    text-align: center;
    margin: 1rem auto 0;
    font-weight: bold;
}

.index-support__span{
    border-bottom: solid 2px silver;
    padding: 0 50px 10px;
}

.index-support__support{
    margin: 0 0 5rem 0;
}

.index-support__list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 8rem auto 0;
    justify-content: center;
    gap: 100px 30px;
}
.index-support__item{
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}
.index-support__title{
    text-align: center;
}
.index-support__photo{
    display: flex;
    margin: 20px 0 0 0;
    width: 370px;
    height: 240px;
}
.index-support__img{
    border-radius: 10px;
}
/* ------------------------------------
main---aria　対応エリア
---------------------------------------*/
.index-aria__inner{
    max-width: 1200px;
    margin: auto;
}

.index-aria__heading{
    text-align: center;
    margin: 0 0 2rem 0;
}

.index-aria__en{
    margin: 0 0 2rem 0;
    color: #f18d44;
    font-size: 3.5rem;
    letter-spacing: .3em;
}

index-aria_ja{
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: .1em;
}

.index-aria__aria-aria{
    margin: 0 3rem 5rem;
}
/* ------------------------------------
main---price　ご利用料金
---------------------------------------*/
.index-price__inner{
    background-color: #fbf5e5;
    max-width: 1200px;
    height: 556px;
    margin: auto;
}

.index-price__heading{
    text-align: center;
    font-size: 35px;
    color: #ff9dac;
    padding: 30px 0 0 0;
    margin: 0 0 2rem 0;
    letter-spacing: 2px;
    text-shadow: 2px 2px 0 white,-2px 2px 0 white,2px -2px white,-2px -2px 0 white;
}

.index-price-heading__span{
    color: black;
    font-size: 16px;
    text-shadow: none;
}

.index-price__text{
    font-size: 1.6rem;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ff9dac;
    color: white;
    padding: 10px 0;
    border-radius: 15px;
    line-height: 2;
    letter-spacing: .3em;
    font-weight: bolder;
}

.index-price__tel{
    text-align: center;
    max-width: 1000px;
    margin: 20px auto 0;
    background-color: #fff;
    padding: 80px 0;
    border-radius: 15px;
    font-size: 50px;
    font-weight: bolder;
    letter-spacing: 2px;
}

.index-price-tel__span{
    font-size: 30px;
}
/* ------------------------------------
main--schedule　ご利用までの流れ
---------------------------------------*/
.index-schedule__inner{
    margin: 0 auto;
    max-width: 800px;
}

.index-schedule__heading{
    text-align: center;
    color: #8bbf77;
    line-height: 1;
    font-size: 35px;
    margin: 80px 0 0 0;
    letter-spacing: 2px;
}

.index-schedule-heading__span{
    display: block;
    padding: 2ch;
    color: black;
    font-size: 16px;
}

.index-schedule__schedule{
    margin: 0 1rem 5rem;
}

.index-schedule__body{
    display: flex;
    border-bottom: 2px solid #8bbf77;
    align-items: end;
    padding: 0 0 15px 13px;
}

.index-schedule__number{
    color: #8bbf77;
    font-size: 35px;
}

.index-schedule__title{
    margin: 0 0 0 15px;
    font-size: 20px;
}

.index-schedule__text{
    margin: 10px 0 0 10px;
    font-size: 15px;
    letter-spacing: .2em;
    line-height: 1.5;
}

.index-schedule__br{
    margin-bottom: 1.5rem;
}

.index-schedule__arrow{
    vertical-align: middle;
    color: #8bbf77;
    line-height: 1;
    position: relative;
    width: 0.3em;
    height: 4em;
    background: currentColor;
    margin: 40px 0 40px 85px;
}

.index-schedule__arrow::before{
    content: '';
    width: 1.5em;
    height: 1.5em;
    border: 0.3em solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: -0.05em;
    box-sizing: border-box;
}
/* ------------------------------------
main--staff　スタッフ紹介
---------------------------------------*/
.index-staff__inner{
    max-width: 1200px;
    margin: auto;
}
  
.index-staff__heading{
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
}
  
  .index-staff__en{
    color: #ff9dac;
    font-weight: bolder;
    font-size: 4rem;
      }
  
  .index-staff__ja{
    display: block;
    margin: 1rem;
    color: #000;
    font-size: 1.8rem;
    letter-spacing: .1em;
    letter-spacing: none;
  }

  .index-staff__staff{
    margin: 0 0 5rem 0;
  }
  
  .index-staff__list{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap; 
    gap: 4rem;    
  }
  
  .index-staff__item {
    width: 212px;
  }
  
  .index-staff__photo{
    height: 157.15px; 
    object-fit: cover; 
  }
  
  .index-staff__figcaption{
    display: flex;
    background-color: #8bbf77;
    margin: 0 0 2rem 0; 
    padding: 1ch;
  }
  
  .index-staff__no{
    margin: 0 1rem 0 0;
    color: #fff;
    font-weight: bold;
  }
  
  .index-staff__title{
    color: #fff;
    font-size: 1.3rem;
  }  
  
  .index-staff__name{
    color: #fff;
    font-weight: bold;
  }
  
  .index-staff__text{
    padding: 1ch;
    border-radius: 20px;
    background-color: #fbf5e5;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
/* ------------------------------------
main--company　会社概要
---------------------------------------*/
.index-company__inner{
    background: #fbf5e5;
    max-width: 1000px;
    height: 790px;
    margin: auto;
}
.index-company__heading{
    text-align: center;
    color: #8bbf77;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 35px;
    padding: 70px 0 0 0;
}
.index-company__span{
    color: black;
    font-size: 16px;
}
.index-company__company{
    margin: 3rem 2rem 5rem;
}
.index-company__body{
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 2.5rem auto;
    padding: 2rem 0;
    background-color: white;
    font-size: 25px;
    border-radius: 15px;
    box-shadow: 3px 3px #8bbf77;
    font-weight: bolder;
}
.index-company__title{
    color: #8bbf77;
    margin: 0 30px 0 30px;
    width: 20%;
}
.index-company__text{
    width: 80%;
}
/* ------------------------------------
main--contact　お問い合わせ
---------------------------------------*/
.index-contact__inner{
    max-width: 800px;
    margin: 0 auto 5rem;
}
.index-contact__heading{
    text-align: center;
    color: #accada;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 35px;
    margin: 100px 0 0 0;
}
.index-contact-heading__span{
    color: black;
    font-size: 16px;
}
.index-contact__contact{
    text-align: center;
    margin: 50px 0 0 0;
}
.index-contact__text{
    text-align: left;
    color: #accada;
    margin: 50px 0 0 0;
    font-size: 22px;
}
.index-contact-text__span{
    color: 	#FF3333;
}
.index-contact__input{
    border: 1px solid #accada;
    border-radius: 20px;
    width: 100%;
    height: 90px;
    padding: 0 10px;
    margin: 15px 0 0 0;
}

.p-input__l-height{
    
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #999;
    box-sizing: border-box;
    background: #f2f2f2;
    margin: 0.5em 0;
    line-height: 1.5;
    height: calc(6em + 22px)
}
/* .index-contact__text-area{
    border: 1px solid #accada;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    padding: 10px 10px;
    margin: 15px 0 0 0;
} */
/* ------------------------------------
main--アクセスマップ
---------------------------------------*/
.index-map__inner{
    max-width: 1200px;
    margin: auto;    
}

.index-map__heading{
    margin: 0 0 2rem 0;
    text-align: center;
}

.index-map__en{
    color: #f18d44;
    font-size: 3.5rem;
    margin: 0 0 1rem 0;
}

.index-map-{
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.8rem;
}

.inext-map__map{
    height: 405px;
    
}

.index-map__map-gmap{    
    width: 100%;
    aspect-ratio: 16 / 9;
}

.index-map__iframe{
    
    width: 100%;
    height: 405px;
}
/* ------------------------------------
pc-min-widt:1249px
---------------------------------------*/  
@media (max-width: 1249px){
    .index-concept__disc{
      right: 3%;
    }
  }
/* ------------------------------------
res-max-widt:889px
---------------------------------------*/ 
@media (max-width: 889px){
    .index-concept__concept{
        display: block;
        min-height: 500px;
    }

    .index-concept__catch{
        top: 20%;
        left: 55%;  
        background-position: top left;
    }
    
    .index-concept__catch-text{
        font-size: 2.5rem;
        writing-mode: inherit;
        text-orientation: sideways;
    }

    .index-concept__disc{
        right:  5%;
        bottom: 1%;
        width: 90%;   
        margin: auto;
    }  
}
/* ------------------------------------
res--max-width:845ox
---------------------------------------*/
@media(max-width:845px){
    .index-news__item{
        margin: 0 10px;
    }
    .index-contact__text{
        width: 90%;
        margin: 20px auto 0;
    }
    .index-contact__input{
        width: 90%;
    }
    .index-contact__texarea{
        width: 90%;
    }
}

@media(max-width:789px){
    .index-mv__mv{
        justify-content: center;
        align-items: flex-end;
        position: static;         
    }

    .index-mv__mv-heading{
        position: static;
        margin: 0 0 5rem;
        font-size: 3.5rem;
        text-align: center;
        text-indent: 0;
        writing-mode: horizontal-tb;    
    }
      

    .index-service__photo{
        width: 260px;
        height: 160px;
    }
    .index-service__list{
        gap: 50px 20px;
        justify-content:space-evenly;
    }
    .index-support__photo{
        width: 260px;
        height: 160px;
    }
    .index-support__list{
        gap: 50px 20px;
        justify-content: space-evenly;
    }
} 

@media(max-width:599px){
    .index-news__list{
        flex-wrap: wrap;
        padding: 0px 0px 30px;
    }

    .index-news__item{
        width: 50%;
        margin: 0;
        padding: 30px 20px 0;
        font-size: 14px;
    }    

    .index-price__heading{
        padding: 60px 0 0 0;
    }

    .index-price__text{
        font-size: 1.5rem;
        letter-spacing: 1px;
        padding: 40px 0;
    }

    .index-price__tel{
        text-align: center;
        padding: 60px 0;
        font-size: 25px;
    }

    .index-price-tel__span{
        font-size: 15px;
    }

    .index-schedule__arrow{
        margin: 20px auto;
    }

    .index-company__title{
        width: 30%;
        font-size: 20px;
    }
    .index-company__text{
        width: 70%;
        font-size: 20px;
    }   
}

@media(max-width:549px){
    .index-service__photo{
        width: 170px;
        height: 100px;
    }
    .index-service__list{
        gap: 50px 10px;
        margin: 50px 10px 0;
    }
    .index-support__photo{
        width: 170px;
        height: 100px;
    }
    .index-support__list{
        gap: 50px 10px;
        margin: 50px 10px 0;
    }
}
/* ------------------------------------
res-max-width:499px
---------------------------------------*/ 
@media (max-width: 499px){
    /* .l-header__gnav{
        bottom: -68%;
    } */
   

    .index-concept__concept{
        min-height: 400px;
      }
  
      .index-concept__catch{
        position: position;
        top: 32%;
        left: 18%;
        
        padding: 1ch;
        text-align: center;
      }
  
      .index-concept__br{
        display: none;
      }
  
      .index-concept__disc-text{
        font-size: 1.3rem;
        letter-spacing: .1em;    
      }

    .index-service__bg{
        min-height: 50vh;
        margin: 0 0 1rem;
    }

    .index-service__catch{
        top: 45%;
        right: 20%;
        transform: translate(50% 50%); 
        font-size: 2.5rem;
        text-align: center;
        text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
      }
    
    .index-service__heading{
        transform: none;
        text-align: center;        
    }

    .index-service__en{
        font-size: 2rem;
    }

    .index-service__ja{
        font-size: 1.5rem;
    }

    .index-service__service{
        transform: none;
    }

    .index-staff__list{
        flex-direction: column;
        
    }

    .index-staff__item{
        width: 100%;
    }

    .index-staff__photo{
        height: auto;
    }
}
