@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-family: "Roboto","Noto Sans JP", sans-serif;
}

html { scroll-behavior: smooth;}

.burger{
	display: none;
}

.section{
	position: relative;
	z-index: 10;
}

p{
	font-size: 18px;
}
h3{
	font-size: 20px;
}

body{
	width: 100%;
	height: 100vh;
	background: url("img/background.jpg") repeat-y ;
	background-position: 0 0;
    -webkit-animation: bgroop 30s linear infinite;
	animation: bgroop 30s linear infinite;
}

.none{
	display: none;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: 0 -2160px;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -2160px;
    }
}

#plof{
	margin-top: -30px;
}

section{
	max-width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.section-margin{
	
	margin-top: 90px;
	margin-bottom: 90px;
}
.class2{
	max-width: 930px;
	width: 100%;
}
h3{
	padding-bottom: 20px;
	position: relative;
	padding-left: 20px;
	display: inline-block;
}
h3::after{
	content: "";
	background: repeating-linear-gradient(-45deg, #FBC007, #FBC007 6px, transparent 6px, transparent 11px);
	position: absolute;
	top: 30px;
	left: 0;
	width: calc(100% + 40px);
	height: 10px;
	display: inline-block;
}

	.content1{
		display: flex;
		flex-flow: column;
		align-items: center;
		max-width: 930px;
		width: 100%;
		position: relative;
	background-color: #FBC007;
	height:50%;
	margin: 0 auto;
		padding: 20px 0 10px;
	}
	.content1 h3{
		padding-left: 0;
	}
	.main1{
		display: flex;
		background-color: white;
		width: calc(100% - 120px);
		margin: 10px 30px 20px;
		padding: 20px 30px;
	}
	.img{
		max-width: 160px;
		width: 100%;
		margin-bottom: 40px;
		margin-left: 0px
	}
	.img img{
		max-width: 160px;
		width: 100%;
	}
	.text{
		width: calc(100% - 20px);
		width: 100%;
	}
.text-1{
	margin-bottom: 20px;
}


.content1>h3{
	padding-bottom: 20px;
	position: relative;
	padding-left: 20px;
	display: inline-block;
}
.content1>h3::after{
	content: "";
	background: repeating-linear-gradient(-45deg, white, white 6px, transparent 6px, transparent 11px);
	position: absolute;
	top: 30px;
	left: 0;
	width: calc(100% + 40px);
	height: 10px;
	display: inline-block;
}

.menu{
	z-index:20;
	position: fixed;
	background-color: #FBC007;
	height: 90px;
	padding: 0 30px 25px;
	text-align: center;
	left: 75%;
	width: 170px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
}
.menu div{
	border-bottom: solid 3px black;
	border-left: solid 3px black;
	border-right: solid 3px black;
	padding: 50px 20px 10px;
	position: absolute;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
}
.menu li{
	list-style: none;
	border-bottom: solid black 3px;
}
.menu a{
	text-decoration: none;
	color: black;
}
.menu a:hover{
	color: white;
}
#top{
	width: 100%;
}
.top{
	width: 100%;
	height: 50px;
	background-color: black;
	
}

.class1{
	display: flex;
	justify-content:center;
	align-items: center;
	height: 700px;
	width: 100%;
}
.title{
	width: 20%;
	padding: 5%;
}
.topimg{
	width: 30%;
	padding: 5%;
}






.name{
	font-size: 30px;
	font-weight: bold;
}


.table1 th{
	text-align: left;
	padding-right: 20px;
	border-right: 5px dotted #000;
}
.table1 td{
	padding-left: 20px;
}


.button1{
	display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10% auto;
  padding: 1.5em 2em;
  width:70%;
  color: black;
  font-size: 18px;
  font-weight: 700;
  background-color: #FBC007;
  transition: 0.3s;
  text-decoration: none;
}
.button1::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid black;
  transition: 0.2s;
}

.button1:hover::before {
  top: 0;
  left: 0;
}

.button1:hover {
  text-decoration: none;
  background-color: #FBC007;
}


	.text-work{
		padding: 0 30px;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		
	}


.work{
	display: flex;
}
.work>div{
	width: 500px;
	align-items: center;
	display: flex;
	flex-flow: column;
}
.work>div:first-child{
	margin-right: 20px;
}
.box-min{
	background-color: white;
	width: 400px;
	padding: 25px;
	height: 200px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.box-min h4{
	font-size: 18px;
	font-weight: normal;
}
.box-min h4>span{
	display: block;
	font-size: 30px;
	background:linear-gradient(transparent 50%, #FBC007 50%);
	width: 50%;
	font-weight: bold;
	padding-left: 5%;
}
.box-min p{
	margin-top: 20px;
}


.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
	margin-top: -120px;
	padding-top: 120px;
}
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box .f_area {
  display: flex;
  justify-content: center;
	margin-top: -120px;
	padding-top: 120px;
}
.scroll-box .f_area .f_one {
  width: 50%;
}
.scroll-box .f_area .f_one a {
  display: block;
  overflow: hidden;
  backface-visibility: hidden;
}
.scroll-box .f_area .f_one div{
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transform: scale(1);
  transition: .5s;
}
#fliwork,#drawork{
	margin-top: -120px;
	padding-top: 120px;
}



