.p-rethink {
  padding-top: 90px;
  overflow: hidden;
}

.l-inner {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.p-rethink__title {
  text-transform: uppercase;
  color: #4c4948;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-rethink__title {
    text-transform: uppercase;
    color: #4c4948;
    font-size: 18px !important;
  }
}
.p-rethink__topText {
  font-size: 28px;
  color: #4c4948;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-rethink__topText {
    font-size: 20px !important;
  }
}
.p-rethink__img {
  max-width: 756px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-rethink__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-rethink__text-wrapper {
  text-align: center;
  margin-top: 20px;
}

.p-rethink__text {
  font-size: 16px;
  line-height: 2;
  color: #3e3a39;
}
.p-space {
  padding-top: 200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-space {
    padding-top: 100px;
  }
}

.p-space__content {
}

.p-space__title-wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-space__title-wrapper {
    flex-direction: column;
  }
}

.p-space__number {
  color: #231815;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #231815;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-space__number {
    border-right: initial;
    padding-bottom: 16px;
    border-bottom: 1px solid #231815;
  }
}

.p-space__num {
  color: #231815;
  font-size: 20px;
  line-height: 1 !important;
  margin-bottom: initial !important;
}
.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}
.u-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.p-space__numEn {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.4 !important;
  margin-top: 8px !important;
}

.p-space__title {
  color: #231815;
  padding-left: 20px;
  font-size: 30px;
  line-height: 1.6 !important;
}
@media screen and (max-width: 768px) {
  .p-space__title {
    font-size: 20px !important;
    padding-left: initial;
    margin-top: 16px !important;
  }
}
.p-space__img {
  margin-top: 20px;
}
.p-space__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}
.p-space__text-wrapper {
  margin-top: 40px;
}

.p-space__text {
  font-size: 16px;
  line-height: 2;
  color: #231815;
}
.p-method {
  padding-top: 90px;
}

.p-method__top {
  text-align: center;
}

.p-method__en {
  font-size: 32px;
  color: #231815;
  text-transform: uppercase;
  font-weight: 700;
}

.p-method__topText {
  font-size: 28px;
  line-height: 1.7 !important;
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .p-method__topText {
    font-size: 20px;
    line-height: 1.7;
  }
}
.p-method__text-wrapper {
  text-align: center;
  margin-top: 40px;
}

.p-method__text {
  font-size: 16px;
  line-height: 2;
  color: #231815;
}
.p-method__img {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-method__img {
    max-width: 200px;
  }
}
.p-method__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-kawarazu {
  padding-top: 100px;
}

.p-kawarazu__content {
}

.p-kawarazu__top {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-kawarazu__top {
    flex-direction: column;
    gap: 24px;
  }
}
.p-kawarazu__topImg {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-kawarazu__topImg {
    max-width: 100px;
  }
}
.p-kawarazu__topImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-kawarazu__img {
  flex: 1;
  max-width: 430px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-kawarazu__img--graph {
    width: 500px;
  }
}
.p-kawarazu__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-kawarazu__top-detail {
}

.p-kawarazu__topTitle {
  font-size: 30px;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
}
@media screen and (max-width: 768px) {
  .p-kawarazu__topTitle {
    font-size: 20px;
  }
}
.p-kawarazu__topText {
  font-size: 16px;
  line-height: 2;
  color: #231815;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-kawarazu__topText {
    font-size: 14px;
    margin-top: 8px !important;
  }
}

.p-kawarazu__row-wrapper {
  margin-top: 80px;
}

