@import url("https://fonts.googleapis.com/css2?family=Oranienbaum&family=Red+Hat+Display:wght@400;500&display=swap");
header {
  display: none !important;
}

.menu-bl {
  display: none;
  position: fixed;
  color: #ffffff;
  left: 3.6vw;
  bottom: 3.6vw;
  text-transform: uppercase;
  z-index: 200;
  mix-blend-mode: difference;
}
.menu-bl li {
  margin-bottom: 0.5em;
}
.menu-bl li:last-child {
  margin-bottom: 0;
}
.menu-bl a {
  font-size: clamp(10px, 1vw, 14px);
  letter-spacing: 0.13em;
  text-decoration: underline !important;
  text-underline-offset: 0.2em;
}
@media screen and (min-width: 801px) {
  .menu-bl {
    display: unset;
  }
}

section.half-section {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}
section.half-section .img-col,
section.half-section .content-col {
  position: relative;
  display: block;
  width: 84%;
  box-sizing: border-box;
}
section.half-section .img-col .simpleParallax {
  width: 100%;
  height: 100%;
}
section.half-section .content-col {
  padding: 2em 1em;
}
section.half-section .content-col .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
section.half-section .content-col .rj-title {
  font-family: "Red Hat Display", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: clamp(12px, 2vw, 20px);
}
section.half-section .content-col .jp-title {
  font-size: clamp(12px, 2vw, 20px);
  letter-spacing: 0.06em;
  line-height: 220%;
}
section.half-section .content-col .text-block {
  font-family: "Red Hat Display", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(10px, 1.1vw, 15px);
  line-height: 180%;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 801px) {
  section.half-section {
    margin-top: 0;
  }
  section.half-section .img-col,
section.half-section .content-col {
    min-height: clamp(650px, 100vh, 720px);
    width: 50%;
  }
  section.half-section .img-col .simpleParallax,
section.half-section .content-col .simpleParallax {
    height: clamp(650px, 100vh, 720px);
  }
  section.half-section .img-col {
    overflow: hidden;
  }
}

.content-item,
.flow-item {
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
}
.content-item .content-no,
.flow-item .content-no {
  font-family: "Oranienbaum", serif;
  font-size: clamp(24px, 2vw, 28px);
  margin-right: 0.6em;
}
.content-item .content-text h4,
.flow-item .content-text h4 {
  line-height: 160%;
}
.content-item .content-text h4.rj-title,
.flow-item .content-text h4.rj-title {
  font-family: "Red Hat Display", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 2vw, 20px);
  margin-bottom: 0.2em;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.content-item .content-text h4.jp-title,
.flow-item .content-text h4.jp-title {
  margin-bottom: 28px;
}
.content-item .content-text p,
.content-item .content-text h4.jp-title,
.flow-item .content-text p,
.flow-item .content-text h4.jp-title {
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 300;
  letter-spacing: 0.06em;
}
.content-item .content-text p,
.flow-item .content-text p {
  line-height: 160%;
}
@media screen and (min-width: 801px) {
  .content-item .content-text h4.rj-title,
.flow-item .content-text h4.rj-title {
    margin-bottom: 0.5em;
  }
}

