@charset "utf-8";

/* ハンバーガーメニュー Setting
=========================================================================================== */
nav.gnavSp {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background: rgba(31, 42, 102, 0.8);
	color: #000;
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	height:100%;
	padding: 80px 4% 0px;
	overflow-y: scroll;
}
nav.gnavSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-bottom:2em;
}
nav.gnavSp ul li {
	font-size: 16px;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #FFF;
}
nav.gnavSp ul li a {
	display: block;
	color: #FFF;
	padding: 0.8em 0;
}




.headerTelSp{
    color: #FFF;
    font-size: 24px;
    text-align: center;
	margin-bottom:0;
}
.headerTelSp em{
	font-size:14px;
}
.headerTelSp a{
    color: #FFF;
    text-decoration: none;
    display: inline-block;
}
.headerTelSp a span{
	display: flex;
    align-items: center;
	justify-content: center;
}
.headerTelSp a span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_tel.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}



.headerMailSp{
    margin-bottom: 1em;
}
.headerMailSp a{
	padding:1em;
	display:block;
	color:#FFF;
    background: #E95504;
	text-align: center;
    border-radius: 10px;
}
.headerMailSp a span{
	display: flex;
    align-items: center;
	justify-content: center;
}
.headerMailSp a span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../images/icon_mail_w.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1em;
}

/* メニュー展開時、背景スクロールの停止 */
body.fixed {
    width: 100%;
    height: 100%;
	position:fixed;
}
/* このクラスを、jQueryで付与・削除する */
nav.gnavSp.active {
	transform: translateY(0%);
}
/* ハンバーガーメニューアイコン Setting
=========================================================================================== */
.navBoxSp{
    width: 54px;
    height: 54px;
	cursor: pointer;
    align-items: center;
    justify-content: center;
	display:none;
	position:relative;
    background: #E95504;
    border-radius: 6px;
	z-index:9999;
}
.navToggle {
	display:none;
	width: 42px;
	height: 42px;
	text-align: center;
	position:relative;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #FFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 10px;
}
.navToggle span:nth-child(2) {
	top: 20px;
}
.navToggle span:nth-child(3) {
	top: 30px;
}
/* ハンバーガーメニューアイコンタップ後の「X」Setting
=========================================================================================== */

/* 最初のspanをマイナス45度に */
.navBoxSp.active span:nth-child(1) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navBoxSp.active span:nth-child(2),
.navBoxSp.active span:nth-child(3) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----------------------------ハンバーガーメニューここまで-----------------------------*/

.showSp{
	display:none;
}
.showSp1100{
	display:none;
}
.showOnlySp1100{
	display:none;
}
.showSp960{
	display:none;
}


/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 1280px) {
}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 1100px) {
.hideSp1100{
	display:none;
}
.showSp1100{
	display:block;
}
.showOnlySp1100{
	display:block;
}
html{
	font-size:1vw;
}
/* Header Setting
=========================================================================================== */
#headerSet{
   padding: 0 4% 0 0;
   height: 74px;
}
#headerSet #headerMenuSet{
	display:none;
}
.headerContact{
    display: none;
}
.navBoxSp{
	display: flex;
}
.navToggle{
	display: block;
}
.current #headerSet{
    background: none;
}
#path{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
/* ALLcontents Setting
=========================================================================================== */
article section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
#subContentsHead .mainVisual .mainTitle span{
    font-size: 16px;
}

/* 下層ページOnly Setting
=========================================================================================== */
.worksList li a .worksImg{
    height: 20vw;
}
/* index Setting
=========================================================================================== */

