@charset "UTF-8";
/* ----------------------------------------------------------
top
---------------------------------------------------------- */
/* ----------------------------
common
------------------------------- */
a:hover{
    opacity: 1;
}
#top > *{
    line-height: 1;
}
section[class*=_Wrap]{
    padding: 50px 0;
}
section[class*=_Wrap].bg{
    background: #fafafa;
}
section[class*=_Wrap] h2.ttl{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: var(--basic);
    margin-bottom: 20px;
}
section[class*=_Wrap] p.lead_txt{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
}

/* ----------------------------
FV
------------------------------- */
#top_fv .fv_Wrap{
    position: relative;
    width: 100%;
    background: url(../img/fv_bg.webp) center center no-repeat;
    background-size: contain;
    padding: 0;
    padding-top: 28.57142857142857%;
    height: 0;
}
#top_fv .fv_Wrap .fv_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 1200px;
}
#top_fv .fv_Wrap .fv_inner .main_copy{
    position: relative;
    top: 40px;
    width: 45%;
    max-width: 510px;
}
#top_fv .merit_Box{
    position: relative;
    top: 40px;
}
#top_fv .merit_Box ul{
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    filter: drop-shadow(0 0 10px #555);
    margin-bottom: 20px;
}
#top_fv .merit_Box ul li{
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 1.3em;
    color: var(--basic);
}
#top_fv .merit_Box ul li:first-child{
    margin-bottom: 10px;
}
#top_fv .merit_Box ul li::before{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/checkmark.webp) center center no-repeat;
    background-size: contain;
    top: 0.2em;
    left: 0;
}
#top_fv .merit_Box ul li span.line{
    background: #fff287;
    font-weight: 600;
}
#top_fv .merit_Box .cta_Area{
    text-align: center;
}
#top_fv .merit_Box .cta_Area p{
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    filter: drop-shadow(0 0 5px #222);
    z-index: 1;
}
#top_fv .merit_Box .cta_Area .fv_cta{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--red);
    border-radius: 5px;
    border: 2px solid var(--red);
    padding: 20px 15px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    filter: drop-shadow(0 0 10px #555);
}
#top_fv .merit_Box .cta_Area .fv_cta span{
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    color: var(--red);
    font-size: 1.4rem;
    font-weight: 600;
    padding: 5px 7px;
    margin-right: 7px;
    transition: 0.3s;
}
#top_fv .merit_Box .cta_Area .fv_cta:hover{
    background: #fff;
    color: var(--red);
}
#top_fv .merit_Box .cta_Area .fv_cta:hover span{
    background: var(--red);
    color: #fff;
    font-weight: 500;
}

