

body{
  font-size: 16px;
  /*font-family:"Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif; mine replace */
  font-family:"Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  color: #333333;
  background-color: #FFFFFF;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  /* mine  フォント指定*/
  margin: 0;
}


html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    overflow-x: hidden;
}


#container{
  margin: 0 auto;
  margin-top: -30px;
}

@media screen and (max-width: 767px){
#container{
  margin: 0 auto;
  margin-top: -45px;
}
}

  /* ふわっとさせる */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.containerf {

}

/* フェードイン対象 */
.scroll-fade {
  opacity: 0;
  animation: fadeIn linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
  will-change: opacity, transform;
}

/* 装飾 */
.itemf {
  /* padding: 1rem; */
  /* background: #fff; */
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  /* margin-bottom: 2rem; */
  /* font-size: 1.1rem; */
}

/* スクロール余白用 */
.spacer {
  height: 5vh;
  text-align: center;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
}


  /* 画像アニメーション */


.img_wrap{
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  padding-top: 10px;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}


@media screen and (max-width: 767px){
/* スクロール余白用 */
.spacer {
  height: 10px;
  text-align: center;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
}
}


.inner {
    padding: 5% 3%;
}

section {
    margin: 0px 0;
}


/* トップページhタグ */

.h2_main {
    position: relative;
    padding-top: .75em;
    color: #1e4381;
}

.h2_main::before {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: -1;
    color: #1876e8;
    font-size: 70px;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
    font-weight: bold;
    font-family: Arial Black;
}


.h2_mainw {
    position: relative;
    padding-top: .75em;
    color: #fff;
}

.h2_mainw::before {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: -1;
    color: #fff;
    font-size: 70px;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
    font-weight: bold;
    font-family: Arial Black;
}

@media screen and (max-width: 767px){
.h2_main::before {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: -1;
    color: #1876e8;
    font-size: 60px;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
    font-weight: bold;
    font-family: Arial Black;
}

.h2_mainw::before {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: -1;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
    font-weight: bold;
    font-family: Arial Black;
}
}

  /* メッセージ */
  .main-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }


   .main-container {
    display: flex;
    flex-direction: row;
  }


.lawyers_container{
    width: 200px;
    height:auto;
    position: relative;
    text-align: right;
}
.lawyers_container img{
    width: 100%;
    height:auto;
}
.lawyers_container p{
    position: absolute;
    top: 85%;
    left: 25%;
    text-align: left;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}


.top-message::before {
    right: 50%;
    margin-right: 41rem;
    border-left: #6FBA2C solid min(200vw, 200rem);
    border-right: transparent solid min(200vw, 200rem);
  }

@media screen and (max-width: 767px){

.main-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }


   .main-container {
    display: flex;
    flex-direction: column-reverse;
  }





.lawyers_container img{
    width: 80%;
    height:auto;
}
.lawyers_container p{
    position: absolute;
    top: 85%;
    left: 43%;
    text-align: left;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}
  }

/* 新着 */
.news-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  padding-top: 30px;
  overflow: hidden;
  font-family: sans-serif;
}

.triangle-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1876e8;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}

.triangle-navy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e4381;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.news-header {
  padding: 80px 35px 20px;
}

.news-header h1 {
  font-size: 64px;
  font-weight: bold;
  margin: 0;
}

.news-header h2 {
  font-weight: bold;
  margin: 10px 0 0 0;
}

.news-box {
  background: #fff;
  color: #000;
  margin: 40px 60px;
  padding: 40px;
  border-radius: 4px;
}

.news-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-box li {
  margin-bottom: 20px;
  font-size: 16px;
}

.news-box a {
  color: #1876e8;
  text-decoration: none;
}

.news-box a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px){
.news-header {
  padding: 30px 10px 10px 10px;
}
.news-box {
  background: #fff;
  color: #000;
  margin: 10px;
  padding: 40px;
  border-radius: 4px;
}
}

/* 弁護士採用 */

.law-container {
  display: flex;
  width: 80%;
  margin: auto;
  background: #1876e8;
  align-items: center;
  padding: 10px;
}

.law-container2 {
  display: flex;
  width: 80%;
  margin: auto;
  background: #1e4381;
  align-items: center;
  padding: 10px;
}

.itemcontaine {
  display: flex;
}

