@charset "utf-8";

/* --------------
 reset
-------------- */
input[type="submit"],label {
	cursor: pointer;
}

/* --------------
 base
-------------- */
.ifsp {display: none;}

/* --------------
 modules css
-------------- */
/* ---------- font size */
.fs05 { font-size: 0.5em; }
.fs06 { font-size: 0.6em; }
.fs07 { font-size: 0.7em; }
.fs08 { font-size: 0.8em; }
.fs09 { font-size: 0.9em; }
.fs10 { font-size: 1.0em; }
.fs11 { font-size: 1.1em; }
.fs12 { font-size: 1.2em; }
.fs13 { font-size: 1.3em; }
.fs14 { font-size: 1.4em; }
.fs15 { font-size: 1.5em; }
.fs16 { font-size: 1.6em; }
.fs17 { font-size: 1.7em; }
.fs18 { font-size: 1.8em; }
.fs19 { font-size: 1.9em; }
.fs20 { font-size: 2.0em; }
.fs21 { font-size: 2.1em; }
.fs22 { font-size: 2.2em; }
.fs23 { font-size: 2.3em; }
.fs24 { font-size: 2.4em; }
.fs25 { font-size: 2.5em; }
.fs30 { font-size: 3.0em; }

/* ---------- float */
.fll { float: left;}
.flr { float: right;}

/* ---------- width */
.wd5 {width: 5% !important;}
.wd10 {width: 10% !important;}
.wd15 {width: 15% !important;}
.wd20 {width: 20% !important;}
.wd25 {width: 25% !important;}
.wd30 {width: 30% !important;}
.wd35 {width: 35% !important;}
.wd40 {width: 40% !important;}
.wd45 {width: 45% !important;}
.wd48 {width: 48% !important;}
.wd49 {width: 49% !important;}
.wd50 {width: 50% !important;}
.wd55 {width: 55% !important;}
.wd60 {width: 60% !important;}
.wd65 {width: 65% !important;}
.wd70 {width: 70% !important;}
.wd75 {width: 75% !important;}
.wd80 {width: 80% !important;}
.wd85 {width: 85% !important;}
.wd90 {width: 90% !important;}
.wd95 {width: 95% !important;}
.wd100 {width: 100% !important;}

/* ---------- margin,padding */
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb45 {	margin-bottom: 45px !important;}
.mb50 {	margin-bottom: 50px !important;}
.mb55 {	margin-bottom: 55px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb80 {	margin-bottom: 80px !important;}
.mb90 {	margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.mt35 {	margin-top: 35px !important;}
.mt40 {	margin-top: 40px !important;}
.mt45 {	margin-top: 45px !important;}
.mt50 {	margin-top: 50px !important;}
.mt55 {	margin-top: 55px !important;}
.mt60 {	margin-top: 60px !important;}
.mt70 {	margin-top: 70px !important;}
.mt80 {	margin-top: 80px !important;}
.mt90 {	margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

/* ----- images */
.imgL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* ----- base width */
html,
body {
	min-width: 1100px;
}
#siteHeader, #mainNav, #siteFooter, .in {
	width: 1000px;
	margin: 0 auto;
}
/* ----- text */
.HL1 {
	font-size: 2em;
}
.HL2 span.ttlEN {
	font-size: 2.250em;
}
.HL2 span.ttlJP {
	font-size: 1.125em;
}
.ttlH3 {
	font-size: 1.2em;
}
/* ---------- align */
.alcPC { text-align: center !important;}
.alrPC { text-align: right !important;}
.allPC { text-align: left !important;}

/* ----- button */
.dtlBtn1 a {
	padding: 3px 30px;
}
.dtlBtn1 a:hover {
	border-bottom: none;
	text-decoration: none;
	box-shadow: 0 3px 0 #087fab inset;
}
.dtlBtn2 a {
	display: inline-block;
	padding: 10px 30px;
}
.dtlBtn2 a:before {
	content: "";
	width: 0;
	height: 100%;
	background: rgba(56,190,239,0.2);
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.2s;
}
.dtlBtn2 a:hover:before {
    width: 100%;
}
.dtlBtn2 a:hover {
	text-decoration: none;
}
/* ----- a */
a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	
}

.home #nav1 a,
.recruit #nav2 a,
.childcare #nav3 a,
.nailsalon #nav4 a,
.website #nav5 a,
.company #nav6 a {
	color: #0079B7;
	font-weight: bold;
	border-bottom: 2px solid #0079B7;
}
/* --------------
 common
-------------- */

