@charset "utf-8";

/* firefoxでページ移動の際、コンテンツが少なくても中心がずれないようにする */
html {
	overflow-y: scroll;
}
body {
	background-color : #151b28;
}
body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea, header, footer, nav {
	margin: 0;
	padding: 0;
	color : #313131;
	zoom: 1;
	-webkit-text-size-adjust : 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

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

img {
	border: none;
}

hr {
	display: none;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
}

a {
	outline: none;
	text-decoration: none;
}
a.televe {
    pointer-events: none;
}
@media only screen and (max-width: 480px) {
	a.televe {
		pointer-events: auto;
	}
}

body {
	line-height: 1.6;
	color: #010101;
	font-style: normal;
	font-weight: normal;
	background-color : #ffffff;
}

#container{
	width:100%;
	background-color : #ffffff;
	overflow : hidden;
}
@media only screen and (max-width: 400px) {
	#container{
		overflow : hidden;
	}
}
#nonimages,
#opnimages {
	position : absolute;
	top : -1000px;
	left : -1000px;
}
#nonimages div  {
	display : none;
}
#nonimages div img {
	display : none;
}
#opnimages div  {
	display : none;
}
#opnimages div img {
	display : none;
}
/* -------------------------------------------------------------------
 clearfix
------------------------------------------------------------------- */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 */
.clearfix {
    zoom: 1;
}

#wrapper {
    height: 883px;
    overflow: hidden;
    position: relative;
    z-index: 10;
	margin-top : -8px;
}

#wrapHeaderTop  {
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	z-index : 90;
	height : 94px;
	background-color : rgba(255, 255, 255, 0.9);
	transition: all .3s;
}
.headLogo {
	display : inline-block;
	position: relative;
	text-align : left;
	margin : 0;
	padding : 16px 0 0 36px;
	z-index : 12;
}
.headLogo img {
	width : 290px;
}
.headLogo strong {
	display : inline-block;
	vertical-align : middle;
	font-size : 20px;
	color : #1d208a;
	position : relative;
	top : -10px;
	left : 20px;
}
.admin_headMenuInner  {
	width : 100%;
	max-width : 990px;
	margin : 0 auto;
	position : relative;
}
#header  {
	display : block;
	position: relative;
	width : 100%;
	top : 0px;
	width : 100%;
	margin : 0 auto;
	height : 94px;
    z-index: 10;
	transition: all .3s;
}
#smp_header  {
	display : none;
	position: absolute;
	top : 0;
	right : 0;
	width : 100%;
	height : 78px;
	text-align : right;
	padding-top : 6px;
	background-color : #ffffff;
    z-index: 10;
}
.headMenu  {
	display : inline-block;
	position : absolute;
	top : 38px;
	right : 552px;
	text-align : right;
	z-index : 9;
}
.headMenu li {
	display : inline-block;
	vertical-align: top;
	color : #434343;
	font-size : 16px;
	line-height : 1.2;
}
.headMenu li.border {
	border-right : 1px solid #898989;
}
.headMenu .main li a {
	color : #434343;
	font-size : 16px;
	font-weight : 500;
	text-decoration : none;
	display : inline-block;
	vertical-align: top;
	line-height : 1.0;
	padding : 0 16px 0 18px;
	position: relative;
	transition: .3s;
}
.headMenu .main li span {
	display : inline-block;
	vertical-align: top;
	color : #b8b8b8;
	font-size : 24px;
	line-height : 1.0;
	padding : 0 12px;
	position : relative;
	top : -6px;
}
.headMenu .main li a::after {
	position : absolute;
	bottom : -40px;
	left : 50%;
	content : '';
	width : 0;
	height : 5px;
	background-color : #15599a;
	transition : .3s;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
}
.headMenu li a:hover::after {
	width : 60%;
}
.headInqu  {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : right;
	justify-content : right;
	position : absolute;
	top : 0px;
	right : 0px;
	z-index : 9;
	height : 94px;
}
.headInqu a {
	display: block;
	text-align: center;
	width: 120px;
	height: 94px;
	padding-top: 24px;
	font-size: 14px;
	font-weight : 500;
	line-height : 1.4;
	color: #ffffff;
	text-decoration: none;
	box-sizing: border-box;
	transition: .5s;
}
.headInqu a.deep {
	background-color : #009fe9;
}
a.shin {
	background-color : #17599a;
}
.headInqu a img {
	margin-bottom : 8px;
}
.headInqu a.deep:hover {
	background-color : #155999;
}
.headTel  {
	display : inline-block;
	position : absolute;
	top : 5px;
	right : 230px;
	z-index : 9;
	width : 280px;
	height : 94px;
	background: url(../img/tel.png) no-repeat left top 22px;
}
.headTel p {
	color : #303030;
	font-size : 36px;
	text-align : left;
	font-weight : 500;
	padding-top : 14px;
	line-height: 1.1;
	padding-left : 36px;
}
.headTel span {
	display: block;
	text-align: left;
	line-height: 1.1;
	font-weight: 500;
	font-size: 13px;
	color: #303030;
	text-decoration: none;
	transition: .5s;
	padding-left : 36px;
}
.headSns  {
	display : inline-block;
	position : absolute;
	top : 26px;
	right : 120px;
	z-index : 9;
	width : 110px;
	z-index : 19;
	text-align : center;
}
.smp_Sns {
	text-align : center;
	padding-bottom : 20px;
}
.smp_headBtn  {
	display : block;
	position: absolute;
	top : 0px;
	right : 0px;
    z-index: 10;
	background-color : #ffffff;
	width : 100%;
	height : 51px;
	padding-top : 4px
}
.smp_headMenu  {
	display : block;
	width : 100%;
	position : absolute;
	top : -600px;
	right : 0px;
	text-align : left;
	z-index : 9;
	background-color : #ffffff;
	transition: .5s;
}
.smp_headMenu li {
	display : block;
	border-bottom : 1px solid #c1c1c1;
}
.smp_headMenu li a.main {
	color : #464646;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	display : block;
	line-height : 1.0;
	padding : 14px 0 12px 8px;
	position: relative;
	transition: .3s;
}
.smp_headMenu li a.main strong {
	display : inline-block;
	width : 130px;
	vertical-align : middle;
}
.smp_headMenu li a.main span {
	display : inline-block;
	color : #979797;
	font-size : 13px;
	font-weight : normal;
	text-align : left;
	margin-left : 30px;
	vertical-align : middle;
}
.subMenu  {
	position : absolute;
	top : -200px;
	right : 80px;
	padding : 10px 16px;
	background-color : #ffffff;
	font-weight : bold;
	border : 2px solid #c1c1c1;
    z-index: 9;
	transition : all 0.3s;
}
.subMenu dl {
	display : inline-block;
	vertical-align : top;
	margin : 0 20px;
	line-height : 1.6;
}
.subMenu dt {
	padding-top : 6px;
}
.subMenu dt a {
	font-size : 14px;
	color : #646464;
	text-decoration : none;
	transition : all 0.2s;
}
.subMenu dd a {
	font-size : 13px;
	color : #868686;
	text-decoration : none;
	transition : all 0.2s;
}
.subMenu dt a:hover {
	color : #000000;
}
.subMenu dd a:hover  {
	color : #3f3f3f;
}
.smp_subMenu  {
	display : none;
	padding-bottom : 10px;
	transition: all .3s;
}
.openMenuArea  {
	transition: all .3s;
}
.ttlimgWrap  {
	text-align : center;
}
.ttlimgWrap img {
	width : 100%;
	max-width : 1678px;
}
.smp_subMenu a {
	color : #646464;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	display : block;
	line-height : 1.0;
	padding : 7px 0 7px 20px;
}
.smp_headline .menu-trigger {
	display : block;
    position: absolute;
	top: 12px;
	left: 20px;
	width: 22px;
	height: 20px;
	transition: all .4s;
}
.smp_headline .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
	transition: all .4s;
}
.smp_headline .menu-trigger span:nth-of-type(1) {
    top: 0;
}
.smp_headline .menu-trigger span:nth-of-type(2) {
    top: 8px;
}
.smp_headline .menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
.menu-trigger.is-open span:nth-of-type(1) {
	width: 48%;
	-webkit-transform: translate3d(1px, 4px, 0) rotate(45deg);
	transform: translate3d(1px, 4px, 0) rotate(45deg);
}
.menu-trigger.is-open span:nth-of-type(2) {
	-webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
	transform: translate3d(-1px, 0, 0) rotate(-45deg);
}
.menu-trigger.is-open span:nth-of-type(3) {
	width: 47%;
	-webkit-transform: translate3d(9px, -4px, 0) rotate(45deg);
	transform: translate3d(9px, -4px, 0) rotate(45deg);
}
@media only screen and (max-width: 1470px) {
	.headMenu  {
		top : 58px;
		right : 250px;
	}
	.headMenu .main li a {
		padding : 0 16px 0 14px;
	}
	.headTel  {
		width : auto;
		right : 240px;
		z-index : 8;
		background: url(../img/tel.png) no-repeat left top 10px;
	}
	.headTel p {
		padding-top : 4px;
		display: inline-block;
		vertical-align : top; 
	}
	.headTel span {
		display: inline-block;
		vertical-align : top; 
		padding : 22px 18px 0 12px;
	}
	.headInqu  {
		width : 240px;
	}
	.headInqu a {
		width: 120px;
	}
}
@media only screen and (max-width: 1068px) {
	.WrapHeader  {
		height : 55px;
	}
	.headLogo {
		padding : 10px 0 0 4px;
	}
	.headLogo img {
		width : 160px;
	}
	.headInqu  {
		display : none;
	}
	#header {
		top : 0;
	}
	#smp_header {
		display : block;
	}
	.headMenu  {
		display : none;
	}
	.subMenu  {
		display : none;
	}
}
.subBack {
	background-color : #17599a;
}
.snsButtons  {
	display : block;
}
.slide_top {
	position: relative;
}
.topImg  {
	width : 100%;
	height : auto;
	max-height : 805px;
	margin : 94px auto 0 auto;
	overflow : hidden;
	position : relative;
}
.pos-rel {
	position : relative;
	background-color : #c4b266;
}
.slide_top  {
	position : relative;
}
.slide_all {
	width : 100%;
	height : 60vw;
	max-height : 805px;
}
.no_slide {
	width : 100%;
	height : 60vw;
	max-height : 805px;
}
.pict {
	width : 100%;
	height : 60vw;
	max-height : 805px;
	margin : 0 auto;
	position : absolute;
	top : 0;
	left : 0;
}
.slide_all img {
	width : 100%;
	height : 100%;
	object-fit : cover;
}

.slide_sub {
	position : relative;
	top : 0px;
	right : 0;
	width : 100%;
	margin : 180px auto 0 auto;
	text-align : right;
}
.no_slide_sub {
	width : 100%;
	height : 58vw;
	max-height : 581px;
	margin : 0 auto;
	position : relative;
}
.pict_sub {
	width : 100%;
	height : 58vw;
	max-height : 584px;
	margin : 0 auto;
	position : absolute;
	top : 0;
	left : 0;
}
.slide_sub img {
	width : 100%;
	max-width : 1920px;
	height : 100%;
	object-fit : cover;
}
.pageTitle {
	position : absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	padding-bottom : 32px;
	color : #ffffff;
	font-weight : 700;
	background : url(../img/ttl_line.png) no-repeat bottom center;
	white-space: nowrap;
}
.pageTitle.brk {
	color : #000000;
}

.overWrap  {
	position : absolute;
	bottom : 80px;
	left : 80px;
}
.overWrap .overLeft {
	font-size : 48px;
	color : #ffffff;
	line-height : 1.4;
	font-weight : bold;
}
.overWrap .overRight {
	font-size : 100px;
	color : #ffffff;
	line-height : 1.4;
	font-weight : bold;
}
.overWrap .overText {
	display : inline-block;
	font-size : 36px;
	color : #ffffff;
	line-height : 1.4;
	font-weight : bold;
	border : 7px solid #ffffff;
	padding : 10px 18px;
	margin-top : 12px;
}
.bottomScroll {
	position : absolute;
	bottom : 0;
	left: calc(50% - 25px);
	transition: 0.7s;
}
.bottomScroll.hide {
	bottom : -100px;
	transition: 0.7s;
}
.bottomScroll img {
	width : 50px;
}
@media only screen and (max-width: 1400px) {
	.overWrap .overLeft {
		left : -40px;
	}
}

@media only screen and (max-width: 1200px) {
	.overWrap  {
		bottom : 16vw;
		left : 4vw;
	}
	.overWrap .overLeft {
		font-size : calc(3.64vw + 4.4px);
	}
	.overWrap .overRight {
		font-size : calc(5.09vw + 21.3px);
	}
	.overWrap .overText {
		font-size : calc(2.5vw + 6.0px);
		border : 0.7vw solid #ffffff;
		padding : 1vw 1.8vw;
		margin-top : 1.2vw;
	}
}
@media only screen and (max-width: 1068px) {
	.topImg  {
		margin : 60px auto 0 auto;
	}
	.slide_all {
		height : 80vw;
	}
	.no_slide {
		height : 80vw;
	}
	.pict {
		height : 80vw;
	}
}
@media only screen and (max-width: 319px) {
	.slide_wrap {
		margin : 60px auto 0 auto;
	}
	.smp_headline {
		height : 60px;
	}
	.smp_headLogo {
		text-align : left;
		padding : 6px 0 0 10px;
	}
	.smp_headLogo img {
		width : 160px;
	}
	.smp_button {
		width : 60px;
		height : 60px;
	}
	.smp_button p {
		font-size : 12px;
		padding-top : 38px;
	}
	.smp_headline .menu-trigger {
		top: 13px;
		left: 16px;
		width: 27px;
		height: 22px;
	}
}
.top_container {
	position: absolute;
	font-size: 10px;
	color: #000000;
	padding: 0;
	top: 0px;
	right: 0px;
}
.sm_cover  {
    width: 800px;
    height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	padding : 22px 18px;
	box-sizing: border-box;
	background-color : rgba(0, 88, 254, 0.6);
}
.sm_coverInner  {
	position : relative;
	width : 100%;
	height : auto;
	border : 3px solid #ffffff;
	padding : 48px 0;
	text-align : center;
}
.sm_coverInner .box {
	display : inline-block;
}
.sm_coverInner h2 {
	color : #ffffff;
	font-weight : 700;
}
.sm_coverInner .sideline {
	color : #ffffff;
	font-weight : 700;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	align-items: center;
}
.sm_coverInner .sideline span{
	display : block;
	padding : 0 20px;
	white-space: nowrap;
}
.sm_coverInner .sideline::before {
	content : "";
	display : block;
	width : 100%;
	height : 1px;
	background-color : #ffffff;
}
.sm_coverInner .sideline::after {
	content : "";
	display : block;
	width : 100%;
	height : 1px;
	background-color : #ffffff;
}
a.normalButton {
	display : block;
	width : 96%;
	max-width : 520px;
	margin : 0 auto;
	padding : 24px 0;
	background-color : #17599a;
	color : #ffffff;
	font-weight : 600;
	border : 2px solid #ffffff;
	transition: 0.4s;
}
a.normalButton:hover {
	background-color : #ffffff;
	color : #17599a;
	border : 2px solid #17599a;
}