.lawyer1 {
    width: 40%;
    height: auto;
    align-items: center;
}

.lawyer1 img {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 10px 10px 5px 10px;
}


.lawyer2 p{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
}



.lawyer2 {
    width: 60%;
    height: auto;
    text-align: center;
    margin: 35px 0px;
}




@media screen and (max-width: 767px){
.law-container {
  display: flex;
  text-align: center;
  width: 100%;
  flex-direction: column;
}  

.law-container2 {
  display: flex;
  width: 100%;
  margin: auto;
  background: #1e4381;
  flex-direction: column;
}

.itemcontaine {
  display: flex;
}

.lawyer1 {
    width: 100%;
    height: auto;
}

.lawyer1 img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
}


.lawyer2 p{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    margin: 20px;
}



.lawyer2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px 0 50px 0px;
}
}



/* 事務所について */
.office-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  padding-top: 30px;
  overflow: hidden;
  font-family: sans-serif;
}

.triangle-blue2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1876e8;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}

.triangle-navy2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e4381;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.office-header {
  padding: 80px 35px 20px;
}


.office-header h1 {
  font-size: 64px;
  font-weight: bold;
  margin: 0;
}

.office-header h2 {
  font-weight: bold;
  margin: 10px 0 0 0;
}

.office-box {
  background: #fff;
  color: #000;
  margin: 40px 60px;
  padding: 40px;
  border-radius: 4px;
}

.office-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.office-box li {
  margin-bottom: 20px;
  font-size: 16px;
}

.office-box a {
  color: #000;
  text-decoration: none !important;
}

.office-box a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px){
.office-header {
  padding: 30px 10px 10px 10px;
}
.office-box {
  background: #fff;
  color: #000;
  margin: 10px;
  padding: 40px;
  border-radius: 4px;
}
}


/*メインビジュアル*/
.slider {
    width: 80%;
    height: 370px;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    max-width: 80%;
    margin-left: auto;
}

.slider div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
    animation-name: slide-fade;
    animation-duration: 30s; /* 30秒に変更 */
    animation-iteration-count: infinite;
    transform: scale(1.5); /* 最初に画像を大きくしておく */
}

@keyframes slide-fade {
    0%{
        opacity: 0;
    }
    20%{
        opacity: 1;
    }
    80%{
        opacity: 0;
        transform: scale(1); /* ここで画像サイズを1に戻す */
    }
    100%{
        opacity: 0;
        z-index: 0;
    }
}
.slider div:first-of-type{
    background-image: url(/reqruit/wp-content/themes/daylight_responsive/images/mainpc1.jpg);
}
.slider div:nth-of-type(2){
    background-image: url(/reqruit/wp-content/themes/daylight_responsive/images/mainpc2.jpg);
    animation-delay: 10s; /* 秒数を変更 */
}
.slider div:last-of-type{
    background-image: url(/reqruit/wp-content/themes/daylight_responsive/images/mainpc3.jpg);
    animation-delay: 20s; /* 秒数を変更 */
}
.sub-frame{
    background: #1876e8;
    min-height: 350px;
    margin-top: -500px;
    width: 60%;
    z-index: 999;
}

.sub-frame2{
    background: aliceblue;
    height: 480px;
    margin-top: 0px;
    width: 100%;
    z-index: 999;
    background-size: cover;
    background-image: url(/reqruit/wp-content/themes/daylight_responsive/images/mainback.jpg);
}

.sub-frame img{
    text-align: left;
    padding: 8% 0 0 10%;
    line-height: 97px;
    max-width: 700px;
    width: 100%;
    color: #fff;
}

.sub-frame span{
    font-size: 110px;
}


.sp-miyazaki{
    display: none;
}

.pc-miyazaki{
    display: block;
}

.pc-miyazaki img{
    width: 100%;
    height: auto;
}


@media screen and (max-width: 767px){
.pc-miyazaki{
    display: none;
}

.sp-miyazaki{
    display: block;
}

.sp-miyazaki img{
    width: 100%;
    height: auto;
}
}




@media screen and (max-width: 1000px){

.sub-frame img{
    text-align: left;
    padding: 10% 3%;
    color: #fff;
    font-weight: bold;
    width: 100%;
    max-width: 570px;
    font-family: "Arial Black";
}


.sub-frame span{
    font-size: 90px;
}

.sub-frame{
    background: #1876e8;
    height: 300px;
    margin-top: -540px;
    width: 80%;
    z-index: 999;
}


}






