　@charset "utf-8";
/* CSS Document */

/* ---reset------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,section,nav,header,footer{margin:0;padding:0;}ul li,ol li {list-style:none;} h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}input,textarea,select{ font-family: inherit;font-size:inherit; font-weight:inherit;}input,textarea,select{ *font-size:100%;}a img { border:none;}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
/* ---common----------------------------------------- */
/* -------------------------------------------------- */
.cf:before,.cf:after {content: " "; display: table;}.cf:after {clear: both;}.cf {*zoom: 1;}
.alpha a:hover img {opacity: 0.8;filter: alpha(opacity=80);-ms-filter: "alpha(opacity=80)";}
img {border: 0px; vertical-align: bottom;}

#pagetop {position: fixed;bottom: 5%;right: 2%;z-index:999;}
#pagetop a {color: #FFF;padding: 2em 1em;text-align: center;font-size: 0.75em;text-decoration: none;border-radius: 6px; }
#pagetop:hover {opacity: 0.8;}

.ggmap {position: relative;padding-bottom: 75%;padding-top: 30px;height: 0;overflow: hidden;}
.ggmap iframe,
.ggmap object,
.ggmap embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.brsp {display:none;}

	.pc {display: block;} 
	.sp {display: none;}

.flexBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

table {
	margin: 0 auto;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}


@media screen and (max-width: 768px) {
	.pc {display: none;}
	.sp {display: block;}
}

a:link {
	color: #007FFF;
	text-decoration: none;
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #6666FF;
}

/* ---pc design-------------------------------------- */
body{
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-text-size-adjust: none;
	line-height: 1.5em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	height: 100%;
	color: #1F1F1F;
	overflow-x: hidden;
}
header.pc {
	background-color: #333333;
}

header.pc .headerBox {
	padding: 7px 0 8px;
}

header.pc li {
	margin: auto 0;
}

header.pc h1 {
	width: 184px;
}

nav.globalMenu {
	width: 665px;
}

nav.globalMenu ul {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-content: center;
}
nav.globalMenu a {
	font-size: 18px;
	color: #000000;
}

.centerH2 {
	text-align: center;
	font-size: 24px;
}
.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

/* --slider--------------------------------------- */
.bg-slider {
	width: 100%;
	height: 588px;
	position: relative;
	background-position: top center;
	background-size: cover;
	display: flex;
	justify-content: center;
}
.headerText {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	width: 100%;
	height: 100%;
}
.bg-slider .inner{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
}

/* --slider end----------------------------------- */

.infoArea {
	padding: 50px 0 38px;
}

h2.lineH2 {
	margin-top:0;
	padding-bottom: 18px;
	width: 100%;
	max-width: 1100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	border-bottom: 2px solid #999999;
}

h2.lineH2 span.h2Left {
	position: relative;
}

h2.lineH2 span.h2Left::before {
	content: "";
	position: absolute;
	top: 16.5px;
	width: 100%;
	height: 100%;
	border-bottom: 3px solid #615750;
}

h2.lineH2 span.rightTxt img {
	vertical-align: super;
}

.infoBox {
	padding: 0;
	margin: 0;
}

.infoBox > li {
	margin-bottom: 32px;
}

.infoBox li:last-child {
	margin-bottom: 0;
}

