@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 h3 {
  font-size: 2.5em;
  font-weight: bold;
}
body h2 {
  font-size: 2em;
  font-weight: bold;
}
body img {
  max-width: 100%;
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  color: #030303;
  box-shadow: 0px 0px 8px rgba(234, 234, 234, 0.5);
  background-color: #fff;
}
header .logo {
  margin-left: 5em;
}
header nav {
  margin-left: auto;
}
header nav ul {
  display: flex;
}
header nav ul li {
  padding: 0 2em;
}
header nav ul li + li {
  border-left: 1px solid #eaeaea;
}
header nav ul li a {
  transition: all 0.3s;
}
header nav ul li a:hover {
  color: #dc3a86;
}
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;
}
header button:hover {
  transform: translateX(1em);
}

#hero {
  position: relative;
  width: 100%;
  height: 85vh;
  margin-top: 96px;
  padding-left: 5em;
  padding-top: 5em;
  background-image: url(../img/key-visual01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 5%;
  z-index: 1;
}
#hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, white, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70%, white);
  top: 0;
  left: 0;
  z-index: -1;
}
#hero .text-area {
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 10%;
}
#hero .text-area .midashi01 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  padding: 0.25em 0.75em;
  padding-right: 1.5em;
  background-color: #030303;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
}
#hero .text-area .midashi01 span {
  font-size: 1.25em;
  font-style: italic;
  color: #efe28a;
  padding-right: 0.25em;
}
#hero .text-area h1 {
  font-size: 2.5em;
  font-weight: 900;
  z-index: 3;
  margin-top: 0.5em;
  line-height: 1.35;
}
#hero .text-area h2 {
  font-size: 1.25em;
  padding-top: 1em;
  font-weight: normal;
}
#hero .text-area ul.sephiroth-area {
  display: flex;
  gap: 1em;
  margin-top: 1.5em;
}
#hero .text-area ul.sephiroth-area li {
  position: relative;
  width: 304px;
  height: 145px;
}
#hero .text-area ul.sephiroth-area li .lawrel-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.1;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 1;
}
#hero .text-area ul.sephiroth-area li .lawrel-text .number {
  font-size: 2em;
  font-weight: 900;
}
#hero .text-area ul.sephiroth-area li .lawrel-text .number .unit {
  font-size: 0.5em;
}
#hero .text-area ul.sephiroth-area li .lawrel-text .nowrap {
  font-size: 2em;
  font-weight: 700;
  white-space: nowrap;
}
#hero .text-area ul.sephiroth-area li:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 84px;
  height: 145px;
  background-image: url(../img/sephiroth.png);
}
#hero .text-area ul.sephiroth-area li:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 84px;
  height: 145px;
  background-image: url(../img/sephiroth.png);
  transform: scale(-1, 1);
  right: 0;
}
#hero .text-area .text {
  font-size: 1.25em;
  font-weight: bold;
  padding-top: 1.75em;
}
#hero .text-area button {
  position: relative;
  width: 512px;
  height: 100%;
  margin-top: 1.25em;
  padding: 1em 0;
  background: linear-gradient(to right, #d6c657, #efe28a);
  color: #dc3a86;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
#hero .text-area button:hover {
  transform: translateX(1em);
}
#hero .text-area button::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background-color: #dc3a86;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}
#hero .text-area button span.icon {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: #fff;
  left: 2em;
  top: 50%;
  transform: translateY(-50%);
}
#hero .text-area button span.icon::after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../img/mail_icon.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#hero .underbtn {
  position: absolute;
  left: 50%;
  bottom: 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;
  z-index: 2;
}
#hero .underbtn:hover {
  transform: translate(-50%, 60%);
}

section.prologue {
  padding-top: 1em;
  margin-top: -1em;
  background-image: url(../img/bg_mansion.png);
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
  z-index: 0;
}
section.prologue::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(white, rgba(255, 255, 255, 0));
  z-index: -1;
}
section.prologue .contents-inner {
  font-size: 1.25em;
  font-weight: 500;
  width: 1280px;
  margin: 0 auto;
  padding-top: 5em;
  margin-bottom: 2em;
  text-align: center;
}
section.prologue .contents-inner h3 {
  font-size: 1.5em;
}
section.prologue .contents-inner span {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  margin-left: 0.1em;
  padding-left: 0.25em;
}
section.prologue .contents-inner span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
  background-color: #efe28a;
  z-index: -1;
}
section.prologue .contents-inner .text {
  padding-top: 2em;
}
section.prologue .contents-inner .text p:not(:first-child) {
  padding-top: 0.5em;
}

