@charset "utf-8";
/*
Theme Name: atlas
Template: xeory_extension
Author: 株式会社TOP ONE
*/

/*
基本設定
ヘッダー
ナビ
トップページ
お知らせ
問い合わせ
事業実績
事業内容
  測量業務
レスポンシブ
*/

/* ----------------------------------------
* 基本設定
---------------------------------------- */
body{
  background-image: none;
}
.page .post-content a {
  text-decoration: underline;
  color: #3653A1;
}
.page .post-content a:hover {
  text-decoration: none;
}
@font-face {
  font-family: "Noto-Bold";
  src: url("fonts/NotoSansMonoCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto-Regular";
  src: url("fonts/NotoSansMonoCJKjp-Regular.woff") format("woff");
}
body.home #main_visual2 p,
body.home .front-main-cont .front-cont-header .cont-title {
  font-family: "Noto-Bold";
}
body.home #front-contents h3,
.tel span.number,
.c_box_inner .number,
body.page .post-title,
body.page h2 {
  font-family: "Noto-Regular";
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}


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

anime

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


.f-a {
  animation-name: fadein;
  animation-duration: 1s;
  animation-delay: .4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadein {
  0% {opacity: 0; }
  100% {opacity: 1; }
}


/*ボタン*/
.btn {
  border-radius: 5px;
  background: #47B39D;
  color: #fff;
  margin: 0 auto;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  /*width: 50%;*/
  padding: 16px 20px;
  text-align: center;
  border: none;
}
.btn:hover,
body.home #front-contact .c_box_inner input[type=submit]:hover {
    opacity: 0.8;
  text-decoration: none;
}

.btn-w {
  background: #fff;
  color: #39549f;
  text-shadow: none;
}
.fa-chevron-circle-right {
  margin-left: 3px;
}
/*Googleマップレスポンシブ*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

/*固定ページ*/
body.page .post-title {
  text-align: center;
  color: #3653A1;
}
body.page .post-title span,
body.page h2 span {
  display: block;
  font-weight: normal;
  font-size: 50%;
  text-transform: uppercase;
  color: #241913;
}



article.page {
  border: 0;
}
#content {
  padding-top: 0;
}
.breadcrumb-area {
  border-bottom: 0;
  background-color: #f7f7f7;
}
article.page .post-header {
  padding: 0 64px 30px;
}

/*テーブル*/
.post-content table {
  width: 100%;
  border: none;
  border: 1px solid #ccc;
}
.post-content table tbody th {
  background: #3c559e;
  color: #fff;
}
.post-content table tbody td {
  background: #fff;
}
.post-content table tbody th,
.post-content table tbody td {
  padding: 20px;
  border: none;
  border: 1px solid #ccc;
}
.post-content table ul {
  margin: 0; 
}

/*見出し*/
body.page h2 {
  background: none;
  border: none;
  color: #3653A1;
  text-align: center;
}

a{}
.btn-big-wrapper {
  text-align: center;
}
.btn-big-wrapper a{
  display: inline-block;
  background: #1AA466;
  color: #fff !important;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  padding: 30px 60px;
  font-weight: bold;
  text-decoration: none !important;
}

.btn-big-wrapper a:hover{
  text-decoration: none;
  opacity: .8;
}



/* ----------------------------------------
* ヘッダー
---------------------------------------- */
#header {
  background: #FFF;
  /*border-top: 3px solid #3653A1;
  border-bottom: 3px solid #20201E;*/
  height: auto;
}
#header a {
  color: #000;  
}

.header-inner{
  padding: 0;
}

#logo {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}

#logo img {
  width: 200px;
  height: auto;
  margin:0 20px;
}

#header #logo h1 {
font-size: 14px;
margin: 0;
padding: 0px;
}

.tel {
  float: right;
  line-height: 18px;
  padding: 30px 0;
  margin-left: 20px;
}
.tel span {
  display: block;
  font-size: 0.7rem;
}
.tel span.number {
  font-size: 1.2rem;
  font-weight: bold;
  color: #3653A1;
}


/* ----------------------------------------
* gloval nav & primary nav　ナビ
---------------------------------------- */
#gnav {
  background: #FFF;
}
#gnav ul li  {
  margin: 0 !important;
  padding: 0;
}
#gnav ul li a {
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  background: #FFF;
  text-decoration: none;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;

}
#gnav ul li:hover a {
  background: #2D579A;
}
#gnav ul li a {
  font-size: 1rem;
}
#gnav ul li.current-menu-item a {
  background: #39549f;
}
#gnav ul li.current-menu-item a {
  color: #fff;
}