section.top-landing {
  position: relative;
  z-index: 0;
  min-height: clamp(660px, 100vh, 1080px);
  display: grid;
  grid-template-columns: 7.6% 50.4% 12% 22.4% 7.6%;
  grid-template-rows: 2fr 1fr 1fr 1fr 1fr;
  background-color: #ffffff;
  background-image: url(../img/top/landing-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
section.top-landing .deco-left {
  position: relative;
  grid-column: 1/3;
  grid-row: 4/6;
  margin: 10px 0 0 0;
  background: url(../img/top/deco-l-sp.webp) center no-repeat;
  background-size: cover;
  z-index: 1;
  display: flex;
  align-items: end;
}
section.top-landing .deco-center {
  position: relative;
  grid-column: 2/5;
  grid-row: 3/5;
  width: 100%;
  height: 100%;
  display: block;
  max-height: 190px;
  max-width: 223px;
  margin: 0 auto auto auto;
  background: url(../img/top/deco-center-sp.webp) center left no-repeat;
  background-size: contain;
  z-index: 10;
}
section.top-landing .deco-right {
  position: relative;
  grid-column: 4/6;
  grid-row: 1/2;
  background: url(../img/top/deco-r-sp.webp) center no-repeat;
  background-size: cover;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  box-sizing: border-box;
  padding-right: 26px;
}
section.top-landing .deco-right a {
  display: none;
}
section.top-landing .menu-items {
  position: relative;
  grid-column: 3/5;
  grid-row: 4/6;
  margin: auto 0 0 auto;
  padding: 1em 0 5vh 0;
  z-index: 11;
  font-size: clamp(10px, 1.5vw, 18px);
  line-height: 160%;
  letter-spacing: 0.13em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}
section.top-landing .menu-items li {
  margin: 0 0.5em;
  font-weight: 400;
}
section.top-landing .menu-items li:first-child {
  margin-right: 0;
}
section.top-landing .text-container {
  position: relative;
  grid-column: 2/5;
  grid-row: 1/2;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5vh 0 0 0;
  margin: auto 0 0 0;
  transform: translateY(10vh);
}
section.top-landing .text-container .logo {
  width: clamp(180px, 45vw, 520px);
  max-width: 100%;
}
section.top-landing .text-container h1.title {
  max-width: 90%;
  font-size: clamp(14px, 2vw, 26px);
  margin: 2em 0 1.5em;
  line-height: 170%;
  letter-spacing: 0.14em;
}
section.top-landing .text-container h3.catch {
  font-size: clamp(11px, 1.1vw, 15px);
  line-height: 190%;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 801px) {
  section.top-landing {
    background-image: url(../img/top/landing-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    grid-row: 3fr 1fr 2fr;
    grid-template-columns: 10% calc(40% - clamp(30px, 5vw, 60px)) clamp(30px, 5vw, 60px) 1fr clamp(25px, 4vw, 50px) 16.6%;
    grid-template-rows: 3fr 1fr 2fr;
  }
  section.top-landing .text-container {
    grid-row: 1/3;
    grid-column: 2/4;
    align-items: flex-end;
    margin: auto 0 1em auto;
    padding: 0;
    transform: unset;
  }
  section.top-landing .text-container .logo {
    width: 90%;
    margin-left: 10%;
  }
  section.top-landing .text-container h1.title {
    margin-left: auto;
    width: 90%;
  }
  section.top-landing .text-container h3.catch {
    max-width: 90%;
  }
  section.top-landing .deco-left {
    margin: 25px 0 0 0;
    background: url(../img/top/deco-l.webp) center no-repeat;
    background-size: cover;
    grid-column: 1/4;
    grid-row: 3/6;
  }
  section.top-landing .menu-bl li {
    margin-bottom: 1em;
  }
  section.top-landing .deco-center {
    grid-column: 3/6;
    grid-row: 1/4;
    width: auto;
    height: auto;
    display: unset;
    max-height: unset;
    max-width: unset;
    margin: 0 0 0 0;
    background: url(../img/top/deco-center.webp) bottom left no-repeat;
    background-size: clamp(320px, 37vw, 700px);
  }
  section.top-landing .deco-right {
    grid-column: 5/7;
    grid-row: 1/2;
    background: url(../img/top/deco-r.webp) center no-repeat;
    background-size: cover;
  }
  section.top-landing .deco-right a.insta-btn {
    display: unset;
    text-transform: uppercase;
    font-size: 16px;
    writing-mode: vertical-lr;
    color: #ffffff !important;
    z-index: 200;
    margin-top: 3.5em;
    letter-spacing: 0.13em;
  }
  section.top-landing .menu-items {
    grid-column: 3/7;
    padding: 0 3.5em 2.2em 0;
    margin-left: auto;
  }
}

section.message .img-col img {
  width: 100%;
}
section.message .content-col {
  padding: 1.6em 0 0;
}
section.message .content-col .text-container {
  box-sizing: border-box;
  padding: 0 1em;
  border-left: 1px solid #707070;
}
section.message .content-col .text-container h2, section.message .content-col .text-container h3 {
  margin-bottom: 2.5em;
}
section.message .content-col .text-container h2.rj-title {
  letter-spacing: 0.13em;
}
section.message .content-col .text-container h3.jp-title {
  line-height: 166%;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 801px) {
  section.message {
    flex-direction: row;
  }
  section.message .content-col {
    width: 50%;
    height: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: 18% 82%;
    grid-template-rows: auto clamp(100px, 15vw, 160px);
    object-fit: cover;
  }
  section.message .content-col .text-container {
    grid-column: 2/3;
    grid-row: 1/2;
    border-left: 1px solid #707070;
    padding: 60px clamp(24px, 4vw, 35px) 35px;
  }
  section.message .content-col .text-container h2.rj-title {
    margin-bottom: 3em;
  }
  section.message .content-col .text-container h3.jp-title {
    margin-bottom: 2em;
  }
  section.message .content-col .deco-bl,
section.message .content-col .deco-br {
    border-top: 1px solid #707070;
    display: block;
  }
  section.message .content-col .deco-bl {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  section.message .content-col .deco-br {
    grid-column: 2/3;
    grid-row: 2/3;
    border-left: 1px solid #707070;
  }
  section.message .img-col {
    width: 50%;
    height: auto;
  }
  section.message .img-col img {
    height: 100%;
  }
}

section.proposal {
  flex-direction: column-reverse;
  margin: 70px auto 100px;
}
section.proposal .img-col {
  overflow: hidden;
}
section.proposal .content-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6em 0 0;
}
section.proposal .text-container {
  box-sizing: border-box;
  margin: auto;
  border-left: 1px solid #707070;
  padding: 0 1em;
}
section.proposal .text-container h2, section.proposal .text-container h3 {
  margin-bottom: 2.5em;
}
section.proposal .text-container h2.nmb, section.proposal .text-container h3.nmb {
  margin-bottom: 0.5em;
}
section.proposal .text-container h2.subtitle, section.proposal .text-container h3.subtitle {
  font-weight: 300;
}
section.proposal .text-container h2.rj-title {
  letter-spacing: 0.13em;
}
section.proposal .text-container h3.jp-title {
  line-height: 166%;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 801px) {
  section.proposal {
    flex-direction: row;
    margin: 0;
  }
  section.proposal .img-col {
    width: 50%;
    height: auto;
  }
  section.proposal .img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  section.proposal .content-col {
    width: 50%;
  }
  section.proposal .text-container {
    padding: 1em;
    width: calc(470px + 2em);
    max-width: 100%;
    border-left: unset;
  }
}

section.wwcd {
  position: relative;
  padding: clamp(50px, 8vw, 100px) 0 clamp(75px, 10vw, 130px);
  overflow: hidden;
}
section.wwcd .title-container,
section.wwcd .content-container {
  position: relative;
  z-index: 10;
  color: #ffffff;
  margin: 0 auto;
  width: 84%;
}
section.wwcd .title-container .content-item,
section.wwcd .content-container .content-item {
  width: clamp(330px, 40vw, 370px);
}
section.wwcd .title-container {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: clamp(60px, 10vw, 90px);
}
section.wwcd .title-container h2, section.wwcd .title-container h3 {
  font-size: clamp(12px, 2vw, 20px);
}
section.wwcd .title-container h2 {
  margin-bottom: 1em;
  letter-spacing: 0.13em;
}
section.wwcd .title-container h3 {
  font-weight: 300;
}
section.wwcd .content-container {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: clamp(60px, 10vw, 100px);
}
section.wwcd a.contact-link {
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  margin: clamp(110px, 14vw, 160px) auto 0 auto;
  z-index: 10;
  font-family: "Red Hat Display", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 40px);
  letter-spacing: 0.13em;
  line-height: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.5em;
}
section.wwcd a.contact-link img {
  width: 1.1em;
  margin-left: 0.6em;
}
section.wwcd img.bg-order {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

section.flow {
  padding: 50px 0 30px;
}
section.flow .title-container {
  margin: 0 auto;
  width: 84%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: clamp(65px, 10vw, 90px);
}
section.flow .title-container h2, section.flow .title-container h3 {
  font-size: clamp(12px, 2vw, 20px);
}
section.flow .title-container h2 {
  margin-bottom: 1em;
  letter-spacing: 0.13em;
}
section.flow .title-container h3 {
  font-weight: 300;
}
section.flow .flow-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 84%;
  max-width: 500px;
}
section.flow .flow-container .bg-line {
  display: block;
  position: absolute;
  left: 25px;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: -1;
  border-left: 1px #707070 dashed;
}
section.flow .flow-container .flow-item {
  padding-bottom: clamp(40px, 5vw, 60px);
}
section.flow .flow-container .flow-item .content-no {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 0;
  border-radius: 50%;
  border: 1px #707070 dashed;
}
section.flow .flow-container .flow-item .no-wrapper {
  height: fit-content;
  background-color: #F8F8F8;
  padding: 10px 0;
  margin-right: 24px;
}
section.flow .flow-container .flow-item .content-text {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  section.flow .flow-container.fc-2 .bg-line {
    height: 80%;
  }
  section.flow .flow-container.fc-2 .bg-line .no-wrapper {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 801px) {
  section.flow {
    padding: 80px 0 0;
  }
  section.flow .flow-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 96%;
    max-width: 1200px;
    margin-bottom: 70px;
  }
  section.flow .flow-container .flow-item {
    width: 18.5%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 0;
  }
  section.flow .flow-container .flow-item .content-no {
    width: 80px;
    height: 80px;
  }
  section.flow .flow-container .flow-item .no-wrapper {
    margin-right: 0;
    padding: 0 1em;
  }
  section.flow .flow-container .flow-item .title-wrapper {
    padding: 30px 0 20px;
    box-sizing: border-box;
    min-height: 136px;
  }
  section.flow .flow-container .flow-item .title-wrapper h4.rj-title {
    line-height: 130%;
  }
  section.flow .flow-container .flow-item .title-wrapper h4.jp-title {
    margin-bottom: 0;
    line-height: 100%;
  }
  section.flow .flow-container .flow-item p {
    letter-spacing: 0.06em;
  }
  section.flow .flow-container .bg-line {
    top: 40px;
    left: 10%;
    width: 90%;
    height: 1px;
    border-top: 1px #707070 dashed;
  }
  section.flow .flow-container.fc-2 .bg-line {
    left: 0;
  }
}

section.custom {
  background: #E2E1DD;
  padding: 60px 0 clamp(80px, 10vw, 127px) 0;
}
section.custom .title-wrapper {
  width: 92%;
  margin: 0 0 50px auto;
}
section.custom .title-wrapper h2.rj-title,
section.custom .title-wrapper h3.jp-title {
  font-family: "Red Hat Display", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 2vw, 20px);
  letter-spacing: 0.13em;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 500;
}
section.custom .title-wrapper h2.rj-title {
  margin-bottom: 0.5em;
}
section.custom .title-wrapper h3.jp-title {
  font-weight: 300;
  margin-bottom: 1em;
}
section.custom .gallery-wrapper {
  width: 92%;
  margin-left: auto;
  margin-right: 0;
}
section.custom .splide__slide {
  max-width: 74vw;
}
section.custom .splide__slide__container {
  position: relative;
  flex-direction: column-reverse;
  align-items: center;
  padding-top: 14px;
}
section.custom .splide__slide__container .mobile-no {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 100%;
  font-family: "Oranienbaum", serif;
  font-size: 28px;
  z-index: 10;
  letter-spacing: 0.13em;
}
section.custom .img-col {
  width: calc(100% - 28px);
}
section.custom .img-col img {
  width: 100%;
  object-fit: contain;
}
section.custom .img-col img.pc-img {
  display: none;
}
section.custom .content-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 28px);
}
section.custom .content-col .jp-title {
  font-size: clamp(12px, 2vw, 18px);
  letter-spacing: 0.06em;
  line-height: 180%;
  margin: 0.8em 0 1.5em;
}
section.custom .content-col .text-block {
  font-size: clamp(12px, 2vw, 15px);
  font-weight: 300;
  max-width: 100%;
  letter-spacing: 0.06em;
  line-height: 175%;
}
section.custom .content-col .process-indicator {
  display: none;
}
@media screen and (min-width: 801px) {
  section.custom {
    padding-top: 50px;
  }
  section.custom .title-wrapper {
    margin-bottom: 0;
    box-sizing: border-box;
    width: 89%;
  }
  section.custom .gallery-wrapper {
    width: 89%;
  }
  section.custom .splide__slide {
    max-width: 84vw;
  }
  section.custom .img-col {
    box-sizing: border-box;
    width: 68%;
    padding-right: 2vw;
  }
  section.custom .img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.custom .img-col img.sp-img {
    display: none;
  }
  section.custom .img-col img.pc-img {
    display: unset;
  }
  section.custom .content-col {
    box-sizing: border-box;
    width: 28%;
    align-items: flex-start;
    margin: auto 4% auto 0%;
  }
  section.custom .content-col .process-indicator {
    display: unset;
    position: relative;
    width: fit-content;
    margin-bottom: clamp(32px, 5vw, 50px);
  }
  section.custom .content-col .process-indicator p {
    position: relative;
    display: block;
    width: fit-content;
    z-index: 10;
  }
  section.custom .content-col .process-indicator p.process {
    font-family: "Red Hat Display", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
    font-weight: 500;
    text-align: start;
    text-transform: uppercase;
    margin-bottom: 2.5em;
  }
  section.custom .content-col .process-indicator p.process-no {
    margin-left: 1.25em;
    font-size: 61px;
    letter-spacing: 0.13em;
    text-align: end;
    font-family: "Oranienbaum", serif;
    line-height: 100%;
  }
  section.custom .content-col .process-indicator .spacer {
    position: absolute;
    display: block;
    z-index: 1;
    background-color: #000000;
    font-size: 14px;
    height: 1px;
    width: 141px;
    transform: rotate(-45deg);
    left: -1em;
  }
  section.custom .splide__slide__container {
    flex-direction: row;
    align-items: flex-start;
  }
  section.custom .splide__slide__container .mobile-no {
    display: none;
  }
}

