@import "https://fonts.googleapis.com/css?family=Raleway:100,400,700";
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}






/* =======================================================
*
* 	Template Style 
*
* ======================================================= */



.heading1{
    background-color: #c6e9ff;
    height:40px;
    margin-top:50px;
    margin-bottom:50px;
    font-size:25px;
}

.heading_img{
    height:40px;
    margin-right:10px;
}


.clear {
    clear: both;
}

body {
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #353535;
    background: #fff;
    max-width: 1440px;
    margin: 0 auto;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.tab_wrap {
    width: 500px;
    margin: 80px auto;
}

.tab_area {
    font-size: 0;
    margin: 0 10px;
}

.tab_area label {
    width: 150px;
    margin: 0 5px;
    display: inline-block;
    padding: 12px 0;
    color: #999;
    background: #ddd;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    transition: ease 0.2s opacity;
}

.tab_area label:hover {
    opacity: 0.5;
}

.panel_area {
    background: #fff;
}

.tab_panel {
    width: 100%;
    padding: 80px 0;
    display: none;
}

.tab_panel p {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.tab_area label.active {
    background: #fff;
    color: #000;
}

.tab_panel.active {
    display: block;
}


.col-md-6 {
    padding-left: 0px !important;
}

/*tab*/

/*タブ切り替え全体のスタイル*/

.tabs {
    /*margin-top: 50px;*/
    padding-bottom: 75px;
    background-color: #fff;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    width: 100%;
    margin: 0 auto;
}

/*タブのスタイル*/

.tab_item {
    width: calc(100%/3.1);
    height: 100%;
    border: 2px solid #FFF;
    background-color: #69c5ff;
    line-height: 75px;
    font-size: 25px;
    text-align: center;
    color: #FFF;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 8px;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/

input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/

.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/

#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/

.tabs input:checked + .tab_item {
    background-color: #FFF;
    color: #0178cc;
    border: 2px solid #69c5ff;
    border-radius: 35px;
}

/*end tab test2*/

.buttonA {
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    line-height: 50px;
}

.buttonA:hover {
    background-color: #fff;
    border-color: #59b1eb;
    color: #59b1eb;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #90437b;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid #90437b;
}

a:hover,
a:active,
a:focus {
    color: #20bb0f;
    outline: none;
    text-decoration: none;
    border-bottom: 1px solid #20bb0f;
}

p {
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #000;
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #52d3aa;
}

::-moz-selection {
    color: #fff;
    background: #52d3aa;
}

::selection {
    color: #fff;
    background: #52d3aa;
}

.gtco-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-nav > li > a {
    border-bottom: none;
}

.gtco-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 40px 0;
    z-index: 1001;
}

.gtco-nav a {
    padding: 5px 10px;
    color: #fff;
}

.gtco-nav ul {
    padding: 0;
    margin: 2px 0 0 0;
}

.gtco-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.gtco-nav ul li a {
    font-size: 16px;
    padding: 30px 10px;
    text-transform: uppercase;
    color: rgba(16, 16, 16, 0.75);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gtco-nav ul li a:hover,
.gtco-nav ul li a:focus,
.gtco-nav ul li a:active {
    color: #333333;
}

.gtco-nav ul li.has-dropdown {
    position: relative;
}

.gtco-nav ul li.has-dropdown .dropdown {
    width: 130px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.gtco-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #333333;
    border-width: 8px;
    margin-left: -8px;
}

.gtco-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.gtco-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.gtco-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
}

.gtco-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
}

.gtco-nav ul li.has-dropdown:hover a,
.gtco-nav ul li.has-dropdown:focus a {
    color: #333333;
}

.gtco-nav ul li.btn-cta a {
    color: #52d3aa;
}

.gtco-nav ul li.btn-cta a span {
    background: #fff;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

.gtco-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.gtco-nav ul li.active > a {
    color: #333333 !important;
}

#gtco-header,
#gtco-counter,
.gtco-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.gtco-bg {
    background-position: center center;
    width: 100%;
    float: left;
    position: relative;
}

.gtco-video {
    height: 450px;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.gtco-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.gtco-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
}

.gtco-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gtco-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.gtco-video:hover a {
    position: relative;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.gtco-cover {
    height: 900px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}

.gtco-cover .overlay {
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

.gtco-cover > .gtco-container {
    position: relative;
    z-index: 10;
}



.gtco-cover .display-t,
.gtco-cover .display-tc {
    height: 900px;
    display: table;
    width: 100%;
}

.gtco-cover.gtco-cover-sm {
    height: 600px;
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
    height: 600px;
    display: table;
    width: 100%;
}

#gtco-counter {
    height: 500px;
}

#gtco-counter .display-t,
#gtco-counter .display-tc {
    height: 500px;
    display: table;
    width: 100%;
}

.gtco-staff {
    text-align: center;
    margin-bottom: 30px;
}

.gtco-staff img {
    width: 100px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.gtco-staff h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.gtco-staff p {
    margin-bottom: 30px;
}

.gtco-staff .role {
    color: #bfbfbf;
    margin-bottom: 30px;
    font-weight: normal;
    display: block;
}

.gtco-social-icons {
    margin: 0;
    padding: 0;
}

.gtco-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gtco-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #52d3aa;
    padding-left: 10px;
    padding-right: 10px;
}

.gtco-social-icons li a i {
    font-size: 20px;
}

.gtco-contact-info ul {
    padding: 0;
    margin: 0;
}

.gtco-contact-info ul li {
    padding: 0 0 0 50px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}

.gtco-contact-info ul li:before {
    color: #52d3aa;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gtco-contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9d1";
}

.gtco-contact-info ul li.phone:before {
    font-size: 23px;
    content: "\e9f4";
}

.gtco-contact-info ul li.email:before {
    font-size: 23px;
    content: "\e9da";
}

.gtco-contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9af";
}

form label {
    font-weight: normal !important;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

#gtco-header .display-tc h1,
#gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
    text-transform: uppercase;
}

#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
    margin-bottom: 0px;
    font-size: 70px;
    line-height: 1.5;
}



