@import url(common.css);



header {
  position: fixed;
  left: 0; 
  right: 0;
  margin: 0 auto;
  z-index: 100;
  width: 100%;
  height: 99px;
  line-height: 100px;
}

header nav {
  position: relative;
  text-align: right;
}

header nav::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.3);
  position: fixed;
  top: 99px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header nav::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  right: 100px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 160px;
}

header .logo a {
  display: block;
  font-size: 0;
  background: url(../images/main/logo_w.png) no-repeat;
  width: 186px;
  height: 34px;
}

header nav li {
  display: inline-block;
  margin-left: 48px;
}

header nav li a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

body.fp-viewing-secondPage header,
body.fp-viewing-3rdPage header,
body.fp-viewing-4thpage header {
  background-color:rgba(255, 255, 255, 0.9);
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

body.fp-viewing-secondPage header::before,
body.fp-viewing-3rdPage header::before,
body.fp-viewing-4thpage header::before {
  opacity: 1;
  transition: opacity 0.5s 0.3s;
}

body.fp-viewing-secondPage header .logo a,
body.fp-viewing-3rdPage header .logo a,
body.fp-viewing-4thpage header .logo a {
  background: url(../images/main/logo_b.png) no-repeat;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

body.fp-viewing-secondPage header nav::before,
body.fp-viewing-secondPage header nav::after,
body.fp-viewing-3rdPage header nav::before,
body.fp-viewing-3rdPage header nav::after,
body.fp-viewing-4thpage header nav::before,
body.fp-viewing-4thpage header nav::after {
  background: rgba(233, 233, 233, 1);
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

body.fp-viewing-secondPage header nav li a,
body.fp-viewing-3rdPage header nav li a,
body.fp-viewing-4thpage header nav li a {
  color: #666;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

header nav li.active a {
  color: rgba(232, 93, 243, 1) !important;
}

/* right navigation
	* --------------------------------------- */

#fp-nav.right {
  right: 68px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  width: 24px;
  height: 24px;
  margin: 20px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #fff;
  height: 8px;
  width: 8px;
  margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span::after,
.fp-slidesNav ul li a.active span::after,
#fp-nav ul li:hover a.active span::after,
.fp-slidesNav ul li:hover a.active span::after {
  content: "";
  display: inline-block;
  border: 1px solid #fff;
  width: 22px;
  height: 22px;
  margin: -8px 0 0 -8px;
  border-radius: 12px;
}


#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 8px;
  width: 8px;
  margin: -4px 0 0 -4px;
}

#fp-nav ul li .fp-tooltip {
  top: 6px;
  font-size: 12px;
  font-weight: 100;
  max-width: 220px;
  font-family: "NEXON Gothic";
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip,
#fp-nav a.active+.fp-tooltip {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 33px;
}

body.fp-viewing-secondPage #fp-nav ul li a span,
body.fp-viewing-secondPage .fp-slidesNav ul li a span,
body.fp-viewing-3rdPage #fp-nav ul li a span,
body.fp-viewing-3rdPage .fp-slidesNav ul li a span,
body.fp-viewing-4thpage #fp-nav ul li a span,
body.fp-viewing-4thpage .fp-slidesNav ul li a span {
  background: rgba(229, 208, 247, 1);
}

body.fp-viewing-secondPage #fp-nav ul li a.active span,
body.fp-viewing-secondPage .fp-slidesNav ul li a.active span,
body.fp-viewing-secondPage #fp-nav ul li:hover a.active span,
body.fp-viewing-3rdPage #fp-nav ul li a.active span,
body.fp-viewing-3rdPage .fp-slidesNav ul li a.active span,
body.fp-viewing-3rdPage #fp-nav ul li:hover a.active span,
body.fp-viewing-4thpage #fp-nav ul li a.active span,
body.fp-viewing-4thpage .fp-slidesNav ul li a.active span,
body.fp-viewing-4thpage #fp-nav ul li:hover a.active span {
  background: rgba(182, 112, 241, 1);
  opacity: 1;
}

body.fp-viewing-secondPage #fp-nav ul li a.active span::after,
body.fp-viewing-secondPage .fp-slidesNav ul li a.active span::after,
body.fp-viewing-3rdPage #fp-nav ul li a.active span::after,
body.fp-viewing-3rdPage .fp-slidesNav ul li a.active span::after,
body.fp-viewing-4thpage #fp-nav ul li a.active span::after,
body.fp-viewing-4thpage .fp-slidesNav ul li a.active span::after {
  border-color: rgba(182, 112, 241, 1);
}

body.fp-viewing-secondPage #fp-nav ul li:hover .fp-tooltip,
body.fp-viewing-secondPage #fp-nav.fp-show-active a.active+.fp-tooltip,
body.fp-viewing-secondPage #fp-nav a.active+.fp-tooltip,
body.fp-viewing-3rdPage #fp-nav ul li:hover .fp-tooltip,
body.fp-viewing-3rdPage #fp-nav.fp-show-active a.active+.fp-tooltip,
body.fp-viewing-3rdPage #fp-nav a.active+.fp-tooltip,
body.fp-viewing-4thpage #fp-nav ul li:hover .fp-tooltip,
body.fp-viewing-4thpage #fp-nav.fp-show-active a.active+.fp-tooltip,
body.fp-viewing-4thpage #fp-nav a.active+.fp-tooltip {
  color:rgba(182, 112, 241, 1);
}

