@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  width: 100%;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  contain: paint;
}
@media screen and (max-width: 767px) {
  body {
    contain: none;
    overflow-x: hidden;
  }
}

a {
  text-decoration: none;
  transition: 0.3s all;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.inner {
  max-width: 67.5rem;
  width: 100%;
  padding-inline: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 1.875rem;
  }
}

.heroInner {
  max-width: 1260px;
}

.secTitle {
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  margin-top: 1.5rem;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .secTitle {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}
.secTitle::before {
  display: block;
  position: absolute;
  left: 0;
  top: -1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1A462C;
}
@media screen and (max-width: 767px) {
  .secTitle::before {
    font-size: 0.875rem;
  }
}
.secTitle::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: -1rem;
  right: 0;
  background-color: #1A462C;
}

.secTitle--about::before {
  content: "About Us";
}
.secTitle--about::after {
  width: 8.0625rem;
}
@media screen and (max-width: 767px) {
  .secTitle--about::after {
    width: 5.5625rem;
  }
}

.secTitle--sustaina::before {
  content: "Sustainability";
  color: #fff;
}
.secTitle--sustaina::after {
  width: 13.6875rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .secTitle--sustaina::after {
    width: 8.375rem;
    right: 1.1875rem;
  }
}

.home .secTitle--service {
  color: #fff;
}
.home .secTitle--service::before {
  content: "Service";
  color: #fff;
}
.home .secTitle--service::after {
  width: 3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .home .secTitle--service::after {
    width: 1.75rem;
  }
}

.secTitle--carboncredit {
  color: #fff;
}
.secTitle--carboncredit::before {
  content: "Carbon Credits";
  color: #fff;
}
.secTitle--carboncredit::after {
  width: 15rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .secTitle--carboncredit::after {
    width: 10.5rem;
  }
}

.secTitle--x::before {
  content: "SNS";
}
.secTitle--x::after {
  width: 34.6875rem;
  right: -17.5rem;
}
@media screen and (max-width: 767px) {
  .secTitle--x::after {
    width: 11.9375rem;
    right: -1.875rem;
  }
}

.secTitle--news::before {
  content: "NEWS";
}
.secTitle--news::after {
  width: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .secTitle--news::after {
    width: 1.375rem;
  }
}

.whiteButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #1A462C;
  padding-block: 1.1875rem;
  font-weight: 900;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .whiteButton {
    font-size: 0.875rem;
  }
}
.whiteButton.whiteButton--small {
  padding-inline: 2.1875rem;
  width: 11.875rem;
}
@media screen and (max-width: 767px) {
  .whiteButton.whiteButton--small {
    padding-inline: 1.5625rem;
    width: 10.5625rem;
    padding-block: 1rem;
  }
}
.whiteButton.whiteButton--medium {
  padding-inline: 1.6875rem;
  width: 16.875rem;
}
@media screen and (max-width: 767px) {
  .whiteButton.whiteButton--medium {
    padding-inline: 1.5625rem;
    width: 15.25rem;
    padding-block: 1rem;
  }
}
.whiteButton__arrow {
  width: 1.0625rem;
  height: 0.125rem;
  display: block;
  background-color: #1A462C;
  border-radius: 5px;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .whiteButton__arrow {
    width: 0.8125rem;
    margin-right: 0.625rem;
  }
}
.whiteButton__arrow::before {
  content: "";
  position: absolute;
  background-color: #1A462C;
  width: 0.8125rem;
  height: 0.125rem;
  border-radius: 5px;
  transform: rotate(45deg);
  top: -0.25rem;
  right: -0.125rem;
}
@media screen and (max-width: 767px) {
  .whiteButton__arrow::before {
    width: 0.625rem;
    top: -0.1875rem;
  }
}
.whiteButton__arrow::after {
  content: "";
  position: absolute;
  background-color: #1A462C;
  width: 0.8125rem;
  height: 0.125rem;
  border-radius: 5px;
  transform: rotate(-45deg);
  top: 0.25rem;
  right: -0.125rem;
}
@media screen and (max-width: 767px) {
  .whiteButton__arrow::after {
    width: 0.625rem;
    top: 0.1875rem;
  }
}
.whiteButton:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.whiteButton:hover .whiteButton__arrow {
  transform: translateX(1.25rem);
}

.c-intro {
  margin-top: 8rem;
  background-color: #1A462C;
  height: 23.75rem;
}
@media screen and (max-width: 767px) {
  .c-intro {
    margin-top: 5.9375rem;
    height: 28.1875rem;
  }
}
.c-intro .intro__flex {
  display: flex;
  gap: 9.5625rem;
  overflow: visible;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-intro .intro__flex {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.c-intro .intro__flexLeft {
  width: 23.1875rem;
}
@media screen and (max-width: 767px) {
  .c-intro .intro__flexLeft {
    width: 16.5625rem;
  }
}
.c-intro .intro__leftImg {
  width: 100%;
  margin-top: -6.625rem;
}
@media screen and (max-width: 767px) {
  .c-intro .intro__leftImg {
    margin-top: -6rem;
  }
}
.c-intro .intro__leftImg img {
  width: 100%;
  height: 29.4375rem;
}
@media screen and (max-width: 767px) {
  .c-intro .intro__leftImg img {
    height: 11.625rem;
    object-fit: cover;
  }
}
.c-intro .intro__flexRight {
  width: 29.75rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-intro .intro__flexRight {
    padding-left: 2.5rem;
    width: 100%;
  }
}
.c-intro .intro__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-intro .intro__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.c-intro .intro__title::before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  background-color: #fff;
  top: 0.5rem;
  left: -3.125rem;
}
@media screen and (max-width: 767px) {
  .c-intro .intro__title::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.3125rem;
    left: -2.375rem;
  }
}
.c-intro .intro__text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-intro .intro__text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-top: 0.3125rem;
  }
}

.intro__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.intro__title::before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  background-color: #fff;
  top: 0.5rem;
  left: -3.125rem;
}
@media screen and (max-width: 767px) {
  .intro__title::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.3125rem;
    left: -2.375rem;
  }
}

.intro__text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .intro__text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
  }
}

.point {
  margin-top: 3.5rem;
  padding-bottom: 12.75rem;
}
@media screen and (max-width: 767px) {
  .point {
    margin-top: -1.5625rem;
    padding-bottom: 3.75rem;
  }
}

.secTitle--point::before {
  content: "Point";
}
.secTitle--point::after {
  width: 6.1875rem;
}
@media screen and (max-width: 767px) {
  .secTitle--point::after {
    width: 4.3125rem;
  }
}

.point__cardWrapper {
  position: relative;
  margin-top: 2.6875rem;
  margin-left: 2.8125rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .point__cardWrapper {
    flex-direction: column;
    margin-left: 0;
    gap: 0.625rem;
    margin-top: 2.1875rem;
  }
}

.point__card {
  background-color: #1A462C;
  padding: 1.25rem 3.6875rem 0 3.125rem;
  color: #fff;
  width: 20.625rem;
  height: 20rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .point__card {
    width: 100%;
    padding-inline: 2.5rem;
    padding-top: 0.9375rem;
    padding-bottom: 1.875rem;
    height: auto;
  }
}

.point__card2 {
  position: absolute;
  top: 4.75rem;
  left: 18.75rem;
}
@media screen and (max-width: 767px) {
  .point__card2 {
    position: static;
  }
}

.point__card3 {
  position: absolute;
  top: 0;
  left: 37.5rem;
  width: 19.4375rem;
}
@media screen and (max-width: 767px) {
  .point__card3 {
    position: static;
  }
}

.point__cardImg {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .point__cardImg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.point__cardImg img {
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .point__cardImg img {
    width: 1.875rem;
  }
}

.point__cardTitle {
  font-size: 1.375rem;
  font-weight: 900;
  margin-top: 0.9375rem;
  line-height: 1.1818181818;
}
@media screen and (max-width: 767px) {
  .point__cardTitle {
    font-size: 1rem;
    line-height: 1.1875;
  }
}

.point__cardText {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-top: 0.625rem;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .point__cardText {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    line-height: 1.7857142857;
    padding-right: 0;
  }
}

.policy-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .policy-top {
    font-size: 0.875rem;
  }
}

.policy-listWrapper {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .policy-listWrapper {
    font-size: 0.875rem;
  }
}

.policy-listTitle {
  margin-top: 1.25rem;
}
.policy-listTitle:first-child {
  margin-top: 0;
}

.policy-listText {
  margin-top: 0.625rem;
}

.policy-list {
  margin-top: 1.25rem;
  margin: 0.9375rem;
}
.policy-list li {
  position: relative;
  margin-top: 0.3125rem;
}
.policy-list li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #1A462C;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: -0.9375rem;
}

.data-bold {
  font-weight: 700;
}

.cb__circle {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #fff;
  border: 1px solid #1A462C;
  border-radius: 50%;
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cb__circle {
    width: 5rem;
    height: 5rem;
  }
}
.cb__circle:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1A462C;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 0;
  border-radius: 50%;
}
.cb__circle:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.png");
  opacity: 0.1;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
}

.cb-circleNo {
  color: #fff;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-left: -0.1875rem;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cb-circleNo {
    font-size: 2rem;
    line-height: 1.125;
    margin-bottom: 0.625rem;
    margin-left: 0.3125rem;
  }
}
.cb-circleNo::before {
  content: "";
  display: block;
  height: 0.1875rem;
  width: 2.1875rem;
  position: absolute;
  bottom: -0.3125rem;
  left: 0.25rem;
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .cb-circleNo::before {
    width: 1.875rem;
  }
}

.home .hero {
  padding-top: 5rem;
  padding-bottom: 2.1875rem;
  position: relative;
  /*背景アニメ用*/
}
@media screen and (max-width: 767px) {
  .home .hero {
    padding-top: 1.875rem;
    padding-bottom: 0;
  }
}
.home .hero__wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .hero__wrapper {
    width: 19.6875rem;
  }
}
.home .hero__menuIcon {
  position: absolute;
  top: 0.9375rem;
  right: 1.1875rem;
  width: 3rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home .hero__menuIcon {
    top: 0.25rem;
    right: 1.0625rem;
  }
}
.home .hero__contact {
  position: absolute;
  top: 4.75rem;
  right: 1.9375rem;
  writing-mode: vertical-lr;
  font-size: 1.5rem;
  font-weight: 900;
  color: #1A462C;
}
@media screen and (max-width: 767px) {
  .home .hero__contact {
    top: 1rem;
    right: 4.375rem;
    writing-mode: horizontal-tb;
    font-size: 1.25rem;
    font-weight: 700;
  }
}
.home .hero__logo {
  position: absolute;
  bottom: 0.9375rem;
  left: 1.125rem;
  width: 3.875rem;
}
@media screen and (max-width: 767px) {
  .home .hero__logo {
    bottom: 0.375rem;
    left: 0.5625rem;
  }
}
.home .top-video-pc {
  width: 100%;
  height: auto;
  clip-path: url(#clip-pc);
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home .top-video-pc {
    display: none;
  }
}
.home .pc-svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .pc-svg {
    display: none;
  }
}
.home .top-video-sp {
  display: none;
  width: 100%;
  height: auto;
  clip-path: url(#clip-sp);
  object-fit: cover;
  aspect-ratio: 315/552;
}
@media screen and (max-width: 767px) {
  .home .top-video-sp {
    display: block;
  }
}
.home .sp-svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page .hero,
.archive .hero,
.single .hero {
  padding-top: 2.8125rem;
  padding-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .page .hero,
  .archive .hero,
  .single .hero {
    padding-top: 1.875rem;
    padding-bottom: 0;
  }
}
.page .page__hero__inner,
.archive .page__hero__inner,
.single .page__hero__inner {
  max-width: 87.5rem;
}
.page .hero__wrapper,
.archive .hero__wrapper,
.single .hero__wrapper {
  position: relative;
}
.page .hero-copy,
.archive .hero-copy,
.single .hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #fff;
  z-index: 1;
  white-space: nowrap;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .page .hero-copy,
  .archive .hero-copy,
  .single .hero-copy {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: normal;
  }
}
.page .hero-copy.about__hero-copy,
.archive .hero-copy.about__hero-copy,
.single .hero-copy.about__hero-copy {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page .hero-copy.about__hero-copy,
  .archive .hero-copy.about__hero-copy,
  .single .hero-copy.about__hero-copy {
    font-size: 2rem;
    line-height: 1.1875;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}
.page .hero__menuIcon,
.archive .hero__menuIcon,
.single .hero__menuIcon {
  position: absolute;
  top: 0.25rem;
  right: 2.1875rem;
  width: 2.5rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page .hero__menuIcon,
  .archive .hero__menuIcon,
  .single .hero__menuIcon {
    width: 3rem;
    top: 0.25rem;
    right: 0.4375rem;
  }
}
.page .hero__contact,
.archive .hero__contact,
.single .hero__contact {
  display: block;
  position: absolute;
  top: 3.5625rem;
  right: 2.6875rem;
  writing-mode: vertical-lr;
  color: #1A462C;
  font-size: 1.5rem;
  line-height: 1.0833333333;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .page .hero__contact,
  .archive .hero__contact,
  .single .hero__contact {
    top: 1rem;
    right: 3.875rem;
    writing-mode: horizontal-tb;
    letter-spacing: normal;
    line-height: 1.2;
    font-size: 1.25rem;
  }
}
.page .hero__logo,
.archive .hero__logo,
.single .hero__logo {
  position: absolute;
  bottom: 1.375rem;
  left: 1.6875rem;
  width: 3.875rem;
}
@media screen and (max-width: 767px) {
  .page .hero__logo,
  .archive .hero__logo,
  .single .hero__logo {
    width: 3.8125rem;
    bottom: 0.5rem;
    left: 0.6875rem;
  }
}
.page .black-img,
.archive .black-img,
.single .black-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

body {
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  opacity: 0.15;
  z-index: -1;
}

.modalNav {
  width: 100%;
  height: 53.75rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-y: scroll;
  overflow-x: hidden;
}
.modalNav::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #fff;
}
.modalNav.open {
  display: block;
}
@media screen and (max-width: 767px) {
  .modalNav {
    height: 76.6875rem;
    padding-bottom: 1.875rem;
  }
}

.modalNav__bg {
  position: absolute;
  background-image: url("../img/bg.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}

.modalNav__body {
  width: 73.75rem;
  aspect-ratio: 1180/667;
  background-image: url("../img/modal-nav-bg.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 5rem;
  margin-bottom: 7.0625rem;
}
@media screen and (max-width: 767px) {
  .modalNav__body {
    width: 23.4375rem;
    height: 72.9375rem;
    background-image: url("../img/modal-nav-bg-sp.png");
    margin-top: 1.875rem;
    margin-bottom: 0;
  }
}

.modalNav__logo {
  position: absolute;
  width: 3.875rem;
  aspect-ratio: 1/1;
  bottom: 0.9375rem;
  left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .modalNav__logo {
    bottom: 0.3125rem;
    left: 2.3125rem;
    width: 3.25rem;
  }
}

.modalNav__buttonArea {
  position: absolute;
  display: block;
  width: 3.875rem;
  height: 3.875rem;
  top: 1rem;
  right: 0.3125rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modalNav__buttonArea {
    width: 1.5625rem;
    height: 1.5625rem;
    top: 0.9375rem;
    right: 2.5rem;
  }
}

.modalNav__closeButton {
  position: relative;
  width: 100%;
  height: 100%;
}
.modalNav__closeButton::before, .modalNav__closeButton::after {
  content: "";
  width: 3.0625rem;
  height: 2px;
  display: block;
  position: absolute;
  top: 2.0625rem;
  left: 0;
  background-color: #1A462C;
}
@media screen and (max-width: 767px) {
  .modalNav__closeButton::before, .modalNav__closeButton::after {
    width: 2.1875rem;
    top: 0.6875rem;
    left: -0.3125rem;
  }
}
.modalNav__closeButton::before {
  transform: rotate(45deg);
}
.modalNav__closeButton::after {
  content: "";
  transform: rotate(-45deg);
}

.modalNav__flexBox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 5.8125rem;
  padding-left: 13.1875rem;
  padding-bottom: 5.8125rem;
  width: 100%;
  height: 100%;
  column-gap: 7.9375rem;
  padding-right: 13.25rem;
}
@media screen and (max-width: 767px) {
  .modalNav__flexBox {
    padding-left: 2.3125rem;
    padding-top: 5rem;
    padding-bottom: 6.1875rem;
    padding-right: 0;
    column-gap: 0;
  }
}

.modalNav__flexItem {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .modalNav__flexItem {
    margin-bottom: 3.75rem;
  }
}
.modalNav__flexItem:nth-child(4) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .modalNav__flexItem:nth-child(4) {
    margin-bottom: 3.75rem;
  }
}
.modalNav__flexItem:nth-child(5) {
  margin-bottom: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .modalNav__flexItem:nth-child(5) {
    margin-bottom: 3.75rem;
  }
}
.modalNav__flexItem:last-child {
  margin-bottom: 0;
}

.modalNav__menuTitle {
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
  line-height: 1.2;
  color: #1A462C;
}
.modalNav__menuTitle::before {
  content: "";
  width: 18.75rem;
  height: 1px;
  display: block;
  background-color: #1A462C;
  opacity: 0.5;
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
}

.modalNav__menuList {
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  padding-left: 0.9375rem;
  display: block;
  line-height: 1.1875;
  position: relative;
}
.modalNav__menuList:first-of-type {
  margin-top: 1.875rem;
}
.modalNav__menuList:nth-of-type(2) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .modalNav__menuList:nth-of-type(2) {
    margin-top: 2.1875rem;
  }
}
.modalNav__menuList::before {
  content: "";
  width: 0.625rem;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.modalNav .shape img {
  position: absolute;
  z-index: 3;
}
.modalNav .shape img.red-200 {
  top: 1.4375rem;
  left: 3rem;
  width: 12.5rem;
  height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .modalNav .shape img.red-200 {
    width: 6.25rem;
    height: 6.25rem;
    left: 2.3125rem;
    top: -1.25rem;
  }
}
.modalNav .shape img.green-400 {
  top: 25.875rem;
  right: -7.125rem;
  width: 25rem;
  height: 25rem;
}
@media screen and (max-width: 767px) {
  .modalNav .shape img.green-400 {
    width: 6.25rem;
    height: 6.25rem;
    top: 57.9375rem;
    right: -1.6875rem;
  }
}

.header {
  height: 5rem;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}

.header_inner {
  height: inherit;
  max-width: 1244px;
}

.home .header_inner {
  max-width: 1260px;
}

.page .header_inner {
  max-width: 77.75rem;
}

nav {
  height: inherit;
}

.header__menuList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 0.9375rem;
  height: inherit;
}
.header__menuList li {
  height: inherit;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
}
.header__menuList li:first-child, .header__menuList li:last-child {
  padding-right: 1rem;
}
.header__menuList li:hover {
  color: #1A462C;
}
.header__menuList li a {
  height: inherit;
  display: flex;
  align-items: center;
  color: #000;
}
.header__menuList li a:hover {
  color: #1A462C;
}

