@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*====================
common
====================*/
.pc_none {
  display: none; }
  @media only screen and (max-width: 688px) {
    .pc_none {
      display: block; } }

.sp_none {
  display: block; }
  @media only screen and (max-width: 688px) {
    .sp_none {
      display: none !important; } }

/*====================
BASE
====================*/
html,body {}
  
*{
font-style: normal;
font-weight: normal;
letter-spacing:0;
color:#000;
font-family:'メイリオ','Noto Sans JP',sans-serif;
}

a:hover{
	opacity:0.6;}
p{
	line-height: 1.8em;
}

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


 @media only screen and (max-width: 688px) {
	 html,body {
		 font-size: 8px;
	 }
}

/**/

.movein{
	opacity: 0;
	transition : all 1s;
}

/**/

.container{

}

@media only screen and (max-width: 688px) {}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.header{
	background: #fff;
	position: fixed;
	width: 100%;
	height: 105px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
	z-index: 10;
}
.header .inner{
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header .inner h1{
	padding: 38px 0 0 0;
}
.header .inner ul{
	display: flex;
	padding: 50px 0 0 0;
}
.header .inner ul li{
	padding: 0 32px;
}
.header .inner ul li a{
	font-size: 1.6em;
	line-height: 1em;
}
.header .inner ul li a.on{
	border-bottom: solid 2px #000;
}

.header .spMenuBt{
		 display:none;}

.header .spMenuBt{
    transition: all .4s;
    box-sizing: border-box;
    width: 64px;
    height: 60px;
    padding: 22px 0 0 0;
  }
  .header .spMenuBt span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    width: 24px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
  }
  .header .spMenuBt span:nth-of-type(1) {
    top: 22;
  }
  .header .spMenuBt span:nth-of-type(2) {
    top: 29px;
  }
  .header .spMenuBt span:nth-of-type(3) {
    top: 36px;
  }
  .header .spMenuBt.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .header .spMenuBt.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .spMenuBt.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }


@media only screen and (max-width: 688px) {
	
	.header{
		height:42px;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
	}
	.header .inner{
		display: block;
	}
	.header .inner h1{
	padding: 15px 0 0 0;
	text-align: center;
}
	.header .inner h1 img{
		margin: 0 auto;
	}
	
	.header .inner nav{
		display: none;
	}
	
	.header .spMenuBt{
		display:block;
		position:absolute;
		right:0;
		top:-9px;
	    z-index: 100;}
	
	
	.header .inner ul{
	flex-direction: column;
	padding: 15px 0;
	position: fixed;
	top: 41px;
	background: #000;
	width: 100%;
}
.header .inner ul li{
	padding: 0;
	width: 100%;
}
.header .inner ul li a{
	font-size: 1.6em;
	line-height: 1em;
	display: block;
	text-align: center;
	padding: 15px;
	width: 100%;
	color: #fff;
}
	
	
}


.main{
	padding: 290px 0 50px 0;
}
.main figure{
	margin: 0 auto;
	text-align: center;
}


@media only screen and (max-width: 688px) {
	
	.main{
	padding: 90px 0 10px 0;
}
	.main figure{
		width: 200px;
	}
	
}


#service{
	background: url("../img/service_bg.png") no-repeat top center;
	padding: 220px 3% 0 3%;
	background-size: 100% auto;
}

#service .inner{
	max-width: 1000px;
	margin: 0 auto;
}
#service h2{
	text-align: center;
	padding: 0 0 120px 0;
}


@media only screen and (max-width: 688px) {
	
	#service{
		 padding: 70px 3% 0 3%;
	 }
	
	#service h2{
	width: 222px;
	margin: 0 auto;
	padding: 0 0 20px 0;
    }
	
}

#service h3.degitalGtitle{
	text-align: center;
	padding:  0 0 80px 0;
	overflow-x: hidden;
}

#service p.serviceTxt{
	font-size: 1.6em;
	padding:  0 0 60px 0;
}

