/* 全ページ共通 */
section{
    padding: 0;
}
._inner{
    box-sizing: border-box;
}
._btn{
    margin: 48px auto 0;
}
#recruit {
    background: none;
    padding-bottom: 100px;
    overflow-x: hidden;
}
.recruit-mv {
    width: 100%;
    height: 600px;
    background-image: url('../../img/recruite/post/recruit-post-mv.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.recruit-mv-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    height: 160px;
    padding: 0 80px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 24px;
    max-width: 1080px;
}
.recruit-mv-title h1 {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: clamp(1.313rem, 0.903rem + 1.75vw, 3rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}
.recruit-title,.recruit-post-title{
    text-align: center;
    margin:75px 0  60px;
}
.top .recruit-title h2{
    margin: 0;
}
.recruit-title h2,.recruit-post-title h2{
    color: #E83A5A;
    /* PC/Montserrat_H1 */
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-bottom: 2px solid #E83A5A;
    width: fit-content;
    margin: 0 auto;
    padding: 0 40px 10px;
}
.recruit-title span,.recruit-post-title span{
    color: #333;
    text-align: center;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
._entry-btn{
    width: 100%;
    max-width: 400px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-radius: 40px;
    background: var(--main-CTA, linear-gradient(90deg, #44BEE1 0%, #7DB545 100%));
}
._entry-btn p{
    color: #FFF;
    /* PC/Montserrat_H2 */
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
._entry-btn:before{
    content: '';
    display: block;
    background-image: url('../../img/recruite/recruit-btn-icon.webp');
    width: 38px;
    aspect-ratio: 38/40;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
._entry-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.nav-entry-cta{
    margin: auto;
}
.nav-entry-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 32px;
    border-radius: 999px;
    background: linear-gradient(90deg, #44BEE1 0%, #7DB545 100%);
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
    min-width: 160px;
    border: none;
}
.nav-entry-button::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 30px;
    background-image: url('../../img/recruite/recruit-btn-icon.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nav-entry-button:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(68, 190, 225, 0.35);
}
@media screen and (max-width: 1400px) {
    .nav-items__item-entry{
        width: 100%;
        margin-top: 16px;
    }
    .nav-entry-button--mobile{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .nav-entry-cta{
        display: block;
        margin: 16px auto 0;
    }
}

.recruit-sub-title h4{
    display: flex;
    align-items: center;
    gap: 12px;
    color:#333;
    /* PC/NotoSansJP_H2 */
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin:48px 0 16px;
}
.recruit-sub-title h4::before{
    content: '';
    display: block;
    width: 5px;
    height: 30px;
    border-radius: 2.5px;
    background: linear-gradient(90deg, #E83A5A 0%, #F4519F 100%);
}

@media screen and (max-width: 1500px) {
    .nav-entry-button{
        padding: 8px 24px;
    }
}
@media screen and (max-width: 940px) {
    .recruit-mv-title {
        padding: 0 40px;
        height: 100px;
    }
    .recruit-title h2{
        width: 100%;
        padding: 0 0 10px;
    }
}

@media screen and (min-width: 1500px) {
    .header__inner{
        padding: 40px;
    }
}

/* ------------------------------------------------------------------------------------------------ */
/* TOPページ */
/* ------------------------------------------------------------------------------------------------ */
.recruit-top-title{
    text-align: center;
    background: none;
}
.recruit-top-title h1{
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: clamp(2rem, 1.515rem + 2.07vw, 4rem);
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.recruit-top-title span{
    color: #FFF;
    text-align: center;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
/* Recruit TOP ビジョン横並び画像 */
#vision {
    padding-top: 80px;
    padding-bottom: 120px;
}
#vision ._inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#vision .vision-img{
    width: 50%;
    margin-left: calc(50% - 50vw);
    overflow: hidden; /* はみ出しを隠す */
}
#vision .vision-img .vision-track{
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}
#vision .vision-img .vision-track img{
    width: calc(100% / 2.5);
    height: auto;
    display: block;
    object-fit: cover;
    flex: 1;
}
#vision .vision-text{
    width: 50%;
}
#vision .vision-text{
    padding: 0;
}
#vision .vision-text::before{
    display: none;
}
#vision .vision-text h3{
    color: #333;
    /* PC/NotoSansJP_H2 */
    font-family: "Noto Sans JP";
    font-size: clamp(1.125rem, 0.913rem + 0.91vw, 2rem);
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin-bottom: 18px;
}
#vision .vision-text p{
    color: #333;
}

@media screen and (max-width: 940px) {
    #vision{
        padding-bottom: 80px;
    }
    #vision ._l-wrap, #vision ._inner{
        flex-direction: column;
    }
    #vision .vision-text{
        width: 100%;
    }
    #vision .vision-text h3{
        white-space: normal;
    }
    .vision-img{
        width: 100%;
    }
    .vision-img .vision-track{
        justify-content: center;
    }
    .vision-img .vision-track img{
        width: 100%;
    }
    #vision .vision-text p{
        text-align: left;
    }
}


