@charset "UTF-8";


.p_sustainability a[target="_blank"]:not(.lp_biz__btn)::after {
  content: none !important;
  display: none !important;
}

.c_bread {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  padding: 16px 0;
  list-style: none;
  font-size: 12px;
  color: #1a1a1a
}

.c_bread li {
  display: flex;
  align-items: center
}

.c_bread li:after {
  content: ">";
  margin-left: 8px
}

.c_bread li:last-child:after {
  display: none
}

.c_bread .link {
  color: #0068b7;
  text-decoration: none
}

.c_bread .link:hover {
  text-decoration: underline
}

.anchor_block {
  margin: 24px 0 40px
}

.anchor_block .columns-wrap--1-1 .columns {
  gap: 16px
}

@media screen and (max-width: 599px) {
  .anchor_block .columns-wrap--1-1 .columns {
    flex-direction: column
  }
}

.anchor_block .columns-wrap--1-1 .mt-be-column {
  flex: 1
}

.btn_anchor_link {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background-color: #f5f5f5;
  color: #1a1a1a;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  transition: background-color .2s
}

.btn_anchor_link:hover {
  background-color: #e8e8e8
}

.btn_child_link_wrap {
  text-align: center;
  margin: 40px 0
}

.btn_child_link {
  display: inline-block;
  padding: 14px 40px;
  background-color: #fff;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #1a1a1a;
  transition: background-color .2s, color .2s
}

.btn_child_link:hover {
  background-color: #1a1a1a;
  color: #fff
}

.h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 16px 0 32px;
  font-family: Noto Sans JP, sans-serif
}

@media screen and (max-width: 599px) {
  .h1 {
    font-size: 22px
  }
}

.h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e0e0e0;
  font-family: Noto Sans JP, sans-serif
}

@media screen and (max-width: 599px) {
  .h2 {
    font-size: 18px
  }
}

.c-mainread {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  font-family: Noto Sans JP, sans-serif
}

.c-mainread.-green {
  color: #3aaa35
}

.c-mainread.-blue {
  color: #0068b7
}

.c-mainread.-purple {
  color: #7b2d8b
}

.mb40 {
  margin-bottom: 40px
}

.u-ta_c {
  text-align: center
}

.p-csrMainRead__heading {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 32px
}

.c-section {
  margin-bottom: 64px
}

.c_background__white {
  overflow-x: hidden
}

.c_background__white .l_container {
  width: min(90%, 1440px) !important;
  padding-left: 0;
  padding-right: 0
}

@media screen and (max-width: 768px) {
  .c_background__white .l_container {
    padding: 0 20px
  }
}

.is-sp {
  display: none
}

@media (max-width: 768px) {
  .is-sp {
    display: block
  }
}

.is-pc {
  display: block
}

@media (max-width: 768px) {
  .is-pc {
    display: none
  }
}

.lp_fv {
  position: relative;
  background-color: #dff0ec;
  min-height: 750px;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* margin-top: 80px; minakata*/
}

@media (max-width: 1080px) {
  .lp_fv {
    /* margin-top: 68px minakata*/
  }
}

@media screen and (max-width: 768px) {
  .lp_fv {
    margin-top: 0;
    min-height: 100svh
  }
}

.lp_fv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none
}

.lp_fv__bg-img {
  position: absolute
}

.lp_fv__bg-img--1 {
  top: 5%;
  left: -1%;
  width: 7%
}

.lp_fv__bg-img--2 {
  top: 49%;
  left: -4%;
  width: 8%
}

.lp_fv__bg-img--3 {
  top: 55%;
  left: 2%;
  width: 15%
}

.lp_fv__bg-img--4 {
  top: -3%;
  left: 38%;
  width: 15%;
  z-index: 2;
}

.lp_fv__bg-img--5 {
  top: -7%;
  left: 32%;
  width: 9%;
  z-index: 1;
}

.lp_fv__bg-img--6 {
  top: 65%;
  left: 31%;
  width: 9%;
}

.lp_fv__bg-img--7 {
  top: 51%;
  right: 39%;
  width: 12%;
  z-index: 2;
}

.lp_fv__bg-img--8 {
  top: 6%;
  right: 0%;
  width: 35%;
}

.lp_fv__bg-img--9 {
  top: 69%;
  right: 3%;
  width: 7%;
}