.openMenu {
	position: fixed;
	width : 800px;
	height: calc(50vw + 100px);
	max-height: 761px;
	box-sizing: border-box;
	top: 0px;
	right: -800px;
	z-index: 98;
	transition: all 0.6s;
	background-color : #fefefe;
}
.innerSmpTels {
	padding: 20px 70px 50px 70px;
}
.inMenuLogo img {
	width : 181px;
}
.inMenuFlex {

}
.inMenuFlex .inHeadMenu {
	width : 100%;
	border-top : 1px solid #d1d1d1;
}
.inMenuFlex .inHeadMenu ul {
	display : block;
	width : 100%;
}
.inMenuFlex .inHeadMenu li {
	border-bottom : 1px solid #d1d1d1;
}
.inMenuFlex .inHeadMenu li a {
	display : block;
	color : #000000;
	font-size : 20px;
	padding : 20px 0;
	position : relative;
	transition: 0.3s;
}
.inMenuFlex .inHeadMenu li a::after {
	content : "\25B6";
	color : #aaaaaa;
	font-size : 12px;
	position: absolute;
	top: 50%;
	right : 4px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	transition: 0.3s;
	
}
.inMenuFlex .inHeadMenu li a:hover {
	color : #de3a26;
}
.inMenuFlex .inHeadMenu .left {
	width : 58%;
}
.inMenuFlex .inHeadMenu .right {
	width : 38%;
}
.openMenuBlock {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.openMenuBlock dt {
	width : 50%;
	box-sizing: border-box;
	padding : 32px 0 32px 72px;
	border-top : 1px solid #c9c9c9;
	border-right : 1px solid #c9c9c9;
	border-bottom : 1px solid #c9c9c9;
}
.openMenuBlock div.t_left {
	display : inline-block;
}
.openMenuBlock h3 {
	text-align : left;
	font-size : 20px;
	color : #2e2d33;
	font-weight : 500;
}
.openMenuBlock h4 {
	display : block;
	text-align : left;
	font-size : 14px;
	color : #808080;
	font-weight : 500;
}
.openMenuBlock .tel {
	text-align : left;
	font-size : 32px;
	color : #2e2d33;
	font-weight : 700;
}
.openMenuBlock .tel span {
	text-align : left;
	display : inline-block;
	margin-right : 6px;
	font-size : 18px;
	color : #2e2d33;
	font-weight : 500;
}
.openMenuBlock dd {
	width : calc(50% - 1px);
	box-sizing: border-box;
	padding : 32px 0 32px 72px;
	border-top : 1px solid #c9c9c9;
	border-bottom : 1px solid #c9c9c9;
}
.smpt40 {
	margin-top : 0;
}
br.smp {
	display : inline;
}
.sm_cover br.pc {
	display : block;
}

@media only screen and (max-width: 1068px) {
	.sm_cover  {
		width: 70%;
		padding : 2.2vw calc(1.8vw + 6px) 2.2vw 1.8vw;
	}
	.sm_coverInner  {
		padding : 4.8vw 0;
	}
	a.normalButton {
		width : 86%;
		padding : calc(1.34vw + 9.7px); 0;
	}
}
@media only screen and (max-width: 970px) {
	br.pc {
		display : none;
	}
}
@media only screen and (max-width: 800px) {
	.inMenuFlex .inHeadMenu .main li a {
		font-size : calc(1.46vw + 8.3px);
		padding: calc(1.67vw + 10.7px) 0;
	}
	.openMenu {
		width : 100%;
		height : 100vh;
		right: -100%;
		overflow : auto;
	}
	.inMenuFlex .inHeadMenu li a {
		padding : 12px 0;
	}
	.innerSmpTels {
		padding: 5.4vw 7.2vw;
	}
	.openMenuBlock h3 {
		font-size : calc(1.46vw + 8.3px);
	}
	.openMenuBlock h4 {
		font-size : 0.9rem;
	}
	.openMenuBlock .tel {
		font-size : calc(2.92vw + 8.7px);
	}
	.openMenuBlock .tel span {
		font-size : 1rem;
	}
	.openMenuBlock dt {
		padding : 3.2vw 0 3.2vw 5.2vw;
	}
	.openMenuBlock dd {
		padding : 3.2vw 0 3.2vw 5.2vw;
	}
	.smpt40 {
		margin-top : 40px !important;
	}
	.inMenuFlex .inHeadMenu li a {
		font-size : 16px;
	}
}
@media only screen and (max-width: 640px) {
	.sm_cover br.smp {
		display : block;
	}
}
@media only screen and (max-width: 480px) {
	.sm_cover  {
		width: 78%;
		padding : 2.2vw calc(1.8vw + 4px) 2.2vw 1.8vw;
	}
	.sm_coverInner {
		border: 2px solid #ffffff;
	}
	.openMenuBlock dt {
		padding : 3.2vw 0 3.2vw 2vw;
	}
	.openMenuBlock dd {
		padding : 3.2vw 0 3.2vw 2vw;
	}
	.innerSmpTels {
	  padding: 5.4vw 6vw 5.4vw 6vw;
	}
	.inMenuFlex .inHeadMenu .left {
		width : 60%;
	}
	.inMenuFlex .inHeadMenu .right {
		width : 36%;
	}
	.inMenuFlex .inHeadMenu .main li a {
		font-size : calc(1.46vw + 8.3px);
		padding: calc(1.67vw + 2.7px) 0;
	}
	.inMenuLogo {
		position : relative;
		left : 0px;
		top : -4px;
	}
}

#access  {
	margin-top : -130px;
	padding-top : 130px;
}
#template  {
	margin-top : -130px;
	padding-top : 130px;
}
#submit  {
	margin-top : -130px;
	padding-top : 130px;
}
.submenu  {
	background-color : #fff949;
	text-align : right;
	padding : 7px 0 16px 0;
}
.submenu h2  {
	text-align : center;
	color : #000000;
	margin : 20px 0;
	letter-spacing : 3px;
}
.submenu a {
	display : inline-block;
	padding : 0 8px 0 16px;
	background : url(../img/arrow.png) no-repeat left center;
	color : #303030;
	font-size : 12px;
	text-decoration : none;
}
.submenu a:hover {
	color : #000000;
	text-decoration : underline;
}
.pankuzu  {
	font-size : 13px;
	color : #494949;
	padding : 6px 0 12px 4px;
	width : 100%;
	max-width : 1343px;
	margin : 0 auto;
	position : relative;
}
#wrapGlobalMenu {
	width: 100%;
	margin-bottom : 16px;
	margin-top : -17px;
	overflow : hidden;
	background-color : #4c4109;
	position : relative;
	z-index : 999;
}
#wrapTopMenu {
	width: 1183px;
	position: relative;
	margin: 0 auto;
}
.headMenu td a.bdnone  {
	padding-left : 3px;
}
.smp_headbtn  {
	display : none;
	text-align : center;
	width : 100%;
	position : absolute;
	left : 0;
	bottom : 6.5vw;
}
.smp_headbtn a img {
	width : 50%;
	min-width : 160px;
}
.pc_headbtn  {
	display : block;
	position : absolute;
	left : 50%;
	margin-left : -70px;
	bottom : 20px;
}
.wrapContents {
	width: 100%;
	position : relative;
	padding-top : 140px;
}
#p_points  {
	display : block;
}
#s_points  {
	display : none;
}
.pc_headline  {
	display : inline;
}
.smp_headline  {
	display : none;
}
.smp_centerbtn  {
	display : none;
}
.pc_topimg  {
	display : inline;
}
.smp_topimg  {
	display : none;
}
.smp_headTel  {
	position : absolute;
	top : 11px;
	right : 80px;
	display : inline-block;
}
.smp_headTel a img {
	position : relative;
}
.smp_headInqu  {
	display : inline-block;
	width : 100%;
	padding : 14px 0;
	text-align : center;
	margin-bottom : 8px;
}
.smp_headInqu a {
	display : inline-block;
	vertical-align: top;
	text-decoration : none;
	width : 140px;
	text-align : left;
	padding : 4px 4px 12px 4px;
}
.smp_headInqu a span {
	display : inline-block;
	vertical-align: top;
	font-size : 13px;
	color : #ffffff;
	margin-left : 12px;
	line-height : 1.4;
	padding-top : 10px;
}
.smp_headInqu a img {
	display : inline-block;
	vertical-align: top;
	position : relative;
	top : 7px;
	left : 6px;
}
@media only screen and (max-width: 1680px) {
	.slide img {
		width : 100%;
		max-width : 1490px;
		height : 40vw;
		max-height : 596px;
		object-fit : cover;
	}
}
@media only screen and (max-width: 1068px) {
	.slide img {
		width : 100%;
		height : 50vw;
		max-height : 400px;
		object-fit : cover;
	}
	.pc_headline  {
		display : none;
	}
	.pc_topimg  {
		display : none;
	}
	.smp_topimg  {
		display : inline;
	}
	.smp_headline  {
		display : block;
		position : fixed;
		width : 100%;
		height : 60px;
		background-color : rgba(255, 255, 255, 0.9);
		top : 0;
		left : 0;
		box-sizing : border-box;
		transition: .5s;
	}
	.smp_menu  {
		position : absolute;
		top : 0;
		right : 0;
		width : 60px;
		height : 60px;
		background-color : #454fb5;
		text-align : center;
	}
	.smp_menu p {
		display : block;
		position : absolute;
		top : 34px;
		left : 0;
		width : 60px;
		text-align : center;
		color : #ffffff;
		font-weight : 300;
		font-size : 12px;
	}
	.smp_headline .innerSmpTels h3  {
		margin-bottom : 8px;
	}
	.innerSmpTels  {
		position : absolute;
		width : 100%;
		top : -480px;
		left : 0;
		z-index : 99;
		margin-bottom : 6px;
		background-color : rgba(255, 255, 255, 0.9);
		transition: .5s;
		box-sizing: border-box;
	}
	.innerSmpTels li a  {
		text-decoration : none;
		font-size : 14px;
		color : #010101;
		display : block;
		width : calc(100% - 12px);
		padding : 12px 0 12px 12px;
		text-align : left;
		border-bottom : 1px solid #c6c6c6;
	}
	.smp_headbtn  {
		display : block;
	}
	.pc_headbtn  {
		display : none;
	}
	.smp_centerbtn  {
		display : block;
		text-align : center;
		margin-top : 36px;
	}
	.smp_centerbtn img {
		width : 60%;
		max-width : 386px;
	}
	#wrapHeaderTop {
		height : 60px;
	}
	.headLogo {
		top : 0px;
		left : 4px;
		line-height : 28px;
	}
	.headMenuInner  {
		z-index : 100;
		background-color : #ffffff;
		height : 60px;
	}
	.wrapContents {
		padding-top : 60px;
	}
}

/*　ロゴ包括-----------------------------*/
#wrapHeaderTop #header .logo {
	position: absolute;
	top: 20px;
	left: 2px;
	width: 207px;
	height: 48px;
	display: block;
}

#wrapHeader #header .logo {
	position: absolute;
	top: 20px;
	left: 2px;
	width: 207px;
	height: 48px;
	display: block;
}

.top_container {
	position : absolute;
	font-size : 10px;
	color : #000000;
	padding: 0;
	top : 0px;
	right :0px;
}


/*　ナビ包括-----------------------------*/
/* グローバルナビゲーション */
.panWrap  {
	width : 100%;
	max-width : 1440px;
	margin : 0 auto;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
	padding : 10px 10px 0 10px;
}
.panWrap li {
	display: inline-block;
	margin-right : 7px;
	font-size : 14px;
	color : #4b4b4b;
	font-weight : 500;
}
.panWrap li a {
	display: inline-block;
	color : #4b4b4b;
	transition: 0.3s;
}
.panWrap li:first-child a {
	padding-left : 30px;
	background : url(../img/home.png) no-repeat center left;
}
.panWrap li a:hover {
	opacity : 0.6;
}
@media only screen and (max-width: 1340px) {
	.panWrap  {
		padding : 10px 0 0 10px;
	}
}