#service ul.degitalGList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 0 0 70px 0;
}

#service ul.degitalGList li{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 188px;
	position: relative;
}
#service ul.degitalGList li:first-child{ background-image: url("../img/degital_g_bg01.png");}
#service ul.degitalGList li:nth-child(2){ background-image: url("../img/degital_g_bg02.png");}
#service ul.degitalGList li:nth-child(3){ background-image: url("../img/degital_g_bg03.png");}
#service ul.degitalGList li:nth-child(4){ background-image: url("../img/degital_g_bg04.png");}
#service ul.degitalGList li:nth-child(5){ background-image: url("../img/degital_g_bg05.png");}

#service ul.degitalGList li p{
	text-align: center;
	font-size: 1.8em;
	color: #fff;
	height: 210px;
	padding:0 15px;
	display: -webkit-flex;
    display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}



 @media only screen and (max-width: 688px) {
	 
	 #service h3.degitalGtitle{
		 padding: 0 0 50px 0;
		 text-align: center;
		 width: 100%;
		 overflow: hidden;
		 position: relative;
	 }
	  #service h3.degitalGtitle img{
		  max-width: 600px;
		  margin: 0 auto;
		  position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	 }
	 
	 #service p.serviceTxt{
		 padding: 0 0 15px 0;
	 }
	 #service ul.degitalGList{
		 flex-wrap: wrap;
		 justify-content:center;
	 }
	 #service ul.degitalGList li{
		 width: 30%;
		 padding-top: 35%;
		 margin: 0 1%;
		 position: relative;
	 }
	 #service ul.degitalGList li p{
		 line-height: 1.3em;
		 height: 140px;
		 font-size: 1.6em;
		 padding:0 5px;
		 position: absolute;
		 margin: auto;
		 top: 0;
		 bottom: 0;
	 }
}


#service h3.tokuseiTitle{
	margin: 0 auto 50px auto;
	padding: 10px;
	border: solid 1px #000;
	font-size: 2.8em;
	line-height: 1em;
	text-align: center;
	width: 4em;
}

#service ul.tokuseiList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 0 0 60px 0;
}

#service ul.tokuseiList li{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 18%;
	position: relative;
}

#service ul.tokuseiList li h4{
	font-size: 2.0em;
	line-height: 1em;
	text-align: center;
	border-bottom: solid 1px #000;
	padding: 0 0 10px 0;
}

#service ul.tokuseiList li p{
	font-size: 1.6em;
	padding: 10px 0 0 0;
}

#service ul.tokuseiPh{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 0 0 200px 0;
}


@media only screen and (max-width: 688px) {
	#service h3.tokuseiTitle{
		padding: 5px 0 ;
		margin: 0 auto 20px auto;
		font-size: 2.4em;
		line-height: 1em;
	}
	#service ul.tokuseiList li h4{
	font-size: 1.8em;
	padding: 0 0 5px 0;
	}
	#service ul.tokuseiList{
		flex-direction: column;
		margin: 0 0 15px 0;
	}
	#service ul.tokuseiList li{
		width: 100%;
		padding: 0 0 20px 0;
	}
	#service ul.tokuseiPh{
		margin: 0 0 40px 0;
	}
}



#service h3.incjetTitle{
	text-align: center;
	padding:  0 0 80px 0;
}

#service p.incjetTxt{
	font-size: 1.6em;
	padding:  0 0 60px 0;
}


#service ul.incjetList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 0 0 200px 0;
}

#service ul.incjetList li{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 23%;
	position: relative;
}

#service ul.incjetList li h4{
	font-size: 1.8em;
	line-height: 1em;
	text-align: left;
}

#service ul.incjetList li figure{
	padding: 10px 0 0 0;
}

