@charset "utf-8";

html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body{
	font-size: 1.6em;
	line-height: 1.2;
	color: #333333;
	font-family: "Meiryo", "MS Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

.br_pc{
	display: block;
}

.br_sp{
	display: none;
}

/* ホバー可能なデバイスでのみ適用される */
@media (any-hover: hover) {
    a:hover{
        opacity: .8;
        transition: opacity .3s;
    }
    a.h_title_link:hover {
        opacity: 1;
    }
    .gnav_item a:hover{
        opacity: 1;
    }
    .gnav_item a:hover::after {
        bottom: 12px;
        border-color: #003F99;
    }
    .breadcrumbs a:hover {
        opacity: 1;
        text-decoration: underline;
    }
}

/*===========================================
	ヘッダー
===========================================*/
.h_inner{
    max-width: 1500px;
    width: 100%;
    padding: 26px 10px 3px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.h_title_link{
    display: flex;
}

.h_logo {
    padding-top: 3px;
    margin-right: 15px;
}

.h_title{
    font-size: 3.6rem;
    font-weight: normal;
	letter-spacing: 2px;
	margin-top: 8px;
}

.h_title_sub{
    display: block;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

/* グローバルナビゲーション */
.gnav_list {
    display: flex;
}

.gnav_item {
    font-size: 2rem;
    letter-spacing: .053em;
    text-align: center;
    padding: 0px 28px;
}

.gnav_item:last-of-type{
    padding-right: 0px;
}

.gnav_item a {
    display: block;
    color: #333333;
    padding: 10px 0px 30px;
    position: relative;
}

.gnav_item a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 17px;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #6E6E6E;
    border-right: 2px solid #6E6E6E;
    transform: rotate(45deg) translateX(-50%);
    transition: .3s;
}

.gnav_item span{
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #003F99;
    display: block;
    margin-bottom: 5px;
}

.gnav_sub{
    display: none;
}

#toggle_btn {
	display: none;
}

#mask {
	display: none;
}

/*===========================================
	トップコンテンツ
===========================================*/

