/*
Theme Name: billage
Theme URI: https://billage.space/
Author: HironoriHashimoto
Description:  billag css
*/

/*****************************************************************
* 共通部分
*****************************************************************/
html {
  font-size: 55%;
}

@media screen and (min-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 560px) {
  .sp-margin-30vw {
    margin-top: 30vw;
  }
}


body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-size: 1.5rem;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1.8;
  letter-spacing: 0.14rem;
  font-weight: 400;
  color: #454545;
  font-family: 'Noto Sans JP',
    sans-serif;
}
@media screen and (max-width: 959px) {
  .fixed {
    position: fixed;
    z-index: -1;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(70, 195, 215, 1) 0%, rgba(240, 235, 71, 1) 100%);
}
}
img {
  max-width: 100%;
  height: auto;
}

body,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .3s;
  display: block;
}
i{
  transition: .3s;
}
th {
  font-weight: normal;
}
section{
  margin-bottom:16vw;
}
@media screen and (min-width: 560px) {
  section{
    margin-bottom:5.208vw;
  }
}
.u-hidden__wrap,
.p-keyvisual__inner,
.c-slide__contents {
  overflow: hidden;
}

.c-common__image img {
  border-radius: 8px;
}

.c-common__r img {
  border-radius: 8px;
}
.text-center{
  text-align: center;
}
/************************************
** 枠 グラデーション
************************************/
main {
  position: relative;
  padding-bottom: 10rem;
  flex: 1;
  overflow-x: hidden;
}

main::before,
main::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0px;
  z-index: -2;
}

.l-gradient__items {
  position: relative;
}

@media screen and (min-width: 560px) {

  main::before,
  main::after {
    width: 10px;
  }
}

main::before {
  left: 0px;
  background: linear-gradient(180deg, rgba(70, 195, 215, 1) 0%, rgba(240, 235, 71, 1) 100%);
}

main::after {
  right: 0px;
  background: linear-gradient(180deg, rgba(240, 235, 71, 1) 0%, rgba(70, 195, 215, 1) 100%);
}

.l-gradient__items::before {
  content: '';
  top: 0px;
  width: 100%;
  height: 4px;
  z-index: -2;
  background: linear-gradient(90deg, rgba(70, 195, 215, 1) 0%, rgba(240, 235, 71, 1) 100%);
  position: absolute;
}

@media screen and (min-width: 560px) {
  .l-gradient__items::before {
    height: 8px;
  }
}

/************************************
** ページ幅 2022
************************************/
.p-wrapper {
  max-width: 1232px;
  padding: 0 28px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .p-wrapper {
    padding: 0 16px;
  }
}
.u-common__inner-center{
  max-width: 787px;
  margin:0 auto;
}
/************************************
** 横並び 2022
************************************/
.p-sp__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .p-common__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.c-parts__inner {
  display: flex;
  gap:10px;
}
@media screen and (min-width: 960px) {
  .c-parts__inner {
    gap:20px;
  }
}
.c-tags__inner {
  display: flex;
  gap:10px;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow-x: auto;
}
@media screen and (min-width: 560px) {
  .u-reverse {
    flex-direction: row-reverse;
  }
}
/************************************
** タグ 2022
************************************/
.c-tag__link{
  border-radius: 22px;
  background-color: #F4F5F7;
  height:39px;
  line-height: 39px;
  font-size: 1.3rem;
  padding:0px 20px;
}
.c-tag__link h3{
  font-weight: normal;
  font-size: 1.3rem;
}
@media screen and (min-width: 960px) {
  .c-tag__link:hover{
    opacity: 0.6;
  }
}
/************************************
** カラム関連 2022
************************************/
.p-common__3colums {
  margin-bottom: 5rem;
}
.p-common__3colums p{
  text-align: justify;
}
.p-common__3colums .c-common__name {
  margin: 3rem 0 1.3rem;
}

@media screen and (min-width: 560px) {
  .p-common__3colums .c-common__name {
    margin: 1.5rem 0;
  }
}
.p-common__5colums {
  flex: 0 0 31.4375%;
  max-width: 31.4375%;
  text-align: center;
}
.p-common__5colums {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 560px) {
  .p-common__2colums {
    flex: 0 0 48.75%;
    max-width: 48.75%;
  }

  .p-common__5colums,
  .p-common__6colums {
    margin-bottom: 0px;
  }

  .p-common__6colums a:hover {
    opacity: 0.7;
  }

  .p-common__3colums {
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }

  .p-common__4colums {
    flex: 0 0 24%;
    max-width: 24%;
  }

  .p-common__5colums {
    flex: 0 0 16.791%;
    max-width: 16.791%;
  }

  .p-common__6colums {
    flex: 0 0 15.791%;
    max-width: 15.791%;
  }
}
.green_member,.yellow-member{
	justify-content: left;
}

@media screen and (min-width: 960px) {
	.p-common__3colums  {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 560px) {
	.green_member .p-common__3colums {
		margin-right: 2%;
        padding-right: 10px;
    }
}

/************************************
** 丸アイコンの横並び
************************************/
.p-recommend__images img{
	border-radius: 8px;
}
.h2-recommend-header{
	padding-top: 30px;
	padding-bottom: 30px;
}
.p-icon__images,
.p-icon__images-gray{
  background: #005A73;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
  object-fit: cover;
}
.p-icon__images-gray{
  background: #8B98A9;
}
.u-lightplan__background{
  background-color: #26D47B;
}
.u-standardplan__background{
  background-color: #2BBD9D;
}
.u-dropin__background{
  background-color: #24C744;
}
.u-rentaloffice__background{
  background-color: #2491C9;
}
.u-fixed__background{
  background-color: #26C8D4
}
.p-icon__images img,
.p-icon__images-gray img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 60px;
}

@media screen and (min-width: 960px) {
  .p-icon__images img,
  .p-icon__images-gray img{
    max-width: 100%;
    width:80px;
    height:80px;
  }
}

@media screen and (min-width: 960px) {
  .p-icon__images,
  .p-icon__images-gray{
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 560px) {
  .c-plactical__use-inner{
    gap: 20px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .c-plactical__use-inner{
    gap: 40px;
  }
}
/************************************
** 改行位置 2022
************************************/
.ps-br {
  display: none;
}

.sp-br {
  display: block;
}

@media screen and (min-width: 560px) {
  .ps-br {
    display: block;
  }

  .sp-br {
    display: none;
  }
}

/************************************
** パンくずリスト 2022
************************************/
.breadcrumb-area{
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
  font-size: 1.3rem;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .breadcrumb-area{
    margin-bottom: 0px;
    max-width: 95%;
    padding: 25px 0px;
  }
}
.breadcrumb-area__list{
  scroll-snap-align: center;
	display: inline-block;
	white-space: normal;
}
.breadcrumb-area .home,
.breadcrumb-area a{
  color:#8B98A9;
}
.breadcrumb-area .home:hover,
.breadcrumb-area a:hover{
  opacity: 0.7;
}
.pankuzu-icon{
  padding:0 14px;
}

/************************************
** タブ切り替え 2022
************************************/
.tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 30px;
  gap:20px;
}

.tab li {
  flex: 0 0 20%;
  max-width: 20%;
}

@media screen and (min-width: 560px) {
  .tab li {
    flex: 0 0 18%;
    max-width: 18%;
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .tab li {
    flex: 0 0 auto;
    max-width: 100%;
    display: block;
    width:100px;
  }
}
.tab li a {
  display: block;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #8B98A9;
  height: 35px;
  line-height: 35px;
  width: 70px;
}

@media screen and (min-width: 560px) {
  .tab li a {
    width: 100%;
  }
}
/* @media screen and (min-width: 960px) {
  .tab li a {
    width: 100px;
  }
} */
.tab li.active a,
.tab li a:hover {
  background: #8B98A9;
  color: #fff;
}
/************************************
** フローのタブ切り替え 2022
************************************/
#tab_menu {
	margin: 0 0 4rem;
}
#tab_menu li{
  flex: 0 0 31.25%;
  max-width: 31.25%;
	padding: 16px 0px;
	text-align: center;
	cursor: pointer;
  border-radius: 8px;
	background: #fff;
  border:1px solid #F4F5F7;
  transition: .3s;
  font-size: 1.3rem;
}
#tab_menu li:last-child {
	margin-right: 0;
}
#tab_menu li.selected {
	background: #F4F5F7;
  color:#8B98A9;
  font-weight: 900;
}
#tab_menu li:hover {
	background: #F4F5F7;
  color:#8B98A9;
  font-weight: 900;
}

@media screen and (min-width: 560px) {
  .tab_panel{
    gap: 40px;
    display: flex;
  justify-content: center;
  }
}
/************************************
** 青くて丸いパーツ 2022
************************************/
.p-flow__content .p-common__3colums,
.p-flow__content .p-common__4colums {
  position: relative;
  padding-bottom: 5rem;
  /* display: flex;
  justify-content: space-between; */
}

.p-flow__content .p-common__4colums {
  margin-bottom: 4rem;
}

@media screen and (min-width: 560px) {

  .p-flow__content .p-common__3colums,
  .p-flow__content .p-common__4colums {
    display: block;
    padding-bottom: 0rem;
  }

  .p-flow__content .p-common__4colums {
    margin-bottom: 0px;
  }
}
/*
#before:checked~#before_content,
#finish:checked~#finish_content,
#onetheday:checked~#onetheday_content {
  display: block;
  animation: .6s zoom-in;
}

@media screen and (min-width: 560px) {

  #before:checked~#before_content,
  #finish:checked~#finish_content,
  #onetheday:checked~#onetheday_content {
    display: flex;
  }
} */

.p-flow__content .p-icon__images {
  max-width: 120px;
  margin: 0px auto;
  height: 120px;
  width: 100%;
}

@media screen and (min-width: 560px) {
  .p-flow__content .p-icon__images {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    height: 120px;
    width: 120px;
  }
}
@media screen and (min-width: 960px) {
  .p-flow__content .p-icon__images {
    height: 150px;
    width: 150px;
  }
}
/* .p-flow__content .p-icon__images img {
  max-width: 40px;
} */
/*
@media screen and (min-width: 560px) {
  .p-flow__content .p-icon__images img {
    max-width: 60px;
  }
}
@media screen and (min-width: 960px) {
  .p-flow__content .p-icon__images img {
    max-width: 80px;
  }
} */
/************************************
** 各拠点へ移動する共通リンク 2022
************************************/
.p-place__link{
  margin-top:8rem;
}
.p-place__link p{
  text-align: center;
  padding-bottom: 35px;
}
.c-link__button {
  margin-top: 6rem;
}

.c-link__block {
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 48%;
  max-width: 48%;
  margin-bottom: 20px;
  border-radius: 8px;
}

@media screen and (min-width: 560px) {
  .c-link__block {
    flex: 0 0 23.45%;
    max-width: 23.45%;
  }
}

.c-link__block a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(69, 69, 69, .7);
  left: 0;
  top: 0;
  z-index: 1;
}

.c-link__headline::before {
  content: '\f054';
  font-family: fontAwesome;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s ease-out;
}

.c-link__block a {
  z-index: 1;
  width: 100%;
  height: 113px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .c-link__block a {
    height: 133px;
  }
}
@media screen and (min-width: 960px) {
  .c-link__block a {
    height: 210px;
  }
}
.c-link__block a::after {
  content: '';
  transition: transform .3s ease-out;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 960px) {
  .c-link__block a::after {
    transition: transform .3s ease-out;
  }

  .c-link__block a:hover::after {
    transform: scale(1.1);
  }

  .c-link__block a:hover .c-link__headline::before {
    right: 0px;
  }
}
.c-base__headline{
  z-index: 1;
  font-size:2rem;
  color:#fff;
}
.u-base__osaka a::after{
  background-image:url("/wp-content/themes/billage/images/base-osaka.jpg")
}
.u-base__shibuya a::after{
  background-image:url("/wp-content/themes/billage/images/base-shibuya.jpg")
}
.u-base__chiyoda a::after{
  background-image:url("/wp-content/themes/billage/images/base-chiyoda.jpg")
}
.u-base__hokkaido a::after{
  background-image:url("/wp-content/themes/billage/images/base-hokkaido.jpg")
}
.u-base__hyogo a::after{
  background-image:url("/wp-content/themes/billage/images/base-hyogo.jpg")
}
.u-base__shiga a::after{
  background-image:url("/wp-content/themes/billage/images/base-shiga.jpg")
}
.u-base__hiroshima a::after{
  background-image:url("/wp-content/themes/billage/images/base-hiroshima.jpg")
}
.u-base__fukuoka a::after{
  background-image:url("/wp-content/themes/billage/images/base-fukuoka.jpg")
}
/************************************
** 画面いっぱいの2カラム横並び 2022
************************************/

@media screen and (min-width: 960px) {
  .c-slide__contents .u-hidden__wrap {
    padding-bottom: 10rem;
  }
}

.c-description__body {
  margin-bottom: 2.6rem;
  text-align: justify;
  max-width: 335px;
  padding-top: 0.75rem;
}

.c-description__body .smoothTextTrigger {
  transition-delay: .8s;
}

.c-description__background {
  position: relative;
}

.c-description__background::after {
  content: '';
  background: #f4f5f7;
  height: 460px;
  max-width: 85%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 40px;
  z-index: -1;
  border-radius: 0px 0px 0px 8px;
  opacity: 0;
}
@media screen and (min-width: 560px) {
  .c-description__background::after {
        top: 110px;
        max-width: 85%;
        height: 70%;
  }
}
@media screen and (min-width: 960px) {
  .c-description__background::after {
    /* bottom: -40px; */
    top: 40px;
    max-width: 1152px;
    height: 466px;
  }
}
.js-scroll.show.c-description__background::after {
  width: 0%;
}
.js-scroll.done.c-description__background::after {
  -webkit-animation: fadein 2s 0s ease forwards,
    right .7s 0s ease forwards;
  animation: fadein 2s 0s ease forwards,
    right .7s 0s ease forwards;
    width: 100%;
}
.js-scroll.done.u-description__reverse.c-description__background::after {
  -webkit-animation: fadein 2s 0s ease forwards,
    left .7s 0s ease forwards;
  animation: fadein 2s 0s ease forwards,
    left .7s 0s ease forwards;
}
.u-description__reverse.c-description__background::after {
  right: auto;
  left: 0px;
  border-radius: 0px 8px 8px 0px;
}

.c-link__headline span {
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
}

.u-description__inner {
  max-width: 1552px;
  align-items: center;
  margin-bottom: 7rem;
}

@media screen and (min-width: 560px) {
  .u-description__inner {
    margin-bottom: 0rem;
  }
}

.u-description__reverse .u-description__inner {
  margin-left: auto;
}

.u-left__image img {
  border-radius: 0px 8px 8px 0px;
  max-width: 90%;
}
.u-left__image{
  margin-right: auto;
  text-align: left;
}
/* .u-right__image{
  padding-left: 40px;
} */
.u-right__image {
  margin-left: auto;
  text-align: right;
}
.u-right__image img {
  max-width: 90%;
  border-radius: 8px 0px 0px 8px;
}
.c-common__zigzag .u-right__image img,
.c-common__zigzag .u-left__image img{
  border-radius: 0px;
}
@media screen and (min-width: 560px) {
  .c-common__zigzag .u-right__image img{
    border-radius: 8px 0px 0px 8px;
    max-width: 100%;
  }
  .c-common__zigzag .u-left__image img{
    border-radius: 0px 8px 8px 0px;
    max-width: 100%;
  }
}
@media screen and (min-width: 560px) {

.u-left__image,
.u-right__image {
    padding:0px;
    max-width: 100%;
  }
  .u-left__image img,
  .u-right__image img{
    max-width: 100%;
  }
.u-right__image {
    margin-left: 0px;
  }
}

/* @media screen and (min-width: 560px) and (max-width:959px) {
  .u-right__image img {
    border-radius: 0px;
  }
} */

.c-description__block {
  padding: 0 28px;
  margin-top: 31px;
}
.c-description__background .c-description__block {
  margin-top: 48px;
}
@media screen and (min-width: 1760px) {
  .c-description__background .c-description__block {
    margin-top: 48px!important;
  }
}
@media screen and (min-width: 960px) {
  .c-description__background .c-description__block {
    margin-top: 94px;
  }
}
@media screen and (min-width: 560px){
  .c-description__block {
    padding: 20px;
    margin-top: 0px;
  }
}

@media screen and (min-width: 560px) {
  .c-description__image {
    flex: 0 0 60.83%;
    max-width: 60.83%;
  }

  .c-description__block {
    flex: 0 0 35.33%;
    max-width: 35.33%;
  }
}

@media screen and (min-width: 960px) {
  .c-description__image {
    flex: 0 0 71.83%;
    max-width: 71.83%;
  }

  .c-description__block {
    flex: 0 0 25.33%;
    max-width: 25.33%;
    padding: 0px;
  }
  .c-description__block .p-common__link{
    max-width: 330px;
  }
}
@media screen and (min-width: 560px) {
.u-description__left--block{
  padding-left: 20px;
}
.u-description__right--block{
  padding-right: 20px;
}
}
@media screen and (min-width: 1441px) {
  .u-description__left--block{
    padding-left: 0px;
  }
  .u-description__right--block{
    padding-right: 0px;
  }
}
/* @media screen and (max-width: 559px){
.c-description__image.u-left__image,
.c-description__image.u-right__image{
  padding:0px;
}
.c-description__image.u-right__image picture{
  padding-left: 40px;
}
} */
/************************************
** グレーの背景 2022
************************************/
.p-common__background-color{
  background-color: #F4F5F7;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 560px) {
  .p-common__background-color{
    padding-bottom: 40px;
  }
}
.p-common__background-color::after{
  content: '';
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  z-index: -1;
}
.u-background__adjustment{
  padding-bottom: 4rem;
}

.c-layout__background {
  position: relative;
}

@media screen and (max-width: 559px) {
  .c-layout__background .p-wrapper {
    padding: 0px;
  }
}

.c-layout__background::after {
  content: '';
  background: #F3F4F6;
  height: 360px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: -1;
}