/* コンテンツ包括
---------------------------------------------------------------------- */
.pcNavi  {
	display : block;
}
.smpNavi  {
	display : none;
}
.smp_mgb80  {
	margin-bottom : 0;
}
.busiImg p {
	width : 28%;
}
.busiImg p img {
	width : 100%;
}
.itemWrap  {
	width : calc(100% - 20px);
	max-width : 1080px;
	margin : 0 auto;
	padding : 0 10px;
	text-align : center;
}
.worksItem  {
	display : inline-block;
	vertical-align : top;
	width : calc(30% - 4px);
	margin : 26px 1.5%;
	border : 1px solid #c9c9c9;
	font-size : 0:
}
.worksTrans  {
	display : inline-block;
	vertical-align : top;
	width : calc(30% - 2px);
	margin : 0px 1.5%;
	font-size : 0:
}
.worksItem .imgArea {
	width : 100%;
}
.worksItem .imgArea img {
	width : 100%;
	height : 22vw;
	max-height : 205px;
	object-fit: cover;
}
.worksItem .imgArea span {
	display : block;
	width : 100%;
	height : 27vw;
	max-height : 276px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.worksItem .worksInner {
	padding  : 20px 20px 10px 20px;
}
.worksItem .worksInner h3 {
	margin : 0;
	padding : 0;
	position : relative;
	top : -16px;
	font-weight : 400;
}
.worksItem .worksInner h3 .cate {
	position : absolute;
	top : 10px;
	left : 0;
	display : inline-block;
	vertical-align: top;
	background-color : #001740;
	font-size : 16px;
	color : #ffffff;
	padding : 4px 8px 6px 8px;
	line-height : 1.1;
}
.worksItem .worksInner h3 .price {
	display : block;
	text-align : right;
	font-size : 16px;
	color : #3e3a39;
	padding : 0;
	line-height : 1.2;
	font-weight : 500;
}
.worksItem .worksInner h3 .price b {
	display : inline-block;
	position : relative;
	font-size : 24px;
	padding-right : 0px;
	top : 10px;
}
.worksItem .worksInner h3 .price font {
	display : inline-block;
	position : relative;
	font-size : 20px;
	padding-right : 0px;
	font-weoght : bold;
	top : 12px;
}
.worksItem .worksInner .comm {
	margin-top : 30px;
}
.worksItem .worksInner .comm li {
	position : relative;
	font-size : 14px;
	color : #6e6a69;
	padding : 2px 0 18px 40px;
	line-height : 1.2;
	font-weight : 400;
	text-align : left;
}
.worksItem .worksInner .comm li::before {
	position : absolute;
	top : 0;
	left : 0;
	content : "";
	display : inline-block;
	width : 28px;
	height : 24px;
	background : url(../img/check.png) no-repeat;
	background-size : contain;
}
.worksItem .button  {
	text-align : right;
}
a.toDetail {
	display : block;
	width : 116px;
	font-size : 13px;
	line-height : 2.0;
	color : #8c8c8c;
	text-align : left;
	margin-left : auto;
	background : url(../img/miru.png) no-repeat right bottom;
	transition: 0.3s;
}
a.toDetail:hover {
	opacity : 0.7;
	color : #000000;
}
.shadow {
	box-shadow: 0px 0px 10px -5px #777777;
	background-color : #ffffff;
}
.worksItem .areas {
	background-color : #001740;
	position : relative;
}
.worksItem .areas .cate {
	position : absolute;
	top : 5px;
	left : 10px;
	width : 58px;
	line-height : 58px;
	color : #ffffff;
	font-size : 16px;
	font-weight : 500;
	text-align : center;
	background-color : #17599a;
}
.worksItem .areas .area {
	text-align : right;
	padding : 20px;
}
.worksItem .areas .area h3 {
	color : #ffffff;
	font-size : 16px;
	font-weight : 500;
}
.worksItem .areas .area h3 strong {
	display : inline-block;
	margin-left : 20px;
	font-size : 18px;
	font-weight : 700;
}
.worksItem .acsArea  {
	background-color : #b0dcff;
	color : #000000;
	font-size : 12px;
	text-align : right;
	padding : 6px 10px 6px 10px;
	height : 19px;
	overflow : hidden;
}
.worksItem .worksInner .a_comm {
	text-align : left;
	font-size : 14px;
	line-height : 1.6;
	height : 48px;
	overflow : hidden;
	margin-top : -12px;
}
.worksItem .worksInner .price {
	text-align : left;
	font-size : 16px;
	line-height : 1.6;
	margin-bottom : 12px;
}
.worksItem .worksInner .price strong {
	font-size : 36px;
	color : #e50112;
	font-weight : 500;
}
.worksItem .worksInner dl {
	margin : 0 0 11px 0;
}
.worksItem .worksInner dt {
	display : inline-block;
	vertical-align : top;
	width : 72px;
	padding : 2px 0;
	text-align : center;
	font-size : 13px;
	background-color : #b0dcff;
}
.worksItem .worksInner dd {
	display : inline-block;
	vertical-align : top;
	width : calc(100% - 88px);
	padding : 0px 0 0px 12px;
	text-align : left;
	font-size : 14px;
}
.nallowWrap {
	width : 100%;
	max-width : 1096px;
	margin : 0 auto;
	padding : 16px;
	box-sizing: border-box;
}
.bnrWrap_l {
	width : 100%;
	padding : 32px;
	box-sizing: border-box;
	box-shadow: 0px 0px 16px -5px #999999;
	position : relative;
}
.bnrWrap_l .bnrCont {
	padding : 32px;
}
.bnrWrap_r {
	width : 100%;
	padding : 32px;
	box-sizing: border-box;
	box-shadow: 0px 0px 16px -5px #999999;
	position : relative;
}
.bnrWrap_r .bnrCont {
	padding : 32px;
}
.bnrWrap_l .bnrImg {
	position : absolute;
	top : 32px;
	left : 32px;
	width : 498px;
}
.bnrWrap_r .bnrImg {
	position : absolute;
	top : 32px;
	right : 32px;
	width : 498px;
}
.bnrImg img {
	width : 100%;
}
.ttl_under2 {
	text-align : center;
	font-size : 15px;
	line-height : 1.7;
	margin : 32px 0 24px 0;
}
.ttl_under2 span {
	display : block;
}
.nallowWrap .centerButton {
	padding-top : 18px;
	padding-bottom : 28px;
	width : auto;
}
.mgl800 {
	margin-left : 540px;
}
.mgr800 {
	margin-right : 540px;
}
.tel {
	text-align : center;
	margin : 18px 0 22px 0;
}
.tel div {
	text-align : center;
}
.tel div a {
	text-align : center;
	display : inline-block;
	position : relative;
	top : -4px;
	font-size : 36px;
	line-height : 1.2;
	font-weight : 500;
	color : #313131;
	text-decoration: none;
	margin-left : 6px;
}
.tel p {
	text-align : center;
	line-height : 1.4;
	padding-left : 36px;
	font-size : 14px;
}
@media only screen and (max-width: 1080px) {
	.bnrWrap_l {
		padding : 30px 0;
	}
	.bnrWrap_l .bnrCont {
		padding : 30px 0;
	}
	.bnrWrap_l .bnrImg {
		left: 3vw;
		width: 48vw;
	}
	.bnrWrap_r {
		padding : 30px 4;
	}
	.bnrWrap_r .bnrImg {
		right : 3vw;
		width : 48vw;
	}
	.mgl800 {
		margin-left : calc(46vw + 40px);
	}
	.mgr800 {
		margin-right : calc(46vw + 40px);
	}
}
@media only screen and (max-width: 980px) {
	.worksItem .worksInner h3 .price font {
		font-size : 18px;
		top : 13px;
	}
	.worksItem .worksInner h3 .cate {
		font-size : 14px;
		padding : 4px 6px 6px 6px;
	}
}
@media only screen and (max-width: 1200px) {
	.worksItem .areas .cate {
		top : 12px;
		left : 16px;
	}
	.worksItem .areas .area {
		padding : 10px 16px;
	}
	.worksItem .areas .area h3 {
		font-size : 16px;
		position : relative;
		top : 0px;
	}
	.worksItem .areas .area h3 strong {
		display : block;
		margin-left : 0px;
		font-size : 24px;
	}
}
@media only screen and (max-width: 1068px) {
	.worksItem .worksInner {
		padding  : 16px 12px 10px 12px;
	}
	.worksItem .worksInner h3 .price {
		font-size : 16px;
	}
	.worksItem .worksInner h3 .price b {
		font-size : 24px;
		top : 8px;
	}
	.worksItem .worksInner .comm li {
		font-size : 14px;
		padding : 2px 0 20px 40px;
	}
	.worksItem .worksInner .a_comm {
		font-size : 14px;
		height : 42px;
	}
	.worksItem .worksInner .price {
		font-size : 16px;
		margin-bottom : 12px;
	}
	.worksItem .worksInner .price strong {
		font-size : 36px;
	}
	.worksItem .worksInner dt {
		width : 80px;
		font-size : 13px;
	}
	.worksItem .worksInner dd {
		width : calc(100% - 100px);
		padding : 0px 0 0px 10px;
		font-size : 14px;
	}
}
@media only screen and (max-width: 870px) {
	.worksItem .worksInner h3 .price font {
		font-size : 16px;
		top : 13px;
	}
}
@media only screen and (max-width: 850px) {
	.worksItem .worksInner h3 .price b {
		font-size : 20px;
	}
	.ttl_under2 {
		margin-top : calc(1.58vw + 1.9px);
	}
	.nallowWrap .centerButton {
		padding-top : 12px;
		padding-bottom : 0px;
		width : auto;
	}
}
@media only screen and (max-width: 800px) {
	.worksItem .worksInner h3 .price font {
		font-size : 18px;
		top : 13px;
	}
	.worksItem .worksInner h3 .price b {
		font-size : 22px;
	}
}
@media only screen and (max-width: 720px) {
	.bnrWrap_l {
		padding : 8vw 6vw;
	}
	.bnrWrap_l .bnrCont {
		padding : 8vw 6vw;
	}
	.bnrWrap_r {
		padding : 8vw 6vw;
	}
	.bnrWrap_r .bnrImg {
		position : relative;
		top : 0;
		right : 0;
		width : 100%;
		margin : 6vw 0 0 0;
	}
	.bnrWrap_l .bnrImg {
		position : relative;
		top : 0;
		left : 0;
		width : 100%;
		margin : 6vw 0 0 0;
	}
	.mgl800 {
		margin-left : 0;
	}
	.mgr800 {
		margin-right : 0;
	}
	.ttl_under2 {
		font-size : calc(1.5vw + 9.2px);
		margin-top : 4vw;
	}
	.tel {
		text-align : center;
		margin : calc(3vw + 10px) 0 calc(4vw + 10px) 0;
	}
	.tel div {
		text-align : center;
	}
	.tel div a {
		top : -4px;
		font-size : calc(4.25vw + 12.4px);
		margin-left : 6px;
	}
	.tel div img {
		width : calc(4.25vw + 12.4px);
	}
	.tel p {
		font-size : calc(1vw + 8.8px);
		padding-left : 6vw;
	}
}
@media only screen and (max-width: 800px) {
	.worksItem  {
		width : calc(46% - 4px);
		margin : 20px 2%;
	}
	.worksTrans  {
		width : calc(46% - 2px);
		margin : 0px 2%;
	}
	.worksItem .imgArea img {
		height : 30vw;
	}
	.worksItem .imgArea span {
		height : 30vw;
	}
}
@media only screen and (max-width: 560px) {
	.worksItem .worksInner {
		padding  : 16px 10px 10px 10px;
	}
	.worksItem .worksInner h3 .cate {
		font-size : 14px;
		padding : 3px 6px 5px 6px;
	}
	.worksItem .worksInner h3 .price {
		font-size : 14px;
	}
	.worksItem .worksInner h3 .price b {
		font-size : 20px;
	}
	.worksItem .worksInner .comm li {
		font-size : 13px;
		padding : 2px 0 18px 40px;
	}
}
@media only screen and (max-width: 580px) {
	.worksItem .worksInner h3 .cate {
		position : absolute;
		top : 0px;
		left : 0;
	}
	.worksItem .worksInner h3 .price {
		padding : 16px 0 0 0;
	}
}
@media only screen and (max-width: 480px) {
	.itemWrap  {
		width : 100%;
		padding : 0 0px;
	}
	.panWrap li {
		font-size : 13px;
	}
	.worksItem  {
		width : calc(96% - 4px);
		margin : 3vw 2%;
	}
	.worksTrans  {
		width : calc(96% - 2px);
		margin : 0px 2%;
	}
	.worksItem .imgArea img {
		height : 54vw;
	}
	.worksItem .imgArea span {
		height : 54vw;
	}
	.worksItem .worksInner {
		padding  : 16px 12px 10px 12px;
	}
	.worksItem .worksInner h3 .cate {
		font-size : 16px;
		padding : 4px 8px 6px 8px;
	}
	.worksItem .worksInner h3 .price {
		font-size : 16px;
	}
	.worksItem .worksInner h3 .price b {
		font-size : 28px;
	}
	.worksItem .worksInner h3 .price font {
		font-size : 22px;
	}
	.worksItem .worksInner .comm li {
		font-size : 14px;
		padding : 2px 0 20px 40px;
	}
	.ttl_under2 span {
		display : inline;
	}
}


.contactWrap  {
	width : calc(100% - 20px);
	max-width : 720px;
	margin : 75px auto 0 auto;
	padding : 0 10px;
	background-color : #ffffff;
}
.contactWrap h2 {
	font-size : 27px;
	color : #17599a;
	line-height ; 1.8;
	font-weight : 500;
	margin-bottom : 34px;
	border-bottom : 1px solid #17599a;
}
.contactWrap p {
	font-size : 14px;
	color : #777777;
	line-height : 1.6;
}
.contactWrap p strong {
	font-size : 18px;
	font-weight : 400;
}
.contactWrap p a {
	font-size : 16px;
	color : #777777;
	line-height : 1.6;
	font-weight : 400;
}
.contactInner   {
	border : 2px solid #000000;
	margin-top : 16px;
}
.contactWrap dl {
	display : table;
	width : 100%;
	border-collapse : collapse;
	font-size : 14px;
	color : #000000;
	border-bottom : 1px solid #cbcbcb;
}
.contactWrap dt {
	display : table-cell;
	vertical-align : top;
	width : 123px;
	padding : 22px 20px 22px 22px;
	text-align : left;
	color : #212528;
	font-weight : 500;
	background-color : #f3f3f3;
}
.contactWrap dt.check {
	padding : 16px 0 !important;
}
.contactWrap dd {
	display : table-cell;
	vertical-align : top;
	width : calc(100% - 223px);
	padding : 20px 0 20px 30px;
	color : #212528;
}
.contactWrap dd div {
	margin : 6px 0;
}
.contactWrap dd div label {
	display : inline-block;
	vertical-align : top;
	color : #4b4b4b;
	font-size : 14px;
	margin-right : 16px;
	padding : 4px 8px;
	border : 1px solid #c1c1c1;
	border-radius : 4px;
}
.compBottom  {
	margin-bottom : 120px;
}
.contactForm dt span  {
	position : absolute;
	top : 32px;
	right : 10px;
	display : inline-block;
	padding : 6px 12px;
	font-size : 10px;
	line-height : 1.0;
	color : #ffffff;
	border-radius : 12px;
}
.contactForm dt span.hissu  {
	background-color : #cc4433;
}
.contactForm dt span.ninni  {
	background-color : #3366cc;
}
.privWrap  {
	margin-top : 20px;
	background-color : #ffffff;
	padding-bottom : 30px;
	font-size : 14px;
}
.privWrap h3 {
	text-align : center;
	padding-top : 20px;
	padding-bottom : 8px;
	border-bottom : 1px solid #757575;
	margin-bottom : 16px;
}
.privWrap h3 strong {
	display : inline-block;
	line-height : 1.1;
	font-size : 20px;
	color : #000000;
}
.privWrap h4 {
	margin : 16px; 0;
	color : #1d208a;
}
.privWrap p {
	margin : 16px; 0;
	color : #4b4b4b;
	font-size : 14px;
}
.privWrap dl {
	margin : 16px; 0;
	color : #4b4b4b;
}
.privWrap dt {
	display : inline-block;
	vertical-align : top;
	width : 24px;
	color : #000000;
	font-size : 14px;
}
.privWrap dd {
	display : inline-block;
	vertical-align : top;
	width : calc(100% - 30px);
	color : #4b4b4b;
	font-size : 14px;
}
@media only screen and (max-width: 1200px) {
	.contactWrap h2 {
		font-size : calc(2.05vw + 11.4px);
		margin-bottom : 3.4vw;
	}
	.contactWrap p {
		font-size : calc(0.34vw + 11.9px);
	}
	.contactWrap p strong {
		font-size : calc(0.91vw + 13.1px);
	}
	.contactWrap p a {
		font-size : calc(0.68vw + 11.8px);
	}
}
@media only screen and (max-width: 800px) {
	.contactWrap  {
		width: calc(100% - 8vw);
		margin-top : 12vw;
		padding : 20px 4vw;
	}
	.contactWrap h3 {
		padding-bottom : 12px;
		margin-bottom : 40px;
	}
	.contactWrap h3 strong {
		font-size : 28px;
		padding-top : 6px;
	}
	.contactWrap .comm p {
		font-size : 18px;
		color : #000000;
		line-height : 1.8;
	}
	.compBottom  {
		margin-bottom : 12vw;
	}
	.contactForm dt span  {
		right : 6px;
	}
	.contactWrap dt {
		padding : 30px 50px 10px 0;
	}
}
@media only screen and (max-width: 680px) {
	.contactWrap dl {
		display : block;
		width : 100%;
		margin-bottom : 0px;
	}
	.contactWrap dt {
		display : block;
		width : calc(100% - 20px);
		padding : 10px;
		border-top : 1px solid #f9f9f9;
		text-align : left;
	}
	.contactWrap dd {
		display : block;
		width : calc(100% - 22px);
		padding : 10px;
		border-bottom : 1px solid #e5e8ed;
	}
	.contactForm dt span  {
		top : 14px;
	}
}
@media only screen and (max-width: 480px) {
	.contactWrap  {
		margin-top : 16vw;
	}
	.contactWrap h3 {
		padding-bottom : 12px;
		margin-bottom : 32px;
	}
	.contactWrap h3 strong {
		font-size : 24px;
		padding-top : 6px;
	}
	.privWrap h3 {
		padding-bottom : 12px;
		margin-bottom : 32px;
	}
	.privWrap h3 strong {
		font-size : 24px;
		padding-top : 6px;
	}
	.contactWrap .comm p {
		font-size : 16px;
		color : #000000;
		line-height : 1.8;
	}
	.compBottom  {
		margin-bottom : 16vw;
	}
	.contactWrap dd div label {
		display : block;
		font-size : 13px;
		margin : 8px 0;;
		padding : 8px;
	}
}
.top_images  {
	position : relative;
}
.top_images p  {
	position : absolute;
	top : 126px;
	left : 422px;
}
#news,#commit,#info  {
  padding-top : 64px;
  margin-top : -64px;
}

