@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:16px;
	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;
	min-width: 1200px;
	overflow: hidden;
}

.mainwidth{
	width: 1100px;
	margin-right:auto;
	margin-left:auto;
}

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

header{
	position: fixed;
	top:0;
	left: 0;
	z-index: 9999999;
	height: 70px;
	width: 100%;
	background-color: #FFF;
}

.head{
	width: 1100px;
	margin: 10px auto;
	color: #000;
	display: flex;
	justify-content: space-between;
}
.gnavi a{
	color: #000;
	text-decoration: none;
/*	transition: all 0.5s 0s ease;*/
}
.gnavi .this > a{
	border-bottom:solid 2px #099400;
}


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

.logo{
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.logo a{
	color: #000;
	color: ;
	text-decoration: none;
}
.logo span{
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
	font-weight: normal;
}
.ol-sp{
	display: none;
}
.gnavibox{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	position: relative;
}
.gnavibox > li{
	margin: 10px;
}
.pulldown{
	display: none;
}
.pulldown ul{
	position: absolute;
	display: flex;
	justify-content: space-between;
	top: 50px;
	right: 0;
	border: solid 1px #EEE;
	width: 550px;
	padding: 10px 20px;
	list-style: none;
	background-color: rgba(255,255,255,1);
}
.b1 .pulldown ul{
	width: 230px;
	right:190px
}

.pulldown div{
	width: nowrap;
}

.pulldown ul li{
	display: inline-block;
	white-space: nowrap;
}
.pulldown ul li a{
	display: block;
}




#topimages {
	position: relative;
}
#topimages .baseimg{
	width: 100%;
}
.topimages-in{
	margin: 0;
	position: fixed;
	top:70px;
	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: 0px;
	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;
}

.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: 400px;
}

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

}
.topbox1in .zoom{
	opacity: 0;
	transition: all 3s 0s ease;
}
.topbox1in .on{
	opacity: 1;
}

.likea{
	font-size: 68px;
	font-family: 'Lato', sans-serif;
}
.backline{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
}
.topbox1 .toph2{
	font-size: 40px;
}
.h2white{
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 1px 2px 10px rgba(0,0,0,1);
}
.h2eng{
	font-size: 170px;
	margin: 0;
	line-height: 1;
	font-family: 'Lato', sans-serif;
	margin-left: -100px;
	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{
	width: 1100px;
	margin: 10px auto;
	font-size: 14px;
	text-align: right;
}
#pagetop{
	position: fixed;
	z-index: 9999999;
	bottom:20px;
	right:20px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 50%;
	height: 80px;
	width: 80px;
	box-sizing: border-box;
	font-size: 14px;
	border: solid 1px #AAA;
}
#pagetop a{
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	padding-top: 14px;
}
#pagetop img{
	width: 40px;
}
#next{
	position: fixed;
	z-index: 9999999;
	bottom:20px;
	right:calc(50% - 40px);
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
}

#next img{
	width: 50px;
	animation-duration: 2s;
	animation-name: anime;
	animation-iteration-count: infinite;
}
 
@keyframes anime {
  0% {
    margin-top: 10px;
  }
  50% {
    margin-top: 30px;
  }
  100% {
    margin-top: 10px;
  }
}


/**/
#serviceslide{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}
#serviceslide li{
	margin: 0 20px;
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
	box-sizing: border-box;
	justify-content: space-between;
}
#serviceslide li div{
	width: 500px;
}
#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: 40px;
	height: 6px;
	font-size: 0;
	margin: 0;
	border: none;
}
#serviceslide .slick-dots li.slick-active button{
	background-color: #FFFC2B;
}
.toph3{
	font-size: 30px;
	margin: 0;
}
.toph3 span{
	font-size: 36px;
	color: #FFFC2B;
	padding-right: 5px;
}

#serviceslide .slick-prev{
	position: absolute;
	bottom: 0;
	left: 520px;
}
#serviceslide .slick-next{
	position: absolute;
	bottom: 0;
	right: 520px;
}

#service{
	padding-top: 200px;
}
#service .line{
	position:absolute;
	top:40px;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: 999;
}
#service .back3{
	padding-bottom: 200px;
}