/* メインビジュアル */
.mainvisual{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.mainvisual img{
    width: 100%;
}

.mainvisual_txt {
    position: absolute;
    top: 28%;
    left: 3.5%;
    color: #fff;
    font-size: 5rem;
    line-height: 1.5;
    letter-spacing: .05em;
}

.mainvisual_txt span{
    font-size: 115%;
    vertical-align: baseline;
}

/* 業務案内 */
.content_inner{
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
}

.business {
    padding: 105px 0 90px;
    background-color: #FFF9F1;
}

.heading{
    font-size: 4.1rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.heading::before{
    content: attr( data-title );
    color: #003F99;
    position: absolute;
    left: 0;
    right: 0;
}

.business .heading::before{
    font-size: 2rem;
    font-weight: bold;
    top: -34px;
}

.b_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.b_cont {
    width: calc((100% - 135px) / 4);
}

.b_cont_heading {
    font-size: 2.9rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding: 30px 0 25px;
}

.b_cont--kyuhaisui .b_cont_heading {
    background-color: #11B6C9;
}

.b_cont--shouka .b_cont_heading {
    background-color: #EF856F;
}

.b_cont--kutyou .b_cont_heading {
    background-color: #F29200;
}

.b_cont--kanki .b_cont_heading {
    background-color: #41B56A;
}

.b_cont_body {
    padding: 30px 0 15px;
    min-height: 276px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b_cont--kyuhaisui .b_cont_body {
    background-color: #DFF4FB;
}

.b_cont--shouka .b_cont_body {
    background-color: #FAD3CB;
}

.b_cont--kutyou .b_cont_body {
    background-color: #FFDFB0;
}

.b_cont--kanki .b_cont_body {
    background-color: #CDEDD9;
}

.b_cont_img {
    height: 150px;
    display: flex;
    align-items: center;
}

.b_cont_txt {
    margin-top: auto;
    padding: 0 5px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.4;
}

.b_cont--kanki .b_cont_txt {
    /*padding-bottom: 10px;*/
}

/* 施工事例 */
.construction {
    padding: 145px 0 50px;
    background-color: #ECF8FD;
    border-top: 5px solid #6AC9F3;
}

.construction .heading::before{
    font-size: 3rem;
    top: -50px;
}

.construction_intro {
    font-size: 2rem;
    letter-spacing: .06em;
    line-height: 1.55;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.example_bg {
    background-color: #fff;
    padding: 50px 0;
}

.example {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1300px;
    width: 95%;
    margin: 0 auto;
}

.example img {
    width: calc((100% - 100px) / 3);
}

a.detail_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    height: 68px;
    font-size: 2.5rem;
    color: #fff;
    background-color: #014099;
    border: 1px solid #014099;
    border-radius: 50px;
    margin: 75px auto 0 auto;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.detail_btn:hover {
    color: #014099;
    background-color: #fff;
}

/* アクセス */
.access {
    padding: 90px 0 50px;
}

.access .heading{
    margin-bottom: 50px;
}

.access .heading::before{
    font-size: 3rem;
    top: -42px;
}

.map {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.map iframe{
    width: 100%;
}

/* News */
.news {
    padding: 10px 0 90px;
}

.news_inner{
    display: flex;
    justify-content: center;
}

.news_heading{
    font-size: 3.7rem;
    font-weight: normal;
    letter-spacing: .06em;
    line-height: 1.55;
    margin-right: 2%;
    position: relative;
}

.news_heading::before{
    content: attr( data-title );
    font-size: 1.8rem;
    position: absolute;
    top: 58px;
    left: 0;
}

.news_content_area{
    max-width: 700px;
    width: 100%;
    padding-top: 5px;
    overflow-y: scroll;
    height: 125px;
}

.news_content{
    padding: 15px 20px 15px;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
}

.news_content_time{
    font-size: 1.8rem;
    letter-spacing: .06em;
    line-height: 1.55;
    flex-shrink: 0;
    margin-right: 9%;
}

.news_content_txt{
    font-size: 1.8rem;
    letter-spacing: .06em;
    line-height: 1.55;
}

/*===========================================
	フッター
===========================================*/
.footer{
    background-color: #F0FAFD;
    text-align: center;
    padding-top: 35px;
}

.f_logo {
    margin-bottom: 10px;
}

.f_title {
    font-size: 3.5rem;
    margin-bottom: 3px;
}

.f_title_sub{
    font-size: 1.5rem;
}

.f_contact {
    text-align: center;
    padding: 15px 0 40px;
}

.f_address {
    font-size: 2rem;
    letter-spacing: .06em;
    line-height: 1.55;
    margin: 30px 0 10px 0;
}

.f_num {
    display: flex;
    justify-content: center;
    font-size: 2.9rem;
    letter-spacing: .06em;
    line-height: 1.55;
}

.f_tel {
    margin-right: 30px;
}

.copyright {
    display: block;
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .2em;
    text-align: center;
    padding-bottom: 20px;
}

/* ページトップへボタン */

#page-top {
    position: fixed;
    right: 15px;
    bottom: 83px;
}

#page-top a{
	display: inline-block;
    color: #000;
    width: 75px;
    height: 75px;
    padding-top: 35px;
    text-align: center;
    background-color:rgba(179,224,248,0.85);
    
    background-color:rgba(179,224,248,0.80);
    border-radius: 50%;
    position: relative;
}

#page-top a:hover{
	opacity: 1;
	background-color:rgba(133,206,246,1.00);
	
	background-color:rgba(125,203,246,1.00);
}

#page-top a:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 22px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    transform: translatex(-50%) rotate(45deg);
}

#page-top a:after {
    content: "PAGE TOP";
    font-size: 1.1rem;
    font-family: "Arial";
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}


