/* common */
:root {
  --swiper-pagination-bottom: 12px;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
}
img {
  width: 100%;
}
.largeoffice_limitless_wrapper > section:not(.sec-table) {
  overflow: hidden;
}
.btn_group {
  margin-top: 60px;
  width: fit-content;
}
.btn_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 48px;
  height: 56px;
  color: #0a0a0a;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  text-indent: 12px;
  border-radius: 4px;
}
.btn_cta::after {
  content: '';
  display: inline-block;
  margin-left: 2px;
  width: 24px;
  height: 24px;
  background: #0a0a0a;
  mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
  -webkit-mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
  mask-position: center;
  mask-size: 100%;
}
.sec_tit {
  text-align: center;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #0a0a0a;
}
.sec_tit.__white {
  color: #fff;
}
.sec_tit.__left {
  text-align: left;
}
strong {
  font-weight: 700;
}
/* visual */
.visual {
  display: flex;
  height: 655px;
}
.visual_tit {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 2%;
  padding-right: 135px;
  flex: 4;
  max-width: 775px;
  background: #0d58b0;
  color: #fff;
}
.visual_tit_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.visual_tit h2 {
  font-size: 52px;
  line-height: 1.4;
  letter-spacing: -1px;
}
.visual_img {
  flex: 6;
}
.visual_img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* intro */
.intro_sec {
  padding: 120px 40px;
  background: #222;
  color: #fff;
}
.intro_txt {
  display: flex;
  gap: 153px;
  width: 100%;
  max-width: 1076px;
  margin: 0 auto;
}
.intro_txt .desc_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 20px;
}
.intro_txt .desc_container figcaption {
  font-size: 16px;
}
.intro_txt figure {
  position: relative;
}
.intro_txt .img_ceo {
  position: absolute;
  right: -92px;
  bottom: -12px;
  width: 144px;
  height: 144px;
}
.intro_sec .dot {
  display: inline-block;
}
.hidden-mo.comma {
  display: inline-block;
}
/* office_point */
.office_point_sec {
  padding: 180px 40px;
  background: #cae2f2;
}
.office_point_sec ul {
  display: flex;
  gap: 20px;
  margin: 60px auto 0;
  width: 100%;
  max-width: 1060px;
}
.office_point_sec li {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 28px;
  background: #fff;
  border-radius: 4px;
}
.office_point_sec li > p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.office_point_sec li > p > span {
  display: block;
  margin-top: 7px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
.office_point_sec img {
  width: 160px;
  height: 160px;
}
/* ff_point */
.ff_point_sec {
  padding-top: 130px;
}
.ff_point_sec ul {
  display: flex;
  flex-direction: column;
  gap: 133px;
  padding: 180px 40px;
}
.ff_point_sec ul:nth-of-type(1) {
  padding-top: 100px;
}
.ff_point_sec ul:nth-of-type(2n) {
  background: #f5f5f5;
}
.ff_point_sec li {
  display: flex;
  gap: 40px;
  margin: 0 auto;
  align-items: start;
  width: 100%;
  max-width: 1014px;
}
.ff_point_sec li:nth-child(2n) {
  flex-direction: row-reverse;
}
.img_office {
  flex: 5.5;
  max-width: 600px;
}
.point-txt {
  flex: 4.5;
}
.point-txt .disadvantage {
  display: block;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.4;
  color: #aaa;
}
.point-txt .advantage {
  display: block;
  margin: 20px 0 12px;
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1.4;
}
.point-txt .desc {
  font-size: 20px;
  line-height: 1.7;
  color: #0a0a0a;
}
.page_link {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  color: #0087e9;
}
.page_link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: #0087e9;
}
.page_link::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #0087e9;
  mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
  -webkit-mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
  mask-position: center;
  mask-size: 100%;
}
/* member */
.member_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 180px 40px;
  background: #0d58b0;
}
.member_sec ul {
  display: flex;
  margin: 60px auto 0;
  gap: 20px;
  width: 100%;
  max-width: 1100px;
}
.member_sec li {
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}
.member_sec .comment {
  padding: 28px 6px 24px;
  font-size: 22px;
  line-height: 1.4;
}
.member_sec .comment::before {
  content: '';
  display: block;
  margin: 0 auto 16px;
  width: 16px;
  height: 13px;
  background: url(/wp-content/themes/fastfive/assets/images/largeoffice_limitless/quotation_marks.png) no-repeat center / cover;
}
.member_sec .company {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  font-size: 20px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  background: rgba(10, 10, 10, 0.6);
}
/* swiper */
.swiper-button-prev {
  left: 16px;
}
.swiper-button-next {
  right: 16px;
}
.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  width: 36px;
  height: 36px;
  background: url(/wp-content/themes/fastfive/assets/images/common/ico_next.svg) no-repeat center / 7px 12px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: 2;
}
.swiper-button-prev {
  background-image: url(/wp-content/themes/fastfive/assets/images/common/ico_prev.svg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
.disadvantage ._ani {
  display: block;
  position: relative;
  width: fit-content;
  height: 48px;
  line-height: 48px;
}
.disadvantage ._ani::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  transform: translateY(-49%);
  transition: width 0.4s ease-in;
  /* background: #ff4646; */
  border-bottom: 2px solid #ff4646;
}
/* ani active */
._ani.active::before {
  animation: changeWidth 0.4s ease-in forwards;
}
.disadvantage ._ani.active:last-child::before {
  animation-delay: 0.4s;
}
/* reverse */
._ani.reverse::before {
  animation: changeWidth_reverse 0.4s ease-in forwards;
}
.disadvantage .reverse:last-child::before {
  animation-delay: 0;
}
/*rocommend*/
.largeoffice_limitless_wrapper .sec-recomm.sec_lst {
  padding: 180px 0;
  background: #f5f5f5;
}
.largeoffice_limitless_wrapper .sec-recomm .lst_office {
  margin-top: 60px;
}
.largeoffice_limitless_wrapper .herb-list .swiper-slide {
  width: 250px;
}
.largeoffice_limitless_wrapper .sec-recomm .arrow-card {
  top: 19px;
  bottom: unset;
}
.largeoffice_limitless_wrapper .sec-recomm .herb-cardt {
  margin-top: 4px;
}
.largeoffice_limitless_wrapper .sec-recomm .txt-box {
  padding-bottom: 22px;
  color: #fff;
}
.largeoffice_limitless_wrapper .sec-recomm .herb-list li[data-id='exclusiveoffice'] {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_limitless/card_01.png') center / cover no-repeat;
}
.largeoffice_limitless_wrapper .sec-recomm .herb-list li[data-id='customoffice'] {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_limitless/card_02.png') center / cover no-repeat;
}
.largeoffice_limitless_wrapper .sec-recomm .herb-list li[data-id='poweredbyff'] {
  background: url('/wp-content/themes/fastfive/assets/images/largeoffice_limitless/card_03.png') center / cover no-repeat;
}
.largeoffice_limitless_wrapper .sec-recomm .herb-list li[data-id='exclusiveoffice'] .txt-box {
  background-color: rgba(70, 91, 111, 0.4);
}
.largeoffice_limitless_wrapper .sec-recomm .herb-list li[data-id='customoffice'] .txt-box {
  background-color: rgba(38, 44, 73, 0.4);
}
.largeoffice_limitless_wrapper .sec-recomm .herb-list li[data-id='poweredbyff'] .txt-box {
  background-color: rgba(94, 41, 11, 0.4);
}
/* outro */
.outro {
  padding: 180px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(/wp-content/themes/fastfive/assets/images/largeoffice_limitless/outro.jpg) no-repeat center / cover;
  color: #fff;
}
.outro > span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.outro > p {
  margin-top: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 960px) {
  /*common*/
  .btn_group {
    margin: 40px auto 0;
    position: relative;
    z-index: 1;
  }
  .btn_cta {
    padding: 0 32px;
  }
  .sec_tit {
    font-size: 28px;
  }
  .sec_tit.__left {
    text-align: center;
  }
  /* visual */
  .visual {
    flex-direction: column;
    height: auto;
  }
  .visual_tit {
    text-align: center;
    justify-content: center;
    padding-right: 0;
    padding-top: 68px;
    flex: none;
    max-width: none;
  }
  .visual_tit h2 {
    font-size: 34px;
  }
  .visual_img {
    flex: none;
    margin-top: -28px;
  }
  .visual .btn_group {
    margin-top: 32px;
  }
  .visual .btn_group .btn_cta {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  /* intro */
  .intro_sec,
  .office_point_sec,
  .member_sec,
  .outro {
    padding: 100px 20px;
  }
  .largeoffice_limitless_wrapper .sec-recomm.sec_lst {
    padding: 100px 0;
  }
  .intro_txt {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
  .intro_txt .desc_container {
    font-size: 18px;
    gap: 0;
  }
  .intro_txt .img_ceo {
    position: static;
    margin: 28px auto 12px;
  }
  .intro_sec .vertical {
    display: block;
    margin: 16px auto 18px;
    padding-left: 18px;
    writing-mode: vertical-lr;
    width: fit-content;
    font-size: 24px;
    letter-spacing: 4px;
  }
  .hidden-mo.comma {
    display: none;
  }
  /* office_point_sec */
  .office_point_sec ul {
    margin-top: 40px;
    flex-direction: column;
  }
  .office_point_sec li {
    flex-direction: row;
    justify-content: space-between;
    padding: 18px 10px 18px 29px;
  }
  .office_point_sec li > p {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
  }
  .office_point_sec li > p > span {
    margin-top: 0;
    font-size: 12px;
  }
  .office_point_sec img {
    width: 112px;
    height: 112px;
  }
  /* ff_point_sec */
  .ff_point_sec {
    padding-top: 100px;
  }
  .ff_point_sec ul {
    padding: 100px 20px;
    gap: 80px;
  }

  .ff_point_sec ul:nth-of-type(1) {
    padding-top: 60px;
  }
  .ff_point_sec li {
    gap: 32px;
    align-items: unset;
  }
  .ff_point_sec li,
  .ff_point_sec li:nth-child(2n) {
    width: 100%;
    flex-direction: column-reverse;
  }
  .ff_point_sec li:nth-child(2n) {
    text-align: right;
  }
  .ff_point_sec li:nth-child(2n) .disadvantage ._ani,
  .ff_point_sec li:nth-child(2n) .page_link {
    margin-left: auto;
  }
  .disadvantage ._ani {
    height: 36px;
    line-height: 36px;
  }
  .img_office {
    flex: none;
    max-width: none;
    width: 100%;
  }
  .point-txt {
    flex: none;
  }
  .point-txt .disadvantage {
    font-size: 24px;
    font-weight: 700;
  }
  .point-txt .advantage {
    margin: 4px 0 12px;
    font-size: 34px;
  }
  .point-txt .desc {
    font-size: 18px;
    line-height: 1.7;
    color: #0a0a0a;
  }
  .page_link {
    margin-top: 8px;
    font-size: 14px;
  }
  .page_link::before {
    bottom: 2px;
  }
  .page_link::after {
    mask-size: 18px;
  }
  /* member */
  .member_sec ul {
    margin-top: 40px;
    flex-direction: column;
  }
  .member_sec .comment {
    padding: 28px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
  }
  .member_sec .comment::before {
    margin-bottom: 8px;
  }
  /*table*/
  .sec-intro.table .tit {
    padding-bottom: 32px;
  }
  .sec-intro.table .inner {
    padding-bottom: 40px;
  }
  /* card */
  .largeoffice_limitless_wrapper .sec-recomm .lst_office {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .largeoffice_limitless_wrapper .herb-cardT {
    font-size: 20px;
  }
  .largeoffice_limitless_wrapper .herb-cardt {
    font-size: 18px;
  }
  /* outro */
  .outro {
    background-image: url(/wp-content/themes/fastfive/assets/images/largeoffice_limitless/outro_m.jpg);
  }
  .outro > span {
    font-size: 22px;
  }
  .outro > p {
    font-size: 28px;
  }
  .largeoffice_limitless_wrapper .sec_lst .swiper-pagination-progressbar {
    position: relative;
    width: calc(100% - 40px);
    margin: 24px 20px 0 0;
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    border-radius: 4px;
  }
  .largeoffice_limitless_wrapper .sec_lst .swiper-pagination-progressbar-fill {
    background: #0d58b0 !important;
    border-radius: 4px;
  }
}
/* hover */
@media (min-width: 961px) and (hover: hover) {
  .herb-list li[data-id='customoffice'] > a:hover::after {
    background-color: rgba(38, 44, 73, 0.4);
  }
  .herb-list li[data-id='exclusiveoffice'] > a:hover::after {
    background-color: rgba(70, 91, 111, 0.4);
  }
  .herb-list li[data-id='poweredbyff'] > a:hover::after {
    background-color: rgba(94, 41, 11, 0.4);
  }
}
/* keyframe */
@keyframes changeWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes changeWidth_reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