section.project {
  padding: clamp(60px, 15vw, 180px) 0;
  width: 100vw;
  overflow-x: hidden;
}
section.project .gallery-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
section.project .gallery-wrapper .splide {
  scale: 1;
}
section.project .img-col {
  display: block;
  position: relative;
  width: 100%;
  height: 124.1vw;
  max-height: 80vh;
}
section.project .img-col .box-wrapper {
  position: absolute;
  z-index: 2;
  font-size: clamp(14px, 1.5vw, 22px);
  bottom: 8%;
  left: 5%;
  width: 90%;
}
section.project .img-col .box-wrapper h3 {
  font-family: "Red Hat Display", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.13em;
  display: inline;
  font-size: 1em;
  background-color: #fff;
  padding: 0.3em 0.5em;
  line-height: 160%;
}
section.project .img-col .box-wrapper h3.title-subtitle {
  padding-right: 0.75em;
}
section.project .img-col img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.project .img-col img.pc-img {
  display: none;
}
section.project .content-col .rj-title {
  font-family: "Red Hat Display", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-size: clamp(10px, 1.4vw, 20px);
  letter-spacing: 0.13em;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 42px;
}
section.project .content-col .project-no {
  font-family: "Oranienbaum", serif;
  font-size: clamp(46px, 6.5vw, 94px);
  letter-spacing: 0.06em;
  margin: 0 0 0 10px;
  font-weight: 400;
  line-height: 100%;
}
section.project .splide .splide__slide {
  width: 73vw !important;
}
section.project .splide .splide__arrow {
  background: unset;
  opacity: 1;
  top: 0;
  font-size: clamp(24px, 5vw, 46px);
  width: 1em;
}
section.project .splide .splide__arrow img {
  width: 100%;
}
section.project .splide .splide__arrow:hover {
  opacity: 0.8;
}
section.project .splide .splide__arrow.splide__arrow--prev {
  left: unset;
  right: calc(13.5vw - clamp(25px, 5vw, 60px) + 40px);
}
section.project .splide .splide__arrow.splide__arrow--next {
  right: calc(13.5vw - clamp(25px, 5vw, 60px));
}
@media screen and (min-width: 801px) {
  section.project .content-col .rj-title {
    margin-bottom: 36px;
  }
  section.project .img-col {
    height: 37.5vw;
    aspect-ratio: 4/3;
  }
  section.project .img-col img.pc-img {
    display: unset;
  }
  section.project .img-col img.sp-img {
    display: none;
  }
  section.project .splide .splide__slide {
    width: 50vw !important;
  }
  section.project .splide .splide__arrow.splide__arrow--prev {
    right: 25vw;
  }
  section.project .splide .splide__arrow.splide__arrow--next {
    right: calc(25vw - clamp(25px, 5vw, 60px) - 1em);
  }
}

