@charset "UTF-8";

/* アンカーリンクの調整 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

@media screen and (max-width: 766px) {
  html {
    scroll-padding-top: 120px;
  }
}

/* キービジュアルエリア */
.liveoffice_header {
  background-image: url(../liveoffice/BK_01.svg);
  background-repeat: no-repeat;
  background-size: 838px;
  background-position: calc(50% - -123px) 0px;
}

@media screen and (min-width: 500px) {
  .liveoffice_header {
    background-size: 900px;
    background-position: left -80px top -32px;
  }
}

@media screen and (min-width: 620px) {
  .liveoffice_header {
    background-size: 130%;
    background-position: left -80px top 0px;
  }
}

@media screen and (min-width: 820px) {
  .liveoffice_header {
    background-size: 1190px;
    background-position: left calc(50% - -85px) bottom -313px;
  }
}

@media screen and (min-width: 950px) {
  .liveoffice_header {
    background-size: 900px;
    background-position: left -50px top -45px;
  }
}

@media screen and (min-width: 1441px) {
  .liveoffice_header {
    background-size: 1154px;
    background-position: calc(50% - 385px) -162px;
  }
}

@media screen and (min-width: 1921px) {
  .liveoffice_header {
    background-size: 1800px;
    background-position: calc(50% - 379px) 58%;
  }
}

@media screen and (min-width: 2561px) {
  .liveoffice_header {
    background-size: 2660px;
    background-position: calc(50% - 728px) 60%;
  }
}

.liveoffice_header--inner {
  width: 87%;
  height: 650px;
  max-width: 1140px;
  margin: 0 auto 36px;
  background-repeat: no-repeat;
  background-size: auto 382px;
  background-position: 24px 44px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .liveoffice_header--inner {
    width: 90%;
    margin: 0 auto 60px;
    background-size: 929px;
    background-position: calc(50% - -255px) 0px;
  }
}

.liveoffice_header--inner .page-title {
  padding: 448px 0 0;
}

@media screen and (min-width: 950px) {
  .liveoffice_header--inner .page-title {
    position: absolute;
    top: 262px;
    left: 0;
    padding: 0;
  }
}

.liveoffice_header--image {
  position: absolute;
  width: 95%;
  height: 382px;
  top: 44px;
  right: 0;
  z-index: 2;
}

@media screen and (min-width: 950px) {
  .liveoffice_header--image {
    width: 61%;
    height: 650px;
    top: 0;
  }
}

@media screen and (max-width: 949px) and (min-width: 620px) {
  .liveoffice_header--image {
    position: initial;
    width: 95%;
    height: auto;
    margin: 0 0 0 5%;
  }

  .liveoffice_header--inner {
    width: 90%;
    height: auto;
    max-width: 1140px;
    margin: 0 auto 50px;
  }

  .liveoffice_header--inner .page-title {
    padding: 25px 0 0;
  }
}

@media screen and (min-width: 1921px) {
  .liveoffice_header--image {
    width: 56%;
  }
}

