@charset "UTF-8";
.main{
    padding-bottom: 30px;
    background-color: #EAF6FF;
    font:14px/1.6 'Barlow', "Noto Sans JP", sans-serif;
    letter-spacing: 0.18em;
}
/*scroll_up ｜下から上へ出現*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
  .scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
  }
/*scroll_up ｜下から上へ出現 */
/*業界について*/
.only_a{
    margin-top: 0;
}
.about_k{
    background-color: #fff;
    width: 80%;
    margin: 50px auto;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}
.title_all_flx{
    display: flex;
}
.title_a_k{
    font-size:30px;
    font-weight: bold;
    margin: 0 30px 0 0;
    letter-spacing: 0.2em;
}
.titlesub_a_k{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #003190;
    vertical-align: text-bottom;
    background:linear-gradient(transparent 60%, #ffeb00 60%);  
    -webkit-text-emphasis: filled;
    text-emphasis: filled;
}
.about_t{
    margin:0 auto 30px auto;
    line-height: 2.2em;
    width: 70%;
}
.find_ga{
    text-decoration: none;
    background-color: #fff472;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 20px 100px;
    border-radius: 60px;
    border:1.5px solid #003190;
    transition:0.5s;
    color: #003190;
    font-weight: bold;
    letter-spacing: 0.15em;
    font-family:"Noto Sans JP";
}
.find_ga:hover{
    transform: translateY(-5px);
    opacity: 0.5;
}
.find_ga_sub{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8em;
    margin-top: 5px;
    color: #555;
    letter-spacing: 0.08em;
    border-bottom: 2px solid #A3D9FF;
    padding-bottom: 50px;

}
.find_ga_sub2{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8em;
    margin-top: 5px;
    color: #555;
    letter-spacing: 0.08em;
}
.find_ga0{
    text-decoration: none !important;
}
/*業界について*/
/*バナー*/
.ibanner_s{
    width: 600px;
    margin: 0 auto;
    transition:0.5s;
}
.ibanner_s:hover{
    opacity: 0.5;
    text-decoration: none!important;
}
/*バナー*/
/*分野紹介*/
.only_f{
    margin:0 0 100px;
}
.about_k2{
    background-color: #FFFDE3;
    width: 80%;
    margin: 50px auto;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}
.f_no{
    margin: 0;
    font-size: 5.8em;
    font-weight: bold;
    color: #ddd;
    position: absolute;
    left: 40px;
    top: -100px;
    font-family:'Barlow', "Noto Sans JP", sans-serif;
}

.field_flex{
    display: flex;
}
.field_flex2{
    display: flex;
    margin-top: 120px;
}
.flex-grow{
    flex-grow:1;
}
.f_1{
    position: relative;
}
.f_1 img{
    width: 40%;
    margin: 20px auto;
    display: block;
}
.f_ttl{
    text-align: center;
    font-size: 1.4em;
    border-bottom:2px solid  #003190;
    width: 75%;
    margin:10px auto 0 auto;
    font-weight: bold;
}
.button-001 {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    margin:0 auto 14px auto;
    padding: .9em 2em;
    border: 2px solid #001f5a;
    border-radius: 5px;
    background-color: #fff;
    color: #001f5a;
    font-size: 1em;
    transition:0.5s;
    letter-spacing: 0.08em;
    font-weight: bold;
    font-family: 'barlow';
}
.button-001:hover{
    opacity: 0.5;
    text-decoration: none!important;
}
.button-001::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-bottom: 2px solid #001f5a;
    border-right: 2px solid #001f5a;
    content: '';
}
.button_s{
    text-decoration: none !important;
}
.button_s span{
    text-decoration: none !important;
}
/*分野紹介*/
/*分野詳細*/
.pic_j img{
    width: 100%;
    height: 65%;
    object-fit: cover;
}
.de_ttl{
    font-size: 1.6em;
    margin:43px 0 0;
    border-bottom: 2px solid #001f5a;
    text-align: left;
    position: absolute;
    z-index: 40;
    left: 140px;
    font-weight: bold;
}
.det_ttle{
    position: relative;
    margin-top: 80px;
}
.t01{
    font-size: 7.8em;
    font-weight: bold;
    color: #ddd;
    position: absolute;
    left: 0px;
    top: -100px;
    z-index: 10;
    margin:50px 0 0;
}
.detl_k{
    display: flex;
    margin: 200px auto 0;
    width: 80%;
}
.detl_k img{
    width: 77%;
    margin: 0 auto;
}
.detl_k_a{
    width: 100%;
    vertical-align: middle;
    position:relative;
}
.detl_k_a_a{
    color: #001f5a;
    font:16px/2.4 'Barlow', "Noto Sans JP", sans-serif;
    font-weight:bold;
}
.exa_j_a{
    background-color: #EAF6FF;
    padding: 50px 10px;
    margin: 50px 0;
    border-left: 10px solid #001f5a;
    border-bottom: 10px solid #eee;
}
.exa_o_j{
    display: flex;
    margin: 50px 0 0 0;
}
.exa_j{
    text-align: center;
    background:linear-gradient(transparent 60%, #fff472 60%); 
    width: 20%;
    padding: 10px 15px;
    margin:0 auto 20px auto;
    background-color: #fff;
    border-left: 15px solid #c9c9c9;
}
.job_k{
    text-align: center;
    margin: 0 10px;
    width: 100%;
    font-size: 0.9em;
}
.job_k img{
    margin: 10px 0;
}
.circle{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff472;
    margin-right: 5px;
}
.circle2{
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #FFFBC7;
    margin-right: 5px;
    position: absolute;
    z-index: 10;
    top: -30px;
    right: 0px;
}
.all_k_a_a{
    position: absolute;
    z-index: 20;
}
.text_job{
    font-size: 1.1em;
    font-weight: bold;
}
.k_look{
    text-decoration: none !important;
    color: #003190;
    font-weight: bold;
    border-bottom:2px solid #003190;
    transition:0.5s;
    padding-bottom: 5px;
}
.k_look span{
    text-decoration: none;
}
.k_look:hover{
    opacity: 0.5;
}
.pic_j{
    transition:0.5s;
}
.pic_j img{
    border-radius: 10px;
}
.pic_j:hover{
    opacity: 0.5;
}
/*分野詳細*/
/*バナー*/
.find_fu{
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
}
.find_banner{
    transition:0.5s;
}
.find_banner img{
    width: 60%;
    margin: 0 auto 50px auto;
    display: block;
}
.find_banner:hover{
    opacity: 0.5;
}
/*バナー*/