@charset "utf-8";
/* CSS Document */
/* Indexテキストの設定 */
body{
    font-size: 16px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    line-height: 1.8;
}
@media screen and (max-width: 480px){
    body{font-size: 13px;}
}
/* ファストビュー */
header{
    position: relative;
    text-align: left;
    padding: 10px;
    z-index: 9999;
    box-shadow: 2px 2px 6px 4px rgba(0,0,0,.6);
    height: 40px;
}
header .inner_wrap{
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
header .logo_wrap{
    position: relative;
    top: 6px;
}
header .logo_wrap,header .catch_copy{
    display: inline-block;
    font-weight: 400;
    font-size: .8rem;
}
header .catch_copy{
    position: relative;
    top: 4px;
    margin-left: 8px;
}
header .category_name{
    display: block;
    width: 180px;
    height: 28px;
    background: #f89e1c;
    text-align: center;
    border-radius: 8px;
    padding: 4px 16px;
    color: #fff;
}
header .category_name h3{
    font-size: 1rem;
    font-weight: 600;
}
@media screen and (max-width:980px){
    header .logo_wrap img{width: 100%;max-width: 150px;}
    header .logo_wrap{position: relative;top: 10px;}
    header .catch_copy{display: none;}
}
@media screen and (max-width:640px){
    header .logo_wrap {margin: 0 auto;}
    header .category_name{display: none;}
}
#lp_header {
    background: no-repeat url("/ads102/img/102/img_top_bg.jpg") center 30%;
    background-size: cover;
}
.bg_wrap{
    background: rgba(0,0,0,.2);
}
#lp_header .header_wrap{
    position: relative;
    max-width: 980px;
    min-height: 365px;
    height: 48vh;
    width: 90%;
    margin: 0 auto;
    padding-top: 3%;
}
#lp_header .title_txt{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
#lp_header .title_wrap{
    width: 100%;
    margin: 0 auto;
}
#lp_header .title_wrap .catch_pc{
    
}
#lp_header .title_wrap .catch_sp{
    display: none;
}
#lp_header .header_category{
    position: absolute;
    bottom: 0;
    max-width: 980px;
    width: 100%;
    padding-bottom: 4%;
}
#lp_header .header_category h3{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,.4),-2px 2px 2px rgba(0,0,0,.4),2px -2px 2px rgba(0,0,0,.4),-2px -2px 2px rgba(0,0,0,.4);
}
#lp_header .cta_link{
    margin-right: auto;
    text-align: center;
}
#lp_header .cta_link a{
    display: inline-block;
    margin: 0 auto;
    font-size: 1.4rem;
}
.kv_ttl_br{
    display: none;
}
@media screen and (max-width:640px){
    #lp_header .title_wrap .catch_pc{display: none;}
    #lp_header .title_wrap .catch_sp{display: inherit;}
    #lp_header .header_category h3{font-size: 1.2rem;}
    .kv_ttl_br{display: inherit;}
    #lp_header .cta_link a{font-size: 1rem;}
}
@media screen and (max-width:321px){
    #lp_header .header_wrap{height: 356px;}
}
/* ファストビュー下段 */
#achievement{
    width: 100%;
    max-width: 100%;
    background: linear-gradient(45deg, #03004c, #003567, #0068b7);
    background-size: 400% 400%;
    animation: gradation_BG 6s ease infinite;
    margin-bottom: 20px;
}
@keyframes gradation_BG { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
#achievement .achievement_wrap{
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
#achievement h2{
    color: #fff;
    font-size: 3.2vw;
    font-weight: 600;
    line-height: 1.6;
    padding: 8px 0;
    margin-bottom:8px;
}
#achievement h2 span{
    color: #fff;
    font-size: 3.8vw;
    font-weight: 800;
}
#achievement .achievement_sp{
    display: none;
}
@media screen and (min-width:1200px){
    #achievement h2{font-size: 2.4rem;}
    #achievement h2 span{font-size: 2.9rem;}
}
@media screen and (max-width:640px){
    #achievement{margin-bottom: 40px;}
    #achievement .bg_wrap{padding: 24px;}
    #achievement .achievement_wrap{position: relative;background: #fff;text-align: center;padding: 24px 5% 8px;margin: 0 auto;}
    #achievement .achievement_wrap:before{content: "";position: absolute;top: 100%;left: 50%;margin-left: -15px;border: 15px solid transparent;border-top: 15px solid #fff;}
    #achievement .logo_wrap img{width: 80%;max-width: 250px}
    #achievement .achievement_sp{display: inherit;}
    #achievement h2{color: #000;font-size: 1rem;}
    #achievement h2 span{color: #000;font-size: 1.6rem;}
    #achievement .category_name{display: block;margin: 8px auto;background: #f89e1c;text-align: center;padding: 4px 16px;color: #fff;}
    
#achievement .category_name h3{
    font-size: 1rem;
    font-weight: 600;
}
}
#category{
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}
#category ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 24px;
}
#category li{
    position: relative;
    color: #001c58;
    background: rgba(0,28,88,.1);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    padding: 6px 8px 6px 2rem;
    margin-right: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
}
#category li:before{
    position: absolute;
    content: url("/ads102/img/chk_blu.png");
    left: 4px;
    top: 4px;
}
@media screen and (max-width:640px){
    #category {display: none;}
}
#feature_point{
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}
#feature_point ul{
    display: flex;
    justify-content: space-between;
    margin: 40px auto 80px;
}
#feature_point li h3{
    font-size:1.2rem;

}
#feature_point li{
	width:33%;
    position: relative;
    font-weight: 800;
    padding: 40px 40px 16px;
    margin: 0 8px;
    background: rgba(0,0,0,.1);
    border-radius: 8px;
}
#feature_point li span{
    color: #910000;
}
#feature_point li.f_point01:before{
    position: absolute;
    content: url("/ads102/img/f_point01.png");
    top: -35px;
    left: 50%;
    margin-left: -35px;
}
#feature_point li.f_point02:before{
    position: absolute;
    content: url("/ads102/img/f_point02.png");
    top: -35px;
    left: 50%;
    margin-left: -35px;
}
#feature_point li.f_point03:before{
    position: absolute;
    content: url("/ads102/img/f_point03.png");
    top: -35px;
    left: 50%;
    margin-left: -35px;
}
@media screen and (max-width:980px){
    #feature_point ul{flex-wrap: wrap;margin: 0 auto 40px;}
    #feature_point li{max-width: inherit;width: 90%;padding: 8px;text-align: left;padding-left: 76px;margin: 16px auto;}
    #feature_point li.f_point01:before,#feature_point li.f_point02:before,#feature_point li.f_point03:before{left: 0; top: 50%;margin-left: 0;margin-top: -35px;}
    #feature_point li{font-size: 1rem;}
    #feature_point li.f_point03{letter-spacing: -0.5px;}
}
@media screen and (max-width:640px){
    #feature_point{display: none;}
}
#companylist_area{
    background: #eee;
    padding: 20px 0 20px;
}
#companylist_area .company_wrap{
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
}
#companylist_area .companylist{
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content:space-around;
    justify-content: space-around;
    padding: 4px 0;
}
#companylist_area .companylist_ttl{
    position: absolute;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    background: #001c58;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 4px 32px;
    top: -42px;
    letter-spacing: 1px;
}
#companylist_area .companylist li{
    width: 20%;
    margin: 8px auto;
}
#companylist_area .companylist img{
    width: 100%;
    max-width: 160px;
    border: 1px solid #ccc;
}
@media screen and (max-width:560px){
    #companylist_area .companylist li{width: 30%;min-width: auto;}
}