.slide {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

.slide-1 {
  height: 382px;
  border-radius: 100vh 0 0 100vh;
  background-image: url(../liveoffice/kansai-KV-01.jpg);
  border-radius: 100vh 0 0 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slide-2 {
  height: 382px;
  background-image: url(../liveoffice/kansai-KV-02.jpg);
  background-repeat: no-repeat;
  border-radius: 100vh 0 0 100vh;
  background-size: cover;
  background-position: center;
}

.slide-3 {
  height: 382px;
  background-image: url(../liveoffice/kansai-KV-03.jpg);
  background-repeat: no-repeat;
  border-radius: 100vh 0 0 100vh;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 950px) {
  .slide-1 {
    aspect-ratio: initial;
    height: 650px;
    border-radius: 100vh 0 0 100vh;
    background-image: url(../liveoffice/kansai-KV-01.jpg);
    border-radius: 100vh 0 0 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .slide-2 {
    aspect-ratio: initial;
    height: 650px;
    background-image: url(../liveoffice/kansai-KV-02.jpg);
    background-repeat: no-repeat;
    border-radius: 100vh 0 0 100vh;
    background-size: cover;
    background-position: center;
  }

  .slide-3 {
    aspect-ratio: initial;
    height: 650px;
    background-image: url(../liveoffice/kansai-KV-03.jpg);
    background-repeat: no-repeat;
    border-radius: 100vh 0 0 100vh;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (max-width: 949px) and (min-width: 620px) {
  .slide-1 {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
  }

  .slide-2 {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
  }

  .slide-3 {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
  }
}

.liveoffice_header--inner h1 {
  font-size: clamp(33px, 4.4vw, 48px);
  font-weight: 900;
  color: #0066b2;
  line-height: 1.3em;
}

@media screen and (min-width: 769px) {
  .liveoffice_header--inner h1 {
    font-weight: 900;
    color: #0066b2;
    line-height: 1.3em;
  }
}

.liveoffice_header--inner h1 span {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 900;
  color: #000;
  display: block;
  margin: 0 5px 8px;
  line-height: 1em;
}

@media screen and (min-width: 769px) {
  .liveoffice_header--inner h1 span {
    margin: 0 5px 15px;
    line-height: 1em;
  }
}

.liveoffice_header--btn a {
  position: relative;
  display: block;
  background-color: #e32667;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin: 14px 0 0;
  line-height: 50px;
  border-radius: 100vh;
  transition: 0.3s;
}

.liveoffice_header--btn a:hover {
  opacity: 1;
  background-color: #eb6a97;
  transition: 0.3s;
}

@media screen and (min-width: 950px) {
  .liveoffice_header--btn a {
    margin: 33px 0 0;
  }
}

.liveoffice_header--btn a::after {
  position: absolute;
  font: var(--fa-font-solid);
  content: "\f138";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

/* オフィス見学ツアーのご案内 */
.liveoffice_introduction {
  width: 90%;
  max-width: 910px;
  margin: 0 auto 50px;
}

@media screen and (min-width: 600px) {
  .liveoffice_introduction {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 60px;
    column-gap: 24px;
  }
}

.introduction--img img {
  width: 100%;
  height: auto;
  max-width: 200px;
  aspect-ratio: 1/1;
  display: block;
  margin: 0 auto 28px;
}

@media screen and (min-width: 600px) {
  .introduction--img img {
    max-width: 280px;
    margin: 0 auto;
  }
}

.introduction--text {
  margin: 0 0 20px;
}

@media screen and (min-width: 600px) {
  .introduction--text {
    width: 60%;
  }

  .introduction--img {
    width: 36%;
  }
}

@media screen and (min-width: 950px) {
  .introduction--text {
    width: 64%;
  }

  .introduction--img {
    width: 32%;
  }
}

.introduction--text h2 {
  color: #0066b2;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 15px;
}

.introduction--text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

/* こんな方におすすめ */
.liveoffice_recommendation {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 50px;
  border: 3px solid #0066b2;
  border-radius: 10px;
  padding: 35px 16px 30px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 620px) {
  .liveoffice_recommendation {
    padding: 47px 50px 43px;
  }
}

@media screen and (min-width: 950px) {
  .liveoffice_recommendation {
    margin: 0 auto 100px;
  }
}

.liveoffice_recommendation h3 {
  position: absolute;
  color: #0066b2;
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  min-width: 220px;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 5px 20px;
}

.liveoffice_recommendation li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  margin: 0 0 20px;
  padding-left: 40px;
  position: relative;
}

@media screen and (min-width: 620px) {
  .liveoffice_recommendation li {
    line-height: 1.8em;
  }
}

.liveoffice_recommendation li::before {
  font: var(--fa-font-solid);
  content: "\f058";
  color: #e32667;
  font-size: 28px;
  position: absolute;
  top: 1px;
  left: 0;
}

.liveoffice_recommendation li:last-child {
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .liveoffice_recommendation ul {
    display: flex;
    flex-wrap: wrap;
  }

  .liveoffice_recommendation li {
    width: 50%;
  }
}

/* 流体シェイプ背景 2番目(左配置) */
.liveoffice_background-02 {
  background-image: url(../liveoffice/BK_02.svg);
  background-repeat: no-repeat;
  background-size: 680px;
  background-position: calc(50% - -55px) 55%;
  margin: 0 0 70px;
}

@media screen and (min-width: 372px) {
  .liveoffice_background-02 {
    background-position: left calc(50% - -65px) bottom 426px;
  }
}

@media screen and (min-width: 390px) {
  .liveoffice_background-02 {
    background-size: 900px;
    background-position: left calc(50% - -65px) bottom 340px;
  }
}

@media screen and (min-width: 750px) {
  .liveoffice_background-02 {
    background-size: 600px;
    background-position: left calc(50% - 238px) bottom 258px;
  }
}

@media screen and (min-width: 1025px) {
  .liveoffice_background-02 {
    background-size: 868px;
    background-position: calc(50% - 285px) 248px;
    margin: 0 0 50px;
  }
}

@media screen and (min-width: 1441px) {
  .liveoffice_background-02 {
    background-size: 1180px;
    background-position: calc(50% - 381px) 36px;
  }
}
@media screen and (min-width: 1921px) {
  .liveoffice_background-02 {
    background-size: 1180px;
    background-position: calc(50% - 743px) 0;
  }
}

@media screen and (min-width: 2561px) {
  .liveoffice_background-02 {
    background-size: 1650px;
    background-position: calc(50% - 1195px) 0;
  }
}

/* オフィス見学ツアー予約 */
.liveoffice_reservation {
  position: relative;
  width: 90%;
  max-width: 980px;
  margin: 0 auto 100px;
  background-color: #0066b2;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto 100px;
  padding: 35px 23px;
}

@media screen and (min-width: 600px) {
  .liveoffice_reservation {
    margin: 0 auto 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 750px) {
  .liveoffice_reservation {
    margin: 0 auto 50px;
  }
}

.reservation--img {
  width: 46%;
  display: flex;
  justify-content: right;
  padding: 0 8% 20px 0;
}

@media screen and (min-width: 600px) {
  .reservation--img {
    width: 32%;
    max-width: 135px;
    display: block;
    padding: 0;
    margin-right: 6%;
  }
}

.reservation--img img {
  width: 90.13px;
  height: auto;
  display: block;
}

@media screen and (min-width: 600px) {
  .reservation--img img {
    width: 134.23px;
    height: auto;
    display: block;
  }
}

.reservation--text .text {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .reservation--text {
    width: 68%;
    max-width: 540px;
  }
}

.reservation--text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}

.reservation--text p.title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}

.reservation--text > p.title {
  position: absolute;
  top: 30px;
  left: calc(50% - 4%);
  margin: 0 20px 0 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
  height: 94px;
  display: flex;
  align-items: center;
  line-height: 1.5em;
}

@media screen and (min-width: 600px) {
  .reservation--text > p.title {
    position: static;
    margin: 0 0 8px;
    height: auto;
    display: block;
  }
}

.responsive-wrap-max490 {
  display: none;
}

@media screen and (max-width: 490px) {
  .responsive-wrap-max490 {
    display: block;
  }
}

.reservation--tel_btn {
  margin: 15px 0 0;
}

@media screen and (min-width: 600px) {
  .reservation--tel_btn {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
  }
}

.reservation--tel {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .reservation--tel {
    width: 47%;
    min-width: 200px;
    text-align: left;
  }
}

.reservation--btn {
  padding: 20px 0 0;
}

@media screen and (min-width: 600px) {
  .reservation--btn {
    width: 53%;
    min-width: 240px;
  }
}

.reservation--btn a {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 700;
  width: 100%;
  max-width: 272px;
  height: 50px;
  background-color: #e32667;
  border-radius: 100vh;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  margin: 0 auto;
  transition: 0.3s;
}

.reservation--btn a::after {
  position: absolute;
  font: var(--fa-font-solid);
  content: "\f138";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.reservation--btn a:hover {
  opacity: 1;
  background-color: #eb6a97;
  transition: 0.3s;
}

@media screen and (min-width: 600px) {
  .reservation--btn a {
    margin: 0;
  }
}

.reservation--tel p.title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 0 28px;
}

.reservation--tel p.title::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../liveoffice/phone_enabled.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 3px;
  left: calc(50% - 60px);
}

@media screen and (min-width: 600px) {
  .reservation--tel p.title::before {
    left: 0;
  }
}

.reservation--tel p.number {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0;
  letter-spacing: 1px;
}

.reservation--tel span {
  font-size: 12px;
  font-weight: 400;
}

/* オフィス見学のながれ */
.liveoffice_flow {
  width: 90%;
  max-width: 550px;
  margin: 0 auto 50px;
  padding: 70px 0 0;
}

.liveoffice_flow h2 {
  text-align: center;
  color: #0066b2;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 37px;
}

.liveoffice_flow table {
  width: 100%;
}

.liveoffice_flow table tr {
  border-bottom: 1px solid #ddd;
}

.liveoffice_flow .step {
  width: 10%;
  max-width: 92px;
  padding: 24px 12px;
  font-size: 20px;
  font-weight: 900;
  color: #0066b2;
  vertical-align: middle;
}

@media screen and (min-width: 620px) {
  .liveoffice_flow .step {
    padding: 27px 26px;
  }
}

.liveoffice_flow .step > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 3px solid #0066b2;
  border-radius: 100vh;
  text-align: center;
  line-height: 35px;
}

.liveoffice_flow .text {
  font-size: 16px;
  font-weight: 400;
  width: 90%;
  vertical-align: middle;
  padding: 20px 15px 20px 0;
  line-height: 1.5em;
}

.liveoffice_flow .text > span {
  font-size: 20px;
  font-weight: 900;
  color: #0066b2;
  display: block;
  margin: 0 0 8px;
}

@media screen and (min-width: 620px) {
  .liveoffice_flow .text {
    padding: 0 0 0 155px;
    position: relative;
  }

  .liveoffice_flow .text > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: auto 0;
  }
}

/* オフィス見学でできる事 */
.liveoffice_can-do--top {
  overflow: hidden;
}

.liveoffice_can-do--top svg {
  display: none;
}

@media screen and (min-width: 620px) {
  .liveoffice_can-do--top svg {
    display: block;
  }
}

div.rounded-parts {
  background: #f5f8ff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 100px;
  margin-left: -80px;
  margin-right: -80px;
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: -70px;
}

@media screen and (min-width: 620px) {
  div.rounded-parts {
    display: none;
  }
}

.liveoffice_can-do {
  background-color: #f5f8ff;
  margin: -5px 0 0;
  padding: 65px 0 45px;
}

@media screen and (min-width: 620px) {
  .liveoffice_can-do {
    background-color: #f5f8ff;
    margin: -5px 0 0;
    padding: 75px 0 20px;
  }
}

.liveoffice_can-do h2 {
  text-align: center;
  color: #0066b2;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 50px;
}

@media screen and (min-width: 950px) {
  .liveoffice_can-do h2 {
    margin: 0 0 60px;
  }
}

.liveoffice_can-do--inner {
  width: 100%;
  max-width: 865px;
  margin: 50px auto 0;
}

@media screen and (min-width: 620px) {
  .liveoffice_can-do--inner {
    width: 90%;
    max-width: 865px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }
}

.liveoffice_can-do--inner div.box {
  width: 90%;
  background-color: #fff;
  padding: 20px 14px 26px;
  margin: 25px auto;
  border-radius: 10px;
}

@media screen and (min-width: 620px) {
  .liveoffice_can-do--inner div.box {
    width: 48%;
    max-width: 403px;
    padding: 40px 18px 42px;
    margin: 0 0 50px;
  }
}

.liveoffice_can-do--inner div.box img {
  width: 168px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.liveoffice_can-do--inner div.box span {
  display: block;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: rgba(0, 102, 178, 0.7);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}

.liveoffice_can-do--inner div.box h3 {
  text-align: center;
  color: #0066b2;
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 15px;
}

.liveoffice_can-do--inner div.box p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 950px) {
  .liveoffice_can-do--inner div.box p {
    max-width: 275px;
  }
}

/* アクセス */
.liveoffice_access {
  width: 90%;
  margin: 70px auto 50px;
}

@media screen and (min-width: 950px) {
  .liveoffice_access {
    max-width: 980px;
    margin: 100px auto;
  }
}

.liveoffice_access h2 {
  text-align: center;
  color: #0066b2;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 35px;
}

.liveoffice_access--inner {
  margin: 50px 0;
}

@media screen and (min-width: 950px) {
  .liveoffice_access--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 100px;
  }
}