section.merit {
  padding-top: 7em;
  padding-bottom: 3em;
  width: 960px;
  margin: 0 auto;
}
section.merit h3 {
  font-size: 2em;
  font-weight: 900;
  font-style: italic;
  position: relative;
  display: inline-block;
}
section.merit .container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 2em;
  border-top: none;
  text-align: left;
  padding: 2em;
  box-shadow: 0 0.5em 0.5em #eaeaea;
  background-image: url(../img/banner-office.jpg);
  background-position: center;
  background-size: cover;
  z-index: 1;
  transition: all 0.3s;
  cursor: pointer;
}
section.merit .container:hover {
  opacity: 0.75;
}
section.merit .container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right bottom, #fff, transparent);
  z-index: -1;
}
section.merit .container::after {
  position: absolute;
  content: "";
  width: 334px;
  height: 334px;
  background-image: url(../img/merit_woman.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  z-index: 2;
}
section.merit .container .fs-small {
  font-size: 0.75em;
}
section.merit .container .strong {
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  padding: 0.1em 0;
}
section.merit .container .strong span {
  font-size: 2em;
  font-weight: 900;
  padding: 0 0.25em;
  color: red;
}

section.question {
  position: relative;
  text-align: center;
  background-image: url(../img/beautiful-building.jpg);
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
section.question::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #eaeaea, rgba(234, 234, 234, 0.85));
  z-index: -1;
}
section.question .contents-inner {
  padding-top: 3em;
  width: 1280px;
  margin: 0 auto;
  z-index: 2;
}
section.question .contents-inner h3 {
  font-size: 2em;
  display: inline-block;
  border-bottom: 3px solid #dc3a86;
  padding-bottom: 0.25em;
  position: relative;
}
section.question .contents-inner h3::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #eaeaea;
  left: 50%;
  bottom: 0;
  translate: -50% 59%;
  rotate: 45deg;
  border-right: 3px solid #dc3a86;
  border-bottom: 3px solid #dc3a86;
}
section.question .contents-inner h3 br.spbr {
  display: none;
}
section.question .contents-inner h3 .strong {
  font-size: 2em;
  color: #dc3a86;
}
section.question .contents-inner .flex-container {
  display: flex;
  justify-content: center;
  padding-top: 2em;
}
section.question .contents-inner .flex-container img {
  display: inline-block;
  width: 25%;
}
section.question .contents-inner .flex-container ul {
  width: 75%;
  text-align: left;
  font-size: 1.25em;
  padding-left: 3em;
}
section.question .contents-inner .flex-container ul li {
  margin-top: 1.5em;
  padding-left: 2em;
  background: url(../img/checkbox-icon.svg);
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: left 0px top 4px;
  font-weight: 600;
}

section.solution {
  padding-top: 3em;
  padding-bottom: 5em;
  text-align: center;
}
section.solution .inner1280 {
  width: 1280px;
  margin: 0 auto;
}
section.solution .inner1280 .flow-line {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 5em;
  border-radius: 1em;
  background-color: #eaeaea;
  text-align: center;
  margin-bottom: 3em;
  overflow: hidden;
}
section.solution .inner1280 .flow-line::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 3em;
  background-color: #030303;
  opacity: 0;
  animation: pathmove 1.4s ease-in-out infinite;
}
@keyframes pathmove {
  0% {
    top: -3em;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 6em;
    opacity: 0;
  }
}
section.solution .inner1280 .flex-container {
  display: flex;
  align-items: center;
}
section.solution .inner1280 .flex-container .container01 {
  width: 35%;
  text-align: left;
}
section.solution .inner1280 .flex-container .container01 h3 {
  position: relative;
  background-color: #efe28a;
  display: inline-block;
  padding: 1em;
  padding-top: 1.25em;
  font-size: 1.5em;
  box-shadow: 0 0 8px rgba(234, 234, 234, 0.85);
  animation: toRight 1s linear infinite alternate;
}
@keyframes toRight {
  0% {
    translate: 0 0;
  }
  100% {
    translate: 0.5em 0;
  }
}
section.solution .inner1280 .flex-container .container01 h3::before {
  position: absolute;
  content: "Answer";
  top: 0;
  left: 0;
  translate: -16px -60%;
  font-family: "Raleway";
  font-size: 2em;
  font-style: italic;
  color: #dc3a86;
  opacity: 0.75;
  rotate: -10deg;
}
section.solution .inner1280 .flex-container .container02 {
  width: 65%;
  margin: 0 auto;
}
section.solution .inner1280 .flex-container .container02 p {
  display: flex;
  align-items: end;
  padding-bottom: 0.5em;
  margin-left: 3em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #dc3a86;
  font-size: 1em;
  font-weight: 600;
}
section.solution .inner1280 .flex-container .container02 p .strong {
  font-size: 2em;
  font-weight: 800;
  color: #dc3a86;
  padding: 0 0.25em 0 0.25em;
  vertical-align: top;
  line-height: 1.25;
}
section.solution .inner1280 .flex-container .container02 p img {
  width: 2.5em;
  margin-right: 1em;
}
section.solution .inner1280 .flex-container .container02 p:last-child {
  margin-bottom: 0;
}