.section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  -webkit-transform: translateY(30vh);
  transform: translateY(30vh);
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}

.section h2 {
  font-size: 20px;
  line-height: 30px;
  color: #999;
}
.section h2 + p {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 5px;
}
.section p.small {
  display: none;
}
.section h2 + p span {
  display: block;
}

.section .layout {
  /* width: 1720px; */

  position: fixed;
  margin: 100px auto 0;
}


/* Section 1
	* --------------------------------------- */

.section:first-child {
  background-image: url(../images/main/bg.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section:first-child h1 {
  text-align: center;
  z-index: 100;
}
.section:first-child h1 img {
  width: 100%;
}
.section:first-child p {
  text-align: center;
  z-index: 100;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-top: 24px;
}

.section:first-child .img_b2g {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
}

.section:first-child .img_b2g i {
  position: absolute;
  animation-timing-function: ease-in-out;
  z-index: 1;
  font-size: 0;
}

.section:first-child .img_b2g i:nth-of-type(1) {
  background: url(../images/main/B.png) no-repeat;
  width: 426px;
  height: 461px;
  top: -340px;
  left: -600px;
  animation: img_b2g 1.5s alternate 0s infinite;
}

@keyframes img_b2g {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }
}
.section:first-child .img_b2g i:nth-of-type(2) {
  background: url(../images/main/2.png) no-repeat;
  width: 352px;
  height: 454px;
  top: -210px;
  left: -170px;
  animation: img_b2g 1.8s alternate 0s infinite;
}

.section:first-child .img_b2g i:nth-of-type(3) {
  background: url(../images/main/G.png) no-repeat;
  width: 378px;
  height: 434px;
  top: -280px;
  left: 240px;
  animation: img_b2g 1.3s alternate 0s infinite;
}

.section:first-child .bubble {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
}

.section:first-child .bubble i {
  position: absolute;
  z-index: 1;
  font-size: 0;
}

.section:first-child .bubble i:nth-of-type(1) {
  background: url(../images/main/o.png) no-repeat;
  width: 230px;
  height: 231px;
  top: 155px;
  left: -570px;
  animation: bubble 7.6s linear 0s infinite;
}

@keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-10px) rotate(0deg);
    transform: rotate(0deg) translateX(-10px) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg) translateX(-10px) rotate(360deg);
    transform: rotate(-360deg) translateX(-10px) rotate(360deg);
  }
}

.section:first-child .bubble i:nth-of-type(2) {
  background: url(../images/main/o-1.png) no-repeat;
  width: 136px;
  height: 136px;
  top: 80px;
  left: 500px;
  animation: bubble 12s linear infinite;
}

.img_scroll {
  display: block;
  position: fixed;
  bottom: 48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0;
  background: url(../images/main/sroll.png) no-repeat;
  width: 93px;
  height: 71px;
  cursor: pointer;
  animation: img_scroll 1s ease-in-out infinite;
}

@keyframes img_scroll {
0% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

50% {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

100% {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
}

/* Section 2
	* --------------------------------------- */

#section2 .layer,
#section3 .layer {
  position: relative;
  padding-top: 100px;
  padding-left: 100px;
}

.scrollable-element_cover {
  height: calc(100% - 100px);
  width: 698px;
  overflow: hidden;
  position: fixed;
  right: 260px;
  top: 0px;
  padding-top: 100px;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}

.scrollable-element_cover::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #E9E9E9;
  position: absolute;
  left: 349px;
  top: 0;
}

