@charset "utf-8";


/*resetCSS*/
html{
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
color:#383838;
background:#FFF;
}
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,
th,td{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,
img{ border:0; }
address,
caption,
em{
font-style:normal;
font-weight:normal;
}
ol,ul{ list-style:none; }
caption, th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{
border:0;
font-variant:normal;
}
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
*font-size:100%;
}
*{
margin:0;
padding:0;
}
strong,
th{ font-weight:bold;}

#content{ }
.section{
clear:both;
margin-bottom:30px;
}

body{
font-size:1.6rem;
font-family: "Zen Kaku Gothic New", sans-serif;
}

*, *:before, *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

h1{
font-size:2.8rem;
font-weight:bold;
margin-bottom:30px;
}
h2{
font-size:2.8rem;
font-weight:bold;
margin-bottom:1.5em;
}
h2 span{ }
h3{
font-size:24px;
font-weight:bold;
margin-bottom:15px;
}
h3 span{ }
h4{
font-size:95%;
font-weight:bold;
margin-bottom:15px;
}
h5{
font-size:90%;
font-weight:bold;
margin-bottom:10px;
}
p{ font-size:16px;
margin-bottom:1.5em;
line-height:180%; }
.anchor a{ }

a{
text-decoration: none;
color: #66AAD7;
}
a:hover{
text-decoration:underline;
}
a:hover img{
opacity: 0.7;
transition: all .3s;
}

/*clear Fix*/
.clearFix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearFix{
display:inline-table;
min-height:1%;
}
* html .clearFix{
height:1%;
}
.clearFix{
display:
block;
}
/* フォント指定
=========================================================================================== */
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*--------------------ここまで-----------------------------------*/
/* Header Setting
=========================================================================================== */
#headerSet{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:999;
	padding: 0;
	display: flex;
	height: 84px;
    justify-content: flex-end;
	transition: all .3s;
}
#headerSet #headerLogoSet{
	margin-right:auto;
    display: flex;
    align-items: center;
	position: absolute;
    top: 0;
    left: 0;
	transition: all .3s;
}
#headerSet #headerLogoSet #headerLogo{
	margin-bottom: 0;
    position: relative;
    z-index: 99999;
	transition: all .3s;
}
#headerSet #headerLogoSet #headerLogo a{
    display: flex;
    text-decoration: none;
	background: #FFF;
	padding: 0.2em 2em;
    position: relative;
    height: auto;
    transition: all .3s;
	border-radius: 0 0 3em 0;
}
#headerSet #headerLogoSet #headerLogo a img{
	width: 240px;
	transition: all .3s;
}
#headerSet #headerLogoSet #headerLogo a:hover{
    opacity: 0.7;
}


#headerSet #headerMenuSet{
	display: flex;
	align-items: center;
}
#headerSet #headerMenuSet .subNav ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
	font-size:14px;
    margin-right: 20px;
}
#headerSet #headerMenuSet .subNav ul li.headerOpeningHours span{
	color: #2D5486;
	display: inline-block;
	border: 1px solid #2D5486;
	padding: 0 0.5em;
	margin-right: 0.5em;
}
#headerSet #headerMenuSet .subNav ul li.headerTel a{
	margin-left: 1.5em;
	font-size: 20px;
	color: #2D5486;
	display: flex;
    align-items: center;
    transition: all .3s;
}
#headerSet #headerMenuSet .subNav ul li.headerTel a:hover{
	text-decoration:none;
	opacity: 0.7;
}
#headerSet #headerMenuSet .subNav ul li.headerTel a:before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
	margin-right: 0.2em;
    transition: all .3s;
}






#headerSet #headerMenuSet .gnav ul{
	display: flex;
    align-items: center;
	justify-content: flex-end;
	font-size:16px;
    margin-right: 20px;
}
#headerSet #headerMenuSet .gnav ul li{
	padding:0.5em 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerSet #headerMenuSet .gnav ul li:last-child{
    padding-right: 0;
}
#headerSet #headerMenuSet .gnav ul li a{
	color: #383838;
	text-decoration:none;
	position: relative;
	transition: all .3s;
}
#headerSet #headerMenuSet .gnav ul li a:hover{
	color:#5A9FB1;;
}






.headerContact a{
    background: #2D5486;
    color:#FFF;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 1em 2em;
	text-decoration:none;
	transition: all .3s;
}

.headerContact a:before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_mail_w.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-right: 0.5em;
}
.headerContact a:hover{
	background:#66AAD7;
}



.current #headerSet{
	background: #FFF;
}
/*.current #headerSet #headerLogoSet{
	position: static;
}*/
.current #headerSet #headerLogoSet #headerLogo a{
	background: none;
}
.current #headerSet #headerLogoSet #headerLogo a img{
	width: 160px;
}
/* ALL Setting
=========================================================================================== */
article section{
	padding:60px 0;
	width:1100px;
	margin:0 auto;
}
.borderTop{
    border-top: 1px solid #CCC;
}
.dotBg{
	background-image: url("../images/dot_bg.svg");
    background-repeat: repeat;
    background-size: 10px;
}
.bgPattern01{
	background: #F0F3F2;
}


.ttlStyle1{
	font-size:3.4rem;
    font-weight: 900;
	margin-bottom: 1.5em;
    letter-spacing: 0.1em;
}
.ttlStyle1 span{
	font-size:16px;
	display:block;
	color:#66AAD7;
}
.ttlStyle2{
	text-align:center;
	font-size:2.8rem;
	margin-bottom:2em;
}
.ttlStyle2 span{
    color:#2D5486;
    border: 2px solid #2D5486;
    display: inline-block;
	background:#FFF;
	padding:0.5em 1em;
    position:relative;
	border-radius:3em;
}
.ttlStyle2 span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 24px 28px 0 28px;
    border-color: #2D5486 transparent transparent;
    translate: -50% 100%;
}

.ttlStyle2 span:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    border-style: solid;
    border-width: 24px 28px 0 28px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
}

.ttlStyle3{
    background: #2D5486;
    color: #FFFFFF;
    font-weight: 900;
    padding: 0.2em 1em;
    border-radius: 20px;
    font-size: 3.6rem;
    margin-bottom: 1em;
}
.ttlStyle3 span{
    font-size: 2.4rem;
}

.ttlStyle4{
    font-size: 2.0rem;
    padding-left: 0.5em;
    border-left: 10px solid #66AAD7;
}