.has-submenu {
  position: relative;
}
.has-submenu span {
  display: block;
}
.has-submenu::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 2.3125rem;
  right: 0.375rem;
  transform: rotate(45deg) translateY(-50%);
}

.submenu-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.submenu-item {
  display: none;
  border-radius: 5px;
  overflow: hidden;
  background-color: #1A462C;
}

.submenu-title {
  font-weight: 700;
  color: #fff;
  padding: 15px 0 15px 20px;
  width: 22.0625rem;
  display: block;
}

.submenu-list {
  padding-top: 2.5rem;
  padding-left: 3.4375rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.submenu-list::before {
  content: "";
  width: 22.0625rem;
  height: 8.625rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
}
.submenu-list li {
  position: relative;
}
.submenu-list li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.625rem;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: -0.9375rem;
}
.submenu-list li:last-child {
  margin-top: 1.25rem;
}
.submenu-list a {
  color: #000;
}

.submenu-item-document {
  position: absolute;
  top: 0;
  right: 0;
}

.footer__top {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__top {
    flex-direction: column;
  }
}

.footer__topItem {
  width: 50%;
  aspect-ratio: 720/367;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 3.125rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__topItem {
    width: 100%;
    aspect-ratio: 375/248;
    padding-top: 2.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.footer__topItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.footer__topItem.footer__topLeft {
  background-image: url("../img/footer/footer-seminer.jpg");
}

.footer__arrowBox {
  position: absolute;
  width: 3.25rem;
  aspect-ratio: 52/53;
  background-color: #fff;
  border-radius: 50%;
  bottom: 3.125rem;
  right: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__arrowBox {
    width: 1.875rem;
    aspect-ratio: 1/1;
    bottom: 2.5625rem;
    right: 1.875rem;
  }
}

.footer__arrow {
  width: 1.5625rem;
  height: 0.1875rem;
  background-color: #1A462C;
  border-radius: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__arrow {
    width: 0.875rem;
    height: 0.125rem;
  }
}
.footer__arrow::before, .footer__arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.125rem;
  height: 0.1875rem;
  background-color: #1A462C;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .footer__arrow::before, .footer__arrow::after {
    width: 0.4375rem;
    height: 0.125rem;
  }
}
.footer__arrow::before {
  transform: rotate(-45deg);
  top: 0.375rem;
  right: -0.125rem;
}
@media screen and (max-width: 767px) {
  .footer__arrow::before {
    top: 0.1875rem;
    right: 0;
  }
}
.footer__arrow::after {
  transform: rotate(45deg);
  top: -0.375rem;
  right: -0.125rem;
}
@media screen and (max-width: 767px) {
  .footer__arrow::after {
    top: -0.1875rem;
    right: 0;
  }
}

.footer__contactBg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.footer__topFlex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.footer__topMenu {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__topMenu {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__topMenu {
    line-height: 1.2;
  }
}

.footer__topItem:hover {
  opacity: 0.7;
}
.footer__topItem:hover .footer__arrowBox {
  transform: translateX(1.25rem);
}

.footer__shape {
  position: absolute;
}

.footer-shape-big {
  width: 18.75rem;
  aspect-ratio: 1/1;
  top: -5.5rem;
  left: 5.8125rem;
}

.footer-shape-mid {
  width: 9.375rem;
  aspect-ratio: 1/1;
  top: 12.1875rem;
  left: 5.8125rem;
}

.footer-shape-small {
  width: 5rem;
  aspect-ratio: 1/1;
  top: 20.25rem;
  left: 12.125rem;
}

.footer-bg-logo {
  width: 34.6875rem;
  aspect-ratio: 555/577;
  bottom: -16.125rem;
  right: 2.25rem;
  opacity: 0.02;
}

.footer__bottom {
  background-color: #1A462C;
  position: relative; /*footer背景画像の基準*/
  aspect-ratio: 1440/468;
  overflow: hidden; /*背景ロゴのはみ出しを見せないように*/
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    aspect-ratio: 375/817;
  }
}

.footer__bottomWrapper {
  display: flex;
  padding-top: 5.625rem;
  gap: 9.375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer__bottomWrapper {
    padding-top: 3.75rem;
    flex-direction: column;
    gap: 3.125rem;
  }
}

.footer__navItem {
  display: flex;
  flex-direction: column;
}
.footer__navItem li {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer__navItem li {
    margin-top: 2.1875rem;
  }
}
.footer__navItem li:first-child {
  margin-top: 0;
}
.footer__navItem li a {
  color: #fff;
  font-weight: 600;
  line-height: 1.1875;
}
.footer__navItem li a:hover {
  opacity: 0.7;
}

.x-icon,
.line-icon {
  position: absolute;
  z-index: 2;
}

.x-icon {
  width: 3rem;
  aspect-ratio: 48/34;
  top: 5.0625rem;
  right: 13.5rem;
}
@media screen and (max-width: 767px) {
  .x-icon {
    top: 3.75rem;
    right: 1.9375rem;
  }
}

.line-icon {
  width: 3rem;
  aspect-ratio: 1/1;
  top: 8.4375rem;
  right: 13.5rem;
}
@media screen and (max-width: 767px) {
  .line-icon {
    top: 8.0625rem;
    right: 1.9375rem;
  }
}

.home .hero .shape img {
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .home .hero .shape img {
    z-index: -1;
  }
}
.home .hero .shape .red-b-200 {
  top: -3.875rem;
  left: 13.9375rem;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .home .hero .shape .red-b-200 {
    top: -4.375rem;
    left: -5.375rem;
  }
}
.home .hero .shape .red-200-all {
  top: 22.25rem;
  left: -5.5625rem;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .home .hero .shape .red-200-all {
    width: 6.25rem;
    top: 23.1875rem;
    left: -1.25rem;
  }
}
.home .hero .shape .green-100-all {
  top: 1.1875rem;
  right: 24.8125rem;
  width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .home .hero .shape .green-100-all {
    top: 8.125rem;
    right: -2.625rem;
  }
}
.home .hero .shape .green-b-400 {
  top: 20.75rem;
  right: -9.875rem;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .home .hero .shape .green-b-400 {
    width: 9.375rem;
    right: -2.625rem;
    top: 29.4375rem;
  }
}
.home .about {
  position: relative;
}
.home .about .shape img {
  position: absolute;
  z-index: 3;
}
.home .about .shape .green-b-300 {
  width: 18.75rem;
  top: 3.375rem;
  left: -7.0625rem;
}
@media screen and (max-width: 767px) {
  .home .about .shape .green-b-300 {
    display: none;
  }
}
.home .about .shape .red-100-all {
  width: 6.25rem;
  top: 15.5625rem;
  left: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .home .about .shape .red-100-all {
    display: none;
  }
}
.home .sustaina {
  position: relative;
}
.home .sustaina .shape img {
  position: absolute;
  z-index: -1;
}
.home .sustaina .shape .white-b-100 {
  width: 6.25rem;
  top: 25.0625rem;
  left: 27.875rem;
}
@media screen and (max-width: 767px) {
  .home .sustaina .shape .white-b-100 {
    top: 36.875rem;
    left: auto;
    right: 0.9375rem;
  }
}
.home .sustaina .shape .white-b-200 {
  width: 12.5rem;
  top: 28.5rem;
  left: 30.625rem;
}
@media screen and (max-width: 767px) {
  .home .sustaina .shape .white-b-200 {
    display: none;
  }
}
.home .x {
  position: relative;
}
.home .x .shape img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .home .x .shape img {
    display: none;
  }
}
.home .x .shape .green-b-400 {
  width: 25rem;
  left: -10.5rem;
  bottom: 2.125rem;
}
.home .x .shape .red-b-150 {
  width: 9.375rem;
  top: 12.5625rem;
  right: 6.375rem;
}
.home .x .shape .red-200 {
  width: 12.5rem;
  bottom: 15.1875rem;
  left: 6.5rem;
}
.home .news {
  position: relative;
}
.home .news .shape img {
  position: absolute;
  z-index: -1;
}
.home .news .shape .green-100 {
  width: 6.25rem;
  top: 26.375rem;
  right: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .home .news .shape .green-100 {
    display: none;
  }
}
.home .news .shape .red-150 {
  width: 9.375rem;
  top: 21.4375rem;
  right: 2.375rem;
}
@media screen and (max-width: 767px) {
  .home .news .shape .red-150 {
    display: none;
  }
}

.page-id-35 .company {
  position: relative;
}
.page-id-35 .company .shape img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-35 .company .shape img {
    display: none;
  }
}
.page-id-35 .company .shape .red-512-part-left {
  width: 20.6875rem;
  position: absolute;
  right: 0;
  top: 3.6875rem;
}
.page-id-35 .company .shape .green-50-part-left {
  width: 2.125rem;
  position: absolute;
  right: 0;
  top: 28.6875rem;
}
.page-id-35 .company .shape .red-100-all {
  width: 6.25rem;
  position: absolute;
  left: 0.4375rem;
  top: 34.375rem;
}
.page-id-35 .company .shape .green-150-all {
  width: 9.375rem;
  position: absolute;
  left: 2.75rem;
  top: 35.9375rem;
}
.page-id-35 .ceo-msg {
  position: relative;
}
.page-id-35 .ceo-msg .shape img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-35 .ceo-msg .shape img {
    display: none;
  }
}
.page-id-35 .ceo-msg .shape .green-100 {
  width: 6.25rem;
  position: absolute;
  right: 4.875rem;
  top: 8.625rem;
}
.page-id-35 .ceo-msg .shape .red-200-part-left {
  width: 8.375rem;
  position: absolute;
  right: 0;
  top: 28.6875rem;
}

.page-id-37 .intro {
  position: relative;
}
.page-id-37 .intro .shape img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-37 .intro .shape img {
    display: none;
  }
}
.page-id-37 .intro .shape .red-450 {
  width: 28.125rem;
  top: 10.375rem;
  right: 0.25rem;
}
.page-id-37 .intro .shape .green-250-all-part-left {
  width: 15.625rem;
  right: -7.0625rem;
  top: 24.5rem;
}
.page-id-37 .charm {
  position: relative;
}
.page-id-37 .charm .shape img {
  position: absolute;
  z-index: -1;
}
.page-id-37 .charm .shape .green-200 {
  width: 12.5rem;
  top: 12.375rem;
  left: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm .shape .green-200 {
    width: 3.125rem;
    top: 16rem;
    left: 0.0625rem;
  }
}
.page-id-37 .charm .shape .green-100 {
  width: 6.25rem;
  top: 23.9375rem;
  left: 5.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm .shape .green-100 {
    top: 19.25rem;
    left: -2.0625rem;
  }
}
.page-id-37 .charm .shape .red-100 {
  width: 6.25rem;
  top: 32.125rem;
  right: 10.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm .shape .red-100 {
    top: 77.25rem;
    right: -1.25rem;
  }
}
.page-id-37 .charm .shape .red-200-part-left {
  width: 9.4375rem;
  bottom: -18.3125rem;
  right: -3.0625rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm .shape .red-200-part-left {
    display: none;
  }
}
.page-id-37 .reason {
  position: relative;
}
.page-id-37 .reason .shape img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason .shape img {
    display: none;
  }
}
.page-id-37 .reason .shape .red-100-all {
  width: 6.25rem;
  top: 2rem;
  right: 4.25rem;
  z-index: 0;
}
.page-id-37 .reason .shape .green-200-all-part-left {
  width: 9.4375rem;
  top: 3.125rem;
  right: 0;
}
.page-id-37 .point {
  position: relative;
}
.page-id-37 .point .shape img {
  position: absolute;
  z-index: -1;
}
.page-id-37 .point .shape .green-100-part-right {
  width: 6.25rem;
  top: 17.1875rem;
  left: -1.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .point .shape .green-100-part-right {
    width: 12.5rem;
    top: 12.375rem;
    left: auto;
    right: -2.5625rem;
  }
}
.page-id-37 .point .shape .red-200 {
  width: 12.5rem;
  top: 20.625rem;
  left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .point .shape .red-200 {
    width: 6.25rem;
    top: 34.8125rem;
    left: -1.5625rem;
  }
}

.page-id-39 .cb {
  position: relative;
}
.page-id-39 .cb .shape img {
  position: absolute;
  z-index: -1;
}
.page-id-39 .cb .shape .red-450 {
  width: 28.125rem;
  top: 1.125rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb .shape .red-450 {
    width: 12.5rem;
    right: -4.8125rem;
    top: 44.625rem;
  }
}
.page-id-39 .cb .shape .green-250-all {
  width: 15.625rem;
  top: 19.375rem;
  right: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb .shape .green-250-all {
    width: 3.125rem;
    top: 57rem;
    right: 2.125rem;
  }
}
.page-id-39 .cb .shape .red-100-all {
  width: 6.25rem;
  top: 32.625rem;
  right: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb .shape .red-100-all {
    display: none;
  }
}

.page-id-41 .point {
  position: relative;
}
.page-id-41 .shape img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-41 .shape img {
    display: none;
  }
}
.page-id-41 .shape .g-b-450 {
  width: 28.125rem;
  top: -7.6875rem;
  right: -11.0625rem;
}
.page-id-41 .shape .r-b-200 {
  width: 12.5rem;
  top: 40.75rem;
  right: -1.9375rem;
}
.page-id-41 .shape .g-b-100 {
  width: 6.25rem;
  top: 52.3125rem;
  right: 4.5rem;
}
.page-id-41 .shape .g-100 {
  width: 6.25rem;
  top: 6.8125rem;
  left: -2.25rem;
}
.page-id-41 .shape .r-200 {
  width: 12.5rem;
  top: 11rem;
  left: 0;
}
.page-id-41 .shape .g-b-100-2 {
  width: 6.25rem;
  top: 22.9375rem;
  left: 0.25rem;
}

.page-id-47 .service {
  position: relative;
}
.page-id-47 .service .shape img {
  position: absolute;
  z-index: -1;
}
.page-id-47 .service .shape .g-b-400 {
  top: -19.1875rem;
  right: -7.5625rem;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service .shape .g-b-400 {
    width: 9.375rem;
    top: -8.5rem;
    right: -2.625rem;
  }
}
.page-id-47 .service .shape .r-b-150 {
  width: 9.375rem;
  top: 5.0625rem;
  right: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service .shape .r-b-150 {
    width: 3.125rem;
    top: 0.125rem;
    right: 4.125rem;
  }
}
.page-id-47 .service .shape .g-100 {
  width: 6.25rem;
  top: 28.25rem;
  left: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service .shape .g-100 {
    display: none;
  }
}
.page-id-47 .service .shape .r-200 {
  width: 12.5rem;
  top: 32.6875rem;
  left: -6.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service .shape .r-200 {
    display: none;
  }
}
.page-id-47 .reason {
  position: relative;
}
.page-id-47 .reason .shape img {
  position: absolute;
  z-index: -1;
}
.page-id-47 .reason .shape .red-b-200 {
  width: 12.5rem;
  top: 5.1875rem;
  right: 33.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .reason .shape .red-b-200 {
    width: 6.25rem;
    top: 10.875rem;
    right: auto;
    left: -1.875rem;
  }
}
.page-id-47 .reason .green-100 {
  width: 6.25rem;
  top: 10.5rem;
  right: 27.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .reason .green-100 {
    display: none;
  }
}