/* footer Setting
=========================================================================================== */
#footerContact .inner{
    width: 100%;
    padding-left:4%;
	padding-right:4%;
}
#footerArea section{
    width: 100%;
    padding-left:4%;
	padding-right:4%;
}
}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 960px) {
.hideSp960{
	display:none;
}
.showSp960{
	display: block;
}
}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 767px) {
.hideSp{
	display:none;
}
.showSp{
	display:block;
}
.showOnlySp1100{
	display:none;
}
html{
	font-size:40%;
}
/* Header Setting
=========================================================================================== */
#headerSet #headerLogoSet #headerLogo a img{
    width: 112px;
}
.current #headerSet #headerLogoSet #headerLogo a img{
    width: 98px;
}
/* ALLcontents Setting
=========================================================================================== */
#subContentsHead{
    width: calc(100vw - 44px);
	margin-top: 74px;
}
#subContentsHead .mainVisual{
    min-height: 248px;
    height: 30vh;
}
#path{
    font-size: 12px;
}
article section{
	padding:40px 4%;
}
.js-table-scroll{
	overflow: auto;
    white-space: nowrap;
}
/*#subContentsHead{
	width: calc(100vw - 30px);
}

.textRightSp{
    text-align: right;
}
.ttlStyle2 span:before {
    border-width: 14px 16px 0 16px;
}
.ttlStyle2 span:after {
    border-width: 14px 16px 0 16px;
}
.ttlStyle3{
    text-align: center;
}
.ttlStyle3 span{
    display: block;
}
.ttlStyle4{
    font-size: 20px;
}

.ttlHeadSet{
    display: block;
}
.ttlHeadSet dt{
    margin-bottom: 1em;
}
.ttlHeadSet dt h3{
    font-size: 18px;
}
.ttlHeadSet dd{
    margin-left: 0;
}
.ttlHeadSet dd p{
    font-size: 14px;
}

.sectionInfoBtn{
    display: block;
}
.sectionInfoBtn li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
}
.sectionInfoBtn li:last-child{
    margin-bottom: 0;
}
.sectionInfoBtn li a{
    font-size: 16px;
    padding: 1.5em 1em;
}


.checkList{
    font-size: 16px;
}
.columnSetReverseCenter{
    display: block;
}
.columnSetReverseCenter .column2{
    width: 100%;
    margin-left: 0;
}
.columnSetReverseCenter .column2.circleImg img{
    width: 60%;
}*/




/* サービス Setting
=========================================================================================== */
.anchorBtnList li{
    width: 49%;
    margin-left: 2%;
    margin-bottom: 1em;
}
.anchorBtnList li:nth-child(3n+1){
	margin-left:2%;
}
.anchorBtnList li:nth-child(2n+1){
	margin-left:0;
}
.anchorBtnList li a:before{
    width: 10px;
    height: 10px;
    right: 0.8em;
}



.serviceBox .serviceColumnSet{
    display: block;
}
.serviceBox .serviceColumnSet .serviceColumnImg{
    width: 100%;
}
.serviceBox .serviceColumnSet .serviceColumnText{
    margin-left: 0;
    width: 100%;
}

/* 制作事例一覧 Setting
=========================================================================================== */
.worksCateList li{
	width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
}
.worksCateList li:nth-child(4n+1){
	margin-left:2%;
}
.worksCateList li:nth-child(3n+1){
	margin-left:0;
}
.worksCateList li a{
    padding: 0.5em 0.5em;
    font-size: 12px;
}


.worksList{
    display: block;
}
.worksList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 4em;
}
.worksList li a{
    display: flex;
}
.worksList li a .worksImg{
    width: 120px;
    height: 120px;
}
.worksList li .worksText{
    width: calc(100% - 130px);
    margin-left: 10px;
}
.worksList li .worksText span{
    font-size: 12px;
}
.worksList li .worksText p{
    font-size: 14px;
}
/***ページネーション***/
.pager .pagination{
	flex-wrap:nowrap;
}
.pager .pagination li{
	display:none;
}
.pager .pagination li a{
	display: flex;
    align-items: center;
    justify-content: center;
}	
.pager .pagination li.next{
	display:block;
	width: 48%;
	margin: 0;
	margin-left:4%;
}
.pager .pagination li.back{
	display:block;
	width: 48%;
	margin: 0;
}
.pager .pagination li.next a{
	text-align: center;
}
.pager .pagination li.back a{
	text-align: center;
}

