body {
    font-size: 14px;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
}

img {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    max-width: 100%;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

section:before {
    content: "";
    display: block;
    height: 66px;
    /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -66px;
    /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
.wrap{
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 5px rgba(3, 0, 0, 0.1);

}
.header {
    /* position: fixed;
    top: 0;
    left: 0; */
    /* width: 100%; */
    /* z-index: 99; */
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
}

a:hover {
    opacity: 0.7;
}
.pc_hide{
    display: none;
}
.sp_hide{
    display: block;
}

.hd-inner {
    position: relative;
}

.menu-trigger {
    display: block;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    width: 6vw;
    max-width: 30px;
    height: 4.2vw;
    max-height: 25px;
}

.menu-trigger.open {
    left: 2vw;
}

.menu-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #919191;
}

.menu-trigger span:first-child {
    top: 0;
}

.menu-trigger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.menu-trigger span:last-child {
    bottom: 0;
}

.header .logo {
    display: block;
    margin: 0 auto;
    width: 50px;
    padding-block: 10px
}

.header .logo img {
    width: 100%;
}

.hd-nav {
    position: fixed;
    /* 追従ヘッダーなどでも表示できるよう設定しておく */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hd-nav.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.hd-nav .hd-navinner {
    position: relative;
    top: 0;
    width: 400px;
    padding-bottom: 30vw;
    border-top: none;
    background: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;

}

.hd-nav.active .hd-navinner {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

body.active {
    height: 100%;
    overflow: hidden;
}


.hd-nav ul li {
    position: relative;
    font-size: 17px;
    border-bottom: 1px solid #d4d4d4;
}

.hd-nav ul li:nth-child(n+2) a {
    padding-block: 1em;
    padding-inline: 1.8em 3em;
    display: block;
}

.menu-trigger.close {
    right: 40px;
    transform: translate(50%, -50%);
}

.menu-trigger.close span {
    top: 50%;
    transform-origin: center;
}

.menu-trigger.close span:first-child {
    transform: translateY(-50%) rotateZ(45deg);
}

.menu-trigger.close span:last-child {
    transform: translateY(-50%) rotateZ(-45deg);
}


/* .main-image {
    padding-top: 66px;
} */

.main-image img {
    width: 100%;
}

.inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
}

.inner02 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}

.inner-vo {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 0;
}

.cv01 {
    padding: 40px;
    margin-top: 60px;
    border: 8px solid #ecedf1;
}

.cv01 {
    padding: 40px;
    margin-top: 60px;
    border: 8px solid #ecedf1;
}

.cv01 img,
.cv02 img {
    margin: 0 auto;
}

.ttl {
    margin: 0 auto 70px;
    display: block;
}

#voice .slider {
    margin-bottom: 90px;
}

#voice .slider .sl-vi {
    margin: 0 10px;
}

#voice .slider .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 30px;
}

#voice .slider .prev-arrow {
    left: -40px;
}

#voice .slider .next-arrow {
    right: -40px;
}

.slick-dots li button:before {
    color: #f87587;
}

#voice .slider li.slick-active button:before {
    color: #f87587;
}


.brand_ttl{
    margin-bottom: 40px;
}

.br-cont .cv-br {
    position: relative;
}

.br-cont li {
    margin-bottom: 0;
}

.br-cont .br_box{
    margin-bottom:60px;   
}

.br-cont .br_box:last-child{
    margin-bottom: 0;
}

.br_point_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.br_point_box li{
    display: flex;
    background: #fdf1ef;
    max-width: 440px;
    width: 49%;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
}
.br_point_box li img{
    width: 30px;
    height: 26px;
    object-fit: cover;
    margin: 0 20px 0 10px;
}

.br_point_box p{
    font-size: 20px;
    font-weight: bold;
}