/* 業界No.1求人数 */
#feature{
    position: relative;
    background: no-repeat url("/ads102/img/img_feature_bg.jpg") top left;
    background-size: contain;
}
#feature .feature_wrap{
    position: relative;
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
}
#feature .feature_title{
    padding: 100px 0 80px;
}
#feature .feature_title h2{
    position: relative;
    width: 100%;
    max-width: 660px;
    text-align: left;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.4;
    padding-left: 1.2rem;
    margin-bottom: 40px;
    text-shadow: 2px 2px 2px rgba(255,255,255,.4),-2px 2px 2px rgba(255,255,255,.4),2px -2px 2px rgba(255,255,255,.4),-2px -2px 2px rgba(255,255,255,.4);
    color: #001c58;
}
#feature .feature_title h2 span{
    font-weight: 800;
    color: #f89e1c;
}
#feature .feature_title h2:before{
    content: "　";
    font-size: 0.5rem;
    background: linear-gradient(#60758a 50%,#485d70 50%);
    position: absolute;
    height: 100%;
    left: 0;
    top: 2px;
}
#feature .feature_bdg{
    position: absolute;
    top: 55px;
    right: 0;
}
#feature .feature_bdg img{
    width: 100%;
    max-width: 320px;
}
#feature .feature_title p span,
#feature .feature_title ul span{
    font-weight: 800;
    color: #910000;
}
#feature .feature_title li{
    text-align: left;
    position: relative;
    font-weight: 800;
    margin-bottom: 16px;
    padding-left: 1.6rem;
    text-shadow: 1px 1px 1px rgba(255,255,255,.8),-1px 1px 1px rgba(255,255,255,.8),1px -1px 1px rgba(255,255,255,.8),-1px -1px 1px rgba(255,255,255,.8);
}
#feature .feature_title li:before {
	position:absolute;
	content: url("/ads102/img/chk_red.png");
    top: 4px;
	left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #666;
}
#feature .feature_merit img{
    text-align: center;
}
@media screen and (max-width:980px){
    #feature{background: none;}
    #feature .feature_bdg{position: relative;top: 0;margin: 16px auto;}
    #feature .feature_wrap{padding-bottom: 0; margin-bottom: 0;}
    #feature .feature_title{padding: 20px 0;}
    #feature .feature_title h2{font-size: 1.6rem;margin-bottom: 0;}
    #feature .feature_title,#feature .feature_merit,#feature .feature_merit img{margin: auto;}
    #feature .feature_merit img{width: 100%;max-width: 320px;margin-bottom: 8px;}
}
.grey_bg_wrap{
    background: #eee;
    padding: 40px 0 10px;
}
#feature_ex{
    max-width: 980px;
    width: 90%;
    margin: 0 auto 40px;
}
#feature_ex h2{
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #001c58;
}
#feature_ex .feature_ex_wrap{
    display: flex;
    margin-bottom: 40px;
}
#feature_ex .list_title{
    position: relative;
    color: #fff;
    box-shadow: none;
    padding: 8px 0;
    font-weight: 800;
    text-align: center;
    border-radius: 8px;
    margin: 0 4px 16px!important;
}
#feature_ex .private_list .list_title:before{
    content: "";position: absolute;top: 100%;left: 50%;margin-left: -15px;border: 15px solid transparent;border-top: 15px solid #001c58;
}
#feature_ex .private_list .list_title{
    background: #001c58;
}
#feature_ex .new_list .list_title:before{
    content: "";position: absolute;top: 100%;left: 50%;margin-left: -15px;border: 15px solid transparent;border-top: 15px solid #910000;
}
#feature_ex .new_list .list_title{
    background: #910000;
}
#feature_ex ul{
    width: 50%;
}
#feature_ex li{
    margin: 8px 4px;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    text-align: left;
    border-radius: 8px;
    background: #fff;
}
#feature_ex .private_list li {
    border: 2px solid #001c58;
    padding: 8px 16px;
}
#feature_ex .private_list li h3{
    font-size: 1rem;
    font-weight: 600;
    color: #001c58;
}
#feature_ex .new_list li{
    border: 2px solid #910000;
    padding: 8px 16px;
}
#feature_ex .new_list li h3{
    font-size: 1rem;
    font-weight: 600;
    color: #910000;
}
#feature_ex li.list_item{
    display: flex;
}
#feature_ex li .list_box p{
    font-size: .9rem;
    padding-left: 1rem;
}