@media screen and (max-width: 768px) {
  .lp_fv__bg-img--1 {
    top: -1%;
    left: -5%;
    width: 20%;
  }

  .lp_fv__bg-img--2 {
    display: none
  }

  .lp_fv__bg-img--3 {
    top: 3%;
    left: 60%;
    width: 22%;
    z-index: 5;
  }

  .lp_fv__bg-img--4 {
    top: 10%;
    left: 6%;
    width: 40%;
  }

  .lp_fv__bg-img--5 {
    top: 8%;
    left: 77%;
    width: 16%;
  }

  .lp_fv__bg-img--6 {
    top: 88%;
    right: 30%;
    width: 20%
  }

  .lp_fv__bg-img--7 {
    bottom: 8%;
    top: auto;
    left: 0;
    width: 35%;
  }

  .lp_fv__bg-img--8 {
    top: 57%;
    right: 0%;
    width: 58%;
  }

  .lp_fv__bg-img--9 {
    display: none;
  }
}

.lp_fv__content {
  position: relative;
  z-index: 5;
  max-width: 100%;
  padding: 0;
  margin-top: -15%
}

@media screen and (max-width: 768px) {
  .lp_fv__content {
    margin-top: -50%;
    max-width: 100%;
    padding: 0
  }
}

.lp_fv__title {
  font-family: Yu Gothic Medium, Yu Gothic, 游ゴシック体, 游ゴシック, sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  letter-spacing: .04em;
  margin: 0 0 20px
}

@media screen and (max-width: 768px) {
  .lp_fv__title {
    font-size: 32px;
    margin-bottom: 10px
  }
}

.lp_fv__en {
  font-family: Plus Jakarta Sans, Afacad, Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  letter-spacing: .04em;
  margin: 0
}

@media screen and (max-width: 768px) {
  .lp_fv__en {
    font-size: 11px
  }
}

.lp_fv-under {
  position: relative;
  background-color: #fff;
  width: 120%;
  margin-left: -10%;
  border-radius: 50%/400px 400px 0 0;
  margin-top: -200px;
  padding: 80px 0 100px
}

@media screen and (max-width: 768px) {
  .lp_fv-under {
    width: 120%;
    margin-left: -10%;
    border-radius: 50%/40px 40px 0 0;
    margin-top: -40px;
    padding: 25vw 0 180px
  }

  .lp_fv-under .l_container {
    padding: 0;
    margin: auto
  }
}

.lp_fv-under__parts {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none
}

.lp_fv-under__part {
  position: absolute
}

.lp_fv-under__part--1 {
  top: 23%;
  left: 14%;
  width: 15%
}

.lp_fv-under__part--2 {
  bottom: 2%;
  left: 18%;
  width: 5%
}

.lp_fv-under__part--3 {
  top: 2%;
  right: 20%;
  width: 12%;
}

.lp_fv-under__part--4 {
  top: 55%;
  right: 21%;
  width: 4%;
  transform: translateY(-50%)
}

.lp_fv-under__part--5 {
  bottom: 8%;
  right: 13%;
  width: 8%
}

@media screen and (max-width: 768px) {
  .lp_fv-under__part--1 {
    top: 0%;
    left: 12%;
    width: 24%
  }

  .lp_fv-under__part--2 {
    bottom: 5%;
    left: 13%;
    width: 11%
  }

  .lp_fv-under__part--3 {
    top: -2%;
    right: 12%;
    width: 20%
  }

  .lp_fv-under__part--4 {
    top: auto;
    bottom: 5%;
    right: 45%;
    width: 10%
  }

  .lp_fv-under__part--5 {
    bottom: 5%;
    right: 14%;
    width: 16%
  }
}

.lp_fv-under__body {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  line-height: 250%;
  color: #1a1a1a;
  margin: 0 auto;
  padding: 0 80px;
  font-weight: 700;
  letter-spacing: .4px
}

@media screen and (max-width: 768px) {
  .lp_fv-under__body {
    width: 90%;
    margin: auto;
    font-size: 18px;
    padding: 0 16px;
    line-height: 2
  }
}

.lp_sustain-action .action_more a,
.lp_biz__btn,
.lp_nav-anchor__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-family: Yu Gothic Medium, Yu Gothic, 游ゴシック体, 游ゴシック, sans-serif;
  font-weight: 700;
  border-radius: 4px;
  transition: opacity .2s ease
}

.p_sustainability .lp_biz__btn::after,
.p_sustainability .lp_nav-anchor__btn::after,
.p_sustainability .lp_sustain-action .action_more a::after {
  content: "" !important;
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background-color: #fff !important;
  background-size: 16px 16px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.lp_sustain-action .action_more a:hover,
.lp_biz__btn:hover,
.lp_nav-anchor__btn:hover {
  opacity: .82
}

.lp_nav-anchor {
  background-color: #ebf7f1;
  padding: 40px 0;
  display: flex;
  align-items: center
}

@media screen and (max-width: 768px) {
  .lp_nav-anchor {
    padding: 32px 0
  }

  .lp_nav-anchor .l_container {
    padding: 0;
    margin: auto
  }
}

.lp_nav-anchor__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

@media screen and (max-width: 768px) {
  .lp_nav-anchor__list {
    grid-template-columns: 1fr;
    gap: 12px
  }
}

.lp_nav-anchor__btn {
  padding: 24px 28px;
  background-color: #1c9e77;
  font-size: 18px
}

.lp_nav-anchor__btn:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")
}

