html{
font-size: 62.5%; /*ベースを10pxにしています*/
}

body{
color: #333333;
font-size: 18px;
font-size: 1.8rem;/*18px*/
font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'
}
/*
body{
background-image:url(../img/top_0804.jpg);
opacity: 0.8; }
*/
/* 共通css--------------------- */
* {
box-sizing: border-box;
}

.clear {
clear: left;
}

.clearfix::after{
content: "";
display: block;
clear: both;
}

img{
vertical-align: bottom;
/* width: 100%;*/
}

a{
color: #333;
text-decoration: none;
}

a:hover{
transition: all 0.5s;
}

a img:hover{
transition: all 0.5s;
opacity: 0.8;
}

a img {
border-width: 0px;
border-style: none;
border-color: #fff;
background: transparent;
}

a.anchor{
display: block;
padding-top: 180px;
margin-top: -180px;
}

.pc_none{
display:none;
}

section{
width:100%;
}

.contents{
width: 100%;
max-width:1200px;
padding: 0 20px;
margin:0 auto;
}

.contents_test{
width: 100%;
max-width:1200px;
height: 500px;
padding: 0 20px 100px 20px;
margin:0 auto;
background:#eee;
margin-bottom: 100px;
}

.mb_8{
    margin-bottom: 8px;
    }


.mt_40{
margin-top: 40px;
}

.mb_100{
margin-bottom: 100px;;
}


.h404_warp{
padding: 150px 0 200px 0;
}

.h404{
margin-top: 100px;
line-height: 1.8;
}


.pagenavi_box{
padding: 20px 0 0 0;
}


.info_link{
text-align: right;
font-size: 12px;
}

.wf-roundedmplus1c
{ font-family: "M PLUS Rounded 1c"; }


/*動き--------------------- */
.fadein {
opacity : 0;
transform: translateY(20px);
transition: all 1s;
}
.fadein2 {
opacity : 0.5;
transform: translateY(40px);
transition: all 0.5s;
}
.fadeinleft {
opacity : 0;
transform: translateX(-50px);
transition: all 1s;
}

.fadeinright {
opacity : 1;
transform: translateX(150px);
transition: all 2s;
}

/* お問い合わせサンクス--------------------- */
.thanks_box{
width:100%;
max-width:800px;
margin:0 auto;
padding: 100px 20px;
}

.tit_wrap{
margin-top: 100px;
width: 100%;
margin-bottom: 50px;
}

.tit_wrap h2{
font-size: 20px;
font-weight: 800;
}

.thanks_box p{
line-height: 3;
}

.thanks_tit{
font-size: 18px;
font-weight: 800;
margin-bottom: 50px;
}

.fa-less-than{
margin-right: 10px;}


/* お問い合わせ　閉じる-------------------- */
.thanks_button{
margin: 50px 0;
}

.close {
width:100%;
padding: 20px;
text-align: center;
}

.close input[type="button"] {
padding: 10px 50px;
font-size: 13pt;
background-color: #333;
border: 1px solid #555;
color: #fff;
border-style: none;
cursor: pointer;
}

button{
    background-color: #fff;
}

element.style {
width: 100%;
height: 70px;
/* margin: 2px; */
}

/* policy--------------------- */
.policy_boxs{
width:100%;
max-width:768px;
margin:0 auto;
margin-bottom: 100px;
padding: 0 20px;
}

.policy_tit{
font-size: 18px;
line-height: 1.5;
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: solid 1px #e0e0e0;
}

.policy_txt{
font-size: 15px;
text-justify: inter-ideograph;
}

.policy_box{
margin-bottom: 50px;
line-height: 1.8;
}

.policy_box a{
font-weight: 800;
border-bottom: 1px solid #333;
}

.policy_box a:hover{
    border-bottom: none;
    }


.contact{
width:100%;
margin:0 auto;
margin-bottom: 100px;
}

.privacy{
font-size: 14px;
text-align: right;
}

.textarea{
 width: 100%;
}

/* 閉じる-------------------- */
.policy_close{
margin: 50px 0;
}


.close {
width:100%;
padding: 20px;
text-align: center;
}

