@font-face {
    font-family: 'CocoGothic';
    src: url('coco-gothic.regular.ttf');
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'mplus2-m';
    src: url('mplus-2p-medium.ttf');
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'mplus2-r';
    src: url('mplus-2p-regular.ttf');
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'mplus1c';
    src: url('mplus-1c-light.ttf');
    /* IE9 Compat Modes */
}

.mplus2p-m {
    font-family: mplus-2m-medium, sans-serif;
}

.mplus2p-r {
    font-family: mplus2-r, sans-serif;
}

.mplus1c {
    font-family: mplus1c, sans-serif;
}

.cocogothic {
    font-family: CocoGothic, sans-serif;
}

.navbar-toggler-icon-white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler-icon-blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(61, 125, 216, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler-white {
    border: 1px solid white !important;
}

.navbar-toggler-blue {
    border: 1px solid #3d7dd8 !important;
}

.white {
    color: white !important;
}

.blue {
    color: #0092D1 !important;
}

.gray {
    color: #dde1e2;
}

.darkergray {
    color: #969696;
}

.black {
    color: #283c50;
}

.bluesky {
    color: #86ffee;
}

.white_bg {
    background-color: white;
}

.gry_bg {
    background-color: #f9f9f9;
}

.blue_bg {
    background: linear-gradient(to right,#2355ae,#0092d1);
}

.dark_bg {
    background-color: #333;
}

.topbg {
    background: url(../imgs/bg_top_pc.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 38vh;
}
#about-us .topbg {
    min-height: 420px;
}
@media screen and (max-width:768px) { 
    #about-us .topbg {
        min-height: 480px;
    }
}
.topbg.full {
    height: 80vh;
}

.blue-box {
    border: 1px solid #0092D1;
    padding: 0.75rem;
    width: 90%;
    margin: auto;
}

.inner-text {
    margin-top: 220px;
}

.navbar {
    background: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #333 !important;
}

.logo {
    width: 140px;
}

.logo_new {
    width: 45px;
}

.pc_mode {
    display: block;
}

.sp_mode {
    display: none;
}

.bluebtn {
    background-color: #0092D1;
    color: white;
    border: 2px solid #0092D1;
    border-radius: 8px;
}
.bluebtn:hover {
    background-color: white;
    color: #0092D1;
}

.h_bluebtn {
    background-color: #0092D1;
    color: white !important;
    border-radius: 8px;
    border: 2px solid #0092D1;
}

.h_bluebtn:hover {
    background-color: rgba(146, 209, 100, 0.1);
    color: #0092D1 !important;
    border: 2px solid #0092D1;
}

.whitebtn {
    background-color: white;
    color: #0092D1;
    border-radius: 8px;
    border: 2px solid #0092D1;
}

.whitebtn:hover {
    background-color: #0092D1;
    color: white;
}

.corporationbtn {
    width: 300px;
    height: 50px;
    background-color: white;
    color: #0092D1 !important;
    border-radius: 4px;
    margin-top: 30px;
    padding-top: 14px;
}

.corporationbtn:hover {
    background-color: #0092D1;
    color: white !important;
    border: solid 2px white;
}

.nav-link {
    margin-right: 20px;
}

.tophometext {
    margin-top: 20px;
}

.topsection {
    margin-top: 40px;
}

.tophomebtn {
    width: 300px;
    height: 50px;
    margin-top: 30px;
}

.toggletabs {
    height: 200px;
}

.tabpanel {
    float: left;
    width: 50%;
    height: 100%;
    padding-top: 60px;
    cursor: pointer;
    background-color: #dde1e2;
}

.tabpanel:hover {
    /*background-color: #dde1e2;*/
}

.tabpanel h2 {
    color: #a09f9f;
}

.tabpanel p {
    color: #a09f9f;
}

.tabpanel:hover h2 {
    color: #3d7dd8;
}

.tabpanel:hover p {
    color: black;
}

.tabpanel_active {
    background-color: white;
}

.tabpanel_active h2 {
    color: #3d7dd8;
}

.tabpanel_active p {
    color: black;
}

.section_header {
    font-size: 1.8rem;
    font-weight: 500;
}

.section_ss_header {
    font-size: 1.2rem;
    font-weight: 500;
    max-width: 720px;
}

.sh_underline_black {
    width: 20px;
    border: solid 1px black;
}

.sh_underline_white {
    width: 20px;
    border: solid 1px white;
}

.sh_underline_blue {
    width: 20px;
    border: solid 1px #3d7dd8;
}

.section_comment {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    max-width: 720px;
    margin: auto;
}

.section_comment2 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    margin: auto;
}

