.wp-block-table td, .wp-block-table th {
    border: none;
}

.maxw100 {
    max-width: 100%;
}

.grecaptcha-badge {
    visibility: hidden;
}


.fixed-link.absolute {
    opacity: 0;
    visibility: hidden;
}


.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/* ==========================
  MV
========================== */
.p-mv__inner {
    padding: 0 !important;
    max-width: 100% !important;
}
.mv-videowrap {
  max-width: 1052px;
  margin: auto;
  padding-bottom: 30px;
}
.mv-videowrap video {
  width: 100%;
  vertical-align: bottom;
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}
@media screen and (max-width: 1052px) {
    .mv-videowrap {
        padding: 10px 10px 40px;
    }
}
@media screen and (max-width: 767px) {
    .mv-videowrap {
        padding: 1px;
    }
}


/* ==========================
  TOP企業情報
========================== */
.l-inner--narrow {
  max-width: 100%;
}


/* ==========================
  求人情報
========================== */
.recruit__h4 {
  border-bottom: 1px solid;
}
.recruit__h4 + h5 {
  margin-top: 1em;
}
.recruit__list--bg {
  padding: 2em;
  background-color: #f5f5f5;
  margin-bottom: 2em;
}
.ninteisyo {
  max-width: 700px; 
  padding: 16px 32px;
  margin: 0 auto;
  border: ridge 4px;
 }
.ninteisyo figure {
  text-align: center;
}
.ninteisyo figure img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 767px) {
    .recruit__list--bg {
      padding: 1em;
    }
}


/* ==========================
  サロン情報
========================== */
@media screen and (max-width: 767px) {
    .p-salon-cta__tel:not(#_) {
      font-size: 1.6em;
    }
}


/* ==========================
  モーダル（ポップアップ）
========================== */
.l-header {
    /*ヘッダーの上にモーダルが来るようにする*/
    z-index: 999;
}
.js_modalBtnWrap {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.js_modalWrap {
    opacity: 0;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.js_modalWrap.active {
    animation: modalOpen 0.3s ease forwards;
}
.js_modalWrap.active2 {
    animation: modalClose 0.3s ease forwards;
}
.js_modalBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.js_modalContInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 720px;
    max-width: 100%;
    background-color: #fff;
    max-height: 600px;
    padding: 40px;
}
.js_modalCont {
    max-height: 520px;
}
.js_modalCont>*+* {
    margin-top: 10px;
}
.js_modalContInner>.js_modalClose+* {
    margin-top: 0;
}
.js_modalClose {
    display: block;
    position: absolute;
    top: 10.5px;
    right: 10.5px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1001;
}
.js_modalClose::before,
.js_modalClose::after {
    content: "";
    background-color: #222;
    position: absolute;
    top: -5px;
    right: 10px;
    width: 1px;
    height: 30px;
}
.js_modalClose::before {
    transform: rotate(45deg);
}
.js_modalClose::after {
    transform: rotate(-45deg);
}

@keyframes modalOpen {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        z-index: 1000;
    }
}
@keyframes modalClose {
    0% {
        opacity: 1;
        z-index: 1000;
    }
    100% {
        opacity: 0;
    }
}


/* ==========================
  新卒TOP
========================== */
.pnew-headline__wrap {
    display: flex;
    gap: 20px;
}
.pnew-headline__wrap .p-headline__newslist {
    padding: 20px 0;
}
.pnew-headline__wrap .p-headline__newslist dl {
    display: flex;
    gap: 1em;
    font-size: 14px;
}
.pnew-headline__wrap .p-headline__newslist dl + dl {
    margin-top: 20px;
}
.pnew-headline__wrap .p-headline__newslist dt {
    margin-top: 0;
    font-weight: normal;
}
.pnew-headline__wrap .p-headline__newslist dd a {
    color: #002b56;
    text-decoration: none;
    transition: .3s;
}
.pnew-headline__wrap .p-headline__newslist dd a:hover {
    opacity: .8;
}
@media screen and (max-width: 959px) {
    .pnew-headline__wrap {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .pnew-headline__wrap {
        flex-direction: column;
        gap: 30px;
        padding: 30px 0;
        margin-top: 0;
    }
    .pnew-headline__wrap .p-headline__title {
        margin-top: 0;
    }
    .pnew-headline__wrap .p-headline__newslist {
        padding: 0;
    }
    .pnew-headline__wrap .p-headline__newslist dl {
        flex-direction: column;
        gap: 10px;
    }
    .pnew-headline__wrap .p-headline__newslist dl + dl {
        margin-top: 30px;
    }
}


/* ==========================
  各募集要項ページ（中途採用）
========================== */
.fixed-link {
    width: 160px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}
.fixed-link.fixed-link-mid {
    width: 240px;
}
.fixed-link a {
    text-decoration: none;
    text-align: center;
    color: #fff;
    transition: .3s;
    background-color: #9b8756;
    padding: 0.5em 1em 0.5em 0.5em;
    border-radius: 0 100px 100px 0;
}
.fixed-link.fixed-link-mid a {
    padding: 1em 1em 1em .5em;
}
.fixed-link a:hover {
    background: #d9c38d;
}
@media screen and (max-width: 767px) {
    .fixed-link {
        width: 100%;
        bottom: 0;
        display: flex;
        flex-direction: row;
        gap: 0 1px;
    }
    .fixed-link.fixed-link-mid {
        bottom: 0;
    }
    .fixed-link a {
        padding: 1.5em 0.5em;
        border-radius: 0;
        width: 33.3%;
        font-size: 14px;
    }
    .fixed-link.fixed-link-mid a {
        padding: 1.2em 0;
        width: 200px;
    }
}


/* ==========================
  英語版
========================== */
.l-menu-sub__item--lang {
    display: flex;
    align-items: center;
    height: 100%;
}
.l-menu-sub__item--lang i {
    margin-right: 4px;
}
.l-menu-sub__item--lang.active {
    display: none;
}
.body-en .l-section {
    margin-bottom: 0;
}
@media screen and (max-width: 959px) {
    .l-menu-sub__item--lang {
        display: inline-block;
    }
    .l-menu-sub__item--lang + .l-menu-sub__item--lang {
        margin-left: 0;
        margin-bottom: 24px;
        padding: 0;
        border-left: 0;
    }
}