.liveoffice_map {
  width: 100%;
  margin: 0 0 20px;
}

@media screen and (min-width: 950px) {
  .liveoffice_map {
    width: 64%;
  }
}

.liveoffice_map iframe {
  aspect-ratio: 315 / 199;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 600px) {
  .liveoffice_map iframe {
    aspect-ratio: 566 / 199;
  }
}

@media screen and (min-width: 950px) {
  .liveoffice_map iframe {
    max-width: 600px;
  }
}

.liveoffice_address {
  width: 90%;
}

@media screen and (min-width: 950px) {
  .liveoffice_address {
    width: 36%;
    padding: 0 0 0 3%;
  }
}

.liveoffice_address--title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}

.liveoffice_address--address,
.liveoffice_address--access {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0 0 10px;
}

/* 流体シェイプ背景 3番目(右配置) */
.liveoffice_background-03 {
  background-image: url(../liveoffice/BK_03.svg);
  background-repeat: no-repeat;
  background-size: 1100px;
  background-position: left calc(50% - 26%) top 9%;
}

@media screen and (min-width: 620px) {
  .liveoffice_background-03 {
    background-position: left calc(50% - 26%) top 19%;
  }
}

@media screen and (min-width: 950px) {
  .liveoffice_background-03 {
    background-size: 1100px;
    background-position: left calc(50% - 26%) top 9%;
  }
}

