@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,#f66 25%,#fe5151 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%}}


.job_area_title1{
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	margin-top: 50px
}
.job_area_title2{
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
	display: flex;
    align-items: center;
	line-height: 1.5;
	color: #f66
}
.job_area_title2:before{
	content: "";
    border-top: 3px solid;
    flex-grow: 1;
    margin-right: 15px
}
.job_area_title2:after{
	content: "";
    border-top: 3px solid;
    flex-grow: 1;
    margin-left: 15px
}
.job{
	margin-top: 35px
}
.job a{
	max-width: 590px;
    display: block;
    margin: 0 auto;
	background: #f3f2f2;
	border-radius: 15px
}
.job h3{
	color: #fff;
    background: #f66;
    font-weight: 600;
    font-size: 2.8rem;
    padding: 8px 0;
    text-align: center;
    line-height: 1.4
}
.job_inner{
	padding: 0 30px 35px
}
.job dl.job_title{
	margin-top: 20px
}
.job dl.job_title dt{
	font-weight: 600;
    font-size: 2.4rem;
	color: #f66;
	border-left: solid 6px #f66;
	line-height: 1.2;
    padding-left: 10px;
	margin-top: 15px
}
.job dl.job_point dd span{
    font-weight: 600;
    color: #f66
}
.job dl.job_title dd ul{
	display: flex;
    flex-wrap: wrap
}
.job dl.job_title dd ul li{
	color: #4c4c4c;
	font-weight: 600;
    font-size: 2.2rem;
	margin-top: 5px
}
.job dl.job_title dd ul li:first-child{
	margin-right: 20px
}
.job dl.job_point{
	background: #fff;
	border-radius: 15px;
	padding: 10px 25px 25px;
	margin-top: 20px
}
.job dl.job_point dt{
	font-weight: 600;
    font-size: 2.4rem;
	color: #f66
}
.job dl.job_point dd{
    line-height: 1.64;
    color: #4c4c4c
}
.job .job_btn{
	text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 2.8rem;
    border-radius: 40px;
    margin: 30px auto 0;
    padding: 5px 0;
	background: linear-gradient(to bottom,#f66 25%,#fe5151 100%)
}
.other_jobs_btn a{
	position: relative;
    display: block;
    width: 60%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 2.8rem;
    border-radius: 40px;
    margin: 70px auto;
    padding: 7px 0;
    background: linear-gradient(to bottom,#59a8eb 25%,#3985c6 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{
	background: linear-gradient(to bottom,#fcfbed 25%,#f9f2b2 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: #ecc301;
    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: #ecc301;
    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
}
.advisor_area{
	background: #fcfafa;
	padding: 40px 55px
}
.advisor_area h2{
	color: #f66;
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 1.5
}
.advisor_area h3 {
    margin-top: 20px;
}
.advisor_area p{
	margin-top: 15px;
	color: #000
}
.advisor_area p span{
	font-weight: 600;
	color: #f66
}
.reason_area{
	background: linear-gradient(#9de4fb,#f9f9f7);
	padding: 40px 30px 70px
}
.reason_area p{
	margin-top: 15px;
	color:#000
}
.reason_area p span{
	font-weight: 600;
	color: #f66
}
.lp_inner {
    padding: 0 30px; 
}
section.lp_back01{
	background: linear-gradient(#9de4fb,#f9f9f7)
}
#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
}
.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: linear-gradient(to left,#f66 25%,#fe5151 100%);
    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
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.pageTop{
	bottom: 22px	
	}
.pageTop a{
	width: 60px;
    height: 60px	
	}
}


@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
}
.pageTop {
	right: 20px
	}
}
/* --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
}
.pageTop {
    bottom: 11px;
    right: 10px;
	background: none
}
.pageTop a{
	width: 45px;
    height: 45px	
	}
.pageTop a:hover{
	opacity: 1;
	transition: unset
}
}

/* スマホデザイン */
@media screen and ( max-width: 749px){
.advisor_area h2{
	font-size: 2rem
	}
.job_area{
	padding: 0 7px	
	}
.job_area_title1 {
    font-size: 1.5rem;
    margin-top: 25px
}	
.job_area_title2 {
	font-size: 2.2rem;
    margin-top: 2px
	}
.job {
    margin-top: 20px
}
.job a {
	max-width: 78.7vw
	}	
.job h3 {
	font-size: 1.5rem
	}
.job_inner {
    padding: 0 15px 20px
}
.job dl.job_title{margin-top:15px}
.job dl.job_title dt {
    font-size: 1.5rem;
    border-left: solid 4px;
    line-height: 1.1;
    padding-left: 7px;
    margin-top: 10px
}
.job dl.job_title dd ul li:first-child{
	margin-right: 15px	
}
.job dl.job_title dd ul li{
	font-size: 1.4rem	
}
.job dl.job_point{
	padding: 10px 15px 15px;
    margin-top: 15px
	}
.job dl.job_point dt{
	font-size: 1.6rem
	}
.job dl.job_point dd{
	font-size: 1.4rem
	}
.job .job_btn {
    font-size: 1.5rem;
    margin: 15px auto 0;
    width: 100%
}
.swiper-container .swiper-slide{
	margin-right: unset!important
	}
.other_jobs_btn a {
    width: 80%;
    font-size: 1.6rem;
    margin: 30px auto;
    padding: 7px 0;
    background: linear-gradient(to bottom,#59a8eb 25%,#3985c6 100%);
}
.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
	}
.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
}
.advisor_area {
    padding: 20px 26px
}
.advisor_area h3 {
    margin-top: 10px
}
.advisor_area p{
	margin-top: 10px;
	font-size: 1.4rem
}
.reason_area{
	padding: 15px 15px 40px
}
.reason_area p {
    margin-top: 10px;
    font-size: 1.4rem
}
a:hover{
	opacity: unset;
	transition: unset
}
}

@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
}
}
/* スマホ */