/* ==========================================================
*
*  TOPページスタイル
*
========================================================== */

@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');*/

/******************************************
*
共通設定
*
******************************************/

#contents .safeFrame {
	max-width: 1400px;
	padding: 0 0 0;
}

.safeFrame h2 span {
    display: block;
	font-size: 3rem;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	color: #012169;
    margin-bottom: 30px;
}

#serchWind h3, #shotCuts h3, h3.top_kaigo__title {
	font-size: 2.4rem;
	line-height: 1.5em;
	font-weight: 700;
	text-align: center;
	color: #000;
    margin-bottom: 30px;
}

.vmiddle {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*

a.arrow-link > span:after{
	font-family: 'ycota_ift';
    content:"\e917";
    color:#eb7730;
    font-weight:normal;
    margin-left:0.5em;
    margin-right:0.5em;

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

a.arrow-link{
	text-decoration:none;
}

.pc a.arrow-link:hover > span:after{
    margin-left:1.0em;
    margin-right:0;
}

*/

/* for Tb --------------------*/

@media screen and (max-width: 979px) {
}

/* for Sp --------------------*/

@media screen and (max-width: 768px) {

    .safeFrame h2 span {
	    font-size: 2.3rem;
	    line-height: 1.5em;
        margin-bottom: 15px;
    }
    h2.tl_new_contactBox span {
        font-size: 18px;
        line-height: 1.5em;
    }
    #serchWind h3, #shotCuts h3, h3.top_kaigo__title {
	    font-size: 1.8rem;
	    line-height: 1.5em;
        margin-bottom: 15px;
    }
}

/******************************************
*
スライド
*
******************************************/

#slyderBox {
	display: block;
	line-height: 100%;
	width: 100%;
	/* height: auto; */
	min-height: 250px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

#slyderBox img {
	width: 100%;
	height: auto;
}

.slick-dots {
	bottom: 10px;
}

.slick-dots li button:before {
    color: #000;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #EA7600;
}

.slider__margin {
	margin: 0 10px;
}

/* for Sp --------------------*/

@media screen and (max-width: 768px) {
	#slyderBox {
		min-height: 215px;
	}

	.slick-dots {
		bottom: -30px;
	}
}

/******************************************
*
検索バー
*
******************************************/

#serchWind {
    margin: 0 auto 65px auto;
	padding: 25px 0;
	text-align: center;
}

/* for Sp --------------------*/

@media screen and (max-width: 768px) {
    
    #serchWind {
        width: 94%;
        max-width: 350px;
        margin: 0 auto 30px auto;
	    padding: 15px 0;
	    text-align: center;
    }   
}

/******************************************
*
ショートカットエリア(探す)
*
******************************************/

#shotCuts {
	width: 100%;
    padding: 50px 0 75px 0;
}

ul.item_cateList {
	display: flex;
    display: -webkit-flex;
    width: 1100px;
    margin: 0 auto 20px auto;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul.item_cateList::after {
    content: '';
	width: 260px;
}

li.item_cateList__list {
	width: 260px;
    margin-bottom: 20px;
}

li.item_cateList__list a {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    text-decoration: none;
    border: 2px solid #E6E6E6;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.2s ease;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc li.item_cateList__list a:hover {
    color: #000;
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
}

figure.item_cateList__list__image {
    width: 56px;
    height: 56px;
    margin: 0;
}

figure.item_cateList__list__image img {
    width: 100%;
}

li.item_cateList__list h4 {
    display: flex;
    width: calc(100% - 70px);
    height: 56px;
    font-size: 2.0rem;
	line-height: 1.2em;
	font-weight: 700;
    align-items: center;
}

#shotCuts a.i_arrow {
    display: block;
    position: relative;
    width: 280px;
    height: 19px;
	font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    margin: 30px auto 0 auto;
}

#shotCuts a.i_arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 19px;
    height: 19px;
	background:url('../images/icon/arrow.png') right top no-repeat;
    background-size: contain;
    z-index: 1;
    transition: all 0.2s;
}

#shotCuts a.i_arrow:hover::after {
    right: 0;
}

ul.onethirdList, ul.onethirdList2 {
    display: flex;
    display: -webkit-flex;
    width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul.onethirdList li, ul.onethirdList2 li {
    width: 350px;
}

#shotCuts ul.onethirdList, #shotCuts ul.onethirdList2 {
    margin: 60px auto 0 auto; 
}

#shotCuts ul.onethirdList li a, #shotCuts ul.onethirdList2 li a {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 170px;
    text-decoration: none;
    background: linear-gradient(rgba(242, 242, 242, 1), rgba(230, 230, 230, 1));
    padding: 20px;
    transition: all 0.2s ease;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc #shotCuts ul.onethirdList li a:hover, .pc #shotCuts ul.onethirdList2 li a:hover {
    color: #000;
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
}

