@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');

/*font-family: 'Lato', sans-serif; font-family: 'Noto Serif JP', serif;*/

body{
	font-size:14px;
	background-color:#FFF;
	color:#000;
	margin:0;
	padding: 0;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
	text-align: center;
}
html,
body{
  margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
}

a img:hover{
	opacity: 0.8;
}
#body{
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

.mainwidth{
	margin-right:15px;
	margin-left:15px;
}

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

header{
	position: fixed;
	z-index: 9999999;
	height: 70px;
	width: 100%;
	background-color: #FFF;
	border-bottom:solid 1px #ddd;
}
.head{
	margin: 10px auto;
	color: #000;
	display: flex;
	justify-content: space-between;
}

.gnavi a{
	color: #FFF;
	text-decoration: none;
	transition: all 0.5s 0s ease;
	display: block;
	margin: 4px;
	padding: 10px;
	text-align: center;
}
.gnavi .this a{
	border-left:solid 2px #FFE861;
}


.gnavi a:hover{
	color: #FFE861;
}

.logo{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	line-height: 1.4;
}
.logo a{
	color: #000;
	text-decoration: none;
}
.logo span{
	font-size: 13px;
	display: block;
	font-weight: normal;
}
.ol-pc{
	display: none;
}
.spnavimenu{
	width: 60px;
	height: 60px;
	position: absolute;
	top:5px;
	right:10px;
	text-align: center;
	box-sizing: border-box;
	border: solid 1px ;
	font-size: 12px;
	background-image: url("../images/spmenu1.svg");
	background-position: center bottom 5px;
	background-repeat: no-repeat;
	background-size: 30px;
}
.vewspmenu{
	background-image: url("../images/spmenu2.svg");
}
#spnavibox-in{
		display: none;
}
.gnavi{
	position: fixed;
	margin: 0 10px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.4);
	width: calc(100% - 20px);
	top:70px;
	left: 0;
	padding: 10px;
}
.gnavibox{
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	position: relative;
}
.gnavibox > li{
	display: block;
	width: calc(50% - 10px);
	border: solid 1px #FFF;
	box-sizing: border-box;
	margin: 5px ;
}
.pulldown{
	display: none;
}






#topimages {
	position: relative;
}

.topimages-in{
	margin: 0;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 0;
}
ul.slider{
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}
ul.slider li{
	width:auto;
}
.topcontents{
	position: relative;
}
#topimages img{
	height: auto;
	width: 100%;
}

.topbox1{
	position: relative;
	margin-top: -50px;
	line-height: 0;
}

.blueback2{
	position: relative;
	background-image: url("../images/back.jpg");
	background-position:left top;
  background-size: cover;
	background-repeat: no-repeat;
	line-height: 1.4;
	overflow: hidden;
}

.blueback2 p{
	text-align: left;
}


.blackback3{
	position: relative;
	background-color: #000;
	overflow: hidden;
	color: #FFF;
}
.blackback2{
	position: relative;
	background-color: #171298;
	overflow: hidden;
	color: #FFF;
}
.whiteback2{
	position: relative;
	background-color: #FFF;
	overflow: hidden;
	color: #000;
}
.glayback2{
	position: relative;
	background-color: #000;
	overflow: hidden;
	color: #FFF;
}
.back1 {
	position: relative;
	line-height: 0;
}
.back3{
	position: relative;
	line-height: 0;
}
.back3 img,
.back1 img{
	width: 100%;
	height: 40px;
}

.topbox1in{
	text-align: center;
	color: #FFF;

}
.topbox1in .zoom{
	transition: all 3s 0s ease;
}
.topbox1 .toph2{
	font-size: 20px;
}
.likea{
	font-size: 30px;
	font-family: 'Lato', sans-serif;
}
.backline{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}