/* 施工事例 シングルページ Setting
=========================================================================================== */
/***調整記事調整***/
#singlePage .singleContents h2{
	font-size:20px;
}
#singlePage .singleContents h3{
	font-size:18px;
}
#singlePage .singleContents h4{
	font-size:16px;
}
	
	
/* 会社案内 Setting
=========================================================================================== */
.companyTtl{
    text-align: center;
}
.companyColumnSet{
    display: block;
}
.companyColumnSet .companyColumnImg{
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.companyColumnSet .companyColumnImg img{
    width: 60%;
}
.companyColumnSet .companyColumnText{
    width: 100%;
}

.companyList li .companyIcon{
    width: 100px;
}
.companyList li .companyText{
    width: calc(96% - 100px);
    margin-left: 4%;
}
.companyList li:nth-child(even){
    margin-left: 0;
}
.companyList li .companyText h3{
    font-size: 20px;
    margin-bottom: 0.5em;
}

.companyTable{
    display: block;
}
.companyTable colgroup{
    display: none;
}
.companyTable th{
	display: block;
    padding-bottom: 0;
    font-weight: bold;
}
.companyTable td{
	display: block;
    padding-top: 0;
}

/* ご予約・お問い合わせ Setting
=========================================================================================== */
.contactTelBox h2{
    width: 90%;
}
.contactTelBox h2 span{
    padding: 0 1em;
}
.contactTable1{
    font-size:16px;
	margin-bottom:1em;
}
.contactTable1 colgroup{
    display:none;
}
.contactTable1 th,
.contactTable1 td{
    display:block;
}
.contactTable1 td{
    padding-top:0;
}

/* index Setting
=========================================================================================== */
#mainVisualImgSet div{
    height: 68vh;
    width: calc(100vw - 44px);
}
#indexContentsHead .mainCatch{
    font-size: 36px;
}
#indexContentsHead .mainCatch span{
    font-size: 16px;
}
.scroll {
    left: 16px;
}
.slick-dots{
	bottom: 12px;
	left: 84px;
}




.introContents .introText{
    font-size: 20px;
}

.topReason{
    padding-top: 40px;
}
.topReason::before{
    height: 40px;
}


.topReasonList li:nth-child(odd) .textBox,
.topReasonList li:nth-child(even) .textBox{
	background-color: transparent;
	padding:0;
    width: 100%;
    margin-top: -1em;   
}
.topReasonList li:nth-child(even) .textBox{
    text-align: right;
}
.topReasonList li:nth-child(even) .textBox p{
    text-align: left;
}
.topReasonList li .textBox h3{
	background: #006097;
	padding: 1em 1em 1em 0;
	display: inline-block;
    margin-bottom: 0;
}



.topServiceList li{
    width: 48%;
    margin-left: 4%;
}
.topServiceList li:nth-child(3n+1){
    margin-left: 4%;
}
.topServiceList li:nth-child(2n+1){
    margin-left: 0;
}
.topServiceList li .topServiceImg{
    margin-bottom: 0.5em;
}
.topServiceList li p{
    font-size: 14px;
    margin-bottom: 0;
}