#shotCuts ul.onethirdList li a p, #shotCuts ul.onethirdList2 li a p {
    display: flex;
    width: calc(100% - 150px);
    height: 130px;
    font-size: 2.0rem;
	line-height: 1.3em;
	font-weight: 700;
    align-items: center;
}

#shotCuts .onethirdList__image {
    display: flex;
    width: 130px;
    height: 130px;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
}

img.w-fit {
    width: 100%;
}

img.h-fit {
    height: 100%;
}


/* for Sp --------------------*/

@media screen and (max-width: 768px) {
	
    #shotCuts {
	    width: 100%;
        padding: 50px 0 40px 0;
    }

    ul.item_cateList {
	    display: flex;
        display: -webkit-flex;
        width: 94%;
        max-width: 350px;
        margin: 0 auto 20px auto;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    ul.item_cateList::after {
        content: '';
	    width: 48.5%;
    }

    li.item_cateList__list {
	    width: 48.5%;
        margin-bottom: 10px;
    }

    li.item_cateList__list a {
        width: 100%;
        border-radius: 5px;
        padding: 5px;
    }

    figure.item_cateList__list__image {
        width: 38px;
        height: 38px;
        margin: 0;
    }

    li.item_cateList__list h4 {
        display: flex;
        width: calc(100% - 48px);
        height: 38px;
        font-size: 1.4rem;
	    line-height: 1.2em;
        align-items: center;
    }
    
    #shotCuts a.i_arrow {
        width: 230px;
        height: 15px;
	    font-size: 15px;
        line-height: 14px;
        margin: 30px auto 0 auto;
    }

    #shotCuts a.i_arrow::after {
        right: 0;
        width: 15px;
        height: 15px;
	    background:url('../images/icon/arrow.png') right top no-repeat;
        background-size: contain;
    }

    ul.onethirdList, ul.onethirdList2 {
        width: 94%;
        max-width: 350px;
        margin: 0 auto;
    }

    ul.onethirdList li, ul.onethirdList2 li {
        width: 100%;
    }

    #shotCuts ul.onethirdList {
        margin: 30px auto 0 auto; 
    }

    #shotCuts ul.onethirdList li a {
        width: 100%;
        height: 150px;
        padding: 15px 20px;
    }

    #shotCuts ul.onethirdList li a p {
        width: calc(100% - 140px);
        height: 120px;
        font-size: 1.8rem;
	    line-height: 1.3em;
    }

    #shotCuts .onethirdList__image {
        width: 120px;
        height: 120px;
    }
    
    #shotCuts .onethirdList__image img { margin: 0 auto; }

    #shotCuts ul.onethirdList2 {
        margin: 20px auto 0 auto; 
    }

    #shotCuts ul.onethirdList2 li a {
        width: 100%;
        height: 85px;
        padding: 7px 20px;
    }

    #shotCuts ul.onethirdList2 li a p {
        width: calc(100% - 85px);
        height: 71px;
        font-size: 1.7rem;
	    line-height: 1.3em;
    }

    #shotCuts ul.onethirdList2 li a .onethirdList__image {
        width: 71px;
        height: 71px;
    }
}

/******************************************
*
ヤマシタが選ばれる理由
*
******************************************/

#reasonsBox {
    position: relative;
	width: 100%;
    height: 410px;
    background:url('../images/top/p_strength_pc.jpg') center center no-repeat;
    background-size: cover;
    margin-bottom: 70px;
}

#reasonsBox::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(71, 63, 50, 0.6);
    z-index: 1;
}

#reasonsBox .txtarea {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 270px;
    color: #FFF;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
}

#reasonsBox .txtarea h2 {
	font-size: 3.8rem;
	line-height: 1.0em;
	font-weight: 700;
	text-align: center;
    margin-bottom: 25px;
}

#reasonsBox .txtarea p.tx_center {
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 0 25px 0;
}


/* for Sp --------------------*/

@media screen and (max-width: 768px) {
	
    #reasonsBox {
        position: relative;
	    width: 100%;
        height: 265px;
        background:url('../images/top/p_strength_sp.jpg') center center no-repeat;
        background-size: cover;
        margin-bottom: 60px;
    }
    
    #reasonsBox .txtarea {
        width: 100%;
        height: 210px;
    }

    #reasonsBox .txtarea h2 {
	    font-size: 2.8rem;
        margin-bottom: 20px;
    }

    #reasonsBox .txtarea p.tx_center {
        font-size: 18px;
        line-height: 1.5em;
        text-align: center;
        margin: 0 0 20px 0;
    }
}

/******************************************
*
features
*
******************************************/

#featuresBox {
	width: 1150px;
    margin: 0 auto 65px auto;
}

