@charset "utf-8";
/* 
	
CSS base.css */



/*
base : #333
blue : #2058bb
skyblue : #7db6f3
border : #191919
bggrey : #f3f3f3
bglightblue : #f2f5fb
red : #BD0A0F
yellow : #ffff00
*/



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


Header


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

#header { width: calc(100% - 60px); padding-left: 60px; z-index: 100; animation: navfit2 0.5s ease-out 0s 1 normal both; }
#header .mainbox { display: flex; align-items: center; justify-content: space-between; height: 100px; }
#header .logo { line-height: 0; width: 140px; margin-top: -8px; transition: 0.5s; }
#header .logo img {  }
#header .cap { flex: 1;  font-size: 14px; margin-left: 20px; line-height: 1.6; }
#header .cap br { display: none; }
/* スクロール時fixed */
#header.fixed { position: fixed; top: 0; background: #fff; background: rgba(255,255,255,0.97); animation: navfit 0.5s ease-out 0s 1 normal both; }
#header.fixed .mainbox { height: 80px; }
#header.fixed .logo { width: 120px; margin-top: 0; }
#header.fixed .cap { display: none; }
@media screen and (max-width: 1400px) {
	#header .cap br { display: block; }
}
@media screen and (max-width: 1280px) {
	#header .cap { display: none; }
	#header { width: calc(100% - 40px); padding-left: 40px; animation: none; }
}
@media screen and (max-width: 1040px) {
	#header .logo { margin-top: 4px; }
	#header,
	#header .mainbox { height: 100px; }
}
@media screen and (max-width: 767px) {
	#header { width: calc(100% - 20px); padding-left: 20px; }
	#header,
	#header .mainbox { height: 80px; }
	#header .logo { left: 20px; width: 100px; margin-top: 0; }
}

/* スクロール時fixedのアニメーション */
@keyframes navfit {
  0% { transform: translate(0px, -10px); }
  100% { transform: translate(0px, 0px);  }
}
@keyframes navfit2 {
  0% { transform: translate(0px, 10px); }
  100% { transform: translate(0px, 0px);  }
}




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


Nav


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

#gnav { }
#gnav::after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
#gnav .bg { opacity: 0; }
#gnav .navlogo { display: none; }
#gnav ul.main { text-align: right; display: flex; align-items: center; }
#gnav ul.main>li { display: inline-block; float: left; position: relative; margin-right: 1.3em; font-size: 14px; }
#gnav ul.main>li:first-child { display: none; }
#gnav ul.main>li a { text-decoration: none; position: relative; vertical-align: middle; font-weight: bold; }
#gnav ul.main>li a:hover { color: #2058bb; opacity: 1; }
#gnav ul.main>li[data-page="recruit"],
#gnav ul.main>li[data-page="contact"] { margin-right: 0; height: 100px; line-height: 100px; }
#gnav ul.main>li[data-page="recruit"] a,
#gnav ul.main>li[data-page="contact"] a { background: #f3f3f3; padding: 0 35px; height: 100%; margin-right: 0; display: block;  }
#gnav ul.main>li[data-page="contact"] a { background: #2058bb; color: #fff; padding: 0 45px; }
#gnav ul.main>li[data-page="recruit"] a:hover { background: #ccc; color: #fff; }
#gnav ul.main>li[data-page="contact"] a:hover { background: #7db6f3; color: #fff; }
#gnav .telbox,
#gnav .contactbox { display: none; }
#header.fixed #gnav ul.main>li[data-page="recruit"],
#header.fixed #gnav ul.main>li[data-page="contact"] { height: 80px; line-height: 80px; }

