@charset "UTF-8";
* {
  margin: 0;
  padding: 0
}

html {
  margin: 0;
  padding: 0;
  visibility: hidden
}

html.wf-active {
  visibility: visible
}

body {
  background: #fff;
  font-size: 13px;
  margin: 0;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: tbudgothic-std, sans-serif;
  padding: 0
}

main {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: block
}

a, h1, h2, h3, li, ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  color: #000
}

textarea {
  resize: none;
  font-family: tbudgothic-std, sans-serif
}

button {
  font-family: tbudgothic-std, sans-serif
}

.page-top-return {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 2px solid green;
  background: url(../images/arrow_g_u.svg) center center no-repeat;
  background-size: 15px 15px;
  z-index: 5;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  opacity: 0;
  transition: all .2s ease
}

.page-top-return.visible {
  opacity: 1
}

.page-top-return:hover {
  transform: scale(.9)
}

.page-top-return a {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center
}

.g_arrow {
  position: relative;
  cursor: pointer;
  transition: all .2s ease
}

.g_arrow:hover {
  opacity: .8
}

.g_arrow:after {
  content: '';
  position: absolute;
  display: block;
  background: url(../images/arrow_g_r.svg) no-repeat center center;
  height: 100%;
  width: 11px;
  top: 50%;
  right: -30px;
  transform: translateY(-50%)
}

header.header_nav {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0
}

.nav_menu.main {
  display: block;
  top: -100vh;
  position: fixed;
  z-index: 999998;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  background: #fff
}

.nav_menu.main.is-active {
  top: 0
}

.nav_menu.main .nav_menu_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.nav_menu.main .nav_link {
  margin: 25px 0;
  text-align: center;
  display: block;
  width: 100vw
}

.nav_menu.main .nav_link span {
  color: #2d2d2d;
  font-size: calc(1vw + 1.5em);
  min-height: 0;
  font-weight: 700;
  border-bottom: 1px solid;
  position: relative;
  width: 80%;
  display: block;
  display: flex;
  justify-content: center;
  margin: 0 auto
}

.m_header__menu_btn.main {
  position: fixed;
  right: 0;
  z-index: 999999;
  top: 0;
  display: none
}

.m_header__menu_btn.main a {
  height: 60px;
  width: 60px;
  position: relative;
  display: block
}

.m_header__menu_btn_cnt {
  width: 50%;
  height: 2px;
  background: green;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s ease
}

.m_header__menu_btn_cnt:before {
  top: -10px
}

.m_header__menu_btn_cnt:after {
  bottom: -10px
}

.m_header__menu_btn.main.is-active .m_header__menu_btn_cnt {
  background-color: transparent
}

.m_header__menu_btn_cnt:after, .m_header__menu_btn_cnt:before {
  content: '';
  height: 2px;
  width: 100%;
  background: green;
  display: block;
  position: absolute;
  transition: all .2s ease
}

.m_header__menu_btn.main.is-active .m_header__menu_btn_cnt:before {
  transform: rotate(45deg);
  top: 0
}

.m_header__menu_btn.main.is-active .m_header__menu_btn_cnt:after {
  transform: rotate(-45deg);
  bottom: 0
}

.gnav-wrap {
  height: 60px;
  width: 100%;
  max-width: 1440px;
  background: #fff;
  position: relative;
  margin: 0 auto
}

.logo {
  position: absolute;
  margin-left: 60px;
  z-index: 3;
  line-height: 60px
}

.logo a img {
  height: 40px;
  vertical-align: middle
}

.site-nav {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .1)
}

.site-nav ul {
  right: 0;
  top: 0;
  display: block;
  box-sizing: border-box;
  float: right;
  margin-right: 225px
}

.site-nav ul li {
  float: left;
  display: flex;
  align-items: center;
  height: 60px;
  letter-spacing: .06rem
}

.i-construct-header {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 60px
}

.i-construct-header a img {
  height: 40px;
  vertical-align: middle;
  margin-right: 10px
}

.nav-cont {
  position: relative;
  width: 100%
}

.main-nav>li:hover>a {
  background: #2ab72d;
  color: #fff;
  opacity: .9
}

