@charset "utf-8";
body{
	line-height: 1.8
}
a:hover{
	opacity: 0.7;
	transition: 0.7s;
}
li{
	list-style-type: none;
}
img{
	max-width: 100%;
	margin: 0 auto;
}
div.row{
	max-width: 750px;
	margin: 0 auto
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

.cv_btn{
	margin-top: 10px;
	font-weight: 600;
    text-align: center;
	width: 600px;
	margin-left: 60px;
    border-radius: 34px;
	box-sizing: border-box;
	box-shadow: 6px 6px 2px rgb(0 0 0 / 18%);
   background: linear-gradient(to bottom,#0fd1c2 25%,#0dc9ad 100%)
}
.cv_btn:hover{
	opacity: 0.8;
	transition: 0.7s
}
.cv_btn a{
	position: relative;
    font-weight: 600;
    font-size: 30px;
    padding: 11px 0;
    display: block;
    z-index: 5;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-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%}}

.lp_content{
	padding: 0 30px
}
.job_area h2{
	margin-top: 10px
}
.job_area ul li{
	margin-top: 30px
}
.result_bannar_modal .modal__content__body{
	overflow-y:unset
}
.other_jobs_btn{
	margin: 50px 0 0
}
.other_jobs_btn a{
	position: relative;
    display: block;
    width: 72%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 2.8rem;
    border-radius: 40px;
    margin: 0 auto;
    padding: 7px 0;
    background: linear-gradient(to bottom,#0fd1c2 25%,#0dc9ad 100%)
}
.other_jobs_btn .circle_icon{
	position: absolute;
    top: 17px;
    right: 30px;
    border: 1px solid #fff;
    border-radius: 17px;
    width: 27px;
    height: 27px
}
.other_jobs_btn .circle_icon::before{
    content: "";
    position: absolute;
    display: block;
    top: 23%;
    left: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #fff;
    border-right: 0
}
.voice_area{
	margin-top: 100px;
	background: linear-gradient(to bottom,#fff 25%,#fcfcfa 70%,#fcfbed 100%)
}
.voice_area_inner{
	padding: 50px 30px;
	overflow: hidden
}
.voice{
	width: 420px;
    background: #fff;
    border-radius: 60px;
    padding: 40px;
    box-shadow: 7px 7px 20px rgb(0 0 0 / 15%)
}
.voice_img{
	display: flex;
    align-items: center
}
.voice_img h3{
	background: #f4567f;
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    margin-right: -65px;
    z-index: 10;
    text-align: center;
    padding: 3px 25px;
    border-radius: 30px
}
.voice dl dt{
	color: #f4567f;
    font-weight: 600;
    font-size: 2.4rem;
    margin-top: -95px;
    line-height: 1.5;
	text-shadow: 2px 1px 0 #fff, -2px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 2px 0 #fff, 0-1px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff
}
.voice dl dd{
	color: #000;
	margin-top: 65px;
	font-size: 1.6rem
}
.advisor_area{
	margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e2e2e2
}
.advisor_area h2{
	color: #f4567f;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.5;
	margin-bottom: 18px
}
.advisor_area p{
	margin-top: 20px;
    color: #000;
    font-size: 1.8rem
}
.advisor_area p span{
	font-weight: 600;
	color: #f4567f
}
section.lp_back01{
	margin: 40px 0 50px
}
#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 {
	margin:25px auto 0;
	width: 550px
}


@media screen and (min-width:768px) and ( max-width:769px) {

.cv_btn{
	width:600px
}
.cv_btn a{
	font-size: 30px
}
#floating .cv_btn{
	width: 530px
}

}
/* --responsive------------------------------------------- */


@media screen and ( max-width: 767px){
.pc {
    display: none !important;
}
.sp {
    display: block !important;
}
div.row{
	margin: 0 auto
	}
.cv_area .cv_btn_area{
	top: 52vw;
    left: 5vw
}
.cv_btn_area img{
	width: 75px
}
.cv_btn {
    margin-top: 5px;
    width: 78vw;
    margin-left: 24px;
	box-shadow: 4px 4px 2px rgb(0 0 0 / 18%)
}
.cv_btn:hover{
	opacity: 1;
	transition: unset
}
.cv_btn a {
    font-size: 17px;
	padding: 7px 0;
}
.lp_inner {
    padding: 0 15px;
}
#floating{
	height: 70px
}
#floating .cv_btn {
    margin: 3.2vw 0 0 5vw;
    width: 76vw
}

}

/* スマホデザイン */
@media screen and ( max-width: 749px){
img {
    width: 100%;
    height: auto
    }
a:hover{
	opacity: unset;
	transition: unset
}
.lp_content {
    padding: 0 15px
}
.job_area ul li {
    margin-top: 15px
}
.result_bannar_modal .modal__content__body{
	overflow-y: scroll
}
.other_jobs_btn {
    margin: 30px 0 0
}
.other_jobs_btn a {
    width: 85%;
	font-size: 1.6rem
}
.other_jobs_btn .circle_icon {
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px
}
.other_jobs_btn .circle_icon::before{
	top: 25%;
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff
	}
.advisor_area {
    margin-top: 25px;
	padding-top: 20px
}
.advisor_area h2{
	font-size: 2rem;
	margin-bottom: 12px
}
.advisor_area p{
	margin-top: 10px;
	font-size: 1.4rem
}
.voice_area{
	margin-top: 50px
}
.voice_area_inner{
	padding: 25px 15px
}
.voice{
    width: 58vw;
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 3px 3px 12px rgb(0 0 0 / 15%)
}	
.voice_img h3 {
    font-size: 1.4rem;
    margin-right: -35px;
    padding: 1px 8px;
    width: 210px
}	
.voice dl dt {
    font-size: 1.6rem;
    margin-top: -42px
}	
.voice dl dd {
    margin-top: 22px;
    font-size: 1.4rem
}
section.lp_back01 {
    margin: 30px 0
}
}

@media screen and (min-width:540px) and ( max-width:767px) {
#floating .cv_btn {
	margin: 2vw 0 0 5vw
}
}
@media screen and ( max-width: 375px){
#floating .cv_btn {
    margin: 3.5vw 0 0 4vw
}
}
/* スマホ */

.lp_img{
  background-color: #000;
  width: 600px;
  position: relative;
}