.ttlHeadSet{
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}
.ttlHeadSet dt{
    border-right: 1px solid #B9C7C2;
    padding-right: 2em;
    white-space: nowrap;
}
.ttlHeadSet dt h3{
    font-size: 1.8rem;
    margin-bottom: 0;
    border-left: 10px solid #66AAD7;
    padding: 0.5em 1em;
}
.ttlHeadSet dd{
    margin-left: 4%;
}
.ttlHeadSet dd{
    margin-bottom: 0;
}
.ttlHeadSet dd p{
    margin-bottom: 0;
}

.textStyleBig1{
    font-size: 20px;
}
.textStyleSmall1{
    font-size: 14px;
}
.listStyle1{
	font-size:16px;
	padding-left:0;
}
.listStyle1 li{
	text-indent: -1.5em;
	padding-left: 1.5em;
    margin-bottom: 0.5em;
}
.listStyle1 li:before{
	content:"●";
	margin-right:0.5em;
	color: #66AAD7;
}
.notesList li{
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    font-size: 14px;
}
.notesList li:before{
	content:"※";
	margin-right:0.5em;
}
.imgOnlyStyle img{
    max-width: 100%;
}
.centerAdjust{
	text-align:center;
}
.rightAdjust{
    text-align: right;
}
.textRed{
	color:#CE080B;
}
.textSmall{
    font-size: 14px;
}
.marker{
    background:linear-gradient(transparent 60%, #FFF18B 80%);
    font-weight: normal;
}
.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
	pointer-events: none;
}
.boxPatternA{
    background: #F0F3F2;
    padding: 2em 4%;
}
.boxPatternA .ttlBoxStyle1{
    font-size: 2.0rem;
}
.boxPatternA .ttlBoxStyle1:before{
    content: "■";
    color: #2D5486;
}
.btnStyle1 a{
	font-size:16px;
	text-decoration:none;
	background:#2D5486;
    border-radius: 3em;
	display:inline-block;
	padding:1em 2em;
	color:#FFF;
	min-width: 280px;
	text-align: center;
	transition: all .3s;
	position:relative;
}
.btnStyle1 a:before {
    content: "";
    display: inline-block;
    background-image: url("../images/icon_arrow_r_w.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    transition: all .3s;
}
.btnStyle1 a:hover{
	background: #66AAD7;
}
.sectionInfoBtn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sectionInfoBtn li{
    width: 48%;
    margin-left: 4%;
    text-align: center;
}
.sectionInfoBtn li:first-child{
    margin-left: 0;
}
.sectionInfoBtn li a{
	font-size:20px;
	text-decoration:none;
	background:#2D5486;
    border-radius: 3em;
	display:inline-block;
	padding:1.5em 1em;
	color:#FFF;
	width: 100%;
	text-align: center;
	transition: all .3s;
	position:relative;
}
.sectionInfoBtn li a:before {
    content: "";
    display: inline-block;
    background-image: url("../images/icon_arrow_r_w.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    transition: all .3s;
}
.sectionInfoBtn li a:hover{
	background: #66AAD7;
}

.checkList{
    font-size: 18px;
}
.checkList li{
    position: relative;
    padding-left: 36px;
    margin-bottom: 1em;
}
.checkList li:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #FFF;
    border: 2px solid #133882;
}
.checkList li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 8px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 8px;
    height: 16px;
    border-right: 4px solid #12A616;
    border-bottom: 4px solid #12A616;
}
.columnSetReverseCenter{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.columnSetReverseCenter .column2{
    width: 48%;
    margin-left: 4%;
}
.columnSetReverseCenter .column2:last-child{
    margin-left: 0;
}


/* 下層ページOnly Setting
=========================================================================================== */
/***メインビジュアル***/
#subContentsHead{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom:1em;
    position: relative;
    /*overflow: hidden;*/
    width: calc(100vw - 86px);
    margin: 0 0 0 auto;
    border-radius: 0 0 0 120px;
}
#subContentsHead.aboutHead{
	background-image:url(../images/about/mainvisual.jpg);
    background-position: top center;
}
#subContentsHead.serviceHead{
	background-image:url(../images/service/mainvisual.jpg);
}
#subContentsHead.priceHead{
	background-image:url(../images/price/mainvisual.jpg);
}
#subContentsHead.worksHead{
	background-image:url(../images/works/mainvisual.jpg);
    background-position: top center;
}
#subContentsHead.companyHead{
	background-image:url(../images/company/mainvisual.jpg);
    background-position: top center;
}
#subContentsHead.faqHead{
	background-image:url(../images/faq/mainvisual.jpg);
}
#subContentsHead.contactHead{
	background-image:url(../images/contact/mainvisual.jpg);
}
#subContentsHead.privacy-policyHead{
	background-image:url(../images/privacy/mainvisual.jpg);
}




#subContentsHead .mainVisual{
	height: 48vh;
	position:relative;
    min-height: 320px;
    max-width: 1100px;
    margin: 0 auto;
}
#subContentsHead .mainVisual .mainTitle{
	font-size:16px;
    font-weight: normal;
	margin-bottom:0;
	color:#2D5486;
	position: absolute;
    left: 0;
    top: 110px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	white-space: nowrap;
	text-transform: uppercase;
}
#subContentsHead .mainVisual .mainTitle span{
    font-size: 36px;
    background: #FFF;
    display: inline-block;
    padding: 0.2em 0;
    color: #383838;
}

/**パンくず**/
#path{
	max-width:1100px;
	margin:1em auto;
	display: flex;
    align-items: center;
	justify-content: flex-start;
	font-size:14px;
}
#path li a{
	color:#66AAD7;
}
#path li:after{
	content:"/";
	padding:0 1em;
}
#path li:last-child:after{
	content:none;
}
/* 選ばれる理由 Setting
=========================================================================================== */
.aboutTtl{
    margin-bottom: 0;
    text-align: center;
    letter-spacing: normal;
}
.aboutTtl strong{
    font-weight: 900;
    color:#2D5486;
}
.aboutTtl + .catchTextStyle1{
    text-align: center;
    font-weight: 900;
}
.aboutPointList{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.aboutPointList li{
    width: 30%;
    margin-left: 5%;
    margin-bottom: 2em;
}
.aboutPointList li:nth-child(3n+1){
	margin-left:0;
}
.aboutPointList li .imgOnlyStyle{
    text-align: center;
}
.aboutPointList li h3{
    font-size: 2.0rem;
    text-align: center;
}

.aboutColumnSet{
    display: flex;
    margin-bottom: 2em;
}
.aboutColumnSet .aboutColumnText{
    width:48%;
}
.aboutColumnSet .aboutColumnText h3{
    font-size: 2.8rem;
    margin-bottom: 1em;
}
.aboutColumnSet .aboutColumnText h3 span{
    font-size: 9.6rem;
    color: #66AAD7;
    font-weight: 900;
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 0;
}
.aboutColumnSet .aboutColumnText h3 span:before{
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url("../images/dot_bg.svg");
    background-repeat: repeat;
    background-size: 10px;
    border-radius: 50%;
    position: absolute;
    top:0;
    right: 0;
    transform: translateY(-30%) translateX(50%);
    z-index: -1;
}
.aboutColumnSet .aboutColumnText h3 strong{
    display: block;
}

.aboutColumnSet .aboutColumnImg{
    width: 48%;
    margin-left: 4%;
}
.aboutColumnSet .aboutColumnImg img{
    border-radius: 20px;
}
.beforeAfterList{
    display: flex;
}
.beforeAfterList li{
    width: 48%;
    margin-left: 4%;
    position: relative;
}
.beforeAfterList li .imgOnlyStyle{
    margin-bottom: 0;
}
.beforeAfterList li:first-child{
    margin-left: 0;
}
.beforeAfterList li:first-child:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 40px 30px;
	border-color: transparent transparent transparent #66AAD7;
	position: absolute;
	top: 50%;
	right:-40px;
	transform: translateY(-50%);
	z-index:1;
}

