@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
 __Initial Setting
-----------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

html{
overflow-y: scroll;
  scroll-behavior: smooth;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

input, textarea,{
margin: 0;
padding: 0;
}

ol, ul{
list-style:none;
}

table{
border-collapse: collapse; 
border-spacing:0;
}

caption, th{
text-align: left;
}

a:focus {
outline:none;
}

/*ClearFix*/
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}
a{
	text-decoration: none;
}

/*-----------------------------------------------
 __共通
-----------------------------------------------*/
html{
		height: 100%;

}
body{
	font-family:'Noto Sans JP', sans-serif;
	height: 100%;
}
header{
	background-color: #FFF;
}
header .haedWrapper{
	display:flex;
	justify-content:space-between;
	height:70px;
	max-width:960px;
	margin:0 auto;
}
header .haedWrapper h1{
	background:url(img/logo.png) no-repeat 0 ;
	background-size: 70%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 250px;
}
header .haedWrapper h1 a{
	display: block;
	width: 250px;
	height: 90px;
}
header .haedWrapper h1 a:hover{
	opacity: 0.4;
}


header nav{
}
header nav ul{
	display:flex;
	justify-content:space-around;
}
header nav ul li{
	color:#FFF;
	padding:8px 2em;
	line-height: 56px;
	font-size: 14px;
}
header nav ul li:last-child{
	padding: 8px 0 0 2em;
}
header nav ul li a{
	color:#000;

}
header nav ul li a:hover{
	opacity:0.6
}
@media(max-width:768px){
	header .haedWrapper h1{
	background-size: 70%;
	margin-left: 10px;
	margin-top: -4px;
}

}

.fadeInDown{
	color: #F00;
}