/* ----------------------------
簡易求人検索
------------------------------- */
.quick_search_Box{
    background: var(--light);
    margin: 0;
}
.quick_search_Box .inner{
    width: 90%;
    padding: 10px 0;
    justify-content: space-between;
    align-items: stretch;
}
.quick_search_Box h2{
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}
.quick_search_Box .select_Area{
    width: 65%;
    justify-content: space-between;
    align-items: center;
}
.quick_search_Box .select_Area .quickSearch__selectOuter{
    position: relative;
    display: flex;
    margin-right: 5px;
    width: 100%;
    max-width: calc((100% / 3) - 2%);
    height: auto;
}
.quick_search_Box .select_Area .quickSearch__selectOuter.-qualification{
    margin-bottom: 0;
}
.quick_search_Box .select_Area .quickSearch__selectOuter select{
    position: relative;
    vertical-align: 2px;
    width: 100%;
    border: 1px solid var(--light);
    background: #fff;
    padding: 10px 8px;
    border-radius: 3px;
    font-size: 1.6rem;
    color: var(--light);
    text-align: center;
    outline: none;
    cursor: pointer;
}
.quick_search_Box .select_Area .quickSearch__selectOuter span.material-symbols-outlined{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: var(--light);
    font-size: 2rem;
    z-index: 2;
}
.quick_search_Box .select_Area .quickSearch__selectOuter select:invalid {
    color: var(--light);
}
.quickSearch__selectOuter:before{
    z-index: 2;
}
.select_Box::before {
    content: "";
    display: block;
    border-left: 2px solid var(--light);
    border-bottom: 2px solid var(--light);
    margin-top: -1px;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 49%;
    right: 12px;
    transform: translateY(-50%) rotate(-45deg);
    z-index: 1;
}
.quick_search_Btn{
    position: relative;
    width: 20%;
    background: #fff;
    border: 1px solid var(--light);
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}
.quick_search_Btn::before{
    position: absolute;
    content: "\e8b6";
    font-family: var(--icon);
    font-size: 2rem;
    color: var(--light);
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.quick_search_Btn span{
    color: var(--light);
    font-size: 1.6rem;
    transition: 0.3s;
}
.quick_search_Btn:hover{
    background: var(--light);
        border-color: #fff;
}
.quick_search_Btn:hover::before{
    color: #fff;
}
.quick_search_Btn:hover span{
    color: #fff;
}

/* ----------------------------
求人検索
------------------------------- */
.search_category{
    background: #fafafa;
    margin-bottom: 15px;
    padding: 35px 30px;
}
.search_category h3{
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: var(--basic);
    padding-left: 1.3em;
    padding-bottom: 10px;
}
.search_category h3 small{
    font-size: 80%;
    font-weight: 600;
}
.search_category h3::before{
    position: absolute;
    font-size: 2.2rem;
    font-family: var(--icon);
    top: 0;
    left: 0;
    color: var(--light);
    font-variation-settings:'FILL' 1;
}
.search_category.job-category h3::before{ content: "\eb3f";}
.search_category.location h3::before{ content: "\e0c8";}
.search_category.income h3::before{ content: "\ef63";}
.search_category.other h3::before{ content: "\e838";}
.search_Wrap dl.category_Box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.search_Wrap dl.category_Box:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.search_Wrap dl.category_Box dt.l_category{
    width: 22%;
}
.search_Wrap dl.category_Box dt.l_category a.l_category_link{
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
    color: var(--light);
}
.search_Wrap dl.category_Box dt.l_category a.l_category_link:hover{
    opacity: 0.7;
}
.search_Wrap dl.category_Box dt.l_category a.l_category_link::after{
    position: absolute;
    content: "\e5cc";
    color: #aaa;
    font-size: 2rem;
    font-weight: 400;
    font-family: var(--icon);
    top: -2px;
    right: -1em;
}
.search_Wrap dl.category_Box dd.s_category{
    display: flex;
    flex-wrap: wrap;
    width: 78%;
}
.search_category a.s_category_link{
    position: relative;
    display: block;
    width: calc((100% / 4) - 10px);
    margin-right: 10px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--basic);
}
.search_category a.s_category_link:hover{
    background: #eee;
}
.search_category a.s_category_link::after{
    position: absolute;
    content: "\e5cc";
    color: var(--basic);
    font-size: 1.6rem;
    font-family: var(--icon);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.search_category a.s_category_link:nth-child(4n){
    margin-right: 0;
}
.search_category a.s_category_link:nth-child(n+5){
    margin-top: 10px;
}
.search_Wrap .s_category_flex{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.search_Wrap .s_category_flex > a.s_category_link{
    max-width: 180px;
}
.search_Wrap .s_category_flex > a.s_category_link:nth-child(4n){
    margin-right: 10px;
}
.search_Wrap .s_category_flex > a.s_category_link:nth-child(5n){
    margin-right: 0;
}
.search_Wrap .s_category_flex > a.s_category_link:nth-child(n+5) {
    margin-top: 0;
}
.search_Wrap .s_category_flex > a.s_category_link:nth-child(n+6) {
    margin-top: 10px;
}

/* ----------------------------
会計士におすすめの求人特集
------------------------------- */
.jobspecial_Wrap .flex .jobspecial_link{
    display: block;
    width: calc((100% / 3) - 2%);
}
.jobspecial_Wrap .flex .jobspecial_link:hover{
    opacity: 0.7;
}

/* ----------------------------
会計士向け人気求人
------------------------------- */
.popularjob_Wrap .slider{
    width: 100%;
}
.popularjob_Wrap .slider .slick-track{
    left: -635px;
}
.popularjob_Wrap .slider li.slider-item{
    width: 200px;
    border: 1px solid var(--basic);
    border-radius: 5px;
    background: #fff;
    margin: 0 5px;
    transition: 0.3s;
}
.popularjob_Wrap .slider li.slider-item:hover{
    background: #eee;
}
.popularjob_Wrap .slider li.slider-item a{
    display: block;
    width: 100%;
}
.popularjob_Wrap .slider li.slider-item .inner{
    padding: 15px;
}
.popularjob_Wrap .slider li.slider-item a .job_ttl{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.popularjob_Wrap .slider li.slider-item a .detail{
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    padding-left: 1.3em;
}
.popularjob_Wrap .slider li.slider-item a .detail.location i {
    font-style: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.popularjob_Wrap .slider li.slider-item a .detail::before{
    position: absolute;
    font-size: 1.6rem;
    font-family: var(--icon);
    color: var(--light);
    top: 0;
    left: 0;
}
.popularjob_Wrap .slider li.slider-item a .detail.income{
    margin-bottom: 5px;
}
.popularjob_Wrap .slider li.slider-item a .detail.income::before{ content: "\eafb";}
.popularjob_Wrap .slider li.slider-item a .detail.location::before{ content: "\e0c8";}
.popularjob_Wrap .slider li.slider-item a .read_more{
    position: relative;
    background: var(--basic);
    padding: 8px;
    border-radius: 0 0 3px 3px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}
.popularjob_Wrap .slider li.slider-item a .read_more::after{
    position: absolute;
    content: "\e5cc";
    color: #fff;
    font-size: 1.6rem;
    font-family: var(--icon);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.popularjob_Wrap .slider .slick-arrow{
    opacity: 1;
}
.popularjob_Wrap .slider .prev-arrow {
    left: calc(50vw - 570px);
}
.popularjob_Wrap .slider .next-arrow {
    right: calc(50vw - 570px);
}

/* ----------------------------
CTA
------------------------------- */
section.page_cta_Wrap{
    background: var(--back_blue);
    padding: 20px 0 0;
}
.page_cta_Wrap .cta_flex{
    align-items: center;
}
.page_cta_Wrap .cta_flex .illust{
    width: 48%;
    justify-content: flex-start;
    align-items: center;
}
.page_cta_Wrap .cta_flex .illust .fukidashi{
    position: relative;
    background: var(--basic);
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    padding: 20px 35px;
    border-radius: 5px;
    margin-right: 20px;
}
.page_cta_Wrap .cta_flex .illust .fukidashi::after{
    position: absolute;
    content: "";
    border-left: 15px solid var(--basic);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}
.page_cta_Wrap .cta_flex .illust figure{
    max-width: 115px;
}
.page_cta_Wrap .cta_flex .cta {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_cta_Wrap .cta_flex .cta p{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.page_cta_Wrap .cta_flex .cta .cta_Link{
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    border: 1px solid var(--red);
    padding: 20px;
    border-radius: 5px;
    background: var(--red);
}
.page_cta_Wrap .cta_flex .cta .cta_Link::after{
    position: absolute;
    content: "\e5cc";
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    font-family: var(--icon);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.page_cta_Wrap .cta_flex .cta .cta_Link:hover{
    background: #fff;
    color: var(--red);
}
.page_cta_Wrap .cta_flex .cta .cta_Link:hover::after{
    color: var(--red);
}

/* ----------------------------
会計士の転職にMS-Japanを利用するメリット
------------------------------- */
.merit_List{
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5.2rem;
}
.merit_List li {
    width: calc((100% / 3) - 2%);
    height: 232px;
    background-color: #fff;
    border: solid 2px var(--basic);
    border-radius: 5px;
    padding: 2rem 0 1.6rem;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
}
.merit_List li::before {
    content: "";
    background-image: url(../img/about_num01.webp);
    width: 53px;
    height: 53px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.merit_List li:nth-child(2):before {
    content: "";
    background-image: url(../img/about_num02.webp);
}
.merit_List li:last-child:before {
    content: "";
    background-image: url(../img/about_num03.webp);
}
.merit_List li img {
    display: block;
    margin: 0 auto;
}
.merit_List li:first-child img {
    width: 155px;
}
.merit_List li:nth-child(2) img {
    margin-top: 14px;
    width: 170px;
}
.merit_List li:last-child img {
    margin-top: 20px;
    width: 214px;
}
.merit_List li h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: var(--light);
    line-height: 1.4em;
    margin-top: auto;
}
.merit_List li h3 span {
    font-size: 2.4rem;
    font-weight: 600;
}
.merit_List li:last-child h3 {
    margin-top: 34px;
}

/* ----------------------------
MS-Japanを利用したサービスの流れ
------------------------------- */
.service_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_flow li {
    width: 30%;
    border-radius: 5px;
    position: relative;
    padding-bottom: 2rem;
    box-shadow: 0 0 9px -5px #768798;
    margin-bottom: 2.6rem;
    background: #fff;
}
.service_flow li::after {
    position: absolute;
    content: "\e5cc";
    font-size: 4rem;
    font-weight: 600;
    font-family: var(--icon);
    color: var(--basic);
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
}
.service_flow li:last-child:after,
.service_flow li:nth-child(3):after {
    display: none;
}
.service_flow li .flow_num {
    background-color: var(--basic);
    padding: .5rem 0;
    border-radius: 5px 5px 0 0;
}
.service_flow li .flow_num p {
    position: relative;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: Roboto,sans-serif;
    letter-spacing: .08em;
}
.service_flow li .flow_num p::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid var(--basic);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.service_flow li p span {
    font-size: 2.1rem;
    margin-left: .4rem;
    letter-spacing: 0;
}
.service_flow li img {
    width: 100%;
}
.service_flow li h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--light);
    text-align: center;
    margin: 1rem 0 .8rem;
}
.service_flow li .flow_description {
    font-size: 1.4rem;
    font-feature-settings: "palt";
    padding: 0 2rem;
    line-height: 1.7em;
}

/* ----------------------------
MS Agentの転職サービスとは
------------------------------- */
.service_parts_Wrap .service_wrapper p{
    width: 70%;
}
.service_parts_Wrap .service_introduction_img_area{
    width: 26%;
}

/* ----------------------------
転職成功事例
------------------------------- */
.case_Wrap .slider li.slider-item{
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    margin: 0 10px;
}
.case_Wrap .slider li.slider-item img{
    display: block;
    border-radius: 5px 5px 0 0;
    height: auto;
    object-fit: cover;
    object-position: 50% top;
    overflow: hidden;
    aspect-ratio: 290 / 128;
}
.case_Wrap .slider li.slider-item .inner{
    padding: 8px;
    line-height: 1;
}
.case_Wrap .slider li.slider-item .inner .detail_data{
    font-size: 1.2rem;
    line-height: 1;
    color: #888;
    margin-bottom: 5px;
}
.case_Wrap .slider li.slider-item .inner div[class*=job_case_]{
    position: relative;
    font-size: 1.4rem;
}
.case_Wrap .slider li.slider-item .inner .job_case_before {
    margin-bottom: 20px;
}
.case_Wrap .slider li.slider-item .inner .job_case_before::after{
    position: absolute;
    content: "";
    border-top: 12px solid var(--light);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.case_Wrap .slider li.slider-item .inner div[class*=job_case_] p.ttl{
    padding: 3px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
}
.case_Wrap .slider li.slider-item .inner .job_case_before p.ttl{
    background: #888;
}
.case_Wrap .slider li.slider-item .inner .job_case_after p.ttl{
    background: var(--light);
}
.case_Wrap .slider li.slider-item .inner div[class*=job_case_] .case_inner dl{
    display: flex;
    align-items: center;
}
.case_Wrap .slider li.slider-item .inner div[class*=job_case_] .case_inner dl.industry{
    margin-bottom: 5px;
}
.case_Wrap .slider li.slider-item .inner div[class*=job_case_] .case_inner dl dt{
    color: #888;
    margin-right: 10px;
}
.case_Wrap .slider li.slider-item .inner div[class*=job_case_] .case_inner dl dd{
    color: #333;
}
.case_Wrap .slider li.slider-item .inner div[class*=job_case_] .case_inner dl.income dd{
    font-size: 2rem;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}
.case_Wrap .slider li.slider-item .inner div[class*=job_case_] .case_inner dl.income small{
    font-size: 60%;
}
.case_Wrap .slider .slick-arrow{
    opacity: 1;
}
.case_Wrap .slider .prev-arrow {
    left: calc(50vw - 515px);
}
.case_Wrap .slider .next-arrow {
    right: calc(50vw - 515px);
}

/* ----------------------------
会計士が活躍する7つの転職先
------------------------------- */
.carrer_Wrap .carrer_category{
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.carrer_Wrap .carrer_category .carrer_category_link{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc((100% / 4) - 10px);
    margin-right: 10px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px 10px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    color: var(--basic);
}
.carrer_Wrap .carrer_category .carrer_category_link.small{
    font-size: 1.3rem;
}
.carrer_Wrap .carrer_category .carrer_category_link:nth-child(n+5) {
    margin-top: 10px;
}
.carrer_Wrap .carrer_category .carrer_category_link::after {
    position: absolute;
    content: "\e5cc";
    color: var(--basic);
    font-size: 1.6rem;
    font-family: var(--icon);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.carrer_Wrap .carrer_category .carrer_category_link:hover {
    background: #eee;
}

/* ----------------------------
CTA2
------------------------------- */
.page_cta02 .cta_flex{
    justify-content: center;
}
.page_cta02 .cta_flex .illust {
    width: 15%;
    margin-right: 20px;
}
.page_cta02 .cta_flex .cta {
    width: 60%;
}
.page_cta02 .cta_flex .cta .cta_Link span{
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    color: var(--red);
    font-size: 1.6rem;
    font-weight: 600;
    padding: 5px 10px;
    margin-right: 7px;
    transition: 0.3s;
}
.page_cta02 .cta_flex .cta .cta_Link:hover span{
    background: var(--red);
    color: #fff;
}

/* ----------------------------
転職トピックス
------------------------------- */
.topics_Wrap > div{
    margin-bottom: 50px;
}
.topics_Wrap ul {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3,1fr);
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.topics_Wrap ul li {
    /*width: calc((100% / 3) - 1.5%);*/
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 9px -5px #768798;
    transition: 0.3s;
}
.topics_Wrap ul li:hover{
    box-shadow: none;
    filter: brightness(0.9);
}
.topics_Wrap ul li img {
    border-radius: 5px 5px 0 0;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
    font-size: 5px;
    overflow: hidden;
    aspect-ratio: 3/1;
    background: #efefef;
}
.topics_Wrap ul li .topics_wrapper {
    padding: 10px 15px;
}
.topics_Wrap ul li .topics_wrapper h3 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 67px;
}
.topics_Wrap ul li .update-time {
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.2em;
    color: #888;
}
.topics_Wrap ul li .update-time span{
    position: relative;
    display: inline-block;
}
.topics_Wrap ul li .update-time span::before {
    position: absolute;
    content: "\e8b5";
    font-family: var(--icon);
    font-size: 1.6rem;
    font-weight: 300;
    color: #888;
    top: 0.05em;
    left: -1.1em;
}

/* ----------------------------
会計士の職務経歴書の書き方
------------------------------- */
.howtowrite_wrapper {
    display: grid;
    grid-template-columns: 234px 2fr;
    grid-template-rows: 1fr 1fr;
    align-items: start;
}
.howtowrite_img_area {
    grid-column: 1/2;
    grid-row: 1/3;
}
.howtowrite_img_area img {
    width: 100%;
    height: auto;
}
.howtowrite_wrapper>p {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-left: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.7em;
    font-feature-settings: "palt";
}
.howtowrite_btn_area {
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    gap: 10px;
}
.howto_Wrap .howtowrite_wrapper .howtowrite_btn_area a.page_Link {
    margin: 0;
    width: 48%;
    max-width: none;
}
.howto_Wrap .howtowrite_wrapper .howtowrite_btn_area a.page_Link::before {
    display: none;
}
.howto_Wrap .howtowrite_wrapper .howtowrite_btn_area a:last-child {
    border-color: var(--basic);
    background-color: var(--basic);
    color: #fff;
}
.howto_Wrap .howtowrite_wrapper .howtowrite_btn_area a:last-child:hover {
    background: #fff;
    color: var(--basic);
}

/* ----------------------------
会計士の転職・キャリアに関するFAQ
------------------------------- */
.faq_Wrap .qa-7 {
    max-width: 800px;
    margin: 0 auto 20px;
    border-radius: 5px;
    border: 1px solid var(--light);
    background-color: #fff;
}
summary::-webkit-details-marker {
    display: none;
}
.faq_Wrap .qa-7 summary {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.1em 2em 1.1em 4em;
    border-radius: 3px 3px 0 0;
    font-feature-settings: "palt";
    font-size: 1.6rem;
    line-height: 1.7;
    transition: 0.3s;
    cursor: pointer;
}
.faq_Wrap .qa-7[open] summary {
    background-color: var(--light);
    color: #fff;
}
.faq_Wrap .qa-7 p::before,.faq_Wrap .qa-7 summary::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
.faq_Wrap .qa-7 summary::before {
    color: var(--light);
    content: "Q.";
    font-family: Roboto,sans-serif;
    font-size: 3.1rem;
    font-weight: 500;
    position: absolute;
    left: 25px;
}
.faq_Wrap .qa-7[open] summary::before {
    color: #fff;
}
.faq_Wrap .qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 9px;
    height: 9px;
    margin-left: 10px;
    border-bottom: 2px solid #011945;
    border-right: 2px solid #011945;
    content: '';
    transition: transform .5s;
}
.faq_Wrap .qa-7[open] summary::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(225deg);
}
.faq_Wrap .qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .8em 2em .8em 4em;
    transition: transform .5s,opacity .5s;
    font-feature-settings: "palt";
}
.faq_Wrap .qa-7[open] p {
    transform: none;
    opacity: 1;
    font-size: 1.6rem;
    line-height: 1.7em;
}
.faq_Wrap .qa-7 p::before {
    color: var(--light);
    line-height: 1.2;
    content: "A.";
    font-family: Roboto,sans-serif;
    font-size: 3.1rem;
    font-weight: 500;
    position: absolute;
    left: 25px;
}

/* ----------------------------
開催中の会計士向けセミナー・個別相談会
------------------------------- */
.seminar_Wrap .seminar_wrapper {
    display: grid;
    grid-template-columns: 360px 1fr;
    grid-template-rows: auto auto auto;
    align-items: start;
    margin-top: 30px;
}
.seminar_Wrap .seminar_wrapper img {
    margin-bottom: 1.2rem;
    grid-column: 1/2;
    grid-row: 1/2;
}
.seminar_Wrap .seminar_wrapper a.btn_bl {
    margin-top: 3.2rem;
    grid-column: 1/2;
    grid-row: 3/4;
}
.seminar_Wrap .seminar_wrapper p {
    line-height: 1.7em;
    font-size: 1.6rem;
    grid-column: 1/2;
    grid-row: 2/3;
    font-feature-settings: "palt";
}
.seminar_Wrap ul.seminar_right_area {
    margin-left: 2rem;
    width: auto;
    display: flex;
    flex-direction: column;
    grid-column: 2/3;
    grid-row: 1/4;
}
.seminar_Wrap.bg_gr ul.seminar_right_area li {
    background: var(--back_gray);
}
.seminar_Wrap ul li {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px #ddd;
    transition: 0.3s;
}
.seminar_Wrap ul li:hover{
    background: #eee;
    box-shadow: none;
}
.seminar_Wrap ul li a {
    position: relative;
    display: block;
    padding: 15px calc(15px + 1em) 15px 15px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.seminar_Wrap ul li a::after{
    position: absolute;
    content: "\e5cc";
    color: #888;
    font-size: 1.8rem;
    font-family: var(--icon);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* ----------------------------
会計士向け求人を探す
------------------------------- */
.bottom_search_Wrap .search_category{
    background: none;
    margin-top: 40px;
    padding: 0;
}
.bottom_search_Wrap .search_category .s_category_flex{
    display: flex;
    flex-wrap: wrap;
}
.bottom_search_Wrap .search_category a.s_category_link{
    width: calc((100% / 4) - 10px);
    margin-right: 13px;
    padding: 13px 10px;
    font-size: 1.6rem;
}
.bottom_search_Wrap .search_category a.s_category_link:nth-child(4n){
    margin-right: 0;
}
.bottom_search_Wrap .search_category.location .area_Box{
    margin-top: 10px;
}
.bottom_search_Wrap .search_category.location .area_Box h4{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: var(--basic);
    padding: 0 0 10px 5px;
}
.bottom_search_Wrap .search_category.location .area_Box a.s_category_link{
    max-width: 120px;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
}
.bottom_search_Wrap .search_category.location .area_Box a.s_category_link::after{
    content: none;
}
.bottom_search_Wrap .search_category.location a.s_category_link:nth-child(4n){
    margin-right: 13px;
}
.bottom_search_Wrap .search_category.location a.s_category_link:nth-child(n+5){
    margin-top: 0;
}

/* ==============================================================
PC(~1230px)
============================================================== */
@media only screen and (max-width: 1230px) {

    /* ----------------------------
    FV
    ------------------------------- */
    #top_fv .fv_Wrap{
        background-size: cover;
        padding-top: 35%;
    }

    /* ----------------------------
    会計士向け人気求人
    ------------------------------- */
    .popularjob_Wrap .slider .prev-arrow {
        left: 5%;
    }
    .popularjob_Wrap .slider .next-arrow {
        right: 5%;
    }

    /* ----------------------------
    転職成功事例
    ------------------------------- */
    .case_Wrap .slider .prev-arrow {
        left: 5%;
    }
    .case_Wrap .slider .next-arrow {
        right: 5%;
    }

}

/* ==============================================================
TAB(~1024px)
============================================================== */
@media only screen and (max-width: 1024px) {

    /* ----------------------------
    FV
    ------------------------------- */
    #top_fv .fv_Wrap{
        padding-top: 42%;
    }
    #top_fv .fv_Wrap .fv_inner {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        max-width: 1200px;
    }
    #top_fv .fv_Wrap .fv_inner .main_copy{
        top: 0;
    }
    #top_fv .merit_Box {
        top: 0;
        width: 40%;
    }
    #top_fv .merit_Box ul {
        width: 100%;
        margin-left: auto;
        padding: 10px;
    }
    #top_fv .merit_Box ul li{
        font-size: 1.4rem;
    }
    #top_fv .merit_Box ul li::before {
        width: 15px;
        height: 15px;
    }
    #top_fv .merit_Box .cta_Area p{
        font-size: 1.6rem;
    }
    #top_fv .merit_Box .cta_Area .fv_cta {
        padding: 15px 5px;
        font-size: 1.8rem;
    }
    #top_fv .merit_Box .cta_Area .fv_cta span{
        font-size: 1.2rem;
    }

}

