/* html{scroll-behavior: smooth;} */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,span,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    word-wrap:break-word;
    font-weight: normal;
    font-family: Noto Sans JP, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro","Hiragino Sans", "Meiryo", "Yu Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    line-height: 2em;
    font-size: clamp(15px,2.5vw,16px);
    text-align: justify;
    hyphens: auto;
    color: #2e2e2e;
}
input,textarea{-webkit-box-sizing:border-box;box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body {padding: 0;margin: 0;-webkit-text-size-adjust:100%}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration:none}
img{width: 100%;height:auto;border:0;vertical-align:bottom}

a:hover,a:hover img {
    text-decoration:none;
    cursor: pointer;
}
p a{color: #008480;}
/*TELリンクPC版で非動作*/
@media (min-width: 890px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/*共通素材*/
a.opacity:hover{opacity: 0.7;}


/* 背景画像固定 */
body {
  background-image: url('/assets/img/decoration-item10.png');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}


/*スムーススクロール位置調整*/
/* 各メニュー */
#StaffTraining-service,#PlusColde-service,#Infants-service,#Child-service,#Maternity-mam-service,#ActiveAging-service,#AssistanceTraining-service,#SeniorFitness-service,#CorporateWellness-service,
#RehabProgram-reha,#HealthAndLiving-reha,#LifeSupport-reha,#StaffTraining-reha,#PlusColde-reha {
    padding-top: 95px; margin-top: -95px;
}
/* スタッフ */
#links1,#links2,#links3,#links4,#links5,#links6,#links7,#links8,#links9 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 95px;
    margin-top: -95px;
}
@media only screen and (max-width: 890px) {
    /* 各メニュー */
    #StaffTraining-service,#PlusColde-service,#Infants-service,#Child-service,#Maternity-mam-service,#ActiveAging-service,#AssistanceTraining-service,#SeniorFitness-service,#CorporateWellness-service,
    #RehabProgram-reha,#HealthAndLiving-reha,#LifeSupport-reha,#StaffTraining-reha,#PlusColde-reha {
        padding-top: 85px; margin-top: -85px;
    }
    /* スタッフ */
    #links1,#links2,#links3,#links4,#links5,#links6,#links7,#links8,#links9 {
        padding-top: 85px;
        margin-top: -85px;
    }
}

/* スクロール時ふわっと見せるアニメーション */
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
  color: #000;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/*ファーストビュー*/
.fv-title {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 100px;
}
.fv-title-wrap {
    padding: 3% 5% 1%;
}
.fv-title h1 {
    font-size: clamp(28px, 3.5vw, 42px);
    letter-spacing: 0.15em;
    width: auto;
    z-index: 1;
    line-height: 1;
    display: grid;
}
.fv-title h1 span {
    color: #91d2f1;
    letter-spacing: 4px;
    font-size: clamp(13px, 3.5vw, 21px);

}
.fv-title-wrap p {
    font-size: clamp(13px, 3.5vw, 15px);
    padding-top: 10px;
}
.fv-title-wrap .subtutle {
    font-size: clamp(16px,3.5vw,20px);
    padding-top: 15px;
}

@media only screen and (max-width: 890px) {
    .fv-title h1 {
        line-height: 1.0em;
    }
    .fv-title img {
        height: 250px;
    }
    .fv-title-wrap .subtutle {
        padding-top: 14px;
    }
}