.page-id-45 .hero {
  position: relative;
}
.page-id-45 .hero .shape img {
  position: absolute;
  z-index: 1;
}
.page-id-45 .hero .shape .red-b-200 {
  width: 12.5rem;
  top: -3.875rem;
  left: 14.8125rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .hero .shape .red-b-200 {
    width: 12.5rem;
    top: -4.375rem;
    left: -5.375rem;
  }
}
.page-id-45 .hero .shape .red-200 {
  width: 12.5rem;
  top: 22.25rem;
  left: -4.6875rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .hero .shape .red-200 {
    width: 6.25rem;
    top: 23.1875rem;
    left: -1.25rem;
  }
}
.page-id-45 .hero .shape .green-100 {
  width: 6.25rem;
  top: 1.1875rem;
  right: 23.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .hero .shape .green-100 {
    top: 8.125rem;
    right: -2.625rem;
    width: 6.25rem;
  }
}
.page-id-45 .hero .shape .green-b-400 {
  width: 25rem;
  top: 20.75rem;
  right: -10.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .hero .shape .green-b-400 {
    top: 29.4375rem;
    right: -2.625rem;
    width: 9.375rem;
  }
}
.page-id-45 .intro .shape img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-id-45 .intro .shape img {
    display: none;
  }
}
.page-id-45 .intro .shape .green-b-150 {
  width: 9.375rem;
  top: 8rem;
  right: 9rem;
}
.page-id-45 .intro .shape .green-100 {
  width: 6.25rem;
  bottom: 7.75rem;
  left: 14.8125rem;
}
.page-id-45 .intro .shape .red-200 {
  width: 12.5rem;
  bottom: -2.8125rem;
  left: 5.4375rem;
}
.page-id-45 .partnership {
  position: relative;
}
.page-id-45 .partnership .shape img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership .shape img {
    display: none;
  }
}
.page-id-45 .partnership .shape .red-b-550 {
  width: 34.375rem;
  top: 12.375rem;
  left: -10.6875rem;
}
.page-id-45 .partnership .shape .green-100 {
  width: 6.25rem;
  top: 35.625rem;
  left: 1.1875rem;
}

.page-id-43 .service {
  position: relative;
}
.page-id-43 .service .shape img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-43 .service .shape img {
    display: none;
  }
}
.page-id-43 .service .shape .green-b-150 {
  width: 9.375rem;
  top: 1.5rem;
  right: 9.0625rem;
}
.page-id-43 .service .shape .red-b-100 {
  width: 6.25rem;
  top: 9.6875rem;
  right: 6.25rem;
}
.page-id-43 .cb {
  position: relative;
}
.page-id-43 .cb .shape img {
  position: absolute;
  z-index: -1;
}
.page-id-43 .cb .shape .red-200 {
  width: 12.5rem;
  top: 22.5rem;
  left: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb .shape .red-200 {
    width: 6.25rem;
    top: 44.5625rem;
    left: 1.3125rem;
  }
}
.page-id-43 .cb .shape .green-b-100 {
  width: 6.25rem;
  top: 32.875rem;
  left: 15.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb .shape .green-b-100 {
    width: 3.125rem;
    top: 49.75rem;
    left: 5.3125rem;
  }
}
.page-id-43 .cb .shape .red-100 {
  width: 6.25rem;
  top: 48.125rem;
  right: 13.5625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb .shape .red-100 {
    width: 3.125rem;
    top: 68.375rem;
    right: 3.3125rem;
  }
}
.page-id-43 .cb .shape .red-b-200 {
  width: 12.5rem;
  right: 15.6875rem;
  top: 53.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb .shape .red-b-200 {
    width: 6.25rem;
    top: 70.75rem;
    right: 4.6875rem;
  }
}
.page-id-43 .cb2 {
  position: relative;
}
.page-id-43 .cb2 .shape img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb2 .shape img {
    display: none;
  }
}
.page-id-43 .cb2 .shape .red-b-200 {
  width: 12.5rem;
  left: -4.0625rem;
  top: 14.8125rem;
}
.page-id-43 .cb2 .shape .green-b-200 {
  width: 12.5rem;
  left: 0.9375rem;
  top: 17.5625rem;
}
.page-id-43 .reason {
  position: relative;
}
.page-id-43 .reason .shape img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-43 .reason .shape img {
    display: none;
  }
}
.page-id-43 .reason .shape .red-b-550 {
  width: 34.375rem;
  top: 7.875rem;
  right: -7.25rem;
}
.page-id-43 .reason .shape .green-b-100 {
  width: 6.25rem;
  right: 36rem;
  top: 8.25rem;
}
.page-id-43 .point {
  position: relative;
}
.page-id-43 .point .shape img {
  position: absolute;
  z-index: -1;
}
.page-id-43 .point .shape .red-b-150 {
  width: 9.375rem;
  top: 9.625rem;
  right: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .point .shape .red-b-150 {
    right: auto;
    left: -2.9375rem;
    top: 27.8125rem;
    width: 12.5rem;
  }
}
.page-id-43 .point .shape .red-100 {
  width: 6.25rem;
  right: 13.375rem;
  top: 19.0625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .point .shape .red-100 {
    top: 40.5rem;
    right: 0.3125rem;
    width: 3.125rem;
  }
}
.page-id-43 .vietnam {
  position: relative;
}
.page-id-43 .vietnam .shape img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam .shape img {
    display: none;
  }
}
.page-id-43 .vietnam .shape .green-b-450 {
  width: 28.125rem;
  left: -15.125rem;
  top: 15.375rem;
}
.page-id-43 .vietnam .shape .red-100 {
  width: 6.25rem;
  left: 3.6875rem;
  top: 31rem;
}
.page-id-43 .vietnam .shape .red-100-2 {
  width: 6.25rem;
  right: 4.6875rem;
  top: 69.75rem;
}
.page-id-43 .vietnam .shape .green-100 {
  width: 6.25rem;
  right: 1.0625rem;
  top: 74.25rem;
}

.page-id-51 .company-top {
  position: relative;
}
.page-id-51 .company-top .shape img {
  position: absolute;
  z-index: -1;
}
.page-id-51 .company-top .shape .green-b-550 {
  width: 34.375rem;
  top: 0;
  right: -13.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .shape .green-b-550 {
    width: 6.25rem;
    top: -1.125rem;
    right: -1.8125rem;
  }
}
.page-id-51 .company-top .shape .green-200 {
  width: 12.5rem;
  top: 19rem;
  right: 24.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .shape .green-200 {
    top: 2.25rem;
    right: 4.9375rem;
    width: 5rem;
  }
}
.page-id-51 .company-top .shape .red-b-150 {
  width: 9.375rem;
  top: 26.875rem;
  right: 14.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .shape .red-b-150 {
    top: 5.875rem;
    right: 2.625rem;
    width: 3.125rem;
  }
}
.page-id-51 .company-top .shape .green-b-100 {
  width: 6.25rem;
  left: 2.8125rem;
  top: 65.5625rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .shape .green-b-100 {
    display: none;
  }
}
.page-id-51 .company-top .shape .red-b-150-2 {
  width: 9.375rem;
  left: 4.375rem;
  top: 70.375rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .shape .red-b-150-2 {
    display: none;
  }
}
.page-id-51 .company-top .shape .red-b-150-3 {
  width: 9.375rem;
  right: 10.25rem;
  top: 132.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .shape .red-b-150-3 {
    display: none;
  }
}
.page-id-51 .company-top .shape .green-b-200 {
  width: 12.5rem;
  left: -2.25rem;
  top: 180.375rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .shape .green-b-200 {
    display: none;
  }
}
.page-id-51 .company-bottom {
  position: relative;
}
.page-id-51 .company-bottom .shape img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom .shape img {
    display: none;
  }
}
.page-id-51 .company-bottom .shape .red-b-150 {
  width: 9.375rem;
  top: 92.8125rem;
  left: 20rem;
}
.page-id-51 .company-bottom .shape .green-b-50 {
  width: 3.125rem;
  top: 91rem;
  left: 27.375rem;
}
.page-id-51 .job {
  position: relative;
}
.page-id-51 .job .shape img {
  position: absolute;
  z-index: -1;
}
.page-id-51 .job .shape .red-b-200 {
  width: 12.5rem;
  right: 11.25rem;
  top: 63.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .shape .red-b-200 {
    top: auto;
    bottom: 8.8125rem;
    right: 3.875rem;
    width: 6.25rem;
  }
}
.page-id-51 .job .shape .green-b-500 {
  width: 31.25rem;
  right: -10.875rem;
  top: 69.6875rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .shape .green-b-500 {
    top: auto;
    bottom: -4.5rem;
    right: -4.25rem;
    width: 12.5rem;
  }
}

.fixed-button-wrapper {
  position: sticky;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .fixed-button-wrapper {
    position: static;
  }
}
.fixed-button-wrapper a {
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .fixed-button-wrapper a {
    position: fixed;
    z-index: 100;
  }
}

.fixed-button-wrapper-buy {
  top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .fixed-button-wrapper-buy {
    top: auto;
  }
}
.fixed-button-wrapper-buy span {
  position: absolute;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  right: 0.4375rem;
  top: 0.4375rem;
  cursor: pointer;
  z-index: 11;
}
.fixed-button-wrapper-buy span::before, .fixed-button-wrapper-buy span::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.875rem;
  height: 0.0625rem;
  background-color: #1A462C;
  top: 50%;
  left: 50%;
}
.fixed-button-wrapper-buy span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fixed-button-wrapper-buy span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fixed-button-wrapper-buy .button-buy {
  left: 1.25rem;
  width: 17.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1.0625rem;
  padding-left: 1.0625rem;
  padding-right: 1.125rem;
  border: 0.1875rem solid #1A462C;
  background-color: #fff;
  font-size: 0.875rem;
  color: #1A462C;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fixed-button-wrapper-buy .button-buy {
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    width: 15.625rem;
    padding-left: 0.625rem;
    padding-right: 0.6875rem;
    padding-block: 0.75rem;
    justify-content: center;
    gap: 0.625rem;
  }
}
.fixed-button-wrapper-buy .button-buy.close {
  display: none;
}
.fixed-button-wrapper-buy .button-buy__left {
  width: 3.125rem;
}
@media screen and (max-width: 767px) {
  .fixed-button-wrapper-buy .button-buy__left {
    width: 2.8125rem;
  }
}
.fixed-button-wrapper-buy .button-buy__right {
  width: 11.375rem;
}
@media screen and (max-width: 767px) {
  .fixed-button-wrapper-buy .button-buy__right {
    width: 10rem;
    font-size: 0.75rem;
  }
}
.fixed-button-wrapper-partner {
  top: 20px;
}
@media screen and (max-width: 767px) {
  .fixed-button-wrapper-partner {
    display: none;
  }
}
.fixed-button-wrapper-partner .button-partner {
  width: 5.9375rem;
  right: 1.25rem;
}

.fixed-button-wrapper-gotop {
  top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .fixed-button-wrapper-gotop {
    top: auto;
  }
}
.fixed-button-wrapper-gotop .button-gotop {
  width: 5rem;
  position: absolute;
  top: 12.0625rem;
  right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .fixed-button-wrapper-gotop .button-gotop {
    position: fixed;
    top: auto;
    right: 1.875rem;
    bottom: 6.25rem;
    width: 3.125rem;
  }
}

.home .about {
  padding-top: 7.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .about {
    padding-top: 6.1875rem;
  }
}
.home .about__flexBox {
  display: flex;
  gap: 3rem;
  width: 100vw;
  margin-right: calc((50vw - 50%) * -1);
}
@media screen and (max-width: 767px) {
  .home .about__flexBox {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    gap: 5.625rem;
    width: 100%;
  }
}
.home .about__flexLeft {
  width: 29.6875rem;
}
@media screen and (max-width: 767px) {
  .home .about__flexLeft {
    width: 100%;
  }
}
.home .about-text {
  margin-top: 1.875rem;
  font-weight: 600;
  width: 28.1875rem;
  line-height: 1.875;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 767px) {
  .home .about-text {
    font-size: 0.875rem;
    letter-spacing: 0.002em;
    line-height: 1.7857142857;
    width: 100%;
    margin-top: 1.25rem;
  }
}
.home .about__buttonWrapper {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .home .about__buttonWrapper {
    margin-top: 0.9375rem;
    flex-direction: column;
    gap: 0.625rem;
    align-items: flex-start;
    gap: 0.625rem;
  }
}
.home .about__flexRight {
  position: relative;
  width: 45.0625rem;
  height: 28.3125rem;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .home .about__flexRight {
    width: 100vw;
    overflow: hidden;
    margin: calc(50% - 50vw);
    height: auto;
  }
}
.home .about__flexRight img {
  object-fit: cover;
}
.home .blur-element1,
.home .blur-element2 {
  position: absolute;
  height: 37.5625rem;
  width: 12.3125rem;
  top: -5.6875rem;
  filter: blur(20px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .home .blur-element1,
  .home .blur-element2 {
    width: 6.75rem;
    height: 22.75rem;
    top: -2.6875rem;
  }
}
.home .blur-element1 {
  left: -6.8125rem;
}
@media screen and (max-width: 767px) {
  .home .blur-element1 {
    left: -2.75rem;
  }
}
.home .blur-element2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .blur-element2 {
    display: block;
    right: -2.75rem;
  }
}
.banner-area {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .banner-area {
    margin-top: 5.6875rem;
  }
}

.banner-box {
  display: block;
  width: 40.625rem;
  aspect-ratio: 650/120;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .banner-box {
    width: 100%;
  }
}