@media screen and (min-width: 560px) {
  .c-layout__background::after {
    height: 450px;
  }
}
/************************************
** タイトルのパーツ 2022
************************************/
.c-common__title-adjustment{
  padding-bottom:2rem;
}
@media screen and (min-width: 560px) {
.c-common__title-adjustment{
  padding-bottom: 6rem;
}
}
.p-common__headline {
  font-size: 4.5rem;
  line-height: 1;
  z-index: 1;
  position: relative;
  margin-bottom: 8rem;
  font-weight: 900;
  padding-top: 6rem;
  line-height: 1.5;
}

@media screen and (min-width: 560px) {
  .p-common__headline {
    font-size: 5rem;
    line-height: 1.5;
  }
}
/********タイトルの下の日本語部分********/
.u-common__headline-caption {
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
  margin-top: 2.4rem;
}

@media screen and (min-width: 960px) {
  .u-common__headline-caption {
    font-size: 1.5rem;
    margin-top: 0rem;
  }
}
/********TOP等でよく使うタイトル********/
.c-common__title {
  margin-bottom: 1.7rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  .c-common__title {
    font-size:1.563vw;
  }
}
/********どのページでも使う横並び小さいほうのタイトル********/
.c-common__lead {
  font-size: 2rem;
  margin-bottom:3rem;
  font-weight: 900;
  line-height: 1.5;
}

@media screen and (min-width: 560px) {
  .c-common__lead {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 960px) {
  .c-common__lead {
    font-size:1.563vw;
  }
}

.c-common__lead-jp {
  font-size: 1.5rem;
  display: block;
  margin-top:1.5rem;
  font-weight: normal;
}
@media screen and (min-width: 560px) {
  .c-common__lead-jp {
    margin-top:.5rem;
  }
}
@media screen and (min-width: 960px) {
  .c-common__lead-jp {
    margin-top:1.5rem;
  }
}
/********どのページでも使う横並び大きいほうのタイトル********/
.c-common__headline_special {
  font-weight: 700;
  font-size: 3rem;
  color: #454545;
  margin-bottom: 4rem;
  line-height: 1.4;
  text-align: center;
}

.c-common__headline {
  font-weight: 900;
  font-size: 4.5rem;
  color: #005A73;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {

  .c-common__headline_special {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 560px) {

  .c-common__headline_special {
    font-size: 2.4rem;
  }
  .c-common__headline {
    font-size:5.933vw;
    display: flex;
    align-items: baseline;
    line-height: 1.5;
  }
}

@media screen and (min-width: 960px) {
  .c-common__headline {
    font-size:2.917vw;
  }
}

.c-common__headline-jp {
  font-size: 1.5rem;
  color: #454545;
  display: block;
  font-weight: normal;
}

@media screen and (min-width: 560px) {
  .c-common__headline-jp {
    margin-left: 2.2rem;
    display: inline;
  }
}
/********下層ページでよく使うタイトルの枠********/
.c-common__title--inner{
  margin:4rem 0;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .c-common__title--inner{
    margin:6.5rem 0 10rem;
  }
}
/********横並びタイトル********/
.c-lineup__headline{
  font-size: 2.4rem;
  margin-bottom:3rem;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .c-lineup__headline{
    font-size:1.563vw;
  }
}
.c-lineup__headline-jp{
  font-size: 1.5rem;
  font-weight: normal;
  display: block;
  margin-top: .5rem;
}
@media screen and (min-width: 560px) {
  .c-lineup__headline-jp{
    margin-left: 10px;
    margin-top: 0rem;
    display: inline-block;
  }
}
/********青くて丸い横並びアイコンのタイトル********/
.c-columns__headline{
  color:#005A73;
  text-align: center;
  font-size: 1.8rem;
  padding:28px 0px 8px;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .c-columns__headline{
    font-size: 2rem;
  }
}
/********グレーの丸い横並びアイコンのタイトル********/
.c-columns__headline-grey{
  text-align: center;
  font-size: 2rem;
  padding:10px 0px;
  font-weight: 900;
}
.c-place__headline{
  font-size: 1.5rem;
  padding:10px 0px;
  font-weight: 900;
}
/************************************
** テキスト
************************************/
.p-common__body {
  margin-bottom: 4rem;
}
.u-blue__text{
  color:#46C3D7;
}
/************************************
** キャプションテキスト
************************************/
.p-caption__body,
.c-common__caption {
  color: #8B98A9;
  font-size: 1.1rem;
}
.u-caption__adjustment{
  margin-top: 2rem;
}
/************************************
** 共通リンクボタン 2022
************************************/
.c-common__button,
.c-common__button-gray,
.c-common__button-yellow,
.c-common__button-billage-color{
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  height: 60px;
  line-height: 60px;
  display: block;
  letter-spacing: 0.25rem;
  position: relative;
  border: 1px solid #454545;
  background-color: #454545;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  transition: ease .2s;
  font-size: 1.6rem;
  /* z-index: 3; */
  font-weight: 900;
  /* overflow: hidden; */
  font-size:1.3rem;
}
/************************************
** 共通リンクボタン 2025
************************************/
.c-common__button-quote{
  border: 0px solid #46C3D7;
  background-color: #46C3D7;
}
.c-common__button-entry{
  border: 0px solid #D74646;
  background-color: #D74646;
}
.c-common__button-waiting{
  border: 0px solid #454545;
  background-color: #454545;
}

.c-common__button-quote::after{
  display: none;
}
.c-common__button-entry::after{
  display: none;
}
.c-common__button-waiting::after{
  display: none;
}
************************************/
.c-common__button-gray{
  background-color: #F4F5F7;
  border:none;
  color:#454545;
}
.c-common__button-yellow{
  background-color: #F0EB47;
  border:none;
  color:#454545;
}
.c-common__button-billage-color{
  border:none;
  background: rgb(70,195,215);
  background: linear-gradient(90deg, rgba(70,195,215,1) 0%, rgba(200,217,130,1) 100%);
  color: #fff;
}

@media screen and (min-width: 560px) {
  .c-common__button,
  .c-common__button-gray,
  .c-common__button-yellow,
  .c-common__button-billage-color{
    max-width: 500px;
    height: 80px;
    line-height: 80px;
    font-size:1.5rem;
  }
  .form-btn__inner input[type=submit]:hover {
    opacity: 0.6;
  }
}
.c-common__button-billage-color:hover{
	background: rgb(70,195,215);
	background: linear-gradient(90deg, rgba(70,195,215,0.75) 0%, rgba(200,217,130,0.75) 100%);
}

.c-common__button-quote:hover{
  border: 0px solid #46C3D7;
  background-color: #46C3D7;
}
.c-common__button-entry:hover{
  border: 0px solid #D74646;
  background-color: #D74646;
}
.c-common__button-waiting:hover{
  border: 0px solid #454545;
  background-color: #454545;
}

.c-common__button:hover p,
.c-common__button-gray:hover p,
.c-common__button-yellow:hover p,
.c-common__button-billage-color:hover p{
  /* color: #454545; */
  z-index: 10;
  position: relative;
  transition:.1s;
}
.c-common__button::before,
.c-common__button-gray::before,
.c-common__button-yellow::before,
.c-common__button-billage-color::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform: scale(0, 1);
  border-radius: 8px;
}
.c-common__button-gray::before{
  background: #F7F8F9;
}
.c-common__button-yellow::before{
  background: #F0EB47;
}

.c-common__button-quote:before{
  background: #46C3D7;
}
.c-common__button-entry:before{
  background: #D74646;
}

.c-common__button::after,
.c-common__button-gray::after,
.c-common__button-yellow::after,
.c-common__button-billage-color::after{
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 16px;
  top: 0;
  transition: ease .2s;
  z-index: 10;
}
.c-common__button::after,
.c-common__button-gray::after,
.c-common__button-yellow::after,
.c-common__button-billage-color::after{
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 16px;
  top: 0;
  transition: ease .2s;
  z-index: 10;
}
.underarrow::after{
  content: '\f078'!important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 16px;
  top: 0;
  transition: ease .2s;
  z-index: 10;
}
.outsite::after{
  content: '\f14d'!important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 16px;
  top: 0;
  transition: ease .2s;
  z-index: 10;
}

.mtcontact::after{
  content: '\f078'!important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 16px;
  top: 0;
  transition: ease .2s;
  z-index: 10;
}

.u-blank__icon::after{
  content: "\f35d";
}
.c-common__button-gray p{
  position: relative;
  z-index: 10;
  text-align: center!important;
}
/* .c-common__button:hover::after{
  color: #454545;
  z-index: 3;
} */
.c-common__button-gray:hover::after{
  right:10px;
}
.c-common__button-yellow:hover::after{
  right:10px;
}
.c-common__button-billage-color::after{
	right:10px;
}
.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 2; */
  background: #606060;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 4px;
}
.bgleft-quote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 2; */
  background: #8ee6f4;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 4px;
}
.bgleft-entry:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 2; */
  background: #f78080;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 4px;
}

.c-common__button-gray.bgleft:before {
  background: #F7F8F9;
}
.c-common__button-yellow.bgleft:before {
  background: #F9F690;
}
.bgleft:hover:before,.bgleftRed:hover:before, .bgleft-entry:hover:before, .bgleft-quote:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.c-common__button-gray.bgleftRed:before {
  background: #f78080;
}
.bgleftRed:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 2; */
  background: #f78080;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 4px;
}

.quote-icon{
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: middle;
  padding: 5px 10px;
  background-position: center;
  background-size: contain;
  background-image: url(https://billage.space/wp-content/themes/billage/images/icon/quote.png);
}
.entry-icon{
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: middle;
  padding: 5px 10px;
  background-position: center;
  background-size: contain;
  background-image: url(https://billage.space/wp-content/themes/billage/images/icon/entry.png);
}
.waiting-icon{
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: middle;
  padding: 5px 10px;
  background-position: center;
  background-size: contain;
  background-image: url(https://billage.space/wp-content/themes/billage/images/icon/waiting.png);
}
.contact-area{    
    background-color: #F4F5F7;
    padding-top: 30px;
    padding-bottom: 90px;
}

.c-small__button {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0px;
}

.c-small__button::before {
  content: '';
  position: absolute;
  bottom: -10px;
  background: #454545;
  height: 2px;
  max-width: 85%;
  width: 100%;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: 0 auto;
  transition: .3s;
}

.c-small__button:hover::before {
  max-width: 100%;
}
.c-small__button i {
  margin-left: 10px;
}
.p-common__link {
  text-align: right;
}
.p-link__inline{
  display: inline-block;
}
.p-link__inline:hover{
  opacity: 0.6;
}


/wp-content/themes/billage/images/icon

/************************************
** SNSシェアボタン2022
************************************/
.c-sns__inner {
  max-width: 147px;
  margin-left: auto;
}

.c-sns__inner a,
.c-sns__inner button {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: .3s;
}

.c-sns__inner a:hover,
.c-sns__inner button:hover {
  transform: translate(0px, -3px);
  opacity: 1;
}

.c-sns__twitter {
  background: #1DA1F2;
  color: #fff;
}

.c-sns__facebook {
  color: #1877F1;
}

.c-sns__facebook i {
  font-size: 3.5rem;
}

@media screen and (min-width: 560px) {
  .c-sns__facebook i {
    font-size: 3rem;
  }
}

.c-sns__line {
  background: #00B900;
  color: #fff;
}

.c-sns__copy {
  background: #454545;
  color: #fff;
}
.c-sns__instagram {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 2rem;
}

.c-sns__instagram::before {
  content: '';
  position: absolute;
  top: 23px;
  left: -18px;
  width: 60px;
  height: 60px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
/************************************
** 共通スライダー 2022
************************************/
.u-pickup__slider .slick-list {
  max-width: 909px;
  margin: 0 auto;
}
.p-pickup__block{
  margin:0 10px;
}
.p-pickup__image img{
  width: 100%;
  height: 152px;
  object-fit: cover;
}
@media screen and (min-width: 560px) {
.p-pickup__block{
  margin:0 20px 0px 0px;
}
.p-pickup__image img{
  height: 180px;
}
.pickup-slider{
  padding: 0 40px;
}
}
@media screen and (min-width: 960px) {
  .pickup-slider{
    padding: 0px;
  }
  .p-pickup__image img{
    width: 280px;
  }
}
@media screen and (max-width: 559px) {
.u-pickup__inner.p-campaign__slider .slick-prev,
.u-pickup__inner.p-campaign__slider .slick-next{
  bottom:-46%;
}
}
.m-challenge-slides .swiper-container {
  overflow: visible;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 20px;
  z-index: 1;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 400px;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide a {
  position: relative;
}

.swiper-slide img {
  max-width: 400px;
}

.m-challenge-slides .swiper-slide {
  width: 294px;
}
@media screen and (min-width: 960px) {
  .swiper-slide a:hover {
    opacity: 0.6;
  }
}

.swiper-pagination-bullet {
  width: 100% !important;
  border-radius: 0 !important;
  height: 1px !important;
  opacity: 1 !important;
  background: #D8DDE4 !important;
  transition: .5s;
}

.swiper-pagination-bullet-active {
  background: #2E3642 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #CB001A;
}
/*
.m-challenge-thumb.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.m-challenge-thumb {
  display: block;
  opacity: 0;
  transform: translateY(80px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.m-challenge-slides__arrows {
  position: relative;
  margin-top: 3rem
} */

.swiper-button-disabled {
  color: #ACB1B9;
}

.m-arrows__prev {
  padding-right: 10px;
}

.m-arrows__next {
  padding-left: 10px;
}

.section-lineup .slick-list {
  width: 100%;
  padding-top: 1.5rem!important;
}
@media screen and (min-width: 960px) {
  .section-lineup .slick-list {
    padding-right: 15%;
    overflow: hidden;
  }
}
.section-lineup .slick-nav-arrows {
  position: relative;
  top: auto;
  right: 0%;
  bottom: -125px;
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 559px) {
  .section-lineup .slick-nav-arrows {
    bottom: -75px;
  }
}
.section-lineup .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.slick-prevx,
.slick-nextx {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.section-lineup .slick-next,
.section-lineup .slick-nextx {
  right: 0px;
  top: auto;
  bottom: 0px;
  transition: .3s;
}
@media screen and (max-width: 559px) {
  .section-lineup .slick-next,
  .section-lineup .slick-nextx {
    right: 36%;
  }
}

.section-lineup .slick-prev,
.section-lineup .slick-prevx {
  left: auto;
  top: auto;
  bottom: 0px;
  right: 58px;
  transition: .3s;
}
@media screen and (max-width: 559px) {
  .section-lineup .slick-prev,
.section-lineup .slick-prevx {
  right: 50%;
}
}
@media screen and (min-width: 560px) {

  .section-lineup .slick-prev,
  .section-lineup .slick-prevx {
    right: 40px;
  }
}
/************************************
** ヘッダー
************************************/
header {
  z-index: 6;
  width: 100%;
  background: #fff;
  position: relative;
  transition: transform .4s ease;
}
@media screen and (min-width: 960px) {
  .header--unpinned {
    transform: translateY(0);
  }
}

@media screen and (min-width: 960px) {
  .header--unpinned .l-header__inner {
    position: relative;
  }
}
.fixed header {
  position: fixed;
  top: 0px;
  left: 0px;
}
.l-header__items {
  position: relative;
}

#header.HeightMin {
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  #header.HeightMin {
    animation: DownAnime 0.5s forwards;
  }
}
#header.HeightMinX .p-header__logo img {
  padding: 0 0 7px 15px;
}

.l-header__inner {
  padding: 12px 16px;
  background: #fff;
  position: relative;
  z-index: 5;
  height: 60px;
  transition: .3s;
  display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 960px) {
  .l-header__inner {
    padding: 0px;
    height: 120px;
  }
  #header.HeightMinX .l-header__inner,
  #header.HeightMinX .l-header__conversion-button{
    height:80px;
  }
  #header.HeightMinX .u-global__nav-link{
    padding:0px;
    height:80px;
    line-height: 20px;
  }
}
.l-header__conversion-button{
  display: none;
}
@media screen and (min-width: 960px) {
  .p-header__contact-block{
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 10px 15vw 18px 0px;
  }
}
@media screen and (min-width: 1441px) {
  .p-header__contact-block{
    margin-right: 430px;
  }
  
}
@media (min-width: 960px) and (max-width: 1440px) {
  .p-header__contact-block{
    margin-right: 370px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .l-header__times{
    display: none;
  }
}
@media screen and (max-width: 959px) {

  #header.HeightMin .l-header__inner {
    position: fixed;
    padding: 10px 0px 0px 0px;
    height: 59px;
    width: 100%;
  }

  #header.HeightMin .login-btn {
    padding: 5px 0px 0px 0px;
    position: fixed;
    height: 59px;
  }

  .u-header__hide .login-btn {
    transform: translateY(-100%);
  }
}

@media screen and (max-width: 559px) {
  #header.HeightMin .l-header__inner {
    height: 55px;
  }
}

.p-header__logo img {
  max-width: 33%;
  /*max-width: 45%;*/
  transition: .3s;
  vertical-align: text-top;
}

@media screen and (min-width: 560px) {
  .p-header__logo img {
    max-width: 18%;
  }
}

@media screen and (min-width: 960px) {
  .p-header__logo img {
    max-width: 70%;
    vertical-align: bottom;
  }

  #header.HeightMin .p-header__logo img {
    max-width: 60%;
  }
}

@media screen and (min-width: 960px) {
  .p-header__logo {
    padding-left: 16px;
  }
}

@media screen and (min-width: 960px) {
  .p-header__logo {
    transition: .3s;
    /*flex: 0 0 14%;*/
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 28px;
  }

  .p-header__logo:hover{
    opacity: 0.6;
  }
}
/************************************
** ヘッダーナビゲーション
************************************/
.h-icon{
  padding-bottom: 15px;
}
.p-nav {
  position: relative;
}