#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#gtco-header .display-tc .btn,
#gtco-counter .display-tc .btn,
.gtco-cover .display-tc .btn {
    padding: 15px 30px;
    background: #fff !important;
    color: #52d3aa;
    border: none !important;
    font-size: 18px;
    text-transform: uppercase;
}

#gtco-header .display-tc .btn:hover,
#gtco-counter .display-tc .btn:hover,
.gtco-cover .display-tc .btn:hover {
    background: #fff !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#gtco-counter {
    text-align: center;
}

#gtco-counter .counter {
    font-size: 50px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 100;
    display: block;
}

#gtco-counter .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: .1em;
}



#gtco-counter .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    margin-bottom: 30px;
}

#gtco-counter .icon i {
    height: 70px;
}

#gtco-counter .icon i:before {
    display: block;
    text-align: center;
    margin-left: 3px;
}

#gtco-features,
#gtco-features-2,
#gtco-testimonial,
#gtco-services,
#gtco-started,
#gtco-footer,
.gtco-section {
    padding: 7em 0;
    clear: both;
}

#gtco-services {
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}



#gtco-features-2 {
    background: #efefef;
    position: relative;
    float: left;
    width: 100%;
}

.feature-center {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}



.feature-center .icon {
    width: 90px;
    height: 90px;
    background: #efefef;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.feature-center .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    line-height: 40px;
    color: #52d3aa;
}

.feature-center p,
.feature-center h3 {
    margin-bottom: 30px;
}

.feature-center h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #5d5d5d;
}

.feature-left {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.feature-left:last-child {
    margin-bottom: 0;
}

.feature-left .icon {
    float: left;
    margin-right: 5%;
    width: 54px;
    height: 54px;
    background: #fff;
    display: table;
    text-align: center;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.feature-left .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    color: #52d3aa;
}

.feature-left .feature-copy {
    float: left;
    width: 80%;
}



.feature-left .feature-copy h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #5d5d5d;
    margin-bottom: 10px;
}

.gtco-heading {
    margin-bottom: 5em;
}

.gtco-heading.gtco-heading-sm {
    margin-bottom: 2em;
}

.gtco-heading h2 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1.5;
    /*font-weight: bold;*/
    color: #000;
}

.gtco-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #353535;
}

#gtco-testimonial {
    background: #efefef;
}

#gtco-testimonial .testimony-slide {
    text-align: center;
}

#gtco-testimonial .testimony-slide span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
}

#gtco-testimonial .testimony-slide figure {
    margin-bottom: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#gtco-testimonial .testimony-slide figure img {
    width: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#gtco-testimonial .testimony-slide blockquote {
    border: none;
    margin: 30px auto;
    width: 50%;
    position: relative;
    padding: 0;
}

