* {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

.clear {
  clear: left;
}

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

.top-wrapper {
  padding: 150px 0 100px 0;
  background: linear-gradient(to top, rgba(217, 175, 217, 0.7) 0%,rgba(151, 217, 225, 0.7) 100%), url(https://reclaim-tb.co.jp/images/sp/_visual_bg.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
}

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

.top-wrapper p {
  opacity: 0.7;
  margin: 10px 0;
}

.btn-wrapper {
  margin: 30px 0;
}

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

.Company {
  background-color: #239b76;
}

.Philosophy {
  background-color: #3b5998;
}

.Behavior {
  background-color: #55acee;
}

.btn {
  padding: 8px 24px;
  color: white;
  display: inline-block;
  opacity: 0.7;
  border-radius: 4px;
  margin: 0 5px;
}

.btn:hover {
  opacity: 1;
}

.fa {
  margin-right: 5px;
}

header {
  height: 65px;
  width: 100%;
  background-color: rgba(34, 49, 52, 0.9);
  position: fixed;
  top: 0;
  z-index: 10;
}

.logo {
  height: 30px;
  margin: 20px 8px 0 8px;
}

.header-left {
  float: left;
  background-color: rgba(255, 255, 255, 0.3);
  height: 65px;
}

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

header .menu-icon2 {
  color: white;
  float: right;
  font-size: 25px;
  padding: 21px 0; 
}*/

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


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

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

.contents-top {
  padding-bottom: 80px;
  background-color: #fff;
  text-align: center;
}

.library {
  padding: 5px 24px;
  width: 70%;
  display: inline-block;
  color: white;
  opacity: 0.7;
  border-radius: 4px;
  margin: 5px 0;
  background-color: #727171;
}

.library:hover{
  opacity: 1;
}

.library2{
  padding: 8px 10px;
  width: 70%;
  display: inline-block;
  color: white;
  opacity: 0.7;
  border-radius: 4px;
  margin: 3px 0;
  background-color: #465a73;
}

.library2:hover{
  opacity: 1;
}

.contents-wrapper {
  padding-bottom: 80px;
  background-color: #f7f7f7;
  text-align: center;
}

.notice-wrapper {
  padding-bottom: 80px;
  background-color: #f7f7f7;
  text-align: center;
}

.heading {
  padding-top: 70px;
  padding-bottom: 20px;
  color: #5f5d60;
}


.heading h2 {
  font-weight: normal;
}

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

.contents-wrapper .contents {
  width:  50%;
}

.contents-icon {
  position: relative;
}

.contents-icon p {
  position: absolute;
  top: 75px;
  width: 100%;
  color: white;
  text-shadow: -1px -2px 5px #000,3px 3px 2px #2e4b8b;
}
.txt-contents {
  width: 80%;
  display: inline-block;
  margin: 0;
  font-size: 12px;
  color: #b3aeb5;
}

.message-wrapper {
  padding-bottom: 80px;
  text-align: center;
}

.message-wrapper .contents-icon p {
  position: absolute;
  top: 20px;
  width: 100%;
  color: white;
  text-shadow: -1px -2px 5px #000,3px 3px 2px #2e4b8b;
}

.notice-wrapper .library {
  padding: 8px 10px;
  margin: 3px 0;
  background-color: #727171;
}

.menu{
	margin: 0;
}

.notice-wrapper .menu {
  margin-bottom: 30px;
}

.notice-wrapper .top-btn .library {
  width: auto;
  padding: 8px 24px;
}

footer img {
  width: 125px;
}
footer {
    border-top: 1px solid #eee;
    padding: 10px;
}