@charset "utf-8";
/*----------------------------------------------------
    共通css
----------------------------------------------------*/
header .logo h1.sitename {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 5px;
}

.fixHeader .logo {
    width: fit-content;
}

.fixHeader .logo img {
    width: 11rem;
    display: block;
}
.bnr p a {
    position: fixed;
    width: 24rem;
    height: auto;
    right: 0;
    bottom: 27rem;
    font-weight: bold;
    padding: 1rem 2rem 2rem 3rem;
    z-index: 100;
    text-decoration: none;
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
    border-radius: 1rem 0 0 1rem;
    box-shadow: 0.5rem 0.5rem 0 #00000026;
    background: url(https://www.supermarket-career.com/wp/wp-content/themes/wp001j/img/arr_ccl_wh_right.png);
    background-color: #048a81;
    background-repeat: no-repeat;
    background-position: 95% 70%;
    background-size: 25px;
}

.bnr p:last-child a {
    bottom: 12rem;
    background-color: #eb5901;
}

.bnr p a span {
    display: block;
    border-bottom: solid 1px #002f62;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    width: 117%;
    margin-left: -2rem;
}

.video-container {
    position: relative;
    width: 100%;
    /* 16:9 のアスペクト比を維持 */
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }


.contents .parts_matome .matomeBox {
    z-index: 0;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.fixHeader .rightBox.bzpr {
    display: flex;
    margin-right: 8rem;
}
.fixHeader .rightBox.bzpr .btn-web {
    margin: 0 2rem 0 0;
}
.sp {
        display: none;
        }	
	
	


}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

.video-container {
      padding-bottom: 56.25%; /* そのまま16:9 */
    }
.rightBox.bzpr {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 0;
}
.rightBox.bzpr .btn-web {
    width: 49.5%;
}
.rightBox.bzpr .btn-web a {
    font-size: 11px;
    padding: 1rem;
    background: #048a81;
    letter-spacing: -1px;
}
.rightBox.bzpr .btn-web a br {
    display: none;
}
.bnr {
        display: flex;
        position: fixed;
        bottom: 10rem;
        left: 0;
        width: 100%;
        justify-content: space-evenly;
    }
.bnr p {
    width: 48%;
}
.bnr p a {
    display: block;
    position: unset;
    width: auto;
    font-size: 13px;
    padding: 1rem 2rem;
    background-size: 17px;
}
.bnr p a span {
    text-align: left;
    padding-left: 2rem;
    width: 120%;
    margin: 0 0 5px -15px;
    padding-bottom: 5px;
    border-bottom: solid 1px #7d2e2e;
}
.sp.rightBox.bzpr {
    display: none;
}
a.page-top.bzprpt {
    display: none;
}


    .fixHeader .btn-web {
        width: 48%;
        padding: 0 2px;
    }
    .fixHeader .btn-web a {
        padding: 0.5rem 1rem;
        font-size: 14px;
        background-position: right 1rem center;
        background-size: 1.6rem auto;
        line-height: 1.8rem;
        border-radius: 3rem;
    }	
	
	
.fixHeader .rightBox{
    position:fixed;     /* 既に fixed 指定済みなら不要 */
    left:0;
    width:100%;
    padding: 0px; 
    box-sizing:border-box;
    display:flex;
    gap:8px;            /* ボタン間のすき間 */
    z-index:9999;
  }

  /* 各ボタン自体 */
  .fixHeader .rightBox .btn-web{
    flex:1 1 50%;       /* 残り幅を 2 等分 */
  }

  /* a タグをボタンいっぱいに広げる */
  .fixHeader .rightBox .btn-web a{
    display:block;
    width:100%;
  }	
	
    .fixHeader .btn-web a {
        padding: 1.3rem 1rem;
        font-size: 14px;
        background-position: right 1rem center;
        background-size: 1.6rem auto;
        line-height: 1.8rem;
        border-radius: 3rem;
    }	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
}