dl.top__guidancearea {
	display: flex;
    display: -webkit-flex;
    width: 100%;
    margin: 0 auto 65px auto;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

dl.top__guidancearea dt, dl.top__guidancearea dd {
	display: flex;
    display: -webkit-flex;
    width: 50%;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.top_kaigoarea {
    width: 576px;
    margin: 0 auto;
}

.top_reasonarea {
    width: 100%;
    margin: 0 auto 65px auto;
}

dl.top__guidancearea a, .top_kaigoarea a, .top_reasonarea a {
    display: block;
	position: relative;
	width: 100%;
    height: 340px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
}

dl.top__guidancearea a::before, .top_kaigoarea a::before, .top_reasonarea a::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
    z-index: 0;
}

dl.top__guidancearea dt a::before {
    background:url('../images/top/p_rentalsys_pc.jpg') center center no-repeat;
    background-size: cover;
}
dl.top__guidancearea dd a::before {
    background:url('../images/top/p_step_pc.jpg') center center no-repeat;
    background-size: cover;
}
.top_kaigoarea a::before {
    background:url('../images/top/p_kaigo_pc.jpg') center center no-repeat;
    background-size: cover;
}
.top_reasonarea a::before {
    background:url('../images/top/p_strength2_pc.jpg') center center no-repeat;
    background-size: cover;
}

.pc dl.top__guidancearea a:hover::before, .pc .top_kaigoarea a:hover::before, .pc .top_reasonarea a:hover::before {
    transform: scale(1.1);
}

dl.top__guidancearea a::after, .top_kaigoarea a::after, .top_reasonarea a::after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

dl.top__guidancearea dt a::after {
    background: rgba(1, 33, 105, 0.5);
}
dl.top__guidancearea dd a::after {
    background: rgba(77, 60, 31, 0.5);
}
.top_kaigoarea a::after {
    background: rgba(0, 0, 0, 0.4);
}
.top_reasonarea a::after {
    background: rgba(71, 63, 50, 0.6);
}

dl.top__guidancearea h3, .top_kaigoarea h3, .top_reasonarea h3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 150px;
	font-size: 3.2rem;
	line-height: 1.5em;
	font-weight: 700;
    background:url('../images/icon/arrow.png') bottom center no-repeat;
    background-size: 40px 40px;
    padding-bottom: 65px;
    transform: translateY(-50%);
    z-index: 2;
}

dl.top__guidancearea dd h3 {
    height: 95px;
}


/* for Sp --------------------*/

@media screen and (max-width: 768px) {
    
    #featuresBox {
	    width: 100%;
        margin: 0 auto 50px auto;
    }

    dl.top__guidancearea {
        width: 94%;
        max-width: 350px;
        margin: 0 auto 50px auto;
    }

    dl.top__guidancearea dt, dl.top__guidancearea dd {
        width: 100%;
    }

    .top_kaigoarea {
        width: 94%;
        max-width: 350px;
        margin: 0 auto;
    }
    
    .top_reasonarea {
        width: 94%;
        max-width: 350px;
        margin: 0 auto 50px auto;
    }

    dl.top__guidancearea a, .top_kaigoarea a, .top_reasonarea a {
	    width: 100%;
        height: 162px;
    }

    dl.top__guidancearea dt a::before {
        background:url('../images/top/p_rentalsys_sp.jpg') center center no-repeat;
        background-size: cover;
    }
    dl.top__guidancearea dd a::before {
        background:url('../images/top/p_step_sp.jpg') center center no-repeat;
        background-size: cover;
    }
    .top_kaigoarea a::before {
        background:url('../images/top/p_kaigo_sp.jpg') center center no-repeat;
        background-size: cover;
    }
    .top_reasonarea a::before {
        background:url('../images/top/p_strength2_sp.jpg') center center no-repeat;
        background-size: cover;
    }
    dl.top__guidancearea h3, .top_kaigoarea h3, .top_reasonarea h3 {
        height: 110px;
	    font-size: 2.4rem;
        background-size: 25px 25px;
        padding-bottom: 40px;
    }
    dl.top__guidancearea dd h3 {
        height: 72px;
    }
}


/******************************************
*
介護用品お役立ちコラム集
*
******************************************/

#top_columnArea .onethirdList li a {
    display: block;
    width: 100%;
    text-decoration: none;
	background-color: #F2F2F2;
    padding: 20px 10px 10px 10px;
    transition: all 0.2s ease;
}

.pc #top_columnArea .onethirdList li a:hover {
    color: #000;
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
}

#top_columnArea .onethirdList li h3 {
	font-size: 2.2rem;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
	color: #012169;
    margin-bottom: 10px;
}

#top_columnArea .onethirdList li p {
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 0 20px 0;
}

