@charset "UTF-8";

/*-------------------------------------------------------

common

----------------------------------------------------------*/
.inner-wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 120px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  color: #888888;
  text-align: center;
}
h2 span {
  font-size: 60px;
  font-weight: bold;
  color: #333333;
  display: block;
}
.explanation {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 2;
  margin: 50px auto 0;
}
.description {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin: 36px auto 0;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 12px !important;
  }
  h2 span {
    font-size: 32px;
    margin-bottom: 6px;
  }
  .explanation {
    font-size: 16px;
    line-height: 1.8;
    margin: 34px auto 0;
  }
  .description {
    font-size: 14px;
    margin: 18px auto 0;
  }
}

.bold-text {
  font-weight: bold;
}

.posi_ab_center {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  padding: 1.155em 2em;
  border: none;
  border-radius: 50px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  color: #fff;
  font-weight: 600;
  font-size: 1.5em;
  position: relative;
}
.button::after {
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  right: 24px;
}

.button.button-blue {
  background-color: #055ab2;
}
.button.button-blue:hover {
  background-color: #004aa2;
}
.button.button-orange {
  background-color: #ff8400;
}
.button.button-orange:hover {
  background-color: #ef7400;
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
.sp-none {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
}

/*-------------------------------------------------------

floating-btn

----------------------------------------------------------*/
.floating-btn__wrapper {
  position: relative;
}

.floating-btn {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 100;

  color: #3e4952;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 12px 6px 28px;
}

.floating-btn_logo {
  font-size: 10px;
  text-align: center;
}

.floating-btn_text {
  writing-mode: vertical-rl;
  margin: 8px auto 0;
}

a[target="_blank"].floating-btn::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9'%3E%3Cpath id='パス_3' data-name='パス 3' d='M11.486,2.99a.5.5,0,0,0-.056,0H9a.5.5,0,1,0,0,1h1.292L5.645,8.638a.5.5,0,1,0,.707.707L11,4.7V5.993a.5.5,0,1,0,1,0V3.558a.5.5,0,0,0-.51-.568ZM4,2.995a1.007,1.007,0,0,0-1,1v7a1.007,1.007,0,0,0,1,1h7a1.007,1.007,0,0,0,1-1v-3a.5.5,0,1,0-1,0v3H4v-7H7a.5.5,0,1,0,0-1Z' transform='translate(-3 -2.99)' fill='%233E4952'/%3E%3C/svg%3E%0A");
  padding-left: 0.3em;
  position: absolute;
  bottom: 10px;
  left: 45%;
  transform: translateX(-45%);
  -webkit-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .floating-btn {
    top: 25%;
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
  }
}

@media only screen and (max-width: 767px) {
  .floating-btn {
    position: fixed;
    top: auto;
    right: auto;
    transform: translateY(auto);
    -webkit-transform: translateY(auto);
    -ms-transform: translateY(auto);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    padding: 11px 12%;
    width: 100%;
    display: flex;
  }
  .floating-btn_logo {
    font-size: 12px;
  }
  .floating-btn_text {
    writing-mode: horizontal-tb;
    margin: auto;
    font-size: 16px;
  }
  a[target="_blank"].floating-btn::after {
    padding-left: 0.3em;

    bottom: auto;
    left: auto;
    transform: translateX(auto);
    -webkit-transform: translateX(auto);
    -ms-transform: translateX(auto);

    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

/*-------------------------------------------------------

mainvisual

----------------------------------------------------------*/
#mainvisual {
  background-image: url(../images/coworkingspace/mainvisual.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 700px;
}
@media only screen and (max-width: 1080px) {
  #mainvisual {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  #mainvisual {
    height: 600px;
  }
}

.catchphrase {
  background-image: linear-gradient(
    rgba(0, 62, 101, 0.88),
    rgba(0, 36, 60, 0.88) 25%,
    rgba(0, 27, 46, 0.88) 50%,
    rgba(0, 0, 0, 0.88)
  );
  margin-top: 100px;
  height: 100%;
  width: 42%;
}
@media only screen and (max-width: 1080px) {
  .catchphrase {
    margin-top: 92px;
  }
}
@media only screen and (max-width: 767px) {
  .catchphrase {
    margin-top: 56px;
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
  }
}

.catchphrase .posi_ab_center {
  padding-left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .catchphrase .posi_ab_center {
    padding-left: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .catchphrase .posi_ab_center {
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
  }
}

.catchphrase p {
  font-size: 2.8vw;
  font-weight: 300;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .catchphrase p {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .catchphrase p {
    font-size: 22px;
    text-align: center;
  }
}

#mainvisual .catchphrase a:nth-of-type(1) {
  margin-top: 2vw;
}

#mainvisual .catchphrase a + a {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  #mainvisual .catchphrase a + a {
    margin-top: 1.4vw;
  }
}
@media only screen and (max-width: 767px) {
  #mainvisual .catchphrase a {
    margin-left: auto;
    margin-right: auto;
  }
  #mainvisual .catchphrase a:nth-of-type(1) {
    margin-top: 16px;
  }
  #mainvisual .catchphrase a + a {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 1081px) {
  #mainvisual .catchphrase .button {
    width: 25.8vw;
    font-size: 1.34em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  #mainvisual .catchphrase .button {
    width: 30vw;
    font-size: 1.2em;
  }
  #mainvisual .catchphrase .button::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    position: absolute;
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #mainvisual .catchphrase .button {
    max-width: 360px;
    width: 100%;
    font-size: 14px;
  }
}