/* ----------------------------------------
* CTA 
---------------------------------------- */
#cta-section{
  background-color: #f7f7f7;
}
.cta-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}


#cta-section .lead{
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

.cta-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-wrapper .box{
  margin: 0 30px;
}

.tel-cta{
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  padding-top: 10px;
}

.tel-cta span{
  color: #1AA466;
  margin-right: 10px;
}

.tel-cta a{
  color: #000;
}
.tel-cta p{
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}

.btn-cta{

}

.btn-cta a{
  display: block;
  background: #1AA466;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  padding: 30px 50px;
  font-weight: bold;
}

.tel-cta a:hover,
.btn-cta a:hover{
  text-decoration: none;
  opacity: .8;
}



/* ----------------------------------------
* フッター
---------------------------------------- */
#footer {
  border-top: none;
}
.footer-01 {
  padding: 0px 0 48px 0;
}
#footer-brand-area {
  border: none;
  margin-bottom: 0;
  font-size: inherit;
}
.footer-01 .footer-address {
  text-align: left;
}
#footer-cont-content ul li:before {
  content: '\f0da';
}
#footer-content-area #footer-cont-content ul li.child ul li:before {
  content: '\f105';
}
li.child {
    margin-left: 1rem;
}




/* ----------------------------------------
* トップページ
---------------------------------------- */
/*ヘッダー映像*/
body.home #main_visual2 {
  height: 550px;
  background: url(images/header-bg.jpg);
  background-size: cover;
  background-position: center center;
}
body.home #main_visual2 .wrap_main_visual {
  background: url(images/bg_main.png);
}
body.home #main_visual2 p {
    font-size: 27px;
    padding: 210px 0;
    margin: 0 auto;
    color: #fff;
    text-shadow:2px 2px 3px #000000;
    text-align: center;
}
#main_visual {
  position: relative;
  overflow: hidden;
  height: 600px; !important
}
#main_visual video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-wrap {
  position: relative;
  background-image: url(images/bg_main.png);
}
.video-wrap p {
  font-family: serif;
  color: #fff;
  font-size: 400%;
  position: absolute;
  left: 30%;
  top: 200px;
  z-index: 1;
}

/*Header with Video*/
.kont {
  position: relative;
  max-height: 800px;
  overflow: hidden;
}

.kont video {
  width: 100%;
  height:auto;
}

.kont .ent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*background: rgba(28,31,39, 0.6)*/
  background-image: url(images/bg_main.png);
}

.ent {
  width: 100%;
  height: auto;
  position: absolute;
}

.kont .ent .text{
    width:100%;
    color:white;
    text-shadow:0 1px 1px black;
    text-align:center;
    top:50%;
       transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position:relative;
    text-transform:uppercase;
    font-weight:700;
    font-family: "Noto-Regular";
    font-size: 2rem;
    text-shadow:0px 0px 10px rgba(0,0,0,0.8);
    }
.kont .ent .text .title{
    font-size: 2.4rem;
    margin-bottom: 30px;
    }
 
.kont .ent .text .name{
    font-size: 1.2rem;
    }



.kont .catch{
  /*position: absolute;*/
  position: fixed;
  bottom:30px;
  right:30px;
  z-index: 101;
  width: 320px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.kont .catch img{
}

.kont .close-btn{
  cursor: pointer;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  position: absolute;
  right:-10px;
  top:-10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainview-catch {
    -moz-transition: width .2s ease-out;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}
.mainview-catch-inn {
  position: relative;
  border: 3px solid #fff;
}
.mainview-catch-inn .text{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #1AA466;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
}
.mainview-catch-inn .text span{
  display: inline-block;
  margin-left: .5rem;
  background-color: #fff;
  color: #000;
  font-size: .9rem;
  padding: .1rem .5rem;
}


.mainview-catch.hidden {
    opacity: 0;
    visibility: hidden;
  }

  .btn-cta a{
  display: block;
  background: #1AA466;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  padding: 30px 60px;
}



body.home #content {
  padding: 0;
}
body.home #front-contact,
/*body.home #front-contents .c_box.c_box_left,*/
body.home #front-company .c_box {
  background: url(images/p4.png);
}

