@charset "utf-8";

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

/*------------------- base -------------------*/
a:hover{opacity:0.7;}
a{
	text-decoration:none;
    color: #45413f;
}
p{
    line-height: 1.8;
    letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
    p{
        line-height: 1.6;
    }
}
img{
	max-width: 100%;
	height: auto;
}
/*------------------- ここからbody -------------------*/
body{
	font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings:"wdth" 100;
	font-size: 1.6rem;
	color: #45413f;
}
@media screen and (max-width: 768px) {
    body{
        font-size: 1.5rem;
    }
}
/*----- toc上部固定 -----*/
.toc_box{
    width: 190px;
    background-color: #fff;
    color: #333;
    padding: 20px 0;
    border: 3px solid #ADB6E2;
    border-radius: 35px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .toc_box{
        bottom: 2px;
        right: 2px;
        z-index: 2;
        padding: 10px 0;
    }
}
.toc_box .toc_list :nth-child(2){
    margin: 10px 0;
}
/*----- header -------------------*/
.header{
    width: 100%;
    height: 100vh;
    color: #fff;
    position: relative;
    z-index: 2;
}
.header_inner{
    height: 100%;
    display: flex;
}
/*----- 左ファーストビュー -----*/
.l_container{
    width: calc(100% - 190px);
    height: 100%;
    position: relative;
}
@media screen and (max-width: 768px) {
    .header{
        height: 600px;
    }
    .l_container{
        width: 100%;
        position: relative;
    }
}
.logo_sp_on{
    display: none;
}
@media screen and (max-width: 768px) {
    .logo_sp_on{
        display: block;
        filter: opacity(0.8);
        margin: 0;
        max-width: 200px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 70;
    }
}
.slider_content{
    height: 100%;
    position: relative;
}
@media screen and (max-width: 768px) {
    .slider_content{
        margin-top: 0;
    }
}
.slider_items{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slider_fw 18s infinite;
}
.slider_fw1{
    background: url(../images/fw.jpg) center top / cover no-repeat;
    animation-delay: -2s;
}
.slider_fw2{
    background: url(../images/fw2.jpg) center center / cover no-repeat;
    animation-delay: 4s;
}
.slider_fw3{
    background: url(../images/fw3.jpg) center top / cover no-repeat;
    animation-delay: 10s;
}