/* =header
-------------------------------------------------------------- **/
.headerCont {
	width: 100%;
	padding: 10px 0;
}
#home .headerCont {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

/* =siteHeader
---------------------------------------------------- */
#siteHeader h1 {
	width: 150px;
	float: left;
}
#siteHeader .siteHeadR {
	float: right;
}
#siteHeader .siteHeadR .headTel {
	margin-right: 20px;
}
#siteHeader .siteHeadR .headTel i {
	margin-right: 10px;
}
#siteHeader .siteHeadR .headTel p:first-child {
	border-bottom: 1px solid #38beef;
}
#siteHeader .siteHeadR .dtlBtn1 {
	margin-top: 10px;
}
/* =globalNav
---------------------------------------------------- */
#globalNav ul {
	display: flex;
	flex-wrap: wrap;
	margin-top:10px;
}
#globalNav ul li {
	width: 20%;
	text-align: center;
	border-left: 1px solid #38beef;
	position: relative;
}
#globalNav ul li a:hover {
	text-decoration: none;
}
#globalNav ul li:last-child {
	border-right: 1px solid #38beef;
}
.subpage #globalNav ul li.current {
	background: rgba(56,190,239,.1);
}
#globalNav ul li:before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.3s;
	z-index: -1;
}
#home #globalNav ul li:before {
	background: rgba(255,255,255,.8);
}
.subpage #globalNav ul li:before {
	background: rgba(56,190,239,.2);
}
#globalNav ul li:hover:before {
    width: 100%;
}
/* =container
-------------------------------------------------------------- */
.contents {
	padding-top: 50px;
}
.contents.bgA {
	margin-top: 50px;
	padding: 30px 0;
}
.inConts {
	margin-bottom: 50px;
}
/* =breadcrumb
---------------------------------------------------- */

/* =headline / titles
---------------------------------------------------- */


/* =sidebar
---------------------------------------------------- */
/* =aside
------------------------------------------ */


/* =footer
-------------------------------------------------------------- **/
.subpage #footer {
	margin-top: 50px;
}
#footer {
	padding: 30px 0 20px;
}
#footer,
#footer a {
	color: #fff;
}
#footTop {
	width: 25%;
	float: left;
}
#footNav {
	width: 70%;
	float: right;
	display: flex;
	flex-wrap: wrap;
}
#footNav li {
	display: inline-block;
	margin: 0 35px 10px 0;
	font-weight: bold;
	position: relative;
}
#footNav li:last-child {
	margin-right: 0;
}
#footNav ul li:after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#footNav li a {
	display: block;
}
#footNav li a:hover {
	text-decoration: none;
}
#footNav ul li a:before {
	content: "";
	width: 0;
	height: 2px;
	background: rgba(255,255,255,1);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: width 0.5s;
}
#footNav ul li a:hover:before {
    width: 100%;
}
/* =siteFooter
---------------------------------------------------- */

/* =copyright
---------------------------------------------------- */

/* =pageTop
-------------------------------------------------------------- **/
#pageTop {
	bottom: 100px;
}
@media screen and (max-width: 1200px) { /*以下の時*/
#pageTop {
	right: 0;
}
}
@media screen and (min-width: 1201px) { /*以上の時*/
#pageTop {
	right: 100px;
}
}

#pageTop a {
	width: 60px;
	height: 60px;
}


/* --------------
 home contents
-------------- */
/* =visual
---------------------------------------------------- */
#visual {
	position: relative;
}
#visual .imgBox {
	height: 600px;
}
#visual .txtBox {
	font-size: 3em;
	top: 45%;
}