.main-nav>li:first-child>a:before {
  content: '';
  width: 2px;
  height: 40px;
  position: absolute;
  display: block;
  background: #189b1b;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.main-nav>li>a:after {
  content: '';
  width: 2px;
  height: 40px;
  position: absolute;
  display: block;
  background: #189b1b;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.site-nav .main-nav>li>a {
  line-height: 60px;
  padding: 0 20px;
  width: 125px;
  font-size: 1.1em;
  text-align: center;
  position: relative;
  display: block
}

.sub-menu-wrap {
  display: flex;
  visibility: hidden;
  position: absolute;
  background: rgba(255, 255, 255, .9);
  width: 100%;
  left: 0;
  top: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  z-index: -1;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .1)
}

.site-nav ul li:hover .sub-menu-wrap {
  visibility: visible
}

.sub-menu {
  margin-right: 0!important
}

.site-nav .sub-menu li {
  background: #fff;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .1);
  margin: 0;
  margin-right: 32px;
  border-bottom: 2px solid green;
  padding: 0;
  height: 50px
}

.sub-menu li a {
  line-height: 1!important;
  padding: 15px!important;
  width: 150px;
  text-align: center;
  position: relative;
  display: block;
  font-weight: 100
}

.sub-menu li:hover {
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .02);
  background: #2ab72d;
  opacity: .9
}

.sub-menu li:hover>a {
  color: #fff
}

.sub-menu-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 50px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  width: 200px
}

.title-alt {
  font-size: 1rem
}

#header_bg {
  height: 800px;
  position: relative;
  background: url(../images/bg_main.jpg) no-repeat top center;
  background-size: cover
}

.catch-small, .catchcopy {
  position: absolute;
  bottom: 0;
  color: #fff
}

.catchcopy {
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.75em;
  font-weight: 700;
  top: 300px;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.catch-small {
  left: 50%;
  transform: translateX(-50%);
  font-size: 1em;
  font-weight: 100;
  bottom: 100px;
  background: rgba(0, 0, 0, .3);
  padding: 10px;
  font-size: 1.1em;
  width: 70%
}

main section {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto
}

main section:before {
  display: block;
  content: '';
  height: 70px;
  margin-top: -70px;
  visibility: hidden
}

#service {
  height: 764px
}


.sec__bg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10
}

.top_sec_bg_inner {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .8
}

.top_sec_bg_inner.rt {
  background-image: url(../images/top_right.svg);
  right: 100px;
  bottom: -325px;
  width: calc(100vw/4.5);
  height: 600px
}

.top_sec_bg_inner.bottom_rt {
  background-image: url(../images/bottom_right.svg);
  width: calc(100vw/4.5);
  height: calc(100vw/4.5);
  left: 100px;
  bottom: -100px
}

.content-wrap {
  width: 65%;
  min-width: 1100px;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-bottom: 20px;
  z-index: 5
}
#service .content-wrap {
	z-index: 20;
}

.alt_content .content-wrap {
  padding-bottom: 0
}

.content-section {
  margin: 50px 0
}

.content-section h4:after {
  content: '';
  display: block;
  width: 33%;
  border-bottom: 1px solid green;
  margin-bottom: 30px
}

.tile-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -60px;
  width: 100%
}

.tile {
  width: 80%;
  margin: 0 10px
}

.tile-title {
  background: rgba(0, 0, 0, .8);
  padding: 15px;
  color: #fff
}

.tile-title h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.4em
}

.body_inner {
  min-height: 400px;
  position: relative
}

.body_inner_bg_wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

#survey .body_inner_bg_media {
  background-image: url(../images/survey.jpg)
}

#construction .body_inner_bg_media {
  background-image: url(../images/talk.jpg);
  background-position: center center
}

#compensation .body_inner_bg_media {
  background-image: url(../images/desk.jpg)
}

.body_inner_bg_media {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  width: 100%;
  transition: all .3s ease-in-out
}

.body_inner:hover .body_contents {
  overflow: visible;
  opacity: 1;
  height: 100%;
  visibility: visible
}

.body_contents {
  visibility: hidden;
  background: rgba(0, 0, 0, .85);
  padding: 0 20px 20px;
  opacity: 0;
  overflow: hidden;
  transition: all .2s ease-in;
  transition-delay: .1s
}

.body_contents p:first-child {
  padding-top: 20px
}

.body_contents p {
  margin-top: 0;
  height: inherit;
  margin: 0;
  line-height: 2em;
  padding-bottom: 20px;
  color: #fff
}