.br_container .txt_center{
    text-align: center;
    font-size: 16px;
}
.br_info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
}
.br_info li:first-child{
    width: 50%;
}
.br_info li:last-child{
    width: 47%;
}
.br_info_ttl{
    font-size: clamp(18px, 4vw, 20px);
    font-weight: bold;
    margin: 60px 0;
}
.br_loca{
    font-size: clamp(16px, 4vw, 20px);
    font-weight: bold;
    background-color: #ffd3ca;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}
.br_prefecture{
    font-size: clamp(14px, 4vw, 18px);
    background-color: #f7f8f9;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
}

.br_box .br_container_inner{
    max-width: 900px;
    margin: 0 auto;

}









.br-cont li.br_btngroup{
    background: #ffffff;
    margin: 0 auto 60px;
    padding: 0 0 40px;
    display: flex;
    justify-content: center;
    border-radius: 0 0 0 60px;
}
.br_btngroup_wrap{
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.br_btngroup_box:first-child,
.fixed-btn_box:first-child{
    width: 30%;
}
.br_btngroup_box,
.fixed-btn_box{
    width: 33%;
}







.mt60 {
    margin-top: 60px;
}
.rc-01{
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}
.bg-gray {
    background: linear-gradient(#FFFFFF 25px, #f2f6f9 25px);
}

.bg-pink {
    background: linear-gradient(#FFFFFF 25px, #fff5f3 25px);
}

.bg-grpink {
    background: rgb(249, 139, 155);
    background: linear-gradient(75deg, rgba(249, 139, 155, 1) 0%, rgba(248, 117, 136, 1) 100%);
}

.bg-gray2 {
    background: #f2f6f9;
}
.bg-grpink2 {
    background: #fdf1ef;
}
.bg_staffvo{
    background-image: url(../images/sp/bg_staffvo.jpg); 
    background-repeat: repeat-y;
    background-size: cover;
}

.brand_wrap{
    position: relative;
    background: #fbf7f4;
    padding: 0 30px 20px;
}
.content_wrap{
    position: relative;
    padding: 0 30px 60px;
}

footer {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    padding: 20px;
}

.f-link {
    display: flex;
    justify-content: space-between;
}

.f-link li a {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.copy {
    font-size: 10px;
    color: #878787;
    text-align: center;
    margin-top: 10px;
}
/* もっと見る */






/*--エントリーフォーム--*/


/* iOSリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

#entry {
    font-family: 'Noto Sans JP', sans-serif;
}

.entry-ttl-box {
    text-align: center;
    padding: 60px 0 0;
}

.entry-ttl-box .entry-ttl {
    font-size: 24px;
    font-weight: 700;
}

.entry-ttl-box .entry-txt {
    font-size: 14px;
}

.form-inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 0;
}

.entryFormBox dt {
    border-top: 1px solid #e2e3e5;
    font-size: 16px;
    font-weight: 700;
}

.entryFormBox dt .ico-required {
    font-size: 13px;
    display: inline-block;
    background: #f50017;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    line-height: 1;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.entryFormBox dt .multiple {
    font-size: 13px;
    display: inline-block;
    color: #f50017;
    border: 1px solid #f50017;
    border-radius: 5px;
    padding: 5px;
    line-height: 1;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.entryFormBox dl {
    padding: 10px 0 0;
}

.entryFormBox dt {
    padding: 10px;
}

.entryFormBox dd {
    padding: 0 10px 10px;
}

.entryFormBox input {
    padding: 5px;
    border: 1px solid #e2e3e5;
    background: #f5f6f8;
}

.entryFormBox .notice-text {
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 5px;
}

.entryFormBox .fullinput input {
    display: block;
    width: 100%;
}

.entryFormBox .halfInput input {
    display: inline-block;
    width: 48.5%;
    margin-left: 2%;
}

.entryFormBox .halfInput input:first-child {
    margin-left: 0;
}

.entryFormBox .thirdinput {
    display: flex;
    justify-content: space-between;
}

.entryFormBox .thirdinput input {
    width: 31%;
}

.entryFormBox .thirdinput input[type="tel"] {
    position: relative;
    display: block;
}

.entryFormBox .thirdinput input[type="tel"]::after {
    position: absolute;
    display: block;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 7px;
    height: 2px;
    border: 2px;
    background: #212224;
}

.entryFormBox .thirdinput input:first-child {
    margin-left: 0;
}

.entryFormBox .birthInput select {
    padding: 5px;
    border: 1px solid #e2e3e5;
    background: #f5f6f8;
    display: inline-block;
}

.entryFormBox .birthday-year {
    max-width: 90px;
    width: 15%;
    margin: 0 5px 0 0;
}

.entryFormBox .birthday-month,
.entryFormBox .birthday-day {
    max-width: 90px;
    width: 12%;
    margin: 0 5px 0 0;
}

.entryFormBox .entry-certificate {
    padding: 10px 0;
}

.entryFormBox .entry-certificate-inner,
.entryFormBox .entry-brand-inner,
.entryFormBox .entry-area-inner {
    display: flex;
    flex-wrap: wrap;
}

.entryFormBox .entry-certificate-inner li,
.entryFormBox .entry-brand-inner li,
.entryFormBox .entry-area-inner li {
    padding: 10px;
    display: flex;
}
.entryFormBox .entry-certificate-inner li,
.entryFormBox .entry-brand-inner li {
    width: 50%;
}
.entryFormBox .entry-brand-inner li:first-child {
    width: 100%;
}
.entryFormBox .entry-area-inner li {
    width: 19%;
}

.entryFormBox .entry-certificate label,
.entryFormBox .entry-brand label,
.entryFormBox .entry-area label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 30px;
    position: relative;
}

.entryBtn .entry-action {
    display: block;
    max-width: 150px;
    margin: 30px auto 0;
    background: #f87587;
    padding: 15px 30px;
    line-height: 1;
    color: #fff;
    border-radius: 99px;
}


.entryFormBox input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.entryFormBox .radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 20px;
    position: relative;
    width: auto;
}

.entryFormBox .radio01::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 16px;
}

.entryFormBox .radio01::after {
    background: #ed7a9c;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

.entryFormBox input[type=checkbox]:checked+.radio01::after {
    opacity: 1;
    background: #fff;
}

.entryFormBox input[type=checkbox]:checked+.radio01::before {
    border: 1px solid #ed7a9c;
    background: #ed7a9c;
}

.entryFormBox input[type=checkbox]:checked+.radio01 {
    color: #ed7a9c;
}

/*--エラー用--*/
.entryFormBox .error-txt {
    display: block;
    margin: 5px 0 0 0;
    color: #d70d19;
    font-size: 12px;
}

.required.error input[type="text"] {
    border: 1px solid #f87587;
    background: #fff4f6;
}

.entryFormBox input.error {
    border: 1px solid #f87587;
    background: #fff4f6;
}

.entryFormBox select.error {
    border: 1px solid #f87587;
    background: #fff4f6;
}

.pc-hide{
    display: none;
}
article{
    position: relative;
}
.fixed-btn{
    display: block;/*最初は隠す*/
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 25%,
        rgba(255, 255, 255, 0.8) 25%
    );
    max-width: 750px;
}
.fixed-btn_wrap{
    display: flex;
    justify-content: center;
    padding: 10px 0;
    
}
.fixed-btn_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-evenly;
    max-width: 1000px;

}

/*--//エントリーフォーム--*/




/* ブランド */
.brand_slider .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 2;
}
.brand_slider .prev-arrow {
    left: 10px;
}
.brand_slider .next-arrow {
    right: 10px;
}
.brand_slider .sl-vi {
    margin: 0 60px;
}
.brand_txtwrap{
    padding: 0 30px;
    font-family: "Noto Sans JP", sans-serif;
}
.treatment{
    background: #f7f7f7;
    padding: 30px;
}
.treatment p{
    font-size: 24px;
    
    
}
.treatment span{
    color: #7b6245;
    margin-right: 20px;
}
.brand_txtwrap .annotation{
    font-size: 18px;
    margin-top: 20px;
}
.brand_txtwrap .workplace_ttl {
    position: relative;
    margin: 50px 0 30px;
    
}
.brand_txtwrap .workplace_ttl span{
    position: relative;
    background: #ffffff;
    z-index: 5;
    padding-right: 20px;
    color: #7b6245;
    font-size: 26px;
}
.brand_txtwrap .workplace_ttl::after {
    border-top: 1px solid #7b6245;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.brand_txtwrap .workplace{
    font-size: 24px;
}

/* もっと見る */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.brand_box {
    height: 920px;
    overflow: hidden;
    position: relative;
    top: -30px;
    margin: 0 0 40px;
    background: #ffffff;
    border-radius: 0 20px 0 20px;
    padding: 50px 0 80px;
}
.brand_box:last-child{
    margin: 0;
}
.br_close_btn, .br_more_btn {
    display: block;
    width: 100%;
    padding: 80px 0 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 50%
    );
}
.br_close_btn {
    background: none;
}
.br_slide_up {
    height: 920px;
    padding-bottom: 0;
    overflow: hidden;
}
.br_slide_down {
    height: auto;
    overflow: visible;
    padding-bottom: 100px;
}
.br_more_btn p {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 5px 20px;
    width: 30%;
    border-radius: 40px;
    background: #7b6245;
    font-size: 24px;
}
.br_more_btn p.br_close{
    color: #726e71;
    background: #f5f5f5;
}
.br_close_btn {
    padding: 40px 0 20px;
}


/* もっと見る */



/* 働くスタッフの声 */
/*タブのスタイル*/
.tab_item {
    width: calc(100%/3 - 60px);
    height: 50px;
    background-color: #a89583;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 10px 10px 0 0;
    margin: 20px 5px 0 0;
    font-size: 28px;
}
.tab_item:hover {
    opacity: 0.75;
}
  
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
  
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}
  
  
  /*選択されているタブのコンテンツのみを表示*/
