body{
	margin:0;
    width: 420px;
	font-size: 16px;
	font-weight: 500;
	font-family: serif ;
	color: #444;
    line-height: 26px;
    background-image:url('images/back.jpg');
    background-attachment:fixed ;
    background-size: 1000px 800px;
}
#wrapper {
    width: 420px;
	margin: auto;
}
header {
	width: 420px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0px;
	background:#fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	margin: 0 0 0 0px ;
	z-index: 10;
}
.drawer {
	border: 1px solid #444;
	background-color: #fff;
	margin: 8px 20px 8px 0;
}
.drawer p {
	margin: -20px 0 -5px 0px;
	text-align: center;
	font-size: 16px;
}
.drawer-list {
	margin: 50px 0 0 0;
	font-size:18px;
	list-style:none ;
	width: 100%;
}
.drawer-item {
	margin-top: 20px;
	width: 50%;
}
.drawer-item a {
	font-size:18px;
	display: inline-block;
	text-decoration:none;
	font-weight: bold;
	color: #fff;
	margin: 0 0 5px 0
}
.drawer-item span {
	border-left: 5px solid #fff;
	margin-right: 10px;
}
.drawer-item2 a {
	display: inline-block;
	text-decoration:none;
	font-weight: bold;
	color: #fff;
}
.drawer-item2 {
	list-style: none;
}
/*テェックボックスは非表示に*/
.drawer-hidden {
	display: none;
}
label {
	margin: -12px -5px;
}
.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: 2px;
	width: 30px;
	border-radius: 5px;
	background: #444;
	transition:1s;
	position:absolute;
	padding: 0px 0px 0 0;
}
.drawer-open span:before {
	bottom: 8px;
}
.drawer-open span:after {
	top:8px;
}
/*メニュー開いたら真ん中の線を透明化*/
#drawer-check:checked ~ .drawer-open span {
	background: rgba(225, 225, 225, 0);
}
/*メニュー開いたら上の線を二周と45度(ぺけボタンに変身)*/
#drawer-check:checked ~ .drawer-open span::before {
	bottom: 0;
	transform: rotate(765deg);
	background: rgba(225, 225, 225, 225);
}
/*メニュー開いたら下の線を二周と-45度(ペケボタンに変身)*/
#drawer-check:checked ~ .drawer-open span::after {
	top:0;
	transform: rotate(-765deg);
	background: rgba(225, 225, 225, 225);
}
/*メニューの設定*/
.drawer-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:100%;
	z-index:99;
	background-color: #199900;
	transition:1s;
}
/*アイコンがクリックされたらメニューを表示*/
#drawer-check:checked ~ .drawer-content {
	left:30%;/*メニューを画面に入れる*/
}
#logo {
	margin: 20px 0 0 5px ;
}
#logo img {
	width: 330px;
}
#recruit {
	display: none;
}
.drawer-item2 >.recruit {
	display: block;
    width: 170px;
	background-color: #ff9600;
	padding: 0 10px;
	border-radius: 100vh;
	margin: 20px 0 0 -10px;
	font-size:18px;
}
#tel {
	display: none;
}
#global-navi {
	display: none;
}
.sub-menu1,
.sub-menu2,
.sub-menu3 {
	font-size: 16px;
	margin-top:7px; 
	margin-left: -25px; 
	list-style: none;
}
#content-body {
	font-family:sans-serif;
}
.main-visual1 {
	display: none;
}
.main-visual2 img {
	margin: 0px 0 0 0px;
	width: 420px;
	height: ;
}
#slogan-box {
	position: absolute;
	text-align:right;
	margin: -270px 0 0px 90px;
	animation: slideIn 3s cubic-bezier(0.5, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.slogan {
	font-size: 50px;
	font-weight: bolder;
	line-height: 60px;
	color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #343434;
	text-shadow:2px 2px #343434;
}
#introduction-wrapper{
	background-image:url('images/back2.png');
    background-size: 420px 800px;
    width: 420px;
    height: 800px;
    margin:-100px 0 0px 0px;
    text-align: center;
}
#introduction {
	padding:150px 0 0px 0px;
	text-align: center;
	display: inline-block;
	width: 360px;
}
#introduction p{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-top:5px;
	text-align: center;
	text-shadow: 2px 2px #6ece38;
}
#introduction img {
	width: 360px;
}
#content1-wrapper{
	background-image:url('images/back3.png');
	background-size: 420px 2240px;
    width: 420px;
    height:2240px;
    margin:-170px 0 0px 0px;
    text-align: center;
}
#content1{
	padding:140px 0 0px 0px;
	color: #fff;
	display: inline-block;
	width: 360px;
}
#content1 h1{
	font-size: 40px;
}
#content1 h1 p{
	font-size: 20px;
	margin-top: 10px;
	font-weight: normal;
}
.process-image1 {
	margin: -20px 0 15px 0px;
}
.process-image1 img {
	width: 360px;
}
.image-box{
	margin: -40px 0 0 0;
	display: inline-block;
	width: 360px;
}
.image {
	margin-bottom:10px;
}
.image img {
	width: 360px;
	margin-top:15px;
}
.image h3{
	font-size: 24px;
	margin:-10px 0 0 30px;
	text-align: left;
}
.image p{
	font-size: 16px;
	line-height: 24px;
	margin:10px 0 0 30px;
	text-align: left;
}
.image span{
	font-size: 60px;
	text-shadow: 4px 2px #ff8000;
}
#content2-wrapper{
	background-image:url('images/back4.png');
	background-repeat: no-repeat;
	background-size: ;
    width:420px;
    height:;
    margin:-180px 0 0px 0px;
    text-align: center;
}
#content2-body {
	text-align: left;
	color: #448bd1;
}
#content2-body p {
	margin: -8px 0 110px 0;
	font-weight: 550;
}
#content2{
	padding:140px 0 0px 0px;
	color: #fff;
	display: inline-block;
	width: 360px;
}
#content2 h1{
	font-size: 40px;
}
#content2 h1 p{
	font-size: 20px;
	margin-top: 10px;
	font-weight: normal;
}
.point-image1 {
	margin: -40px 0 70px -30px;
}
.point-image1 img {
	width: 360px;
}
.point-image2 {
	margin: -85px 0px 0px -160px;
}
.point-image3 {
	margin: 0px -30px 0px -140px;
}
#point-flex {
	display: flex;
	margin:-80px 0 0 0;
}
#point-flex2 {
	display: flex;
	margin:0 0 0 0;
}
#point-flex2 p {
	position: relative;
	text-shadow: 1px 1px 1px #fff;
}
#point-flex span {
	font-size: 75px;
	margin-right: 10px;
}
.flex1 {
	margin-top:30px;
}
.flex2 {
	font-size: 28px;
	margin:5px 0 0 0px;
	line-height: 36px;
	text-shadow: 2px 1px #fff;
}
#content3-wrapper{
	background-image:url('images/back5.png');
	background-repeat: no-repeat;
	background-size: 420px 1500px;
    width:420px;
    height:1500px;
    margin:-180px 0 0px 0px;
    text-align: center;
}
#content3 {
	padding:180px 0 0px 0px;
	color: #fff;
	display: inline-block;
	width: 360px;
}
#content3 h1{
	font-size: 40px;
}
#content3 h1 p{
	font-size: 20px;
	margin-top: 10px;
	font-weight: normal;
}
#content3 img {
	margin-top:-30px;
	margin-bottom: 10px;
	width: 280px;
}
#content3-body {
	text-align: left;
	color: #fff;
	display: inline-block;
	width: 360px;
}
#content3-body p {
	margin-top: 5px;
	margin-bottom: 40px;
	text-shadow: 2px 2px 2px #888;
}
#content3-body b {
	font-size: 30px;
}
.clock1 {
	color:#3bb4df;
}
.clock2 {
	color:#ffc1a7;
}
.clock3 {
	color:#ffd156;
}
.clock4 {
	color:#f7809b;
}
.clock5 {
	color:#7e85ff;
}
#content4-wrapper{
	background-image:url('images/back6.png');
	background-repeat: no-repeat;
	background-size: ;
    width:420px;
    height:;
    margin:-250px 0 0px 0px;
    text-align: center;
}
#content4 {
	text-align: center;
	width: 360px;
	display: inline-block;
}
#content4-body {
	margin-top:-20px; 
}
#content4 img {
	width: 100%;
	height: 100%;
}
#content4 h1{
	font-size: 40px;
	padding: 150px 0 0 0;
	color: #fff;
}
#content4 h1 p{
	font-size: 20px;
	margin-top: 10px;
	font-weight: normal;
}
#contact {
	text-align: center;
	line-height: 28px;
	margin: 40px 0 0 0;
	font-size: 20px;
}
#contact tel {
	font-size: 30px;
	line-height: 60px;
}
#footer {
	background-color: rgba(235,245,231,0.5);
	width: 420px;
	margin: 0 0 0 0px;
	padding-top:30px; 
	padding-bottom: 20px;
}
#f-border {
	border-top: 1px solid black;
	width: 420px;
	margin: 30px 0 0 0px;
}
#f-inner {
	width: 360px;
	margin: 0 0 0 30px;
}
#f-inner ul {
	list-style: none;
}
#f-inner li {
	margin: 0 0 -20px -40px;
	font-weight: bold;
}
#f-inner img {
	margin: 0 0 0 -10px;
	width: 360px;
}
#form-tel-box {
	width: 360px;
	margin: 0 0 0 30px;
}
#f-form {
	margin: 60px 0 30px 0;
}
#f-form a {
    background: #199900;
    border-radius: 5px;
    position: relative;
    padding: 15px 35px 15px 35px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size:20px;
    text-decoration: none;
    border-bottom: 4px solid #0b4400;
}
#f-tel {
	font-weight: bold;
	font-size: 20px;
	margin: -100px 0 0px 0;
	color: #199900;
}
#f-tel span {
	font-size: 16px;
}
#f-tel img {
	margin: 0 0 -10px 0;
	animation: fuwafuwa 2s infinite ease-in-out .1s alternate;
	background: url(../img/ico-apple.svg) no-repeat center center ;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-5deg);
  }
  50% {
    transform:translate(0, 0px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(10deg);
  }
}
