@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  color: #333;
  font-family: "Noto Sans Japanese", Lato, sans-serif;
  line-height: 1.8;
}
a:link, a:visited, a:active {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a:hover {}
a:link img, a:visited img, a:active img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -webkit-backface-visibility: hidden;
}
.jumbotron {
  background-color: #F7F7F7;
}
.navbar-toggler-icon {
  width: 1em;
}
.navbar-brand img {
  height: 30px;
}
.marker {
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  background: -o-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
#main-image {
  background-image: url(images/sky.jpg);
  min-height: 230px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 59px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-image-support {
  background-image: url(images/support.jpg);
  min-height: 230px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 59px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-image-creation {
  background-image: url(images/creation.jpg);
  min-height: 230px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 59px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-image-seminar {
  background-image: url(images/seminar.jpg);
  min-height: 230px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 59px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-image-about {
  background-image: url(images/about.jpg);
  min-height: 230px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 59px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-image-sales {
  background-image: url(images/sales.jpg);
  min-height: 230px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 59px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-image-rental {
  background-image: url(images/rental.jpg);
  min-height: 230px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 59px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-image-inquiry {
  background-image: url(images/inquiry.jpg);
  min-height: 230px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 59px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-headline {
  width: 600px;
  text-align: center;
}
#common-headline {
  font-size: 4rem;
  background-color: #0034724f;
  padding-bottom: 0.2em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  color: rgb(255, 255, 255);
  width: 100%;
}
#common-headline span {
  font-size: 1.6rem;
  display: block;
  margin-top: 0.5em;
}
.insta-head {
  height: 44px;
}
.insta-box {
  height: 400px;
}
.insta-box div {
  overflow-y: auto !important;
  height: 354px !important;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 9em;
}
.video p {
  position: absolute;
  top: 0;
  margin-top: 2em;
  font-weight: bold;
  color: #009fe9;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-top: 6.5em;
}
#block1, #block2, #block3 {
  padding-right: 0px;
  padding-left: 0px;
}
.block-right {
  background-color: rgba(22, 158, 230, 1.00)
}
.small {
  font-size: 0.8rem;
}
.btn-light:hover, .btn-light.hover {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.headline2 {
  position: relative;
  padding: 0.3em 0.5em 0.5em;
  background: #00a2ec;
  color: white;
  margin-left: auto;
  margin-right: auto;
}
.headline2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.headline3, .headline3-single {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-left: auto;
  margin-right: auto;
  color: #00a2ec;
  line-height: 1.4;
}
.headline3:before, .headline3:after, .headline3-single:before, .headline3-single:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #00a2ec;
}
.headline3:before, .headline3-single:before {
  left: 0;
}
.headline3:after, .headline3-single:after {
  right: 0;
}
.headline4 {
  position: relative;
  /* display: inline-block; */
  margin-bottom: 1.4em;
  text-align: center;
}
.headline4-left {
  margin-bottom: 1em;
  /* text-align: center; */
}
.headline4:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00a2ec;
  border-radius: 2px;
}
.chart {
  padding: 0.2em 0.5em;
  background-color: #00A2EC;
  color: #FFF;
  border-radius: 3px;
  font-size: 1rem;
}
.table-secondary {
  background-color: #ECEDF3;
}
.lease-table td {
  text-align: center;
}
.lease-list li {
  font-weight: bold;
  color: rgba(0, 162, 236, 1.00);
}
.place, .lease-corp, .tax dt, .staff, .health-c {
  font-weight: bold;
  color: rgba(0, 162, 236, 1.00);
}
.table {
  background-color: #FFF;
}
.support-image {
  width: 70%;
  margin: 0 auto 1em auto;
  display: block;
}
.seminer-image {
  width: 100%;
  margin: 0 auto 1em auto;
  display: block;
}
#map {
  width: 100%;
  margin-bottom: 10px;
}
.sns-btn {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0 auto 10px auto;
  padding: 0;
  width: 70%;
}
.sns-btn li {
  max-width: 50px;
}
.copy {
  font-size: 0.6rem;
}
.bg-gray {
  background-color: #EDEDED;
  padding: .2em .5em;
}
.effect {
  margin: 0;
  padding: 0;
  background-image: url(images/trouble-2.png);
  background-repeat: no-repeat;
  background-position: right 5px bottom 5px;
  background-size: 28% auto;
  background-color: #dbeaf1;
  padding: 15px;
  border-radius: 5px;
  text-align: left;
}
.effect li {
  color: #003670;
  /* background-image: url(images/check.png); */
  /* background-repeat: no-repeat; */
  /* background-position: left 0.1em; */
  /* padding-left: 26px; */
  /* background-size: 20px auto; */
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  list-style-position: outside;
  list-style-type: decimal;
  font-size: 1.2rem;
  margin-left: 1em;
}
.melit {
  border: 3px solid #00A2EC;
  padding: 1em 1em 1em 2em;
  font-size: 1.2rem;
  color: #00A2EC;
  font-weight: bold;
}
.btn-landing {
  font-size: 1.6rem;
}
div.tips {
  margin: 10px auto;
  padding: 5px 20px;
  border: solid 1px #CCC;
  border-radius: 5px;
  box-shadow: 0px 2px 10px #CCC;
  background: #FEE;
}
div.tips p {
  font-size: 14px;
  line-height: 2em;
}
div.tips strong {
  color: #800040;
}
div.tips span {
  display: block;
  padding: 5px 10px;
  color: #008080;
}
div.tips em {
  font-style: normal;
  color: #090;
  font-weight: bold;
}
div.tips ol li {
  padding: 10px;
  margin: 15px;
  font-size: 12px;
  line-height: 1.7em;
  border: solid 1px #CCC;
  border-radius: 5px;
  background: #FFF;
}
div.tips ol li span {
  padding: 0px 10px;
}
div.tips ol li img {
  display: block;
  width: 280px;
  border: none;
  margin: 5px auto;
}
textarea {
  width: 95% !important;
  height: 7em !important;
}
.mfp ol li input {
  width: 80%;
}
.tel {
  font-size: 1.8rem !important;
}
.privacy-box ol {
  margin-left: 0px;
  padding-left: 1em;
}
.privacy-box ol li {
  list-style: decimal;
}
.privacy-box ul {
  margin-left: 20px;
  padding-left: 0;
}
.privacy-box ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.rental-table {
  width: auto;
}
.rental-table th {
  padding: 10px 20px;
  background-color: #f1f1f1;
}
.rental-table td {
  padding: 10px 20px;
}
.rental-box h5 {
  font-size: 1.1rem;
  margin-bottom: 10px !important;
}
.rental-box h5 span {
  padding: 1px 5px;
}
.corp {
  font-size: 1rem;
  color: #888;
}
.rental-support {
  background-color: #daf3ff;
  padding: 25px 15px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 5px;
  border: 3px solid #00a2ec;
}
.rental-support h4 {
  color: #003670;
  margin-bottom: 24px !important;
  font-weight: bold;
}
.rental-support p {
  color: #003670;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0px !important;
}
.top-rental {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}
.top-rental-box {
  border: 10px solid #e5eaf0;
  /* border-bottom: 3px double #169ee6; */
  padding-top: 20px;
  background-size: 150px auto;
  /* background-color: #bedcf830; */
  padding-left: 15px;
  padding-right: 15px;
}
.top-rental h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #169ee6;
  margin-bottom: 20px;
  font-weight: bold;
}
.top-rental-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.6;
}
.top-rental-img img {
  width: 150px;
  height: 100%;
}
.top-rental-btn {
  clear: both;
}
.top-rental-btn a {
  padding: 5px 10px;
  background-color: #dc3545;
  color: #FFF;
  margin-bottom: 20px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.top-rental-btn a:hover {
  background-color: #f39a04;
}
.saishin {
  border: 10px double #dd0a0a;
  padding: 15px 15px;
  text-align: left !important;
  margin-bottom: 30px;
  font-size: 1.2rem;
}
.saishin p {
  margin: 0px;
  text-align: left !important;
}
.adapt {
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .spNone {
    display: none;
  }
  #main-image {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  #top-headline {
    width: 80%;
    margin: 0 auto;
  }
  .headline2 {
    font-size: 1.6rem;
  }
  .headline3, .headline3-single {
    font-size: 1.4rem;
    padding: 0 35px;
  }
  .headline3:before, .headline3:after, .headline3-single:before, .headline3-single:after {
    width: 20px;
  }
  .headline4 {
    font-size: 1.2rem;
  }
  .about-image {
    margin-bottom: 10px;
  }
  #map {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .pcNone {
    display: none;
  }
  .navbar-brand img {
    height: 40px;
  }
  #main-image {
    min-height: 800px;
    margin-top: 66px;
  }
  #top-headline {
    letter-spacing: 0.3rem;
    font-size: 3.0rem;
    margin-bottom: 3em;
    color: #00a2ec;
  }
  .sns-box {
    margin-top: 50px;
  }
  #block1, #block2, #block3 {
    position: relative;
    min-height: 300px;
    background-color: rgba(0, 54, 112, 0.10)
  }
  #block1:before {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    background-image: url(images/pat1.png), url(images/bg1.jpg);
    background-repeat: repeat, no-repeat;
    background-position: left top, left top;
    background-size: auto auto, cover;
  }
  #block2:before {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(images/pat1.png), url(images/bg2.jpg);
    background-repeat: repeat, no-repeat;
    background-position: left top, left top;
    background-size: auto auto, cover;
  }
  #block3:before {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    background-image: url(images/pat1.png), url(images/bg3.jpg);
    background-repeat: repeat, no-repeat;
    background-position: left top, left top;
    background-size: auto auto, cover;
  }
  #common-headline {
    font-size: 6rem
  }
  #main-image-support {
    height: 400px;
  }
  .headline3:before, .headline3:after {
    content: '';
    position: absolute;
    top: 75%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #00a2ec;
  }
  .headline3:before {
    left: 0;
  }
  .headline3-single:before, .headline3-single:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #00a2ec;
  }
  .headline3-single:before {
    left: 0;
  }
  .support-image, .seminer-image {
    width: 300px;
  }
  .about-image {
    width: 250px;
  }
  .lease-list li {
    width: 30%;
    font-size: 1.2rem;
  }
  .place, .lease-corp, .tax dt, .staff, .health-c {
    font-size: 1.2rem;
  }
  #map {
    height: 400px;
    margin-top: 5px;
  }
  .sns-btn {
    margin-bottom: 30px;
    width: 200px;
  }
  .effect {
    background-repeat: no-repeat;
    background-size: 100px auto;
    padding: 40px 90px 30px 60px;
    width: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .effect li {
    background-position: left 0.2em;
    font-size: 1.4rem;
  }
  .osusume {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .saishin {
    font-size: 1.4rem;
    margin-bottom: 40px;
    display: inline-block;
    padding: 30px;
  }
  .melit {
    border: 3px solid #00A2EC;
    display: flex;
    flex-wrap: wrap;
    padding: 1em 2em;
    font-size: 1.4rem;
    color: #00A2EC;
    border-radius: 5px;
    font-weight: bold;
    text-align: left;
  }
  .melit li {
    width: 45%;
    margin-left: 20px;
  }
  .video p {
    top: 0em;
    left: 0;
    right: 0;
    text-align: center;
    border-bottom: 4px double #009fe9;
    font-size: 20px;
  }
  .rental-support {
    margin-left: 16.666667%;
    padding: 25px 30px;
    background-image: url(images/rental-support.png);
    background-repeat: no-repeat;
    background-position: right 15px bottom;
    background-size: 150px auto;
  }
  .rental-support p {
    margin-right: 150px;
    font-size: 1.4rem;
  }
  .top-rental-box {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    background-image: url(images/rental-support.png);
    background-repeat: no-repeat;
    background-position: right 38px bottom;
    background-size: 96px auto;
  }
  .top-rental h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #169ee6;
    margin-bottom: 5px;
    text-align: center;
  }
  .top-rental-img {
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
    /* margin-bottom: 10px; */
    justify-content: flex-start;
  }
  .top-rental-img p {
    width: 415px;
  }
  .top-rental-img img {
    width: 200px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .top-rental-btn {
    text-align: center;
    font-size: 1.3rem;
  }
  .top-rental-btn a {
    padding: 5px 60px;
    color: #FFF;
    display: inline-block;
    margin-bottom: 5px;
  }
  .rental-contents {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .adapt {
    margin-left: 30px;
    margin-bottom: 0;
  }
}