#second:checked ~ #second_content,
#fourth:checked ~ #fourth_content,
#ninth:checked ~ #ninth_content {
    display: block;
}
  
  /*選択されているタブのスタイルを変える*/
.content_wrap input:checked + .tab_item {
    height: 70px;
    line-height: 70px;
    background-color: #7b6245;
    color: #fff;
    margin-top: 0;
}



/* よくある質問 */
/* アコーディオン */
#faq .content_wrap{
    background: #fcfaf8;
    padding: 0 30px 80px;
}
.faq_box{
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}
.faq_box_ttlgroup {
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    
}

.faq_q{
    color: #7b6245;
    font-size: 30px;
    font-weight: bolder;
    margin-right: 20px;
}
.faq_ttl{
    font-size: 26px;
    width: 90%;
    font-weight: 500;
}

  
.faq_box_ttlgroup::before,
.faq_box_ttlgroup::after{
    position: absolute;
    content: '';
    top: 1px;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 2px;
    margin: auto;
    background: #5f5f5f;
    border-radius: 5px;
}
.faq_box_ttlgroup::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
}
.faq_box_ttlgroup.active{
    margin: 0 0 20px;
}
.faq_box_ttlgroup.active::after{
    transform:rotate(0deg);
}
.faq_box_inner {
    display: none;
}
.faq_box_inner {
    border-top: 2px dotted #c8c1b7;
}
.faq_txt{
    padding: 20px 0 0;
    font-size: 22px;
}