/* エアコン工事 Setting
=========================================================================================== */
.serviceBox{
    border: 2px solid #2D5486;
    padding: 2em 4%;
    border-radius: 20px;
    margin-bottom: 4em;
}
.serviceBox .serviceColumnSet{
    display: flex;
    margin-bottom: 2em;
}
.serviceBox .serviceColumnSet .serviceColumnImg{
    width: 48%;
}
.serviceBox .serviceColumnSet .serviceColumnImg .imgOnlyStyle{
    margin-bottom: 0;
}
.serviceBox .serviceColumnSet .serviceColumnText{
    width: 48%;
    margin-left: 4%;
}
.serviceBox .serviceColumnSet .serviceColumnText .hoshou{
    background: #FFF18B;
    display: inline-block;
    padding: 0.2em 1em;
}
.serviceBox .serviceColumnSet .serviceColumnText h3{
    font-size: 3.2rem;
    color: #2D5486;
}
.serviceBox .serviceColumnSet .serviceColumnText h3 span{
    font-size: 2.0rem;
}
.serviceBox .serviceColumnSet .serviceColumnText dl{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.serviceBox .serviceColumnSet .serviceColumnText dl dt{
    font-size: 2.0rem;
    width: 40px;
}
.serviceBox .serviceColumnSet .serviceColumnText dl dd{
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.serviceBox .serviceColumnSet .serviceColumnText dl dd strong{
    font-size: 3.2rem;
    color: #CE080B;
    font-family:"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.serviceBox .serviceColumnSet .serviceColumnText dl dd .btnStyle1 a{
    min-width: inherit;
    padding: 0.5em 2.4em;
}

.serviceBox .serviceDetails{
    background: #F0F3F2;
    padding: 1em 4%;
    margin-bottom: 2em;
}
.serviceBox .serviceDetails h4{
    font-size: 20px;
}
.serviceBox .serviceDetails h4:before{
    content: "■";
    color: #2D5486;
    margin-right: 0.5em;
}
.serviceBox .serviceDetails p{
    margin-bottom: 0;
    font-size: 14px;
}


.serviceBox .serviceRecommend dt h4{
    font-size: 18px;
    color: #2D5486;
    border: 2px solid #2D5486;
    border-radius: 3em;
    display: inline-block;
    padding: 0.2em 2em;
}

.serviceBox .serviceCheckList{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.serviceBox .serviceCheckList li{
    position: relative;
    width: 49%;
    margin-left: 2%;
    padding-left: 24px;
    margin-bottom: 0.6em;
}
.serviceBox .serviceCheckList li:nth-child(2n+1){
	margin-left:0;
}
.serviceBox .serviceCheckList li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 8px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 8px;
    height: 16px;
    border-right: 4px solid #2D5486;
    border-bottom: 4px solid #2D5486;
}


.optionList{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.optionList li{
    width: 23.5%;
    margin-left: 2%;
    text-align: center;
}
.optionList li:nth-child(4n+1){
	margin-left:0;
}
.optionList li .imgOnlyStyle{
    margin-bottom: 0.2em;
}
.optionList li h4{
    margin-bottom: 0.5em;
}


.othersList > li{
    background: #FFF;
    border: 2px solid #2D5486;
    padding: 2em 4%;
    border-radius: 20px;
    margin-bottom: 2em;
}
.othersList li .othersColumnSet{
    display: flex;
    flex-wrap: wrap;
}
.othersList li .othersColumnSet .othersColumnImg{
    width: 24%;
}
.othersList li .othersColumnSet .othersColumnImg .imgOnlyStyle{
    margin-bottom: 0;
}
.othersList li .othersColumnSet .othersColumnText{
    width: 72%;
    margin-left: 4%;
}
.othersList li .othersColumnSet .othersColumnText dl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5em;
}
.othersList li .othersColumnSet .othersColumnText dl dt h3{
    margin-bottom: 0;
    font-size: 3.2rem;
    color: #2D5486;
}
.othersList li .othersColumnSet .othersColumnText dl dd{
    font-size: 3.2rem;
    color: #CE080B;
    font-weight: bold;
    font-family:"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.othersList li .othersColumnSet .othersColumnText dl + p{
    font-size: 14px;
    margin-bottom: 0;
}
.othersList li .othersColumnSet .othersColumnText h4{
	font-size:16px;
	margin-top:1em;
	margin-bottom:0.5em;
}

/* 料金表 Setting
=========================================================================================== */
.priceBox{
    border: 2px solid #2D5486;
    padding: 2em 4%;
    border-radius: 20px;
    margin-bottom: 4em;
}
.priceBox .priceColumnSet{
    display: flex;
    margin-bottom: 2em;
}
.priceBox .priceColumnSet.mb0{
    margin-bottom: 0;
}
.priceBox .priceColumnSet .priceColumnImg{
    width: 34%;
}
.priceBox .priceColumnSet .priceColumnImg .imgOnlyStyle{
    margin-bottom: 0;
}
.priceBox .priceColumnSet .priceColumnText{
    width: 62%;
    margin-left: 4%;
}
.priceBox .priceColumnSet .priceColumnText h3{
    color: #2D5486;
    font-size: 3.2rem;
    margin-bottom: 0;
}
.priceBox .priceColumnSet .priceColumnText p{
    font-size: 14px;
}
.priceBox .priceColumnSet .priceColumnText dl{
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
}
.priceBox .priceColumnSet .priceColumnText dl.mb0{
    margin-bottom: 0;
}
.priceBox .priceColumnSet .priceColumnText dl dt{
    font-size: 2.0rem;
}
.priceBox .priceColumnSet .priceColumnText dl dd{
    font-size: 3.2rem;
    color: #CE080B;
    font-family:"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: 900;
}
.priceBox .priceColumnSet .priceColumnText h4{
    font-size: 2.0rem;
    padding-left: 0.5em;
    border-left: 10px solid #66AAD7;
}
.priceBox .priceColumnSet .priceColumnText .priceServiceList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.priceBox .priceColumnSet .priceColumnText .priceServiceList li{
    margin-right: 2%;
}
.priceBox .priceColumnSet .priceColumnText .priceServiceList li span{
    border: 2px solid #2D5486;
    border-radius: 3em;
    background: #FFF18B;
    display: inline-block;
    padding: 0.2em 1em;
}
.priceBox .priceColumnSet .priceColumnText .priceServiceList li span:last-child{
    margin-right: 0;
}
.priceBox .priceColumnSet .priceColumnText .priceServiceList li span:before{
    content: "●";
    color: #66AAD7;
    margin-right: 0.5em;
}

.priceTable1{
    width:100%;
	font-size:16px;
    background: #FFF;
}
.priceTable1 tr.blue{
    background: #E5F5FF;
}
.priceTable1 th,
.priceTable1 td{
	border:1px solid #A1A1A1;
}
.priceTable1 thead th{
    background: #2D5486;
    color: #FFF;
    font-size: 16px;
    padding:1em;
}
.priceTable1 td{
    font-size: 14px;
    padding: 0.5em 1em;
}
.priceTable1 td.price{
    font-size: 2.0rem;
    color: #CE080B;
    font-family:"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    font-weight: 900;
    text-align: right;
}
.priceTable1 td .spec{
    background: #12A616;
    color: #FFF;
    font-size: 12px;
    display: inline-block;
    padding: 0.2em 1em;
    border-radius: 6px;
    margin-right: 1em;
}
.priceTable1 td .spec strong{
    font-size: 16px;
}

.priceTable2{
    width:100%;
    background: #FFF;
}
.priceTable2 th,
.priceTable2 td{
	border:1px solid #A1A1A1;
}
.priceTable2 thead th{
    background: #2D5486;
    color: #FFF;
    font-size: 16px;
    padding:1em;
}
.priceTable2 td{
    font-size: 14px;
    padding: 0.8em;
}
.priceTable2 td .acType{
    border: 1px solid #2D5486;
    border-radius: 6px;
    color: #2D5486;
    display: inline-block;
    padding: 0.2em 1em;
    margin-right: 10px;
    width: 60px;
    text-align: center;
}
.priceTable2 td .ml70{
    margin-left: 70px;
}
.priceTable2 td img{
    vertical-align: middle;
    margin-right: 1em;
}


.priceBox .priceColumnSet .priceColumnText .plusList{
    display: flex;
}
.priceBox .priceColumnSet .priceColumnText .plusList li{
    border: 1px solid #2D5486;
    border-radius: 10px;
    background: #E5F5FF;
    padding: 0.5em 2%;
    text-align: center;
    position: relative;
    margin-left: 32px;
    display: flex;
    align-items: center;
}
.priceBox .priceColumnSet .priceColumnText .plusList li:after{
    content: "＋";
    color: #2D5486;
    font-size: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(100%);
}
.priceBox .priceColumnSet .priceColumnText .plusList li:first-child{
    margin-left: 0;
}
.priceBox .priceColumnSet .priceColumnText .plusList li:last-child:after{
    content:none;
}
.priceBox .priceColumnSet .priceColumnText .plusList li strong{
    display: block;
    font-size: 16px;
}
.priceBox .priceColumnSet .priceColumnText .plusList li span{
    font-size: 14px;
}


/* 施工事例 Setting
=========================================================================================== */
.worksCateList{
	font-size:16px;
	display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom:3em;
}
.worksCateList li{
	width: 23.5%;
    margin-left: 2%;
    margin-bottom: 1em;
	display: flex;
}
.worksCateList li:nth-child(4n+1){
	margin-left:0;
}
.worksCateList li a{
	display: flex;
    align-items: center;
    justify-content: center;
	text-align:center;
	padding:1.5em 1em;
	background:#2D5486;
    border-radius: 3em;
	color:#FFF;
	text-decoration:none;
	width: 100%;
	font-size:16px;
	transition: all .3s;
}
.worksCateList li a:hover{
	background:#66AAD7;
}
.worksCateList li.current-cat a{
	background:#66AAD7;
}

/* 施工事例（記事詳細）　Setting　
=========================================================================================== */
#singlePage .singleTtlSet .singleDetailList{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-bottom:1em;
}
#singlePage .singleTtlSet .singleDetailList .data{
	font-size:14px;
}
#singlePage .singleTtlSet .singleDetailList .cate{
	display:inline-block;
	color:#2D5486;
    border: 1px solid #2D5486;
	font-size:14px;
	padding:0 1.5em;
	margin-left:1em;
}
#singlePage .singleTtlSet h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #2D5486;
}