/**/
#company{
	position: relative;
}
.company{
	padding-top: 0;
}
#company .h2white{
	text-align: right;
}
#company .h2eng{
	text-align: right;
	margin-right: -100px;
	text-shadow: 1px 2px 10px rgba(0,0,0,0.8);
}

.companybox{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.companybox table{
	border-collapse: collapse;
}
.companybox table td,
.companybox table th{
	vertical-align: top;
	font-weight: normal;
	padding: 5px 20px 5px 0;
}
.companybox .h4{
	font-size: 24px;
	margin: 0;
}

.link2{
	margin-bottom: 40px;
}
.link2 a{
	position: relative;
	display: block;
	width: 360px;
	height: 84px;
	box-sizing: border-box;
	background-color: black;
	line-height: 0;
	transform:skewX(-30deg);
	color: #FFF;
	text-decoration: none;
	transition: all 0.5s 0s ease;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.4);
}

.link2 a .img{
	position: relative;
	display: block;
	float: left;
	width: 90px;
	height: 84px;
	overflow:hidden;
	background-size: 100px;
	background-position: center center;
	z-index: 9999;
	background-color: #FFF;
}

.link2 a img{
	display: block;
	width: 84px;
	height: 84px;
	margin-left: 10px;
	margin-top: 10px;
	min-width: auto;
	transform: scale(1.7) skewX(30deg);
}
.link2 a .text{
	display: inline-block;
	transform: skewX(30deg);
	padding: 0;
	margin-top: 45px;
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
}
.companybox li div.link2:last-child a .text{
	line-height: 1.2;
	margin-top: 20px;
}

.link2 a::after{
	content: "→";
	display: block;
	position: absolute;
	top:45px;
	right: 30px;
	font-weight: bold;
	font-size: 20px;
	transform: skewX(30deg);
	transition: all 0.5s 0s ease;
}
.link2 a:hover{
	background-color: #444;
}
.link2 a:hover::after{
	right: 20px;
}
.companybox .zoom4{
	opacity: 0;
	margin-left: -300px;
	transition: all 0.5s 0s ease;
}
.companybox .on{
	margin-left: 100px;
	opacity: 1;
}



.link{
	margin-bottom: 40px;
}
.link a{
	position: relative;
	display: block;
	width: 360px;
	height: 84px;
	box-sizing: border-box;
	background-color: black;
	line-height: 0;
	transform:skewX(-30deg);
	color: #FFF;
	text-decoration: none;
	transition: all 0.5s 0s ease;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.4);
}

.link a::after{
	content: "→";
	display: block;
	position: absolute;
	top:45px;
	right: 30px;
	font-weight: bold;
	font-size: 20px;
	transform: skewX(30deg);
	transition: all 0.5s 0s ease;
}
.link a:hover{
	background-color: #444;
}
.link a:hover::after{
	right: 20px;
}

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

#recruit .back3{
	background-color: #EEE;
	z-index: 10;
}

#recruit  img{
	width: 100%;
}
#recruit .back1{
	position: relative;
}
#recruit .back3{
	position: relative;
}
#recruit img.line{
	position: absolute;
	top:200px;
	left: 0;
	width: 100%;
	height: 400px;
}
#recruit .back3 img.line{
	position: absolute;
	top:-250px;
	left: 0;
	width: 100%;
	height: 400px;
}

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

#recruit .midashi2in .h2eng{
	margin-right: 500px;
	transition: all 0.5s 0s ease;
	opacity: 0.1;
}
#recruit .midashi2in .on{
	margin-right: -100px;
	opacity: 0.7;
}

#recruit .link{
	position: absolute;
	top:50px;
	left:calc((100% - 1100px) / 2);
}

.link .linkcenter{
	display: block;
	text-align: center;
	padding: 45px;
	font-size: 20px;
	transform: skewX(30deg);
}
#contact .topbox2in{
	position: relative;
	background-color: #EEE;
	overflow: hidden;
}
#contact .link{
	position: absolute;
	top:150px;
	right:calc((100% - 1100px) / 2);
}
#access .back1{
	background-color: #EEE;
}
#access {
	position: relative;
}


#access .back1{
	position: relative;
}