@media only screen and (max-width: 688px) {
	
	#service h3.incjetTitle{
		 padding: 0 0 50px 0;
		 text-align: center;
		 width: 100%;
		 overflow: hidden;
		 position: relative;
	 }
	  #service h3.incjetTitle img{
		  max-width: 600px;
		  margin: 0 auto;
		  position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	 }
	

#service p.incjetTxt{
	padding:  0 0 15px 0;
}
	
	#service ul.incjetList{
		margin: 0 0 40px 0;
		flex-wrap: wrap;
	}
	#service ul.incjetList li{
		width: 48%;
		padding: 0 0 15px 0;
	}
}



#service h3.otherTitle{
	text-align: center;
	padding:  0 0 0px 0;
}

#service h4.otherSub{
	text-align: center;
	padding:  0 0 10px 0;
	width:10em;
	border-bottom: solid 3px #000;
	font-size: 2.8em;
	line-height: 1em;
	margin: 80px auto 70px auto;
}

#service p.otherTxt{
	font-size: 1.6em;
	padding:  0 0 60px 0;
	text-align: center;
}

#service .otherPh{
    max-width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	align-items: center;
	padding: 0 0 70px 0;
}

#service .otherPh li:nth-child(2){
	padding: 20px;
}


@media only screen and (max-width: 688px) {
	#service h3.otherTitle{
		 padding: 0 0 70px 0;
		 text-align: center;
		 width: 100%;
		 overflow: hidden;
		 position: relative;
	 }
	  #service h3.otherTitle img{
		  max-width: 600px;
		  margin: 0 auto;
		  position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	 }
	
	#service h4.otherSub{margin: 0 auto 20px auto; font-size: 2.1em; padding:  0 0 5px 0;}
	#service p.otherTxt{padding:  0 0 30px 0;}
	#service .otherPh{padding: 0 0 30px 0;}
	#service .otherPh li:nth-child(2){padding: 5px;}
	
}


#information{
	background: url("../img/information_bg.png") no-repeat top center;
	padding: 220px 3% 0 3%;
	background-size: 100% auto;
}
#information h2{
	margin: 0 auto;
	text-align: center;
	padding: 0 0 120px 0;
}

#information .inner{
	max-width: 900px;
	margin: 0 auto;
	height: 10em;
	overflow-y: scroll;
}

#information .inner .news-row{
	display: flex;
}
#information .inner .news-cell-date,
#information .inner .news-cell-text{
	font-size: 1.6em;
	padding: 0 1em 1em 0;
}

#information .inner .news-date2{
	display: none;
}

#information .inner .news-cell-text img{
	margin: 0 0 0 5px;
	vertical-align: middle;
}

@media only screen and (max-width: 688px) {
	#information{
		padding: 70px 3% 0 3%;
	}
	#information h2{
		width: 261px;
		padding: 0 0 40px 0;
	}
	#information .inner .news-cell-text img{
		width: 40px;
	}
}


#example{
	background: url("../img/example_bg.png") no-repeat top center;
	padding: 240px 3% 0 3%;
	background-size: 100% auto;
}
#example h2{
	margin: 0 auto;
	text-align: center;
	padding: 0 0 120px 0;
}

#example .exampleMenu{
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding: 0 0 60px 0;
}
#example .exampleMenu li{
	font-size: 1.8em;
	cursor: pointer;
}
#example .exampleMenu li a.active{
	color: #DA00FF;
}

@media only screen and (max-width: 688px) {
	#example .exampleMenu{
		padding: 0 0 30px 0;
		align-items: center;
	}
	#example .exampleMenu li{
		font-size: 1.6em;
		text-align: center;
		line-height: 1.2em;
		letter-spacing: 0;
	}
	
}

#example .exampleMenuBox01,
#example .exampleMenuBox02,
#example .exampleMenuBox03,
#example .exampleMenuBox04,
#example .exampleMenuBox05{
	max-width: 1000px;
	margin: 0 auto;
}