/*===========================================
	施工事例
===========================================*/
.naka_title_bg {
    max-width: 1500px;
    margin: 0 auto;
    height: 250px;
    background-color: #E6F5FD;
    padding: 0 42px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.construction_illust {
    background-image: url("../construction_example/img/construction_illust.png");
    background-repeat: no-repeat;
    background-position: right 45px bottom;
}

.naka_title_cover{
    position: relative;
}

.naka_title_cover img{
    position: absolute;
    top: -6px;
    left: 0;
}

.naka_title {
    font-size: 5.2rem;
    font-weight: normal;
    letter-spacing: .053em;
    color: #333;
    padding-left: 110px;
}

.naka_title::after{
    content: attr( data-title );
    font-size: 3.1rem;
    white-space: nowrap;
    letter-spacing: 0;
    color: #003F99;
    position: absolute;
    left: 105%;
    bottom: 3px;
}

/* ▼▼▼パンくず▼▼▼ */
.breadcrumbs {
    max-width: 1500px;
    margin: 0 auto;
    font-size: 1.8rem;
    letter-spacing: .09em;
    padding: 15px 0 45px 20px;
}

.breadcrumbs ol{
    display: flex;
}

.breadcrumbs ol li {
    margin-right: 25px;
    position: relative;
}

.breadcrumbs ol li:last-child {
    margin-right: 0;
}

.breadcrumbs li:after {
    content: "";
    position: absolute;
    right: -14px;
    top: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

.breadcrumbs li:last-child:after {
    content: none;
}
/* ▲▲▲パンくず▲▲▲ */

.naka_content{
    max-width: 1300px;
    width: 95%;
    margin: 0 auto;
}

.naka_example {
    margin-bottom: 60px;
}

.naka_example:last-of-type {
    margin-bottom: 310px;
}

.example_heading {
    font-size: 2.4rem;
    color: #003A8E;
    padding: 10px 25px;
    border-bottom: 1px dashed #003A8E;
    margin-bottom: 25px;
}

.example_inner{
    padding: 0 10px;
}

.example_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.example_list::after{
    content:"";
    display: block;
    width: calc((100% - 80px) / 3);
  }

.example_list li{
    width: calc((100% - 80px) / 3);
	margin-bottom: 35px;
}

.example_list img {
    width: 100%;
}

.example_list p {
    font-size: 1.7rem;
    letter-spacing: .055em;
    line-height: 1.5;
    padding: 10px 5px 0;
}

.example_list p span{
    display: block;
    text-align: right;
}

/*===========================================
	会社概要
===========================================*/
.company_illust {
    background-image: url("../company_profile/img/company_illust.png");
    background-repeat: no-repeat;
    background-position: right 45px bottom;
}

.naka_profile {
    margin-bottom: 60px;
}

.naka_profile:last-of-type {
    margin-bottom: 180px;
}

.profile_heading {
    font-size: 2.4rem;
    color: #fff;
    padding: 20px 25px 15px 25px;
    border-bottom: 1px dashed #003A8E;
    margin-bottom: 20px;
	background: #2452A3;
}

.profile_inner{
    padding: 0 10px;
}

table.tbl-01 {
	width:100%;
	margin:0 auto 60px auto;
	border-collapse:collapse;
}
table.tbl-01 td, table.tbl-01 th {
	line-height: 180%;
	border-top:1px solid #ccc;
	padding:10px;
}

table.tbl-01:last-child tr {
	border-bottom:1px solid #ccc;
}

table.tbl-01 th {
	color: #333;
	width:20%;
	font-weight:bold;
	background:#efefef;
	text-align:left;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:100%;
	margin:0 auto;
}
table.tbl-01 th, table.tbl-01 td {
	width:auto;
	display:block;
}
table.tbl-01 th {
	margin-top:5px;
	border-bottom:0;
}
}

/*===========================================
	業務案内
===========================================*/
.business_illust {
    background-image: url("../business_guide/img/business_illust.png");
    background-repeat: no-repeat;
    background-position: right 45px bottom;
}

.business_illust .naka_title_cover img {
    position: absolute;
    top: -6px;
    left: 7px;
}

.koji_row {
    display: flex;
    flex-wrap: wrap;
}

.business_heading {
    position: relative;
    padding: 0 0 0.8rem 0;
    margin-bottom: 1.2rem;
    overflow: hidden;
    color: #353535;
    font-weight: bold;
    font-size: 2.3rem;
}

.business_heading:before,
.business_heading:after {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
}

.business_heading:before {
    border-bottom: 5px solid #27acd9;
}

.business_heading:after {
    border-bottom: 5px solid #ccc;
}

.kiki_heading {
    font-size: 1.9rem;
    font-weight: normal;
    color: #0000d6;
    padding: 20px 0 5px 0;
}

.koji_content {
    width: 70%;
    padding-top: 5px;
    padding-right: 4%;
}

.koji_content .text{
    line-height: 1.5;
}

.kiki_list {
    display: flex;
    flex-wrap: wrap;
	line-height: 160%;
	padding: 0 0 0 1rem;
}

.kiki_list li{
    margin-right: 5px;
}

.koji_img{
    width: 30%;
}

.koji_img img{
    width: 100%;
}

/*===========================================
	アクセス
===========================================*/
.access_illust {
    background-image: url("../access/img/access_illust.png");
    background-repeat: no-repeat;
    background-position: right 45px bottom;
}

.access_illust .naka_title_cover img {
    position: absolute;
    top: -6px;
    left: 15px;
}

.access_text {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 5px 0 10px;
}

.access_text img{
    vertical-align: middle;
}

.access_text a:hover{
    color: #003F99;
    opacity: 1;
}

.access_map iframe{
    width: 100%;
}