section.sustainability {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(45px, 10vw, 90px);
  background: url(../img/top/sustainability-sp-1.webp) center no-repeat;
  background-size: cover;
}
section.sustainability .title-container {
  width: 66%;
  color: #ffffff;
  margin: 0 auto clamp(60px, 9vw, 120px);
}
section.sustainability .title-container h2.rj-title {
  font-size: clamp(12px, 2.7vw, 38px);
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}
section.sustainability .title-container h3.jp-title {
  font-size: clamp(12px, 1.2vw, 16px);
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2em;
}
section.sustainability .title-container p {
  font-size: clamp(12px, 1.2vw, 16px);
  letter-spacing: 0.06em;
  font-weight: 300;
}
section.sustainability .content-container {
  align-self: flex-end;
  background-color: rgba(255, 255, 255, 0.8);
  width: 92%;
  margin-left: auto;
  box-sizing: border-box;
  padding: 50px 8vw 80px 0;
}
section.sustainability .content-container .sus-col {
  box-sizing: border-box;
  padding: 0 0 0 20px;
  margin-right: auto;
}
@media screen and (min-width: 801px) {
  section.sustainability {
    padding-top: clamp(100px, 11vw, 145px);
    background: url(../img/top/sustainability-1.webp) center no-repeat;
    background-size: cover;
  }
  section.sustainability .title-container {
    width: 76.4%;
  }
  section.sustainability .title-container h2.rj-title,
section.sustainability .title-container h3.jp-title {
    text-align: start;
  }
  section.sustainability .title-container p {
    max-width: 561px;
  }
  section.sustainability .content-container {
    width: 88.3%;
    padding: 50px 10vw 80px clamp(20px, 3vw, 40px);
    margin-left: 11.7%;
    background-color: white;
  }
  section.sustainability .content-container .sus-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
    padding-left: 0;
  }
  section.sustainability .content-container .sus-col #sus-1 {
    order: 1;
  }
  section.sustainability .content-container .sus-col #sus-2 {
    order: 3;
  }
  section.sustainability .content-container .sus-col #sus-3 {
    order: 5;
  }
  section.sustainability .content-container .sus-col #sus-4 {
    order: 2;
  }
  section.sustainability .content-container .sus-col #sus-5 {
    order: 4;
  }
}