/* =homeService
---------------------------------------------------- */
.serviceBox {
	position: relative;
}
.serviceBox:before {
	content: "";
	width: 0;
	height: 100%;
	background: rgba(56,190,239,0.2);
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.5s;
}
.serviceBox:hover:before {
    width: 100%;
}
.serviceBox .imgBox {
	width: 28%;
	padding-top: 180px;
	float: left;
	overflow: hidden;
}
.serviceBox .imgBox img,
.serviceBox .txtBox,
.serviceBox a .txtBox .cateMark,
.serviceBox .txtBox:after {
	transition: all .3s ease;
}
.serviceBox a:hover .imgBox img {
	transform: scale(1.1);
	opacity: 1;
}
.serviceBox .txtBox {
	width: 72%;
	height: 180px;
	border-right: 40px solid #38beef;
	padding: 20px 20px 20px 30px;
	position: relative;
	float: right;
}
.serviceBox a .txtBox .cateMark {
	margin-bottom: 15px;
}
.serviceBox a:hover .txtBox {
	border-color: #087fab;
}
.serviceBox a:hover .txtBox .cateMark {
	background: #087fab;
}
.serviceBox .txtBox:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 12px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -28px;
	z-index: 10;
	margin: auto;
}
/* =homeAbout
---------------------------------------------------- */
#homeAbout {
	background-attachment: fixed;
	margin-top: 80px;
	padding: 80px 0;
}
/* =homeCompany
---------------------------------------------------- */
.companyMap iframe {
	height: 350px;
}
.companyAddCont {
	display: flex;
	flex-wrap: wrap;
}
.companyAddCont .companyAddBox {
	width: 25%;
	padding: 0 2% 0 2%;
	border-right: 1px solid #999;
}
.companyAddCont .companyAddBox:last-child {
	border-right: none;
}
/* =homeBnr
---------------------------------------------------- */
.bnrCont li {
	display: inline-block;
	margin-right: 20px;
}
.bnrCont li:last-child {
	margin-right: 0;
}
/* --------------
 subpages contents
-------------- */
.subContact {
	padding: 15px;
}
.subContact .floatBox {
	display: flex;
	flex-wrap: wrap;
}
.subContact .floatBox div {
	width: 48%;
	margin: 0 1%;
}
.subContact .dtlBtn2 {
	margin-top: 0;
}
.subContact small {
	display: inline-block;
}
.pTel a {
	color: #222;
}
/* ------------------------------------------------------------ company */
.tblType1 {
	border: 1px solid #000;
}
.tblType1 th {
	width: 200px;
	border-bottom: 1px solid #000;
}
.tblType1 td {
	border-bottom: 1px solid #000;
}
/* ------------------------------------------------------------ website */

/* ---------------------------------------- webIntro */
.txtWeb {
	font-size: 110%;
}

/* ---------------------------------------- webFlow */
.stepCont {
	display: flex;
	flex-wrap: wrap;
}
.stepBox {
	width: 32.5%;
	margin-left: 1%;
	padding: 50px 15px;
}
.stepBox:first-child {
	margin-left: 0;
}
.tri:after {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 25px solid #38beef;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto;
	z-index: 10;
}
/* ---------------------------------------- webOption */
.webOption div {
	float: left;
	width: 24%;
	margin: 0 0.5%;
	padding: 15px;
}

.webOption h3 b {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-left: 10px;
}
.webOption h3 ul {
	float: left;
	width: 150px;
	padding-top: 5px;
	display: inline-block;
}
/* ------------------------------------------------------------ recruit */
.ulRecruit {
	display: flex;
	flex-wrap: wrap;
}
.ulRecruit li {
	width: 31%;
	margin: 20px 2% 0 0;
}
.ulRecruit li:nth-child(3n) {
	margin-right: 0;
}
.ulRecruit li:nth-child(1),
.ulRecruit li:nth-child(2),
.ulRecruit li:nth-child(3) {
	margin-top: 0;
}
.ulRecruit li a span {
	position: relative;
}
.ulRecruit li a span:before {
	content: "";
	width: 0;
	height: 100%;
	background: rgba(56,190,239,0.2);
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.2s;
	z-index: 1;
}
.ulRecruit li a:hover span:before {
	width: 100%;
}
.contsListing .floatBox {
	display: flex;
	flex-wrap: wrap;
}
.contsListing .boxListingL {
	width: 65%;
	margin-right: 5%;
}
.contsListing .boxListingR {
	width: 30%;
}
/* ------------------------------------------------------------ contact */
.submit {
	text-align: center;
}
.submit input,
.submit a {
	line-height: 1.4;
	transition: all .3s ease;
	position: relative;
	padding: 10px 30px;
}
.submit a {
	display: inline-block;
}
.submit input:before,
.submit a:before {
	content: "";
	width: 0;
	height: 100%;
	background: rgba(56,190,239,0.2);
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.2s;
}
.submit input:hover:before,
.submit a:hover:before {
    width: 100%;
}
.submit input:hover,
.submit a:hover {
	text-decoration: none;
}