/*メインビジュアルSP*/
@media screen and (max-width: 767px){
.slider {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-top: 30px;
}




.slider div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
    animation-name: slide-fade;
    animation-duration: 30s; /* 30秒に変更 */
    animation-iteration-count: infinite;
    transform: scale(1.5); /* 最初に画像を大きくしておく */
}

@keyframes slide-fade {
    0%{
        opacity: 0;
    }
    20%{
        opacity: 1;
    }
    80%{
        opacity: 0;
        transform: scale(1); /* ここで画像サイズを1に戻す */
    }
    100%{
        opacity: 0;
        z-index: 0;
    }
}
.slider div:first-of-type{
    background-image: url(/reqruit/wp-content/themes/daylight_responsive/images/mainsp1.jpg);
}
.slider div:nth-of-type(2){
    background-image: url(/reqruit/wp-content/themes/daylight_responsive/images/mainsp2.jpg);
    animation-delay: 10s; /* 秒数を変更 */
}
.slider div:last-of-type{
    background-image: url(/reqruit/wp-content/themes/daylight_responsive/images/mainsp3.jpg);
    animation-delay: 20s; /* 秒数を変更 */
}

.sub-frame{
    background: #1876e8;
    height: 285px;
    min-height: 285px;
    padding: 20px;
    margin-top: -350px;
    width: 85%;
    z-index: 999;
}

.sub-frame2{
    display: none;
}

.sub-frame3{
    height: 350px;
    width: 80%;
    margin-left: auto;
    background: #1e4381;
}

}



/*ボタン*/

.btn,
a.btn,
button.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}


a.flat-btn {
  overflow: hidden;
  color: #000;
  border-radius: 0;
  background: #eaeaea;
  padding: 25px;
  width: 60%;
  margin: 15px;
  text-decoration: none !important;
}

a.flat-btn span {
  position: relative;
}

a.flat-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #cbc859;
}

a.flat-btn:hover{
  color: #fff;
}

a.flat-btn:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

a.flat-btn:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: 20px;
    margin-top: -4px;
}


a.flat-btn:hover:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: 20px;
    margin-top: -4px;
}



@media screen and (max-width: 767px){

/*ボタン*/

a.flat-btn {
  overflow: hidden;
  color: #000;
  border-radius: 0;
  background: #eaeaea;
  width: 80%;
  padding: 15px;
  margin: 10px;
  text-decoration: none !important;
}

a.flat-btn span {
  position: relative;
}

a.flat-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #cbc859;
}

a.flat-btn:hover{
  color: #fff;
}

a.flat-btn:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

a.flat-btn:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: 20px;
    margin-top: -4px;
}


a.flat-btn:hover:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: 20px;
    margin-top: -4px;
}
}


/*ボタンミニ*/

a.flat-btnmin {
  overflow: hidden;
  padding: 25px;
  color: #000;
  border-radius: 0;
  text-decoration: none !important;
  background: #eaeaea;
  width: 100%;
  margin: -8px 0px 0px 0px;
  font-size: 18px;
}

a.flat-btnmin span {
  position: relative;
}

a.flat-btnmin:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #cbc859;
}

a.flat-btnmin:hover{
  color: #fff;
}

a.flat-btnmin:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

a.flat-btnmin:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}


a.flat-btnmin:hover:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: 20px;
    margin-top: -4px;
}


@media screen and (max-width: 767px){
a.flat-btnmin {
  overflow: hidden;
  padding: 20px 0px;
  color: #000;
  border-radius: 0;
  background: #eaeaea;
  width: 100%;
  font-size: 15px;
}
a.flat-btnmin:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 48%;
    right: 12px;
    margin-top: -4px;
}

a.flat-btnmin:hover:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: 12px;
    margin-top: -4px;
}
}


.big-container {
  display: flex;
  padding: 0px 150px;
}

.o-container {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 10px;
}


.o-item  img{
    height: auto;
    width: 100%;
}



@media screen and (max-width: 767px){
.big-container {
  display: flex;
  padding: 0px 0px;
  flex-direction: column;
}

.o-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 4px;
}


.o-item  img{
    height: auto;
    width: 100%;
}
}