/*パンくずリンク*/
ol.breadcrumb {
    width: 100%;
    padding: 2% 5%;
    margin: auto;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
}
ol.breadcrumb li:last-child{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ol.breadcrumb li + li:before{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    transform: rotate(45deg);
    margin-right: 5px;
    margin-left: 5px;
}
ol.breadcrumb span{
    font-size: clamp(12px,2.5vw,13px);
}
@media only screen and (max-width: 890px) {
    ol.breadcrumb{
        padding: 30px 20px 10px;
    }
}

/*コンテンツ内の見出し*/
h2 {
    font-size: clamp(18px, 3.5vw, 25px);
    text-align: center;
    line-height: 1.5em;
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

h2.top-title {
    font-size: clamp(50px, 2.5vw, 70px);
    letter-spacing: 0.1em;
    width: 100%;
    position: relative;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
}
.staff h2 {
    margin-bottom: 0px;
}


.top-subtitle {
    font-size: clamp(20px,2.5vw,25px);
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6em;
}
.bg h4 {
    font-weight: bold;
    font-size: clamp(16px,2vw,18px);
}
p.explanation {
    text-align: center;
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (max-width: 890px) {
    h2 {
        margin-bottom: 0;
    }
    
    p.explanation {
        text-align: left;
        max-width: 680px;
    }
}

/*コンテンツの幅と写真・テキストのレイアウト*/
.inner80,.inner60,.inner30,.inner00{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.inner120{padding: 120px 0;}
.inner100{padding: 100px 0;}
.inner60{padding: 60px 0;}
.inner30{padding: 30px 0;}
.inner00{padding: 0;}

@media only screen and (max-width: 890px) {
    .inner120{padding: 60px 0;}
    .inner100{padding: 50px 0;}
    .inner60{padding: 40px 0;}
}


/* テキストについて */
.fw-b {
    font-weight: bold;
}
.ta-c {
    text-align: center;
}
.txt-blue {
    color:#5d87b7 ;
}

/* 装飾画像について */
img.img-decoration {
    max-height: 50px;
}

/*フォーマットコンテンツ*/
.contents{
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    column-gap: 50px;
    position: relative;
}
.contents li.left,
.contents li.right{
    width: calc(50% - 25px);
    display: flex;
    flex-wrap: wrap;
}
.contents li.left{
    justify-content: flex-end;
    text-align: justify;
    order: 1;
}
.contents li.left img.image{
    object-fit: cover;
    object-position: right center;
    border-radius: 5px;
}
.contents li.right{
    justify-content: flex-start;
    text-align: justify;
    order: 2;
}
.contents li.right img.image{
    object-fit: cover;
    object-position: left center;
    border-radius: 5px;
}
.contents li.right.m-height-none img.image,
.contents li.left.m-height-none img.image{
    max-height: 100%;    
}
.contents li.left .text {
    padding-left: 50px;
    z-index: 1;
}
.contents li.right .text {
    padding-right: 50px;
    z-index: 1;
}
.contents li .text p{
    margin-bottom: 20px;
}
.contents li .text p:last-child{
    margin-bottom: 0px;
}
.text p a{
    display: initial;
    font-weight: normal;
    text-decoration: underline;
}
.text h2 {
    padding: 0;
    margin-bottom: 40px;
    text-align: left;
    max-width: 640px;
}
.text h2:after {
    border: none;
}

/*トップページ以外のコンテンツでlinehight少し調整*/
.text.mission p{
    font-size: clamp(15px,2vw,16px);
    line-height: 1.8em;
}

@media only screen and (max-width: 890px) {
    .contents {
        display: block;
    }
    .contents li.right .text,
    .contents li.left .text {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .contents li .text p{
        margin-bottom: 10px;
    }
    .contents li .text h2,
    .contents li .text h3{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 40px);
        max-width: 640px;
    }
    .contents li.right,
    .contents li.left{
        width: 100%;
        max-width: 680px;
        margin: auto;
        padding-right: 20px;
        padding-left: 20px;
        justify-content: center;
    }
    .contents li.right img.image,
    .contents li.left img.image{
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .order01{order: 1 !important;}
    .order02{order: 2 !important;}
    .order03{order: 3 !important;}
}



/*はみ出した時に非表示*/
.hidden{overflow: hidden;}
/*位置座標指定用*/
.relative{position: relative;}
/*背景の色・模様*/
.bg{
    width: 100%;
    padding: 1px 0;
    border-block-color: #fff;
}
.gray{background: #efefef;}
.white{background: #fff;}
.blue{background: #99e2ff1c;}




/*レイアウト関連*/
.center{text-align: center;}
.right-txt{text-align: right;}
/*マージン・パディング*/
.mt0{margin-top: 0px}
.mt10{margin-top: 10px}
.mt15{margin-top: 15px}
.mt20{margin-top: 20px}
.mt30{margin-top: 30px}
.mt50{margin-top: 50px}
.mt60{margin-top: 60px}
.mt70{margin-top: 70px}
.mb0{margin-bottom: 0px}
.mb10{margin-bottom: 10px}
.mb15{margin-bottom: 15px}
.mb30{margin-bottom: 30px}
.mb50{margin-bottom: 50px}
.mb60{margin-bottom: 60px}
.mb70{margin-bottom: 70px}

.m-auto{margin: auto}

.mx20{margin-right: 20px;margin-left: 20px;}
.mx30{margin-right: 30px;margin-left: 30px;}

.pt0{padding-top: 0px}
.pt15{padding-top: 15px}
.pt20{padding-top: 20px}
.pt30{padding-top: 30px}
.pt50{padding-top: 50px}
.pt60{padding-top: 60px}
.pt70{padding-top: 70px}
.pb0{padding-bottom: 0px}
.pb10{padding-bottom: 10px}
.pb15{padding-bottom: 15px}
.pb20{padding-bottom: 20px}
.pb30{padding-bottom: 30px}
.pb50{padding-bottom: 50px}
.pb60{padding-bottom: 60px}
.pb70{padding-bottom: 70px}

.px20{padding-right: 20px;padding-left: 20px;}
.px30{padding-right: 30px;padding-left: 30px;}
.px50{padding-right: 50px;padding-left: 50px;}

@media only screen and (max-width: 890px) {
    .mt50{margin-top: 30px}
    .mt70{margin-top: 50px}
    .mb50{margin-bottom: 30px}
    .mb70{margin-bottom: 50px}

    .mx20{
        margin-left: 20px;
        margin-right: 20px;
    }

    .pt50{padding-top: 30px}
    .pt70{padding-top: 50px}
    .pb50{padding-bottom: 30px}
    .pb70{padding-bottom: 50px}

    .px20{
        padding-left: 20px;
        padding-right: 20px;
    }
    .px50{
        padding-right: 30px;
        padding-left: 30px;
    }
}

/*表示・非表示*/
.sp{display: none;}
@media only screen and (max-width: 890px) {
.sp{display: block;}
}
.pc{display: block;}
@media only screen and (max-width: 890px) {
.pc{display: none;}
}

.right {
    text-align: right !important;
    width: 49%;
}
.left {
    text-align: left !important;
    width: 51%;
}
@media only screen and (max-width: 890px) {
    .right {
        text-align: right !important;
        width: 100%;
    }
    .left {
        text-align: left !important;
        width: 100%;
    }
}

/* 改行 */
.br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }

@media only screen and (max-width: 890px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}


/* 共通パーツ */
.contact-img01 {
    background: url(/assets/img/bk-img01.png) no-repeat center center;
    padding: 100px;
}
.contact-img02 {
    background: url(/assets/img/bk-img02.png) no-repeat center center;
    padding: 100px;
}
.contact .bk-black {
    background-color: #628E9DD6;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 10px;
}


/* お問い合わせパーツ部分 */
/* お問い合わせフォームより、ご相談内容をご連絡ください */
.contac-inner {
    max-width: 600px;
    margin: 0 auto;
}
.contac-inner .button {
    margin: 20px auto 0;
}

/* 是非一緒に働きませんか？ */
.contac-inner02 {
    max-width: 530px;
    margin: 0 auto;
}

.contact .bk-black .button {
    width: 100%;
    background: linear-gradient(90deg, #c5eaf8 0%, #dcf1cb 100%);
}
.contact .bk-black .button::after {
    background: #fff;
}
.contact .bk-black h2 {
    font-size: clamp(20px, 3.5vw, 24px);
}
.contact .bk-black h2 ,.contact .bk-black p {
    text-align: center;
    color: #fff;
    margin-bottom:0px
}
@media only screen and (max-width: 890px) {
    .contact {
        padding: 10px;
    }
    .contact .bk-black .button {
        width: 90%;
    }
}

/* ボタン */
.button {
    position: relative;
    display: block;
    padding: 12px 60px;
    margin: 40px auto 0;
    font-size: 16px;
    color: #2e2e2e;
    text-align: center;
    border-radius: 50px;
    background: linear-gradient(90deg, #c5eaf8 0%, #dcf1cb 100%);
    border: none;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.button .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}
.button:hover .arrow {
    transform: translateX(10px);
}
.button::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -2px;
    width: 100%;
    height: 100%;
    border: 1px solid #707070;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.3s ease;
}
.button:hover::after {
    top: 0;
    left: 0;
}
.button::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -3px;
    width: 100%;
    height: 100%;
    border: 1px solid #707070;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 890px) {
    .button {
        max-width: 90%;
    }
}

/* サイトポリシー */
.policy .inner {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    margin: 20px 10px 50px;
    box-shadow: 2px 4px 5px rgb(5 5 5 / 5%);
}
.policy_txt p {
    font-size: clamp(14px, 2.5vw, 15px);
    line-height: 2em;
    margin-top: 5px;
    margin-bottom: 20px;
    font-feature-settings: "palt";
}