

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}
b, strong {
    font-weight: bold !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}
.image-resize {
    max-width: 200px;
    max-height: 200px;
}
.wpa{

}
.copy_right{
    text-align: center;
    padding: 10px 2px;
    font-size: 60%;
}
.radio {
    margin-top: 0px !important;
}
.btn-success {
    color: #ffffff;
    background-color: #ea5404 !important;
    border-color: #ea5404 !important;
}
.middle{
    margin:10% 0;
}
.car-icon {
    width: 20px !important;
    height: auto !important;
}
.clearfix, .clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.car-text {
    font-size: 11px !important;
}
/*///////////////////////////////////////////////////////////
//ヘッダー
////////////////////////////////////////////////////////////*/
header {
    text-align: center;
    color: #fff;
    }

header .comment{
    text-align: center;
    color: #3d3d3d;
    background:white;
}
.l-section {
    padding: 4.68% 4.68% 4.68% 4.68%;
    border-bottom: solid 1px #ccc;
      }
      
header .container {
    padding-top: 100px;
    padding-bottom: 40px;
    
}
.container{
    position: relative;
    z-index: 3;

}

.img-responsive {
    display: block;
    margin: 0 auto 20px;
    position: absolute;
    width: 68% !important;
    height: auto;
    max-height: 335px;
    top: 230px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.container{
    z-index: 14;
}

header .intro-text  {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
    z-index: 100;
    
    width: 100%;
    height: auto;

    background-color: rgba(52,58,67,1);
}
.skills{
    position: relative;
    background-color: rgba(52,58,67,1);
    padding: 5%;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

.side-bar {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 999;
}

.container_m{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-top: 50px;
    bottom: 0;
}
.sec{
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#map .secInner {
    max-width: 904px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}

#map .secHd {
    margin-bottom: 65px;
    text-align: center;

    background: #0c4ecc;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 14px !important;  
}

#map .col {
    float: right;
    width: 50%;
}

#map .map a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#map .map a:hover {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    opacity: 0.7;
}

#map .map img {
    border: 1px solid #ebebeb;
    box-sizing:border-box;
    vertical-align: middle;
    max-width: 375px;
    max-height: auto;
    padding: 20px;
}

#map .addressInfo {
    float: right;
    margin: 0 50px;
    text-align: left;
}

#map .addressInfo .hd {
    margin: 0;
    padding: 20px 0 20px;
}

#map .text {
    color: #3a3a3a;
    font-size: 13px;
    line-height: 1.54;
    margin: 0 0 1.5em;
    width: 100%;

}

#map .access {
    margin: 3em 0 0;
}

#map .gmap {
    margin: 2.5em 0 0;
    text-align: center;

}

#map .gmap a,
#map .gmap a:link,
#map .gmap a:hover,
#map .gmap a:visited,
#map .gmap a:active {
    outline: none;
    text-decoration: none;
    color: #3a3a3a;
}

#map .gmap  {
    font-size: 1.05em;
    display: inline-block;

    padding: 0.5em;
    border: 2px solid #cccccc;
    padding: 0.5em;
    background: rgba(242,242,242,1);
    border-radius: 7px;
}

#map .gmap a:hover {
    border-color: #fff;
}
.white{
    color: #fff !important;
    border-bottom: none !important;
}
.btns {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    /* padding: 10px 15px; */
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 1020px) {
    #map .secHd {
        margin-bottom: 52px;
        font-size: 200%;
    }
    #map .col {
        float: none;
        width: auto;
    }
    #map .map{
        margin-top: 50px;
        text-align: left;
    }
    #map .addressInfo {
        float: none;
        margin: 0;
        margin-top: 20px;
    }
    #map .addressInfo .hd {
        padding-top: 0;
    }
    #map .access {
        margin: 1em 0 0;
    }
    #map .gmap {
        margin: 1em 0 0;
        text-align: center;
    }
}

@media only screen and (max-width: 1019px) {
    #map .secHd {
        margin-bottom: 24px;
    }
    #map .addressInfo .hd {
        padding: 0;
        margin-bottom: 24px;
        text-align: center;
    }
    #map .addressInfo .hd img {
        width: 200px;
    }
    #map .map img {
        width: 80%;
    }
    #map .text {
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 0.4em;

    }
    #map .access {
        margin: 0;
    }
    #map .map{
        margin-top: 24px;
        text-align: center;
    }
}

#map hr{
    border-top: 1px dashed #bbb;
}

/*///////////////////////////////////////////////////////////
//ボタン
////////////////////////////////////////////////////////////*/

