@charset "utf-8";

/*nav*/

.header {
	margin: 0 auto;
	position: fixed;
	background-color: #fff;
	top: 0;
    height: auto;
    width: 100%;
    z-index: 2
}

.g_nav {
    width: 970px;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: center;
    
}

.logo {
    width: 240px;
    height: 62px;
    margin: 0;
    background: url("../img/logo.jpg") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.nav-item {
    display: inline-block;
}

.nav-item a {
    display: inline-block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1.3px;
    margin: 0;
    transition: 0.3s;
}

.nav-link.active {
    color: 019007;
}

/*content*/

.main {
    width: 100%;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.heading  {
    padding: 20px auto;
    text-align: center;
    color: #019007;
    font-weight: 300;
    letter-spacing: 2px;
    font-size:2.4rem;
    position: relative;
    margin-bottom: 20px;
}

.heading:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #019007; /*下線の色*/
}

.heading2 {
    padding: 20px auto;
    text-align: center;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    font-size:2.4rem;
    position: relative;
    margin-bottom: 20px;
}

.heading2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #fff; /*下線の色*/
}


.heading3 span {
    display: block;
    padding-top: 50px;
    color: #fff;
    font-weight: bolder;
    letter-spacing: 1px;
    font-size:3.6rem;
    position: relative;
    
}
.heading3 {
    display: block;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size:1.8rem;
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
}

/*mainvisual*/

.jumbotron {
    height: 100vh;
    background: url("../img/index/MainV.jpg") center 0 no-repeat;
    background-size: cover;
    margin-top: 72px;
    padding: 0;
    }
h1.mainV {
    height: 100vh;
    width: 100%;
    text-align: center;
}

h1.mainV::after {
    content: "確かな技術で信頼に応えます";
    display: block;
    margin: 0 auto;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
}

.mainV img {
    width: 25%;
    display: inline-block;
    padding-top: 13%;
    padding-bottom: 1%;
    z-index: 0.8;
}

/*news*/

.news {
    width: 970px;
    margin: 50px auto 120px;
    
}

.scroll-list {
    width: 100%;
    background-color: #eee;
    max-height: 220px;
    overflow-y: auto;
    margin: 59px auto;
    list-style-type: none;
    padding: 50px 80px;
    
}

.scroll-list .scroll-item {
    display: block;
    padding: 10px 15px;
    
}

.scroll-list .date {
    display: inline-block;
    width: 15%;
    font-size: 1.2rem;
    font-weight: bold;
}

.scroll-list .category_news {
    display: inline-block;
    width: 10%;
    font-size: 1.2rem;
    border-radius: 5px;
    background-color: #ca0100;
    color: #fff;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
}

.scroll-list .category {
    display: inline-block;
    width: 10%;
    font-size: 1.2rem;
    border-radius: 5px;
    background-color: #2c3c53;
    color: #fff;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
}

.scroll-list .title {
    display: inline-block;
    width: 72%;
    font-size: 1.4rem;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    
}

/*idea*/

.idea_area {
    
    background: #019007 ;
    background-size: cover;
    
}

.idea {
    width: 970px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 120px;
}

.idea p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6;
    
}

p.message {
    width: 66%;
    margin: 80px auto;
}

.img-icon {
    max-width: 30%;
}



.service_box {
    text-align: center;
    
    
}

.service_ttl {
    margin: 30px auto;
    color: #fff;
    font-size:1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
}

/*recruit*/

.recruit_area {
    background-size: cover;
    background-position: center;
    background-image: url(../img/index/recrit_BG.jpeg);
    background-repeat: no-repeat;
}

.fixed_bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-image: url(../img/index/BG_work.jpg);
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
}

.recruit_link {
    height: 400px;
}

.recruit_box1 {
    background: url(../img/index/works_recruit.jpg) no-repeat;
    background-position: center;
    height: 320px;
    margin: 40px auto;
    text-align: center;
    padding: 30px 20px 20px;
    color: #fff;
    position: relative;
}

.recruit_box1:hover {
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;
    transition: 0.6s;
}

.recruit_box2:hover {
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;
    transition: 0.6s;
}

.recruit_box3:hover {
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;
    transition: 0.6s;
}