@media screen and (min-width: 1025px) {
  .liveoffice_background-03 {
    background-size: 1300px;
    background-position: calc(50% - -322px) 165px;
  }
}

@media screen and (min-width: 1921px) {
  .liveoffice_background-03 {
    background-position: 100% 144px;
  }
}

@media screen and (min-width: 2561px) {
  .liveoffice_background-03 {
    background-size: 2030px;
    background-position: 100% -203px;
  }
}

/* オフィス概要 */
.liveoffice_office-overview {
  position: relative;
  margin: 90px 0 0;
}

@media screen and (min-width: 950px) {
  .liveoffice_office-overview {
    margin: 120px 0 0;
  }
}

.liveoffice_office-overview h2 {
  text-align: center;
  color: #0066b2;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 35px;
}

.liveoffice_office-overview--top {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 50px;
  position: relative;
  text-align: center;
}

.liveoffice_office-overview--top img {
  width: 100%;
  max-width: 900px;
  transform: rotate(15deg);
  margin: 28px 0 25px -30px;
}

@media screen and (min-width: 620px) {
  .liveoffice_office-overview--top img {
    max-width: 900px;
    transform: rotate(0deg);
    margin: 0;
  }
}
.liveoffice_office-overview--category {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 70px;
}

@media screen and (min-width: 950px) {
  .liveoffice_office-overview--category {
    max-width: 980px;
    margin: 0 auto 100px;
  }
}

