@charset "UTF-8";
/*
Theme Name: sunwall
Version: 1.0.0
*/

/****************************************
General Setting
*****************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
	color: #222;
}
a:hover {
	color: #0155A6;
}
strong { font-weight: 500; }

img { max-width: 100%; }

ol,ul,li { list-style: none; }

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}


.sponly { display: none; }
.pcbr { display: block; }
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8em;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 300;
}


.wrapper { width: 1170px; margin-left: auto; margin-right: auto; }
.wrapper02 { margin-left: 10%; margin-right: 10%; }

.alignleft { float: left; }
.alignright { float: right; }
.tac {text-align:center;}
.tar {text-align:right;}
.tal {text-align:left;}

.red { color: #e00; }
.blue {
	color: #0056a6;
}
/****************************************

Navigation

*****************************************/
/* ------- メニュー部分 ------- */
.menu{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-right: 0px solid #eee;
}

.menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	position: relative;
	text-align: right;
}

.menu li{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: text-top;	
	font-weight: 500;
}

.menu li.sponly { display: none;}
.menu span.spanmenu,
.menu a{
	vertical-align: middle;	
	font-size: 15px;
	display: block;
	color: #000;
	padding: 0px 30px 10px;
	position: relative;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	font-weight: 400;
}
.menu span.spanmenu:after {
	content: "";
	width: 10px;
	height: 6px;
	background: url(/images/yaji-gra.png) no-repeat top center;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: 10px;
}
.menu a:hover { color: #034381; }
.menu a span {
	display: block;
	line-height: 1em;
}


.menu ul:after {
	clear: both;
	display: block;
	content: "";
}
.menu .child {
	display: none;
	position: absolute;
	z-index: 1001;
	width: auto;
	height: auto;
	background: #f9f9f9;
}
.menu .child:before {
	content: "";
	top: -7px;
	left: 30%;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	position: absolute;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #034381;
	z-index: 2;
}

.menu .child li {
	padding: 0;
	border-bottom: 1px #ddd solid;
	display: block;
	margin: 0px;
	width: auto;	
}
.menu .child li:first-child {
	border-top: 1px #ddd solid;	
}

.menu .child a {
	display: block;
	width: 100%;
	height: auto;
	padding: 12px 10px;
	color:#000!important;
	background: #fff;
	text-indent: 0em;
	background-size: 11px;
	position: relative;
	overflow: hidden;
	box-sizing:border-box;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px 0px; 
	text-align: left;
	border: 0px solid #fff;
	font-weight: 400;
}

.menu .child a:hover {
	background: #0088CC;
	background-size: 11px;
	color: #fff!important;
}
.menu li.has_child:hover .child {	
	display: block;
}
.menu-nav {
	margin-left: auto;
	cursor: pointer;
	position: relative;
	z-index: 400;
	text-align: center;
	width: 100px;
	height: 100px;
	background: #004377;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-pack: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	transition: .3s;
}
#menu-trigger,
#menu-trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#menu-trigger {
	display: block;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0px auto;
}

#menu-trigger span {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 3px;
	background-color: #fff;
}

#menu-trigger span:not(:first-child) {
	width: 80%;
}

#menu-trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}

#menu-trigger span:nth-of-type(1) {
	top: 0px;
}

#menu-trigger span:nth-of-type(2) {
	top: 13px;
}

#menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}

#menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) scale(0);
	transform: translateY(20px) scale(0);
}

#menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 3px;
}

#menu-trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) scale(0);
	transform: translateY(-20px) scale(0);
}

.htoi {
	display: flex;
	text-align: right;
	justify-content: right;
	align-items: center;
	padding-top: 10px;
}
.htoi a { font-size: 15px; font-weight: 500; margin-right: 20px; display: inline-block; }
.htoi a.g-link { color: #fff; background: #004077; padding: 0px 10px;
	display: flex;
	align-items: center;
}
.htoi a.g-link img { margin-left: 5px; }
/* ------- メニュー部分 ------- */

/****************************************/

/****************************************

margin

*****************************************/

