@charset "utf-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
  /* border: 1px solid #000; */
}
/* テーブル
-----------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  padding: 0.5rem;
  border: 5px solid #e6ffff;
  background: #fefefefe;
  border-radius: 20px;
}
/* Topメインビジュアル
-----------------------------------------------------------*/
.main {
  position: relative;
  width: 100%;
  height: 80vh;
}
.main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  z-index: 1;
}
.main img.spmain-img {
  display: none;
}
/* wrapp
-----------------------------------------------------------*/
.wrapp {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  background: #fff;
  z-index: 10;
  overflow: hidden;
}
/* h1
-----------------------------------------------------------*/
h1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: normal;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
}
.h1-title {
  color: inherit;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 700;
}
.h1-copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: inherit;
  font-size: 2.5rem;
  line-height: 1;
}
.h1-copy span {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: inherit;
  line-height: 2;
}
/* h2
-----------------------------------------------------------*/
article {
  padding-top: 10px;
  padding-bottom: 10px;
}
.heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  /* background-color: #cfc; */
}
.heading h2 {
  display: inline-block;
  margin-bottom: 1rem;
  border-bottom: 1px solid #666;
  color: #996;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.heading p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.3rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
}
.contact-heading h2 {
  border-bottom: none;
}
/* container
-----------------------------------------------------------*/
.container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  /* background-color: #ffc; */
}
/* content
-----------------------------------------------------------*/
.content {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
  /* background-color: #cff;
  border: 1px solid #00f; */
}
.content p {
  text-align: justify;
  line-height: 1.7;
}
.content dl {
  margin-top: 1rem;
}
.content dt {
  font-weight: bold;
}
.content ul {
  margin-top: 0.5rem;
}
/* contact-top
-----------------------------------------------------------*/
.contact-top {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 5rem 0;
  background: #7BD4FF;
}
.contact-ttl {
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.contact-top .tel {
  text-align: center;
}
.contact-top .tel a {
  margin: 0.5rem 0;
  font-size: 1.2rem;
}
.contact-top .top-buttons {
  width: 80%;
  margin: 0 auto
}
.contact-top .top-link-button {
  text-align: center;
}
.contact-top .top-link-button a {
  display: block;
  margin: 1rem 10%;
  padding: 1rem;
  border: 1px solid #fff;
  font-weight: 700;
}
.contact-top .top-link-button a:hover {
  background: #fff;
  border: 1px solid #f00;
  color: #f00;
}
/* service-plan
-----------------------------------------------------------*/
.service-plan {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
.service-plan-wrapp {
  width: 50%;
  margin: 0 0 2rem 0;
  padding: 0 0;
  display: flex;
  justify-content: space-around;
}
.service-plan-wrapp li {}
.service-plan-box {
  width: 90%;
  margin: 0 auto;
  padding: 2rem;
  border: 1px dotted #000000;
  display: flex;
  flex-flow: column;
}
.service-plan-ttl {
  width: 100%;
  background: #5dc667;
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 0;
}
.service-plan-list {
  font-size: 1rem;
  margin: 0 0 0 0.5rem;
  flex-grow: 1;
}
.service-plan-list ul.service-plan-list-box {
  margin: 0 0 0.5rem 0;
}
.service-plan-list ul.service-plan-list-box li {
  font-size: 1rem;
}
.service-plan-plice01 {
  margin: 0 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
}
.service-plan-plice02 {
  font-size: 1rem;
  color: #5dc667;
  font-weight: 700;
  text-align: center;
}
.service-plan-plice02 span.plice-l {
  font-size: 2rem;
  color: #5dc667;
  margin: 0 0.5rem 0 0;
  line-height: 3rem;
}
.service-plan-plice02 span.plice-s {
  font-size: 1rem;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
}
.service-plan-plice03 {
  text-align: right;
}
/* category
-----------------------------------------------------------*/
.category-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.category-term {
  display: flex;
  height: 25vw;
  margin: 2rem auto;
}
.category-image {
  width: 70%;
}
.category-caption {
  width: 30%;
  padding: 2rem;
  background: #7BD4FF;
}
.category-title {
  display: flex;
  height: 40%;
  align-items: center;
  border-bottom: 1px solid #fff;
  /* background-color: #00f; */
}
.category-description {
  display: flex;
  align-items: center;
  height: 60%;
  color: #fff;
  /* background-color: #90f; */
}
.category-no, .category-name {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.category-icon {
  margin-left: 0.5rem;
  margin-right: 0.5em;
}
.category-icon img {
  width: 50px;
  height: 50px;
}
.category-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#service_office {
  background-image: url(../images/service-office.png);
}
#service_mail {
  background-image: url(../images/service01.jpeg);
}
#service_fax {
  background-image: url(../images/service02.jpg);
}
#service_tel {
  background-image: url(../images/service03.jpeg);
}
.category-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.category-content > div {
  display: flex;
  justify-content: space-around;
}
.office-nearest {
  width: 90%;
  margin: 0 auto;
}
.office-nearest .nearest-place {
  width: 60%;
  float: left;
  text-align: left;
  font-weight: 800;
}
.office-nearest .nearest-place li {
  width: 100%;
}
.office-nearest .nearest-distance {
  width: 40%;
  float: right;
  text-align: right;
  font-weight: 800;
}
.office-nearest .nearest-distance li {
  width: 100%;
}
.service-items {
  display: flex;
  justify-content: center;
  max-width: 30rem;
}
.service-items ul {
  margin-top: 0;
}
.service-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #030f32;
  font-size: 0.9rem;
}
.service-item:first-child {
  border-top: 1px dotted #030f32;
}
.service-item:before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-color: #030f32;
  border-radius: 50%;
}
.content-columns {
  width: 50%;
  /* background-color: #f60; */
}
.tel-lead {
  max-width: 60rem;
}
.tel-items {
  display: flex;
  flex-wrap: wrap;
}
.tel-item {
  width: 50%;
  padding-top: 1rem;
}
#service h4 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#service h4::before, #service h4::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}
#service h4::before {
  margin-right: 0.5rem;
}
#service h4::after {
  margin-left: 0.5rem;
}
.list-item dt {
  width: 6rem;
  margin-bottom: 0.5rem;
  background-color: #666;
  color: #fff;
  font-size: 0.9rem;
  font-weight: normal;
  text-align: center;
}
.list-item dd {
  margin-bottom: 1rem;
}
.text-list, .text-comment {
  position: relative;
  padding-left: 1rem;
}
.text-comment {
  margin-left: 1rem;
}
.text-list::before, .text-comment::before {
  position: absolute;
  left: 0;
  top: 0;
}
.text-list::before {
  content: '・';
}
.text-comment::before {
  content: '※';
}
.office-content {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.office-image {
  width: 40%;
}
.office-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.office-description {
  width: 60%;
}
.office-description h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #1E90FF;
  font-size: 1.1rem;
}
/* option
-----------------------------------------------------------*/
#option {
  padding: 5rem 0;
}
#option h3 {
  margin-top: 1rem;
  color: #1E90FF;
  font-size: 1.4rem;
  text-align: center;
}
.option-list {
  display: flex;
}
.option-item {
  width: 50%;
}
th.term {
  width: 9rem;
  vertical-align: middle;
}
td.price {
  width: 8rem;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}