.p-kawarazu__row {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-kawarazu__row {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.p-kawarazu__row--none {
  display: block;
}
.p-kawarazu__row + .p-kawarazu__row {
  margin-top: 64px;
}
.p-kawarazu__detail {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-kawarazu__detail {
    width: 100%;
  }
}
.p-kawarazu__detail--wide {
  width: 100%;
  margin-top: 56px;
}
.p-kawarazu__detailTitle {
  margin-bottom: initial !important;
  padding-bottom: 12px;
  border-bottom: 2px solid #231815;
}
.p-kawarazu__detailTitle--noBorder {
  border-bottom: initial;
}
.p-kawarazu__text {
  padding-top: 12px;
}

.p-kawarazu__smallText {
  font-size: 8px !important;
}
.p-kawarazu__img--bottom {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-kawarazu__detail--bottom {
  width: initial;
}
.p-plan {
  padding-top: 100px;
  overflow: hidden;
}

.p-plan__content {
}

.p-plan__top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-plan__top {
  max-width: 430px;
  width: 100%;
  flex: 1;
}

.p-plan__top img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-plan__explain {
  max-width: 150px;
  width: 100%;
}
.p-plan__explain img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-plan__img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-plan__img {
    width: 600px;
  }
}
.p-plan__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-plan__color {
  max-width: 430px;
  width: 100%;
  margin-left: auto;
  margin-top: 32px;
}
.p-plan__color img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-murisezu__img {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-murisezu__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-kawarazu__triple-case {
  margin-top: 40px !important;
}

.p-kawarazu__triple {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-kawarazu__triple {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p-kawarazu__triple-item {
}

.p-kawarazu__triple-title {
  font-size: 18px;
  line-height: 1.6 !important;
  text-align: center;
  color: #231815;
  background: #fff;
  margin-bottom: initial !important;
}

.p-kawarazu__triple-img {
}
.p-kawarazu__triple-img img {
  aspect-ratio: 152 / 88;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.p-kawarazu__triple-detail {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.p-kawarazu__triple-text {
  font-size: 14px;
  line-height: 1.6 !important;
}

.p-kawarazu__triple-icon {
  max-width: 60px;
  flex: 1;
}
.p-kawarazu__triple-icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-kawarazu__case {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-kawarazu__case {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-kawarazu__caseBlock {
}

.p-kawarazu__caseTitle {
  font-size: 16px;
  line-height: 1.6 !important;
  color: #231815;
  margin-bottom: initial !important;
  padding-bottom: 8px;
  border-bottom: 1px solid #231815;
}
.p-kawarazu__caseTitle span {
  font-size: 20px;
}

.p-kawarazu__caseText {
  margin-top: 16px !important;
  font-size: 14px;
  line-height: 1.6 !important;
}

.p-kawarazu__caseImg {
}
.p-matorazu {
  padding-top: 100px;
}

.p-matorazu__content {
}

.p-matorazu__topImg {
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-matorazu__topImg {
    max-width: 150px;
  }
}
.p-matorazu__topImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-matorazu__top {
  margin-top: 40px;
  text-align: center;
}

.p-matorazu__topTitle {
  font-size: 30px;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-matorazu__topTitle {
    font-size: 20px;
  }
}
.p-matorazu__topText {
  margin-top: 16px !important;
  font-size: 14px;
  line-height: 1.6 !important;
}
.p-matorazu__img {
  margin-top: 56px;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-matorazu__img {
    width: 600px;
    margin-top: 40px;
  }
}
.p-matorazu__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-matorazu__arrange {
  margin-top: 56px;
}

.p-matorazu__arrange-row {
  display: flex;
  gap: 40px;
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-matorazu__arrange-row {
    flex-direction: column;
    gap: 24px;
  }
}

.p-matorazu__arrange-item {
}

.p-matorazu__arrange-title {
  font-size: 20px;
  line-height: 1.6 !important;
  color: #231815;
  margin-bottom: initial !important;
  font-weight: 700;
}

.p-matorazu__arrange-text {
  margin-top: 16px !important;
  font-size: 14px;
  line-height: 1.6 !important;
}

.p-matorazu__arrangeImg {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-matorazu__arrangeImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-matorazu__2ldk {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-matorazu__2ldk {
    width: 1200px;
    margin-top: 40px;
  }
}

.p-matorizu__sub {
  margin-top: 56px;
}

.p-matorazu__subTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
}

.p-matorazu__subText {
  margin-top: 16px !important;
  font-size: 14px;
  line-height: 1.6 !important;
}
.p-matorazu__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-matorazu__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }
}
.p-matorazu__grid-item::marker {
  display: none !important;
}

.p-matorazu__grid-img {
}
.p-matorazu__grid-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-matorazu__grid-detail {
}

.p-matorazu__grid-title {
  margin-bottom: initial !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  font-weight: 700;
}

.p-matorazu__grid-ja {
  margin-top: initial !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.p-matorazu__grid-text {
  margin-top: 16px !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}
.p-plan {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-plan {
    width: 800px;
    gap: 32px;
  }
}

.p-plan__block {
}

.p-plan__img {
}
@media screen and (max-width: 768px) {
  .p-plan__img {
    width: 120px;
  }
}
.p-plan__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-plan__img--arrow {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-plan__img--arrow {
    margin-top: 80px;
    width: 80px;
  }
}
.p-plan__detail {
  text-align: center;
  margin-top: 16px;
}

.p-plan__detail-title {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #231815;
  padding-bottom: 2px !important;
  margin-bottom: 8px !important;
  line-height: 1 !important;
}

.p-plan__detail-text {
  font-size: 14px;
  line-height: 1.6 !important;
}
@media screen and (max-width: 768px) {
  .p-plan__detail-text {
    font-size: 12px;
  }
}
.p-series {
  padding-top: 100px;
}

.p-series__content {
}
.p-series__content + .p-series__content {
  margin-top: 100px;
}

.p-series__title-wrapper {
  text-align: center;
}

.p-series__title {
  font-size: 30px;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
  font-weight: 700;
  text-transform: uppercase;
}

.p-series__text {
  font-size: 16px;
  line-height: 1.6 !important;
  margin-top: 16px !important;
}

.p-series__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-series__row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-series__block {
}
@media screen and (max-width: 768px) {
  .p-series__block + .p-series__block {
    margin-top: 40px;
  }
}
.p-series__img {
}
.p-series__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-series__detail {
  padding-top: 16px;
}

.p-series__detail-title {
  font-size: 18px;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
  font-weight: 700;
}

.p-series__detail-title--ja {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}

.p-series__detail-text {
  font-size: 14px;
  line-height: 1.6 !important;
  margin-top: 12px !important;
}
.p-matorazu__ldk {
  margin-top: 48px;
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-matorazu__ldk {
    max-width: 720px;
    margin-left: 143px;
  }
}
.p-matorazu__ldk img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-matorazu__ldkTriple {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-matorazu__ldkTriple {
    max-width: 600px;
    gap: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-matorazu__ldkBlock {
    width: 300px;
  }
}

.p-matorazu__ldkText {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  text-align: center;
  margin-bottom: initial !important;
}

.p-matorazu__ldkArrow {
  width: 5px;
  margin-left: auto;
  margin-right: auto;
}
.p-matorazu__ldkArrow img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-matorazu__ldkBig {
  font-size: 24px;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
  font-weight: 700;
  text-align: center;
}

.p-matorazu__ldkImg {
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.p-matorazu__ldkImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-matorazu__small {
  text-align: right;
  font-size: 10px;
  margin-top: initial !important;
  margin-bottom: initial !important;
  font-weight: 700;
}

.p-matorazu__ldkDetail {
  margin-top: 32px;
  text-align: center;
}

.p-matorazu__ldkDetail-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
  border-bottom: 1px solid #231815;
  padding-bottom: 2px !important;
}

.p-matorazu__ldkDetail-text {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
}
@media screen and (max-width: 768px) {
  .p-matorazu__ldkDetail-text {
    font-size: 12px;
  }
}
.p-contents {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-contents__content {
  text-align: center;
}

.p-contents__title {
  font-size: 28px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
}

.p-contents__title-text {
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
}

.p-contents__title-en {
  font-size: 36px;
  line-height: 1.6 !important;
  font-weight: 400;
  margin-bottom: initial !important;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-contents__title-en {
    font-size: 24px;
    display: block;
  }
}
.p-contents__title-ja {
  font-size: 16px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  display: block;
  margin-top: 8px;
}

.p-contents__img {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-contents__img {
    margin-top: 24px;
  }
}
.p-contents__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-contents__detail {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-contents__detail {
    margin-top: 32px;
    text-align: justify;
  }
}

.p-contents__subtitle {
  font-size: 24px;
  line-height: 2 !important;
  font-weight: 400;
  margin-bottom: initial !important;
}
@media screen and (max-width: 768px) {
  .p-contents__subtitle {
    font-size: 18px;
  }
}

.p-contents__text-wrapper {
  margin-top: 32px;
}

.p-contents__text {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 16px !important;
  margin-bottom: initial !important;
}

.p-contents__small {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}

.p-number {
  padding-top: 100px;
  background: #efe9e1;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-number {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.p-number__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 32px;
  border-bottom: 3px double #231815;
}
@media screen and (max-width: 768px) {
  .p-number__title {
    border-top: 3px double #231815;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.p-number__num {
  font-size: 32px;
  line-height: 1.6 !important;
  font-weight: 700;
}

.p-number__mainTitle {
  font-size: 24px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-number__mainTitle {
    margin-top: 12px;
  }
}

.p-number__subTitle {
  font-size: 16px;
  line-height: 1.6 !important;
  font-weight: 700;
}

.p-number__shape {
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-number__shape {
    padding-top: 16px;
  }
}

.p-number__shapeTitle {
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 700;
  padding-right: 56px;
  border-bottom: 1px solid #231815;
  padding-bottom: 12px;
  margin-bottom: initial !important;
}
@media screen and (max-width: 768px) {
  .p-number__shapeTitle {
    padding-right: initial;
  }
}

.p-number__shapeText {
  font-size: 14px;
  line-height: 2 !important;
  padding-top: 16px !important;
}

.p-number__lifePlan-wrapper {
  text-align: center;
}

.p-number__lifePlan {
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-number__lifePlan {
    font-size: 16px;
  }
}

.p-number__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-number__lists {
    grid-template-columns: 1fr;
  }
}

.p-number__list {
}

.p-number__listTop {
  line-height: 1.6 !important;
  font-size: 14px;
  text-align: center;
}

.p-number__listImg {
}
.p-number__listImg--center {
  max-width: 277px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-number__listText {
  line-height: 1.6 !important;
  font-size: 14px;
  margin-top: 16px !important;
}
.p-number__case {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-number__case {
    margin-top: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-number__caseImg {
    width: 600px;
  }
}
.p-number__caseImg + .p-number__caseImg {
  margin-top: 32px;
}
.p-number__caseImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-number__question {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-number__question {
    grid-template-columns: 1fr;
  }
}

.p-number__questionRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-number__questionRow {
    gap: 24px;
  }
}

.p-number__question-title {
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  padding-left: 20px;
  border-left: 1px solid #231815;
  padding-right: 12px;
  border-top: 1px solid #231815;
  height: 100%;
  display: flex;
  align-items: center;
}

.p-number__questionDetail {
  font-size: 14px;
  line-height: 2 !important;
}

.p-number__question-subtitle {
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
}
@media screen and (max-width: 768px) {
  .p-number__question-subtitle {
    font-size: 16px;
  }
}

.p-number__questionText {
  font-size: 14px;
  line-height: 1.6 !important;
  margin-top: 16px !important;
}

.p-number__total {
  border: 1px solid #231815;
  padding: 32px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-number__total {
    padding: 16px;
    flex-direction: column;
  }
}

.p-number__totalEn {
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  padding-right: 40px;
  border-right: 1px solid #231815;
}
@media screen and (max-width: 768px) {
  .p-number__totalEn {
    padding-right: initial;
    border-right: initial;
    padding-bottom: 8px;
    border-bottom: 1px solid #231815;
  }
}

.p-number__totalText {
  font-size: 14px;
  line-height: 2 !important;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .p-number__totalText {
    padding-left: initial;
    padding-top: 8px;
  }
}

.p-number__groupRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-number__groupRow {
    flex-direction: column;
    gap: 32px;
  }
}
.p-number__groupLeft {
  max-width: 600px;
  width: 100%;
}

.p-number__groupLeft-title {
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 700;
  border-bottom: 1px solid #231815;
  padding-bottom: 8px !important;
  margin-bottom: initial !important;
}

.p-number__groupLeft-text {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 16px !important;
}

.p-number__groupIcons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.p-number__groupIcon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-number__answer {
  padding-top: 64px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-number__answer {
    padding-top: 48px;
  }
}
.p-number__button {
  margin-left: auto;
  margin-right: auto;
  width: 48px;
  height: 48px;
  margin-top: 32px;
  cursor: pointer;
  border-radius: 9999px;
  border: 1px solid #231815;
  position: relative;
}

.p-number__buttonLine {
  width: 16px;
  height: 1px;
  background: #231815;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-number__buttonLine:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s ease-in-out;
}
.p-number__buttonLine.active {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-number__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-number__cards {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-number__card {
  background: #fff;
  padding: 16px;
}

.p-number__cardTitle {
  background: #efe9e2;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
}

.p-number__cardText {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 16px !important;
}

.p-number__station {
  margin-top: 32px;
  border: 2px solid #231815;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .p-number__station {
    padding: 16px;
  }
}

.p-number__stationTitle-wrapper {
}

.p-number__stationTitle {
  font-size: 24px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
}

.p-number__stationText {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 16px !important;
}

.p-number__stationRow {
  display: flex;
  gap: 32px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-number__stationRow {
    flex-direction: column;
  }
}

.p-number__stationBlock {
  width: 100%;
}
.p-number__stationBlock-box + .p-number__stationBlock-box {
  margin-top: 40px;
}
.p-number__stationBlock-sub {
  font-size: 14px;
  line-height: 2 !important;
  margin-bottom: initial !important;
}

.p-number__stationBlock-main {
  font-size: 18px;
  line-height: 2 !important;
  margin-top: initial !important;
  margin-bottom: initial !important;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-number__stationBlock-main {
    font-size: 16px;
  }
}

.p-number__stationSmall {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 16px !important;
  margin-bottom: initial !important;
}

.p-number__stationImg {
  margin-top: 32px;
}
.p-number__stationImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-number__ranking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-number__ranking {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.p-number__ranking-list {
}

.p-number__ranking-title {
  margin-bottom: initial !important;
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #231815;
  padding-bottom: 8px !important;
}

.p-number__ranking-sub {
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 400;
  text-align: center;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #231815;
  margin-bottom: initial !important;
}

.p-number__ranking-text {
  font-size: 14px;
  line-height: 1.6 !important;
  margin-top: 16px !important;
  margin-bottom: initial !important;
}

.p-number__ranking-img {
  margin-top: 16px;
}
.p-number__ranking-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-number__ranking-attention {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}
.p-number__ranking-img-4 {
  max-width: 396px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-number__ranking-graph {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}
.p-sustainable {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-sustainable {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.p-sustainable__content {
}

.p-sustainable__title-wrapper {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sustainable__title-wrapper {
    text-align: left;
  }
}

.p-sustainable__title {
  font-size: 28px;
  line-height: 2 !important;
}
@media screen and (max-width: 768px) {
  .p-sustainable__title {
    font-size: 20px;
  }
}

.p-sustainable__text-wrapper {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sustainable__text-wrapper {
    text-align: left;
  }
}

.p-sustainable__text {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 16px !important;
  margin-bottom: initial !important;
}
@media screen and (max-width: 768px) {
  .p-sustainable__text {
    text-align: justify;
  }
}
.p-sustainable__detail {
  margin-top: 80px;
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .p-sustainable__detail {
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
}

.p-sustainable__img {
  max-width: 430px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-sustainable__img {
    max-width: initial;
  }
}
.p-sustainable__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-sustainable__block {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-sustainable__block {
    width: 100%;
  }
}

.p-sustainable__blockTitle {
  color: #00a040;
  font-size: 24px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
}

.p-sustainable__blockJa {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}

.p-sustainable__blockSubtitle {
  font-size: 16px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}
@media screen and (max-width: 768px) {
  .p-sustainable__blockSubtitle {
    font-size: 14px;
  }
}

.p-sustainable__icon {
  max-width: 100px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-sustainable__icon {
    max-width: 72px;
  }
}
.p-sustainable__icon img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-sustainable__next {
  margin-top: 56px;
  margin-bottom: initial !important;
  font-size: 14px;
  line-height: 1.6 !important;
}

.p-sustainable__nextTitle {
  font-size: 18px;
  line-height: 2 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-sustainable__nextTitle {
    font-size: 16px;
    text-align: justify;
  }
}

.p-sustainable__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-sustainable__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-sustainable__card {
  background: #efe9e2;
  text-align: center;
  padding: 12px;
}

.p-sustainable__cardEn {
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
}

.p-sustainable__cardTitle {
  font-size: 24px;
  line-height: 1.6 !important;
  font-weight: 400;
  margin-bottom: initial !important;
  letter-spacing: 0.1em;
  margin-top: 8px !important;
}

.p-sustainable__cardText {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}
.p-sustainable__block-row {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-sustainable__block-row {
    gap: 16px;
  }
}
.p-brand--residence {
  background: #3e3a39 !important;
}
.colorWhite {
  color: #fff !important;
}
.p-brand__logo-wrapper {
  text-align: center;
  margin-bottom: 64px;
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-brand__logo-wrapper {
    margin-bottom: 32px;
    max-width: 250px;
  }
}
.p-brand__logo-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.p-brand__stance-img {
}
.p-brand__stance-img + .p-brand__stance-img {
  margin-top: 20px;
}
.p-brand__stance-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-brand__stance-textWrapper {
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-brand__stance-textWrapper {
    text-align: justify;
    margin-top: 40px;
  }
}
.p-brand__stance-textWrapper--second {
  text-align: left;
}
.p-brand__stance-text {
  font-size: 16px;
  line-height: 2 !important;
  margin-top: 16px !important;
  margin-bottom: initial !important;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-brand__stance-text {
    font-size: 14px;
  }
}
.p-brand__stance-text + .p-brand__stance-text {
  margin-top: 16px;
}
.p-brand__row {
  display: flex;
  gap: 134px;
}
@media screen and (max-width: 768px) {
  .p-brand__row {
    flex-direction: column;
    gap: 40px;
  }
}
.p-brand__left {
  width: calc(50% - 8px);
}
@media screen and (max-width: 768px) {
  .p-brand__left {
    width: 100%;
  }
}

.p-brand__img-row {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.p-brand__smallImg {
}
.p-brand__smallImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-brand__right {
}

.p-type {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #3e3a39;
}
@media screen and (max-width: 768px) {
  .p-type {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.p-type__content {
}
.p-type__content + .p-type__content {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .p-type__content + .p-type__content {
    margin-top: 80px;
  }
}
.p-type__row {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-type__row {
    flex-direction: column;
    gap: 32px;
  }
}
.p-type__title-wrapper {
  max-width: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-type__title-wrapper {
    max-width: initial;
  }
}
.p-type__title-wrapper img {
  max-width: 120px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}
.p-type__title-wrapper--wide img {
  max-width: 150px;
}
.p-type__text-wrapper {
}

.p-type__text {
  color: #fff;
  font-size: 14px;
  line-height: 1.6 !important;
  margin-top: initial !important;
  margin-bottom: initial !important;
}

.p-type__first {
  display: flex;
  gap: 40px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-type__first {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }
}
.p-type__first--second {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-type__first--second {
    grid-template-columns: 1fr;
  }
}
.p-type__first--third {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-type__first--third {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-type__img-first {
}
.p-type__img-first img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}
.p-type__img {
}
.p-type__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}
.p-type__caption {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 4px !important;
  margin-bottom: initial !important;
  color: #fff;
}
.p-type__double {
}

.p-type__double-img {
}
.p-type__double-img + .p-type__double-img {
  margin-top: 40px;
}
.p-type__double-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}
.p-premium {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #efe9e2;
}
@media screen and (max-width: 768px) {
  .p-premium {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.p-premium__content {
  display: flex;
  gap: 64px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-premium__content {
    flex-direction: column;
    gap: 32px;
  }
}

.p-premium__title-wrapper {
}

.p-premium__title {
  width: 240px;
}
.p-premium__title img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-premium__detail {
}

.p-premium__detail-title {
  font-size: 24px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-top: initial !important;
}
@media screen and (max-width: 768px) {
  .p-premium__detail-title {
    font-size: 20px;
  }
}

.p-premium__detail-text {
  font-size: 14px;
  line-height: 1.6 !important;
  margin-top: 16px !important;
  margin-bottom: initial !important;
}

.p-premium__gallery {
  margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .p-premium__gallery {
    margin-top: 40px;
  }
}

.p-premium__gallery-img {
}
.p-premium__gallery-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-premium__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-premium__row {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }
}

.p-premium__block {
}

.p-premium__gallery-title {
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-top: 16px !important;
}
@media screen and (max-width: 768px) {
  .p-premium__gallery-title {
    font-size: 18px;
  }
}

.p-premium__gallery-text {
  font-size: 14px;
  line-height: 1.6 !important;
  margin-top: 8px !important;
  margin-bottom: initial !important;
}
.p-promise {
  background: #001c3d;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-promise {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.p-promise__content {
}
@media screen and (max-width: 768px) {
  .p-promise__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-promise__title-wrapper {
  text-align: center;
}

.p-promise__title {
  font-size: 24px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-top: initial !important;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-promise__title {
    font-size: 20px;
  }
}

.p-promise__img {
  width: 300px;
  margin-top: 30px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-promise__img {
    width: 200px;
  }
}
.p-promise__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-promise__sub {
  font-size: 24px;
  line-height: 2 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-top: 72px !important;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-promise__sub {
    text-align: left;
    font-size: 18px;
    margin-top: 40px !important;
  }
}

.p-promise__text-wrapper {
  margin-top: 48px;
  text-align: center;
}

.p-promise__text {
  font-size: 14px;
  margin-top: 16px !important;
  margin-bottom: initial !important;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-promise__text {
    text-align: left;
  }
}

.p-promise__subText {
  font-size: 12px;
  line-height: 1.6 !important;
  margin-top: 60px !important;
  margin-bottom: initial !important;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-promise__subText {
    text-align: left;
    margin-top: 24px !important;
  }
}
.p-promise__scroll-wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.p-promise__scroll {
  margin-top: 40px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding-left: 30px;
  padding-right: 30px;
  background: #333;
  padding-top: 48px;
  padding-bottom: 48px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-promise__scroll {
    margin-left: initial;
    margin-right: initial;
    width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.p-promise__scroll--year {
  padding-left: initial;
  padding-right: initial;
  background: initial;
  padding-top: initial;
  padding-bottom: initial;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
}
.p-promise__scroll--year--uDesktop {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-promise__scroll--year--uDesktop {
    display: none;
  }
}
.p-promise__scroll img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}
@media screen and (max-width: 768px) {
  .p-promise__scroll {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-land {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-land {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-land--blue {
  background: #001c3d;
}
.p-land--white {
  background: #fff;
}
.p-land__content--white {
  background: #fff;
}
.p-land__title-wrapper {
  text-align: center;
}

.p-land__title-logo {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-land__title-logo {
    width: 180px;
  }
}

.p-land__title-logo img,
.p-land__mainLogo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-land__topEn-wrapper {
  margin-top: 88px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-land__topEn-wrapper {
    margin-top: 48px;
  }
}

.p-land__topEn {
  color: #fff;
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-top: initial !important;
}
.p-land__top {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-land__top {
    max-width: 250px;
    gap: 16px;
  }
}

.p-land__na {
  font-size: 32px;
  line-height: 1 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-top: initial !important;
  color: #030336;
}
@media screen and (max-width: 768px) {
  .p-land__na {
    font-size: 24px;
  }
}

.p-land__well {
  font-size: 32px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-top: 16px !important;
  color: #030336;
}
@media screen and (max-width: 768px) {
  .p-land__well {
    font-size: 24px;
  }
}

.p-land__img {
  margin-top: 64px;
}
.p-land__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-land__topText-wrapper {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-land__topText-wrapper {
    margin-top: 40px;
  }
}

.p-land__topText {
  color: #fff;
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-top: initial !important;
}
@media screen and (max-width: 768px) {
  .p-land__topText {
    font-size: 16px;
  }
}

.p-land__text-wrapper {
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-land__text-wrapper {
    margin-top: 24px;
    text-align: left;
  }
}

.p-land__text {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 16px !important;
  margin-bottom: initial !important;
  color: #fff;
}
.p-land__text--blue {
  color: #030336;
}
.p-story {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-story {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.p-story__content {
}

.p-story__title-wrapper {
  text-align: center;
  background: #f0ece8;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .p-story__title-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-story__title {
  font-size: 24px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-top: initial !important;
}
@media screen and (max-width: 768px) {
  .p-story__title {
    font-size: 20px;
  }
}

.p-story__topText-wrapper {
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-story__topText-wrapper {
    margin-top: 16px;
    text-align: left;
  }
}

.p-story__topText {
  font-size: 14px;
  line-height: 2 !important;
  margin-bottom: initial !important;
  margin-top: initial !important;
}

.p-story__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-story__cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
}

.p-story__card {
}

.p-story__img {
  margin-top: 8px;
}
.p-story__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-story__detail {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-story__detail {
    margin-top: 16px;
  }
}

.p-story__detailText {
  font-size: 11px;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
  margin-top: initial !important;
}

.p-story__detailTitle {
  font-size: 20px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-top: initial !important;
}
@media screen and (max-width: 768px) {
  .p-story__detailTitle {
    font-size: 18px;
  }
}

.p-story__detailText--big {
  font-size: 16px;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
  margin-top: initial !important;
}
.mt12 {
  margin-top: 12px !important;
}
.p-story__detailText--bold {
  font-weight: 700;
}
.p-company {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-company {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.p-company__content {
}

.p-company__title-wrapper {
  text-align: center;
}

.p-company__title {
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-top: initial !important;
}

.p-company__text-wrapper {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-company__text-wrapper {
    margin-top: 40px;
    text-align: left;
  }
}

.p-company__subTitle {
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 700;
  margin-bottom: initial !important;
  margin-top: initial !important;
}

.p-company__text {
  font-size: 14px;
  line-height: 2 !important;
  margin-top: 24px !important;
  margin-bottom: initial !important;
}

.p-company__img-wrapper {
  text-align: center;
  margin-top: 32px;
}

.p-company__img-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6 !important;
  margin-bottom: initial !important;
  margin-top: initial !important;
}

.p-company__img {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-company__img {
    max-width: 250px;
    width: 100%;
  }
}

.p-company__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}
.p-live {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-live {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.p-live__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-live__content {
    flex-direction: column;
    gap: 40px;
  }
}
.p-live__img {
  max-width: 200px;
  width: 100%;
}
.p-live__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-live__detail {
}

.p-live__text {
  font-size: 16px;
  line-height: 2 !important;
  margin-top: 16px !important;
  margin-bottom: initial !important;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-live__text {
    margin-top: 12px !important;
    text-align: center;
  }
}
.p-story__seven {
  margin-top: 64px;
}

.p-seven {
}

.p-seven__top {
}

.p-seven__title-wrapper {
  text-align: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-seven__title-wrapper {
    max-width: 200px;
  }
}
.p-seven__title-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-seven__logo2 {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.p-seven__logo2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}
@media screen and (max-width: 768px) {
  .p-seven__logo2 {
    max-width: 200px;
  }
}
.p-seven__topText-wrapper {
}

.p-seven__topText {
  font-size: 16px;
  line-height: 2 !important;
  margin-bottom: initial !important;
  margin-top: initial !important;
}
.p-seven__topText--bold {
  font-weight: 700;
}
.p-seven__topText--bold span {
  font-size: 28px;
}
.p-seven__topBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-seven__topBox {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
.p-seven__btn {
  font-size: 16px;
  line-height: 1 !important;
  font-weight: 700;
  background: transparent;
  border: 1px solid #000;
  display: inline-block;
  padding: 24px 12px;
  color: #4c4948;
  border: 1px solid #4c4948;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.p-seven__btn:hover {
  background: #4c4948;
  color: #fff;
  opacity: 1 !important;
}
.p-seven__mainImg-wrapper {
  margin-top: 64px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-seven__mainImg-wrapper {
    flex-direction: column;
    margin-top: 40px;
    gap: 24px;
  }
}
.p-seven__mainImg {
  width: 98%;
}
@media screen and (max-width: 768px) {
  .p-seven__mainImg {
    width: 100%;
  }
}
.p-seven__mainImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-seven__double {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-seven__double {
    gap: 24px;
  }
}

.p-seven__doubleImg {
}
.p-seven__doubleImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-seven__row {
  margin-top: 56px;
  display: flex;
  width: 100%;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-seven__row {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
}

.p-seven__rowImg {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-seven__rowImg {
    width: 100%;
  }
}
.p-seven__rowImg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}

.p-seven__rowText {
  font-size: 20px;
  line-height: 2 !important;
  margin-bottom: initial !important;
  margin-top: initial !important;
}
@media screen and (max-width: 768px) {
  .p-seven__rowText {
    font-size: 18px;
  }
}

.p-seven__rowText-sub {
  font-size: 14px;
  line-height: 2 !important;
  margin-bottom: initial !important;
  margin-top: 24px !important;
}

.p-seven__bottom {
  margin-top: 56px;
  padding: 30px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .p-seven__bottom {
    flex-direction: column-reverse;
    gap: 24px;
    margin-top: 36px;
    padding-top: 36px;
  }
}
.p-seven__detail {
}

.p-seven__detailTitle {
  font-size: 20px;
  line-height: 2 !important;
  margin-bottom: initial !important;
  margin-top: initial !important;
  font-weight: 700;
}

.p-seven__detailText {
  font-size: 14px;
  line-height: 2 !important;
  margin-bottom: initial !important;
  margin-top: 24px !important;
}
.p-seven__bottomLogo-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-seven__bottomLogo-wrapper {
    flex-direction: column;
    gap: 12px;
  }
}
.p-seven__bottomLogo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-seven__bottomLogo {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-seven__bottomLogo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  margin-top: initial !important;
}
