@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  scroll-padding-top: 96px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  color: #030303;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}
body h2 {
  font-size: 2em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  body h2 {
    font-size: 1.5em;
    font-weight: 700;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  body h2 {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  body h2 br {
    display: none;
  }
}
body h3 {
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  body h3 {
    font-size: 1.25em;
  }
}
body img {
  max-width: 100%;
}

header {
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 8px rgba(234, 234, 234, 0.5);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header {
    height: 64px;
  }
}
@media screen and (max-width: 480px) {
  header {
    height: 16vw;
  }
}
header .logo {
  margin-left: 5em;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 144px;
    margin-left: 2em;
  }
}
@media screen and (max-width: 480px) {
  header .logo {
    width: 112px;
    height: auto;
  }
}
header .outer-flex {
  margin-left: auto;
  margin-right: 2em;
}
@media screen and (max-width: 1024px) {
  header .outer-flex {
    display: none;
  }
}
header .outer-flex .inner-flex {
  display: flex;
  margin-left: 2em;
}
header .outer-flex .inner-flex img {
  width: 2.5em;
  height: auto;
}
header .outer-flex .inner-flex img.two {
  margin-left: 1.5em;
}
header .outer-flex .inner-flex .text {
  font-size: 1.75em;
  font-weight: bold;
  margin-left: 0.5rem;
  color: #d6c657;
}
@media screen and (max-width: 1200px) {
  header .outer-flex .inner-flex .text {
    font-size: 1.5em;
  }
}
header .outer-flex .business-hours {
  text-align: right;
}
header button {
  width: 320px;
  height: 100%;
  background-color: #dc3a86;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 3em 0 0 3em;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  header button {
    display: none;
  }
}
header button:hover {
  transform: translateX(1em);
  color: #dc3a86;
  background-color: #fff;
  box-shadow: -1em 0px 4px rgba(234, 234, 234, 0.75);
}

#top-keyvisual {
  width: 77%;
  height: 75vh;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #top-keyvisual {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #top-keyvisual {
    width: 95%;
  }
}
#top-keyvisual h2 {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: -15%;
  font-size: 4em;
  color: #030303;
  color: #dc3a86;
  transform: translateY(-50%);
  text-shadow: 1px 0px 4px rgba(255, 255, 255, 0.8);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #top-keyvisual h2 {
    font-size: 3em;
    left: -8%;
  }
}
@media screen and (max-width: 768px) {
  #top-keyvisual h2 {
    top: 100%;
    left: 0;
    font-size: 2em;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 480px) {
  #top-keyvisual h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 350px) {
  #top-keyvisual h2 {
    font-size: 1.25em;
  }
}
#top-keyvisual .keyvisual-slide {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 3em 0 0 3em;
  overflow: hidden;
  z-index: 1;
}
#top-keyvisual .keyvisual-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  animation: scale-up 17500ms linear infinite;
  transform: scale(1);
}
@media screen and (min-width: 1200px) {
  #top-keyvisual .keyvisual-slide img {
    width: 100%;
  }
}
@keyframes scale-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
#top-keyvisual .keyvisual-slide .active-slide {
  transform: scale(1.15);
}
#top-keyvisual nav {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  border-radius: 3em 0 0 3em;
  padding: 1.5em 2em;
  box-shadow: 0px 8px 8px rgba(234, 234, 234, 0.75);
  font-size: 1.25em;
  font-weight: bold;
  right: 0;
  bottom: -2em;
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  #top-keyvisual nav {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #top-keyvisual nav {
    display: none;
  }
}
#top-keyvisual nav ul {
  display: flex;
}
#top-keyvisual nav ul li:first-child {
  padding-left: 5em;
}
@media screen and (max-width: 768px) {
  #top-keyvisual nav ul li:first-child {
    padding-left: 1em;
  }
}
#top-keyvisual nav ul li a {
  display: inline-block;
  margin-right: 4em;
  padding-right: 1em;
  transition: all 0.3s;
  position: relative;
  transform: translateX(0px);
}
#top-keyvisual nav ul li a:hover {
  color: #dc3a86;
  transform: translateX(4px);
}
#top-keyvisual nav ul li a:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #030303;
  border-right: 2px solid #030303;
  transform: translateX(0) translateY(-50%) rotate(45deg);
  animation: to-right-move 1500ms ease-in-out infinite;
}
@keyframes to-right-move {
  0% {
    transform: translateX(0) translateY(-50%) rotate(45deg);
  }
  100% {
    transform: translateX(4px) translateY(-50%) rotate(45deg);
  }
}