.body_contents a div {
  color: #fff;
  min-height: 400px
}

.sec-title {
  font-size: 4.7em;
  transform: rotate(-90deg);
  display: flex;
  position: absolute;
  top: 0;
  margin: 0;
  width: 100px;
  left: 0
}

.sec-title-service {
  visibility: hidden
}

.sec-title-topic {
  top: 135px
}

.sec-title-contact {
  top: 285px
}

.letter_vert {
  font-weight: 700;
  text-align: right
}

.letter_vert.white {
  color: #fff
}

#topics {
  min-height: 495px;
  background: #eee
}

#topics:before {
  display: none
}

#topics .sub_sec_title h3 {
  margin-top: 0
}

.article {
  width: 100%;
  margin: 0 auto;
  display: none;
  background: #fbfbfb
}

.article .sub_sec_title h3 {
  padding-top: 15px!important;
  font-size: 2.2em
}

.article .sub_sec_title h3:after {
  display: none
}

.article p {
  padding: 12px
}

.article h4 {
  font-size: 1.2em;
  padding-left: 12px
}

.article .sub-title {
  text-align: center;
  font-size: 1.1em;
  font-weight: 400
}

.disclaimer_article {
  font-size: .9em;
  display: block;
  margin: 10px;
  width: 400px;
  border-bottom: 1px solid #2d2d2d
}

.thumbnail {
  float: right;
  clear: both;
  margin-left: 20px
}

.thumbnail img {
  display: block
}

.thumbnail-desc {
  font-size: .9em;
  opacity: .8;
  text-align: center;
  padding: 0!important;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 30px
}

#contact_form, .news {
  padding: 0 90px 10px
}

.news {
  padding-top: 5px
}

.news li {
  margin: 25px 25px 25px 25px
}

.news-link {
  display: flex;
  border-bottom: solid 1px green
}

.news-link:hover {
  text-decoration: underline;
  opacity: .9;
  cursor: pointer
}

.news li .date {
  margin-right: 60px
}

#news_more {
  margin: 20px 0;
  display: block;
  padding-left: 15px
}

.row {
  display: flex;
  margin-top: 20px
}

.row:first-child {
  margin-top: 40px
}

.row_title {
  padding-right: 30px;
  width: 150px
}

.row_title:before {
  content: '';
  display: block;
  border-top: 1px solid green;
  margin-bottom: 10px
}

.row_input {
  width: 100%
}

.row_input input, .row_input textarea {
  width: calc(100% - 15px);
  padding: 15px 0 15px 15px;
  border: none;
  background: #eee;
  font-size: 16px
}

.row_input textarea {
  height: 300px
}

.row button {
  justify-content: center;
  display: flex;
  margin: 0 auto;
  padding: 25px 50px;
  background: #189b1b;
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  border: none;
  cursor: pointer;
  margin-top: 30px
}

#submit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto
}

.contact_button_inner:hover::after {
  left: 0
}

#submit a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.contact_button_inner {
  width: 320px;
  position: relative;
  z-index: 2
}

.contact_button_inner:after {
  content: '';
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: #005b00;
  z-index: -1;
  transition: all .2s ease
}

.sub_header_bg {
  height: 400px;
  width: 100%;
  position: relative;
  margin-top: 60px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover
}

#about.sub_header_bg {
  background-image: url(../images/manforest.jpg)
}

.sub_section:nth-of-type(2n) {
  background: #eee
}

.page_title {
  position: absolute;
  text-align: left;
  font-size: 2.5em;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100vw/7) - 10%)
}

.page_title h2 {
  color: #fff
}

.sub_sec_title h3 {
  text-align: center;
  font-size: 2em;
  margin-top: 30px
}

.sub_sec_title .header_sub {
  text-align: center;
  font-size: 1rem;
  font-weight: 100;
  margin-bottom: 10px
}

.sub_sec_title h3:after {
  content: '';
  display: block;
  width: 40%;
  border-bottom: 1px solid green;
  margin: auto;
  margin-bottom: 30px
}

.sub_sec_title dl {
  width: 100%;
  text-align: left;
  font-size: 1.1em;
  margin-bottom: 20px
}

.sub_sec_title dl dd {
  padding: 0 10px
}

.sub_sec_title_desc dl div {
  border-bottom: 1px solid green;
  margin-bottom: 20px;
  padding-bottom: 5px
}