section#strength {
  position: relative;
  padding-top: 3em;
  padding-bottom: 5em;
  text-align: center;
  background-image: url(../img/golden-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  overflow: hidden;
}
section#strength::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 35%;
  opacity: 0.2;
  background-image: url(../img/salaryman_necktie.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
section#strength h3 {
  position: relative;
  z-index: 2;
  font-weight: 900;
  margin-bottom: 0em;
}
section#strength h3 span {
  font-size: 2em;
  padding: 0 0.1em 0;
  color: #d6c657;
  -webkit-text-stroke: 3px #030303;
}
section#strength .flex-container {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  margin-top: 2em;
  display: flex;
  text-align: left;
  background-color: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 8px rgba(3, 3, 3, 0.25);
}
section#strength .flex-container .img-area {
  width: 30%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section#strength .flex-container .img-area.img01 {
  background-image: url(../img/strength_01.webp);
}
section#strength .flex-container .img-area.img02 {
  background-image: url(../img/strength_02.webp);
}
section#strength .flex-container .img-area.img03 {
  background-image: url(../img/strength_03.webp);
}
section#strength .flex-container .img-area.img04 {
  background-image: url(../img/strength_04.webp);
}
section#strength .flex-container .img-area.img05 {
  background-image: url(../img/strength_05.webp);
}
section#strength .flex-container .text-area {
  width: 70%;
  padding: 1em 1.5em;
}
section#strength .flex-container .text-area h4 {
  font-size: 1em;
  font-weight: 500;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #030303;
}
section#strength .flex-container .text-area h4 .strong {
  font-size: 1.25em;
  color: #fff;
  background-color: #d6c657;
  padding: 0.35em 0.5em 0.25em 0.5em;
  margin-right: 0.5em;
  font-style: italic;
  font-family: "Raleway";
}
section#strength .flex-container .text-area h4 .strong .number {
  font-size: 1.5em;
}
section#strength .flex-container .text-area h4 .title {
  font-size: 1.75em;
  font-weight: 800;
}
section#strength .flex-container .text-area p {
  padding-top: 0.5em;
}

section.flow {
  padding: 5em 0;
  text-align: center;
}
section.flow img {
  display: block;
  width: 1024px;
  margin: 0 auto;
  margin-top: 4em;
  margin-bottom: 3em;
  min-width: 65%;
}
section.flow .underline {
  font-weight: bold;
  font-size: 1.5em;
  padding-bottom: 0.5em;
}
section.flow .underline span {
  position: relative;
}
section.flow .underline span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32%;
  background-color: #efe28a;
  z-index: -1;
}