.home .sustaina {
  margin-top: 7.6875rem;
  padding-top: 5rem;
  padding-bottom: 5.9375rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home .sustaina {
    margin-top: 3.75rem;
    padding-bottom: 3.4375rem;
    padding-top: 2.4375rem;
  }
}
.home .sustaina__video-pc {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  aspect-ratio: 1440/693;
  z-index: -1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .sustaina__video-pc {
    display: none;
  }
}
.home .sustaina__video-sp {
  position: absolute;
  display: none;
}
@media screen and (max-width: 767px) {
  .home .sustaina__video-sp {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
}
.home .sustaina__flexBox {
  display: flex;
  gap: 4.125rem;
  width: 100vw;
  margin-right: calc((50vw - 50%) * -1);
}
@media screen and (max-width: 767px) {
  .home .sustaina__flexBox {
    flex-direction: column;
    gap: 2.8125rem;
    margin-right: 0;
    width: 100%;
  }
}
.home .sustaina__flexLeft {
  width: 21.6875rem;
}
@media screen and (max-width: 767px) {
  .home .sustaina__flexLeft {
    width: 100%;
  }
}
.home .sustaina__flexLeftTitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 4.375rem;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 767px) {
  .home .sustaina__flexLeftTitle {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.home .sustaina__flexLeftText {
  font-weight: 500;
  line-height: 1.875;
  margin-top: 1.25rem;
  letter-spacing: 0.003em;
  width: 21.4375rem;
}
@media screen and (max-width: 767px) {
  .home .sustaina__flexLeftText {
    width: 100%;
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    width: 100%;
    line-height: 1.7857142857;
  }
}
.home .sustaina__flexRight {
  position: relative;
  width: 50.375rem;
  max-width: 806px;
}
@media screen and (max-width: 767px) {
  .home .sustaina__flexRight {
    width: 21.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .home .sustaina__swiper {
    width: 100%;
  }
}
.home .sustaina__swiper .swiper-button-next {
  left: 32.625rem;
  top: 15.3125rem;
  width: 3.25rem;
  height: 3.3125rem;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .home .sustaina__swiper .swiper-button-next {
    width: 1.875rem;
    height: 1.875rem;
    left: auto;
    right: 0.9375rem;
    top: 11.6875rem;
  }
}
.home .sustaina__swiper .swiper-button-next .swiper-arrow {
  width: 1.5625rem;
  height: 0.1875rem;
  display: block;
  background-color: #1A462C;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .home .sustaina__swiper .swiper-button-next .swiper-arrow {
    width: 0.875rem;
    height: 0.125rem;
  }
}
.home .sustaina__swiper .swiper-button-next .swiper-arrow::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.1875rem;
  background-color: #1A462C;
  border-radius: 2px;
  transform: translateY(-0.25rem) translateX(0.8125rem) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .home .sustaina__swiper .swiper-button-next .swiper-arrow::before {
    width: 0.4375rem;
    height: 0.125rem;
    transform: translateY(-0.1875rem) translateX(0.4375rem) rotate(45deg);
  }
}
.home .sustaina__swiper .swiper-button-next .swiper-arrow::after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.1875rem;
  background-color: #1A462C;
  border-radius: 2px;
  transform: translateY(0.125rem) translateX(0.8125rem) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .home .sustaina__swiper .swiper-button-next .swiper-arrow::after {
    width: 0.4375rem;
    height: 0.125rem;
    transform: translateY(0.0625rem) translateX(0.4375rem) rotate(-45deg);
  }
}
.home .sustaina__swiper .swiper-button-prev::after,
.home .sustaina__swiper .swiper-button-next::after {
  content: "";
}
.home .swiper-pagination {
  position: absolute;
  bottom: -1.875rem;
  left: 0;
  width: auto;
}
.home .swiper-slide {
  width: 100%;
  height: auto;
}
.home .sustaina__swiper-slide {
  width: 19.5rem;
  height: 32.375rem;
  background-color: #1A462C;
  color: #fff;
  padding: 2.5rem 1.875rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home .sustaina__swiper-slide {
    width: 19.6875rem;
    height: auto;
    padding: 1.5625rem 1.8125rem;
  }
}
.home .sustaina__swiperTitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 767px) {
  .home .sustaina__swiperTitle {
    font-size: 1rem;
    line-height: 1.5625;
  }
}
.home .sustaina__swiperText {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.003em;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .home .sustaina__swiperText {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-top: 0.6875rem;
  }
}
.home .sustaina__swiperList {
  margin-top: 0.9375rem;
  line-height: 1.875;
  letter-spacing: 0.003em;
  font-weight: 500;
  margin-left: 0.9375rem;
}
.home .sustaina__swiperList li {
  position: relative;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .home .sustaina__swiperList li {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.home .sustaina__swiperList li:first-child {
  margin-top: 0;
}
.home .sustaina__swiperList li::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  position: absolute;
  top: 0.6875rem;
  left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .home .sustaina__swiperList li::before {
    top: 0.5rem;
  }
}

.home .service {
  position: relative;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .home .service {
    padding-block: 2.5rem;
    aspect-ratio: 375/1038;
  }
}
.home .service__video-pc {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  aspect-ratio: 1440/651;
}
.home .service__flexBox {
  display: flex;
  gap: 9.875rem;
  width: 100vw;
  margin-right: calc((50vw - 50%) * -1);
}
@media screen and (max-width: 767px) {
  .home .service__flexBox {
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 0;
    margin: 0;
  }
}
.home .service__flexLeft {
  padding-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .home .service__flexLeft {
    padding-top: 0;
  }
}
.home .service__flexRight {
  width: 58.375rem;
  aspect-ratio: 934/491;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 2.9375rem;
  padding-left: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .home .service__flexRight {
    width: 100%;
    padding-top: 3.125rem;
    padding-left: 4.4375rem;
    width: 100%;
    aspect-ratio: 375/885;
    margin-left: -1.875rem;
  }
}
.home .service__cardWrapper {
  width: 33rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .home .service__cardWrapper {
    width: 100%;
    gap: 1.4375rem;
  }
}
.home .service__cardBox {
  background-size: cover;
  background-position: center;
  aspect-ratio: 244/179;
  width: 15.25rem;
  position: relative;
  transition: 0.3s ease;
}
.home .service__cardBox:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.home .service__cardBox:first-child {
  background-image: url("../img/top/top-service1.jpg");
}
.home .service__cardBox:nth-child(2) {
  background-image: url("../img/top/top-service2.jpg");
}
.home .service__cardBox:nth-child(3) {
  background-image: url("../img/top/top-service3.jpg");
}
.home .service__cardBox:last-child {
  background-image: url("../img/top/top-service4.jpg");
}
.home .service__cardBg {
  position: absolute;
  aspect-ratio: 244/179;
  width: 15.25rem;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
.home .service__cardItem {
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 244/179;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
.home .service__arrow {
  width: 0.75rem;
  height: 1px;
  display: block;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 1.5625rem;
  right: 0.9375rem;
}
.home .service__arrow::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transform: rotate(-45deg);
  top: 0.375rem;
  left: -0.125rem;
}
.home .service__arrow::after {
  content: "";
  content: "";
  display: block;
  width: 1px;
  height: 0.75rem;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 0.0625rem;
}

.carboncredit {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .carboncredit {
    margin-top: 6.625rem;
  }
}

.carboncredit-wrapper {
  width: 100vw;
  margin-left: calc((50vw - 50%) * -1);
  position: relative;
}
@media screen and (min-width: 1441px) {
  .carboncredit-wrapper {
    margin-left: -220px;
  }
}

.carboncredit__left {
  background-color: #1A462C;
  width: 47.6875rem;
  aspect-ratio: 763/453;
  color: #fff;
  padding-left: 13.75rem;
  padding-top: 3.75rem;
  padding-right: 9.9375rem;
  position: relative;
  display: block;
}
.carboncredit__left:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .carboncredit__left {
    width: 21.5625rem;
    aspect-ratio: 345/401;
    padding-right: 1.625rem;
    padding-left: 1.875rem;
    padding-top: 2.5rem;
  }
}
.carboncredit__left .shape img {
  position: absolute;
}
.carboncredit__left .shape .white-b-150 {
  top: 17.0625rem;
  left: -3.25rem;
  width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .carboncredit__left .shape .white-b-150 {
    width: 6.25rem;
    top: auto;
    bottom: -2.75rem;
    left: -2.4375rem;
  }
}
.carboncredit__left .shape .white-b-50 {
  width: 3.125rem;
  top: 14.9375rem;
  left: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .carboncredit__left .shape .white-b-50 {
    top: auto;
    bottom: 0.6875rem;
    left: 3.4375rem;
  }
}

.carboncredit__arrow {
  position: absolute;
  width: 1.5rem;
  height: 0.1875rem;
  border-radius: 3px;
  background-color: #fff;
  bottom: 3.1875rem;
  right: 4rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .carboncredit__arrow {
    width: 0.8125rem;
    height: 0.125rem;
    right: 2.375rem;
    bottom: 3.4375rem;
  }
}
.carboncredit__arrow::before, .carboncredit__arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.1875rem;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .carboncredit__arrow::before, .carboncredit__arrow::after {
    width: 0.625rem;
    height: 0.125rem;
  }
}
.carboncredit__arrow::before {
  transform: rotate(45deg);
  top: -0.3125rem;
  right: -0.125rem;
}
@media screen and (max-width: 767px) {
  .carboncredit__arrow::before {
    top: -0.1875rem;
  }
}
.carboncredit__arrow::after {
  transform: rotate(-45deg);
  top: 0.3125rem;
  right: -0.125rem;
}
@media screen and (max-width: 767px) {
  .carboncredit__arrow::after {
    top: 0.1875rem;
  }
}

.carboncredit__left:hover .carboncredit__arrow {
  transform: translateX(10px);
}

.carboncredit__text {
  padding-top: 1.875rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.003em;
  padding-right: 1.125rem;
}
@media screen and (max-width: 767px) {
  .carboncredit__text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.002em;
    padding-right: 0.1875rem;
    font-weight: 500;
    padding-top: 1.25rem;
  }
}