.sub_sec_title_desc dl div dt {
  font-weight: 700;
  font-size: 1.1em
}

.service_row {
  width: 100%;
  background: #eee;
  margin: 10px 0;
  display: flex;
  position: relative;
  align-items: center;
  padding: 10px 0
}

.service_row_desc {
  width: 75%;
  padding: 25px;
  line-height: 1.8
}

.service_row_desc.pt2 {
  width: 100%;
}
.service_row_desc.pt2 ul {
  padding-left: 1em;
}
.service_row_desc.pt2 li {
  list-style-type: disc;
}

.service_row_desc h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px
}

.service_row_desc h4:after {
  content: '';
  display: block;
  width: calc(100%/3);
  border-bottom: 1px solid green
}

.service_row img {
  right: 0;
  height: 145px;
  width: 217px;
  object-fit: cover;
  font-family:;
  object-fit: cover;
}

.content_col_2 {
  width: 95%;
  display: flex;
  margin: 80px 0 15px
}

#company_message .content_inner {
  display: flex;
  position: relative;
  padding: 0 0 60px
}

#company_message .sub_sec_title h3 {
  color: #0b4096;
  font-size: 2.5em
}

#company_message .content_inner img {
  height: 420px;
  width: 350px;
  overflow: hidden;
  object-fit: cover;
  font-family:;
  object-fit: cover;
}

.message_content {
  width: 80%;
  line-height: 2.4;
  margin-left: 80px;
  font-size: 16px;
  font-weight: 700;
  color: #0b4096
}

.message_content p {
  margin: 0;
  word-break: break-all
}

.message_signature {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-weight: 700;
  color: #0b4096
}

#company_inner {
  margin-top: 30px
}

#company_inner:before {
  background: #fff;
  height: 70px;
  content: '';
  display: block;
  width: 100%;
  visibility: visible
}

#company_inner .motto_header {
  margin-top: 0;
  font-size: 2.5em
}

#company_inner .motto_header::after {
  margin-bottom: 0
}

#company_inner .motto_header span {
  vertical-align: middle;
  font-size: 18px;
  margin-left: 10px
}

#company_inner .header_sub {
  font-size: 2.5em;
  font-weight: 700;
  color: green
}

#company_inner .sub_sec_title h3 {
  color: #0b4096
}

#company_inner .content-wrap {
  padding-top: 0;
  padding-bottom: 70px
}

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

.company_inner_content dl dt {
  font-weight: 700;
  font-size: 20px;
  color: #0b4096;
  padding: 5px
}

.company_inner_content dl dd {
  margin-left: 30px
}

#company_info .sub_sec_title h3 {
  color: #0b4096;
  font-size: 2.5em
}
#company_kanyu .sub_sec_title h3 {
  color: #0b4096;
  font-size: 2.5em
}

#company_info table.info {
  border-spacing: 40px 25px;
  width: 100%
}

#company_info table th {
  text-align: left;
  height: 40px;
  padding-left: 5px
}

#company_info table.info th:after {
  display: block;
  content: '';
  border-bottom: 1px solid green
}

#company_info table td {
  background: #eee;
  padding-left: 20px
}

#company_info table.locations {
  width: 100%;
  padding: 0 40px;
  border-spacing: 0
}

#company_info table.locations tr td, #company_info table.locations tr th {
  border: 1px solid rgba(112, 112, 112, .4)
}

#company_info table.locations .header {
  background: #fff;
  padding-right: 12px;
  border: none;
  padding-left: 0
}

#company_info table.locations .header:after {
  content: '';
  display: block;
  border-bottom: 1px solid green;
  width: 100px
}

#company_info table.locations tr th {
  background: #eee;
  padding-left: 20px;
  word-break: break-all;
  padding-right: 0
}

#company_info table.locations tr th:after {
  display: none
}

#company_info table.locations td {
  height: 40px
}

#company_info table.name_history {
  width: 100%;
  padding: 0 40px;
  border-spacing: 0;
  margin-top: 40px
}

#company_info table.name_history td {
  width: 100%;
  border: 1px solid rgba(112, 112, 112, .4)
}

#company_info table.name_history p {
  left: 10px
}

#company_info table.name_history .header {
  padding-right: 35px;
  border: none;
  padding-left: 0
}