/* Data */
#date{
    background: #F6F6F6;
    padding-top: 80px;
}
#date .recruit-title{
    margin-top: 0;
}
#date .data-flex{
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 24px;
}
#date .data-flex-item:nth-child(1){
    width:29%;
}
#date .data-flex-item:nth-child(2){
    width: 39%;
}
#date .data-flex-item:nth-child(3){
    width: 29%;
}
#date .data-flex-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 940px) {
    #data{
        padding-top: 40px;
    }
    #date .data-flex{
        flex-direction: column;
    }
    #date .data-flex-item:nth-child(1){
        width: 100%;
    }
    #date .data-flex-item:nth-child(2){
        width: 100%;
    }
    #date .data-flex-item:nth-child(3){
        width: 100%;
    }
}




/* History */
#history{
    padding: 80px 0 0;
    background: #F6F6F6;
}
#history .history-timeline{
    width: 100%;
    border-radius: 11px;
    background: #FFF;
    overflow-x: auto;
    padding: 70px 48px;
    box-sizing: border-box;
}
#history .history-timeline img{
    width: 100%;
    min-width: 1013px;
    aspect-ratio: 1013/346;
}
.history-slider{
    margin-top: 60px;
    padding: 0 24px;
}
.history-slider-viewport{
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.history-slider-track{
    display: flex;
    transition: transform .6s ease;
    will-change: transform;
}
.history-slide{
    min-width: 100%;
    flex: 0 0 100%;
}
.history-slide img{
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 768px) {
    .history-slider{
        padding: 0 12px;
    }
    #history .history-timeline{
        overflow-x:hidden ;
        /* overflow-y: auto;
        height: 320px; */
        padding: 40px 24px;
    }
    #history .history-timeline img{
        width: 100%;
        min-width: auto;
        aspect-ratio: 332/915;
    }
}


/* Position */
#position {
    position: relative;
    padding:220px 0 ;
    background: linear-gradient(244deg, #39CBFA 9.07%, #2BAFFB 90.93%);
}
#position::before{
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 1920/209;
    background-image: url('../../img/recruite/top/wabe1.webp');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    filter: drop-shadow(-0 0 0 rgba(45, 178, 251, 0.46));
}
#position::after{
    content: '';
    display: block;
    width: 100%;
    height: 140px;
    background-image: url('../../img/recruite/top/wabe2.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
#position .recruit-title{
    text-align: center;
    margin-bottom: 72px;
}
#position .recruit-title h2{
    margin: 0 auto;
    color: #FFF;
    padding:0 5%;
    border-bottom: 2px solid #FFF;
}
#position .recruit-title span{
    color: #FFF;
}
.position-slider-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.08;
}
.position-slider-bg p{
    color: #FFF;
    font-family: Montserrat;
    font-size: clamp(5rem, 3.786rem + 5.18vw, 10rem);
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
#position .position-slide-item{
    position: relative;
}
.position-slide-title{
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    padding: 12px 24px;
    border-radius: 0 10px;
    background: linear-gradient(90deg, #E83A5A 0%, #F4519F 100%);
    margin: 0;
}
.position-slide-title h3{
    color: #FFF;
    text-align: center;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.position-slide-text{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 18px;
    box-sizing: border-box;
}
.position-slide-text p{
    color: #FFF;
    /* PC/NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}

@media screen and (max-width: 940px) {
    #position .recruit-title{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #position .recruit-title h2{
        padding:0;
    }
}


/* Interview */
#interview {
    padding-bottom: 150px;
}
#interview .interview-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
#interview .interview-list-item{
    width: 30%;
}
#interview .interview-list-item img{
    width: 100%;
}
#interview .recruit-title{
    text-align: center;
    margin-bottom: 72px;
}
#interview .recruit-title h2{
    text-align: center;
    margin: 0 auto;
    padding:0 5%;
}

