@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap");
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
}

.responsive-small {
  display: none;
}
@media screen and (min-width: 1001px) {
  .responsive-small {
    display: unset;
  }
}

.responsive-mid {
  display: none;
}
@media screen and (min-width: 1201px) {
  .responsive-mid {
    display: unset;
  }
}

.responsive-wide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .responsive-wide {
    display: unset;
  }
}

.responsive-xl {
  display: none;
}
@media screen and (min-width: 1921px) {
  .responsive-xl {
    display: unset;
  }
}

.no-sp {
  display: none;
}
@media screen and (min-width: 801px) {
  .no-sp {
    display: unset;
  }
}

.no-sp-small {
  display: none;
}
@media screen and (min-width: 1001px) {
  .no-sp-small {
    display: unset;
  }
}

.no-sp-small-mid {
  display: none;
}
@media screen and (min-width: 1201px) {
  .no-sp-small-mid {
    display: unset;
  }
}

.no-sp-small-mid-wide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .no-sp-small-mid-wide {
    display: unset;
  }
}

.xl-only {
  display: none;
}
@media screen and (min-width: 1921px) {
  .xl-only {
    display: unset;
  }
}

@font-face {
  font-family: hamburgHand;
  font-weight: bold;
  src: url(../assets/fonts/HamburgHand-Bold.otf) format("opentype");
}
@font-face {
  font-family: hamburgHandReg;
  font-weight: 400;
  src: url(../assets/fonts/HamburgHand-Regular.otf) format("opentype");
}
.f-hamb-reg {
  font-family: hamburgHandReg !important;
  font-weight: 400;
}

.f-hamb {
  font-family: hamburgHand !important;
  font-weight: bold;
}

.f-source-b {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
}

.f-source-reg {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 400;
}

.f-source-med {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 500;
}

