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


a {
  text-decoration: none;
}

.sensei{
	 border-bottom: 1px dotted #252525;
	 padding-bottom:30px;
}

.sent{
	text-align: left;
	width:800px;
	 margin:0 auto;
}




.products{
	width:800px;
	 margin:0 auto;
	text-align: left;
}

.left{
float:left;
	width:350px;
	}
	
.right{

float:right;
		width:350px;
	}
	
	
.clear{

	clear:both;}
	

.MIDAS{
	text-align: center;
	 margin:0 auto;
	margin-top: 100px;
}


.fadeIn {
    transition: 1s;
    opacity: 0;
}

.fadeIn.animated {
    opacity: 1;
}
.cone{
		 border-bottom: 3px dotted #252525;
}

h2{
font-family: 'M PLUS 1p', sans-serif;
	color:#FF9407;
	font-size: 150%;
	padding-top:100px;
}

h9{
	font-family: 'M PLUS 1p', sans-serif;
	color:#05A2BD;
	font-size: 130%;
	 letter-spacing: 0.12em;
	line-height: 2em;
}
h10{
	font-family: 'M PLUS 1p', sans-serif;
	color:#05A2BD;
	font-size: 120%;
	 letter-spacing: 0.12em;

}

.sen{
font-family: 'M PLUS 1p', sans-serif;
	color:#1B1B1B;
	font-size: 90%;
}


.map{
	   padding-bottom: 15px;
		border-bottom: 1px dotted #A5A5A5;
}
	
.map2{
	   padding-bottom: 15px;
		border-bottom: 1px dotted #A5A5A5;
}
	
	





body{
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
     body {

      margin: 0px; 
    padding: 0px; 
    }
	#content{
		  width:100%;
  overflow:hidden;
		
	}
	
	.image-vw{
		 display:none;
	
	}
		.image-vwp{
		 display:none;
	
	}
	.image-v2{
		 display:none;
	
	}
		.image-v4{
		 display:none;
	
	}
	
	.sns{
 display:none;

	}
	
	.menu2{
 display:none;

	}
	.logo{
 display:none;

	}
		.menu{
 display:none;

	}

	
	nav ul li a{
text-decoration: none;
color: #333;
  position: relative;
  display: block;

}
	
	.koreha{
		padding-right: 0px;
		padding-left: 0px;
	-webkit-column-rule: #000;
	-moz-column-rule: #000;
	-o-column-rule: #000;
	column-rule: #000; ;
	font-size: 100%; 
}
}



/* ここからheader */
#header-fixed
{
	
	z-index: 1;
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
   background-color: #FFFFFF;
}


#header1 {

   margin:0 auto;

   padding:0 0px;
	display:flex;　　 
}

#headerc {
	 border-bottom: 1px solid #252525;
	margin-bottom: 3px;

}

.logo{

}

.sns{
	padding-top:25px;
	padding-right:20px;
 
	}

.menu{

  margin:0 auto;

}



/* ここまでheader */


/* ここからcontents */

.company{
	font-size: 120%;
	
}


.company a{
text-decoration: none;
color: #333;
  position: relative;
  display: inline-block;
}

.company a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.company a:hover::after {
  transform: scale(1, 1);
}







.contain{
	
	margin: 50px;
	text-align: center;}

.image-vw {

  width : 100vw ; 
	padding-top:80px;

}

.image-vwp {


	padding-top:0px;
}

.image-v2 {
  width : 50vw ; 
	padding-top: 30px;

}
.image-v3 {
  width : 70vw ; 
	padding-top: 30px;

}

.image-v4 {

	padding-top: 0px;

}
.image-v5 {
  width : 90vw ; 
	padding-top: 0px;

}


.koreha{
	color:#6D6D6D;
	font-size: 80%; 
	width:95%;
}


.box {
	z-index: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
}
.box-item {
    padding: 15px;

    width: 400px;
}

.box-item-thum {
    width: 100%;
}

.box-item-thum img {
    width: 100%;
}

.box-item-title {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 16px;

}
.box-item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.box-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/* ここまでcontents */

	
	
/* ここからfooter */

.menu2{
width: 70%;



}


#footer{
	background-color: #000;
	color:#fff;
   margin:0 auto;

}

.pry a {

		color:#fff;

	
}

.pry{
	
	text-align: center;
		color:#fff;
	font-size: 90%; 
}
.copy a {
       
		color:#6D6D6D;

	
}

.copy{
	padding-bottom:30px;
	text-align: center;
		color:#6D6D6D;
	font-size: 90%; 
	
}
/* ここまでfooter */