.scrollable-element {
  height: calc(100% - 143px);
  width: 715px;
  overflow-y: scroll;
  margin: 0 auto;
  margin-top: 160px;
}

.scrollable-element li {
  display: block;
  width: 350px;
  height: 414px;
  position: relative;
}

.scrollable-element li::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #907FEF 14.55%, #E95DF3 110%);
  opacity: 0;
  transition: opacity 0.5s;
}

.scrollable-element li:hover::before {
  opacity: 0.6;
}

.scrollable-element li:nth-of-type(1) {
  background: url(../images/main/work_1.png) no-repeat;
}

.scrollable-element li:nth-of-type(2) {
  background: url(../images/main/work_2.png) no-repeat;
}

.scrollable-element li:nth-of-type(3) {
  background: url(../images/main/work_3.png) no-repeat;
}

.scrollable-element li:nth-of-type(4) {
  background: url(../images/main/work_4.png) no-repeat;
}

.scrollable-element li:nth-of-type(2n) {
  position: relative;
  left: 350px;
}

.scrollable-element li a {
  color: #fff;
  padding: 48px;
  display: inline-block;
  position: relative;
  height: 318px;
}

.scrollable-element li a p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.scrollable-element li a h3 {
  padding-top: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
}

.scrollable-element li a span {
  position: absolute;
  left: 48px;
  bottom: 48px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

#section2 .spin {
  display: block;
  background: url(../images/main/b2_icon_2.png) no-repeat;
  width: 136px;
  height: 136px;
  position: absolute;
  bottom: 604px;
  left: 680px;
  animation: spin 5.2s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

#section2 .smudge1 {
  display: block;
  background: url(../images/main/b2_icon_1.png) no-repeat;
  width: 665px;
  height: 655px;
  position: absolute;
  bottom: -50px;
  left: 0px;
  animation: img_b2g 1s alternate 0s infinite;
  z-index: -1;
}


/* Section 3
	* --------------------------------------- */

#section3 .layout .benefits > ul {
  height: calc(100% - 100px);
  width: 698px;
  overflow: hidden;
  position: fixed;
  right: 260px;
  top: 0px;
  padding-top: 100px;
  border-left: 1px solid #E9E9E9;
  display: flex;
  flex-wrap: wrap;
}

#section3 .layout .benefits > ul li {
  width: 231px;
  height: 50%;
  border-bottom: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  text-align: center;
  position: relative;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#section3 .layout .benefits > ul li::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  margin: 35% auto 0;
}

#section3 .layout .benefits > ul li.bf1::before {
  background-image: url(../images/main/B2G_none.png);
}
#section3 .layout .benefits > ul li.bf2::before {
  background-image: url(../images/main/Environment_none.png);
}
#section3 .layout .benefits > ul li.bf3::before {
  background-image: url(../images/main/Culture_none.png);
}
#section3 .layout .benefits > ul li.bf4::before {
  background-image: url(../images/main/Growth_none.png);
}
#section3 .layout .benefits > ul li.bf5::before {
  background-image: url(../images/main/Happiness_none.png);
}
#section3 .layout .benefits > ul li.bf6::before {
  background-image: url(../images/main/Health_none.png);
}

#section3 .layout .benefits > ul li h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-top: 10px;
}

#section3 .layout .benefits > ul li p {
  font-size: 14px;
  line-height: 21px;
  color: #999;
}

#section3 .layout .benefits > ul li span {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  display: block;
  padding-top: 11px;
}

#section3 .layout .benefits > ul li::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(180deg, #907FEF 14.55%, #E95DF3 110%);
  opacity: 0;
  transition: all 0.3s;
}

#section3 .layout .benefits > ul li:hover::after {
  opacity: 1;
}

#section3 .layout .benefits > ul li:hover h3,
#section3 .layout .benefits > ul li:hover p {
  color: #fff;
}

#section3 .layout .benefits > ul li.bf1:hover::before {
  background-image: url(../images/main/B2G_hover.png);
}

