@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
html {
  font-size: 62.5%;
}
html.wf-active {
  visibility: visible;
}
html, body {
  width: 100%;
}
body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  text-align: justify;
}
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;
  image-rendering: -webkit-optimize-contrast;
}
.red {
  color: #ff0a00;
}
.white {
  color: #FFF;
}
.blue {
  color: #141e8c;
}
.jumbotron {
  background-color: #F7F7F7;
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar-toggler-icon {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  appearance: none;
  cursor: pointer;
}
.navbar-toggler-icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.navbar-toggler-icon span {
  position: absolute;
  left: 5px;
  width: 80%;
  height: 2px;
  background-color: rgb(255 255 255);
  border-radius: 1px;
}
.navbar-toggler-icon span:nth-of-type(1) {
  top: 6px;
}
.navbar-toggler-icon span:nth-of-type(2) {
  top: 18px;
}
.navbar-toggler-icon span:nth-of-type(3) {
  top: 30px;
}
.navbar-toggler[aria-expanded='true'] span.navbar-toggler-icon span:nth-of-type(1) {
  transform: translateY(12px) rotate(-315deg);
}
.navbar-toggler[aria-expanded='true'] span.navbar-toggler-icon span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded='true'] span.navbar-toggler-icon span:nth-of-type(3) {
  transform: translateY(-12px) rotate(315deg);
}
.navbar-brand img {
  height: 40px;
}
.navbar-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.nav-link {
  margin: 3px 0;
}
.bg-light {
  background-color: #141e8c;
}
.navbar-light .navbar-nav .nav-link {
  color: #FFF;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgb(0 0 0 / 60%);
}
main {
  background-color: #FFF;
}
.marker {
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  background: -o-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.top-copy {
  display: none
}
.consultation-box {
  padding: 15px;
}
.consultation-box .btn-primary {
  background-color: #141e8c;
  border-color: #141e8c;
}
.consultation-box .btn-primary:hover {
  background-color: #5d65bc;
  border-color: #5d65bc;
}
.consultation-box .btn-box {
  justify-content: space-around;
  margin-bottom: 15px;
}
.headline2 {
  border-bottom: 2px solid #008b3d;
  padding-left: 15px;
  margin-bottom: 15px;
  color: #008b3d;
  padding-right: 15px;
}
footer {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  background-color: #141e8c;
  color: #FFF;
  padding: 30px 15px 10px;
}
.footer-navi {
  display: none;
}
.small {
  font-size: 0.8rem;
}
.btn-light:hover, .btn-light.hover {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.tel {
  font-size: 1.8rem !important;
}
.pagetop {
  display: none;
}
/*************
/* パララックス用
*************/

.parallax-img img {
  width: 100%;
}
.parallax {
  margin-bottom: 0;
  margin-inline: auto;
  margin-top: 0;
  max-width: 1980px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .spNone {
    display: none;
  }
  #main-image {
    margin-bottom: 0;
  }
  .parallax-img {
  height: 300px;
  overflow: hidden;
}
  .parallax {
    margin-top: 62px;
    height: 300px;
  }
}
@media (max-width: 991.98px) {
  .pc-logo {
    display: none !important;
  }
  .nav-link {
    color: #FFF
  }
}
@media (min-width: 768px) {
  .pcNone {
    display: none;
  }
  .simpleParallax.simple-parallax-initialized {
    height: 565px;
  }
  .top-copy {
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
    display: block;
    line-height: 1.4;
  }
  .fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .pc-logo {
    background-color: #141ea0;
    height: 233px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 11px solid #fffa64;
  }
  .parallax-window {
    height: 565px;
  }
  .footer-contents {
    display: flex;
    justify-content: center;
    text-align: left !important;
    font-size: 22px;
  }
  .footer-contents p {
    text-align: left !important;
  }
  .footer-name {
    display: block;
  }
  .footer-navi {
    display: flex;
    margin-left: 20px;
  }
  .footer-navi li {
    list-style: none;
    text-indent: -1rem
  }
  .footer-navi li::before {
    content: "●"
  }
  .footer-navi a {
    color: #FFF;
  }
  .copy {
    font-size: 1.8rem;
  }
  .consultation-box .btn-primary {
    border-radius: 10px;
    margin: 0 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .consultation-box .btn-box {
    justify-content: center;
  }
  .consultation-box .red {
    font-size: 2.6rem;
    margin-bottom: 30px
  }
  .headline2 {
    font-size: 3.2rem;
    padding-left: 10vw;
    font-weight: bold;
  }
  /*! Scroll to top arrow */
  #scrollToTop a i:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 25%;
    background: #fff;
    width: 2px;
    left: calc(50% - 1px);
  }
  #scrollToTop a i:after {
    content: '';
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 40%;
    height: 40%;
    left: 30%;
    bottom: 30%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .mbr-arrow-up {
    bottom: 25px;
    right: 50px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
  }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .mbr-arrow-up a i {
    line-height: 60px;
  }
  .mbr-arrow-up-icon {
    display: block;
    color: #fff;
  }
  .mbr-arrow-up-icon::before {
    content: '\203a';
    display: inline-block;
    font-family: serif;
    font-size: 32px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /*! Arrow Down */
  .mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
  }
  .mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
  }
  /* Scroll to top button*/
  #scrollToTop a {
    border-radius: 100px;
  }
  .form-control {
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    font-display: swap;
  }
  .form-control > .mbr-iconfont {
    font-size: 1.6rem;
  }
  blockquote {
    border-color: #232323;
  }
  #top-headline {
    letter-spacing: 0.3rem;
    font-size: 3.0rem;
    margin-bottom: 3rem;
    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, .sreminer-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.2rem;
    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: 1rem 2rem;
    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: 0rem;
    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;
  }
  .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; */
    background-image: url(../../images/rental-support.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 130px auto;
    justify-content: flex-start;
  }
  .top-rental-img p {
    width: 250px;
  }
  .top-rental-img img {
    width: 256px;
  }
  .top-rental-btn {
    text-align: center;
    font-size: 1.2rem;
  }
  .top-rental-btn a {
    padding: 15px 10px;
    color: #FFF;
  }
  .rental-contents {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .adapt {
    margin-left: 30px;
    margin-bottom: 0;
  }
}
/*************
/* タブレット用ナビ
*************/
@media screen and (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    color: #FFF;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #FFF;
    opacity: 0.6;
  }
  .bg-light {
    background-color: #141e8c !important;
    border-bottom: 5px solid #fffa64;
  }
  .navbar-expand-lg .navbar-nav {
    margin: 30px auto;
    justify-content: space-between;
    line-height: 1;
    text-align: center;
  }
}
/*************
/* PC用ナビ
*************/
@media screen and (min-width: 992px) {
  .bg-light {
    background-color: transparent !important;
  }
  .navbar-expand-lg .navbar-nav {
    width: 1070px;
    padding: 0;
    margin: 0 auto;
    justify-content: space-between;
    line-height: 1;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000;
  }
  .navbar-brand {
    display: none;
  }
}