@charset "UTF-8";
.fa-search:before {
    content: "\f002";
}
.fa-star:before {
    content: "\f005";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-history:before {
    content: "\f1da";
}
.fa-angle-right:before {
    content: "\f105";
}

.remodal,[data-remodal-id] {
    display: none;
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.remodal-overlay,.remodal-wrapper {
    backface-visibility: hidden;
}

.remodal {
    position: relative;
    outline: none;
    text-size-adjust: 100%;
}
.remodal-overlay {
    background: rgba(0,0,0,.5)
}
.remodal-wrapper {
    padding: 0
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    transform: translate3d(0,0,0);
    color: #2b2e38;
    background: #3295f9;
}
.remodal,.remodal-wrapper:after {
    vertical-align: middle;
}

/* A-3-1 総合TOP */
table.a_1_1_screentitle h1 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 12px;
}
table.a_1_1_table td {
    text-align: center;
    border-bottom: 1px solid #898989;
    padding: 10px;
}
table.a_1_1_table tr td:first-child,
table.a_1_1_table tr th:first-child {
    border-left: none;
}
table.a_1_1_table tr:last-child td {
    border-bottom: none;
}
table.a_1_1_table {
    background-color: #fff;
    border: 1px solid #666;
    border-collapse: separate;
    border-radius: 4px;
    border-spacing: 0;
    margin-bottom: 32px;
    max-width: 370px;
    overflow: hidden;
    padding: 0;
    width: 100%;

}

/*202403_17 松村追加*/
table.a_1_1_table:last-child {
    margin-bottom: 40px;
}

.index_job_cat_category {
    position: relative;
    font-size: 15px;
}
.index_job_cat_category:after {
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0px;
    content: "\f105";
    font-size: 15px;
    font-weight: 900;
    color: #3295f9;
}

/* A-3-1 お知らせ */
#news_area {
    margin-top: 40px;
}

#news_area_inner {
    padding: 3px 8px;
}

#news_area .hl {
    display: block;
    background-color: #d7f0ff;
    padding: 3px 8px 2px 8px;
    font-size: 14px;
    border-radius: 4px;
}

#news_area .newsTable tr th {
    font-size: 14px;
    padding: 0 0 8px 0;
}

#news_area .newsTable tr td {
    font-size: 14px;
    padding: 0 0 8px 16px;
}

@media print, screen and (min-width: 769px ) {
    .remodal {
        width:700px;
    }
}
.remodal_keep_comp {
    background: #fff;
    border-radius: 4px;
    padding: 40px;
    width: 400px;
}
.remodal_nojob {
    background: #fff;
    border-radius: 4px;
    padding: 40px 30px;
    width: 400px;
}

.remodal_map {
    height: 100%;
    padding: 0;
    width: 100%;
}
@media only screen and (max-width: 768px ) {
    .remodal {
        padding:0
    }
}
@media only screen and (max-width: 768px ) {
    .remodal_keep_comp {
        background: #fff;
        width: 90%;
    }
    .remodal_nojob {
        background: #fff;
        width: 90%;
    }
}
html,body,div,span,applet,object,iframe,hr,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
    margin: 0;
}

ol,ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
html {
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 50px;
    position: relative;
}

/*
html.main,
html.main_nav {
    padding-bottom: 164px;
}*/

body {
    color: #333;
    font-family: 'Roboto',Meiryo,' ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Verdana,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding: 0
}

/*
table,caption,tbody,tfoot,thead,tr,th,td {
    vertical-align: middle;
}
table.header {
    border: none;
    border-spacing: 0;
    height: 40px;
    margin: 0 0 10px 0;
    vertical-align: middle;
    width: 100%;
}

table.header td.top_logo {
    text-align: center;
}

table.header td.top_logo.sp_none {
    padding-top: 90px;
    padding-bottom: 33px;
}

table.header td.top_logo.pc_none {
    padding-top: 32px;
    padding-bottom: 32px;
}

table.header td.top_logo img {
    width: 232px !important;
}
*/