#gtco-testimonial .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
}

#gtco-testimonial .arrow-thumb a {
    font-size: 32px;
    color: #dadada;
}

#gtco-testimonial .arrow-thumb a:hover,
#gtco-testimonial .arrow-thumb a:focus,
#gtco-testimonial .arrow-thumb a:active {
    text-decoration: none;
}

.gtco-tabs .gtco-tab-nav {
    clear: both;
    margin: 0 0 3em 0;
    padding: 3px;
    float: left;
    width: 100%;
    background: #67c5ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gtco-tabs .gtco-tab-nav li {
    float: left;
    margin: 0;
    padding: 0;
    width: 33%;
    /*width: 25%;  4つの場合はこっち*/
    text-align: center;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gtco-tabs .gtco-tab-nav li .icon {
    font-size: 22px;
}

.gtco-tabs .gtco-tab-nav li a {
    padding: 20px;
    width: 100%;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    font-size: 25px;
}

.gtco-tabs .gtco-tab-nav li a:hover {
    color: #4d4d4d;
}

.gtco-tabs .gtco-tab-nav li.active a {
    background: #fff;
    color: #0178cc;
    font-size: 25px;
}

.tab-content img {
    width: 100%;
}

.gtco-tabs .gtco-tab-content-wrap {
    clear: both;
    position: relative;
    top: 70px;
}

.gtco-tabs .gtco-tab-content-wrap .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.gtco-tabs .gtco-tab-content-wrap .tab-content.active {
    opacity: 1;
    visibility: visible;
}

.gtco-tabs .icon-xlg {
    margin-bottom: 30px;
    text-align: center;
}

.gtco-tabs .icon-xlg i {
    color: #67c5ff;
}

#gtco-started {
    background: #4cc1bd;
    background: -moz-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #4cc1bd), color-stop(100%, #3f95ea));
    background: -webkit-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: -o-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: -ms-linear-gradient(-45deg, #4cc1bd 0%, #3f95ea 100%);
    background: linear-gradient(135deg, #4cc1bd 0%, #3f95ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc1bd', endColorstr='#3f95ea', GradientType=1);
}

#gtco-started .gtco-heading h2 {
    color: #fff;
}

#gtco-started .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: none !important;
    color: #fff;
    font-size: 16px !important;
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#gtco-started .form-control::-webkit-input-placeholder {
    color: #fff;
}

#gtco-started .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#gtco-started .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#gtco-started .form-control:-ms-input-placeholder {
    color: #fff;
}

#gtco-started .form-control:focus {
    background: rgba(255, 255, 255, 0.3);
}

#gtco-started .btn {
    height: 54px;
    border: none !important;
    background: #52d3aa;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px;
}

#gtco-started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}

#gtco-started .form-inline .form-group .form-control {
    width: 100%;
}

#gtco-started .gtco-heading {
    margin-bottom: 30px;
}

#gtco-started .gtco-heading h2 {
    margin-bottom: 0;
}

#gtco-footer .gtco-footer-links {
    padding: 0;
    margin: 0;
}

#gtco-footer .gtco-footer-links li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#gtco-footer .gtco-footer-links li a {
    color: #000;
    text-decoration: none;
    border-bottom: none;
}

#gtco-footer .gtco-footer-links li a:hover {
    text-decoration: underline;
}

#gtco-footer .gtco-widget {
    margin-bottom: 30px;
}

#gtco-footer .gtco-widget h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}



#gtco-footer .copyright .block {
    display: block;
}

.owl-carousel .owl-controls .owl-dot span {
    background: #e6e6e6;
}

.owl-carousel .owl-controls .owl-dot span:hover,
.owl-carousel .owl-controls .owl-dot span:focus {
    background: #cccccc;
}

.owl-carousel .owl-controls .owl-dot:hover span,
.owl-carousel .owl-controls .owl-dot:focus span {
    background: #cccccc;
}

.owl-carousel .owl-controls .owl-dot.active span {
    background: transparent;
    border: 2px solid #52d3aa;
}

#gtco-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: #FFFFFF;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #gtco-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#gtco-offcanvas a {
    color: rgba(14, 14, 14, 0.84);
}

#gtco-offcanvas a:hover {
    color: rgba(255, 166, 101);
}

#gtco-offcanvas ul {
    padding: 0;
    margin: 0;
}

#gtco-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#gtco-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(8, 8, 8, 0.54);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}


