@charset "UTF-8";
/* ----------------------------------------------------------
サービス紹介
---------------------------------------------------------- */
body{
    background: #f5f5f5;
}
.main-content .content-r,
.sub-menu{
    display: none;
}
.main_Wrap{
    margin-top: 20px;
}
#service img {
    margin: 0;
}

/* ---------------------------
サービス紹介TOP
--------------------------- */
.service_top_Wrap,
.service_top_Wrap h2.lower_ttl{
    margin-top: 0;
}
.service_top_Wrap .intro_Box{
    background: var(--lightblue);
    align-items: flex-end;
}
.service_top_Wrap .intro_Box .txt_Box{
    width: 72%;
    padding: 25px 0 25px 25px;
}
.service_top_Wrap .intro_Box .txt_Box h3{
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: #fff;
    background: var(--navy);
    padding: 2px 8px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
}
.service_top_Wrap .intro_Box .txt_Box .txt{
    font-size: 1.6rem;
    line-height: 1.6;
    color: var(--basic);
    margin-top: 10px;
}
.service_top_Wrap .intro_Box figure{
    width: 26%;
}
.service_top_Wrap .flex .page_link_Btn{
    width: 49%;
    max-width: none;
    margin: 20px 0 0;
}
.service_top_Wrap .flex .page_link_Btn.cta {
    background: var(--red);
    border-color: var(--red);
}
.service_top_Wrap .flex .page_link_Btn.cta span{
    position: relative;
    display: inline-block;
    line-height: 1;
    padding-left: 1.4em;
    transition: 0.3s;
}
.service_top_Wrap .flex .page_link_Btn.cta span::before {
    position: absolute;
    content: "\f88d";
    font-family: 'Material Symbols Outlined';
    font-size: 2rem;
    font-weight: 200;
    color: #fff;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.service_top_Wrap .flex .page_link_Btn.cta:hover {
    background: #fff;
}
.service_top_Wrap .flex .page_link_Btn.cta:hover span,
.service_top_Wrap .flex .page_link_Btn.cta:hover span::before {
    color: var(--red);
}

/* MS-Japanが選ばれる3つの理由 */
.service_top_Wrap .advantage_Box{
    width: 100%;
    background: url(../img/service/advantage_bg.jpg) left top no-repeat;
    background-size: cover;
    margin-top: 30px;
    padding: 25px;
    border-radius: 5px;
}
.service_top_Wrap .advantage_Box h3{
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.service_top_Wrap .advantage_Box .advantage_List{
    position: relative;
    margin-top: 15px;
}
.service_top_Wrap .advantage_Box .advantage_List::after{
    position: absolute;
    content: "";
    border-top: 30px solid #fff;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
}
.service_top_Wrap .advantage_Box .advantage_List li{
    width: calc((100% / 3) - 1%);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
}
.service_top_Wrap .advantage_Box .advantage_List li span.oswald{
    font-family: "Oswald", sans-serif;
}
.service_top_Wrap .advantage_Box .advantage_List li span.num{
    color: #708199;
    font-size: 2.5rem;
    font-weight: 100;
}
.service_top_Wrap .advantage_Box .advantage_List li .txt{
    text-align: center;
    color: var(--basic);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    font-feature-settings: "palt";
}
.service_top_Wrap .advantage_Box .advantage_List li:nth-child(2) .txt {
    padding: 0.8em 0;
}
.service_top_Wrap .advantage_Box .advantage_List li .txt strong{
    color: var(--blue);
    font-size: 120%;
    font-weight: bold;
    background: linear-gradient(transparent 40%, #fff7b3 60%);
}
.service_top_Wrap .advantage_Box .advantage_List li .txt strong span.oswald{
    font-size: 140%;
    vertical-align: -2px;
}
.service_top_Wrap .advantage_Box .no1_txt{
    background: #fff;
    margin-top: 55px;
    padding: 25px;
}
.service_top_Wrap .advantage_Box .note{
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #fff;
}
.service_top_Wrap .advantage_Box .page_link_Btn{
    background: #fff;
    color: var(--blue);
}
.service_top_Wrap .advantage_Box .page_link_Btn:hover{
    background: var(--lightblue);
}

/* サービス利用の流れ */
#service .job_flow_List li img{
    margin: 0 auto 15px;
}
[id*=service] .job_flow_List li h4{
    color: var(--blue);
}

.other_service_link a{
    width: calc((100% / 3) - 1%);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
}
.other_service_link a figure img{
    border-radius: 5px 5px 0 0;
}
.other_service_link a h3{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: var(--blue);
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 10px 0;
}
.other_service_link a .txt {
    font-size: 1.4rem;
    line-height: 1.4;
    /* letter-spacing: 0.03em; */
    color: var(--basic);
    margin-bottom: 10px;
    padding: 0 15px;
}
.other_service_link a .viewmore{
    width: 90%;
    margin: auto auto 15px;
    padding: 12px 0;
    background: var(--blue);
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    border: 1px solid var(--blue);
    border-radius: 5px;
    transition: 0.3s;
}
.other_service_link a:hover{
    filter: brightness(0.9);
}
.other_service_link a:hover .viewmore{
    background: #fff;
    color: var(--blue);
}

/* サービスFAQ */
.service_link_Box{
    margin-top: 15px;
}
.service_link_Box a{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 12px 0 12px 1em;
    color: var(--basic);
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.service_link_Box a span.oswald{
    font-family: "Oswald", sans-serif;
    font-size: 120%;
    font-weight: 600;
    color: var(--blue);
    margin-right: 0.2em;
}
.service_link_Box a::after{
    position: absolute;
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    font-variation-settings: 'wght' 300;
    font-size: 2rem;
    color: #ddd;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.service_link_Box a:hover{
    background: #eee;
}

/* ---------------------------
転職サポートサービス
--------------------------- */
/* テキスト系ページ共通（白背景） */
.service_txt_Wrap{
    background: #fff;
    border-radius: 5px;
    padding: 25px;
}
.service_txt_Wrap:first-child,
.service_txt_Wrap h2.lower_ttl:first-child{
    margin-top: 0;
}

.service_detail li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.service_detail li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.service_detail li figure{
    width: 26%;
    max-width: 240px;
}
.service_detail li .txt_Box{
    width: 72%;
}
.service_detail li .txt_Box h3{
    font-size: 2rem;
    font-weight: 600;
    color: var(--blue);
    line-height: 1;
    margin-bottom: 8px;
}


/* 個別設定 */
.outline_Wrap01 figure{
    margin: 30px auto;
}
.outline_Wrap03 .txt_flex .txt_Box{
    width: 75%;
}
.outline_Wrap03 .txt_flex .txt_Box h3.small_ttl{
    margin-top: 0;
}
.outline_Wrap03 .txt_flex figure {
    width: 23%;
}

/* ---------------------------
MS Agentが選ばれる3つの理由
--------------------------- */
.advantage_Wrap01 .note{
    margin-top: 10px;
}
.advantage_Wrap01 .fukidashi_graph{
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}
.advantage_Wrap01 .fukidashi_graph figure{
    width: 20%;
    max-width: 166px;
    margin-right: 3%;
}
.advantage_Wrap01 .fukidashi_graph .fukidashi{
    width: 72%;
    position: relative;
    display: inline-block;
    padding: 13px 20px;
    background: #FFF;
    border: solid 2px var(--red);
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 5px;
}
.advantage_Wrap01 .fukidashi_graph .fukidashi::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    margin-top: -15px;
    border: 12px solid transparent;
    border-right: 15px solid #FFF;
    z-index: 2;
}
.advantage_Wrap01 .fukidashi_graph .fukidashi::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    margin-top: -15px;
    border: 12px solid transparent;
    border-right: 15px solid var(--red);
    z-index: 1;
}
.advantage_Wrap02 .service_detail li{
    align-items: flex-start;
    margin-top: 20px;
    padding-bottom: 20px;
}
.advantage_Wrap02 .service_detail li:last-child{
    padding-bottom: 0;
}