.head-link-name {
    width: 95px;
}

.head-link {
    background-color: #d7f0ff;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
}

.icon_char {
    font-size: 12px;
    font-weight: bold;
    line-height: 10px;
}
.vertical_align_middle {
    vertical-align: middle;
}
.text_align_center {
    text-align: center;
}
.pc-breadcrumb *,.pc-breadcrumb *:after,.pc-breadcrumb *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pc-breadcrumb {
    float: left;
    list-style: none;
    margin: 1em auto 1.5em auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.pc-breadcrumb li {
    display: inline-block;
    white-space: normal;
}

.pc-breadcrumb a {
    background-color: #fff;
    border-bottom: 1px solid;
    border-top: 1px solid;
    color: #3295f9;
    display: inline-block;
    margin: 0;
    position: relative;
    padding: .05em .8em .05em 1.5em;
    text-decoration: none;
    font-size: 11px;
}

.pc-breadcrumb li:first-child a {
    border-left: 1px solid #3295f9;
    border-radius: 5px 0 0 5px;
    padding-left: 1em;
    font-size: 11px;
}

.pc-breadcrumb a::after,.pc-breadcrumb a::before {
    border-bottom: 1.3em solid transparent;
    border-left: 1.05em solid;
    border-top: 1.3em solid transparent;
    content: '';
    margin-top: -1.3em;
    position: absolute;
    right: -1em;
    top: 50%;
}

.pc-breadcrumb a::after {
    border-left-color: #fff;
    z-index: 2;
}

.pc-breadcrumb a::before {
    border-left-color: #3295f9;
    right: -1.1em;
    z-index: 1;
}

.pc-breadcrumb li:last-child a {
    background-color: #3295f9;
    border: 1px solid #3295f9;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: default;
    pointer-events: none;
}
.pc-breadcrumb li:last-child a::before,.pc-breadcrumb li:last-child a::after {
    content: normal;
}

.scout-banner-area {
    margin: 40px auto 12px !important;
}

.scout-banner-area img {
    width: 480px;
    height: auto;
    margin-top: 0 !important;
}

@media only screen and (max-width: 499px ) {
    .scout-banner-area {
        width: auto;
        margin: 20px 10px 0 !important;
    }

    .scout-banner-area img {
        width: auto;
    }

    footer.main {
        margin-top: 32px;
    }
}

div.recaptcah {
    /*202403_17 松村追加*/
    border-top: 1px solid #D9D9D9;
    font-size: .4em;
    line-height: 1.5;
    padding: 2px 0 1px;
}

    /*202403_17 松村追加*/
footer {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.pageTop,.pageTop_d {
    background-color: rgba(0,0,0,.6);
    border-radius: 4px;
    bottom: -100px;
    color: #fff;
    cursor: pointer;
    padding: 5px 0;
    position: fixed;
    right: 2%;
    text-align: center;
    width: 60px;
    z-index: 99;
}

.pageTop_icon {
    color: #fff;
    font-size: 22px;
}

a {
    color: #3295f9;
    text-decoration: none;
}

a.color_black {
    color: #333;
    text-decoration: none;
}
.icon_color_w {
    color: #fff;
    font-size: 16px;
}
.icon {
    color: #3295f9;
    font-size: 21px;
}
.button_fixed_blue {
    background-color: #3295f9;
    border: 1px solid #3295f9;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155,155,155,.3);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    width: 200px;
}

.button_fixed_blue:hover {
    background-color: #326bcc;
    border: 1px solid #326bcc;
}
.button_fixed_blue_wide {
    background-color: #3295f9;
    border: 1px solid #3295f9;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155,155,155,.3);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    width: 400px;
}
.button_pref {
    background-color: #fff;
    border: 1px solid #898989;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155,155,155,.3);
    color: #3295f9;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    padding-top: 2px;
    text-align: center;
    width: 57px;
}

.button_pref:hover {
    background-color: #3295f9;
    border: 1px solid #3295f9;
    color: #fff;
}

.button_pref_disabled {
    background-color: #fff;
    border: 1px solid #898989;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155,155,155,.3);
    color: #3295f9;
    cursor: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    padding-top: 2px;
    pointer-events: none;
    text-align: center;
    text-decoration: none;
    width: 57px;
}
.button_pref_disabled {
    background-color: #fff;
    border: 1px solid #898989;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
    color: #3295f9;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    padding-top: 2px;
    text-align: center;
    width: 57px;
}

.button_pref_disabled.button_gray {
    background-color: #c5c5c5;
    border: 1px solid #898989;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
    color: #fff;
    cursor: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    padding-top: 2px;
    pointer-events: none;
    text-align: center;
    text-decoration: none;
    width: 57px;
}



.input_header_l {
    background-color: #fff;
    border: 1px solid #666;
    border-bottom-left-radius: 4px;
    border-right: 1px dashed #666;
    border-top-left-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155,155,155,.5) inset;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    vertical-align: middle;
    width: 155pt;
}

.input_header_r {
    background-color: #fff;
    border: 1px solid #666;
    border-bottom-right-radius: 4px;
    border-left: none;
    border-top-right-radius: 4px;
    box-shadow: -1px 1px 1px rgba(155,155,155,.3) inset;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    vertical-align: middle;
    width: 155pt;
}
input::placeholder {
    color: #9fa0a0;
    font-size: 12px;
}
.container {
    margin: auto;
    padding: 0;
}

.container:after {
    clear: both;
    content: "";
    display: block;
}
.prefectures_area_pc {
    height: 480px;
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}

.prefectures_area_pc .box {
    background-color: #fff;
    padding-top: 50px;
    position: absolute;
    width: 730px;
}

.box ul {
    list-style-type: none;
    max-width: 124px;
    min-width: 124px;
    position: absolute;
}

.box ul li {
    background-color: #fff;
    float: left;
    margin-bottom: 3px;
    margin-left: 5px;
    width: 57px;
}

.box ul li.area_title {
    background-color: #fff;
    float: left;
    padding-left: 5px;
    text-align: center;
    width: 114px;
}

.tohoku {
    top: 50px;
    right: 30px;
}

.kanto {
    top: 220px;
    right: 30px;
}

.hokuriku {
    top: 50px;
    right: 300px;
}

.kansai {
    top: 50px;
    right: 440px;
}

.tyugoku {
    top: 50px;
    right: 580px;
}

.kyusyu {
    top: 220px;
    right: 580px;
}

.shikoku {
    top: 355px;
    left: 230px;
}

.tokai {
    top: 355px;
    left: 370px;
}

.tohoku_title {
    top: 25px;
    right: 30px;
}

.kanto_title {
    top: 195px;
    right: 30px;
}

.hokuriku_title {
    top: 25px;
    right: 300px;
}

.kansai_title {
    top: 25px;
    right: 440px;
}

.tyugoku_title {
    top: 25px;
    right: 580px;
}

.kyusyu_title {
    top: 195px;
    right: 580px;
}

.shikoku_title {
    top: 330px;
    left: 230px;
}

.tokai_title {
    top: 330px;
    left: 370px;
}

img.a_3_1_mapsize {
    height: auto;
    max-height: 380px;
    max-width: 380px;
    width: auto;
}
.area_sp_main1 {
    clear: left;
}
.modal-open {
    cursor: pointer;
}
@media print, screen and (min-width: 769px ) {
    button {
        cursor:pointer;
    }

    .pc_none {
        display: none;
    }
    .prefectures_area_sp {
        display: none;
    }
}
.icon_color_b {
    color: #3295f9;
    font-size: 16px;
}
.acd_close {
    display: none;
}
@media only screen and (max-width: 768px ) {
    body {
        margin: 0 0 20px 0;
        -webkit-text-size-adjust: 100%;
    }

    header {
        padding: 8px 8px 0 8px;
    }

    footer.main {
        font-size: 14px;
        line-height: 1.6em;
    }
    .sp_main1 {
        margin: 0 10px;
    }
    /*
    table.header {
        border: none;
        border-spacing: 0;
        padding: 8px 8px 0 8px;
        width: 100%;
    }
    */

    .head-link-name {
        width: 80px;
    }

    .head-link {
        line-height: 22px;
    }
    .sp-breadcrumb *,.sp-breadcrumb *:after,.sp-breadcrumb *:before {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .sp-breadcrumb {
        float: left;
        list-style: none;
        margin: 1em auto;
        overflow: hidden;
        overflow-x: scroll;
        padding: 0;
        white-space: nowrap;
        width: 100%;
    }

    .sp-breadcrumb li {
        display: inline-block;
    }

    .sp-breadcrumb a {
        background-color: #fff;
        border-bottom: 1px solid #898989;
        border-top: 1px solid #898989;
        color: #3295f9;
        display: inline-block;
        margin: 0;
        position: relative;
        padding: 0 .8em 0 1.5em;
        text-decoration: none;
        font-size: 11px;
    }

    .sp-breadcrumb li:first-child a {
        padding-left: 1em;
    }

    .sp-breadcrumb a::after,.sp-breadcrumb a::before {
        border-bottom: 1.1em solid transparent;
        border-left: 1.1em solid;
        border-top: 1.1em solid transparent;
        content: '';
        margin-top: -1.1em;
        position: absolute;
        right: -1.05em;
        top: 50%;
    }

    .sp-breadcrumb a::after {
        border-left-color: #fff;
        z-index: 2;
    }

    .sp-breadcrumb a::before {
        border-left-color: #898989;
        right: -1.1em;
        z-index: 1;
    }

    .sp-breadcrumb li:last-child a {
        background-color: #3295f9;
        border: 1px solid #3295f9;
        color: #fff;
        cursor: default;
        pointer-events: none;
        border-radius: 0 4px 4px 0
    }
    .sp-breadcrumb li:last-child a::before,.sp-breadcrumb li:last-child a::after {
        content: normal;
    }
    .input_header_l {
        border: 1px solid #666;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-right: 1px dashed #666;
        border-top-left-radius: 4px;
        border-top-right-radius: 0;
        box-shadow: 1px 1px 1px rgba(155,155,155,.5) inset;
        box-sizing: border-box;
        display: inline-block;
        height: 44px;
        line-height: 44px;
        padding: 0 10px;
        vertical-align: middle;
        width: 50%;
        --webkit-appearance:none}

    .input_header_r {
        border: 1px solid #666;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-left: none;
        border-top-left-radius: 0;
        border-top-right-radius: 4px;
        box-shadow: -1px 1px 1px rgba(155,155,155,.3) inset;
        box-sizing: border-box;
        display: inline-block;
        height: 44px;
        line-height: 44px;
        padding: 0 10px;
        vertical-align: middle;
        width: 50%;
        --webkit-appearance:none}

    .icon_color_b {
        font-size: 20px;
    }

    .icon_color_w {
        font-size: 20px;
    }
    .button_fixed_blue {
        height: 44px;
        width: 154px;
    }
    .button_fixed_blue_wide {
        height: 44px;
        width: 100%;
    }
    .prefectures_area_pc {
        display: none;
    }
    .sp_accord_area {
        background-color: #fff;
        border: 1px solid #666;
        border-collapse: separate;
        border-radius: 4px;
        list-style-type: none;
    }

    .sp_accord_area ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .sp_accord_area .title {
        background-color: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-collapse: separate;
        border-spacing: 0;
        border-top: 1px solid #666;
        cursor: pointer;
        display: inline-table;
        height: 44px;
        margin-bottom: 0;
        text-align: left;
        vertical-align: middle;
        width: 100%;
    }

    .sp_accord_area .title_top {
        border-top: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .sp_accord_area .title .left {
        display: table-cell;
        font-weight: bold;
        padding: 0 0 0 15px;
        text-align: left;
        width: 80%;
    }

    .sp_accord_area .title .right {
        display: table-cell;
        padding: 0 15px 0 0;
        text-align: right;
        width: 20%;
    }

    .sp_accord_area li label,.sp_accord_area li i {
        vertical-align: middle;
    }

    .sp_none {
        display: none;
    }
    .container {
        padding: 0;
        width: 100%;
    }
}


@media only screen and ( max-width: 360px ){
    .list_group .button_fixed_blue_wide{
        font-size: 4.5vw;
        font-size: 90%;
    }

    #news_area_inner_index {
        padding: 3px 8px 28px;
    }


}

.fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-history:before {
    content: "\f1da";
}
.fa-search:before {
    content: "\f002";
}
.fa-star:before {
    content: "\f005";
}
.fa,.far,.fas {
    font-family: Font Awesome\ 5 Free;
}

.fa,.fas {
    font-weight: 900
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}

/*202403_17 松村追加*/

.container {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.contents {
    flex: 1;
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
}

html,
body,
.container {
    height: 100%;
}

header {
    background-color: #fff;
  }

#stickyHeader, #indexStickyHeader {
    position: sticky;
    top: 0;
    z-index: 1000;
}

#indexStickyHeader {
    transition: box-shadow 0.5s ease;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 10px 0 10px;
}

.index_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 10px 0 10px;
}