.recruit_box2 {
    background: url(../img/index/interview_recruit.jpg) no-repeat;
    background-position: center;
    height: 320px;
    margin: 40px auto;
    text-align: center;
    padding: 30px 20px 20px;
    color: #fff;
}

.recruit_box3 {
    background: url(../img/index/meeting_recruit.jpg) no-repeat;
    background-position: center;
    height: 320px;
    margin: 40px auto;
    text-align: center;
    padding: 30px 20px 20px;
    color: #fff;
}

.recruit_ttl {
    padding-top: 20px;
    font-size:1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.recruit_txt {
    padding: 20px 40px 40px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
}

.recruit_btn {
    display: inline-block;
    width: 150px;
    text-align: center;
    background-color: #ca0100;
    text-decoration: none;
    padding: 8px 16px 8px 16px; 
    border: none;
    -webkit-appearance:none;
    font-size: 1.4rem;
    color: #fff !important;
   
    
}


/*footer*/

.footer {
    width: 100%;
    padding: 20px 0 30px;
    background-color: #019007;
    color: #fff;
}

.horizontal-list {
    width: 970px;
    margin: 0 auto;
    text-align: right;
    font-size: 0;
    
}

.horizontal-list .horizontal-item {
    display: inline-block;
    padding: 0 15px;
    letter-spacing: 1px;
}

.horizontal-list .horizontal-item + .horizontal-item {
    border-left: 1px solid #fff;
}

.horizontal-list .horizontal-item a {
    color: #fff;
    font-size: 1.1rem;
    transition: color 0.15s;
}

.horizontal-list .horizontal-item a:hover {
    color: #eee;
}

.footer p {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 0;
}

/*topimage*/

.topimg {
    display: block;
    height: 200px;
    margin-top: 70px;
    position: relative;
    
}

.top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_sp {
    display: none;
}

.main_title {
    position: absolute;
    top:20%;
    left: 20%;
    color: #fff;
    text-shadow: 1px 1px 1px #a9a9a9;
    font-size: 3.2rem;
    letter-spacing: 1px;
    line-height: 1.0;
}

.main_title span {
    font-size: 1.6rem;
}

/*パンくずリスト*/
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	padding: 1em 2em;
	background-color: #eee;
	color: #fff;
	border-radius: 0.5em;
}
.cp_breadcrumb a {
	text-decoration: none;
}
.cp_breadcrumb .breadcrumbs {
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
    width: 970px;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #7986CB;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #ffffff;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}

/*wrapper*/

.wrapper {
    width: 970px;
    margin: 0 auto;
}

.content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.content_area {
    margin-top: 60px;
    margin-bottom: 80px;
}

/*会社概要*/

.greeting_txt {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-right: 30px;
}

.greeting_img {
    border:1px solid #ddd;
    background:#fff;
}

.ceo_name {
    margin: 10px auto;
    font-size:1.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

table{
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
    line-height: 1.6;
}

table tr{
    border-bottom: solid 2px white;
}

table tr:last-child{
    border-bottom: none;
}

table th{
      position: relative;
      text-align: left;
      width: 30%;
      background-color: #019007;
      color: white;
      padding: 10px 5%;
    font-weight: 100;
}

table td{
      text-align: left;
      width: 70%;
      background-color: #eee;
      padding: 10px 5%;
}

/*事業内容*/

.service_area {
    margin-bottom: 40px;
}

.service_heading {
    font-size: 2.0rem;
    color: #019007;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
    margin-top:40px;
}

.sub_ttl {
    font-size: 2.0rem;
    color: #019007;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
}

.service_list {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 20px 20px 20px;
}

.service_list a {
    color: #019007;
}

.innner_service {
    padding-bottom: 30px;
}
.innner_txt {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 30px;
}

.service_link {
    display: block;
    margin-top: 50px;
}

.eco_txt {
    margin-top:60px;
}

.bg_center {
    width: 100%;

}

.bg_eco {
    text-align: center;
    line-height: 150px;
    background-image: url(../img/service/BG_eco.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 0 auto;
}

.center {
    display: inline-block;
    vertical-align: middle;
}

/*施工実績*/

.work_box {
    position: relative;
    display: block;
    width: 300px;
    margin:0 5px 30px;
    background-color: #eee;
    padding: 210px 15px 0;
    transition: opacity 0.15s;
    height: 350px;
    float: left;
    border-bottom: 5px solid #019007;
    
}

.work_box:hover {
    opacity: 0.8;
}

.work_ttl {
    margin-top: 60px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.work_img {
    position: absolute;
    top: 20px;
    left 0;
    width: 90%;
}

.date_work {
    position: absolute;
    right: 0;
    padding:2px 20px 2px 10px;
    background-color: #019007;
    color: #fff;
    bottom: 5%;
}

/*採用情報*/

.interview_area {
    margin-bottom: 20px;
    margin-top: 20px;
}

.interview_ttl {
    font-size: 1.8rem;
    color: #019007;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 40px;
    letter-spacing: 1px;
}

.profile {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.question {
    font-size:1.8rem;
    color: #ca0100;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    line-height: 30px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #ca0100;
}

.answer {
    font-size:1.4rem;
    line-height: 1.6;
    margin-bottom: 50px;
}

.contact_btn {
    display: inline-block;
    width: 150px;
    text-align: center;
    background-color: #019007;
    font-size: 1.6rem;
    color: #FFF !important;
    text-decoration: none;
    padding: 8px;
    position: relative; 
    border: none;
    -webkit-appearance:none;
    margin: 0 auto;
    
}

/*お問合せ*/

.note {
    font-size: 1.2rem;
}

.btn_area {
    margin: 30px auto;
    text-align: center;
}
.btn-icon {
    display: inline-block;
    width: 150px;
    text-align: center;
    background-color: #019007;
    font-size: 1.6rem;
    color: #FFF;
    text-decoration: none;
    padding: 8px 16px 8px 16px;
    position: relative; 
    border: none;
    -webkit-appearance:none;
}

.btn-icon:hover {
  opacity: 0.8;
}

.thanks_txt {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-right: 30px;
    text-align: center;
}

/*メディアクエリ*/

@media (max-width: 992px) {
    .g_nav {
        width: 100%;
        margin: 0 auto;
        font-size: 1.4rem;
        text-align: center;
    }
    .jumbotron {
        height: 100vh;
        background: url("../img/index/MainV.jpg") center 0 no-repeat;
        background-size: cover;
    }
    h1.mainV {
        height: 100vh;
        width: 100%;
        text-align: center;
    }
    h1.mainV::after {
        font-size:1.6rem;
        font-weight: 400;
    }
    .mainV img {
        width: 25%;
        display: inline-block;
        padding-top: 30%;
        padding-bottom: 2%;
        z-index: 0.8;
    }
    .cp_breadcrumb .breadcrumbs {
        width: 100%;
    }
    .news {
        width: 100%;
    }
    .scroll-list {
        width: 90%;
        background-color: #eee;
        max-height: 220px;
        overflow-y: auto;
        margin: 50px auto;
        list-style-type: none;
        padding: 50px 80px;
    }
    .scroll-list .date {
        display: inline-block;
        width: 20%;
        font-size: 1.2rem;
        font-weight: bold;
    }
    .scroll-list .category_news {
        width: 15%;
        font-size: 1.2rem;
    }
    .scroll-list .category {
        display: inline-block;
        width: 15%;
    }
    .scroll-list .title {
        display: inline-block;
        width: 63%;
    }
    .idea_area {
        width: 100%;
    }
    .idea {
        width:  100%;
    }
    .fixed_bg {
        width: 100%;
        background-size:cover;
        background-attachment: scroll;
        height: 250px;
    }
    .recruit_link {
        height: 300px;
    }
    .recruit_box1 {
        padding: 30px 10px;
        margin: 10px 0px;
    }
    .recruit_box2 {
        padding: 30px 10px;
        margin: 10px 0px;
    }
    .recruit_box3 {
        padding: 30px 10px;
        margin: 10px 0px;
    }
    .recruit_list {
        width: 90%;
        padding-bottom: 5%;
        padding-top: 2%;
    }
    .recruit_txt {
        padding: 10px 10px;
    }
    .recruit_btn {
        width: 70%;
        font-size: 1rem;
        margin-top: 15%;
    }
    .horizontal-list {
        width: 100%;
        visibility: hidden;  
    }
    table {
        width: 90%;
        margin: 0 auto;
    }
    .greeting_img {
        width:100%;
    }
    .sub_ttl {
        font-size: 1.6rem;
    }
    .float_img {
        width: 100%;
        margin-top: 40px;
    }
    
}

@media (max-width: 768px) { 
    .jumbotron {
        height: 90vh;
        background: url("../img/index/MainV.jpg") center 0 no-repeat;
        background-size: cover;
    }
    h1.mainV {
        height: 100vh;
        width: 100%;
        text-align: center;
    }
    .mainV img {
        width: 30%;
        display: inline-block;
        padding-top:25%;
        padding-bottom: 5%;
        z-index: 0.8;
    }
    h1.mainV::after {
        font-size:2rem;
        font-weight: 400;
    } 
    .main_title {
        left: 5%;
    }
    .cp_breadcrumb .breadcrumbs {
        width: 100%;
    }
    .fixed_bg {
        display: none;
    }
    .recruit_link {
        height: 300px;
    }
    .recruit_box1 {
        padding: 30px 10px;
        margin: 10px 0px;
    }
    .recruit_box2 {
        padding: 30px 10px;
        margin: 10px 0px;
    }
    .recruit_box3 {
        padding: 30px 10px;
        margin: 10px 0px;
    }
    .recruit_list {
        width: 90%;
        padding-bottom: 5%;
        padding-top: 2%;
    }
    .recruit_txt {
        padding: 10px 5px;
        font-size: 1.2rem;
        height: 120px;
    }
    .recruit_btn {
        width: 80%;
        font-size: 1.0rem;
        
        
    }
    .horizontal-list {
        width: 100%;
        visibility: hidden;  
    }
    .wrapper {
        width: 100%;
    }
    table {
        width: 90%;
        margin: 0 auto;
    }
    .greeting_img {
        width:100%;
    }
    .sub_ttl {
        font-size: 1.6rem;
    }
    .float_img {
        width: 100%;
    }
    .work_box {
        width: 44%;
        height: 350px;
        margin: 0 3% 5%;
        padding: 30% 0 0;
    }
    .work_ttl {
        padding-left: 10px;
    }
    .work_img {
        width: 90%;
        margin-left: 15px;
    }
    .img_interview {
        width: 100%;
    }
    .contact_btn {
        width: 30%;
        font-size: 1.6rem;
        padding: 10px;
    }
    .note {
        padding-left: 5%;
    }
    
}

@media (max-width: 480px) { 
    .g_nav {
        width: 100%;
    }
    .wrapper {
        width: 100%;
    }
    .cp_breadcrumb .breadcrumbs {
        width: 100%;
    }
    .jumbotron {
        height: 90vh;
        background: url("../img/index/MainV.jpg") center 0 no-repeat;
        background-size: cover;
    }
    h1.mainV {
        height: 100vh;
        width: 100%;
        text-align: center;
    }
    .mainV img {
        width: 50%;
        display: inline-block;
        padding-top: 50%;
        padding-bottom: 4%;
        z-index: 0.8;
    }
    h1.mainV::after {
        font-size:1.8rem;
        font-weight: 400;
    } 
    .news {
        width: 100%;
        margin: 50px auto 100px; 
    }
    .scroll-list {
        width: 100%;
        max-height: 220px;
        overflow-y: auto;
        margin: 50px auto;
        list-style-type: none;
        padding: 0;
    }
    .scroll-list .scroll-item {
        display: block;
        padding: 10px 15px;
    }
    .scroll-list .date {
        display: inline-block;
        width: 30%;
        font-size: 1.2rem;
        font-weight: bold; 
    }
    .scroll-list .category_news {
        display: inline-block;
        width: 18%;
        font-size: 1.2rem;
        border-radius: 5px;
        background-color: #ca0100;
        color: #fff;
        line-height: 16px;
        text-align: center;
    }
    .scroll-list .category {
        display: inline-block;
        width: 18%;
        font-size: 1.2rem;
        border-radius: 5px;
        background-color: #2c3c53;
        color: #fff;
        line-height: 16px;
        text-align: center;
    }
    .scroll-list .title {
        display: inline-block;
        width: 100%;
        font-size: 1.4rem;
        padding: 10px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }
    .idea {
        width: 100%;
        padding-bottom: 60px;
    }
    p.message {
        width: 90%;
        margin-bottom: 50px;
    }
    
    .service_box {
        margin: 0 auto 20px;
    }
    .img-icon {
        max-width: 15%;
        float: left;
    }
    .service_ttl {
        width: 70%;
        padding-left: 40px;
        margin: 5px 0px 5px 40px;
        text-align: left;
    }
    .service_txt {
        text-align: left;
        padding-left: 40px;
        margin-left: 40px;
    }
    .fixed_bg {
        background-size: cover;
        background-attachment: scroll;
        background-position: right;
        height: 200px;
    }
    .heading3 {
        padding: 0 auto;
        text-align: center;
        color: #fff;
        font-weight: 300;
        letter-spacing: 2px;
        font-size:2.4rem;
        position: relative;
        margin-bottom: 50px;
        padding-top: 0;
    }
    .heading3 span {
        visibility: hidden;
    }
    .heading3:before {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -15px; /*下線の上下位置調整*/
      display: inline-block;
      width: 50px; /*下線の幅*/
      height: 1px; /*下線の太さ*/
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translate(-50%); /*位置調整*/
      background-color: #fff; /*下線の色*/
    }
    .recruit_list {
        width: 90%;
        padding-bottom: 10%;
        padding-top: 5%;
    }
    .recruit_btn {
        width: 50%;
        font-size: 1.4rem;
        vertical-align: middle;
        margin: 5px auto;
        height: 50px;
        text-align: center;
        padding-top: 20px;
        
    }
    .arrow {
        position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        color: #000;
        vertical-align: middle;
        text-decoration: none;
        font-size: 15px;
    }
    .arrow::before,
    .arrow::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .triangle::after {
        left: 85%;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .recruit_area {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .recruit_link {
        height: auto;
    }
    .recruit_box1 {
        width: 99%;
        height: 300px;
        background: url(../img/index/works_recruit_sp.jpg) no-repeat;
        margin: 10px auto;
        padding: 10px 10px;
        background-size: cover;
    }
    .recruit_box2 {
        width: 99%;
        height: 300px;
        background: url(../img/index/interview_recruit_sp.jpg) no-repeat;
        margin: 10px auto;
        padding: 10px 10px;
        background-size: cover;
    }
    .recruit_box3 {
        width: 99%;
        height: 300px;
        background: url(../img/index/meeting_recruit_sp.jpg) no-repeat;
        margin: 10px auto;
        padding: 10px 10px;
        background-size: cover;
    }
    
    
    .recruit_txt {
        padding: 10px 10px 0;
        font-size: 1.4rem;
    }
    
    .horizontal-list {
        display: none;
    }
    .gmap {
        margin-bottom: 0;
    } 
    .top {
        display: none;
    }
    .top_sp {
        width: 100%;
        height: 100%;
        display: block;
    }
    .main_title {
        left: 5%;
    }
    .cp_breadcrumb {
        padding: 1em 1em;
    }
    .breadcrumbs {
        padding-left: 1em;
    }
    .greeting_txt {
        padding: 0;
    }
    .greeting_img {
        display: none;
    }
    .ceo_name {
        font-family: inherit;
        margin-right: 20px;
    }
    table {
        width: 90%;
        margin: 0 auto;
    }
    
    .service_heading {
        font-size: 1.6rem;
        text-align: left;
        
    }
    
    .service_area {
        margin-bottom: 20px;
    }
    
    .sub_ttl {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.4;
        padding: 0;
        color: #ca0100;
        letter-spacing: 1px;
        margin-bottom: 20px;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 20px;
        border-left-width: 5px;
        border-left-style: solid;
        border-left-color: #ca0100;
    }
    .service_list {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .innner_service {
        margin:0;
        padding-bottom: 0;
    }
    .innner_txt {
        font-size: 1.4rem;
        line-height: 1.6;
        padding-bottom: 30px;
    }
    .float_img {
        display: none;
    }
    .eco_link {
        width: 90%;
    }
    .work_box {
        width: 44%;
        height: 280px;
        margin: 0 3% 5%;
        padding: 30% 0 0;
    }
    .work_img {
        width: 90%;
        margin-left: 7px;
    }
    .img_interview {
        width: 100%;
    }
    .question {
        font-size: 1.4rem;
    }
    .answer {
        font-size: 1.4rem;
    }
    .contact_btn {
        width: 50%;
        font-size: 1.6rem;
        padding: 10px;
    }
    .thanks_pg {
        height: 40vh;
    }
}
