.general-section .page-heading {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .general-section .page-heading {
    margin-bottom: 2em;
  }
}

.main-content {
  color: #2e3c83;
  letter-spacing: 0.1em;
  overflow: hidden;
}

.design .in-main {
  overflow: hidden;
}

.design-area {
  background: url(../images/design/bg01.webp) no-repeat top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.tabs {
  margin: 0 auto 100px;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: 700px;
  position: relative;
  z-index: 2;
}

.tab-item {
  margin: 0 auto;
  width: calc(50% - 30px);
}

.general-btn.design-btn,
.general-btn.common-btn {
  width: 100%;
  max-width: 400px;
  height: 60px;
  margin: 0;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .general-btn.design-btn,
  .general-btn.common-btn {
    font-size: 2rem;
  }
}

.general-btn.design-btn {
  background: linear-gradient(90deg, #a3bce2, #d1dcee 50%, #a3bce2);
  border: 2px solid #8aa3d4;
}

.general-btn.common-btn {
  background: #848FA9;
  background: linear-gradient(90deg, #0086b3, #64abce 50%, #0086b3);
  border: 2px solid #006b98;
}

.design-btn .cta-arrow .cls-1 {
  fill: #1a2f58;
}

.design-btn .cta-arrow .cls-2 {
  stroke: #1a2f58;
}

.design .primary-heading {
  letter-spacing: 0.1rem;
}

.common-area {
  background: url(../images/design/bg02.webp) no-repeat top center;
  background-size: cover;
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .common-area {
    padding-top: 0;
  }
}

@media screen and (max-width: 900px) {
  body.has-nav .new-header {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .tabs {
    flex-direction: column;
    gap: 20px;
    margin: 0 auto 60px;
    padding-top: 60px;
  }
  .tab-item {
    width: 80%;
  }
  .general-btn.location-btn,
  .general-btn.access-btn {
    height: 44px;
    font-size: 2.4rem;
  }
  .design .primary-heading {
    font-size: 2.6rem;
  }
}
.design-img01 {
  margin: 0 auto;
  max-width: 1350px;
}

.sec-title.en-font {
  font-size: 2.2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec-title.en-font {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.sec-title.ja-font {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-title.ja-font {
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
  }
}

.inner-wide {
  max-width: 1350px;
}

.facade-main {
  justify-content: space-between;
}
.facade-main-text {
  width: 58.3333333333%;
}
@media screen and (max-width: 767px) {
  .facade-main-text {
    width: 100%;
  }
}
.facade-main-img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .facade-main-img {
    margin: 20px auto 0;
    width: 100%;
    max-width: 420px;
  }
}
.facade-about {
  background: rgba(0, 144, 188, 0.1);
  justify-content: space-between;
  margin: 56px auto;
  padding: 65px 65px 40px;
  max-width: 830px;
}
@media screen and (max-width: 767px) {
  .facade-about {
    margin: 30px auto;
    padding: 28px 20px;
  }
}
.facade-about-text {
  width: 56.5714285714%;
}
@media screen and (max-width: 767px) {
  .facade-about-text {
    width: 100%;
  }
}
.facade-about-text-title {
  font-size: 2.7rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .facade-about-text-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.facade-about-text-note {
  font-size: 1.5rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .facade-about-text-note {
    font-size: 1.4rem;
    line-height: normal;
  }
}
.facade-about-img {
  width: 33.4285714286%;
}
@media screen and (max-width: 767px) {
  .facade-about-img {
    margin: 20px auto 0;
    width: 100%;
    max-width: 234px;
  }
}

.entrance {
  position: relative;
}
.entrance-text {
  color: #fff;
  bottom: 10px;
  line-height: 1.5;
  position: absolute;
  right: 10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .entrance-text {
    left: 10px;
    right: auto;
    width: 100%;
  }
  .entrance-text .sec-title {
    color: #fff;
  }
  .entrance-text .sec-title.en-font {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .entrance-text .sec-title.ja-font {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .entrance .caption {
    bottom: -10px;
  }
}

.landscape {
  margin: 0 auto;
  position: relative;
  max-width: 1350px;
}
.landscape-text {
  position: absolute;
  right: 0;
  top: 70px;
  width: 47.5%;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .landscape-text {
    top: -70px;
    width: 55%;
  }
}
@media screen and (max-width: 920px) {
  .landscape-text {
    padding: 30px 20px;
    position: relative;
    top: 0;
    width: 100%;
  }
}
.landscape-img {
  margin: -30px auto -50px -30px;
  width: 88.8333333333%;
}
@media screen and (max-width: 1150px) {
  .landscape-img {
    margin: 120px auto -50px -30px;
  }
}
@media screen and (max-width: 920px) {
  .landscape-img {
    margin: 0 auto;
    width: 100%;
  }
}
.landscape-img .img-wrapper .caption {
  bottom: 190px;
  right: 50px;
}
@media screen and (max-width: 1150px) {
  .landscape-img .img-wrapper .caption {
    bottom: 100px;
    right: 8px;
  }
}
@media screen and (max-width: 920px) {
  .landscape-img .img-wrapper .caption {
    bottom: 10px;
  }
}

.green {
  color: #231815;
  margin: 0 auto 80px;
  max-width: 1350px;
}
@media screen and (max-width: 767px) {
  .green {
    margin: 0 auto 40px;
    padding: 20px;
  }
}
.green-wrapper {
  background: rgba(255, 255, 255, 0.5);
  padding: 90px 60px 60px;
}
@media screen and (max-width: 767px) {
  .green-wrapper {
    padding: 30px 20px 0;
  }
}
.green-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .green-title {
    font-size: 2rem;
  }
}
.green-list {
  justify-content: space-between;
}
.green-list li {
  width: 14.2592592593%;
}
@media screen and (max-width: 767px) {
  .green-list li {
    margin-bottom: 20px;
    width: 32%;
  }
}

.service {
  padding: 0 20px;
}

.service-list {
  gap: 5px;
  margin: 60px auto 0;
  max-width: 1350px;
  width: calc(100% - 48px);
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .service-list {
    margin: 30px auto 0;
    width: calc(100% - 32px);
    gap: 8px;
  }
}
.service-list li {
  background: rgba(255, 255, 255, 0.5);
  color: #221714;
  letter-spacing: normal;
  padding: 24px;
  width: calc(25% - 3px);
  position: relative;
}
.service-list li:first-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .service-list li:first-child {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .service-list li:nth-of-type(2) {
    width: 100%;
    padding-top: 0;
  }
}
.service-list li:nth-of-type(2)::before {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
}
@media screen and (max-width: 767px) {
  .service-list li:nth-of-type(2)::before {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    width: 100%;
    height: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .service-list li {
    width: calc(33.3333333333% - 2.7px);
  }
}
@media screen and (max-width: 767px) {
  .service-list li {
    padding: 20px;
    width: 100%;
  }
}
.service-list li .net-box {
  border: 1px solid #221714;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
  padding: 16px;
}
.service-list-title {
  align-items: flex-start;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .service-list-title {
    margin-bottom: 14px;
  }
}
.service-list-title .num {
  align-items: center;
  background: #bfbb8d;
  border: 1px solid #553509;
  display: inline-flex;
  font-size: 2rem;
  justify-content: center;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}
.service-list-title .text {
  width: calc(100% - 35px);
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .service-list-title .text {
    padding-top: 2px;
  }
}
.service-list-title .text.ls {
  letter-spacing: -0.05em;
}
.service-list .flex-wrapper {
  justify-content: space-between;
}
.service-list-text {
  font-size: 1.2rem;
  line-height: 1.3;
  width: 58.7301587302%;
}
.service-list-text .caption {
  font-size: 9px;
  display: inline-block;
  margin-top: 10px;
}
.service-list-img {
  width: 35.7142857143%;
}
.service-list-img .caption {
  font-size: 9px;
}

.text-center-pc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-center-pc {
    text-align: left;
  }
}/*# sourceMappingURL=design.css.map */