.catch-copy {
    line-height: 33px;
    white-space: nowrap;
}

.index_logo_container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
    transition: top 0.5s ease, left 0.5s ease, transform 0.5s ease;
}

.index_logo_container.catch_copy_anim {
    top: 140px;
    transition: opacity 0.2s ease-out;
    opacity: 1;
}

.index_logo_container.scrolled {
    top: 7px;
    transform: translateX(-50%) scale(0.73);
}

.index_logo_container img {
    width: 210px;
}

.index_logo {
    text-align: center;
    margin: 90px 0 40px;
}

.index_logo img {
    width: 232px;
}

.header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.header .logo img {
    height: auto;
    width: 153px;
    margin-bottom: 3px;
}

.hamburger {
    width: 50px;
    height: auto;
    position: relative;
    appearance: none;
    border: 0;
    padding: 5px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 15;
}

.hamburger div {
    width: 100%;
    height: min-content;
    position: relative;
}

.hamburger div::after {
    content: "メニュー";
    color: #333;
    font-size: 10px;
    margin-top: 3px;
    transition: all 0.5s;
    visibility: visible;
}

.hamburger span {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #3295F9;
    transition: all 0.5s;
    right: 0;
    left: 0;
    margin: 0 auto 6px;
}

.hamburger span:nth-child(3) {
    margin-bottom: 3px;
}