@media screen and (max-width: 940px) {
    #interview{
        padding-bottom: 80px;
    }
    #interview .recruit-title{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #interview .recruit-title h2{
        padding:0;
    }
    #interview .interview-list{
        flex-direction: column;
    }
    #interview .interview-list-item{
        width: 100%;
    }
}

/* Workspace */
#workspace .workspace-flex{
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 24px;
}
#workspace .recruit-title{
    margin-top: 0;
    margin-bottom: 64px;
}
#workspace .workspace-text{
    width: 50%;
}
#workspace .workspace-text-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 32px 0;
    border-bottom: 1px solid #C1C1C1;
    box-sizing: border-box;
    border-top: 1px solid #C1C1C1;
}
#workspace .workspace-text-link:last-child{
    border-top: none;
}
#workspace .workspace-text-link::after{
    content: '';
    display: block;
    width: 34px;
    aspect-ratio: 1/1;
    background-image: url('../../img/recruite/top/worlspace-arrow.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#workspace .workspace-text-link p{
    color: #333;
    /* PC/NotoSansJP_H2 */
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
#workspace .worlspace-img{
    width: 50%;
}
#workspace .worlspace-img img{
    width: 100%;
}

@media screen and (max-width: 940px) {
    #workspace .recruit-title{
        box-sizing: border-box;
    }
    #workspace .recruit-title h2{
        font-size: 36px;
    }

    #workspace .workspace-flex{
        flex-direction: column;
    }
    #workspace .workspace-text{ 
        width: 100%;
    }
    #workspace .worlspace-img{
        width: 100%;
    }
}