@media screen and (max-width: 1280px) {
	#gnav ul.main { right: -40px; }
}
@media screen and (max-width: 1180px) {
	#gnav ul.main>li[data-page="recruit"] a { padding: 0 30px; }
	#gnav ul.main>li[data-page="contact"] a { padding: 0 40px; }
}
@media screen and (max-width: 1040px){
	#gnav { z-index: 1000; height: 100%; position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: block; pointer-events: none; }
	#gnav .innav { position: absolute; top: 50%; left: 0; text-align: center; width: 88%; padding: 0px 6%; /* Safari用 */ transform: translate(0, -50%); }
	#gnav ul.main { position: static; display: block; text-align: left; width:400px; margin-top: 40px; }
	#gnav ul.main>li { display: inline-block!important; margin: 2px 10px 2px 0; float: none; opacity: 0; font-size: 18px; }
	#gnav ul.main>li:first-child { display:block!important; }
	#gnav ul.main>li[data-page="recruit"] { margin-right: 0; height: auto; line-height: inherit; }
	#gnav ul.main>li[data-page="recruit"] a { background: none; padding: 0; height: auto; margin-right: 0; display: inline; }
	#gnav ul.main>li[data-page="recruit"] a:hover { background: none; color: #2058bb; }
	#gnav ul.main>li[data-page="contact"] { display: none!important; }
    #gnav .contactbox { height: 100px;line-height: 100px;width: 190px;text-align: center;margin-top: 30px;display:block;opacity: 0; }
    #gnav .contactbox a {background: #2058bb;color: #fff;/* padding: 0 45px; */height: 100%;display: block;font-weight: bold;text-decoration: none;}
    #gnav .contactbox a:hover { background: #7db6f3; }
    #gnav .telbox { margin-top: 40px; text-align:left; display:block; opacity: 0; }
    #gnav .telbox .txt1 { font-size: 17px; }
    #gnav .telbox .tel { font-size: 28px; color: #2058bb; }
	#gnav.is-open { pointer-events: auto; opacity: 1; }
	#gnav .bg {
		background: #fff; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; overflow: hidden; z-index: -1; opacity: 0;
		-webkit-transform:scale(0.9,0.9); transform:scale(0.9,0.9);
		-webkit-transition: all 0.6s cubic-bezier(0,.53,.41,1); transition: all 0.6s cubic-bezier(0,.53,.41,1);
 	}
	#gnav.is-open .bg { opacity: 1; -webkit-transform:scale(1,1); transform:scale(1,1); }
	#gnav.is-open .navlogo { display: block; position: fixed; top: 30px; left: 40px; width:120px; }
	#gnav.is-open ul.main>li,
	#gnav.is-open .contactbox,
	#gnav.is-open .telbox { opacity:1; transition: 3s; }
}
@media screen and (max-width: 767px){
	#gnav ul.main { width: auto; }
	#gnav ul.main>li { margin: 2px 0; margin-right: 10px; font-size: 16px;  }
	#gnav.is-open .navlogo  { left: 20px; top:25px; width: 100px; }
	#gnav .contactbox { height: 70px;line-height: 70px; margin-top:20px; }	
    #gnav .telbox { margin-top: 30px;}
    #gnav .telbox .txt1 { font-size: 14px;  }
    #gnav .telbox .tel { font-size: 22px;}
}







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


Menubtn


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

#menubtn {display: none; z-index: 1001; }
@media screen and (max-width: 1040px){
	#menubtn { position: fixed; top: 20px; right: 10px; display: block; background: transparent; width: 60px; height: 60px; transition : 0.3s; cursor: pointer; }
	#menubtn a { text-decoration: none; position: relative; display: block; height: 100%; width: 100%; color: #fff; }
	#menubtn a .line {
		width: 36px; height: 4px; background: #2058bb; position: absolute; left: 50%; margin-left: -18px;
		-webkit-transition: all 0.3s; transition: all 0.3s;
	}
	#menubtn a #line1 { top: 26px; }
	#menubtn a #line3 { top: 34px; }
	#menubtn a:hover #line1 { top: 24px; }
	#menubtn a:hover #line3 { top: 36px; }
	#menubtn.active a .txt { display: none; }
	#menubtn.active a .line { width: 36px; }
	#menubtn.active a #line1 {
		top: 23px;
		-webkit-transform:translateY(10px) translateX(0) rotate(-30deg);
		transform:translateY(10px) translateX(0) rotate(-30deg);
	}
	#menubtn.active a #line3 { 
		top: 43px;
		-webkit-transform:translateY(-10px) translateX(0) rotate(30deg); 
		transform:translateY(-10px) translateX(0) rotate(30deg);
	}
}
@media screen and (max-width: 767px){
	#menubtn { position: fixed; top: 10px; right: 5px; }
}









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


Mainv.index


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