.footentry{
        aspect-ratio: 610 / 219;
        padding: 28px 32px;
        osition: relative;
      }

.footentry {
    position: relative;
    background-color: #1e4381;
    width: 100%;
    z-index: 1;
}

    .footentry::before {
        width: 312px;
        aspect-ratio: 610 / 128;
    }

    .footentry::before {
    content: "";
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 0;
    height: 367px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background-color: #1876e8;
}



.f-phot{
    width: 100%;
    margin-bottom: -110px;

}


h1.f-entitle{

     position: relative;
    z-index: 2;
    text-align: center;
    font-size: 45px;
    color: #fff;
    /* padding-bottom: 10px; */
    margin-bottom: -10px;

  }

@media screen and (max-width: 767px){  
h1.f-entitle{position: relative;z-index: 2;text-align: center;font-size: 45px;color: #fff;margin-bottom: -50px;margin-top: 0px;}  
  }

h1.f-entitle::after {
    content: "";
    display: block;
    width: 13%;
    height: 5px;
    background: #fff;
    border-radius: 6px;
    margin: auto;  
}



@media screen and (max-width: 767px){
.footentry {
    position: relative;
    background-color: #1e4381;
    max-width: 100%;
    z-index: 1;
}
}


.footentry::before {
    content: "";
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 0;
    height: 304px;
    max-width: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background-color: #1876e8;
}

.f-phot {
    margin-bottom: -110px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px){
.f-phot {
    margin-bottom: -40px;
    width: 100%;
    height: auto;
}

}


/*ボタンミニ*/

a.flat-btnmin2 {
  overflow: hidden;
  padding: 25px;
  color: #000;
  border-radius: 0;
  text-decoration: none !important;
  background: #eaeaea;
  width: 35%;
  margin: 50px 20px;
  font-size: 18px;
}

a.flat-btnmin2 span {
  position: relative;
}

a.flat-btnmin2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background: #cbc859;
}

a.flat-btnmin2:hover{
  color: #fff;
}

a.flat-btnmin2:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

a.flat-btnmin2:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}


a.flat-btnmin2:hover:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: 20px;
    margin-top: -4px;
}


@media screen and (max-width: 767px){
a.flat-btnmin2 {
  overflow: hidden;
  padding: 20px 0px;
  color: #000;
  border-radius: 0;
  background: #eaeaea;
  width: 90%;
  margin: 10px 20px;
  font-size: 15px;
}
a.flat-btnmin2:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 48%;
    right: 12px;
    margin-top: -4px;
}

a.flat-btnmin2:hover:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 49%;
    right: 12px;
    margin-top: -4px;
}
}




.waveheader {
  position:relative;
  text-align:center;
  background: #1876e8;
  color:white;
}


.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom: -10px; /*Fix for safari gap*/
  min-height:100px;
  max-height: 145px;
}



/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;

  }

.waveheader {
    margin-top: 0px;
    padding-top: 10px;
}
}



.wave{
    background-image: url(/reqruit/wp-content/themes/daylight_responsive/images/waveback.png);
    background-size: cover;
}

@media screen and (max-width: 767px){
.wave{
    background-image: url(/reqruit/wp-content/themes/daylight_responsive/images/waveback.png);
    background-size: cover;
}
}


 .list {
        padding: 100px 0;
        background-image: url(/reqruit/wp-content/themes/daylight_responsive/images/maru1.png);
        //
        background-position: center right 20%;
        background-size: auto;
        background-repeat: repeat-y;
        animation: bgiLoop 35s linear infinite;
        }

        
        @keyframes bgiLoop {
            0% { background-position: 100% 0;}
          100% { background-position: 100% 2000px;}

        }



.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area{
    background: #fff;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 10px;
    z-index: 999;
}

.circles{
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #cbc859;
    animation: animate 25s linear infinite;
    bottom: -150px;
}


.circles li:nth-child(4){
    left: 6%;
    width: 90px;
    height: 90px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 92%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(5){
    left: 86%;
    width: 100px;
    height: 100px;
    animation-delay: 0s;
    animation-duration: 17s;
}


.circles li:nth-child(6){
    left: 86%;
    width: 30px;
    height: 30px;
    animation-delay: 0s;
    animation-duration: 11s;
}


.circles li:nth-child(8){
    left: 91%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 8%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}





@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

