@charset "UTF-8";

*{
  margin: 0;
  padding: 0;
  box-sizing:border-box;
}
html{
  font-size: 100%;
}
body{
  font-family:"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游シック体","ヒラノギ角ゴ Pro W3",sans-serif;
  line-height: 1.7;
  color:#000
}
main{
  overflow: hidden;
}
a{
  text-decoration: none;
}
ul,ol{
  list-style: none;
}
img{
  vertical-align: middle;
  max-width: 100%;
}
h1{
  margin: 0;
  font-size: 4em;
  font-family: "Jersey 25", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wrapper{
  width: 940px;
  margin: 0 auto;
}

/*header*/
.header{
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.header .title{
  display: flex;
  justify-content: right;
  background-color: #000;
  color: #ffffff;
  width: 40%;
  height: 100px;
  flex: 1;
  margin-left: calc(50% - 50vw);
  border-radius: 0 30px 30px 0;
  padding-right: 40px;
  z-index: 2;
}
.header .title h1{
  margin-right: 30px;
  margin-top: 0px;
}
/*.header .title img{
  margin-top: 0px;
}*/
.header nav{
  width: 60%;
}
.header nav ul{
  display: flex;
  justify-content: right; 
}
.header nav ul li a{
  display: block;
  margin-left: 100px;
  padding: 10px 30px;
  background-color:#eaf6f7;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.header nav ul li a:hover{
  background-color:#bff7ff;
}
.header nav ul li a span{
  font-size: 0.8em;
  font-weight: normal;
}
/*top*/
#top .topImage{
  text-align: center;
  position: relative;
  top: -20px;
  margin-bottom: 180px;
}
#top .topImage .meseage{
  width: 400px;
  height: 300px;
  color: #ffffff;
  background-color: #000;
  padding: 40px;
  position: absolute;
  top: 370px;
  opacity: 0.5;
  text-align: left;
  letter-spacing: 0.3em;
}
#top .topImage .deco{
  width: 180px;
  height: 180px;
  position: absolute;
  bottom:-90px;
  right:0px;
  background-color: #eaf6f7;
  border-radius: 30px;
  opacity: 0.8;
  padding: 30px;
  text-align: left;
}


/*work1*/
#work1 .title{
  display: flex;
  justify-content: right;
  background-color: #000;
  color: #ffffff;
  height: 100px;
  margin-left: calc(50% - 50vw);
  margin-right: 60%;
  border-radius: 0 30px 30px 0;
  padding-right: 40px;
}
#work1 .title h2{
  margin-right: 30px;
  margin-top: 10px;
}
/*#work1 .title img{
  margin-top: 0px;
}*/

#work1 .work1Contents{
  position: relative;
  top: 150px;
}
#work1 .work1Contents .meseage{
  width: 400px;
  height: 430px;
  color: #ffffff;
  background-color: #000;
  margin: 0 0 180px auto;
  padding: 40px;
  opacity: 0.5;
  letter-spacing: 0.2em;
}
#work1 .work1Contents .wascafeImage .wascafeTop{
  position: absolute;
  top: -250px;
  right: 120px;
  z-index: -1;
}
#work1 .work1Contents .wascafeImage .wascafeMenu{
  position: absolute;
  top: 80px;
  left: 80px;
}

#work1 .work1Contents .wascafeImage .wascafeLogo{
  width: 180px;
  height: 180px;
  background-color: #eaf6f7;
  border-radius: 30px;
  right:0px;
  opacity: 0.8;
  position: absolute;
  top: -20px;
  left: 0px;
}
#work1 .work1Contents .wascafeImage .wascafeLogo img{
  width: 100%;
  padding-top: 30px;
}

#work1 .btn a{
  display: block;
  background-color:#eaf6f7;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 80px 20px auto;
  width: 250px;
  height: 80px;
  text-align: center;
  padding-top: 5px;
  border-style: double;
}
#work1 .btn a:hover{
  background-color:#bff7ff;
}

#work1 .topReturn a{
   display: block;
   color: blue;
   text-align: right;
   margin: 0 0 60px auto;
   width: 100px;
}


/*work2*/
#work2 .title{
  display: flex;
  justify-content: left;
  background-color: #000;
  color: #ffffff;
  margin-right: calc(50% - 50vw);
  margin-left: 63%;
  margin-bottom: 10px;
  height: 100px;
  border-radius: 30px 0 0 30px;
  padding-left: 30px;
}
#work2 .title h2{
  margin-right: 30px;
  margin-top: 10px;
  text-align: right;
}
#work2 .title img{
  margin-right: 20px;
  /*margin-top: 0px;*/
}
#work2 .work2Contents{
  position: relative;
  left: 0px;
}
#work2 .work2Contents .message{
  width: 280px;
  height: 250px;
  margin: 0 0 320px auto;
  letter-spacing: 0.2em;
  background-color: #eaf6f7;
  border-radius: 30px;
  opacity: 0.8;
  padding: 30px;
  text-align: left;
}
#work2 .work2Contents .bannerImage .newlifebanner{
  position: absolute;
  top: -60px;
  left: 0px;
}
#work2 .work2Contents .bannerImage .newlifebanner .box{
  width: 250px;
  height: 180px;
  color: #ffffff;
  background-color: #000;
  padding: 20px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  right: -160px;
}
#work2 .work2Contents .bannerImage .newlifebanner .box p{
  text-align: left;
}
#work2 .work2Contents .bannerImage .wasschoolbanner{
  position: absolute;
  top: 370px;
  left: 100px;
}
#work2 .work2Contents .bannerImage .wasschoolbanner .box{
  width: 250px;
  height: 180px;
  color: #ffffff;
  background-color: #000;
  padding: 20px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  left: -100px;
}
#work2 .work2Contents .bannerImage .wasschoolbanner .box p{
   text-align: left;
}
#work2 .work2Contents .bannerImage .mansionbanner{
  position: absolute;
  top: 120px;
  right: 200px;
  z-index: -1;
}
#work2 .work2Contents .bannerImage .mansionbanner .box{
  width: 250px;
  height: 180px;
  color: #ffffff;
  background-color: #000;
  padding: 20px;
  opacity: 0.5;
  letter-spacing: 0em;
  position: absolute;
  bottom: -20px;
  right: -200px;
}
#work2 .work2Contents .bannerImage .mansionbanner .box p{
   text-align: left;
}
#work2 .btn a{
  display: block;
  background-color:#eaf6f7;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 80px 20px auto;
  width: 250px;
  height: 80px;
  text-align: center;
  padding-top: 5px;
  border-style: double;
}
#work2 .btn a:hover{
  background-color:#bff7ff;
}
#work2 .topReturn a{
   display: block;
   color: blue;
   text-align: right;
   margin: 0 0 60px auto;
   width: 100px;
}
#work2 p{
  text-align: center;
  margin-bottom: 60px;
}