.infoBox li ul {
	padding: 0;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.infoBox .infoData {
	margin-right: 26px;
	width: 137px;
	text-align: left;
	position: relative;

}

.infoBox .infoData::after {
	position: absolute;
	margin: auto 0;
	width: 7px;
	height: 14px;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: url("image/triangle_right@2x.png") no-repeat;
	background-size: 7px 14px;
}

.estbtn {
	width: 750px;
}

.twitterArea {
	width: 226px;
}

.servicesArea {
	padding-top:42px;
	background-color: #EEEEEE;
}

.servicesArea .inner {
	padding-bottom:  52px;
	background: url("image/services_bg@2x.png") no-repeat 50% 95%;
	background-size: 100%;
}

.servicesArea .sAflex {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 96px;
}

div.servicesArea .servicesBox {
	width: 23%;
	margin: 0 24px 21px 0;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 3px solid #615750;
	opacity: 0.8;
}

div.servicesArea .servicesBox:last-child {
	margin-right: 0;
}

.servicesArea .servicesBox h3 {
	margin: 18px 0 15px;
	font-size: 21px;
	line-height: 1.5em;
	text-align: center;
}

.servicesArea .servicesBox img {
	width: 100px;
	height: 140px;
}


.strengthsArea {
	padding: 28px 0 68px;
	background: url("image/strengths_bg@2x.png") no-repeat 50% 95%;
	background-size: 100%;
	background-color: #e8edff;
}

.strengthsArea .strengthsBox {
	padding: 28px 15px 22px;
	width: 32%;
	border :2px solid #615750;
	border-radius: 5px;
	background-color: #FFFFFF;
	position: relative;
}

.strengthsArea .strengthsBox h3{
	margin: 0 0 24px 0;
	font-weight: bold;
	font-size: 22px;
	color: #5F5750;
}

.strengthsArea .strengthsBox p {
	margin-bottom: 16px;
	color: #8A8A79;
	text-align: left;
}

.strengthsArea .strengthsBox img {
	margin: auto auto 14px;
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	
}

.accessArea {
	padding: 42px 0;
	background: url("image/access_bg@2x.png") no-repeat;
}

.accessArea .map {
	margin-top: 30px;
	width: 100%;
	height: 303px;
	border: 1px solid #444444;
}

footer {
	padding: 51px 0 127px;
	background-color: #222222;
}

footer .footerLogoArea {
	margin: 0 auto;
	width: 40%;
}

footer .footerNav {
	width: 71%;
	margin: 55px auto 68px;
	font-size: 18px;
	line-height: 2em;
	justify-content: space-around;
}

footer .footerNav ul {
	margin-bottom: 47px;
	padding:0;
}

footer .footerNav a {
	color: #ffffff;
}

footer .footerNav img {
	vertical-align: middle;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.fixed .headerLogoArea h1 {
	margin:0;
}

.pageHeader .headerNav1 {
	margin-top: 0;
	width: 335px;
}

.pageHeader .headerNav2 {
	margin-bottom: 0;
}

.pageHeader ul {
	padding-left: 0;
}

.pageHeader nav.globalMenu a {
	color: #FFFFFF;
}


.contents02 {
	margin: 88px 0 50px;
}

.contents02 .pageTitleArea {
	padding: 65px 66px;
	height: 160px;
}

.contents02 .pageTitleArea h2 {
	margin: auto;
	width: 100%;
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
}

.contents02 .pageRead {
	margin: 43px auto 92px;
}

.contents02 h3 {
	margin: 0;
	padding: 28px 16px;
	color: #FFFFFF;
	text-align: left;
	background-color: #333333;
}

.contents02 .introImage {
	margin-bottom: 50px;
	width: 238px;
}

.contents02 table.formTable {
	width: 1000px;
	font-size: 16px;
	line-height: 120%;
}

.contents02 table.formTable th,
.contents02 table.formTable td {
	padding: 1em;
	width: auto;
	border: 1px solid #cccccc;
}

.contents02 table.formTable th {
	margin-top: 5px;
	text-align: left;
	font-weight: normal;
	background-color: #F2F2F2;
}

.contents02 table.formTable td {
	text-align: left;
}


@media screen and (max-width: 572px) {
	
}

.greeting {
	width: 100%;
	margin: 50px auto 50px;
}

.inner.outline .outlineTable {
	margin: 40px 0 50px;
	width: 100%;
	font-size: 16px;
	line-height: 160%
}

.inner.outline .pageRead {
	margin: 43px auto 92px;
}

.inner.outline .outlineTable th,
.inner.outline .outlineTable td {
	padding: 1em;
	width: auto;
	border: 1px solid #cccccc;
}

.inner.outline .outlineTable th {
	margin-top: 5px;
	text-align: left;
	font-weight: normal;
	background-color: #F2F2F2;
}

.inner.outline .outlineTable td {
	line-height: 1.2em;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 160%
}

.reasontitle {
	margin: 60px 175px 50px;
	max-width: 80%; 
}

.estbtn {
	margin-top: 20px;
	max-width: 100%; 
}


/* ---sp design-------------------------------------- */
@media screen and (max-width: 768px) {
.headerPC {display:none;}
.headerSP {
	padding-bottom: 1em;
	width:100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	border-bottom: 5px solid #222222;
}

headerSP h1 img {
	margin:1em 0;
	width: 60%;
}
nav.globalMenuSP {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	background-color: #BDBDAE;
	color: #000;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
}

nav.globalMenuSP ul {
	background: #333333;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSP ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #FFFFFF;
}

nav.globalMenuSP ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSP ul li a {
	display: block;
	color: #FFFFFF;
	padding: 1em 0;
}

	/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSP.active {
	transform: translateY(0%);
}

.navToggle {
	display: block;
	position: fixed;	/* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 12px;
	width: 42px;
	height: 51px;
	cursor: pointer;
	z-index: 999;
	background: #333333;
	text-align: center;
	border-radius: 5px;
}

.navToggle span {
	display: block;
	position: absolute;	/* .navToggleに対して */
	width: 30px;
	border-bottom: solid 3px #eee;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}

.navToggle span:nth-child(1) {
	top: 9px;
}

.navToggle span:nth-child(2) {
	top: 18px;
}

.navToggle span:nth-child(3) {
	top: 27px;
}

.navToggle span:nth-child(4) {
	border: none;
	color: #eee;
	font-size: 9px;
	font-weight: bold;
	top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ---sp slider--------------------------------------- */
/*#container{
	height: auto;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
}

#container:after{
	content:".";
	display: block;
	clear: both;
	width: 100%;
	max-height: 0;
	visibility: hidden;
	z-index: 0;
}

#container #theTarget {
	margin: 0 0 20px;
	}
	
#container #theTarget table {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

#container #theTarget table td {
	height: 50vh;
	text-align: center;
}

#container #theTarget table td.maintxt1 img {
	width: 90%;
}

#container #theTarget table td.maintxt2 img {
	width: 96%;
}*/

.contents02 {
	margin-top: 0;
}
.infoBox {
	margin-bottom: 20px;
}
	
.infoBox .infoData {
	width: 100%;
}
.infoBox .infoData::after {
	left: 8em;
}

.infoBox li:last-child {
	text-align: left;
}

.strengthsArea .strengthsBox {
	margin-bottom: 15px;
	width: 100%;
}

.contents02 table.formTable {
	width: 100%;
	display: flex;
}

.contents02 table.formTable th ,
.contents02 table.formTable td {
	margin: 0;
	width: 100%;
	border-bottom: none;
	display: block;
}

.contents02 table.formTable td.last {
	border-bottom: 1px solid #cccccc;
}


footer ul{
	justify-content: center;
	}
}