<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
width: 100%;
 overflow-y: scroll; 
 -webkit-overflow-scrolling: touch;
}

body{
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0;
    letter-spacing: 1.5px;
    line-height: 1.25;
    font-feature-settings: "palt" 1;
    -webkit-font-feature-settings: "palt" 1;
    box-sizing: border-box;
    overflow-x: clip;
    font-kerning: auto;
    font-size: 15px;
    font-family: "yu-gothic-pr6n", adobe-clean, 'adobe clean', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', Meiryo, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    font-weight: bold;
}


main{
    width: 80%;
    min-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
}

div{
    box-sizing: border-box;
}

a{
    text-decoration: none;
/*    color: #091F2D;*/
    font-weight: bold;
    font-weight: bold;
}

.red{
    color: #FF1212;
}

.top_recruit a{
    display: inline;
}

img{
    width: 100%;
}

h1,h2,h3,h4,h5,p,div{
    font-weight: bold;
}

h2,h3{

    font-family: "poppins", sans-serif;
}


.br-sp{
    display: none;
    overflow: hidden;
}

.br-pc{
    display: inline;
    overflow: visible;
}

.pc-none{
    display: none;
    overflow: hidden;
}

.sp-none{
    overflow: visible;
    display: inline;
}

.pc_header{
    overflow: visible;
    display: inline;
}

.sp_header{
    display: none;
    overflow: hidden;
}

main{
   /* width: 85vw;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;*/
    line-height: 32px;
    overflow-x: hidden;
    position: relative;
    color: #343434;
}


/*-------------------------
    header
-------------------------*/

header{
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    transition: all 0.5s ease;
    z-index: 9999;
    box-sizing: border-box;
    top: 0;
    transition: .3s;
}

.header_buleBG{
    background-color: linear-gradient(180deg, #0086D1 0%, #0178BF 32%, #034F88 100%);
}

.white_header .pc_header_nav_list a{
    color: #FFF;
}


.pc_header{
    width: 60%;
    min-width: 960px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
}


.pc_header_logo{
    width: 15%;
}


.pc_header_nav{
    width: 70%;
}


.pc_header_nav_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}


.pc_header_nav_list a{
    color: #343434;
}



.header_buleBG .pc_header_nav_list a{
    color: #FFF;
}