body.home #front-contents .c_box{
  border-bottom: none;
}

.c_box_inner .number {
  font-size: 3.5em;
}
.fa-phone {
  margin-right: 5px;
}
.news {
  margin-bottom: 2rem;
}
.news a {
  color: #ffffff;
}
span.dateandcate {
  margin-right: 3rem;
}
body.home #content .main-inner .bg-grid,
.footer-01,
body.home #front-company {
  background: url(images/bg-grid.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
  body.home #content .main-inner .bg-grid,
  .footer-01,
  body.home #front-company {
    background: url(images/bg-grid-retina.jpg);
    background-size: 25%;
  }
}
.bg-grid {
  color: #fff;
}
body.home #front-contents .c_number {
  background: #39549f;/*メインカラーの青*/
}
body.home #front-contents h3,
body.home .front-main-cont .front-cont-header .cont-title {
  color: #39549f;/*メインカラーの  青*/
}
body.home .front-main-cont .front-cont-header {
  background: #fff;
  color: inherit;
}
body.home .front-main-cont .tri-border span {
  border-top: 18px solid #ffffff;
}
body.home #front-contents .c_text .c_btn a,
body.home #front-contact .c_box_inner input[type=submit] {
  background: #1AA466;
  font-size: inherit;
}
.c_text .c_btn a:after {
  font-family: FontAwesome;
  content: '\f138';
  margin-left: 3px;
}
body.home #front-contact .c_box_inner p {
  color: inherit;
}
time {
    color: #fff;
}
body.home #front-company dl#front-company-1 dt {
  border-top: 1px solid #fff;
}
body.home .front-main-cont .front-cont-header .cont-ruby {
  color: initial;
}
.entry .hissu{
    padding-left: 5px;
    color: red;
    background: none;
    font-size: 24px;
}


.jobList{

    margin: 0 auto;
}

.jobList p{
  width: 80%;
    margin: 0 auto 50px;
}

.jobList h2 {
    padding:5px 10px;  /*内側の余白*/
    border-bottom:3px solid #333;  /*下線の太さ 種類 色*/
}
.post_content .jobList h2 {
    text-align: left;
    position: relative;
    line-height: 2em;
    padding-left: 3em;

}


.jobList>li{
    margin-bottom: 50px;    
}

.jobList .head {
    padding: 20px 0;
  
}

.jobList h2{
    
    font-size: 2.3rem;
}

.jobList h2 br{
    display: none;
}
.jobList .entry_btns {
    width: 100%;
    margin: 0 auto 200px;
}
.jobList li{
    list-style: none;
    width: 48%;
}
.entry_btns li:first-child {
    float: left;
}
.jobList a.btn-square{
    /*position: relative;
    display: inline-block;
    padding: 1rem 0;
    text-decoration: none;
    color: #FFF;
    background: #e99ac1;
    border: solid 1px #d490b2;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
    
    text-align: center;
    display: block;
    padding: 24px;
    padding-left: 32px;
    border: 1px solid #333;
    font-size: 133%;
    text-align: center;
    background-color: transparent;
    color: #333;

}
.jobList .entry_btns li:first-child+li {
    float: right;
}
ul.requirements--links{
  margin-left: 0;
  padding-left: 0;
}
.page .requirements--links li a{
  text-decoration: none;
  font-weight: 700;
}
.requirements--links li a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
.requirements--links li.single{
  float: none;
  width: 50%;
  margin: 0 auto;
}


.front-link-section{
  background-color: #eee;
}

.front-link-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* なくてもOK */
  gap: 50px; /* ← 均等に余白を設定 */
  padding: 50px;
}

.front-link-wrapper .box{
  flex: 1 1 calc(33.333% - 50px); /* gap分を引いて計算 */
  background-color: #000;
  padding-top: 280px;
  position: relative;
}


.front-link-wrapper .box a{
  content: "";
  display: block;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%; 
  z-index: 6;
}
.front-link-wrapper .box a:hover{
background-color: rgba(255,255,255,.2);
}