.close input[type="button"] {
padding: 10px 50px;
font-size: 13pt;
background-color: #333;
border: 1px solid #555;
color: #fff;
border-style: none;
cursor: pointer;
}


/* header----------------- */

header{
background-color: #fff;
z-index: 10;
}


.header_contents{
width: 100%;
margin:0 auto;
padding: 30px 20px 0 20px;
height: 206px;
}

.header_contents h1{
font-size: min(12px, 1.2vw);
margin-bottom: 10px;
}

.h_logo{
float: left;
}

.h_logo img{
width:166.5px;
height: 120px;
}

.g_nav{
float: right;
}

.h_tel_boxs{
margin-bottom: 30px;
text-align: right;
}

.h_tel{
font-size: 3.5rem;
font-weight: 800;
margin-bottom: 10px;;
}

.h_tel_note{
font-size: 1.3rem;
letter-spacing: 1px;
}


/*ナビゲーションを横並びに*/
.gnav ul{
list-style: none;
display: flex;
}
/*2階層目以降は横並びにしない*/
.gnav ul ul{
display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.gnav ul li{
position: relative;
}

/*ナビゲーションのリンク設定*/
.gnav ul li a{
display: block;
text-decoration: none;
color: #333;
padding: 0px 0px 0px 30px;
transition:all .3s;
}

.gnav ul li li a{
padding:15px 15px;
}

.gnav ul li a:hover{
color:#999;
}

/*==矢印の設定


nav ul li.has-child::before{
content:'';
position: absolute;
left:15px;
top:25px;
width:6px;
height:6px;
border-top: 2px solid #999;
border-right:2px solid #999;
transform: rotate(135deg);
}


nav ul ul li.has-child::before{
content:'';
position: absolute;
left:6px;
top:17px;
width:6px;
height:6px;
border-top: 2px solid #fff;
border-right:2px solid #fff;
transform: rotate(45deg);
}
*/
/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
.gnav li.has-child ul{
font-size: 17px;
/*絶対配置で位置を指定*/
position: absolute;
left:20px;
top:40px;
z-index: 4;
/*形状を指定*/
background:#fff;
width:280px;
/*はじめは非表示*/
visibility: hidden;
opacity: 0;
/*アニメーション設定*/
transition: all .3s;
}

/*hoverしたら表示*/
.gnav li.has-child:hover > ul,
.gnav li.has-child ul li:hover > ul,
.gnav li.has-child:active > ul,
.gnav li.has-child ul li:active > ul{
visibility: visible;
opacity: 1;
}

/*ナビゲーションaタグの形状*/
.gnav li.has-child ul li a{
color: #333;
border-bottom:solid 1px #3C2C29;
}


.gnav li.has-child ul li a:hover,
.gnav li.has-child ul li a:active{
background:#eee;
}




/* ハンバーガーメニュー----------------- */

/*ナビのスタイル*/
nav.NavMenu{
position: fixed;
z-index: 12;
top: 0;
left: 0;
background: #fff;
text-align: center;
width: 100%;
height: 100%;
display: none;
}

.sp_list_box table {
width: 100%;
text-align: center;
border-collapse: collapse;
border-spacing: 0;
margin-top: 55px;
font-size: 14px;
line-height: 1.2;
}
.sp_list_box table th {
padding: 8px;
color: #fff;
background: #3C2C29;
border-bottom: solid 1px #fff;
}
.sp_list_box table td {
padding: 8px;
width:50%;
border: solid 1px #3C2C29;
}
.sp_list_box table th a{
color: #fff;

}
/*
.sp_navi{
margin-top: 80px;
}
nav.NavMenu ul{
width: 100%;
margin: 0 auto;
padding: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
nav.NavMenu ul li{
font-size: 15px;
width: 100%;
padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白
text-align: right;
}

nav.NavMenu ul li:last-child{
padding-bottom: 0;
}

nav.NavMenu ul li a{
display: block;
color: #333;
font-size: 15px;
}

nav.NavMenu ul li {
color: #999;
font-size: 15px;
}
*/

.h_sp_tel{
position: fixed;
right:60px;
top: 8px;
cursor: pointer;
z-index: 13;
display: block;
padding: 3px 4px;
background: rgba(255,255,255,0.2);

}

.fa-phone-square{
font-size:40px;
color: #3C2C29;
}


/*ボタンのスタイル*/
.Toggle {
position: fixed;
right:12px;
top: 8px;
width: 45px;
height: 45px;
cursor: pointer;
z-index: 13;
display: block;
background: rgba(255,255,255,0.5);
}

.Toggle span {
display: block;
position: absolute;
width: 35px;
border-bottom: solid 4px #3C2C29;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 6px;
}

.Toggle span:nth-child(1) {
top: 9px;
}

.Toggle span:nth-child(2) {
top: 20px;
}

.Toggle span:nth-child(3) {
top: 31px;
}

.Toggle.active span:nth-child(1) {
top: 18px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom: solid 3px #3C2C29;
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom: solid 3px #3C2C29;
}

/* footer---------------- */
.f_color{
width: 100%;
height: 4px;
display: flex;
justify-content:space-between;
}

.color_box1{
width: 33.333%;
background-color:#6BBD4F;
padding: 4px;
}

.color_box2{
    width: 33.333%;
background-color:#E77080;
padding: 4px;
}

.color_box3{
    width: 33.333%;
background-color:#EAE153;
padding: 4px;
}

footer{
width: 100%;
background-color: #3C2C29;
color:#fff;
padding:60px 0 30px 0;
}

.inner_footer{
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content:space-between;
}

.inner_footer a{
color:#fff;
display: block;
}

.inner_footer a:hover{
opacity: 0.6;
}


.f_boxs{
width: 25%;
}

.f_boxs_02{
width: 14%;
}


.f_tit{
padding-bottom: 8px;
margin-bottom: 12px;;
border-bottom:1px solid #fff;
}

.f_box ul li{
font-size: 16px;
margin-bottom: 12px;
}

.f_box{
margin-bottom: 30px;
}

.f_box_adress{
width:100%;
max-width: 1200px;
margin: 0 auto;
font-size: 15px;
}

.copyright{
padding:15px 0;
font-size: 14px;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_qa {
font-size: 14px;
border-bottom: 1px solid #fff;
}

.cp_qa .cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 1px;
color: #fff
}
.cp_qa .cp_actab input {
position: absolute;
opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
line-height: 1.5;
position: relative;
display: block;
margin: 0 0 0 0;
padding: 10px 0;
cursor: pointer;
}
.cp_qa .cp_actab label:hover {
opacity: 0.6;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.5s ease;
transition: max-height 0.5s ease;
color: #ffffff;
}
.cp_actab-content a{
display: block;
margin-bottom: 10px;
color: #ffffff;
}
.cp_qa .cp_actab .cp_actab-content p {
margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
color: #fff;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
padding: 10px 0;
max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
line-height: 1.5;
position: absolute;
top: 50%;
right: 0;
display: block;
width: 3em;
margin-top: -12.5px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
content: '▲';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}

.cp_tit{
font-size:14px;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #fff;
}

.cp_qa a{
font-size: 14px;
padding-bottom: 8px;
margin-bottom: 12px;;
border-bottom:1px solid #644f4b;
}

.mb_10{
margin-bottom: 30px;;
}

/* mv---------------- */
.mv_wrap{
width: 100%;
max-height: 700px;
position: relative;
margin-bottom: 130px;
}

.mv_img{
width:100%;
height:700px;
}

.mv_img img{
width: 100%;
height: 700px;
border-top-left-radius: 0px;
border-top-right-radius: 35px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 35px;
object-fit: cover;
position: absolute;
top:0%;
right: 28%;
}

.mv_wrap h2{
font-size: min(35px,3.5vw);
line-height: 2;
text-align: left;
position: absolute;
top:35%;
right: 2%;
}



/* 変更したバージョン　01 */

.suv_nav_wrapwrap10{
    width: 100%;
    padding-top: 100px;
    margin-bottom: 50px;
    position: relative;
    }


    .flexbox10{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    }
    .suv_nav_wrap10{
    width: 50%;
    }
    .suv_nav_wrap10 img{
    width: 100%;
    }

    .suv_nav_wrap11{
    width: 50%;
    padding: 250px 50px 40px 50px;
    }

    .nav10_tit{
    font-size: min(28px, 2.8vw);
    letter-spacing: 5px;
    line-height: 1.5;
    margin-bottom: 20px;
    }
    .nav10_txt{
    font-size: min(16px, 1.6vw);
    text-align: justify;
    margin: 0 auto;
    line-height: 2;
    }

/* top_news---------------- */

.news_wrap{
width: 100%;
margin-bottom: 140px;
}

.top_news_boxs{
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

.title_box{
width: 100%;
display: flex;
justify-content: space-between;
}

.category_box{
width: 100%;
display: flex;
justify-content: center;
margin-bottom: 80px;
}

.category_box a{
margin-right:15px;
padding:10px;
}

.category_box a:hover{
color:#999;
}

.news_tits {
margin-bottom: 40px;
}

.news_tits h3 {
font-size: min(35px,3.5vw);
font-weight: 800;
margin-bottom: 10px;
}
.news_tits p {
font-size: min(18px,1.8vw);
}
.news_link a{
    font-size: min(18px,1.8vw);
}


/*== 下線が伸びて背景に変わる*/
.btn_link{
position:relative;
color:#333;
padding: 10px 10px;
display:inline-block;
text-decoration: none;
outline: none;
}
.btn_link span{
position:relative;
z-index: 2;
}
.btn_link:hover span{
color: #fff;
}
.btn_link::after {
content:'';
position:absolute;
z-index:1;
bottom:0;
left:0;
background:#E77080;
width:100%;
height:3px;
transition:all 0.3s ease-in-out;
}
.btn_link:hover::after {
height:100%;
}


.news_link_next{
float: right;
}

.news_link_prev{
float:left;
}


.box_wrap{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}

.box_wrap2{
display: flex;
justify-content:space-between;
}

.box_wrap3{
display: flex;
justify-content:space-between;
align-items:flex-end；
}

.news_box{
width: 30%;
position: relative;
margin-bottom: 20px;
}

.list_link{
max-width: 500px;
margin-bottom: 100px;
}
.list_link a{
display: block;
    }



.link−arch{
font-size: 15px;
}

/* 最後のコンテンツを左寄せにする */
.box_wrap:after {
content: "";
display: block;
width: 30%;  /* .boxに指定したwidthと同じ幅 */
height: 0;
}

.news_box a{
display: block;
}

.news_box img{
/* width: 100%;
object-fit: cover; */
height: auto;
}

.news_box:hover {
transition: all 0.5s;
filter:alpha(opacity=70);/* IE 6,7*/
-ms-filter: "alpha(opacity=70)";/* IE 8,9 */
-moz-opacity:0.7;/* FF , Netscape */
-khtml-opacity: 0.7;/* Safari 1.x */
opacity:0.7;
zoom:1;/*IE*/
}

.news_l{
height: 200px;
}
.news_l img{
width: 100%;
height: 200px;
object-fit: cover;
}

.news_r{
padding: 10px 0 0 0;
color: #333;
text-align: left;

}

.news_date{
font-size: 14px;

}
.news_category{
font-size: 14px;
text-align: right;

}
.news_tit{
font-size: 18px;
margin-top: 10px;
margin-bottom: 15px;
}
.news_txt{
font-size: 14px;
line-height: 1.5;
margin-bottom: 20px;
text-align: justify;
text-justify: inter-ideograph;
align-items: center;
}
.news_more{
color: #555;
font-size: 10px;
position: absolute;
right: 0px;
bottom: 10px;
}

/* トップ介護サービス---------------- */
.service_wrap{
width: 100%;
height: auto;
margin-bottom: 100px;
position: relative;
}

.service_boxs{
max-width: 1200px;
padding: 0 20px;
margin: 0 auto;
}


.service_tits {
margin-bottom: 40px;
}

.service_tits h3 {
font-size: min(35px,3.5vw);
font-weight: 800;
margin-bottom: 10px;
}
.sub_tit {
font-size: min(36px,3.6vw);
font-weight: 800;
margin-bottom: 20px;
}

.sub_txt {
font-size: min(18px,1.8vw);
margin-bottom: 20px;
line-height: 1.5;
width: 60%;
}

.service_bg{
position: absolute;
top:5%;
right:0;
width: 50%;
height:55%;
clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 1% 19%);
background-image: url(../img/top_service_bg.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}

.service_box{
width: 65%;
display: flex;
flex-wrap: wrap;
justify-content:space-between;
margin-bottom: 80px;
text-align: center;
align-items: center;
}

.link_box{
width: 48%;
}

.service_box2{
width: 65%;
display: flex;
flex-wrap: wrap;
justify-content:space-between;
margin-bottom: 80px;
text-align: center;
align-items: center;
}

.availability {
    width: 100%;
    margin: 30px 0 80px;
}
.availability img {
    width: 100%;
    height: 100%;
    aspect-ratio: 728 / 90;
}


.link_box2{
width: 48%;
}


.link_box a{
font-size: min(18px,1.8vw);
display: block;
padding: 10px;
height:130px;
line-height: 1.5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: 1px solid  #eee;
background-color: rgba(255,255,255,0.8);
box-shadow: 0px 0px 10px -6px #777777;
margin-bottom: 20px;
}

.link_box a:hover{
box-shadow: 0px -1px 9px 0px #c2c2c2;
}

.link_box2 a{
font-size: min(18px,1.8vw);
display: block;
padding: 10px;
height:130px;
line-height: 1.5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: 1px solid  #eee;
background-color: rgba(255,255,255,0.8);
box-shadow: 0px 0px 10px -6px #777777;
margin-bottom: 20px;
}

.link_box2 a:hover{
box-shadow: 0px -1px 9px 0px #c2c2c2;
}

.top_support{
max-width: 1200px;
padding: 0 20px;
margin: 0 auto;
margin-bottom: 100px;
}
.support_box1{
order: 1;
margin-top: 150px;
padding: 0 40px 0 0;
display: flex;
flex-direction: column;
}
.support_box1 img{
width: 100%;
object-fit: cover;
}
.support_box2{
order: 2;
height: 40%;
padding: 0 40px;
display: flex;
margin-top: auto; /* 一番下の位置に配置 */
flex-direction: column;
}
.support_box3{
order: 3;
padding: 0 20px;
}
.support_tit{
font-size: min(36px, 3.6vw);
font-weight: 800;
writing-mode: vertical-rl;
letter-spacing: 1px;
line-height: 1.5;
}
.support_txt{
font-size: min(18px, 1.8vw);
writing-mode: vertical-rl;
height: 40%;
line-height: 1.5;
text-align: justify;
}

/* トップコンタクト---------------- */
.top_contact{
max-width: 1200px;
padding: 0 20px 100px 20px;
margin: 0 auto;
}
.top_contact_box{
width:48%;
padding: 30px 0;
text-align: center;
}
.top_contact_box img{
width: 7%;
margin-right: 10px;
}
.tc_tel{
font-size: min(40px, 4.0vw);
font-weight: 800;
margin-bottom: 10px;;
}
.tc_mail{
font-size: min(32px, 3.2vw);
font-weight: 800;
margin-bottom: 10px;;
}
.tc_note{
font-size: min(15px, 1.5vw);
letter-spacing: 1px;
}

.top_contact a:hover{
opacity: 0.8;
    }

/* 関連---------------- */
.top_connection_wrap{
width: 100%;
padding: 50px ;
background-color: #EBEBEB;
}
.top_connection{
max-width: 1200px;
padding: 0 20px;
margin: 0 auto;
}
.top_connection_box{
width:45%;
padding: 30px 0;
background-color: #fff;
text-align: center;
}
.connection_txt{
font-size: min(20px, 2.0vw);
}
.top_connection a:hover{
box-shadow: 0px 0px 10px -6px #777777;
}

/* サブナビ---------------- */
.suv_nav_wrap{
width: 100%;
padding: 80px ;
background-color: #eee;
margin-bottom: 150px;
position: relative;
}

.suv_nav{
max-width: 1200px;
padding: 0 20px;
margin: 0 auto;
}

.place{
width: 250px;
height:130px;
line-height: 1.5;
display: flex;
flex-direction: column;
justify-content: center;
padding:0px 0 0px 20px;
border: 1px solid #eee;
background-color: rgba(255,255,255,0.8);
box-shadow: 0px 0px 10px -6px #777777;
position:absolute;
top:-40px;
right: 0;
}
.place p{
font-size: min(16px, 1.6vw);
}
.fa-caret-right{
margin-right: 5px;
}
.suv_nav li{
font-size: min(16px, 1.6vw);
float: left;
margin-right: 30px;
}
.suv_nav a:hover{
opacity: 0.6;
}


.suv_nav_wrap2{
width: 100%;
padding: 100px 0 80px 0;
margin-bottom: 120px;
position: relative;
}

.suv_nav2{
width: 100%;
padding: 20px 20% 0px 20px;
margin: 0 auto;
display: flex;
flex-direction: row-reverse ;
flex-wrap: wrap;
}

.nav2_box2{
margin-top: auto; /* 一番下の位置に配置 */
flex-direction: column;
}

.nav2_tit{
font-size: min(36px, 3.6vw);
writing-mode: vertical-rl;
letter-spacing: 5px;
line-height: 1.8;
}
.nav2_txt{
font-size: min(18px, 1.8vw);
writing-mode: vertical-rl;
height: 24%;
line-height: 2;
text-align: justify;
margin: 0 40px 0 0;
}

/* 企業情報---------------- */
.company_wrap{
width: 100%;
max-width: 768px;
margin: 0 auto;
}

.company_wrap h4{
font-size: min(22px, 2.2vw);
margin-bottom: 20px;
}

.company_boxs{
margin-top: 40px;
margin-bottom: 100px;
}


.company_table {
width: 100%;
text-align: center;
border-collapse: collapse;
border-spacing: 0;
text-align: left;
border-top: solid 1px #e0e0e0;
line-height: 2;
font-size: min(15px, 1.5vw);
}
.company_table th,
.company_table td{
padding: 5px;
border-bottom: solid 1px #e0e0e0;
text-align: left;
box-sizing:border-box;
}
.company_table th {
width:17%;
padding-right: 20px;
text-align: right;
}

.company_table .noborder {
border: 0px none;
}

.company_table2 {
width: 100%;
text-align: center;
border-collapse: collapse;
border-spacing: 0;
text-align: left;
border-top: solid 1px #e0e0e0;
line-height: 2;
font-size: min(15px, 1.5vw);
}

.company_table2 td{
padding: 5px;
border-bottom: solid 1px #e0e0e0;
text-align: left;
box-sizing:border-box;
}
.company_table2 th {
padding: 5px;
width:17%;
border-bottom: solid 1px #e0e0e0;
text-align: left;
padding-right: 20px;
}



@media screen and (max-width: 640px) {
.company_table,.company_table2 {
width: 100%;
border-top: solid 1px #eee;
}
.company_table th ,.company_table2 th {
border-bottom: solid 1px #eee;
background-color: #eee;
}
.company_table th,
.company_table td {
line-height: 1.5;
padding: 5px;
display: block;
width: 100%;
text-align: left;
border-bottom: solid 1px #eee;
}

.company_table2 th,
.company_table2 td {
line-height: 1.5;
padding: 5px;
display: block;
width: 100%;
text-align: left;
border-bottom: solid 1px #eee;
}

}


/* 事業所　---------------- */

.nursing_wrap{
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.nursing_wrap h4{
font-size: min(22px, 2.2vw);
margin-bottom: 20px;
}
.nursing_sub_tit{
line-height: 1.5;
}
.nursing_boxs{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
margin-top: 40px;
margin-bottom: 100px;
}
.nursing_box{
width: 28%;
margin-bottom: 60px;
}
.nursing_box a:hover{
color: #999;
}

/* 最後のコンテンツを左寄せにする */
.nursing_boxs:after {
content: "";
display: block;
width: 28%;  /* .boxに指定したwidthと同じ幅 */
height: 0;
}

.item01{
max-height: 400px;
position: relative;
margin-bottom: 40px;
}

.nursing_box img{
width: 100%;
object-fit: cover;
max-height: 400px;
}

.nursing_name{
font-size: min(18px, 1.8vw);
line-height: 1.2em;
color: #fff;
padding: 5% 0% 5% 3%;
background-color:#000;
width:80%;
position: absolute;
bottom:-20px;
right: -20px;
}

.nursing_name_s{
font-size: min(14px, 1.4vw);
color: #fff;
margin-bottom: 5px;
}

.item02{
font-size: min(18px, 1.8vw);
line-height: 1.5;}

.nursing_table {
width: 100%;
text-align: center;
border-collapse: collapse;
border-spacing: 0;
}
.nursing_table th {
padding: 0px 0px 15px 0px;
text-align: justify;
border-bottom: solid 1px #e0e0e0;
}
.nursing_table td {
padding: 8px 0;
text-align: left;
border-bottom: solid 1px #e0e0e0;
}


/* 事業所 共通ブログ */
.blog_wrap{
width: 100%;
padding: 80px 0;
margin-bottom: 150px;
background-color:#EDEDED;
}
.blog_contens{
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.blog_tits{
font-size: min(22px, 2.2vw);
margin-bottom: 30px;
}

.blog_table dl{
padding:15px 0px;
/*border-bottom: 1px solid #333; */
}
.blog_table dl + dl{
padding:15px 0px;
/*border-bottom: 1px solid #333;	 */
}
.blog_table dt {
display: table-cell;
font-size: 1.5rem;
width: 120px;
}
.blog_table dd {
display: table-cell;
font-size: 1.5rem;
}
@media screen and (max-width: 768px){
.news_inner {
width: 100%;
}
.blog_table {
display: block;
line-height: 1.5;
}
.blog_table dl{
padding:10px 0px;
}
.blog_table dt {
display: block;
width: 100%;
}
}

/* 事業所 共通 特徴 */
.feature_wrap{
max-width: 1200px;
margin: 0 auto;
padding: 0 20px 150px 20px;
}
.feature_tit{
font-size: min(22px, 2.2vw);
margin-bottom: 30px;
}
.feature_tit2{
    font-size: min(22px, 2.2vw);
    margin-top: 60px;
    margin-bottom: 30px;
    }
.feature_txt{
font-size: min(18px, 1.8vw);
margin-bottom: 30px;
}
.feature_boxs{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content:space-between;
text-align: center;
align-items: center;
}
.feature_box{
width: 30%;
font-size: min(18px,1.8vw);
display: block;
padding: 10px;
height:80px;
line-height: 1.5;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: 1px solid  #eee;
background-color: rgba(255,255,255,0.8);
box-shadow: 0px 0px 10px -6px #777777;
margin-bottom: 20px;
}

/* 最後のコンテンツを左寄せにする */
.feature_boxs:after {
content: "";
display: block;
width: 30%;  /* .boxに指定したwidthと同じ幅 */
height: 0;
}

.feature_boxs2{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}


.feature_box2{
width: 30%;
margin-bottom: 20px;
}

/* 最後のコンテンツを左寄せにする */
.feature_boxs2:after {
content: "";
display: block;
width: 30%;  /* .boxに指定したwidthと同じ幅 */
height: 0;
}

.feature_box2 img{
width: 100%;
object-fit: cover;
margin-bottom: 10px;
}

.feature_box2 p{
font-size: min(15px,1.5vw);
text-align: left;
text-align: justify;
line-height: 1.5;
}


/* 高齢者住宅 */

.suv_nav_motomachi{
width: 100%;
height: 580px;
margin-bottom: 120px;
background-image: url(../img/lmotomachi_00top.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-position: right;
}

.suv_nav_katube{
width: 100%;
height: 580px;
margin-bottom: 120px;
background-image: url(../img/lkatsube_00top.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-position: right;
}

.suv_nav_minakuchi{
width: 100%;
height: 580px;
margin-bottom: 120px;
background-image: url(../img/lminakuchi_00top.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-position: right;
}

.suv_nav_giou{
width: 100%;
height: 580px;
margin-bottom: 120px;
background-image: url(../img/lgiou_00top.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-position: right;
}

.suv_nav_moriyama{
width: 100%;
height: 580px;
margin-bottom: 120px;
background-image: url(../img/yasuragi_00top.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-position: right;
}


.suv_nav3{
max-width: 1200px;
padding: 0px 20px;
margin: 0 auto;
border-top: 1px solid #fff;
}
.nav3_box{
width: 480px;
height: 580px;
margin: 0 0 0 auto;
padding: 150px 20px 0 20px;
background-color: rgba(255,255,255,0.5);
}
.nav3_tit{
font-size: min(36px, 3.6vw);
letter-spacing: 5px;
line-height: 1.5;
margin-bottom: 30px;
}
.nav3_tit_sub{
font-size: min(15px, 1.5vw);
line-height: 1.5;
}
.nav3_txt{
font-size: min(18px, 1.8vw);
line-height: 1.5;
text-align: justify;
}

.home_wrap{
max-width: 1200px;
padding: 0px 20px;
margin: 0 auto;
}

.home_wrap img{
width: 100%;
}

.home_boxs img{
 width: 100%;
}

.home_wrap2{
max-width: 768px;
padding: 0px 20px;
margin: 0 auto;
}
.home_boxs{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
margin-bottom: 110px;
}
.home_box{
width: 30%;
}
.home_box2{
width: 45%;
}
.home_box3{
width: 45%;
padding: 0 30px;
    }
.home_table {
width: 100%;
font-size: min(18px, 1.8vw);
text-align: left;
border-collapse: collapse;
border-spacing: 0;
line-height: 1.4;
border-top: solid 1px #e0e0e0;
}
.home_table th {
padding:10px;
font-weight: 800;
width: 32%;
border-bottom: solid 1px #e0e0e0;
}
.home_table td {
padding:10px;
text-align: justify;
border-bottom: solid 1px #e0e0e0;
}
.home_cost{
font-size: min(18px, 1.8vw);
padding: 20px 0 10px 0;
}

.home_table2 {
width: 100%;
font-size: min(18px, 1.8vw);
text-align: left;
border-collapse: collapse;
border-spacing: 0;
line-height: 1.4;
border-top: solid 1px #e0e0e0;
}
.home_table2 th {
padding:10px;
font-weight: 800;
width: 15%;
border-bottom: solid 1px #e0e0e0;
}
.home_table2 td {
padding:10px;
text-align: justify;
border-bottom: solid 1px #e0e0e0;
}
.home_summary{
margin-bottom: 80px;
}
.home_contact{
text-align: center;
margin-bottom: 150px;
}
.home_note{
font-size: min(15px, 1.5vw);
margin-bottom: 30px;
}

.home_contact a{
font-size: min(18px, 1.8vw);
color: #fff;
width: 50%;
display: block;
margin: 0 auto;
background-color: #3C2C29;
padding: 20px 30px;
}
.home_contact a:hover{
background-color: #2D201E;
}

/* シングルページ お知らせ */
.single_wrap{
max-width: 768px;
padding: 0 20px;
margin: 0 auto;
}

.single_tit{
font-size: min(18px, 1.8vw);
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #e0e0e0;
}
.single_day{
font-size: min(14px, 1.4vw);
margin-bottom: 40px;
text-align: right;
}
.single_txt{
font-size: min(15px, 1.5vw);
line-height: 1.5;
margin: 40px 0;
}
.single_wrap img{
width: 100%;
max-width: 768px;
height: auto;
margin-bottom: 30px;
}

/* ページネーション */
.pagination {
width: 100%;
font-size: 14px;
margin-top: 60px;
}
.pagination ul {
display: flex;
justify-content: space-between;
padding-bottom: 100px;
}
.pagination ul li {
width: 50%;
}
.txt_r {
text-align: right;
}
.pagination a:hover {
color: 1b#999;
}


/*事業所一覧 */
.netw_wrap{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}

h5{
font-size: clamp(14px, 15px, 1.5vw);
padding: 18px 13px;
background-color:#EDEDED;
margin-bottom: 30px;
}

.netw_box{
width: 48%;
margin-bottom: 15px;
}

.netw_tit{
font-size: clamp(14px, 15px, 1.5vw);
font-weight: 800;
padding: 15px 10px;
border-top: 1px solid #EDEDED;
border-bottom:1px solid #EDEDED;
}

.netw_txt{
font-size: clamp(14px, 15px, 1.5vw);
line-height: 1.8;
padding: 15px 10px;
margin-bottom: 15px;
border-bottom:1px solid #EDEDED;
}

.contact_caution {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 40px 0;
}