@media screen and (max-width: 768px) {
  .lp_nav-anchor__btn {
    font-size: 18px;
    padding: 16px 20px
  }
}

.lp_initiatives {
  padding: 80px 0 60px
}

@media screen and (max-width: 768px) {
  .lp_initiatives {
    padding: 48px 0 40px
  }

  .lp_initiatives .l_container {
    padding: 0;
    margin: auto
  }
}

.lp_initiatives__heading {
  font-family: Yu Gothic Medium, Yu Gothic, 游ゴシック体, 游ゴシック, sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 64px;
  padding-bottom: 20px;
  position: relative
}

.lp_initiatives__heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 21px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e07800;
  box-shadow: 14px 0 #d94f4f, 28px 0 #3aaa35, 42px 0 #008a7d
}

@media screen and (max-width: 768px) {
  .lp_initiatives__heading {
    font-size: 32px;
    margin-bottom: 40px
  }
}

.lp_biz {
  margin-bottom: 80px
}

@media screen and (max-width: 768px) {
  .lp_biz {
    margin-bottom: 56px
  }
}

.lp_biz__header {
  margin-bottom: 32px;
  border-bottom: 1px solid #1a1a1a
}

@media screen and (max-width: 768px) {
  .lp_biz__header {
    margin-bottom: 20px
  }
}

.lp_biz__cat-name {
  font-family: Yu Gothic Medium, Yu Gothic, 游ゴシック体, 游ゴシック, sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0px
}

@media screen and (max-width: 768px) {
  .lp_biz__cat-name {
    font-size: 24px;
    gap: 5px
  }
}

.lp_biz__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Yu Gothic Medium, Yu Gothic, 游ゴシック体, 游ゴシック, sans-serif;
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  flex-shrink: 0;
  letter-spacing: 0;
  position: relative;
  top: -10px
}

@media screen and (max-width: 768px) {
  .lp_biz__tag {
    font-size: 36px;
    width: 38px;
    height: 38px;
    top: -5px
  }
}

.lp_biz__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 32px
}

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

.lp_biz__text {
  padding-top: 5%;
  position: relative
}

@media screen and (max-width: 768px) {
  .lp_biz__text {
    padding-top: 0
  }
}

.lp_biz__title {
  font-family: Yu Gothic Medium, Yu Gothic, 游ゴシック体, 游ゴシック, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 16px;
  position: relative
}

.lp_biz__title span {
  display: inline;
  padding: 6px 10px;
  line-height: 1.7;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff
}

@media screen and (max-width: 768px) {
  .lp_biz__title span {
    line-height: 2
  }
}

@media screen and (max-width: 768px) {
  .lp_biz__title {
    font-size: 22px
  }
}

.lp_biz__subtitle {
  font-family: Yu Gothic Medium, Yu Gothic, 游ゴシック体, 游ゴシック, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 16px 0 10px
}

@media screen and (max-width: 768px) {
  .lp_biz__subtitle {
    font-size: 20px
  }
}

.lp_biz__desc {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin: 0 0 24px;
  line-height: 180%
}

@media screen and (max-width: 768px) {
  .lp_biz__desc {
    font-size: 15px
  }
}

.lp_biz__img img {
  display: block;
  width: 100%;
  height: auto
}

.lp_biz__img--cover {
  overflow: hidden
}

.lp_biz__img--cover img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0
}

.lp_biz__main--mb {
  margin-bottom: 64px
}

@media screen and (max-width: 768px) {
  .lp_biz__main--mb {
    margin-bottom: 40px
  }
}

.lp_biz__img-duo {
  position: relative;
  padding-bottom: 10%
}

@media screen and (max-width: 768px) {
  .lp_biz__img-duo {
    padding-bottom: 23vw
  }
}

.lp_biz__img-duo__main img {
  display: block;
  width: 100%;
  /* aspect-ratio: 16/9; minakata*/
  object-fit: cover;
  margin-left: auto
}

.lp_biz__img-duo__sub {
  position: absolute;
  top: 68%;
  left: -10%;
  width: 42%;
  z-index: 2
}

.lp_biz__img-duo__sub img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover
}

.lp_biz__img-captions {
  position: absolute;
  top: 89%;
  left: 36%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px
}

.lp_biz__img-caption {
  font-size: 11px;
  color: #888;
  line-height: 1.6
}

.lp_biz__main--with-char {
  position: relative
}