#top_columnArea .onethirdList li picture, #top_columnArea .onethirdList li img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    
    #top_columnArea .onethirdList li {
        margin-bottom: 15px;
    }
    
    #top_columnArea .onethirdList li a {
        display: flex;
        display: -webkit-flex;
        width: 100%;
        padding: 5px 5px 5px 10px;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    #top_columnArea .onethirdList li a .txtarea {
        width: calc(100% - 140px);
        padding: 5px 0 5px 5px;
    }

    #top_columnArea .onethirdList li h3 {
	    font-size: 1.8rem;
	    line-height: 1.3em;
	    font-weight: 700;
    	text-align: left;
        margin-bottom: 10px;
    }

    #top_columnArea .onethirdList li p {
        font-size: 13px;
        line-height: 1.5em;
        text-align: left;
        margin: 0;
    }

    #top_columnArea .onethirdList li picture, #top_columnArea .onethirdList li img {
        width: 120px;
    }
    
}


/******************************************
*
お知らせ
*
******************************************/

#newsBox {
	display: block;
	overflow: hidden;
	padding: 75px 0 45px 0;
}

#newsBox .safeFrame {
	max-width: 1150px;
	padding: 0 0 0;
	margin: 0 auto;
}

#newsBox a.i_arrow {
    display: block;
    position: relative;
    width: 195px;
    height: 19px;
	font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    margin: 30px auto 0 auto;
}

#newsBox a.i_arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 19px;
    height: 19px;
	background:url('../images/icon/arrow.png') right top no-repeat;
    background-size: contain;
    z-index: 1;
    transition: all 0.2s;
}

#newsBox a.i_arrow:hover::after {
    right: 0;
}


ul.newsList {
	border-top: 1px dotted #cccccc;
}

div.hedline {
	display: inline-block;
    width: calc(100% - 320px);
}

/* for Sp --------------------*/

@media screen and (max-width: 750px) {
	#newsBox {
		padding: 40px 0;
	}
    
    ul.newsList {
	    margin: 0;
    }
    
    #newsBox a.i_arrow {
        width: 155px;
        height: 15px;
	    font-size: 15px;
        line-height: 14px;
        margin: 30px auto 0 auto;
    }

    #newsBox a.i_arrow::after {
        right: 0;
        width: 15px;
        height: 15px;
	    background:url('../images/icon/arrow.png') right top no-repeat;
        background-size: contain;
    }

	div.hedline {
		display: block;
        width: 100%;
		margin-top: 0.75em;
	}
}

/******************************************
*
バナーエリア
*
******************************************/

#bannerBox {
    display: flex;
    width: 1160px;
    margin: 0 auto;
	padding: 30px 0 60px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

#bannerBox a {
	display: block;
    width: 25%;
    padding: 10px;
}

#bannerBox a img {
	width: 100%;
}

/* for Sp --------------------*/

@media screen and (max-width: 979px) {
	#bannerBox {
        width: 600px;
    }
    
    #bannerBox a {
        width: 50%;
        padding: 3%;
    }
}

/* for Sp --------------------*/

@media screen and (max-width: 750px) {
	#bannerBox {
		width: 96%;
        padding: 20px 0 40px 0;
	}
    
    #bannerBox a {
        width: 50%;
        padding: 1.5%;
    }
}


/******************************************
*
TOPのみのスペシャルナビ
*
******************************************/

#spNavfotTop {
	display: none;
	overflow: hidden;
	width: 100vw;
	padding: 10px 5px;
	background-color: #f5f5f5;
	position: fixed;
	bottom: 0;
	left: 0;
	letter-spacing: -0.4em;
	text-align: center;
	z-index: 120;
}

#spNavfotTop > p {
	display: inline-block;
	overflow: hidden;
	width: 50%;
	height: auto;
	padding: 0 3px;
}

#spNavfotTop > p > a {
	display: block;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	letter-spacing: normal;
}

#spNavfotTop > p > a > span {
	display: none;
}

/* for Tb --------------------*/

@media screen and (max-width: 980px) {
	#spNav {
		display: none;
	}
	#spNavfotTop {
		display: block;
	}
	/*#spNav{
        width:100vw;
        position:relative;
        bottom:auto;
        right:auto;
        padding:10px 5px;
        background-color:#f5f5f5;
        position:fixed;
        bottom:0;
        left:0;
    }*/
	#spNavfotTop > p {
		width: 50%;
		padding: 0 5px;
		text-align: center;
	}
	#spNavfotTop > p > a {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#spNavfotTop > p:nth-child(1) > a {
		background-color: #f7c837;
	}
	#spNavfotTop > p:nth-child(2) > a {
		background-color: #fc995f;
	}
	#spNavfotTop > p > a > img {
		width: 100%;
		max-width: 175px;
		height: auto;
	}
}