.sns{
	display: flex;
	margin-bottom: 30px;
}

.furidorax{
	width: 674px;
	display: block;
}
.furidorax a img{ width:674px; transition:0.2s;}
.furidorax{ overflow:hidden;background:white; }
.furidorax a img:hover{
		opacity:0.7;
    	transform:scale(1.1);
    	transition:0.2s;
    }

.furidorax a img{
	width: 100%;
	height: 100%;
}
.qr{
	background-color: white;
	max-width: 150px;
	margin: 0 auto;
	border-radius: 5px;
}
.qr img{
	max-width: 150px;
	height: auto;
}
.center{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: 20px;
  position: relative;
	padding: 1em 1.5em;
  width:20%;
  color: black;
  font-size: 18px;
  font-weight: 700;
  background-color: #FBC007;
  transition: 0.3s;
  text-decoration: none;
	
}
.center ul{
	position: relative;
	z-index: 20;
}
.center li{
	list-style: none;
}
.center li a{
	text-decoration: none;
	color: black;
}
.center::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid black;
  transition: 0.2s;
}

.center:hover::before {
  top: 0;
  left: 0;
}

.center:hover {
  text-decoration: none;
  background-color: #FBC007;
}


footer>div{
	background-color: #FBC007;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	height:  850px;
}
.title-li{
	display: flex;
	max-width:1300px;
	height: 300px;
	width: 100%;
	justify-content: space-around;
	margin-bottom: 20px;
	position: relative;
	z-index: 50;
}
.rogo img{
	width: 50%;
}
.title2 img{
	width: 80%;
	padding-left: 15%;
}
.title2:hover{
	opacity: 0.5; 
}
.title-li div li{
	padding: 25px 0px;
	list-style: none;
}
.title-li li a{
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.title-li li a:hover{
	opacity: 0.5;
}
.fooder-moov{
	display: flex;
	max-width:1300px;
	width: 100%;
	height: 230px;
	justify-content: space-around;
	margin-top: 20px;
}
.fooder-moov img{
	width: 100%;
	padding-left: 5%;
}

.stepsTrigger{
	opacity:0;
}
.steps{
	width: 300px;/*1フレーム分の横幅*/
	height: 200px;/*1フレーム分の縦幅*/
	background: url("img/fooder1.png") no-repeat;/*背景画像の読み込み*/
	animation: stepsline 1s steps(3) forwards;
	/*stepsline→アニメーション名
    1s→アニメーションをする時間
    step→（）の中には、アニメーション制作コマ数-1の値を入れる（例：4コマ-1コマ=3コマ）
    forwards→最後の形を維持*/
}
@keyframes stepsline {
  0% {
	opacity:1;
    background-position: 0 0;
  }
  100% {
	opacity:1;
    background-position: -900px 0;/*アニメーション制作コマ数から1コマ分引いた横幅を指定。
（例：今回は1フレーム横幅100pxで制作しているので全体の400px-100px=300px⇒-300px）を指定。*/
  }
}

@media screen and (max-width: 1024px) {
	
	.burger{
		display: block;
		padding-top: 30px;
			height: 35px;
			width:100px;
			position: fixed;
			top: 0;
			left: 75%;
			background-color: #FBC007;
		z-index: 100;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.drawer_hidden {
  display: none;
}
	.drawer_open {
	position: absolute;
	left: 9px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
		
		padding: 30px 55px 25px 20px;
		margin-top: -30px;
		
	border-bottom: solid 3px black;
	border-left: solid 3px black;
	border-right: solid 3px black;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 5px;
  width: 35px;
  border-radius: 3px;
  background: black;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 10px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top:10px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
	
}
	#drawer_input:checked ~ .drawer_open{
		border-bottom: solid 3px rgba(255, 255, 255, 0);
	border-left: solid 3px rgba(255, 255, 255, 0);
	border-right: solid 3px rgba(255, 255, 255, 0);
	}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background-color: #FBC007;
  transition: .5s;
  text-align: center;
  padding-top: 20px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
	max-width: 100%;
	max-height: 100vh;
	width: 90%;
	height: 90%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	border-bottom: solid 3px black;
	border-left: solid 3px black;
	border-right: solid 3px black;
	margin: 0 auto;

}
	.nav_item{
		padding: 50px;
		
	}
	.nav_item::after{
		 content: '';
  display: block;
  height: 3px;
  width: 300px;
  border-radius: 3px;
  background: black;
	}
	.nav_item a{
		color: black;
		font-weight: bold;
		text-decoration: none;
	}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
   bottom: 0;/* メニューを画面に入れる */
}

	
	.menu{
		display: none;
	}
	
	.class2{
		width: 100%;
	}
	

	.main1{
		flex-direction: column-reverse;
		align-items: center;
	}
	.img{
		max-width: 160px;
		width: 100%;
		margin-bottom: 40px;
		margin-left: 0px
	}
	.img img{
		max-width: 160px;
		width: 100%;
	}
	.text{
		width: calc(100% - 20px);
		width: 100%;
	}
	
	
  .scroll-box {
    overflow-x: auto;
  }
  .scroll-box .f_area {
    justify-content: flex-start;
    overflow-x: scroll;
    padding-bottom: 50px;
  }
  .scroll-box .f_area .f_one {
    flex: 0 0 100%;
  }
	.work{
		width: 100%;
	}
	.work>div{
		margin: 20px;
}
	.works{
		margin-bottom: 20px;
	}