/* メインコンテンツ包括---------------------------*/
.normalWrap  {
	width : 100%;
	max-width : 1490px;
	margin : 0 auto;
	padding : 0;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.middleWrap  {
	width : 100%;
	max-width : 1630px;
	margin : 0 auto;
	padding : 0 8px;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.narrowWrap  {
	width : 100%;
	max-width : 1180px;
	margin : 0 auto;
	padding : 0 10px;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.baseWrap  {
	width : 100%;
	max-width : 1080px;
	margin : 0 auto;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
	background-color : #f3f3f3;
	padding : 40px 0;
}
.miniWrap  {
	width : 100%;
	max-width : 1100px;
	margin : 0 auto;
	padding : 0 10px;
	box-sizing: border-box;
	position : relative;
}
.wideWrap  {
	width : 100%;
	max-width : 1980px;
	margin : 0 auto;
	padding : 0;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.top_images  {
	width: 100%;
	position : relative;
	z-index : 2;
	text-align : center;
	background : url(../img/top_image.jpg) repeat-x top center;
	max-height : 576px;
	font-size : 0;
	line-height : 0;
}
.grayback  {
	background-color : #f3f3f3;
	padding : 80px 0  120px 0;
}
.grayback2  {
	background-color : #f3f3f3;
	padding : 80px 0  100px 0;
	position : relative;
}
.grayback2::after {
    border : solid transparent;
    content : '';
    height : 0;
    width : 0;
    pointer-events : none;
    position : absolute;
    border-color : rgba(243, 243, 243, 0);
    border-top-width : 60px;
    border-bottom-width : 60px;
    border-left-width : 70px;
    border-right-width : 70px;
    margin-left : -70px;
    border-bottom-color : #f3f3f3;
    bottom : 100%;
    left : 50%;
}
.companyback  {
    width: 100%;
    max-width: 1490px;
	margin-left : auto !important;
	margin-right : auto !important;
	background : url(../img/company_back.jpg) no-repeat center center;
	background-size : cover;
}
.businessback  {
    width: 100%;
    max-width: 1490px;
	margin-left : auto !important;
	margin-right : auto !important;
	background : url(../img/business_back.jpg) no-repeat center center;
	background-size : cover;
}
.worksback  {
    width: 100%;
    max-width: 1490px;
	margin-left : auto !important;
	margin-right : auto !important;
	background : url(../img/works_back.jpg) no-repeat center center;
	background-size : cover;
}
.estateback  {
    width: 100%;
    max-width: 1490px;
	margin-left : auto !important;
	margin-right : auto !important;
	background : url(../img/estate_back.jpg) no-repeat center center;
	background-size : cover;
}
.contactback  {
    width: 100%;
    max-width: 1490px;
	margin-left : auto !important;
	margin-right : auto !important;
	background : url(../img/contact_back.jpg) no-repeat center center;
	background-size : cover;
}
.inquilyback  {
    width: 100%;
    max-width: 1490px;
	margin-left : auto !important;
	margin-right : auto !important;
	background : url(../img/inquily_back.jpg) no-repeat center center;
	background-size : cover;
}

.block  {
	position : relative;
	width : 100%;
	height : 100%;
	overflow : hidden;
	box-sizing : border-box;
}
.mgt01  {
	padding : 22px 0 0 0;
}
.mgt02  {
	margin : 94px 0 0 0;
}
.mgt30  {
	margin : 30px 0 0 0;
}
.mgt50  {
	margin : 50px 0 0 0;
}
.mgt70  {
	margin : 70px 0 0 0;
}
.mgtw100  {
	margin : 10px 0 0 0;
	padding-top : 110px;
}
.mgtw120  {
	margin : 30px 0 0 0;
	padding-top : 110px;
}
.mgt100  {
	margin : 75px 0 0 0;
}
.mgt120  {
	margin : 90px 0 0 0;
}
.mgt150  {
	margin : 112px 0 0 0;
}
.mgt170  {
	margin : 128px 0 0 0;
}
.mgt200  {
	margin : 150px 0 0 0;
}
.mgt240  {
	margin : 180px 0 0 0;
}
@media only screen and (max-width: 1420px) {
	.mgt50  {
		margin : calc(4vw + 10px) 0 0 0;
	}
	.mgt100  {
		margin : 7.5vw 0 0 0;
	}
	.mgt120  {
		margin : 8vw 0 0 0;
	}
	.mgt150  {
		margin : 10vw 0 0 0;
	}
	.mgt150  {
		margin : 12vw 0 0 0;
	}
	.mgt170  {
		margin : 14vw 0 0 0;
	}
	.mgt200  {
		margin : 15vw 0 0 0;
	}
	.mgt240  {
		margin : 20vw 0 0 0;
	}
	.grayback2::after {
		border-top-width : 6vw;
		border-bottom-width : 6vw;
		border-left-width : 7vw;
		border-right-width : 7vw;
		margin-left : -7vw;
	}
}
@media only screen and (max-width: 1068px) {
	.mgt02  {
		margin : 60px 0 0 0;
	}
	.mgt200  {
		margin : 7vw 0 0 0;
	}
	.mgt240  {
		margin : 8vw 0 0 0;
	}
}
.block h2.topTitle {
	letter-spacing : 1px;
	line-height : 1.2;
	text-align : center;
}
.block h2.topTitle strong {
	display : block;
	color : #1d208a;
	font-size : 32px;
	margin-bottom : 10px;
}
.block h2.topTitle span {
	display : block;
	color : #8e8e8e;
	font-size : 14px;
	margin-bottom : 10px;
	font-weight : normal;
}
@media only screen and (max-width: 600px) {
	.block h2.topTitle {
		letter-spacing : 1px;
		line-height : 1.2;
	}
	.block h2.topTitle strong {
		font-size : 26px;
		margin-bottom : 6px;
	}
	.block h2.topTitle span {
		font-size : 13px;
		margin-bottom : 6px;
	}
}
.newsWrap  {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding : 0;
	background-color : #ffffff;
}
.newsItem  {
	width : 100%;
}
h2.newsTitle  {
	text-align : center;
}
h2.newsTitle strong {
	display : none;
	font-size : 60px;
	color : #afdbfe;
	font-weight : 700;
	line-height : 67px;
	text-align : center;
	padding-top : 0px;
	font-family: 'Noto Sans', sans-serif;
}
h2.newsTitle span {
	display : block;
	font-size : 28px;
	color : #313131;
	font-weight : 500;
	line-height : 40px;
	text-align : center;
	font-family: 'Noto Sans JP', sans-serif;
}
h2.newsTitle span.btmbdr {
	padding : 54px 0 14px 0;
	margin : 0 auto;
	width  : 100%;
	max-width : 324px;
	border-bottom : 1px solid #d2d2d2;
	box-sizing : border-box;
}
h2.newsTitle img {
	width : 63px;
}
h2.subTitle  {
	text-align : center;
	display : block;
	font-size : 80px;
	color : rgba(255, 255, 255, 0.3);
	font-weight : 700;
	line-height : 84px;
	text-align : center;
	padding-top : 20px;
	font-family: 'Noto Sans', sans-serif;
	padding-top : 80px;
}
h2.subTitle span {
	display : block;
	font-size : 40px;
	color : #ffffff;
	font-weight : 600;
	line-height : 1.0;
	text-align : center;
	position : relative;
	top : -30px;
	font-family: 'Noto Sans JP', sans-serif;
}
.ttl_under  {
	text-align : center;
	font-size : 15px;
	margin : 36px 0 40px 0;
}
@media only screen and (max-width: 1080px) {
	.grayback  {
		padding : 10.6vw 0 16vw 0;
	}
	.grayback2  {
		padding : 8vw 0 10vw 0;
	}
	h2.newsTitle strong {
		font-size : calc(3.68vw + 20.3px);
		line-height : 1.0;
		padding-top : 1vw;
	}
	h2.newsTitle span {
		font-size : calc(1.58vw + 12px);
		line-height : 1.5;
	}
	h2.newsTitle img {
		width : calc(2.13vw + 33.2px);
	}
	.ttl_under  {
		font-size : 14px;
		margin : calc(4vw + 8px) 0 calc(4vw + 12px) 0;
	}
	h2.newsTitle span.btmbdr {
		padding : 4vw 0 12px 0;
	}
}
@media only screen and (max-width: 1068px) {
	.wideWrap  {
		height : 38vw;
		max-height : 396px;
		min-height : 182px;
	}
	h2.subTitle  {
		font-size : calc(5.09vw + 24.7px);
		color : rgba(255, 255, 255, 0.3);
		font-size : calc(5.09vw + 28.7px);
		padding-top : calc(13vw - 20px);
	}
	h2.subTitle span {
		font-size : calc(3.21vw + 9.7px);
		top : -28px;
	}
}
@media only screen and (max-width: 480px) {
	h2.subTitle  {
		font-size : calc(5.09vw + 24.7px);
		color : rgba(255, 255, 255, 0.3);
		font-size : calc(5.09vw + 28.7px);
		padding-top : 40px;
	}
	h2.subTitle span {
		font-size : calc(3.21vw + 9.7px);
		top : -28px;
	}
}

/* サブページ */

.mainTitle {
	text-align : center;
	font-size : 56px;
	color : #17599a;
	font-weight : 600;
	line-height : 1.6;
	margin-bottom : 54px;
}
.mainTitle span {
	display : block;
}
.baseWrap3  {
	width : 100%;
	max-width : 1080px;
	margin : 0 auto;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
	background-color : #f3f3f3;
	padding : 30px 54px 124px 54px;
}
.baseWrap3 .mesLeft {
	position : absolute;
	top : 54px;
	left : 54px;
	width : 426px;
}
.baseWrap3 .mesLeft p {
	font-size : 20px;
	line-height : 1.6;
	color : #262626;
	font-weight : 300;
}
.baseWrap3 .mesLeft p span {
	font-weight : 500;
}
.baseWrap3 .mesLeft img {
	width : 100%;
	margin-bottom : 16px;
}
.baseWrap3 .mesCont  {
	padding-left : 478px;
	padding-top : 12px;
}
.companyText  {
	width : 100%;
	text-align : center;
}
.companyText p {
	font-size : 24px;
	color : #262626;
	font-weight : 500;
	line-height : 2.0;
}

.noslick  {
	margin-top : 40px;
	text-align : center;
}
.slider  {
	text-align : center;
}
.slider div.item  {
	padding : 16px 4px;
}
.slider div.itemInner  {
	padding : 0;
	position : relative;
}
.slider div.itemInner .text01  {
	display : block;
	position : absolute;
	bottom : 0;
	left : 0;
	font-size : 13px;
	color : #ffffff;
	background : rgba(0, 0, 0, 0.6);
	text-align : center;
	padding : 4px 0;
}
.slider div.itemInner .image  {
	margin-bottom : 6px;
	width : 220px !important;
}
.slider div.itemInner .text01 span {
	display : block;
	font-size : 13px;
}
.slider div.itemInner .text02  {
	display : inline-block;
	width : 55%;
	font-size : 14px;
	color : #000000;
	font-weight : bold;
	text-align : right;
}
.slider div.itemInner .text02 span {
	font-size : 18px;
	color : #ff0000;
}
@media only screen and (max-width: 1560px) {
	.slider div.item  {
		padding : 24px 16px;;
	}
}
@media only screen and (max-width: 1465px) {
	.slider div.item  {
		padding : 24px 8px;;
	}
}
@media only screen and (max-width: 1370px) {
	.slider div.item  {
		padding : 24px 4px;;
	}
}
@media only screen and (max-width: 1068px) {
	.mainTitle {
		font-size : calc(2.37vw + 16.4px);
		margin-bottom : 7vw
	}
	.baseWrap3 {
		padding: 4vw 4vw calc(6vw + 60px) 4vw;
	}
	.baseWrap3 .mesLeft {
		position : absolute;
		top : 6vw;
		left : 4vw;
		width : 40vw;
	}
	.baseWrap3 .mesLeft p {
		font-size : calc(0.53vw + 14.3px);
	}
	.baseWrap3 .mesCont  {
		padding-left : 44vw;
	}
	.companyText  {
		width : calc(100% - 16px);
		height : 48vw;
		margin-top : 20px;
		padding : 0 16px 0 0;
	}
	.companyText p {
		font-size : calc(0.26vw + 12.2px);
		margin-bottom : 24px;
	}
}
@media only screen and (max-width: 640px) {
	.mainTitle span {
		display : block;
	}
	.baseWrap3 {
		padding: 4vw 4vw 6vw 4vw;
	}
	.baseWrap3 .mesLeft {
		position : relative;
		top : 0;
		left : 0;
		width : 100%;
		max-width : 435px;
		margin : 24px auto;
	}
	.baseWrap3 .mesLeft p {
		font-size : 16px;
	}
	.baseWrap3 .mesCont  {
		padding-left : 0;
	}
	.companyText  {
		width : 100%;
		margin : 2vw auto;
		height : auto;
		padding : 0 10px;
		box-sizing: border-box;
	}
	.companyText p {
		font-size : calc(0.62vw + 10.0px);
		line-height : 2.0;
		margin-bottom : 0;
	}
}
@media only screen and (max-width: 400px) {
	.companyText p br.smp {
		display : none;
	}
}
.recruitTable {
	width : 100%;
	margin-top : 48px;
}
.recruitTable dl {
	display : table;
	width : 100%;
	border-bottom : 1px solid #d3d3d3;
	font-weight : 500;
	font-size  : 18px;
	line-height : 1.8;
}
.recruitTable dl.first {
	border-top : 1px solid #d3d3d3;
}
.recruitTable dt {
	display : table-cell;
	vertical-align : top;
	text-align: left;
	color : #17599a;
	width : 30%;
	max-width : 325px;
	min-width : 100px;
	padding : 18px 0 18px 0;
}
.recruitTable dd  {
	display : table-cell;
	vertical-align : top;
	text-align: left;
	color : #313131;
	width : calc(80% - 4px);
	padding : 18px 0 18px 0;
}
@media only screen and (max-width: 1068px) {
	.recruitTable {
		margin-top : calc(5vw + 12px);
	}
	.recruitTable dt {
		font-size : calc(1.34vw + 9.7px); 
	}
	.recruitTable dt {
		padding : calc(1.34vw + 9.7px) 0;
	}
	.recruitTable dd  {
		font-size : calc(1.34vw + 9.7px); 
		padding : calc(1.34vw + 9.7px) 0;
	}
}

.centerMenuItem  {
	width : 100%;
	margin : 60px 0 0 0;
}
.centerMenuItem ul {
	width : 100%;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.centerMenuItem ul li {
	width : 19%;
	margin : 0 4px;
}
.centerMenuItem ul li a {
	display : block;
	width : 100%;
	position : relative;
	background-color : #000000;
	transition : 0.3s;
	font-size : 0;
	line-height : 0;
}
.centerMenuItem ul li a img {
	transition : 0.3s;
}
.centerMenuItem ul li a:hover img {
	opacity : 0.7;
}
.centerMenuItem ul li a img {
	width : 100%;
	max-width : 306px;
}
.centerMenuItem ul li a span {
	position : absolute;
	bottom : 16px;
	left : 8px;
	display : block;
	color : #ffffff;
	font-size : 14px;
	font-weight : bold;
	line-height : 1.0;
}
.centerMenuItem p a {
	font-size : 16px;
	color : #1d208a;
	line-height : 1.6;
	text-align : center;
	text-decoration : none;
}
.centerMenuItem .button {
	width : 100%;
	max-width : 195px;
	margin : 6px auto;
	height : 50px;
	overflow : hidden;
	background : url(../img/mbtn_detail_u.png) no-repeat top left;
}
.centerMenuItem .button a {
	display : block;
	width : 100%;
	height : 30px;
	font-size : 13px;
	color : #5f5f60;
	line-height : 1.0;
	text-align : center;
	text-decoration : none;
	padding-top : 20px;
	background : url(../img/mbtn_detail_b.png) no-repeat bottom right;
}
.centerMenu  {
	text-align : center;
	width : 100%;
	margin-top : 100px;
}
.centerMenuTels  {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.centerMenuTels .menu01 {
	width : 47%;
	border : 1px solid #ffffff;
	padding : 24px 0;
	margin : 0 4px;
	box-sizing : border-box;
}
.centerMenuTels .menu01 th {
	vertical-align : middle;
	color : #ffffff;
	font-size : 18px;
}
.centerMenuTels .menu01 th span {
	display : inline-block;
}
.centerMenuTels .menu01 td {
	vertical-align : middle;
	color : #ffffff;
}
.centerMenuTels .menu01 td div {
	font-size : 40px;
	height : 45px;
}
.centerMenuTels .menu01 td div span {
	display : inline-block;
	position : relative;
	top : -4px;
	margin-left : 6px;
}
.centerMenuTels .menu01 td p {
	font-size : 14px;
	margin-top : 4px;
	padding-left : 48px;
}
.centerMenuTels .menu02 {
	width : 47%;
	border : 1px solid #ffffff;
}
.centerMenuTels .menu02 a {
	display : block;
	padding : 34px 0 0 0;
	margin : 0 4px;
	box-sizing : border-box;
	color : #ffffff;
	font-size : 20px;
	text-decoration : none;
}
.centerMenuTels .menu02 a span {
	display : inline-block;
	position : relative;
	top : -8px;
	margin-left : 6px;
}
.centerMenuAddress  {
	width : 10%;
	border : 1px solid #ffffff;
	padding : 24px 36px;
}
.centerAddress  {
	margin-top : 78px;
}
.centerAddress h3 {
	font-size : 36px;
	font-weight : normal;
	margin-bottom : 6px;
}
.centerAddress p {
	font-size : 16px;
	margin : 4px 0;
}
@media only screen and (max-width: 1162px) {
	.baseWrap {
		padding : calc(6vw + 10px) 7vw calc(7vw + 10px) 7vw;
	}
	.centerMenuTels .menu01 {
		display : block;
		text-align : center;
		padding : 12px 0;
	}
	.centerMenuTels tbody {
		display : block;
		text-align : center;
		width : 100%;
	}
	.centerMenuTels tr {
		display : block;
		text-align : center;
		width : 100%;
	}
	.centerMenuTels .menu01 th {
		display : block;
		width : 100%;
	}
	.centerMenuTels .menu01 td {
		display : block;
		width : 100%;
	}
}
@media only screen and (max-width: 970px) {
	.centerMenuItem  {
		margin : 0 0.7% 5% 0.7%;
	}
	.centerMenuItem .mitem a {
		top : 3vw;
	}
}
@media only screen and (max-width: 800px) {
	.centerMenu  {
		margin-top : 8vw;
	}
	.newsItem a {
		padding : 2.8vw 0 2vw 0;
	}
	.newsItem a .comm .new {
		margin-left : 6vw;
		font-size : 14px;
		width : calc(100% - 160px);
		height : 18px;
	}
	.newsItem a .comm .date {
		font-size : 14px;
	}
}
@media only screen and (max-width: 680px) {
	.centerMenu  {
		margin-top : 4vw;
	}
	.centerMenuTels .menu01 {
		width : 47%;
		padding : 16px 0;
	}
	.centerMenuTels .menu01 th {
		vertical-align : middle;
		color : #ffffff;
		font-size : 14px;
	}
	.centerMenuTels .menu01 td div {
		font-size : 24px;
		height : 26px;
	}
	.centerMenuTels .menu01 td div span {
		display : inline-block;
		position : relative;
		top : -4px;
		margin-left : 6px;
	}
	.centerMenuTels .menu01 td p {
		font-size : 13px;
		margin-top : 4px;
		padding-left : 0;
	}
	.centerMenuTels .menu01 td img {
		height : 24px;
	}
	.centerMenuTels .menu02 {
		width : 47%;
		border : 1px solid #ffffff;
	}
	.centerMenuTels .menu02 a {
		display : block;
		padding : 40px 0 0 0;
		margin : 0 4px;
		box-sizing : border-box;
		color : #ffffff;
		font-size : 16px;
		text-decoration : none;
	}
	.centerMenuTels .menu02 a img {
		height : 24px;
	}
	.centerMenuTels .menu02 a span {
		display : inline-block;
		position : relative;
		top : -6px;
		margin-left : 6px;
	}
	.centerAddress  {
		margin-top : 6vw;
	}
	.centerAddress h3 {
		font-size : 24px;
		font-weight : normal;
		margin-bottom : 4px;
	}
	.centerAddress p {
		font-size : 13px;
		margin : 4px 0;
	}
}
@media only screen and (max-width: 550px) {
	.centerMenuTels  {
		display : block;
	}
	.centerMenuTels .menu01 {
		width : 280px;;
		padding : 12px 0;
		margin : 0 auto;
	}
	.centerMenuTels .menu01 th {
		vertical-align : middle;
		color : #ffffff;
		font-size : 13px;
	}
	.centerMenuTels .menu01 td div {
		font-size : 20px;
		height : 22px;
	}
	.centerMenuTels .menu01 td div span {
		display : inline-block;
		position : relative;
		top : -4px;
		margin-left : 6px;
	}
	.centerMenuTels .menu01 td p {
		font-size : 12px;
		margin-top : 4px;
		padding-left : 0;
	}
	.centerMenuTels .menu01 td img {
		height : 20px;
	}
	.centerMenuTels .menu02 {
		width : 280px;
		border : 1px solid #ffffff;
		margin : 16px auto 0 auto;
	}
	.centerMenuTels .menu02 a {
		display : block;
		padding : 12px 0 10px 0;
		margin : 0;
		box-sizing : border-box;
		color : #ffffff;
		font-size : 13px;
		text-decoration : none;
	}
	.centerMenuTels .menu02 a img {
		height : 20px;
	}
	.centerMenuTels .menu02 a span {
		display : inline-block;
		position : relative;
		top : -4px;
		margin-left : 6px;
	}
}
@media only screen and (max-width: 440px) {
	.centerMenuItem .mitem  {
		height : 28.2vw;
	}
	.centerMenuItem .mitem a {
		top : 3.4vw;
	}
	.centerMenuItem p a {
		font-size : 14px;
	}
	.centerMenuItem .button a {
		font-size : 11px;
	}
}
.conceptWrap  {
	width : 100%;
	position : relative;
}
.conceptItem  {
	width : 62%;
	max-width : 1069px;
	min-width : 680px;
	height : 569px;
	position : relative;
	z-index : 10;
}
.conceptItem h2 {
	font-size : 50px;
	color : #ffffff;
	letter-spacing : 2px;
	margin : 0 0 30px 0;
	padding : 170px 0 0 170px;
	font-family: 'Yu Mincho',YuMincho,sans-serif;
	-moz-text-shadow: 2px 1px 8px rgba(0, 0, 0, 0.9);
	-webkit-text-shadow: 2px 1px 8px rgba(0, 0, 0, 0.9);
	-ms-text-shadow: 2px 1px 8px rgba(0, 0, 0, 0.9);
	text-shadow: 2px 1px 8px rgba(0, 0, 0, 0.9);
}
.conceptItem p {
	font-size : 18px;
	color : #ffffff;
	letter-spacing : 2px;
	margin : 0;
	line-height : 2.0;
	padding : 0 0 0 170px;
	font-family: 'Yu Mincho',YuMincho,sans-serif;
	-moz-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	-ms-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}
.conceptItem span {
	display : inline;
}
.conceptItem .button {
	margin-top : 40px;
	margin-bottom : 30px;
	text-align : center;
}
.centerButton {
	width : 100%;
	text-align : center;
	display : block;
}
.smp_centerButton {
	width : 100%;
	text-align : center;
	padding-top : 32px;
	display : none;
}
.moreRev  {
	display : inline-block;
	width : 70%;
	max-width : 440px;
	text-align : center;
	padding : 18px 0 20px 0;
	font-size : 16px;
	line-height : 1.0;
	color : #ffffff;
	font-weight : 500;
	background-color : #17599a;
	transition: 0.4s;
	position : relative;
	border : 1px solid #17599a;
	text-decoration : none;
}
.moreRev:hover {
	color : #17599a;
	background-color : #ffffff;
}
.moreRev2  {
	display : inline-block;
	width : 80%;
	max-width : 468px;
	text-align : center;
	padding : 20px 0 20px 0;
	font-size : 18px;
	line-height : 1.0;
	color : #ffffff;
	font-weight : 500;
	background-color : #007bc6;
	transition: 0.4s;
	position : relative;
	border : 1px solid #007bc6;
	text-decoration : none;
}
.moreRev2 span {
	display : inline-block;
	position : relative;
	top : -8px;
	left : 8px;
}
.moreRev2::before  {
	content : "";
	display : inline-block;
	width : 42px;
	height : 32px;
	background : url(../img/mail_b.png) no-repeat 0 0;
	transition: 0.4s;
}
.moreRev2:hover {
	color : #007bc6;
	background-color : #ffffff;
}
.moreRev2:hover::before  {
	background : url(../img/mail_c.png) no-repeat 0 0;
}
@media only screen and (max-width: 1680px) {
	.conceptItem  {
		height : 35vw;
		max-height : 569px;
	}
	.conceptItem h2 {
		padding-top : calc(12vw - 20px);
		padding-left : calc(12vw - 50px);
		font-size : calc(1.26vw + 20.2px);
	}
	.conceptItem p {
		padding-left : calc(12vw - 50px);
		font-size : calc(0.23vw + 14.2px);
	}
	.conceptItem .button {
		margin-top : 3vw;
		margin-bottom : 2vw;
	}
}
@media only screen and (max-width: 800px) {
	.conceptWrap {
		height: 50vw;
		max-height: 400px;
	}
	.conceptRightImg  {
		display : none;
	}
	.conceptItem  {
		width : 60%;
		min-width : 100px;
		height : 60vw;
		max-height : 310px;
		max-height : 569px;right
	}
	.conceptItem h2 {
		padding-top : calc(8vw + 30px);
		padding-left : calc(12vw - 20px);
		font-size : calc(2.08vw + 11.4px);
		line-height : 1.4;
		margin-bottom : 2vw;
	}
	.conceptItem p {
		padding-left : calc(12vw - 20px);
		font-size : calc(0.83vw + 9.4px);
		line-height : 1.4;
	}
	.conceptItem span {
		display : block;
	}
	.infoButton div {
		display : block;
		width : 90%;
		height : auto;
		padding-top : 3vw;
		padding-bottom : 2.5vw;
	}
	.infoButton div.button01 {
		border : 5px solid #1a1a1a;
		margin : 0 auto;
	}
	.infoButton div.button02 {
		border : 5px solid #3faf48;
		margin : 20px auto 0 auto;
	}
	.infoButton div img {
		width : 90%;
		max-width : 352px;
	}
	.conceptItem .button {
		margin-top : 6vw;
		margin-bottom : 5vw;
	}
	.centerButton {
		padding-top : 7vw;
	}
}
@media only screen and (max-width: 720px) {
	.moreRev2  {
		width : 90%;
		padding : 20px 0 20px 0;
		font-size : 16px;
	}
	.moreRev2::before  {
		width : 36px;
		height : 24px;
		background-size : contain;
	}
	.moreRev2 span {
		top : -5px;
		left : 6px;
	}
}

@media only screen and (max-width: 640px) {
	.conceptItem  {
		width : 70%;
	}
	.mgt-32  {
		margin : 0 0 0 0;
	}
	.mgt-32 .middleWrap  {
		padding : 0 !important;
	}
	.newsItem  {
		width : calc(100% - 8vw);
		padding : 0 4vw;
	}
}
@media only screen and (max-width: 586px) {
	.infoTel  {
		padding-bottom : 0px;
	}
	.infoTel .show_pc {
		display : none;
	}
	.infoTel .show_smp {
		display : block;
	}
	.infoTel img {
		height : 7vw;
	}
}
@media only screen and (max-width: 400px) {
	.conceptItem  {
		width : 80%;
	}
	.infoButton div {
		display : block;
		width : 90%;
		height : auto;
		padding-top : 3vw;
		padding-bottom : 2.5vw;
	}
	.infoText div {
		font-size : 13px;
		letter-spacing : 1px;
	}
	.infoText div span {
		display : block;
		margin-left : 0;
	}
	.newsItem a .comm strong {
	    display: none;
	}
	.newsItem a .comm .new {
		margin-left : 14px;
		font-size : 14px;
		width : calc(100% - 120px);
	}
	.newsItem a .comm .date {
		font-size : 13px;
	}
	.moreRev  {
		padding : 16px 0 18px 0;
	}
	.moreRev2  {
		padding : 16px 0 16px 0;
	}
}
.cp_overLight  {
	position : absolute;
	top : 0;
	right : calc(100% - 1004px);
	z-index : 2;
	width : 1004px;
	height : 569px;
	background : url(../img/top_back01.png) no-repeat top right;
}
.cp_overDeep  {
	position : absolute;
	top : 0;
	right : calc(100% - 823px);
	z-index : 3;
	width : 823px;
	height : 569px;
	background : url(../img/top_back02.png) no-repeat top right;
}
@media only screen and (max-width: 1850px) {
	.cp_overLight  {
		right : calc(100% - 58vw);
		width : 58vw;
	}
	.cp_overDeep  {
		right : calc(100% - 44.5vw);
		width : 44.5vw;
	}
}
@media only screen and (max-width: 1140px) {
	.cp_overLight  {
		right : calc(100% - 61vw);
		width : 61vw;
	}
	.cp_overDeep  {
		right : calc(100% - 48.5vw);
		width : 48.5vw;
	}
}
@media only screen and (max-width: 920px) {
	.cp_overLight  {
		right : calc(100% - 69vw);
		width : 69vw;
	}
	.cp_overDeep  {
		right : calc(100% - 58.5vw);
		width : 58.5vw;
	}
}
@media only screen and (max-width: 800px) {
	.recruitRightImg  {
		display : none;
	}
	.cp_overLight  {
		right : calc(100% - 78vw);
		width : 78vw;
	}
}


/* 解体についてページ */

.baseWrap2 {
	width : 100%;
	max-width : 1080px;
	margin : 0 auto;
	overflow : hidden;
	padding : 54px 54px 38px 54px;
	box-sizing: border-box;
	position : relative;
	background-color : #f3f3f3;
}
.busiLeft {
	display : inline-block;
	vertical-align: top;
	width : 45%;
	max-width : 415px;
}
.busiLeft img {
	width : 100%;
	max-width : 415px;
}
.busiRight {
	display : inline-block;
	vertical-align: top;
	width : 50%;
	margin-left : 4%;
}
.busiRight .busiTitle {
	font-size : 36px;
	color : #17599a;
	line-height : 1.6;
	font-weight : 700;
}
.busiRight .busiTitle span {
	display : block;
}
.busiRight .busiText {
	margin-top : 40px;
}
.busiRight .busiText li {
	background : url(../img/check.png) no-repeat left center;
	background-size : 52px 41px;
	color : #001740;
	font-size : 24px;
	padding : 14px 0 14px 70px;
	font-weight : 700;
	text-shadow : 0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff;
}
.busiCont  {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.busiWrap {
	width : 48%;
	padding : 45px 32px;
	margin : 40px 0 50px 0;
	box-sizing: border-box;
	box-shadow: 0px 0px 18px -5px #999999;
	position : relative;
}
.busiWrap .stepComm {
	width : 100%;
}
.busiWrap .stepComm table {
	font-size : 33px;
	color : #17599a;
	line-height : 1.6;
	font-weight : 500;
	position : relative;
	top : -14px;
}
.busiWrap .stepComm th {
	text-align : left;
	width : 100px;
	border-right : 2px dotted #adadad;
}
.busiWrap .stepComm th span {
	display : block;
	font-size : 24px;
	color : #001740;
	line-height : 1.0;
	font-weight : bold;
	letter-spacing : 3px;
	padding-left : 10px;
	font-family: 'Noto Sans', sans-serif;
}
.busiWrap .stepComm th strong {
	display : block;
	font-size : 74px;
	color : #17599a;
	line-height : 1.0;
	font-weight : bold;
	font-family: 'Noto Sans', sans-serif;
}
.busiWrap .stepComm td  {
	text-align : left;
	font-size : 30px;
	color : #17599a;
	font-weight : 500;
	padding-left : 16px;
}
.busiWrap .stepComm td span {
	display : inline-block;
}
.busiWrap .stepComm p.comm {
	font-size : 20px;
	color : #676767;
	line-height : 1.8;
	font-weight : 400;
	margin : 10px 0;
}
.busiWrap .stepComm p.comm span {
	display : block;
}
.busiWrap .stepComm p.comm span strong {
	font-size : 22px;
	font-weight : 500;
}
.busiWrap .tel div {
	text-align : left;
}
.busiWrap .tel p {
	text-align : left;
	font-size : 14px;
}
.busiWrap .stepText {
	width : 100%;
	text-align : center;
	padding : 24px 0 26px 0;
	font-size : 18px;
	line-height : 1.0;
	color : #ffffff;
	font-weight : 700;
	background-color : #17599a;
	position : relative;
	top : -10px;
}
.arrow  {
	text-align : center;
}
.arrow_s  {
	display : none;
	text-align : center;
}
.priceWrap {
	width : 100%;
	max-width : 1080px;
	margin : 0 auto;
	overflow : hidden;
	padding : 45px 10px;
	box-sizing: border-box;
	position : relative;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.priceItem  {
	width : 23.4%;
	background-color : #007bc6;
	color : #ffffff;
	border-radius : 16px;
}
.priceItem .image {
	width : 100%;
}
.priceItem .image img {
	width : 100%;
	max-width : 606px;
	height : 15vw;
	max-height : 170px;
	border-radius : 16px 16px 0 0;
	object-fit: cover;
}
.priceItem h3 {
	text-align : center;
	font-size : 26px;
	color : #ffffff;
	line-height : 1.6;
	padding : 12px 16px;
	font-weight : 500;
}
.priceItem h3 span {
	display : block;
}
.priceItem p {
	text-align : left;
	font-size : 20px;
	color : #ffffff;
	line-height : 1.6;
	padding : 0 16px;
	font-weight : 300;
}
.priceItem .price {
	text-align : center;
	font-size : 20px;
	color : #ffffff;
	line-height : 1.6;
	padding : 4px 16px 40px 16px;
	font-weight : 400;
}
.priceItem .price span {
	text-align : center;
	font-size : 16px;
	font-weight : 500;
	display : block;
}
.priceItem strong {
	font-size : 28px;
	font-weight : 500;
}
@media only screen and (max-width: 1100px) {
	.busiRight .busiTitle {
		font-size : calc(2.63vw + 7.6px);
		margin-bottom : 4vw;
		margin-top : -1vw;
	}
	.baseWrap2 {
		padding: 4vw 4vw 3vw 4vw;
	}
	.busiRight .busiText {
		margin-top : 4vw;
	}
	.busiRight .busiText li {
		background : url(../img/check.png) no-repeat left center;
		background-size : 5vw;
		font-size : calc(1.05vw + 12.7px);
		padding : 1vw 0 1vw 6vw;
	}
}
@media only screen and (max-width: 1028px) {
	.priceWrap {
		padding : 4.5vw 10px;
		-webkit-justify-content : center;
		justify-content : center;
	}
	.priceItem  {
		width : 47%;
		border-radius : 16px;
		margin : 0 1.5% 4.5vw 1.5%;
	}
	.priceItem .image img {
		height : 30vw;
		max-height : 371px;
	}
	.priceItem h3 {
		font-size : calc(1.28vw + 12.8px);
		padding : 12px 12px;
	}
	.priceItem p {
		font-size : calc(0.85vw + 11.3px);
		padding : 0 12px;
	}
	.priceItem .price {
		font-size : calc(0.85vw + 11.3px);
		padding : 4px 12px 40px 12px;
	}
	.priceItem .price span {
		font-size : calc(0.43vw + 11.6px);
	}
	.priceItem strong {
		font-size : calc(1.28vw + 14.8px);
	}
}
@media only screen and (max-width: 900px) {
	.busiWrap .stepComm th {
		width : 90px;
	}
	.busiWrap .stepComm th span {
		font-size : 20px;
		letter-spacing : 3px;
		padding-left : 10px;
	}
	.busiWrap .stepComm th strong {
		font-size : 68px;
	}
	.busiWrap .stepComm td  {
		font-size : 24px;
		padding-left : 14px;
	}
	.busiWrap .stepComm p.comm {
		font-size : 18px;
	}
}
@media only screen and (max-width: 740px) {
	.busiWrap .stepComm th {
		width : 80px;
	}
	.busiWrap .stepComm th span {
		font-size : 18px;
		letter-spacing : 3px;
		padding-left : 10px;
	}
	.busiWrap .stepComm th strong {
		font-size : 60px;
	}
	.busiWrap .stepComm td  {
		font-size : 20px;
		padding-left : 12px;
	}
	.busiWrap .stepComm p.comm {
		font-size : 16px;
	}
}
@media only screen and (max-width: 640px) {
	.busiCont  {
		display : block;
	}
	.busiWrap {
		width : 100%;
		padding : 32px 20px;
		margin : 30px 0 40px 0;
		box-sizing: border-box;
		box-shadow: 0px 0px 18px -5px #999999;
		position : relative;
	}
	.baseWrap2 {
		padding: 4vw 4vw 8vw 4vw;
	}
	.busiRight .busiTitle {
		font-size : calc(4vw + 7.0px);
		margin-top : 10px;
	}
	.busiLeft {
		display : block;
		position : relative;
		top : 0;
		left : 0;
		width : 100%;
		max-width : 553px;
		margin : 24px auto;
		text-align : center;
	}
	.busiRight {
		display : block;
		width : 100%;
		margin-left : 0;
	}
	.busiRight .busiText {
		margin-top : 4vw;
	}
	.busiRight .busiText li {
		background : url(../img/check.png) no-repeat left center;
		background-size : 7vw;
		font-size : calc(3.75vw + 4.0px);
		padding : 1vw 0 1vw 9vw;
	}
	.arrow_s  {
		display : block;
		text-align : center;
	}
}
@media only screen and (max-width: 500px) {
	.nallowWrap {
		padding : 20px 10px;
	}
}
@media only screen and (max-width: 480px) {
	.priceWrap {
		padding : 4.5vw 10px;
	}
	.priceItem  {
		width : 100%;
		margin-bottom : 4.5vw;
	}
	.priceItem .image img {
		height : 60vw;
		max-height : 371px;
	}
	.priceItem h3 {
		font-size : calc(1.28vw + 16.8px);
		padding : 12px 12px;
	}
	.priceItem h3 span {
		display : inline;
	}
	.priceItem p {
		font-size : calc(0.85vw + 13.3px);
		padding : 0 12px;
	}
	.priceItem .price {
		font-size : calc(0.85vw + 13.3px);
		padding : 4px 12px 40px 12px;
	}
	.priceItem .price span {
		padding-top : 6px;
		font-size : calc(0.43vw + 13.6px);
	}
	.priceItem strong {
		font-size : calc(1.28vw + 18.8px);
	}
}


/* 不動産についてページ */

.esttopimg  {
	text-align : center;
	padding : 0 10px;
}
.esttopimg img {
	width : 100%;
	max-width : 750px;
}
.estWrap h2 {
	font-size : 38px;
	color : #001740;
	line-height : 1.6;
	font-weight : 500;
	margin : 38px 0 10px 0;
	text-align : center;
}
.estWrap div {
	font-size : 24px;
	color : #001740;
	line-height : 2.0;
	font-weight : 400;
	position : relative;
	padding : 30px 40px;
}
.blueback {
	background-color : #e0f2fc;
	padding-bottom : 54px;
}
.blueback h2.outoftop {
	position : relative;
	top : -54px;
	text-align : center;
}
.blueback h2.outoftop img {
	width : 100%;
	max-width : 1454px;
}
.blueback h2.innertop {
	position : relative;
	padding-top : 80px;
	text-align : center;
}
.blueback h2.innertop img {
	width : 100%;
}
h2.downtop {
	position : relative;
	top : 10px;
	text-align : center;
}
h2.downtop img {
	width : 100%;
	max-width : 1455px;
}
.estMarks1  {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.estMarks2  {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
	margin-top : 20px;
}
.markItem  {
	background-color : #ffffff;
	padding : 24px 0 40px 0;
	border-radius : 20px;
	width : 29.3%;
	margin : 2%;
	text-align : center;
}
.estMarks1 .markItem img {
	width : 90%;
	max-width : 206px;
}
.estMarks2 .markItem img {
	width : 92%;
	max-width : 206px;
}
.markItem p {
	font-size : 18px;
	color : #001740;
	line-height : 1.4;
	margin-top : 16px;
	font-weight : 400;
	padding : 0 10px;
}
.markItem p span {
	display : block;
}
.itemWrap2  {
	width : calc(100% - 20px);
	max-width : 1456px;
	margin : 50px auto;
	padding : 0 10px;
	text-align : center;
}
.estFlow  {
	border : 9px solid #001740;
	padding : 40px 20px 40px 34px;
}
.estComm  {
	font-size : 40px;
	font-weight : 500;
	color : #001740;
	text-align : center;
	margin-top : 40px;
}
.estComm img {
	position : relative;
	top : 20px;
	left : -10px;
	width : 10vw;
	max-width : 152px;
}
.flarrow  {
	margin : 34px 0 32px 0;
	text-align : center;
}
.flarrow img {
	width : 15%;
	max-width : 75px;
}
.flowLeft  {
	display : inline-block;
	vertical-align: middle;
	width : 390px;
}
.flowLeft img {
	width : 100%;
	max-width : 366px;
}
.flowLeft p {
	display : inline-block;
	vertical-align: top;
	font-size : 24px;
	color : #ffffff;
	font-weight : 500;
	line-height : 50px;
	width : 54px;
	padding-bottom : 4px;
	background-color : #001740;
	border-radius : 50%;
	text-align : center;
}
.flowLeft h3 {
	display : inline-block;
	vertical-align: top;
	font-size : 44px;
	color : #001740;
	font-weight : 500;
	line-height : 1.2;
	width : 316px;
	letter-spacing: 1px;
}
.flowComm  {
	display : inline-block;
	vertical-align: middle;
	width : calc(100% - 412px);
	font-size : 20px;
	color : #001740;
	font-weight : 400;
	line-height : 1.3;
	padding : 0 0 0 12px;
	position : relative;
	top : -4px;
}
.flowComm span {
	display : block;
}
@media only screen and (max-width: 1494px) {
	.estFlow  {
		border : 8px solid #001740;
		padding : 4vw 2vw 4vw 3.4vw
	}
	.flowLeft  {
		width : 35vw;
	}
	.flowComm  {
		width : calc(100% - 36vw - 24px);
		font-size : calc(1.44vw + 4.5px);
		padding : 0 0 0 24px;
		top : -4px;
	}
	.flowComm span {
		display :  inline;
	}
	.flarrow  {
		margin : calc(3vw + 5px) 0 calc(3vw + 2px) 0;
	}
}
@media only screen and (max-width: 1080px) {
	.blueback {
		padding-bottom : 7vw;
	}
	.estWrap h2 {
		font-size : calc(2.37vw + 12.4px);
		margin : 5vw 0 1vw 0;
	}
	.estWrap div {
		font-size : calc(1.32vw + 9.8px);
		padding : 4vw;
	}
	.blueback h2.outoftop {
		top : -4vw;
	}
	.blueback h2.innertop {
		padding-top : 8vw;
	}
	.itemWrap2 {
		margin: calc(4vw + 8px) auto;
	}
	.markItem  {
		padding : 3.6vw 0 6vw 0;
		border-radius : 24px;
	}
	.markItem p {
		font-size : calc(0.66vw + 10.9px);
		margin-top : 2vw;
	}
	.estComm  {
		font-size : calc(3.2vw + 4.7px);
		margin-top : calc(4vw + 12px);
	}
	.estComm img {
		position : relative;
		top : 0.1vw;
		left : -10px;
	}
}
@media only screen and (max-width: 1100px) {
	.estFlow  {
		border : 7px solid #001740;
		padding : 4vw 2vw 4vw 3.4vw
	}
}
@media only screen and (max-width: 840px) {
	.markItem p span {
		display: inline;
	}
}
@media only screen and (max-width: 640px) {
	.flowLeft  {
		width : calc(50% + 40px);
	}
	.flowComm  {
		width : calc(100% - 40px);
		font-size : calc(0.94vw + 10.0px);
		padding : 0 16px 0 24px;
		top : 0px;
	}
}
@media only screen and (max-width: 480px) {
	.estMarks1  {
		display : block;
	}
	.estMarks2  {
		display : block;
		margin-top : 0px;
	}
	.markItem  {
		padding : 5vw 0 4vw 0;
		border-radius : 24px;
		width : 100%;
		margin : 0 0 10px 0;
	}
	.estMarks1 .markItem img {
		width : 30%;
		max-width : 275px;
		margin : 0 0.5%;
	}
	.estMarks2 .markItem img {
		width : 31%;
		max-width : 294px;
	}
	.markItem p {
		display  : inline-block;
		vertical-align: top;
		text-align : left;
		width : 58%;
		margin-left : 0%;
		padding : 7.5vw 0 0 10px;
	}
	.markItem p span {
		display  : inline;
	}
	.itemWrap2 {
		width : 100%;
		padding : 0;
	}
}


/* 解体工事詳細ページ */

.detailWrap  {
	width : 100%;
	max-width : 1080px;
	margin : 0 auto;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
	padding : 0 10px;
}
h2.detailTitle  {
	font-size : 22px;
	color : #ffffff;
	font-weight : 500;
	line-height : 72px;
	text-align : center;
	background-color : #17599a;
}
.detailWrap h3 {
	font-size : 46px;
	color : #000000;
	font-weight : 500;
	text-align : center;
	margin : 98px 0 22px 0;
}
.wrapGalleryInner  {
	width : 100%;
	max-width : 790px;
	margin : 0 auto;
	padding : 0 60px;
	box-sizing : border-box;
}
img.d_img_fit  {
	width : 100%;
	max-width : 790px;
	height : 50vw;
	max-height : 470px;
	object-fit : contain;
}
span.d_img_fit  {
	display : block;
	width : 100%;
	max-width : 790px;
	height : 50vw;
	max-height : 470px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : contain;
}
.detailWrap h4 {
	font-size : 30px;
	line-height : 1.8;
	color : #17599a;
	font-weight : 500;
	text-align : left;
	margin : 98px 0 22px 0;
	border-bottom : 6px solid #17599a;
}
.profileWrap {

}
.profileWrap table.priceList {
	width :  100%;
	border-collapse: collapse;
}
.profileWrap .priceList th {
	vertical-align: middle;
	text-align : center;
	background-color : #f1f1f1;
	color : #323232;
	font-size : 18px;
	font-weight : 500;
	height : 70px;
	border : 2px solid #d2d2d2;
	padding : 0 2%;
	box-sizing: border-box;
}
.profileWrap .priceList td {
	vertical-align: middle;
	color : #323232;
	text-align : center;
	font-size : 15px;
	font-weight : 300;
	height : 70px;
	border : 2px solid #d2d2d2;
	padding : 0 2%;
	box-sizing: border-box;
}
.profileWrap .allPrice  {
	width : 360px;
	text-align : right;
	border-collapse: collapse;
	margin : 10px 0 0 auto;
}
.profileWrap .allPrice td {
	font-size : 30px;
	font-weight : 400;
	padding : 10px 22px;
	text-align : right;
	box-sizing: border-box;
	border : 10px solid #d2d2d2;
}
.profileWrap .allPrice td span {
	font-size : 15px;
	font-weight : 300;
}
.profileWrap table.priceSimple {
	width :  100%;
	max-width : 800px;
	margin : 0 auto 40px auto;
	border-collapse: collapse;
}
.profileWrap .priceSimple th {
	vertical-align: middle;
	text-align : center;
	background-color : #effef4;
	color : #323232;
	font-size : 18px;
	font-weight : 500;
	height : 60px;
	border : 2px solid #d2d2d2;
	padding : 0 2%;
	box-sizing: border-box;
}
.profileWrap .priceSimple td {
	vertical-align: middle;
	color : #323232;
	text-align : left;
	font-size : 18px;
	font-weight : 400;
	height : 60px;
	border : 2px solid #d2d2d2;
	padding : 0 2% 0 4%;
	box-sizing: border-box;
}
.commInner  {
	background-color : #ffffff;
	padding : 36px 36px 12px 36px;
}
.commInner .checker li {
	position : relative;
	font-size : 18px;
	color : #313131;
	padding : 18px 0 38px 54px;
	line-height : 1.2;
	font-weight : 400;
	text-align : left;
}
.commInner .checker li::before {
	position : absolute;
	top : 0;
	left : 0;
	content : "";
	display : inline-block;
	width : 50px;
	height : 40px;
	background : url(../img/check.png) no-repeat;
	background-size : contain;
}
.commInner .nocheck  {
	margin-bottom : 20px;
}
.commInner .nocheck li {
	position : relative;
	font-size : 18px;
	color : #313131;
	padding : 0px 0 20px 30px;
	line-height : 1.2;
	font-weight : 400;
	text-align : left;
}
.commInner .nocheck li::before {
	position : absolute;
	top : 0;
	left : 0;
	content : "●";
}
.commInner p {
	font-size : 18px;
	color : #313131;
	line-height : 2.0;
	font-weight : 400;
	text-align : left;
	padding-bottom : 24px;
}
.wid8 { width : 8%; }
.wid14 { width : 12%; }
.wid20 { width : 20%; }
.wid25 { width : 27%; }
.profileWrap .priceList td.r { text-align  : right; }
.profileWrap .priceList td.n { font-size : 18px; font-weight : 400; }

@media only screen and (max-width: 1080px) {
	h2.detailTitle  {
		font-size : calc(0.92vw + 12.1px);
		line-height : calc(3.15vw + 39px);
	}
	.detailWrap h3 {
		font-size : calc(2.37vw + 20.4px);
		margin : 13vw 0 3vw 0;
	}
	.detailWrap h4 {
		font-size : calc(1.58vw + 12.9px);
		margin : 13vw 0 3vw 0;
		border-bottom : 6px solid #17599a;
	}
	.profileWrap .priceList th {
		font-size : calc(1.32vw + 5.6px);
		height : calc(3.16vw + 39.8px);
	}
	.profileWrap .priceList td {
		font-size : calc(0.39vw + 10.8px);
		height : calc(3.16vw + 39.8px);
	}
	.profileWrap .allPrice  {
		width : 44vw;
		margin : 10px 0 0 auto;
	}
	.profileWrap .allPrice td {
		font-size : calc(2.89vw + -0.5px);
		padding : 1.2vw 3vw;
	}
	.profileWrap .allPrice td span {
		font-size : calc(1.32vw + 5.6px);
	}
	.profileWrap .priceList td.n { 
		font-size : calc(0.53vw + 12.3px);
	}
	.profileWrap .priceSimple th {
		font-size : calc(1.32vw + 5.6px);
		height : calc(3.16vw + 39.8px);
	}
	.profileWrap .priceSimple td {
		font-size : calc(1.32vw + 5.6px);
		height : calc(3.16vw + 39.8px);
	}
	.commInner  {
		background-color : #ffffff;
		padding : 5vw 5vw 2vw 5vw;
	}
	.commInner p {
		font-size : calc(0.53vw + 12.3px);
	}
	.commInner .checker li {
		font-size : calc(0.53vw + 12.3px);
		padding: 1.5vw 0 3vw calc(4vw + 12px);
	}
	.commInner .checker li::before {
		width : calc(3.8vw + 12px);
		height : calc(2.8vw + 10px);
	}
	.commInner .nocheck li {
		font-size : calc(0.53vw + 12.3px);
		padding : 0px 0 3.2vw 1.5em
	}
}
@media only screen and (max-width: 640px) {
	.wrapGalleryInner  {
		padding : 0 32px;
	}
	img.d_img_fit  {
		height : 50vw;
	}
	span.d_img_fit  {
		height : 50vw;
	}
	.profileTable  {
		overflow : auto;
		padding-bottom : 16px;
	}
	.profileWrap .priceList {
		width : 640px !important;
	}
	.profileWrap .priceList th {
		font-size : 14px;;
		height : 50px;
	}
	.profileWrap .priceList td {
		font-size : 13px;;
		height : 50px;
	}
	.profileWrap .priceList td.n { 
		font-size : 14px;
	}
	.profileWrap .priceSimple th {
		font-size : 14px;;
		height : 50px;
	}
	.profileWrap .priceSimple td {
		font-size : 14px;;
		height : 50px;
	}
	.profileWrap .allPrice  {
		width : 200px;
		margin : 10px 0 0 auto;
	}
	.profileWrap .allPrice td {
		font-size : 16px;
		padding : 8px 12px;
		border : 6px solid #d2d2d2;
	}
	.profileWrap .allPrice td span {
		font-size : 12px
	}
}


/* 不動産詳細ページ */

.estateWrap  {
	width : 100%;
	max-width : 1080px;
	margin : 0 auto;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.estateWrap .detailImg {
	text-align : center;
}
.estateWrap .detailImg img {
	width : 100%;
}
.wrapGalleryInner .noslider {
	
}
.estateWrap .estTitle {
	text-align : center;
	margin-top : 60px;
}
.estateWrap .estTitle img {
	width : 12%;
	max-width : 64px;
}
.estateWrap h4 {
	font-size : 28px;
	font-weight : 500;
	color : #001740;
	padding-top : 16px;
}
.estateWrap h3 {
	font-size : 46px;
	font-weight : 500;
	color : #001740;
	padding-bottom : 38px;
}
.estateWrap p {
	font-size : 22px;
	font-weight : 300;
	color : #001740;
	padding-bottom : 38px;
}
.slider_thumb {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : center;
	justify-content : center;
	margin-top : -40px;
}
.slider_thumb li {
	width : 20%;
	max-width : 170px;
	margin : 0 10px;
}
.slider_thumb li img {
	width : 100%;
	max-width : 170px;
	height : 12.5vw;
	max-height : 110px;
	object-fit: cover;
}
.slider_thumb li span {
	display : block;
	width : 100%;
	max-width : 170px;
	height : 24vw;
	max-height : 110px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.estdtlWrap {
	width : 100%;
	max-width : 790px;
	margin : 0 auto;
}
.estdtlWrap p {
	text-align : center;
	font-size : 24px;
	font-weight : 500;
	line-height : 1.6;
	color : #001740;
	padding : 64px 0 36px 0;
}
.estdtlWrap .price {
	text-align : center;
	font-size : 64px;
	font-weight : 500;
	color : #e60013;
	line-height : 1.2;
	padding : 10px 0 14px 0;
	background-color : #f3f4f6;
	margin-bottom : 40px;
}
.estdtlWrap .price span {
	font-size : 30px;
	font-weight : 500;
	color : #3e3a39;
	position : relative;
	left : 10px;
}
.estdtlWrap dl {
	padding : 26px 0;
}
.estdtlWrap dl.border {
	border-top : 2px dotted #d1d1d1;
}
.estdtlWrap dt {
	display : inline-block;
	vertical-align : top;
	width : 170px;
	padding : 4px 0;
	text-align : center;
	font-size : 18px;
	font-weight : 500;
	background-color : #b0dcff;
}
.estdtlWrap dd {
	display : inline-block;
	vertical-align : top;
	width : calc(100% - 198px);
	padding : 0px 0 0px 20px;
	text-align : left;
	font-size : 22px;
	font-weight : 500;
}
.estdtlWrap .word {
	text-align : center;
	font-size : 16px;
	font-weight : 500;
	color : #001740;
	line-height : 1.2;
	padding : 36px 0 38px 0;
	background-color : #f3f4f6;
	margin : 40px 10px;
	border-radius : 20px;
	position : relative;
}
.estdtlWrap .word span {
	display : inline-block;
}
.estdtlWrap .word::after{
    border : solid transparent;
    content : '';
    height : 0;
    width : 0;
    pointer-events : none;
    position : absolute;
    border-color : rgba(243, 243, 243, 0);
    border-top-width : 35px;
    border-bottom-width : 35px;
    border-left-width : 36px;
    border-right-width : 36px;
    margin-left : -36px;
    border-top-color : #F3F3F3;
    top : 100%;
    left : 50%;
}
.estdtlWrap .icon {
	text-align : center;
	margin-bottom : 40px;
}
@media only screen and (max-width: 1080px) {
	.estateWrap .estTitle {
		margin-top : 8vw;
	}
	.estateWrap h4 {
		font-size : calc(0.79vw + 11.5px);
		padding-top : 2vw;
	}
	.estateWrap h3 {
		font-size : calc(2.89vw + 14.8px);
		padding-bottom : 5vw;
	}
	.estateWrap p {
		font-size : calc(0.92vw + 12.1px);
		padding-bottom : 5vw;
	}
	.estdtlWrap dl {
		padding : 2.6vw 0;
		margin : 0 10px;
	}
	.estdtlWrap dt {
		width : 6em;
		font-size : calc(0.66vw + 10.9px);
	}
	.estdtlWrap dd {
		width : calc(100% - 6em - 2vw);
		padding : 0px 0 0px 2vw;
		font-size : calc(0.92vw + 12.1px);
	}
	.estdtlWrap .word {
		font-size : calc(0.56vw + 12.2px);
		line-height : 1.4;
		padding : calc(4.8vw + 5px) 0 calc(4.8vw + 2px) 0;
		margin : 5.4vw 10px 54px 10px;
		border-radius : 24px;
	}
	.estdtlWrap .price {
		font-size : calc(4.63vw + 15.2px);
		padding : 10px 0 14px 0;
		margin-bottom : 5vw;
	}
	.estdtlWrap .price span {
		font-size : calc(2.22vw + 8.9px);
	}
}











.narrowWrap .button {
	text-align : center;
}
.mgb02 {
	padding-bottom : 56px;
}
.serviceWrap  {
	width : 100%;
	max-width : 1100px;
	margin : 64px auto 0 auto;
	padding : 0 10px;
	overflow : hidden;
	box-sizing: border-box;
}
.serviceWrap .serviceLeft  {
	float : left;
	position : relative;
	z-index : 2;
	width : 50%;
	max-width : 709px;
}
.serviceWrap .serviceLeft.textLeft  {
	width : 45%;
}
.serviceWrap .serviceRight  {
	float : right;
	position : relative;
	z-index : 2;
	width : 45%;
	padding-left : 5%;
}
.serviceWrap .serviceRight.imgRight {
	width : 54%;
	padding-left : 0;
}
.serviceWrap h2 {
	font-size : 30px;
	color : #313131;
	font-weight : 700;
	line-height : 1.0;
	margin-top : -28px;
}
.serviceWrap h2 strong {
	display : inline-block;
	margin-right : 30px;
	font-size : 84px;
	color : #17599a;
	font-weight : 800;
	font-family: 'Noto Sans', sans-serif;
	position : relative;
	top : 24px;
}
.serviceWrap h3 {
	font-size : 23px;
	color : #01193f;
	font-weight : 500;
	line-height : 1.8;
	margin : 58px 0 40px 0;
}
.serviceWrap h3 span {
	display  : block;
}
.serviceWrap p {
	font-size : 15px;
	color : #3e3a39;
	font-weight : 500;
	line-height : 1.8;
}
.serviceWrap .imageInner {
	position : relative;
}
.serviceWrap .imageInner img {
	width  : 100%;
}
.serviceWrap .serviceRight .imageInner  {
	left : 8%;
}
.serviceWrap .textInner {
	width : 470px;
	height : 400px;
	margin : 0 auto;
}
.serviceWrap .textInner td {
	font-size : 16px;
	line-height : 2.0;
	color : #6c6c6c;
	vertical-align: bottom;
	padding-bottom : 30px;
}
.serviceWrap .textInner td span {
	display : block;
}
.serviceWrap .imageInner div {
	width : 346px;
	height : 208px;
	font-size : 24px;
	line-height : 1.0;
	color : #ffffff;
	background-color : #66b1cb;
	padding : 30px 0 0 36px;
}
.serviceWrap .imageInner p {
	position : absolute;
	top : 110px;
	left : 36px;
	width : 453px;
}
.serviceWrap .imageInner p img {
	width : 100%;
}
@media only screen and (max-width: 1080px) {
	.serviceWrap .serviceLeft  {
		float : left;
		position : relative;
		z-index : 2;
		width : 50%;
		max-width : 709px;
	}
	.serviceWrap .serviceLeft.textLeft  {
		width : 45%;
	}
	.serviceWrap .serviceRight  {
		float : right;
		position : relative;
		z-index : 2;
		width : 45%;
		padding-left : 3%;
		padding-right : 1%;
	}
	.serviceWrap .serviceRight.imgRight {
		width : 50%;
		padding-left : 0;
	}
	.serviceWrap .serviceRight.imgRight img {
		width : 100%;
	}
	.serviceWrap .serviceRight .imageInner  {
		left : 0%;
	}
	.serviceWrap h2 {
		font-size : calc(1.32vw + 15.8px);
		margin-top : -3vw;
	}
	.serviceWrap h2 strong {
		margin-right : 30px;
		font-size : calc(5.09vw + 26.4px);
		top : 2vw;
	}
	.serviceWrap h3 {
		font-size : calc(0.66vw + 15.9px);
		margin : 4vw 0 3vw 0;
	}
	.serviceWrap p {
		font-size : calc(0.26vw + 12.2px);
	}
}
@media only screen and (max-width: 640px) {
	.serviceWrap .serviceLeft  {
		float : none;
		width : 100%;
	}
	.serviceWrap .serviceLeft.textLeft  {
		width : 100%;
	}
	.serviceWrap .serviceRight  {
		float : none;
		width : 100%;
		padding-left : 0%;
		padding-right : 0%;
	}
	.serviceWrap .serviceRight.imgRight {
		width : 100%;
		padding-left : 0;
	}
	.serviceWrap h2 {
		font-size : calc(1.87vw + 12.0px);
		margin-top : 0;
	}
	.serviceWrap h2 strong {
		margin-right : 12px;
		font-size : calc(5.09vw + 25.6px);;
		top : 2vw;
	}
	.serviceWrap h3 {
		font-size : calc(1.87vw + 12.0px);
		margin : 5vw 0 4vw 0;
	}
	.serviceWrap p {
		font-size : 14px;
	}
}
@media only screen and (max-width: 480px) {
	.serviceWrap .serviceLeft  {
		float : none;
		position : relative;
		z-index : 2;
		width : 100%;
	}
	.serviceWrap .serviceRight  {
		float : none;
		position : relative;
		z-index : 2;
		width : 100%;
	}
	.serviceWrap .imageInner {
		height : auto;
		position : relative;
	}
	.serviceWrap .serviceRight .imageInner  {
		left : 0;
	}
	.serviceWrap .textInner {
		width : 100%;
		height : auto;
		margin : 20vw auto 0 auto;
	}
	.serviceWrap .textInner td {
		font-size : 14px;
		line-height : 2.0;
		padding-bottom : 0;
	}
	.serviceWrap .imageInner div {
		width : calc(100% - 10vw - 30px);
		height : 52vw;
		font-size : 20px;
		padding : 20px 0 0 30px;
	}
	.serviceWrap .imageInner p {
		position : absolute;
		top : 90px;
		left : 30px;
		width : calc(100% - 30px);
	}
}
.compWrap  {
	position : relative;
	padding-bottom : 72px;
}
.smp_compTitle  {
	display : none;
}
.compImg  {
	position : relative;
	width : 100%;
	z-index : 2;
}
.compImg img {
	width : 90%;
	max-width : 1731px;
	height : 38.3vw;
	max-height : 662px;
	object-fit : cover;
}
.compShadow  {
	position : absolute;
	bottom : 0;
	z-index : 1;
	width : 90%;
	max-width : 1731px;
	height : 240px;
	background-color : #dadcf0;
}
.compMain  {
	position : absolute;
	top : 80px;
	z-index : 3;
	width : 40%;
	height : 28.3vw;
	max-height : 452px;
	background-color : #ffffff;
	padding-top : 50px;
}
.rc_img  {
	text-align : left;
}
.rc_shadow  {
	right : 0;
}
.rc_main  {
	right : 0;
	padding-right : 10%;
}
.co_img  {
	text-align : right;
}
.co_shadow  {
	left : 0;
}
.co_main  {
	left : 0;
	padding-left : 10%;
}
.compMain p {
	font-size : 16px;
	color : #666666;
	line-height : 2.0;
	width : 100%;
	max-width : 484px;
	margin : 40px auto;
}
.compMain .button {
	text-align : center;
}
.moreRev_w {
	display : inline-block;
	width : 257px;
	text-align : center;
	padding : 0 16px 0 0;
	font-size : 16px;
	line-height : 72px;
	color : #ffffff;
	background-color : #454fb5;;
	transition: 0.4s;
	position : relative;
	border : 1px solid #454fb5;
	text-decoration : none;
}
.moreRev_w::after  {
	position : absolute;
	content : ">";
	top : 32%;
	right : 12px;
	font-size : 24px;
	line-height : 1.0;
	color : #ffffff;
	font-family: 'Noto Sans', sans-serif;
}
.moreRev_w:hover {
	color : #454fb5;
	background-color : #ffffff;
}
.moreRev_w:hover::after {
	color : #454fb5;
}
@media only screen and (max-width: 1731px) {
	.compMain  {
		top : 4vw;
		padding-top : 2vw;
	}
	.compMain p {
		margin : 2vw auto;
	}
}
@media only screen and (max-width: 1080px) {
	.compMain p {
		font-size : 14px;
		line-height : 1.8;
		margin : 2vw auto;
		max-width : 424px;
	}
}
@media only screen and (max-width: 1040px) {
	.compWrap  {
		padding-bottom : 7.2vw;
	}
	.compMain  {
		width : 50%;
	}
	.moreRev_w {
		width : 200px;
		font-size : 14px;
		line-height : 50px;
	}
	.moreRev_w::after  {
		top : 24%;
	}
}
@media only screen and (max-width: 994px) {
	.compMain  {
		top : 2vw;
		height : 32.5vw;
		padding-top : 2vw;
	}
}
@media only screen and (max-width: 910px) {
	.compImg img {
		width : 94%;
	}
	.compMain  {
		width : 54%;
	}
	.compMain p {
		font-size : 13px;
		line-height : 1.7;
		margin : 2vw auto;
		max-width : 392px;
	}
	.rc_main  {
		padding-right : 6%;
	}
	.co_main  {
		padding-left : 6%;
	}
}
@media only screen and (max-width: 800px) {
	.smp_compTitle  {
		display : block;
	}
	.compImg {
		margin-top : 7vw;
	}
	.compImg img {
		width : 100%;
	}
	.compShadow  {
		display : none;
		background-color : #dadcf0;
	}
	.compMain  {
		position : relative;
		top : -6px;
		z-index : 3;
		width : 100%;
		height : auto;
		max-height : 452px;
		background-color : #dadcf0;
		padding : 6vw 0;
	}
	.compMain .newsTitle {
		display : none;
	}
	.rc_main  {
		right : 0;
		padding-right : 0%;
	}
	.co_main  {
		left : 0;
		padding-left : 0%;
	}
	.compMain p {
		font-size : calc(0.62vw + 11.0px);
		color : #444444;
		line-height : 1.6;
		width : 84%;
		margin : 0px auto 5vw auto;
	}
}
@media only screen and (max-width: 400px) {
	.moreRev_w {
		width : 180px;
		font-size : 14px;
		line-height : 48px;
	}
	.moreRev_w::after  {
		top : 28%;
		font-size : 20px;
	}
}

.workWrap  {
	height : auto;
}
.workImg  {
	position : absolute;
	top : 0;
	width : 100%;
	z-index : 2;
}
.workImg img {
	width : auto;
	height : 38.2vw;
	max-height : 489px;
	object-fit : cover;
}
.workMain  {
	display : inline-block;
	vertical-align : top;
	position : relative;
	margin-top : 30px;
	margin-bottom : 30px;
	z-index : 3;
	width : 494px;
	background-color : #ffffff;
	border : 12px solid #dadcf0;
	padding : 50px 48px 50px 48px;
}
.lf_img  {
	right : 0;
	text-align : right;
}
.lf_main  {
	margin-right : 680px;
	margin-left : calc(100% - 1294px);
}
.rg_img  {
	left : 0;
	text-align : left;
}
.rg_main  {
	margin-left : 680px;
}
.workMain p {
	font-size : 16px;
	color : #666666;
	line-height : 1.6;
	width : 100%;
	margin-top : 20px;
}
h2.workTitle  {
	color : #454fb5;
	font-size : 32px;
	font-weight : normal;
	line-height : 1.0;
	padding-bottom : 10px;
	margin-bottom : 10px;
	border-bottom : 1px solid #454fb5;
}
.workMain li  {
	font-size : 18px;
	color : #666666;
	line-height : 1.6;
	width : 100%;
	margin : 6px 0;
}
.workMain li img {
	display : inline-block;
	vertical-align: top;
	width : 21px;
	position : relative;
	top : 8px;
}
.workMain li span {
	display : inline-block;
	vertical-align: top;
	margin-left : 10px;
	width : calc(100% - 32px);
}
@media only screen and (max-width: 1290px) {
	.workMain  {
		width : 36%;
		padding : 4vw;
	}
	.lf_main  {
		margin-right : 50vw;
		margin-left : 10px;
	}
	.rg_main  {
		margin-left : calc(64% - 8vw - 34px);
	}
	.workMain li  {
		font-size : calc(0.68vw + 9.2px);
	}
	.workMain p {
		font-size : calc(0.51vw + 9.4px);
	}
	h2.workTitle  {
		font-size : calc(1.02vw + 18.9px);
	}
}
@media only screen and (max-width: 700px) {
	.workImg  {
		position : relative;
	}
	.workImg img {
		width : 100%;
		height : auto;
	}
	.workMain  {
		display : block;
		margin : -6vw auto 0 auto;
		width : calc(100% - 10vw - 24px);
		padding : 5vw;
	}
	.lf_img  {
		right : 0;
		text-align : right;
	}
	.lf_main  {
		margin-right : auto;
		margin-left : auto;
	}
	.rg_img  {
		left : 0;
		text-align : left;
	}
	.rg_main  {
		margin-left : auto;
	}
	.workMain p {
		font-size : calc(0.79vw + 10.5px);
		margin-top : calc(2vw + 6px);
	}
	h2.workTitle  {
		font-size : calc(1.67vw + 14.7px);
	}
	.workMain li  {
		font-size : calc(0.83vw + 11.4px);
	}
}


/*お問い合わせ*/
.narrowWrap  {
	width : 100%;
	max-width : 820px;
	margin : 0 auto;
	padding : 0 8px;
	box-sizing: border-box;
}
#wrapFromInner  {
	width : 100%;
}
#wrapFromInner h3 {
	border-top : 1px solid #d6d6d6;
	border-bottom : 1px solid #d6d6d6;
	background-color : #ffffff;
	color : #999999;
	padding : 10px 0;
	text-align : center;
	font-size : 16px;
	line-height : 1.1;
	font-weight : normal;
}
#wrapFromInner form {
	border-left : 1px solid #d6d6d6;
	border-right : 1px solid #d6d6d6;
	border-bottom : 1px solid #d6d6d6;
}
#wrapFromInner form.ins {
	background-color : #f5f9fa;
}
#wrapFromInner form.chk {
	background-color : #ffffff;
}
#wrapFromInner form .formInner  {
	padding : 36px 7% 60px 7%;
}
#wrapFromInner form .red  {
	font-size : 12px;
	color : #ff0000;
	display : inline-block;
	width : 36%;
	padding-right : 4%;
	text-align : left;
	line-height : 22px;
}
#wrapFromInner form .pricearea {
	color : #0eb1db;
	display : inline-block;
	width : 59%;
	text-align : right;
}
#wrapFromInner form .noprice {
	color : #000000;
	font-size : 14px;
	font-weight : bold;
	display : inline-block;
	width : 59%;
	text-align : left;
}
#wrapFromInner form .pricearea .areatop {
	font-size : 24px;
	padding-bottom : 6px;
	border-bottom : 1px solid #0eb1db;
}
#wrapFromInner form .pricearea .areatop span {
	font-size : 32px;
}
#wrapFromInner form .pricearea .areaunder {
	font-size : 20px;
}
#wrapFromInner form .pricearea .areaunder span {
	font-size : 16px;
}
#wrapFromInner form label {
	display : inline-block;
	color : #4b4b4b;
	font-size : 16px;
	margin : 6px 20px 24px 20px;;
}
#wrapFromInner form td label {
	font-size : 14px;
	margin : 2px 0 2px 0 !important;
	padding : 4px !important;
	display : inline-block;
}
#wrapFromInner form td .print01 {
	display : inline-block;
	width : 140px;
	padding-left : 6px;
	margin-bottom : 12px;
}
#wrapFromInner form td .print02 {
	display : inline-block;
	width : 140px;
	padding-left : 16px;
	border-left : 1px dotted #666666;
	margin-bottom : 12px;
}
#wrapFromInner form td .print03 {
	display : inline-block;
	width : 140px;
	padding-left : 6px;
	margin-bottom : 12px;
}
#wrapFromInner table {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border-collapse : collapse;
}
#wrapFromInner table th,
#wrapFromInner table td {
	color : #4b4b4b;
	padding: 12px 2px 12px 12px;
	font-size : 14px;
	text-align : left;
	font-weight : normal;
}
td.chktd  {
	font-size : 16px !important;
	border-bottom : 1px dashed #aaaaaa;
}
.formTable option  {
	font-size : 14px;
	padding : 3px;
}
.formTable select  {
	font-size : 14px;
	padding : 3px;
}
#wrapFromInner table td span {
	font-size : 12px;
}
#wrapFromInner table td.chktd {
	font-size : 16px !important;
	border-bottom : 1px dashed #696969;
}
#wrapFromInner table th {
	width : 180px;
	white-space : nowrap;
}

