body{
	margin:0;
	font-size: 16px;
	font-family: serif;
    line-height: 30px;
    color: #444;
    background-image:url('images/back.jpg');
    background-attachment:fixed;
    background-size: 1600px 1200px;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
}
#wrapper {
	width: 980px;
	margin: auto;
}
header {
	display: flex;
	align-items: flex-end;
	background-color:#fff ;
	width: 1600px;
	margin-left: -310px;
	padding-left: 310px;
}
#logo {
	margin: 30px 0 -5px 0px;
}
#tel {
	font-size: 20px;
	margin: 0 0 -5px 30px;
	background-color: ;
	font-weight:bold;
}
#recruit {
	font-size: 18px;
	width: 130px;
	font-weight: bold;
	margin: 0 0 5px 30px;
	padding: 10px 0;
	display: block;
	background-color: #ff9600;
	border-radius: 100vh;
  	border-bottom: 4px solid #333;
  	line-height: 1;
}
#recruit:hover {
	background-color: #ff7200;
}
#recruit a {
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 30px;
}
#recruit span {
	font-size: 16px;
	margin: 0 0 0 20px;
}
.drawer {
	display: none;
}

nav {
	position: -webkit-sticky;
	position: sticky;
	top:0px;
	background:#fff ;
	margin-left: -310px;
	width: 1600px;
	border-bottom: 2px solid #ddd;
}
#global-navi ul {
	display: ;
	width: 980px;
	flex-direction: row;
	justify-content: center;
	margin: 0px 0 0 310px;
	padding: 5px 0px;
	list-style: none;
	background-color:# ;
}
#global-navi li {
	font-size: 18px;
	background-color: #; 
	margin: 0px -5px 0px 0;
}
#global-navi a {
	font-weight: bold;
	text-decoration:none;
	color: #333;
	background-color: #;
	border-right:0.5px solid #333;
	border-left:0.5px solid #333;
	padding: 0px 30px;
}
ul > li{
    display: inline-block;
}
ul > li > a{
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: .2em;
}
ul > li > a >span{
    margin-left: 10px;
}
ul > li:hover > a{
    background-color: #199900;
}
ul li ul{
    position: absolute;
    top: 35px;
    left: 0px;
}
.sub-menu1 {
	left: 110px;
}
.sub-menu2 {
	left: 460px;
}
.sub-menu3 {
	left: 615px;
}
ul li ul li{
    display: block;
    width: 280px;
}
ul li ul li a{
    background-color: #fff;
}
ul li ul li a:hover {
    background-color: #19900;
}
#global-navi ul li ul{
    display: none;
}
#global-navi ul li:hover ul{
    display: block;
}
#content-body {
	font-family:sans-serif;
}
.main-visual1 {
	margin: 0px 0 0 -310px;
}
.main-visual2 {
	display: none;
}
#slogan-box {
	position: absolute;
	margin: -520px 0 0px 280px;
	animation: slideIn 3s cubic-bezier(0.5, 1, 0.5, 1) 1 forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.slogan {
	font-size: 80px;
	font-weight: bolder;
	line-height: 80px;
	color: #fff;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #343434;
	text-shadow:5px 5px #343434;
}
#introduction-wrapper{
	background-image:url('images/back2.png');
    background-size: 1600px 1300px;
    width: 1600px;
    height: 1300px;
    margin:-200px 0 0px -310px;
    text-align: center;
}
#introduction {
	padding:270px 0 0px 0px;
	text-align: center;
	display: inline-block;
	width: 600px;
}
#introduction p{
	font-size: 30px;
	line-height: 43px;
	color: #fff;
	margin-top:5px;
	text-align: center;
	text-shadow: 2px 2px #6ece38;
}
#content1-wrapper{
	background-image:url('images/back3.png');
	background-size: 1600px 3100px;
    width: 1600px;
    height:3100px;
    margin:-220px 0 0px -310px;
    text-align: center;
}
#content1{
	padding:200px 0 0px 0px;
	color: #fff;
	display: inline-block;
	width: 980px;
}
#content1 h1{
	font-size: 60px;
}
#content1 h1 p{
	font-size: 30px;
	margin-top: 15px;
	font-weight: normal;
}
.process-image1 {
	margin: -40px 0 50px 0px;
	width: ;
}
.image-box{
	margin: -70px 0 0 0;
	display: inline-block;
	width: 600px;
}
.image {
	margin-bottom:10px;
}
.image h3{
	font-size: 30px;
	margin:-35px 0 0 30px;
	text-align: left;
}
.image p{
	font-size: 24px;
	line-height: 38px;
	margin:0px 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:1600px;
    height:;
    margin:-100px 0 0px -310px;
    text-align: center;
}
#content2-body {
	text-align: left;
	color: #448bd1;
}
#content2-body p {
	margin: -20px 0 170px 0;
	font-weight: 500;
}
#content2{
	padding:60px 0 0px 0px;
	color: #fff;
	display: inline-block;
	width: 600px;
}
#content2 h1{
	font-size: 60px;
}
#content2 h1 p{
	font-size: 30px;
	margin-top: 15px;
	font-weight: normal;
}
.point-image1 {
	margin: -60px 0 100px -50px;
}
.point-image2 {
	margin: -85px 0px 0px -140px;
}
.point-image3 {
	margin: 0px -60px 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: 110px;
}
.flex1 {
	margin-top:0px;
}
.flex2 {
	font-size: 45px;
	margin-top:-28px;
	line-height: 50px;
}
#content3-wrapper{
	background-image:url('images/back5.png');
	background-repeat: no-repeat;
	background-size: 1600px 1800px;
    width:1600px;
    height:1800px;
    margin:-180px 0 0px -310px;
    text-align: center;
}
#content3 {
	padding:220px 0 0px 0px;
	color: #fff;
	display: inline-block;
	width: 980px;
}
#content3 h1{
	font-size: 60px;
}
#content3 h1 p{
	font-size: 30px;
	margin-top: 15px;
	font-weight: normal;
}
#content3 img {
	margin-top:-40px;
	width: 400px;
}
#content3-body {
	text-align: left;
	color: #fff;
	display: inline-block;
	width: 600px;
}
#content3-body p {
	margin-top: 0;
	margin-bottom: 40px;
	text-shadow: 2px 2px 3px #888;
}
#content3-body b {
	font-size: 40px;
}
.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:1600px;
    height:;
    margin:-300px 0 0px -310px;
    text-align: center;
}
#content4 {
	text-align: center;
	width: 600px;
	display: inline-block;
}
#content4 img {
	width: 100%;
	height: 100%;
}
#content4 h1{
	font-size: 60px;
	padding: 100px 0 0 0;
	color: #fff;
}
#content4 h1 p{
	font-size: 30px;
	margin-top: 15px;
	font-weight: normal;
}
#contact {
	text-align: center;
	margin: 60px 0 0 0;
	font-size: 30px;
	font-family:;
}
#contact tel {
	font-size: 40px;
	line-height: 60px;
}
#footer {
	display: flex;
	background-color: #ebf5e7;
	width: 1600px;
	margin: 0 0 0 -310px;
	padding-top: 30px;
}
#f-inner {
	margin-left: 310px;
}
#f-inner ul {
	list-style: none;
	margin: 10px 0 40px -30px;
	font-size: 16px;
	line-height: 30px;
}
#f-inner img {
	margin: 0 0 0 0px;
}
#f-border {
	border-top: 1px solid grey;
	width: 1600px;
	margin: 50px 0 0 -310px;
}
#form-tel-box {
	margin: -15px 0 0px 60px;
}
#f-form  {
	margin: 97px 0 -100px 0px;
}
#f-form a {
    background: #199900;
    border-radius: 5px;
    position: relative;
    padding: 15px 65px 15px 65px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size:16px ;
    text-decoration: none;
    border-bottom: 4px solid #0b4400;
}
#f-form a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  display: flex;
  transition: right 0.5s;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
#f-form a:hover {
  background: #21c700;
  color: #FFF;
}
#f-form a:hover:after {
  right: 0.5rem;
}
#f-tel {
	margin: 0 0 0px 0;
	color: #199900;
	font-size: 24px;
	font-weight: bold;
}
#f-tel span {
	font-size: 16px;
}
#f-tel img{
	margin: 0 0 -10px 0px;
	animation: fuwafuwa 2s infinite ease-in-out .1s alternate;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-5deg);
  }
  50% {
    transform:translate(0, 0px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(10deg);
  }
}
.mail-icon {
  color: #fff;
  margin: 5px 0px 0 -40px;
  position: absolute;
  width: 25px;
  height: 15px;
  border-radius: 1px;
  border: solid 2px currentColor;
}
.mail-icon:before {
  content: '';
  position: absolute;
  left: 12px;
  top: -8px;
  width: 2px;
  height: 18px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}
.mail-icon:after {
  content: '';
  position: absolute;
  left: 11px;
  top: -8px;
  width: 2px;
  height: 18px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}