.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #52d3aa;
    color: #fff;
    border: 2px solid #52d3aa;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #66d8b4 !important;
    border-color: #66d8b4 !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #52d3aa;
    border: 2px solid #52d3aa;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #52d3aa;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #52d3aa;
}

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.gtco-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}

/***************/

/*  add style  */

/***************/

.padmode {
    display: none;
}

.nonpadmode {
    display: block;
}

.container2 {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-brand {
    width: 285px;
    padding: 11px 15px
}

.navbar-brand > img {
    width: 100%;
}

.navbar-default {
    /*background-color: #f8f8f8;*/
    background-color: #FFFFFF;
}

.dropdown-menu > li > a,
.navbar-header > a,
.gtco-tab-nav > li > a {
    border-bottom: none;
}

.pcmode {
    display: inline-block;
}

.pcmode img {
    width: 100%
}

.spmode {
    display: none;
}

.prePC {
    display: inline-block;
}

.preSP {
    display: none;
}

.preSP img {
    width: 100%;
}

.pdt20 {
    padding-top: 20px;
}

.mint {
    font-family: "LMRomanSlant10", serif;
}

#about {
    position: relative;
    width: 1440px;
    max-width: 95%;
    height: 940px;
    margin: 30px auto;
    /*background-color: #efefef;*/
    overflow: hidden;
    /*background-image: url(../img/hirukawa_top.png);*/
    background-size: auto;
    background-repeat: no-repeat;
}

#about .wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    max-width: 95%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#about .wrapper .camera {
    width: 100%;
    padding-left: 100px;
    padding-top: 38px;
    padding-bottom: 168px;
    background-image: url(../assets/img/back_city_r8.png);
    background-size: cover;
}

#about .wrapper .camera img {
    width: 90%
}

#about .wrapper .blurb {
    width: 55%
}

.logo_wrap {
    padding-top: 30px;
}

.logo_wrap2 {
    padding-top: unset;
}

.por {
    position: relative;
}

.newworld {
    position: absolute;
    left: 684px;
    top: 147px;
}

#top3 {
    display: grid;
    padding: 50px 0 130px 0;
}

#intro_v {
    text-align: center;
    font-size: 28px;
    line-height: 53px;
    color: #575551;
    font-weight: 400;
    padding: 60px 0;
    border-top: 1px dotted #ccc;
}

.news1 {
    display: block;
    padding: 0 15px;
    width: 33.33333%;
}

.new2 {
    display: block;
    padding-right: 30px;
    width: 33.33333%;
}

.new3 {
    display: block;
    padding-left: 40px;
    width: 33.33333%;
}


.top_info1 {
    position: relative;
}

.top_info1 h3 {
    font-family: 'Noto Sans Japanese';
    font-size: 2em;
    font-weight: 100;
    color: #0077cc;
    overflow: visible;
    /*padding-left: 7.6rem;*/
    margin-bottom: 0;
}

.top_info2 {
    padding: 6px 0 0 0px;
    line-height: 27px;
    font-size: 20px;
    font-weight: 400;
    color: #0077d3;
}

.top_info1 span::after {
    position: absolute;
    top: 41px;
    left: 0%;
    content: '';
    width: 18vw;
    border-bottom: 3px solid #0095ff;
}

.lin {
    font-size: 15px;
    font-family: 'Noto Sans Japanese';
}

.info2p {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 5px !important;
}

.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}

.myset::after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: bold;
    padding-left: 8px;
}

.square_btn2 {
    font-family: 'Noto Sans Japanese';
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.square_btn2:hover {
    background: #67c5ff;
    color: white;
}

.myset2::after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: bold;
    padding-left: 8px;
}

.icon {
    position: relative;
}

.icon img {
    position: absolute;
    top: 0px;
    left: -9px;
    width: 100%;
}

.way3p {
    font-weight: 900;
    color: #52d3aa;
    font-size: 18px;
}

.page {
    padding: 0px 0px 80px 0px;
    line-height: 35px;
}

.cla {
    clear: both;
}

.htit {
    font-weight: 900;
    font-size: 20px;
    color: #5c9ee7;
}

.page h3 {
    position: relative;
    background: #d4e6f8;
    padding: 0.25em 0.5em;
    border-left: solid 2em #5c9ee7;
    margin-bottom: 45px;
}