#section3 .layout .benefits > ul li.bf2:hover::before {
  background-image: url(../images/main/Environment_hover.png);
}

#section3 .layout .benefits > ul li.bf3:hover::before {
  background-image: url(../images/main/Culture_hover.png);
}

#section3 .layout .benefits > ul li.bf4:hover::before {
  background-image: url(../images/main/Growth_hover.png);
}

#section3 .layout .benefits > ul li.bf5:hover::before {
  background-image: url(../images/main/Happiness_hover.png);
}

#section3 .layout .benefits > ul li.bf6:hover::before {
  background-image: url(../images/main/Health_hover.png);
}

#section3 .bubble3 {
  display: block;
  background: url(../images/main/b3_icon_2.png) no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 610px;
  left: 595px;
  animation: bubble 5.2s linear infinite;
  z-index: -1;
}

#section3 .smudge2 {
  display: block;
  background: url(../images/main/b3_icon_1.png) no-repeat;
  width: 656px;
  height: 703px;
  position: absolute;
  bottom: -50px;
  left: 0px;
  animation: img_b2g 1s alternate 0s infinite;
  z-index: -1;
}


/* Section 4
	* --------------------------------------- */
#section4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#section4 > div {
  width: 85%;
}

#section4 .layer {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.swiper .swiper-wrapper {
  padding: 75px 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border: 1px solid #E9E9E9;
  height: 320px;
}

.members {
  position: relative;
}

.members .swiper-nav {
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -22px;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  cursor: pointer;
}

.swiper {
  /* width: 80%; */
  width: 100%;
  height: 100%;
}

.members .swiper-prev {
  background: url(../images/main/mem_left.png) no-repeat;
  left: -8%;
}

.members .swiper-next {
  background: url(../images/main/mem_right.png) no-repeat;
  right: -8%;
}

/* .swiper .swiper-slide img {
  max-width: 120px;
} */

.swiper .swiper-slide img {
  height: 120px;
  width: 120px;
  margin-top: 54px;
  transition: all 0.2s ease-in-out;
}

.swiper .swiper-slide h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 16px;
}

.swiper .swiper-slide span {
  font-size: 14px;
  line-height: 21px;
  color: #999999;
  display: block;
  margin-top: 4px;
}

.swiper .swiper-slide p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  opacity: 0;
  margin: 16px auto 0;
  padding: 0 10px;
  word-break: keep-all;
  min-height: 50px;
}

.swiper .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -25px;
  width: 100%;
  height: calc(100% + 50px);
  border: none;
  background: linear-gradient(180deg, #907FEF 14.55%, #E95DF3 110%);
  box-shadow: 0px 16px 36px 0px #B670F166;
  opacity: 0;
}


.swiper .swiper-slide:hover {
  border-color: rgba(255,255,255,0);
  z-index: 1;
}

.swiper .swiper-slide:hover img {
  margin-top: 30px;
}

.swiper .swiper-slide:hover h3,
.swiper .swiper-slide:hover span {
  color: #fff;
}

.swiper .swiper-slide:hover p {
  opacity: 1;
}

.swiper .swiper-slide:hover::before {
  opacity: 1;
  /* transition: all 0.3s; */
}

#slider {
  margin: 0 auto;
  width: 1270px;
  height: 320px;
  max-width: 100%;
  text-align: center;
}

#slider input[type=radio] {
  display: none;
}

#slider label {
  cursor: pointer;
  text-decoration: none;
}

#slides {
  position: relative;
  z-index: 1;
}

#overflow {
  width: 100%;
  overflow: hidden;
}

#section4 {
  width: 80%;
  margin: 0 auto; 
}
#section4 > div {
  width: 85%;
}

/* Section 5
	* --------------------------------------- */

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 75%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-image:
    /* our video */
  ;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  /*cover video background */
  z-index: 3;
}

#myVideo + span {
  display: block;
  width: 100%;
  height: 75%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.2);
}

/* Hiding video controls 
	* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
	* --------------------------------------- */
video::-webkit-media-controls {
  display: none !important;
}

#section5 .layer {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#section5 .layer h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  margin-top: 100px;
}

#section5 .layer p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin-top: 8px;
}

#section5 .layer a {
  height: 56px;
  width: 189px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  line-height: 56px;
  color: #fff;
  margin: 40px auto 0;
  transition: background 0.2s;
}