td.description {
  width: calc(100% - 17rem);
  font-size: 0.9rem;
  text-align: left;
  vertical-align: middle;
}
.table-facilities {
  margin-top: 1rem;
}
.unit {
  font-size: 0.9rem;
  margin-left: 0.5rem;
  color: inherit;
}
/* price
-----------------------------------------------------------*/
#price {
  padding: 5rem 0;
}
#price h2 + p {
  display: block;
}
#price h2 + p span:last-child {
  display: block;
}
#price h3 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-style: oblique;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: inherit;
}
#first_plan .plan-description {
  background-color: #ADF8FF;
  color: #000000;
}
#step_plan .plan-description {
  background-color: #F9FFBB;
}
.price-lead {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.price-content {
  display: flex;
  align-items: stretch;
}
.price-item {
  width: 50%;
}
.plan {
  max-width: 30rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
}
.plan-items {
  height: 9rem;
  margin-top: 0.5rem;
  text-align: center;
  line-height: 2;
  color: inherit;
}
.plan-item {
  color: inherit;
}
.plan-item:nth-of-type(4)::before {
  content: '+';
  display: block;
  font-style: normal;
}
.plan-icons {
  display: flex;
  justify-content: center;
}
.plan-icon {
  padding: 1rem 1.5rem;
  text-align: center;
}
.plan-icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.plan-price {
  padding: 0.5rem;
}
.monthly-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
del {
  color: #f00;
}
.price-arrow {
  width: 10%;
  margin-bottom: 0.5rem;
  text-align: center;
}
.price-description {
  width: 45%;
  text-align: center;
}
.price-description dt {
  font-size: 0.9rem;
}
.price-after dt, .price-after dd {
  color: #f00;
}
.plan-price .price {
  font-size: 1.6rem;
  font-style: oblique;
  color: inherit;
}
.initial-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.initial-price dt {
  margin-bottom: 0.4rem;
  margin-right: 0.5rem;
}
.prefix {
  margin-right: 0.5rem;
  color: inherit;
}
/* rental
-----------------------------------------------------------*/
#rental {
  padding: 5rem 0;
  background-color: #e6ffff;
}
#rental h3 {
  color: #0F1A70;
  font-size: 3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
