.arrows-alpha-sustainability {
  color: #454545;
  line-height: 1.7;
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .arrows-alpha-sustainability {
    padding-bottom: 64px;
  }
}

.p-arrows-alpha-sustainability-kv {
  background-color: #F9F9F9;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-kv {
    min-height: calc(100vh - 8rem);
    position: relative;
  }
}

.p-arrows-alpha-sustainability-kv_txtWrap {
  padding: 58px 20px 50px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-kv_txtWrap {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 58px 52px 50px;
  }
}

.p-arrows-alpha-sustainability-kv_logo {
  width: 45%;
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-kv_logo {
    margin-bottom: 32px;
  }
}

.p-arrows-alpha-sustainability-kv_mainTtl {
  line-height: 1.3;
  margin-bottom: 22px;
  font-size: clamp(2rem, 8.6vw, 5.5rem);
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-kv_mainTtl {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-kv_img {
    height: calc(100vh - 8rem);
    width: auto;
    text-align: right;
  }
}
@media screen and (max-width: 959px) {
  .p-arrows-alpha-sustainability-kv_img img {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-kv_img img {
    height: 100%;
    width: auto;
  }
}

.p-arrows-alpha-sustainability-btnData {
  display: none;
}

.js-arrows-alpha-sustainability-ttlGrad {
  background: linear-gradient(70deg, #004858 0% 30%, #25d4b1 60%, rgba(0, 0, 0, 0) 80% 100%);
  background-size: 500% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  padding-top: 0.1em;
}
.js-arrows-alpha-sustainability-ttlGrad.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: gradientMove 3s ease forwards;
          animation: gradientMove 3s ease forwards;
}

@-webkit-keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.p-arrows-alpha-sustainability-intro {
  padding: 80px 20px;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-intro {
    text-align: center;
    padding-block: 100px;
  }
}
.p-arrows-alpha-sustainability-intro p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-intro p:not(:last-child) {
    margin-bottom: 40px;
  }
}

.p-arrows-alpha-sustainability-intro_ttl {
  font-size: clamp(2rem, 6.5vw, 4rem);
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-intro_ttl {
    margin-bottom: 54px;
  }
}
.p-arrows-alpha-sustainability-intro_ttl .palt {
  margin-left: -0.4em;
}
.p-arrows-alpha-sustainability-intro_ttl .palt-l {
  margin-left: -0.8em;
}

.p-arrows-alpha-sustainability-sectionTtl {
  background-color: #004858;
  color: white;
  padding: 4px 50px 14px 20px;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-sectionTtl {
    text-align: center;
    font-size: 2.5rem;
    padding-block: 20px 34px;
  }
}
.p-arrows-alpha-sustainability-sectionTtl::before, .p-arrows-alpha-sustainability-sectionTtl::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50%;
  right: 0;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-sectionTtl::before, .p-arrows-alpha-sustainability-sectionTtl::after {
    width: 100px;
    height: 100%;
  }
}
.p-arrows-alpha-sustainability-sectionTtl::before {
  top: 0;
  background: #DAE3E9;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-sectionTtl::before {
    right: 100px;
  }
}
.p-arrows-alpha-sustainability-sectionTtl::after {
  bottom: 0;
  background: #E7DCC9;
}
.p-arrows-alpha-sustainability-sectionTtl > span {
  font-size: 3.2rem;
  display: block;
  margin-inline: -0.4em;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-sectionTtl > span {
    font-size: 5.5rem;
  }
}

.p-arrows-alpha-sustainability-columnContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-arrows-alpha-sustainability-columnContent:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-columnContent:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 959px) {
  .p-arrows-alpha-sustainability-columnContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-inline: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-columnContent {
    gap: 5vw;
    margin-inline: 5vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-arrows-alpha-sustainability-columnContent.-reverse {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.p-arrows-alpha-sustainability-columnContent_txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-columnContent_txtWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 32px;
  }
}

.p-arrows-alpha-sustainability-columnContent_ttl {
  background-color: #F9F9F9;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  gap: 8px;
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-columnContent_ttl {
    font-size: 2.5rem;
    gap: 10px;
    padding: 12px 20px;
  }
}
.p-arrows-alpha-sustainability-columnContent_ttl img {
  width: 35px;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-columnContent_ttl img {
    width: 45px;
  }
}

.p-arrows-alpha-sustainability-columnContent_catch {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-columnContent_catch > span {
    font-size: 4rem;
    font-weight: normal;
  }
}

@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-columnContent_img {
    width: 56%;
  }
}
.p-arrows-alpha-sustainability-columnContent_img.-content02-02img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-columnContent_img.-content02-02img {
    gap: 20px;
  }
}
.p-arrows-alpha-sustainability-columnContent_img.-content02-02img > div {
  display: block;
}
.p-arrows-alpha-sustainability-columnContent_img.-content02-02img > div:first-child {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-arrows-alpha-sustainability-columnContent_img.-content02-02img > div:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-arrows-alpha-sustainability-columnContent_img.-content02-02img > div:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-arrows-alpha-sustainability-columnContent_img.-content02-02img > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-arrows-alpha-sustainability-columnContent_img img {
  border-radius: 15px;
}

.p-arrows-alpha-sustainability-eco_main {
  position: relative;
}

.p-arrows-alpha-sustainability-eco_txtWrap {
  position: absolute;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-arrows-alpha-sustainability-eco_txtWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-eco_txtWrap {
    top: 50%;
    right: 5vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.p-arrows-alpha-sustainability-eco_ttl {
  font-size: clamp(3rem, 8vw, 5.5rem);
  line-height: 1.3;
}

.p-arrows-alpha-sustainability-eco_mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  gap: 12px;
}

.p-arrows-alpha-sustainability-eco_main_bg {
  position: relative;
  z-index: 1;
}
.p-arrows-alpha-sustainability-eco_main_bg img {
  width: 100%;
}

.p-arrows-alpha-sustainability-eco_txt {
  padding: 64px 20px 100px;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-eco_txt {
    text-align: center;
    padding-block: 100px 160px;
  }
}
.p-arrows-alpha-sustainability-eco_txt p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-eco_txt p:not(:last-child) {
    margin-bottom: 40px;
  }
}

.p-arrows-alpha-sustainability-detail {
  position: relative;
}

.p-arrows-alpha-sustainability-detail_txtWrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-arrows-alpha-sustainability-detail_txtWrap {
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-block: 40px 32px;
  }
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-detail_txtWrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    gap: 40px;
    padding-inline: 5vw;
  }
}

@media screen and (max-width: 959px) {
  .p-arrows-alpha-sustainability-detail_logo {
    width: 60%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 960px) {
  .p-arrows-alpha-sustainability-detail_logo {
    width: 310px;
  }
}

@media screen and (max-width: 959px) {
  .p-arrows-alpha-sustainability-detail_btn {
    margin-inline: auto;
  }
}

.p-arrows-alpha-sustainability-detail_img img {
  width: 100%;
}