body#recruits.top #moreRecruits .btn {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px;
}
.btn.btn-gray-light-border {
    color: rgba(52,58,67,1);
    background-color: transparent;
    border-color: #0c4ecc;
    -webkit-transition: all,0.3s,cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all,0.3s,cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 8px !important;
}
.btn.btn-lg-slim {
    padding: 38px 17px 112px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 3px;
    height: 44px;
   　text-wrap:normal;
    background: rgb(239,239,239); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(239,239,239,0.5) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(239,239,239,0.5) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(239,239,239,0.5) 0%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top_btn {
    background: rgb(61,111,204);
background: -moz-linear-gradient(top,  rgba(61,111,204,1) 0%, rgba(61,111,204,1) 24%, rgba(12,78,204,1) 100%);
background: -webkit-linear-gradient(top,  rgba(61,111,204,1) 0%,rgba(61,111,204,1) 24%,rgba(12,78,204,1) 100%);
background: linear-gradient(to bottom,  rgba(61,111,204,1) 0%,rgba(61,111,204,1) 24%,rgba(12,78,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d6fcc', endColorstr='#0c4ecc',GradientType=0 );

    border: 1px solid #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
    width: 100px;
    padding: 10px 0;
}
.anab{
    background: #6db130;
    border: 1px solid #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff !important;
    width: 100px;
    padding: 10px 0;
}

.top_btn a {
    color: #fff;
}


.mid_content{
    padding: 6px 16px 13px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 3px;
    height: auto;
   　text-wrap:normal;
    width: 100%;
    background: rgb(239,239,239); /* Old browsers */
    color: black;
    margin-top: 53px;
    text-align: center;
}

.ft_content{
    padding: 6px 16px 13px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.3333333;
    border-radius: 3px;
    height: auto;
   　text-wrap:normal;
    width: 100%;
    background: rgb(239,239,239); /* Old browsers */
    color: black;
    margin-top: 10px;
    text-align: left;
}

.category{
    margin-top: 20px;
}
.category p {
    font-size: 10.5px;
    font-weight: 300;
    margin-top: 3px;
}
.category b{
   font-size: 76.9%;
   margin-top: 3px; 
   font-weight: bold;
}
.category li{
    margin-bottom: 8px;
    list-style: none;
}
.category2 a:hover{
    color: rgba(235,97,65,1);
}

.category img{
    width: 44px;
    height: 44px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 4px;
}
.category span{
    font-size: 118.9%;
    margin-top: 3px;
    font-weight: bold;
}


.btn-lg-square {
    padding: 20px 5px 103px 5px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 8px;
    height: 44px;
    text-wrap: normal;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important; /* IE6-9 */
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border-color: #0c4ecc !important;
    border: 2px solid transparent;
    line-height: 1.42857143;
    border-radius: 8px;
    -webkit-user-select: none;
    color: rgba(52,58,67,1);
    background-color: transparent;
    -webkit-transition: all,0.3s,cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all,0.3s,cubic-bezier(0.215, 0.61, 0.355, 1);
}


.btn-lg-long {
    display: table;
    position: relative;
    padding: 3.12% 3.12% 3.12% 3.12%;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.category2{
    margin-top: 10px;
}
.category2 a{
    vertical-align: middle; 
}

.category2 p {
    font-size: 7.5px;
    font-weight: 300;
}
.category2 b{
   font-size: 100.9%;
   margin-top: 4.5px;
}
.category2 li{
    margin-bottom: 8px;
    list-style: none;
    font-size: small;
}
.c_icon{
    margin: 3px 4px 0 0;
}
.return_btn {
    background: #EEE;
    border: 1px solid #DDD;
    border-radius: 20px !important;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #111;
    z-index: 100;
    height: auto;
    padding: 5px 5%;
    position: fixed;
    bottom: 120px;  /*追加修正20240329*/
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    -ms-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.fu_contents{
    margin: 10px 0;
    width: 100%;
}
.navbar-toggle{
    margin-top: 8px !important;
}
.navbar-brand img {
    margin: 0 auto;
    margin-top: 6px;
}

.navbar-brand h1 {
    display: table-cell;
    vertical-align: middle;
}

@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

/*nav*/
/*--------------------------------------------------------------*/


@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 1px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}
.navbar-anab{
        background-color: #6db130 !important;
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}
.navbar-default{
    background-color: #0c4ecc !important;
}
.navbar-default,
.navbar-inverse {
    border: 0;
}



@media(max-width:767px) {
   
    header img {
    display: block;
    margin: 0 auto 20px;
    position: absolute;
    width: 68%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;  }
}
@media(max-width:480px) {
    
    header img {
    display: block;
    margin: 0 auto 20px;
    position: absolute;
    width: 68%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    }
}
@media(max-width:320px) {
    .btn-lg-square p{
    font-size: 8px !important;
    }
    form p {
        font-size: 8px !important;
    }
}

footer {
    color: #fff;
}



#footer{ 
    background: #0c4ecc;
    color: white;
    margin-top: 17px;
}





.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.glyphicon .glyphicon-remove{
    color:darkred;
}
.form-control-feedback {
    position: absolute;
    top: 10px !important;
    right: -25px !important;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    vertical-align: middle;
}
.glyphicon-remove{
    color: #fff;
}
.glyphicon-ok {
    color: #fff;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*
.glyphicon-remove:before {
    content: "\e014";
}*/
.wide-square p{
    margin-top: 0px;
}
.wide-square{
    padding: 20px 5px 33px 5px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 8px;
    height: 44px;
    text-wrap: normal;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border-color: #0c4ecc !important;
    border: 2px solid transparent;
    line-height: 1.42857143;
    border-radius: 8px;
    -webkit-user-select: none;
    color: rgba(52,58,67,1);
    background-color: transparent;
    -webkit-transition: all,0.3s,cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all,0.3s,cubic-bezier(0.215, 0.61, 0.355, 1);
}
.warning p{
    line-height: 18.3px !important;
    font-size: 13.7px !important;
    margin-top: 42px;
}
.pagetop
{
    position: fixed;
    z-index: 99999;
    bottom: 146px;
    right: 16px;
}

.pagetop a
{
    position: relative;
    display: block;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #6c501b;
    text-align: center;
    background: #fdd835;
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.44);
    transition: .3s cubic-bezier(0.55,0,.1,1);
}

.pagetop:hover
{
    opacity: 0.85 ;
}
.remarks
{
    position: fixed;
    z-index: 99999;
    bottom: 136px;
    right: 16px;
    width: 350px;
    background-color: rgb(236, 240, 241);
    border-radius: 20px;
    padding: 10px;
}



.pagetop:hover
{
    opacity: 0.85 ;
}