.front-link-wrapper .box .text{
  position: relative;
  z-index: 5;
background-color: rgba(255,255,255,1);
padding: 40px;
height: 100%;
}
.front-link-wrapper .box .title{
  font-size: 24px;
  font-family: "Noto-Regular";
  color: #39549f;
  margin-bottom: 15px;
}
.front-link-wrapper .box .dec p{
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.box-recruit::after,
.box-works::after,
.box-about::after{
  position: absolute;
  z-index: 1;
  top:0;
  left: 0;
  content:"";
  width: 100%;
  height: 100%;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.box-recruit::after{
   background-image: url(images/front-link-recruit.jpg);
}
.box-works::after{
  background-image: url(images/front-link-works.jpg);
}
.box-about::after{
  background-image: url(images/front-link-about.jpg);
}



/* ----------------------------------------
* 動画
---------------------------------------- */
  .video-wrap{max-width:900px;margin:2rem auto}
  /* 縦横比キープ（16:9） */
  .ratio{position:relative;aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden}
  .ratio > video{width:100%;height:100%;object-fit:contain;display:block}
  figcaption{font:14px/1.6 system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;color:#555}

.movie-section{
  background: url(images/bg-grid.jpg);
  padding: 60px 20px;
}


.movie-section .title-wrapper{
  text-align: center;
  color: #fff;
}
.movie-section .title-wrapper h2{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}


/* ----------------------------------------
* 下層
---------------------------------------- */
.headline-wrapper{
  padding: 40px 0 70px;
  background-color: #f7f7f7;
}
.headline-wrapper .headline{
  text-align: center;
  font-weight: bold;
}

.headline-wrapper .headline-title{
  font-size: 34px;
  color: #3653A1;
}

.headline-wrapper .headline span{
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}

.contents{
  padding: 60px 0;
}

      
/* ----------------------------------------
* 採用
---------------------------------------- */


.recruit-head-wrapper{
  background-color: #39549f;
  padding: 40px;
}
.recruit-head-wrapper .catch {
  text-align: center;
  color: #fff;
}
.recruit-head-wrapper .catch p{}
.job-list-wrapper {}
.job-list-wrapper ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.job-list-wrapper ul li{
  margin: 0 1rem;
}

.job-list-wrapper ul li a{
  display: block;
  background-color: #fff;
  text-decoration: none !important;
  padding: 15px 30px;
}



.recruit-top{
  margin-bottom: 10px;
  background-color: #f7f7f7;
}


.recruit-top dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-top dt {
  width: 50%;
  padding:0;
  margin: 0;
}
.recruit-top dt img{
  width: 100%;
  height: auto;
}
.recruit-top dd {
  width: 50%;
  padding:50px;
  margin-left: 0 !important;
}
.recruit-top dd p{
  margin: 0;
  padding: 0;
}


/* ----------------------------------------
* お知らせ
---------------------------------------- */
.side-widget a {
  display: initial;
}
.post-meta-area .post-meta-comment {
  display: none;
}
/* ----------------------------------------
* お問い合わせ
---------------------------------------- */
.contact-type {
  margin-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #E7E7E7;
  padding: 40px 0;
}
.contact-type p {
  margin-bottom: 0;
}
.contact-type span.number {
  font-size: 2rem;
  font-family: "Noto-Regular";
  line-height: 100%;
  display: block;
}
.number-tel {
  color: #15A361;
}
/*.contact-type .fa {
  font-size: 1.7rem;
}*/
.fa-fax {
  margin-right: 5px;
}
.hissu {
  background: #1ca161;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 3px 6px;
  margin-left: 10px;
  border-radius: 2px;
}
.wrap-t {
  margin-bottom: 30px;
}
.wrap-t:after {
  content:" ";
  display:block;
  clear:both;
}
.wpcf7-form .td,
.wpcf7-form .th {
  float: left;
}
.wpcf7-form .th {
  background: #3c559e;
  color: #fff;
  width: 30%;
  padding: 1rem;
} 
.wpcf7-form .td {
  border: 2px solid #E7E7E7;
  width: 70%;
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  border: none;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
textarea {
  padding: 1rem;
  background-color: #f7f7f7;
  border: 1px solid #ddd !important;
}

form input[type="submit"] {
  background: #229f61;
  padding: 30px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  max-width: 260px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
}

form input[type="submit"]:hover {
  opacity: .8;
}

.form-btn-wrapper{
  text-align: center;
}

.wpcf7-spinner{
  display: block;
}

.mw_wp_form_confirm .td {
  padding: 0.9rem;
}
.wpcf7-form .th {
  margin-bottom: 5px;
}

 .wpcf7 p {
display: inline;
}

body.home #front-contact .c_box_inner input[type=text], body.home #front-contact .c_box_inner input[type=tel], body.home #front-contact .c_box_inner input[type=email], body.home #front-contact .c_box_inner input[type=url], body.home #front-contact .c_box_inner textarea {
  width: 100%;
}
.invalid .td {
    border: none;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
    border: none;
    background: #e2e2e2;
    padding: 1rem;
    border: 1px solid #ccc;
}
/* ラジオと文字を1行に並べる */
.wpcf7-form .wpcf7-list-item label {
  display: inline-flex;           /* 横並び */
  align-items: center;            /* 縦位置そろえ */
  gap: .4em;                      /* すき間 */
}

.wpcf7-form .wpcf7-list-item-label {
  display: inline;                /* テーマの block 指定を打ち消す */
}

/* 連なりを横並びで並べたい場合 */
.wpcf7-form .wpcf7-list-item {
  display: inline-block;
  margin-right: 1em;
}

/* 文字が改行されてしまう場合は（任意） */
.wpcf7-form .wpcf7-list-item label { white-space: nowrap; }  /* 1行死守 */

/* ----------------------------------------
* 事業実績
---------------------------------------- */
body.page-id-30 h2 {
text-align: left;
margin: 0;
padding: 0;
}
body.page-id-30 .post-content ul {
  margin: 0;
}
.post-content .row {
  margin-bottom: 100px;
}
.post-content .row:last-child {
  margin: 0;
}
.post-content .row .gr6 {
  padding: 20px;
}
.post-content .row:nth-child(even) .gr6 {
  float: right;
}
.headcomment {
  text-align: center;
  font-size: 1.2rem;
}
.headcomment span {
  border-bottom: 4px #25A069 solid;
  padding-bottom: 10px;
}

/* ----------------------------------------
* 事業内容
---------------------------------------- */
/*親ページ*/
/*.one-column #content .wrap-full {
  width: 100%;
}*/
.wrap-full .c_box {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.wrap-full .c_box:last-child {
  border-bottom: none;
}
.wrap-full .c_box.c_box_left .c_box_inner {
  float: left;
  z-index: 10;
}
.wrap-full .c_box_inner {
  width: 54%;
  padding-bottom: 32px;
}
.wrap-full .c_box.c_box_left .c_box_inner {
    float: left;
    z-index: 10;
}
.wrap-full .c_box.c_box_right .c_box_inner {
    float: right;
}
.wrap-full .c_box.c_box_left .c_img_box {
  right: 0;
  background-position: center top;
  background-image: url(https://atlas0014.co.jp/wordpress/wp-content/uploads/2017/10/front-service-img01.jpg);
}
.wrap-full .c_box.c_box_right .c_img_box {
  left: 0;
  background-position: center top;
  background-image: url(https://atlas0014.co.jp/wordpress/wp-content/uploads/2017/10/front-service-img02.jpg);
}
.wrap-full .c_box:last-child .c_img_box {
  background-image: url(https://atlas0014.co.jp/wordpress/wp-content/uploads/2017/10/front-service-img03.jpg);
}
.wrap-full .c_img_box {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap-full .c_number {
  background: #39549f;
  color: #fff;
  display: inline-block;
  padding: 40px 12px 8px;
  margin-bottom: 32px;
  margin-top: 0;
}
.wrap-full h3 {
  color: #39549f;
  font-family: "Noto-Regular";
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.4;
}
.wrap-full h4 {
  font-size: 24px;
  margin-bottom: 28px;
  margin-top: 0;
  font-weight: normal;
}
body.home #front-contents .c_text p {

}
.wrap-full .c_text p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 48px;
}
.one-column #content .wrap-full .wrap {
  /*width: 1200px;*/
}
.wrap-full article.page {
  margin-bottom: 0;
}
.page-id-32 #content {
  padding-bottom: 0;
}
.wrap-full .c_text .c_btn a {
  border-radius: 5px;
  color: #fff;
  background: #1AA466;
  font-size: inherit;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  width: 30%;
  padding: 12px;
  text-align: center;
}
.wrap-full .c_text .c_btn a:hover {
  opacity: 0.8;
}

/* ----------------------------------------
* 測量業務
---------------------------------------- */
body.page-id-101 h2 {
  text-align: left;
  padding: 0;
  margin: 0;
}
body.page-id-101 .post-content ul {
  padding: 0;
  margin: 0;
}
p.mgn-b0 {
  margin-bottom: 0;
}



.move{ /*youtubeレスポンシブル用*/
position: relative;
width: 100%;
padding-top: 56.25%;
}
.move iframe{ /*youtubeレスポンシブル用*/
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.page-id-105 table {
  font-size: 0.8rem;
}
.page-id-105 table th {
  font-weight: bold;
}
.page-id-105 table tbody td,
.page-id-105 table tbody th {
  border: 4px solid white;
}



/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
@media screen and (max-width: 991px) {
  /*ヘッダー*/
  #header-nav-btn a,
  #gnav-sp {
    background: #e6e6e6;
  }
  #gnav-sp .wrap a {
    color: inherit;
  }
  .tel {
    display: none;
  }
  /*ナビ*/
  #gnav-sp #header-cont-content li a {
    color: #241913;
  }

  article.page .post-content {
    padding: 0;
  }

  /*事業内容*/
  .wrap-full .c_box.c_box_left .c_box_inner,
  .wrap-full .c_box.c_box_right .c_box_inner {
    width: 100%;
    float: none;
  }
  .wrap-full .c_box.c_box_left .c_title,
  .wrap-full .c_box.c_box_right .c_title {
    text-align: center;
  }
  .wrap-full .c_box.c_box_left .c_img_box,
  .wrap-full .c_box.c_box_right .c_img_box {
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
  }
  .wrap-full .c_box.c_box_left .c_text h4,
  .wrap-full .c_box.c_box_right .c_text h4,
  .wrap-full .c_box.c_box_left .c_btn,
  .wrap-full .c_box.c_box_right .c_btn {
    text-align: center;
  }
  .wrap-full .c_box.c_box_left .c_btn a,
  .wrap-full .c_box.c_box_right .c_btn a {
    margin-right: auto;
    margin-left: auto;
  }

}

@media screen and (max-width: 767px) {
  /*ヘッダー*/

  #header {
    height: auto;
  }


  #header #logo {
    margin: 0 auto;
        height: auto;
        line-height: auto;
  }

#header #logo {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0!important;
}

