@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{
    width: 92%;
    max-width: 400px;
    margin:0 auto;
  }

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

  header{
    position: fixed;
  }

  header .header_inner{
    width: 92%;
    max-width: 400px;
    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: center;
    gap:0 10px;
    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_inner{
    padding-top: 30px;
    width: 92%;
    max-width: 400px;
  }
  #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_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_deco {
    width: 100%;
    position: relative;
    height:380px;
    /* height: 898px; */
    flex-shrink: 0;
  }

  #drawer_menu .drawer_deco img{
    position: absolute;
    width: 375px;
    top:auto;
    bottom:0;
    left:calc(50% - 50vw);
  }

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

  #drawer_menu .drawer_nav ul{
    width: 100%;
  }

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

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

  #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;
  }


    /*
  ------------------------------------
  トップページ
  ------------------------------------
  */

  .top_mv_section .mv_text{
    height:60px;
    font-size: 18px;
  }

  .top_worry_section{
    padding:50px 0 60px;
    background-image: url('../img/top/worry_bg.png');
    background-size: 100%;
  }

  .top_worry_section .worry_head{
    display: flex;
    justify-content: center;
    
  }

  .top_worry_section .worry_head img{
    width:345px;
  }

  .top_worry_section .card_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 32px;
    gap:8px 0;
  }

  .top_worry_section .card_list li{
    margin:0;
    width:345px;
  }


  .top_come_section{
    padding-top: 86px;
    padding-bottom: 60px;
    margin-top: -30px;
    background-image: url('../img/top/come_bg_sp.jpg');
  }

  .top_come_section .come_head01{
    width:100%;
    margin:0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .top_come_section .come_head01 .come_head01_img{
    width:256px;
  }


  .top_come_section .come_head01::before{
    width: 234px;
    height: 280px;
    position: absolute;
    left:auto;
    right:210px;
  }

    

  .top_come_section .come_head02{
    display: flex;
    justify-content: center;
    margin-top: 56px;
  }

  .top_come_section .come_head02 img{
    width:354px;
  }

  .top_come_section .come_special{
    margin-top: 40px;
  }

  .top_contact_section{
    padding:30px 0;
  }

  .top_contact_section .white_box{
    width:92%;
    min-width: 92%;
    max-width: 400px;
    padding:44px 16px 44px;
    border-radius: 20px;
  }

  .top_contact_section .contact_head{
    width: 300px;
  }

  .top_contact_section .contact_head::before{
    width:90px;
    height:90px;
    top: -65px;
    right: calc(50% + 88px);
  }

  .top_contact_section .tel{
    margin:32px auto 0;
    font-size: 34px;
  }

  .top_contact_section .tel::before{
    width:36px;
    height:36px;
    margin-right: 12px;
  }

  .top_contact_section .button_flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 24px;
  }

  .top_contact_section .button{
    width: 320px;
  }
  .top_contact_section .button.mail{
    margin-left: 0;
    margin-top: 10px;
  }

  .top_greeting_section{
    padding-top: 56px;
    padding-bottom: 60px;
    background-image: url('../img/top/greeting_bg.png');
    background-position: bottom;
    background-size: 100%;
  }

  .top_greeting_section .greeting_head01{
    width:326px;
    margin:0 auto;
  }


  .top_greeting_section .greeting_head02{
    margin-top: 50px;
    font-size: 17px;
    line-height: 1.5;
  }

  .top_greeting_section .greeting_card_list_frame{
    margin-top:60px;
    position: relative;
  }

  .top_greeting_section .greeting_card_list_frame::before{
    width:207px;
    height:213px;
    background-image: url('../img/top/greeting_deco01_sp.png');
    top:-175px;
    left:-24px;
  }

  .top_greeting_section .greeting_card_list{
    padding:20px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:20px 0;
  }

  .top_greeting_section .greeting_card_list li{
    width:100%;
  }

  .top_greeting_section .greeting_text_frame{
    margin-top: 30px;
  }

  .top_greeting_section .greeting_text_frame p{
    font-size: 18px;
    line-height: 1.5;
  }

  .top_greeting_section .greeting_text_frame p + p{
    margin-top: 30px;
  }

  .top_greeting_section .greeting_text_frame li{
    margin-top: 10px;
    padding:6px 10px;
    font-size: 20px;
    line-height: 1.2;
  }

  .top_greeting_section .greeting_text_frame ul + p{
    margin-top: 10px;
  }

  .top_greeting_section .greeting_kind_frame{
    margin-top: 296px;
    padding:60px 10px 24px;
    border: 2px solid #2D3D4D;
    border-radius: 14px;
  }

  .top_greeting_section .greeting_kind_head{
    width:325px;
    top:-26px;
  }

  .top_greeting_section .greeting_kind_frame::before{
    width:375px;
    height:284px;
    background-image: url('../img/top/greeting_deco02_sp.png');
    position: absolute;
    right:auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom:100%;
  }

  .top_greeting_section .greeting_kind_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:48px 0;
  }

  .top_greeting_section .greeting_kind_list li{
    width:48%;
    position: relative;
  }

  .top_greeting_section .greeting_kind_list li p{
    padding:0 10px;
    height: 35px;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    left:0;
    right:0;
    margin:auto;
    top:-17px;
  }

  .top_greeting_section .greeting_kind_text{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .top_greeting_section .greeting_impression_text01{
    margin-top: 30px;
    font-size: 26px;
    line-height: 1.6;
  }

  .top_greeting_section .greeting_impression_list{
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:0 2px;
  }

  .top_greeting_section .greeting_impression_list li{
    width:168px;
  }

  .top_greeting_section .greeting_impression_list li:nth-child(2){
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .top_greeting_section .greeting_impression_list li:nth-child(3){
    margin-top: -12px;
  }


  .top_greeting_section .greeting_impression_text02{
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
  }

  .top_data_section{
    margin-top: -90px;
    padding-top: 104px;
    padding-bottom: 80px;
    background-image: url('../img/top/data_bg01_sp.jpg');
  }

  .top_data_section .data_head{
    display: flex;
    justify-content: center;
  }

  .top_data_section .data_head img{
    width:348px;
  }

  .top_data_section .data_frame{
    margin: 120px auto 0;
    padding:140px 16px 40px;
    border:4px solid #FCD716;
    border-radius: 24px;
  } 

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

  .top_data_section .data_baloon{
    width:365px;
    left:calc(50% - 50vw);
    top:-100px;
  }

  .top_data_bg_section{
    height:calc(210 / 375 * 100vw);
    max-height:calc(428 / 1440 * 1920px);
    background-image: url('../img/top/data_bg02_sp.png');
    margin: -30px auto 0;
  }

  .top_reason_section01{
    padding-top: 100px;
    padding-bottom: 170px;
  }

  .top_reason_section01 .reason_sec_head{
    width:236px;
    top:-155px;
  }


  .top_reason_section01 .reason01_head img{
    width:293px;
  }

  .top_reason_section01 .reason_en{
    position: absolute;
    width:30px;
    top:40px;
    left:0;
  }


  .top_reason_section01 .reason01_card_list{
    margin-top: 48px;
    padding:0;
    gap:14px 0;
  }

  .top_reason_section01 .reason01_card_list li{
    width:48%;
  }


  .top_reason_section01 .example_frame{
    position: relative;
    margin-top: 410px;
  }

  .top_reason_section01 .example_frame .reason01_deco{
    width: 420px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%
  }

  .top_reason_section01 .example_box{
    padding:46px 0 16px;
  }

  .top_reason_section01 .example_box::before{
    content:none;
  }

  .top_reason_section01 .example_box::after{
    width:100%;
    height:100%;
    border:2px solid #44B61C;
    border-radius: 20px; 
  }

  .top_reason_section01 .example_head{
    width:140px;
    top:-23px;
  }

  .top_reason_section01 .example_list{
    flex-direction: column;
    align-items: center;
    z-index: 4;
    padding:0;
    gap:24px 0;
  }

  .top_reason_section01 .example_list li{
    width:320px;
    max-width: 100%;
  }

  .top_reason_section01 .example_list li.deco::before{
    width: 88px;
    height: 100px;
    top:110px;
    left:-8px;
  }

  .top_reason_section01 .example_text{
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.5;
  }

  .top_reason_section02{
    padding-top: 70px;
    padding-bottom: 120px;
    margin-top: -110px;
    border-radius: 80px 0 0 0;
  }

  .top_reason_section02 .reason02_deco{
    display: block;
  }
  .top_reason_section02 .reason02_deco01{
    width:150px;
    top:550px;
    right:calc(50% + 75px);
    z-index: 7;
  }
  .top_reason_section02 .reason02_deco01_02{
    width: 515px;
    top: 565px;
    right: calc(50% - 220px);
    z-index: 1;
  }
  .top_reason_section02 .reason02_deco02{
    width:172px;
    top:270px;
    left:calc(50% - 30px);
  }
  .top_reason_section02 .reason02_deco03{
    width:182px;
    top:514px;
    left:calc(50%);
    z-index: 2;
  }

  .top_reason_section02 .reason02_head{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .top_reason_section02 .reason02_head img{
    width:346px;
  }

  .top_reason_section02 .reason_en{
    width:30px;
    top:40px;
    right:0;
  }


  .top_reason_section02 .reason_item_list{
    margin-top: 36px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap:0;
    position: relative;
    z-index: 5;
  }

  .top_reason_section02 .reason_item_list li{
    width:173px;
  }

  .top_reason_section02 .reason_item_list li:nth-child(1){
    margin-right: 172px;
  }
  .top_reason_section02 .reason_item_list li:nth-child(2){
    margin-left: 172px;
    margin-top: -88px;
  }
  .top_reason_section02 .reason_item_list li:nth-child(3){
    margin-right: 154px;
    margin-top: -71px;
  }


  .top_reason_section02 .reason02_text{
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.8;
  }

  .top_reason_section02 .reason02_text p + p{
    margin-top:20px;
  }

  .top_reason_section02 .reason02_text .orange{
    font-size: 22px;
  }


  .top_reason_section03{
    padding-top: 70px;
    padding-bottom: 60px;
    margin-top: -70px;
    border-radius: 0 80px 0 0;
  }

  .top_reason_section03::before{
    width: 153px;
    height: 140px;
    bottom:-24px;
    right:auto;
    left:-28px;
  }

  .top_reason_section03::after{
    width: 153px;
    height: 140px;
    bottom:-24px;

    left:auto;
    right:-28px;
  }

  .top_reason_section03 .reason03_deco04{
    display: block;
    width: 118px;
    height: 168px;
    background-image: url('../img/top/reason03_deco04_sp.png');
    position: absolute;
    bottom: 366px;
    right: calc(50% + 69px);
  }

  .top_reason_section03 .reason03_deco05{
    display: block;
    width: 109px;
    height: 107px;
    background-image: url('../img/top/reason03_deco05_sp.png');
    position: absolute;
    bottom: 420px;
    left: calc(50% + 70px);

  }

  .top_reason_section03 .reason03_head img{
    width:345px;
  }

  .top_reason_section03 .reason_en{
    width:30px;
    top:40px;
    left:0;
  }


  .top_reason_section03 .item_block{
    max-width: 1100px;
    margin:56px auto 0;
  }

  .top_reason_section03 .item_head{
    height: 50px;
    border-radius: 16px 16px 0px 0px;
    font-size: 20px;
  }

  .top_reason_section03 .item_head span{
    position: relative;
    z-index: 7;
  }

  .top_reason_section03 .item_body{
    padding:24px 16px;
    border-radius: 0 0 16px 16px;
  }

  .top_reason_section03 .item_body::before{
    width: 164px;
    height: 113px;
    background-image: url('../img/top/reason03_deco01_sp.png');
    right:-10px;
    bottom:100%;
  }

  .top_reason_section03 .item_body ul{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap:24px 0;
  }

  .top_reason_section03 .item_body ul li{
    width:100%;
  }

  .top_reason_section03 .reason03_sub_head{
    display: flex;
    justify-content: center;
    margin-top: 48px;
    position: relative;
    z-index: 3;
  }

  .top_reason_section03 .reason03_sub_head img{
    width:360px;
  }

  .top_reason_section03 .special_list_frame{
    width:100vw;
    margin: 0 calc(50% - 50vw);
  }

  .top_reason_section03 .special_list{
    gap:0;
    width: 375px;
    margin: 24px auto 0;
    position: relative;
    z-index: 2;
    
  }

  .top_reason_section03 .special_list li{
    width:124px;
  }

  .top_reason_section03 .special_list li:nth-child(n+4){
    margin-top: -12px;
  }


  .top_banner_section{
    padding-top: 30px;
    padding-bottom: 56px;
    clip-path: polygon(100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px), 0 0);
  } 


  .top_program_section{
    padding-top:110px ;
    /* padding-bottom: 164px; */
    margin-top: -56px;
  }


  .top_program_section .program01{
    display: flex;
    justify-content: center;

  }

  .top_program_section .program01 img{
    width:375px;
  }

  .top_program_section .program02{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  } 

  .top_program_section .program02 img{
    width:372px;
  }

  .top_study_flow_section{
    padding-top: 70px;
    padding-bottom: 60px;
    margin-top: -40px;
    background-image: url('../img/top/study_flow_bg.png');
    background-size: 100%;
  }


  .top_study_flow_section .study_flow_head img{
    width:132px;
  }

  .top_study_flow_section .study_list{
    margin-top: 40px;
    position: relative;
  } 

  .top_study_flow_section .study_list::before{
    width: 2px;
    left:16px;
    top:2px;
  }

  .top_study_flow_section .study_block{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .top_study_flow_section .study_block + .study_block{
    margin-top: 30px;
  }

  .top_study_flow_section .study_block .study_thumb{
    flex-shrink: 0;
    margin-right: 0;
    padding-left: 36px;
    width: 100%;
    margin-top: 18px;
  }


  .top_study_flow_section .study_block .study_text_area{
    width: 100%;
    padding-left: 36px;
    margin-top: 12px;
  }

  .top_study_flow_section .study_block .study_day{
    width: 100%;
    height: 40px;
    border-radius: 24px;
    font-size: 20px;
  }

  .top_study_flow_section .study_block .study_name{
    padding-left: 0;
    margin-top: 12px;
    font-size: 22px;
    line-height:1.7;
  }

  .top_study_flow_section .study_block .study_text{
    white-space: normal;
    padding-left: 0;
    margin-top: 6px;
    font-size: 16px;
  }

  .top_study_flow_section .money_block{
    max-width: 930px;
    margin: 56px auto 0;
  }

  .top_study_flow_section .money_head{
    padding:14px 20px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
  }

  .top_study_flow_section .money_head::before{
    margin-right: 10px;
    width: 23px;
    height: 23px;
  }

  .top_study_flow_section .money_body{
    padding:10px 10px 30px;
    border-radius: 0 0 10px 10px;
  }

  .top_study_flow_section .money_body li{
    padding:12px 0;
    font-size: 17px;
    line-height: 1.7;
    
  }


  .top_study_flow_section .money_body li .big{
    font-size: 20px;
  }

  .top_job_flow_section{
    padding-top: 45px;
    padding-bottom: 64px;
    background-image: url('../img/top/job_flow_bg_sp.png');
    /* background-size: 100% 100%; */
  }

  .top_job_flow_section .job_flow_head img{
    width:345px;
  }

  .top_job_flow_section .job_flow_list{
    max-width: 980px;
    margin:24px auto 0;
    flex-direction: column;
    gap:24px 0;
  }

  .top_job_flow_section .job_flow_list::after{
    width: 240px;
    height: 223px;
    background-image: url('../img/top/job_flow_deco.png');
    right:-16px;    
  }

  .top_job_flow_section .job_flow_list li{
    width:100%;
  }

  .top_interview_section{
    padding-top: 56px;
    padding-bottom: 80px;
    background-color: #FF9141;
    margin-top: -40px;
  }

  .top_interview_section::after{
    width: 375px;
    height: 421px;
    background-image: url('../img/top/interview_bg_sp.png');
    position: absolute;
    right:auto;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .top_interview_section .interview_head{
    display: flex;
    justify-content: center;
  }

  .top_interview_section .interview_head img{
    width:335px;
  }

  .top_interview_section .interview_list{

    gap: 28px;
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  } 

  .top_interview_section .interview_list .interview_card{
    cursor: zoom-in;
    width:100%;
  }

  .top_interview_section .interview_list .interview_card img{
    border-radius: 20px;
  }

  .top_interview_section .msg_box{
    margin-top: 50px;
    border-radius:20px;
    background-image: url('../img/top/interview_msg_bg.png');
    padding:30px 10px 40px;
    position: relative;
    z-index: 3;
  }

  .top_interview_section .msg_area + .msg_area{
    padding-top: 40px;
  }

  .top_interview_section .msg_head::before,
  .top_interview_section .msg_head::after{
    height:2px;
  }

  .top_interview_section .msg_head img{
    margin:0 16px;
    height:26px;
  }

  .top_interview_section .msg_list{
    margin-top: 24px;
    align-items: center;
    flex-direction: column;
    gap:14px 0;
  }

  .top_interview_section .msg_list li{
    width:100%;

  }

  .top_interview_section .msg_list li img{
    border-radius: 10px;
  }

  .top_interview_section .msg_open_button{

    margin:30px auto 0;
    width: 284px;
    height: 54px;
    border-radius: 12px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 15px;
  }

  .top_interview_section .msg_open_button::after{
    width: 6px;
    height: 11px;
  }

  .top_interview_section .movie_area{
    margin-top: 50px;
  }


  .top_interview_section .movie_head img{
    width:313px;
  }

  .top_interview_section .movie_frame{
    margin: 24px auto 0;
  }

  .top_interview_section .movie_thumb::after {
    
    border-width: 20px 0 20px 35px;
  }


  .interview_popup .interview_popup_frame{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .interview_popup .interview_popup_inner{
    width:94%;
    max-width: 400px;
    margin:0 auto;
  }

  .interview_popup .interview_popup_head{
    min-height:268px;
    border-radius: 30px 30px 0 0;
    padding-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .interview_popup .interview_popup_year{
    padding:8px 20px;
    font-size: 18px;
  }

  .interview_popup .interview_popup_title{
    margin-top: 24px;
  }

  .interview_popup .interview_popup_name{
    margin-top: 80px;
  }

  .interview_popup .interview_popup_name p{
    padding:4px 6px;
    font-size: 18px;
  }

  .interview_popup .interview_popup_body{
    padding:8px 8px 36px;
    border-radius: 0 0 30px 30px;
  }

  .interview_popup .interview_popup_contents{
    padding:20px 12px 50px;
    border-radius: 10px;
  }

  .interview_popup .interview_popup_question span{
    padding:2px 10px;
    font-size: 18px;
    line-height:1.9;
  }

  .interview_popup .interview_popup_answer{
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
  }

  .interview_popup .interview_popup_answer + .interview_popup_question{
    margin-top: 50px;
  }

  .interview_popup .interview_popup_close{
    margin:30px auto 0;
    font-size: 15px;
  }

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

  }

  .interview01_popup{

  }
  .interview01_popup .interview_popup_head::before{
    width:215px;
    height:240px;
    background-image: url('../img/top/interview01_pop_sp.png');
  }
  .interview01_popup .interview_popup_title img{
    width:220px;
  }

  .interview02_popup{

  }
  .interview02_popup .interview_popup_head::before{
    width:173px;
    height:238px;
    background-image: url('../img/top/interview02_pop_sp.png');
  }
  .interview02_popup .interview_popup_title img{
    width:221px;
  }
  .interview02_popup .interview_popup_name{
    margin-top: 48px;
  }

  .interview03_popup{

  }
  .interview03_popup .interview_popup_head::before{
    width:175px;
    height:285px;
    background-image: url('../img/top/interview03_pop_sp.png');
  }
  .interview03_popup .interview_popup_title img{
    width:213px;
  }
  .interview03_popup .interview_popup_name{
    margin-top: 28px;
  }

  .top_model_section{
    padding-top: 60px;
    padding-bottom: 20px;
  } 

  .top_model_section::before{
    background-image: url('../img/top/model_bg01.png');
    background-size: 100%;
    height:250px;
    top:-20px;
    /* top:0; */
  }

  .top_model_section::after{
    background-image: url('../img/top/model_bg02.png');
    background-size: 100%;
    height:260px;
    bottom:-48px;
  }

  .top_model_section .model_area02{
    margin-top: 72px;
  }

  .top_model_section .model_area .model_head_frame{
    padding-bottom: 12px;
  }


  .top_model_section .model_head{
    width:144px;
  }
  .top_model_section .model_head_sub{
    width:125px;
    margin-left: 12px;
  }

  .top_model_section .model_head_en{
    width:208px;
    left:0;
    bottom:4px;
  }

  .top_model_section .model_area01 .model_head_frame{
    border-bottom:2px solid #FCD716;
  }
  .top_model_section .model_area02 .model_head_frame{
    border-bottom:2px solid #FE5900;
  }

  .top_model_section .model_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    gap:24px 0;
    margin-top: 24px;
  }

  .top_model_section .model_list li{
    width:100%;
  }

  .top_model_section .model_list li img{
    border-radius: 20px;
  }

  .top_step_section{
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .top_step_section .sec_head{
    position: relative;
    z-index: 4;
  }

  .top_step_section .sec_head img{
    width:350px;
  }

  .top_step_section .step_list{
    max-width: 1100px;
    margin: 44px auto 0;
  }

  .top_step_section .step_list::after{
    width: 142px;
    height: 205px;
    background-image: url('../img/top/step_deco_sp.png');
    z-index: 3;
    bottom:calc(100% - 20px);
    right:-6px;
  }

  .top_step_section .step_list .step_arrow{
    width: 42px;
    height: 26px;
    margin:30px auto;
  }

  .top_step_section .step_block{
    padding:36px 20px 40px 10px;
    border-radius: 10px;
    position: relative;
    z-index: 4;
  }

  .top_step_section .step_block .step_num{
    top: 20px;
    left: 8px;
  }

  .top_step_section .step_block .step_num img{
    height:62px;
  }

  .top_step_section .step_verti{
    margin-right: 12px;
  }

  .top_step_section .step_verti::after{
    width:2px;
  }

  .top_step_section .step_verti img{
    width:10px;
    margin-bottom: 16px;
  }


  .top_step_section .step_flex{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }

  .top_step_section .step_pic{
    flex-shrink: 0;
    width:100%;
    margin-right: 0;
  }

  .top_step_section .step_text_area{
    width:100%;
    margin-top: 20px;
  }

  .top_step_section .step_text{
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }


  .top_step_section .step_block ul{
    margin-top: 20px;
  }

  .top_step_section .step_block li{
    font-size: 18px;
    line-height: 1.8;
  }

  .top_step_section .step_block li::before{
    font-size: 18px;
    line-height: 1.8;
  }

  .top_step_section .example_box{
    width: 100%;
    border-radius: 8px;
    padding:8px 10px;
    white-space: normal;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
  }

  .top_step_section .step01_block{

  }
  .top_step_section .step01_block .step01_head{
    
  }
  .top_step_section .step01_block .step01_head img{
    width:233px;
  }
  .top_step_section .step01_block .step_flex{
    align-items: center;
  }

  .top_step_section .step02_block{

  }
  .top_step_section .step02_block .step02_head{
    padding-top: 12px;
  }
  .top_step_section .step02_block .step02_head img{
    width:298px;
  }

  .top_step_section .step03_block{

  }
  .top_step_section .step03_block .step03_head{
    padding-top: 12px;
  }
  .top_step_section .step03_block .step_flex {
    margin-top: 48px;
  }
  .top_step_section .step03_block .step03_head img{
    width:168px;
  }

  .top_step_section .pay_area{
    margin:60px auto 0;
  }

  .top_step_section .pay_head img{
    width:283px;
  }

  .top_step_section .pay_info{
    margin-top: 36px;
    font-size: 20px;
    line-height: 1.5;
  } 

  .top_step_section .pay_list{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .top_step_section .pay_block{
    width: 100%;
    min-height: auto;
    padding:56px 18px 20px;
    border: 3px solid #FCD716;
  }

  .top_step_section .pay_block + .pay_block{
    margin-top: 20px;
  }

  .top_step_section .pay_block .pay_sub_head{
    top:-3px;
    left:-3px;
    width: auto;
    height: 44px;
    border-radius: 8px;
    padding:0 20px;
  }

  .top_step_section .pay_block .pay_sub_head img{
    height:24px;
  }

  .top_step_section .pay_block .pay_text{
    font-size: 18px;
    line-height: 1.8;
    white-space: normal;
  }

  .top_faq_section{
    padding-top: 70px;
    padding-bottom: 60px;
    background-image: url('../img/top/faq_bg.png');
    background-position: bottom;
    background-size: 100%;
  } 


  .top_faq_section .faq_head img{
    width:198px;
  }

  .top_faq_section .faq_list{
    margin-top: 44px;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap:20px 0;
  }

  .top_faq_section .faq_block{
    width:100%;
    border-radius: 10px;
  }

  .top_faq_section .faq_block .faq_question{
    min-height: 56px;
    padding:12px 8px;
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.5;
  }

  .top_faq_section .faq_block .faq_question::before{
    font-size: 24px;
    margin-right: 8px;
    transform: translateY(0);
  }

  .top_faq_section .faq_block .faq_question::after{
    width: 30px;
    height: 30px;
    margin-left: 8px;
  }


  .top_faq_section .faq_block .faq_answer{
    padding:16px 16px 20px 32px;
    font-size: 14px;
    line-height: 1.5;
  }

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

  .top_appli_section{
    padding-top: 96px;
    padding-bottom: 60px;
    margin-top: -20px;
  }

  .top_appli_section .appli_head img{
    width:119px;
  }

  .top_appli_section .appli_area{
    margin-top: 40px;
  }



  .top_appli_section .tab{
    height:54px;
    border-radius: 20px 20px 0 0;
  }

  .top_appli_section .tab::after{
    border-width: 26px 19px 0 19px;
    top:45px;
  }

  .top_appli_section .tab img{
    height:26px;
  }

  .top_appli_section .appli_block{
    padding:8px 12px;
  }

  .top_appli_section .appli_line{
    padding:24px 0;
    flex-direction: column;
  }

  .top_appli_section .appli_line .appli_title{

    width:100%;
    padding-right: 0;
    font-size: 20px;
    line-height: 1.6;

  }

  .top_appli_section .appli_line .appli_contents{
    width: 100%;
    font-size: 16px;
    padding-top: 8px;
  }

  .top_appli_section .appli_line .appli_contents p + p{
    margin-top: 20px;
  }

  .top_appli_section .contact_link {
    width: 345px;
    height: 68px;
    font-size: 16px;
    margin: 40px auto 0;
    padding-right: 30px;
  }

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


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

  .contact_mv_section{
    aspect-ratio: 1/0.78;
    min-height: 289px;
    background-image: url('../img/contact/contact_mv_sp.jpg');
    align-items: flex-start;
    padding-top: 36px;
  }


  .contact_mv_section img{
    width:297px;
  }

  .contact_info_section{
    padding-top: 24px;
  } 

  .contact_info_section .white_box{
    padding: 40px 16px 280px;
    text-align: left;
  }

  .contact_info_section .sec_title img{
    width:325px;
  }

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


  .contact_info_section .p01{
    font-size:15px;
    margin-top: 24px;
  }

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

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

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

  .contact_info_section .p05{
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
  }

  .contact_info_section .contact_deco{
    width:321px;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
  }


  .contact_form_section{
    margin-top: 24px;
    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 .form_right.radio{
    gap:12px 32px;
    /* padding-top: 0; */
  }

  .contact_form_section .form_right.radio label{
    font-size: 16px;  
  }

  .contact_form_section .form_right.radio label input{
    width:22px;
    height:22px;
    margin-right: 6px;
  }

  
  .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){*/