/* ------- common */
:root {
  --primary-color: #ff6e2e;
  --swiper-navigation-size: 64px;
  --swiper-theme-color: rgba(34, 34, 34, 0.5);
  --swiper-pagination-color: rgb(34, 34, 34);
}
img {
  width: 100%;
}
ul,
li {
  list-style: none;
}
.hidden-pc {
  display: none;
}
.hidden-mo {
  display: block;
}
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.company_for1 {
  color: #000;
}
.btn_wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 60px 0 0;
}
.btn_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  height: 56px;
  padding: 0 48px;
  color: #fff;
  background: #000;
  font-size: 18px;
  font-weight: 600;
  text-indent: 8px;
  border-radius: 8px;
  transition: linear 0.2s;
}
.btn_cta::after {
  content: '';
  display: inline-block;
  margin-left: 2px;
  width: 24px;
  height: 24px;
  background: #fff;
  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%;
}
.btn_cta.__white {
  color: #000;
  background: #fff;
}
.btn_cta.__white::after {
  background: #000;
}
.btn_cta.__primry {
  color: #fff;
  background: var(--primary-color);
}
.btn_cta.__primry::after {
  background: #fff;
}
.section_text {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section_text .sub {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #777;
}
.section_text .title {
  font-size: 52px;
  line-height: 1.4;
  letter-spacing: -1px;
}
/* swiper */
.swiper-pagination-bullet-container {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
  bottom: -8px !important;
}
.section_desk .swiper-pagination-bullet-container {
  position: absolute;
  bottom: 20px !important;
}
.swiper-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1380px;
}
.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  margin: 28px auto 0;
  padding: 0 8px;
  gap: 19px;
  width: 100%;
  max-width: 1280px;
}
.swiper-pagination-total {
  padding-left: 2px;
}
.swiper-pagination-progress {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 4px;
}
.swiper-pagination-progressbar-fill {
  background: #fff !important;
}
.swiper-pagination-current {
  color: #fff;
}
.swiper-pagination-progressbar {
  height: 2px !important;
  background: rgba(255, 255, 255, 0.3);
}
.swiper-pagination-num {
  width: auto;
  color: rgba(255, 255, 255, 0.3);
}
[class^='swiper-button-'] {
  top: 50%;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 13px;
  transform: translateY(50%);
}
[class^='swiper-button-']::after {
  content: none;
}
.swiper-button-prev {
  left: 20px;
}
.swiper-button-next {
  right: 20px;
}
.swiper-button-prev {
  background-image: url(/wp-content/themes/fastfive/assets/images/common/ico_prev.svg);
}
.swiper-button-next {
  background-image: url(/wp-content/themes/fastfive/assets/images/common/ico_next.svg);
}
/* spot */
.spot_normal .title {
  color: var(--primary-color);
}
.spot .swiper-wrapper{
  height: auto;
}
.spot .swiper-slide {
  position: relative;
}
.spot .spot_info_wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  padding: 0 50px;
  width: 100%;
  max-width: 1380px;
}
.spot .spot_info {
  padding: 22px 26px;
  width: 272px;
  color: #fff;
  background: rgba(34, 34, 34, 0.7);
  backdrop-filter: blur(4px);
}
.spot .spot_info .spot_title {
  font-size: 14px;
  line-height: 1.7;
}
.spot .spot_info .spot_name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}
.spot .pagination {
  position: absolute;
  left: 50%;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 50px;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  font-size: 16px;
}
/* visual */
.visual {
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 7.2%;
  height: 720px;
  color: #222;
  background: #f4f4f4;
}
.visual_text_wrapper {
  flex: 4;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.visual_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1380px;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.visual_img {
  flex: 6;
}
.visual_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual .title_bedge {
  display: inline-flex;
  padding: 8px 18px;
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  background: var(--primary-color);
  border-radius: 26px;
}
.visual .title_desc {
  margin: 18px 0 4px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -1px;
}
.visual .title {
  font-size: 74px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.15px;
}
/* intro */
.intro .inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 0 50px;
  gap: 10%;
  width: 100%;
  max-width: 1380px;
}
.intro_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  padding: 180px 0 208px;
  font-size: 24px;
  line-height: 1.5;
  flex: 4;
}
.intro_text strong {
  font-weight: 700;
}
.text_underline {
  padding-bottom: 3px;
  border-bottom: 2px solid #000;
}
.roller_wrapper {
  display: flex;
  gap: 24px;
  flex: 6;
  justify-content: start;
}
.roller_wrapper [class*='roller_'] {
  width: 100%;
  max-width: 324px;
  height: 100%;
}
.roller_01 {
  background: url(/wp-content/themes/fastfive/assets/images/pages/for1/roller_vertical_01.png) repeat-y center / 100% auto;
  background-position-y: 12px;
  animation: rollung_up 40s linear infinite;
}
.roller_02 {
  background: url(/wp-content/themes/fastfive/assets/images/pages/for1/roller_vertical_02.png) repeat-y center / 100% auto;
  background-position-y: -1084px;
  animation: rollung_down 40s linear infinite;
}
/* fivesopt_wrapper */
.fivesopt_wrapper {
  padding: 180px 0;
  background: #fff4df;
}
.fivesopt_wrapper.privateoffice {
  background: #fff;
}
.fivesopt_wrapper.privateoffice .spot_info {
  padding: 10px 4px;
  text-align: center;
  width: 202px;
}
.section_text .title {
  display: inline-flex;
  width: fit-content;
  padding: 0 8px;
  font-size: 52px;
  line-height: 1.4;
  letter-spacing: -1px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 8px;
}
.section_text .desc {
  margin: 16px 0 40px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -1px;
  color: var(--primary-color);
}
.section_text .details > li {
  padding-left: 32px;
  text-align: left;
  font-size: 20px;
  line-height: 1.7;
  background: url(/wp-content/themes/fastfive/assets/images/pages/for1/icon_checkbox.png) no-repeat left center / 20px;
}
/* fivespot_info_container */
.fivespot_info_container {
  margin: 60px auto 0;
  max-width: 1380px;
  padding: 0 50px;
}
.spot-swiper img {
  height: 540px;
  object-fit: cover;
}
.spot-swiper .swiper-button-prev {
  left: 50px;
}
.spot-swiper .swiper-button-next {
  right: 50px;
}
.fivespot_info_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}
.fivespot_info_wrapper .list_inner {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 44px;
  min-width: 34.7%;
  max-width: 447px;
  min-height: 300px;
  height: 100%;
  border-radius: 16px;
  background: #fff;
}
.fivespot_info_wrapper > li.wide {
  flex: 1;
}
.fivespot_info_wrapper > li:first-child {
  width: 40.4%;
}
.fivespot_info_wrapper > li:first-child .list_inner,
.fivespot_info_wrapper > li:nth-child(2) .list_inner {
  justify-content: center;
  max-width: 100%;
}
.fivespot_office_container {
  padding: 0 50px;
}
.fivespot_office_wrapper {
  display: flex;
  margin: 60px auto 0;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
}
.fivespot_office_wrapper > li {
  flex: 1;
}
.fivespot_office_wrapper .list_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 270px;
  height: 100%;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
}
.fivespot_office_wrapper.__gray .list_inner {
  background: #f4f4f4;
}
.fivespot_info_wrapper .inner_list {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}
.fivespot_info_list .list_icon {
  width: 86px;
}
.fivespot_info_list .list_text > h5 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4;
}
.fivespot_info_list .list_text > p {
  font-size: 18px;
  line-height: 1.7;
}
.fivespot_info_list .inner_wrapper {
  display: flex;
}
.fivespot_info_container .list_details {
  display: flex;
  font-size: 14px;
  line-height: 1.7;
}
.fivespot_info_container .list_details::before {
  content: '';
  display: block;
  margin: 0 24px;
  width: 1px;
  height: 100%;
  background: #dadada;
}
.fivespot_info_container .list_details p{
  padding: 8px 0;
}
.fivespot_info_container .list_details p strong{
  display: block;
  margin-top: 10px;
}
.fivespot_info_container .list_details p strong:first-child{
  margin-top: 0;
}
.fivespot_info_container .spot_service {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
.spot_img_slider {
  position: relative;
}
.spot_img_slider figure {
  overflow: hidden;
  height: 100%;
  border-radius: 16px;
}
.spot_img_slider figure img {
  height: 100%;
  object-fit: cover;
}

.spot_img_slider .text_info {
  position: absolute;
  left: 20px;
  bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #222;
}
.spot_img_slider .swiper-navigation {
  max-width: 810px;
}
/* section_event */
.section_event {
  height: 624px;
  background: url(/wp-content/themes/fastfive/assets/images/pages/for1/bg_event.jpg) no-repeat center / cover #000;
  color: #fff;
}
.section_event .event_detail {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.section_event .inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 50px 0 110px;
  max-width: 1330px;
  height: 100%;
}
.section_event .event_detail .event_type {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
.section_event .event_detail .title {
  margin-top: 12px;
  font-size: 52px;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #fff;
}
.section_event .event_detail .title sup {
  font-size: 30px;
}
.section_event .event_detail .title strong {
  color: #ed2f2f;
}
.section_event .event_notice {
  position: absolute;
  bottom: 32px;
  font-size: 14px;
  opacity: 0.7;
}
.section_event .btn_wrapper {
  justify-content: start;
  margin-top: 32px;
}
section {
  overflow: hidden;
}
/* section_desk */
.section_desk {
  padding: 180px 50px;
  background: #fff4df;
}
.section_desk .desk_wrapper {
  display: flex;
  margin: 0 auto;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
}
.section_desk .desk_wrapper > li {
  overflow: hidden;
  flex: 1;
  background: #fff;
  border-radius: 16px;
}
.section_desk .desk_wrapper > li .section_text {
  margin: 0;
  padding: 34px;
}
.section_desk .desk_wrapper > li .section_text .title {
  font-size: 40px;
}
.section_desk .desk_wrapper > li .section_text .desc {
  margin: 12px 0 14px;
  font-size: 24px;
}
.section_desk .desk_wrapper .swiper-slide {
  height: auto;
}
.section_desk .fivespot_office_wrapper {
  margin-top: 24px;
}
.section_desk .spot_img_slider figure {
  border-radius: 0 0 16px 16px;
}
/* section_office_list */
.section_office_list .inner {
  margin: 0 auto;
  padding: 180px 50px;
  max-width: 1380px;
}
.section_office_list .section_title {
  text-align: center;
  font-size: 52px;
  line-height: 1.4;
  letter-spacing: -1px;
}
.office_list_container .office_list_wrapper {
  display: flex;
  margin-top: 60px;
  gap: 24px;
  width: 100%;
}
.office_list_container .office_list {
  flex: 1;
  padding: 40px 24px 30px;
  background: #f4f4f4;
  border-radius: 16px;
}
.office_list_container .office_list .icon_office {
  width: 82px;
}
.office_list_container .office_list .coupon {
  margin: 24px 0;
  padding: 20px 12%;
  background: url(/wp-content/themes/fastfive/assets/images/pages/for1/bg_coupon.png) no-repeat center / 100% 100%;
  color: #222;
}
.office_list_container .office_list .coupon .day {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}
.office_list_container .office_list .coupon .notice {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #222;
  font-weight: 500;
  line-height: 1.4;
}
.office_list_container .office_list .coupon .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
}
.office_list_container .office_list .coupon .price > strong {
  font-size: 40px;
}
.office_list_container .office_list .office_name {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: inherit;
}
.office_list_container .office_list .office_desc {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}
.office_list_container .office_list .office_desc sup {
  font-size: 12px;
}
.office_list_container .office_list .details span {
  font-size: 12px;
}
.office_list_container .office_list .details strong {
  font-weight: 700;
}
.office_list_container .office_list.fivespot {
  background: var(--primary-color);
  color: #fff;
}
.office_list_container .office_list.fivespot .coupon {
  color: var(--primary-color);
}
.office_list_container .office_list .details {
  line-height: 1.7;
}
/* ------- hover ------  */
@media (min-width: 961px) {
  .office_list_container .office_list {
    pointer-events: none;
  }
}
@media (min-width: 961px) and (hover: hover) {
  .btn_cta:hover {
    background: var(--primary-color);
    color: #fff;
  }
  .btn_cta:hover::after {
    background: #fff;
  }
  .btn_cta.__white:hover {
    color: #fff;
    background: #000;
  }
  .btn_cta.__primry:hover {
    background: #000;
  }
  .btn_cta.__light:hover {
    background: #fff4df;
    color: #000;
  }
  .btn_cta.__light:hover::after {
    background: #000;
  }
  .section_event .btn_cta.__white:hover {
    background: #ed2f2f;
  }
}
/* mobile */
@media (max-width: 960px) {
  /* mobile common */
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.3);
  }
  .swiper-pagination-progressbar-fill {
    overflow: hidden;
    background: #000 !important;
    border-radius: 4px;
  }
  .swiper-pagination-num {
    position: static;
    width: fit-content;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
  }
  .swiper-pagination-current {
    padding-right: 2px;
    color: #000;
  }
  .hidden-pc {
    display: block;
  }
  .hidden-mo {
    display: none;
  }
  .section_text {
    margin-bottom: 40px;
  }
  .section_text .title,
  .section_desk .desk_wrapper > li .section_text .title {
    padding: 0 10px;
    font-size: 34px;
  }
  .section_text .desc,
  .section_desk .desk_wrapper > li .section_text .desc {
    margin: 12px 0 28px;
    font-size: 24px;
  }
  .section_text .details {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .section_text .details > li {
    padding-left: 28px;
    font-size: 18px;
    background-position: 0 6px;
  }
  .btn_wrapper {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
  .btn_cta {
    margin: 0 auto;
    padding: 0 32px;
    width: 300px;
    min-width: auto;
    font-size: 16px;
  }
  /* visual */
  .visual {
    flex-direction: column;
    gap: 0;
    height: auto;
  }
  .visual_text_wrapper {
    flex: none;
    padding: 40px 36px 32px;
    align-items: center;
    text-align: center;
  }
  .visual_text {
    position: static;
    padding: 0;
    transform: translateX(0);
  }
  .visual .title_bedge {
    margin: 0 auto;
    padding: 4px 18px;
    font-size: 18px;
  }
  .visual .title_desc {
    margin: 12px 0 4px;
    font-size: 24px;
  }
  .visual .title {
    font-size: 40px;
    line-height: 1.4;
  }
  /* intro */
  .intro .inner {
    flex-direction: column;
    padding: 0 0 130px;
    gap: 60px;
    text-align: center;
  }
  .intro_text {
    padding: 130px 36px 0;
    gap: 36px;
    font-size: 22px;
    line-height: 1.4;
  }
  .roller_wrapper {
    flex: none;
    flex-direction: column;
    gap: 16px;
  }
  .roller_wrapper [class*='roller_'] {
    width: 100%;
    max-width: 100%;
    height: 206px;
  }
  .roller_01 {
    background: url(/wp-content/themes/fastfive/assets/images/pages/for1/roller_horizen_01.png) repeat-x center / auto 206px;
    animation: rollung_left 60s linear infinite;
  }
  .roller_02 {
    background: url(/wp-content/themes/fastfive/assets/images/pages/for1/roller_horizen_02.png) repeat-x center / auto 206px;
    animation: rollung_right 60s linear infinite;
  }
  /* .fivesopt_wrapper */
  .fivesopt_wrapper {
    padding: 130px 0;
  }
  /* .spot */
  .spot .spot_info_wrapper {
    padding: 0;
    bottom: 0;
    max-width: 100%;
    text-align: center;
  }
  .fivesopt_wrapper.privateoffice .spot_info {
    width: 100%;
  }
  .spot .spot_info {
    padding: 8px;
    width: 100%;
    background: rgba(34, 34, 34, 0.5);
    backdrop-filter: unset;
  }
  .spot .spot_info .spot_name {
    font-size: 16px;
  }
  .spot .pagination {
    position: static;
    padding: 0 20px;
    margin-top: 12px;
    transform: translateX(0px);
  }
  /* fivespot_info_wrapper */
  .fivespot_info_wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .fivespot_info_container {
    margin-top: 40px;
    padding: 0 20px;
  }
  .spot-swiper img {
    height: auto;
  }
  .fivespot_info_container .spot_service {
    border-radius: 16px 16px 0 0;
  }
  .fivespot_info_wrapper .list_inner,
  .fivespot_office_wrapper .list_inner {
    justify-content: start !important;
    padding: 26px;
    gap: 24px;
    min-width: 100%;
    height: auto;
    min-height: auto;
  }
  .fivespot_info_wrapper > li:first-child {
    min-width: 100%;
  }
  .fivespot_info_wrapper .inner_list {
    flex-direction: column-reverse;
    /*  */
    justify-content: start;
    /*  */
    gap: 16px;
  }
  .fivespot_info_wrapper .inner_list .list_inner {
    margin-top: -18px;
    border-radius: 0 0 16px 16px;
  }
  .fivespot_info_list .list_icon {
    margin-top: 22px;
    width: 68px;
  }
  .fivespot_info_list .list_text > h5 {
    font-size: 22px;
  }
  .fivespot_info_list .list_text > p {
    font-size: 16px;
  }
  .fivespot_info_list .inner_wrapper {
    flex-direction: column;
  }
  .fivespot_info_container .list_details {
    margin-top: 0;
    flex-direction: column;
  }
  .fivespot_info_container .list_details::before {
    width: 198px;
    height: 1px;
    margin: 16px 0;
  }
  .fivespot_office_container {
    padding: 0 20px;
  }
  .fivespot_office_wrapper {
    margin-top: 40px;
    flex-direction: column;
  }
  .spot_img_slider .pagination {
    position: absolute;
    transform: translateX(-50%);
    bottom: 12px;
  }
  .spot_img_slider .text_info {
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }
  .spot_img_slider figure {
    border-radius: 0;
  }
  .swiper-pagination-bullet-container {
    bottom: 0 !important;
  }
  /* section_event */
  .section_event {
    height: auto;
    background: #000;
  }
  .section_event .inner {
    position: relative;
    padding: 0 0 130px;
    text-align: center;
  }
  .section_event .event_name {
    position: absolute;
    top: 14.5%;
    width: 100%;
  }
  .section_event .event_detail .event_type {
    font-size: 14px;
  }
  .section_event .event_detail .title {
    font-size: 48px;
  }
  .section_event .event_notice {
    position: static;
    margin-top: 16px;
    font-size: 14px;
  }
  .section_event .btn_wrapper {
    margin-top: 40px;
    justify-content: center;
  }
  /* section_desk */
  .section_desk {
    padding: 130px 0;
  }
  .section_desk .desk_wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .section_desk .desk_wrapper > li {
    background: transparent;
    border-radius: 0;
  }
  .section_desk .desk_wrapper > li .section_text {
    padding: 0 20px 40px;
  }
  .section_desk .fivespot_office_wrapper {
    margin-top: 40px;
    padding: 0 20px;
    gap: 16px;
  }
  .section_desk .spot_img_slider .text_info {
    left: 12px;
    bottom: 12px;
    text-align: left;
    transform: translateX(0);
    font-size: 16px;
  }
  .section_desk .spot_img_slider figure {
    border-radius: 0;
  }
  .section_desk .spot_img_slider .pagination {
    position: static;
    margin-top: 16px;
    transform: translateX(0);
  }
  .section_desk .swiper-pagination-bullet-container {
    position: static;
  }
  /* section_office_list */
  .section_office_list .inner {
    padding: 130px 18px;
  }
  .section_office_list .section_title {
    font-size: 34px;
  }
  .office_list_container .office_list_wrapper {
    margin-top: 40px;
    flex-direction: column;
  }
  .office_list_container .preview_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .office_list_container .office_list_wrapper {
    gap: 16px;
  }
  .office_list_container .preview_wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%) rotate(0deg);
    width: 34px;
    height: 34px;
    background: url(/wp-content/themes/fastfive/assets/images/pages/for1/icon_arrow_up__black.png) no-repeat center / cover;
  }
  .office_list_container .fivespot .preview_wrapper::after {
    background-image: url(/wp-content/themes/fastfive/assets/images/pages/for1/icon_arrow_up.png);
  }
  .office_list_container .fivespot.show .preview_wrapper::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .office_list_container .fivespot .preview_wrapper::after,
  .office_list_container .show .preview_wrapper::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .office_list_container .office_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .office_list_container .office_list {
    overflow: hidden;
    max-height: 130px;
    padding: 24px 32px 48px;
    cursor: pointer;
  }
  .office_list_container .office_list.show {
    max-height: unset;
  }
  .office_list_container .office_list .icon_office {
    width: 68px;
  }
  .office_list_container .office_list .office_name {
    font-size: 22px;
    line-height: 1.4;
  }
  .office_list_container .office_list .office_desc {
    font-size: 16px;
    line-height: 1.4;
  }
  .office_list_container .office_list .coupon {
    position: relative;
    margin: 28px 10px;
    padding: 22px 38px;
    background: #fff;
  }
  .office_list_container .office_list .coupon::before,
  .office_list_container .office_list .coupon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #f4f4f4;
  }
  .office_list_container .office_list.fivespot .coupon::before,
  .office_list_container .office_list.fivespot .coupon::after {
    background: var(--primary-color);
  }
  .office_list_container .office_list .coupon::before {
    left: -10px;
  }
  .office_list_container .office_list .coupon::after {
    right: -10px;
  }
  .office_list_container .office_list .coupon .notice {
    font-size: 13x;
  }
  .office_list_container .office_list .details {
    padding: 4px 10px 0;
    font-size: 14px;
  }
}