footer nav {
	background:#0060BF;
}
footer nav ul{
	display:flex;
	max-width:960px;
	line-height:60px;
	margin:0 auto;
}
footer nav ul li{
	margin-right:3em;
}
footer nav ul li a{
	color:#FFF;
}
footer nav ul li a:hover{
	opacity:0.4;
}
footer nav ul .btPagetop{
	margin-left:auto;
	width:60px;
	height:60px;
	text-align:center;
	text-indent:-9999px;
	background:#FFF;
	margin-right:0;
}
footer nav ul .btPagetop a{
	display:block;
	width:60px;
	height:60px;
	background:url(img/bt_page_top.png) no-repeat 0 0;
}
footer nav ul .btPagetop a:hover{
	opacity:0.4;
}
footer .footCorp{
	background:#4C4C4C;
	text-align:center;
	padding:30px 0;
	color:#FFF;
}
footer .footCorp h1{
	font-size:large;
	font-weight:bold;
}
footer .footCorp p{
	font-size:small;
}
footer .footCorp .Copyright{
	color:#B2B2B2;
	margin-top:4px;
}
footer .footAddress span{
	display:inline-block;
}
footer .footAddress a{
	color:#FFF;
}
.content{
}
h2{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 1em;
	line-height: 40px;
	color: #000;
}
h2 .titleH2{
	font-family: 'Overpass', sans-serif;
	font-size: 40px;
	color: #000;
	border-bottom: solid 1px;
}
h3{
	font-size:large;
	font-weight:bold;
	margin-bottom:0.5em;
}
.content p{
	margin-bottom: 1em;
	line-height: 1.8;
}
.button {
	max-width: 400px;
	margin: 3em auto 4em;
}
.content .button a{
	display: block;
	max-width: 400px;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	background: #0060BF url(img/ic_btn.png) no-repeat 370px;
}
.content .button a:hover{
	opacity: 0.4;
}
.hdVisual{
	background:url(img/key_visual02.png) no-repeat 50% 50%;
	background-size:cover;
	height:200px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.hdVisual h1{
	font-size:xx-large;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
.contentLower{
	max-width:700px;
	margin:3em auto;
}
.contentLower p{
	margin-bottom:1em;
}
.btn{
	max-width:450px;
	line-height:60px;
	text-align:center;
	margin:4em auto;
}
.btn a{
	display:block;
	max-width:450px;
	line-height:70px;
	background:#0260BF url(img/ic_btn.png) no-repeat 95% 50%;
	color:#FFF;
}
.btn a:hover{
	opacity:0.4;
}
.btnMB{
	padding-bottom:60px;
}

@media(max-width:768px){
	footer{
	}

	footer nav ul{
		position:relative;
		display:block;
	}
	footer nav{
		margin:0 auto;
	}

	footer nav ul li{
		margin-left:20px;
		margin-right:20px;
	}
	footer nav ul li:last-child{
		border-bottom:none;
	}

	footer nav ul li a{
		display:block;
		width:100%;
		border-bottom: 1px solid #FFF;
	}
nav ul .btPagetop{
		position:absolute;
		top:-60px;
		right:0;
		width:60px;
		height:60px;
		text-align:center;
		text-indent:-9999px;
		background:#FFF;
	}
	footer nav ul .btPagetop a{
		display:block;
		width:60px;
		height:60px;
		background:url(img/bt_page_top.png) no-repeat 0 0;
	}
	.contentLower{
		margin-left:20px;
		margin-right:20px;
	}
}


/*-----------------------------------------------
 __TOP
-----------------------------------------------*/

.keyVisual{
	background: url(img/key_visual02.png) no-repeat 50% 50% ;
	background-size:cover;
	height: 100%;
}
.keyVisual .keyVisual-inner{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 50px;
	letter-spacing: 5px;
	font-weight: bold;
	margin-top: -50px;
}
.keyVisual .keyVisual-inner .keyVisual-copy span{
	display: inline-block;
}
.keyVisual .keyVisual-inner .keyVisual-copy br{
	display: none;
}
.keyVisual .keyVisual-inner .keyVisual-copy .mv-anime1{
	opacity: 0;
	margin-right: 8px;
	margin-bottom: 14px;
	animation-fill-mode: forwards;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-delay: 1s;
}
.keyVisual .keyVisual-inner .keyVisual-copy .mv-anime2{
	opacity: 0;
	margin-right: 8px;
	margin-bottom: 14px;
	animation-fill-mode: forwards;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-delay: 2s;
}
.keyVisual .keyVisual-inner .keyVisual-copy .mv-anime3{
	opacity: 0;
	animation-fill-mode: forwards;
	    animation-name: fadeIn;
	margin-bottom: 14px;
    animation-duration: 2s;
    animation-delay: 3s;
}
@keyframes fadeIn{

    100% {
        opacity:1;

    }
}

@media(max-width:768px){
	.keyVisual{
	}
	.keyVisual .keyVisual-inner{
			justify-content: start;
			margin-left: 40px;
	font-size: 44px;

	}

	.keyVisual .keyVisual-inner .keyVisual-copy{
		margin-top: -30px;

	}
	.keyVisual .keyVisual-inner .keyVisual-copy span{
}
.keyVisual .keyVisual-inner .keyVisual-copy br{
	display: block;
}
}


.content .topItem {
	padding: 4em 0;
}
.content .topItem .topItem-inner{
	max-width: 960px;
	margin: 0 auto;
}
.content .topItem .vision{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.content .topItem .vision img{
	margin-top: 30px;
}
.content .topItem .vision .vision_text img.v_01{
	margin: 0 auto 20px;
	width: 150px;
	height: 114px;
}
.content .topItem .topItem-inner .vision_text{
	max-width: 460px;
	text-align: center;
}
@media(max-width:768px){
.content .topItem .vision .v_02{
	width: 100%;
	height: 100%;
	}
.content .topItem .vision .vision_text img.v_01{

	}
}


.content .topService{
	background: #f7f7f7;
}
.content .topService .topItem-inner h2{
	text-align: center;
}
.content .topService .topItem-inner .topAboutBox{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.content .topService .topItem-inner .topAboutBox li div{
		display: flex;
		align-items: center;
		margin-bottom: 10px;
}
.content .topService .topItem-inner .topAboutBox li h4{
	font-size: large;
	font-weight: bold;
}
.content .topService .topItem-inner .topAboutBox li{
	width: 246px;
	padding: 30px;
	background: #FFF;
}
.content .topService .topItem-inner .topAboutBox li img{
	margin-bottom: 0px;
		margin-right: 10px;

}

@media(max-width:768px){
.content .topService .topItem-inner .topAboutBox {
	margin-bottom: -10px;
	}
	.content .topService .topItem-inner .topAboutBox li{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	padding-bottom: 10px;
	display: block;
	}
	.content .topService .topItem-inner .topAboutBox li h4{
}


.content .topService .topItem-inner .topAboutBox li br{
	display: none;
	}
}


.content .topMerit {
	font-weight: bold;
	text-align: center;
	background: url(img/key_visual02.png) no-repeat 50% 50% ;
	background-size: cover;
}
.content .topMerit .topItem-inner{
	background: #FFF;
}
.content .topMerit .topItem-inner .topAboutBox{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	max-width: 840px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.content .topMerit .topItem-inner .topAboutBox li{
	min-width: 256px;
	text-align: left;
	font-size:large;
	font-weight: bold;
}
.content .topMerit .topItem-inner h2 {
	padding-top: 40px;
}
.content .topMerit .topItem-inner .btTopWork a{
	background: #FFF url(img/ic_btn_02.png) no-repeat 95%;
	font-weight: bold;
}
@media(max-width:768px){
	.content .topMerit .topItem-inner  {
		padding-top: 68px;
	}
	.content .topMerit .topItem-inner h2{
			padding-top: 0;
	}
	.content .topMerit .topItem-inner .topAboutBox {
		padding-bottom: 30px;
	}
.content .topMerit .topItem-inner .topAboutBox li {
	width: 100%;
	height: 100%;
	margin: 0 20px 20px;
	}
	.content .topMerit .topItem-inner .topAboutBox li img{
	width: 100%;
	height: 100%;
	}
	.content .topMerit {
	background: url(img/key_visual02.png) no-repeat 50% 50% ;
	}
}



.content .topAbout{}
.content .topAbout .topItem-inner{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.content .topAbout .topItem-inner iframe{
	margin-top: 20px;
}

.content .topAbout ul{
	border-top: 1px solid #CCC;
	max-width: 460px;
}
.content .topAbout ul li{
	border-bottom: 1px solid #CCC;
	padding: 10px 0 10px 8em;
	position: relative;
	font-size: 14px;
}
.content .topAbout ul li span{
	position: absolute;
	left: 0;
	font-weight: bold;
}
.content .topAbout .topItem-inner .about-text-img img{
	width: 460px;
	height: 471px;
}

@media(max-width:768px){
.content .topAbout .topItem-inner iframe{
	height: 250px;
	width: 100%;
	}
.content .topAbout .topItem-inner .about-text-img img{
	width: 100%;
	height: 100%;
}
}


.content .topContact{
	background: url(img/key_visual02.png) no-repeat 50% 50% ;	
}
.content .topContact .topItem-inner{
	display: block;
}
.content .topContact .topItem-inner h2{
	text-align: center;
	color: #FFF;
	font-size: 32px;
}
.content .topContact .topItem-inner p a{
	background: #FFF;
	color: #000;
	font-size: 16px;
}
@media(max-width:768px){
.content .topContact{
	background: url(img/key_visual02.png) no-repeat 50% 50% ;	
}
}

.junbi{
	padding:200px 0;
	background:#CCC;
	text-align:center;
}

@media(max-width:768px){
	.keyVisual .keyVisual-inner{
	}

	.keyVisual .keyVisual-inner .keyVisual-copy{

	}
	.content .topItem{
	}
	.content h2{
		margin-top:-0.8em;
	}

	.content .topItem .topItem-inner{
		margin:0 20px;
	}
	.content .topAbout .topItem-inner .topAboutBox {
		justify-content:center;
	}
	.content .topAbout .topItem-inner .topAboutBox li {
		margin:0 20px 40px;
	}
	.content .topRecruit .btRecruit {
		margin-left:20px;
		margin-right:20px;
	}
	.btn{
		margin-left:20px;
		margin-right:20px;
	}


}



#global-navi {
    top: 0;
    right: 0px;
    width: 100%;
}
#wrapper nav ul li{
display:inline-block;
font-size: 16px;
padding:  8	px 20px 25px 28px;
}
#wrapper nav ul li a{
color: #000;
}
/*スマホ画面で例１のハンバーガーメニューの形にする*/
@media screen and (max-width: 768px) {
	#global-navi {
    background:#333;
}
#wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#333;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2
}
#wrapper nav ul {
	display: block;
}
#wrapper nav ul li {
    display:block;
    padding: 20px 28px
}
 
#wrapper nav ul li a {
    text-decoration: none;
    color: #ddd
}
 
#wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
 
#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
 
#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}
 
#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}
 
#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}
 
#wrapper .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
 
#wrapper .btn-gnavi.open span {
    background: #fff
}
 
#wrapper .btn-gnavi.open span {
    width: 24px;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666
}
 
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
 
#wrapper .contents section:nth-child(even) p {
    right: 10%
}
}