section#cityscape {
  width: 100%;
  height: auto;
  margin-top: 4em;
  overflow: hidden;
}

section#news {
  width: 100%;
  text-align: center;
  padding-top: 3em;
  margin: 0 auto;
}
section#news .title {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1280px) {
  section#news {
    width: 90%;
  }
}

section#to-customer {
  width: 100%;
  text-align: center;
  padding: 5em 0;
}
@media screen and (max-width: 480px) {
  section#to-customer {
    padding: 2.5em 0;
  }
}
@media screen and (max-width: 480px) {
  section#to-customer h2 {
    font-size: 1.25em;
  }
}
section#to-customer .inner1280 {
  width: 1280px;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
  text-align: left;
  perspective: 1024px;
}
@media screen and (max-width: 1280px) {
  section#to-customer .inner1280 {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  section#to-customer .inner1280 {
    display: block;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  section#to-customer .inner1280 {
    margin-bottom: 1.5em;
  }
}
section#to-customer .inner1280 img {
  border-radius: 3em;
  box-shadow: -8px 4px 8px rgba(3, 3, 3, 0.25);
  position: relative;
  transform: rotateY(30deg);
}
@media screen and (max-width: 1024px) {
  section#to-customer .inner1280 img {
    width: 100%;
    height: 32vw;
    -o-object-fit: cover;
       object-fit: cover;
    transform: none;
    box-shadow: 0px 0px 8px rgba(3, 3, 3, 0.25);
  }
}
section#to-customer .inner1280 .text {
  padding: 3em;
}
@media screen and (max-width: 1280px) {
  section#to-customer .inner1280 .text {
    padding: 0;
    padding-top: 1.5em;
  }
}
section#to-customer .inner1280 .text p {
  margin-top: 1em;
}
section#to-customer .inner1280 .text .button {
  display: block;
  width: 20em;
  text-align: center;
  padding: 0.5em;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #dc3a86;
  border-radius: 3em;
  margin-top: 2em;
  margin-right: auto;
  box-shadow: 2px 4px 8px rgba(3, 3, 3, 0.25);
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  section#to-customer .inner1280 .text .button {
    margin: 0 auto;
    margin-top: 2em;
  }
}
@media screen and (max-width: 480px) {
  section#to-customer .inner1280 .text .button {
    width: 100%;
  }
}
section#to-customer .inner1280 .text .button:hover {
  color: #dc3a86;
  background-color: #fff;
  translate: 2px 4px;
  box-shadow: none;
}