.page h3:before {
    font-family: "Font Awesome 5 Free";
    /*content: '\f02c';*/
    position: absolute;
    font-weight: bold !important;
    padding: 0em;
    color: white;
    left: -1.5em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.me2 h3 {
    position: relative;
    background: #d4e6f8;
    padding: 0.25em 0.5em;
    border-left: solid 2em #5c9ee7;
    margin-bottom: 45px;
}

.me2 h3:before {
    font-family: "Font Awesome 5 Free";
    /*content: '\f013';*/
    position: absolute;
    font-weight: bold !important;
    padding: 0em;
    color: white;
    left: -1.5em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.me2 h4 {
    position: relative;
    background: #f1f7f6;
    padding: 0.25em 0.5em;
    border-left: solid 2em #3576a5;
    margin-bottom: 45px;
}

.me2 h4:before {
    font-family: "Font Awesome 5 Free";
    /*content: '\f274';*/
    position: absolute;
    font-weight: bold !important;
    padding: 0em;
    color: white;
    left: -1.5em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.me3 h4 {
    position: relative;
    background: #f1f7f6;
    padding: 0.25em 0.5em;
    border-left: solid 2em #3576a5;
    margin-bottom: 45px;
}

.me3 h4:before {
    font-family: "Font Awesome 5 Free";
    /*content: '\f013';*/
    position: absolute;
    font-weight: bold !important;
    padding: 0em;
    color: white;
    left: -1.5em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.pe2 h3 {
    position: relative;
    background: #f1f8ff;
    padding: 0.25em 0.5em;
    border-left: solid 2em #5c9ee7;
    margin-bottom: 45px;
}

.pe2 h3:before {
    font-family: "Font Awesome 5 Free";
    /*content: '\f3c5';*/
    position: absolute;
    font-weight: bold !important;
    padding: 0em;
    color: white;
    left: -1.5em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

.contboder {
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}

.table01 {
    width: 100%;
    letter-spacing: 2px;
}

.table01 tr:nth-child(2n) {
    background: #f5f6f7;
}

.table01 th {
    width: 20%;
    text-align: left;
    vertical-align: top;
    padding: 1.2em;
    font-weight: 100;
}

.table01 td {
    padding: 1.2em 4em;
    border-left: solid 1px #ccc;
}

.table02 {
    width: 100%;
    letter-spacing: 2px;
}

.table02 tr {
    border-bottom: 1px dotted #CCC;
}

.table02 th {
    width: 80px;
}

.table02 td {
    padding-left: 15px;
}

.table02 h4 {
    color: #000;
    font-weight: 900;
    margin: 0 0 !important;
}

.pdtb30 {
    padding: 30px 0;
}

.pictL {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 360px;
}

.pictR {
    float: right;
    margin-left: 20px;
    margin-bottom: 40px;
    width: 410px;
    margin-top: -38px;
}

/*For BIM page start*/

.BpictL {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    width: 440px;
}

.BpictR {
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
    width: 440px;
}

/*For BIM page end*/

#manufacturer ul {
    padding: 0;
    margin: -2.8em 0 40px 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#manufacturer li {
    padding: 5px 0;
    margin: 0;
    width: 50%;
}

#manufacturer i {
    color: #666;
    font-size: 0.8em;
    margin-left: 1em;
}

.workeg {
    padding: 0;
    margin: -2.8em 0 40px 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#workeg img {
    width: 100%;
}

#workeg li {
    width: 220px;
    /* 横幅を固定して */
    display: inline-block;
    /* インラインブロック化 */
    vertical-align: bottom;
    /* 下端を揃える */
    margin: 5px 0px;
    padding: 10px;
}

.wgroup p {
    margin: 0 auto;
}

#wyear table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 100px;
}

#wyear table caption {
    font-size: 125%;
    font-weight: 100;
    color: #000;
    margin-bottom: 2vw;
    text-align: left;
    padding: .5em .75em;
    /* background: linear-gradient(to right, rgba(0, 149, 255, 0.4), rgba(0, 102, 204, 0.1)); */
    background: #eee;
}

#wyear table tr th,
#wyear table tr td {
    vertical-align: middle;
    text-align: left;
    width: 31%;
}

#wyear thead th {
    position: relative;
    font-weight: 100;
    color: #666;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.add_txt {
    font-weight: 600 !important;
    color: #4793db !important;
}

#wyear tbody th {
    font-weight: 200;
    /* font-size: 1.1em; */
}

#wyear thead th::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    content: '';
    width: 6em;
    height: 1px;
    background-color: #3498db;
}

