@media(min-width:768px){
  .sp_only{
    display: none!important;
  }
}
@media(max-width:767px){
  .sp_hide{
    display: none!important;
  } 
  
  
  main{
    overflow: hidden;
    padding-top: 60px;
  }
  

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

  
  .container{
    max-width:355px;
    padding:0;
    margin:0 auto;
  }
  
  
  header{
    
  }
  
  header .header_container{
    /* padding:0 60px; */
    padding:0 10px;
  }
  
  header .header_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:60px;
  }
  
  header .header_left{
    display: flex;
    align-items: center;
  }
  
  header .header_left .header_logo{
    display: flex;
    align-items: center;
  }
  
  header .header_left .header_logo h1{
    color:#000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }
  
  
  header .header_left .header_logo img{
    width:36px;
    margin-right: 8px;
  }
  

  
  header .header_left .hp_link{
    display: none;
  }
  
  
  header .header_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  header .header_right .line_link{
    width:34px;
    margin-right: 0;
  }
  
  header .header_right .line_link img{
    width:100%;
  }
  
  header .header_right .tel{
    display: none;
  }
  
  header .header_right .recruit_link{
    display: none;
  }
  
  header .header_right .drawer_menu_switch{
    cursor: pointer;
    margin-left: 32px;
  }
  
  header .header_right .drawer_menu_block{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width:34px;
    height:22px;
    margin:0 auto 6px;
  }
  
  header .drawer_menu_switch .bar{
    height:2px;
    background-color: #0071BE;
    transition-duration: 0.5s;
  }
  
  header .drawer_menu_switch.active .bar1 {
    transform: translateY(10.1px) rotate(-45deg);
  }
  header .drawer_menu_switch.active .bar2 {
    display: none;
  }
  header .drawer_menu_switch.active .bar3 {
    transform: translateY(-10.1px) rotate(45deg);
  }
  
  header .drawer_menu_switch p{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color:#0071BE;
  }
  
  
  #drawer_bg{
    position: fixed;
    width:100%;
    height:100vh;
    bottom:0;
    left:0;
    z-index:95;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
    background-color: #0F7AC2;
  }
  
  #drawer_bg .bg{
    width:100%;
    height:100%;
    background-image: url('../img/drawer_bg.jpg');
    background-position: right;
  }
  
  #drawer_bg.show{
    opacity: 1;
  }
  
  #drawer_menu{
    height:calc(100vh - 60px);
    height: calc(calc(var(--vh2, 1vh) * 100) - 60px);
    padding:40px 0;
    top:60px;
  }
  
  #drawer_menu.show{
    opacity: 1;
    pointer-events: auto;
  }

  #drawer_menu .contents{
    width:100%;
    max-width:331px;
    margin:0 auto;
  }
  
  
  #drawer_menu .flex{
    display: flex;
    justify-content: space-between;
  }
  
  #drawer_menu ul {
    margin-right: 0;
  }
  
  #drawer_menu ul li{
    margin-bottom: 32px;
  }
  
  #drawer_menu ul li:last-child{
    margin-bottom: 0;
  }
  
  #drawer_menu ul li .ja{
    color:#fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom:8px;
    letter-spacing: 0;
  }
  
  #drawer_menu ul li .en{
    color:rgba(255,255,255,0.7);
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;  
  }
  
  
  #drawer_menu .ul01{
    margin-right:0;
  }

  #drawer_menu .border{
    height:1px ;
    margin:40px 0;
    background-color: #fff;
  }

  #drawer_menu .tel{
    position: relative;
    padding-left: 36px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color:#fff;
    pointer-events:auto;
  }
  
  #drawer_menu .tel::before{
    content:"";
    width:30px;
    height:30px;
    background-image: url('../img/tel_white.png');
    position: absolute;
    left:0;
    top:3px;
  }

  #drawer_menu .recruit_link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 52px;
    background-image: url('../img/orange_bg.png');
    font-weight: 700;
    line-height: 1;
    color:#fff;
    border-radius: 4px;
    margin-top: 18px;
  }

  #drawer_menu .hp_link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 52px;
    background-color: #fff;
    font-weight: 700;
    line-height: 1;
    color:#0071BE;
    border-radius:4px;
    margin-top: 18px;
  }
  
  footer{
    padding:60px 0 80px;
  }
  
  footer .footer_logo{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color:#000;
  }
  
  footer .footer_logo img{
    width:40px;
    margin-right: 12px;
  }
  
  footer .p01{
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
  }
  
  footer .p02{
    margin-bottom: 48px;
  }
  
  footer .p02 a{
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    pointer-events: auto;
  }
  
  footer .flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 88px;
  }
  
  footer .flex .link{
    width:170px;
    height:60px;
    border-radius: 4px;
    display: flex;
    
    align-items: center;
    font-weight: 700;
    line-height: 1;
  }
  
  footer .flex .link01{
    background-color: #0071BE;
    color:#fff;
    margin-right:0;
  }
  
  footer .flex .link02{
    color:#0071BE;
    border:1px solid #0071BE;
  }
  
  footer .copy{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  
  #pagetop{
    position: fixed;
    right:16px;
    bottom:16px;
    width:64px;
    cursor: pointer;
  }
  /*
  -------------------------------------
  top LP
  -------------------------------------
  */
  
  
  .sec_title{
    font-family: "Toppan Bunkyu Midashi Gothic",'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 12px;
  }
  
  .sec_sub_title{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 80px;
    color:#0071BE;
  }
  
  .top_section01{
    height:auto;
    padding:24px 0;
    position: relative;
  }
  
  .top_section01 .bg{
    position: absolute;
    z-index:-3;
    width:100%;
    height:100%;
    object-fit: cover;
    top:0;
    left:0;
  }
  
  .top_section01 .text{
    position: static;
    top:0;
    left:0;
    max-width:355px;
    margin:0 auto
  }
  
  .top_section01 .text .p01 img{
    width:100%;
  }
  
  .top_section01 .text .border{
    height:1px;
    width:100%;
    background-color: #fff;
    margin:236px 0 30px;
  }
  
  .top_section01 .text .p02{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color:#fff;
    text-shadow: 0px 0px 12px 0px rgba(0,0,0,0.22);
    letter-spacing: 0;
  }
  
  .top_section02{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .top_section02 ul{
    display: flex;
    justify-content:space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  
  .top_section02 ul li{
    width:172px;
    margin-bottom: 12px;
  }
  
  .top_section02 ul li img{
    width:100%;
  }
  
  .top_section02 h2{
    font-family: "Toppan Bunkyu Midashi Gothic",'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    color:#0071BE;
    text-align: center;
  }
  
  .top_section02 .p01{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
  }
  
  .top_section02 .p01.mb0{
    margin-bottom: 0;
  }
  
  .top_section02 .bg{
    position: absolute;
    z-index:-2;
    width:100%;
    min-width: 100vw;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index:-2;
    object-position: top;
    height:684px;
  }
  
  .top_main .change_common{
    width:100%;
    margin-top: -40px;
  }
  
  .top_section03{
    position: relative;
    padding-top: 96px;
    padding-bottom: 50px;
    margin-top: -50px;
  }
  
  .top_section03 .bg{
    position: absolute;
    z-index:-5;
    width:100%;
    min-width: 100vw;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  
  .top_section03 ul{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }
  
  .top_section03 ul li{
    width:100%;
    height:85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(15, 36, 50, 0.09);
    border:2px dotted #000;
    border-radius: 6px;
    margin-bottom: 16px;
  }
  
  .top_section03 ul li p{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
  
  .top_section03 ul li p span{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  
  .top_section03 h2{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  
  }
  
  .top_section03 .bottom_angle{
    width:12px;
    margin:24px auto;
  }
  
  .top_section03 .p01{
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0em;
    text-align: center;
    color:#0071BE;
    margin-bottom: 32px;
    white-space: nowrap;
  }
  
  .top_section03 .p01 span{
    padding-bottom: 6px;
    background: linear-gradient(to top, #FFE922 0%, #FFE922 40%, transparent 40%, transparent 100%);
  }
  
  .top_section03 .p02{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
  }
  
  .top_section04{
    position: relative;
    padding-bottom: 60px;
  }
  
  .top_section04::before{
    content:"";
    width:100%;
    height:100%;
    background-color:#F4F7F9;
    z-index:-4;
    position: absolute;
    top:0;
    left:0;
  }
  
  .top_section04 .mv_aera{
    padding-top: 50px;
    padding-bottom: 56px;
    position: relative;
    /* padding-top: 7.639vw;
    padding-bottom: 10.278vw; */
  }
  
  .top_section04 .mv_aera .bg{
    position: absolute;
    z-index:-1;
    width:100%;
    min-width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: top;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  
  .top_section04 .flex{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    color:#fff;
  }
  
  .top_section04 .flex .left{
    position: relative;
    margin-right: 0;
  }
  
  .top_section04 .flex .left .title01{
    font-size: 34px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 6px;
  }
  
  .top_section04 .flex .left .title01 br{
    display: none;
  }
  .top_section04 .flex .left .title02{
    position: static;
    top:0;
    left:0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transform: rotateZ(0);
    transform-origin: 0 0;
    white-space: nowrap;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .top_section04 .flex .right{
    
  }
  
  .top_section04 .flex .right p{
    color:#fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    /* letter-spacing: 0; */
    font-feature-settings: "palt";
  }
  
  .top_section04 .flex .right .p01{
    margin-bottom: 20px;
  }
  
  .top_section04 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -16px;
  }
  
  .top_section04 ul li{
    width:172px;
    position: relative;
    margin-bottom: 16px;
    transition: 0.4s;
    cursor: pointer;
  }
  
  .top_section04 ul li:hover{
    opacity: 1;
  }
  
  .top_section04 ul li img{
    width:100%;
  }
  
  .top_section04 ul li p{
    position: absolute;
    bottom:4px;
    left:4px;
    padding:7px 10px;
    background-color: #0071BE;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 0;
    white-space: nowrap;
  }
  
  .top_section05{
    padding:60px 0;
  }
  
  .top_section05 .sec_sub_title{
    margin-bottom: 40px;
  }
  
  .top_section05 .table_frame{
    max-width:980px;
    margin:0 auto 48px;
    overflow-x: scroll;
    padding-top: 64px;
  }
  
  .top_section05 table{
    border-collapse: collapse;
    table-layout: fixed;
    width:100%;
  }
  
  .top_section05 table .w_250{
    width:140px;
  }
  
  .top_section05 table .w_365{
    width:250px;
  }
  
  .top_section05 table td{
    padding:12px 16px;
    border:1px solid #D7D7D7;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    position: relative;
  }
  
  .top_section05 table .f_20{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  
  .top_section05 table .orange{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0em;
    text-align: center;
    color:#EA7B15;
  }
  
  .top_section05 table .orange span{
    font-size: 28px;
  }
  
  .top_section05 table .mini{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 4px;
  }
  
  .top_section05 table .left{
    text-align: left;
  }
  
  .top_section05 table .adjust{
    margin:4px 0;
  }
  
  .top_section05 table a{
    color:#0071BE;
    text-decoration: underline;
    font-weight: 400;
    white-space: normal;
    word-break: break-all;
  }
  
  .top_section05 table td:first-child{
    background-color: #EFF4F8;
  }
  
  .top_section05 table td:last-child{
    border-right:4px solid #0071BE;
    border-left:4px solid #0071BE;
  }
  
  .top_section05 table tr:last-child td:last-child{
    border-bottom:4px solid #0071BE;
  }
  
  .top_section05 table .box{
    position: absolute;
    width:calc(100% + 8px);
    height:100px;
    background-color:#0071BE;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color:#fff;
  
  }
  
  .top_section05 .table_remark{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    max-width:980px;
    margin:0 auto;
  }
  
  .top_section06{
    padding:50px 0;
    background: linear-gradient(189.08deg, #158FC3 1.47%, #0071BE 22.28%, #158FC3 60.06%, #0071BE 100%);
  
  }
  
  .top_section06 .sec_title{
    color:#fff;
  }
  
  .top_section06 .sec_sub_title{
    margin-bottom: 40px;
    color:#fff;
  }
  
  .top_section06 .data_frame img{
    width:100%;
  }
  
  
  .top_section07{
    padding:60px 0;
    position: relative;
    
  }
  
  .top_section07::before{
    content:"";
    width:100%;
    height:100%;
    background-color: #EFF4F8;
    position: absolute;
    top:0;
    left:0;
    z-index:-3;
  }
  
  .top_section07 .sec_sub_title{
    margin-bottom: 32px;
    
  }
  
  .top_section07 .p01{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 50px;
  }
  
  .top_section07 .job_block{
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .top_section07 .job_block:last-child{
    margin-bottom: 0;
  }
  
  .top_section07 .job_block .thumb{
    width:100%;
    margin-right: 0;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 80px;
  }
  
  .top_section07 .job_block .thumb p{
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color:#0071BE;
    position: absolute;
    top:10px;
    left:10px;
    padding:8px 10px;
    background-color: #fff;
  }
  
  .top_section07 .job_block .thumb img{
    width:100%;
  }
  
  .top_section07 .job_block .text_area{
    width:100%;
    position: relative;
    padding-top: 0;
  }
  
  .top_section07 .job_block .back_text{
    font-size: 90px;
    top:-50px;
    left:-6px;
    white-space: nowrap;
  }
  
  .top_section07 .job_block:last-child .back_text{
    left:0;
    top:-32px;
    font-size: 72px;
  }
  
  .top_section07 .job_block .text01{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    height: 40px;
    padding:0 12px;
    background-color: #0071BE;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    width:fit-content;
  }
  
  .top_section07 .job_block .text02{
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
  
  .top_section07 .job_block .text02 a{
    color:rgba(0, 113, 190, 1);
    text-decoration: underline;
    font-weight: 500;
  }
  
  .top_section07 .job_block .more_link{
    width:fit-content;
    margin:0;
    position: relative;
    padding-bottom: 8px;
    border-bottom:1px solid #0071BE;
    font-weight: 500;
    line-height: 1;
    color:#0071BE;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  
  .top_section07 .job_block .more_link::after{
    display: block;
    content:"";
    width:6px;
    height:9px;
    background-image: url('../img/blue_arrow.svg');
    margin-left: 20px;
  }
  
  .top_section07 .job_block .sub_img{
    width:180px;
    position: absolute;
    right:0;
    top:-145px;
  }
  
  .top_section08{
    padding:50px 0 50px;
  }
  
  .top_section08 .container{
    padding:0;
    max-width:350px;
  }
  
  
  .top_section08 .sec_sub_title{
    margin-bottom: 32px;
  }
  
  .top_section08 .career_frame{
    margin-bottom: 40px;
    overflow-x: scroll;
  } 
  
  .top_section08 .career_frame img{
    width:860px;
  }
  
  .top_section08 .career_text{
    display: block;
    justify-content: flex-start;
    font-weight: 400;
    line-height: 1.4;
    font-size: 12px;

  }
  
  .top_section08 .career_text a{
    color:#000;
    font-weight: 400;
    word-break: break-all;
  }
  
  .top_section09{
    padding:50px 0 ;
  }
  
  .top_section09 .sec_sub_title{
    margin-bottom: 40px;
  }
  
  .top_section09 ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  
  .top_section09 ul li{
    width:340px;
    max-width: 100%;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
  }
  
  .top_section09 ul li:nth-child(2){
    margin:36px 0;
  }
  
  .top_section09 ul li .thumb{
    position: relative;
  }
  
  .top_section09 ul li .thumb img{
    width:100%;
  }
  
  .top_section09 ul li .info{
    position: absolute;
    top:16px;
    left:0;
    display: flex;
    align-items: center;
  }
  
  .top_section09 ul li .info01{
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding:0 10px;
    margin-right: 6px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color:#0071BE;
  
  }
  
  .top_section09 ul li .info02{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color:#fff;
    letter-spacing: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  
  .top_section09 ul li .info02 span{
    font-size: 22px;
    font-weight: 700;
    margin-left: 4px;
  }
  
  
  .top_section09 ul li .text_area{
    padding:18px 12px 32px;
    background-color: #fff;
  }
  
  .top_section09 ul li .text_area .p01{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  
  .top_section09 ul li:nth-child(3) .p01{
    letter-spacing: -0.05em;
  }
  
  .top_section09 ul li .text_area .p02{
    width:fit-content;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    color: #0071BE;
  }
  
  .top_section09 ul li .text_area .p02::after{
    display: block;
    content:"";
    width:6px;
    height:9px;
    background-image: url('../img/blue_arrow.svg');
    margin-left: 16px;
  }
  
  .top_section10{
    position: relative;
    padding-bottom: 60px;
  }
  
  .top_section10::before{
    content:"";
    width:100%;
    height:100%;
    background-color: #EFF4F8;
    position: absolute;
    z-index:-3;
    top:0;
    left:0;
  }
  
  .top_section10 .recruit_bg{
    width:100%;
  }
  
  .top_section10 .white_box{
    max-width:355px;
    position: relative;
    z-index:1;
    padding:50px 16px ;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    /* margin-top: -96px; */
    margin:-24px auto 0;
    border-radius: 6px;
  }
  
  .top_section10 .sec_sub_title{
    margin-bottom: 40px;
  }
  
  .top_section10 ul{
    margin-bottom: 48px;
  }
  
  .top_section10 ul li{
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #0071BE;
    position: relative;
    padding-left: 26px;
  }
  
  .top_section10 ul li::before{
    content:"";
    width:18px;
    height:14px;
    background-image: url('../img/check.svg');
    position: absolute;
    left:0;
    top:6px;
    
  }
  
  .top_section10 ul li span{
    background: linear-gradient(to top, #FFE922 0%, #FFE922 40%, transparent 40%, transparent 100%);
  }
  
  .top_section10 .flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  
  .top_section10 .box{
    width:100%;
    padding:30px 16px 30px;
    position: relative;
    background-color: #EFF4F8;
    margin-bottom: 48px;
  }

  .top_section10 .box:last-child{
    margin-bottom: 0;
  }
  
  .top_section10 .box_title{
    position: absolute;
    height:38px;
    padding:0 10px;
    background-color: #0071BE;
    position: absolute;
    left:16px;
    top:-19px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #FFFFFF;
  }
  
  .top_section10 .box_text{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0;
  }
  
  .top_section10 .box_text span{
    color:#EA7B15;
  }
  
  .top_section11{
    padding-top: 60px;
    padding-bottom:60px;
    position: relative;
  }
  
  .top_section11::before{
    content:"";
    width:100%;
    height:100%;
    background-color: #EFF4F8;
    position: absolute;
    z-index:-4;
    top:0;
    left:0;
  }
  
  .top_section11 .sec_sub_title{
    margin-bottom: 40px;
  }
  
  .top_section11 .p01{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.65;
    text-align: center;
  }
  
  
  .top_section11 .faq_list{
  
  }
  
  
  .top_section11 .faq_block{
    margin-bottom: 20px;
    background-color: #fff;
    letter-spacing: 0;
  }
  
  .top_section11 .faq_block .question_area{
    padding:20px 28px 20px 44px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
  }
  
  .top_section11 .faq_block .question_area::before{
    content:"Q";
    display: flex;
    justify-content: center;
    align-items: center;
    width:30px;
    height:30px;
    border-radius: 50%;
    background-color:#0071BE;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
    position: absolute;
    top:18px;
    left:6px;
  }
  
  .top_section11 .faq_block .question_area::after{
    content:"";
    width:13px;
    height:8px;
    background-image: url('../img/faq_arrow.svg');
    transition: 0.5s;
    transform: rotate(180deg);
    position: absolute;
    right:6px;
    top:30px;
  }
  
  .top_section11 .faq_block .question_area.active::after{
    transform: rotate(0deg);
  }
  
  .top_section11 .faq_block .answer_area{
    padding:20px 28px 20px 44px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    display: none;
  }
  
  .top_section11 .faq_block .answer_area::before{
    content:"A";
    display: flex;
    justify-content: center;
    align-items: center;
    width:30px;
    height:30px;
    border-radius: 50%;
    background-color:#EA7B15;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    color: #FFFFFF;
    position: absolute;
    top:18px;
    left:6px;
  }
  
  .top_section12{
    padding:50px 0 80px;
    background-color: #0071BE;
  }
  
  .top_section12 .sec_title{
    color:#fff;
  }
  
  .top_section12 .sec_sub_title{
    color:#fff;
    margin-bottom: 50px;
  }
  
  .top_section12 .table_frame{
    margin-bottom: 50px;
  }
  
  .top_section12 table{
    border-collapse: collapse;
    table-layout: fixed;
    /* width:100%; */
    letter-spacing: 0.01em;
  }

  .top_section12 table tr{
    display: flex;
    flex-direction: column;
  }
  
  .top_section12 table th,
  .top_section12 table td{
    padding:16px;
    border:1px solid #D7D7D7;
    vertical-align: top;
    width:100%;
  }
  
  .top_section12 table th{
    background-color: #EFF4F8;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    min-width:230px;
  }
  
  .top_section12 table td{
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    letter-spacing: 0;
  }
  
  .top_section12 table td span{
    color:#0071BE;
  }
  
  .top_section12 table td a{
    color:#0071BE;
    font-weight: 400;
    text-decoration: underline;
  }
  
  .top_section12 table td a.tel{
    pointer-events: auto;
    color:#000;
    text-decoration: none;
  }
  
  .top_section12 .recruit_link{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width:372px;
    height:80px;
    border-radius: 4px;
    background-image: url('../img/orange_bg.png');
    margin:0 auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
  }
  
  
  .popup{
    position: fixed;
    width:100%;
    height:100vh;
    z-index:110;
    background-color: rgba(0,0,0,0.19);
    top:0;
    left:0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.7s;
    pointer-events: none;
    opacity: 0;
  }
  
  .popup.show{
    opacity: 1;
    pointer-events: auto;
  }
  
  .work_popup{
    width:355px;
    height:355px;
    max-width:355px;
    max-height:355px;
    position: relative;
    padding:24px;
    background-color: #fff;
  }
  
  .work_popup .close{
    width:24px;
    cursor: pointer;
    top:16px;
    right:16px;
    position: absolute;
  }
  
  .work_popup .frame{
    max-width:685px;
    margin:0 auto;
    max-height:100%;
    overflow-y: scroll;
  }
  
  .work_popup .work_title{
    width:fit-content;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height:40px;
    padding:0 10px;
    background-color: #0071BE;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    max-width: 280px;
  }
  
  .work_popup .pic{
    width:100%;
  }
  
  .job_popup{
    width:355px;
    height:80vh;
    max-width:355px;
    height:80vh;
    position: relative;
    padding:60px 0 20px;
    background-color: #EFF4F8;
  }
  
  .job_popup .close{
    width:24px;
    cursor: pointer;
    top:16px;
    right:16px;
    position: absolute;
  }
  
  .job_popup .frame{
    
    max-height:100%;
    overflow-y: scroll;
  }


  .job_popup .scroll_text{
    font-weight: bold;
    max-width:325px;
    margin:0 auto 16px;
    font-size: 14px;
  }
  
  .job_popup .flex{
    display: flex;
    max-width:325px;
    margin:0 auto;
    flex-direction: column;
  }
  
  .job_popup .flex .left{
    width:100%;
  }
  
  .job_popup .flex .left .thumb{
    position: relative;
    margin-bottom: 10px;
  }
  
  .job_popup .flex .left .thumb p{
    position: absolute;
    top:10px;
    left:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height:48px;
    padding:0 10px;
    background-color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    color: #0071BE;
  }
  
  .job_popup .flex .left img{
    width:100%;
  }
  
  .job_popup .flex .right{
    width:100%;
    flex-shrink: 0;
    margin-left:0;
    position: relative;
    padding-top: 48px;
  }
  
  .job_popup .back_text{
    font-size: 90px;
    top:-3px;
    left:-6px;
    white-space: nowrap;
  }
  
  .job_popup .back_text03{
    left:-6px;
    right:auto;
    font-size: 68px;
    top:6px;
  }
  
  .job_popup .info_block{
    margin-bottom: 30px;
  }
  
  .job_popup .info_title{
    width:fit-content;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height:40px;
    padding:0 12px;
    background-color: #0071BE;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
  }
  
  .job_popup .info_text{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .job_popup .info_text a{
    color:#0071BE;
    text-decoration: underline;
  }
  
  .job_popup .mini_flex{
    margin-top: 32px;
    display: flex;
    align-items: flex-start;
  }
  
  .job_popup .mini_flex .example{
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    height:32px;
    padding:0 8px;
    border:1px solid #0071BE;
    font-size: 18px;
    font-weight: 500;
    line-height:1;
    color:#0071BE;
  }
  
  .job_popup .schedule{
    width:100%;
  }
  
  .popup .close_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    width:fit-content;
    margin:48px auto 40px;
    font-weight: 500;
    line-height: 1;
    color: #0071BE;
    cursor: pointer;
  }
  
  .popup .close_flex::after{
    display: block;
    content:"";
    width:6px;
    height:9px;
    background-image: url('../img/blue_arrow.svg');
    margin-left: 16px;
  }

  .interview_popup{
    width:355px;
    height:80vh;
    max-width:355px;
    height:80vh;
    position: relative;
    padding:60px 0 20px;
  }
  
  .interview_popup .close{
    width:24px;
    cursor: pointer;
    top:16px;
    right:16px;
    position: absolute;
  }
  
  .interview_popup .frame{
    max-height:100%;
    overflow-y: scroll;
  }

  .interview_popup .container{
    max-width: 325px;
  }

  .interview_popup .scroll_text{
    max-width: 325px;
    margin:0 auto 16px;
    font-size: 14px;
  }

  
  .interview_popup .frame img{
    width:100%;
    max-height:200px;
    object-fit: cover;
  }
  
  .interview_popup .full_img{
    position: relative;
    margin:36px 0;
  }
  
  .interview_popup .white_box{
    position: relative;
    width:fit-content;
    z-index: 1;
    max-width:320px;
    bottom:0;
    left:0;
    background-color: #fff;
    padding:12px 12px 20px 0;
    margin-top: -72px;
  }
  
  .interview_popup .name_flex{
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    flex-direction: column;
  }
  
  .interview_popup .name_flex .job{
    margin-right:0;
    margin-bottom: 8px;
    padding:0 4px;
    height:40px;
    background-color: #0071BE;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    color: #FFFFFF;
    white-space: nowrap;
  }
  
  .interview_popup .name_flex .name{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #0071BE;
  }
  
  .interview_popup .name_flex .name span{
    margin-left: 4px;
    font-size: 20px;
    font-weight: bold;
  }
  
  .interview_popup .white_box .msg{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
  }
  
  .interview_popup .flex{
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }

  .interview_popup .flex.reverse{
    flex-direction: column-reverse;
  }
  
  .interview_popup .text_block{
    width:100%;
    margin:36px 0;
    letter-spacing: 0;
  }
  
  .interview_popup .flex .text_block{
    margin:36px 0;
  }
  
  .interview_popup .text_block:first-child{
    margin-top: 0;
  }
  
  .interview_popup .text_block .question{
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #0071BE;
  }
  
  .interview_popup .text_block .answer{
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
  }
  
  .interview_popup .img_area{
    flex-shrink: 0;
    width:100%;
    margin:36px 0;
  }
  
  .interview_popup .img_area.img_area_mini{
    width:100%;
  }
  
  .interview_popup .blue_box{
    padding:16px;
    background-color: #EFF4F8;
    margin-bottom: 12px;
  }

  .interview_popup .blue_box img{
    margin-bottom: 16px;
  }
  
  .interview_popup .cap{
    margin-top: 16px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.65;
    color: #0071BE;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .interview_popup .img_area .cap.mt0{
    margin-top: 0;
  }
  
  .interview_popup .img_area .cap.mt30{
    margin-top: 30px;
  }
  
  .interview_popup .img_area img{
    margin-bottom: 16px;
  }
  
  .interview_popup .img_area_right{
    margin-left: 0;
  }
  
  .interview_popup .img_area_left{
    margin-right: 0;
  }

  .interview_popup .img_mini_flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .interview_popup .img_mini_flex img{
    width:48.5%;
  }
  
  
  /*
  -------------------------------------
  エントリーフォーム
  -------------------------------------
  */
  
  .entry_section01{
    color:#fff;
    text-align: center;
    height:145px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background: linear-gradient(189.08deg, #158FC3 1.47%, #0071BE 100%);
  }
  
  .entry_section01 .p01{
    margin-bottom: 8px;
    font-weight: 900;
    font-size: 34px;
    line-height: 1.4;
    color: #FFFFFF;
  }
  
  .entry_section01 .p02{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
  }
  
  .entry_section02{
    padding:50px 0;
  }
  
  .entry_section02 .link_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  
  .entry_section02 .link_list .link{
    cursor: pointer;
    width:430px;
    max-width: 100%;
    height:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    border-radius: 4px;
  }
  
  .entry_section02 .link_list .link::after{
    content:"";
    width:18px;
    height:11px;
    margin-left: 20px;
  }
  
  .entry_section02 .link_list .link01{
    color: #F48117;
    border:3px solid #F48117;
    margin-bottom: 40px;
  }
  
  .entry_section02 .link_list .link01::after{
    background-image: url('../img/bottom_orange.svg');
  }
  
  .entry_section02 .link_list .link02{
    color:#fff;
    background-image: url('../img/orange_bg.png');
  }
  
  .entry_section02 .link_list .link02::after{
    background-image: url('../img/bottom_white.svg');
  }
  
  .entry_section02 h2{
    margin-bottom: 30px;
    text-align: center;
    font-family: "Toppan Bunkyu Midashi Gothic",'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4;
    color: #0071BE;
  }
  
  .entry_section02 .flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  
  .entry_section02 .flex .left{
    width:100%;
    margin-bottom: 30px;
  }
  
  .entry_section02 .flex .left img{
    width:100%;
    margin-bottom: 10px;
  }
  
  .entry_section02 .flex .right{
    width:100%;
    letter-spacing: 0;
  }
  
  .entry_section02 .flex .color_box{
    padding:30px 10px;
    background-color: #EFF4F8;
    margin-bottom: 20px;
  }
  
  .entry_section02 .flex .color_box .p01{
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.4;
    color: #0071BE;
  }
  
  .entry_section02 .flex ul{
    
  }
  
  .entry_section02 .flex ul li{
    display: flex;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .entry_section02 .flex ul li::before{
    display: block;
    content:"";
    width:20px;
    height:20px;
    background-image: url('../img/entry_check.svg');
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 2px;
  }
  
  .entry_section02 .flex ul li:last-child{
    margin-bottom: 0;
  }
  
  .entry_section02 .flex .right p{
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.65;
  }
  
  .form_section{
    padding:50px 0;
    background: linear-gradient(189.08deg, #158FC3 1.47%, #0071BE 22.28%, #158FC3 60.06%, #0071BE 100%);
  }
  
  .form_section .sec_title{
    color:#fff;
  }
  
  .form_section .sec_sub_title{
    color:#fff;
    margin-bottom: 50px;
  }
  
  .form_section .contact_box{
    background-color: #fff;
    padding:40px 24px;
  }
  
  .form_section .contact_block{
    max-width:580px;
    margin:0 auto;
  }
  
  .contact_block{
    
  }
  
  .contact_block .form_line{
    margin-bottom: 40px;
  }
  
  .contact_block .form_line .title{
    margin-bottom: 24px;
    font-weight: 500;
    position: relative;
    padding-left: 60px;
    font-size: 18px;
    line-height: 1;
    font-feature-settings: "palt";
  }
  
  .contact_block .form_line .title .sub{
    margin-top: 12px;
    font-weight: 400;
  }
  
  .contact_block .form_line .title::before{
    content:"必須";
    width: 44px;
    height: 24px;
    background: #D3261B;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    position: absolute;
    left:0;
    top:-1px;
  }
  
  .contact_block .form_line .title.free::before{
    content:"任意";
    background: #A3A3A3;
  }
  
  .contact_block .form_line .text_input{
    border:none;
    background: none;
    display: block;
    width:100%;
    height:56px;
    border-radius: 5px;
    padding:0 20px;
    font-size: 18px;
    font-weight: 400;
    border:1px solid #BCBCBC;
    background-color: #FBFBFB;
  }
  
  .contact_block .form_line .input_age{
    width:72px;
    margin-right: 8px;
  }
  
  .contact_block .form_line .mwform-checkbox-field{
    margin-left: 0!important;
    cursor: pointer;
  }
  
  .contact_block .form_line .mwform-checkbox-field input{
    width:18px;
    height:18px;
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  
  .contact_block .form_line .request_block{
    display: flex;
    flex-wrap: wrap;
    gap:16px 72px;
    max-width: 380px;
  }
  
  .contact_block .form_line .kind_block{
    display: flex;
    flex-wrap: wrap;
    gap:16px 72px;
  }
  
  .contact_block .form_line .connecting_block{
    display: flex;
    flex-wrap: wrap;
    gap:16px 72px;
  }
  
  .contact_block .form_line .age_flex{
    display: flex;
    align-items: center;
  }
  
  .contact_block .form_line .age_flex .text{
    font-size: 18px;
    line-height: 1;
  }
  
  .contact_block .form_line .education_block{
    width:200px;
    position: relative;
  }
  
  .contact_block .form_line .education_block::after{
    content:"";
    position: absolute;
    right:16px;
    top:22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
  }
  
  .contact_block .form_line .education_block select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    background: none;
    width:100%;
    height:56px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    background-color: #FBFBFB;
    border:1px solid #BCBCBC;
  }
  
  .contact_block .form_line .upload_block{
    padding:12px;
    background-color: #FBFBFB;
    border:1px solid #BCBCBC;
    border-radius: 5px;
  }
  
  .contact_block .form_line textarea{
    border:none;
    background: none;
    display: block;
    width:100%;
    height:300px;
    border-radius: 5px;
    padding:20px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    border:1px solid #BCBCBC;
    background-color: #FBFBFB;
  }
  
  .contact_block .agree_box{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 56px 0;
  }
  
  .contact_block .agree_box .agree_text{
    margin-left: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
  }
  
  .contact_block .agree_box .mwform-checkbox-field-text{
    display: none;
  }
  
  .contact_block .agree_box input{
    width:18px;
    height:18px;
    margin-top: 6px;
    cursor: pointer;
  }
  
  .contact_block .agree_box .agree_text a{
    color:#0071BE;
    font-weight: 400;
    border-bottom:1px solid #0071BE;
  }
  
  .contact_block .submit_area{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .contact_block .submit_area .submit{
    border:none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    background-image:url('../img/orange_bg.png');
    border-radius: 4px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    line-height:1;
    color:#fff;
  }
  
  .contact_block .submit_area .return{
    border:none;
    background: none;
    color:#000;
    margin-top: 24px;
    padding:0 6px 4px;
    border-bottom:1px solid #000;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
  }
  
  
  /*確認画面*/
  .form_section .confirm_text{
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.65;
    text-align: center;
    color: #FFFFFF;
  }

  .contact_block .mw_wp_form_confirm .agree_box{
    display: none;
  }
  
  .contact_block .mw_wp_form_confirm .form_line .education_block::after{
    content:none;
    
  }


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