#header #logo h1{
    font-size: 12px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

    #header #logo {}




.kont .catch{
  /*position: absolute;*/
  position: fixed;
  bottom:10px;
  right:10px;
  width: 170px;
}

.kont .catch img{
}

.kont .close-btn{
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  position: absolute;
  right:-10px;
  top:-10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainview-catch-inn .text{
  position: relative;
  padding: 5px;
  font-size: 10px;
}

.mainview-catch-inn .text span{
  margin-left: .4rem;
  font-size: 9px;
  padding: .1rem;
}



.mainview-catch.hidden {
    opacity: 0;
    visibility: hidden;
  }



.btn-big-wrapper {
  text-align: center;
}
.btn-big-wrapper a{
  display: inline-block;
  background: #1AA466;
  color: #fff !important;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  font-weight: bold;
  text-decoration: none !important;
}


/* ----------------------------------------
* 採用
---------------------------------------- */


.recruit-head-wrapper{
  background-color: #39549f;
  padding: 20px;
}
.recruit-head-wrapper .catch {
  text-align: center;
  color: #fff;
}
.recruit-head-wrapper .catch p{}
.job-list-wrapper {}
.job-list-wrapper ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.job-list-wrapper ul li{
  margin: .5rem;
}

.job-list-wrapper ul li a{
  padding: 15px;
  font-size: 14px;
}



.recruit-top{
  margin-bottom: 10px;
  background-color: #f7f7f7;
}


.recruit-top dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-top dt {
  width: 100%;
  padding:0;
  margin: 0;
}
.recruit-top dt img{
  width: 100%;
  height: auto;
}
.recruit-top dd {
  width: 100%;
  padding:20px;
  margin-left: 0 !important;
}
.recruit-top dd p{
  margin: 0;
  padding: 0;
}



/* ----------------------------------------
* CTA 
---------------------------------------- */
#cta-section{
}
.cta-inner{
  padding: 30px 15px;
}