/* ==============================================================
SP(~800px)
============================================================== */
@media only screen and (max-width: 800px) {

    /* ----------------------------
    common
    ------------------------------- */
    section[class*=_Wrap]{
        padding: 30px 0;
    }
    section[class*=_Wrap] h2.ttl{
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    section[class*=_Wrap] p.lead_txt{
        text-align: left;
        font-size: 1.4rem;
    }

    /* ----------------------------
    FV
    ------------------------------- */
    #top_fv .fv_Wrap {
        background: url(../img/fv_bg_sp.webp) center bottom no-repeat;
        background-size: cover;
        margin-top: 52px;
        padding-top: 84%;
    }
    #top_fv .fv_Wrap .fv_inner{
        top: 50%;
        left: unset;
        right: 2%;
        transform: translateY(-50%);
        width: 64%;
        flex-direction: column;
    }
    #top_fv .fv_Wrap .fv_inner .main_copy {
        top: 0;
        width: 100%;
        margin: 0 auto;
    }
    #top_fv .merit_Box{
        top: 0;
        width: 100%;
    }
    #top_fv .merit_Box ul{
        padding: 10px;
    }
    #top_fv .merit_Box ul li {
        font-size: 1.6rem;
        padding-left: 1.5em;
    }
    #top_fv .merit_Box ul li::before{
        width: 18px;
        height: 18px;
    }

    /* ----------------------------
    簡易求人検索
    ------------------------------- */
    .quick_search_Box{
        padding: 10px 0 15px;
    }
    .quick_search_Box .inner {
        padding: 0;
        flex-direction: column;
    }
    .quick_search_Box h2{
        padding-bottom: 5px;
    }
    .quick_search_Box .select_Area {
        width: 100%;
        margin: 0 auto;
    }
    .quick_search_Btn {
        width: 100%;
        margin: 10px auto 0;
        border-radius: 5px;
        padding: 15px 5px;
    }
    .quick_search_Btn::before{
        font-size: 2.6rem;
    }
    .quick_search_Btn span {
        font-weight: 600;
    }
    .quick_search_Box .select_Area .quickSearch__selectOuter {
        height: auto;
        max-width: calc((100% / 3) - 2%);
        flex-direction: column;
        align-items: center;
        text-align: right;
    }
    .quick_search_Box .select_Area .quickSearch__selectOuter:last-child{
        margin-right: 0;
    }
    .quick_search_Box .select_Area .quickSearch__selectOuter span.material-symbols-outlined {
        top: 15%;
        left: unset;
        transform: none;
        font-size: 2.4rem;
    }
    .quick_search_Box .select_Area .quickSearch__selectOuter::before {
        content: none;
    }
    .quick_search_Box .select_Area .quickSearch__selectOuter::after{
        position: absolute;
        content: "\e313";
        font-family: "Material Symbols Outlined";
        font-size: 2rem;
        color: var(--light);
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 1;
    }
    .quick_search_Box .select_Area .quickSearch__selectOuter select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-color: var(--light);
        color: var(--light);
        padding: 3.5rem 8px 10px;
        border-radius: 5px;
        font-size: 1.4rem;
        font-weight: 500;
        text-align-last: center;
    }
    .quick_search_Box .select_Area .quickSearch__selectOuter select:invalid{
        color: var(--light);
    }

    /* ----------------------------
    求人検索
    ------------------------------- */
    .search_category{
        margin-bottom: 10px;
        padding: 20px 15px;
    }
    .search_category.inner_1000{
        width: 100%;
    }
    .search_category h3 {
        font-size: 1.8rem;
    }
    .search_category h3::before{
        font-size: 2rem;
    }
    .search_Wrap dl.category_Box{
        flex-direction: column;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .search_Wrap dl.category_Box dt.l_category {
        width: 100%;
        padding: 0 0 8px 3px;
    }
    .search_Wrap dl.category_Box dd.s_category{
        width: 100%;
        justify-content: space-between;
    }
    .search_category a.s_category_link {
        width: 48.5%;
        margin-right: 0;
        font-size: 1.3rem;
    }
    .search_category a.s_category_link:nth-child(n+5){
        margin-top: 0;
    }
    .search_category a.s_category_link:nth-child(n+3){
        margin-top: 8px;
    }
    .search_Wrap .s_category_flex {
        justify-content: space-between;
        margin-top: 5px;
    }
    .search_Wrap .s_category_flex > a.s_category_link{
        max-width: none;
    }
    .search_Wrap .s_category_flex > a.s_category_link:nth-child(4n){
        margin-right: 0;
    }
    .search_Wrap .s_category_flex > a.s_category_link:nth-child(n+6){
        margin-top: 0;
    }
    .search_Wrap .s_category_flex > a.s_category_link:nth-child(n+3){
        margin-top: 8px;
    }

    /* ----------------------------
    会計士におすすめの求人特集
    ------------------------------- */
    .jobspecial_Wrap .flex{
        flex-wrap: wrap;
    }
    .jobspecial_Wrap .flex .jobspecial_link{
        width: 100%;
    }
    .jobspecial_Wrap .flex .jobspecial_link img{
        margin: 0 auto 10px;
    }

    /* ----------------------------
    会計士向け人気求人
    ------------------------------- */
    .popularjob_Wrap .slider li.slider-item .inner {
        width: 100%;
        padding: 12px;
    }
    .popularjob_Wrap .slider .prev-arrow {
        width: 10%;
        left: 2%;
    }
    .popularjob_Wrap .slider .next-arrow {
        width: 10%;
        right: 2%;
    }

    /* ----------------------------
    CTA
    ------------------------------- */
    section.page_cta_Wrap{
        padding: 10px 0 20px;
    }
    .page_cta_Wrap .cta_flex{
        flex-wrap: wrap;
    }
    .page_cta_Wrap .cta_flex .illust {
        width: 100%;
        justify-content: center;
        margin-bottom: 5px;
    }
    .page_cta_Wrap .cta_flex .illust figure {
        max-width: 60px;
    }
    .page_cta_Wrap .cta_flex .illust .fukidashi {
        font-size: 1.6rem;
        padding: 12px 25px;
    }
    .page_cta_Wrap .cta_flex .cta {
        width: 100%;
    }
    .page_cta_Wrap .cta_flex .cta p {
        font-size: 1.6rem;
        margin-bottom: 8px;
    }
    .page_cta_Wrap .cta_flex .cta .cta_Link {
        max-width: 300px;
        font-size: 1.5rem;
        padding: 15px 5px;
    }

    /* ----------------------------
    会計士の転職にMS-Japanを利用するメリット
    ------------------------------- */
    .merit_List {
        margin-top: 40px;
    }
    .merit_List li {
        width: 90%;
        height: 230px;
        margin: 0 auto 30px;
    }
    .merit_List li:last-child{
        margin-bottom: 0;
    }
    .merit_List li h3 {
        font-size: 1.8rem;
    }
    .merit_List li h3 span {
        font-size: 2rem;
    }

    /* ----------------------------
    MS-Japanを利用したサービスの流れ
    ------------------------------- */
    .service_flow {
        display:block
    }
    .service_flow li {
        margin: 0 auto 4rem;
        width: 100%;
        padding-bottom: .8rem;
        max-width: 447px
    }
    .service_flow li:last-child {
        margin: 0 auto
    }
    .service_flow li::after {
        top: unset;
        right: unset;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .service_flow li:nth-child(3):after {
        display: block
    }
    .service_flow li .flow_num p {
        font-size: 1.4rem
    }
    .service_flow li p span {
        font-size: 1.8rem
    }
    .service_flow li img {
        width: 100%;
        width: 117px
    }
    .service_flow li h3 {
        font-size: 1.6rem;
        margin-left: 2rem
    }
    .service_flow li .flow_flexwrapper_sp {
        display: flex;
        align-items: center
    }
    .service_flow li .flow_description {
        margin-top: 1.2rem
    }

    /* ----------------------------
    MS Agentの転職サービスとは
    ------------------------------- */
    .service_parts_Wrap .service_wrapper p,
    .service_parts_Wrap .service_introduction_img_area{
        width: 100%;
    }

    /* ----------------------------
    転職成功事例
    ------------------------------- */
    .case_Wrap .slider li.slider-item .inner{
        width: 100%;
        padding: 10px 10px 12px;
    }
    .case_Wrap .slider .prev-arrow {
        width: 10%;
        left: 2%;
    }
    .case_Wrap .slider .next-arrow {
        width: 10%;
        right: 2%;
    }
    
    /* ----------------------------
    会計士が活躍する7つの転職先
    ------------------------------- */
    .carrer_Wrap .carrer_category {
        justify-content: space-between;
    }
    .carrer_Wrap .carrer_category .carrer_category_link{
        width: 48%;
        margin-right: 0;
        padding: 12px 15px 12px 10px;
        font-size: 1.4rem;
    }
    .carrer_Wrap .carrer_category .carrer_category_link:nth-child(n+3) {
        margin-top: 10px;
    }

    /* ----------------------------
    CTA2
    ------------------------------- */
    section.page_cta_Wrap.page_cta02{
        padding: 20px 0;
    }
    .page_cta02 .cta_flex .illust {
        display: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .page_cta02 .cta_flex .illust figure{
        max-width: 60px;
    }
    .page_cta02 .cta_flex .cta .cta_Link {
        max-width: 300px;
    }
    .page_cta02 .cta_flex .cta .cta_Link span{
        font-size: 1.4rem;
    }

    /* ----------------------------
    転職トピックス
    ------------------------------- */
    .topics_Wrap > div {
        margin-bottom: 20px;
    }
    .topics_Wrap ul {
        grid-template-columns: repeat(1,1fr);
    }
    .topics_Wrap ul li {
        max-width: 300px;
        margin: 0 auto;
    }

    /* ----------------------------
    会計士の職務経歴書の書き方
    ------------------------------- */
    .howto_Wrap .howtowrite_wrapper {
        grid-template-columns:1fr;
        grid-template-rows: auto auto auto;
    }
    .howtowrite_img_area {
        grid-column: 1/2;
        grid-row: 2/3
    }
    .howtowrite_img_area img {
        width: 234px;
        display: block;
        margin: 0 auto;
    }
    .howtowrite_wrapper>p {
        grid-column: 1/2;
        grid-row: 1/2;
        text-align: center;
        margin-left: 0;
        margin-bottom: 2.8rem;
        font-size: 1.4rem;
        text-align: left;
    }
    .howtowrite_btn_area {
        grid-column: 1/2;
        grid-row: 3/4;
        display: block;
        gap: 0;
        margin-top: 3rem;
        margin-left: 0;
    }
    .howto_Wrap .howtowrite_wrapper .howtowrite_btn_area a.page_Link {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 10px;
    }
    .howto_Wrap .howtowrite_wrapper .howtowrite_btn_area a.page_Link:last-child{
        margin-bottom: 0;
    }

    /* ----------------------------
    会計士の転職・キャリアに関するFAQ
    ------------------------------- */
    .faq_Wrap .qa-7 {
        margin: 0 auto 12px;
    }
    .faq_Wrap .qa-7 summary {
        font-size: 1.4rem;
        line-height: 1.6em;
        padding: .8em 2em .8em 3.8em;
    }
    .faq_Wrap .qa-7 summary::before {
        font-size: 3rem;
        left: 15px;
    }
    .faq_Wrap .qa-7 summary::after {
        position: absolute;
        right: 20px;
    }
    .faq_Wrap .qa-7 summary span {
        margin-right: 1.2rem;
    }
    .faq_Wrap .qa-7[open] p {
        font-size: 1.4rem;
        line-height: 1.6em;
        padding: .8em 1.3em .8em 4em;
    }
    .faq_Wrap .qa-7 p::before {
        left: 15px;
    }

    /* ----------------------------
    開催中の会計士向けセミナー・個別相談会
    ------------------------------- */
    .seminar_Wrap .seminar_wrapper {
        display:grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        margin-top: 15px;
    }
    .seminar_Wrap .seminar_wrapper a.btn_bl {
        margin-top: 4rem;
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .seminar_Wrap .seminar_wrapper p {
        text-align: center;
        margin-bottom: 2.8rem;
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .seminar_Wrap ul.seminar_right_area {
        grid-column: 1/2;
        grid-row: 2/3;
        margin-left: 0;
    }
    .seminar_Wrap ul li:last-child {
        margin-bottom: 0;
    }
    .seminar_Wrap .seminar_wrapper p {
        font-size:1.4rem;
        line-height: 1.5em;
        text-align: left;
        margin-bottom: 1.6rem;
    }
    .seminar_Wrap ul li a {
        padding: 10px 12px;
    }
    .seminar_Wrap ul li a .seminar_til {
        margin-left: 0;
        display: block;
        font-size: 1.4rem;
        line-height: 1.4;
        padding-right: 1rem;
    }

    /* ----------------------------
    会計士向け求人を探す
    ------------------------------- */
    .bottom_search_Wrap .search_category{
        margin-top: 20px;
    }
    .bottom_search_Wrap .search_category .s_category_flex{
        justify-content: space-between;
    }
    .bottom_search_Wrap .search_category a.s_category_link {
        display: flex;
        align-items: center;
        width: 48.5%;
        margin-right: 0;
        padding: 13px 10px;
        font-size: 1.5rem;
    }
    .bottom_search_Wrap .search_category.location .area_Box h4 {
        font-size: 1.6rem;
    }
    .bottom_search_Wrap .search_category.location .area_Box .s_category_flex{
        justify-content: flex-start;
    }
    .bottom_search_Wrap .search_category.location .area_Box a.s_category_link {
        width: calc((100% / 3) - 2%);
        max-width: none;
        font-size: 1.3rem;
        margin: 0;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .bottom_search_Wrap .search_category.location .area_Box a.s_category_link:nth-child(4n) {
        margin-right: 2%;
        margin-top: 0;
    }
    .bottom_search_Wrap .search_category.location .area_Box a.s_category_link:nth-child(3n){
        margin-right: 0;
    }
}


/* ==============================================================
SP(~430px)
============================================================== */
@media only screen and (max-width: 430px) {

    /* ----------------------------
    FV
    ------------------------------- */
    #top_fv .fv_Wrap{
        margin-top: 52px;
        padding-top: 107.5%;
    }
    #top_fv .fv_Wrap .fv_inner {
        top: 15px;
        left: unset;
        right: 0;
        transform: none;
        width: 100%;
        justify-content: flex-end;
    }
    #top_fv .fv_Wrap .fv_inner .main_copy {
        top: 0;
        width: 95%;
        /* margin: 0; */
        margin-left: auto;
    }
    #top_fv .fv_Wrap .fv_inner .main_copy h1 img{
        margin: 0;
        width: 100%;
    }
    #top_fv .merit_Box{
        position: absolute;
        width: 100%;
        top: unset;
        bottom: -115%;
        left: 50%;
        transform: translateX(-50%);
    }
    #top_fv .merit_Box ul {
        width: 65%;
        border-radius: 5px 0 0 5px;
        padding: 0;
        filter: none;
        padding: 15px;
        margin: 0 0 5px auto;
    }
    #top_fv .merit_Box ul li {
        font-size: 1.4rem;
    }
    #top_fv .merit_Box .cta_Area{
        margin-top: 30px;
    }
    #top_fv .merit_Box .cta_Area p {
        font-size: 1.3rem;
        font-weight: 400;
        margin: 10px 0 5px;
        text-shadow: 1px 1px 3px #253960, -3px -1px 3px #253960, -1px 1px 3px #253960, 1px 1px 3px #253960;
    }
    #top_fv .merit_Box .cta_Area .fv_cta {
        width: 95%;
        margin: 0 auto;
        padding: 15px 10px;
        font-size: 1.8rem;
        filter: none;
    }
}

/* ==============================================================
SP(~360px)
============================================================== */
@media only screen and (max-width: 360px) {

    #top_fv .merit_Box ul li {
        font-size: 1.2rem;
    }
    #top_fv .merit_Box ul li::before{
        width: 14px;
        height: 14px;
    }
    #top_fv .merit_Box ul li br{
        display: none;
    }
    #top_fv .merit_Box .cta_Area {
        margin-top: 15px;
    }
}