.header.change-color {
    background-image: linear-gradient(180deg, #0086D1 0%, #0178BF 32%, #034F88 100%);
}



.lists.change-color {
  color: #fff;
}



/* 繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ繧帝撼陦ｨ遉ｺ縺ｫ縺吶ｋ */
.drawer_hidden {
  display: none;
}


.page_title{
    background-color: #F7F7F7;
    border-radius: 0 50% 0 0;
    width: 645px;
    height: 218px;
    text-align: center;
    padding:45px;
}



.page_title__caption--bold{
    margin-right:auto;
    margin-left: auto;
    /* margin-top: -50%;
    transform: translateY(50%); */
    color: #0D60B9;
    font-size: 40px;
}


footer{
    text-align: center;
    background-image: linear-gradient(0deg, #025E9C 0%, #034F88 100%);
    color: #fff;
    padding: 3% 0;
}


.footer_img{
    width: 15%;
    margin: 0 auto 8px;
}


.footer_copyright{
    font-size: 13px;
}


.top_business_title h2{
    font-size: 2vw;
    font-weight: bold;
}


.top_mainview{
    background-image: url(../img/top/top-a.png);
    width: 100%;
    height: 93vh;
    background-size: cover;
    position: relative;
    background-position: bottom;
}


.top_mainview_title{
    font-weight: 700;
    margin: 0 auto;
    width: 60vw;
    position: relative;
    top: 25vh;
    text-align: center;
}


.top_mainview_title h1{
    font-size: 2.6rem;
    line-height: 1.2;
    font-family: "poppins", sans-serif;
}


.top_mainview_title p{
    font-size: 1.2rem;
    margin-top: 8px;
}


.top_mainview_title_scroll{
    position: absolute;
    bottom: 2%;
    transform: rotate(90deg);
    z-index: 777;
    width: 10vw;
    left: 45%;
    font-size: 1vw;
    border-bottom: #FF9E03 solid;
    color: #fff;
}


.top_mainview_title_scroll a{
    color: #fff;
}


.top_about{
    background-image: linear-gradient(0deg, rgba(3, 79, 136, 1) 0%, rgba(1, 120, 191, 1) 50%, rgba(0, 134, 209, 1) 100%);
    padding: 7% 18vw 8%;
}



.top_about h2, .top_about p{
    margin: 0 auto;
    color: #fff;
}


.top_about h2{
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
}


.top_about p{
    line-height: 2;
    width: auto;
    margin: 20px auto 30px;
    min-width: 540px;
      text-align: center;
}


.top_about_viewbutton{
    width: 150px;
    position: absolute;
    right: 12rem;
    border: #fff solid 1px;
    padding: 8px 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}


.top_business{
    background-color: #025E9C;
    padding: 7% 18vw 8%;
}


.top_business_title{
    color: #fff;
}


.top_business_content{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}


.top_business_mainimg{
    width: 40%;
}


.top_business_content_text{
    width: 52%;
}


.top_business_content_title {
    color: #fff;
}


.top_business_content_title h3{
    font-size: 1.5rem;
    font-weight: bold;
}

.top_business_axesitem{
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
}

.top_business_axesitem_title{
    border-radius: 50px;
    background-image: linear-gradient(0deg, rgba(3, 79, 136, 1) 0%, rgba(1, 120, 191, 1) 50%, rgba(0, 134, 209, 1) 100%);
    text-align:center;
    width:60px;
    height:60px;
    line-height:60px;
    color: #fff;
}

.top_business_axesitem_biz_base{
    color: #0070A2;
    background-image: linear-gradient(0deg, rgba(255, 234, 72, 1) 0%, rgba(245, 179, 25, 1) 65%, rgba(247, 143, 2, 1) 100%);
    
}

.top_business_axesitem_text{
    width: 84%;
    color: #fff;
    position: relative;
}

.top_business_axesitem_biz{
    display: flex;
}

.top_business_axesitem_biz h5{
    padding-right: 24px;
}


.top_business_content_text .viewbutton{
    width: 150px;
    position: absolute;
    right: 12rem;
    border: #fff solid 1px;
    padding: 8px 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.top_recruit{
    background-image: linear-gradient(180deg, #FFF 0%, #bfbfbf 100%);
    position: relative;
    padding: 8% 18vw 0;
}


.top_recruit_title {
    color: #025E9C;
}


.top_recruit_title h2{
    font-size: 2rem;
    font-weight: bold;
}

.top_recruit_img{
    margin-top: 5%;
    width: 70vw;
    margin-left: -18vw;
}

.top_recruit_copy{
    position: absolute;
    width: 55%;
    padding: 3vw 18vw 3vw 3vw;
    background-color: rgba(255, 255, 255, 0.5);
    top: 75%;
    right: 0;
    z-index: 777;
}

.top_recruit_maincopy{
    width: 80%;
    font-size: 28px;
    font-weight: bold;
}

.top_recruit_subcopy{
    margin-top: 10px;
    font-weight: bold;
}

.top_recruit_copy_wrap{
    display: flex;
}



.top_recruit_copy_wrap .viewbutton{
    width: 150px;
    position: absolute;
    right: 5rem;
    bottom: 19%;
    background-image: linear-gradient(0deg, #DB8907 0%, #986400 100%);
    padding: 8px 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}


.top_contact{
    background-image: url(../img/top/top-contact.png);
    width: 100%;
    background-size: cover;
    position: relative;
    background-color: #025E9C;
    padding: 8% 18vw 0;
}

.top_recruit_link_list{
    display: flex;
    padding: 7% 0 35%;
}


.top_recruit_link{
    display: flex;
    justify-content: space-between;
    width: 80%;
    border: #fff solid 2px;
    color: #fff;
    padding: 5%;
    margin-right: 3%;
}

.top_recruit_link_text h3{
    font-weight: bold;
    font-size: 1.5rem;
}

.top_recruit_link_arrow{
    width: 30%;
}




.philosophy_mainview{
    background-image: url(../img/philosophy/philosophy-top.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: bottom;
    background-position-x: center;
    position: relative;
    color: #fff;
}

.philosophy_mainview_title{
    font-weight: 700;
    margin: 0 auto;
    width: 66vw;
    min-width: 960px;
    position: relative;
    top: 25vh;
}

.philosophy_mainview_title h1{
    font-size: 3rem;
    line-height: 1.2;
    font-family: "poppins", sans-serif;
}

.philosophy_mainview_title p{
    font-size: 1.2rem;
    padding-top: 8px;
}


.philosophy_mainview_about{
    margin: 0 auto;
    width: 66vw;
    min-width: 960px;
    position: relative;
    top: 35vh;
}


.philosophy_mainview_about p{
    width: auto;
    line-height: 2;
}


.philosophy_corp_wrap {
    width: 100%;
    margin: 0;
    padding: 2% 0 5%;
    position: relative;
    overflow: hidden;
}


.philosophy_corp_wrap,.philosophy_manage_wrap{
    color: #FFF;
}


.philosophy_corp_title h2,.philosophy_manage_title h2{
    font-weight: bold;
    font-size: 2rem;
}


.philosophy_corp_text,.philosophy_manage_text{
    font-weight: bold;
    font-size: 1.5rem;
}


.philosophy_corp_manage_wrap{
    position: relative;
}


.philosophy_corp_wrap::before {
    content: '';
    position: absolute;
    top: -3%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image:linear-gradient(180deg, #0086D1 0%, #0178BF 53%, #034F88 100%);
    transform: skewY(-7deg) translateY(-90px);
    z-index: -1;
}


.philosophy_manage_wrap {
    width: 100%;
    margin: -30vh 0 0px;
    padding: 8% 0 5%;
    position: relative;
    overflow: hidden;
}


.philosophy_manage_wrap::before {
    content: '';
    position: absolute;
    top: -3%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image:linear-gradient(291deg, #0086D1 0%, #034F88 100%);
    transform: skewY(0deg) translateY(-90px);
    z-index: -2;
}


.philosophy_corp_area{}


.philosophy_corp_img{
    position: absolute;
    width: 25%;
    z-index: 999;
    top: 12%;
    right: 15%;
}


.philosophy_manage_area,.philosophy_corp_area{
    width: 60vw;
    margin: 0 auto;
    padding: 10% 0;
}


.philosophy_president_wrap{
    display: flex;
    justify-content: space-between;
    background-color: #E2E2E2;
    margin-top: -9%;
    z-index: -3;
    position: relative;
}


.philosophy_president_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E2E2E2;
    z-index: -3;
}


.philosophy_president_img{
    width: 50%;
}


.philosophy_president_area{
    width: 40%;
    margin-left: 5%;
    padding-right: 8%;
    padding-top: 15%;
}


.philosophy_president_title{
    margin-bottom: 16px;
}


.philosophy_president_title h2{
    font-weight: bold;
    font-size: 2rem;
}


.philosophy_9value{
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-bottom: 10%;
}


.philosophy_9value::before {
    content: '';
    position: absolute;
    top: -3%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -3;
    background-image:linear-gradient(0deg, #95CDEB 0%, #96C8E5 53%, #5FACE6 100%);
    transform: skewY(7deg) translateY(-90px);
}


.philosophy_9value_wrap{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto 7%;
    min-width: 960px;
}

.philosophy_9value_img{
    width: 43%;
}

.philosophy_9value_img div{
    margin-bottom: 10%;
}

.philosophy_9value_item h3{
    font-size: 1.2rem;
    font-weight: bold;
}

.philosophy_9value_item_entitle{
    font-weight: bold;
    margin-bottom: 16px;
}

.philosophy_9value_text{
    width: 50%;
}

.philosophy_9value_item{
    margin: 0 0 15%;
}


.philosophy_9value_title{
    width: 70%;
    min-width: 960px;
    margin: 0 auto;
    padding: 5% 0;
}

.philosophy_9value_title h2{
   font-size: 2rem;
   font-weight: bold;
}


.philosophy_SEvalue{
    position: relative;
    overflow: hidden;
    padding: 12% 0 16%;
    margin-top: -30vh;
    z-index: -5;
    color: #fff;
}


.philosophy_SEvalue::before {
    content: '';
    position: absolute;
    top: -3%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -3;
    background-color: #FFF;
    background-image: url(../img/philosophy/philosophy-se.png);

    transform: skewY(-7deg) translateY(-90px);
    background-size: cover;
}


.philosophy_SEvalue_title{
    width: 70%;
    margin: 0 auto;
    padding: 3% 0;
}


.philosophy_SEvalue_title h2{
   font-size: 2rem;
   font-weight: bold;
}

.philosophy_SEvalue_list{
    width: 70%;
    margin: 0 auto;
    font-size: 1.5vw;
    font-weight: bold;
}

.philosophy_SEvalue_list_item{
    margin: 12px 0;
}

.philosophy_awards{
    position: relative;
    overflow: hidden;
    padding: 15% 0 20%;
    margin-top: -30vh;
    z-index: -6;
    color: #fff;
}


.philosophy_awards::before {
    content: '';
    position: absolute;
    top: -3%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -3;
    background-color: #0178BF;
    background-image: url(../img/philosophy/awards.png);
    background-size: cover;
}

.philosophy_awards_img{
    width: 25%;
}

.philosophy_awards_title{
    width: 70%;
    min-width: 680px;
    margin: 0 auto;
    padding: 3% 0;
}

.philosophy_awards_title h2{
   font-size: 2rem;
   font-weight: bold;
}


.philosophy_awards_wrap{
    width: 70%;
    min-width: 680px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
}

.philosophy_awards_text{
    width: 65%;
    font-weight: bold;
}

.philosophy_awards_text h3{
    font-size: 1.5rem;
    padding-bottom: 8%;
}

.philosophy_awards_text p{
    line-height: 1.75;
}

.business_mainview{
    background-image: linear-gradient(180deg, #0086D1 0%, #0178BF 82%, #034F88 100%);
    color: #FFF;
    padding-bottom: 5%;
}


.business_mainview_wrap{
    width: 70%;
    margin: 0 auto;
    padding-top: 10%;
    display: flex;
    justify-content: space-between;
}

.business_mainview_l{
    width: 50%;
}

.business_mainview_r{
    width: 40%;
    margin-top: -5%;
}


.business_mainview_title h1{
    font-size: 3vw;
    font-weight: bold;
}

.business_mainview_title div{
    font-size: 1.4vw;
    font-weight: bold;
}

.business_mainview_title p{
    width: 80%;
    line-height: 1.8;
}

.business_mainview_chart{
    width: 70%;
    margin: 10% 0 5%;
}

.business_mainview_pickup_title{
    border-radius: 50px;
    background-color: #fff;
    color: #D69225;
    line-height: 85px;
    text-align: center;
    width: 85px;
    font-weight: bold;
    position: relative;
    z-index: 3;
    display: inline-block;
}


.business_mainview_pickup_item{
    position: relative;
    z-index: 2;
    left: -4%;
    background-color: #D69225;
    display: inline-block;
    padding: 2% 5%;
    width: 70%;
}


.business_mainview_pickup_item p{
    display: inline-block;
}


.business_mainview_pickup_arrow {
  width: 35%;
  height: 8px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: skew(45deg);
  display: inline-block;
  margin-left: 3%;
}


.business_axesitem{
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
}

.business_axesitem_title{
    border-radius: 50px;
    background-image: linear-gradient(0deg, rgba(3, 79, 136, 1) 0%, rgba(1, 120, 191, 1) 50%, rgba(0, 134, 209, 1) 100%);
    text-align:center;
    width:60px;
    height:60px;
    line-height:60px;
    color: #fff;
}

.business_axesitem_biz_base{
    color: #0070A2;
    background-image: linear-gradient(0deg, rgba(255, 234, 72, 1) 0%, rgba(245, 179, 25, 1) 65%, rgba(247, 143, 2, 1) 100%);
    
}

.business_axesitem_text{
    width: 84%;
    color: #fff;
    position: relative;
}

.business_axesitem_text h5{
    padding-right: 24px;
}


.business_consulting{
    background-color: #D69225;
    color: #FFF;
    position: relative;
}

.business_consulting_title{
    text-align: center;
    font-weight: bold;
    padding: 5% 0 5%;
}

.business_consulting_title h2{
    font-size: 2vw;
}

.business_consulting_wrap{
    display: flex;
}

.business_consulting_img{
    width: 45%;
}

.business_consulting_text{
    width: 35%;
    padding-left: 5%;
    line-height: 2;
}

.business_consulting_text h3{
    font-size: 1.2vw;
    padding-bottom: 20px;
    font-weight: bold;
}

.business_consulting_hexagon{
    position: absolute;
    right: 10%;
    top: 70%;
    width: 25vw;
}


.business_project{
    position: relative;
    z-index: -5;
    background-image:linear-gradient(1deg, #FFFFFF 0%, #EEEEEE 53%, #E3E3E3 85%, #DEDEDE 100%) ;
}

.business_project_top{
    width: 100%;
    position: relative;
    overflow: hidden;
}


.business_project_top::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url(../img/business/soft.png);
    background-size: cover;
}

.business_project_top_title{
    width: 70%;
    border-left: 3px solid #FF9E03;
    margin: 0 auto;
    padding: 10% 3% 7%;
    position: relative;
    color: #fff;
    font-weight: bold;
}


.business_project_top_title::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5.5vw;
    right: 0;
    z-index: -2;
    background-color: #034F88;
    width: 80vw;
}

.business_project_top_title h2{
    font-size: 2vw;
    font-weight: bold;
}

.business_project_top_title p{
    margin-top: 3%;
    font-size: 1.6vw;
}

.business_project_tug{
    background-color: #FF9E03;
    color: #fff;
    position: absolute;
    bottom: -16px;
    left: 12%;
    padding: 8px 24px;
    z-index: 77;
}


.business_project_main_wrap{
    background-image: linear-gradient(0deg, #14ABFF 0%, #0178BF 20%, #035691 59%, #034F88 100%);
    width: 80vw;
    margin: 0 auto;
    position: relative;
    z-index: 7;
}

.business_project_main{
    width: 86.5%;
    margin: 0 auto;
    padding: 0 0 7%;
    position: relative;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF00 75%, #1E64A0 75%, #1E64A0 100%);
}

.business_project_main_top{
    padding: 5% 3% 0;
    border-left: 3px solid #FF9E03;
}


.business_project_main_top h3{
    font-size: 1.8vw;
    font-weight: bold;
}


.business_project_main_top div{
    margin: 0 0 2%;
    font-size: 1.4vw;
}


.business_project_main_top p{
    font-weight: bold;
    width: 60%;
}


.business_project_main_top .business_project_main_top_entitle{
    font-size: 16px;
    margin: 0 0 2%;

}

.business_project_morebutton{
    color: #0168AA;
    background-color: #fff;
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding: 4px 3% 4px 5%;
    position: relative;
    left: 7%;
    margin-top: -30px;
    font-weight: bold;
}


.business_project_more_1st{

    width: 86.5%;
    margin: 0 auto;
    padding: 5% 7%;
    background-image: linear-gradient(180deg, #5FACE6 0%, #085080 100%);
    color: #fff;
}

.business_project_more_1st h4,.business_project_more_2nd h4,.business_project_more_3rd h4{
    font-weight: bold;
    font-size: 1.6vw;
    margin-bottom: 3%;
}

.business_project_more_1st p{
    width: 70%;
}

.business_project_more_2nd{
    width: 86.5%;
    margin: 0 auto;
    padding: 5% 7%;
    background-image: linear-gradient(180deg, #95CDEB 0%, #5FACE6 100%);
    color: #fff;
}



.business_project_softrecord_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}

.business_project_softrecord_item{
    width: 32%;
    background-color: #EBEBEB;
    border-radius: 14px 14px 0px 0px;
        position: relative;
}

.business_project_softrecord_item h5{
    padding: 3% 0;
    text-align: center;
    background-color: #17879F;
    font-weight: bold;
    font-size: 18px;
    border-radius: 14px 14px 0px 0px;
}

.business_project_softrecord_item span{
    font-size: 15px;
}

.business_project_softrecord_item_main{
    padding: 16px;
    color: #343434;
}

.business_project_softrecord_item_main{
    padding: 16px;
    color: #343434;
}

.business_project_softrecord_item_main div{
    padding: 2px;
    margin: 4px 0;
}

.business_project_softrecord_img{
    padding: 16px;
}

.business_project_softrecord_item_subtitle{
    background-color: #D6D6D6;
}


.business_project_softrecordother_wrap{
    display: flex;
    background-color: #FFFFFFdd;
    border-radius: 18px 18px 0px 0px;
    padding: 24px;
    color: #343434;
}

.business_project_softrecordother_list{
    width: 50%;
}

.softrecordother_gray{
    background-color: #BCBCBC55;
}


.business_project_more_3rd{
    width: 86.5%;
    margin: 0 auto;
    padding: 5% 7%;
    background-color: #FFF;
    color: #343434;
}


.business_project_more_3rd h5{
    font-size: 1.4vw;
}

.business_project_softtool_img{
    margin: 3% 0;
}

.business_project_softtool_img img{
    height: 5vw;
    width: auto;
}

.business_project_more_1st_cloud_wrap{
    display: flex;
}

.business_project_more_1st_cloud_text{
    width: 75%;
}

.business_project_more_1st_cloud_img{
    width: 20%;
}

.business_project_more_1st_cloud_img_item{
    margin-bottom: 25%;
}


.business_project_more_1st_cloud_text_item{
    margin-bottom: 3%;
}


.business_project_more_1st_cloud_text_item h5{
    font-weight: bold;
    font-size: 20px;
}

.business_project_cloud_merit_table{
    border: solid 1px #fff;
}

.business_project_cloud_merit_table th,.business_project_cloud_merit_table td{
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 8px;
}

.business_project_cloud_merit_table thead th{
    width: 20%;
    font-size: 20px;
    vertical-align: middle;
}

.business_project_cloud_merit_table tbody th{
    width: 20%;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

.business_project_cloud_merit_LS1st,.business_project_cloud_merit_LS2nd,.business_project_cloud_merit_LS3rd{
    background-color: #D69225;
}


.business_project_cloudrecord_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}

.business_project_cloudrecord_item{
    width: 47%;
    background-color: #FFFFFFBB;
    border-radius: 14px 14px 0px 0px;
}

.business_project_cloudrecord_item h5{
    padding: 3% 0;
    text-align: center;
    background-color: #17879F;
    font-weight: bold;
    font-size: 18px;
    border-radius: 14px 14px 0px 0px;
}

.business_project_cloudrecord_item p{
    padding: 3%;
    color: #343434;
}

.business_project_cloudrecord_item div{
    padding: 3% 3% 5%;
}


.business_project_cloud_price_top{
    width: 640px;
    margin: 24px auto;
    border: 3px solid #707070;
    padding: 24px 36px;
}

.business_project_cloud_price_top_wrap{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 3px #707070;
    padding-bottom: 16px;
}

.business_project_cloud_price_top_item{
    background-image:  linear-gradient(180deg, #25BBDE 0%, #0C6372 100%);
    color: #fff;
    padding: 18px 36px;
    font-size: 20px;
}

.business_project_cloud_price_top_plus{
    font-size: 42px;
    font-weight: bold;
}

.business_project_cloud_price_top_red{
    font-size: 24px;
    font-weight: bold;
    color: #ff1212;
    text-align: center;
    padding-top: 16px;
}

.business_project_cloud_price_list_title{
    padding-left: 2.4vw;
    margin-top: 7%;
    position: relative;
}


.business_project_cloud_price_list_title::before {
    content: '';
    position: absolute;
    top: 7%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-image:  linear-gradient(180deg, #25BBDE 0%, #0C6372 100%);
    width: 1.8vw;
    height: 1.8vw;
}


.business_project_cloud_price_list_wrap{
    display: flex;
    justify-content: space-between;
}

.business_project_cloud_price_list_plan_item{
    width: 30%;
    background-color: #E6E6E6;
    border-radius: 14px 14px 0px 0px;
}

.business_project_cloud_price_list_wrap .plan_item_5{
    width: 19%;
}

.business_project_cloud_price_list_plan_item h5{
    padding: 3% 0;
    text-align: center;
    background-image: linear-gradient(180deg, #25BBDE 0%, #0C6372 100%);
    font-weight: bold;
    font-size: 18px;
    border-radius: 14px 14px 0px 0px;
    color: #fff;
}


.business_project_cloud_price_list_plan_item h5 span{
    font-size: 16px;
    font-weight: bold;
}

.business_project_cloud_price_list_plan_item p{
    padding: 3% 2%;
    color: #343434;
}

.business_project_cloud_price_list_plan_item_main{
    font-weight: bold;
    text-align: center;
}

.business_project_cloud_price_list_plan_item_main p{
    padding: 4px;
    border-bottom: solid 3px #BBB;
    margin: 8px;
    font-size: 14px;
}

.business_project_cloud_price_list_plan_item_main p span{
    font-size: 18px;
}

.business_project_cloud_price_list_plan_item_main .price_list_plan_item_last{
    border: none;
}


.business_project_cloud_price_list_option_wrap{
    justify-content: flex-start;
    flex-wrap: wrap;
}


.business_project_cloud_price_list_option_item{
    width: 24%;
    background-image: linear-gradient(214deg, #25BBDE 0%, #0C6372 100%);
    border-radius: 14px;
    color: #fff;
    padding: 8px;
    margin: 0.5%;
}

.business_project_cloud_price_list_option_icon{
    width: 30%;
    margin: 20px auto;
    height: 5vw;
}

.cloud_price_list_option_top{
    font-size: 14px;
    padding: 8px;
    text-align: center;
    border-bottom: solid 2px #fff;
    letter-spacing: 1.2;
}

.cloud_price_list_option_top p{
    height: 46px;
}

.cloud_price_list_option_top .cloud_price_list_option_price{
    font-size: 18px;
    font-weight: bold;
    height: 21px;
}

.cloud_price_list_option_bottom{
    padding: 8px 0;
}

.business_project_itm_survey{
    margin-bottom: 24px;
}

.business_project_itm_survey h5{
    font-size: 24px;
    font-weight: bold;
}

.business_project_itm_survey p{
    font-size:18px;
    padding-left: 44px;
}

.itmRecord_icom{
    position: absolute;
    width: 5vw;
    height: 5vw;
    padding: 0.9vw 1.4vw;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    top: -7%;
    right: -7%;
}

.itmRecord_icom img{
    width: 100%;
}

.business_project_more_itmRecord h5{
    color: #fff;
}

.securityrecord_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.securityrecord_item{
    width: 47%;
    display: flex;
    padding-bottom: 3%;
}

.securityrecord_icon{
    background-color: #D69225;
    border-radius: 100px;
    width: 10vw;
    line-height: 2vw;
    margin-right: 20px;
}

.securityrecord_item h5{
    color: #343434;
    font-size: 18px;
    font-weight: bold;
}

.securityrecord_text{
    width: 90%;
}

.business_project_fitfinder_text{
    width: 40%;
}

.business_project_fitfinder_img{
    width: 55%;
}

.business_project_fitfinder_wrap{
    justify-content: space-between;
}

.business_project_fitfinder{
    color: #343434;
}

.business_project_fitfinder table{
    width: 100%;
    margin: 24px auto;
    border: 2px solid #707070;
    padding: 24px 36px;
}

.business_project_fitfinder th,.business_project_fitfinder td{
    padding: 8px 4px 8px 24px;
}

.business_project_fitfinder thead th{
    border-bottom: 2px solid #707070;
    font-weight: bold;
}

.business_project_fitfinder tbody th,.business_project_fitfinder tbody td{
    font-size: 20px;
    font-weight: bold;
}

.business_project_fitfinder tbody span{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}

.business_project_main .business_project_tug{
    position: absolute;
    left: 0;
    width: 140px;
    top: 15%;
    height: fit-content;
}


.business_project_other .business_project_main_top{
    padding: 15% 3% 0;
}


.business_project_product th{
    vertical-align: top;
    border-bottom: solid 1px #FFFFFF55;
    padding-right: 24px;
    width: 140px;
}


.business_project_product th,.business_project_product td{
    padding: 2px 4px;
}

.business_project_product tr:nth-child(even) td {
    background: #FFFFFF55;
}

.business_project_other_record div{
    border-radius: 18px 18px 0 0;
    background-color: #FFFFFFBB;
    color: #343434;
    padding: 5% 3%;
}

.business_project_other_record tr:nth-child(even) th,.business_project_other_record tr:nth-child(even) td {
    background: #BCBCBC33;
}


.business_project_other_record tr th{
    padding: 4px 8px;
}




.servce_top{
    background: linear-gradient(0deg, #0086D1 0%, #0178BF 82%, #034F88 100%) 0% 0%;
    color: #fff;
    padding: 7% 0 0;
}

.service_top_content{
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 5% 0 22px;
}

.service_top_maintitle{
    font-size: 3.5rem;
    font-family: "poppins", sans-serif;
}


.service_top_subtitle{
    font-size: 1.6rem;
}

.service_top_title_wrapper{
    width: 55%;
}


.service_top_img{
    position: absolute;
    top: 0%;
    right: 5%;
    width: 40%;
}

.service_top_titleCaption{
    width: 75%;
    line-height: 2;
    padding-top: 1.5rem;
}


.service_top_main_wrapper{
    display: flex;
}

.service_top_main{
    width: 45%;
}

.service_top_button_icon_wrapper{
    border-radius: 50px;
    background-color: #FFF;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 73px;
    color: #D69225;
    font-family: "poppins", sans-serif;
    letter-spacing: 0.7px;
    position: relative;
    z-index: 88;
}

.service_top_button_body_wrapper {
    background-color: #D69225;
    position: relative;
    z-index: 77;
    padding: 8px 30px;
    color: #fff;
    left: 55px;
    bottom: 50px;
    width: 375px;
}

.service_top_button_arrow{
  width: 35%;
  height: 8px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: skew(45deg);
  display: inline-block;
  margin-left: 3%;
}


.service_axes_item_title{
    border-radius: 50px;
    background-image: linear-gradient(0deg, rgba(3, 79, 136, 1) 0%, rgba(1, 120, 191, 1) 50%, rgba(0, 134, 209, 1) 100%);
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.service_axes_item_biz_base{
    background: linear-gradient(180deg, #FFEA48 0%, #F5B319 68%, #F78F02 100%);
    color: #0070A2;
}


.service_axes_item{
    display: flex;
    margin: 12px 0;
}


.service_axes_item_text{
    padding: 12px;
}


.service_top_axes_title h2{
    font-size: 1.5rem;
}

.service_top_axes_title h2,.service_axes_item_text p,.consul_title p{
    font-family: "poppins", sans-serif;
    letter-spacing: 0.7px;
}

.service_top_axes_wrapper{
    margin-left: 32px;
}

.service_top_button{
    margin-top: 16px;
}

.service_axes_list{
    margin-top: 24px;
}

.service_consul{
    background: #D69225;
    padding: 5% 0;
    color: #fff;
}

.consul_title{
    text-align: center;
}

.consul_title h2{
    font-size: 1.5rem;
    padding-bottom: 12px;
}

.consul_content{
    padding-top: 24px;
    position: relative;
}

.consul_img{
    width: 35%;
}

.consul_content_text h3{
    font-size: 16px;
    padding-bottom: 12px;
}

.consul_content_text {
    position: absolute;
    top: 24px;
    width: 40%;
    left: 45%;
    line-height: 1.75;
}

.service_bizcontent{
    position: relative;
    color: #fff;
}

.service_bizcontent_header{
    background-size: cover;
    position: absolute;
    width: 100%;
}

.service_bizcontent_header_soft{
    background-image: url(../img/business/soft.png);
}

.service_bizcontent_body{
    background-image: linear-gradient(1deg, #FFFFFF 0%, #EEEEEE 53%, #E3E3E3 85%, #DEDEDE 100%); 
}

.service_bizcontent_body_blueBG{
    background-image: linear-gradient(180deg, #14ABFF 0%, #0178BF 20%, #035691 59%, #034F88 100%); 
    min-width: 890px;
    width: 80%;
    margin: 0 auto;
    padding-top: 200px;
}

.service_bizcontent_header_title{
    width: 760px;
    margin: 0 auto;
    padding: 80px 0 80px 12px;
    border-left: 3px solid #FF9E03;
}

.service_bizcontent_header_title h2{
    font-size: 1.7rem;
    padding-bottom: 16px;
}

.service_bizcontent_header_title p{
    padding-top: 16px;
}

.service_bizcontent_about{
    width: 760px;
    margin: 0 auto;
    padding: 120px 0 0 12px;
    border-left: 3px solid #FF9E03;
}

.service_bizcontent_tug{
    position: relative;
    top: 88px;
    background: #ff9e03;
    width: fit-content;
    padding: 4px 12px;
    left: -13px;
}

.service_bizcontent_about h3{
    font-size: 1.5rem;
    padding-bottom: 8px;
}


.service_bizcontent_about_catch{
    font-size: 1.2rem;
}

.service_bizcontent_about_catch p{
    padding: 12px 0;
    line-height: 1.75;
}

.service_bizcontent_about_text{
    line-height: 1.75;
}


.service_bizcontent_morecontent_section{
    width: 760px;
    color: #fff;
    margin: 0 auto;
    padding: 36px 24px;
}

.morecontent_1st{
    background: linear-gradient(180deg, #5FACE6 0%, #085080 100%);
}

.morecontent_2nd{
    background: linear-gradient(180deg, #95CDEB 0%, #5FACE6 100%);
}

.service_bizcontent_morecontent_tub_container{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.service_bizcontent_morecontent_tub_container li{
    background-color: #EBEBEB;
    border-radius: 10px 10px 0 0;
}

.service_bizcontent_morecontent_tub_item{
    width: 31%;
}

.service_bizcontent_morecontent_wrap{
    padding: 32px 0;
}

.service_bizcontent_morecontent h4{
    font-size: 18px;
    padding-bottom: 16px;
}

.service_bizcontent_morecontent_tub_title{
    border-radius: 10px 10px 0 0;
    background-color: #17879F;
    padding: 8px 0;
    text-align: center;
}

.service_bizcontent_morecontent_tub_title span{
    font-size: 12px;
}

.service_bizcontent_morecontent_tub_body{
    background-color: #EBEBEB;
    color: #343434;
    padding: 8px;
}

.service_bizcontent_morecontent_tub_body p{
    padding: 8px 0;
}

.service_bizcontent_morecontent_tub_body div{
    background-color: #D6D6D6;
}

.row-2{
    height: 72px;
}

.row-3{
    height: 90px;
}

.service_bizcontent_morecontent_list_container{
    background-color: #FFF;
    padding: 12px;
    border-radius: 10px;
    color: #343434;
    display: flex;
}

.service_bizcontent_morecontent_list_container ul li{
    padding: 4px 12px;
}

.service_bizcontent_morecontent_list_container ul li:nth-child(2n) {
   background-color: rgb(188 188 188 / 35%);
}

.service_bizcontent_morebutton{
    width: 760px;
    margin: 40px auto 0;
    display: flex;
    background-color: #fff;
    color: #0168AA;
    padding: 4px 14px;
}

.service_bizcontent_morecontent_text_wrapper{
    display: flex;
    justify-content: space-between;
}

.service_bizcontent_morecontent_text_list_item{
    padding-bottom: 12px;
}

.service_bizcontent_morecontent_text_list_item h5{
    font-size: 18px;
    padding-bottom: 8px;
}

.service_bizcontent_morecontent_text_list_item p{
    padding-left: 24px;
    line-height: 1.75;
}

.service_bizcontent_morecontent_text_list{
    width: 72%;
}

.service_bizcontent_morecontent_text_img{
    width: 23%;
}

.service_bizcontent_morecontent_text_img_item{
    padding-bottom: 48px;
}

.service_bizcontent_cloud_feature p{
    padding: 8px 0;
}

.service_bizcontent_morecontent_text_table tr {
    border: 1px solid #FFF;
}

.service_bizcontent_morecontent_text_table th {
    padding: 8px;
    font-weight: bold;
}

.service_bizcontent_table{
        padding: 32px 0;
}

.service_bizcontent_morecontent_text_table tbody th{
    width: 90px;
    text-align: center;
}


.service_bizcontent_morecontent_text_table td{
    padding: 12px 8px;
}

.tub_item_2{
    width: 48%;
}

.morecontent_3rd{
    background-color: #fff;
}

.morecontent_3rd h4{
    color: #343434;
}

.service_bizcontent_morecontent_pricetitle{
    padding: 32px 0;
    color: #343434;
    font-size: 1.2rem;
}

.service_bizcontent_morecontent_pricetitle:before {
    content:  ""; 
    display:  inline-block; 
    background: linear-gradient(180deg, #25BBDE 0%, #0C6372 100%);
    width: 28px;
    height: 28px;
    margin: -6px 8px -6px 0;
}



.tub_item_5{
    width: 19%;
}

.tub_item_plan .morecontent_cloudprice{
    height: 128px;
}

.tub_item_plan .morecontent_cloudprice p{
    text-align: center;
    border-bottom: 1px solid #343434;
    font-size: 13px;
}

.tub_item_plan .morecontent_cloudprice p span{
    font-size: 18px;
}

.morecontent_cloudprice .price_list_plan_item_last{
    border: none;
}

.gray-border{
    content:  "";
    width: auto;
    height: 15px;
    background: linear-gradient(0deg, #FFFFFF 0%, #808080 100%);
    margin: 32px 0 24px;
}

.tub_item_option_container{
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tub_item_option{
    background: linear-gradient(214deg, #25BBDE 0%, #0C6372 100%);
    color: #fff;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 10px;
    padding: 24px 8px;
}


.tub_item_option_img{
    height: 100px;
    text-align: center;
}

.tub_item_option_img img{
    width: auto;
    height: 90px;
}

.tub_item_option_top{
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
    height: 68px;
}

.tub_item_option_bottom{
    padding: 8px 0;
}

.tub_item_plan{
    position: relative;
}

.itmRecord_icom {
    position: absolute;
    width: 5vw;
    height: 5vw;
    padding: 0.9vw 1.4vw;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    top: -7%;
    right: -7%;
    display: none;
}

.service_bizcontent_morecontent_ITMachieve_container{
    display: flex;
    flex-wrap: wrap;
}

.ITMachieve_container_item_wrapper{
    color: #343434;
    display: flex;
    width: 48%;
    margin-right: 1%;
    justify-content: space-between;
    padding-bottom: 22px;
}

.ITMachieve_container_item_img {
    width: 23%;
}

.ITMachieve_container_item_text{
    width: 75%;
}

.ITMachieve_container_item_text h5{
    font-size: 17px;
}

.service_bizcontent_table_FitFinder{
    color: #343434;
}

.service_bizcontent_table_FitFinder table,.service_bizcontent_table_FitFinder table thead{
    border: 1px solid #343434;
}

.service_bizcontent_table_FitFinder table th,.service_bizcontent_table_FitFinder table td {
    padding: 8px;
}

.service_bizcontent_table_FitFinder table tbody th,.service_bizcontent_table_FitFinder table tbody td{
    font-size: 18px;
    font-weight: bold;
}

.service_bizcontent_table_FitFinder table tbody td span{
    font-size: 14px;
}

.service_bizcontent_body_basis{
    padding-top: 0;
}

.service_bizcontent_morecontent_FitFinder_wrap{
    color: #343434;
}

.service_bizcontent_morecontent_FitFinder_wrap .service_bizcontent_morecontent_text_list{
    width: 43%;
}

.service_bizcontent_morecontent_FitFinder_wrap .service_bizcontent_morecontent_text_img{
    width: 50%;
}

.bizcontent_morecontent_basis_table{
    background-color: rgb(255 255 255 / 77%);
    border-radius: 10px 10px 0 0;
    padding: 24px 12px;
    color: #343434;
}

.bizcontent_morecontent_basis_table table tr:nth-child(2n){
    background-color: rgb(188 188 188 / 35%);
}


.bizcontent_morecontent_basis_table table th,.bizcontent_morecontent_basis_table table td{
    padding: 8px 12px;
}

.bizcontent_morecontent_basis_table table th{
    width: 180px;
}


.service_bizcontent_morecontent_FitFinder_wrap .service_bizcontent_morecontent_text_img_item{
    width: 75%;
    padding-top: 12px;
}

.service_bizcontent_body_FitFinder .service_bizcontent_about_text{
    padding: 12px 0;
}

.service_bizcontent_table_FitFinder table{
    width: 690px;
}

/*servce end*/




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


.service_bizcontent_morecontent_tub_container,
.service_bizcontent_morecontent_list_container{
    display: block;
}

.service_bizcontent_morecontent_tub_item{
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.service_top_content{
    width: 95%;
    display: block;
}

.service_top_axes_wrapper {
    margin-left: 0;
}

.service_top_main {
    width: 95%;
}

.service_top_maintitle{
    padding-top: 10%;
}

.service_top_chart{
        width: 80%;
        margin: 0 auto 24px;
    }

.service_top_button_body_wrapper {
    width: 85%;
}

.service_bizcontent_body_blueBG{
    min-width: 0;
    width: 90%;
}

.service_top_button_arrow{
    width: 15%;
}

.service_bizcontent_header_title,.service_bizcontent_about,
.service_bizcontent_morecontent_section,.service_bizcontent_morebutton{
    width: 85vw;
}

.service_bizcontent_about {
    padding: 60% 0 0 12px;
}

.service_bizcontent_morecontent_text_wrapper{
    display: block;
}

.service_bizcontent_table{
    overflow-x: scroll;
}

.service_bizcontent_morecontent_text_table
{
    width: 960px;
}

.service_bizcontent_morecontent_text_list{
    width: 100%;
}


.service_bizcontent_morecontent_FitFinder_wrap .service_bizcontent_morecontent_text_img_item{
    width: 100%;
}

.service_bizcontent_morecontent_text_img{
    display: flex;
    justify-content: space-around;
    width: 100%
}

.service_bizcontent_morecontent_text_img_item{
    width: 32%
}

.consul_img {
    width: 80%;
    margin: 0 auto;
}

.consul_content_text {
    position: relative;
    top: 0;
    width: 80%;
    margin: 12px auto;
    left: 0;
}

.service_bizcontent_morecontent_ITMachieve_container {
    display: block;
}

.ITMachieve_container_item_wrapper{
    width: 100%;
    margin: 0;
}

.service_bizcontent_about_catch {
    font-size: 4.4vw;
}

.tub_item_plan .service_bizcontent_morecontent_tub_body {
    height: auto;
}

.blueBG_short{
    padding-top: 120px;
}

.service_bizcontent_morecontent_section {
    padding: 36px 16px;
}


}


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



.service_top_title_wrapper {
    width: 100%;
}

.service_top_img {
    top: 30vh;
    width: 32%;
}

.service_top_titleCaption {
    width: 60%;
}

.tub_title_small h5{
    font-size: 3.4vw;
}

}

.publicworks_mainview{
    position: relative;
}

.publicworks_mainview_bgimg{
    position: absolute;
    right: -20%;
    bottom: -135%;
    width: 50%;
    z-index: -1;
}


.publicworks_mainview,.publicworks_content{
    width: 70%;
    margin: 7% auto;
    color: #343434;
}

.publicworks_mainview h2{
    font-size: 38px;
    font-weight: bold;
}

.publicworks_mainview_subtitle{
    font-weight: bold;
}


.publicworks_content_wrap{
    display: flex;
    justify-content: space-between;
}

.publicworks_content_item{
    width: 30%;
}

.publicworks_mainview p{
    line-height: 2.5;
    margin-top: 16px;
    width: 60%;
}


.publicworks_content h3{
    font-size: 24px;
    font-weight: bold;
}

.publicworks_content_subtitle{
    font-weight: bold;
    margin-bottom: 3%;
}

.publicworks_content_item{
    background-color: #EBEBEBCC;
    border-radius: 18px 18px 0 0;
}

.publicworks_content_item h4{
    border-radius: 18px 18px 0 0;
    background-color: #17879F;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 8px;
    text-align: center;
}

.publicworks_content_img,.publicworks_content_item p{
    margin: 8px;
    padding: 4px 8px;
}

.publicworks_content_item h5{
    background-color: #D6D6D6;
    margin: 8px;
    padding: 4px 8px;
}

.publicworks_content_item h4 span{
    font-size: 15px;
}


.publicworks_content_table td,.publicworks_content_table th{
    padding: 4px 8px;
}

.publicworks_content_table tr:nth-child(even) td,.publicworks_content_table tr:nth-child(even) th {
    background: #BCBCBC55;
}

.about_mainview{
    background-image: url(../img/about/about-top.png);
    width: 100%;
    height: 35vw;
    background-size: cover;
    position: relative;
}

.about_mainview h2{
    font-size: 3.5vw;
    font-weight: bold;
    width: 63%;
    margin: 0 auto;
    padding-top: 13vw;
}

.about_mainview_subtitle{
    font-size: 1.6vw;
    width: 63%;
    margin: 0 auto;
}

.about_content{
    background-image: linear-gradient(180deg, #0086D1 0%, #0178BF 34%, #034F88 100%);
    color: #fff;
    position: relative;
    padding: 5% 0;
}

.about_content h3{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}


.about_content .about_content_subtitle{
    font-weight: bold;
    text-align: center;
}


.about_profille_wrap{
    display: flex;
    justify-content: space-between;
    width: 80%;
    min-width: 960px;
    padding: 3% 0;
}

.publicworks_content_item{
    width: 45%;
    background: none;
}

.privacymark{
    width: 50px;
}

.about_profille_list th,.about_profille_list td{
    padding: 8px 16px 8px 0;
    border-bottom: #fff solid 1px;

}

.privacymark-tr td{
    position: relative;
}

.privacymark-tr td,.privacymark-tr th{
    border: none;
}

.privacymark{
    position: absolute;
    right: 0;
    top: 8px;
}

.about_profille_list{
    width: 45%;
}


.about_SocialResponsibility_wrap{
    display: flex;
    justify-content: space-between;
    width: 63%;
    min-width: 860px;
    margin: 0 auto;
    padding: 3% 0;
}

.philosophy_corp_img{
    position: absolute;
    width: 26%;
    height: auto;
    right: 13%;
    top: 14%;
}

.about_SocialResponsibility_img_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 55%;
}

.about_SocialResponsibility_text{
    width: 40%;
}

.about_SocialResponsibility_text div{
    padding-bottom: 1%;
}

.about_SocialResponsibility_text ul {
    margin: 10px;
}

.about_SocialResponsibility_text h4{
    font-size: 24px;
}

.publicworks_SocialResponsibility_img_item{
    width: 32%;
    padding-bottom: 2%;
}

.publicworks_SocialResponsibility_img_item img{
    height: 100%;
}

.about_content_map{
    width: 63%;
    margin: 0 auto;
    padding: 3% 0;
}

.about_content_map iframe{
    width: 100%;
    height: 60vh;
}


.contact_content{
    background-image: linear-gradient(180deg, #FFFFFF 0%, #BFBFBF 100%);
    padding: 5% 0;
}

.contact_content h3{
    font-size: 36px;
}


.contact_content h3, .contact_content p{
    font-weight: bold;
    text-align: center;
}

.contact_content_form{
    width: 640px;
    margin: 0 auto;
}


.contact_content_form_item{
    border-bottom: solid 1px #343434;
    padding: 24px 0 0;
}

.contact_content_form_item input {
    width: 100%;
    padding: 2%;
    font-weight: normal;
}

.contact_content_form_item textarea{
    width: 100%;
    height: 120px;
    padding: 2%;
    font-weight: normal;
}

.agreement-section { 
    margin-top: 35px;
}

.agreement-section-link {
    display: block;
    margin-bottom: 10px;
}

/* 繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ繧呈怏蜉ｹ蛹� */
.checkbox_agreement {
    appearance: auto;
    -webkit-appearance: checkbox;
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid #000;
    background-color: #fff;
    margin-right: 5px;
}

.agreement-section-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    background-color: #c1c1c1;
    padding: 10px 0;
}

.contact_submit{
    padding: 12px 36px;
    margin: 7% auto;
    background: transparent linear-gradient(180deg, #0086D1 0%, #0178BF 53%, #034F88 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    display: block;
}


.about_SocialResponsibility_img_wrap_sp{
overflow: hidden;
display: none;
}


.contact_content_result{
    width: 390px;
    margin: 10vh auto;
    line-height: 2;
}

.contact_content_maintenance{
    color: red;
    margin: 5% auto;
}

.privacy_content{
    width: 690px;
    margin: 10% auto;
}


.privacy_content h3{
    font-size: 24px;
    margin: 3% auto;
}

.privacy_content_text a{
    color: #025E9C;
}

.privacy_content_text{
    margin: 3% auto;
    line-height: 2;
}


.footer_privacy_wrap{
    display: flex;
    font-size: 14px;
    width: 80%;
    margin: 25px auto 0;
}


.footer_privacy_wrap a{
    color: #fff;
    width: 33.3%;
}

.footer_privacy_wrap a:first-child{
    text-align: right;
}

.footer_privacy_wrap a:nth-child(3){
    text-align: left;
}



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


    .top_about,.top_business {
    padding: 7% 5vw 8%;
    }

    .top_recruit,.top_contact{
    padding: 7% 5vw 0;
    }

    .top_mainview_title{
    top: 30vh;
    }

    .philosophy_president_area {
    width: 48%;
    margin-left: 3%;
    padding-right: 5%;
    padding-top: 11%;
    }


}





@media screen and (max-width: 960px){
    body,
    main{
        width: 100vw;
        min-width: 375px;

        overflow: hidden;
    }

    .sp-none{
    overflow: hidden;
    display: none;
    }


    .pc-none{
    overflow: visible;
    display: inline;
    width: 0;
    height: 0;
    }

    .about_SocialResponsibility_img_wrap_pc{
    overflow: hidden;
    display: none;
    }


    .about_SocialResponsibility_img_wrap_sp{
    overflow: visible;
    display: inline;
    width: 0;
    height: 0;
    }




    .br-pc{
        display: none;
        overflow: hidden;
    }

    .br-sp{
        display: inline;
        overflow: visible;
    }

    .pc_header{
        display: none;
        overflow: hidden;
    }

    .sp_header{
        overflow: visible;
        display: inline;
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
    }

    .sp-header_logo{
        width: 45%;
        padding-top: 4px;
        padding-left: 5%;
    }


.footer_privacy_wrap{
    display: block;
}


.footer_privacy_wrap a{
    text-align: left;
}

.footer_privacy{
    margin: 8px 0;
    text-align: left;
}

.privacy_content {
    width: 90%;
}


    /* 繝上Φ繝舌�繧ｬ繝ｼ繧｢繧､繧ｳ繝ｳ縺ｮ險ｭ鄂ｮ繧ｹ繝壹�繧ｹ */
.drawer_open {
  display: flex;
    height: 45px;
    width: 60px;
    top: -8px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 驥阪↑繧企��ｒ荳逡ｪ荳翫↓縺吶ｋ */
  cursor: pointer;
}

/* 繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ縺ｮ繧｢繧､繧ｳ繝ｳ */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background: #343434;
  transition: 0.5s;
  position: absolute;
}

/* 繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ縺ｮ繧｢繧､繧ｳ繝ｳ */
.white_header .drawer_open span,
.white_header .drawer_open span:before,
.white_header .drawer_open span:after {
  background: #fff;
}

/* 荳画悽邱壹�荳逡ｪ荳翫�譽偵�菴咲ｽｮ隱ｿ謨ｴ */
.drawer_open span:before {
  bottom: 8px;
}

/* 荳画悽邱壹�荳逡ｪ荳九�譽偵�菴咲ｽｮ隱ｿ謨ｴ */
.drawer_open span:after {
  top: 8px;
}

/* 繧｢繧､繧ｳ繝ｳ縺後け繝ｪ繝�け縺輔ｌ縺溘ｉ逵溘ｓ荳ｭ縺ｮ邱壹ｒ騾乗�縺ｫ縺吶ｋ */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* 繧｢繧､繧ｳ繝ｳ縺後け繝ｪ繝�け縺輔ｌ縺溘ｉ繧｢繧､繧ｳ繝ｳ縺古怜魂縺ｫ縺ｪ繧医≧縺ｫ荳贋ｸ九�邱壹ｒ蝗櫁ｻ｢ */
#drawer_input:checked ~ .drawer_open span:before {
  bottom: 0;
  transform: rotate(45deg);
  background: #343434;
}

.white_header #drawer_input:checked ~ .drawer_open span:after {
  top: 0;
  transform: rotate(-45deg);
  background: #343434;
}

/* 繧｢繧､繧ｳ繝ｳ縺後け繝ｪ繝�け縺輔ｌ縺溘ｉ繧｢繧､繧ｳ繝ｳ縺古怜魂縺ｫ縺ｪ繧医≧縺ｫ荳贋ｸ九�邱壹ｒ蝗櫁ｻ｢ */
.white_header #drawer_input:checked ~ .white_header .drawer_open span:before {
  background: #fff;
}

#drawer_input:checked ~ .white_header .drawer_open span:after {
  background: #fff;
}
  
/* 繝｡繝九Η繝ｼ縺ｮ繝�じ繧､繝ｳ*/
.nav_content {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* 繝｡繝九Η繝ｼ繧堤判髱｢縺ｮ螟悶↓鬟帙�縺� */
  z-index: 99;
  background: #004D81;
  transition: .5s;
  padding-left: 7%;
}

.nav_content a{
  color: #fff;
}

.nav_content a:hover{
  color: #FF9E03;
}

.nav_content button:hover{
    color: #FF9E03;
}

/* 繝｡繝九Η繝ｼ鮟偵�繝√ｒ豸医☆ */
.nav_list {
  list-style: none;
  margin-top: 72px;
}

.nav_item{
    padding: 8px 0;
    color: #00a384;
    position: relative;
}

#drawer_input:checked ~ .nav_content {
  left:50%;/* 繝｡繝九Η繝ｼ繧堤判髱｢縺ｫ蜈･繧後ｋ */
}


.top_mainview{
    background-image: url(../img/top/top-sp.png);
    background-position: bottom;
}



.top_mainview_title{
    width: 90%;
    top: 25vh;
}

.top_mainview_title h1 {
    font-size: 9.5vw;
}

.top_mainview_title p {
    font-size: 5vw;
}

.top_mainview_title_scroll {
    width: 30vw;
    left: 37%;
    font-size: 3vw;
}

.top_about,.top_business {
    padding: 20% 8vw 10%;
}

.top_about h2,.top_business_title h2,.top_recruit_title h2 {
    font-size: 6.5vw;
}

.top_about p {
    width: 100%;
    min-width: 0;
    font-weight: bold;
}

.top_about_viewbutton{
    display: none;
    overflow: hidden;
}

.top_business_content,.top_recruit_link_list {
    flex-wrap: wrap;
}

.top_business_mainimg,.top_business_content_text,.top_recruit_link{
    width: 100%;
}

.top_business_content_title h3 {
    font-size: 5vw;
}

.top_business_axesitem_text {
    width: 78%;
}

.top_business_axesitem_biz {
    flex-wrap: wrap;
}


.top_business_axesitem_biz h5 {
    font-size: 4.5vw;
    font-weight: bold;
}


.top_business_mainimg{
    padding: 10% 0 35%;
}

.top_recruit_link_text h3 {
    font-size: 7.5vw;
}



.top_business_content_text .viewbutton {
    width: 50%;
    position: relative;
    right: auto;
    margin: 0 auto;
}

.top_recruit {
    padding: 8% 8vw 0;
}


.top_recruit_img {
    margin-top: 10%;
    width: 85vw;
    margin-left: -10vw;
}

.top_recruit_copy {
    width: 95%;
    padding: 8vw 12vw 5vw 10vw;
}

.top_recruit_subcopy {
    font-size: 15px;
    letter-spacing: 0;
}

.top_recruit_copy_wrap .viewbutton {
    width: 28vw;
    padding: 8px 4px;
    font-size: 3vw;
    position: relative;
    right: auto;
    left: 0;
    bottom: auto;
    top: 0;
    margin: 12px 0;
}

.top_recruit_maincopy {
    width: 90%;
}

.top_contact {
    padding: 8% 5vw 0;
}


.top_recruit_link{
    margin-bottom: 5%;
}

.top_recruit_link_list {
    padding: 60% 0 45%;
}

.top_recruit_copy_wrap {
    display: flex;
    display: block;
}


footer {
    padding: 10% 0;
}

.footer_img {
    width: 50%;
    margin: 3% auto 5%;
}

/*

.business_mainview_wrap,.business_consulting_wrap,
.business_project_softrecord_wrap,.business_project_softrecordother_wrap,
.business_project_more_1st_cloud_wrap,.business_project_cloud_price_top_wrap,
.business_project_cloudrecord_wrap,.business_project_cloud_price_list_wrap,
.business_project_softrecordother_wrap{
    width: 85%;
    flex-wrap: wrap;
}

.business_mainview_l,.business_consulting_img,
.business_consulting_text,.business_project_softrecord_item,
.business_project_softrecordother_list,.business_project_more_1st_cloud_text,
.business_project_more_1st_cloud_img,.business_project_cloud_price_top,
.business_project_cloudrecord_item,.business_project_cloud_price_list_plan_item,
.business_project_cloud_price_list_wrap .plan_item_5,
.business_project_cloud_price_list_option_item,
.securityrecord_item,.business_project_fitfinder_text,.business_project_fitfinder_img {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.business_project_more_1st,.business_project_fitfinder{
    position: relative;
}

.business_project_cloud_merit_table,.business_project_fitfinder table,.business_project_product{
        width: 100%;
        height: auto;
        background-color: orange;
        position: relative;
}*/

.philosophy_mainview{
    background-image: url(../img/philosophy/philosophy-top-sp.png);
    background-position: bottom;
}


.philosophy_mainview_title {
    top: 15vh;
}

.philosophy_mainview_title h1 {
    font-size: 9.2vw;
}

.philosophy_mainview_title p {
    font-size: 5vw;
    padding-top: 3%;
}

.philosophy_mainview_about {
    top: 20vh;
}

.philosophy_mainview_about,.philosophy_mainview_title {
    width: 90vw;
    min-width: 0;
}

.philosophy_mainview_about p {
    width: 100%;
}

.philosophy_manage_area, .philosophy_corp_area {
    width: 85vw;
}

/*.philosophy_corp_title h2, .philosophy_manage_title h2,
.philosophy_president_title h2,.philosophy_9value_title h2,
.philosophy_SEvalue_title h2 {
    font-size: 5.2vw;
}

.philosophy_corp_text, .philosophy_manage_text,
.philosophy_9value_title p,.philosophy_SEvalue_title p {
    font-size: 3.5vw;
}*/

.philosophy_corp_wrap {
    padding: 2% 0 30%;
}

.philosophy_manage_wrap {
    margin: -30% 0 0px;
    padding: 13% 0 34%;
}

.philosophy_corp_img {
    width: 40%;
    left: 55%;
    top: 12.5%;
}

.philosophy_president_wrap {
    display: block;
    margin-top: -24%;
}

.philosophy_president_img {
    width: 100%;
}

.philosophy_president_area {
    width: 85%;
    margin: 0 auto;
    padding: 15% 0 20%;
}

.philosophy_9value_title {
    width: 85%;
    min-width: 0;
}

.philosophy_9value_wrap,.philosophy_awards_wrap {
    display: block;
    width: 85%;
    min-width: 0;
}

.philosophy_9value_img, .philosophy_9value_text {
    width: 100%;
}

/*.philosophy_9value_item h3 {
    font-size: 4.5vw;
}*/

.philosophy_9value {
    padding-bottom: 37%;
}

.philosophy_SEvalue {
    padding: 35% 0 50%;
    margin-top: -30%;
}

.philosophy_SEvalue::before {
    background-position-x: 75%;
}

.philosophy_SEvalue_title,.philosophy_awards_title {
    width: 85%;
    min-width: 0;
}

.philosophy_SEvalue_list {
    width: 85%;
    font-size: 3.5vw;
}

.philosophy_awards {
    padding: 25% 0;
    margin-top: -30%;
}


.philosophy_awards_img {
    width: 100%;
}

.philosophy_awards_text {
    width: 100%;
    padding-top: 10%;
}

.about_SocialResponsibility_wrap{
    display: block;
    width: 85%;
    min-width: 0;
}

.about_SocialResponsibility_text .about_SocialResponsibility_text_none{
    display: none;
}

.about_SocialResponsibility_text {
    width: 100%;
}


.publicworks_mainview h2,.publicworks_content h3{
    font-size: 5.2vw;
}

.publicworks_mainview_subtitle{
    font-size: 3vw;
}

.publicworks_mainview_bgimg {
        right: -7%;
        bottom: -35%;
    }

.publicworks_mainview, .publicworks_content {
    width: 85%;
    margin-top: 15%;
}

.publicworks_content_wrap {
    display: block;
}

.publicworks_content_table td, .publicworks_content_table th {
    padding: 2px 8px;
    display: block;
}

.publicworks_content_item {
    width: 90%;
    margin: auto;
}

.publicworks_mainview p {
    width:100%;
}

.publicworks_content_table{
    width: 100%;
}


.about_mainview {
    height: 70vw;
}

.about_mainview h2 {
    padding-top: 25vw;
    font-size: 8.5vw;
    width: 85%;
}

.about_mainview_subtitle {
    font-size: 3.6vw;
    width: 85%;
}

.about_profille_wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
    min-width: 0;
}

.about_profille_list {
    width: 100%;
    margin-bottom: 7%;
}
.about_SocialResponsibility_img_wrap {
    width: 100%;
}


.about_SocialResponsibility_text .about_SocialResponsibility_img_wrap{
    display: flex;
    height: auto;
}

.about_content_map {
    width: 85%;
}
.about_content_map iframe {
    height: 30vh;
}

.about_content h3{
    font-size: 6vw;
}

.about_content {
    padding: 12% 0;
}

.contact_content_form {
    width: 85%;
}

.contact_content_form label{
    display: block;
}

/*
.business_main h2{
    font-size: 5vw;
}


.business_mainview_r {
    width: 100%;
}

}
.business_axesitem_text {
    width: 75%;
}


.business_mainview_title p {
    width: 100%;
}


.business_mainview_chart{
    width: 100%;
    margin: 10% 0 20%;
}

.business_mainview_title h1 {
    font-size: 8.8vw;
}

.business_mainview_title div {
    font-size: 5.4vw;
}


.business_consulting_wrap{
    margin: 0 auto;
}

.business_consulting_text h3 {
    font-size: 4.5vw;
}

.business_project_top_title {
    width: 80%;
}

.business_project_top_title::before {
    width: 90vw;
}

.business_project_main_wrap {
    width: 90vw;
}

.business_project_main {
    background-image: none;
}


.business_project_main {
    width: 89%;
    padding: 0 0 30%;
}

.business_project_top_title p {
    font-size: 4.6vw;
}

.business_project_main_top h3 {
    font-size: 4.8vw;
}

.business_project_main_top p {
    width: 100%;
    font-size: 15px;
}

.business_project_main_top div {
    font-size: 4vw;
}

.business_project_morebutton {
    color: #0168AA;
    background-color: #fff;
    width: 86%;
}

.business_project_more_1st h4, .business_project_more_2nd h4, .business_project_more_3rd h4 {
    font-size: 5vw;
}

.business_project_more_1st p {
    width: 100%;
}

.business_mainview_wrap, .business_consulting_wrap, .business_project_softrecord_wrap, .business_project_softrecordother_wrap, .business_project_more_1st_cloud_wrap, .business_project_cloud_price_top_wrap, .business_project_cloudrecord_wrap, .business_project_cloud_price_list_wrap, .business_project_softrecordother_wrap {
    width: 100%;
}

.business_project_softrecord_item{
    margin-bottom: 35px;
}

.business_project_softtool_img img {
    height: 7.5vw;
}


.business_project_cloud_merit_table{
    width: 720px;
    overflow: scroll;
}

.business_project_more_1st{
    overflow: scroll;
}

.business_project_cloudrecord_item h5 {
    padding: 3% 8px;
    font-size: 3vw;
    text-align: left;
}

.business_project_cloudrecord_item{
    margin-bottom: 10%;
    font-size: 3vw;
}

.business_project_cloud_price_top_item {
    font-size: 17px;
    margin: 0 auto;
}

.business_project_cloud_price_top_plus {
    margin: auto;
}

.business_project_cloud_price_list_title::before {
    top: 16%;
    width: 7vw;
    height: 7vw;
}

.business_project_cloud_price_list_title {
    padding-left: 8.2vw;
}

.business_project_cloud_price_list_plan_item{
    margin-bottom: 10%;
}


.business_project_cloud_price_list_option_icon {
    width: 16vw;
    height: 16vw;
}

.cloud_price_list_option_top{
    margin: 0 8px;
}

.cloud_price_list_option_bottom {
    padding: 8px;
}

.cloud_price_list_option_top p {
    line-height: 1.2;
}

.business_project_cloud_price_list_option_item{
    margin-bottom: 10%;
}

.business_project_itm_survey h5 {
    font-size: 5vw;
}

.business_project_itm_survey p {
    font-size: 3.5vw;
    padding-left: 6.5vw;
}

.itmRecord_icom {
    width: 17vw;
    height: 17vw;
    padding: 1.9vw 4.4vw;
    top: -7%;
    right: -7%;
}

.business_project_more_3rd h5 {
    font-size: 4.4vw;
    line-height: 1.5;
}

.business_project_softrecord_item {
    margin-bottom: 25%;
}

.securityrecord_icon {
    background: none;
    width: 25vw;
    line-height: 2vw;
}


.securityrecord_item h5{
    font-size: 4vw;
    line-height: 1.25;
}


.business_project_product_tableWrap{
    overflow: scroll;
    position: relative;
    z-index: 999;
}

.business_project_product_tableWrap .business_project_product{
    width: 1000px;
}*/


.contact_content_result{
        width: 90%;
        margin: 20vh auto;
    }

}




/*-------------------------
    footer
-------------------------*/

footer{
    width: 100%;
    box-sizing: border-box;
}

.footer_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #012036;
    width: 80%;
    margin: 24px auto;
}

.footer_wrap div{
    width: 30%;
}

.footer_memu{
    width: 80%;
    margin: 8px auto;
    color: #707070;
}

.copyright{
    text-align: center;
    font-size: 15px;
    color: #707070;
}

.footer_wrap p{
    margin: 0;
    color: #012036;
}

.footer_wrap__add{
    color: #707070;
}

.footer_sitemap ul{
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer_sitemap ul li{
    list-style: none;
}

.footer_entry div{
    width: 240px;
    text-align: center;
    padding: 16px;
    background-color: #FFF;
    color: #0d60b9;
    font-weight: 500;
}






.footer_link{
    color: #016BB8;
    width:max-content;
    display: flex;
    margin:auto;
}

.footer_link &gt; div{
    display: flex;
    margin:auto;
}

.footer_link__item{
    position: relative;
    text-decoration: none;
    color: #016BB8;
    margin:24px;
    padding: 8px;
    width: max-content;
}
.footer_link__item::before{
    content:'';
    position: absolute;
    top: 1em;
    left: -1em;
    border-top:#016BB8 solid 1px;
    border-right:#016BB8 solid 1px;
    transform: rotate(45deg);
    width:0.5em;
    height: 0.5em;
}





.more_button{
    border: 1px solid #0d60b9;
    color: #0d60b9;
    padding: 8px 16px;
    text-align: center;
    border-radius: 10px 0 10px 0;
    width: 240px;
}


.top_info{
    width: 80%;
    height: 80vh;
    margin: 174px auto;
    text-align: center;
    background-image: url(../img/05_RECRUIT-INFO.jpg);
    background-size: cover;
    background-position: center;
}

.top_info__text{
    padding-top: 60px;
}

.top_info__text .more_button{
    margin: 120px auto;
    border: 1px solid #FFF;
    color: #FFF;
}



/************************ 遏ｳ蟠手ｿｽ蜉� ************************/
.arrow {
    transition: transform 0.5s ease;
}

.arrow.rotate {
    transform: rotate(180deg);
}

.business_project_morecontent {
    display: none;
    transition: max-height 0.5s ease-out;
}

.business_project_morecontent.open {
    display: block;
}
/************************ 遏ｳ蟠手ｿｽ蜉� ************************/

/*---------------- SERVICE縺ｮ繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ髢矩哩��PC��----------------*/
.nav_items {
    position: relative;
}

.header-sub-content {
    display: none;
    position: absolute;
    top: 100%;
    left: -130%;
    background-color: hsla(207, 94%, 42%, 0.591);
    width: 270px;
    padding: 0;
    height: 0;
    overflow: hidden;
}

.header-sub-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-sub-content li {
    position: relative;
    padding: 8px 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-sub-content li:nth-child(-n+3)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #dddddda2;
}

.header-sub-content li a {
    text-decoration: none;
    color: #333;
}

.header-sub-content li:hover {
    background-color: #e0e0e031;
}

.nav_items .header-sub-content ul li a{
    color: white;
    font-size: 14px;
}

.nav_items:hover .header-sub-content {
    display: block;
    animation: slideDown 0.5s ease-in-out forwards;
}


@keyframes slideDown {
    from {
        height: 0;
    }
    to {
        height: 240px; 
    }
}

/*莉･荳亀OP逕ｻ髱｢蟆ら畑濶ｲ繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ*/
.top-header-sub-content {
    display: none;
    position: absolute;
    top: 100%;
    left: -130%;
    background-color: rgba(247, 243, 240, 0.95);
    width: 270px;
    padding: 0;
    height: 0;
    overflow: hidden;
}

.top-header-sub-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-header-sub-content li {
    position: relative;
    padding: 8px 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-header-sub-content li:nth-child(-n+3)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #6d6d6d3a;
}

.top-header-sub-content li a {
    text-decoration: none;
    color: #333;
}

.top-header-sub-content li:hover {
    background-color: #e0e0e031;
}

.nav_items .top-header-sub-content ul li a{
    color: #343434;
    font-size: 14px;
}

.nav_items:hover .top-header-sub-content {
    display: block;
    animation: topslideDown 0.5s ease-in-out forwards;
}



@keyframes topslideDown {
    from {
        height: 0;
    }
    to {
        height: 240px; 
    }
}

/*---------------- SERVICE縺ｮ繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ髢矩哩��PC��----------------*/

/*---------------- SERVICE縺ｮ繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ髢矩哩��SP��----------------*/

.service_items {
    font-size: 12px;
    line-height: 20px;
    display: block;
    max-height: 0;
    padding-left: 10px;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}
.service_items li{
    margin-top: 5px;
}

.accordion-btn {
    color: white;
    font-size: 12px;
    margin-left: 18px;
    position: fixed;
    transition: 0.3s ease-in-out;
    transform: scaleY(1);
}

.service_items.open {
    max-height: 150px;
}

.accordion-btn.rotate {
    transition: 0.3s ease-in-out;
    transform: scaleY(-1);
}

/*---------------- SERVICE縺ｮ繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ髢矩哩��SP��----------------*/

/*------------------------ PAGE TOP繝懊ち繝ｳ ------------------------*/
#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 40px;
    bottom: 30px;
    background: #094aa5;
    border-radius: 50%;
    opacity: 0.6;
    z-index: 100;
    }
    
#page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 35px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 100;
}
/*------------------------ PAGE TOP繝懊ち繝ｳ ------------------------*/</pre></body></html>