#singlePage .worksParameterTable{
	width:100%;
	margin-bottom:2em;
}
#singlePage .worksParameterTable th,
#singlePage .worksParameterTable td{
	padding:1em;
	border:1px solid #707070;
}
#singlePage .worksParameterTable tbody th{
	background:#F0F3F2;
	font-weight:normal;
}


/***ページネーション***/
.pager{
	padding:0 0 40px;
}
.pager  ul.pagination {
	display: flex;
    align-items: center;
    justify-content: center;
}

.pager .pagination li {
	font-size:14px;
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
}
.pager .pagination li.back{
	width: 140px;
}
.pager .pagination li.back a{
	color: #FFF;
}
.pager .pagination li.back a:hover{
	color: #FFF;
}
.pager .pagination li.next{
	width: 140px;
	position:relative;
}
.pager .pagination li.next a{
	color: #FFF;
}
.pager .pagination li.next a:hover{
	color: #FFF;
}
.pager .pagination li a{
	width: 100%;
	height: 100%;
	color: #FFF;
	background:#2D5486;
	border-radius:10px;
	text-decoration: none;
	display: flex;
    align-items: center;
    justify-content: center;
}

.pager .pagination li a:hover{
	color: #FFF;
	background: #66AAD7;
	transition: all .3s;
}
.pager .pagination li.active a{
	color: #FFF;
	background: #B7B7B7;
	transition: all .3s;
}
/* シングルページ共通 Setting
=========================================================================================== */
/***調整記事調整***/
#singlePage .singleContents{
	line-height: 180%;
}
#singlePage .singleContents h2{
	font-size:2.4rem;
	padding-left: 0.5em;
    border-left: 10px solid #66AAD7;
}
#singlePage .singleContents h3{
	font-size:2.0rem;
	color:#2D5486;
}
#singlePage .singleContents h4{
	font-size:18px;
	color:#2D5486;
}
#singlePage .singleContents h5{
	font-size:18px;
	margin-top:2em;
}
#singlePage .singleContents ul{
	list-style:disc;
	padding-left:1em;
	margin-bottom:1.5em;
}
#singlePage .singleContents img{
	max-width:100%;
}
.wp-block-gallery{
	margin-bottom:1.5em;
}
.wp-block-image{
	margin-bottom:2em;
}
.wp-block-image img{
	height:auto;
}
.wp-block-embed__wrapper{
	width: 100%;
	padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/***singleページネーション***/
.page-nav{
	margin:4em 0;
}
.pageColumnSet:after{
	content: "";
    display: block;
    clear: both;
}
.pageColumnSet a{
	color: #FFF;
	font-size:16px;
	background:#2D5486;
	padding:1em 3em;
	border-radius:10px;
	text-decoration:none;
	display: block;
}
.pageColumnSet a:hover{
	color: #FFF;
	background: #66AAD7;
	transition: all .3s;
}
.pageColumnSet .prev-link{
	float:left;
}
.pageColumnSet .next-link{
	float:right;
}



/* 会社案内 Setting
=========================================================================================== */
.companyColumnSet{
    display: flex;
    flex-flow: row-reverse;
}
.companyColumnSet .companyColumnImg{
	width:22%;
	margin-left:4%;
}
.companyColumnSet .companyColumnImg img{
	width:100%;
	border-radius: 20px;
    margin-bottom: 0.5em;
}
.companyColumnSet .companyColumnImg strong{
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}
.companyColumnSet .companyColumnImg strong span{
    background: #66AAD7;
    color: #FFF;
    border-radius: 6px;
    padding: 0.2em 1em;
    margin-right: 1em;
    font-size: 16px;
}
.companyColumnSet .companyColumnText{
	width:74%;
}



.companyTableSet{
    text-align: center;
}
.companyTable{
	font-size: 16px;
    display: inline-block;
    text-align: left;
}
.companyTable th{
	padding:1em;
    vertical-align: top;
    font-weight: normal;
}
.companyTable td{
	padding:1em;
}
/* お問い合わせ Setting
=========================================================================================== */
.photoFlowBox{
    border: 2px solid #2D5486;
    padding: 80px 4% 2em;
    border-radius: 6px;
    position: relative;
    margin-top: 140px;
}
.photoFlowBox .contactTtlStyle1{
    text-align: center;
    width: 100%;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.photoFlowBox .contactTtlStyle1 span{
	color: #2D5486;
    display: inline-block;
    padding: 0 1em;
    font-size: 2.4rem;
    margin-bottom: 10px;
    position: relative;
}
.photoFlowBox .contactTtlStyle1 span:before {
    content: "";
	display: inline-block;
    position: absolute;
	left: 0;
    top: 50%;
	transform:translateY(-50%) skew(30deg);
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #2D5486 transparent transparent transparent;
    border-width: 28px 4px 0 4px;
}
.photoFlowBox .contactTtlStyle1 span:after {
    content: "";
	display: inline-block;
    position: absolute;
	right: 0;
    top: 50%;
	transform:translateY(-50%) skew(-30deg);
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #2D5486 transparent transparent transparent;
    border-width: 28px 4px 0 4px;
}
.photoFlowBox .contactTtlStyle1 strong{
    font-size: 3.2rem;
    font-weight: 900;
    color: #FFF;
    background: #2D5486;
    border-radius: 6px;
    display: block;
    padding: 0.5em 1em;
    width: 80%;
    margin: 0 auto;
}



.photoFlowBox ol{
    display: flex;
    flex-wrap: wrap;
}
.photoFlowBox ol li{
    width: 50%;
    text-align: center;
}
.photoFlowBox ol li .inner{
    position: relative;
}
.photoFlowBox ol li:nth-child(2) .inner:before{
    content: "";
    display: inline-block;
    border-left: 2px dashed #A1A1A1;
    position: absolute;
    top:0;
    left: -1px;
    width: 2px;
    height: 100%;
}
.photoFlowBox ol li:nth-child(3){
    width: 100%;
}
.photoFlowBox ol li:nth-child(3) .inner{
    border-top: 2px dashed #A1A1A1;
    padding: 1em 0;
}
.photoFlowBox ol li:nth-child(3) .inner p{
    margin-bottom: 0;
}
.photoFlowBox ol li h4{
    font-size: 2.4rem;
    font-weight: 900;
    display: flex;
    align-items: center;
}
.photoFlowBox ol li h4 em{
    /*position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-20%) translateX(-20%);*/
    margin-right: 0.5em;
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: #2D5486;
    color: #FFF;
    line-height:54px;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
}
.photoFlowBox ol li h4 span{
    color: #2D5486;
    background: #FFF18B;
    display: inline-block;
    border: 2px solid #2D5486;
    padding: 0 0.5em;
    margin-right: 0.2em;
}
.photoFlowBox ol li:nth-child(2) h4{
    padding-left: 8%;
}
.photoFlowBox ol li .imgOnlyStyle{
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
}

.photoFlowBox .photoFlowColumnSet{
    display: flex;
    flex-wrap: wrap;
}
.photoFlowBox .photoFlowColumnSet .photoFlowColumnL{
    width: 48%;
}
.photoFlowBox .photoFlowColumnSet .photoFlowColumnR{
    width: 48%;
    margin-left: 4%;
}
.photoFlowBox .photoFlowColumnSet .photoFlowColumnR .hosokuBox{
   border: 1px solid #66AAD7;
   background: #F0F3F2;
   padding: 3em 4% 1em;
   border-radius: 20px;
   position: relative;
   display: inline-block;
}
.photoFlowBox .photoFlowColumnSet .photoFlowColumnR .hosokuBox dl dt{
    background: #66AAD7;
    color: #FFF;
    border-radius: 3em;
    padding: 0.5em 1em;
    width: 80%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.photoFlowBox .photoFlowColumnSet .photoFlowColumnR .hosokuBox dl dd p{
    font-size: 14px;
    margin-bottom: 0;
}


.contactCheckBox{
    background: #F0F3F2;
    padding: 2em 4%;
    margin-bottom: 4em;
}
.contactCheckBox h2{
    font-size: 3.2rem;
    text-align: center;
    border-bottom: 2px solid #2D5486;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.contactCheckBox .catchTextStyle1{
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 0;
}
.contactCheckBox .inner{
    background: #FFF;
    padding: 2em 4%;
}
.contactCheckBox .inner h3{
    color: #2D5486;
    font-size: 2.0rem;
    margin-bottom: 0.5em;
}
.contactCheckBox .inner .contactCheckList{
    list-style: disc;
    padding-left: 1em;
    margin-bottom: 2em;
}
.contactCheckBox .inner .contactCheckList li{
    margin-bottom: 0.5em;
}

#form-placeholder{
	text-align:center;
}

/* index Setting
=========================================================================================== */
/***メインビジュアル***/
#indexContentsHead{
	position:relative;
}
#mainVisualImgSet div{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: calc(100vw - 86px);
	height: 100vh;
	margin: 0 0 0 auto;
	border-radius: 0 0 0 120px;
	overflow: hidden;
}
#mainVisualImgSet .mainVisual1{
	background-image: url(../images/index/mainvisual1.jpg?20251114);
}
#mainVisualImgSet .mainVisual2{
	background-image: url(../images/index/mainvisual2.jpg);
	background-position:right;
}