#mainv.index { position: relative; height: 800px; }
#mainv.index .bg { height: 100%; width: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ }
#mainv.index .copybox { position: absolute; bottom: 14%; left: 14%; text-align: left; color: #fff; }
#mainv.index .copybox .en { font-size: 20px; margin-bottom: 40px; }
#mainv.index .copybox .maincopy {  }
#mainv.index .copybox .maincopy span { font-size: 38px; font-weight: bold; position: relative; letter-spacing: 0.12em; }
#mainv.index .copybox .maincopy span:after { content: ""; height: 4px; width: 100%; position: absolute; bottom: -12px; left: 0;font-size: 0; background: #fff; }
@media screen and (max-width: 1280px){
	#mainv.index .copybox { left: 6%; }
}
@media screen and (max-width: 1040px){
	#mainv.index { height: 600px; }
}
@media screen and (max-width: 767px){
	#mainv.index { height: 380px; }
	#mainv.index .copybox { bottom: 50px; }
	#mainv.index .copybox .en { font-size: 16px; margin-bottom: 20px; }
	#mainv.index .copybox .maincopy span { font-size: 28px; }
	#mainv.index .copybox .maincopy span:after { height: 2px; bottom: -8px; }
}
@media screen and (max-width: 639px){
	#mainv.index .copybox .en { font-size: 14px; margin-bottom: 10px; }
	#mainv.index .copybox .maincopy span { font-size: 24px; }
}



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


Mainv.under


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

#mainv.under { height:  calc(20vw + 120px); min-height: 350px; position: relative; display: flex; justify-content: flex-start; align-items: center; }
#mainv.under .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ z-index: -1; }
#mainv.under .pagetitle { padding-left: 12% ; }
@media screen and (max-width: 1040px){
	#mainv.under { height: 360px; min-height: 0; }
}
@media screen and (max-width: 767px){
	#mainv.under { height: 220px; }
}
@media screen and (max-width: 500px){
	#mainv.under .pagetitle { padding-left: 8% ; }
}












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


Pankuzu


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

#pankuzu { line-height: 1.4; padding:15px 0; background: #f3f3f3; }
#pankuzu ol { margin: 0 60px; font-size: 0; }
#pankuzu ol li { display:inline; font-size: 15px; color: #777;}
#pankuzu ol li:before { content:"/"; display: inline-block; margin: 0 5px }
#pankuzu ol li:first-child:before { display: none; }
#pankuzu ol li a { color: #777; }
#pankuzu ol li a:hover { opacity: 0.7; transition: 0.3s; }
@media screen and (max-width: 767px) { 
	#pankuzu{ display: none; }
	#pankuzu ol { margin: 0 6%; }
}






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


Content


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

#main { margin-top: 120px;  }
@media screen and (max-width: 767px) { 
	#main { margin-top: 60px; }
}



#content { display: flex; justify-content: space-between; }
#content #base { flex: 1; margin-right: 80px; }
#content #side { width: 220px; }
@media screen and (max-width: 1180px) { 
	#content #base { margin-right: 60px; }
}
@media screen and (max-width: 1040px) { 
	#content { display: block; }
	#content #base { margin-right: 0px; }
	#content #side { width: 100%; margin-top: 100px; }
}
@media screen and (max-width: 767px) { 
}















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


Footer


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

#footer { margin-top: 140px; }
#kinoshield #footer,
#airconditioning.medical #footer { margin-top: 0; }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
	#footer { margin-top: 60px; }
}

/* contactbox */
#footer .bnrboxwrap { position: relative;  }
#footer .bnrboxwrap>.bg { position: absolute; top: 80px; left: 0; width: 100%; height: 100%; background: #e5f0fd; z-index: -1; }
#footer .bnrbox { display: flex; justify-content: space-between; }
#footer .bnrbox li { margin-bottom: 20px; width: calc(50% - 10px); display: block;  }
#footer .bnrbox li a { position: relative; display: block; text-align: center; padding: 50px 20px; color: #fff; text-decoration: none; overflow: hidden; }
#footer .bnrbox li a img { position: absolute; top: 0; left: 0; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ display: block; width: 100%; height: 100%; transition: 0.5s; z-index: -1;}
#footer .bnrbox li a .title { font-size: 20px; font-weight: bold; padding-bottom: 15px; margin-bottom: 15px; position: relative; }
#footer .bnrbox li a .title:after { content: ""; position: absolute; bottom: 0; left: 50%; height: 2px; background: #fff; width: 50px; margin-left: -25px; }
#footer .bnrbox li a .txt { }
#footer .bnrbox li a:hover img { transform: scale(1.1); }
@media screen and (max-width: 1040px) {
    #footer .bnrbox { display: block; }
    #footer .bnrbox li { width: 100%;  }
}
@media screen and (max-width: 500px) {
    #footer .bnrbox li a { padding: 40px 8%;  }
    #footer .bnrbox li a .txt{ text-align: justify; }
    #footer .bnrbox li a .txt br { display: none; }
}