.h2white{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-shadow: 1px 2px 10px rgba(0,0,0,1);
}
.h2eng{
	font-size: 40px;
	margin: 0;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	margin-left: -5px;
	color: #FFF;
	text-shadow: 1px 2px 10px rgba(0,0,0,0.8);
	opacity: 0.7;
}
footer{
	position: relative;
	background-color: #000;
	width: 100%;
	color: #FFF;
	overflow: hidden;
}
#footerin{
	margin: 10px 15px;
	font-size: 12px;
	text-align: right;
}
#pagetop{
	position: fixed;
	z-index: 9999999;
	bottom:10px;
	right:10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	box-sizing: border-box;
	font-size: 14px;
	border: solid 1px #AAA;
}
#pagetop a{
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
}
#pagetop img{
	width: 20px;
}


/**/

#serviceslide{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#serviceslide li{
	margin: 0 10px;
	padding: 0;
}

#serviceslide .slick-dots li{
	margin: 0;
	padding: 0;
	display: inline-block;
}
#serviceslide .slick-dots li{
	display: inline-block !important;
	font-size: 0;
	margin: 0 5px;
}
#serviceslide .slick-dots li button{
	width: 20px;
	height: 4px;
	font-size: 0;
	margin: 0;
	border: none;
}
#serviceslide .slick-dots li.slick-active button{
	background-color: #FFFC2B;
}
#serviceslide .copybox p{
	clear: both;
}
.toph3{
	font-size: 20px;
	margin: 0;
}
.toph3 span{
	font-size: 24px;
	color: #FFFC2B;
	padding-right: 5px;
}
#serviceslide .slick-prev{
	display: none !important;
}
#serviceslide .slick-next{
	display: none !important;
}
#serviceslide .imgbox{
	width: 100px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#service{
	padding-top: 10px;
}
#service .line{
	position:absolute;
	top:-10px;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 999;
}
/**/
#company{
	position: relative;
	padding-top: 0px;
}
#company .h2white{
	text-align: right;
	color: #000;
	text-shadow: 1px 2px 10px rgba(0,0,0,0.3);
}
#company .h2eng{
	text-align: right;
	margin-right: 0px;
	text-shadow: 1px 2px 10px rgba(0,0,0,0.3);
	color: #000;
	opacity: 1;
}

.companybox{
	list-style: none;
	margin: 0;
	padding: 0;
}
.companybox table,
.companybox table tbody,
.companybox table thead,
.companybox table tr,
.companybox table th,
.companybox table td{
	display: block;
}
.companybox table th,
.companybox table td{
	padding: 10px;
}

.companybox table th{
	font-weight: normal;
	background: #EEE;
}
.companybox .h4{
	font-size: 20px;
	margin: 0;
}
.companybox li:nth-child(2){
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#company .link2{
	width: calc(50% - 10px);
	box-sizing: border-box;
	background-color: #000;
	margin: 10px 0;
}
#company .link2 a{
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
}
#company .back1{
	display: none;
}
#company .link2 a .img{
	text-align: center;
}

#company .link2 a .text{
	display: block;
	padding: 5px 0;
	position: relative;
}
#company .link2 a .text::after{
	content: "→";
	display: block;
	position: absolute;
	bottom:6px;
	right: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
}


.companybox .zoom4{
	opacity: 0;
	margin-left: -300px;
	transition: all 0.5s 0s ease;
}
.companybox .on{
	margin-left:0px;
	opacity: 1;
}


/**/
#recruit .h2white{
	position: relative;
	text-align: right;
	margin-top: 0px;
}
#recruit .h2eng{
	position: relative;
	text-align: right;
	z-index: 99;
	margin-right: 0px;
	margin-bottom: 20px;
}
#recruit .back1{
	background-color: #FFF;
	z-index: 10;
}

#recruit .back3{
	background-color: #EEE;
	z-index: 10;
}
.spblack{
	background-color: #171298;
}
.spwhite{
	background-color: #FFF;
}
.spglay{
	background-color: #000;
}
#recruit  img{
	width: 100%;
}
#recruit .back1{
	position: relative;
}
#recruit .blueback2{
	padding-bottom:30px;
}