#indexContentsHead .mainCatch{
	display: flex;
    align-items: end;
	position:absolute;
	top:50%;
	left:50%;
    transform:translateY(-50%) translateX(-50%);
	max-width: 1100px;
	width:100%;
    font-size: 3.8rem;
	letter-spacing:0.2em;
	margin-bottom:0;
    color: #383838;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	white-space: nowrap;
}
#indexContentsHead .mainCatch strong{
    display: inline-block;
	font-weight: normal;
	line-height: 1.8;
}
#indexContentsHead .mainCatch strong span{
    background: #FFF;
    padding: 0.2em 0;
}



/* スクロールダウンの位置 */
.scroll {
    position: absolute;
    left: 30px;
    bottom: 115px;
	/*transform:translateY(-100%);*/
    writing-mode: vertical-rl;
    color: #2D5486;
}
/* 線のアニメーション部分 */
.scroll::before {
    animation: scroll 2s infinite;
    background-color: #2D5486;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 2;
}
/* 線の背景色 */
.scroll::after {
    background-color: #ccc;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}






.slick-dots{
	position:absolute;
	bottom: 2em;
	left:50%;
	transform:translateX(-50%);
}
.slick-dots li{
	position: relative;
    display: inline-block;
    width: 10px;
	margin-left:16px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    outline: none;
	border:1px solid #FFF;
	background:none;
    border-radius: 50%;
}
.slick-dots .slick-active button{
	background: #2D5486;
}

/*******************introContents*******************/
.introContents{
	overflow: hidden;
	position: relative;
}
.introContents .bgTextSet{
    display: flex;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    bottom: 60px;
	z-index: -2;
}
.introContents .bgTextSet .bgTextList{
    display: flex;
    animation: textScroll 30s linear infinite;
    margin-bottom: 0;
}
@keyframes textScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.introContents .bgTextSet .bgTextList li{
    color: #F0F3F2;
    font-weight: 900;
    font-size: 26.0rem;
    padding: 0 0.2em;
    flex: 0 0 auto;
    line-height: 1;
    white-space: nowrap;
}

.introContents h2{
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 0.5em;
}
.introContents h2 span{
	color: #2D5486;
    display: inline-block;
    padding: 0 1em;
    font-size: 2.4rem;
    margin-bottom: 0.5em;
    position: relative;
}
.introContents h2 span:before {
    content: "";
	display: inline-block;
    position: absolute;
	left: 0;
    top: 50%;
	transform:translateY(-50%) skew(30deg);
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #2D5486 transparent transparent transparent;
    border-width: 28px 4px 0 4px;
}
.introContents h2 span:after {
    content: "";
	display: inline-block;
    position: absolute;
	right: 0;
    top: 50%;
	transform:translateY(-50%) skew(-30deg);
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #2D5486 transparent transparent transparent;
    border-width: 28px 4px 0 4px;
}
.introContents h2 strong{
    display: block;
}
.introContents h2 strong em{
    font-weight: bold;
	color: #2D5486;
}
.introContents .catchTextStyle1{
    margin-bottom: 2em;
	text-align: center;
	font-size: 16px;
}

/*******************サービス*******************/
.topServiceContents .topServiceList{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.topServiceContents .topServiceList li{
    width: 32%;
    margin-left: 2%;
    border: 2px solid #2D5486;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}
.topServiceContents .topServiceList li:first-child{
    margin-left: 0;
}
.topServiceContents .topServiceList li a{
    text-decoration: none;
    background: #FFF;
    display: block;
}
.topServiceContents .topServiceList li a .imgOnlyStyle{
    margin-bottom: 0;
    font-size: 0;
}
.topServiceContents .topServiceList li a .textBox{
    text-align: center;
    padding: 2em 4%;
}
.topServiceContents .topServiceList li a .textBox h3{
    font-size: 2.4rem;
    color: #2D5486;
}
.topServiceContents .topServiceList li a .textBox h3 span{
    font-size: 1.6rem;
}
.topServiceContents .topServiceList li a .textBox dt{
    color: #CE080B;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0.5em;
    font-family:"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.topServiceContents .topServiceList li a .textBox dd{
    font-size: 14px;
    color: #383838;
}
/*******************おかでん工房が選ばれる3つの理由*******************/
.topReasonContents{
    overflow: hidden;
}
.topReasonContents section{
    padding-top: 0;
}
.reasonSet:before{
    content: "";
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 40vh;
    min-height: 380px;
    background-image: url("../images/index/reasonhead_bg.jpg");
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.reasonSet .ttlStyle1{
    text-align: center;
    transform: translateY(-100%);
    margin-bottom: 0;
    font-size: 0;
}
.reasonSet .ttlStyle1 div{
    background: #FFF;
    display: inline-block;
    min-width: 600px;
    border-radius: 20px 20px 0 0;
    padding: 1em 1em 0;
    font-size: 3.2rem;
    font-weight: 900;
}
.reasonSet .ttlStyle1 div strong{
    font-weight: 900;
    color: #2D5486;
}



.reasonList{
    margin-bottom: 2em;
}
.reasonList li.typeA{
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 2em;
}
.reasonList li.typeB{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 2em;
}

.reasonList li:last-child{
	margin-bottom:0;
}

.reasonList li h3{
    font-size: 2.8rem;
    margin-bottom: 1em;
}
.reasonList li h3 span{
    font-size: 9.6rem;
    color: #66AAD7;
    font-weight: 900;
    display: inline-block;
    line-height: 1;
    position: relative;
}
.reasonList li h3 span:before{
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url("../images/dot_bg.svg");
    background-repeat: repeat;
    background-size: 10px;
    border-radius: 50%;
    position: absolute;
    top:0;
    right: 0;
    transform: translateY(-30%) translateX(50%);
    z-index: -1;
}
.reasonList li h3 strong{
    display: block;
}


.reasonList li.typeA .columnText{
	width:50%;
    padding-right: 6%;
}
.reasonList li.typeA .columnImg{
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    width: 50vw;
}
.reasonList li.typeA .columnImg .imgOnlyStyle img{
    margin-bottom: 0;
    border-radius: 40px 0 0 40px;
    overflow: hidden;
}
.reasonList li.typeB .columnText{
	width:50%;
    padding-left: 6%;
}
.reasonList li.typeB .columnImg{
	margin-left: calc(50% - 50vw);
    overflow: hidden;
    width: 50vw;
}
.reasonList li.typeB .columnImg .imgOnlyStyle img{
    margin-bottom: 0;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
}
.reasonList li .columnImg img{
	width:100%;
}
.reasonList li .columnText h3{
    font-size: 2.4rem;
    margin-bottom: 1.5em;
}


/*******************ご依頼から施工までの流れ*******************/
.topFlowContents{
    background-image: url("../images/index/flow_bg.jpg");
    background-size: cover;
    background-position:  center;
}
.topFlowContents .flowList{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
}
.topFlowContents .flowList li{
    width:calc(94% / 4);
	margin-left:2%;
	background:#FFF;
	padding:60px 1em 1em;
	position:relative;
    text-align: center;
}
.topFlowContents .flowList li:nth-child(4n+1){
	margin-left:0;
}
.topFlowContents .flowList li span{
	height:60px;
	width:60px;
	border-radius:50%;
	line-height:56px;
	text-align:center;
	background:#66AAD7;
	color:#FFF;
	display:inline-block;
	font-size:36px;
	font-weight:bold;
	position:absolute;
	top:0;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
}
.topFlowContents .flowList li h3{
    color: #2D5486;
    margin-bottom: 1em;
}
.topFlowContents .flowList li p{
    font-size: 14px;
}



/*******************施工事例*******************/
.worksList{
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.worksList li{
	width: 30%;
    margin-left: 5%;
    margin-bottom: 2em;
}
.worksList li:nth-child(3n+1){
	margin-left:0;
}
.worksList li a{
	display:block;
	color: inherit;
	text-decoration:none;
	transition: all .3s;
}
.worksList li a:hover{
	opacity: 0.7;
}
.worksList li a:hover img{
	opacity: 1;
}
.worksList li a .worksImg{
	height:230px;
    overflow: hidden;
	font-size:0;
}
.worksList li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.worksList li .worksText{
	padding:1em 0;
}
.worksList li .worksText span{
	font-size:14px;
	display:inline-block;
	margin-bottom:0.5em;
}
.worksList li .worksText .cate{
	color:#2D5486;
	display:inline-block;
	padding:0 1em;
    border: 1px solid #2D5486;
	margin-left:1em;
}
.worksList li .worksText p{
	font-size:16px;
    margin-bottom: 0;
}





/*******************対応エリア*******************/
.topAreaContents .areaBox{
    background: #FFF;
    padding: 2em 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #2D5486;
    border-radius: 20px;
}

.topAreaContents .areaBox .areaText{
    width: 48%;
}
.topAreaContents .areaBox .areaText .ttlStyle1{
    margin-bottom: 0.5em;
}
.topAreaContents .areaBox .areaImg{
    width: 48%;
    margin-left: 4%;
}


/*******************よくある質問*******************/
.accordionList{
	margin-bottom:1.5em;
}
.accordionList dt{
	color:inherit;
    border: 2px solid #2D5486;
	position: relative;
	padding:1em 24px;
	font-size:18px;
	cursor: pointer;
	font-weight:bold;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.accordionList dt span{
	font-size:3.2rem;
    font-family:"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color:#FFF;
	display:inline-block;
	background:#66AAD7;
	width:60px;
	height:60px;
	border-radius: 50%;
	text-align:center;
	line-height: 60px;
	margin-right:16px;
}
.accordionList dt strong{
	width:calc( 100% - 100px );
    font-weight: normal;
}
.accordionList dd {
    padding: 1.5em 24px;
    background: #F0F3F2;
    border: 2px solid #F0F3F2;
    border-top: 0;
	display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-flow: wrap;
}
.accordionList dd span{
	font-size:3.2rem;
    font-family:"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color:#66AAD7;
	display:inline-block;
	background:#FFF;
    border: 2px solid #66AAD7;
	width:60px;
	height:60px;
	border-radius: 50%;
	text-align:center;
	line-height: 56px;
	margin-right:16px;
	font-weight: bold;
}
.accordionList dd strong{
	font-weight:normal;
	width:calc( 100% - 100px );
}
.accordionList dd strong img{
	max-width:100%;
}
.accordionList dt:after {
   content: "";
   position: absolute;
   border-right: 2px solid #2D5486;
   border-bottom: 2px solid #2D5486;
   width: 16px;
   height: 16px;
   right: 30px;
   top:45%;
   transform: rotate(45deg) translateY(-50%);
}
.accordionList dt.ac:after {
   content: "";
   position: absolute;
   border-left: 2px solid #2D5486;
   border-top: 2px solid #2D5486;
   border-right: 0;
   border-bottom: 0;
   width: 16px;
   height: 16px;
   right: 30px;
   top:50%;
   transform: rotate(45deg) translateY(-50%);
}
/* footer Setting
=========================================================================================== */
#footerContact{
    background-image: url("../images/footercontact_bg.jpg");
    background-size: cover;
    background-position:  center;
    background-attachment: fixed;
}
#footerContact .inner{
    padding: 60px 0 180px;
    max-width: 1100px;
    margin: 0 auto;
}
footer .ttlStyle1{
    font-size: 3.2rem;
    letter-spacing: normal;
    color: #2D5486;
    font-weight: 900;
	margin-bottom:0.5em;
}
#footerContact .inner .footerLead{
	text-align:center;
}
#footerContact #footerContactBox{
    background: rgba(255,255,255,0.7);
    padding: 2em 4%;
    border-radius: 20px;
}
#footerContact #footerContactBox #footerContactList{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#footerContact #footerContactBox #footerContactList li{
    width: 32%;
    margin-left: 2%;
    text-align: center;
}
#footerContact #footerContactBox #footerContactList li.tel{
    margin-left: 0;
}
#footerContact #footerContactBox #footerContactList li.tel a{
    margin-left: 0;
    font-size: 3.4rem;
    color: #2D5486;
    font-weight: 900;
    text-decoration: none;
    transition: all .3s;
}
#footerContact #footerContactBox #footerContactList li.tel a span{
    vertical-align: middle;
}
#footerContact #footerContactBox #footerContactList li.tel a:hover{
    opacity: 0.7;
}
#footerContact #footerContactBox #footerContactList li.tel a:before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
    vertical-align: middle;
    transition: all .3s;
}
#footerContact #footerContactBox #footerContactList li.direct a{
    font-size: 3.4rem;
    color: #2D5486;
    font-weight: 900;
    text-decoration: none;
    transition: all .3s;
}
#footerContact #footerContactBox #footerContactList li.direct a:hover{
    opacity: 0.7;
}
#footerContact #footerContactBox #footerContactList li.direct a:before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_direct.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
    vertical-align: middle;
    transition: all .3s;
}
#footerContact #footerContactBox #footerContactList li.direct a span{
    vertical-align: middle;
}
#footerContact #footerContactBox #footerContactList li.direct a em{
    font-size: 14px;
    color: #2D5486;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
}
#footerContact #footerContactBox #footerContactList li.mail a{
    font-size: 2.0rem;
    color: #FFF;
    background: #2D5486;
    font-weight: normal;
    border-radius: 3em;
    padding: 1em;
    /*display: block;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .3s;
}
#footerContact #footerContactBox #footerContactList li.mail a:hover{
    background:#66AAD7;
}
#footerContact #footerContactBox #footerContactList li.mail a:before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_mail_w.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
    transition: all .3s;
}




#footerArea{
    background: #2D5486;
    color: #FFF;
    position: relative;
}
#footerArea:before{
    content:"";
    display: block;
    width: 100%;
    height: 108px;
    background: url("../images/footersection.svg");
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
}
/*#footerArea:before{
    content:"";
    width:120%;
    height:100px;
    position:absolute;
    top:0;
    left:50%;
    background:#2D5486;
    transform: translate(-50%, -50%);
    border-radius:100%;
  }
#footerArea > .inner {
    position: relative;
    background: #2D5486;
	margin-left:-200px;
	padding-left:200px;
	margin-right:-200px;
	padding-right:200px;
	border-top-left-radius: 50% 16%;
    border-top-right-radius: 50% 16%;
}*/
#footerArea a{
    color: #FFF;
}
#footerArea section{
	width:1100px;
	padding:0 0 120px 0;
	margin:0 auto;
}
#footerArea .footerColumnSet{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footerArea .footerColumnSet .footerColumnL{
    width: 66%;
}
#footerArea .footerColumnSet .footerColumnR{
    width: 30%;
    margin-left: 4%;
}
#footerArea .footerColumnSet .footerColumnR .footerNav ul{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footerArea .footerColumnSet .footerColumnR .footerNav ul li{
    width: 48%;
    margin-left: 4%;
    margin-bottom: 1em;
}
#footerArea .footerColumnSet .footerColumnR .footerNav ul li:nth-child(2n+1){
	margin-left:0;
}