#feature_ex .feature_s_title h2{
    position: relative;
    padding-left: 1.2rem;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 800;
}
#feature_ex .feature_s_title h2:before{
    content: "　";
    font-size: 0.4rem;
    background: linear-gradient(#60758a 50%,#485d70 50%);
    position: absolute;
    height: 100%;
    left: 0;
    top: 2px;
}
#feature_ex .feature_s_title img{
    float: right;
    width: 100%;
    max-width: 250px;
}
#feature_ex .feature_s_title p{
    width: 60%;
    text-align: left;
}
#feature_ex .feature_s_title p span{
    font-weight: 700;
    color: #910000;
}
@media screen and (max-width:768px){
    #feature_ex{margin-bottom: 20px;}
    #feature_ex h2{font-size: 1.2rem;}
    #feature_ex .feature_ex_wrap{flex-wrap: wrap;margin-bottom: 20px;}
    #feature_ex ul{width: 100%;margin: 0 auto;}
    #feature_ex .feature_s_title h2{font-size: 1.6rem;}
    #feature_ex .feature_s_title img{float: none;}
    #feature_ex .feature_s_title p{width: 100%;margin: 8px auto;}
}
#feature_s{
    position: relative;
    max-width: 980px;
    width: 90%;
    height: 250px;
    text-align: left;
    background: no-repeat url("/ads102/img/img_merit_bg.png") bottom left;
    background-size: contain;
    margin: 20px auto 0;
}
#feature_s .feature_s_merit_title{
    position: absolute;
    top: 54px;
    right: 0;
    max-width: 640px;
    width: 100%;
}
#feature_s .feature_s_merit{
    max-width: 980px;
    width: 90%;
}
#feature_s .feature_s_merit_title h2{
    font-size: 2rem;
    color: #001c58;
    font-weight: 800;
    padding: 16px;
    margin: 0 auto;
    text-shadow: 2px 2px 2px rgba(255,255,255,.9),-2px 2px 2px rgba(255,255,255,.9),2px -2px 2px rgba(255,255,255,.9),-2px -2px 2px rgba(255,255,255,.9);
}
@media screen and (max-width:980px){
    #feature_s .feature_s_merit_title {top: 72px;}
}
@media screen and (max-width:768px){
    #feature_s{background: no-repeat url("/ads102/img/img_merit_bg.png") bottom center;background-size: contain;}
    #feature_s .feature_s_merit_title{max-width: auto;width: 100%;top: 80px;}
    #feature_s .feature_s_merit_title h2{font-size: 1.1rem;text-align: center;}
}
/* 選ばれる3つの理由 */
#reason_point{
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}
#reason_point h2{
    position: relative;
    font-size: 2rem;
    font-weight: 800;
    color: #001c58;
    padding-left: 3rem;
    border-bottom: 1px solid #001c58; 
    margin-bottom: 60px;
    text-align: left;
}
#reason_point h2 span{
    font-size: 2.6rem;
    color: #f89e1c;
}
#reason_point h2:before{
    position: absolute;
    content: url("/ads102/img/title_icon.png");
    left: 0;
    top: 0;
}
#reason_point ul{
    display: flex;
    justify-content: space-between;
    margin: 40px auto 60px;
}
#reason_point li{
    width: 33%;
    position: relative;
    padding: 40px 16px 16px;
    margin: 0 8px;
    background: rgba(0,0,0,.1);
    border-radius: 8px;
}
#reason_point li h3{
    font-size: 1.2rem;
    font-weight: 800;
}
#reason_point li p{
    text-align: left;
}
#reason_point li h3 span{
    color: #910000;
}
#reason_point li.reason_point01:before{
    position: absolute;
    content: url("/ads102/img/f_point01.png");
    top: -35px;
    left: 50%;
    margin-left: -35px;
}
#reason_point li.reason_point02:before{
    position: absolute;
    content: url("/ads102/img/f_point02.png");
    top: -35px;
    left: 50%;
    margin-left: -35px;
}
#reason_point li.reason_point03:before{
    position: absolute;
    content: url("/ads102/img/f_point03.png");
    top: -35px;
    left: 50%;
    margin-left: -35px;
}
#reason_point .reason_txt{
    margin-top: 16px;
}
@media screen and (max-width:640px){
    #reason_point h2{font-size: 1.6rem;line-height: 1.2;margin-bottom: 20px;}
    #reason_point ul{flex-wrap: wrap;margin: 0 auto 40px;}
    #reason_point li{max-width: inherit;width: 90%;padding: 8px;text-align: left;padding-left: 76px;margin: 16px auto;}
    #reason_point li h3{font-size: 1rem;}
    #reason_point li p{font-size: .8rem;}
    #reason_point li.reason_point01:before,#reason_point li.reason_point02:before,#reason_point li.reason_point03:before{left: 0; top: 50%;margin-left: 0;margin-top: -35px;}
    #reason_point li.reason_point03{letter-spacing: -0.5px;}
    #reason_point .reason_txt{margin-top: 8px;}
    #reason_point h2:before{top: 6px;}
}
/* コンサルタント紹介 */
#consultant{
    width: 100%;
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 40px 0;
    background: #eee;
}
#consultant h2{
    width: 90%;
    max-width: 980px;
    margin: 0 auto 20px;
    font-size: 2rem;
    font-weight: 800;
    color: #001c58;
    line-height: 1.6;
}
#consultant h2 span{
    color: #f89e1c;
}
#consultant .consultant_inner{
    max-width: 980px;
    width: 85%;
    margin: 0 auto;
    text-align: left;
}
#consultant .category_title{
    text-align: center;
    background: #f89e1c;
    border-radius: 8px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 4px 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f39800;
}
#consultant .consultant_box{
    display: flex;
}
#consultant .consultant_box p{
    color: #001c58;
    margin: 0 auto;
}
#consultant .consultant_box .ttl_txt{
    margin-bottom: 18px;
    color: #f39800;
    font-size: 1.2rem;;
    font-weight: 600;
    margin-top: 0;
}
#consultant .consultant_boxL{
    width: 146px;
    margin-right: 48px;
    font-size: .8rem;
    vertical-align: top;
}
#consultant .consultant_boxR{
    max-width: 100%;
    margin-bottom: 24px;
}
#consultant .consultant_boxR span{
    color: #f89e1c;
    font-weight: 600;
}
#consultant .consultant_box_pic{
    display: block;
    width: 146px;
    height: 146px;
    background: url("/ads102/img/102/img_people01.jpg");
    border-radius: 8px;
    overflow: hidden;
}
#consultant .consultant_box_sp{
    width: 146px;
}
@media screen and (max-width:768px){
    #consultant{margin-bottom: 40px;}
    #consultant h2{font-size: 1.6rem;line-height: 1.6;margin-bottom: 20px;}
    #consultant .consultant_box{flex-wrap: wrap;}
    #consultant .consultant_boxL{width: 100%;margin: 0 auto;text-align: center;}
    #consultant .consultant_boxR{display: block;width: 100%;margin: 0 auto;padding-bottom: 20px;}
    #consultant .consultant_box_pic{display: inline-block;}
    #consultant .consultant_box_sp{display: inline-block;width: 48%; margin: 0 2px;text-align: left;}
    #consultant .consultant_box_sp p{font-size: 12px; margin: 0 auto 8px;}
    #consultant .consultant_spwrap{position: relative;background: #fff;border-radius: 8px;padding: 8px;}
    #consultant .consultant_spwrap:before{content: "";position: absolute;top: -30px;left: 50%;margin-left: -15px;  border: 15px solid transparent;  border-bottom: 15px solid #fff;}
    #consultant .consultant_box .ttl_txt{text-align: center;}
}