#company_info table.name_history .header::after {
  content: '';
  display: block;
  border-bottom: 1px solid green;
  width: 100px
}

#company_info table.name_history .red {
  color: red;
  font-weight: 700
}

/*#company_info .company_figure .soshikizu > span {
  width: 4em;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-shrink: 0;
}*/

#company_info .company_figure .header::after {
  content: '';
  display: block;
  border-bottom: 1px solid green;
  width: 100px
}

#company_info table.company_figure {
  width: 100%;
  padding: 0 40px;
  border-spacing: 0;
  margin-top: 40px;
  text-align: center
}

#company_info table.company_figure td {
  background: 0 0
}

#company_info .company_figure {
    padding: 0 40px;
    margin-top: 40px;
    display: flex;
    align-items: center
}

#company_info .company_figure .header {
    font-weight: bold;
    padding-right: 35px
}

#company_info .company_figure img {
    width: 100%;
	max-width: 450px;
    height: auto
}


#project_contents .content_inner {
  overflow: hidden;
  height: unset;
  max-height: 625px
}

#project_contents .content_inner.height {
  height: auto
}

#cert, #projects, #register, #registration {
  width: 100%;
  border-spacing: 0;
  margin: 0 auto
}

#projects {
  width: 100%
}

#registration {
  width: auto;
  margin: 0;
  margin-bottom: 30px
}
#registration td {
  padding: 10px;
}
#cert td, #cert th, #projects td, #projects th, #register td, #register th, #registration td, #registration th {
  border: 1px solid #ccc
}

#cert th, #projects th, #register th, #registration th {
  text-align: center;
  background: #eee;
  height: 40px
}

#projects td, #register td {
  height: 40px;
  padding: 0 10px;
  text-overflow: ellipsis;
  max-width: 600px
}

#projects td span {
  padding: 2px 5px;
  background: green;
  color: #fff;
  margin: 2px;
  font-size: 9px;
  border-radius: 5px;
  text-align: center;
  word-break: keep-all
}

#projects td.table-date {
  white-space: pre;
  text-align: center
}

.table_wrap {
  width: 50%;
  margin: 0 5px
}

.table_wrap span {
  font-weight: 700;
  font-size: 1.1em;
  padding-left: 5px
}

.table_wrap span:after {
  content: '';
  display: block;
  border-bottom: 1px solid green;
  width: 30%
}

#cert, #register {
  width: 100%
}

#cert td {
  padding: 0 10px;
  word-break: keep-all
}

.show_more_btn {
  width: 90%;
  margin: 20px auto
}

.show_more_btn a {
  padding: 10px
}

.show_more_btn span {
  height: 30px;
  text-decoration: underline;
  font-weight: 700
}

.l-footer {
  height: 100px;
  background: #eee;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden
}

.footer-nav {
  display: inline-block
}

.footer-nav ul {
  display: flex;
  justify-content: center
}

.footer-nav ul li {
  padding: 20px 40px
}

.footer-nav ul li a {
  text-decoration: underline
}

.footer-nav ul li a:hover {
  text-decoration: none
}

.footer-row {
  display: block;
  position: relative
}

.footer-logo {
  width: calc(100vw/20);
  max-width: 80px;
  left: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.iconstruct img {
  width: calc(100vw/9);
  right: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.service_img_wrap {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px
}

.service_img {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 30px auto
}

.service_img span {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 1.1em
}

.service_img img {
  width: 100%;
  height: 100%
}

@media screen and (max-width:1500px) {
  .logo {
    margin-left: 2vw
  }
  .logo a img {
    height: 40px
  }
  .sec-title-service {
    visibility: visible
  }
  .sec-title {
    transform: rotate(0);
    font-size: 4em;
    position: relative;
    padding-left: 30px;
    width: auto
  }
  .sec-title-contact, .sec-title-topic {
    top: 0
  }
  .tile-title h3 {
    margin-bottom: 0
  }
  .tile-title {
    padding: 10px
  }
  .letter_vert.white {
    color: #000
  }
  .body_contents {
    padding: 0 10px 10px
  }
  .body_contents p:first-child {
    padding-top: 5px
  }
  .body_contents p {
    padding-bottom: 10px
  }
  .tile-wrap {
    top: 0;
    position: relative
  }
  /*#service {
    height: auto
  }*/
  #contact_form, .news {
    padding: 0
  }
  .row:first-child {
    margin-top: 10px
  }
}

@media screen and (max-width:1280px) {
  main {
    width: 95%
  }
  main section {
    max-width: 100%
  }
  #contact .content-wrap, #service .content-wrap, #topics .content-wrap, .content-wrap {
    min-width: auto;
    width: 100%
  }
  #company_inner:before, main section:before {
    height: 140px
  }
  main section:first-of-type:before {
    height: 70px
  }
  .sub_sec_title h3:after {
    width: 60%
  }
  #header_bg {
    height: 600px
  }
  .content_col_2 {
    width: 100%
  }
  .site-nav {
    top: 60px;
    background: #fafafa
  }
  .site-nav ul {
    display: flex;
    float: none;
    justify-content: center;
    width: 100%;
    margin: 0
  }
  .catchcopy {
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    height: 200px;
    text-align: center;
    font-size: calc(100vw/25);
    min-height: 0
  }
  .catch-small {
    bottom: 20px;
    font-size: 1em
  }
  .sub-menu-title {
    display: none
  }
  .iconstruct img {
    left: 2.5%;
    top: 80%
  }
  .footer-logo {
    left: 2.5%
  }
}