.section_img {
    width: 70%;
    margin: auto;
}

.sections {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_feature_img {
    width: 80%;
    max-width: 250px;
}

@media screen and (max-width: 480px) {
    .section_feature_img {
        width: 65%;
    }
}

.paddings {
    padding: 0 85px;
}

.section_sub_header {
    font-size: 1.1rem;
    margin-top: 15px;
    font-weight: 500;
}

#e_faq .sections:first-child {
    padding-bottom: 0;
}

.q_panel {
    width: 100%;
    height: 50px;
    border: solid 1px #dde1e2;
    border-radius: 5px;
    padding: 0px 12px;
    margin-top: 13px;
    cursor: pointer;
}

.qtitle {
    line-height: 44px;
}

.qicon {
    float: left;
    font-size: 28px;
    font-weight: bold;
    margin-top: 2px;
}

.qtext {
    float: left;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 40px;
    width: 85%;
}

.qbtn {
    float: right;
    width: 35px;
    height: 35px;
    background-color: #efefef;
    border-radius: 5px;
    margin-top: 6px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    cursor: pointer;
    color: #949494;
}

.qbtn .fa {
    margin-top: 8px;
}

.a_panel {
    width: 100%;
    height: 100px;
    padding: 0px 12px;
    padding-top: 10px;
}

.aicon {
    float: left;
    font-size: 30px;
    font-weight: 600;
    margin-left: 2px;
    color: #3d7dd8;
}

.atext {
    float: left;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 41px;
    width: 85%;
}

.harrow {
    width: 17px;
    height: 3px;
    background-color: #949494;
    margin: 6px 0;
    transform: rotate(0deg) translate(0px, 9px);
    margin-left: 9px;
}

.varrow {
    width: 18px;
    height: 3px;
    background-color: #949494;
    margin: 6px 0;
    transform: rotate(90deg) translate(-2px, -1px);
    margin-top: 9px;
    margin-left: 8px;
}

.footer_items {
    text-align: center;
}

.faqpanel {
    height: 300px;
}

.myfixed_nav {
    background-color: white;
    box-shadow: 0 4px 2px -2px gray;
}

.topslogan {
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.2px;
    text-shadow: 2px 2px 8px rgba(40, 60, 80, 0.24), -2px -2px 8px rgba(40, 60, 80, 0.24);
}

.btnset {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.btnset li:first-child {
    margin-right: 1rem;
}

.spacing5 {
    letter-spacing: 5px;
}

.spacing3-2 {
    letter-spacing: 3.2px;
}

.spacing2-8 {
    letter-spacing: 2.8px;
}

.spacing2-4 {
    letter-spacing: 2.4px;
}

.spacing2 {
    letter-spacing: 2px;
}

.spacing1-2 {
    letter-spacing: 1.2px;
}

.spacing1-4 {
    letter-spacing: 1.4px;
}

.spacing1-6 {
    letter-spacing: 1.6px;
}

.spacing0-4 {
    letter-spacing: 1.6px;
}

.footer_clink {
    font-size: 12px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 60px;
    right: 15px;
}

.dropitem {
    color: #3d7dd8 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropitem:hover {
    color: white !important;
    background-color: #3d7dd8;
}

.ddactive {
    color: white !important;
    background-color: #3d7dd8;
}

.show {
    display: block;
}

.underline {
    border-bottom: solid 4px #ffe000;
    padding-bottom: 4px;
}

.carousel-inner {
    width: 80%;
    margin-left: 10%;
}

.ccbtn {
    background-color: white;
    background-image: none;
    border-radius: 50px;
    width: 3rem;
    height: 3rem;
    color: #3d7dd8;
}

.ccbtn .fa {
    font-size: 2rem;
    margin-top: 7px;
}

.ccp {
    cursor: pointer;
}

.carousel-item {
    height: 560px;
    padding: 0px 100px;
    margin-bottom: 100px;
}

.voicepanel {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(24, 32, 40, 0.16), 0 -2px 8px 0 rgba(24, 32, 40, 0.16);
}

.vp_man {
    width: 133.1px;
    height: 133.1px;
    border-radius: 100px;
    margin-top: 29px;
}

.vp_btn {
    width: 168px;
    height: 32px;
    border-radius: 16px;
    background-color: #3c5064;
    margin: auto;
    margin-top: 27px;
}

.vp_btn_txt {
    font-size: 14px;
    font-weight: 500;
}

.vp_title {
    font-weight: 500;
    font-size: 20px;
    margin-top: 18px;
}

.vp_padding_panel {
    padding: 0px 50px;
}

.vp_maintext {
    line-height: 2.29;
}

#languagebtn {
    cursor: pointer;
    margin-left: 30px;
}