/* contactbox */
#footer .contactboxwrap { position: relative; margin-bottom: 60px; }
#footer .contactboxwrap .bg { position: absolute; top: 80px; left: 0; width: 100%; height: calc(100% - 20px); background: #7db6f3; z-index: -1; }
#footer .contactbox { padding: 60px 6%;text-align: center;background: #2058bb;color: #fff;}
#footer .contactbox .txtbig2 { margin-bottom: 10px; }
#footer .contactbox .txt1 { margin-bottom: 30px; }
#footer .contactbox .inbox {display: flex;justify-content: center;margin-top: -10px;flex-wrap: wrap;}
#footer .contactbox .inbox a {margin: 10px 5px 0;}
#footer .contactbox .inbox a:last-child { pointer-events: auto; }
#kinoshield #footer .contactboxwrap,
#airconditioning.medical #footer .contactboxwrap { margin-bottom: 0; }
#kinoshield #footer .contactboxwrap .bg,
#airconditioning.medical #footer .contactboxwrap .bg { display: none; }
#kinoshield #footer .contactbox,
#airconditioning.medical #footer .contactbox { padding: 100px 6%; } 
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 500px) {
    #footer .contactboxwrap { margin-bottom: 40px; }
    #footer .contactboxwrap .bg { top: 60px; }
    #footer .contactbox { padding: 40px 6%; }
    #footer .contactbox .inbox a:nth-child(2) { text-align: center;}
	#kinoshield #footer .contactbox,
	#airconditioning.medical #footer .contactbox { padding: 60px 6%; } 
}

/* footerinfo */
#footer .footerinfo { position: relative; text-align: left; font-size: 15px; padding: 80px 0; }
#footer .footerinfo .incnt { display: flex; justify-content: space-between; }
#footer .footerinfo .logobox { display: flex; flex-direction: column; justify-content: space-between;  }
#footer .footerinfo .logobox .inbox { display: flex;  }
#footer .footerinfo .logobox .logo { width: 140px; }
#footer .footerinfo .logobox .cap { font-size: 14px; line-height: 1.8; margin-left: 20px; }
#footer .footerinfo .logobox .cr { font-size: 14px; }
#footer .footerinfo .infobox { display: flex; justify-content: center; align-items: center; }
#footer .footerinfo .infobox .address { padding-right:40px; border-right: 1px solid #aaa; }
#footer .footerinfo .infobox .fnavbox { display: flex; justify-content: center; margin-left:10px; }
#footer .footerinfo .infobox .fnavbox .fnav { margin-left:30px; }
#footer .footerinfo .infobox .fnavbox li a { text-decoration: none; }
#footer .footerinfo .infobox .fnavbox li a:hover { text-decoration: underline; }
@media screen and (max-width: 1280px) {
	#footer .footerinfo .infobox .fnavbox { display: none; }
    #footer .footerinfo .infobox .address { padding-right:0; border-right: none; }
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
    #footer .footerinfo { font-size: 14px; padding: 60px 0; }
    #footer .footerinfo .incnt { display: block; }
    #footer .footerinfo .logobox .logo { width: 120px; margin-bottom: 30px; }
    #footer .footerinfo .infobox { display: block; margin-top: 40px; }
}
@media screen and (max-width: 500px) {
    #footer .footerinfo { padding: 40px 0; }
    #footer .footerinfo .logobox .cap { display: none; }
    #footer .footerinfo .logobox { display: block; }
    #footer .footerinfo .logobox .logo { margin-bottom: 20px; }
    #footer .footerinfo .infobox { margin-top:30px; }
}