.lp_biz__char-ent {
  position: absolute;
  top: 100%;
  left: 300px;
  width: 35%;
  z-index: 3;
  pointer-events: none
}

@media screen and (max-width: 768px) {
  .lp_biz__char-ent {
    left: 3%;
    width: 30%;
    top: 103%
  }
}

.lp_biz__imgs {
  position: relative;
  aspect-ratio: 5/4
}

@media screen and (max-width: 768px) {
  .lp_biz__imgs {
    aspect-ratio: auto;
    min-height: 85svw
  }
}

.lp_biz__img-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  overflow: hidden;
  z-index: 1
}

@media screen and (max-width: 768px) {
  .lp_biz__img-main {
    width: 100%
  }
}

.lp_biz__img-main img {
  display: block;
  width: 100%;
  aspect-ratio: 16/11;
  object-fit: cover
}

.lp_biz__img-subs {
  position: absolute;
  top: 60%;
  left: 0;
  right: 19%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  z-index: 2
}

@media screen and (max-width: 768px) {
  .lp_biz__img-subs {
    width: 70%;
    left: -6%;
    top: 62%;
    gap: 5px
  }
}

.lp_biz__img-subs img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover
}

@media screen and (max-width: 768px) {
  .lp_biz__img-subs img {
    aspect-ratio: 16/9
  }
}

.lp_biz__img-char {
  position: absolute;
  top: 93%;
  right: -4%;
  width: 40%;
  z-index: 3;
  pointer-events: none
}

@media screen and (max-width: 768px) {
  .lp_biz__img-char {
    width: 30%;
    right: 20%;
    top: 75%
  }
}

.lp_biz__img-frame {
  position: relative
}

.lp_biz__btn-wrap {
  margin-top: 8px
}

.lp_biz__btn {
  padding: 24px 28px;
  background-color: #1c9e77;
  font-size: 14px;
  width: 100%;
  max-width: 388px
}

.lp_biz__btn:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") !important
}

.lp_biz__btn--sm {
  padding: 8px 44px 8px 16px;
  font-size: 12px
}

.lp_biz__btn--sm:after {
  width: 20px;
  height: 20px
}

@media screen and (max-width: 768px) {
  .lp_biz__btn {
    font-size: 18px;
    max-width: 100%;
    padding: 18px 28px;
    margin-bottom: 10px
  }
}

.lp_biz__cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

@media screen and (max-width: 768px) {
  .lp_biz__cards {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width: 768px) {
  .lp_biz__cards {
    grid-template-columns: 1fr
  }
}

.lp_biz__cards--ict {
  grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width: 768px) {
  .lp_biz__cards--ict {
    grid-template-columns: 1fr
  }
}

.lp_biz__card-img {
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3
}

.lp_biz__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease
}

.lp_biz__card:hover .lp_biz__card-img img {
  transform: scale(1.03)
}

.lp_biz__card-title {
  font-family: Yu Gothic Medium, Yu Gothic, 游ゴシック体, 游ゴシック, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px
}

.lp_biz__card-text {
  font-size: 13px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 14px
}

.lp_biz__card-body {
  display: flex;
  flex-direction: column
}