#section5 .layer a:hover {
  background: rgba(255, 255, 255, 0.2);
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  height: 25%;
  width: 100%;
  background: #383838;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer address {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

footer a {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin-top: 8px;
  opacity: 1;
  transition: opacity 0.1s;
}

footer a:hover {
  opacity: 0.7;
}

footer span {
  color: #999;
  font-family: Apple SD Gothic Neo;
  font-size: 12px;
  line-height: 18px;
  margin-top: 24px;
}

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

.section .layout {
  position: relative;
  margin-top: 100px;
  height: 100%;
}

#section2 .layer,
#section3 .layer {
  padding-top: 0;
}

#section2 .layer, #section3 .layer {
  height: 25%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}

.section h2 {
  font-size: 16px;
  width: 100%;
}

.section h2 + p {
  font-size: 25px;
  line-height: 40px;
}

#section2 h2 + p {
  width: 590px;
}
.section h2 + p span {
  display: inline;
}

.scrollable-element_cover {
  top: calc(25% + 100px);
  right: 101px;
  width: calc(100% - 265px);
  height: calc(75% - 100px);
  padding-top: 0;
  border-right: none;
}
.scrollable-element_cover::before {
  left: calc(50% + 1px); 
  display: none; 
}
.scrollable-element {
  width: calc(100% + 20px);
  padding-top: 0;
  height: 100%;
}
.scrollable-element::after {
  display: block;
  content: "";
  width: 100%;
  height: 15%;
  background-color: transparent;
}
.scrollable-element li {
  width: calc(50% - 10px);
  height: 50%;
  background-size: cover !important;
  background-position: 0 center !important;
}
.scrollable-element li a {
  height: 100%;
  padding: 0;
  width: 100%;
}
.scrollable-element li a * {
  display: block;
  padding-left: 5%;
}
.scrollable-element li a p {
  padding-top: 5%;
}
.scrollable-element li a span {
  bottom: 6%;
  left: 0;
}
.scrollable-element li:nth-of-type(2n) {
  left: calc(50% - 10px);
}
.scrollable-element li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 20%;
  background: #E9E9E9;
  position: absolute;
  left: 0;
  bottom: -20%;
}

#section2 .spin {
  left: 60%;
  bottom: 65%;
}

#section3 h2 + p {
  width: 630px;
}
#section3 .layout .benefits > ul {
  width: calc(100% - 265px);
  border-top: 1px solid #E9E9E9;
  top: calc(25% + 100px);
  right: 101px;
  height: calc(60% - 100px);
  padding-top: 0;
  border-right: none;
  border-bottom: 1px solid #E9E9E9;
}
#section3 .layout .benefits > ul li {
  width: calc(33.3% - 1px);
}
#section3 .layout .benefits > ul li:nth-of-type(3n) {
  border-right: none;
}
#section3 .layout .benefits > ul li::before {
  /* margin: 10% auto 0; */
  display: none;
}
#section3 .layout .benefits > ul li span {
  color: #383838;
  padding-bottom: 10%;
}
#section3 .smudge2 {
  opacity: 0.5;
}

#section4 p.small {
  display: block;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-top: 5px;
}
#section4 p.small span {
  display: block;
}
/* #section4 {
  display: none;
} */

#slider {
  /* width: 100%; */
  /* display: none; */
}

#section4 .spin {
  display: block;
  background: url(../images/main/b2_icon_2.png) no-repeat;
  width: 136px;
  height: 136px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  animation: spin 5.2s linear infinite;
  opacity: 0.5;
}
/*#slides .inner > div ul li {
  width: 20%;
}
#section4 h2 + p {
  width: 100%;
}
#section4 h2 + p span {
  display: block;
}
#slides .inner > div ul li p {
  color: #383838;
  opacity: 1;
  width: auto;
  margin: 10px;
}

#slides .inner > div ul li:nth-of-type(1) {
  left: 0;
}
#slides .inner > div ul li:nth-of-type(2) {
  left: calc(20% + 1px);
}
#slides .inner > div ul li:nth-of-type(3) {
  left: calc(40% + 2px);
}
#slides .inner > div ul li:nth-of-type(4) {
  left: calc(60% + 3px);
}
#slides .inner > div ul li:nth-of-type(5) {
  left: calc(80% + 4px);
}
#slides .inner > div ul li:hover {
  border: 1px solid #E9E9E9;
  border-left: none;
}
#slides .inner > div ul li:nth-of-type(1):hover {
  border: 1px solid #E9E9E9;
}
#slides .inner > div ul li:hover img {
  margin-top: 54px;
}
#slides .inner > div ul li:hover h3 {
  color: #383838;
}
#slides .inner > div ul li:hover span {
  color: #999999;
}
#slides .inner > div ul li::before {
  display: none;
}  */


}

