@charset "utf-8";


/*resetCSS*/
html{
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
color:#FFF;
background:#1F2A66;
}
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: "M PLUS 1p", 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: #E95504;
}
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;
    padding-right: 4%;
	display: flex;
	align-items: center;
	height: 84px;
    justify-content: flex-end;
	transition: all .3s;
    background: #1F2A66;
}
#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;
	padding: 0;
    position: relative;
    height: auto;
    transition: all .3s;
	border-radius: 0 0 3em 0;
}
#headerSet #headerLogoSet #headerLogo a img{
	width: 180px;
	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 .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 a{
	color: #FFF;
	text-decoration:none;
	position: relative;
	transition: all .3s;
}
#headerSet #headerMenuSet .gnav ul li a:hover{
	color:#E95504;
}






.headerContact a{
    background: #E95504;
    color:#FFF;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 1em 2em;
	text-decoration:none;
	border-radius:3em;
	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:#953500;
}



/*.current #headerSet{
	background: #1F2A66;
}*/
.current #headerSet #headerLogoSet #headerLogo a img{
	width: 160px;
}
/* ALL Setting
=========================================================================================== */
article section{
	padding:60px 0;
	width:1100px;
	margin:0 auto;
}
.bgPattern01{
	background: #006097;
}
.ttlStyle1{
	font-size:3.8rem;
    text-align: center;
	margin-bottom: 1.5em;
    letter-spacing: 0.1em; 
}
.ttlStyle1::before{
    content: "";
    display: block;
    background-image: url("../images/ttlarch.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 92px;
    height: 26px;
    margin: 0 auto;
    transition: all .3s;
}
.ttlStyle1 strong{
    font-weight: 900;
    position: relative;
    padding: 0 0.5em;
}
.ttlStyle1 strong:before,
.ttlStyle1 strong:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    border-top: 8px double;
    content: '';
}
.ttlStyle1 strong:before {
    left: -3rem;
}
.ttlStyle1 strong:after {
    right: -3rem;
}
.ttlStyle1 span{
	font-size:14px;
	display:block;
}
.ttlStyle2{
	font-size:3.6rem;
	margin-bottom:1em;
}
.ttlStyle3{
    font-size: 2.0rem;
    padding-left: 0.5em;
    border-left: 10px solid #E95504;
}
.imgOnlyStyle img{
    max-width: 100%;
}
.centerAdjust{
	text-align:center;
}
.rightAdjust{
    text-align: right;
}
.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
	pointer-events: none;
}
.btnStyle1 a{
	font-size:16px;
	text-decoration:none;
	background:#E95504;
    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: #953500;
}



/*
.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;
}



.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;
}

.textRed{
	color:#CE080B;
}
.textSmall{
    font-size: 14px;
}
.marker{
    background:linear-gradient(transparent 60%, #FFF18B 80%);
    font-weight: normal;
}

.boxPatternA{
    background: #F0F3F2;
    padding: 2em 4%;
}
.boxPatternA .ttlBoxStyle1{
    font-size: 2.0rem;
}
.boxPatternA .ttlBoxStyle1:before{
    content: "■";
    color: #2D5486;
}

.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;
    /*width: calc(100vw - max(20%, 200px));*/
    width: calc(100vw - 136px);
    margin: 0 0 0 auto;
    border-radius: 30px 0 0 30px;
	overflow: hidden;
    margin-top: 84px;
}
#subContentsHead.serviceHead{
	background-image:url(../images/service/mainvisual.jpg);
}
#subContentsHead.worksHead{
	background-image:url(../images/works/mainvisual.jpg);
}
#subContentsHead.companyHead{
	background-image:url(../images/company/mainvisual.jpg);
}
#subContentsHead.contactHead{
	background-image:url(../images/contact/mainvisual.jpg);
}