.work>div:first-child{
	margin-right: 0;
}
	.box-min{
		width: 300px;
	}
	.sns{
		flex-flow: column;
		justify-content: center;
		align-items: center;
		margin-top: 0;
		margin-bottom: 60px;
	}
	.furidorax{
		max-width: 500px;
		width: 90%;
	}
	.center{
		max-width: 300px;
		width: 100%;
		height: 400px;
		margin-top: 40px;
		margin-left: 0;
	}
	.box-min h4>span{
	font-size: 25px;
	width: 60%;
}
	footer>div{
		height:930px;
	}
	.title-li{
		flex-flow: column;
	height: 400px;
	width: 100%;
		margin-top: 40px;
		margin-bottom: 0px;
		justify-content:center;
		align-items: center;
	}
	.title-li div ul{
		margin-top: 20px;
		margin-left: 15%;
	}
	.title-li div li{
		padding: 10px 0;
	}
	.title2 img{
		max-width: 350px;
		width: 100%;
		padding-left: 0px;
	}
	.fooder-moov{
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		max-height: 450px;
		height: 100%;
		margin-top: -40px;
		
	}
	.fooder-moov div img{
		max-width: 400px;
		width: 100%;
		padding-left: 0;
	}
	.steps{
		margin-bottom:40px;
	}

}
@media screen and (max-width: 767px) {
	p{
		font-size: 15px;
	}
	.none{
		display: block;
	}
	.sp-none{
		display: none;
}
	.section-margin{
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.sns{
		margin-top: 0px;
		margin-bottom: 60px;
	}
	
	.class1{
		height: 600px;
		flex-flow: column;
		align-content: center;
		justify-content: center;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.title{
		width: 40%;
	}
	.topimg{
		width: 40%;
	}

	.midasi{
		width: 35%;
		margin: 0 auto 20px;
	}
	
	.text-work{
		margin-top: 60px;
		padding: 0 30px;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		
	}
	.class2 h3{
		text-align: center;
		padding-left: 0;
		margin: 0 auto;
	}
	h3::after{
		margin-left: -20px;
	}
	
		.box-min{
		width: 200px;
	}
	.box-min h4>span{
	font-size: 25px;
	width: 80%;
}
	
	
  .scroll-box .f_area .f_one {
    flex: 0 0 100%;
  }
	.plof{
		width: 38%;
		top: 37%;
		left: 30%;
	}
	
	.content1{
	position: relative;
	background-color: #FBC007;
	width: 100%;
	height:50%;
	margin: 0 auto;
		display: flex;
		flex-flow: column;
		align-items: center;
}
	.content1 h3{
		padding-left: 0;
	}


.main1{
	display: flex;
	background-color: white;
	height: 75%;
	width: calc(100% - 120px);
	margin: 10px 30px 20px;
	padding:7% 5% 5%;
	justify-content: space-around;

}	
	  .burger {
    display: block;
    padding-top: 30px;
    height: 35px;
    width: 100px;
    position: fixed;
    top: 0;
    left: 64%;
    background-color: #FBC007;
    z-index: 100;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
	
		footer>div{
		height:850px;
	}
	.title-li{
		flex-flow: column;
	height: 270px;
	width: 100%;
		margin-top: 40px;
		margin-bottom: 0px;
	}
	.title-li div li{
		padding: 10px 0;
	}
	.title2 img{
		max-width: 250px;
		width: 100%;
		padding-left: 0px;
	}
	.fooder-moov{
		flex-direction: column-reverse;
		align-items: center;
		max-height: 400px;
		height: 100%;
		margin-top: -40px;
		
	}
	.fooder-moov div img{
		max-width: 300px;
		width: 100%;
		padding-left: 0;
	}
	
		.steps{
	width: 150px;/*1フレーム分の横幅*/
	height: 100px;/*1フレーム分の縦幅*/
	background: url("img/fooder2.png") no-repeat;/*背景画像の読み込み*/
}
@keyframes stepsline {
  0% {
	opacity:1;
    background-position: 0 0;
  }
  100% {
	opacity:1;
    background-position: -450px 0;/*アニメーション制作コマ数から1コマ分引いた横幅を指定。
（例：今回は1フレーム横幅100pxで制作しているので全体の400px-100px=300px⇒-300px）を指定。*/
  }
}

}


@media screen and (max-width: 350px){
	.plof{
			display: flex;
			position: absolute;
			width:50%;
			top:33%;
			left: 24%;
		}
	  .center {
    max-width: 230px;
    width: 100%;
    height: 400px;
    margin-top: 40px;
    margin-left: 0;
  }
	 .midasi {
    width: 40%;
    margin: 0 auto 20px;
  }
}
