@media screen and (min-width:768px){
  .sp_only{
    display: none!important;
  }
}/*@media(min-width:768px){*/

@media screen and (max-width:767px){
  .sp_hide{
    display: none!important;
  }

  main{
    padding-top: 105px;
  }


    /*
  ------------------------------------
  共通パーツ
  ------------------------------------
  */

  .container{
    max-width: 345px;
    margin:0 auto;
  }

  /*
  ------------------------------------
  ヘッダー
  ------------------------------------
  */

  header{
    position: fixed;
  }

  header .header_inner{
    max-width: 345px;
    margin:0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  header .header_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 105px;
    flex-wrap: wrap;
  }

  header .header_left{
    display: flex;
    align-items: center;
    order: 0;
  }

  header .header_logo img{
    width:100px;
  }

  header .header_logo p{
    margin-left: 6px;
    font-size: 12px;
  }


  header .header_right{
    order: 1;
  }


  header .button_flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    order: 2;
  }

  header .button_flex .button{
    width: 168px;
    height: 46px;
    font-size: 14px;
    text-align: center;
  }

  header .button_flex .button::after{
    width: 5px;
    height: 10px;
    right:14px;
  }

  header .button_flex .button.contact{
    margin-left: 0;
    width: 168px;
  }

  header .drawer_open_frame{
    margin-left: 0;
    min-width:37px;
    height:34px;
    z-index: 24;
  }

  header .drawer_open{
   
  } 


  header .drawer_open p{
    font-size: 12px;
    margin-top: 4px;
    
  }

  header .drawer_open_inner{
    width:34px;
    height:20px;
  }

  header .drawer_open .bar{
    height:2px;
  }

  header .drawer_open.active .bar1 {
    transform: translateY(8.8px) rotate(-45deg);
  }
  header .drawer_open.active .bar2 {
    display: none;
  }
  header .drawer_open.active .bar3 {
    transform: translateY(-8.8px) rotate(45deg);
  }

  header .drawer_open.active p{
    opacity: 0;
  }

  #drawer_menu{
    height: calc(100vh - 105px ); 
    height: calc(var(--vh2, 1vh) * 100 - 105px);
    top:105px;
    overflow-y: scroll;
  }


  #drawer_menu .drawer_flex{
    display: flex;
    height:auto;
    flex-direction: column-reverse;
    position: relative;
    align-items: center;
  }

  #drawer_menu .drawer_close{
    display: none;
  }

  #drawer_menu .drawer_flex .drawer_img{
    flex-shrink: 0;
    height:auto;
    width: 100%;
  }

  #drawer_menu .drawer_flex .drawer_img img{
    max-width: 100%;
    height:auto;
    object-fit: cover;
    margin:0 auto;
    max-height:auto;
    object-position: top;
  }


  #drawer_menu .drawer_flex .drawer_right{
    width:100%;
    height:auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  #drawer_menu .drawer_contents_frame{
    min-height: auto;
    max-width: 345px;
    margin:0 auto;
    display: block;
  }

  #drawer_menu .drawer_contents{
    padding-top: 50px;
    padding-bottom: 50px;

  }

  #drawer_menu .drawer_nav{
    display: flex;
    flex-direction: column;
  }

  #drawer_menu .drawer_nav ul+ul{
    margin-left: 0;
    margin-top: 32px;
  }

  #drawer_menu .drawer_nav li + li{
    margin-top: 32px;
  }

  #drawer_menu .drawer_nav .parents_link{
    font-size: 16px;
    line-height: 1.5;

  }

  #drawer_menu .button{
    display: none;
  }

  #drawer_menu .button.contact{
    margin-top: 20px;
  }

  #drawer_menu .drawer_tel{
    font-size: 22px;
  }

  #drawer_menu .drawer_tel::before{
    width: 23px;
    height: 23px;
    margin-right: 6px;

  }

  #drawer_menu .other_link{
    width: 182px;
    height: 51px;
    border-radius: 4px;
    margin-top: 16px;
  }


  /*
  ------------------------------------
  トップ
  ------------------------------------
  */

  body.top_body{
    
  }

  main.top_main{

  }

  .top_section{

  }

  .top_mv_section{
    
  }

  .top_mv_section .mv{
    width:100%;
  }

  .top_message_section{

  }

  .top_message_section .message_area{
    padding-top: 24px;
    padding-bottom:72px ;
  }

  .top_message_section .message_area::after{
    border-width: 40px 50vw 0 50vw;
    bottom:-39px;
  }

  .top_message_section .message_frame{
    max-width:355px;
    width:355px;
    margin:0 auto;
    position: relative;
  }

  .top_message_section .message_frame .letter{
    width: 100%;

  }

  .top_message_section .message_frame .mv_letter_icon{
    position: absolute;
    width:173px;
    right:0;
    bottom:-60px;
  }
  

  .top_message_section .mv_under{
    width: 100%;
    margin-top: -20px;
  }

  .red_bg_area{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .red_bg_area::before{
    height:100%;
  }

  .top_greeting_section{
    padding-top:70px;
  }

  .top_greeting_section .greeting_block{
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top_greeting_section .greeting_block::before{
    width:100%;
    height:100%;
  }

  .top_greeting_section .greeting_head{
    font-size:22px;
    line-height:1.8;
    top:-20px;
    left:15px;
    text-align: left;
    margin:0;
    right:auto;
    z-index: 4;
  }

  .top_greeting_section .greeting_head span{
    padding: 0 5px;
  }

  .top_greeting_section .greeting_block .greeting_flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .top_greeting_section .greeting_block .greeting_left{
    height:auto;
    position: relative;
  }

  .top_greeting_section .greeting_block .pic{
    position: static;
    right:0;
    top:0;
    width:100%;
  }

  .top_greeting_section .greeting_block .greeting_right{
    margin-left: 0;
    margin-top: 34px;
    /* width: 100%; */
  }

  .top_greeting_section .greeting_block p{
    font-size: 16px;
  }

  .top_greeting_section .greeting_block p+p{
    margin-top: 34px;
  }

  .top_greeting_section .greeting_block p span{
    font-size: 24px;
    padding:0 3px;
  }

  .top_history_section{
    padding-top: 70px;
  }

  .top_history_section .history_head img{
    width:343px;
    max-width: 100%;
  }

  .top_history_section .p01{
    font-size: 18px;
    margin-top: 40px;
    text-align: left;
  }

  .top_history_section .p01 + .p01{
    margin-top: 22px;
  }

  .top_history_section .history_hint{
    width:345px;
    margin-top: 8px;
  }

  .top_history_section .history_frame{
    margin-top: 12px;
    overflow-x: scroll;
  }

  .top_history_section .history_frame img{
    width:828px;
  }

  .top_history_section .p02{
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
  } 

  .top_history_section .p02 + .p02{
    margin-top: 32px;
    line-height: 1.8;
  }

  .top_history_section .p02 span{
    font-size: 26px;
    padding:0 2px;
  }

  .top_guide_section{
    padding-top: 60px;
  }

  .top_guide_section .guide_area{
    position: relative;
    padding:108px 15px 0;
  }

  .top_guide_section .guide_area::before{
    border-width: 63px 95px 0 95px;
  }

  .top_guide_section .guide_area::after{
    width:100%;
    height:100%;
  }


  .top_guide_section .guide_area .add_text{
    font-size: 24px;
    padding-left: 30px;
  }


  .top_guide_section .guide_area .p01{
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }


  .top_guide_section .guide_area .p01 span{
    color:#FFDF38;
    font-size: 24px;
  }

  .top_guide_section .guide_block{
    color:#fff;
  }

  .top_guide_section .guide_block01{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .top_guide_section .guide_block01 .guide_img_area{
    position: relative;
    height:auto;
  }

  .top_guide_section .guide_block01 .guide_img_area .pic{
    width:100%;
    position: static;
  }

  .top_guide_section .guide_block01 .guide_text_area{
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }

  .top_guide_section .guide_block01 .guide_text01_1{
    font-size: 20px;
  }

  .top_guide_section .guide_block01 .guide_text01_2{
    margin-top: 30px;
    font-size: 20px;
  }

  .top_guide_section .guide_block01 .guide_text01_3{
    margin-top: 40px;
    font-size: 34px;
    line-height: 1.5;
  }

  .top_guide_section .guide_block01 .guide_text01_4{
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.6;
    white-space: nowrap;
  }

  .top_guide_section .guide_block01 .guide_text01_5{
    margin-top: 20px;
    font-size: 19px;
    white-space: nowrap;
  }

  .top_guide_section .guide_block01 .text_list{
    margin-top: 18px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap:0 8px;
  }

  .top_guide_section .guide_block01 .text_list+.text_list{
    margin-top: 8px;
  }

  .top_guide_section .guide_block01 .text_list p{
    width:142px;
    height:46px;
    border: 3px solid #fff;
    font-size: 22px;    
  }

  .top_guide_section .guide_block01 .text_list>span{
    font-size: 20px;
    width: 100%;
  }

  .top_guide_section .guide_block02{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 50px;
  }

  .top_guide_section .guide_block02 .guide_text_area{
    margin-top: 30px;
  }

  .top_guide_section .guide_block02 .guide_img_area{
    position: relative;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .top_guide_section .guide_block02 .guide_img_area .pic{
    width:357px;
    top:0;
    left:0;
  }

  .top_guide_section .guide_block02 .guide_text02_1{
    font-size: 20px;

  }

  .top_guide_section .guide_block02 .guide_text02_1 .text_bg_yellow{
    font-size: 26px;
    line-height: 1.6;
  }

  .top_guide_section .guide_block02 .guide_text02_2{
    margin-top:50px;
    font-size: 20px;
  }

  .top_guide_section .guide_block02 .guide_text02_3{
    margin-top: 30px;
    font-size: 20px;
  }

  .top_guide_section .guide_block02 .guide_text02_4{
    margin-top: 50px;
    font-size: 26px;
  }

  .top_guide_section .p02{
    margin-top: 40px;
    font-size: 20px;
  
  } 

  .top_guide_section .guide_head{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .top_guide_section .guide_head .guide_head_img{
    width:375px;
    max-width: none;
  }

  .top_guide_section .guide_head .guide_head_bg{
    width: 345px;
    left: -43px;
    top: -64px;
  }

  .top_guide_section .guide_block03{
    margin-top: 6px;
    padding-top: 114px;
    padding-bottom: 68px;
  }

  .top_guide_section .guide_block03::before{
    width:345px;
    height:100%;
    background-image:url('../img/top/guide_bg_sp.jpg');
    clip-path: polygon(0 70px, 100% 0%, 100% 100%, 0% 100%);
  }

  .top_guide_section .guide_block03 .guide_text03_01{
    font-size: 18px;
    line-height: 1.5;
  }

  .top_guide_section .guide_block03 .guide_text03_02{
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.5;
  }

  .top_guide_section .guide_block03 .guide_text03_03{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 30px;
  }

  .top_guide_section .guide_block03 .guide_text03_04{
    margin-top: 50px;
    font-size: 24px;
  }

  .top_guide_section .guide_block03 .guide_text03_05{
    font-size: 18px;
    margin-top: 22px;
  }

  .top_guide_section .guide_block03 .guide_text03_06{
    font-size: 18px;
    margin-top: 52px;
  }

  .top_guide_section .guide_block03 .guide_text03_07{
    font-size: 22px;
    line-height: 1.3;
    margin-top: 30px;
  }

  .top_about_section{
    padding-bottom: 70px;
  } 

  .top_about_section .mv{
    aspect-ratio: 1/0.653;
    background-image: url('../img/top/about_mv_sp.jpg');
  }

  .top_about_section .sec_title{
    font-size: 26px;
    line-height: 1;
    margin-top: -90px;
  }

  .top_about_section .sec_title p{
    padding:6px;
  }
  .top_about_section .sec_title p + p{
    margin-top: 4px;
  }

  .top_about_section .sec_title .big{
    font-size:  54px;
  }

  .top_about_section .flex{
    margin-top: 40px;
    width: 100%;
    min-height: auto;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .top_about_section .flex .pic{
    position: static;
    left:100%;
    top:0;
    width:100%;
  }

  .top_about_section .about_block{
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
  }

  .top_about_section .about_block+.about_block{
    margin-top: 30px;
  }

  .top_about_section .about_block .human{
    width:70px;
    margin-right: 14px;
  }

  .top_about_section .about_block .about_contents{
    padding-top: 20px;
  }

  .top_about_section .about_block p{
    font-size: 16px;
    line-height: 1.5;
  }

  .top_about_section .about_block p + p{
    margin-top: 22px;
  }

  .top_about_section .about_block ul{
    margin-bottom: 22px;
  }

  .top_about_section .about_block ul li{
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.3;
    padding: 7px 8px 7px 14px;
    border-left: 8px solid #FE5900;
  }


  .top_sale_section{
    background-color: #F8F8F8;
    padding-bottom: 15px;
  } 

  .top_sale_section .mv{
    aspect-ratio: 1/0.653;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-image: url('../img/top/sale_mv_sp.jpg');
  }

  .top_sale_section .white_box{
    z-index: 1;
    width:345px;
    margin:0 auto;
    margin-top:-15px;
    padding-top: 68px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }

  .top_sale_section .sec_title{
    font-size: 26px;
    left:0;
    top:-60px;
  }

  .top_sale_section .sec_title p{
    padding:6px 8px;
  }
  .top_sale_section .sec_title p + p{
    margin-top: 4px;
  }

  .top_sale_section .sec_title .big{
    font-size: 38px;
  }

  .top_sale_section .sale_text01{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 900;
  }

  .top_sale_section .sale_text01 .big{
    font-size: 28px;
  }

  .top_sale_section .sale_text02{
    margin-top: 32px;
    font-size: 15px;
    line-height: 1.8;
  }

  .top_sale_section .sale_text03{
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8;
  }

  .top_sale_section .sale_text03 span{
    font-size: 22px;
  }

  .top_sale_section .sale_text04{
    margin-top:26px;
    font-size: 15px;
  }

  .top_sale_section .sale_text04 span{
    font-size: 22px;
  }

  .top_sale_section .sale_text05{
    margin-top: 26px;
    font-size: 15px;
  }

  .top_sale_section .sale_text05 span{
    font-size: 22px;
  }

  .top_sale_section .sale_text06{
    margin-top: 26px;
    font-size: 21px;
    white-space: nowrap;
  }

  .top_sale_section .sale_text07{
    margin-top: 26px;
    font-size: 15px;
  }

  .top_sale_section .sale_human{

    width:117px;
    bottom:0;
    right:0;
    z-index: 2;
  }

  .top_job_section{

  }

  .top_job_section .job_list_area{
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .top_job_section .job_list_area::after{
    border-width: 70px 50vw 0 50vw;
    bottom: -70px;
  }

  .top_job_section .job_head{
    position: relative;
    display: flex;
    justify-content: center;
  }


  .top_job_section .job_head .job_head_img{
    width:260px;
    margin:0 auto;
  }

  .top_job_section .job_head_deco{
    position: absolute;
    z-index: -1;
    width:205px;
  }

  .top_job_section .job_head_deco01{
    top: 8px;
    right: calc(50% + 68px);
  }
  .top_job_section .job_head_deco02{
    width: 145px;
    top: 123px;
    left: calc(50% + 104px);
  }

  .top_job_section .p01{
    margin-top: 50px;
    font-size:18px;
    line-height: 1.5;
    text-align: center;
  }

  .top_job_section .job_list{

  }

  .top_job_section .job_block{
    position: relative;
    padding-top: 40px;
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    margin-top: 40px;
  }


  .top_job_section .job_inner{
    width: 100%;
    margin:0 auto;
    position: relative;
  }

  .top_job_section .job_block .job_name{
    font-size: 36px;
    padding-bottom: 24px;
  }

  .top_job_section .job_block .job_name::before{
    width: 45px;
    height:41px;
    top:-20px;
    left:-10px;
  }

  .top_job_section .job_block .job_name::after{
    width:100%;
    height:3px;
  }

  .top_job_section .job_block .job_pic{
    position: static;
    width:305px;
    margin:0 auto;
    margin-top: 24px;
  }

  .top_job_section .job_block .job_pic + .job_text{
    margin-top: 24px;
  }

  .top_job_section .job_block .job_text{
    margin-top: 30px;
    font-size: 18px;
    white-space: normal;
  }

  .top_job_section .job_block .job_min_name{
    width: fit-content;
    margin-top: 40px;
    font-size: 20px;
    padding:8px;
  }

  .top_job_section .job_block .job_min_name + .job_text{
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
  }

  .top_job_section .job_block .voice_box{
    padding:16px 6px 16px 72px;
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.3;
  }

  .top_job_section .job_block .voice_box::before{
    border-width: 0 14px 18px 14px;
    left:116px;
    top:-16px;
  }

  .top_job_section .job_block .voice_box .job_human{
    width:70px;
    left:-8px;
    top:8px;
  }



  .top_job_section .job_bottom_area{
    padding-top: 116px;
    padding-bottom: 100px;
  }

  .top_job_section .job_bottom_area::before{

    background-image:url('../img/top/job_bg_sp.jpg') ;
    background-position: top;
  }

  .top_job_section .job_bottom_area .job_bottom_head{
    font-size: 22px;
  }

  .top_job_section .job_bottom_area .job_bottom_flex{
    position: relative;
    margin-top: 54px;
    justify-content: flex-end;
  }

  .top_job_section .job_bottom_area .job_human{
    width:70px;
    height:70px;
    margin-right: 0;
    position: absolute;
    left:0;
    top:-34px;
    z-index: 2;
  }

  .top_job_section .job_bottom_area .job_bottom_text_area{
    padding:24px 10px 24px 20px;
    width: 301px;
  }

  .top_job_section .job_bottom_area .job_bottom_text_area::before{
    content:none;
  }

  .top_job_section .job_bottom_area .job_bottom_text_area p{
    font-size: 16px;
    line-height: 1.5;
  }

  .top_job_section .job_bottom_area .job_bottom_text_area p+p{
    margin-top: 20px;
  }


  .top_step_section{
    padding-top: 100px;
    padding-bottom: 152px;
    margin-top: -70px;
    clip-path: polygon(0 55px, 100% 0%, 100% calc(100% - 55px), 0% 100%);
  } 


  .top_step_section .step_head{
    font-size: 26px;
    line-height: 1.2;
  }

  .top_step_section .step_head span{
    font-size: 34px;
  }

  .top_step_section .p01{
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    position: relative;
    z-index: 6;
   }

  .top_step_section .stap_list{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top_step_section .stap_list .step_arrow{
    width:40px;
    height:26px;
    margin:32px auto;
  }

  .top_step_section .step_block{
    width: 355px;
    padding:32px 11px 24px 12px;
  }

  .top_step_section .step_block .step_num{
    font-size: 70px;
    font-weight: 800;
    top: 10px;
    left: 4px;
  }   


  .top_step_section .step_block .step_left{
    margin-right: 12px;
    
  }

  .top_step_section .step_block .step_left img{
    width:12px;
  }

  .top_step_section .step_block .step_left::after{
    width:2px;
    margin-top: 16px;
  }

  .top_step_section .step_block .step_right{
    padding-top: 12px;
    padding-bottom: 0;
  }

  .top_step_section .step_block .step_title{
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
  }

  .top_step_section .step_block .human_block{
    margin-top: 40px;
    align-items: flex-start;
    display: flex;
  }


  .top_step_section .step_block .human_block img{
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }

  .top_step_section .step_block .human_block p{
    padding-top: 0px;
    font-size: 16px;
    line-height: 1.5;
  }


  .top_step_section .step_block .min_flex{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
  }

  .top_step_section .step_block .min_flex p{
    font-size: 16px;
    white-space: normal;
    margin-top: 0;
  }

  .top_step_section .step_block .min_flex img{
    width:100%;
    flex-shrink: 0;
    margin-left: 0;
    margin-top: 20px;
  }


  .top_step_section .step_block .box_flex{
    display: flex;
    flex-direction: column;
    gap:30px 0;
    margin-top: 40px;
  }

  .top_step_section .step_block .color_box{
    width:100%;
    border:5px solid #C71E1A;
    padding: 0;
    position: relative;
    margin-top: 30px;
  }

  .top_step_section .step_block .box_flex .color_box{
    width:100%;
    padding:0;
    margin-top: 0;
  }

  .top_step_section .step_block .color_box .color_box_body{
    padding:20px 20px 46px;
  }

  .top_step_section .step_block .box_flex .color_box .color_box_body{
    padding:12px 12px 20px;
  }
  .top_step_section .step_block .box_flex .color_box .box_head{
    width: fit-content;
  }

  .top_step_section .step_block .color_box .box_head{
    position: static;
    /* width: calc(100% + 1px); */
    height:auto;
    padding:8px 4px;
    font-size: 18px;
    margin-top: -5px;
    white-space: nowrap;
  }


  .top_step_section .step_block .color_box .box_head span{
    height:auto;
    border-radius: 60px;
    margin-right: 8px;
    padding:4px 12px;
    font-size: 16px;
  }

  .top_step_section .step_block .color_box ul li{
    font-size: 16px;
    margin-top: 4px;
    line-height: 1.5;
  }

  .top_step_section .step_block .color_box ul li::before{
    width:15px;
    height:12px;
    margin-right: 7px;
    margin-top: 7px;
  }

  .top_step_section .step_block .color_box .color_box_title{
    font-size: 24px;
    padding-bottom: 0;
  }

  .top_step_section .step_block .color_box .color_box_text{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
  }


  .top_step_section .step_block .color_box .color_box_text + .color_box_title{
    margin-top: 28px;
  }

  .top_step_section .step_block01{

  }

  .top_step_section .step_block01 .step_deco01{
    position: absolute;
    width:150px;
    right:-3px;
    bottom:100%;
  }

  .top_step_section .step_block01 .step_right{
    padding-bottom: 0;
  }


  .top_step_section .step_block02{

  }

  .top_step_section .step_block02 .step_deco02{
    position: absolute;
    width: 111px;
    top: -73px;
    left: auto;
    right: -14px;
    z-index: 5;
  }


  .top_step_section .step_block02 .step02_01{
    position: static;
    width:100%;
    margin:24px auto 0;
  }

  .top_step_section .step_block02 .step02_02{
    position: absolute;
    width:105px;
    right:-20px;
    bottom:0;
  }

  .top_step_section .step_block03{

  }

  .top_step_section .step_block03 .independ_text{
    margin-top: 40px;
    font-size: 18px;
  }


  .top_step_section .step_block03 .independ_text + .independ_text{
    margin-top: 30px;
  }

  .top_step_section .step_block03 .step03_01{
    position: absolute;
    width:115px;
    right:0;
    top:-52px;
  }


  .top_step_section .p02{
    margin-top: 50px;
    font-size: 22px;
    position: relative;
    z-index: 5;
  }

  .top_step_section .p02 span{
    font-size: 32px;
  }
  .top_step_section .p02 span.big{
    font-size: 50px;
  }

  .top_step_section .p03{
    margin-top: 50px;
    font-size: 16px;
  }

  .top_step_section .p03 span{
    font-size: 24px;
  }

  .top_step_section .p04{
    margin-top: 20px;
    font-size: 16px;
  }

  .top_step_section .p04 span{
    font-size: 24px;
  }

  .top_step_section .step_deco03{
    position: absolute;
    z-index: 1;
    width: 260px;
    left: calc(50% + -71px);
    bottom: 26px;
  }

  .top_data_section{
    padding-top: 110px;
    padding-bottom: 50px;
    margin-top: -60px;    
  }

  .top_data_section .data_head{
    font-size: 26px;
    text-align: left;
  }

  .top_data_section .data_head img{
    width: 236px;
    top: -53px;
    right: auto;
    left: 95px;
  }
  .top_data_section .data_head p{
    position: relative;
    z-index: 3;
  }

  .top_data_section .data_head span{
    font-size: 40px;
  }

  .top_data_section .data_frame{
    margin-top: 60px;
  }

  .top_data_section .data_frame .data{
    width:100%;
    margin-left: 0;
  }

  .top_data_section .step_deco{
    display: none;
  }

  .top_interview_section{
    padding-top: 90px;
    padding-bottom: 70px;
    background-color: #F8F8F8;
  } 

  .top_interview_section .sec_title{
    font-size:26px;
    line-height: 1;
    text-align: center;
  }

  .top_interview_section .sub_title{
    font-size: 18px;
    line-height: 1;
    margin-top: 50px;
    text-align: center;
  }

  .top_interview_section .interview_list{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 40px;
    gap: 40px 0;
  }

  .top_interview_section .interview_card{
    width:100%;
  }

  .top_interview_section .interview_card .interview_button{
    width: 304px;
    height: 46px;
    font-size: 18px;
    bottom:20px;

  }

  .top_interview_section .interview_card .interview_button::after{

    width: 6px;
    height: 11px;
    right:30px;
  }

  .top_interview_section .interview_card01{
    margin-top: 0;
  }

  .top_interview_section .interview_card02{
    margin-top: 0;
  }

  .top_recommend_section{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .top_recommend_section .flex{
    padding:0;
    display: flex;
    justify-content: space-between;
    
    flex-direction: column;
  }


  .top_recommend_section .left{
    width:100%;
    height:auto;
  }

  .top_recommend_section .right{
    margin-top: 34px;
  }

  .top_recommend_section .recommend_head{
    font-size: 26px;
    padding-bottom:12px;
    border-bottom:2px solid #1B2D3F;
  }

  .top_recommend_section .p01{
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6;
    padding-left: 10px;
    padding-right: 10px;
    width: fit-content;
    white-space: nowrap;
  }

  .top_recommend_section .p01::before,
  .top_recommend_section .p01::after{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
  }

  .top_recommend_section .p01::before{
    left:-12px;
    top:-6px;
  }
  .top_recommend_section .p01::after{
    right:-4px;
    bottom:-6px;
  }

  .top_recommend_section .p02{
    margin-top: 32px;
    font-size: 15px;
    padding-left: 0;
    /* white-space: nowrap; */
  }

  .top_recommend_section .p03{
    font-size: 32px;
    padding-left: 0;
    white-space: nowrap;
  }

  .top_recommend_section .border{
    height:none;
  }

  .top_recommend_section .pic{
    position: static;
    width:100%;
    margin:30px auto 0;

  }

  .top_recommend_section ul{
    width: 100%;
    margin:32px auto 0;
  }

  .top_recommend_section ul li{
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.6;  
  }

  .top_recommend_section ul li::before{
    width:16px;
    height:16px;
    margin-right: 4px;
    margin-top: 4px;
  }

  .top_recommend_section .book_list{
    width:100%;
    margin:32px auto 0;
    padding:20px 24px;
  }

  .top_recommend_section .book_list img{
    width:82px;
  }

  .top_merit_section{
    padding-top: 154px;
    padding-bottom: 248px;
  }

  .top_merit_section::before{
    height:calc(100% + 100px);
  }

  .top_merit_section .merit_head{
    font-size: 34px;
    font-weight: 900;
  }

  .top_merit_section .merit_head span{
    font-size: 50px;
  }

  .top_merit_section .merit_head span.num{
    font-size: 70px;
  }

  .top_merit_section .merit_head span.span01{
    padding-bottom: 20px;
    display: inline-block;
    font-size: 34px;
  }

  .top_merit_section .p01{
    margin-top: 40px;
    font-size: 18px;
    white-space: nowrap;
  }

  .top_merit_section .p01 + .p01{
    margin-top: 22px;
  }

  .top_merit_section .merit_list{
    margin-top: 50px;
  }

  .top_merit_section .merit_block{
    margin-top: 22px;
  }

  .top_merit_section .merit_block:first-child{
    margin-top: 0;
  }

  .top_merit_section .merit_card{
    position: relative;
    height:auto;
  }

  .top_merit_section .merit_card .merit_radi{
    width: 32px;
    height: 32px;
    bottom:24px;
    right:10px;
  }


  .top_merit_section .merit_card .merit_radi::after{
    width:14px;
    height:10px;
  }



  .top_merit_section .merit_body{
    padding:30px 12px;
  }

  .top_merit_section .merit_block02 .merit_body{
    padding-bottom:110px;
  }

  .top_merit_section .merit_block03 .merit_body{
    padding-bottom:110px;
  }

  .top_merit_section .merit_block05 .merit_body{
    padding-bottom:80px;
  }

  .top_merit_section .merit_body p{
    font-size: 18px;
  }

  .top_merit_section .merit_body p .red{
    font-size: 18px;
    font-weight: 900;
  }

  .top_merit_section .merit_body p .big{
    font-size: 26px;
  }
  .top_merit_section .merit_body p .bold{
    font-weight: 900;
  }

  .top_merit_section .merit_body p + p{
    margin-top: 32px;
  }

  .top_merit_section .merit_block02 .merit02_01{
    width:204px;
    right:5px;
    bottom:0;
  }

  .top_merit_section .merit_block03 .merit03_01{
    width:140px;
    right:0;
    bottom:0;
  }

  .top_merit_section .merit_block05 .merit05_01{
    width:120px;
    right:-10px;
    bottom:0;
  }

  .top_merit_section .merit_deco1{
    width:323px;
    top:0;
    right:calc(50% - 160px);
  }
  .top_merit_section .merit_deco2{
    width: 176px;
    top: 306px;
    left: auto;
    right: -80px;
  }
  .top_merit_section .merit_deco3{
    width: 200px;
    top: 430px;
    right: auto;
    left: -110px;
  }
  .top_merit_section .merit_deco4{
    width:354px;
    bottom:0;
    left:calc(50% - 182px);
  }

  .top_seek_section{
    position: relative;
    padding-bottom: 80px;
  } 

  .top_seek_section .mv{
    aspect-ratio: 1/0.645;
    margin-top: -50px;
    background-image: url('../img/top/seek_mv_sp.png');
  }

  .top_seek_section .seek_head img{
    width:331px;
    margin:48px auto 0;
  }

  .top_seek_section .type_list{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 50px;
  }

  .top_seek_section .type_box{
    width:360px;
    padding:40px 10px 10px;
    position: relative;
  }

  .top_seek_section .type_box::before{
    width:124px;
    height:123px;
  }


  .top_seek_section .type_box .type_img{
    position: relative;
    z-index: 2;
    margin-top: 40px;
  }

  .top_seek_section .type_box .type_img img{
    width: 100%;
    margin:0 auto;
  }

  .top_seek_section .type_box ul{
    width: 100%;
    margin:40px auto 0;
    padding-left: 0;
  }

  .top_seek_section .type_box ul li{
    padding-left: 32px;
    font-size: 16px;
    /* min-height: 40px; */
    min-height: auto;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    line-height: 1.5;
    position: relative;
  }

  .top_seek_section .type_box ul li::before{
    width:25px;
    height:24px;
    top:0px;
    bottom:0;
    translate: 0;
    margin: auto;
  }

  .top_seek_section .type_box ul li span{
    font-size: 24px;
  }

  .top_seek_section .type_box .p01{
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
    color:#fff;
  }

  .top_seek_section .type_box .seek_bottom_img{
    width: 100%;
    margin-top: 0;
  }

  .top_seek_section .type_box01 .type_title img{
    width:100%;
    margin:0 auto;
    translate:  0;
  }

  .top_seek_section .type_box02{
    background-color: #1B2D3F;
    margin-top: 30px;
  }

  .top_seek_section .type_box02 .type_title img{
    width:100%;
    margin:0 auto;
    /* translate: 10px 0; */
  }


  .top_gal_section{
    padding-top: 110px;
    padding-bottom: 70px;
    background-image: url('../img/top/gal_bg_sp.jpg');
    clip-path: polygon(0 50px, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -50px;
  } 

  .top_gal_section .movie_frame{
    aspect-ratio: 1/0.5625;
  }


  .top_gal_section .movie_frame .movie_thumb::after{
    border-width: 20px 0 20px 35.8px;
  }
  .top_gal_section .img_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap:10px 0;
    margin-top: 40px;
    position: relative;
  }

  .top_gal_section .img_list img{
    width:168px
  }

  .top_gal_section .img_list .gal03{
    margin-left: auto;
  }

  .top_gal_section .img_list .gal04,
  .top_gal_section .img_list .gal05{
    width:100%;
  }

  .top_gal_section .img_list .gal08{
    margin:0 auto;
  }

  .top_gal_section .gal_deco{
    position: absolute;
    z-index: 3;
  }

  .top_gal_section .img_list .gal_deco01{
    position: absolute;
    width: 177px;
    top:80px;
    right:auto;
    left:0;
    bottom:0;
    z-index: 2;
  }
  .top_gal_section .gal_deco02{
    width:92px;
    right:calc(50% + 85px);
    bottom:0;
  }
  .top_gal_section .gal_deco03{
    width:124px;
    left:calc(50% + 60px);
    bottom:0;
  }

  .top_faq_section{
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .top_faq_section .faq_head{
    font-size: 24px;
  }

  .top_faq_section .p01{
    margin-top: 60px;
    color:#fff;
    font-size: 18px;
    text-align: left;
  }

  .top_faq_section .faq_list{
    margin-top: 40px;
    position: relative;
    z-index: 4;
  }

  .top_faq_section .faq_block{
    margin-top: 14px;
    position: relative;
  }

  .top_faq_section .faq_block .faq_question{
    padding:14px 46px 14px 36px;
    font-size: 18px;
    line-height: 1.5;
  }

  .top_faq_section .faq_block .faq_question::before{
    font-size: 24px;
    top:12px;
    left:9px;
  }

  .top_faq_section .faq_block .faq_question::after{
    width:30px;
    height:30px;
    right:8px;
    top:12px;
  }


  .top_faq_section .faq_block .faq_answer{
    padding:14px 14px 18px 36px;
    font-size: 14px;
    line-height: 1.5;
    /* display: block; */
  }

  .top_faq_section .faq_block .faq_answer::before{
    font-size: 24px;
    top:12px;
    left:12px;
  }

  .top_faq_section .faq_deco01{
    width:139px;
    right:0;
    bottom:100%;
  }
  .top_faq_section .faq_deco02{
    display: none;
  }
  .top_faq_section .faq_deco03{
    display: none;
  }
  .top_faq_section .faq_deco04{
    width:124px;
    top:auto;
    bottom:82px;
    right:auto;
    left:-20px;
  }
  .top_faq_section .faq_deco05{
    width:261px;
    bottom:0;
    left:calc(50% + -60px);
    z-index: 6;
  }

  .top_appli_section{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .top_appli_section .appli_head{
    font-size: 24px;
  }

  .top_appli_section .appli_list{
    max-width: 880px;
    margin:0 auto;
    margin-top: 32px;
  }

  .top_appli_section .appli_block{
    padding:30px 0;
    flex-direction: column;
  }

  .top_appli_section .appli_block .appli_left{
    width:220px;
    padding-right: 0;
    flex-shrink: 0;
  }

  .top_appli_section .appli_block .appli_left p{
    padding-left: 12px;
    font-size: 18px;
  }

  .top_appli_section .appli_block .appli_left p::before{
    width: 6px;
    height: 20px;
    top:2px;
  }


  .top_appli_section .appli_block .appli_right{
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .top_appli_section .appli_block .appli_right p + p{
    margin-top: 20px;
  }

  .top_appli_section .contact_link{
    width: 100%;
    height: 68px;
    font-size: 16px;
    margin:50px auto 0;
  }

  .top_appli_section .contact_link::after{
    width: 6px;
    height: 11px;
    right:48px;
  }


  /*
  ------------------------------------
  インタビューポップアップ
  ------------------------------------
  */

  .interview_popup .interview_popup_frame{
    width: 355px;
    height: calc(80vh ); /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    height: calc(var(--vh2, 1vh) * 80);
    max-width: 100%;
    position: relative;
  }


  .interview_popup .interview_popup_close{
    position: absolute;
    width:30px;
    right:0;
    top:-40px;
    cursor: pointer;
  }


  .interview_popup .interview_popup_body{
    position: relative;
    padding:0;
    padding-bottom: 80px;
    background-color: #C71E1A;
  }

  .interview_popup .interview_popup_body_inner{
    padding: 10px 10px 60px;
  }

  .interview_popup .interview_popup_container{
    max-width: 600px;
    margin:0 auto;
  }

  .interview_popup .interview_block{
    display: block;
    position: relative;
  }

  .interview_popup .interview_block .pic{
    position: static;
    width:100%;
    top:0;
    margin-bottom: 32px;
  }


  .interview_popup .interview_block_contents{
    width:100%;
    white-space: normal;
  }


  .interview_popup .interview_block .interview_head{
    font-size: 18px;
    line-height: 1.7;
    color:#fff;
    
  }

  .interview_popup .interview_block .interview_head span{
    padding:0 10px;
  }

  .interview_popup .interview_block * + .interview_head{
    margin-top: 50px;
  }

  .interview_popup .interview_block .interview_text{
    font-size: 16px;
    line-height: 1.7;
  }

  .interview_popup .interview_block * + .interview_text{
    margin-top: 20px;
  }


  .interview_popup .interview_block .flow_box{
    width: 100%;
    min-width:auto;
    padding:14px;
    margin-top: 30px;
  }

  .interview_popup .interview_block .flow_box li{
    font-size: 15px;
    line-height: 1.7;
    margin-top: 9px;
  }

  .interview_popup .interview_block .flow_box li:first-child{
    margin-top: 0;
  }

  .interview_popup .interview_block .flow_box li span{
    height: 25px;
    font-size: 15px;

    margin-right: 8px;
  }

  .interview_popup .interview_block .flow_box li .month_block{
    width:75px;
  }

  .interview_popup .interview_block .flow_box li .time_block{
    width:106px;
  }

  .interview_popup .interview_block + .interview_block{
    margin-top: 70px;
  }


  .interview_popup .interview_popup_text_close{
    bottom:32px;
    font-size: 15px;
  }

  .interview_popup .interview_popup_text_close::after{
    width:10px;
    height:15px;
    margin-left: 16px;
  }


  /*
  ------------------------------------
  採用エントリー
  ------------------------------------
  */

  .contact_mv_section{
    aspect-ratio: 1/0.9;
    min-width: 100%;
    max-width: 100%;
    min-height: 300px;
    background-image: url('../img/contact/contact_mv_sp.jpg');
    align-items: flex-start;
    padding-top: 60px;
  }



  main.contact_main{
    background-color: #F8F8F8;
  }

  .contact_mv_section img{
    width:350px;
  }

  .contact_section01{
    padding-top: 70px;
    padding-bottom: 60px;
  } 

  .contact_section01 .sec_title{
    font-size: 18px;
    text-align: center;
  }

  .contact_section01 .button_list{
    margin-top: 30px;
  }

  .contact_section01 .button_list .button{
    width: 100%;
    height: 86px;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 10px;
  }

  .contact_section01 .button_list .button::after{
    width: 8px;
    height: 15px;
    right:32px;
  }


  .contact_info_section{

  } 

  .contact_info_section .white_box{
    padding:50px 15px 310px;
    text-align: left;
  }

  .contact_info_section .sec_title{
    font-size: 20px;
  }

  .contact_info_section .contact_guide{
    margin-top: 30px;
  }

  .contact_info_section .p01{
    font-size: 15px;

  }

  .contact_info_section .p02{
    margin-top: 40px;
    font-size: 15px;
    line-height: 2;
  }

  .contact_info_section .p03{
    margin-top: 30px;
    font-size: 15px;
  }

  .contact_info_section .p04{
    margin-top: 30px;
    font-size: 15px;
  }

  .contact_info_section .p05{
    margin-top: 20px;
    font-size: 15px;
  }

  .contact_info_section .p06{
    margin-top: 30px;
    font-size: 14px;
  }

  .contact_info_section .text_list{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap:8px 0;
    margin-top: 50px;
  }

  .contact_info_section .text_list + .text_list{
    margin-top: 8px;
  }

  .contact_info_section .text_list p{
    font-size: 18px;
    height:auto;
    padding:12px;
    width:auto;
  }

  .contact_info_section .text_list p + p{
    width:auto;
  }

  .contact_info_section .contact_deco{
    width:100%;
    position: absolute;
    bottom:0;
    right:0;
  }

  .contact_form_section{
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .contact_info_section + .contact_form_section{
    margin-top: 50px;
  }

  .contact_form_section .white_box{
    padding:50px 15px;
  }

  .contact_form_section .sec_title{
    font-size: 20px;
    text-align: center;
    color:#C71E1A;  
  }

  .contact_form_section .form_top_text{
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;

  }

  .contact_form_section .form_block{
    margin-top: 35px;
  }

  .contact_form_section .form_line{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 30px;
  }

  .contact_form_section .form_left{
    flex-shrink: 0;
    padding-top: 0;
    width:100%;
  }

  .contact_form_section .form_title{
    font-size: 16px;
  }

  .contact_form_section .form_title::before{
    content:'必須';
    width: 44px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    margin-right: 22px;
  }

  .contact_form_section .form_right{
    width:100%;
    margin-top: 8px;
  }

  .contact_form_section input[type="text"],
  .contact_form_section select{
    width:100%;
    height:54px;
    border-radius: 5px;
    padding:0 12px;
    font-size: 16px;
  }


  .contact_form_section select{
    padding:0 4px;
  }
  .contact_form_section .birth_flex{
    display: flex;
    justify-content:flex-start;

  }

  .contact_form_section .birth_box{
    width:88px;
    margin-right: 8px;
  }

  .contact_form_section .birth_box04{
    width:67px;
    margin-right: 0;
  }

  .contact_form_section .agree_flex{
    margin-top: 52px;
    font-size: 14px;
    font-weight: 500;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .contact_form_section .agree_flex p{
    margin-left: -8px;
  }


  .contact_form_section .agree_flex input{
    width:18px;
    height:18px;
    margin-top: 10px;
  }

  .contact_form_section .submit_area{

    margin-top: 50px;
  }


  .contact_form_section .submit_area .submit_frame::after{
    width: 8px;
    height: 15px;
    right:40px;
  }

  .contact_form_section .submit_area .submit{

    width: 313px;
    height: 76px;
    border-radius: 4px;
    font-size: 16px;
    transition-duration: 0.4s;
  }


  .contact_form_section .submit_area .return{
    margin-top: 40px;
    font-size: 18px;
  }

  .contact_form_section .confirm_text{
    margin-top: 50px;
    font-size: 16px;
    text-align: left;
    white-space: normal;
    /* display: none; */
  }


  .contact_form_section .mw_wp_form_confirm .form_left{
    padding-top: 0;
  }

  .contact_form_section .mw_wp_form_confirm .agree_flex{
    display: none;
  }

  .contact_form_section .mw_wp_form_confirm .birth_flex{
    display: flex;
    justify-content: flex-start;
    gap:0 8px;
  }

  .contact_form_section .mw_wp_form_confirm .birth_box{
    width: auto;
  }

  .contact_form_section .mw_wp_form_confirm .birth_box04{
    width: auto;
  }

  .contact_finish_section .p01{
    font-size: 20px;
    text-align: center;
  }

  .contact_finish_section .top_link{

    width: 313px;
    height: 76px;
    font-size: 16px;
    margin:40px auto 0;
  }


  .contact_finish_section .top_link::after{
    width: 8px;
    height: 15px;
    right:48px;
  }

  
}/*@media(max-width:767px){*/