@media screen and (max-width: 1748px) {
    .paddings {
        padding: 0px 80px;
    }

    .carousel-item {
        height: 620px;
        padding: 0px 100px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .paddings {
        padding: 0px 80px;
    }

    .carousel-item {
        height: 680px;
        padding: 0px 100px;
        margin-bottom: 100px;
    }

    .a_panel {
        height: 120px;
    }
}

@media screen and (max-width: 1137px) {
    #languagebtn {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1107px) {
    #languagebtn {
        /*margin-top: 20px;
        margin-left: 120px;*/
    }

    .dropdown-content {
        /*position: relative;
        top: 15px;
        right: 0px;*/
    }
}

@media screen and (max-width: 1079px) {
    .carousel-inner {
        width: 86%;
        margin-left: 7%;
    }
}

@media screen and (max-width: 992px) {
    .paddings {
        padding: 0px 0px;
    }

    .dropdown-content {
        position: relative;
        top: 80px;
        right: 160px;
    }

    .carousel-inner {
        width: 96%;
        margin-left: 2%;
    }

    #languagebtn {
        margin-left: 30px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 905px) {
    .vp_maintext {
        line-height: 1.6;
    }
}

@media screen and (max-width: 768px) {
    .section_comment {
        padding: 0 1rem;
    }

    .pc_mode {
        display: none;
    }

    .sp_mode {
        display: block;
    }

    .q_panel {
        height: 80px;
    }

    .section_img {
        width: 90%;
        margin: 0 auto;
    }

    .btnset {
        flex-wrap: wrap;
    }
    .btnset li:first-child {
        margin-right: 0;
    }

    .qtext {
        width: 75%;
    }

    .a_panel {
        height: 150px;
    }

    #footer1 {
        text-align: center;
    }

    #footer2 {
        text-align: center;
    }

    #footer3 {
        text-align: center;
    }

    .faqpanel {
        height: 350px;
    }

    #egineer_man {
        margin-top: 70px;
    }

    .topslogan {
        font-size: 28px;
    }

    .vp_maintext {
        font-size: 13px;
    }
    .topbg.full {
        height: 100vh;
    }
}