#mainvisual .service_name {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  #mainvisual .service_name {
    right: 20px;
    bottom: 20px;
    max-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  #mainvisual .service_name {
    right: 15px;
    bottom: 310px;
    max-width: 280px;
  }
}

/*-------------------------------------------------------

NEWS

----------------------------------------------------------*/
.coworking-news-wrapper {
  display: flex;
  align-items: center;
}
.coworking-news-wrapper h2 {
  flex: 1;
}
.coworking-news-wrapper .coworking-news-list {
  flex: 2;
}
.coworking-news-wrapper .coworking-news-list li {
  border-bottom: 1px solid #0477bf;
  padding-bottom: 24px;
}
.coworking-news-wrapper .coworking-news-list li + li {
  margin-top: 24px;
}
.coworking-news-wrapper .coworking-news-list li a {
  position: relative;
}
.coworking-news-wrapper .coworking-news-list li a .date {
  position: absolute;
}
.coworking-news-wrapper .coworking-news-list li a .title {
  padding-left: 120px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .coworking-news-wrapper {
    flex-direction: column;
  }
  .coworking-news-wrapper .coworking-news-list {
    margin: 34px auto 0;
  }
  .coworking-news-wrapper .coworking-news-list li a .date {
    position: relative;
  }
  .coworking-news-wrapper .coworking-news-list li a .title {
    padding-left: 0;
    margin-top: 8px;
  }
  .coworking-no-news {
    margin-top: 32px;
  }

}

/*-------------------------------------------------------

INTRODUCTION

----------------------------------------------------------*/
#introduction {
  background-color: #f2f2f2;
}

.cardlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  margin-top: 60px;
}
.carditem {
  width: calc((100% - 30px) / 3);
  background-color: #ffffff;
  border-radius: 10px;
}
.carditem__thumbnailarea img {
  width: 100%;
}
.carditem__textarea {
  padding: 30px 20px 40px;
}
.cardtitle {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cardtitle p {
  font-size: 21px;
  font-weight: bold;
  color: #055ab2;
  margin-left: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .cardlist {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .carditem {
    width: calc((100% - 30px) / 2);
    max-width: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .cardlist {
    margin-top: 46px;
    max-width: 380px;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
  }
  .carditem {
    width: calc((100% - 15px) / 1);
  }
}

.attentions {
  margin-top: 30px;
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}

.attentions li {
  padding-left: 2em;
  text-indent: -2em;
}

.attentions li::before {
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: "※" counter(listnum); /* カウントした数に応じて番号を表示 */
  margin-right: 0.5em;
}

/*-------------------------------------------------------

CTA

----------------------------------------------------------*/

#cta {
  background-image: url(../images/coworkingspace/mainvisual.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.cta-wrap {
  max-width: 100%;
  margin-inline: auto;
  padding: 60px 0;
  text-align: center;
  background-image: linear-gradient(
    rgba(0, 62, 101, 0.88),
    rgba(0, 36, 60, 0.88) 25%,
    rgba(0, 27, 46, 0.88) 50%,
    rgba(0, 0, 0, 0.88)
  );
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .cta-wrap {
    max-width: 100%;
    width: 100%;
  }
}

.cta_explanation {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .cta_explanation {
    font-size: 16px;
    line-height: 1.8;
  }
}

.flex-cta_button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .flex-cta_button {
    margin-top: 28px;
    flex-direction: column;
    align-items: center;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.cta_button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  width: 100%;
  padding: 1.155em 2em;
  border: none;
  border-radius: 50px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  color: #fff;
  font-weight: 600;
  font-size: 1.5em;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .cta_button {
    width: 30vw;
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .cta_button {
    max-width: 320px;
    width: 100%;
    font-size: 1em;
  }
}

.cta_button::after {
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  right: 24px;
}
.cta_button.button-blue {
  background-color: #055ab2;
}
.cta_button.button-blue:hover {
  background-color: #004aa2;
}
.cta_button.button-orange {
  background-color: #ff8400;
}
.cta_button.button-orange:hover {
  background-color: #ef7400;
}

.flex-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.flex-link a[href$=".pdf"] {
  color: #fff !important;
  text-decoration: none;
}
.flex-link a[href$=".pdf"]:hover {
  text-decoration: underline;
}
.flex-link a[href$=".pdf"]::after {
  background-image: none;
}
.gap-30 {
  gap: 30px;
}
.gap-42 {
  gap: 42px;
}
@media only screen and (max-width: 767px) {
  .flex-link {
    margin-top: 28px;
  }
  .gap-30 {
    gap: 10px;
  }
  .gap-42 {
    gap: 10px;
  }
}

.link-text {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.link-text:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .link-text {
    font-size: 14px;
  }
}

/*-------------------------------------------------------

SEAT TYPE

----------------------------------------------------------*/
#seat-type {
  background-color: #f2f2f2;
}

.box-lists {
  margin-top: 46px;
  margin-inline: auto;
  max-width: 840px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.box-list {
  width: 100%;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #055ab2;
}
.box-list p {
  padding-left: 160px;
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
}
.box-list p::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  top: 12px;
  left: 100px;
  background-color: #fff;
}
.box-list p span {
  font-size: 16px;
}
.box-text {
  max-width: 420px;
  width: 100%;
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none;
}
.box-text li {
  padding-left: 1em;
  text-indent: -1em;
}
.box-text li::before {
  content: "・";
  margin-right: 0.5em;
}
.box-text li:not(:first-child) {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .box-lists {
    max-width: 420px;
  }
  .box-list {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    gap: 20px;
    height: unset;
  }
  .box-list p {
    position: relative;
    padding-left: 34px;
    min-width: unset;
    gap: unset;
  }
  .box-list p::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    width: 20px;
    height: 20px;
  }
  .box-text li:not(:first-child) {
    margin-top: 8px;
  }
}

/*-------------------------------------------------------

EQUIPMENT

----------------------------------------------------------*/
.title-top {
  padding-top: 120px;
}

.table_box {
  border-collapse: separate;
  border-spacing: 15px;
  margin: 46px auto 0;
  padding: 0;
  max-width: 840px;
  width: 100%;
  margin-inline: auto;
}
.table_box th,
.table_box td {
  border-radius: 10px;
  text-align: center;
}
.table_box th {
  padding: 16px 0;
}
.table_box td {
  padding: 20px 0;
}
/* 1列目・2列目 */
.table_box th:nth-child(1),
.table_box td:nth-child(1),
.table_box th:nth-child(2),
.table_box td:nth-child(2) {
  width: 20%;
}
/* 3列目 */
.table_box th:nth-child(3),
.table_box td:nth-child(3) {
  width: 60%;
}
.table_box th {
  background-color: #055ab2;
  color: #fff;
  width: 20%;
}
.table_box td {
  background-color: #fff;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .table_box {
    border-spacing: 8px;
  }
  .table_box th {
    padding: 15px 0;
  }
  .table_box td {
    padding: 12px 0;
  }
}

/*-------------------------------------------------------

PRICE

----------------------------------------------------------*/
.separate-box {
  margin-top: 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 840px;
  padding: 40px 0 56px 0;
  border: 1px solid #055ab2;
  position: relative;
  margin-inline: auto;
}
.separate-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px dashed #055ab2; /* 中央の点線 */
}
.separate__left,
.separate__right {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.separate__left {
  font-size: 24px;
}
.separate__right {
  font-size: 32px;
}
.separate__left {
  align-items: start;
  gap: 10px;
}
.separate__right {
  padding: 0 20px;
  justify-content: center;
  align-items: center;
}
.separate__left p {
  position: relative;
  padding-left: 68px;
  margin: 10px 0;
}
.separate__left p::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #055ab2;
}
.separate__left .text-color {
  display: block;
  color: #055ab2;
}
.separate__left .text-sm {
  font-size: 14px;
}
.separate__right p {
  line-height: 1;
  color: #055ab2;
}
.separate__right .text-sm {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.separate__right .text-sm {
  font-size: 14px;
}
@media (max-width: 767px) {
  .separate-box {
    margin-top: 55px;
    max-width: 420px;
    padding: 32px 0 40px 0;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .separate-box::before {
    top: 56%;
    left: 0;
    right: 0;
    bottom: auto;
    border-left: none;
    border-top: 1px dashed #055ab2;
    transform: none;
  }
  .separate__left {
    font-size: 16px;
  }
}

.outer-text {
  margin-top: 30px;
  margin-inline: auto;
  max-width: 840px;
  width: 100%;
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none;
}
.outer-text li {
  padding-left: 1em;
  text-indent: -1em;
}
.outer-text li::before {
  content: "・";
  margin-right: 0.5em;
}
.outer-text li:not(:first-child) {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .outer-text {
    max-width: 420px;
  }
  .outer-text li:not(:first-child) {
    margin-top: 4px;
  }
}

/*-------------------------------------------------------

ACCESS

----------------------------------------------------------*/
.map-wrap {
  background-color: #f2f2f2;
  margin-top: 70px;
  display: flex;
  align-items: center;
}

.map-wrap iframe {
  flex: 1 1 60%;
  max-width: 632px;
  border: 0;
}

.map_description {
  padding: 30px;
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.map_description p span {
  display: inline-block;
  margin-left: 4px;
  font-weight: normal;
  font-size: 0.9em;
}

#access .name {
  font-size: 21px;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
}
#access .name::before {
  content: url(../images/coworkingspace/icon_access.svg);
  position: absolute;
  top: 3px;
  left: 0%;
}
#access .name span {
  font-size: 16px;
  font-weight: normal;
}
#access .map {
  font-size: 16px;
  line-height: 1.6;
}
#access .tel {
  font-size: 14px;
}
#access .tel-note {
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .map-wrap {
    flex-direction: column;
    gap: 0;
  }

  .map-wrap iframe,
  .map_description {
    flex: none;
    width: 100%;
  }
  .map_description {
    gap: 20px;
  }
}

/*-------------------------------------------------------

CONTACT

----------------------------------------------------------*/
#contact {
  background-image: url(../images/coworkingspace/mainvisual.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.cta-wrap h2 {
  color: #fff;
}
.cta-wrap h2 span {
  color: #fff;
}
.cta_description {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  margin: 36px auto 0;
  color: #fff;
}
#contact .cta_explanation {
  margin: 50px auto 0;
}
#contact .cta-wrap {
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .cta_description {
    font-size: 14px;
    line-height: 1.6;
    margin: 18px auto 0;
  }
  #contact .cta_explanation {
    font-size: 16px;
    line-height: 1.8;
    margin: 34px auto 0;
  }
}

/*-------------------------------------------------------

コンバージョンエリア

----------------------------------------------------------*/

/*-------------------------------------------------------

footer 調整用

----------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .footer {
    margin-bottom: 60px;
  }
}
