@media screen and (min-width:1241px){
  .pc_hide{
    display: none!important;
  }

}/*@media(min-width:1201px){*/

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


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

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


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

  header{
    position: fixed;
  }

  header .header_inner{
    padding-left: 12px;
    padding-right: 12px;
  }

  header .header_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;

  }

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

  header .header_logo img{
    width:166px;
  }

  header .header_logo p{
    margin-left: 10px;
  }

  header .other_link{
    display: none;
  }

  header .header_right{

  }

  header .header_tel{
    display: none;
  }

  header .button_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
  }

  header .button_flex .button{
    width: 162px;
    height: 40px;
    font-size: 13px;
  }

  header .button_flex .button::after{
    width: 6px;
    height: 13px;
    right:12px;
  }

  header .button_flex .button.contact{
    margin-left: 10px;
    width: 210px;
  }

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

  header .drawer_open{
   
  } 


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

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

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

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

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


  #drawer_menu .drawer_nav .parents_link{
    font-size: 20px;
  }

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

  @media screen and (max-width:900px){

    header .header_logo p {
      margin-left: 10px;
      font-size: 13px;
      white-space: nowrap;
    }

    #drawer_menu{
      height: calc(100vh - 75px ); 
      height: calc(var(--vh2, 1vh) * 100 - 75px);
      top:75px;
      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: 300px;
      object-position: top;
    }


    #drawer_menu .drawer_flex .drawer_right{
      width:100%;
      height:100%;
      overflow-y: visible;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 40px;
    }

    #drawer_menu .drawer_contents_frame{
      min-height: 100%;
    }

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

    #drawer_menu .drawer_nav{
      display: flex;
    }

    #drawer_menu .drawer_nav ul+ul{
      margin-left: 40px;
    }

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

    #drawer_menu .drawer_nav .parents_link{
      font-size: 20px;
      

    }

    #drawer_menu .button{
      width: 320px;
      height: 60px;
      border-radius: 4px;
      font-size: 18px;
    }

    #drawer_menu .button::after{
      width: 6px;
      height: 13px;
      right:16px;
    }


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

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

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

    }

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

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


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

  .top_mv_section .mv_text{
    height:90px;
    font-size: 30px;
  }

  .top_worry_section{
    padding:80px 0 146px;
    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:100%;
  }

  .top_worry_section .card_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 24px;
    gap:32px 0;
  }

  .top_worry_section .card_list li{
    margin:0;
    width: 48%;
  }


  .top_come_section{
    padding-top: 160px;
    padding-bottom: 110px;
    margin-top: -100px;
    background-image: url('../img/top/come_bg.jpg');
  }

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

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


  .top_come_section .come_head01::before{
    width: 234px;
    height: 272px;
    position: static;
  }
    

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

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

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

  .top_come_section .come_special img{
    width:100%;
  }

  .top_contact_section{
    padding:48px 0;
  }

  .top_contact_section .white_box{
    width:100%;
    max-width:720px;
    min-width: 720px;
    margin:0 auto;
    padding:66px 32px 50px;
    border-radius: 20px;
    background-color: #fff;
  }

  .top_contact_section .contact_head{
    width: 400px;
    margin:0 auto;
    position: relative;
  }

  .top_contact_section .contact_head img{
    width:100%;
  }

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

  .top_contact_section .tel{
    margin:42px auto 0;
    font-size: 58px;
  }

  .top_contact_section .tel::before{
    width:60px;
    height:60px;
    margin-right: 16px;
  }

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

  .top_contact_section .button{
    width: 500px;
  }
  .top_contact_section .button.mail{
    margin-left: 40px;
  }

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


  .top_greeting_section .head_block{
    padding-left: 0;
    position: relative;
    z-index: 3;
  }

  .top_greeting_section .greeting_head01{
    width:400px;
    margin:0 auto;
  }
  .top_greeting_section .greeting_head01 img{
    width: 100%;
  }

  .top_greeting_section .greeting_head02{
    display: flex;
    justify-content: flex-end;
    margin-top: 56px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }

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

  .top_greeting_section .greeting_card_list_frame::before{
    width:330px;
    height:360px;
    background-image: url('../img/top/greeting_deco01.png');
    top:-256px;
  }

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

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

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


  .top_greeting_section .greeting_text_frame{
    padding-left: 0;
    margin-top: 60px;
    position: relative;
    z-index: 3;
  }

  .top_greeting_section .greeting_text_frame p{
    font-size: 24px;
    line-height: 1.8;
  }

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

  .top_greeting_section .greeting_text_frame li{
    margin-top: 10px;
    padding:6px 10px;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }

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

  .top_greeting_section .greeting_kind_frame{
    margin-top: 90px;
    padding:90px 50px 40px;
    border: 2px solid #2D3D4D;
    border-radius: 40px;
  }

  .top_greeting_section .greeting_kind_head{
    width:375px;
    top:-30px;
  }

  .top_greeting_section .greeting_kind_frame::before{
    width:298px;
    height:326px;
    background-image: url('../img/top/greeting_deco02.png');
    position: absolute;
    right:0;
    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 14px;
    height: 41px;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    left:0;
    top:-20px;
  }

  .top_greeting_section .greeting_kind_text{
    margin-top: 30px;
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }

  .top_greeting_section .greeting_impression_text01{
    margin-top: 60px;
    font-size: 38px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  .top_greeting_section .greeting_impression_list{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

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

  .top_greeting_section .greeting_impression_list li:nth-child(2){
    margin-top: 24px;
    margin-left: 27px;
    margin-right: 13px;
  }


  .top_greeting_section .greeting_impression_text02{
    margin-top: 10px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }

  .top_data_section{
    margin-top: -220px;
    padding-top: 295px;
    padding-bottom: 140px;
    background-image: url('../img/top/data_bg01.jpg');
  }

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

  .top_data_section .data_head img{
    width:100%;
  }

  .top_data_section .data_frame{
    max-width: 890px;
    margin: 120px auto 0;
    padding:96px 0 60px;
    border:7px solid #FCD716;
    background-color: #fff;
    border-radius: 24px;
    position: relative;
  } 

  .top_data_section .data_graph{
    width:483px;
    margin-left: 184px;
  }

  .top_data_section .data_baloon{
    width:700px;
    left:-50px;
    top:-100px;
  }

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

  .top_reason_section01{
    padding-top: 160px;
    padding-bottom: 326px;
  }

  .top_reason_section01 .reason_sec_head{
    width:460px;
    width:min(460px , calc(460 / 1440 * 100vw));
    top:max(-380px , calc(-380 / 1440 * 100vw));
  }

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

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

  .top_reason_section01 .reason_en{
    position: absolute;
    width:105px;
    top:150px;
    left:0;
  }


  .top_reason_section01 .reason01_card_list{
    margin-top: 72px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0 30px;
    gap:40px 0;
  }

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


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

  .top_reason_section01 .example_frame .reason01_deco{
    width: 532px;
    right: 100px;
    bottom: calc(100% - 32px);
  }

  .top_reason_section01 .example_box{
    padding:70px 0 40px;
  }

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

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

  .top_reason_section01 .example_head{
    width:198px;
    top:-35px;
  }

  .top_reason_section01 .example_list{
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    z-index: 4;
    padding:0 30px;
    gap:32px 0;
  }

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

  .top_reason_section01 .example_list li.deco::before{
    width: 120px;
    height: 136px;
    top:128px;
    left:-30px;
  }

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

  .top_reason_section02{
    background-color: #fff;
    padding-top: 130px;
    padding-bottom: 330px;
    margin-top: -190px;
    border-radius: 200px 0 0 0;
  }

  .top_reason_section02 .reason02_deco{
    display: none;
  }
  .top_reason_section02 .reason02_deco01{
    width:887px;
    top:514px;
    right:calc(50% - 104px);
  }
  .top_reason_section02 .reason02_deco02{
    width:315px;
    top:626px;
    left:calc(50% + 226px);
  }
  .top_reason_section02 .reason02_deco03{
    width:390px;
    top:930px;
    left:calc(50% + 280px);
  }

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

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

  .top_reason_section02 .reason_en{
    width:105px;
    top:150px;
    right:0;
  }


  .top_reason_section02 .reason_item_list{
    margin-top: 64px;
    display: flex;
    justify-content: center;
    gap:0 20px;
  }

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


  .top_reason_section02 .reason02_text{
    margin-top: 32px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }

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


  .top_reason_section03{
    padding-top: 130px;
    padding-bottom: 56px;
    margin-top: -190px;
    border-radius: 0 200px 0 0;
  }

  .top_reason_section03::before{
    width: 326px;
    height: 298px;
    bottom:-60px;
    right:auto;
    left:-50px;
  }

  .top_reason_section03::after{
    width: 356px;
    height: 325px;
    bottom:-60px;

    left:auto;
    right:-50px;
  }

  .top_reason_section03 .reason03_deco04{
    display: none;
    width: 240px;
    height: 286px;
    background-image: url('../img/top/reason03_deco04.png');
    position: absolute;
    bottom:223px;
    right:calc(50% + 429px);
  }

  .top_reason_section03 .reason03_deco05{
    display: none;
    width: 237px;
    height: 233px;
    background-image: url('../img/top/reason03_deco05.png');
    position: absolute;
    bottom:300px;
    left:calc(50% + 428px);

  }

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

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

  .top_reason_section03 .reason_en{
    width:105px;
    top:150px;
    left:0;
  }


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

  .top_reason_section03 .item_head{
    height: 80px;
    border-radius: 16px 16px 0px 0px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
  }

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

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

  .top_reason_section03 .item_body::before{
    width: 276px;
    height: 199px;
    background-image: url('../img/top/reason03_deco01.png');
    right:-12px;
    bottom:100%;
  }

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

  .top_reason_section03 .item_body ul li{
    width:500px;
  }

  .top_reason_section03 .reason03_sub_head{
    display: flex;
    justify-content: center;
    margin-top: 72px;
  }

  .top_reason_section03 .reason03_sub_head img{
    width:100%;
  }

  .top_reason_section03 .special_list{
    display: flex;
    justify-content: center;  
    flex-wrap: wrap;
    gap:24px 16px;
    margin-top: 32px;
    position: relative;
    z-index: 2;
  }

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


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


  .top_program_section{
    padding-top:230px ;
    /* padding-bottom: 164px; */
    margin-top: -180px;
  }

  .top_program_section .program_frame{
    max-width: 1100px;
    margin:0 auto;
  }

  .top_program_section .program01{

  }

  .top_program_section .program01 img{
    width:100%;
  }

  .top_program_section .program02{
    margin-top: 30px;
  } 

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

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


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

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

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

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

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

  .top_study_flow_section .study_block .study_thumb{
    flex-shrink: 0;
    margin-right: 20px;
    width: 282px;
  }


  .top_study_flow_section .study_block .study_text_area{
    width: 100%;
  }

  .top_study_flow_section .study_block .study_day{
    width: 180px;
    height: 40px;
    border-radius: 24px;
    font-size: 22px;
  }

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

  .top_study_flow_section .study_block .study_text{
    white-space: normal;
    padding-left: 32px;
    margin-top: 10px;
    font-size: 18px;
  }

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

  .top_study_flow_section .money_head{
    padding:14px 28px;
    border-radius: 16px 16px 0 0;
    font-size: 26px;
  }

  .top_study_flow_section .money_head::before{
    margin-right: 18px;
    width: 37px;
    height: 37px;
  }

  .top_study_flow_section .money_body{
    padding:32px 40px 40px;
    border-radius: 0 0 16px 16px;
  }

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


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

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

  .top_job_flow_section .job_flow_head{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 6;
  }

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

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

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

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

  .top_interview_section{
    padding-top: 130px;
    padding-bottom: 200px;
    background-color: #FF9141;
    margin-top: -96px;
  }

  .top_interview_section::after{
    width: 1440px;
    height: 1118px;
    background-image: url('../img/top/interview_bg.png');
    bottom: 0;
  }

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

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

  .top_interview_section .interview_list{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap:32px 0;
    margin-top: 64px;
  } 

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

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

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

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

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

  .top_interview_section .msg_head img{
    margin:0 30px;
    height:38px;
  }

  .top_interview_section .msg_list{
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:30px 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:50px auto 0;
    width: 350px;
    height: 54px;
    border-radius: 12px;
    padding-left: 30px;
    padding-right: 22px;
    font-size: 18px;
  }

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

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


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

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



  .top_interview_section .movie_thumb::after {
    
    border-width: 40px 0 40px 69.3px;
  }


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

  .interview_popup .interview_popup_inner{
    max-width: 720px;
    margin:0 auto;
  }

  .interview_popup .interview_popup_head{
    min-height:310px;
    border-radius: 40px 40px 0 0;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

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

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

  .interview_popup .interview_popup_name p{
    padding:8px 20px;
    font-size: 28px;
  }

  .interview_popup .interview_popup_body{
    padding:40px 32px 60px;
    border-radius: 0 0 40px 40px;
  }

  .interview_popup .interview_popup_contents{
    padding:40px 32px 60px;
    border-radius: 20px;
  }

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

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

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

  .interview_popup .interview_popup_close{
    margin:60px auto 0;
    font-size: 24px;
  }

  .interview_popup .interview_popup_close::after{
    width: 15px;
    height: 23px;
    margin-left: 24px;

  }

  .interview01_popup{

  }
  .interview01_popup .interview_popup_head::before{
    width:380px;
    height:350px;
    background-image: url('../img/top/interview01_pop.png');
  }
  .interview01_popup .interview_popup_title img{
    width:404px;
  }

  .interview02_popup{

  }
  .interview02_popup .interview_popup_head::before{
    width:300px;
    height:332px;
    background-image: url('../img/top/interview02_pop.png');
  }
  .interview02_popup .interview_popup_title img{
    width:434px;
  }

  .interview03_popup{

  }
  .interview03_popup .interview_popup_head::before{
    width:330px;
    height:375px;
    background-image: url('../img/top/interview03_pop.png');
  }
  .interview03_popup .interview_popup_title img{
    width:400px;
  }

  .top_model_section{
    padding-top: 72px;
  } 

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

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

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

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


  .top_model_section .model_head{
    width:256px;
  }
  .top_model_section .model_head_sub{
    width:220px;
    margin-left: 50px;
  }

  .top_model_section .model_head_en{
    width:416px;
    left:0;
    bottom:-1px;
  }

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

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

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

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

  .top_step_section{
    padding-top: 236px;
    padding-bottom: 130px;
  }


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

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

  .top_step_section .step_list::after{
    width: 235px;
    height: 284px;
    background-image: url('../img/top/step_deco.png');
  }

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

  .top_step_section .step_block{
    padding:40px 24px;
    border-radius: 10px;
  }

  .top_step_section .step_block .step_num{
    top: 28px;
    left: 16px;
  }

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

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

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

  .top_step_section .step_verti img{
    width:12px;
    margin-bottom: 24px;
  }


  .top_step_section .step_flex{
    margin-top: 36px;
    display: flex;
  }

  .top_step_section .step_pic{
    flex-shrink: 0;
    width:180px;
    margin-right: 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:10px 14px;
    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:560px;
  }
  .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:550px;
  }

  .top_step_section .step03_block{

  }
  .top_step_section .step03_block .step03_head{
    padding-top: 12px;
  }
  .top_step_section .step03_block .step03_head img{
    width:220px;
  }

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

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

  .top_step_section .pay_info{
    margin-top: 56px;
    font-size: 26px;
  } 

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

  .top_step_section .pay_block{
    width: 600px;
    min-height: 183px;
    padding:80px 22px 32px;
    border: 5px solid #FCD716;
  }

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

  .top_step_section .pay_block .pay_sub_head{
    top:-5px;
    left:-5px;
    width: 201px;
    height: 57px;
    border-radius: 8px;
  }

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

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

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


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

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

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

  .top_faq_section .faq_block .faq_question{
    min-height: 80px;
    padding:8px 16px 8px 12px;
    display: flex;
    align-items: center;
    font-size: 20px;
  }

  .top_faq_section .faq_block .faq_question::before{
    font-size: 34px;
    margin-right: 12px;
    transform: translateY(-4px);
  }

  .top_faq_section .faq_block .faq_question::after{
    width: 34px;
    height: 34px;
    margin-left: 16px;
  }


  .top_faq_section .faq_block .faq_answer{
    padding:24px 16px 24px 50px;
    font-size: 18px;
    line-height: 1.5;
  }

  .top_faq_section .faq_block .faq_answer::before{
    font-size: 34px;
    top:14px;
    left:14px;
  }

  .top_appli_section{
    padding-top: 188px;
    padding-bottom: 110px;
    margin-top: -110px;
  }

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

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



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

  .top_appli_section .tab::after{
    border-width: 48px 35.5px 0 35.5px;
    top:80px;
  }

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

  .top_appli_section .appli_block{
    padding:40px 32px 30px;
  }

  .top_appli_section .appli_line{
    padding:40px 0;
  }

  .top_appli_section .appli_line .appli_title{

    width:260px;
    padding-right: 16px;
    font-size: 24px;
    line-height: 1.8;
  }

  .top_appli_section .appli_line .appli_contents{
    font-size: 20px;
    padding-top: 6px;
  }

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

  .top_appli_section .contact_link {
    width: 470px;
    height: 100px;
    font-size: 26px;
    margin: 70px auto 0;
  }

  .top_appli_section .contact_link::after {
    width: 8px;
    height: 15px;
    right: 24px;
  }

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


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

  .contact_mv_section{
    aspect-ratio: 1/0.24;
    background-image: url('../img/contact/contact_mv.jpg');
  }


  .contact_mv_section img{
    width:432px;
  }

  .contact_info_section{
    padding-top: 90px;
  } 

  .contact_info_section .white_box{
    padding: 60px 40px 300px;
  }

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

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


  .contact_info_section .p01{
    font-size: 22px;
    margin-top: 50px;
  }

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

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

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

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

  .contact_info_section .contact_deco{
    width:343px;
    bottom:0;
    right:-12px;
  }


  .contact_form_section .white_box{
    padding:60px 40px;
  }

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

  .contact_form_section .form_top_text{
    margin-top: 50px;
    font-size: 18px;  
  }

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

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

  .contact_form_section .form_left{
    flex-shrink: 0;
    padding-top: 14px;
    width:324px;
  }

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

  .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: 24px;
  }

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

  .contact_form_section .birth_flex{
    display: flex;
    justify-content:flex-start;

  }

  .contact_form_section .birth_box{
    width:116px;
    margin-right: 12px;
  }

  .contact_form_section .birth_box04{
    width:86px;
  }

  .contact_form_section .agree_flex{
    margin-top: 72px;
    font-size: 18px;
    font-weight: 500;
  }

  .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: 60px;
  }


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

  .contact_form_section .submit_area .submit{

    width: 436px;
    height: 100px;
    border-radius: 4px;
    font-size: 20px;
    transition-duration: 0.4s;
  }


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


  .contact_form_section .confirm_text{
    margin-top: 88px;
    font-size: 18px;
    font-weight: 400;
    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: 24px;
    text-align: center;
  }

  .contact_finish_section .top_link{

    width: 436px;
    height: 100px;
    font-size: 20px;
    margin:40px auto 0;
  }


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


}/*@media screen and (max-width:1240px){*/