.topWorksSet:before{
    height: 40vh;
    /*min-height: 280px;*/
	min-height: inherit;
	background-attachment:inherit;
}
.topCompany .topMessageImg{
    display: none;
}
.topCompany .topMessageBox{
    width: 100%;
    max-width: inherit;
}
.topCompany .topMessageBox .inner{
    width: 100%;
}
.topCompany .topMessageBox .decorationTtl{
    left: 0;
    top: -60px;
}
.topCompany .topMessageBox .decorationTtl img{
    max-width: 84%;
}
.topCompany .topMessageBox h3{
    font-size: 20px;
}
.topCompany .topMessageBox .imgOnlyStyle{
    margin-bottom: 0;
}
.topCompany .topMessageBox .btnStyle1{
    text-align: center;
}
/*
.introContents h2 span:before,
.introContents h2 span:after{
    border-width: 20px 2px 0 2px;
}
.introContents h2{
    font-size: 2.6rem;
}
.introContents .catchTextStyle1{
    text-align: left;
}
.topServiceContents .topServiceList{
    display: block;
}
.topServiceContents .topServiceList li{
    width: 84%;
    margin: 0 auto;
    margin-bottom: 2em;
}
.topServiceContents .topServiceList li:first-child{
    margin: 0 auto;
    margin-bottom: 2em;
}
.topServiceContents .topServiceList li a .textBox{
    padding: 1em 4%;
}
.topServiceContents .topServiceList li a .textBox h3{
    font-size: 20px;
    margin-bottom: 0.5em;
}

.reasonSet:before{
    height: 30vh;
    min-height: inherit;
	background-attachment:inherit;
}
.reasonSet .ttlStyle1 div{
    min-width: inherit;
}
.reasonList li.typeA,
.reasonList li.typeB{
    display: block;
    margin-bottom: 4em;
}
.reasonList li.typeA .columnText,
.reasonList li.typeB .columnText{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.reasonList li .columnText h3{
    text-align: center;
}
.reasonList li h3 span:before{
    width: 60px;
    height: 60px;
}
.reasonList li .columnText .imgOnlyStyle{
    margin-bottom: 0;
}


.topFlowContents .ttlStyle1{
    margin-bottom: 2em;
}
.topFlowContents .flowList{
    display: block;
    margin-top: 2em;
}
.topFlowContents .flowList li{
	width:80%;
    margin: 0 auto;
	margin-bottom:20px;
}
.topFlowContents .flowList li:nth-child(4n+1){
	margin: 0 auto;
    margin-bottom:20px;
}
.topFlowContents .flowList li h3{
    font-size: 20px;
}





.topAreaContents .areaBox{
    display: block;
}
.topAreaContents .areaBox .areaText,
.topAreaContents .areaBox .areaImg{
    width: 100%;
    margin-left: 0;
}
.topAreaContents .areaBox .areaText .ttlStyle1,
.topAreaContents .areaBox .areaText .textStyleBig1{
    text-align: center;
}


.accordionList dt{
    font-size: 16px;
    padding: 1em;
}
.accordionList dt span{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.accordionList dd{
    font-size: 14px;
    padding: 1em;
}
.accordionList dd span{
    width: 40px;
    height: 40px;
    line-height: 36px;
}
.accordionList dd strong{
    font-size: 14px;
    width: calc(100% - 56px);
}
*/
/* footer Setting
=========================================================================================== */
#footerContact {
    background-attachment: inherit;
}
	
#footerContact .inner .footerLead{
    font-size: 12px;
}
#footerContact #footerContactList{
    display: block;
}
#footerContact #footerContactList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
}
#footerContact #footerContactList li a{
    font-size: 16px;
}
#footerContact #footerContactList li .textStyleSmall1{
    font-size: 12px;
}
#footerArea section{
    padding: 0 4%;
}
/*#path{
    font-size: 12px;
}
footer #footerContact{
	background-image: url(../images/footercontact_bg_sp.jpg);
	background-attachment: inherit;
}
#footerContact .inner{
    padding: 40px 4% 60px;
}
footer .ttlStyle1{
    font-size: 18px;
}
#footerContact .inner .footerLead{
	font-size: 14px;
}
#footerContact #footerContactBox #footerContactList{
    display: block;
}
#footerContact #footerContactBox #footerContactList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em;
}
#footerContact #footerContactBox #footerContactList li.tel a,
#footerContact #footerContactBox #footerContactList li.direct a{
    font-size: 20px;
}
#footerContact #footerContactBox #footerContactList li.mail a{
    font-size: 16px;
}
#footerArea section{
	padding:40px 4%;
}
#footerArea .footerColumnSet{
    display: block;
}
#footerArea .footerColumnSet .footerColumnL{
    width: 100%;
    text-align: center;
}
#footerArea .footerColumnSet .footerColumnL #footerLogo{
    margin-bottom: 2em;
}
#footerArea .footerColumnSet .footerColumnL #footerLogo img{
    width: 220px;
}
#footerArea .footerColumnSet .footerColumnL p{
    font-size: 14px;
}
#footerArea .footerColumnSet .footerColumnR{
    display: none;
}*/

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