#wrapFromInner table th span {
	background-color : #ff0000;
	color : #ffffff;
	font-weight : normal;
	font-size : 11px;
	line-height : 11px;
	display : inline-block;
	margin-left : 6px;
	padding : 3px 10px;
	position : relative;
	top : -1px;
}

#wrapFromInner table td.vb img  {
	vertical-align: bottom;
}
.formBtn  {
	margin-bottom : 80px;
}
.mail {}

.form-field {
	border: 1px solid #ababab;
	background: #ffffff;
	color : #333333;
	padding : 6px;
	font-size : 16px;
	width: calc(90% - 80px);
}
input.form-field {
	max-width : 350px;
}
.form-name {
	border: 1px solid #ababab;
	background: #ffffff;
	color : #333333;
	padding : 6px;
	font-size : 16px;
	width: calc(70% - 80px);
	max-width: 300px;
}
.form-long {
	border: 1px solid #ababab;
	background: #ffffff;
	color : #333333;
	padding : 6px;
	font-size : 16px;
	width: calc(80% - 80px);
}
.inputarea1  {
	border: 1px solid #ababab;
	color : #333333;
	padding : 6px;
	font-size : 16px;
}
span.hissu {
	display : inline-block;
	vertical-align: top;
	padding-left : 8px;
	padding-top : 6px;
	font-size  : 14px;
	color : #fe0000;
}
.w120   {
	width: 120px !important;
}
.w240   {
	width: 240px !important;
}
#comment  {
	height : 110px;
	line-height : 22px;
}
.uploadArea  {
	border : 1px solid #cccccc;
	display : inline-block;
}
.uploadArea p.ttl {
	font-size : 13px;
	color : #ffffff;
	background-color : #0eb1dc;
	padding : 4px;
	display : inline-block;
}
.uploadArea div {
	padding : 8px 10px;
}
.thanks  { margin-bottom : 80px; }
.thanks h2  {
	font-size : 18px;
	line-height : 36px;
	text-align : center;
	color : #000000;
}
.thanks p  {
	width : 100%;
	max-width : 530px;
	margin : 10px auto;
	color : #000000;
}
a.hinbanbutton  {
	display : inline-block;
	padding : 8px 14px;
	background-color : #0eb1dc;
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
a.hinbanbutton:hover  {
	background-color : #27caf3;
	color : #ffffaa;
}

.form-field:focus {
   background: #fff;
   color: #725129;
}

.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
}