.sustainability-item {
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.sustainability-item:last-child {
  margin-bottom: 0;
}
.sustainability-item .content-no {
  margin-right: 24px;
  font-family: "Oranienbaum", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(24px, 2vw, 26px);
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 24px;
  border-radius: 50%;
  border: 1px #E2E1DD solid;
}
.sustainability-item .content-text h4.jp-title {
  margin-bottom: 0.4em;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 160%;
  text-transform: uppercase;
}
.sustainability-item .content-text h4.jp-subtitle {
  margin-bottom: 2em;
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 300;
  line-height: 130%;
}
.sustainability-item .content-text p {
  font-weight: 300;
  font-size: clamp(12px, 2vw, 15px);
  letter-spacing: 0.06em;
  line-height: 160%;
}
@media screen and (min-width: 801px) {
  .sustainability-item {
    margin-bottom: 0;
    width: 45%;
  }
  .sustainability-item#sus-4, .sustainability-item#sus-5 {
    width: 49%;
  }
  .sustainability-item .content-no {
    margin-right: 20px;
    width: 64px;
    min-width: 64px;
    height: 64px;
  }
  .sustainability-item .title-wrapper h4.jp-title {
    margin: 0.5em 0;
    line-height: 100%;
  }
  .sustainability-item .title-wrapper h4.jp-subtitle {
    margin-bottom: 1.5em;
  }
}

/*# sourceMappingURL=top.css.map */