#footerArea .footerAreaColumnSet .footerAreaNavSet{
    width: 76%;
    margin-left: 4%;
}
#footerArea .footerAreaColumnSet .footerAreaNavSet .footerAreaNavColumn4Set{
    display: flex;
}
#footerArea .footerAreaColumnSet .footerAreaNavSet .footerAreaNavColumn4Set .footerAreaNavColumn4{
    width: 23.5%;
    margin-left: 2%;
}
#footerArea .footerAreaColumnSet .footerAreaNavSet .footerAreaNavColumn4Set .footerAreaNavColumn4:nth-child(4n+1){
	margin-left:0;
}
#footerArea .footerAreaColumnSet .footerAreaNavSet .footerAreaNavColumn4Set .footerAreaNavColumn4 .footerNavList li{
    margin-bottom: 1em;
}
#footerArea .footerAreaColumnSet .footerAreaNavSet .footerAreaNavColumn4Set .footerAreaNavColumn4 .footerNavList li a{
    color: #FFF;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding-left: 1em;
}

#footerArea .footerAreaColumnSet .footerAreaNavSet .footerAreaNavColumn4Set .footerAreaNavColumn4 .footerNavList > li > a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
#footerArea .footerAreaColumnSet .footerAreaNavSet .footerAreaNavColumn4Set .footerAreaNavColumn4 .footerNavList > li > a.noneLink{
	pointer-events:none;
	margin-bottom:1em;
	padding-left: 0;
}
#footerArea .footerAreaColumnSet .footerAreaNavSet .footerAreaNavColumn4Set .footerAreaNavColumn4 .footerNavList > li > a.noneLink:before{
	content:none;
}
#footerArea .footerAreaColumnSet .footerAreaNavSet .footerAreaNavColumn4Set .footerAreaNavColumn4 .footerNavList li ul li a{
    font-size: 14px;
}
#footerArea .footerAreaColumnSet .footerAreaNavSet .footerAreaNavColumn4Set .footerAreaNavColumn4 .footerNavList li ul li a:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
    vertical-align: middle;
    margin-bottom: 1px;
    border-bottom: 1px solid #FFF;
    margin-right: 10px;
    
}


footer .footer_recaptcha{
	text-align:center;
	font-size:12px;
	margin-bottom:2em;
}
footer .footer_recaptcha a{
	color:#FFF;
	text-decoration:underline;
}
footer .footer_recaptcha a:hover{
	text-decoration:none;
}
.grecaptcha-badge { visibility: hidden; }

footer #copy{
	font-size:14px;
	padding:1em 0;
	text-align:center;
	color:#FFF;
	margin-bottom:0;
}
@media all and (-ms-high-contrast: none) {
}
/* After Setting
=========================================================================================== */
.mt0{margin-top:0;}
.mt1{margin-top:1em;}
.ml0{ margin-left:0;}
.mb0{margin-bottom:0;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.mb1{margin-bottom:1em;}
.mb2{margin-bottom:2em;}
.mb3{margin-bottom:3em;}
.pb0{ padding-bottom:0;}
.pb20{ padding-bottom:20px;}
.pr20{ padding-right:20px;}
.vat{ vertical-align:top;}
.vam{ vertical-align:middle;}