.form-title {
   margin-bottom:10px;
   color: #725129;
   text-shadow: #fdf2e4 0 1px 0;
}

.submit-container {
   margin :24px 0 60px 0;
   text-align: center;
}
.submit-button {
	width: 304px;
	color: #FFF;
	border : none;
	padding: 24px 0 26px 0;
	font-size : 18px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	cursor : pointer;
	background-color : #c64a4a;
}
.submit-button:hover  {
	opacity : 0.7;
}
.submit-button2 {
	width: 304px;
	color: #FFF;
	border : none;
	padding: 20px 0 24px 0;
	font-size : 18px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	cursor : pointer;
	background : url(../img/subm_back2.png) no-repeat 0 0;
}
.submit-button2:hover  {
	opacity : 0.7;
}
.pp-container  {
	margin : 32px 0 12px 0;
	text-align : left;
	color : #000000;
	background-color : #f0f0f0;
	padding : 16px;
}
.pp-container h4 {
	font-size : 16px;
	text-align : center;
	margin-bottom : 16px;
	color : #000000;
}
.pp-container p {
	font-size : 14px;
	text-align : left;
	margin-bottom : 16px;
	color : #000000;
}
.pp-container a {
	display : block;
	font-size : 13px;
	text-align : left;
}
.pp-check  {
	text-align : center;
	margin-top : 40px;
	font-size : 14px;
	color : #808080;
}
.pp-check label  {
	display : inline-block;
	vertical-align : top;
	padding : 10px 24px;
	border : 1px solid #ff0000;
}
.pp-check label a {
	color : #808080;
	text-decoration: underline;
}
.pp-check span  {
	display : inline-block;
	vertical-align : top;
	margin-left : 6px;
	position : relative;
	top : -1px;
}
.errorText  {
	color : #ff0000;
	font-size : 13px;
}
.sendmes    {
	text-align : center;
	line-height : 1.6;
	margin-bottom : 120px;
}
.errorText  {
	font-size : 12px !important;
	color : #ff0000 !important;
}
.formLeft  {
	display : inline-block;
	vertical-align : top;
}
.formRight  {
	display : inline-block;
	font-size : 12px;
	color : #4b4b4b;
	padding-left : 24px;
}
.formRight a {
	display : inline-block;
	padding : 4px 0;
	color : #4b4b4b;
}
.formRight dt {
	display : inline-block;
	color : #4b4b4b;
	font-size : 12px;
	line-height : 20px;
	padding : 0px 0;
	width : 18px;
	text-align : left;
	vertical-align : top;
}
.formRight dd {
	display : inline-block;
	color : #4b4b4b;
	font-size : 12px;
	line-height : 20px;
	padding : 0px 0;
	width : calc(100% - 18px);
	text-align : left;
	vertical-align : top;
}
@media only screen and (max-width: 480px) {
	.form-field {
		padding : 5px;
		font-size : 14px;
		width: calc(96% - 40px);
	}
	.form-name {
		padding : 5px;
		font-size : 14px;
		width: calc(88% - 40px);
	}
	.form-long {
		padding : 5px;
		font-size : 14px;
		width: calc(92% - 40px);
	}
	.inputarea1  {
		padding : 5px;
		font-size : 14px;
	}
}