.office-scale {
  border: 1px solid #000;
  width: 90%;
  height: 40px;
  padding: 11px 10px 9px;
  margin: 20px auto 0;
}

@media screen and (min-width: 620px) {
  .office-scale {
    position: absolute;
    top: 65%;
    left: 0;
    border: 1px solid #000;
    width: 188px;
    height: 98px;
    padding: 25px;
  }
}

.office-scale p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}

@media screen and (min-width: 620px) {
  .office-scale p {
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-align: left !important;
    line-height: 1.5em;
  }
}

.category--box {
  margin: 0 0 45px;
}

@media screen and (min-width: 620px) {
  .category--box {
    display: flex;
    align-items: center;
    margin: 0 0 38px;
    column-gap: 5%;
  }
}

@media screen and (min-width: 950px) {
  .category--box {
    margin: 0 0 60px;
  }
}

.category--box .image {
  width: 100%;
}

@media screen and (min-width: 620px) {
  .category--box .image {
    width: 44%;
    max-width: 430px;
    background-image: url(../liveoffice/kansai-image_004.jpg);
    background-size: cover;
    background-position: center;
    height: 280px;
  }
  .category--box .image.img006 {
    background-image: url(../liveoffice/kansai-image_006.jpg);
  }
  .category--box .image.left {
    order: 2;
    width: 44%;
    max-width: 430px;
    background-image: url(../liveoffice/kansai-image_005.jpg);
    background-size: cover;
    background-position: center;
    height: 280px;
  }
  .category--box .image.left.img007 {
    background-image: url(../liveoffice/kansai-image_007.jpg);
  }
}