#recruit .back3{
	position: relative;
}
#recruit img.line{
	position: absolute;
	top:100px;
	left: 0;
	width: 100%;
	height: 40px;
}
#recruit .back3 img.line{
	position: absolute;
	top:-140px;
	right: -20px;
	width: 100%;
	height: 40px;
}

#recruit .copy{
	color: #FFF;
}
#service .midashi2in .h2eng{
	margin-left: 400px;
	transition: all 0.5s 0s ease;
	opacity: 0.1;
}
#service .midashi2in .on{
	margin-left: 0px;
	opacity: 0.7;
}
#company .midashi2in .h2eng{
	margin-right: 400px;
	transition: all 0.5s 0s ease;
	opacity: 0.1;
}
#company .midashi2in .on{
	margin-right: 0px;
	opacity: 0.7;
}

#recruit .midashi2in .h2eng{
	margin-right: 400px;
	transition: all 0.5s 0s ease;
	opacity: 0.1;
}
#recruit .midashi2in .on{
	margin-right: 0px;
	opacity: 0.7;
}
.link{
	display: block;
	left: 15px;
	width: 150px;
}
#recruit .link{
	position: absolute;
	bottom: 30px;
}
.link a{
	display: block;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	line-height: 1.2;
	padding: 15px 0;
	text-align: center;
}
.link a{
	position: relative;
}
.link a::after{
	content: "→";
	display: block;
	position: absolute;
	bottom:15px;
	right: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
}

#contact .link{
	position: absolute;
	top:10px;
	left:calc(100% - 165px);
}
#contact .topbox2in{
	position: relative;
	background-color: #EEE;
	overflow: hidden;
}

#access .back1{
	background-color: #EEE;
}


#access nav{
	background-color: #FFF;
	line-height: 1.2;
	display: block;
	margin-top: 0px;
	margin: 0 auto;
	text-align: center;
}

#access nav ul{
	display: inline-block;
	text-align: left;
	margin: 0;
	margin-top: 10px;
	padding: 0 0 0 20px;
}
#access nav h4{
	text-align: center;
	margin: 0;
	font-size: 14px;
}
#access nav a{
	color: #444;
	font-size: 12px;
	display: block;
	padding: 3px 0;
	text-decoration: none;
}
#access .space{
	height: 10px;
	background-color: #FFF;
}
#access nav a:hover{
	color: #003AC3;
}



/**/
#cimage{
	margin: 0;
	position: fixed;
	top:70px;
	left: 0;
	width: 100%;
	z-index: 0;
}

#cimage img.baseimg{
	width: 100%;
}

.h1titlebox{
	position: relative;
	background-color: #000;
	margin-top: 300px;
	color: #FFF;
	text-align: center;
	padding: 0;
	padding-top: 50px;
}
.h1titlebox p{
	margin: 10px 20px;
}

.pcwhite{
	background-color: #FFF;
}
.h1white{
	font-size: 20px;
	margin: 0;
	line-height: 1.2;
}
.h1eng{
	font-size: 16px;
	color: #FFFC2B;
	font-family: 'Lato', sans-serif;
}

.h2{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.4;
}
.pagecontents2 p,
.pagecontents p{
	text-indent: 1em;
}
.pagecontents2 .namebox,
.pagecontents .namebox{
	text-align: right;
}
.pagecontents2 .namebox img,
.pagecontents .namebox img{
	width: 200px;
}


.bottomspage{
	padding-bottom: 20px;
}

.h3{
	margin: 20px 0;
	line-height: 1.4;
	font-size: 16px;
	border-bottom: solid 1px #000;
}
.blackback2 .h3{
	border-bottom: solid 1px #FFF;
}
.list1{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 2em;
	text-indent: -2em;
}



/**/