#wyear .th04 {
    width: 15%;
}

#wyear tbody th,
#wyear tbody td {
    border-bottom: 1px dotted #eee;
    height: 64px;
}

.bimeg {
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.bimeg img {
    width: 100%;
}

.bimeg > ul {
    padding-left: 0px;
}

.bimeg > ul > li {
    width: 220px;
    /* 横幅を固定して */
    display: inline-block;
    /* インラインブロック化 */
    vertical-align: bottom;
    /* 下端を揃える */
    margin: 5px 0px;
    padding: 10px;
}


.tit {
    position: relative;
    height: 100px;
    font-size: 50px;
    text-align: center;
}

.tit_pc {
    position: absolute;
    top: 16px;
    left: 100px;
}

.vis {
    display: none !important;
}

/*add style end*/

/* =======================================================
*
* 	/*media screen

=======================================================*/
 @media screen and (max-width: 480px) {
    .gtco-tabs .icon-xlg {
        font-size: 200px;
    }
    .vis {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
    #about {
        height: 550px !important;
    }
    .vis {
        display: inline-block !important;
    }
    .imgpad {
        width: 50% !important;
        left: 170px !important;
    }
    .text-center {
        text-align: center;
        left: 78px;
        width: 80%;
    }
    .padmode {
        display: block;
        width: 77% !important;
    }

    .nonpadmode {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
    /*.block3 {
        top: -100px;
        padding-left: 33px;
        padding-bottom: 100px;
        width: 66%;
        margin: 0 auto;
    }*/
}

@media (max-width: 767px) {
    .pcmode {
        display: none;
    }

    .spmode {
        display: block;
    }
    .spmode img {
        width: 100%;
    }
    .text-center {
        text-align: left !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 960px) {
    .tit_pc {
        left: 0px;
    }
    .text-center {
        text-align: center;
        left: 78px;
        width: 80%;
    }
}

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

    body {
        font-size: 15px;
    }
    .prePC {
        display: none;
    }
    .preSP {
        display: inline-block;
    }
    .preSP img {
        width: 100%;
    }

    .tit {
        height: 185px;
    }
    .htit {
        font-weight: 900;
        font-size: 18px;
        color: #5c9ee7;
    }
    .table01 tr {
        display: block;
        width: auto;
        border-bottom: 1px dotted #CCC;
    }
    .table01 th {
        display: block;
        width: auto;
    }
    .table01 td {
        border-bottom: none !important;
        padding: 10px 15px 15px 15px;
        border-left: none;
    }
    .table01 td img {
        width: 100%;
    }
    .table01 tr:nth-child(2n) {
        background: none;
    }
    .table02 td {
        padding: 10px 15px 15px 15px;
    }
    .page {
        padding: 0px 15px 80px 15px;
        line-height: 30px;
    }
    .page img {
        width: 100%;
    }
    .tac {
        text-align: center;
    }
    #about {
        height: auto;
        top: -50px;
    }
    .mint {
        font-size: 14px;
    }
    #intro_v {
        padding: 20px 0;
        font-size: 20px;
    }
    .block3 {
        top: -65px;
        padding-left: 33px;
        padding-bottom: 100px;
    }
    #logo {
        position: absolute;
        top: 58px;
        left: 63px;
        padding: unset;
    }
    .gtco-nav-toggle {
        top: -11px !important;
    }
    .gtco-nav {
        padding: 20px 0;
    }
    .gtco-heading h2 {
        font-size: 29px
    }
    .gtco-heading p {
        font-size: 13px;
    }
    .gtco-nav .menu-1,
    .gtco-nav .menu-2 {
        display: none;
    }
    .gtco-cover {
        height: 600px;
    }
    .gtco-cover .display-t,
    .gtco-cover .display-tc {
        height: 600px;
    }
    .gtco-cover.gtco-cover-sm {
        height: 400px;
    }
    .gtco-cover.gtco-cover-sm .display-t,
    .gtco-cover.gtco-cover-sm .display-tc {
        height: 400px;
    }
    #gtco-header .display-tc h1,
    #gtco-counter .display-tc h1,
    .gtco-cover .display-tc h1 {
        font-size: 40px;
    }
    #gtco-counter .feature-center {
        margin-bottom: 50px;
    }
    #gtco-features {
        padding: 0 0 58px 0;
    }

    #gtco-features-2,
    #gtco-testimonial,
    #gtco-services,
    #gtco-started,
    #gtco-footer,
    .gtco-section {
        padding: 3em 0;
    }
    .feature-center {
        margin-bottom: 50px;
    }
    .feature-left .icon {
        margin-right: 5%;
    }
    .feature-left .feature-copy {
        width: 70%;
        float: left;
    }
    .gtco-tabs .icon-xlg {}
    #gtco-footer .copyright .pull-left,
    #gtco-footer .copyright .pull-right {
        float: none !important;
        text-align: center;
    }
    .gtco-nav-toggle {
        display: none;
    }
    #gtco-offcanvas {
        display: block;
    }
    #manufacturer ul {
        margin: -2.8em 0 40px 15px;
    }
    #manufacturer li {
        width: 100%;
    }
    .wlist {
        margin: 0 auto;
        padding: 0;
    }
    .wlist p {
        line-height: 20px;
        font-size: 11px;
    }
    #workeg,
    #wyear {
        padding: 0 8px;
    }
    #workeg img {
        width: 100%;
    }

    #workeg li {
        width: 160px;
    }
    #wyear > .col-md-12 {
        padding: inherit;
    }
    #wyear table thead {
        display: none;
    }
    #wyear table tbody {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    #wyear table tr {
        display: block;
        width: 100%;
        margin-bottom: 2em;
        padding: 0.5em 0;
        border: 1px solid #eee;
    }
    #wyear table tbody th,
    #wyear table tbody td {
        width: 100%;
        display: list-item;
    }
    #wyear tbody th::after {
        position: absolute;
        bottom: -1px;
        left: -1em;
        z-index: 2;
        content: '';
        width: 16em;
        height: 1px;
        background-color: #3498db;
    }
    #wyear tbody th {
        position: relative;
        height: 2.5em;
        line-height: 2.5em;
        border-bottom: 1px solid #eee;
        margin-bottom: 0.75em;
        margin-left: 1em;
        list-style: none;
        font-weight: 700;
    }
    #wyear table tbody td {
        list-style: none;
        margin-left: 12px;
        border-bottom: 0;
        height: 2em;
        font-size: 12px;
    }
    #wyear tbody td:nth-child(2):before,
    #wyear tbody td:nth-child(3):before,
    #wyear tbody td:nth-child(4):before {
        font-size: smaller;
        color: #aaa;
    }
    #wyear tbody td:nth-child(2):before {
        content: "工事内容　-　";
    }
    #wyear tbody td:nth-child(3):before {
        content: "ゼネコン　-　";
    }
    #wyear tbody td:nth-child(4):before {
        content: "都道府県　-　";
    }
    .bimeg img {
        width: 100%;
    }
    .bimeg > ul > li {
        width: 170px;
    }
    .tab_item {
        font-size: 14px;
    }

}
.news-content {
    border: 4px solid #69c5ff;
    clear: both;
    padding: 30px 50px;
    position: relative;
    top: -14px;
    margin: auto;
    max-width: 1000px;
}
.news-title {
    text-align: center;
    margin-bottom: 40px;
    position: absolute;
    top: -19px;
    width: 6em;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}