.category--box .image img {
  width: 94%;
}

@media screen and (min-width: 620px) {
  .category--box .image img {
    width: 100%;
    display: none;
  }
}

.category--box .image.left {
  text-align: right;
}

.category--box .text {
  width: 90%;
  padding: 0;
  margin: 20px auto;
}

@media screen and (min-width: 620px) {
  .category--box .text {
    width: 56%;
    padding: 0 20px 0 0;
  }
}

.category--box .text.right {
  text-align: left;
  width: 90%;
  padding: 0;
  margin: 20px auto;
}

@media screen and (min-width: 620px) {
  .category--box .text.right {
    width: 56%;
    order: 1;
    text-align: right;
    padding: 0 0 0 20px;
  }
}

.category--box .text h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(34px, 5vw, 42px);
  font-weight: 700;
  font-style: normal;
  color: #0066b2;
  letter-spacing: -1px;
}

.category--box .text span {
  color: #0066b2;
  font-size: 16px;
  font-weight: 700;
  margin: 12px 0 22px;
  display: inline-block;
}

.category--box .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

/* サステナブルオフィスデザイン */
.liveoffice_sustainable {
  background-color: #f5f2ea;
  padding: 70px 0;
}

@media screen and (min-width: 950px) {
  .liveoffice_sustainable {
    background-image: url(../liveoffice/logo.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: top -4px right 0px;
    padding: 100px 0;
  }
}

@media screen and (min-width: 1441px) {
  .liveoffice_sustainable {
    background-size: 433px;
    background-position: top -4px right calc(50% - 503px);
  }
}

.liveoffice_sustainable h2 {
  text-align: center;
  color: #384e31;
  font-size: 24px;
  font-weight: 900;
  margin: 0 30px 30px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.sustainable_top-text {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.liveoffice_sustainable h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 0 25px;
  margin: 50px auto 30px;
  position: relative;
  line-height: 1.4em;
  display: block;
  width: 100%;
  max-width: 1100px;
}

@media screen and (min-width: 950px) {
  .liveoffice_sustainable h3 {
    margin: 70px auto 30px;
  }
}

.liveoffice_sustainable h3::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 4px;
  background-color: #384e31;
  position: absolute;
  top: 10px;
  left: 0;
}

.liveoffice_sustainable--inner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 620px) {
  .liveoffice_sustainable--inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
  }
}

.liveoffice_sustainable--inner .card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #dfe5cf;
  border-radius: 10px;
  padding: 12px 15px;
  margin: 0 0 15px;
}

@media screen and (min-width: 620px) {
  .liveoffice_sustainable--inner .card {
    width: 48.3%;
    margin: 0;
  }
}

@media screen and (min-width: 950px) {
  .liveoffice_sustainable--inner .card {
    width: 31.8%;
    padding: 33px 24px;
  }
}

.liveoffice_sustainable--inner .card img {
  width: 80px;
  height: auto;
  margin: 0 5px 0 0;
}

.liveoffice_sustainable--inner .card .text p {
  font-size: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #384e31;
  margin: 0 0 8px;
}

.liveoffice_sustainable--inner .card .text span {
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: rgba(56, 78, 49, 0.5);
}

.liveoffice_sustainable--inner .box {
  width: 100%;
  max-width: 580px;
  position: relative;
  margin: 70px auto 0;
}