section.jirei {
  padding: 5em 0;
  text-align: center;
  background-color: #eaeaea;
}
section.jirei .inner1120 {
  width: 1120px;
  margin: 0 auto;
}
section.jirei .inner1120.slide-boxes {
  transform: scale(1);
}
section.jirei .inner1120.slide-boxes .slick-center {
  transform: scale(1.1);
}
section.jirei .inner1120 .box {
  margin: 3.5em 2em 2em 2em;
  height: 512px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(3, 3, 3, 0.1);
  text-align: left;
  position: relative;
}
section.jirei .inner1120 .box.user_mansion01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 35%;
  background-image: url(../img/user_mansion01.jpg);
  background-position: top 70% right 50%;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
}
section.jirei .inner1120 .box.user_mansion02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 35%;
  background-image: url(../img/user_mansion02.jpg);
  background-position: top 40% right 30%;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
}
section.jirei .inner1120 .box.user_mansion03::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 35%;
  background-image: url(../img/user_mansion03.jpg);
  background-position: top 70% right 30%;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
}
section.jirei .inner1120 .box .box-area {
  padding: 2em;
}
section.jirei .inner1120 .box .box-area .flex-wrapper {
  display: flex;
  align-items: end;
  border-bottom: 1px solid #030303;
  padding-bottom: 1em;
}
section.jirei .inner1120 .box .box-area .flex-wrapper img {
  width: 4em;
}
section.jirei .inner1120 .box .box-area .flex-wrapper .container {
  padding-left: 1em;
}
section.jirei .inner1120 .box .box-area .flex-wrapper .container .voice {
  display: inline-block;
  padding: 0.5em;
  background-color: #dc3a86;
  font-size: 1em;
  color: #fff;
  font-family: "Raleway";
  font-style: italic;
}
section.jirei .inner1120 .box .box-area .flex-wrapper .container .title {
  padding-top: 0.5em;
  font-size: 1.25em;
  font-weight: bold;
}
section.jirei .inner1120 .box .box-area .text p {
  padding-top: 1em;
  position: relative;
}

section.faq {
  padding: 5em 0;
  text-align: center;
}
section.faq h3 {
  font-size: 2em;
}
section.faq h4 {
  font-size: 1.5em;
  padding-top: 0.25em;
  font-family: "Raleway";
}
section.faq .faq-area {
  width: 1024px;
  margin: 0 auto;
  margin-top: 2em;
  font-size: 1.25em;
}
section.faq .faq-area dl {
  text-align: left;
  margin-bottom: 1em;
}
section.faq .faq-area dl .accordion-title {
  position: relative;
  color: #030303;
  background-color: #fbe0d6;
  padding: 1em;
  padding-right: 40px;
  cursor: pointer;
}
section.faq .faq-area dl .accordion-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35%;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #030303;
  border-right: 2px solid #030303;
  transform: rotate(135deg);
  transition: all 0.3s;
}
section.faq .faq-area dl .accordion-title.open::after {
  transform: rotate(-45deg);
  top: 45%;
}
section.faq .faq-area dl .accordion-title span {
  font-family: "Raleway";
  font-size: 1.25em;
  color: peru;
}
section.faq .faq-area dl .accordion-text {
  display: none;
  padding: 1em;
  background-color: #fff;
  border-bottom: 1px solid #fbe0d6;
  margin-bottom: 3em;
}
section.faq .faq-area dl .accordion-text span {
  font-family: "Raleway";
  font-size: 1.25em;
}

section#emphasis {
  text-align: center;
  width: 100%;
  background-image: url(../img/emphasis-img.jpg);
  background-position: top 35% right 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
}
section#emphasis::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: -1;
}
section#emphasis p {
  padding: 3em 0;
  font-size: 2.5em;
  font-style: italic;
  font-weight: 900;
}

section.contact-us {
  position: relative;
  padding: 3em 0px;
  color: #fff;
  background-color: #dc3a86;
  text-align: center;
  z-index: 1;
}
section.contact-us .news-area {
  width: 90%;
  margin: 0 auto;
  margin-top: 1em;
}
section.contact-us h3 {
  margin-bottom: 0.25em;
  font-size: 3em;
}
section.contact-us p.text {
  font-size: 1.25em;
}
section.contact-us .flex-container {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
  align-items: center;
  padding-top: 2em;
}
section.contact-us .flex-container .box01 {
  text-align: left;
}
section.contact-us .flex-container .box01 .number {
  font-size: 3.25em;
  font-weight: bold;
  color: #efe28a;
}
section.contact-us .flex-container .vertical-line {
  display: block;
  width: 2px;
  height: 144px;
  background-color: #fff;
}
section.contact-us .flex-container .box02 p {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 5px;
  color: #efe28a;
  position: relative;
  display: inline-block;
}
section.contact-us .flex-container .box02 p::before, section.contact-us .flex-container .box02 p::after {
  position: absolute;
  content: "";
  height: 1.5em;
}
section.contact-us .flex-container .box02 p::before {
  border-left: 3px solid #efe28a;
  left: -1em;
  bottom: 0.1em;
  transform: rotate(-30deg);
}
section.contact-us .flex-container .box02 p::after {
  border-right: 3px solid #efe28a;
  right: -0.5em;
  bottom: 0.1em;
  transform: rotate(30deg);
}
section.contact-us .flex-container .box02 a {
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  color: #dc3a86;
  background-color: #fff;
  background-color: #efe28a;
  border-radius: 3em;
  padding: 2em;
  margin-top: 0.25em;
  box-shadow: 0px 5px 15px 0px rgba(3, 3, 3, 0.35);
  transition: all 0.3s;
  animation: toBottom 1s linear infinite alternate;
}
@keyframes toBottom {
  0% {
    translate: 0 0;
    box-shadow: 0px 5px 15px 0px rgba(3, 3, 3, 0.35);
  }
  100% {
    translate: 0 5px;
    box-shadow: none;
  }
}
section.contact-us .flex-container .box02 a:hover {
  box-shadow: none;
  transform: translateY(5px);
  animation: none;
}

