﻿/* ==========================
	common
 ========================== */
 *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased
	-moz-osx-font-smoothing: grayscale;
}
.wp_inner {
  max-width: 1220px;
  margin: 0 auto;
}
.bg_lightgray {
  background-color: #fafafa;
}
.bg_white {
  background-color: #ffffff;
}
.wp_image-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.global_main-contents h1, .global_main-contents h2 {
  letter-spacing: 0.1rem;
}
.global_main-contents h3, .global_main-contents h4 {
  letter-spacing: 0.05rem;
}
.global_main-contents p {
  letter-spacing: 0.05rem;
  line-height: 2;
}
.module_headline2 .module_headline2__paragraph {
  font-size: 1.15rem;
  line-height: 2;
  margin-top: 15px;
}
.module_headline4 .module_headline4__paragraph {
  line-height: 2;
  margin-top: 15px;
}
.module_figure .module_figure__caption {
  font-size: 1rem;
}
.global_footer-siteinfo .global_footer-siteinfo__box.is-float {
  z-index: 99;
}
@media screen and (max-width: 768px){	
  .display__flex_s {
    display: flex !important;
  }
  .common_padding-top__45px_s {
    padding-top: 45px !important;
  }
  .common_padding-bottom__45px_s {
    padding-bottom: 45px !important;
  }
  .module_headline2 .module_headline2__heading {
    font-size: 1.8rem;
    line-height: 1.5em;
  }
  .module_headline4 .module_headline4__heading {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .module_headline4 .module_headline4__paragraph {
    line-height: 1.6em;
  }
  .global_main-contents p {
    letter-spacing: normal;
    line-height: 1.5;
  }
}


/* ==========================
	parallax_area
 ========================== */
 .parallax_area  {
  overflow: hidden;
  clear: both;
}
.parallax {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px){	
  .parallax_area  {
    width: auto;
  }
  .parallax {
    background-attachment: scroll;
    background-size: cover;
  }
  html, body, .global_main-contents {
    background-color: transparent;
  }
  body:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../images/wp_mainVisual_bg-sp.jpg) center center no-repeat;
    background-size:cover;
  }
  .global_footer {
    margin-top: 0;
    padding-top: 40px;
  }
}


/* ==========================
	wp_mainVisual
 ========================== */
#wp_mainVisual .parallax {
  background-image: url(../images/wp_mainVisual_bg.jpg);
  transition : background-image 0.5s ease 0s;
  padding: 0 0 100px;
}
#wp_mainVisual .parallax_box01 {
  height: calc(100vh - (49px + 113px));
  position: relative;
  text-align: center;
}
#wp_mainVisual .parallax_box01 .ttl_area {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wp_mainVisual .parallax_box01 .ttl_area .ttl {
  color: #ffffff;
  font-size: 4.285rem;
  line-height: 1.5;
}
#wp_mainVisual .parallax_box01 .ttl_area .txt {
  color: #ffffff;
  font-size: 2.142rem;
  line-height: 2.357rem;
  margin: 30px 0 0;
  letter-spacing: 0.1rem;
}
#wp_mainVisual .parallax_box01 .scroll {
  color: #ffffff;
  position: absolute;
  font-size: 1.142rem;
  line-height: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#wp_mainVisual .parallax_box01 .scroll::after {
  display: block;
  content: "";
  border-left: 1px solid #ffffff;
  height: 60px;
  margin: 10px 0 0 50%;
}
#wp_mainVisual .parallax_box02 {
  position: relative;
  text-align: center;
  margin: 100px 0 0;
}
#wp_mainVisual .parallax_box02 .txt {
  color: #ffffff;
  font-size: 2.142rem;
  line-height: 3;
/*  margin: 100px 0 0; */
}
#wp_mainVisual .parallax_box02 .txt02 {
  color: #ffffff;
  font-size: 2.142rem;
  line-height: 3;
  margin: 70px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #wp_mainVisual .parallax_box01 {
    height: calc(100vh - (50px + 96px));
  }
}
@media screen and (max-width: 767px) {
  #wp_mainVisual .parallax {
    background-image: none;
    padding: 0 0 50px;
  }
  #wp_mainVisual .parallax_box01 {
    height: calc(100vh - 70px);
    padding: 0 15px;
  }
  #wp_mainVisual .parallax_box01 .ttl_area .ttl {
    color: #ffffff;
    font-size: 9.333333333333334vw;
    padding: 0 15px;
  }
  #wp_mainVisual .parallax_box01 .ttl_area .txt {
    font-size: 4.266666666666667vw;
    line-height: 33px;
    margin: 30px 0 0;
    padding: 0 15px;
  }
  #wp_mainVisual .parallax_box02 {
    padding: 0 15px;
    margin: 50px 0 0;
  }
  #wp_mainVisual .parallax_box02 .txt {
    font-size: 3.466666666666667vw;
    line-height: 2;
  }
  #wp_mainVisual .parallax_box02 .txt02 {
    font-size: 4.266666666666667vw;
    margin: 35px 0 0;
  }
}