/* ---------------------------
サービスの流れ
--------------------------- */
.service_lower_Wrap,
.service_lower_Wrap h2.lower_ttl{
    margin-top: 0;
}
.flow_Wrap > h2{
    color: var(--blue);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}
.flow_Wrap > h2 span.oswald{
    display: inline-block;
    background: var(--blue);
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
    margin-right: 10px;
    padding: 7px;
}
.flow_Wrap .flow_Box figure{
    width: 30%;
}
.flow_Wrap .flow_Box .txt_Box{
    width: 68%;
}
.flow_Wrap .flow_Box .txt_Box .flow_merit{
    border-radius: 3px;
    background: #f1f6fd;
    margin-top: 15px;
    padding: 20px;
}
.flow_Wrap .flow_Box .txt_Box .flow_merit h3{
    position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
    padding-left: 0.8em;
}
.flow_Wrap .flow_Box .txt_Box .flow_merit h3::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--blue);
}
.flow_Wrap .flow_Box .txt_Box .flow_merit ul li{
    position: relative;
    font-size: 1.6rem;
    line-height: 1;
    color: #333;
    margin-bottom: 10px;
    padding-left: 0.8em;
}
.flow_Wrap .flow_Box .txt_Box .flow_merit ul li:last-child{
    margin-bottom: 0;
}
.flow_Wrap .flow_Box .txt_Box .flow_merit ul li::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--blue);
    border-radius: 50%;
    top: 0.3em;
    left: 0;
}
.flow_Wrap .flow_Box .txt_Box .flow_merit ul li strong{
    color: var(--blue);
    font-weight: bold;
}
.flow_Wrap .flow_Box .txt_Box p.txt span.marker{
    font-weight: inherit;
}
.flow_Wrap .flow_Box .txt_Box .note{
    margin-top: 10px;
}
.flow_Wrap .flow_Box .txt_Box .page_link_Btn.cta{
    background: var(--red);
    border-color: var(--red);
    margin-top: 10px;
}
.flow_Wrap .flow_Box .txt_Box .page_link_Btn.cta span{
    position: relative;
    display: inline-block;
    line-height: 1;
    padding-left: 1.4em;
    transition: 0.3s;
}
.flow_Wrap .flow_Box .txt_Box .page_link_Btn.cta span::before{
    position: absolute;
    content: "\f88d";
    font-family: 'Material Symbols Outlined';
    font-size: 2rem;
    font-weight: 200;
    color: #fff;
    top: 0;
    left: 0;
}
.flow_Wrap .flow_Box .txt_Box .page_link_Btn.cta:hover{
    background: #fff;
    color: var(--red);
}
.flow_Wrap .flow_Box .txt_Box .page_link_Btn.cta:hover span::before{
    color: var(--red);
}