@keyframes slider_fw{
    0%{
        opacity: 0;
    }
    5.56%{
        opacity: 1; /*--- 1秒 ---*/
    }
    33.36%{
        opacity: 1; /*--- 6秒 ---*/
    }
    44.48%{
        opacity: 0; /*--- 8秒 ---*/
    }
    100%{
        opacity: 0;
    }
}
.top_fw_word{
    position: absolute;
    top: 60px;
    font-size: 7rem;
    font-family:"GenJyuuGothic",sans-serif;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 10px;
    right: 20px;
    text-align: right;
    text-shadow: 4px 2px 0 #525252;
}
@media screen and (max-width: 540px) {
    .top_fw_word{
        display: none;
    }
}
@media screen and (max-width: 780px) {
    .slider_fw1{
        background: url(../images/fw.jpg) center top / cover no-repeat;
        animation-delay: -2s;
    }
    .slider_fw2{
        background: url(../images/fw2.jpg) right center / cover no-repeat;
        animation-delay: 4s;
    }
    .slider_fw3{
        background: url(../images/fw3.jpg) right top / cover no-repeat;
        animation-delay: 10s;
    }
}
/*----- 右サイドヘッダー -----*/
.r_container{
    width: 240px;
    height: 100%;
    background-color: #8795db;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
}
@media screen and (max-width: 768px) {
    .r_container{
       display: none;
    }
}
.logo2{
    text-align: center;
    margin-bottom: 35px;
}
.toc_list{
    width:fit-content;
    margin: 0 auto;
}
.toc_list :nth-child(2){
    margin: 8px 0;
}
.tel{
    font-size: 1.5rem;
}
/*----- pc_ナビゲーション -----*/
.pc_menu{
    text-align: left;
    margin-top: 35px;
    margin-left: 20px;
}
.pc_menu .navitem{
    margin-bottom: 30px;
}
.pc_menu .navitem a{
    color: #fff;
    text-shadow: 0 0 6px #797979;
}
/*------------------- home以外のheader内 -------------------*/
.other_page_header{
    width: 100%;
    background-color: #8795db;
    color: #fff;
    position: fixed;
    z-index: 10;
}
.other_page_header_inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
}
@media screen and (max-width: 768px) {
    .other_page_header_inner{
    display: none;
}
}
.other_page_header_content{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.other_page_header_logo{
    line-height: 0;
}
.other_page_pc_menu{
    display: flex;
    margin-top: 40px;
    margin-left: 30px;
}
.other_page_pc_menu :not(:last-child){
    margin-right: 30px;
    text-align: center;
}
.other_page_pc_menu .navitem a{
    color: #fff;
    font-weight: 600;
}
.other_page_header_content .info li a{
    color: #fff;
}
/*------------------- spハンバーガーメニュー-------------------*/
.sp_hbg_menu{
    display: none;
}
@media screen and (max-width: 768px) {
    .sp_hbg_menu{
        display: block;
    }
}
.hbg_menu_btn{
    width: 30px;
    height: 24px;
    position: fixed;
    top: 16px;
    right: 13px;
	z-index: 90;
}
.hbg_menu_btn span:not(:last-child){
	width: 100%;
	height: 3px;
	position: absolute;
	background-color: #ffab14;
}
.hbg_menu_btn span:first-of-type{
	top: 0;
}
.hbg_menu_btn span:nth-of-type(2){
	top: 40%;
}
.hbg_menu_btn span:last-of-type{
	top: 48%;
    right: -1px;
	font-size: 1.2rem;
	color: #ffab14;
	position: absolute;
}
.hbg_menu_content{
	width: 100%;
	height: 100%;
	background-color: #97a6fff0;
    text-align: center;
    padding: 60px 60px;
	position: fixed;
	top: 0;
	z-index: 80;
    display: flex;
    flex-direction: column;
	transform: translateY(-100%);
	transition: .5s;
}
.hbg_menu_content nav{
	margin-bottom: 20px
}
.sp_navitem{
	margin-bottom: 20px;
    font-family: 'Zen Maru Gothic',sans-serif;
}
.sp_navitem a{
    color: #fff;
}
/*----- ハンバーガーボタンクリック時 -----*/
.hbg_menu_btn.active span:first-of-type{
	top: 20%;
	transform: rotate(45deg);
}
.hbg_menu_btn.active span:nth-of-type(2){
	top: 20%;
	transform: rotate(-45deg);
}
.hbg_menu_content.active{
  	transform: translateY(0);
  	overflow-y: scroll;
}
/*----- ここまでheader-------------------*/

/*----- ここからfooter -------------------*/
.footer{
    width: 100%;
    background-color: #8795db;
    color: #fff;
}
.footer_inner{
    padding: 30px 0 16px;
}
.footer_logo{
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.footer_menu{
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
    border-bottom: #fff 1px solid;
    margin: auto;
}
.footer_menu li{
    width: fit-content;
    position: relative;
    padding: 0 20px 0 15px;
}
.footer_menu li::before{
    content: "|";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
}
.footer_menu a{
    font-size: 1.8rem;
    color: #fff;
}
.footer_menu :nth-child(even){
    margin: 0.6rem 0;
}
@media screen and (max-width: 589px) {
    .footer_menu{
        width: 100%;
    }
    .footer_menu a{
        font-size: 1.4rem;
    }
}
.footer_sns_icon::before{
    content: "follow us";
    display: block;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}
.copyright{
    font-size: 1rem;
    text-align: center;
    margin-top: 8px;
}
/*----- ここまでfooter -------------------*/

/*----- 共通 -------------------*/
.main_container{
    padding-top: 80px;
}
.content{
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .main_container{
        padding-top: 40px;
        padding-left: 8px;
    }
    .content{
        margin-bottom: 60px;
    }
}
.base_inner{
    max-width: 960px;
    margin: 0 auto;
}
.content_title{
    font-size: 4rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: bold;
    color: #ACA8A2;
    text-align: center;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    .content_title{
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
}
/*----- top最上部にもどるbtn -----*/
.page_top{
    width: 54px;
    height: 54px;
    text-align: center;
    background-color: #ffffff;
    border: 3px solid  #ADB6E2;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    line-height: 1.4;
}
.page_top a{
    display: block;
    font-size: 1.6rem;
}
@media screen and (max-width: 768px){
    .page_top{
        bottom: 2px;
        left: 2px;
    }
    .page_top a{
        font-size: 1.4rem;
    }
}
/*----- 共通 -------------------*/

/*----- Homeページ -------------------*/

/*-----  home_concept -----*/
.concept_content{
    background: url(../images/concept_bg.png) center bottom/ cover no-repeat;
    padding-bottom: 10%;
}
@media screen and (max-width: 768px){
    .concept_content{
        background-size: contain;
    }
}
.concept_content .base_inner{
    max-width: 1200px;
}
.text_box{
    padding: 0 15px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .text_box{
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .text_item_l{
        margin-right: 0;
        writing-mode: horizontal-tb;
        text-align: center;
    }
}
.text_item_l .sub_title{
    font-size: 3.4rem;
    line-height: 2;
    letter-spacing: 0.6rem;
}
.text_item_r p span{
    display: block;
    color: #F8306D;
    font-weight: bold;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .text_item_l .sub_title{
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    .text_item_r p{
        max-width: 480px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 589px) {
    .text_item_l .sub_title{
        font-size: 2rem;
    }
    .br_sp_off{
        display: none;
    }
}
/*----- home_menu -----*/
.menu_slider_box{
    width: 100%;
}
.menu_slider_inner{
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #eff0b1 #fff;
}
.slider_block{
    display: flex;
    width: max-content;
    padding: 0 4vw;
}
.slider_item:nth-child(even){
    margin: 0 20px;
}
@media screen and (max-width: 768px) {
    .slider_item{
        width: 500px;
    }
}
@media screen and (max-width: 589px) {
    .slider_item{
        width: 260px;
    }
}
/*----- home_about-----*/
.about .sub_title{
    font-size: 2.5rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.about_box{
    display: flex;
    padding: 0 15px;
    justify-content: space-around;
}
.about_item_l{
    width: 50%;
}
.about_item_r{
    width: 45%;
}
@media screen and (max-width: 768px) {
    .about_box{
        flex-direction: column-reverse;
        padding: 8px;
    }
    .about .sub_title{
        font-size: 1.8rem;
        border-bottom: #ccc 1px solid;
    }
    .about_item_l{
        width: 100%;
        margin-right: 0;
        background: url(../images/info_bg_sp.jpg) right top / 40% no-repeat;
    }
    .about_item_r{
        width: 80%;
        margin: 20px auto 0;
    }
}
/*----- home_staff-----*/
.staff .staff_content{
    text-align: center;
}
/*----- moreボタン -----*/
.more_btn{
    max-width: 185px;
    height: 56px;
    background-color: #fff;
    border: 3px solid #ADB6E2;
    border-radius: 35px;
    margin: 20px auto 0;
}
.more_btn a{
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 589px) {
    .more_btn{
        max-width: 152px;
        height: 44px;
        margin: 50px auto 0;
    }
    .more_btn a{
        font-size: 1.4rem;
    }
}
/*----- ここまでHomeページ -------------------*/

/*----- Home以外のページ共通 -------------------*/
.mv_top{
    width: 100%;
    height: 550px;
    background: url(../images/mv_img.jpg) center top / cover no-repeat;
}
.recruit{
    background: url(../images/mv_img_recruit.jpg) center top / cover no-repeat;
}
.contact{
    background: url(../images/mv_img.jpg) center top / cover no-repeat;
}
@media screen and (max-width: 589px) {
    .mv_top{
        height: 300px;
        background: url(../images/mv.sp.jpg) center top / cover no-repeat;
    }
    .recruit{
    height: 300px;
    background: url(../images/mv.sp.jpg) center top / cover no-repeat;
    }
    .contact{
    background: url(../images/mv.sp.jpg) center left / cover no-repeat;
    }
}

.mv_top_glass{
    height: 100%;
}
.mv_top_inner{
    max-width: 960px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.top_title{
    font-size: 4.8rem;
    font-family:"GenJyuuGothic",sans-serif;
    font-weight: bold;
    letter-spacing: 0.6rem;
    position: absolute;
    top: 70%;
    right: -70px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1106px) {
    .top_title{
        width: 300px;
        font-size: 3.6rem;
        right: 50%;
        top: 72%;
        transform: translate(50%, -50%);
    }
}
.top_title::after{
    display: block;
    font-size: 2.6rem;
    font-weight: 600;
    font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 1024px) {
    .top_title::after{
       margin-top: -10px;
    }
}
.top_title_recruit01::after{
    content: "施設介護員";
}
.top_title_recruit02::after{
    content: "夜勤専門員 介護員";
}
.top_title_recruit03::after{
    content: "施設管理者(ケアマネージャー)";
}
.top_title_recruit04::after{
    content: "通所介護員";
}
/*----- ここまで　Home以外のページ共通 -------------------*/

/*----- companyページ -------------------*/
.company01_txt{
    width: fit-content;
    font-size: 4rem;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', serif;
    font-weight: 500;
    line-height: 1.8;
    margin: auto;
}
.company_content02 .content_title{
    font-size: 3.2rem;
}
.company_content02 .content_title span{
    font-size: 4rem;
}
.company02_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company02_txt{
    width: 63%;
    line-height: 2.2;
}
.company_table{
    width: 70%;
    margin: auto;
    border-collapse: collapse;
}
.company_table th{
    text-align: left;
    padding: 30px 50px 15px 10px;
    border-bottom: #ccc 1px solid;
}
.company_table td{
    padding: 30px 0 15px 30px;
    border-bottom: #ccc 1px solid;
}
.company_wrap iframe {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.company04 p span{
 font-weight: 500;
}
.company04_wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 0 6px #ccc;
    margin-top: 20px;
}
.company_item{
    width: 50%;
    display: block;
    padding: 20px 40px;
}
.company_item h4{
    font-family: "Zen Maru Gothic", serif;
    font-size: 3rem;
    font-weight: 500;
}
.company_item p{
    font-family: "Zen Maru Gothic", serif;
    font-size: 2rem;
}
.company_item img{
   display: block;
   margin-left: auto;
}
.company_item:nth-of-type(1){
    border-bottom: 1px solid #ebebeb;
}
.company_item:nth-of-type(2){
    border-bottom: 1px solid #ebebeb;
}
.box_r{
    text-align: right;
    border-left: 1px solid #ebebeb;
}
.box_r img{
    margin-left: unset;
    margin-right: auto;
}
.company04 .more_btn{
    max-width: 288px;
}
@media screen and (max-width: 768px) {
    .company01_txt{
        font-size: 2.3rem;
        line-height: 2;
    }
    .company02_wrap{
        flex-direction: column;
        padding: 20px 10px;
    }
    .company02_txt{
        width: 100%;
    }
    .company02_wrap img{
        width: 65%;
        margin: 20px 15px;
        display: block;
    }
    .company_table{
        width: 95%;
    }
    .company_table th{
        padding: 20px 0 15px 0;
    }
    .company_table td{
        padding: 20px 0 15px 50px;
    }
    .company_item{
        padding: 8px 15px;
    }
    .company_item h4{
        font-size: 1.8rem;
    }
    .company_item p{
        font-size: 1.6rem;
    }
}
/*----- ここまでcompanyページ -------------------*/

/* Aboutページ--------------------------- */
.about01_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reverse{
    flex-direction: row-reverse;
}
.about_inner{
    padding: 10px 15px;
}
.about_inner p{
    line-height: 2;
}
.about01_box_ttl{
    font-size: 2.5rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
}
.about_end_txt{
    text-align: center;
    font-size: 2rem;
    line-height: 2;
    margin-top: 40px;
}
.about03_wrap{
    display: flex;
}
.about03_wrap table{
    width: 50%;
}
.about03_wrap table tr th{
    font-size: 1.4rem;
    padding-right: 20px;
}
.about03_wrap img{
    width: 50%;
    height: fit-content;
}
@media screen and (max-width: 768px) {
    .about01_box{
        flex-direction: column-reverse;
    }
    .about03_wrap table tr th{
        padding-right: 5px;
        border-bottom: #ccc 1px solid;
    }
    .about03_wrap table tr td{
        font-size: 1.4rem;
        padding-left: 15px;
    }
    .about_end_txt{
        font-size: 1.6rem;
        text-align: left;
        font-weight: bold;
        width: 95%;
        margin: auto;
    }
    .about01_box_ttl{
        font-size: 2rem;
        backdrop-filter: contrast(0.8);
    }
}
/* ここまでAboutページ--------------------------- */
/* 求人バナー------------ */
.banner{
    display: flex;
    align-items: center;
    background-color: #fff;
}
.banner .banner_txt{
    flex: 1;
    padding-left: 40px;
}
.banner .banner_txt h3{
    font-size: 3rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", serif;
}
.banner_photo{
    flex: 1;
}
.banner_photo img{
    width: 100%;
    display: block;
}
@media screen and (max-width: 990px) {
 .banner{
    flex-direction: column-reverse;
 }
 .banner .banner_txt{
    padding: 0 8px 8px;
    backdrop-filter: sepia(1);
 }
 .banner .banner_txt p{
    font-size: 1.6rem;
 }
  .banner .banner_txt .more_btn{
    margin-top: 24px;
  }
}
/* お問合せフォーム------------ */
.tel_box {
    text-align: center;
}
.tel_box a{
    color: #c70000;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
}
.contact_box{
    margin: 0 auto;
    max-width: 700px;
}
.contact_box input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.contact_box input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel,
.contact_box textarea.wpcf7-form-control.wpcf7-textarea{
    width: 700px;
    height: 50px;
    margin-bottom: 30px;
    border: solid 1px #c9c9c9;
}
@media screen and (max-width: 768px){
    .contact_box input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
    .contact_box input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel,
    .contact_box textarea.wpcf7-form-control.wpcf7-textarea{
        width: 94vw;
    }
}
textarea.wpcf7-form-control.wpcf7-textarea{
    height: 150px;
}
.contact_box form input[type=submit] {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.2rem;
    display: block;
    width: 152px;
    padding: 14px 0;
    border-radius: 4px;
    opacity: 1;
    color: #fff;
    background-color: #BC1616;
    margin: 1em auto 0;
    border: 0;
    cursor: pointer !important;
    position: relative;
    filter: drop-shadow(0px 3px 0px #610c0c);
}
@media screen and (max-width: 768px){
    .contact_box form input[type=submit]{
        font-size: 1.4rem;
        width: 122px;
    }
}
.contact_box form input[type=submit]:hover{
    transform: translateY(5px);
    filter: none;
}
/*----- ここまで店舗情報ページ -------------------*/

/*----- お問合せありがとうページ -------------------*/
.content_main{
    padding-top: 129px;
}
.thanks_content{
    background: url(../images/thanks_bg.jpg) center top / cover no-repeat;
    padding: 80px 0;
    margin-bottom: 0;
    height:calc(100vh - 300px) ;
}
.contact_finished_box{
    text-align: center;
}
/*----- ここまでお問合せありがとうページ -------------------*/
/* プライバシーポリシー------------------ */
.privacy_content{
    padding: 5px 10px;
}
.privacy_content a{
    color: #f00;
}
.privacypolicy_checkbox{
    text-align: center;
}
.privacypolicy_checkbox a{
    color: #9e1111;
}
/* ここまでプライバシーポリシー------------------ */

/* 応募フォーム ---- */
#entry p{
    width: 80%;
    max-width: 1048px;
    margin: auto;
}
.entry_content{
    max-width: 1048px;
    margin: 88px auto 0;
    padding: 20px 50px 40px;
    background-color: #fcfcfcdb;
    box-shadow: 0 3px 6px #ccc;
}
@media screen and (max-width: 768px){
    .entry_content{
        padding: 20px 15px 40px;
        margin: 40px auto 0;
    }     
}
.entry_content table{
    width: 100%;
    border-collapse: collapse;
    word-break: break-all;
    margin-bottom: 80px;
}
#recruitrecruit_05 table tbody tr{
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
.entry_content table tbody tr th{
    width: 29%;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #B2B2B2;
    padding: 20px 50px 20px 0;
}
.entry_content table tbody tr th .must{
    float: right;
    width: 55px;
    color: #fff;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    background: #f50d0d8a;
    text-align: center;
}
.entry_content table tbody tr td{
    font-size: 1.3rem;
    text-align: left;
    vertical-align: middle;
    position: relative;
    border-bottom: 1px solid #B2B2B2;
    padding: 28px 0 28px 58px;
}
.entry_content table tbody tr td::before{
    position: absolute;
    left: 0;
    top: 27px;
    width: 1px;
    bottom: 27px;
    background: #B2B2B2;
    content: "";
}
.entry_content .info01{
    display: flex;
    justify-content: center;
}
.entry_content .info01 .info02 input{
    color: #fff;
    width: 152px;
    font-size: 1.6rem;
    cursor: pointer;
    background: #636DAE;
    margin: 68px auto 0;
    padding: 16px 40px;
    border-radius: 4px;
}
.entry_content .wpcf7-form-control,
.entry_content .wpcf7-text{
    width: 100%;
    height: 60px;
    color: #413b3b;
    font-size: 1.3rem;
    padding: 5px 10px 5px 5px;
    box-sizing: border-box;
    background: #efefef;
    border: 1px solid #efefef;
    border-radius: 4px;
}
.entry_content .wpcf7-textarea{
    height: 200px;
}
@media screen and (max-width: 768px){
    .entry_content table tbody tr th .must {
        width: 30px;
    }
    .entry_content table tbody tr th {
        padding: 8px 0 8px 0;
    }
    .entry_content table tbody tr td{
        padding: 8px 0 8px 0;
    }
}
.entry_content p input.wpcf7-submit{
    font-family: 'Noto Sans JP',sans-serif;
    font-style: normal;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.2rem;
    display: block;
    width: 152px;
    padding: 14px 0;
    border-radius: 4px;
    opacity: 1;
    color: #fff;
    background-color: #BC1616;
    margin: 1em auto 0;
    border: 0;
    cursor: pointer !important;
    position: relative;
    filter: drop-shadow(0px 5px 0px #610c0c);
}
@media screen and (max-width: 768px){
    .entry_content p input.wpcf7-submit{
        font-size: 1.4rem;
        width: 122px;
    }
}
.entry_content p input.wpcf7-submit:hover{
    transform: translateY(5px);
    filter: none;
}
/* ここまで応募フォーム ---- */
/* 募集要項ページ -------------------*/
.content_top_txt{
    max-width: 761px;
    margin: 40px auto 0; 
}
.content_top_txt p span{
    position: relative;
}
.content_top_txt p span::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fc1f6a;
    position: absolute;
    display: block;
    bottom: -3px;
    left: 0;
}
.content_top_txt .font_big{
    font-size: 2.6rem;
}
.recruit_single_content01{
    max-width: 1078px;
    padding: 0 15px;
    margin: 40px auto 0;
}
.recruit_single_inner01{
    background-color: #fcfcfcdb;
    padding: 40px 60px 80px;
    box-shadow: 0 3px 6px #ccc;
}
@media screen and (max-width: 768px){
    .content_top_txt{
        padding: 0 5px;
    }
    .recruit_single_content01{
        padding: 0 8px;
    }
    .recruit_single_inner01{
        padding: 20px 8px 40px;
    }
    .content_top_txt .font_big{
        font-size: 2rem;
    }
}
.recruit_single_about{
    font-size: 1.8rem;
    padding-bottom: 40px;
    background-image: linear-gradient(90deg, #adb6e2 15%, #B2B2B2 15%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: bottom;
}
.recruit_single_about p{
    line-height: 2;
}
@media screen and (max-width: 768px){
    .recruit_single_about{
        font-size: 1.6rem;
        padding-bottom: 20px;
    }
}
.recruit_single_box01{
    margin: 10px auto 0;
}
table.recruit_single_box01{
    border-collapse: collapse;
    border-spacing: 0;
}
.recruit_single_box01 th{
    text-align: start;
    vertical-align: top;
    padding: 16px 8vw 16px 0;
    border-bottom: solid 1px #B2B2B2;
}
@media screen and (max-width: 768px){
    .recruit_single_box01 th{
        width: 30%;
        padding: 24px 8vw 32px 0;
    }               
}
.recruit_single_box01 td{
    max-width: 706px;
    padding: 16px 0;
    border-bottom: solid 1px #B2B2B2;
}
@media screen and (max-width: 768px){
    .recruit_single_box01 td{
        padding: 24px 0;
    }
    .recruit_single_box01 td iframe{
        width: 100%;
    }            
}
.recruit_single_box01 span{
    display: block;
    position: relative;
}
.recruit_single_box01 span:not(:first-child){
    margin-top: 28px;
}
.recruit_single_box01 span::before{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #B2B2B2;
    position: absolute;
    top: 9px;
    left: -19px;
}
.single_main_container .btn{
    text-align: center;
    margin-top: 40px;
}
@media screen and (max-width: 768px){
    .content_top_txt p {
        line-height: 1.5;
    }
}
.not_recruit{
    font-size: 3rem;
    text-align: center;
    border: 3px solid #fff;
    padding: 8px 16px;
    border-radius: 20px;
    box-shadow: 0 0 6px #ccc;
}
@media screen and (max-width: 768px){
    .not_recruit{
    font-size: 2.2rem;
    }
}
/* ここまで募集要項ページ ---------------*/
/* 採用情報--------------- */
.single_main_container .content_title{
    margin-bottom: 80px;
}
.content_recruit .content{
    position: relative;
}
.content_recruit .content h4{
    width: fit-content;
    font-size: 3.6rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: bold;
    color: #076807;
    background-color: #fff;
    padding: 8px 32px;
    border: 4px solid #076807;
    border-radius: 50px;
    position: absolute;
    top: -13%;
    left: 50%;
    transform: translate(-50%,0);
}
.recruit01{
    background: url(../images/recruit01.png) center bottom / cover no-repeat;
}
.recruit02{
    background: url(../images/recruit02.png) center bottom / cover no-repeat;
}
.content_recruit .recruit02 h4{
    color: #cf3636;
    border: 4px solid #cf3636;
}
.recruit03{
    background: url(../images/recruit03.png) center bottom / cover no-repeat;
}
.content_recruit .recruit03 h4{
    color: #4963d1;
    border: 4px solid #4963d1;
}
.recruit_item_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1048px;
    padding-top: 100px;
    margin: auto;
}
.recruit_item{
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 6px #ccc;
}
.recruit_item p{
    background-color: #fff;
    text-align: center;
    font-size: 2rem;
    padding: 16px;
}
.recruit_item img{
    display: block;
    margin: auto;
}
@media screen and (max-width: 768px){
    .single_main_container .content_title{
        margin-bottom: 40px;
    }
    .content_recruit .content h4{
        width: 98%;
        font-size: 2.1rem;
        text-align: center;
        top: -25px;
        padding: 10px;
    }
}
/*スタッフインタビュー ----------------*/

.concept_main_container{
    padding-top: 128px;
}
.concept_content_title_r{
    margin-left: 28%;
}
.concept_box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 15px;
    margin-bottom: 40px;
}
.concept_r{
    margin-right: -45px;
    transform: translate(0, 30%);
}
.concept_l{
    width: 500px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
    border-radius: 115px;
    border: 1px solid #ccc;
}
.staff_name{
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 16px;
}
.concept_txtbox{
    line-height: 2;
}
.concept_box_reverse{
    flex-direction: row-reverse;
}
.left_box{
    margin-left: -250px;
}
.concept_box .concept_r{
    transform: rotate(-5deg);
}
.concept_box_reverse .concept_r{
    margin-right: 0;
    margin-left: -70px;
    transform: rotate(8deg);
}
.concept_box2_slide_wrap{
    width: 90%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    overflow: hidden;
}
.concept_box2_slide{
    display: flex;
    padding: 0 3px;
    animation: concept-loop-slide 50s linear infinite;
}
.concept_box2_slide li{
    width: 304px;
    margin: 0 18px;
    display: block;
}
.concept_box2{
    max-width: 726px;
    padding: 0 15px;
    margin: 38px auto 0;;
}
.ttl{
    font-size: 4rem;
    font-weight: bold;
    font-family: "Zen Maru Gothic", serif;
    color: #ACA8A2;
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .ttl{
        font-size: 3.2rem;
    }
    .concept_box {
        margin-left: 0;
    }
    .concept_l{
        padding: 5px 10px;
        border-radius: 40px;
    }
    .concept_r{
        margin-right: -10px;
    }
    .concept_box_reverse .concept_r{
        margin-left: -10px;
    }
    .left_box{
        margin-left: 0;
    }
    .staff_name{
        font-size: 2rem;
    }
}
/*ここまでスタッフインタビュー -------------------*/
/*ぱんくずリスト*/
.page_map{
	display: flex;
	justify-content: left;
}
.page_map li{
	padding: 0 20px;
	position: relative;
    color: #7c7c7c;
}
.page_map li a{
    color: #7c7c7c;
}
.page_map li::after{
	content: "/";
	display: block;
	position:absolute;
	top: 0;
	right: -10px;
}
.page_map li:last-child::after{
	content: none;
}
@media screen and (max-width: 768px) {
   .page_map{
    padding-inline-start: 0;
   } 
}
/*ここまでぱんくずリスト------------*/
.sp{
    display: none;
}
.pc{
    display: block;
}
@media screen and (max-width: 768px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}
/*BG------------*/
.background-img::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(../images/bg.jpg);
    background-size: cover;
  }
  @media screen and (max-width: 768px){
    .background-img::before {
        background-position: 70% 100%;
    }
  }