/* ------------------------------ div.wrap mainvisual */

/* --- slide --- */
.mainvisual {
  position: relative;
  overflow: hidden;
}
.mainvisual > div, 
.mainvisual > p {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #FFF;
}

/* --- slider --- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}

/* --- filter ---  */
.slick-slide div.filter {
  width: 100%;
  height: 100vh;
}
.slick-slide div.filter.first {
  background: linear-gradient(124deg,rgba(23,62,107,0.9),rgba(36,97,168,0.9) 26%,rgba(36,97,168,0.57) 41%,rgba(36,97,168,0) 61%,rgba(36,97,168,0.9) 98%,rgba(22,60,103,0.9)),url(../images/top-mainvisual-01.png);
  background-position: center;
  background-size: cover;
}
.slick-slide div.filter.second {
  background: linear-gradient(124deg,rgba(23,62,107,0.9),rgba(36,97,168,0.9) 26%,rgba(36,97,168,0.57) 41%,rgba(36,97,168,0) 61%,rgba(36,97,168,0.9) 98%,rgba(22,60,103,0.9)),url(../images/top-mainvisual-02.png);  background-position: center;
  background-size: cover;
}
.slick-slide div.filter.third {
  background: linear-gradient(124deg,rgba(23,62,107,0.9),rgba(36,97,168,0.9) 26%,rgba(36,97,168,0.57) 41%,rgba(36,97,168,0) 61%,rgba(36,97,168,0.9) 98%,rgba(22,60,103,0.9)),url(../images/top-mainvisual-03.png);
  background-position: center;
  background-size: cover;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}

/* --- dots --- */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.works .slick-dots li button:before {
  color: #C0C0C0;
}
.slick-dots li.slick-active button:before {
  color: #2461A8;
}
section.works .slick-dots li.slick-active button:before {
  color: #2461A8;
}













/* --- catch --- */

div.wrap section.mainvisual div.catch {
  position: absolute;
  top: 35vh;
  left: 0;
  right: 0;
  bottom: unset;
  width: 840px;
  max-height: 288px;
  text-align: center;
  margin: 0 auto;
  z-index: 20;
}
div.wrap section.mainvisual p:nth-of-type(1) {
  margin: 0px 0px 20px 0px;
}
div.wrap section.mainvisual div.catch p:nth-of-type(2) {
  font-size: 4.5em;
  margin: 0px 0px 20px 0px;
}
div.wrap section.mainvisual p:nth-of-type(3) {
  font-size: 1.5em;
  margin: 0px 0px 50px 0px;
}
div.wrap section.mainvisual a.link-button {
	color: #FFF;
  border: solid 1px #FFF;
  background-image: none;
	background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 66vh;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 852px) {
  div.wrap section.mainvisual div.catch {
    width: 538px;
    top: 29vh;
  }
  div.wrap section.mainvisual div.catch p:nth-of-type(2) {
    font-size: 3.5em;
  }
  div.wrap section.mainvisual p:nth-of-type(3) {
    font-size: 1.25em;
  }
  div.wrap section.mainvisual a.link-button {
    bottom: 0;
  }
}
@media screen and (max-height: 646px) {
  div.wrap section.mainvisual div.catch {
    top: 24vh;
  }
}
@media screen and (max-height: 573px) {
  div.wrap section.mainvisual p:nth-of-type(1) {
    margin: 0px 0px 6px 0px;
  }
  div.wrap section.mainvisual div.catch p:nth-of-type(2) {
    font-size: 3.0em;
    margin: 0px 0px 14px 0px;
  }
  div.wrap section.mainvisual p:nth-of-type(3) {
    font-size: 1.17em;
  }
}
@media screen and (max-height: 497px) {
  div.wrap section.mainvisual div.catch p:nth-of-type(2) {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 552px) {
  div.wrap section.mainvisual div.catch {
    width: 300px;
    top: 30vh;
    text-align: left;
    margin: 0px 20px 0px 20px;
  }
  div.wrap section.mainvisual div.catch p:nth-of-type(2) {
    font-size: 3em;
  }
  div.wrap section.mainvisual p:nth-of-type(3) {
    font-size: 1em;
  }
}
@media screen and (max-width: 352px) {
  div.wrap section.mainvisual div.catch {
    margin: 0px 10px 0px 10px;
  }
  div.wrap section.mainvisual div.catch p:nth-of-type(2) {
    font-size: 2.5em;
  }
} 
















/* --- scrolldown --- */

div.wrap section.mainvisual div.scrolldown4{
  position:absolute;
  top: auto;
  left: unset;
  right: 6%;
  bottom: 0%;
  width: 10px;
  margin: 0;
}

.scrolldown4 span{
  position: absolute;
  right: -7px;
  bottom: 92px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  z-index: 20;
}
.scrolldown4:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  transform: skewX(-31deg);
  z-index: 20;
}