.u-global__nav-link{
  display: block;
  padding: 16px 0;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-header__links{
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .p-nav .c-global__nav .p-global__nav-list {
    width: 100%;
    /*max-width: 140px;*/
  }
  .p-nav .c-global__nav {
    display: block;
    height: auto;
    /*justify-content: center;
    font-weight: 900;*/
  }
  .u-global__nav-link, .HeightMinX .u-global__nav-link {
    text-align: left;
    padding: 26px 20px!important;
    position: relative;
    color: #ffffff;
    font-size: 1.1rem;
    border-bottom: none;
    transition: .2s;
    max-width: 400px;
    width:100%;
    font-weight: 900;
    overflow: hidden;
  }
  .u-global__nav-link span{
    position: relative;
    z-index:3;
    transition: .2s;
  }
/*.u-global__nav-link:hover span{
  color:#8B98A9;
}
.u-navigation__left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#F4F5F7;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.u-navigation__left:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.u-global__nav-link.is-current {
    background-color: #F4F5F7;
    position: relative;
    color: #8B98A9;
}*/
  .l-header__conversion-button{
    position:absolute;
    background-color: #454545;
    right:0px;
    top:0px;
    max-width: 190px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height:120px;
    font-weight: 900;
    overflow: hidden;
  }
  .l-header__conversion-button span{
    position: relative;
    z-index: 3;
    color:#fff;
  }
  .l-header__conversion-button:hover span{
    color:#fff;
  }

  .u-header__conversion-bgleft{
    text-align: center;
    font-size: 1.1rem;
    width: 50%;
  }
  .u-header__conversion-bgleft .fas{
    font-size: 2rem;
  }
  .u-header__conversion-bgleft-right::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background:#ec8888;
    width: 50%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .u-header__conversion-bgleft-right:hover::before{
    transform-origin:left top;
    transform:scale(1, 1);
  }
  .u-header__conversion-bgleft-left::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    background:#606060;
    width: 25%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .u-header__conversion-bgleft-left:hover::before{
    transform-origin:left top;
    transform:scale(1, 1);
  }

  .u-header__conversion-bt-01{
    background-color: #D74646;
    width: 240px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
  }
  .u-header__conversion-bt-02{
    width: 120px;
  }
  .u-header__conversion-bt-03{
    width: 120px;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    color:#454545;
    position: relative;
    padding-top: 20px;
  }

  .conversion-bt-01{
    background-color: #D74646;
  }

  .u-header__conversion-bt-03>.l-header__conversion-button span{
    color: #454545 !important;
  }

  .l-header__conversion-button i{
    margin-right: 5px;
  }
  .p-header__login{
    font-size: 1.1rem;
    border-left: 1px solid #8B98A9;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1441px) {
  .l-header__conversion-button{
    max-width: 400px;
  }
}

@media (min-width: 960px) and (max-width: 1440px) {
  .l-header__conversion-button{
    max-width: 350px;
  }
}

.l-header__tel-number {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0;
}
.u-sp__header--inner{
  display: block;
  position: relative;
  top: 0px;
  width: 100%;
  padding: 0 30px;
  left:0px;
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: .55s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .u-sp__header--inner{
    display: none;
  }
  .l-header__tel {
    font-size: 3rem;
    font-weight: 900;
    text-align: right;
    margin-right: 4rem;
    line-height: 1.3;
    transition: .3s;
  }

  #header.HeightMin .l-header__tel {
    font-size: 2.5rem;
  }

  #header.HeightMin .l-header__tel i {
    font-size: 2rem;
  }

  .l-header__times {
    font-weight: normal;
    font-size: 1.1rem;
    transition: .3s;
    margin-right: 2vw;
  }
  .p-header__contact{
    font-size:1.1rem;
    margin-right: 1vw;
  }
  .p-header__contact a:hover,
  .p-header__login a:hover{
    opacity: 0.7;
  }
  .l-header__tel-number{
    font-size:1.1rem;
  }

  .l-header__tel i {
    margin-right: 4px;
    line-height: 1;
    font-size: 2.5rem;
  }
  .p-header__contact .fa-phone-alt{
    font-size:1.1rem;
  }
}
#g-nav-list{
  width: 400px;
  display: none;
  height: 100%;
  min-height: 1500px;
  position: fixed;
  right: 0px;
  top: 120px;
  background-color: #454545;
}
.panelactive #g-nav-list{
  display: block;
}

.openbtn2{
  display: none;
}
.openbtn3{
  display: none;
}
/************************************
** スマートフォンヘッダーナビゲーション
************************************/
.openbtnx span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 3px;
  border-radius: 2px;
  background: #454545!important;
  width: 34px;
  margin: 0 auto;
  margin-top: 20px;
}
.openbtnx{
  cursor: pointer;
}

.HeightMinX .openbtnx span {
  margin-top: 0px;
}

.openbtnx span:nth-of-type(1) {
  top: 18px;
}

.openbtnx span:nth-of-type(2) {
  top: 28px;
}

.openbtnx span:nth-of-type(3) {
  top: 38px;
}

.openbtnx.active span:nth-of-type(1) {
  top: 20px;
  left: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 34px;
}

.openbtnx.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtnx.active span:nth-of-type(3) {
  top: 32px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 34px;
}
.HeightMinX #g-nav-list {
  top: 80px;
  width: 400px;
  height: 100%;
  position: fixed;
  right: 0px;
  background-color: #454545;
}
.p-global__nav-list .u-global__nav-link::after {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.p-global__nav-list .u-global__nav-link:hover::after {
    right: 10px;
}
/*************************************/
@media screen and (max-width: 959px) {
  .p-header__contact-block{
    display: none;
  }
  .openbtn1 {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    width: 25%;
    height: 72px;
    line-height: 72px;
    transition: .3s;
  }
  .openbtn2 {
    position: fixed;
    right: 60px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    width: 25%;
    height: 72px;
    transition: .3s;
    background-color: #444444;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    padding-top: 10px;
    display: block;
  }
  .openbtn2 .fas{
    font-size: 2rem;
  }
  .openbtn3 {
    position: fixed;
    right: 120px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    width: 25%;
    height: 72px;
    transition: .3s;
    background-color: #f3f4f7;
    color: #444;
    text-align: center;
    font-size: 1.1rem;
    padding-top: 10px;
    display: block;
  }
  .openbtn3 .fas{
    font-size: 2rem;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 3px;
    border-radius: 2px;
    background: #454545;
    width: 34px;
    margin: 0 auto;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 18px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 28px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 38px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 20px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    width: 34px;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 32px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 34px;
  }

  #sp-menu{
    position: fixed;
    width: 100%;
    height: 100%;
    /* height: 100vh; */
    top:-120%;
    /*background: rgba(255,255,255,.95);*/
    background: rgb(245 246 247);
    left: 0px;
    transition: .3s;
  }
  #sp-menu.panelactive {
    top: 0;
  }
  #g-nav-list {
    display: none;
    /* max-width: 100%;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100vh; */
    margin-left: 0px;
    margin-right: 0px;
    padding:60px 0px 50px;
    /* margin-top:0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;*/
    top:0px; 
  }
  .HeightMinX #g-nav-list {
    top:0px; 
  }

  #sp-menu.panelactive #g-nav-list {
    display: block;
    position: fixed;
    z-index: 999;
    width: 100%;
    /* height: 100vh; */
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /* background: rgba(243,244,246,.95); */
    background: rgb(245 246 247);
  }

  #sp-menu .c-global__nav {
    opacity: 0;
    position: relative;
    z-index: 999;
    /* left: 50%;
    transform: translate(-50%, 0%); */
    width: 100%;
    padding: 0 30px;
    /* margin-top: 60px; */
  }

  #sp-menu.panelactive .c-global__nav {
    opacity: 1;
  }
  .btn-hiden{
    opacity: 0;
  }

  #sp-menu.panelactive .c-global__nav li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .4s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .p-global__nav-list .u-global__nav-link::after {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .sp-menu-list a {
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 10px 0;
    font-size: 1.75rem;
    position: relative;
  }

  .sp-menu-list li:not(:nth-child(5)) a::before {
    content: '\f054';
    font-family: fontAwesome;
    position: absolute;
    right: 0px;
  }
  .l-header__times{
    font-size:9px;
    margin-bottom:20px;
  }
  .u-sp__header--contact{
    border-bottom: 1px solid #8B98A9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size:11px;
  }
  .u-sp__header--contact i,
  .u-sp__header__login i{
    margin-right: 4px;
  }
  .u-sp__tel-inner{
    display: flex;
    justify-content: space-between;
  }
  .u-sp__tel--name{
    font-size:9px;
    margin-bottom: 6px;
  }
  .u-sp__tel{
    flex:0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .u-sp__header__login{
    font-size:11px;
  }
  .u-sp__tel--link{
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
  }
  .u-sp__tel--link i{
    margin-right: 4px;
    font-size:1.6rem;
  }
  .u-sp__reserved--button{
    background-color: #454545;
    border-radius: 4px;
    height:60px;
    line-height: 60px;
    margin:2rem auto;
    display: block;
    color:#fff;
    text-align: center;
    font-weight: 900;
  }
  .u-sp__reserved--button-login{
    background-color: #fff;
    border-radius: 4px;
    height:60px;
    line-height: 60px;
    margin:2rem auto;
    display: block;
    color:#333;
    text-align: center;
    font-weight: 900;
    border: 1px solid #444;
  }
  .u-sp__reserved--button i{
    margin-right: 4px;
  }
}
@media screen and (max-width: 959px) {
  .openbtn1 , .openbtn2, .openbtn3{
    width: 60px;
    height: 55px;
  }
}
/*@media screen and (max-width: 559px) {
  .openbtn1, .openbtn2 , .openbtn3{
    height: 60px;
  }
}*/

.u-sp__header--title{
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 2rem;
}
/************************************
** ENTRY 2022
************************************/
.b__link--block{
	padding: 80px 0;
    background-color: #F4F5F7;
	text-align: center;
}
.b__entry__title{
	font-size: 30px;
	font-weight: bold;
}
.b__entry__body{
	font-size: 15px;
	padding: 15px 0px 30px 0;
}

.b__entry__btn{
	font-size: 15px;
	font-weight: 700;
}