.f-yumin-exb {
  font-family: YuMincho, "YuMincho", "Yu Mincho", "Noto Serif JP", serif !important;
  font-weight: 900;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

h1,
.h1-like {
  font-family: hamburgHand !important;
  font-weight: bold;
  font-size: clamp(4rem, 8vw, 11.6rem);
  font-weight: 700;
  line-height: 110%;
}

h2,
.h2-like {
  font-family: hamburgHand !important;
  font-weight: bold;
  font-size: clamp(4rem, 7vw, 11.6rem);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.1em;
}

h3,
.h3-like {
  font-size: clamp(2.4rem, 3vw, 5rem);
  line-height: 170%;
  font-weight: 700;
  letter-spacing: 0.1em;
}

h4,
.h4-like {
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 700;
}

.p-36 {
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
}

.p-small {
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.p-bold {
  font-weight: bold;
}

section.proposal-section {
  position: relative;
  margin-top: 32px;
  padding: 130px 0 0 0;
}
section.proposal-section .proposal-no {
  font-family: hamburgHandReg !important;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 36px;
  pointer-events: none;
  color: rgba(204, 204, 204, 0.3);
  font-size: clamp(170px, 40vw, 652px);
  line-height: clamp(170px, 40vw, 652px);
  z-index: 2;
}
section.proposal-section .img-col,
section.proposal-section .text-col {
  position: relative;
  width: 100%;
}
section.proposal-section .img-col {
  display: flex;
  z-index: 10;
}
section.proposal-section .img-col .img-container {
  display: block;
  width: clamp(210px, 50vw, 800px);
  height: clamp(185px, 45vw, 690px);
  max-width: 55vw;
}
section.proposal-section .img-col .title-wrapper {
  display: flex;
  align-items: center;
}
section.proposal-section .img-col .title-wrapper .title-spacer {
  display: block;
  width: clamp(56px, 12vw, 226px);
  height: 1px;
  background-color: #707070;
}
section.proposal-section .img-col .title-container {
  margin-left: clamp(10px, 2vw, 20px);
}
section.proposal-section .img-col .title-container h3 {
  font-family: "Noto Serif JP", "Hiragino", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", YuMincho, "YuMincho", "Yu Mincho", serif;
  font-size: clamp(27px, 4.5vw, 60px);
  font-weight: 400;
  line-height: 100%;
}
section.proposal-section .img-col .title-container p.rj-subtitle {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 500;
  color: #3A9366;
  font-size: clamp(14px, 2vw, 20px);
}
section.proposal-section .text-col {
  width: 100%;
  margin: -50px auto 0 auto;
  padding: 100px 0 clamp(36px, 5vw, 80px) 0;
  z-index: 1;
}
section.proposal-section .text-col .text-block {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
section.proposal-section .text-col .text-block h4 {
  font-size: clamp(24px, 3vw, 50px);
  line-height: 170%;
  margin-bottom: 0.5em;
}
section.proposal-section .text-col .text-block p {
  max-width: 540px;
  font-size: 16px;
  font-weight: bold;
}
section.proposal-section .text-col .grey-bg {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 85%;
  z-index: -1;
  background-color: #F7F7F7;
}
@media screen and (min-width: 801px) {
  section.proposal-section {
    margin-top: clamp(60px, 10vw, 140px);
    padding: 40px 0 0 0;
  }
  section.proposal-section .proposal-no {
    right: 0.4em;
    line-height: clamp(170px, 40vw, 525px);
  }
  section.proposal-section .img-col {
    width: 80vw;
    max-width: 1250px;
    align-items: flex-start;
  }
  section.proposal-section .img-col .img-container {
    background: url(../img/proposal/proposal-2.webp) center no-repeat;
    background-size: cover;
  }
  section.proposal-section .img-col .title-wrapper {
    margin-top: 10%;
  }
  section.proposal-section .text-col {
    margin: calc(-1 * clamp(100px, 20vw, 300px)) 0 0 0;
    box-sizing: border-box;
    padding-left: 52%;
  }
  section.proposal-section .text-col .text-block {
    width: 92%;
    margin: 0 auto 0 0;
  }
  section.proposal-section .text-col .grey-bg {
    width: 73%;
  }
}

.spacer-row {
  position: relative;
  width: 100%;
  z-index: 20;
}
.spacer-row .spacer {
  display: block;
  height: clamp(170px, 20vw, 265px);
  width: 1px;
  background-color: #707070;
  margin: clamp(24px, 5vw, 40px) 9.5vw clamp(40px, 10vw, 80px) auto;
}
.spacer-row.spacer-reverse .spacer {
  margin: clamp(24px, 5vw, 40px) auto clamp(40px, 10vw, 80px) 9.5vw;
}
@media screen and (min-width: 801px) {
  .spacer-row .spacer {
    margin: calc(-1 * clamp(60px, 8vw, 130px)) auto clamp(40px, 5vw, 80px) 16vw;
  }
  .spacer-row.spacer-reverse .spacer {
    margin: calc(-1 * clamp(60px, 8vw, 130px)) 16vw clamp(40px, 5vw, 80px) auto;
  }
}

section.page-landing .sp-only.mirrored-h1 {
  width: fit-content;
}
section.page-landing .sp-only.mirrored-h1 .main-text {
  line-height: 1;
  border-bottom: unset;
}
section.page-landing .sp-only.mirrored-h1 .mirror-text {
  border-bottom: 1px solid #121212;
  line-height: 0.59;
  margin-top: -0.27em;
}
section.page-landing header .current-page-indicator h1.mirrored-h1 {
  font-size: clamp(4rem, 3vw, 11.6rem);
}
@media screen and (min-width: 1601px) {
  section.page-landing header .current-page-indicator h1.mirrored-h1 {
    font-size: clamp(4rem, 6vw, 11.6rem);
  }
}

section.strengths .intro-text {
  width: 840px;
  max-width: 84%;
  margin: clamp(60px, 10vw, 100px) auto 0 auto;
}
section.strengths .intro-text h3 {
  text-align: center;
  margin-bottom: 1em;
}

section.technology .img-col .img-container {
  background: url(../img/proposal/proposal-sp-2.webp) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 801px) {
  section.technology .img-col .img-container {
    background: url(../img/proposal/proposal-2.webp) center no-repeat;
    background-size: cover;
  }
}

section.energy .proposal-no {
  right: unset;
  left: 24px;
}
section.energy .img-col {
  flex-direction: row-reverse;
}
section.energy .img-col .title-wrapper {
  flex-direction: row-reverse;
}
section.energy .img-col .title-container {
  margin: 0 clamp(10px, 2vw, 20px) 0 0;
}
section.energy .img-col .img-container {
  background: url(../img/proposal/proposal-sp-3.webp) center no-repeat;
  background-size: cover;
}
section.energy .text-col .grey-bg {
  right: unset;
  left: 0;
}
@media screen and (min-width: 801px) {
  section.energy .img-col {
    margin-left: auto;
  }
  section.energy .img-col .title-wrapper {
    margin-top: 8%;
  }
  section.energy .img-col .img-container {
    background: url(../img/proposal/proposal-3.webp) center no-repeat;
    background-size: cover;
  }
  section.energy .text-col {
    padding-left: unset;
    padding-right: 55vw;
  }
  section.energy .text-col .text-block {
    margin: 0 auto 0 10vw;
  }
}
@media screen and (min-width: 1601px) {
  section.energy .proposal-no {
    right: unset;
    left: 0.2em;
  }
  section.energy .img-col {
    width: 90vw;
    max-width: 1720px;
  }
  section.energy .img-col .title-wrapper .title-spacer {
    width: clamp(290px, 33vw, 584px);
  }
  section.energy .text-col {
    padding-right: 850px;
  }
  section.energy .text-col .text-block {
    max-width: 780px;
    margin: 0 0 0 auto;
  }
}

section.knowledge .img-col .title-wrapper .title-spacer {
  width: clamp(32px, 5vw, 226px);
}
section.knowledge .img-col .img-container {
  background: url(../img/proposal/proposal-sp-4.webp) center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 801px) {
  section.knowledge .proposal-no {
    right: 10px;
  }
  section.knowledge .img-col {
    width: 90vw;
    max-width: 1360px;
  }
  section.knowledge .img-col .title-wrapper .title-spacer {
    width: clamp(32px, 12vw, 226px);
  }
  section.knowledge .img-col .img-container {
    background: url(../img/proposal/proposal-4.webp) center no-repeat;
    background-size: cover;
  }
}

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