@charset "utf-8";
 @font-face {
font-family: 'Noto Serif JP';
src: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/font/Noto_Serif_JP/NotoSerifJP-Black.woff) format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'Noto Serif JP';
src: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/font/Noto_Serif_JP/NotoSerifJP-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'Noto Serif JP';
src: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/font/Noto_Serif_JP/NotoSerifJP-Regular.woff) format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'Noto Sans JP';
src: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/font/Noto_Sans_JP/NotoSansJP-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'Noto Sans JP';
src: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/font/Noto_Sans_JP/NotoSansJP-Medium.woff) format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
} @font-face {
font-family: 'Noto Sans JP';
src: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/font/Noto_Sans_JP/NotoSansJP-Regular.woff) format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
} *,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing:border-box;
box-sizing: border-box;
font-size: 62.5%;
scroll-behavior: smooth;
}
body{
margin:0;
font-family: 'Noto Sans JP', sans-serif;
}
img{
width:100%;
max-width:100%;
display: block;
}
p,a,div,ul,ol,dl{
font-size: 1.6rem;
font-weight: 400;
line-height: 1.8;
letter-spacing: 0.1em;
color:#3B3B3B;
}
section{
padding-bottom: 150px;
overflow: hidden;
}
.container{
max-width: 1080px;
width: 80%;
margin: 0 auto;
}
.pc-only{
display: block;
}
.sp-only{
display: none;
}
@media screen and ( max-width:768px){
.container{
width: 90%;
}
section{
padding-bottom: 70px;
overflow: hidden;
}
.pc-only{
display: none;
}
.sp-only{
display: block;
}
}
@media screen and ( max-width:300px){
p,a,div,ul,ol,dl{
font-size: 1.4rem;
}
} header{
height:700px;
width: 100%;
background-color:#fff;
position: relative;
overflow: hidden;
}
.global-navi-sp{
display: none;
}
.header-wrap{
width: 100%;
position: absolute;
top:0;
left:0;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 5;
height: 120px;
}
.header-wrap .h1{
margin-left: 50px;
height: 120px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap:5px;
}
.header-wrap .h1 img{
width: 230px;
height: 70px;
}
.header-wrap .h1 .h1-text{
font-size: 1.1rem;
line-height: 1.2;
}
.header-inner{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap:10px;
}
.header-inner ul{
gap:10px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 130px;
}
.header-inner ul li{
height: 100%;
}
.header-inner ul img{
height: 100%;
width: auto;
}
.header-inner .freedial{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap:8px;
padding: 10px 15px;
background-color: rgba(255,255,255,0.80);
}
.header-inner .freedial .dial-img{
width: 70px;
}
.header-inner .freedial .dial-text{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap:3px;
}
.header-inner .freedial p:first-child,
.header-inner .freedial p:nth-child(3){
font-size: 1.4rem;
line-height: 1;
font-weight: 500;
}
.header-inner .freedial p:nth-child(3) span{
color:#C50003;
}
.header-inner .freedial p:nth-child(2){
line-height: 1;
font-size: 3rem;
letter-spacing: -0.01em;
font-weight: 900;
font-family: 'Noto Serif JP',serif;
}
.global-navi .global-list{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
letter-spacing: 0.05em;
gap:20px;
width: 100%;
background-image: -webkit-gradient(linear, left top, right top, color-stop(49%, rgba(0, 65, 44, 1)), to(rgba(45, 45, 45, 1)));
background-image: -o-linear-gradient(left, rgba(0, 65, 44, 1) 49%, rgba(45, 45, 45, 1));
background-image: linear-gradient(90deg, rgba(0, 65, 44, 1) 49%, rgba(45, 45, 45, 1));
position: absolute;
bottom:0;
z-index: 4;
padding-right: 50px;
}
.global-navi .contact{
display: block;
width:300px;
position: absolute;
right: 50px;
bottom: 70px;
z-index: 5;
}
.global-navi .global-list .global-item a{
color:#fff;letter-spacing: -0.01em;
display: block;
padding: 30px 0 15px 0;
margin-bottom: 15px;
position: relative;
}
.global-navi .global-list .global-item a::before{
position: absolute;
content: '\f0d7';
font-weight: 900;
font-family: "Font Awesome 5 Free";
left:50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
}
.global-navi .global-list .global-item a::after{
position: absolute;
content:'';
bottom:0;
left:0;
width: 100%;
height: 1px;
background-color: #fff;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.global-navi .global-list .global-item a:hover::after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
@media screen and (min-width:769px) and ( max-width:1080px){
header{
height:700px;
}
.header-wrap{
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.header-wrap .h1-logo{
padding-top: 20px;
width: 200px;
margin-left: 25px;
}
.global-navi .global-list {
gap: 20px;
width: 100%;
padding: 25px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.global-navi .global-list .global-item a::before{
bottom: -15px;
}
.global-navi .global-list .global-item a {
padding: 0;
margin: 0;
}
.header-inner{
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.header-inner ul{
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 115px;
}
.header-inner ul img{
height: 100%;
width: auto;
}
.global-navi .contact{
display: none;
}
}
@media screen and ( max-width:768px){
header {
height: 500px;
}
.header-wrap .h1 {
margin-left: 0px;
width: 150px;
}
.header-wrap .h1 img {
width: auto;
height:auto;
}
.header-wrap .h1 .h1-text {
display: none;
}
.header-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap:5px;
}
.header-inner{
width: 80%;
margin: 0 auto;
height: 120px;
}
.header-inner .freedial {
display: none;
}
.header-inner ul {
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;	
height: auto;
}
.global-navi{
display: none;
}
} @media screen and ( max-width:768px){
nav{
position: relative;
}
.header__hamburger {
position: fixed;
top:0;
right:0;
z-index: 9999;
width: 48px;
height: 48px;
}
.global-navi-sp{
position: relative;
display: block;
}
.hamburger {
background: -webkit-gradient(linear, left top, right bottom, from(#009E68), to(#004F34));
background: -o-linear-gradient(top left, #009E68, #004F34);
background: linear-gradient(to bottom right, #009E68, #004F34);
border-color: transparent; z-index: 999;
}
.header__nav {
position: fixed;
right: 0;
left: 0;
top: 0;
width: 100%;
height: 100vh;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); 
background-color: #FFFCF5;
background-size: cover;
-webkit-transition: ease .4s;
-o-transition: ease .4s;
transition: ease .4s; z-index: 998;
} .hamburger span {
width: 100%;
height: 2px;
background-color: #fff;
position: relative;
-webkit-transition: ease .4s;
-o-transition: ease .4s;
transition: ease .4s; display: block;
}
.hamburger span:nth-child(1) {
top: 0;
}
.hamburger span:nth-child(2) {
margin: 8px 0;
}
.hamburger span:nth-child(3) {
top: 0;
}
.header__nav.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
top: 6px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
opacity: 0;
}
.hamburger.active span:nth-child(3) {
top: -13px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.nav__items{
margin-top: 50px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap:25px;
} 
.nav__items a{
font-size: 1.8rem;
font-family: 'Noto Sans JP';
font-weight: 700;
color:#00412C;
} 
.header__nav .contact{
display: block;
width: 80%;
margin: 0 auto;
}
} .top-pay-box{
background: #fff;
border: 3px solid #FF6D17;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
}
.top-pay-box .text{
padding: 0 20px;
width: 60%;
}
.top-pay-box h4{
font-size: 2rem;
}
@media screen and ( max-width:768px){
.top-pay-box{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.top-pay-box .text{
padding: 20px 0;
width: 100%;
text-align: center;
}
.top-pay-box p{
padding-top: 20px;
line-height: 1.3;
}
} footer .bar{
width: 100%;
height: 60px;
background:  -webkit-gradient(linear, left top, left bottom, from(#005639), to(#005639));
background:  -o-linear-gradient(top, #005639, #005639);
background:  linear-gradient(to bottom, #005639, #005639);
position: relative;
}
footer .bar::before{
content: "";
width: 0px;
height: 0px;
border-top: 0px solid transparent;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
border-bottom: 10px solid #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.text-o{
color: #FF6D17;
font-weight: 900;
}
footer .container{
width: 100%;
}
.footer-info{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
padding-top: 100px;
gap:30px;
}
.footer-info .logo-img{
width: 420px;
margin: 0 10px;
}
.footer-info .footer-tel{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
padding: 18px;
margin: 20px 10px 0;
}
.footer-info .footer-tel-img{
width: 100px;
margin-right: 10px;
text-align: center;
}
.footer-info .footer-tel p.number{
font-size: 3.4rem;
font-weight: 900;
letter-spacing: 0;
font-family: 'Noto Serif JP';
}
.footer-info .footer-tel p.logo-cap{
font-size: 1.3rem;
font-weight: 700;
letter-spacing: 0;
}
.footer-info ul{
padding: 0 20px;
width:33%;
}
.footer-info ul li{
padding-bottom: 20px;
line-height: 1.3;
}
.footer-info ul li:last-of-type{
padding-bottom: 0;
}
.footer-info .office-name{
font-weight: 700;
font-size: 1.8rem;
}
.footer-info .link-box{
border-left: 1px solid #707070;
border-right: 1px solid #707070;
}
.footer-info .link-box li a{
font-weight: 700;
font-size: 2rem;
}
.footer-info .link-box .link-inner{
padding-bottom: 20px;
padding-left: 50px;
}
.footer-info .link-box .link-inner a{
font-weight: 700;
font-size: 2rem;
}
.footer-info .blog-box{
padding: 0 20px;
width:33%;
}
.footer-info .blog-inner{
margin-bottom: 20px;
}
.footer-info .blog-inner:last-of-type{
margin-bottom: 0;
}
.footer-info .blog{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16);
box-shadow: 0 0 6px rgba(0, 0, 0, .16);
position: relative;
}
.footer-info .blog-box>p{
font-size: 2rem;
font-weight: 700;
padding-bottom: 20px;
}
.footer-info .blog-img{
width: 40%;
height: 130px;
overflow: hidden;
}
.footer-info .blog-img img{
width: auto;
height: 100%;
overflow: hidden;
-o-object-fit: cover;
object-fit: cover;
}
.footer-info .blog-box .blog-text{
width: 60%;
padding: 0 10px;
}
.footer-info .blog-box .blog-text p,.footer-info .blog-box .blog-text a{
font-weight: 700;
}
.footer-info .blog-box .blog-text p{
line-height: 1.3;
}
.footer-info .blog-box .blog-button{
color: #00402C;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
position: absolute;
bottom:5px;
right: 5px;
}
.footer-info .blog-box .blog-button img{
width: 26px;
height: 100%;
padding-left: 5px;
}
footer .logo-bar{
width: 100%;
height: 100px;
background:  -webkit-gradient(linear, left top, left bottom, from(#00412C), to(#303030));
background:  -o-linear-gradient(top, #00412C, #303030);
background:  linear-gradient(to bottom, #00412C, #303030);
margin-top: 100px;
}
footer .logo-bar p{
color: #fff;
text-align: center;
line-height: 100px;
} @media screen and (max-width:1080px){
.footer-info{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-info ul{
width: 48%;
}
.footer-info .blog-box{
width: 50%;
}
}
@media screen and (max-width:768px){
.footer-info{
padding-top: 50px;
}
footer .logo-bar{
margin: 50px 0 80px 0;
}
.footer-info ul{
width: 100%;
}
.footer-info .blog-box{
width: 100%;
}
}
@media screen and (max-width:650px){
.footer-info .footer-tel p.number{
font-size: 3rem;
}
.footer-info .office-box{
width: auto;
}
.footer-info .link-box{
width: 100%;
margin: 50px 20px 0;
}
} .mv{
width: 100%;
height: 700px;
overflow: hidden;
position: absolute;
top:0;
z-index: 1;
}
.mv .mv-img{
height: 100%;
width: 70%;
margin: 0 0 0 auto;
position: relative;
}
.mv .mv-img .image {
position: absolute;
opacity: 0;
-webkit-animation: change-img-anim 15s infinite;
animation: change-img-anim 15s infinite;
max-width: none;
}
.image:nth-of-type(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.image:nth-of-type(2) {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.image:nth-of-type(3) {
-webkit-animation-delay: 10s;
animation-delay: 10s;
}
@-webkit-keyframes change-img-anim {
0%{ opacity: 0;}
10%{ opacity: 1;}
90%{ opacity: 1;}
100%{ opacity: 0;}
}
@keyframes change-img-anim {
0%{ opacity: 0;}
10%{ opacity: 1;}
90%{ opacity: 1;}
100%{ opacity: 0;}
}
.mv .mv-text{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap:20px;
position: absolute;
top:55%;
left: 5%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 7;
}
.mv .mv-text1.ani{
color:#fff;
font-size: 2rem;
padding: 10px 20px;
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.mv .mv-text1.ani .serif-bold{
font-family: 'Noto Serif JP';
font-weight: 700;
font-size: 3rem;
}
.mv .mv-text1.ani .sans-bold{
font-weight: 700;
}
.mv .mv-text1.ani::after{
content: ''; position: absolute;
z-index: -1;
bottom: 0;
left: 0; width: 0;
height:100%;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(149, 0, 1, 1)), color-stop(47%, rgba(181, 0, 4, 1)), color-stop(100%, rgba(149, 0, 1, 1)), color-stop(20%, rgba(157, 0, 1, 1)), color-stop(52%, rgba(191, 0, 5, 1)), color-stop(89%, rgba(154, 0, 1, 1)));
background-image: -o-linear-gradient(left, rgba(149, 0, 1, 1), rgba(181, 0, 4, 1) 47%, rgba(149, 0, 1, 1) 100%, rgba(157, 0, 1, 1) 20%, rgba(191, 0, 5, 1) 52% 71%, rgba(154, 0, 1, 1) 89%);
background-image: linear-gradient(90deg, rgba(149, 0, 1, 1), rgba(181, 0, 4, 1) 47%, rgba(149, 0, 1, 1) 100%, rgba(157, 0, 1, 1) 20%, rgba(191, 0, 5, 1) 52% 71%, rgba(154, 0, 1, 1) 89%); -webkit-transition:all .5s;
-o-transition:all .5s;
transition:all .5s;
opacity: 0; }
.mv .mv-text1.ani.move::after{ width: 100%; opacity: 1; -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
box-shadow: 0 0 3px 3px rgba(0,0,0,0.2);
}
.mv .mv-text2{
height: 250px;
}
.mv .mv-text2 img{
height: 100%;
width:auto;
}
.mv .mv-text3{
font-size: 3rem;
line-height: 4rem;
font-weight: 900;
color:#fff;
text-shadow:3px 3px 3px #303030, -3px -3px 3px #303030,
-3px 3px 3px #303030,  3px -3px 3px #303030,
3px 0px 3px #303030, -3px -0px 3px #303030,
0px 3px 3px #303030,  0px -3px 3px #303030;
margin: 0;
}
@media screen and (min-width:1081px) and ( max-width:1500px){
.mv .mv-img .image {
height: 100%;
width: auto;
max-width: none;
}
}
@media screen and (min-width:769px) and ( max-width:1080px){
.mv .mv-img{
margin: auto;
height: 100%;
width: 100%;
margin: 0 0 0 auto;
position: relative;
}
.mv .mv-img .image {
height: 100%;
width: auto;
}
.mv .mv-text{
gap:0.5vh;
width:90%;
}
.mv .mv-text1.ani{
color:#fff;
font-size: 1.8rem;
padding: 10px 30px;
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.mv .mv-text1.ani .serif-bold{
font-family: 'Noto Serif JP';
font-weight: 700;
font-size: 2.5rem;
}
.mv .mv-text1.ani .sans-bold{
font-weight: 900;
}
.mv .mv-text2{
width: 80%;
}
.mv .mv-text3{
font-size: 2.3rem;
line-height: 3.5rem;
}
}
@media screen and ( max-width:768px){
.mv {
height: 500px;
}
.mv .mv-img{
width: 100%;
margin: auto;
}
.mv .mv-img .image{
height: 100%;
width: 100%;
}
.mv .mv-text1.ani {
font-size: 1.4rem;
padding: 5px 10px;
}
.mv .mv-text1.ani .serif-bold {
font-size: 2rem;
}
.mv .mv-text2 {
width: auto;
height: 150px;
}
.mv .mv-text3 {
font-size: 1.7rem;
line-height: 2.5rem;
}
.mv .mv-text {
gap:10px;
width: 90%;
top:70%;
left:50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: 7;
height: auto;
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
}
}
@media screen and ( max-height:600px){
.header-inner ul{
display: none;
}
} .sec-title{
text-align: center;
font-size: 2.5rem;
font-family: "Noto serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
color:#00412C;
position: relative;
padding: 10px 0;
margin-bottom: 50px;
}
.sec-title::before,.sec-title::after{
content:' ';
width:100%;
height: 2px;
position: absolute;
background-color:#00412C;
}
.sec-title::before{
left:0;
top:0;
}
.sec-title::after{
left:0;
bottom:0;
}
.sub-title{
font-size: 2.5rem;
line-height: 4rem;
font-family: "Noto serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
font-weight: 400;
text-align: center;
}
@media screen and ( max-width:768px){
.sec-title{
text-align: center;
font-size: 2.2rem;
font-family: "Noto serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
color:#00412C;
position: relative;
padding: 10px 0;
margin-bottom: 50px;
}
.sub-title {
font-size:1.8rem;
line-height: 2.5rem;
}
} .btn-radius-solid {
border: 1px solid #666666;
background: #f1e767;
background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
background: -o-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
-webkit-box-shadow: inset 1px 1px 1px #fff;
box-shadow: inset 1px 1px 1px #fff;
display: block;
margin: 0 auto;
width:-webkit-fit-content;
width:-moz-fit-content;
width:fit-content;
font-size: 1.6rem;
letter-spacing: 0.2rem;
font-weight: 700;
font-family: 'Noto Sans JP';
padding: 20px 30px;
border-radius: 5px;
margin-top: 50px;
}
.btn-radius-solid:after {
content: "\f0da";
font-weight: 900;
font-family: "Font Awesome 5 Free";
margin-left: 15px;
}
.btn-radius-solid:hover {
background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
background: -o-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
} .float-button__wrap {
display: none; width: 300px;
position: fixed;
bottom: 50px;
right: 10px;
z-index: 10;
}
.float-button__wrap a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
}
@media screen and ( max-width:768px){
.float-button__wrap {
width: 100%;
height: 80px;
bottom: 0px;
right: 0px;
z-index: 10;
}	
.float-button__wrap a{
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.float-button__wrap a:first-child{
background-image: -o-linear-gradient(310deg, rgba(238, 141, 0, 1), rgba(235, 55, 0, 1) 90%);
background-image: linear-gradient(140deg, rgba(238, 141, 0, 1), rgba(235, 55, 0, 1) 90%);
}
.float-button__wrap a:nth-child(2){
background-image: -o-linear-gradient(310deg, rgba(0, 136, 92, 1), rgba(187, 216, 40, 1) 90%);
background-image: linear-gradient(140deg, rgba(0, 136, 92, 1), rgba(187, 216, 40, 1) 90%);
}
.float-button__wrap a .text{
color:#fff;
text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
.float-button__wrap a .text span{
color:#FFEE00;
font-weight: 700;
}
.sp-button-wrap{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 80px;
}
.sp-button-wrap .sp-only-mail,.sp-button-wrap .sp-only-tell{
width:50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap:5px;
}
.float-button__wrap .sp-only-mail .icon,.float-button__wrap .sp-only-tell .icon{
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 50%;
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.float-button__wrap .sp-only-mail .icon img,.float-button__wrap .sp-only-tell .icon img{
width: 70%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.float-button__wrap .sp-only-tell .text span{
font-size: 1.3rem;
}
}
@media screen and ( max-width:300px){
.float-button__wrap .sp-only-tell .text span {
font-size: 1.1rem;
}
.float-button__wrap .text {
font-size: 1.2rem;
}
.float-button__wrap .sp-only-mail .icon,.float-button__wrap .sp-only-tell .icon{
width: 25px;
height: 25px;
background-color: #fff;
border-radius: 50%;
}
} .common-bnr1{
background-image: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/ctn-bannar.webp);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding: 50px 0;
}
.common-bnr1 .container{
width: 100%;
max-width: none;
}
.common-bnr1-box{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.common-bnr1-box p{
color: #fff;
font-weight: 500;
}
.common-bnr1-box>p{
padding-right: 20px;
}
.common-bnr1-box .contact-box{
border-left: 1px solid #fff;
}
.common-bnr1 .freedial-box{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background:  -webkit-gradient(linear, left top, right bottom, from(#009E68), to(#004F34));
background:  -o-linear-gradient(top left, #009E68, #004F34);
background:  linear-gradient(to bottom right, #009E68, #004F34);
border-radius: 100px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 20px;
border: 2px solid #fff;
margin-left: 20px;
}
.common-bnr1 .freedial-box:hover{
opacity: 0.9;
}
.common-bnr1 .freedial-icon{
width: 60px;
height: 60px;
background: #fff;
border-radius: 50%;
border: 1px solid #00412C;
}
.common-bnr1 .freedial-icon img{
width: 70%;
height: auto;
margin: 16px auto;
}
.common-bnr1 .freedial-text{
padding-left: 10px;
}
.common-bnr1 .freedial-text p:nth-child(1),.common-bnr1 .freedial-text p:nth-child(3){
font-size: 1.3rem;
}
.common-bnr1 .t2{
font-size: 3.4rem;
line-height: 1;
font-weight: 900;
letter-spacing: 0;
padding-left: 5px;
}
.common-bnr1 .t3{
font-size: 2rem;
}
.common-bnr1-box .mail-box{
margin-top: 20px;
border-top: 1px dashed #fff;
padding-left: 20px;
padding-top: 20px;
}
.common-bnr1-box .mail-form{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background:  -webkit-gradient(linear, left top, right bottom, from(#EE8F00), to(#EB3300));
background:  -o-linear-gradient(top left, #EE8F00, #EB3300);
background:  linear-gradient(to bottom right, #EE8F00, #EB3300);
height: 40px;
border-radius: 10px;
margin: 5px 0;
padding: 40px 0;
}
.common-bnr1-box .mail-box p{
text-align: center;
}
.common-bnr1-box .mail-form:hover{
opacity: 0.9;	
}
.common-bnr1-box .icon-mail{
width: 30px;
margin-right: 10px;
}
@media screen and (max-width:768px){
.common-bnr1{
padding: 50px 5%;
}
.common-bnr1-box{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.common-bnr1-img img{
height: 400px;
}
.common-bnr1-box .contact-box{
border-left: none;
}
.common-bnr1-box>p{
width: 100%;
text-align: center;
padding-right: 0;
padding-bottom: 20px;
}
.common-bnr1-box .mail-box{
padding: 20px 0 0;
}
.common-bnr1 .freedial-box{
margin: 0;
}
}
@media screen and (max-width:650px){
.common-bnr1 .t2{
font-size: 3rem;
}
.common-bnr1 .freedial-icon{
width: 50px;
height: 50px;
}
.common-bnr1 .freedial-icon img{
margin: 14px auto;
}
} .common-bnr2{
background-image: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/bg-wood.webp);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 100px 0 0;
}
.common-bnr2 .container{
width: 100%;
max-width: none;
}
.common-bnr2-box{
max-width: 1080px;
width: 80%;
margin: 0 auto;
}
.common-bnr2-box .pay-box{
background: #fff;
border: 3px solid #FF6D17;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
}
.common-bnr2 .pay-box .text{
padding: 0 20px;
width: 60%;
}
.common-bnr2 .pay-box h4{
font-size: 2rem;
color: #FF6D17;
}
.common-bnr2 .pay-box p{
line-height: 2;
padding-top: 40px;
}
.common-bnr2 .link-box{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 10px;
padding-top: 50px;
}
@media screen and (max-width:768px){
.common-bnr2{
padding: 70px 0 0;
}
.common-bnr2 .bg img{
height: 950px;
}
.common-bnr2-box{
width: 90%;
}
.common-bnr2-box{
top: 60px;
}
.common-bnr2-box .pay-box{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.common-bnr2 .pay-box .text{
padding: 20px 0;
width: 100%;
text-align: center;
}
.common-bnr2 .pay-box p{
padding-top: 20px;
}
.common-bnr2 .link-box{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.common-bnr2 .link-img{
width: 48%;
}
} #section-about1{
padding-top: 150px;
background-image: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/back1.webp);
background-position:  center top;
background-size: cover;
}
#section-about1 .img-wrap{
width: 90%;
max-width: 1920px;
margin: 50px auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
z-index: 0;
position: relative;
}
#section-about1 .img-wrap li{
width:32%;
position: relative;
}
#section-about1 .img-wrap li::before{
content: '';
width: 100%;
height: 100%;
background-color: #00412C;
position: absolute;
top:5px;
left: 5px;
z-index: -1;
}
#section-about1 .text{
text-align: center;
line-height: 2.5rem;
}
#section-about1 .text:nth-child(2){
margin:30px 0 50px 0;
}
#section-about1 .name div{
text-align: right;
font-family: "Noto serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#section-about1 .name .elifehome{
font-size: 2.5rem;
font-weight: 700;
}
@media screen and ( max-width:768px){
#section-about1{
padding-top: 70px;
}
#section-about1 .name div {
font-size: 1.4rem;
}
#section-about1 .name .elifehome{
font-size: 1.5rem;
}
#section-about1 .img-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
row-gap: 50px;
}
#section-about1 .img-wrap li {
width: 100%;
}
#section-about1 .name .elifehome{
font-size: 2rem;
}
} #section-about2{
padding-top: 150px;
background-image: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/back2.webp);
background-position:  center top;
background-size: cover;
}
#section-about2 .sub-title{
color:#00412C;
margin-bottom: 50px;
}
#section-about2 .sub-title span{
font-size: 3.5rem;
font-weight: 700;
position: relative;
}
#section-about2 .sub-title span::before{
content: ''; display: inline-block;
width: 30px; height: 20px; background-image: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/3reason-title-assets.webp);
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
position: absolute;
top:-7px;
left: -10px;
}
#section-about2 .reason3-wrap{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap:5vh;
}
#section-about2 .reason3-wrap .reason3-inner{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
#section-about2 .reason3-wrap .reason3-inner .left{
background-color: #00412C;
width:30%;
padding:30px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#section-about2 .reason3-wrap .reason3-inner .left .reason{
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: 0 auto;
color: #fff;
text-align: center;
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #fff;
}
#section-about2 .reason3-wrap .reason3-inner .left .number{
color: #fff;
font-size: 2.5rem;
text-align: center;
font-weight: 700;
}
#section-about2 .reason3-wrap .reason3-inner .right{
background-color: #fff;
width:70%;
padding:30px 15px; 
border: 2px solid #00412C;
}
#section-about2 .reason3-wrap .reason3-inner .right .title{
font-family: "Noto serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
font-size: 2.2rem;
margin-bottom: 10px;
font-weight: 700;
}
#section-about2 .reason3-wrap .reason3-inner .right .title span{
color:#FF6D17;
}
@media screen and ( max-width:768px){
#section-about2 .reason3-wrap .reason3-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#section-about2 .reason3-wrap .reason3-inner .left,#section-about2 .reason3-wrap .reason3-inner .right {
width: 100%;
}
#section-about2{
padding-top: 70px;
}
#section-about2 .reason3-wrap .reason3-inner .right .title{
font-size: 2rem;
}
#section-about2 .sub-title span {
font-size: 2.5rem;
}
} #section-slide{
padding-bottom: 0;
width: 100%;
overflow: hidden;
position: relative;
}
.wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
　height: 340px;
　overflow:hidden;
}
.slideshow {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.content {
width: 300px;
height: 350px;
padding:15px 10px;
border: 1px solid #848484;
}
.content p{
padding-top:30px;
} .slideshow {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-animation: loop-slide 20s infinite linear 1s both;
animation: loop-slide 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes loop-slide {
from {
-webkit-transform: translateX(0);
transform: translateX(0);
}
to {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.section-slide-img{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 30%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
}
@media screen and ( max-width:768px){
.section-slide-img {
width: 90%;
}
} #section-service{
padding-top: 150px;
}
.service-wrap{
max-width: 1920px;
width:100%;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
row-gap: 30px;
}
#section-service .sec-title{
max-width: 1080px;
width: 80%;
margin: 0 auto;
}
.service-text{
text-align: center;
max-width: 1080px;
width: 80%;
margin: 50px auto;
}
.service-wrap .service-inner{
padding:3% 5%;
width:32%;
position: relative;
}
.service-wrap a.service-inner:first-child{background-color: rgba(78,0,0,0.70);-webkit-transition: all 0.5s 0s ease;-o-transition: all 0.5s 0s ease;transition: all 0.5s 0s ease; }
.service-wrap a.service-inner:first-child:hover{background-color: rgba(78,0,0,0.10);}
.service-wrap a.service-inner:first-child::before{
content: '';
display: block;
width:100%;
height: 100%;
position: absolute;
top:0;
left:0;
background: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/sec-service-roof.webp) center top;
background-size: cover;	
z-index: -1;
}
.service-wrap a.service-inner:nth-child(2){background-color: rgba(4,0,77,0.70);-webkit-transition: all 0.5s 0s ease;-o-transition: all 0.5s 0s ease;transition: all 0.5s 0s ease; }
.service-wrap a.service-inner:nth-child(2):hover{background-color: rgba(4,0,77,0.10);}
.service-wrap a.service-inner:nth-child(2)::before{
content: '';
display: block;
width:100%;
height: 100%;
position: absolute;
top:0;
left:0;
background: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/sec-service-outerwall.webp) center top;
background-size: cover;	
z-index: -1;
}
.service-wrap a.service-inner:nth-child(3){background-color: rgba(88,73,0,0.80);-webkit-transition: all 0.5s 0s ease;-o-transition: all 0.5s 0s ease;transition: all 0.5s 0s ease; }
.service-wrap a.service-inner:nth-child(3):hover{background-color: rgba(88,73,0,0.10);}
.service-wrap a.service-inner:nth-child(3)::before{
content: '';
display: block;
width:100%;
height: 100%;
position: absolute;
top:0;
left:0;
background: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/sec-service-interior.webp) center top;
background-size: cover;	
z-index: -1;
}
.service-wrap a.service-inner:nth-child(4){background-color: rgba(107,48,0,0.80);-webkit-transition: all 0.5s 0s ease;-o-transition: all 0.5s 0s ease;transition: all 0.5s 0s ease; }
.service-wrap a.service-inner:nth-child(4):hover{background-color: rgba(107,48,0,0.10);}
.service-wrap a.service-inner:nth-child(4)::before{
content: '';
display: block;
width:100%;
height: 100%;
position: absolute;
top:0;
left:0;
background: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/sec-service-exterior.webp) center top;
background-size: cover;	
z-index: -1;
}
.service-wrap a.service-inner:nth-child(5){background-color: rgba(0,62,58,0.80);-webkit-transition: all 0.5s 0s ease;-o-transition: all 0.5s 0s ease;transition: all 0.5s 0s ease; }
.service-wrap a.service-inner:nth-child(5):hover{background-color: rgba(0,62,58,0.10);}
.service-wrap a.service-inner:nth-child(5)::before{
content: '';
display: block;
width:100%;
height: 100%;
position: absolute;
top:0;
left:0;
background: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/sec-service-water.webp) center top;
background-size: cover;	
z-index: -1;
}
.service-wrap a.service-inner:nth-child(6){background-color: rgba(0,49,6,0.80);-webkit-transition: all 0.5s 0s ease;-o-transition: all 0.5s 0s ease;transition: all 0.5s 0s ease; }
.service-wrap a.service-inner:nth-child(6):hover{background-color: rgba(0,49,6,0.10);}
.service-wrap a.service-inner:nth-child(6)::before{
content: '';
display: block;
width:100%;
height: 100%;
position: absolute;
top:0;
left:0;
background: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/sec-service-waterproof.webp) center top;
background-size: cover;	
z-index: -1;
}
.service-wrap .service-inner .text-top{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
color:#fff;
}
.service-wrap .service-inner .text-top .title{
font-size: 2rem;
}
.service-wrap .service-inner .text-top>p{
padding-right:20px;
}
.service-wrap .service-inner .text-top p .link-arrow{
position: relative;
display: block;
}
.service-wrap .service-inner .text-top p .link-arrow::before{
content: '';
position: absolute;
bottom: -15px;
width: 110%;
height: 1px;
background: #fff;
}
.service-wrap .service-inner .text-top p .link-arrow::after{
content: '';
position: absolute;
right: -11px;
bottom: -10px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
width: 15px;
height: 1px;
background: #fff;
}
.service-wrap .service-inner p{
color:#fff;
}
.service-wrap .service-inner .text-discription{
font-size: 1.5rem;
line-height: 1.7rem;
}
@media screen and (min-width:769px) and ( max-width:1080px){
.service-wrap .service-inner {
width: 48%;
}
}
@media screen and ( max-width:768px){
.service-wrap .service-inner {
width: 100%;
}
#section-service{
padding-top: 70px;
}
.service-wrap .service-inner .text-discription {
font-size: 1.3rem;
}
.service-wrap .service-inner p{
font-size: 1.4rem;
}
} #section-archive{
padding-top:150px;
background: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/back-wood-paint.webp) center bottom;
background-size: cover;
}
.archive-wrap{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.archive-inner{
background-color: #fff;
padding:20px 10px;
border:1px solid #666;
width: 25%;
}
.archive-inner .category a{
display: block;
background-color: #00412C;
color:#fff;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
padding:5px 10px;
}
.archive-inner .thumbnail{
width:100%;
height: 150px;
overflow: hidden;
}
.archive-inner .thumbnail img{
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.archive-inner .link{
display: block;
}
.archive-inner .date{
color:#929292;
font-size: 1.4rem;
margin: 10px 0;
}
.archive-inner .title{
font-weight: 700;
}
.archive-inner .link{
margin-top: 10px;
color:#00412C;
font-weight: 700;
text-align: right;
font-size: 1.4rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.archive-inner .link img{
width: 26px;
}
@media screen and (min-width:769px) and ( max-width:1080px){
.archive-inner{
width: 48%;
}
}
@media screen and ( max-width:768px){
.archive-inner{
width: 100%;
}
#section-archive{
padding-top:70px;
background: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/bg-wood.webp) center top;
background-size: cover;
background-repeat: no-repeat;
}
} .link-company{
padding: 150px 0;
background: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/sec-service-interior.webp) center;
background-size: cover;
}
.link-company a{
display: block;
width:50%;
margin: 0 auto;
text-align: center;
color: #fff;
background-image: -webkit-gradient(linear, left top, right bottom, from(#009E68), to(#004F34));
background-image: -o-linear-gradient(top left, #009E68, #004F34);
background-image: linear-gradient(to bottom right, #009E68, #004F34);
padding: 30px 0;
border-radius: 70px;
font-size: 2rem;
font-family: "Noto serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
letter-spacing: 0.5rem;
}
.link-company a::after{
content:"\f0da";
font-weight: 900;
font-family: "Font Awesome 5 Free";
margin-left: 10px;
}
@media screen and (max-width:769px){
.link-company{
padding: 70px 0;
}
.link-company a{
display: block;
width:80%;
padding: 20px 0;
border-radius: 50px;
font-size: 2rem;
font-family: "Noto serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
letter-spacing: 0.5rem;
}
} .link-bannar{
padding: 100px 0;
background: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/bg-wood.webp) center top;
background-size: cover;
background-repeat: no-repeat;
}
.link-bannar .banner{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap:5px;
}
.link-bannar .banner li{
width: 24%;
}
.link-bannar .link-allsite{
display: flex;
margin-bottom: 50px;
align-items: center;
justify-content: center;
} 
.link-bannar .link-allsite .link-allsite-text{
width: 50%;
}
.link-bannar .link-allsite .link-allsite-text .allsite-detail{
width: 80%;
margin: 0 auto;
}
.link-bannar .link-allsite .link-allsite-text h3{
text-align: center;
font-size: 3.5rem;
font-family: "Noto serif JP",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
margin-bottom: 30px;
}
.link-bannar .link-allsite .link-allsite-text h3  a .span1{
font-size: 3.5rem;
font-weight: bold;
color:rgba(1,100,0,1.00);
border-bottom: 1px solid rgba(1,100,0,1.00);
}
.link-bannar .link-allsite .link-allsite-text h3 .span2{
font-size: 4rem;
color:rgba(1,100,0,1.00);
}
.link-bannar .link-allsite .link-allsite-text h3 .span3{
font-size: 4rem;
}
.link-bannar .link-allsite .link-allsite-text .allsite-detail-inner{
margin-bottom: 30px;
}
.link-bannar .link-allsite .allsite-detail-inner ul{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
column-gap:35px;
row-gap:10px;
}
.link-bannar .link-allsite .allsite-detail-inner h4{
font-size: 2rem;
font-weight: 900;
}
.link-bannar .link-allsite .link-allsite-text ul li a{
padding-bottom: 3px;
border-bottom: 1px solid #3B3B3B;
}
.link-bannar .link-allsite .image{
width: 35%;
}
@media screen and (max-width:1080px){
.link-bannar .link-allsite{
margin-bottom: 100px;
}
.link-bannar .link-allsite .allsite-detail-inner h4{
font-size: 2.2rem;
line-height: 2.2rem;
}
.link-bannar .link-allsite .link-allsite-text h3 {
font-size: 2.5rem;
}
.link-bannar .link-allsite .link-allsite-text h3  a .span1{
font-size: 2.5rem;
}
.link-bannar .link-allsite .link-allsite-text h3 .span2{
font-size: 2.5rem;
}
.link-bannar .link-allsite .link-allsite-text h3 .span3{
font-size: 2.5rem;
}
}
@media screen and (max-width:769px){
.link-bannar {
padding: 70px 0;
}
.link-bannar .banner li{
width: 49%;
}
.link-bannar .link-allsite {
flex-direction: column-reverse;
}
.link-bannar .link-allsite .link-allsite-text {
width: 100%;
}
.link-bannar .link-allsite .link-allsite-text .allsite-detail{
width:100%;
}
.link-bannar .link-allsite .allsite-detail-inner ul {
column-gap: 10px;
row-gap: 10px;
}
.link-bannar .link-allsite .image{
width: 70%;
margin: 0 auto;
}
.link-bannar .link-allsite {
margin-bottom: 50px;
align-items: flex-end;
}
}