.hamburger.open span:nth-child(1) {
    top: 0;
    transform: translateY(8px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    background-color: transparent;
}

.hamburger.open span:nth-child(3) {
    bottom: 0;
    transform: translateY(-8px) rotate(-45deg);
}


.hamburger.open div::after {
    opacity: 0;
    visibility: hidden;
}

.ham-nav {
    background-color: #fff;
    border: 1px solid #9F9F9F;
    border-radius: 4px;
    box-shadow: 4px 4px 4px 0px rgba(155, 155, 155, 0.30);
    height: auto;
    opacity: 0;
    position: absolute;
    right: 18px;
    top: 15px;
    transition: all 0.5s;
    visibility: hidden;
    min-width: 200px;
    z-index: 10;
}

.ham-nav.open {
    opacity: 1;
    visibility: visible;
}

.ham-nav-list {
    padding: 35px 20px;
}

.ham-nav-item {
    margin-bottom: 24px;
}

.ham-nav-item:last-child {
    margin-bottom: 0;
}

.ham-nav-item-last-1atHlt {
  margin-bottom: 0;
}

.ham-nav-item a,
.ham-nav-item .gray-out-1atHlt {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #3295F9;
    text-decoration: none;
    letter-spacing: 0.1em;
}

.ham-nav-item .gray-out-1atHlt {
  color: #b7b7b7;
  cursor: default;
}

.ham-nav-item a p,
.ham-nav-item .gray-out-1atHlt p {
    padding-left: 10px;
}

.sign-up-area-1atHlt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sign-up-text-style-1atHlt {
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
  text-align: center;
}

.sing-up-button-style-1atHlt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 260px;
  max-width: 334px;
  padding: 10px 0;
  height: 22px;
  padding: 10px 32px 10px 32px;
  border-radius: 4px 4px;
  background: #3295f9;
  box-shadow: 1px 1px 1px 1px #9b9b9b4d;
  color: #fff;
  margin: auto;
}