/* Flow */
.flow-grid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.flow-grid-item{
    position: relative;
    width: 20%;
}
.flow-grid-item::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110%;
    display: block;
    width: 11px;
    height: 24px;
    background-image: url('../../img/recruite/top/flow-arrow.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.flow-grid-item:last-child::before{
    display: none;
}
.flow-grid-item-img{
    width: 100%;
    border-radius: 50%;
    filter: drop-shadow(4px 4px 16px rgba(134, 134, 134, 0.25));
}
.flow-grid-item img{
    width: 100%;

}
.flow-grid-item p{
    color: var(--main-txt, #333);
    text-align: center;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.flow-grid-item p span{
    color: #000;
    /* PC/NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}

@media screen and (max-width: 940px) {
    .flow-grid{
        flex-direction: column;
    }
    .flow-grid-item{
        width: 70%;
        margin: 0 auto;
    }
    .flow-grid-item p{
        margin-top: 12px;
    }
    .flow-grid-item::before{
        display: none;
    }
}

/* FAQ */
#faq{
    padding-bottom: 150px;
}
#faq .recruit-title{
    margin-bottom: 72px;
}
#faq .recruit-title h2{
    text-align: center;
    margin: 0 auto;
    padding:0 5%;
}
.faq-list{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.faq-list .faq-item + .faq-item{
    margin-top: 20px;
}
.faq-list .faq-item{
    background: #fff;
    box-shadow: 4px 4px 16px rgba(134, 134, 134, 0.25);
    border-radius: 8px;
    padding: 24px 16px;
    cursor: pointer;
}
.faq-list .faq-item:last-child{
    border-bottom: none;
}
.faq-list .faq-item .faq-question{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-list .faq-item .faq-question p{
    color: #5A5A5A;
    /* PC/NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
.faq-list .faq-item .faq-question::after{
    content: '';
    display: block;
    width: 34px;
    aspect-ratio: 1/1;
    background-image: url('../../img/recruite/top/worlspace-arrow.webp');
    transform: rotate(90deg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.faq-list .faq-item.is-open .faq-question{
    padding-bottom: 20px;
    border-bottom: 1px solid #B4B4B4;
}
.faq-list .faq-answer{
    display: none;
    padding: 18px 0;
}
.faq-list .faq-item.is-open .faq-answer{
    display: block;
}

@media screen and (max-width: 940px) {
    #faq .recruit-title{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #faq .recruit-title h2{
        padding:0;
    }
}

/* 投稿ページ */
.recruit-post-filter {
    margin: 24px 0 96px;
    position: relative;
}
.recruit-filter-toggle {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 40px 12px 16px;
    border: 1px solid #3a3a3a;
    border-radius: 8px;
    background: #fff;
    color: #1a1a1a;
    cursor: pointer;
    position: relative;
}
.recruit-filter-toggle::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #1a1a1a; /* downward triangle */
}
.recruit-filter-panel[hidden] {
  display: none !important;
}
.recruit-filter-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: 80%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  padding: 12px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.recruit-post-filter-item .filter-link {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 40px 12px 16px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  text-decoration: none;
  color: #1a1a1a;
  transition: background .2s, border-color .2s, color .2s;
}
.recruit-post-filter-item .filter-link.is-active {
  background: #fff;
  border-color: #1f1f1f;
  color: #000;
}
.recruit-post-filter-item .filter-link:hover {
  border-color: #000;
}
.recruit-post-filter-item .filter-link p {
  margin: 0;
}
.recruit-post-item {
  transition: opacity .2s ease;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 56px;
}

.recruit-post-img {
  width: 48%;
  aspect-ratio: 514/288;
  border-radius: 8px;
  overflow: hidden;
}
.recruit-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-post-text {
  width: 48%;
}
.recruit-post-text h3 {
    color:#E83A5A;
    /* PC/NotoSansJP_H2 */
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; 
}
.recruit-post-text p {
    color: #000;
    /* PC/NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; 
}
.recruit-post-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.recruit-post-tag p {
    display: inline-block;
    color: #FFF;
    /* PC/NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; 
    width: fit-content;
    padding: 8px 16px;
    border-radius: 25px;
    background:linear-gradient(90deg, #E83A5A 0%, #F4519F 100%);
}

/* Vision horizontal images clipped to container */
#vision ._l-wrap,
#vision ._inner{
  display: flex;
  align-items: center;
  gap: 40px;
}
#vision .vision-img{
  overflow: hidden;
  width: 100%;
}
#vision .vision-img .vision-track{
  display: flex;
  gap: 16px;
}
#vision .vision-img img{
  display: block;
  height: auto;
  width: 33.3333%;
  flex: 0 0 33.3333%;
}

/* Position slider */
#position .position-slider {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
#position .position-track{
  display: flex;
  gap: 24px;
  will-change: transform;
}
#position .position-slide-item{
  display: block;
  outline: none;
}
#position .position-slide-item img{
  width: 100%;
  aspect-ratio: 301/179;
  border-radius: 8px;
  display: block;
}
#position .position-slide-title h3{
  font-size: 20px;
  margin: 0;
}
#position .position-slide-text p{
  margin: 6px 0 0;
}