#subContentsHead .mainVisual{
	height: 48vh;
	position:relative;
    min-height: 320px;
    /*max-width: 1100px;*/
    margin: 0 auto;
    margin-left: 6%;
}
#subContentsHead .mainVisual .mainTitle{
	font-size:16px;
    font-weight: normal;
	margin-bottom:0;
	color:#FFF;
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	white-space: nowrap;
}
#subContentsHead .mainVisual .mainTitle span{
    font-size: 16px;
    background: #E95504;
    display: inline-block;
    padding: 0.2em 1em;
    color: #FFF;
}
#subContentsHead .mainVisual .mainTitle strong{
    font-size: 7.0rem;
    font-weight: 900;
    display: block;
	text-transform: uppercase;
}

/**パンくず**/
#path{
	max-width:1100px;
	margin:1em auto;
	display: flex;
    align-items: center;
	justify-content: flex-start;
	font-size:14px;
}
#path li a{
	color:#E95504;
}
#path li:after{
	content:"/";
	padding:0 1em;
}
#path li:last-child:after{
	content:none;
}
/* サービス Setting
=========================================================================================== */
.serviceIntroContents{
    text-align: center;
}
.anchorBtnList{
    display: flex;
    flex-wrap: wrap;
}
.anchorBtnList li{
    width: 30%;
    margin-left: 5%;
    margin-bottom: 1em;
}
.anchorBtnList li:nth-child(3n+1){
	margin-left:0;
}
.anchorBtnList li a{
    background: #E95504;
    color: #FFF;
    display: block;
    padding: 1em 1em;
    border-radius: 3em;
    text-decoration: none;
    transition: all .3s;
    position: relative;
}
.anchorBtnList li a:hover{
    background: #953500;
}
.anchorBtnList 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: 1em;
    transform: translateY(-50%) rotate(90deg);
}

.serviceBox{
    border: 2px solid #FFF;
    padding: 2em 4%;
    border-radius: 20px;
    margin-bottom: 3em;
}
.serviceBox h2{
    margin-bottom: 1em;
}
.serviceBox .serviceColumnSet{
    display: flex;
    margin-bottom: 2em;
}
.serviceBox .serviceColumnSet .serviceColumnImg{
    width: 42%;
}
.serviceBox .serviceColumnSet .serviceColumnImg .imgOnlyStyle{
    margin-bottom: 0;
}
.serviceBox .serviceColumnSet .serviceColumnText{
    width: 54%;
    margin-left: 4%;
}
.serviceBox .serviceColumnSet .serviceColumnText .explanation{
    border-bottom: 2px dashed #FFF;
    padding-bottom: 1em;
}
.serviceBox .serviceColumnSet .serviceColumnText ul{
	font-size:16px;
	padding-left:0;
}
.serviceBox .serviceColumnSet .serviceColumnText ul li{
	text-indent: -1.5em;
	padding-left: 1.5em;
    margin-bottom: 0.5em;
}
.serviceBox .serviceColumnSet .serviceColumnText ul li:before{
	content:"●";
	margin-right:0.5em;
	color: #E95504;
}
.serviceBox .serviceBtn{
    text-align: right;
    margin-bottom: 0;
}
.serviceBox .serviceBtn a{
    display: inline-block;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-size: 14px;
}
.serviceBox .serviceBtn a:after {
    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;
    margin-left: 1em;
    /*position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%) rotate(90deg);*/
}

/* 制作事例 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:#006097;
    border-radius: 3em;
	color:#FFF;
	text-decoration:none;
	width: 100%;
	font-size:16px;
	transition: all .3s;
}
.worksCateList li a:hover{
	background:#E95504;
}
.worksCateList li.current-cat a{
	background:#E95504;
}
/***ページネーション***/
.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:#E95504;
	border-radius:6px;
	text-decoration: none;
	display: flex;
    align-items: center;
    justify-content: center;
}