/* スマフォメニュー */
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
	.smafomenu{
		 margin-left:auto;
		 
	}
	
	.gaiyouout{
	 padding:20px;
	}
	.ti{

	margin-top:-20px;
	padding-right:15px;
	padding-left:15px;
	
	border: 2px solid #000;
	display:inline-block;
	font-family: 'M PLUS 1p', sans-serif;
	color:#1B1B1B;
	font-size: 120%;
}
	
	
	h1{
		letter-spacing: 0.15em;
font-family: 'Barlow', sans-serif;
	text-align:center;
	margin-top: 70px;
	margin-bottom: -45px;

	font-size: 250%;
}
	
	
	   .mlogo{
		   margin-top:5px;

	}
	
	.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px;
  background: #fff;
}

.logo {
  font-size: 24px;
}

/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.drawer-content {
	
  padding-top:100px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;/* メニューを画面に入れる */
}
	
		.drawer nav ul li a{
				line-height: 150%;
text-decoration: none;
color: #5E5E5E;
  position: relative;

}
	
	.drawer nav ul li{
		padding-top:10px;
  padding-bottom:10px;
		padding-left:20px;
	}
ul {
  list-style: none;

}
 /* ナビ */
	.image-vm {
  width : 100vw ; 
		padding-top:55px;
}
		.image-vmp {
		padding-top:0px;
}
	.my-parts{
		
		padding-top:20px;
	}
	
.my-parts ul {

	list-style: none;
	margin: 0;
	padding: 0;
}
.my-parts ul li a {
	display: block;
	padding: .4em .8em;
	text-decoration: none;
	background: #000;
	color: #fff;
	text-align: center;
	margin: .2em 0;
}
.my-parts ul li a:hover {
	background: #515151;
	color: #fff;
}
	
		.kyonin{ display: none;

    }
	.map{ display: none;

    }
	.product{ display: none;

    }
	
	.flow{ display: none;

    }
	.privacy{
	padding-top:20px;
     width:70vw;
	text-align:left;
	margin: 0 auto;
}
		.aisatsu{
	text-align:left;
	margin-left: auto;
margin-right: auto;
	width:100%;
}

	.mob{
margin-left: auto;
margin-right: auto;
	  width : 80vw ; 
}

	.l1{
		float: left;}
	.r2{float: right;}
	.c{clear: both;}
	
	.product2{
	margin-left: auto;
margin-right: auto;
	width:100%;

}
		.products2{
	margin-left: auto;
margin-right: auto;
	width:100%;
	text-align: left;
}
			.sentence{
	margin-left: auto;
margin-right: auto;
	width:100%;
	text-align: left;
}
		.kaisha{
			padding-left:10px;
		width:90%;
     font-size:80%;
	text-align: left;
	
}
	
}

@media screen and (min-width: 768px) {
/* 768px以上の幅の場合に適応される */
    h1{
		letter-spacing: 0.2em;
font-family: 'Barlow', sans-serif;
	text-align:center;
	margin-top: 110px;
	margin-bottom: -60px;

	font-size: 280%;
}
	
	.kaisha{
		width:800px;
	 margin:0 auto;
	text-align: left;
	
}


	.ti{
	margin-top:-20px;
	padding-right:15px;
	padding-left:15px;
	border: 2px solid #000;
	display:inline-block;
	font-family: 'M PLUS 1p', sans-serif;
	color:#1B1B1B;
	font-size: 120%;
}
	
nav{
	padding-top:50px;
text-align: right;
	
}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav ul li{
list-style: none;
display: inline-block;
width: 18%;
min-width: 100px;
}
nav ul li a{
text-decoration: none;
color: #333;
  position: relative;
  display: inline-block;
}
	
	.menu2 nav ul li a{
text-decoration: none;
color: #fff;
  position: relative;
  display: inline-block;
}

nav ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
nav ul li a:hover::after {
  transform: scale(1, 1);
}



nav ul li.current a{
color: #C3C3C3;
}
nav ul li a:hover{
color: #8A8A8A;
}  
	
	.smafomenu{ display: none;
       
    }
	.smafomenu2{ display: none;
       
    }
	.mlogo{ display: none;
   
    }
	.image-vm{ display: none;

    }
		.image-vmp{ display: none;

    }
	.image-v3{ display: none;

    }
		.image-v5{ display: none;

    }
		.kyonin2{ display: none;

    }
	.map2{ display: none;

    }
	.products2{ display: none;

    }
		.product2{ display: none;

    }
	.flow2{ display: none;

    }
	
	.product{
	width:800px;
	 margin:0 auto;
	text-align: left;
}

	.privacy{
	padding-top:20px;
     width:700px;
	text-align:left;
	margin: 0 auto;
}
	.aisatsu{
	text-align:left;
	margin-left: auto;
margin-right: auto;
	width:50%;
}
	


/* スマフォメニュー */




.saki{
	text-align:right;
	font-size:80%;
}