/* ---------------------------
転職成功者インタビュー
--------------------------- */
.interview_Area{
    margin-top: 30px;
}
.interview_Area a.interview_item{
    position: relative;
    align-items: center;
    width: 49%;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
}
.interview_Area a.interview_item:hover{
    background: #eee;
}
.interview_Area a.interview_item::after{
    position: absolute;
    content: "\e5cc";
    font-family: "Material Symbols Outlined";
    font-variation-settings: 'wght' 300;
    font-size: 2rem;
    color: #ddd;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.interview_Area .interview_item .interview_thumb{
    width: 100px;
    height: 100px;
}
.interview_Area .interview_item .interview_thumb img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    border: 1px solid #eee;
}
.interview_Area .interview_item .txt_Box{
    width: calc(100% - 120px);
}
.interview_Area .interview_item .txt_Box p[class*=cat-]{
    display: inline-block;
    background: #eee;
    color: var(--basic);
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 5px;
    padding: 4px 6px;
}
.interview_Area .interview_item .txt_Box h3{
    color: var(--blue);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}
.interview_Area .interview_item .txt_Box .detail{
    font-size: 1.2rem;
    line-height: 1;
    color: #888;
}

/* インタビュー詳細ページ */
.interview_detail .interview_ttl{
    align-items: center;
}
.interview_detail .interview_ttl .interview_thumb{
    width: 100px;
    height: 100px;
}
.interview_detail .interview_ttl .interview_thumb img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    border: 1px solid #eee;
}
.interview_detail .interview_ttl .txt_Box{
    width: calc(100% - 120px);
}
.interview_detail .interview_ttl .txt_Box p[class*=cat-]{
    display: inline-block;
    background: #eee;
    color: var(--basic);
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 7px;
    padding: 4px 6px;
}
.interview_detail .interview_ttl .txt_Box h1{
    color: var(--blue);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 7px;
}
.interview_detail .interview_ttl .txt_Box .detail{
    font-size: 1.2rem;
    line-height: 1;
    color: #888;
}
.interview_detail .interview_income{
    margin-top: 20px;
}
.interview_detail .interview_income dl{
    display: flex;
    border-top: 1px solid #eee;
}
.interview_detail .interview_income dl:last-child{
    border-bottom: 1px solid #eee;
}
.interview_detail .interview_income dl dt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 19%;
    background: #fafafa;
    padding: 15px;
    color: #888;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}
.interview_detail .interview_income dl dd{
    width: 81%;
    padding: 15px;
    color: #555;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}
.interview_detail .interview_income dl.after dd{
    font-weight: 600;
    color: var(--blue);
}
.interview_detail .interview_income dl.after dd span.after_income {
    background: var(--blue);
    color: #fff;
    padding: 6px;
    margin-right: 7px;
}
.interview_detail .interview_income dl.after dd span.after_income span.oswald {
    font-family: "Oswald", sans-serif;
    font-size: 140%;
    font-weight: 500;
    letter-spacing: 0.02em;
    vertical-align: -2px;
}
.interview_detail .interview_income dl dd span.income{
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    margin-right: 7px;
    padding: 5px 7px;
}
.interview_detail .interview_income dl dd span.income span.oswald{
    font-family: "Oswald", sans-serif;
    font-size: 120%;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
}
.interview_detail .interview_income dl.before dd span.income{
    background: #eee;
    color: #555;
}
.interview_detail .interview_income dl.before dd span.before_income {
    color: var(--basic);
    background: #eee;
    padding: 6px;
    margin-right: 7px;
}
.interview_detail .interview_income dl.before dd span.before_income span.oswald {
    font-family: "Oswald", sans-serif;
    font-size: 140%;
    font-weight: 500;
    letter-spacing: 0.02em;
    vertical-align: -2px;
}
.interview_detail .interview_income dl.before dd span.income span.oswald{
    color: #555;
}
.interview_detail .interview_income dl.after dd span.income{
    background: var(--blue);
    color: #fff;
}
.interview_detail .interview_income dl.after dd span.income span.oswald{
    color: #fff;
}
.interview_txt{
    margin-top: 30px;
}
.interview_txt .ttl_txt{
    display: inline-block;
    background: var(--blue);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
}
.interview_txt .interview_qa{
    margin-top: 20px;
}
.interview_txt .interview_qa .q_txt{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    color: #333;
    margin-bottom: 15px;
    padding-left: 10px;
}
.interview_txt .interview_qa .q_txt span.oswald{
    font-family: "Oswald", sans-serif;
    font-size: 120%;
    font-weight: 500;
    line-height: 1;
    color: var(--blue);
}
.interview_txt .interview_qa .a_txt{
    background: #f1f6fd;
    padding: 25px;
    border-radius: 5px;
}
.interview_txt .interview_qa .a_txt h2{
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: var(--blue);
    margin-bottom: 15px;
}
.interview_txt .interview_qa .a_txt h2::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--blue);
    bottom: -0.3em;
    left: 0;
}
.interview_txt .interview_qa .a_txt .txt{
    line-height: 1.8;
}

/* 担当CAからのコメント */
.adviser {
    margin-bottom: 80px;
}
.adviser .adviser_Box .adviser_thumb{
    width: 100px;
    height: 100px;
}
.adviser .adviser_Box .adviser_thumb img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    border: 1px solid #eee;
}
.adviser .adviser_Box .comment{
    width: calc(100% - 120px);
    background: #fff;
    border-radius: 0 10px 10px 10px;
    padding: 25px;
}
.adviser .adviser_Box .comment .txt{
    line-height: 1.8;
}