/* ==========================
	wp_office
 ========================== */
#wp_office {
  background-image: url(../images/wp_office_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 144px 0 0;
}
#wp_office .module_headline4 {
  margin-top: 130px;
}
#wp_office .floorMap .floorMap_inner {
  position: relative;
  line-height: 0;
}
#wp_office .floorMap .tag li {
  position: absolute;
  /* width: calc(210 / 1220 * 100%); */
  height: calc(72 / 779 * 100%);
}
#wp_office .floorMap .tag li:nth-of-type(1) {
  top: calc(75 / 779 * 100%);
  left: calc(298 / 1220 * 100%);
}
#wp_office .floorMap .tag li:nth-of-type(2) {
  top: calc(235 / 779 * 100%);
  left: calc(386 / 1220 * 100%);
}
#wp_office .floorMap .tag li .floorMap_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 100%;
  background-color: #000000;
  font-size: 1.285rem;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
#wp_office .floorMap .tag li .floorMap_btn::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -1px;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 33px solid #000000;
  transition: all 0.3s ease 0s;
}
#wp_office .floorMap .tag li .floorMap_btn:hover {
  transform: scale(1.1);
}
#wp_office .floorMap .tag li .floorMap_btn .floorMap_btn-icon {
  position: relative;
  padding-right: 1em;
}
#wp_office .floorMap .tag li .floorMap_btn .floorMap_btn-icon::after {
  position: absolute;
  content: "";
  top: -0.25em;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  animation: moreAnime 1.5s ease-in-out infinite;
}
@keyframes moreAnime {
  0% {transform:translateX(0) rotate(45deg);}
  40% {transform:translateX(0) rotate(45deg);}
  70% {transform:translateX(5px) rotate(45deg);}
  100% {transform:translateX(0) rotate(45deg);}
}
@media screen and (max-width: 767px) {
  #wp_office {
    background-image: url(../images/wp_office_bg-sp.jpg);
    padding: 72px 0;
    background-size: contain;
    background-color: #ffffff;
  }
  #wp_office .module_headline4 {
    margin-top: 30px;
  }
  #wp_office .floorMap .floorMap_inner {
    line-height: 1;
  }
  #wp_office .floorMap .tag li {
    position: relative;
    width: 100%;
    height: auto;
    top: auto !important;
    left: auto !important;
    margin: 20px auto 0;
  }
  #wp_office .floorMap .tag li .floorMap_btn {
    height: 3rem;
    background-color: #ffffff;
    color: #000000;
    font-size: 1rem;
    font-weight: normal;
    border: solid 1px #dddddd;
  }
  #wp_office .floorMap .tag li .floorMap_btn::after {
    display: none;
  }
  #wp_office .floorMap .tag li .floorMap_btn .floorMap_btn-icon {
    position: relative;
    padding-left: 1em;
    padding-right: 0;
  }
  #wp_office .floorMap .tag li .floorMap_btn .floorMap_btn-icon::after {
    position: absolute;
    content: "";
    top: 50%;
    right: auto;
    left: -0.5rem;
    width: 1rem;
    height: 1rem;
    border-top: none;
    border-right: none;
    transform: none;
    margin: -0.55rem 0 0;
    animation: none;
  }
  #wp_office .floorMap .tag li:nth-of-type(1) .floorMap_btn-icon::after {
    background-color: #19b9cd;
  }
  #wp_office .floorMap .tag li:nth-of-type(2) .floorMap_btn-icon::after {
    background-color: #0078c3;
  }
  #wp_office .floorMap .tag li .floorMap_btn:hover {
    transform: none;
  }
}