section.to-tenant {
  padding-top: 96px;
  margin-top: -96px;
  background-color: #eaeaea;
  text-align: center;
}
section.to-tenant .innner1280 {
  padding: 5em 0px;
  position: relative;
  width: 1280px;
  margin: 0 auto;
  display: flex;
}
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;
}
section.to-tenant .innner1280 .container01 {
  text-align: left;
  width: 40%;
  padding-right: 3em;
}
section.to-tenant .innner1280 .container01 .text {
  padding-top: 2em;
}
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.1);
  transition: all 0.3s;
}
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;
}
section.to-tenant .innner1280 .container02 img {
  border-radius: 3em;
  box-shadow: 0 0 8px rgba(3, 3, 3, 0.1);
}

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;
}
section.company .inner1280 .flex-container {
  position: relative;
  display: flex;
}
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;
}
section.company .inner1280 .flex-container .container01 {
  width: 50%;
  padding: 2em;
  padding-left: 0px;
  position: relative;
  z-index: 1;
}
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;
}
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%;
  }
}
section.company .inner1280 .flex-container .container01 .entrance:after {
  display: none;
}
section.company .inner1280 .flex-container .container02 {
  width: 50%;
  padding: 2em;
  padding-top: 8em;
}
section.company .inner1280 .flex-container .container02 h2 {
  text-align: left;
}
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 .flex-container .container02 .button {
  display: block;
  width: 10em;
  padding: 0.5em;
  font-family: "Raleway";
  font-size: 1.25em;
  font-style: italic;
  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.1);
  transition: all 0.3s;
}
section.company .inner1280 .flex-container .container02 .button:hover {
  translate: 2px 4px;
  box-shadow: none;
}
section.company .inner1280 table {
  margin-top: 1em;
}
section.company .inner1280 table tr {
  border-bottom: 1px solid #030303;
  text-align: left;
}
section.company .inner1280 table tr th {
  font-weight: normal;
  width: 25%;
  padding: 1em;
  vertical-align: middle;
}
section.company .inner1280 table tr td {
  width: 75%;
  padding: 1em;
}
section.company .inner1280 table tr td .eng {
  font-family: "Raleway";
}

footer {
  padding: 5em 0 3em 0;
  color: #030303;
  background-color: #fff;
  position: relative;
}
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;
}
footer .inner1024 .logo {
  display: inline-block;
  text-align: center;
}
footer .inner1024 .flex-wrapper01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .inner1024 .flex-wrapper01 p {
  padding-left: 2em;
}
footer .inner1024 .flex-wrapper02 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
}
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;
}

