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

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN";
}

a {
  text-decoration: none;
}

.fs{
	font-size: 80%;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.top-wrapper {
  padding: 180px 0 100px 0;
  background-image: url("image/maintop.png");
  background-size: cover;
  color: #000;
  text-align: center;
}

.top-wrapper h1 {
  opacity: 0.7;
  font-size: 100px;
  letter-spacing: 5px;
}

.top-wrapper h2 {
  opacity: 0.7;
  font-size: 50px;
  text-shadow: #fff 1px 1px 2px;
}

nav{
	display: none;
}

.btn-wrapper {
  text-align: center;
  margin: 20px 0;
}

.btn-wrapper p {
  margin: 10px 0;
}

.btn {
  padding: 8px 24px;
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
  text-align: center;
}

.btn:hover {
  opacity: 1;
}

.fa {
  margin-right: 5px;
}

header {
  height: 80px;
  width: 100%;
  background-color:#fff;
  background-image: linear-gradient(to top, #FBEFF2 100%, #FCE4EC 0%);
  position :fixed;
  top: 0;
  z-index: 10;
}

.icon {
  width: 200px;
  margin-top: 10px;
  opacity: 0.5;
}

.header-left {
  float: left;
}

.header-right {
  float: right;
  margin-right: -25px;
}

.header-right a {
  line-height: 80px;
  padding: 0 25px;
  color:#000;
  display: block;
  float: left;
  transition: all 0.5s;
}

.header-right a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.lesson-wrapper {
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #f7f7f7;
  text-align: center;
}

.heading {
  padding-top: 80px;
  padding-bottom: 50px;
  color: #5f5d60;
}

.heading h2 {
  font-weight: normal;
}

.lesson {
  float: left;
  width: 25%;
}

.lesson-icon {
  position: relative;
}

.lesson-icon img{
  width: 200px;
  height: 200px;
}

.lesson-icon p {
  position: absolute;
  top: 20%;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 170%;
  text-shadow: #000 2px 2px 2px;
}

.text-contents {
  width: 80%;
  display: inline-block;
  margin-top: 15px;
  font-size: 13px;
  color: #b3aeb5;
  text-align: left;
}

.heading h3 {
  font-weight: normal;
}
.servicecontents{
	display: flex;
}
.service{
	margin: 50px;
	width: 500px;
}
.servicetop{
	margin: 0px 0px 30px 0px;
	padding: 5px;
	background-color: #F06292;
	color: #fff;
}
.service h1{
	border-left: 30px solid #F06292;
	border-bottom: 1px solid #F06292;
}

.service li{
	text-align: left;
	margin-left: 30px;
	line-height: 2;
}

.company{
	padding: 50px;
	margin-top: 50px;
	background-color: #fff;
}

.company table{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.company td{
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

.message-wrapper {
  border-bottom: 1px solid #eee;
  padding-bottom: 80px;
  text-align: center;
}

.message {
  padding: 15px 40px;
  background-color: #5dca88;
  cursor: pointer;
  box-shadow: 0 7px #1a7940;
}

.message:active {
  position: relative;
  top: 7px;
  box-shadow: none;
}

footer img {
  width: 125px;
}

footer p {
  color: #b3aeb5;
  font-size: 12px;
}

footer {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  background-image: linear-gradient(to top, #FBEFF2 100%, #FCE4EC 0%);
}

.menu-icon {            
  color: white;            
  float: right;            
  font-size: 25px;            
  padding: 21px 0;            
  display: none;
}

.clear{
  clear:left;
}