.link3 a{
	position: relative;
	display: block;
	width: 200px;
	margin: 0 auto;
	height: 100%;
	box-sizing: border-box;
	background-color: #EEE;
	line-height: 1;
	padding: 15px 20px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

.link3 a::after{
	content: "→";
	display: block;
	position: absolute;
	top:20px;
	right: 30px;
	font-weight: bold;
	font-size: 10px;
	transition: all 0.5s 0s ease;
}
.link3 a:hover{
	background-color: #CCC;
}
.link3 a:hover::after{
	right: 20px;
}


/**/
.photo{
	margin-top: 20px;
	margin-bottom: 0;
}
.photo img{
	width: 100%;
}
.cyachcopy{
	text-align: center;
	line-height: 2;
	font-size: 18px;
}


/**/
.torikumi{
	margin: 0;
	padding: 0;
	list-style: none;
}
.torikumi li{
	margin: 10px;
}


.link4{
	display: block;
	width: 250px;
	margin: 0 auto;
}
#recruit .link4{
	position: absolute;
	bottom: 30px;
}
.link4 a{
	display: block;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	line-height: 1.2;
	padding: 15px 0;
	text-align: center;
	border:solid 1px #000;
}
.link4 a{
	position: relative;
}
.link4 a::after{
	content: "→";
	display: block;
	position: absolute;
	bottom:15px;
	right: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}
.h1center{
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}
.h2center{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}


.h3csr{
	font-weight: normal;
	font-size: 16px;
	border-bottom: solid 1px #000;
}
.blackback2 .h3csr{
	border-bottom: solid 1px #FFF;
}
.csr img{
	display: block;
	margin: 10px auto;
}
.csr img + .h3csr{
	margin-top: 50px;
}
.staff{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
.staff li{
	width: calc(50% - 10px);
}

.staff img{
	display: block;
	border-radius: 50%;
	width: 130px;
	margin: 10px auto;
}




/**/
.nagare{
	border: solid 1px #000;
}

.nagareimg{
	list-style: none;
	margin: 0;
	margin-top: 20px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nagareimg li{
	width: calc(50% - 10px);
	margin-bottom: 10px;
}
.nagareimg p{
	font-size: 14px;
	margin: 0;
	line-height: 1.2;
}

.h3nagare{
	font-size: 16px;
	padding: 0;
	margin: 10px 0 5px 0;
}

.kyoten table{
	border-collapse: collapse;
	width: 100%;
	border-bottom: solid 1px #AAA;

}
.kyoten table td,
.kyoten table th{
	vertical-align: top;
	font-weight: normal;
	padding: 5px 20px 5px 0;
}
.kyoten table th{
	width: 100px;
}
.kyoten table tr{
	border-top: solid 1px #AAA;
}
.h4kyoten{
	font-size: 16px;
	line-height: 1;
	border-left: solid 1em #FFF;
	padding-left: 10px;
	margin-top: 10px;
}
.kyoten .pagecontents + .pagecontents{
	margin-top: 50px;
}
.gmap{
	margin: 20px;
	height: 300px;
	
}


/**/
.servicemenu{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.servicemenu li{
	width: calc(50% - 10px);
}
.servicemenu a{
	text-decoration: none;
}
.servicemenu span{
	display: block;
	text-align: center;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
.servicemenu span:last-child{
	position: relative;
	padding: 6px;
	padding-top: 3px;
	line-height: 1.6;
	font-size: 16px;
}

.servicemenu span:last-child::after{
	content: "→";
	display: block;
	position: absolute;
	top:8px;
	right: 10px;
	font-weight: bold;
	font-size: 10px;
	transition: all 0.5s 0s ease;
}
.servicemenu a:hover span:last-child::after{
	right: 20px;
}

.underline{
	background:linear-gradient(transparent 60%, #FFE76E 0%) ;
}
.listul{
	margin: 0;
	padding: 0 0 0 20px;
}
#next img{
	display: none;
}

.center img{
	margin-top: 20px;
}
ul.recmenu{
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 20px 0;
}
ul.recmenu li{
	margin: 10px;
}