/* 利用者の声 */
#interview{
    max-width: 980px;
    width: 90%;
    margin: 0 auto 80px;
}
#interview h2{
    position: relative;
    font-size: 2rem;
    font-weight: 800;
    color: #001c58;
    border-bottom: 1px solid #001c58; 
    margin-bottom: 20px;
    text-align: left;
    padding-left: 3rem;
}
#interview h2:before{
    position: absolute;
    content: url("/ads102/img/title_icon.png");
    left: 0;
    top: -12px;
}
#interview h2 span{
    color: #f89e1c;
}
#interview .interview_wrap{
    display: flex;
    align-content: space-between;
}
#interview .interview_box{
    width: 30%;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
}
#interview .interview_box_inner{
    padding: 4px 8px;
}
#interview .interview_box img{
    width: 100%;
    margin-bottom: 8px;
}
#interview h3{
    margin-bottom: 18px;
    color: #006699;
    font-size: 1.2rem;;
    font-weight: bold;
    line-height: 1.3;
}
@media screen and (max-width:768px){
    #interview{margin-bottom: 20px}
    #interview h2{font-size: 1.6rem;line-height: 1.6;margin-bottom: 20px;}
    #interview .interview_box{width: 90%;margin-bottom: 40px;}
    #interview .interview_wrap{flex-wrap: wrap;}
    #interview h2:before{top: 8px;}
}
#support{
    max-width: 980px;
    width: 90%;
    margin: 0 auto 40px;
    padding-top: 30px;
}
#support h2{
    position: relative;
    font-size: 2rem;
    font-weight: 800;
    color: #001c58;
    border-bottom: 1px solid #001c58; 
    margin-bottom: 20px;
    text-align: left;
    padding-left: 3rem;
    letter-spacing: -2px;
}
#support h2:before{
    position: absolute;
    content: url("/ads102/img/title_icon.png");
    left: 0;
    top: -12px;
}
#support h2 span{
    color: #f89e1c;
}
#support .support_wrap{
    display: flex;
    align-content: space-between;
}
#support .support_wrap li{
    width: 24%;
    margin: 0 auto;
}
#support .support_wrap li img{
    width: 100%;
}
#support .support_wrap li p{
    text-align: left;
    margin: 16px auto;
}
@media screen and (max-width:980px){
    #support h2:before{top: 8px;}
}