@media screen and (max-width:820px) {
    .pc_hide{
        display: block;
    }
    .sp_hide{
        display: none;
    }
    img {
        width: 100%;
    }

    .mt60 {
        margin-top: 40px;
    }

    .header .logo {
        width: 7.733vw;
        padding-block: 3.5997115vw;
    }

    .menu-trigger.open {
        left: 6vw;
    }

    .hd-nav .hd-navinner {
        width: 87%;
    }


    .menu-trigger.close {
        right: 8vw;
    }

    /* .main-image {
        padding-top: 52px;
    } */

    .inner {
        padding-bottom: 40px;
    }

    .inner02{
        padding: 40px 0 20px;
    }

    .inner-vo {
        padding: 40px 0 0;
    }
    .inner a img {
        width: 85%;
    }

    .cv01 {
        padding: 30px 10px;
        margin-top: 20px;
        border: 4px solid #ecedf1;
    }

    .cv02 {
        padding: 0 10px;
    }


    .ttl {
        margin: 0 auto 40px;
    }

    #voice .slider {
        margin: 0 auto;
        width: 96%;
    }

    #voice .slider .slider-img img {
        height: auto;
        width: 100%;
        z-index: 0;
    }

    #voice .slider .prev-arrow {
        left: -5px;
        z-index: 1;
    }

    #voice .slider .next-arrow {
        right: -5px;
        z-index: 1;
    }
    .br-cont{
        margin: 0 20px;
    }
    .br-cont li {
        margin-bottom: 0;
    }

    .br-cont .br_box{
        margin-bottom: 40px;
    }

    .br-cont .cv-br .cv-br-btn {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }

    .last-cv {
        width: 90%;
        display: block;
        margin: 0 auto;
    }


    #voice .slider {
        margin-bottom: 60px;
    }

    .bg-gray {
        background: linear-gradient(#FFFFFF 15px, #f2f6f9 15px);
    }

    .bg-pink {
        background: linear-gradient(#FFFFFF 15px, #fff5f3 15px);
    }
    .bg-spgray {
        background: linear-gradient(#FFFFFF 40px, #f2f6f9 40px);
    }
    .bg-spgray2{
        background: #f2f6f9;
    }
    .fixed-btn{
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 20%,
            rgba(255, 255, 255, 0.8) 20%
        );
        
    }

    .br_point_box{
        justify-content: center;
    }
    .br_point_box li{
        width: 100%;
    }
    .br_point_box li:first-child{
        margin-bottom: 10px;
    }

    .br_point_box p{
        font-size: 18px;
    }

    .br_container_inner{
        padding: 0 10px;
    }
    .br_info li{
        width: 100% !important;
    }
    .br_container .txt_center{
        text-align: left;
        padding: 10px 0 0;
        font-size: 12px;
    }
    .br_info_ttl{
        margin: 20px 0;
        text-align: center;
    }
    .br-cont li.br_btngroup{
        margin: 0 0 40px;
        border-radius: 0 0 0 20px;
        padding: 0 0 20px;
    }
    .br_btngroup_wrap{
        padding: 0 10px;
        justify-content: space-around;
    }
    .br_btngroup_box:first-child,
    .fixed-btn_box:first-child{
        width: 100%;
        margin-bottom: 20px;
    }
    .br_btngroup_box,
    .fixed-btn_box{
        width: 48%;
    }
    .br_slide_down{
        padding-bottom: 60px;
    }
    .br_pb_sp.br_slide_down{
        padding-bottom: 60px;
    } 
    .brand_ttl{
        width: 85%;
        margin: 0 auto 20px;
    }
    .fixed-btn_wrap{
        padding: 10px;

    }
    #times .inner02{
        padding: 40px 0 160px;
    }
    .br_loca{
        text-align: center;
    }
    .br_close_btn, .br_more_btn {
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 60%
        );
    }
    
}