/* フッター包括---------------------------*/

footer {
	margin-top : 60px;
	position : relative;
	z-index : 3;
	padding : 0 0 20px 0;
	background-color: #ffffff;
}
.mgt0  {
	margin-top : 0 !important;
	padding : 0 !important;
}
.footAddr  {
	text-align : center;
	font-size : 13px;
	color : #777777;
}
.footerTable {
	width : 100%;
	max-width : 772px;
	margin : 0px auto 0px auto;
	padding : 10px 0 60px 0;
	overflow : hidden;
	box-sizing: border-box;
}
.footerTable .footLeft {
	text-align : center;
}
.footMenuWrap {
	text-align : left;
	color : #ffffff;
	width : 100%;
}
.footMenu  {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	padding-top : 8px;
}
.footMenu li {
	width : auto;
}
.footMenu li.bdr {
	color : #b0b0b0;
	position : relative;
	top : -7px;
}
.footMenu a {
	transition: 0.3s;
	display : block;
	font-size : 14px;
	line-height : 1.2;
	color : #313131;
	text-decoration : none;
}
.footMenu a:hover {
	color : #17599a;
}
.footSns {
	text-align : center;
	margin : 40px 0;
}
.copyright  {
	text-align : center;
	font-size : 12px;
	color : #ffffff;
	padding : 20px 0 30px 0;
	background-color : #17599a;
}
.wrapPageTop {
    cursor: pointer;
    display: none;
    position: fixed;
    right: 4px;
    bottom: 67px;
	width : 78px;
	height : 78px;
	font-size : 0;
	line-height : 0;
	z-index : 99;
}
.wrapPageTop img {
    margin : 0;
}
.wrapContact {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
	width : 279px;
	height : 69px;
	font-size : 0;
	line-height : 0;
	z-index : 999;
}
@media only screen and (max-width: 1200px) {
	footer {
		margin-top : 7vw;
	}
	.footlogo img {
		width : 90%;
		max-width : 244px;
	}
}
@media only screen and (max-width: 1136px) {
	.footMenu a.main {
		font-size : 14px;
	}
	.footMenu a.sub {
		font-size : 13px;
	}
}
@media only screen and (max-width: 860px) {
	.footAddr  {
		font-size : 12px;
		padding-left : 0px;
		margin-bottom : 0px;
	}
	.footerTable {
		padding : 0 0 24px 0;
	}
	.footerTable .footLeft ul {
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : center;
		justify-content : center;
		margin-top : 0px;
		margin-bottom : 10px;
	}
	.footerTable .footLeft li {
		margin : 0 12px;
	}
	.wrapPageTop {
	    bottom: 40px;
	    right: 4px;
		width : 50px;
		height : 50px;
	}
	.wrapPageTop img {
	    margin : 0;
		width : 50px;
	}
}
@media only screen and (max-width: 720px) {
	.footMenu  {
		display : none;
	}
	.footerTable {
		padding : 0 0 0 0;
	}
	.footerTable .footLeft {
		width : 100%;
		margin-right : 0;
	}
}
@media only screen and (max-width: 640px) {
	.footMenu  {
		display : none;
	}
	.footlogo img {
		width : 50%;
	}
}