.pager .pagination li a:hover{
	color: #FFF;
	background: #953500;
	transition: all .3s;
}
.pager .pagination li.active a{
	color: #FFF;
	background: #8b8b8b;
	transition: all .3s;
}
/* 制作事例（記事詳細）　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:#FFF;
    border: 1px solid #FFF;
	font-size:14px;
    border-radius: 6px;
	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 #FFF;
}

/***調整記事調整***/
#singlePage .singleContents{
	line-height: 180%;
}
#singlePage .singleContents h2{
	font-size:2.4rem;
	padding-left: 0.5em;
}
#singlePage .singleContents h3{
	font-size:2.0rem;
}
#singlePage .singleContents h4{
	font-size:18px;
}
#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:#E95504;
	padding:1em 3em;
	border-radius:10px;
	text-decoration:none;
	display: block;
}
.pageColumnSet a:hover{
	color: #FFF;
	background: #953500;
	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{
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 6px;
    padding: 0.2em 1em;
    margin-right: 1em;
    font-size: 16px;
}
.companyColumnSet .companyColumnText{
	width:74%;
}


.CEOname{
    display: block;
    text-align: right;
    font-weight: normal;
    font-size: 20px;
}
.CEOname span{
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 6px;
    padding: 0.2em 1em;
    margin-right: 1em;
    font-size: 16px;
}

.companyList{
    margin-bottom: 2em;
}
.companyList li{
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.companyList li:nth-child(even){
    margin-left: 8%;
}
.companyList li .companyIcon{
    width: 230px;
}
.companyList li .companyIcon img{
    width: 100%;
}
.companyList li .companyText{
    width: calc(96% - 230px);
    margin-left: 4%;
}
.companyList li .companyText h3{
    font-size: 24px;
}
.companyList li .companyText p{
    font-size: 14px;
}

.sankakuSection{
    position: relative;
    padding-top: 60px;
}
.sankakuSection::before{
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%); 
    background-color: #1F2A66;
    left: 0;
    top: -1px;
}

.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
=========================================================================================== */
.contactTelBox{
    border: 2px solid #FFF;
    border-radius: 20px;
    padding: 3em 1em 1em;
    text-align: center;
    position: relative;
    margin-bottom: 4em;
}
.contactTelBox h2{
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateY(-50%) translateX(-50%);
}
.contactTelBox h2 span{
    background: #1F2A66;
    display: inline-block;
    padding: 0 2em;
}
.contactTelBox strong a{
    font-weight: 900;
    color: #FFF;
    font-size: 3.6rem;
    text-decoration: none;
    transition: all .3s;
}
.contactTelBox strong a:hover{
    opacity: 0.7;
}
.contactTelBox strong a:before{
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
    transition: all .3s;
    background-image: url("../images/icon_tel.svg");
    vertical-align: middle;
}
.contactTelBox strong a span{
    vertical-align: middle;
}


.contactTable1{
	width:100%;
	margin-bottom:3em;
}
.contactTable1 th,
.contactTable1 td{
	padding:1em 0;
}
.contactTable1 input[type="text"],
.contactTable1 input[type="email"],
.contactTable1 input[type="tel"],
.contactTable1 input[type="url"],
.contactTable1 select,
.contactTable1 textarea{
	width: 100%;
    padding:1em;
	border-radius: 10px;
}
.contactTable1 .mwform-tel-field input[type="text"]{
	width:20%;
}
.contactTable1 select{
	height:4em;
}
.contactTable1 .required{
	font-size:14px;
	font-weight:normal;
	background:#006097;
	margin-left:0.5em;
	color:#FFF;
	display:inline-block;
	padding:0 0.5em;
	border-radius: 4px;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}



.cf7-cf-turnstile{
	text-align:center;
	margin-bottom:2em;
}


.thanksText{
	text-align:center;
}
/***送信ボタン****/
.formBtnSet{
	margin-top:2em;
}
.formBtn1{
	display: flex;
    align-items: center;
    justify-content: center;
}
.formBtn1 li{
	margin-left:2%;
	margin-right:2%;
}
.formBtn1 input{
	min-width:320px;
	display:block;
	font-size:16px;
	padding:2em 2.5em;
	color: #fff;
    background: #E95504;
	border-radius:3em;
	border:none;
}
.formBtn1 input[type="submit"]:hover{
	background:#953500;
	cursor : pointer;
	transition: all .3s;
}
/* index Setting
=========================================================================================== */
/***メインビジュアル***/
#indexContentsHead{
	position:relative;
}
#mainVisualImgSet{
    margin-top: 84px;
}
#mainVisualImgSet div{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: calc(100vw - max(20%, 200px));
	height: 80vh;
	margin: 0 0 0 auto;
	border-radius: 30px 0 0 30px;
	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{
	position:absolute;
	top:50%;
	left:50%;
    transform:translateY(-50%) translateX(-50%);
	/*max-width: 1100px;*/
	width:80%;
    font-size: 7.0rem;
	margin-bottom:0;
    line-height: 1.2;
}
#indexContentsHead .mainCatch strong{
    font-weight: 900;
    display: block;
    margin-bottom: 0.2em;
}
#indexContentsHead .mainCatch span{
    display: block;
    font-size: 24px;
    font-weight: bold;
}