#example .exampleMenuBoxList{
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
}
#example .exampleMenuBoxList li{
	width: 223px;
	height: 223px;
	background: #000;
	margin: 0 35px 35px 0;
	position: relative;
}
#example .exampleMenuBoxList li:before{
  content: "";
  display: block;
  padding-top: 100%;
}

#example .exampleMenuBoxList li img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

#example .exampleMenuBoxList li a:nth-child(n + 2) {
	display: none;
}

#example .exampleMenuBoxList li:nth-of-type(4n){
	margin: 0 0 35px 0;
}

#example .panel {display:none;}


.pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.pagination li *{
	font-size: 1.6em;
	margin: 0 10px;
	color: #ccc;
}
.pagination li:first-child a{
	background:url("../img/ex_p.png");;
	width: 21px;
	height: 0;
	overflow: hidden;
	padding-top: 27px;
	display: block;
	background-size: 100%;
}

.pagination li:last-child a{
	background:url("../img/ex_n.png");;
	width: 21px;
	height: 0;
	overflow: hidden;
	padding-top: 27px;
	display: block;
	background-size: 100%;
}

.pagination .active *{
	color: #000!important;
}



@media only screen and (max-width: 688px) {
	#example{
		padding: 70px 3% 0 3%;
	}
	#example h2{
		width: 189px;
		padding: 0 0 40px 0;
	}
	#example .exampleMenuBoxList{
		flex-wrap: wrap;
	}
	#example .exampleMenuBoxList li,
	#example .exampleMenuBoxList li:nth-child(4n){
	width: 48%;
	height: 48%;
	margin: 0 1% 15px 1%;
	}
}




#contact{
	background: #000;
	padding: 30px 3%;
}
#contact h2{
	margin: 0 auto 100px auto;
	text-align: center;
}

#contact h3{
	color: #fff;
	text-align: center;
	font-size: 2.8em;
	max-width: 460px;
	margin: 0 auto 50px auto;
	line-height: 1em;
	border: solid 1px #fff;
	padding: 10px;
}
#contact p{
	color: #fff;
	text-align: center;
	font-size: 2.8em;
	padding: 0 0 90px 0;
}

.contactB{
	background-image: url("../img/contact_before.png");
	background-size: 100% 100%;
	height: 222px;
	width: 100%;
}
.contactA{
	background-image: url("../img/contact_after.png");
	background-size: 100% 100%;
	height: 222px;
	width: 100%;
}


 @media only screen and (max-width: 688px) {
	 #contact{
	background: #000;
	padding: 30px 3%;
}
	 .contactB{height: 50px;}
	 .contactA{height: 50px;}
	 
	 #contact h2{
		 width: 211px;
	margin: 0 auto 30px auto;
	text-align: center;
}
	 #contact h3{
	margin: 0 auto 20px auto;
	padding: 10px;
}
#contact p{
	padding: 0 0 30px 0;
	line-height: 1.6em;
}
}

.contactEntry{
	max-width: 1000px;
	margin: 0 auto;
}

.contactEntry dl{
	margin: 0 0 30px 0;
}

.contactEntry dt{
	font-size: 1.8em;
	color: #fff;
	padding: 0 0 10px 0;
}
.contactEntry dd input{
	width: calc(100% - 30px);
	padding: 10px;
	font-size: 1.4em;
}
.contactEntry dd textarea{
	width: calc(100% - 30px);
	height: 200px;
	padding: 10px;
	font-size: 1.4em;
}