#cta-section .lead{
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.cta-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cta-wrapper .box{
  margin:10px 0;
}

.tel-cta{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.tel-cta span{
  color: #1AA466;
  margin-right: 10px;
}

.tel-cta a{
  color: #000;
}


.btn-cta{

}

.btn-cta a{
  font-size: 16px;
  padding: 15px;
}

.tel-cta a:hover,
.btn-cta a:hover{
  text-decoration: none;
}





  /*フッター*/
  .footer-01 {
    padding-bottom: 0;
  }
  #footer-content-area #footer-cont-content li a {
    padding: 10px 12px 10px 14px;
    display: block;
  }
  #footer-content-area #footer-cont-content li {
    border-bottom: 1px solid #173466;
  }
  #footer-content-area #footer-cont-content ul li.child {
    border: none;
  }
  #footer-content-area #footer-cont-content ul li.child ul {
    display: none;
  }
  #footer-content-area #footer-cont-content  ul li:before {
    content: none;
  }
  #footer-content-area #footer-cont-content ul li.child ul li:before {
    content: none;
  }
  #footer #footer-cont-content,
  #footer #footer-content-area {
    padding: 0;
  }

  .post-content table {
    overflow-x: inherit;
    white-space: inherit;
  }
  .post-title {
    font-size: 32px;
  }

  /*問い合わせ*/
  .mw_wp_form .td,
  .mw_wp_form .th {
    float: none;
    width: 100%;
  }
  .contact-type {
    margin-bottom: 0;
    padding: 20px 0;
  }
  .contact-type .gr6 {
    margin-bottom: 20px;
    text-align: center;
  }

  /*事業実績*/
  .headcomment span {
    padding-bottom: 0;
  }

  /*事業内容*/
  .wrap-full .c_text .c_btn a {
    width: 100%;
  }

}