@media screen and (max-width:500px) {
    .pc-hide{
        display: block;
    }

    .entryFormBox .entry-area-inner li {
        width: 33.33%;
        /* font-size: 16px; */
    }

    .entryFormBox .birthday-year,
    .entryFormBox .birthday-month,
    .entryFormBox .birthday-day{
        max-width: unset;
        width: 26%;
    }
    .entryFormBox .entry-certificate-inner li {
        width: 100%;
    }
    .entryFormBox .entry-brand-inner li {
        width: 100%;
    }
    .entryFormBox .entry-certificate {
        padding: 0;
    }
    .fixed-btn{
        /* width: 90%; */
        /*left: 5%;
        transform: translateX(0);*/
    }

    .br_point_box p{
        font-size: 15px;
    }

    .br_info_ttl{
        font-size: 15px;
    }
    .brand_wrap,.content_wrap{
        padding: 0 15px 20px;
    }
    .brand_box{
        top: -15px;
        background: #ffffff;
        border-radius: 0 10px 0 10px;
        padding: 30px 0;
    }
    .brand_slider .slide-arrow {
        width: 20px;
    }
    .brand_slider .sl-vi {
        margin: 0 40px;
    }
    .brand_txtwrap{
        padding: 0 15px;
    }
    .treatment{
        padding: 15px;
    }
    .treatment p{
        font-size: 14px;
        
    }
    .treatment span{
        margin-right: 0;
    }
    
    .brand_txtwrap .annotation{
        font-size: 12px;
        margin-top: 10px;
    }
    .brand_txtwrap .workplace_ttl {
        position: relative;
        margin: 30px 0 10px;
        
    }
    .brand_txtwrap .workplace_ttl span{
        padding-right: 10px;
        font-size: 18px;
    }
    .brand_txtwrap .workplace{
        font-size: 14px;
    }
    



    /* もっと見る */
    .brand_box {
        height: 460px;
    }
    .br_close_btn, .br_more_btn {
        padding: 80px 0 20px;
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 60%
        );
    }

    .br_slide_up {
        height: 460px;
    }
    .br_slide_down {
        height: auto;
        overflow: visible;
        padding-bottom: 80px;
    }
    .br_more_btn p {
        font-size: 12px;
    }
    .br_close_btn {
        padding: 40px 0 20px;
    }
    /* もっと見る */
    

    /* 働くスタッフの声 */
    /*タブのスタイル*/
    .tab_item {
        width: calc(100%/3 - 20px);
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        margin: 15px 5px 0 0;
    }
    .tab_item:hover {
        opacity: 0.75;
    }

    
    /*選択されているタブのスタイルを変える*/
    .content_wrap input:checked + .tab_item {
        height: 50px;
        line-height: 50px;
    }


    /* よくある質問 */
    /* アコーディオン */
    #faq .content_wrap{
        padding: 0 15px 180px;
    }
    .faq_box{
        background: #ffffff;
        padding: 15px;
        margin-bottom: 20px;
    }


    .faq_q{
        font-size: 18px;
        margin-right: 10px;
    }
    .faq_ttl{
        font-size: 14px;
        width: 85%;
        font-weight: normal;
    }

    
    .faq_box_ttlgroup::before,
    .faq_box_ttlgroup::after{
        width: 14px;
        height: 2px;
        border-radius: 2px;
    }

    .faq_box_inner {
        border-top: 2px dotted #c8c1b7;
    }
    .faq_txt{
        padding: 20px 0 0;
        font-size: 14px;
    }
}

@media screen and (max-width:360px){
    .entryFormBox .entry-area-inner li {
        padding: 9px;
    }
}