/* ---------------------------
キャリアアドバイザー
--------------------------- */
#kanto,#tokai,#kansai,#adviser-area{
    margin-top: -80px;
    padding-top: 80px;
}
.service_adviser_Wrap{
    margin-top: 0;
}
.service_adviser_Wrap.job{
    margin-bottom: 80px;
}
.adviser_Box:not(:nth-child(3)){
    margin-top: 30px;
}
.adviser_Box h3.small_ttl{
    margin-top: 10px;
}
.adviser_List{
    justify-content: flex-start;
}
.adviser_item{
    width: calc((100% / 3) - 1%);
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
}
.adviser_item:nth-child(3n){
    margin-right: 0;
}
.adviser_item:hover{
    filter: brightness(0.95);
}
.adviser_item .adviser_img{
    max-width: 100%;
    overflow: hidden;
}
.adviser_item .adviser_img img{
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}
.adviser_item .detail{
    border-top: 1px solid #ddd;
    padding: 8px 15px 15px;
}
.adviser_item .detail .name{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: var(--blue);
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.adviser_item .detail .category_tag{
    justify-content: flex-start;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.adviser_item .detail .category_tag li{
    display: inline-block;
    background: #eee;
    color: var(--basic);
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.08em;
    margin: 0 5px 5px 0;
    padding: 5px;
}
.service_adviser_Wrap.lower_category .lower_btn_List .page_link_Btn.arrow::after{
    content: "\e313";
    right: 0;
}
.adviser_Box .page_link_Btn{
    margin-top: 20px;
    max-width: 450px;
}

/* アドバイザー詳細ページ */
.adviser_detail .profile_top figure{
    width: 35%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
}
.adviser_detail .profile_top figure img{
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.adviser_detail .profile_top .profile_txt_Box{
    width: 63%;
}
.adviser_detail .profile_top .profile_txt_Box h1{
    color: var(--basic);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    padding-top: 5px;
}
.adviser_detail .profile_top .profile_txt_Box .adviser_copy{
    font-size: 1.6rem;
    line-height: 1.4;
    color: var(--basic);
    background: var(--lightblue2);
    border-radius: 0 10px 10px 10px;
    margin-bottom: 20px;
    padding: 15px;
}
.adviser_detail .profile_top .adviser_category p{
    width: 14%;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--basic);
}
.adviser_detail .profile_top .adviser_category .adviser_category_List{
    width: 86%;
    justify-content: flex-start;
}
.adviser_detail .profile_top .adviser_category .adviser_category_List li{
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: var(--basic);
    background: #eee;
    margin: 0 5px 5px 0;
    padding: 5px;

}
.adviser_detail .adviser_career{
    margin-top: 20px;
    border-top: 1px solid #eee;
}
.adviser_detail .adviser_career dl{
    border-bottom: 1px solid #eee;
}
.adviser_detail .adviser_career dl dt{
    text-align: center;
    background: #fafafa;
    width: 7%;
    padding: 10px;
    color: #888;
    font-size: 1.4rem;
    line-height: 1;
}
.adviser_detail .adviser_career dl dd{
    width: 93%;
    padding: 10px 15px;
    color: #555;
    font-size: 1.4rem;
    line-height: 1.4;
}
.adviser_detail .adviser_message{
    margin-top: 20px;
}
.adviser_detail .adviser_message figure{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #eee;
}
.adviser_detail .adviser_message figure img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center center;
}
.adviser_detail .adviser_message .message_txt{
    width: calc(100% - 120px);
}
.adviser_detail .adviser_message .message_txt h2{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: var(--blue);
    margin-bottom: 10px;
}
.adviser_detail .adviser_message .message_txt .fukidashi{
    background: var(--lightblue2);
    color: var(--basic);
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 0 10px 10px 10px;
}
.service_txt_Wrap .adviser_topics h2.lower_ttl:first-child,
.service_txt_Wrap .adviser_case h2.lower_ttl:first-child,
.service_txt_Wrap .adviser_voice h2.lower_ttl:first-child{
    margin-top: 40px;
}
.adviser_topics .topics_link_List{
    justify-content: flex-start;
}
.adviser_topics .topics_link_List .topics_link{
    display: block;
    width: calc((100% / 3) - 1%);
    margin-right: 1%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.adviser_topics .topics_link_List .topics_link:nth-child(3n){
    margin-right: 0;
}
.adviser_topics .topics_link_List .topics_link:hover{
    background: #eee;
}
.adviser_topics .topics_link_List .topics_link figure{
    width: 100%;
    margin-bottom: 5px;
}
.adviser_topics .topics_link_List .topics_link .ttl {
    color: var(--basic);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.adviser_topics .topics_link_List .topics_link .time{
    position: relative;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #888;
    margin-bottom: 5px;
    padding-left: 1.5em;
}
.adviser_topics .topics_link_List .topics_link .time::before{
    position: absolute;
    content: "\e8b5";
    font-family: "Material Symbols Outlined";
    font-variation-settings: 'wght' 300;
    font-size: 1.4rem;
    color: #888;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.adviser_case .case_Box{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.adviser_case .case_Box figure{
    width: 23%;
}
.adviser_case .case_Box .txt_Box{
    width: 75%;
}
.adviser_case .case_Box .txt_Box h3{
    color: var(--basic);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: 0.06em;
}
.adviser_case .case_Box .txt_Box h3 span.age{
    font-size: 70%;
    font-weight: 400;
}
.adviser_case .case_Box .txt_Box .case_income p[class*=_income]{
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 10px;
    padding: 6px 8px;
}
.adviser_case .case_Box .txt_Box .case_income p[class*=_income] .oswald{
    font-family: "Oswald", sans-serif;
    font-size: 140%;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.adviser_case .case_Box .txt_Box .case_income{
    justify-content: flex-start;
}
.adviser_case .case_Box .txt_Box .case_income p.before_income{
    color: var(--basic);
    background: #eee;
}
.adviser_case .case_Box .txt_Box .case_income p.after_income{
    color: #fff;
    background: var(--blue);
    margin-left: 3em;
}
.adviser_case .case_Box .txt_Box .case_income p.after_income::before{
    position: absolute;
    content: "";
    border-left: 15px solid var(--blue);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: -2em;
    transform: translateY(-50%);
}
.adviser_voice .voice_Box{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}
.adviser_voice .voice_Box figure{
    width: 50px;
    height: auto;
    margin-right: 10px;
}
.adviser_voice .voice_Box p.txt{
    width: calc(100% - 60px);
    line-height: 1.6;
}
.adviser_voice .voice_Box p.txt span.age{
    font-size: 1.2rem;
    color: #888;
}

/* ---------------------------
サービスFAQ
--------------------------- */
.service_faq_Wrap:first-child,
.service_faq_Wrap h2.lower_ttl:first-child{
    margin-top: 0;
}
.service_faq_Wrap .lower_btn_List,
.service_other_faq_Wrap .lower_btn_List{
    margin-top: 20px;
}
.faq_notice_Box{
    background: #ddd;
    margin-top: 20px;
    padding: 25px;
}
.faq_notice_Box p.txt{
    font-size: 1.4rem;
    line-height: 1.5;
}
.faq_notice_Box ul.link_List{
    margin-top: 15px;
}
.faq_notice_Box ul.link_List li{
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 0.8em;
    color: var(--basic);
}
.faq_notice_Box ul.link_List li::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--blue);
    top: 0.4em;
    left: 0;
}
.faq_notice_Box ul.link_List li a{
    color: var(--blue);
    text-decoration: underline;
}
.faq_notice_Box ul.link_List li a:hover{
    opacity: 0.7;
}
.service_other_faq_Wrap .lower_btn_List{
    margin-bottom: 80px;
}
.service_other_faq_Wrap .lower_btn_List .page_link_Btn.arrow{
    width: 49%;
}
.service_other_faq_Wrap .lower_btn_List .page_link_Btn.arrow:nth-child(2n){
    margin-right: 0;
}
.service_other_faq_Wrap .lower_btn_List .page_link_Btn.arrow:nth-child(3){
    margin-top: 2%;
    margin-right: 2%;
}
.service_other_faq_Wrap .lower_btn_List .page_link_Btn.arrow:nth-child(-n+2){
    margin-top: 0;
}

.service_faq{
    margin-bottom: 20px;
}
.service_faq:last-child{
    margin-bottom: 0;
}
.service_faq span.oswald{
    color: var(--blue);
    font-family: "Oswald", sans-serif;
    font-size: 110%;
    font-weight: 600;
    margin-right: 0.2em;
    transition: 0.3s;
}
.service_faq dt{
    position: relative;
    color: var(--basic);
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    text-indent: -1.3em;
    padding: 15px calc(15px + 1.3em);
    transition: 0.3s;
    cursor: pointer;
}
.service_faq dt::after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
}
.service_faq dt:hover{
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}
.service_faq dt.active{
    background: var(--blue);
    color: #fff;
    border-radius: 5px 5px 0 0;
    border-color: var(--blue);
}
.service_faq dt:hover span.oswald,
.service_faq dt.active span.oswald{
    color: #fff;
}
.service_faq dt.active::after{
    border-color: #fff;
    transform: translateY(-50%) rotate(-135deg);
}
.service_faq dd{
    display: none;
    position: relative;
    color: var(--basic);
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid var(--blue);
    border-top: none;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 13px 15px 20px;
    text-indent: -1.3em;
    padding-left: calc(20px + 1.3em);
}
.service_faq dd a.txt_link{
    color: var(--blue);
    text-decoration: underline;
}
.service_faq dd a.txt_link:hover{
    opacity: 0.7;
}
#service .matome_Box{
    background: var(--lightblue2);
    border-radius: 5px;
    border: 2px solid var(--blue);
    margin-top: 30px;
    padding: 20px;
}
#service .matome_Box h3{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--blue);
    text-align: center;
}
#service .service_txt_Wrap .matome_Box{
    margin-bottom: 30px;
}
#service .matome_Box h2.lower_ttl{
    font-size: 2rem;
    margin-bottom: 10px;
}
#service .matome_Box ul li{
    position: relative;
    font-size: 1.6rem;
    line-height: 1.4;
    color: var(--basic);
    margin-bottom: 5px;
    padding-left: 1em;
}
#service .matome_Box ul li::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue);
    top: 0.5em;
    left: 0;
}