@media screen and (max-width: 768px) and (max-height: 812px) {
    .inner-text {
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px) and (max-height: 568px) {
    .inner-text {
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .carousel-item {
        padding: 0;
    }

    .faqpanel {
        height: 450px;
    }

    .a_panel {
        height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .tabpanel h2 {
        font-size: 25px;
    }

    .qtext {
        width: 65%;
    }

    .a_panel {
        height: 250px;
    }

    .atext {
        width: 75%;
    }

    .q_panel {
        height: 100px;
    }

    .faqpanel {
        height: 550px;
    }
}

@media screen and (max-width: 450px) {
    .dropdown-content {
        /*position: relative;
        top: 10px;
        right: -80px;*/
    }
}

@media screen and (max-width: 372px) {
    .dropdown-content {
        position: relative;
        top: 10px;
        right: 0px;
    }
}

@media screen and (max-width: 320px) {
    .carousel-item {
        height: 800px;
    }

    .atext {
        width: 85%;
    }

    .a_panel {
        height: 280px;
    }
}

/*scrolltop*/

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #0092D1;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    padding-top: 13px;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.scroll:hover {
    background: white;
    color: #0092D1;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fa {
    padding-top: -10px;
}

.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.chs {
    width: 100%;
}

.card-body .row {
    padding-bottom: 15px;
    padding-top: 5px;
}

.accordion {
    width: 94%;
    margin: auto;
}

.accordion .card-header .chs:after {
    background-color: #efefef;
    padding: 0px 7px;
    border-radius: 5px;
    font-family: 'FontAwesome';
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 5px #efefef;
    content: "\f068";
    color: #000000;
    float: right;
    margin-top: -7px;
    height: 38px;
}

.accordion .card-header.collapsed .chs:after {
    background-color: #efefef;
    padding: 0px 7px;
    border-radius: 5px;
    font-family: 'FontAwesome';
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 5px #efefef;
    content: "\f067";
    color: #000000;
    float: right;
    margin-top: -7px;
    height: 38px;
}

.card-header {
    border-radius: 5px !important;
    border: solid 1px #dde1e2;
    background: none !important;
    margin-bottom: 15px;
    padding: .5rem !important;
    cursor: pointer;
}

.card-header_area{
    width: calc(100% - 40px);
}

.card-header_text{
    width: calc(100% - 35px);
    margin-right: 5px;
}

.card-body {
    padding: 0!important;
}

.accordion .card-header.collapsed .card-icon{
    background-color: #efefef;
    border-radius: 5px;
    font-family: 'FontAwesome';
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 5px #efefef;
    color: #000000;
    height: 40px;
    width: 40px;
    text-align: center;
}

.accordion .card-header.collapsed .card-icon::before{
    content: "\f067";
}

.accordion .card-header .card-icon{
    background-color: #efefef;
    border-radius: 5px;
    font-family: 'FontAwesome';
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 5px #efefef;
    color: #000000;
    height: 40px;
    width: 40px;
    text-align: center;
}

.accordion .card-header .card-icon::before{
    content: "\f068";
}

/*RjCustom*/
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
}

.row.sections.col-md-6.center {
    margin: auto;
}

.justify-text {
    text-align: justify;
}

.margin_bottom{
    margin-bottom: 15px;
}

.box_merit_rw {
    background: #fff;
    -webkit-box-shadow: 0 0 8px 3px #ccc;
    -moz-box-shadow: 0 0 8px 3px #ccc;
    box-shadow: 0 0 8px 3px #ccc;
    padding-top: 20px;
    padding-bottom: 5px;
}

.box_merit_rw.engineer_box {
    min-height: 380px;
}

.box_merit_rw h4 {
    margin-bottom: 30px;
    color: #283c50;
}

.box_merit_rw .merit_btn_t {
    border-radius: 32px;
    width: 158px;
    height: 48px;
    margin-right: 30px;
    padding-top: 14px;
    text-align: center;
    font-size: 1rem;
    display: inline-block;
}

.box_merit_rw p {
    margin-top: 16px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #283c50;
}

.img_our_engineer{
    max-width: 100%;
    height: auto;
}

span.link_ourhead_h4 {
    float: right;
    font-size: 14px;
    color: #3d7dd8;
    font-weight: bold;
}

.img_eng {
    float: left;
    width: 100%;
    text-align: center;
}

.img_eng img {
    max-width: 100%;
    border-radius: 50%;
    height: auto;
}

.img_eng p {
    margin-top: 12px;
    font-weight: 500;
}

.engineer_skills {
    float: left;
    margin-bottom: 2px;
    width: 100%;
}


.engineer_skills .skill_lnks ul {
    padding: 0;
    list-style: none;
    margin-top: 3px;
    margin-bottom: 5px;
}

.engineer_skills .skill_lnks ul li {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #3d7dd8;
    color: #3d7dd8;
    border-radius: 4px;
    margin-right: 6px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    margin-bottom: 6px;
}

.engineer_skills p {
    font-size: 13px;
}

.tit_eng_btn span{
    font-size: 18px;
}

.tit_eng_btn {
    margin-right: 10px;
}

li.lst_dots {
    border: none !important;
    vertical-align: top;
    padding: 0 !important;
    margin-left: 10px;
    letter-spacing: 4px;
    margin-top: 1px;
}



/*200504_新規追加*/

.section_comment_3col {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    max-width: 360px;
    margin: auto;
}

.c-col3box{
    padding-bottom: 0;
}

.c-col2box{
    width: 50%;
}

.u-clbg_gry {
    background-color: #fbfbfb;
}

.c-button_wht{
    padding: 15px;
    display: block;
    width: 90%;
    margin: auto;
    max-width: 400px;
    background-color: white;
    font-weight: 700;
    font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
    .c-col3box{
        padding-bottom: 30px;
    }
    .c-col2box{
        width: 100%;
    }
}

.c-colerbox {
    background: linear-gradient(to right,#2355ae,#0092d1);
    width: 10px;
    height: 40px;
}

.p-change_jp{
    display: block;
}

.p-change_eng{
    display: none;
}

.p-charm_box{
    width: 100px;
    background-color: white;
}

.p-charm_box2{
    width: 24%;
    background-color: white;    
}


.section_people_img{
    width: 80%;
    max-width: 250px;
}

@media screen and (max-width: 480px) {
    .section_people_img{
        width: 65%;
    }
    
}

.p-top_txt{
    padding-top: 0px;

}

.p-top_img{
    background: url(../imgs/bg_top_pc.png) no-repeat center center;
    background-size: cover;
    background-position: center;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .p-top_txt{
        padding-top: 60px;
    }
}