section#to-tenant {
  background-color: #eaeaea;
}
section#to-tenant .innner1280 {
  padding: 5em 0px;
  position: relative;
  width: 1280px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1280px) {
  section#to-tenant .innner1280 {
    display: block;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  section#to-tenant .innner1280 {
    padding: 2em 0;
  }
}
section#to-tenant .innner1280::before {
  position: absolute;
  content: "TO TENANTS";
  font-family: "Raleway";
  font-size: 6em;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #030303;
  bottom: 0.5em;
  left: 1em;
  opacity: 0.5;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#to-tenant .innner1280::before {
    left: 0;
    bottom: 0;
    font-size: 3em;
  }
}
section#to-tenant .innner1280 .container01 {
  text-align: left;
  width: 40%;
  padding-right: 3em;
}
@media screen and (max-width: 1280px) {
  section#to-tenant .innner1280 .container01 {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  section#to-tenant .innner1280 .container01 h2 {
    text-align: center;
  }
}
section#to-tenant .innner1280 .container01 .text {
  padding-top: 2em;
}
@media screen and (max-width: 1280px) {
  section#to-tenant .innner1280 .container01 .text br {
    display: none;
  }
}
section#to-tenant .innner1280 .container01 .button {
  display: block;
  width: 20em;
  text-align: center;
  padding: 0.5em;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  color: #dc3a86;
  background-color: #fff;
  border-radius: 3em;
  margin-top: 2em;
  margin-right: auto;
  box-shadow: 2px 4px 8px rgba(3, 3, 3, 0.25);
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  section#to-tenant .innner1280 .container01 .button {
    margin: 0 auto;
    margin-top: 2em;
  }
}
@media screen and (max-width: 480px) {
  section#to-tenant .innner1280 .container01 .button {
    width: 100%;
    font-size: 1em;
  }
}
section#to-tenant .innner1280 .container01 .button:hover {
  translate: 2px 4px;
  box-shadow: none;
}
section#to-tenant .innner1280 .container02 {
  width: 60%;
  display: flex;
  justify-content: space-between;
  padding-top: 7em;
  perspective: 1024px;
}
@media screen and (max-width: 1280px) {
  section#to-tenant .innner1280 .container02 {
    width: 100%;
    justify-content: space-around;
    padding-top: 3em;
  }
}
section#to-tenant .innner1280 .container02 img {
  border-radius: 3em;
  box-shadow: 8px 4px 8px rgba(3, 3, 3, 0.25);
  transform: rotateY(-15deg);
}
@media screen and (max-width: 1280px) {
  section#to-tenant .innner1280 .container02 img {
    transform: none;
    box-shadow: 4px 4px 8px rgba(3, 3, 3, 0.25);
  }
}
@media screen and (max-width: 768px) {
  section#to-tenant .innner1280 .container02 img {
    height: 32vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  section#to-tenant .innner1280 .container02 img {
    height: 40vw;
  }
}