.mt0 { 	margin-top: 0px; }
.mt5 { 	margin-top: 5px; }
.mr5 { margin-right: 5px; }
.ml5 { 	margin-left: 5px; }
.mb5 { margin-bottom: 5px; }
.mt10 { 	margin-top: 10px; }
.mr10 { margin-right: 10px; }
.ml10 { 	margin-left: 10px; }
.mb10 { margin-bottom: 10px; }
.mt20 { 	margin-top: 20px; }
.mr20 { margin-right: 20px; }
.ml20 { 	margin-left: 20px; }
.mb20 { margin-bottom: 20px; }
.mt30 { 	margin-top: 30px; }
.mr30 { margin-right: 30px; }
.ml30 { 	margin-left: 30px; }
.mb30 { margin-bottom: 30px; }
.mt40 { 	margin-top: 40px; }
.mr40 { margin-right: 40px; }
.ml40 { 	margin-left: 40px; }
.mb40 { margin-bottom: 40px; }
.mt50 { 	margin-top: 50px; }
.mr50 { margin-right: 50px; }
.ml50 { 	margin-left: 50px; }
.mb50 { margin-bottom: 50px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mt100 { 	margin-top: 100px; }

/****************************************

padding

*****************************************/
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pl10 { padding-left: 10px; }
.pb10 { padding-bottom: 10px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pl20 { padding-left: 20px; }
.pb20 { padding-bottom: 20px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pl30 { padding-left: 30px; }
.pb30 { padding-bottom: 30px; }
.pt40 { padding-top: 40px; }
.pr40 { padding-right: 40px; }
.pl40 { padding-left: 40px; }
.pb40 { padding-bottom: 40px; }
.pt50 { padding-top: 50px; }
.pr50 { padding-right: 50px; }
.pl50 { padding-left: 50px; }
.pb50 { padding-bottom: 50px; }

.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font36 { font-size: 36px; }


header {  width: 100%; z-index: 1; background: #fff; }
body.home header { background: rgba(255, 255, 255, 1); }
header.navfixed { background: rgba(255, 255, 255, 1) !important; }
#header #hwrap { display: flex; flex-wrap: wrap; justify-content: right; justify-content: flex-end; }
#header .item01 { width: 20%; display: inline-block; padding-top: 20px; }
#header .item02 { width: 70%; display: inline-block; text-align: right; }

body.page-template-page-manson_lp #header .item02 { width: 75%; }

header.navfixed #gmenubutton { position:  fixed; top: 0px; right: 0px; }
header.navfixed #header {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	z-index: 100;
	background: #fff;	
}
/*
#headerL.fixed .gmenu {
position:  fixed;
top: 0;
left: 0;
z-index: 10000;
width: 100%;
background-color: rgba(255,255,255, 1);
box-shadow: 0 3px 5px -1px rgb(0 0 0 / 10%);
}
*/

#footer01  { position: fixed; bottom: 0px; left: 0px; width: 100%; display: none; z-index: 10; }
#footer01.fixed { display: block; }
#footer01 ul { display: flex; justify-content: center; }
#footer01 ul li { display: inline-block; }
#footer01 ul li img { display: block;}
#footer01 ul li span.spanmenu,
#footer01 ul li a { display: block; }
#ft_top { position: absolute; right: 0px; bottom: 0px;  }
body.page-id-2284 #ft_top { position: absolute; right: 0px; bottom: 77px;  }
#footer01 ul li#ft_top img { height: 68px;}
h2.ttl {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 50px;
}

.ttl03 {
	margin-top: -60px;	
}
.ttl03 h2 {
	margin-top: -100px;
	font-size: 40px;
	padding-bottom: 25px;
	margin-bottom: 50px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.ttl03 h2:after {
	position: absolute;
	content: "";
	display: block;
	width: 33%;
	height: 3px;
	background: #4FA5CE;
	bottom: -10px;
	left: 33%;
}

.white { color: #fff; }

.ttl02 {
	padding: 20px 40px;
	background: #EFF1F4;
}
.ttl02 h2 {
	color: #0091B9;
	font-size: 32px;
	padding-right: 6em;
	line-height: 1.8em;
	font-weight: 400;
	letter-spacing: 4px;
	position: relative;
	display: inline-block;
}

.ttl02 h2:after {
	content: "";
	width: 5em;
	height: 3px;
	background: #0091B9;
	display: block;
	top: 48%;
	right: 0px;
	position: absolute;
}

.ttl02 span {
	font-weight: 400;
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 1em;
	padding-left: 5px;
	letter-spacing: 3px;
}

#workDedail .mainbloc {
	background: #dcf5ff;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 40px;
}

#workDedail .mainbloc2 {
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 40px;
	border: 1px solid #d5d5d5;
}

.worktags { margin-bottom: 5px; display: block; }
.worktags li { display: inline-block; min-width: 198px; }

.worktags li a {
	display: block;
	padding: 10px 25px;
	margin: 10px 10px 10px 0px;
	text-decoration: none !important;
	width: auto;
	text-align: center;
	font-size: 16px;
	color: #333;
	border: 2px solid #bdd7ee;
	border-radius: 0px;
}

.worktags li.active a { 
	/*    color: #fff;
	background: #bdd7ee; 
	border-radius: 0px;
	*/
}

.worktags li a:hover { color: #fff; background: #bdd7ee; }


.worktags li a.item_6,
.worktags li span.item_6 {
	border-color: #1AA90F;	/* 緑 */
	border-color: #ff9c01;	/* オレンジ */
}
.worktags li a.item_6:hover { color: #fff; background: #1AA90F; }
.worktags li a.item_6:hover { color: #fff; background: #ff9c01; }

.worktags li a.item_7,
.worktags li span.item_7 {
	border-color: #ff9c01;	/* オレンジ */
	border-color: #0055A6;	/* 青 */
}
.worktags li a.item_7:hover { color: #fff; background: #ff9c01; }
.worktags li a.item_7:hover { color: #fff; background: #0055A6; }

.worktags li a.item_8,
.worktags li span.item_8 {
	border-color: #0055A6;	/* 青 */
	border-color: #1AA90F;	/* 緑 */
}
.worktags li a.item_8:hover { color: #fff; background: #0055A6; }
.worktags li a.item_8:hover { color: #fff; background: #1AA90F; }

.worktags li a.item_40,
.worktags li span.item_40 {
	border-color: #c9252f;	/* ワインレッド */
}
.worktags li a.item_40:hover { color: #fff; background: #c9252f; }

.worktags.subTab li a { border: 1px solid #3971CD; }
.worktags.subTab li.active a { border: 2px solid #3971CD;  color: #3971CD; }

.worktagsr { margin-bottom: 5px; display: block; }
.worktagsr li { display: inline-block; width: 240px; }

.worktagsr li a {
	display: block;
	border: 1px solid #9fbb72;
	padding: 10px 25px;
	margin: 10px 10px 0px 0px;
	text-decoration: none !important;
	width: autp;
	text-align: center;
	font-size: 15px;
	border-radius: 8px;
	background: #fff;
	color: #333;
}

.worktagsr li.active a { border: 2px solid #9fbb72;  color: #fff; background: #9fbb72; }
.worktagsr li a:hover { background: #9fbb72; color: #fff; }

.worktagsr.subTab li a { border: 1px solid #3971CD; }
.worktagsr.subTab li.active a { border: 2px solid #3971CD;  color: #3971CD; }

.tags {
	font-size: 16px;
	text-align: left;
	color: #fff;
}

.tags span,
.tags a {
	padding: 1px; line-height: 1em; display: inline-block; margin-right: 5px; font-size: 12px; color: #999;
}

footer { background: #E4E4E4; color: #000; position: relative; }
#foot01 { background: #fff; color: #004077; padding: 20px 0px; }
#foot01 .fbox01 { padding: 0px 70px; }
#foot01 .faddr { display: flex; align-items: center; }
.fbox02 ul {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	font-weight: 300;
	font-size: 16px;
}
.fbox02 ul span.spanmenu,
.fbox02 ul a { color: #000; text-decoration: none; display: block; margin: 0px 1.1em 0px 0px; line-height:2.5em; text-align: left; }
.fbox02 ul a:hover { text-decoration: underline; text-underline-position: under;  }
#copyright { padding:10px 10px 100px; font-size: 12px; text-align: center; color: #555; }
.fbox02 ul li .footsns a { display: inline-block; }
.fbox02 .footsns img { margin: 0px; }
.fcompay { font-size: 26px; padding-bottom: 10px; }

.footfixed { position: fixed; bottom: 0px; background: #000; width: 100%; border-top: 1px solid #fff; }

#maincon { }



.subHeader {
	padding-top: 50px;
	padding-bottom: 60px;
	background: url(/home/images/title-bg.png) no-repeat top center;
	background-size: cover;
}


.midashi {
	font-size: 24px;
	color: #000;
	font-weight: 500;
	border-left: 5px solid #004380;
	line-height: 1em;
	padding: 0px 10px;
}

.midashis {
	font-family: Lato;
	line-height: 1.5em;
	font-weight: bold;
	color: #000;
	padding-left: 1em;
	font-size: 20px;
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}

.midaship {
	line-height: 2em;
	font-weight: 500;
	color: #000;
	font-size: 32px;
	border-bottom: 4px solid #207BAA;
	margin-bottom: 1em;
}

.breadcrumbs {
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 12px;
}

.mB {
	font-size: 2.2em;
	margin: 0px;
	padding: 25px 0px 0px;
	text-align: center;
	letter-spacing: .35em;
	line-height: 1.5em;
	font-weight: 600;
	color: #0056a6;
	font-weight: 500;
	text-shadow: 1.5px 1.5px 2px #fff;
}

.gr{
	color: #4b4b4b;
}

.ttl {
	margin-bottom: 20px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	padding: 0px 10px;
}

.midashikanren {
	text-align: left;
	clear: both;
	font-size: 20px;
	font-weight: 500;
	color: #0056a6;
	padding: 5px 10px 5px 10px;
	margin-top: 50px;
}


.midashikanren:after {
	content: "";
	display: block;
	height: 1.5px;
	background: #0056a6;
	margin: 15px 0 0px;
}

.kanren ul.list li { display: inline-block; width: 31%; text-align: center; margin: 10px 1%; vertical-align: top; }
.kanren ul.list02 li { display: inline-block; width: 45%; text-align: left; margin: 10px 1%; vertical-align: top; }
.kanren .list li img {
	border: 1px solid #eee;
	max-height: 140px;
	width: 140px;
	float: left;
	margin-right: 10px;
}

.kanren ul.list02 li h3,
.kanren ul.list li h3{
	font-size: 14px;
	text-align: left;
	margin: 0px 0px 20px 20px;
	font-weight: 400;
}

child_pages { margin-top: 20px; width: 100%; display: flex; flex-wrap: wrap; text-align: center; }
.child_page { display: inline-block;
	width: 24%;
	text-align: center;
	margin: 0px 0.5% 10px;
	box-sizing: border-box;
	background-color: #999; }

.child_page h3 { padding-left: 0px; font-weight: normal; font-size: 18px; border: 1px solid #ddd; margin: 0px; }
.child_page h3 a { display: block; padding: 10px; text-decoration: none; color: #fff; }
.child_page h3 a:after { content: "→"; padding-left: 1px; display:block; }
.child_page:hover { background: #ddd; }

.topbutton {
	position: relative;
	display: inline-block;
	padding: .6em 2em;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	z-index: 1;
	width: 220px;
	background: #014380;
	border-radius: 30px;
}

.topbutton::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #fff;
	transform-origin: center center;
	transform: scale(0, 1);
	transition: transform .3s;
	background: #00C4EC;
	border-radius: 30px;
}

.topbutton:hover {
	color: #fff;
}
.topbutton:hover::before {
	transform: scale(1, 1);
}



/* work */

.photos {
	margin-top: 20px;
}

.photos:after {
	clear: both;
	content: "";
	display: block;
}

.photos li:after {
	clear: both;
	content: "";
	display: block;
	margin-bottom: 20px;
}

.photos .part {
	margin-bottom: 15px;
	font-size: 1.5em;
	font-weight: 400;
	color: #000;
	padding-top: 15px;
	padding-left: 10px;
}
.photos .part span {	
	font-size: 1.2rem;
	width: auto;
	padding: 0;
	margin-top: -30px;
	display: inline-block;
	line-height: 2.1em;
	margin: 0 auto;
}

.photos .part span:after {
	content: "";
	display: block;
	height: 1.8px;
	background: #0091B9;
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	position: relative;
	transform-origin: left;	
}


.photos li .halfright,
.photos li .halfleft { width: 48%; vertical-align: top; display: inline-block; }
.photos li .halfleft { margin-right: 2%; }
.photos li .halfright { float: right; }

.photos li img.halfleft.before { width: 250px;}
.photos li img.beforeafter-yaji { width: 180px;}

.photos li .table {
	display: table;
	vertical-align: top;
	width: 100%;
	margin-bottom: 10px;
}
.photos li .alignleft { margin-right: 1% }
.photos li .alignright { margin-left: 1%; }
/* work */


.midashi_1 {
	font-size: 36px;
	padding: 5px 15px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 2em;
	font-weight: 300;
	display: inline-block;
	margin: 10px 0px 40px;
	color: #0091B9;
	letter-spacing: .2em;
}

.wp-block-heading,
.widgettitle {
	font-size: 16px;
	text-align: center;
	padding: 10px;
	margin: 20px 0px 10px;
	border: 1px solid #59c2d8; 
	color: #383838;
}

.kizittl.blogttl {
	font-size: 1.6em;
	padding: 20px 0px 0px;
	text-align: left;
	color: #2f90b8;
	margin-bottom: 10px;
	font-weight: 500;
}

.kizittl.blogttl:after {
	content: "";
	display: block;
	/* width: 100px; */
	height: 2px;
	background: #2f90b8;
	margin: 15px 0 20px;
}

.categories {
	color: #2f90b8;
}

ul.work_list { display: flex; flex-wrap: wrap;}

ul.work_list li { 
	display: inline-block;
	width: 31%;
	margin-bottom: 30px;
	position: relative;
	border-right: 1px solid #ddd;
	box-sizing: content-box;
	padding: 0px 1% 0px 1%;
	background-color: #fff;
}
ul.work_list li:nth-child(3n + 3) { border-right: 0px solid #ddd; }
ul.work_list li h2 { font-size: 16px; margin: 0px; padding: 0px 0px 0px; text-align: left; font-weight: 500; color: #333; margin-bottom: 0px; color: #000; }
ul.work_list li .txt {
	display: block;
	padding: 10px;
	color: #696F79;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	position: relative;
}
ul.work_list li a { text-decoration: none; }

ul.work_list li span.img { display: inline-block; width: 100%; overflow: hidden; text-align: center; position: relative; }

ul.work_list li span.img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	text-decoration: none;
}

ul.work_list li span.more {
	display: block;
	width: 7em;
	border-bottom: 0px solid #999;
	padding: 5px 10px;
	font-size: 14px;
	margin-left: auto;
	margin-right: 8px;
	text-align: right;
	color: #0055a6;
	background: #fff;
	margin-top: 6px;
	line-height: 1.3em;
}

ul.work_list li span.more:after {
	/* 	content: " →";  */
	content: "";
	position: absolute;
	border-width: 4.5px 0 4.5px 8px;
	border-color: transparent transparent transparent #0055a6;
	border-style: solid;
	margin-top: 5px;
	margin-left: 5px;
	/* margin-right: 5px; */
	transition: all 0.3s ease-in-out;
}

a:hover img { opacity: 0.7; }

/* 施工例詳細ページの見出し */
.midashi-d {
	margin: 0px;
	color: #000;
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	position: relative;
	font-weight: 500;
}

.midashi-d:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #0093D6;
	display: block;
	position: absolute;
	left: 0;
	bottom: -6px;
	border-radius: 5px;
}



.midashi-d span:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #343434;
	margin-right: 12px;
	margin-bottom: 3px;
}

.bukendata { padding: 20px 0px; display: flex; flex-wrap: wrap; }

.bukendata dl {
	display: inline-block;
	width: 46%;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px 1%;
	border-bottom: 1px solid #ccc;
}


.midashi-d span {
	position: absolute;
	display: block;
	font-size: 14px;
	color: #8d8d8d;
	width: 200px;
	text-align: left;
	padding: 8px 0px 0px;
}
.bukendata dl {
	display: inline-flex;
	flex-wrap: wrap;	
}
.bukendata dl dd,
.bukendata dl dt {
	padding: 0px 10px;
	margin: 0px;
	box-sizing: border-box;	
}

.bukendata dl dt {
	font-weight: 500;
	width: 29%;
}

.bukendata dl dd {
	width: 70%;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
	border-left: 1px solid #eee;
}


.right_exit {
	text-align: right;
}

.right_exit::after {
	clear: both;
	content: "";
	display: block;
}

.right_exit .link {
	border: 1px solid #2f7ab6;
	padding: 10px;
	font-size: 14px;
	background-color: #e6f6fe;
	display: inline-block;
}
.right_exit .link:hover {
	background-color: #fff;
}
.right_exit .link a {
	display: block;
	text-decoration: none !important;
	color: #000;
	padding: 0px 10px;
}
.right_exit .link a:hover {
	text-decoration: underline !important;
}

.right_exit .link a:after {
	content: " →";
	color: #333;
}

.kizittlsekou {
	font-size: 36px;
	padding: 5px 15px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 2em;
	font-weight: 300;
	margin: 10px 0px 40px;
	color: #0091B9;
	letter-spacing: .15em;
	text-align: center;
}
.sekourei_catch  {
	font-size: 32px;
	padding: 5px 15px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 2em;
	font-weight: 300;
	margin: 10px 0px 40px;
	color: #555;
	letter-spacing: .15em;
	text-align: center;	
	border: 1px solid #eee;
}

.kizittlcolumn {
	font-size: 32px;
	padding: 5px 15px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 2em;
	font-weight: 300;
	display: inline-block;
	margin: 10px 0px 40px;
	color: #0091B9;
	letter-spacing: 0px;
	text-align: center;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none!important;
}

#zip { width:7em;}
.aligncenter { text-align: center; }

#gotop.fixed { display: block; }
#gotop { position: fixed; right: 50px; bottom: 50px; display: none; z-index: 10; }
.kizi { margin-bottom: 120px; }

#history,#m11,#m10,#m09,#m08,#m07,#m06,#m05,#m04,#m03,#m02,#m01,
#rinen,#gaiyou,#access {
	padding-top: 100px;
	margin-top: -100px;
}

.wrap_pagenavi {
	text-align: center;
}

ul.inlink {
	text-align: center;
}
ul.inlink li {
	display: inline-block;
	width: 248px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	color: #fff;
}
ul.inlink li a {
	text-align: center;
	font-size: 18px;
	padding: 17px 20px;
	display: block;
	text-decoration: none;
	position: relative;
	background: #bdd7ee ;
	border-radius: 10px;
	border: 1px solid #2f528f ;
	color: #000;
}
ul.inlink li a:hover {
	background: #fff;
	color: #364856;
	text-decoration: underline;
}

.marker {
	background: linear-gradient(transparent 70%, #f4df6a 70%);
}

.sliderlogo {
	position: absolute;
	z-index: 100;
	top: 40%;
}

.sliderlogo img {
	max-width: 90%;
}
.midashi-ds {
	position: relative;
	padding: 1rem 2rem;
	border-bottom: 2px solid #0093D6;
	font-size: 20px;
}

.midashi-ds:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 20%;
	height: 2px;
	content: '';
	background: #eee;
}

/* Ｑ＆Ａ用↓ */
.box-qalink {
	padding: 20px;
	background-color: #dcf5ff;
	width: 70%;
	width: 55%;
	float:left;
}
/* ブログ用↓ */
.box-bg01 {
	padding: 20px;
	background-color: #dcf5ff;
	/*
	width: 50%;
	margin-left: auto;
	*/
}
.ulred {
	border-bottom: solid 3px #ff0000;
}
.uline {
	text-decoration: underline;
}

.hyou table.tab1 { table-layout:auto; background:#dcf5ff; }
.hyou th { border: solid 1px #999999; background:#dcf5ff; letter-spacing: 0.1em; padding:10px 10px;}
.hyou td { border: solid 1px #999999; background:#dcf5ff; padding:10px 10px;}

.mlauto { margin-left: auto;  }
.mrauto { margin-right: auto;  }

.fleft { float: left; }
.fright { float: right; }
.width75p { width: 75%; }
.width70p { width: 70%; }
.width60p { width: 60%; }
.width50p { width: 50%; }
.width40p { width: 40%; }
.width33p { width: 33%; }
.width30p { width: 30%; }
.width25p { width: 25%; }
.width20p { width: 20%; }

.pcleft { float: left; }
.pcright { float: right; }
.pcwidth75p { width: 75%; }
.pcwidth70p { width: 68%; }
.pcwidth60p { width: 60%; }
.pcwidth50p { width: 50%; }
.pcwidth40p { width: 40%; }
.pcwidth33p { width: 33%; }
.pcwidth30p { width: 30%; }
.pcwidth25p { width: 25%; }
.pcml10 { margin-left: 10px; }
.pcmr10 { margin-right: 10px; }

.top-rmenu-bg {
	background: url(/images/bg-menu.jpg) no-repeat top center;
	padding: 100px 0px;
}
#top-reformmenu ul {
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	justify-content: space-between;
	margin: 0px auto 0px auto;	
}
#top-reformmenu li { width: 180px; margin-bottom: 1.5em;  }
#top-reformmenu li a { display: block; height: 100%; background: #014076; text-align: center; padding: 1em 1em; box-sizing: border-box; position: relative;
	overflow: hidden; /* はみ出した疑似要素を隠す */
	z-index: 1; /* ボタンのテキストが疑似要素より上に来るように */
}
#top-reformmenu li h2 {
	margin: 0px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	display: inline-flex;
	height: 4.1em;
	align-items: center;
	line-height: 1.2em;
}

#top-reformmenu li a::before {
	content: ''; /* 疑似要素にはcontentプロパティが必須 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2384c9; /* ホバー時に表示される色 */
	transform: translateX(-100%); /* 最初は左に完全に隠しておく */
	transition: transform 0.3s ease; /* transformの変化をアニメーション */
	z-index: -1; /* ボタンの背面に配置 */
}

#top-reformmenu li a:hover::before {
	transform: translateX(0); /* ホバー時に左からスライドイン */
}

#top-reformmenu li a:hover {
	color: white; /* ホバー時にテキスト色も変更すると良い */
	/* 背景色は疑似要素が覆うので、ここでは変更不要 */
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
#top-reformmenu .topttl {
	color: #014076;
	border-bottom: 2px solid #014076;
	margin-bottom: 30px;
	margin-left: 6%;
	margin-right: 6%;
	padding-bottom: 20px;
}
#top-reformmenu .topttl .subttl01 {
	font-size: 24px;
	line-height: 1.5em;
}
#top-reformmenu .topttl .subttl02 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1em;
}

#top-concept .topttl {
	color: #014076;
	margin-bottom: 30px;
}
#top-concept .topttl .topttl_wrap {
	background: url(/images/Re-title.png) no-repeat left top;
	background-size: contain;
	padding: 50px 20px 10px 100px;
}

#top-concept .topttl .subttl02 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1em;
}

#top-concept-bg {
	background: url(/images/bg-work.png) no-repeat right top;
	padding: 0px 0px 50px;
}

#top-news {
	background: #2384c9;
	padding: 60px 0px 60px;
	margin-bottom: 80px;
}
#top-news .topttl {
	color: #fff;
	margin-bottom: 30px;
}
#top-news .topttl .subttl01 {
	font-size: 24px;
	line-height: 1.5em;
}
#top-news .topttl .subttl02 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1em;
}
#top-news .item01 { display: inline-block; width: 25%; vertical-align: top; padding-top: 50px; }
#top-news .item02 { display: inline-block; width: 70%; vertical-align: top; }
.newtopic ul { padding: 20px 0px; font-size: 16px; }
.newtopic a { text-decoration: none; display: block; padding: 20px 50px; color: #fff; border-bottom: 1px solid #fff; position: relative; }
.newtopic ul li:first-child a { border-top: 1px solid #fff; }
.newtopic h3 { display: inline; font-weight: 500; font-size: 16px;  }
.newtopic li a:hover { background: #014380; }
.newtopic li .date { color: #fff; padding-right: 10px; }
.newtopic li .label { color: #000; background: #fff; border-radius: 30px; padding: 0px 20px; display: inline-block; }
.newtopic li .newlabel { position: absolute; left: 0px;  }
#top-blog { margin-bottom: 80px;}
#top-blog .topttl {
	color: #014076;
	border-bottom: 2px solid #014076;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#top-blog .topttl .subttl01 {
	font-size: 24px;
	line-height: 1.5em;
}
#top-blog .topttl .subttl02 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1em;
}
#top-blog ul { display: flex;  flex-wrap: wrap; margin: 0px 100px; }
#top-blog ul li { width: 30%; margin-right: 3%; background: #fff; box-shadow: 2px 3px 5px #ccc;}
#top-blog ul li:nth-child(3n +3) { margin-right: 0px; }
#top-blog ul li h2 { font-size: 16px; margin: 10px 10px; font-weight: 300; }

.top-company-bg {
	background: url(/images/bg-office.jpg) no-repeat top center;
	padding: 50px 0px 50px;
}
#top-work { margin-bottom: 70px;  }
#top-work .topttl {
	color: #014076;
	border-bottom: 2px solid #014076;
	margin-bottom: 30px;
	margin-left: 6%;
	margin-right: 6%;
	padding-bottom: 20px;
}
#top-work .topttl .subttl01 {
	font-size: 24px;
	line-height: 1.5em;
}
#top-work .topttl .subttl02 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1em;
}


#top-work ul { display: flex;  flex-wrap: wrap; }
#top-work ul li { width: 23.2%; margin-right: 2%; background: #fff; box-shadow: 2px 3px 5px #ccc;}
#top-work ul li:nth-child(4n +4) { margin-right: 0px; }
#top-work ul li img { display: block; margin-bottom: 0px; width: 100%; height: 220px; object-fit: cover; }
#top-work ul li span.img {
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	text-align: center;
	margin-bottom: 10px;
}
#top-work ul li a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
#top-work ul li a { display: block; text-decoration: none; color: #000; }
#top-work ul li div.txt { padding: 0px 10px 10px; }
#top-work ul li h2 { margin: 5px 0px; font-weight: 500; }
#top-work ul li .catlabel span { padding: 1px; line-height: 1em; display: inline-block; margin-right: 5px; font-size: 12px; color: #999; }
#top-work ul li .tagstop { line-height: 1em; }
#top-company ul { display: flex; flex-wrap: wrap; }
#top-company li { width: 25%; margin-bottom: 15px; }
#top-company li img { display: block; height: auto; max-width: 100%; }
#conwrap { background: #f6f6f6; margin-bottom: 100px; }
#conwrap .item01 { display: inline-block; width: 50%; color: #000; padding: 41px 0px 10px; box-sizing: border-box; vertical-align: top; text-align: left; }
#conwrap .item01 h2 { padding: 10px 30px; margin: 10px 0px 10px; font-size: 30px; color: #014076; border-bottom: 2px solid #014076; }
#conwrap .item01 p {padding: 10px 30px; font-size: 18px; line-height: 1.8em;  }
#conwrap .item01 p .point { font-size: 1.2em; color: #014076; font-weight: bold; }
#conwrap .item02 { display: inline-block; width: 49%; }

#top-company .topttl {
	color: #014076;
	margin-bottom: 30px;
}
#top-company .topttl .subttl01 {
	font-size: 24px;
	line-height: 1.5em;
}
#top-company .topttl .subttl02 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1em;
}

.postlist { margin-bottom: 50px; }
.bloglist-thumbnail { float: left; margin-right: 20px; width: 200px; border: 1px solid #eee; }
.blogDetail a.more { 
	display: block;
	text-align: center;
	font-size: 15px;
	width: 10em;
	margin-left: auto;
	background: url(/newhp/images/yaji.png) no-repeat right center, #034381;
	background-position-x: 94%;
	background-size: 12px;
	color: #fff;
	line-height: 1em;
	padding: 5px 0px;
	border-radius: 20px;
}
.blogDetail a.more:hover {
	background: url(/newhp/images/yaji.png) no-repeat right center #19B2D1;
	background-position-x: 94%;
	background-size: 12px;
}
.blogDetail .blogbloc { display: table-cell; }


.blogDetail span.label { 
	font-size: 14px;
	display: inline-block;
	line-height: 1em;
	padding: 5px 10px 5px;
	margin: 10px 0px;
	border-radius: 3px;
	text-align: center;
}
.blogDetail span.label.label_post_8 {
	border: 2px solid #E60012;
	color: #E60012;

}
.blogDetail span.label.label_post_9 {
	border: 2px solid #00A0E9;
	color: #00A0E9;

}
.kanren-thumbnail { width: 100px; float: left; margin-right: 10px; }
.kanren-thumbnail img { border: 1px solid #eee; }
#prevANDnext {
	border-top:2px double #19B2D1;
	margin:25px 0 10px 0;
	padding:10px ;
	font-size:14px;
}

#prevANDnext .prev {
	float:  left;
	width:45%;
}

#prevANDnext .next {
	text-align: right;
	float:  right   ;
	width:45%;
}

.column_wrap { margin: 0px 50px; }

table.sekouhistory {
	border: 0;
	margin:10px 0px 0px 0px;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}
table.sekouhistory tr:nth-child(even) { background-color:#fff;}
table.sekouhistory tr:nth-child(odd) { background-color:#eee; }
table.sekouhistory th {border: 1px solid #dddddd; font-weight: 500px; background: #E8F1FA; padding:10px 10px 10px 20px; border-right: 0px; text-align: center; }
table.sekouhistory td {border: 1px solid #dddddd; padding:10px 10px 10px 20px; vertical-align: top; border-right: 0px; }
table.sekouhistory caption { padding: 10px 10px; background: #192F54; font-weight: 500; text-align: left;  color: #fff; font-size: 18px;}
table.sekouhistory tr:last-child th,
table.sekouhistory tr:last-child td {
	border-bottom: 0px;
}
table.sekouhistory th:first-child { border-left: 0px; }
table.sekouhistory td:first-child { border-left: 0px; }
table.sekouhistory td:nth-child(1) { width: 20%; }
table.sekouhistory td:nth-child(2) { width: 25%; text-align: left; }
table.sekouhistory td:nth-child(3) { width: 15%; text-align: center; }
table.sekouhistory td:nth-child(4) { width: 15%; text-align: center; }
table.sekouhistory td:nth-child(5) { width: 15%; text-align: center; }
.ui-tabs .ui-tabs-nav { background: #0C6AB0; }
.ui-tabs .ui-tabs-panel { padding: 1em 0px !important; }
#tabs ul.tablist a { display: block; font-size: 18px; padding: 0.5em 2em; }
ul.page_column li span.img { display: block; height: 250px; border: 1px solid #eee; }
ul.page_column li span.img img { display: block; width: auto; max-height: 250px; margin: auto; }

ul.page_work li span.img { display: block; height: 250px; border: 1px solid #eee; }
ul.page_work li span.img img { display: block; width: auto; max-height: 250px; margin: auto; }

/* form↓ */
.wpcf7-form .wpcf7-submit{width: 200px; margin-left: 10px;} /*送信ボタン*/
.wpcf7-form input::placeholder {
	color:#bbb;	
}

.wpcf7-form::after {
	clear: both;
	display: block;
	content: "";
}
.wpcf7-radio label {
	margin-right: 20px;
}
.contactform {
	margin: 0px 0px 35px 0px;
	border: solid 0px #c99269;
	border-collapse:collapse;
	text-align: left;
	line-height: 1.5em;
	width: 100%;
}
.contactform  #zip { width: 25%; } 
.contactform  #addr { width: 87%; } 
.contactform p { padding: 0px; margin-bottom: 2px; }

.contactform th { 
	width: 25%;
	padding: 40px 30px;
	background: #fff;
	color: #1D8CDB;
	vertical-align: top;
	text-align: left;
	font-weight: 500;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
.contactform td {
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	padding: 40px 30px;
	background: #fff;
}
.contactform .red {color: #DB3532; font-weight: bold; }
.contactform .spr { color: #fff; display: inline-block; background: #ee0000; padding: 1px 5px; float: right; font-size: 14px;}
.contactform .spw { width: 8em; display: inline-block; font-size: 15px; height: 42px; }
.contactform .wpcf7-submit {font-size:20px;display:block;margin:10px auto;}
.form, .wpcf7-textarea {
	width: 100%;
}
div.wpcf7 .wpcf7-submit:disabled {
	background: #aaa;
	border-color: #aaa;
	color: #ddd;
}

.bloc01 {
	background: #f8f8f8;
	padding: 30px 10px;
	margin-top: 20px;
	text-align: center;
}

table input, table textarea,
select {
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #ececec;
	font-size: 16px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: none;
}

table input:focus, table textarea:focus,
select:focus, input.wpcf7-validates-as-required:focus {
	border-radius: 0;
	border: none;
	outline: none;
}
.wpcf7-form input[type=button],
.wpcf7-form input[type=submit]{
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#19b2d1;
	transition:all 0.3s;
	margin: 0px auto 0px;
	color:#fff;
	font-size: 20px;
	padding: 20px 50px;
	display: inline-block;
	cursor: pointer;
	border-radius: 10px;
	border-radius: 60px;
	border: 0px;
}
.wpcf7-form input.back {
	background: #000!important;	
}
.wpcf7-not-valid-tip{
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #e50031;
	color: #fff!important;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px 10px;
	position: relative;
}
.wpcf7-not-valid-tip::before{
	content: "";
	border: 10px solid transparent;
	border-bottom: 15px solid #e50031;
	position: absolute;
	top: -25px;
	left: 5%;
}

.mittl { background: #eee; padding: 10px 20px; font-size: 20px; border-bottom: 2px solid #2769A6; font-weight: 500;  }
.bx-wrapper .bx-controls-direction a {
	z-index: 1!important;
}
.grecaptcha-badge { visibility: hidden; }
/* form↑ */
.videolist { display: flex; justify-content: center; padding-top: 30px; font-size: 14px; }
.videolist li { width: 233px; margin: 0px 1% 10px; }

.inlist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 80px;
}

.inlist li {
	position: relative;
	margin-bottom: 10px;
}

.inlist li a {
	display: block;
	background-color: #004380;
	color: white;
	padding: 15px 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.inlist li a:hover {
	background-color: #2a5a7b;
}

.inlist li a::after {
	content: '▼';
	display: block;
	margin-top: 7px;
	font-size: 12px;
	color: white;
}

@media screen and (max-width: 640px) {
	.box-qalink {
		padding:20px 5%;
		background-color: #dcf5ff;
		width: 90%;
		float:none;
	}
	/* Ｑ＆Ａ用↑ */
	.pcleft,
	.pcright {
		float: none;
	}
	.pcwidth75p,
	.pcwidth70p,
	.pcwidth60p,
	.pcwidth50p,
	.pcwidth40p,
	.pcwidth33p,
	.pcwidth30p,
	.pcwidth25p {
		width: 100%;
	}
	.spfs80p { font-size:80%; }
	.pcml10 { margin-left: 0; }
	.pcmr10 { margin-right: 0; }
}
/* ブログ用↑ */

/* cssの最後部分 */
@media (max-width: 1850px) {
	#header img.logo {/* width: 280px;*/ }
	.wrapper02 { margin-left: 5%; margin-right: 5%; }
}
@media (max-width: 1650px) {
	.wrapper02 { margin-left: 3%; margin-right: 3%; }
}
@media (max-width: 1550px) {
	.wrapper02 { margin-left: 1%; margin-right: 1%; }
	.menu span.spanmenu,
	.menu a{ font-size: 14px; }
}

@media (max-width: 1350px) {
	.wrapper02 { margin-left: 1%; margin-right: 1%; }
	.menu span.spanmenu,
	.menu a{ font-size: 13px; letter-spacing: 0px; 　}
	.htoi { display: block; }
}
@media (max-width: 1280px) {

}
@media (max-width: 1170px) {
	header,
	body { min-width: 1170px; }	
	.wrapper02 { margin-left: 1%; margin-right: 1%; }
	.menu span.spanmenu,
	.menu a{ font-size: 12px;  letter-spacing: 0px; }
}