/* ---------------------------
入社までの流れ
--------------------------- */
.service_preparation_Wrap:first-child,
.service_preparation_Wrap:first-child h2.lower_ttl{
    margin-top: 0;
}
.preparation-acc h3,
.preparation-sec .pre-checkList .pre-point h6{
    background: var(--blue);
    font-weight: 600;
}
.preparation-join h3,
.preparation-sec .sec-ttl h4{
    font-weight: 600;
}
.preparation-sec .pre-checkList h5{
    color: #333;
}
.preparation-sec .pre-checkList .pre-point .point-List li .ttl{
    color: var(--blue);
    text-decoration: none;
}
.preparation-sec .pre-checkList .pre-point{
    background: #f5f5f5;
}
.preparation-acc .acc-content {
    border: var(--blue) 1px solid;
    background: #fff;
}
.preparation-sec .pre-checkList .pre-point .point-List li .txt {
    color: var(--basic);
}
.preparation-arrow{
    border-top-color: var(--blue);
}
.point-flex-item .point-flex-list li {
    color: var(--basic);
}
#service .service_preparation_Wrap .matome_Box{
    margin-top: 0;
    margin-bottom: 80px;
}

/* ---------------------------
MS-Japan（MS Agent）で転職決定された方の声
--------------------------- */
.voice-sec {
    margin: 20px auto;
}
.small-note{
    color: var(--basic);
    margin-bottom: 80px;
}

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



}

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


}

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

    /* SP時のh1（タイトル長い場合） */
    .lower_title .inner h1.small{
        font-size: 2rem;
    }

    /* パンくず */
    [id*=service] .breadcrumb_Area {
        margin: 20px auto 0;
    }

    /* ---------------------------
    サービス紹介TOP
    --------------------------- */
    .service_top_Wrap .intro_Box .txt_Box {
        width: 100%;
        padding: 15px;
    }
    .service_top_Wrap .intro_Box .txt_Box h3 {
        padding: 0 6px;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.7;
    }
    .service_top_Wrap .intro_Box .txt_Box .txt {
        margin-top: 5px;
    }
    .service_top_Wrap .intro_Box figure {
        width: 50%;
        margin: 0 auto;
    }
    .service_top_Wrap .flex .page_link_Btn {
        width: 100%;
        margin: 10px 0 0;
    }

    /* MS-Japanが選ばれる3つの理由 */
    .service_top_Wrap .advantage_Box{
        padding: 20px 15px;
    }
    .service_top_Wrap .advantage_Box h3 {
        font-size: 2rem;
        line-height: 1.4;
    }
    .service_top_Wrap .advantage_Box .advantage_List {
        margin-top: 10px;
    }
    .service_top_Wrap .advantage_Box .advantage_List li {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 0;
    }
    .service_top_Wrap .advantage_Box .advantage_List li span.num{
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .service_top_Wrap .advantage_Box .advantage_List li .txt {
        font-size: 1.6rem;
    }
    .service_top_Wrap .advantage_Box .advantage_List li:nth-child(2) .txt{
        padding: 0;
    }
    .service_top_Wrap .advantage_Box .advantage_List::after {
        border-top: 20px solid #fff;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        bottom: -8%;
    }
    .service_top_Wrap .advantage_Box .no1_txt {
        margin-top: 35px;
        padding: 15px;
    }
    .service_top_Wrap .advantage_Box .note {
        font-size: 0.9rem;
    }
    .service_top_Wrap .advantage_Box .page_link_Btn{
        width: 100%;
        max-width: none;
        margin-top: 10px;
    }

    /* サービス利用の流れ */
    #service .job_flow_List{
        width: 100%;
    }
    #service .job_flow_List li img {
        margin: 0 20px;
    }
    .other_service_link a {
        width: 100%;
        margin: 0 auto 20px;
    }
    .other_service_link a figure{
        height: 120px;
        overflow: hidden;
    }
    .other_service_link a h3 {
        font-size: 1.8rem;
        padding: 12px 10px 0;
    }

    /* サービスFAQ */
    .service_link_Box {
        margin-top: 10px;
    }
    .service_link_Box a {
        padding: 12px 2em 12px 2em;
        text-indent: -1.1em;
        line-height: 1.2;
        font-size: 1.4rem;
    }
    .service_link_Box a span.oswald {
        font-size: 110%;
    }

    /* CTA */
    [id*=service] .page_cta_Box {
        margin-top: 50px;
        padding-top: 55%;
    }
    [id*=service] .page_cta_Box .model_img.man {
        width: 16%;
        left: 2%;
    }
    [id*=service] .page_cta_Box .model_img.woman {
        width: 18%;
        right: 2%;
    }
    [id*=service] .page_cta_Box.small_txt {
        padding-top: 40%;
    }

    /* ---------------------------
    転職サポートサービス
    --------------------------- */
    /* service配下共通（サービスメニュー） */
    .service_menu_Wrap{
        width: 90%;
        margin: 0 auto;
    }

    /* テキスト系ページ共通 */
    #service_txt #left_Wrap {
        width: 100%;
    }
    .service_txt_Wrap {
        padding: 20px;
        border-radius: 0;
    }
    #service_txt [class*=_Wrap] {
        margin-top: 20px;
    }
    #service_txt .service_txt_Wrap:first-child,
    #service_txt .service_txt_Wrap h2.lower_ttl:first-child {
        margin-top: 0;
    }
    /* CTA */
    #service_txt .page_cta_Box {
        width: 90%;
        margin: 30px auto 0;
        padding-top: 50%;
    }

    .service_detail li figure{
        width: 100%;
        max-width: none;
        margin: 0 auto 15px;
    }
    .service_detail li .txt_Box{
        width: 100%;
    }
    .service_detail li .txt_Box h3{
        text-align: center;
        font-size: 2rem;
        line-height: 1.4;
    }

    /* 個別設定 */
    .outline_Wrap01 figure {
        margin: 10px auto 25px;
    }
    .outline_Wrap03 .txt_flex .txt_Box{
        width: 100%;
    }
    .outline_Wrap03 .txt_flex figure {
        width: 40%;
        margin: 10px auto 0;
    }

    /* ---------------------------
    MS Agentが選ばれる3つの理由
    --------------------------- */
    .advantage_Wrap01 .fukidashi_graph figure {
        width: 80%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .advantage_Wrap01 .fukidashi_graph .fukidashi {
        width: 100%;
        padding: 12px 15px;
        font-size: 1.4rem;
    }
    .advantage_Wrap01 .fukidashi_graph .fukidashi::before {
        margin-top: 0;
        border-left: none;
        top: -25px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 15px solid #FFF;
    }
    .advantage_Wrap01 .fukidashi_graph .fukidashi::after {
        margin-top: 0;
        border-left: none;
        top: -28px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 15px solid var(--red);
    }

    /* ---------------------------
    サービスの流れ
    --------------------------- */
    #service_txt .service_lower_Wrap{
        margin-top: 0;
    }
    #service_txt .service_lower_Wrap h2.lower_ttl{
        width: 95%;
        margin: 0 auto 15px;
    }
    .flow_Wrap > h2{
        font-size: 2.2rem;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .flow_Wrap > h2 span.oswald{
        font-size: 1.8rem;
        margin-right: 8px;
        padding: 5px;
    }
    .flow_Wrap .flow_Box figure {
        width: 100%;
        margin: 0 auto 15px;
    }
    .flow_Wrap .flow_Box .txt_Box {
        width: 100%;
    }
    .flow_Wrap .flow_Box .txt_Box .flow_merit {
        padding: 15px;
    }
    .flow_Wrap .flow_Box .txt_Box .flow_merit h3{
        font-size: 1.6rem;
    }
    .flow_Wrap .flow_Box .txt_Box .flow_merit ul li {
        font-size: 1.4rem;
        line-height: 1.3;
        margin-bottom: 7px;
        padding-left: 0.7em;
    }
    .flow_Wrap .flow_Box .txt_Box .flow_merit ul li::before {
        width: 5px;
        height: 5px;
        top: 0.5em;
    }
    .flow_Wrap .flow_Box .txt_Box .page_link_Btn.cta{
        width: 100%;
        max-width: none;
    }

    /* ---------------------------
    転職成功者インタビュー
    --------------------------- */
    .interview_Area {
        margin-top: 20px;
    }
    .interview_Area a.interview_item {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px 20px 15px 10px;
    }
    .interview_Area .interview_item .interview_thumb {
        width: 80px;
        height: 80px;
    }
    .interview_Area .interview_item .interview_thumb img {
        width: 80px;
        height: 80px;
    }
    .interview_Area .interview_item .txt_Box {
        width: calc(100% - 90px);
    }
    .interview_Area .interview_item .txt_Box p[class*=cat-] {
        font-size: 1.1rem;
        padding: 3px 5px;
    }
    .interview_Area .interview_item .txt_Box h3 {
        font-size: 1.6rem;
    }
    .interview_Area .interview_item .txt_Box .detail {
        font-size: 1.1rem;
    }

    /* インタビュー詳細ページ */
    .interview_detail .interview_ttl .interview_thumb{
        width: 80px;
        height: 80px;
    }
    .interview_detail .interview_ttl .interview_thumb img {
        width: 80px;
        height: 80px;
    }
    .interview_detail .interview_ttl .txt_Box {
        width: calc(100% - 95px);
    }
    .interview_detail .interview_ttl .txt_Box p[class*=cat-] {
        font-size: 1.1rem;
        padding: 3px 5px;
    }
    .interview_detail .interview_ttl .txt_Box h1{
        font-size: 1.6rem;
    }
    .interview_detail .interview_ttl .txt_Box .detail{
        font-size: 1.1rem;
    }
    .interview_detail .interview_income dl{
        flex-direction: column;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
    }
    .interview_detail .interview_income dl dt,
    .interview_detail .interview_income dl dd{
        width: 100%;
        text-align: center;
    }
    .interview_detail .interview_income dl dt{
        padding: 8px;
        border-bottom: 1px solid #eee;
        background: #eee;
        color: #555;
    }
    .interview_detail .interview_income dl dd{
        line-height: 1.2;
        padding: 12px;
        display: flex;
        flex-direction: column;
    }
    .interview_detail .interview_income dl.before dd span.before_income,
    .interview_detail .interview_income dl.after dd span.after_income{
        margin-bottom: 7px;
        margin-right: 0;
        padding: 3px 6px;
    }
    .interview_txt {
        margin-top: 15px;
    }
    .interview_txt .ttl_txt {
        display: inline;
        font-size: 1.8rem;
        line-height: 2.2;
        border-radius: 0;
        padding: 5px 10px;
        box-decoration-break: clone;	
	    -webkit-box-decoration-break: clone;
    }
    .interview_txt .interview_qa {
        margin-top: 30px;
    }
    .interview_txt .interview_qa .q_txt {
        font-size: 1.8rem;
        padding-left: 5px;
    }
    .interview_txt .interview_qa .a_txt{
        padding: 20px;
    }
    .interview_txt .interview_qa .a_txt h2 {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    .interview_txt .interview_qa .q_txt {
        font-size: 1.8rem;
        line-height: 1.4;
        text-indent: -1.2em;
        margin-bottom: 8px;
        padding-left: 1.4em;
    }
    .service_Wrap.adviser{
        width: 90%;
        margin: 0 auto;
    }
    /* .adviser .adviser_Box .adviser_thumb{
        width: 80px;
        height: 80px;
    }
    .adviser .adviser_Box .adviser_thumb img{
        width: 80px;
        height: 80px;
    } */
    .adviser_Box{
        flex-direction: column;
        align-items: center;
    }
    .adviser .adviser_Box .comment {
        position: relative;
        width: 100%;
        border-radius: 5px;
        margin-top: 20px;
        padding: 20px;
    }
    .adviser .adviser_Box .comment::before{
        position: absolute;
        content: "";
        border-bottom: 20px solid #fff;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* ---------------------------
    キャリアアドバイザー
    --------------------------- */
    #kanto,#tokai,#kansai,#adviser-area{
        margin-top: -50px;
        padding-top: 50px;
    }
    .adviser_List {
        justify-content: space-between;
    }
    .adviser_item {
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .adviser_item.sp_hidden {
        display: none;
    }
    .adviser_item .adviser_img img {
        aspect-ratio: 16 / 9;
        border-radius: 5px 5px 0 0;
    }
    .adviser_item .detail {
        padding: 5px 15px 10px;
    }
    .adviser_item .detail .name {
        font-size: 1.6rem;
    }
    .adviser_item .detail .category_tag li {
        font-size: 1.2rem;
        padding: 4px 5px;
    }
    .adviser_item .detail .category_tag{
        overflow: auto;
        display: flex;
        text-overflow: unset;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
    }
    .adviser_Box .page_link_Btn {
        width: 100%;
        max-width: none;
        margin-top: 0;
    }
    .service_adviser_Wrap.job {
        margin-bottom: 0;
    }
    #service_adviser .service_menu_Wrap{
        width: 100%;
    }

    /* アドバイザー詳細ページ */
    .adviser_detail .profile_top figure,
    .adviser_detail .profile_top .profile_txt_Box{
        width: 100%;
    }
    .adviser_detail .profile_top .profile_txt_Box h1{
        font-size: 2rem;
        text-align: center;
        margin: 15px 0 20px;
        padding: 0;
    }
    .adviser_detail .profile_top .profile_txt_Box .adviser_copy {
        position: relative;
        font-size: 1.5rem;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .adviser_detail .profile_top .profile_txt_Box .adviser_copy::before {
        position: absolute;
        content: "";
        border-bottom: 15px solid var(--lightblue2);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .adviser_detail .profile_top .adviser_category p {
        width: 22%;
    }
    .adviser_detail .profile_top .adviser_category .adviser_category_List {
        width: 76%;
    }
    .adviser_detail .adviser_career {
        margin-top: 15px;
    }
    .adviser_detail .adviser_career dl dt {
        width: 13%;
        padding: 10px 5px;
        font-size: 1.2rem;
    }
    .adviser_detail .adviser_career dl dd {
        width: 87%;
        padding: 10px;
        font-size: 1.2rem;
    }
    .adviser_detail .adviser_message{
        flex-direction: column;
        align-items: center;
    }
    .adviser_detail .adviser_message .message_txt{
        width: 100%;
        margin-top: 10px;
    }
    .adviser_detail .adviser_message .message_txt h2 {
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 17px;
    }
    .adviser_detail .adviser_message .message_txt .fukidashi {
        position: relative;
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 25px;
        padding: 15px;
        border-radius: 5px;
    }
    .adviser_detail .adviser_message .message_txt .fukidashi::before {
        position: absolute;
        content: "";
        border-bottom: 15px solid var(--lightblue2);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .adviser_topics .topics_link_List .topics_link {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .adviser_topics .page_link_Btn{
        margin-top: 10px;
    }
    #service_txt .service_txt_Wrap .adviser_topics h2.lower_ttl:first-child,
    #service_txt .service_txt_Wrap .adviser_case h2.lower_ttl:first-child,
    #service_txt .service_txt_Wrap .adviser_voice h2.lower_ttl:first-child{
        margin-top: 30px;
    }
    .adviser_case .case_Box{
        padding-bottom: 15px;
    }
    .adviser_case .case_Box figure {
        width: 100%;
        height: 150px;
        overflow: hidden;
    }
    .adviser_case .case_Box .txt_Box {
        width: 100%;
        margin-top: 15px;
    }
    .adviser_case .case_Box .txt_Box h3 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .adviser_case .case_Box .txt_Box .case_income p[class*=_income] {
        width: 100%;
        text-align: center;
        font-size: 1.3rem;
    }
    .adviser_case .case_Box .txt_Box .case_income p.before_income{
        margin-bottom: 20px;
    }
    .adviser_case .case_Box .txt_Box .case_income p.after_income {
        margin-left: 0;
    }
    .adviser_case .case_Box .txt_Box .case_income p.after_income::before {
        border-bottom: none;
        border-top: 10px solid var(--blue);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        left: 50%;
        top: -14px;
        transform: translateX(-50%);
    }
    .adviser_voice .voice_Box {
        margin-bottom: 10px;
        padding: 10px;
    }
    .adviser_voice .voice_Box figure {
        width: 40px;
    }
    .adviser_voice .voice_Box p.txt {
        width: calc(100% - 50px);
    }
    #service_txt .adviser_Box .page_link_Btn{
        width: 90%;
    }


    /* ---------------------------
    サービスFAQ
    --------------------------- */
    .faq_notice_Box {
        padding: 20px;
    }
    .service_other_faq_Wrap .lower_btn_List .page_link_Btn.arrow {
        width: 100%;
    }
    .service_other_faq_Wrap .lower_btn_List .page_link_Btn.arrow:nth-child(3) {
        margin: 0;
        margin-bottom: 10px;
    }
    .service_other_faq_Wrap .lower_btn_List {
        margin-bottom: 0;
    }
    .service_faq{
        margin-bottom: 10px;
    }
    .service_faq dt {
        font-size: 1.5rem;
        padding: 12px calc(12px + 1.3em);
    }
    .service_faq dt::after {
        width: 5px;
        height: 5px;
        right: 10px;
    }
    .service_faq dd {
        font-size: 1.5rem;
        padding: 12px 15px;
        padding-left: calc(12px + 1.3em);
    }
    #service .matome_Box {
        padding: 15px 20px;
    }
    #service .service_txt_Wrap .matome_Box {
        margin: 15px 0;
    }
    #service .matome_Box h2.lower_ttl {
        font-size: 1.8rem;
    }
    #service .matome_Box ul li {
        font-size: 1.5rem;
        padding-left: 0.8em;
    }

    /* ---------------------------
    入社までの流れ
    --------------------------- */
    #service .service_preparation_Wrap .matome_Box{
        margin-bottom: 10px;
    }
    #service .service_preparation_Wrap .matome_Box h3 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    /* ---------------------------
    MS-Japan（MS Agent）で転職決定された方の声
    --------------------------- */
    #service_voice .service_menu_Wrap{
        width: 100%;
    }
    .small-note{
        margin-bottom: 0;
    }
}