#access nav{
	line-height: 1.2;
	position: absolute;
	bottom:20px;
	right:calc((100% - 1100px) / 2);
	display: block;
	margin-top: 0px;
	margin: 0 auto;
	text-align: right;
}

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


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

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

.h1titlebox{
	position: relative;
	background-color: #000;
	margin-top: 700px;
	color: #FFF;
	text-align: center;
	padding: 0;
	padding-top: 100px;
}
.pcwhite{
	background-color: #FFF;
}
.pcglay{
	background-color: #000;
}
.h1white{
	font-size: 30px;
	margin: 0;
	line-height: 1.2;
}
.h1eng{
	font-size: 16px;
	color: #FFFC2B;
	font-family: 'Lato', sans-serif;
}

/**/
.pcblack{
	background-color: #171298;
}
.bottomspage{
	padding-bottom: 200px;
}

.h3{
	font-size: 20px;
	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;
}
.h2{
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.pagecontents2,
.pagecontents{
	display: flex;
	justify-content: space-between;
}
.pagecontents2{
	margin-bottom: 30px;
}

.pagecontents > div:first-child{
	width: 400px;
}
.pagecontents > div:last-child{
	width: 650px;
}

.pagecontents2 > div:first-child{
	width: 600px;
	margin-top: 20px;
}
.pagecontents2 > div:last-child{
	width: 450px;
}

.pagecontents p{
	text-indent: 1em;
}
.pagecontents .namebox{
	text-align: right;
}


/**/


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

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

/**/
.photo{
	position: relative;
	margin-top: 30px;
	width: 360px;
	height: 230px;
	background-color: #AAA;
}
.photo img{
	position: absolute;
	width: 360px;
	top:20px;
	left: 20px;
}
.cyachcopy{
	text-align: center;
	line-height: 2;
	font-size: 18px;
}


/**/
.torikumi{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.torikumi li{
	margin: 10px;
}


.link4{
	margin-bottom: 40px;
}
.link4 a{
	position: relative;
	display: block;
	width: 360px;
	height: 84px;
	box-sizing: border-box;
	background-color: #FFF;
	line-height: 0;
	transform:skewX(-30deg);
	color: #000;
	text-decoration: none;
	transition: all 0.5s 0s ease;
	border: solid 1px #000;
}

.link4 a::after{
	content: "→";
	display: block;
	position: absolute;
	top:45px;
	right: 30px;
	font-weight: bold;
	font-size: 20px;
	transform: skewX(30deg);
	transition: all 0.5s 0s ease;
}
.link4 a:hover{
	background-color: #EEE;
}
.link4 a:hover::after{
	right: 20px;
}
.link4 a .text{
	display: inline-block;
	transform: skewX(30deg);
	padding: 0;
	margin-top: 45px;
	margin-left: 20px;
	font-size: 20px;
	font-weight: bold;
}
.h1center{
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}
.h2center{
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}
p.center{
	text-align: center;
}

.h3csr{
	font-weight: normal;
	font-size: 18px;
	border-bottom: solid 1px #000;
}
.blackback2 .h3csr{
	border-bottom: solid 1px #FFF;
}
.csr img{
	width: 300px;
}
.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% - 30px);
}

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

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

.nagareimg{
	list-style: none;
	margin: 0;
	padding: 25px;
	display: flex;
	justify-content: space-between;
}
.nagareimg li{
	width: calc(25% - 10px);
}
.nagareimg p{
	font-size: 14px;
	margin: 0;
}

.h3nagare{
	font-size: 20px;
	padding: 0;
	margin: 10px 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: 18px;
	line-height: 1;
	border-left: solid 1em #FFF;
	padding-left: 10px;
}
.kyoten .pagecontents + .pagecontents{
	margin-top: 50px;
}
.gmap{
	margin-top: 40px;
	height: 500px;
}

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

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

.privacy .h4{
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 10px 0;
}
.privacy .h4 + p{
	margin-top: 10px;
}

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

.csr .flexbox{
	display: flex;
	justify-content: space-between;
}
.center{
	text-align: center;
}

ul.recmenu{
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600px;
	margin: 20px auto;
}
ul.recmenu li{
	margin: 20px;
}