@media screen and (min-width: 950px) {
  .liveoffice_sustainable--inner .box {
    width: 29.1%;
    max-width: 320px;
    margin: 70px 0 0;
  }
}

.sustainable_middle-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: -16px auto 0;
}

.liveoffice_sustainable--inner .box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin: 18px 0 0;
}

@media screen and (min-width: 620px) {
  .liveoffice_sustainable--inner.point {
    column-gap: 30px;
  }
}

.sustainable--point {
  position: absolute;
  background-color: #384e31;
  width: 92px;
  height: 92px;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  top: -40px;
  left: -10px;
  padding: 4px 0 0 0;
}

@media screen and (min-width: 620px) {
  .sustainable--point {
    top: -30px;
    left: -25px;
  }
}

.sustainable--point span {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3em;
}

.sustainable--point span:last-child {
  font-size: 26px;
  line-height: 1em;
}

.liveoffice_header--btn {
  width: 272px;
  height: 50px;
}





/* 問い合わせ */
#otoiawase {
  padding: 80px 0 120px;
  @media screen and (max-width: 768px) {
    padding: 60px 0 90px;
  }

  & h2 {
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 900;

    & i {
      margin-bottom: 10px;
      color: #0066b2;
    }
  }

  & .box_inner {
    display: block;
    width: 90%;
    max-width: 1040px;
    margin: 40px auto 0;
    background-color: #fff;
    border-radius: 20px;
    border: none;
    font-size: 16px;

    & form {
      width: 90%;
      max-width: 750px;
      margin: auto;

      & div {
        margin: 25px 0 10px;
        font-size: 16px;
      }

      & .required::before {
        content: '必須';
        border-radius: 2em;
        background-color: #0698ce;
        padding: 0.2em 1em 0.1em;
        margin-right: 1em;
        font-size: 0.7em;
        font-weight: normal;
        color: #fff;
        white-space: nowrap;
      }
      & .optional::before {
        content: '任意';
        border-radius: 2em;
        background-color: #ccc;
        padding: 0.2em 1em 0.1em;
        margin-right: 1em;
        font-size: 0.7em;
        font-weight: normal;
        color: #222;
        white-space: nowrap;
      }

      & input[type="url"],
      & input[type="text"],
      & input[type="date"],
      & input[type="tel"],
      & input[type="email"],
      & input[type="number"],
      & textarea,
      & select {
        width: 100%;
        max-width: calc(100% - 2px);
        border-radius: 4px;
        margin: 0;
        padding: .8em;
        border: 1px solid #aaa;
        background: #fff;
        -webkit-appearance: auto;
        appearance: auto;
        font-weight: normal;

        &:focus {
          outline: 1px solid #131868 !important;
        }
      }

      & div.privacy {
        margin: 40px 0 0!important;
        text-align: center;

        & .link {
          width: fit-content;
          text-align: left;
          margin: 0 auto 15px!important;
          font-size: .9em;

          & a {
            text-decoration: underline;
            &:hover {
              text-decoration: none;
            }
          }
        }

        & .wpcf7-acceptance{
          & .wpcf7-list-item {
            margin: 0!important;

            & input[type="checkbox"] {
              width: 24px;
              height: 24px;
              margin: 0 6px 0 0;
              vertical-align: middle;
            }
          }
        }
      }

      & .feed input {
        display: block;
        width: fit-content;
        margin: 2em auto 0 !important;
        background-color: #171c61;
        border: none;
        border-radius: 2em;
        padding: 10px 2em;
        font-size: 18px;
        color: white;
        text-align: center;
        letter-spacing: 1px;
      }

      & .wpcf7-response-output {
        text-align: center;
        padding: .5em;
      }
      & .wpcf7-not-valid-tip {
        font-size: .85em;
        margin-top: .5em;
      }
    }/* //form */
  }/* //.box-inner */
}/* //#otoiawase */

/* Chrome, Safari */
::-webkit-input-placeholder{color: #c7c7c7;}
/* Firefox */
::-moz-placeholder{color: #c7c7c7;}
/* Firefox 18以前 */
:-moz-placeholder{color: #c7c7c7;}
/* IE */
:-ms-input-placeholder{color: #c7c7c7;}