.lp_biz--realestate .lp_biz__tag {
  background: linear-gradient(84deg, #b1509a 65.58%, #ffbac1 109.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent
}

.lp_biz--realestate .lp_biz__header {
  border-bottom-color: #cecece
}

.lp_biz--realestate .lp_biz__title span {
  background: linear-gradient(84deg, #b1509a 65.58%, #ffbac1 109.76%)
}

.lp_biz--realestate .lp_biz__subtitle {
  color: #b1509a
}

.lp_biz--entertainment .lp_biz__main-second {
  margin-bottom: 150px
}

@media screen and (max-width: 768px) {
  .lp_biz--entertainment .lp_biz__main-second {
    margin-bottom: 50px
  }
}

.lp_biz--entertainment .lp_biz__text {
  padding-right: 10%
}

@media screen and (max-width: 768px) {
  .lp_biz--entertainment .lp_biz__text {
    padding-right: 0
  }
}

.lp_biz--entertainment .lp_biz__tag {
  background: linear-gradient(84deg, #e45656 65.58%, #fff9ba 109.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent
}

@media screen and (max-width: 768px) {
  .lp_biz--entertainment .lp_biz__tag {
    top: -3px
  }
}

@media screen and (max-width: 768px) {
  .lp_biz--entertainment .lp_biz__cat-name {
    gap: 2px
  }
}

.lp_biz--entertainment .lp_biz__header {
  border-bottom-color: #cecece
}

.lp_biz--entertainment .lp_biz__title {
  width: 120%;
  position: relative;
  left: -15%
}

@media screen and (max-width: 768px) {
  .lp_biz--entertainment .lp_biz__title {
    left: 0;
    margin-top: -42px
  }
}

.lp_biz--entertainment .lp_biz__title span {
  background: linear-gradient(84deg, #e45656 65.58%, #fff9ba 109.76%)
}

.lp_biz--entertainment .lp_biz__subtitle {
  color: #e45656
}

@media screen and (max-width: 768px) {
  .lp_biz--entertainment .lp_biz__img--cover {
    position: relative;
    top: 0;
    left: -6%;
    width: 106%
  }
}

@media screen and (max-width: 768px) {
  .lp_biz--entertainment .lp_biz__img-duo__main {
    width: 106%;
    right: 0
  }
}

@media screen and (max-width: 768px) {
  .lp_biz--entertainment .lp_biz__img-duo__sub {
    width: 40%;
    left: -6%;
    top: 50%
  }
}

@media screen and (max-width: 768px) {
  .lp_biz--entertainment .lp_biz__img-captions {
    top: 72%
  }
}

@media screen and (max-width: 768px) {
  .lp_biz--entertainment .lp_biz__img-duo {
    height: auto
  }
}

@media screen and (max-width: 768px) {
  .lp_biz--entertainment .lp_biz__main--with-char {
    padding-bottom: 100px
  }
}

.lp_biz--ict .lp_biz__tag {
  background: linear-gradient(84deg, #e38c00 65.58%, #e4ffd8 109.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent
}

.lp_biz--ict .lp_biz__header {
  border-bottom-color: #cecece
}

.lp_biz--ict .lp_biz__title span {
  background: linear-gradient(84deg, #e38c00 65.58%, #e4ffd8 109.76%)
}

.lp_biz--ict .lp_biz__subtitle {
  color: #e38c00
}

@media screen and (max-width: 768px) {
  .lp_biz--ict .lp_biz__main--ict-1 .lp_biz__img {
    width: 106%;
    padding-bottom: 20px
  }
}

@media screen and (max-width: 768px) {
  .lp_biz--ict .lp_biz__main--ict-2 .lp_biz__img {
    width: 106%;
    left: -6%;
    position: relative;
    padding-bottom: 25px
  }
}

@media screen and (max-width: 768px) {
  .lp_biz--ict .lp_biz__main--ict-3 .lp_biz__img {
    width: 106%;
    position: relative;
    padding-bottom: 15vw
  }
}

.lp_biz--ict .lp_biz__img-frame {
  position: relative
}

@media screen and (max-width: 768px) {
  .lp_biz--ict .lp_biz__img-frame {
    position: static
  }
}

@media screen and (max-width: 768px) {
  .lp_biz--ict .lp_biz__img-char {
    top: 84vw;
    right: -8%;
    width: 42%
  }
}

.lp_biz--travel {
  position: relative
}

.lp_biz--travel .lp_biz__tag {
  background: linear-gradient(89deg, #1ea3dd 50.52%, #8ed4a1 113.51%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent
}

.lp_biz--travel .lp_biz__header {
  border-bottom-color: #cecece
}

.lp_biz--travel .lp_biz__title span {
  background: linear-gradient(89deg, #1ea3dd 50.52%, #8ed4a1 113.51%)
}

.lp_biz--travel .lp_biz__subtitle {
  color: #1ea3dd
}

@media screen and (max-width: 768px) {
  .lp_biz--travel .lp_biz__img-col {
    display: none
  }
}

.lp_biz--travel .lp_biz__img-col-sp {
  display: none !important
}

@media screen and (max-width: 768px) {
  .lp_biz--travel .lp_biz__img-col-sp {
    display: block !important
  }
}

@media screen and (max-width: 768px) {
  .lp_biz--travel .lp_biz__img-col.is-sp {
    display: block !important
  }

  .lp_biz--travel .lp_biz__img-col.is-sp .lp_biz__img-duo {
    width: 106%;
    height: auto
  }

  .lp_biz--travel .lp_biz__img-col.is-sp .lp_biz__img-duo__main {
    width: 100%;
    position: relative;
    left: -6%
  }

  .lp_biz--travel .lp_biz__img-col.is-sp .lp_biz__img-duo__sub {
    left: auto;
    right: 0%;
    top: 62%
  }

  .lp_biz--travel .lp_biz__img-col.is-sp .lp_biz__img-captions-below {
    width: 59%;
    padding-right: 15px;
    top: 78%
  }

  .lp_biz--travel .lp_biz__img-col.is-sp .lp_biz__img-caption-2 b {
    position: absolute;
    top: 50%;
    right: 0
  }
}

.lp_biz--travel .lp_biz__img-captions-below {
  width: 52%;
  text-align: right;
  position: absolute;
  top: 88.5%
}

@media screen and (max-width: 768px) {
  .lp_biz--travel .lp_biz__img-captions-below {
    top: 78%;
    width: 60%
  }
}

.lp_biz--travel .lp_biz__img-duo__main {
  width: 90%
}

@media screen and (max-width: 768px) {
  .lp_biz--travel .lp_biz__img-duo__main {
    width: 100%
  }
}

.lp_biz--travel .lp_biz__img-duo__main img {
  aspect-ratio: auto
}

.lp_biz--travel .lp_biz__main:last-child .lp_biz__img-col {
  position: relative
}

.lp_biz--travel .lp_biz__main:last-child .lp_biz__img-captions-below {
  top: 88.5%;
  width: 52%
}

@media screen and (max-width: 768px) {
  .lp_biz--travel .lp_biz__main:last-child .lp_biz__img-captions-below {
    top: 78%;
    width: 64%;
    padding-right: 15px
  }
}

.lp_biz--travel .lp_biz__img-duo__sub {
  left: 54%;
  top: 67%
}

@media screen and (max-width: 768px) {
  .lp_biz--travel .lp_biz__img-duo__sub {
    top: 61%;
    left: auto;
    right: -6%
  }
}

@media screen and (max-width: 768px) {
  .lp_biz--travel .lp_biz__img-duo {
    height: auto
  }
}

.lp_biz__img-col {
  display: flex;
  flex-direction: column
}

.lp_biz__img-captions-below {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px
}

.lp_biz__balloon {
  position: absolute;
  right: 8%;
  top: 50%;
  width: 30px;
  pointer-events: none;
  z-index: 2
}

@media screen and (max-width: 768px) {
  .lp_biz__balloon {
    width: 20px;
    top: initial;
    bottom: 96vw;
    right: -4%;
  }
}

.lp_biz__char-travel {
  position: absolute;
  top: 80%;
  right: -2%;
  width: 30%;
  z-index: 3;
  pointer-events: none
}

@media screen and (max-width: 768px) {
  .lp_biz__char-travel {
    top: 75%;
    right: auto;
    left: -10%
  }
}

.lp_sustain-action {
  margin-top: 100px !important;
  padding-top: 10px;
  padding-bottom: 80 !important;
  overflow-x: visible !important
}

@media screen and (max-width: 768px) {
  .lp_sustain-action {
    padding-top: 0;
    padding-bottom: 80px
  }
}

@media screen and (max-width: 768px) {
  .lp_sustain-action .l_container {
    padding: 0 20px;
    margin: auto
  }
}

.lp_sustain-action .action_patt {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none
}

.lp_sustain-action .action_patt .shape {
  position: absolute
}

.lp_sustain-action .action_patt .patt_shape_01 {
  aspect-ratio: .75;
  background-size: 100%;
  background-image: url(https://www.hankyu-hanshin.co.jp/assets/images/sustainability/icon_dec_01.svg)
}

@media screen and (max-width: 768px) {
  .lp_sustain-action .action_patt .patt_shape_01 {
    display: none
  }
}

.lp_sustain-action .action_patt .patt_shape_02 {
  aspect-ratio: .85;
  background-size: 100%;
  background-image: url(https://www.hankyu-hanshin.co.jp/assets/images/sustainability/icon_dec_02.svg)
}

@media screen and (max-width: 768px) {
  .lp_sustain-action .action_patt .patt_shape_02 {
    display: none
  }
}

.lp_sustain-action .action_patt .patt_shape_03 {
  aspect-ratio: .89;
  background-size: 100%;
  background-image: url(https://www.hankyu-hanshin.co.jp/assets/images/sustainability/icon_dec_03.svg)
}

@media screen and (max-width: 768px) {
  .lp_sustain-action .action_patt .patt_shape_03 {
    display: none
  }
}

.lp_sustain-action .action_patt .shape:nth-child(1) {
  top: 340px;
  left: 9.3%;
  width: 40px
}

.lp_sustain-action .action_patt .shape:nth-child(2) {
  left: 14.8%;
  bottom: 280px;
  width: 50px;
  scale: -1 1
}

.lp_sustain-action .action_patt .shape:nth-child(3) {
  right: 8.3%;
  bottom: 280px;
  width: 53px
}

.lp_sustain-action .action_decoration {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none
}

.lp_sustain-action .action_decoration .shape {
  position: absolute
}

.lp_sustain-action .action_decoration .shape img {
  width: 100%;
  display: block
}

.lp_sustain-action .action_decoration .shape:nth-child(1) {
  width: min(17.5vw, 252px);
  top: -80px;
  left: 8px
}

.lp_sustain-action .action_decoration .shape:nth-child(2) {
  width: min(11vw, 117px);
  top: 480px;
  right: 10px
}

.lp_sustain-action .action_decoration .shape:nth-child(3) {
  width: min(14vw, 160px);
  bottom: 120px;
  right: 3%
}

.lp_sustain-action .sus_heading {
  font-family: Yu Gothic Medium, Yu Gothic, 游ゴシック体, 游ゴシック, sans-serif;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 40px
}

.lp_sustain-action .sus_heading:after {
  content: "";
  width: 75px;
  height: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAAAKCAYAAAA9zemPAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAfVJREFUeAHdlrFO40AQhv9Z8wC0pyMnUVx/j+A8wOlyBYgCRAoo6KG20wI9BQUGiSZCIhIvsI+QHhBSgD4v4B1mbNMA8bqYNPxSElk72n9nnJn9CI1uB+dpAs4Y+COPqwR4hiv+TfYusQQ9b22lVJYZiCo/MPuEqPgxHi/F7+kE6QohQ5OffLzkWKwdYil+axf3Ka0kGYGbepJnyW+2vV75kX7dDc6zAM6/2sCB8r+T/REM9bq5qS84/2pNDpT/HI9N/Z5Pq4LnC5bz3iFM/X5dP2YIi/xcPttZH9Ht4GzokFy0bRRQ9v9PDjwM9LKxMZR/easfh9Dv3dx4GGh2jCE5tPqB0e8dwcNAvauHIUXyCwh9lyDZRUQSk8FOUT85uJmfFH03HgS7/Aid6umk5dNYYDP3bUSUdoix8+uQHwzzk1mexmJY5r6T3zniWoWdvrcfd/NzcplN43vZzL96M552iPGwU9zPMD+meH5KOK5EOYoHugJGYuaon2IlrMTokB8KGEnGSNRPsdIprYSWYF2zZHmlFemghX66ZsnyFa20FV/WLFn+Zee3l6ot9gsYKcvT+7NiJQnhUH0ZzaUAU5ZusMLITwdUrFTCqS/buY4g7QYrjPyoBiuVOFLUc3+qRbfCyI9SrFTCqS5bmfs6grQb6hcDvAE2o78RY4TjywAAAABJRU5ErkJggg==);
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  margin: 13px auto 0
}

@media screen and (max-width: 768px) {
  .lp_sustain-action .sus_heading {
    font-size: 22px;
    letter-spacing: 0
  }
}

.lp_sustain-action .sus_heading2 {
  font-family: Yu Gothic Medium, Yu Gothic, 游ゴシック体, 游ゴシック, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .05em;
  color: #3b5c52;
  text-align: center;
  margin: 0 0 24px
}

@media screen and (max-width: 768px) {
  .lp_sustain-action .sus_heading2 {
    font-size: 18px
  }
}

.lp_sustain-action .action_slider {
  list-style: none;
  width: calc(100% - 160px) !important;
  margin: 0 80px 40px !important;
  padding: 0;
  touch-action: pan-y
}

@media screen and (max-width: 768px) {
  .lp_sustain-action .action_slider {
    width: calc(100% - 80px) !important;
    margin: 0 40px 32px !important
  }
}

.lp_sustain-action .action_slider .slick-list {
  overflow: visible;
  padding: 20px 0 8px !important;
  /*minakata*/
  touch-action: pan-y;
  cursor: grab
}

.lp_sustain-action .action_slider .slick-list:active {
  cursor: grabbing
}

@media screen and (max-width: 768px) {
  .lp_sustain-action .action_slider .slick-list {
    padding: 0 0 8px !important
  }
}

.lp_sustain-action .action_slider .slick-track {
  display: flex !important;
  align-items: flex-start
}

.lp_sustain-action .action_slider .slick-slide {
  height: auto;
  padding: 0;
  translate: 0 !important;
}

.lp_sustain-action .action_slider_item {
  margin-left: 15px !important;
  margin-right: 15px !important
}

.lp_sustain-action .action_slider_item .item_link:hover .item_photo img {
  transform: scale(1.04)
}

.lp_sustain-action .action_slider_item .item_photo img {
  transition: transform .35s ease
}

.lp_sustain-action .action_slider_item .item_tags span.bg_orange {
  background-color: #f0831e
}

.lp_sustain-action .action_slider_item .item_tags span.bg_green-environment {
  background-color: #3aaa35
}

.lp_sustain-action .action_more {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
  margin-top: 48px !important;
}

@media screen and (max-width: 768px) {
  .lp_sustain-action .action_more {
    margin-bottom: 180px
  }
}

.lp_sustain-action .action_more a {
  padding: 16px 52px 16px 28px;
  background-color: #1c9e77;
  font-size: 14px;
  min-width: 260px;
  justify-content: center
}

.lp_sustain-action .action_more a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")
}

@media screen and (max-width: 768px) {
  .lp_sustain-action .action_more a {
    font-size: 18px;
    min-width: 100%;
    padding: 30px 20px
  }
}

.lp_sustain-action .action_gallery {
  display: none;
  margin-bottom: 64px
}

.lp_sustain-action .action_gallery .mt-be-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

@media screen and (max-width: 768px) {
  .lp_sustain-action .action_gallery .mt-be-columns {
    grid-template-columns: repeat(2, 1fr)
  }
}

.lp_sustain-action .action_gallery .action_gallery_item {
  display: block;
  text-decoration: none;
  color: inherit
}

.lp_sustain-action .action_gallery .action_gallery_item:hover figure img {
  transform: scale(1.04)
}

.lp_sustain-action .action_gallery .action_gallery_item figure {
  overflow: hidden;
  border-radius: 4px;
  margin: 0 0 8px
}

.lp_sustain-action .action_gallery .action_gallery_item figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform .3s ease
}

.lp_sustain-action .action_gallery .action_gallery_item .item_name {
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  margin: 0
}

.lp_sustain-action .action_gallery .action_gallery_more {
  display: flex;
  justify-content: center;
  margin-top: 32px
}

.lp_sustain-action .action_gr_comp {
  display: none
}

.lp_sustain-action .action_gr_comp .action_gr_comp_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px
}

@media screen and (max-width: 768px) {
  .lp_sustain-action .action_gr_comp .action_gr_comp_list {
    grid-template-columns: repeat(2, 1fr)
  }
}

.lp_sustain-action .action_gr_comp .action_gr_comp_list .item_link {
  display: block;
  border: 1px solid #dde1e5;
  border-radius: 8px;
  overflow: hidden;
  transition: opacity .2s ease
}

.lp_sustain-action .action_gr_comp .action_gr_comp_list .item_link:hover {
  opacity: .8
}

.lp_sustain-action .action_gr_comp .action_gr_comp_list .item_link img {
  display: block;
  width: 100%;
  height: auto
}

.lp_themes-banner {
  position: relative;
  z-index: 1;
  margin-top: -300px
}

.lp_themes-banner .l_container {
  width: 100% !important;
  max-width: 100% !important;
  background: #a8ddca;
  padding: 0
}

.lp_themes-banner__strip {
  position: relative;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  overflow: visible
}

@media screen and (max-width: 768px) {
  .lp_themes-banner__strip {
    height: 120px
  }
}

.lp_themes-banner__strip-side {
  display: flex;
  align-items: flex-end
}

.lp_themes-banner__strip-side--left {
  padding-left: 32px;
  gap: 100px;
  position: relative;
  left: -50px
}

.lp_themes-banner__strip-side--right {
  padding-right: 32px;
  gap: 100px;
  position: relative
}

@media screen and (max-width: 768px) {
  .lp_themes-banner__strip-side--left {
    padding-left: 12px;
    gap: 20px;
    left: -20px
  }

  .lp_themes-banner__strip-side--right {
    padding-right: 12px;
    gap: 20px;
    right: -20px
  }
}

.lp_themes-banner__building,
.lp_themes-banner__people {
  display: block;
  height: auto;
  align-self: flex-end;
  flex-shrink: 0
}

.lp_themes-banner__building--01 {
  width: 160px
}

@media screen and (max-width: 768px) {
  .lp_themes-banner__building--01 {
    width: 80px
  }
}

.lp_themes-banner__building--02 {
  width: 120px
}

@media screen and (max-width: 768px) {
  .lp_themes-banner__building--02 {
    width: 60px
  }
}

.lp_themes-banner__people--left {
  width: 60px
}

@media screen and (max-width: 768px) {
  .lp_themes-banner__people--left {
    width: 44px
  }
}

.lp_themes-banner__people--right {
  width: 125px
}

@media screen and (max-width: 768px) {
  .lp_themes-banner__people--right {
    width: 80px
  }
}

.lp_themes-banner__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 60px 0 80px;
  max-width: 1200px;
  margin: auto
}

@media screen and (max-width: 768px) {
  .lp_themes-banner__cards {
    padding: 40px 0
  }
}

.lp_themes-banner__card {
  width: 90%;
  max-width: 1200px;
  display: block;
  text-decoration: none;
  transition: opacity .2s ease;
  background: #fff;
  border-radius: 8px;
  margin: auto;
  overflow: hidden
}

@media screen and (max-width: 768px) {
  .lp_themes-banner__card {
    width: 90%;
    gap: 15px
  }
}

.lp_themes-banner__card:hover {
  opacity: .8
}

.lp_themes-banner__card img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 625px;
  margin: auto
}