/* スクロールダウンの位置 */
.scroll {
    position: absolute;
    left: 30px;
    bottom: 115px;
	/*transform:translateY(-100%);*/
    writing-mode: vertical-rl;
    color: #FFF;
}
/* 線のアニメーション部分 */
.scroll::before {
    animation: scroll 2s infinite;
    background-color: #E95504;
    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: 0;
	left:100px;
	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: #E95504;
}

/*******************introContents*******************/
.introContents{
	overflow: hidden;
	position: relative;
}
.introContents .introText{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
/*******************選ばれる理由*******************/
.topReason{
    position: relative;
    padding-top: 60px;
}
.topReason::before{
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%); 
    background-color: #1F2A66;
    left: 0;
    top: -1px;
}

.topReason h2{
    text-align: center;
}
.topReason h2 span{
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 1em;
    background-color: #1F2A66;
    color: #FFF;
    font-size: 3.8rem;
    font-weight: 900;
}

.topReason h2 span::before,
.topReason h2 span::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #1F2A66 transparent;
    border-style: solid;
    content: '';
}

.topReason h2 span::before {
    left: -20px;
    border-width: 40px 0px 40px 20px;
}

.topReason h2 span::after {
    right: -20px;
    border-width: 40px 20px 40px 0px;
}



.topReasonList li{
	margin-bottom:4em;
}
.topReasonList li:nth-child(odd) .imgOnlyStyle{
	width:94%;
	margin-bottom:0;
	font-size: 0;
}
.topReasonList li:nth-child(odd) .imgOnlyStyle img{
    box-shadow: 20px 20px #1F2A66;
}
.topReasonList li img{
	width:100%;
}
.topReasonList li:nth-child(odd) .textBox{
	background:#006097;
	display:block;
	padding:2em 3em 2em 0;
	width:70%;
    position: relative;
	margin-top:-7em;
}
.topReasonList li .textBox h3{
	font-size:2.4rem;
}
.topReasonList li .textBox p{
	margin-bottom:0;
}


.topReasonList li:nth-child(even) .imgOnlyStyle{
	width:94%;
	margin:0 0 0 auto;
    font-size: 0;
}
.topReasonList li:nth-child(even) .imgOnlyStyle img{
    box-shadow: -20px 20px #1F2A66;
}
.topReasonList li:nth-child(even) .textBox{
	background:#006097;
	display:block;
	padding:2em 0 2em 3em;
	width:70%;
    position: relative;
	margin: -7em 0 0 auto;
}
.topReasonList li:last-child{
    margin-bottom: 0;
}