.error_m{
	font-size: 1.4em;
	color: #D20003;
	padding: 3px 0 0 0;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

.linkBt{
	text-align: center;
	padding: 70px 0;
}
.linkBt input{
	font-size: 2.1em;
	font-weight: bold;
	color: #000;
	width: 338px;
	padding: 10px 0;
	cursor: pointer;
	background: -moz-linear-gradient(left, #D2FEFF, #F6BEE5);
    background: -webkit-linear-gradient(left, #D2FEFF, #F6BEE5);
    background: linear-gradient(to right, #D2FEFF, #F6BEE5);
}



 @media only screen and (max-width: 688px) {
	 
	 .contactEntry dl{
	margin: 0 0 15px 0;
}
	 .contactEntry dt{
	padding: 0 0 5px 0;
}
	 
	 .linkBt{
		 padding: 20px 0 0 0;
	 }
	 .linkBt input{
		 width: 280px;
	 }
	 
	 
}



#aboutus{
	padding: 80px 3%;
	background: url("../img/aboutus_bg.png") top right no-repeat;
	background-size: 100% auto;
}
#aboutus h2{
	text-align: center;
	padding: 0 0 56px 0;
}
#aboutus table{
	max-width: 1000px;
	margin: 0 auto;
}
#aboutus table th,
#aboutus table td{
	font-size: 2.0em;
	line-height: 2em;
}
#aboutus table th{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
white-space: nowrap;
	padding: 0 45px 0 0 ;
}


 @media only screen and (max-width: 688px) {
	 #aboutus{
		 padding: 40px 3%;
	 }
	 
	 #aboutus h2{
		 width: 168px;
		 margin: 0 auto;
		 padding: 0 0 40px 0;
	 }
	 #aboutus table th,
#aboutus table td{
	font-size: 1.8em;
	 }
	 #aboutus table td span{
		 display: inline-block;
	 }
}


.gmap iframe{
	width: 100%;
	height: 550px;
}

 @media only screen and (max-width: 688px) {
	 .gmap iframe{
		 height: 300px;
	 }
}

.totop{
	padding: 30px;
	text-align: right;
}

 @media only screen and (max-width: 688px) {
	 .totop{
	padding: 15px;
		 text-align: center;
	 }
	 .totop img{
		 width: 50px;
	 }
}

.footer{
	background: #000;
	text-align: center;
	padding: 15px 0;
}
.footer address{
	color: #fff;
	font-size: 1.2em;
	line-height: 1em;
}



.fadein,
.mainfadein{
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}



/**/

.thanks{
	max-width: 1000px;
	margin: 0 auto;
	padding: 200px 3%;
}

.thanks h2{
	text-align: center;
	font-size: 2.0em;
}
.thanks p{
	text-align: center;
	font-size: 1.6em;
}

 @media only screen and (max-width: 688px) {
	 
}

/*information*/

.pageInformation{
	padding: 100px 3%;
	background: url("../img/pageinformation_bg.png") no-repeat top center;
	background-size: 100% auto;
}

.pageInformation .pan{
	max-width: 1000px;
	margin: 0 auto;
	padding: 70px 0;
	font-size: 1.3em;
}
.pageInformation .pan a{
	color: #00AFF5;
	text-decoration: underline;
}
.pageInformation .pan span{
	text-decoration: underline;
}

.pageInformationBox{
	max-width: 776px;
	padding: 70px 0;
	margin: 0 auto 70px auto;
	border-bottom: dotted 1px #000;
}

.pageInformationBox h3{
	font-size: 1.6em;
	font-weight: bold;
	padding: 0 0 1em 0;
}

.pageInformationBox h1{
	font-size: 2.0em;
	font-weight: bold;
	padding: 0 0 1em 0;
}

.pageInformationBox .cms-markdown{
	font-size: 1.4em;
}

.pageInformationBox .cms-markdown h2{
	font-size: 1.2em;
	padding: 0 0 1em 0;
}
.pageInformationBox .cms-markdown h3{
	font-size: 1.1em;
	padding: 0 0 1em 0;
}
.pageInformationBox .cms-markdown p{
	font-size: 1.0em;
	padding: 0 0 1em 0;
}


 @media only screen and (max-width: 688px) {
	 
	 .pageInformation{
	padding: 0 3%;
}
	 .pageInformation .pan{
		 padding: 70px 0 15px 0;
	 }
	 .pageInformationBox{
	padding:15px 0;
	 }
}