@charset "utf-8";


body{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color : #454545;
	font-size : 100%;
	line-height : 1.8
}
a:hover img{
	opacity: 0.7;
	transition: 0.7s
}
img{
	max-width: 100%;
	margin: 0 auto
}
div.row{
	margin: 0 auto
}
.lp_mv{
	background: linear-gradient(#9de4fb,#f9f9f7);
    margin: 0 calc(50% - 50vw);
    width: 100vw
}
.cv_area{
	position: relative;
	max-width: 1050px;
	margin: 0 auto
}
.cv_area .cv_btn_area{
	position: absolute;
	bottom: 50px;
    left: 25px
}
.cv_btn_freetext{
	text-align: left
}
.cv_btn{
	margin-top: 10px;
	font-weight: 600;
    text-align: center;
	width: 640px;
	margin-left: 66px;
    border-radius: 50px;
	box-sizing: border-box;
	box-shadow: 6px 6px 2px rgb(0 0 0 / 18%);
    background-image: linear-gradient(#eb4e85,#f85991,#f85991,#f85991,#eb4e85)
}
.cv_btn:hover{
	opacity: 0.8;
	transition: 0.7s
}
.cv_btn a{
	position: relative;
    font-weight: 600;
    font-size: 34px;
    padding: 6px 0 12px;
    display: block;
    z-index: 5;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .25s linear
}
.cv_btn a::before{
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -800%;
    background-image: linear-gradient(130deg,rgba(255,255,255,0) 25%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 75%);
    -webkit-animation: shine 2.5s infinite;
    animation: shine 2.5s infinite
}
@-webkit-keyframes shine{100%{left:100%}}
@keyframes shine{100%{left:100%}}

section.lp_back01{
	background: linear-gradient(#f9f9f7,#9de4fb,#f9f9f7);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 60px 0
}
section.lp_back02{
	background: url(https://www.nursepower.co.jp/lp_np/images/2203beige.webp) repeat;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
	padding-bottom: 60px
}
section.lp_back03{
	background: linear-gradient(#f9f9f7,#9de4fb);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 70px
}
section.lp_back04{
	background: url(https://www.nursepower.co.jp/lp_np/images/2203beige.webp) repeat;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
	padding:30px 0
}
.background_img{
	margin: 0 auto;
	width: 1050px
}
#floating{
	position: fixed;
    bottom: 0;
    left: 0;
	background:rgb(0 0 0 / 50%) ;
    display: block;
	width: 100%;
	height: 120px;
    z-index: 50
}
#floating .cv_btn a{
	padding: 3px 0 7px
}
#floating .cv_btn {
	margin:25px auto 0;
	width: 700px
}
.pageTop {
    position: fixed;
    bottom: 32px;
    right: 45px;
    display: none;
    z-index: 100;
    transform: rotate(-90deg)
}
.pageTop a {
    display: inline-block;
    border-radius: 15px;
    position: relative;
    background-image:linear-gradient(180deg,#eb4e85,#f85991,#f85991,#f85991,#eb4e85);
    width: 50px;
    height: 50px
}
.pageTop a:hover{
	opacity: 0.8;
	transition: 0.7s
}
.pageTop a:after {
    border-width: 5px
}
.pageTop a:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-60%,-50%) rotate(-45deg);
    width: 15px;
    height: 15px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff
}
footer{
	margin: 30px 0 20px;
    text-align: center;
	font-size: 1.8rem;
    color: #744f4a;
    font-weight: 600
}
footer p{
	color: #4c4c4c;
	font-size: 1.4rem;
	margin-bottom: 10px
}
footer a {
    font-size: 1.8rem;
    color: #744f4a;
    font-weight: 600;
    text-decoration: none
}
footer a:hover {
    text-decoration: underline
}