.scrolldown4:after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width:1px;
  height: 80px;
  background:#eee;
  z-index: 20;
  animation: pathmove 1.4s ease-in-out infinite;
}

@keyframes pathmove{
  0%{
    opacity: 0;
  }
  30%{
    opacity: 1;
  }
  100%{
    height:0px;
    opacity: 0;
  }
}

/* ------------------------------ div.wrap news */
section.news {
  width: 100%;
  margin: 50px auto 150px auto;
}
section.news div.primary {
  text-align: left;
}
section.news div.f-center div.left {
  margin: 0px 60px 0px 0px;
}
section.news div.f-center ul.right li {
  margin: 0px 0px 10px 0px;
}
section.news div.f-center ul.right li {
  color: #000;
}
section.news div.f-center ul.right li p {
  margin: 0px 10px 0px 0px;
}
section.news div.f-center ul.right li p.category {
  width: 82px;
  height: 22px;
  font-size: 0.75em;
  background-color: #E8E8E8;
  border-radius: 16px;
  vertical-align: middle;
  text-align: center;
  padding: 2px 0px 2px 0px;
}
section.news div.f-center ul.right li p.text {
  width: 500px;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1010px) {
  section.news div.f-center  {
    display:  block;
  }
  section.news div.f-center div.left {
    margin: 0px 0px 0px 0px;
  }
  section.news div.f-center div.left div.primary {
    text-align: center;
  }
  section.news div.f-center ul.right li {
    justify-content: center;
  }
}
@media screen and (max-width: 732px) {
  section.news div.f-center ul.right {
    width: 90%;
    margin: 0px auto 0px auto;
  }
  section.news div.f-center ul.right li {
    margin: 0px auto 20px auto;
  }
  section.news div.f-center ul.right li {
    justify-content: flex-start;
  }
  section.news div.f-center ul.right li p:not(:last-child) {
    margin: 0px 10px 10px 0px;
  }
  section.news div.f-center ul.right li p.text {
    max-width: 600px;
  }
}

/* ------------------------------ div.wrap service company */
section.service {
  margin: 0px 70px 150px 70px;
}
  section.service, 
  section.company {
    z-index: 1;
  }
  @media screen and (max-width: 425px) {
    section.service {
      margin: 0px 20px 150px 20px;
    }
  }

/* ------------------------------ div.wrap works */
section.works {
  height: 650px;
  z-index: 1;
  margin: 0px 70px 60px 70px;
}
section.works div.right, 
section.works div.left {
  position: absolute;
}
section.works div.left {
  top: 11%;
  z-index: 10;
  width: 62%;
}
section.works div.left ul li img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
section.works div.right {
  width: 66%;
  height: 100%;
  right: 0px;
  background-color:#F0F0F0;
}
section.works div.right div.primary {
  width: 63%;
  max-width: 580px;
  position: relative;
  top: 34%;
  margin: 0px 0px 0px auto;
}
@media screen and (max-width: 1010px) {
  section.works {
    height: auto;
    margin: 0px 0px 60px 0px;
  }
  section.works div.right, 
  section.works div.left {
    position: relative;
    width: 100%;
  }
  section.works div.left {
    width: 86%;
    top: 0px;
    right: 1%;
    margin: 0px auto;
  }
  section.works div.right {
    padding: 60px 0px 0px 0px;
  }
  section.works div.left ul li img {
    max-width: inherit;
  }
  section.works div.right div.primary {
    width: 63%;
    max-width: 580px;
    position: relative;
    top: 34%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 60px 0px;
  }
}
/* ------------------------------ div.wrap company */

/* ------------------------------ div.wrap recruit */
section.recruit {
  margin: 0px 0px 60px 0px;
}
section.recruit div.left {
  width: 100%;
  max-width: 440px;
  background-color:#F7F7F7;
  padding: 60px 60px 60px 60px;
}
section.recruit div.right figure img {
  width: 100%;
  max-width: 600px;
  height: 340px;
  object-fit: cover;
}
@media screen and (max-width: 1010px) {
  section.recruit {
    flex-wrap: wrap-reverse;
  }
  section.recruit div.right {
    width: 100%;
  }
  section.recruit div.right figure img {
    max-width: initial;
    height: 90%;
  }
  section.recruit div.left {
    max-width: 1010px;
  }
}