/* modal */
.modal {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  margin: auto;
  overflow: hidden;
}
.js_modal.is-open {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}
.modal .btn_modal_close {
  position: fixed;
  z-index: 300;
  top: 30px;
  right: 30px;
  display: block;
  width: 36px;
  height: 37px;
  text-indent: -9999px;
  background-image: url(/common/images/global_network-website_icon-close.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.modal .modal__contents {
  max-width: 1093px;
  position: relative;
  margin: 0 auto 0;
  padding: 20px 40px 40px;
}
.modal .modal__ttl {
  color: #ffffff;
}
.modal .modal__lead {
  color: #ffffff;
}
.modal .modal__2column {
  position: relative;
  display: flex;
}
.modal .modal__floor {
  flex: 1;
}
.modal .modal__floor.modal__floor_fixed {
  position: fixed;
  top: 30px;
}
.modal .modal__floor .module_figure {
  width: 346px;
  height: 60vh;
  background-image: url(../images/wp_office_modal_img_cowork-floor.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.modal .modal__floor.camp_cowork .module_figure {
  background-image: url(../images/wp_office_modal_img_cowork-floor.png);
  transition : background-image 0.5s ease 0s;
}
.modal .modal__floor.camp_social .module_figure {
  background-image: url(../images/wp_office_modal_img_social-floor.png);
  transition : background-image 0.5s ease 0s;
}
.modal .modal__floor.camp_focus .module_figure {
  background-image: url(../images/wp_office_modal_img_focus-floor.png);
  transition : background-image 0.5s ease 0s;
}
.modal .modal__floor.camp_dspace .module_figure {
  background-image: url(../images/wp_office_modal_img_dspace-floor.png);
  transition : background-image 0.5s ease 0s;
}
.modal .modal__floor.studio .module_figure {
  background-image: url(../images/wp_office_modal_img_studio-floor.png);
}
.modal .module_figure {
  margin: 0;
}
.modal .modal__description {
  flex-basis: 50%;
  margin: 0 0 0 auto;
}
.modal .modal__description .modal__contents__box {
  min-height: 1px;
  zoom: 1;
  max-width: 586px;
  width: 100%;
  margin: 50px 0 0;
}
.modal .modal__description .modal__contents__box:nth-of-type(1) {
  margin: 0;
}
.modal .modal__contents .module_headline3 {
  margin-top: 15px;
}
.modal .modal__contents .module_headline3__paragraph {
  font-size: 1.15rem;
  line-height: 2;
  margin-top: 15px;
}
.modal .modal__contents .qadialog_display__none {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal .modal__contents .module_headline2__paragraph {
    font-size: 1rem;
    line-height: 1.5em;
  }
  .modal .modal__contents .module_headline3__paragraph {
    font-size: 1rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal__contents .module_headline2__paragraph {
    font-size: 1rem;
    line-height: 1.5em;
  }
  .modal .modal__contents .module_headline3__paragraph {
    font-size: 1rem;
    line-height: 1.5em;
  }
  .modal .modal__2column {
    position: relative;
    display: block;
  }
  .modal .modal__floor {
    position: relative !important;
    display: flex;
    margin: 0 0 50px 0;
    top: 0 !important;
  }
  .modal .modal__floor .module_figure,
  .modal .modal__floor .modal__floor_anchor {
    width: 50vw;
    height: auto;
  }
  .modal .modal__floor .module_figure {
    background-image: none !important;
    margin: 0 20px 0 0;
  }
  .modal .modal__floor .modal__floor_anchor li {
    border-bottom: solid 1px #4f4f4f;
  }
  .modal .modal__floor .modal__floor_anchor li:nth-of-type(1) {
    border-top: solid 1px #4f4f4f;
  }
  .modal .modal__floor .modal__floor_anchor .modal__bottom_anchor {
    color: #ffffff;
  }
  .modal .modal__floor .modal__floor_anchor .modal__bottom_anchor span {
    position: relative;
    display: block;
    margin: 20px 5px 20px 10px;
  }
  .modal .modal__floor .modal__floor_anchor .modal__bottom_anchor span:after {
    content: "";
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    background-image: url(../images/index_modal_anchorLink.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
  }
  .modal .modal__description {
    overflow: hidden;
    height: auto;
  }
  .modal .modal__description .modal__contents__box {
    max-width: none;
    margin: 25px 0 0 0;
  }
  .modal .modal__top_anchor {
    color: #ffffff;
  }
  .modal .modal__top_anchor span {
    position: relative;
  }
  .modal .modal__top_anchor span::before {
    content: "";
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    background-image: url(../images/index_modal_anchorLink.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    transform: rotate(180deg);
    left: -1.5rem;
  }
}


/* ==========================
	wp_thought
 ========================== */
#wp_thought .parallax {
  background-image: url(../images/wp_thought_bg.jpg);
  padding: 144px 0 159px;
}
#wp_thought .swiper-area .swiper-innnr {
  width: 100%;
  margin: 50px auto 0;
  overflow: hidden;
}

/* swiper */
.swiper-container {
  position: relative;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  max-width: 1149px;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
/*  height: 100%; */
  position: relative;
  background-color: #ffffff;
}
.swiper-container .swiper-slide .swiper-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row-reverse;
  background-color: #fafafa;
}
.swiper-container .swiper-slide .swiper-img {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-basis: 429px;
  overflow: hidden;
  background-color: #ffffff;
}
.swiper-container .swiper-slide .swiper-img img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-container .swiper-slide .swiper-body {
  flex: 1;
  padding: 35px 40px 42px;
}
.swiper-container .swiper-slide .swiper-body .name {
  font-size: 2.142rem;
}
.swiper-container .swiper-slide .swiper-body .position {
  font-weight: bold;
}
.swiper-container .swiper-slide .swiper-body .txt {
  margin: 12px 0 0;
}
.swiper-container.swiper-completed .swiper-slide {
  opacity: 0.6;
}
.swiper-container.swiper-completed .swiper-slide-active {
  opacity: 1;
}
.swiper-controller {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  justify-content: center;
  margin-top: 21px;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 28px;
  margin-top: -28px;
  z-index: 10;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: -45px;
  right: auto;
}
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: -45px;
  left: auto;
}

/* Pagination Styles */
.swiper-pagination {
  position: static;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  line-height: 0;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Bullets */
.swiper-pagination-bullet {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 4px;
  opacity: 0.5;
  background-color: #fff;
  margin-left: 5px;
}
.swiper-pagination-bullet:nth-of-type(1) {
  margin-left: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active,
.swiper-controller .swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper-controller .swiper-button-prev:hover {
  opacity: 0.6;
}
.swiper-controller .swiper-button-next:hover {
  opacity: 0.6;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #wp_thought .swiper-area {
    padding: 0 20px;
  }
  .swiper-container .swiper-slide .swiper-img {
    flex-basis: 286px;
  }
}
@media screen and (max-width: 767px) {
  #wp_thought .parallax {
    background-image: url(../images/wp_thought_bg-sp.jpg);
    background-size: contain;
    background-position: top center;
    background-color: #ffffff;
    padding: 72px 0 80px;
  }
  #wp_thought .swiper-area {
    padding: 0 20px;
  }
  .swiper-controller {
    height: 35px;
    margin: 10px 0;
  }
  #wp_thought .swiper-area .swiper-innnr {
    margin: 25px auto 0;
  }
  .swiper-container .swiper-slide {
    background-color: transparent;
  }
  .swiper-container.swiper-completed .swiper-slide {
    opacity: 1;
  }
  .swiper-container .swiper-slide .swiper-items {
    display: block;
  }
  .swiper-container .swiper-slide .swiper-img {
    display: block;
  }
  .swiper-container .swiper-slide .swiper-img img {
    width: 50%;
    margin: 0 auto;
  }
  .swiper-container .swiper-slide .swiper-body {
    padding: 20px;
  }

  /* Bullets */
  .swiper-pagination-bullet {
    display: inline-block;
    overflow: hidden;
    width: 35px;
    height: 4px;
    margin-left: 5px;
  }
  .swiper-pagination_gray-sp .swiper-pagination-bullet {
    background-color: #bbb;
  }

  /* Arrows */
  .swiper-button-prev,
  .swiper-button-next {
    position: static;
    width: 35px;
    height: 35px;
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #bbb;
    top: 0;
    margin: 10px;
  }
  .swiper-button-prev {
    background-image: url(/common/images/module_slidebanner_button-prev.png);
    left: 0;
    right: auto;
  }
  .swiper-button-next {
    background-image: url(/common/images/module_slidebanner_button-next.png);
    right: 0;
    left: auto;
  }
}


/* ==========================
	js-efct
 ========================== */
.js-efct .efct-from-bottom {
  transform: translateY(100px);
  opacity: 0;
  transition: all .8s ease .1s;
}
.js-efct.is-active .efct-from-bottom {
  transform: translateY(0px);
  opacity: 1;
}
.js-efct .efct-from-upper {
  transform: translateY(-100px);
  opacity: 0;
  transition: all .8s ease .1s;
}
.js-efct.is-active .efct-from-upper {
  transform: translateY(0px);
  opacity: 1;
}