#contact-form-page .contact-form-header {
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
}
#contact-form-page .contact-form-header .wrapper {
  width: 1024px;
  margin: 0 auto;
}
#contact-form-page .main-area {
  text-align: center;
  width: 100%;
  height: 18em;
  margin: 0 auto;
  background: url(../img/emphasis-img.jpg);
  background-position: top 30% left 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#contact-form-page .main-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(239, 226, 138, 0.6);
}
#contact-form-page .main-area .wrapper {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#contact-form-page .main-area .wrapper h2 {
  display: inline-block;
  font-size: 3em;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#contact-form-page .progressbar {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 480px;
  margin: 0 auto;
  margin-top: 5em;
}
#contact-form-page .progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #eaeaea;
  font-weight: bold;
}
#contact-form-page .progressbar li:before {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0.25em auto 1em auto;
  content: "";
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #f5f5f5;
}
#contact-form-page .progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
#contact-form-page .progressbar li:first-child:after {
  content: none;
}
#contact-form-page .progressbar li.active,
#contact-form-page .progressbar li.complete {
  color: #dc3a86;
}
#contact-form-page .progressbar li.active:before,
#contact-form-page .progressbar li.complete:before {
  background-color: #dc3a86;
  color: #fff;
}
#contact-form-page .progressbar li.active:after,
#contact-form-page .progressbar li.complete:after {
  background-color: #dc3a86;
}
#contact-form-page .form-area {
  margin: 0 auto;
  text-align: center;
}
#contact-form-page .form-area .text {
  padding-top: 3em;
}
#contact-form-page .form-area .text.text02 {
  padding-top: 2em;
}
#contact-form-page .form-area table {
  width: 1024px;
  margin: 0 auto;
  text-align: left;
  margin-top: 2em;
  font-size: 1em;
}
#contact-form-page .form-area table tr {
  border-top: 1px dashed #030303;
  border-bottom: 1px dashed #030303;
}
#contact-form-page .form-area table tr th {
  width: 30%;
  background-color: #f7f4e0;
  vertical-align: middle;
  padding: 1.5em 1em;
}
#contact-form-page .form-area table tr th span.required {
  background-color: #dc3a86;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 0.1em 0.5em;
  margin-left: 0.5em;
}
#contact-form-page .form-area table tr td {
  width: 70%;
  padding: 1.5em 1em;
  vertical-align: middle;
}
#contact-form-page .form-area table tr td input,
#contact-form-page .form-area table tr td textarea {
  background-color: #eaeaea;
  padding: 0.25em;
}
#contact-form-page .form-area table tr td input.width100,
#contact-form-page .form-area table tr td textarea.width100 {
  width: 100%;
}
#contact-form-page .form-area .confirm-btn {
  font-weight: 600;
  letter-spacing: 1px;
  width: 300px;
  height: 50px;
  margin-top: 2em;
  border-radius: 5px;
  color: #fff;
  background-color: #dc3a86;
  transition: all 0.3s;
}
#contact-form-page .form-area .confirm-btn:hover {
  opacity: 0.75;
}

.td-radio {
  line-height: 2;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #030303;
  border-radius: 50%;
  vertical-align: -2px;
  background-color: #fff !important;
  margin-right: 0.5em;
}
input[type=radio]:hover {
  cursor: pointer;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #dc3a86;
  content: "";
}

.send-btn-area {
  margin-top: 1em;
}
.send-btn-area .send-btn {
  font-weight: 600;
  letter-spacing: 1px;
  width: 300px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  background-color: #dc3a86;
}
.send-btn-area .send-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type=checkbox] {
  display: none;
}

.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  width: auto;
  margin-top: 2em;
  margin-left: 38px;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #030303;
  position: absolute;
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  left: -0.5em;
  transform: translateY(-50%);
}
.checkbox01::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 15px;
  top: 5%;
  left: -1px;
  opacity: 0;
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox01::before {
  background: #dc3a86;
  border: none;
}

input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.privacy-policy {
  text-align: left;
  width: 60%;
  height: 160px;
  margin: 0 auto;
  margin-top: 2em;
  font-size: 0.75em;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 1em;
  overflow-y: scroll;
}
.privacy-policy h4,
.privacy-policy h5,
.privacy-policy h6 {
  padding-top: 0.75em;
}
.privacy-policy .group {
  padding: 0.75em 0;
}
.privacy-policy .group p {
  padding-top: 0.5em;
}
.privacy-policy .thatIsAll {
  text-align: left;
  padding-top: 1em;
}

.thanks-area {
  margin: 0 auto;
  text-align: center;
}
.thanks-area h3 {
  font-size: 2em;
  padding-top: 1em;
}
.thanks-area img {
  width: 300px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 1.5em 0;
}
.thanks-area p {
  padding-top: 1em;
}
.thanks-area a {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin-top: 3em;
  border-radius: 5px;
  color: #fff;
  background-color: #dc3a86;
  transition: all 0.3s;
}
.thanks-area a:hover {
  opacity: 0.75;
}

.news-area {
  width: 1280px;
  margin: 0 auto;
  margin-top: 3em;
  text-align: center;
}
@media (max-width: 1280px) {
  .news-area {
    width: 90%;
  }
}/*# sourceMappingURL=style01.css.map */