/* keyframe */
@keyframes rollung_up {
  0% {
    background-position-y: 12px;
  }
  100% {
    background-position-y: -3460px;
  }
}
@keyframes rollung_down {
  0% {
    background-position-y: -1084px;
  }
  100% {
    background-position-y: 3460px;
  }
}
@keyframes rollung_left {
  0% {
    background-position-x: 12px;
  }
  100% {
    background-position-x: -3460px;
  }
}
@keyframes rollung_right {
  0% {
    background-position-x: -1084px;
  }
  100% {
    background-position-x: 3460px;
  }
}

/* 250204 */
.section_event_250204 {
  position: relative;
  width: 100%;
  background-color: #ff6e2e;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}
.section_event_250204 .inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section_event_250204 .for1_event_box small {
  font-weight: 700;
  line-height: 170%;
  color: #fff;
}
.section_event_250204 .for1_event_box h2 {
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
}
.section_event_250204 .for1_event_box h2 > strong {
  color: #fff562;
  display: block;
}
.section_event_250204 .for1_event_box > small + h2 {
  margin-top: 12px;
}
.section_event_250204 .btn_wrapper {
  justify-content: flex-start;
}
.event_caution {
  font-size: 14px;
  line-height: 170%;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 961px) {
  .section_event_250204 {
    background-image: url('/wp-content/themes/fastfive/assets/images/pages/for1/event_img_250204.jpg');
    background-size: cover;
    background-position: center;
  }
  .section_event_250204 .inner {
    max-width: 1380px;
    min-height: 627px;
    padding: 0 50px;
    justify-content: center;
  }
  .section_event_250204 .for1_event_box small {
    font-size: 16px;
  }
  .section_event_250204 .for1_event_box h2 {
    font-size: 52px;
    line-height: 140%;
  }
  .section_event_250204 .btn_wrapper {
    margin: 32px 0 0 0;
  }
  .event_caution {
    position: absolute;
    bottom: 32px;
    left: 50px;
  }
}
@media (max-width: 960px) {
  .section_event_250204 {
    min-height: 948px;
    padding: 130px 37px;
    background-image: url('/wp-content/themes/fastfive/assets/images/pages/for1/event_img_250204_m.jpg');
    background-position: center top;
    background-size: 960px auto;
  }
  .section_event_250204 .inner {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
  }
  .section_event_250204 .for1_event_box {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
  .section_event_250204 .for1_event_box small {
    font-size: 14px;
  }
  .section_event_250204 .for1_event_box h2 {
    font-size: 48px;
    line-height: 100%;
  }
  .section_event_250204 .for1_event_box h2 > strong {
    margin-top: 10px;
  }
  .section_event_250204 .btn_wrapper {
    margin-top: auto;
    padding-top: 13px;
  }
  .event_caution {
    margin-top: 16px;
    text-align: center;
  }
}
/* 241227 */
._241227 {
  background-image: url('/wp-content/themes/fastfive/assets/images/pages/for1/event_img_241227.jpg');
}
._241227 .inner {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
._241227 .for1_event_box > small {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
}
._241227 .for1_event_box > h2 {
  margin-top: 10px;
  font-size: 52px;
  color: #fff;
}
._241227 .event_caution {
  position: static;
  margin-top: 20px;
}
@media (min-width: 961px) {
  ._241227 .btn_cta:hover {
    background: #fff;
    color: #000;
  }
  ._241227 .btn_cta:hover::after {
    background: #000;
  }
}
@media (max-width: 960px) {
  ._241227 {
    display: flex;
    flex-direction: column;
    min-height: 958px;
    background-image: url('/wp-content/themes/fastfive/assets/images/pages/for1/event_img_241227_mo.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 375px auto;
  }
  ._241227 .inner {
    padding: 130px 20px;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
  }
  ._241227 .for1_event_box {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  ._241227 .for1_event_box > small {
    font-size: 14px;
  }
  ._241227 .for1_event_box > h2 {
    font-size: 42px;
  }
  ._241227 .btn_wrapper {
    margin-top: auto;
  }
  ._241227 .event_caution {
    margin-top: 16px;
  }
}
/* 250317 이벤트 영역 추가 */
.office_inner{position: relative; width: 100%; margin: 0 auto;}
.office_event{background: #000;overflow: hidden;}
.office_event .office_inner{padding: 217px 50px;}
.office_event .office_title{text-align: left;align-items: flex-start;gap:16px;display: flex;flex-direction: column;}
.office_event .office_title .sub_text{font-size: 24px;}
.office_event .office_title .sub_text,.office_event .office_title > h3{color: #fff;}
.office_event .office_title > h3{font-size: 40px;}
.office_event .office_title > h3 strong{color:#FF6E2E}
.office_event .sub_text{color: #fff;}
.office_event .office_inner > .sub_text{font-weight: 500;line-height: 170%;}
.office_event .img_event{width: 580px;position: absolute;top: 70px;left: 45%;margin-top: 0;}
.office_event .bt_base{background: #000;border:1px solid #fff;padding: 0 48px;font-size: 18px;text-indent: 8px;--color: #fff;height: 56px;font-weight: 600;line-height: 170%;color: var(--color);background-color: var(--color1);border-radius: 8px;display: inline-flex;justify-content: center;align-items: center;}
.bt_base::after {width: 24px;height: 24px;background-color: var(--color);mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cmask id='mask0_4486_411' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Crect width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4486_411)'%3E%3Cpath d='M9.65024 7.99935L4.75024 3.09935C4.58357 2.93268 4.50301 2.73546 4.50857 2.50768C4.51413 2.2799 4.60024 2.08268 4.7669 1.91602C4.93357 1.74935 5.13079 1.66602 5.35857 1.66602C5.58635 1.66602 5.78357 1.74935 5.95024 1.91602L11.0669 7.04935C11.2002 7.18268 11.3002 7.33268 11.3669 7.49935C11.4336 7.66602 11.4669 7.83268 11.4669 7.99935C11.4669 8.16602 11.4336 8.33268 11.3669 8.49935C11.3002 8.66602 11.2002 8.81602 11.0669 8.94935L5.93357 14.0827C5.7669 14.2494 5.57246 14.3299 5.35024 14.3244C5.12801 14.3188 4.93357 14.2327 4.7669 14.066C4.60024 13.8994 4.5169 13.7021 4.5169 13.4743C4.5169 13.2466 4.60024 13.0494 4.7669 12.8827L9.65024 7.99935Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");mask-size: 16px auto;mask-repeat: no-repeat;mask-position: center;display: block;content: '';}
@media (min-width:961px) {
  .office_inner{max-width: 1380px;}
  .office_event .office_inner > .sub_text{margin-top: 16px;font-size: 20px;}
  .office_event .office_title .sub_text, .office_event .office_title > h3{text-align: left;}
  .office_event .office_btn_group{justify-content:flex-start;margin-top: 32px;}
  .office_interview_list li{gap: 48px;}
  .office_event .bt_base:hover{background: #FF6E2E;border-color: #ff6e2e;}
}
@media (max-width:960px) {
  .office_event .office_inner{padding: 130px 0;}
  .office_event .office_btn_group{text-align: center;}
  .office_event .img_event{position: static;width: 100%;margin-top: 32px;}
  .office_event .office_title .sub_text{font-size: 22px;font-weight: 500;line-height: 140%}
  .office_event .office_title > h3{font-size: 34px;text-align: center;}
  .office_event .office_title{align-items: center;text-align: center;gap: 6px;}
  .office_event .sub_text{text-align: center;}
  .office_event .office_btn_group{justify-content: center;margin-top: 16px;}
  .office_by_box._active header{padding-top: 32px;}
  .office_event .office_inner > .sub_text{font-size: 18px;margin-top: 24px;}
  .office_event .bt_base{width: 100%;max-width: 279px;padding: 0 32px;font-size: 16px;text-indent: 4px;}
}