@charset "UTF-8";
/*リセット*/
html {
  font-size: 62.5%;
  box-sizing: border-box; 
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; 
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.02em;
  position: relative; 
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both; 
}
ul, ol, dl, p, img, form, dt, dd {
  margin: 0;
  padding: 0;
  border: 0; 
}
li {
  list-style: none; 
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #000000;
  transition: all 0.3s ease;
  outline: none; 
}
a:active,
a:hover {
  color: #000000;
  text-decoration: none; 
}
strong {
  font-weight: 700; 
}
em {
  font-style: italic;
  font-weight: normal; 
}
* {
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-overflow-scrolling: touch; 
}

/*グローバルナビ*/
.l-header {
  height: 80px;
  width: 100%;
  min-width: 1200px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, .9);
  justify-content: space-between;
  align-items: center;
  z-index: 99; 
  position: fixed;
  box-shadow: 0px 3px 6px #00000029;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
}
.header-logo {
  font-size: 0; 
}
.header-logo__img {
  width: 180px;
}
.header-logo__link {
  padding: 25px;
  display: block; 
}
.header-logo__link:hover {
  opacity: 0.6; 
}
.header-menu {
  height: 100%;
  display: flex; 
  position: absolute;
  top: 0;
  right: 0;
}
.header-menu__item {
  height: 100%; 
}
.header-menu__item--contact {
  margin: 0 0 0 10px; 
  opacity: 1;
}
.header-menu__item--contact .header-menu__link {
  line-height: 1.2;
  font-size: 18px; 
  padding: 0 36px;
}
.header-menu__item--contact a {
  background: #FF3F05;
  color: #fff;
  transition: all 0.2s ease-out;
  opacity: .9;
}
.header-menu__item--contact a:hover{
  color: #fff;
  background: #009F99;
}
.header-menu__item--download .header-menu__link {
  line-height: 1.2;
  font-size: 18px; 
  padding: 0 36px 0 64px;
  opacity: 1;
}
.header-menu__item--download .header-menu__link::before {
  content: "";
  width: 1px;
  height: 73%;
  background-color: #00BCAE;
  position: absolute;
  left: 0;
}
.header-menu__item--download a {
  background-size: 200% 100.5%;
  background-position: right bottom;
  transition: all 0.2s ease-out;
}
.header-menu__item--contact a::before,
.header-menu__item--download a::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
  width: 23px;
  height: 23px;
}
.header-menu__item--contact a::before {
  background-image: url(/defact/woze/landing/202105/images/sign_w.svg);
  margin-right: 18px;
}
.header-menu__item--download a::after {
  position: absolute;
  background-image: url(/defact/woze/landing/202105/images/sign_g.svg);
  left: 29px;
}
.header-menu__item--download a:hover{
  background-position: left bottom;
  color: #00BCAE;
}
.header-menu__link {
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 5; 
}
.header-menu__link:hover {
  color: #00BCAE;
}
.l-gnavi {
  display: none; 
}
@media screen and (max-width: 1024px) {
  .header-menu__link {
    font-size: 16px;
    text-align: center;
    padding: 8px;
  }
  .l-header {
    min-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    min-width: 100%;
    height: 45px; 
  }
  .header-logo__img {
    width: 60px; 
  }
  .header-logo__link {
    padding: 10px; 
  }
  a.header-logo__link {
   width: 100%;
  }
  .header-logo__link:hover {
    opacity: 1; 
  }
  .header-menu {
    margin: 0 48px 0 auto;
  }
  .header-menu__item {
    display: none; 
  }
  .header-menu__item--contact {
    display: block; 
  }
  .header-menu__item--contact .header-menu__link {
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
    padding: 0 15px; 
  }
  .header-menu__item--download{
    display: block;
  }
  .header-menu__item--download .header-menu__link{
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal; 
    padding: 0 15px;
  }
  .header-menu__item--download .header-menu__link::before {
    content: none;
  }
  .header-menu__item--contact a::before,
  .header-menu__item--download a::after {
    background-size: 15px;
    width: 15px;
    height: 15px;
  }
  .header-menu__item--contact a::before {
    margin-right: 1vw;
  }
  .header-menu__item--download a::after {
    left: -1vw;
  }
  .l-gnavi {
    display: block; 
  }
  .gnavi-btn {
    width: 48px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    cursor: Meriter; 
  }
  .gnavi-btn span {
    width: 20px;
    height: 2px;
    display: block;
    background: #000;
    border-radius: 1px;
    position: absolute;
    left: 14px;
  }
  .gnavi-btn span:nth-child(1) {
    top: 13px;
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
    transition: background 0.3s; 
  }
  .gnavi-btn span:nth-child(2) {
    top: 22px;
    opacity: 1;
    transition: opacity .25s .25s, background 0.3s; 
  }
  .gnavi-btn span:nth-child(3) {
    top: 31px;
    -webkit-animation: menu-bar03 .75s forwards;
    animation: menu-bar03 .75s forwards;
    transition: background 0.3s; 
  }
  .gnavi-btn.is-active span:nth-child(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards; 
  }
  .gnavi-btn.is-active span:nth-child(2) {
    opacity: 0;
  }
  .gnavi-btn.is-active span:nth-child(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards; 
  }
  .gnavi-area {
    display: none;
    width: 70%;
    height: 100vh;
    padding: 0;
    margin: 45px 0 0 0;
    background: #ebebeb;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; 
    opacity: 1;
  }
  .gnavi-area::-webkit-scrollbar {
    display: none; 
  }
  .gnavi-logo {
    margin: 0 0 30px;
    text-align: center; 
  }
  .gnavi-logo__img {
    width: 227px; 
  }
  .gnavi-menu__link {
    padding: 16px;
    display: block;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
  }
  .gnavi-menu{
    padding: 1em;
  }
}
@media screen and (max-width: 320px) {
  .header-logo__img {
    width: 60px;
  }
  .header-menu__item--download .header-menu__link {
    font-size: 10px; 
  }
  .header-menu__item--contact .header-menu__link {
    font-size: 10px; 
  }
}
/*コンテンツ*/
#MainVisual{
  background-image: url(https://www.hammock.jp/defact/woze/landing/202105/images/mv_bg2.svg);
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.MainVisual_wrapper {
  width: 100%;
  height: calc((100vw / 1920) * 1180);
  text-align: center;
  margin: 123px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.MainVisual_wrapper .sp_paper {
  width: 70%;
  margin: 14px auto 0;
}

.MainVisual_paper {
  width: 100%;
  position: relative;
}
.MainVisual_paper .left_paper,
.MainVisual_paper .right_paper {
  position: absolute;
  opacity: 0;
}
.MainVisual_paper .left_paper.is-show {
  animation: fadeInLeft 1s ease-out forwards;
  -webkit-animation: fadeInLeft 1s ease-out forwards;
   left: 0;
   bottom: calc((100vw / 1920) * 450);
}
img.left_paper.is-show{
  width: 320px;
  height: 280px;
}
 img.right_paper.is-show{
  width: 300px;
  height: 300px;
}
.MainVisual_paper .right_paper.is-show {
  animation: fadeInRight 1s ease-out forwards;
  -webkit-animation: fadeInRight 1s ease-out forwards;
  right: 0;
  bottom: calc(((100vw / 1920) * 76) * -2)
}
.MainVisual_title {
  width: 58%;
}
.MainVisual_title .title_box {
  display: flex;
  justify-content: center;
}
.MainVisual_title .title_box span {
  font-size: 32px;
  line-height: 43px;
  color: #00BCAE;
  background-color: #fff;
  border: 2px solid #00BCAE;
  border-radius: 5px;
  padding: 13px 0 13px 13px;
}
.MainVisual_title .title_box span:nth-of-type(2) {
  margin: 0 14px;
}
.MainVisual_title .title_text {
  font-size: 38px;
  margin: 34px 0;
}
.MainVisual_image {
  width: 42%;
  position: relative;
}
.MainVisual_image iframe {
  position: absolute;
  top: calc((100% / 490) * 63.5);
  right: calc((100% / 840) * 234.8);
  width: 53.5%;
  height: 51.5%;
}
.MainVisual_catchcopy {
  width: 100%;
  align-self: center;
  text-align: center;
  color: #fff;
  /*margin-bottom: -1.5%;*/
  margin-bottom: 8.5%;
}
.MainVisual_catchcopy p:first-of-type {
  font-size: 48px;
  line-height: 78px;
}
.MainVisual_catchcopy p:last-of-type {
  font-size: 72px;
  line-height: 93px;
}
.MainVisual_text {
  width: 100%;
  font-size: 24px;
  line-height: 54px;
  color: #fff;
}
.MainVisual_text span {
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.MainVisual_text span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-size: 20px 3px;
  background-image: linear-gradient(to right, #fff, #fff 10px, transparent 10px, transparent 20px);
  background-image: -moz-linear-gradient(left, #fff, #fff 10px, transparent 10px, transparent 20px);
  background-image: -webkit-linear-gradient(left, #fff, #fff 10px, transparent 10px, transparent 20px);
  position: absolute;
  bottom: -11px;
  left: 0;
}
.mv_sp{
  display: none;
}
 img.date_flow {
 margin: 35px auto;
 display: block;
 width: 965px;
 height: 243px;
}

@media screen and (max-width: 1540px) {
  #MainVisual{
    overflow: hidden;
  }
}
@media screen  and (max-width: 1630px) {
  .MainVisual_title .title_box span {
    font-size: 28px;
    line-height: 38px;
  }
  .MainVisual_title .title_text {
    font-size: 32px;
    margin: 20px 0;
  }
  .MainVisual_catchcopy {
   /* margin-bottom: 0;*/
    margin-bottom: 30px;
  }
  .MainVisual_catchcopy p:first-of-type {
    font-size: 40px;
    line-height: 68px;
  }
  .MainVisual_catchcopy p:last-of-type {
    font-size: 60px;
    line-height: 78px;
  }
  .MainVisual_text {
    font-size: 22px;
    line-height: 48px;
    color: #fff;
  }
  .MainVisual_text span {
    font-size: 28px;
  }
　　.MainVisual_paper {
  width: 100%;
  position: relative;
}
.MainVisual_paper .left_paper,
.MainVisual_paper .right_paper {
  position: absolute;
  opacity: 0;
}
.MainVisual_paper .left_paper.is-show {
  animation: fadeInLeft 1s ease-out forwards;
  -webkit-animation: fadeInLeft 1s ease-out forwards;
   left: 0;
   bottom: calc((100vw / 1920) * 435);
}
img.left_paper.is-show{
  width: 300px;
  height: 240px;
}
 img.right_paper.is-show{
  width: 285px;
  height: 285px;
}
.MainVisual_paper .right_paper.is-show {
  animation: fadeInRight 1s ease-out forwards;
  -webkit-animation: fadeInRight 1s ease-out forwards;
  right: 0;
  bottom: calc(((100vw / 1920) * 95) * -3);
　}
}
 @media screen  and (max-width: 1440px) {
  .MainVisual_paper {
  width: 100%;
  position: relative;
}
.MainVisual_paper .left_paper,
.MainVisual_paper .right_paper {
  position: absolute;
  opacity: 0;
}
.MainVisual_paper .left_paper.is-show {
  animation: fadeInLeft 1s ease-out forwards;
  -webkit-animation: fadeInLeft 1s ease-out forwards;
   left: 0;
   bottom: calc((100vw / 1920) * 419);
}
img.left_paper.is-show{
  width: 215px;
  height: 195px;
}
 img.right_paper.is-show{
  width: 215px;
  height: 215px;
}
.MainVisual_paper .right_paper.is-show {
  animation: fadeInRight 1s ease-out forwards;
  -webkit-animation: fadeInRight 1s ease-out forwards;
  right: 0;
  bottom: calc(((100vw / 1920) * 83) * -3);
　}
   img.date_flow {
    margin: 28px auto;
    display: block;
    width: 955px;
    height: 233px;
 }
}
 
@media screen and (max-width: 1024px) {
  .MainVisual_wrapper{
    width: 1024px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #MainVisual {
    background-image: url(https://www.hammock.jp/defact/woze/landing/202105/images/mv_bg_sp.svg);
    background-size: auto 82vh;
  }
  .MainVisual_wrapper{
    width: 100%;
    height: auto;
    flex-direction: column;
     margin: 80px auto 0;
  }
  .MainVisual_title,
  .MainVisual_image {
    width: 100%;
    margin-bottom: 20px;
  }
  .MainVisual_title .title_box {
    max-width: 90%;
    /*max-width: 400px;*/
    justify-content: space-between;
    margin: 0 auto;
  }
  .MainVisual_title .title_box span {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 60px;
    /*padding: 10px 0 10px 6px;*/
  }
  .MainVisual_title .title_box span:nth-of-type(2) {
    margin: 0;
  }
  .MainVisual_title .title_text {
    font-size: 18px;
    margin: 15px 0;
  }
  .MainVisual_title .title_logo {
    width: 70%;
    max-width: 420px;
  }
  .MainVisual_image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .MainVisual_image img:first-of-type {
    position: initial;
    z-index: 2;
  }
  .MainVisual_image iframe {
    border: 0;
    z-index: 3;
  }
  .MainVisual_catchcopy p:first-of-type {
    font-size: 18px;
    line-height: 1.5;
  }
  .MainVisual_catchcopy p:last-of-type {
    font-size: 24px;
    line-height: 1.8;
  }
  .MainVisual_text {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 15px;
  }
  .MainVisual_text span {
    font-size: 20px;
  }
  .MainVisual_text span::after {
    width: 99%;
    height: 2px;
    background-size: 10px 2px;
    background-image: linear-gradient(to right, #fff, #fff 6px, transparent 6px, transparent 10px);
    background-image: -moz-linear-gradient(left, #fff, #fff 6px, transparent 6px, transparent 10px);
    background-image: -webkit-linear-gradient(left, #fff, #fff 6px, transparent 6px, transparent 10px);
    bottom: -2px;
    left: 1%;
  }
  .MainVisual_paper {
    display: none;
  }
  .mv_sp{
    display: block;
    width: 100%;
  } 
  img.date_flow {
    width: 335px;
   height: 84px;
   margin: 20px auto;
  }
  .MainVisual_wrapper .sp_paper {
  width: 70%;
  margin: 14px auto 10px;
  }
}
@media screen and (max-width: 320px) {
  .MainVisual_title .title_box span {
      font-size: 12px;
      line-height: 16px;
      padding: 6px 0 6px 6px;
  }
  .MainVisual_title .title_text {
    font-size: 16px;
  }
  .MainVisual_text {
    font-size: 14px;
    line-height: 26px;
  }
}

#Detail {
  background: #fff;
}
.Detail_wrapper {
  width: 1040px;
  padding: 80px 20px 50px;
  margin: 0 auto;
  position: relative;
}
.Detail_wrapper02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: -36px 0 20px;
}
.Detail_text {
   text-align: center;
    font-size: 20px;
    line-height: 54px;
    font-family: "Noto Sans JP";
   color: #000000;
   opacity: 1;
}
.zoom {
  display: block;
  overflow: hidden;
}
.zoom img {
}
.zoom:hover img {
  opacity: 80%;
}
@media screen and (max-width: 768px) {
  .Detail_wrapper {
    width: 100%;
    padding: 40px 20px 30px;
  }
  .Detail_wrapper02 {
    margin: -36px 0 0;
  }
  .Detail_text {
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 35px;
    font-family: "Noto Sans JP";
  }
  .sp {
   display: none;
 }
}

#Feature{
  background: #fff;
}
.Feature_wrapper {
  width: 1040px;
  padding: 50px 20px 20px;
  margin: 0 auto;
  position: relative;
}
.Feature_wrapper02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0 0;
}
.Feature_wrapper03 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 80px;
  align-items: flex-start;
}
.Feature_text {
  flex-basis: 50%;
  font-size: 42px;
  line-height: 1.3;
  padding: 17px 0 0;
  font-weight: bold;
}
.Feature_text span {
  color: #1ca191;
}
.Feature_img {
  flex-basis: 50%;
}

@media screen and (max-width: 768px) {
  .Feature_wrapper {
    width: 100%;
    padding: 30px 10px 20px;
  }
  .Feature_wrapper02 {
    margin: 30px 0 0;
  }
  .Feature_wrapper03 {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .Feature_text {
    width: 100%;
    font-size: 20px;
  }
  .Feature_text span {
    font-size: 20px;
  }
  img.Feature_img {
    /*height: 113px;*/
  }
  .Feature_img {
    flex-basis: auto;
  }
}

.Data_wrapper {
  width: 1040px;
  padding: 60px 20px 30px;
  margin: 0 auto;
}
.Data_title{
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.Data_image {
  margin-bottom: 66px;
}
.Data_title span{
  color:#fcff00;
}
.Data_wrapper02 {
  background: #fff;
  padding: 0;
  border-radius: 20px;
  margin: 50px 0 ;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
}
.Data_wrapper02::after {
  content: "";
  background-image: url(https://www.hammock.jp/defact/woze/landing/202105/images/sign_t.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 64px;
}
.Data_wrapper03{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0;
}
.Data_wrapper02 img {
  width: 50%;
  max-width: 460px;
}
.Data_title02{
  flex-basis: 100%;
  font-size: 40px;
  line-height: 1.2;
  padding: 0 0 30px;
  font-weight: bold;
}
.Data_title02 span{
  font-size: 28px;
}
.Data_title02 .Data_step {
  display: inline-block;
  font-size: 32px;
  color: #009F99;
  margin-right: 32px;
}
.Data_text {
  width: 50%;
  max-width: 500px;
  font-size: 24px;
  line-height: 40px;
}
.Data_complement {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  border: 3px solid #009F99;
  border-radius: 22px;
  margin-bottom: 40px;
  padding: 24px 40px;
  position: relative;
}
.Data_complement::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 17px solid #009F99;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  top: -17px;
  left: calc((100% - 22px) / 2);
}
.Data_complement p, .Data_complement img {
  width: 50%;
  max-width: 440px;
}
.Data_complement p {
  font-size: 24px;
  line-height: 44px;
}
.Data_complement p span {
  color: #009F99;
}
.Data_complement+p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 18px;
}
.Data_result {
  font-size: 40px;
  color: #009F99;
  line-height: 62px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Data_wrapper {
    width: 100%;
    padding: 20px 20px 20px;
  }
  .Data_title{
    font-size: 30px;
    line-height: 1.3;
  }
  .Data_image {
    margin-bottom: 30px;
  }
  .Data_logo{
    width: 130px;
  }
  .Data_wrapper02 {
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
  }
  .Data_wrapper02 img {
    width: 100%;
  }
  .Data_wrapper02::after {
    background-size: 63px 32px;
    height: 32px;
  }
  .Data_wrapper03{
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    padding: 0 0 10px;
  }
  .Data_title02{
    width: 100%;
    font-size: 22px;
    padding-bottom: 15px;
  }
  .Data_title02 span {
    font-size: 18px;
  }
  .Data_title02 .Data_step {
    display: block;
    font-size: 20px;
  }
  .Data_text {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  .Data_complement {
    flex-direction: column-reverse;
    justify-content: center;
    margin-bottom: 20px;
    padding: 12px 20px;
  }
  .Data_complement p, .Data_complement img {
    width: 100%;
  }
  .Data_complement p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .Data_complement+p {
    font-size: 20px;
  }
  .Data_result {
    font-size: 22px;
    line-height: 30px;
  }
}

#Merit{
  background: #fff;
}
.Merit_wrapper {
  width: 1040px;
  padding: 30px 20px 50px;
  margin: 0 auto;
}
.Merit_title{
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.Merit_title span{
  color: #1ca191;
  font-size: 72px;
  line-height: 1;
}
.Merit_wrapper02{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: 44px;
  padding: 22px 0;
}
.Merit_wrapper02:first-of-type {
  margin-top: -58px;
}
.Merit_wrapper02 img {
  width: 30%;
  max-width: 150px;
}
.Merit_person {
  width: calc(36% - 150px);
  color: #009F99;
  text-align: center;
}
.Merit_detail {
  width: 64%;
}

@media screen and (max-width: 768px) {
  .Merit_wrapper {
    width: 100%;
    padding: 30px 20px;
  }
  .Merit_title{
    font-size: 30px;
    line-height: 1.3;
  }
  .Merit_title span{
    font-size: 64px;
  }
  .Merit_wrapper02{
    flex-direction: column;
    justify-content: center;
    border: none;
    padding: 15px 0;
  }
  .Merit_wrapper02:first-of-type {
    margin-top: -15px;
  }
  .Merit_person {
    width: 100%;
  }
  .Merit_detail {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
}

.Price_wrapper {
  width: 1040px;
  padding: 40px 20px 120px;
  margin: 0 auto;
}
.Price_title{
  font-size: 48px;
  text-align: center;
  font-weight: bold;
}
.Price_text {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin: -25px 0 44px;
}

@media screen and (max-width: 768px) {
  .Price_wrapper {
    width: 100%;
    padding: 30px 20px 38px;
  }
  .Price_title{
    font-size: 30px;
  }
  .Price_text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

#Webinar {
  background-color: #f5f5f5;
}
/*.Webinar_wrapper {
  width: 1040px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 20px 120px;
  margin: 0 auto;
} */
.Webinar_wrapper {
  width: 1040px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px 0;
  margin: 0 auto;
  flex-direction: column;
} 
.Webinar_link {
  opacity: 1;
  transition: all .2s ease;
}
.Webinar_link:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .Webinar_wrapper {
    width: 100%;
    padding: 30px 20px 38px;
  }
}

/*ウェビナー追加分*/
.list_seminar .main_list {
  position: relative;
  padding: 16px 16px 142px;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 30, 30, 0.25);
}
ul.list_seminar.list_article{ 
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 960px) {
  .list_seminar .main_list {
    width: calc(33.3% - 24px);
    margin: 0 35px 0 0;
  }
  .list_seminar .main_list:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 959px) {
  li .list_seminar .main_list:not(:last-child) {
    margin-bottom: 34px;
  }
}
@media (max-width: 959px) {
  .list_seminar .main_list {
    width: 375.61px;
  }
}
@media (max-width: 375px) {
  .list_seminar .main_list {
    width: 100%;
    margin: 0 20px 20px;
  }
 ul.list_seminar.list_article{ 
  padding: 0 0 20px;
 }
}
.list_article .main_list .img_wrapper {
  position: relative;
  overflow: hidden;
}
.list_article .main_list .img_wrapper img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  transition: all 0.3s ease;
}
.list_seminar .main_list .format_tag {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.9;
  background-color: #E22285;
}
.list_seminar .main_list .img_wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 66%;
}
.list_article .main_list .img_wrapper {
  position: relative;
  overflow: hidden;
}
.list_seminar .info_seminar_wrapper .time {
  margin-bottom: 10px;
  color: #0D5DBC;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1.8;
}
.list_seminar .info_seminar_wrapper .time strong {
  font-size: 25px;
  line-height: 1.1;
}
.list_seminar .info_seminar_wrapper .outline {
  color: #02020f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
.list_seminar .under_contents_wrapper {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.list_seminar .under_contents_wrapper .main_btn {
  width: 100%;
  margin: 20px 0 0;
  padding: 12px 0;
  border-radius: 56px;
  background-color: #0D5DBC;
}
.list_seminar .under_contents_wrapper .main_btn:hover {
  background-color: #02020f;
}

.list_seminar .under_contents_wrapper .tag {
  display: inline-block;
  padding: 0 12px;
  color: #707070;
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid #707070;
  border-radius: 3px;
}

.list_seminar .main_list.reception_closed {
  box-shadow: none;
  opacity: 0.6;
  pointer-events: none;
}

.list_seminar .main_list.reception_closed .under_contents_wrapper .main_btn {
  border: 1px solid #707070;
  background-color: #707070;
  pointer-events: none;
  cursor: default;
}
.Webinar_wrapper{
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .Webinar_wrapper {
    width: 100%;
    max-width: 1000px;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .Webinar_wrapper{
    width: 96%;
  }
}

@media (max-width: 767px) {
  .Webinar_wrapper {
    padding: 0 16px;
  }
}
   .btn {
  display: block;
  min-width: 180px;
  margin: 0 auto;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  border-radius: 56px;
  transition: all 0.3s ease;
}
.main_btn {
  color: #FFFFFF;
  background-color: #00929E;
  text-decoration: none;
}
.list_seminar .under_contents_wrapper .main_btn:hover {
 color: #FFFFFF;
}
/*ここまで*/

/*ケーススタディ*/
img.top_casestudy {
    width: 72%;
    position: relative;
    right: 12%;
}
a.top_casestudy_a:hover {
    opacity: 0.6;
}
.casestudy_wrapper {
    width: 1040px;
    padding: 30px 20px 50px;
    margin: 0 auto;
}
.casestudy_allwrapper {
    display: flex;
    justify-content: space-between;
}
p.index_contens {
    font-size: 41px;
    line-height: 70px;
    letter-spacing: 0px;
    color: #262626;
    font-weight: bold;
}
.contents_detail {
    background: #F4F4F4 0% 0% no-repeat padding-box;
    padding: 10px 20px;
    margin: 10px 0px;
    font-size: 23px;
    line-height: 40px;
    letter-spacing: 0px;
}
span.gr_index {
    font-size: 30px;
    line-height: 51px;
    letter-spacing: 0px;
    color: #32A191;
    font-weight: bold;
}
span.cs_y {
    background: linear-gradient(
180deg,#FFFFFF 0%,#FFFFFF 19px,#FEF351 27px,#FEF351 100%);
}
ul.task_list {
    display: flex;
}
.section_sub_title.casestudy_title {
    margin-bottom: 30px;
}
.task_list li {
    margin-right: 90px;
    margin-right: 90px;
    font-size: 23px;
    line-height: 40px;
    letter-spacing: 0px;
}
.section_sub_title.casestudy_title.cs_title {
    margin-top: 8%;
}
.triangle_img {
    content: '';
    width: 126px;
    height: 64px;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: #F53F1C 0% 0% no-repeat padding-box;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 63px 64px 63px;
    border-color: transparent transparent #f5401c transparent;
    margin: 29px auto;
}
.col-1 {
    display: inline-block;
    width: 110px;
}
.col-2 {
    display: inline-block;
}
@media screen and (max-width: 768px) {
   .casestudy_wrapper {
     width: 100%;
     padding: 30px 20px;
 }
   .casestudy_allwrapper {
    display: flex;
    flex-direction: column-reverse;
  }
   p.index_contens {
    font-size: 20px;
    text-align: center;
   }
   .contents_detail {
    font-size: 16px;
    padding: 7px 25px;
    line-height: 32px;
    margin-bottom: 20px;
   }
    span.gr_index {
    font-size: 20px;
    line-height: 36px;
  }
   span.cs_y {
    background: linear-gradient( 
180deg,#FFFFFF 0%,#FFFFFF 10px,#FEF351 27px,#FEF351 100%);
}
   ul.task_list {
    display: block;
}
   .task_list li {
    font-size: 16px;
    margin: 0;
  }
 .triangle_img {
    border-width: 0 35px 36px 35px;
    margin: 17px auto;
}
 .side_img img {
    width: 73%;
    display: block;
    margin: 0 auto;
}
  .col-1 {
   width: 72px;
}
}

/*よくある質問*/
#Question {
    margin: 0 0 80px;
    text-align: center;
  }
 .Question_wrapper {
  width: 1040px;
  padding: 60px 20px 20px;
  margin: 0 auto;
  position: relative;
}
  .faq-box {
    width: 750px;
    margin: 0 auto;
    border-top: #D0D0D0 solid 1px;
    text-align: left;
  }
  
  .faq-box:last-child {
    border-bottom: #D0D0D0 solid 1px;
  }
  
  .faq-box__question {
    padding: 40px 65px;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    cursor: pointer;
  }
  
  .faq-box__question:before {
    content: "Q";
    width: 32px;
    height: 32px;
    background: #00948E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
  }
  
  .faq-box__question:after {
    content: "";
    width: 17px;
    height: 10px;
    background: url("https://www.hammock.jp/defact/landing/assets_202007/img/arrow.svg") no-repeat 0 0;
    background-size: 17px 10px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    transition: transform 0.3s;
  }
  
  .faq-box__question.is-open:after {
    transform: translate(0, -50%) rotate(-180deg);
  }
  
  .faq-box__answer {
    padding: 0 65px 40px 65px;
    display: none;
    color: rgba(0, 0, 0, 0.6);
    line-height: 2;
    word-break: break-all;
  }
  
  .faq-contact {
    margin: 65px auto 0;
    display: inline-block;
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
  }
  
  .faq-contact__line {
    padding: 0 0 10px;
    display: inline;
    /*
    background: url("https://www.hammock.jp/defact/landing/assets_202007/img/line-dashed.svg") repeat-x bottom left;
    */
    background-size: 12px 2px;
  }
  
  .faq-contact__link {
    display: inline-block;
    color: #00929e;
  }
  
  .faq-contact__link:hover {
    color: #00929e;
  }
  @media screen and (max-width: 768px) {
  #Question {
    margin: 0;
  }
  .Question_wrapper {
    width: 100%;
    padding: 30px 10px 20px;
  }
  .faq-box-wrapper {
    width: 100%;
    font-size: 17px;
  }
  .faq-box {
    width: 100%;
  }
}
/*ここまで*/

#CV{
  background: rgb(1,198,176);
  background: linear-gradient(9deg, rgba(1,198,176,1) 0%, rgba(10,193,201,1) 15%, rgba(8,186,252,1) 100%);
  z-index: 10;
  position: relative;
  margin: 0;
}
.CV_wrapper{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 46px 0 67px;
}
.CV_wrapper02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.CV_wrapper02 .c-button {
  margin-top: 20px;
}
.CV_wrapper02 .c-button:first-of-type {
  margin-right: 25px;
}
.CV_wrapper02 .c-button:last-of-type {
  margin-left: 25px;
}
.CV_title{
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .CV_wrapper{
    width: 100%;
    padding: 40px 0;
  }
  .CV_wrapper02{
    flex-direction: column;
  }
  .CV_wrapper02 .c-button:first-of-type {
    margin-right: auto;
  }
  .CV_wrapper02 .c-button:last-of-type {
    margin-left: auto;
  }
  .CV_title{
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.FooterNavi_wrapper{
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.FooterNavi_img{
  width: 1040px;
  margin: 0 auto;
  display: block;
  padding: 0 20px;
}
.FooterNavi_img img{
  width: 120px;
  padding: 0 0 10px;
  margin: 0 auto;
  display: block
}
.FooterNavi_img:hover{
  opacity: .8;
  transition: all 0.3s ease;
}
.FooterNavi_list {
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: calc(40px - 1em) 0 calc(47px - 1em);
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.FooterNavi_list li {
  width: auto;
  padding: 1em 2em;
}
.FooterNavi_list li a {
  font-size: 16px;
  text-decoration: none;
}
.FooterNavi_list li a:hover {
  text-decoration: none;
  color: #00BCAE;
}
footer{
  width: 1000px;
  margin: 0 auto;
}
footer address{
  color: #000;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  padding: 45px 0 20px;
}

@media screen and (max-width: 768px) {
  .FooterNavi_wrapper{
    width: 100%;
    padding: 10px 20px 0;
  }
  .FooterNavi_img{
    width: 100%;
    padding: 12px 20px 0;
  }
  .FooterNavi_img img{
    width: 90px;
  }
  .FooterNavi_list {
    width: 100%;
    padding: 0 ;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .FooterNavi_list li {
    padding: .5em;
  }
  .FooterNavi_list li a {
    font-size: 12px;
  }
  .FooterNavi_list li a:hover {
    color: #000;
  }
  footer{
    width: 100%;
    padding: 0 15px;
  }
  footer address{
    font-size: 10px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 320px) {
  .FooterNavi_list li {
    padding: .3em .7em;
  }
  .FooterNavi_list {
    width: 100%;
    justify-content: center;
  }
 }

/*汎用*/
.section_sub_title{
  text-align: left;
  font-weight: bold;
  font-stretch: normal;
  font-size: 32px;
  line-height: normal;
  font-family: "Noto Sans JP";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  background: #F4F4F4 0% 0% no-repeat padding-box;
  background: linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 30px,#F4F4F4 30px,#F4F4F4 100%);
  opacity: 1;
  margin-bottom: 80px;
}
.section_title:not(h5)  {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 80px;
}
.Webinar_wrapper .section_title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 72px 0;
}
.section_title .title_inner {
  display: inline-block;
  position: relative;
}
.section_title .title_inner::before,
.section_title .title_inner::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #009F99;
  top: calc(50% - .5px);
}
.section_title .title_inner::before {
  left: -97px;
}
.section_title .title_inner::after {
  right: -97px;
}
.section_title .large {
  font-size: 72px;
}
.section_title .small {
  font-size: 32px;
}
span.notice {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0;
  color: #666666;
}

span.emphasis {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0;
  color: #F04900;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 400px;
  height: 60px;
  font-size: 24px;
  color: #009F99;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #009F99;
  border-radius: 40px;
  margin: 0 auto;
  position: relative;
  transition: all .2s ease;
}
.c-button::after {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(/defact/woze/landing/202105/images/sign_g.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc((100% - 23px) / 2);
  right: 23px;
  transition: all .2s ease;
}
.c-button:hover {
  color: #fff;
  background-color: #009F99;
}
.c-button:hover::after {
  background-image: url(/defact/woze/landing/202105/images/sign_w.svg);
}
.pc_only{
  display: inline-block;
}
.sp_only{
  display: none;
}
.se_only{
  display: none;
}

@media screen and (max-width: 768px) {
  .section_title:not(h5) {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .section_sub_title{
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    font-family: "Noto Sans JP";
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    background: linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 16px,#F4F4F4 10px,#F4F4F4 100%);
    opacity: 1;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .Webinar_wrapper .section_title {
    font-size: 24px;
    line-height: 1.2;
    padding: 30px 0;
  }
  .section_title .large {
    font-size: 36px;
  }
 .section_title .small {
    font-size: 18px;
  }
  .section_title .title_inner::before,
  .section_title .title_inner::after {
    width: 8vw;
    max-width: 70px;
  }
  .section_title .title_inner::before {
    left: -10vw;
  }
  .section_title .title_inner::after {
    right: -10vw;
  }
  .c-button {
    font-size: 20px;
  }
  .pc_only{
    display: none;
  }
  .sp_only{
    display: inline-block;
  }
}

@media screen and (max-width: 500px) {
  .se_only{
    display: inline-block;
  }
}

.fotter_banner{
	text-align: center;
	margin: 2em 0 0;
}
.fotter_banner img{
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fotter_banner{
	  margin: 1em 0 0;
  }
}

/*アニメーション*/
@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 30px;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    right: 0;
  }
  100% {
    opacity: 1;
    right: 30px;
  }
}


html body {
  border-top: none;
}
main,
footer {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
main {
  padding-top: 150px;
}
.FooterNavi_img {
  width: 100%;
  max-width: 1000px;
}
.header-logo__link:hover,
.FooterNavi_img:hover {
  opacity: 1;
}
footer {
  text-align: center;
}

@media screen and (max-width: 768px) {
  main {
    padding: 70px 20px 0;
  }
}