@media screen and (max-width: 600px) {
  /*ヘッダー動画*/
  .title {
    top: 10%;
    font-size: 80%;
  }
  .kont video {
    display: none;
  }
  .kont {
    height: 400px;
    background-color: black;
    background: url(images/header-bg.jpg);
    background-size: cover;
    background-position: center center;
  }
  .kont .ent {
    background: url(images/bg_main.png);
  }


.kont .ent .text{
    font-size: 1rem;

    }
.kont .ent .text .title{
    font-size: 1.5rem;
    margin-bottom: 10px;
    }
 
.kont .ent .text .name{
    font-size: .9rem;
    }



.front-link-section{
}

.front-link-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* なくてもOK */
  gap: 20px; /* ← 均等に余白を設定 */
  background-color: #fff;
  padding: 20px;
}

.front-link-wrapper .box{
  flex: 1 1 calc(100% - 20px); /* gap分を引いて計算 */
  padding-top: 200px;
  position: relative;
}
.front-link-wrapper .box .text{
padding:25px;
height: 100%;
}
.front-link-wrapper .box .title{
  font-size: 24px;
  font-family: "Noto-Regular";
  color: #39549f;
  margin-bottom: 15px;
}
.front-link-wrapper .box .dec p{
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.box-recruit::after,
.box-works::after,
.box-about::after{
  position: absolute;
  z-index: 1;
  top:0;
  left: 0;
  content:"";
  width: 100%;
  height: 100%;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;

}


.box-recruit::after{
   background-image: url(images/front-link-recruit.jpg);
}
.box-works::after{
  background-image: url(images/front-link-works.jpg);
}
.box-about::after{
  background-image: url(images/front-link-about.jpg);
}



  .block {
    display: block;
  }

  .btn {
    width: 80%;
  }

  /*トップページ*/
  span.dateandcate {
    display: block;
  }
  .c_box_inner .number {
    font-size: 2rem;
  }
  /*メインビジュアル*/
  body.home #main_visual2 {
    height: 400px;
  }
  body.home #main_visual2 p {
    font-size: 20px;
    padding: 90px 0;
    width: 70%;
  }

  .post-content table tbody th,
  .post-content table tbody td {
    display: block;
  }


  .page-id-105 table tbody th,
  .page-id-105 table tbody td {
    display: table-cell;
  }

   .post-content table tbody th {
    border-bottom: 0;
  }

    /*問い合わせ*/
  .wpcf7-form .td,
  .wpcf7-form .th {
    float: none;
    display: block;
    width: 100%;
  }
  .wpcf7-form .th {
    margin: 0;
  }
  .wpcf7-form .td {
    border-top: none;
  }

  form input[type="submit"],
  body.home #front-contact .c_box_inner input[type=submit] {
    width: 100%;
  }






}