.news-list {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}
.news-list > li {
    padding-top: 25px;
    padding-bottom: 30px;
}
.news-list > li + li {
    border-top: 1px dashed #333;
}
a.news-item {
    display: flex;
    align-items: center;
    border: 0;
    color: #333;
}
.news-img {
    /* max-width: 122px;
    max-height: 122px; */
}
.news-text {
    font-size: 17.8px;
    padding-left: 2.2em;
}

@media screen and (max-width: 992px) {
    #gtco-testimonial .testimony-slide blockquote {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .news-content {
        padding: 20px 10px 0;
        clear: both;
        margin-bottom: 40px;
        top: 0;
        max-width: 97%;
    }
    .news-title {
        font-size: 6vw;
        margin-bottom: 0;
        top: -4vw;
    }
    .news-list {
        margin-top: -1em;
        padding: 0 2.5%;
    }
    .news-list > li {
        padding-bottom: 2%;
    }
    a.news-item {
        align-items: flex-start;
    }
    .news-img {
        max-width: 37%;
        max-height: inherit;
        margin-top: 2%;
    }
    .news-text {
        padding-top: 1%;
        padding-left: 1.3em;
        font-size: 3.8vw;
        line-height: 1.8;
    }
}
/*# sourceMappingURL=style.css.map */