/************************************
** ENTRY PR BLOCK
************************************/
.b__link--pr-block{
	padding: 40px 0;
    background-color: #F4F5F7;
	text-align: center;
}
.b__link--pr-content{
	max-width: 750px;
	padding: 0 30px;
	margin: 0 auto;
}
.b__entry__body{
	font-size: 15px;
	padding: 15px 0px 30px 0;
}
.b__link--pr-text{
	font-size: 15px;
	padding-top: 20px;
    padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (max-width: 559px) {
	.b__link--block{
		padding: 50px 0;
		background-color: #F4F5F7;
		text-align: center;
	}
	.b__entry__title{
		font-size: 20px;
		font-weight: bold;
	}
	.b__entry__body{
		font-size: 13px;
	}
	.b__entry__btn{
		font-size: 13px;
		font-weight: 500;
	}
}

@media screen and (max-width: 991px) {
	.b__link--pr-text{
		padding-left: 0px;
		padding-right: 0px;
	}
}

/************************************
** フッター 2022
************************************/
footer {
  padding-bottom: 72px;
  background-color: #454545;
  color: #fff;
  font-weight: 900;
}
@media screen and (min-width: 560px) {
.c-footer__split{
  flex:0 0 50%;
  max-width: 50%;
}
}
.l-entry__links,
.l-contact__links{
  position: relative;
  color:#fff;
  height:250px;
  text-align: center;
  overflow:hidden;
}
.l-entry__links::after,
.l-contact__links::after{
  background-image:url("/wp-content/themes/billage/images/common-entry.jpg");
  background-position: center center;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left:0px;
  transition: all .3s ease-out;
  background-size: cover;
}
.l-contact__links::after{
  background-image:url("/wp-content/themes/billage/images/lp-footer-contact.jpg");
}
.l-footer__link--block{
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 560px) {
  .l-entry__links,
  .l-contact__links{
    height:220px;
  }
}
@media screen and (min-width: 960px) {
  .l-entry__links i,
  .l-contact__links i{
    position: relative;
    right:0px;
    transition: .3s ease-out;
  }
  .l-entry__links,
  .l-contact__links{
    height:300px;
  }
  .l-entry__links:hover::after,
  .l-contact__links:hover::after{
    transform: scale(1.05);
  }
  .l-entry__links:hover i,
  .l-contact__links:hover i{
    right:-15px;
  }
}
@media screen and (min-width: 960px) {
  .l-entry__links,
  .l-contact__links{
    height:350px;
  }
}
.l-footer__entry__title{
  font-size:5.6rem;
  text-shadow: 5px 8px 20px rgba(0, 0, 0, 0.16);
  font-weight: 900;
}
.l-footer__entry__body{
  font-size:1.5rem;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  font-weight: 900;
  text-align: center;
}
.l-footer__links {
  display: none;
}

@media screen and (min-width: 560px) {
  .l-footer__links {
    max-width: 820px;
    margin: 5rem auto 0px;
    display: flex;
  }
  .l-footer__links p{
	text-align: center;
  }
}
.l-footer__inner{
  background-color: #666;
  padding-top:40px;
  padding-bottom:30px;
  margin-bottom:40px;
}

.l-footer__logo {
  text-align: center;
  margin:3rem 0px;
}
@media screen and (min-width: 560px) {
  .l-footer__logo {
    margin:5rem 0px;
  }
}
.l-footer__logo a {
  display: inline-block;
}

.l-footer__logo a:hover {
  opacity: 0.6;
}

.l-footer__logo img {
  max-height: 35px;
}
.u-area__none{
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (max-width: 559px) {
  .u-area__none .l-footer__area-name::after{
    content:none;
  }
}
@media screen and (min-width: 560px) {
.l-footer__list{
  width: calc(100% / 6);
  position: relative;
  line-height: 1.5;
}

.l-footer__list::before{
  content:'';
  background-color: #fff;
  position: absolute;
  left:0px;
  height:19px;
  top:0px;
  width:1px;
}
.l-footer__list:last-child .l-footer__navigation::after{
  content:'';
  background-color: #fff;
  position: absolute;
  right:0px;
  height:19px;
  top:0px;
  width:1px;
}
.l-footer__list:last-child::after{
  content:none;
}
}
.l-footer__navigation{
  border-bottom:1px solid #fff;
  text-align: center;
  padding:18px 0px;
}
@media screen and (min-width: 560px) {
  .l-footer__navigation{
    position: relative;
    font-size:1.3rem;
    text-align: center;
    border-bottom:none;
    padding:0px;
  }
  .l-footer__navigation:hover,
  .l-footer__child-links li a:hover,
  .l-footer__area-link:hover{
    opacity: 0.6;
  }
  .l-footer__navigation::after{
    content:'';
    background-color: #fff;
    position: absolute;
    right:0px;
    height:19px;
    top:0px;
  }
  .l-footer__navigation:last-child::after{
    content:none;
  }
}
.right-icon {
  position: relative;
}

.right-icon::after {
  content: '\f054';
  font-family: fontAwesome;
  position: absolute;
  right: 0px;
  transition: .3s;
}

@media screen and (min-width: 560px) {
  .right-icon::after {
    right: 10px;
  }
}
footer a:hover.right-icon::after {
  right: 0;
}
.l-footer__inner{
  background-color: #666;

}
.l-footer__area-name{
  margin-bottom: 16px;
  font-size:1.3rem;
}
.l-footer__area{
  font-size:1.3rem;
}
.l-footer__area-detail{
  margin-bottom:6px;
}
@media screen and (max-width: 559px) {
  .l-footer__area{
    margin: 0px -28px;
  }
  .l-footer__area-detail{
    margin-bottom:0px;
  }
.l-footer__area-detail a{
  background-color:#999;
  padding: 15px 28px;
  background: #999;
}
}
.l-footer__area-detail a i{
  margin-left: 6px;
  position: relative;
  transition: .3s;
  left:0px;
}
@media screen and (min-width: 960px) {
.l-footer__area-detail a:hover i,
.l-footer__area-link:hover i{
  left:6px;
}
}
.l-footer__area-link{
  border-bottom:1px solid #fff;
  padding-bottom:15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 1.5rem;
}
.l-footer__area-link i{
  position: absolute;
  right:0px;
  top:0px;
}
@media screen and (min-width: 560px) {
  .l-footer__area-link i{
    position: relative;
    margin-left: 6px;
    left:0px;
  }
}
@media screen and (max-width: 559px) {
.l-footer__area-name{
  position: relative;
  padding: 16px 0px;
  margin-bottom: 0px;
}
.l-footer__area-name::after{
  content: "\f067";
  position: absolute;
  right: 0px;
  top:0px;
  color:#fff;
  transition: all 0.3s ease-in-out;
  display: block;
  font-family: fontAwesome;
  top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
}
.l-footer__area-name.open::after{
  content:"\f068";
  font-family: fontAwesome;
}
}

.l-footer__conversion-link {
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: center;
  display: block;
  padding: 15px 0px;
  position: relative;
  overflow: hidden;
  transition: ease .2s;
}

.l-footer__conversion-link p {
  position: relative;
  z-index: 3;
}

.l-footer__conversion-link:hover p {
  color: #fff;
}

.l-footer__child-links {
  font-size: 1.1rem;
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  .l-footer__child-links {
    gap:20px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__child-links {
    gap:40px;
  }
}
.l-footer__child-links li{
  flex:0 0 48%;
  max-width: 48%;
  text-align: center;
}
.l-footer__child-links li a{
  padding:15px 0px;
}
@media screen and (min-width: 560px) {
  .l-footer__child-links li{
    flex: 0 0 auto;
    max-width: 100%;
    text-align:left;
  }
  .l-footer__child-links {
    justify-content: center;
  }
  /* .l-footer__child-links li:not(:last-child) a{
    margin-right: 40px;
  } */
  .l-footer__child-links li a{
    padding:0px;
  }
}
.u-footer__banner{
	max-width:60%;
  text-align: center;
	margin: 5rem auto 0px;
}
.u-footer__banner .p-common__3colums{
  margin-bottom: 2rem;
}
@media screen and (min-width: 560px) {
  .u-footer__banner{
    max-width:640px;
  }
}

.p-common__inner__sns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.u-footer__sns{
	width: 120px!important;
  text-align: center;
	margin: 5rem auto 0px;
}
.u-footer__sns .p-common__3colums{
  margin-bottom: 2rem;
}

.u-footer__sns img{
	width:25px;
}


.p-common__sp_menmu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
	margin: 0rem auto 0px;
}

.p-common__sp_menmu .p-common__2colums{
  width: 48%!important;
}


/************************************
**フッターボタン
************************************/
.p-common__footer-link{
  background-color:#F4F5F7;
  padding:25px 20px;
  border-radius: 8px;
  text-align: center;
  position: relative;
  font-weight: 900;
  max-width: 250px;
  margin:0 auto;
}
@media screen and (min-width: 560px) {
  .p-common__footer-link{
    max-width: 100%;
  }
}
.p-common__footer-link::after{
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transition: ease .2s;
  z-index: 9;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .p-common__footer-link:hover{
    opacity: 0.6;
  }
  .p-common__footer-link:hover::after{
    right:10px;
  }
}
/************************************
**  コピーライト
************************************/
copyright {
  text-align: center;
  display: block;
  font-size: 1.1rem;
}
/************************************
** トップページ
************************************/
/********TOPのみで使うタイトル********/
.p-top__hero-headline {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 3rem;
  line-height: 1.275;
}
@media screen and (min-width: 560px) {
  .p-top__hero-headline {
    line-height: 1.5;
  }
}
@media screen and (min-width: 960px) {
  .p-top__hero-headline {
    font-size: 2.344vw;
  }
}

/************************************
** 拠点一覧 2022
************************************/
.p-category__base{
  color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 1.1rem;
  font-weight: 900;
  margin-top: 16px;
}
@media screen and (min-width: 560px) {
  .p-category__base{
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-category__base{
    padding: 8px 18px;
    font-size: 1.3rem;
  }
}
.c-place__badge,
.c-place__person,
.c-place__campaign-badge{
  position: absolute;
  left: 10px;
  top: -10px;
  border-radius: 0px 0px 8px 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-weight: 900;
  line-height: 1.6;
  font-size: 1.5rem;
  letter-spacing: 0;
  background-color: #454545;
}
.c-place__person{
  left: 80px;
  top: -10px;
  background-color: #8B98A9;
}
.c-place__badge span,
.c-place__person span,
.c-place__campaign-badge span{
  font-size: 1rem;
  display: block;
  font-weight: 400;
  text-align: center;
}
.c-place__person i,
.c-place__campaign-badge i{
  font-size:2rem;
  display: block;
  margin-bottom: 6px;
  text-align: center;
}
.c-place__campaign-badge{
  left: 80px;
  background: #EFEA47;
  color: #46C2D6;
  text-align: center;
}
.c-category__button {
  margin-bottom: 20px;
}

.c-category__list {
  text-align: center;
  padding: 10px 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.3rem;
  border: 1px solid #F4F5F7;
  transition: .3s;
}
.is-active .c-category__list{
  background: #F4F5F7;
  color:#8B98A9;
  font-weight: 900;
}
.c-category__button .p-common__6colums{
  flex: 0 0 48.25%;
  max-width: 48.25%;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .c-category__button .p-common__6colums{
    flex: 0 0 15.791%;
    max-width: 15.791%;
    margin-bottom: 0px;
  }
}
.c-category__list.p-common__3colums {
  flex: 0 0 31.25%;
  max-width: 31.25%;
}

@media screen and (min-width: 560px) {
  .c-category__list {
    padding: 16px 0;
  }
}

.c-category__list:hover,
.c-category__list.active {
  background-color: #F3F4F6;
  color: #8B98A9;
  font-weight: 900;
}
.c-category__list h2{
  font-size:1.3rem;
  font-weight: normal;
  transition: .3s;
}
@media screen and (min-width: 560px) {
  .c-category__list h2{
    font-size:1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .c-category__list h2{
    font-size:1.3rem;
  }
}
.c-category__list:hover h2,
.is-active .c-category__list h2,
.c-category__list.active h2{
  font-weight: 900;
  color: #8B98A9;
}
  .c-category__button .p-common__6colums a:hover{
    opacity: 1;
  }
.c-common__place-access{
  display: flex;
  color:#8B98A9;
  font-size: 1.3rem;
}
.c-prot__icons {
  color: #8B98A9;
  font-size: 2rem;
  margin-right: 10px;
  line-height: 1.5;
}

.c-place__address {
  font-size: 1.3rem;
}
.p-campaign__area{
  display: inline-block;
  background-color: #8B98A9;
  border-radius: 8px;
  font-weight: 900;
  color:#fff;
  font-size:1.5rem;
  padding:0px 10px;
  height:27px;
  line-height: 27px;
  font-size:1.1rem;
  margin:10px 0px;
}
@media screen and (min-width: 560px) {
  .c-main__list{
    flex:0 0 65.833%;
    max-width: 65.833%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  }
  .u-area__list{
    margin-bottom:6rem;
  }
  aside{
    display: none;
  }
  @media screen and (min-width: 560px) {
    aside{
      position: relative;
      flex:0 0 31.25%;
      max-width: 31.25%;
      display: block;
    }
  }
  .c-area__side{
    background:#F4F5F7;
      padding:38px 20px;
      position: relative;
      width:100%;
      border-radius: 8px;
      font-weight: 900;
  }
  .c-area__title{
    color:#005A73;
    font-size:2rem;
    margin-bottom: 4rem;
    text-align: center;
  }
  /* .c-area__list{
    border-bottom: 1px solid #8B98A9;
    padding:11px 0px;
  } */
  .c-area__place{
    position: relative;
    border-bottom: 1px solid #8B98A9;
    padding:11px 0px;
    cursor: pointer;
  }
  .c-area__place::after{
    content: "\f067";
    position: absolute;
    transition: all 0.3s ease-in-out;
    display: block;
    font-family: fontAwesome;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
  }
  .c-area__place.open::after{
    content: "\f068";
    font-family: fontAwesome;
  }
  .c-area__inner:nth-child(3){
    margin-top: 8rem;
  }
  .c-area__details a{
    position: relative;
    padding:12px 20px;
    font-weight: normal;
  }
  .c-area__details a:hover{
    opacity: 0.7;
  }
  .c-area__details a::after{
    content: '\f054';
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    transform: translate(50%, -50%);
    top: 50%;
    transition: ease .2s;
    z-index: 10;
  }
  .c-area__details a:hover::after{
    right:0px;
  }
  .u-recommend__icon {
    background-color: #f0eb47;
    color: #46c3d7;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 1.6rem;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -30px;
    z-index: 2;
    font-weight: 900;
  }

  @media screen and (min-width: 560px) {
    .u-recommend__icon {
      height: 60px;
      line-height: 60px;
      font-size: 1.5rem;
      width: 60px;
      right: -16px;
      top: -40px;
    }
  }

  @media screen and (min-width: 960px) {
    .u-recommend__icon {
      height: 100px;
      line-height: 100px;
      font-size: 1.8rem;
      width: 100px;
      right: -18px;
      top: -24px;
    }
  }
  .c-place__image{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    object-fit:cover;
  }
  .c-place__image img:nth-child(2){
    display: none;
  }
  @media screen and (min-width: 960px) {
  .c-place__image img{
    width: 375px;
    height: 281px;
  }
  .c-place__image img:nth-child(2){
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    display: block;
    transition: .3s ease-in-out;
  }
  .c-place__link:hover .c-place__image img:nth-child(2){
    top: 0%;
    bottom: 50%;
    left: 0px;
  }
  }
  .c-place__block{
    margin-top: 6rem;
    width: 100%;
  }
  @media screen and (min-width: 560px) {
    .c-place__block{
      margin-top: 7.7rem;
    }
    .p-place__inner{
      position: relative;
    }
    .p-place__inner::after{
      content:'';
      flex:0 0 31.25%;
      max-width: 31.25%;
      height: 100%;
      display: block;
    }
  }
/************************************
** エリア別の拠点一覧 2022
************************************/
@media screen and (min-width: 560px) {
.tag .c-place__block:first-child,
.tag .c-place__block:nth-child(2){
  margin-top:0px;
}
}
.c-place__link-small{
  margin-top:4rem;
}
.post-type-archive-shibuya .l-contact__links{
  display: none;
}
/************************************
** コワーキングの拠点一覧 2022
************************************/
.tag-coworking .c-place__block:first-child,
  .tag-coworking .c-place__block:nth-child(2){
    margin-top: 6rem;
  }
@media screen and (min-width: 560px) {
  .tag-coworking .c-place__block:first-child,
  .tag-coworking .c-place__block:nth-child(2){
    margin-top: 8rem;
  }
  }
/************************************
** エリア別のレンタルオフィス一覧 2022
************************************/
.page-id-6720 .p-keyvisual__inner{
  display: none;
}
.u-rental__office-list .c-place__block:first-child{
  margin-top: 0px;
}
@media screen and (max-width: 559px) {
.c-table__scroll{
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow-x: auto;
}
.c-table__scroll::-webkit-scrollbar{
  height: 5px;
 }
 .c-table__scroll::-webkit-scrollbar-track{
  background: #333;
 }
 .c-table__scroll::-webkit-scrollbar-thumb {
  background: #999;
 }
}
.c-table__list{
  border:1px solid #F3F4F6;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  margin:4rem 0px;
  font-size:1.3rem;
}
.c-table__headline,
.c-table__description{
  border:1px solid #F3F4F6;
}
.c-table__headline{
  background-color:#F3F4F6;
  padding: 7px 8px;
}
.c-table__description{
  padding: 17px 10px;
}
.c-table__description.u-blue__text{
  font-weight: 900;
}
.u-tags__rentaloffice-inner{
  margin-top:8rem;
}
.tag-rental_office .c-place__block:not(:first-child){
  margin-top:8rem;
}
.u-tags__rentaloffice-inner .c-table__list tr:nth-child(n + 5),
.u-rental__office-list .c-table__list tr:nth-child(n + 5){
  display: none;
}
/************************************
** 拠点詳細ページ 2022
************************************/
.c-campaign__headline {
  background-color: #F0EB47;
  max-width: 174px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  color: #46C3D7;
  font-weight: 700;
  margin: 0 auto 2rem;
  text-align: center;
}
.p-place__detail-intro{
  text-align: center;
}
.p-place__detail-main{
  text-align: left;
}
.p-name__headline {
  font-size: 1.3rem;
  margin-bottom: 4rem;
  text-align: center;
}

.u-plan__inner {
  border: 1px solid #F3F4F6;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.c-table__icon {
  flex: 0 0 15%;
  max-width: 15%;
  background-color: #F3F4F6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-table__icon img {
  width: 15px;
}

.c-table__body {
  font-size: 1.1rem;
  text-align: center;
  flex: 0 0 85%;
  max-width: 85%;
  padding: 6px 0;
  letter-spacing: 0px;
}

.c-table__body span {
  font-size: 1.3rem;
}

.c-text__link {
  color: #46C2D6;
}

.c-price__bg {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding: 10rem 16px;
  font-weight: 900;
  margin-bottom: 8rem;
  color: #fff;
}

.c-price__bg span {
  display: block;
  margin-top: 1rem;
  line-height: 1.4;
}
.p-youtube__inner{
  aspect-ratio: 16 / 9;
}
.p-youtube__inner iframe{
  width: 100%;
  height: 100%;
}

/************************************
** 拠点詳細 施設の特徴
************************************/
.u-feature__image img{
  object-fit: cover;
  height:440px;
  width:100%;
}
.u-feature__image_co img{
  object-fit: cover;
  height: 100% !important;;
  width:100%;
}
@media screen and (min-width: 560px) {
  .u-feature__image img{
    height:255px;
  }
}
@media screen and (min-width: 960px) {
  .u-feature__image img{
    height:465px;
  }
}
@media screen and (min-width: 560px) {
.shibuya-template-default .slick-nav-arrows{
  display: none;
}
}

.partner-logo{
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: -50px;
  margin-top: -80px;
}
@media screen and (min-width: 560px) {
  .partner-logo{
    width: 120px;
    margin-bottom: 0px;
    margin-top: 80px;
    margin-left: 0;
  }
}
/************************************
** 拠点詳細 共通スライダー
************************************/
.c-place__slider .slider {
  width: 100%;
  margin: 0 auto;
}
.c-place__slider-body {
  background-color: rgba(69, 69, 69, .8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 0px 0px 8px 8px;
}

.c-place__slider {
  display: flex;
  align-items: flex-end;
  position: relative;
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}

/* .c-place__slider::after {
  content: '';
  background: #F3F4F6;
  height: 244px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: -1;
}

@media screen and (min-width: 960px) {
  .c-place__slider::after {
    height: 284px;
  }
}

@media screen and (min-width: 1600px) {
  .c-place__slider::after {
    height: 384px;
  }
} */

.c-place__slider-list {
  position: relative;
  margin: 0 15px;
}
@media screen and (min-width: 560px) {
  .c-place__slider-list {
    margin: 0 5px;
  }
}
@media screen and (min-width: 960px) {
.c-place__slider .slick-list{
  padding:0 13% 0 0!important;
}
}
.c-place__slider .slider img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.c-place__slider .slider .slick-slide {
  transition: all .3s;
  position: relative;
}

@media screen and (min-width: 560px) {
  .c-place__slider .slider .c-place__slider-list {
    transform: scale(0.9);
    opacity: 0.5;
  }
}
/* .c-place__slider .slider .slick-slide{
  margin-right: 1vw!important;
  margin-left: 1vw!important;
} */
.c-place__slider .slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

.c-place__slider .slick-prev,
.c-place__slider .slick-next {
  position: absolute;
  top: auto;
  bottom: -32%;
  cursor: pointer;
  outline: none;
  height: auto;
  width: auto;
}

.c-place__slider .slick-arrow:first-child::after {
  content: '｜';
  position: absolute;
  right: 0;
  top: 0px;
  width: 1px;
  height: 20px;
  background: #8B98A9;
  left: 13vw;
}

@media screen and (min-width: 560px) {
  .c-place__slider .slick-arrow:first-child::after {
    left: 7vw;
  }
}

@media screen and (min-width: 960px) {
  .c-place__slider .slick-arrow:first-child::after {
    left: 5.1vw;
  }
}

@media screen and (min-width: 1600px) {
  .c-place__slider .slick-arrow:first-child::after {
    left: 3vw;
  }
}

.c-place__slider .slick-prev::after {
  content: '';

}

@media screen and (min-width: 560px) {

  .c-place__slider .slick-prev,
  .c-place__slider .slick-next {
    bottom: -25%;
  }
}
@media screen and (min-width: 960px) {
  .c-place__slider .slick-prev,
  .c-place__slider .slick-next {
    bottom: -25%;
  }
}
.c-place__slider .slick-prev {
  left: 37%;
}

.c-place__slider .slick-next {
  right: 37%;
}

@media screen and (min-width: 560px) {
  .c-place__slider .slick-prev {
    left: 43%;
  }

  .c-place__slider .slick-next {
    right: 43%;
  }
}

@media screen and (min-width: 960px) {
  .c-place__slider .slick-prev {
    left: 45%;
  }

  .c-place__slider .slick-next {
    right: 45%;
  }
}

@media screen and (min-width: 1600px) {
  .c-place__slider .slick-prev {
    left: 47%;
  }

  .c-place__slider .slick-next {
    right: 47%;
  }
}

@media screen and (max-width: 959px) {
  .c-place__slider slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
  }
}
.c-place__intro {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 7rem;
}
.c-place__intro_main {
  margin-top: 3rem;
  margin-bottom: 7rem;
}
.outline-content{
  padding-top:5rem;
}
@media screen and (min-width: 560px) {
  .outline-content{
    padding-top:0rem;
  }
}
/************************************
** 拠点詳細フロアマップ 2022
************************************/
.p-floormap__bg {
  background-color: #fafafa;
  padding: 5rem 0;
}

@media screen and (min-width: 560px) {
  .p-floormap__bg {
    padding: 10rem 0 6rem;
  }
}

.p-floormap__bg .c-common__caption {
  margin-top: 7.2rem;
}

.p-floormap__bg .c-common__title {
  margin-bottom: 10rem;
}

.p-floormap__wrap {
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 6rem;
}

@media screen and (min-width: 960px) {
  .p-floormap__wrap {
    padding: 10rem;
  }
}

.plan-content__body .c-common__caption {
  margin-top: 8px;
}
.section-lineup .slick-next:before,
.section-lineup .slick-nextx:before,
.section-lineup .slick-prev:before,
.section-lineup .slick-prevx:before {
  color: #8B98A9;
  transition: .3s;
}

.section-lineup .slick-next:hover:before,
.section-lineup .slick-nextx:hover:before,
.section-lineup .slick-prev:hover:before,
.section-lineup .slick-prevx:hover:before {
  color: #8B98A9;
}

.section-lineup .slick-arrow:first-child::after {
  content: '｜';
  position: absolute;
  right: 0px;
  top: 14px;
  width: 1px;
  height: 20px;
  background: #8B98A9;
  left: -1.5vw;
}

@media screen and (min-width: 560px) {
  .section-lineup .slick-arrow:first-child::after {
    right: 44px;
    left: auto;
  }
}

/************************************
** 拠点詳細プラン 2022
************************************/
.u-place__detail .c-detail__description::before{
  top:10px;
}
.p-basic__content{
  margin-bottom: 2rem;
  display: flex;
  font-size: 1.3rem;
}
.c-detail__description .u-blue__text:hover{
  opacity: 0.7;
}
.p-basic__plan{
  display: block;
  width: 100%;
  margin-bottom: 7px;
}
@media screen and (min-width: 960px) {
  .p-basic__plan{
    display: flex;
    gap:20px;
    width:114%;
  }
}
.p-basic__list{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .p-basic__list{
    margin-bottom: 0px;
  }
}
.p-basic__body{
  font-size:1.1rem;
}
.p-basic__icons{
  width:30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-right: 8px;
}
.p-basic__icons img{
  width:20px;
}
.p-plan__body{
  padding-bottom: 2rem;
}
/********拠点詳細のエリア********/
.u-area__inner{
  margin-top:4rem;
}
/********GoogleMap********/
.c-googlemap__inner{
  margin-bottom: 4rem;
}
.c-googlemap__inner iframe{
  height:450px;
}

/********TOPのみで使うタイトル下のbody分********/
.p-top__hero-body {
  margin:0px;
}
@media screen and (min-width: 560px) {
  .p-top__hero-body {
    margin:4rem 0px;
  }
}
.p-top__hero-body .smoothTextTrigger {
  transition-delay: .55s;
}

/********メインビジュアル********/
.l-main__visual {
  width: 100%;
  position: relative;
}

.l-main__body {
  width: 100%;
  height: calc(100vh - 0px);
  margin: 0 auto;
  min-height: 550px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .l-main__body {
    max-height: 500px;
  }

  .l-main__body:before {
    top: 105px;
  }
}

@media screen and (min-width: 1600px) {
  .l-main__body {
    max-height: 690px;
  }
}

@media screen and (min-width: 960px) {
  .p-top__place-button .c-common__button{
    margin-left: 0px;
  }
}
.p-top__place-button-ul li{
  width: 45%;
  float: left;
  margin-right: 5%;
}
@media (min-width: 960px)  and (max-width: 1536px) {
  .p-top__place-button-ul li{
    width: 100%;
    float: left;
    margin-right: 5%;
    margin-top: 20px;
  }
}
@media (min-width: 560px)  and (max-width: 959px) {
  .p-top__place-button-ul li{
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-top: 0px;
    height: 80px!important;
  }
  .p-top__place-button-ul{
    height: 80px!important;
  }
}
@media screen  and (max-width: 559px) {
  .p-top__place-button-ul li{
    display: none;
  }
}

.p-top__place-button .smoothTextTrigger{
  transition-delay: .65s;
}

.l-main__slide {
  user-select: none;
  -webkit-animation: fadein 2s 0s ease forwards,
    right 1s 0s ease forwards;
  animation: fadein 2s 0s ease forwards,
    right 1s 0s ease forwards;
}

.l-main__slide,
.l-main__slide .slide-item,
.l-main__slide .slide-item .slide-visual,
.l-main__slide .slide-item .slide-visual span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 960px) {
  .l-main__slide,
  .l-main__slide .slide-item,
  .l-main__slide .slide-item .slide-visual,
  .l-main__slide .slide-item .slide-visual span {
    left: 0;
  }
}

.l-main__slide .slide-item .slide-visual {
  width: 60%;
  left: 35%;
}

.l-main__slide .slide-item .slide-visual {
  width: 0;
  overflow: hidden;
}

.l-main__slide .slide-item .slide-visual span {
  display: block;
  width: 80vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transform-origin: 50% 50%;
  transform: scale(1.1);
}

@media screen and (min-width: 960px) {
  .l-main__slide .slide-item .slide-visual span {
    width: 65vw;
    left: 0;
    right: auto;
    margin-left: 0px;
    border-radius: 0px;
  }
}

.l-main__slide .slide-item .slide-visual {
  width: 65%;
  right: 0px;
  border-radius: 0px 0px 0px 8px;
  left: 35%;
}

.l-main__slide .slide-item .slide-visual {
  width: 0;
  overflow: hidden;
}


.l-main__slide .slide-item .slide-meta {
  position: absolute;
  width: 100%;
  max-width: 200px;
  bottom: 3%;
  left: 37%;
}

.l-main__slide .slide-item .slide-meta .slide-meta__inner {
  position: relative;
}

.l-main__slide .slide-item .slide-meta .slide-meta__inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  margin: auto;
  background-color: #FFF;
  content: "";
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.l-main__slide .slide-item .slide-meta.active .slide-meta__inner:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.meta-line {
  width: 100%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}

.slide-meta.active .meta-line:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-animation: slidebar 10s linear;
  animation: slidebar 10s linear;
}

@media screen and (max-width: 959px) {
  .l-main__body {
    height: 100%;
    min-height: 764px;
    max-height: initial;
  }

  .l-main__body:before {
    top: 0;
  }

  .l-main__slide .slide-item .slide-visual {
    width: 100%;
    left: 0;
    height: 500px;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
  }

  .l-main__slide .slide-item .slide-visual {
    width: 0;
  }

  .l-main__slide .slide-item .slide-visual span {
    width: 100vw;
    height: 100%;
  }

  .l-main__slide .slide-item .slide-visual.active {
    width: 100%;
  }

  .l-main__slide .slide-item .slide-meta {
    width: 90%;
    max-width: 100%;
    left: 15%;
  }

  .l-main__slide .slide-item .slide-visual {
    max-width: 92%;
    left: auto;
    right: 0px;
  }
}

@media screen and (max-width: 559px) {
  .l-main__body {
    min-height: 900px;
  }
  .l-main__slide .slide-item .slide-visual {
    height: 450px;
    left: auto;
    right: 0px;
  }
  .l-main__slide .slide-item .slide-meta {
    width: 100%;
    max-width: 50%;
    bottom: 0px;
    top: 410px;
  }
}
@media screen and (max-width: 559px) {
.p-top__place-button{
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
}
}
.meta-editor {
  width: 100%;
}

.slide-meta .meta-editor {
  position: static;
}

.slide-pager {
  position: absolute;
  left: 37%;
  bottom: 7%;
  max-width: 200px;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slide-pager span {
  display: inline-block;
  vertical-align: middle;
}

.slide-pager .slide-num {
  font-size: 1.1rem;
  color: #fff;
}

.slide-pager .slide-arrow__unit {
  margin-right: 15px;
  background-color: #FFF;
  position: relative;
}

.slide-pager .slide-arrow {
  width: 46px;
  height: 52px;
  padding: 12px 20px;
  background-size: 8px 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999em;
  cursor: pointer;
  padding: 6px 10px;
  -webkit-transition: .3s cubic-bezier(.55, .085, .68, .53);
  transition: .3s cubic-bezier(.55, .085, .68, .53);
}

.slide-pager .slide-arrow.prev:after {
  content: '';
  position: absolute;
  right: -2px;
  width: 1px;
  background-color: #888;
  opacity: .6;
  height: 16px;
  top: calc(50% - 8px);
  z-index: 5;
}

/* アクティブ状態 */
.l-main__slide .slide-item .slide-visual.active {
  width: 100%;
  transition: all 1.2s cubic-bezier(0.78, 0.07, 0, 1);
}

.l-main__slide .slide-item .slide-visual.active span {
  transform: scale(1);
  transition: transform 6s cubic-bezier(0.09, 0.34, 0.63, 1);
  transition-delay: 0s;
}

@media screen and (min-width: 960px) {
  .meta-line {
    margin: 25px 0 17px;
  }

  .slide-pager .slide-num {
    font-size: 1.1rem;
  }

  .slide-pager .slide-arrow__unit {
    margin-right: 18px;
  }

  .slide-pager .slide-arrow {
    width: 57px;
    height: 65px;
    padding: 15px 25px;
    background-size: 10px 20px;
    padding: 7.5px 12px;
  }

  .slide-pager .slide-arrow.prev:after {
    right: -2.5px;
    height: 20px;
    top: calc(50% - 10px);
  }
}

@media screen and (max-width: 959px) {
  .slide-pager {
    top: 390px;
    bottom: 0px;
    left:15%;
    max-width: 50%;
    width: 100%;
  }
}

/*******スライダー終わり*******/
.p-top__image__inner {
  position: relative;
}

.p-top__hero__block {
  max-width: 86%;
  margin: 3rem auto 2rem;
  opacity: 0;
}
@media screen and (min-width: 560px) {
  .p-top__hero__block {
    margin: 6rem auto 3rem;
  }
}
@media screen and (min-width: 960px) {
  .p-top__hero__block {
  margin: 2rem auto;
}
}
.p-top__hero__block .c-common__button{
  max-width: 250px;
  height: 60px;
  line-height: 60px;
  font-size: 1.2rem;
}
@media screen and (min-width: 560px) {
  .p-top__hero__block .c-common__button{
    margin-left: 0px;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  .p-top__hero__block {
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    max-width: 28.2vw;
    left: 3%;
    z-index: 5;
  }

  .p-top__image__inner {
    position: static;
  }
}
/************************************
** トップページ ニュース
************************************/
.p-news__inner {
  background:#F4F5F7;
  padding:20px 0px;
  margin:80px 0 20px;
}
.c-news__headline{
  color:#005A73;
  flex:0 0 15%;
  max-width: 15%;
  font-weight: 900;
}
.c-news__date{
  color:#8B98A9;
  margin-right: 13px;
}
.c-news__category{
  color:#fff;
  font-size:1.2rem;
  font-weight: 900;
  border-radius: 8px;
  padding: 2px 10px;
}
.c-news__inner{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
@media screen and (min-width: 560px) {
  .c-news__headline{
    flex:0 0 10%;
  max-width: 10%;
  }
  .c-news__inner{
    padding:9px 0px;
    margin-bottom: 0px;
  }
  .c-news__inner:hover{
    opacity: 0.7;
  }
}
.c-news__block{
  display: flex;
}
@media screen and (min-width: 560px) {
  .c-news__block{
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media screen and (min-width: 960px) {
  .c-news__block{
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.p-top__news-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 560px) {
  .p-top__news-inner{
    justify-content: flex-start;
  }
}
.p-news__inner ul{
  flex: 0 0 81%;
  max-width: 81%;
}
@media screen and (min-width: 560px) {
  .p-news__inner ul{
    flex: 0 0 85%;
    max-width: 85%;
  }
}
.u-top__news-inner .c-news__inner::after {
  content: none;
}
.p-top__news-inner .c-news__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex:0 0 100%;
    max-width: 100%;
}
@media screen and (min-width: 960px) {
  .p-top__news-inner .c-news__title {
    flex:0 0 67%;
    max-width: 67%;
  }
}
/************************************
** トップ シェアオフィス
************************************/
.p-top__shareoffice{
  background-image:url("/wp-content/themes/billage/images/cost-bg__sp.jpg");
  background-repeat: no-repeat;
  padding:100px 0px;
  background-position: center center;
  color:#fff;
  background-size: cover;
}
@media screen and (min-width: 560px) {
  .p-top__shareoffice{
    padding:30px 0px;
    background-image:url("/wp-content/themes/billage/images/cost-bg__pc.jpg");
  }
}
@media screen and (min-width: 960px) {
  .p-top__shareoffice{
    padding:100px 0px;
  }
}
.p-top__shareoffice .c-small__button{
  margin-top:4rem;
}
.p-top__shareoffice .c-small__button::before{
  background-color:#fff;
}
/************************************
** トップ ピックアップ フローティングバナー
************************************/
.p-floating__banner{
  filter: drop-shadow(5px 5px 20px rgba(69, 69, 69, 0.16));
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f4f5f7;
  z-index: 5;
  bottom: 20px;
  margin:0 20px;
  position: fixed;
  max-width: 89%;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .p-floating__banner{
    max-width: 94%;
  }
}
@media screen and (min-width: 1023px) {
  .p-floating__banner{
    border-radius: 12px 12px 0px 0px;
    width: 240px;
    margin:0px;
    right: 40px;
    bottom: 0px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) and (max-width:1560px){
  .p-floating__banner{
    width: 180px;
    right: 20px;
  }
}
.p-floating__item{
  position: relative;
}
.p-floating__link{
  padding:12px;
}
@media screen and (min-width: 1023px) {
  .p-floating__link{
    padding:12px 10px 30px;
  }
  .p-floating__link:hover{
    opacity: 0.7;
  }
}
@media screen and (min-width: 1440px) and (max-width:1560px){
  .p-floating__link{
    padding:12px 10px 15px;
  }
}
.p-floating__icon{
  position: absolute;
  right:-10px;
  top:-10px;
  text-align: center;
  background-color: #8B98A9;
  width:30px;
  height:30px;
  line-height: 30px;
  border-radius: 50%;
}
@media screen and (min-width: 1023px) {
  .p-floating__icon{
    border-radius: 8px;
    right:10px;
    top:5px;
  }
}
.p-floating__icon i{
  color:#fff;
}
.p-floating__title{
  color: #005A73;
  font-weight: 900;
  margin-bottom: 13px;
  line-height: 1;
  flex:0 0 20%;
  max-width: 20%;
}
@media screen and (min-width: 1023px) {
  .p-floating__title{
    width:auto;
    flex:0 0 auto;
  max-width: 100%;
  }
}
.p-floating__headline{
  font-size:1.1rem;
  flex:0 0 75%;
  max-width: 75%;
}
.p-floating__inner{
  display: flex;
  justify-content: space-between;
}
.p-floating__image{
  display: none;
}
@media screen and (min-width: 1023px) {
  .p-floating__inner,
  .p-floating__image{
    display: inline;
  }
  .p-floating__image img{
    border-radius: 8px;
  }
  .p-floating__headline{
    display: none;
  }
}
.u-floating__clicked{
  animation-name: fadedown;
  animation-duration: .3s;
  opacity: 0;
  display: none;
}
/************************************
** トップページ キャンペーン
************************************/
/* .pickup-slider{
  margin: 0 auto;
} */
.pickup-slider .slick-list{
  max-width: 920px;
  margin: 0 auto;
}
.campaign-content {
  margin-bottom: 7rem;
}
@media screen and (max-width: 559px) {
.campaign-content .p-wrapper{
  padding:0px;
}
}
.p-common__campaign{
  text-align: center;
  margin-bottom:4rem;
}
.p-campaign__block{
  width:100%;
  padding-bottom: 20px;
  /* max-width: 220px; */
  padding-right: 20px;
}
@media screen and (max-width: 559px) {
  .p-campaign__block{
    padding: 0 10px 10px;
  }
}

.p-common__campaign .c-common__title{
  color:#005A73
}
.p-common__campaign .c-common__lead-jp{
  color:#454545;
}
.p-campaign__link{
  padding-top:5px;
}
.p-campaign__link:hover{
  transform: translate(0px, -5px);
}
.p-campaign__image{
  position: relative;
  overflow: hidden;
  height:165px;
  border-radius: 8px;
}
.p-campaign__image img{
  transition: .3s ease-in-out;
  position: absolute;
	top: 50%;
  bottom:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
}
.p-campaign__image img:nth-child(2){
  display: none;
}
@media screen and (min-width: 960px) {
  .p-campaign__image img:nth-child(2){
    top: 170%;
    display: inline-block;
  }
  .p-campaign__link:hover .p-campaign__image img:nth-child(2){
    top: 50%;
  }
}
.p-campaign__headline{
  font-size:1.3rem;
}
.p-campaign__tag{
  color:#fff;
  font-size:1.1rem;
  font-weight: 900;
  background: #8B98A9;
  padding: 5px 10px;
  margin:10px 0px;
  display: inline-block;
  border-radius: 8px;
}
.p-campaign__slider{
  max-width: 1034px;
  margin:0 auto;
}
@media screen and (max-width: 559px) {
.p-campaign__slider .slick-prev, .p-campaign__slider .slick-next {
  position: absolute;
  top: auto;
  bottom: -17%;
  cursor: pointer;
  outline: none;
  height: auto;
  width: auto;
}
.p-campaign__slider .slick-prev{
  left: 40%;
}
.p-campaign__slider .slick-next {
  right: 40%;
}
}
.splide__arrow svg{
  fill: #8B98A9;
    height: 11.2em;
    width: 11.2em;
}
.splide__arrow{
  background: none;
}
/************************************
** トップページ 会員紹介 2022
************************************/
.p-top__member{
  margin-bottom: 0px;
}
.p-top__member .p-common__link{
  margin-top:40px;
}
.c-members__block{
  background-color: #fff;
  border-radius:8px;
  position: relative;
  top:-40px;
  max-width: 95%;
  margin:0 auto;
  padding: 15px 20px;
}
.c-members__text{
  color:#8B98A9;
  font-size:1.3rem;
}
.c-members__text-inner{
  margin-top:1.6rem;
}
.c-members__company-name{
  font-weight: 900;
}
.c-members__image{
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.c-members__link:hover{
  transform: translate(0px, -5px);
}
.c-member__comment{
  transition: .3s ease-in-out;
  position: absolute;
  top: 150%;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  background-color: rgba(69, 69, 69, 0.7);
  color:#fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}
@media screen and (min-width: 960px) {
.c-members__link:hover .c-member__comment{
  top: 50%;
}
.c-member__comment span{
  display: block;
  max-width: 90%;
  text-align: center;
}
}
/************************************
** 利用者紹介 2022
************************************/
.p-member__inner {
  background-color: #fff;
  max-width: 90%;
  margin: -5rem auto 0px;
  border-radius: 8px;
  z-index: 1;
  position: relative;
  padding: 13px 20px;
}

.p-members__job {
  color: #8B98A9;
  font-size: 1.3rem;
}

.p-members__title {
  font-size: 2rem;
  margin-top: 1rem;
  font-weight: 900;
}

.pmember-content__image{
  object-fit: cover;
  height: 450;
}
@media screen and (min-width: 560px) {
  .pmember-content__image{
    height: 420px;
  }
}
@media screen and (min-width: 960px) {
  .pmember-content__image{
    height: 450px;
  }
}

.member-content__image{
  object-fit: cover;
  height: 250px;
}
@media screen and (min-width: 560px) {
  .member-content__image{
    height: 200px;
  }
}
@media screen and (min-width: 960px) {
  .member-content__image{
    height: 280px;
  }
}
.c-logo__image{
  background:#fff;
  width:60px;
  height:60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left:10px;
  top:10px;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .c-logo__image{
    width:80px;
    height:80px;
  }
}
.c-logo__image img{
  border-radius: 0px;
}
.pc-logo__image{
  background:#fff;
  width:60px;
  height:60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right:10px;
  top:10px;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .pc-logo__image{
    width:80px;
    height:80px;
  }
}
.pc-logo__image img{
  border-radius: 0px;
}
/************************************
** billageについて 2022
************************************/
.u-feature__inner .c-colums__headline {
  margin: 16px 0;
}
@media screen and (min-width: 560px) {
  .c-common__feature--block{
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .c-common__feature--block{
    padding-bottom: 120px;
  }
  .c-common__feature--inner li:last-child{
    padding-bottom: 40px;
  }
}
/************************************
** サービス 2022
************************************/
.c-common__intro{
  text-align: center;
  padding:3rem 16px 6rem;
}
@media screen and (min-width: 560px) {
  .c-common__intro{
    text-align: center;
    padding:8rem 16px;
  }
}
.p-icon__list{
  text-align: center;
  flex: 0 0 22%;
    max-width: 22%;
    margin-bottom: 20px;
}
.u-icon__false{
  opacity: 0.3;
}
.p-icon__body{
  font-size: 1.1rem;
  margin-top: 4px;
  color:#8B98A9;
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0px;
}
.u-icon__false .p-icon__body{
  text-decoration:line-through;
}
@media screen and (min-width: 960px) {
  .p-icon__list{
    max-width: 65px;
    width: 100%;
  }
}

.p-monthly__icon{
  text-align: center;
}
.p-service__value{
  text-align: center;
  background:#F4F5F7;
  position: relative;
  padding:34px 0;
}
.p-service__icon{
  position: absolute;
  left:0;
  right: 0;
  top:-17px;
  text-align: center;
  color:#8B98A9;
  font-size: 3rem;
    line-height: 1;
}
.c-pickup__inner{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-pickup__list{
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 560px) {
  .c-pickup__inner{
    gap:20px;
  }
.c-pickup__list{
  max-width: 220px;
  width: 100%;
  flex:none;
  margin-bottom: 0rem;
}
}
.p-service__other-body{
  text-align: center;
  margin-bottom: 30px;
}
.c-pickup__icons{
  padding-top: 5rem;
}
.c-pickup__items{
  margin-bottom: 3.5rem;
}
.c-pickup__items .c-pickup__inner{
  display: block;
}
@media screen and (min-width: 560px) {
  .c-pickup__items .c-pickup__inner{
    display: flex;
  }
}
.c-service__others{
  margin-top: 3rem;
}
.c-service__body{
  margin-bottom: 20px;
}
.service .p-common__link{
  margin-top:40px;
}
.u-service__list{
  margin-bottom: 4rem;
}
@media screen and (min-width: 560px) {
  .u-service__list{
    margin-bottom: 0rem;
  }
}
.u-service__image{
  margin: 0 -28px;
}
.u-service__image img{
  border-radius: 0px;
}
@media screen and (min-width: 560px) {
  .u-service__image{
    margin: 0px;
  }
  .u-service__image img{
    border-radius: 8px;
  }
}
.c-service__top{
  margin-top: 5rem;
}
@media screen and (min-width: 560px) {
.c-service__top .u-right__image img{
  max-width: 100%;
}
}
/************************************
** レンタルオフィス
************************************/
.c-common__zigzag .u-left__image img,
.c-common__zigzag .u-right__image img{
  max-width: 100%;
}
.u-rentaloffice__base{
  margin:0 auto;
}
/************************************
** レンタルスペース
************************************/
.p-prace__body{
  margin-bottom: 1rem;
}
.p-space__inner{
  margin-top: 5rem;
}
.p-space__inner .p-common__background-color{
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 560px) {
  .p-space__inner .p-common__background-color{
    padding-bottom: 4rem;
  }
}
/************************************
** コワーキングスペース
************************************/
.p-option__service{
  margin-top: 7rem;
  margin-bottom: 3.5rem;

}
/************************************
** 下層ページのタイトル
************************************/
.p-common__main {
  color: #fff;
  position: relative;
  padding: 72px 0;
  background-position: 20% 50%;
  background-size: cover;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.p-common__main::before{
  content:'';
  position: absolute;
  left:0px;
  top:0px;
  background:rgba(69, 69, 69, 0.7);
  width:100%;
  height: 100%;
}
.p-common__main .p-common__headline {
  margin: 0px;
  padding: 0px;
  animation-name: titleAnimation;
  animation-duration: .8s;
  animation-delay: .6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.p-coworking__image {
  background-image: url("./images/FV_coworking.jpg");
}

.p-rentaloffice__image {
  background-image: url("./images/FV_rental_office.jpg");
}

.p-rentaloffice-osaka__image {
  background-image: url("./images/FV_rental_office_osaka-area.jpg");
}

.p-rentalspace__image {
  background-image: url("./images/FV_rental_space.jpg");
}

/************************************
** 各エリア詳細の周辺情報 2022
************************************/
.p-area__inner:nth-child(3){
  margin-top:8rem;
}
.p-area__block {
  margin-top: 2rem;
  text-align: justify;
}

.p-area__image,
.p-area__block {
  margin-bottom: 2rem;
}

.p-area__image.u-max__image img {
  border-radius: 0px;
}
.p-area__image.u-max__image {
  margin: 0 -28px;
}
@media screen and (min-width: 560px) {
  .p-area__image.u-max__image {
    margin: 0px;
  }
}
@media screen and (min-width: 560px) {
  .p-area__image {
    flex: 0 0 48.4%;
    max-width: 48.4%;
    margin-bottom: 0rem;
    margin-left: 0px;
    margin-right: 0px;
    object-fit: cover;
  }

  .p-area__block {
    margin-top: 0px;
  }

  .p-area__image.u-max__image {
    margin: 0px;
  }

  .p-area__image.u-max__image img {
    border-radius: 8px;
  }

  .p-area__block {
    flex: 0 0 45.0%;
    max-width: 45.0%;
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 960px) {
  .p-area__image.u-max__image img {
    width:580px;
    height:327px;
  }
}
.c-area__headline{
  font-size:2rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
/************************************
** お知らせ一覧ページ 2022
************************************/
@media screen and (min-width: 560px) {
  .p-columns__inner .p-sp__inner::after {
    content: '';
    display: block;
    flex: 0 0 23.45%;
    max-width: 23.45%;
  }

  .p-columns__inner .p-sp__inner::before {
    content: '';
    display: block;
    flex: 0 0 23.45%;
    max-width: 23.45%;
    order: 1;
  }
}
.p-columns-inner{
  margin-bottom: 4rem;
}
@media screen and (min-width: 560px) {
  .p-columns-inner{
    margin-bottom: 0rem;
  }
}
.u-columns__list{
  flex: 0 0 31.25%;
  max-width: 31.25%;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
.u-columns__list{
  margin-bottom: 80px;
  flex: 0 0 13.391%;
    max-width: 13.391%;
}
}
.image-contain{
  object-fit: contain!important;
}
.p-content__image {
  object-fit: cover;
  border-radius: 8px;
  height: 123px !important;
}
@media screen and (min-width: 560px) {
  .p-content__image {
    height: 140px !important;
  }
}
@media screen and (min-width: 960px) {
  .p-content__image {
    height: 210px !important;
  }
}
.u-columns__block{
  flex: 0 0 48.25%;
  max-width: 48.25%;
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .u-columns__block{
    flex: 0 0 24%;
    max-width: 24%;
    margin-bottom: 70px;
  }
  .u-columns__block a:hover{
    transform: translate(0px, -5px);
  }
}
.p-columns__block{
  margin:10px 0px;
}
@media screen and (min-width: 560px) {
.p-columns__block{
  display: flex;
  justify-content: space-between;
  margin:18px 0px 12px;
}
}
.p-columns__inner .wp-pagenavi{
  margin-top:3rem;
}
/************************************
** お知らせ詳細 2022
************************************/
/* .post-template-default .p-wrapper{
  max-width: 1032px;
} */
.post-template-default figcaption{
  text-align: center;
}
.c-date__body {
  color: #8B98A9;
}

.post-thumbnail {
  padding: 40px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.post-thumbnail img {
  width: 100%;
}

@media screen and (min-width: 960px) {
.post-thumbnail img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 563px;
    border-radius: 8px;
  }
}
.p-columns__date{
  color:#8B98A9;
  margin-bottom: 2rem;
}
.p-columns__lead {
  margin-top: 1.5rem;
  border-bottom: 10px solid #F3F4F6;
  font-size: 3.0rem;
  margin-bottom: 20px;
  padding-bottom: 2rem;
  position: relative;
}

.single-post .entry-sns {
  width: 100%;
  text-align: right;
  padding-bottom: 15px;
}
.url-copied {
  display: none;
}

.url-copied span {
  background: #F3F4F6;
  color: #454545;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 60px;
  right: 0px;
  font-size: 11px;
  padding: 2px 4px;
  box-sizing: border-box;
  border-radius: 2px;
}
article{
  max-width: 1000px;
  margin:0 auto;
}
article h2{
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  background: #F4F5F7;
  border-left: 4px solid #8B98A9;
  margin-top: 4rem;
}
article h3{
  display: block;
    border-bottom: 2px solid #8B98A9;
    padding: 1rem 0;
    margin-top: 30px;
}
article p{
  margin-top: 20px;
  word-wrap: break-word;
  text-align: justify;
  line-height: 2.15;
}
article ul,
article ol{
  margin: 40px 0px;
}
article ul li{
  margin: 1rem auto;
  text-indent: -4.5rem;
  padding-left: 4rem;
  position: relative;
}
article ul li::before{
  content: "\f00c";
  font-family: fontAwesome;
  display: inline-block;
  max-width: 28px;
  height: 28px;
  line-height: 28px;
  width: 100%;
  border-radius: 50%;
  color: #8B98A9;
  text-align: center;
  margin: 0 1rem 0 0;
  text-indent: 0rem;
}
article ol{
  counter-reset:num;
  list-style: none;
}
article ol li{
  position: relative;
  padding: 0.7em 0.5em 0.5em 40px;
}
article ol li::before{
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  max-width: 28px;
    height: 28px;
    line-height: 28px;
    width: 100%;
    background-color: #8B98A9;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  border-radius: 50%;
  left: 0;
  text-align: center;
  top: 10px;
}
.wp-block-group{
  margin-top: 3rem;
  padding:15px 20px 20px;
}
.wp-block-group h3{
  margin-top: 0px;
}
@media screen and (min-width: 560px) {
.wp-block-group{
  padding:20px 30px 30px;
}
}
.sns_flat_mini {
  display: flex;
  justify-content: flex-start;
  margin:0px;
  margin-top: 5px;
  position: relative;
  gap:5px;
}

.sns_flat_mini li {
  text-indent: 0px;
  padding-left: 0px;
  position:static;
}
.sns_flat_mini li::before{
  content:none;
}
.entry-footer .sns_flat_mini {
  align-content: flex-start;
  justify-content: flex-start;
}

article img{
  text-align: center;
  margin: 4rem auto 2rem;
}
article .wp-block-button__link{
  width: 225px;
  font-size: 1.5rem;
  text-align: center;
  display: block;
  padding: 10px 0 10px;
  color: #ffffff;
  /*background-color: #454545;*/
  background: linear-gradient(90deg, rgba(70,195,215,1) 0%, rgba(200,217,130,1) 100%);
  border-radius: 5px;
  margin: 4rem auto 0;
}
article .wp-block-button__link:hover{
  color: #ffffff;
  /*background-color: #ffffff;*/
  background: linear-gradient(90deg, rgba(70,195,215,0.75) 0%, rgba(200,217,130,0.75) 100%);
  border: none!important;
}
article .wp-block-buttons{
  justify-content: center;
}
article .wp-block-table table{
  font-size: 1.3rem;
  text-align: left;
  margin: 20px auto;
  width: 100%;
}
article .wp-block-table table th{
  background-color: #8B98A9;
    border: solid 1px #cbd2db;
    color: #ffffff;
    font-weight: 900;
    padding: 0.5rem;
}
article .wp-block-table table td{
  border: solid 1px #cbd2db;
  padding: 10px;
}
article .wp-block-table table tr:nth-child(odd) td{
  background-color: #F4F5F7;
}
/************************************
** ページネーション
************************************/
.wp-pagenavi {
  clear: both;
  text-align: center;
  display: flex;
  justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #8B98A9;
  background-color: #fff;
  border: solid 1px #F3F4F6;
  padding: 8px 15px;
  margin: 0px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  background-color: #F3F4F6;
  border-color: #F3F4F6;
}

.wp-pagenavi span.current {
  background-color: #F3F4F6;
  border-color: #F3F4F6;
  font-weight: 900;
}
/************************************
** お知らせカテゴリーカラー分け 2022
************************************/
.p-list__category {
  border-radius: 8px;
  font-size: 1.2rem;
  border-radius: 8px;
  padding:0px 16px;
  color: #fff;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  font-weight: 900;
}
.news {
  background-color: #2491C9;
}
.info{
  background-color:#26C8D4;
}
.campaign{
  background-color: #2BBD9D;
}
.propaty{
  background-color: #26D47B;
}
.useful{
  background-color: #96D419;
}
.events{
  background-color: #24C744;
}
.how-to{
  background-color: #218635;
}
.u-coworking__background {
  background-color: #2BBD9D;
}

.u-rentaloffice__background {
  background-color: #2491C9;
}

.p-columns__headline {
  text-align: justify;
  font-weight: normal;
  margin-top: 1.1rem;
  transition: .3s ease-in-out;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/************************************
** 求人情報ページ 2022
************************************/
.p-recruit__image {
  background-image: url("./images/FV_recruit.jpg");
  background-position: center center;
  background-size: cover;
}
.p-recruit__headline{
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.p-contact__body {
  margin-bottom: 8rem;
}
.u-recruit__inner .p-icon__images:last-child{
  background:#46C2D6;
}
.p-contact__body a {
  color: #46C2D6;
  display: inline-block;
}
.p-recruit__body{
  text-align: center;

}
.p-contact__body a:hover {
  opacity: 0.6;
}
.p-recruit__body-area{
  font-size: 1.3rem;
  padding-top:2px;
  margin-bottom: 1rem;
}
.p-recruit__area{
  background:#8B98A9;
  font-size:1.3rem;
  padding:2px 12px;
  font-weight: 900;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 560px) {
.contact-conversion__btn{
  margin: 0 auto;
  display: flex;
}
}
.contact-pp {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.mw_wp_form .c-common__button{
  pointer-events: auto;
  margin: 0 auto;
  display: block;
  z-index: 2;
  border:none;
}
.p-send__button,
.u-back__button{
  width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    transition: .2s;
    border-radius: 4px;
}
.u-back__button{
  max-width: 250px;
}
@media screen and (min-width: 560px) {
  .u-back__button{
    max-width: 500px;
  }
}
.mw_wp_form_input .u-back__button{
  display: none;
}
.mw_wp_form_confirm .u-back__button{
  display: block;
}
@media screen and (max-width: 559px) {
  .mw_wp_form_confirm .u-back__button{
    margin-bottom: 4rem;
    max-width: 100%;
  }
  .mw_wp_form_confirm .u-back__button .c-form__link-gray{
    height: 60px;
    line-height: 60px;
  }
}
.p-send__button{
  border: 1px solid #454545;
  background-color: #454545;
}
.p-send__button .c-common__button{
  background:none;
}
.p-send__button::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #606060;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 4px;
}
.p-send__button:hover::before{
  transform-origin: left top;
    transform: scale(1, 1);
}
.p-send__button::after{
  content: '\f054';
    font-family: fontAwesome;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease .2s;
    z-index: 10;
    color:#fff;
    transition: .2s;
}
.p-send__button:hover::after{
  right:10px;
}
.u-back__button{
  background-color: #454545;
}
.u-back__button::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #F7F8F9;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.u-back__button::after{
  content: '\f053';
    font-family: fontAwesome;
    position: absolute;
    left: 16px!important;
    top: 50%;
    right:auto!important;
    transform: translateY(-50%);
    transition: ease .2s;
    z-index: 10;
    color:#fff;
    transition: .2s;
}
.u-back__button:hover::before{
  transform-origin: right top;
    transform: scale(1, 1);
}
.u-back__button:hover::after{
  left: 10px!important;
}
.p-send__button:hover::before{
  transform-origin: left top;
    transform: scale(1, 1);
}
.p-send__button::after{
  content: '\f054';
    font-family: fontAwesome;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease .2s;
    z-index: 10;
    color:#fff;
    transition: .2s;
}
.p-send__button:hover::after{
  right:10px;
}
.contact-pp__inner {
  height: 185px;
  overflow: auto;
  border: 1px solid #c3c3c3;
  background-color: #ffffff;
  padding: 1rem 2rem;
  font-size: 1rem;
}

.cform tr {
  display: block;
  margin-bottom: 3rem;
}

@media screen and (min-width: 560px) {
  .cform tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.cform th {
  margin-right: 1rem;
  max-width: 100%;
  width: 100%;
  align-self: flex-start;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 560px) {
  .cform th {
    max-width: 300px;
    width: 100%;
  }
}

.cform td {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  display: block;
}

.mw_wp_form {
  margin: 0 auto 10rem;
}

.cform {
  width: 100%;
  margin: auto;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform select,
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  background-color: #F4F5F7;
  border: none;
  padding: 10px;
  margin-bottom: 5px;
}

.required-srt {
  display: inline-block;
  background-color: #005A73;
  color: #ffffff;
  padding: 0 0.5em;
  font-size: 1.3rem;
  line-height: 2;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

select::-ms-expand {
  display: block;
}


.wpcf7c-conf {
  color: #454545;
}

.cform textarea {
  max-height: 150px;
}

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

  .form-btn__inner .wpcf7c-btn-back,
  .form-btn__inner .wpcf7c-elm-step2 {
    flex: 0 0 47.25%;
    max-width: 47.25%;
  }
}

.ajax-loader {
  display: none !important;
}
.mw_wp_form .error{
  color: #FF4747;
  font-size: 1.3rem;
}
/************************************
** 求人情報 確認画面
************************************/
.confirm .c-common__lead{
  margin-top: 5rem;
  margin-bottom: 10rem;
}
.confirm .p-contact__body{
  margin-bottom: 10rem;
}
/************************************
** 求人情報 テーブル
************************************/
.p-list__center{
  text-align: center;
}
.c-recruit__inner{
  margin-bottom: 3rem;
}
.tbl-r01,
.tbl-r02 {
  width: 100%;
  border: 1px solid #F3F4F6;
  margin-top: 2rem;
}
.tbl-r01{
  font-size: 1.3rem;
}
.tbl-r01 th {
  padding: 17px 15px;
  background-color: #F3F4F6;
  text-align: left;
  font-weight: 900;
  width: 30%;
}

.tbl-r01 td {
  padding: 17px;
}
@media screen and (max-width: 559px) {
  .tbl-r01 th,
  .tbl-r01 td{
    display: block;
    width: 100%;
  }
}

.tbl-r02 th {
  padding: 10px 15px;
  width: 48%;
  background-color: #F3F4F6;
}

.tbl-r02 td {
  padding: 10px;

}
.tbl-r01 tr:not(:first-child),
.tbl-r02 tr:not(:first-child) {
  border-top: 1px solid #F3F4F6;
}

.tbl-r02 td .c-common__caption {
  margin-top: 0.4rem;
}

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

  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
  }
}
.u-tbl-r02__right{
  text-align: right;
}
.p-flow__content-list:not(:last-child)::after,
.u-recruit__inner .p-flow__content-list:not(:last-child)::after{
  content: '\f078';
  font-family: fontAwesome;
  position: absolute;
  color: #999999;
  right: 0%;
  left: 0;
  top: auto;
  bottom: -4%;
  text-align: center;
  font-size: 3rem;
}

@media screen and (min-width: 560px) {

  .p-flow__content-list:not(:last-child)::after,
  .u-recruit__inner .p-flow__content-list:not(:last-child)::after{
    content: '\f054';
    right: -7%;
    top: 50%;
    left: auto;
    bottom: auto;
    text-align: left;
    transform: translateY(-50%);
  }
}
.u-recruit__inner .p-flow__content-list:last-child .p-icon__images{
  background:#46C3D7;
}
.u-recruit__inner{
  margin:1.5rem auto 2rem;
}
@media screen and (min-width: 560px) {
  .u-recruit__inner{
    display: flex;
    justify-content: space-between;
  }
}
.c-form__link{
    width: 100%;
    margin: 0 auto;
    color: #fff;
    height: 60px;
    line-height: 60px;
    display: block;
    letter-spacing: 0.25rem;
    position: relative;
    border: 1px solid #454545;
    background-color: #454545;
    border-radius: 4px;
    text-align: center;
    z-index: 1;
    transition: ease .2s;
    font-size: 1.6rem;
    z-index: 3;
    font-weight: 700;
    overflow: hidden;
    display: block;
}
.c-form__link:hover{
  background-position: -100% 100%;
  color:#fff;
}
.c-form__link-gray{
  width: 100%;
  margin: 0 auto;
  color: #fff;
  height: 80px;
  line-height: 80px;
  display: block;
  letter-spacing: 0.25rem;
  position: relative;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  transition: ease .2s;
  font-size: 1.6rem;
  z-index: 3;
  font-weight: 700;
  overflow: hidden;
  color:#454545;
}
.c-form__link-gray::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #F7F8F9;
  transform: scale(0, 1);
  border-radius: 8px;
}
.c-form__link-gray:hover{
  color: #6C737E;
  /* background-color: #fff; */
  background-position: -100% 100%;
}
.mw_wp_form_input .contact-conversion__link02{
  display: none;
}
/************************************
** よくある質問
************************************/
.page-id-6175 .p-common__3colums p{
  text-align: center;
}
.c-question__question{
  background-color: #F4F5F7;
}
.question-block {
  margin-bottom: 5rem;
}

.question-block .c-common__title.u-navy__text {
  margin-bottom: 2.4rem;
}

.c-question__question,
.c-question__answer {
  display: flex;
  padding: 16px;
  text-align: justify;
}

@media screen and (min-width: 560px) {

  .c-question__question,
  .c-question__answer {
    padding: 17px 30px;
  }
}
.c-question__answer .p-caption__body{
  display: block;
  padding-top:10px;
}
.c-question__answer {
  background-color: #fff;
}

.c-question__answer a {
  display: inline-block;
  color: #46C2D6;
}

.c-question__answer a:hover {
  opacity: 0.6;
}

.c-question__answer .c-common__caption {
  display: block;
}
.question-word {
  flex: 0 0 6%;
  max-width: 6%;
  text-align: justify;
}

@media screen and (min-width: 560px) {
  .question-word {
    flex: 0 0 4%;
    max-width: 4%;
  }
}
.p-faq__block{
  background-color:#F4F5F7;
  padding: 25px 20px 15px;
  border-radius: 8px;
  position: relative;
}
.u-faq__list{
  text-align: center;
}
.u-faq__list-horizontal{
  padding:26px 20px;
  margin-top: 20px;
}
.u-faq__list-horizontal::after{
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transition: ease .2s;
  z-index: 10;
  transform: translateY(-50%);
}
.p-faq__arrow i,
.p-faq__arrow{
  font-size:2rem;
  position: relative;
  transition: ease .2s;
  left: 0px;
}
.p-faq__page-inner{
  margin-top: 5rem;
}
@media screen and (min-width: 560px) {
  .u-faq__list{
  height: 301px;
  }
  .p-faq__block:hover{
    opacity: 0.6;
  }
  .p-faq__block:hover::after{
    right:10px;
  }
  .p-faq__block:hover i{
    left:10px;
  }
  .u-faq__list-horizontal{
    margin-top: 4rem;
  }
  .p-faq__page-inner{
    display: flex;
    justify-content: center;
    gap:15px;
  }
}
.p-faq__page-link{
  width: 100%;
  max-width: 375px;
}
.p-faq__page-link a{
  border:1px solid #F4F5F7;
  border-radius: 8px;
  padding:20px;
  text-align: center;
  display: block;
    font-size:1.3rem;
    margin-bottom: 2rem;
}
@media screen and (min-width: 560px) {
  .p-faq__page-link a{
    margin-bottom: 0rem;
  }
}
.p-faq__page-link i{
  margin-left: 4px;
}
.p-faq__lead{
  font-size:2rem;
  padding: 6px 0px 5px;
  font-weight: 900;
}

.p-faq__headline{
  font-weight: normal;
}
.p-faq__body{
  color:#8B98A9;
  font-size:1.1rem;
  margin-bottom: 10px;
  margin-top: 6px;
}
.p-faq__link{
  margin-top: 10rem;
}
.c-faq__headline{
  font-weight: 900;
  margin-bottom: 2rem;
}
.acd-label{
  margin-bottom: 2rem;
}
.c-faq__category-block{
  text-align: center;
  margin-bottom: 6rem;
}
/************************************
** 会員紹介一覧ページ 2022
************************************/
@media screen and (min-width: 560px) {
  .members .p-sp__inner{
    position: relative;
  }
  .members .p-sp__inner::after,
  .post-type-archive-members .p-sp__inner::after{
    content: '';
    display: block;
    flex: 0 0 31.25%;
    max-width: 31.25%;
  }
}
.p-members__link {
  position: relative;
}
.p-members__link:hover{
  transform: translate(0px, -12px);
}

.p-members__name {
  font-size: 1.5rem;
  display: block;
  margin-top: 8px;
}

.members-content__catch {
  position: absolute;
  width: 100%;
  display: block;
  padding: 10px 20px;
  background: #F4F5F7;
  border-radius: 8px;
  max-width: 95%;
  margin: -30px auto 15px;
  font-size: 1.3rem;
  font-weight: 900;
  z-index: 3;
  left: 0;
  right: 0;
}

@media screen and (min-width: 560px) {
  .members-content__catch {
    min-height: 53px;
    display: flex;
    align-items: center;
  }
}
.p-members__profile {
  font-size: 1.1rem;
  max-width: 85%;
  margin: 4rem auto 0px;
}

.c-area__name i {
  color: #8B98A9;
}
/************************************
** 会員紹介詳細ページ 2022
************************************/
.p-members__interview {
  position: relative;
  padding-top: 3rem;
}

@media screen and (min-width: 560px) {
  .p-members__interview {
    padding-top: 7rem;
  }
}

.u-members__inner {
  position: relative;
  margin-bottom: 5rem;
}

@media screen and (min-width: 560px) {
  .u-members__inner {
    margin-bottom: 10rem;
    align-items: center;
  }
  .u-members__inner::after{
    content:'';
    background: #F4F5F7;
    z-index: -1;
    max-width: 570px;
    width: 100%;
    height: 269px;
    position: absolute;
    top:80px;
    right:0px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 960px) {
  .u-members__inner {
    margin-bottom: 15rem;
  }
  .u-members__inner::after{
    max-width: 750px;
    height:469px;
  }
}
.p-members__items {
  position: relative;
  margin: 0 -28px;
}

@media screen and (min-width: 560px) {
  .p-members__items {
    margin: 0px;
  }
}
.p-members__image{
  position: relative;
}
.p-members__image img{
  vertical-align: bottom;
  border-radius: 0px;
}
@media screen and (min-width: 560px) {
  .p-members__image img{
    border-radius: 8px;
  }
}
.p-members__block{
  background: #F4F5F7;
  text-align: center;
  padding:20px;
  position: relative;
  max-width: 85%;
  margin: 0 auto;
  border-radius: 8px;
}
@media screen and (min-width: 560px) {
.p-members__image{
  flex:0 0 62.5%;
  max-width: 62.5%;
}
.p-members__block{
  flex:0 0 31.25%;
  max-width: 31.25%;
  background: none;
  text-align: left;
  padding:0px;
  padding-right: 20px;
  margin:0px;
  border-radius: 0px;
}
}
.c-members__content{
  display: flex;
  font-size:1.3rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 560px) {
  .c-members__content{
    margin-bottom: 0px;
  }
}
.c-members__inner {
  margin: 5rem 0 6rem;
}
.c-detail__headline{
  font-weight: 900;
  flex:0 0 20%;
  max-width: 20%;
}
.c-detail__description{
  flex: 0 0 80%;
  max-width: 80%;
  position: relative;
  padding-left: 34px;
  text-align: justify;
}
@media screen and (min-width: 560px) {
  .c-detail__description{
    flex: 0 0 68%;
    max-width: 68%;
  }
}
.c-detail__description::before{
  content: '';
  background-color: #8B98A9;
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}
.c-member__detail-image{
  background: #fff;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -50px;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .c-member__detail-image{
    margin: 0 0 20px;
    position: static;
  }
}
.c-detail__link{
	word-break: break-all;
}
.c-detail__link:hover{
  opacity: 0.6;
}
.u-members__heading{
  text-align: center;
}
.p-members__company-name{
  font-size:2rem;
  font-weight: 900;
  margin:6.5rem 0px 15px;
}
@media screen and (min-width: 560px) {
  .p-members__company-name{
    margin:1.5rem 0px;
  }
}
.c-member__image{
  margin: 0 -28px 3rem;
}
@media screen and (min-width: 560px) {
  .c-member__image{
    margin: 0 0px 3rem;
  }
  .c-member__image img{
    border-radius: 8px;
  }
}
/************************************
** 会員紹介詳細ページ SNS 2022
************************************/
.c-sns__body{
  font-size:1.1rem;
  text-align: center;
  margin-top: 0.75rem;
}
.u-members__sns-inner {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}

@media screen and (min-width: 560px) {
  .u-members__sns-inner {
    display: block;
  }
}
.c-members__inner .c-sns__inner {
  max-width: 100%;
  position: relative;
}

.c-members__inner .sns_flat_mini {
  margin-top: 0px;
}
/************************************
** 会員紹介詳細ページ 質問事項 2022
************************************/
.p-menbers__faq {
  margin: 6rem -28px 11rem;
}

@media screen and (min-width: 560px) {
  .p-menbers__faq {
    margin: 6rem auto 8rem;
  }
}
.u-members__faq-block {
  background-color: #F4F5F7;
  border-radius: 8px;
  padding: 25px;
  font-size: 1.3rem;
  position: relative;
  line-height: 2.2;
  margin: 20px 5px 0px;
}
@media screen and (min-width: 560px) {
  .u-members__faq-block {
    margin: 0px;
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .u-members__faq-block {
    padding: 40px;
  }
}
.u-members__faq-block::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  border-bottom: 20px solid #F4F5F7;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  width: 0;
  height: 0;
}

.p-members__headline {
  margin-bottom: 1rem;
  font-weight: 900;
  color: #8B98A9;
}
.p-members__body {
  text-align: justify;
}
/************************************
** 会員紹介詳細ページ 最後に一言 2022
************************************/
.p-members__outro-image{
  object-fit:cover;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 560px) {
.p-members__outro-image{
  flex:0 0 16.66%;
  max-width: 16.66%;
  text-align: left;
  margin-bottom: 0px;
}
.p-members__outro-block{
  flex:0 0 76.66%;
  max-width: 76.66%;
}
}
.p-members__outro-image img{
  border-radius: 8px;
  width:200px;
  height: 200px;
}
@media screen and (min-width: 560px) {
  .p-members__outro-image img{
    width:auto;
    height: auto;
  }
}
.p-members__outro-body{
  font-size: 2rem;
  font-weight: 900;
  padding-top: 1.25rem;
}
/************************************
** 見積もり依頼フォーム / 内覧予約
************************************/
@media screen and (min-width: 960px) {
  .entry-form iframe {
    height: 2100px;
  }

  .rental-office__entry-form iframe {
    height: 860px;
  }

  .contact-form iframe {
    height: 1000px;
  }
}

@media screen and (min-width: 560px) and (max-width: 959px) {
  .entry-form iframe {
    height: 2100px;
  }

  .rental-office__entry-form iframe {
    height: 1100px;
  }

  .contact-form iframe {
    height: 1400px;
  }
}

@media screen and (max-width: 559px) {
  .entry-form iframe {
    height: 2650px;
  }

  .rental-office__entry-form iframe {
    height: 900px;
  }

  .contact-form iframe {
    height: 1400px;
  }
}
.p-entry__inner{
  margin:4rem 0px;
  text-align: center;
}
.p-entry__block{
  text-align: center;
  margin-bottom: 4rem;
}
.entry-content__body{
  margin-bottom:2rem;
}
.c-download__block {
  margin: 3rem 0 6rem;
}

.pardot-responsive .c-price__headline {
  margin-bottom: 1.5rem;
}

.c-download__block a:hover {
  opacity: 0.6;
}
.u-entry__inner{
  margin-top:2.3rem;
}
.p-entry__tel{
  font-size:3rem;
  font-weight: 900;
}
.p-entry__tel i{
  font-size:2.4rem;
}
.quote-form iframe{
  width: 100%;
  aspect-ratio: 8 / 9;
}
@media screen and (max-width: 1024px) {
  .quote-form iframe{
    aspect-ratio: 8 / 11;
  }
}
@media screen and (max-width: 820px) {
  .quote-form iframe{
  aspect-ratio: 7 / 16;
}
}
@media screen and (max-width: 768px) {
  .quote-form iframe{
  aspect-ratio: 7 / 18;
}
}
@media screen and (max-width: 559px) {
  .quote-form iframe{
    aspect-ratio: 4 / 21;
}
}
@media screen and (max-width: 375px) {
  .quote-form iframe{
    aspect-ratio: 4 / 24;
}
}
/*****************************************************************
* 拠点詳細 同じエリアの拠点スライダー 2022
*****************************************************************/
.u-place__badge {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 30%;
}

@media screen and (min-width: 560px) {
  .u-place__badge {
    max-width: 40%;
  }
}

.u-place__badge img {
  border-radius: 8px 0 0 0;
}
/* .section-lineup {
  overflow: hidden;
  padding: 120px 0;
} */

.section-lineup .inner {
  margin: 0 auto;
}
/* @media screen and (max-width: 560px) {
  .section-lineup .inner {
    overflow: hidden;
  }
} */
.section-lineup .lineup {
  position: relative;
}
/* .section-lineup .lineup-carousel img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
} */

.lineup .slick-slider {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 560px) {
  .lineup .slick-slider {
    max-width: 96%;
    margin-left: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) {
  .lineup .slick-slider {
    max-width: 93%;
  }
}
@media screen and (min-width: 1440px) {
  .lineup .slick-slider {
    max-width: 91%;
  }
}
@media screen and (min-width: 1600px) {
  .lineup .slick-slider {
    max-width: 1560px;
  }
}
.p-place__list .slick-slide{
  margin-right: 30px;
  /* max-width: 375px; */
}
@media screen and (max-width: 559px) {
  .p-place__list .slick-slide{
    margin:0 10px;
    padding-bottom:3rem;
  }
}
.c-members__description .lineup .slick-slider {
  margin: 0 auto;
}

.lineup .slick-slide .u-place__badge img {
  border-radius: 8px 0 0 0;
}
.p-slider__inner {
  padding-top: 4rem;
}

.lineup .slick-slide img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  border-radius: 8px;
}

.slider a {
  position: relative;
  display: block;
}

.slider a:hover {
  transform: translate(0px, -5px);
}

.slider a .c-common__title {
  margin-top: 1.5rem;
}

.slider .c-price__headline {
  margin-bottom: 1.5rem;
}

.mypattern,
.mypattern-place {
  width: 100%;
}

.mypattern .slick-slide {
  margin: 10px;
  display: block;
  text-align: center;
}

.mypattern-place .slick-slide {
  margin: 20px;
}

@media screen and (min-width: 560px) {
  .mypattern-place .slick-slide {
    margin: 40px 20px;
  }
}

.mypattern .slick-slide:not(.slick-center) {
  filter: opacity(50%);
  transition: 0.3s linear;
}

.slick-prev,
.slick-prevx {
  left: 0px;
}

.slick-next,
.slick-nextx {
  right: 24px;
}

.slick-prev,
.slick-prevx,
.slick-next,
.slick-nextx {
  z-index: 5;
}

.slick-prev:before,
.slick-prevx:before,
.slick-next:before,
.slick-nextx:before {
  font-family: FontAwesome;
  font-size: 2rem;
  padding: 10px;
  position: relative;
  z-index: 5;
  color: #8B98A9;
}

.slick-next:before,
.slick-nextx:before {
  content: '\f054'
}

.slick-prev:before,
.slick-prevx:before {
  content: '\f053'
}
/************************************
** 各拠点共通情報
************************************/
.c-place__link{
  position: relative;
}
@media screen and (min-width: 960px) {
.c-place__link:hover{
  transform: translate(0px, -5px);
}
.u-place__image.c-place__link:hover{
  transform: translate(0px, 0px);
}
}
.u-outline__inner{
  margin-bottom: 8rem;
}
.c-outline__image {
  margin-bottom: 5rem;
}
.c-outline__block {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .c-outline__image {
    flex: 0 0 66.40%;
    max-width: 66.40%;
    margin-bottom: 0rem;
  }

  .c-outline__block {
    flex: 0 0 28.125%;
    max-width: 28.125%;
  }
}
.p-outline__headline{
  font-size:1.3rem;
  margin-bottom:1.5rem ;
}
.c-outline__block .p-common__4colums {
  flex: 0 0 24%;
  max-width: 24%;
}

.yellow-member {
  overflow: hidden;
 
}
.yellow-member .p-common__4colums {
  flex: 0 0 48%;
  max-width: 48%;
  float: left;
  display:block;
  margin-right:2%;
	padding-right: 10px;
	margin-bottom:30px;
}

@media screen and (min-width: 560px) {
.yellow-member .p-common__4colums {
  flex: 0 0 24%;
  max-width: 24%;
  margin-right:1%;
	margin-bottom:30px;
}
}


.area {
  display: none;
  opacity: 0;
  background: #fff;
}

.area.is-active {
  display: block;
  animation-name: displayAnime;
  /* padding-top: 4rem; */
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.p-outline__icon{
  flex:0 0 22%;
  max-width: 22%;
  margin-bottom: 15px;
  text-align: center;
}
.c-outline__contents:nth-child(2){
  margin-top: 4rem;
}
/* @media screen and (min-width: 960px) {
  .area.is-active {
    padding-top: 8rem;
  }
} */
/************************************
** 各拠点の空室状況 2022
************************************/
.p-vacancy__headline{
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (min-width: 560px) {
.p-vacancy__block{
  flex: 0 0 48.4%;
  max-width: 48.4%;
}
}
.c-vacancy__outline .area{
  text-align: center;
}
.u-vacancy__inner{
  margin:3.4rem 0px 3rem;
}
.p-vacancy__icons--inner{
  display: flex;
  justify-content: space-between;
  gap:0px;
  text-align: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .p-vacancy__icons--inner{
    justify-content: center;
    gap:10px;
  }
}
@media screen and (min-width: 960px) {
  .p-vacancy__icons--inner{
    gap:30px;
  }
}
.p-vacancy__icon{
  max-width: 80px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .p-vacancy__icon{
    margin-bottom: 0px;
  }
}
/************************************
** 会員用サイト推奨利用環境2022
************************************/
.browsers .p-keyvisual__inner,
.browsers .l-entry__inner{
  display: none;
}
.p-browsers__content .c-common__caption {
  display: inline-block;
}

.p-browsers__inner {
  margin-bottom: 6rem;
}

.c-table__title{
  margin-bottom: 1rem;
}

.browser-table {
  width: 100%;
  border: 1px solid #F4F5F7;
}

.browser-table th {
  background-color: #fafafa;
}

.browser-table tr {
  width: 100%;
}

.browser-table tbody {
  display: flex;
}

.browser-table th,
.browser-table td {
  width: 100%;
  padding: 15px 12px;
  display: block;
}

.browser-table th {
  border-bottom: 1px solid #F4F5F7;
}

.browser-table td {
  height: 100px;
}

.browser-table tr td:not(:last-child) {
  border-bottom: 1px solid #F4F5F7;
}

.browser-table tr:first-child {
  border-right: 1px solid #F4F5F7;
}

@media screen and (min-width: 560px) {
  .browser-table td {
    height: auto;
  }
}
/************************************
** 特定商取引法 2022
************************************/
.transaction .p-keyvisual__inner,
.transaction .l-entry__inner,
.transaction1 .p-keyvisual__inner,
.transaction1 .l-entry__inner,
.transaction2 .p-keyvisual__inner,
.transaction2 .l-entry__inner,
.transaction3 .p-keyvisual__inner,
.transaction3 .l-entry__inner{
  display: none;
}
/************************************
** 実証実験 2022
************************************/
.experimentation-entry .p-keyvisual__inner{
  display: none;
}
/************************************
** 利用規約 2022
************************************/
.terms .p-keyvisual__inner,
.terms .l-entry__inner{
  display: none;
}
.terms .mb40_rwd{
  text-align: justify;
}
/************************************
** お問い合わせ 2022
************************************/
.contact .l-entry__inner{
  display: none;
}
.p-contact__inner{
  text-align: center;
}
.u-contact__list{
  margin-top:8rem;
}
.p-contact__body{
  margin-bottom: 3rem;
  text-align: center!important;
}
.u-login__link::after{
  content: '\f35d';
}
/************************************
** お問い合わせ完了thanks画面 2022
************************************/
.thanks .p-keyvisual__inner,
.thanks .l-entry__inner,
.p02_thanks .p-keyvisual__inner{
  display: none;
}
/************************************
** 横並びフロー
************************************/
@media screen and (min-width: 560px) {
  .p-flow__inner .c-merit__intro-block {
    padding-bottom: 5rem;
  }
}

.p-flow__inner .p-common__3colums:not(:last-child)::after {
  content: '\f078';
  font-family: fontAwesome;
  position: absolute;
  right: 0%;
  left: 0;
  top: auto;
  bottom: -5%;
  font-size: 3rem;
}

@media screen and (min-width: 560px) {
  .p-flow__inner .p-common__3colums:not(:last-child)::after {
    content: '\f054';
    right: 0%;
    top: 38%;
    left: auto;
    bottom: auto;
  }
}

.p-flow__inner .c-common__caption {
  padding-bottom: 4rem;
}

@media screen and (min-width: 560px) {
  .p-flow__inner .c-common__caption {
    padding-bottom: 0rem;
  }
}
/************************************
** 拠点LP用 2022
************************************/
.c-lp__fv {
  position: relative;
  padding-right: 40px;
}

.c-lp__fv img {
  -webkit-animation: fadein 2s 0s ease forwards,
    left .7s 0s ease forwards;
  animation: fadein 2s 0s ease forwards,
    left .7s 0s ease forwards;
    border-radius: 0px 0px 8px 0px;
}

.c-lp__block {
  padding: 0 28px;
}
.c-lp__fv-inner{
  margin-bottom: 10rem;
}
@media screen and (min-width: 560px) {
  .c-lp__fv-inner {
    display: flex;
    margin-bottom: 5rem;
    margin-right: 25px;
  }

  .c-lp__fv {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    margin-top: 0px;
    padding-right: 0px;
  }

  .c-lp__block {
    flex: 0 0 36%;
    max-width: 36%;
    margin-left: 20px;
    padding: 0px;
    margin-top: 4rem;
  }

  .c-lp__fv img {
    border-radius: 0px 0px 8px 0px;
  }
}

.c-lp__name {
  margin-top: 1rem;
}

@media screen and (min-width: 960px) and (max-width:1440px) {
  .c-lp__block {
    flex: 0 0 31%;
    max-width: 31%;
  }
}

@media screen and (min-width: 960px) {
  .c-lp__fv-inner {
    margin-bottom: 12rem;
  }

  .c-lp__fv-inner {
    align-items: flex-end;
  }

  .c-lp__fv {
    flex: 0 0 66.66%;
    max-width: 66.66%;
    margin-top: 0px;
  }

  .c-lp__block {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1600px) {
  .c-lp__block {
    margin-left: 70px;
  }
}

@media screen and (min-width: 1600px) {
  .c-lp__fv-inner {
    margin-right: 70px;
  }
}
.c-lp__block {
  position: relative;
}
.c-lp__description{
  margin-bottom: 4rem;
}
.c-lp__block .c-common__button::after{
  content:none;
}
@media screen and (min-width: 560px) {
.c-lp__block .c-common__button{
  max-width: 250px;
  margin-left: auto;
  margin-right:0px;
  height: 60px;
    line-height: 60px;
}
}
.c-lp__headline {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 900;
  margin-top: 1rem;
}
.c-lp__headline.js-scroll.show {
  opacity: 0;
}

.c-lp__headline.js-scroll.done {
  opacity: 1;
}

.c-lp__headline .smoothTextTrigger {
  transition-delay: .4s;
}

@media screen and (min-width: 960px) {
  .c-lp__headline {
    font-size: 1.823vw;
    font-weight: 900;
    margin-top: 0px;
  }
}

@media screen and (min-width: 1600px) {
  .c-lp__headline {
    font-size: 2.344vw;
  }
}

.c-lp__title {
  color: #8B98A9;
  font-size: 2rem;
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 960px) {
  .c-lp__title {
    font-size: 1.563vw;
    margin-bottom: 3.5rem;
  }
}

.c-lp__list {
  background-color: #F4F5F7;
  max-width: 100px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8B98A9;
  font-weight: 900;
  border-radius: 50%;
  text-align: center;
}
.p-lp__image {
  max-width: 80%;
}

.p-lp__image img {
  border-radius: 0px 8px 8px 0px !important;
}

@media screen and (min-width: 560px) {
  .c-lp__list {
    font-size: 1.2rem;
    max-width: 80px;
  height: 80px;
  }
}

@media screen and (min-width: 960px) {
  .c-lp__list {
    max-width: 110px;
    height: 110px;
    flex: 0 0 32.75%;
    font-size: 1.3rem;
  }

  .c-lp__list .fadein {
    transition-delay: .6s;
  }

  .c-lp__list .fadein.u-delay2 {
    transition-delay: .7s;
  }

  .c-lp__list .fadein.u-delay3 {
    transition-delay: .8s;
  }

  .p-lp__image {
    max-width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .c-lp__list {
    max-width: 150px;
    height: 150px;
    font-size: 1.5rem;
  }
}

.c-lp__link .c-common__button::after {
  content: '';
}
.u-open__list{
  margin-bottom: 5px;
}

.c-campaign__block {
  padding-top: 2.5rem;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 560px) {

  .introduction-list.u-lp__inner .c-description__background:nth-child(odd) .p-common__inner {
    margin-right: auto;
    margin-left: 0px;
  }

  .introduction-list.u-lp__inner .c-description__background:nth-child(even) .p-common__inner {
    margin-right: 0px;
    margin-left: auto;
  }
}
.c-campaign__image img{
  border-radius: 8px;
}
@media screen and (min-width: 560px) {
  .c-campaign__image{
    text-align: center;
    margin:0 auto;
  }
}
@media screen and (min-width: 960px) {

  .c-campaign__image,
  .c-campaign__block {
    flex: 0 0 48.47%;
    max-width: 48.47%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
  .c-campaign__image{
    margin:0px;
  }
}

#campaign {
  overflow: hidden;
}
.c-campaign__background {
  max-width: 100%;
  background-color: #F4F5F7;
  width: 100%;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 1;
}

.c-campaign__background .u-max__image {
  margin: 0 -50px;
}

@media screen and (min-width: 560px) {
  .c-campaign__background .u-max__image {
    margin: 0 auto;
  }
  .c-campaign__background {
    max-width: 90%;
    margin: 0 auto 10rem;
    border-radius: 8px;
  }
}

@media screen and (min-width: 960px) {
  .c-campaign__background .u-max__image {
    margin: 0;
  }
}

@media screen and (min-width: 560px) {
  .c-campaign__background {
    max-width: 1536px;
    border-radius: 0px;
  }
}

.c-campaign__background::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  z-index: -1;
}

@media screen and (min-width: 560px) {
  .c-campaign__background::after {
    background-color: #F4F5F7;
    position: absolute;
    content: '';
    width: 100%;
    height: 60px;
    bottom: -60px;
    left: 0px;
    border-radius: 0px 0px 0px 0px;
    z-index: -1;
  }
}

@media screen and (min-width: 560px) {
  .c-campaign__image img {
    border-radius: 8px;
  }
}

.p-campaign__title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 560px) {
  .p-campaign__title {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .p-campaign__title {
    text-align: left;
  }
}
.p-campagin__body {
  margin-bottom: 4.5rem;
}
/************************************
** NotFound404 2022
************************************/
.error404 .l-entry__inner{
  display: none;
}
.c-404__inner,.c-link__package{
  margin-top:8rem ;
}
/************************************
** ページトップへ戻る 2022
************************************/
#page_top a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #454545;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s;
  z-index: 3;
}

.facility-caption{
  padding-top: 30px; 
  width: 100%; 
  margin : 0 auto;
}

@media screen and (min-width:991px) {
  .facility-caption{
    padding-top: 30px; 
    width : 50%; 
    margin : 0 auto;
  }
}

@media screen and (min-width:560px) {
  #page_top a {
    width: 60px;
    height: 60px;
  }
}

#page_top a:hover {
  background: #777;
}
#page_top {
  position: fixed;
  right: 12px;
  z-index: 2;
  display: none;
  bottom: 70px;
}
.home #page_top {
  right: 10px;
  bottom: 150px;
}
.home #page_top.home-btn{
  bottom:75px;
}
@media screen and (min-width:560px) {
  #page_top,
  .home #page_top.home-btn{
    right: 30px;
    bottom: 35px;
  }
  .home #page_top {
    right: 30px;
    bottom: 95px;
  }
}
@media screen and (min-width:1024px) {
  .home #page_top{
    bottom: 265px;
  }
}
/* #page_top.UpMove {
  animation: UpAnime 0.5s forwards;
}

#page_top.DownMove {
  animation: DownAnime 0.5s forwards;
} */
#page_top a i {
  display: block;
  font-size: 2.3rem;
}

/************************************
** スクロールアニメーション
************************************/
span.smoothText {
  overflow: hidden;
  display: block;
}

.parrent-link{
  margin-bottom: 4rem;
  margin-top: -4rem;
}


/************************************
** スクロールアニメーション
************************************/
.float-menu{
	display: none;
}


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

  .js-scroll.show span.smoothText:nth-child(1),
  .js-scroll.show span.smoothText:nth-child(2) {
    display: inline-block;
  }
  
	.float-menu{
		width : 100%;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99999;
	}
	.float-menu li{
		width : 50%;
		float: left;
		text-align: center;
	}
	.float-menu li:first-child{
		/*border-right: 1px solid #fff;*/
		background-color: #454545;
    color: #fff;
		
	}
	.float-menu li:last-child{
		background-color: #D74646;
    color: #ffffff;
	}
	.float-menu li a{
		padding: 15px 0px;
		position: relative;
		
	}
	.p-floating__banner{
	  bottom: 70px;
	}
	
	.p-floating__banner{
	  bottom: 70px;
	}
.float-menu-tel{
  padding: 8px 0 !important;
}
  .float-menu-tel-cap{
    font-size: 9px;
    margin-top: -2px;
  }
}

.smoothTextTrigger {
  transition: .6s ease-in-out;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left;
  display: block;
  opacity: 0;
}

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

  span.smoothText:nth-child(1) .smoothTextTrigger,
  span.smoothText:nth-child(2) .smoothTextTrigger {
    display: inline-block;
  }
}

.js-scroll.done .smoothText:nth-child(2) .smoothTextTrigger {
  transition-delay: .2s;
}

.js-scroll.done .smoothText:nth-child(3) .smoothTextTrigger {
  transition-delay: .3s;
}

.js-scroll.done .smoothTextTrigger {
  transform: translate3d(0, 0, 0) skewY(0);
  opacity: 1;
}

.p-index-kv__h2-inner {
  -webkit-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.js-mask {
  display: block;
  position: relative;
  overflow: hidden;
}

.js-mask-item {
  display: block;
  -webkit-transform: translateY(1.3em);
  transform: translateY(1.3em);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.43, 0.6, 0.76, 0.99);
  transition: -webkit-transform 0.4s cubic-bezier(0.43, 0.6, 0.76, 0.99);
  transition: transform 0.4s cubic-bezier(0.43, 0.6, 0.76, 0.99);
  transition: transform 0.4s cubic-bezier(0.43, 0.6, 0.76, 0.99), -webkit-transform 0.4s cubic-bezier(0.43, 0.6, 0.76, 0.99);
  will-change: transform;
}

.show .js-mask-item {
  -webkit-transform: translateY(3em);
  transform: translateY(3em);
}

.done .js-mask-item {
  transform: translate(0px, 0px);
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition-duration: .5s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 560px) {
  .u-delay2 {
    transition-delay: .2s;
  }

  .u-delay3 {
    transition-delay: .3s;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/************************************
** キーフレームアニメーション 2022
************************************/
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
@keyframes DownAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 1;
	transform: translateY(100px);
  }
}
@keyframes dokidoki {
  0% {
    transform: scale(1.02)
  }

  5% {
    transform: scale(1)
  }

  95% {
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(1.02)
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes kv {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes right {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes left {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(.8);
  }

  100% {
    transform: none;
  }
}

@-webkit-keyframes slidebar {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes slidebar {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}
@keyframes fadedown {
  from {
      opacity: 0;
      transform: translateY(0);
  }
  to {
      opacity: 1;
      transform: translateY(300px);
  }
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }

  to {
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes titleAnimation {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    transform-origin: left;
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
li.arowx{
  position: relative;
  padding-bottom: 50px;
}
li.arowx:after{
  content: '';
  background-image:url("/wp-content/themes/billage/images/arowxs.png");
  position: absolute;
  width: 30px;
  height: 18px;
  bottom: 0px;
  left: 47%;
}
@media screen and (min-width:560px) {
  li.arowx{
    position: relative;
    padding-bottom: 0px;
  }
  li.arowx:after{
    content: '';
    background-image:url("/wp-content/themes/billage/images/arowx.png");
    position: absolute;
    width: 18px;
    height: 30px;
    right: -25px;
    top: 150px;
    left: auto;
  }
}