.carboncredit__right {
  position: absolute;
  z-index: -1;
  width: 50.8125rem;
  top: 5.625rem;
  left: 39.1875rem;
}
@media screen and (max-width: 767px) {
  .carboncredit__right {
    width: 19rem;
    aspect-ratio: 304/385;
    overflow: hidden;
    top: 15.375rem;
    left: 4.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .carboncredit__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.x {
  margin-top: 14.125rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .x {
    margin-top: 18.0625rem;
    margin-bottom: 5.625rem;
  }
}

@media screen and (max-width: 767px) {
  .secTitle--x {
    font-size: 1.25rem;
  }
}

.x-wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .x-wrapper {
    margin-top: 1.25rem;
  }
}

.twitter-tweet {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .twitter-tweet {
    margin-top: 1.25rem !important;
  }
}

.home .news {
  margin-top: 8.3125rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .home .news {
    padding-bottom: 2.375rem;
    margin-top: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .home .secTitle--news {
    font-size: 1.25rem;
  }
}
.home .news__articleWrapper {
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4.5rem;
  row-gap: 1.875rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .home .news__articleWrapper {
    margin-top: 1.25rem;
    row-gap: 0.9375rem;
  }
}
.home .news__flexBox {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .home .news__flexBox {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.home .news__flexLeft {
  width: 28.5625rem;
  aspect-ratio: 457/236;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .home .news__flexLeft {
    width: 100%;
    aspect-ratio: 315/157;
  }
}
.home .news__flexLeft img {
  width: 12.5rem;
  aspect-ratio: 1/1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .home .news__flexLeft img {
    width: 8.625rem;
    margin-top: 0.875rem;
  }
}
.home .news__flexRight {
  width: 31.4375rem;
}
@media screen and (max-width: 767px) {
  .home .news__flexRight {
    width: 100%;
    margin-bottom: 0.3125rem;
  }
}
.home .news__article time {
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .home .news__article time {
    font-size: 0.875rem;
  }
}
.home .news__article .news__title {
  margin-top: 0.3125rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.003em;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .home .news__article .news__title {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.home .news__article .news__content {
  margin-top: 0.625rem;
  color: #000;
  line-height: 1.875;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 767px) {
  .home .news__article .news__content {
    font-size: 0.875rem;
  }
}
.home .news__article {
  width: 29rem;
}
.home .news__article:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .home .news__article {
    width: 100%;
  }
}
.home .whiteButton--news {
  width: 12.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .home .whiteButton--news {
    margin-top: 1.875rem;
  }
}

.page-id-35 .company {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .page-id-35 .company {
    margin-top: 3.75rem;
  }
}
.page-id-35 .company__info {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-id-35 .company__info {
    font-size: 0.875rem;
  }
}
.page-id-35 .list-flex {
  display: flex;
  align-items: flex-start;
  padding: 1.25rem 0 1.1875rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-35 .list-flex {
    padding: 0.9375rem 0 0.875rem 0;
  }
}
.page-id-35 .list-flex:first-child {
  padding-top: 0;
}
.page-id-35 .list-flex:nth-child(2) {
  align-items: center;
}
.page-id-35 .list-flex:last-child {
  padding-bottom: 0;
  border: none;
}
.page-id-35 .list-flex dt {
  font-weight: 700;
  letter-spacing: 0.003em;
  line-height: 1.875;
  margin-left: 3.125rem;
  width: 10rem;
  min-width: 10rem;
}
@media screen and (max-width: 767px) {
  .page-id-35 .list-flex dt {
    margin-left: 0.9375rem;
    width: 6.4375rem;
    min-width: 6.4375rem;
    line-height: 1.4285714286;
  }
}
.page-id-35 .list-flex dd {
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .page-id-35 .list-flex dd {
    line-height: 1.4285714286;
  }
}
.page-id-35 .list-flex .company__list li {
  list-style: disc;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-35 .list-flex .company__list li {
    margin-top: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-35 .list-flex .company__list li:first-child {
    margin-top: 0;
  }
}
.page-id-35 .ceo-msg {
  margin-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .page-id-35 .ceo-msg {
    margin-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.page-id-35 .secTitle---seoMsg::before {
  content: "Message";
}
.page-id-35 .secTitle---seoMsg::after {
  width: 14.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-35 .secTitle---seoMsg::after {
    width: 8.75rem;
    top: -1.125rem;
    right: 1.4375rem;
  }
}
.page-id-35 .ceo-msd__text {
  margin-top: 1.875rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-35 .ceo-msd__text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-top: 1.25rem;
  }
}

.page-id-37 .intro {
  text-align: center;
  position: relative;
  padding-bottom: 15.9375rem;
  margin-top: 14.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .intro {
    width: 100%;
    margin-top: 5.5625rem;
    text-align: left;
    padding-bottom: 5.4375rem;
  }
}
.page-id-37 .intro__inner {
  max-width: 90rem;
}
.page-id-37 .intro__leftImg {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  width: 23.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .intro__leftImg {
    width: 11.75rem;
    aspect-ratio: 188/283;
    top: -1.8125rem;
    z-index: -1;
  }
}
.page-id-37 .intro__leftImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: left;
}
@media screen and (max-width: 767px) {
  .page-id-37 .intro__leftImg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
  }
}
.page-id-37 .intro__leftImg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.png");
  opacity: 0.1;
}
.page-id-37 .intro__rightImg {
  position: absolute;
  top: -6.9375rem;
  right: 0;
  width: 21.75rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-37 .intro__rightImg {
    width: 11.6875rem;
    aspect-ratio: 187/283;
    top: 1.25rem;
  }
}
.page-id-37 .intro__rightImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: left;
}
@media screen and (max-width: 767px) {
  .page-id-37 .intro__rightImg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
  }
}
.page-id-37 .intro__rightImg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.png");
  opacity: 0.1;
}
.page-id-37 .intro__copy {
  font-size: 2rem;
  line-height: 1.1875;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767px) {
  .page-id-37 .intro__copy {
    font-size: 1.5rem;
  }
}
.page-id-37 .intro__big {
  font-size: 3rem;
  line-height: 1.2083333333;
  margin-left: 1.3125rem;
  margin-right: 2rem;
  position: relative;
}
.page-id-37 .intro__big::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 1.375rem;
  border-top: 3px solid #C93128;
  border-left: 3px solid #C93128;
  top: 0.4375rem;
  left: -0.75rem;
}
.page-id-37 .intro__big::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 1.375rem;
  border-bottom: 3px solid #C93128;
  border-right: 3px solid #C93128;
  bottom: 0;
  right: -1.0625rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .intro__big {
    font-size: 2rem;
  }
}
.page-id-37 .intro__subCopy {
  margin-top: 2.125rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2083333333;
}
@media screen and (max-width: 767px) {
  .page-id-37 .intro__subCopy {
    margin-top: 2.125rem;
    font-size: 1rem;
    line-height: 1.375;
  }
}
.page-id-37 .intro__text {
  margin-top: 0.625rem;
  line-height: 1.875;
  letter-spacing: 0.03em;
  width: 28.3125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-id-37 .intro__text {
    width: 100%;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    line-height: 1.7857142857;
  }
}
.page-id-37 .secTitle--charm::before {
  content: "Charm";
}
.page-id-37 .secTitle--charm::after {
  width: 9.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .secTitle--charm::after {
    width: 6.6875rem;
  }
}
.page-id-37 .charm__flexWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm__flexWrapper {
    flex-direction: column;
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
}
.page-id-37 .charm__flexLeft {
  width: 37.125rem;
  display: flex;
  justify-content: space-between;
  row-gap: 0.625rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm__flexLeft {
    width: 100%;
  }
}
.page-id-37 .charm__card {
  width: 18.25rem;
  aspect-ratio: 292/320;
  background-color: #fff;
  box-shadow: 0.25rem 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  padding: 1.875rem 2.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm__card {
    width: 100%;
    aspect-ratio: 315/225;
  }
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm__card:nth-child(3), .page-id-37 .charm__card:nth-child(4) {
    aspect-ratio: 315/200;
  }
}
.page-id-37 .charm__cardTitle {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm__cardTitle {
    font-size: 1rem;
    line-height: 1.5625;
  }
}
.page-id-37 .charm__cardTitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  top: 0.625rem;
  left: -1.25rem;
  background-color: #C93128;
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm__cardTitle::before {
    top: 0.5rem;
    left: -0.9375rem;
  }
}
.page-id-37 .charm__cardText {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm__cardText {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-top: 0.9375rem;
    margin-left: 0.4375rem;
  }
}
.page-id-37 .charm__flexRight {
  width: 19.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm__flexRight {
    width: 100%;
  }
}
.page-id-37 .charm__flexRight .charm__flexRightImg {
  width: 19.125rem;
  aspect-ratio: 315/299;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm__flexRight .charm__flexRightImg {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-id-37 .charm__flexRight .charm__flexRightImg img {
    height: 100%;
  }
}
.page-id-37 .charm__flexRight .charm__flexRightImg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.png");
  opacity: 0.1;
}
.page-id-37 .flow {
  margin-top: 10.0625rem;
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-id-37 .flow {
    margin-top: 6.875rem;
  }
}
.page-id-37 .flow__img {
  position: absolute;
  top: 3.5rem;
  right: 0;
  width: 20.6875rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .flow__img {
    display: none;
  }
}
.page-id-37 .flow__img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.png");
  opacity: 0.1;
}
.page-id-37 .secTitle--flow::before {
  content: "Flow";
}
.page-id-37 .secTitle--flow::after {
  width: 12.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .secTitle--flow::after {
    width: 9rem;
  }
}
.page-id-37 .flow__flex {
  margin-top: 1.375rem;
  display: flex;
  width: 50.4375rem;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .flow__flex {
    flex-direction: column;
    gap: 0.9375rem;
    margin-top: 1.25rem;
    width: 100%;
  }
}
.page-id-37 .flow__card {
  width: 13.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .flow__card {
    width: 100%;
  }
}
.page-id-37 .flow__card:nth-child(2) {
  width: 15.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .flow__card:nth-child(2) {
    width: 100%;
  }
}
.page-id-37 .flow__card:nth-child(2) .flow__cardText {
  width: 13.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-id-37 .flow__card:nth-child(2) .flow__cardText {
    width: 100%;
  }
}
.page-id-37 .flow__cardTop {
  position: relative;
  height: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-id-37 .flow__cardTop {
    height: 8.125rem;
  }
}
.page-id-37 .flow__listNo {
  line-height: 1.8;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
}
.page-id-37 .flow__listNo::before {
  content: "";
  position: absolute;
  width: 1.5625rem;
  height: 1px;
  background-color: #C93128;
  top: 2.0625rem;
  left: 50%;
  transform: translateX(-50%);
}
.page-id-37 .flow-star {
  width: 8.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .page-id-37 .flow-star {
    width: 7.0625rem;
  }
}
.page-id-37 .flow__cardBottom {
  margin-top: 0.9375rem;
}
.page-id-37 .flow__cardTitle {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636;
  letter-spacing: 0.003em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-id-37 .flow__cardTitle {
    font-size: 1rem;
    line-height: 1.5625;
  }
}
.page-id-37 .flow__cardText {
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .flow__cardText {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.page-id-37 .reason {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason {
    margin-top: 3.75rem;
  }
}
.page-id-37 .secTitle--reason::before {
  content: "Reason";
}
.page-id-37 .secTitle--reason::after {
  width: 23.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .secTitle--reason::after {
    width: 6.375rem;
  }
}
.page-id-37 .reason__list {
  margin-top: 1.9375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason__list {
    margin-top: 1.25rem;
  }
}
.page-id-37 .reason__listFlex {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 2.5rem;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason__listFlex {
    flex-direction: column;
    gap: 0.25rem;
    padding-left: 1.5625rem;
    border: none;
  }
}
.page-id-37 .reason__listFlex:first-child {
  padding-top: 0;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason__listFlex:first-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason__listFlex:first-child .reason__listImg {
    width: 12.3125rem;
    height: 8.9375rem;
    margin-left: 2.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason__listFlex:first-child .reason__listImg img {
    height: 100%;
    object-fit: cover;
  }
}
.page-id-37 .reason__listFlex:nth-child(2) {
  padding-top: 2.1875rem;
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason__listFlex:nth-child(2) {
    padding-top: 2.375rem;
    padding-bottom: 0;
  }
}
.page-id-37 .reason__listFlex:nth-child(2) .reason__listImg {
  margin-left: 0.4375rem;
  width: 14rem;
  aspect-ratio: 224/160;
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason__listFlex:nth-child(2) .reason__listImg {
    margin-left: 1.375rem;
    margin-top: 0.625rem;
  }
}
.page-id-37 .reason__listFlex:last-child {
  border: none;
  padding-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason__listFlex:last-child {
    padding-top: 1.875rem;
  }
}
.page-id-37 .reason__listFlex:last-child .reason__listImg {
  margin-left: 1.875rem;
  width: 14.6875rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason__listFlex:last-child .reason__listImg {
    margin-top: 0.8125rem;
    margin-left: 0.9375rem;
  }
}
.page-id-37 .reason__listTitle {
  margin-top: 1.3125rem;
  font-size: 1.375rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason__listTitle {
    font-size: 1rem;
    margin-top: 0;
  }
}
.page-id-37 .reason__listTitle::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #C93128;
  top: 0.1875rem;
  left: -2.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason__listTitle::before {
    width: 0.9375rem;
    height: 0.9375rem;
    left: -1.5rem;
  }
}
.page-id-37 .reason__listText {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-37 .reason__listText {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-top: 1.0625rem;
    letter-spacing: 0.02em;
  }
}
.page-id-37 .reason__listRight {
  width: 12.3125rem;
}
.page-id-37 .reason__listImg {
  aspect-ratio: 197/179;
}

.page-id-39 .cb {
  position: relative;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb {
    padding-top: 2.5rem;
    margin-top: 2.625rem;
  }
}
.page-id-39 .cb__bg {
  position: absolute;
  width: 50%;
  aspect-ratio: 720/828;
  top: 0;
  left: 0;
  background-color: #1A462C;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb__bg {
    aspect-ratio: 375/687;
    width: 100%;
  }
}
.page-id-39 .secTItle__cb {
  color: #fff;
}
.page-id-39 .secTItle__cb::before {
  content: "Carbon Credits";
  color: #fff;
}
.page-id-39 .secTItle__cb::after {
  width: 15.3125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-id-39 .secTItle__cb::after {
    width: 10.5rem;
  }
}
.page-id-39 .cb-topWrapper {
  margin-left: 3.5625rem;
  display: flex;
  justify-content: center;
  gap: 3.625rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb-topWrapper {
    margin-left: 0;
    margin-top: 1.25rem;
    flex-direction: column;
    gap: 1.875rem;
  }
}
.page-id-39 .cb__topLeft {
  width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb__topLeft {
    width: 93.3333333333vw;
    margin: 0 calc(50% - 46vw);
  }
}
.page-id-39 .cb__topLeftImg {
  aspect-ratio: 350/311;
}
.page-id-39 .cb__topRightInner {
  background: #1A462C;
  width: 33.4375rem;
  padding: 2.875rem 6.5rem 2.125rem 8.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb__topRightInner {
    width: 100%;
    padding: 0;
  }
}
.page-id-39 .cb__topRight {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb__topRight {
    width: 100%;
    padding: 0;
  }
}
.page-id-39 .cb__topTitle {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb__topTitle {
    font-size: 1rem;
    line-height: 1.5625;
    margin-top: 0.6875rem;
  }
}
.page-id-39 .cb__topTitle::before {
  content: "Carbon Credits";
  position: absolute;
  top: -0.75rem;
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 700;
}
.page-id-39 .cb__topText {
  margin-top: 1.25rem;
  line-height: 1.875;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb__topText {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-top: 0.625rem;
  }
}
.page-id-39 .cb__bottomWrapper {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb__bottomWrapper {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-39 .cb__bottomImg {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.page-id-39 .reason {
  margin-top: 8rem;
  overflow: hidden;
  padding-bottom: 10.0625rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .reason {
    margin-top: 3.75rem;
    padding-bottom: 5.875rem;
  }
}
.page-id-39 .secTitle--reason::before {
  content: "Reason";
}
.page-id-39 .secTitle--reason::after {
  width: 10.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .secTitle--reason::after {
    width: 7.375rem;
  }
}
.page-id-39 .small {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-id-39 .small {
    font-size: 0.875rem;
  }
}
.page-id-39 .reason__swiper-container {
  margin-top: 2rem;
  position: relative;
  margin-left: 8.8125rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .reason__swiper-container {
    margin-left: 0;
    margin-top: 1.3125rem;
  }
}
.page-id-39 .reason__swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .page-id-39 .reason__swiper {
    overflow: hidden;
  }
}
.page-id-39 .swiper-wrapper {
  position: relative;
  /* 画像の基準　*/
}
.page-id-39 .swiper-slide img {
  position: absolute;
}
.page-id-39 .swiper-slide p {
  width: 21.5rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-slide p {
    width: 14.6875rem;
    letter-spacing: 0.02em;
    margin-top: 0.9375rem;
  }
}
.page-id-39 .swiper-slide:nth-child(1) p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-slide:nth-child(1) p {
    width: 15.3125rem;
    margin-top: 0.3125rem;
  }
}
.page-id-39 .swiper-slide:nth-child(1) img {
  width: 15.4375rem;
  top: 4.25rem;
  left: 26rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-slide:nth-child(1) img {
    width: 13.1875rem;
    top: 16.75rem;
    left: 3.25rem;
  }
}
.page-id-39 .swiper-slide:nth-child(1) .slide-subtitle:first-of-type {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-slide:nth-child(1) .slide-subtitle:first-of-type {
    margin-top: 1.25rem;
  }
}
.page-id-39 .swiper-slide:nth-child(1) .slide-subtitle:nth-of-type(2) {
  margin-top: 0.3125rem;
}
.page-id-39 .swiper-slide:nth-child(2) img {
  width: 13.3125rem;
  top: 6.1875rem;
  left: 27.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-slide:nth-child(2) img {
    width: 13.3125rem;
    top: 17.5rem;
    left: 3.1875rem;
  }
}
.page-id-39 .swiper-slide:nth-child(3) img {
  width: 13.1875rem;
  top: 6.1875rem;
  left: 26.5625rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-slide:nth-child(3) img {
    width: 13.25rem;
    top: 16.25rem;
    left: 2.5rem;
  }
}
.page-id-39 .swiper-slide:nth-child(4) img {
  width: 11.875rem;
  top: 7.4375rem;
  left: 27.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-slide:nth-child(4) img {
    width: 11.9375rem;
    top: 14.375rem;
    left: 3.875rem;
  }
}
.page-id-39 .swiper-slide:nth-child(5) img {
  width: 12.1875rem;
  top: 5.3125rem;
  left: 26.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-slide:nth-child(5) img {
    width: 12.25rem;
    top: 15.9375rem;
    left: 3.6875rem;
  }
}
.page-id-39 .swiper-slide:nth-child(6) img {
  width: 14.125rem;
  top: 4.625rem;
  left: 26.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-slide:nth-child(6) img {
    width: 14.1875rem;
    top: 17.8125rem;
    left: 2.5rem;
  }
}
.page-id-39 .swiper-slide:nth-child(7) img {
  width: 14.625rem;
  top: 4.4375rem;
  left: 26.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-slide:nth-child(7) img {
    width: 14.6875rem;
    top: 15.9375rem;
    left: 2.5rem;
  }
}
.page-id-39 .swiper-slide:nth-child(8) img {
  width: 11.5rem;
  top: 3.1875rem;
  left: 28.375rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-slide:nth-child(8) img {
    top: 15.9375rem;
    left: 4.0625rem;
  }
}
.page-id-39 .slide-wrapper {
  width: 42.375rem;
  aspect-ratio: 678/279;
  background-color: rgba(26, 70, 44, 0.3);
  padding-top: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .slide-wrapper {
    width: 17.1875rem;
    aspect-ratio: 275/430;
  }
}
.page-id-39 .slide-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2083333333;
}
@media screen and (max-width: 767px) {
  .page-id-39 .slide-title {
    font-size: 1rem;
    line-height: 1.5625;
  }
}
.page-id-39 .slide-subtitle {
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .slide-subtitle {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}
.page-id-39 .slide-text {
  line-height: 1.875;
  font-weight: 500;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .slide-text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.page-id-39 .swiper-pagination {
  top: calc(100% + 1.25rem);
}
.page-id-39 .swiper-pagination-bullets {
  left: -3.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-pagination-bullets {
    left: auto;
  }
}
.page-id-39 .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-pagination-bullet {
    margin: 0.15625rem !important;
  }
}
.page-id-39 .swiper-pagination-bullet-active {
  background-color: #1A462C;
}
.page-id-39 .swiper-button-next {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .page-id-39 .swiper-button-next {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    top: 50%;
    right: -0.9375rem;
    transform: translateY(-50%);
  }
}
.page-id-39 .swiper-button-next::after {
  content: "";
}
.page-id-39 .swiper-button-next svg {
  width: 0.8125rem;
  height: 0.8125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .page-id-41 .hero-copy {
    font-size: 1.1875rem;
    letter-spacing: -0.05em;
  }
}
.page-id-41 .point {
  margin-top: 10.8125rem;
  margin-bottom: 8rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-id-41 .point {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.page-id-41 .secTitle--point::before {
  content: "Point";
}
.page-id-41 .secTitle--point::after {
  width: 4.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-41 .secTitle--point::after {
    width: 2.75rem;
  }
}
.page-id-41 .point__wrapper {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-41 .point__wrapper {
    margin-top: 1.25rem;
  }
}
.page-id-41 .point__list {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem;
}
.page-id-41 .point__flex {
  display: flex;
  gap: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .page-id-41 .point__flex {
    flex-direction: column;
    gap: 0.9375rem;
  }
}
.page-id-41 .point__flex:last-child {
  margin-top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .page-id-41 .point__flex:last-child {
    margin-top: 0;
  }
}
.page-id-41 .point__flexLeft {
  width: 31.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-41 .point__flexLeft {
    width: 100%;
  }
}
.page-id-41 .point_listTitle {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1818181818;
}
@media screen and (max-width: 767px) {
  .page-id-41 .point_listTitle {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
.page-id-41 .point__listText {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-41 .point__listText {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-top: 0.9375rem;
  }
}
.page-id-41 .point__flexRight {
  width: 24.1875rem;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-41 .point__flexRight {
    margin-top: 0;
    width: 100%;
  }
}
.page-id-41 .point__flexLeftImg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-id-41 .point__flexLeftImg {
    height: 12.5625rem;
  }
}
.page-id-41 .point__flexLeftImg img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .page-id-47 .hero-copy {
    font-size: 1.1875rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .page-id-47 .c-intro {
    height: 31.875rem;
  }
}
.page-id-47 .service {
  margin-top: 10.8125rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service {
    margin-top: 3.25rem;
  }
}
.page-id-47 .secTitle--service::before {
  content: "Service";
}
.page-id-47 .secTitle--service::after {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .secTitle--service::after {
    width: 1.75rem;
  }
}
.page-id-47 .service__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-inline: 1.4375rem;
  justify-content: space-between;
  margin-top: 1.875rem;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service__wrapper {
    margin-top: 1.25rem;
    margin-inline: 0;
    gap: 1.25rem;
  }
}
.page-id-47 .service__card {
  width: 29.5rem;
  padding: 1.875rem 2.5rem;
  background-color: rgba(26, 70, 44, 0.3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service__card {
    width: 100%;
    height: rm;
  }
}
.page-id-47 .service__cardTitle {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service__cardTitle {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
.page-id-47 .service__cardText {
  margin-top: 1.25rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
  width: 13.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service__cardText {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    width: 14.6875rem;
    margin-top: 0.9375rem;
  }
}
.page-id-47 .service__cardImg {
  width: 9.875rem;
  position: absolute;
  top: 8.1875rem;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service__card {
    height: 20.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-47 .service__card .service__cardImg {
    width: 9.875rem;
    top: 13.25rem;
    right: 4.875rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-47 .service__card:nth-child(2) {
    height: 20.0625rem;
  }
}
.page-id-47 .service__card:nth-child(2) .service__cardImg {
  width: 6.8125rem;
  top: 7.6875rem;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service__card:nth-child(2) .service__cardImg {
    width: 6.8125rem;
    top: 11.5rem;
    right: 6.375rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-47 .service__card:nth-child(3) {
    height: 19.5625rem;
  }
}
.page-id-47 .service__card:nth-child(3) .service__cardImg {
  width: 7.1875rem;
  top: 7.8125rem;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service__card:nth-child(3) .service__cardImg {
    width: 7.1875rem;
    top: 11.125rem;
    right: 6.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-47 .service__card:nth-child(4) {
    height: 19.0625rem;
  }
}
.page-id-47 .service__card:nth-child(4) .service__cardImg {
  width: 8.3125rem;
  top: 8.3125rem;
  right: 2.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .service__card:nth-child(4) .service__cardImg {
    width: 8.4375rem;
    top: 11.125rem;
    right: 5.5625rem;
  }
}
.page-id-47 .reason {
  padding-top: 8.375rem;
  overflow: hidden;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .reason {
    padding-top: 4.625rem;
    margin-bottom: 3.75rem;
  }
}
.page-id-47 .secTitle--reason::before {
  content: "Reason";
}
.page-id-47 .secTitle--reason::after {
  width: 7.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .secTitle--reason::after {
    width: 4.875rem;
  }
}
.page-id-47 .reason__wrapper {
  margin-top: 1.875rem;
  display: flex;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  gap: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .reason__wrapper {
    flex-direction: column-reverse;
    width: 100%;
    margin-right: 0;
    gap: 1.875rem;
    margin-top: 1.25rem;
  }
}
.page-id-47 .reason__flexLeft {
  width: 31.5625rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .reason__flexLeft {
    width: 100%;
  }
}
.page-id-47 .reason__listFlex {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-id-47 .reason__listFlex {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.page-id-47 .reason__listFlex:first-child {
  padding-top: 0;
}
.page-id-47 .reason__listInner {
  width: 26.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page-id-47 .reason__listInner {
    width: 100%;
    gap: 2.4375rem;
  }
}
.page-id-47 .reason__listNo {
  color: #1A462C;
  font-size: 2.25rem;
  font-weight: 700;
  padding-top: 0.625rem;
  position: relative;
}
.page-id-47 .reason__listNo::before {
  content: "Reason";
  position: absolute;
  top: -0.625rem;
  left: 0;
  font-size: 0.625rem;
}
.page-id-47 .reason__listTitle {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1818181818;
}
@media screen and (max-width: 767px) {
  .page-id-47 .reason__listTitle {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
.page-id-47 .reason__listText {
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .reason__listText {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-top: 0.625rem;
  }
}
.page-id-47 .reason__flexRightImg {
  width: 39.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-47 .reason__flexRightImg {
    width: 21.5625rem;
    height: 14.3125rem;
  }
}
.page-id-47 .reason__flexRightImg img {
  object-fit: cover;
  height: 100%;
}

.page-id-45 .hero {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .hero {
    padding-top: 1.875rem;
  }
}
.page-id-45 .hero .inner {
  max-width: 78.75rem;
}
.page-id-45 .hero .hero__menuIcon {
  top: 0.625rem;
  right: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .hero .hero__menuIcon {
    top: 0.25rem;
    right: 1.0625rem;
  }
}
.page-id-45 .hero .hero__contact {
  top: 4.0625rem;
  right: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .hero .hero__contact {
    top: 1rem;
    right: 4.375rem;
  }
}
.page-id-45 .hero .hero__logo {
  bottom: 0.9375rem;
  left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .hero .hero__logo {
    bottom: 0.375rem;
    left: 0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-45 .hero .hero-copy {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}
.page-id-45 .hero .hero-copy__large {
  font-size: 4rem;
  line-height: 1.203125;
  padding-top: 1.8125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-id-45 .hero .hero-copy__large {
    font-size: 2.25rem;
    line-height: 1.1944444444;
    padding-top: 0.9375rem;
  }
}
.page-id-45 .intro {
  padding-top: 9.5rem;
  position: relative;
  aspect-ratio: 1440/670;
}
@media screen and (max-width: 767px) {
  .page-id-45 .intro {
    padding-top: 5.5rem;
    aspect-ratio: 375/489;
    overflow: hidden;
  }
}
.page-id-45 .intro__bg {
  aspect-ratio: 1440/649;
  position: absolute;
  bottom: -4.5625rem;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.3125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-id-45 .intro__bg {
    aspect-ratio: 375/251;
    bottom: -1.25rem;
  }
}
.page-id-45 .intro__bg img {
  height: 100%;
}
.page-id-45 .intro__hiring {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .intro__hiring {
    font-size: 4.25rem;
    line-height: 1.8823529412;
    bottom: -1.9375rem;
    right: -3.8125rem;
  }
}
.page-id-45 .intro__wrapper {
  position: relative;
}
.page-id-45 .secTitle--intro {
  margin-top: 1.6875rem;
  margin-left: 3.5625rem;
  line-height: 1.3888888889;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .secTitle--intro {
    font-size: 1.5rem;
    margin-left: 0;
    line-height: 1.25;
  }
}
.page-id-45 .secTitle--intro::before {
  display: block;
  position: absolute;
  top: -1.875rem;
  left: 1.5625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1111111111;
  color: #1A462C;
  content: "Now Hiring";
}
@media screen and (max-width: 767px) {
  .page-id-45 .secTitle--intro::before {
    font-size: 1rem;
  }
}
.page-id-45 .secTitle--intro::after {
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1.1875rem;
  background-color: #1A462C;
  width: 1.25rem;
}
.page-id-45 .partner-intro-text {
  width: 31.4375rem;
  font-size: 1.25rem;
  line-height: 1.5;
  position: absolute;
  right: 4.9375rem;
  top: 8.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partner-intro-text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    width: 20.4375rem;
    top: 5.375rem;
    right: auto;
    left: 0;
    margin-top: 3.125rem;
  }
}
.page-id-45 .intro__textStrong {
  color: #1A462C;
}
.page-id-45 .intro__textStrong1,
.page-id-45 .intro__textStrong2 {
  position: relative;
  z-index: 0;
}
.page-id-45 .intro__textStrong1::before,
.page-id-45 .intro__textStrong2::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.6875rem;
  background-color: #fff;
  border-radius: 3px;
  z-index: -1;
  transform: skewX(-20deg);
}
.page-id-45 .partnership {
  margin-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership {
    margin-top: 3.25rem;
  }
}
.page-id-45 .secTitle__partnership::before {
  content: "Partnership";
}
.page-id-45 .secTitle__partnership::after {
  width: 20.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .secTitle__partnership::after {
    width: 7.5rem;
  }
}
.page-id-45 .partnership__wrapper {
  margin-top: 7.3125rem;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership__wrapper {
    flex-direction: column;
    margin-top: 4.125rem;
    gap: 4.625rem;
  }
}
.page-id-45 .partnership__card {
  width: 20rem;
  height: 24.4375rem;
  padding-top: 7.5625rem;
  position: relative;
  background-color: #B8C5BD;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership__card {
    padding-top: 6.25rem;
    width: 19.6875rem;
    height: 16.5625rem;
  }
}
.page-id-45 .partnership__card img {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership__card img {
    top: -2.875rem;
  }
}
.page-id-45 .partnership__card:first-child img {
  width: 12.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership__card:first-child img {
    width: 10.625rem;
  }
}
.page-id-45 .partnership__card:first-child .partnership__cardText {
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership__card:first-child .partnership__cardText {
    width: 14.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership__card:nth-child(2) {
    height: 18.125rem;
  }
}
.page-id-45 .partnership__card:nth-child(2) img {
  width: 11.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership__card:nth-child(2) img {
    width: 10.25rem;
  }
}
.page-id-45 .partnership__card:nth-child(2) .partnership__cardText {
  width: 13.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership__card:nth-child(2) .partnership__cardText {
    width: 14.375rem;
  }
}
.page-id-45 .partnership__card:last-child img {
  width: 9.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership__card:last-child img {
    width: 8.5rem;
  }
}
.page-id-45 .partnership__card:last-child .partnership__cardText {
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership__card:last-child .partnership__cardText {
    width: 14.5625rem;
  }
}
.page-id-45 .partnership__cardTitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership__cardTitle {
    font-size: 1rem;
    line-height: 1.5625;
  }
}
.page-id-45 .partnership__cardText {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .partnership__cardText {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-top: 0.5rem;
  }
}
.page-id-45 .recruit {
  margin-top: 12.5625rem;
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.page-id-45 .secTitle--recruit {
  margin-top: 0;
  position: relative;
}
.page-id-45 .secTitle--recruit::before, .page-id-45 .secTitle--recruit::after {
  content: "";
  display: block;
  width: 3.125rem;
  height: 1px;
  position: absolute;
  background-color: #1A462C;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-id-45 .secTitle--recruit::before, .page-id-45 .secTitle--recruit::after {
    width: 0.9375rem;
  }
}
.page-id-45 .secTitle--recruit::before {
  left: -4.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .secTitle--recruit::before {
    left: -1.5625rem;
  }
}
.page-id-45 .secTitle--recruit::after {
  right: -4.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .secTitle--recruit::after {
    right: -1.5625rem;
  }
}
.page-id-45 .recruit__secTitle--en {
  font-size: 1rem;
  color: #1A462C;
  font-weight: 700;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__secTitle--en {
    font-size: 0.875rem;
    margin-top: 0.1875rem;
    line-height: 1.2142857143;
  }
}
.page-id-45 .recruit__flexBox {
  display: flex;
  gap: 0.625rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__flexBox {
    flex-direction: column;
    gap: 0.4375rem;
    margin-top: 1.1875rem;
  }
}
.page-id-45 .recruit__flexItem {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 1.875rem;
  padding-left: 1.875rem;
  position: relative;
  width: 20.375rem;
  height: 9.375rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__flexItem {
    width: 100%;
    height: 7.6875rem;
    padding-top: 1.25rem;
    padding-left: 1.25rem;
  }
}
.page-id-45 .recruit__flexItem:first-child .recruit__flexText {
  width: 9.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__flexItem:first-child .recruit__flexText {
    width: 8rem;
  }
}
.page-id-45 .recruit__flexItem:first-child .recruit__flexImg {
  width: 9.5rem;
  top: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__flexItem:first-child .recruit__flexImg {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.page-id-45 .recruit__flexItem:nth-child(2) .recruit__flexText {
  width: 10.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__flexItem:nth-child(2) .recruit__flexText {
    width: 8.875rem;
  }
}
.page-id-45 .recruit__flexItem:nth-child(2) .recruit__flexImg {
  width: 9.3125rem;
  top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__flexItem:nth-child(2) .recruit__flexImg {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.page-id-45 .recruit__flexItem:last-child .recruit__flexText {
  width: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__flexItem:last-child .recruit__flexText {
    width: 6.25rem;
    margin-top: 0.375rem;
    margin-left: 1rem;
  }
}
.page-id-45 .recruit__flexItem:last-child .recruit__flexImg {
  width: 10.0625rem;
  top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__flexItem:last-child .recruit__flexImg {
    top: 1.4375rem;
    right: 0.4375rem;
    width: 9.375rem;
  }
}
.page-id-45 .recruit__flexText {
  text-align: center;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__flexText {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
  }
}
.page-id-45 .recruit__flexImg {
  position: absolute;
  right: 0;
}
.page-id-45 .recruit__buttomWrapper {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__buttomWrapper {
    margin-top: 1.25rem;
  }
}
.page-id-45 .recruit__bottom {
  color: #1A462C;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__bottom {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.page-id-45 .recruit__bottom:last-of-type {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .recruit__bottom:last-of-type {
    margin-top: 1.875rem;
    line-height: 1.5625;
  }
}
.page-id-45 .whiteButton--recruit {
  margin: 0 auto;
  margin-top: 1.875rem;
  width: 14.875rem;
  padding-inline: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-45 .whiteButton--recruit {
    margin-top: 2.0625rem;
    font-size: 1rem;
    padding-block: 1.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-45 .whiteButton--recruit .whiteButton__arrow {
    width: 1rem;
    right: -0.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-45 .whiteButton--recruit .whiteButton__arrow::before, .page-id-45 .whiteButton--recruit .whiteButton__arrow::after {
    width: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-45 .whiteButton--recruit .whiteButton__arrow::before {
    top: -0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-45 .whiteButton--recruit .whiteButton__arrow::after {
    top: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .page-id-43 .hero-copy {
    font-size: 1.1875rem;
    letter-spacing: -0.05em;
  }
}
.page-id-43 .c-intro {
  margin-bottom: 8rem;
  height: 41.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .c-intro {
    height: 49.3125rem;
    margin-top: 5.9375rem;
    margin-bottom: 3.5625rem;
  }
}
.page-id-43 .c-intro .intro__flex {
  gap: 6.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .c-intro .intro__flex {
    padding-top: 0;
    gap: 1.25rem;
  }
}
.page-id-43 .c-intro .intro__flexLeft {
  width: 25.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .c-intro .intro__flexLeft {
    width: 100%;
  }
}
.page-id-43 .c-intro .intro__leftImg {
  margin-top: 0;
  width: 25.3125rem;
  height: 34rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .c-intro .intro__leftImg {
    width: 16.5625rem;
    height: 11.625rem;
    margin-top: -2.1875rem;
  }
}
.page-id-43 .c-intro .intro__leftImg img {
  height: 100%;
}
.page-id-43 .c-intro .intro__flexRight {
  width: 30.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .c-intro .intro__flexRight {
    width: 100%;
    padding-left: 2.3125rem;
  }
}
.page-id-43 .c-intro .cb__introSubTitle {
  font-size: 1.5rem;
  line-height: 1.2083333333;
  margin-top: 1.5625rem;
  position: relative;
  margin-left: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .c-intro .cb__introSubTitle {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}
.page-id-43 .c-intro .cb__introSubTitle::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.1875rem;
  background-color: #fff;
  position: absolute;
  top: 0.9375rem;
  left: -1.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .c-intro .cb__introSubTitle::before {
    top: 0.5rem;
  }
}
.page-id-43 .secTitle--service::before {
  content: "Service";
}
.page-id-43 .secTitle--service::after {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .secTitle--service::after {
    width: 10.75rem;
  }
}
.page-id-43 .service__cardBox {
  margin-top: 1.625rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-id-43 .service__cardBox {
    margin-top: 1.25rem;
    flex-direction: column;
  }
}
.page-id-43 .service__cardItem {
  background-color: #B7C4BC;
  border-right: 1px dashed #1A462C;
  position: relative;
  padding: 2.5rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .service__cardItem {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed #1A462C;
    padding: 1.875rem 2.5rem;
  }
}
.page-id-43 .service__cardItem:first-child {
  width: 22.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .service__cardItem:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-id-43 .service__cardItem:nth-child(2) {
    height: 13.125rem;
  }
}
.page-id-43 .service__cardItem:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  .page-id-43 .service__cardItem:last-child {
    height: 11.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-43 .service__cardItem:last-child .service__cardText {
    margin-top: 1.375rem;
  }
}
.page-id-43 .service__cardItem:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.png");
  opacity: 0.1;
}
.page-id-43 .service__cardTitle {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .page-id-43 .service__cardTitle {
    font-size: 1rem;
    text-align: center;
  }
}
.page-id-43 .service__cardText {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .service__cardText {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}
.page-id-43 .cb {
  margin-top: 8rem;
  position: relative;
  overflow: hidden;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb {
    margin-top: 3.75rem;
    padding-bottom: 7.25rem;
  }
}
.page-id-43 .secTitle--cb::before {
  content: "Carbon Credits";
}
.page-id-43 .secTitle--cb::after {
  width: 17.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .secTitle--cb::after {
    width: 12rem;
  }
}
.page-id-43 .cb__flexBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexBox {
    flex-direction: column;
  }
}
.page-id-43 .cb__flexBox:first-of-type {
  margin-left: 2.9375rem;
  gap: 18.1875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexBox:first-of-type {
    gap: 0.9375rem;
    margin-left: 0;
    margin-top: 1.0625rem;
  }
}
.page-id-43 .cb__flexBox:first-of-type .cb__flexLeft {
  width: 17.875rem;
  padding-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexBox:first-of-type .cb__flexLeft {
    width: 16.0625rem;
    padding-top: 0;
  }
}
.page-id-43 .cb__flexBox:first-of-type .cb__flexRight {
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexBox:first-of-type .cb__flexRight {
    width: 18.75rem;
    margin-top: 0.5625rem;
  }
}
.page-id-43 .cb__flexBox:first-of-type .cb__flexRight img {
  height: 100%;
}
.page-id-43 .cb__flexBox:nth-of-type(2) {
  margin-left: 3.875rem;
  gap: 20.3125rem;
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexBox:nth-of-type(2) {
    flex-direction: column-reverse;
    gap: 1.875rem;
    margin-left: 0;
    margin-top: 1.875rem;
  }
}
.page-id-43 .cb__flexBox:nth-of-type(2) .cb__flexLeft {
  width: 18.25rem;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexBox:nth-of-type(2) .cb__flexLeft {
    width: 14.1875rem;
    padding-top: 0;
    margin-left: 2.75rem;
  }
}
.page-id-43 .cb__flexBox:nth-of-type(2) .cb__flexRight {
  width: 14.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexBox:nth-of-type(2) .cb__flexRight {
    width: 15.8125rem;
  }
}
.page-id-43 .cb__flexBox:nth-of-type(3) {
  margin-left: 2.875rem;
  gap: 21.125rem;
  margin-top: 7.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexBox:nth-of-type(3) {
    gap: 1.875rem;
    margin-left: 0;
    margin-top: 4.0625rem;
  }
}
.page-id-43 .cb__flexBox:nth-of-type(3) .cb__flexLeft {
  width: 16.9375rem;
  padding-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexBox:nth-of-type(3) .cb__flexLeft {
    width: 16.1875rem;
    padding-top: 0;
  }
}
.page-id-43 .cb__flexBox:nth-of-type(3) .cb__flexRight {
  width: 13.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexBox:nth-of-type(3) .cb__flexRight {
    width: 10.8125rem;
    margin-left: 3.625rem;
  }
}
.page-id-43 .cb-circleItem {
  position: absolute;
  left: 40.875rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb-circleItem {
    left: auto;
    right: -0.8125rem;
  }
}
.page-id-43 .cb-circleItem:nth-child(2) {
  top: 12.0625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb-circleItem:nth-child(2) {
    top: 4.5625rem;
  }
}
.page-id-43 .cb-circleItem:nth-child(3) {
  top: 30.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb-circleItem:nth-child(3) {
    top: 35.4375rem;
  }
}
.page-id-43 .cb-circleItem:nth-child(4) {
  top: 48.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb-circleItem:nth-child(4) {
    top: 59.25rem;
  }
}
.page-id-43 .cb-line {
  display: block;
  width: 0.125rem;
  height: 32.4375rem;
  position: absolute;
  top: 16.4375rem;
  left: 44.25rem;
  background-color: #1A462C;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb-line {
    left: auto;
    right: 1.5625rem;
    height: 54.3125rem;
    top: 6.25rem;
  }
}
.page-id-43 .cb__flexTitle {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.1818181818;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexTitle {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexTitle--listNo {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 0.625;
    margin-right: 0.8125rem;
  }
}
.page-id-43 .cb__flexText {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexText {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    padding-left: 1.6875rem;
    margin-top: 0.9375rem;
  }
}
.page-id-43 .cb__flexList {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexList {
    padding-left: 1.6875rem;
  }
}
.page-id-43 .cb__flexList li {
  list-style: disc;
  margin-left: 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexList li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb__flexList li:first-child {
    margin-top: 0.1875rem;
  }
}
.page-id-43 .secTitle--cb2::before {
  content: "Carbon Credits";
}
.page-id-43 .secTitle--cb2::after {
  width: 21.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .secTitle--cb2::after {
    width: 7.5rem;
  }
}
.page-id-43 .cb2__flexBox {
  display: flex;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb2__flexBox {
    flex-direction: column;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 1.25rem;
  }
}
.page-id-43 .cb2__flexItem {
  width: 31.25rem;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  text-align: center;
  padding-inline: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb2__flexItem {
    width: 100%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-right: 2.375rem;
    padding-left: 2.375rem;
  }
}
.page-id-43 .cb2__flexItem:first-child {
  background-color: #B7C4BC;
}
.page-id-43 .cb2__flexItem:last-child {
  background-color: #DAE4DB;
}
.page-id-43 .cb2__flexTitle {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2083333333;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb2__flexTitle {
    font-size: 1.25rem;
  }
}
.page-id-43 .cb2__flexSub {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb2__flexSub {
    margin-top: 0.3125rem;
  }
}
.page-id-43 .cb2__flexImg {
  width: 7.375rem;
  margin: 0 auto;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb2__flexImg {
    margin-top: 0.3125rem;
  }
}
.page-id-43 .cb2__flexText {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb2__flexText {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
  }
}
.page-id-43 .cb2__flexBlock {
  line-height: 1.25;
  letter-spacing: 0.03em;
  padding: 0.5625rem 0.9375rem 0.5625rem 1.0625rem;
  border: 2px solid #1A462C;
  position: relative;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .cb2__flexBlock {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-left: 0.8125rem;
    width: 17.8125rem;
    padding: 0;
  }
}
.page-id-43 .cb2__flexEx {
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #C93128;
  color: #fff;
  border-radius: 50%;
  top: 0.875rem;
  left: -0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-43 .reason {
  margin-top: 7.5625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .reason {
    margin-top: 3.75rem;
  }
}
.page-id-43 .secTitle--reason::before {
  content: "Reason";
}
.page-id-43 .secTitle--reason::after {
  width: 43.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .secTitle--reason::after {
    width: 10.875rem;
  }
}
.page-id-43 .reason__flexWrapper {
  margin-top: 1.875rem;
  display: flex;
  gap: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .reason__flexWrapper {
    flex-direction: column-reverse;
    margin-top: 1.25rem;
    gap: 1.25rem;
  }
}
.page-id-43 .reason__flexLeft {
  width: 31.5625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .reason__flexLeft {
    width: 100%;
  }
}
.page-id-43 .reason__flexLeftItem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.125rem;
  width: 31.5625rem;
  border-bottom: 1px solid rgba(26, 70, 44, 0.3);
  padding-top: 1.25rem;
  padding-bottom: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .reason__flexLeftItem {
    gap: 1.875rem;
    width: 100%;
    padding-top: 1.5625rem;
    padding-bottom: 1.5rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .page-id-43 .reason__flexLeftItem:first-child {
    padding-top: 0;
  }
}
.page-id-43 .reason__flexLeftList {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1944444444;
  position: relative;
  color: #1A462C;
  margin-top: 0.8125rem;
  margin-left: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .reason__flexLeftList {
    margin-top: 0;
    margin-left: 0;
  }
}
.page-id-43 .reason__flexLeftList:before {
  content: "Reason";
  display: block;
  position: absolute;
  top: -0.625rem;
  left: 0;
  font-size: 0.625rem;
}
.page-id-43 .reason__flexLeftDetail {
  width: 21.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .reason__flexLeftDetail {
    width: 14.5rem;
  }
}
.page-id-43 .reason__flexTitle {
  font-size: 1.375rem;
  line-height: 1.1818181818;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-id-43 .reason__flexTitle {
    font-size: 1rem;
  }
}
.page-id-43 .reason__flexText {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .reason__flexText {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-top: 0.625rem;
  }
}
.page-id-43 .reason__flexRight {
  width: 21.5625rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .reason__flexRight {
    margin-top: 0;
    width: 100%;
  }
}
.page-id-43 .reason__flexRightImg {
  display: block;
  height: 17.8125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .reason__flexRightImg {
    height: 14.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-id-43 .reason__flexRightImg {
    width: 100vw;
    margin-left: calc(50% - 58vw);
    margin-top: 0;
  }
}
.page-id-43 .reason__flexRightImg img {
  height: 100%;
  object-fit: cover;
}
.page-id-43 .point {
  margin-top: 10.75rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-id-43 .point {
    margin-top: 3.75rem;
  }
}
.page-id-43 .secTitle--point::after {
  width: 18.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .secTitle--point::after {
    width: 13.3125rem;
  }
}
.page-id-43 .point__cardWrapper {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .point__cardWrapper {
    margin-top: 1.25rem;
  }
}
.page-id-43 .point__card1 {
  width: 20.625rem;
  height: 18.4375rem;
  padding: 1.25rem 5rem 1.25rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .point__card1 {
    width: 100%;
    height: 12.375rem;
    padding: 0.9375rem 2.5rem 1.875rem 2.5rem;
  }
}
.page-id-43 .point__cardTitle {
  line-height: 1.3636363636;
}
.page-id-43 .point__card2 {
  width: 20.625rem;
  height: 16.5625rem;
  padding: 1.25rem 3.75rem 1.25rem 3.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .point__card2 {
    width: 100%;
    height: 12.375rem;
    padding: 0.9375rem 2.5rem 1.875rem 2.5rem;
  }
}
.page-id-43 .point__card2 .point__cardText {
  width: 12.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .point__card2 .point__cardText {
    width: 14.6875rem;
  }
}
.page-id-43 .point__card3 {
  width: 19.4375rem;
  height: 16.5625rem;
  padding: 1.25rem 5rem 1.25rem 3.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .point__card3 {
    width: 100%;
    height: 11.1875rem;
    padding: 0.9375rem 2.5rem 1.875rem 2.5rem;
  }
}
.page-id-43 .point__card3 .point__cardText {
  width: 11.1875rem;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .page-id-43 .point__card3 .point__cardText {
    width: 14.6875rem;
  }
}
.page-id-43 .vietnam {
  margin-top: 10.625rem;
  margin-bottom: 8.0625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.page-id-43 .secTitle--vietnam::before {
  content: "Vietnam";
}
.page-id-43 .secTitle--vietnam::after {
  width: 26.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .secTitle--vietnam::after {
    width: 11.9375rem;
  }
}
.page-id-43 .vietnam__top {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
  color: #292113;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__top {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin-top: 1.25rem;
    margin-left: 0.9375rem;
  }
}
.page-id-43 .vietnam__subTitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #292113;
  margin-top: 1.5625rem;
  margin-left: 2.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__subTitle {
    font-size: 1rem;
    margin-top: 0.9375rem;
    line-height: 1.1875;
    margin-left: 2.9375rem;
  }
}
.page-id-43 .vietnam__subTitle:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #C93128;
  left: -2.1875rem;
  top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__subTitle:before {
    left: -2rem;
    top: 0.25rem;
  }
}
.page-id-43 .vietnam__flexWrapper {
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexWrapper {
    margin-top: 2.8125rem;
  }
}
.page-id-43 .vietnam__flexItem {
  display: flex;
  justify-content: space-between;
  padding-inline: 4.6875rem;
  padding-top: 3.125rem;
  padding-bottom: 3.0625rem;
  border-bottom: 1px dashed #1A462C;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexItem {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }
}
.page-id-43 .vietnam__flexItem:first-child {
  padding-top: 0;
}
.page-id-43 .vietnam__flexItem:first-child .vietnam__flexLeft {
  width: 24.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexItem:first-child .vietnam__flexLeft {
    width: 14.6875rem;
  }
}
.page-id-43 .vietnam__flexItem:first-child .vietnam__listTitle::before {
  content: "01";
}
.page-id-43 .vietnam__flexItem:first-child .vietnam__flexRight {
  width: 25.0625rem;
  background-color: rgba(26, 70, 44, 0.3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexItem:first-child .vietnam__flexRight {
    width: 17.8125rem;
    height: 10.4375rem;
  }
}
.page-id-43 .vietnam__flexItem:first-child .vietnam__flexRight img {
  width: 18.75rem;
  position: absolute;
  top: 1.8125rem;
  right: 2.375rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexItem:first-child .vietnam__flexRight img {
    width: 14.125rem;
    position: static;
    margin-top: 1.375rem;
    margin-left: 2.3125rem;
  }
}
.page-id-43 .vietnam__flexItem:nth-child(2) .vietnam__flexLeft {
  width: 25.0625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexItem:nth-child(2) .vietnam__flexLeft {
    width: 14.6875rem;
  }
}
.page-id-43 .vietnam__flexItem:nth-child(2) .vietnam__listTitle::before {
  content: "02";
}
.page-id-43 .vietnam__flexItem:nth-child(2) .vietnam__flexRight {
  width: 24.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexItem:nth-child(2) .vietnam__flexRight {
    width: 16.5625rem;
  }
}
.page-id-43 .vietnam__flexItem:nth-child(2) .vietnam__flexRight img {
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexItem:nth-child(2) .vietnam__flexRight img {
    margin-top: 0;
  }
}
.page-id-43 .vietnam__flexItem:nth-child(3) .vietnam__flexLeft {
  width: 26.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexItem:nth-child(3) .vietnam__flexLeft {
    width: 14.6875rem;
  }
}
.page-id-43 .vietnam__flexItem:nth-child(3) .vietnam__listTitle::before {
  content: "03";
}
.page-id-43 .vietnam__flexItem:nth-child(3) .vietnam__flexRight {
  width: 18.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexItem:nth-child(3) .vietnam__flexRight {
    width: 14.125rem;
  }
}
.page-id-43 .vietnam__flexItem:nth-child(4) {
  border: none;
}
.page-id-43 .vietnam__flexItem:nth-child(4) .vietnam__flexLeft {
  width: 27.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexItem:nth-child(4) .vietnam__flexLeft {
    width: 14.6875rem;
  }
}
.page-id-43 .vietnam__flexItem:nth-child(4) .vietnam__listTitle::before {
  content: "04";
}
.page-id-43 .vietnam__flexItem:nth-child(4) .vietnam__flexRight {
  width: 18.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexItem:nth-child(4) .vietnam__flexRight {
    width: 13.25rem;
  }
}
.page-id-43 .vietnam__listTitle {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  margin-left: 4.625rem;
  position: relative;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__listTitle {
    font-size: 1rem;
    line-height: 1.5625;
    margin-left: 2.75rem;
    margin-top: 0;
  }
}
.page-id-43 .vietnam__listTitle:before {
  content: "";
  position: absolute;
  top: -0.3125rem;
  left: -3.5rem;
  color: #1A462C;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__listTitle:before {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    top: 0.125rem;
    left: -2.25rem;
  }
}
.page-id-43 .vietnam__listTitle::after {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -4.4375rem;
  display: block;
  width: 0.1875rem;
  height: 2.8125rem;
  background: linear-gradient(to bottom, #1A462C 26%, #B7C4BC 100%);
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__listTitle::after {
    height: 2.1875rem;
    left: -2.75rem;
    top: 0;
  }
}
.page-id-43 .vietnam__flexText {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.875;
  margin-top: 0.9375rem;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__flexText {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-top: 0.1875rem;
    margin-left: 0;
  }
}
.page-id-43 .vietnam__bottom {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 1.875rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-id-43 .vietnam__bottom {
    font-size: 1rem;
    line-height: 1.875;
    width: 20.3125rem;
    margin: 0 calc(50% - 10.125rem);
  }
}
.page-id-43 .vietnam__bottom .vietnam__bottomText {
  position: relative;
}
.page-id-43 .vietnam__bottom .vietnam__bottomText:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background-color: rgba(26, 70, 44, 0.3);
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: skew(27deg);
}

.page-id-49 .faq {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .page-id-49 .faq {
    margin-top: 3.5rem;
  }
}
.page-id-49 summary {
  display: block;
}
.page-id-49 summary::-webkit-details-marker {
  display: none;
}
.page-id-49 summary:hover {
  cursor: pointer;
}
.page-id-49 .faq__item {
  padding: 2.1875rem 3.75rem 2.125rem 5.875rem;
  border-bottom: 1px dashed #000;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.875;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page-id-49 .faq__item {
    padding: 1.5625rem 2.5625rem 1.5rem 2.75rem;
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}
.page-id-49 .faq__item[open] .faq__question::after {
  transform: rotate(90deg);
}
.page-id-49 .faq__question {
  font-weight: 700;
  position: relative;
  display: block;
}
.page-id-49 .faq__question::before, .page-id-49 .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #000;
  transition: all 0.3s;
}
.page-id-49 .faq__question::before {
  right: 0;
  width: 1.5625rem;
  height: 0.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-49 .faq__question::before {
    width: 0.9375rem;
    height: 0.0625rem;
    right: -1.5rem;
  }
}
.page-id-49 .faq__question::after {
  right: 0.6875rem;
  width: 0.125rem;
  height: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .page-id-49 .faq__question::after {
    width: 0.0625rem;
    height: 0.9375rem;
    right: -1.0625rem;
  }
}
.page-id-49 .faq__question-text {
  position: relative;
  width: 47.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-id-49 .faq__question-text {
    width: 14.375rem;
  }
}
.page-id-49 .faq__question-text::before {
  content: "Q";
  position: absolute;
  color: #1A462C;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  left: -2.125rem;
  top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-49 .faq__question-text::before {
    top: -0.6875rem;
    left: -1.875rem;
  }
}
.page-id-49 .faq__answer {
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .page-id-49 .faq__answer {
    padding-top: 3.125rem;
  }
}
.page-id-49 .faq__answer-text {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-id-49 .faq__answer-text {
    width: 16.0625rem;
  }
}
.page-id-49 .faq__answer-text::before {
  content: "A";
  position: absolute;
  color: #C93128;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  left: -2.125rem;
  top: 0;
}

.page-id-51 .recruit-bg .wave {
  position: absolute;
  top: 22.0625rem;
  left: -0.0625rem;
  width: 83.125rem;
  z-index: -1;
  display: block;
}
@media screen and (min-width: 1441px) {
  .page-id-51 .recruit-bg .wave {
    left: calc((100vw - 1440px) / 2 + -1px);
  }
}
@media screen and (max-width: 767px) {
  .page-id-51 .recruit-bg .wave {
    width: 23.4375rem;
    top: 5.1875rem;
    left: -0.125rem;
  }
}
.page-id-51 .recruit-bg .wave2 {
  position: absolute;
  z-index: -1;
  top: 252.8125rem;
  left: 0.0625rem;
  width: 102.4375rem;
}
@media screen and (min-width: 1441px) {
  .page-id-51 .recruit-bg .wave2 {
    left: calc((100vw - 1440px) / 2 + 0.0625rem);
  }
}
@media screen and (max-width: 767px) {
  .page-id-51 .recruit-bg .wave2 {
    top: 234.4375rem;
    left: 0;
    width: 23.4375rem;
  }
}
.page-id-51 .company-top {
  padding-top: 15.9375rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top {
    padding-top: 8.5rem;
  }
}
.page-id-51 .company-top .companyName {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .companyName {
    font-size: 1.75rem;
    line-height: 1.2142857143;
  }
}
.page-id-51 .company-top .content-block:first-of-type {
  margin-top: 7.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .content-block:first-of-type {
    margin-top: 1.75rem;
    width: 100%;
  }
}
.page-id-51 .company-top .content-block:first-of-type .content-text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .content-block:first-of-type .content-text {
    margin-top: 0.3125rem;
  }
}
.page-id-51 .company-top .content-block:nth-of-type(2) {
  margin-top: 20.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .content-block:nth-of-type(2) {
    margin-top: 6.25rem;
    margin-left: 1.875rem;
  }
}
.page-id-51 .company-top .content-block:nth-of-type(2) .content-block__item:last-child {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .content-block:nth-of-type(2) .content-block__item:last-child {
    margin-top: 2.5rem;
  }
}
.page-id-51 .company-top .content-block:nth-of-type(2) .content-block__item:last-child .content-text:last-child {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .content-block:nth-of-type(2) .content-block__item:last-child .content-text:last-child {
    margin-top: 0.3125rem;
  }
}
.page-id-51 .company-top .content-block:nth-of-type(3) {
  margin-top: 14.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .content-block:nth-of-type(3) {
    margin-top: 4.6875rem;
  }
}
.page-id-51 .company-top .content-block:nth-of-type(3) .content-block__item:last-child {
  margin-top: 4.8125rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .content-block:nth-of-type(3) .content-block__item:last-child {
    margin-top: 2.5625rem;
  }
}
.page-id-51 .company-top .content-block:nth-of-type(4) {
  margin-top: 12.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-top .content-block:nth-of-type(4) {
    margin-top: 6.25rem;
    margin-left: 1.875rem;
  }
}
.page-id-51 .company-middle {
  margin-top: 14.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-middle {
    margin-top: 6.25rem;
  }
}
.page-id-51 .company-middle .company-middle__wrapper {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-middle .company-middle__wrapper {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    width: 17.8125rem;
  }
}
.page-id-51 .company-middle .company__secTitle {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-middle .company__secTitle {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.page-id-51 .company-middle .company-middle__flexWrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-middle .company-middle__flexWrapper {
    gap: 1.4375rem;
    margin-top: 0.125rem;
  }
}
.page-id-51 .company-middle .company-middle__flexBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-middle .company-middle__flexBox {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.625rem;
  }
}
.page-id-51 .company-middle .company-middle__flexLeft {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 2.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-middle .company-middle__flexLeft {
    padding-left: 2rem;
    font-size: 1rem;
    line-height: 1.5625;
  }
}
.page-id-51 .company-middle .company-middle__flexLeft::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-middle .company-middle__flexLeft::before {
    margin-top: -0.1875rem;
  }
}
.page-id-51 .company-middle .company-middle__flexBox:first-child .company-middle__flexLeft::before {
  content: "01";
}
.page-id-51 .company-middle .company-middle__flexBox:nth-child(2) .company-middle__flexLeft::before {
  content: "02";
}
.page-id-51 .company-middle .company-middle__flexBox:nth-child(3) .company-middle__flexLeft::before {
  content: "03";
}
.page-id-51 .company-middle .company-middle__flexRight {
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-middle .company-middle__flexRight {
    width: 100%;
  }
}
.page-id-51 .company-middle .company-middle__bottomText {
  width: 57rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-middle .company-middle__bottomText {
    width: 100%;
  }
}
.page-id-51 .company-bottom {
  position: relative;
  margin-top: 14.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom {
    margin-top: 7.5rem;
  }
}
.page-id-51 .company-bottom .shape img {
  position: absolute;
  z-index: -1;
}
.page-id-51 .company-bottom .shape .red-b-150 {
  width: 9.375rem;
  top: 92.8125rem;
  left: 20rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom .shape .red-b-150 {
    display: none;
  }
}
.page-id-51 .company-bottom .shape .green-b-50 {
  width: 3.125rem;
  top: 91rem;
  left: 26.6875rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom .shape .green-b-50 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom .content-text {
    margin-top: 1.875rem;
  }
}
.page-id-51 .company-bottom .content-block:first-child .content-block__item:nth-child(2) {
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom .content-block:first-child .content-block__item:nth-child(2) {
    margin-top: 2.5rem;
  }
}
.page-id-51 .company-bottom .content-block:nth-child(2) {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom .content-block:nth-child(2) {
    margin-top: 4.0625rem;
  }
}
.page-id-51 .company-bottom .content-block:nth-child(2) .content-block__item:nth-child(2) {
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom .content-block:nth-child(2) .content-block__item:nth-child(2) {
    margin-top: 2.5rem;
  }
}
.page-id-51 .company-bottom .content-block:nth-child(3) {
  margin-top: 16.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom .content-block:nth-child(3) {
    margin-top: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom .content-block--left {
    margin-left: 1.875rem;
  }
}
.page-id-51 .company-bottom .content-block__item--green {
  margin-top: 2.5625rem;
  padding: 2.5rem 2.25rem;
  background-color: #1A462C;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom .content-block__item--green {
    padding: 1.25rem 2rem 1.25rem 2.125rem;
    width: 19.6875rem;
    margin-top: 1.75rem;
  }
}
.page-id-51 .company-bottom .content-block__item--green .content-title {
  font-size: 2.25rem;
  line-height: 1.1944444444;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom .content-block__item--green .content-title {
    font-size: 1.75rem;
    line-height: 1.2142857143;
    letter-spacing: 0.03em;
  }
}
.page-id-51 .company-bottom .content-block__item--green .content-text--big {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2083333333;
  padding-bottom: 0.625rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page-id-51 .company-bottom .content-block__item--green .content-text--big {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}
.page-id-51 .job {
  margin-top: 16.5rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job {
    margin-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.page-id-51 .job .shape img {
  position: absolute;
  z-index: -1;
}
.page-id-51 .job .shape .red-b-200 {
  width: 12.5rem;
  top: 63.3125rem;
  right: 11.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .shape .red-b-200 {
    width: 6.25rem;
    top: auto;
    bottom: 8.8125rem;
    right: 3.875rem;
  }
}
.page-id-51 .job .shape .green-b-500 {
  width: 31.25rem;
  top: 69.6875rem;
  right: -10.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .shape .green-b-500 {
    width: 12.5rem;
    top: auto;
    bottom: -4.5rem;
    right: -4.25rem;
  }
}
.page-id-51 .job .job__secTitle {
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__secTitle {
    font-size: 1.5rem;
  }
}
.page-id-51 .job .job__sales {
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__sales {
    margin-top: 1rem;
  }
}
.page-id-51 .job .job__title {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__title {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
.page-id-51 .job .job__title dl {
  display: flex;
}
.page-id-51 .job .job__detailsWrapper {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__detailsWrapper {
    margin-top: 0.9375rem;
  }
}
.page-id-51 .job .job__detailItem {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-top: 2.3125rem;
  padding-left: 2.1875rem;
  padding-right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__detailItem {
    gap: 0.8125rem;
    padding-left: 1.375rem;
    padding-right: 0;
    margin-top: 2.1875rem;
  }
}
.page-id-51 .job .job__detailItem:first-child {
  margin-top: 0;
}
.page-id-51 .job .job__detailItem:nth-child(2) {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__detailItem:nth-child(2) {
    margin-top: 1.75rem;
  }
}
.page-id-51 .job .job__detailTitle {
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1875;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__detailTitle {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}
.page-id-51 .job .job__detailTitle::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -2.1875rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #1A462C;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__detailTitle::before {
    width: 0.625rem;
    height: 0.625rem;
    left: -1.25rem;
    top: 0.3125rem;
  }
}
.page-id-51 .job .job__detailText {
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__detailText {
    font-size: 0.875rem;
  }
}
.page-id-51 .job .job__needSkill {
  margin-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__needSkill {
    margin-top: 1.5rem;
  }
}
.page-id-51 .job .job__list {
  margin-top: 0.875rem;
  margin-left: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__list {
    margin-left: 2.0625rem;
    font-size: 0.875rem;
  }
}
.page-id-51 .job .job__list li {
  margin-top: 0.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__list li {
    line-height: 1.3;
    margin-top: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__list li:first-child {
    margin-top: 0;
  }
}
.page-id-51 .job .job__list li::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.125rem;
  height: 1.0625rem;
  background-image: url("../img/recruit/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: -1.625rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__list li::before {
    left: -2rem;
  }
}
.page-id-51 .job .job__needList {
  margin-top: 1.375rem;
}
.page-id-51 .job .job__welcomeSkill {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__welcomeSkill {
    margin-top: 1.8125rem;
  }
}
.page-id-51 .job .job__welcomeList {
  margin-top: 1.25rem;
}
.page-id-51 .job .job__person {
  margin-top: 2.1875rem;
}
.page-id-51 .job .job__parsonList {
  margin-top: 1.0625rem;
}
.page-id-51 .job .job__condition {
  margin-top: 2.1875rem;
}
.page-id-51 .job .job__conditionTable {
  margin-left: 1.875rem;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__conditionTable {
    margin-left: 0;
    margin-top: 0.9375rem;
  }
}
.page-id-51 .job .job__table,
.page-id-51 .job .job__table th,
.page-id-51 .job .job__table td {
  border: solid 1px #000;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__table,
  .page-id-51 .job .job__table th,
  .page-id-51 .job .job__table td {
    font-size: 0.875rem;
  }
}
.page-id-51 .job .job__table th {
  background-color: #D8DFDB;
  text-align: left;
  padding: 0.4375rem 0.375rem 0.75rem 0.5rem;
  line-height: 1.1875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__table th {
    padding: 0.5625rem 0.9375rem 0.75rem 0.375rem;
    width: 5rem;
    vertical-align: top;
  }
}
.page-id-51 .job .job__table td {
  padding-top: 0.4375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: 0.03em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__table td {
    padding: 0.625rem 0.5625rem 0.875rem 0.5625rem;
  }
}
.page-id-51 .job .job__entry {
  margin-top: 2.1875rem;
}
.page-id-51 .job .job__entryText {
  margin-top: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-left: 1.875rem;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__entryText {
    margin-left: 1.375rem;
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.page-id-51 .job .job__contact {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__contact {
    margin-top: 1.125rem;
  }
}
.page-id-51 .job .job__contactTable {
  margin-left: 1.875rem;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__contactTable {
    margin-left: 0;
  }
}
.page-id-51 .job .job__contactTable th {
  padding-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__contactTable th {
    padding-right: 1.6875rem;
    width: 8.4375rem;
  }
}
.page-id-51 .job .job__contactTable td {
  padding-right: 17.1875rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .job .job__contactTable td {
    padding-right: 0.625rem;
  }
}
.page-id-51 .content-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  width: 34.375rem;
}
@media screen and (max-width: 767px) {
  .page-id-51 .content-title {
    font-size: 1.5rem;
    line-height: 1.25;
    width: 100%;
  }
}
.page-id-51 .content-title--first {
  font-size: 1.5rem;
  line-height: 1.2083333333;
}
@media screen and (max-width: 767px) {
  .page-id-51 .content-title--first {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.page-id-51 .content-text {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-top: 1.875rem;
}
.page-id-51 .content-text .tight {
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-51 .content-text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
    margin-top: 0.9375rem;
  }
}
.page-id-51 .content-block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-id-51 .content-block {
    width: 17.8125rem;
  }
}
.page-id-51 .content-block--right {
  margin-left: 50%;
}
@media screen and (max-width: 767px) {
  .page-id-51 .content-block--right {
    margin-left: 0;
  }
}
.page-id-51 .text-bold {
  font-weight: 700;
}

.page-id-53 .topSec {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-53 .topSec {
    margin-top: 2.625rem;
  }
}
.page-id-53 .topSec__img {
  width: 100%;
}
.page-id-53 .seminar-entry {
  width: 19.75rem;
  height: 5.5rem;
  background-color: #fff;
  color: #000;
  border-bottom: 0.1875rem solid #1A462C;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  padding-left: 5.0625rem;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 2.5rem;
  font-weight: 700;
}
.page-id-53 .seminar-entry:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.page-id-53 .seminar-entry:hover::before {
  transform: translateX(0.625rem) rotate(45deg);
}
.page-id-53 .seminar-entry:hover::after {
  transform: translateX(0.625rem) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .page-id-53 .seminar-entry {
    margin-top: 1.5625rem;
  }
}
.page-id-53 .seminar-entry::before, .page-id-53 .seminar-entry::after {
  content: "";
  width: 0.625rem;
  height: 0.125rem;
  border-radius: 2px;
  background-color: #1A462C;
  position: absolute;
  right: 1.25rem;
  transition: 0.3s ease;
}
.page-id-53 .seminar-entry::before {
  top: 44%;
  transform: rotate(45deg);
}
.page-id-53 .seminar-entry::after {
  top: 52%;
  transform: rotate(-45deg);
}
.page-id-53 .seminar__redButton {
  position: absolute;
  background-color: #C93128;
  width: 3.125rem;
  height: 3.125rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  top: 1.1875rem;
  left: 0.9375rem;
}
.page-id-53 .seminarInfo {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .page-id-53 .seminarInfo {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.page-id-53 .seminarInfo__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-53 .seminarInfo__wrapper {
    gap: 1.875rem;
  }
}
.page-id-53 .seminerInfo__title {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #1A462C;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .page-id-53 .seminerInfo__title {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 0.1875rem;
  }
}
.page-id-53 .seminarInfo__list {
  border: 1px solid #1A462C;
  padding-block: 1.8125rem;
  padding-left: 2.5rem;
  margin-top: 0.3125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .page-id-53 .seminarInfo__list {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
    padding-block: 1.25rem;
    padding-left: 0.625rem;
  }
}
.page-id-53 .seminarInfo__list li {
  margin-left: 1.5625rem;
  position: relative;
  margin-top: 0.8125rem;
}
.page-id-53 .seminarInfo__list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page-id-53 .seminarInfo__list li {
    margin-top: 0.625rem;
  }
}
.page-id-53 .seminarInfo__list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.125rem;
  left: -1.5625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("../img/recruit/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page-id-53 .seminarInfo__list li::before {
    top: 0.25rem;
  }
}
.page-id-53 .seminarInfo__list--program li::before {
  background-image: none;
  border-radius: 50%;
  background-color: #1A462C;
}
.page-id-53 .seminarInfo__text {
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-left: 2.5rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .page-id-53 .seminarInfo__text {
    font-size: 0.875rem;
    line-height: 1.2142857143;
    letter-spacing: 0.02em;
    margin-left: 2.1875rem;
    margin-top: 1.5625rem;
  }
}
.page-id-53 .seminarInfo__caution {
  margin-top: 3.125rem;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .page-id-53 .seminarInfo__caution {
    letter-spacing: 0.02em;
    margin-top: 3.75rem;
  }
}

.page-id-13 .contact {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .page-id-13 .contact {
    font-size: 0.875rem;
  }
}
.page-id-13 .secTitle--service-contact::before {
  content: "Contact";
}
.page-id-13 .secTitle--service-contact::after {
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-13 .secTitle--service-contact::after {
    width: 5rem;
  }
}
.page-id-13 .contact__top {
  margin-top: 3.125rem;
  margin-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-13 .contact__top {
    margin-left: 0;
  }
}
.page-id-13 .contact__form {
  margin-top: 3.125rem;
}
.page-id-13 .form-item {
  border-top: 1px dashed #1A462C;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-block: 1.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-13 .form-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5625rem;
  }
}
.page-id-13 .form-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.page-id-13 .form-item-label-required {
  background-color: #C93128;
  padding: 0.3125rem 0.625rem 0.375rem 0.625rem;
  color: #fff;
  border-radius: 10px;
}
.page-id-13 .wpcf7-form-control-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-id-13 .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.page-id-13 .wpcf7-form-control-wrap input {
  width: 100%;
  background-color: #DAE4DB;
  border-radius: 5px;
  padding-block: 0.875rem 0.8125rem;
  padding-inline: 0.625rem;
}
.page-id-13 .wpcf7-form-control-wrap select {
  width: 100%;
  background-color: #DAE4DB;
  border-radius: 5px;
  height: 3.125rem;
  padding-left: 0.625rem;
}
.page-id-13 .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 12.5rem;
  background-color: #DAE4DB;
  border-radius: 5px;
  padding-block: 0.875rem 0.8125rem;
  padding-inline: 0.625rem;
}
.page-id-13 .wpcf7-submit {
  width: 18.75rem;
  height: 3.125rem;
  background-color: #1A462C;
  color: #fff;
  border-radius: 0.625rem;
  margin: 0 auto;
  display: block;
  transition: 0.3s ease;
  border: 1px solid #1A462C;
  margin-top: 1.875rem;
}
.page-id-13 .wpcf7-submit:hover {
  background-color: #fff;
  color: #1A462C;
}
.page-id-56 .privacy-policy {
  margin-top: 5rem;
  line-height: 1.5;
  margin-bottom: 5rem;
}
.page-id-56 .secTitle--privacy-policy::before {
  content: "Privacy policy";
}
.page-id-56 .secTitle--privacy-policy::after {
  width: 8.125rem;
}
@media screen and (max-width: 767px) {
  .page-id-56 .secTitle--privacy-policy::after {
    width: 5.1875rem;
  }
}

.page-id-58 .privacy-treat {
  margin-top: 5rem;
  line-height: 1.5;
  margin-bottom: 5rem;
}
.page-id-58 .secTitle--privacy-treat::before {
  content: "Data handling";
}
.page-id-58 .secTitle--privacy-treat::after {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-58 .secTitle--privacy-treat::after {
    width: 11.875rem;
  }
}

.page-id-60 .service-policy {
  margin-top: 5rem;
  line-height: 1.5;
  margin-bottom: 5rem;
}
.page-id-60 .secTitle--service-policy::before {
  content: "Service policy";
}
.page-id-60 .secTitle--service-policy::after {
  width: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .page-id-60 .secTitle--service-policy::after {
    width: 5rem;
  }
}

.page-id-62 .commerce {
  margin-top: 5rem;
  line-height: 1.5;
  margin-bottom: 5rem;
}
.page-id-62 .secTitle--commerce::before {
  content: "Legal Notice";
}
.page-id-62 .secTitle--commerce::after {
  width: 16.25rem;
}
@media screen and (max-width: 767px) {
  .page-id-62 .secTitle--commerce::after {
    width: 11.875rem;
  }
}

.archive .news {
  margin-top: 3.75rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .archive .secTitle--news::after {
    width: 2.5rem;
  }
}
.archive .news__wrapper {
  margin-top: 3.125rem;
}
.archive .news__item {
  padding: 2rem 0;
  border-top: 1px solid #1A462C;
  display: block;
  display: flex;
  gap: 3.125rem;
  color: #000;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .archive .news__item {
    flex-direction: column;
    gap: 0.9375rem;
    padding: 1.25rem 0;
    align-items: flex-start;
    font-size: 0.875rem;
  }
}
.archive .news__item:hover {
  opacity: 0.7;
}
.archive .news__item:first-child {
  padding-top: 0;
  border-top: none;
}
.archive .news__time {
  font-weight: 500;
}
.archive .pagination {
  text-align: center;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .archive .pagination {
    margin-top: 1.75rem;
  }
}
.archive .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.archive .pagination .page-numbers {
  color: #1A462C;
}
.archive .pagination .page-numbers.current {
  display: block;
  width: 1.25rem;
  height: 1.5625rem;
  background-color: #1A462C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1875rem;
}

.single .article__wrapper {
  margin-top: 3.75rem;
}
.single .article__time {
  font-weight: 500;
  color: #1A462C;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .single .article__time {
    font-size: 1rem;
  }
}
.single .article__title {
  margin-top: 2.5rem;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .single .article__title {
    font-size: 1.25rem;
  }
}
.single .article__content {
  font-size: 1.125rem;
  margin-top: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single .article__content {
    font-size: 1rem;
  }
}
.single .post-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 3.75rem;
  margin-bottom: 5rem;
}
.single .post-nav__prev a,
.single .post-nav__next a {
  display: block;
  padding: 0.9375rem 0.625rem;
  background-color: #1A462C;
  color: #fff;
  border: 1px solid #1A462C;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .single .post-nav__prev a,
  .single .post-nav__next a {
    font-size: 0.875rem;
  }
}
.single .post-nav__prev a:hover,
.single .post-nav__next a:hover {
  background-color: #fff;
  color: #1A462C;
}
.single .post-nav__archive a {
  display: block;
  padding: 0.9375rem 0.5rem;
  color: #1A462C;
  border: 1px solid #1A462C;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .single .post-nav__archive a {
    font-size: 0.875rem;
  }
}
.single .post-nav__archive a:hover {
  background-color: #1A462C;
  color: #fff;
}/*# sourceMappingURL=style.css.map */