@media screen and (max-width: 1200px){
  header {
    justify-content: center;
  }
  header nav ul {
    display: none;
  }

  .section:first-child h1 {
    width: 70%;
  }
  .section:first-child p {
    font-size: 20px;
  }
  #section3 .layout .benefits {
    width: 100%;
    overflow-x: hidden;
  }

  /* #section3 .layout .benefits > ul {
    position: relative;
    flex-wrap: nowrap;
    width: 100%;
    top: auto;
    right: auto;
  }

  #section3 .layout .benefits > ul li {
    width: 250px;
  } */
  .members .swiper-prev {
    left: 10px;
  }

  .members .swiper-next {
    right: 10px;
  }
}


@media screen and (max-width: 880px){
#fp-nav.right {
  right: calc(10% - 32px);
}


#section3 .layout .benefits > ul li::before {
  transform: scale(0.5);
}
#section3 .layout .benefits > ul li h3 {
  font-size: 90%;
  line-height: 1.4;
}
#section3 .layout .benefits > ul li p {
  font-size: 70%;
  line-height: 1.2;
}
#section3 .layout .benefits > ul li span {
  font-size: 70%;
  line-height: 1.4;
  display: inline-block;
  height: 30%;
}

/* #fp-nav ul li:nth-of-type(4) {
  display: none;
} */

}
@media screen and (max-width: 700px){
header, header::before {
height: 80px;
line-height: 80px;
}
header nav {
  margin-top: 80px;
  text-align: left;
  height: 40px;
  position: absolute;
  width: 100%;
}
header nav::before {
  top: 80px;
}
header nav::after {
  top: 80px;
}
/* header nav ul {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
}
header nav li {
  margin-right: 3%;
}
header nav li a {
  font-size: 0.8em;
} */

header nav li {
  display: none;
}

header nav li:nth-child(1) {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 24px;
  transform: scale(0.8);
}
.section:first-child p {
  font-size: 1em;
}

#section2 .layer, #section3 .layer {
  left: 0;
  padding-left: 0;
  padding-top: 0;
  width: 100%;
  text-align: center;
  height: 20%;
  justify-content: center;
}
#section2 h2 + p, #section3 h2 + p {
  width: 80%;
  font-size: 90%;
  line-height: 1.4;
}

.scrollable-element_cover {
  left: 10%;
  width: calc(80% - 1px);
  top: calc(20% + 80px);
  height: calc(80% - 80px);
}
.scrollable-element li a p {
  font-size: 80%;
}
.scrollable-element li a h3 {
  font-size: 80%;
  line-height: 1.4;
}

#section3 .layout .benefits > ul {
  width: calc(80% - 1px);
  top: calc(20% + 80px);
  height: calc(80% - 80px);
}
#section3 .layout .benefits > ul li {
  width: 50%;
  height: calc(33.3% - 1px);
}
#section3 .layout .benefits > ul li:nth-of-type(3n) {
  border-right: 1px solid #E9E9E9;
}
#section3 .layout .benefits > ul li:nth-of-type(2n) {
  border-right: none;
}
#section3 .layout .benefits > ul li::before {
  transform: scale(0.5);
  margin: 0 auto;
}
#section3 .layout .benefits > ul li h3 {
  font-size: 60%;
  line-height: 1.4;
}
#section3 .layout .benefits > ul li p {
  font-size: 30%;
  line-height: 1.2;
}
#section3 .layout .benefits > ul li span {
  font-size: 30%;
  line-height: 1.4;
  display: inline-block;
  height: 30%;
}
#section3 .layout .benefits > ul li::before {
  display: block;
}
#section4 p.small {
  font-size: 1.5em;
  line-height: 1.6;
}

#section5 .layer h1 {
  font-size: 20px;
}
#section5 .layer p {
  width: 65%;
  font-size: 15px;
  margin: 0 auto;
}


}