/*******************サービス*******************/
.topServiceList{
    display: flex;
    flex-wrap: wrap;
}
.topServiceList li{
    width: 30%;
    margin-bottom: 3em;
    margin-left: 5%;
    text-align: center;
}
.topServiceList li:nth-child(3n+1){
    margin-left: 0;
}
.topServiceList li a{
    color: #FFF;
    text-decoration: none;
}
.topServiceList li .topServiceImg{
    margin-bottom: 1em;
}
.topServiceList li .topServiceImg img{
    max-width: 100%;
}
/*******************制作事例*******************/
.topWorks{
    overflow: hidden;
}
.topWorks section{
    padding-top: 0;
}
.topWorksSet:before{
    content: "";
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 40vh;
    min-height: 380px;
    background-image: url("../images/index/works_bg.jpg?20250815");
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: -1;
}
.topWorksSet .ttlStyle1{
    transform: translateY(-20%);
    margin-bottom: 1em;
    position: relative;
    z-index: -1;
}
.topWorksSet .ttlStyle1::after{
    content: "";
    background: #1F2A66;
    display: inline-block;
    width: 600px;
    height: 300px;
    border-radius: 50% / 100% 100% 0 0;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}


/*.topWorksSet .ttlStyle1 div{
    background: #1F2A66;
    display: inline-block;
    width: 300px;
  height: 150px;
  border-radius: 50% / 100% 100% 0 0;
}
*/

.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:#FFF;
	display:inline-block;
	padding:0 1em;
    border: 1px solid #FFF;
	margin-left:1em;
    border-radius: 4px;
}
.worksList li .worksText p{
	font-size:16px;
    margin-bottom: 0;
}


/*******************メッセージ*******************/
.topCompany .topMessageBoxSet{
    position: relative;
    padding-top: 6em;
}
.topCompany .topMessageBox{
    background: #006097;
    padding: 3em 4%;
    max-width: 80%;
    margin: 0 auto 0 0;
    position: relative;
}
.topCompany .topMessageBox .inner{
    width: 48%;
}
.topCompany .topMessageBox .decorationTtl{
    position: absolute;
    left: -50px;
    top: -80px;
    z-index: 1;
}
.topCompany .topMessageBox .decorationTtl img{
    max-width: 100%;
}
.topCompany .topMessageBox h2{
    font-size: 4.8rem;
    font-weight: 900;
    margin-bottom: 0;
}
.topCompany .topMessageImg{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
}
.topCompany .topMessageImg img{
    width: 100%;
}
/* footer Setting
=========================================================================================== */
#footerContact{
    background-image: url("../images/footercontact_bg.jpg");
    background-size: cover;
    background-position:  center;
    background-attachment: fixed;
}
#footerContact .inner{
    padding: 60px 0;
    max-width: 1100px;
    margin: 0 auto;
}
footer .ttlStyle1{
    font-size: 3.8rem;
    letter-spacing: normal;
    color: #FFF;
	margin-bottom:0;
}
footer .ttlStyle1 img{
    margin: 0.5em 0;
    max-width: 100%;
}
#footerContact .inner .footerLead{
	text-align:center;
    font-size: 14px;
    margin-bottom: 3em;
}
#footerContact #footerContactList{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#footerContact #footerContactList li{
    width: 48%;
    margin-left: 4%;
    text-align: center;
}
#footerContact #footerContactList li:nth-child(2n+1){
	margin-left:0;
}
#footerContact #footerContactList li a{
    font-size: 2.0rem;
    color: #FFF;
    background: #E95504;
    font-weight: normal;
    border-radius: 3em;
    padding: 1.5em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .3s;
}
#footerContact #footerContactList li a:hover{
    background:#953500;
}
#footerContact #footerContactList li a:before{
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
    transition: all .3s;
}
#footerContact #footerContactList li.tel a:before{
    background-image: url("../images/icon_tel.svg");
}
#footerContact #footerContactList li.mail a:before{
    background-image: url("../images/icon_mail_w.svg");
}



#footerArea{
    background: #1F2A66;
    color: #FFF;
    position: relative;
}

#footerArea section{
	width:1100px;
	padding:0 0 80px 0;
	margin:0 auto;
    text-align: center;
}
#footerArea #footerLogo{
    transform: translateY(-50%);
}
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;}