/* Follow banner */
.recruit-follow-banner{
  position: fixed;
  top: 45%;
  right: 160px;
  transform: translateX(100%);
  z-index: 80;
  display: flex;
  transition: transform .4s ease;
  font-family: "Noto Sans JP";
}
.recruit-follow-banner.is-open{
  transform: translateX(0);
  right: 0;
}
.recruit-follow-toggle{
    width: 160px;
    box-sizing: border-box;
    border-radius: 24px 0 0 24px;
    background: var(--secondary-blue, #44BEE1);
  color: #fff;
  border: none;
  padding: 20px 32px;
  font-weight: 700;
  cursor: pointer;
}
.recruit-follow-toggle p{
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
}
.recruit-follow-toggle p span{
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
}
p.recruit-follow-toggle-btn{
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 8px 12px;
    background: #fff;
    border-radius: 8px;
    margin-top: 10px;
}
.recruit-follow-panel{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-right: none;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  padding: 20px;
  max-width: 500px;
}
.recruit-follow-panel h4{
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}
.recruit-follow-panel ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.recruit-follow-panel li {
    width: 45%;
}
.recruit-follow-panel li a{
    height: 100%;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #000;
  position: relative;
}
.recruit-follow-panel li a p{
    width: 80%;
}
.recruit-follow-panel li a::after{
    content: '→';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.recruit-follow-panel .follow-title{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0 0 10px 0;
}
.recruit-follow-panel .follow-text{
    color: #000;
    /* PC/NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
@media screen and (max-width: 992px){
  .recruit-follow-banner{
    display: none;
  }
}

.main-inner{
    display: flex;
    gap: 4%;
}
.recruit-single-content{
    width: 65%;
}
.recruit-single-title h3{
    color: #E83A5A;
    /* PC/NotoSansJP_H2 */
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin-top: 18px;
    margin-bottom: 60px;
}
.recruit-single-img{
    width: 100%;
    aspect-ratio: 1080/532;
    margin-bottom: 40px;
}
.recruit-single-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recruit-single-content h4{
    display: flex;
    align-items: center;
    gap: 12px;
    color:#333;
    /* PC/NotoSansJP_H2 */
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin:48px 0 16px;
}
.recruit-single-content h4::before{
    content: '';
    display: block;
    width: 5px;
    height: 30px;
    border-radius: 2.5px;
    background: linear-gradient(90deg, #E83A5A 0%, #F4519F 100%);
}
.recruit-single-sidebar-wrap{
    margin-top: 30px;
    box-sizing: border-box;
    border: 1px solid #C1C1C1;
    padding: 28px 20px 64px;
}
.recruit-single-sidebar-item{
    padding: 24px 0;
    border-bottom: 1px solid #C1C1C1;
}
.recruit-single-sidebar-item h4{
    color:#333;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; 
    display: flex;
    align-items: center;
    gap: 12px;
}
.recruit-single-sidebar-item h4::before{
    content: '';
    display: block;
    width: 5px;
    height: 25px;
    border-radius: 2.5px;
    background: #C1C1C1;
}
.recruit-single-sidebar-item p{
    color: #000;
    /* PC/NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}
.recruit-single-sidebar-item a{
    color: #2766A6;
    /* PC/NotoSansJP_p */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
    text-decoration-line: underline;
}
.recruit-single-sidebar-item iframe{
    width: 100%;
    height: 300px;
    border: none;
}
.recruit-single-sidebar-btn {
    margin-top: 28px;
}
.sp-only{
    display: none;
}
@media screen and (max-width: 900px) {
    .sp-only{
        display: block;
    }
    .recruit-post-item{
        flex-direction: column;
        gap: 16px;
    }
    .recruit-post-img{
        width: 100%;
    }
    .recruit-post-text{
        width: 100%;
    }
    .main-inner{
        flex-direction: column;
        gap: 40px;
    }
    .recruit-single-content{
        width: 100%;
    }
    .recruit-single-sidebar{
        width: 100%;
    }
}



/* ------------------------------------------------------------------------------------------------ */
/* data */
/* ------------------------------------------------------------------------------------------------ */
.data-page .recruit-mv{
    background-image: url('../../img/recruite/data/data-mv.webp');
}
.recruit-date ._inner > p{
    text-align: center;
    color: #000;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    margin-bottom: 80px;
}
.data-flex{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 24px;
}
.data-flex-item_60{
    width: 56%;
    aspect-ratio: 605/362;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 4px 4px 9px 0 rgba(146, 146, 146, 0.25);
    overflow: hidden;
}
.data-flex-item_40{
    width: 42%;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 4px 4px 9px 0 rgba(146, 146, 146, 0.25);
    overflow: hidden;
    aspect-ratio: 450/362;
}
.data-flex-item_30{
    width: 33%;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 4px 4px 9px 0 rgba(146, 146, 146, 0.25);
    overflow: hidden;
    aspect-ratio: 342/317;
}

.data-main-content > p{
    text-align: right;
}
.data-text{
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .data-flex-wrap{
        width: 100%;
        overflow-x: auto;
        display: flex;
        gap: 24px;
    }
    .data-flex-item_60{
        width: 84%;
    }
    .data-flex-item_40{
        width: 63%;
    }
    .data-flex-item_30{
        width: 39.5%;
    }
    .data-flex-item_60,
    .data-flex-item_40,
    .data-flex-item_30{
        height: 200px;
        width: auto;

    }
}





/*------------------------------------------------------------------------------------------------ */
/* History */
/*------------------------------------------------------------------------------------------------ */
.history-page #history{
    background: #fff;
    padding-top: 0;
}
.history-page .recruit-mv{
    background-image: url('../../img/recruite/history/history-mv.webp');
}
#history .history-timeline-2{
    background: #F6F6F6;
}
.history-text{
    max-width: 960px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .history-page .recruit-sub-title h4{
        font-size: 24px;
        align-items: stretch;
    }
    .history-page .recruit-sub-title h4::before{
        height: auto;
    }
}



/*------------------------------------------------------------------------------------------------ */
/* Benefit */
/*------------------------------------------------------------------------------------------------ */
.benefit-page .recruit-mv{
    background-image: url('../../img/recruite/benefit/benefit-mv.webp');
}
.benefit-page ._inner{
    max-width: 1080px;

}
.benefit-list{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.recruit-benefit .recruit-sub-title{
    width: 100%;
}
.recruit-benefit .recruit-sub-title h4{
    font-size: 20px;
}
.benefit-item-title{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.benefit-item-title img{
    width: 30px ;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.benefit-item-title h5{
    color: #333;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}
.benefit-item{
    width: 48%;
    padding: 30px 24px;
    min-height: 256px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #F6F6F6;
    box-sizing: border-box;
}
.benefit-item p{
    margin-top: 12px;
    font-size: 16px;
    line-height: 170%;
    font-weight: 500;
}
.benefit-gallery{
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
}
.benefit-gallery-row{
    overflow: hidden;
}
.benefit-gallery-track{
    display: flex;
    gap: 24px;
    will-change: transform;
}
.benefit-gallery-track .benefit-gallery-item{
    flex: 0 0 calc(25% - 18px);
    min-width: 240px;
}
.benefit-gallery-item{
    width: 100%;
    aspect-ratio: 453/302;
    object-fit: cover;
}
.benefit-gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media screen and (max-width: 1200px) {
    .benefit-gallery-track .benefit-gallery-item{
        flex: 0 0 calc(33.333% - 16px);
        min-width: 220px;
    }
}
@media screen and (max-width: 900px) {
    .benefit-gallery-track .benefit-gallery-item{
        flex: 0 0 calc(50% - 12px);
        min-width: 200px;
    }
}
@media screen and (max-width: 768px) {
    .benefit-list{
        flex-direction: column;
    }
    .benefit-item{
        width: 100%;
    }
    .benefit-gallery-track .benefit-gallery-item{
        flex: 0 0 80%;
    }
}



/*------------------------------------------------------------------------------------------------ */
/* form */
/*------------------------------------------------------------------------------------------------ */
.entry-content ._inner{
    max-width: 800px;
}
.page-title p,
.page-title h1 {
    width: 75%;
    margin: 0 auto;
    letter-spacing: 0.2em;
}

.page-title h1 {
    font-size: 20px;
}

.page-title p {
    font-size: 35px;
    font-weight: bold;
}

.page-thumbnail {
    max-height: 350px;
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .page-thumbnail {
        max-height: 250px;
    }
}

.page-thumbnail img {
    width: 100%;
    height: auto;
}

form p {
    line-height: 2.5em;
    font-size: 16px;
}

.wpcf7 input,
.wpcf7-form-control {
    margin-bottom: 20px;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 1.2;
}

.wpcf7 input,
.wpcf7 textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    line-height: 1.2;
    font-size: 16px;
}

.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
    width: auto;
    max-width: 97%;
    padding: 8px;
    border: 1px solid #ccc;
}


/* 必須マーク */

.ct-tag {
    padding: 3px 5px;
    background-color: #f9375d;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    box-sizing: border-box;
    vertical-align: center;
}

.ct-required {
    background-color: #f9375d;
}

.ct-not-required {
    background-color: #939393;
}


/* ボタン */

.form-action p {
    text-align: center;
}

.wpcf7-submit {
    -webkit-transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    border: none !important;
    outline: none;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
}

.wpcf7-submit:hover {
    background-color: #434E5B !important;
}
.entry-page .recruit-mv{
    background-image: url('../../img/recruite/entry/entry-mv.webp');
}
form .entry-flex p{
    font-family: "Noto Sans JP";
}
.wpcf7 select{
    width: 100%;
    max-width: 100%;
    border-radius: 8px;

}
.wpcf7 input, .wpcf7 textarea {
    border-radius: 8px;
}

.name p{
    color: var(--main-main, #E83A5A);
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
}
.ct-required{
    margin-left: auto;
}
.ct-not-required{
    background-color:#939393;
}
.entry-flex{
    display: flex;
    justify-content: space-between;
}
.checkbox{
    width: 30px;
    height: 30px;
}
main .wpcf7-submit{
    display: flex;
    width: 400px !important; 
    height: 80px !important;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: var(--main-CTA, linear-gradient(90deg, #44BEE1 0%, #7DB545 100%));
    /* shadow */
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    font-family: "Noto Sans JP";
    font-size: 32px !important;
    font-weight: 700;
}
.wpcf7-list-item-label .policy{
    color: #3BADCE;
    text-decoration: underline;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color:#E83A5A;
}
.thanks .wrap {
    position: relative;
    margin: 0 auto;
    width: fit-content;
    top: 105px;
}
.thanks img{
    margin: 0 auto;
}
.thanks h2{
    color: var(--main-txt, #333);
    text-align: center;
    /* PC/NotoSansJP_H1 */
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 68px */
    padding: 0px 16px;
    background: var(--main-Wh, #FFF);
}
.thanks p{
    color: var(--main-txt, #333);
    text-align: center;
    /* PC/NotoSansJP_H3 */
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; 
}

.thanks .btn{
    border-radius: 40px;
    border: 3px solid var(--main-txt, #333);
    background: var(--main-Wh, #FFF);
    width: fit-content;
    margin: 80px auto 150px;
}
.thanks .btn a{
    display: flex;
    align-items: center;
    padding: 18px 110px;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 34px */
}
/*---プレースホルダー選択時非表示---*/
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}
textarea:focus::placeholder {
	color: transparent;
}
.wpcf7 textarea:focus,
.wpcf7 input:focus{
outline: none;/*ブラウザデフォルト枠線解除*/
background: #ffffff;/*背景色*/
border: 1.5px solid #333; /*枠線の太さと色 */
}
.post-main-content {
    margin: 50px auto 100px auto;
}
@media screen and (max-width:768px){
    /* .top{
        height:150px;
    } */
    main .wpcf7-submit{
        width: 300px !important;
        height: 45px !important;
        font-size: 20px !important;
    }

}
@media screen and (max-width:550px) {
    .top .name h3{
        font-size:24px ;
    }
    
}