.sing-up-button-style-1atHlt svg {
  height: initial !important;
  width: initial !important;
  margin: 0 5px 0 5px;
}

.sing-up-button-text-1atHlt {
  position: relative;
  top: 1px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

#header_form .search_area {
    margin: 0 10px;
}

#header_form {
    display: none;
  }

footer {
    position: static;
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

footer.main_nav {
    height: auto;
}

footer {
    position: static;
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.footer-link {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.2em;
    vertical-align: middle;
}

.footer-nav-wrap {
    align-items: center;
    background-color: #3295F9;
    display: flex;
    gap: 20px;
    justify-content: center;
    line-height: 1.0;
    list-style: none;
    padding: 10px 0;
}

.footer-logo {
    margin: 20px 0 10px;
}

.footer-logo img{
    height: auto;
    width: 153px;
}

.copyright {
    font-size: 9px;
    line-height: 1.0;
    padding-bottom: 40px;
}

@media (max-width: 768px){
    body.open {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    header {
        padding: 0;
    }

    .header {
        padding-top: 10px;
        position: static;
    }

    .index_header {
        padding: 15px 10px;
    }

    .index_logo {
        margin-bottom: 30px;
    }

    .index_log_height_area {
        height: 150px !important;
    }

    .index_logo_container {
        top: 75px;
        transition: top 0.2s ease, left 0.2s ease, transform 0.2s ease;
    }

    .index_logo_container.catch_copy_anim {
        top: 125px;
    }

    .index_logo_container.scrolled {
        top: 8px;
    }

    .hamburger {
        background-color: #fff;
    }

    .hamburger.open {
        border: 1px solid #9F9F9F;
        border-bottom: none;
    }

    .hamburger.open div::after {
        content: "閉じる";
        opacity: 1;
        visibility: visible;
    }

    .ham-nav {
        background-color: #fff;
        border: none;
        border-radius: 0;
        border-top: 1px solid #9F9F9F;
        box-shadow: none;
        height: 100vh;
        opacity: 0;
        position: fixed;
        right: -100%;
        top: 60px;
        transition: all 0.5s;
        visibility: visible;
        width: 100vw;
        z-index: 10;
    }

    .ham-nav.open {
        right: 0;
    }

    .ham-nav-list {
        padding: 35px 28px;
    }

    .ham-nav-list svg {
        height: 20px;
        width: 20px;
    }

    .ham-nav-item a {
        font-size: 16px;
    }

    table.a_1_1_table:last-child {
        margin-bottom: 0;
    }

    .footer-nav-wrap {
        align-items: flex-start;
        gap: 8px;
        flex-direction: column;
        justify-content: center;
        padding: 15px 10px;
    }

    .footer-nav-li:before {
        content:  "-";     /* 空の要素作成 */
        display:  inline-block;     /* インラインブロックにする */
        color: #fff;
        position:  relative;        /* 位置調整 */
        top: -1px;                  /* 位置調整 */
        margin-right: 8px;          /* 余白指定 */
    }

    div.recaptcah {
        text-align: left;
        padding-left: 10px;
    }
}

/*202409-26可兒追加ここから*/

/*introductionエリア調整*/
.introduction-title {
  color:#3295f9;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 400px;
  padding: 0px 0px 20px 20px;
}

.introduction-title-back {
  background-image: url(../image/icon/line.svg);
  background-repeat: no-repeat;
  background-size: 490px;
  background-origin: border-box;
  background-position: left 0px bottom 0px;
}

.introduction-img-wrap {
  max-width: 100%;
  padding-top: 15px;
}

.top-page-introduction {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: center;
}

.introduction-wrap {
  max-width: 500px;
  margin-bottom: 30px;
}

.introduction-wrap:last-child {
  margin-bottom: 0px;
}

.body-font{
  color: #333;
  font-size: 16px;
  padding: 15px 10px 0px 10px;
}

.introduction-title-kerning{
  margin: 0px -4px ;
}

/*introductionエリアSP版調整*/
@media (max-width:768px){
  .introduction-title {
    color:#3295f9;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 20px 15px;
    width: 90%;
  }

  .introduction-title-back {
    background-image: url(../image/icon/line.svg);
    background-repeat: no-repeat;
    background-size: 364px;
    background-origin: border-box;
    background-position: left 0px bottom 0px;
  }

  .introduction-img-wrap {
    max-width: 100%;
    padding-top: 15px;
  }

  .top-page-introduction {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }

  .introduction-wrap {
    max-width: 375px;
    margin-bottom: 30px;
  }

  .introduction-wrap:last-child {
    margin-bottom: 0px;
  }

  .body-font {
    color: #333;
    font-size: 15px;
    padding: 15px 10px 0px 10px;
  }

  .introduction-title-kerning {
    margin: 0px -4px ;
  }
}

@media (max-width:375px) {
  .introduction-title {
    color:#3295f9;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0px 20px 15px;
    width: 90%;
  }

  .introduction-title-back {
    background-image: url(../image/icon/line.svg);
    background-repeat: no-repeat;
    background-size: 99%;
    background-origin: border-box;
    background-position: left 0px bottom 0px;
  }
}

/*歯科TOP文字間調整*/
.shika-kerning {
  letter-spacing: 0.12em;
}

/*スティッキー*/
@media (max-width: 768px) {
  .scout-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(137, 137, 137, 0.90);
    z-index: 1000;
    display: flex;
    justify-content: center;
    padding: 5px 0px 8px 0px;
  }

  .scout-sticky img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 769px) {
  .scout-sticky {
    display: none !important; /* PCの場合は非表示 */
  }
}

/* スティッキー非表示 */
.sticky-hidden {
  display: none;
}
/*202409-26可兒追加ここまで*/

@media only screen and (max-width: 499px ) {
    .scout-banner-area {
        width: auto;
        margin: 0 10px !important;
    }

    .scout-banner-area img {
        width: auto;
    }

    footer.main_nav {
        margin-top: 32px;
    }
}

#mem-registration-area-1atHlt,
#login-area-1atHlt,
#mypage-area-1atHlt {
  flex-direction: column;
  align-items: center;
  padding: 3px 5px 0 5px;
}

#mem-registration-area-1atHlt::after,
#login-area-1atHlt::after,
#mypage-area-1atHlt::after {
  color: #333;
  font-size: 10px;
  margin: 0 0;
  padding: 1px 0 0 0;
  line-height: normal;
}

#mem-registration-area-1atHlt::after {
  content: "会員登録";
}

#login-area-1atHlt::after {
  content: "ログイン";
}

#mypage-area-1atHlt::after {
  content: "マイページ";
}

.index_log_height_area {
  height: 128px;
}