section#company {
  background: linear-gradient(to right, #efe28a, #fbe0d6);
  text-align: center;
  overflow: hidden;
}
section#company .inner1280 {
  padding: 5em 0px;
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  section#company .inner1280 {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  section#company .inner1280 {
    padding: 2.5em 0px;
  }
}
section#company .inner1280 .flex-container {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1024px) {
  section#company .inner1280 .flex-container {
    display: block;
  }
}
section#company .inner1280 .flex-container::before {
  position: absolute;
  content: "ABOUT US";
  font-family: "Raleway";
  font-size: 6em;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #030303;
  top: -5%;
  left: 40%;
  z-index: 3;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  section#company .inner1280 .flex-container::before {
    font-size: 4em;
    top: 34%;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  section#company .inner1280 .flex-container::before {
    font-size: 2.5em;
    top: 20%;
    left: 50%;
  }
}
@media screen and (max-width: 480px) {
  section#company .inner1280 .flex-container::before {
    display: none;
  }
}
section#company .inner1280 .flex-container .container01 {
  width: 50%;
  padding: 2em;
  padding-left: 0px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  section#company .inner1280 .flex-container .container01 {
    padding: 0;
    width: 100%;
  }
}
section#company .inner1280 .flex-container .container01 .entrance {
  position: relative;
  width: 98%;
  height: 480px;
  margin: 0 auto;
  background-image: url(../img/entrance.png);
  background-size: cover;
  background-position: center;
  border-radius: 3em;
}
@media screen and (max-width: 768px) {
  section#company .inner1280 .flex-container .container01 .entrance {
    width: 100%;
    height: 240px;
    background-position: 50% 5%;
  }
}
@media screen and (max-width: 480px) {
  section#company .inner1280 .flex-container .container01 .entrance {
    width: 100%;
    height: 40vw;
  }
}
section#company .inner1280 .flex-container .container01 .entrance::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(144, 195, 31, 0.5), rgba(74, 182, 65, 0.5), rgba(7, 145, 58, 0.5));
  rotate: 8deg;
  border-radius: 3em;
  z-index: -1;
  animation: 10s linear infinite rotate-infinity;
}
@keyframes rotate-infinity {
  0% {
    rotate: 8deg;
    scale: 90%;
  }
  100% {
    rotate: 360deg;
    scale: 85%;
  }
}
@media screen and (max-width: 1024px) {
  section#company .inner1280 .flex-container .container01 .entrance::before {
    display: none;
  }
}
section#company .inner1280 .flex-container .container01 .entrance:after {
  display: none;
}
section#company .inner1280 .flex-container .container02 {
  width: 50%;
  padding: 2em;
  padding-top: 8em;
}
@media screen and (max-width: 1024px) {
  section#company .inner1280 .flex-container .container02 {
    width: 100%;
    padding: 4em 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  section#company .inner1280 .flex-container .container02 {
    padding: 2em 0 0 0;
  }
}
section#company .inner1280 .flex-container .container02 h2 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  section#company .inner1280 .flex-container .container02 h2 {
    margin: 0;
  }
}
section#company .inner1280 .flex-container .container02 h2 span {
  color: #07913a;
  font-size: 1.25em;
}
section#company .inner1280 .flex-container .container02 p {
  text-align: left;
}
section#company .inner1280 .flex-container .container02 .text {
  padding-top: 2em;
}
section#company .inner1280 .flex-container .container02 .text p:last-child {
  padding-top: 1em;
}
section#company .inner1280 table {
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  section#company .inner1280 table {
    width: 100%;
  }
}
section#company .inner1280 table tr {
  border-bottom: 1px solid #030303;
  text-align: left;
}
@media screen and (max-width: 480px) {
  section#company .inner1280 table tr {
    border-bottom: none;
  }
}
section#company .inner1280 table tr th {
  font-weight: normal;
  width: 25%;
  padding: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  section#company .inner1280 table tr th {
    width: 100%;
    display: block;
    border-bottom: 1px dotted #030303;
    padding: 0.5em 0 0.5em 1em;
    position: relative;
  }
  section#company .inner1280 table tr th::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #030303;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
section#company .inner1280 table tr td {
  width: 75%;
  padding: 1em;
}
@media screen and (max-width: 480px) {
  section#company .inner1280 table tr td {
    width: 100%;
    display: block;
    padding: 0.5em 0 0.75em 0;
  }
}
section#company .inner1280 table tr td .eng {
  font-family: "Raleway";
}

footer {
  color: #030303;
  background-color: #fff;
  position: relative;
  padding: 5em 0 4em 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 1em 0 1.5em 0;
  }
}
footer .go-to-top_btn {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  line-height: 2em;
  display: inline-block;
  background-color: #dc3a86;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  transition: all 0.3s;
}
footer .go-to-top_btn:hover {
  transform: translate(-50%, -60%);
}
footer .inner1024 {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  footer .inner1024 {
    width: 90%;
  }
}
footer .inner1024 .flex-wrapper02 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  footer .inner1024 .flex-wrapper02 {
    display: none;
  }
}
footer .inner1024 .flex-wrapper02 li {
  transition: all 0.3s;
}
footer .inner1024 .flex-wrapper02 li:nth-child(even) {
  border-right: 1px solid #eaeaea;
}
footer .inner1024 .flex-wrapper02 li .border-right {
  display: inline-block;
}
footer .inner1024 .flex-wrapper02 li:hover {
  color: #dc3a86;
}
footer .inner1024 .flex-wrapper02 .bb_baner {
  transition: all 0.3s;
}
footer .inner1024 .flex-wrapper02 .bb_baner:hover {
  opacity: 0.5;
}
footer .inner1024 .copyright {
  text-align: center;
  font-family: "Raleway";
  padding-top: 3em;
}
footer.contact-form-page {
  background-color: #fafafa;
  margin-top: 5em;
}/*# sourceMappingURL=style02.css.map */