@media screen and (max-width:768px){
    #support{margin-bottom: 20px}
    #support h2{font-size: 1.6rem;line-height: 1.6;margin-bottom: 20px;}
    #support .support_wrap{flex-wrap: wrap;}
    #support .support_wrap li{width: 46%;}
}
#form{
    max-width: 980px;
    width: 90%;
    margin: 0 auto 40px;
    padding-top: 30px;
}
#form h2{
    position: relative;
    font-size: 2rem;
    font-weight: 800;
    color: #001c58;
    border-bottom: 1px solid #001c58; 
    margin-bottom: 20px;
    text-align: left;
    padding-left: 3rem;
}
#form h2:before{
    position: absolute;
    content: url("/ads102/img/title_icon.png");
    left: 0;
    top: -12px;
}
#form h2 span{
    color: #f89e1c;
}
#form p.formtext span{
    color: #910000;
    font-weight: 600;
}
@media screen and (max-width:768px){
    #form h2{font-size: 1.6rem;line-height: 1.6;margin-bottom: 20px;}
    #form h2:before{top: 8px;}
}
/* 転職サービスに登録ボタンエリア */
.cta_area{
    position: fixed;
    bottom: 0;left: 0;
    width: 100%;
    background: rgba(234,237,244,0.9);
    z-index: 10;
}
.cta_wrap{
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
    padding: 18px 0;
}
.cta_wrap li{
    display: inline-block;
}
.cta_link{
    display: inline-block;
    margin-right: 16px;
}
.cta_tell{
    margin-left: 16px;
}
.cta_link a{
    display: inline-block;
    padding: 0.4em 1em;
    text-decoration: none;
    background: #fb0000;
    color: #FFF;
    border-bottom: solid 4px #8b0000;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.8rem;
    transition: 0.4s;
}
.cta_link a:after{
    display: inline-block;
    content: "無料!";
    background: #fff;
    color: #fb0000;
    margin-left: 4px;
    padding: 2px 8px;
    box-shadow: 2px 2px 1px 1px rgba(0,0,0,.2);
    transform: rotate(-6deg);
}
.header_category .cta_link a:hover{
    transition: 0.2s;
    transform: scale(.9);
}
.cta_tell a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    padding: 8px 32px;
}
.free_dial{
    position: relative;
    top: 4px;
    margin-right: 4px;
    height: 48px;
}
@media screen and (max-width:888px){
    .cta_link a{font-size: 1.5rem;}
    .cta_tell a{font-size: 1.6rem;}
    .free_dial{height: 36px;}
}
@media screen and (max-width:768px){
    .cta_link{margin-right: 0;}
    .cta_tell{margin-left: 0;}
}
@media screen and (max-width:400px){
    .cta_link a{font-size: 1rem;}
    .cta_tell a{font-size: 1.4rem;}
    .free_dial{height: 28px;}
}

/*20210726SVG箇所テキスト化*/
.top_lead1 span {font-size: 3rem;font-weight: bold;color: #fff;text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);letter-spacing: -0.05em;}
.top_lead2 span {font-family: 'Shippori Mincho B1', serif;font-size: 5.2rem;font-weight: bold;color: #fff;text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);line-height: 1.2;letter-spacing: -0.05em;}
.top_lead2 span br { display: none;}

@media screen and (max-width:1024px){
    .top_lead1 span {font-size: 2rem;}
    .top_lead2 span {font-size: 3.6rem;}
}
@media screen and (max-width:768px){
    .top_lead2 span br { display: block;}
}
@media screen and (max-width:450px){
    .top_lead1 span {font-size: 1.2rem;text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);}
    .top_lead2 span {font-size: 2.5rem;text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);}
}
@media screen and (max-width:320px){
    .top_lead1 span {font-size: 1.1rem;}
    .top_lead2 span {font-size: 2.3rem;}
}

.top_lead3 { position: absolute; top: 20px; right: -100px; }
.top_lead3 img { width: 180px; height: auto;}

@media screen and (max-width:768px){
    .top_lead3 { top: 200px; right: 50%; margin-right: -60px; }
    .top_lead3 img { width: 120px; height: auto;}
}