/* 管理画面フッター */
#admin_contener {
	  display : flex;
	  flex-direction : column;
	  min-height : 100vh;
}
.admin_footer {
	margin-top : auto;
	background-color : #474747;
	position : relative;
}
.admin_footer .footerCopy  {
	width : 100%;
	max-width : 1000px;
	margin : 0 auto;
	text-align : right;
	color : #ffffff;
	font-size : 12px;
	padding : 32px 0;
}
.admin_footer .safety  {
	position : absolute;
	top : 4px;
	left : 4px;
}
.wrapPageTopPc {
    height: 0;
    position: relative;
    width: 100%;
    z-index: 9999;
	display : none;
}
.wrapPageTopPc p {
    bottom: 20px;
    cursor: pointer;
    display: block;
    margin-right: auto;
    position: fixed;
    right: 6px;
}
.wrapPageTopPc p img {
    width : 90px;
}

.bshadow {
	box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-webkit-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-moz-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
}

.cshadow {
	border : 3px solid #ffffff;
	box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-webkit-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-moz-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
}

.servWrap00  {
	width : 960px;
	margin : 0 auto;
}
.servWrap01  {
	width : 1080px;
	margin : 0 auto;
}
.bx-prev  {
	display : block;
	width : 78px;
	height : 78px;
	background  : url(../img/prev.png) no-repeat 0 0;
}
.bx-next  {
	display : block;
	width : 78px;
	height : 78px;
	background  : url(../img/next.png) no-repeat 0 0;
}