@media screen and (max-width:1135px) {
  .sub-menu-title {
    display: none
  }
}

@media screen and (max-width:768px) {
  body {
    font-size: 12px
  }
  #header_bg {
    background: url(../images/bg_main_smp.jpg) no-repeat top center
  }
  #survey .body_inner_bg_media {
    background-image: url(../images/survey_smp.jpg)
  }
  #construction .body_inner_bg_media {
    background-image: url(../images/talk_smp.jpg)
  }
  #compensation .body_inner_bg_media {
    background-image: url(../images/desk_smp.jpg)
  }
  .m_header__menu_btn.main {
    display: block
  }
  .i-construct-header {
    display: none
  }
  .site-nav ul {
    display: none
  }
  .content-wrap {
    min-width: unset;
    width: 100%
  }
  #header_bg {
    height: 70vh
  }
  header.header_nav {
    height: 60px;
    z-index: 999998
  }
  .gnav-wrap {
    height: 60px;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .15)
  }
  .logo {
    line-height: 60px;
    margin-left: 1vw
  }
  .logo a img {
    height: 7.5vw;
    max-height: 50px
  }
  .catchcopy {
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    font-size: calc(100vw/20);
    min-height: 0;
    text-align: center
  }
  .catch-small {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    height: unset;
    font-weight: 100;
    bottom: 10px
  }
  #service {
    height: unset
  }
  .sec-title {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    font-size: 3.5em
  }
  .tile-wrap {
    flex-direction: column;
    position: relative
  }
  .tile {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px
  }
  .top_sec_bg_inner.lt {
    display: none
  }
  .tile-title {
    background: rgba(0, 0, 0, .85);
    padding: 0 15px
  }
  .tile-title h3 {
    margin: 0
  }
  .body_contents {
    visibility: visible;
    opacity: 1;
    margin-top: 200px
  }
  .body_contents a div, .body_inner {
    min-height: 100px
  }
  .body_inner_bg_wrapper {
    z-index: 0;
    top: -200px
  }
  .body_inner_bg_media {
    height: 200px
  }
  #topics {
    max-height: none
  }
  .row {
    display: block
  }
  .top_sec_bg_inner.bottom_rt {
    display: none
  }
  #contact_form {
    padding: 0 20px
  }
  /*.news {
    padding-top: 5px
  }*/
  .disclaimer_article {
    width: auto
  }
  .news .date {
    font-size: 1em
  }
  .news-link {
    display: block;
    border-bottom: solid 1px green
  }
  .news li {
    display: block;
    padding: 25px 0 0 0
  }
  #news_more {
    padding-left: 0;
    width: 100%;
    margin: 30px 0;
    display: block;
    font-size: 1.1em
  }
  #news_more .g_arrow {
    padding-left: 30px
  }
  .thumbnail {
    float: unset;
    margin-left: 0;
    width: 100%
  }
  .thumbnail img {
    width: 100%
  }
  .contact_button_inner {
    width: 100%
  }
  #submit a {
    width: 100%
  }
  .row button {
    padding: 20px
  }
  .l-footer {
    height: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid green
  }
  .footer-nav ul {
    display: block;
    padding-top: 20px
  }
  .footer-nav ul li {
    padding: 10px 0
  }
  .footer-logo {
    display: none
  }
  .footer-row {
    width: 80%;
    margin: 0 auto
  }
  .iconstruct img {
    position: unset;
    margin-top: 30px;
    width: 50%
  }
  .sub_sec_title h3 {
    font-size: calc(100vw/15);
    min-height: 0
  }
  .sub_sec_title, .sub_sec_title_desc dl {
    width: 90%;
    margin: 0 auto
  }
  .service_row {
    text-align: center;
    margin: 10px auto;
    width: 90%;
    display: block
  }
  .service_row_desc {
    margin: 0 auto;
    padding: 25px 0;
    width: 90%
  }
  .service_row_desc.pt2 {
    width: 90%
  }
  .service_row_desc p, .service_row_desc ul {
    text-align: left
  }
  .service_row_desc h4:after {
    width: 100%
  }
  .service_img_wrap {
    width: 90%
  }
  .service_img {
    width: 100%
  }
  #projects td span {
    white-space: nowrap;
    display: flex
  }
  .content_col_2 {
    display: block;
    margin-top: 0
  }
  .table_wrap {
    width: 90%;
    margin: 0 auto
  }
  #register {
    margin-bottom: 20px
  }
  #cert td {
    word-break: normal
  }
  .table_wrap span:after {
    width: 100%
  }
  .sub_header_bg {
    margin-top: 60px;
    height: 250px
  }
  .page_title {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    text-align: center;
    position: relative;
    font-size: 5vw
  }
  .page-top-return {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    background: #eee;
    border-radius: 0
  }
  .page-top-return a {
    background: url(../images/arrow_g_u.svg) center center no-repeat;
    background-size: 15px 15px;
    width: 100%
  }
  #company_message .content_inner {
    display: block;
    text-align: center
  }
  #company_message .content_inner img {
    min-height: 200px;
    width: 90%
  }
  .message_signature {
    right: 20px
  }
  #company_info table.info {
    border-spacing: 25px
  }
  #company_info .locations td {
    padding-left: 0;
    text-align: center
  }
  #company_info .info tr {
    display: flex;
    flex-direction: column
  }
  #company_info .info tr th {
    padding-top: 10px
  }
  #company_info .info tr td {
    min-height: 40px;
    display: flex;
    align-items: center
  }
  #company_info table.locations {
    padding: 0 25px
  }
  #company_info .locations .header {
    display: none
  }
  #company_info .name_history .header {
    display: none;
  }
  #company_info .name_history caption,
  #company_info .locations caption {
    text-align: left;
    font-weight: bold;
    height: 40px;
    padding: 0 25px 0 30px;
  }
  #company_info .name_history caption::after,
  #company_info .locations caption::after {
    content: '';
    display: block;
    border-bottom: 1px solid green;
    width: 100%;
  }
  #company_info table.locations tr th {
    padding: 0;
    text-align: center;
  }




  #company_info .company_figure {
    display: block;
    padding: 0 20px;
  }
  #company_info .header {
    font-weight: bold;
    padding: 0 0 0 5px;
    margin-bottom: 10px;
  }
  #company_info .header::after {
    content: '';
    display: block;
    border-bottom: 1px solid green;
    width: 100%;
  }


  #company_info table.name_history {
    padding: 0 25px;
  }

  #company_info .company_figure .header {
    padding: 0 0 0 5px;
  }
  #company_info .company_figure .header::after {
    width: 100%;
  }


  .message_content {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1em;
    line-height: normal;
    text-align: left;
  }
  .catch-small {
    font-size: .8em;
    bottom: 25px
  }
  .content-section {
    width: 90%;
    margin: 50px auto
  }
  .content-section h4:after {
    width: 100%;
  }


}

@media screen and (max-width:375px) {
  .catchcopy {
    height: 150px
  }
}

@media print {
  #rct_job .section_inner, #rct_job .section_inner .t_contents_inner.text_wrap, main {
    width: 100%
  }
  main {
    margin-top: 100px
  }
  .m_header__logo {
    position: relative
  }
  .nav_menu, .nav_menu.is-active, .nav_menu.main.is-active, .top_sub, header {
    display: none!important
  }
}



@media screen and (min-width:769px) {
  #company_info .name_history caption,
  #company_info .locations caption {
    display: none;
  }
}