#rental h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #000000;
  font-size: 1.2rem;
}
.rental-lead {
  margin-top: 30px;
}
.rental-lead p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.wi-fi::before, .wi-fi::after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f1eb';
  font-weight: 900;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #069;
}
.equipment-description {
  display: flex;
  flex-direction: column;
}
.equipment-description > span:first-child {
  text-align: left;
}
.equipment-description > span:last-child {
  text-align: right;
}
.equipment-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.25em 1em;
  font-weight: bold;
}
.equipment-name:before, .equipment-name:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 30px;
}
.equipment-name:before {
  top: 0;
  left: 0;
  border-left: 1px solid #030f32;
  border-top: 1px solid #030f32;
}
.equipment-name:after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #030f32;
  border-right: 1px solid #030f32;
}
/* .rental-content {
  background-color: #fc6;
} */
.rental-item {
  display: flex;
  margin-top: 30px;
}
.rental-item:nth-of-type(2) {
  flex-direction: row-reverse;
}
.rental-image {
  width: 50%;
}
.rental-description {
  width: 50%;
  text-align: center;
}
.rental-image {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#rental_office1 {
  background-image: url(../images/Rental-office01.png);
}
#rental_office2 {
  background-image: url(../images/Rental-office02.png);
}
#rental_office3 {
  background-image: url(../images/Rental-office03.png);
}
#rental .user-count, #rental .price {
  font-size: 1.2rem;
}
#rental .user-count {
  vertical-align: middle;
}
/* access
-----------------------------------------------------------*/
#access {
  padding: 7rem 0 0;
  background-color: #fffaf0;
}
#access .heading {
  margin-top: 2rem;
}
.access-content {
  display: flex;
  flex-direction: row-reverse;
}
.access-content li {
  width: 50%;
}
.access-description {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #000;
}
.g-map {
  margin-top: 7rem;
}
iframe {
  width: 100%;
  height: 450px;
  border: none;
}
/* contact
-----------------------------------------------------------*/
#contact {
  padding: 5rem 0;
  background: #7BD4FF;
}
#contact h2 {
  color: #fff;
}
.contact-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact-content li {
  width: 50%;
}
.tel {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.contact-description {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #fff;
  text-align: center;
  font-weight: 700;
}
.contact-description > div {
  width: 100%;
}
.contact-description p {
  color: #fff;
  text-align: center;
}
.contact-button {
  display: flex;
  justify-content: center;
  max-width: 40rem;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.contact-button a {
  width: 100%;
  padding: 10px 50px;
  background-color: #7BD4FF;
  border: 1px solid #fff;
  text-align: center;
}
.contact-button a:hover {
  background: #fff;
  border: 1px solid #f00;
  color: #f00;
}
.link-button {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 10%;
  margin-right: 10%;
  padding: 1rem;
  border: 1px solid #fff;
}
.link-button:hover {
  background: #fff;
  border: 1px solid #f00;
  color: #f00;
}
/* footer
-----------------------------------------------------------*/
footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #030f32;
  text-align: center;
}
.logo-en {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5;
}
.logo-jp {
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5;
}
.copy {
  margin-top: 1rem;
  font-family: 'Roboto', sans-serif;
}
.copy small{
  color: #FFFFFF;
}
#page-top {
  width: 60px;
  height: 60px;
  font-size: 24px;
  position: fixed;
  right: 1%;
  bottom: 60px;
}
#page-top a {
  color: #fff;
  text-align: center;
  padding: 0 25%;
  background: #996;
  border-radius: 10em;
  display: block;
  text-decoration: none;
  line-height: 60px;
  opacity: 0.8;
}
#page-top a:hover {
  opacity: 0.5;
}
/* ブラウザ幅：～1600px
-----------------------------------------------------------*/
@media (max-width: 1600px) {
  .option-list {
    flex-direction: column;
  }
  .option-item {
    width: 100%;
  }
}
/* ブラウザ幅：～1200px
-----------------------------------------------------------*/
@media (max-width: 1200px) {
  .main {
    position: relative;
    width: 100%;
    height: 50vh;
  }
  .container {
    width: 100%;
    padding: 1rem;
  }
  .content {
    padding: 2rem;
  }
  .list-item dt {
    width: 100%;
    padding: 0.3rem;
  }
  #rental h3 {
    font-size: 2rem;
  }
  .rental-image {
    height: 400px;
  }
  .price-content {
    flex-direction: column;
  }
  .price-item {
    width: 100%;
  }
}
/* ブラウザ幅：～992px
-----------------------------------------------------------*/
@media (max-width: 992px) {
  h1 {
    top: 30%;
  }
  .h1-title {
    font-size: 5rem;
  }
  .service-plan {
    width: 100%;
    display: block;
    justify-content: space-around;
    align-items: stretch;
  }
  .service-plan-wrapp {
    width: 70%;
    margin: 0 auto 2rem;
    padding: 0 0;
    display: flex;
    justify-content: space-around;
  }
  .category-caption {
    padding: 1rem;
  }
  .category-content > div {
    flex-direction: column;
  }
  .content-columns {
    width: 100%;
  }
  .office-description {
    padding-top: 0;
  }
  #price h2 + p span:nth-of-type(2) {
    display: block;
  }
}
/* ブラウザ幅：～768px
-----------------------------------------------------------*/
@media (max-width: 768px) {
  h1 {
    top: 63%;
  }
  .main {
    position: relative;
    width: 100%;
    height: auto;
  }
  .main img.main-img {
    display: none;
  }
  .main img.spmain-img {
    display: block;
  }
  .h1-title {
    font-size: 4rem;
  }
  .content {
    padding: 1rem;
  }
  .service-plan-wrapp {
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0 0;
  }
  .category-term {
    flex-direction: column-reverse;
    height: 360px;
  }
  .category-caption {
    width: 100%;
    height: 160px;
  }
  .category-image {
    width: 100%;
    height: 200px;
  }
  .category-title, .category-description {
    height: 50%;
    font-weight: 700;
  }
  .office-description h3 {
    margin-top: 0;
  }
  .rental-item {
    flex-direction: column;
  }
  .rental-item:nth-of-type(2) {
    flex-direction: column;
  }
  .rental-image, .rental-description {
    width: 100%;
  }
  .access-content {
    flex-direction: column;
  }
  .access-content li {
    width: 100%;
  }
  .access-description {
    border-right: none;
  }
  .contact-content {
    flex-direction: column;
  }
  .contact-content li {
    width: 100%;
  }
  .contact-description {
    border-left: none;
  }
  .table-option {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
  th.term, td.price, td.description {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  th.term {
    margin-top: 1rem;
  }
  td.description {
    display: flex;
    justify-content: center;
  }
  td.description:last-child {
    border-bottom: 1px solid #1E90FF;
  }
  #access {
    padding: 3rem 0 0;
  }
  .g-map {
    margin-top: 3rem;
  }
  #contact {
    padding: 3rem 0;
  }
}
/* ブラウザ幅：～576px
-----------------------------------------------------------*/
@media (max-width: 576px) {
  h1 {
    top: 60%;
  }
  .h1-title {
    font-size: 2.5rem;
  }
  .h1-copy {
    font-size: 1.5rem;
  }
  .content {
    padding: 1rem 0;
  }
  .service-plan-box {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }
  .office-content {
    flex-direction: column;
    width: 100%;
  }
  .office-image {
    width: 100%;
  }
  .office-description {
    width: 100%;
  }
  .office-description h3 {
    margin-top: 1rem;
  }
  #price h2 + p {
    text-align: left;
  }
  #price h2 + p span:not(:last-child) {
    display: inline;
  }
  .plan-price {
    padding: 0;
  }
  .rental-image {
    height: 250px;
  }
}
.fadeup-1s {
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.fadeup-2s {
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.faderight {
  opacity: 0;
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.fadeleft {
  opacity: 0;
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}